@aws-sdk/client-securityhub 3.882.0 → 3.884.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.
package/dist-cjs/index.js CHANGED
@@ -739,7 +739,8 @@ var UnprocessedErrorCode = {
739
739
  ACCESS_DENIED: "ACCESS_DENIED",
740
740
  INVALID_INPUT: "INVALID_INPUT",
741
741
  LIMIT_EXCEEDED: "LIMIT_EXCEEDED",
742
- NOT_FOUND: "NOT_FOUND"
742
+ NOT_FOUND: "NOT_FOUND",
743
+ RESOURCE_NOT_FOUND: "RESOURCE_NOT_FOUND"
743
744
  };
744
745
  var BatchUpdateFindingsV2UnprocessedFindingErrorCode = {
745
746
  ConflictException: "ConflictException",
@@ -120,6 +120,7 @@ export const UnprocessedErrorCode = {
120
120
  INVALID_INPUT: "INVALID_INPUT",
121
121
  LIMIT_EXCEEDED: "LIMIT_EXCEEDED",
122
122
  NOT_FOUND: "NOT_FOUND",
123
+ RESOURCE_NOT_FOUND: "RESOURCE_NOT_FOUND",
123
124
  };
124
125
  export const BatchUpdateFindingsV2UnprocessedFindingErrorCode = {
125
126
  ConflictException: "ConflictException",
@@ -81,7 +81,7 @@ declare const BatchGetSecurityControlsCommand_base: {
81
81
  * // UnprocessedIds: [ // UnprocessedSecurityControls
82
82
  * // { // UnprocessedSecurityControl
83
83
  * // SecurityControlId: "STRING_VALUE", // required
84
- * // ErrorCode: "INVALID_INPUT" || "ACCESS_DENIED" || "NOT_FOUND" || "LIMIT_EXCEEDED", // required
84
+ * // ErrorCode: "INVALID_INPUT" || "ACCESS_DENIED" || "NOT_FOUND" || "RESOURCE_NOT_FOUND" || "LIMIT_EXCEEDED", // required
85
85
  * // ErrorReason: "STRING_VALUE",
86
86
  * // },
87
87
  * // ],
@@ -74,7 +74,7 @@ declare const BatchGetStandardsControlAssociationsCommand_base: {
74
74
  * // SecurityControlId: "STRING_VALUE", // required
75
75
  * // StandardsArn: "STRING_VALUE", // required
76
76
  * // },
77
- * // ErrorCode: "INVALID_INPUT" || "ACCESS_DENIED" || "NOT_FOUND" || "LIMIT_EXCEEDED", // required
77
+ * // ErrorCode: "INVALID_INPUT" || "ACCESS_DENIED" || "NOT_FOUND" || "RESOURCE_NOT_FOUND" || "LIMIT_EXCEEDED", // required
78
78
  * // ErrorReason: "STRING_VALUE",
79
79
  * // },
80
80
  * // ],
@@ -57,7 +57,7 @@ declare const BatchUpdateStandardsControlAssociationsCommand_base: {
57
57
  * // AssociationStatus: "ENABLED" || "DISABLED", // required
58
58
  * // UpdatedReason: "STRING_VALUE",
59
59
  * // },
60
- * // ErrorCode: "INVALID_INPUT" || "ACCESS_DENIED" || "NOT_FOUND" || "LIMIT_EXCEEDED", // required
60
+ * // ErrorCode: "INVALID_INPUT" || "ACCESS_DENIED" || "NOT_FOUND" || "RESOURCE_NOT_FOUND" || "LIMIT_EXCEEDED", // required
61
61
  * // ErrorReason: "STRING_VALUE",
62
62
  * // },
63
63
  * // ],
@@ -4889,6 +4889,7 @@ export declare const UnprocessedErrorCode: {
4889
4889
  readonly INVALID_INPUT: "INVALID_INPUT";
4890
4890
  readonly LIMIT_EXCEEDED: "LIMIT_EXCEEDED";
4891
4891
  readonly NOT_FOUND: "NOT_FOUND";
4892
+ readonly RESOURCE_NOT_FOUND: "RESOURCE_NOT_FOUND";
4892
4893
  };
4893
4894
  /**
4894
4895
  * @public
@@ -1173,6 +1173,7 @@ export declare const UnprocessedErrorCode: {
1173
1173
  readonly INVALID_INPUT: "INVALID_INPUT";
1174
1174
  readonly LIMIT_EXCEEDED: "LIMIT_EXCEEDED";
1175
1175
  readonly NOT_FOUND: "NOT_FOUND";
1176
+ readonly RESOURCE_NOT_FOUND: "RESOURCE_NOT_FOUND";
1176
1177
  };
1177
1178
  export type UnprocessedErrorCode =
1178
1179
  (typeof UnprocessedErrorCode)[keyof typeof UnprocessedErrorCode];
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.882.0",
4
+ "version": "3.884.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": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.882.0",
24
- "@aws-sdk/credential-provider-node": "3.882.0",
23
+ "@aws-sdk/core": "3.883.0",
24
+ "@aws-sdk/credential-provider-node": "3.883.0",
25
25
  "@aws-sdk/middleware-host-header": "3.873.0",
26
26
  "@aws-sdk/middleware-logger": "3.876.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.873.0",
28
- "@aws-sdk/middleware-user-agent": "3.882.0",
28
+ "@aws-sdk/middleware-user-agent": "3.883.0",
29
29
  "@aws-sdk/region-config-resolver": "3.873.0",
30
30
  "@aws-sdk/types": "3.862.0",
31
31
  "@aws-sdk/util-endpoints": "3.879.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.873.0",
33
- "@aws-sdk/util-user-agent-node": "3.882.0",
33
+ "@aws-sdk/util-user-agent-node": "3.883.0",
34
34
  "@smithy/config-resolver": "^4.1.5",
35
35
  "@smithy/core": "^3.9.2",
36
36
  "@smithy/fetch-http-handler": "^5.1.1",