aws-sdk-bedrockagentcorecontrol 1.13.0 → 1.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a0209ac8921a6957e03f29ca82d46b5e08c3297ab5bf9b04ccbfe7b2608092a
4
- data.tar.gz: 6ce02e3096c35376499187a8e3a31693c4cb20ce1854d9fb62f0be757d81e6c7
3
+ metadata.gz: 3c2b42916b4c3f1f0d7583d96941910bfbf219d88550116548cc7e7ea2a375f9
4
+ data.tar.gz: ed0b344ca09f8fc2c815c4e713b3525bd1987fee68b2d68fbda9ca5e1645b94b
5
5
  SHA512:
6
- metadata.gz: 1eeb30929c8f2f70b2fb5ae66e55ff1867266e67ae2aff06648a7400303d9821e62893272a4822d518ca16f71e0170f43f4179fbe4a88c9021ffe75732b802bd
7
- data.tar.gz: e367b803c6e037128846f40a7abf1a3e750e9df457f04a53c492a86ba9c67fd942e89a14b572383652d20845e75a98f3916c744bfc7d04fad81d094755734273
6
+ metadata.gz: e2d099c110256650d24d6586aecac3dfaf4f9e62a8b1c55a582adcde0cb912d7cde55121ba8a12c05845e413ae2a67e40c9fc6a026fed4ae14e28a30763026e2
7
+ data.tar.gz: a5f789b15f95b501e788767d30525883d99a4bed6d591100b80e73490c3dc8824a6125c793ac2b0e003839a394760ac24d76c9e52f7753c4b2bf7d979ba98311
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.15.0 (2025-11-21)
5
+ ------------------
6
+
7
+ * Feature - Support for agentcore gateway interceptor configurations and NONE authorizer type
8
+
9
+ 1.14.0 (2025-11-03)
10
+ ------------------
11
+
12
+ * Feature - Adds support for direct code deploy with CreateAgentRuntime and UpdateAgentRuntime
13
+
4
14
  1.13.0 (2025-10-30)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.13.0
1
+ 1.15.0
@@ -539,6 +539,17 @@ module Aws::BedrockAgentCoreControl
539
539
  # container_configuration: {
540
540
  # container_uri: "RuntimeContainerUri", # required
541
541
  # },
542
+ # code_configuration: {
543
+ # code: { # required
544
+ # s3: {
545
+ # bucket: "S3LocationBucketString", # required
546
+ # prefix: "S3LocationPrefixString", # required
547
+ # version_id: "S3LocationVersionIdString",
548
+ # },
549
+ # },
550
+ # runtime: "PYTHON_3_10", # required, accepts PYTHON_3_10, PYTHON_3_11, PYTHON_3_12, PYTHON_3_13
551
+ # entry_point: ["entryPoint"], # required
552
+ # },
542
553
  # },
543
554
  # role_arn: "RoleArn", # required
544
555
  # network_configuration: { # required
@@ -772,6 +783,7 @@ module Aws::BedrockAgentCoreControl
772
783
  # s3_location: {
773
784
  # bucket: "S3LocationBucketString", # required
774
785
  # prefix: "S3LocationPrefixString", # required
786
+ # version_id: "S3LocationVersionIdString",
775
787
  # },
776
788
  # },
777
789
  # browser_signing: {
@@ -917,6 +929,8 @@ module Aws::BedrockAgentCoreControl
917
929
  #
918
930
  # * `AWS_IAM` - Authorize with your Amazon Web Services IAM credentials.
919
931
  #
932
+ # * `NONE` - No authorization
933
+ #
920
934
  # @option params [Types::AuthorizerConfiguration] :authorizer_configuration
921
935
  # The authorizer configuration for the gateway. Required if
922
936
  # `authorizerType` is `CUSTOM_JWT`.
@@ -925,6 +939,11 @@ module Aws::BedrockAgentCoreControl
925
939
  # The Amazon Resource Name (ARN) of the KMS key used to encrypt data
926
940
  # associated with the gateway.
927
941
  #
942
+ # @option params [Array<Types::GatewayInterceptorConfiguration>] :interceptor_configurations
943
+ # A list of configuration settings for a gateway interceptor. Gateway
944
+ # interceptors allow custom code to be invoked during gateway
945
+ # invocations.
946
+ #
928
947
  # @option params [String] :exception_level
929
948
  # The level of detail in error messages returned when invoking the
930
949
  # gateway.
@@ -956,6 +975,7 @@ module Aws::BedrockAgentCoreControl
956
975
  # * {Types::CreateGatewayResponse#authorizer_type #authorizer_type} => String
957
976
  # * {Types::CreateGatewayResponse#authorizer_configuration #authorizer_configuration} => Types::AuthorizerConfiguration
958
977
  # * {Types::CreateGatewayResponse#kms_key_arn #kms_key_arn} => String
978
+ # * {Types::CreateGatewayResponse#interceptor_configurations #interceptor_configurations} => Array&lt;Types::GatewayInterceptorConfiguration&gt;
959
979
  # * {Types::CreateGatewayResponse#workload_identity_details #workload_identity_details} => Types::WorkloadIdentityDetails
960
980
  # * {Types::CreateGatewayResponse#exception_level #exception_level} => String
961
981
  #
@@ -974,7 +994,7 @@ module Aws::BedrockAgentCoreControl
974
994
  # search_type: "SEMANTIC", # accepts SEMANTIC
975
995
  # },
976
996
  # },
977
- # authorizer_type: "CUSTOM_JWT", # required, accepts CUSTOM_JWT, AWS_IAM
997
+ # authorizer_type: "CUSTOM_JWT", # required, accepts CUSTOM_JWT, AWS_IAM, NONE
978
998
  # authorizer_configuration: {
979
999
  # custom_jwt_authorizer: {
980
1000
  # discovery_url: "DiscoveryUrl", # required
@@ -983,6 +1003,19 @@ module Aws::BedrockAgentCoreControl
983
1003
  # },
984
1004
  # },
985
1005
  # kms_key_arn: "KmsKeyArn",
1006
+ # interceptor_configurations: [
1007
+ # {
1008
+ # interceptor: { # required
1009
+ # lambda: {
1010
+ # arn: "LambdaFunctionArn", # required
1011
+ # },
1012
+ # },
1013
+ # interception_points: ["REQUEST"], # required, accepts REQUEST, RESPONSE
1014
+ # input_configuration: {
1015
+ # pass_request_headers: false, # required
1016
+ # },
1017
+ # },
1018
+ # ],
986
1019
  # exception_level: "DEBUG", # accepts DEBUG
987
1020
  # tags: {
988
1021
  # "TagKey" => "TagValue",
@@ -1007,13 +1040,18 @@ module Aws::BedrockAgentCoreControl
1007
1040
  # resp.protocol_configuration.mcp.supported_versions[0] #=> String
1008
1041
  # resp.protocol_configuration.mcp.instructions #=> String
1009
1042
  # resp.protocol_configuration.mcp.search_type #=> String, one of "SEMANTIC"
1010
- # resp.authorizer_type #=> String, one of "CUSTOM_JWT", "AWS_IAM"
1043
+ # resp.authorizer_type #=> String, one of "CUSTOM_JWT", "AWS_IAM", "NONE"
1011
1044
  # resp.authorizer_configuration.custom_jwt_authorizer.discovery_url #=> String
1012
1045
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_audience #=> Array
1013
1046
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_audience[0] #=> String
1014
1047
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_clients #=> Array
1015
1048
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_clients[0] #=> String
1016
1049
  # resp.kms_key_arn #=> String
1050
+ # resp.interceptor_configurations #=> Array
1051
+ # resp.interceptor_configurations[0].interceptor.lambda.arn #=> String
1052
+ # resp.interceptor_configurations[0].interception_points #=> Array
1053
+ # resp.interceptor_configurations[0].interception_points[0] #=> String, one of "REQUEST", "RESPONSE"
1054
+ # resp.interceptor_configurations[0].input_configuration.pass_request_headers #=> Boolean
1017
1055
  # resp.workload_identity_details.workload_identity_arn #=> String
1018
1056
  # resp.exception_level #=> String, one of "DEBUG"
1019
1057
  #
@@ -1644,6 +1682,14 @@ module Aws::BedrockAgentCoreControl
1644
1682
  # @option params [required, String] :agent_runtime_id
1645
1683
  # The unique identifier of the AgentCore Runtime to delete.
1646
1684
  #
1685
+ # @option params [String] :client_token
1686
+ # A unique, case-sensitive identifier to ensure that the operation
1687
+ # completes no more than one time. If this token matches a previous
1688
+ # request, the service ignores the request but does not return an error.
1689
+ #
1690
+ # **A suitable default value is auto-generated.** You should normally
1691
+ # not need to pass this option.**
1692
+ #
1647
1693
  # @return [Types::DeleteAgentRuntimeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1648
