aws-sdk-notificationscontacts 1.4.0 → 1.6.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: c427248a1f897e6a576a896c1f1b8639521b1f23699d91da0cdcdd16885e6d0c
4
+ data.tar.gz: 7197ab25119f0802b70fb3e25869d875727bbd2efbfa5260f8039a2e1eb4ffc9
5
5
  SHA512:
6
- metadata.gz: f79b83da8059ab92318af18908d78dfdeaadce5c2c121604f2d54572dde9dabce031bf830cf02c4a5776fa531aae8775cf3c7233e187d1e91ee38a2e8e4afb4d
7
- data.tar.gz: cc521fd453d7bf4bf0b719eb75c526a37c42f457aa71006e50f5b6ae4e838d8b62a965187bee43ac43eab68ea4a1e115b07b0c62bae0bec75dccbbaa6946d798
6
+ metadata.gz: 3dab23a8566b54de114e6702ffcb34eef2cf537c5cfed7d3bcb0939232202785f8de428d7df2a81be11439286461ef78cfe318b94b2637c20d93abbec051c9d3
7
+ data.tar.gz: 65541c455140b013d63354eb2a9475bae864a6cd53b9653aa806be83098a2adb685af68d725aa75c0b681e1081bdc03d0984a9c0551994b85ea4d977a98207c6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.6.0 (2025-06-02)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.5.0 (2025-05-12)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.4.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.0
1
+ 1.6.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.6.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.6.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.6.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.216.0
21
+ version: 3.225.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.216.0
31
+ version: 3.225.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -84,7 +84,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
84
84
  requirements:
85
85
  - - ">="
86
86
  - !ruby/object:Gem::Version
87
- version: '2.5'
87
+ version: '2.7'
88
88
  required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  requirements:
90
90
  - - ">="