aws-sdk-cloudfront 1.27.1 → 1.28.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 62e8f351820ea1420cce15447e7bedec7734d26082fa29852d71768ae0cb9a71
4
- data.tar.gz: cd702b060d586ed7ab002b65c382cb0b1ebec7c4caf5dab5fef3e2966bc7509f
3
+ metadata.gz: 0ba5df363ee54772d8d1c67b5505c08650d2f61d54b1b7f25d72f425b4a8b13a
4
+ data.tar.gz: '08b9cefdc846fa07c509b02c93c0cdcfdbeea1e66f50f672d84fa48d949b7353'
5
5
  SHA512:
6
- metadata.gz: 5b9bec567d2610cd105b74d5330a82ddc847525ffbd3db637556a5f3db058a9e6f08acdc21ee8f4d810c8480711f3e9b87e2f88cb63aaccee0b8d04fb09f7f74
7
- data.tar.gz: 118650c65ed755a43ee23918044ae187b94a452c7d3109d37e222e7e4f5bc875ebcb75773275d690a81f0c76cec5ec3bb28286ebb66d74ffe1bc295b7cc3768e
6
+ metadata.gz: 5438963aadcf8d39e803762aa7af05df3b6971b66cbf0f7b9c8406000b70af66353fe6565f9e9644e58574c8f19c2424d4881072354bd920309a77eea12dfd44
7
+ data.tar.gz: afae8438c73e393a9ea8c7092c3b5182cc74f72db88c89789934dfbf3876828ad361d092b22864d20e6831ff01f2f5148356893578a6a463da3bfa5fdbc2af31
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-cloudfront/customizations'
46
46
  # @service
47
47
  module Aws::CloudFront
48
48
 
49
- GEM_VERSION = '1.27.1'
49
+ GEM_VERSION = '1.28.0'
50
50
 
51
51
  end
@@ -176,7 +176,7 @@ module Aws::CloudFront
176
176
  # requests fetching endpoints information. Defaults to 60 sec.
177
177
  #
178
178
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
179
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
180
  #
181
181
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
182
  # The log formatter.
@@ -4158,7 +4158,7 @@ module Aws::CloudFront
4158
4158
  params: params,
4159
4159
  config: config)
4160
4160
  context[:gem_name] = 'aws-sdk-cloudfront'
4161
- context[:gem_version] = '1.27.1'
4161
+ context[:gem_version] = '1.28.0'
4162
4162
  Seahorse::Client::Request.new(handlers, context)
4163
4163
  end
4164
4164
 
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.27.1
4
+ version: 1.28.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: 2020-05-18 00:00:00.000000000 Z
11
+ date: 2020-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core