@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
|
@@ -69,6 +69,10 @@ import {
|
|
|
69
69
|
BatchGetAutomationRulesCommandInput,
|
|
70
70
|
BatchGetAutomationRulesCommandOutput,
|
|
71
71
|
} from "./commands/BatchGetAutomationRulesCommand";
|
|
72
|
+
import {
|
|
73
|
+
BatchGetConfigurationPolicyAssociationsCommandInput,
|
|
74
|
+
BatchGetConfigurationPolicyAssociationsCommandOutput,
|
|
75
|
+
} from "./commands/BatchGetConfigurationPolicyAssociationsCommand";
|
|
72
76
|
import {
|
|
73
77
|
BatchGetSecurityControlsCommandInput,
|
|
74
78
|
BatchGetSecurityControlsCommandOutput,
|
|
@@ -101,6 +105,10 @@ import {
|
|
|
101
105
|
CreateAutomationRuleCommandInput,
|
|
102
106
|
CreateAutomationRuleCommandOutput,
|
|
103
107
|
} from "./commands/CreateAutomationRuleCommand";
|
|
108
|
+
import {
|
|
109
|
+
CreateConfigurationPolicyCommandInput,
|
|
110
|
+
CreateConfigurationPolicyCommandOutput,
|
|
111
|
+
} from "./commands/CreateConfigurationPolicyCommand";
|
|
104
112
|
import {
|
|
105
113
|
CreateFindingAggregatorCommandInput,
|
|
106
114
|
CreateFindingAggregatorCommandOutput,
|
|
@@ -121,6 +129,10 @@ import {
|
|
|
121
129
|
DeleteActionTargetCommandInput,
|
|
122
130
|
DeleteActionTargetCommandOutput,
|
|
123
131
|
} from "./commands/DeleteActionTargetCommand";
|
|
132
|
+
import {
|
|
133
|
+
DeleteConfigurationPolicyCommandInput,
|
|
134
|
+
DeleteConfigurationPolicyCommandOutput,
|
|
135
|
+
} from "./commands/DeleteConfigurationPolicyCommand";
|
|
124
136
|
import {
|
|
125
137
|
DeleteFindingAggregatorCommandInput,
|
|
126
138
|
DeleteFindingAggregatorCommandOutput,
|
|
@@ -201,6 +213,14 @@ import {
|
|
|
201
213
|
GetAdministratorAccountCommandInput,
|
|
202
214
|
GetAdministratorAccountCommandOutput,
|
|
203
215
|
} from "./commands/GetAdministratorAccountCommand";
|
|
216
|
+
import {
|
|
217
|
+
GetConfigurationPolicyAssociationCommandInput,
|
|
218
|
+
GetConfigurationPolicyAssociationCommandOutput,
|
|
219
|
+
} from "./commands/GetConfigurationPolicyAssociationCommand";
|
|
220
|
+
import {
|
|
221
|
+
GetConfigurationPolicyCommandInput,
|
|
222
|
+
GetConfigurationPolicyCommandOutput,
|
|
223
|
+
} from "./commands/GetConfigurationPolicyCommand";
|
|
204
224
|
import {
|
|
205
225
|
GetEnabledStandardsCommandInput,
|
|
206
226
|
GetEnabledStandardsCommandOutput,
|
|
@@ -249,6 +269,14 @@ import {
|
|
|
249
269
|
ListAutomationRulesCommandInput,
|
|
250
270
|
ListAutomationRulesCommandOutput,
|
|
251
271
|
} from "./commands/ListAutomationRulesCommand";
|
|
272
|
+
import {
|
|
273
|
+
ListConfigurationPoliciesCommandInput,
|
|
274
|
+
ListConfigurationPoliciesCommandOutput,
|
|
275
|
+
} from "./commands/ListConfigurationPoliciesCommand";
|
|
276
|
+
import {
|
|
277
|
+
ListConfigurationPolicyAssociationsCommandInput,
|
|
278
|
+
ListConfigurationPolicyAssociationsCommandOutput,
|
|
279
|
+
} from "./commands/ListConfigurationPolicyAssociationsCommand";
|
|
252
280
|
import {
|
|
253
281
|
ListEnabledProductsForImportCommandInput,
|
|
254
282
|
ListEnabledProductsForImportCommandOutput,
|
|
@@ -281,6 +309,14 @@ import {
|
|
|
281
309
|
ListTagsForResourceCommandInput,
|
|
282
310
|
ListTagsForResourceCommandOutput,
|
|
283
311
|
} from "./commands/ListTagsForResourceCommand";
|
|
312
|
+
import {
|
|
313
|
+
StartConfigurationPolicyAssociationCommandInput,
|
|
314
|
+
StartConfigurationPolicyAssociationCommandOutput,
|
|
315
|
+
} from "./commands/StartConfigurationPolicyAssociationCommand";
|
|
316
|
+
import {
|
|
317
|
+
StartConfigurationPolicyDisassociationCommandInput,
|
|
318
|
+
StartConfigurationPolicyDisassociationCommandOutput,
|
|
319
|
+
} from "./commands/StartConfigurationPolicyDisassociationCommand";
|
|
284
320
|
import {
|
|
285
321
|
TagResourceCommandInput,
|
|
286
322
|
TagResourceCommandOutput,
|
|
@@ -293,6 +329,10 @@ import {
|
|
|
293
329
|
UpdateActionTargetCommandInput,
|
|
294
330
|
UpdateActionTargetCommandOutput,
|
|
295
331
|
} from "./commands/UpdateActionTargetCommand";
|
|
332
|
+
import {
|
|
333
|
+
UpdateConfigurationPolicyCommandInput,
|
|
334
|
+
UpdateConfigurationPolicyCommandOutput,
|
|
335
|
+
} from "./commands/UpdateConfigurationPolicyCommand";
|
|
296
336
|
import {
|
|
297
337
|
UpdateFindingAggregatorCommandInput,
|
|
298
338
|
UpdateFindingAggregatorCommandOutput,
|
|
@@ -335,6 +375,7 @@ export type ServiceInputTypes =
|
|
|
335
375
|
| BatchDisableStandardsCommandInput
|
|
336
376
|
| BatchEnableStandardsCommandInput
|
|
337
377
|
| BatchGetAutomationRulesCommandInput
|
|
378
|
+
| BatchGetConfigurationPolicyAssociationsCommandInput
|
|
338
379
|
| BatchGetSecurityControlsCommandInput
|
|
339
380
|
| BatchGetStandardsControlAssociationsCommandInput
|
|
340
381
|
| BatchImportFindingsCommandInput
|
|
@@ -343,11 +384,13 @@ export type ServiceInputTypes =
|
|
|
343
384
|
| BatchUpdateStandardsControlAssociationsCommandInput
|
|
344
385
|
| CreateActionTargetCommandInput
|
|
345
386
|
| CreateAutomationRuleCommandInput
|
|
387
|
+
| CreateConfigurationPolicyCommandInput
|
|
346
388
|
| CreateFindingAggregatorCommandInput
|
|
347
389
|
| CreateInsightCommandInput
|
|
348
390
|
| CreateMembersCommandInput
|
|
349
391
|
| DeclineInvitationsCommandInput
|
|
350
392
|
| DeleteActionTargetCommandInput
|
|
393
|
+
| DeleteConfigurationPolicyCommandInput
|
|
351
394
|
| DeleteFindingAggregatorCommandInput
|
|
352
395
|
| DeleteInsightCommandInput
|
|
353
396
|
| DeleteInvitationsCommandInput
|
|
@@ -368,6 +411,8 @@ export type ServiceInputTypes =
|
|
|
368
411
|
| EnableOrganizationAdminAccountCommandInput
|
|
369
412
|
| EnableSecurityHubCommandInput
|
|
370
413
|
| GetAdministratorAccountCommandInput
|
|
414
|
+
| GetConfigurationPolicyAssociationCommandInput
|
|
415
|
+
| GetConfigurationPolicyCommandInput
|
|
371
416
|
| GetEnabledStandardsCommandInput
|
|
372
417
|
| GetFindingAggregatorCommandInput
|
|
373
418
|
| GetFindingHistoryCommandInput
|
|
@@ -380,6 +425,8 @@ export type ServiceInputTypes =
|
|
|
380
425
|
| GetSecurityControlDefinitionCommandInput
|
|
381
426
|
| InviteMembersCommandInput
|
|
382
427
|
| ListAutomationRulesCommandInput
|
|
428
|
+
| ListConfigurationPoliciesCommandInput
|
|
429
|
+
| ListConfigurationPolicyAssociationsCommandInput
|
|
383
430
|
| ListEnabledProductsForImportCommandInput
|
|
384
431
|
| ListFindingAggregatorsCommandInput
|
|
385
432
|
| ListInvitationsCommandInput
|
|
@@ -388,9 +435,12 @@ export type ServiceInputTypes =
|
|
|
388
435
|
| ListSecurityControlDefinitionsCommandInput
|
|
389
436
|
| ListStandardsControlAssociationsCommandInput
|
|
390
437
|
| ListTagsForResourceCommandInput
|
|
438
|
+
| StartConfigurationPolicyAssociationCommandInput
|
|
439
|
+
| StartConfigurationPolicyDisassociationCommandInput
|
|
391
440
|
| TagResourceCommandInput
|
|
392
441
|
| UntagResourceCommandInput
|
|
393
442
|
| UpdateActionTargetCommandInput
|
|
443
|
+
| UpdateConfigurationPolicyCommandInput
|
|
394
444
|
| UpdateFindingAggregatorCommandInput
|
|
395
445
|
| UpdateFindingsCommandInput
|
|
396
446
|
| UpdateInsightCommandInput
|
|
@@ -405,6 +455,7 @@ export type ServiceOutputTypes =
|
|
|
405
455
|
| BatchDisableStandardsCommandOutput
|
|
406
456
|
| BatchEnableStandardsCommandOutput
|
|
407
457
|
| BatchGetAutomationRulesCommandOutput
|
|
458
|
+
| BatchGetConfigurationPolicyAssociationsCommandOutput
|
|
408
459
|
| BatchGetSecurityControlsCommandOutput
|
|
409
460
|
| BatchGetStandardsControlAssociationsCommandOutput
|
|
410
461
|
| BatchImportFindingsCommandOutput
|
|
@@ -413,11 +464,13 @@ export type ServiceOutputTypes =
|
|
|
413
464
|
| BatchUpdateStandardsControlAssociationsCommandOutput
|
|
414
465
|
| CreateActionTargetCommandOutput
|
|
415
466
|
| CreateAutomationRuleCommandOutput
|
|
467
|
+
| CreateConfigurationPolicyCommandOutput
|
|
416
468
|
| CreateFindingAggregatorCommandOutput
|
|
417
469
|
| CreateInsightCommandOutput
|
|
418
470
|
| CreateMembersCommandOutput
|
|
419
471
|
| DeclineInvitationsCommandOutput
|
|
420
472
|
| DeleteActionTargetCommandOutput
|
|
473
|
+
| DeleteConfigurationPolicyCommandOutput
|
|
421
474
|
| DeleteFindingAggregatorCommandOutput
|
|
422
475
|
| DeleteInsightCommandOutput
|
|
423
476
|
| DeleteInvitationsCommandOutput
|
|
@@ -438,6 +491,8 @@ export type ServiceOutputTypes =
|
|
|
438
491
|
| EnableOrganizationAdminAccountCommandOutput
|
|
439
492
|
| EnableSecurityHubCommandOutput
|
|
440
493
|
| GetAdministratorAccountCommandOutput
|
|
494
|
+
| GetConfigurationPolicyAssociationCommandOutput
|
|
495
|
+
| GetConfigurationPolicyCommandOutput
|
|
441
496
|
| GetEnabledStandardsCommandOutput
|
|
442
497
|
| GetFindingAggregatorCommandOutput
|
|
443
498
|
| GetFindingHistoryCommandOutput
|
|
@@ -450,6 +505,8 @@ export type ServiceOutputTypes =
|
|
|
450
505
|
| GetSecurityControlDefinitionCommandOutput
|
|
451
506
|
| InviteMembersCommandOutput
|
|
452
507
|
| ListAutomationRulesCommandOutput
|
|
508
|
+
| ListConfigurationPoliciesCommandOutput
|
|
509
|
+
| ListConfigurationPolicyAssociationsCommandOutput
|
|
453
510
|
| ListEnabledProductsForImportCommandOutput
|
|
454
511
|
| ListFindingAggregatorsCommandOutput
|
|
455
512
|
| ListInvitationsCommandOutput
|
|
@@ -458,9 +515,12 @@ export type ServiceOutputTypes =
|
|
|
458
515
|
| ListSecurityControlDefinitionsCommandOutput
|
|
459
516
|
| ListStandardsControlAssociationsCommandOutput
|
|
460
517
|
| ListTagsForResourceCommandOutput
|
|
518
|
+
| StartConfigurationPolicyAssociationCommandOutput
|
|
519
|
+
| StartConfigurationPolicyDisassociationCommandOutput
|
|
461
520
|
| TagResourceCommandOutput
|
|
462
521
|
| UntagResourceCommandOutput
|
|
463
522
|
| UpdateActionTargetCommandOutput
|
|
523
|
+
| UpdateConfigurationPolicyCommandOutput
|
|
464
524
|
| UpdateFindingAggregatorCommandOutput
|
|
465
525
|
| UpdateFindingsCommandOutput
|
|
466
526
|
| UpdateInsightCommandOutput
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
BatchGetConfigurationPolicyAssociationsRequest,
|
|
11
|
+
BatchGetConfigurationPolicyAssociationsResponse,
|
|
12
|
+
} from "../models/models_2";
|
|
13
|
+
import {
|
|
14
|
+
SecurityHubClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityHubClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface BatchGetConfigurationPolicyAssociationsCommandInput
|
|
20
|
+
extends BatchGetConfigurationPolicyAssociationsRequest {}
|
|
21
|
+
export interface BatchGetConfigurationPolicyAssociationsCommandOutput
|
|
22
|
+
extends BatchGetConfigurationPolicyAssociationsResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class BatchGetConfigurationPolicyAssociationsCommand extends $Command<
|
|
25
|
+
BatchGetConfigurationPolicyAssociationsCommandInput,
|
|
26
|
+
BatchGetConfigurationPolicyAssociationsCommandOutput,
|
|
27
|
+
SecurityHubClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: BatchGetConfigurationPolicyAssociationsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: BatchGetConfigurationPolicyAssociationsCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
BatchGetConfigurationPolicyAssociationsCommandInput,
|
|
38
|
+
BatchGetConfigurationPolicyAssociationsCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CreateConfigurationPolicyRequest,
|
|
11
|
+
CreateConfigurationPolicyResponse,
|
|
12
|
+
} from "../models/models_2";
|
|
13
|
+
import {
|
|
14
|
+
SecurityHubClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityHubClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateConfigurationPolicyCommandInput
|
|
20
|
+
extends CreateConfigurationPolicyRequest {}
|
|
21
|
+
export interface CreateConfigurationPolicyCommandOutput
|
|
22
|
+
extends CreateConfigurationPolicyResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class CreateConfigurationPolicyCommand extends $Command<
|
|
25
|
+
CreateConfigurationPolicyCommandInput,
|
|
26
|
+
CreateConfigurationPolicyCommandOutput,
|
|
27
|
+
SecurityHubClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: CreateConfigurationPolicyCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: CreateConfigurationPolicyCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
CreateConfigurationPolicyCommandInput,
|
|
38
|
+
CreateConfigurationPolicyCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
DeleteConfigurationPolicyRequest,
|
|
11
|
+
DeleteConfigurationPolicyResponse,
|
|
12
|
+
} from "../models/models_2";
|
|
13
|
+
import {
|
|
14
|
+
SecurityHubClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityHubClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DeleteConfigurationPolicyCommandInput
|
|
20
|
+
extends DeleteConfigurationPolicyRequest {}
|
|
21
|
+
export interface DeleteConfigurationPolicyCommandOutput
|
|
22
|
+
extends DeleteConfigurationPolicyResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DeleteConfigurationPolicyCommand extends $Command<
|
|
25
|
+
DeleteConfigurationPolicyCommandInput,
|
|
26
|
+
DeleteConfigurationPolicyCommandOutput,
|
|
27
|
+
SecurityHubClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DeleteConfigurationPolicyCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DeleteConfigurationPolicyCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DeleteConfigurationPolicyCommandInput,
|
|
38
|
+
DeleteConfigurationPolicyCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
GetConfigurationPolicyAssociationRequest,
|
|
11
|
+
GetConfigurationPolicyAssociationResponse,
|
|
12
|
+
} from "../models/models_2";
|
|
13
|
+
import {
|
|
14
|
+
SecurityHubClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityHubClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetConfigurationPolicyAssociationCommandInput
|
|
20
|
+
extends GetConfigurationPolicyAssociationRequest {}
|
|
21
|
+
export interface GetConfigurationPolicyAssociationCommandOutput
|
|
22
|
+
extends GetConfigurationPolicyAssociationResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetConfigurationPolicyAssociationCommand extends $Command<
|
|
25
|
+
GetConfigurationPolicyAssociationCommandInput,
|
|
26
|
+
GetConfigurationPolicyAssociationCommandOutput,
|
|
27
|
+
SecurityHubClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetConfigurationPolicyAssociationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetConfigurationPolicyAssociationCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
GetConfigurationPolicyAssociationCommandInput,
|
|
38
|
+
GetConfigurationPolicyAssociationCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
GetConfigurationPolicyRequest,
|
|
11
|
+
GetConfigurationPolicyResponse,
|
|
12
|
+
} from "../models/models_2";
|
|
13
|
+
import {
|
|
14
|
+
SecurityHubClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityHubClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetConfigurationPolicyCommandInput
|
|
20
|
+
extends GetConfigurationPolicyRequest {}
|
|
21
|
+
export interface GetConfigurationPolicyCommandOutput
|
|
22
|
+
extends GetConfigurationPolicyResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetConfigurationPolicyCommand extends $Command<
|
|
25
|
+
GetConfigurationPolicyCommandInput,
|
|
26
|
+
GetConfigurationPolicyCommandOutput,
|
|
27
|
+
SecurityHubClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetConfigurationPolicyCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetConfigurationPolicyCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
GetConfigurationPolicyCommandInput,
|
|
38
|
+
GetConfigurationPolicyCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ListConfigurationPoliciesRequest,
|
|
11
|
+
ListConfigurationPoliciesResponse,
|
|
12
|
+
} from "../models/models_2";
|
|
13
|
+
import {
|
|
14
|
+
SecurityHubClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityHubClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListConfigurationPoliciesCommandInput
|
|
20
|
+
extends ListConfigurationPoliciesRequest {}
|
|
21
|
+
export interface ListConfigurationPoliciesCommandOutput
|
|
22
|
+
extends ListConfigurationPoliciesResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListConfigurationPoliciesCommand extends $Command<
|
|
25
|
+
ListConfigurationPoliciesCommandInput,
|
|
26
|
+
ListConfigurationPoliciesCommandOutput,
|
|
27
|
+
SecurityHubClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListConfigurationPoliciesCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListConfigurationPoliciesCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ListConfigurationPoliciesCommandInput,
|
|
38
|
+
ListConfigurationPoliciesCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ListConfigurationPolicyAssociationsRequest,
|
|
11
|
+
ListConfigurationPolicyAssociationsResponse,
|
|
12
|
+
} from "../models/models_2";
|
|
13
|
+
import {
|
|
14
|
+
SecurityHubClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityHubClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListConfigurationPolicyAssociationsCommandInput
|
|
20
|
+
extends ListConfigurationPolicyAssociationsRequest {}
|
|
21
|
+
export interface ListConfigurationPolicyAssociationsCommandOutput
|
|
22
|
+
extends ListConfigurationPolicyAssociationsResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListConfigurationPolicyAssociationsCommand extends $Command<
|
|
25
|
+
ListConfigurationPolicyAssociationsCommandInput,
|
|
26
|
+
ListConfigurationPolicyAssociationsCommandOutput,
|
|
27
|
+
SecurityHubClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListConfigurationPolicyAssociationsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListConfigurationPolicyAssociationsCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ListConfigurationPolicyAssociationsCommandInput,
|
|
38
|
+
ListConfigurationPolicyAssociationsCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
StartConfigurationPolicyAssociationRequest,
|
|
11
|
+
StartConfigurationPolicyAssociationResponse,
|
|
12
|
+
} from "../models/models_2";
|
|
13
|
+
import {
|
|
14
|
+
SecurityHubClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityHubClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface StartConfigurationPolicyAssociationCommandInput
|
|
20
|
+
extends StartConfigurationPolicyAssociationRequest {}
|
|
21
|
+
export interface StartConfigurationPolicyAssociationCommandOutput
|
|
22
|
+
extends StartConfigurationPolicyAssociationResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class StartConfigurationPolicyAssociationCommand extends $Command<
|
|
25
|
+
StartConfigurationPolicyAssociationCommandInput,
|
|
26
|
+
StartConfigurationPolicyAssociationCommandOutput,
|
|
27
|
+
SecurityHubClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: StartConfigurationPolicyAssociationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: StartConfigurationPolicyAssociationCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
StartConfigurationPolicyAssociationCommandInput,
|
|
38
|
+
StartConfigurationPolicyAssociationCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
StartConfigurationPolicyDisassociationRequest,
|
|
11
|
+
StartConfigurationPolicyDisassociationResponse,
|
|
12
|
+
} from "../models/models_2";
|
|
13
|
+
import {
|
|
14
|
+
SecurityHubClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityHubClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface StartConfigurationPolicyDisassociationCommandInput
|
|
20
|
+
extends StartConfigurationPolicyDisassociationRequest {}
|
|
21
|
+
export interface StartConfigurationPolicyDisassociationCommandOutput
|
|
22
|
+
extends StartConfigurationPolicyDisassociationResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class StartConfigurationPolicyDisassociationCommand extends $Command<
|
|
25
|
+
StartConfigurationPolicyDisassociationCommandInput,
|
|
26
|
+
StartConfigurationPolicyDisassociationCommandOutput,
|
|
27
|
+
SecurityHubClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: StartConfigurationPolicyDisassociationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: StartConfigurationPolicyDisassociationCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
StartConfigurationPolicyDisassociationCommandInput,
|
|
38
|
+
StartConfigurationPolicyDisassociationCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
UpdateConfigurationPolicyRequest,
|
|
11
|
+
UpdateConfigurationPolicyResponse,
|
|
12
|
+
} from "../models/models_2";
|
|
13
|
+
import {
|
|
14
|
+
SecurityHubClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityHubClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface UpdateConfigurationPolicyCommandInput
|
|
20
|
+
extends UpdateConfigurationPolicyRequest {}
|
|
21
|
+
export interface UpdateConfigurationPolicyCommandOutput
|
|
22
|
+
extends UpdateConfigurationPolicyResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class UpdateConfigurationPolicyCommand extends $Command<
|
|
25
|
+
UpdateConfigurationPolicyCommandInput,
|
|
26
|
+
UpdateConfigurationPolicyCommandOutput,
|
|
27
|
+
SecurityHubClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: UpdateConfigurationPolicyCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: UpdateConfigurationPolicyCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
UpdateConfigurationPolicyCommandInput,
|
|
38
|
+
UpdateConfigurationPolicyCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -4,6 +4,7 @@ export * from "./BatchDeleteAutomationRulesCommand";
|
|
|
4
4
|
export * from "./BatchDisableStandardsCommand";
|
|
5
5
|
export * from "./BatchEnableStandardsCommand";
|
|
6
6
|
export * from "./BatchGetAutomationRulesCommand";
|
|
7
|
+
export * from "./BatchGetConfigurationPolicyAssociationsCommand";
|
|
7
8
|
export * from "./BatchGetSecurityControlsCommand";
|
|
8
9
|
export * from "./BatchGetStandardsControlAssociationsCommand";
|
|
9
10
|
export * from "./BatchImportFindingsCommand";
|
|
@@ -12,11 +13,13 @@ export * from "./BatchUpdateFindingsCommand";
|
|
|
12
13
|
export * from "./BatchUpdateStandardsControlAssociationsCommand";
|
|
13
14
|
export * from "./CreateActionTargetCommand";
|
|
14
15
|
export * from "./CreateAutomationRuleCommand";
|
|
16
|
+
export * from "./CreateConfigurationPolicyCommand";
|
|
15
17
|
export * from "./CreateFindingAggregatorCommand";
|
|
16
18
|
export * from "./CreateInsightCommand";
|
|
17
19
|
export * from "./CreateMembersCommand";
|
|
18
20
|
export * from "./DeclineInvitationsCommand";
|
|
19
21
|
export * from "./DeleteActionTargetCommand";
|
|
22
|
+
export * from "./DeleteConfigurationPolicyCommand";
|
|
20
23
|
export * from "./DeleteFindingAggregatorCommand";
|
|
21
24
|
export * from "./DeleteInsightCommand";
|
|
22
25
|
export * from "./DeleteInvitationsCommand";
|
|
@@ -37,6 +40,8 @@ export * from "./EnableImportFindingsForProductCommand";
|
|
|
37
40
|
export * from "./EnableOrganizationAdminAccountCommand";
|
|
38
41
|
export * from "./EnableSecurityHubCommand";
|
|
39
42
|
export * from "./GetAdministratorAccountCommand";
|
|
43
|
+
export * from "./GetConfigurationPolicyAssociationCommand";
|
|
44
|
+
export * from "./GetConfigurationPolicyCommand";
|
|
40
45
|
export * from "./GetEnabledStandardsCommand";
|
|
41
46
|
export * from "./GetFindingAggregatorCommand";
|
|
42
47
|
export * from "./GetFindingHistoryCommand";
|
|
@@ -49,6 +54,8 @@ export * from "./GetMembersCommand";
|
|
|
49
54
|
export * from "./GetSecurityControlDefinitionCommand";
|
|
50
55
|
export * from "./InviteMembersCommand";
|
|
51
56
|
export * from "./ListAutomationRulesCommand";
|
|
57
|
+
export * from "./ListConfigurationPoliciesCommand";
|
|
58
|
+
export * from "./ListConfigurationPolicyAssociationsCommand";
|
|
52
59
|
export * from "./ListEnabledProductsForImportCommand";
|
|
53
60
|
export * from "./ListFindingAggregatorsCommand";
|
|
54
61
|
export * from "./ListInvitationsCommand";
|
|
@@ -57,9 +64,12 @@ export * from "./ListOrganizationAdminAccountsCommand";
|
|
|
57
64
|
export * from "./ListSecurityControlDefinitionsCommand";
|
|
58
65
|
export * from "./ListStandardsControlAssociationsCommand";
|
|
59
66
|
export * from "./ListTagsForResourceCommand";
|
|
67
|
+
export * from "./StartConfigurationPolicyAssociationCommand";
|
|
68
|
+
export * from "./StartConfigurationPolicyDisassociationCommand";
|
|
60
69
|
export * from "./TagResourceCommand";
|
|
61
70
|
export * from "./UntagResourceCommand";
|
|
62
71
|
export * from "./UpdateActionTargetCommand";
|
|
72
|
+
export * from "./UpdateConfigurationPolicyCommand";
|
|
63
73
|
export * from "./UpdateFindingAggregatorCommand";
|
|
64
74
|
export * from "./UpdateFindingsCommand";
|
|
65
75
|
export * from "./UpdateInsightCommand";
|