aws-sdk-acm 1.17.0 → 1.18.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
  SHA1:
3
- metadata.gz: a3f7831ea7e80fad4a68b151e106cd422bfb1237
4
- data.tar.gz: f880d788e12850bd26b3e4e0d5c95db16a8fc001
3
+ metadata.gz: 496c550ebc783edee06d5f769d2c0f96b1023492
4
+ data.tar.gz: aa112a764c25f9fe820c732038a924c6e257eb62
5
5
  SHA512:
6
- metadata.gz: 6be9e4e501d9bd58d39d9c8f6c4f718b9f98eb42979bec022f58a161b054cbee04f992c659bac3f74a88e8cb88c43a91df45042830a3f423d20ddcbe873d96d3
7
- data.tar.gz: 4b7a7b09879be8973984cc407f7a3af3c5f7675c26e19ca852bb8c658dc675f64658acccdca928109fa7cf42072b6524690555a509c080a38c6f8a61ffb12155
6
+ metadata.gz: 4f5d2e5b8494beb6d57c42acb01179918c392a9b6f300c4d312c4d987c689b5238ad698b2b0f58d4d6f1a932356a294690d183cf69398827b5ff89c641bee7be
7
+ data.tar.gz: cdda6857858e2d9a819c8432b3c634b921fbb1afc9792a3919366775af8ea705390b613bbd5d02765513754d95d4251074ee8b3fe12460b5f9d7e2725c5e9239
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-acm/customizations'
43
43
  # @service
44
44
  module Aws::ACM
45
45
 
46
- GEM_VERSION = '1.17.0'
46
+ GEM_VERSION = '1.18.0'
47
47
 
48
48
  end
@@ -1070,7 +1070,7 @@ module Aws::ACM
1070
1070
  params: params,
1071
1071
  config: config)
1072
1072
  context[:gem_name] = 'aws-sdk-acm'
1073
- context[:gem_version] = '1.17.0'
1073
+ context[:gem_version] = '1.18.0'
1074
1074
  Seahorse::Client::Request.new(handlers, context)
1075
1075
  end
1076
1076
 
@@ -1087,7 +1087,7 @@ module Aws::ACM
1087
1087
  # In between attempts, the waiter will sleep.
1088
1088
  #
1089
1089
  # # polls in a loop, sleeping between attempts
1090
- # client.waiter_until(waiter_name, params)
1090
+ # client.wait_until(waiter_name, params)
1091
1091
  #
1092
1092
  # ## Configuration
1093
1093
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-acm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.0
4
+ version: 1.18.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