aws-sdk-bedrockagentcore 1.31.0 → 1.32.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.
@@ -34,6 +34,7 @@ module Aws::BedrockAgentCore
34
34
  AgentCardDefinition = Shapes::StructureShape.new(name: 'AgentCardDefinition')
35
35
  AgentSkillsDescriptor = Shapes::StructureShape.new(name: 'AgentSkillsDescriptor')
36
36
  AgentTracesConfig = Shapes::UnionShape.new(name: 'AgentTracesConfig')
37
+ Amount = Shapes::StructureShape.new(name: 'Amount')
37
38
  ApiKeyArn = Shapes::StringShape.new(name: 'ApiKeyArn')
38
39
  ApiKeyType = Shapes::StringShape.new(name: 'ApiKeyType')
39
40
  AudienceType = Shapes::StringShape.new(name: 'AudienceType')
@@ -42,6 +43,7 @@ module Aws::BedrockAgentCore
42
43
  AutomationStream = Shapes::StructureShape.new(name: 'AutomationStream')
43
44
  AutomationStreamStatus = Shapes::StringShape.new(name: 'AutomationStreamStatus')
44
45
  AutomationStreamUpdate = Shapes::StructureShape.new(name: 'AutomationStreamUpdate')
46
+ AvailableLimits = Shapes::StructureShape.new(name: 'AvailableLimits')
45
47
  BasicAuth = Shapes::StructureShape.new(name: 'BasicAuth')
46
48
  BatchCreateMemoryRecordsInput = Shapes::StructureShape.new(name: 'BatchCreateMemoryRecordsInput')
47
49
  BatchCreateMemoryRecordsOutput = Shapes::StructureShape.new(name: 'BatchCreateMemoryRecordsOutput')
@@ -57,6 +59,7 @@ module Aws::BedrockAgentCore
57
59
  BatchUpdateMemoryRecordsInput = Shapes::StructureShape.new(name: 'BatchUpdateMemoryRecordsInput')
58
60
  BatchUpdateMemoryRecordsOutput = Shapes::StructureShape.new(name: 'BatchUpdateMemoryRecordsOutput')
59
61
  Blob = Shapes::BlobShape.new(name: 'Blob')
62
+ BlockchainChainId = Shapes::StringShape.new(name: 'BlockchainChainId')
60
63
  Body = Shapes::BlobShape.new(name: 'Body')
61
64
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
62
65
  Branch = Shapes::StructureShape.new(name: 'Branch')
@@ -105,6 +108,10 @@ module Aws::BedrockAgentCore
105
108
  CodeInterpreterSessionSummary = Shapes::StructureShape.new(name: 'CodeInterpreterSessionSummary')
106
109
  CodeInterpreterSessionTimeout = Shapes::IntegerShape.new(name: 'CodeInterpreterSessionTimeout')
107
110
  CodeInterpreterStreamOutput = Shapes::StructureShape.new(name: 'CodeInterpreterStreamOutput')
111
+ CoinbaseCdpPaymentJwtTokenType = Shapes::StringShape.new(name: 'CoinbaseCdpPaymentJwtTokenType')
112
+ CoinbaseCdpPaymentRequestBodyType = Shapes::StringShape.new(name: 'CoinbaseCdpPaymentRequestBodyType')
113
+ CoinbaseCdpTokenRequestInput = Shapes::StructureShape.new(name: 'CoinbaseCdpTokenRequestInput')
114
+ CoinbaseCdpTokenResponseOutput = Shapes::StructureShape.new(name: 'CoinbaseCdpTokenResponseOutput')
108
115
  CommandExecutionStatus = Shapes::StringShape.new(name: 'CommandExecutionStatus')
109
116
  CompleteResourceTokenAuthRequest = Shapes::StructureShape.new(name: 'CompleteResourceTokenAuthRequest')
110
117
  CompleteResourceTokenAuthResponse = Shapes::StructureShape.new(name: 'CompleteResourceTokenAuthResponse')
@@ -131,7 +138,16 @@ module Aws::BedrockAgentCore
131
138
  CreateABTestResponse = Shapes::StructureShape.new(name: 'CreateABTestResponse')
132
139
  CreateEventInput = Shapes::StructureShape.new(name: 'CreateEventInput')
133
140
  CreateEventOutput = Shapes::StructureShape.new(name: 'CreateEventOutput')
141
+ CreatePaymentInstrumentRequest = Shapes::StructureShape.new(name: 'CreatePaymentInstrumentRequest')
142
+ CreatePaymentInstrumentResponse = Shapes::StructureShape.new(name: 'CreatePaymentInstrumentResponse')
143
+ CreatePaymentSessionRequest = Shapes::StructureShape.new(name: 'CreatePaymentSessionRequest')
144
+ CreatePaymentSessionRequestExpiryTimeInMinutesInteger = Shapes::IntegerShape.new(name: 'CreatePaymentSessionRequestExpiryTimeInMinutesInteger')
145
+ CreatePaymentSessionResponse = Shapes::StructureShape.new(name: 'CreatePaymentSessionResponse')
134
146
  CredentialProviderName = Shapes::StringShape.new(name: 'CredentialProviderName')
147
+ CryptoWalletNetwork = Shapes::StringShape.new(name: 'CryptoWalletNetwork')
148
+ CryptoX402PaymentInput = Shapes::StructureShape.new(name: 'CryptoX402PaymentInput')
149
+ CryptoX402PaymentOutput = Shapes::StructureShape.new(name: 'CryptoX402PaymentOutput')
150
+ Currency = Shapes::StringShape.new(name: 'Currency')
135
151
  CustomDescriptor = Shapes::StructureShape.new(name: 'CustomDescriptor')
136
152
  CustomRequestKeyType = Shapes::StringShape.new(name: 'CustomRequestKeyType')
137
153
  CustomRequestParametersType = Shapes::MapShape.new(name: 'CustomRequestParametersType')
@@ -146,6 +162,10 @@ module Aws::BedrockAgentCore
146
162
  DeleteEventOutput = Shapes::StructureShape.new(name: 'DeleteEventOutput')
147
163
  DeleteMemoryRecordInput = Shapes::StructureShape.new(name: 'DeleteMemoryRecordInput')
148
164
  DeleteMemoryRecordOutput = Shapes::StructureShape.new(name: 'DeleteMemoryRecordOutput')
165
+ DeletePaymentInstrumentRequest = Shapes::StructureShape.new(name: 'DeletePaymentInstrumentRequest')
166
+ DeletePaymentInstrumentResponse = Shapes::StructureShape.new(name: 'DeletePaymentInstrumentResponse')
167
+ DeletePaymentSessionRequest = Shapes::StructureShape.new(name: 'DeletePaymentSessionRequest')
168
+ DeletePaymentSessionResponse = Shapes::StructureShape.new(name: 'DeletePaymentSessionResponse')
149
169
  DeleteRecommendationRequest = Shapes::StructureShape.new(name: 'DeleteRecommendationRequest')
150
170
  DeleteRecommendationResponse = Shapes::StructureShape.new(name: 'DeleteRecommendationResponse')
151
171
  Description = Shapes::StringShape.new(name: 'Description')
@@ -156,6 +176,9 @@ module Aws::BedrockAgentCore
156
176
  DomainPatterns = Shapes::ListShape.new(name: 'DomainPatterns')
157
177
  Double = Shapes::FloatShape.new(name: 'Double')
158
178
  DuplicateIdException = Shapes::StructureShape.new(name: 'DuplicateIdException')
179
+ Email = Shapes::StringShape.new(name: 'Email')
180
+ EmbeddedCryptoWallet = Shapes::StructureShape.new(name: 'EmbeddedCryptoWallet')
181
+ EmbeddedCryptoWalletRedirectUrlString = Shapes::StringShape.new(name: 'EmbeddedCryptoWalletRedirectUrlString')
159
182
  ErrorDetailsList = Shapes::ListShape.new(name: 'ErrorDetailsList')
160
183
  ErrorDetailsListMemberString = Shapes::StringShape.new(name: 'ErrorDetailsListMemberString')
161
184
  EvaluateRequest = Shapes::StructureShape.new(name: 'EvaluateRequest')
@@ -220,12 +243,20 @@ module Aws::BedrockAgentCore
220
243
  GetEventOutput = Shapes::StructureShape.new(name: 'GetEventOutput')
221
244
  GetMemoryRecordInput = Shapes::StructureShape.new(name: 'GetMemoryRecordInput')
222
245
  GetMemoryRecordOutput = Shapes::StructureShape.new(name: 'GetMemoryRecordOutput')
246
+ GetPaymentInstrumentBalanceRequest = Shapes::StructureShape.new(name: 'GetPaymentInstrumentBalanceRequest')
247
+ GetPaymentInstrumentBalanceResponse = Shapes::StructureShape.new(name: 'GetPaymentInstrumentBalanceResponse')
248
+ GetPaymentInstrumentRequest = Shapes::StructureShape.new(name: 'GetPaymentInstrumentRequest')
249
+ GetPaymentInstrumentResponse = Shapes::StructureShape.new(name: 'GetPaymentInstrumentResponse')
250
+ GetPaymentSessionRequest = Shapes::StructureShape.new(name: 'GetPaymentSessionRequest')
251
+ GetPaymentSessionResponse = Shapes::StructureShape.new(name: 'GetPaymentSessionResponse')
223
252
  GetRecommendationRequest = Shapes::StructureShape.new(name: 'GetRecommendationRequest')
224
253
  GetRecommendationResponse = Shapes::StructureShape.new(name: 'GetRecommendationResponse')
225
254
  GetResourceApiKeyRequest = Shapes::StructureShape.new(name: 'GetResourceApiKeyRequest')
226
255
  GetResourceApiKeyResponse = Shapes::StructureShape.new(name: 'GetResourceApiKeyResponse')
227
256
  GetResourceOauth2TokenRequest = Shapes::StructureShape.new(name: 'GetResourceOauth2TokenRequest')
228
257
  GetResourceOauth2TokenResponse = Shapes::StructureShape.new(name: 'GetResourceOauth2TokenResponse')
258
+ GetResourcePaymentTokenRequest = Shapes::StructureShape.new(name: 'GetResourcePaymentTokenRequest')
259
+ GetResourcePaymentTokenResponse = Shapes::StructureShape.new(name: 'GetResourcePaymentTokenResponse')
229
260
  GetWorkloadAccessTokenForJWTRequest = Shapes::StructureShape.new(name: 'GetWorkloadAccessTokenForJWTRequest')
230
261
  GetWorkloadAccessTokenForJWTResponse = Shapes::StructureShape.new(name: 'GetWorkloadAccessTokenForJWTResponse')
231
262
  GetWorkloadAccessTokenForUserIdRequest = Shapes::StructureShape.new(name: 'GetWorkloadAccessTokenForUserIdRequest')
@@ -309,6 +340,7 @@ module Aws::BedrockAgentCore
309
340
  InlineGroundTruthTurnsList = Shapes::ListShape.new(name: 'InlineGroundTruthTurnsList')
310
341
  InputContentBlock = Shapes::StructureShape.new(name: 'InputContentBlock')
311
342
  InputContentBlockList = Shapes::ListShape.new(name: 'InputContentBlockList')
343
+ InstrumentBalanceToken = Shapes::StringShape.new(name: 'InstrumentBalanceToken')
312
344
  Integer = Shapes::IntegerShape.new(name: 'Integer')
313
345
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
314
346
  InvalidInputException = Shapes::StructureShape.new(name: 'InvalidInputException')
@@ -338,6 +370,7 @@ module Aws::BedrockAgentCore
338
370
  InvokeHarnessRequest = Shapes::StructureShape.new(name: 'InvokeHarnessRequest')
339
371
  InvokeHarnessResponse = Shapes::StructureShape.new(name: 'InvokeHarnessResponse')
340
372
  InvokeHarnessStreamOutput = Shapes::StructureShape.new(name: 'InvokeHarnessStreamOutput')
373
+ JwtKeyId = Shapes::StringShape.new(name: 'JwtKeyId')
341
374
  KeyList = Shapes::ListShape.new(name: 'KeyList')
342
375
  KeyPressArguments = Shapes::StructureShape.new(name: 'KeyPressArguments')
343
376
  KeyPressArgumentsPressesInteger = Shapes::IntegerShape.new(name: 'KeyPressArgumentsPressesInteger')
@@ -349,6 +382,13 @@ module Aws::BedrockAgentCore
349
382
  KeyTypeResult = Shapes::StructureShape.new(name: 'KeyTypeResult')
350
383
  LanguageRuntime = Shapes::StringShape.new(name: 'LanguageRuntime')
351
384
  LeftExpression = Shapes::UnionShape.new(name: 'LeftExpression')
385
+ LinkedAccount = Shapes::UnionShape.new(name: 'LinkedAccount')
386
+ LinkedAccountDeveloperJwt = Shapes::StructureShape.new(name: 'LinkedAccountDeveloperJwt')
387
+ LinkedAccountDeveloperJwtSubString = Shapes::StringShape.new(name: 'LinkedAccountDeveloperJwtSubString')
388
+ LinkedAccountEmail = Shapes::StructureShape.new(name: 'LinkedAccountEmail')
389
+ LinkedAccountList = Shapes::ListShape.new(name: 'LinkedAccountList')
390
+ LinkedAccountOAuth2 = Shapes::UnionShape.new(name: 'LinkedAccountOAuth2')
391
+ LinkedAccountSms = Shapes::StructureShape.new(name: 'LinkedAccountSms')
352
392
  ListABTestsRequest = Shapes::StructureShape.new(name: 'ListABTestsRequest')
353
393
  ListABTestsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListABTestsRequestMaxResultsInteger')
354
394
  ListABTestsResponse = Shapes::StructureShape.new(name: 'ListABTestsResponse')
@@ -368,6 +408,10 @@ module Aws::BedrockAgentCore
368
408
  ListMemoryExtractionJobsOutput = Shapes::StructureShape.new(name: 'ListMemoryExtractionJobsOutput')
369
409
  ListMemoryRecordsInput = Shapes::StructureShape.new(name: 'ListMemoryRecordsInput')
370
410
  ListMemoryRecordsOutput = Shapes::StructureShape.new(name: 'ListMemoryRecordsOutput')
411
+ ListPaymentInstrumentsRequest = Shapes::StructureShape.new(name: 'ListPaymentInstrumentsRequest')
412
+ ListPaymentInstrumentsResponse = Shapes::StructureShape.new(name: 'ListPaymentInstrumentsResponse')
413
+ ListPaymentSessionsRequest = Shapes::StructureShape.new(name: 'ListPaymentSessionsRequest')
414
+ ListPaymentSessionsResponse = Shapes::StructureShape.new(name: 'ListPaymentSessionsResponse')
371
415
  ListRecommendationsRequest = Shapes::StructureShape.new(name: 'ListRecommendationsRequest')
372
416
  ListRecommendationsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListRecommendationsRequestMaxResultsInteger')
373
417
  ListRecommendationsResponse = Shapes::StructureShape.new(name: 'ListRecommendationsResponse')
@@ -429,6 +473,10 @@ module Aws::BedrockAgentCore
429
473
  NamespacesList = Shapes::ListShape.new(name: 'NamespacesList')
430
474
  NextToken = Shapes::StringShape.new(name: 'NextToken')
431
475
  NonBlankString = Shapes::StringShape.new(name: 'NonBlankString')
476
+ OAuth2Authentication = Shapes::StructureShape.new(name: 'OAuth2Authentication')
477
+ OAuth2AuthenticationNameString = Shapes::StringShape.new(name: 'OAuth2AuthenticationNameString')
478
+ OAuth2AuthenticationSubString = Shapes::StringShape.new(name: 'OAuth2AuthenticationSubString')
479
+ OAuth2AuthenticationUsernameString = Shapes::StringShape.new(name: 'OAuth2AuthenticationUsernameString')
432
480
  OAuthCredentialProvider = Shapes::StructureShape.new(name: 'OAuthCredentialProvider')
433
481
  OAuthCredentialProviderArn = Shapes::StringShape.new(name: 'OAuthCredentialProviderArn')
434
482
  OAuthCustomParameters = Shapes::MapShape.new(name: 'OAuthCustomParameters')
@@ -446,8 +494,37 @@ module Aws::BedrockAgentCore
446
494
  PathPattern = Shapes::StringShape.new(name: 'PathPattern')
447
495
  PayloadType = Shapes::UnionShape.new(name: 'PayloadType')
448
496
  PayloadTypeList = Shapes::ListShape.new(name: 'PayloadTypeList')
497
+ PaymentAgentName = Shapes::StringShape.new(name: 'PaymentAgentName')
498
+ PaymentConnectorId = Shapes::StringShape.new(name: 'PaymentConnectorId')
499
+ PaymentDocument = Shapes::DocumentShape.new(name: 'PaymentDocument', document: true)
500
+ PaymentHttpMethodType = Shapes::StringShape.new(name: 'PaymentHttpMethodType')
501
+ PaymentInput = Shapes::UnionShape.new(name: 'PaymentInput')
502
+ PaymentInstrument = Shapes::StructureShape.new(name: 'PaymentInstrument')
503
+ PaymentInstrumentDetails = Shapes::UnionShape.new(name: 'PaymentInstrumentDetails')
504
+ PaymentInstrumentId = Shapes::StringShape.new(name: 'PaymentInstrumentId')
505
+ PaymentInstrumentStatus = Shapes::StringShape.new(name: 'PaymentInstrumentStatus')
506
+ PaymentInstrumentSummary = Shapes::StructureShape.new(name: 'PaymentInstrumentSummary')
507
+ PaymentInstrumentSummaryList = Shapes::ListShape.new(name: 'PaymentInstrumentSummaryList')
508
+ PaymentInstrumentType = Shapes::StringShape.new(name: 'PaymentInstrumentType')
509
+ PaymentManagerArn = Shapes::StringShape.new(name: 'PaymentManagerArn')
510
+ PaymentOutput = Shapes::UnionShape.new(name: 'PaymentOutput')
511
+ PaymentRequestHostType = Shapes::StringShape.new(name: 'PaymentRequestHostType')
512
+ PaymentRequestPathType = Shapes::StringShape.new(name: 'PaymentRequestPathType')
513
+ PaymentSession = Shapes::StructureShape.new(name: 'PaymentSession')
514
+ PaymentSessionId = Shapes::StringShape.new(name: 'PaymentSessionId')
515
+ PaymentSessionStatus = Shapes::StringShape.new(name: 'PaymentSessionStatus')
516
+ PaymentSessionSummary = Shapes::StructureShape.new(name: 'PaymentSessionSummary')
517
+ PaymentSessionSummaryList = Shapes::ListShape.new(name: 'PaymentSessionSummaryList')
518
+ PaymentStatus = Shapes::StringShape.new(name: 'PaymentStatus')
519
+ PaymentTokenRequestInput = Shapes::UnionShape.new(name: 'PaymentTokenRequestInput')
520
+ PaymentTokenResponseOutput = Shapes::UnionShape.new(name: 'PaymentTokenResponseOutput')
521
+ PaymentType = Shapes::StringShape.new(name: 'PaymentType')
449
522
  PerVariantOnlineEvaluationConfig = Shapes::StructureShape.new(name: 'PerVariantOnlineEvaluationConfig')
450
523
  PerVariantOnlineEvaluationConfigList = Shapes::ListShape.new(name: 'PerVariantOnlineEvaluationConfigList')
