aws-sdk-notifications 1.14.0 → 1.15.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 +1 -1
- data/lib/aws-sdk-notifications/endpoint_parameters.rb +3 -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: a29a251346b6f3128f3f5f8b48bbb260a0e5b2f2024125cf45127b117a4ad52e
|
|
4
|
+
data.tar.gz: c7185c7f04d21e2eab1b89654dfd70a6858c4ce934fcb0756e1f9afad907c1cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 87bf51d878bbaf9f3099f3ea5e6fae9a9701431e7379ded96aed796b3d7a52cbb2f7f18b3d5ae9aa8085acbe6fdb73d017f721ee6238af77de90cbae6fd71b3c
|
|
7
|
+
data.tar.gz: 27acbfb2eb211697f65ead82999a47a2c76478024a1278998668af18c569a4c7700ee0b871050b7ebad3479ed38b50e499f4b97025e117e44c00aa8800dc2b89
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.15.0
|
|
@@ -2433,7 +2433,7 @@ module Aws::Notifications
|
|
|
2433
2433
|
tracer: tracer
|
|
2434
2434
|
)
|
|
2435
2435
|
context[:gem_name] = 'aws-sdk-notifications'
|
|
2436
|
-
context[:gem_version] = '1.
|
|
2436
|
+
context[:gem_version] = '1.15.0'
|
|
2437
2437
|
Seahorse::Client::Request.new(handlers, context)
|
|
2438
2438
|
end
|
|
2439
2439
|
|
|
@@ -13,17 +13,17 @@ module Aws::Notifications
|
|
|
13
13
|
# @!attribute use_fips
|
|
14
14
|
# When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
|
|
15
15
|
#
|
|
16
|
-
# @return [
|
|
16
|
+
# @return [boolean]
|
|
17
17
|
#
|
|
18
18
|
# @!attribute endpoint
|
|
19
19
|
# Override the endpoint used to send this request
|
|
20
20
|
#
|
|
21
|
-
# @return [
|
|
21
|
+
# @return [string]
|
|
22
22
|
#
|
|
23
23
|
# @!attribute region
|
|
24
24
|
# The AWS region used to dispatch the request.
|
|
25
25
|
#
|
|
26
|
-
# @return [
|
|
26
|
+
# @return [string]
|
|
27
27
|
#
|
|
28
28
|
EndpointParameters = Struct.new(
|
|
29
29
|
:use_fips,
|