aws-sdk-bedrockagentcorecontrol 1.63.0 → 1.64.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5a3295ee5a1e485ed0beb56a8a29dc6a6564c252da97c4670b7d907944f35b32
4
- data.tar.gz: 7087f83b13bbe61d3f8e8684ab7115dfc6da00bef97743f33ce56ae8cdb92576
3
+ metadata.gz: d4d66c60f29171cfd96af4bee2121f2d65eb0ec92fdf4b6b5c809903a1b3e4ec
4
+ data.tar.gz: f6f73da5571a62e21b63164b955bc50e14a425c412832a3926cceb4e8667faf7
5
5
  SHA512:
6
- metadata.gz: 48f64200e9f8e0a256b5e61d7b5df6b5c8a5ed29f2aaf3af89e4a6ce197232019f2ac15295bd09a20006ed6e3622b7bf65e263adb8319f18d878599bf56b3fed
7
- data.tar.gz: ffadaeb07363a98afe3feacee5c27a1aa5c6d6e7fa82d3674079312a33205c0fb83dbb6dbb3da4f49906dacf2b298fe2d005f72db026a9946d28e90bff74a5d3
6
+ metadata.gz: dc0c72180032b750944533c21b11e96a106de3e121b2da90848d9724377af2449eca2260560e9c76fb0a985a332bd2c384d9cca51ca833f459c0fbaf1523ad0c
7
+ data.tar.gz: c83935235c25b5a7aad6117c93f8b16189e1cbc1deee472ac6e14569617e8a416e9f9cf9893d9aa56b7afe82e0899529ed7d8621ef6629f23415b145c54b669b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.64.0 (2026-08-14)
5
+ ------------------
6
+
7
+ * Feature - Adds AgentCore Payments support for CMK, Marketplace Subscriptions and QuickCreate
8
+
4
9
  1.63.0 (2026-08-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.63.0
1
+ 1.64.0
@@ -845,7 +845,7 @@ module Aws::BedrockAgentCoreControl
845
845
  # },
846
846
  # ],
847
847
  # capacity_provider_configuration: {
848
- # capacity_provider_arn: "CapacityProviderArn",
848
+ # capacity_provider_arn: "CapacityProviderArn", # required
849
849
  # },
850
850
  # tags: {
851
851
  # "TagKey" => "TagValue",
@@ -4446,6 +4446,16 @@ module Aws::BedrockAgentCoreControl
4446
4446
  # These configurations specify how the connector authenticates with the
4447
4447
  # payment provider.
4448
4448
  #
4449
+ # @option params [String] :provision_mode
4450
+ # The provision mode for creating the payment connector. If you don't
4451
+ # specify a value, the default is `MANUAL`.
4452
+ #
4453
+ # * `MANUAL` - You provide the credential provider configurations
4454
+ # directly.
4455
+ #
4456
+ # * `QUICK_CREATE` - The service orchestrates OAuth consent and
4457
+ # provisions the credential provider for you.
4458
+ #
4449
4459
  # @option params [String] :client_token
4450
4460
  # A unique, case-sensitive identifier to ensure that the API request
4451
4461
  # completes no more than one time. If you don't specify this field, a
@@ -4469,6 +4479,7 @@ module Aws::BedrockAgentCoreControl
4469
4479
  # * {Types::CreatePaymentConnectorResponse#credential_provider_configurations #credential_provider_configurations} => Array<Types::CredentialsProviderConfiguration>
4470
4480
  # * {Types::CreatePaymentConnectorResponse#created_at #created_at} => Time
4471
4481
  # * {Types::CreatePaymentConnectorResponse#status #status} => String
4482
+ # * {Types::CreatePaymentConnectorResponse#authorization_url #authorization_url} => String
4472
4483
  #
4473
4484
  # @example Request syntax with placeholder values
4474
4485
  #
@@ -4487,6 +4498,7 @@ module Aws::BedrockAgentCoreControl
4487
4498
  # },
4488
4499
  # },
4489
4500
  # ],
4501
+ # provision_mode: "MANUAL", # accepts MANUAL, QUICK_CREATE
4490
4502
  # client_token: "ClientToken",
4491
4503
  # })
4492
4504
  #
@@ -4500,7 +4512,8 @@ module Aws::BedrockAgentCoreControl
4500
4512
  # resp.credential_provider_configurations[0].coinbase_cdp.credential_provider_arn #=> String
4501
4513
  # resp.credential_provider_configurations[0].stripe_privy.credential_provider_arn #=> String
4502
4514
  # resp.created_at #=> Time
4503
- # resp.status #=> String, one of "CREATING", "UPDATING", "DELETING", "READY", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED"
4515
+ # resp.status #=> String, one of "CREATING", "UPDATING", "DELETING", "READY", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED", "AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED", "PENDING_AUTHENTICATION", "PROVISIONING", "AUTHENTICATION_EXPIRED", "AUTHENTICATION_FAILED"
4516
+ # resp.authorization_url #=> String
4504
4517
  #
4505
4518
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/CreatePaymentConnector AWS API Documentation
4506
4519
  #
@@ -4653,6 +4666,12 @@ module Aws::BedrockAgentCoreControl
4653
4666
  # @option params [Hash<String,String>] :tags
4654
4667
  # A map of tag keys and values to assign to the payment manager.
4655
4668
  #
4669
+ # @option params [String] :kms_key_arn
4670
+ # The Amazon Resource Name (ARN) of the customer managed KMS key to use
4671
+ # for encrypting sensitive payment manager data at rest. If you don't
4672
+ # specify a key, the data is encrypted with an Amazon Web Services owned
4673
+ # key.
4674
+ #
4656
4675
  # @return [Types::CreatePaymentManagerResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4657
4676
  #
4658
4677
  # * {Types::CreatePaymentManagerResponse#payment_manager_arn #payment_manager_arn} => String
@@ -4665,6 +4684,7 @@ module Aws::BedrockAgentCoreControl
4665
4684
  # * {Types::CreatePaymentManagerResponse#created_at #created_at} => Time
4666
4685
  # * {Types::CreatePaymentManagerResponse#status #status} => String
4667
4686
  # * {Types::CreatePaymentManagerResponse#tags #tags} => Hash&lt;String,String&gt;
4687
+ # * {Types::CreatePaymentManagerResponse#kms_key_arn #kms_key_arn} => String
4668
4688
  #
4669
4689
  # @example Request syntax with placeholder values
4670
4690
  #
@@ -4744,6 +4764,7 @@ module Aws::BedrockAgentCoreControl
4744
4764
  # tags: {
4745
4765
  # "TagKey" => "TagValue",
4746
4766
  # },
4767
+ # kms_key_arn: "KmsKeyArn",
4747
4768
  # })
4748
4769
  #
4749
4770
  # @example Response structure
@@ -4800,6 +4821,7 @@ module Aws::BedrockAgentCoreControl
4800
4821
  # resp.status #=> String, one of "CREATING", "UPDATING", "DELETING", "READY", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED"
4801
4822
  # resp.tags #=> Hash
4802
4823
  # resp.tags["TagKey"] #=> String
4824
+ # resp.kms_key_arn #=> String
4803
4825
  #
4804
4826
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/CreatePaymentManager AWS API Documentation
4805
4827
  #
@@ -6341,7 +6363,7 @@ module Aws::BedrockAgentCoreControl
6341
6363
  #
6342
6364
  # @example Response structure
6343
6365
  #
6344
- # resp.status #=> String, one of "CREATING", "UPDATING", "DELETING", "READY", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED"
6366
+ # resp.status #=> String, one of "CREATING", "UPDATING", "DELETING", "READY", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED", "AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED", "PENDING_AUTHENTICATION", "PROVISIONING", "AUTHENTICATION_EXPIRED", "AUTHENTICATION_FAILED"
6345
6367
  # resp.payment_connector_id #=> String
6346
6368
  #
6347
6369
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/DeletePaymentConnector AWS API Documentation
@@ -8454,6 +8476,7 @@ module Aws::BedrockAgentCoreControl
8454
8476
  # * {Types::GetPaymentConnectorResponse#created_at #created_at} => Time
8455
8477
  # * {Types::GetPaymentConnectorResponse#last_updated_at #last_updated_at} => Time
8456
8478
  # * {Types::GetPaymentConnectorResponse#status #status} => String
8479
+ # * {Types::GetPaymentConnectorResponse#authorization_url #authorization_url} => String
8457
8480
  #
8458
8481
  # @example Request syntax with placeholder values
8459
8482
  #
@@ -8473,7 +8496,8 @@ module Aws::BedrockAgentCoreControl
8473
8496
  # resp.credential_provider_configurations[0].stripe_privy.credential_provider_arn #=> String
8474
8497
  # resp.created_at #=> Time
8475
8498
  # resp.last_updated_at #=> Time
8476
- # resp.status #=> String, one of "CREATING", "UPDATING", "DELETING", "READY", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED"
8499
+ # resp.status #=> String, one of "CREATING", "UPDATING", "DELETING", "READY", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED", "AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED", "PENDING_AUTHENTICATION", "PROVISIONING", "AUTHENTICATION_EXPIRED", "AUTHENTICATION_FAILED"
8500
+ # resp.authorization_url #=> String
8477
8501
  #
8478
8502
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/GetPaymentConnector AWS API Documentation
8479
8503
  #
@@ -8558,6 +8582,7 @@ module Aws::BedrockAgentCoreControl
8558
8582
  # * {Types::GetPaymentManagerResponse#last_updated_at #last_updated_at} => Time
8559
8583
  # * {Types::GetPaymentManagerResponse#status #status} => String
8560
8584
  # * {Types::GetPaymentManagerResponse#tags #tags} => Hash&lt;String,String&gt;
8585
+ # * {Types::GetPaymentManagerResponse#kms_key_arn #kms_key_arn} => String
8561
8586
  #
8562
8587
  # @example Request syntax with placeholder values
8563
8588
  #
@@ -8621,6 +8646,7 @@ module Aws::BedrockAgentCoreControl
8621
8646
  # resp.status #=> String, one of "CREATING", "UPDATING", "DELETING", "READY", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED"
8622
8647
  # resp.tags #=> Hash
8623
8648
  # resp.tags["TagKey"] #=> String
8649
+ # resp.kms_key_arn #=> String
8624
8650
  #
8625
8651
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/GetPaymentManager AWS API Documentation
8626
8652
  #
@@ -10562,7 +10588,7 @@ module Aws::BedrockAgentCoreControl
10562
10588
  # resp.payment_connectors[0].payment_connector_id #=> String
10563
10589
  # resp.payment_connectors[0].name #=> String
10564
10590
  # resp.payment_connectors[0].type #=> String, one of "CoinbaseCDP", "StripePrivy"
10565
- # resp.payment_connectors[0].status #=> String, one of "CREATING", "UPDATING", "DELETING", "READY", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED"
10591
+ # resp.payment_connectors[0].status #=> String, one of "CREATING", "UPDATING", "DELETING", "READY", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED", "AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED", "PENDING_AUTHENTICATION", "PROVISIONING", "AUTHENTICATION_EXPIRED", "AUTHENTICATION_FAILED"
10566
10592
  # resp.payment_connectors[0].last_updated_at #=> Time
10567
10593
  # resp.next_token #=> String
10568
10594
  #
@@ -10656,6 +10682,7 @@ module Aws::BedrockAgentCoreControl
10656
10682
  # resp.payment_managers[0].status #=> String, one of "CREATING", "UPDATING", "DELETING", "READY", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED"
10657
10683
  # resp.payment_managers[0].created_at #=> Time
10658
10684
  # resp.payment_managers[0].last_updated_at #=> Time
10685
+ # resp.payment_managers[0].kms_key_arn #=> String
10659
10686
  # resp.next_token #=> String
10660
10687
  #
10661
10688
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/ListPaymentManagers AWS API Documentation
@@ -11984,7 +12011,7 @@ module Aws::BedrockAgentCoreControl
11984
12011
  # },
11985
12012
  # ],
11986
12013
  # capacity_provider_configuration: {
11987
- # capacity_provider_arn: "CapacityProviderArn",
12014
+ # capacity_provider_arn: "CapacityProviderArn", # required
11988
12015
  # },
11989
12016
  # client_token: "ClientToken",
11990
12017
  # })
@@ -15216,6 +15243,7 @@ module Aws::BedrockAgentCoreControl
15216
15243
  # * {Types::UpdatePaymentConnectorResponse#credential_provider_configurations #credential_provider_configurations} => Array&lt;Types::CredentialsProviderConfiguration&gt;
15217
15244
  # * {Types::UpdatePaymentConnectorResponse#last_updated_at #last_updated_at} => Time
15218
15245
  # * {Types::UpdatePaymentConnectorResponse#status #status} => String
15246
+ # * {Types::UpdatePaymentConnectorResponse#authorization_url #authorization_url} => String
15219
15247
  #
15220
15248
  # @example Request syntax with placeholder values
15221
15249
  #
@@ -15247,7 +15275,8 @@ module Aws::BedrockAgentCoreControl
15247
15275
  # resp.credential_provider_configurations[0].coinbase_cdp.credential_provider_arn #=> String
15248
15276
  # resp.credential_provider_configurations[0].stripe_privy.credential_provider_arn #=> String
15249
15277
  # resp.last_updated_at #=> Time
15250
- # resp.status #=> String, one of "CREATING", "UPDATING", "DELETING", "READY", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED"
15278
+ # resp.status #=> String, one of "CREATING", "UPDATING", "DELETING", "READY", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED", "AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED", "PENDING_AUTHENTICATION", "PROVISIONING", "AUTHENTICATION_EXPIRED", "AUTHENTICATION_FAILED"
15279
+ # resp.authorization_url #=> String
15251
15280
  #
15252
15281
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/UpdatePaymentConnector AWS API Documentation
15253
15282
  #
@@ -15385,6 +15414,10 @@ module Aws::BedrockAgentCoreControl
15385
15414
  #
15386
15415
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
15387
15416
  #
15417
+ # @option params [String] :kms_key_arn
15418
+ # The updated Amazon Resource Name (ARN) of the customer managed KMS key
15419
+ # used to encrypt sensitive payment manager data at rest.
15420
+ #
15388
15421
  # @return [Types::UpdatePaymentManagerResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
15389
15422
  #
15390
15423
  # * {Types::UpdatePaymentManagerResponse#payment_manager_arn #payment_manager_arn} => String
@@ -15395,6 +15428,7 @@ module Aws::BedrockAgentCoreControl
15395
15428
  # * {Types::UpdatePaymentManagerResponse#workload_identity_details #workload_identity_details} => Types::WorkloadIdentityDetails
15396
15429
  # * {Types::UpdatePaymentManagerResponse#last_updated_at #last_updated_at} => Time
15397
15430
  # * {Types::UpdatePaymentManagerResponse#status #status} => String
15431
+ # * {Types::UpdatePaymentManagerResponse#kms_key_arn #kms_key_arn} => String
15398
15432
  #
15399
15433
  # @example Request syntax with placeholder values
15400
15434
  #
@@ -15471,6 +15505,7 @@ module Aws::BedrockAgentCoreControl
15471
15505
  # },
15472
15506
  # role_arn: "RoleArn",
15473
15507
  # client_token: "ClientToken",
15508
+ # kms_key_arn: "KmsKeyArn",
15474
15509
  # })
15475
15510
  #
15476
15511
  # @example Response structure
@@ -15483,6 +15518,7 @@ module Aws::BedrockAgentCoreControl
15483
15518
  # resp.workload_identity_details.workload_identity_arn #=> String
15484
15519
  # resp.last_updated_at #=> Time
15485
15520
  # resp.status #=> String, one of "CREATING", "UPDATING", "DELETING", "READY", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED"
15521
+ # resp.kms_key_arn #=> String
15486
15522
  #
15487
15523
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/UpdatePaymentManager AWS API Documentation
15488
15524
  #
@@ -16160,7 +16196,7 @@ module Aws::BedrockAgentCoreControl
16160
16196
  tracer: tracer
16161
16197
  )
16162
16198
  context[:gem_name] = 'aws-sdk-bedrockagentcorecontrol'
16163
- context[:gem_version] = '1.63.0'
16199
+ context[:gem_version] = '1.64.0'
16164
16200
  Seahorse::Client::Request.new(handlers, context)
16165
16201
  end
16166
16202
 
@@ -945,8 +945,10 @@ module Aws::BedrockAgentCoreControl
945
945
  PassthroughEndpoint = Shapes::StringShape.new(name: 'PassthroughEndpoint')
946
946
  PassthroughProtocolType = Shapes::StringShape.new(name: 'PassthroughProtocolType')
947
947
  PassthroughTargetConfiguration = Shapes::StructureShape.new(name: 'PassthroughTargetConfiguration')
948
+ PaymentConnectorAuthorizationUrl = Shapes::StringShape.new(name: 'PaymentConnectorAuthorizationUrl')
948
949
  PaymentConnectorId = Shapes::StringShape.new(name: 'PaymentConnectorId')
949
950
  PaymentConnectorName = Shapes::StringShape.new(name: 'PaymentConnectorName')
951
+ PaymentConnectorProvisionMode = Shapes::StringShape.new(name: 'PaymentConnectorProvisionMode')
950
952
  PaymentConnectorStatus = Shapes::StringShape.new(name: 'PaymentConnectorStatus')
