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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 20e9a6de8611344600bec78a0f2ff49a47883d00
4
- data.tar.gz: 6bdf4ae360d3e8be8e18eb7f376b23d1b2fa8727
3
+ metadata.gz: 05e0ca8918cd70a4c9957bf4c2faed6d33b1c102
4
+ data.tar.gz: e055345e7285d89682216712e13ab4a6e0bde13d
5
5
  SHA512:
6
- metadata.gz: d335961a14da8096fb381d3a6249750306da40fd1c5a2d7947e8e766471c9052217c915e4ee840d6169542eba66fa453d92c28ef1b6e6be8335b11e2b49273ce
7
- data.tar.gz: d35c69565a77767c3ad720dbf0d398c8a8f50e656b166455eb46fbfe335615ea488b333a25afbe87de8a7492b5a242bdbfec13ab7bfa41b56b1da2dbfe93bf6e
6
+ metadata.gz: f6f4449ede9ca1b92b9c1bde08fbd148109622d067c3f2594acf9eb2a99da728a5de69575ae4e89ce4d0b0ef519be36d8065432d4b3e854967ccf9d3c43c3441
7
+ data.tar.gz: f50b80009bb62309c9923a8ab053f8c994a3e05a9b211b4abc92e603ca8f7f35a78051365e9440fdea0c3873a24e7f1a1944ad4c042600ccf80c4f9cb711d050
data/lib/aws-sdk-kms.rb CHANGED
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-kms/customizations'
42
42
  # @service
43
43
  module Aws::KMS
44
44
 
45
- GEM_VERSION = '1.0.0.rc6'
45
+ GEM_VERSION = '1.0.0.rc7'
46
46
 
47
47
  end
@@ -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 examples of
286
- # the ARN syntax to use for specifying a principal, see [AWS Identity
287
- # and Access Management (IAM)][2] in the Example ARNs section of the
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.rc6'
2347
+ context[:gem_version] = '1.0.0.rc7'
2348
2348
  Seahorse::Client::Request.new(handlers, context)
2349
2349
  end
2350
2350
 
@@ -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 examples of
150
- # the ARN syntax to use for specifying a principal, see [AWS Identity
151
- # and Access Management (IAM)][2] in the Example ARNs section of the
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.rc6
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-09 00:00:00.000000000 Z
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.rc9
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.rc9
26
+ version: 3.0.0.rc12
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: aws-sigv4
29
29
  requirement: !ruby/object:Gem::Requirement