aws-sdk-notifications 1.5.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-notifications/client.rb +2 -3
- data/lib/aws-sdk-notifications.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7e94c804e29118bb1336d68a5f454f5fb06cd92b321157e9f446bfe41fdcc195
|
4
|
+
data.tar.gz: 0cefbcbdc178d0f03359dda4532ae311b42cc1f64aa4d9a2fc5fb36fb43868bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e54eb5dee397e062cc1dfc5a9616aca52e3eacffae3fde7073b6ab2cc9fa9dde3236981ffa89310269e56ffceb72bdc74279ddf9b96aeaa550917d26e572fd8
|
7
|
+
data.tar.gz: 4bbae91d11d6fa4985b18a6d8b4dc3804c9a53cec218b8ad73d5e828355d1f931b7c686636a930e706b085d19f9532ec8e7180855468afd8592b1b0112382f41
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.6.0
|
@@ -200,8 +200,7 @@ module Aws::Notifications
|
|
200
200
|
# accepted modes and the configuration defaults that are included.
|
201
201
|
#
|
202
202
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
203
|
-
#
|
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
|
@@ -2250,7 +2249,7 @@ module Aws::Notifications
|
|
2250
2249
|
tracer: tracer
|
2251
2250
|
)
|
2252
2251
|
context[:gem_name] = 'aws-sdk-notifications'
|
2253
|
-
context[:gem_version] = '1.
|
2252
|
+
context[:gem_version] = '1.6.0'
|
2254
2253
|
Seahorse::Client::Request.new(handlers, context)
|
2255
2254
|
end
|
2256
2255
|
|