951
953
  PaymentConnectorSummaries = Shapes::ListShape.new(name: 'PaymentConnectorSummaries')
952
954
  PaymentConnectorSummary = Shapes::StructureShape.new(name: 'PaymentConnectorSummary')
@@ -1170,6 +1172,7 @@ module Aws::BedrockAgentCoreControl
1170
1172
  SubnetId = Shapes::StringShape.new(name: 'SubnetId')
1171
1173
  SubnetIds = Shapes::ListShape.new(name: 'SubnetIds')
1172
1174
  Subnets = Shapes::ListShape.new(name: 'Subnets')
1175
+ SubscriptionRequiredException = Shapes::StructureShape.new(name: 'SubscriptionRequiredException')
1173
1176
  SummaryConsolidationOverride = Shapes::StructureShape.new(name: 'SummaryConsolidationOverride')
1174
1177
  SummaryMemoryStrategyInput = Shapes::StructureShape.new(name: 'SummaryMemoryStrategyInput')
1175
1178
  SummaryOverrideConfigurationInput = Shapes::StructureShape.new(name: 'SummaryOverrideConfigurationInput')
@@ -1602,7 +1605,7 @@ module Aws::BedrockAgentCoreControl
1602
1605
  BrowserSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "lastUpdatedAt"))
1603
1606
  BrowserSummary.struct_class = Types::BrowserSummary
1604
1607
 
1605
- CapacityProviderConfiguration.add_member(:capacity_provider_arn, Shapes::ShapeRef.new(shape: CapacityProviderArn, location_name: "capacityProviderArn"))
1608
+ CapacityProviderConfiguration.add_member(:capacity_provider_arn, Shapes::ShapeRef.new(shape: CapacityProviderArn, required: true, location_name: "capacityProviderArn"))
1606
1609
  CapacityProviderConfiguration.struct_class = Types::CapacityProviderConfiguration
1607
1610
 
1608
1611
  CapacityProviderList.member = Shapes::ShapeRef.new(shape: CapacityProviderSummary)
@@ -2195,6 +2198,7 @@ module Aws::BedrockAgentCoreControl
2195
2198
  CreatePaymentConnectorRequest.add_member(:description, Shapes::ShapeRef.new(shape: PaymentsDescription, location_name: "description"))
2196
2199
  CreatePaymentConnectorRequest.add_member(:type, Shapes::ShapeRef.new(shape: PaymentConnectorType, required: true, location_name: "type"))
2197
2200
  CreatePaymentConnectorRequest.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialsProviderConfigurations, required: true, location_name: "credentialProviderConfigurations"))
2201
+ CreatePaymentConnectorRequest.add_member(:provision_mode, Shapes::ShapeRef.new(shape: PaymentConnectorProvisionMode, location_name: "provisionMode"))
2198
2202
  CreatePaymentConnectorRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
2199
2203
  CreatePaymentConnectorRequest.struct_class = Types::CreatePaymentConnectorRequest
2200
2204
 
@@ -2205,6 +2209,7 @@ module Aws::BedrockAgentCoreControl
2205
2209
  CreatePaymentConnectorResponse.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialsProviderConfigurations, required: true, location_name: "credentialProviderConfigurations"))
2206
2210
  CreatePaymentConnectorResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
2207
2211
  CreatePaymentConnectorResponse.add_member(:status, Shapes::ShapeRef.new(shape: PaymentConnectorStatus, required: true, location_name: "status"))
2212
+ CreatePaymentConnectorResponse.add_member(:authorization_url, Shapes::ShapeRef.new(shape: PaymentConnectorAuthorizationUrl, location_name: "authorizationUrl"))
2208
2213
  CreatePaymentConnectorResponse.struct_class = Types::CreatePaymentConnectorResponse
2209
2214
 
2210
2215
  CreatePaymentCredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
@@ -2226,6 +2231,7 @@ module Aws::BedrockAgentCoreControl
2226
2231
  CreatePaymentManagerRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
2227
2232
  CreatePaymentManagerRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
