aws-sdk-cloudfront 1.36.0 → 1.36.1
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: 3a5af741d1928211c3b73add0a72f52829937fec78d2c0fb48745130ad958d9e
|
|
4
|
+
data.tar.gz: a50c48f85dbbfd8f9bafe54f9f63d5d5950c9719eb4bc46f9121e22f2f9993d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e5799dfa502f5c15bab486494ab9386d57bc835b9b96b4499e32e6afd7f0d8e345fa59725da6714e82bcff95a76d98a12b449ae5293c9e13d342cc2d91be0faf
|
|
7
|
+
data.tar.gz: 8e0a78582f8d0cb5785111d31ac77a59f2a4c4984ba8c133a8fa2930ef79016b86ff4779b1128c0902dd084bd549c5b975eb555dbc961f6ac1f4feaf7a9dd2a8
|
data/lib/aws-sdk-cloudfront.rb
CHANGED
|
@@ -5214,7 +5214,7 @@ module Aws::CloudFront
|
|
|
5214
5214
|
params: params,
|
|
5215
5215
|
config: config)
|
|
5216
5216
|
context[:gem_name] = 'aws-sdk-cloudfront'
|
|
5217
|
-
context[:gem_version] = '1.36.
|
|
5217
|
+
context[:gem_version] = '1.36.1'
|
|
5218
5218
|
Seahorse::Client::Request.new(handlers, context)
|
|
5219
5219
|
end
|
|
5220
5220
|
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
require 'base64'
|
|
4
4
|
require 'uri'
|
|
5
5
|
require 'time'
|
|
6
|
-
require 'json'
|
|
7
6
|
require 'openssl'
|
|
8
7
|
|
|
9
8
|
module Aws
|
|
@@ -112,7 +111,7 @@ module Aws
|
|
|
112
111
|
}
|
|
113
112
|
]
|
|
114
113
|
}
|
|
115
|
-
|
|
114
|
+
Aws::Json.dump(json_hash)
|
|
116
115
|
end
|
|
117
116
|
|
|
118
117
|
def encode(policy)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-cloudfront
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.36.
|
|
4
|
+
version: 1.36.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-08-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|