524
+ PhoneNumber = Shapes::StringShape.new(name: 'PhoneNumber')
525
+ ProcessPaymentId = Shapes::StringShape.new(name: 'ProcessPaymentId')
526
+ ProcessPaymentRequest = Shapes::StructureShape.new(name: 'ProcessPaymentRequest')
527
+ ProcessPaymentResponse = Shapes::StructureShape.new(name: 'ProcessPaymentResponse')
451
528
  ProgrammingLanguage = Shapes::StringShape.new(name: 'ProgrammingLanguage')
452
529
  Proxy = Shapes::UnionShape.new(name: 'Proxy')
453
530
  ProxyBypass = Shapes::StructureShape.new(name: 'ProxyBypass')
@@ -532,6 +609,7 @@ module Aws::BedrockAgentCore
532
609
  SessionFilter = Shapes::StructureShape.new(name: 'SessionFilter')
533
610
  SessionFilterConfig = Shapes::StructureShape.new(name: 'SessionFilterConfig')
534
611
  SessionId = Shapes::StringShape.new(name: 'SessionId')
612
+ SessionLimits = Shapes::StructureShape.new(name: 'SessionLimits')
535
613
  SessionMetadataList = Shapes::ListShape.new(name: 'SessionMetadataList')
536
614
  SessionMetadataShape = Shapes::StructureShape.new(name: 'SessionMetadataShape')
537
615
  SessionStatus = Shapes::StringShape.new(name: 'SessionStatus')
@@ -581,6 +659,14 @@ module Aws::BedrockAgentCore
581
659
  StringType = Shapes::StringShape.new(name: 'StringType')
582
660
  StringValue = Shapes::StringShape.new(name: 'StringValue')
583
661
  StringValueList = Shapes::ListShape.new(name: 'StringValueList')
662
+ StripePrivyAppIdType = Shapes::StringShape.new(name: 'StripePrivyAppIdType')
663
+ StripePrivyAuthorizationSignatureType = Shapes::StringShape.new(name: 'StripePrivyAuthorizationSignatureType')
664
+ StripePrivyBasicAuthTokenType = Shapes::StringShape.new(name: 'StripePrivyBasicAuthTokenType')
665
+ StripePrivyRequestBodyType = Shapes::StringShape.new(name: 'StripePrivyRequestBodyType')
666
+ StripePrivyRequestHostType = Shapes::StringShape.new(name: 'StripePrivyRequestHostType')
667
+ StripePrivyRequestPathType = Shapes::StringShape.new(name: 'StripePrivyRequestPathType')
668
+ StripePrivyTokenRequestInput = Shapes::StructureShape.new(name: 'StripePrivyTokenRequestInput')
669
+ StripePrivyTokenResponseOutput = Shapes::StructureShape.new(name: 'StripePrivyTokenResponseOutput')
584
670
  SyntheticTimestamp_date_time = Shapes::TimestampShape.new(name: 'SyntheticTimestamp_date_time', timestampFormat: "iso8601")
585
671
  SystemPromptConfig = Shapes::UnionShape.new(name: 'SystemPromptConfig')
586
672
  SystemPromptConfigurationBundle = Shapes::StructureShape.new(name: 'SystemPromptConfigurationBundle')
@@ -595,6 +681,7 @@ module Aws::BedrockAgentCore
595
681
  ThrottledException = Shapes::StructureShape.new(name: 'ThrottledException')
596
682
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
597
683
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
684
+ TokenBalance = Shapes::StructureShape.new(name: 'TokenBalance')
598
685
  TokenUsage = Shapes::StructureShape.new(name: 'TokenUsage')
599
686
  ToolArguments = Shapes::StructureShape.new(name: 'ToolArguments')
600
687
  ToolDescriptionConfig = Shapes::UnionShape.new(name: 'ToolDescriptionConfig')
@@ -621,6 +708,7 @@ module Aws::BedrockAgentCore
621
708
  UpdateABTestResponse = Shapes::StructureShape.new(name: 'UpdateABTestResponse')
622
709
  UpdateBrowserStreamRequest = Shapes::StructureShape.new(name: 'UpdateBrowserStreamRequest')
623
710
  UpdateBrowserStreamResponse = Shapes::StructureShape.new(name: 'UpdateBrowserStreamResponse')
711
+ UserId = Shapes::StringShape.new(name: 'UserId')
624
712
  UserIdType = Shapes::StringShape.new(name: 'UserIdType')
625
713
  UserIdentifier = Shapes::UnionShape.new(name: 'UserIdentifier')
626
714
  UserTokenType = Shapes::StringShape.new(name: 'UserTokenType')
@@ -693,6 +781,10 @@ module Aws::BedrockAgentCore
693
781
  AgentTracesConfig.add_member_subclass(:unknown, Types::AgentTracesConfig::Unknown)
694
782
  AgentTracesConfig.struct_class = Types::AgentTracesConfig
695
783
 
784
+ Amount.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "value"))
785
+ Amount.add_member(:currency, Shapes::ShapeRef.new(shape: Currency, required: true, location_name: "currency"))
786
+ Amount.struct_class = Types::Amount
787
+
696
788
  AudiencesListType.member = Shapes::ShapeRef.new(shape: AudienceType)
697
789
 
698
790
  AutomationStream.add_member(:stream_endpoint, Shapes::ShapeRef.new(shape: BrowserStreamEndpoint, required: true, location_name: "streamEndpoint"))
@@ -702,6 +794,10 @@ module Aws::BedrockAgentCore
702
794
  AutomationStreamUpdate.add_member(:stream_status, Shapes::ShapeRef.new(shape: AutomationStreamStatus, location_name: "streamStatus"))
703
795
  AutomationStreamUpdate.struct_class = Types::AutomationStreamUpdate
704
796
 
797
+ AvailableLimits.add_member(:available_spend_amount, Shapes::ShapeRef.new(shape: Amount, location_name: "availableSpendAmount"))
798
+ AvailableLimits.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "updatedAt"))
799
+ AvailableLimits.struct_class = Types::AvailableLimits
800
+
705
801
  BasicAuth.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, required: true, location_name: "secretArn"))
706
802
  BasicAuth.struct_class = Types::BasicAuth
707
803
 
@@ -894,6 +990,17 @@ module Aws::BedrockAgentCore
894
990
  CodeInterpreterStreamOutput.add_member(:validation_exception, Shapes::ShapeRef.new(shape: ValidationException, location_name: "validationException"))
895
991
  CodeInterpreterStreamOutput.struct_class = Types::CodeInterpreterStreamOutput
896
992
 
993
+ CoinbaseCdpTokenRequestInput.add_member(:request_method, Shapes::ShapeRef.new(shape: PaymentHttpMethodType, required: true, location_name: "requestMethod"))
994
+ CoinbaseCdpTokenRequestInput.add_member(:request_host, Shapes::ShapeRef.new(shape: PaymentRequestHostType, location_name: "requestHost"))
995
+ CoinbaseCdpTokenRequestInput.add_member(:request_path, Shapes::ShapeRef.new(shape: PaymentRequestPathType, required: true, location_name: "requestPath"))
996
+ CoinbaseCdpTokenRequestInput.add_member(:include_wallet_auth_token, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeWalletAuthToken"))
997
+ CoinbaseCdpTokenRequestInput.add_member(:request_body, Shapes::ShapeRef.new(shape: CoinbaseCdpPaymentRequestBodyType, location_name: "requestBody"))
998
+ CoinbaseCdpTokenRequestInput.struct_class = Types::CoinbaseCdpTokenRequestInput
999
+
1000
+ CoinbaseCdpTokenResponseOutput.add_member(:bearer_token, Shapes::ShapeRef.new(shape: CoinbaseCdpPaymentJwtTokenType, required: true, location_name: "bearerToken"))
1001
+ CoinbaseCdpTokenResponseOutput.add_member(:wallet_auth_token, Shapes::ShapeRef.new(shape: CoinbaseCdpPaymentJwtTokenType, location_name: "walletAuthToken"))
1002
+ CoinbaseCdpTokenResponseOutput.struct_class = Types::CoinbaseCdpTokenResponseOutput
1003
+
897
1004
  CompleteResourceTokenAuthRequest.add_member(:user_identifier, Shapes::ShapeRef.new(shape: UserIdentifier, required: true, location_name: "userIdentifier"))
898
1005
  CompleteResourceTokenAuthRequest.add_member(:session_uri, Shapes::ShapeRef.new(shape: RequestUri, required: true, location_name: "sessionUri"))
899
1006
  CompleteResourceTokenAuthRequest.struct_class = Types::CompleteResourceTokenAuthRequest
@@ -993,6 +1100,37 @@ module Aws::BedrockAgentCore
993
1100
  CreateEventOutput.add_member(:event, Shapes::ShapeRef.new(shape: Event, required: true, location_name: "event"))
994
1101
  CreateEventOutput.struct_class = Types::CreateEventOutput
995
1102
 
1103
+ CreatePaymentInstrumentRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location: "header", location_name: "X-Amzn-Bedrock-AgentCore-Payments-User-Id"))
1104
+ CreatePaymentInstrumentRequest.add_member(:agent_name, Shapes::ShapeRef.new(shape: PaymentAgentName, location: "header", location_name: "X-Amzn-Bedrock-AgentCore-Payments-Agent-Name"))
1105
+ CreatePaymentInstrumentRequest.add_member(:payment_manager_arn, Shapes::ShapeRef.new(shape: PaymentManagerArn, required: true, location_name: "paymentManagerArn"))
1106
+ CreatePaymentInstrumentRequest.add_member(:payment_connector_id, Shapes::ShapeRef.new(shape: PaymentConnectorId, required: true, location_name: "paymentConnectorId"))
1107
+ CreatePaymentInstrumentRequest.add_member(:payment_instrument_type, Shapes::ShapeRef.new(shape: PaymentInstrumentType, required: true, location_name: "paymentInstrumentType"))
1108
+ CreatePaymentInstrumentRequest.add_member(:payment_instrument_details, Shapes::ShapeRef.new(shape: PaymentInstrumentDetails, required: true, location_name: "paymentInstrumentDetails"))
1109
+ CreatePaymentInstrumentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
1110
+ CreatePaymentInstrumentRequest.struct_class = Types::CreatePaymentInstrumentRequest
1111
+
1112
+ CreatePaymentInstrumentResponse.add_member(:payment_instrument, Shapes::ShapeRef.new(shape: PaymentInstrument, required: true, location_name: "paymentInstrument"))
1113
+ CreatePaymentInstrumentResponse.struct_class = Types::CreatePaymentInstrumentResponse
1114
+
1115
+ CreatePaymentSessionRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location: "header", location_name: "X-Amzn-Bedrock-AgentCore-Payments-User-Id"))
1116
+ CreatePaymentSessionRequest.add_member(:agent_name, Shapes::ShapeRef.new(shape: PaymentAgentName, location: "header", location_name: "X-Amzn-Bedrock-AgentCore-Payments-Agent-Name"))
1117
+ CreatePaymentSessionRequest.add_member(:payment_manager_arn, Shapes::ShapeRef.new(shape: PaymentManagerArn, required: true, location_name: "paymentManagerArn"))
1118
+ CreatePaymentSessionRequest.add_member(:limits, Shapes::ShapeRef.new(shape: SessionLimits, location_name: "limits"))
1119
+ CreatePaymentSessionRequest.add_member(:expiry_time_in_minutes, Shapes::ShapeRef.new(shape: CreatePaymentSessionRequestExpiryTimeInMinutesInteger, required: true, location_name: "expiryTimeInMinutes"))
1120
+ CreatePaymentSessionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
1121
+ CreatePaymentSessionRequest.struct_class = Types::CreatePaymentSessionRequest
1122
+
1123
+ CreatePaymentSessionResponse.add_member(:payment_session, Shapes::ShapeRef.new(shape: PaymentSession, required: true, location_name: "paymentSession"))
1124
+ CreatePaymentSessionResponse.struct_class = Types::CreatePaymentSessionResponse
1125
+
1126
+ CryptoX402PaymentInput.add_member(:version, Shapes::ShapeRef.new(shape: String, required: true, location_name: "version"))
1127
+ CryptoX402PaymentInput.add_member(:payload, Shapes::ShapeRef.new(shape: PaymentDocument, required: true, location_name: "payload"))
1128
+ CryptoX402PaymentInput.struct_class = Types::CryptoX402PaymentInput
1129
+
1130
+ CryptoX402PaymentOutput.add_member(:version, Shapes::ShapeRef.new(shape: String, required: true, location_name: "version"))
1131
+ CryptoX402PaymentOutput.add_member(:payload, Shapes::ShapeRef.new(shape: PaymentDocument, required: true, location_name: "payload"))
1132
+ CryptoX402PaymentOutput.struct_class = Types::CryptoX402PaymentOutput
1133
+
996
1134
  CustomDescriptor.add_member(:inline_content, Shapes::ShapeRef.new(shape: InlineContent, location_name: "inlineContent"))
