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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f994d9e7703f543607373eabde983b34e24f4b5b0ec5892deb763d0cc5cfffc1
4
- data.tar.gz: 4aba3a3acb1dfb204e0c90e1e17cada1ba97c0ba93813c1c6454cc5c752e49df
3
+ metadata.gz: 3d54ba8d537c62085a09b116a138a80312637e23db30c7ba42c24b30f94fa08f
4
+ data.tar.gz: 9695db7c0ddf98602de7e2ad3cfdd8121c7b90f436fea9439a43cbab34a2d175
5
5
  SHA512:
6
- metadata.gz: 9be320351c907304be0ad46f5f516892cfb15783629554e5fd25289f608bed8b65076e01f2b2151f32b2fc75880cdcffcde8d7dc5255eade688054814d623aad
7
- data.tar.gz: 79d2567860a173e4036f43e60c35674e6b64b947697008e70b048e908f0fbbd220c12837d588a4cd5c8003123d0780ec8c8db2b7b5f9fdb78b39e6622fdc4168
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.142.0
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.142.0'
12198
+ context[:gem_version] = '1.143.0'
12199
12199
  Seahorse::Client::Request.new(handlers, context)
12200
12200
  end
12201
12201
 
@@ -54,7 +54,7 @@ module Aws::SecurityHub
54
54
  autoload :EndpointProvider, 'aws-sdk-securityhub/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-securityhub/endpoints'
56
56
 
57
- GEM_VERSION = '1.142.0'
57
+ GEM_VERSION = '1.143.0'
58
58
 
59
59
  end
60
60
 
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-securityhub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.142.0
4
+ version: 1.143.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services