aws-sdk-artifact 1.20.0 → 1.21.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-artifact/client.rb +2 -3
- data/lib/aws-sdk-artifact.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: 9acadb481aeff6faa31a8c626d13aa9c0d12dab6b59a3fc849f525e4c8a77fea
|
4
|
+
data.tar.gz: 3c742772f32f36d9ba88e3b00b51963e43cfe4c95e6ce690dc17ce0ed949d40a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a1df521f604410590332332cbd85727669145f45e4fb23396b5af63ac949d957ae04debba5acb52e2ca0efd8eae9d6ebfc3ede46b4b6ace141db69cbb19fc389
|
7
|
+
data.tar.gz: 00ea7319ed8d60aeb5260d9ddde3f2111999e9884d8fee346f933af9dffc257f90e6adaf3511b1763418beea6490a8831ca45475579d10866255d85f3e32de25
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.21.0
|
@@ -200,8 +200,7 @@ module Aws::Artifact
|
|
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
|
@@ -915,7 +914,7 @@ module Aws::Artifact
|
|
915
914
|
tracer: tracer
|
916
915
|
)
|
917
916
|
context[:gem_name] = 'aws-sdk-artifact'
|
918
|
-
context[:gem_version] = '1.
|
917
|
+
context[:gem_version] = '1.21.0'
|
919
918
|
Seahorse::Client::Request.new(handlers, context)
|
920
919
|
end
|
921
920
|
|
data/lib/aws-sdk-artifact.rb
CHANGED