2228
2233
  CreatePaymentManagerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
2234
+ CreatePaymentManagerRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
2229
2235
  CreatePaymentManagerRequest.struct_class = Types::CreatePaymentManagerRequest
2230
2236
 
2231
2237
  CreatePaymentManagerResponse.add_member(:payment_manager_arn, Shapes::ShapeRef.new(shape: PaymentManagerArn, required: true, location_name: "paymentManagerArn"))
@@ -2238,6 +2244,7 @@ module Aws::BedrockAgentCoreControl
2238
2244
  CreatePaymentManagerResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
2239
2245
  CreatePaymentManagerResponse.add_member(:status, Shapes::ShapeRef.new(shape: PaymentManagerStatus, required: true, location_name: "status"))
2240
2246
  CreatePaymentManagerResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
2247
+ CreatePaymentManagerResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
2241
2248
  CreatePaymentManagerResponse.struct_class = Types::CreatePaymentManagerResponse
2242
2249
 
2243
2250
  CreatePolicyEngineRequest.add_member(:name, Shapes::ShapeRef.new(shape: PolicyEngineName, required: true, location_name: "name"))
@@ -3071,7 +3078,7 @@ module Aws::BedrockAgentCoreControl
3071
3078
  GetAgentRuntimeResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
3072
3079
  GetAgentRuntimeResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
3073
3080
  GetAgentRuntimeResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
3074
- GetAgentRuntimeResponse.add_member(:network_configuration, Shapes::ShapeRef.new(shape: NetworkConfiguration, required: true, location_name: "networkConfiguration"))
3081
+ GetAgentRuntimeResponse.add_member(:network_configuration, Shapes::ShapeRef.new(shape: NetworkConfiguration, location_name: "networkConfiguration"))
3075
3082
  GetAgentRuntimeResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentRuntimeStatus, required: true, location_name: "status"))
3076
3083
  GetAgentRuntimeResponse.add_member(:lifecycle_configuration, Shapes::ShapeRef.new(shape: LifecycleConfiguration, required: true, location_name: "lifecycleConfiguration"))
3077
3084
  GetAgentRuntimeResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
@@ -3388,6 +3395,7 @@ module Aws::BedrockAgentCoreControl
3388
3395
  GetPaymentConnectorResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
3389
3396
  GetPaymentConnectorResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
3390
3397
  GetPaymentConnectorResponse.add_member(:status, Shapes::ShapeRef.new(shape: PaymentConnectorStatus, required: true, location_name: "status"))
3398
+ GetPaymentConnectorResponse.add_member(:authorization_url, Shapes::ShapeRef.new(shape: PaymentConnectorAuthorizationUrl, location_name: "authorizationUrl"))
3391
3399
  GetPaymentConnectorResponse.struct_class = Types::GetPaymentConnectorResponse
3392
3400
 
3393
3401
  GetPaymentCredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
@@ -3417,6 +3425,7 @@ module Aws::BedrockAgentCoreControl
3417
3425
  GetPaymentManagerResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
3418
3426
  GetPaymentManagerResponse.add_member(:status, Shapes::ShapeRef.new(shape: PaymentManagerStatus, required: true, location_name: "status"))
3419
3427
  GetPaymentManagerResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
3428
+ GetPaymentManagerResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
3420
3429
  GetPaymentManagerResponse.struct_class = Types::GetPaymentManagerResponse
3421
3430
 
3422
3431
  GetPolicyEngineRequest.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyEngineId"))
@@ -4836,6 +4845,7 @@ module Aws::BedrockAgentCoreControl
4836
4845
  PaymentManagerSummary.add_member(:status, Shapes::ShapeRef.new(shape: PaymentManagerStatus, required: true, location_name: "status"))
4837
4846
  PaymentManagerSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "createdAt"))
4838
4847
  PaymentManagerSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
4848
+ PaymentManagerSummary.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
4839
4849
  PaymentManagerSummary.struct_class = Types::PaymentManagerSummary
4840
4850
 
4841
4851
  PaymentProviderConfigurationInput.add_member(:coinbase_cdp_configuration, Shapes::ShapeRef.new(shape: CoinbaseCdpConfigurationInput, location_name: "coinbaseCdpConfiguration"))
@@ -5396,6 +5406,11 @@ module Aws::BedrockAgentCoreControl
5396
5406
 
5397
5407
  Subnets.member = Shapes::ShapeRef.new(shape: SubnetId)
5398
5408
 
5409
+ SubscriptionRequiredException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
5410
+ SubscriptionRequiredException.add_member(:subscription_url, Shapes::ShapeRef.new(shape: String, location_name: "subscriptionUrl"))
5411
+ SubscriptionRequiredException.add_member(:product_name, Shapes::ShapeRef.new(shape: String, location_name: "productName"))
5412
+ SubscriptionRequiredException.struct_class = Types::SubscriptionRequiredException
5413
+
5399
5414
  SummaryConsolidationOverride.add_member(:append_to_prompt, Shapes::ShapeRef.new(shape: Prompt, required: true, location_name: "appendToPrompt"))
5400
5415
  SummaryConsolidationOverride.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
5401
5416
  SummaryConsolidationOverride.struct_class = Types::SummaryConsolidationOverride
@@ -5902,6 +5917,7 @@ module Aws::BedrockAgentCoreControl
5902
5917
  UpdatePaymentConnectorResponse.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialsProviderConfigurations, required: true, location_name: "credentialProviderConfigurations"))
5903
5918
  UpdatePaymentConnectorResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
5904
5919
  UpdatePaymentConnectorResponse.add_member(:status, Shapes::ShapeRef.new(shape: PaymentConnectorStatus, required: true, location_name: "status"))
5920
+ UpdatePaymentConnectorResponse.add_member(:authorization_url, Shapes::ShapeRef.new(shape: PaymentConnectorAuthorizationUrl, location_name: "authorizationUrl"))
5905
5921
  UpdatePaymentConnectorResponse.struct_class = Types::UpdatePaymentConnectorResponse
5906
5922
 
5907
5923
  UpdatePaymentCredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
@@ -5923,6 +5939,7 @@ module Aws::BedrockAgentCoreControl
5923
5939
  UpdatePaymentManagerRequest.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
5924
5940
  UpdatePaymentManagerRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
5925
5941
  UpdatePaymentManagerRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
5942
+ UpdatePaymentManagerRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
5926
5943
  UpdatePaymentManagerRequest.struct_class = Types::UpdatePaymentManagerRequest
5927
5944
 
5928
5945
  UpdatePaymentManagerResponse.add_member(:payment_manager_arn, Shapes::ShapeRef.new(shape: PaymentManagerArn, required: true, location_name: "paymentManagerArn"))
@@ -5933,6 +5950,7 @@ module Aws::BedrockAgentCoreControl
5933
5950
  UpdatePaymentManagerResponse.add_member(:workload_identity_details, Shapes::ShapeRef.new(shape: WorkloadIdentityDetails, location_name: "workloadIdentityDetails"))
5934
5951
  UpdatePaymentManagerResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
5935
5952
  UpdatePaymentManagerResponse.add_member(:status, Shapes::ShapeRef.new(shape: PaymentManagerStatus, required: true, location_name: "status"))