1694
  #
1649
1695
  # * {Types::DeleteAgentRuntimeResponse#status #status} => String
@@ -1653,6 +1699,7 @@ module Aws::BedrockAgentCoreControl
1653
1699
  #
1654
1700
  # resp = client.delete_agent_runtime({
1655
1701
  # agent_runtime_id: "AgentRuntimeId", # required
1702
+ # client_token: "ClientToken",
1656
1703
  # })
1657
1704
  #
1658
1705
  # @example Response structure
@@ -2026,6 +2073,12 @@ module Aws::BedrockAgentCoreControl
2026
2073
  # resp.description #=> String
2027
2074
  # resp.workload_identity_details.workload_identity_arn #=> String
2028
2075
  # resp.agent_runtime_artifact.container_configuration.container_uri #=> String
2076
+ # resp.agent_runtime_artifact.code_configuration.code.s3.bucket #=> String
2077
+ # resp.agent_runtime_artifact.code_configuration.code.s3.prefix #=> String
2078
+ # resp.agent_runtime_artifact.code_configuration.code.s3.version_id #=> String
2079
+ # resp.agent_runtime_artifact.code_configuration.runtime #=> String, one of "PYTHON_3_10", "PYTHON_3_11", "PYTHON_3_12", "PYTHON_3_13"
2080
+ # resp.agent_runtime_artifact.code_configuration.entry_point #=> Array
2081
+ # resp.agent_runtime_artifact.code_configuration.entry_point[0] #=> String
2029
2082
  # resp.protocol_configuration.server_protocol #=> String, one of "MCP", "HTTP", "A2A"
2030
2083
  # resp.environment_variables #=> Hash
2031
2084
  # resp.environment_variables["EnvironmentVariableKey"] #=> String
@@ -2176,6 +2229,7 @@ module Aws::BedrockAgentCoreControl
2176
2229
  # resp.recording.enabled #=> Boolean
2177
2230
  # resp.recording.s3_location.bucket #=> String
2178
2231
  # resp.recording.s3_location.prefix #=> String
2232
+ # resp.recording.s3_location.version_id #=> String
2179
2233
  # resp.browser_signing.enabled #=> Boolean
2180
2234
  # resp.status #=> String, one of "CREATING", "CREATE_FAILED", "READY", "DELETING", "DELETE_FAILED", "DELETED"
2181
2235
  # resp.failure_reason #=> String
@@ -2263,6 +2317,7 @@ module Aws::BedrockAgentCoreControl
2263
2317
  # * {Types::GetGatewayResponse#authorizer_type #authorizer_type} => String
2264
2318
  # * {Types::GetGatewayResponse#authorizer_configuration #authorizer_configuration} => Types::AuthorizerConfiguration
2265
2319
  # * {Types::GetGatewayResponse#kms_key_arn #kms_key_arn} => String
2320
+ # * {Types::GetGatewayResponse#interceptor_configurations #interceptor_configurations} => Array&lt;Types::GatewayInterceptorConfiguration&gt;
2266
2321
  # * {Types::GetGatewayResponse#workload_identity_details #workload_identity_details} => Types::WorkloadIdentityDetails
2267
2322
  # * {Types::GetGatewayResponse#exception_level #exception_level} => String
2268
2323
  #
@@ -2290,13 +2345,18 @@ module Aws::BedrockAgentCoreControl
2290
2345
  # resp.protocol_configuration.mcp.supported_versions[0] #=> String
2291
2346
  # resp.protocol_configuration.mcp.instructions #=> String
2292
2347
  # resp.protocol_configuration.mcp.search_type #=> String, one of "SEMANTIC"
2293
- # resp.authorizer_type #=> String, one of "CUSTOM_JWT", "AWS_IAM"
2348
+ # resp.authorizer_type #=> String, one of "CUSTOM_JWT", "AWS_IAM", "NONE"
2294
2349
  # resp.authorizer_configuration.custom_jwt_authorizer.discovery_url #=> String
2295
2350
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_audience #=> Array
2296
2351
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_audience[0] #=> String
2297
2352
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_clients #=> Array
2298
2353
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_clients[0] #=> String
2299
2354
  # resp.kms_key_arn #=> String
2355
+ # resp.interceptor_configurations #=> Array
2356
+ # resp.interceptor_configurations[0].interceptor.lambda.arn #=> String
2357
+ # resp.interceptor_configurations[0].interception_points #=> Array
2358
+ # resp.interceptor_configurations[0].interception_points[0] #=> String, one of "REQUEST", "RESPONSE"
2359
+ # resp.interceptor_configurations[0].input_configuration.pass_request_headers #=> Boolean
2300
2360
  # resp.workload_identity_details.workload_identity_arn #=> String
2301
2361
  # resp.exception_level #=> String, one of "DEBUG"
2302
2362
  #
@@ -3028,7 +3088,7 @@ module Aws::BedrockAgentCoreControl
3028
3088
  # resp.items[0].description #=> String
3029
3089
  # resp.items[0].created_at #=> Time
3030
3090
  # resp.items[0].updated_at #=> Time
3031
- # resp.items[0].authorizer_type #=> String, one of "CUSTOM_JWT", "AWS_IAM"
3091
+ # resp.items[0].authorizer_type #=> String, one of "CUSTOM_JWT", "AWS_IAM", "NONE"
3032
3092
  # resp.items[0].protocol_type #=> String, one of "MCP"
3033
3093
  # resp.next_token #=> String
3034
3094
  #
@@ -3449,6 +3509,17 @@ module Aws::BedrockAgentCoreControl
3449
3509
  # container_configuration: {
3450
3510
  # container_uri: "RuntimeContainerUri", # required
3451
3511
  # },
3512
+ # code_configuration: {
3513
+ # code: { # required
3514
+ # s3: {
3515
+ # bucket: "S3LocationBucketString", # required
3516
+ # prefix: "S3LocationPrefixString", # required
3517
+ # version_id: "S3LocationVersionIdString",
3518
+ # },
3519
+ # },
3520
+ # runtime: "PYTHON_3_10", # required, accepts PYTHON_3_10, PYTHON_3_11, PYTHON_3_12, PYTHON_3_13
3521
+ # entry_point: ["entryPoint"], # required
3522
+ # },
3452
3523
  # },
3453
3524
  # role_arn: "RoleArn", # required
3454
3525
  # network_configuration: { # required
@@ -3634,6 +3705,9 @@ module Aws::BedrockAgentCoreControl
3634
3705
  # @option params [String] :kms_key_arn
3635
3706
  # The updated ARN of the KMS key used to encrypt the gateway.
3636
3707
  #
3708
+ # @option params [Array<Types::GatewayInterceptorConfiguration>] :interceptor_configurations
3709
+ # The updated interceptor configurations for the gateway.
3710
+ #
3637
3711
  # @option params [String] :exception_level
3638
3712
  # The level of detail in error messages returned when invoking the
3639
3713
  # gateway.
@@ -3661,6 +3735,7 @@ module Aws::BedrockAgentCoreControl
3661
3735
  # * {Types::UpdateGatewayResponse#authorizer_type #authorizer_type} => String
3662
3736
  # * {Types::UpdateGatewayResponse#authorizer_configuration #authorizer_configuration} => Types::AuthorizerConfiguration
3663
3737
  # * {Types::UpdateGatewayResponse#kms_key_arn #kms_key_arn} => String
3738
+ # * {Types::UpdateGatewayResponse#interceptor_configurations #interceptor_configurations} => Array&lt;Types::GatewayInterceptorConfiguration&gt;
3664
3739
  # * {Types::UpdateGatewayResponse#workload_identity_details #workload_identity_details} => Types::WorkloadIdentityDetails
3665
3740
  # * {Types::UpdateGatewayResponse#exception_level #exception_level} => String
3666
3741
  #
@@ -3679,7 +3754,7 @@ module Aws::BedrockAgentCoreControl
3679
3754
  # search_type: "SEMANTIC", # accepts SEMANTIC
3680
3755
  # },
3681
3756
  # },
3682
- # authorizer_type: "CUSTOM_JWT", # required, accepts CUSTOM_JWT, AWS_IAM
3757
+ # authorizer_type: "CUSTOM_JWT", # required, accepts CUSTOM_JWT, AWS_IAM, NONE
3683
3758
  # authorizer_configuration: {
3684
3759
  # custom_jwt_authorizer: {
3685
3760
  # discovery_url: "DiscoveryUrl", # required
@@ -3688,6 +3763,19 @@ module Aws::BedrockAgentCoreControl
3688
3763
  # },
3689
3764
  # },
3690
3765
  # kms_key_arn: "KmsKeyArn",
