aws-sdk-cloudfront 1.50.0 → 1.51.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-cloudfront.rb +1 -1
- data/lib/aws-sdk-cloudfront/client.rb +1 -1
- data/lib/aws-sdk-cloudfront/types.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 33f9a816e7a0db508df627044b8542f9d62b6bf867fadf74d1832e0f9335f0b3
|
|
4
|
+
data.tar.gz: 73cdaeeaacf827c20b1812b5df012b696d03f7f405ecb4137ceaa850aeee3ae2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 76069294f5b54347bd6d68fc10403919979da9feabccd0ed638aaa1d3cfb5a66f05b06ea1abfb6c2dc6c13e3146d58a7de15ae0bae5f218be1e53f72ffce2b1a
|
|
7
|
+
data.tar.gz: 1c67c0e847123b441bcbdf0c44c43bf7c7bdf35722b888a8af06dc0e09474ecc6d8c0ca56f41b6ebec853850f7cc6595ddaa630ad3d30ae7772e166526d11ae5
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.51.0
|
data/lib/aws-sdk-cloudfront.rb
CHANGED
|
@@ -6911,7 +6911,7 @@ module Aws::CloudFront
|
|
|
6911
6911
|
params: params,
|
|
6912
6912
|
config: config)
|
|
6913
6913
|
context[:gem_name] = 'aws-sdk-cloudfront'
|
|
6914
|
-
context[:gem_version] = '1.
|
|
6914
|
+
context[:gem_version] = '1.51.0'
|
|
6915
6915
|
Seahorse::Client::Request.new(handlers, context)
|
|
6916
6916
|
end
|
|
6917
6917
|
|
|
@@ -1330,8 +1330,8 @@ module Aws::CloudFront
|
|
|
1330
1330
|
# @return [String]
|
|
1331
1331
|
#
|
|
1332
1332
|
# @!attribute [rw] comment
|
|
1333
|
-
#
|
|
1334
|
-
#
|
|
1333
|
+
# A comment to describe the origin access identity. The comment cannot
|
|
1334
|
+
# be longer than 128 characters.
|
|
1335
1335
|
# @return [String]
|
|
1336
1336
|
#
|
|
1337
1337
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CloudFrontOriginAccessIdentityConfig AWS API Documentation
|
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.
|
|
4
|
+
version: 1.51.0
|
|
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: 2021-
|
|
11
|
+
date: 2021-05-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|