@aws-sdk/client-securityhub 3.565.0 → 3.567.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.
@@ -27,11 +27,13 @@ declare const UpdateFindingsCommand_base: {
27
27
  };
28
28
  /**
29
29
  * <p>
30
- * <code>UpdateFindings</code> is deprecated. Instead of <code>UpdateFindings</code>, use
31
- * <code>BatchUpdateFindings</code>.</p>
30
+ * <code>UpdateFindings</code> is a deprecated operation. Instead of <code>UpdateFindings</code>, use
31
+ * the <code>BatchUpdateFindings</code> operation.</p>
32
32
  * <p>Updates the <code>Note</code> and <code>RecordState</code> of the Security Hub-aggregated
33
33
  * findings that the filter attributes specify. Any member account that can view the finding
34
34
  * also sees the update to the finding.</p>
35
+ * <p>Finding updates made with <code>UpdateFindings</code> might not be persisted if the same finding is later updated by the
36
+ * finding provider through the <code>BatchImportFindings</code> operation.</p>
35
37
  * @example
36
38
  * Use a bare-bones client and the command you need to make an API call.
37
39
  * ```javascript
@@ -8359,7 +8359,8 @@ export declare class ResourceInUseException extends __BaseException {
8359
8359
  export interface StartConfigurationPolicyAssociationRequest {
8360
8360
  /**
8361
8361
  * <p>
8362
- * The Amazon Resource Name (ARN) or universally unique identifier (UUID) of the configuration policy.
8362
+ * The Amazon Resource Name (ARN) of a configuration policy, the universally unique identifier (UUID) of a
8363
+ * configuration policy, or a value of <code>SELF_MANAGED_SECURITY_HUB</code> for a self-managed configuration.
8363
8364
  * </p>
8364
8365
  * @public
8365
8366
  */
@@ -8440,7 +8441,8 @@ export interface StartConfigurationPolicyDisassociationRequest {
8440
8441
  Target?: Target;
8441
8442
  /**
8442
8443
  * <p>
8443
- * The Amazon Resource Name (ARN) or universally unique identifier (UUID) of the configuration policy.
8444
+ * The Amazon Resource Name (ARN) of a configuration policy, the universally unique identifier (UUID) of a
8445
+ * configuration policy, or a value of <code>SELF_MANAGED_SECURITY_HUB</code> for a self-managed configuration.
8444
8446
  * </p>
8445
8447
  * @public
8446
8448
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-securityhub",
3
3
  "description": "AWS SDK for JavaScript Securityhub Client for Node.js, Browser and React Native",
4
- "version": "3.565.0",
4
+ "version": "3.567.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-securityhub",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/core": "3.556.0",
24
- "@aws-sdk/credential-provider-node": "3.565.0",
25
- "@aws-sdk/middleware-host-header": "3.535.0",
26
- "@aws-sdk/middleware-logger": "3.535.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.535.0",
28
- "@aws-sdk/middleware-user-agent": "3.540.0",
29
- "@aws-sdk/region-config-resolver": "3.535.0",
30
- "@aws-sdk/types": "3.535.0",
31
- "@aws-sdk/util-endpoints": "3.540.0",
32
- "@aws-sdk/util-user-agent-browser": "3.535.0",
33
- "@aws-sdk/util-user-agent-node": "3.535.0",
23
+ "@aws-sdk/core": "3.567.0",
24
+ "@aws-sdk/credential-provider-node": "3.567.0",
25
+ "@aws-sdk/middleware-host-header": "3.567.0",
26
+ "@aws-sdk/middleware-logger": "3.567.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.567.0",
28
+ "@aws-sdk/middleware-user-agent": "3.567.0",
29
+ "@aws-sdk/region-config-resolver": "3.567.0",
30
+ "@aws-sdk/types": "3.567.0",
31
+ "@aws-sdk/util-endpoints": "3.567.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.567.0",
33
+ "@aws-sdk/util-user-agent-node": "3.567.0",
34
34
  "@smithy/config-resolver": "^2.2.0",
35
35
  "@smithy/core": "^1.4.2",
36
36
  "@smithy/fetch-http-handler": "^2.5.0",
@@ -59,8 +59,7 @@
59
59
  "tslib": "^2.6.2"
60
60
  },
61
61
  "devDependencies": {
62
- "@smithy/service-client-documentation-generator": "^2.2.0",
63
- "@tsconfig/node14": "1.0.3",
62
+ "@tsconfig/node16": "16.1.3",
64
63
  "@types/node": "^14.14.31",
65
64
  "concurrently": "7.0.0",
66
65
  "downlevel-dts": "0.10.1",
@@ -68,7 +67,7 @@
68
67
  "typescript": "~4.9.5"
69
68
  },
70
69
  "engines": {
71
- "node": ">=14.0.0"
70
+ "node": ">=16.0.0"
72
71
  },
73
72
  "typesVersions": {
74
73
  "<4.0": {