aws-sdk-opsworkscm 1.15.0 → 1.16.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: 1b534feaca198590c2d871b44be7a91b6efcf6c5
4
- data.tar.gz: fef4ebc2721a245e6ba46de7df12a21b6a12614e
3
+ metadata.gz: a21fc72ad7170da16ce71803bee72f6980af4efe
4
+ data.tar.gz: aac3d6cbf065ff8f096ba427f5b4e8a461eb3612
5
5
  SHA512:
6
- metadata.gz: 3777295a53ba596da9471ce48ee7f923568a14dcc35aaac8457e4f270f1ea6c61c652499bc93833631fa3af793377b523e1511642d3f18029a936e626e48c652
7
- data.tar.gz: da86118bdf94bea68cb563895817877797ffad41d0304bd139adb533648f268fb6dab8967729d53d7f8b673a25e2157c278b4999fe7b7b529aefa5e2e2dab338
6
+ metadata.gz: 6d9c18dea7638408983c749b51325384ab7cb5c49577707865d2976be904ef4ca8371ab04750ef0ed0a68d4cd29fe48ef2a89369ea52d8185a255cafd6c1410a
7
+ data.tar.gz: e99e9199a61de9827fb9672adc47c60055774bd81e0c4e62ffae92543b6934591573ee2e79606a2b1d23980711b708f49c15c8a433b7fc905d916a293b753bc5
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-opsworkscm/customizations'
43
43
  # @service
44
44
  module Aws::OpsWorksCM
45
45
 
46
- GEM_VERSION = '1.15.0'
46
+ GEM_VERSION = '1.16.0'
47
47
 
48
48
  end
@@ -1392,7 +1392,7 @@ module Aws::OpsWorksCM
1392
1392
  params: params,
1393
1393
  config: config)
1394
1394
  context[:gem_name] = 'aws-sdk-opsworkscm'
1395
- context[:gem_version] = '1.15.0'
1395
+ context[:gem_version] = '1.16.0'
1396
1396
  Seahorse::Client::Request.new(handlers, context)
1397
1397
  end
1398
1398
 
@@ -1409,7 +1409,7 @@ module Aws::OpsWorksCM
1409
1409
  # In between attempts, the waiter will sleep.
1410
1410
  #
1411
1411
  # # polls in a loop, sleeping between attempts
1412
- # client.waiter_until(waiter_name, params)
1412
+ # client.wait_until(waiter_name, params)
1413
1413
  #
1414
1414
  # ## Configuration
1415
1415
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opsworkscm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.0
4
+ version: 1.16.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