aws-sdk-trustedadvisor 1.21.0 → 1.22.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: 8390c9af2831b001851c36d98465fc12cbc42021316882e33eae80f940c06963
4
- data.tar.gz: ec665aa774050da68bc2564448e8797356474030090eea4e09718b4ea32fb39c
3
+ metadata.gz: dba6b2cf47340f702b242406737ea76c587820f12639e681f6a8b1b6f87d50d7
4
+ data.tar.gz: 0c5a726ee9222944aae370cce03fcc5ab4b7cdf54763ea83eb5b40834d7ccbc8
5
5
  SHA512:
6
- metadata.gz: 349c05ae424b465f05eb51ea7c316751529a0f3228481b70a425b6d9fc5df5ea7fd3721fe3992e78d31ab8e1868839eac66ee25bf27653f4bd42cf1f932a9dd4
7
- data.tar.gz: 3211bda2bd0c9ea2486bb6329b7229a416d6e698603faf50b3e924fca557419e8795415e1fe4c7bff81338dc25ab9897fb2acff4f075d796c165f53b0a461503
6
+ metadata.gz: b24c74c670717104cb18faee1e50ab033ffc7765655bef60fcc5741f7c562a9dd7dae077be81cdacd8a3468330d36cead8cc3366355abdbc097d75a3e48ab405
7
+ data.tar.gz: 9dbd237703b1698cc3a5e8c96a9a9115db0fb1a36164a9cd8ca85f1e601249c85b06fafd7da4f92df153d1ec2db1d9f24157f466c42e6da03260c1a1a373b931
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.22.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.21.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.21.0
1
+ 1.22.0
@@ -200,8 +200,7 @@ module Aws::TrustedAdvisor
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -1139,7 +1138,7 @@ module Aws::TrustedAdvisor
1139
1138
  tracer: tracer
1140
1139
  )
1141
1140
  context[:gem_name] = 'aws-sdk-trustedadvisor'
1142
- context[:gem_version] = '1.21.0'
1141
+ context[:gem_version] = '1.22.0'
1143
1142
  Seahorse::Client::Request.new(handlers, context)
1144
1143
  end
1145
1144
 
@@ -54,7 +54,7 @@ module Aws::TrustedAdvisor
54
54
  autoload :EndpointProvider, 'aws-sdk-trustedadvisor/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-trustedadvisor/endpoints'
56
56
 
57
- GEM_VERSION = '1.21.0'
57
+ GEM_VERSION = '1.22.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-trustedadvisor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.21.0
4
+ version: 1.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services