aws-sdk-cloudfrontkeyvaluestore 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-cloudfrontkeyvaluestore/client.rb +1 -1
- data/lib/aws-sdk-cloudfrontkeyvaluestore/client_api.rb +6 -6
- data/lib/aws-sdk-cloudfrontkeyvaluestore/endpoint_provider.rb +4 -4
- data/lib/aws-sdk-cloudfrontkeyvaluestore.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8d7c95b4b2706634ed17b89e4cb301ebb2104eb5e9424f7014b736a062cdf4fa
|
4
|
+
data.tar.gz: 64fbc0e2074fb878f3d11ddeb21057b3be1f9b1da30feefc2ecfbaa4937d6b68
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a5a8493b4c24f0279113505ce1e8093f548bbf3d7d6f26d118d12edc039821186c3360e81fd5e6acee94abb563cb4af59572281332de28790462f3e3e08658fc
|
7
|
+
data.tar.gz: 8c58dfa6af6a97c822371a1256ed5e1bf45f81799a0b981c5a44555c66cdcee1898546282c09e86c96bedd27761ee15a6a66ae22df6fd76f8dda799291a80ca5
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.21.0
|
@@ -754,7 +754,7 @@ module Aws::CloudFrontKeyValueStore
|
|
754
754
|
tracer: tracer
|
755
755
|
)
|
756
756
|
context[:gem_name] = 'aws-sdk-cloudfrontkeyvaluestore'
|
757
|
-
context[:gem_version] = '1.
|
757
|
+
context[:gem_version] = '1.21.0'
|
758
758
|
Seahorse::Client::Request.new(handlers, context)
|
759
759
|
end
|
760
760
|
|
@@ -54,7 +54,7 @@ module Aws::CloudFrontKeyValueStore
|
|
54
54
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
55
55
|
ConflictException.struct_class = Types::ConflictException
|
56
56
|
|
57
|
-
DeleteKeyRequest.add_member(:kvs_arn, Shapes::ShapeRef.new(shape: KvsARN, required: true, location: "uri", location_name: "KvsARN", metadata: {"contextParam"=>{"name"=>"KvsARN"}}))
|
57
|
+
DeleteKeyRequest.add_member(:kvs_arn, Shapes::ShapeRef.new(shape: KvsARN, required: true, location: "uri", location_name: "KvsARN", metadata: {"contextParam" => {"name" => "KvsARN"}}))
|
58
58
|
DeleteKeyRequest.add_member(:key, Shapes::ShapeRef.new(shape: Key, required: true, location: "uri", location_name: "Key"))
|
59
59
|
DeleteKeyRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: Etag, required: true, location: "header", location_name: "If-Match"))
|
60
60
|
DeleteKeyRequest.struct_class = Types::DeleteKeyRequest
|
@@ -69,7 +69,7 @@ module Aws::CloudFrontKeyValueStore
|
|
69
69
|
DeleteKeyResponse.add_member(:etag, Shapes::ShapeRef.new(shape: Etag, required: true, location: "header", location_name: "ETag"))
|
70
70
|
DeleteKeyResponse.struct_class = Types::DeleteKeyResponse
|
71
71
|
|
72
|
-
DescribeKeyValueStoreRequest.add_member(:kvs_arn, Shapes::ShapeRef.new(shape: KvsARN, required: true, location: "uri", location_name: "KvsARN", metadata: {"contextParam"=>{"name"=>"KvsARN"}}))
|
72
|
+
DescribeKeyValueStoreRequest.add_member(:kvs_arn, Shapes::ShapeRef.new(shape: KvsARN, required: true, location: "uri", location_name: "KvsARN", metadata: {"contextParam" => {"name" => "KvsARN"}}))
|
73
73
|
DescribeKeyValueStoreRequest.struct_class = Types::DescribeKeyValueStoreRequest
|
74
74
|
|
75
75
|
DescribeKeyValueStoreResponse.add_member(:item_count, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ItemCount"))
|
@@ -82,7 +82,7 @@ module Aws::CloudFrontKeyValueStore
|
|
82
82
|
DescribeKeyValueStoreResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "FailureReason"))
|
83
83
|
DescribeKeyValueStoreResponse.struct_class = Types::DescribeKeyValueStoreResponse
|
84
84
|
|
85
|
-
GetKeyRequest.add_member(:kvs_arn, Shapes::ShapeRef.new(shape: KvsARN, required: true, location: "uri", location_name: "KvsARN", metadata: {"contextParam"=>{"name"=>"KvsARN"}}))
|
85
|
+
GetKeyRequest.add_member(:kvs_arn, Shapes::ShapeRef.new(shape: KvsARN, required: true, location: "uri", location_name: "KvsARN", metadata: {"contextParam" => {"name" => "KvsARN"}}))
|
86
86
|
GetKeyRequest.add_member(:key, Shapes::ShapeRef.new(shape: Key, required: true, location: "uri", location_name: "Key"))
|
87
87
|
GetKeyRequest.struct_class = Types::GetKeyRequest
|
88
88
|
|
@@ -95,7 +95,7 @@ module Aws::CloudFrontKeyValueStore
|
|
95
95
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
96
96
|
InternalServerException.struct_class = Types::InternalServerException
|
97
97
|
|
98
|
-
ListKeysRequest.add_member(:kvs_arn, Shapes::ShapeRef.new(shape: KvsARN, required: true, location: "uri", location_name: "KvsARN", metadata: {"contextParam"=>{"name"=>"KvsARN"}}))
|
98
|
+
ListKeysRequest.add_member(:kvs_arn, Shapes::ShapeRef.new(shape: KvsARN, required: true, location: "uri", location_name: "KvsARN", metadata: {"contextParam" => {"name" => "KvsARN"}}))
|
99
99
|
ListKeysRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "NextToken"))
|
100
100
|
ListKeysRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListKeysRequestMaxResultsInteger, location: "querystring", location_name: "MaxResults"))
|
101
101
|
ListKeysRequest.struct_class = Types::ListKeysRequest
|
@@ -112,7 +112,7 @@ module Aws::CloudFrontKeyValueStore
|
|
112
112
|
|
113
113
|
PutKeyRequest.add_member(:key, Shapes::ShapeRef.new(shape: Key, required: true, location: "uri", location_name: "Key"))
|
114
114
|
PutKeyRequest.add_member(:value, Shapes::ShapeRef.new(shape: Value, required: true, location_name: "Value"))
|
115
|
-
PutKeyRequest.add_member(:kvs_arn, Shapes::ShapeRef.new(shape: KvsARN, required: true, location: "uri", location_name: "KvsARN", metadata: {"contextParam"=>{"name"=>"KvsARN"}}))
|
115
|
+
PutKeyRequest.add_member(:kvs_arn, Shapes::ShapeRef.new(shape: KvsARN, required: true, location: "uri", location_name: "KvsARN", metadata: {"contextParam" => {"name" => "KvsARN"}}))
|
116
116
|
PutKeyRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: Etag, required: true, location: "header", location_name: "If-Match"))
|
117
117
|
PutKeyRequest.struct_class = Types::PutKeyRequest
|
118
118
|
|
@@ -133,7 +133,7 @@ module Aws::CloudFrontKeyValueStore
|
|
133
133
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
134
134
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
135
135
|
|
136
|
-
UpdateKeysRequest.add_member(:kvs_arn, Shapes::ShapeRef.new(shape: KvsARN, required: true, location: "uri", location_name: "KvsARN", metadata: {"contextParam"=>{"name"=>"KvsARN"}}))
|
136
|
+
UpdateKeysRequest.add_member(:kvs_arn, Shapes::ShapeRef.new(shape: KvsARN, required: true, location: "uri", location_name: "KvsARN", metadata: {"contextParam" => {"name" => "KvsARN"}}))
|
137
137
|
UpdateKeysRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: Etag, required: true, location: "header", location_name: "If-Match"))
|
138
138
|
UpdateKeysRequest.add_member(:puts, Shapes::ShapeRef.new(shape: PutKeyRequestsList, location_name: "Puts"))
|
139
139
|
UpdateKeysRequest.add_member(:deletes, Shapes::ShapeRef.new(shape: DeleteKeyRequestsList, location_name: "Deletes"))
|
@@ -24,22 +24,22 @@ module Aws::CloudFrontKeyValueStore
|
|
24
24
|
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "#{parsed_arn['partition']}")
|
25
25
|
if Aws::Endpoints::Matchers.set?(parameters.endpoint)
|
26
26
|
if (url = Aws::Endpoints::Matchers.parse_url(parameters.endpoint))
|
27
|
-
return Aws::Endpoints::Endpoint.new(url: "#{url['scheme']}://#{parsed_arn['accountId']}.#{url['authority']}#{url['path']}", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4a", "signingName"=>"cloudfront-keyvaluestore", "signingRegionSet"=>["*"]}]})
|
27
|
+
return Aws::Endpoints::Endpoint.new(url: "#{url['scheme']}://#{parsed_arn['accountId']}.#{url['authority']}#{url['path']}", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4a", "signingName" => "cloudfront-keyvaluestore", "signingRegionSet" => ["*"]}]})
|
28
28
|
end
|
29
29
|
raise ArgumentError, "Provided endpoint is not a valid URL"
|
30
30
|
end
|
31
|
-
return Aws::Endpoints::Endpoint.new(url: "https://#{parsed_arn['accountId']}.cloudfront-kvs.global.api.aws", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4a", "signingName"=>"cloudfront-keyvaluestore", "signingRegionSet"=>["*"]}]})
|
31
|
+
return Aws::Endpoints::Endpoint.new(url: "https://#{parsed_arn['accountId']}.cloudfront-kvs.global.api.aws", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4a", "signingName" => "cloudfront-keyvaluestore", "signingRegionSet" => ["*"]}]})
|
32
32
|
end
|
33
33
|
raise ArgumentError, "Client was configured for partition `#{partition_result['name']}` but Kvs ARN has `#{parsed_arn['partition']}`"
|
34
34
|
end
|
35
35
|
end
|
36
36
|
if Aws::Endpoints::Matchers.set?(parameters.endpoint)
|
37
37
|
if (url = Aws::Endpoints::Matchers.parse_url(parameters.endpoint))
|
38
|
-
return Aws::Endpoints::Endpoint.new(url: "#{url['scheme']}://#{parsed_arn['accountId']}.#{url['authority']}#{url['path']}", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4a", "signingName"=>"cloudfront-keyvaluestore", "signingRegionSet"=>["*"]}]})
|
38
|
+
return Aws::Endpoints::Endpoint.new(url: "#{url['scheme']}://#{parsed_arn['accountId']}.#{url['authority']}#{url['path']}", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4a", "signingName" => "cloudfront-keyvaluestore", "signingRegionSet" => ["*"]}]})
|
39
39
|
end
|
40
40
|
raise ArgumentError, "Provided endpoint is not a valid URL"
|
41
41
|
end
|
42
|
-
return Aws::Endpoints::Endpoint.new(url: "https://#{parsed_arn['accountId']}.cloudfront-kvs.global.api.aws", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4a", "signingName"=>"cloudfront-keyvaluestore", "signingRegionSet"=>["*"]}]})
|
42
|
+
return Aws::Endpoints::Endpoint.new(url: "https://#{parsed_arn['accountId']}.cloudfront-kvs.global.api.aws", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4a", "signingName" => "cloudfront-keyvaluestore", "signingRegionSet" => ["*"]}]})
|
43
43
|
end
|
44
44
|
raise ArgumentError, "CloudFront-KeyValueStore is not supported in partition `#{parsed_arn['partition']}`"
|
45
45
|
end
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-cloudfrontkeyvaluestore
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.21.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -77,7 +76,6 @@ licenses:
|
|
77
76
|
metadata:
|
78
77
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudfrontkeyvaluestore
|
79
78
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudfrontkeyvaluestore/CHANGELOG.md
|
80
|
-
post_install_message:
|
81
79
|
rdoc_options: []
|
82
80
|
require_paths:
|
83
81
|
- lib
|
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
90
|
- !ruby/object:Gem::Version
|
93
91
|
version: '0'
|
94
92
|
requirements: []
|
95
|
-
rubygems_version: 3.
|
96
|
-
signing_key:
|
93
|
+
rubygems_version: 3.6.7
|
97
94
|
specification_version: 4
|
98
95
|
summary: AWS SDK for Ruby - Amazon CloudFront KeyValueStore
|
99
96
|
test_files: []
|