aws-sdk-cloudfront 1.14.0 → 1.15.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/lib/aws-sdk-cloudfront.rb +1 -1
- data/lib/aws-sdk-cloudfront/client.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6a693c0842ceca3e0ca49e53db6e6ad0cc530180
|
|
4
|
+
data.tar.gz: 65f0ad8a0240134f59bbafeb44051a95e79b99cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ae0a3ba39eccc15c32e5139a6152675fbae8410eb6baeeeefd1f2598f2083285aa1a94c44aab5e580b64fc47f5119bad9915a947be6e59d85eb64f920eaa54ac
|
|
7
|
+
data.tar.gz: 3811a6de6a9850ab5673240102fec065bc2d59b7154849c0858474575df24a8ec2d453a515fda815b79eb54267e7761c4f468fdf9043d06b86d481c5e1df40c8
|
data/lib/aws-sdk-cloudfront.rb
CHANGED
|
@@ -4013,7 +4013,7 @@ module Aws::CloudFront
|
|
|
4013
4013
|
params: params,
|
|
4014
4014
|
config: config)
|
|
4015
4015
|
context[:gem_name] = 'aws-sdk-cloudfront'
|
|
4016
|
-
context[:gem_version] = '1.
|
|
4016
|
+
context[:gem_version] = '1.15.0'
|
|
4017
4017
|
Seahorse::Client::Request.new(handlers, context)
|
|
4018
4018
|
end
|
|
4019
4019
|
|
|
@@ -4030,7 +4030,7 @@ module Aws::CloudFront
|
|
|
4030
4030
|
# In between attempts, the waiter will sleep.
|
|
4031
4031
|
#
|
|
4032
4032
|
# # polls in a loop, sleeping between attempts
|
|
4033
|
-
# client.
|
|
4033
|
+
# client.wait_until(waiter_name, params)
|
|
4034
4034
|
#
|
|
4035
4035
|
# ## Configuration
|
|
4036
4036
|
#
|
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.15.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: 2019-03-
|
|
11
|
+
date: 2019-03-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|