aws-sdk-kms 1.0.0.rc6 → 1.0.0.rc7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-kms.rb +1 -1
- data/lib/aws-sdk-kms/client.rb +5 -5
- data/lib/aws-sdk-kms/types.rb +4 -4
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 05e0ca8918cd70a4c9957bf4c2faed6d33b1c102
|
4
|
+
data.tar.gz: e055345e7285d89682216712e13ab4a6e0bde13d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f6f4449ede9ca1b92b9c1bde08fbd148109622d067c3f2594acf9eb2a99da728a5de69575ae4e89ce4d0b0ef519be36d8065432d4b3e854967ccf9d3c43c3441
|
7
|
+
data.tar.gz: f50b80009bb62309c9923a8ab053f8c994a3e05a9b211b4abc92e603ca8f7f35a78051365e9440fdea0c3873a24e7f1a1944ad4c042600ccf80c4f9cb711d050
|
data/lib/aws-sdk-kms.rb
CHANGED
data/lib/aws-sdk-kms/client.rb
CHANGED
@@ -282,10 +282,10 @@ module Aws::KMS
|
|
282
282
|
#
|
283
283
|
# To specify the principal, use the [Amazon Resource Name (ARN)][1] of
|
284
284
|
# an AWS principal. Valid AWS principals include AWS accounts (root),
|
285
|
-
# IAM users, federated users, and assumed role users. For
|
286
|
-
# the ARN syntax to use for specifying a principal, see [AWS
|
287
|
-
# and Access Management (IAM)][2] in the Example ARNs section
|
288
|
-
# *AWS General Reference*.
|
285
|
+
# IAM users, IAM roles, federated users, and assumed role users. For
|
286
|
+
# examples of the ARN syntax to use for specifying a principal, see [AWS
|
287
|
+
# Identity and Access Management (IAM)][2] in the Example ARNs section
|
288
|
+
# of the *AWS General Reference*.
|
289
289
|
#
|
290
290
|
#
|
291
291
|
#
|
@@ -2344,7 +2344,7 @@ module Aws::KMS
|
|
2344
2344
|
params: params,
|
2345
2345
|
config: config)
|
2346
2346
|
context[:gem_name] = 'aws-sdk-kms'
|
2347
|
-
context[:gem_version] = '1.0.0.
|
2347
|
+
context[:gem_version] = '1.0.0.rc7'
|
2348
2348
|
Seahorse::Client::Request.new(handlers, context)
|
2349
2349
|
end
|
2350
2350
|
|
data/lib/aws-sdk-kms/types.rb
CHANGED
@@ -146,10 +146,10 @@ module Aws::KMS
|
|
146
146
|
#
|
147
147
|
# To specify the principal, use the [Amazon Resource Name (ARN)][1] of
|
148
148
|
# an AWS principal. Valid AWS principals include AWS accounts (root),
|
149
|
-
# IAM users, federated users, and assumed role users. For
|
150
|
-
# the ARN syntax to use for specifying a principal, see
|
151
|
-
# and Access Management (IAM)][2] in the Example ARNs
|
152
|
-
# *AWS General Reference*.
|
149
|
+
# IAM users, IAM roles, federated users, and assumed role users. For
|
150
|
+
# examples of the ARN syntax to use for specifying a principal, see
|
151
|
+
# [AWS Identity and Access Management (IAM)][2] in the Example ARNs
|
152
|
+
# section of the *AWS General Reference*.
|
153
153
|
#
|
154
154
|
#
|
155
155
|
#
|
metadata
CHANGED
@@ -1,29 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-kms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.
|
4
|
+
version: 1.0.0.rc7
|
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: 2017-05-
|
11
|
+
date: 2017-05-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 3.0.0.
|
19
|
+
version: 3.0.0.rc12
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 3.0.0.
|
26
|
+
version: 3.0.0.rc12
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: aws-sigv4
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|