3766
+ # interceptor_configurations: [
3767
+ # {
3768
+ # interceptor: { # required
3769
+ # lambda: {
3770
+ # arn: "LambdaFunctionArn", # required
3771
+ # },
3772
+ # },
3773
+ # interception_points: ["REQUEST"], # required, accepts REQUEST, RESPONSE
3774
+ # input_configuration: {
3775
+ # pass_request_headers: false, # required
3776
+ # },
3777
+ # },
3778
+ # ],
3691
3779
  # exception_level: "DEBUG", # accepts DEBUG
3692
3780
  # })
3693
3781
  #
@@ -3709,13 +3797,18 @@ module Aws::BedrockAgentCoreControl
3709
3797
  # resp.protocol_configuration.mcp.supported_versions[0] #=> String
3710
3798
  # resp.protocol_configuration.mcp.instructions #=> String
3711
3799
  # resp.protocol_configuration.mcp.search_type #=> String, one of "SEMANTIC"
3712
- # resp.authorizer_type #=> String, one of "CUSTOM_JWT", "AWS_IAM"
3800
+ # resp.authorizer_type #=> String, one of "CUSTOM_JWT", "AWS_IAM", "NONE"
3713
3801
  # resp.authorizer_configuration.custom_jwt_authorizer.discovery_url #=> String
3714
3802
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_audience #=> Array
3715
3803
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_audience[0] #=> String
3716
3804
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_clients #=> Array
3717
3805
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_clients[0] #=> String
3718
3806
  # resp.kms_key_arn #=> String
3807
+ # resp.interceptor_configurations #=> Array
3808
+ # resp.interceptor_configurations[0].interceptor.lambda.arn #=> String
3809
+ # resp.interceptor_configurations[0].interception_points #=> Array
3810
+ # resp.interceptor_configurations[0].interception_points[0] #=> String, one of "REQUEST", "RESPONSE"
3811
+ # resp.interceptor_configurations[0].input_configuration.pass_request_headers #=> Boolean
3719
3812
  # resp.workload_identity_details.workload_identity_arn #=> String
3720
3813
  # resp.exception_level #=> String, one of "DEBUG"
3721
3814
  #
@@ -4383,7 +4476,7 @@ module Aws::BedrockAgentCoreControl
4383
4476
  tracer: tracer
4384
4477
  )
4385
4478
  context[:gem_name] = 'aws-sdk-bedrockagentcorecontrol'
4386
- context[:gem_version] = '1.13.0'
4479
+ context[:gem_version] = '1.15.0'
4387
4480
  Seahorse::Client::Request.new(handlers, context)
4388
4481
  end
4389
4482
 
@@ -16,6 +16,7 @@ module Aws::BedrockAgentCoreControl
16
16
 
17
17
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
18
18
  AgentEndpointDescription = Shapes::StringShape.new(name: 'AgentEndpointDescription')
19
+ AgentManagedRuntimeType = Shapes::StringShape.new(name: 'AgentManagedRuntimeType')
19
20
  AgentRuntime = Shapes::StructureShape.new(name: 'AgentRuntime')
20
21
  AgentRuntimeArn = Shapes::StringShape.new(name: 'AgentRuntimeArn')
21
22
  AgentRuntimeArtifact = Shapes::UnionShape.new(name: 'AgentRuntimeArtifact')
@@ -63,6 +64,9 @@ module Aws::BedrockAgentCoreControl
63
64
  ClientIdType = Shapes::StringShape.new(name: 'ClientIdType')
64
65
  ClientSecretType = Shapes::StringShape.new(name: 'ClientSecretType')
65
66
  ClientToken = Shapes::StringShape.new(name: 'ClientToken')
67
+ Code = Shapes::UnionShape.new(name: 'Code')
68
+ CodeConfiguration = Shapes::StructureShape.new(name: 'CodeConfiguration')
69
+ CodeConfigurationEntryPointList = Shapes::ListShape.new(name: 'CodeConfigurationEntryPointList')
66
70
  CodeInterpreterArn = Shapes::StringShape.new(name: 'CodeInterpreterArn')
67
71
  CodeInterpreterId = Shapes::StringShape.new(name: 'CodeInterpreterId')
68
72
  CodeInterpreterNetworkConfiguration = Shapes::StructureShape.new(name: 'CodeInterpreterNetworkConfiguration')
@@ -151,6 +155,10 @@ module Aws::BedrockAgentCoreControl
151
155
  GatewayDescription = Shapes::StringShape.new(name: 'GatewayDescription')
152
156
  GatewayId = Shapes::StringShape.new(name: 'GatewayId')
153
157
  GatewayIdentifier = Shapes::StringShape.new(name: 'GatewayIdentifier')
158
+ GatewayInterceptionPoint = Shapes::StringShape.new(name: 'GatewayInterceptionPoint')
159
+ GatewayInterceptionPoints = Shapes::ListShape.new(name: 'GatewayInterceptionPoints')
160
+ GatewayInterceptorConfiguration = Shapes::StructureShape.new(name: 'GatewayInterceptorConfiguration')
161
+ GatewayInterceptorConfigurations = Shapes::ListShape.new(name: 'GatewayInterceptorConfigurations')
154
162
  GatewayMaxResults = Shapes::IntegerShape.new(name: 'GatewayMaxResults')
155
163
  GatewayName = Shapes::StringShape.new(name: 'GatewayName')
156
164
  GatewayNextToken = Shapes::StringShape.new(name: 'GatewayNextToken')
@@ -193,6 +201,8 @@ module Aws::BedrockAgentCoreControl
193
201
  IncludedOauth2ProviderConfigOutput = Shapes::StructureShape.new(name: 'IncludedOauth2ProviderConfigOutput')
194
202
  InlinePayload = Shapes::StringShape.new(name: 'InlinePayload')
195
203
  Integer = Shapes::IntegerShape.new(name: 'Integer')
204
+ InterceptorConfiguration = Shapes::UnionShape.new(name: 'InterceptorConfiguration')
205
+ InterceptorInputConfiguration = Shapes::StructureShape.new(name: 'InterceptorInputConfiguration')
196
206
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
197
207
  InvocationConfiguration = Shapes::StructureShape.new(name: 'InvocationConfiguration')
198
208
  InvocationConfigurationInput = Shapes::StructureShape.new(name: 'InvocationConfigurationInput')
@@ -202,6 +212,7 @@ module Aws::BedrockAgentCoreControl
202
212
  KmsConfiguration = Shapes::StructureShape.new(name: 'KmsConfiguration')
203
213
  KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
204
214
  LambdaFunctionArn = Shapes::StringShape.new(name: 'LambdaFunctionArn')
215
+ LambdaInterceptorConfiguration = Shapes::StructureShape.new(name: 'LambdaInterceptorConfiguration')
205
216
  LifecycleConfiguration = Shapes::StructureShape.new(name: 'LifecycleConfiguration')
206
217
  LifecycleConfigurationIdleRuntimeSessionTimeoutInteger = Shapes::IntegerShape.new(name: 'LifecycleConfigurationIdleRuntimeSessionTimeoutInteger')
207
218
  LifecycleConfigurationMaxLifetimeInteger = Shapes::IntegerShape.new(name: 'LifecycleConfigurationMaxLifetimeInteger')
@@ -313,6 +324,7 @@ module Aws::BedrockAgentCoreControl
313
324
  S3Location = Shapes::StructureShape.new(name: 'S3Location')
314
325
  S3LocationBucketString = Shapes::StringShape.new(name: 'S3LocationBucketString')
315
326
  S3LocationPrefixString = Shapes::StringShape.new(name: 'S3LocationPrefixString')
327
+ S3LocationVersionIdString = Shapes::StringShape.new(name: 'S3LocationVersionIdString')
316
328
  SalesforceOauth2ProviderConfigInput = Shapes::StructureShape.new(name: 'SalesforceOauth2ProviderConfigInput')
317
329
  SalesforceOauth2ProviderConfigOutput = Shapes::StructureShape.new(name: 'SalesforceOauth2ProviderConfigOutput')
318
330
  SandboxName = Shapes::StringShape.new(name: 'SandboxName')
@@ -428,6 +440,7 @@ module Aws::BedrockAgentCoreControl
428
440
  WorkloadIdentityList = Shapes::ListShape.new(name: 'WorkloadIdentityList')
429
441
  WorkloadIdentityNameType = Shapes::StringShape.new(name: 'WorkloadIdentityNameType')
430
442
  WorkloadIdentityType = Shapes::StructureShape.new(name: 'WorkloadIdentityType')
443
+ entryPoint = Shapes::StringShape.new(name: 'entryPoint')
431
444
 
432
445
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
433
446
  AccessDeniedException.struct_class = Types::AccessDeniedException
@@ -442,8 +455,10 @@ module Aws::BedrockAgentCoreControl
442
455
  AgentRuntime.struct_class = Types::AgentRuntime