5953
+ UpdatePaymentManagerResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
5936
5954
  UpdatePaymentManagerResponse.struct_class = Types::UpdatePaymentManagerResponse
5937
5955
 
5938
5956
  UpdatePolicyEngineRequest.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyEngineId"))
@@ -6565,6 +6583,7 @@ module Aws::BedrockAgentCoreControl
6565
6583
  o.input = Shapes::ShapeRef.new(shape: CreatePaymentConnectorRequest)
6566
6584
  o.output = Shapes::ShapeRef.new(shape: CreatePaymentConnectorResponse)
6567
6585
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
6586
+ o.errors << Shapes::ShapeRef.new(shape: SubscriptionRequiredException)
6568
6587
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
6569
6588
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
6570
6589
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -8620,6 +8639,7 @@ module Aws::BedrockAgentCoreControl
8620
8639
  o.input = Shapes::ShapeRef.new(shape: UpdatePaymentConnectorRequest)
8621
8640
  o.output = Shapes::ShapeRef.new(shape: UpdatePaymentConnectorResponse)
8622
8641
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
8642
+ o.errors << Shapes::ShapeRef.new(shape: SubscriptionRequiredException)
8623
8643
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
8624
8644
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
8625
8645
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -38,6 +38,7 @@ module Aws::BedrockAgentCoreControl
38
38
  # * {RetryableConflictException}
39
39
  # * {ServiceException}
40
40
  # * {ServiceQuotaExceededException}
41
+ # * {SubscriptionRequiredException}
41
42
  # * {ThrottledException}
42
43
  # * {ThrottlingException}
43
44
  # * {UnauthorizedException}
@@ -222,6 +223,31 @@ module Aws::BedrockAgentCoreControl
222
223
  end
223
224
  end
224
225
 
226
+ class SubscriptionRequiredException < ServiceError
227
+
228
+ # @param [Seahorse::Client::RequestContext] context
229
+ # @param [String] message
230
+ # @param [Aws::BedrockAgentCoreControl::Types::SubscriptionRequiredException] data
231
+ def initialize(context, message, data = Aws::EmptyStructure.new)
232
+ super(context, message, data)
233
+ end
234
+
235
+ # @return [String]
236
+ def message
237
+ @message || @data[:message]
238
+ end
239
+
240
+ # @return [String]
241
+ def subscription_url
242
+ @data[:subscription_url]
243
+ end
244
+
245
+ # @return [String]
246
+ def product_name
247
+ @data[:product_name]
248
+ end
249
+ end
250
+
225
251
  class ThrottledException < ServiceError
226
252
 
227
253
  # @param [Seahorse::Client::RequestContext] context
@@ -4077,6 +4077,17 @@ module Aws::BedrockAgentCoreControl
4077
4077
  # the payment provider.
4078
4078
  # @return [Array<Types::CredentialsProviderConfiguration>]
4079
4079
  #
4080
+ # @!attribute [rw] provision_mode
4081
+ # The provision mode for creating the payment connector. If you don't
4082
+ # specify a value, the default is `MANUAL`.
4083
+ #
4084
+ # * `MANUAL` - You provide the credential provider configurations
4085
+ # directly.
4086
+ #
4087
+ # * `QUICK_CREATE` - The service orchestrates OAuth consent and
4088
+ # provisions the credential provider for you.
4089
+ # @return [String]
4090
+ #
4080
4091
  # @!attribute [rw] client_token
4081
4092
  # A unique, case-sensitive identifier to ensure that the API request
4082
4093
  # completes no more than one time. If you don't specify this field, a
@@ -4101,6 +4112,7 @@ module Aws::BedrockAgentCoreControl
4101
4112
  :description,
4102
4113
  :type,
4103
4114
  :credential_provider_configurations,
4115
+ :provision_mode,
4104
4116
  :client_token)
4105
4117
  SENSITIVE = []
4106
4118
  include Aws::Structure
@@ -4137,6 +4149,12 @@ module Aws::BedrockAgentCoreControl
4137
4149
  # `UPDATE_FAILED`, and `DELETE_FAILED`.
4138
4150
  # @return [String]
4139
4151
  #
4152
+ # @!attribute [rw] authorization_url
4153
+ # The URL that the user must open to complete OAuth consent. This
4154
+ # field is only present when the payment connector status is
4155
+ # `PENDING_AUTHENTICATION`.
4156
+ # @return [String]
4157
+ #
4140
4158
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/CreatePaymentConnectorResponse AWS API Documentation
4141
4159
  #
4142
4160
  class CreatePaymentConnectorResponse < Struct.new(
@@ -4146,7 +4164,8 @@ module Aws::BedrockAgentCoreControl
4146
4164
  :type,
4147
4165
  :credential_provider_configurations,
4148
4166
  :created_at,
4149
- :status)
4167
+ :status,
4168
+ :authorization_url)
4150
4169
  SENSITIVE = []
4151
4170
  include Aws::Structure
4152
4171
  end
@@ -4254,6 +4273,13 @@ module Aws::BedrockAgentCoreControl
4254
4273
  # A map of tag keys and values to assign to the payment manager.
4255
4274
  # @return [Hash<String,String>]
4256
4275
  #
4276
+ # @!attribute [rw] kms_key_arn
4277
+ # The Amazon Resource Name (ARN) of the customer managed KMS key to
4278
+ # use for encrypting sensitive payment manager data at rest. If you
4279
+ # don't specify a key, the data is encrypted with an Amazon Web
4280
+ # Services owned key.
4281
+ # @return [String]
4282
+ #
4257
4283
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/CreatePaymentManagerRequest AWS API Documentation
4258
4284
  #
4259
4285
  class CreatePaymentManagerRequest < Struct.new(
@@ -4263,7 +4289,8 @@ module Aws::BedrockAgentCoreControl
4263
4289
  :authorizer_configuration,
4264
4290
  :role_arn,
4265
4291
  :client_token,
4266
- :tags)
4292
+ :tags,
4293
+ :kms_key_arn)
4267
4294
  SENSITIVE = []
4268
4295
  include Aws::Structure
4269
4296
  end
@@ -4312,6 +4339,11 @@ module Aws::BedrockAgentCoreControl
4312
4339
  # The tags associated with the created payment manager.
4313
4340
  # @return [Hash<String,String>]
4314
4341
  #
4342
+ # @!attribute [rw] kms_key_arn
4343
+ # The Amazon Resource Name (ARN) of the KMS key used to encrypt
4344
+ # sensitive payment manager data at rest, if configured.
4345
+ # @return [String]
4346
+ #
4315
4347
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/CreatePaymentManagerResponse AWS API Documentation
4316
4348
  #
4317
4349
  class CreatePaymentManagerResponse < Struct.new(
@@ -4324,7 +4356,8 @@ module Aws::BedrockAgentCoreControl
4324
4356
  :workload_identity_details,
4325
4357
  :created_at,
4326
4358
  :status,
4327
- :tags)
4359
+ :tags,
4360
+ :kms_key_arn)
4328
4361
  SENSITIVE = []
4329
4362
  include Aws::Structure
4330
4363
  end
