aws-sdk-ssmcontacts 1.45.0 → 1.46.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: 22d88efaaff047cfd061656119abd76d8796fca64feee040727e99a874932c0b
4
- data.tar.gz: e496c24a337aa8748c1ca5d36a8d22b0227a408482de23ba0100b652436b3de4
3
+ metadata.gz: 25bc2508705b852375d898ad8f398be4661ec8cd9ca180f42d6bab4fca04f703
4
+ data.tar.gz: 0606b7ec36a06d54634ed85ebe7779a0f34055d26ffb64fd71a25adc1356ddb5
5
5
  SHA512:
6
- metadata.gz: 2fb4b38e0aac179cbc07eec990120769abd517095324510d2e2c0429ebd4762e2759681bead6164f4bc7eb4f692d34fb7488ce73a9afc746b624e13db18c6112
7
- data.tar.gz: '000824a035e9da215b76652fe3e791883663e7bf1d8b57cb81792c3bf000fa29a1dc79470b4253f61074df23884d8083fcdde795addb71b9d72442bb64125546'
6
+ metadata.gz: 566e20feb7fc37362bf477a21c71632b464c7e3ad51be497252c1ae1e99645dee65336c3386023c7e4f22c27ead794cfb25e84353c2728df880d15a3496617be
7
+ data.tar.gz: 6edee1d634b0a5450e2b5b09efbf445f74306cdd197fa1b5ea2e95fd2c95322823d473e8bb00a0cf4dc6a8562f68957f63f8c4ddb10f75dfab0cd14e5f2c2846
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.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.45.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.46.0
@@ -200,8 +200,7 @@ module Aws::SSMContacts
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
@@ -2434,7 +2433,7 @@ module Aws::SSMContacts
2434
2433
  tracer: tracer
2435
2434
  )
2436
2435
  context[:gem_name] = 'aws-sdk-ssmcontacts'
2437
- context[:gem_version] = '1.45.0'
2436
+ context[:gem_version] = '1.46.0'
2438
2437
  Seahorse::Client::Request.new(handlers, context)
2439
2438
  end
2440
2439
 
@@ -54,7 +54,7 @@ module Aws::SSMContacts
54
54
  autoload :EndpointProvider, 'aws-sdk-ssmcontacts/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-ssmcontacts/endpoints'
56
56
 
57
- GEM_VERSION = '1.45.0'
57
+ GEM_VERSION = '1.46.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-ssmcontacts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.45.0
4
+ version: 1.46.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services