@aws-sdk/client-securityhub 3.458.0 → 3.460.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/README.md +80 -0
- package/dist-cjs/SecurityHub.js +20 -0
- package/dist-cjs/commands/BatchGetConfigurationPolicyAssociationsCommand.js +51 -0
- package/dist-cjs/commands/CreateConfigurationPolicyCommand.js +51 -0
- package/dist-cjs/commands/DeleteConfigurationPolicyCommand.js +51 -0
- package/dist-cjs/commands/GetConfigurationPolicyAssociationCommand.js +51 -0
- package/dist-cjs/commands/GetConfigurationPolicyCommand.js +51 -0
- package/dist-cjs/commands/ListConfigurationPoliciesCommand.js +51 -0
- package/dist-cjs/commands/ListConfigurationPolicyAssociationsCommand.js +51 -0
- package/dist-cjs/commands/StartConfigurationPolicyAssociationCommand.js +51 -0
- package/dist-cjs/commands/StartConfigurationPolicyDisassociationCommand.js +51 -0
- package/dist-cjs/commands/UpdateConfigurationPolicyCommand.js +51 -0
- package/dist-cjs/commands/index.js +10 -0
- package/dist-cjs/models/models_0.js +10 -1
- package/dist-cjs/models/models_2.js +34 -1
- package/dist-cjs/pagination/ListConfigurationPoliciesPaginator.js +29 -0
- package/dist-cjs/pagination/ListConfigurationPolicyAssociationsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +943 -35
- package/dist-es/SecurityHub.js +20 -0
- package/dist-es/commands/BatchGetConfigurationPolicyAssociationsCommand.js +47 -0
- package/dist-es/commands/CreateConfigurationPolicyCommand.js +47 -0
- package/dist-es/commands/DeleteConfigurationPolicyCommand.js +47 -0
- package/dist-es/commands/GetConfigurationPolicyAssociationCommand.js +47 -0
- package/dist-es/commands/GetConfigurationPolicyCommand.js +47 -0
- package/dist-es/commands/ListConfigurationPoliciesCommand.js +47 -0
- package/dist-es/commands/ListConfigurationPolicyAssociationsCommand.js +47 -0
- package/dist-es/commands/StartConfigurationPolicyAssociationCommand.js +47 -0
- package/dist-es/commands/StartConfigurationPolicyDisassociationCommand.js +47 -0
- package/dist-es/commands/UpdateConfigurationPolicyCommand.js +47 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/models_0.js +9 -0
- package/dist-es/models/models_2.js +33 -0
- package/dist-es/pagination/ListConfigurationPoliciesPaginator.js +25 -0
- package/dist-es/pagination/ListConfigurationPolicyAssociationsPaginator.js +25 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +920 -33
- package/dist-types/SecurityHub.d.ts +70 -0
- package/dist-types/SecurityHubClient.d.ts +12 -2
- package/dist-types/commands/BatchDisableStandardsCommand.d.ts +3 -0
- package/dist-types/commands/BatchEnableStandardsCommand.d.ts +3 -0
- package/dist-types/commands/BatchGetAutomationRulesCommand.d.ts +3 -0
- package/dist-types/commands/BatchGetConfigurationPolicyAssociationsCommand.d.ts +176 -0
- package/dist-types/commands/BatchGetSecurityControlsCommand.d.ts +22 -2
- package/dist-types/commands/BatchImportFindingsCommand.d.ts +4 -0
- package/dist-types/commands/BatchUpdateAutomationRulesCommand.d.ts +3 -0
- package/dist-types/commands/BatchUpdateStandardsControlAssociationsCommand.d.ts +3 -0
- package/dist-types/commands/CreateAutomationRuleCommand.d.ts +3 -0
- package/dist-types/commands/CreateConfigurationPolicyCommand.d.ts +265 -0
- package/dist-types/commands/CreateInsightCommand.d.ts +3 -0
- package/dist-types/commands/CreateMembersCommand.d.ts +3 -0
- package/dist-types/commands/DeleteConfigurationPolicyCommand.d.ts +109 -0
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +27 -2
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +3 -0
- package/dist-types/commands/DisableSecurityHubCommand.d.ts +3 -0
- package/dist-types/commands/DisassociateMembersCommand.d.ts +3 -0
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +3 -0
- package/dist-types/commands/GetConfigurationPolicyAssociationCommand.d.ts +131 -0
- package/dist-types/commands/GetConfigurationPolicyCommand.d.ts +191 -0
- package/dist-types/commands/GetFindingsCommand.d.ts +7 -0
- package/dist-types/commands/GetInsightsCommand.d.ts +3 -0
- package/dist-types/commands/GetSecurityControlDefinitionCommand.d.ts +35 -0
- package/dist-types/commands/ListConfigurationPoliciesCommand.d.ts +131 -0
- package/dist-types/commands/ListConfigurationPolicyAssociationsCommand.d.ts +140 -0
- package/dist-types/commands/ListSecurityControlDefinitionsCommand.d.ts +6 -0
- package/dist-types/commands/StartConfigurationPolicyAssociationCommand.d.ts +133 -0
- package/dist-types/commands/StartConfigurationPolicyDisassociationCommand.d.ts +116 -0
- package/dist-types/commands/UpdateConfigurationPolicyCommand.d.ts +271 -0
- package/dist-types/commands/UpdateFindingsCommand.d.ts +3 -0
- package/dist-types/commands/UpdateInsightCommand.d.ts +3 -0
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +16 -2
- package/dist-types/commands/UpdateSecurityControlCommand.d.ts +23 -0
- package/dist-types/commands/UpdateSecurityHubConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/UpdateStandardsControlCommand.d.ts +3 -0
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +86 -192
- package/dist-types/models/models_1.d.ts +192 -49
- package/dist-types/models/models_2.d.ts +1180 -37
- package/dist-types/pagination/ListConfigurationPoliciesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListConfigurationPolicyAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +90 -0
- package/dist-types/ts3.4/SecurityHub.d.ts +200 -0
- package/dist-types/ts3.4/SecurityHubClient.d.ts +60 -0
- package/dist-types/ts3.4/commands/BatchGetConfigurationPolicyAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateConfigurationPolicyCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationPolicyCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetConfigurationPolicyAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetConfigurationPolicyCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListConfigurationPoliciesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListConfigurationPolicyAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartConfigurationPolicyAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartConfigurationPolicyDisassociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationPolicyCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +21 -26
- package/dist-types/ts3.4/models/models_1.d.ts +32 -9
- package/dist-types/ts3.4/models/models_2.d.ts +243 -4
- package/dist-types/ts3.4/pagination/ListConfigurationPoliciesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListConfigurationPolicyAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +120 -0
- package/package.json +12 -12
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListConfigurationPoliciesCommandInput, ListConfigurationPoliciesCommandOutput } from "../commands/ListConfigurationPoliciesCommand";
|
|
3
|
+
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListConfigurationPolicies(config: SecurityHubPaginationConfiguration, input: ListConfigurationPoliciesCommandInput, ...additionalArguments: any): Paginator<ListConfigurationPoliciesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListConfigurationPolicyAssociationsCommandInput, ListConfigurationPolicyAssociationsCommandOutput } from "../commands/ListConfigurationPolicyAssociationsCommand";
|
|
3
|
+
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListConfigurationPolicyAssociations(config: SecurityHubPaginationConfiguration, input: ListConfigurationPolicyAssociationsCommandInput, ...additionalArguments: any): Paginator<ListConfigurationPolicyAssociationsCommandOutput>;
|
|
@@ -7,6 +7,8 @@ export * from "./GetFindingHistoryPaginator";
|
|
|
7
7
|
export * from "./GetFindingsPaginator";
|
|
8
8
|
export * from "./GetInsightsPaginator";
|
|
9
9
|
export * from "./Interfaces";
|
|
10
|
+
export * from "./ListConfigurationPoliciesPaginator";
|
|
11
|
+
export * from "./ListConfigurationPolicyAssociationsPaginator";
|
|
10
12
|
export * from "./ListEnabledProductsForImportPaginator";
|
|
11
13
|
export * from "./ListFindingAggregatorsPaginator";
|
|
12
14
|
export * from "./ListInvitationsPaginator";
|
|
@@ -6,6 +6,7 @@ import { BatchDeleteAutomationRulesCommandInput, BatchDeleteAutomationRulesComma
|
|
|
6
6
|
import { BatchDisableStandardsCommandInput, BatchDisableStandardsCommandOutput } from "../commands/BatchDisableStandardsCommand";
|
|
7
7
|
import { BatchEnableStandardsCommandInput, BatchEnableStandardsCommandOutput } from "../commands/BatchEnableStandardsCommand";
|
|
8
8
|
import { BatchGetAutomationRulesCommandInput, BatchGetAutomationRulesCommandOutput } from "../commands/BatchGetAutomationRulesCommand";
|
|
9
|
+
import { BatchGetConfigurationPolicyAssociationsCommandInput, BatchGetConfigurationPolicyAssociationsCommandOutput } from "../commands/BatchGetConfigurationPolicyAssociationsCommand";
|
|
9
10
|
import { BatchGetSecurityControlsCommandInput, BatchGetSecurityControlsCommandOutput } from "../commands/BatchGetSecurityControlsCommand";
|
|
10
11
|
import { BatchGetStandardsControlAssociationsCommandInput, BatchGetStandardsControlAssociationsCommandOutput } from "../commands/BatchGetStandardsControlAssociationsCommand";
|
|
11
12
|
import { BatchImportFindingsCommandInput, BatchImportFindingsCommandOutput } from "../commands/BatchImportFindingsCommand";
|
|
@@ -14,11 +15,13 @@ import { BatchUpdateFindingsCommandInput, BatchUpdateFindingsCommandOutput } fro
|
|
|
14
15
|
import { BatchUpdateStandardsControlAssociationsCommandInput, BatchUpdateStandardsControlAssociationsCommandOutput } from "../commands/BatchUpdateStandardsControlAssociationsCommand";
|
|
15
16
|
import { CreateActionTargetCommandInput, CreateActionTargetCommandOutput } from "../commands/CreateActionTargetCommand";
|
|
16
17
|
import { CreateAutomationRuleCommandInput, CreateAutomationRuleCommandOutput } from "../commands/CreateAutomationRuleCommand";
|
|
18
|
+
import { CreateConfigurationPolicyCommandInput, CreateConfigurationPolicyCommandOutput } from "../commands/CreateConfigurationPolicyCommand";
|
|
17
19
|
import { CreateFindingAggregatorCommandInput, CreateFindingAggregatorCommandOutput } from "../commands/CreateFindingAggregatorCommand";
|
|
18
20
|
import { CreateInsightCommandInput, CreateInsightCommandOutput } from "../commands/CreateInsightCommand";
|
|
19
21
|
import { CreateMembersCommandInput, CreateMembersCommandOutput } from "../commands/CreateMembersCommand";
|
|
20
22
|
import { DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput } from "../commands/DeclineInvitationsCommand";
|
|
21
23
|
import { DeleteActionTargetCommandInput, DeleteActionTargetCommandOutput } from "../commands/DeleteActionTargetCommand";
|
|
24
|
+
import { DeleteConfigurationPolicyCommandInput, DeleteConfigurationPolicyCommandOutput } from "../commands/DeleteConfigurationPolicyCommand";
|
|
22
25
|
import { DeleteFindingAggregatorCommandInput, DeleteFindingAggregatorCommandOutput } from "../commands/DeleteFindingAggregatorCommand";
|
|
23
26
|
import { DeleteInsightCommandInput, DeleteInsightCommandOutput } from "../commands/DeleteInsightCommand";
|
|
24
27
|
import { DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput } from "../commands/DeleteInvitationsCommand";
|
|
@@ -39,6 +42,8 @@ import { EnableImportFindingsForProductCommandInput, EnableImportFindingsForProd
|
|
|
39
42
|
import { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "../commands/EnableOrganizationAdminAccountCommand";
|
|
40
43
|
import { EnableSecurityHubCommandInput, EnableSecurityHubCommandOutput } from "../commands/EnableSecurityHubCommand";
|
|
41
44
|
import { GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput } from "../commands/GetAdministratorAccountCommand";
|
|
45
|
+
import { GetConfigurationPolicyAssociationCommandInput, GetConfigurationPolicyAssociationCommandOutput } from "../commands/GetConfigurationPolicyAssociationCommand";
|
|
46
|
+
import { GetConfigurationPolicyCommandInput, GetConfigurationPolicyCommandOutput } from "../commands/GetConfigurationPolicyCommand";
|
|
42
47
|
import { GetEnabledStandardsCommandInput, GetEnabledStandardsCommandOutput } from "../commands/GetEnabledStandardsCommand";
|
|
43
48
|
import { GetFindingAggregatorCommandInput, GetFindingAggregatorCommandOutput } from "../commands/GetFindingAggregatorCommand";
|
|
44
49
|
import { GetFindingHistoryCommandInput, GetFindingHistoryCommandOutput } from "../commands/GetFindingHistoryCommand";
|
|
@@ -51,6 +56,8 @@ import { GetMembersCommandInput, GetMembersCommandOutput } from "../commands/Get
|
|
|
51
56
|
import { GetSecurityControlDefinitionCommandInput, GetSecurityControlDefinitionCommandOutput } from "../commands/GetSecurityControlDefinitionCommand";
|
|
52
57
|
import { InviteMembersCommandInput, InviteMembersCommandOutput } from "../commands/InviteMembersCommand";
|
|
53
58
|
import { ListAutomationRulesCommandInput, ListAutomationRulesCommandOutput } from "../commands/ListAutomationRulesCommand";
|
|
59
|
+
import { ListConfigurationPoliciesCommandInput, ListConfigurationPoliciesCommandOutput } from "../commands/ListConfigurationPoliciesCommand";
|
|
60
|
+
import { ListConfigurationPolicyAssociationsCommandInput, ListConfigurationPolicyAssociationsCommandOutput } from "../commands/ListConfigurationPolicyAssociationsCommand";
|
|
54
61
|
import { ListEnabledProductsForImportCommandInput, ListEnabledProductsForImportCommandOutput } from "../commands/ListEnabledProductsForImportCommand";
|
|
55
62
|
import { ListFindingAggregatorsCommandInput, ListFindingAggregatorsCommandOutput } from "../commands/ListFindingAggregatorsCommand";
|
|
56
63
|
import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "../commands/ListInvitationsCommand";
|
|
@@ -59,9 +66,12 @@ import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccount
|
|
|
59
66
|
import { ListSecurityControlDefinitionsCommandInput, ListSecurityControlDefinitionsCommandOutput } from "../commands/ListSecurityControlDefinitionsCommand";
|
|
60
67
|
import { ListStandardsControlAssociationsCommandInput, ListStandardsControlAssociationsCommandOutput } from "../commands/ListStandardsControlAssociationsCommand";
|
|
61
68
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
69
|
+
import { StartConfigurationPolicyAssociationCommandInput, StartConfigurationPolicyAssociationCommandOutput } from "../commands/StartConfigurationPolicyAssociationCommand";
|
|
70
|
+
import { StartConfigurationPolicyDisassociationCommandInput, StartConfigurationPolicyDisassociationCommandOutput } from "../commands/StartConfigurationPolicyDisassociationCommand";
|
|
62
71
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
63
72
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
64
73
|
import { UpdateActionTargetCommandInput, UpdateActionTargetCommandOutput } from "../commands/UpdateActionTargetCommand";
|
|
74
|
+
import { UpdateConfigurationPolicyCommandInput, UpdateConfigurationPolicyCommandOutput } from "../commands/UpdateConfigurationPolicyCommand";
|
|
65
75
|
import { UpdateFindingAggregatorCommandInput, UpdateFindingAggregatorCommandOutput } from "../commands/UpdateFindingAggregatorCommand";
|
|
66
76
|
import { UpdateFindingsCommandInput, UpdateFindingsCommandOutput } from "../commands/UpdateFindingsCommand";
|
|
67
77
|
import { UpdateInsightCommandInput, UpdateInsightCommandOutput } from "../commands/UpdateInsightCommand";
|
|
@@ -93,6 +103,10 @@ export declare const se_BatchEnableStandardsCommand: (input: BatchEnableStandard
|
|
|
93
103
|
* serializeAws_restJson1BatchGetAutomationRulesCommand
|
|
94
104
|
*/
|
|
95
105
|
export declare const se_BatchGetAutomationRulesCommand: (input: BatchGetAutomationRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
+
/**
|
|
107
|
+
* serializeAws_restJson1BatchGetConfigurationPolicyAssociationsCommand
|
|
108
|
+
*/
|
|
109
|
+
export declare const se_BatchGetConfigurationPolicyAssociationsCommand: (input: BatchGetConfigurationPolicyAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
110
|
/**
|
|
97
111
|
* serializeAws_restJson1BatchGetSecurityControlsCommand
|
|
98
112
|
*/
|
|
@@ -125,6 +139,10 @@ export declare const se_CreateActionTargetCommand: (input: CreateActionTargetCom
|
|
|
125
139
|
* serializeAws_restJson1CreateAutomationRuleCommand
|
|
126
140
|
*/
|
|
127
141
|
export declare const se_CreateAutomationRuleCommand: (input: CreateAutomationRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
|
+
/**
|
|
143
|
+
* serializeAws_restJson1CreateConfigurationPolicyCommand
|
|
144
|
+
*/
|
|
145
|
+
export declare const se_CreateConfigurationPolicyCommand: (input: CreateConfigurationPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
128
146
|
/**
|
|
129
147
|
* serializeAws_restJson1CreateFindingAggregatorCommand
|
|
130
148
|
*/
|
|
@@ -145,6 +163,10 @@ export declare const se_DeclineInvitationsCommand: (input: DeclineInvitationsCom
|
|
|
145
163
|
* serializeAws_restJson1DeleteActionTargetCommand
|
|
146
164
|
*/
|
|
147
165
|
export declare const se_DeleteActionTargetCommand: (input: DeleteActionTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
166
|
+
/**
|
|
167
|
+
* serializeAws_restJson1DeleteConfigurationPolicyCommand
|
|
168
|
+
*/
|
|
169
|
+
export declare const se_DeleteConfigurationPolicyCommand: (input: DeleteConfigurationPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
148
170
|
/**
|
|
149
171
|
* serializeAws_restJson1DeleteFindingAggregatorCommand
|
|
150
172
|
*/
|
|
@@ -225,6 +247,14 @@ export declare const se_EnableSecurityHubCommand: (input: EnableSecurityHubComma
|
|
|
225
247
|
* serializeAws_restJson1GetAdministratorAccountCommand
|
|
226
248
|
*/
|
|
227
249
|
export declare const se_GetAdministratorAccountCommand: (input: GetAdministratorAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
250
|
+
/**
|
|
251
|
+
* serializeAws_restJson1GetConfigurationPolicyCommand
|
|
252
|
+
*/
|
|
253
|
+
export declare const se_GetConfigurationPolicyCommand: (input: GetConfigurationPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
254
|
+
/**
|
|
255
|
+
* serializeAws_restJson1GetConfigurationPolicyAssociationCommand
|
|
256
|
+
*/
|
|
257
|
+
export declare const se_GetConfigurationPolicyAssociationCommand: (input: GetConfigurationPolicyAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
228
258
|
/**
|
|
229
259
|
* serializeAws_restJson1GetEnabledStandardsCommand
|
|
230
260
|
*/
|
|
@@ -273,6 +303,14 @@ export declare const se_InviteMembersCommand: (input: InviteMembersCommandInput,
|
|
|
273
303
|
* serializeAws_restJson1ListAutomationRulesCommand
|
|
274
304
|
*/
|
|
275
305
|
export declare const se_ListAutomationRulesCommand: (input: ListAutomationRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
306
|
+
/**
|
|
307
|
+
* serializeAws_restJson1ListConfigurationPoliciesCommand
|
|
308
|
+
*/
|
|
309
|
+
export declare const se_ListConfigurationPoliciesCommand: (input: ListConfigurationPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
310
|
+
/**
|
|
311
|
+
* serializeAws_restJson1ListConfigurationPolicyAssociationsCommand
|
|
312
|
+
*/
|
|
313
|
+
export declare const se_ListConfigurationPolicyAssociationsCommand: (input: ListConfigurationPolicyAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
276
314
|
/**
|
|
277
315
|
* serializeAws_restJson1ListEnabledProductsForImportCommand
|
|
278
316
|
*/
|
|
@@ -305,6 +343,14 @@ export declare const se_ListStandardsControlAssociationsCommand: (input: ListSta
|
|
|
305
343
|
* serializeAws_restJson1ListTagsForResourceCommand
|
|
306
344
|
*/
|
|
307
345
|
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
346
|
+
/**
|
|
347
|
+
* serializeAws_restJson1StartConfigurationPolicyAssociationCommand
|
|
348
|
+
*/
|
|
349
|
+
export declare const se_StartConfigurationPolicyAssociationCommand: (input: StartConfigurationPolicyAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
350
|
+
/**
|
|
351
|
+
* serializeAws_restJson1StartConfigurationPolicyDisassociationCommand
|
|
352
|
+
*/
|
|
353
|
+
export declare const se_StartConfigurationPolicyDisassociationCommand: (input: StartConfigurationPolicyDisassociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
308
354
|
/**
|
|
309
355
|
* serializeAws_restJson1TagResourceCommand
|
|
310
356
|
*/
|
|
@@ -317,6 +363,10 @@ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput,
|
|
|
317
363
|
* serializeAws_restJson1UpdateActionTargetCommand
|
|
318
364
|
*/
|
|
319
365
|
export declare const se_UpdateActionTargetCommand: (input: UpdateActionTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
366
|
+
/**
|
|
367
|
+
* serializeAws_restJson1UpdateConfigurationPolicyCommand
|
|
368
|
+
*/
|
|
369
|
+
export declare const se_UpdateConfigurationPolicyCommand: (input: UpdateConfigurationPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
320
370
|
/**
|
|
321
371
|
* serializeAws_restJson1UpdateFindingAggregatorCommand
|
|
322
372
|
*/
|
|
@@ -369,6 +419,10 @@ export declare const de_BatchEnableStandardsCommand: (output: __HttpResponse, co
|
|
|
369
419
|
* deserializeAws_restJson1BatchGetAutomationRulesCommand
|
|
370
420
|
*/
|
|
371
421
|
export declare const de_BatchGetAutomationRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetAutomationRulesCommandOutput>;
|
|
422
|
+
/**
|
|
423
|
+
* deserializeAws_restJson1BatchGetConfigurationPolicyAssociationsCommand
|
|
424
|
+
*/
|
|
425
|
+
export declare const de_BatchGetConfigurationPolicyAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetConfigurationPolicyAssociationsCommandOutput>;
|
|
372
426
|
/**
|
|
373
427
|
* deserializeAws_restJson1BatchGetSecurityControlsCommand
|
|
374
428
|
*/
|
|
@@ -401,6 +455,10 @@ export declare const de_CreateActionTargetCommand: (output: __HttpResponse, cont
|
|
|
401
455
|
* deserializeAws_restJson1CreateAutomationRuleCommand
|
|
402
456
|
*/
|
|
403
457
|
export declare const de_CreateAutomationRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAutomationRuleCommandOutput>;
|
|
458
|
+
/**
|
|
459
|
+
* deserializeAws_restJson1CreateConfigurationPolicyCommand
|
|
460
|
+
*/
|
|
461
|
+
export declare const de_CreateConfigurationPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfigurationPolicyCommandOutput>;
|
|
404
462
|
/**
|
|
405
463
|
* deserializeAws_restJson1CreateFindingAggregatorCommand
|
|
406
464
|
*/
|
|
@@ -421,6 +479,10 @@ export declare const de_DeclineInvitationsCommand: (output: __HttpResponse, cont
|
|
|
421
479
|
* deserializeAws_restJson1DeleteActionTargetCommand
|
|
422
480
|
*/
|
|
423
481
|
export declare const de_DeleteActionTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteActionTargetCommandOutput>;
|
|
482
|
+
/**
|
|
483
|
+
* deserializeAws_restJson1DeleteConfigurationPolicyCommand
|
|
484
|
+
*/
|
|
485
|
+
export declare const de_DeleteConfigurationPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfigurationPolicyCommandOutput>;
|
|
424
486
|
/**
|
|
425
487
|
* deserializeAws_restJson1DeleteFindingAggregatorCommand
|
|
426
488
|
*/
|
|
@@ -501,6 +563,14 @@ export declare const de_EnableSecurityHubCommand: (output: __HttpResponse, conte
|
|
|
501
563
|
* deserializeAws_restJson1GetAdministratorAccountCommand
|
|
502
564
|
*/
|
|
503
565
|
export declare const de_GetAdministratorAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAdministratorAccountCommandOutput>;
|
|
566
|
+
/**
|
|
567
|
+
* deserializeAws_restJson1GetConfigurationPolicyCommand
|
|
568
|
+
*/
|
|
569
|
+
export declare const de_GetConfigurationPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfigurationPolicyCommandOutput>;
|
|
570
|
+
/**
|
|
571
|
+
* deserializeAws_restJson1GetConfigurationPolicyAssociationCommand
|
|
572
|
+
*/
|
|
573
|
+
export declare const de_GetConfigurationPolicyAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfigurationPolicyAssociationCommandOutput>;
|
|
504
574
|
/**
|
|
505
575
|
* deserializeAws_restJson1GetEnabledStandardsCommand
|
|
506
576
|
*/
|
|
@@ -549,6 +619,14 @@ export declare const de_InviteMembersCommand: (output: __HttpResponse, context:
|
|
|
549
619
|
* deserializeAws_restJson1ListAutomationRulesCommand
|
|
550
620
|
*/
|
|
551
621
|
export declare const de_ListAutomationRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAutomationRulesCommandOutput>;
|
|
622
|
+
/**
|
|
623
|
+
* deserializeAws_restJson1ListConfigurationPoliciesCommand
|
|
624
|
+
*/
|
|
625
|
+
export declare const de_ListConfigurationPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfigurationPoliciesCommandOutput>;
|
|
626
|
+
/**
|
|
627
|
+
* deserializeAws_restJson1ListConfigurationPolicyAssociationsCommand
|
|
628
|
+
*/
|
|
629
|
+
export declare const de_ListConfigurationPolicyAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfigurationPolicyAssociationsCommandOutput>;
|
|
552
630
|
/**
|
|
553
631
|
* deserializeAws_restJson1ListEnabledProductsForImportCommand
|
|
554
632
|
*/
|
|
@@ -581,6 +659,14 @@ export declare const de_ListStandardsControlAssociationsCommand: (output: __Http
|
|
|
581
659
|
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
582
660
|
*/
|
|
583
661
|
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
662
|
+
/**
|
|
663
|
+
* deserializeAws_restJson1StartConfigurationPolicyAssociationCommand
|
|
664
|
+
*/
|
|
665
|
+
export declare const de_StartConfigurationPolicyAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartConfigurationPolicyAssociationCommandOutput>;
|
|
666
|
+
/**
|
|
667
|
+
* deserializeAws_restJson1StartConfigurationPolicyDisassociationCommand
|
|
668
|
+
*/
|
|
669
|
+
export declare const de_StartConfigurationPolicyDisassociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartConfigurationPolicyDisassociationCommandOutput>;
|
|
584
670
|
/**
|
|
585
671
|
* deserializeAws_restJson1TagResourceCommand
|
|
586
672
|
*/
|
|
@@ -593,6 +679,10 @@ export declare const de_UntagResourceCommand: (output: __HttpResponse, context:
|
|
|
593
679
|
* deserializeAws_restJson1UpdateActionTargetCommand
|
|
594
680
|
*/
|
|
595
681
|
export declare const de_UpdateActionTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateActionTargetCommandOutput>;
|
|
682
|
+
/**
|
|
683
|
+
* deserializeAws_restJson1UpdateConfigurationPolicyCommand
|
|
684
|
+
*/
|
|
685
|
+
export declare const de_UpdateConfigurationPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfigurationPolicyCommandOutput>;
|
|
596
686
|
/**
|
|
597
687
|
* deserializeAws_restJson1UpdateFindingAggregatorCommand
|
|
598
688
|
*/
|
|
@@ -23,6 +23,10 @@ import {
|
|
|
23
23
|
BatchGetAutomationRulesCommandInput,
|
|
24
24
|
BatchGetAutomationRulesCommandOutput,
|
|
25
25
|
} from "./commands/BatchGetAutomationRulesCommand";
|
|
26
|
+
import {
|
|
27
|
+
BatchGetConfigurationPolicyAssociationsCommandInput,
|
|
28
|
+
BatchGetConfigurationPolicyAssociationsCommandOutput,
|
|
29
|
+
} from "./commands/BatchGetConfigurationPolicyAssociationsCommand";
|
|
26
30
|
import {
|
|
27
31
|
BatchGetSecurityControlsCommandInput,
|
|
28
32
|
BatchGetSecurityControlsCommandOutput,
|
|
@@ -55,6 +59,10 @@ import {
|
|
|
55
59
|
CreateAutomationRuleCommandInput,
|
|
56
60
|
CreateAutomationRuleCommandOutput,
|
|
57
61
|
} from "./commands/CreateAutomationRuleCommand";
|
|
62
|
+
import {
|
|
63
|
+
CreateConfigurationPolicyCommandInput,
|
|
64
|
+
CreateConfigurationPolicyCommandOutput,
|
|
65
|
+
} from "./commands/CreateConfigurationPolicyCommand";
|
|
58
66
|
import {
|
|
59
67
|
CreateFindingAggregatorCommandInput,
|
|
60
68
|
CreateFindingAggregatorCommandOutput,
|
|
@@ -75,6 +83,10 @@ import {
|
|
|
75
83
|
DeleteActionTargetCommandInput,
|
|
76
84
|
DeleteActionTargetCommandOutput,
|
|
77
85
|
} from "./commands/DeleteActionTargetCommand";
|
|
86
|
+
import {
|
|
87
|
+
DeleteConfigurationPolicyCommandInput,
|
|
88
|
+
DeleteConfigurationPolicyCommandOutput,
|
|
89
|
+
} from "./commands/DeleteConfigurationPolicyCommand";
|
|
78
90
|
import {
|
|
79
91
|
DeleteFindingAggregatorCommandInput,
|
|
80
92
|
DeleteFindingAggregatorCommandOutput,
|
|
@@ -155,6 +167,14 @@ import {
|
|
|
155
167
|
GetAdministratorAccountCommandInput,
|
|
156
168
|
GetAdministratorAccountCommandOutput,
|
|
157
169
|
} from "./commands/GetAdministratorAccountCommand";
|
|
170
|
+
import {
|
|
171
|
+
GetConfigurationPolicyAssociationCommandInput,
|
|
172
|
+
GetConfigurationPolicyAssociationCommandOutput,
|
|
173
|
+
} from "./commands/GetConfigurationPolicyAssociationCommand";
|
|
174
|
+
import {
|
|
175
|
+
GetConfigurationPolicyCommandInput,
|
|
176
|
+
GetConfigurationPolicyCommandOutput,
|
|
177
|
+
} from "./commands/GetConfigurationPolicyCommand";
|
|
158
178
|
import {
|
|
159
179
|
GetEnabledStandardsCommandInput,
|
|
160
180
|
GetEnabledStandardsCommandOutput,
|
|
@@ -203,6 +223,14 @@ import {
|
|
|
203
223
|
ListAutomationRulesCommandInput,
|
|
204
224
|
ListAutomationRulesCommandOutput,
|
|
205
225
|
} from "./commands/ListAutomationRulesCommand";
|
|
226
|
+
import {
|
|
227
|
+
ListConfigurationPoliciesCommandInput,
|
|
228
|
+
ListConfigurationPoliciesCommandOutput,
|
|
229
|
+
} from "./commands/ListConfigurationPoliciesCommand";
|
|
230
|
+
import {
|
|
231
|
+
ListConfigurationPolicyAssociationsCommandInput,
|
|
232
|
+
ListConfigurationPolicyAssociationsCommandOutput,
|
|
233
|
+
} from "./commands/ListConfigurationPolicyAssociationsCommand";
|
|
206
234
|
import {
|
|
207
235
|
ListEnabledProductsForImportCommandInput,
|
|
208
236
|
ListEnabledProductsForImportCommandOutput,
|
|
@@ -235,6 +263,14 @@ import {
|
|
|
235
263
|
ListTagsForResourceCommandInput,
|
|
236
264
|
ListTagsForResourceCommandOutput,
|
|
237
265
|
} from "./commands/ListTagsForResourceCommand";
|
|
266
|
+
import {
|
|
267
|
+
StartConfigurationPolicyAssociationCommandInput,
|
|
268
|
+
StartConfigurationPolicyAssociationCommandOutput,
|
|
269
|
+
} from "./commands/StartConfigurationPolicyAssociationCommand";
|
|
270
|
+
import {
|
|
271
|
+
StartConfigurationPolicyDisassociationCommandInput,
|
|
272
|
+
StartConfigurationPolicyDisassociationCommandOutput,
|
|
273
|
+
} from "./commands/StartConfigurationPolicyDisassociationCommand";
|
|
238
274
|
import {
|
|
239
275
|
TagResourceCommandInput,
|
|
240
276
|
TagResourceCommandOutput,
|
|
@@ -247,6 +283,10 @@ import {
|
|
|
247
283
|
UpdateActionTargetCommandInput,
|
|
248
284
|
UpdateActionTargetCommandOutput,
|
|
249
285
|
} from "./commands/UpdateActionTargetCommand";
|
|
286
|
+
import {
|
|
287
|
+
UpdateConfigurationPolicyCommandInput,
|
|
288
|
+
UpdateConfigurationPolicyCommandOutput,
|
|
289
|
+
} from "./commands/UpdateConfigurationPolicyCommand";
|
|
250
290
|
import {
|
|
251
291
|
UpdateFindingAggregatorCommandInput,
|
|
252
292
|
UpdateFindingAggregatorCommandOutput,
|
|
@@ -355,6 +395,25 @@ export interface SecurityHub {
|
|
|
355
395
|
options: __HttpHandlerOptions,
|
|
356
396
|
cb: (err: any, data?: BatchGetAutomationRulesCommandOutput) => void
|
|
357
397
|
): void;
|
|
398
|
+
batchGetConfigurationPolicyAssociations(
|
|
399
|
+
args: BatchGetConfigurationPolicyAssociationsCommandInput,
|
|
400
|
+
options?: __HttpHandlerOptions
|
|
401
|
+
): Promise<BatchGetConfigurationPolicyAssociationsCommandOutput>;
|
|
402
|
+
batchGetConfigurationPolicyAssociations(
|
|
403
|
+
args: BatchGetConfigurationPolicyAssociationsCommandInput,
|
|
404
|
+
cb: (
|
|
405
|
+
err: any,
|
|
406
|
+
data?: BatchGetConfigurationPolicyAssociationsCommandOutput
|
|
407
|
+
) => void
|
|
408
|
+
): void;
|
|
409
|
+
batchGetConfigurationPolicyAssociations(
|
|
410
|
+
args: BatchGetConfigurationPolicyAssociationsCommandInput,
|
|
411
|
+
options: __HttpHandlerOptions,
|
|
412
|
+
cb: (
|
|
413
|
+
err: any,
|
|
414
|
+
data?: BatchGetConfigurationPolicyAssociationsCommandOutput
|
|
415
|
+
) => void
|
|
416
|
+
): void;
|
|
358
417
|
batchGetSecurityControls(
|
|
359
418
|
args: BatchGetSecurityControlsCommandInput,
|
|
360
419
|
options?: __HttpHandlerOptions
|
|
@@ -471,6 +530,19 @@ export interface SecurityHub {
|
|
|
471
530
|
options: __HttpHandlerOptions,
|
|
472
531
|
cb: (err: any, data?: CreateAutomationRuleCommandOutput) => void
|
|
473
532
|
): void;
|
|
533
|
+
createConfigurationPolicy(
|
|
534
|
+
args: CreateConfigurationPolicyCommandInput,
|
|
535
|
+
options?: __HttpHandlerOptions
|
|
536
|
+
): Promise<CreateConfigurationPolicyCommandOutput>;
|
|
537
|
+
createConfigurationPolicy(
|
|
538
|
+
args: CreateConfigurationPolicyCommandInput,
|
|
539
|
+
cb: (err: any, data?: CreateConfigurationPolicyCommandOutput) => void
|
|
540
|
+
): void;
|
|
541
|
+
createConfigurationPolicy(
|
|
542
|
+
args: CreateConfigurationPolicyCommandInput,
|
|
543
|
+
options: __HttpHandlerOptions,
|
|
544
|
+
cb: (err: any, data?: CreateConfigurationPolicyCommandOutput) => void
|
|
545
|
+
): void;
|
|
474
546
|
createFindingAggregator(
|
|
475
547
|
args: CreateFindingAggregatorCommandInput,
|
|
476
548
|
options?: __HttpHandlerOptions
|
|
@@ -536,6 +608,19 @@ export interface SecurityHub {
|
|
|
536
608
|
options: __HttpHandlerOptions,
|
|
537
609
|
cb: (err: any, data?: DeleteActionTargetCommandOutput) => void
|
|
538
610
|
): void;
|
|
611
|
+
deleteConfigurationPolicy(
|
|
612
|
+
args: DeleteConfigurationPolicyCommandInput,
|
|
613
|
+
options?: __HttpHandlerOptions
|
|
614
|
+
): Promise<DeleteConfigurationPolicyCommandOutput>;
|
|
615
|
+
deleteConfigurationPolicy(
|
|
616
|
+
args: DeleteConfigurationPolicyCommandInput,
|
|
617
|
+
cb: (err: any, data?: DeleteConfigurationPolicyCommandOutput) => void
|
|
618
|
+
): void;
|
|
619
|
+
deleteConfigurationPolicy(
|
|
620
|
+
args: DeleteConfigurationPolicyCommandInput,
|
|
621
|
+
options: __HttpHandlerOptions,
|
|
622
|
+
cb: (err: any, data?: DeleteConfigurationPolicyCommandOutput) => void
|
|
623
|
+
): void;
|
|
539
624
|
deleteFindingAggregator(
|
|
540
625
|
args: DeleteFindingAggregatorCommandInput,
|
|
541
626
|
options?: __HttpHandlerOptions
|
|
@@ -808,6 +893,38 @@ export interface SecurityHub {
|
|
|
808
893
|
options: __HttpHandlerOptions,
|
|
809
894
|
cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void
|
|
810
895
|
): void;
|
|
896
|
+
getConfigurationPolicy(
|
|
897
|
+
args: GetConfigurationPolicyCommandInput,
|
|
898
|
+
options?: __HttpHandlerOptions
|
|
899
|
+
): Promise<GetConfigurationPolicyCommandOutput>;
|
|
900
|
+
getConfigurationPolicy(
|
|
901
|
+
args: GetConfigurationPolicyCommandInput,
|
|
902
|
+
cb: (err: any, data?: GetConfigurationPolicyCommandOutput) => void
|
|
903
|
+
): void;
|
|
904
|
+
getConfigurationPolicy(
|
|
905
|
+
args: GetConfigurationPolicyCommandInput,
|
|
906
|
+
options: __HttpHandlerOptions,
|
|
907
|
+
cb: (err: any, data?: GetConfigurationPolicyCommandOutput) => void
|
|
908
|
+
): void;
|
|
909
|
+
getConfigurationPolicyAssociation(
|
|
910
|
+
args: GetConfigurationPolicyAssociationCommandInput,
|
|
911
|
+
options?: __HttpHandlerOptions
|
|
912
|
+
): Promise<GetConfigurationPolicyAssociationCommandOutput>;
|
|
913
|
+
getConfigurationPolicyAssociation(
|
|
914
|
+
args: GetConfigurationPolicyAssociationCommandInput,
|
|
915
|
+
cb: (
|
|
916
|
+
err: any,
|
|
917
|
+
data?: GetConfigurationPolicyAssociationCommandOutput
|
|
918
|
+
) => void
|
|
919
|
+
): void;
|
|
920
|
+
getConfigurationPolicyAssociation(
|
|
921
|
+
args: GetConfigurationPolicyAssociationCommandInput,
|
|
922
|
+
options: __HttpHandlerOptions,
|
|
923
|
+
cb: (
|
|
924
|
+
err: any,
|
|
925
|
+
data?: GetConfigurationPolicyAssociationCommandOutput
|
|
926
|
+
) => void
|
|
927
|
+
): void;
|
|
811
928
|
getEnabledStandards(
|
|
812
929
|
args: GetEnabledStandardsCommandInput,
|
|
813
930
|
options?: __HttpHandlerOptions
|
|
@@ -964,6 +1081,38 @@ export interface SecurityHub {
|
|
|
964
1081
|
options: __HttpHandlerOptions,
|
|
965
1082
|
cb: (err: any, data?: ListAutomationRulesCommandOutput) => void
|
|
966
1083
|
): void;
|
|
1084
|
+
listConfigurationPolicies(
|
|
1085
|
+
args: ListConfigurationPoliciesCommandInput,
|
|
1086
|
+
options?: __HttpHandlerOptions
|
|
1087
|
+
): Promise<ListConfigurationPoliciesCommandOutput>;
|
|
1088
|
+
listConfigurationPolicies(
|
|
1089
|
+
args: ListConfigurationPoliciesCommandInput,
|
|
1090
|
+
cb: (err: any, data?: ListConfigurationPoliciesCommandOutput) => void
|
|
1091
|
+
): void;
|
|
1092
|
+
listConfigurationPolicies(
|
|
1093
|
+
args: ListConfigurationPoliciesCommandInput,
|
|
1094
|
+
options: __HttpHandlerOptions,
|
|
1095
|
+
cb: (err: any, data?: ListConfigurationPoliciesCommandOutput) => void
|
|
1096
|
+
): void;
|
|
1097
|
+
listConfigurationPolicyAssociations(
|
|
1098
|
+
args: ListConfigurationPolicyAssociationsCommandInput,
|
|
1099
|
+
options?: __HttpHandlerOptions
|
|
1100
|
+
): Promise<ListConfigurationPolicyAssociationsCommandOutput>;
|
|
1101
|
+
listConfigurationPolicyAssociations(
|
|
1102
|
+
args: ListConfigurationPolicyAssociationsCommandInput,
|
|
1103
|
+
cb: (
|
|
1104
|
+
err: any,
|
|
1105
|
+
data?: ListConfigurationPolicyAssociationsCommandOutput
|
|
1106
|
+
) => void
|
|
1107
|
+
): void;
|
|
1108
|
+
listConfigurationPolicyAssociations(
|
|
1109
|
+
args: ListConfigurationPolicyAssociationsCommandInput,
|
|
1110
|
+
options: __HttpHandlerOptions,
|
|
1111
|
+
cb: (
|
|
1112
|
+
err: any,
|
|
1113
|
+
data?: ListConfigurationPolicyAssociationsCommandOutput
|
|
1114
|
+
) => void
|
|
1115
|
+
): void;
|
|
967
1116
|
listEnabledProductsForImport(
|
|
968
1117
|
args: ListEnabledProductsForImportCommandInput,
|
|
969
1118
|
options?: __HttpHandlerOptions
|
|
@@ -1068,6 +1217,44 @@ export interface SecurityHub {
|
|
|
1068
1217
|
options: __HttpHandlerOptions,
|
|
1069
1218
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1070
1219
|
): void;
|
|
1220
|
+
startConfigurationPolicyAssociation(
|
|
1221
|
+
args: StartConfigurationPolicyAssociationCommandInput,
|
|
1222
|
+
options?: __HttpHandlerOptions
|
|
1223
|
+
): Promise<StartConfigurationPolicyAssociationCommandOutput>;
|
|
1224
|
+
startConfigurationPolicyAssociation(
|
|
1225
|
+
args: StartConfigurationPolicyAssociationCommandInput,
|
|
1226
|
+
cb: (
|
|
1227
|
+
err: any,
|
|
1228
|
+
data?: StartConfigurationPolicyAssociationCommandOutput
|
|
1229
|
+
) => void
|
|
1230
|
+
): void;
|
|
1231
|
+
startConfigurationPolicyAssociation(
|
|
1232
|
+
args: StartConfigurationPolicyAssociationCommandInput,
|
|
1233
|
+
options: __HttpHandlerOptions,
|
|
1234
|
+
cb: (
|
|
1235
|
+
err: any,
|
|
1236
|
+
data?: StartConfigurationPolicyAssociationCommandOutput
|
|
1237
|
+
) => void
|
|
1238
|
+
): void;
|
|
1239
|
+
startConfigurationPolicyDisassociation(
|
|
1240
|
+
args: StartConfigurationPolicyDisassociationCommandInput,
|
|
1241
|
+
options?: __HttpHandlerOptions
|
|
1242
|
+
): Promise<StartConfigurationPolicyDisassociationCommandOutput>;
|
|
1243
|
+
startConfigurationPolicyDisassociation(
|
|
1244
|
+
args: StartConfigurationPolicyDisassociationCommandInput,
|
|
1245
|
+
cb: (
|
|
1246
|
+
err: any,
|
|
1247
|
+
data?: StartConfigurationPolicyDisassociationCommandOutput
|
|
1248
|
+
) => void
|
|
1249
|
+
): void;
|
|
1250
|
+
startConfigurationPolicyDisassociation(
|
|
1251
|
+
args: StartConfigurationPolicyDisassociationCommandInput,
|
|
1252
|
+
options: __HttpHandlerOptions,
|
|
1253
|
+
cb: (
|
|
1254
|
+
err: any,
|
|
1255
|
+
data?: StartConfigurationPolicyDisassociationCommandOutput
|
|
1256
|
+
) => void
|
|
1257
|
+
): void;
|
|
1071
1258
|
tagResource(
|
|
1072
1259
|
args: TagResourceCommandInput,
|
|
1073
1260
|
options?: __HttpHandlerOptions
|
|
@@ -1107,6 +1294,19 @@ export interface SecurityHub {
|
|
|
1107
1294
|
options: __HttpHandlerOptions,
|
|
1108
1295
|
cb: (err: any, data?: UpdateActionTargetCommandOutput) => void
|
|
1109
1296
|
): void;
|
|
1297
|
+
updateConfigurationPolicy(
|
|
1298
|
+
args: UpdateConfigurationPolicyCommandInput,
|
|
1299
|
+
options?: __HttpHandlerOptions
|
|
1300
|
+
): Promise<UpdateConfigurationPolicyCommandOutput>;
|
|
1301
|
+
updateConfigurationPolicy(
|
|
1302
|
+
args: UpdateConfigurationPolicyCommandInput,
|
|
1303
|
+
cb: (err: any, data?: UpdateConfigurationPolicyCommandOutput) => void
|
|
1304
|
+
): void;
|
|
1305
|
+
updateConfigurationPolicy(
|
|
1306
|
+
args: UpdateConfigurationPolicyCommandInput,
|
|
1307
|
+
options: __HttpHandlerOptions,
|
|
1308
|
+
cb: (err: any, data?: UpdateConfigurationPolicyCommandOutput) => void
|
|
1309
|
+
): void;
|
|
1110
1310
|
updateFindingAggregator(
|
|
1111
1311
|
args: UpdateFindingAggregatorCommandInput,
|
|
1112
1312
|
options?: __HttpHandlerOptions
|