443
456
 
444
457
  AgentRuntimeArtifact.add_member(:container_configuration, Shapes::ShapeRef.new(shape: ContainerConfiguration, location_name: "containerConfiguration"))
458
+ AgentRuntimeArtifact.add_member(:code_configuration, Shapes::ShapeRef.new(shape: CodeConfiguration, location_name: "codeConfiguration"))
445
459
  AgentRuntimeArtifact.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
446
460
  AgentRuntimeArtifact.add_member_subclass(:container_configuration, Types::AgentRuntimeArtifact::ContainerConfiguration)
461
+ AgentRuntimeArtifact.add_member_subclass(:code_configuration, Types::AgentRuntimeArtifact::CodeConfiguration)
447
462
  AgentRuntimeArtifact.add_member_subclass(:unknown, Types::AgentRuntimeArtifact::Unknown)
448
463
  AgentRuntimeArtifact.struct_class = Types::AgentRuntimeArtifact
449
464
 
@@ -524,6 +539,19 @@ module Aws::BedrockAgentCoreControl
524
539
  BrowserSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "lastUpdatedAt"))
525
540
  BrowserSummary.struct_class = Types::BrowserSummary
526
541
 
542
+ Code.add_member(:s3, Shapes::ShapeRef.new(shape: S3Location, location_name: "s3"))
543
+ Code.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
544
+ Code.add_member_subclass(:s3, Types::Code::S3)
545
+ Code.add_member_subclass(:unknown, Types::Code::Unknown)
546
+ Code.struct_class = Types::Code
547
+
548
+ CodeConfiguration.add_member(:code, Shapes::ShapeRef.new(shape: Code, required: true, location_name: "code"))
549
+ CodeConfiguration.add_member(:runtime, Shapes::ShapeRef.new(shape: AgentManagedRuntimeType, required: true, location_name: "runtime"))
550
+ CodeConfiguration.add_member(:entry_point, Shapes::ShapeRef.new(shape: CodeConfigurationEntryPointList, required: true, location_name: "entryPoint"))
551
+ CodeConfiguration.struct_class = Types::CodeConfiguration
552
+
553
+ CodeConfigurationEntryPointList.member = Shapes::ShapeRef.new(shape: entryPoint)
554
+
527
555
  CodeInterpreterNetworkConfiguration.add_member(:network_mode, Shapes::ShapeRef.new(shape: CodeInterpreterNetworkMode, required: true, location_name: "networkMode"))
528
556
  CodeInterpreterNetworkConfiguration.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "vpcConfig"))
529
557
  CodeInterpreterNetworkConfiguration.struct_class = Types::CodeInterpreterNetworkConfiguration
@@ -642,6 +670,7 @@ module Aws::BedrockAgentCoreControl
642
670
  CreateGatewayRequest.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
643
671
  CreateGatewayRequest.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
644
672
  CreateGatewayRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
673
+ CreateGatewayRequest.add_member(:interceptor_configurations, Shapes::ShapeRef.new(shape: GatewayInterceptorConfigurations, location_name: "interceptorConfigurations"))
645
674
  CreateGatewayRequest.add_member(:exception_level, Shapes::ShapeRef.new(shape: ExceptionLevel, location_name: "exceptionLevel"))
646
675
  CreateGatewayRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
647
676
  CreateGatewayRequest.struct_class = Types::CreateGatewayRequest
@@ -661,6 +690,7 @@ module Aws::BedrockAgentCoreControl
661
690
  CreateGatewayResponse.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
662
691
  CreateGatewayResponse.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
663
692
  CreateGatewayResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
693
+ CreateGatewayResponse.add_member(:interceptor_configurations, Shapes::ShapeRef.new(shape: GatewayInterceptorConfigurations, location_name: "interceptorConfigurations"))
664
694
  CreateGatewayResponse.add_member(:workload_identity_details, Shapes::ShapeRef.new(shape: WorkloadIdentityDetails, location_name: "workloadIdentityDetails"))
665
695
  CreateGatewayResponse.add_member(:exception_level, Shapes::ShapeRef.new(shape: ExceptionLevel, location_name: "exceptionLevel"))
666
696
  CreateGatewayResponse.struct_class = Types::CreateGatewayResponse
@@ -818,6 +848,7 @@ module Aws::BedrockAgentCoreControl
818
848
  DeleteAgentRuntimeEndpointResponse.struct_class = Types::DeleteAgentRuntimeEndpointResponse
819
849
 
820
850
  DeleteAgentRuntimeRequest.add_member(:agent_runtime_id, Shapes::ShapeRef.new(shape: AgentRuntimeId, required: true, location: "uri", location_name: "agentRuntimeId"))
851
+ DeleteAgentRuntimeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
821
852
  DeleteAgentRuntimeRequest.struct_class = Types::DeleteAgentRuntimeRequest
822
853
 
823
854
  DeleteAgentRuntimeResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentRuntimeStatus, required: true, location_name: "status"))
@@ -900,6 +931,15 @@ module Aws::BedrockAgentCoreControl
900
931
  ExtractionConfiguration.add_member_subclass(:unknown, Types::ExtractionConfiguration::Unknown)
901
932
  ExtractionConfiguration.struct_class = Types::ExtractionConfiguration
902
933
 
934
+ GatewayInterceptionPoints.member = Shapes::ShapeRef.new(shape: GatewayInterceptionPoint)
935
+
936
+ GatewayInterceptorConfiguration.add_member(:interceptor, Shapes::ShapeRef.new(shape: InterceptorConfiguration, required: true, location_name: "interceptor"))
937
+ GatewayInterceptorConfiguration.add_member(:interception_points, Shapes::ShapeRef.new(shape: GatewayInterceptionPoints, required: true, location_name: "interceptionPoints"))
938
+ GatewayInterceptorConfiguration.add_member(:input_configuration, Shapes::ShapeRef.new(shape: InterceptorInputConfiguration, location_name: "inputConfiguration"))
939
+ GatewayInterceptorConfiguration.struct_class = Types::GatewayInterceptorConfiguration
940
+
941
+ GatewayInterceptorConfigurations.member = Shapes::ShapeRef.new(shape: GatewayInterceptorConfiguration)
942
+
903
943
  GatewayProtocolConfiguration.add_member(:mcp, Shapes::ShapeRef.new(shape: MCPGatewayConfiguration, location_name: "mcp"))
904
944
  GatewayProtocolConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
905
945
  GatewayProtocolConfiguration.add_member_subclass(:mcp, Types::GatewayProtocolConfiguration::Mcp)
@@ -1033,6 +1073,7 @@ module Aws::BedrockAgentCoreControl
1033
1073
  GetGatewayResponse.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
1034
1074
  GetGatewayResponse.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
1035
1075
  GetGatewayResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
1076
+ GetGatewayResponse.add_member(:interceptor_configurations, Shapes::ShapeRef.new(shape: GatewayInterceptorConfigurations, location_name: "interceptorConfigurations"))
1036
1077
  GetGatewayResponse.add_member(:workload_identity_details, Shapes::ShapeRef.new(shape: WorkloadIdentityDetails, location_name: "workloadIdentityDetails"))
1037
1078
  GetGatewayResponse.add_member(:exception_level, Shapes::ShapeRef.new(shape: ExceptionLevel, location_name: "exceptionLevel"))
1038
1079
  GetGatewayResponse.struct_class = Types::GetGatewayResponse
@@ -1118,6 +1159,15 @@ module Aws::BedrockAgentCoreControl
1118
1159
  IncludedOauth2ProviderConfigOutput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, location_name: "clientId"))
1119
1160
  IncludedOauth2ProviderConfigOutput.struct_class = Types::IncludedOauth2ProviderConfigOutput
1120
1161
 
1162
+ InterceptorConfiguration.add_member(:lambda, Shapes::ShapeRef.new(shape: LambdaInterceptorConfiguration, location_name: "lambda"))
1163
+ InterceptorConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1164
+ InterceptorConfiguration.add_member_subclass(:lambda, Types::InterceptorConfiguration::Lambda)
1165
+ InterceptorConfiguration.add_member_subclass(:unknown, Types::InterceptorConfiguration::Unknown)
1166
+ InterceptorConfiguration.struct_class = Types::InterceptorConfiguration
1167
+
1168
+ InterceptorInputConfiguration.add_member(:pass_request_headers, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "passRequestHeaders"))
1169
+ InterceptorInputConfiguration.struct_class = Types::InterceptorInputConfiguration
1170
+
1121
1171
  InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
1122
1172
  InternalServerException.struct_class = Types::InternalServerException
1123
1173
 
@@ -1133,6 +1183,9 @@ module Aws::BedrockAgentCoreControl
1133
1183
  KmsConfiguration.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
