aws-sdk-cloudfront 1.14.0 → 1.15.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
  SHA1:
3
- metadata.gz: e843650546d110c899b3b343e9dc02104ab38175
4
- data.tar.gz: cf649600c8c70f79bbaf50303fef378e7f824c5e
3
+ metadata.gz: 6a693c0842ceca3e0ca49e53db6e6ad0cc530180
4
+ data.tar.gz: 65f0ad8a0240134f59bbafeb44051a95e79b99cc
5
5
  SHA512:
6
- metadata.gz: 5b2cda32ebad80ee0cd072c971cbc1848d77467902f3d3e3445042976cff0554be71280aa01b906a32c923b44a00e15798cd26556a02d267c1a4bee4088f40a4
7
- data.tar.gz: 109b29fab41b98053d6d3b79f450e2cc3c70eaf6299d648eeea26a1e7648dbb75b463cd78be2fe2a2109b0bea1eed7ac2e5bd56a7100079c2700b4c87600e8b4
6
+ metadata.gz: ae0a3ba39eccc15c32e5139a6152675fbae8410eb6baeeeefd1f2598f2083285aa1a94c44aab5e580b64fc47f5119bad9915a947be6e59d85eb64f920eaa54ac
7
+ data.tar.gz: 3811a6de6a9850ab5673240102fec065bc2d59b7154849c0858474575df24a8ec2d453a515fda815b79eb54267e7761c4f468fdf9043d06b86d481c5e1df40c8
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-cloudfront/customizations'
43
43
  # @service
44
44
  module Aws::CloudFront
45
45
 
46
- GEM_VERSION = '1.14.0'
46
+ GEM_VERSION = '1.15.0'
47
47
 
48
48
  end
@@ -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.14.0'
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.waiter_until(waiter_name, params)
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.14.0
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-21 00:00:00.000000000 Z
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