aws-sdk-devopsagent 1.5.0 → 1.6.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: 82fd786bd9677b73f5dc7ed71fc9f5f32a303802b34b227106656b5e33ec9500
4
- data.tar.gz: fa698cb23d788e5a2e07e59f6aae3c13a4331d9946272ecb60633eb8233173a4
3
+ metadata.gz: 12d2573a0ad5997ae6b6fe7e680ec790a6e3097180384309d35ba6ba7a77045e
4
+ data.tar.gz: e90c8002039c858dc94ad5334e50f563319601a4c56de81b742f698d6faa838e
5
5
  SHA512:
6
- metadata.gz: 624ccc9f023077ffc6db0e68a45c1c7f38a257383bc6a1df1d2bcb9c9449071aef48cdb031953498e1358a1770c14001548a6b045cf4d1a45ae4b8a006d7e55d
7
- data.tar.gz: a3ff84c858a67b39c406637885084e8e782a7002e665a1749a24aadf80cf1e7da50b2a30ed3eaf02fa75a23b6a56c59e23ca82f4255d2b17d113cbcbca963bab
6
+ metadata.gz: a25edec423fa10ea34f3d2f195d6c565c654152d124a34333201a7e930f058a14a88642d3bf12ec652510502dc41a0a35f3b5bff0790e55677a12705c73be2a7
7
+ data.tar.gz: 26841659c1af33afa8245e6dba0d3eec10741bdcb11b9f09f43fe6450639632b48f805208ca6f981d33e848812b81a3bbeab1b8a49ea8b7f521328f736335bfe
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.6.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.5.0 (2026-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.5.0
1
+ 1.6.0
@@ -201,7 +201,7 @@ module Aws::DevOpsAgent
201
201
  # the required types.
202
202
  #
203
203
  # @option options [Boolean] :correct_clock_skew (true)
204
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
204
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
205
205
  # a clock skew correction and retry requests with skewed client clocks.
206
206
  #
207
207
  # @option options [String] :defaults_mode ("legacy")
@@ -334,17 +334,15 @@ module Aws::DevOpsAgent
334
334
  # @option options [String] :retry_mode ("legacy")
335
335
  # Specifies which retry algorithm to use. Values are:
336
336
  #
337
- # * `legacy` - The pre-existing retry behavior. This is default value if
338
- # no retry mode is provided.
337
+ # * `legacy` - The pre-existing retry behavior. This is the default
338
+ # value if no retry mode is provided.
339
339
  #
340
340
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
341
341
  # This includes support for retry quotas, which limit the number of
342
342
  # unsuccessful retries a client can make.
343
343
  #
344
- # * `adaptive` - An experimental retry mode that includes all the
345
- # functionality of `standard` mode along with automatic client side
346
- # throttling. This is a provisional mode that may change behavior
347
- # in the future.
344
+ # * `adaptive` - A retry mode that includes all the functionality of
345
+ # `standard` mode along with automatic client side throttling.
348
346
  #
349
347
  # @option options [String] :sdk_ua_app_id
350
348
  # A unique and opaque application ID that is appended to the
@@ -3438,7 +3436,7 @@ module Aws::DevOpsAgent
3438
3436
  tracer: tracer
3439
3437
  )
3440
3438
  context[:gem_name] = 'aws-sdk-devopsagent'
3441
- context[:gem_version] = '1.5.0'
3439
+ context[:gem_version] = '1.6.0'
3442
3440
  Seahorse::Client::Request.new(handlers, context)
3443
3441
  end
3444
3442
 
@@ -55,7 +55,7 @@ module Aws::DevOpsAgent
55
55
  autoload :Endpoints, 'aws-sdk-devopsagent/endpoints'
56
56
  autoload :EventStreams, 'aws-sdk-devopsagent/event_streams'
57
57
 
58
- GEM_VERSION = '1.5.0'
58
+ GEM_VERSION = '1.6.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-devopsagent
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.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.247.0
21
+ version: 3.248.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.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement