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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2597cf3168e7ad75b8a07834678fb7c3b0004e865c1a7c09c1ecf8797851ef80
4
- data.tar.gz: 73211e71a4d79bd2751b1475f262d0f884f37cb61509ced81d1334ddf6e61b49
3
+ metadata.gz: c6bac4e71ff8180c987b4571e66d34b8856a7fdaf18b2e42344be3d0766bb648
4
+ data.tar.gz: 2fe39cc968a1e68aaf324ab88c36eac40f8ce3375e9e0135363a38d0cc6ebb97
5
5
  SHA512:
6
- metadata.gz: fe36d277c2b234649ac2113832f7197b457a1a49ab1a48ddddac0eae3a0569389f861d114b144c544e464f4747f5be0f6c1af85ba4fe4fdd10f2f1aa8bd375c4
7
- data.tar.gz: cabac6cb87a9e2a63d7e35212c462cad286df5f3ff186802b9932b8ec9a018923a7738d504e42a810374663f56465667b2b7a34041ac31147e775b8ce9f4598e
6
+ metadata.gz: 97b715a759f61e173d7455d4e3dffcfbab4f666be39dc7aa929b18911776c7da07088809e42aef838e6d5c7dd350ddd8c2096629435e2b4902cddd33a4bd13de
7
+ data.tar.gz: 35be41dc5a17d46f3f8783c108e3732e16e5e12e9361e96da040aff7ff01dacb9e1ec8d3f814c50ff97cf74ca7cef728ced2e4a6ea74c785ac25d6c45113dc1a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1.0 (2026-08-19)
5
+ ------------------
6
+
7
+ * Feature - Adds throttling exceptions to operation outputs that were previously inconsistent with other operations.
8
+
4
9
  1.0.0 (2026-08-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.1.0
@@ -919,7 +919,7 @@ module Aws::AccountAccess
919
919
  tracer: tracer
920
920
  )
921
921
  context[:gem_name] = 'aws-sdk-accountaccess'
922
- context[:gem_version] = '1.0.0'
922
+ context[:gem_version] = '1.1.0'
923
923
  Seahorse::Client::Request.new(handlers, context)
924
924
  end
925
925
 
@@ -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)
@@ -55,7 +55,7 @@ module Aws::AccountAccess
55
55
  autoload :EndpointProvider, 'aws-sdk-accountaccess/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-accountaccess/endpoints'
57
57
 
58
- GEM_VERSION = '1.0.0'
58
+ GEM_VERSION = '1.1.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-accountaccess
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services