aws-sdk-iam 1.16.0 → 1.17.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: 3a53971d8d29471b20c234da970c468496622f83
4
- data.tar.gz: 383ca4e3ec3bdc4f8b4e5e8ee7510c1b78d627f9
3
+ metadata.gz: fc56a1913a1bc45a34bd6da7c410065490652024
4
+ data.tar.gz: 15a2aa07ccbb30f9fa47192b2358990efa0d27f9
5
5
  SHA512:
6
- metadata.gz: cc17c297dc276d63dc8295bf2eec359c2e90629fd3fd824f63480d34f07395fba2e0dd8877bc8047aa39c482b44db40c01b3d43dc2c80ddc77bc3f3f57897e35
7
- data.tar.gz: 5cfcd8659c28c353f1f18a3a2885c796fda3a9562208518e45d582d9263d89005635781ff3cb8eb8261c3d398789185ae88107139aa411adf5d2ec55a216fb2a
6
+ metadata.gz: ed8b2a97a389b638ddb345f5dbcf46a7c8d9a30cedd1c6ce6341b5f6a5673d158589c6353051d48f39332578468d81b283f9447824edae7b3f1f89df60d9c91c
7
+ data.tar.gz: 85bf776df989cc32a354e16e07426f3870eacb4b7164c8f6911229a20a8febd940950895de3d2c3cbc657e45be203fc767b2ef0f1d338d98edcc72ba99390680
@@ -64,6 +64,6 @@ require_relative 'aws-sdk-iam/customizations'
64
64
  # @service
65
65
  module Aws::IAM
66
66
 
67
- GEM_VERSION = '1.16.0'
67
+ GEM_VERSION = '1.17.0'
68
68
 
69
69
  end
@@ -10828,7 +10828,7 @@ module Aws::IAM
10828
10828
  params: params,
10829
10829
  config: config)
10830
10830
  context[:gem_name] = 'aws-sdk-iam'
10831
- context[:gem_version] = '1.16.0'
10831
+ context[:gem_version] = '1.17.0'
10832
10832
  Seahorse::Client::Request.new(handlers, context)
10833
10833
  end
10834
10834
 
@@ -10845,7 +10845,7 @@ module Aws::IAM
10845
10845
  # In between attempts, the waiter will sleep.
10846
10846
  #
10847
10847
  # # polls in a loop, sleeping between attempts
10848
- # client.waiter_until(waiter_name, params)
10848
+ # client.wait_until(waiter_name, params)
10849
10849
  #
10850
10850
  # ## Configuration
10851
10851
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iam
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.0
4
+ version: 1.17.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