1134
1184
  KmsConfiguration.struct_class = Types::KmsConfiguration
1135
1185
 
1186
+ LambdaInterceptorConfiguration.add_member(:arn, Shapes::ShapeRef.new(shape: LambdaFunctionArn, required: true, location_name: "arn"))
1187
+ LambdaInterceptorConfiguration.struct_class = Types::LambdaInterceptorConfiguration
1188
+
1136
1189
  LifecycleConfiguration.add_member(:idle_runtime_session_timeout, Shapes::ShapeRef.new(shape: LifecycleConfigurationIdleRuntimeSessionTimeoutInteger, location_name: "idleRuntimeSessionTimeout"))
1137
1190
  LifecycleConfiguration.add_member(:max_lifetime, Shapes::ShapeRef.new(shape: LifecycleConfigurationMaxLifetimeInteger, location_name: "maxLifetime"))
1138
1191
  LifecycleConfiguration.struct_class = Types::LifecycleConfiguration
@@ -1491,6 +1544,7 @@ module Aws::BedrockAgentCoreControl
1491
1544
 
1492
1545
  S3Location.add_member(:bucket, Shapes::ShapeRef.new(shape: S3LocationBucketString, required: true, location_name: "bucket"))
1493
1546
  S3Location.add_member(:prefix, Shapes::ShapeRef.new(shape: S3LocationPrefixString, required: true, location_name: "prefix"))
1547
+ S3Location.add_member(:version_id, Shapes::ShapeRef.new(shape: S3LocationVersionIdString, location_name: "versionId"))
1494
1548
  S3Location.struct_class = Types::S3Location
1495
1549
 
1496
1550
  SalesforceOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
@@ -1763,6 +1817,7 @@ module Aws::BedrockAgentCoreControl
1763
1817
  UpdateGatewayRequest.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
1764
1818
  UpdateGatewayRequest.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
1765
1819
  UpdateGatewayRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
1820
+ UpdateGatewayRequest.add_member(:interceptor_configurations, Shapes::ShapeRef.new(shape: GatewayInterceptorConfigurations, location_name: "interceptorConfigurations"))
1766
1821
  UpdateGatewayRequest.add_member(:exception_level, Shapes::ShapeRef.new(shape: ExceptionLevel, location_name: "exceptionLevel"))
1767
1822
  UpdateGatewayRequest.struct_class = Types::UpdateGatewayRequest
1768
1823
 
@@ -1781,6 +1836,7 @@ module Aws::BedrockAgentCoreControl
1781
1836
  UpdateGatewayResponse.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
1782
1837
  UpdateGatewayResponse.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
1783
1838
  UpdateGatewayResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
1839
+ UpdateGatewayResponse.add_member(:interceptor_configurations, Shapes::ShapeRef.new(shape: GatewayInterceptorConfigurations, location_name: "interceptorConfigurations"))
1784
1840
  UpdateGatewayResponse.add_member(:workload_identity_details, Shapes::ShapeRef.new(shape: WorkloadIdentityDetails, location_name: "workloadIdentityDetails"))
1785
1841
  UpdateGatewayResponse.add_member(:exception_level, Shapes::ShapeRef.new(shape: ExceptionLevel, location_name: "exceptionLevel"))
1786
1842
  UpdateGatewayResponse.struct_class = Types::UpdateGatewayResponse
@@ -79,16 +79,23 @@ module Aws::BedrockAgentCoreControl
79
79
  # The container configuration for the agent artifact.
80
80
  # @return [Types::ContainerConfiguration]
81
81
  #
82
+ # @!attribute [rw] code_configuration
83
+ # The code configuration for the agent runtime artifact, including the
84
+ # source code location and execution settings.
85
+ # @return [Types::CodeConfiguration]
86
+ #
82
87
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/AgentRuntimeArtifact AWS API Documentation
83
88
  #
84
89
  class AgentRuntimeArtifact < Struct.new(
85
90
  :container_configuration,
91
+ :code_configuration,
86
92
  :unknown)
87
93
  SENSITIVE = []
88
94
  include Aws::Structure
89
95
  include Aws::Structure::Union
90
96
 
91
97
  class ContainerConfiguration < AgentRuntimeArtifact; end
98
+ class CodeConfiguration < AgentRuntimeArtifact; end
92
99
  class Unknown < AgentRuntimeArtifact; end
93
100
  end
94
101
 
@@ -419,6 +426,59 @@ module Aws::BedrockAgentCoreControl
419
426
  include Aws::Structure
420
427
  end
421
428
 
429
+ # The source code configuration that specifies the location and details
430
+ # of the code to be executed.
431
+ #
432
+ # @note Code is a union - when making an API calls you must set exactly one of the members.
433
+ #
434
+ # @note Code is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of Code corresponding to the set member.
435
+ #
436
+ # @!attribute [rw] s3
437
+ # The Amazon Amazon S3 object that contains the source code for the
438
+ # agent runtime.
439
+ # @return [Types::S3Location]
440
+ #
441
+ # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/Code AWS API Documentation
442
+ #
443
+ class Code < Struct.new(
444
+ :s3,
445
+ :unknown)
446
+ SENSITIVE = []
447
+ include Aws::Structure
448
+ include Aws::Structure::Union
449
+
450
+ class S3 < Code; end
451
+ class Unknown < Code; end
452
+ end
453
+
454
+ # The configuration for the source code that defines how the agent
455
+ # runtime code should be executed, including the code location, runtime
456
+ # environment, and entry point.
457
+ #
458
+ # @!attribute [rw] code
459
+ # The source code location and configuration details.
460
+ # @return [Types::Code]
461
+ #
462
+ # @!attribute [rw] runtime
463
+ # The runtime environment for executing the code (for example, Python
464
+ # 3.9 or Node.js 18).
465
+ # @return [String]
466
+ #
467
+ # @!attribute [rw] entry_point
468
+ # The entry point for the code execution, specifying the function or
469
+ # method that should be invoked when the code runs.
470
+ # @return [Array<String>]
471
+ #
472
+ # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/CodeConfiguration AWS API Documentation
473
+ #
474
+ class CodeConfiguration < Struct.new(
475
+ :code,
476
+ :runtime,
477
+ :entry_point)
478
+ SENSITIVE = []
479
+ include Aws::Structure
480
+ end
481
+
422
482
  # The network configuration for a code interpreter. This structure
423
483
  # defines how the code interpreter connects to the network.
424
484
  #
@@ -1008,6 +1068,8 @@ module Aws::BedrockAgentCoreControl
1008
1068
  #
1009
1069
  # * `AWS_IAM` - Authorize with your Amazon Web Services IAM
1010
1070
  # credentials.
1071
+ #
1072
+ # * `NONE` - No authorization
1011
1073
  # @return [String]
1012
1074
  #
1013
1075
  # @!attribute [rw] authorizer_configuration
@@ -1020,6 +1082,12 @@ module Aws::BedrockAgentCoreControl
1020
1082
  # associated with the gateway.
1021
1083
  # @return [String]
1022
1084
  #
1085
+ # @!attribute [rw] interceptor_configurations
1086
+ # A list of configuration settings for a gateway interceptor. Gateway
1087
+ # interceptors allow custom code to be invoked during gateway
1088
+ # invocations.
1089
+ # @return [Array<Types::GatewayInterceptorConfiguration>]
1090
+ #
1023
1091
  # @!attribute [rw] exception_level
1024
1092
  # The level of detail in error messages returned when invoking the
1025
1093
  # gateway.
@@ -1048,6 +1116,7 @@ module Aws::BedrockAgentCoreControl
1048
1116
  :authorizer_type,
1049
1117
  :authorizer_configuration,
1050
1118
  :kms_key_arn,
1119
+ :interceptor_configurations,
1051
1120
  :exception_level,
1052
1121
  :tags)
1053
1122
  SENSITIVE = [:name, :description]
@@ -1116,6 +1185,10 @@ module Aws::BedrockAgentCoreControl
1116
1185
  # associated with the gateway.
1117
1186
  # @return [String]
1118
1187
  #
1188
+ # @!attribute [rw] interceptor_configurations
1189
+ # The list of interceptor configurations for the created gateway.
1190
+ # @return [Array<Types::GatewayInterceptorConfiguration>]
1191
+ #
1119
1192
  # @!attribute [rw] workload_identity_details
1120
1193
  # The workload identity details for the created gateway.
1121
1194
  # @return [Types::WorkloadIdentityDetails]
@@ -1149,6 +1222,7 @@ module Aws::BedrockAgentCoreControl
1149
1222
  :authorizer_type,
1150
1223
  :authorizer_configuration,
1151
1224
  :kms_key_arn,
1225
+ :interceptor_configurations,
1152
1226
  :workload_identity_details,
1153
1227
  :exception_level)
1154
1228
  SENSITIVE = [:name, :description]
