|
67 | 67 | from .aws_assumed_role_based_auth import AwsAssumedRoleBasedAuth |
68 | 68 | from .aws_bedrock_guardrail_config import AwsBedrockGuardrailConfig |
69 | 69 | from .aws_bedrock_guardrail_config_auth_data import AwsBedrockGuardrailConfigAuthData |
| 70 | +from .aws_bedrock_guardrail_config_operation import AwsBedrockGuardrailConfigOperation |
70 | 71 | from .aws_bedrock_provider_account import AwsBedrockProviderAccount |
71 | 72 | from .aws_bedrock_provider_account_auth_data import AwsBedrockProviderAccountAuthData |
72 | 73 | from .aws_ecr import AwsEcr |
|
166 | 167 | from .custom_blob_storage import CustomBlobStorage |
167 | 168 | from .custom_guardrail_config import CustomGuardrailConfig |
168 | 169 | from .custom_guardrail_config_auth_data import CustomGuardrailConfigAuthData |
| 170 | +from .custom_guardrail_config_operation import CustomGuardrailConfigOperation |
| 171 | +from .custom_guardrail_config_target import CustomGuardrailConfigTarget |
169 | 172 | from .custom_helm_repo import CustomHelmRepo |
170 | 173 | from .custom_integrations import CustomIntegrations |
171 | 174 | from .custom_jwt_auth_integration import CustomJwtAuthIntegration |
|
744 | 747 | "AwsAssumedRoleBasedAuth", |
745 | 748 | "AwsBedrockGuardrailConfig", |
746 | 749 | "AwsBedrockGuardrailConfigAuthData", |
| 750 | + "AwsBedrockGuardrailConfigOperation", |
747 | 751 | "AwsBedrockProviderAccount", |
748 | 752 | "AwsBedrockProviderAccountAuthData", |
749 | 753 | "AwsEcr", |
|
843 | 847 | "CustomBlobStorage", |
844 | 848 | "CustomGuardrailConfig", |
845 | 849 | "CustomGuardrailConfigAuthData", |
| 850 | + "CustomGuardrailConfigOperation", |
| 851 | + "CustomGuardrailConfigTarget", |
846 | 852 | "CustomHelmRepo", |
847 | 853 | "CustomIntegrations", |
848 | 854 | "CustomJwtAuthIntegration", |
|
0 commit comments