aws-sdk-bedrockagentcorecontrol 1.43.0 → 1.45.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 +1130 -14
- data/lib/aws-sdk-bedrockagentcorecontrol/client_api.rb +585 -0
- data/lib/aws-sdk-bedrockagentcorecontrol/types.rb +1441 -48
- data/lib/aws-sdk-bedrockagentcorecontrol.rb +1 -1
- data/sig/client.rbs +424 -0
- data/sig/types.rbs +373 -0
- metadata +1 -1
|
@@ -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')
|
|
@@ -282,6 +301,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
282
301
|
Document = Shapes::DocumentShape.new(name: 'Document', document: true)
|
|
283
302
|
DomainName = Shapes::StringShape.new(name: 'DomainName')
|
|
284
303
|
Double = Shapes::FloatShape.new(name: 'Double')
|
|
304
|
+
EfsAccessPointArn = Shapes::StringShape.new(name: 'EfsAccessPointArn')
|
|
305
|
+
EfsAccessPointConfiguration = Shapes::StructureShape.new(name: 'EfsAccessPointConfiguration')
|
|
285
306
|
EncryptionFailure = Shapes::StructureShape.new(name: 'EncryptionFailure')
|
|
286
307
|
EndpointIpAddressType = Shapes::StringShape.new(name: 'EndpointIpAddressType')
|
|
287
308
|
EndpointName = Shapes::StringShape.new(name: 'EndpointName')
|
|
@@ -393,6 +414,12 @@ module Aws::BedrockAgentCoreControl
|
|
|
393
414
|
GetOauth2CredentialProviderResponse = Shapes::StructureShape.new(name: 'GetOauth2CredentialProviderResponse')
|
|
394
415
|
GetOnlineEvaluationConfigRequest = Shapes::StructureShape.new(name: 'GetOnlineEvaluationConfigRequest')
|
|
395
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')
|
|
396
423
|
GetPolicyEngineRequest = Shapes::StructureShape.new(name: 'GetPolicyEngineRequest')
|
|
397
424
|
GetPolicyEngineResponse = Shapes::StructureShape.new(name: 'GetPolicyEngineResponse')
|
|
398
425
|
GetPolicyGenerationRequest = Shapes::StructureShape.new(name: 'GetPolicyGenerationRequest')
|
|
@@ -550,6 +577,13 @@ module Aws::BedrockAgentCoreControl
|
|
|
550
577
|
ListOnlineEvaluationConfigsRequest = Shapes::StructureShape.new(name: 'ListOnlineEvaluationConfigsRequest')
|
|
551
578
|
ListOnlineEvaluationConfigsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListOnlineEvaluationConfigsRequestMaxResultsInteger')
|
|
552
579
|
ListOnlineEvaluationConfigsResponse = Shapes::StructureShape.new(name: 'ListOnlineEvaluationConfigsResponse')
|
|
580
|
+
ListPaymentConnectorsRequest = Shapes::StructureShape.new(name: 'ListPaymentConnectorsRequest')
|
|
581
|
+
ListPaymentConnectorsResponse = Shapes::StructureShape.new(name: 'ListPaymentConnectorsResponse')
|
|
582
|
+
ListPaymentCredentialProvidersRequest = Shapes::StructureShape.new(name: 'ListPaymentCredentialProvidersRequest')
|
|
583
|
+
ListPaymentCredentialProvidersRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListPaymentCredentialProvidersRequestMaxResultsInteger')
|
|
584
|
+
ListPaymentCredentialProvidersResponse = Shapes::StructureShape.new(name: 'ListPaymentCredentialProvidersResponse')
|
|
585
|
+
ListPaymentManagersRequest = Shapes::StructureShape.new(name: 'ListPaymentManagersRequest')
|
|
586
|
+
ListPaymentManagersResponse = Shapes::StructureShape.new(name: 'ListPaymentManagersResponse')
|
|
553
587
|
ListPoliciesRequest = Shapes::StructureShape.new(name: 'ListPoliciesRequest')
|
|
554
588
|
ListPoliciesResponse = Shapes::StructureShape.new(name: 'ListPoliciesResponse')
|
|
555
589
|
ListPolicyEnginesRequest = Shapes::StructureShape.new(name: 'ListPolicyEnginesRequest')
|
|
@@ -676,6 +710,28 @@ module Aws::BedrockAgentCoreControl
|
|
|
676
710
|
OnlineEvaluationExecutionStatus = Shapes::StringShape.new(name: 'OnlineEvaluationExecutionStatus')
|
|
677
711
|
OutputConfig = Shapes::StructureShape.new(name: 'OutputConfig')
|
|
678
712
|
OverrideType = Shapes::StringShape.new(name: 'OverrideType')
|
|
713
|
+
PaymentConnectorId = Shapes::StringShape.new(name: 'PaymentConnectorId')
|
|
714
|
+
PaymentConnectorName = Shapes::StringShape.new(name: 'PaymentConnectorName')
|
|
715
|
+
PaymentConnectorStatus = Shapes::StringShape.new(name: 'PaymentConnectorStatus')
|
|
716
|
+
PaymentConnectorSummaries = Shapes::ListShape.new(name: 'PaymentConnectorSummaries')
|
|
717
|
+
PaymentConnectorSummary = Shapes::StructureShape.new(name: 'PaymentConnectorSummary')
|
|
718
|
+
PaymentConnectorType = Shapes::StringShape.new(name: 'PaymentConnectorType')
|
|
719
|
+
PaymentCredentialProviderArn = Shapes::StringShape.new(name: 'PaymentCredentialProviderArn')
|
|
720
|
+
PaymentCredentialProviderArnType = Shapes::StringShape.new(name: 'PaymentCredentialProviderArnType')
|
|
721
|
+
PaymentCredentialProviderConfiguration = Shapes::StructureShape.new(name: 'PaymentCredentialProviderConfiguration')
|
|
722
|
+
PaymentCredentialProviderItem = Shapes::StructureShape.new(name: 'PaymentCredentialProviderItem')
|
|
723
|
+
PaymentCredentialProviderVendorType = Shapes::StringShape.new(name: 'PaymentCredentialProviderVendorType')
|
|
724
|
+
PaymentCredentialProviders = Shapes::ListShape.new(name: 'PaymentCredentialProviders')
|
|
725
|
+
PaymentManagerArn = Shapes::StringShape.new(name: 'PaymentManagerArn')
|
|
726
|
+
PaymentManagerId = Shapes::StringShape.new(name: 'PaymentManagerId')
|
|
727
|
+
PaymentManagerName = Shapes::StringShape.new(name: 'PaymentManagerName')
|
|
728
|
+
PaymentManagerStatus = Shapes::StringShape.new(name: 'PaymentManagerStatus')
|
|
729
|
+
PaymentManagerSummaries = Shapes::ListShape.new(name: 'PaymentManagerSummaries')
|
|
730
|
+
PaymentManagerSummary = Shapes::StructureShape.new(name: 'PaymentManagerSummary')
|
|
731
|
+
PaymentProviderConfigurationInput = Shapes::UnionShape.new(name: 'PaymentProviderConfigurationInput')
|
|
732
|
+
PaymentProviderConfigurationOutput = Shapes::UnionShape.new(name: 'PaymentProviderConfigurationOutput')
|
|
733
|
+
PaymentsAuthorizerType = Shapes::StringShape.new(name: 'PaymentsAuthorizerType')
|
|
734
|
+
PaymentsDescription = Shapes::StringShape.new(name: 'PaymentsDescription')
|
|
679
735
|
Policies = Shapes::ListShape.new(name: 'Policies')
|
|
680
736
|
Policy = Shapes::StructureShape.new(name: 'Policy')
|
|
681
737
|
PolicyArn = Shapes::StringShape.new(name: 'PolicyArn')
|
|
@@ -763,6 +819,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
763
819
|
RuntimeTargetConfiguration = Shapes::StructureShape.new(name: 'RuntimeTargetConfiguration')
|
|
764
820
|
S3BucketUri = Shapes::StringShape.new(name: 'S3BucketUri')
|
|
765
821
|
S3Configuration = Shapes::StructureShape.new(name: 'S3Configuration')
|
|
822
|
+
S3FilesAccessPointArn = Shapes::StringShape.new(name: 'S3FilesAccessPointArn')
|
|
823
|
+
S3FilesAccessPointConfiguration = Shapes::StructureShape.new(name: 'S3FilesAccessPointConfiguration')
|
|
766
824
|
S3Location = Shapes::StructureShape.new(name: 'S3Location')
|
|
767
825
|
S3LocationBucketString = Shapes::StringShape.new(name: 'S3LocationBucketString')
|
|
768
826
|
S3LocationPrefixString = Shapes::StringShape.new(name: 'S3LocationPrefixString')
|
|
@@ -833,6 +891,12 @@ module Aws::BedrockAgentCoreControl
|
|
|
833
891
|
StringListValidation = Shapes::StructureShape.new(name: 'StringListValidation')
|
|
834
892
|
StringListValidationMaxItemsInteger = Shapes::IntegerShape.new(name: 'StringListValidationMaxItemsInteger')
|
|
835
893
|
StringValidation = Shapes::StructureShape.new(name: 'StringValidation')
|
|
894
|
+
StripePrivyAppIdType = Shapes::StringShape.new(name: 'StripePrivyAppIdType')
|
|
895
|
+
StripePrivyAppSecretType = Shapes::StringShape.new(name: 'StripePrivyAppSecretType')
|
|
896
|
+
StripePrivyAuthorizationIdType = Shapes::StringShape.new(name: 'StripePrivyAuthorizationIdType')
|
|
897
|
+
StripePrivyAuthorizationPrivateKeyType = Shapes::StringShape.new(name: 'StripePrivyAuthorizationPrivateKeyType')
|
|
898
|
+
StripePrivyConfigurationInput = Shapes::StructureShape.new(name: 'StripePrivyConfigurationInput')
|
|
899
|
+
StripePrivyConfigurationOutput = Shapes::StructureShape.new(name: 'StripePrivyConfigurationOutput')
|
|
836
900
|
SubmitRegistryRecordForApprovalRequest = Shapes::StructureShape.new(name: 'SubmitRegistryRecordForApprovalRequest')
|
|
837
901
|
SubmitRegistryRecordForApprovalResponse = Shapes::StructureShape.new(name: 'SubmitRegistryRecordForApprovalResponse')
|
|
838
902
|
SubnetId = Shapes::StringShape.new(name: 'SubnetId')
|
|
@@ -937,6 +1001,12 @@ module Aws::BedrockAgentCoreControl
|
|
|
937
1001
|
UpdateOauth2CredentialProviderResponse = Shapes::StructureShape.new(name: 'UpdateOauth2CredentialProviderResponse')
|
|
938
1002
|
UpdateOnlineEvaluationConfigRequest = Shapes::StructureShape.new(name: 'UpdateOnlineEvaluationConfigRequest')
|
|
939
1003
|
UpdateOnlineEvaluationConfigResponse = Shapes::StructureShape.new(name: 'UpdateOnlineEvaluationConfigResponse')
|
|
1004
|
+
UpdatePaymentConnectorRequest = Shapes::StructureShape.new(name: 'UpdatePaymentConnectorRequest')
|
|
1005
|
+
UpdatePaymentConnectorResponse = Shapes::StructureShape.new(name: 'UpdatePaymentConnectorResponse')
|
|
1006
|
+
UpdatePaymentCredentialProviderRequest = Shapes::StructureShape.new(name: 'UpdatePaymentCredentialProviderRequest')
|
|
1007
|
+
UpdatePaymentCredentialProviderResponse = Shapes::StructureShape.new(name: 'UpdatePaymentCredentialProviderResponse')
|
|
1008
|
+
UpdatePaymentManagerRequest = Shapes::StructureShape.new(name: 'UpdatePaymentManagerRequest')
|
|
1009
|
+
UpdatePaymentManagerResponse = Shapes::StructureShape.new(name: 'UpdatePaymentManagerResponse')
|
|
940
1010
|
UpdatePolicyEngineRequest = Shapes::StructureShape.new(name: 'UpdatePolicyEngineRequest')
|
|
941
1011
|
UpdatePolicyEngineResponse = Shapes::StructureShape.new(name: 'UpdatePolicyEngineResponse')
|
|
942
1012
|
UpdatePolicyRequest = Shapes::StructureShape.new(name: 'UpdatePolicyRequest')
|
|
@@ -1260,6 +1330,16 @@ module Aws::BedrockAgentCoreControl
|
|
|
1260
1330
|
CodeInterpreterSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "lastUpdatedAt"))
|
|
1261
1331
|
CodeInterpreterSummary.struct_class = Types::CodeInterpreterSummary
|
|
1262
1332
|
|
|
1333
|
+
CoinbaseCdpConfigurationInput.add_member(:api_key_id, Shapes::ShapeRef.new(shape: CoinbaseCdpApiKeyIdType, required: true, location_name: "apiKeyId"))
|
|
1334
|
+
CoinbaseCdpConfigurationInput.add_member(:api_key_secret, Shapes::ShapeRef.new(shape: CoinbaseCdpApiKeySecretType, required: true, location_name: "apiKeySecret"))
|
|
1335
|
+
CoinbaseCdpConfigurationInput.add_member(:wallet_secret, Shapes::ShapeRef.new(shape: CoinbaseCdpWalletSecretType, required: true, location_name: "walletSecret"))
|
|
1336
|
+
CoinbaseCdpConfigurationInput.struct_class = Types::CoinbaseCdpConfigurationInput
|
|
1337
|
+
|
|
1338
|
+
CoinbaseCdpConfigurationOutput.add_member(:api_key_id, Shapes::ShapeRef.new(shape: CoinbaseCdpApiKeyIdType, required: true, location_name: "apiKeyId"))
|
|
1339
|
+
CoinbaseCdpConfigurationOutput.add_member(:api_key_secret_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "apiKeySecretArn"))
|
|
1340
|
+
CoinbaseCdpConfigurationOutput.add_member(:wallet_secret_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "walletSecretArn"))
|
|
1341
|
+
CoinbaseCdpConfigurationOutput.struct_class = Types::CoinbaseCdpConfigurationOutput
|
|
1342
|
+
|
|
1263
1343
|
ComponentConfiguration.add_member(:configuration, Shapes::ShapeRef.new(shape: Document, required: true, location_name: "configuration"))
|
|
1264
1344
|
ComponentConfiguration.struct_class = Types::ComponentConfiguration
|
|
1265
1345
|
|
|
@@ -1613,6 +1693,56 @@ module Aws::BedrockAgentCoreControl
|
|
|
1613
1693
|
CreateOnlineEvaluationConfigResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
|
|
1614
1694
|
CreateOnlineEvaluationConfigResponse.struct_class = Types::CreateOnlineEvaluationConfigResponse
|
|
1615
1695
|
|
|
1696
|
+
CreatePaymentConnectorRequest.add_member(:payment_manager_id, Shapes::ShapeRef.new(shape: PaymentManagerId, required: true, location: "uri", location_name: "paymentManagerId"))
|
|
1697
|
+
CreatePaymentConnectorRequest.add_member(:name, Shapes::ShapeRef.new(shape: PaymentConnectorName, required: true, location_name: "name"))
|
|
1698
|
+
CreatePaymentConnectorRequest.add_member(:description, Shapes::ShapeRef.new(shape: PaymentsDescription, location_name: "description"))
|
|
1699
|
+
CreatePaymentConnectorRequest.add_member(:type, Shapes::ShapeRef.new(shape: PaymentConnectorType, required: true, location_name: "type"))
|
|
1700
|
+
CreatePaymentConnectorRequest.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialsProviderConfigurations, required: true, location_name: "credentialProviderConfigurations"))
|
|
1701
|
+
CreatePaymentConnectorRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
1702
|
+
CreatePaymentConnectorRequest.struct_class = Types::CreatePaymentConnectorRequest
|
|
1703
|
+
|
|
1704
|
+
CreatePaymentConnectorResponse.add_member(:payment_connector_id, Shapes::ShapeRef.new(shape: PaymentConnectorId, required: true, location_name: "paymentConnectorId"))
|
|
1705
|
+
CreatePaymentConnectorResponse.add_member(:payment_manager_id, Shapes::ShapeRef.new(shape: PaymentManagerId, required: true, location_name: "paymentManagerId"))
|
|
1706
|
+
CreatePaymentConnectorResponse.add_member(:name, Shapes::ShapeRef.new(shape: PaymentConnectorName, required: true, location_name: "name"))
|
|
1707
|
+
CreatePaymentConnectorResponse.add_member(:type, Shapes::ShapeRef.new(shape: PaymentConnectorType, required: true, location_name: "type"))
|
|
1708
|
+
CreatePaymentConnectorResponse.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialsProviderConfigurations, required: true, location_name: "credentialProviderConfigurations"))
|
|
1709
|
+
CreatePaymentConnectorResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
1710
|
+
CreatePaymentConnectorResponse.add_member(:status, Shapes::ShapeRef.new(shape: PaymentConnectorStatus, required: true, location_name: "status"))
|
|
1711
|
+
CreatePaymentConnectorResponse.struct_class = Types::CreatePaymentConnectorResponse
|
|
1712
|
+
|
|
1713
|
+
CreatePaymentCredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
1714
|
+
CreatePaymentCredentialProviderRequest.add_member(:credential_provider_vendor, Shapes::ShapeRef.new(shape: PaymentCredentialProviderVendorType, required: true, location_name: "credentialProviderVendor"))
|
|
1715
|
+
CreatePaymentCredentialProviderRequest.add_member(:provider_configuration_input, Shapes::ShapeRef.new(shape: PaymentProviderConfigurationInput, required: true, location_name: "providerConfigurationInput"))
|
|
1716
|
+
CreatePaymentCredentialProviderRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
1717
|
+
CreatePaymentCredentialProviderRequest.struct_class = Types::CreatePaymentCredentialProviderRequest
|
|
1718
|
+
|
|
1719
|
+
CreatePaymentCredentialProviderResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
1720
|
+
CreatePaymentCredentialProviderResponse.add_member(:credential_provider_vendor, Shapes::ShapeRef.new(shape: PaymentCredentialProviderVendorType, required: true, location_name: "credentialProviderVendor"))
|
|
1721
|
+
CreatePaymentCredentialProviderResponse.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: PaymentCredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
|
|
1722
|
+
CreatePaymentCredentialProviderResponse.add_member(:provider_configuration_output, Shapes::ShapeRef.new(shape: PaymentProviderConfigurationOutput, required: true, location_name: "providerConfigurationOutput"))
|
|
1723
|
+
CreatePaymentCredentialProviderResponse.struct_class = Types::CreatePaymentCredentialProviderResponse
|
|
1724
|
+
|
|
1725
|
+
CreatePaymentManagerRequest.add_member(:name, Shapes::ShapeRef.new(shape: PaymentManagerName, required: true, location_name: "name"))
|
|
1726
|
+
CreatePaymentManagerRequest.add_member(:description, Shapes::ShapeRef.new(shape: PaymentsDescription, location_name: "description"))
|
|
1727
|
+
CreatePaymentManagerRequest.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: PaymentsAuthorizerType, required: true, location_name: "authorizerType"))
|
|
1728
|
+
CreatePaymentManagerRequest.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
|
|
1729
|
+
CreatePaymentManagerRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
|
1730
|
+
CreatePaymentManagerRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
1731
|
+
CreatePaymentManagerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
1732
|
+
CreatePaymentManagerRequest.struct_class = Types::CreatePaymentManagerRequest
|
|
1733
|
+
|
|
1734
|
+
CreatePaymentManagerResponse.add_member(:payment_manager_arn, Shapes::ShapeRef.new(shape: PaymentManagerArn, required: true, location_name: "paymentManagerArn"))
|
|
1735
|
+
CreatePaymentManagerResponse.add_member(:payment_manager_id, Shapes::ShapeRef.new(shape: PaymentManagerId, required: true, location_name: "paymentManagerId"))
|
|
1736
|
+
CreatePaymentManagerResponse.add_member(:name, Shapes::ShapeRef.new(shape: PaymentManagerName, required: true, location_name: "name"))
|
|
1737
|
+
CreatePaymentManagerResponse.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: PaymentsAuthorizerType, required: true, location_name: "authorizerType"))
|
|
1738
|
+
CreatePaymentManagerResponse.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
|
|
1739
|
+
CreatePaymentManagerResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
|
1740
|
+
CreatePaymentManagerResponse.add_member(:workload_identity_details, Shapes::ShapeRef.new(shape: WorkloadIdentityDetails, location_name: "workloadIdentityDetails"))
|
|
1741
|
+
CreatePaymentManagerResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
1742
|
+
CreatePaymentManagerResponse.add_member(:status, Shapes::ShapeRef.new(shape: PaymentManagerStatus, required: true, location_name: "status"))
|
|
1743
|
+
CreatePaymentManagerResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
1744
|
+
CreatePaymentManagerResponse.struct_class = Types::CreatePaymentManagerResponse
|
|
1745
|
+
|
|
1616
1746
|
CreatePolicyEngineRequest.add_member(:name, Shapes::ShapeRef.new(shape: PolicyEngineName, required: true, location_name: "name"))
|
|
1617
1747
|
CreatePolicyEngineRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
1618
1748
|
CreatePolicyEngineRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
@@ -1703,6 +1833,16 @@ module Aws::BedrockAgentCoreControl
|
|
|
1703
1833
|
|
|
1704
1834
|
CredentialProviderConfigurations.member = Shapes::ShapeRef.new(shape: CredentialProviderConfiguration)
|
|
1705
1835
|
|
|
1836
|
+
CredentialsProviderConfiguration.add_member(:coinbase_cdp, Shapes::ShapeRef.new(shape: PaymentCredentialProviderConfiguration, location_name: "coinbaseCDP"))
|
|
1837
|
+
CredentialsProviderConfiguration.add_member(:stripe_privy, Shapes::ShapeRef.new(shape: PaymentCredentialProviderConfiguration, location_name: "stripePrivy"))
|
|
1838
|
+
CredentialsProviderConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1839
|
+
CredentialsProviderConfiguration.add_member_subclass(:coinbase_cdp, Types::CredentialsProviderConfiguration::CoinbaseCdp)
|
|
1840
|
+
CredentialsProviderConfiguration.add_member_subclass(:stripe_privy, Types::CredentialsProviderConfiguration::StripePrivy)
|
|
1841
|
+
CredentialsProviderConfiguration.add_member_subclass(:unknown, Types::CredentialsProviderConfiguration::Unknown)
|
|
1842
|
+
CredentialsProviderConfiguration.struct_class = Types::CredentialsProviderConfiguration
|
|
1843
|
+
|
|
1844
|
+
CredentialsProviderConfigurations.member = Shapes::ShapeRef.new(shape: CredentialsProviderConfiguration)
|
|
1845
|
+
|
|
1706
1846
|
CustomClaimValidationType.add_member(:inbound_token_claim_name, Shapes::ShapeRef.new(shape: InboundTokenClaimNameType, required: true, location_name: "inboundTokenClaimName"))
|
|
1707
1847
|
CustomClaimValidationType.add_member(:inbound_token_claim_value_type, Shapes::ShapeRef.new(shape: InboundTokenClaimValueType, required: true, location_name: "inboundTokenClaimValueType"))
|
|
1708
1848
|
CustomClaimValidationType.add_member(:authorizing_claim_match_value, Shapes::ShapeRef.new(shape: AuthorizingClaimMatchValueType, required: true, location_name: "authorizingClaimMatchValue"))
|
|
@@ -1955,6 +2095,28 @@ module Aws::BedrockAgentCoreControl
|
|
|
1955
2095
|
DeleteOnlineEvaluationConfigResponse.add_member(:status, Shapes::ShapeRef.new(shape: OnlineEvaluationConfigStatus, required: true, location_name: "status"))
|
|
1956
2096
|
DeleteOnlineEvaluationConfigResponse.struct_class = Types::DeleteOnlineEvaluationConfigResponse
|
|
1957
2097
|
|
|
2098
|
+
DeletePaymentConnectorRequest.add_member(:payment_manager_id, Shapes::ShapeRef.new(shape: PaymentManagerId, required: true, location: "uri", location_name: "paymentManagerId"))
|
|
2099
|
+
DeletePaymentConnectorRequest.add_member(:payment_connector_id, Shapes::ShapeRef.new(shape: PaymentConnectorId, required: true, location: "uri", location_name: "paymentConnectorId"))
|
|
2100
|
+
DeletePaymentConnectorRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
2101
|
+
DeletePaymentConnectorRequest.struct_class = Types::DeletePaymentConnectorRequest
|
|
2102
|
+
|
|
2103
|
+
DeletePaymentConnectorResponse.add_member(:status, Shapes::ShapeRef.new(shape: PaymentConnectorStatus, required: true, location_name: "status"))
|
|
2104
|
+
DeletePaymentConnectorResponse.add_member(:payment_connector_id, Shapes::ShapeRef.new(shape: PaymentConnectorId, location_name: "paymentConnectorId"))
|
|
2105
|
+
DeletePaymentConnectorResponse.struct_class = Types::DeletePaymentConnectorResponse
|
|
2106
|
+
|
|
2107
|
+
DeletePaymentCredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
2108
|
+
DeletePaymentCredentialProviderRequest.struct_class = Types::DeletePaymentCredentialProviderRequest
|
|
2109
|
+
|
|
2110
|
+
DeletePaymentCredentialProviderResponse.struct_class = Types::DeletePaymentCredentialProviderResponse
|
|
2111
|
+
|
|
2112
|
+
DeletePaymentManagerRequest.add_member(:payment_manager_id, Shapes::ShapeRef.new(shape: PaymentManagerId, required: true, location: "uri", location_name: "paymentManagerId"))
|
|
2113
|
+
DeletePaymentManagerRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
2114
|
+
DeletePaymentManagerRequest.struct_class = Types::DeletePaymentManagerRequest
|
|
2115
|
+
|
|
2116
|
+
DeletePaymentManagerResponse.add_member(:status, Shapes::ShapeRef.new(shape: PaymentManagerStatus, required: true, location_name: "status"))
|
|
2117
|
+
DeletePaymentManagerResponse.add_member(:payment_manager_id, Shapes::ShapeRef.new(shape: PaymentManagerId, location_name: "paymentManagerId"))
|
|
2118
|
+
DeletePaymentManagerResponse.struct_class = Types::DeletePaymentManagerResponse
|
|
2119
|
+
|
|
1958
2120
|
DeletePolicyEngineRequest.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyEngineId"))
|
|
1959
2121
|
DeletePolicyEngineRequest.struct_class = Types::DeletePolicyEngineRequest
|
|
1960
2122
|
|
|
@@ -2013,6 +2175,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
2013
2175
|
Descriptors.add_member(:agent_skills, Shapes::ShapeRef.new(shape: AgentSkillsDescriptor, location_name: "agentSkills"))
|
|
2014
2176
|
Descriptors.struct_class = Types::Descriptors
|
|
2015
2177
|
|
|
2178
|
+
EfsAccessPointConfiguration.add_member(:access_point_arn, Shapes::ShapeRef.new(shape: EfsAccessPointArn, required: true, location_name: "accessPointArn"))
|
|
2179
|
+
EfsAccessPointConfiguration.add_member(:mount_path, Shapes::ShapeRef.new(shape: MountPath, required: true, location_name: "mountPath"))
|
|
2180
|
+
EfsAccessPointConfiguration.struct_class = Types::EfsAccessPointConfiguration
|
|
2181
|
+
|
|
2016
2182
|
EncryptionFailure.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
2017
2183
|
EncryptionFailure.struct_class = Types::EncryptionFailure
|
|
2018
2184
|
|
|
@@ -2122,8 +2288,12 @@ module Aws::BedrockAgentCoreControl
|
|
|
2122
2288
|
ExtractionConfiguration.struct_class = Types::ExtractionConfiguration
|
|
2123
2289
|
|
|
2124
2290
|
FilesystemConfiguration.add_member(:session_storage, Shapes::ShapeRef.new(shape: SessionStorageConfiguration, location_name: "sessionStorage"))
|
|
2291
|
+
FilesystemConfiguration.add_member(:s3_files_access_point, Shapes::ShapeRef.new(shape: S3FilesAccessPointConfiguration, location_name: "s3FilesAccessPoint"))
|
|
2292
|
+
FilesystemConfiguration.add_member(:efs_access_point, Shapes::ShapeRef.new(shape: EfsAccessPointConfiguration, location_name: "efsAccessPoint"))
|
|
2125
2293
|
FilesystemConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
2126
2294
|
FilesystemConfiguration.add_member_subclass(:session_storage, Types::FilesystemConfiguration::SessionStorage)
|
|
2295
|
+
FilesystemConfiguration.add_member_subclass(:s3_files_access_point, Types::FilesystemConfiguration::S3FilesAccessPoint)
|
|
2296
|
+
FilesystemConfiguration.add_member_subclass(:efs_access_point, Types::FilesystemConfiguration::EfsAccessPoint)
|
|
2127
2297
|
FilesystemConfiguration.add_member_subclass(:unknown, Types::FilesystemConfiguration::Unknown)
|
|
2128
2298
|
FilesystemConfiguration.struct_class = Types::FilesystemConfiguration
|
|
2129
2299
|
|
|
@@ -2480,6 +2650,49 @@ module Aws::BedrockAgentCoreControl
|
|
|
2480
2650
|
GetOnlineEvaluationConfigResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
|
|
2481
2651
|
GetOnlineEvaluationConfigResponse.struct_class = Types::GetOnlineEvaluationConfigResponse
|
|
2482
2652
|
|
|
2653
|
+
GetPaymentConnectorRequest.add_member(:payment_manager_id, Shapes::ShapeRef.new(shape: PaymentManagerId, required: true, location: "uri", location_name: "paymentManagerId"))
|
|
2654
|
+
GetPaymentConnectorRequest.add_member(:payment_connector_id, Shapes::ShapeRef.new(shape: PaymentConnectorId, required: true, location: "uri", location_name: "paymentConnectorId"))
|
|
2655
|
+
GetPaymentConnectorRequest.struct_class = Types::GetPaymentConnectorRequest
|
|
2656
|
+
|
|
2657
|
+
GetPaymentConnectorResponse.add_member(:payment_connector_id, Shapes::ShapeRef.new(shape: PaymentConnectorId, required: true, location_name: "paymentConnectorId"))
|
|
2658
|
+
GetPaymentConnectorResponse.add_member(:name, Shapes::ShapeRef.new(shape: PaymentConnectorName, required: true, location_name: "name"))
|
|
2659
|
+
GetPaymentConnectorResponse.add_member(:description, Shapes::ShapeRef.new(shape: PaymentsDescription, location_name: "description"))
|
|
2660
|
+
GetPaymentConnectorResponse.add_member(:type, Shapes::ShapeRef.new(shape: PaymentConnectorType, required: true, location_name: "type"))
|
|
2661
|
+
GetPaymentConnectorResponse.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialsProviderConfigurations, required: true, location_name: "credentialProviderConfigurations"))
|
|
2662
|
+
GetPaymentConnectorResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
2663
|
+
GetPaymentConnectorResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
|
|
2664
|
+
GetPaymentConnectorResponse.add_member(:status, Shapes::ShapeRef.new(shape: PaymentConnectorStatus, required: true, location_name: "status"))
|
|
2665
|
+
GetPaymentConnectorResponse.struct_class = Types::GetPaymentConnectorResponse
|
|
2666
|
+
|
|
2667
|
+
GetPaymentCredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
2668
|
+
GetPaymentCredentialProviderRequest.struct_class = Types::GetPaymentCredentialProviderRequest
|
|
2669
|
+
|
|
2670
|
+
GetPaymentCredentialProviderResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
2671
|
+
GetPaymentCredentialProviderResponse.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: PaymentCredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
|
|
2672
|
+
GetPaymentCredentialProviderResponse.add_member(:credential_provider_vendor, Shapes::ShapeRef.new(shape: PaymentCredentialProviderVendorType, required: true, location_name: "credentialProviderVendor"))
|
|
2673
|
+
GetPaymentCredentialProviderResponse.add_member(:provider_configuration_output, Shapes::ShapeRef.new(shape: PaymentProviderConfigurationOutput, required: true, location_name: "providerConfigurationOutput"))
|
|
2674
|
+
GetPaymentCredentialProviderResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdTime"))
|
|
2675
|
+
GetPaymentCredentialProviderResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedTime"))
|
|
2676
|
+
GetPaymentCredentialProviderResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
2677
|
+
GetPaymentCredentialProviderResponse.struct_class = Types::GetPaymentCredentialProviderResponse
|
|
2678
|
+
|
|
2679
|
+
GetPaymentManagerRequest.add_member(:payment_manager_id, Shapes::ShapeRef.new(shape: PaymentManagerId, required: true, location: "uri", location_name: "paymentManagerId"))
|
|
2680
|
+
GetPaymentManagerRequest.struct_class = Types::GetPaymentManagerRequest
|
|
2681
|
+
|
|
2682
|
+
GetPaymentManagerResponse.add_member(:payment_manager_arn, Shapes::ShapeRef.new(shape: PaymentManagerArn, required: true, location_name: "paymentManagerArn"))
|
|
2683
|
+
GetPaymentManagerResponse.add_member(:payment_manager_id, Shapes::ShapeRef.new(shape: PaymentManagerId, required: true, location_name: "paymentManagerId"))
|
|
2684
|
+
GetPaymentManagerResponse.add_member(:name, Shapes::ShapeRef.new(shape: PaymentManagerName, required: true, location_name: "name"))
|
|
2685
|
+
GetPaymentManagerResponse.add_member(:description, Shapes::ShapeRef.new(shape: PaymentsDescription, location_name: "description"))
|
|
2686
|
+
GetPaymentManagerResponse.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: PaymentsAuthorizerType, required: true, location_name: "authorizerType"))
|
|
2687
|
+
GetPaymentManagerResponse.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
|
|
2688
|
+
GetPaymentManagerResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
|
2689
|
+
GetPaymentManagerResponse.add_member(:workload_identity_details, Shapes::ShapeRef.new(shape: WorkloadIdentityDetails, location_name: "workloadIdentityDetails"))
|
|
2690
|
+
GetPaymentManagerResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
2691
|
+
GetPaymentManagerResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
|
|
2692
|
+
GetPaymentManagerResponse.add_member(:status, Shapes::ShapeRef.new(shape: PaymentManagerStatus, required: true, location_name: "status"))
|
|
2693
|
+
GetPaymentManagerResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
2694
|
+
GetPaymentManagerResponse.struct_class = Types::GetPaymentManagerResponse
|
|
2695
|
+
|
|
2483
2696
|
GetPolicyEngineRequest.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyEngineId"))
|
|
2484
2697
|
GetPolicyEngineRequest.struct_class = Types::GetPolicyEngineRequest
|
|
2485
2698
|
|
|
@@ -3041,6 +3254,31 @@ module Aws::BedrockAgentCoreControl
|
|
|
3041
3254
|
ListOnlineEvaluationConfigsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
3042
3255
|
ListOnlineEvaluationConfigsResponse.struct_class = Types::ListOnlineEvaluationConfigsResponse
|
|
3043
3256
|
|
|
3257
|
+
ListPaymentConnectorsRequest.add_member(:payment_manager_id, Shapes::ShapeRef.new(shape: PaymentManagerId, required: true, location: "uri", location_name: "paymentManagerId"))
|
|
3258
|
+
ListPaymentConnectorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
3259
|
+
ListPaymentConnectorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
3260
|
+
ListPaymentConnectorsRequest.struct_class = Types::ListPaymentConnectorsRequest
|
|
3261
|
+
|
|
3262
|
+
ListPaymentConnectorsResponse.add_member(:payment_connectors, Shapes::ShapeRef.new(shape: PaymentConnectorSummaries, required: true, location_name: "paymentConnectors"))
|
|
3263
|
+
ListPaymentConnectorsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
3264
|
+
ListPaymentConnectorsResponse.struct_class = Types::ListPaymentConnectorsResponse
|
|
3265
|
+
|
|
3266
|
+
ListPaymentCredentialProvidersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
3267
|
+
ListPaymentCredentialProvidersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListPaymentCredentialProvidersRequestMaxResultsInteger, location_name: "maxResults"))
|
|
3268
|
+
ListPaymentCredentialProvidersRequest.struct_class = Types::ListPaymentCredentialProvidersRequest
|
|
3269
|
+
|
|
3270
|
+
ListPaymentCredentialProvidersResponse.add_member(:credential_providers, Shapes::ShapeRef.new(shape: PaymentCredentialProviders, required: true, location_name: "credentialProviders"))
|
|
3271
|
+
ListPaymentCredentialProvidersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
3272
|
+
ListPaymentCredentialProvidersResponse.struct_class = Types::ListPaymentCredentialProvidersResponse
|
|
3273
|
+
|
|
3274
|
+
ListPaymentManagersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
3275
|
+
ListPaymentManagersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
3276
|
+
ListPaymentManagersRequest.struct_class = Types::ListPaymentManagersRequest
|
|
3277
|
+
|
|
3278
|
+
ListPaymentManagersResponse.add_member(:payment_managers, Shapes::ShapeRef.new(shape: PaymentManagerSummaries, required: true, location_name: "paymentManagers"))
|
|
3279
|
+
ListPaymentManagersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
3280
|
+
ListPaymentManagersResponse.struct_class = Types::ListPaymentManagersResponse
|
|
3281
|
+
|
|
3044
3282
|
ListPoliciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
3045
3283
|
ListPoliciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
3046
3284
|
ListPoliciesRequest.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyEngineId"))
|
|
@@ -3456,6 +3694,56 @@ module Aws::BedrockAgentCoreControl
|
|
|
3456
3694
|
OutputConfig.add_member(:cloud_watch_config, Shapes::ShapeRef.new(shape: CloudWatchOutputConfig, required: true, location_name: "cloudWatchConfig"))
|
|
3457
3695
|
OutputConfig.struct_class = Types::OutputConfig
|
|
3458
3696
|
|
|
3697
|
+
PaymentConnectorSummaries.member = Shapes::ShapeRef.new(shape: PaymentConnectorSummary)
|
|
3698
|
+
|
|
3699
|
+
PaymentConnectorSummary.add_member(:payment_connector_id, Shapes::ShapeRef.new(shape: PaymentConnectorId, required: true, location_name: "paymentConnectorId"))
|
|
3700
|
+
PaymentConnectorSummary.add_member(:name, Shapes::ShapeRef.new(shape: PaymentConnectorName, required: true, location_name: "name"))
|
|
3701
|
+
PaymentConnectorSummary.add_member(:type, Shapes::ShapeRef.new(shape: PaymentConnectorType, required: true, location_name: "type"))
|
|
3702
|
+
PaymentConnectorSummary.add_member(:status, Shapes::ShapeRef.new(shape: PaymentConnectorStatus, required: true, location_name: "status"))
|
|
3703
|
+
PaymentConnectorSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
|
|
3704
|
+
PaymentConnectorSummary.struct_class = Types::PaymentConnectorSummary
|
|
3705
|
+
|
|
3706
|
+
PaymentCredentialProviderConfiguration.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: PaymentCredentialProviderArn, required: true, location_name: "credentialProviderArn"))
|
|
3707
|
+
PaymentCredentialProviderConfiguration.struct_class = Types::PaymentCredentialProviderConfiguration
|
|
3708
|
+
|
|
3709
|
+
PaymentCredentialProviderItem.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
3710
|
+
PaymentCredentialProviderItem.add_member(:credential_provider_vendor, Shapes::ShapeRef.new(shape: PaymentCredentialProviderVendorType, required: true, location_name: "credentialProviderVendor"))
|
|
3711
|
+
PaymentCredentialProviderItem.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: PaymentCredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
|
|
3712
|
+
PaymentCredentialProviderItem.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdTime"))
|
|
3713
|
+
PaymentCredentialProviderItem.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedTime"))
|
|
3714
|
+
PaymentCredentialProviderItem.struct_class = Types::PaymentCredentialProviderItem
|
|
3715
|
+
|
|
3716
|
+
PaymentCredentialProviders.member = Shapes::ShapeRef.new(shape: PaymentCredentialProviderItem)
|
|
3717
|
+
|
|
3718
|
+
PaymentManagerSummaries.member = Shapes::ShapeRef.new(shape: PaymentManagerSummary)
|
|
3719
|
+
|
|
3720
|
+
PaymentManagerSummary.add_member(:payment_manager_arn, Shapes::ShapeRef.new(shape: PaymentManagerArn, required: true, location_name: "paymentManagerArn"))
|
|
3721
|
+
PaymentManagerSummary.add_member(:payment_manager_id, Shapes::ShapeRef.new(shape: PaymentManagerId, required: true, location_name: "paymentManagerId"))
|
|
3722
|
+
PaymentManagerSummary.add_member(:name, Shapes::ShapeRef.new(shape: PaymentManagerName, required: true, location_name: "name"))
|
|
3723
|
+
PaymentManagerSummary.add_member(:description, Shapes::ShapeRef.new(shape: PaymentsDescription, location_name: "description"))
|
|
3724
|
+
PaymentManagerSummary.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: PaymentsAuthorizerType, required: true, location_name: "authorizerType"))
|
|
3725
|
+
PaymentManagerSummary.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
|
3726
|
+
PaymentManagerSummary.add_member(:status, Shapes::ShapeRef.new(shape: PaymentManagerStatus, required: true, location_name: "status"))
|
|
3727
|
+
PaymentManagerSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "createdAt"))
|
|
3728
|
+
PaymentManagerSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
|
|
3729
|
+
PaymentManagerSummary.struct_class = Types::PaymentManagerSummary
|
|
3730
|
+
|
|
3731
|
+
PaymentProviderConfigurationInput.add_member(:coinbase_cdp_configuration, Shapes::ShapeRef.new(shape: CoinbaseCdpConfigurationInput, location_name: "coinbaseCdpConfiguration"))
|
|
3732
|
+
PaymentProviderConfigurationInput.add_member(:stripe_privy_configuration, Shapes::ShapeRef.new(shape: StripePrivyConfigurationInput, location_name: "stripePrivyConfiguration"))
|
|
3733
|
+
PaymentProviderConfigurationInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
3734
|
+
PaymentProviderConfigurationInput.add_member_subclass(:coinbase_cdp_configuration, Types::PaymentProviderConfigurationInput::CoinbaseCdpConfiguration)
|
|
3735
|
+
PaymentProviderConfigurationInput.add_member_subclass(:stripe_privy_configuration, Types::PaymentProviderConfigurationInput::StripePrivyConfiguration)
|
|
3736
|
+
PaymentProviderConfigurationInput.add_member_subclass(:unknown, Types::PaymentProviderConfigurationInput::Unknown)
|
|
3737
|
+
PaymentProviderConfigurationInput.struct_class = Types::PaymentProviderConfigurationInput
|
|
3738
|
+
|
|
3739
|
+
PaymentProviderConfigurationOutput.add_member(:coinbase_cdp_configuration, Shapes::ShapeRef.new(shape: CoinbaseCdpConfigurationOutput, location_name: "coinbaseCdpConfiguration"))
|
|
3740
|
+
PaymentProviderConfigurationOutput.add_member(:stripe_privy_configuration, Shapes::ShapeRef.new(shape: StripePrivyConfigurationOutput, location_name: "stripePrivyConfiguration"))
|
|
3741
|
+
PaymentProviderConfigurationOutput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
3742
|
+
PaymentProviderConfigurationOutput.add_member_subclass(:coinbase_cdp_configuration, Types::PaymentProviderConfigurationOutput::CoinbaseCdpConfiguration)
|
|
3743
|
+
PaymentProviderConfigurationOutput.add_member_subclass(:stripe_privy_configuration, Types::PaymentProviderConfigurationOutput::StripePrivyConfiguration)
|
|
3744
|
+
PaymentProviderConfigurationOutput.add_member_subclass(:unknown, Types::PaymentProviderConfigurationOutput::Unknown)
|
|
3745
|
+
PaymentProviderConfigurationOutput.struct_class = Types::PaymentProviderConfigurationOutput
|
|
3746
|
+
|
|
3459
3747
|
Policies.member = Shapes::ShapeRef.new(shape: Policy)
|
|
3460
3748
|
|
|
3461
3749
|
Policy.add_member(:policy_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyId"))
|
|
@@ -3675,6 +3963,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
3675
3963
|
S3Configuration.add_member(:bucket_owner_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "bucketOwnerAccountId"))
|
|
3676
3964
|
S3Configuration.struct_class = Types::S3Configuration
|
|
3677
3965
|
|
|
3966
|
+
S3FilesAccessPointConfiguration.add_member(:access_point_arn, Shapes::ShapeRef.new(shape: S3FilesAccessPointArn, required: true, location_name: "accessPointArn"))
|
|
3967
|
+
S3FilesAccessPointConfiguration.add_member(:mount_path, Shapes::ShapeRef.new(shape: MountPath, required: true, location_name: "mountPath"))
|
|
3968
|
+
S3FilesAccessPointConfiguration.struct_class = Types::S3FilesAccessPointConfiguration
|
|
3969
|
+
|
|
3678
3970
|
S3Location.add_member(:bucket, Shapes::ShapeRef.new(shape: S3LocationBucketString, required: true, location_name: "bucket"))
|
|
3679
3971
|
S3Location.add_member(:prefix, Shapes::ShapeRef.new(shape: S3LocationPrefixString, required: true, location_name: "prefix"))
|
|
3680
3972
|
S3Location.add_member(:version_id, Shapes::ShapeRef.new(shape: S3LocationVersionIdString, location_name: "versionId"))
|
|
@@ -3857,6 +4149,18 @@ module Aws::BedrockAgentCoreControl
|
|
|
3857
4149
|
StringValidation.add_member(:allowed_values, Shapes::ShapeRef.new(shape: AllowedStringValuesList, required: true, location_name: "allowedValues"))
|
|
3858
4150
|
StringValidation.struct_class = Types::StringValidation
|
|
3859
4151
|
|
|
4152
|
+
StripePrivyConfigurationInput.add_member(:app_id, Shapes::ShapeRef.new(shape: StripePrivyAppIdType, required: true, location_name: "appId"))
|
|
4153
|
+
StripePrivyConfigurationInput.add_member(:app_secret, Shapes::ShapeRef.new(shape: StripePrivyAppSecretType, required: true, location_name: "appSecret"))
|
|
4154
|
+
StripePrivyConfigurationInput.add_member(:authorization_private_key, Shapes::ShapeRef.new(shape: StripePrivyAuthorizationPrivateKeyType, required: true, location_name: "authorizationPrivateKey"))
|
|
4155
|
+
StripePrivyConfigurationInput.add_member(:authorization_id, Shapes::ShapeRef.new(shape: StripePrivyAuthorizationIdType, required: true, location_name: "authorizationId"))
|
|
4156
|
+
StripePrivyConfigurationInput.struct_class = Types::StripePrivyConfigurationInput
|
|
4157
|
+
|
|
4158
|
+
StripePrivyConfigurationOutput.add_member(:app_id, Shapes::ShapeRef.new(shape: StripePrivyAppIdType, required: true, location_name: "appId"))
|
|
4159
|
+
StripePrivyConfigurationOutput.add_member(:app_secret_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "appSecretArn"))
|
|
4160
|
+
StripePrivyConfigurationOutput.add_member(:authorization_private_key_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "authorizationPrivateKeyArn"))
|
|
4161
|
+
StripePrivyConfigurationOutput.add_member(:authorization_id, Shapes::ShapeRef.new(shape: StripePrivyAuthorizationIdType, required: true, location_name: "authorizationId"))
|
|
4162
|
+
StripePrivyConfigurationOutput.struct_class = Types::StripePrivyConfigurationOutput
|
|
4163
|
+
|
|
3860
4164
|
SubmitRegistryRecordForApprovalRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryIdentifier, required: true, location: "uri", location_name: "registryId"))
|
|
3861
4165
|
SubmitRegistryRecordForApprovalRequest.add_member(:record_id, Shapes::ShapeRef.new(shape: RecordIdentifier, required: true, location: "uri", location_name: "recordId"))
|
|
3862
4166
|
SubmitRegistryRecordForApprovalRequest.struct_class = Types::SubmitRegistryRecordForApprovalRequest
|
|
@@ -4269,6 +4573,54 @@ module Aws::BedrockAgentCoreControl
|
|
|
4269
4573
|
UpdateOnlineEvaluationConfigResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
|
|
4270
4574
|
UpdateOnlineEvaluationConfigResponse.struct_class = Types::UpdateOnlineEvaluationConfigResponse
|
|
4271
4575
|
|
|
4576
|
+
UpdatePaymentConnectorRequest.add_member(:payment_manager_id, Shapes::ShapeRef.new(shape: PaymentManagerId, required: true, location: "uri", location_name: "paymentManagerId"))
|
|
4577
|
+
UpdatePaymentConnectorRequest.add_member(:payment_connector_id, Shapes::ShapeRef.new(shape: PaymentConnectorId, required: true, location: "uri", location_name: "paymentConnectorId"))
|
|
4578
|
+
UpdatePaymentConnectorRequest.add_member(:description, Shapes::ShapeRef.new(shape: PaymentsDescription, location_name: "description"))
|
|
4579
|
+
UpdatePaymentConnectorRequest.add_member(:type, Shapes::ShapeRef.new(shape: PaymentConnectorType, location_name: "type"))
|
|
4580
|
+
UpdatePaymentConnectorRequest.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialsProviderConfigurations, location_name: "credentialProviderConfigurations"))
|
|
4581
|
+
UpdatePaymentConnectorRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
4582
|
+
UpdatePaymentConnectorRequest.struct_class = Types::UpdatePaymentConnectorRequest
|
|
4583
|
+
|
|
4584
|
+
UpdatePaymentConnectorResponse.add_member(:payment_connector_id, Shapes::ShapeRef.new(shape: PaymentConnectorId, required: true, location_name: "paymentConnectorId"))
|
|
4585
|
+
UpdatePaymentConnectorResponse.add_member(:payment_manager_id, Shapes::ShapeRef.new(shape: PaymentManagerId, required: true, location_name: "paymentManagerId"))
|
|
4586
|
+
UpdatePaymentConnectorResponse.add_member(:name, Shapes::ShapeRef.new(shape: PaymentConnectorName, required: true, location_name: "name"))
|
|
4587
|
+
UpdatePaymentConnectorResponse.add_member(:type, Shapes::ShapeRef.new(shape: PaymentConnectorType, required: true, location_name: "type"))
|
|
4588
|
+
UpdatePaymentConnectorResponse.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialsProviderConfigurations, required: true, location_name: "credentialProviderConfigurations"))
|
|
4589
|
+
UpdatePaymentConnectorResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
|
|
4590
|
+
UpdatePaymentConnectorResponse.add_member(:status, Shapes::ShapeRef.new(shape: PaymentConnectorStatus, required: true, location_name: "status"))
|
|
4591
|
+
UpdatePaymentConnectorResponse.struct_class = Types::UpdatePaymentConnectorResponse
|
|
4592
|
+
|
|
4593
|
+
UpdatePaymentCredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
4594
|
+
UpdatePaymentCredentialProviderRequest.add_member(:credential_provider_vendor, Shapes::ShapeRef.new(shape: PaymentCredentialProviderVendorType, required: true, location_name: "credentialProviderVendor"))
|
|
4595
|
+
UpdatePaymentCredentialProviderRequest.add_member(:provider_configuration_input, Shapes::ShapeRef.new(shape: PaymentProviderConfigurationInput, required: true, location_name: "providerConfigurationInput"))
|
|
4596
|
+
UpdatePaymentCredentialProviderRequest.struct_class = Types::UpdatePaymentCredentialProviderRequest
|
|
4597
|
+
|
|
4598
|
+
UpdatePaymentCredentialProviderResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
4599
|
+
UpdatePaymentCredentialProviderResponse.add_member(:credential_provider_vendor, Shapes::ShapeRef.new(shape: PaymentCredentialProviderVendorType, required: true, location_name: "credentialProviderVendor"))
|
|
4600
|
+
UpdatePaymentCredentialProviderResponse.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: PaymentCredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
|
|
4601
|
+
UpdatePaymentCredentialProviderResponse.add_member(:provider_configuration_output, Shapes::ShapeRef.new(shape: PaymentProviderConfigurationOutput, required: true, location_name: "providerConfigurationOutput"))
|
|
4602
|
+
UpdatePaymentCredentialProviderResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdTime"))
|
|
4603
|
+
UpdatePaymentCredentialProviderResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedTime"))
|
|
4604
|
+
UpdatePaymentCredentialProviderResponse.struct_class = Types::UpdatePaymentCredentialProviderResponse
|
|
4605
|
+
|
|
4606
|
+
UpdatePaymentManagerRequest.add_member(:payment_manager_id, Shapes::ShapeRef.new(shape: PaymentManagerId, required: true, location: "uri", location_name: "paymentManagerId"))
|
|
4607
|
+
UpdatePaymentManagerRequest.add_member(:description, Shapes::ShapeRef.new(shape: PaymentsDescription, location_name: "description"))
|
|
4608
|
+
UpdatePaymentManagerRequest.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: PaymentsAuthorizerType, location_name: "authorizerType"))
|
|
4609
|
+
UpdatePaymentManagerRequest.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
|
|
4610
|
+
UpdatePaymentManagerRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
|
|
4611
|
+
UpdatePaymentManagerRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
4612
|
+
UpdatePaymentManagerRequest.struct_class = Types::UpdatePaymentManagerRequest
|
|
4613
|
+
|
|
4614
|
+
UpdatePaymentManagerResponse.add_member(:payment_manager_arn, Shapes::ShapeRef.new(shape: PaymentManagerArn, required: true, location_name: "paymentManagerArn"))
|
|
4615
|
+
UpdatePaymentManagerResponse.add_member(:payment_manager_id, Shapes::ShapeRef.new(shape: PaymentManagerId, required: true, location_name: "paymentManagerId"))
|
|
4616
|
+
UpdatePaymentManagerResponse.add_member(:name, Shapes::ShapeRef.new(shape: PaymentManagerName, required: true, location_name: "name"))
|
|
4617
|
+
UpdatePaymentManagerResponse.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: PaymentsAuthorizerType, required: true, location_name: "authorizerType"))
|
|
4618
|
+
UpdatePaymentManagerResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
|
4619
|
+
UpdatePaymentManagerResponse.add_member(:workload_identity_details, Shapes::ShapeRef.new(shape: WorkloadIdentityDetails, location_name: "workloadIdentityDetails"))
|
|
4620
|
+
UpdatePaymentManagerResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
|
|
4621
|
+
UpdatePaymentManagerResponse.add_member(:status, Shapes::ShapeRef.new(shape: PaymentManagerStatus, required: true, location_name: "status"))
|
|
4622
|
+
UpdatePaymentManagerResponse.struct_class = Types::UpdatePaymentManagerResponse
|
|
4623
|
+
|
|
4272
4624
|
UpdatePolicyEngineRequest.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyEngineId"))
|
|
4273
4625
|
UpdatePolicyEngineRequest.add_member(:description, Shapes::ShapeRef.new(shape: UpdatedDescription, location_name: "description"))
|
|
4274
4626
|
UpdatePolicyEngineRequest.struct_class = Types::UpdatePolicyEngineRequest
|
|
@@ -4763,6 +5115,54 @@ module Aws::BedrockAgentCoreControl
|
|
|
4763
5115
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4764
5116
|
end)
|
|
4765
5117
|
|
|
5118
|
+
api.add_operation(:create_payment_connector, Seahorse::Model::Operation.new.tap do |o|
|
|
5119
|
+
o.name = "CreatePaymentConnector"
|
|
5120
|
+
o.http_method = "POST"
|
|
5121
|
+
o.http_request_uri = "/payments/managers/{paymentManagerId}/connectors"
|
|
5122
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePaymentConnectorRequest)
|
|
5123
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePaymentConnectorResponse)
|
|
5124
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
5125
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5126
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
5127
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
5128
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
5129
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5130
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5131
|
+
end)
|
|
5132
|
+
|
|
5133
|
+
api.add_operation(:create_payment_credential_provider, Seahorse::Model::Operation.new.tap do |o|
|
|
5134
|
+
o.name = "CreatePaymentCredentialProvider"
|
|
5135
|
+
o.http_method = "POST"
|
|
5136
|
+
o.http_request_uri = "/identities/CreatePaymentCredentialProvider"
|
|
5137
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePaymentCredentialProviderRequest)
|
|
5138
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePaymentCredentialProviderResponse)
|
|
5139
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
5140
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
5141
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
|
|
5142
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
5143
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
5144
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5145
|
+
o.errors << Shapes::ShapeRef.new(shape: DecryptionFailure)
|
|
5146
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
5147
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5148
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5149
|
+
o.errors << Shapes::ShapeRef.new(shape: EncryptionFailure)
|
|
5150
|
+
end)
|
|
5151
|
+
|
|
5152
|
+
api.add_operation(:create_payment_manager, Seahorse::Model::Operation.new.tap do |o|
|
|
5153
|
+
o.name = "CreatePaymentManager"
|
|
5154
|
+
o.http_method = "POST"
|
|
5155
|
+
o.http_request_uri = "/payments/managers"
|
|
5156
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePaymentManagerRequest)
|
|
5157
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePaymentManagerResponse)
|
|
5158
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
5159
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5160
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
5161
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
5162
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5163
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5164
|
+
end)
|
|
5165
|
+
|
|
4766
5166
|
api.add_operation(:create_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
4767
5167
|
o.name = "CreatePolicy"
|
|
4768
5168
|
o.http_method = "POST"
|
|
@@ -5046,6 +5446,46 @@ module Aws::BedrockAgentCoreControl
|
|
|
5046
5446
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5047
5447
|
end)
|
|
5048
5448
|
|
|
5449
|
+
api.add_operation(:delete_payment_connector, Seahorse::Model::Operation.new.tap do |o|
|
|
5450
|
+
o.name = "DeletePaymentConnector"
|
|
5451
|
+
o.http_method = "DELETE"
|
|
5452
|
+
o.http_request_uri = "/payments/managers/{paymentManagerId}/connectors/{paymentConnectorId}"
|
|
5453
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePaymentConnectorRequest)
|
|
5454
|
+
o.output = Shapes::ShapeRef.new(shape: DeletePaymentConnectorResponse)
|
|
5455
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5456
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
5457
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
5458
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5459
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5460
|
+
end)
|
|
5461
|
+
|
|
5462
|
+
api.add_operation(:delete_payment_credential_provider, Seahorse::Model::Operation.new.tap do |o|
|
|
5463
|
+
o.name = "DeletePaymentCredentialProvider"
|
|
5464
|
+
o.http_method = "POST"
|
|
5465
|
+
o.http_request_uri = "/identities/DeletePaymentCredentialProvider"
|
|
5466
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePaymentCredentialProviderRequest)
|
|
5467
|
+
o.output = Shapes::ShapeRef.new(shape: DeletePaymentCredentialProviderResponse)
|
|
5468
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
5469
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
5470
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5471
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
5472
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5473
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5474
|
+
end)
|
|
5475
|
+
|
|
5476
|
+
api.add_operation(:delete_payment_manager, Seahorse::Model::Operation.new.tap do |o|
|
|
5477
|
+
o.name = "DeletePaymentManager"
|
|
5478
|
+
o.http_method = "DELETE"
|
|
5479
|
+
o.http_request_uri = "/payments/managers/{paymentManagerId}"
|
|
5480
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePaymentManagerRequest)
|
|
5481
|
+
o.output = Shapes::ShapeRef.new(shape: DeletePaymentManagerResponse)
|
|
5482
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5483
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
5484
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
5485
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5486
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5487
|
+
end)
|
|
5488
|
+
|
|
5049
5489
|
api.add_operation(:delete_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
5050
5490
|
o.name = "DeletePolicy"
|
|
5051
5491
|
o.http_method = "DELETE"
|
|
@@ -5341,6 +5781,47 @@ module Aws::BedrockAgentCoreControl
|
|
|
5341
5781
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5342
5782
|
end)
|
|
5343
5783
|
|
|
5784
|
+
api.add_operation(:get_payment_connector, Seahorse::Model::Operation.new.tap do |o|
|
|
5785
|
+
o.name = "GetPaymentConnector"
|
|
5786
|
+
o.http_method = "GET"
|
|
5787
|
+
o.http_request_uri = "/payments/managers/{paymentManagerId}/connectors/{paymentConnectorId}"
|
|
5788
|
+
o.input = Shapes::ShapeRef.new(shape: GetPaymentConnectorRequest)
|
|
5789
|
+
o.output = Shapes::ShapeRef.new(shape: GetPaymentConnectorResponse)
|
|
5790
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5791
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
5792
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
5793
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5794
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5795
|
+
end)
|
|
5796
|
+
|
|
5797
|
+
api.add_operation(:get_payment_credential_provider, Seahorse::Model::Operation.new.tap do |o|
|
|
5798
|
+
o.name = "GetPaymentCredentialProvider"
|
|
5799
|
+
o.http_method = "POST"
|
|
5800
|
+
o.http_request_uri = "/identities/GetPaymentCredentialProvider"
|
|
5801
|
+
o.input = Shapes::ShapeRef.new(shape: GetPaymentCredentialProviderRequest)
|
|
5802
|
+
o.output = Shapes::ShapeRef.new(shape: GetPaymentCredentialProviderResponse)
|
|
5803
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
5804
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
5805
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5806
|
+
o.errors << Shapes::ShapeRef.new(shape: DecryptionFailure)
|
|
5807
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
5808
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5809
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5810
|
+
end)
|
|
5811
|
+
|
|
5812
|
+
api.add_operation(:get_payment_manager, Seahorse::Model::Operation.new.tap do |o|
|
|
5813
|
+
o.name = "GetPaymentManager"
|
|
5814
|
+
o.http_method = "GET"
|
|
5815
|
+
o.http_request_uri = "/payments/managers/{paymentManagerId}"
|
|
5816
|
+
o.input = Shapes::ShapeRef.new(shape: GetPaymentManagerRequest)
|
|
5817
|
+
o.output = Shapes::ShapeRef.new(shape: GetPaymentManagerResponse)
|
|
5818
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5819
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
5820
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
5821
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5822
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5823
|
+
end)
|
|
5824
|
+
|
|
5344
5825
|
api.add_operation(:get_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
5345
5826
|
o.name = "GetPolicy"
|
|
5346
5827
|
o.http_method = "GET"
|
|
@@ -5762,6 +6243,62 @@ module Aws::BedrockAgentCoreControl
|
|
|
5762
6243
|
)
|
|
5763
6244
|
end)
|
|
5764
6245
|
|
|
6246
|
+
api.add_operation(:list_payment_connectors, Seahorse::Model::Operation.new.tap do |o|
|
|
6247
|
+
o.name = "ListPaymentConnectors"
|
|
6248
|
+
o.http_method = "POST"
|
|
6249
|
+
o.http_request_uri = "/payments/managers/{paymentManagerId}/connectors-list"
|
|
6250
|
+
o.input = Shapes::ShapeRef.new(shape: ListPaymentConnectorsRequest)
|
|
6251
|
+
o.output = Shapes::ShapeRef.new(shape: ListPaymentConnectorsResponse)
|
|
6252
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
6253
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
6254
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
6255
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
6256
|
+
o[:pager] = Aws::Pager.new(
|
|
6257
|
+
limit_key: "max_results",
|
|
6258
|
+
tokens: {
|
|
6259
|
+
"next_token" => "next_token"
|
|
6260
|
+
}
|
|
6261
|
+
)
|
|
6262
|
+
end)
|
|
6263
|
+
|
|
6264
|
+
api.add_operation(:list_payment_credential_providers, Seahorse::Model::Operation.new.tap do |o|
|
|
6265
|
+
o.name = "ListPaymentCredentialProviders"
|
|
6266
|
+
o.http_method = "POST"
|
|
6267
|
+
o.http_request_uri = "/identities/ListPaymentCredentialProviders"
|
|
6268
|
+
o.input = Shapes::ShapeRef.new(shape: ListPaymentCredentialProvidersRequest)
|
|
6269
|
+
o.output = Shapes::ShapeRef.new(shape: ListPaymentCredentialProvidersResponse)
|
|
6270
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
6271
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
6272
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
6273
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
6274
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
6275
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
6276
|
+
o[:pager] = Aws::Pager.new(
|
|
6277
|
+
limit_key: "max_results",
|
|
6278
|
+
tokens: {
|
|
6279
|
+
"next_token" => "next_token"
|
|
6280
|
+
}
|
|
6281
|
+
)
|
|
6282
|
+
end)
|
|
6283
|
+
|
|
6284
|
+
api.add_operation(:list_payment_managers, Seahorse::Model::Operation.new.tap do |o|
|
|
6285
|
+
o.name = "ListPaymentManagers"
|
|
6286
|
+
o.http_method = "POST"
|
|
6287
|
+
o.http_request_uri = "/payments/managers-list"
|
|
6288
|
+
o.input = Shapes::ShapeRef.new(shape: ListPaymentManagersRequest)
|
|
6289
|
+
o.output = Shapes::ShapeRef.new(shape: ListPaymentManagersResponse)
|
|
6290
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
6291
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
6292
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
6293
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
6294
|
+
o[:pager] = Aws::Pager.new(
|
|
6295
|
+
limit_key: "max_results",
|
|
6296
|
+
tokens: {
|
|
6297
|
+
"next_token" => "next_token"
|
|
6298
|
+
}
|
|
6299
|
+
)
|
|
6300
|
+
end)
|
|
6301
|
+
|
|
5765
6302
|
api.add_operation(:list_policies, Seahorse::Model::Operation.new.tap do |o|
|
|
5766
6303
|
o.name = "ListPolicies"
|
|
5767
6304
|
o.http_method = "GET"
|
|
@@ -6190,6 +6727,54 @@ module Aws::BedrockAgentCoreControl
|
|
|
6190
6727
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
6191
6728
|
end)
|
|
6192
6729
|
|
|
6730
|
+
api.add_operation(:update_payment_connector, Seahorse::Model::Operation.new.tap do |o|
|
|
6731
|
+
o.name = "UpdatePaymentConnector"
|
|
6732
|
+
o.http_method = "PATCH"
|
|
6733
|
+
o.http_request_uri = "/payments/managers/{paymentManagerId}/connectors/{paymentConnectorId}"
|
|
6734
|
+
o.input = Shapes::ShapeRef.new(shape: UpdatePaymentConnectorRequest)
|
|
6735
|
+
o.output = Shapes::ShapeRef.new(shape: UpdatePaymentConnectorResponse)
|
|
6736
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
6737
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
6738
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
6739
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
6740
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
6741
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
6742
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
6743
|
+
end)
|
|
6744
|
+
|
|
6745
|
+
api.add_operation(:update_payment_credential_provider, Seahorse::Model::Operation.new.tap do |o|
|
|
6746
|
+
o.name = "UpdatePaymentCredentialProvider"
|
|
6747
|
+
o.http_method = "POST"
|
|
6748
|
+
o.http_request_uri = "/identities/UpdatePaymentCredentialProvider"
|
|
6749
|
+
o.input = Shapes::ShapeRef.new(shape: UpdatePaymentCredentialProviderRequest)
|
|
6750
|
+
o.output = Shapes::ShapeRef.new(shape: UpdatePaymentCredentialProviderResponse)
|
|
6751
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
6752
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
6753
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
6754
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
6755
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
6756
|
+
o.errors << Shapes::ShapeRef.new(shape: DecryptionFailure)
|
|
6757
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
6758
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
6759
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
6760
|
+
o.errors << Shapes::ShapeRef.new(shape: EncryptionFailure)
|
|
6761
|
+
end)
|
|
6762
|
+
|
|
6763
|
+
api.add_operation(:update_payment_manager, Seahorse::Model::Operation.new.tap do |o|
|
|
6764
|
+
o.name = "UpdatePaymentManager"
|
|
6765
|
+
o.http_method = "PATCH"
|
|
6766
|
+
o.http_request_uri = "/payments/managers/{paymentManagerId}"
|
|
6767
|
+
o.input = Shapes::ShapeRef.new(shape: UpdatePaymentManagerRequest)
|
|
6768
|
+
o.output = Shapes::ShapeRef.new(shape: UpdatePaymentManagerResponse)
|
|
6769
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
6770
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
6771
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
6772
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
6773
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
6774
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
6775
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
6776
|
+
end)
|
|
6777
|
+
|
|
6193
6778
|
api.add_operation(:update_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
6194
6779
|
o.name = "UpdatePolicy"
|
|
6195
6780
|
o.http_method = "PATCH"
|