997
1135
  CustomDescriptor.struct_class = Types::CustomDescriptor
998
1136
 
@@ -1037,6 +1175,23 @@ module Aws::BedrockAgentCore
1037
1175
  DeleteMemoryRecordOutput.add_member(:memory_record_id, Shapes::ShapeRef.new(shape: MemoryRecordId, required: true, location_name: "memoryRecordId"))
1038
1176
  DeleteMemoryRecordOutput.struct_class = Types::DeleteMemoryRecordOutput
1039
1177
 
1178
+ DeletePaymentInstrumentRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location: "header", location_name: "X-Amzn-Bedrock-AgentCore-Payments-User-Id"))
1179
+ DeletePaymentInstrumentRequest.add_member(:payment_manager_arn, Shapes::ShapeRef.new(shape: PaymentManagerArn, required: true, location_name: "paymentManagerArn"))
1180
+ DeletePaymentInstrumentRequest.add_member(:payment_connector_id, Shapes::ShapeRef.new(shape: PaymentConnectorId, required: true, location_name: "paymentConnectorId"))
1181
+ DeletePaymentInstrumentRequest.add_member(:payment_instrument_id, Shapes::ShapeRef.new(shape: PaymentInstrumentId, required: true, location_name: "paymentInstrumentId"))
1182
+ DeletePaymentInstrumentRequest.struct_class = Types::DeletePaymentInstrumentRequest
1183
+
1184
+ DeletePaymentInstrumentResponse.add_member(:status, Shapes::ShapeRef.new(shape: PaymentInstrumentStatus, required: true, location_name: "status"))
1185
+ DeletePaymentInstrumentResponse.struct_class = Types::DeletePaymentInstrumentResponse
1186
+
1187
+ DeletePaymentSessionRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location: "header", location_name: "X-Amzn-Bedrock-AgentCore-Payments-User-Id"))
1188
+ DeletePaymentSessionRequest.add_member(:payment_manager_arn, Shapes::ShapeRef.new(shape: PaymentManagerArn, required: true, location_name: "paymentManagerArn"))
1189
+ DeletePaymentSessionRequest.add_member(:payment_session_id, Shapes::ShapeRef.new(shape: PaymentSessionId, required: true, location_name: "paymentSessionId"))
1190
+ DeletePaymentSessionRequest.struct_class = Types::DeletePaymentSessionRequest
1191
+
1192
+ DeletePaymentSessionResponse.add_member(:status, Shapes::ShapeRef.new(shape: PaymentSessionStatus, required: true, location_name: "status"))
1193
+ DeletePaymentSessionResponse.struct_class = Types::DeletePaymentSessionResponse
1194
+
1040
1195
  DeleteRecommendationRequest.add_member(:recommendation_id, Shapes::ShapeRef.new(shape: RecommendationId, required: true, location: "uri", location_name: "recommendationId"))
1041
1196
  DeleteRecommendationRequest.struct_class = Types::DeleteRecommendationRequest
1042
1197
 
@@ -1055,6 +1210,12 @@ module Aws::BedrockAgentCore
1055
1210
  DuplicateIdException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
1056
1211
  DuplicateIdException.struct_class = Types::DuplicateIdException
1057
1212
 
1213
+ EmbeddedCryptoWallet.add_member(:network, Shapes::ShapeRef.new(shape: CryptoWalletNetwork, required: true, location_name: "network"))
1214
+ EmbeddedCryptoWallet.add_member(:linked_accounts, Shapes::ShapeRef.new(shape: LinkedAccountList, required: true, location_name: "linkedAccounts"))
1215
+ EmbeddedCryptoWallet.add_member(:wallet_address, Shapes::ShapeRef.new(shape: String, location_name: "walletAddress"))
1216
+ EmbeddedCryptoWallet.add_member(:redirect_url, Shapes::ShapeRef.new(shape: EmbeddedCryptoWalletRedirectUrlString, location_name: "redirectUrl"))
1217
+ EmbeddedCryptoWallet.struct_class = Types::EmbeddedCryptoWallet
1218
+
1058
1219
  ErrorDetailsList.member = Shapes::ShapeRef.new(shape: ErrorDetailsListMemberString)
1059
1220
 
1060
1221
  EvaluateRequest.add_member(:evaluator_id, Shapes::ShapeRef.new(shape: EvaluatorId, required: true, location: "uri", location_name: "evaluatorId"))
@@ -1324,6 +1485,38 @@ module Aws::BedrockAgentCore
1324
1485
  GetMemoryRecordOutput.add_member(:memory_record, Shapes::ShapeRef.new(shape: MemoryRecord, required: true, location_name: "memoryRecord"))
1325
1486
  GetMemoryRecordOutput.struct_class = Types::GetMemoryRecordOutput
1326
1487
 
