aws-sdk-inspector2 1.44.0 → 1.45.0

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
  SHA256:
3
- metadata.gz: 55858b853d873f3565cb61fb1ab2fc02e49ff584d0b48a99c876d194b0711015
4
- data.tar.gz: 54adf47ea39ca320ecc3ddb2106db550ebd2d149dbf93907f12d6bd08d3f3c9e
3
+ metadata.gz: 2f64dcd370f486908c29896d86f65b56967fe8bf91144a0978252b198f8e88b8
4
+ data.tar.gz: 9caf23e14b19dd42e976b553b561e7e550ce8f23d5a166cdbcdf59f48653f73e
5
5
  SHA512:
6
- metadata.gz: b6b3c5333f954ec570cd64a108fef5a81d64997bfafe746fa47a4cca3a354e77c3f5388129a62e44a42f40f43dffe03872576c90f04eeabad8447f123c2f453c
7
- data.tar.gz: 6534fb6d460ceda5195fe49e14d307c4255a2574917da35dff1734d88c3b802b2be12d20d7dcc5058abaef35d62c4214138855e3e8f34cc3b2293e0c15e26348
6
+ metadata.gz: 729dc264b50eac6b3bd588cbf7e460469c67628289d1f3ec89d43b1f8f81a9711c3de6f298e3a387569ff4ecb76dcc3730685fbb818a220ca3b2875f56e20706
7
+ data.tar.gz: ce6e1f1c33dfd8df8b2c23e0cf4747dfe197ab4dca0ab46bf7e6bf93ec1d4c7d19866bf9126e739274ac40cd851daa7ef6d6b24920c0557eaed14e369592bb0d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.45.0 (2024-11-22)
5
+ ------------------
6
+
7
+ * Feature - Extend inspector2 service model to include ServiceQuotaExceededException.
8
+
4
9
  1.44.0 (2024-11-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.44.0
1
+ 1.45.0
@@ -449,15 +449,18 @@ module Aws::Inspector2
449
449
 
450
450
  # Associates an Amazon Web Services account with an Amazon Inspector
451
451
  # delegated administrator. An HTTP 200 response indicates the
452
- # association was successfully started, but doesn’t indicate whether it
453
- # was completed. You can check if the association completed by using
454
- # [ListMembers][1] for multiple accounts or [GetMembers][2] for a single
455
- # account.
452
+ # association was started but doesn’t indicate whether it completed. You
453
+ # can check if the association completed using [ListMembers][1] for
454
+ # multiple accounts or [GetMembers][2] for a single account. An HTTP 402
455
+ # response indicates the association failed because the organization
456
+ # size exceeded its limit. For information on limits, see [Amazon
457
+ # Inspector quotas][3].
456
458
  #
457
459
  #
458
460
  #
459
461
  # [1]: https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListMembers.html
460
462
  # [2]: https://docs.aws.amazon.com/inspector/v2/APIReference/API_GetMember.html
463
+ # [3]: https://docs.aws.amazon.com/inspector/latest/user/quotas.html
461
464
  #
462
465
  # @option params [required, String] :account_id
463
466
  # The Amazon Web Services account ID of the member account to be
@@ -5371,7 +5374,7 @@ module Aws::Inspector2
5371
5374
  tracer: tracer
5372
5375
  )
5373
5376
  context[:gem_name] = 'aws-sdk-inspector2'
5374
- context[:gem_version] = '1.44.0'
5377
+ context[:gem_version] = '1.45.0'
5375
5378
  Seahorse::Client::Request.new(handlers, context)
5376
5379
  end
5377
5380
 
@@ -2367,6 +2367,7 @@ module Aws::Inspector2
2367
2367
  o.http_request_uri = "/members/associate"
2368
2368
  o.input = Shapes::ShapeRef.new(shape: AssociateMemberRequest)
2369
2369
  o.output = Shapes::ShapeRef.new(shape: AssociateMemberResponse)
2370
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2370
2371
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2371
2372
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2372
2373
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -54,7 +54,7 @@ module Aws::Inspector2
54
54
  autoload :EndpointProvider, 'aws-sdk-inspector2/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-inspector2/endpoints'
56
56
 
57
- GEM_VERSION = '1.44.0'
57
+ GEM_VERSION = '1.45.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-inspector2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.44.0
4
+ version: 1.45.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: 2024-11-11 00:00:00.000000000 Z
11
+ date: 2024-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core