aws-sdk-bedrockagentcore 1.32.0 → 1.34.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-bedrockagentcore/client.rb +39 -76
- data/lib/aws-sdk-bedrockagentcore/client_api.rb +2 -0
- data/lib/aws-sdk-bedrockagentcore/types.rb +144 -158
- data/lib/aws-sdk-bedrockagentcore.rb +1 -1
- data/sig/client.rbs +36 -134
- data/sig/params.rbs +78 -0
- metadata +4 -3
|
@@ -233,14 +233,14 @@ module Aws::BedrockAgentCore
|
|
|
233
233
|
class Unknown < AgentTracesConfig; end
|
|
234
234
|
end
|
|
235
235
|
|
|
236
|
-
#
|
|
236
|
+
# Represents a monetary amount with a currency.
|
|
237
237
|
#
|
|
238
238
|
# @!attribute [rw] value
|
|
239
239
|
# The numeric value of the amount.
|
|
240
240
|
# @return [String]
|
|
241
241
|
#
|
|
242
242
|
# @!attribute [rw] currency
|
|
243
|
-
# The currency code for
|
|
243
|
+
# The currency code for the amount.
|
|
244
244
|
# @return [String]
|
|
245
245
|
#
|
|
246
246
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/Amount AWS API Documentation
|
|
@@ -293,10 +293,10 @@ module Aws::BedrockAgentCore
|
|
|
293
293
|
include Aws::Structure
|
|
294
294
|
end
|
|
295
295
|
|
|
296
|
-
#
|
|
296
|
+
# The available spending limits for a payment session.
|
|
297
297
|
#
|
|
298
298
|
# @!attribute [rw] available_spend_amount
|
|
299
|
-
# The available
|
|
299
|
+
# The remaining available amount that can be spent.
|
|
300
300
|
# @return [Types::Amount]
|
|
301
301
|
#
|
|
302
302
|
# @!attribute [rw] updated_at
|
|
@@ -421,7 +421,7 @@ module Aws::BedrockAgentCore
|
|
|
421
421
|
include Aws::Structure
|
|
422
422
|
end
|
|
423
423
|
|
|
424
|
-
# Summary representation for list responses
|
|
424
|
+
# Summary representation for list responses.
|
|
425
425
|
#
|
|
426
426
|
# @!attribute [rw] batch_evaluation_id
|
|
427
427
|
# The unique identifier of the batch evaluation.
|
|
@@ -977,7 +977,7 @@ module Aws::BedrockAgentCore
|
|
|
977
977
|
include Aws::Structure
|
|
978
978
|
end
|
|
979
979
|
|
|
980
|
-
# CloudWatch Logs destination for batch evaluation results
|
|
980
|
+
# CloudWatch Logs destination for batch evaluation results.
|
|
981
981
|
#
|
|
982
982
|
# @!attribute [rw] log_group_name
|
|
983
983
|
# The name of the CloudWatch log group where evaluation results will
|
|
@@ -1084,14 +1084,15 @@ module Aws::BedrockAgentCore
|
|
|
1084
1084
|
include Aws::Structure
|
|
1085
1085
|
end
|
|
1086
1086
|
|
|
1087
|
-
# Coinbase CDP token request parameters
|
|
1087
|
+
# Coinbase CDP token request parameters.
|
|
1088
1088
|
#
|
|
1089
1089
|
# @!attribute [rw] request_method
|
|
1090
1090
|
# The HTTP method for the payment API request.
|
|
1091
1091
|
# @return [String]
|
|
1092
1092
|
#
|
|
1093
1093
|
# @!attribute [rw] request_host
|
|
1094
|
-
#
|
|
1094
|
+
# The host for the payment API request. Defaults to
|
|
1095
|
+
# "api.cdp.coinbase.com".
|
|
1095
1096
|
# @return [String]
|
|
1096
1097
|
#
|
|
1097
1098
|
# @!attribute [rw] request_path
|
|
@@ -1100,11 +1101,11 @@ module Aws::BedrockAgentCore
|
|
|
1100
1101
|
#
|
|
1101
1102
|
# @!attribute [rw] include_wallet_auth_token
|
|
1102
1103
|
# Set to true for wallet write operations (requires walletSecret
|
|
1103
|
-
# configured)
|
|
1104
|
+
# configured).
|
|
1104
1105
|
# @return [Boolean]
|
|
1105
1106
|
#
|
|
1106
1107
|
# @!attribute [rw] request_body
|
|
1107
|
-
# Request body JSON
|
|
1108
|
+
# Request body JSON — used to generate wallet auth JWT.
|
|
1108
1109
|
# @return [String]
|
|
1109
1110
|
#
|
|
1110
1111
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/CoinbaseCdpTokenRequestInput AWS API Documentation
|
|
@@ -1119,14 +1120,14 @@ module Aws::BedrockAgentCore
|
|
|
1119
1120
|
include Aws::Structure
|
|
1120
1121
|
end
|
|
1121
1122
|
|
|
1122
|
-
# Coinbase CDP token response
|
|
1123
|
+
# Coinbase CDP token response.
|
|
1123
1124
|
#
|
|
1124
1125
|
# @!attribute [rw] bearer_token
|
|
1125
|
-
# Bearer Token for Authorization header
|
|
1126
|
+
# Bearer Token for Authorization header.
|
|
1126
1127
|
# @return [String]
|
|
1127
1128
|
#
|
|
1128
1129
|
# @!attribute [rw] wallet_auth_token
|
|
1129
|
-
# Wallet Auth Token for X-Wallet-Auth header
|
|
1130
|
+
# Wallet Auth Token for X-Wallet-Auth header.
|
|
1130
1131
|
# @return [String]
|
|
1131
1132
|
#
|
|
1132
1133
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/CoinbaseCdpTokenResponseOutput AWS API Documentation
|
|
@@ -1619,7 +1620,7 @@ module Aws::BedrockAgentCore
|
|
|
1619
1620
|
include Aws::Structure
|
|
1620
1621
|
end
|
|
1621
1622
|
|
|
1622
|
-
# Request structure for creating a payment instrument
|
|
1623
|
+
# Request structure for creating a payment instrument.
|
|
1623
1624
|
#
|
|
1624
1625
|
# @!attribute [rw] user_id
|
|
1625
1626
|
# The user ID associated with this payment instrument.
|
|
@@ -1646,7 +1647,8 @@ module Aws::BedrockAgentCore
|
|
|
1646
1647
|
# @return [Types::PaymentInstrumentDetails]
|
|
1647
1648
|
#
|
|
1648
1649
|
# @!attribute [rw] client_token
|
|
1649
|
-
#
|
|
1650
|
+
# A unique, case-sensitive identifier that you provide to ensure the
|
|
1651
|
+
# idempotency of the request.
|
|
1650
1652
|
#
|
|
1651
1653
|
# **A suitable default value is auto-generated.** You should normally
|
|
1652
1654
|
# not need to pass this option.
|
|
@@ -1666,10 +1668,10 @@ module Aws::BedrockAgentCore
|
|
|
1666
1668
|
include Aws::Structure
|
|
1667
1669
|
end
|
|
1668
1670
|
|
|
1669
|
-
# Response structure for creating a payment instrument
|
|
1671
|
+
# Response structure for creating a payment instrument.
|
|
1670
1672
|
#
|
|
1671
1673
|
# @!attribute [rw] payment_instrument
|
|
1672
|
-
#
|
|
1674
|
+
# The created payment instrument.
|
|
1673
1675
|
# @return [Types::PaymentInstrument]
|
|
1674
1676
|
#
|
|
1675
1677
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/CreatePaymentInstrumentResponse AWS API Documentation
|
|
@@ -1680,7 +1682,7 @@ module Aws::BedrockAgentCore
|
|
|
1680
1682
|
include Aws::Structure
|
|
1681
1683
|
end
|
|
1682
1684
|
|
|
1683
|
-
# Request structure for creating a payment session
|
|
1685
|
+
# Request structure for creating a payment session.
|
|
1684
1686
|
#
|
|
1685
1687
|
# @!attribute [rw] user_id
|
|
1686
1688
|
# The user ID associated with this payment session.
|
|
@@ -1704,7 +1706,8 @@ module Aws::BedrockAgentCore
|
|
|
1704
1706
|
# @return [Integer]
|
|
1705
1707
|
#
|
|
1706
1708
|
# @!attribute [rw] client_token
|
|
1707
|
-
#
|
|
1709
|
+
# A unique, case-sensitive identifier that you provide to ensure the
|
|
1710
|
+
# idempotency of the request.
|
|
1708
1711
|
#
|
|
1709
1712
|
# **A suitable default value is auto-generated.** You should normally
|
|
1710
1713
|
# not need to pass this option.
|
|
@@ -1723,10 +1726,10 @@ module Aws::BedrockAgentCore
|
|
|
1723
1726
|
include Aws::Structure
|
|
1724
1727
|
end
|
|
1725
1728
|
|
|
1726
|
-
# Response structure for creating a payment session
|
|
1729
|
+
# Response structure for creating a payment session.
|
|
1727
1730
|
#
|
|
1728
1731
|
# @!attribute [rw] payment_session
|
|
1729
|
-
#
|
|
1732
|
+
# The created payment session.
|
|
1730
1733
|
# @return [Types::PaymentSession]
|
|
1731
1734
|
#
|
|
1732
1735
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/CreatePaymentSessionResponse AWS API Documentation
|
|
@@ -1737,14 +1740,14 @@ module Aws::BedrockAgentCore
|
|
|
1737
1740
|
include Aws::Structure
|
|
1738
1741
|
end
|
|
1739
1742
|
|
|
1740
|
-
# X402 payment
|
|
1743
|
+
# The input for a crypto X402 payment.
|
|
1741
1744
|
#
|
|
1742
1745
|
# @!attribute [rw] version
|
|
1743
|
-
# The X402 protocol
|
|
1746
|
+
# The version of the X402 protocol.
|
|
1744
1747
|
# @return [String]
|
|
1745
1748
|
#
|
|
1746
1749
|
# @!attribute [rw] payload
|
|
1747
|
-
#
|
|
1750
|
+
# The X402 payment payload.
|
|
1748
1751
|
# @return [Hash,Array,String,Numeric,Boolean]
|
|
1749
1752
|
#
|
|
1750
1753
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/CryptoX402PaymentInput AWS API Documentation
|
|
@@ -1756,14 +1759,14 @@ module Aws::BedrockAgentCore
|
|
|
1756
1759
|
include Aws::Structure
|
|
1757
1760
|
end
|
|
1758
1761
|
|
|
1759
|
-
# X402 payment
|
|
1762
|
+
# The output from a crypto X402 payment.
|
|
1760
1763
|
#
|
|
1761
1764
|
# @!attribute [rw] version
|
|
1762
|
-
# The X402 protocol
|
|
1765
|
+
# The version of the X402 protocol.
|
|
1763
1766
|
# @return [String]
|
|
1764
1767
|
#
|
|
1765
1768
|
# @!attribute [rw] payload
|
|
1766
|
-
#
|
|
1769
|
+
# The X402 payment response payload.
|
|
1767
1770
|
# @return [Hash,Array,String,Numeric,Boolean]
|
|
1768
1771
|
#
|
|
1769
1772
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/CryptoX402PaymentOutput AWS API Documentation
|
|
@@ -1789,7 +1792,7 @@ module Aws::BedrockAgentCore
|
|
|
1789
1792
|
include Aws::Structure
|
|
1790
1793
|
end
|
|
1791
1794
|
|
|
1792
|
-
#
|
|
1795
|
+
# Configuration for the data source used in evaluation.
|
|
1793
1796
|
#
|
|
1794
1797
|
# @note DataSourceConfig is a union - when making an API calls you must set exactly one of the members.
|
|
1795
1798
|
#
|
|
@@ -1950,10 +1953,7 @@ module Aws::BedrockAgentCore
|
|
|
1950
1953
|
include Aws::Structure
|
|
1951
1954
|
end
|
|
1952
1955
|
|
|
1953
|
-
# Request structure for deleting a payment instrument
|
|
1954
|
-
#
|
|
1955
|
-
# All fields are required and must match the instrument owner's
|
|
1956
|
-
# identifiers for authorization to succeed.
|
|
1956
|
+
# Request structure for deleting a payment instrument.
|
|
1957
1957
|
#
|
|
1958
1958
|
# @!attribute [rw] user_id
|
|
1959
1959
|
# The user ID making the delete request. Must match the instrument's
|
|
@@ -1985,10 +1985,7 @@ module Aws::BedrockAgentCore
|
|
|
1985
1985
|
include Aws::Structure
|
|
1986
1986
|
end
|
|
1987
1987
|
|
|
1988
|
-
# Response structure for deleting a payment instrument
|
|
1989
|
-
#
|
|
1990
|
-
# Returns the deletion status with HTTP 200 OK status code on successful
|
|
1991
|
-
# soft deletion.
|
|
1988
|
+
# Response structure for deleting a payment instrument.
|
|
1992
1989
|
#
|
|
1993
1990
|
# @!attribute [rw] status
|
|
1994
1991
|
# The status of the instrument after deletion. Always DELETED for
|
|
@@ -2003,10 +2000,7 @@ module Aws::BedrockAgentCore
|
|
|
2003
2000
|
include Aws::Structure
|
|
2004
2001
|
end
|
|
2005
2002
|
|
|
2006
|
-
# Request structure for deleting a payment session
|
|
2007
|
-
#
|
|
2008
|
-
# All fields are required and must match the session owner's
|
|
2009
|
-
# identifiers for authorization to succeed.
|
|
2003
|
+
# Request structure for deleting a payment session.
|
|
2010
2004
|
#
|
|
2011
2005
|
# @!attribute [rw] user_id
|
|
2012
2006
|
# The user ID making the delete request. Must match the session's
|
|
@@ -2032,10 +2026,7 @@ module Aws::BedrockAgentCore
|
|
|
2032
2026
|
include Aws::Structure
|
|
2033
2027
|
end
|
|
2034
2028
|
|
|
2035
|
-
# Response structure for deleting a payment session
|
|
2036
|
-
#
|
|
2037
|
-
# Returns the deletion status with HTTP 200 status code on successful
|
|
2038
|
-
# deletion.
|
|
2029
|
+
# Response structure for deleting a payment session.
|
|
2039
2030
|
#
|
|
2040
2031
|
# @!attribute [rw] status
|
|
2041
2032
|
# The status of the deletion. Always DELETED for successful hard
|
|
@@ -2127,17 +2118,16 @@ module Aws::BedrockAgentCore
|
|
|
2127
2118
|
include Aws::Structure
|
|
2128
2119
|
end
|
|
2129
2120
|
|
|
2130
|
-
# Embedded
|
|
2121
|
+
# Embedded crypto wallet instrument details.
|
|
2131
2122
|
#
|
|
2132
2123
|
# @!attribute [rw] network
|
|
2133
2124
|
# The blockchain network for this embedded crypto wallet. Supported
|
|
2134
|
-
# networks: ETHEREUM, SOLANA
|
|
2125
|
+
# networks: ETHEREUM, SOLANA.
|
|
2135
2126
|
# @return [String]
|
|
2136
2127
|
#
|
|
2137
2128
|
# @!attribute [rw] linked_accounts
|
|
2138
|
-
# List of
|
|
2139
|
-
#
|
|
2140
|
-
# be empty when adding a new linkedAccount to an existing wallet.
|
|
2129
|
+
# List of linked accounts linked to this wallet. Each represents a way
|
|
2130
|
+
# the end user can authenticate to this wallet.
|
|
2141
2131
|
# @return [Array<Types::LinkedAccount>]
|
|
2142
2132
|
#
|
|
2143
2133
|
# @!attribute [rw] wallet_address
|
|
@@ -2145,9 +2135,8 @@ module Aws::BedrockAgentCore
|
|
|
2145
2135
|
# @return [String]
|
|
2146
2136
|
#
|
|
2147
2137
|
# @!attribute [rw] redirect_url
|
|
2148
|
-
# URL for the end user to complete a provider-specific action
|
|
2149
|
-
# wallet linking
|
|
2150
|
-
# during instrument creation.
|
|
2138
|
+
# URL for the end user to complete a provider-specific action such as
|
|
2139
|
+
# wallet linking or onboarding.
|
|
2151
2140
|
# @return [String]
|
|
2152
2141
|
#
|
|
2153
2142
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/EmbeddedCryptoWallet AWS API Documentation
|
|
@@ -2515,7 +2504,7 @@ module Aws::BedrockAgentCore
|
|
|
2515
2504
|
class Unknown < EvaluationTarget; end
|
|
2516
2505
|
end
|
|
2517
2506
|
|
|
2518
|
-
# An evaluator to run against sessions
|
|
2507
|
+
# An evaluator to run against sessions.
|
|
2519
2508
|
#
|
|
2520
2509
|
# @!attribute [rw] evaluator_id
|
|
2521
2510
|
# The unique identifier of the evaluator. Can reference built-in
|
|
@@ -3388,7 +3377,7 @@ module Aws::BedrockAgentCore
|
|
|
3388
3377
|
include Aws::Structure
|
|
3389
3378
|
end
|
|
3390
3379
|
|
|
3391
|
-
# Request structure for getting payment instrument balance
|
|
3380
|
+
# Request structure for getting payment instrument balance.
|
|
3392
3381
|
#
|
|
3393
3382
|
# @!attribute [rw] user_id
|
|
3394
3383
|
# The user ID associated with this payment instrument.
|
|
@@ -3412,13 +3401,12 @@ module Aws::BedrockAgentCore
|
|
|
3412
3401
|
#
|
|
3413
3402
|
# @!attribute [rw] chain
|
|
3414
3403
|
# The specific blockchain chain to query balance on. Required because
|
|
3415
|
-
# balances are chain-specific
|
|
3416
|
-
# different token balances on different chains.
|
|
3404
|
+
# balances are chain-specific.
|
|
3417
3405
|
# @return [String]
|
|
3418
3406
|
#
|
|
3419
3407
|
# @!attribute [rw] token
|
|
3420
|
-
# The token to query balance for.
|
|
3421
|
-
#
|
|
3408
|
+
# The token to query balance for. Only tokens supported for X402
|
|
3409
|
+
# payments are returned.
|
|
3422
3410
|
# @return [String]
|
|
3423
3411
|
#
|
|
3424
3412
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/GetPaymentInstrumentBalanceRequest AWS API Documentation
|
|
@@ -3435,7 +3423,7 @@ module Aws::BedrockAgentCore
|
|
|
3435
3423
|
include Aws::Structure
|
|
3436
3424
|
end
|
|
3437
3425
|
|
|
3438
|
-
# Response structure for getting payment instrument balance
|
|
3426
|
+
# Response structure for getting payment instrument balance.
|
|
3439
3427
|
#
|
|
3440
3428
|
# @!attribute [rw] payment_instrument_id
|
|
3441
3429
|
# The ID of the payment instrument.
|
|
@@ -3454,7 +3442,7 @@ module Aws::BedrockAgentCore
|
|
|
3454
3442
|
include Aws::Structure
|
|
3455
3443
|
end
|
|
3456
3444
|
|
|
3457
|
-
# Request structure for getting a payment instrument
|
|
3445
|
+
# Request structure for getting a payment instrument.
|
|
3458
3446
|
#
|
|
3459
3447
|
# @!attribute [rw] user_id
|
|
3460
3448
|
# The user ID associated with this payment instrument.
|
|
@@ -3488,10 +3476,10 @@ module Aws::BedrockAgentCore
|
|
|
3488
3476
|
include Aws::Structure
|
|
3489
3477
|
end
|
|
3490
3478
|
|
|
3491
|
-
# Response structure for getting a payment instrument
|
|
3479
|
+
# Response structure for getting a payment instrument.
|
|
3492
3480
|
#
|
|
3493
3481
|
# @!attribute [rw] payment_instrument
|
|
3494
|
-
#
|
|
3482
|
+
# The payment instrument details.
|
|
3495
3483
|
# @return [Types::PaymentInstrument]
|
|
3496
3484
|
#
|
|
3497
3485
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/GetPaymentInstrumentResponse AWS API Documentation
|
|
@@ -3502,7 +3490,7 @@ module Aws::BedrockAgentCore
|
|
|
3502
3490
|
include Aws::Structure
|
|
3503
3491
|
end
|
|
3504
3492
|
|
|
3505
|
-
# Request structure for getting a payment session
|
|
3493
|
+
# Request structure for getting a payment session.
|
|
3506
3494
|
#
|
|
3507
3495
|
# @!attribute [rw] user_id
|
|
3508
3496
|
# The user ID associated with this payment session.
|
|
@@ -3531,10 +3519,10 @@ module Aws::BedrockAgentCore
|
|
|
3531
3519
|
include Aws::Structure
|
|
3532
3520
|
end
|
|
3533
3521
|
|
|
3534
|
-
# Response structure for getting a payment session
|
|
3522
|
+
# Response structure for getting a payment session.
|
|
3535
3523
|
#
|
|
3536
3524
|
# @!attribute [rw] payment_session
|
|
3537
|
-
#
|
|
3525
|
+
# The payment session details.
|
|
3538
3526
|
# @return [Types::PaymentSession]
|
|
3539
3527
|
#
|
|
3540
3528
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/GetPaymentSessionResponse AWS API Documentation
|
|
@@ -3758,17 +3746,16 @@ module Aws::BedrockAgentCore
|
|
|
3758
3746
|
end
|
|
3759
3747
|
|
|
3760
3748
|
# @!attribute [rw] workload_identity_token
|
|
3761
|
-
# Workload access token for authorization.
|
|
3762
|
-
# for consistency with APIKey and OAuth2CredentialProvider.
|
|
3749
|
+
# Workload access token for authorization.
|
|
3763
3750
|
# @return [String]
|
|
3764
3751
|
#
|
|
3765
3752
|
# @!attribute [rw] resource_credential_provider_name
|
|
3766
|
-
# Name of the payment credential provider to use
|
|
3753
|
+
# Name of the payment credential provider to use.
|
|
3767
3754
|
# @return [String]
|
|
3768
3755
|
#
|
|
3769
3756
|
# @!attribute [rw] payment_token_request
|
|
3770
|
-
# Vendor-specific token request input Contains all request parameters
|
|
3771
|
-
# in a type-safe, vendor-specific structure
|
|
3757
|
+
# Vendor-specific token request input. Contains all request parameters
|
|
3758
|
+
# in a type-safe, vendor-specific structure.
|
|
3772
3759
|
# @return [Types::PaymentTokenRequestInput]
|
|
3773
3760
|
#
|
|
3774
3761
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/GetResourcePaymentTokenRequest AWS API Documentation
|
|
@@ -3782,8 +3769,8 @@ module Aws::BedrockAgentCore
|
|
|
3782
3769
|
end
|
|
3783
3770
|
|
|
3784
3771
|
# @!attribute [rw] payment_token_response
|
|
3785
|
-
# Vendor-specific token response output Contains all response data in
|
|
3786
|
-
# a type-safe, vendor-specific structure
|
|
3772
|
+
# Vendor-specific token response output. Contains all response data in
|
|
3773
|
+
# a type-safe, vendor-specific structure.
|
|
3787
3774
|
# @return [Types::PaymentTokenResponseOutput]
|
|
3788
3775
|
#
|
|
3789
3776
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/GetResourcePaymentTokenResponse AWS API Documentation
|
|
@@ -3879,7 +3866,7 @@ module Aws::BedrockAgentCore
|
|
|
3879
3866
|
include Aws::Structure
|
|
3880
3867
|
end
|
|
3881
3868
|
|
|
3882
|
-
# Where to pull ground truth from
|
|
3869
|
+
# Where to pull ground truth from.
|
|
3883
3870
|
#
|
|
3884
3871
|
# @note GroundTruthSource is a union - when making an API calls you must set exactly one of the members.
|
|
3885
3872
|
#
|
|
@@ -4851,7 +4838,8 @@ module Aws::BedrockAgentCore
|
|
|
4851
4838
|
# and per-turn expected responses.
|
|
4852
4839
|
#
|
|
4853
4840
|
# @!attribute [rw] assertions
|
|
4854
|
-
#
|
|
4841
|
+
# Assertions for evaluation, reuses common model
|
|
4842
|
+
# EvaluationContentList.
|
|
4855
4843
|
# @return [Array<Types::EvaluationContent>]
|
|
4856
4844
|
#
|
|
4857
4845
|
# @!attribute [rw] expected_trajectory
|
|
@@ -5579,28 +5567,27 @@ module Aws::BedrockAgentCore
|
|
|
5579
5567
|
class Unknown < LeftExpression; end
|
|
5580
5568
|
end
|
|
5581
5569
|
|
|
5582
|
-
# Represents different
|
|
5583
|
-
# wallet.
|
|
5584
|
-
# SMS, JWT, and OAuth2.
|
|
5570
|
+
# Represents different linked accounts that can be linked to an embedded
|
|
5571
|
+
# wallet. Supports email, SMS, JWT, and OAuth2 approaches.
|
|
5585
5572
|
#
|
|
5586
5573
|
# @note LinkedAccount is a union - when making an API calls you must set exactly one of the members.
|
|
5587
5574
|
#
|
|
5588
5575
|
# @note LinkedAccount is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of LinkedAccount corresponding to the set member.
|
|
5589
5576
|
#
|
|
5590
5577
|
# @!attribute [rw] email
|
|
5591
|
-
# Email-based
|
|
5578
|
+
# Email-based linked account.
|
|
5592
5579
|
# @return [Types::LinkedAccountEmail]
|
|
5593
5580
|
#
|
|
5594
5581
|
# @!attribute [rw] sms
|
|
5595
|
-
# SMS-based
|
|
5582
|
+
# SMS-based linked account using phone number.
|
|
5596
5583
|
# @return [Types::LinkedAccountSms]
|
|
5597
5584
|
#
|
|
5598
5585
|
# @!attribute [rw] developer_jwt
|
|
5599
|
-
# Developer JWT
|
|
5586
|
+
# Developer JWT linked account with key ID and subject.
|
|
5600
5587
|
# @return [Types::LinkedAccountDeveloperJwt]
|
|
5601
5588
|
#
|
|
5602
5589
|
# @!attribute [rw] o_auth_2
|
|
5603
|
-
# OAuth2 provider
|
|
5590
|
+
# OAuth2 provider linked account (Google, Apple, X, Telegram, GitHub).
|
|
5604
5591
|
# @return [Types::LinkedAccountOAuth2]
|
|
5605
5592
|
#
|
|
5606
5593
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/LinkedAccount AWS API Documentation
|
|
@@ -5643,10 +5630,10 @@ module Aws::BedrockAgentCore
|
|
|
5643
5630
|
include Aws::Structure
|
|
5644
5631
|
end
|
|
5645
5632
|
|
|
5646
|
-
#
|
|
5633
|
+
# Linked account using an email address.
|
|
5647
5634
|
#
|
|
5648
5635
|
# @!attribute [rw] email_address
|
|
5649
|
-
# The email address used for
|
|
5636
|
+
# The email address used for the linked account. Must be a valid email
|
|
5650
5637
|
# format.
|
|
5651
5638
|
# @return [String]
|
|
5652
5639
|
#
|
|
@@ -5666,23 +5653,23 @@ module Aws::BedrockAgentCore
|
|
|
5666
5653
|
# @note LinkedAccountOAuth2 is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of LinkedAccountOAuth2 corresponding to the set member.
|
|
5667
5654
|
#
|
|
5668
5655
|
# @!attribute [rw] google
|
|
5669
|
-
# Google OAuth2 authentication
|
|
5656
|
+
# Google OAuth2 authentication.
|
|
5670
5657
|
# @return [Types::OAuth2Authentication]
|
|
5671
5658
|
#
|
|
5672
5659
|
# @!attribute [rw] apple
|
|
5673
|
-
# Apple OAuth2 authentication
|
|
5660
|
+
# Apple OAuth2 authentication.
|
|
5674
5661
|
# @return [Types::OAuth2Authentication]
|
|
5675
5662
|
#
|
|
5676
5663
|
# @!attribute [rw] x
|
|
5677
|
-
# X (formerly Twitter) OAuth2 authentication
|
|
5664
|
+
# X (formerly Twitter) OAuth2 authentication.
|
|
5678
5665
|
# @return [Types::OAuth2Authentication]
|
|
5679
5666
|
#
|
|
5680
5667
|
# @!attribute [rw] telegram
|
|
5681
|
-
# Telegram OAuth2 authentication
|
|
5668
|
+
# Telegram OAuth2 authentication.
|
|
5682
5669
|
# @return [Types::OAuth2Authentication]
|
|
5683
5670
|
#
|
|
5684
5671
|
# @!attribute [rw] github
|
|
5685
|
-
# GitHub OAuth2 authentication
|
|
5672
|
+
# GitHub OAuth2 authentication.
|
|
5686
5673
|
# @return [Types::OAuth2Authentication]
|
|
5687
5674
|
#
|
|
5688
5675
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/LinkedAccountOAuth2 AWS API Documentation
|
|
@@ -5706,12 +5693,10 @@ module Aws::BedrockAgentCore
|
|
|
5706
5693
|
class Unknown < LinkedAccountOAuth2; end
|
|
5707
5694
|
end
|
|
5708
5695
|
|
|
5709
|
-
#
|
|
5696
|
+
# Linked account using a phone number in E.164 format.
|
|
5710
5697
|
#
|
|
5711
5698
|
# @!attribute [rw] phone_number
|
|
5712
|
-
# The phone number in E.164 format (e.g., +1234567890).
|
|
5713
|
-
# valid E.164 formatted phone number starting with + and containing
|
|
5714
|
-
# 1-15 digits.
|
|
5699
|
+
# The phone number in E.164 format (e.g., +1234567890).
|
|
5715
5700
|
# @return [String]
|
|
5716
5701
|
#
|
|
5717
5702
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/LinkedAccountSms AWS API Documentation
|
|
@@ -6084,12 +6069,14 @@ module Aws::BedrockAgentCore
|
|
|
6084
6069
|
#
|
|
6085
6070
|
# @!attribute [rw] namespace
|
|
6086
6071
|
# The namespace prefix to filter memory records by. Returns all memory
|
|
6087
|
-
# records in namespaces that start with the provided prefix.
|
|
6072
|
+
# records in namespaces that start with the provided prefix. Either
|
|
6073
|
+
# `namespace` or `namespacePath` is required.
|
|
6088
6074
|
# @return [String]
|
|
6089
6075
|
#
|
|
6090
6076
|
# @!attribute [rw] namespace_path
|
|
6091
6077
|
# Use namespacePath for hierarchical retrievals. Return all memory
|
|
6092
6078
|
# records where namespace falls under the same parent hierarchy.
|
|
6079
|
+
# Either `namespace` or `namespacePath` is required.
|
|
6093
6080
|
# @return [String]
|
|
6094
6081
|
#
|
|
6095
6082
|
# @!attribute [rw] memory_strategy_id
|
|
@@ -6147,7 +6134,7 @@ module Aws::BedrockAgentCore
|
|
|
6147
6134
|
include Aws::Structure
|
|
6148
6135
|
end
|
|
6149
6136
|
|
|
6150
|
-
# Request structure for listing payment instruments
|
|
6137
|
+
# Request structure for listing payment instruments.
|
|
6151
6138
|
#
|
|
6152
6139
|
# @!attribute [rw] user_id
|
|
6153
6140
|
# The user ID associated with the payment instruments.
|
|
@@ -6186,7 +6173,7 @@ module Aws::BedrockAgentCore
|
|
|
6186
6173
|
include Aws::Structure
|
|
6187
6174
|
end
|
|
6188
6175
|
|
|
6189
|
-
# Response structure for listing payment instruments
|
|
6176
|
+
# Response structure for listing payment instruments.
|
|
6190
6177
|
#
|
|
6191
6178
|
# @!attribute [rw] payment_instruments
|
|
6192
6179
|
# List of payment instrument summaries matching the request criteria.
|
|
@@ -6205,7 +6192,7 @@ module Aws::BedrockAgentCore
|
|
|
6205
6192
|
include Aws::Structure
|
|
6206
6193
|
end
|
|
6207
6194
|
|
|
6208
|
-
# Request structure for listing payment sessions
|
|
6195
|
+
# Request structure for listing payment sessions.
|
|
6209
6196
|
#
|
|
6210
6197
|
# @!attribute [rw] user_id
|
|
6211
6198
|
# The user ID associated with the payment sessions.
|
|
@@ -6239,7 +6226,7 @@ module Aws::BedrockAgentCore
|
|
|
6239
6226
|
include Aws::Structure
|
|
6240
6227
|
end
|
|
6241
6228
|
|
|
6242
|
-
# Response structure for listing payment sessions
|
|
6229
|
+
# Response structure for listing payment sessions.
|
|
6243
6230
|
#
|
|
6244
6231
|
# @!attribute [rw] payment_sessions
|
|
6245
6232
|
# List of payment session summaries matching the request criteria.
|
|
@@ -6987,8 +6974,7 @@ module Aws::BedrockAgentCore
|
|
|
6987
6974
|
include Aws::Structure
|
|
6988
6975
|
end
|
|
6989
6976
|
|
|
6990
|
-
# OAuth2 authentication information for third-party providers.
|
|
6991
|
-
# Google, Apple, X, Telegram, and GitHub providers.
|
|
6977
|
+
# OAuth2 authentication information for third-party providers.
|
|
6992
6978
|
#
|
|
6993
6979
|
# @!attribute [rw] sub
|
|
6994
6980
|
# The subject (sub) claim from the OAuth2 provider. Uniquely
|
|
@@ -6996,15 +6982,15 @@ module Aws::BedrockAgentCore
|
|
|
6996
6982
|
# @return [String]
|
|
6997
6983
|
#
|
|
6998
6984
|
# @!attribute [rw] email_address
|
|
6999
|
-
# The email address from the OAuth2 provider
|
|
6985
|
+
# The email address from the OAuth2 provider.
|
|
7000
6986
|
# @return [String]
|
|
7001
6987
|
#
|
|
7002
6988
|
# @!attribute [rw] name
|
|
7003
|
-
# The user's name from the OAuth2 provider
|
|
6989
|
+
# The user's name from the OAuth2 provider.
|
|
7004
6990
|
# @return [String]
|
|
7005
6991
|
#
|
|
7006
6992
|
# @!attribute [rw] username
|
|
7007
|
-
# The username from the OAuth2 provider
|
|
6993
|
+
# The username from the OAuth2 provider.
|
|
7008
6994
|
# @return [String]
|
|
7009
6995
|
#
|
|
7010
6996
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/OAuth2Authentication AWS API Documentation
|
|
@@ -7054,7 +7040,7 @@ module Aws::BedrockAgentCore
|
|
|
7054
7040
|
include Aws::Structure
|
|
7055
7041
|
end
|
|
7056
7042
|
|
|
7057
|
-
# Output destination configuration
|
|
7043
|
+
# Output destination configuration.
|
|
7058
7044
|
#
|
|
7059
7045
|
# @note OutputConfig is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of OutputConfig corresponding to the set member.
|
|
7060
7046
|
#
|
|
@@ -7104,12 +7090,12 @@ module Aws::BedrockAgentCore
|
|
|
7104
7090
|
class Unknown < PayloadType; end
|
|
7105
7091
|
end
|
|
7106
7092
|
|
|
7107
|
-
#
|
|
7093
|
+
# The payment input details, which vary by payment type.
|
|
7108
7094
|
#
|
|
7109
7095
|
# @note PaymentInput is a union - when making an API calls you must set exactly one of the members.
|
|
7110
7096
|
#
|
|
7111
7097
|
# @!attribute [rw] crypto_x402
|
|
7112
|
-
# X402 payment
|
|
7098
|
+
# Input for a crypto X402 payment.
|
|
7113
7099
|
# @return [Types::CryptoX402PaymentInput]
|
|
7114
7100
|
#
|
|
7115
7101
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/PaymentInput AWS API Documentation
|
|
@@ -7125,7 +7111,7 @@ module Aws::BedrockAgentCore
|
|
|
7125
7111
|
class Unknown < PaymentInput; end
|
|
7126
7112
|
end
|
|
7127
7113
|
|
|
7128
|
-
# Represents a payment instrument
|
|
7114
|
+
# Represents a payment instrument.
|
|
7129
7115
|
#
|
|
7130
7116
|
# @!attribute [rw] payment_instrument_id
|
|
7131
7117
|
# The unique identifier for this payment instrument.
|
|
@@ -7179,14 +7165,14 @@ module Aws::BedrockAgentCore
|
|
|
7179
7165
|
include Aws::Structure
|
|
7180
7166
|
end
|
|
7181
7167
|
|
|
7182
|
-
# Details specific to the instrument type
|
|
7168
|
+
# Details specific to the instrument type.
|
|
7183
7169
|
#
|
|
7184
7170
|
# @note PaymentInstrumentDetails is a union - when making an API calls you must set exactly one of the members.
|
|
7185
7171
|
#
|
|
7186
7172
|
# @note PaymentInstrumentDetails is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of PaymentInstrumentDetails corresponding to the set member.
|
|
7187
7173
|
#
|
|
7188
7174
|
# @!attribute [rw] embedded_crypto_wallet
|
|
7189
|
-
# Embedded crypto wallet managed directly by end user
|
|
7175
|
+
# Embedded crypto wallet managed directly by end user.
|
|
7190
7176
|
# @return [Types::EmbeddedCryptoWallet]
|
|
7191
7177
|
#
|
|
7192
7178
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/PaymentInstrumentDetails AWS API Documentation
|
|
@@ -7202,7 +7188,7 @@ module Aws::BedrockAgentCore
|
|
|
7202
7188
|
class Unknown < PaymentInstrumentDetails; end
|
|
7203
7189
|
end
|
|
7204
7190
|
|
|
7205
|
-
# Summary of a payment instrument for list operations
|
|
7191
|
+
# Summary of a payment instrument for list operations.
|
|
7206
7192
|
#
|
|
7207
7193
|
# @!attribute [rw] payment_instrument_id
|
|
7208
7194
|
# The unique identifier for this payment instrument.
|
|
@@ -7251,13 +7237,12 @@ module Aws::BedrockAgentCore
|
|
|
7251
7237
|
include Aws::Structure
|
|
7252
7238
|
end
|
|
7253
7239
|
|
|
7254
|
-
#
|
|
7255
|
-
# introducing other model in this union
|
|
7240
|
+
# The payment output details, which vary by payment type.
|
|
7256
7241
|
#
|
|
7257
7242
|
# @note PaymentOutput is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of PaymentOutput corresponding to the set member.
|
|
7258
7243
|
#
|
|
7259
7244
|
# @!attribute [rw] crypto_x402
|
|
7260
|
-
# X402 payment
|
|
7245
|
+
# Output from a crypto X402 payment.
|
|
7261
7246
|
# @return [Types::CryptoX402PaymentOutput]
|
|
7262
7247
|
#
|
|
7263
7248
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/PaymentOutput AWS API Documentation
|
|
@@ -7273,10 +7258,10 @@ module Aws::BedrockAgentCore
|
|
|
7273
7258
|
class Unknown < PaymentOutput; end
|
|
7274
7259
|
end
|
|
7275
7260
|
|
|
7276
|
-
#
|
|
7261
|
+
# A payment session for managing payment transactions.
|
|
7277
7262
|
#
|
|
7278
7263
|
# @!attribute [rw] payment_session_id
|
|
7279
|
-
# The unique identifier
|
|
7264
|
+
# The unique identifier of the payment session.
|
|
7280
7265
|
# @return [String]
|
|
7281
7266
|
#
|
|
7282
7267
|
# @!attribute [rw] payment_manager_arn
|
|
@@ -7284,11 +7269,11 @@ module Aws::BedrockAgentCore
|
|
|
7284
7269
|
# @return [String]
|
|
7285
7270
|
#
|
|
7286
7271
|
# @!attribute [rw] limits
|
|
7287
|
-
# The spending limits for
|
|
7272
|
+
# The spending limits for the payment session.
|
|
7288
7273
|
# @return [Types::SessionLimits]
|
|
7289
7274
|
#
|
|
7290
7275
|
# @!attribute [rw] user_id
|
|
7291
|
-
# The user ID associated with this
|
|
7276
|
+
# The user ID associated with this session.
|
|
7292
7277
|
# @return [String]
|
|
7293
7278
|
#
|
|
7294
7279
|
# @!attribute [rw] expiry_time_in_minutes
|
|
@@ -7296,16 +7281,15 @@ module Aws::BedrockAgentCore
|
|
|
7296
7281
|
# @return [Integer]
|
|
7297
7282
|
#
|
|
7298
7283
|
# @!attribute [rw] created_at
|
|
7299
|
-
# The timestamp when
|
|
7284
|
+
# The timestamp when the session was created.
|
|
7300
7285
|
# @return [Time]
|
|
7301
7286
|
#
|
|
7302
7287
|
# @!attribute [rw] available_limits
|
|
7303
|
-
# The available limits
|
|
7304
|
-
# payments.
|
|
7288
|
+
# The current available spending limits.
|
|
7305
7289
|
# @return [Types::AvailableLimits]
|
|
7306
7290
|
#
|
|
7307
7291
|
# @!attribute [rw] updated_at
|
|
7308
|
-
# The timestamp when
|
|
7292
|
+
# The timestamp when the session was last updated.
|
|
7309
7293
|
# @return [Time]
|
|
7310
7294
|
#
|
|
7311
7295
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/PaymentSession AWS API Documentation
|
|
@@ -7323,10 +7307,10 @@ module Aws::BedrockAgentCore
|
|
|
7323
7307
|
include Aws::Structure
|
|
7324
7308
|
end
|
|
7325
7309
|
|
|
7326
|
-
# Summary
|
|
7310
|
+
# Summary information about a payment session.
|
|
7327
7311
|
#
|
|
7328
7312
|
# @!attribute [rw] payment_session_id
|
|
7329
|
-
# The unique identifier
|
|
7313
|
+
# The unique identifier of the payment session.
|
|
7330
7314
|
# @return [String]
|
|
7331
7315
|
#
|
|
7332
7316
|
# @!attribute [rw] payment_manager_arn
|
|
@@ -7334,7 +7318,7 @@ module Aws::BedrockAgentCore
|
|
|
7334
7318
|
# @return [String]
|
|
7335
7319
|
#
|
|
7336
7320
|
# @!attribute [rw] user_id
|
|
7337
|
-
# The user ID associated with this
|
|
7321
|
+
# The user ID associated with this session.
|
|
7338
7322
|
# @return [String]
|
|
7339
7323
|
#
|
|
7340
7324
|
# @!attribute [rw] expiry_time_in_minutes
|
|
@@ -7342,11 +7326,11 @@ module Aws::BedrockAgentCore
|
|
|
7342
7326
|
# @return [Integer]
|
|
7343
7327
|
#
|
|
7344
7328
|
# @!attribute [rw] created_at
|
|
7345
|
-
# The timestamp when
|
|
7329
|
+
# The timestamp when the session was created.
|
|
7346
7330
|
# @return [Time]
|
|
7347
7331
|
#
|
|
7348
7332
|
# @!attribute [rw] updated_at
|
|
7349
|
-
# The timestamp when
|
|
7333
|
+
# The timestamp when the session was last updated.
|
|
7350
7334
|
# @return [Time]
|
|
7351
7335
|
#
|
|
7352
7336
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/PaymentSessionSummary AWS API Documentation
|
|
@@ -7362,16 +7346,16 @@ module Aws::BedrockAgentCore
|
|
|
7362
7346
|
include Aws::Structure
|
|
7363
7347
|
end
|
|
7364
7348
|
|
|
7365
|
-
#
|
|
7349
|
+
# Vendor-specific token request configuration.
|
|
7366
7350
|
#
|
|
7367
7351
|
# @note PaymentTokenRequestInput is a union - when making an API calls you must set exactly one of the members.
|
|
7368
7352
|
#
|
|
7369
7353
|
# @!attribute [rw] coinbase_cdp_token_request
|
|
7370
|
-
# Coinbase CDP token request
|
|
7354
|
+
# The Coinbase CDP token request.
|
|
7371
7355
|
# @return [Types::CoinbaseCdpTokenRequestInput]
|
|
7372
7356
|
#
|
|
7373
7357
|
# @!attribute [rw] stripe_privy_token_request
|
|
7374
|
-
#
|
|
7358
|
+
# The Stripe Privy token request.
|
|
7375
7359
|
# @return [Types::StripePrivyTokenRequestInput]
|
|
7376
7360
|
#
|
|
7377
7361
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/PaymentTokenRequestInput AWS API Documentation
|
|
@@ -7389,17 +7373,16 @@ module Aws::BedrockAgentCore
|
|
|
7389
7373
|
class Unknown < PaymentTokenRequestInput; end
|
|
7390
7374
|
end
|
|
7391
7375
|
|
|
7392
|
-
#
|
|
7376
|
+
# Vendor-specific token response configuration.
|
|
7393
7377
|
#
|
|
7394
7378
|
# @note PaymentTokenResponseOutput is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of PaymentTokenResponseOutput corresponding to the set member.
|
|
7395
7379
|
#
|
|
7396
7380
|
# @!attribute [rw] coinbase_cdp_token_response
|
|
7397
|
-
# Coinbase CDP token response
|
|
7381
|
+
# The Coinbase CDP token response.
|
|
7398
7382
|
# @return [Types::CoinbaseCdpTokenResponseOutput]
|
|
7399
7383
|
#
|
|
7400
7384
|
# @!attribute [rw] stripe_privy_token_response
|
|
7401
|
-
#
|
|
7402
|
-
# optionally authorizationSignature
|
|
7385
|
+
# The Stripe Privy token response.
|
|
7403
7386
|
# @return [Types::StripePrivyTokenResponseOutput]
|
|
7404
7387
|
#
|
|
7405
7388
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/PaymentTokenResponseOutput AWS API Documentation
|
|
@@ -7438,7 +7421,7 @@ module Aws::BedrockAgentCore
|
|
|
7438
7421
|
include Aws::Structure
|
|
7439
7422
|
end
|
|
7440
7423
|
|
|
7441
|
-
# Request structure for processing a payment
|
|
7424
|
+
# Request structure for processing a payment.
|
|
7442
7425
|
#
|
|
7443
7426
|
# @!attribute [rw] user_id
|
|
7444
7427
|
# The user ID associated with this payment.
|
|
@@ -7449,19 +7432,19 @@ module Aws::BedrockAgentCore
|
|
|
7449
7432
|
# @return [String]
|
|
7450
7433
|
#
|
|
7451
7434
|
# @!attribute [rw] payment_manager_arn
|
|
7452
|
-
# The ARN of the payment manager
|
|
7435
|
+
# The ARN of the payment manager.
|
|
7453
7436
|
# @return [String]
|
|
7454
7437
|
#
|
|
7455
7438
|
# @!attribute [rw] payment_session_id
|
|
7456
|
-
# The ID of the payment session
|
|
7439
|
+
# The ID of the payment session.
|
|
7457
7440
|
# @return [String]
|
|
7458
7441
|
#
|
|
7459
7442
|
# @!attribute [rw] payment_instrument_id
|
|
7460
|
-
# The ID of the payment instrument to use
|
|
7443
|
+
# The ID of the payment instrument to use.
|
|
7461
7444
|
# @return [String]
|
|
7462
7445
|
#
|
|
7463
7446
|
# @!attribute [rw] payment_type
|
|
7464
|
-
# The type of payment
|
|
7447
|
+
# The type of payment to process.
|
|
7465
7448
|
# @return [String]
|
|
7466
7449
|
#
|
|
7467
7450
|
# @!attribute [rw] payment_input
|
|
@@ -7469,7 +7452,8 @@ module Aws::BedrockAgentCore
|
|
|
7469
7452
|
# @return [Types::PaymentInput]
|
|
7470
7453
|
#
|
|
7471
7454
|
# @!attribute [rw] client_token
|
|
7472
|
-
#
|
|
7455
|
+
# A unique, case-sensitive identifier that you provide to ensure the
|
|
7456
|
+
# idempotency of the request.
|
|
7473
7457
|
#
|
|
7474
7458
|
# **A suitable default value is auto-generated.** You should normally
|
|
7475
7459
|
# not need to pass this option.
|
|
@@ -7490,30 +7474,30 @@ module Aws::BedrockAgentCore
|
|
|
7490
7474
|
include Aws::Structure
|
|
7491
7475
|
end
|
|
7492
7476
|
|
|
7493
|
-
# Response structure for processing a payment
|
|
7477
|
+
# Response structure for processing a payment.
|
|
7494
7478
|
#
|
|
7495
7479
|
# @!attribute [rw] process_payment_id
|
|
7496
|
-
# The unique
|
|
7480
|
+
# The unique identifier of the processed payment.
|
|
7497
7481
|
# @return [String]
|
|
7498
7482
|
#
|
|
7499
7483
|
# @!attribute [rw] payment_manager_arn
|
|
7500
|
-
# The ARN of the payment manager
|
|
7484
|
+
# The ARN of the payment manager.
|
|
7501
7485
|
# @return [String]
|
|
7502
7486
|
#
|
|
7503
7487
|
# @!attribute [rw] payment_session_id
|
|
7504
|
-
# The ID of the payment session
|
|
7488
|
+
# The ID of the payment session used.
|
|
7505
7489
|
# @return [String]
|
|
7506
7490
|
#
|
|
7507
7491
|
# @!attribute [rw] payment_instrument_id
|
|
7508
|
-
# The ID of the payment instrument used
|
|
7492
|
+
# The ID of the payment instrument used.
|
|
7509
7493
|
# @return [String]
|
|
7510
7494
|
#
|
|
7511
7495
|
# @!attribute [rw] payment_type
|
|
7512
|
-
# The type of payment
|
|
7496
|
+
# The type of payment processed.
|
|
7513
7497
|
# @return [String]
|
|
7514
7498
|
#
|
|
7515
7499
|
# @!attribute [rw] status
|
|
7516
|
-
# The status of the payment
|
|
7500
|
+
# The status of the payment.
|
|
7517
7501
|
# @return [String]
|
|
7518
7502
|
#
|
|
7519
7503
|
# @!attribute [rw] payment_output
|
|
@@ -7970,11 +7954,13 @@ module Aws::BedrockAgentCore
|
|
|
7970
7954
|
# @!attribute [rw] namespace
|
|
7971
7955
|
# The namespace prefix to filter memory records by. Searches for
|
|
7972
7956
|
# memory records in namespaces that start with the provided prefix.
|
|
7957
|
+
# Either `namespace` or `namespacePath` is required.
|
|
7973
7958
|
# @return [String]
|
|
7974
7959
|
#
|
|
7975
7960
|
# @!attribute [rw] namespace_path
|
|
7976
7961
|
# Use namespacePath for hierarchical retrievals. Return all memory
|
|
7977
7962
|
# records where namespace falls under the same parent hierarchy.
|
|
7963
|
+
# Either `namespace` or `namespacePath` is required.
|
|
7978
7964
|
# @return [String]
|
|
7979
7965
|
#
|
|
7980
7966
|
# @!attribute [rw] search_criteria
|
|
@@ -8408,10 +8394,10 @@ module Aws::BedrockAgentCore
|
|
|
8408
8394
|
include Aws::Structure
|
|
8409
8395
|
end
|
|
8410
8396
|
|
|
8411
|
-
#
|
|
8397
|
+
# The spending limits configuration for a payment session.
|
|
8412
8398
|
#
|
|
8413
8399
|
# @!attribute [rw] max_spend_amount
|
|
8414
|
-
# The maximum amount that can be spent in
|
|
8400
|
+
# The maximum amount that can be spent in the session.
|
|
8415
8401
|
# @return [Types::Amount]
|
|
8416
8402
|
#
|
|
8417
8403
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/SessionLimits AWS API Documentation
|
|
@@ -9206,10 +9192,10 @@ module Aws::BedrockAgentCore
|
|
|
9206
9192
|
class Unknown < StreamUpdate; end
|
|
9207
9193
|
end
|
|
9208
9194
|
|
|
9209
|
-
#
|
|
9195
|
+
# Stripe Privy token request parameters.
|
|
9210
9196
|
#
|
|
9211
9197
|
# @!attribute [rw] request_host
|
|
9212
|
-
#
|
|
9198
|
+
# The host for the Privy API request. Defaults to "api.privy.io".
|
|
9213
9199
|
# @return [String]
|
|
9214
9200
|
#
|
|
9215
9201
|
# @!attribute [rw] request_path
|
|
@@ -9217,11 +9203,11 @@ module Aws::BedrockAgentCore
|
|
|
9217
9203
|
# @return [String]
|
|
9218
9204
|
#
|
|
9219
9205
|
# @!attribute [rw] request_body
|
|
9220
|
-
# Request body JSON for the Privy API call
|
|
9206
|
+
# Request body JSON for the Privy API call.
|
|
9221
9207
|
# @return [String]
|
|
9222
9208
|
#
|
|
9223
9209
|
# @!attribute [rw] include_authorization_signature
|
|
9224
|
-
# Set to true to generate privy-authorization-signature
|
|
9210
|
+
# Set to true to generate privy-authorization-signature.
|
|
9225
9211
|
# @return [Boolean]
|
|
9226
9212
|
#
|
|
9227
9213
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/StripePrivyTokenRequestInput AWS API Documentation
|
|
@@ -9235,26 +9221,26 @@ module Aws::BedrockAgentCore
|
|
|
9235
9221
|
include Aws::Structure
|
|
9236
9222
|
end
|
|
9237
9223
|
|
|
9238
|
-
#
|
|
9239
|
-
# optionally authorizationSignature
|
|
9224
|
+
# Stripe Privy token response containing appId, basicAuthToken, and
|
|
9225
|
+
# optionally authorizationSignature.
|
|
9240
9226
|
#
|
|
9241
9227
|
# @!attribute [rw] authorization_signature
|
|
9242
9228
|
# Base64-encoded ECDSA P-256 authorization signature (only present
|
|
9243
|
-
# when includeAuthorizationSignature is true)
|
|
9229
|
+
# when includeAuthorizationSignature is true).
|
|
9244
9230
|
# @return [String]
|
|
9245
9231
|
#
|
|
9246
9232
|
# @!attribute [rw] request_expiry
|
|
9247
9233
|
# Unix timestamp in milliseconds when the authorization signature
|
|
9248
|
-
# expires.
|
|
9234
|
+
# expires.
|
|
9249
9235
|
# @return [Integer]
|
|
9250
9236
|
#
|
|
9251
9237
|
# @!attribute [rw] app_id
|
|
9252
|
-
# The Privy app ID for the privy-app-id header
|
|
9238
|
+
# The Privy app ID for the privy-app-id header.
|
|
9253
9239
|
# @return [String]
|
|
9254
9240
|
#
|
|
9255
9241
|
# @!attribute [rw] basic_auth_token
|
|
9256
9242
|
# Base64-encoded Basic Auth token (appId:appSecret) for the
|
|
9257
|
-
# Authorization header
|
|
9243
|
+
# Authorization header.
|
|
9258
9244
|
# @return [String]
|
|
9259
9245
|
#
|
|
9260
9246
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/StripePrivyTokenResponseOutput AWS API Documentation
|
|
@@ -9425,7 +9411,7 @@ module Aws::BedrockAgentCore
|
|
|
9425
9411
|
include Aws::Structure
|
|
9426
9412
|
end
|
|
9427
9413
|
|
|
9428
|
-
# A single token balance entry
|
|
9414
|
+
# A single token balance entry.
|
|
9429
9415
|
#
|
|
9430
9416
|
# @!attribute [rw] amount
|
|
9431
9417
|
# Raw balance in the smallest denomination (e.g., USDC base units
|