aws-sdk-bedrockagentcorecontrol 1.7.0 → 1.8.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: e65fb8392daeafcb484a0e265e16bf83b58aaacea8fe443e947a6f462ad4be45
4
- data.tar.gz: 25e94a5a1d5fb762336af8be45c62b945aec17c5623cb7ca061ccaaef08862c0
3
+ metadata.gz: f5203809c78cd5b5ac6fd73dc9757bd9883a15cbb8499d42525844778d7624f3
4
+ data.tar.gz: 77b6fc63de4d82bd5b66ca16a14d2e81f73b191a187797bc8a43839c305b2e17
5
5
  SHA512:
6
- metadata.gz: 0fb1c4e799db90cd98bdb9f5eab04902c2fc55cb1ce5569fc644ed7ed91e82d241089ae9084774877f0ce13edc6fa3c9bc49c609368af63b0da6b373534371de
7
- data.tar.gz: 1f4d70cb801f68a68051b6a717ec8c5e79fce12f4837af317b279562c54018f1572c02285944788496b37ccd4554c9a468c5764618c100f2ebf41a418659800e
6
+ metadata.gz: 88698755e91898f770cd02a4d3b8d172dc1d8754355d6fa6680e5b2205c745a73b6f23c7a8b5127476743123aa3fec406cc9f52991180ec3ee95e29bb4e07dce
7
+ data.tar.gz: 6c4aa040def431316ed84e2b6419b1af72829d076342300074b159fc0b3b96e024b03f816e55c212a27e8fa14b4ab4ea616a58fbd0dc0a46ed9713696eadedb7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.8.0 (2025-10-08)
5
+ ------------------
6
+
7
+ * Feature - Adding support for authorizer type AWS_IAM to AgentCore Control Gateway.
8
+
4
9
  1.7.0 (2025-10-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.0
1
+ 1.8.0
@@ -893,7 +893,7 @@ 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
- # @option params [required, Types::AuthorizerConfiguration] :authorizer_configuration
896
+ # @option params [Types::AuthorizerConfiguration] :authorizer_configuration
897
897
  # The authorizer configuration for the gateway.
898
898
  #
899
899
  # @option params [String] :kms_key_arn
@@ -949,8 +949,8 @@ module Aws::BedrockAgentCoreControl
949
949
  # search_type: "SEMANTIC", # accepts SEMANTIC
950
950
  # },
951
951
  # },
952
- # authorizer_type: "CUSTOM_JWT", # required, accepts CUSTOM_JWT
953
- # authorizer_configuration: { # required
952
+ # authorizer_type: "CUSTOM_JWT", # required, accepts CUSTOM_JWT, AWS_IAM
953
+ # authorizer_configuration: {
954
954
  # custom_jwt_authorizer: {
955
955
  # discovery_url: "DiscoveryUrl", # required
956
956
  # allowed_audience: ["AllowedAudience"],
@@ -982,7 +982,7 @@ module Aws::BedrockAgentCoreControl
982
982
  # resp.protocol_configuration.mcp.supported_versions[0] #=> String
983
983
  # resp.protocol_configuration.mcp.instructions #=> String
984
984
  # resp.protocol_configuration.mcp.search_type #=> String, one of "SEMANTIC"
985
- # resp.authorizer_type #=> String, one of "CUSTOM_JWT"
985
+ # resp.authorizer_type #=> String, one of "CUSTOM_JWT", "AWS_IAM"
986
986
  # resp.authorizer_configuration.custom_jwt_authorizer.discovery_url #=> String
987
987
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_audience #=> Array
988
988
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_audience[0] #=> String
@@ -2106,7 +2106,7 @@ module Aws::BedrockAgentCoreControl
2106
2106
  # resp.protocol_configuration.mcp.supported_versions[0] #=> String
2107
2107
  # resp.protocol_configuration.mcp.instructions #=> String
2108
2108
  # resp.protocol_configuration.mcp.search_type #=> String, one of "SEMANTIC"
2109
- # resp.authorizer_type #=> String, one of "CUSTOM_JWT"
2109
+ # resp.authorizer_type #=> String, one of "CUSTOM_JWT", "AWS_IAM"
2110
2110
  # resp.authorizer_configuration.custom_jwt_authorizer.discovery_url #=> String
2111
2111
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_audience #=> Array
2112
2112
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_audience[0] #=> String
@@ -2787,7 +2787,7 @@ module Aws::BedrockAgentCoreControl
2787
2787
  # resp.items[0].description #=> String
2788
2788
  # resp.items[0].created_at #=> Time
2789
2789
  # resp.items[0].updated_at #=> Time
2790
- # resp.items[0].authorizer_type #=> String, one of "CUSTOM_JWT"
2790
+ # resp.items[0].authorizer_type #=> String, one of "CUSTOM_JWT", "AWS_IAM"
2791
2791
  # resp.items[0].protocol_type #=> String, one of "MCP"
2792
2792
  # resp.next_token #=> String
2793
2793
  #
@@ -3307,7 +3307,7 @@ module Aws::BedrockAgentCoreControl
3307
3307
  # @option params [required, String] :authorizer_type
3308
3308
  # The updated authorizer type for the gateway.
3309
3309
  #
3310
- # @option params [required, Types::AuthorizerConfiguration] :authorizer_configuration
3310
+ # @option params [Types::AuthorizerConfiguration] :authorizer_configuration
3311
3311
  # The updated authorizer configuration for the gateway.
3312
3312
  #
3313
3313
  # @option params [String] :kms_key_arn
@@ -3358,8 +3358,8 @@ module Aws::BedrockAgentCoreControl
3358
3358
  # search_type: "SEMANTIC", # accepts SEMANTIC
3359
3359
  # },
3360
3360
  # },
3361
- # authorizer_type: "CUSTOM_JWT", # required, accepts CUSTOM_JWT
3362
- # authorizer_configuration: { # required
3361
+ # authorizer_type: "CUSTOM_JWT", # required, accepts CUSTOM_JWT, AWS_IAM
3362
+ # authorizer_configuration: {
3363
3363
  # custom_jwt_authorizer: {
3364
3364
  # discovery_url: "DiscoveryUrl", # required
3365
3365
  # allowed_audience: ["AllowedAudience"],
@@ -3388,7 +3388,7 @@ module Aws::BedrockAgentCoreControl
3388
3388
  # resp.protocol_configuration.mcp.supported_versions[0] #=> String
3389
3389
  # resp.protocol_configuration.mcp.instructions #=> String
3390
3390
  # resp.protocol_configuration.mcp.search_type #=> String, one of "SEMANTIC"
3391
- # resp.authorizer_type #=> String, one of "CUSTOM_JWT"
3391
+ # resp.authorizer_type #=> String, one of "CUSTOM_JWT", "AWS_IAM"
3392
3392
  # resp.authorizer_configuration.custom_jwt_authorizer.discovery_url #=> String
3393
3393
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_audience #=> Array
3394
3394
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_audience[0] #=> String
@@ -3945,7 +3945,7 @@ module Aws::BedrockAgentCoreControl
3945
3945
  tracer: tracer
3946
3946
  )
