@aws-sdk/client-securityhub 3.300.0 → 3.303.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/models/models_0.js +12 -15
- package/dist-cjs/models/models_1.js +145 -169
- package/dist-cjs/models/models_2.js +13 -16
- package/dist-es/models/models_0.js +12 -15
- package/dist-es/models/models_1.js +145 -169
- package/dist-es/models/models_2.js +13 -16
- package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +1 -1
- package/dist-types/commands/AcceptInvitationCommand.d.ts +1 -1
- package/dist-types/commands/BatchDisableStandardsCommand.d.ts +2 -2
- package/dist-types/commands/BatchEnableStandardsCommand.d.ts +4 -4
- package/dist-types/commands/BatchGetSecurityControlsCommand.d.ts +2 -2
- package/dist-types/commands/BatchGetStandardsControlAssociationsCommand.d.ts +3 -3
- package/dist-types/commands/BatchImportFindingsCommand.d.ts +836 -1117
- package/dist-types/commands/BatchUpdateFindingsCommand.d.ts +10 -10
- package/dist-types/commands/BatchUpdateStandardsControlAssociationsCommand.d.ts +3 -3
- package/dist-types/commands/CreateActionTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFindingAggregatorCommand.d.ts +2 -2
- package/dist-types/commands/CreateInsightCommand.d.ts +91 -474
- package/dist-types/commands/CreateMembersCommand.d.ts +3 -3
- package/dist-types/commands/DeclineInvitationsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteActionTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFindingAggregatorCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInsightCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInvitationsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteMembersCommand.d.ts +2 -2
- package/dist-types/commands/DescribeActionTargetsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeHubCommand.d.ts +1 -1
- package/dist-types/commands/DescribeProductsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStandardsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStandardsControlsCommand.d.ts +1 -1
- package/dist-types/commands/DisableImportFindingsForProductCommand.d.ts +1 -1
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateMembersCommand.d.ts +2 -2
- package/dist-types/commands/EnableImportFindingsForProductCommand.d.ts +1 -1
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/EnableSecurityHubCommand.d.ts +2 -2
- package/dist-types/commands/GetEnabledStandardsCommand.d.ts +2 -2
- package/dist-types/commands/GetFindingAggregatorCommand.d.ts +1 -1
- package/dist-types/commands/GetFindingsCommand.d.ts +93 -476
- package/dist-types/commands/GetInsightResultsCommand.d.ts +1 -1
- package/dist-types/commands/GetInsightsCommand.d.ts +2 -2
- package/dist-types/commands/GetMembersCommand.d.ts +2 -2
- package/dist-types/commands/InviteMembersCommand.d.ts +2 -2
- package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
- package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +1 -1
- package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
- package/dist-types/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityControlDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListStandardsControlAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateActionTargetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFindingAggregatorCommand.d.ts +2 -2
- package/dist-types/commands/UpdateFindingsCommand.d.ts +92 -475
- package/dist-types/commands/UpdateInsightCommand.d.ts +91 -474
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityHubConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStandardsControlCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +27 -12
- package/dist-types/models/models_1.d.ts +265 -145
- package/dist-types/models/models_2.d.ts +28 -13
- package/dist-types/ts3.4/models/models_0.d.ts +17 -12
- package/dist-types/ts3.4/models/models_1.d.ts +185 -145
- package/dist-types/ts3.4/models/models_2.d.ts +18 -13
- package/package.json +34 -34
|
@@ -84,18 +84,18 @@ export interface BatchUpdateFindingsCommandOutput extends BatchUpdateFindingsRes
|
|
|
84
84
|
* import { SecurityHubClient, BatchUpdateFindingsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
85
85
|
* // const { SecurityHubClient, BatchUpdateFindingsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
86
86
|
* const client = new SecurityHubClient(config);
|
|
87
|
-
* const input = {
|
|
88
|
-
* FindingIdentifiers: [ // required
|
|
89
|
-
* {
|
|
87
|
+
* const input = { // BatchUpdateFindingsRequest
|
|
88
|
+
* FindingIdentifiers: [ // AwsSecurityFindingIdentifierList // required
|
|
89
|
+
* { // AwsSecurityFindingIdentifier
|
|
90
90
|
* Id: "STRING_VALUE", // required
|
|
91
91
|
* ProductArn: "STRING_VALUE", // required
|
|
92
92
|
* },
|
|
93
93
|
* ],
|
|
94
|
-
* Note: {
|
|
94
|
+
* Note: { // NoteUpdate
|
|
95
95
|
* Text: "STRING_VALUE", // required
|
|
96
96
|
* UpdatedBy: "STRING_VALUE", // required
|
|
97
97
|
* },
|
|
98
|
-
* Severity: {
|
|
98
|
+
* Severity: { // SeverityUpdate
|
|
99
99
|
* Normalized: Number("int"),
|
|
100
100
|
* Product: Number("double"),
|
|
101
101
|
* Label: "INFORMATIONAL" || "LOW" || "MEDIUM" || "HIGH" || "CRITICAL",
|
|
@@ -103,17 +103,17 @@ export interface BatchUpdateFindingsCommandOutput extends BatchUpdateFindingsRes
|
|
|
103
103
|
* VerificationState: "UNKNOWN" || "TRUE_POSITIVE" || "FALSE_POSITIVE" || "BENIGN_POSITIVE",
|
|
104
104
|
* Confidence: Number("int"),
|
|
105
105
|
* Criticality: Number("int"),
|
|
106
|
-
* Types: [
|
|
106
|
+
* Types: [ // TypeList
|
|
107
107
|
* "STRING_VALUE",
|
|
108
108
|
* ],
|
|
109
|
-
* UserDefinedFields: {
|
|
109
|
+
* UserDefinedFields: { // FieldMap
|
|
110
110
|
* "<keys>": "STRING_VALUE",
|
|
111
111
|
* },
|
|
112
|
-
* Workflow: {
|
|
112
|
+
* Workflow: { // WorkflowUpdate
|
|
113
113
|
* Status: "NEW" || "NOTIFIED" || "RESOLVED" || "SUPPRESSED",
|
|
114
114
|
* },
|
|
115
|
-
* RelatedFindings: [
|
|
116
|
-
* {
|
|
115
|
+
* RelatedFindings: [ // RelatedFindingList
|
|
116
|
+
* { // RelatedFinding
|
|
117
117
|
* ProductArn: "STRING_VALUE", // required
|
|
118
118
|
* Id: "STRING_VALUE", // required
|
|
119
119
|
* },
|
|
@@ -28,9 +28,9 @@ export interface BatchUpdateStandardsControlAssociationsCommandOutput extends Ba
|
|
|
28
28
|
* import { SecurityHubClient, BatchUpdateStandardsControlAssociationsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
29
29
|
* // const { SecurityHubClient, BatchUpdateStandardsControlAssociationsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
30
30
|
* const client = new SecurityHubClient(config);
|
|
31
|
-
* const input = {
|
|
32
|
-
* StandardsControlAssociationUpdates: [ // required
|
|
33
|
-
* {
|
|
31
|
+
* const input = { // BatchUpdateStandardsControlAssociationsRequest
|
|
32
|
+
* StandardsControlAssociationUpdates: [ // StandardsControlAssociationUpdates // required
|
|
33
|
+
* { // StandardsControlAssociationUpdate
|
|
34
34
|
* StandardsArn: "STRING_VALUE", // required
|
|
35
35
|
* SecurityControlId: "STRING_VALUE", // required
|
|
36
36
|
* AssociationStatus: "ENABLED" || "DISABLED", // required
|
|
@@ -28,7 +28,7 @@ export interface CreateActionTargetCommandOutput extends CreateActionTargetRespo
|
|
|
28
28
|
* import { SecurityHubClient, CreateActionTargetCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
29
29
|
* // const { SecurityHubClient, CreateActionTargetCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
30
30
|
* const client = new SecurityHubClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // CreateActionTargetRequest
|
|
32
32
|
* Name: "STRING_VALUE", // required
|
|
33
33
|
* Description: "STRING_VALUE", // required
|
|
34
34
|
* Id: "STRING_VALUE", // required
|
|
@@ -28,9 +28,9 @@ export interface CreateFindingAggregatorCommandOutput extends CreateFindingAggre
|
|
|
28
28
|
* import { SecurityHubClient, CreateFindingAggregatorCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
29
29
|
* // const { SecurityHubClient, CreateFindingAggregatorCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
30
30
|
* const client = new SecurityHubClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // CreateFindingAggregatorRequest
|
|
32
32
|
* RegionLinkingMode: "STRING_VALUE", // required
|
|
33
|
-
* Regions: [
|
|
33
|
+
* Regions: [ // StringList
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
36
|
* };
|