@@ -9806,6 +9839,12 @@ module Aws::BedrockAgentCoreControl
9806
9839
  # `UPDATE_FAILED`, and `DELETE_FAILED`.
9807
9840
  # @return [String]
9808
9841
  #
9842
+ # @!attribute [rw] authorization_url
9843
+ # The URL that the user must open to complete OAuth consent. This
9844
+ # field is only present when the payment connector status is
9845
+ # `PENDING_AUTHENTICATION`.
9846
+ # @return [String]
9847
+ #
9809
9848
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/GetPaymentConnectorResponse AWS API Documentation
9810
9849
  #
9811
9850
  class GetPaymentConnectorResponse < Struct.new(
@@ -9816,7 +9855,8 @@ module Aws::BedrockAgentCoreControl
9816
9855
  :credential_provider_configurations,
9817
9856
  :created_at,
9818
9857
  :last_updated_at,
9819
- :status)
9858
+ :status,
9859
+ :authorization_url)
9820
9860
  SENSITIVE = []
9821
9861
  include Aws::Structure
9822
9862
  end
@@ -9945,6 +9985,11 @@ module Aws::BedrockAgentCoreControl
9945
9985
  # The tags associated with the payment manager.
9946
9986
  # @return [Hash<String,String>]
9947
9987
  #
9988
+ # @!attribute [rw] kms_key_arn
9989
+ # The Amazon Resource Name (ARN) of the KMS key used to encrypt
9990
+ # sensitive payment manager data at rest, if configured.
9991
+ # @return [String]
9992
+ #
9948
9993
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/GetPaymentManagerResponse AWS API Documentation
9949
9994
  #
9950
9995
  class GetPaymentManagerResponse < Struct.new(
@@ -9959,7 +10004,8 @@ module Aws::BedrockAgentCoreControl
9959
10004
  :created_at,
9960
10005
  :last_updated_at,
9961
10006
  :status,
9962
- :tags)
10007
+ :tags,
10008
+ :kms_key_arn)
9963
10009
  SENSITIVE = []
9964
10010
  include Aws::Structure
9965
10011
  end
@@ -16472,6 +16518,11 @@ module Aws::BedrockAgentCoreControl
16472
16518
  # The timestamp when the payment manager was last updated.
16473
16519
  # @return [Time]
16474
16520
  #
16521
+ # @!attribute [rw] kms_key_arn
16522
+ # The Amazon Resource Name (ARN) of the KMS key used to encrypt
16523
+ # sensitive payment manager data at rest, if configured.
16524
+ # @return [String]
16525
+ #
16475
16526
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/PaymentManagerSummary AWS API Documentation
16476
16527
  #
16477
16528
  class PaymentManagerSummary < Struct.new(
@@ -16483,7 +16534,8 @@ module Aws::BedrockAgentCoreControl
16483
16534
  :role_arn,
16484
16535
  :status,
16485
16536
  :created_at,
16486
- :last_updated_at)
16537
+ :last_updated_at,
16538
+ :kms_key_arn)
16487
16539
  SENSITIVE = []
16488
16540
  include Aws::Structure
16489
16541
  end
@@ -19113,6 +19165,31 @@ module Aws::BedrockAgentCoreControl
19113
19165
  include Aws::Structure
19114
19166
  end
19115
19167
 
19168
+ # The request failed because it requires an active Amazon Web Services
19169
+ # Marketplace subscription that is not present. Subscribe to the
19170
+ # required product in Amazon Web Services Marketplace and try again.
19171
+ #
19172
+ # @!attribute [rw] message
19173
+ # @return [String]
19174
+ #
19175
+ # @!attribute [rw] subscription_url
19176
+ # URL to the Marketplace listing for subscription
19177
+ # @return [String]
19178
+ #
19179
+ # @!attribute [rw] product_name
19180
+ # The product requiring subscription
19181
+ # @return [String]
19182
+ #
19183
+ # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/SubscriptionRequiredException AWS API Documentation
19184
+ #
19185
+ class SubscriptionRequiredException < Struct.new(
19186
+ :message,
19187
+ :subscription_url,
19188
+ :product_name)
19189
+ SENSITIVE = []
19190
+ include Aws::Structure
19191
+ end
19192
+
19116
19193
  # Contains summary consolidation override configuration.
19117
19194
  #
19118
19195
  # @!attribute [rw] append_to_prompt
@@ -21555,6 +21632,12 @@ module Aws::BedrockAgentCoreControl
21555
21632
  # `CREATE_FAILED`, `UPDATE_FAILED`, and `DELETE_FAILED`.
21556
21633
  # @return [String]
21557
21634
  #
21635
+ # @!attribute [rw] authorization_url
21636
+ # The URL that the user must open to complete OAuth consent. This
21637
+ # field is only present when the payment connector status is
21638
+ # `PENDING_AUTHENTICATION`.
21639
+ # @return [String]
21640
+ #
21558
21641
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/UpdatePaymentConnectorResponse AWS API Documentation
21559
21642
  #
21560
21643
  class UpdatePaymentConnectorResponse < Struct.new(
@@ -21564,7 +21647,8 @@ module Aws::BedrockAgentCoreControl
21564
21647
  :type,
21565
21648
  :credential_provider_configurations,
21566
21649
  :last_updated_at,
21567
- :status)
21650
+ :status,
21651
+ :authorization_url)
21568
21652
  SENSITIVE = []
21569
21653
  include Aws::Structure
21570
21654
  end
@@ -21668,6 +21752,11 @@ module Aws::BedrockAgentCoreControl
21668
21752
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
21669
21753
  # @return [String]
21670
21754
  #
21755
+ # @!attribute [rw] kms_key_arn
21756
+ # The updated Amazon Resource Name (ARN) of the customer managed KMS
21757
+ # key used to encrypt sensitive payment manager data at rest.
21758
+ # @return [String]
21759
+ #
21671
21760
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/UpdatePaymentManagerRequest AWS API Documentation
21672
21761
  #
21673
21762
  class UpdatePaymentManagerRequest < Struct.new(
@@ -21676,7 +21765,8 @@ module Aws::BedrockAgentCoreControl
21676
21765
  :authorizer_type,
21677
21766
  :authorizer_configuration,
21678
21767
  :role_arn,
21679
- :client_token)
21768
+ :client_token,
21769
+ :kms_key_arn)
21680
21770
  SENSITIVE = []
21681
21771
  include Aws::Structure
21682
21772
  end
@@ -21716,6 +21806,11 @@ module Aws::BedrockAgentCoreControl
21716
21806
  # `CREATE_FAILED`, `UPDATE_FAILED`, and `DELETE_FAILED`.
21717
21807
  # @return [String]
21718
21808
  #
21809
+ # @!attribute [rw] kms_key_arn
21810
+ # The Amazon Resource Name (ARN) of the KMS key used to encrypt
21811
+ # sensitive payment manager data at rest, if configured.
21812
+ # @return [String]
21813
+ #
21719
21814
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/UpdatePaymentManagerResponse AWS API Documentation
21720
21815
  #
21721
21816
  class UpdatePaymentManagerResponse < Struct.new(
@@ -21726,7 +21821,8 @@ module Aws::BedrockAgentCoreControl
21726
21821
  :role_arn,
21727
21822
  :workload_identity_details,
21728
21823
  :last_updated_at,
21729
- :status)
21824
+ :status,
21825
+ :kms_key_arn)
21730
21826
  SENSITIVE = []
21731
21827
  include Aws::Structure
21732
21828
  end
@@ -55,7 +55,7 @@ module Aws::BedrockAgentCoreControl
55
55
  autoload :EndpointProvider, 'aws-sdk-bedrockagentcorecontrol/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-bedrockagentcorecontrol/endpoints'
57
57
 
58
- GEM_VERSION = '1.63.0'
58
+ GEM_VERSION = '1.64.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -149,7 +149,7 @@ module Aws
149
149
  Params::filesystem_configuration
150
150
  ],
151
151
  ?capacity_provider_configuration: {
152
- capacity_provider_arn: ::String?
152
+ capacity_provider_arn: ::String
153
153
  },
154
154
  ?tags: Hash[::String, ::String]
155
155
  ) -> _CreateAgentRuntimeResponseSuccess
@@ -770,7 +770,8 @@ module Aws
770
770
  def type: () -> ("CoinbaseCDP" | "StripePrivy")
771
771
  def credential_provider_configurations: () -> ::Array[Types::CredentialsProviderConfiguration]
772
772
  def created_at: () -> ::Time
773
- def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
773
+ def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED" | "AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED" | "PENDING_AUTHENTICATION" | "PROVISIONING" | "AUTHENTICATION_EXPIRED" | "AUTHENTICATION_FAILED")
774
+ def authorization_url: () -> ::String
774
775
  end
775
776
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#create_payment_connector-instance_method
776
777
  def create_payment_connector: (
@@ -781,6 +782,7 @@ module Aws
781
782
  credential_provider_configurations: Array[
782
783
  Params::credentials_provider_configuration
783
784
  ],
785
+ ?provision_mode: ("MANUAL" | "QUICK_CREATE"),
784
786
  ?client_token: ::String
785
787
  ) -> _CreatePaymentConnectorResponseSuccess
786
788
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePaymentConnectorResponseSuccess
@@ -813,6 +815,7 @@ module Aws
813
815
  def created_at: () -> ::Time
814
816
  def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
815
817
  def tags: () -> ::Hash[::String, ::String]
818
+ def kms_key_arn: () -> ::String
816
819
  end
817
820
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#create_payment_manager-instance_method
818
821
  def create_payment_manager: (
@@ -822,7 +825,8 @@ module Aws
822
825
  ?authorizer_configuration: Params::authorizer_configuration,
823
826
  role_arn: ::String,
824
827
  ?client_token: ::String,
825
- ?tags: Hash[::String, ::String]
828
+ ?tags: Hash[::String, ::String],
829
+ ?kms_key_arn: ::String
826
830
  ) -> _CreatePaymentManagerResponseSuccess
827
831
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePaymentManagerResponseSuccess
828
832
 
@@ -1206,7 +1210,7 @@ module Aws
1206
1210
 
1207
1211
  interface _DeletePaymentConnectorResponseSuccess
1208
1212
  include ::Seahorse::Client::_ResponseSuccess[Types::DeletePaymentConnectorResponse]
1209
- def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
1213
+ def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED" | "AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED" | "PENDING_AUTHENTICATION" | "PROVISIONING" | "AUTHENTICATION_EXPIRED" | "AUTHENTICATION_FAILED")
1210
1214
  def payment_connector_id: () -> ::String
1211
1215
  end
1212
1216
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#delete_payment_connector-instance_method
@@ -1737,7 +1741,8 @@ module Aws
1737
1741
  def credential_provider_configurations: () -> ::Array[Types::CredentialsProviderConfiguration]
1738
1742
  def created_at: () -> ::Time
1739
1743
  def last_updated_at: () -> ::Time
1740
- def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
1744
+ def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED" | "AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED" | "PENDING_AUTHENTICATION" | "PROVISIONING" | "AUTHENTICATION_EXPIRED" | "AUTHENTICATION_FAILED")
1745
+ def authorization_url: () -> ::String
1741
1746
  end
1742
1747
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#get_payment_connector-instance_method
1743
1748
  def get_payment_connector: (
@@ -1776,6 +1781,7 @@ module Aws
1776
1781
  def last_updated_at: () -> ::Time
1777
1782
  def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
1778
1783
  def tags: () -> ::Hash[::String, ::String]
1784
+ def kms_key_arn: () -> ::String
1779
1785
  end
1780
1786
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#get_payment_manager-instance_method
1781
1787
  def get_payment_manager: (
@@ -2615,7 +2621,7 @@ module Aws
2615
2621
  Params::filesystem_configuration
2616
2622
  ],
2617
2623
  ?capacity_provider_configuration: {
2618
- capacity_provider_arn: ::String?
2624
+ capacity_provider_arn: ::String
2619
2625
  },
2620
2626
  ?client_token: ::String
2621
2627
  ) -> _UpdateAgentRuntimeResponseSuccess
@@ -3123,7 +3129,8 @@ module Aws
3123
3129
  def type: () -> ("CoinbaseCDP" | "StripePrivy")
3124
3130
  def credential_provider_configurations: () -> ::Array[Types::CredentialsProviderConfiguration]
3125
3131
  def last_updated_at: () -> ::Time
3126
- def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
3132
+ def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED" | "AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED" | "PENDING_AUTHENTICATION" | "PROVISIONING" | "AUTHENTICATION_EXPIRED" | "AUTHENTICATION_FAILED")
3133
+ def authorization_url: () -> ::String
3127
3134
  end
3128
3135
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#update_payment_connector-instance_method
3129
3136
  def update_payment_connector: (
@@ -3165,6 +3172,7 @@ module Aws
3165
3172
  def workload_identity_details: () -> Types::WorkloadIdentityDetails
3166
3173
  def last_updated_at: () -> ::Time
3167
3174
  def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
3175
+ def kms_key_arn: () -> ::String
3168
3176
  end
3169
3177
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#update_payment_manager-instance_method
3170
3178
  def update_payment_manager: (
@@ -3173,7 +3181,8 @@ module Aws
3173
3181
  ?authorizer_type: ("CUSTOM_JWT" | "AWS_IAM"),
3174
3182
  ?authorizer_configuration: Params::authorizer_configuration,
3175
3183
  ?role_arn: ::String,
3176
- ?client_token: ::String
3184
+ ?client_token: ::String,
3185
+ ?kms_key_arn: ::String
3177
3186
  ) -> _UpdatePaymentManagerResponseSuccess
3178
3187
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdatePaymentManagerResponseSuccess
3179
3188
 
data/sig/errors.rbs CHANGED
@@ -44,6 +44,11 @@ module Aws
44
44
  class ServiceQuotaExceededException < ::Aws::Errors::ServiceError
45
45
  def message: () -> ::String
46
46
  end
47
+ class SubscriptionRequiredException < ::Aws::Errors::ServiceError
48
+ def message: () -> ::String
49
+ def subscription_url: () -> ::String
50
+ def product_name: () -> ::String
51
+ end
47
52
  class ThrottledException < ::Aws::Errors::ServiceError
48
53
  def message: () -> ::String
49
54
  end
data/sig/types.rbs CHANGED
@@ -1038,6 +1038,7 @@ module Aws::BedrockAgentCoreControl
1038
1038
  attr_accessor description: ::String
1039
1039
  attr_accessor type: ("CoinbaseCDP" | "StripePrivy")
1040
1040
  attr_accessor credential_provider_configurations: ::Array[Types::CredentialsProviderConfiguration]
1041
+ attr_accessor provision_mode: ("MANUAL" | "QUICK_CREATE")
1041
1042
  attr_accessor client_token: ::String
1042
1043
  SENSITIVE: []
1043
1044
  end
@@ -1049,7 +1050,8 @@ module Aws::BedrockAgentCoreControl
1049
1050
  attr_accessor type: ("CoinbaseCDP" | "StripePrivy")
1050
1051
  attr_accessor credential_provider_configurations: ::Array[Types::CredentialsProviderConfiguration]
1051
1052
  attr_accessor created_at: ::Time
1052
- attr_accessor status: ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
1053
+ attr_accessor status: ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED" | "AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED" | "PENDING_AUTHENTICATION" | "PROVISIONING" | "AUTHENTICATION_EXPIRED" | "AUTHENTICATION_FAILED")
1054
+ attr_accessor authorization_url: ::String
1053
1055
  SENSITIVE: []
1054
1056
  end
1055
1057
 
@@ -1077,6 +1079,7 @@ module Aws::BedrockAgentCoreControl
1077
1079
  attr_accessor role_arn: ::String
1078
1080
  attr_accessor client_token: ::String
1079
1081
  attr_accessor tags: ::Hash[::String, ::String]
1082
+ attr_accessor kms_key_arn: ::String
1080
1083
  SENSITIVE: []
1081
1084
  end
1082
1085
 
@@ -1091,6 +1094,7 @@ module Aws::BedrockAgentCoreControl
1091
1094
  attr_accessor created_at: ::Time
1092
1095
  attr_accessor status: ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
1093
1096
  attr_accessor tags: ::Hash[::String, ::String]
1097
+ attr_accessor kms_key_arn: ::String
1094
1098
  SENSITIVE: []
1095
1099
  end
1096
1100
 
@@ -1724,7 +1728,7 @@ module Aws::BedrockAgentCoreControl
1724
1728
  end
1725
1729
 
1726
1730
  class DeletePaymentConnectorResponse
1727
- attr_accessor status: ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
1731
+ attr_accessor status: ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED" | "AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED" | "PENDING_AUTHENTICATION" | "PROVISIONING" | "AUTHENTICATION_EXPIRED" | "AUTHENTICATION_FAILED")
1728
1732
  attr_accessor payment_connector_id: ::String
1729
1733
  SENSITIVE: []
1730
1734
  end
@@ -2604,7 +2608,8 @@ module Aws::BedrockAgentCoreControl
2604
2608
  attr_accessor credential_provider_configurations: ::Array[Types::CredentialsProviderConfiguration]
2605
2609
  attr_accessor created_at: ::Time
2606
2610
  attr_accessor last_updated_at: ::Time
2607
- attr_accessor status: ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
2611
+ attr_accessor status: ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED" | "AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED" | "PENDING_AUTHENTICATION" | "PROVISIONING" | "AUTHENTICATION_EXPIRED" | "AUTHENTICATION_FAILED")
2612
+ attr_accessor authorization_url: ::String
2608
2613
  SENSITIVE: []
2609
2614
  end
2610
2615
 
@@ -2642,6 +2647,7 @@ module Aws::BedrockAgentCoreControl
2642
2647
  attr_accessor last_updated_at: ::Time
2643
2648
  attr_accessor status: ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
2644
2649
  attr_accessor tags: ::Hash[::String, ::String]
2650
+ attr_accessor kms_key_arn: ::String
2645
2651
  SENSITIVE: []
2646
2652
  end
2647
2653
 
@@ -4527,7 +4533,7 @@ module Aws::BedrockAgentCoreControl
4527
4533
  attr_accessor payment_connector_id: ::String
4528
4534
  attr_accessor name: ::String
4529
4535
  attr_accessor type: ("CoinbaseCDP" | "StripePrivy")
4530
- attr_accessor status: ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
4536
+ attr_accessor status: ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED" | "AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED" | "PENDING_AUTHENTICATION" | "PROVISIONING" | "AUTHENTICATION_EXPIRED" | "AUTHENTICATION_FAILED")
4531
4537
  attr_accessor last_updated_at: ::Time
4532
4538
  SENSITIVE: []
4533
4539
  end
@@ -4556,6 +4562,7 @@ module Aws::BedrockAgentCoreControl
4556
4562
  attr_accessor status: ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
4557
4563
  attr_accessor created_at: ::Time
4558
4564
  attr_accessor last_updated_at: ::Time
4565
+ attr_accessor kms_key_arn: ::String
4559
4566
  SENSITIVE: []
4560
4567
  end
4561
4568
 
@@ -5293,6 +5300,13 @@ module Aws::BedrockAgentCoreControl
5293
5300
  SENSITIVE: []
5294
5301
  end
5295
5302
 
5303
+ class SubscriptionRequiredException
5304
+ attr_accessor message: ::String
5305
+ attr_accessor subscription_url: ::String
5306
+ attr_accessor product_name: ::String
5307
+ SENSITIVE: []
5308
+ end
5309
+
5296
5310
  class SummaryConsolidationOverride
5297
5311
  attr_accessor append_to_prompt: ::String
5298
5312
  attr_accessor model_id: ::String
@@ -5923,7 +5937,8 @@ module Aws::BedrockAgentCoreControl
5923
5937
  attr_accessor type: ("CoinbaseCDP" | "StripePrivy")
5924
5938
  attr_accessor credential_provider_configurations: ::Array[Types::CredentialsProviderConfiguration]
5925
5939
  attr_accessor last_updated_at: ::Time
5926
- attr_accessor status: ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
5940
+ attr_accessor status: ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED" | "AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED" | "PENDING_AUTHENTICATION" | "PROVISIONING" | "AUTHENTICATION_EXPIRED" | "AUTHENTICATION_FAILED")
5941
+ attr_accessor authorization_url: ::String
5927
5942
  SENSITIVE: []
5928
5943
  end
5929
5944
 
@@ -5951,6 +5966,7 @@ module Aws::BedrockAgentCoreControl
5951
5966
  attr_accessor authorizer_configuration: Types::AuthorizerConfiguration
5952
5967
  attr_accessor role_arn: ::String
5953
5968
  attr_accessor client_token: ::String
5969
+ attr_accessor kms_key_arn: ::String
5954
5970
  SENSITIVE: []
5955
5971
  end
5956
5972
 
@@ -5963,6 +5979,7 @@ module Aws::BedrockAgentCoreControl
5963
5979
  attr_accessor workload_identity_details: Types::WorkloadIdentityDetails
5964
5980
  attr_accessor last_updated_at: ::Time
5965
5981
  attr_accessor status: ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
5982
+ attr_accessor kms_key_arn: ::String
5966
5983
  SENSITIVE: []
5967
5984
  end
5968
5985
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-bedrockagentcorecontrol
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.63.0
4
+ version: 1.64.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services