3947
3947
  context[:gem_name] = 'aws-sdk-bedrockagentcorecontrol'
3948
- context[:gem_version] = '1.7.0'
3948
+ context[:gem_version] = '1.8.0'
3949
3949
  Seahorse::Client::Request.new(handlers, context)
3950
3950
  end
3951
3951
 
@@ -580,7 +580,7 @@ module Aws::BedrockAgentCoreControl
580
580
  CreateGatewayRequest.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType, required: true, location_name: "protocolType"))
581
581
  CreateGatewayRequest.add_member(:protocol_configuration, Shapes::ShapeRef.new(shape: GatewayProtocolConfiguration, location_name: "protocolConfiguration"))
582
582
  CreateGatewayRequest.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
583
- CreateGatewayRequest.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, required: true, location_name: "authorizerConfiguration"))
583
+ CreateGatewayRequest.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
584
584
  CreateGatewayRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
585
585
  CreateGatewayRequest.add_member(:exception_level, Shapes::ShapeRef.new(shape: ExceptionLevel, location_name: "exceptionLevel"))
586
586
  CreateGatewayRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
@@ -1547,7 +1547,7 @@ module Aws::BedrockAgentCoreControl
1547
1547
  UpdateGatewayRequest.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType, required: true, location_name: "protocolType"))
