aws-sdk-cloudfrontkeyvaluestore 1.27.0 → 1.28.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a79d81c8a959b2ff0327539cf314f60200abc5d43e2b1013f59b403b422fb0e4
|
4
|
+
data.tar.gz: cf574694fc539da1edcb321e577222aca7b8952a09149e3a075cebaf8688a86e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8d538a61e84d11edaf7142cbe13b44126c292bc4f359db73744b1ff3b8e2877915429b424ca97c0cb094c73d2a488f20c00da9db1f469f58aaa207bb63c9871a
|
7
|
+
data.tar.gz: 704603282bf5e37aae8e9ecd70884a1449d32edf9804e80fc970711b0be863952bf0d03e742a42c6372861df3cac091c88fd2172cbf627dbcd515ddb09694b3c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.28.0
|
@@ -760,7 +760,7 @@ module Aws::CloudFrontKeyValueStore
|
|
760
760
|
tracer: tracer
|
761
761
|
)
|
762
762
|
context[:gem_name] = 'aws-sdk-cloudfrontkeyvaluestore'
|
763
|
-
context[:gem_version] = '1.
|
763
|
+
context[:gem_version] = '1.28.0'
|
764
764
|
Seahorse::Client::Request.new(handlers, context)
|
765
765
|
end
|
766
766
|
|
@@ -13,22 +13,22 @@ module Aws::CloudFrontKeyValueStore
|
|
13
13
|
# @!attribute kvs_arn
|
14
14
|
# The ARN of the Key Value Store
|
15
15
|
#
|
16
|
-
# @return [
|
16
|
+
# @return [string]
|
17
17
|
#
|
18
18
|
# @!attribute region
|
19
19
|
# The AWS region used to dispatch the request.
|
20
20
|
#
|
21
|
-
# @return [
|
21
|
+
# @return [string]
|
22
22
|
#
|
23
23
|
# @!attribute use_fips
|
24
24
|
# 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.
|
25
25
|
#
|
26
|
-
# @return [
|
26
|
+
# @return [boolean]
|
27
27
|
#
|
28
28
|
# @!attribute endpoint
|
29
29
|
# Override the endpoint used to send this request
|
30
30
|
#
|
31
|
-
# @return [
|
31
|
+
# @return [string]
|
32
32
|
#
|
33
33
|
EndpointParameters = Struct.new(
|
34
34
|
:kvs_arn,
|