@@ -1839,10 +1913,21 @@ module Aws::BedrockAgentCoreControl
1839
1913
  # The unique identifier of the AgentCore Runtime to delete.
1840
1914
  # @return [String]
1841
1915
  #
1916
+ # @!attribute [rw] client_token
1917
+ # A unique, case-sensitive identifier to ensure that the operation
1918
+ # completes no more than one time. If this token matches a previous
1919
+ # request, the service ignores the request but does not return an
1920
+ # error.
1921
+ #
1922
+ # **A suitable default value is auto-generated.** You should normally
1923
+ # not need to pass this option.
1924
+ # @return [String]
1925
+ #
1842
1926
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/DeleteAgentRuntimeRequest AWS API Documentation
1843
1927
  #
1844
1928
  class DeleteAgentRuntimeRequest < Struct.new(
1845
- :agent_runtime_id)
1929
+ :agent_runtime_id,
1930
+ :client_token)
1846
1931
  SENSITIVE = []
1847
1932
  include Aws::Structure
1848
1933
  end
@@ -2163,6 +2248,35 @@ module Aws::BedrockAgentCoreControl
2163
2248
  class Unknown < ExtractionConfiguration; end
2164
2249
  end
2165
2250
 
2251
+ # The configuration for an interceptor on a gateway. This structure
2252
+ # defines settings for an interceptor that will be invoked during the
2253
+ # invocation of the gateway.
2254
+ #
2255
+ # @!attribute [rw] interceptor
2256
+ # The infrastructure settings of an interceptor configuration. This
2257
+ # structure defines how the interceptor can be invoked.
2258
+ # @return [Types::InterceptorConfiguration]
2259
+ #
2260
+ # @!attribute [rw] interception_points
2261
+ # The supported points of interception. This field specifies which
2262
+ # points during the gateway invocation to invoke the interceptor
2263
+ # @return [Array<String>]
2264
+ #
2265
+ # @!attribute [rw] input_configuration
2266
+ # The configuration for the input of the interceptor. This field
2267
+ # specifies how the input to the interceptor is constructed
2268
+ # @return [Types::InterceptorInputConfiguration]
2269
+ #
2270
+ # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/GatewayInterceptorConfiguration AWS API Documentation
2271
+ #
2272
+ class GatewayInterceptorConfiguration < Struct.new(
2273
+ :interceptor,
2274
+ :interception_points,
2275
+ :input_configuration)
2276
+ SENSITIVE = []
2277
+ include Aws::Structure
2278
+ end
2279
+
2166
2280
  # The configuration for a gateway protocol. This structure defines how
2167
2281
  # the gateway communicates with external services.
2168
2282
  #
@@ -2768,6 +2882,10 @@ module Aws::BedrockAgentCoreControl
2768
2882
  # gateway.
2769
2883
  # @return [String]
2770
2884
  #
2885
+ # @!attribute [rw] interceptor_configurations
2886
+ # The interceptors configured on the gateway.
2887
+ # @return [Array<Types::GatewayInterceptorConfiguration>]
2888
+ #
2771
2889
  # @!attribute [rw] workload_identity_details
2772
2890
  # The workload identity details for the gateway.
2773
2891
  # @return [Types::WorkloadIdentityDetails]
@@ -2801,6 +2919,7 @@ module Aws::BedrockAgentCoreControl
2801
2919
  :authorizer_type,
2802
2920
  :authorizer_configuration,
2803
2921
  :kms_key_arn,
2922
+ :interceptor_configurations,
2804
2923
  :workload_identity_details,
2805
2924
  :exception_level)
2806
2925
  SENSITIVE = [:name, :description]
@@ -3192,6 +3311,44 @@ module Aws::BedrockAgentCoreControl
3192
3311
  include Aws::Structure
3193
3312
  end
3194
3313
 
3314
+ # The interceptor configuration.
3315
+ #
3316
+ # @note InterceptorConfiguration is a union - when making an API calls you must set exactly one of the members.
3317
+ #
3318
+ # @note InterceptorConfiguration is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of InterceptorConfiguration corresponding to the set member.
3319
+ #
3320
+ # @!attribute [rw] lambda
3321
+ # The details of the lambda function used for the interceptor.
3322
+ # @return [Types::LambdaInterceptorConfiguration]
3323
+ #
3324
+ # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/InterceptorConfiguration AWS API Documentation
3325
+ #
3326
+ class InterceptorConfiguration < Struct.new(
3327
+ :lambda,
3328
+ :unknown)
3329
+ SENSITIVE = []
3330
+ include Aws::Structure
3331
+ include Aws::Structure::Union
3332
+
3333
+ class Lambda < InterceptorConfiguration; end
3334
+ class Unknown < InterceptorConfiguration; end
3335
+ end
3336
+
3337
+ # The input configuration of the interceptor.
3338
+ #
3339
+ # @!attribute [rw] pass_request_headers
3340
+ # Indicates whether to pass request headers as input into the
3341
+ # interceptor. When set to true, request headers will be passed.
3342
+ # @return [Boolean]
3343
+ #
3344
+ # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/InterceptorInputConfiguration AWS API Documentation
3345
+ #
3346
+ class InterceptorInputConfiguration < Struct.new(
3347
+ :pass_request_headers)
3348
+ SENSITIVE = []
3349
+ include Aws::Structure
3350
+ end
3351
+
3195
3352
  # This exception is thrown if there was an unexpected error during
3196
3353
  # processing of request
3197
3354
  #
@@ -3265,6 +3422,20 @@ module Aws::BedrockAgentCoreControl
3265
3422
  include Aws::Structure
3266
3423
  end
3267
3424
 
3425
+ # The lambda configuration for the interceptor
3426
+ #
3427
+ # @!attribute [rw] arn
3428
+ # The arn of the lambda function to be invoked for the interceptor.
3429
+ # @return [String]
3430
+ #
3431
+ # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/LambdaInterceptorConfiguration AWS API Documentation
3432
+ #
3433
+ class LambdaInterceptorConfiguration < Struct.new(
3434
+ :arn)
3435
+ SENSITIVE = []
3436
+ include Aws::Structure
3437
+ end
3438
+
3268
3439
  # LifecycleConfiguration lets you manage the lifecycle of runtime
3269
3440
  # sessions and resources in AgentCore Runtime. This configuration helps
3270
3441
  # optimize resource utilization by automatically cleaning up idle
@@ -4747,11 +4918,17 @@ module Aws::BedrockAgentCoreControl
4747
4918
  # to the object keys to organize the data.
4748
4919
  # @return [String]
4749
4920
  #
4921
+ # @!attribute [rw] version_id
4922
+ # The version ID of the Amazon Amazon S3 object. If not specified, the
4923
+ # latest version of the object is used.
4924
+ # @return [String]
4925
+ #
4750
4926
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/S3Location AWS API Documentation
4751
4927
  #
4752
4928
  class S3Location < Struct.new(
4753
4929
  :bucket,
4754
- :prefix)
4930
+ :prefix,
4931
+ :version_id)
4755
4932
  SENSITIVE = []
4756
4933
  include Aws::Structure
4757
4934
  end
@@ -5876,6 +6053,10 @@ module Aws::BedrockAgentCoreControl
5876
6053
  # The updated ARN of the KMS key used to encrypt the gateway.
5877
6054
  # @return [String]
5878
6055
  #
6056
+ # @!attribute [rw] interceptor_configurations
6057
+ # The updated interceptor configurations for the gateway.
6058
+ # @return [Array<Types::GatewayInterceptorConfiguration>]
6059
+ #
5879
6060
  # @!attribute [rw] exception_level
5880
6061
  # The level of detail in error messages returned when invoking the
5881
6062
  # gateway.
@@ -5899,6 +6080,7 @@ module Aws::BedrockAgentCoreControl
5899
6080
  :authorizer_type,
5900
6081
  :authorizer_configuration,
5901
6082
  :kms_key_arn,
6083
+ :interceptor_configurations,
5902
6084
  :exception_level)
5903
6085
  SENSITIVE = [:name, :description]
5904
6086
  include Aws::Structure
@@ -5965,6 +6147,10 @@ module Aws::BedrockAgentCoreControl
5965
6147
  # The updated ARN of the KMS key used to encrypt the gateway.
5966
6148
  # @return [String]
5967
6149
  #
6150
+ # @!attribute [rw] interceptor_configurations
6151
+ # The updated interceptor configurations for the gateway.
6152
+ # @return [Array<Types::GatewayInterceptorConfiguration>]
6153
+ #
5968
6154
  # @!attribute [rw] workload_identity_details
5969
6155
  # The workload identity details for the updated gateway.
5970
6156
  # @return [Types::WorkloadIdentityDetails]
@@ -5998,6 +6184,7 @@ module Aws::BedrockAgentCoreControl
5998
6184
  :authorizer_type,
