aws-sdk-bedrockagentcorecontrol 1.44.0 → 1.46.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-bedrockagentcorecontrol/client.rb +1490 -61
- data/lib/aws-sdk-bedrockagentcorecontrol/client_api.rb +809 -23
- data/lib/aws-sdk-bedrockagentcorecontrol/types.rb +2214 -311
- data/lib/aws-sdk-bedrockagentcorecontrol.rb +1 -1
- data/sig/client.rbs +515 -25
- data/sig/types.rbs +505 -22
- metadata +3 -3
|
@@ -128,6 +128,11 @@ module Aws::BedrockAgentCoreControl
|
|
|
128
128
|
CodeInterpreterStatus = Shapes::StringShape.new(name: 'CodeInterpreterStatus')
|
|
129
129
|
CodeInterpreterSummaries = Shapes::ListShape.new(name: 'CodeInterpreterSummaries')
|
|
130
130
|
CodeInterpreterSummary = Shapes::StructureShape.new(name: 'CodeInterpreterSummary')
|
|
131
|
+
CoinbaseCdpApiKeyIdType = Shapes::StringShape.new(name: 'CoinbaseCdpApiKeyIdType')
|
|
132
|
+
CoinbaseCdpApiKeySecretType = Shapes::StringShape.new(name: 'CoinbaseCdpApiKeySecretType')
|
|
133
|
+
CoinbaseCdpConfigurationInput = Shapes::StructureShape.new(name: 'CoinbaseCdpConfigurationInput')
|
|
134
|
+
CoinbaseCdpConfigurationOutput = Shapes::StructureShape.new(name: 'CoinbaseCdpConfigurationOutput')
|
|
135
|
+
CoinbaseCdpWalletSecretType = Shapes::StringShape.new(name: 'CoinbaseCdpWalletSecretType')
|
|
131
136
|
ComponentConfiguration = Shapes::StructureShape.new(name: 'ComponentConfiguration')
|
|
132
137
|
ComponentConfigurationMap = Shapes::MapShape.new(name: 'ComponentConfigurationMap')
|
|
133
138
|
ComponentIdentifier = Shapes::StringShape.new(name: 'ComponentIdentifier')
|
|
@@ -188,6 +193,12 @@ module Aws::BedrockAgentCoreControl
|
|
|
188
193
|
CreateOauth2CredentialProviderResponse = Shapes::StructureShape.new(name: 'CreateOauth2CredentialProviderResponse')
|
|
189
194
|
CreateOnlineEvaluationConfigRequest = Shapes::StructureShape.new(name: 'CreateOnlineEvaluationConfigRequest')
|
|
190
195
|
CreateOnlineEvaluationConfigResponse = Shapes::StructureShape.new(name: 'CreateOnlineEvaluationConfigResponse')
|
|
196
|
+
CreatePaymentConnectorRequest = Shapes::StructureShape.new(name: 'CreatePaymentConnectorRequest')
|
|
197
|
+
CreatePaymentConnectorResponse = Shapes::StructureShape.new(name: 'CreatePaymentConnectorResponse')
|
|
198
|
+
CreatePaymentCredentialProviderRequest = Shapes::StructureShape.new(name: 'CreatePaymentCredentialProviderRequest')
|
|
199
|
+
CreatePaymentCredentialProviderResponse = Shapes::StructureShape.new(name: 'CreatePaymentCredentialProviderResponse')
|
|
200
|
+
CreatePaymentManagerRequest = Shapes::StructureShape.new(name: 'CreatePaymentManagerRequest')
|
|
201
|
+
CreatePaymentManagerResponse = Shapes::StructureShape.new(name: 'CreatePaymentManagerResponse')
|
|
191
202
|
CreatePolicyEngineRequest = Shapes::StructureShape.new(name: 'CreatePolicyEngineRequest')
|
|
192
203
|
CreatePolicyEngineResponse = Shapes::StructureShape.new(name: 'CreatePolicyEngineResponse')
|
|
193
204
|
CreatePolicyRequest = Shapes::StructureShape.new(name: 'CreatePolicyRequest')
|
|
@@ -206,6 +217,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
206
217
|
CredentialProviderName = Shapes::StringShape.new(name: 'CredentialProviderName')
|
|
207
218
|
CredentialProviderType = Shapes::StringShape.new(name: 'CredentialProviderType')
|
|
208
219
|
CredentialProviderVendorType = Shapes::StringShape.new(name: 'CredentialProviderVendorType')
|
|
220
|
+
CredentialsProviderConfiguration = Shapes::UnionShape.new(name: 'CredentialsProviderConfiguration')
|
|
221
|
+
CredentialsProviderConfigurations = Shapes::ListShape.new(name: 'CredentialsProviderConfigurations')
|
|
209
222
|
CustomClaimValidationType = Shapes::StructureShape.new(name: 'CustomClaimValidationType')
|
|
210
223
|
CustomClaimValidationsType = Shapes::ListShape.new(name: 'CustomClaimValidationsType')
|
|
211
224
|
CustomConfigurationInput = Shapes::UnionShape.new(name: 'CustomConfigurationInput')
|
|
@@ -262,6 +275,12 @@ module Aws::BedrockAgentCoreControl
|
|
|
262
275
|
DeleteOauth2CredentialProviderResponse = Shapes::StructureShape.new(name: 'DeleteOauth2CredentialProviderResponse')
|
|
263
276
|
DeleteOnlineEvaluationConfigRequest = Shapes::StructureShape.new(name: 'DeleteOnlineEvaluationConfigRequest')
|
|
264
277
|
DeleteOnlineEvaluationConfigResponse = Shapes::StructureShape.new(name: 'DeleteOnlineEvaluationConfigResponse')
|
|
278
|
+
DeletePaymentConnectorRequest = Shapes::StructureShape.new(name: 'DeletePaymentConnectorRequest')
|
|
279
|
+
DeletePaymentConnectorResponse = Shapes::StructureShape.new(name: 'DeletePaymentConnectorResponse')
|
|
280
|
+
DeletePaymentCredentialProviderRequest = Shapes::StructureShape.new(name: 'DeletePaymentCredentialProviderRequest')
|
|
281
|
+
DeletePaymentCredentialProviderResponse = Shapes::StructureShape.new(name: 'DeletePaymentCredentialProviderResponse')
|
|
282
|
+
DeletePaymentManagerRequest = Shapes::StructureShape.new(name: 'DeletePaymentManagerRequest')
|
|
283
|
+
DeletePaymentManagerResponse = Shapes::StructureShape.new(name: 'DeletePaymentManagerResponse')
|
|
265
284
|
DeletePolicyEngineRequest = Shapes::StructureShape.new(name: 'DeletePolicyEngineRequest')
|
|
266
285
|
DeletePolicyEngineResponse = Shapes::StructureShape.new(name: 'DeletePolicyEngineResponse')
|
|
267
286
|
DeletePolicyRequest = Shapes::StructureShape.new(name: 'DeletePolicyRequest')
|
|
@@ -395,12 +414,24 @@ module Aws::BedrockAgentCoreControl
|
|
|
395
414
|
GetOauth2CredentialProviderResponse = Shapes::StructureShape.new(name: 'GetOauth2CredentialProviderResponse')
|
|
396
415
|
GetOnlineEvaluationConfigRequest = Shapes::StructureShape.new(name: 'GetOnlineEvaluationConfigRequest')
|
|
397
416
|
GetOnlineEvaluationConfigResponse = Shapes::StructureShape.new(name: 'GetOnlineEvaluationConfigResponse')
|
|
417
|
+
GetPaymentConnectorRequest = Shapes::StructureShape.new(name: 'GetPaymentConnectorRequest')
|
|
418
|
+
GetPaymentConnectorResponse = Shapes::StructureShape.new(name: 'GetPaymentConnectorResponse')
|
|
419
|
+
GetPaymentCredentialProviderRequest = Shapes::StructureShape.new(name: 'GetPaymentCredentialProviderRequest')
|
|
420
|
+
GetPaymentCredentialProviderResponse = Shapes::StructureShape.new(name: 'GetPaymentCredentialProviderResponse')
|
|
421
|
+
GetPaymentManagerRequest = Shapes::StructureShape.new(name: 'GetPaymentManagerRequest')
|
|
422
|
+
GetPaymentManagerResponse = Shapes::StructureShape.new(name: 'GetPaymentManagerResponse')
|
|
398
423
|
GetPolicyEngineRequest = Shapes::StructureShape.new(name: 'GetPolicyEngineRequest')
|
|
399
424
|
GetPolicyEngineResponse = Shapes::StructureShape.new(name: 'GetPolicyEngineResponse')
|
|
425
|
+
GetPolicyEngineSummaryRequest = Shapes::StructureShape.new(name: 'GetPolicyEngineSummaryRequest')
|
|
426
|
+
GetPolicyEngineSummaryResponse = Shapes::StructureShape.new(name: 'GetPolicyEngineSummaryResponse')
|
|
400
427
|
GetPolicyGenerationRequest = Shapes::StructureShape.new(name: 'GetPolicyGenerationRequest')
|
|
401
428
|
GetPolicyGenerationResponse = Shapes::StructureShape.new(name: 'GetPolicyGenerationResponse')
|
|
429
|
+
GetPolicyGenerationSummaryRequest = Shapes::StructureShape.new(name: 'GetPolicyGenerationSummaryRequest')
|
|
430
|
+
GetPolicyGenerationSummaryResponse = Shapes::StructureShape.new(name: 'GetPolicyGenerationSummaryResponse')
|
|
402
431
|
GetPolicyRequest = Shapes::StructureShape.new(name: 'GetPolicyRequest')
|
|
403
432
|
GetPolicyResponse = Shapes::StructureShape.new(name: 'GetPolicyResponse')
|
|
433
|
+
GetPolicySummaryRequest = Shapes::StructureShape.new(name: 'GetPolicySummaryRequest')
|
|
434
|
+
GetPolicySummaryResponse = Shapes::StructureShape.new(name: 'GetPolicySummaryResponse')
|
|
404
435
|
GetRegistryRecordRequest = Shapes::StructureShape.new(name: 'GetRegistryRecordRequest')
|
|
405
436
|
GetRegistryRecordResponse = Shapes::StructureShape.new(name: 'GetRegistryRecordResponse')
|
|
406
437
|
GetRegistryRequest = Shapes::StructureShape.new(name: 'GetRegistryRequest')
|
|
@@ -552,14 +583,27 @@ module Aws::BedrockAgentCoreControl
|
|
|
552
583
|
ListOnlineEvaluationConfigsRequest = Shapes::StructureShape.new(name: 'ListOnlineEvaluationConfigsRequest')
|
|
553
584
|
ListOnlineEvaluationConfigsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListOnlineEvaluationConfigsRequestMaxResultsInteger')
|
|
554
585
|
ListOnlineEvaluationConfigsResponse = Shapes::StructureShape.new(name: 'ListOnlineEvaluationConfigsResponse')
|
|
586
|
+
ListPaymentConnectorsRequest = Shapes::StructureShape.new(name: 'ListPaymentConnectorsRequest')
|
|
587
|
+
ListPaymentConnectorsResponse = Shapes::StructureShape.new(name: 'ListPaymentConnectorsResponse')
|
|
588
|
+
ListPaymentCredentialProvidersRequest = Shapes::StructureShape.new(name: 'ListPaymentCredentialProvidersRequest')
|
|
589
|
+
ListPaymentCredentialProvidersRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListPaymentCredentialProvidersRequestMaxResultsInteger')
|
|
590
|
+
ListPaymentCredentialProvidersResponse = Shapes::StructureShape.new(name: 'ListPaymentCredentialProvidersResponse')
|
|
591
|
+
ListPaymentManagersRequest = Shapes::StructureShape.new(name: 'ListPaymentManagersRequest')
|
|
592
|
+
ListPaymentManagersResponse = Shapes::StructureShape.new(name: 'ListPaymentManagersResponse')
|
|
555
593
|
ListPoliciesRequest = Shapes::StructureShape.new(name: 'ListPoliciesRequest')
|
|
556
594
|
ListPoliciesResponse = Shapes::StructureShape.new(name: 'ListPoliciesResponse')
|
|
595
|
+
ListPolicyEngineSummariesRequest = Shapes::StructureShape.new(name: 'ListPolicyEngineSummariesRequest')
|
|
596
|
+
ListPolicyEngineSummariesResponse = Shapes::StructureShape.new(name: 'ListPolicyEngineSummariesResponse')
|
|
557
597
|
ListPolicyEnginesRequest = Shapes::StructureShape.new(name: 'ListPolicyEnginesRequest')
|
|
558
598
|
ListPolicyEnginesResponse = Shapes::StructureShape.new(name: 'ListPolicyEnginesResponse')
|
|
559
599
|
ListPolicyGenerationAssetsRequest = Shapes::StructureShape.new(name: 'ListPolicyGenerationAssetsRequest')
|
|
560
600
|
ListPolicyGenerationAssetsResponse = Shapes::StructureShape.new(name: 'ListPolicyGenerationAssetsResponse')
|
|
601
|
+
ListPolicyGenerationSummariesRequest = Shapes::StructureShape.new(name: 'ListPolicyGenerationSummariesRequest')
|
|
602
|
+
ListPolicyGenerationSummariesResponse = Shapes::StructureShape.new(name: 'ListPolicyGenerationSummariesResponse')
|
|
561
603
|
ListPolicyGenerationsRequest = Shapes::StructureShape.new(name: 'ListPolicyGenerationsRequest')
|
|
562
604
|
ListPolicyGenerationsResponse = Shapes::StructureShape.new(name: 'ListPolicyGenerationsResponse')
|
|
605
|
+
ListPolicySummariesRequest = Shapes::StructureShape.new(name: 'ListPolicySummariesRequest')
|
|
606
|
+
ListPolicySummariesResponse = Shapes::StructureShape.new(name: 'ListPolicySummariesResponse')
|
|
563
607
|
ListRegistriesRequest = Shapes::StructureShape.new(name: 'ListRegistriesRequest')
|
|
564
608
|
ListRegistriesResponse = Shapes::StructureShape.new(name: 'ListRegistriesResponse')
|
|
565
609
|
ListRegistryRecordsRequest = Shapes::StructureShape.new(name: 'ListRegistryRecordsRequest')
|
|
@@ -678,6 +722,28 @@ module Aws::BedrockAgentCoreControl
|
|
|
678
722
|
OnlineEvaluationExecutionStatus = Shapes::StringShape.new(name: 'OnlineEvaluationExecutionStatus')
|
|
679
723
|
OutputConfig = Shapes::StructureShape.new(name: 'OutputConfig')
|
|
680
724
|
OverrideType = Shapes::StringShape.new(name: 'OverrideType')
|
|
725
|
+
PaymentConnectorId = Shapes::StringShape.new(name: 'PaymentConnectorId')
|
|
726
|
+
PaymentConnectorName = Shapes::StringShape.new(name: 'PaymentConnectorName')
|
|
727
|
+
PaymentConnectorStatus = Shapes::StringShape.new(name: 'PaymentConnectorStatus')
|
|
728
|
+
PaymentConnectorSummaries = Shapes::ListShape.new(name: 'PaymentConnectorSummaries')
|
|
729
|
+
PaymentConnectorSummary = Shapes::StructureShape.new(name: 'PaymentConnectorSummary')
|
|
730
|
+
PaymentConnectorType = Shapes::StringShape.new(name: 'PaymentConnectorType')
|
|
731
|
+
PaymentCredentialProviderArn = Shapes::StringShape.new(name: 'PaymentCredentialProviderArn')
|
|
732
|
+
PaymentCredentialProviderArnType = Shapes::StringShape.new(name: 'PaymentCredentialProviderArnType')
|
|
733
|
+
PaymentCredentialProviderConfiguration = Shapes::StructureShape.new(name: 'PaymentCredentialProviderConfiguration')
|
|
734
|
+
PaymentCredentialProviderItem = Shapes::StructureShape.new(name: 'PaymentCredentialProviderItem')
|
|
735
|
+
PaymentCredentialProviderVendorType = Shapes::StringShape.new(name: 'PaymentCredentialProviderVendorType')
|
|
736
|
+
PaymentCredentialProviders = Shapes::ListShape.new(name: 'PaymentCredentialProviders')
|
|
737
|
+
PaymentManagerArn = Shapes::StringShape.new(name: 'PaymentManagerArn')
|
|
738
|
+
PaymentManagerId = Shapes::StringShape.new(name: 'PaymentManagerId')
|
|
739
|
+
PaymentManagerName = Shapes::StringShape.new(name: 'PaymentManagerName')
|
|
740
|
+
PaymentManagerStatus = Shapes::StringShape.new(name: 'PaymentManagerStatus')
|
|
741
|
+
PaymentManagerSummaries = Shapes::ListShape.new(name: 'PaymentManagerSummaries')
|
|
742
|
+
PaymentManagerSummary = Shapes::StructureShape.new(name: 'PaymentManagerSummary')
|
|
743
|
+
PaymentProviderConfigurationInput = Shapes::UnionShape.new(name: 'PaymentProviderConfigurationInput')
|
|
744
|
+
PaymentProviderConfigurationOutput = Shapes::UnionShape.new(name: 'PaymentProviderConfigurationOutput')
|
|
745
|
+
PaymentsAuthorizerType = Shapes::StringShape.new(name: 'PaymentsAuthorizerType')
|
|
746
|
+
PaymentsDescription = Shapes::StringShape.new(name: 'PaymentsDescription')
|
|
681
747
|
Policies = Shapes::ListShape.new(name: 'Policies')
|
|
682
748
|
Policy = Shapes::StructureShape.new(name: 'Policy')
|
|
683
749
|
PolicyArn = Shapes::StringShape.new(name: 'PolicyArn')
|
|
@@ -686,6 +752,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
686
752
|
PolicyEngineArn = Shapes::StringShape.new(name: 'PolicyEngineArn')
|
|
687
753
|
PolicyEngineName = Shapes::StringShape.new(name: 'PolicyEngineName')
|
|
688
754
|
PolicyEngineStatus = Shapes::StringShape.new(name: 'PolicyEngineStatus')
|
|
755
|
+
PolicyEngineSummary = Shapes::StructureShape.new(name: 'PolicyEngineSummary')
|
|
756
|
+
PolicyEngineSummaryList = Shapes::ListShape.new(name: 'PolicyEngineSummaryList')
|
|
689
757
|
PolicyEngines = Shapes::ListShape.new(name: 'PolicyEngines')
|
|
690
758
|
PolicyGeneration = Shapes::StructureShape.new(name: 'PolicyGeneration')
|
|
691
759
|
PolicyGenerationArn = Shapes::StringShape.new(name: 'PolicyGenerationArn')
|
|
@@ -694,10 +762,14 @@ module Aws::BedrockAgentCoreControl
|
|
|
694
762
|
PolicyGenerationDetails = Shapes::StructureShape.new(name: 'PolicyGenerationDetails')
|
|
695
763
|
PolicyGenerationName = Shapes::StringShape.new(name: 'PolicyGenerationName')
|
|
696
764
|
PolicyGenerationStatus = Shapes::StringShape.new(name: 'PolicyGenerationStatus')
|
|
765
|
+
PolicyGenerationSummary = Shapes::StructureShape.new(name: 'PolicyGenerationSummary')
|
|
766
|
+
PolicyGenerationSummaryList = Shapes::ListShape.new(name: 'PolicyGenerationSummaryList')
|
|
697
767
|
PolicyGenerations = Shapes::ListShape.new(name: 'PolicyGenerations')
|
|
698
768
|
PolicyName = Shapes::StringShape.new(name: 'PolicyName')
|
|
699
769
|
PolicyStatus = Shapes::StringShape.new(name: 'PolicyStatus')
|
|
700
770
|
PolicyStatusReasons = Shapes::ListShape.new(name: 'PolicyStatusReasons')
|
|
771
|
+
PolicySummary = Shapes::StructureShape.new(name: 'PolicySummary')
|
|
772
|
+
PolicySummaryList = Shapes::ListShape.new(name: 'PolicySummaryList')
|
|
701
773
|
PolicyValidationMode = Shapes::StringShape.new(name: 'PolicyValidationMode')
|
|
702
774
|
PrincipalMatchOperator = Shapes::StringShape.new(name: 'PrincipalMatchOperator')
|
|
703
775
|
PrivateEndpoint = Shapes::UnionShape.new(name: 'PrivateEndpoint')
|
|
@@ -837,6 +909,12 @@ module Aws::BedrockAgentCoreControl
|
|
|
837
909
|
StringListValidation = Shapes::StructureShape.new(name: 'StringListValidation')
|
|
838
910
|
StringListValidationMaxItemsInteger = Shapes::IntegerShape.new(name: 'StringListValidationMaxItemsInteger')
|
|
839
911
|
StringValidation = Shapes::StructureShape.new(name: 'StringValidation')
|
|
912
|
+
StripePrivyAppIdType = Shapes::StringShape.new(name: 'StripePrivyAppIdType')
|
|
913
|
+
StripePrivyAppSecretType = Shapes::StringShape.new(name: 'StripePrivyAppSecretType')
|
|
914
|
+
StripePrivyAuthorizationIdType = Shapes::StringShape.new(name: 'StripePrivyAuthorizationIdType')
|
|
915
|
+
StripePrivyAuthorizationPrivateKeyType = Shapes::StringShape.new(name: 'StripePrivyAuthorizationPrivateKeyType')
|
|
916
|
+
StripePrivyConfigurationInput = Shapes::StructureShape.new(name: 'StripePrivyConfigurationInput')
|
|
917
|
+
StripePrivyConfigurationOutput = Shapes::StructureShape.new(name: 'StripePrivyConfigurationOutput')
|
|
840
918
|
SubmitRegistryRecordForApprovalRequest = Shapes::StructureShape.new(name: 'SubmitRegistryRecordForApprovalRequest')
|
|
841
919
|
SubmitRegistryRecordForApprovalResponse = Shapes::StructureShape.new(name: 'SubmitRegistryRecordForApprovalResponse')
|
|
842
920
|
SubnetId = Shapes::StringShape.new(name: 'SubnetId')
|
|
@@ -941,6 +1019,12 @@ module Aws::BedrockAgentCoreControl
|
|
|
941
1019
|
UpdateOauth2CredentialProviderResponse = Shapes::StructureShape.new(name: 'UpdateOauth2CredentialProviderResponse')
|
|
942
1020
|
UpdateOnlineEvaluationConfigRequest = Shapes::StructureShape.new(name: 'UpdateOnlineEvaluationConfigRequest')
|
|
943
1021
|
UpdateOnlineEvaluationConfigResponse = Shapes::StructureShape.new(name: 'UpdateOnlineEvaluationConfigResponse')
|
|
1022
|
+
UpdatePaymentConnectorRequest = Shapes::StructureShape.new(name: 'UpdatePaymentConnectorRequest')
|
|
1023
|
+
UpdatePaymentConnectorResponse = Shapes::StructureShape.new(name: 'UpdatePaymentConnectorResponse')
|
|
1024
|
+
UpdatePaymentCredentialProviderRequest = Shapes::StructureShape.new(name: 'UpdatePaymentCredentialProviderRequest')
|
|
1025
|
+
UpdatePaymentCredentialProviderResponse = Shapes::StructureShape.new(name: 'UpdatePaymentCredentialProviderResponse')
|
|
1026
|
+
UpdatePaymentManagerRequest = Shapes::StructureShape.new(name: 'UpdatePaymentManagerRequest')
|
|
1027
|
+
UpdatePaymentManagerResponse = Shapes::StructureShape.new(name: 'UpdatePaymentManagerResponse')
|
|
944
1028
|
UpdatePolicyEngineRequest = Shapes::StructureShape.new(name: 'UpdatePolicyEngineRequest')
|
|
945
1029
|
UpdatePolicyEngineResponse = Shapes::StructureShape.new(name: 'UpdatePolicyEngineResponse')
|
|
946
1030
|
UpdatePolicyRequest = Shapes::StructureShape.new(name: 'UpdatePolicyRequest')
|
|
@@ -1264,6 +1348,16 @@ module Aws::BedrockAgentCoreControl
|
|
|
1264
1348
|
CodeInterpreterSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "lastUpdatedAt"))
|
|
1265
1349
|
CodeInterpreterSummary.struct_class = Types::CodeInterpreterSummary
|
|
1266
1350
|
|
|
1351
|
+
CoinbaseCdpConfigurationInput.add_member(:api_key_id, Shapes::ShapeRef.new(shape: CoinbaseCdpApiKeyIdType, required: true, location_name: "apiKeyId"))
|
|
1352
|
+
CoinbaseCdpConfigurationInput.add_member(:api_key_secret, Shapes::ShapeRef.new(shape: CoinbaseCdpApiKeySecretType, required: true, location_name: "apiKeySecret"))
|
|
1353
|
+
CoinbaseCdpConfigurationInput.add_member(:wallet_secret, Shapes::ShapeRef.new(shape: CoinbaseCdpWalletSecretType, required: true, location_name: "walletSecret"))
|
|
1354
|
+
CoinbaseCdpConfigurationInput.struct_class = Types::CoinbaseCdpConfigurationInput
|
|
1355
|
+
|
|
1356
|
+
CoinbaseCdpConfigurationOutput.add_member(:api_key_id, Shapes::ShapeRef.new(shape: CoinbaseCdpApiKeyIdType, required: true, location_name: "apiKeyId"))
|
|
1357
|
+
CoinbaseCdpConfigurationOutput.add_member(:api_key_secret_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "apiKeySecretArn"))
|
|
1358
|
+
CoinbaseCdpConfigurationOutput.add_member(:wallet_secret_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "walletSecretArn"))
|
|
1359
|
+
CoinbaseCdpConfigurationOutput.struct_class = Types::CoinbaseCdpConfigurationOutput
|
|
1360
|
+
|
|
1267
1361
|
ComponentConfiguration.add_member(:configuration, Shapes::ShapeRef.new(shape: Document, required: true, location_name: "configuration"))
|
|
1268
1362
|
ComponentConfiguration.struct_class = Types::ComponentConfiguration
|
|
1269
1363
|
|
|
@@ -1617,6 +1711,56 @@ module Aws::BedrockAgentCoreControl
|
|
|
1617
1711
|
CreateOnlineEvaluationConfigResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
|
|
1618
1712
|
CreateOnlineEvaluationConfigResponse.struct_class = Types::CreateOnlineEvaluationConfigResponse
|
|
1619
1713
|
|
|
1714
|
+
CreatePaymentConnectorRequest.add_member(:payment_manager_id, Shapes::ShapeRef.new(shape: PaymentManagerId, required: true, location: "uri", location_name: "paymentManagerId"))
|
|
1715
|
+
CreatePaymentConnectorRequest.add_member(:name, Shapes::ShapeRef.new(shape: PaymentConnectorName, required: true, location_name: "name"))
|
|
1716
|
+
CreatePaymentConnectorRequest.add_member(:description, Shapes::ShapeRef.new(shape: PaymentsDescription, location_name: "description"))
|
|
1717
|
+
CreatePaymentConnectorRequest.add_member(:type, Shapes::ShapeRef.new(shape: PaymentConnectorType, required: true, location_name: "type"))
|
|
1718
|
+
CreatePaymentConnectorRequest.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialsProviderConfigurations, required: true, location_name: "credentialProviderConfigurations"))
|
|
1719
|
+
CreatePaymentConnectorRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
1720
|
+
CreatePaymentConnectorRequest.struct_class = Types::CreatePaymentConnectorRequest
|
|
1721
|
+
|
|
1722
|
+
CreatePaymentConnectorResponse.add_member(:payment_connector_id, Shapes::ShapeRef.new(shape: PaymentConnectorId, required: true, location_name: "paymentConnectorId"))
|
|
1723
|
+
CreatePaymentConnectorResponse.add_member(:payment_manager_id, Shapes::ShapeRef.new(shape: PaymentManagerId, required: true, location_name: "paymentManagerId"))
|
|
1724
|
+
CreatePaymentConnectorResponse.add_member(:name, Shapes::ShapeRef.new(shape: PaymentConnectorName, required: true, location_name: "name"))
|
|
1725
|
+
CreatePaymentConnectorResponse.add_member(:type, Shapes::ShapeRef.new(shape: PaymentConnectorType, required: true, location_name: "type"))
|
|
1726
|
+
CreatePaymentConnectorResponse.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialsProviderConfigurations, required: true, location_name: "credentialProviderConfigurations"))
|
|
1727
|
+
CreatePaymentConnectorResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
1728
|
+
CreatePaymentConnectorResponse.add_member(:status, Shapes::ShapeRef.new(shape: PaymentConnectorStatus, required: true, location_name: "status"))
|
|
1729
|
+
CreatePaymentConnectorResponse.struct_class = Types::CreatePaymentConnectorResponse
|
|
1730
|
+
|
|
1731
|
+
CreatePaymentCredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
1732
|
+
CreatePaymentCredentialProviderRequest.add_member(:credential_provider_vendor, Shapes::ShapeRef.new(shape: PaymentCredentialProviderVendorType, required: true, location_name: "credentialProviderVendor"))
|
|
1733
|
+
CreatePaymentCredentialProviderRequest.add_member(:provider_configuration_input, Shapes::ShapeRef.new(shape: PaymentProviderConfigurationInput, required: true, location_name: "providerConfigurationInput"))
|
|
1734
|
+
CreatePaymentCredentialProviderRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
1735
|
+
CreatePaymentCredentialProviderRequest.struct_class = Types::CreatePaymentCredentialProviderRequest
|
|
1736
|
+
|
|
1737
|
+
CreatePaymentCredentialProviderResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
1738
|
+
CreatePaymentCredentialProviderResponse.add_member(:credential_provider_vendor, Shapes::ShapeRef.new(shape: PaymentCredentialProviderVendorType, required: true, location_name: "credentialProviderVendor"))
|
|
1739
|
+
CreatePaymentCredentialProviderResponse.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: PaymentCredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
|
|
1740
|
+
CreatePaymentCredentialProviderResponse.add_member(:provider_configuration_output, Shapes::ShapeRef.new(shape: PaymentProviderConfigurationOutput, required: true, location_name: "providerConfigurationOutput"))
|
|
1741
|
+
CreatePaymentCredentialProviderResponse.struct_class = Types::CreatePaymentCredentialProviderResponse
|
|
1742
|
+
|
|
1743
|
+
CreatePaymentManagerRequest.add_member(:name, Shapes::ShapeRef.new(shape: PaymentManagerName, required: true, location_name: "name"))
|
|
1744
|
+
CreatePaymentManagerRequest.add_member(:description, Shapes::ShapeRef.new(shape: PaymentsDescription, location_name: "description"))
|
|
1745
|
+
CreatePaymentManagerRequest.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: PaymentsAuthorizerType, required: true, location_name: "authorizerType"))
|
|
1746
|
+
CreatePaymentManagerRequest.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
|
|
1747
|
+
CreatePaymentManagerRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
|
1748
|
+
CreatePaymentManagerRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
1749
|
+
CreatePaymentManagerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
1750
|
+
CreatePaymentManagerRequest.struct_class = Types::CreatePaymentManagerRequest
|
|
1751
|
+
|
|
1752
|
+
CreatePaymentManagerResponse.add_member(:payment_manager_arn, Shapes::ShapeRef.new(shape: PaymentManagerArn, required: true, location_name: "paymentManagerArn"))
|
|
1753
|
+
CreatePaymentManagerResponse.add_member(:payment_manager_id, Shapes::ShapeRef.new(shape: PaymentManagerId, required: true, location_name: "paymentManagerId"))
|
|
1754
|
+
CreatePaymentManagerResponse.add_member(:name, Shapes::ShapeRef.new(shape: PaymentManagerName, required: true, location_name: "name"))
|
|
1755
|
+
CreatePaymentManagerResponse.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: PaymentsAuthorizerType, required: true, location_name: "authorizerType"))
|
|
1756
|
+
CreatePaymentManagerResponse.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
|
|
1757
|
+
CreatePaymentManagerResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
|
1758
|
+
CreatePaymentManagerResponse.add_member(:workload_identity_details, Shapes::ShapeRef.new(shape: WorkloadIdentityDetails, location_name: "workloadIdentityDetails"))
|
|
1759
|
+
CreatePaymentManagerResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
1760
|
+
CreatePaymentManagerResponse.add_member(:status, Shapes::ShapeRef.new(shape: PaymentManagerStatus, required: true, location_name: "status"))
|
|
1761
|
+
CreatePaymentManagerResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
1762
|
+
CreatePaymentManagerResponse.struct_class = Types::CreatePaymentManagerResponse
|
|
1763
|
+
|
|
1620
1764
|
CreatePolicyEngineRequest.add_member(:name, Shapes::ShapeRef.new(shape: PolicyEngineName, required: true, location_name: "name"))
|
|
1621
1765
|
CreatePolicyEngineRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
1622
1766
|
CreatePolicyEngineRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
@@ -1626,13 +1770,13 @@ module Aws::BedrockAgentCoreControl
|
|
|
1626
1770
|
|
|
1627
1771
|
CreatePolicyEngineResponse.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyEngineId"))
|
|
1628
1772
|
CreatePolicyEngineResponse.add_member(:name, Shapes::ShapeRef.new(shape: PolicyEngineName, required: true, location_name: "name"))
|
|
1629
|
-
CreatePolicyEngineResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
1630
1773
|
CreatePolicyEngineResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
1631
1774
|
CreatePolicyEngineResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
1632
1775
|
CreatePolicyEngineResponse.add_member(:policy_engine_arn, Shapes::ShapeRef.new(shape: PolicyEngineArn, required: true, location_name: "policyEngineArn"))
|
|
1633
1776
|
CreatePolicyEngineResponse.add_member(:status, Shapes::ShapeRef.new(shape: PolicyEngineStatus, required: true, location_name: "status"))
|
|
1634
|
-
CreatePolicyEngineResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
|
|
1635
1777
|
CreatePolicyEngineResponse.add_member(:encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "encryptionKeyArn"))
|
|
1778
|
+
CreatePolicyEngineResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
1779
|
+
CreatePolicyEngineResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
|
|
1636
1780
|
CreatePolicyEngineResponse.struct_class = Types::CreatePolicyEngineResponse
|
|
1637
1781
|
|
|
1638
1782
|
CreatePolicyRequest.add_member(:name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "name"))
|
|
@@ -1646,12 +1790,12 @@ module Aws::BedrockAgentCoreControl
|
|
|
1646
1790
|
CreatePolicyResponse.add_member(:policy_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyId"))
|
|
1647
1791
|
CreatePolicyResponse.add_member(:name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "name"))
|
|
1648
1792
|
CreatePolicyResponse.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyEngineId"))
|
|
1649
|
-
CreatePolicyResponse.add_member(:definition, Shapes::ShapeRef.new(shape: PolicyDefinition, required: true, location_name: "definition"))
|
|
1650
|
-
CreatePolicyResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
1651
1793
|
CreatePolicyResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
1652
1794
|
CreatePolicyResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
1653
1795
|
CreatePolicyResponse.add_member(:policy_arn, Shapes::ShapeRef.new(shape: PolicyArn, required: true, location_name: "policyArn"))
|
|
1654
1796
|
CreatePolicyResponse.add_member(:status, Shapes::ShapeRef.new(shape: PolicyStatus, required: true, location_name: "status"))
|
|
1797
|
+
CreatePolicyResponse.add_member(:definition, Shapes::ShapeRef.new(shape: PolicyDefinition, required: true, location_name: "definition"))
|
|
1798
|
+
CreatePolicyResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
1655
1799
|
CreatePolicyResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
|
|
1656
1800
|
CreatePolicyResponse.struct_class = Types::CreatePolicyResponse
|
|
1657
1801
|
|
|
@@ -1707,6 +1851,16 @@ module Aws::BedrockAgentCoreControl
|
|
|
1707
1851
|
|
|
1708
1852
|
CredentialProviderConfigurations.member = Shapes::ShapeRef.new(shape: CredentialProviderConfiguration)
|
|
1709
1853
|
|
|
1854
|
+
CredentialsProviderConfiguration.add_member(:coinbase_cdp, Shapes::ShapeRef.new(shape: PaymentCredentialProviderConfiguration, location_name: "coinbaseCDP"))
|
|
1855
|
+
CredentialsProviderConfiguration.add_member(:stripe_privy, Shapes::ShapeRef.new(shape: PaymentCredentialProviderConfiguration, location_name: "stripePrivy"))
|
|
1856
|
+
CredentialsProviderConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1857
|
+
CredentialsProviderConfiguration.add_member_subclass(:coinbase_cdp, Types::CredentialsProviderConfiguration::CoinbaseCdp)
|
|
1858
|
+
CredentialsProviderConfiguration.add_member_subclass(:stripe_privy, Types::CredentialsProviderConfiguration::StripePrivy)
|
|
1859
|
+
CredentialsProviderConfiguration.add_member_subclass(:unknown, Types::CredentialsProviderConfiguration::Unknown)
|
|
1860
|
+
CredentialsProviderConfiguration.struct_class = Types::CredentialsProviderConfiguration
|
|
1861
|
+
|
|
1862
|
+
CredentialsProviderConfigurations.member = Shapes::ShapeRef.new(shape: CredentialsProviderConfiguration)
|
|
1863
|
+
|
|
1710
1864
|
CustomClaimValidationType.add_member(:inbound_token_claim_name, Shapes::ShapeRef.new(shape: InboundTokenClaimNameType, required: true, location_name: "inboundTokenClaimName"))
|
|
1711
1865
|
CustomClaimValidationType.add_member(:inbound_token_claim_value_type, Shapes::ShapeRef.new(shape: InboundTokenClaimValueType, required: true, location_name: "inboundTokenClaimValueType"))
|
|
1712
1866
|
CustomClaimValidationType.add_member(:authorizing_claim_match_value, Shapes::ShapeRef.new(shape: AuthorizingClaimMatchValueType, required: true, location_name: "authorizingClaimMatchValue"))
|
|
@@ -1959,18 +2113,40 @@ module Aws::BedrockAgentCoreControl
|
|
|
1959
2113
|
DeleteOnlineEvaluationConfigResponse.add_member(:status, Shapes::ShapeRef.new(shape: OnlineEvaluationConfigStatus, required: true, location_name: "status"))
|
|
1960
2114
|
DeleteOnlineEvaluationConfigResponse.struct_class = Types::DeleteOnlineEvaluationConfigResponse
|
|
1961
2115
|
|
|
2116
|
+
DeletePaymentConnectorRequest.add_member(:payment_manager_id, Shapes::ShapeRef.new(shape: PaymentManagerId, required: true, location: "uri", location_name: "paymentManagerId"))
|
|
2117
|
+
DeletePaymentConnectorRequest.add_member(:payment_connector_id, Shapes::ShapeRef.new(shape: PaymentConnectorId, required: true, location: "uri", location_name: "paymentConnectorId"))
|
|
2118
|
+
DeletePaymentConnectorRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
2119
|
+
DeletePaymentConnectorRequest.struct_class = Types::DeletePaymentConnectorRequest
|
|
2120
|
+
|
|
2121
|
+
DeletePaymentConnectorResponse.add_member(:status, Shapes::ShapeRef.new(shape: PaymentConnectorStatus, required: true, location_name: "status"))
|
|
2122
|
+
DeletePaymentConnectorResponse.add_member(:payment_connector_id, Shapes::ShapeRef.new(shape: PaymentConnectorId, location_name: "paymentConnectorId"))
|
|
2123
|
+
DeletePaymentConnectorResponse.struct_class = Types::DeletePaymentConnectorResponse
|
|
2124
|
+
|
|
2125
|
+
DeletePaymentCredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
2126
|
+
DeletePaymentCredentialProviderRequest.struct_class = Types::DeletePaymentCredentialProviderRequest
|
|
2127
|
+
|
|
2128
|
+
DeletePaymentCredentialProviderResponse.struct_class = Types::DeletePaymentCredentialProviderResponse
|
|
2129
|
+
|
|
2130
|
+
DeletePaymentManagerRequest.add_member(:payment_manager_id, Shapes::ShapeRef.new(shape: PaymentManagerId, required: true, location: "uri", location_name: "paymentManagerId"))
|
|
2131
|
+
DeletePaymentManagerRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
2132
|
+
DeletePaymentManagerRequest.struct_class = Types::DeletePaymentManagerRequest
|
|
2133
|
+
|
|
2134
|
+
DeletePaymentManagerResponse.add_member(:status, Shapes::ShapeRef.new(shape: PaymentManagerStatus, required: true, location_name: "status"))
|
|
2135
|
+
DeletePaymentManagerResponse.add_member(:payment_manager_id, Shapes::ShapeRef.new(shape: PaymentManagerId, location_name: "paymentManagerId"))
|
|
2136
|
+
DeletePaymentManagerResponse.struct_class = Types::DeletePaymentManagerResponse
|
|
2137
|
+
|
|
1962
2138
|
DeletePolicyEngineRequest.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyEngineId"))
|
|
1963
2139
|
DeletePolicyEngineRequest.struct_class = Types::DeletePolicyEngineRequest
|
|
1964
2140
|
|
|
1965
2141
|
DeletePolicyEngineResponse.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyEngineId"))
|
|
1966
2142
|
DeletePolicyEngineResponse.add_member(:name, Shapes::ShapeRef.new(shape: PolicyEngineName, required: true, location_name: "name"))
|
|
1967
|
-
DeletePolicyEngineResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
1968
2143
|
DeletePolicyEngineResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
1969
2144
|
DeletePolicyEngineResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
1970
2145
|
DeletePolicyEngineResponse.add_member(:policy_engine_arn, Shapes::ShapeRef.new(shape: PolicyEngineArn, required: true, location_name: "policyEngineArn"))
|
|
1971
2146
|
DeletePolicyEngineResponse.add_member(:status, Shapes::ShapeRef.new(shape: PolicyEngineStatus, required: true, location_name: "status"))
|
|
1972
|
-
DeletePolicyEngineResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
|
|
1973
2147
|
DeletePolicyEngineResponse.add_member(:encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "encryptionKeyArn"))
|
|
2148
|
+
DeletePolicyEngineResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
2149
|
+
DeletePolicyEngineResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
|
|
1974
2150
|
DeletePolicyEngineResponse.struct_class = Types::DeletePolicyEngineResponse
|
|
1975
2151
|
|
|
1976
2152
|
DeletePolicyRequest.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyEngineId"))
|
|
@@ -1980,12 +2156,12 @@ module Aws::BedrockAgentCoreControl
|
|
|
1980
2156
|
DeletePolicyResponse.add_member(:policy_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyId"))
|
|
1981
2157
|
DeletePolicyResponse.add_member(:name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "name"))
|
|
1982
2158
|
DeletePolicyResponse.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyEngineId"))
|
|
1983
|
-
DeletePolicyResponse.add_member(:definition, Shapes::ShapeRef.new(shape: PolicyDefinition, required: true, location_name: "definition"))
|
|
1984
|
-
DeletePolicyResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
1985
2159
|
DeletePolicyResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
1986
2160
|
DeletePolicyResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
1987
2161
|
DeletePolicyResponse.add_member(:policy_arn, Shapes::ShapeRef.new(shape: PolicyArn, required: true, location_name: "policyArn"))
|
|
1988
2162
|
DeletePolicyResponse.add_member(:status, Shapes::ShapeRef.new(shape: PolicyStatus, required: true, location_name: "status"))
|
|
2163
|
+
DeletePolicyResponse.add_member(:definition, Shapes::ShapeRef.new(shape: PolicyDefinition, required: true, location_name: "definition"))
|
|
2164
|
+
DeletePolicyResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
1989
2165
|
DeletePolicyResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
|
|
1990
2166
|
DeletePolicyResponse.struct_class = Types::DeletePolicyResponse
|
|
1991
2167
|
|
|
@@ -2492,20 +2668,75 @@ module Aws::BedrockAgentCoreControl
|
|
|
2492
2668
|
GetOnlineEvaluationConfigResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
|
|
2493
2669
|
GetOnlineEvaluationConfigResponse.struct_class = Types::GetOnlineEvaluationConfigResponse
|
|
2494
2670
|
|
|
2671
|
+
GetPaymentConnectorRequest.add_member(:payment_manager_id, Shapes::ShapeRef.new(shape: PaymentManagerId, required: true, location: "uri", location_name: "paymentManagerId"))
|
|
2672
|
+
GetPaymentConnectorRequest.add_member(:payment_connector_id, Shapes::ShapeRef.new(shape: PaymentConnectorId, required: true, location: "uri", location_name: "paymentConnectorId"))
|
|
2673
|
+
GetPaymentConnectorRequest.struct_class = Types::GetPaymentConnectorRequest
|
|
2674
|
+
|
|
2675
|
+
GetPaymentConnectorResponse.add_member(:payment_connector_id, Shapes::ShapeRef.new(shape: PaymentConnectorId, required: true, location_name: "paymentConnectorId"))
|
|
2676
|
+
GetPaymentConnectorResponse.add_member(:name, Shapes::ShapeRef.new(shape: PaymentConnectorName, required: true, location_name: "name"))
|
|
2677
|
+
GetPaymentConnectorResponse.add_member(:description, Shapes::ShapeRef.new(shape: PaymentsDescription, location_name: "description"))
|
|
2678
|
+
GetPaymentConnectorResponse.add_member(:type, Shapes::ShapeRef.new(shape: PaymentConnectorType, required: true, location_name: "type"))
|
|
2679
|
+
GetPaymentConnectorResponse.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialsProviderConfigurations, required: true, location_name: "credentialProviderConfigurations"))
|
|
2680
|
+
GetPaymentConnectorResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
2681
|
+
GetPaymentConnectorResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
|
|
2682
|
+
GetPaymentConnectorResponse.add_member(:status, Shapes::ShapeRef.new(shape: PaymentConnectorStatus, required: true, location_name: "status"))
|
|
2683
|
+
GetPaymentConnectorResponse.struct_class = Types::GetPaymentConnectorResponse
|
|
2684
|
+
|
|
2685
|
+
GetPaymentCredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
2686
|
+
GetPaymentCredentialProviderRequest.struct_class = Types::GetPaymentCredentialProviderRequest
|
|
2687
|
+
|
|
2688
|
+
GetPaymentCredentialProviderResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
2689
|
+
GetPaymentCredentialProviderResponse.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: PaymentCredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
|
|
2690
|
+
GetPaymentCredentialProviderResponse.add_member(:credential_provider_vendor, Shapes::ShapeRef.new(shape: PaymentCredentialProviderVendorType, required: true, location_name: "credentialProviderVendor"))
|
|
2691
|
+
GetPaymentCredentialProviderResponse.add_member(:provider_configuration_output, Shapes::ShapeRef.new(shape: PaymentProviderConfigurationOutput, required: true, location_name: "providerConfigurationOutput"))
|
|
2692
|
+
GetPaymentCredentialProviderResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdTime"))
|
|
2693
|
+
GetPaymentCredentialProviderResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedTime"))
|
|
2694
|
+
GetPaymentCredentialProviderResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
2695
|
+
GetPaymentCredentialProviderResponse.struct_class = Types::GetPaymentCredentialProviderResponse
|
|
2696
|
+
|
|
2697
|
+
GetPaymentManagerRequest.add_member(:payment_manager_id, Shapes::ShapeRef.new(shape: PaymentManagerId, required: true, location: "uri", location_name: "paymentManagerId"))
|
|
2698
|
+
GetPaymentManagerRequest.struct_class = Types::GetPaymentManagerRequest
|
|
2699
|
+
|
|
2700
|
+
GetPaymentManagerResponse.add_member(:payment_manager_arn, Shapes::ShapeRef.new(shape: PaymentManagerArn, required: true, location_name: "paymentManagerArn"))
|
|
2701
|
+
GetPaymentManagerResponse.add_member(:payment_manager_id, Shapes::ShapeRef.new(shape: PaymentManagerId, required: true, location_name: "paymentManagerId"))
|
|
2702
|
+
GetPaymentManagerResponse.add_member(:name, Shapes::ShapeRef.new(shape: PaymentManagerName, required: true, location_name: "name"))
|
|
2703
|
+
GetPaymentManagerResponse.add_member(:description, Shapes::ShapeRef.new(shape: PaymentsDescription, location_name: "description"))
|
|
2704
|
+
GetPaymentManagerResponse.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: PaymentsAuthorizerType, required: true, location_name: "authorizerType"))
|
|
2705
|
+
GetPaymentManagerResponse.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
|
|
2706
|
+
GetPaymentManagerResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
|
2707
|
+
GetPaymentManagerResponse.add_member(:workload_identity_details, Shapes::ShapeRef.new(shape: WorkloadIdentityDetails, location_name: "workloadIdentityDetails"))
|
|
2708
|
+
GetPaymentManagerResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
2709
|
+
GetPaymentManagerResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
|
|
2710
|
+
GetPaymentManagerResponse.add_member(:status, Shapes::ShapeRef.new(shape: PaymentManagerStatus, required: true, location_name: "status"))
|
|
2711
|
+
GetPaymentManagerResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
2712
|
+
GetPaymentManagerResponse.struct_class = Types::GetPaymentManagerResponse
|
|
2713
|
+
|
|
2495
2714
|
GetPolicyEngineRequest.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyEngineId"))
|
|
2496
2715
|
GetPolicyEngineRequest.struct_class = Types::GetPolicyEngineRequest
|
|
2497
2716
|
|
|
2498
2717
|
GetPolicyEngineResponse.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyEngineId"))
|
|
2499
2718
|
GetPolicyEngineResponse.add_member(:name, Shapes::ShapeRef.new(shape: PolicyEngineName, required: true, location_name: "name"))
|
|
2500
|
-
GetPolicyEngineResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
2501
2719
|
GetPolicyEngineResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
2502
2720
|
GetPolicyEngineResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
2503
2721
|
GetPolicyEngineResponse.add_member(:policy_engine_arn, Shapes::ShapeRef.new(shape: PolicyEngineArn, required: true, location_name: "policyEngineArn"))
|
|
2504
2722
|
GetPolicyEngineResponse.add_member(:status, Shapes::ShapeRef.new(shape: PolicyEngineStatus, required: true, location_name: "status"))
|
|
2505
|
-
GetPolicyEngineResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
|
|
2506
2723
|
GetPolicyEngineResponse.add_member(:encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "encryptionKeyArn"))
|
|
2724
|
+
GetPolicyEngineResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
2725
|
+
GetPolicyEngineResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
|
|
2507
2726
|
GetPolicyEngineResponse.struct_class = Types::GetPolicyEngineResponse
|
|
2508
2727
|
|
|
2728
|
+
GetPolicyEngineSummaryRequest.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyEngineId"))
|
|
2729
|
+
GetPolicyEngineSummaryRequest.struct_class = Types::GetPolicyEngineSummaryRequest
|
|
2730
|
+
|
|
2731
|
+
GetPolicyEngineSummaryResponse.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyEngineId"))
|
|
2732
|
+
GetPolicyEngineSummaryResponse.add_member(:name, Shapes::ShapeRef.new(shape: PolicyEngineName, required: true, location_name: "name"))
|
|
2733
|
+
GetPolicyEngineSummaryResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
2734
|
+
GetPolicyEngineSummaryResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
2735
|
+
GetPolicyEngineSummaryResponse.add_member(:policy_engine_arn, Shapes::ShapeRef.new(shape: PolicyEngineArn, required: true, location_name: "policyEngineArn"))
|
|
2736
|
+
GetPolicyEngineSummaryResponse.add_member(:status, Shapes::ShapeRef.new(shape: PolicyEngineStatus, required: true, location_name: "status"))
|
|
2737
|
+
GetPolicyEngineSummaryResponse.add_member(:encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "encryptionKeyArn"))
|
|
2738
|
+
GetPolicyEngineSummaryResponse.struct_class = Types::GetPolicyEngineSummaryResponse
|
|
2739
|
+
|
|
2509
2740
|
GetPolicyGenerationRequest.add_member(:policy_generation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyGenerationId"))
|
|
2510
2741
|
GetPolicyGenerationRequest.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyEngineId"))
|
|
2511
2742
|
GetPolicyGenerationRequest.struct_class = Types::GetPolicyGenerationRequest
|
|
@@ -2518,10 +2749,25 @@ module Aws::BedrockAgentCoreControl
|
|
|
2518
2749
|
GetPolicyGenerationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
2519
2750
|
GetPolicyGenerationResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
2520
2751
|
GetPolicyGenerationResponse.add_member(:status, Shapes::ShapeRef.new(shape: PolicyGenerationStatus, required: true, location_name: "status"))
|
|
2521
|
-
GetPolicyGenerationResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
|
|
2522
2752
|
GetPolicyGenerationResponse.add_member(:findings, Shapes::ShapeRef.new(shape: String, location_name: "findings"))
|
|
2753
|
+
GetPolicyGenerationResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
|
|
2523
2754
|
GetPolicyGenerationResponse.struct_class = Types::GetPolicyGenerationResponse
|
|
2524
2755
|
|
|
2756
|
+
GetPolicyGenerationSummaryRequest.add_member(:policy_generation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyGenerationId"))
|
|
2757
|
+
GetPolicyGenerationSummaryRequest.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyEngineId"))
|
|
2758
|
+
GetPolicyGenerationSummaryRequest.struct_class = Types::GetPolicyGenerationSummaryRequest
|
|
2759
|
+
|
|
2760
|
+
GetPolicyGenerationSummaryResponse.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyEngineId"))
|
|
2761
|
+
GetPolicyGenerationSummaryResponse.add_member(:policy_generation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyGenerationId"))
|
|
2762
|
+
GetPolicyGenerationSummaryResponse.add_member(:name, Shapes::ShapeRef.new(shape: PolicyGenerationName, required: true, location_name: "name"))
|
|
2763
|
+
GetPolicyGenerationSummaryResponse.add_member(:policy_generation_arn, Shapes::ShapeRef.new(shape: PolicyGenerationArn, required: true, location_name: "policyGenerationArn"))
|
|
2764
|
+
GetPolicyGenerationSummaryResponse.add_member(:resource, Shapes::ShapeRef.new(shape: Resource, required: true, location_name: "resource"))
|
|
2765
|
+
GetPolicyGenerationSummaryResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
2766
|
+
GetPolicyGenerationSummaryResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
2767
|
+
GetPolicyGenerationSummaryResponse.add_member(:status, Shapes::ShapeRef.new(shape: PolicyGenerationStatus, required: true, location_name: "status"))
|
|
2768
|
+
GetPolicyGenerationSummaryResponse.add_member(:findings, Shapes::ShapeRef.new(shape: String, location_name: "findings"))
|
|
2769
|
+
GetPolicyGenerationSummaryResponse.struct_class = Types::GetPolicyGenerationSummaryResponse
|
|
2770
|
+
|
|
2525
2771
|
GetPolicyRequest.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyEngineId"))
|
|
2526
2772
|
GetPolicyRequest.add_member(:policy_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyId"))
|
|
2527
2773
|
GetPolicyRequest.struct_class = Types::GetPolicyRequest
|
|
@@ -2529,15 +2775,28 @@ module Aws::BedrockAgentCoreControl
|
|
|
2529
2775
|
GetPolicyResponse.add_member(:policy_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyId"))
|
|
2530
2776
|
GetPolicyResponse.add_member(:name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "name"))
|
|
2531
2777
|
GetPolicyResponse.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyEngineId"))
|
|
2532
|
-
GetPolicyResponse.add_member(:definition, Shapes::ShapeRef.new(shape: PolicyDefinition, required: true, location_name: "definition"))
|
|
2533
|
-
GetPolicyResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
2534
2778
|
GetPolicyResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
2535
2779
|
GetPolicyResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
2536
2780
|
GetPolicyResponse.add_member(:policy_arn, Shapes::ShapeRef.new(shape: PolicyArn, required: true, location_name: "policyArn"))
|
|
2537
2781
|
GetPolicyResponse.add_member(:status, Shapes::ShapeRef.new(shape: PolicyStatus, required: true, location_name: "status"))
|
|
2782
|
+
GetPolicyResponse.add_member(:definition, Shapes::ShapeRef.new(shape: PolicyDefinition, required: true, location_name: "definition"))
|
|
2783
|
+
GetPolicyResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
2538
2784
|
GetPolicyResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
|
|
2539
2785
|
GetPolicyResponse.struct_class = Types::GetPolicyResponse
|
|
2540
2786
|
|
|
2787
|
+
GetPolicySummaryRequest.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyEngineId"))
|
|
2788
|
+
GetPolicySummaryRequest.add_member(:policy_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyId"))
|
|
2789
|
+
GetPolicySummaryRequest.struct_class = Types::GetPolicySummaryRequest
|
|
2790
|
+
|
|
2791
|
+
GetPolicySummaryResponse.add_member(:policy_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyId"))
|
|
2792
|
+
GetPolicySummaryResponse.add_member(:name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "name"))
|
|
2793
|
+
GetPolicySummaryResponse.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyEngineId"))
|
|
2794
|
+
GetPolicySummaryResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
2795
|
+
GetPolicySummaryResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
2796
|
+
GetPolicySummaryResponse.add_member(:policy_arn, Shapes::ShapeRef.new(shape: PolicyArn, required: true, location_name: "policyArn"))
|
|
2797
|
+
GetPolicySummaryResponse.add_member(:status, Shapes::ShapeRef.new(shape: PolicyStatus, required: true, location_name: "status"))
|
|
2798
|
+
GetPolicySummaryResponse.struct_class = Types::GetPolicySummaryResponse
|
|
2799
|
+
|
|
2541
2800
|
GetRegistryRecordRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryIdentifier, required: true, location: "uri", location_name: "registryId"))
|
|
2542
2801
|
GetRegistryRecordRequest.add_member(:record_id, Shapes::ShapeRef.new(shape: RecordIdentifier, required: true, location: "uri", location_name: "recordId"))
|
|
2543
2802
|
GetRegistryRecordRequest.struct_class = Types::GetRegistryRecordRequest
|
|
@@ -3053,6 +3312,31 @@ module Aws::BedrockAgentCoreControl
|
|
|
3053
3312
|
ListOnlineEvaluationConfigsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
3054
3313
|
ListOnlineEvaluationConfigsResponse.struct_class = Types::ListOnlineEvaluationConfigsResponse
|
|
3055
3314
|
|
|
3315
|
+
ListPaymentConnectorsRequest.add_member(:payment_manager_id, Shapes::ShapeRef.new(shape: PaymentManagerId, required: true, location: "uri", location_name: "paymentManagerId"))
|
|
3316
|
+
ListPaymentConnectorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
3317
|
+
ListPaymentConnectorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
3318
|
+
ListPaymentConnectorsRequest.struct_class = Types::ListPaymentConnectorsRequest
|
|
3319
|
+
|
|
3320
|
+
ListPaymentConnectorsResponse.add_member(:payment_connectors, Shapes::ShapeRef.new(shape: PaymentConnectorSummaries, required: true, location_name: "paymentConnectors"))
|
|
3321
|
+
ListPaymentConnectorsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
3322
|
+
ListPaymentConnectorsResponse.struct_class = Types::ListPaymentConnectorsResponse
|
|
3323
|
+
|
|
3324
|
+
ListPaymentCredentialProvidersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
3325
|
+
ListPaymentCredentialProvidersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListPaymentCredentialProvidersRequestMaxResultsInteger, location_name: "maxResults"))
|
|
3326
|
+
ListPaymentCredentialProvidersRequest.struct_class = Types::ListPaymentCredentialProvidersRequest
|
|
3327
|
+
|
|
3328
|
+
ListPaymentCredentialProvidersResponse.add_member(:credential_providers, Shapes::ShapeRef.new(shape: PaymentCredentialProviders, required: true, location_name: "credentialProviders"))
|
|
3329
|
+
ListPaymentCredentialProvidersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
3330
|
+
ListPaymentCredentialProvidersResponse.struct_class = Types::ListPaymentCredentialProvidersResponse
|
|
3331
|
+
|
|
3332
|
+
ListPaymentManagersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
3333
|
+
ListPaymentManagersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
3334
|
+
ListPaymentManagersRequest.struct_class = Types::ListPaymentManagersRequest
|
|
3335
|
+
|
|
3336
|
+
ListPaymentManagersResponse.add_member(:payment_managers, Shapes::ShapeRef.new(shape: PaymentManagerSummaries, required: true, location_name: "paymentManagers"))
|
|
3337
|
+
ListPaymentManagersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
3338
|
+
ListPaymentManagersResponse.struct_class = Types::ListPaymentManagersResponse
|
|
3339
|
+
|
|
3056
3340
|
ListPoliciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
3057
3341
|
ListPoliciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
3058
3342
|
ListPoliciesRequest.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyEngineId"))
|
|
@@ -3063,6 +3347,14 @@ module Aws::BedrockAgentCoreControl
|
|
|
3063
3347
|
ListPoliciesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
3064
3348
|
ListPoliciesResponse.struct_class = Types::ListPoliciesResponse
|
|
3065
3349
|
|
|
3350
|
+
ListPolicyEngineSummariesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
3351
|
+
ListPolicyEngineSummariesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
3352
|
+
ListPolicyEngineSummariesRequest.struct_class = Types::ListPolicyEngineSummariesRequest
|
|
3353
|
+
|
|
3354
|
+
ListPolicyEngineSummariesResponse.add_member(:policy_engines, Shapes::ShapeRef.new(shape: PolicyEngineSummaryList, required: true, location_name: "policyEngines"))
|
|
3355
|
+
ListPolicyEngineSummariesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
3356
|
+
ListPolicyEngineSummariesResponse.struct_class = Types::ListPolicyEngineSummariesResponse
|
|
3357
|
+
|
|
3066
3358
|
ListPolicyEnginesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
3067
3359
|
ListPolicyEnginesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
3068
3360
|
ListPolicyEnginesRequest.struct_class = Types::ListPolicyEnginesRequest
|
|
@@ -3081,6 +3373,15 @@ module Aws::BedrockAgentCoreControl
|
|
|
3081
3373
|
ListPolicyGenerationAssetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
3082
3374
|
ListPolicyGenerationAssetsResponse.struct_class = Types::ListPolicyGenerationAssetsResponse
|
|
3083
3375
|
|
|
3376
|
+
ListPolicyGenerationSummariesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
3377
|
+
ListPolicyGenerationSummariesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
3378
|
+
ListPolicyGenerationSummariesRequest.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyEngineId"))
|
|
3379
|
+
ListPolicyGenerationSummariesRequest.struct_class = Types::ListPolicyGenerationSummariesRequest
|
|
3380
|
+
|
|
3381
|
+
ListPolicyGenerationSummariesResponse.add_member(:policy_generations, Shapes::ShapeRef.new(shape: PolicyGenerationSummaryList, required: true, location_name: "policyGenerations"))
|
|
3382
|
+
ListPolicyGenerationSummariesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
3383
|
+
ListPolicyGenerationSummariesResponse.struct_class = Types::ListPolicyGenerationSummariesResponse
|
|
3384
|
+
|
|
3084
3385
|
ListPolicyGenerationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
3085
3386
|
ListPolicyGenerationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
3086
3387
|
ListPolicyGenerationsRequest.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyEngineId"))
|
|
@@ -3090,9 +3391,20 @@ module Aws::BedrockAgentCoreControl
|
|
|
3090
3391
|
ListPolicyGenerationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
3091
3392
|
ListPolicyGenerationsResponse.struct_class = Types::ListPolicyGenerationsResponse
|
|
3092
3393
|
|
|
3394
|
+
ListPolicySummariesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
3395
|
+
ListPolicySummariesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
3396
|
+
ListPolicySummariesRequest.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyEngineId"))
|
|
3397
|
+
ListPolicySummariesRequest.add_member(:target_resource_scope, Shapes::ShapeRef.new(shape: BedrockAgentcoreResourceArn, location: "querystring", location_name: "targetResourceScope"))
|
|
3398
|
+
ListPolicySummariesRequest.struct_class = Types::ListPolicySummariesRequest
|
|
3399
|
+
|
|
3400
|
+
ListPolicySummariesResponse.add_member(:policies, Shapes::ShapeRef.new(shape: PolicySummaryList, required: true, location_name: "policies"))
|
|
3401
|
+
ListPolicySummariesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
3402
|
+
ListPolicySummariesResponse.struct_class = Types::ListPolicySummariesResponse
|
|
3403
|
+
|
|
3093
3404
|
ListRegistriesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
3094
3405
|
ListRegistriesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
3095
3406
|
ListRegistriesRequest.add_member(:status, Shapes::ShapeRef.new(shape: RegistryStatus, location: "querystring", location_name: "status"))
|
|
3407
|
+
ListRegistriesRequest.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: RegistryAuthorizerType, location: "querystring", location_name: "authorizerType"))
|
|
3096
3408
|
ListRegistriesRequest.struct_class = Types::ListRegistriesRequest
|
|
3097
3409
|
|
|
3098
3410
|
ListRegistriesResponse.add_member(:registries, Shapes::ShapeRef.new(shape: RegistrySummaryList, required: true, location_name: "registries"))
|
|
@@ -3468,17 +3780,67 @@ module Aws::BedrockAgentCoreControl
|
|
|
3468
3780
|
OutputConfig.add_member(:cloud_watch_config, Shapes::ShapeRef.new(shape: CloudWatchOutputConfig, required: true, location_name: "cloudWatchConfig"))
|
|
3469
3781
|
OutputConfig.struct_class = Types::OutputConfig
|
|
3470
3782
|
|
|
3783
|
+
PaymentConnectorSummaries.member = Shapes::ShapeRef.new(shape: PaymentConnectorSummary)
|
|
3784
|
+
|
|
3785
|
+
PaymentConnectorSummary.add_member(:payment_connector_id, Shapes::ShapeRef.new(shape: PaymentConnectorId, required: true, location_name: "paymentConnectorId"))
|
|
3786
|
+
PaymentConnectorSummary.add_member(:name, Shapes::ShapeRef.new(shape: PaymentConnectorName, required: true, location_name: "name"))
|
|
3787
|
+
PaymentConnectorSummary.add_member(:type, Shapes::ShapeRef.new(shape: PaymentConnectorType, required: true, location_name: "type"))
|
|
3788
|
+
PaymentConnectorSummary.add_member(:status, Shapes::ShapeRef.new(shape: PaymentConnectorStatus, required: true, location_name: "status"))
|
|
3789
|
+
PaymentConnectorSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
|
|
3790
|
+
PaymentConnectorSummary.struct_class = Types::PaymentConnectorSummary
|
|
3791
|
+
|
|
3792
|
+
PaymentCredentialProviderConfiguration.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: PaymentCredentialProviderArn, required: true, location_name: "credentialProviderArn"))
|
|
3793
|
+
PaymentCredentialProviderConfiguration.struct_class = Types::PaymentCredentialProviderConfiguration
|
|
3794
|
+
|
|
3795
|
+
PaymentCredentialProviderItem.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
3796
|
+
PaymentCredentialProviderItem.add_member(:credential_provider_vendor, Shapes::ShapeRef.new(shape: PaymentCredentialProviderVendorType, required: true, location_name: "credentialProviderVendor"))
|
|
3797
|
+
PaymentCredentialProviderItem.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: PaymentCredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
|
|
3798
|
+
PaymentCredentialProviderItem.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdTime"))
|
|
3799
|
+
PaymentCredentialProviderItem.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedTime"))
|
|
3800
|
+
PaymentCredentialProviderItem.struct_class = Types::PaymentCredentialProviderItem
|
|
3801
|
+
|
|
3802
|
+
PaymentCredentialProviders.member = Shapes::ShapeRef.new(shape: PaymentCredentialProviderItem)
|
|
3803
|
+
|
|
3804
|
+
PaymentManagerSummaries.member = Shapes::ShapeRef.new(shape: PaymentManagerSummary)
|
|
3805
|
+
|
|
3806
|
+
PaymentManagerSummary.add_member(:payment_manager_arn, Shapes::ShapeRef.new(shape: PaymentManagerArn, required: true, location_name: "paymentManagerArn"))
|
|
3807
|
+
PaymentManagerSummary.add_member(:payment_manager_id, Shapes::ShapeRef.new(shape: PaymentManagerId, required: true, location_name: "paymentManagerId"))
|
|
3808
|
+
PaymentManagerSummary.add_member(:name, Shapes::ShapeRef.new(shape: PaymentManagerName, required: true, location_name: "name"))
|
|
3809
|
+
PaymentManagerSummary.add_member(:description, Shapes::ShapeRef.new(shape: PaymentsDescription, location_name: "description"))
|
|
3810
|
+
PaymentManagerSummary.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: PaymentsAuthorizerType, required: true, location_name: "authorizerType"))
|
|
3811
|
+
PaymentManagerSummary.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
|
3812
|
+
PaymentManagerSummary.add_member(:status, Shapes::ShapeRef.new(shape: PaymentManagerStatus, required: true, location_name: "status"))
|
|
3813
|
+
PaymentManagerSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "createdAt"))
|
|
3814
|
+
PaymentManagerSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
|
|
3815
|
+
PaymentManagerSummary.struct_class = Types::PaymentManagerSummary
|
|
3816
|
+
|
|
3817
|
+
PaymentProviderConfigurationInput.add_member(:coinbase_cdp_configuration, Shapes::ShapeRef.new(shape: CoinbaseCdpConfigurationInput, location_name: "coinbaseCdpConfiguration"))
|
|
3818
|
+
PaymentProviderConfigurationInput.add_member(:stripe_privy_configuration, Shapes::ShapeRef.new(shape: StripePrivyConfigurationInput, location_name: "stripePrivyConfiguration"))
|
|
3819
|
+
PaymentProviderConfigurationInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
3820
|
+
PaymentProviderConfigurationInput.add_member_subclass(:coinbase_cdp_configuration, Types::PaymentProviderConfigurationInput::CoinbaseCdpConfiguration)
|
|
3821
|
+
PaymentProviderConfigurationInput.add_member_subclass(:stripe_privy_configuration, Types::PaymentProviderConfigurationInput::StripePrivyConfiguration)
|
|
3822
|
+
PaymentProviderConfigurationInput.add_member_subclass(:unknown, Types::PaymentProviderConfigurationInput::Unknown)
|
|
3823
|
+
PaymentProviderConfigurationInput.struct_class = Types::PaymentProviderConfigurationInput
|
|
3824
|
+
|
|
3825
|
+
PaymentProviderConfigurationOutput.add_member(:coinbase_cdp_configuration, Shapes::ShapeRef.new(shape: CoinbaseCdpConfigurationOutput, location_name: "coinbaseCdpConfiguration"))
|
|
3826
|
+
PaymentProviderConfigurationOutput.add_member(:stripe_privy_configuration, Shapes::ShapeRef.new(shape: StripePrivyConfigurationOutput, location_name: "stripePrivyConfiguration"))
|
|
3827
|
+
PaymentProviderConfigurationOutput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
3828
|
+
PaymentProviderConfigurationOutput.add_member_subclass(:coinbase_cdp_configuration, Types::PaymentProviderConfigurationOutput::CoinbaseCdpConfiguration)
|
|
3829
|
+
PaymentProviderConfigurationOutput.add_member_subclass(:stripe_privy_configuration, Types::PaymentProviderConfigurationOutput::StripePrivyConfiguration)
|
|
3830
|
+
PaymentProviderConfigurationOutput.add_member_subclass(:unknown, Types::PaymentProviderConfigurationOutput::Unknown)
|
|
3831
|
+
PaymentProviderConfigurationOutput.struct_class = Types::PaymentProviderConfigurationOutput
|
|
3832
|
+
|
|
3471
3833
|
Policies.member = Shapes::ShapeRef.new(shape: Policy)
|
|
3472
3834
|
|
|
3473
3835
|
Policy.add_member(:policy_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyId"))
|
|
3474
3836
|
Policy.add_member(:name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "name"))
|
|
3475
3837
|
Policy.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyEngineId"))
|
|
3476
|
-
Policy.add_member(:definition, Shapes::ShapeRef.new(shape: PolicyDefinition, required: true, location_name: "definition"))
|
|
3477
|
-
Policy.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
3478
3838
|
Policy.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
3479
3839
|
Policy.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
3480
3840
|
Policy.add_member(:policy_arn, Shapes::ShapeRef.new(shape: PolicyArn, required: true, location_name: "policyArn"))
|
|
3481
3841
|
Policy.add_member(:status, Shapes::ShapeRef.new(shape: PolicyStatus, required: true, location_name: "status"))
|
|
3842
|
+
Policy.add_member(:definition, Shapes::ShapeRef.new(shape: PolicyDefinition, required: true, location_name: "definition"))
|
|
3843
|
+
Policy.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
3482
3844
|
Policy.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
|
|
3483
3845
|
Policy.struct_class = Types::Policy
|
|
3484
3846
|
|
|
@@ -3492,15 +3854,26 @@ module Aws::BedrockAgentCoreControl
|
|
|
3492
3854
|
|
|
3493
3855
|
PolicyEngine.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyEngineId"))
|
|
3494
3856
|
PolicyEngine.add_member(:name, Shapes::ShapeRef.new(shape: PolicyEngineName, required: true, location_name: "name"))
|
|
3495
|
-
PolicyEngine.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
3496
3857
|
PolicyEngine.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
3497
3858
|
PolicyEngine.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
3498
3859
|
PolicyEngine.add_member(:policy_engine_arn, Shapes::ShapeRef.new(shape: PolicyEngineArn, required: true, location_name: "policyEngineArn"))
|
|
3499
3860
|
PolicyEngine.add_member(:status, Shapes::ShapeRef.new(shape: PolicyEngineStatus, required: true, location_name: "status"))
|
|
3500
|
-
PolicyEngine.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
|
|
3501
3861
|
PolicyEngine.add_member(:encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "encryptionKeyArn"))
|
|
3862
|
+
PolicyEngine.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
3863
|
+
PolicyEngine.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
|
|
3502
3864
|
PolicyEngine.struct_class = Types::PolicyEngine
|
|
3503
3865
|
|
|
3866
|
+
PolicyEngineSummary.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyEngineId"))
|
|
3867
|
+
PolicyEngineSummary.add_member(:name, Shapes::ShapeRef.new(shape: PolicyEngineName, required: true, location_name: "name"))
|
|
3868
|
+
PolicyEngineSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
3869
|
+
PolicyEngineSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
3870
|
+
PolicyEngineSummary.add_member(:policy_engine_arn, Shapes::ShapeRef.new(shape: PolicyEngineArn, required: true, location_name: "policyEngineArn"))
|
|
3871
|
+
PolicyEngineSummary.add_member(:status, Shapes::ShapeRef.new(shape: PolicyEngineStatus, required: true, location_name: "status"))
|
|
3872
|
+
PolicyEngineSummary.add_member(:encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "encryptionKeyArn"))
|
|
3873
|
+
PolicyEngineSummary.struct_class = Types::PolicyEngineSummary
|
|
3874
|
+
|
|
3875
|
+
PolicyEngineSummaryList.member = Shapes::ShapeRef.new(shape: PolicyEngineSummary)
|
|
3876
|
+
|
|
3504
3877
|
PolicyEngines.member = Shapes::ShapeRef.new(shape: PolicyEngine)
|
|
3505
3878
|
|
|
3506
3879
|
PolicyGeneration.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyEngineId"))
|
|
@@ -3511,8 +3884,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
3511
3884
|
PolicyGeneration.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
3512
3885
|
PolicyGeneration.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
3513
3886
|
PolicyGeneration.add_member(:status, Shapes::ShapeRef.new(shape: PolicyGenerationStatus, required: true, location_name: "status"))
|
|
3514
|
-
PolicyGeneration.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
|
|
3515
3887
|
PolicyGeneration.add_member(:findings, Shapes::ShapeRef.new(shape: String, location_name: "findings"))
|
|
3888
|
+
PolicyGeneration.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
|
|
3516
3889
|
PolicyGeneration.struct_class = Types::PolicyGeneration
|
|
3517
3890
|
|
|
3518
3891
|
PolicyGenerationAsset.add_member(:policy_generation_asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyGenerationAssetId"))
|
|
@@ -3527,10 +3900,34 @@ module Aws::BedrockAgentCoreControl
|
|
|
3527
3900
|
PolicyGenerationDetails.add_member(:policy_generation_asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyGenerationAssetId"))
|
|
3528
3901
|
PolicyGenerationDetails.struct_class = Types::PolicyGenerationDetails
|
|
3529
3902
|
|
|
3903
|
+
PolicyGenerationSummary.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyEngineId"))
|
|
3904
|
+
PolicyGenerationSummary.add_member(:policy_generation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyGenerationId"))
|
|
3905
|
+
PolicyGenerationSummary.add_member(:name, Shapes::ShapeRef.new(shape: PolicyGenerationName, required: true, location_name: "name"))
|
|
3906
|
+
PolicyGenerationSummary.add_member(:policy_generation_arn, Shapes::ShapeRef.new(shape: PolicyGenerationArn, required: true, location_name: "policyGenerationArn"))
|
|
3907
|
+
PolicyGenerationSummary.add_member(:resource, Shapes::ShapeRef.new(shape: Resource, required: true, location_name: "resource"))
|
|
3908
|
+
PolicyGenerationSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
3909
|
+
PolicyGenerationSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
3910
|
+
PolicyGenerationSummary.add_member(:status, Shapes::ShapeRef.new(shape: PolicyGenerationStatus, required: true, location_name: "status"))
|
|
3911
|
+
PolicyGenerationSummary.add_member(:findings, Shapes::ShapeRef.new(shape: String, location_name: "findings"))
|
|
3912
|
+
PolicyGenerationSummary.struct_class = Types::PolicyGenerationSummary
|
|
3913
|
+
|
|
3914
|
+
PolicyGenerationSummaryList.member = Shapes::ShapeRef.new(shape: PolicyGenerationSummary)
|
|
3915
|
+
|
|
3530
3916
|
PolicyGenerations.member = Shapes::ShapeRef.new(shape: PolicyGeneration)
|
|
3531
3917
|
|
|
3532
3918
|
PolicyStatusReasons.member = Shapes::ShapeRef.new(shape: String)
|
|
3533
3919
|
|
|
3920
|
+
PolicySummary.add_member(:policy_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyId"))
|
|
3921
|
+
PolicySummary.add_member(:name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "name"))
|
|
3922
|
+
PolicySummary.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyEngineId"))
|
|
3923
|
+
PolicySummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
3924
|
+
PolicySummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
3925
|
+
PolicySummary.add_member(:policy_arn, Shapes::ShapeRef.new(shape: PolicyArn, required: true, location_name: "policyArn"))
|
|
3926
|
+
PolicySummary.add_member(:status, Shapes::ShapeRef.new(shape: PolicyStatus, required: true, location_name: "status"))
|
|
3927
|
+
PolicySummary.struct_class = Types::PolicySummary
|
|
3928
|
+
|
|
3929
|
+
PolicySummaryList.member = Shapes::ShapeRef.new(shape: PolicySummary)
|
|
3930
|
+
|
|
3534
3931
|
PrivateEndpoint.add_member(:self_managed_lattice_resource, Shapes::ShapeRef.new(shape: SelfManagedLatticeResource, location_name: "selfManagedLatticeResource"))
|
|
3535
3932
|
PrivateEndpoint.add_member(:managed_vpc_resource, Shapes::ShapeRef.new(shape: ManagedVpcResource, location_name: "managedVpcResource"))
|
|
3536
3933
|
PrivateEndpoint.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
@@ -3832,8 +4229,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
3832
4229
|
StartPolicyGenerationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
3833
4230
|
StartPolicyGenerationResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
3834
4231
|
StartPolicyGenerationResponse.add_member(:status, Shapes::ShapeRef.new(shape: PolicyGenerationStatus, required: true, location_name: "status"))
|
|
3835
|
-
StartPolicyGenerationResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
|
|
3836
4232
|
StartPolicyGenerationResponse.add_member(:findings, Shapes::ShapeRef.new(shape: String, location_name: "findings"))
|
|
4233
|
+
StartPolicyGenerationResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
|
|
3837
4234
|
StartPolicyGenerationResponse.struct_class = Types::StartPolicyGenerationResponse
|
|
3838
4235
|
|
|
3839
4236
|
StaticOverride.add_member(:bundle_arn, Shapes::ShapeRef.new(shape: GatewayConfigurationBundleArn, required: true, location_name: "bundleArn"))
|
|
@@ -3873,6 +4270,18 @@ module Aws::BedrockAgentCoreControl
|
|
|
3873
4270
|
StringValidation.add_member(:allowed_values, Shapes::ShapeRef.new(shape: AllowedStringValuesList, required: true, location_name: "allowedValues"))
|
|
3874
4271
|
StringValidation.struct_class = Types::StringValidation
|
|
3875
4272
|
|
|
4273
|
+
StripePrivyConfigurationInput.add_member(:app_id, Shapes::ShapeRef.new(shape: StripePrivyAppIdType, required: true, location_name: "appId"))
|
|
4274
|
+
StripePrivyConfigurationInput.add_member(:app_secret, Shapes::ShapeRef.new(shape: StripePrivyAppSecretType, required: true, location_name: "appSecret"))
|
|
4275
|
+
StripePrivyConfigurationInput.add_member(:authorization_private_key, Shapes::ShapeRef.new(shape: StripePrivyAuthorizationPrivateKeyType, required: true, location_name: "authorizationPrivateKey"))
|
|
4276
|
+
StripePrivyConfigurationInput.add_member(:authorization_id, Shapes::ShapeRef.new(shape: StripePrivyAuthorizationIdType, required: true, location_name: "authorizationId"))
|
|
4277
|
+
StripePrivyConfigurationInput.struct_class = Types::StripePrivyConfigurationInput
|
|
4278
|
+
|
|
4279
|
+
StripePrivyConfigurationOutput.add_member(:app_id, Shapes::ShapeRef.new(shape: StripePrivyAppIdType, required: true, location_name: "appId"))
|
|
4280
|
+
StripePrivyConfigurationOutput.add_member(:app_secret_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "appSecretArn"))
|
|
4281
|
+
StripePrivyConfigurationOutput.add_member(:authorization_private_key_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "authorizationPrivateKeyArn"))
|
|
4282
|
+
StripePrivyConfigurationOutput.add_member(:authorization_id, Shapes::ShapeRef.new(shape: StripePrivyAuthorizationIdType, required: true, location_name: "authorizationId"))
|
|
4283
|
+
StripePrivyConfigurationOutput.struct_class = Types::StripePrivyConfigurationOutput
|
|
4284
|
+
|
|
3876
4285
|
SubmitRegistryRecordForApprovalRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryIdentifier, required: true, location: "uri", location_name: "registryId"))
|
|
3877
4286
|
SubmitRegistryRecordForApprovalRequest.add_member(:record_id, Shapes::ShapeRef.new(shape: RecordIdentifier, required: true, location: "uri", location_name: "recordId"))
|
|
3878
4287
|
SubmitRegistryRecordForApprovalRequest.struct_class = Types::SubmitRegistryRecordForApprovalRequest
|
|
@@ -4285,19 +4694,67 @@ module Aws::BedrockAgentCoreControl
|
|
|
4285
4694
|
UpdateOnlineEvaluationConfigResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
|
|
4286
4695
|
UpdateOnlineEvaluationConfigResponse.struct_class = Types::UpdateOnlineEvaluationConfigResponse
|
|
4287
4696
|
|
|
4697
|
+
UpdatePaymentConnectorRequest.add_member(:payment_manager_id, Shapes::ShapeRef.new(shape: PaymentManagerId, required: true, location: "uri", location_name: "paymentManagerId"))
|
|
4698
|
+
UpdatePaymentConnectorRequest.add_member(:payment_connector_id, Shapes::ShapeRef.new(shape: PaymentConnectorId, required: true, location: "uri", location_name: "paymentConnectorId"))
|
|
4699
|
+
UpdatePaymentConnectorRequest.add_member(:description, Shapes::ShapeRef.new(shape: PaymentsDescription, location_name: "description"))
|
|
4700
|
+
UpdatePaymentConnectorRequest.add_member(:type, Shapes::ShapeRef.new(shape: PaymentConnectorType, location_name: "type"))
|
|
4701
|
+
UpdatePaymentConnectorRequest.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialsProviderConfigurations, location_name: "credentialProviderConfigurations"))
|
|
4702
|
+
UpdatePaymentConnectorRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
4703
|
+
UpdatePaymentConnectorRequest.struct_class = Types::UpdatePaymentConnectorRequest
|
|
4704
|
+
|
|
4705
|
+
UpdatePaymentConnectorResponse.add_member(:payment_connector_id, Shapes::ShapeRef.new(shape: PaymentConnectorId, required: true, location_name: "paymentConnectorId"))
|
|
4706
|
+
UpdatePaymentConnectorResponse.add_member(:payment_manager_id, Shapes::ShapeRef.new(shape: PaymentManagerId, required: true, location_name: "paymentManagerId"))
|
|
4707
|
+
UpdatePaymentConnectorResponse.add_member(:name, Shapes::ShapeRef.new(shape: PaymentConnectorName, required: true, location_name: "name"))
|
|
4708
|
+
UpdatePaymentConnectorResponse.add_member(:type, Shapes::ShapeRef.new(shape: PaymentConnectorType, required: true, location_name: "type"))
|
|
4709
|
+
UpdatePaymentConnectorResponse.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialsProviderConfigurations, required: true, location_name: "credentialProviderConfigurations"))
|
|
4710
|
+
UpdatePaymentConnectorResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
|
|
4711
|
+
UpdatePaymentConnectorResponse.add_member(:status, Shapes::ShapeRef.new(shape: PaymentConnectorStatus, required: true, location_name: "status"))
|
|
4712
|
+
UpdatePaymentConnectorResponse.struct_class = Types::UpdatePaymentConnectorResponse
|
|
4713
|
+
|
|
4714
|
+
UpdatePaymentCredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
4715
|
+
UpdatePaymentCredentialProviderRequest.add_member(:credential_provider_vendor, Shapes::ShapeRef.new(shape: PaymentCredentialProviderVendorType, required: true, location_name: "credentialProviderVendor"))
|
|
4716
|
+
UpdatePaymentCredentialProviderRequest.add_member(:provider_configuration_input, Shapes::ShapeRef.new(shape: PaymentProviderConfigurationInput, required: true, location_name: "providerConfigurationInput"))
|
|
4717
|
+
UpdatePaymentCredentialProviderRequest.struct_class = Types::UpdatePaymentCredentialProviderRequest
|
|
4718
|
+
|
|
4719
|
+
UpdatePaymentCredentialProviderResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
4720
|
+
UpdatePaymentCredentialProviderResponse.add_member(:credential_provider_vendor, Shapes::ShapeRef.new(shape: PaymentCredentialProviderVendorType, required: true, location_name: "credentialProviderVendor"))
|
|
4721
|
+
UpdatePaymentCredentialProviderResponse.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: PaymentCredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
|
|
4722
|
+
UpdatePaymentCredentialProviderResponse.add_member(:provider_configuration_output, Shapes::ShapeRef.new(shape: PaymentProviderConfigurationOutput, required: true, location_name: "providerConfigurationOutput"))
|
|
4723
|
+
UpdatePaymentCredentialProviderResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdTime"))
|
|
4724
|
+
UpdatePaymentCredentialProviderResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedTime"))
|
|
4725
|
+
UpdatePaymentCredentialProviderResponse.struct_class = Types::UpdatePaymentCredentialProviderResponse
|
|
4726
|
+
|
|
4727
|
+
UpdatePaymentManagerRequest.add_member(:payment_manager_id, Shapes::ShapeRef.new(shape: PaymentManagerId, required: true, location: "uri", location_name: "paymentManagerId"))
|
|
4728
|
+
UpdatePaymentManagerRequest.add_member(:description, Shapes::ShapeRef.new(shape: PaymentsDescription, location_name: "description"))
|
|
4729
|
+
UpdatePaymentManagerRequest.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: PaymentsAuthorizerType, location_name: "authorizerType"))
|
|
4730
|
+
UpdatePaymentManagerRequest.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
|
|
4731
|
+
UpdatePaymentManagerRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
|
|
4732
|
+
UpdatePaymentManagerRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
4733
|
+
UpdatePaymentManagerRequest.struct_class = Types::UpdatePaymentManagerRequest
|
|
4734
|
+
|
|
4735
|
+
UpdatePaymentManagerResponse.add_member(:payment_manager_arn, Shapes::ShapeRef.new(shape: PaymentManagerArn, required: true, location_name: "paymentManagerArn"))
|
|
4736
|
+
UpdatePaymentManagerResponse.add_member(:payment_manager_id, Shapes::ShapeRef.new(shape: PaymentManagerId, required: true, location_name: "paymentManagerId"))
|
|
4737
|
+
UpdatePaymentManagerResponse.add_member(:name, Shapes::ShapeRef.new(shape: PaymentManagerName, required: true, location_name: "name"))
|
|
4738
|
+
UpdatePaymentManagerResponse.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: PaymentsAuthorizerType, required: true, location_name: "authorizerType"))
|
|
4739
|
+
UpdatePaymentManagerResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
|
4740
|
+
UpdatePaymentManagerResponse.add_member(:workload_identity_details, Shapes::ShapeRef.new(shape: WorkloadIdentityDetails, location_name: "workloadIdentityDetails"))
|
|
4741
|
+
UpdatePaymentManagerResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
|
|
4742
|
+
UpdatePaymentManagerResponse.add_member(:status, Shapes::ShapeRef.new(shape: PaymentManagerStatus, required: true, location_name: "status"))
|
|
4743
|
+
UpdatePaymentManagerResponse.struct_class = Types::UpdatePaymentManagerResponse
|
|
4744
|
+
|
|
4288
4745
|
UpdatePolicyEngineRequest.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyEngineId"))
|
|
4289
4746
|
UpdatePolicyEngineRequest.add_member(:description, Shapes::ShapeRef.new(shape: UpdatedDescription, location_name: "description"))
|
|
4290
4747
|
UpdatePolicyEngineRequest.struct_class = Types::UpdatePolicyEngineRequest
|
|
4291
4748
|
|
|
4292
4749
|
UpdatePolicyEngineResponse.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyEngineId"))
|
|
4293
4750
|
UpdatePolicyEngineResponse.add_member(:name, Shapes::ShapeRef.new(shape: PolicyEngineName, required: true, location_name: "name"))
|
|
4294
|
-
UpdatePolicyEngineResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
4295
4751
|
UpdatePolicyEngineResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
4296
4752
|
UpdatePolicyEngineResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
4297
4753
|
UpdatePolicyEngineResponse.add_member(:policy_engine_arn, Shapes::ShapeRef.new(shape: PolicyEngineArn, required: true, location_name: "policyEngineArn"))
|
|
4298
4754
|
UpdatePolicyEngineResponse.add_member(:status, Shapes::ShapeRef.new(shape: PolicyEngineStatus, required: true, location_name: "status"))
|
|
4299
|
-
UpdatePolicyEngineResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
|
|
4300
4755
|
UpdatePolicyEngineResponse.add_member(:encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "encryptionKeyArn"))
|
|
4756
|
+
UpdatePolicyEngineResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
4757
|
+
UpdatePolicyEngineResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
|
|
4301
4758
|
UpdatePolicyEngineResponse.struct_class = Types::UpdatePolicyEngineResponse
|
|
4302
4759
|
|
|
4303
4760
|
UpdatePolicyRequest.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyEngineId"))
|
|
@@ -4310,12 +4767,12 @@ module Aws::BedrockAgentCoreControl
|
|
|
4310
4767
|
UpdatePolicyResponse.add_member(:policy_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyId"))
|
|
4311
4768
|
UpdatePolicyResponse.add_member(:name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "name"))
|
|
4312
4769
|
UpdatePolicyResponse.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyEngineId"))
|
|
4313
|
-
UpdatePolicyResponse.add_member(:definition, Shapes::ShapeRef.new(shape: PolicyDefinition, required: true, location_name: "definition"))
|
|
4314
|
-
UpdatePolicyResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
4315
4770
|
UpdatePolicyResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
4316
4771
|
UpdatePolicyResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
4317
4772
|
UpdatePolicyResponse.add_member(:policy_arn, Shapes::ShapeRef.new(shape: PolicyArn, required: true, location_name: "policyArn"))
|
|
4318
4773
|
UpdatePolicyResponse.add_member(:status, Shapes::ShapeRef.new(shape: PolicyStatus, required: true, location_name: "status"))
|
|
4774
|
+
UpdatePolicyResponse.add_member(:definition, Shapes::ShapeRef.new(shape: PolicyDefinition, required: true, location_name: "definition"))
|
|
4775
|
+
UpdatePolicyResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
4319
4776
|
UpdatePolicyResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
|
|
4320
4777
|
UpdatePolicyResponse.struct_class = Types::UpdatePolicyResponse
|
|
4321
4778
|
|
|
@@ -4519,6 +4976,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
4519
4976
|
|
|
4520
4977
|
VpcConfig.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroups, required: true, location_name: "securityGroups"))
|
|
4521
4978
|
VpcConfig.add_member(:subnets, Shapes::ShapeRef.new(shape: Subnets, required: true, location_name: "subnets"))
|
|
4979
|
+
VpcConfig.add_member(:require_service_s3_endpoint, Shapes::ShapeRef.new(shape: Boolean, location_name: "requireServiceS3Endpoint"))
|
|
4522
4980
|
VpcConfig.struct_class = Types::VpcConfig
|
|
4523
4981
|
|
|
4524
4982
|
WeightedOverride.add_member(:traffic_split, Shapes::ShapeRef.new(shape: TrafficSplitEntries, required: true, location_name: "trafficSplit"))
|
|
@@ -4779,6 +5237,54 @@ module Aws::BedrockAgentCoreControl
|
|
|
4779
5237
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4780
5238
|
end)
|
|
4781
5239
|
|
|
5240
|
+
api.add_operation(:create_payment_connector, Seahorse::Model::Operation.new.tap do |o|
|
|
5241
|
+
o.name = "CreatePaymentConnector"
|
|
5242
|
+
o.http_method = "POST"
|
|
5243
|
+
o.http_request_uri = "/payments/managers/{paymentManagerId}/connectors"
|
|
5244
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePaymentConnectorRequest)
|
|
5245
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePaymentConnectorResponse)
|
|
5246
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
5247
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5248
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
5249
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
5250
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
5251
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5252
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5253
|
+
end)
|
|
5254
|
+
|
|
5255
|
+
api.add_operation(:create_payment_credential_provider, Seahorse::Model::Operation.new.tap do |o|
|
|
5256
|
+
o.name = "CreatePaymentCredentialProvider"
|
|
5257
|
+
o.http_method = "POST"
|
|
5258
|
+
o.http_request_uri = "/identities/CreatePaymentCredentialProvider"
|
|
5259
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePaymentCredentialProviderRequest)
|
|
5260
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePaymentCredentialProviderResponse)
|
|
5261
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
5262
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
5263
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
|
|
5264
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
5265
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
5266
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5267
|
+
o.errors << Shapes::ShapeRef.new(shape: DecryptionFailure)
|
|
5268
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
5269
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5270
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5271
|
+
o.errors << Shapes::ShapeRef.new(shape: EncryptionFailure)
|
|
5272
|
+
end)
|
|
5273
|
+
|
|
5274
|
+
api.add_operation(:create_payment_manager, Seahorse::Model::Operation.new.tap do |o|
|
|
5275
|
+
o.name = "CreatePaymentManager"
|
|
5276
|
+
o.http_method = "POST"
|
|
5277
|
+
o.http_request_uri = "/payments/managers"
|
|
5278
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePaymentManagerRequest)
|
|
5279
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePaymentManagerResponse)
|
|
5280
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
5281
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5282
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
5283
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
5284
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5285
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5286
|
+
end)
|
|
5287
|
+
|
|
4782
5288
|
api.add_operation(:create_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
4783
5289
|
o.name = "CreatePolicy"
|
|
4784
5290
|
o.http_method = "POST"
|
|
@@ -5062,6 +5568,46 @@ module Aws::BedrockAgentCoreControl
|
|
|
5062
5568
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5063
5569
|
end)
|
|
5064
5570
|
|
|
5571
|
+
api.add_operation(:delete_payment_connector, Seahorse::Model::Operation.new.tap do |o|
|
|
5572
|
+
o.name = "DeletePaymentConnector"
|
|
5573
|
+
o.http_method = "DELETE"
|
|
5574
|
+
o.http_request_uri = "/payments/managers/{paymentManagerId}/connectors/{paymentConnectorId}"
|
|
5575
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePaymentConnectorRequest)
|
|
5576
|
+
o.output = Shapes::ShapeRef.new(shape: DeletePaymentConnectorResponse)
|
|
5577
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5578
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
5579
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
5580
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5581
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5582
|
+
end)
|
|
5583
|
+
|
|
5584
|
+
api.add_operation(:delete_payment_credential_provider, Seahorse::Model::Operation.new.tap do |o|
|
|
5585
|
+
o.name = "DeletePaymentCredentialProvider"
|
|
5586
|
+
o.http_method = "POST"
|
|
5587
|
+
o.http_request_uri = "/identities/DeletePaymentCredentialProvider"
|
|
5588
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePaymentCredentialProviderRequest)
|
|
5589
|
+
o.output = Shapes::ShapeRef.new(shape: DeletePaymentCredentialProviderResponse)
|
|
5590
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
5591
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
5592
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5593
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
5594
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5595
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5596
|
+
end)
|
|
5597
|
+
|
|
5598
|
+
api.add_operation(:delete_payment_manager, Seahorse::Model::Operation.new.tap do |o|
|
|
5599
|
+
o.name = "DeletePaymentManager"
|
|
5600
|
+
o.http_method = "DELETE"
|
|
5601
|
+
o.http_request_uri = "/payments/managers/{paymentManagerId}"
|
|
5602
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePaymentManagerRequest)
|
|
5603
|
+
o.output = Shapes::ShapeRef.new(shape: DeletePaymentManagerResponse)
|
|
5604
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5605
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
5606
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
5607
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5608
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5609
|
+
end)
|
|
5610
|
+
|
|
5065
5611
|
api.add_operation(:delete_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
5066
5612
|
o.name = "DeletePolicy"
|
|
5067
5613
|
o.http_method = "DELETE"
|
|
@@ -5357,6 +5903,47 @@ module Aws::BedrockAgentCoreControl
|
|
|
5357
5903
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5358
5904
|
end)
|
|
5359
5905
|
|
|
5906
|
+
api.add_operation(:get_payment_connector, Seahorse::Model::Operation.new.tap do |o|
|
|
5907
|
+
o.name = "GetPaymentConnector"
|
|
5908
|
+
o.http_method = "GET"
|
|
5909
|
+
o.http_request_uri = "/payments/managers/{paymentManagerId}/connectors/{paymentConnectorId}"
|
|
5910
|
+
o.input = Shapes::ShapeRef.new(shape: GetPaymentConnectorRequest)
|
|
5911
|
+
o.output = Shapes::ShapeRef.new(shape: GetPaymentConnectorResponse)
|
|
5912
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5913
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
5914
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
5915
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5916
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5917
|
+
end)
|
|
5918
|
+
|
|
5919
|
+
api.add_operation(:get_payment_credential_provider, Seahorse::Model::Operation.new.tap do |o|
|
|
5920
|
+
o.name = "GetPaymentCredentialProvider"
|
|
5921
|
+
o.http_method = "POST"
|
|
5922
|
+
o.http_request_uri = "/identities/GetPaymentCredentialProvider"
|
|
5923
|
+
o.input = Shapes::ShapeRef.new(shape: GetPaymentCredentialProviderRequest)
|
|
5924
|
+
o.output = Shapes::ShapeRef.new(shape: GetPaymentCredentialProviderResponse)
|
|
5925
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
5926
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
5927
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5928
|
+
o.errors << Shapes::ShapeRef.new(shape: DecryptionFailure)
|
|
5929
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
5930
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5931
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5932
|
+
end)
|
|
5933
|
+
|
|
5934
|
+
api.add_operation(:get_payment_manager, Seahorse::Model::Operation.new.tap do |o|
|
|
5935
|
+
o.name = "GetPaymentManager"
|
|
5936
|
+
o.http_method = "GET"
|
|
5937
|
+
o.http_request_uri = "/payments/managers/{paymentManagerId}"
|
|
5938
|
+
o.input = Shapes::ShapeRef.new(shape: GetPaymentManagerRequest)
|
|
5939
|
+
o.output = Shapes::ShapeRef.new(shape: GetPaymentManagerResponse)
|
|
5940
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5941
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
5942
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
5943
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5944
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5945
|
+
end)
|
|
5946
|
+
|
|
5360
5947
|
api.add_operation(:get_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
5361
5948
|
o.name = "GetPolicy"
|
|
5362
5949
|
o.http_method = "GET"
|
|
@@ -5383,6 +5970,19 @@ module Aws::BedrockAgentCoreControl
|
|
|
5383
5970
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5384
5971
|
end)
|
|
5385
5972
|
|
|
5973
|
+
api.add_operation(:get_policy_engine_summary, Seahorse::Model::Operation.new.tap do |o|
|
|
5974
|
+
o.name = "GetPolicyEngineSummary"
|
|
5975
|
+
o.http_method = "GET"
|
|
5976
|
+
o.http_request_uri = "/policy-engine-summaries/{policyEngineId}"
|
|
5977
|
+
o.input = Shapes::ShapeRef.new(shape: GetPolicyEngineSummaryRequest)
|
|
5978
|
+
o.output = Shapes::ShapeRef.new(shape: GetPolicyEngineSummaryResponse)
|
|
5979
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5980
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
5981
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5982
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
5983
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5984
|
+
end)
|
|
5985
|
+
|
|
5386
5986
|
api.add_operation(:get_policy_generation, Seahorse::Model::Operation.new.tap do |o|
|
|
5387
5987
|
o.name = "GetPolicyGeneration"
|
|
5388
5988
|
o.http_method = "GET"
|
|
@@ -5396,6 +5996,32 @@ module Aws::BedrockAgentCoreControl
|
|
|
5396
5996
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5397
5997
|
end)
|
|
5398
5998
|
|
|
5999
|
+
api.add_operation(:get_policy_generation_summary, Seahorse::Model::Operation.new.tap do |o|
|
|
6000
|
+
o.name = "GetPolicyGenerationSummary"
|
|
6001
|
+
o.http_method = "GET"
|
|
6002
|
+
o.http_request_uri = "/policy-engines/{policyEngineId}/policy-generation-summaries/{policyGenerationId}"
|
|
6003
|
+
o.input = Shapes::ShapeRef.new(shape: GetPolicyGenerationSummaryRequest)
|
|
6004
|
+
o.output = Shapes::ShapeRef.new(shape: GetPolicyGenerationSummaryResponse)
|
|
6005
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
6006
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
6007
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
6008
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
6009
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
6010
|
+
end)
|
|
6011
|
+
|
|
6012
|
+
api.add_operation(:get_policy_summary, Seahorse::Model::Operation.new.tap do |o|
|
|
6013
|
+
o.name = "GetPolicySummary"
|
|
6014
|
+
o.http_method = "GET"
|
|
6015
|
+
o.http_request_uri = "/policy-engines/{policyEngineId}/policy-summaries/{policyId}"
|
|
6016
|
+
o.input = Shapes::ShapeRef.new(shape: GetPolicySummaryRequest)
|
|
6017
|
+
o.output = Shapes::ShapeRef.new(shape: GetPolicySummaryResponse)
|
|
6018
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
6019
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
6020
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
6021
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
6022
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
6023
|
+
end)
|
|
6024
|
+
|
|
5399
6025
|
api.add_operation(:get_registry, Seahorse::Model::Operation.new.tap do |o|
|
|
5400
6026
|
o.name = "GetRegistry"
|
|
5401
6027
|
o.http_method = "GET"
|
|
@@ -5778,6 +6404,62 @@ module Aws::BedrockAgentCoreControl
|
|
|
5778
6404
|
)
|
|
5779
6405
|
end)
|
|
5780
6406
|
|
|
6407
|
+
api.add_operation(:list_payment_connectors, Seahorse::Model::Operation.new.tap do |o|
|
|
6408
|
+
o.name = "ListPaymentConnectors"
|
|
6409
|
+
o.http_method = "POST"
|
|
6410
|
+
o.http_request_uri = "/payments/managers/{paymentManagerId}/connectors-list"
|
|
6411
|
+
o.input = Shapes::ShapeRef.new(shape: ListPaymentConnectorsRequest)
|
|
6412
|
+
o.output = Shapes::ShapeRef.new(shape: ListPaymentConnectorsResponse)
|
|
6413
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
6414
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
6415
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
6416
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
6417
|
+
o[:pager] = Aws::Pager.new(
|
|
6418
|
+
limit_key: "max_results",
|
|
6419
|
+
tokens: {
|
|
6420
|
+
"next_token" => "next_token"
|
|
6421
|
+
}
|
|
6422
|
+
)
|
|
6423
|
+
end)
|
|
6424
|
+
|
|
6425
|
+
api.add_operation(:list_payment_credential_providers, Seahorse::Model::Operation.new.tap do |o|
|
|
6426
|
+
o.name = "ListPaymentCredentialProviders"
|
|
6427
|
+
o.http_method = "POST"
|
|
6428
|
+
o.http_request_uri = "/identities/ListPaymentCredentialProviders"
|
|
6429
|
+
o.input = Shapes::ShapeRef.new(shape: ListPaymentCredentialProvidersRequest)
|
|
6430
|
+
o.output = Shapes::ShapeRef.new(shape: ListPaymentCredentialProvidersResponse)
|
|
6431
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
6432
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
6433
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
6434
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
6435
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
6436
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
6437
|
+
o[:pager] = Aws::Pager.new(
|
|
6438
|
+
limit_key: "max_results",
|
|
6439
|
+
tokens: {
|
|
6440
|
+
"next_token" => "next_token"
|
|
6441
|
+
}
|
|
6442
|
+
)
|
|
6443
|
+
end)
|
|
6444
|
+
|
|
6445
|
+
api.add_operation(:list_payment_managers, Seahorse::Model::Operation.new.tap do |o|
|
|
6446
|
+
o.name = "ListPaymentManagers"
|
|
6447
|
+
o.http_method = "POST"
|
|
6448
|
+
o.http_request_uri = "/payments/managers-list"
|
|
6449
|
+
o.input = Shapes::ShapeRef.new(shape: ListPaymentManagersRequest)
|
|
6450
|
+
o.output = Shapes::ShapeRef.new(shape: ListPaymentManagersResponse)
|
|
6451
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
6452
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
6453
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
6454
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
6455
|
+
o[:pager] = Aws::Pager.new(
|
|
6456
|
+
limit_key: "max_results",
|
|
6457
|
+
tokens: {
|
|
6458
|
+
"next_token" => "next_token"
|
|
6459
|
+
}
|
|
6460
|
+
)
|
|
6461
|
+
end)
|
|
6462
|
+
|
|
5781
6463
|
api.add_operation(:list_policies, Seahorse::Model::Operation.new.tap do |o|
|
|
5782
6464
|
o.name = "ListPolicies"
|
|
5783
6465
|
o.http_method = "GET"
|
|
@@ -5797,6 +6479,24 @@ module Aws::BedrockAgentCoreControl
|
|
|
5797
6479
|
)
|
|
5798
6480
|
end)
|
|
5799
6481
|
|
|
6482
|
+
api.add_operation(:list_policy_engine_summaries, Seahorse::Model::Operation.new.tap do |o|
|
|
6483
|
+
o.name = "ListPolicyEngineSummaries"
|
|
6484
|
+
o.http_method = "GET"
|
|
6485
|
+
o.http_request_uri = "/policy-engine-summaries"
|
|
6486
|
+
o.input = Shapes::ShapeRef.new(shape: ListPolicyEngineSummariesRequest)
|
|
6487
|
+
o.output = Shapes::ShapeRef.new(shape: ListPolicyEngineSummariesResponse)
|
|
6488
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
6489
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
6490
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
6491
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
6492
|
+
o[:pager] = Aws::Pager.new(
|
|
6493
|
+
limit_key: "max_results",
|
|
6494
|
+
tokens: {
|
|
6495
|
+
"next_token" => "next_token"
|
|
6496
|
+
}
|
|
6497
|
+
)
|
|
6498
|
+
end)
|
|
6499
|
+
|
|
5800
6500
|
api.add_operation(:list_policy_engines, Seahorse::Model::Operation.new.tap do |o|
|
|
5801
6501
|
o.name = "ListPolicyEngines"
|
|
5802
6502
|
o.http_method = "GET"
|
|
@@ -5834,6 +6534,25 @@ module Aws::BedrockAgentCoreControl
|
|
|
5834
6534
|
)
|
|
5835
6535
|
end)
|
|
5836
6536
|
|
|
6537
|
+
api.add_operation(:list_policy_generation_summaries, Seahorse::Model::Operation.new.tap do |o|
|
|
6538
|
+
o.name = "ListPolicyGenerationSummaries"
|
|
6539
|
+
o.http_method = "GET"
|
|
6540
|
+
o.http_request_uri = "/policy-engines/{policyEngineId}/policy-generation-summaries"
|
|
6541
|
+
o.input = Shapes::ShapeRef.new(shape: ListPolicyGenerationSummariesRequest)
|
|
6542
|
+
o.output = Shapes::ShapeRef.new(shape: ListPolicyGenerationSummariesResponse)
|
|
6543
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
6544
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
6545
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
6546
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
6547
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
6548
|
+
o[:pager] = Aws::Pager.new(
|
|
6549
|
+
limit_key: "max_results",
|
|
6550
|
+
tokens: {
|
|
6551
|
+
"next_token" => "next_token"
|
|
6552
|
+
}
|
|
6553
|
+
)
|
|
6554
|
+
end)
|
|
6555
|
+
|
|
5837
6556
|
api.add_operation(:list_policy_generations, Seahorse::Model::Operation.new.tap do |o|
|
|
5838
6557
|
o.name = "ListPolicyGenerations"
|
|
5839
6558
|
o.http_method = "GET"
|
|
@@ -5853,6 +6572,25 @@ module Aws::BedrockAgentCoreControl
|
|
|
5853
6572
|
)
|
|
5854
6573
|
end)
|
|
5855
6574
|
|
|
6575
|
+
api.add_operation(:list_policy_summaries, Seahorse::Model::Operation.new.tap do |o|
|
|
6576
|
+
o.name = "ListPolicySummaries"
|
|
6577
|
+
o.http_method = "GET"
|
|
6578
|
+
o.http_request_uri = "/policy-engines/{policyEngineId}/policy-summaries"
|
|
6579
|
+
o.input = Shapes::ShapeRef.new(shape: ListPolicySummariesRequest)
|
|
6580
|
+
o.output = Shapes::ShapeRef.new(shape: ListPolicySummariesResponse)
|
|
6581
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
6582
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
6583
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
6584
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
6585
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
6586
|
+
o[:pager] = Aws::Pager.new(
|
|
6587
|
+
limit_key: "max_results",
|
|
6588
|
+
tokens: {
|
|
6589
|
+
"next_token" => "next_token"
|
|
6590
|
+
}
|
|
6591
|
+
)
|
|
6592
|
+
end)
|
|
6593
|
+
|
|
5856
6594
|
api.add_operation(:list_registries, Seahorse::Model::Operation.new.tap do |o|
|
|
5857
6595
|
o.name = "ListRegistries"
|
|
5858
6596
|
o.http_method = "GET"
|
|
@@ -6206,6 +6944,54 @@ module Aws::BedrockAgentCoreControl
|
|
|
6206
6944
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
6207
6945
|
end)
|
|
6208
6946
|
|
|
6947
|
+
api.add_operation(:update_payment_connector, Seahorse::Model::Operation.new.tap do |o|
|
|
6948
|
+
o.name = "UpdatePaymentConnector"
|
|
6949
|
+
o.http_method = "PATCH"
|
|
6950
|
+
o.http_request_uri = "/payments/managers/{paymentManagerId}/connectors/{paymentConnectorId}"
|
|
6951
|
+
o.input = Shapes::ShapeRef.new(shape: UpdatePaymentConnectorRequest)
|
|
6952
|
+
o.output = Shapes::ShapeRef.new(shape: UpdatePaymentConnectorResponse)
|
|
6953
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
6954
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
6955
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
6956
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
6957
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
6958
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
6959
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
6960
|
+
end)
|
|
6961
|
+
|
|
6962
|
+
api.add_operation(:update_payment_credential_provider, Seahorse::Model::Operation.new.tap do |o|
|
|
6963
|
+
o.name = "UpdatePaymentCredentialProvider"
|
|
6964
|
+
o.http_method = "POST"
|
|
6965
|
+
o.http_request_uri = "/identities/UpdatePaymentCredentialProvider"
|
|
6966
|
+
o.input = Shapes::ShapeRef.new(shape: UpdatePaymentCredentialProviderRequest)
|
|
6967
|
+
o.output = Shapes::ShapeRef.new(shape: UpdatePaymentCredentialProviderResponse)
|
|
6968
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
6969
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
6970
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
6971
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
6972
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
6973
|
+
o.errors << Shapes::ShapeRef.new(shape: DecryptionFailure)
|
|
6974
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
6975
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
6976
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
6977
|
+
o.errors << Shapes::ShapeRef.new(shape: EncryptionFailure)
|
|
6978
|
+
end)
|
|
6979
|
+
|
|
6980
|
+
api.add_operation(:update_payment_manager, Seahorse::Model::Operation.new.tap do |o|
|
|
6981
|
+
o.name = "UpdatePaymentManager"
|
|
6982
|
+
o.http_method = "PATCH"
|
|
6983
|
+
o.http_request_uri = "/payments/managers/{paymentManagerId}"
|
|
6984
|
+
o.input = Shapes::ShapeRef.new(shape: UpdatePaymentManagerRequest)
|
|
6985
|
+
o.output = Shapes::ShapeRef.new(shape: UpdatePaymentManagerResponse)
|
|
6986
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
6987
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
6988
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
6989
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
6990
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
6991
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
6992
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
6993
|
+
end)
|
|
6994
|
+
|
|
6209
6995
|
api.add_operation(:update_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
6210
6996
|
o.name = "UpdatePolicy"
|
|
6211
6997
|
o.http_method = "PATCH"
|