@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
|
@@ -30,8 +30,8 @@ export interface GetMembersCommandOutput extends GetMembersResponse, __MetadataB
|
|
|
30
30
|
* import { SecurityHubClient, GetMembersCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
31
31
|
* // const { SecurityHubClient, GetMembersCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
32
32
|
* const client = new SecurityHubClient(config);
|
|
33
|
-
* const input = {
|
|
34
|
-
* AccountIds: [ // required
|
|
33
|
+
* const input = { // GetMembersRequest
|
|
34
|
+
* AccountIds: [ // AccountIdList // required
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
37
|
* };
|
|
@@ -32,8 +32,8 @@ export interface InviteMembersCommandOutput extends InviteMembersResponse, __Met
|
|
|
32
32
|
* import { SecurityHubClient, InviteMembersCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
33
33
|
* // const { SecurityHubClient, InviteMembersCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
34
34
|
* const client = new SecurityHubClient(config);
|
|
35
|
-
* const input = {
|
|
36
|
-
* AccountIds: [ // required
|
|
35
|
+
* const input = { // InviteMembersRequest
|
|
36
|
+
* AccountIds: [ // AccountIdList // required
|
|
37
37
|
* "STRING_VALUE",
|
|
38
38
|
* ],
|
|
39
39
|
* };
|
|
@@ -27,7 +27,7 @@ export interface ListEnabledProductsForImportCommandOutput extends ListEnabledPr
|
|
|
27
27
|
* import { SecurityHubClient, ListEnabledProductsForImportCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
28
28
|
* // const { SecurityHubClient, ListEnabledProductsForImportCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
29
29
|
* const client = new SecurityHubClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListEnabledProductsForImportRequest
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* MaxResults: Number("int"),
|
|
33
33
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListFindingAggregatorsCommandOutput extends ListFindingAggregat
|
|
|
26
26
|
* import { SecurityHubClient, ListFindingAggregatorsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
27
27
|
* // const { SecurityHubClient, ListFindingAggregatorsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
28
28
|
* const client = new SecurityHubClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListFindingAggregatorsRequest
|
|
30
30
|
* NextToken: "STRING_VALUE",
|
|
31
31
|
* MaxResults: Number("int"),
|
|
32
32
|
* };
|
|
@@ -28,7 +28,7 @@ export interface ListInvitationsCommandOutput extends ListInvitationsResponse, _
|
|
|
28
28
|
* import { SecurityHubClient, ListInvitationsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
29
29
|
* // const { SecurityHubClient, ListInvitationsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
30
30
|
* const client = new SecurityHubClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ListInvitationsRequest
|
|
32
32
|
* MaxResults: Number("int"),
|
|
33
33
|
* NextToken: "STRING_VALUE",
|
|
34
34
|
* };
|
|
@@ -29,7 +29,7 @@ export interface ListMembersCommandOutput extends ListMembersResponse, __Metadat
|
|
|
29
29
|
* import { SecurityHubClient, ListMembersCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
30
30
|
* // const { SecurityHubClient, ListMembersCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
31
31
|
* const client = new SecurityHubClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // ListMembersRequest
|
|
33
33
|
* OnlyAssociated: true || false,
|
|
34
34
|
* MaxResults: Number("int"),
|
|
35
35
|
* NextToken: "STRING_VALUE",
|
|
@@ -27,7 +27,7 @@ export interface ListOrganizationAdminAccountsCommandOutput extends ListOrganiza
|
|
|
27
27
|
* import { SecurityHubClient, ListOrganizationAdminAccountsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
28
28
|
* // const { SecurityHubClient, ListOrganizationAdminAccountsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
29
29
|
* const client = new SecurityHubClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListOrganizationAdminAccountsRequest
|
|
31
31
|
* MaxResults: Number("int"),
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
33
33
|
* };
|
|
@@ -28,7 +28,7 @@ export interface ListSecurityControlDefinitionsCommandOutput extends ListSecurit
|
|
|
28
28
|
* import { SecurityHubClient, ListSecurityControlDefinitionsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
29
29
|
* // const { SecurityHubClient, ListSecurityControlDefinitionsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
30
30
|
* const client = new SecurityHubClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ListSecurityControlDefinitionsRequest
|
|
32
32
|
* StandardsArn: "STRING_VALUE",
|
|
33
33
|
* NextToken: "STRING_VALUE",
|
|
34
34
|
* MaxResults: Number("int"),
|
|
@@ -28,7 +28,7 @@ export interface ListStandardsControlAssociationsCommandOutput extends ListStand
|
|
|
28
28
|
* import { SecurityHubClient, ListStandardsControlAssociationsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
29
29
|
* // const { SecurityHubClient, ListStandardsControlAssociationsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
30
30
|
* const client = new SecurityHubClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ListStandardsControlAssociationsRequest
|
|
32
32
|
* SecurityControlId: "STRING_VALUE", // required
|
|
33
33
|
* NextToken: "STRING_VALUE",
|
|
34
34
|
* MaxResults: Number("int"),
|
|
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
26
26
|
* import { SecurityHubClient, ListTagsForResourceCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
27
27
|
* // const { SecurityHubClient, ListTagsForResourceCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
28
28
|
* const client = new SecurityHubClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListTagsForResourceRequest
|
|
30
30
|
* ResourceArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ListTagsForResourceCommand(input);
|
|
@@ -26,9 +26,9 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
26
26
|
* import { SecurityHubClient, TagResourceCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
27
27
|
* // const { SecurityHubClient, TagResourceCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
28
28
|
* const client = new SecurityHubClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // TagResourceRequest
|
|
30
30
|
* ResourceArn: "STRING_VALUE", // required
|
|
31
|
-
* Tags: { // required
|
|
31
|
+
* Tags: { // TagMap // required
|
|
32
32
|
* "<keys>": "STRING_VALUE",
|
|
33
33
|
* },
|
|
34
34
|
* };
|
|
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
26
26
|
* import { SecurityHubClient, UntagResourceCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
27
27
|
* // const { SecurityHubClient, UntagResourceCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
28
28
|
* const client = new SecurityHubClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UntagResourceRequest
|
|
30
30
|
* ResourceArn: "STRING_VALUE", // required
|
|
31
|
-
* TagKeys: [ // required
|
|
31
|
+
* TagKeys: [ // TagKeyList // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -26,7 +26,7 @@ export interface UpdateActionTargetCommandOutput extends UpdateActionTargetRespo
|
|
|
26
26
|
* import { SecurityHubClient, UpdateActionTargetCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
27
27
|
* // const { SecurityHubClient, UpdateActionTargetCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
28
28
|
* const client = new SecurityHubClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateActionTargetRequest
|
|
30
30
|
* ActionTargetArn: "STRING_VALUE", // required
|
|
31
31
|
* Name: "STRING_VALUE",
|
|
32
32
|
* Description: "STRING_VALUE",
|
|
@@ -28,10 +28,10 @@ export interface UpdateFindingAggregatorCommandOutput extends UpdateFindingAggre
|
|
|
28
28
|
* import { SecurityHubClient, UpdateFindingAggregatorCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
29
29
|
* // const { SecurityHubClient, UpdateFindingAggregatorCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
30
30
|
* const client = new SecurityHubClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // UpdateFindingAggregatorRequest
|
|
32
32
|
* FindingAggregatorArn: "STRING_VALUE", // required
|
|
33
33
|
* RegionLinkingMode: "STRING_VALUE", // required
|
|
34
|
-
* Regions: [
|
|
34
|
+
* Regions: [ // StringList
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
37
|
* };
|