Package not found. Please check the package name and try again.

aws-sdk-iam 1.29.0 → 1.30.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: 4681d248ed819b06355f6b725062c57880f42ccc
4
- data.tar.gz: 3b455b3dc7fbbf3913b2a0dc921cd4fc1b5b7830
3
+ metadata.gz: 9658d1d4db689ade94b32afb367f27f58eab1bf8
4
+ data.tar.gz: cc07ad715ef1b97715cb64f930115fea7f8c3220
5
5
  SHA512:
6
- metadata.gz: d422379578f72f6e917714c41ae4505624cecf2d59cc89f4d9773e597fae469df0fc9e004b3c2f49bb06b8c79b9528f80c047f5807548194438c5e3e35208b22
7
- data.tar.gz: 002fb45b47a003d680ecf9b314acf7ce0f44e07541ecf77cd9941947265403202693faee3132c87e826da39576c7c0fc95a55478c43b422bfcfdff7745672b23
6
+ metadata.gz: a0c64968d2a3bce5f90ffaf9556cae6a09d2be8f65857e6d3538b0b41e2e83a5978e3f81853f2a19a2b3b8e992f23fe76c7eb70f9bbf35cb079a1c79518a4eb9
7
+ data.tar.gz: 6a42a1396481e825afbc3933972e1063eb296e836d2c565bb39f482e9b445fd852941d9b9a32cf0d9710ea1be5e2f8706473e30e959dec414484690ffc6977c5
data/lib/aws-sdk-iam.rb CHANGED
@@ -64,6 +64,6 @@ require_relative 'aws-sdk-iam/customizations'
64
64
  # @service
65
65
  module Aws::IAM
66
66
 
67
- GEM_VERSION = '1.29.0'
67
+ GEM_VERSION = '1.30.0'
68
68
 
69
69
  end
@@ -1492,8 +1492,8 @@ module Aws::IAM
1492
1492
  # * The special characters tab (\\u0009), line feed (\\u000A), and
1493
1493
  # carriage return (\\u000D)
1494
1494
  #
1495
- # Upon success, the response includes the same trust policy as a
1496
- # URL-encoded JSON string.
1495
+ # Upon success, the response includes the same trust policy in JSON
1496
+ # format.
1497
1497
  #
1498
1498
  #
1499
1499
  #
@@ -4973,7 +4973,7 @@ module Aws::IAM
4973
4973
  # assume_role_policy_document: "<URL-encoded-JSON>",
4974
4974
  # create_date: Time.parse("2013-04-18T05:01:58Z"),
4975
4975
  # path: "/",
4976
- # role_id: "AIDIODR4TAW7CSEXAMPLE",
4976
+ # role_id: "AROADBQP57FF2AEXAMPLE",
4977
4977
  # role_name: "Test-Role",
4978
4978
  # },
4979
4979
  # }
@@ -11310,7 +11310,7 @@ module Aws::IAM
11310
11310
  params: params,
11311
11311
  config: config)
11312
11312
  context[:gem_name] = 'aws-sdk-iam'
11313
- context[:gem_version] = '1.29.0'
11313
+ context[:gem_version] = '1.30.0'
11314
11314
  Seahorse::Client::Request.new(handlers, context)
11315
11315
  end
11316
11316
 
@@ -393,8 +393,8 @@ module Aws::IAM
393
393
  # * The special characters tab (\\u0009), line feed (\\u000A), and
394
394
  # carriage return (\\u000D)
395
395
  #
396
- # Upon success, the response includes the same trust policy as a
397
- # URL-encoded JSON string.
396
+ # Upon success, the response includes the same trust policy in JSON
397
+ # format.
398
398
  #
399
399
  #
400
400
  #
@@ -601,7 +601,7 @@ module Aws::IAM
601
601
  # policies.
602
602
  #
603
603
  # This data type is used as an input parameter to ` SimulateCustomPolicy
604
- # ` and ` SimulateCustomPolicy `.
604
+ # ` and ` SimulatePrincipalPolicy `.
605
605
  #
606
606
  # @note When making an API call, you may pass ContextEntry
607
607
  # data as a hash:
@@ -1240,8 +1240,8 @@ module Aws::IAM
1240
1240
  # * The special characters tab (\\u0009), line feed (\\u000A), and
1241
1241
  # carriage return (\\u000D)
1242
1242
  #
1243
- # Upon success, the response includes the same trust policy as a
1244
- # URL-encoded JSON string.
1243
+ # Upon success, the response includes the same trust policy in JSON
1244
+ # format.
1245
1245
  #
1246
1246
  #
1247
1247
  #
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.29.0
4
+ version: 1.30.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-07-25 00:00:00.000000000 Z
11
+ date: 2019-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core