aws-sdk-notificationscontacts 1.4.0 → 1.5.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: a6f1392d945f4d1b5ae0bc6c64326febd3c8d1001ad93593640764b3b09b6e97
4
- data.tar.gz: 90c79d1f95d07293d355abe100b29ee30a2f5ca5e52a9ba2d559659c2f9f8e38
3
+ metadata.gz: ff61bf263ea3ee9b0c9b04be65be5d8a698e19cafe44fa4744177fda5846e3df
4
+ data.tar.gz: 81e299a5c47b5454e6b55c91c6d59b789cb1456b8e9c9a5f8ab36fac16ff8a66
5
5
  SHA512:
6
- metadata.gz: f79b83da8059ab92318af18908d78dfdeaadce5c2c121604f2d54572dde9dabce031bf830cf02c4a5776fa531aae8775cf3c7233e187d1e91ee38a2e8e4afb4d
7
- data.tar.gz: cc521fd453d7bf4bf0b719eb75c526a37c42f457aa71006e50f5b6ae4e838d8b62a965187bee43ac43eab68ea4a1e115b07b0c62bae0bec75dccbbaa6946d798
6
+ metadata.gz: 76dcce00e383cb1229b011914a2c3f88c809018f6828ce31a93d87c12021d74d2704dc5eed5e39dbefeafe35d1927a3fdb55faa40bf7e742cca3e98e400c2402
7
+ data.tar.gz: a69ace2b9a8c277ed3575bdfa145b0cc0586d22207c4163a22d1a547bf9feb7ef63c1274ccd82a8af047370bf9311cefa097a76df8b7edb1ed3bafef6136949e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.5.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.4.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.0
1
+ 1.5.0
@@ -200,8 +200,7 @@ module Aws::NotificationsContacts
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
@@ -795,7 +794,7 @@ module Aws::NotificationsContacts
795
794
  tracer: tracer
796
795
  )
797
796
  context[:gem_name] = 'aws-sdk-notificationscontacts'
798
- context[:gem_version] = '1.4.0'
797
+ context[:gem_version] = '1.5.0'
799
798
  Seahorse::Client::Request.new(handlers, context)
800
799
  end
801
800
 
@@ -55,7 +55,7 @@ module Aws::NotificationsContacts
55
55
  autoload :EndpointProvider, 'aws-sdk-notificationscontacts/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-notificationscontacts/endpoints'
57
57
 
58
- GEM_VERSION = '1.4.0'
58
+ GEM_VERSION = '1.5.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-notificationscontacts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services