aws-sdk-supportapp 1.31.0 → 1.32.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: bdcfab8df49a9ed3f37936cdf68177db8dd945a2bcc079c8173938bedc9a8baf
4
- data.tar.gz: b5390a3d48b1963d4a144d6694ab990506b923e86ec0dade8b46eae1531e75f0
3
+ metadata.gz: 397dd9a68b1a01d8e995955246730319987438593ef26e04b6a16697c92f18e4
4
+ data.tar.gz: 431e087a4b1d4b14ed94734553b5fcddd2f0e1d02409e39336d4fe5c585bc1fa
5
5
  SHA512:
6
- metadata.gz: 785c9550b912dc0a463224b229a3adc03dce9c7e9af5d23c13bd8a31e0ec3e0ea28fdf0dd15326aebf37815ec8d43d4c30306d66e0fcce677531f35e3073a1ab
7
- data.tar.gz: 2bfaf1613bd5394b791908734a9456a60e9502e0485ea6fe1f3acab34fab5b1cab2929a7bf8339f90a2d5f78ea44383dadae4bf49563dbcb0d25100cb085fdd2
6
+ metadata.gz: a71468927a00e58812e263e43ed8b2dd77622f47ae4d08c8ee5b015c9a694ad33bf24911edaead41d462debf58afa21b166dac1aeef8dd1618ef67e4df630b1a
7
+ data.tar.gz: f25cdca05bdb0c0f0cf2e8bd45c773772852d8bca812ed680eb379ec1e9b4c58ef1eb49dd6774812db9c96f833d9d8e4ed4f989964910cfd901eb5c921dd150b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.32.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.31.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.31.0
1
+ 1.32.0
@@ -200,8 +200,7 @@ module Aws::SupportApp
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
@@ -977,7 +976,7 @@ module Aws::SupportApp
977
976
  tracer: tracer
978
977
  )
979
978
  context[:gem_name] = 'aws-sdk-supportapp'
980
- context[:gem_version] = '1.31.0'
979
+ context[:gem_version] = '1.32.0'
981
980
  Seahorse::Client::Request.new(handlers, context)
982
981
  end
983
982
 
@@ -54,7 +54,7 @@ module Aws::SupportApp
54
54
  autoload :EndpointProvider, 'aws-sdk-supportapp/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-supportapp/endpoints'
56
56
 
57
- GEM_VERSION = '1.31.0'
57
+ GEM_VERSION = '1.32.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-supportapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.31.0
4
+ version: 1.32.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services