aws-sdk-bedrockagentcorecontrol 1.72.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c1dc48ce603cbd13318af4f90700936f7bc01a4631041fa3b69da21e8504dbe4
4
- data.tar.gz: bc8cabcfc4d6f7c045db47a3b11fdb60699a0a26b94f8751208a86175bd5ae4d
3
+ metadata.gz: db01c7212f5330917750603bb9ff5cbfc968c490cdffd349a92ee30569c7f9e0
4
+ data.tar.gz: 6cc8b895d7de59ac4a7483018fc208a1e5ae2f43841d55033d5366df4b6bda5c
5
5
  SHA512:
6
- metadata.gz: d2a8e0d03c7fe46f82a5f7aca0623ae775da3d5d968f72921c94dd25f240288ca95cff2bea6ff8ed4f2e6047559ae6728d369ffdf3cdd4bc90c2c7f8a3162497
7
- data.tar.gz: c482cda2d6a77559358591d2dc20b50572b44f9ca3ae5a8ee9c546fd963fcd9370436a03bfe7a1053ada5bdedcf1cb6b87d0f677eca177a7627b71ff6e40b6f5
6
+ metadata.gz: 4795714f16fae2c9beca7a0864a8736f354e338ab178970c0bcbcbc0e6e9241cbb672df8babe0ed70e2dc80d77bc762642f99e3e5d6e1be89c4b6be9df7530ed
7
+ data.tar.gz: e8d487cf014a1866539568c1641d244b00fe447ef33d8338da75d6609dd467624dc5fc115b75c84bd19ded4c1f4cffb3fb5d4aa6154db4d51d97da09dfcdcd97
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.72.0 (2026-09-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.72.0
1
+ 1.73.0
@@ -864,7 +864,7 @@ module Aws::BedrockAgentCoreControl
864
864
  # resp.agent_runtime_id #=> String
865
865
  # resp.agent_runtime_version #=> String
866
866
  # resp.created_at #=> Time
867
- # 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"
868
868
  #
869
869
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/CreateAgentRuntime AWS API Documentation
870
870
  #
@@ -932,7 +932,7 @@ module Aws::BedrockAgentCoreControl
932
932
  # resp.agent_runtime_arn #=> String
933
933
  # resp.agent_runtime_id #=> String
934
934
  # resp.endpoint_name #=> String
935
- # 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"
936
936
  # resp.created_at #=> Time
937
937
  #
938
938
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/CreateAgentRuntimeEndpoint AWS API Documentation
@@ -5609,7 +5609,7 @@ module Aws::BedrockAgentCoreControl
5609
5609
  #
5610
5610
  # @example Response structure
5611
5611
  #
5612
- # 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"
5613
5613
  # resp.agent_runtime_id #=> String
5614
5614
  # resp.agent_runtime_version #=> String
5615
5615
  #
@@ -5654,7 +5654,7 @@ module Aws::BedrockAgentCoreControl
5654
5654
  #
5655
5655
  # @example Response structure
5656
5656
  #
5657
- # 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"
5658
5658
  # resp.agent_runtime_id #=> String
5659
5659
  # resp.endpoint_name #=> String
5660
5660
  #
@@ -6923,7 +6923,7 @@ module Aws::BedrockAgentCoreControl
6923
6923
  # resp.network_configuration.network_mode_config.subnets #=> Array
6924
6924
  # resp.network_configuration.network_mode_config.subnets[0] #=> String
6925
6925
  # resp.network_configuration.network_mode_config.require_service_s3_endpoint #=> Boolean
6926
- # 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"
6927
6927
  # resp.lifecycle_configuration.idle_runtime_session_timeout #=> Integer
6928
6928
  # resp.lifecycle_configuration.max_lifetime #=> Integer
6929
6929
  # resp.failure_reason #=> String
@@ -7041,7 +7041,7 @@ module Aws::BedrockAgentCoreControl
7041
7041
  # resp.agent_runtime_endpoint_arn #=> String
7042
7042
  # resp.agent_runtime_arn #=> String
7043
7043
  # resp.description #=> String
7044
- # 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"
7045
7045
  # resp.created_at #=> Time
7046
7046
  # resp.last_updated_at #=> Time
7047
7047
  # resp.failure_reason #=> String
@@ -9600,7 +9600,7 @@ module Aws::BedrockAgentCoreControl
9600
9600
  # resp.runtime_endpoints[0].target_version #=> String
9601
9601
  # resp.runtime_endpoints[0].agent_runtime_endpoint_arn #=> String
9602
9602
  # resp.runtime_endpoints[0].agent_runtime_arn #=> String
9603
- # 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"
9604
9604
  # resp.runtime_endpoints[0].id #=> String
9605
9605
  # resp.runtime_endpoints[0].description #=> String
9606
9606
  # resp.runtime_endpoints[0].created_at #=> Time
@@ -9651,7 +9651,7 @@ module Aws::BedrockAgentCoreControl
9651
9651
  # resp.agent_runtimes[0].agent_runtime_name #=> String
9652
9652
  # resp.agent_runtimes[0].description #=> String
9653
9653
  # resp.agent_runtimes[0].last_updated_at #=> Time
9654
- # 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"
9655
9655
  # resp.next_token #=> String
9656
9656
  #
9657
9657
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/ListAgentRuntimeVersions AWS API Documentation
@@ -9704,7 +9704,7 @@ module Aws::BedrockAgentCoreControl
9704
9704
  # resp.agent_runtimes #=> Array
9705
9705
  # resp.agent_runtimes[0].agent_runtime_arn #=> String
9706
9706
  # resp.agent_runtimes[0].agent_runtime_version #=> String
9707
- # 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"
9708
9708
  # resp.next_token #=> String
9709
9709
  #
9710
9710
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/ListAgentRuntimeVersionsByCapacityProvider AWS API Documentation
@@ -9747,7 +9747,7 @@ module Aws::BedrockAgentCoreControl
9747
9747
  # resp.agent_runtimes[0].agent_runtime_name #=> String
9748
9748
  # resp.agent_runtimes[0].description #=> String
9749
9749
  # resp.agent_runtimes[0].last_updated_at #=> Time
9750
- # 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"
9751
9751
  # resp.next_token #=> String
9752
9752
  #
9753
9753
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/ListAgentRuntimes AWS API Documentation
@@ -12370,7 +12370,7 @@ module Aws::BedrockAgentCoreControl
12370
12370
  # resp.agent_runtime_version #=> String
12371
12371
  # resp.created_at #=> Time
12372
12372
  # resp.last_updated_at #=> Time
12373
- # 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"
12374
12374
  #
12375
12375
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/UpdateAgentRuntime AWS API Documentation
12376
12376
  #
@@ -12429,7 +12429,7 @@ module Aws::BedrockAgentCoreControl
12429
12429
  # resp.target_version #=> String
12430
12430
  # resp.agent_runtime_endpoint_arn #=> String
12431
12431
  # resp.agent_runtime_arn #=> String
12432
- # 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"
12433
12433
  # resp.created_at #=> Time
12434
12434
  # resp.last_updated_at #=> Time
12435
12435
  #
@@ -16695,7 +16695,7 @@ module Aws::BedrockAgentCoreControl
16695
16695
  tracer: tracer
16696
16696
  )
16697
16697
  context[:gem_name] = 'aws-sdk-bedrockagentcorecontrol'
16698
- context[:gem_version] = '1.72.0'
16698
+ context[:gem_version] = '1.73.0'
16699
16699
  Seahorse::Client::Request.new(handlers, context)
16700
16700
  end
16701
16701
 
@@ -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.72.0'
58
+ GEM_VERSION = '1.73.0'
59
59
 
60
60
  end
61
61
 
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: (
@@ -163,7 +163,7 @@ module Aws
163
163
  def agent_runtime_arn: () -> ::String
164
164
  def agent_runtime_id: () -> ::String
165
165
  def endpoint_name: () -> ::String
166
- def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
166
+ def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
167
167
  def created_at: () -> ::Time
168
168
  end
169
169
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#create_agent_runtime_endpoint-instance_method
@@ -1012,7 +1012,7 @@ module Aws
1012
1012
 
1013
1013
  interface _DeleteAgentRuntimeResponseSuccess
1014
1014
  include ::Seahorse::Client::_ResponseSuccess[Types::DeleteAgentRuntimeResponse]
1015
- def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
1015
+ def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
1016
1016
  def agent_runtime_id: () -> ::String
1017
1017
  def agent_runtime_version: () -> ::String
1018
1018
  end
@@ -1026,7 +1026,7 @@ module Aws
1026
1026
 
1027
1027
  interface _DeleteAgentRuntimeEndpointResponseSuccess
1028
1028
  include ::Seahorse::Client::_ResponseSuccess[Types::DeleteAgentRuntimeEndpointResponse]
1029
- def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
1029
+ def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
1030
1030
  def agent_runtime_id: () -> ::String
1031
1031
  def endpoint_name: () -> ::String
1032
1032
  end
@@ -1391,7 +1391,7 @@ module Aws
1391
1391
  def last_updated_at: () -> ::Time
1392
1392
  def role_arn: () -> ::String
1393
1393
  def network_configuration: () -> Types::NetworkConfiguration
1394
- def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
1394
+ def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
1395
1395
  def lifecycle_configuration: () -> Types::LifecycleConfiguration
1396
1396
  def failure_reason: () -> ::String
1397
1397
  def description: () -> ::String
@@ -1420,7 +1420,7 @@ module Aws
1420
1420
  def agent_runtime_endpoint_arn: () -> ::String
1421
1421
  def agent_runtime_arn: () -> ::String
1422
1422
  def description: () -> ::String
1423
- def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
1423
+ def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
1424
1424
  def created_at: () -> ::Time
1425
1425
  def last_updated_at: () -> ::Time
1426
1426
  def failure_reason: () -> ::String
@@ -2691,7 +2691,7 @@ module Aws
2691
2691
  def agent_runtime_version: () -> ::String
2692
2692
  def created_at: () -> ::Time
2693
2693
  def last_updated_at: () -> ::Time
2694
- def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
2694
+ def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
2695
2695
  end
2696
2696
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#update_agent_runtime-instance_method
2697
2697
  def update_agent_runtime: (
@@ -2732,7 +2732,7 @@ module Aws
2732
2732
  def target_version: () -> ::String
2733
2733
  def agent_runtime_endpoint_arn: () -> ::String
2734
2734
  def agent_runtime_arn: () -> ::String
2735
- def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
2735
+ def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
2736
2736
  def created_at: () -> ::Time
2737
2737
  def last_updated_at: () -> ::Time
2738
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
@@ -662,7 +662,7 @@ module Aws::BedrockAgentCoreControl
662
662
  attr_accessor agent_runtime_id: ::String
663
663
  attr_accessor agent_runtime_version: ::String
664
664
  attr_accessor created_at: ::Time
665
- 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")
666
666
  SENSITIVE: []
667
667
  end
668
668
 
@@ -1532,7 +1532,7 @@ module Aws::BedrockAgentCoreControl
1532
1532
  end
1533
1533
 
1534
1534
  class DeleteAgentRuntimeEndpointResponse
1535
- 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")
1536
1536
  attr_accessor agent_runtime_id: ::String
1537
1537
  attr_accessor endpoint_name: ::String
1538
1538
  SENSITIVE: [:endpoint_name]
@@ -1546,7 +1546,7 @@ module Aws::BedrockAgentCoreControl
1546
1546
  end
1547
1547
 
1548
1548
  class DeleteAgentRuntimeResponse
1549
- 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")
1550
1550
  attr_accessor agent_runtime_id: ::String
1551
1551
  attr_accessor agent_runtime_version: ::String
1552
1552
  SENSITIVE: []
@@ -2269,7 +2269,7 @@ module Aws::BedrockAgentCoreControl
2269
2269
  attr_accessor agent_runtime_endpoint_arn: ::String
2270
2270
  attr_accessor agent_runtime_arn: ::String
2271
2271
  attr_accessor description: ::String
2272
- 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")
2273
2273
  attr_accessor created_at: ::Time
2274
2274
  attr_accessor last_updated_at: ::Time
2275
2275
  attr_accessor failure_reason: ::String
@@ -2293,7 +2293,7 @@ module Aws::BedrockAgentCoreControl
2293
2293
  attr_accessor last_updated_at: ::Time
2294
2294
  attr_accessor role_arn: ::String
2295
2295
  attr_accessor network_configuration: Types::NetworkConfiguration
2296
- 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")
2297
2297
  attr_accessor lifecycle_configuration: Types::LifecycleConfiguration
2298
2298
  attr_accessor failure_reason: ::String
2299
2299
  attr_accessor description: ::String
@@ -5684,7 +5684,7 @@ module Aws::BedrockAgentCoreControl
5684
5684
  attr_accessor target_version: ::String
5685
5685
  attr_accessor agent_runtime_endpoint_arn: ::String
5686
5686
  attr_accessor agent_runtime_arn: ::String
5687
- 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")
5688
5688
  attr_accessor created_at: ::Time
5689
5689
  attr_accessor last_updated_at: ::Time
5690
5690
  SENSITIVE: []
@@ -5716,7 +5716,7 @@ module Aws::BedrockAgentCoreControl
5716
5716
  attr_accessor agent_runtime_version: ::String
5717
5717
  attr_accessor created_at: ::Time
5718
5718
  attr_accessor last_updated_at: ::Time
5719
- 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")
5720
5720
  SENSITIVE: []
5721
5721
  end
5722
5722
 
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.72.0
4
+ version: 1.73.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services