1488
+ GetPaymentInstrumentBalanceRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location: "header", location_name: "X-Amzn-Bedrock-AgentCore-Payments-User-Id"))
1489
+ GetPaymentInstrumentBalanceRequest.add_member(:agent_name, Shapes::ShapeRef.new(shape: PaymentAgentName, location: "header", location_name: "X-Amzn-Bedrock-AgentCore-Payments-Agent-Name"))
1490
+ GetPaymentInstrumentBalanceRequest.add_member(:payment_manager_arn, Shapes::ShapeRef.new(shape: PaymentManagerArn, required: true, location_name: "paymentManagerArn"))
1491
+ GetPaymentInstrumentBalanceRequest.add_member(:payment_connector_id, Shapes::ShapeRef.new(shape: PaymentConnectorId, required: true, location_name: "paymentConnectorId"))
1492
+ GetPaymentInstrumentBalanceRequest.add_member(:payment_instrument_id, Shapes::ShapeRef.new(shape: PaymentInstrumentId, required: true, location_name: "paymentInstrumentId"))
1493
+ GetPaymentInstrumentBalanceRequest.add_member(:chain, Shapes::ShapeRef.new(shape: BlockchainChainId, required: true, location_name: "chain"))
1494
+ GetPaymentInstrumentBalanceRequest.add_member(:token, Shapes::ShapeRef.new(shape: InstrumentBalanceToken, required: true, location_name: "token"))
1495
+ GetPaymentInstrumentBalanceRequest.struct_class = Types::GetPaymentInstrumentBalanceRequest
1496
+
1497
+ GetPaymentInstrumentBalanceResponse.add_member(:payment_instrument_id, Shapes::ShapeRef.new(shape: PaymentInstrumentId, required: true, location_name: "paymentInstrumentId"))
1498
+ GetPaymentInstrumentBalanceResponse.add_member(:token_balance, Shapes::ShapeRef.new(shape: TokenBalance, required: true, location_name: "tokenBalance"))
1499
+ GetPaymentInstrumentBalanceResponse.struct_class = Types::GetPaymentInstrumentBalanceResponse
1500
+
1501
+ GetPaymentInstrumentRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location: "header", location_name: "X-Amzn-Bedrock-AgentCore-Payments-User-Id"))
1502
+ GetPaymentInstrumentRequest.add_member(:agent_name, Shapes::ShapeRef.new(shape: PaymentAgentName, location: "header", location_name: "X-Amzn-Bedrock-AgentCore-Payments-Agent-Name"))
1503
+ GetPaymentInstrumentRequest.add_member(:payment_manager_arn, Shapes::ShapeRef.new(shape: PaymentManagerArn, required: true, location_name: "paymentManagerArn"))
1504
+ GetPaymentInstrumentRequest.add_member(:payment_connector_id, Shapes::ShapeRef.new(shape: PaymentConnectorId, location_name: "paymentConnectorId"))
1505
+ GetPaymentInstrumentRequest.add_member(:payment_instrument_id, Shapes::ShapeRef.new(shape: PaymentInstrumentId, required: true, location_name: "paymentInstrumentId"))
1506
+ GetPaymentInstrumentRequest.struct_class = Types::GetPaymentInstrumentRequest
1507
+
1508
+ GetPaymentInstrumentResponse.add_member(:payment_instrument, Shapes::ShapeRef.new(shape: PaymentInstrument, required: true, location_name: "paymentInstrument"))
1509
+ GetPaymentInstrumentResponse.struct_class = Types::GetPaymentInstrumentResponse
1510
+
1511
+ GetPaymentSessionRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location: "header", location_name: "X-Amzn-Bedrock-AgentCore-Payments-User-Id"))
1512
+ GetPaymentSessionRequest.add_member(:agent_name, Shapes::ShapeRef.new(shape: PaymentAgentName, location: "header", location_name: "X-Amzn-Bedrock-AgentCore-Payments-Agent-Name"))
1513
+ GetPaymentSessionRequest.add_member(:payment_manager_arn, Shapes::ShapeRef.new(shape: PaymentManagerArn, required: true, location_name: "paymentManagerArn"))
1514
+ GetPaymentSessionRequest.add_member(:payment_session_id, Shapes::ShapeRef.new(shape: PaymentSessionId, required: true, location_name: "paymentSessionId"))
1515
+ GetPaymentSessionRequest.struct_class = Types::GetPaymentSessionRequest
1516
+
1517
+ GetPaymentSessionResponse.add_member(:payment_session, Shapes::ShapeRef.new(shape: PaymentSession, required: true, location_name: "paymentSession"))
1518
+ GetPaymentSessionResponse.struct_class = Types::GetPaymentSessionResponse
1519
+
1327
1520
  GetRecommendationRequest.add_member(:recommendation_id, Shapes::ShapeRef.new(shape: RecommendationId, required: true, location: "uri", location_name: "recommendationId"))
1328
1521
  GetRecommendationRequest.struct_class = Types::GetRecommendationRequest
1329
1522
 
@@ -1365,6 +1558,14 @@ module Aws::BedrockAgentCore
1365
1558
  GetResourceOauth2TokenResponse.add_member(:session_status, Shapes::ShapeRef.new(shape: SessionStatus, location_name: "sessionStatus"))
1366
1559
  GetResourceOauth2TokenResponse.struct_class = Types::GetResourceOauth2TokenResponse
1367
1560
 
1561
+ GetResourcePaymentTokenRequest.add_member(:workload_identity_token, Shapes::ShapeRef.new(shape: WorkloadIdentityTokenType, required: true, location_name: "workloadIdentityToken"))
1562
+ GetResourcePaymentTokenRequest.add_member(:resource_credential_provider_name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "resourceCredentialProviderName"))
1563
+ GetResourcePaymentTokenRequest.add_member(:payment_token_request, Shapes::ShapeRef.new(shape: PaymentTokenRequestInput, required: true, location_name: "paymentTokenRequest"))
1564
+ GetResourcePaymentTokenRequest.struct_class = Types::GetResourcePaymentTokenRequest
1565
+
1566
+ GetResourcePaymentTokenResponse.add_member(:payment_token_response, Shapes::ShapeRef.new(shape: PaymentTokenResponseOutput, required: true, location_name: "paymentTokenResponse"))
1567
+ GetResourcePaymentTokenResponse.struct_class = Types::GetResourcePaymentTokenResponse
1568
+
1368
1569
  GetWorkloadAccessTokenForJWTRequest.add_member(:workload_name, Shapes::ShapeRef.new(shape: WorkloadIdentityNameType, required: true, location_name: "workloadName"))
1369
1570
  GetWorkloadAccessTokenForJWTRequest.add_member(:user_token, Shapes::ShapeRef.new(shape: UserTokenType, required: true, location_name: "userToken"))
1370
1571
  GetWorkloadAccessTokenForJWTRequest.struct_class = Types::GetWorkloadAccessTokenForJWTRequest
@@ -1819,6 +2020,44 @@ module Aws::BedrockAgentCore
1819
2020
  LeftExpression.add_member_subclass(:unknown, Types::LeftExpression::Unknown)
1820
2021
  LeftExpression.struct_class = Types::LeftExpression
1821
2022
 
2023
+ LinkedAccount.add_member(:email, Shapes::ShapeRef.new(shape: LinkedAccountEmail, location_name: "email"))
2024
+ LinkedAccount.add_member(:sms, Shapes::ShapeRef.new(shape: LinkedAccountSms, location_name: "sms"))
2025
+ LinkedAccount.add_member(:developer_jwt, Shapes::ShapeRef.new(shape: LinkedAccountDeveloperJwt, location_name: "developerJwt"))
2026
+ LinkedAccount.add_member(:o_auth_2, Shapes::ShapeRef.new(shape: LinkedAccountOAuth2, location_name: "oAuth2"))
2027
+ LinkedAccount.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2028
+ LinkedAccount.add_member_subclass(:email, Types::LinkedAccount::Email)
2029
+ LinkedAccount.add_member_subclass(:sms, Types::LinkedAccount::Sms)
2030
+ LinkedAccount.add_member_subclass(:developer_jwt, Types::LinkedAccount::DeveloperJwt)
2031
+ LinkedAccount.add_member_subclass(:o_auth_2, Types::LinkedAccount::OAuth2)
2032
+ LinkedAccount.add_member_subclass(:unknown, Types::LinkedAccount::Unknown)
2033
+ LinkedAccount.struct_class = Types::LinkedAccount
2034
+
2035
+ LinkedAccountDeveloperJwt.add_member(:kid, Shapes::ShapeRef.new(shape: JwtKeyId, required: true, location_name: "kid"))
2036
+ LinkedAccountDeveloperJwt.add_member(:sub, Shapes::ShapeRef.new(shape: LinkedAccountDeveloperJwtSubString, required: true, location_name: "sub"))
2037
+ LinkedAccountDeveloperJwt.struct_class = Types::LinkedAccountDeveloperJwt
2038
+
2039
+ LinkedAccountEmail.add_member(:email_address, Shapes::ShapeRef.new(shape: Email, required: true, location_name: "emailAddress"))
2040
+ LinkedAccountEmail.struct_class = Types::LinkedAccountEmail
2041
+
2042
+ LinkedAccountList.member = Shapes::ShapeRef.new(shape: LinkedAccount)
2043
+
2044
+ LinkedAccountOAuth2.add_member(:google, Shapes::ShapeRef.new(shape: OAuth2Authentication, location_name: "google"))
2045
+ LinkedAccountOAuth2.add_member(:apple, Shapes::ShapeRef.new(shape: OAuth2Authentication, location_name: "apple"))
2046
+ LinkedAccountOAuth2.add_member(:x, Shapes::ShapeRef.new(shape: OAuth2Authentication, location_name: "x"))
2047
+ LinkedAccountOAuth2.add_member(:telegram, Shapes::ShapeRef.new(shape: OAuth2Authentication, location_name: "telegram"))
2048
+ LinkedAccountOAuth2.add_member(:github, Shapes::ShapeRef.new(shape: OAuth2Authentication, location_name: "github"))
2049
+ LinkedAccountOAuth2.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2050
+ LinkedAccountOAuth2.add_member_subclass(:google, Types::LinkedAccountOAuth2::Google)
2051
+ LinkedAccountOAuth2.add_member_subclass(:apple, Types::LinkedAccountOAuth2::Apple)
2052
+ LinkedAccountOAuth2.add_member_subclass(:x, Types::LinkedAccountOAuth2::X)
2053
+ LinkedAccountOAuth2.add_member_subclass(:telegram, Types::LinkedAccountOAuth2::Telegram)
2054
+ LinkedAccountOAuth2.add_member_subclass(:github, Types::LinkedAccountOAuth2::Github)
2055
+ LinkedAccountOAuth2.add_member_subclass(:unknown, Types::LinkedAccountOAuth2::Unknown)
2056
+ LinkedAccountOAuth2.struct_class = Types::LinkedAccountOAuth2
2057
+
2058
+ LinkedAccountSms.add_member(:phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, required: true, location_name: "phoneNumber"))
2059
+ LinkedAccountSms.struct_class = Types::LinkedAccountSms
2060
+
1822
2061
  ListABTestsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListABTestsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
1823
2062
  ListABTestsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
1824
2063
  ListABTestsRequest.struct_class = Types::ListABTestsRequest
@@ -1900,6 +2139,29 @@ module Aws::BedrockAgentCore
1900
2139
  ListMemoryRecordsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1901
2140
  ListMemoryRecordsOutput.struct_class = Types::ListMemoryRecordsOutput
1902
2141
 
