aws-sdk-bedrockagentcorecontrol 1.54.0 → 1.55.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: 0475dbc3b56d6272b40ddc96354f98f56e55f9bb5df91af51f1b10f37f3aec8f
4
- data.tar.gz: e7f3542b6565158416351c5c29cc40707ba9901586579a9bae35e837caf2ea00
3
+ metadata.gz: 5edee97926b03ec36777ad44beea8fec94ade80e980d749e03124f47621ed5bb
4
+ data.tar.gz: 63ad9d758e346de12cddb43b6a00c746f65da81ed39bdca6f8628fa5df645fb7
5
5
  SHA512:
6
- metadata.gz: e5a64b1ab0fa8e635a005c8be52eb243670b1c8d6b233564519f9e0fad9fcc1470d04f4e6935d3b16186c5eb716a6a4b99c3375bead35b73da836fa10a357e11
7
- data.tar.gz: b16a98effd0db76d83bf2943b0124ea72d0790b0d9c3470f318afd5ed6c49077619102c6be927fd75678da1df805456d0e0e1bf4499bc73ebf41ef688b80a9c0
6
+ metadata.gz: eebd70484f1b9774a8f93fb7005c09fbf7dd70bf2c42afe1392ae3d1361ec325b9362dd250003b3313531ee87854e253de9d23c2c23d2541dd18990aa8b0fc07
7
+ data.tar.gz: 81d78bf2029003bfd37b9c7bb2911fa881fbbbaba6d160b9ed33c7e65b9679d33f0cf0c3dfb7f4288e5a58fd7971bee4e2b44427bd9b5e5da03841811ba5c631
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.0 (2026-07-08)
5
+ ------------------
6
+
7
+ * Feature - AgentCore Gateway now supports mapping allowed scopes to separate advertised scopes on the inbound authorizer.
8
+
4
9
  1.54.0 (2026-06-17)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.55.0
@@ -643,6 +643,9 @@ module Aws::BedrockAgentCoreControl
643
643
  # allowed_audience: ["AllowedAudience"],
644
644
  # allowed_clients: ["AllowedClient"],
645
645
  # allowed_scopes: ["AllowedScopeType"],
646
+ # advertised_scope_mapping: {
647
+ # "AllowedScopeType" => "AllowedScopeType",
648
+ # },
646
649
  # custom_claims: [
647
650
  # {
648
651
  # inbound_token_claim_name: "InboundTokenClaimNameType", # required
@@ -1655,6 +1658,9 @@ module Aws::BedrockAgentCoreControl
1655
1658
  # allowed_audience: ["AllowedAudience"],
1656
1659
  # allowed_clients: ["AllowedClient"],
1657
1660
  # allowed_scopes: ["AllowedScopeType"],
1661
+ # advertised_scope_mapping: {
1662
+ # "AllowedScopeType" => "AllowedScopeType",
1663
+ # },
1658
1664
  # custom_claims: [
1659
1665
  # {
1660
1666
  # inbound_token_claim_name: "InboundTokenClaimNameType", # required
@@ -1772,6 +1778,8 @@ module Aws::BedrockAgentCoreControl
1772
1778
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_clients[0] #=> String
1773
1779
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_scopes #=> Array
1774
1780
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_scopes[0] #=> String
1781
+ # resp.authorizer_configuration.custom_jwt_authorizer.advertised_scope_mapping #=> Hash
1782
+ # resp.authorizer_configuration.custom_jwt_authorizer.advertised_scope_mapping["AllowedScopeType"] #=> String
1775
1783
  # resp.authorizer_configuration.custom_jwt_authorizer.custom_claims #=> Array
1776
1784
  # resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].inbound_token_claim_name #=> String
1777
1785
  # resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].inbound_token_claim_value_type #=> String, one of "STRING", "STRING_ARRAY"
@@ -2547,6 +2555,9 @@ module Aws::BedrockAgentCoreControl
2547
2555
  # allowed_audience: ["AllowedAudience"],
2548
2556
  # allowed_clients: ["AllowedClient"],
2549
2557
  # allowed_scopes: ["AllowedScopeType"],
