@aws-sdk/client-bedrock 3.859.0 → 3.861.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +192 -0
- package/dist-cjs/index.js +2684 -369
- package/dist-es/Bedrock.js +48 -0
- package/dist-es/commands/CancelAutomatedReasoningPolicyBuildWorkflowCommand.js +22 -0
- package/dist-es/commands/CreateAutomatedReasoningPolicyCommand.js +23 -0
- package/dist-es/commands/CreateAutomatedReasoningPolicyTestCaseCommand.js +23 -0
- package/dist-es/commands/CreateAutomatedReasoningPolicyVersionCommand.js +23 -0
- package/dist-es/commands/CreateGuardrailCommand.js +1 -1
- package/dist-es/commands/CreateGuardrailVersionCommand.js +1 -1
- package/dist-es/commands/CreateInferenceProfileCommand.js +1 -1
- package/dist-es/commands/CreatePromptRouterCommand.js +1 -1
- package/dist-es/commands/DeleteAutomatedReasoningPolicyBuildWorkflowCommand.js +22 -0
- package/dist-es/commands/DeleteAutomatedReasoningPolicyCommand.js +22 -0
- package/dist-es/commands/DeleteAutomatedReasoningPolicyTestCaseCommand.js +22 -0
- package/dist-es/commands/ExportAutomatedReasoningPolicyVersionCommand.js +23 -0
- package/dist-es/commands/GetAutomatedReasoningPolicyAnnotationsCommand.js +23 -0
- package/dist-es/commands/GetAutomatedReasoningPolicyBuildWorkflowCommand.js +23 -0
- package/dist-es/commands/GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand.js +23 -0
- package/dist-es/commands/GetAutomatedReasoningPolicyCommand.js +23 -0
- package/dist-es/commands/GetAutomatedReasoningPolicyNextScenarioCommand.js +23 -0
- package/dist-es/commands/GetAutomatedReasoningPolicyTestCaseCommand.js +23 -0
- package/dist-es/commands/GetAutomatedReasoningPolicyTestResultCommand.js +23 -0
- package/dist-es/commands/GetGuardrailCommand.js +1 -1
- package/dist-es/commands/GetInferenceProfileCommand.js +1 -1
- package/dist-es/commands/GetModelInvocationJobCommand.js +1 -1
- package/dist-es/commands/GetPromptRouterCommand.js +1 -1
- package/dist-es/commands/ListAutomatedReasoningPoliciesCommand.js +23 -0
- package/dist-es/commands/ListAutomatedReasoningPolicyBuildWorkflowsCommand.js +22 -0
- package/dist-es/commands/ListAutomatedReasoningPolicyTestCasesCommand.js +23 -0
- package/dist-es/commands/ListAutomatedReasoningPolicyTestResultsCommand.js +23 -0
- package/dist-es/commands/ListGuardrailsCommand.js +1 -1
- package/dist-es/commands/ListInferenceProfilesCommand.js +1 -1
- package/dist-es/commands/ListModelInvocationJobsCommand.js +1 -1
- package/dist-es/commands/ListPromptRoutersCommand.js +1 -1
- package/dist-es/commands/StartAutomatedReasoningPolicyBuildWorkflowCommand.js +23 -0
- package/dist-es/commands/StartAutomatedReasoningPolicyTestWorkflowCommand.js +22 -0
- package/dist-es/commands/UpdateAutomatedReasoningPolicyAnnotationsCommand.js +23 -0
- package/dist-es/commands/UpdateAutomatedReasoningPolicyCommand.js +23 -0
- package/dist-es/commands/UpdateAutomatedReasoningPolicyTestCaseCommand.js +23 -0
- package/dist-es/commands/UpdateGuardrailCommand.js +1 -1
- package/dist-es/commands/index.js +24 -0
- package/dist-es/models/models_0.js +742 -315
- package/dist-es/models/models_1.js +300 -1
- package/dist-es/pagination/ListAutomatedReasoningPoliciesPaginator.js +4 -0
- package/dist-es/pagination/ListAutomatedReasoningPolicyBuildWorkflowsPaginator.js +4 -0
- package/dist-es/pagination/ListAutomatedReasoningPolicyTestCasesPaginator.js +4 -0
- package/dist-es/pagination/ListAutomatedReasoningPolicyTestResultsPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +997 -31
- package/dist-types/Bedrock.d.ts +169 -0
- package/dist-types/BedrockClient.d.ts +26 -2
- package/dist-types/commands/CancelAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +86 -0
- package/dist-types/commands/CreateAutomatedReasoningPolicyCommand.d.ts +139 -0
- package/dist-types/commands/CreateAutomatedReasoningPolicyTestCaseCommand.d.ts +99 -0
- package/dist-types/commands/CreateAutomatedReasoningPolicyVersionCommand.d.ts +106 -0
- package/dist-types/commands/CreateGuardrailCommand.d.ts +7 -1
- package/dist-types/commands/CreateGuardrailVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateInferenceProfileCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelCopyJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelImportJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelInvocationJobCommand.d.ts +1 -1
- package/dist-types/commands/CreatePromptRouterCommand.d.ts +1 -1
- package/dist-types/commands/CreateProvisionedModelThroughputCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +90 -0
- package/dist-types/commands/DeleteAutomatedReasoningPolicyCommand.d.ts +85 -0
- package/dist-types/commands/DeleteAutomatedReasoningPolicyTestCaseCommand.d.ts +93 -0
- package/dist-types/commands/DeleteGuardrailCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImportedModelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInferenceProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeletePromptRouterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProvisionedModelThroughputCommand.d.ts +1 -1
- package/dist-types/commands/ExportAutomatedReasoningPolicyVersionCommand.d.ts +115 -0
- package/dist-types/commands/GetAutomatedReasoningPolicyAnnotationsCommand.d.ts +172 -0
- package/dist-types/commands/GetAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +96 -0
- package/dist-types/commands/GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand.d.ts +307 -0
- package/dist-types/commands/GetAutomatedReasoningPolicyCommand.d.ts +94 -0
- package/dist-types/commands/GetAutomatedReasoningPolicyNextScenarioCommand.d.ts +96 -0
- package/dist-types/commands/GetAutomatedReasoningPolicyTestCaseCommand.d.ts +97 -0
- package/dist-types/commands/GetAutomatedReasoningPolicyTestResultCommand.d.ts +258 -0
- package/dist-types/commands/GetFoundationModelCommand.d.ts +1 -1
- package/dist-types/commands/GetGuardrailCommand.d.ts +7 -1
- package/dist-types/commands/GetImportedModelCommand.d.ts +1 -1
- package/dist-types/commands/GetInferenceProfileCommand.d.ts +1 -1
- package/dist-types/commands/GetModelCopyJobCommand.d.ts +1 -1
- package/dist-types/commands/GetModelImportJobCommand.d.ts +1 -1
- package/dist-types/commands/GetModelInvocationJobCommand.d.ts +1 -1
- package/dist-types/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetPromptRouterCommand.d.ts +1 -1
- package/dist-types/commands/GetProvisionedModelThroughputCommand.d.ts +1 -1
- package/dist-types/commands/ListAutomatedReasoningPoliciesCommand.d.ts +100 -0
- package/dist-types/commands/ListAutomatedReasoningPolicyBuildWorkflowsCommand.d.ts +99 -0
- package/dist-types/commands/ListAutomatedReasoningPolicyTestCasesCommand.d.ts +100 -0
- package/dist-types/commands/ListAutomatedReasoningPolicyTestResultsCommand.d.ts +265 -0
- package/dist-types/commands/ListFoundationModelsCommand.d.ts +1 -1
- package/dist-types/commands/ListGuardrailsCommand.d.ts +1 -1
- package/dist-types/commands/ListImportedModelsCommand.d.ts +1 -1
- package/dist-types/commands/ListInferenceProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListModelCopyJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelInvocationJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListPromptRoutersCommand.d.ts +1 -1
- package/dist-types/commands/ListProvisionedModelThroughputsCommand.d.ts +1 -2
- package/dist-types/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/StartAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +222 -0
- package/dist-types/commands/StartAutomatedReasoningPolicyTestWorkflowCommand.d.ts +95 -0
- package/dist-types/commands/StopModelInvocationJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAutomatedReasoningPolicyAnnotationsCommand.d.ts +175 -0
- package/dist-types/commands/UpdateAutomatedReasoningPolicyCommand.d.ts +127 -0
- package/dist-types/commands/UpdateAutomatedReasoningPolicyTestCaseCommand.d.ts +102 -0
- package/dist-types/commands/UpdateGuardrailCommand.d.ts +7 -1
- package/dist-types/commands/index.d.ts +24 -0
- package/dist-types/models/models_0.d.ts +3899 -3774
- package/dist-types/models/models_1.d.ts +3320 -1
- package/dist-types/pagination/ListAutomatedReasoningPoliciesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAutomatedReasoningPolicyBuildWorkflowsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAutomatedReasoningPolicyTestCasesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAutomatedReasoningPolicyTestResultsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +216 -0
- package/dist-types/ts3.4/Bedrock.d.ts +523 -0
- package/dist-types/ts3.4/BedrockClient.d.ts +144 -0
- package/dist-types/ts3.4/commands/CancelAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAutomatedReasoningPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAutomatedReasoningPolicyTestCaseCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAutomatedReasoningPolicyVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateGuardrailCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateGuardrailVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateInferenceProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateModelCopyJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateModelImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateModelInvocationJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePromptRouterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateProvisionedModelThroughputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteAutomatedReasoningPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteAutomatedReasoningPolicyTestCaseCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteGuardrailCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteImportedModelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInferenceProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePromptRouterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteProvisionedModelThroughputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportAutomatedReasoningPolicyVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyAnnotationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyNextScenarioCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyTestCaseCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyTestResultCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetFoundationModelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetGuardrailCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetImportedModelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInferenceProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetModelCopyJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetModelImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetModelInvocationJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPromptRouterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetProvisionedModelThroughputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAutomatedReasoningPoliciesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAutomatedReasoningPolicyBuildWorkflowsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAutomatedReasoningPolicyTestCasesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAutomatedReasoningPolicyTestResultsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListFoundationModelsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGuardrailsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImportedModelsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInferenceProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelCopyJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelImportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelInvocationJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPromptRoutersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListProvisionedModelThroughputsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartAutomatedReasoningPolicyTestWorkflowCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StopModelInvocationJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAutomatedReasoningPolicyAnnotationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateAutomatedReasoningPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateAutomatedReasoningPolicyTestCaseCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateGuardrailCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +24 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2324 -1702
- package/dist-types/ts3.4/models/models_1.d.ts +970 -2
- package/dist-types/ts3.4/pagination/ListAutomatedReasoningPoliciesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAutomatedReasoningPolicyBuildWorkflowsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAutomatedReasoningPolicyTestCasesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAutomatedReasoningPolicyTestResultsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +288 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -30,6 +30,83 @@ __export(index_exports, {
|
|
|
30
30
|
AutomatedEvaluationCustomMetricConfigFilterSensitiveLog: () => AutomatedEvaluationCustomMetricConfigFilterSensitiveLog,
|
|
31
31
|
AutomatedEvaluationCustomMetricSource: () => AutomatedEvaluationCustomMetricSource,
|
|
32
32
|
AutomatedEvaluationCustomMetricSourceFilterSensitiveLog: () => AutomatedEvaluationCustomMetricSourceFilterSensitiveLog,
|
|
33
|
+
AutomatedReasoningCheckFinding: () => AutomatedReasoningCheckFinding,
|
|
34
|
+
AutomatedReasoningCheckFindingFilterSensitiveLog: () => AutomatedReasoningCheckFindingFilterSensitiveLog,
|
|
35
|
+
AutomatedReasoningCheckImpossibleFindingFilterSensitiveLog: () => AutomatedReasoningCheckImpossibleFindingFilterSensitiveLog,
|
|
36
|
+
AutomatedReasoningCheckInputTextReferenceFilterSensitiveLog: () => AutomatedReasoningCheckInputTextReferenceFilterSensitiveLog,
|
|
37
|
+
AutomatedReasoningCheckInvalidFindingFilterSensitiveLog: () => AutomatedReasoningCheckInvalidFindingFilterSensitiveLog,
|
|
38
|
+
AutomatedReasoningCheckLogicWarningFilterSensitiveLog: () => AutomatedReasoningCheckLogicWarningFilterSensitiveLog,
|
|
39
|
+
AutomatedReasoningCheckLogicWarningType: () => AutomatedReasoningCheckLogicWarningType,
|
|
40
|
+
AutomatedReasoningCheckResult: () => AutomatedReasoningCheckResult,
|
|
41
|
+
AutomatedReasoningCheckSatisfiableFindingFilterSensitiveLog: () => AutomatedReasoningCheckSatisfiableFindingFilterSensitiveLog,
|
|
42
|
+
AutomatedReasoningCheckScenarioFilterSensitiveLog: () => AutomatedReasoningCheckScenarioFilterSensitiveLog,
|
|
43
|
+
AutomatedReasoningCheckTranslationAmbiguousFindingFilterSensitiveLog: () => AutomatedReasoningCheckTranslationAmbiguousFindingFilterSensitiveLog,
|
|
44
|
+
AutomatedReasoningCheckTranslationFilterSensitiveLog: () => AutomatedReasoningCheckTranslationFilterSensitiveLog,
|
|
45
|
+
AutomatedReasoningCheckTranslationOptionFilterSensitiveLog: () => AutomatedReasoningCheckTranslationOptionFilterSensitiveLog,
|
|
46
|
+
AutomatedReasoningCheckValidFindingFilterSensitiveLog: () => AutomatedReasoningCheckValidFindingFilterSensitiveLog,
|
|
47
|
+
AutomatedReasoningLogicStatementFilterSensitiveLog: () => AutomatedReasoningLogicStatementFilterSensitiveLog,
|
|
48
|
+
AutomatedReasoningPolicyAddRuleAnnotationFilterSensitiveLog: () => AutomatedReasoningPolicyAddRuleAnnotationFilterSensitiveLog,
|
|
49
|
+
AutomatedReasoningPolicyAddRuleFromNaturalLanguageAnnotationFilterSensitiveLog: () => AutomatedReasoningPolicyAddRuleFromNaturalLanguageAnnotationFilterSensitiveLog,
|
|
50
|
+
AutomatedReasoningPolicyAddRuleMutationFilterSensitiveLog: () => AutomatedReasoningPolicyAddRuleMutationFilterSensitiveLog,
|
|
51
|
+
AutomatedReasoningPolicyAddTypeAnnotationFilterSensitiveLog: () => AutomatedReasoningPolicyAddTypeAnnotationFilterSensitiveLog,
|
|
52
|
+
AutomatedReasoningPolicyAddTypeMutationFilterSensitiveLog: () => AutomatedReasoningPolicyAddTypeMutationFilterSensitiveLog,
|
|
53
|
+
AutomatedReasoningPolicyAddTypeValueFilterSensitiveLog: () => AutomatedReasoningPolicyAddTypeValueFilterSensitiveLog,
|
|
54
|
+
AutomatedReasoningPolicyAddVariableAnnotationFilterSensitiveLog: () => AutomatedReasoningPolicyAddVariableAnnotationFilterSensitiveLog,
|
|
55
|
+
AutomatedReasoningPolicyAddVariableMutationFilterSensitiveLog: () => AutomatedReasoningPolicyAddVariableMutationFilterSensitiveLog,
|
|
56
|
+
AutomatedReasoningPolicyAnnotation: () => AutomatedReasoningPolicyAnnotation,
|
|
57
|
+
AutomatedReasoningPolicyAnnotationFilterSensitiveLog: () => AutomatedReasoningPolicyAnnotationFilterSensitiveLog,
|
|
58
|
+
AutomatedReasoningPolicyAnnotationStatus: () => AutomatedReasoningPolicyAnnotationStatus,
|
|
59
|
+
AutomatedReasoningPolicyBuildDocumentContentType: () => AutomatedReasoningPolicyBuildDocumentContentType,
|
|
60
|
+
AutomatedReasoningPolicyBuildLogEntryFilterSensitiveLog: () => AutomatedReasoningPolicyBuildLogEntryFilterSensitiveLog,
|
|
61
|
+
AutomatedReasoningPolicyBuildLogFilterSensitiveLog: () => AutomatedReasoningPolicyBuildLogFilterSensitiveLog,
|
|
62
|
+
AutomatedReasoningPolicyBuildMessageType: () => AutomatedReasoningPolicyBuildMessageType,
|
|
63
|
+
AutomatedReasoningPolicyBuildResultAssetType: () => AutomatedReasoningPolicyBuildResultAssetType,
|
|
64
|
+
AutomatedReasoningPolicyBuildResultAssets: () => AutomatedReasoningPolicyBuildResultAssets,
|
|
65
|
+
AutomatedReasoningPolicyBuildResultAssetsFilterSensitiveLog: () => AutomatedReasoningPolicyBuildResultAssetsFilterSensitiveLog,
|
|
66
|
+
AutomatedReasoningPolicyBuildStepContext: () => AutomatedReasoningPolicyBuildStepContext,
|
|
67
|
+
AutomatedReasoningPolicyBuildStepContextFilterSensitiveLog: () => AutomatedReasoningPolicyBuildStepContextFilterSensitiveLog,
|
|
68
|
+
AutomatedReasoningPolicyBuildStepFilterSensitiveLog: () => AutomatedReasoningPolicyBuildStepFilterSensitiveLog,
|
|
69
|
+
AutomatedReasoningPolicyBuildWorkflowDocumentFilterSensitiveLog: () => AutomatedReasoningPolicyBuildWorkflowDocumentFilterSensitiveLog,
|
|
70
|
+
AutomatedReasoningPolicyBuildWorkflowRepairContentFilterSensitiveLog: () => AutomatedReasoningPolicyBuildWorkflowRepairContentFilterSensitiveLog,
|
|
71
|
+
AutomatedReasoningPolicyBuildWorkflowSourceFilterSensitiveLog: () => AutomatedReasoningPolicyBuildWorkflowSourceFilterSensitiveLog,
|
|
72
|
+
AutomatedReasoningPolicyBuildWorkflowStatus: () => AutomatedReasoningPolicyBuildWorkflowStatus,
|
|
73
|
+
AutomatedReasoningPolicyBuildWorkflowType: () => AutomatedReasoningPolicyBuildWorkflowType,
|
|
74
|
+
AutomatedReasoningPolicyDefinitionElement: () => AutomatedReasoningPolicyDefinitionElement,
|
|
75
|
+
AutomatedReasoningPolicyDefinitionElementFilterSensitiveLog: () => AutomatedReasoningPolicyDefinitionElementFilterSensitiveLog,
|
|
76
|
+
AutomatedReasoningPolicyDefinitionFilterSensitiveLog: () => AutomatedReasoningPolicyDefinitionFilterSensitiveLog,
|
|
77
|
+
AutomatedReasoningPolicyDefinitionQualityReportFilterSensitiveLog: () => AutomatedReasoningPolicyDefinitionQualityReportFilterSensitiveLog,
|
|
78
|
+
AutomatedReasoningPolicyDefinitionRuleFilterSensitiveLog: () => AutomatedReasoningPolicyDefinitionRuleFilterSensitiveLog,
|
|
79
|
+
AutomatedReasoningPolicyDefinitionTypeFilterSensitiveLog: () => AutomatedReasoningPolicyDefinitionTypeFilterSensitiveLog,
|
|
80
|
+
AutomatedReasoningPolicyDefinitionTypeValueFilterSensitiveLog: () => AutomatedReasoningPolicyDefinitionTypeValueFilterSensitiveLog,
|
|
81
|
+
AutomatedReasoningPolicyDefinitionTypeValuePairFilterSensitiveLog: () => AutomatedReasoningPolicyDefinitionTypeValuePairFilterSensitiveLog,
|
|
82
|
+
AutomatedReasoningPolicyDefinitionVariableFilterSensitiveLog: () => AutomatedReasoningPolicyDefinitionVariableFilterSensitiveLog,
|
|
83
|
+
AutomatedReasoningPolicyDeleteTypeAnnotationFilterSensitiveLog: () => AutomatedReasoningPolicyDeleteTypeAnnotationFilterSensitiveLog,
|
|
84
|
+
AutomatedReasoningPolicyDeleteTypeMutationFilterSensitiveLog: () => AutomatedReasoningPolicyDeleteTypeMutationFilterSensitiveLog,
|
|
85
|
+
AutomatedReasoningPolicyDeleteVariableAnnotationFilterSensitiveLog: () => AutomatedReasoningPolicyDeleteVariableAnnotationFilterSensitiveLog,
|
|
86
|
+
AutomatedReasoningPolicyDeleteVariableMutationFilterSensitiveLog: () => AutomatedReasoningPolicyDeleteVariableMutationFilterSensitiveLog,
|
|
87
|
+
AutomatedReasoningPolicyDisjointRuleSetFilterSensitiveLog: () => AutomatedReasoningPolicyDisjointRuleSetFilterSensitiveLog,
|
|
88
|
+
AutomatedReasoningPolicyIngestContentAnnotationFilterSensitiveLog: () => AutomatedReasoningPolicyIngestContentAnnotationFilterSensitiveLog,
|
|
89
|
+
AutomatedReasoningPolicyMutation: () => AutomatedReasoningPolicyMutation,
|
|
90
|
+
AutomatedReasoningPolicyMutationFilterSensitiveLog: () => AutomatedReasoningPolicyMutationFilterSensitiveLog,
|
|
91
|
+
AutomatedReasoningPolicyScenarioFilterSensitiveLog: () => AutomatedReasoningPolicyScenarioFilterSensitiveLog,
|
|
92
|
+
AutomatedReasoningPolicySummaryFilterSensitiveLog: () => AutomatedReasoningPolicySummaryFilterSensitiveLog,
|
|
93
|
+
AutomatedReasoningPolicyTestCaseFilterSensitiveLog: () => AutomatedReasoningPolicyTestCaseFilterSensitiveLog,
|
|
94
|
+
AutomatedReasoningPolicyTestResultFilterSensitiveLog: () => AutomatedReasoningPolicyTestResultFilterSensitiveLog,
|
|
95
|
+
AutomatedReasoningPolicyTestRunResult: () => AutomatedReasoningPolicyTestRunResult,
|
|
96
|
+
AutomatedReasoningPolicyTestRunStatus: () => AutomatedReasoningPolicyTestRunStatus,
|
|
97
|
+
AutomatedReasoningPolicyTypeValueAnnotation: () => AutomatedReasoningPolicyTypeValueAnnotation,
|
|
98
|
+
AutomatedReasoningPolicyTypeValueAnnotationFilterSensitiveLog: () => AutomatedReasoningPolicyTypeValueAnnotationFilterSensitiveLog,
|
|
99
|
+
AutomatedReasoningPolicyUpdateFromRuleFeedbackAnnotationFilterSensitiveLog: () => AutomatedReasoningPolicyUpdateFromRuleFeedbackAnnotationFilterSensitiveLog,
|
|
100
|
+
AutomatedReasoningPolicyUpdateFromScenarioFeedbackAnnotationFilterSensitiveLog: () => AutomatedReasoningPolicyUpdateFromScenarioFeedbackAnnotationFilterSensitiveLog,
|
|
101
|
+
AutomatedReasoningPolicyUpdateRuleAnnotationFilterSensitiveLog: () => AutomatedReasoningPolicyUpdateRuleAnnotationFilterSensitiveLog,
|
|
102
|
+
AutomatedReasoningPolicyUpdateRuleMutationFilterSensitiveLog: () => AutomatedReasoningPolicyUpdateRuleMutationFilterSensitiveLog,
|
|
103
|
+
AutomatedReasoningPolicyUpdateTypeAnnotationFilterSensitiveLog: () => AutomatedReasoningPolicyUpdateTypeAnnotationFilterSensitiveLog,
|
|
104
|
+
AutomatedReasoningPolicyUpdateTypeMutationFilterSensitiveLog: () => AutomatedReasoningPolicyUpdateTypeMutationFilterSensitiveLog,
|
|
105
|
+
AutomatedReasoningPolicyUpdateTypeValueFilterSensitiveLog: () => AutomatedReasoningPolicyUpdateTypeValueFilterSensitiveLog,
|
|
106
|
+
AutomatedReasoningPolicyUpdateVariableAnnotationFilterSensitiveLog: () => AutomatedReasoningPolicyUpdateVariableAnnotationFilterSensitiveLog,
|
|
107
|
+
AutomatedReasoningPolicyUpdateVariableMutationFilterSensitiveLog: () => AutomatedReasoningPolicyUpdateVariableMutationFilterSensitiveLog,
|
|
108
|
+
AutomatedReasoningPolicyWorkflowTypeContent: () => AutomatedReasoningPolicyWorkflowTypeContent,
|
|
109
|
+
AutomatedReasoningPolicyWorkflowTypeContentFilterSensitiveLog: () => AutomatedReasoningPolicyWorkflowTypeContentFilterSensitiveLog,
|
|
33
110
|
BatchDeleteEvaluationJobCommand: () => BatchDeleteEvaluationJobCommand,
|
|
34
111
|
BatchDeleteEvaluationJobErrorFilterSensitiveLog: () => BatchDeleteEvaluationJobErrorFilterSensitiveLog,
|
|
35
112
|
BatchDeleteEvaluationJobItemFilterSensitiveLog: () => BatchDeleteEvaluationJobItemFilterSensitiveLog,
|
|
@@ -39,8 +116,16 @@ __export(index_exports, {
|
|
|
39
116
|
BedrockClient: () => BedrockClient,
|
|
40
117
|
BedrockServiceException: () => BedrockServiceException,
|
|
41
118
|
ByteContentDocFilterSensitiveLog: () => ByteContentDocFilterSensitiveLog,
|
|
119
|
+
CancelAutomatedReasoningPolicyBuildWorkflowCommand: () => CancelAutomatedReasoningPolicyBuildWorkflowCommand,
|
|
42
120
|
CommitmentDuration: () => CommitmentDuration,
|
|
43
121
|
ConflictException: () => ConflictException,
|
|
122
|
+
CreateAutomatedReasoningPolicyCommand: () => CreateAutomatedReasoningPolicyCommand,
|
|
123
|
+
CreateAutomatedReasoningPolicyRequestFilterSensitiveLog: () => CreateAutomatedReasoningPolicyRequestFilterSensitiveLog,
|
|
124
|
+
CreateAutomatedReasoningPolicyResponseFilterSensitiveLog: () => CreateAutomatedReasoningPolicyResponseFilterSensitiveLog,
|
|
125
|
+
CreateAutomatedReasoningPolicyTestCaseCommand: () => CreateAutomatedReasoningPolicyTestCaseCommand,
|
|
126
|
+
CreateAutomatedReasoningPolicyTestCaseRequestFilterSensitiveLog: () => CreateAutomatedReasoningPolicyTestCaseRequestFilterSensitiveLog,
|
|
127
|
+
CreateAutomatedReasoningPolicyVersionCommand: () => CreateAutomatedReasoningPolicyVersionCommand,
|
|
128
|
+
CreateAutomatedReasoningPolicyVersionResponseFilterSensitiveLog: () => CreateAutomatedReasoningPolicyVersionResponseFilterSensitiveLog,
|
|
44
129
|
CreateCustomModelCommand: () => CreateCustomModelCommand,
|
|
45
130
|
CreateCustomModelDeploymentCommand: () => CreateCustomModelDeploymentCommand,
|
|
46
131
|
CreateEvaluationJobCommand: () => CreateEvaluationJobCommand,
|
|
@@ -65,6 +150,9 @@ __export(index_exports, {
|
|
|
65
150
|
CustomModelDeploymentStatus: () => CustomModelDeploymentStatus,
|
|
66
151
|
CustomizationConfig: () => CustomizationConfig,
|
|
67
152
|
CustomizationType: () => CustomizationType,
|
|
153
|
+
DeleteAutomatedReasoningPolicyBuildWorkflowCommand: () => DeleteAutomatedReasoningPolicyBuildWorkflowCommand,
|
|
154
|
+
DeleteAutomatedReasoningPolicyCommand: () => DeleteAutomatedReasoningPolicyCommand,
|
|
155
|
+
DeleteAutomatedReasoningPolicyTestCaseCommand: () => DeleteAutomatedReasoningPolicyTestCaseCommand,
|
|
68
156
|
DeleteCustomModelCommand: () => DeleteCustomModelCommand,
|
|
69
157
|
DeleteCustomModelDeploymentCommand: () => DeleteCustomModelDeploymentCommand,
|
|
70
158
|
DeleteFoundationModelAgreementCommand: () => DeleteFoundationModelAgreementCommand,
|
|
@@ -93,6 +181,8 @@ __export(index_exports, {
|
|
|
93
181
|
EvaluationPrecomputedRagSourceConfig: () => EvaluationPrecomputedRagSourceConfig,
|
|
94
182
|
EvaluationTaskType: () => EvaluationTaskType,
|
|
95
183
|
EvaluatorModelConfig: () => EvaluatorModelConfig,
|
|
184
|
+
ExportAutomatedReasoningPolicyVersionCommand: () => ExportAutomatedReasoningPolicyVersionCommand,
|
|
185
|
+
ExportAutomatedReasoningPolicyVersionResponseFilterSensitiveLog: () => ExportAutomatedReasoningPolicyVersionResponseFilterSensitiveLog,
|
|
96
186
|
ExternalSourceFilterSensitiveLog: () => ExternalSourceFilterSensitiveLog,
|
|
97
187
|
ExternalSourceType: () => ExternalSourceType,
|
|
98
188
|
ExternalSourcesGenerationConfigurationFilterSensitiveLog: () => ExternalSourcesGenerationConfigurationFilterSensitiveLog,
|
|
@@ -100,6 +190,20 @@ __export(index_exports, {
|
|
|
100
190
|
FineTuningJobStatus: () => FineTuningJobStatus,
|
|
101
191
|
FoundationModelLifecycleStatus: () => FoundationModelLifecycleStatus,
|
|
102
192
|
GenerationConfigurationFilterSensitiveLog: () => GenerationConfigurationFilterSensitiveLog,
|
|
193
|
+
GetAutomatedReasoningPolicyAnnotationsCommand: () => GetAutomatedReasoningPolicyAnnotationsCommand,
|
|
194
|
+
GetAutomatedReasoningPolicyAnnotationsResponseFilterSensitiveLog: () => GetAutomatedReasoningPolicyAnnotationsResponseFilterSensitiveLog,
|
|
195
|
+
GetAutomatedReasoningPolicyBuildWorkflowCommand: () => GetAutomatedReasoningPolicyBuildWorkflowCommand,
|
|
196
|
+
GetAutomatedReasoningPolicyBuildWorkflowResponseFilterSensitiveLog: () => GetAutomatedReasoningPolicyBuildWorkflowResponseFilterSensitiveLog,
|
|
197
|
+
GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand: () => GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand,
|
|
198
|
+
GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponseFilterSensitiveLog: () => GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponseFilterSensitiveLog,
|
|
199
|
+
GetAutomatedReasoningPolicyCommand: () => GetAutomatedReasoningPolicyCommand,
|
|
200
|
+
GetAutomatedReasoningPolicyNextScenarioCommand: () => GetAutomatedReasoningPolicyNextScenarioCommand,
|
|
201
|
+
GetAutomatedReasoningPolicyNextScenarioResponseFilterSensitiveLog: () => GetAutomatedReasoningPolicyNextScenarioResponseFilterSensitiveLog,
|
|
202
|
+
GetAutomatedReasoningPolicyResponseFilterSensitiveLog: () => GetAutomatedReasoningPolicyResponseFilterSensitiveLog,
|
|
203
|
+
GetAutomatedReasoningPolicyTestCaseCommand: () => GetAutomatedReasoningPolicyTestCaseCommand,
|
|
204
|
+
GetAutomatedReasoningPolicyTestCaseResponseFilterSensitiveLog: () => GetAutomatedReasoningPolicyTestCaseResponseFilterSensitiveLog,
|
|
205
|
+
GetAutomatedReasoningPolicyTestResultCommand: () => GetAutomatedReasoningPolicyTestResultCommand,
|
|
206
|
+
GetAutomatedReasoningPolicyTestResultResponseFilterSensitiveLog: () => GetAutomatedReasoningPolicyTestResultResponseFilterSensitiveLog,
|
|
103
207
|
GetCustomModelCommand: () => GetCustomModelCommand,
|
|
104
208
|
GetCustomModelDeploymentCommand: () => GetCustomModelDeploymentCommand,
|
|
105
209
|
GetCustomModelResponseFilterSensitiveLog: () => GetCustomModelResponseFilterSensitiveLog,
|
|
@@ -181,6 +285,13 @@ __export(index_exports, {
|
|
|
181
285
|
KnowledgeBaseRetrievalConfigurationFilterSensitiveLog: () => KnowledgeBaseRetrievalConfigurationFilterSensitiveLog,
|
|
182
286
|
KnowledgeBaseRetrieveAndGenerateConfigurationFilterSensitiveLog: () => KnowledgeBaseRetrieveAndGenerateConfigurationFilterSensitiveLog,
|
|
183
287
|
KnowledgeBaseVectorSearchConfigurationFilterSensitiveLog: () => KnowledgeBaseVectorSearchConfigurationFilterSensitiveLog,
|
|
288
|
+
ListAutomatedReasoningPoliciesCommand: () => ListAutomatedReasoningPoliciesCommand,
|
|
289
|
+
ListAutomatedReasoningPoliciesResponseFilterSensitiveLog: () => ListAutomatedReasoningPoliciesResponseFilterSensitiveLog,
|
|
290
|
+
ListAutomatedReasoningPolicyBuildWorkflowsCommand: () => ListAutomatedReasoningPolicyBuildWorkflowsCommand,
|
|
291
|
+
ListAutomatedReasoningPolicyTestCasesCommand: () => ListAutomatedReasoningPolicyTestCasesCommand,
|
|
292
|
+
ListAutomatedReasoningPolicyTestCasesResponseFilterSensitiveLog: () => ListAutomatedReasoningPolicyTestCasesResponseFilterSensitiveLog,
|
|
293
|
+
ListAutomatedReasoningPolicyTestResultsCommand: () => ListAutomatedReasoningPolicyTestResultsCommand,
|
|
294
|
+
ListAutomatedReasoningPolicyTestResultsResponseFilterSensitiveLog: () => ListAutomatedReasoningPolicyTestResultsResponseFilterSensitiveLog,
|
|
184
295
|
ListCustomModelDeploymentsCommand: () => ListCustomModelDeploymentsCommand,
|
|
185
296
|
ListCustomModelsCommand: () => ListCustomModelsCommand,
|
|
186
297
|
ListEvaluationJobsCommand: () => ListEvaluationJobsCommand,
|
|
@@ -235,6 +346,7 @@ __export(index_exports, {
|
|
|
235
346
|
RerankingMetadataSelectionMode: () => RerankingMetadataSelectionMode,
|
|
236
347
|
RerankingMetadataSelectiveModeConfiguration: () => RerankingMetadataSelectiveModeConfiguration,
|
|
237
348
|
RerankingMetadataSelectiveModeConfigurationFilterSensitiveLog: () => RerankingMetadataSelectiveModeConfigurationFilterSensitiveLog,
|
|
349
|
+
ResourceInUseException: () => ResourceInUseException,
|
|
238
350
|
ResourceNotFoundException: () => ResourceNotFoundException,
|
|
239
351
|
RetrievalFilter: () => RetrievalFilter,
|
|
240
352
|
RetrievalFilterFilterSensitiveLog: () => RetrievalFilterFilterSensitiveLog,
|
|
@@ -249,6 +361,9 @@ __export(index_exports, {
|
|
|
249
361
|
SortJobsBy: () => SortJobsBy,
|
|
250
362
|
SortModelsBy: () => SortModelsBy,
|
|
251
363
|
SortOrder: () => SortOrder,
|
|
364
|
+
StartAutomatedReasoningPolicyBuildWorkflowCommand: () => StartAutomatedReasoningPolicyBuildWorkflowCommand,
|
|
365
|
+
StartAutomatedReasoningPolicyBuildWorkflowRequestFilterSensitiveLog: () => StartAutomatedReasoningPolicyBuildWorkflowRequestFilterSensitiveLog,
|
|
366
|
+
StartAutomatedReasoningPolicyTestWorkflowCommand: () => StartAutomatedReasoningPolicyTestWorkflowCommand,
|
|
252
367
|
Status: () => Status,
|
|
253
368
|
StopEvaluationJobCommand: () => StopEvaluationJobCommand,
|
|
254
369
|
StopEvaluationJobRequestFilterSensitiveLog: () => StopEvaluationJobRequestFilterSensitiveLog,
|
|
@@ -259,6 +374,13 @@ __export(index_exports, {
|
|
|
259
374
|
TooManyTagsException: () => TooManyTagsException,
|
|
260
375
|
TrainingDataConfigFilterSensitiveLog: () => TrainingDataConfigFilterSensitiveLog,
|
|
261
376
|
UntagResourceCommand: () => UntagResourceCommand,
|
|
377
|
+
UpdateAutomatedReasoningPolicyAnnotationsCommand: () => UpdateAutomatedReasoningPolicyAnnotationsCommand,
|
|
378
|
+
UpdateAutomatedReasoningPolicyAnnotationsRequestFilterSensitiveLog: () => UpdateAutomatedReasoningPolicyAnnotationsRequestFilterSensitiveLog,
|
|
379
|
+
UpdateAutomatedReasoningPolicyCommand: () => UpdateAutomatedReasoningPolicyCommand,
|
|
380
|
+
UpdateAutomatedReasoningPolicyRequestFilterSensitiveLog: () => UpdateAutomatedReasoningPolicyRequestFilterSensitiveLog,
|
|
381
|
+
UpdateAutomatedReasoningPolicyResponseFilterSensitiveLog: () => UpdateAutomatedReasoningPolicyResponseFilterSensitiveLog,
|
|
382
|
+
UpdateAutomatedReasoningPolicyTestCaseCommand: () => UpdateAutomatedReasoningPolicyTestCaseCommand,
|
|
383
|
+
UpdateAutomatedReasoningPolicyTestCaseRequestFilterSensitiveLog: () => UpdateAutomatedReasoningPolicyTestCaseRequestFilterSensitiveLog,
|
|
262
384
|
UpdateGuardrailCommand: () => UpdateGuardrailCommand,
|
|
263
385
|
UpdateGuardrailRequestFilterSensitiveLog: () => UpdateGuardrailRequestFilterSensitiveLog,
|
|
264
386
|
UpdateMarketplaceModelEndpointCommand: () => UpdateMarketplaceModelEndpointCommand,
|
|
@@ -268,6 +390,10 @@ __export(index_exports, {
|
|
|
268
390
|
VectorSearchRerankingConfigurationFilterSensitiveLog: () => VectorSearchRerankingConfigurationFilterSensitiveLog,
|
|
269
391
|
VectorSearchRerankingConfigurationType: () => VectorSearchRerankingConfigurationType,
|
|
270
392
|
__Client: () => import_smithy_client.Client,
|
|
393
|
+
paginateListAutomatedReasoningPolicies: () => paginateListAutomatedReasoningPolicies,
|
|
394
|
+
paginateListAutomatedReasoningPolicyBuildWorkflows: () => paginateListAutomatedReasoningPolicyBuildWorkflows,
|
|
395
|
+
paginateListAutomatedReasoningPolicyTestCases: () => paginateListAutomatedReasoningPolicyTestCases,
|
|
396
|
+
paginateListAutomatedReasoningPolicyTestResults: () => paginateListAutomatedReasoningPolicyTestResults,
|
|
271
397
|
paginateListCustomModelDeployments: () => paginateListCustomModelDeployments,
|
|
272
398
|
paginateListCustomModels: () => paginateListCustomModels,
|
|
273
399
|
paginateListEvaluationJobs: () => paginateListEvaluationJobs,
|
|
@@ -575,17 +701,6 @@ var ConflictException = class _ConflictException extends BedrockServiceException
|
|
|
575
701
|
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
576
702
|
}
|
|
577
703
|
};
|
|
578
|
-
var EndpointConfig;
|
|
579
|
-
((EndpointConfig3) => {
|
|
580
|
-
EndpointConfig3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
581
|
-
if (value.sageMaker !== void 0) return visitor.sageMaker(value.sageMaker);
|
|
582
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
583
|
-
}, "visit");
|
|
584
|
-
})(EndpointConfig || (EndpointConfig = {}));
|
|
585
|
-
var Status = {
|
|
586
|
-
INCOMPATIBLE_ENDPOINT: "INCOMPATIBLE_ENDPOINT",
|
|
587
|
-
REGISTERED: "REGISTERED"
|
|
588
|
-
};
|
|
589
704
|
var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends BedrockServiceException {
|
|
590
705
|
static {
|
|
591
706
|
__name(this, "ServiceQuotaExceededException");
|
|
@@ -604,46 +719,226 @@ var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends
|
|
|
604
719
|
Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
|
|
605
720
|
}
|
|
606
721
|
};
|
|
607
|
-
var
|
|
722
|
+
var TooManyTagsException = class _TooManyTagsException extends BedrockServiceException {
|
|
608
723
|
static {
|
|
609
|
-
__name(this, "
|
|
724
|
+
__name(this, "TooManyTagsException");
|
|
610
725
|
}
|
|
611
|
-
name = "
|
|
612
|
-
$fault = "
|
|
726
|
+
name = "TooManyTagsException";
|
|
727
|
+
$fault = "client";
|
|
728
|
+
/**
|
|
729
|
+
* <p>The name of the resource with too many tags.</p>
|
|
730
|
+
* @public
|
|
731
|
+
*/
|
|
732
|
+
resourceName;
|
|
613
733
|
/**
|
|
614
734
|
* @internal
|
|
615
735
|
*/
|
|
616
736
|
constructor(opts) {
|
|
617
737
|
super({
|
|
618
|
-
name: "
|
|
619
|
-
$fault: "
|
|
738
|
+
name: "TooManyTagsException",
|
|
739
|
+
$fault: "client",
|
|
620
740
|
...opts
|
|
621
741
|
});
|
|
622
|
-
Object.setPrototypeOf(this,
|
|
742
|
+
Object.setPrototypeOf(this, _TooManyTagsException.prototype);
|
|
743
|
+
this.resourceName = opts.resourceName;
|
|
623
744
|
}
|
|
624
745
|
};
|
|
625
|
-
var
|
|
746
|
+
var AutomatedReasoningCheckResult = {
|
|
747
|
+
IMPOSSIBLE: "IMPOSSIBLE",
|
|
748
|
+
INVALID: "INVALID",
|
|
749
|
+
NO_TRANSLATION: "NO_TRANSLATION",
|
|
750
|
+
SATISFIABLE: "SATISFIABLE",
|
|
751
|
+
TOO_COMPLEX: "TOO_COMPLEX",
|
|
752
|
+
TRANSLATION_AMBIGUOUS: "TRANSLATION_AMBIGUOUS",
|
|
753
|
+
VALID: "VALID"
|
|
754
|
+
};
|
|
755
|
+
var ResourceInUseException = class _ResourceInUseException extends BedrockServiceException {
|
|
626
756
|
static {
|
|
627
|
-
__name(this, "
|
|
757
|
+
__name(this, "ResourceInUseException");
|
|
628
758
|
}
|
|
629
|
-
name = "
|
|
759
|
+
name = "ResourceInUseException";
|
|
630
760
|
$fault = "client";
|
|
631
761
|
/**
|
|
632
|
-
*
|
|
633
|
-
* @public
|
|
762
|
+
* @internal
|
|
634
763
|
*/
|
|
635
|
-
|
|
764
|
+
constructor(opts) {
|
|
765
|
+
super({
|
|
766
|
+
name: "ResourceInUseException",
|
|
767
|
+
$fault: "client",
|
|
768
|
+
...opts
|
|
769
|
+
});
|
|
770
|
+
Object.setPrototypeOf(this, _ResourceInUseException.prototype);
|
|
771
|
+
}
|
|
772
|
+
};
|
|
773
|
+
var AutomatedReasoningPolicyTypeValueAnnotation;
|
|
774
|
+
((AutomatedReasoningPolicyTypeValueAnnotation3) => {
|
|
775
|
+
AutomatedReasoningPolicyTypeValueAnnotation3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
776
|
+
if (value.addTypeValue !== void 0) return visitor.addTypeValue(value.addTypeValue);
|
|
777
|
+
if (value.updateTypeValue !== void 0) return visitor.updateTypeValue(value.updateTypeValue);
|
|
778
|
+
if (value.deleteTypeValue !== void 0) return visitor.deleteTypeValue(value.deleteTypeValue);
|
|
779
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
780
|
+
}, "visit");
|
|
781
|
+
})(AutomatedReasoningPolicyTypeValueAnnotation || (AutomatedReasoningPolicyTypeValueAnnotation = {}));
|
|
782
|
+
var AutomatedReasoningPolicyAnnotation;
|
|
783
|
+
((AutomatedReasoningPolicyAnnotation3) => {
|
|
784
|
+
AutomatedReasoningPolicyAnnotation3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
785
|
+
if (value.addType !== void 0) return visitor.addType(value.addType);
|
|
786
|
+
if (value.updateType !== void 0) return visitor.updateType(value.updateType);
|
|
787
|
+
if (value.deleteType !== void 0) return visitor.deleteType(value.deleteType);
|
|
788
|
+
if (value.addVariable !== void 0) return visitor.addVariable(value.addVariable);
|
|
789
|
+
if (value.updateVariable !== void 0) return visitor.updateVariable(value.updateVariable);
|
|
790
|
+
if (value.deleteVariable !== void 0) return visitor.deleteVariable(value.deleteVariable);
|
|
791
|
+
if (value.addRule !== void 0) return visitor.addRule(value.addRule);
|
|
792
|
+
if (value.updateRule !== void 0) return visitor.updateRule(value.updateRule);
|
|
793
|
+
if (value.deleteRule !== void 0) return visitor.deleteRule(value.deleteRule);
|
|
794
|
+
if (value.addRuleFromNaturalLanguage !== void 0)
|
|
795
|
+
return visitor.addRuleFromNaturalLanguage(value.addRuleFromNaturalLanguage);
|
|
796
|
+
if (value.updateFromRulesFeedback !== void 0)
|
|
797
|
+
return visitor.updateFromRulesFeedback(value.updateFromRulesFeedback);
|
|
798
|
+
if (value.updateFromScenarioFeedback !== void 0)
|
|
799
|
+
return visitor.updateFromScenarioFeedback(value.updateFromScenarioFeedback);
|
|
800
|
+
if (value.ingestContent !== void 0) return visitor.ingestContent(value.ingestContent);
|
|
801
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
802
|
+
}, "visit");
|
|
803
|
+
})(AutomatedReasoningPolicyAnnotation || (AutomatedReasoningPolicyAnnotation = {}));
|
|
804
|
+
var AutomatedReasoningPolicyBuildWorkflowType = {
|
|
805
|
+
IMPORT_POLICY: "IMPORT_POLICY",
|
|
806
|
+
INGEST_CONTENT: "INGEST_CONTENT",
|
|
807
|
+
REFINE_POLICY: "REFINE_POLICY"
|
|
808
|
+
};
|
|
809
|
+
var AutomatedReasoningPolicyBuildDocumentContentType = {
|
|
810
|
+
PDF: "pdf",
|
|
811
|
+
TEXT: "txt"
|
|
812
|
+
};
|
|
813
|
+
var AutomatedReasoningPolicyBuildWorkflowStatus = {
|
|
814
|
+
BUILDING: "BUILDING",
|
|
815
|
+
CANCELLED: "CANCELLED",
|
|
816
|
+
CANCEL_REQUESTED: "CANCEL_REQUESTED",
|
|
817
|
+
COMPLETED: "COMPLETED",
|
|
818
|
+
FAILED: "FAILED",
|
|
819
|
+
PREPROCESSING: "PREPROCESSING",
|
|
820
|
+
SCHEDULED: "SCHEDULED",
|
|
821
|
+
TESTING: "TESTING"
|
|
822
|
+
};
|
|
823
|
+
var AutomatedReasoningPolicyBuildResultAssetType = {
|
|
824
|
+
BUILD_LOG: "BUILD_LOG",
|
|
825
|
+
POLICY_DEFINITION: "POLICY_DEFINITION",
|
|
826
|
+
QUALITY_REPORT: "QUALITY_REPORT"
|
|
827
|
+
};
|
|
828
|
+
var AutomatedReasoningPolicyMutation;
|
|
829
|
+
((AutomatedReasoningPolicyMutation2) => {
|
|
830
|
+
AutomatedReasoningPolicyMutation2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
831
|
+
if (value.addType !== void 0) return visitor.addType(value.addType);
|
|
832
|
+
if (value.updateType !== void 0) return visitor.updateType(value.updateType);
|
|
833
|
+
if (value.deleteType !== void 0) return visitor.deleteType(value.deleteType);
|
|
834
|
+
if (value.addVariable !== void 0) return visitor.addVariable(value.addVariable);
|
|
835
|
+
if (value.updateVariable !== void 0) return visitor.updateVariable(value.updateVariable);
|
|
836
|
+
if (value.deleteVariable !== void 0) return visitor.deleteVariable(value.deleteVariable);
|
|
837
|
+
if (value.addRule !== void 0) return visitor.addRule(value.addRule);
|
|
838
|
+
if (value.updateRule !== void 0) return visitor.updateRule(value.updateRule);
|
|
839
|
+
if (value.deleteRule !== void 0) return visitor.deleteRule(value.deleteRule);
|
|
840
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
841
|
+
}, "visit");
|
|
842
|
+
})(AutomatedReasoningPolicyMutation || (AutomatedReasoningPolicyMutation = {}));
|
|
843
|
+
var AutomatedReasoningPolicyBuildStepContext;
|
|
844
|
+
((AutomatedReasoningPolicyBuildStepContext2) => {
|
|
845
|
+
AutomatedReasoningPolicyBuildStepContext2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
846
|
+
if (value.planning !== void 0) return visitor.planning(value.planning);
|
|
847
|
+
if (value.mutation !== void 0) return visitor.mutation(value.mutation);
|
|
848
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
849
|
+
}, "visit");
|
|
850
|
+
})(AutomatedReasoningPolicyBuildStepContext || (AutomatedReasoningPolicyBuildStepContext = {}));
|
|
851
|
+
var AutomatedReasoningPolicyBuildMessageType = {
|
|
852
|
+
ERROR: "ERROR",
|
|
853
|
+
INFO: "INFO",
|
|
854
|
+
WARNING: "WARNING"
|
|
855
|
+
};
|
|
856
|
+
var AutomatedReasoningPolicyDefinitionElement;
|
|
857
|
+
((AutomatedReasoningPolicyDefinitionElement2) => {
|
|
858
|
+
AutomatedReasoningPolicyDefinitionElement2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
859
|
+
if (value.policyDefinitionVariable !== void 0)
|
|
860
|
+
return visitor.policyDefinitionVariable(value.policyDefinitionVariable);
|
|
861
|
+
if (value.policyDefinitionType !== void 0) return visitor.policyDefinitionType(value.policyDefinitionType);
|
|
862
|
+
if (value.policyDefinitionRule !== void 0) return visitor.policyDefinitionRule(value.policyDefinitionRule);
|
|
863
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
864
|
+
}, "visit");
|
|
865
|
+
})(AutomatedReasoningPolicyDefinitionElement || (AutomatedReasoningPolicyDefinitionElement = {}));
|
|
866
|
+
var AutomatedReasoningPolicyAnnotationStatus = {
|
|
867
|
+
APPLIED: "APPLIED",
|
|
868
|
+
FAILED: "FAILED"
|
|
869
|
+
};
|
|
870
|
+
var AutomatedReasoningPolicyBuildResultAssets;
|
|
871
|
+
((AutomatedReasoningPolicyBuildResultAssets3) => {
|
|
872
|
+
AutomatedReasoningPolicyBuildResultAssets3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
873
|
+
if (value.policyDefinition !== void 0) return visitor.policyDefinition(value.policyDefinition);
|
|
874
|
+
if (value.qualityReport !== void 0) return visitor.qualityReport(value.qualityReport);
|
|
875
|
+
if (value.buildLog !== void 0) return visitor.buildLog(value.buildLog);
|
|
876
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
877
|
+
}, "visit");
|
|
878
|
+
})(AutomatedReasoningPolicyBuildResultAssets || (AutomatedReasoningPolicyBuildResultAssets = {}));
|
|
879
|
+
var AutomatedReasoningCheckLogicWarningType = {
|
|
880
|
+
ALWAYS_FALSE: "ALWAYS_FALSE",
|
|
881
|
+
ALWAYS_TRUE: "ALWAYS_TRUE"
|
|
882
|
+
};
|
|
883
|
+
var AutomatedReasoningCheckFinding;
|
|
884
|
+
((AutomatedReasoningCheckFinding3) => {
|
|
885
|
+
AutomatedReasoningCheckFinding3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
886
|
+
if (value.valid !== void 0) return visitor.valid(value.valid);
|
|
887
|
+
if (value.invalid !== void 0) return visitor.invalid(value.invalid);
|
|
888
|
+
if (value.satisfiable !== void 0) return visitor.satisfiable(value.satisfiable);
|
|
889
|
+
if (value.impossible !== void 0) return visitor.impossible(value.impossible);
|
|
890
|
+
if (value.translationAmbiguous !== void 0) return visitor.translationAmbiguous(value.translationAmbiguous);
|
|
891
|
+
if (value.tooComplex !== void 0) return visitor.tooComplex(value.tooComplex);
|
|
892
|
+
if (value.noTranslations !== void 0) return visitor.noTranslations(value.noTranslations);
|
|
893
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
894
|
+
}, "visit");
|
|
895
|
+
})(AutomatedReasoningCheckFinding || (AutomatedReasoningCheckFinding = {}));
|
|
896
|
+
var AutomatedReasoningPolicyTestRunResult = {
|
|
897
|
+
FAILED: "FAILED",
|
|
898
|
+
PASSED: "PASSED"
|
|
899
|
+
};
|
|
900
|
+
var AutomatedReasoningPolicyTestRunStatus = {
|
|
901
|
+
COMPLETED: "COMPLETED",
|
|
902
|
+
FAILED: "FAILED",
|
|
903
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
904
|
+
NOT_STARTED: "NOT_STARTED",
|
|
905
|
+
SCHEDULED: "SCHEDULED"
|
|
906
|
+
};
|
|
907
|
+
var AutomatedReasoningPolicyWorkflowTypeContent;
|
|
908
|
+
((AutomatedReasoningPolicyWorkflowTypeContent2) => {
|
|
909
|
+
AutomatedReasoningPolicyWorkflowTypeContent2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
910
|
+
if (value.documents !== void 0) return visitor.documents(value.documents);
|
|
911
|
+
if (value.policyRepairAssets !== void 0) return visitor.policyRepairAssets(value.policyRepairAssets);
|
|
912
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
913
|
+
}, "visit");
|
|
914
|
+
})(AutomatedReasoningPolicyWorkflowTypeContent || (AutomatedReasoningPolicyWorkflowTypeContent = {}));
|
|
915
|
+
var EndpointConfig;
|
|
916
|
+
((EndpointConfig3) => {
|
|
917
|
+
EndpointConfig3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
918
|
+
if (value.sageMaker !== void 0) return visitor.sageMaker(value.sageMaker);
|
|
919
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
920
|
+
}, "visit");
|
|
921
|
+
})(EndpointConfig || (EndpointConfig = {}));
|
|
922
|
+
var Status = {
|
|
923
|
+
INCOMPATIBLE_ENDPOINT: "INCOMPATIBLE_ENDPOINT",
|
|
924
|
+
REGISTERED: "REGISTERED"
|
|
925
|
+
};
|
|
926
|
+
var ServiceUnavailableException = class _ServiceUnavailableException extends BedrockServiceException {
|
|
927
|
+
static {
|
|
928
|
+
__name(this, "ServiceUnavailableException");
|
|
929
|
+
}
|
|
930
|
+
name = "ServiceUnavailableException";
|
|
931
|
+
$fault = "server";
|
|
636
932
|
/**
|
|
637
933
|
* @internal
|
|
638
934
|
*/
|
|
639
935
|
constructor(opts) {
|
|
640
936
|
super({
|
|
641
|
-
name: "
|
|
642
|
-
$fault: "
|
|
937
|
+
name: "ServiceUnavailableException",
|
|
938
|
+
$fault: "server",
|
|
643
939
|
...opts
|
|
644
940
|
});
|
|
645
|
-
Object.setPrototypeOf(this,
|
|
646
|
-
this.resourceName = opts.resourceName;
|
|
941
|
+
Object.setPrototypeOf(this, _ServiceUnavailableException.prototype);
|
|
647
942
|
}
|
|
648
943
|
};
|
|
649
944
|
var CustomModelDeploymentStatus = {
|
|
@@ -659,8 +954,8 @@ var SortOrder = {
|
|
|
659
954
|
DESCENDING: "Descending"
|
|
660
955
|
};
|
|
661
956
|
var ModelDataSource;
|
|
662
|
-
((
|
|
663
|
-
|
|
957
|
+
((ModelDataSource4) => {
|
|
958
|
+
ModelDataSource4.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
664
959
|
if (value.s3DataSource !== void 0) return visitor.s3DataSource(value.s3DataSource);
|
|
665
960
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
666
961
|
}, "visit");
|
|
@@ -908,108 +1203,534 @@ var GuardrailWordAction = {
|
|
|
908
1203
|
BLOCK: "BLOCK",
|
|
909
1204
|
NONE: "NONE"
|
|
910
1205
|
};
|
|
911
|
-
var
|
|
912
|
-
|
|
913
|
-
}
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
}
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
}
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
}
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
}
|
|
949
|
-
|
|
950
|
-
((
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
}
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
};
|
|
980
|
-
var
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
};
|
|
984
|
-
var
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
}
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
};
|
|
1010
|
-
var
|
|
1011
|
-
|
|
1012
|
-
}
|
|
1206
|
+
var AutomatedReasoningPolicyDefinitionRuleFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1207
|
+
...obj,
|
|
1208
|
+
...obj.expression && { expression: import_smithy_client.SENSITIVE_STRING },
|
|
1209
|
+
...obj.alternateExpression && { alternateExpression: import_smithy_client.SENSITIVE_STRING }
|
|
1210
|
+
}), "AutomatedReasoningPolicyDefinitionRuleFilterSensitiveLog");
|
|
1211
|
+
var AutomatedReasoningPolicyDefinitionTypeValueFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1212
|
+
...obj,
|
|
1213
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1214
|
+
}), "AutomatedReasoningPolicyDefinitionTypeValueFilterSensitiveLog");
|
|
1215
|
+
var AutomatedReasoningPolicyDefinitionTypeFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1216
|
+
...obj,
|
|
1217
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1218
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1219
|
+
...obj.values && {
|
|
1220
|
+
values: obj.values.map((item) => AutomatedReasoningPolicyDefinitionTypeValueFilterSensitiveLog(item))
|
|
1221
|
+
}
|
|
1222
|
+
}), "AutomatedReasoningPolicyDefinitionTypeFilterSensitiveLog");
|
|
1223
|
+
var AutomatedReasoningPolicyDefinitionVariableFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1224
|
+
...obj,
|
|
1225
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1226
|
+
...obj.type && { type: import_smithy_client.SENSITIVE_STRING },
|
|
1227
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1228
|
+
}), "AutomatedReasoningPolicyDefinitionVariableFilterSensitiveLog");
|
|
1229
|
+
var AutomatedReasoningPolicyDefinitionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1230
|
+
...obj,
|
|
1231
|
+
...obj.types && { types: obj.types.map((item) => AutomatedReasoningPolicyDefinitionTypeFilterSensitiveLog(item)) },
|
|
1232
|
+
...obj.rules && { rules: obj.rules.map((item) => AutomatedReasoningPolicyDefinitionRuleFilterSensitiveLog(item)) },
|
|
1233
|
+
...obj.variables && {
|
|
1234
|
+
variables: obj.variables.map((item) => AutomatedReasoningPolicyDefinitionVariableFilterSensitiveLog(item))
|
|
1235
|
+
}
|
|
1236
|
+
}), "AutomatedReasoningPolicyDefinitionFilterSensitiveLog");
|
|
1237
|
+
var CreateAutomatedReasoningPolicyRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1238
|
+
...obj,
|
|
1239
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1240
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1241
|
+
...obj.policyDefinition && {
|
|
1242
|
+
policyDefinition: AutomatedReasoningPolicyDefinitionFilterSensitiveLog(obj.policyDefinition)
|
|
1243
|
+
}
|
|
1244
|
+
}), "CreateAutomatedReasoningPolicyRequestFilterSensitiveLog");
|
|
1245
|
+
var CreateAutomatedReasoningPolicyResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1246
|
+
...obj,
|
|
1247
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1248
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1249
|
+
}), "CreateAutomatedReasoningPolicyResponseFilterSensitiveLog");
|
|
1250
|
+
var CreateAutomatedReasoningPolicyTestCaseRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1251
|
+
...obj,
|
|
1252
|
+
...obj.guardContent && { guardContent: import_smithy_client.SENSITIVE_STRING },
|
|
1253
|
+
...obj.queryContent && { queryContent: import_smithy_client.SENSITIVE_STRING }
|
|
1254
|
+
}), "CreateAutomatedReasoningPolicyTestCaseRequestFilterSensitiveLog");
|
|
1255
|
+
var CreateAutomatedReasoningPolicyVersionResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1256
|
+
...obj,
|
|
1257
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1258
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1259
|
+
}), "CreateAutomatedReasoningPolicyVersionResponseFilterSensitiveLog");
|
|
1260
|
+
var ExportAutomatedReasoningPolicyVersionResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1261
|
+
...obj,
|
|
1262
|
+
...obj.policyDefinition && {
|
|
1263
|
+
policyDefinition: AutomatedReasoningPolicyDefinitionFilterSensitiveLog(obj.policyDefinition)
|
|
1264
|
+
}
|
|
1265
|
+
}), "ExportAutomatedReasoningPolicyVersionResponseFilterSensitiveLog");
|
|
1266
|
+
var GetAutomatedReasoningPolicyResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1267
|
+
...obj,
|
|
1268
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1269
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1270
|
+
}), "GetAutomatedReasoningPolicyResponseFilterSensitiveLog");
|
|
1271
|
+
var AutomatedReasoningPolicyAddRuleAnnotationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1272
|
+
...obj,
|
|
1273
|
+
...obj.expression && { expression: import_smithy_client.SENSITIVE_STRING }
|
|
1274
|
+
}), "AutomatedReasoningPolicyAddRuleAnnotationFilterSensitiveLog");
|
|
1275
|
+
var AutomatedReasoningPolicyAddRuleFromNaturalLanguageAnnotationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1276
|
+
...obj,
|
|
1277
|
+
...obj.naturalLanguage && { naturalLanguage: import_smithy_client.SENSITIVE_STRING }
|
|
1278
|
+
}), "AutomatedReasoningPolicyAddRuleFromNaturalLanguageAnnotationFilterSensitiveLog");
|
|
1279
|
+
var AutomatedReasoningPolicyAddTypeAnnotationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1280
|
+
...obj,
|
|
1281
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1282
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1283
|
+
...obj.values && {
|
|
1284
|
+
values: obj.values.map((item) => AutomatedReasoningPolicyDefinitionTypeValueFilterSensitiveLog(item))
|
|
1285
|
+
}
|
|
1286
|
+
}), "AutomatedReasoningPolicyAddTypeAnnotationFilterSensitiveLog");
|
|
1287
|
+
var AutomatedReasoningPolicyAddVariableAnnotationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1288
|
+
...obj,
|
|
1289
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1290
|
+
...obj.type && { type: import_smithy_client.SENSITIVE_STRING },
|
|
1291
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1292
|
+
}), "AutomatedReasoningPolicyAddVariableAnnotationFilterSensitiveLog");
|
|
1293
|
+
var AutomatedReasoningPolicyDeleteTypeAnnotationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1294
|
+
...obj,
|
|
1295
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING }
|
|
1296
|
+
}), "AutomatedReasoningPolicyDeleteTypeAnnotationFilterSensitiveLog");
|
|
1297
|
+
var AutomatedReasoningPolicyDeleteVariableAnnotationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1298
|
+
...obj,
|
|
1299
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING }
|
|
1300
|
+
}), "AutomatedReasoningPolicyDeleteVariableAnnotationFilterSensitiveLog");
|
|
1301
|
+
var AutomatedReasoningPolicyIngestContentAnnotationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1302
|
+
...obj,
|
|
1303
|
+
...obj.content && { content: import_smithy_client.SENSITIVE_STRING }
|
|
1304
|
+
}), "AutomatedReasoningPolicyIngestContentAnnotationFilterSensitiveLog");
|
|
1305
|
+
var AutomatedReasoningPolicyUpdateFromRuleFeedbackAnnotationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1306
|
+
...obj,
|
|
1307
|
+
...obj.feedback && { feedback: import_smithy_client.SENSITIVE_STRING }
|
|
1308
|
+
}), "AutomatedReasoningPolicyUpdateFromRuleFeedbackAnnotationFilterSensitiveLog");
|
|
1309
|
+
var AutomatedReasoningPolicyUpdateFromScenarioFeedbackAnnotationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1310
|
+
...obj,
|
|
1311
|
+
...obj.scenarioExpression && { scenarioExpression: import_smithy_client.SENSITIVE_STRING },
|
|
1312
|
+
...obj.feedback && { feedback: import_smithy_client.SENSITIVE_STRING }
|
|
1313
|
+
}), "AutomatedReasoningPolicyUpdateFromScenarioFeedbackAnnotationFilterSensitiveLog");
|
|
1314
|
+
var AutomatedReasoningPolicyUpdateRuleAnnotationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1315
|
+
...obj,
|
|
1316
|
+
...obj.expression && { expression: import_smithy_client.SENSITIVE_STRING }
|
|
1317
|
+
}), "AutomatedReasoningPolicyUpdateRuleAnnotationFilterSensitiveLog");
|
|
1318
|
+
var AutomatedReasoningPolicyAddTypeValueFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1319
|
+
...obj,
|
|
1320
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1321
|
+
}), "AutomatedReasoningPolicyAddTypeValueFilterSensitiveLog");
|
|
1322
|
+
var AutomatedReasoningPolicyUpdateTypeValueFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1323
|
+
...obj,
|
|
1324
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1325
|
+
}), "AutomatedReasoningPolicyUpdateTypeValueFilterSensitiveLog");
|
|
1326
|
+
var AutomatedReasoningPolicyTypeValueAnnotationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1327
|
+
if (obj.addTypeValue !== void 0)
|
|
1328
|
+
return { addTypeValue: AutomatedReasoningPolicyAddTypeValueFilterSensitiveLog(obj.addTypeValue) };
|
|
1329
|
+
if (obj.updateTypeValue !== void 0)
|
|
1330
|
+
return { updateTypeValue: AutomatedReasoningPolicyUpdateTypeValueFilterSensitiveLog(obj.updateTypeValue) };
|
|
1331
|
+
if (obj.deleteTypeValue !== void 0) return { deleteTypeValue: obj.deleteTypeValue };
|
|
1332
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1333
|
+
}, "AutomatedReasoningPolicyTypeValueAnnotationFilterSensitiveLog");
|
|
1334
|
+
var AutomatedReasoningPolicyUpdateTypeAnnotationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1335
|
+
...obj,
|
|
1336
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1337
|
+
...obj.newName && { newName: import_smithy_client.SENSITIVE_STRING },
|
|
1338
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1339
|
+
...obj.values && {
|
|
1340
|
+
values: obj.values.map((item) => AutomatedReasoningPolicyTypeValueAnnotationFilterSensitiveLog(item))
|
|
1341
|
+
}
|
|
1342
|
+
}), "AutomatedReasoningPolicyUpdateTypeAnnotationFilterSensitiveLog");
|
|
1343
|
+
var AutomatedReasoningPolicyUpdateVariableAnnotationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1344
|
+
...obj,
|
|
1345
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1346
|
+
...obj.newName && { newName: import_smithy_client.SENSITIVE_STRING },
|
|
1347
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1348
|
+
}), "AutomatedReasoningPolicyUpdateVariableAnnotationFilterSensitiveLog");
|
|
1349
|
+
var AutomatedReasoningPolicyAnnotationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1350
|
+
if (obj.addType !== void 0)
|
|
1351
|
+
return { addType: AutomatedReasoningPolicyAddTypeAnnotationFilterSensitiveLog(obj.addType) };
|
|
1352
|
+
if (obj.updateType !== void 0)
|
|
1353
|
+
return { updateType: AutomatedReasoningPolicyUpdateTypeAnnotationFilterSensitiveLog(obj.updateType) };
|
|
1354
|
+
if (obj.deleteType !== void 0)
|
|
1355
|
+
return { deleteType: AutomatedReasoningPolicyDeleteTypeAnnotationFilterSensitiveLog(obj.deleteType) };
|
|
1356
|
+
if (obj.addVariable !== void 0)
|
|
1357
|
+
return { addVariable: AutomatedReasoningPolicyAddVariableAnnotationFilterSensitiveLog(obj.addVariable) };
|
|
1358
|
+
if (obj.updateVariable !== void 0)
|
|
1359
|
+
return { updateVariable: AutomatedReasoningPolicyUpdateVariableAnnotationFilterSensitiveLog(obj.updateVariable) };
|
|
1360
|
+
if (obj.deleteVariable !== void 0)
|
|
1361
|
+
return { deleteVariable: AutomatedReasoningPolicyDeleteVariableAnnotationFilterSensitiveLog(obj.deleteVariable) };
|
|
1362
|
+
if (obj.addRule !== void 0)
|
|
1363
|
+
return { addRule: AutomatedReasoningPolicyAddRuleAnnotationFilterSensitiveLog(obj.addRule) };
|
|
1364
|
+
if (obj.updateRule !== void 0)
|
|
1365
|
+
return { updateRule: AutomatedReasoningPolicyUpdateRuleAnnotationFilterSensitiveLog(obj.updateRule) };
|
|
1366
|
+
if (obj.deleteRule !== void 0) return { deleteRule: obj.deleteRule };
|
|
1367
|
+
if (obj.addRuleFromNaturalLanguage !== void 0)
|
|
1368
|
+
return {
|
|
1369
|
+
addRuleFromNaturalLanguage: AutomatedReasoningPolicyAddRuleFromNaturalLanguageAnnotationFilterSensitiveLog(
|
|
1370
|
+
obj.addRuleFromNaturalLanguage
|
|
1371
|
+
)
|
|
1372
|
+
};
|
|
1373
|
+
if (obj.updateFromRulesFeedback !== void 0)
|
|
1374
|
+
return {
|
|
1375
|
+
updateFromRulesFeedback: AutomatedReasoningPolicyUpdateFromRuleFeedbackAnnotationFilterSensitiveLog(
|
|
1376
|
+
obj.updateFromRulesFeedback
|
|
1377
|
+
)
|
|
1378
|
+
};
|
|
1379
|
+
if (obj.updateFromScenarioFeedback !== void 0)
|
|
1380
|
+
return {
|
|
1381
|
+
updateFromScenarioFeedback: AutomatedReasoningPolicyUpdateFromScenarioFeedbackAnnotationFilterSensitiveLog(
|
|
1382
|
+
obj.updateFromScenarioFeedback
|
|
1383
|
+
)
|
|
1384
|
+
};
|
|
1385
|
+
if (obj.ingestContent !== void 0)
|
|
1386
|
+
return { ingestContent: AutomatedReasoningPolicyIngestContentAnnotationFilterSensitiveLog(obj.ingestContent) };
|
|
1387
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1388
|
+
}, "AutomatedReasoningPolicyAnnotationFilterSensitiveLog");
|
|
1389
|
+
var GetAutomatedReasoningPolicyAnnotationsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1390
|
+
...obj,
|
|
1391
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1392
|
+
...obj.annotations && {
|
|
1393
|
+
annotations: obj.annotations.map((item) => AutomatedReasoningPolicyAnnotationFilterSensitiveLog(item))
|
|
1394
|
+
}
|
|
1395
|
+
}), "GetAutomatedReasoningPolicyAnnotationsResponseFilterSensitiveLog");
|
|
1396
|
+
var GetAutomatedReasoningPolicyBuildWorkflowResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1397
|
+
...obj,
|
|
1398
|
+
...obj.documentName && { documentName: import_smithy_client.SENSITIVE_STRING },
|
|
1399
|
+
...obj.documentDescription && { documentDescription: import_smithy_client.SENSITIVE_STRING }
|
|
1400
|
+
}), "GetAutomatedReasoningPolicyBuildWorkflowResponseFilterSensitiveLog");
|
|
1401
|
+
var AutomatedReasoningPolicyAddRuleMutationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1402
|
+
...obj,
|
|
1403
|
+
...obj.rule && { rule: AutomatedReasoningPolicyDefinitionRuleFilterSensitiveLog(obj.rule) }
|
|
1404
|
+
}), "AutomatedReasoningPolicyAddRuleMutationFilterSensitiveLog");
|
|
1405
|
+
var AutomatedReasoningPolicyAddTypeMutationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1406
|
+
...obj,
|
|
1407
|
+
...obj.type && { type: AutomatedReasoningPolicyDefinitionTypeFilterSensitiveLog(obj.type) }
|
|
1408
|
+
}), "AutomatedReasoningPolicyAddTypeMutationFilterSensitiveLog");
|
|
1409
|
+
var AutomatedReasoningPolicyAddVariableMutationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1410
|
+
...obj,
|
|
1411
|
+
...obj.variable && { variable: AutomatedReasoningPolicyDefinitionVariableFilterSensitiveLog(obj.variable) }
|
|
1412
|
+
}), "AutomatedReasoningPolicyAddVariableMutationFilterSensitiveLog");
|
|
1413
|
+
var AutomatedReasoningPolicyDeleteTypeMutationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1414
|
+
...obj,
|
|
1415
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING }
|
|
1416
|
+
}), "AutomatedReasoningPolicyDeleteTypeMutationFilterSensitiveLog");
|
|
1417
|
+
var AutomatedReasoningPolicyDeleteVariableMutationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1418
|
+
...obj,
|
|
1419
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING }
|
|
1420
|
+
}), "AutomatedReasoningPolicyDeleteVariableMutationFilterSensitiveLog");
|
|
1421
|
+
var AutomatedReasoningPolicyUpdateRuleMutationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1422
|
+
...obj,
|
|
1423
|
+
...obj.rule && { rule: AutomatedReasoningPolicyDefinitionRuleFilterSensitiveLog(obj.rule) }
|
|
1424
|
+
}), "AutomatedReasoningPolicyUpdateRuleMutationFilterSensitiveLog");
|
|
1425
|
+
var AutomatedReasoningPolicyUpdateTypeMutationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1426
|
+
...obj,
|
|
1427
|
+
...obj.type && { type: AutomatedReasoningPolicyDefinitionTypeFilterSensitiveLog(obj.type) }
|
|
1428
|
+
}), "AutomatedReasoningPolicyUpdateTypeMutationFilterSensitiveLog");
|
|
1429
|
+
var AutomatedReasoningPolicyUpdateVariableMutationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1430
|
+
...obj,
|
|
1431
|
+
...obj.variable && { variable: AutomatedReasoningPolicyDefinitionVariableFilterSensitiveLog(obj.variable) }
|
|
1432
|
+
}), "AutomatedReasoningPolicyUpdateVariableMutationFilterSensitiveLog");
|
|
1433
|
+
var AutomatedReasoningPolicyMutationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1434
|
+
if (obj.addType !== void 0)
|
|
1435
|
+
return { addType: AutomatedReasoningPolicyAddTypeMutationFilterSensitiveLog(obj.addType) };
|
|
1436
|
+
if (obj.updateType !== void 0)
|
|
1437
|
+
return { updateType: AutomatedReasoningPolicyUpdateTypeMutationFilterSensitiveLog(obj.updateType) };
|
|
1438
|
+
if (obj.deleteType !== void 0)
|
|
1439
|
+
return { deleteType: AutomatedReasoningPolicyDeleteTypeMutationFilterSensitiveLog(obj.deleteType) };
|
|
1440
|
+
if (obj.addVariable !== void 0)
|
|
1441
|
+
return { addVariable: AutomatedReasoningPolicyAddVariableMutationFilterSensitiveLog(obj.addVariable) };
|
|
1442
|
+
if (obj.updateVariable !== void 0)
|
|
1443
|
+
return { updateVariable: AutomatedReasoningPolicyUpdateVariableMutationFilterSensitiveLog(obj.updateVariable) };
|
|
1444
|
+
if (obj.deleteVariable !== void 0)
|
|
1445
|
+
return { deleteVariable: AutomatedReasoningPolicyDeleteVariableMutationFilterSensitiveLog(obj.deleteVariable) };
|
|
1446
|
+
if (obj.addRule !== void 0)
|
|
1447
|
+
return { addRule: AutomatedReasoningPolicyAddRuleMutationFilterSensitiveLog(obj.addRule) };
|
|
1448
|
+
if (obj.updateRule !== void 0)
|
|
1449
|
+
return { updateRule: AutomatedReasoningPolicyUpdateRuleMutationFilterSensitiveLog(obj.updateRule) };
|
|
1450
|
+
if (obj.deleteRule !== void 0) return { deleteRule: obj.deleteRule };
|
|
1451
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1452
|
+
}, "AutomatedReasoningPolicyMutationFilterSensitiveLog");
|
|
1453
|
+
var AutomatedReasoningPolicyBuildStepContextFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1454
|
+
if (obj.planning !== void 0) return { planning: obj.planning };
|
|
1455
|
+
if (obj.mutation !== void 0) return { mutation: AutomatedReasoningPolicyMutationFilterSensitiveLog(obj.mutation) };
|
|
1456
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1457
|
+
}, "AutomatedReasoningPolicyBuildStepContextFilterSensitiveLog");
|
|
1458
|
+
var AutomatedReasoningPolicyDefinitionElementFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1459
|
+
if (obj.policyDefinitionVariable !== void 0)
|
|
1460
|
+
return {
|
|
1461
|
+
policyDefinitionVariable: AutomatedReasoningPolicyDefinitionVariableFilterSensitiveLog(
|
|
1462
|
+
obj.policyDefinitionVariable
|
|
1463
|
+
)
|
|
1464
|
+
};
|
|
1465
|
+
if (obj.policyDefinitionType !== void 0)
|
|
1466
|
+
return { policyDefinitionType: AutomatedReasoningPolicyDefinitionTypeFilterSensitiveLog(obj.policyDefinitionType) };
|
|
1467
|
+
if (obj.policyDefinitionRule !== void 0)
|
|
1468
|
+
return { policyDefinitionRule: AutomatedReasoningPolicyDefinitionRuleFilterSensitiveLog(obj.policyDefinitionRule) };
|
|
1469
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1470
|
+
}, "AutomatedReasoningPolicyDefinitionElementFilterSensitiveLog");
|
|
1471
|
+
var AutomatedReasoningPolicyBuildStepFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1472
|
+
...obj,
|
|
1473
|
+
...obj.context && { context: AutomatedReasoningPolicyBuildStepContextFilterSensitiveLog(obj.context) },
|
|
1474
|
+
...obj.priorElement && {
|
|
1475
|
+
priorElement: AutomatedReasoningPolicyDefinitionElementFilterSensitiveLog(obj.priorElement)
|
|
1476
|
+
}
|
|
1477
|
+
}), "AutomatedReasoningPolicyBuildStepFilterSensitiveLog");
|
|
1478
|
+
var AutomatedReasoningPolicyBuildLogEntryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1479
|
+
...obj,
|
|
1480
|
+
...obj.annotation && { annotation: AutomatedReasoningPolicyAnnotationFilterSensitiveLog(obj.annotation) },
|
|
1481
|
+
...obj.buildSteps && {
|
|
1482
|
+
buildSteps: obj.buildSteps.map((item) => AutomatedReasoningPolicyBuildStepFilterSensitiveLog(item))
|
|
1483
|
+
}
|
|
1484
|
+
}), "AutomatedReasoningPolicyBuildLogEntryFilterSensitiveLog");
|
|
1485
|
+
var AutomatedReasoningPolicyBuildLogFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1486
|
+
...obj,
|
|
1487
|
+
...obj.entries && {
|
|
1488
|
+
entries: obj.entries.map((item) => AutomatedReasoningPolicyBuildLogEntryFilterSensitiveLog(item))
|
|
1489
|
+
}
|
|
1490
|
+
}), "AutomatedReasoningPolicyBuildLogFilterSensitiveLog");
|
|
1491
|
+
var AutomatedReasoningPolicyDisjointRuleSetFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1492
|
+
...obj,
|
|
1493
|
+
...obj.variables && { variables: import_smithy_client.SENSITIVE_STRING }
|
|
1494
|
+
}), "AutomatedReasoningPolicyDisjointRuleSetFilterSensitiveLog");
|
|
1495
|
+
var AutomatedReasoningPolicyDefinitionTypeValuePairFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1496
|
+
...obj,
|
|
1497
|
+
...obj.typeName && { typeName: import_smithy_client.SENSITIVE_STRING }
|
|
1498
|
+
}), "AutomatedReasoningPolicyDefinitionTypeValuePairFilterSensitiveLog");
|
|
1499
|
+
var AutomatedReasoningPolicyDefinitionQualityReportFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1500
|
+
...obj,
|
|
1501
|
+
...obj.unusedTypes && { unusedTypes: import_smithy_client.SENSITIVE_STRING },
|
|
1502
|
+
...obj.unusedTypeValues && {
|
|
1503
|
+
unusedTypeValues: obj.unusedTypeValues.map(
|
|
1504
|
+
(item) => AutomatedReasoningPolicyDefinitionTypeValuePairFilterSensitiveLog(item)
|
|
1505
|
+
)
|
|
1506
|
+
},
|
|
1507
|
+
...obj.unusedVariables && { unusedVariables: import_smithy_client.SENSITIVE_STRING },
|
|
1508
|
+
...obj.disjointRuleSets && {
|
|
1509
|
+
disjointRuleSets: obj.disjointRuleSets.map(
|
|
1510
|
+
(item) => AutomatedReasoningPolicyDisjointRuleSetFilterSensitiveLog(item)
|
|
1511
|
+
)
|
|
1512
|
+
}
|
|
1513
|
+
}), "AutomatedReasoningPolicyDefinitionQualityReportFilterSensitiveLog");
|
|
1514
|
+
var AutomatedReasoningPolicyBuildResultAssetsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1515
|
+
if (obj.policyDefinition !== void 0)
|
|
1516
|
+
return { policyDefinition: AutomatedReasoningPolicyDefinitionFilterSensitiveLog(obj.policyDefinition) };
|
|
1517
|
+
if (obj.qualityReport !== void 0)
|
|
1518
|
+
return { qualityReport: AutomatedReasoningPolicyDefinitionQualityReportFilterSensitiveLog(obj.qualityReport) };
|
|
1519
|
+
if (obj.buildLog !== void 0) return { buildLog: AutomatedReasoningPolicyBuildLogFilterSensitiveLog(obj.buildLog) };
|
|
1520
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1521
|
+
}, "AutomatedReasoningPolicyBuildResultAssetsFilterSensitiveLog");
|
|
1522
|
+
var GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1523
|
+
...obj,
|
|
1524
|
+
...obj.buildWorkflowAssets && {
|
|
1525
|
+
buildWorkflowAssets: AutomatedReasoningPolicyBuildResultAssetsFilterSensitiveLog(obj.buildWorkflowAssets)
|
|
1526
|
+
}
|
|
1527
|
+
}), "GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponseFilterSensitiveLog");
|
|
1528
|
+
var AutomatedReasoningPolicyScenarioFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1529
|
+
...obj,
|
|
1530
|
+
...obj.expression && { expression: import_smithy_client.SENSITIVE_STRING },
|
|
1531
|
+
...obj.alternateExpression && { alternateExpression: import_smithy_client.SENSITIVE_STRING }
|
|
1532
|
+
}), "AutomatedReasoningPolicyScenarioFilterSensitiveLog");
|
|
1533
|
+
var GetAutomatedReasoningPolicyNextScenarioResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1534
|
+
...obj,
|
|
1535
|
+
...obj.scenario && { scenario: AutomatedReasoningPolicyScenarioFilterSensitiveLog(obj.scenario) }
|
|
1536
|
+
}), "GetAutomatedReasoningPolicyNextScenarioResponseFilterSensitiveLog");
|
|
1537
|
+
var AutomatedReasoningPolicyTestCaseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1538
|
+
...obj,
|
|
1539
|
+
...obj.guardContent && { guardContent: import_smithy_client.SENSITIVE_STRING },
|
|
1540
|
+
...obj.queryContent && { queryContent: import_smithy_client.SENSITIVE_STRING }
|
|
1541
|
+
}), "AutomatedReasoningPolicyTestCaseFilterSensitiveLog");
|
|
1542
|
+
var GetAutomatedReasoningPolicyTestCaseResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1543
|
+
...obj,
|
|
1544
|
+
...obj.testCase && { testCase: AutomatedReasoningPolicyTestCaseFilterSensitiveLog(obj.testCase) }
|
|
1545
|
+
}), "GetAutomatedReasoningPolicyTestCaseResponseFilterSensitiveLog");
|
|
1546
|
+
var AutomatedReasoningLogicStatementFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1547
|
+
...obj,
|
|
1548
|
+
...obj.logic && { logic: import_smithy_client.SENSITIVE_STRING },
|
|
1549
|
+
...obj.naturalLanguage && { naturalLanguage: import_smithy_client.SENSITIVE_STRING }
|
|
1550
|
+
}), "AutomatedReasoningLogicStatementFilterSensitiveLog");
|
|
1551
|
+
var AutomatedReasoningCheckLogicWarningFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1552
|
+
...obj,
|
|
1553
|
+
...obj.premises && {
|
|
1554
|
+
premises: obj.premises.map((item) => AutomatedReasoningLogicStatementFilterSensitiveLog(item))
|
|
1555
|
+
},
|
|
1556
|
+
...obj.claims && { claims: obj.claims.map((item) => AutomatedReasoningLogicStatementFilterSensitiveLog(item)) }
|
|
1557
|
+
}), "AutomatedReasoningCheckLogicWarningFilterSensitiveLog");
|
|
1558
|
+
var AutomatedReasoningCheckInputTextReferenceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1559
|
+
...obj,
|
|
1560
|
+
...obj.text && { text: import_smithy_client.SENSITIVE_STRING }
|
|
1561
|
+
}), "AutomatedReasoningCheckInputTextReferenceFilterSensitiveLog");
|
|
1562
|
+
var AutomatedReasoningCheckTranslationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1563
|
+
...obj,
|
|
1564
|
+
...obj.premises && {
|
|
1565
|
+
premises: obj.premises.map((item) => AutomatedReasoningLogicStatementFilterSensitiveLog(item))
|
|
1566
|
+
},
|
|
1567
|
+
...obj.claims && { claims: obj.claims.map((item) => AutomatedReasoningLogicStatementFilterSensitiveLog(item)) },
|
|
1568
|
+
...obj.untranslatedPremises && {
|
|
1569
|
+
untranslatedPremises: obj.untranslatedPremises.map(
|
|
1570
|
+
(item) => AutomatedReasoningCheckInputTextReferenceFilterSensitiveLog(item)
|
|
1571
|
+
)
|
|
1572
|
+
},
|
|
1573
|
+
...obj.untranslatedClaims && {
|
|
1574
|
+
untranslatedClaims: obj.untranslatedClaims.map(
|
|
1575
|
+
(item) => AutomatedReasoningCheckInputTextReferenceFilterSensitiveLog(item)
|
|
1576
|
+
)
|
|
1577
|
+
}
|
|
1578
|
+
}), "AutomatedReasoningCheckTranslationFilterSensitiveLog");
|
|
1579
|
+
var AutomatedReasoningCheckImpossibleFindingFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1580
|
+
...obj,
|
|
1581
|
+
...obj.translation && { translation: AutomatedReasoningCheckTranslationFilterSensitiveLog(obj.translation) },
|
|
1582
|
+
...obj.logicWarning && { logicWarning: AutomatedReasoningCheckLogicWarningFilterSensitiveLog(obj.logicWarning) }
|
|
1583
|
+
}), "AutomatedReasoningCheckImpossibleFindingFilterSensitiveLog");
|
|
1584
|
+
var AutomatedReasoningCheckInvalidFindingFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1585
|
+
...obj,
|
|
1586
|
+
...obj.translation && { translation: AutomatedReasoningCheckTranslationFilterSensitiveLog(obj.translation) },
|
|
1587
|
+
...obj.logicWarning && { logicWarning: AutomatedReasoningCheckLogicWarningFilterSensitiveLog(obj.logicWarning) }
|
|
1588
|
+
}), "AutomatedReasoningCheckInvalidFindingFilterSensitiveLog");
|
|
1589
|
+
var AutomatedReasoningCheckScenarioFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1590
|
+
...obj,
|
|
1591
|
+
...obj.statements && {
|
|
1592
|
+
statements: obj.statements.map((item) => AutomatedReasoningLogicStatementFilterSensitiveLog(item))
|
|
1593
|
+
}
|
|
1594
|
+
}), "AutomatedReasoningCheckScenarioFilterSensitiveLog");
|
|
1595
|
+
var AutomatedReasoningCheckSatisfiableFindingFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1596
|
+
...obj,
|
|
1597
|
+
...obj.translation && { translation: AutomatedReasoningCheckTranslationFilterSensitiveLog(obj.translation) },
|
|
1598
|
+
...obj.claimsTrueScenario && {
|
|
1599
|
+
claimsTrueScenario: AutomatedReasoningCheckScenarioFilterSensitiveLog(obj.claimsTrueScenario)
|
|
1600
|
+
},
|
|
1601
|
+
...obj.claimsFalseScenario && {
|
|
1602
|
+
claimsFalseScenario: AutomatedReasoningCheckScenarioFilterSensitiveLog(obj.claimsFalseScenario)
|
|
1603
|
+
},
|
|
1604
|
+
...obj.logicWarning && { logicWarning: AutomatedReasoningCheckLogicWarningFilterSensitiveLog(obj.logicWarning) }
|
|
1605
|
+
}), "AutomatedReasoningCheckSatisfiableFindingFilterSensitiveLog");
|
|
1606
|
+
var AutomatedReasoningCheckTranslationOptionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1607
|
+
...obj
|
|
1608
|
+
}), "AutomatedReasoningCheckTranslationOptionFilterSensitiveLog");
|
|
1609
|
+
var AutomatedReasoningCheckTranslationAmbiguousFindingFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1610
|
+
...obj
|
|
1611
|
+
}), "AutomatedReasoningCheckTranslationAmbiguousFindingFilterSensitiveLog");
|
|
1612
|
+
var AutomatedReasoningCheckValidFindingFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1613
|
+
...obj,
|
|
1614
|
+
...obj.translation && { translation: AutomatedReasoningCheckTranslationFilterSensitiveLog(obj.translation) },
|
|
1615
|
+
...obj.claimsTrueScenario && {
|
|
1616
|
+
claimsTrueScenario: AutomatedReasoningCheckScenarioFilterSensitiveLog(obj.claimsTrueScenario)
|
|
1617
|
+
},
|
|
1618
|
+
...obj.logicWarning && { logicWarning: AutomatedReasoningCheckLogicWarningFilterSensitiveLog(obj.logicWarning) }
|
|
1619
|
+
}), "AutomatedReasoningCheckValidFindingFilterSensitiveLog");
|
|
1620
|
+
var AutomatedReasoningCheckFindingFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1621
|
+
if (obj.valid !== void 0) return { valid: AutomatedReasoningCheckValidFindingFilterSensitiveLog(obj.valid) };
|
|
1622
|
+
if (obj.invalid !== void 0)
|
|
1623
|
+
return { invalid: AutomatedReasoningCheckInvalidFindingFilterSensitiveLog(obj.invalid) };
|
|
1624
|
+
if (obj.satisfiable !== void 0)
|
|
1625
|
+
return { satisfiable: AutomatedReasoningCheckSatisfiableFindingFilterSensitiveLog(obj.satisfiable) };
|
|
1626
|
+
if (obj.impossible !== void 0)
|
|
1627
|
+
return { impossible: AutomatedReasoningCheckImpossibleFindingFilterSensitiveLog(obj.impossible) };
|
|
1628
|
+
if (obj.translationAmbiguous !== void 0)
|
|
1629
|
+
return {
|
|
1630
|
+
translationAmbiguous: AutomatedReasoningCheckTranslationAmbiguousFindingFilterSensitiveLog(
|
|
1631
|
+
obj.translationAmbiguous
|
|
1632
|
+
)
|
|
1633
|
+
};
|
|
1634
|
+
if (obj.tooComplex !== void 0) return { tooComplex: obj.tooComplex };
|
|
1635
|
+
if (obj.noTranslations !== void 0) return { noTranslations: obj.noTranslations };
|
|
1636
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1637
|
+
}, "AutomatedReasoningCheckFindingFilterSensitiveLog");
|
|
1638
|
+
var AutomatedReasoningPolicyTestResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1639
|
+
...obj,
|
|
1640
|
+
...obj.testCase && { testCase: AutomatedReasoningPolicyTestCaseFilterSensitiveLog(obj.testCase) },
|
|
1641
|
+
...obj.testFindings && {
|
|
1642
|
+
testFindings: obj.testFindings.map((item) => AutomatedReasoningCheckFindingFilterSensitiveLog(item))
|
|
1643
|
+
}
|
|
1644
|
+
}), "AutomatedReasoningPolicyTestResultFilterSensitiveLog");
|
|
1645
|
+
var GetAutomatedReasoningPolicyTestResultResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1646
|
+
...obj,
|
|
1647
|
+
...obj.testResult && { testResult: AutomatedReasoningPolicyTestResultFilterSensitiveLog(obj.testResult) }
|
|
1648
|
+
}), "GetAutomatedReasoningPolicyTestResultResponseFilterSensitiveLog");
|
|
1649
|
+
var AutomatedReasoningPolicySummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1650
|
+
...obj,
|
|
1651
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1652
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1653
|
+
}), "AutomatedReasoningPolicySummaryFilterSensitiveLog");
|
|
1654
|
+
var ListAutomatedReasoningPoliciesResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1655
|
+
...obj,
|
|
1656
|
+
...obj.automatedReasoningPolicySummaries && {
|
|
1657
|
+
automatedReasoningPolicySummaries: obj.automatedReasoningPolicySummaries.map(
|
|
1658
|
+
(item) => AutomatedReasoningPolicySummaryFilterSensitiveLog(item)
|
|
1659
|
+
)
|
|
1660
|
+
}
|
|
1661
|
+
}), "ListAutomatedReasoningPoliciesResponseFilterSensitiveLog");
|
|
1662
|
+
var ListAutomatedReasoningPolicyTestCasesResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1663
|
+
...obj,
|
|
1664
|
+
...obj.testCases && {
|
|
1665
|
+
testCases: obj.testCases.map((item) => AutomatedReasoningPolicyTestCaseFilterSensitiveLog(item))
|
|
1666
|
+
}
|
|
1667
|
+
}), "ListAutomatedReasoningPolicyTestCasesResponseFilterSensitiveLog");
|
|
1668
|
+
var ListAutomatedReasoningPolicyTestResultsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1669
|
+
...obj,
|
|
1670
|
+
...obj.testResults && {
|
|
1671
|
+
testResults: obj.testResults.map((item) => AutomatedReasoningPolicyTestResultFilterSensitiveLog(item))
|
|
1672
|
+
}
|
|
1673
|
+
}), "ListAutomatedReasoningPolicyTestResultsResponseFilterSensitiveLog");
|
|
1674
|
+
var AutomatedReasoningPolicyBuildWorkflowDocumentFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1675
|
+
...obj,
|
|
1676
|
+
...obj.documentName && { documentName: import_smithy_client.SENSITIVE_STRING },
|
|
1677
|
+
...obj.documentDescription && { documentDescription: import_smithy_client.SENSITIVE_STRING }
|
|
1678
|
+
}), "AutomatedReasoningPolicyBuildWorkflowDocumentFilterSensitiveLog");
|
|
1679
|
+
var AutomatedReasoningPolicyBuildWorkflowRepairContentFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1680
|
+
...obj,
|
|
1681
|
+
...obj.annotations && {
|
|
1682
|
+
annotations: obj.annotations.map((item) => AutomatedReasoningPolicyAnnotationFilterSensitiveLog(item))
|
|
1683
|
+
}
|
|
1684
|
+
}), "AutomatedReasoningPolicyBuildWorkflowRepairContentFilterSensitiveLog");
|
|
1685
|
+
var AutomatedReasoningPolicyWorkflowTypeContentFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1686
|
+
if (obj.documents !== void 0)
|
|
1687
|
+
return {
|
|
1688
|
+
documents: obj.documents.map((item) => AutomatedReasoningPolicyBuildWorkflowDocumentFilterSensitiveLog(item))
|
|
1689
|
+
};
|
|
1690
|
+
if (obj.policyRepairAssets !== void 0)
|
|
1691
|
+
return {
|
|
1692
|
+
policyRepairAssets: AutomatedReasoningPolicyBuildWorkflowRepairContentFilterSensitiveLog(obj.policyRepairAssets)
|
|
1693
|
+
};
|
|
1694
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1695
|
+
}, "AutomatedReasoningPolicyWorkflowTypeContentFilterSensitiveLog");
|
|
1696
|
+
var AutomatedReasoningPolicyBuildWorkflowSourceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1697
|
+
...obj,
|
|
1698
|
+
...obj.policyDefinition && {
|
|
1699
|
+
policyDefinition: AutomatedReasoningPolicyDefinitionFilterSensitiveLog(obj.policyDefinition)
|
|
1700
|
+
},
|
|
1701
|
+
...obj.workflowContent && {
|
|
1702
|
+
workflowContent: AutomatedReasoningPolicyWorkflowTypeContentFilterSensitiveLog(obj.workflowContent)
|
|
1703
|
+
}
|
|
1704
|
+
}), "AutomatedReasoningPolicyBuildWorkflowSourceFilterSensitiveLog");
|
|
1705
|
+
var StartAutomatedReasoningPolicyBuildWorkflowRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1706
|
+
...obj,
|
|
1707
|
+
...obj.sourceContent && {
|
|
1708
|
+
sourceContent: AutomatedReasoningPolicyBuildWorkflowSourceFilterSensitiveLog(obj.sourceContent)
|
|
1709
|
+
}
|
|
1710
|
+
}), "StartAutomatedReasoningPolicyBuildWorkflowRequestFilterSensitiveLog");
|
|
1711
|
+
var UpdateAutomatedReasoningPolicyRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1712
|
+
...obj,
|
|
1713
|
+
...obj.policyDefinition && {
|
|
1714
|
+
policyDefinition: AutomatedReasoningPolicyDefinitionFilterSensitiveLog(obj.policyDefinition)
|
|
1715
|
+
},
|
|
1716
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1717
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1718
|
+
}), "UpdateAutomatedReasoningPolicyRequestFilterSensitiveLog");
|
|
1719
|
+
var UpdateAutomatedReasoningPolicyResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1720
|
+
...obj,
|
|
1721
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING }
|
|
1722
|
+
}), "UpdateAutomatedReasoningPolicyResponseFilterSensitiveLog");
|
|
1723
|
+
var UpdateAutomatedReasoningPolicyAnnotationsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1724
|
+
...obj,
|
|
1725
|
+
...obj.annotations && {
|
|
1726
|
+
annotations: obj.annotations.map((item) => AutomatedReasoningPolicyAnnotationFilterSensitiveLog(item))
|
|
1727
|
+
}
|
|
1728
|
+
}), "UpdateAutomatedReasoningPolicyAnnotationsRequestFilterSensitiveLog");
|
|
1729
|
+
var UpdateAutomatedReasoningPolicyTestCaseRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1730
|
+
...obj,
|
|
1731
|
+
...obj.guardContent && { guardContent: import_smithy_client.SENSITIVE_STRING },
|
|
1732
|
+
...obj.queryContent && { queryContent: import_smithy_client.SENSITIVE_STRING }
|
|
1733
|
+
}), "UpdateAutomatedReasoningPolicyTestCaseRequestFilterSensitiveLog");
|
|
1013
1734
|
var RequestMetadataBaseFiltersFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1014
1735
|
...obj,
|
|
1015
1736
|
...obj.equals && { equals: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -1250,6 +1971,200 @@ var GuardrailTopicPolicyConfigFilterSensitiveLog = /* @__PURE__ */ __name((obj)
|
|
|
1250
1971
|
},
|
|
1251
1972
|
...obj.tierConfig && { tierConfig: GuardrailTopicsTierConfigFilterSensitiveLog(obj.tierConfig) }
|
|
1252
1973
|
}), "GuardrailTopicPolicyConfigFilterSensitiveLog");
|
|
1974
|
+
|
|
1975
|
+
// src/protocols/Aws_restJson1.ts
|
|
1976
|
+
var import_core2 = require("@aws-sdk/core");
|
|
1977
|
+
|
|
1978
|
+
|
|
1979
|
+
var import_uuid = require("uuid");
|
|
1980
|
+
|
|
1981
|
+
// src/models/models_1.ts
|
|
1982
|
+
|
|
1983
|
+
var GuardrailManagedWordsType = {
|
|
1984
|
+
PROFANITY: "PROFANITY"
|
|
1985
|
+
};
|
|
1986
|
+
var GuardrailStatus = {
|
|
1987
|
+
CREATING: "CREATING",
|
|
1988
|
+
DELETING: "DELETING",
|
|
1989
|
+
FAILED: "FAILED",
|
|
1990
|
+
READY: "READY",
|
|
1991
|
+
UPDATING: "UPDATING",
|
|
1992
|
+
VERSIONING: "VERSIONING"
|
|
1993
|
+
};
|
|
1994
|
+
var InferenceProfileModelSource;
|
|
1995
|
+
((InferenceProfileModelSource3) => {
|
|
1996
|
+
InferenceProfileModelSource3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1997
|
+
if (value.copyFrom !== void 0) return visitor.copyFrom(value.copyFrom);
|
|
1998
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1999
|
+
}, "visit");
|
|
2000
|
+
})(InferenceProfileModelSource || (InferenceProfileModelSource = {}));
|
|
2001
|
+
var InferenceProfileStatus = {
|
|
2002
|
+
ACTIVE: "ACTIVE"
|
|
2003
|
+
};
|
|
2004
|
+
var InferenceProfileType = {
|
|
2005
|
+
APPLICATION: "APPLICATION",
|
|
2006
|
+
SYSTEM_DEFINED: "SYSTEM_DEFINED"
|
|
2007
|
+
};
|
|
2008
|
+
var ModelCopyJobStatus = {
|
|
2009
|
+
COMPLETED: "Completed",
|
|
2010
|
+
FAILED: "Failed",
|
|
2011
|
+
IN_PROGRESS: "InProgress"
|
|
2012
|
+
};
|
|
2013
|
+
var ModelImportJobStatus = {
|
|
2014
|
+
COMPLETED: "Completed",
|
|
2015
|
+
FAILED: "Failed",
|
|
2016
|
+
IN_PROGRESS: "InProgress"
|
|
2017
|
+
};
|
|
2018
|
+
var S3InputFormat = {
|
|
2019
|
+
JSONL: "JSONL"
|
|
2020
|
+
};
|
|
2021
|
+
var ModelInvocationJobInputDataConfig;
|
|
2022
|
+
((ModelInvocationJobInputDataConfig3) => {
|
|
2023
|
+
ModelInvocationJobInputDataConfig3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2024
|
+
if (value.s3InputDataConfig !== void 0) return visitor.s3InputDataConfig(value.s3InputDataConfig);
|
|
2025
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2026
|
+
}, "visit");
|
|
2027
|
+
})(ModelInvocationJobInputDataConfig || (ModelInvocationJobInputDataConfig = {}));
|
|
2028
|
+
var ModelInvocationJobOutputDataConfig;
|
|
2029
|
+
((ModelInvocationJobOutputDataConfig3) => {
|
|
2030
|
+
ModelInvocationJobOutputDataConfig3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2031
|
+
if (value.s3OutputDataConfig !== void 0) return visitor.s3OutputDataConfig(value.s3OutputDataConfig);
|
|
2032
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2033
|
+
}, "visit");
|
|
2034
|
+
})(ModelInvocationJobOutputDataConfig || (ModelInvocationJobOutputDataConfig = {}));
|
|
2035
|
+
var ModelInvocationJobStatus = {
|
|
2036
|
+
COMPLETED: "Completed",
|
|
2037
|
+
EXPIRED: "Expired",
|
|
2038
|
+
FAILED: "Failed",
|
|
2039
|
+
IN_PROGRESS: "InProgress",
|
|
2040
|
+
PARTIALLY_COMPLETED: "PartiallyCompleted",
|
|
2041
|
+
SCHEDULED: "Scheduled",
|
|
2042
|
+
STOPPED: "Stopped",
|
|
2043
|
+
STOPPING: "Stopping",
|
|
2044
|
+
SUBMITTED: "Submitted",
|
|
2045
|
+
VALIDATING: "Validating"
|
|
2046
|
+
};
|
|
2047
|
+
var ModelCustomization = {
|
|
2048
|
+
CONTINUED_PRE_TRAINING: "CONTINUED_PRE_TRAINING",
|
|
2049
|
+
DISTILLATION: "DISTILLATION",
|
|
2050
|
+
FINE_TUNING: "FINE_TUNING"
|
|
2051
|
+
};
|
|
2052
|
+
var InferenceType = {
|
|
2053
|
+
ON_DEMAND: "ON_DEMAND",
|
|
2054
|
+
PROVISIONED: "PROVISIONED"
|
|
2055
|
+
};
|
|
2056
|
+
var ModelModality = {
|
|
2057
|
+
EMBEDDING: "EMBEDDING",
|
|
2058
|
+
IMAGE: "IMAGE",
|
|
2059
|
+
TEXT: "TEXT"
|
|
2060
|
+
};
|
|
2061
|
+
var FoundationModelLifecycleStatus = {
|
|
2062
|
+
ACTIVE: "ACTIVE",
|
|
2063
|
+
LEGACY: "LEGACY"
|
|
2064
|
+
};
|
|
2065
|
+
var PromptRouterStatus = {
|
|
2066
|
+
AVAILABLE: "AVAILABLE"
|
|
2067
|
+
};
|
|
2068
|
+
var PromptRouterType = {
|
|
2069
|
+
CUSTOM: "custom",
|
|
2070
|
+
DEFAULT: "default"
|
|
2071
|
+
};
|
|
2072
|
+
var CommitmentDuration = {
|
|
2073
|
+
ONE_MONTH: "OneMonth",
|
|
2074
|
+
SIX_MONTHS: "SixMonths"
|
|
2075
|
+
};
|
|
2076
|
+
var ProvisionedModelStatus = {
|
|
2077
|
+
CREATING: "Creating",
|
|
2078
|
+
FAILED: "Failed",
|
|
2079
|
+
IN_SERVICE: "InService",
|
|
2080
|
+
UPDATING: "Updating"
|
|
2081
|
+
};
|
|
2082
|
+
var SortByProvisionedModels = {
|
|
2083
|
+
CREATION_TIME: "CreationTime"
|
|
2084
|
+
};
|
|
2085
|
+
var AuthorizationStatus = {
|
|
2086
|
+
AUTHORIZED: "AUTHORIZED",
|
|
2087
|
+
NOT_AUTHORIZED: "NOT_AUTHORIZED"
|
|
2088
|
+
};
|
|
2089
|
+
var EntitlementAvailability = {
|
|
2090
|
+
AVAILABLE: "AVAILABLE",
|
|
2091
|
+
NOT_AVAILABLE: "NOT_AVAILABLE"
|
|
2092
|
+
};
|
|
2093
|
+
var RegionAvailability = {
|
|
2094
|
+
AVAILABLE: "AVAILABLE",
|
|
2095
|
+
NOT_AVAILABLE: "NOT_AVAILABLE"
|
|
2096
|
+
};
|
|
2097
|
+
var OfferType = {
|
|
2098
|
+
ALL: "ALL",
|
|
2099
|
+
PUBLIC: "PUBLIC"
|
|
2100
|
+
};
|
|
2101
|
+
var ModelCustomizationJobStatus = {
|
|
2102
|
+
COMPLETED: "Completed",
|
|
2103
|
+
FAILED: "Failed",
|
|
2104
|
+
IN_PROGRESS: "InProgress",
|
|
2105
|
+
STOPPED: "Stopped",
|
|
2106
|
+
STOPPING: "Stopping"
|
|
2107
|
+
};
|
|
2108
|
+
var JobStatusDetails = {
|
|
2109
|
+
COMPLETED: "Completed",
|
|
2110
|
+
FAILED: "Failed",
|
|
2111
|
+
IN_PROGRESS: "InProgress",
|
|
2112
|
+
NOT_STARTED: "NotStarted",
|
|
2113
|
+
STOPPED: "Stopped",
|
|
2114
|
+
STOPPING: "Stopping"
|
|
2115
|
+
};
|
|
2116
|
+
var FineTuningJobStatus = {
|
|
2117
|
+
COMPLETED: "Completed",
|
|
2118
|
+
FAILED: "Failed",
|
|
2119
|
+
IN_PROGRESS: "InProgress",
|
|
2120
|
+
STOPPED: "Stopped",
|
|
2121
|
+
STOPPING: "Stopping"
|
|
2122
|
+
};
|
|
2123
|
+
var RetrievalFilter;
|
|
2124
|
+
((RetrievalFilter2) => {
|
|
2125
|
+
RetrievalFilter2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2126
|
+
if (value.equals !== void 0) return visitor.equals(value.equals);
|
|
2127
|
+
if (value.notEquals !== void 0) return visitor.notEquals(value.notEquals);
|
|
2128
|
+
if (value.greaterThan !== void 0) return visitor.greaterThan(value.greaterThan);
|
|
2129
|
+
if (value.greaterThanOrEquals !== void 0) return visitor.greaterThanOrEquals(value.greaterThanOrEquals);
|
|
2130
|
+
if (value.lessThan !== void 0) return visitor.lessThan(value.lessThan);
|
|
2131
|
+
if (value.lessThanOrEquals !== void 0) return visitor.lessThanOrEquals(value.lessThanOrEquals);
|
|
2132
|
+
if (value.in !== void 0) return visitor.in(value.in);
|
|
2133
|
+
if (value.notIn !== void 0) return visitor.notIn(value.notIn);
|
|
2134
|
+
if (value.startsWith !== void 0) return visitor.startsWith(value.startsWith);
|
|
2135
|
+
if (value.listContains !== void 0) return visitor.listContains(value.listContains);
|
|
2136
|
+
if (value.stringContains !== void 0) return visitor.stringContains(value.stringContains);
|
|
2137
|
+
if (value.andAll !== void 0) return visitor.andAll(value.andAll);
|
|
2138
|
+
if (value.orAll !== void 0) return visitor.orAll(value.orAll);
|
|
2139
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2140
|
+
}, "visit");
|
|
2141
|
+
})(RetrievalFilter || (RetrievalFilter = {}));
|
|
2142
|
+
var KnowledgeBaseConfig;
|
|
2143
|
+
((KnowledgeBaseConfig2) => {
|
|
2144
|
+
KnowledgeBaseConfig2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2145
|
+
if (value.retrieveConfig !== void 0) return visitor.retrieveConfig(value.retrieveConfig);
|
|
2146
|
+
if (value.retrieveAndGenerateConfig !== void 0)
|
|
2147
|
+
return visitor.retrieveAndGenerateConfig(value.retrieveAndGenerateConfig);
|
|
2148
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2149
|
+
}, "visit");
|
|
2150
|
+
})(KnowledgeBaseConfig || (KnowledgeBaseConfig = {}));
|
|
2151
|
+
var RAGConfig;
|
|
2152
|
+
((RAGConfig2) => {
|
|
2153
|
+
RAGConfig2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2154
|
+
if (value.knowledgeBaseConfig !== void 0) return visitor.knowledgeBaseConfig(value.knowledgeBaseConfig);
|
|
2155
|
+
if (value.precomputedRagSourceConfig !== void 0)
|
|
2156
|
+
return visitor.precomputedRagSourceConfig(value.precomputedRagSourceConfig);
|
|
2157
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2158
|
+
}, "visit");
|
|
2159
|
+
})(RAGConfig || (RAGConfig = {}));
|
|
2160
|
+
var EvaluationInferenceConfig;
|
|
2161
|
+
((EvaluationInferenceConfig2) => {
|
|
2162
|
+
EvaluationInferenceConfig2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2163
|
+
if (value.models !== void 0) return visitor.models(value.models);
|
|
2164
|
+
if (value.ragConfigs !== void 0) return visitor.ragConfigs(value.ragConfigs);
|
|
2165
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2166
|
+
}, "visit");
|
|
2167
|
+
})(EvaluationInferenceConfig || (EvaluationInferenceConfig = {}));
|
|
1253
2168
|
var GuardrailManagedWordsConfigFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1254
2169
|
...obj,
|
|
1255
2170
|
...obj.inputAction && { inputAction: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -1452,98 +2367,6 @@ var ListPromptRoutersResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) =
|
|
|
1452
2367
|
promptRouterSummaries: obj.promptRouterSummaries.map((item) => PromptRouterSummaryFilterSensitiveLog(item))
|
|
1453
2368
|
}
|
|
1454
2369
|
}), "ListPromptRoutersResponseFilterSensitiveLog");
|
|
1455
|
-
|
|
1456
|
-
// src/protocols/Aws_restJson1.ts
|
|
1457
|
-
var import_core2 = require("@aws-sdk/core");
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
var import_uuid = require("uuid");
|
|
1461
|
-
|
|
1462
|
-
// src/models/models_1.ts
|
|
1463
|
-
|
|
1464
|
-
var AuthorizationStatus = {
|
|
1465
|
-
AUTHORIZED: "AUTHORIZED",
|
|
1466
|
-
NOT_AUTHORIZED: "NOT_AUTHORIZED"
|
|
1467
|
-
};
|
|
1468
|
-
var EntitlementAvailability = {
|
|
1469
|
-
AVAILABLE: "AVAILABLE",
|
|
1470
|
-
NOT_AVAILABLE: "NOT_AVAILABLE"
|
|
1471
|
-
};
|
|
1472
|
-
var RegionAvailability = {
|
|
1473
|
-
AVAILABLE: "AVAILABLE",
|
|
1474
|
-
NOT_AVAILABLE: "NOT_AVAILABLE"
|
|
1475
|
-
};
|
|
1476
|
-
var OfferType = {
|
|
1477
|
-
ALL: "ALL",
|
|
1478
|
-
PUBLIC: "PUBLIC"
|
|
1479
|
-
};
|
|
1480
|
-
var ModelCustomizationJobStatus = {
|
|
1481
|
-
COMPLETED: "Completed",
|
|
1482
|
-
FAILED: "Failed",
|
|
1483
|
-
IN_PROGRESS: "InProgress",
|
|
1484
|
-
STOPPED: "Stopped",
|
|
1485
|
-
STOPPING: "Stopping"
|
|
1486
|
-
};
|
|
1487
|
-
var JobStatusDetails = {
|
|
1488
|
-
COMPLETED: "Completed",
|
|
1489
|
-
FAILED: "Failed",
|
|
1490
|
-
IN_PROGRESS: "InProgress",
|
|
1491
|
-
NOT_STARTED: "NotStarted",
|
|
1492
|
-
STOPPED: "Stopped",
|
|
1493
|
-
STOPPING: "Stopping"
|
|
1494
|
-
};
|
|
1495
|
-
var FineTuningJobStatus = {
|
|
1496
|
-
COMPLETED: "Completed",
|
|
1497
|
-
FAILED: "Failed",
|
|
1498
|
-
IN_PROGRESS: "InProgress",
|
|
1499
|
-
STOPPED: "Stopped",
|
|
1500
|
-
STOPPING: "Stopping"
|
|
1501
|
-
};
|
|
1502
|
-
var RetrievalFilter;
|
|
1503
|
-
((RetrievalFilter2) => {
|
|
1504
|
-
RetrievalFilter2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1505
|
-
if (value.equals !== void 0) return visitor.equals(value.equals);
|
|
1506
|
-
if (value.notEquals !== void 0) return visitor.notEquals(value.notEquals);
|
|
1507
|
-
if (value.greaterThan !== void 0) return visitor.greaterThan(value.greaterThan);
|
|
1508
|
-
if (value.greaterThanOrEquals !== void 0) return visitor.greaterThanOrEquals(value.greaterThanOrEquals);
|
|
1509
|
-
if (value.lessThan !== void 0) return visitor.lessThan(value.lessThan);
|
|
1510
|
-
if (value.lessThanOrEquals !== void 0) return visitor.lessThanOrEquals(value.lessThanOrEquals);
|
|
1511
|
-
if (value.in !== void 0) return visitor.in(value.in);
|
|
1512
|
-
if (value.notIn !== void 0) return visitor.notIn(value.notIn);
|
|
1513
|
-
if (value.startsWith !== void 0) return visitor.startsWith(value.startsWith);
|
|
1514
|
-
if (value.listContains !== void 0) return visitor.listContains(value.listContains);
|
|
1515
|
-
if (value.stringContains !== void 0) return visitor.stringContains(value.stringContains);
|
|
1516
|
-
if (value.andAll !== void 0) return visitor.andAll(value.andAll);
|
|
1517
|
-
if (value.orAll !== void 0) return visitor.orAll(value.orAll);
|
|
1518
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1519
|
-
}, "visit");
|
|
1520
|
-
})(RetrievalFilter || (RetrievalFilter = {}));
|
|
1521
|
-
var KnowledgeBaseConfig;
|
|
1522
|
-
((KnowledgeBaseConfig2) => {
|
|
1523
|
-
KnowledgeBaseConfig2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1524
|
-
if (value.retrieveConfig !== void 0) return visitor.retrieveConfig(value.retrieveConfig);
|
|
1525
|
-
if (value.retrieveAndGenerateConfig !== void 0)
|
|
1526
|
-
return visitor.retrieveAndGenerateConfig(value.retrieveAndGenerateConfig);
|
|
1527
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1528
|
-
}, "visit");
|
|
1529
|
-
})(KnowledgeBaseConfig || (KnowledgeBaseConfig = {}));
|
|
1530
|
-
var RAGConfig;
|
|
1531
|
-
((RAGConfig2) => {
|
|
1532
|
-
RAGConfig2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1533
|
-
if (value.knowledgeBaseConfig !== void 0) return visitor.knowledgeBaseConfig(value.knowledgeBaseConfig);
|
|
1534
|
-
if (value.precomputedRagSourceConfig !== void 0)
|
|
1535
|
-
return visitor.precomputedRagSourceConfig(value.precomputedRagSourceConfig);
|
|
1536
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1537
|
-
}, "visit");
|
|
1538
|
-
})(RAGConfig || (RAGConfig = {}));
|
|
1539
|
-
var EvaluationInferenceConfig;
|
|
1540
|
-
((EvaluationInferenceConfig2) => {
|
|
1541
|
-
EvaluationInferenceConfig2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1542
|
-
if (value.models !== void 0) return visitor.models(value.models);
|
|
1543
|
-
if (value.ragConfigs !== void 0) return visitor.ragConfigs(value.ragConfigs);
|
|
1544
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1545
|
-
}, "visit");
|
|
1546
|
-
})(EvaluationInferenceConfig || (EvaluationInferenceConfig = {}));
|
|
1547
2370
|
var CreateModelCustomizationJobRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1548
2371
|
...obj,
|
|
1549
2372
|
...obj.trainingDataConfig && { trainingDataConfig: TrainingDataConfigFilterSensitiveLog(obj.trainingDataConfig) },
|
|
@@ -1667,6 +2490,73 @@ var se_BatchDeleteEvaluationJobCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
1667
2490
|
b.m("POST").h(headers).b(body);
|
|
1668
2491
|
return b.build();
|
|
1669
2492
|
}, "se_BatchDeleteEvaluationJobCommand");
|
|
2493
|
+
var se_CancelAutomatedReasoningPolicyBuildWorkflowCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2494
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2495
|
+
const headers = {};
|
|
2496
|
+
b.bp("/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/cancel");
|
|
2497
|
+
b.p("policyArn", () => input.policyArn, "{policyArn}", false);
|
|
2498
|
+
b.p("buildWorkflowId", () => input.buildWorkflowId, "{buildWorkflowId}", false);
|
|
2499
|
+
let body;
|
|
2500
|
+
b.m("POST").h(headers).b(body);
|
|
2501
|
+
return b.build();
|
|
2502
|
+
}, "se_CancelAutomatedReasoningPolicyBuildWorkflowCommand");
|
|
2503
|
+
var se_CreateAutomatedReasoningPolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2504
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2505
|
+
const headers = {
|
|
2506
|
+
"content-type": "application/json"
|
|
2507
|
+
};
|
|
2508
|
+
b.bp("/automated-reasoning-policies");
|
|
2509
|
+
let body;
|
|
2510
|
+
body = JSON.stringify(
|
|
2511
|
+
(0, import_smithy_client.take)(input, {
|
|
2512
|
+
clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2513
|
+
description: [],
|
|
2514
|
+
name: [],
|
|
2515
|
+
policyDefinition: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "policyDefinition"),
|
|
2516
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
2517
|
+
})
|
|
2518
|
+
);
|
|
2519
|
+
b.m("POST").h(headers).b(body);
|
|
2520
|
+
return b.build();
|
|
2521
|
+
}, "se_CreateAutomatedReasoningPolicyCommand");
|
|
2522
|
+
var se_CreateAutomatedReasoningPolicyTestCaseCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2523
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2524
|
+
const headers = {
|
|
2525
|
+
"content-type": "application/json"
|
|
2526
|
+
};
|
|
2527
|
+
b.bp("/automated-reasoning-policies/{policyArn}/test-cases");
|
|
2528
|
+
b.p("policyArn", () => input.policyArn, "{policyArn}", false);
|
|
2529
|
+
let body;
|
|
2530
|
+
body = JSON.stringify(
|
|
2531
|
+
(0, import_smithy_client.take)(input, {
|
|
2532
|
+
clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2533
|
+
confidenceThreshold: /* @__PURE__ */ __name((_) => (0, import_smithy_client.serializeFloat)(_), "confidenceThreshold"),
|
|
2534
|
+
expectedAggregatedFindingsResult: [],
|
|
2535
|
+
guardContent: [],
|
|
2536
|
+
queryContent: []
|
|
2537
|
+
})
|
|
2538
|
+
);
|
|
2539
|
+
b.m("POST").h(headers).b(body);
|
|
2540
|
+
return b.build();
|
|
2541
|
+
}, "se_CreateAutomatedReasoningPolicyTestCaseCommand");
|
|
2542
|
+
var se_CreateAutomatedReasoningPolicyVersionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2543
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2544
|
+
const headers = {
|
|
2545
|
+
"content-type": "application/json"
|
|
2546
|
+
};
|
|
2547
|
+
b.bp("/automated-reasoning-policies/{policyArn}/versions");
|
|
2548
|
+
b.p("policyArn", () => input.policyArn, "{policyArn}", false);
|
|
2549
|
+
let body;
|
|
2550
|
+
body = JSON.stringify(
|
|
2551
|
+
(0, import_smithy_client.take)(input, {
|
|
2552
|
+
clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2553
|
+
lastUpdatedDefinitionHash: [],
|
|
2554
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
2555
|
+
})
|
|
2556
|
+
);
|
|
2557
|
+
b.m("POST").h(headers).b(body);
|
|
2558
|
+
return b.build();
|
|
2559
|
+
}, "se_CreateAutomatedReasoningPolicyVersionCommand");
|
|
1670
2560
|
var se_CreateCustomModelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1671
2561
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1672
2562
|
const headers = {
|
|
@@ -1755,6 +2645,7 @@ var se_CreateGuardrailCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1755
2645
|
let body;
|
|
1756
2646
|
body = JSON.stringify(
|
|
1757
2647
|
(0, import_smithy_client.take)(input, {
|
|
2648
|
+
automatedReasoningPolicyConfig: /* @__PURE__ */ __name((_) => se_GuardrailAutomatedReasoningPolicyConfig(_, context), "automatedReasoningPolicyConfig"),
|
|
1758
2649
|
blockedInputMessaging: [],
|
|
1759
2650
|
blockedOutputsMessaging: [],
|
|
1760
2651
|
clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
@@ -1964,6 +2855,47 @@ var se_CreateProvisionedModelThroughputCommand = /* @__PURE__ */ __name(async (i
|
|
|
1964
2855
|
b.m("POST").h(headers).b(body);
|
|
1965
2856
|
return b.build();
|
|
1966
2857
|
}, "se_CreateProvisionedModelThroughputCommand");
|
|
2858
|
+
var se_DeleteAutomatedReasoningPolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2859
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2860
|
+
const headers = {};
|
|
2861
|
+
b.bp("/automated-reasoning-policies/{policyArn}");
|
|
2862
|
+
b.p("policyArn", () => input.policyArn, "{policyArn}", false);
|
|
2863
|
+
let body;
|
|
2864
|
+
b.m("DELETE").h(headers).b(body);
|
|
2865
|
+
return b.build();
|
|
2866
|
+
}, "se_DeleteAutomatedReasoningPolicyCommand");
|
|
2867
|
+
var se_DeleteAutomatedReasoningPolicyBuildWorkflowCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2868
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2869
|
+
const headers = {};
|
|
2870
|
+
b.bp("/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}");
|
|
2871
|
+
b.p("policyArn", () => input.policyArn, "{policyArn}", false);
|
|
2872
|
+
b.p("buildWorkflowId", () => input.buildWorkflowId, "{buildWorkflowId}", false);
|
|
2873
|
+
const query = (0, import_smithy_client.map)({
|
|
2874
|
+
[_uA]: [
|
|
2875
|
+
(0, import_smithy_client.expectNonNull)(input.lastUpdatedAt, `lastUpdatedAt`) != null,
|
|
2876
|
+
() => (0, import_smithy_client.serializeDateTime)(input[_lUA]).toString()
|
|
2877
|
+
]
|
|
2878
|
+
});
|
|
2879
|
+
let body;
|
|
2880
|
+
b.m("DELETE").h(headers).q(query).b(body);
|
|
2881
|
+
return b.build();
|
|
2882
|
+
}, "se_DeleteAutomatedReasoningPolicyBuildWorkflowCommand");
|
|
2883
|
+
var se_DeleteAutomatedReasoningPolicyTestCaseCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2884
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2885
|
+
const headers = {};
|
|
2886
|
+
b.bp("/automated-reasoning-policies/{policyArn}/test-cases/{testCaseId}");
|
|
2887
|
+
b.p("policyArn", () => input.policyArn, "{policyArn}", false);
|
|
2888
|
+
b.p("testCaseId", () => input.testCaseId, "{testCaseId}", false);
|
|
2889
|
+
const query = (0, import_smithy_client.map)({
|
|
2890
|
+
[_uA]: [
|
|
2891
|
+
(0, import_smithy_client.expectNonNull)(input.lastUpdatedAt, `lastUpdatedAt`) != null,
|
|
2892
|
+
() => (0, import_smithy_client.serializeDateTime)(input[_lUA]).toString()
|
|
2893
|
+
]
|
|
2894
|
+
});
|
|
2895
|
+
let body;
|
|
2896
|
+
b.m("DELETE").h(headers).q(query).b(body);
|
|
2897
|
+
return b.build();
|
|
2898
|
+
}, "se_DeleteAutomatedReasoningPolicyTestCaseCommand");
|
|
1967
2899
|
var se_DeleteCustomModelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1968
2900
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1969
2901
|
const headers = {};
|
|
@@ -2055,27 +2987,111 @@ var se_DeletePromptRouterCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2055
2987
|
b.bp("/prompt-routers/{promptRouterArn}");
|
|
2056
2988
|
b.p("promptRouterArn", () => input.promptRouterArn, "{promptRouterArn}", false);
|
|
2057
2989
|
let body;
|
|
2058
|
-
b.m("DELETE").h(headers).b(body);
|
|
2990
|
+
b.m("DELETE").h(headers).b(body);
|
|
2991
|
+
return b.build();
|
|
2992
|
+
}, "se_DeletePromptRouterCommand");
|
|
2993
|
+
var se_DeleteProvisionedModelThroughputCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2994
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2995
|
+
const headers = {};
|
|
2996
|
+
b.bp("/provisioned-model-throughput/{provisionedModelId}");
|
|
2997
|
+
b.p("provisionedModelId", () => input.provisionedModelId, "{provisionedModelId}", false);
|
|
2998
|
+
let body;
|
|
2999
|
+
b.m("DELETE").h(headers).b(body);
|
|
3000
|
+
return b.build();
|
|
3001
|
+
}, "se_DeleteProvisionedModelThroughputCommand");
|
|
3002
|
+
var se_DeregisterMarketplaceModelEndpointCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3003
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3004
|
+
const headers = {};
|
|
3005
|
+
b.bp("/marketplace-model/endpoints/{endpointArn}/registration");
|
|
3006
|
+
b.p("endpointArn", () => input.endpointArn, "{endpointArn}", false);
|
|
3007
|
+
let body;
|
|
3008
|
+
b.m("DELETE").h(headers).b(body);
|
|
3009
|
+
return b.build();
|
|
3010
|
+
}, "se_DeregisterMarketplaceModelEndpointCommand");
|
|
3011
|
+
var se_ExportAutomatedReasoningPolicyVersionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3012
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3013
|
+
const headers = {};
|
|
3014
|
+
b.bp("/automated-reasoning-policies/{policyArn}/export");
|
|
3015
|
+
b.p("policyArn", () => input.policyArn, "{policyArn}", false);
|
|
3016
|
+
let body;
|
|
3017
|
+
b.m("GET").h(headers).b(body);
|
|
3018
|
+
return b.build();
|
|
3019
|
+
}, "se_ExportAutomatedReasoningPolicyVersionCommand");
|
|
3020
|
+
var se_GetAutomatedReasoningPolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3021
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3022
|
+
const headers = {};
|
|
3023
|
+
b.bp("/automated-reasoning-policies/{policyArn}");
|
|
3024
|
+
b.p("policyArn", () => input.policyArn, "{policyArn}", false);
|
|
3025
|
+
let body;
|
|
3026
|
+
b.m("GET").h(headers).b(body);
|
|
3027
|
+
return b.build();
|
|
3028
|
+
}, "se_GetAutomatedReasoningPolicyCommand");
|
|
3029
|
+
var se_GetAutomatedReasoningPolicyAnnotationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3030
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3031
|
+
const headers = {};
|
|
3032
|
+
b.bp("/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/annotations");
|
|
3033
|
+
b.p("policyArn", () => input.policyArn, "{policyArn}", false);
|
|
3034
|
+
b.p("buildWorkflowId", () => input.buildWorkflowId, "{buildWorkflowId}", false);
|
|
3035
|
+
let body;
|
|
3036
|
+
b.m("GET").h(headers).b(body);
|
|
3037
|
+
return b.build();
|
|
3038
|
+
}, "se_GetAutomatedReasoningPolicyAnnotationsCommand");
|
|
3039
|
+
var se_GetAutomatedReasoningPolicyBuildWorkflowCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3040
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3041
|
+
const headers = {};
|
|
3042
|
+
b.bp("/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}");
|
|
3043
|
+
b.p("policyArn", () => input.policyArn, "{policyArn}", false);
|
|
3044
|
+
b.p("buildWorkflowId", () => input.buildWorkflowId, "{buildWorkflowId}", false);
|
|
3045
|
+
let body;
|
|
3046
|
+
b.m("GET").h(headers).b(body);
|
|
3047
|
+
return b.build();
|
|
3048
|
+
}, "se_GetAutomatedReasoningPolicyBuildWorkflowCommand");
|
|
3049
|
+
var se_GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3050
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3051
|
+
const headers = {};
|
|
3052
|
+
b.bp("/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/result-assets");
|
|
3053
|
+
b.p("policyArn", () => input.policyArn, "{policyArn}", false);
|
|
3054
|
+
b.p("buildWorkflowId", () => input.buildWorkflowId, "{buildWorkflowId}", false);
|
|
3055
|
+
const query = (0, import_smithy_client.map)({
|
|
3056
|
+
[_aT]: [, (0, import_smithy_client.expectNonNull)(input[_aT], `assetType`)]
|
|
3057
|
+
});
|
|
3058
|
+
let body;
|
|
3059
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
3060
|
+
return b.build();
|
|
3061
|
+
}, "se_GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand");
|
|
3062
|
+
var se_GetAutomatedReasoningPolicyNextScenarioCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3063
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3064
|
+
const headers = {};
|
|
3065
|
+
b.bp("/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/scenarios");
|
|
3066
|
+
b.p("policyArn", () => input.policyArn, "{policyArn}", false);
|
|
3067
|
+
b.p("buildWorkflowId", () => input.buildWorkflowId, "{buildWorkflowId}", false);
|
|
3068
|
+
let body;
|
|
3069
|
+
b.m("GET").h(headers).b(body);
|
|
2059
3070
|
return b.build();
|
|
2060
|
-
}, "
|
|
2061
|
-
var
|
|
3071
|
+
}, "se_GetAutomatedReasoningPolicyNextScenarioCommand");
|
|
3072
|
+
var se_GetAutomatedReasoningPolicyTestCaseCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2062
3073
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2063
3074
|
const headers = {};
|
|
2064
|
-
b.bp("/
|
|
2065
|
-
b.p("
|
|
3075
|
+
b.bp("/automated-reasoning-policies/{policyArn}/test-cases/{testCaseId}");
|
|
3076
|
+
b.p("policyArn", () => input.policyArn, "{policyArn}", false);
|
|
3077
|
+
b.p("testCaseId", () => input.testCaseId, "{testCaseId}", false);
|
|
2066
3078
|
let body;
|
|
2067
|
-
b.m("
|
|
3079
|
+
b.m("GET").h(headers).b(body);
|
|
2068
3080
|
return b.build();
|
|
2069
|
-
}, "
|
|
2070
|
-
var
|
|
3081
|
+
}, "se_GetAutomatedReasoningPolicyTestCaseCommand");
|
|
3082
|
+
var se_GetAutomatedReasoningPolicyTestResultCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2071
3083
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2072
3084
|
const headers = {};
|
|
2073
|
-
b.bp(
|
|
2074
|
-
|
|
3085
|
+
b.bp(
|
|
3086
|
+
"/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/test-cases/{testCaseId}/test-results"
|
|
3087
|
+
);
|
|
3088
|
+
b.p("policyArn", () => input.policyArn, "{policyArn}", false);
|
|
3089
|
+
b.p("buildWorkflowId", () => input.buildWorkflowId, "{buildWorkflowId}", false);
|
|
3090
|
+
b.p("testCaseId", () => input.testCaseId, "{testCaseId}", false);
|
|
2075
3091
|
let body;
|
|
2076
|
-
b.m("
|
|
3092
|
+
b.m("GET").h(headers).b(body);
|
|
2077
3093
|
return b.build();
|
|
2078
|
-
}, "
|
|
3094
|
+
}, "se_GetAutomatedReasoningPolicyTestResultCommand");
|
|
2079
3095
|
var se_GetCustomModelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2080
3096
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2081
3097
|
const headers = {};
|
|
@@ -2235,6 +3251,59 @@ var se_GetUseCaseForModelAccessCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
2235
3251
|
b.m("GET").h(headers).b(body);
|
|
2236
3252
|
return b.build();
|
|
2237
3253
|
}, "se_GetUseCaseForModelAccessCommand");
|
|
3254
|
+
var se_ListAutomatedReasoningPoliciesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3255
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3256
|
+
const headers = {};
|
|
3257
|
+
b.bp("/automated-reasoning-policies");
|
|
3258
|
+
const query = (0, import_smithy_client.map)({
|
|
3259
|
+
[_pA]: [, input[_pA]],
|
|
3260
|
+
[_nT]: [, input[_nT]],
|
|
3261
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
3262
|
+
});
|
|
3263
|
+
let body;
|
|
3264
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
3265
|
+
return b.build();
|
|
3266
|
+
}, "se_ListAutomatedReasoningPoliciesCommand");
|
|
3267
|
+
var se_ListAutomatedReasoningPolicyBuildWorkflowsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3268
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3269
|
+
const headers = {};
|
|
3270
|
+
b.bp("/automated-reasoning-policies/{policyArn}/build-workflows");
|
|
3271
|
+
b.p("policyArn", () => input.policyArn, "{policyArn}", false);
|
|
3272
|
+
const query = (0, import_smithy_client.map)({
|
|
3273
|
+
[_nT]: [, input[_nT]],
|
|
3274
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
3275
|
+
});
|
|
3276
|
+
let body;
|
|
3277
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
3278
|
+
return b.build();
|
|
3279
|
+
}, "se_ListAutomatedReasoningPolicyBuildWorkflowsCommand");
|
|
3280
|
+
var se_ListAutomatedReasoningPolicyTestCasesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3281
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3282
|
+
const headers = {};
|
|
3283
|
+
b.bp("/automated-reasoning-policies/{policyArn}/test-cases");
|
|
3284
|
+
b.p("policyArn", () => input.policyArn, "{policyArn}", false);
|
|
3285
|
+
const query = (0, import_smithy_client.map)({
|
|
3286
|
+
[_nT]: [, input[_nT]],
|
|
3287
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
3288
|
+
});
|
|
3289
|
+
let body;
|
|
3290
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
3291
|
+
return b.build();
|
|
3292
|
+
}, "se_ListAutomatedReasoningPolicyTestCasesCommand");
|
|
3293
|
+
var se_ListAutomatedReasoningPolicyTestResultsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3294
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3295
|
+
const headers = {};
|
|
3296
|
+
b.bp("/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/test-results");
|
|
3297
|
+
b.p("policyArn", () => input.policyArn, "{policyArn}", false);
|
|
3298
|
+
b.p("buildWorkflowId", () => input.buildWorkflowId, "{buildWorkflowId}", false);
|
|
3299
|
+
const query = (0, import_smithy_client.map)({
|
|
3300
|
+
[_nT]: [, input[_nT]],
|
|
3301
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
3302
|
+
});
|
|
3303
|
+
let body;
|
|
3304
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
3305
|
+
return b.build();
|
|
3306
|
+
}, "se_ListAutomatedReasoningPolicyTestResultsCommand");
|
|
2238
3307
|
var se_ListCustomModelDeploymentsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2239
3308
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2240
3309
|
const headers = {};
|
|
@@ -2543,6 +3612,44 @@ var se_RegisterMarketplaceModelEndpointCommand = /* @__PURE__ */ __name(async (i
|
|
|
2543
3612
|
b.m("POST").h(headers).b(body);
|
|
2544
3613
|
return b.build();
|
|
2545
3614
|
}, "se_RegisterMarketplaceModelEndpointCommand");
|
|
3615
|
+
var se_StartAutomatedReasoningPolicyBuildWorkflowCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3616
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3617
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
3618
|
+
"content-type": "application/json",
|
|
3619
|
+
[_xact]: input[_cRT] ?? (0, import_uuid.v4)()
|
|
3620
|
+
});
|
|
3621
|
+
b.bp("/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowType}/start");
|
|
3622
|
+
b.p("policyArn", () => input.policyArn, "{policyArn}", false);
|
|
3623
|
+
b.p("buildWorkflowType", () => input.buildWorkflowType, "{buildWorkflowType}", false);
|
|
3624
|
+
let body;
|
|
3625
|
+
if (input.sourceContent !== void 0) {
|
|
3626
|
+
body = se_AutomatedReasoningPolicyBuildWorkflowSource(input.sourceContent, context);
|
|
3627
|
+
}
|
|
3628
|
+
if (body === void 0) {
|
|
3629
|
+
body = {};
|
|
3630
|
+
}
|
|
3631
|
+
body = JSON.stringify(body);
|
|
3632
|
+
b.m("POST").h(headers).b(body);
|
|
3633
|
+
return b.build();
|
|
3634
|
+
}, "se_StartAutomatedReasoningPolicyBuildWorkflowCommand");
|
|
3635
|
+
var se_StartAutomatedReasoningPolicyTestWorkflowCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3636
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3637
|
+
const headers = {
|
|
3638
|
+
"content-type": "application/json"
|
|
3639
|
+
};
|
|
3640
|
+
b.bp("/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/test-workflows");
|
|
3641
|
+
b.p("policyArn", () => input.policyArn, "{policyArn}", false);
|
|
3642
|
+
b.p("buildWorkflowId", () => input.buildWorkflowId, "{buildWorkflowId}", false);
|
|
3643
|
+
let body;
|
|
3644
|
+
body = JSON.stringify(
|
|
3645
|
+
(0, import_smithy_client.take)(input, {
|
|
3646
|
+
clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
3647
|
+
testCaseIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "testCaseIds")
|
|
3648
|
+
})
|
|
3649
|
+
);
|
|
3650
|
+
b.m("POST").h(headers).b(body);
|
|
3651
|
+
return b.build();
|
|
3652
|
+
}, "se_StartAutomatedReasoningPolicyTestWorkflowCommand");
|
|
2546
3653
|
var se_StopEvaluationJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2547
3654
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2548
3655
|
const headers = {};
|
|
@@ -2602,6 +3709,65 @@ var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2602
3709
|
b.m("POST").h(headers).b(body);
|
|
2603
3710
|
return b.build();
|
|
2604
3711
|
}, "se_UntagResourceCommand");
|
|
3712
|
+
var se_UpdateAutomatedReasoningPolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3713
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3714
|
+
const headers = {
|
|
3715
|
+
"content-type": "application/json"
|
|
3716
|
+
};
|
|
3717
|
+
b.bp("/automated-reasoning-policies/{policyArn}");
|
|
3718
|
+
b.p("policyArn", () => input.policyArn, "{policyArn}", false);
|
|
3719
|
+
let body;
|
|
3720
|
+
body = JSON.stringify(
|
|
3721
|
+
(0, import_smithy_client.take)(input, {
|
|
3722
|
+
description: [],
|
|
3723
|
+
name: [],
|
|
3724
|
+
policyDefinition: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "policyDefinition")
|
|
3725
|
+
})
|
|
3726
|
+
);
|
|
3727
|
+
b.m("PATCH").h(headers).b(body);
|
|
3728
|
+
return b.build();
|
|
3729
|
+
}, "se_UpdateAutomatedReasoningPolicyCommand");
|
|
3730
|
+
var se_UpdateAutomatedReasoningPolicyAnnotationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3731
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3732
|
+
const headers = {
|
|
3733
|
+
"content-type": "application/json"
|
|
3734
|
+
};
|
|
3735
|
+
b.bp("/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/annotations");
|
|
3736
|
+
b.p("policyArn", () => input.policyArn, "{policyArn}", false);
|
|
3737
|
+
b.p("buildWorkflowId", () => input.buildWorkflowId, "{buildWorkflowId}", false);
|
|
3738
|
+
let body;
|
|
3739
|
+
body = JSON.stringify(
|
|
3740
|
+
(0, import_smithy_client.take)(input, {
|
|
3741
|
+
annotations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "annotations"),
|
|
3742
|
+
lastUpdatedAnnotationSetHash: []
|
|
3743
|
+
})
|
|
3744
|
+
);
|
|
3745
|
+
b.m("PATCH").h(headers).b(body);
|
|
3746
|
+
return b.build();
|
|
3747
|
+
}, "se_UpdateAutomatedReasoningPolicyAnnotationsCommand");
|
|
3748
|
+
var se_UpdateAutomatedReasoningPolicyTestCaseCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3749
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3750
|
+
const headers = {
|
|
3751
|
+
"content-type": "application/json"
|
|
3752
|
+
};
|
|
3753
|
+
b.bp("/automated-reasoning-policies/{policyArn}/test-cases/{testCaseId}");
|
|
3754
|
+
b.p("policyArn", () => input.policyArn, "{policyArn}", false);
|
|
3755
|
+
b.p("testCaseId", () => input.testCaseId, "{testCaseId}", false);
|
|
3756
|
+
let body;
|
|
3757
|
+
body = JSON.stringify(
|
|
3758
|
+
(0, import_smithy_client.take)(input, {
|
|
3759
|
+
clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
3760
|
+
confidenceThreshold: /* @__PURE__ */ __name((_) => (0, import_smithy_client.serializeFloat)(_), "confidenceThreshold"),
|
|
3761
|
+
expectedAggregatedFindingsResult: [],
|
|
3762
|
+
guardContent: [],
|
|
3763
|
+
kmsKeyArn: [],
|
|
3764
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.serializeDateTime)(_), "lastUpdatedAt"),
|
|
3765
|
+
queryContent: []
|
|
3766
|
+
})
|
|
3767
|
+
);
|
|
3768
|
+
b.m("PATCH").h(headers).b(body);
|
|
3769
|
+
return b.build();
|
|
3770
|
+
}, "se_UpdateAutomatedReasoningPolicyTestCaseCommand");
|
|
2605
3771
|
var se_UpdateGuardrailCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2606
3772
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2607
3773
|
const headers = {
|
|
@@ -2612,6 +3778,7 @@ var se_UpdateGuardrailCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2612
3778
|
let body;
|
|
2613
3779
|
body = JSON.stringify(
|
|
2614
3780
|
(0, import_smithy_client.take)(input, {
|
|
3781
|
+
automatedReasoningPolicyConfig: /* @__PURE__ */ __name((_) => se_GuardrailAutomatedReasoningPolicyConfig(_, context), "automatedReasoningPolicyConfig"),
|
|
2615
3782
|
blockedInputMessaging: [],
|
|
2616
3783
|
blockedOutputsMessaging: [],
|
|
2617
3784
|
contentPolicyConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "contentPolicyConfig"),
|
|
@@ -2677,6 +3844,70 @@ var de_BatchDeleteEvaluationJobCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
2677
3844
|
Object.assign(contents, doc);
|
|
2678
3845
|
return contents;
|
|
2679
3846
|
}, "de_BatchDeleteEvaluationJobCommand");
|
|
3847
|
+
var de_CancelAutomatedReasoningPolicyBuildWorkflowCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3848
|
+
if (output.statusCode !== 202 && output.statusCode >= 300) {
|
|
3849
|
+
return de_CommandError(output, context);
|
|
3850
|
+
}
|
|
3851
|
+
const contents = (0, import_smithy_client.map)({
|
|
3852
|
+
$metadata: deserializeMetadata(output)
|
|
3853
|
+
});
|
|
3854
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
3855
|
+
return contents;
|
|
3856
|
+
}, "de_CancelAutomatedReasoningPolicyBuildWorkflowCommand");
|
|
3857
|
+
var de_CreateAutomatedReasoningPolicyCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3858
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3859
|
+
return de_CommandError(output, context);
|
|
3860
|
+
}
|
|
3861
|
+
const contents = (0, import_smithy_client.map)({
|
|
3862
|
+
$metadata: deserializeMetadata(output)
|
|
3863
|
+
});
|
|
3864
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3865
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3866
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
3867
|
+
definitionHash: import_smithy_client.expectString,
|
|
3868
|
+
description: import_smithy_client.expectString,
|
|
3869
|
+
name: import_smithy_client.expectString,
|
|
3870
|
+
policyArn: import_smithy_client.expectString,
|
|
3871
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt"),
|
|
3872
|
+
version: import_smithy_client.expectString
|
|
3873
|
+
});
|
|
3874
|
+
Object.assign(contents, doc);
|
|
3875
|
+
return contents;
|
|
3876
|
+
}, "de_CreateAutomatedReasoningPolicyCommand");
|
|
3877
|
+
var de_CreateAutomatedReasoningPolicyTestCaseCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3878
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3879
|
+
return de_CommandError(output, context);
|
|
3880
|
+
}
|
|
3881
|
+
const contents = (0, import_smithy_client.map)({
|
|
3882
|
+
$metadata: deserializeMetadata(output)
|
|
3883
|
+
});
|
|
3884
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3885
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3886
|
+
policyArn: import_smithy_client.expectString,
|
|
3887
|
+
testCaseId: import_smithy_client.expectString
|
|
3888
|
+
});
|
|
3889
|
+
Object.assign(contents, doc);
|
|
3890
|
+
return contents;
|
|
3891
|
+
}, "de_CreateAutomatedReasoningPolicyTestCaseCommand");
|
|
3892
|
+
var de_CreateAutomatedReasoningPolicyVersionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3893
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3894
|
+
return de_CommandError(output, context);
|
|
3895
|
+
}
|
|
3896
|
+
const contents = (0, import_smithy_client.map)({
|
|
3897
|
+
$metadata: deserializeMetadata(output)
|
|
3898
|
+
});
|
|
3899
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3900
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3901
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
3902
|
+
definitionHash: import_smithy_client.expectString,
|
|
3903
|
+
description: import_smithy_client.expectString,
|
|
3904
|
+
name: import_smithy_client.expectString,
|
|
3905
|
+
policyArn: import_smithy_client.expectString,
|
|
3906
|
+
version: import_smithy_client.expectString
|
|
3907
|
+
});
|
|
3908
|
+
Object.assign(contents, doc);
|
|
3909
|
+
return contents;
|
|
3910
|
+
}, "de_CreateAutomatedReasoningPolicyVersionCommand");
|
|
2680
3911
|
var de_CreateCustomModelCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2681
3912
|
if (output.statusCode !== 202 && output.statusCode >= 300) {
|
|
2682
3913
|
return de_CommandError(output, context);
|
|
@@ -2878,6 +4109,36 @@ var de_CreateProvisionedModelThroughputCommand = /* @__PURE__ */ __name(async (o
|
|
|
2878
4109
|
Object.assign(contents, doc);
|
|
2879
4110
|
return contents;
|
|
2880
4111
|
}, "de_CreateProvisionedModelThroughputCommand");
|
|
4112
|
+
var de_DeleteAutomatedReasoningPolicyCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4113
|
+
if (output.statusCode !== 202 && output.statusCode >= 300) {
|
|
4114
|
+
return de_CommandError(output, context);
|
|
4115
|
+
}
|
|
4116
|
+
const contents = (0, import_smithy_client.map)({
|
|
4117
|
+
$metadata: deserializeMetadata(output)
|
|
4118
|
+
});
|
|
4119
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
4120
|
+
return contents;
|
|
4121
|
+
}, "de_DeleteAutomatedReasoningPolicyCommand");
|
|
4122
|
+
var de_DeleteAutomatedReasoningPolicyBuildWorkflowCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4123
|
+
if (output.statusCode !== 202 && output.statusCode >= 300) {
|
|
4124
|
+
return de_CommandError(output, context);
|
|
4125
|
+
}
|
|
4126
|
+
const contents = (0, import_smithy_client.map)({
|
|
4127
|
+
$metadata: deserializeMetadata(output)
|
|
4128
|
+
});
|
|
4129
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
4130
|
+
return contents;
|
|
4131
|
+
}, "de_DeleteAutomatedReasoningPolicyBuildWorkflowCommand");
|
|
4132
|
+
var de_DeleteAutomatedReasoningPolicyTestCaseCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4133
|
+
if (output.statusCode !== 202 && output.statusCode >= 300) {
|
|
4134
|
+
return de_CommandError(output, context);
|
|
4135
|
+
}
|
|
4136
|
+
const contents = (0, import_smithy_client.map)({
|
|
4137
|
+
$metadata: deserializeMetadata(output)
|
|
4138
|
+
});
|
|
4139
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
4140
|
+
return contents;
|
|
4141
|
+
}, "de_DeleteAutomatedReasoningPolicyTestCaseCommand");
|
|
2881
4142
|
var de_DeleteCustomModelCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2882
4143
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2883
4144
|
return de_CommandError(output, context);
|
|
@@ -2887,8 +4148,88 @@ var de_DeleteCustomModelCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2887
4148
|
});
|
|
2888
4149
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2889
4150
|
return contents;
|
|
2890
|
-
}, "de_DeleteCustomModelCommand");
|
|
2891
|
-
var de_DeleteCustomModelDeploymentCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4151
|
+
}, "de_DeleteCustomModelCommand");
|
|
4152
|
+
var de_DeleteCustomModelDeploymentCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4153
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4154
|
+
return de_CommandError(output, context);
|
|
4155
|
+
}
|
|
4156
|
+
const contents = (0, import_smithy_client.map)({
|
|
4157
|
+
$metadata: deserializeMetadata(output)
|
|
4158
|
+
});
|
|
4159
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
4160
|
+
return contents;
|
|
4161
|
+
}, "de_DeleteCustomModelDeploymentCommand");
|
|
4162
|
+
var de_DeleteFoundationModelAgreementCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4163
|
+
if (output.statusCode !== 202 && output.statusCode >= 300) {
|
|
4164
|
+
return de_CommandError(output, context);
|
|
4165
|
+
}
|
|
4166
|
+
const contents = (0, import_smithy_client.map)({
|
|
4167
|
+
$metadata: deserializeMetadata(output)
|
|
4168
|
+
});
|
|
4169
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
4170
|
+
return contents;
|
|
4171
|
+
}, "de_DeleteFoundationModelAgreementCommand");
|
|
4172
|
+
var de_DeleteGuardrailCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4173
|
+
if (output.statusCode !== 202 && output.statusCode >= 300) {
|
|
4174
|
+
return de_CommandError(output, context);
|
|
4175
|
+
}
|
|
4176
|
+
const contents = (0, import_smithy_client.map)({
|
|
4177
|
+
$metadata: deserializeMetadata(output)
|
|
4178
|
+
});
|
|
4179
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
4180
|
+
return contents;
|
|
4181
|
+
}, "de_DeleteGuardrailCommand");
|
|
4182
|
+
var de_DeleteImportedModelCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4183
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4184
|
+
return de_CommandError(output, context);
|
|
4185
|
+
}
|
|
4186
|
+
const contents = (0, import_smithy_client.map)({
|
|
4187
|
+
$metadata: deserializeMetadata(output)
|
|
4188
|
+
});
|
|
4189
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
4190
|
+
return contents;
|
|
4191
|
+
}, "de_DeleteImportedModelCommand");
|
|
4192
|
+
var de_DeleteInferenceProfileCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4193
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4194
|
+
return de_CommandError(output, context);
|
|
4195
|
+
}
|
|
4196
|
+
const contents = (0, import_smithy_client.map)({
|
|
4197
|
+
$metadata: deserializeMetadata(output)
|
|
4198
|
+
});
|
|
4199
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
4200
|
+
return contents;
|
|
4201
|
+
}, "de_DeleteInferenceProfileCommand");
|
|
4202
|
+
var de_DeleteMarketplaceModelEndpointCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4203
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4204
|
+
return de_CommandError(output, context);
|
|
4205
|
+
}
|
|
4206
|
+
const contents = (0, import_smithy_client.map)({
|
|
4207
|
+
$metadata: deserializeMetadata(output)
|
|
4208
|
+
});
|
|
4209
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
4210
|
+
return contents;
|
|
4211
|
+
}, "de_DeleteMarketplaceModelEndpointCommand");
|
|
4212
|
+
var de_DeleteModelInvocationLoggingConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4213
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4214
|
+
return de_CommandError(output, context);
|
|
4215
|
+
}
|
|
4216
|
+
const contents = (0, import_smithy_client.map)({
|
|
4217
|
+
$metadata: deserializeMetadata(output)
|
|
4218
|
+
});
|
|
4219
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
4220
|
+
return contents;
|
|
4221
|
+
}, "de_DeleteModelInvocationLoggingConfigurationCommand");
|
|
4222
|
+
var de_DeletePromptRouterCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4223
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4224
|
+
return de_CommandError(output, context);
|
|
4225
|
+
}
|
|
4226
|
+
const contents = (0, import_smithy_client.map)({
|
|
4227
|
+
$metadata: deserializeMetadata(output)
|
|
4228
|
+
});
|
|
4229
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
4230
|
+
return contents;
|
|
4231
|
+
}, "de_DeletePromptRouterCommand");
|
|
4232
|
+
var de_DeleteProvisionedModelThroughputCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2892
4233
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2893
4234
|
return de_CommandError(output, context);
|
|
2894
4235
|
}
|
|
@@ -2897,9 +4238,9 @@ var de_DeleteCustomModelDeploymentCommand = /* @__PURE__ */ __name(async (output
|
|
|
2897
4238
|
});
|
|
2898
4239
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2899
4240
|
return contents;
|
|
2900
|
-
}, "
|
|
2901
|
-
var
|
|
2902
|
-
if (output.statusCode !==
|
|
4241
|
+
}, "de_DeleteProvisionedModelThroughputCommand");
|
|
4242
|
+
var de_DeregisterMarketplaceModelEndpointCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4243
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2903
4244
|
return de_CommandError(output, context);
|
|
2904
4245
|
}
|
|
2905
4246
|
const contents = (0, import_smithy_client.map)({
|
|
@@ -2907,87 +4248,140 @@ var de_DeleteFoundationModelAgreementCommand = /* @__PURE__ */ __name(async (out
|
|
|
2907
4248
|
});
|
|
2908
4249
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2909
4250
|
return contents;
|
|
2910
|
-
}, "
|
|
2911
|
-
var
|
|
2912
|
-
if (output.statusCode !==
|
|
4251
|
+
}, "de_DeregisterMarketplaceModelEndpointCommand");
|
|
4252
|
+
var de_ExportAutomatedReasoningPolicyVersionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4253
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2913
4254
|
return de_CommandError(output, context);
|
|
2914
4255
|
}
|
|
2915
4256
|
const contents = (0, import_smithy_client.map)({
|
|
2916
4257
|
$metadata: deserializeMetadata(output)
|
|
2917
4258
|
});
|
|
2918
|
-
|
|
4259
|
+
const data = (0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context));
|
|
4260
|
+
contents.policyDefinition = (0, import_smithy_client._json)(data);
|
|
2919
4261
|
return contents;
|
|
2920
|
-
}, "
|
|
2921
|
-
var
|
|
4262
|
+
}, "de_ExportAutomatedReasoningPolicyVersionCommand");
|
|
4263
|
+
var de_GetAutomatedReasoningPolicyCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2922
4264
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2923
4265
|
return de_CommandError(output, context);
|
|
2924
4266
|
}
|
|
2925
4267
|
const contents = (0, import_smithy_client.map)({
|
|
2926
4268
|
$metadata: deserializeMetadata(output)
|
|
2927
4269
|
});
|
|
2928
|
-
|
|
4270
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4271
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4272
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
4273
|
+
definitionHash: import_smithy_client.expectString,
|
|
4274
|
+
description: import_smithy_client.expectString,
|
|
4275
|
+
name: import_smithy_client.expectString,
|
|
4276
|
+
policyArn: import_smithy_client.expectString,
|
|
4277
|
+
policyId: import_smithy_client.expectString,
|
|
4278
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt"),
|
|
4279
|
+
version: import_smithy_client.expectString
|
|
4280
|
+
});
|
|
4281
|
+
Object.assign(contents, doc);
|
|
2929
4282
|
return contents;
|
|
2930
|
-
}, "
|
|
2931
|
-
var
|
|
4283
|
+
}, "de_GetAutomatedReasoningPolicyCommand");
|
|
4284
|
+
var de_GetAutomatedReasoningPolicyAnnotationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2932
4285
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2933
4286
|
return de_CommandError(output, context);
|
|
2934
4287
|
}
|
|
2935
4288
|
const contents = (0, import_smithy_client.map)({
|
|
2936
4289
|
$metadata: deserializeMetadata(output)
|
|
2937
4290
|
});
|
|
2938
|
-
|
|
4291
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4292
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4293
|
+
annotationSetHash: import_smithy_client.expectString,
|
|
4294
|
+
annotations: import_smithy_client._json,
|
|
4295
|
+
buildWorkflowId: import_smithy_client.expectString,
|
|
4296
|
+
name: import_smithy_client.expectString,
|
|
4297
|
+
policyArn: import_smithy_client.expectString,
|
|
4298
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
|
|
4299
|
+
});
|
|
4300
|
+
Object.assign(contents, doc);
|
|
2939
4301
|
return contents;
|
|
2940
|
-
}, "
|
|
2941
|
-
var
|
|
4302
|
+
}, "de_GetAutomatedReasoningPolicyAnnotationsCommand");
|
|
4303
|
+
var de_GetAutomatedReasoningPolicyBuildWorkflowCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2942
4304
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2943
4305
|
return de_CommandError(output, context);
|
|
2944
4306
|
}
|
|
2945
4307
|
const contents = (0, import_smithy_client.map)({
|
|
2946
4308
|
$metadata: deserializeMetadata(output)
|
|
2947
4309
|
});
|
|
2948
|
-
|
|
4310
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4311
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4312
|
+
buildWorkflowId: import_smithy_client.expectString,
|
|
4313
|
+
buildWorkflowType: import_smithy_client.expectString,
|
|
4314
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
4315
|
+
documentContentType: import_smithy_client.expectString,
|
|
4316
|
+
documentDescription: import_smithy_client.expectString,
|
|
4317
|
+
documentName: import_smithy_client.expectString,
|
|
4318
|
+
policyArn: import_smithy_client.expectString,
|
|
4319
|
+
status: import_smithy_client.expectString,
|
|
4320
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
|
|
4321
|
+
});
|
|
4322
|
+
Object.assign(contents, doc);
|
|
2949
4323
|
return contents;
|
|
2950
|
-
}, "
|
|
2951
|
-
var
|
|
4324
|
+
}, "de_GetAutomatedReasoningPolicyBuildWorkflowCommand");
|
|
4325
|
+
var de_GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2952
4326
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2953
4327
|
return de_CommandError(output, context);
|
|
2954
4328
|
}
|
|
2955
4329
|
const contents = (0, import_smithy_client.map)({
|
|
2956
4330
|
$metadata: deserializeMetadata(output)
|
|
2957
4331
|
});
|
|
2958
|
-
|
|
4332
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4333
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4334
|
+
buildWorkflowAssets: /* @__PURE__ */ __name((_) => de_AutomatedReasoningPolicyBuildResultAssets((0, import_core2.awsExpectUnion)(_), context), "buildWorkflowAssets"),
|
|
4335
|
+
buildWorkflowId: import_smithy_client.expectString,
|
|
4336
|
+
policyArn: import_smithy_client.expectString
|
|
4337
|
+
});
|
|
4338
|
+
Object.assign(contents, doc);
|
|
2959
4339
|
return contents;
|
|
2960
|
-
}, "
|
|
2961
|
-
var
|
|
4340
|
+
}, "de_GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand");
|
|
4341
|
+
var de_GetAutomatedReasoningPolicyNextScenarioCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2962
4342
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2963
4343
|
return de_CommandError(output, context);
|
|
2964
4344
|
}
|
|
2965
4345
|
const contents = (0, import_smithy_client.map)({
|
|
2966
4346
|
$metadata: deserializeMetadata(output)
|
|
2967
4347
|
});
|
|
2968
|
-
|
|
4348
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4349
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4350
|
+
policyArn: import_smithy_client.expectString,
|
|
4351
|
+
scenario: import_smithy_client._json
|
|
4352
|
+
});
|
|
4353
|
+
Object.assign(contents, doc);
|
|
2969
4354
|
return contents;
|
|
2970
|
-
}, "
|
|
2971
|
-
var
|
|
4355
|
+
}, "de_GetAutomatedReasoningPolicyNextScenarioCommand");
|
|
4356
|
+
var de_GetAutomatedReasoningPolicyTestCaseCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2972
4357
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2973
4358
|
return de_CommandError(output, context);
|
|
2974
4359
|
}
|
|
2975
4360
|
const contents = (0, import_smithy_client.map)({
|
|
2976
4361
|
$metadata: deserializeMetadata(output)
|
|
2977
4362
|
});
|
|
2978
|
-
|
|
4363
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4364
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4365
|
+
policyArn: import_smithy_client.expectString,
|
|
4366
|
+
testCase: /* @__PURE__ */ __name((_) => de_AutomatedReasoningPolicyTestCase(_, context), "testCase")
|
|
4367
|
+
});
|
|
4368
|
+
Object.assign(contents, doc);
|
|
2979
4369
|
return contents;
|
|
2980
|
-
}, "
|
|
2981
|
-
var
|
|
4370
|
+
}, "de_GetAutomatedReasoningPolicyTestCaseCommand");
|
|
4371
|
+
var de_GetAutomatedReasoningPolicyTestResultCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2982
4372
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2983
4373
|
return de_CommandError(output, context);
|
|
2984
4374
|
}
|
|
2985
4375
|
const contents = (0, import_smithy_client.map)({
|
|
2986
4376
|
$metadata: deserializeMetadata(output)
|
|
2987
4377
|
});
|
|
2988
|
-
|
|
4378
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4379
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4380
|
+
testResult: /* @__PURE__ */ __name((_) => de_AutomatedReasoningPolicyTestResult(_, context), "testResult")
|
|
4381
|
+
});
|
|
4382
|
+
Object.assign(contents, doc);
|
|
2989
4383
|
return contents;
|
|
2990
|
-
}, "
|
|
4384
|
+
}, "de_GetAutomatedReasoningPolicyTestResultCommand");
|
|
2991
4385
|
var de_GetCustomModelCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2992
4386
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2993
4387
|
return de_CommandError(output, context);
|
|
@@ -3107,6 +4501,7 @@ var de_GetGuardrailCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3107
4501
|
});
|
|
3108
4502
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3109
4503
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4504
|
+
automatedReasoningPolicy: /* @__PURE__ */ __name((_) => de_GuardrailAutomatedReasoningPolicy(_, context), "automatedReasoningPolicy"),
|
|
3110
4505
|
blockedInputMessaging: import_smithy_client.expectString,
|
|
3111
4506
|
blockedOutputsMessaging: import_smithy_client.expectString,
|
|
3112
4507
|
contentPolicy: import_smithy_client._json,
|
|
@@ -3380,6 +4775,66 @@ var de_GetUseCaseForModelAccessCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
3380
4775
|
Object.assign(contents, doc);
|
|
3381
4776
|
return contents;
|
|
3382
4777
|
}, "de_GetUseCaseForModelAccessCommand");
|
|
4778
|
+
var de_ListAutomatedReasoningPoliciesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4779
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4780
|
+
return de_CommandError(output, context);
|
|
4781
|
+
}
|
|
4782
|
+
const contents = (0, import_smithy_client.map)({
|
|
4783
|
+
$metadata: deserializeMetadata(output)
|
|
4784
|
+
});
|
|
4785
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4786
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4787
|
+
automatedReasoningPolicySummaries: /* @__PURE__ */ __name((_) => de_AutomatedReasoningPolicySummaries(_, context), "automatedReasoningPolicySummaries"),
|
|
4788
|
+
nextToken: import_smithy_client.expectString
|
|
4789
|
+
});
|
|
4790
|
+
Object.assign(contents, doc);
|
|
4791
|
+
return contents;
|
|
4792
|
+
}, "de_ListAutomatedReasoningPoliciesCommand");
|
|
4793
|
+
var de_ListAutomatedReasoningPolicyBuildWorkflowsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4794
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4795
|
+
return de_CommandError(output, context);
|
|
4796
|
+
}
|
|
4797
|
+
const contents = (0, import_smithy_client.map)({
|
|
4798
|
+
$metadata: deserializeMetadata(output)
|
|
4799
|
+
});
|
|
4800
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4801
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4802
|
+
automatedReasoningPolicyBuildWorkflowSummaries: /* @__PURE__ */ __name((_) => de_AutomatedReasoningPolicyBuildWorkflowSummaries(_, context), "automatedReasoningPolicyBuildWorkflowSummaries"),
|
|
4803
|
+
nextToken: import_smithy_client.expectString
|
|
4804
|
+
});
|
|
4805
|
+
Object.assign(contents, doc);
|
|
4806
|
+
return contents;
|
|
4807
|
+
}, "de_ListAutomatedReasoningPolicyBuildWorkflowsCommand");
|
|
4808
|
+
var de_ListAutomatedReasoningPolicyTestCasesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4809
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4810
|
+
return de_CommandError(output, context);
|
|
4811
|
+
}
|
|
4812
|
+
const contents = (0, import_smithy_client.map)({
|
|
4813
|
+
$metadata: deserializeMetadata(output)
|
|
4814
|
+
});
|
|
4815
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4816
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4817
|
+
nextToken: import_smithy_client.expectString,
|
|
4818
|
+
testCases: /* @__PURE__ */ __name((_) => de_AutomatedReasoningPolicyTestCaseList(_, context), "testCases")
|
|
4819
|
+
});
|
|
4820
|
+
Object.assign(contents, doc);
|
|
4821
|
+
return contents;
|
|
4822
|
+
}, "de_ListAutomatedReasoningPolicyTestCasesCommand");
|
|
4823
|
+
var de_ListAutomatedReasoningPolicyTestResultsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4824
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4825
|
+
return de_CommandError(output, context);
|
|
4826
|
+
}
|
|
4827
|
+
const contents = (0, import_smithy_client.map)({
|
|
4828
|
+
$metadata: deserializeMetadata(output)
|
|
4829
|
+
});
|
|
4830
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4831
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4832
|
+
nextToken: import_smithy_client.expectString,
|
|
4833
|
+
testResults: /* @__PURE__ */ __name((_) => de_AutomatedReasoningPolicyTestList(_, context), "testResults")
|
|
4834
|
+
});
|
|
4835
|
+
Object.assign(contents, doc);
|
|
4836
|
+
return contents;
|
|
4837
|
+
}, "de_ListAutomatedReasoningPolicyTestResultsCommand");
|
|
3383
4838
|
var de_ListCustomModelDeploymentsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3384
4839
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3385
4840
|
return de_CommandError(output, context);
|
|
@@ -3652,6 +5107,35 @@ var de_RegisterMarketplaceModelEndpointCommand = /* @__PURE__ */ __name(async (o
|
|
|
3652
5107
|
Object.assign(contents, doc);
|
|
3653
5108
|
return contents;
|
|
3654
5109
|
}, "de_RegisterMarketplaceModelEndpointCommand");
|
|
5110
|
+
var de_StartAutomatedReasoningPolicyBuildWorkflowCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5111
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5112
|
+
return de_CommandError(output, context);
|
|
5113
|
+
}
|
|
5114
|
+
const contents = (0, import_smithy_client.map)({
|
|
5115
|
+
$metadata: deserializeMetadata(output)
|
|
5116
|
+
});
|
|
5117
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
5118
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
5119
|
+
buildWorkflowId: import_smithy_client.expectString,
|
|
5120
|
+
policyArn: import_smithy_client.expectString
|
|
5121
|
+
});
|
|
5122
|
+
Object.assign(contents, doc);
|
|
5123
|
+
return contents;
|
|
5124
|
+
}, "de_StartAutomatedReasoningPolicyBuildWorkflowCommand");
|
|
5125
|
+
var de_StartAutomatedReasoningPolicyTestWorkflowCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5126
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5127
|
+
return de_CommandError(output, context);
|
|
5128
|
+
}
|
|
5129
|
+
const contents = (0, import_smithy_client.map)({
|
|
5130
|
+
$metadata: deserializeMetadata(output)
|
|
5131
|
+
});
|
|
5132
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
5133
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
5134
|
+
policyArn: import_smithy_client.expectString
|
|
5135
|
+
});
|
|
5136
|
+
Object.assign(contents, doc);
|
|
5137
|
+
return contents;
|
|
5138
|
+
}, "de_StartAutomatedReasoningPolicyTestWorkflowCommand");
|
|
3655
5139
|
var de_StopEvaluationJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3656
5140
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3657
5141
|
return de_CommandError(output, context);
|
|
@@ -3702,6 +5186,55 @@ var de_UntagResourceCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3702
5186
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
3703
5187
|
return contents;
|
|
3704
5188
|
}, "de_UntagResourceCommand");
|
|
5189
|
+
var de_UpdateAutomatedReasoningPolicyCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5190
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5191
|
+
return de_CommandError(output, context);
|
|
5192
|
+
}
|
|
5193
|
+
const contents = (0, import_smithy_client.map)({
|
|
5194
|
+
$metadata: deserializeMetadata(output)
|
|
5195
|
+
});
|
|
5196
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
5197
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
5198
|
+
definitionHash: import_smithy_client.expectString,
|
|
5199
|
+
name: import_smithy_client.expectString,
|
|
5200
|
+
policyArn: import_smithy_client.expectString,
|
|
5201
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
|
|
5202
|
+
});
|
|
5203
|
+
Object.assign(contents, doc);
|
|
5204
|
+
return contents;
|
|
5205
|
+
}, "de_UpdateAutomatedReasoningPolicyCommand");
|
|
5206
|
+
var de_UpdateAutomatedReasoningPolicyAnnotationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5207
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5208
|
+
return de_CommandError(output, context);
|
|
5209
|
+
}
|
|
5210
|
+
const contents = (0, import_smithy_client.map)({
|
|
5211
|
+
$metadata: deserializeMetadata(output)
|
|
5212
|
+
});
|
|
5213
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
5214
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
5215
|
+
annotationSetHash: import_smithy_client.expectString,
|
|
5216
|
+
buildWorkflowId: import_smithy_client.expectString,
|
|
5217
|
+
policyArn: import_smithy_client.expectString,
|
|
5218
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
|
|
5219
|
+
});
|
|
5220
|
+
Object.assign(contents, doc);
|
|
5221
|
+
return contents;
|
|
5222
|
+
}, "de_UpdateAutomatedReasoningPolicyAnnotationsCommand");
|
|
5223
|
+
var de_UpdateAutomatedReasoningPolicyTestCaseCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5224
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5225
|
+
return de_CommandError(output, context);
|
|
5226
|
+
}
|
|
5227
|
+
const contents = (0, import_smithy_client.map)({
|
|
5228
|
+
$metadata: deserializeMetadata(output)
|
|
5229
|
+
});
|
|
5230
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
5231
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
5232
|
+
policyArn: import_smithy_client.expectString,
|
|
5233
|
+
testCaseId: import_smithy_client.expectString
|
|
5234
|
+
});
|
|
5235
|
+
Object.assign(contents, doc);
|
|
5236
|
+
return contents;
|
|
5237
|
+
}, "de_UpdateAutomatedReasoningPolicyTestCaseCommand");
|
|
3705
5238
|
var de_UpdateGuardrailCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3706
5239
|
if (output.statusCode !== 202 && output.statusCode >= 300) {
|
|
3707
5240
|
return de_CommandError(output, context);
|
|
@@ -3774,6 +5307,9 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3774
5307
|
case "TooManyTagsException":
|
|
3775
5308
|
case "com.amazonaws.bedrock#TooManyTagsException":
|
|
3776
5309
|
throw await de_TooManyTagsExceptionRes(parsedOutput, context);
|
|
5310
|
+
case "ResourceInUseException":
|
|
5311
|
+
case "com.amazonaws.bedrock#ResourceInUseException":
|
|
5312
|
+
throw await de_ResourceInUseExceptionRes(parsedOutput, context);
|
|
3777
5313
|
case "ServiceUnavailableException":
|
|
3778
5314
|
case "com.amazonaws.bedrock#ServiceUnavailableException":
|
|
3779
5315
|
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
@@ -3826,6 +5362,19 @@ var de_InternalServerExceptionRes = /* @__PURE__ */ __name(async (parsedOutput,
|
|
|
3826
5362
|
});
|
|
3827
5363
|
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
3828
5364
|
}, "de_InternalServerExceptionRes");
|
|
5365
|
+
var de_ResourceInUseExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
5366
|
+
const contents = (0, import_smithy_client.map)({});
|
|
5367
|
+
const data = parsedOutput.body;
|
|
5368
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
5369
|
+
message: import_smithy_client.expectString
|
|
5370
|
+
});
|
|
5371
|
+
Object.assign(contents, doc);
|
|
5372
|
+
const exception = new ResourceInUseException({
|
|
5373
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
5374
|
+
...contents
|
|
5375
|
+
});
|
|
5376
|
+
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
5377
|
+
}, "de_ResourceInUseExceptionRes");
|
|
3829
5378
|
var de_ResourceNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
3830
5379
|
const contents = (0, import_smithy_client.map)({});
|
|
3831
5380
|
const data = parsedOutput.body;
|
|
@@ -3941,6 +5490,32 @@ var se_AutomatedEvaluationCustomMetricSource = /* @__PURE__ */ __name((input, co
|
|
|
3941
5490
|
_: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
|
|
3942
5491
|
});
|
|
3943
5492
|
}, "se_AutomatedEvaluationCustomMetricSource");
|
|
5493
|
+
var se_AutomatedReasoningPolicyBuildWorkflowDocument = /* @__PURE__ */ __name((input, context) => {
|
|
5494
|
+
return (0, import_smithy_client.take)(input, {
|
|
5495
|
+
document: context.base64Encoder,
|
|
5496
|
+
documentContentType: [],
|
|
5497
|
+
documentDescription: [],
|
|
5498
|
+
documentName: []
|
|
5499
|
+
});
|
|
5500
|
+
}, "se_AutomatedReasoningPolicyBuildWorkflowDocument");
|
|
5501
|
+
var se_AutomatedReasoningPolicyBuildWorkflowDocumentList = /* @__PURE__ */ __name((input, context) => {
|
|
5502
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
5503
|
+
return se_AutomatedReasoningPolicyBuildWorkflowDocument(entry, context);
|
|
5504
|
+
});
|
|
5505
|
+
}, "se_AutomatedReasoningPolicyBuildWorkflowDocumentList");
|
|
5506
|
+
var se_AutomatedReasoningPolicyBuildWorkflowSource = /* @__PURE__ */ __name((input, context) => {
|
|
5507
|
+
return (0, import_smithy_client.take)(input, {
|
|
5508
|
+
policyDefinition: import_smithy_client._json,
|
|
5509
|
+
workflowContent: /* @__PURE__ */ __name((_) => se_AutomatedReasoningPolicyWorkflowTypeContent(_, context), "workflowContent")
|
|
5510
|
+
});
|
|
5511
|
+
}, "se_AutomatedReasoningPolicyBuildWorkflowSource");
|
|
5512
|
+
var se_AutomatedReasoningPolicyWorkflowTypeContent = /* @__PURE__ */ __name((input, context) => {
|
|
5513
|
+
return AutomatedReasoningPolicyWorkflowTypeContent.visit(input, {
|
|
5514
|
+
documents: /* @__PURE__ */ __name((value) => ({ documents: se_AutomatedReasoningPolicyBuildWorkflowDocumentList(value, context) }), "documents"),
|
|
5515
|
+
policyRepairAssets: /* @__PURE__ */ __name((value) => ({ policyRepairAssets: (0, import_smithy_client._json)(value) }), "policyRepairAssets"),
|
|
5516
|
+
_: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
|
|
5517
|
+
});
|
|
5518
|
+
}, "se_AutomatedReasoningPolicyWorkflowTypeContent");
|
|
3944
5519
|
var se_ByteContentDoc = /* @__PURE__ */ __name((input, context) => {
|
|
3945
5520
|
return (0, import_smithy_client.take)(input, {
|
|
3946
5521
|
contentType: [],
|
|
@@ -4013,6 +5588,12 @@ var se_GenerationConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
|
4013
5588
|
promptTemplate: import_smithy_client._json
|
|
4014
5589
|
});
|
|
4015
5590
|
}, "se_GenerationConfiguration");
|
|
5591
|
+
var se_GuardrailAutomatedReasoningPolicyConfig = /* @__PURE__ */ __name((input, context) => {
|
|
5592
|
+
return (0, import_smithy_client.take)(input, {
|
|
5593
|
+
confidenceThreshold: import_smithy_client.serializeFloat,
|
|
5594
|
+
policies: import_smithy_client._json
|
|
5595
|
+
});
|
|
5596
|
+
}, "se_GuardrailAutomatedReasoningPolicyConfig");
|
|
4016
5597
|
var se_GuardrailContextualGroundingFilterConfig = /* @__PURE__ */ __name((input, context) => {
|
|
4017
5598
|
return (0, import_smithy_client.take)(input, {
|
|
4018
5599
|
action: [],
|
|
@@ -4184,27 +5765,223 @@ var de_AutomatedEvaluationConfig = /* @__PURE__ */ __name((output, context) => {
|
|
|
4184
5765
|
datasetMetricConfigs: import_smithy_client._json,
|
|
4185
5766
|
evaluatorModelConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "evaluatorModelConfig")
|
|
4186
5767
|
});
|
|
4187
|
-
}, "de_AutomatedEvaluationConfig");
|
|
4188
|
-
var de_AutomatedEvaluationCustomMetricConfig = /* @__PURE__ */ __name((output, context) => {
|
|
5768
|
+
}, "de_AutomatedEvaluationConfig");
|
|
5769
|
+
var de_AutomatedEvaluationCustomMetricConfig = /* @__PURE__ */ __name((output, context) => {
|
|
5770
|
+
return (0, import_smithy_client.take)(output, {
|
|
5771
|
+
customMetrics: /* @__PURE__ */ __name((_) => de_AutomatedEvaluationCustomMetrics(_, context), "customMetrics"),
|
|
5772
|
+
evaluatorModelConfig: import_smithy_client._json
|
|
5773
|
+
});
|
|
5774
|
+
}, "de_AutomatedEvaluationCustomMetricConfig");
|
|
5775
|
+
var de_AutomatedEvaluationCustomMetrics = /* @__PURE__ */ __name((output, context) => {
|
|
5776
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
5777
|
+
return de_AutomatedEvaluationCustomMetricSource((0, import_core2.awsExpectUnion)(entry), context);
|
|
5778
|
+
});
|
|
5779
|
+
return retVal;
|
|
5780
|
+
}, "de_AutomatedEvaluationCustomMetrics");
|
|
5781
|
+
var de_AutomatedEvaluationCustomMetricSource = /* @__PURE__ */ __name((output, context) => {
|
|
5782
|
+
if (output.customMetricDefinition != null) {
|
|
5783
|
+
return {
|
|
5784
|
+
customMetricDefinition: de_CustomMetricDefinition(output.customMetricDefinition, context)
|
|
5785
|
+
};
|
|
5786
|
+
}
|
|
5787
|
+
return { $unknown: Object.entries(output)[0] };
|
|
5788
|
+
}, "de_AutomatedEvaluationCustomMetricSource");
|
|
5789
|
+
var de_AutomatedReasoningCheckFinding = /* @__PURE__ */ __name((output, context) => {
|
|
5790
|
+
if (output.impossible != null) {
|
|
5791
|
+
return {
|
|
5792
|
+
impossible: de_AutomatedReasoningCheckImpossibleFinding(output.impossible, context)
|
|
5793
|
+
};
|
|
5794
|
+
}
|
|
5795
|
+
if (output.invalid != null) {
|
|
5796
|
+
return {
|
|
5797
|
+
invalid: de_AutomatedReasoningCheckInvalidFinding(output.invalid, context)
|
|
5798
|
+
};
|
|
5799
|
+
}
|
|
5800
|
+
if (output.noTranslations != null) {
|
|
5801
|
+
return {
|
|
5802
|
+
noTranslations: (0, import_smithy_client._json)(output.noTranslations)
|
|
5803
|
+
};
|
|
5804
|
+
}
|
|
5805
|
+
if (output.satisfiable != null) {
|
|
5806
|
+
return {
|
|
5807
|
+
satisfiable: de_AutomatedReasoningCheckSatisfiableFinding(output.satisfiable, context)
|
|
5808
|
+
};
|
|
5809
|
+
}
|
|
5810
|
+
if (output.tooComplex != null) {
|
|
5811
|
+
return {
|
|
5812
|
+
tooComplex: (0, import_smithy_client._json)(output.tooComplex)
|
|
5813
|
+
};
|
|
5814
|
+
}
|
|
5815
|
+
if (output.translationAmbiguous != null) {
|
|
5816
|
+
return {
|
|
5817
|
+
translationAmbiguous: de_AutomatedReasoningCheckTranslationAmbiguousFinding(output.translationAmbiguous, context)
|
|
5818
|
+
};
|
|
5819
|
+
}
|
|
5820
|
+
if (output.valid != null) {
|
|
5821
|
+
return {
|
|
5822
|
+
valid: de_AutomatedReasoningCheckValidFinding(output.valid, context)
|
|
5823
|
+
};
|
|
5824
|
+
}
|
|
5825
|
+
return { $unknown: Object.entries(output)[0] };
|
|
5826
|
+
}, "de_AutomatedReasoningCheckFinding");
|
|
5827
|
+
var de_AutomatedReasoningCheckFindingList = /* @__PURE__ */ __name((output, context) => {
|
|
5828
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
5829
|
+
return de_AutomatedReasoningCheckFinding((0, import_core2.awsExpectUnion)(entry), context);
|
|
5830
|
+
});
|
|
5831
|
+
return retVal;
|
|
5832
|
+
}, "de_AutomatedReasoningCheckFindingList");
|
|
5833
|
+
var de_AutomatedReasoningCheckImpossibleFinding = /* @__PURE__ */ __name((output, context) => {
|
|
5834
|
+
return (0, import_smithy_client.take)(output, {
|
|
5835
|
+
contradictingRules: import_smithy_client._json,
|
|
5836
|
+
logicWarning: import_smithy_client._json,
|
|
5837
|
+
translation: /* @__PURE__ */ __name((_) => de_AutomatedReasoningCheckTranslation(_, context), "translation")
|
|
5838
|
+
});
|
|
5839
|
+
}, "de_AutomatedReasoningCheckImpossibleFinding");
|
|
5840
|
+
var de_AutomatedReasoningCheckInvalidFinding = /* @__PURE__ */ __name((output, context) => {
|
|
5841
|
+
return (0, import_smithy_client.take)(output, {
|
|
5842
|
+
contradictingRules: import_smithy_client._json,
|
|
5843
|
+
logicWarning: import_smithy_client._json,
|
|
5844
|
+
translation: /* @__PURE__ */ __name((_) => de_AutomatedReasoningCheckTranslation(_, context), "translation")
|
|
5845
|
+
});
|
|
5846
|
+
}, "de_AutomatedReasoningCheckInvalidFinding");
|
|
5847
|
+
var de_AutomatedReasoningCheckSatisfiableFinding = /* @__PURE__ */ __name((output, context) => {
|
|
5848
|
+
return (0, import_smithy_client.take)(output, {
|
|
5849
|
+
claimsFalseScenario: import_smithy_client._json,
|
|
5850
|
+
claimsTrueScenario: import_smithy_client._json,
|
|
5851
|
+
logicWarning: import_smithy_client._json,
|
|
5852
|
+
translation: /* @__PURE__ */ __name((_) => de_AutomatedReasoningCheckTranslation(_, context), "translation")
|
|
5853
|
+
});
|
|
5854
|
+
}, "de_AutomatedReasoningCheckSatisfiableFinding");
|
|
5855
|
+
var de_AutomatedReasoningCheckTranslation = /* @__PURE__ */ __name((output, context) => {
|
|
5856
|
+
return (0, import_smithy_client.take)(output, {
|
|
5857
|
+
claims: import_smithy_client._json,
|
|
5858
|
+
confidence: import_smithy_client.limitedParseDouble,
|
|
5859
|
+
premises: import_smithy_client._json,
|
|
5860
|
+
untranslatedClaims: import_smithy_client._json,
|
|
5861
|
+
untranslatedPremises: import_smithy_client._json
|
|
5862
|
+
});
|
|
5863
|
+
}, "de_AutomatedReasoningCheckTranslation");
|
|
5864
|
+
var de_AutomatedReasoningCheckTranslationAmbiguousFinding = /* @__PURE__ */ __name((output, context) => {
|
|
5865
|
+
return (0, import_smithy_client.take)(output, {
|
|
5866
|
+
differenceScenarios: import_smithy_client._json,
|
|
5867
|
+
options: /* @__PURE__ */ __name((_) => de_AutomatedReasoningCheckTranslationOptionList(_, context), "options")
|
|
5868
|
+
});
|
|
5869
|
+
}, "de_AutomatedReasoningCheckTranslationAmbiguousFinding");
|
|
5870
|
+
var de_AutomatedReasoningCheckTranslationList = /* @__PURE__ */ __name((output, context) => {
|
|
5871
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
5872
|
+
return de_AutomatedReasoningCheckTranslation(entry, context);
|
|
5873
|
+
});
|
|
5874
|
+
return retVal;
|
|
5875
|
+
}, "de_AutomatedReasoningCheckTranslationList");
|
|
5876
|
+
var de_AutomatedReasoningCheckTranslationOption = /* @__PURE__ */ __name((output, context) => {
|
|
4189
5877
|
return (0, import_smithy_client.take)(output, {
|
|
4190
|
-
|
|
4191
|
-
evaluatorModelConfig: import_smithy_client._json
|
|
5878
|
+
translations: /* @__PURE__ */ __name((_) => de_AutomatedReasoningCheckTranslationList(_, context), "translations")
|
|
4192
5879
|
});
|
|
4193
|
-
}, "
|
|
4194
|
-
var
|
|
5880
|
+
}, "de_AutomatedReasoningCheckTranslationOption");
|
|
5881
|
+
var de_AutomatedReasoningCheckTranslationOptionList = /* @__PURE__ */ __name((output, context) => {
|
|
4195
5882
|
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
4196
|
-
return
|
|
5883
|
+
return de_AutomatedReasoningCheckTranslationOption(entry, context);
|
|
4197
5884
|
});
|
|
4198
5885
|
return retVal;
|
|
4199
|
-
}, "
|
|
4200
|
-
var
|
|
4201
|
-
|
|
5886
|
+
}, "de_AutomatedReasoningCheckTranslationOptionList");
|
|
5887
|
+
var de_AutomatedReasoningCheckValidFinding = /* @__PURE__ */ __name((output, context) => {
|
|
5888
|
+
return (0, import_smithy_client.take)(output, {
|
|
5889
|
+
claimsTrueScenario: import_smithy_client._json,
|
|
5890
|
+
logicWarning: import_smithy_client._json,
|
|
5891
|
+
supportingRules: import_smithy_client._json,
|
|
5892
|
+
translation: /* @__PURE__ */ __name((_) => de_AutomatedReasoningCheckTranslation(_, context), "translation")
|
|
5893
|
+
});
|
|
5894
|
+
}, "de_AutomatedReasoningCheckValidFinding");
|
|
5895
|
+
var de_AutomatedReasoningPolicyBuildLog = /* @__PURE__ */ __name((output, context) => {
|
|
5896
|
+
return (0, import_smithy_client.take)(output, {
|
|
5897
|
+
entries: import_smithy_client._json
|
|
5898
|
+
});
|
|
5899
|
+
}, "de_AutomatedReasoningPolicyBuildLog");
|
|
5900
|
+
var de_AutomatedReasoningPolicyBuildResultAssets = /* @__PURE__ */ __name((output, context) => {
|
|
5901
|
+
if (output.buildLog != null) {
|
|
4202
5902
|
return {
|
|
4203
|
-
|
|
5903
|
+
buildLog: de_AutomatedReasoningPolicyBuildLog(output.buildLog, context)
|
|
5904
|
+
};
|
|
5905
|
+
}
|
|
5906
|
+
if (output.policyDefinition != null) {
|
|
5907
|
+
return {
|
|
5908
|
+
policyDefinition: (0, import_smithy_client._json)(output.policyDefinition)
|
|
5909
|
+
};
|
|
5910
|
+
}
|
|
5911
|
+
if (output.qualityReport != null) {
|
|
5912
|
+
return {
|
|
5913
|
+
qualityReport: (0, import_smithy_client._json)(output.qualityReport)
|
|
4204
5914
|
};
|
|
4205
5915
|
}
|
|
4206
5916
|
return { $unknown: Object.entries(output)[0] };
|
|
4207
|
-
}, "
|
|
5917
|
+
}, "de_AutomatedReasoningPolicyBuildResultAssets");
|
|
5918
|
+
var de_AutomatedReasoningPolicyBuildWorkflowSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
5919
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
5920
|
+
return de_AutomatedReasoningPolicyBuildWorkflowSummary(entry, context);
|
|
5921
|
+
});
|
|
5922
|
+
return retVal;
|
|
5923
|
+
}, "de_AutomatedReasoningPolicyBuildWorkflowSummaries");
|
|
5924
|
+
var de_AutomatedReasoningPolicyBuildWorkflowSummary = /* @__PURE__ */ __name((output, context) => {
|
|
5925
|
+
return (0, import_smithy_client.take)(output, {
|
|
5926
|
+
buildWorkflowId: import_smithy_client.expectString,
|
|
5927
|
+
buildWorkflowType: import_smithy_client.expectString,
|
|
5928
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
5929
|
+
policyArn: import_smithy_client.expectString,
|
|
5930
|
+
status: import_smithy_client.expectString,
|
|
5931
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
|
|
5932
|
+
});
|
|
5933
|
+
}, "de_AutomatedReasoningPolicyBuildWorkflowSummary");
|
|
5934
|
+
var de_AutomatedReasoningPolicySummaries = /* @__PURE__ */ __name((output, context) => {
|
|
5935
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
5936
|
+
return de_AutomatedReasoningPolicySummary(entry, context);
|
|
5937
|
+
});
|
|
5938
|
+
return retVal;
|
|
5939
|
+
}, "de_AutomatedReasoningPolicySummaries");
|
|
5940
|
+
var de_AutomatedReasoningPolicySummary = /* @__PURE__ */ __name((output, context) => {
|
|
5941
|
+
return (0, import_smithy_client.take)(output, {
|
|
5942
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
5943
|
+
description: import_smithy_client.expectString,
|
|
5944
|
+
name: import_smithy_client.expectString,
|
|
5945
|
+
policyArn: import_smithy_client.expectString,
|
|
5946
|
+
policyId: import_smithy_client.expectString,
|
|
5947
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt"),
|
|
5948
|
+
version: import_smithy_client.expectString
|
|
5949
|
+
});
|
|
5950
|
+
}, "de_AutomatedReasoningPolicySummary");
|
|
5951
|
+
var de_AutomatedReasoningPolicyTestCase = /* @__PURE__ */ __name((output, context) => {
|
|
5952
|
+
return (0, import_smithy_client.take)(output, {
|
|
5953
|
+
confidenceThreshold: import_smithy_client.limitedParseDouble,
|
|
5954
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
5955
|
+
expectedAggregatedFindingsResult: import_smithy_client.expectString,
|
|
5956
|
+
guardContent: import_smithy_client.expectString,
|
|
5957
|
+
queryContent: import_smithy_client.expectString,
|
|
5958
|
+
testCaseId: import_smithy_client.expectString,
|
|
5959
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
|
|
5960
|
+
});
|
|
5961
|
+
}, "de_AutomatedReasoningPolicyTestCase");
|
|
5962
|
+
var de_AutomatedReasoningPolicyTestCaseList = /* @__PURE__ */ __name((output, context) => {
|
|
5963
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
5964
|
+
return de_AutomatedReasoningPolicyTestCase(entry, context);
|
|
5965
|
+
});
|
|
5966
|
+
return retVal;
|
|
5967
|
+
}, "de_AutomatedReasoningPolicyTestCaseList");
|
|
5968
|
+
var de_AutomatedReasoningPolicyTestList = /* @__PURE__ */ __name((output, context) => {
|
|
5969
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
5970
|
+
return de_AutomatedReasoningPolicyTestResult(entry, context);
|
|
5971
|
+
});
|
|
5972
|
+
return retVal;
|
|
5973
|
+
}, "de_AutomatedReasoningPolicyTestList");
|
|
5974
|
+
var de_AutomatedReasoningPolicyTestResult = /* @__PURE__ */ __name((output, context) => {
|
|
5975
|
+
return (0, import_smithy_client.take)(output, {
|
|
5976
|
+
aggregatedTestFindingsResult: import_smithy_client.expectString,
|
|
5977
|
+
policyArn: import_smithy_client.expectString,
|
|
5978
|
+
testCase: /* @__PURE__ */ __name((_) => de_AutomatedReasoningPolicyTestCase(_, context), "testCase"),
|
|
5979
|
+
testFindings: /* @__PURE__ */ __name((_) => de_AutomatedReasoningCheckFindingList(_, context), "testFindings"),
|
|
5980
|
+
testRunResult: import_smithy_client.expectString,
|
|
5981
|
+
testRunStatus: import_smithy_client.expectString,
|
|
5982
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
|
|
5983
|
+
});
|
|
5984
|
+
}, "de_AutomatedReasoningPolicyTestResult");
|
|
4208
5985
|
var de_ByteContentDoc = /* @__PURE__ */ __name((output, context) => {
|
|
4209
5986
|
return (0, import_smithy_client.take)(output, {
|
|
4210
5987
|
contentType: import_smithy_client.expectString,
|
|
@@ -4354,6 +6131,12 @@ var de_GenerationConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
|
4354
6131
|
promptTemplate: import_smithy_client._json
|
|
4355
6132
|
});
|
|
4356
6133
|
}, "de_GenerationConfiguration");
|
|
6134
|
+
var de_GuardrailAutomatedReasoningPolicy = /* @__PURE__ */ __name((output, context) => {
|
|
6135
|
+
return (0, import_smithy_client.take)(output, {
|
|
6136
|
+
confidenceThreshold: import_smithy_client.limitedParseDouble,
|
|
6137
|
+
policies: import_smithy_client._json
|
|
6138
|
+
});
|
|
6139
|
+
}, "de_GuardrailAutomatedReasoningPolicy");
|
|
4357
6140
|
var de_GuardrailContextualGroundingFilter = /* @__PURE__ */ __name((output, context) => {
|
|
4358
6141
|
return (0, import_smithy_client.take)(output, {
|
|
4359
6142
|
action: import_smithy_client.expectString,
|
|
@@ -4825,6 +6608,7 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
4825
6608
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
4826
6609
|
cfId: output.headers["x-amz-cf-id"]
|
|
4827
6610
|
}), "deserializeMetadata");
|
|
6611
|
+
var _aT = "assetType";
|
|
4828
6612
|
var _aTE = "applicationTypeEquals";
|
|
4829
6613
|
var _bCT = "byCustomizationType";
|
|
4830
6614
|
var _bIT = "byInferenceType";
|
|
@@ -4833,12 +6617,14 @@ var _bOM = "byOutputModality";
|
|
|
4833
6617
|
var _bP = "byProvider";
|
|
4834
6618
|
var _cA = "createdAfter";
|
|
4835
6619
|
var _cB = "createdBefore";
|
|
6620
|
+
var _cRT = "clientRequestToken";
|
|
4836
6621
|
var _cTA = "creationTimeAfter";
|
|
4837
6622
|
var _cTB = "creationTimeBefore";
|
|
4838
6623
|
var _fMAE = "foundationModelArnEquals";
|
|
4839
6624
|
var _gI = "guardrailIdentifier";
|
|
4840
6625
|
var _gV = "guardrailVersion";
|
|
4841
6626
|
var _iO = "isOwned";
|
|
6627
|
+
var _lUA = "lastUpdatedAt";
|
|
4842
6628
|
var _mAE = "modelArnEquals";
|
|
4843
6629
|
var _mR = "maxResults";
|
|
4844
6630
|
var _mS = "modelStatus";
|
|
@@ -4848,6 +6634,7 @@ var _nC = "nameContains";
|
|
|
4848
6634
|
var _nT = "nextToken";
|
|
4849
6635
|
var _oMNC = "outputModelNameContains";
|
|
4850
6636
|
var _oT = "offerType";
|
|
6637
|
+
var _pA = "policyArn";
|
|
4851
6638
|
var _sAE = "sourceAccountEquals";
|
|
4852
6639
|
var _sB = "sortBy";
|
|
4853
6640
|
var _sE = "statusEquals";
|
|
@@ -4858,6 +6645,8 @@ var _sTB = "submitTimeBefore";
|
|
|
4858
6645
|
var _t = "type";
|
|
4859
6646
|
var _tE = "typeEquals";
|
|
4860
6647
|
var _tMNC = "targetModelNameContains";
|
|
6648
|
+
var _uA = "updatedAt";
|
|
6649
|
+
var _xact = "x-amz-client-token";
|
|
4861
6650
|
|
|
4862
6651
|
// src/commands/BatchDeleteEvaluationJobCommand.ts
|
|
4863
6652
|
var BatchDeleteEvaluationJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
@@ -4871,6 +6660,66 @@ var BatchDeleteEvaluationJobCommand = class extends import_smithy_client.Command
|
|
|
4871
6660
|
}
|
|
4872
6661
|
};
|
|
4873
6662
|
|
|
6663
|
+
// src/commands/CancelAutomatedReasoningPolicyBuildWorkflowCommand.ts
|
|
6664
|
+
|
|
6665
|
+
|
|
6666
|
+
|
|
6667
|
+
var CancelAutomatedReasoningPolicyBuildWorkflowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6668
|
+
return [
|
|
6669
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6670
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6671
|
+
];
|
|
6672
|
+
}).s("AmazonBedrockControlPlaneService", "CancelAutomatedReasoningPolicyBuildWorkflow", {}).n("BedrockClient", "CancelAutomatedReasoningPolicyBuildWorkflowCommand").f(void 0, void 0).ser(se_CancelAutomatedReasoningPolicyBuildWorkflowCommand).de(de_CancelAutomatedReasoningPolicyBuildWorkflowCommand).build() {
|
|
6673
|
+
static {
|
|
6674
|
+
__name(this, "CancelAutomatedReasoningPolicyBuildWorkflowCommand");
|
|
6675
|
+
}
|
|
6676
|
+
};
|
|
6677
|
+
|
|
6678
|
+
// src/commands/CreateAutomatedReasoningPolicyCommand.ts
|
|
6679
|
+
|
|
6680
|
+
|
|
6681
|
+
|
|
6682
|
+
var CreateAutomatedReasoningPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6683
|
+
return [
|
|
6684
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6685
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6686
|
+
];
|
|
6687
|
+
}).s("AmazonBedrockControlPlaneService", "CreateAutomatedReasoningPolicy", {}).n("BedrockClient", "CreateAutomatedReasoningPolicyCommand").f(CreateAutomatedReasoningPolicyRequestFilterSensitiveLog, CreateAutomatedReasoningPolicyResponseFilterSensitiveLog).ser(se_CreateAutomatedReasoningPolicyCommand).de(de_CreateAutomatedReasoningPolicyCommand).build() {
|
|
6688
|
+
static {
|
|
6689
|
+
__name(this, "CreateAutomatedReasoningPolicyCommand");
|
|
6690
|
+
}
|
|
6691
|
+
};
|
|
6692
|
+
|
|
6693
|
+
// src/commands/CreateAutomatedReasoningPolicyTestCaseCommand.ts
|
|
6694
|
+
|
|
6695
|
+
|
|
6696
|
+
|
|
6697
|
+
var CreateAutomatedReasoningPolicyTestCaseCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6698
|
+
return [
|
|
6699
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6700
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6701
|
+
];
|
|
6702
|
+
}).s("AmazonBedrockControlPlaneService", "CreateAutomatedReasoningPolicyTestCase", {}).n("BedrockClient", "CreateAutomatedReasoningPolicyTestCaseCommand").f(CreateAutomatedReasoningPolicyTestCaseRequestFilterSensitiveLog, void 0).ser(se_CreateAutomatedReasoningPolicyTestCaseCommand).de(de_CreateAutomatedReasoningPolicyTestCaseCommand).build() {
|
|
6703
|
+
static {
|
|
6704
|
+
__name(this, "CreateAutomatedReasoningPolicyTestCaseCommand");
|
|
6705
|
+
}
|
|
6706
|
+
};
|
|
6707
|
+
|
|
6708
|
+
// src/commands/CreateAutomatedReasoningPolicyVersionCommand.ts
|
|
6709
|
+
|
|
6710
|
+
|
|
6711
|
+
|
|
6712
|
+
var CreateAutomatedReasoningPolicyVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6713
|
+
return [
|
|
6714
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6715
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6716
|
+
];
|
|
6717
|
+
}).s("AmazonBedrockControlPlaneService", "CreateAutomatedReasoningPolicyVersion", {}).n("BedrockClient", "CreateAutomatedReasoningPolicyVersionCommand").f(void 0, CreateAutomatedReasoningPolicyVersionResponseFilterSensitiveLog).ser(se_CreateAutomatedReasoningPolicyVersionCommand).de(de_CreateAutomatedReasoningPolicyVersionCommand).build() {
|
|
6718
|
+
static {
|
|
6719
|
+
__name(this, "CreateAutomatedReasoningPolicyVersionCommand");
|
|
6720
|
+
}
|
|
6721
|
+
};
|
|
6722
|
+
|
|
4874
6723
|
// src/commands/CreateCustomModelCommand.ts
|
|
4875
6724
|
|
|
4876
6725
|
|
|
@@ -5032,217 +6881,382 @@ var CreateModelImportJobCommand = class extends import_smithy_client.Command.cla
|
|
|
5032
6881
|
];
|
|
5033
6882
|
}).s("AmazonBedrockControlPlaneService", "CreateModelImportJob", {}).n("BedrockClient", "CreateModelImportJobCommand").f(void 0, void 0).ser(se_CreateModelImportJobCommand).de(de_CreateModelImportJobCommand).build() {
|
|
5034
6883
|
static {
|
|
5035
|
-
__name(this, "CreateModelImportJobCommand");
|
|
6884
|
+
__name(this, "CreateModelImportJobCommand");
|
|
6885
|
+
}
|
|
6886
|
+
};
|
|
6887
|
+
|
|
6888
|
+
// src/commands/CreateModelInvocationJobCommand.ts
|
|
6889
|
+
|
|
6890
|
+
|
|
6891
|
+
|
|
6892
|
+
var CreateModelInvocationJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6893
|
+
return [
|
|
6894
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6895
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6896
|
+
];
|
|
6897
|
+
}).s("AmazonBedrockControlPlaneService", "CreateModelInvocationJob", {}).n("BedrockClient", "CreateModelInvocationJobCommand").f(void 0, void 0).ser(se_CreateModelInvocationJobCommand).de(de_CreateModelInvocationJobCommand).build() {
|
|
6898
|
+
static {
|
|
6899
|
+
__name(this, "CreateModelInvocationJobCommand");
|
|
6900
|
+
}
|
|
6901
|
+
};
|
|
6902
|
+
|
|
6903
|
+
// src/commands/CreatePromptRouterCommand.ts
|
|
6904
|
+
|
|
6905
|
+
|
|
6906
|
+
|
|
6907
|
+
var CreatePromptRouterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6908
|
+
return [
|
|
6909
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6910
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6911
|
+
];
|
|
6912
|
+
}).s("AmazonBedrockControlPlaneService", "CreatePromptRouter", {}).n("BedrockClient", "CreatePromptRouterCommand").f(CreatePromptRouterRequestFilterSensitiveLog, void 0).ser(se_CreatePromptRouterCommand).de(de_CreatePromptRouterCommand).build() {
|
|
6913
|
+
static {
|
|
6914
|
+
__name(this, "CreatePromptRouterCommand");
|
|
6915
|
+
}
|
|
6916
|
+
};
|
|
6917
|
+
|
|
6918
|
+
// src/commands/CreateProvisionedModelThroughputCommand.ts
|
|
6919
|
+
|
|
6920
|
+
|
|
6921
|
+
|
|
6922
|
+
var CreateProvisionedModelThroughputCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6923
|
+
return [
|
|
6924
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6925
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6926
|
+
];
|
|
6927
|
+
}).s("AmazonBedrockControlPlaneService", "CreateProvisionedModelThroughput", {}).n("BedrockClient", "CreateProvisionedModelThroughputCommand").f(void 0, void 0).ser(se_CreateProvisionedModelThroughputCommand).de(de_CreateProvisionedModelThroughputCommand).build() {
|
|
6928
|
+
static {
|
|
6929
|
+
__name(this, "CreateProvisionedModelThroughputCommand");
|
|
6930
|
+
}
|
|
6931
|
+
};
|
|
6932
|
+
|
|
6933
|
+
// src/commands/DeleteAutomatedReasoningPolicyBuildWorkflowCommand.ts
|
|
6934
|
+
|
|
6935
|
+
|
|
6936
|
+
|
|
6937
|
+
var DeleteAutomatedReasoningPolicyBuildWorkflowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6938
|
+
return [
|
|
6939
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6940
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6941
|
+
];
|
|
6942
|
+
}).s("AmazonBedrockControlPlaneService", "DeleteAutomatedReasoningPolicyBuildWorkflow", {}).n("BedrockClient", "DeleteAutomatedReasoningPolicyBuildWorkflowCommand").f(void 0, void 0).ser(se_DeleteAutomatedReasoningPolicyBuildWorkflowCommand).de(de_DeleteAutomatedReasoningPolicyBuildWorkflowCommand).build() {
|
|
6943
|
+
static {
|
|
6944
|
+
__name(this, "DeleteAutomatedReasoningPolicyBuildWorkflowCommand");
|
|
6945
|
+
}
|
|
6946
|
+
};
|
|
6947
|
+
|
|
6948
|
+
// src/commands/DeleteAutomatedReasoningPolicyCommand.ts
|
|
6949
|
+
|
|
6950
|
+
|
|
6951
|
+
|
|
6952
|
+
var DeleteAutomatedReasoningPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6953
|
+
return [
|
|
6954
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6955
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6956
|
+
];
|
|
6957
|
+
}).s("AmazonBedrockControlPlaneService", "DeleteAutomatedReasoningPolicy", {}).n("BedrockClient", "DeleteAutomatedReasoningPolicyCommand").f(void 0, void 0).ser(se_DeleteAutomatedReasoningPolicyCommand).de(de_DeleteAutomatedReasoningPolicyCommand).build() {
|
|
6958
|
+
static {
|
|
6959
|
+
__name(this, "DeleteAutomatedReasoningPolicyCommand");
|
|
6960
|
+
}
|
|
6961
|
+
};
|
|
6962
|
+
|
|
6963
|
+
// src/commands/DeleteAutomatedReasoningPolicyTestCaseCommand.ts
|
|
6964
|
+
|
|
6965
|
+
|
|
6966
|
+
|
|
6967
|
+
var DeleteAutomatedReasoningPolicyTestCaseCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6968
|
+
return [
|
|
6969
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6970
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6971
|
+
];
|
|
6972
|
+
}).s("AmazonBedrockControlPlaneService", "DeleteAutomatedReasoningPolicyTestCase", {}).n("BedrockClient", "DeleteAutomatedReasoningPolicyTestCaseCommand").f(void 0, void 0).ser(se_DeleteAutomatedReasoningPolicyTestCaseCommand).de(de_DeleteAutomatedReasoningPolicyTestCaseCommand).build() {
|
|
6973
|
+
static {
|
|
6974
|
+
__name(this, "DeleteAutomatedReasoningPolicyTestCaseCommand");
|
|
6975
|
+
}
|
|
6976
|
+
};
|
|
6977
|
+
|
|
6978
|
+
// src/commands/DeleteCustomModelCommand.ts
|
|
6979
|
+
|
|
6980
|
+
|
|
6981
|
+
|
|
6982
|
+
var DeleteCustomModelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6983
|
+
return [
|
|
6984
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6985
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6986
|
+
];
|
|
6987
|
+
}).s("AmazonBedrockControlPlaneService", "DeleteCustomModel", {}).n("BedrockClient", "DeleteCustomModelCommand").f(void 0, void 0).ser(se_DeleteCustomModelCommand).de(de_DeleteCustomModelCommand).build() {
|
|
6988
|
+
static {
|
|
6989
|
+
__name(this, "DeleteCustomModelCommand");
|
|
6990
|
+
}
|
|
6991
|
+
};
|
|
6992
|
+
|
|
6993
|
+
// src/commands/DeleteCustomModelDeploymentCommand.ts
|
|
6994
|
+
|
|
6995
|
+
|
|
6996
|
+
|
|
6997
|
+
var DeleteCustomModelDeploymentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6998
|
+
return [
|
|
6999
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7000
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7001
|
+
];
|
|
7002
|
+
}).s("AmazonBedrockControlPlaneService", "DeleteCustomModelDeployment", {}).n("BedrockClient", "DeleteCustomModelDeploymentCommand").f(void 0, void 0).ser(se_DeleteCustomModelDeploymentCommand).de(de_DeleteCustomModelDeploymentCommand).build() {
|
|
7003
|
+
static {
|
|
7004
|
+
__name(this, "DeleteCustomModelDeploymentCommand");
|
|
7005
|
+
}
|
|
7006
|
+
};
|
|
7007
|
+
|
|
7008
|
+
// src/commands/DeleteFoundationModelAgreementCommand.ts
|
|
7009
|
+
|
|
7010
|
+
|
|
7011
|
+
|
|
7012
|
+
var DeleteFoundationModelAgreementCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7013
|
+
return [
|
|
7014
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7015
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7016
|
+
];
|
|
7017
|
+
}).s("AmazonBedrockControlPlaneService", "DeleteFoundationModelAgreement", {}).n("BedrockClient", "DeleteFoundationModelAgreementCommand").f(void 0, void 0).ser(se_DeleteFoundationModelAgreementCommand).de(de_DeleteFoundationModelAgreementCommand).build() {
|
|
7018
|
+
static {
|
|
7019
|
+
__name(this, "DeleteFoundationModelAgreementCommand");
|
|
7020
|
+
}
|
|
7021
|
+
};
|
|
7022
|
+
|
|
7023
|
+
// src/commands/DeleteGuardrailCommand.ts
|
|
7024
|
+
|
|
7025
|
+
|
|
7026
|
+
|
|
7027
|
+
var DeleteGuardrailCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7028
|
+
return [
|
|
7029
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7030
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7031
|
+
];
|
|
7032
|
+
}).s("AmazonBedrockControlPlaneService", "DeleteGuardrail", {}).n("BedrockClient", "DeleteGuardrailCommand").f(void 0, void 0).ser(se_DeleteGuardrailCommand).de(de_DeleteGuardrailCommand).build() {
|
|
7033
|
+
static {
|
|
7034
|
+
__name(this, "DeleteGuardrailCommand");
|
|
7035
|
+
}
|
|
7036
|
+
};
|
|
7037
|
+
|
|
7038
|
+
// src/commands/DeleteImportedModelCommand.ts
|
|
7039
|
+
|
|
7040
|
+
|
|
7041
|
+
|
|
7042
|
+
var DeleteImportedModelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7043
|
+
return [
|
|
7044
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7045
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7046
|
+
];
|
|
7047
|
+
}).s("AmazonBedrockControlPlaneService", "DeleteImportedModel", {}).n("BedrockClient", "DeleteImportedModelCommand").f(void 0, void 0).ser(se_DeleteImportedModelCommand).de(de_DeleteImportedModelCommand).build() {
|
|
7048
|
+
static {
|
|
7049
|
+
__name(this, "DeleteImportedModelCommand");
|
|
5036
7050
|
}
|
|
5037
7051
|
};
|
|
5038
7052
|
|
|
5039
|
-
// src/commands/
|
|
7053
|
+
// src/commands/DeleteInferenceProfileCommand.ts
|
|
5040
7054
|
|
|
5041
7055
|
|
|
5042
7056
|
|
|
5043
|
-
var
|
|
7057
|
+
var DeleteInferenceProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5044
7058
|
return [
|
|
5045
7059
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5046
7060
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5047
7061
|
];
|
|
5048
|
-
}).s("AmazonBedrockControlPlaneService", "
|
|
7062
|
+
}).s("AmazonBedrockControlPlaneService", "DeleteInferenceProfile", {}).n("BedrockClient", "DeleteInferenceProfileCommand").f(void 0, void 0).ser(se_DeleteInferenceProfileCommand).de(de_DeleteInferenceProfileCommand).build() {
|
|
5049
7063
|
static {
|
|
5050
|
-
__name(this, "
|
|
7064
|
+
__name(this, "DeleteInferenceProfileCommand");
|
|
5051
7065
|
}
|
|
5052
7066
|
};
|
|
5053
7067
|
|
|
5054
|
-
// src/commands/
|
|
7068
|
+
// src/commands/DeleteMarketplaceModelEndpointCommand.ts
|
|
5055
7069
|
|
|
5056
7070
|
|
|
5057
7071
|
|
|
5058
|
-
var
|
|
7072
|
+
var DeleteMarketplaceModelEndpointCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5059
7073
|
return [
|
|
5060
7074
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5061
7075
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5062
7076
|
];
|
|
5063
|
-
}).s("AmazonBedrockControlPlaneService", "
|
|
7077
|
+
}).s("AmazonBedrockControlPlaneService", "DeleteMarketplaceModelEndpoint", {}).n("BedrockClient", "DeleteMarketplaceModelEndpointCommand").f(void 0, void 0).ser(se_DeleteMarketplaceModelEndpointCommand).de(de_DeleteMarketplaceModelEndpointCommand).build() {
|
|
5064
7078
|
static {
|
|
5065
|
-
__name(this, "
|
|
7079
|
+
__name(this, "DeleteMarketplaceModelEndpointCommand");
|
|
5066
7080
|
}
|
|
5067
7081
|
};
|
|
5068
7082
|
|
|
5069
|
-
// src/commands/
|
|
7083
|
+
// src/commands/DeleteModelInvocationLoggingConfigurationCommand.ts
|
|
5070
7084
|
|
|
5071
7085
|
|
|
5072
7086
|
|
|
5073
|
-
var
|
|
7087
|
+
var DeleteModelInvocationLoggingConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5074
7088
|
return [
|
|
5075
7089
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5076
7090
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5077
7091
|
];
|
|
5078
|
-
}).s("AmazonBedrockControlPlaneService", "
|
|
7092
|
+
}).s("AmazonBedrockControlPlaneService", "DeleteModelInvocationLoggingConfiguration", {}).n("BedrockClient", "DeleteModelInvocationLoggingConfigurationCommand").f(void 0, void 0).ser(se_DeleteModelInvocationLoggingConfigurationCommand).de(de_DeleteModelInvocationLoggingConfigurationCommand).build() {
|
|
5079
7093
|
static {
|
|
5080
|
-
__name(this, "
|
|
7094
|
+
__name(this, "DeleteModelInvocationLoggingConfigurationCommand");
|
|
5081
7095
|
}
|
|
5082
7096
|
};
|
|
5083
7097
|
|
|
5084
|
-
// src/commands/
|
|
7098
|
+
// src/commands/DeletePromptRouterCommand.ts
|
|
5085
7099
|
|
|
5086
7100
|
|
|
5087
7101
|
|
|
5088
|
-
var
|
|
7102
|
+
var DeletePromptRouterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5089
7103
|
return [
|
|
5090
7104
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5091
7105
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5092
7106
|
];
|
|
5093
|
-
}).s("AmazonBedrockControlPlaneService", "
|
|
7107
|
+
}).s("AmazonBedrockControlPlaneService", "DeletePromptRouter", {}).n("BedrockClient", "DeletePromptRouterCommand").f(void 0, void 0).ser(se_DeletePromptRouterCommand).de(de_DeletePromptRouterCommand).build() {
|
|
5094
7108
|
static {
|
|
5095
|
-
__name(this, "
|
|
7109
|
+
__name(this, "DeletePromptRouterCommand");
|
|
5096
7110
|
}
|
|
5097
7111
|
};
|
|
5098
7112
|
|
|
5099
|
-
// src/commands/
|
|
7113
|
+
// src/commands/DeleteProvisionedModelThroughputCommand.ts
|
|
5100
7114
|
|
|
5101
7115
|
|
|
5102
7116
|
|
|
5103
|
-
var
|
|
7117
|
+
var DeleteProvisionedModelThroughputCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5104
7118
|
return [
|
|
5105
7119
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5106
7120
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5107
7121
|
];
|
|
5108
|
-
}).s("AmazonBedrockControlPlaneService", "
|
|
7122
|
+
}).s("AmazonBedrockControlPlaneService", "DeleteProvisionedModelThroughput", {}).n("BedrockClient", "DeleteProvisionedModelThroughputCommand").f(void 0, void 0).ser(se_DeleteProvisionedModelThroughputCommand).de(de_DeleteProvisionedModelThroughputCommand).build() {
|
|
5109
7123
|
static {
|
|
5110
|
-
__name(this, "
|
|
7124
|
+
__name(this, "DeleteProvisionedModelThroughputCommand");
|
|
5111
7125
|
}
|
|
5112
7126
|
};
|
|
5113
7127
|
|
|
5114
|
-
// src/commands/
|
|
7128
|
+
// src/commands/DeregisterMarketplaceModelEndpointCommand.ts
|
|
5115
7129
|
|
|
5116
7130
|
|
|
5117
7131
|
|
|
5118
|
-
var
|
|
7132
|
+
var DeregisterMarketplaceModelEndpointCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5119
7133
|
return [
|
|
5120
7134
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5121
7135
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5122
7136
|
];
|
|
5123
|
-
}).s("AmazonBedrockControlPlaneService", "
|
|
7137
|
+
}).s("AmazonBedrockControlPlaneService", "DeregisterMarketplaceModelEndpoint", {}).n("BedrockClient", "DeregisterMarketplaceModelEndpointCommand").f(void 0, void 0).ser(se_DeregisterMarketplaceModelEndpointCommand).de(de_DeregisterMarketplaceModelEndpointCommand).build() {
|
|
5124
7138
|
static {
|
|
5125
|
-
__name(this, "
|
|
7139
|
+
__name(this, "DeregisterMarketplaceModelEndpointCommand");
|
|
5126
7140
|
}
|
|
5127
7141
|
};
|
|
5128
7142
|
|
|
5129
|
-
// src/commands/
|
|
7143
|
+
// src/commands/ExportAutomatedReasoningPolicyVersionCommand.ts
|
|
5130
7144
|
|
|
5131
7145
|
|
|
5132
7146
|
|
|
5133
|
-
var
|
|
7147
|
+
var ExportAutomatedReasoningPolicyVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5134
7148
|
return [
|
|
5135
7149
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5136
7150
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5137
7151
|
];
|
|
5138
|
-
}).s("AmazonBedrockControlPlaneService", "
|
|
7152
|
+
}).s("AmazonBedrockControlPlaneService", "ExportAutomatedReasoningPolicyVersion", {}).n("BedrockClient", "ExportAutomatedReasoningPolicyVersionCommand").f(void 0, ExportAutomatedReasoningPolicyVersionResponseFilterSensitiveLog).ser(se_ExportAutomatedReasoningPolicyVersionCommand).de(de_ExportAutomatedReasoningPolicyVersionCommand).build() {
|
|
5139
7153
|
static {
|
|
5140
|
-
__name(this, "
|
|
7154
|
+
__name(this, "ExportAutomatedReasoningPolicyVersionCommand");
|
|
5141
7155
|
}
|
|
5142
7156
|
};
|
|
5143
7157
|
|
|
5144
|
-
// src/commands/
|
|
7158
|
+
// src/commands/GetAutomatedReasoningPolicyAnnotationsCommand.ts
|
|
5145
7159
|
|
|
5146
7160
|
|
|
5147
7161
|
|
|
5148
|
-
var
|
|
7162
|
+
var GetAutomatedReasoningPolicyAnnotationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5149
7163
|
return [
|
|
5150
7164
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5151
7165
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5152
7166
|
];
|
|
5153
|
-
}).s("AmazonBedrockControlPlaneService", "
|
|
7167
|
+
}).s("AmazonBedrockControlPlaneService", "GetAutomatedReasoningPolicyAnnotations", {}).n("BedrockClient", "GetAutomatedReasoningPolicyAnnotationsCommand").f(void 0, GetAutomatedReasoningPolicyAnnotationsResponseFilterSensitiveLog).ser(se_GetAutomatedReasoningPolicyAnnotationsCommand).de(de_GetAutomatedReasoningPolicyAnnotationsCommand).build() {
|
|
5154
7168
|
static {
|
|
5155
|
-
__name(this, "
|
|
7169
|
+
__name(this, "GetAutomatedReasoningPolicyAnnotationsCommand");
|
|
5156
7170
|
}
|
|
5157
7171
|
};
|
|
5158
7172
|
|
|
5159
|
-
// src/commands/
|
|
7173
|
+
// src/commands/GetAutomatedReasoningPolicyBuildWorkflowCommand.ts
|
|
5160
7174
|
|
|
5161
7175
|
|
|
5162
7176
|
|
|
5163
|
-
var
|
|
7177
|
+
var GetAutomatedReasoningPolicyBuildWorkflowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5164
7178
|
return [
|
|
5165
7179
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5166
7180
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5167
7181
|
];
|
|
5168
|
-
}).s("AmazonBedrockControlPlaneService", "
|
|
7182
|
+
}).s("AmazonBedrockControlPlaneService", "GetAutomatedReasoningPolicyBuildWorkflow", {}).n("BedrockClient", "GetAutomatedReasoningPolicyBuildWorkflowCommand").f(void 0, GetAutomatedReasoningPolicyBuildWorkflowResponseFilterSensitiveLog).ser(se_GetAutomatedReasoningPolicyBuildWorkflowCommand).de(de_GetAutomatedReasoningPolicyBuildWorkflowCommand).build() {
|
|
5169
7183
|
static {
|
|
5170
|
-
__name(this, "
|
|
7184
|
+
__name(this, "GetAutomatedReasoningPolicyBuildWorkflowCommand");
|
|
5171
7185
|
}
|
|
5172
7186
|
};
|
|
5173
7187
|
|
|
5174
|
-
// src/commands/
|
|
7188
|
+
// src/commands/GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand.ts
|
|
5175
7189
|
|
|
5176
7190
|
|
|
5177
7191
|
|
|
5178
|
-
var
|
|
7192
|
+
var GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5179
7193
|
return [
|
|
5180
7194
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5181
7195
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5182
7196
|
];
|
|
5183
|
-
}).s("AmazonBedrockControlPlaneService", "
|
|
7197
|
+
}).s("AmazonBedrockControlPlaneService", "GetAutomatedReasoningPolicyBuildWorkflowResultAssets", {}).n("BedrockClient", "GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand").f(void 0, GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponseFilterSensitiveLog).ser(se_GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand).de(de_GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand).build() {
|
|
5184
7198
|
static {
|
|
5185
|
-
__name(this, "
|
|
7199
|
+
__name(this, "GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand");
|
|
5186
7200
|
}
|
|
5187
7201
|
};
|
|
5188
7202
|
|
|
5189
|
-
// src/commands/
|
|
7203
|
+
// src/commands/GetAutomatedReasoningPolicyCommand.ts
|
|
5190
7204
|
|
|
5191
7205
|
|
|
5192
7206
|
|
|
5193
|
-
var
|
|
7207
|
+
var GetAutomatedReasoningPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5194
7208
|
return [
|
|
5195
7209
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5196
7210
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5197
7211
|
];
|
|
5198
|
-
}).s("AmazonBedrockControlPlaneService", "
|
|
7212
|
+
}).s("AmazonBedrockControlPlaneService", "GetAutomatedReasoningPolicy", {}).n("BedrockClient", "GetAutomatedReasoningPolicyCommand").f(void 0, GetAutomatedReasoningPolicyResponseFilterSensitiveLog).ser(se_GetAutomatedReasoningPolicyCommand).de(de_GetAutomatedReasoningPolicyCommand).build() {
|
|
5199
7213
|
static {
|
|
5200
|
-
__name(this, "
|
|
7214
|
+
__name(this, "GetAutomatedReasoningPolicyCommand");
|
|
5201
7215
|
}
|
|
5202
7216
|
};
|
|
5203
7217
|
|
|
5204
|
-
// src/commands/
|
|
7218
|
+
// src/commands/GetAutomatedReasoningPolicyNextScenarioCommand.ts
|
|
5205
7219
|
|
|
5206
7220
|
|
|
5207
7221
|
|
|
5208
|
-
var
|
|
7222
|
+
var GetAutomatedReasoningPolicyNextScenarioCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5209
7223
|
return [
|
|
5210
7224
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5211
7225
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5212
7226
|
];
|
|
5213
|
-
}).s("AmazonBedrockControlPlaneService", "
|
|
7227
|
+
}).s("AmazonBedrockControlPlaneService", "GetAutomatedReasoningPolicyNextScenario", {}).n("BedrockClient", "GetAutomatedReasoningPolicyNextScenarioCommand").f(void 0, GetAutomatedReasoningPolicyNextScenarioResponseFilterSensitiveLog).ser(se_GetAutomatedReasoningPolicyNextScenarioCommand).de(de_GetAutomatedReasoningPolicyNextScenarioCommand).build() {
|
|
5214
7228
|
static {
|
|
5215
|
-
__name(this, "
|
|
7229
|
+
__name(this, "GetAutomatedReasoningPolicyNextScenarioCommand");
|
|
5216
7230
|
}
|
|
5217
7231
|
};
|
|
5218
7232
|
|
|
5219
|
-
// src/commands/
|
|
7233
|
+
// src/commands/GetAutomatedReasoningPolicyTestCaseCommand.ts
|
|
5220
7234
|
|
|
5221
7235
|
|
|
5222
7236
|
|
|
5223
|
-
var
|
|
7237
|
+
var GetAutomatedReasoningPolicyTestCaseCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5224
7238
|
return [
|
|
5225
7239
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5226
7240
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5227
7241
|
];
|
|
5228
|
-
}).s("AmazonBedrockControlPlaneService", "
|
|
7242
|
+
}).s("AmazonBedrockControlPlaneService", "GetAutomatedReasoningPolicyTestCase", {}).n("BedrockClient", "GetAutomatedReasoningPolicyTestCaseCommand").f(void 0, GetAutomatedReasoningPolicyTestCaseResponseFilterSensitiveLog).ser(se_GetAutomatedReasoningPolicyTestCaseCommand).de(de_GetAutomatedReasoningPolicyTestCaseCommand).build() {
|
|
5229
7243
|
static {
|
|
5230
|
-
__name(this, "
|
|
7244
|
+
__name(this, "GetAutomatedReasoningPolicyTestCaseCommand");
|
|
5231
7245
|
}
|
|
5232
7246
|
};
|
|
5233
7247
|
|
|
5234
|
-
// src/commands/
|
|
7248
|
+
// src/commands/GetAutomatedReasoningPolicyTestResultCommand.ts
|
|
5235
7249
|
|
|
5236
7250
|
|
|
5237
7251
|
|
|
5238
|
-
var
|
|
7252
|
+
var GetAutomatedReasoningPolicyTestResultCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5239
7253
|
return [
|
|
5240
7254
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5241
7255
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5242
7256
|
];
|
|
5243
|
-
}).s("AmazonBedrockControlPlaneService", "
|
|
7257
|
+
}).s("AmazonBedrockControlPlaneService", "GetAutomatedReasoningPolicyTestResult", {}).n("BedrockClient", "GetAutomatedReasoningPolicyTestResultCommand").f(void 0, GetAutomatedReasoningPolicyTestResultResponseFilterSensitiveLog).ser(se_GetAutomatedReasoningPolicyTestResultCommand).de(de_GetAutomatedReasoningPolicyTestResultCommand).build() {
|
|
5244
7258
|
static {
|
|
5245
|
-
__name(this, "
|
|
7259
|
+
__name(this, "GetAutomatedReasoningPolicyTestResultCommand");
|
|
5246
7260
|
}
|
|
5247
7261
|
};
|
|
5248
7262
|
|
|
@@ -5501,6 +7515,66 @@ var GetUseCaseForModelAccessCommand = class extends import_smithy_client.Command
|
|
|
5501
7515
|
}
|
|
5502
7516
|
};
|
|
5503
7517
|
|
|
7518
|
+
// src/commands/ListAutomatedReasoningPoliciesCommand.ts
|
|
7519
|
+
|
|
7520
|
+
|
|
7521
|
+
|
|
7522
|
+
var ListAutomatedReasoningPoliciesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7523
|
+
return [
|
|
7524
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7525
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7526
|
+
];
|
|
7527
|
+
}).s("AmazonBedrockControlPlaneService", "ListAutomatedReasoningPolicies", {}).n("BedrockClient", "ListAutomatedReasoningPoliciesCommand").f(void 0, ListAutomatedReasoningPoliciesResponseFilterSensitiveLog).ser(se_ListAutomatedReasoningPoliciesCommand).de(de_ListAutomatedReasoningPoliciesCommand).build() {
|
|
7528
|
+
static {
|
|
7529
|
+
__name(this, "ListAutomatedReasoningPoliciesCommand");
|
|
7530
|
+
}
|
|
7531
|
+
};
|
|
7532
|
+
|
|
7533
|
+
// src/commands/ListAutomatedReasoningPolicyBuildWorkflowsCommand.ts
|
|
7534
|
+
|
|
7535
|
+
|
|
7536
|
+
|
|
7537
|
+
var ListAutomatedReasoningPolicyBuildWorkflowsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7538
|
+
return [
|
|
7539
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7540
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7541
|
+
];
|
|
7542
|
+
}).s("AmazonBedrockControlPlaneService", "ListAutomatedReasoningPolicyBuildWorkflows", {}).n("BedrockClient", "ListAutomatedReasoningPolicyBuildWorkflowsCommand").f(void 0, void 0).ser(se_ListAutomatedReasoningPolicyBuildWorkflowsCommand).de(de_ListAutomatedReasoningPolicyBuildWorkflowsCommand).build() {
|
|
7543
|
+
static {
|
|
7544
|
+
__name(this, "ListAutomatedReasoningPolicyBuildWorkflowsCommand");
|
|
7545
|
+
}
|
|
7546
|
+
};
|
|
7547
|
+
|
|
7548
|
+
// src/commands/ListAutomatedReasoningPolicyTestCasesCommand.ts
|
|
7549
|
+
|
|
7550
|
+
|
|
7551
|
+
|
|
7552
|
+
var ListAutomatedReasoningPolicyTestCasesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7553
|
+
return [
|
|
7554
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7555
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7556
|
+
];
|
|
7557
|
+
}).s("AmazonBedrockControlPlaneService", "ListAutomatedReasoningPolicyTestCases", {}).n("BedrockClient", "ListAutomatedReasoningPolicyTestCasesCommand").f(void 0, ListAutomatedReasoningPolicyTestCasesResponseFilterSensitiveLog).ser(se_ListAutomatedReasoningPolicyTestCasesCommand).de(de_ListAutomatedReasoningPolicyTestCasesCommand).build() {
|
|
7558
|
+
static {
|
|
7559
|
+
__name(this, "ListAutomatedReasoningPolicyTestCasesCommand");
|
|
7560
|
+
}
|
|
7561
|
+
};
|
|
7562
|
+
|
|
7563
|
+
// src/commands/ListAutomatedReasoningPolicyTestResultsCommand.ts
|
|
7564
|
+
|
|
7565
|
+
|
|
7566
|
+
|
|
7567
|
+
var ListAutomatedReasoningPolicyTestResultsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7568
|
+
return [
|
|
7569
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7570
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7571
|
+
];
|
|
7572
|
+
}).s("AmazonBedrockControlPlaneService", "ListAutomatedReasoningPolicyTestResults", {}).n("BedrockClient", "ListAutomatedReasoningPolicyTestResultsCommand").f(void 0, ListAutomatedReasoningPolicyTestResultsResponseFilterSensitiveLog).ser(se_ListAutomatedReasoningPolicyTestResultsCommand).de(de_ListAutomatedReasoningPolicyTestResultsCommand).build() {
|
|
7573
|
+
static {
|
|
7574
|
+
__name(this, "ListAutomatedReasoningPolicyTestResultsCommand");
|
|
7575
|
+
}
|
|
7576
|
+
};
|
|
7577
|
+
|
|
5504
7578
|
// src/commands/ListCustomModelDeploymentsCommand.ts
|
|
5505
7579
|
|
|
5506
7580
|
|
|
@@ -5786,6 +7860,36 @@ var RegisterMarketplaceModelEndpointCommand = class extends import_smithy_client
|
|
|
5786
7860
|
}
|
|
5787
7861
|
};
|
|
5788
7862
|
|
|
7863
|
+
// src/commands/StartAutomatedReasoningPolicyBuildWorkflowCommand.ts
|
|
7864
|
+
|
|
7865
|
+
|
|
7866
|
+
|
|
7867
|
+
var StartAutomatedReasoningPolicyBuildWorkflowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7868
|
+
return [
|
|
7869
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7870
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7871
|
+
];
|
|
7872
|
+
}).s("AmazonBedrockControlPlaneService", "StartAutomatedReasoningPolicyBuildWorkflow", {}).n("BedrockClient", "StartAutomatedReasoningPolicyBuildWorkflowCommand").f(StartAutomatedReasoningPolicyBuildWorkflowRequestFilterSensitiveLog, void 0).ser(se_StartAutomatedReasoningPolicyBuildWorkflowCommand).de(de_StartAutomatedReasoningPolicyBuildWorkflowCommand).build() {
|
|
7873
|
+
static {
|
|
7874
|
+
__name(this, "StartAutomatedReasoningPolicyBuildWorkflowCommand");
|
|
7875
|
+
}
|
|
7876
|
+
};
|
|
7877
|
+
|
|
7878
|
+
// src/commands/StartAutomatedReasoningPolicyTestWorkflowCommand.ts
|
|
7879
|
+
|
|
7880
|
+
|
|
7881
|
+
|
|
7882
|
+
var StartAutomatedReasoningPolicyTestWorkflowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7883
|
+
return [
|
|
7884
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7885
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7886
|
+
];
|
|
7887
|
+
}).s("AmazonBedrockControlPlaneService", "StartAutomatedReasoningPolicyTestWorkflow", {}).n("BedrockClient", "StartAutomatedReasoningPolicyTestWorkflowCommand").f(void 0, void 0).ser(se_StartAutomatedReasoningPolicyTestWorkflowCommand).de(de_StartAutomatedReasoningPolicyTestWorkflowCommand).build() {
|
|
7888
|
+
static {
|
|
7889
|
+
__name(this, "StartAutomatedReasoningPolicyTestWorkflowCommand");
|
|
7890
|
+
}
|
|
7891
|
+
};
|
|
7892
|
+
|
|
5789
7893
|
// src/commands/StopEvaluationJobCommand.ts
|
|
5790
7894
|
|
|
5791
7895
|
|
|
@@ -5861,6 +7965,51 @@ var UntagResourceCommand = class extends import_smithy_client.Command.classBuild
|
|
|
5861
7965
|
}
|
|
5862
7966
|
};
|
|
5863
7967
|
|
|
7968
|
+
// src/commands/UpdateAutomatedReasoningPolicyAnnotationsCommand.ts
|
|
7969
|
+
|
|
7970
|
+
|
|
7971
|
+
|
|
7972
|
+
var UpdateAutomatedReasoningPolicyAnnotationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7973
|
+
return [
|
|
7974
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7975
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7976
|
+
];
|
|
7977
|
+
}).s("AmazonBedrockControlPlaneService", "UpdateAutomatedReasoningPolicyAnnotations", {}).n("BedrockClient", "UpdateAutomatedReasoningPolicyAnnotationsCommand").f(UpdateAutomatedReasoningPolicyAnnotationsRequestFilterSensitiveLog, void 0).ser(se_UpdateAutomatedReasoningPolicyAnnotationsCommand).de(de_UpdateAutomatedReasoningPolicyAnnotationsCommand).build() {
|
|
7978
|
+
static {
|
|
7979
|
+
__name(this, "UpdateAutomatedReasoningPolicyAnnotationsCommand");
|
|
7980
|
+
}
|
|
7981
|
+
};
|
|
7982
|
+
|
|
7983
|
+
// src/commands/UpdateAutomatedReasoningPolicyCommand.ts
|
|
7984
|
+
|
|
7985
|
+
|
|
7986
|
+
|
|
7987
|
+
var UpdateAutomatedReasoningPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7988
|
+
return [
|
|
7989
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7990
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7991
|
+
];
|
|
7992
|
+
}).s("AmazonBedrockControlPlaneService", "UpdateAutomatedReasoningPolicy", {}).n("BedrockClient", "UpdateAutomatedReasoningPolicyCommand").f(UpdateAutomatedReasoningPolicyRequestFilterSensitiveLog, UpdateAutomatedReasoningPolicyResponseFilterSensitiveLog).ser(se_UpdateAutomatedReasoningPolicyCommand).de(de_UpdateAutomatedReasoningPolicyCommand).build() {
|
|
7993
|
+
static {
|
|
7994
|
+
__name(this, "UpdateAutomatedReasoningPolicyCommand");
|
|
7995
|
+
}
|
|
7996
|
+
};
|
|
7997
|
+
|
|
7998
|
+
// src/commands/UpdateAutomatedReasoningPolicyTestCaseCommand.ts
|
|
7999
|
+
|
|
8000
|
+
|
|
8001
|
+
|
|
8002
|
+
var UpdateAutomatedReasoningPolicyTestCaseCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8003
|
+
return [
|
|
8004
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8005
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
8006
|
+
];
|
|
8007
|
+
}).s("AmazonBedrockControlPlaneService", "UpdateAutomatedReasoningPolicyTestCase", {}).n("BedrockClient", "UpdateAutomatedReasoningPolicyTestCaseCommand").f(UpdateAutomatedReasoningPolicyTestCaseRequestFilterSensitiveLog, void 0).ser(se_UpdateAutomatedReasoningPolicyTestCaseCommand).de(de_UpdateAutomatedReasoningPolicyTestCaseCommand).build() {
|
|
8008
|
+
static {
|
|
8009
|
+
__name(this, "UpdateAutomatedReasoningPolicyTestCaseCommand");
|
|
8010
|
+
}
|
|
8011
|
+
};
|
|
8012
|
+
|
|
5864
8013
|
// src/commands/UpdateGuardrailCommand.ts
|
|
5865
8014
|
|
|
5866
8015
|
|
|
@@ -5909,6 +8058,10 @@ var UpdateProvisionedModelThroughputCommand = class extends import_smithy_client
|
|
|
5909
8058
|
// src/Bedrock.ts
|
|
5910
8059
|
var commands = {
|
|
5911
8060
|
BatchDeleteEvaluationJobCommand,
|
|
8061
|
+
CancelAutomatedReasoningPolicyBuildWorkflowCommand,
|
|
8062
|
+
CreateAutomatedReasoningPolicyCommand,
|
|
8063
|
+
CreateAutomatedReasoningPolicyTestCaseCommand,
|
|
8064
|
+
CreateAutomatedReasoningPolicyVersionCommand,
|
|
5912
8065
|
CreateCustomModelCommand,
|
|
5913
8066
|
CreateCustomModelDeploymentCommand,
|
|
5914
8067
|
CreateEvaluationJobCommand,
|
|
@@ -5923,6 +8076,9 @@ var commands = {
|
|
|
5923
8076
|
CreateModelInvocationJobCommand,
|
|
5924
8077
|
CreatePromptRouterCommand,
|
|
5925
8078
|
CreateProvisionedModelThroughputCommand,
|
|
8079
|
+
DeleteAutomatedReasoningPolicyCommand,
|
|
8080
|
+
DeleteAutomatedReasoningPolicyBuildWorkflowCommand,
|
|
8081
|
+
DeleteAutomatedReasoningPolicyTestCaseCommand,
|
|
5926
8082
|
DeleteCustomModelCommand,
|
|
5927
8083
|
DeleteCustomModelDeploymentCommand,
|
|
5928
8084
|
DeleteFoundationModelAgreementCommand,
|
|
@@ -5934,6 +8090,14 @@ var commands = {
|
|
|
5934
8090
|
DeletePromptRouterCommand,
|
|
5935
8091
|
DeleteProvisionedModelThroughputCommand,
|
|
5936
8092
|
DeregisterMarketplaceModelEndpointCommand,
|
|
8093
|
+
ExportAutomatedReasoningPolicyVersionCommand,
|
|
8094
|
+
GetAutomatedReasoningPolicyCommand,
|
|
8095
|
+
GetAutomatedReasoningPolicyAnnotationsCommand,
|
|
8096
|
+
GetAutomatedReasoningPolicyBuildWorkflowCommand,
|
|
8097
|
+
GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand,
|
|
8098
|
+
GetAutomatedReasoningPolicyNextScenarioCommand,
|
|
8099
|
+
GetAutomatedReasoningPolicyTestCaseCommand,
|
|
8100
|
+
GetAutomatedReasoningPolicyTestResultCommand,
|
|
5937
8101
|
GetCustomModelCommand,
|
|
5938
8102
|
GetCustomModelDeploymentCommand,
|
|
5939
8103
|
GetEvaluationJobCommand,
|
|
@@ -5951,6 +8115,10 @@ var commands = {
|
|
|
5951
8115
|
GetPromptRouterCommand,
|
|
5952
8116
|
GetProvisionedModelThroughputCommand,
|
|
5953
8117
|
GetUseCaseForModelAccessCommand,
|
|
8118
|
+
ListAutomatedReasoningPoliciesCommand,
|
|
8119
|
+
ListAutomatedReasoningPolicyBuildWorkflowsCommand,
|
|
8120
|
+
ListAutomatedReasoningPolicyTestCasesCommand,
|
|
8121
|
+
ListAutomatedReasoningPolicyTestResultsCommand,
|
|
5954
8122
|
ListCustomModelDeploymentsCommand,
|
|
5955
8123
|
ListCustomModelsCommand,
|
|
5956
8124
|
ListEvaluationJobsCommand,
|
|
@@ -5970,11 +8138,16 @@ var commands = {
|
|
|
5970
8138
|
PutModelInvocationLoggingConfigurationCommand,
|
|
5971
8139
|
PutUseCaseForModelAccessCommand,
|
|
5972
8140
|
RegisterMarketplaceModelEndpointCommand,
|
|
8141
|
+
StartAutomatedReasoningPolicyBuildWorkflowCommand,
|
|
8142
|
+
StartAutomatedReasoningPolicyTestWorkflowCommand,
|
|
5973
8143
|
StopEvaluationJobCommand,
|
|
5974
8144
|
StopModelCustomizationJobCommand,
|
|
5975
8145
|
StopModelInvocationJobCommand,
|
|
5976
8146
|
TagResourceCommand,
|
|
5977
8147
|
UntagResourceCommand,
|
|
8148
|
+
UpdateAutomatedReasoningPolicyCommand,
|
|
8149
|
+
UpdateAutomatedReasoningPolicyAnnotationsCommand,
|
|
8150
|
+
UpdateAutomatedReasoningPolicyTestCaseCommand,
|
|
5978
8151
|
UpdateGuardrailCommand,
|
|
5979
8152
|
UpdateMarketplaceModelEndpointCommand,
|
|
5980
8153
|
UpdateProvisionedModelThroughputCommand
|
|
@@ -5986,6 +8159,22 @@ var Bedrock = class extends BedrockClient {
|
|
|
5986
8159
|
};
|
|
5987
8160
|
(0, import_smithy_client.createAggregatedClient)(commands, Bedrock);
|
|
5988
8161
|
|
|
8162
|
+
// src/pagination/ListAutomatedReasoningPoliciesPaginator.ts
|
|
8163
|
+
|
|
8164
|
+
var paginateListAutomatedReasoningPolicies = (0, import_core.createPaginator)(BedrockClient, ListAutomatedReasoningPoliciesCommand, "nextToken", "nextToken", "maxResults");
|
|
8165
|
+
|
|
8166
|
+
// src/pagination/ListAutomatedReasoningPolicyBuildWorkflowsPaginator.ts
|
|
8167
|
+
|
|
8168
|
+
var paginateListAutomatedReasoningPolicyBuildWorkflows = (0, import_core.createPaginator)(BedrockClient, ListAutomatedReasoningPolicyBuildWorkflowsCommand, "nextToken", "nextToken", "maxResults");
|
|
8169
|
+
|
|
8170
|
+
// src/pagination/ListAutomatedReasoningPolicyTestCasesPaginator.ts
|
|
8171
|
+
|
|
8172
|
+
var paginateListAutomatedReasoningPolicyTestCases = (0, import_core.createPaginator)(BedrockClient, ListAutomatedReasoningPolicyTestCasesCommand, "nextToken", "nextToken", "maxResults");
|
|
8173
|
+
|
|
8174
|
+
// src/pagination/ListAutomatedReasoningPolicyTestResultsPaginator.ts
|
|
8175
|
+
|
|
8176
|
+
var paginateListAutomatedReasoningPolicyTestResults = (0, import_core.createPaginator)(BedrockClient, ListAutomatedReasoningPolicyTestResultsCommand, "nextToken", "nextToken", "maxResults");
|
|
8177
|
+
|
|
5989
8178
|
// src/pagination/ListCustomModelDeploymentsPaginator.ts
|
|
5990
8179
|
|
|
5991
8180
|
var paginateListCustomModelDeployments = (0, import_core.createPaginator)(BedrockClient, ListCustomModelDeploymentsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -6046,6 +8235,10 @@ var paginateListProvisionedModelThroughputs = (0, import_core.createPaginator)(B
|
|
|
6046
8235
|
Bedrock,
|
|
6047
8236
|
$Command,
|
|
6048
8237
|
BatchDeleteEvaluationJobCommand,
|
|
8238
|
+
CancelAutomatedReasoningPolicyBuildWorkflowCommand,
|
|
8239
|
+
CreateAutomatedReasoningPolicyCommand,
|
|
8240
|
+
CreateAutomatedReasoningPolicyTestCaseCommand,
|
|
8241
|
+
CreateAutomatedReasoningPolicyVersionCommand,
|
|
6049
8242
|
CreateCustomModelCommand,
|
|
6050
8243
|
CreateCustomModelDeploymentCommand,
|
|
6051
8244
|
CreateEvaluationJobCommand,
|
|
@@ -6060,6 +8253,9 @@ var paginateListProvisionedModelThroughputs = (0, import_core.createPaginator)(B
|
|
|
6060
8253
|
CreateModelInvocationJobCommand,
|
|
6061
8254
|
CreatePromptRouterCommand,
|
|
6062
8255
|
CreateProvisionedModelThroughputCommand,
|
|
8256
|
+
DeleteAutomatedReasoningPolicyBuildWorkflowCommand,
|
|
8257
|
+
DeleteAutomatedReasoningPolicyCommand,
|
|
8258
|
+
DeleteAutomatedReasoningPolicyTestCaseCommand,
|
|
6063
8259
|
DeleteCustomModelCommand,
|
|
6064
8260
|
DeleteCustomModelDeploymentCommand,
|
|
6065
8261
|
DeleteFoundationModelAgreementCommand,
|
|
@@ -6071,6 +8267,14 @@ var paginateListProvisionedModelThroughputs = (0, import_core.createPaginator)(B
|
|
|
6071
8267
|
DeletePromptRouterCommand,
|
|
6072
8268
|
DeleteProvisionedModelThroughputCommand,
|
|
6073
8269
|
DeregisterMarketplaceModelEndpointCommand,
|
|
8270
|
+
ExportAutomatedReasoningPolicyVersionCommand,
|
|
8271
|
+
GetAutomatedReasoningPolicyAnnotationsCommand,
|
|
8272
|
+
GetAutomatedReasoningPolicyBuildWorkflowCommand,
|
|
8273
|
+
GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand,
|
|
8274
|
+
GetAutomatedReasoningPolicyCommand,
|
|
8275
|
+
GetAutomatedReasoningPolicyNextScenarioCommand,
|
|
8276
|
+
GetAutomatedReasoningPolicyTestCaseCommand,
|
|
8277
|
+
GetAutomatedReasoningPolicyTestResultCommand,
|
|
6074
8278
|
GetCustomModelCommand,
|
|
6075
8279
|
GetCustomModelDeploymentCommand,
|
|
6076
8280
|
GetEvaluationJobCommand,
|
|
@@ -6088,6 +8292,10 @@ var paginateListProvisionedModelThroughputs = (0, import_core.createPaginator)(B
|
|
|
6088
8292
|
GetPromptRouterCommand,
|
|
6089
8293
|
GetProvisionedModelThroughputCommand,
|
|
6090
8294
|
GetUseCaseForModelAccessCommand,
|
|
8295
|
+
ListAutomatedReasoningPoliciesCommand,
|
|
8296
|
+
ListAutomatedReasoningPolicyBuildWorkflowsCommand,
|
|
8297
|
+
ListAutomatedReasoningPolicyTestCasesCommand,
|
|
8298
|
+
ListAutomatedReasoningPolicyTestResultsCommand,
|
|
6091
8299
|
ListCustomModelDeploymentsCommand,
|
|
6092
8300
|
ListCustomModelsCommand,
|
|
6093
8301
|
ListEvaluationJobsCommand,
|
|
@@ -6107,14 +8315,23 @@ var paginateListProvisionedModelThroughputs = (0, import_core.createPaginator)(B
|
|
|
6107
8315
|
PutModelInvocationLoggingConfigurationCommand,
|
|
6108
8316
|
PutUseCaseForModelAccessCommand,
|
|
6109
8317
|
RegisterMarketplaceModelEndpointCommand,
|
|
8318
|
+
StartAutomatedReasoningPolicyBuildWorkflowCommand,
|
|
8319
|
+
StartAutomatedReasoningPolicyTestWorkflowCommand,
|
|
6110
8320
|
StopEvaluationJobCommand,
|
|
6111
8321
|
StopModelCustomizationJobCommand,
|
|
6112
8322
|
StopModelInvocationJobCommand,
|
|
6113
8323
|
TagResourceCommand,
|
|
6114
8324
|
UntagResourceCommand,
|
|
8325
|
+
UpdateAutomatedReasoningPolicyAnnotationsCommand,
|
|
8326
|
+
UpdateAutomatedReasoningPolicyCommand,
|
|
8327
|
+
UpdateAutomatedReasoningPolicyTestCaseCommand,
|
|
6115
8328
|
UpdateGuardrailCommand,
|
|
6116
8329
|
UpdateMarketplaceModelEndpointCommand,
|
|
6117
8330
|
UpdateProvisionedModelThroughputCommand,
|
|
8331
|
+
paginateListAutomatedReasoningPolicies,
|
|
8332
|
+
paginateListAutomatedReasoningPolicyBuildWorkflows,
|
|
8333
|
+
paginateListAutomatedReasoningPolicyTestCases,
|
|
8334
|
+
paginateListAutomatedReasoningPolicyTestResults,
|
|
6118
8335
|
paginateListCustomModelDeployments,
|
|
6119
8336
|
paginateListCustomModels,
|
|
6120
8337
|
paginateListEvaluationJobs,
|
|
@@ -6135,11 +8352,30 @@ var paginateListProvisionedModelThroughputs = (0, import_core.createPaginator)(B
|
|
|
6135
8352
|
ThrottlingException,
|
|
6136
8353
|
ValidationException,
|
|
6137
8354
|
ConflictException,
|
|
8355
|
+
ServiceQuotaExceededException,
|
|
8356
|
+
TooManyTagsException,
|
|
8357
|
+
AutomatedReasoningCheckResult,
|
|
8358
|
+
ResourceInUseException,
|
|
8359
|
+
AutomatedReasoningPolicyTypeValueAnnotation,
|
|
8360
|
+
AutomatedReasoningPolicyAnnotation,
|
|
8361
|
+
AutomatedReasoningPolicyBuildWorkflowType,
|
|
8362
|
+
AutomatedReasoningPolicyBuildDocumentContentType,
|
|
8363
|
+
AutomatedReasoningPolicyBuildWorkflowStatus,
|
|
8364
|
+
AutomatedReasoningPolicyBuildResultAssetType,
|
|
8365
|
+
AutomatedReasoningPolicyMutation,
|
|
8366
|
+
AutomatedReasoningPolicyBuildStepContext,
|
|
8367
|
+
AutomatedReasoningPolicyBuildMessageType,
|
|
8368
|
+
AutomatedReasoningPolicyDefinitionElement,
|
|
8369
|
+
AutomatedReasoningPolicyAnnotationStatus,
|
|
8370
|
+
AutomatedReasoningPolicyBuildResultAssets,
|
|
8371
|
+
AutomatedReasoningCheckLogicWarningType,
|
|
8372
|
+
AutomatedReasoningCheckFinding,
|
|
8373
|
+
AutomatedReasoningPolicyTestRunResult,
|
|
8374
|
+
AutomatedReasoningPolicyTestRunStatus,
|
|
8375
|
+
AutomatedReasoningPolicyWorkflowTypeContent,
|
|
6138
8376
|
EndpointConfig,
|
|
6139
8377
|
Status,
|
|
6140
|
-
ServiceQuotaExceededException,
|
|
6141
8378
|
ServiceUnavailableException,
|
|
6142
|
-
TooManyTagsException,
|
|
6143
8379
|
CustomModelDeploymentStatus,
|
|
6144
8380
|
SortModelsBy,
|
|
6145
8381
|
SortOrder,
|
|
@@ -6183,26 +8419,85 @@ var paginateListProvisionedModelThroughputs = (0, import_core.createPaginator)(B
|
|
|
6183
8419
|
GuardrailTopicAction,
|
|
6184
8420
|
GuardrailTopicType,
|
|
6185
8421
|
GuardrailWordAction,
|
|
6186
|
-
|
|
6187
|
-
|
|
6188
|
-
|
|
6189
|
-
|
|
6190
|
-
|
|
6191
|
-
|
|
6192
|
-
|
|
6193
|
-
|
|
6194
|
-
|
|
6195
|
-
|
|
6196
|
-
|
|
6197
|
-
|
|
6198
|
-
|
|
6199
|
-
|
|
6200
|
-
|
|
6201
|
-
|
|
6202
|
-
|
|
6203
|
-
|
|
6204
|
-
|
|
6205
|
-
|
|
8422
|
+
AutomatedReasoningPolicyDefinitionRuleFilterSensitiveLog,
|
|
8423
|
+
AutomatedReasoningPolicyDefinitionTypeValueFilterSensitiveLog,
|
|
8424
|
+
AutomatedReasoningPolicyDefinitionTypeFilterSensitiveLog,
|
|
8425
|
+
AutomatedReasoningPolicyDefinitionVariableFilterSensitiveLog,
|
|
8426
|
+
AutomatedReasoningPolicyDefinitionFilterSensitiveLog,
|
|
8427
|
+
CreateAutomatedReasoningPolicyRequestFilterSensitiveLog,
|
|
8428
|
+
CreateAutomatedReasoningPolicyResponseFilterSensitiveLog,
|
|
8429
|
+
CreateAutomatedReasoningPolicyTestCaseRequestFilterSensitiveLog,
|
|
8430
|
+
CreateAutomatedReasoningPolicyVersionResponseFilterSensitiveLog,
|
|
8431
|
+
ExportAutomatedReasoningPolicyVersionResponseFilterSensitiveLog,
|
|
8432
|
+
GetAutomatedReasoningPolicyResponseFilterSensitiveLog,
|
|
8433
|
+
AutomatedReasoningPolicyAddRuleAnnotationFilterSensitiveLog,
|
|
8434
|
+
AutomatedReasoningPolicyAddRuleFromNaturalLanguageAnnotationFilterSensitiveLog,
|
|
8435
|
+
AutomatedReasoningPolicyAddTypeAnnotationFilterSensitiveLog,
|
|
8436
|
+
AutomatedReasoningPolicyAddVariableAnnotationFilterSensitiveLog,
|
|
8437
|
+
AutomatedReasoningPolicyDeleteTypeAnnotationFilterSensitiveLog,
|
|
8438
|
+
AutomatedReasoningPolicyDeleteVariableAnnotationFilterSensitiveLog,
|
|
8439
|
+
AutomatedReasoningPolicyIngestContentAnnotationFilterSensitiveLog,
|
|
8440
|
+
AutomatedReasoningPolicyUpdateFromRuleFeedbackAnnotationFilterSensitiveLog,
|
|
8441
|
+
AutomatedReasoningPolicyUpdateFromScenarioFeedbackAnnotationFilterSensitiveLog,
|
|
8442
|
+
AutomatedReasoningPolicyUpdateRuleAnnotationFilterSensitiveLog,
|
|
8443
|
+
AutomatedReasoningPolicyAddTypeValueFilterSensitiveLog,
|
|
8444
|
+
AutomatedReasoningPolicyUpdateTypeValueFilterSensitiveLog,
|
|
8445
|
+
AutomatedReasoningPolicyTypeValueAnnotationFilterSensitiveLog,
|
|
8446
|
+
AutomatedReasoningPolicyUpdateTypeAnnotationFilterSensitiveLog,
|
|
8447
|
+
AutomatedReasoningPolicyUpdateVariableAnnotationFilterSensitiveLog,
|
|
8448
|
+
AutomatedReasoningPolicyAnnotationFilterSensitiveLog,
|
|
8449
|
+
GetAutomatedReasoningPolicyAnnotationsResponseFilterSensitiveLog,
|
|
8450
|
+
GetAutomatedReasoningPolicyBuildWorkflowResponseFilterSensitiveLog,
|
|
8451
|
+
AutomatedReasoningPolicyAddRuleMutationFilterSensitiveLog,
|
|
8452
|
+
AutomatedReasoningPolicyAddTypeMutationFilterSensitiveLog,
|
|
8453
|
+
AutomatedReasoningPolicyAddVariableMutationFilterSensitiveLog,
|
|
8454
|
+
AutomatedReasoningPolicyDeleteTypeMutationFilterSensitiveLog,
|
|
8455
|
+
AutomatedReasoningPolicyDeleteVariableMutationFilterSensitiveLog,
|
|
8456
|
+
AutomatedReasoningPolicyUpdateRuleMutationFilterSensitiveLog,
|
|
8457
|
+
AutomatedReasoningPolicyUpdateTypeMutationFilterSensitiveLog,
|
|
8458
|
+
AutomatedReasoningPolicyUpdateVariableMutationFilterSensitiveLog,
|
|
8459
|
+
AutomatedReasoningPolicyMutationFilterSensitiveLog,
|
|
8460
|
+
AutomatedReasoningPolicyBuildStepContextFilterSensitiveLog,
|
|
8461
|
+
AutomatedReasoningPolicyDefinitionElementFilterSensitiveLog,
|
|
8462
|
+
AutomatedReasoningPolicyBuildStepFilterSensitiveLog,
|
|
8463
|
+
AutomatedReasoningPolicyBuildLogEntryFilterSensitiveLog,
|
|
8464
|
+
AutomatedReasoningPolicyBuildLogFilterSensitiveLog,
|
|
8465
|
+
AutomatedReasoningPolicyDisjointRuleSetFilterSensitiveLog,
|
|
8466
|
+
AutomatedReasoningPolicyDefinitionTypeValuePairFilterSensitiveLog,
|
|
8467
|
+
AutomatedReasoningPolicyDefinitionQualityReportFilterSensitiveLog,
|
|
8468
|
+
AutomatedReasoningPolicyBuildResultAssetsFilterSensitiveLog,
|
|
8469
|
+
GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponseFilterSensitiveLog,
|
|
8470
|
+
AutomatedReasoningPolicyScenarioFilterSensitiveLog,
|
|
8471
|
+
GetAutomatedReasoningPolicyNextScenarioResponseFilterSensitiveLog,
|
|
8472
|
+
AutomatedReasoningPolicyTestCaseFilterSensitiveLog,
|
|
8473
|
+
GetAutomatedReasoningPolicyTestCaseResponseFilterSensitiveLog,
|
|
8474
|
+
AutomatedReasoningLogicStatementFilterSensitiveLog,
|
|
8475
|
+
AutomatedReasoningCheckLogicWarningFilterSensitiveLog,
|
|
8476
|
+
AutomatedReasoningCheckInputTextReferenceFilterSensitiveLog,
|
|
8477
|
+
AutomatedReasoningCheckTranslationFilterSensitiveLog,
|
|
8478
|
+
AutomatedReasoningCheckImpossibleFindingFilterSensitiveLog,
|
|
8479
|
+
AutomatedReasoningCheckInvalidFindingFilterSensitiveLog,
|
|
8480
|
+
AutomatedReasoningCheckScenarioFilterSensitiveLog,
|
|
8481
|
+
AutomatedReasoningCheckSatisfiableFindingFilterSensitiveLog,
|
|
8482
|
+
AutomatedReasoningCheckTranslationOptionFilterSensitiveLog,
|
|
8483
|
+
AutomatedReasoningCheckTranslationAmbiguousFindingFilterSensitiveLog,
|
|
8484
|
+
AutomatedReasoningCheckValidFindingFilterSensitiveLog,
|
|
8485
|
+
AutomatedReasoningCheckFindingFilterSensitiveLog,
|
|
8486
|
+
AutomatedReasoningPolicyTestResultFilterSensitiveLog,
|
|
8487
|
+
GetAutomatedReasoningPolicyTestResultResponseFilterSensitiveLog,
|
|
8488
|
+
AutomatedReasoningPolicySummaryFilterSensitiveLog,
|
|
8489
|
+
ListAutomatedReasoningPoliciesResponseFilterSensitiveLog,
|
|
8490
|
+
ListAutomatedReasoningPolicyTestCasesResponseFilterSensitiveLog,
|
|
8491
|
+
ListAutomatedReasoningPolicyTestResultsResponseFilterSensitiveLog,
|
|
8492
|
+
AutomatedReasoningPolicyBuildWorkflowDocumentFilterSensitiveLog,
|
|
8493
|
+
AutomatedReasoningPolicyBuildWorkflowRepairContentFilterSensitiveLog,
|
|
8494
|
+
AutomatedReasoningPolicyWorkflowTypeContentFilterSensitiveLog,
|
|
8495
|
+
AutomatedReasoningPolicyBuildWorkflowSourceFilterSensitiveLog,
|
|
8496
|
+
StartAutomatedReasoningPolicyBuildWorkflowRequestFilterSensitiveLog,
|
|
8497
|
+
UpdateAutomatedReasoningPolicyRequestFilterSensitiveLog,
|
|
8498
|
+
UpdateAutomatedReasoningPolicyResponseFilterSensitiveLog,
|
|
8499
|
+
UpdateAutomatedReasoningPolicyAnnotationsRequestFilterSensitiveLog,
|
|
8500
|
+
UpdateAutomatedReasoningPolicyTestCaseRequestFilterSensitiveLog,
|
|
6206
8501
|
RequestMetadataBaseFiltersFilterSensitiveLog,
|
|
6207
8502
|
RequestMetadataFiltersFilterSensitiveLog,
|
|
6208
8503
|
InvocationLogsConfigFilterSensitiveLog,
|
|
@@ -6246,6 +8541,37 @@ var paginateListProvisionedModelThroughputs = (0, import_core.createPaginator)(B
|
|
|
6246
8541
|
GuardrailTopicsTierConfigFilterSensitiveLog,
|
|
6247
8542
|
GuardrailTopicConfigFilterSensitiveLog,
|
|
6248
8543
|
GuardrailTopicPolicyConfigFilterSensitiveLog,
|
|
8544
|
+
GuardrailManagedWordsType,
|
|
8545
|
+
GuardrailStatus,
|
|
8546
|
+
InferenceProfileModelSource,
|
|
8547
|
+
InferenceProfileStatus,
|
|
8548
|
+
InferenceProfileType,
|
|
8549
|
+
ModelCopyJobStatus,
|
|
8550
|
+
ModelImportJobStatus,
|
|
8551
|
+
S3InputFormat,
|
|
8552
|
+
ModelInvocationJobInputDataConfig,
|
|
8553
|
+
ModelInvocationJobOutputDataConfig,
|
|
8554
|
+
ModelInvocationJobStatus,
|
|
8555
|
+
ModelCustomization,
|
|
8556
|
+
InferenceType,
|
|
8557
|
+
ModelModality,
|
|
8558
|
+
FoundationModelLifecycleStatus,
|
|
8559
|
+
PromptRouterStatus,
|
|
8560
|
+
PromptRouterType,
|
|
8561
|
+
CommitmentDuration,
|
|
8562
|
+
ProvisionedModelStatus,
|
|
8563
|
+
SortByProvisionedModels,
|
|
8564
|
+
AuthorizationStatus,
|
|
8565
|
+
EntitlementAvailability,
|
|
8566
|
+
RegionAvailability,
|
|
8567
|
+
OfferType,
|
|
8568
|
+
ModelCustomizationJobStatus,
|
|
8569
|
+
JobStatusDetails,
|
|
8570
|
+
FineTuningJobStatus,
|
|
8571
|
+
RetrievalFilter,
|
|
8572
|
+
KnowledgeBaseConfig,
|
|
8573
|
+
RAGConfig,
|
|
8574
|
+
EvaluationInferenceConfig,
|
|
6249
8575
|
GuardrailManagedWordsConfigFilterSensitiveLog,
|
|
6250
8576
|
GuardrailWordConfigFilterSensitiveLog,
|
|
6251
8577
|
GuardrailWordPolicyConfigFilterSensitiveLog,
|
|
@@ -6277,17 +8603,6 @@ var paginateListProvisionedModelThroughputs = (0, import_core.createPaginator)(B
|
|
|
6277
8603
|
GetPromptRouterResponseFilterSensitiveLog,
|
|
6278
8604
|
PromptRouterSummaryFilterSensitiveLog,
|
|
6279
8605
|
ListPromptRoutersResponseFilterSensitiveLog,
|
|
6280
|
-
AuthorizationStatus,
|
|
6281
|
-
EntitlementAvailability,
|
|
6282
|
-
RegionAvailability,
|
|
6283
|
-
OfferType,
|
|
6284
|
-
ModelCustomizationJobStatus,
|
|
6285
|
-
JobStatusDetails,
|
|
6286
|
-
FineTuningJobStatus,
|
|
6287
|
-
RetrievalFilter,
|
|
6288
|
-
KnowledgeBaseConfig,
|
|
6289
|
-
RAGConfig,
|
|
6290
|
-
EvaluationInferenceConfig,
|
|
6291
8606
|
CreateModelCustomizationJobRequestFilterSensitiveLog,
|
|
6292
8607
|
GetModelCustomizationJobResponseFilterSensitiveLog,
|
|
6293
8608
|
RetrievalFilterFilterSensitiveLog,
|