aws-sdk-codestarnotifications 1.50.0 → 1.51.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-codestarnotifications/client.rb +2 -3
- data/lib/aws-sdk-codestarnotifications.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: d77acfdb3bdb829ca45bf57c758e4a6acaed2a9b4c70c44ada09489385a34e08
|
4
|
+
data.tar.gz: e2d077b254fae9271b430eb04fee190af7b97d8a6705ca57ed3b47d228ff9dff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2fdf4add3df459e63dea9567cc287c29f2992578f3cb683d1766ebc3d30ca0a1755229d0170f04310e377b4cf1acc944e51eb79ac646eb9752f64affaa4c48d4
|
7
|
+
data.tar.gz: 7a233a24daff0244f2a5c917071e1893a465282b721d4dfdb180d642331fae8a8ea9bcb1754e9c3eddf8b0e468bacb8658fb4f454d7057ff81132a656e491437
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.51.0
|
@@ -200,8 +200,7 @@ module Aws::CodeStarNotifications
|
|
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
|
@@ -1102,7 +1101,7 @@ module Aws::CodeStarNotifications
|
|
1102
1101
|
tracer: tracer
|
1103
1102
|
)
|
1104
1103
|
context[:gem_name] = 'aws-sdk-codestarnotifications'
|
1105
|
-
context[:gem_version] = '1.
|
1104
|
+
context[:gem_version] = '1.51.0'
|
1106
1105
|
Seahorse::Client::Request.new(handlers, context)
|
1107
1106
|
end
|
1108
1107
|
|