2558
+ # advertised_scope_mapping: {
2559
+ # "AllowedScopeType" => "AllowedScopeType",
2560
+ # },
2550
2561
  # custom_claims: [
2551
2562
  # {
2552
2563
  # inbound_token_claim_name: "InboundTokenClaimNameType", # required
@@ -2850,6 +2861,8 @@ module Aws::BedrockAgentCoreControl
2850
2861
  # resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_clients[0] #=> String
2851
2862
  # resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_scopes #=> Array
2852
2863
  # resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_scopes[0] #=> String
2864
+ # resp.harness.authorizer_configuration.custom_jwt_authorizer.advertised_scope_mapping #=> Hash
2865
+ # resp.harness.authorizer_configuration.custom_jwt_authorizer.advertised_scope_mapping["AllowedScopeType"] #=> String
2853
2866
  # resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims #=> Array
2854
2867
  # resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].inbound_token_claim_name #=> String
2855
2868
  # resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].inbound_token_claim_value_type #=> String, one of "STRING", "STRING_ARRAY"
@@ -4183,6 +4196,9 @@ module Aws::BedrockAgentCoreControl
4183
4196
  # allowed_audience: ["AllowedAudience"],
4184
4197
  # allowed_clients: ["AllowedClient"],
4185
4198
  # allowed_scopes: ["AllowedScopeType"],
4199
+ # advertised_scope_mapping: {
4200
+ # "AllowedScopeType" => "AllowedScopeType",
4201
+ # },
4186
4202
  # custom_claims: [
4187
4203
  # {
4188
4204
  # inbound_token_claim_name: "InboundTokenClaimNameType", # required
@@ -4261,6 +4277,8 @@ module Aws::BedrockAgentCoreControl
4261
4277
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_clients[0] #=> String
4262
4278
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_scopes #=> Array
4263
4279
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_scopes[0] #=> String
4280
+ # resp.authorizer_configuration.custom_jwt_authorizer.advertised_scope_mapping #=> Hash
4281
+ # resp.authorizer_configuration.custom_jwt_authorizer.advertised_scope_mapping["AllowedScopeType"] #=> String
4264
4282
  # resp.authorizer_configuration.custom_jwt_authorizer.custom_claims #=> Array
4265
4283
  # resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].inbound_token_claim_name #=> String
4266
4284
  # resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].inbound_token_claim_value_type #=> String, one of "STRING", "STRING_ARRAY"
@@ -4600,6 +4618,9 @@ module Aws::BedrockAgentCoreControl
4600
4618
  # allowed_audience: ["AllowedAudience"],
4601
4619
  # allowed_clients: ["AllowedClient"],
4602
4620
  # allowed_scopes: ["AllowedScopeType"],
4621
+ # advertised_scope_mapping: {
4622
+ # "AllowedScopeType" => "AllowedScopeType",
4623
+ # },
4603
4624
  # custom_claims: [
4604
4625
  # {
4605
4626
  # inbound_token_claim_name: "InboundTokenClaimNameType", # required
@@ -5503,6 +5524,8 @@ module Aws::BedrockAgentCoreControl
5503
5524
  # resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_clients[0] #=> String
5504
5525
  # resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_scopes #=> Array
5505
5526
  # resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_scopes[0] #=> String
5527
+ # resp.harness.authorizer_configuration.custom_jwt_authorizer.advertised_scope_mapping #=> Hash
5528
+ # resp.harness.authorizer_configuration.custom_jwt_authorizer.advertised_scope_mapping["AllowedScopeType"] #=> String
5506
5529
  # resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims #=> Array
5507
5530
  # resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].inbound_token_claim_name #=> String
5508
5531
  # resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].inbound_token_claim_value_type #=> String, one of "STRING", "STRING_ARRAY"
@@ -6126,6 +6149,8 @@ module Aws::BedrockAgentCoreControl
6126
6149
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_clients[0] #=> String
6127
6150
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_scopes #=> Array
6128
6151
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_scopes[0] #=> String
6152
+ # resp.authorizer_configuration.custom_jwt_authorizer.advertised_scope_mapping #=> Hash
6153
+ # resp.authorizer_configuration.custom_jwt_authorizer.advertised_scope_mapping["AllowedScopeType"] #=> String
6129
6154
  # resp.authorizer_configuration.custom_jwt_authorizer.custom_claims #=> Array
6130
6155
  # resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].inbound_token_claim_name #=> String
6131
6156
  # resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].inbound_token_claim_value_type #=> String, one of "STRING", "STRING_ARRAY"
@@ -6759,6 +6784,8 @@ module Aws::BedrockAgentCoreControl
6759
6784
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_clients[0] #=> String
6760
6785
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_scopes #=> Array
6761
6786
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_scopes[0] #=> String
6787
+ # resp.authorizer_configuration.custom_jwt_authorizer.advertised_scope_mapping #=> Hash
6788
+ # resp.authorizer_configuration.custom_jwt_authorizer.advertised_scope_mapping["AllowedScopeType"] #=> String
6762
6789
  # resp.authorizer_configuration.custom_jwt_authorizer.custom_claims #=> Array
6763
6790
  # resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].inbound_token_claim_name #=> String
6764
6791
  # resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].inbound_token_claim_value_type #=> String, one of "STRING", "STRING_ARRAY"
@@ -7173,6 +7200,8 @@ module Aws::BedrockAgentCoreControl
7173
7200
  # resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_clients[0] #=> String
7174
7201
  # resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_scopes #=> Array
7175
7202
  # resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_scopes[0] #=> String
7203
+ # resp.harness.authorizer_configuration.custom_jwt_authorizer.advertised_scope_mapping #=> Hash
7204
+ # resp.harness.authorizer_configuration.custom_jwt_authorizer.advertised_scope_mapping["AllowedScopeType"] #=> String
7176
7205
  # resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims #=> Array
7177
7206
  # resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].inbound_token_claim_name #=> String
7178
7207
  # resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].inbound_token_claim_value_type #=> String, one of "STRING", "STRING_ARRAY"
@@ -7787,6 +7816,8 @@ module Aws::BedrockAgentCoreControl
7787
7816
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_clients[0] #=> String
7788
7817
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_scopes #=> Array
7789
7818
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_scopes[0] #=> String
7819
+ # resp.authorizer_configuration.custom_jwt_authorizer.advertised_scope_mapping #=> Hash
7820
+ # resp.authorizer_configuration.custom_jwt_authorizer.advertised_scope_mapping["AllowedScopeType"] #=> String
7790
7821
  # resp.authorizer_configuration.custom_jwt_authorizer.custom_claims #=> Array
7791
7822
  # resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].inbound_token_claim_name #=> String
7792
7823
  # resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].inbound_token_claim_value_type #=> String, one of "STRING", "STRING_ARRAY"
@@ -8225,6 +8256,8 @@ module Aws::BedrockAgentCoreControl
8225
8256
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_clients[0] #=> String
8226
8257
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_scopes #=> Array
8227
8258
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_scopes[0] #=> String
8259
+ # resp.authorizer_configuration.custom_jwt_authorizer.advertised_scope_mapping #=> Hash
8260
+ # resp.authorizer_configuration.custom_jwt_authorizer.advertised_scope_mapping["AllowedScopeType"] #=> String
8228
8261
  # resp.authorizer_configuration.custom_jwt_authorizer.custom_claims #=> Array
8229
8262
  # resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].inbound_token_claim_name #=> String
8230
8263
  # resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].inbound_token_claim_value_type #=> String, one of "STRING", "STRING_ARRAY"
@@ -10915,6 +10948,9 @@ module Aws::BedrockAgentCoreControl
10915
10948
  # allowed_audience: ["AllowedAudience"],
10916
10949
  # allowed_clients: ["AllowedClient"],
10917
10950
  # allowed_scopes: ["AllowedScopeType"],
10951
+ # advertised_scope_mapping: {
10952
+ # "AllowedScopeType" => "AllowedScopeType",
10953
+ # },
10918
10954
  # custom_claims: [
10919
10955
  # {
10920
10956
  # inbound_token_claim_name: "InboundTokenClaimNameType", # required
@@ -11597,6 +11633,9 @@ module Aws::BedrockAgentCoreControl
11597
11633
  # allowed_audience: ["AllowedAudience"],
11598
11634
  # allowed_clients: ["AllowedClient"],
11599
11635
  # allowed_scopes: ["AllowedScopeType"],
11636
+ # advertised_scope_mapping: {
11637
+ # "AllowedScopeType" => "AllowedScopeType",
11638
+ # },
11600
11639
  # custom_claims: [
11601
11640
  # {
11602
11641
  # inbound_token_claim_name: "InboundTokenClaimNameType", # required
@@ -11719,6 +11758,8 @@ module Aws::BedrockAgentCoreControl
11719
11758
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_clients[0] #=> String
11720
11759
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_scopes #=> Array
11721
11760
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_scopes[0] #=> String
11761
+ # resp.authorizer_configuration.custom_jwt_authorizer.advertised_scope_mapping #=> Hash
11762
+ # resp.authorizer_configuration.custom_jwt_authorizer.advertised_scope_mapping["AllowedScopeType"] #=> String
11722
11763
  # resp.authorizer_configuration.custom_jwt_authorizer.custom_claims #=> Array
11723
11764
  # resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].inbound_token_claim_name #=> String
11724
11765
  # resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].inbound_token_claim_value_type #=> String, one of "STRING", "STRING_ARRAY"
@@ -12477,6 +12518,9 @@ module Aws::BedrockAgentCoreControl
12477
12518
  # allowed_audience: ["AllowedAudience"],
12478
12519
  # allowed_clients: ["AllowedClient"],
12479
12520
  # allowed_scopes: ["AllowedScopeType"],
12521
+ # advertised_scope_mapping: {
12522
+ # "AllowedScopeType" => "AllowedScopeType",
12523
+ # },
12480
12524
  # custom_claims: [
12481
12525
  # {
12482
12526
  # inbound_token_claim_name: "InboundTokenClaimNameType", # required
@@ -12780,6 +12824,8 @@ module Aws::BedrockAgentCoreControl
12780
12824
  # resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_clients[0] #=> String
12781
12825
  # resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_scopes #=> Array
12782
12826
  # resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_scopes[0] #=> String
12827
+ # resp.harness.authorizer_configuration.custom_jwt_authorizer.advertised_scope_mapping #=> Hash
12828
+ # resp.harness.authorizer_configuration.custom_jwt_authorizer.advertised_scope_mapping["AllowedScopeType"] #=> String
12783
12829
  # resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims #=> Array
12784
12830
  # resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].inbound_token_claim_name #=> String
12785
12831
  # resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].inbound_token_claim_value_type #=> String, one of "STRING", "STRING_ARRAY"
@@ -14213,6 +14259,9 @@ module Aws::BedrockAgentCoreControl
14213
14259
  # allowed_audience: ["AllowedAudience"],
14214
14260
  # allowed_clients: ["AllowedClient"],
14215
14261
  # allowed_scopes: ["AllowedScopeType"],
14262
+ # advertised_scope_mapping: {
14263
+ # "AllowedScopeType" => "AllowedScopeType",
14264
+ # },
14216
14265
  # custom_claims: [
14217
14266
  # {
14218
14267
  # inbound_token_claim_name: "InboundTokenClaimNameType", # required
@@ -14513,6 +14562,9 @@ module Aws::BedrockAgentCoreControl
14513
14562
  # allowed_audience: ["AllowedAudience"],
14514
14563
  # allowed_clients: ["AllowedClient"],
14515
14564
  # allowed_scopes: ["AllowedScopeType"],
14565
+ # advertised_scope_mapping: {
14566
+ # "AllowedScopeType" => "AllowedScopeType",
14567
+ # },
14516
14568
  # custom_claims: [
14517
14569
  # {
14518
14570
  # inbound_token_claim_name: "InboundTokenClaimNameType", # required
@@ -14593,6 +14645,8 @@ module Aws::BedrockAgentCoreControl
14593
14645
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_clients[0] #=> String
14594
14646
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_scopes #=> Array
14595
14647
  # resp.authorizer_configuration.custom_jwt_authorizer.allowed_scopes[0] #=> String
14648
+ # resp.authorizer_configuration.custom_jwt_authorizer.advertised_scope_mapping #=> Hash
14649
+ # resp.authorizer_configuration.custom_jwt_authorizer.advertised_scope_mapping["AllowedScopeType"] #=> String
14596
14650
  # resp.authorizer_configuration.custom_jwt_authorizer.custom_claims #=> Array
14597
14651
  # resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].inbound_token_claim_name #=> String
14598
14652
  # resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].inbound_token_claim_value_type #=> String, one of "STRING", "STRING_ARRAY"
@@ -14957,7 +15011,7 @@ module Aws::BedrockAgentCoreControl
14957
15011
  tracer: tracer
14958
15012
  )
14959
15013
  context[:gem_name] = 'aws-sdk-bedrockagentcorecontrol'
14960
- context[:gem_version] = '1.54.0'
15014
+ context[:gem_version] = '1.55.0'
14961
15015
  Seahorse::Client::Request.new(handlers, context)
14962
15016
  end
14963
15017
 
@@ -22,6 +22,7 @@ module Aws::BedrockAgentCoreControl
22
22
  AddDatasetExamplesRequest = Shapes::StructureShape.new(name: 'AddDatasetExamplesRequest')
23
23
  AddDatasetExamplesResponse = Shapes::StructureShape.new(name: 'AddDatasetExamplesResponse')
24
24
  AdditionalModelRequestFields = Shapes::DocumentShape.new(name: 'AdditionalModelRequestFields', document: true)
25
+ AdvertisedScopeMappingType = Shapes::MapShape.new(name: 'AdvertisedScopeMappingType')
25
26
  AgentCardDefinition = Shapes::StructureShape.new(name: 'AgentCardDefinition')
26
27
  AgentEndpointDescription = Shapes::StringShape.new(name: 'AgentEndpointDescription')
27
28
  AgentManagedRuntimeType = Shapes::StringShape.new(name: 'AgentManagedRuntimeType')
@@ -1262,6 +1263,9 @@ module Aws::BedrockAgentCoreControl
1262
1263
  AddDatasetExamplesResponse.add_member(:example_ids, Shapes::ShapeRef.new(shape: ExampleIdList, required: true, location_name: "exampleIds"))
1263
1264
  AddDatasetExamplesResponse.struct_class = Types::AddDatasetExamplesResponse
1264
1265
 
1266
+ AdvertisedScopeMappingType.key = Shapes::ShapeRef.new(shape: AllowedScopeType)
1267
+ AdvertisedScopeMappingType.value = Shapes::ShapeRef.new(shape: AllowedScopeType)
1268
+
1265
1269
  AgentCardDefinition.add_member(:schema_version, Shapes::ShapeRef.new(shape: SchemaVersion, location_name: "schemaVersion"))
1266
1270
  AgentCardDefinition.add_member(:inline_content, Shapes::ShapeRef.new(shape: InlineContent, location_name: "inlineContent"))
1267
1271
  AgentCardDefinition.struct_class = Types::AgentCardDefinition
@@ -2189,6 +2193,7 @@ module Aws::BedrockAgentCoreControl
2189
2193
  CustomJWTAuthorizerConfiguration.add_member(:allowed_audience, Shapes::ShapeRef.new(shape: AllowedAudienceList, location_name: "allowedAudience"))
2190
2194
  CustomJWTAuthorizerConfiguration.add_member(:allowed_clients, Shapes::ShapeRef.new(shape: AllowedClientsList, location_name: "allowedClients"))
2191
2195
  CustomJWTAuthorizerConfiguration.add_member(:allowed_scopes, Shapes::ShapeRef.new(shape: AllowedScopesType, location_name: "allowedScopes"))
2196
+ CustomJWTAuthorizerConfiguration.add_member(:advertised_scope_mapping, Shapes::ShapeRef.new(shape: AdvertisedScopeMappingType, location_name: "advertisedScopeMapping"))
2192
2197
  CustomJWTAuthorizerConfiguration.add_member(:custom_claims, Shapes::ShapeRef.new(shape: CustomClaimValidationsType, location_name: "customClaims"))
2193
2198
  CustomJWTAuthorizerConfiguration.add_member(:private_endpoint, Shapes::ShapeRef.new(shape: PrivateEndpoint, location_name: "privateEndpoint"))
2194
2199
  CustomJWTAuthorizerConfiguration.add_member(:private_endpoint_overrides, Shapes::ShapeRef.new(shape: PrivateEndpointOverrides, location_name: "privateEndpointOverrides"))
@@ -4715,6 +4715,18 @@ module Aws::BedrockAgentCoreControl
4715
4715
  # An array of scopes that are allowed to access the token.
4716
4716
  # @return [Array<String>]
4717
4717
  #
4718
+ # @!attribute [rw] advertised_scope_mapping
4719
+ # A map that associates each scope in `allowedScopes` with a
4720
+ # corresponding advertised scope value. The advertised scope appears
4721
+ # in OAuth protected resource metadata and `WWW-Authenticate` response
4722
+ # headers. Use this parameter when the scope that clients request from
4723
+ # your identity provider differs from the scope in the validated
4724
+ # token. Each key is a scope from `allowedScopes` that the service
4725
+ # uses for token validation. Each value is the corresponding scope
4726
+ # that the service advertises to clients. Scopes without a mapping
4727
+ # entry appear unchanged to clients.
4728
+ # @return [Hash<String,String>]
4729
+ #
4718
4730
  # @!attribute [rw] custom_claims
4719
4731
  # An array of objects that define a custom claim validation name,
4720
4732
  # value, and operation
@@ -4745,6 +4757,7 @@ module Aws::BedrockAgentCoreControl
4745
4757
  :allowed_audience,
4746
4758
  :allowed_clients,
4747
4759
  :allowed_scopes,
4760
+ :advertised_scope_mapping,
4748
4761
  :custom_claims,
4749
4762
  :private_endpoint,
4750
4763
  :private_endpoint_overrides,
@@ -14830,8 +14843,17 @@ module Aws::BedrockAgentCoreControl
14830
14843
  # @return [String]
14831
14844
  #
14832
14845
  # @!attribute [rw] protocol_type
14833
- # The application protocol the passthrough target implements. Required
14834
- # for passthrough targets.
14846
+ # The application protocol that the passthrough target implements.
14847
+ # This value is required for passthrough targets:
14848
+ #
14849
+ # * `MCP` - The Model Context Protocol.
14850
+ #
14851
+ # * `A2A` - The Agent-to-Agent protocol.
14852
+ #
14853
+ # * `INFERENCE` - The protocol for routing requests to a large
14854
+ # language model (LLM) provider.
14855
+ #
14856
+ # * `CUSTOM` - A custom application protocol.
14835
14857
  # @return [String]
14836
14858
  #
14837
14859
  # @!attribute [rw] schema
@@ -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.54.0'
58
+ GEM_VERSION = '1.55.0'
59
59
 
60
60
  end
61
61
 
data/sig/params.rbs CHANGED
@@ -69,6 +69,7 @@ module Aws
69
69
  allowed_audience: Array[::String]?,
70
70
  allowed_clients: Array[::String]?,
71
71
  allowed_scopes: Array[::String]?,
72
+ advertised_scope_mapping: Hash[::String, ::String]?,
72
73
  custom_claims: Array[
73
74
  Params::custom_claim_validation_type
74
75
  ]?,
data/sig/types.rbs CHANGED
@@ -1227,6 +1227,7 @@ module Aws::BedrockAgentCoreControl
1227
1227
  attr_accessor allowed_audience: ::Array[::String]
1228
1228
  attr_accessor allowed_clients: ::Array[::String]
1229
1229
  attr_accessor allowed_scopes: ::Array[::String]
1230
+ attr_accessor advertised_scope_mapping: ::Hash[::String, ::String]
1230
1231
  attr_accessor custom_claims: ::Array[Types::CustomClaimValidationType]
1231
1232
  attr_accessor private_endpoint: Types::PrivateEndpoint
1232
1233
  attr_accessor private_endpoint_overrides: ::Array[Types::PrivateEndpointOverride]
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.54.0
4
+ version: 1.55.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services