aws-sdk-marketplacecommerceanalytics 1.88.0 → 1.89.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: 331f8296573e2c56fc3bbe25d73af981e0b047d097facb3c435101c83b29576f
4
- data.tar.gz: cf07916c13f75d936fef43f029859c17884ce0ec80b22ae95c8f730830aabc18
3
+ metadata.gz: 5e4f7a4c24b747ea4ad73e6838ea62c9f68ac44accfbd7231f14a9c488ba0ab4
4
+ data.tar.gz: f02d76f65e04558ef06b929292a571c655dae7da1a5ad5561bf1ded19b06288e
5
5
  SHA512:
6
- metadata.gz: 98e65cc5e683124fd116361128ed524dd488001a6d4b6bf487062da7ddc46ed44438ecad2f080cdaa506debafb7861b5c47fce357c163adcbb0a689fad06608a
7
- data.tar.gz: 62728eba4ba42ab7623bb81cc872904d3d35ec8eee533b801de4be213dc150ce7cac1dba04a449d6dce483d125e290d407fdfdd6a498c86ac4e973542f21d3ac
6
+ metadata.gz: 054ee6b4b4482ed724b2cd27234e858547dbca23a361195c3ba7c334cb33d17d5788d866101b6662ab58e8846916e280b2a522d66207565e2e65b380196931ed
7
+ data.tar.gz: f45a9bdcf17d3a50a8da8b97ed9e23939be5e5858412d098834856439fdd9441d9916513e41d21174429084629056be910f33f3ced0d6236dfddaa9ac58cf895
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.89.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.88.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.88.0
1
+ 1.89.0
@@ -199,7 +199,7 @@ module Aws::MarketplaceCommerceAnalytics
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::MarketplaceCommerceAnalytics
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -742,7 +740,7 @@ module Aws::MarketplaceCommerceAnalytics
742
740
  tracer: tracer
743
741
  )
744
742
  context[:gem_name] = 'aws-sdk-marketplacecommerceanalytics'
745
- context[:gem_version] = '1.88.0'
743
+ context[:gem_version] = '1.89.0'
746
744
  Seahorse::Client::Request.new(handlers, context)
747
745
  end
748
746
 
@@ -54,7 +54,7 @@ module Aws::MarketplaceCommerceAnalytics
54
54
  autoload :EndpointProvider, 'aws-sdk-marketplacecommerceanalytics/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-marketplacecommerceanalytics/endpoints'
56
56
 
57
- GEM_VERSION = '1.88.0'
57
+ GEM_VERSION = '1.89.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-marketplacecommerceanalytics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.88.0
4
+ version: 1.89.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