aws-sdk-inspector2 1.44.0 → 1.45.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-inspector2/client.rb +8 -5
- data/lib/aws-sdk-inspector2/client_api.rb +1 -0
- data/lib/aws-sdk-inspector2.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2f64dcd370f486908c29896d86f65b56967fe8bf91144a0978252b198f8e88b8
|
|
4
|
+
data.tar.gz: 9caf23e14b19dd42e976b553b561e7e550ce8f23d5a166cdbcdf59f48653f73e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 729dc264b50eac6b3bd588cbf7e460469c67628289d1f3ec89d43b1f8f81a9711c3de6f298e3a387569ff4ecb76dcc3730685fbb818a220ca3b2875f56e20706
|
|
7
|
+
data.tar.gz: ce6e1f1c33dfd8df8b2c23e0cf4747dfe197ab4dca0ab46bf7e6bf93ec1d4c7d19866bf9126e739274ac40cd851daa7ef6d6b24920c0557eaed14e369592bb0d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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
|
|
453
|
-
#
|
|
454
|
-
#
|
|
455
|
-
#
|
|
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.
|
|
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)
|
data/lib/aws-sdk-inspector2.rb
CHANGED
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.
|
|
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
|
+
date: 2024-11-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|