@aws-sdk/client-securityhub 3.300.0 → 3.301.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-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/package.json +3 -3
|
@@ -28,7 +28,7 @@ export interface DeleteActionTargetCommandOutput extends DeleteActionTargetRespo
|
|
|
28
28
|
* import { SecurityHubClient, DeleteActionTargetCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
29
29
|
* // const { SecurityHubClient, DeleteActionTargetCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
30
30
|
* const client = new SecurityHubClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteActionTargetRequest
|
|
32
32
|
* ActionTargetArn: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteActionTargetCommand(input);
|
|
@@ -28,7 +28,7 @@ export interface DeleteFindingAggregatorCommandOutput extends DeleteFindingAggre
|
|
|
28
28
|
* import { SecurityHubClient, DeleteFindingAggregatorCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
29
29
|
* // const { SecurityHubClient, DeleteFindingAggregatorCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
30
30
|
* const client = new SecurityHubClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteFindingAggregatorRequest
|
|
32
32
|
* FindingAggregatorArn: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteFindingAggregatorCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteInsightCommandOutput extends DeleteInsightResponse, __Met
|
|
|
26
26
|
* import { SecurityHubClient, DeleteInsightCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
27
27
|
* // const { SecurityHubClient, DeleteInsightCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
28
28
|
* const client = new SecurityHubClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteInsightRequest
|
|
30
30
|
* InsightArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteInsightCommand(input);
|
|
@@ -29,8 +29,8 @@ export interface DeleteInvitationsCommandOutput extends DeleteInvitationsRespons
|
|
|
29
29
|
* import { SecurityHubClient, DeleteInvitationsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
30
30
|
* // const { SecurityHubClient, DeleteInvitationsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
31
31
|
* const client = new SecurityHubClient(config);
|
|
32
|
-
* const input = {
|
|
33
|
-
* AccountIds: [ // required
|
|
32
|
+
* const input = { // DeleteInvitationsRequest
|
|
33
|
+
* AccountIds: [ // AccountIdList // required
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
36
|
* };
|
|
@@ -28,8 +28,8 @@ export interface DeleteMembersCommandOutput extends DeleteMembersResponse, __Met
|
|
|
28
28
|
* import { SecurityHubClient, DeleteMembersCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
29
29
|
* // const { SecurityHubClient, DeleteMembersCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
30
30
|
* const client = new SecurityHubClient(config);
|
|
31
|
-
* const input = {
|
|
32
|
-
* AccountIds: [ // required
|
|
31
|
+
* const input = { // DeleteMembersRequest
|
|
32
|
+
* AccountIds: [ // AccountIdList // required
|
|
33
33
|
* "STRING_VALUE",
|
|
34
34
|
* ],
|
|
35
35
|
* };
|
|
@@ -26,8 +26,8 @@ export interface DescribeActionTargetsCommandOutput extends DescribeActionTarget
|
|
|
26
26
|
* import { SecurityHubClient, DescribeActionTargetsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
27
27
|
* // const { SecurityHubClient, DescribeActionTargetsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
28
28
|
* const client = new SecurityHubClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* ActionTargetArns: [
|
|
29
|
+
* const input = { // DescribeActionTargetsRequest
|
|
30
|
+
* ActionTargetArns: [ // ArnList
|
|
31
31
|
* "STRING_VALUE",
|
|
32
32
|
* ],
|
|
33
33
|
* NextToken: "STRING_VALUE",
|
|
@@ -27,7 +27,7 @@ export interface DescribeHubCommandOutput extends DescribeHubResponse, __Metadat
|
|
|
27
27
|
* import { SecurityHubClient, DescribeHubCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
28
28
|
* // const { SecurityHubClient, DescribeHubCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
29
29
|
* const client = new SecurityHubClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DescribeHubRequest
|
|
31
31
|
* HubArn: "STRING_VALUE",
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeHubCommand(input);
|
|
@@ -30,7 +30,7 @@ export interface DescribeProductsCommandOutput extends DescribeProductsResponse,
|
|
|
30
30
|
* import { SecurityHubClient, DescribeProductsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
31
31
|
* // const { SecurityHubClient, DescribeProductsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
32
32
|
* const client = new SecurityHubClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // DescribeProductsRequest
|
|
34
34
|
* NextToken: "STRING_VALUE",
|
|
35
35
|
* MaxResults: Number("int"),
|
|
36
36
|
* ProductArn: "STRING_VALUE",
|
|
@@ -27,7 +27,7 @@ export interface DescribeStandardsCommandOutput extends DescribeStandardsRespons
|
|
|
27
27
|
* import { SecurityHubClient, DescribeStandardsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
28
28
|
* // const { SecurityHubClient, DescribeStandardsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
29
29
|
* const client = new SecurityHubClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DescribeStandardsRequest
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* MaxResults: Number("int"),
|
|
33
33
|
* };
|
|
@@ -28,7 +28,7 @@ export interface DescribeStandardsControlsCommandOutput extends DescribeStandard
|
|
|
28
28
|
* import { SecurityHubClient, DescribeStandardsControlsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
29
29
|
* // const { SecurityHubClient, DescribeStandardsControlsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
30
30
|
* const client = new SecurityHubClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DescribeStandardsControlsRequest
|
|
32
32
|
* StandardsSubscriptionArn: "STRING_VALUE", // required
|
|
33
33
|
* NextToken: "STRING_VALUE",
|
|
34
34
|
* MaxResults: Number("int"),
|
|
@@ -27,7 +27,7 @@ export interface DisableImportFindingsForProductCommandOutput extends DisableImp
|
|
|
27
27
|
* import { SecurityHubClient, DisableImportFindingsForProductCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
28
28
|
* // const { SecurityHubClient, DisableImportFindingsForProductCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
29
29
|
* const client = new SecurityHubClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DisableImportFindingsForProductRequest
|
|
31
31
|
* ProductSubscriptionArn: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DisableImportFindingsForProductCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DisableOrganizationAdminAccountCommandOutput extends DisableOrg
|
|
|
27
27
|
* import { SecurityHubClient, DisableOrganizationAdminAccountCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
28
28
|
* // const { SecurityHubClient, DisableOrganizationAdminAccountCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
29
29
|
* const client = new SecurityHubClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DisableOrganizationAdminAccountRequest
|
|
31
31
|
* AdminAccountId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DisableOrganizationAdminAccountCommand(input);
|
|
@@ -28,8 +28,8 @@ export interface DisassociateMembersCommandOutput extends DisassociateMembersRes
|
|
|
28
28
|
* import { SecurityHubClient, DisassociateMembersCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
29
29
|
* // const { SecurityHubClient, DisassociateMembersCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
30
30
|
* const client = new SecurityHubClient(config);
|
|
31
|
-
* const input = {
|
|
32
|
-
* AccountIds: [ // required
|
|
31
|
+
* const input = { // DisassociateMembersRequest
|
|
32
|
+
* AccountIds: [ // AccountIdList // required
|
|
33
33
|
* "STRING_VALUE",
|
|
34
34
|
* ],
|
|
35
35
|
* };
|
|
@@ -29,7 +29,7 @@ export interface EnableImportFindingsForProductCommandOutput extends EnableImpor
|
|
|
29
29
|
* import { SecurityHubClient, EnableImportFindingsForProductCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
30
30
|
* // const { SecurityHubClient, EnableImportFindingsForProductCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
31
31
|
* const client = new SecurityHubClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // EnableImportFindingsForProductRequest
|
|
33
33
|
* ProductArn: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new EnableImportFindingsForProductCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface EnableOrganizationAdminAccountCommandOutput extends EnableOrgan
|
|
|
27
27
|
* import { SecurityHubClient, EnableOrganizationAdminAccountCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
28
28
|
* // const { SecurityHubClient, EnableOrganizationAdminAccountCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
29
29
|
* const client = new SecurityHubClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // EnableOrganizationAdminAccountRequest
|
|
31
31
|
* AdminAccountId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new EnableOrganizationAdminAccountCommand(input);
|
|
@@ -45,8 +45,8 @@ export interface EnableSecurityHubCommandOutput extends EnableSecurityHubRespons
|
|
|
45
45
|
* import { SecurityHubClient, EnableSecurityHubCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
46
46
|
* // const { SecurityHubClient, EnableSecurityHubCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
47
47
|
* const client = new SecurityHubClient(config);
|
|
48
|
-
* const input = {
|
|
49
|
-
* Tags: {
|
|
48
|
+
* const input = { // EnableSecurityHubRequest
|
|
49
|
+
* Tags: { // TagMap
|
|
50
50
|
* "<keys>": "STRING_VALUE",
|
|
51
51
|
* },
|
|
52
52
|
* EnableDefaultStandards: true || false,
|
|
@@ -26,8 +26,8 @@ export interface GetEnabledStandardsCommandOutput extends GetEnabledStandardsRes
|
|
|
26
26
|
* import { SecurityHubClient, GetEnabledStandardsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
27
27
|
* // const { SecurityHubClient, GetEnabledStandardsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
28
28
|
* const client = new SecurityHubClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* StandardsSubscriptionArns: [
|
|
29
|
+
* const input = { // GetEnabledStandardsRequest
|
|
30
|
+
* StandardsSubscriptionArns: [ // StandardsSubscriptionArns
|
|
31
31
|
* "STRING_VALUE",
|
|
32
32
|
* ],
|
|
33
33
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface GetFindingAggregatorCommandOutput extends GetFindingAggregatorR
|
|
|
26
26
|
* import { SecurityHubClient, GetFindingAggregatorCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
27
27
|
* // const { SecurityHubClient, GetFindingAggregatorCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
28
28
|
* const client = new SecurityHubClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetFindingAggregatorRequest
|
|
30
30
|
* FindingAggregatorArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetFindingAggregatorCommand(input);
|