@aws-sdk/client-securityhub 3.883.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 +2 -1
- package/dist-es/models/models_2.js +1 -0
- package/dist-types/commands/BatchGetSecurityControlsCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetStandardsControlAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/BatchUpdateStandardsControlAssociationsCommand.d.ts +1 -1
- package/dist-types/models/models_2.d.ts +1 -0
- package/dist-types/ts3.4/models/models_2.d.ts +1 -0
- package/package.json +1 -1
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.
|
|
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",
|