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 +4 -4
- data/lib/aws-sdk-kms.rb +1 -1
- data/lib/aws-sdk-kms/client.rb +1 -1
- data/lib/aws-sdk-kms/client_api.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ebaab999f98f29b345e96df0766e2fa11ade91a2
|
|
4
|
+
data.tar.gz: 4d790d9ebc7ef87ea03395e6fce2dd2c827fbbcb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fe25d16adfe172a695e71d05af5cf63762e1d095fbcadc40e4531153e4df1c4efc65fade78cd7e0fcbbfe967656ae35e1cc4874f5161adff98b58008bb348d34
|
|
7
|
+
data.tar.gz: 352d36c80f2ff26fd0b417a2ebdaf07402c3ed814339bce943c55dfe5e62d04be7d443a58a2dfdc2578b5d60bb0fadce3b6b1413dc29e1614cedef2b427b0a50
|
data/lib/aws-sdk-kms.rb
CHANGED
data/lib/aws-sdk-kms/client.rb
CHANGED
|
@@ -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
|
+
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-
|
|
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
|