5999
6185
  :authorizer_configuration,
6000
6186
  :kms_key_arn,
6187
+ :interceptor_configurations,
6001
6188
  :workload_identity_details,
6002
6189
  :exception_level)
6003
6190
  SENSITIVE = [:name, :description]
@@ -55,7 +55,7 @@ module Aws::BedrockAgentCoreControl
55
55
  autoload :EndpointProvider, 'aws-sdk-bedrockagentcorecontrol/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-bedrockagentcorecontrol/endpoints'
57
57
 
58
- GEM_VERSION = '1.13.0'
58
+ GEM_VERSION = '1.15.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -93,6 +93,17 @@ module Aws
93
93
  agent_runtime_artifact: {
94
94
  container_configuration: {
95
95
  container_uri: ::String
96
+ }?,
97
+ code_configuration: {
98
+ code: {
99
+ s3: {
100
+ bucket: ::String,
101
+ prefix: ::String,
102
+ version_id: ::String?
103
+ }?
104
+ },
105
+ runtime: ("PYTHON_3_10" | "PYTHON_3_11" | "PYTHON_3_12" | "PYTHON_3_13"),
106
+ entry_point: Array[::String]
96
107
  }?
97
108
  },
98
109
  role_arn: ::String,
@@ -185,7 +196,8 @@ module Aws
185
196
  enabled: bool?,
186
197
  s3_location: {
187
198
  bucket: ::String,
188
- prefix: ::String
199
+ prefix: ::String,
200
+ version_id: ::String?
189
201
  }?
190
202
  },
191
203
  ?browser_signing: {
@@ -234,9 +246,10 @@ module Aws
234
246
  def role_arn: () -> ::String
235
247
  def protocol_type: () -> ("MCP")
236
248
  def protocol_configuration: () -> Types::GatewayProtocolConfiguration
237
- def authorizer_type: () -> ("CUSTOM_JWT" | "AWS_IAM")
249
+ def authorizer_type: () -> ("CUSTOM_JWT" | "AWS_IAM" | "NONE")
238
250
  def authorizer_configuration: () -> Types::AuthorizerConfiguration
239
251
  def kms_key_arn: () -> ::String
252
+ def interceptor_configurations: () -> ::Array[Types::GatewayInterceptorConfiguration]
240
253
  def workload_identity_details: () -> Types::WorkloadIdentityDetails
241
254
  def exception_level: () -> ("DEBUG")
242
255
  end
@@ -254,7 +267,7 @@ module Aws
254
267
  search_type: ("SEMANTIC")?
255
268
  }?
256
269
  },
257
- authorizer_type: ("CUSTOM_JWT" | "AWS_IAM"),
270
+ authorizer_type: ("CUSTOM_JWT" | "AWS_IAM" | "NONE"),
258
271
  ?authorizer_configuration: {
259
272
  custom_jwt_authorizer: {
260
273
  discovery_url: ::String,
@@ -263,6 +276,19 @@ module Aws
263
276
  }?
264
277
  },
265
278
  ?kms_key_arn: ::String,
279
+ ?interceptor_configurations: Array[
280
+ {
281
+ interceptor: {
282
+ lambda: {
283
+ arn: ::String
284
+ }?
285
+ },
286
+ interception_points: Array[("REQUEST" | "RESPONSE")],
287
+ input_configuration: {
288
+ pass_request_headers: bool
289
+ }?
290
+ },
291
+ ],
266
292
  ?exception_level: ("DEBUG"),
267
293
  ?tags: Hash[::String, ::String]
268
294
  ) -> _CreateGatewayResponseSuccess
@@ -536,7 +562,8 @@ module Aws
536
562
  end
537
563
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#delete_agent_runtime-instance_method
538
564
  def delete_agent_runtime: (
539
- agent_runtime_id: ::String
565
+ agent_runtime_id: ::String,
566
+ ?client_token: ::String
540
567
  ) -> _DeleteAgentRuntimeResponseSuccess
541
568
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteAgentRuntimeResponseSuccess
542
569
 
@@ -761,9 +788,10 @@ module Aws
761
788
  def role_arn: () -> ::String
762
789
  def protocol_type: () -> ("MCP")
763
790
  def protocol_configuration: () -> Types::GatewayProtocolConfiguration
764
- def authorizer_type: () -> ("CUSTOM_JWT" | "AWS_IAM")
791
+ def authorizer_type: () -> ("CUSTOM_JWT" | "AWS_IAM" | "NONE")
765
792
  def authorizer_configuration: () -> Types::AuthorizerConfiguration
766
793
  def kms_key_arn: () -> ::String
794
+ def interceptor_configurations: () -> ::Array[Types::GatewayInterceptorConfiguration]
767
795
  def workload_identity_details: () -> Types::WorkloadIdentityDetails
768
796
  def exception_level: () -> ("DEBUG")
769
797
  end
@@ -1057,6 +1085,17 @@ module Aws
1057
1085
  agent_runtime_artifact: {
1058
1086
  container_configuration: {
1059
1087
  container_uri: ::String
1088
+ }?,
1089
+ code_configuration: {
1090
+ code: {
1091
+ s3: {
1092
+ bucket: ::String,
1093
+ prefix: ::String,
1094
+ version_id: ::String?
1095
+ }?
1096
+ },
1097
+ runtime: ("PYTHON_3_10" | "PYTHON_3_11" | "PYTHON_3_12" | "PYTHON_3_13"),
1098
+ entry_point: Array[::String]
1060
1099
  }?
1061
1100
  },
1062
1101
  role_arn: ::String,
@@ -1139,9 +1178,10 @@ module Aws
1139
1178
  def role_arn: () -> ::String
1140
1179
  def protocol_type: () -> ("MCP")
1141
1180
  def protocol_configuration: () -> Types::GatewayProtocolConfiguration
1142
- def authorizer_type: () -> ("CUSTOM_JWT" | "AWS_IAM")
1181
+ def authorizer_type: () -> ("CUSTOM_JWT" | "AWS_IAM" | "NONE")
1143
1182
  def authorizer_configuration: () -> Types::AuthorizerConfiguration
1144
1183
  def kms_key_arn: () -> ::String
1184
+ def interceptor_configurations: () -> ::Array[Types::GatewayInterceptorConfiguration]
1145
1185
  def workload_identity_details: () -> Types::WorkloadIdentityDetails
1146
1186
  def exception_level: () -> ("DEBUG")
1147
1187
  end
@@ -1159,7 +1199,7 @@ module Aws
1159
1199
  search_type: ("SEMANTIC")?
1160
1200
  }?
1161
1201
  },
1162
- authorizer_type: ("CUSTOM_JWT" | "AWS_IAM"),
1202
+ authorizer_type: ("CUSTOM_JWT" | "AWS_IAM" | "NONE"),
1163
1203
  ?authorizer_configuration: {
1164
1204
  custom_jwt_authorizer: {
1165
1205
  discovery_url: ::String,
@@ -1168,6 +1208,19 @@ module Aws
1168
1208
  }?
1169
1209
  },
1170
1210
  ?kms_key_arn: ::String,
1211
+ ?interceptor_configurations: Array[
1212
+ {
1213
+ interceptor: {
1214
+ lambda: {
1215
+ arn: ::String
1216
+ }?
1217
+ },
1218
+ interception_points: Array[("REQUEST" | "RESPONSE")],
1219
+ input_configuration: {
1220
+ pass_request_headers: bool
1221
+ }?
1222
+ },
1223
+ ],
1171
1224
  ?exception_level: ("DEBUG")
1172
1225
  ) -> _UpdateGatewayResponseSuccess
1173
1226
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateGatewayResponseSuccess
data/sig/types.rbs CHANGED
@@ -26,11 +26,14 @@ module Aws::BedrockAgentCoreControl
26
26
 
27
27
  class AgentRuntimeArtifact
28
28
  attr_accessor container_configuration: Types::ContainerConfiguration
29
+ attr_accessor code_configuration: Types::CodeConfiguration
29
30
  attr_accessor unknown: untyped
30
31
  SENSITIVE: []
31
32
 
32
33
  class ContainerConfiguration < AgentRuntimeArtifact
33
34
  end
35
+ class CodeConfiguration < AgentRuntimeArtifact
36
+ end
34
37
  class Unknown < AgentRuntimeArtifact
35
38
  end
36
39
  end
@@ -129,6 +132,24 @@ module Aws::BedrockAgentCoreControl
129
132
  SENSITIVE: [:description]
130
133
  end
131
134
 
