aws-sdk-bedrockagentcorecontrol 1.70.0 → 1.72.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: cee41c1aab649229317899657a3c700f88db97bd1240637d3b3fd69e2c9e0021
4
- data.tar.gz: e7b7db0466907d715e9ce127223d87d5cfbbc56a66eef6382b65e934c5fa89f1
3
+ metadata.gz: c1dc48ce603cbd13318af4f90700936f7bc01a4631041fa3b69da21e8504dbe4
4
+ data.tar.gz: bc8cabcfc4d6f7c045db47a3b11fdb60699a0a26b94f8751208a86175bd5ae4d
5
5
  SHA512:
6
- metadata.gz: 54f5ba402161ca2d76812909928bc26c1870682a5271a76dd737b338c9b11669702e3a0af0f6eb74e65d18c0d8b4643e306dbb6f297999d18590e1bbdbda7873
7
- data.tar.gz: 881ffc09120e79b784c2a189749a3e61d6bc4c892e76657ee915701de65b73bb6fa714c017bf6171b7fd135bcc5db6ec3d7f24db28f84ac2432a2e4c6bf59914
6
+ metadata.gz: d2a8e0d03c7fe46f82a5f7aca0623ae775da3d5d968f72921c94dd25f240288ca95cff2bea6ff8ed4f2e6047559ae6728d369ffdf3cdd4bc90c2c7f8a3162497
7
+ data.tar.gz: c482cda2d6a77559358591d2dc20b50572b44f9ca3ae5a8ee9c546fd963fcd9370436a03bfe7a1053ada5bdedcf1cb6b87d0f677eca177a7627b71ff6e40b6f5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.72.0 (2026-09-15)
5
+ ------------------
6
+
7
+ * Feature - Amazon Bedrock AgentCore Runtime now supports specifying the platform version of an agent runtime through the new platformVersion field on CreateAgentRuntime, UpdateAgentRuntime, and GetAgentRuntime.
8
+
9
+ 1.71.0 (2026-09-11)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.70.0 (2026-09-09)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.72.0
@@ -706,6 +706,9 @@ module Aws::BedrockAgentCoreControl
706
706
  # enable you to categorize your resources in different ways, for
707
707
  # example, by purpose, owner, or environment.
708
708
  #
709
+ # @option params [String] :platform_version
710
+ # The version of the runtime platform to use for the AgentCore Runtime.
711
+ #
709
712
  # @return [Types::CreateAgentRuntimeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
710
713
  #
711
714
  # * {Types::CreateAgentRuntimeResponse#agent_runtime_arn #agent_runtime_arn} => String
@@ -851,6 +854,7 @@ module Aws::BedrockAgentCoreControl
851
854
  # tags: {
852
855
  # "TagKey" => "TagValue",
853
856
  # },
857
+ # platform_version: "PlatformVersion",
854
858
  # })
855
859
  #
856
860
  # @example Response structure
@@ -6895,6 +6899,7 @@ module Aws::BedrockAgentCoreControl
6895
6899
  # * {Types::GetAgentRuntimeResponse#metadata_configuration #metadata_configuration} => Types::RuntimeMetadataConfiguration
6896
6900
  # * {Types::GetAgentRuntimeResponse#filesystem_configurations #filesystem_configurations} => Array<Types::FilesystemConfiguration>
6897
6901
  # * {Types::GetAgentRuntimeResponse#capacity_provider_configuration #capacity_provider_configuration} => Types::CapacityProviderConfiguration
6902
+ # * {Types::GetAgentRuntimeResponse#platform_version #platform_version} => String
6898
6903
  #
6899
6904
  # @example Request syntax with placeholder values
6900
6905
  #
@@ -6988,6 +6993,7 @@ module Aws::BedrockAgentCoreControl
6988
6993
  # resp.filesystem_configurations[0].capacity_provider_volume.volume_name #=> String
6989
6994
  # resp.filesystem_configurations[0].capacity_provider_volume.mount_path #=> String
6990
6995
  # resp.capacity_provider_configuration.capacity_provider_arn #=> String
6996
+ # resp.platform_version #=> String
6991
6997
  #
6992
6998
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/GetAgentRuntime AWS API Documentation
6993
6999
  #
@@ -12196,6 +12202,10 @@ module Aws::BedrockAgentCoreControl
12196
12202
  # @option params [Types::CapacityProviderConfiguration] :capacity_provider_configuration
12197
12203
  # The updated capacity provider configuration for the AgentCore Runtime.
12198
12204
  #
12205
+ # @option params [String] :platform_version
12206
+ # The updated version of the runtime platform to use for the AgentCore
12207
+ # Runtime.
12208
+ #
12199
12209
  # @option params [String] :client_token
12200
12210
  # A unique, case-sensitive identifier to ensure idempotency of the
12201
12211
  # request.
@@ -12348,6 +12358,7 @@ module Aws::BedrockAgentCoreControl
12348
12358
  # capacity_provider_configuration: {
12349
12359
  # capacity_provider_arn: "CapacityProviderArn", # required
12350
12360
  # },
12361
+ # platform_version: "PlatformVersion",
12351
12362
  # client_token: "ClientToken",
12352
12363
  # })
12353
12364
  #
@@ -16684,7 +16695,7 @@ module Aws::BedrockAgentCoreControl
16684
16695
  tracer: tracer
16685
16696
  )
16686
16697
  context[:gem_name] = 'aws-sdk-bedrockagentcorecontrol'
16687
- context[:gem_version] = '1.70.0'
16698
+ context[:gem_version] = '1.72.0'
16688
16699
  Seahorse::Client::Request.new(handlers, context)
16689
16700
  end
16690
16701
 
@@ -1010,6 +1010,7 @@ module Aws::BedrockAgentCoreControl
1010
1010
  PaymentsDescription = Shapes::StringShape.new(name: 'PaymentsDescription')
1011
1011
  Period = Shapes::StringShape.new(name: 'Period')
1012
1012
  PermissionsConfiguration = Shapes::StructureShape.new(name: 'PermissionsConfiguration')
1013
+ PlatformVersion = Shapes::StringShape.new(name: 'PlatformVersion')
1013
1014
  Policies = Shapes::ListShape.new(name: 'Policies')
1014
1015
  Policy = Shapes::StructureShape.new(name: 'Policy')
1015
1016
  PolicyArn = Shapes::StringShape.new(name: 'PolicyArn')
@@ -1939,6 +1940,7 @@ module Aws::BedrockAgentCoreControl
1939
1940
  CreateAgentRuntimeRequest.add_member(:filesystem_configurations, Shapes::ShapeRef.new(shape: FilesystemConfigurations, location_name: "filesystemConfigurations"))
1940
1941
  CreateAgentRuntimeRequest.add_member(:capacity_provider_configuration, Shapes::ShapeRef.new(shape: CapacityProviderConfiguration, location_name: "capacityProviderConfiguration"))
1941
1942
  CreateAgentRuntimeRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
1943
+ CreateAgentRuntimeRequest.add_member(:platform_version, Shapes::ShapeRef.new(shape: PlatformVersion, location_name: "platformVersion"))
1942
1944
  CreateAgentRuntimeRequest.struct_class = Types::CreateAgentRuntimeRequest
1943
1945
 
1944
1946
  CreateAgentRuntimeResponse.add_member(:agent_runtime_arn, Shapes::ShapeRef.new(shape: AgentRuntimeArn, required: true, location_name: "agentRuntimeArn"))
@@ -3208,6 +3210,7 @@ module Aws::BedrockAgentCoreControl
3208
3210
  GetAgentRuntimeResponse.add_member(:metadata_configuration, Shapes::ShapeRef.new(shape: RuntimeMetadataConfiguration, location_name: "metadataConfiguration"))
3209
3211
  GetAgentRuntimeResponse.add_member(:filesystem_configurations, Shapes::ShapeRef.new(shape: FilesystemConfigurations, location_name: "filesystemConfigurations"))
3210
3212
  GetAgentRuntimeResponse.add_member(:capacity_provider_configuration, Shapes::ShapeRef.new(shape: CapacityProviderConfiguration, location_name: "capacityProviderConfiguration"))
3213
+ GetAgentRuntimeResponse.add_member(:platform_version, Shapes::ShapeRef.new(shape: PlatformVersion, location_name: "platformVersion"))
3211
3214
  GetAgentRuntimeResponse.struct_class = Types::GetAgentRuntimeResponse
3212
3215
 
3213
3216
  GetApiKeyCredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
@@ -5781,6 +5784,7 @@ module Aws::BedrockAgentCoreControl
5781
5784
  UpdateAgentRuntimeRequest.add_member(:environment_variables, Shapes::ShapeRef.new(shape: EnvironmentVariablesMap, location_name: "environmentVariables"))
5782
5785
  UpdateAgentRuntimeRequest.add_member(:filesystem_configurations, Shapes::ShapeRef.new(shape: FilesystemConfigurations, location_name: "filesystemConfigurations"))
5783
5786
  UpdateAgentRuntimeRequest.add_member(:capacity_provider_configuration, Shapes::ShapeRef.new(shape: CapacityProviderConfiguration, location_name: "capacityProviderConfiguration"))
5787
+ UpdateAgentRuntimeRequest.add_member(:platform_version, Shapes::ShapeRef.new(shape: PlatformVersion, location_name: "platformVersion"))
5784
5788
  UpdateAgentRuntimeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
5785
5789
  UpdateAgentRuntimeRequest.struct_class = Types::UpdateAgentRuntimeRequest
5786
5790
 
@@ -2268,6 +2268,11 @@ module Aws::BedrockAgentCoreControl
2268
2268
  # example, by purpose, owner, or environment.
2269
2269
  # @return [Hash<String,String>]
2270
2270
  #
2271
+ # @!attribute [rw] platform_version
2272
+ # The version of the runtime platform to use for the AgentCore
2273
+ # Runtime.
2274
+ # @return [String]
2275
+ #
2271
2276
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/CreateAgentRuntimeRequest AWS API Documentation
2272
2277
  #
2273
2278
  class CreateAgentRuntimeRequest < Struct.new(
@@ -2284,7 +2289,8 @@ module Aws::BedrockAgentCoreControl
2284
2289
  :environment_variables,
2285
2290
  :filesystem_configurations,
2286
2291
  :capacity_provider_configuration,
2287
- :tags)
2292
+ :tags,
2293
+ :platform_version)
2288
2294
  SENSITIVE = [:description, :environment_variables]
2289
2295
  include Aws::Structure
2290
2296
  end
@@ -8654,6 +8660,10 @@ module Aws::BedrockAgentCoreControl
8654
8660
  # The capacity provider configuration for the AgentCore Runtime.
8655
8661
  # @return [Types::CapacityProviderConfiguration]
8656
8662
  #
8663
+ # @!attribute [rw] platform_version
8664
+ # The version of the runtime platform used by the AgentCore Runtime.
8665
+ # @return [String]
8666
+ #
8657
8667
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/GetAgentRuntimeResponse AWS API Documentation
8658
8668
  #
8659
8669
  class GetAgentRuntimeResponse < Struct.new(
@@ -8677,7 +8687,8 @@ module Aws::BedrockAgentCoreControl
8677
8687
  :request_header_configuration,
8678
8688
  :metadata_configuration,
8679
8689
  :filesystem_configurations,
8680
- :capacity_provider_configuration)
8690
+ :capacity_provider_configuration,
8691
+ :platform_version)
8681
8692
  SENSITIVE = [:description, :environment_variables]
8682
8693
  include Aws::Structure
8683
8694
  end
@@ -20563,6 +20574,11 @@ module Aws::BedrockAgentCoreControl
20563
20574
  # Runtime.
20564
20575
  # @return [Types::CapacityProviderConfiguration]
20565
20576
  #
20577
+ # @!attribute [rw] platform_version
20578
+ # The updated version of the runtime platform to use for the AgentCore
20579
+ # Runtime.
20580
+ # @return [String]
20581
+ #
20566
20582
  # @!attribute [rw] client_token
20567
20583
  # A unique, case-sensitive identifier to ensure idempotency of the
20568
20584
  # request.
@@ -20587,6 +20603,7 @@ module Aws::BedrockAgentCoreControl
20587
20603
  :environment_variables,
20588
20604
  :filesystem_configurations,
20589
20605
  :capacity_provider_configuration,
20606
+ :platform_version,
20590
20607
  :client_token)
20591
20608
  SENSITIVE = [:description, :environment_variables]
20592
20609
  include Aws::Structure
@@ -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.70.0'
58
+ GEM_VERSION = '1.72.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -151,7 +151,8 @@ module Aws
151
151
  ?capacity_provider_configuration: {
152
152
  capacity_provider_arn: ::String
153
153
  },
154
- ?tags: Hash[::String, ::String]
154
+ ?tags: Hash[::String, ::String],
155
+ ?platform_version: ::String
155
156
  ) -> _CreateAgentRuntimeResponseSuccess
156
157
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAgentRuntimeResponseSuccess
157
158
 
@@ -1403,6 +1404,7 @@ module Aws
1403
1404
  def metadata_configuration: () -> Types::RuntimeMetadataConfiguration
1404
1405
  def filesystem_configurations: () -> ::Array[Types::FilesystemConfiguration]
1405
1406
  def capacity_provider_configuration: () -> Types::CapacityProviderConfiguration
1407
+ def platform_version: () -> ::String
1406
1408
  end
1407
1409
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#get_agent_runtime-instance_method
1408
1410
  def get_agent_runtime: (
@@ -2719,6 +2721,7 @@ module Aws
2719
2721
  ?capacity_provider_configuration: {
2720
2722
  capacity_provider_arn: ::String
2721
2723
  },
2724
+ ?platform_version: ::String,
2722
2725
  ?client_token: ::String
2723
2726
  ) -> _UpdateAgentRuntimeResponseSuccess
2724
2727
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAgentRuntimeResponseSuccess
data/sig/types.rbs CHANGED
@@ -652,6 +652,7 @@ module Aws::BedrockAgentCoreControl
652
652
  attr_accessor filesystem_configurations: ::Array[Types::FilesystemConfiguration]
653
653
  attr_accessor capacity_provider_configuration: Types::CapacityProviderConfiguration
654
654
  attr_accessor tags: ::Hash[::String, ::String]
655
+ attr_accessor platform_version: ::String
655
656
  SENSITIVE: [:description, :environment_variables]
656
657
  end
657
658
 
@@ -2305,6 +2306,7 @@ module Aws::BedrockAgentCoreControl
2305
2306
  attr_accessor metadata_configuration: Types::RuntimeMetadataConfiguration
2306
2307
  attr_accessor filesystem_configurations: ::Array[Types::FilesystemConfiguration]
2307
2308
  attr_accessor capacity_provider_configuration: Types::CapacityProviderConfiguration
2309
+ attr_accessor platform_version: ::String
2308
2310
  SENSITIVE: [:description, :environment_variables]
2309
2311
  end
2310
2312
 
@@ -5702,6 +5704,7 @@ module Aws::BedrockAgentCoreControl
5702
5704
  attr_accessor environment_variables: ::Hash[::String, ::String]
5703
5705
  attr_accessor filesystem_configurations: ::Array[Types::FilesystemConfiguration]
5704
5706
  attr_accessor capacity_provider_configuration: Types::CapacityProviderConfiguration
5707
+ attr_accessor platform_version: ::String
5705
5708
  attr_accessor client_token: ::String
5706
5709
  SENSITIVE: [:description, :environment_variables]
5707
5710
  end
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.70.0
4
+ version: 1.72.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.255.0
21
+ version: 3.256.0
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.255.0
31
+ version: 3.256.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement