aws-sdk-accountaccess 1.0.0 → 1.1.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-accountaccess/client.rb +1 -1
- data/lib/aws-sdk-accountaccess/client_api.rb +3 -0
- data/lib/aws-sdk-accountaccess.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c6bac4e71ff8180c987b4571e66d34b8856a7fdaf18b2e42344be3d0766bb648
|
|
4
|
+
data.tar.gz: 2fe39cc968a1e68aaf324ab88c36eac40f8ce3375e9e0135363a38d0cc6ebb97
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 97b715a759f61e173d7455d4e3dffcfbab4f666be39dc7aa929b18911776c7da07088809e42aef838e6d5c7dd350ddd8c2096629435e2b4902cddd33a4bd13de
|
|
7
|
+
data.tar.gz: 35be41dc5a17d46f3f8783c108e3732e16e5e12e9361e96da040aff7ff01dacb9e1ec8d3f814c50ff97cf74ca7cef728ced2e4a6ea74c785ac25d6c45113dc1a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1.0
|
|
@@ -328,6 +328,7 @@ module Aws::AccountAccess
|
|
|
328
328
|
o.output = Shapes::ShapeRef.new(shape: CreateApplicationResponse)
|
|
329
329
|
o.errors << Shapes::ShapeRef.new(shape: AlreadyCreatedException)
|
|
330
330
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
331
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
331
332
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
332
333
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
333
334
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
@@ -356,6 +357,7 @@ module Aws::AccountAccess
|
|
|
356
357
|
o.output = Shapes::ShapeRef.new(shape: DeleteApplicationResponse)
|
|
357
358
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
358
359
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
360
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
359
361
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
360
362
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
361
363
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
@@ -383,6 +385,7 @@ module Aws::AccountAccess
|
|
|
383
385
|
o.output = Shapes::ShapeRef.new(shape: GetApplicationResponse)
|
|
384
386
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
385
387
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
388
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
386
389
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
387
390
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
388
391
|
end)
|