2142
+ ListPaymentInstrumentsRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location: "header", location_name: "X-Amzn-Bedrock-AgentCore-Payments-User-Id"))
2143
+ ListPaymentInstrumentsRequest.add_member(:agent_name, Shapes::ShapeRef.new(shape: PaymentAgentName, location: "header", location_name: "X-Amzn-Bedrock-AgentCore-Payments-Agent-Name"))
2144
+ ListPaymentInstrumentsRequest.add_member(:payment_manager_arn, Shapes::ShapeRef.new(shape: PaymentManagerArn, required: true, location_name: "paymentManagerArn"))
2145
+ ListPaymentInstrumentsRequest.add_member(:payment_connector_id, Shapes::ShapeRef.new(shape: PaymentConnectorId, location_name: "paymentConnectorId"))
2146
+ ListPaymentInstrumentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
2147
+ ListPaymentInstrumentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "maxResults"))
2148
+ ListPaymentInstrumentsRequest.struct_class = Types::ListPaymentInstrumentsRequest
2149
+
2150
+ ListPaymentInstrumentsResponse.add_member(:payment_instruments, Shapes::ShapeRef.new(shape: PaymentInstrumentSummaryList, required: true, location_name: "paymentInstruments"))
2151
+ ListPaymentInstrumentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
2152
+ ListPaymentInstrumentsResponse.struct_class = Types::ListPaymentInstrumentsResponse
2153
+
2154
+ ListPaymentSessionsRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location: "header", location_name: "X-Amzn-Bedrock-AgentCore-Payments-User-Id"))
2155
+ ListPaymentSessionsRequest.add_member(:agent_name, Shapes::ShapeRef.new(shape: PaymentAgentName, location: "header", location_name: "X-Amzn-Bedrock-AgentCore-Payments-Agent-Name"))
2156
+ ListPaymentSessionsRequest.add_member(:payment_manager_arn, Shapes::ShapeRef.new(shape: PaymentManagerArn, required: true, location_name: "paymentManagerArn"))
2157
+ ListPaymentSessionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
2158
+ ListPaymentSessionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "maxResults"))
2159
+ ListPaymentSessionsRequest.struct_class = Types::ListPaymentSessionsRequest
2160
+
2161
+ ListPaymentSessionsResponse.add_member(:payment_sessions, Shapes::ShapeRef.new(shape: PaymentSessionSummaryList, required: true, location_name: "paymentSessions"))
2162
+ ListPaymentSessionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
2163
+ ListPaymentSessionsResponse.struct_class = Types::ListPaymentSessionsResponse
2164
+
1903
2165
  ListRecommendationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListRecommendationsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
1904
2166
  ListRecommendationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1905
2167
  ListRecommendationsRequest.add_member(:status_filter, Shapes::ShapeRef.new(shape: RecommendationStatus, location: "querystring", location_name: "status"))
@@ -2076,6 +2338,12 @@ module Aws::BedrockAgentCore
2076
2338
 
2077
2339
  NamespacesList.member = Shapes::ShapeRef.new(shape: Namespace)
2078
2340
 
2341
+ OAuth2Authentication.add_member(:sub, Shapes::ShapeRef.new(shape: OAuth2AuthenticationSubString, required: true, location_name: "sub"))
2342
+ OAuth2Authentication.add_member(:email_address, Shapes::ShapeRef.new(shape: Email, location_name: "emailAddress"))
2343
+ OAuth2Authentication.add_member(:name, Shapes::ShapeRef.new(shape: OAuth2AuthenticationNameString, location_name: "name"))
2344
+ OAuth2Authentication.add_member(:username, Shapes::ShapeRef.new(shape: OAuth2AuthenticationUsernameString, location_name: "username"))
2345
+ OAuth2Authentication.struct_class = Types::OAuth2Authentication
2346
+
2079
2347
  OAuthCredentialProvider.add_member(:provider_arn, Shapes::ShapeRef.new(shape: OAuthCredentialProviderArn, required: true, location_name: "providerArn"))
2080
2348
  OAuthCredentialProvider.add_member(:scopes, Shapes::ShapeRef.new(shape: OAuthScopes, required: true, location_name: "scopes"))
2081
2349
  OAuthCredentialProvider.add_member(:custom_parameters, Shapes::ShapeRef.new(shape: OAuthCustomParameters, location_name: "customParameters"))
@@ -2104,12 +2372,110 @@ module Aws::BedrockAgentCore
2104
2372
 
2105
2373
  PayloadTypeList.member = Shapes::ShapeRef.new(shape: PayloadType)
2106
2374
 
2375
+ PaymentInput.add_member(:crypto_x402, Shapes::ShapeRef.new(shape: CryptoX402PaymentInput, location_name: "cryptoX402"))
2376
+ PaymentInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2377
+ PaymentInput.add_member_subclass(:crypto_x402, Types::PaymentInput::CryptoX402)
2378
+ PaymentInput.add_member_subclass(:unknown, Types::PaymentInput::Unknown)
2379
+ PaymentInput.struct_class = Types::PaymentInput
2380
+
2381
+ PaymentInstrument.add_member(:payment_instrument_id, Shapes::ShapeRef.new(shape: PaymentInstrumentId, required: true, location_name: "paymentInstrumentId"))
2382
+ PaymentInstrument.add_member(:payment_manager_arn, Shapes::ShapeRef.new(shape: PaymentManagerArn, required: true, location_name: "paymentManagerArn"))
2383
+ PaymentInstrument.add_member(:payment_connector_id, Shapes::ShapeRef.new(shape: PaymentConnectorId, required: true, location_name: "paymentConnectorId"))
2384
+ PaymentInstrument.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location_name: "userId"))
2385
+ PaymentInstrument.add_member(:payment_instrument_type, Shapes::ShapeRef.new(shape: PaymentInstrumentType, required: true, location_name: "paymentInstrumentType"))
2386
+ PaymentInstrument.add_member(:payment_instrument_details, Shapes::ShapeRef.new(shape: PaymentInstrumentDetails, required: true, location_name: "paymentInstrumentDetails"))
2387
+ PaymentInstrument.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
2388
+ PaymentInstrument.add_member(:status, Shapes::ShapeRef.new(shape: PaymentInstrumentStatus, required: true, location_name: "status"))
2389
+ PaymentInstrument.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
2390
+ PaymentInstrument.struct_class = Types::PaymentInstrument
2391
+
2392
+ PaymentInstrumentDetails.add_member(:embedded_crypto_wallet, Shapes::ShapeRef.new(shape: EmbeddedCryptoWallet, location_name: "embeddedCryptoWallet"))
2393
+ PaymentInstrumentDetails.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2394
+ PaymentInstrumentDetails.add_member_subclass(:embedded_crypto_wallet, Types::PaymentInstrumentDetails::EmbeddedCryptoWallet)
2395
+ PaymentInstrumentDetails.add_member_subclass(:unknown, Types::PaymentInstrumentDetails::Unknown)
2396
+ PaymentInstrumentDetails.struct_class = Types::PaymentInstrumentDetails
2397
+
2398
+ PaymentInstrumentSummary.add_member(:payment_instrument_id, Shapes::ShapeRef.new(shape: PaymentInstrumentId, required: true, location_name: "paymentInstrumentId"))
2399
+ PaymentInstrumentSummary.add_member(:payment_manager_arn, Shapes::ShapeRef.new(shape: PaymentManagerArn, required: true, location_name: "paymentManagerArn"))
2400
+ PaymentInstrumentSummary.add_member(:payment_connector_id, Shapes::ShapeRef.new(shape: PaymentConnectorId, required: true, location_name: "paymentConnectorId"))
2401
+ PaymentInstrumentSummary.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location_name: "userId"))
2402
+ PaymentInstrumentSummary.add_member(:payment_instrument_type, Shapes::ShapeRef.new(shape: PaymentInstrumentType, required: true, location_name: "paymentInstrumentType"))
2403
+ PaymentInstrumentSummary.add_member(:status, Shapes::ShapeRef.new(shape: PaymentInstrumentStatus, required: true, location_name: "status"))
2404
+ PaymentInstrumentSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
2405
+ PaymentInstrumentSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
2406
+ PaymentInstrumentSummary.struct_class = Types::PaymentInstrumentSummary
2407
+
2408
+ PaymentInstrumentSummaryList.member = Shapes::ShapeRef.new(shape: PaymentInstrumentSummary)
2409
+
2410
+ PaymentOutput.add_member(:crypto_x402, Shapes::ShapeRef.new(shape: CryptoX402PaymentOutput, location_name: "cryptoX402"))
2411
+ PaymentOutput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2412
+ PaymentOutput.add_member_subclass(:crypto_x402, Types::PaymentOutput::CryptoX402)
2413
+ PaymentOutput.add_member_subclass(:unknown, Types::PaymentOutput::Unknown)
2414
+ PaymentOutput.struct_class = Types::PaymentOutput
2415
+
2416
+ PaymentSession.add_member(:payment_session_id, Shapes::ShapeRef.new(shape: PaymentSessionId, required: true, location_name: "paymentSessionId"))
2417
+ PaymentSession.add_member(:payment_manager_arn, Shapes::ShapeRef.new(shape: PaymentManagerArn, required: true, location_name: "paymentManagerArn"))
2418
+ PaymentSession.add_member(:limits, Shapes::ShapeRef.new(shape: SessionLimits, location_name: "limits"))
2419
+ PaymentSession.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location_name: "userId"))
2420
+ PaymentSession.add_member(:expiry_time_in_minutes, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "expiryTimeInMinutes"))
2421
+ PaymentSession.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
2422
+ PaymentSession.add_member(:available_limits, Shapes::ShapeRef.new(shape: AvailableLimits, location_name: "availableLimits"))
2423
+ PaymentSession.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
2424
+ PaymentSession.struct_class = Types::PaymentSession
2425
+
2426
+ PaymentSessionSummary.add_member(:payment_session_id, Shapes::ShapeRef.new(shape: PaymentSessionId, required: true, location_name: "paymentSessionId"))
2427
+ PaymentSessionSummary.add_member(:payment_manager_arn, Shapes::ShapeRef.new(shape: PaymentManagerArn, required: true, location_name: "paymentManagerArn"))
2428
+ PaymentSessionSummary.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location_name: "userId"))
2429
+ PaymentSessionSummary.add_member(:expiry_time_in_minutes, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "expiryTimeInMinutes"))
2430
+ PaymentSessionSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
2431
+ PaymentSessionSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
2432
+ PaymentSessionSummary.struct_class = Types::PaymentSessionSummary
2433
+
2434
+ PaymentSessionSummaryList.member = Shapes::ShapeRef.new(shape: PaymentSessionSummary)
2435
+
2436
+ PaymentTokenRequestInput.add_member(:coinbase_cdp_token_request, Shapes::ShapeRef.new(shape: CoinbaseCdpTokenRequestInput, location_name: "coinbaseCdpTokenRequest"))
2437
+ PaymentTokenRequestInput.add_member(:stripe_privy_token_request, Shapes::ShapeRef.new(shape: StripePrivyTokenRequestInput, location_name: "stripePrivyTokenRequest"))
2438
+ PaymentTokenRequestInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2439
+ PaymentTokenRequestInput.add_member_subclass(:coinbase_cdp_token_request, Types::PaymentTokenRequestInput::CoinbaseCdpTokenRequest)
2440
+ PaymentTokenRequestInput.add_member_subclass(:stripe_privy_token_request, Types::PaymentTokenRequestInput::StripePrivyTokenRequest)
2441
+ PaymentTokenRequestInput.add_member_subclass(:unknown, Types::PaymentTokenRequestInput::Unknown)
2442
+ PaymentTokenRequestInput.struct_class = Types::PaymentTokenRequestInput
2443
+
2444
+ PaymentTokenResponseOutput.add_member(:coinbase_cdp_token_response, Shapes::ShapeRef.new(shape: CoinbaseCdpTokenResponseOutput, location_name: "coinbaseCdpTokenResponse"))
2445
+ PaymentTokenResponseOutput.add_member(:stripe_privy_token_response, Shapes::ShapeRef.new(shape: StripePrivyTokenResponseOutput, location_name: "stripePrivyTokenResponse"))
2446
+ PaymentTokenResponseOutput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2447
+ PaymentTokenResponseOutput.add_member_subclass(:coinbase_cdp_token_response, Types::PaymentTokenResponseOutput::CoinbaseCdpTokenResponse)
2448
+ PaymentTokenResponseOutput.add_member_subclass(:stripe_privy_token_response, Types::PaymentTokenResponseOutput::StripePrivyTokenResponse)
2449
+ PaymentTokenResponseOutput.add_member_subclass(:unknown, Types::PaymentTokenResponseOutput::Unknown)
2450
+ PaymentTokenResponseOutput.struct_class = Types::PaymentTokenResponseOutput
2451
+
2107
2452
  PerVariantOnlineEvaluationConfig.add_member(:name, Shapes::ShapeRef.new(shape: VariantName, required: true, location_name: "name"))
