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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 76607d001ffe3e0ed4bf56d136eab80d280a1a8d725e00b9c62aa21c5488dddc
4
- data.tar.gz: 3de1f4a5a5ca89a9936d816b931efb2a082af52837f38744537fd99b2b319646
3
+ metadata.gz: 33f9a816e7a0db508df627044b8542f9d62b6bf867fadf74d1832e0f9335f0b3
4
+ data.tar.gz: 73cdaeeaacf827c20b1812b5df012b696d03f7f405ecb4137ceaa850aeee3ae2
5
5
  SHA512:
6
- metadata.gz: e83a3098be881698fb6f1e6b37824b3e6fe1d5edb6d9a6d4303763cee2781c55002a593ccd910ebd00d67cde9cc1e9d7f81afeba88c5f10ba005f846a1f988de
7
- data.tar.gz: 015142a7e605465f96350eb50c62552cb3c06cb35092db4f9545d17124247527074635f088a2123e2860e99d6ba3a3892e0c4d6ee5edd67efa7d517c24afdb9f
6
+ metadata.gz: 76069294f5b54347bd6d68fc10403919979da9feabccd0ed638aaa1d3cfb5a66f05b06ea1abfb6c2dc6c13e3146d58a7de15ae0bae5f218be1e53f72ffce2b1a
7
+ data.tar.gz: 1c67c0e847123b441bcbdf0c44c43bf7c7bdf35722b888a8af06dc0e09474ecc6d8c0ca56f41b6ebec853850f7cc6595ddaa630ad3d30ae7772e166526d11ae5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.0 (2021-05-26)
5
+ ------------------
6
+
7
+ * Feature - Documentation fix for CloudFront
8
+
4
9
  1.50.0 (2021-04-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.51.0
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-cloudfront/customizations'
49
49
  # @!group service
50
50
  module Aws::CloudFront
51
51
 
52
- GEM_VERSION = '1.50.0'
52
+ GEM_VERSION = '1.51.0'
53
53
 
54
54
  end
@@ -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.50.0'
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
- # An optional comment to describe the origin access identity. The
1334
- # comment cannot be longer than 128 characters.
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.50.0
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-04-30 00:00:00.000000000 Z
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