aws-sdk-securityhub 1.142.0 → 1.143.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-securityhub/client.rb +4 -4
- data/lib/aws-sdk-securityhub.rb +1 -1
- data/sig/types.rbs +3 -3
- 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: 3d54ba8d537c62085a09b116a138a80312637e23db30c7ba42c24b30f94fa08f
|
4
|
+
data.tar.gz: 9695db7c0ddf98602de7e2ad3cfdd8121c7b90f436fea9439a43cbab34a2d175
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 24523169df171d5703fbbb40c2f74bee0e145edf32917b7efa4d282754965e6c34f8d69f8a195bd36b2172cbc1e4bfe498ccb78a8328a08626931bcff145dd37
|
7
|
+
data.tar.gz: fcdc631c520754d231deba168cd1becdc6a7da70156a70d0d0f9e6d6d998d5b5d8b9d4f76d66041e71feb0f2f8c75c1c7d716d95bfc565dac3a7ac74c6cb62db
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.143.0 (2025-09-08)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds the RESOURCE_NOT_FOUND error code as a possible value in responses to the following operations: BatchGetStandardsControlAssociations, BatchUpdateStandardsControlAssociations, and BatchGetSecurityControls.
|
8
|
+
|
4
9
|
1.142.0 (2025-08-26)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.143.0
|
@@ -1279,7 +1279,7 @@ module Aws::SecurityHub
|
|
1279
1279
|
# resp.security_controls[0].last_update_reason #=> String
|
1280
1280
|
# resp.unprocessed_ids #=> Array
|
1281
1281
|
# resp.unprocessed_ids[0].security_control_id #=> String
|
1282
|
-
# resp.unprocessed_ids[0].error_code #=> String, one of "INVALID_INPUT", "ACCESS_DENIED", "NOT_FOUND", "LIMIT_EXCEEDED"
|
1282
|
+
# resp.unprocessed_ids[0].error_code #=> String, one of "INVALID_INPUT", "ACCESS_DENIED", "NOT_FOUND", "RESOURCE_NOT_FOUND", "LIMIT_EXCEEDED"
|
1283
1283
|
# resp.unprocessed_ids[0].error_reason #=> String
|
1284
1284
|
#
|
1285
1285
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/BatchGetSecurityControls AWS API Documentation
|
@@ -1388,7 +1388,7 @@ module Aws::SecurityHub
|
|
1388
1388
|
# resp.unprocessed_associations #=> Array
|
1389
1389
|
# resp.unprocessed_associations[0].standards_control_association_id.security_control_id #=> String
|
1390
1390
|
# resp.unprocessed_associations[0].standards_control_association_id.standards_arn #=> String
|
1391
|
-
# resp.unprocessed_associations[0].error_code #=> String, one of "INVALID_INPUT", "ACCESS_DENIED", "NOT_FOUND", "LIMIT_EXCEEDED"
|
1391
|
+
# resp.unprocessed_associations[0].error_code #=> String, one of "INVALID_INPUT", "ACCESS_DENIED", "NOT_FOUND", "RESOURCE_NOT_FOUND", "LIMIT_EXCEEDED"
|
1392
1392
|
# resp.unprocessed_associations[0].error_reason #=> String
|
1393
1393
|
#
|
1394
1394
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/BatchGetStandardsControlAssociations AWS API Documentation
|
@@ -2286,7 +2286,7 @@ module Aws::SecurityHub
|
|
2286
2286
|
# resp.unprocessed_association_updates[0].standards_control_association_update.security_control_id #=> String
|
2287
2287
|
# resp.unprocessed_association_updates[0].standards_control_association_update.association_status #=> String, one of "ENABLED", "DISABLED"
|
2288
2288
|
# resp.unprocessed_association_updates[0].standards_control_association_update.updated_reason #=> String
|
2289
|
-
# resp.unprocessed_association_updates[0].error_code #=> String, one of "INVALID_INPUT", "ACCESS_DENIED", "NOT_FOUND", "LIMIT_EXCEEDED"
|
2289
|
+
# resp.unprocessed_association_updates[0].error_code #=> String, one of "INVALID_INPUT", "ACCESS_DENIED", "NOT_FOUND", "RESOURCE_NOT_FOUND", "LIMIT_EXCEEDED"
|
2290
2290
|
# resp.unprocessed_association_updates[0].error_reason #=> String
|
2291
2291
|
#
|
2292
2292
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/BatchUpdateStandardsControlAssociations AWS API Documentation
|
@@ -12195,7 +12195,7 @@ module Aws::SecurityHub
|
|
12195
12195
|
tracer: tracer
|
12196
12196
|
)
|
12197
12197
|
context[:gem_name] = 'aws-sdk-securityhub'
|
12198
|
-
context[:gem_version] = '1.
|
12198
|
+
context[:gem_version] = '1.143.0'
|
12199
12199
|
Seahorse::Client::Request.new(handlers, context)
|
12200
12200
|
end
|
12201
12201
|
|
data/lib/aws-sdk-securityhub.rb
CHANGED
data/sig/types.rbs
CHANGED
@@ -7394,21 +7394,21 @@ module Aws::SecurityHub
|
|
7394
7394
|
|
7395
7395
|
class UnprocessedSecurityControl
|
7396
7396
|
attr_accessor security_control_id: ::String
|
7397
|
-
attr_accessor error_code: ("INVALID_INPUT" | "ACCESS_DENIED" | "NOT_FOUND" | "LIMIT_EXCEEDED")
|
7397
|
+
attr_accessor error_code: ("INVALID_INPUT" | "ACCESS_DENIED" | "NOT_FOUND" | "RESOURCE_NOT_FOUND" | "LIMIT_EXCEEDED")
|
7398
7398
|
attr_accessor error_reason: ::String
|
7399
7399
|
SENSITIVE: []
|
7400
7400
|
end
|
7401
7401
|
|
7402
7402
|
class UnprocessedStandardsControlAssociation
|
7403
7403
|
attr_accessor standards_control_association_id: Types::StandardsControlAssociationId
|
7404
|
-
attr_accessor error_code: ("INVALID_INPUT" | "ACCESS_DENIED" | "NOT_FOUND" | "LIMIT_EXCEEDED")
|
7404
|
+
attr_accessor error_code: ("INVALID_INPUT" | "ACCESS_DENIED" | "NOT_FOUND" | "RESOURCE_NOT_FOUND" | "LIMIT_EXCEEDED")
|
7405
7405
|
attr_accessor error_reason: ::String
|
7406
7406
|
SENSITIVE: []
|
7407
7407
|
end
|
7408
7408
|
|
7409
7409
|
class UnprocessedStandardsControlAssociationUpdate
|
7410
7410
|
attr_accessor standards_control_association_update: Types::StandardsControlAssociationUpdate
|
7411
|
-
attr_accessor error_code: ("INVALID_INPUT" | "ACCESS_DENIED" | "NOT_FOUND" | "LIMIT_EXCEEDED")
|
7411
|
+
attr_accessor error_code: ("INVALID_INPUT" | "ACCESS_DENIED" | "NOT_FOUND" | "RESOURCE_NOT_FOUND" | "LIMIT_EXCEEDED")
|
7412
7412
|
attr_accessor error_reason: ::String
|
7413
7413
|
SENSITIVE: []
|
7414
7414
|
end
|