aws-sdk-codecatalyst 1.34.0 → 1.35.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-codecatalyst/client.rb +2 -3
- data/lib/aws-sdk-codecatalyst.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: aea1b5b13438fb1f32413da3a688b02a9b9dac81ab26313b5832626b9f20f981
|
4
|
+
data.tar.gz: daf3980a5c1de477381522eaf2200694ef0efa32b42d281b1e0d531fa8a97181
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c0531fcf47bbc58a512d72b569a94431b659acf7a23bd52ec980f9d254a585fbd7b29ef8577829a2027245f3160a1fd6b625fa019e340017e5d25903d1099197
|
7
|
+
data.tar.gz: 3e3f68346608c9118d6c5c3772100b25a4a74d3c38faae28efc9f051c4922ddd2569c380fbf8f395d80999967772c8c7644cd042af999a02b12dde6dbbb4fd5e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.35.0
|
@@ -200,8 +200,7 @@ module Aws::CodeCatalyst
|
|
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
|
@@ -2484,7 +2483,7 @@ module Aws::CodeCatalyst
|
|
2484
2483
|
tracer: tracer
|
2485
2484
|
)
|
2486
2485
|
context[:gem_name] = 'aws-sdk-codecatalyst'
|
2487
|
-
context[:gem_version] = '1.
|
2486
|
+
context[:gem_version] = '1.35.0'
|
2488
2487
|
Seahorse::Client::Request.new(handlers, context)
|
2489
2488
|
end
|
2490
2489
|
|
data/lib/aws-sdk-codecatalyst.rb
CHANGED