aws-sdk-kms 1.4.0 → 1.5.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: 895eb50d5f2eb95892a3f4a91deaac264d30cf3d
4
- data.tar.gz: b4e6d8058e2cbb69f6065fb5701c26f154e9c50d
3
+ metadata.gz: ebaab999f98f29b345e96df0766e2fa11ade91a2
4
+ data.tar.gz: 4d790d9ebc7ef87ea03395e6fce2dd2c827fbbcb
5
5
  SHA512:
6
- metadata.gz: 4ada9c81d8850c2a1a2d6eed00e3398a6e6a736ba482808d3f26928b73b8b8c433c90ad0d735f349156d2f409619005ce39cb1665087051ddb700b29a4905f80
7
- data.tar.gz: 315ff31679a785d1c94c951e0e93f1e3a5b311c59c376be1d3ea5c9a59f2b5512991478d08e1057bb66553dc2c71757c6865eb97238c110444239a16e803fcf9
6
+ metadata.gz: fe25d16adfe172a695e71d05af5cf63762e1d095fbcadc40e4531153e4df1c4efc65fade78cd7e0fcbbfe967656ae35e1cc4874f5161adff98b58008bb348d34
7
+ data.tar.gz: 352d36c80f2ff26fd0b417a2ebdaf07402c3ed814339bce943c55dfe5e62d04be7d443a58a2dfdc2578b5d60bb0fadce3b6b1413dc29e1614cedef2b427b0a50
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.4.0'
45
+ GEM_VERSION = '1.5.0'
46
46
 
47
47
  end
@@ -3219,7 +3219,7 @@ module Aws::KMS
3219
3219
  params: params,
3220
3220
  config: config)
3221
3221
  context[:gem_name] = 'aws-sdk-kms'
3222
- context[:gem_version] = '1.4.0'
3222
+ context[:gem_version] = '1.5.0'
3223
3223
  Seahorse::Client::Request.new(handlers, context)
3224
3224
  end
3225
3225
 
@@ -885,6 +885,7 @@ module Aws::KMS
885
885
  o.http_request_uri = "/"
886
886
  o.input = Shapes::ShapeRef.new(shape: RetireGrantRequest)
887
887
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
888
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
888
889
  o.errors << Shapes::ShapeRef.new(shape: InvalidGrantTokenException)
889
890
  o.errors << Shapes::ShapeRef.new(shape: InvalidGrantIdException)
890
891
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.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: 2018-01-09 00:00:00.000000000 Z
11
+ date: 2018-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core