1548
1548
  UpdateGatewayRequest.add_member(:protocol_configuration, Shapes::ShapeRef.new(shape: GatewayProtocolConfiguration, location_name: "protocolConfiguration"))
1549
1549
  UpdateGatewayRequest.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
1550
- UpdateGatewayRequest.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, required: true, location_name: "authorizerConfiguration"))
1550
+ UpdateGatewayRequest.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
1551
1551
  UpdateGatewayRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
1552
1552
  UpdateGatewayRequest.add_member(:exception_level, Shapes::ShapeRef.new(shape: ExceptionLevel, location_name: "exceptionLevel"))
1553
1553
  UpdateGatewayRequest.struct_class = Types::UpdateGatewayRequest
@@ -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.7.0'
58
+ GEM_VERSION = '1.8.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -228,7 +228,7 @@ module Aws
228
228
  def role_arn: () -> ::String
229
229
  def protocol_type: () -> ("MCP")
230
230
  def protocol_configuration: () -> Types::GatewayProtocolConfiguration
231
- def authorizer_type: () -> ("CUSTOM_JWT")
231
+ def authorizer_type: () -> ("CUSTOM_JWT" | "AWS_IAM")
232
232
  def authorizer_configuration: () -> Types::AuthorizerConfiguration
233
233
  def kms_key_arn: () -> ::String
234
234
  def workload_identity_details: () -> Types::WorkloadIdentityDetails
@@ -248,8 +248,8 @@ module Aws
248
248
  search_type: ("SEMANTIC")?
249
249
  }?
250
250
  },
251
- authorizer_type: ("CUSTOM_JWT"),
252
- authorizer_configuration: {
251
+ authorizer_type: ("CUSTOM_JWT" | "AWS_IAM"),
252
+ ?authorizer_configuration: {
253
253
  custom_jwt_authorizer: {
254
254
  discovery_url: ::String,
255
255
  allowed_audience: Array[::String]?,
@@ -706,7 +706,7 @@ module Aws
706
706
  def role_arn: () -> ::String
707
707
  def protocol_type: () -> ("MCP")
708
708
  def protocol_configuration: () -> Types::GatewayProtocolConfiguration
709
- def authorizer_type: () -> ("CUSTOM_JWT")
709
+ def authorizer_type: () -> ("CUSTOM_JWT" | "AWS_IAM")
710
710
  def authorizer_configuration: () -> Types::AuthorizerConfiguration
711
711
  def kms_key_arn: () -> ::String
712
712
  def workload_identity_details: () -> Types::WorkloadIdentityDetails
@@ -1071,7 +1071,7 @@ module Aws
1071
1071
  def role_arn: () -> ::String
1072
1072
  def protocol_type: () -> ("MCP")
1073
1073
  def protocol_configuration: () -> Types::GatewayProtocolConfiguration
1074
- def authorizer_type: () -> ("CUSTOM_JWT")
1074
+ def authorizer_type: () -> ("CUSTOM_JWT" | "AWS_IAM")
1075
1075
  def authorizer_configuration: () -> Types::AuthorizerConfiguration
1076
1076
  def kms_key_arn: () -> ::String
1077
1077
  def workload_identity_details: () -> Types::WorkloadIdentityDetails
@@ -1091,8 +1091,8 @@ module Aws
1091
1091
  search_type: ("SEMANTIC")?
1092
1092
  }?
1093
1093
  },
1094
- authorizer_type: ("CUSTOM_JWT"),
1095
- authorizer_configuration: {
1094
+ authorizer_type: ("CUSTOM_JWT" | "AWS_IAM"),
1095
+ ?authorizer_configuration: {
1096
1096
  custom_jwt_authorizer: {
1097
1097
  discovery_url: ::String,
1098
1098
  allowed_audience: Array[::String]?,
data/sig/types.rbs CHANGED
@@ -252,7 +252,7 @@ module Aws::BedrockAgentCoreControl
252
252
  attr_accessor role_arn: ::String
253
253
  attr_accessor protocol_type: ("MCP")
254
254
  attr_accessor protocol_configuration: Types::GatewayProtocolConfiguration
255
- attr_accessor authorizer_type: ("CUSTOM_JWT")
255
+ attr_accessor authorizer_type: ("CUSTOM_JWT" | "AWS_IAM")
256
256
  attr_accessor authorizer_configuration: Types::AuthorizerConfiguration
257
257
  attr_accessor kms_key_arn: ::String
258
258
  attr_accessor exception_level: ("DEBUG")
@@ -273,7 +273,7 @@ module Aws::BedrockAgentCoreControl
273
273
  attr_accessor role_arn: ::String
274
274
  attr_accessor protocol_type: ("MCP")
275
275
  attr_accessor protocol_configuration: Types::GatewayProtocolConfiguration
276
- attr_accessor authorizer_type: ("CUSTOM_JWT")
276
+ attr_accessor authorizer_type: ("CUSTOM_JWT" | "AWS_IAM")
277
277
  attr_accessor authorizer_configuration: Types::AuthorizerConfiguration
278
278
  attr_accessor kms_key_arn: ::String
279
279
  attr_accessor workload_identity_details: Types::WorkloadIdentityDetails
@@ -629,7 +629,7 @@ module Aws::BedrockAgentCoreControl
629
629
  attr_accessor description: ::String
630
630
  attr_accessor created_at: ::Time
631
631
  attr_accessor updated_at: ::Time
632
- attr_accessor authorizer_type: ("CUSTOM_JWT")
632
+ attr_accessor authorizer_type: ("CUSTOM_JWT" | "AWS_IAM")
633
633
  attr_accessor protocol_type: ("MCP")
634
634
  SENSITIVE: [:name, :description]
635
635
  end
@@ -753,7 +753,7 @@ module Aws::BedrockAgentCoreControl
753
753
  attr_accessor role_arn: ::String
754
754
  attr_accessor protocol_type: ("MCP")
755
755
  attr_accessor protocol_configuration: Types::GatewayProtocolConfiguration
756
- attr_accessor authorizer_type: ("CUSTOM_JWT")
756
+ attr_accessor authorizer_type: ("CUSTOM_JWT" | "AWS_IAM")
757
757
  attr_accessor authorizer_configuration: Types::AuthorizerConfiguration
758
758
  attr_accessor kms_key_arn: ::String
759
759
  attr_accessor workload_identity_details: Types::WorkloadIdentityDetails
@@ -1572,7 +1572,7 @@ module Aws::BedrockAgentCoreControl
1572
1572
  attr_accessor role_arn: ::String
1573
1573
  attr_accessor protocol_type: ("MCP")
1574
1574
  attr_accessor protocol_configuration: Types::GatewayProtocolConfiguration
1575
- attr_accessor authorizer_type: ("CUSTOM_JWT")
1575
+ attr_accessor authorizer_type: ("CUSTOM_JWT" | "AWS_IAM")
1576
1576
  attr_accessor authorizer_configuration: Types::AuthorizerConfiguration
1577
1577
  attr_accessor kms_key_arn: ::String
1578
1578
  attr_accessor exception_level: ("DEBUG")
@@ -1592,7 +1592,7 @@ module Aws::BedrockAgentCoreControl
1592
1592
  attr_accessor role_arn: ::String
1593
1593
  attr_accessor protocol_type: ("MCP")
1594
1594
  attr_accessor protocol_configuration: Types::GatewayProtocolConfiguration
1595
- attr_accessor authorizer_type: ("CUSTOM_JWT")
1595
+ attr_accessor authorizer_type: ("CUSTOM_JWT" | "AWS_IAM")
1596
1596
  attr_accessor authorizer_configuration: Types::AuthorizerConfiguration
1597
1597
  attr_accessor kms_key_arn: ::String
1598
1598
  attr_accessor workload_identity_details: Types::WorkloadIdentityDetails
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.7.0
4
+ version: 1.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services