2108
2453
  PerVariantOnlineEvaluationConfig.add_member(:online_evaluation_config_arn, Shapes::ShapeRef.new(shape: OnlineEvaluationConfigArn, required: true, location_name: "onlineEvaluationConfigArn"))
2109
2454
  PerVariantOnlineEvaluationConfig.struct_class = Types::PerVariantOnlineEvaluationConfig
2110
2455
 
2111
2456
  PerVariantOnlineEvaluationConfigList.member = Shapes::ShapeRef.new(shape: PerVariantOnlineEvaluationConfig)
2112
2457
 
2458
+ ProcessPaymentRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location: "header", location_name: "X-Amzn-Bedrock-AgentCore-Payments-User-Id"))
2459
+ ProcessPaymentRequest.add_member(:agent_name, Shapes::ShapeRef.new(shape: PaymentAgentName, location: "header", location_name: "X-Amzn-Bedrock-AgentCore-Payments-Agent-Name"))
2460
+ ProcessPaymentRequest.add_member(:payment_manager_arn, Shapes::ShapeRef.new(shape: PaymentManagerArn, required: true, location_name: "paymentManagerArn"))
2461
+ ProcessPaymentRequest.add_member(:payment_session_id, Shapes::ShapeRef.new(shape: PaymentSessionId, required: true, location_name: "paymentSessionId"))
2462
+ ProcessPaymentRequest.add_member(:payment_instrument_id, Shapes::ShapeRef.new(shape: PaymentInstrumentId, required: true, location_name: "paymentInstrumentId"))
2463
+ ProcessPaymentRequest.add_member(:payment_type, Shapes::ShapeRef.new(shape: PaymentType, required: true, location_name: "paymentType"))
2464
+ ProcessPaymentRequest.add_member(:payment_input, Shapes::ShapeRef.new(shape: PaymentInput, required: true, location_name: "paymentInput"))
2465
+ ProcessPaymentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
2466
+ ProcessPaymentRequest.struct_class = Types::ProcessPaymentRequest
2467
+
2468
+ ProcessPaymentResponse.add_member(:process_payment_id, Shapes::ShapeRef.new(shape: ProcessPaymentId, required: true, location_name: "processPaymentId"))
2469
+ ProcessPaymentResponse.add_member(:payment_manager_arn, Shapes::ShapeRef.new(shape: PaymentManagerArn, required: true, location_name: "paymentManagerArn"))
2470
+ ProcessPaymentResponse.add_member(:payment_session_id, Shapes::ShapeRef.new(shape: PaymentSessionId, required: true, location_name: "paymentSessionId"))
2471
+ ProcessPaymentResponse.add_member(:payment_instrument_id, Shapes::ShapeRef.new(shape: PaymentInstrumentId, required: true, location_name: "paymentInstrumentId"))
2472
+ ProcessPaymentResponse.add_member(:payment_type, Shapes::ShapeRef.new(shape: PaymentType, required: true, location_name: "paymentType"))
2473
+ ProcessPaymentResponse.add_member(:status, Shapes::ShapeRef.new(shape: PaymentStatus, required: true, location_name: "status"))
2474
+ ProcessPaymentResponse.add_member(:payment_output, Shapes::ShapeRef.new(shape: PaymentOutput, required: true, location_name: "paymentOutput"))
2475
+ ProcessPaymentResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
2476
+ ProcessPaymentResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
2477
+ ProcessPaymentResponse.struct_class = Types::ProcessPaymentResponse
2478
+
2113
2479
  Proxy.add_member(:external_proxy, Shapes::ShapeRef.new(shape: ExternalProxy, location_name: "externalProxy"))
2114
2480
  Proxy.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2115
2481
  Proxy.add_member_subclass(:external_proxy, Types::Proxy::ExternalProxy)
@@ -2301,6 +2667,9 @@ module Aws::BedrockAgentCore
2301
2667
  SessionFilterConfig.add_member(:end_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "endTime"))
2302
2668
  SessionFilterConfig.struct_class = Types::SessionFilterConfig
2303
2669
 
2670
+ SessionLimits.add_member(:max_spend_amount, Shapes::ShapeRef.new(shape: Amount, required: true, location_name: "maxSpendAmount"))
2671
+ SessionLimits.struct_class = Types::SessionLimits
2672
+
2304
2673
  SessionMetadataList.member = Shapes::ShapeRef.new(shape: SessionMetadataShape)
2305
2674
 
2306
2675
  SessionMetadataShape.add_member(:session_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "sessionId"))
@@ -2468,6 +2837,18 @@ module Aws::BedrockAgentCore
2468
2837
 
2469
2838
  StringValueList.member = Shapes::ShapeRef.new(shape: StringListMemberValue)
2470
2839
 
2840
+ StripePrivyTokenRequestInput.add_member(:request_host, Shapes::ShapeRef.new(shape: StripePrivyRequestHostType, location_name: "requestHost"))
2841
+ StripePrivyTokenRequestInput.add_member(:request_path, Shapes::ShapeRef.new(shape: StripePrivyRequestPathType, required: true, location_name: "requestPath"))
2842
+ StripePrivyTokenRequestInput.add_member(:request_body, Shapes::ShapeRef.new(shape: StripePrivyRequestBodyType, required: true, location_name: "requestBody"))
2843
+ StripePrivyTokenRequestInput.add_member(:include_authorization_signature, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeAuthorizationSignature"))
2844
+ StripePrivyTokenRequestInput.struct_class = Types::StripePrivyTokenRequestInput
2845
+
2846
+ StripePrivyTokenResponseOutput.add_member(:authorization_signature, Shapes::ShapeRef.new(shape: StripePrivyAuthorizationSignatureType, location_name: "authorizationSignature"))
2847
+ StripePrivyTokenResponseOutput.add_member(:request_expiry, Shapes::ShapeRef.new(shape: Long, location_name: "requestExpiry"))
2848
+ StripePrivyTokenResponseOutput.add_member(:app_id, Shapes::ShapeRef.new(shape: StripePrivyAppIdType, required: true, location_name: "appId"))
2849
+ StripePrivyTokenResponseOutput.add_member(:basic_auth_token, Shapes::ShapeRef.new(shape: StripePrivyBasicAuthTokenType, required: true, location_name: "basicAuthToken"))
2850
+ StripePrivyTokenResponseOutput.struct_class = Types::StripePrivyTokenResponseOutput
2851
+
2471
2852
  SystemPromptConfig.add_member(:text, Shapes::ShapeRef.new(shape: SystemPromptText, location_name: "text"))
2472
2853
  SystemPromptConfig.add_member(:configuration_bundle, Shapes::ShapeRef.new(shape: SystemPromptConfigurationBundle, location_name: "configurationBundle"))
2473
2854
  SystemPromptConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
@@ -2503,6 +2884,13 @@ module Aws::BedrockAgentCore
2503
2884
  ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
2504
2885
  ThrottlingException.struct_class = Types::ThrottlingException
2505
2886
 
2887
+ TokenBalance.add_member(:amount, Shapes::ShapeRef.new(shape: String, required: true, location_name: "amount"))
2888
+ TokenBalance.add_member(:decimals, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "decimals"))
2889
+ TokenBalance.add_member(:token, Shapes::ShapeRef.new(shape: InstrumentBalanceToken, required: true, location_name: "token"))
2890
+ TokenBalance.add_member(:network, Shapes::ShapeRef.new(shape: CryptoWalletNetwork, required: true, location_name: "network"))
2891
+ TokenBalance.add_member(:chain, Shapes::ShapeRef.new(shape: BlockchainChainId, required: true, location_name: "chain"))
2892
+ TokenBalance.struct_class = Types::TokenBalance
2893
+
2506
2894
  TokenUsage.add_member(:input_tokens, Shapes::ShapeRef.new(shape: Integer, location_name: "inputTokens"))
2507
2895
  TokenUsage.add_member(:output_tokens, Shapes::ShapeRef.new(shape: Integer, location_name: "outputTokens"))
2508
2896
  TokenUsage.add_member(:total_tokens, Shapes::ShapeRef.new(shape: Integer, location_name: "totalTokens"))
@@ -2765,6 +3153,34 @@ module Aws::BedrockAgentCore
2765
3153
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2766
3154
  end)
2767
3155
 
3156
+ api.add_operation(:create_payment_instrument, Seahorse::Model::Operation.new.tap do |o|
3157
+ o.name = "CreatePaymentInstrument"
3158
+ o.http_method = "POST"
3159
+ o.http_request_uri = "/payments/createPaymentInstrument"
3160
+ o.input = Shapes::ShapeRef.new(shape: CreatePaymentInstrumentRequest)
3161
+ o.output = Shapes::ShapeRef.new(shape: CreatePaymentInstrumentResponse)
3162
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
3163
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3164
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3165
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3166
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3167
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3168
+ end)
3169
+
3170
+ api.add_operation(:create_payment_session, Seahorse::Model::Operation.new.tap do |o|
3171
+ o.name = "CreatePaymentSession"
3172
+ o.http_method = "POST"
3173
+ o.http_request_uri = "/payments/createPaymentSession"
3174
+ o.input = Shapes::ShapeRef.new(shape: CreatePaymentSessionRequest)
3175
+ o.output = Shapes::ShapeRef.new(shape: CreatePaymentSessionResponse)
3176
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
3177
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3178
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3179
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3180
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3181
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3182
+ end)
3183
+
2768
3184
  api.add_operation(:delete_ab_test, Seahorse::Model::Operation.new.tap do |o|
2769
3185
  o.name = "DeleteABTest"
2770
3186
  o.http_method = "DELETE"
@@ -2825,6 +3241,32 @@ module Aws::BedrockAgentCore
2825
3241
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2826
3242
  end)
2827
3243
 
3244
+ api.add_operation(:delete_payment_instrument, Seahorse::Model::Operation.new.tap do |o|
3245
+ o.name = "DeletePaymentInstrument"
3246
+ o.http_method = "POST"
3247
+ o.http_request_uri = "/payments/deletePaymentInstrument"
3248
+ o.input = Shapes::ShapeRef.new(shape: DeletePaymentInstrumentRequest)
3249
+ o.output = Shapes::ShapeRef.new(shape: DeletePaymentInstrumentResponse)
3250
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3251
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3252
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3253
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3254
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3255
+ end)
3256
+
3257
+ api.add_operation(:delete_payment_session, Seahorse::Model::Operation.new.tap do |o|
3258
+ o.name = "DeletePaymentSession"
3259
+ o.http_method = "POST"
3260
+ o.http_request_uri = "/payments/deletePaymentSession"
3261
+ o.input = Shapes::ShapeRef.new(shape: DeletePaymentSessionRequest)
3262
+ o.output = Shapes::ShapeRef.new(shape: DeletePaymentSessionResponse)
3263
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3264
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3265
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3266
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3267
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3268
+ end)
3269
+
2828
3270
  api.add_operation(:delete_recommendation, Seahorse::Model::Operation.new.tap do |o|
2829
3271
  o.name = "DeleteRecommendation"
2830
3272
  o.http_method = "DELETE"
@@ -2955,6 +3397,45 @@ module Aws::BedrockAgentCore
2955
3397
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2956
3398
  end)
2957
3399
 
3400
+ api.add_operation(:get_payment_instrument, Seahorse::Model::Operation.new.tap do |o|
3401
+ o.name = "GetPaymentInstrument"
3402
+ o.http_method = "POST"
3403
+ o.http_request_uri = "/payments/getPaymentInstrument"
3404
+ o.input = Shapes::ShapeRef.new(shape: GetPaymentInstrumentRequest)
3405
+ o.output = Shapes::ShapeRef.new(shape: GetPaymentInstrumentResponse)
3406
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3407
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3408
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3409
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3410
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3411
+ end)
3412
+
3413
+ api.add_operation(:get_payment_instrument_balance, Seahorse::Model::Operation.new.tap do |o|
3414
+ o.name = "GetPaymentInstrumentBalance"
3415
+ o.http_method = "POST"
3416
+ o.http_request_uri = "/payments/getPaymentInstrumentBalance"
3417
+ o.input = Shapes::ShapeRef.new(shape: GetPaymentInstrumentBalanceRequest)
3418
+ o.output = Shapes::ShapeRef.new(shape: GetPaymentInstrumentBalanceResponse)
3419
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3420
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3421
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3422
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3423
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3424
+ end)
3425
+
3426
+ api.add_operation(:get_payment_session, Seahorse::Model::Operation.new.tap do |o|
3427
+ o.name = "GetPaymentSession"
3428
+ o.http_method = "POST"
3429
+ o.http_request_uri = "/payments/getPaymentSession"
3430
+ o.input = Shapes::ShapeRef.new(shape: GetPaymentSessionRequest)
3431
+ o.output = Shapes::ShapeRef.new(shape: GetPaymentSessionResponse)
3432
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3433
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3434
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3435
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3436
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3437
+ end)
3438
+
2958
3439
  api.add_operation(:get_recommendation, Seahorse::Model::Operation.new.tap do |o|
2959
3440
  o.name = "GetRecommendation"
2960
3441
  o.http_method = "GET"
@@ -2996,6 +3477,20 @@ module Aws::BedrockAgentCore
2996
3477
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2997
3478
  end)
2998
3479
 
3480
+ api.add_operation(:get_resource_payment_token, Seahorse::Model::Operation.new.tap do |o|
3481
+ o.name = "GetResourcePaymentToken"
3482
+ o.http_method = "POST"
3483
+ o.http_request_uri = "/identities/payment/token"
3484
+ o.input = Shapes::ShapeRef.new(shape: GetResourcePaymentTokenRequest)
3485
+ o.output = Shapes::ShapeRef.new(shape: GetResourcePaymentTokenResponse)
3486
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3487
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3488
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3489
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3490
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3491
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3492
+ end)
3493
+
2999
3494
  api.add_operation(:get_workload_access_token, Seahorse::Model::Operation.new.tap do |o|
3000
3495
  o.name = "GetWorkloadAccessToken"
3001
3496
  o.http_method = "POST"
@@ -3257,6 +3752,42 @@ module Aws::BedrockAgentCore
3257
3752
  )
3258
3753
  end)
3259
3754
 
3755
+ api.add_operation(:list_payment_instruments, Seahorse::Model::Operation.new.tap do |o|
3756
+ o.name = "ListPaymentInstruments"
3757
+ o.http_method = "POST"
3758
+ o.http_request_uri = "/payments/listPaymentInstruments"
3759
+ o.input = Shapes::ShapeRef.new(shape: ListPaymentInstrumentsRequest)
3760
+ o.output = Shapes::ShapeRef.new(shape: ListPaymentInstrumentsResponse)
3761
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3762
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3763
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3764
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3765
+ o[:pager] = Aws::Pager.new(
3766
+ limit_key: "max_results",
3767
+ tokens: {
3768
+ "next_token" => "next_token"
3769
+ }
3770
+ )
3771
+ end)
3772
+
3773
+ api.add_operation(:list_payment_sessions, Seahorse::Model::Operation.new.tap do |o|
3774
+ o.name = "ListPaymentSessions"
3775
+ o.http_method = "POST"
3776
+ o.http_request_uri = "/payments/listPaymentSessions"
3777
+ o.input = Shapes::ShapeRef.new(shape: ListPaymentSessionsRequest)
3778
+ o.output = Shapes::ShapeRef.new(shape: ListPaymentSessionsResponse)
3779
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3780
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3781
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3782
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3783
+ o[:pager] = Aws::Pager.new(
3784
+ limit_key: "max_results",
3785
+ tokens: {
3786
+ "next_token" => "next_token"
3787
+ }
3788
+ )
3789
+ end)
3790
+
3260
3791
  api.add_operation(:list_recommendations, Seahorse::Model::Operation.new.tap do |o|
3261
3792
  o.name = "ListRecommendations"
3262
3793
  o.http_method = "GET"
@@ -3296,6 +3827,20 @@ module Aws::BedrockAgentCore
3296
3827
  )
3297
3828
  end)
3298
3829
 
3830
+ api.add_operation(:process_payment, Seahorse::Model::Operation.new.tap do |o|
3831
+ o.name = "ProcessPayment"
3832
+ o.http_method = "POST"
3833
+ o.http_request_uri = "/payments/processPayment"
3834
+ o.input = Shapes::ShapeRef.new(shape: ProcessPaymentRequest)
3835
+ o.output = Shapes::ShapeRef.new(shape: ProcessPaymentResponse)
3836
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
3837
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3838
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3839
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3840
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3841
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3842
+ end)
3843
+
3299
3844
  api.add_operation(:retrieve_memory_records, Seahorse::Model::Operation.new.tap do |o|
3300
3845
  o.name = "RetrieveMemoryRecords"
3301
3846
  o.http_method = "POST"