aws-sdk-bedrockagentcorecontrol 1.8.0 → 1.9.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-bedrockagentcorecontrol/client.rb +203 -21
- data/lib/aws-sdk-bedrockagentcorecontrol/client_api.rb +153 -2
- data/lib/aws-sdk-bedrockagentcorecontrol/types.rb +451 -12
- data/lib/aws-sdk-bedrockagentcorecontrol.rb +1 -1
- data/sig/client.rbs +86 -6
- data/sig/types.rbs +151 -6
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 393a1186614924c08862551443b046fed879ac99936cfe3c8ea814984e2dad94
|
4
|
+
data.tar.gz: 8379c82f1ba0fe2ab536eab6409932e6534c1cefb7bdee34885110ecb5fb4037
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 59495a723d79b206c651d3f30018f8eb36d225f7ed1967bf4c139a89f2294d98bf13507463107f02f7b7d4bdb33bd584c2b774509ce51e9e1778d22b98899c17
|
7
|
+
data.tar.gz: 62066a908b69037fdafb7a8f3ae35bae09a5f920542df58b33d846db06f197439b583be4c050b924c93b2305778743719129e4b1b6503582352728680116f866
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.9.0
|
@@ -856,9 +856,8 @@ module Aws::BedrockAgentCoreControl
|
|
856
856
|
# Creates a gateway for Amazon Bedrock Agent. A gateway serves as an
|
857
857
|
# integration point between your agent and external services.
|
858
858
|
#
|
859
|
-
#
|
860
|
-
#
|
861
|
-
# Services services and resources.
|
859
|
+
# If you specify `CUSTOM_JWT` as the `authorizerType`, you must provide
|
860
|
+
# an `authorizerConfiguration`.
|
862
861
|
#
|
863
862
|
# @option params [required, String] :name
|
864
863
|
# The name of the gateway. The name must be unique within your account.
|
@@ -868,8 +867,9 @@ module Aws::BedrockAgentCoreControl
|
|
868
867
|
#
|
869
868
|
# @option params [String] :client_token
|
870
869
|
# A unique, case-sensitive identifier to ensure that the API request
|
871
|
-
# completes no more than one time. If this
|
872
|
-
#
|
870
|
+
# completes no more than one time. If you don't specify this field, a
|
871
|
+
# value is randomly generated for you. If this token matches a previous
|
872
|
+
# request, the service ignores the request, but doesn't return an
|
873
873
|
# error. For more information, see [Ensuring idempotency][1].
|
874
874
|
#
|
875
875
|
# **A suitable default value is auto-generated.** You should normally
|
@@ -893,8 +893,13 @@ module Aws::BedrockAgentCoreControl
|
|
893
893
|
# @option params [required, String] :authorizer_type
|
894
894
|
# The type of authorizer to use for the gateway.
|
895
895
|
#
|
896
|
+
# * `CUSTOM_JWT` - Authorize with a bearer token.
|
897
|
+
#
|
898
|
+
# * `AWS_IAM` - Authorize with your Amazon Web Services IAM credentials.
|
899
|
+
#
|
896
900
|
# @option params [Types::AuthorizerConfiguration] :authorizer_configuration
|
897
|
-
# The authorizer configuration for the gateway.
|
901
|
+
# The authorizer configuration for the gateway. Required if
|
902
|
+
# `authorizerType` is `CUSTOM_JWT`.
|
898
903
|
#
|
899
904
|
# @option params [String] :kms_key_arn
|
900
905
|
# The Amazon Resource Name (ARN) of the KMS key used to encrypt data
|
@@ -1016,8 +1021,9 @@ module Aws::BedrockAgentCoreControl
|
|
1016
1021
|
#
|
1017
1022
|
# @option params [String] :client_token
|
1018
1023
|
# A unique, case-sensitive identifier to ensure that the API request
|
1019
|
-
# completes no more than one time. If this
|
1020
|
-
#
|
1024
|
+
# completes no more than one time. If you don't specify this field, a
|
1025
|
+
# value is randomly generated for you. If this token matches a previous
|
1026
|
+
# request, the service ignores the request, but doesn't return an
|
1021
1027
|
# error. For more information, see [Ensuring idempotency][1].
|
1022
1028
|
#
|
1023
1029
|
# **A suitable default value is auto-generated.** You should normally
|
@@ -1031,7 +1037,7 @@ module Aws::BedrockAgentCoreControl
|
|
1031
1037
|
# The configuration settings for the target, including endpoint
|
1032
1038
|
# information and schema definitions.
|
1033
1039
|
#
|
1034
|
-
# @option params [
|
1040
|
+
# @option params [Array<Types::CredentialProviderConfiguration>] :credential_provider_configurations
|
1035
1041
|
# The credential provider configurations for the target. These
|
1036
1042
|
# configurations specify how the gateway authenticates with the target
|
1037
1043
|
# endpoint.
|
@@ -1048,6 +1054,7 @@ module Aws::BedrockAgentCoreControl
|
|
1048
1054
|
# * {Types::CreateGatewayTargetResponse#description #description} => String
|
1049
1055
|
# * {Types::CreateGatewayTargetResponse#target_configuration #target_configuration} => Types::TargetConfiguration
|
1050
1056
|
# * {Types::CreateGatewayTargetResponse#credential_provider_configurations #credential_provider_configurations} => Array<Types::CredentialProviderConfiguration>
|
1057
|
+
# * {Types::CreateGatewayTargetResponse#last_synchronized_at #last_synchronized_at} => Time
|
1051
1058
|
#
|
1052
1059
|
# @example Request syntax with placeholder values
|
1053
1060
|
#
|
@@ -1113,9 +1120,12 @@ module Aws::BedrockAgentCoreControl
|
|
1113
1120
|
# ],
|
1114
1121
|
# },
|
1115
1122
|
# },
|
1123
|
+
# mcp_server: {
|
1124
|
+
# endpoint: "McpServerTargetConfigurationEndpointString", # required
|
1125
|
+
# },
|
1116
1126
|
# },
|
1117
1127
|
# },
|
1118
|
-
# credential_provider_configurations: [
|
1128
|
+
# credential_provider_configurations: [
|
1119
1129
|
# {
|
1120
1130
|
# credential_provider_type: "GATEWAY_IAM_ROLE", # required, accepts GATEWAY_IAM_ROLE, OAUTH, API_KEY
|
1121
1131
|
# credential_provider: {
|
@@ -1143,7 +1153,7 @@ module Aws::BedrockAgentCoreControl
|
|
1143
1153
|
# resp.target_id #=> String
|
1144
1154
|
# resp.created_at #=> Time
|
1145
1155
|
# resp.updated_at #=> Time
|
1146
|
-
# resp.status #=> String, one of "CREATING", "UPDATING", "UPDATE_UNSUCCESSFUL", "DELETING", "READY", "FAILED"
|
1156
|
+
# resp.status #=> String, one of "CREATING", "UPDATING", "UPDATE_UNSUCCESSFUL", "DELETING", "READY", "FAILED", "SYNCHRONIZING", "SYNCHRONIZE_UNSUCCESSFUL"
|
1147
1157
|
# resp.status_reasons #=> Array
|
1148
1158
|
# resp.status_reasons[0] #=> String
|
1149
1159
|
# resp.name #=> String
|
@@ -1174,6 +1184,7 @@ module Aws::BedrockAgentCoreControl
|
|
1174
1184
|
# resp.target_configuration.mcp.lambda.tool_schema.inline_payload[0].output_schema.required[0] #=> String
|
1175
1185
|
# resp.target_configuration.mcp.lambda.tool_schema.inline_payload[0].output_schema.items #=> Types::SchemaDefinition
|
1176
1186
|
# resp.target_configuration.mcp.lambda.tool_schema.inline_payload[0].output_schema.description #=> String
|
1187
|
+
# resp.target_configuration.mcp.mcp_server.endpoint #=> String
|
1177
1188
|
# resp.credential_provider_configurations #=> Array
|
1178
1189
|
# resp.credential_provider_configurations[0].credential_provider_type #=> String, one of "GATEWAY_IAM_ROLE", "OAUTH", "API_KEY"
|
1179
1190
|
# resp.credential_provider_configurations[0].credential_provider.oauth_credential_provider.provider_arn #=> String
|
@@ -1185,6 +1196,7 @@ module Aws::BedrockAgentCoreControl
|
|
1185
1196
|
# resp.credential_provider_configurations[0].credential_provider.api_key_credential_provider.credential_parameter_name #=> String
|
1186
1197
|
# resp.credential_provider_configurations[0].credential_provider.api_key_credential_provider.credential_prefix #=> String
|
1187
1198
|
# resp.credential_provider_configurations[0].credential_provider.api_key_credential_provider.credential_location #=> String, one of "HEADER", "QUERY_PARAMETER"
|
1199
|
+
# resp.last_synchronized_at #=> Time
|
1188
1200
|
#
|
1189
1201
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/CreateGatewayTarget AWS API Documentation
|
1190
1202
|
#
|
@@ -1294,6 +1306,26 @@ module Aws::BedrockAgentCoreControl
|
|
1294
1306
|
# model_id: "String", # required
|
1295
1307
|
# },
|
1296
1308
|
# },
|
1309
|
+
# self_managed_configuration: {
|
1310
|
+
# trigger_conditions: [
|
1311
|
+
# {
|
1312
|
+
# message_based_trigger: {
|
1313
|
+
# message_count: 1,
|
1314
|
+
# },
|
1315
|
+
# token_based_trigger: {
|
1316
|
+
# token_count: 1,
|
1317
|
+
# },
|
1318
|
+
# time_based_trigger: {
|
1319
|
+
# idle_session_timeout: 1,
|
1320
|
+
# },
|
1321
|
+
# },
|
1322
|
+
# ],
|
1323
|
+
# invocation_configuration: { # required
|
1324
|
+
# topic_arn: "Arn", # required
|
1325
|
+
# payload_delivery_bucket_name: "InvocationConfigurationInputPayloadDeliveryBucketNameString", # required
|
1326
|
+
# },
|
1327
|
+
# historical_context_window_size: 1,
|
1328
|
+
# },
|
1297
1329
|
# },
|
1298
1330
|
# },
|
1299
1331
|
# },
|
@@ -1320,7 +1352,7 @@ module Aws::BedrockAgentCoreControl
|
|
1320
1352
|
# resp.memory.strategies[0].strategy_id #=> String
|
1321
1353
|
# resp.memory.strategies[0].name #=> String
|
1322
1354
|
# resp.memory.strategies[0].description #=> String
|
1323
|
-
# resp.memory.strategies[0].configuration.type #=> String, one of "SEMANTIC_OVERRIDE", "SUMMARY_OVERRIDE", "USER_PREFERENCE_OVERRIDE"
|
1355
|
+
# resp.memory.strategies[0].configuration.type #=> String, one of "SEMANTIC_OVERRIDE", "SUMMARY_OVERRIDE", "USER_PREFERENCE_OVERRIDE", "SELF_MANAGED"
|
1324
1356
|
# resp.memory.strategies[0].configuration.extraction.custom_extraction_configuration.semantic_extraction_override.append_to_prompt #=> String
|
1325
1357
|
# resp.memory.strategies[0].configuration.extraction.custom_extraction_configuration.semantic_extraction_override.model_id #=> String
|
1326
1358
|
# resp.memory.strategies[0].configuration.extraction.custom_extraction_configuration.user_preference_extraction_override.append_to_prompt #=> String
|
@@ -1331,6 +1363,13 @@ module Aws::BedrockAgentCoreControl
|
|
1331
1363
|
# resp.memory.strategies[0].configuration.consolidation.custom_consolidation_configuration.summary_consolidation_override.model_id #=> String
|
1332
1364
|
# resp.memory.strategies[0].configuration.consolidation.custom_consolidation_configuration.user_preference_consolidation_override.append_to_prompt #=> String
|
1333
1365
|
# resp.memory.strategies[0].configuration.consolidation.custom_consolidation_configuration.user_preference_consolidation_override.model_id #=> String
|
1366
|
+
# resp.memory.strategies[0].configuration.self_managed_configuration.trigger_conditions #=> Array
|
1367
|
+
# resp.memory.strategies[0].configuration.self_managed_configuration.trigger_conditions[0].message_based_trigger.message_count #=> Integer
|
1368
|
+
# resp.memory.strategies[0].configuration.self_managed_configuration.trigger_conditions[0].token_based_trigger.token_count #=> Integer
|
1369
|
+
# resp.memory.strategies[0].configuration.self_managed_configuration.trigger_conditions[0].time_based_trigger.idle_session_timeout #=> Integer
|
1370
|
+
# resp.memory.strategies[0].configuration.self_managed_configuration.invocation_configuration.topic_arn #=> String
|
1371
|
+
# resp.memory.strategies[0].configuration.self_managed_configuration.invocation_configuration.payload_delivery_bucket_name #=> String
|
1372
|
+
# resp.memory.strategies[0].configuration.self_managed_configuration.historical_context_window_size #=> Integer
|
1334
1373
|
# resp.memory.strategies[0].type #=> String, one of "SEMANTIC", "SUMMARIZATION", "USER_PREFERENCE", "CUSTOM"
|
1335
1374
|
# resp.memory.strategies[0].namespaces #=> Array
|
1336
1375
|
# resp.memory.strategies[0].namespaces[0] #=> String
|
@@ -1693,7 +1732,7 @@ module Aws::BedrockAgentCoreControl
|
|
1693
1732
|
#
|
1694
1733
|
# resp.gateway_arn #=> String
|
1695
1734
|
# resp.target_id #=> String
|
1696
|
-
# resp.status #=> String, one of "CREATING", "UPDATING", "UPDATE_UNSUCCESSFUL", "DELETING", "READY", "FAILED"
|
1735
|
+
# resp.status #=> String, one of "CREATING", "UPDATING", "UPDATE_UNSUCCESSFUL", "DELETING", "READY", "FAILED", "SYNCHRONIZING", "SYNCHRONIZE_UNSUCCESSFUL"
|
1697
1736
|
# resp.status_reasons #=> Array
|
1698
1737
|
# resp.status_reasons[0] #=> String
|
1699
1738
|
#
|
@@ -2145,6 +2184,7 @@ module Aws::BedrockAgentCoreControl
|
|
2145
2184
|
# * {Types::GetGatewayTargetResponse#description #description} => String
|
2146
2185
|
# * {Types::GetGatewayTargetResponse#target_configuration #target_configuration} => Types::TargetConfiguration
|
2147
2186
|
# * {Types::GetGatewayTargetResponse#credential_provider_configurations #credential_provider_configurations} => Array<Types::CredentialProviderConfiguration>
|
2187
|
+
# * {Types::GetGatewayTargetResponse#last_synchronized_at #last_synchronized_at} => Time
|
2148
2188
|
#
|
2149
2189
|
# @example Request syntax with placeholder values
|
2150
2190
|
#
|
@@ -2159,7 +2199,7 @@ module Aws::BedrockAgentCoreControl
|
|
2159
2199
|
# resp.target_id #=> String
|
2160
2200
|
# resp.created_at #=> Time
|
2161
2201
|
# resp.updated_at #=> Time
|
2162
|
-
# resp.status #=> String, one of "CREATING", "UPDATING", "UPDATE_UNSUCCESSFUL", "DELETING", "READY", "FAILED"
|
2202
|
+
# resp.status #=> String, one of "CREATING", "UPDATING", "UPDATE_UNSUCCESSFUL", "DELETING", "READY", "FAILED", "SYNCHRONIZING", "SYNCHRONIZE_UNSUCCESSFUL"
|
2163
2203
|
# resp.status_reasons #=> Array
|
2164
2204
|
# resp.status_reasons[0] #=> String
|
2165
2205
|
# resp.name #=> String
|
@@ -2190,6 +2230,7 @@ module Aws::BedrockAgentCoreControl
|
|
2190
2230
|
# resp.target_configuration.mcp.lambda.tool_schema.inline_payload[0].output_schema.required[0] #=> String
|
2191
2231
|
# resp.target_configuration.mcp.lambda.tool_schema.inline_payload[0].output_schema.items #=> Types::SchemaDefinition
|
2192
2232
|
# resp.target_configuration.mcp.lambda.tool_schema.inline_payload[0].output_schema.description #=> String
|
2233
|
+
# resp.target_configuration.mcp.mcp_server.endpoint #=> String
|
2193
2234
|
# resp.credential_provider_configurations #=> Array
|
2194
2235
|
# resp.credential_provider_configurations[0].credential_provider_type #=> String, one of "GATEWAY_IAM_ROLE", "OAUTH", "API_KEY"
|
2195
2236
|
# resp.credential_provider_configurations[0].credential_provider.oauth_credential_provider.provider_arn #=> String
|
@@ -2201,6 +2242,7 @@ module Aws::BedrockAgentCoreControl
|
|
2201
2242
|
# resp.credential_provider_configurations[0].credential_provider.api_key_credential_provider.credential_parameter_name #=> String
|
2202
2243
|
# resp.credential_provider_configurations[0].credential_provider.api_key_credential_provider.credential_prefix #=> String
|
2203
2244
|
# resp.credential_provider_configurations[0].credential_provider.api_key_credential_provider.credential_location #=> String, one of "HEADER", "QUERY_PARAMETER"
|
2245
|
+
# resp.last_synchronized_at #=> Time
|
2204
2246
|
#
|
2205
2247
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/GetGatewayTarget AWS API Documentation
|
2206
2248
|
#
|
@@ -2243,7 +2285,7 @@ module Aws::BedrockAgentCoreControl
|
|
2243
2285
|
# resp.memory.strategies[0].strategy_id #=> String
|
2244
2286
|
# resp.memory.strategies[0].name #=> String
|
2245
2287
|
# resp.memory.strategies[0].description #=> String
|
2246
|
-
# resp.memory.strategies[0].configuration.type #=> String, one of "SEMANTIC_OVERRIDE", "SUMMARY_OVERRIDE", "USER_PREFERENCE_OVERRIDE"
|
2288
|
+
# resp.memory.strategies[0].configuration.type #=> String, one of "SEMANTIC_OVERRIDE", "SUMMARY_OVERRIDE", "USER_PREFERENCE_OVERRIDE", "SELF_MANAGED"
|
2247
2289
|
# resp.memory.strategies[0].configuration.extraction.custom_extraction_configuration.semantic_extraction_override.append_to_prompt #=> String
|
2248
2290
|
# resp.memory.strategies[0].configuration.extraction.custom_extraction_configuration.semantic_extraction_override.model_id #=> String
|
2249
2291
|
# resp.memory.strategies[0].configuration.extraction.custom_extraction_configuration.user_preference_extraction_override.append_to_prompt #=> String
|
@@ -2254,6 +2296,13 @@ module Aws::BedrockAgentCoreControl
|
|
2254
2296
|
# resp.memory.strategies[0].configuration.consolidation.custom_consolidation_configuration.summary_consolidation_override.model_id #=> String
|
2255
2297
|
# resp.memory.strategies[0].configuration.consolidation.custom_consolidation_configuration.user_preference_consolidation_override.append_to_prompt #=> String
|
2256
2298
|
# resp.memory.strategies[0].configuration.consolidation.custom_consolidation_configuration.user_preference_consolidation_override.model_id #=> String
|
2299
|
+
# resp.memory.strategies[0].configuration.self_managed_configuration.trigger_conditions #=> Array
|
2300
|
+
# resp.memory.strategies[0].configuration.self_managed_configuration.trigger_conditions[0].message_based_trigger.message_count #=> Integer
|
2301
|
+
# resp.memory.strategies[0].configuration.self_managed_configuration.trigger_conditions[0].token_based_trigger.token_count #=> Integer
|
2302
|
+
# resp.memory.strategies[0].configuration.self_managed_configuration.trigger_conditions[0].time_based_trigger.idle_session_timeout #=> Integer
|
2303
|
+
# resp.memory.strategies[0].configuration.self_managed_configuration.invocation_configuration.topic_arn #=> String
|
2304
|
+
# resp.memory.strategies[0].configuration.self_managed_configuration.invocation_configuration.payload_delivery_bucket_name #=> String
|
2305
|
+
# resp.memory.strategies[0].configuration.self_managed_configuration.historical_context_window_size #=> Integer
|
2257
2306
|
# resp.memory.strategies[0].type #=> String, one of "SEMANTIC", "SUMMARIZATION", "USER_PREFERENCE", "CUSTOM"
|
2258
2307
|
# resp.memory.strategies[0].namespaces #=> Array
|
2259
2308
|
# resp.memory.strategies[0].namespaces[0] #=> String
|
@@ -2735,7 +2784,7 @@ module Aws::BedrockAgentCoreControl
|
|
2735
2784
|
# resp.items #=> Array
|
2736
2785
|
# resp.items[0].target_id #=> String
|
2737
2786
|
# resp.items[0].name #=> String
|
2738
|
-
# resp.items[0].status #=> String, one of "CREATING", "UPDATING", "UPDATE_UNSUCCESSFUL", "DELETING", "READY", "FAILED"
|
2787
|
+
# resp.items[0].status #=> String, one of "CREATING", "UPDATING", "UPDATE_UNSUCCESSFUL", "DELETING", "READY", "FAILED", "SYNCHRONIZING", "SYNCHRONIZE_UNSUCCESSFUL"
|
2739
2788
|
# resp.items[0].description #=> String
|
2740
2789
|
# resp.items[0].created_at #=> Time
|
2741
2790
|
# resp.items[0].updated_at #=> Time
|
@@ -3000,6 +3049,86 @@ module Aws::BedrockAgentCoreControl
|
|
3000
3049
|
req.send_request(options)
|
3001
3050
|
end
|
3002
3051
|
|
3052
|
+
# The gateway targets.
|
3053
|
+
#
|
3054
|
+
# @option params [required, String] :gateway_identifier
|
3055
|
+
# The gateway Identifier.
|
3056
|
+
#
|
3057
|
+
# @option params [required, Array<String>] :target_id_list
|
3058
|
+
# The target ID list.
|
3059
|
+
#
|
3060
|
+
# @return [Types::SynchronizeGatewayTargetsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3061
|
+
#
|
3062
|
+
# * {Types::SynchronizeGatewayTargetsResponse#targets #targets} => Array<Types::GatewayTarget>
|
3063
|
+
#
|
3064
|
+
# @example Request syntax with placeholder values
|
3065
|
+
#
|
3066
|
+
# resp = client.synchronize_gateway_targets({
|
3067
|
+
# gateway_identifier: "GatewayIdentifier", # required
|
3068
|
+
# target_id_list: ["TargetId"], # required
|
3069
|
+
# })
|
3070
|
+
#
|
3071
|
+
# @example Response structure
|
3072
|
+
#
|
3073
|
+
# resp.targets #=> Array
|
3074
|
+
# resp.targets[0].gateway_arn #=> String
|
3075
|
+
# resp.targets[0].target_id #=> String
|
3076
|
+
# resp.targets[0].created_at #=> Time
|
3077
|
+
# resp.targets[0].updated_at #=> Time
|
3078
|
+
# resp.targets[0].status #=> String, one of "CREATING", "UPDATING", "UPDATE_UNSUCCESSFUL", "DELETING", "READY", "FAILED", "SYNCHRONIZING", "SYNCHRONIZE_UNSUCCESSFUL"
|
3079
|
+
# resp.targets[0].status_reasons #=> Array
|
3080
|
+
# resp.targets[0].status_reasons[0] #=> String
|
3081
|
+
# resp.targets[0].name #=> String
|
3082
|
+
# resp.targets[0].description #=> String
|
3083
|
+
# resp.targets[0].target_configuration.mcp.open_api_schema.s3.uri #=> String
|
3084
|
+
# resp.targets[0].target_configuration.mcp.open_api_schema.s3.bucket_owner_account_id #=> String
|
3085
|
+
# resp.targets[0].target_configuration.mcp.open_api_schema.inline_payload #=> String
|
3086
|
+
# resp.targets[0].target_configuration.mcp.smithy_model.s3.uri #=> String
|
3087
|
+
# resp.targets[0].target_configuration.mcp.smithy_model.s3.bucket_owner_account_id #=> String
|
3088
|
+
# resp.targets[0].target_configuration.mcp.smithy_model.inline_payload #=> String
|
3089
|
+
# resp.targets[0].target_configuration.mcp.lambda.lambda_arn #=> String
|
3090
|
+
# resp.targets[0].target_configuration.mcp.lambda.tool_schema.s3.uri #=> String
|
3091
|
+
# resp.targets[0].target_configuration.mcp.lambda.tool_schema.s3.bucket_owner_account_id #=> String
|
3092
|
+
# resp.targets[0].target_configuration.mcp.lambda.tool_schema.inline_payload #=> Array
|
3093
|
+
# resp.targets[0].target_configuration.mcp.lambda.tool_schema.inline_payload[0].name #=> String
|
3094
|
+
# resp.targets[0].target_configuration.mcp.lambda.tool_schema.inline_payload[0].description #=> String
|
3095
|
+
# resp.targets[0].target_configuration.mcp.lambda.tool_schema.inline_payload[0].input_schema.type #=> String, one of "string", "number", "object", "array", "boolean", "integer"
|
3096
|
+
# resp.targets[0].target_configuration.mcp.lambda.tool_schema.inline_payload[0].input_schema.properties #=> Hash
|
3097
|
+
# resp.targets[0].target_configuration.mcp.lambda.tool_schema.inline_payload[0].input_schema.properties["String"] #=> Types::SchemaDefinition
|
3098
|
+
# resp.targets[0].target_configuration.mcp.lambda.tool_schema.inline_payload[0].input_schema.required #=> Array
|
3099
|
+
# resp.targets[0].target_configuration.mcp.lambda.tool_schema.inline_payload[0].input_schema.required[0] #=> String
|
3100
|
+
# resp.targets[0].target_configuration.mcp.lambda.tool_schema.inline_payload[0].input_schema.items #=> Types::SchemaDefinition
|
3101
|
+
# resp.targets[0].target_configuration.mcp.lambda.tool_schema.inline_payload[0].input_schema.description #=> String
|
3102
|
+
# resp.targets[0].target_configuration.mcp.lambda.tool_schema.inline_payload[0].output_schema.type #=> String, one of "string", "number", "object", "array", "boolean", "integer"
|
3103
|
+
# resp.targets[0].target_configuration.mcp.lambda.tool_schema.inline_payload[0].output_schema.properties #=> Hash
|
3104
|
+
# resp.targets[0].target_configuration.mcp.lambda.tool_schema.inline_payload[0].output_schema.properties["String"] #=> Types::SchemaDefinition
|
3105
|
+
# resp.targets[0].target_configuration.mcp.lambda.tool_schema.inline_payload[0].output_schema.required #=> Array
|
3106
|
+
# resp.targets[0].target_configuration.mcp.lambda.tool_schema.inline_payload[0].output_schema.required[0] #=> String
|
3107
|
+
# resp.targets[0].target_configuration.mcp.lambda.tool_schema.inline_payload[0].output_schema.items #=> Types::SchemaDefinition
|
3108
|
+
# resp.targets[0].target_configuration.mcp.lambda.tool_schema.inline_payload[0].output_schema.description #=> String
|
3109
|
+
# resp.targets[0].target_configuration.mcp.mcp_server.endpoint #=> String
|
3110
|
+
# resp.targets[0].credential_provider_configurations #=> Array
|
3111
|
+
# resp.targets[0].credential_provider_configurations[0].credential_provider_type #=> String, one of "GATEWAY_IAM_ROLE", "OAUTH", "API_KEY"
|
3112
|
+
# resp.targets[0].credential_provider_configurations[0].credential_provider.oauth_credential_provider.provider_arn #=> String
|
3113
|
+
# resp.targets[0].credential_provider_configurations[0].credential_provider.oauth_credential_provider.scopes #=> Array
|
3114
|
+
# resp.targets[0].credential_provider_configurations[0].credential_provider.oauth_credential_provider.scopes[0] #=> String
|
3115
|
+
# resp.targets[0].credential_provider_configurations[0].credential_provider.oauth_credential_provider.custom_parameters #=> Hash
|
3116
|
+
# resp.targets[0].credential_provider_configurations[0].credential_provider.oauth_credential_provider.custom_parameters["OAuthCustomParametersKey"] #=> String
|
3117
|
+
# resp.targets[0].credential_provider_configurations[0].credential_provider.api_key_credential_provider.provider_arn #=> String
|
3118
|
+
# resp.targets[0].credential_provider_configurations[0].credential_provider.api_key_credential_provider.credential_parameter_name #=> String
|
3119
|
+
# resp.targets[0].credential_provider_configurations[0].credential_provider.api_key_credential_provider.credential_prefix #=> String
|
3120
|
+
# resp.targets[0].credential_provider_configurations[0].credential_provider.api_key_credential_provider.credential_location #=> String, one of "HEADER", "QUERY_PARAMETER"
|
3121
|
+
# resp.targets[0].last_synchronized_at #=> Time
|
3122
|
+
#
|
3123
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/SynchronizeGatewayTargets AWS API Documentation
|
3124
|
+
#
|
3125
|
+
# @overload synchronize_gateway_targets(params = {})
|
3126
|
+
# @param [Hash] params ({})
|
3127
|
+
def synchronize_gateway_targets(params = {}, options = {})
|
3128
|
+
req = build_request(:synchronize_gateway_targets, params)
|
3129
|
+
req.send_request(options)
|
3130
|
+
end
|
3131
|
+
|
3003
3132
|
# Associates the specified tags to a resource with the specified
|
3004
3133
|
# resourceArn. If existing tags on a resource are not specified in the
|
3005
3134
|
# request parameters, they are not changed. When a resource is deleted,
|
@@ -3425,7 +3554,7 @@ module Aws::BedrockAgentCoreControl
|
|
3425
3554
|
# The configuration for a gateway target. This structure defines how the
|
3426
3555
|
# gateway connects to and interacts with the target endpoint.
|
3427
3556
|
#
|
3428
|
-
# @option params [
|
3557
|
+
# @option params [Array<Types::CredentialProviderConfiguration>] :credential_provider_configurations
|
3429
3558
|
# The updated credential provider configurations for the gateway target.
|
3430
3559
|
#
|
3431
3560
|
# @return [Types::UpdateGatewayTargetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -3440,6 +3569,7 @@ module Aws::BedrockAgentCoreControl
|
|
3440
3569
|
# * {Types::UpdateGatewayTargetResponse#description #description} => String
|
3441
3570
|
# * {Types::UpdateGatewayTargetResponse#target_configuration #target_configuration} => Types::TargetConfiguration
|
3442
3571
|
# * {Types::UpdateGatewayTargetResponse#credential_provider_configurations #credential_provider_configurations} => Array<Types::CredentialProviderConfiguration>
|
3572
|
+
# * {Types::UpdateGatewayTargetResponse#last_synchronized_at #last_synchronized_at} => Time
|
3443
3573
|
#
|
3444
3574
|
# @example Request syntax with placeholder values
|
3445
3575
|
#
|
@@ -3505,9 +3635,12 @@ module Aws::BedrockAgentCoreControl
|
|
3505
3635
|
# ],
|
3506
3636
|
# },
|
3507
3637
|
# },
|
3638
|
+
# mcp_server: {
|
3639
|
+
# endpoint: "McpServerTargetConfigurationEndpointString", # required
|
3640
|
+
# },
|
3508
3641
|
# },
|
3509
3642
|
# },
|
3510
|
-
# credential_provider_configurations: [
|
3643
|
+
# credential_provider_configurations: [
|
3511
3644
|
# {
|
3512
3645
|
# credential_provider_type: "GATEWAY_IAM_ROLE", # required, accepts GATEWAY_IAM_ROLE, OAUTH, API_KEY
|
3513
3646
|
# credential_provider: {
|
@@ -3535,7 +3668,7 @@ module Aws::BedrockAgentCoreControl
|
|
3535
3668
|
# resp.target_id #=> String
|
3536
3669
|
# resp.created_at #=> Time
|
3537
3670
|
# resp.updated_at #=> Time
|
3538
|
-
# resp.status #=> String, one of "CREATING", "UPDATING", "UPDATE_UNSUCCESSFUL", "DELETING", "READY", "FAILED"
|
3671
|
+
# resp.status #=> String, one of "CREATING", "UPDATING", "UPDATE_UNSUCCESSFUL", "DELETING", "READY", "FAILED", "SYNCHRONIZING", "SYNCHRONIZE_UNSUCCESSFUL"
|
3539
3672
|
# resp.status_reasons #=> Array
|
3540
3673
|
# resp.status_reasons[0] #=> String
|
3541
3674
|
# resp.name #=> String
|
@@ -3566,6 +3699,7 @@ module Aws::BedrockAgentCoreControl
|
|
3566
3699
|
# resp.target_configuration.mcp.lambda.tool_schema.inline_payload[0].output_schema.required[0] #=> String
|
3567
3700
|
# resp.target_configuration.mcp.lambda.tool_schema.inline_payload[0].output_schema.items #=> Types::SchemaDefinition
|
3568
3701
|
# resp.target_configuration.mcp.lambda.tool_schema.inline_payload[0].output_schema.description #=> String
|
3702
|
+
# resp.target_configuration.mcp.mcp_server.endpoint #=> String
|
3569
3703
|
# resp.credential_provider_configurations #=> Array
|
3570
3704
|
# resp.credential_provider_configurations[0].credential_provider_type #=> String, one of "GATEWAY_IAM_ROLE", "OAUTH", "API_KEY"
|
3571
3705
|
# resp.credential_provider_configurations[0].credential_provider.oauth_credential_provider.provider_arn #=> String
|
@@ -3577,6 +3711,7 @@ module Aws::BedrockAgentCoreControl
|
|
3577
3711
|
# resp.credential_provider_configurations[0].credential_provider.api_key_credential_provider.credential_parameter_name #=> String
|
3578
3712
|
# resp.credential_provider_configurations[0].credential_provider.api_key_credential_provider.credential_prefix #=> String
|
3579
3713
|
# resp.credential_provider_configurations[0].credential_provider.api_key_credential_provider.credential_location #=> String, one of "HEADER", "QUERY_PARAMETER"
|
3714
|
+
# resp.last_synchronized_at #=> Time
|
3580
3715
|
#
|
3581
3716
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/UpdateGatewayTarget AWS API Documentation
|
3582
3717
|
#
|
@@ -3675,6 +3810,26 @@ module Aws::BedrockAgentCoreControl
|
|
3675
3810
|
# model_id: "String", # required
|
3676
3811
|
# },
|
3677
3812
|
# },
|
3813
|
+
# self_managed_configuration: {
|
3814
|
+
# trigger_conditions: [
|
3815
|
+
# {
|
3816
|
+
# message_based_trigger: {
|
3817
|
+
# message_count: 1,
|
3818
|
+
# },
|
3819
|
+
# token_based_trigger: {
|
3820
|
+
# token_count: 1,
|
3821
|
+
# },
|
3822
|
+
# time_based_trigger: {
|
3823
|
+
# idle_session_timeout: 1,
|
3824
|
+
# },
|
3825
|
+
# },
|
3826
|
+
# ],
|
3827
|
+
# invocation_configuration: { # required
|
3828
|
+
# topic_arn: "Arn", # required
|
3829
|
+
# payload_delivery_bucket_name: "InvocationConfigurationInputPayloadDeliveryBucketNameString", # required
|
3830
|
+
# },
|
3831
|
+
# historical_context_window_size: 1,
|
3832
|
+
# },
|
3678
3833
|
# },
|
3679
3834
|
# },
|
3680
3835
|
# },
|
@@ -3713,6 +3868,26 @@ module Aws::BedrockAgentCoreControl
|
|
3713
3868
|
# },
|
3714
3869
|
# },
|
3715
3870
|
# },
|
3871
|
+
# self_managed_configuration: {
|
3872
|
+
# trigger_conditions: [
|
3873
|
+
# {
|
3874
|
+
# message_based_trigger: {
|
3875
|
+
# message_count: 1,
|
3876
|
+
# },
|
3877
|
+
# token_based_trigger: {
|
3878
|
+
# token_count: 1,
|
3879
|
+
# },
|
3880
|
+
# time_based_trigger: {
|
3881
|
+
# idle_session_timeout: 1,
|
3882
|
+
# },
|
3883
|
+
# },
|
3884
|
+
# ],
|
3885
|
+
# invocation_configuration: {
|
3886
|
+
# topic_arn: "Arn",
|
3887
|
+
# payload_delivery_bucket_name: "ModifyInvocationConfigurationInputPayloadDeliveryBucketNameString",
|
3888
|
+
# },
|
3889
|
+
# historical_context_window_size: 1,
|
3890
|
+
# },
|
3716
3891
|
# },
|
3717
3892
|
# },
|
3718
3893
|
# ],
|
@@ -3741,7 +3916,7 @@ module Aws::BedrockAgentCoreControl
|
|
3741
3916
|
# resp.memory.strategies[0].strategy_id #=> String
|
3742
3917
|
# resp.memory.strategies[0].name #=> String
|
3743
3918
|
# resp.memory.strategies[0].description #=> String
|
3744
|
-
# resp.memory.strategies[0].configuration.type #=> String, one of "SEMANTIC_OVERRIDE", "SUMMARY_OVERRIDE", "USER_PREFERENCE_OVERRIDE"
|
3919
|
+
# resp.memory.strategies[0].configuration.type #=> String, one of "SEMANTIC_OVERRIDE", "SUMMARY_OVERRIDE", "USER_PREFERENCE_OVERRIDE", "SELF_MANAGED"
|
3745
3920
|
# resp.memory.strategies[0].configuration.extraction.custom_extraction_configuration.semantic_extraction_override.append_to_prompt #=> String
|
3746
3921
|
# resp.memory.strategies[0].configuration.extraction.custom_extraction_configuration.semantic_extraction_override.model_id #=> String
|
3747
3922
|
# resp.memory.strategies[0].configuration.extraction.custom_extraction_configuration.user_preference_extraction_override.append_to_prompt #=> String
|
@@ -3752,6 +3927,13 @@ module Aws::BedrockAgentCoreControl
|
|
3752
3927
|
# resp.memory.strategies[0].configuration.consolidation.custom_consolidation_configuration.summary_consolidation_override.model_id #=> String
|
3753
3928
|
# resp.memory.strategies[0].configuration.consolidation.custom_consolidation_configuration.user_preference_consolidation_override.append_to_prompt #=> String
|
3754
3929
|
# resp.memory.strategies[0].configuration.consolidation.custom_consolidation_configuration.user_preference_consolidation_override.model_id #=> String
|
3930
|
+
# resp.memory.strategies[0].configuration.self_managed_configuration.trigger_conditions #=> Array
|
3931
|
+
# resp.memory.strategies[0].configuration.self_managed_configuration.trigger_conditions[0].message_based_trigger.message_count #=> Integer
|
3932
|
+
# resp.memory.strategies[0].configuration.self_managed_configuration.trigger_conditions[0].token_based_trigger.token_count #=> Integer
|
3933
|
+
# resp.memory.strategies[0].configuration.self_managed_configuration.trigger_conditions[0].time_based_trigger.idle_session_timeout #=> Integer
|
3934
|
+
# resp.memory.strategies[0].configuration.self_managed_configuration.invocation_configuration.topic_arn #=> String
|
3935
|
+
# resp.memory.strategies[0].configuration.self_managed_configuration.invocation_configuration.payload_delivery_bucket_name #=> String
|
3936
|
+
# resp.memory.strategies[0].configuration.self_managed_configuration.historical_context_window_size #=> Integer
|
3755
3937
|
# resp.memory.strategies[0].type #=> String, one of "SEMANTIC", "SUMMARIZATION", "USER_PREFERENCE", "CUSTOM"
|
3756
3938
|
# resp.memory.strategies[0].namespaces #=> Array
|
3757
3939
|
# resp.memory.strategies[0].namespaces[0] #=> String
|
@@ -3945,7 +4127,7 @@ module Aws::BedrockAgentCoreControl
|
|
3945
4127
|
tracer: tracer
|
3946
4128
|
)
|
3947
4129
|
context[:gem_name] = 'aws-sdk-bedrockagentcorecontrol'
|
3948
|
-
context[:gem_version] = '1.
|
4130
|
+
context[:gem_version] = '1.9.0'
|
3949
4131
|
Seahorse::Client::Request.new(handlers, context)
|
3950
4132
|
end
|
3951
4133
|
|