135
+ class Code
136
+ attr_accessor s3: Types::S3Location
137
+ attr_accessor unknown: untyped
138
+ SENSITIVE: []
139
+
140
+ class S3 < Code
141
+ end
142
+ class Unknown < Code
143
+ end
144
+ end
145
+
146
+ class CodeConfiguration
147
+ attr_accessor code: Types::Code
148
+ attr_accessor runtime: ("PYTHON_3_10" | "PYTHON_3_11" | "PYTHON_3_12" | "PYTHON_3_13")
149
+ attr_accessor entry_point: ::Array[::String]
150
+ SENSITIVE: []
151
+ end
152
+
132
153
  class CodeInterpreterNetworkConfiguration
133
154
  attr_accessor network_mode: ("PUBLIC" | "SANDBOX" | "VPC")
134
155
  attr_accessor vpc_config: Types::VpcConfig
@@ -278,9 +299,10 @@ module Aws::BedrockAgentCoreControl
278
299
  attr_accessor role_arn: ::String
279
300
  attr_accessor protocol_type: ("MCP")
280
301
  attr_accessor protocol_configuration: Types::GatewayProtocolConfiguration
281
- attr_accessor authorizer_type: ("CUSTOM_JWT" | "AWS_IAM")
302
+ attr_accessor authorizer_type: ("CUSTOM_JWT" | "AWS_IAM" | "NONE")
282
303
  attr_accessor authorizer_configuration: Types::AuthorizerConfiguration
283
304
  attr_accessor kms_key_arn: ::String
305
+ attr_accessor interceptor_configurations: ::Array[Types::GatewayInterceptorConfiguration]
284
306
  attr_accessor exception_level: ("DEBUG")
285
307
  attr_accessor tags: ::Hash[::String, ::String]
286
308
  SENSITIVE: [:name, :description]
@@ -299,9 +321,10 @@ module Aws::BedrockAgentCoreControl
299
321
  attr_accessor role_arn: ::String
300
322
  attr_accessor protocol_type: ("MCP")
301
323
  attr_accessor protocol_configuration: Types::GatewayProtocolConfiguration
302
- attr_accessor authorizer_type: ("CUSTOM_JWT" | "AWS_IAM")
324
+ attr_accessor authorizer_type: ("CUSTOM_JWT" | "AWS_IAM" | "NONE")
303
325
  attr_accessor authorizer_configuration: Types::AuthorizerConfiguration
304
326
  attr_accessor kms_key_arn: ::String
327
+ attr_accessor interceptor_configurations: ::Array[Types::GatewayInterceptorConfiguration]
305
328
  attr_accessor workload_identity_details: Types::WorkloadIdentityDetails
306
329
  attr_accessor exception_level: ("DEBUG")
307
330
  SENSITIVE: [:name, :description]
@@ -531,6 +554,7 @@ module Aws::BedrockAgentCoreControl
531
554
 
532
555
  class DeleteAgentRuntimeRequest
533
556
  attr_accessor agent_runtime_id: ::String
557
+ attr_accessor client_token: ::String
534
558
  SENSITIVE: []
535
559
  end
536
560
 
@@ -649,6 +673,13 @@ module Aws::BedrockAgentCoreControl
649
673
  end
650
674
  end
651
675
 
676
+ class GatewayInterceptorConfiguration
677
+ attr_accessor interceptor: Types::InterceptorConfiguration
678
+ attr_accessor interception_points: ::Array[("REQUEST" | "RESPONSE")]
679
+ attr_accessor input_configuration: Types::InterceptorInputConfiguration
680
+ SENSITIVE: []
681
+ end
682
+
652
683
  class GatewayProtocolConfiguration
653
684
  attr_accessor mcp: Types::MCPGatewayConfiguration
654
685
  attr_accessor unknown: untyped
@@ -667,7 +698,7 @@ module Aws::BedrockAgentCoreControl
667
698
  attr_accessor description: ::String
668
699
  attr_accessor created_at: ::Time
669
700
  attr_accessor updated_at: ::Time
670
- attr_accessor authorizer_type: ("CUSTOM_JWT" | "AWS_IAM")
701
+ attr_accessor authorizer_type: ("CUSTOM_JWT" | "AWS_IAM" | "NONE")
671
702
  attr_accessor protocol_type: ("MCP")
672
703
  SENSITIVE: [:name, :description]
673
704
  end
@@ -807,9 +838,10 @@ module Aws::BedrockAgentCoreControl
807
838
  attr_accessor role_arn: ::String
808
839
  attr_accessor protocol_type: ("MCP")
809
840
  attr_accessor protocol_configuration: Types::GatewayProtocolConfiguration
810
- attr_accessor authorizer_type: ("CUSTOM_JWT" | "AWS_IAM")
841
+ attr_accessor authorizer_type: ("CUSTOM_JWT" | "AWS_IAM" | "NONE")
811
842
  attr_accessor authorizer_configuration: Types::AuthorizerConfiguration
812
843
  attr_accessor kms_key_arn: ::String
844
+ attr_accessor interceptor_configurations: ::Array[Types::GatewayInterceptorConfiguration]
813
845
  attr_accessor workload_identity_details: Types::WorkloadIdentityDetails
814
846
  attr_accessor exception_level: ("DEBUG")
815
847
  SENSITIVE: [:name, :description]
@@ -928,6 +960,22 @@ module Aws::BedrockAgentCoreControl
928
960
  SENSITIVE: []
929
961
  end
930
962
 
963
+ class InterceptorConfiguration
964
+ attr_accessor lambda: Types::LambdaInterceptorConfiguration
965
+ attr_accessor unknown: untyped
966
+ SENSITIVE: []
967
+
968
+ class Lambda < InterceptorConfiguration
969
+ end
970
+ class Unknown < InterceptorConfiguration
971
+ end
972
+ end
973
+
974
+ class InterceptorInputConfiguration
975
+ attr_accessor pass_request_headers: bool
976
+ SENSITIVE: []
977
+ end
978
+
931
979
  class InternalServerException
932
980
  attr_accessor message: ::String
933
981
  SENSITIVE: []
@@ -951,6 +999,11 @@ module Aws::BedrockAgentCoreControl
951
999
  SENSITIVE: []
952
1000
  end
953
1001
 
1002
+ class LambdaInterceptorConfiguration
1003
+ attr_accessor arn: ::String
1004
+ SENSITIVE: []
1005
+ end
1006
+
954
1007
  class LifecycleConfiguration
955
1008
  attr_accessor idle_runtime_session_timeout: ::Integer
956
1009
  attr_accessor max_lifetime: ::Integer
@@ -1448,6 +1501,7 @@ module Aws::BedrockAgentCoreControl
1448
1501
  class S3Location
1449
1502
  attr_accessor bucket: ::String
1450
1503
  attr_accessor prefix: ::String
1504
+ attr_accessor version_id: ::String
1451
1505
  SENSITIVE: []
1452
1506
  end
1453
1507
 
@@ -1804,9 +1858,10 @@ module Aws::BedrockAgentCoreControl
1804
1858
  attr_accessor role_arn: ::String
1805
1859
  attr_accessor protocol_type: ("MCP")
1806
1860
  attr_accessor protocol_configuration: Types::GatewayProtocolConfiguration
1807
- attr_accessor authorizer_type: ("CUSTOM_JWT" | "AWS_IAM")
1861
+ attr_accessor authorizer_type: ("CUSTOM_JWT" | "AWS_IAM" | "NONE")
1808
1862
  attr_accessor authorizer_configuration: Types::AuthorizerConfiguration
1809
1863
  attr_accessor kms_key_arn: ::String
1864
+ attr_accessor interceptor_configurations: ::Array[Types::GatewayInterceptorConfiguration]
1810
1865
  attr_accessor exception_level: ("DEBUG")
1811
1866
  SENSITIVE: [:name, :description]
1812
1867
  end
@@ -1824,9 +1879,10 @@ module Aws::BedrockAgentCoreControl
1824
1879
  attr_accessor role_arn: ::String
1825
1880
  attr_accessor protocol_type: ("MCP")
1826
1881
  attr_accessor protocol_configuration: Types::GatewayProtocolConfiguration
1827
- attr_accessor authorizer_type: ("CUSTOM_JWT" | "AWS_IAM")
1882
+ attr_accessor authorizer_type: ("CUSTOM_JWT" | "AWS_IAM" | "NONE")
1828
1883
  attr_accessor authorizer_configuration: Types::AuthorizerConfiguration
1829
1884
  attr_accessor kms_key_arn: ::String
1885
+ attr_accessor interceptor_configurations: ::Array[Types::GatewayInterceptorConfiguration]
1830
1886
  attr_accessor workload_identity_details: Types::WorkloadIdentityDetails
1831
1887
  attr_accessor exception_level: ("DEBUG")
1832
1888
  SENSITIVE: [:name, :description]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-bedrockagentcorecontrol
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0
4
+ version: 1.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.234.0
21
+ version: 3.239.1
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.234.0
31
+ version: 3.239.1
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement