aws-sdk-bedrockagentcore 1.37.0 → 1.38.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: fb211883075df4592841b9a4b19b8211bd980044c7207d3cf35eb0ac4b0ce986
4
- data.tar.gz: b4471b8803e803ea60d9462369848315a5e4891babc14bb906ad613a954da1b5
3
+ metadata.gz: aabd01ef4bec777b901eed7dcbbad7bd230e509ef740d503eb89dcca0c4af927
4
+ data.tar.gz: 4ce2c9f94733747d99fc3a29b2a2bc4d949c45ab6be924ce72f7e5400209afb0
5
5
  SHA512:
6
- metadata.gz: c282cf3451e8cb137361502ee1e847c64efe6af166a3a10ecef64939f3a23a586c1e782422b032abd0e7f814ac2c9ed410c733c20d0819434216bbdcfc14c71a
7
- data.tar.gz: fab382929f72a309e57241fa371a6c3a0c228e9c93ce4b3ae358c0a8323db86fe27aaaa2cc51525266c247c741d79f00afce22f059ec567ce14cb19585ca125f
6
+ metadata.gz: 4bc819d989573c32a986e43c6381610efee83e92d8e4371a26ae6626a48b02571f31a475cd1d2357c8a0874bb5fe066f3bbbd23f78f74637ad684661e6faf503
7
+ data.tar.gz: 8f44f67a5562dbcddb98cef18031248473d007df9298fcbf250db6696bb2eefe7b7d45e05b6cec94baff478c4e6b087a92875f6d0c29fe94c5ff1501d80b0c32
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.38.0 (2026-06-09)
5
+ ------------------
6
+
7
+ * Feature - Add RetryableConflictException (HTTP 409) to InvokeAgentRuntimeCommand and GetAgentCard to prevent orphaned VMs during concurrent session access. The SDK automatically retries this exception with backoff. Enforcement is not yet active and will be enabled in a future service update.
8
+
4
9
  1.37.0 (2026-05-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.37.0
1
+ 1.38.0
@@ -6107,7 +6107,7 @@ module Aws::BedrockAgentCore
6107
6107
  tracer: tracer
6108
6108
  )
6109
6109
  context[:gem_name] = 'aws-sdk-bedrockagentcore'
6110
- context[:gem_version] = '1.37.0'
6110
+ context[:gem_version] = '1.38.0'
6111
6111
  Seahorse::Client::Request.new(handlers, context)
6112
6112
  end
6113
6113
 
@@ -3362,6 +3362,7 @@ module Aws::BedrockAgentCore
3362
3362
  o.input = Shapes::ShapeRef.new(shape: GetAgentCardRequest)
3363
3363
  o.output = Shapes::ShapeRef.new(shape: GetAgentCardResponse)
3364
3364
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
3365
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
3365
3366
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3366
3367
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3367
3368
  o.errors << Shapes::ShapeRef.new(shape: RuntimeClientError)
@@ -3599,6 +3600,7 @@ module Aws::BedrockAgentCore
3599
3600
  o.input = Shapes::ShapeRef.new(shape: InvokeAgentRuntimeCommandRequest)
3600
3601
  o.output = Shapes::ShapeRef.new(shape: InvokeAgentRuntimeCommandResponse)
3601
3602
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
3603
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
3602
3604
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3603
3605
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3604
3606
  o.errors << Shapes::ShapeRef.new(shape: RuntimeClientError)
@@ -56,7 +56,7 @@ module Aws::BedrockAgentCore
56
56
  autoload :Endpoints, 'aws-sdk-bedrockagentcore/endpoints'
57
57
  autoload :EventStreams, 'aws-sdk-bedrockagentcore/event_streams'
58
58
 
59
- GEM_VERSION = '1.37.0'
59
+ GEM_VERSION = '1.38.0'
60
60
 
61
61
  end
62
62
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-bedrockagentcore
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.37.0
4
+ version: 1.38.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services