aws-sdk-bedrockagentcorecontrol 1.71.0 → 1.73.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-bedrockagentcorecontrol/client.rb +24 -13
- data/lib/aws-sdk-bedrockagentcorecontrol/client_api.rb +4 -0
- data/lib/aws-sdk-bedrockagentcorecontrol/types.rb +19 -2
- data/lib/aws-sdk-bedrockagentcorecontrol.rb +1 -1
- data/sig/client.rbs +12 -9
- data/sig/types.rbs +14 -11
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: db01c7212f5330917750603bb9ff5cbfc968c490cdffd349a92ee30569c7f9e0
|
|
4
|
+
data.tar.gz: 6cc8b895d7de59ac4a7483018fc208a1e5ae2f43841d55033d5366df4b6bda5c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4795714f16fae2c9beca7a0864a8736f354e338ab178970c0bcbcbc0e6e9241cbb672df8babe0ed70e2dc80d77bc762642f99e3e5d6e1be89c4b6be9df7530ed
|
|
7
|
+
data.tar.gz: e8d487cf014a1866539568c1641d244b00fe447ef33d8338da75d6609dd467624dc5fc115b75c84bd19ded4c1f4cffb3fb5d4aa6154db4d51d97da09dfcdcd97
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.73.0 (2026-09-16)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adds support for a new DELETE FAILED status for Bedrock AgentCore Runtimes and Bedrock AgentCore Runtime Endpoints.
|
|
8
|
+
|
|
9
|
+
1.72.0 (2026-09-15)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* 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.
|
|
13
|
+
|
|
4
14
|
1.71.0 (2026-09-11)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.73.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
|
|
@@ -860,7 +864,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
860
864
|
# resp.agent_runtime_id #=> String
|
|
861
865
|
# resp.agent_runtime_version #=> String
|
|
862
866
|
# resp.created_at #=> Time
|
|
863
|
-
# resp.status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING"
|
|
867
|
+
# resp.status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING", "DELETE_FAILED"
|
|
864
868
|
#
|
|
865
869
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/CreateAgentRuntime AWS API Documentation
|
|
866
870
|
#
|
|
@@ -928,7 +932,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
928
932
|
# resp.agent_runtime_arn #=> String
|
|
929
933
|
# resp.agent_runtime_id #=> String
|
|
930
934
|
# resp.endpoint_name #=> String
|
|
931
|
-
# resp.status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING"
|
|
935
|
+
# resp.status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING", "DELETE_FAILED"
|
|
932
936
|
# resp.created_at #=> Time
|
|
933
937
|
#
|
|
934
938
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/CreateAgentRuntimeEndpoint AWS API Documentation
|
|
@@ -5605,7 +5609,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
5605
5609
|
#
|
|
5606
5610
|
# @example Response structure
|
|
5607
5611
|
#
|
|
5608
|
-
# resp.status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING"
|
|
5612
|
+
# resp.status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING", "DELETE_FAILED"
|
|
5609
5613
|
# resp.agent_runtime_id #=> String
|
|
5610
5614
|
# resp.agent_runtime_version #=> String
|
|
5611
5615
|
#
|
|
@@ -5650,7 +5654,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
5650
5654
|
#
|
|
5651
5655
|
# @example Response structure
|
|
5652
5656
|
#
|
|
5653
|
-
# resp.status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING"
|
|
5657
|
+
# resp.status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING", "DELETE_FAILED"
|
|
5654
5658
|
# resp.agent_runtime_id #=> String
|
|
5655
5659
|
# resp.endpoint_name #=> String
|
|
5656
5660
|
#
|
|
@@ -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
|
#
|
|
@@ -6918,7 +6923,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
6918
6923
|
# resp.network_configuration.network_mode_config.subnets #=> Array
|
|
6919
6924
|
# resp.network_configuration.network_mode_config.subnets[0] #=> String
|
|
6920
6925
|
# resp.network_configuration.network_mode_config.require_service_s3_endpoint #=> Boolean
|
|
6921
|
-
# resp.status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING"
|
|
6926
|
+
# resp.status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING", "DELETE_FAILED"
|
|
6922
6927
|
# resp.lifecycle_configuration.idle_runtime_session_timeout #=> Integer
|
|
6923
6928
|
# resp.lifecycle_configuration.max_lifetime #=> Integer
|
|
6924
6929
|
# resp.failure_reason #=> String
|
|
@@ -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
|
#
|
|
@@ -7035,7 +7041,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
7035
7041
|
# resp.agent_runtime_endpoint_arn #=> String
|
|
7036
7042
|
# resp.agent_runtime_arn #=> String
|
|
7037
7043
|
# resp.description #=> String
|
|
7038
|
-
# resp.status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING"
|
|
7044
|
+
# resp.status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING", "DELETE_FAILED"
|
|
7039
7045
|
# resp.created_at #=> Time
|
|
7040
7046
|
# resp.last_updated_at #=> Time
|
|
7041
7047
|
# resp.failure_reason #=> String
|
|
@@ -9594,7 +9600,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
9594
9600
|
# resp.runtime_endpoints[0].target_version #=> String
|
|
9595
9601
|
# resp.runtime_endpoints[0].agent_runtime_endpoint_arn #=> String
|
|
9596
9602
|
# resp.runtime_endpoints[0].agent_runtime_arn #=> String
|
|
9597
|
-
# resp.runtime_endpoints[0].status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING"
|
|
9603
|
+
# resp.runtime_endpoints[0].status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING", "DELETE_FAILED"
|
|
9598
9604
|
# resp.runtime_endpoints[0].id #=> String
|
|
9599
9605
|
# resp.runtime_endpoints[0].description #=> String
|
|
9600
9606
|
# resp.runtime_endpoints[0].created_at #=> Time
|
|
@@ -9645,7 +9651,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
9645
9651
|
# resp.agent_runtimes[0].agent_runtime_name #=> String
|
|
9646
9652
|
# resp.agent_runtimes[0].description #=> String
|
|
9647
9653
|
# resp.agent_runtimes[0].last_updated_at #=> Time
|
|
9648
|
-
# resp.agent_runtimes[0].status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING"
|
|
9654
|
+
# resp.agent_runtimes[0].status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING", "DELETE_FAILED"
|
|
9649
9655
|
# resp.next_token #=> String
|
|
9650
9656
|
#
|
|
9651
9657
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/ListAgentRuntimeVersions AWS API Documentation
|
|
@@ -9698,7 +9704,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
9698
9704
|
# resp.agent_runtimes #=> Array
|
|
9699
9705
|
# resp.agent_runtimes[0].agent_runtime_arn #=> String
|
|
9700
9706
|
# resp.agent_runtimes[0].agent_runtime_version #=> String
|
|
9701
|
-
# resp.agent_runtimes[0].status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING"
|
|
9707
|
+
# resp.agent_runtimes[0].status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING", "DELETE_FAILED"
|
|
9702
9708
|
# resp.next_token #=> String
|
|
9703
9709
|
#
|
|
9704
9710
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/ListAgentRuntimeVersionsByCapacityProvider AWS API Documentation
|
|
@@ -9741,7 +9747,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
9741
9747
|
# resp.agent_runtimes[0].agent_runtime_name #=> String
|
|
9742
9748
|
# resp.agent_runtimes[0].description #=> String
|
|
9743
9749
|
# resp.agent_runtimes[0].last_updated_at #=> Time
|
|
9744
|
-
# resp.agent_runtimes[0].status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING"
|
|
9750
|
+
# resp.agent_runtimes[0].status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING", "DELETE_FAILED"
|
|
9745
9751
|
# resp.next_token #=> String
|
|
9746
9752
|
#
|
|
9747
9753
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/ListAgentRuntimes AWS API Documentation
|
|
@@ -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
|
#
|
|
@@ -12359,7 +12370,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
12359
12370
|
# resp.agent_runtime_version #=> String
|
|
12360
12371
|
# resp.created_at #=> Time
|
|
12361
12372
|
# resp.last_updated_at #=> Time
|
|
12362
|
-
# resp.status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING"
|
|
12373
|
+
# resp.status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING", "DELETE_FAILED"
|
|
12363
12374
|
#
|
|
12364
12375
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/UpdateAgentRuntime AWS API Documentation
|
|
12365
12376
|
#
|
|
@@ -12418,7 +12429,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
12418
12429
|
# resp.target_version #=> String
|
|
12419
12430
|
# resp.agent_runtime_endpoint_arn #=> String
|
|
12420
12431
|
# resp.agent_runtime_arn #=> String
|
|
12421
|
-
# resp.status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING"
|
|
12432
|
+
# resp.status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING", "DELETE_FAILED"
|
|
12422
12433
|
# resp.created_at #=> Time
|
|
12423
12434
|
# resp.last_updated_at #=> Time
|
|
12424
12435
|
#
|
|
@@ -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.
|
|
16698
|
+
context[:gem_version] = '1.73.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
|
data/sig/client.rbs
CHANGED
|
@@ -123,7 +123,7 @@ module Aws
|
|
|
123
123
|
def agent_runtime_id: () -> ::String
|
|
124
124
|
def agent_runtime_version: () -> ::String
|
|
125
125
|
def created_at: () -> ::Time
|
|
126
|
-
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
|
|
126
|
+
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
|
|
127
127
|
end
|
|
128
128
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#create_agent_runtime-instance_method
|
|
129
129
|
def create_agent_runtime: (
|
|
@@ -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
|
|
|
@@ -162,7 +163,7 @@ module Aws
|
|
|
162
163
|
def agent_runtime_arn: () -> ::String
|
|
163
164
|
def agent_runtime_id: () -> ::String
|
|
164
165
|
def endpoint_name: () -> ::String
|
|
165
|
-
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
|
|
166
|
+
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
|
|
166
167
|
def created_at: () -> ::Time
|
|
167
168
|
end
|
|
168
169
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#create_agent_runtime_endpoint-instance_method
|
|
@@ -1011,7 +1012,7 @@ module Aws
|
|
|
1011
1012
|
|
|
1012
1013
|
interface _DeleteAgentRuntimeResponseSuccess
|
|
1013
1014
|
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteAgentRuntimeResponse]
|
|
1014
|
-
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
|
|
1015
|
+
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
|
|
1015
1016
|
def agent_runtime_id: () -> ::String
|
|
1016
1017
|
def agent_runtime_version: () -> ::String
|
|
1017
1018
|
end
|
|
@@ -1025,7 +1026,7 @@ module Aws
|
|
|
1025
1026
|
|
|
1026
1027
|
interface _DeleteAgentRuntimeEndpointResponseSuccess
|
|
1027
1028
|
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteAgentRuntimeEndpointResponse]
|
|
1028
|
-
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
|
|
1029
|
+
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
|
|
1029
1030
|
def agent_runtime_id: () -> ::String
|
|
1030
1031
|
def endpoint_name: () -> ::String
|
|
1031
1032
|
end
|
|
@@ -1390,7 +1391,7 @@ module Aws
|
|
|
1390
1391
|
def last_updated_at: () -> ::Time
|
|
1391
1392
|
def role_arn: () -> ::String
|
|
1392
1393
|
def network_configuration: () -> Types::NetworkConfiguration
|
|
1393
|
-
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
|
|
1394
|
+
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
|
|
1394
1395
|
def lifecycle_configuration: () -> Types::LifecycleConfiguration
|
|
1395
1396
|
def failure_reason: () -> ::String
|
|
1396
1397
|
def description: () -> ::String
|
|
@@ -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: (
|
|
@@ -1418,7 +1420,7 @@ module Aws
|
|
|
1418
1420
|
def agent_runtime_endpoint_arn: () -> ::String
|
|
1419
1421
|
def agent_runtime_arn: () -> ::String
|
|
1420
1422
|
def description: () -> ::String
|
|
1421
|
-
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
|
|
1423
|
+
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
|
|
1422
1424
|
def created_at: () -> ::Time
|
|
1423
1425
|
def last_updated_at: () -> ::Time
|
|
1424
1426
|
def failure_reason: () -> ::String
|
|
@@ -2689,7 +2691,7 @@ module Aws
|
|
|
2689
2691
|
def agent_runtime_version: () -> ::String
|
|
2690
2692
|
def created_at: () -> ::Time
|
|
2691
2693
|
def last_updated_at: () -> ::Time
|
|
2692
|
-
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
|
|
2694
|
+
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
|
|
2693
2695
|
end
|
|
2694
2696
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#update_agent_runtime-instance_method
|
|
2695
2697
|
def update_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
|
|
@@ -2729,7 +2732,7 @@ module Aws
|
|
|
2729
2732
|
def target_version: () -> ::String
|
|
2730
2733
|
def agent_runtime_endpoint_arn: () -> ::String
|
|
2731
2734
|
def agent_runtime_arn: () -> ::String
|
|
2732
|
-
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
|
|
2735
|
+
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
|
|
2733
2736
|
def created_at: () -> ::Time
|
|
2734
2737
|
def last_updated_at: () -> ::Time
|
|
2735
2738
|
end
|
data/sig/types.rbs
CHANGED
|
@@ -62,7 +62,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
62
62
|
attr_accessor agent_runtime_name: ::String
|
|
63
63
|
attr_accessor description: ::String
|
|
64
64
|
attr_accessor last_updated_at: ::Time
|
|
65
|
-
attr_accessor status: ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
|
|
65
|
+
attr_accessor status: ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
|
|
66
66
|
SENSITIVE: [:description]
|
|
67
67
|
end
|
|
68
68
|
|
|
@@ -86,7 +86,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
86
86
|
attr_accessor target_version: ::String
|
|
87
87
|
attr_accessor agent_runtime_endpoint_arn: ::String
|
|
88
88
|
attr_accessor agent_runtime_arn: ::String
|
|
89
|
-
attr_accessor status: ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
|
|
89
|
+
attr_accessor status: ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
|
|
90
90
|
attr_accessor id: ::String
|
|
91
91
|
attr_accessor description: ::String
|
|
92
92
|
attr_accessor created_at: ::Time
|
|
@@ -97,7 +97,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
97
97
|
class AgentRuntimeVersionSummary
|
|
98
98
|
attr_accessor agent_runtime_arn: ::String
|
|
99
99
|
attr_accessor agent_runtime_version: ::String
|
|
100
|
-
attr_accessor status: ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
|
|
100
|
+
attr_accessor status: ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
|
|
101
101
|
SENSITIVE: []
|
|
102
102
|
end
|
|
103
103
|
|
|
@@ -632,7 +632,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
632
632
|
attr_accessor agent_runtime_arn: ::String
|
|
633
633
|
attr_accessor agent_runtime_id: ::String
|
|
634
634
|
attr_accessor endpoint_name: ::String
|
|
635
|
-
attr_accessor status: ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
|
|
635
|
+
attr_accessor status: ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
|
|
636
636
|
attr_accessor created_at: ::Time
|
|
637
637
|
SENSITIVE: [:endpoint_name]
|
|
638
638
|
end
|
|
@@ -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
|
|
|
@@ -661,7 +662,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
661
662
|
attr_accessor agent_runtime_id: ::String
|
|
662
663
|
attr_accessor agent_runtime_version: ::String
|
|
663
664
|
attr_accessor created_at: ::Time
|
|
664
|
-
attr_accessor status: ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
|
|
665
|
+
attr_accessor status: ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
|
|
665
666
|
SENSITIVE: []
|
|
666
667
|
end
|
|
667
668
|
|
|
@@ -1531,7 +1532,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1531
1532
|
end
|
|
1532
1533
|
|
|
1533
1534
|
class DeleteAgentRuntimeEndpointResponse
|
|
1534
|
-
attr_accessor status: ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
|
|
1535
|
+
attr_accessor status: ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
|
|
1535
1536
|
attr_accessor agent_runtime_id: ::String
|
|
1536
1537
|
attr_accessor endpoint_name: ::String
|
|
1537
1538
|
SENSITIVE: [:endpoint_name]
|
|
@@ -1545,7 +1546,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1545
1546
|
end
|
|
1546
1547
|
|
|
1547
1548
|
class DeleteAgentRuntimeResponse
|
|
1548
|
-
attr_accessor status: ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
|
|
1549
|
+
attr_accessor status: ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
|
|
1549
1550
|
attr_accessor agent_runtime_id: ::String
|
|
1550
1551
|
attr_accessor agent_runtime_version: ::String
|
|
1551
1552
|
SENSITIVE: []
|
|
@@ -2268,7 +2269,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
2268
2269
|
attr_accessor agent_runtime_endpoint_arn: ::String
|
|
2269
2270
|
attr_accessor agent_runtime_arn: ::String
|
|
2270
2271
|
attr_accessor description: ::String
|
|
2271
|
-
attr_accessor status: ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
|
|
2272
|
+
attr_accessor status: ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
|
|
2272
2273
|
attr_accessor created_at: ::Time
|
|
2273
2274
|
attr_accessor last_updated_at: ::Time
|
|
2274
2275
|
attr_accessor failure_reason: ::String
|
|
@@ -2292,7 +2293,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
2292
2293
|
attr_accessor last_updated_at: ::Time
|
|
2293
2294
|
attr_accessor role_arn: ::String
|
|
2294
2295
|
attr_accessor network_configuration: Types::NetworkConfiguration
|
|
2295
|
-
attr_accessor status: ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
|
|
2296
|
+
attr_accessor status: ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
|
|
2296
2297
|
attr_accessor lifecycle_configuration: Types::LifecycleConfiguration
|
|
2297
2298
|
attr_accessor failure_reason: ::String
|
|
2298
2299
|
attr_accessor description: ::String
|
|
@@ -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
|
|
|
@@ -5682,7 +5684,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
5682
5684
|
attr_accessor target_version: ::String
|
|
5683
5685
|
attr_accessor agent_runtime_endpoint_arn: ::String
|
|
5684
5686
|
attr_accessor agent_runtime_arn: ::String
|
|
5685
|
-
attr_accessor status: ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
|
|
5687
|
+
attr_accessor status: ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
|
|
5686
5688
|
attr_accessor created_at: ::Time
|
|
5687
5689
|
attr_accessor last_updated_at: ::Time
|
|
5688
5690
|
SENSITIVE: []
|
|
@@ -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
|
|
@@ -5713,7 +5716,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
5713
5716
|
attr_accessor agent_runtime_version: ::String
|
|
5714
5717
|
attr_accessor created_at: ::Time
|
|
5715
5718
|
attr_accessor last_updated_at: ::Time
|
|
5716
|
-
attr_accessor status: ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
|
|
5719
|
+
attr_accessor status: ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
|
|
5717
5720
|
SENSITIVE: []
|
|
5718
5721
|
end
|
|
5719
5722
|
|