@aws-sdk/client-securityhub 3.454.0 → 3.459.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 +163 -67
- package/dist-cjs/SecurityHub.js +24 -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/GetSecurityControlDefinitionCommand.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/UpdateSecurityControlCommand.js +51 -0
- package/dist-cjs/commands/index.js +12 -0
- package/dist-cjs/models/models_0.js +10 -1
- package/dist-cjs/models/models_2.js +104 -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 +1283 -31
- package/dist-es/SecurityHub.js +24 -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/GetSecurityControlDefinitionCommand.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/UpdateSecurityControlCommand.js +47 -0
- package/dist-es/commands/index.js +12 -0
- package/dist-es/models/models_0.js +9 -0
- package/dist-es/models/models_2.js +102 -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 +1258 -31
- package/dist-types/SecurityHub.d.ts +84 -0
- package/dist-types/SecurityHubClient.d.ts +14 -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 +7 -0
- package/dist-types/commands/BatchGetConfigurationPolicyAssociationsCommand.d.ts +128 -0
- package/dist-types/commands/BatchGetSecurityControlsCommand.d.ts +45 -2
- package/dist-types/commands/BatchImportFindingsCommand.d.ts +13 -3
- package/dist-types/commands/BatchUpdateAutomationRulesCommand.d.ts +7 -0
- package/dist-types/commands/BatchUpdateStandardsControlAssociationsCommand.d.ts +3 -0
- package/dist-types/commands/CreateAutomationRuleCommand.d.ts +7 -0
- package/dist-types/commands/CreateConfigurationPolicyCommand.d.ts +189 -0
- package/dist-types/commands/CreateInsightCommand.d.ts +17 -0
- package/dist-types/commands/CreateMembersCommand.d.ts +3 -0
- package/dist-types/commands/DeleteConfigurationPolicyCommand.d.ts +98 -0
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +7 -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 +107 -0
- package/dist-types/commands/GetConfigurationPolicyCommand.d.ts +143 -0
- package/dist-types/commands/GetFindingsCommand.d.ts +30 -3
- package/dist-types/commands/GetInsightsCommand.d.ts +17 -0
- package/dist-types/commands/GetSecurityControlDefinitionCommand.d.ts +193 -0
- package/dist-types/commands/ListConfigurationPoliciesCommand.d.ts +104 -0
- package/dist-types/commands/ListConfigurationPolicyAssociationsCommand.d.ts +110 -0
- package/dist-types/commands/ListSecurityControlDefinitionsCommand.d.ts +65 -0
- package/dist-types/commands/StartConfigurationPolicyAssociationCommand.d.ts +108 -0
- package/dist-types/commands/StartConfigurationPolicyDisassociationCommand.d.ts +102 -0
- package/dist-types/commands/UpdateConfigurationPolicyCommand.d.ts +191 -0
- package/dist-types/commands/UpdateFindingsCommand.d.ts +17 -0
- package/dist-types/commands/UpdateInsightCommand.d.ts +17 -0
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +16 -2
- package/dist-types/commands/UpdateSecurityControlCommand.d.ts +141 -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 +12 -0
- package/dist-types/models/models_0.d.ts +101 -193
- package/dist-types/models/models_1.d.ts +221 -86
- package/dist-types/models/models_2.d.ts +2377 -394
- 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 +108 -0
- package/dist-types/ts3.4/SecurityHub.d.ts +234 -0
- package/dist-types/ts3.4/SecurityHubClient.d.ts +72 -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/GetSecurityControlDefinitionCommand.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/UpdateSecurityControlCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +12 -0
- package/dist-types/ts3.4/models/models_0.d.ts +23 -26
- package/dist-types/ts3.4/models/models_1.d.ts +37 -15
- package/dist-types/ts3.4/models/models_2.d.ts +602 -17
- 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 +144 -0
- package/package.json +3 -3
|
@@ -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,
|
|
@@ -237,6 +257,10 @@ import {
|
|
|
237
257
|
GetMembersCommandInput,
|
|
238
258
|
GetMembersCommandOutput,
|
|
239
259
|
} from "./commands/GetMembersCommand";
|
|
260
|
+
import {
|
|
261
|
+
GetSecurityControlDefinitionCommandInput,
|
|
262
|
+
GetSecurityControlDefinitionCommandOutput,
|
|
263
|
+
} from "./commands/GetSecurityControlDefinitionCommand";
|
|
240
264
|
import {
|
|
241
265
|
InviteMembersCommandInput,
|
|
242
266
|
InviteMembersCommandOutput,
|
|
@@ -245,6 +269,14 @@ import {
|
|
|
245
269
|
ListAutomationRulesCommandInput,
|
|
246
270
|
ListAutomationRulesCommandOutput,
|
|
247
271
|
} from "./commands/ListAutomationRulesCommand";
|
|
272
|
+
import {
|
|
273
|
+
ListConfigurationPoliciesCommandInput,
|
|
274
|
+
ListConfigurationPoliciesCommandOutput,
|
|
275
|
+
} from "./commands/ListConfigurationPoliciesCommand";
|
|
276
|
+
import {
|
|
277
|
+
ListConfigurationPolicyAssociationsCommandInput,
|
|
278
|
+
ListConfigurationPolicyAssociationsCommandOutput,
|
|
279
|
+
} from "./commands/ListConfigurationPolicyAssociationsCommand";
|
|
248
280
|
import {
|
|
249
281
|
ListEnabledProductsForImportCommandInput,
|
|
250
282
|
ListEnabledProductsForImportCommandOutput,
|
|
@@ -277,6 +309,14 @@ import {
|
|
|
277
309
|
ListTagsForResourceCommandInput,
|
|
278
310
|
ListTagsForResourceCommandOutput,
|
|
279
311
|
} from "./commands/ListTagsForResourceCommand";
|
|
312
|
+
import {
|
|
313
|
+
StartConfigurationPolicyAssociationCommandInput,
|
|
314
|
+
StartConfigurationPolicyAssociationCommandOutput,
|
|
315
|
+
} from "./commands/StartConfigurationPolicyAssociationCommand";
|
|
316
|
+
import {
|
|
317
|
+
StartConfigurationPolicyDisassociationCommandInput,
|
|
318
|
+
StartConfigurationPolicyDisassociationCommandOutput,
|
|
319
|
+
} from "./commands/StartConfigurationPolicyDisassociationCommand";
|
|
280
320
|
import {
|
|
281
321
|
TagResourceCommandInput,
|
|
282
322
|
TagResourceCommandOutput,
|
|
@@ -289,6 +329,10 @@ import {
|
|
|
289
329
|
UpdateActionTargetCommandInput,
|
|
290
330
|
UpdateActionTargetCommandOutput,
|
|
291
331
|
} from "./commands/UpdateActionTargetCommand";
|
|
332
|
+
import {
|
|
333
|
+
UpdateConfigurationPolicyCommandInput,
|
|
334
|
+
UpdateConfigurationPolicyCommandOutput,
|
|
335
|
+
} from "./commands/UpdateConfigurationPolicyCommand";
|
|
292
336
|
import {
|
|
293
337
|
UpdateFindingAggregatorCommandInput,
|
|
294
338
|
UpdateFindingAggregatorCommandOutput,
|
|
@@ -305,6 +349,10 @@ import {
|
|
|
305
349
|
UpdateOrganizationConfigurationCommandInput,
|
|
306
350
|
UpdateOrganizationConfigurationCommandOutput,
|
|
307
351
|
} from "./commands/UpdateOrganizationConfigurationCommand";
|
|
352
|
+
import {
|
|
353
|
+
UpdateSecurityControlCommandInput,
|
|
354
|
+
UpdateSecurityControlCommandOutput,
|
|
355
|
+
} from "./commands/UpdateSecurityControlCommand";
|
|
308
356
|
import {
|
|
309
357
|
UpdateSecurityHubConfigurationCommandInput,
|
|
310
358
|
UpdateSecurityHubConfigurationCommandOutput,
|
|
@@ -327,6 +375,7 @@ export type ServiceInputTypes =
|
|
|
327
375
|
| BatchDisableStandardsCommandInput
|
|
328
376
|
| BatchEnableStandardsCommandInput
|
|
329
377
|
| BatchGetAutomationRulesCommandInput
|
|
378
|
+
| BatchGetConfigurationPolicyAssociationsCommandInput
|
|
330
379
|
| BatchGetSecurityControlsCommandInput
|
|
331
380
|
| BatchGetStandardsControlAssociationsCommandInput
|
|
332
381
|
| BatchImportFindingsCommandInput
|
|
@@ -335,11 +384,13 @@ export type ServiceInputTypes =
|
|
|
335
384
|
| BatchUpdateStandardsControlAssociationsCommandInput
|
|
336
385
|
| CreateActionTargetCommandInput
|
|
337
386
|
| CreateAutomationRuleCommandInput
|
|
387
|
+
| CreateConfigurationPolicyCommandInput
|
|
338
388
|
| CreateFindingAggregatorCommandInput
|
|
339
389
|
| CreateInsightCommandInput
|
|
340
390
|
| CreateMembersCommandInput
|
|
341
391
|
| DeclineInvitationsCommandInput
|
|
342
392
|
| DeleteActionTargetCommandInput
|
|
393
|
+
| DeleteConfigurationPolicyCommandInput
|
|
343
394
|
| DeleteFindingAggregatorCommandInput
|
|
344
395
|
| DeleteInsightCommandInput
|
|
345
396
|
| DeleteInvitationsCommandInput
|
|
@@ -360,6 +411,8 @@ export type ServiceInputTypes =
|
|
|
360
411
|
| EnableOrganizationAdminAccountCommandInput
|
|
361
412
|
| EnableSecurityHubCommandInput
|
|
362
413
|
| GetAdministratorAccountCommandInput
|
|
414
|
+
| GetConfigurationPolicyAssociationCommandInput
|
|
415
|
+
| GetConfigurationPolicyCommandInput
|
|
363
416
|
| GetEnabledStandardsCommandInput
|
|
364
417
|
| GetFindingAggregatorCommandInput
|
|
365
418
|
| GetFindingHistoryCommandInput
|
|
@@ -369,8 +422,11 @@ export type ServiceInputTypes =
|
|
|
369
422
|
| GetInvitationsCountCommandInput
|
|
370
423
|
| GetMasterAccountCommandInput
|
|
371
424
|
| GetMembersCommandInput
|
|
425
|
+
| GetSecurityControlDefinitionCommandInput
|
|
372
426
|
| InviteMembersCommandInput
|
|
373
427
|
| ListAutomationRulesCommandInput
|
|
428
|
+
| ListConfigurationPoliciesCommandInput
|
|
429
|
+
| ListConfigurationPolicyAssociationsCommandInput
|
|
374
430
|
| ListEnabledProductsForImportCommandInput
|
|
375
431
|
| ListFindingAggregatorsCommandInput
|
|
376
432
|
| ListInvitationsCommandInput
|
|
@@ -379,13 +435,17 @@ export type ServiceInputTypes =
|
|
|
379
435
|
| ListSecurityControlDefinitionsCommandInput
|
|
380
436
|
| ListStandardsControlAssociationsCommandInput
|
|
381
437
|
| ListTagsForResourceCommandInput
|
|
438
|
+
| StartConfigurationPolicyAssociationCommandInput
|
|
439
|
+
| StartConfigurationPolicyDisassociationCommandInput
|
|
382
440
|
| TagResourceCommandInput
|
|
383
441
|
| UntagResourceCommandInput
|
|
384
442
|
| UpdateActionTargetCommandInput
|
|
443
|
+
| UpdateConfigurationPolicyCommandInput
|
|
385
444
|
| UpdateFindingAggregatorCommandInput
|
|
386
445
|
| UpdateFindingsCommandInput
|
|
387
446
|
| UpdateInsightCommandInput
|
|
388
447
|
| UpdateOrganizationConfigurationCommandInput
|
|
448
|
+
| UpdateSecurityControlCommandInput
|
|
389
449
|
| UpdateSecurityHubConfigurationCommandInput
|
|
390
450
|
| UpdateStandardsControlCommandInput;
|
|
391
451
|
export type ServiceOutputTypes =
|
|
@@ -395,6 +455,7 @@ export type ServiceOutputTypes =
|
|
|
395
455
|
| BatchDisableStandardsCommandOutput
|
|
396
456
|
| BatchEnableStandardsCommandOutput
|
|
397
457
|
| BatchGetAutomationRulesCommandOutput
|
|
458
|
+
| BatchGetConfigurationPolicyAssociationsCommandOutput
|
|
398
459
|
| BatchGetSecurityControlsCommandOutput
|
|
399
460
|
| BatchGetStandardsControlAssociationsCommandOutput
|
|
400
461
|
| BatchImportFindingsCommandOutput
|
|
@@ -403,11 +464,13 @@ export type ServiceOutputTypes =
|
|
|
403
464
|
| BatchUpdateStandardsControlAssociationsCommandOutput
|
|
404
465
|
| CreateActionTargetCommandOutput
|
|
405
466
|
| CreateAutomationRuleCommandOutput
|
|
467
|
+
| CreateConfigurationPolicyCommandOutput
|
|
406
468
|
| CreateFindingAggregatorCommandOutput
|
|
407
469
|
| CreateInsightCommandOutput
|
|
408
470
|
| CreateMembersCommandOutput
|
|
409
471
|
| DeclineInvitationsCommandOutput
|
|
410
472
|
| DeleteActionTargetCommandOutput
|
|
473
|
+
| DeleteConfigurationPolicyCommandOutput
|
|
411
474
|
| DeleteFindingAggregatorCommandOutput
|
|
412
475
|
| DeleteInsightCommandOutput
|
|
413
476
|
| DeleteInvitationsCommandOutput
|
|
@@ -428,6 +491,8 @@ export type ServiceOutputTypes =
|
|
|
428
491
|
| EnableOrganizationAdminAccountCommandOutput
|
|
429
492
|
| EnableSecurityHubCommandOutput
|
|
430
493
|
| GetAdministratorAccountCommandOutput
|
|
494
|
+
| GetConfigurationPolicyAssociationCommandOutput
|
|
495
|
+
| GetConfigurationPolicyCommandOutput
|
|
431
496
|
| GetEnabledStandardsCommandOutput
|
|
432
497
|
| GetFindingAggregatorCommandOutput
|
|
433
498
|
| GetFindingHistoryCommandOutput
|
|
@@ -437,8 +502,11 @@ export type ServiceOutputTypes =
|
|
|
437
502
|
| GetInvitationsCountCommandOutput
|
|
438
503
|
| GetMasterAccountCommandOutput
|
|
439
504
|
| GetMembersCommandOutput
|
|
505
|
+
| GetSecurityControlDefinitionCommandOutput
|
|
440
506
|
| InviteMembersCommandOutput
|
|
441
507
|
| ListAutomationRulesCommandOutput
|
|
508
|
+
| ListConfigurationPoliciesCommandOutput
|
|
509
|
+
| ListConfigurationPolicyAssociationsCommandOutput
|
|
442
510
|
| ListEnabledProductsForImportCommandOutput
|
|
443
511
|
| ListFindingAggregatorsCommandOutput
|
|
444
512
|
| ListInvitationsCommandOutput
|
|
@@ -447,13 +515,17 @@ export type ServiceOutputTypes =
|
|
|
447
515
|
| ListSecurityControlDefinitionsCommandOutput
|
|
448
516
|
| ListStandardsControlAssociationsCommandOutput
|
|
449
517
|
| ListTagsForResourceCommandOutput
|
|
518
|
+
| StartConfigurationPolicyAssociationCommandOutput
|
|
519
|
+
| StartConfigurationPolicyDisassociationCommandOutput
|
|
450
520
|
| TagResourceCommandOutput
|
|
451
521
|
| UntagResourceCommandOutput
|
|
452
522
|
| UpdateActionTargetCommandOutput
|
|
523
|
+
| UpdateConfigurationPolicyCommandOutput
|
|
453
524
|
| UpdateFindingAggregatorCommandOutput
|
|
454
525
|
| UpdateFindingsCommandOutput
|
|
455
526
|
| UpdateInsightCommandOutput
|
|
456
527
|
| UpdateOrganizationConfigurationCommandOutput
|
|
528
|
+
| UpdateSecurityControlCommandOutput
|
|
457
529
|
| UpdateSecurityHubConfigurationCommandOutput
|
|
458
530
|
| UpdateStandardsControlCommandOutput;
|
|
459
531
|
export interface ClientDefaults
|
|
@@ -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
|
+
GetSecurityControlDefinitionRequest,
|
|
11
|
+
GetSecurityControlDefinitionResponse,
|
|
12
|
+
} from "../models/models_2";
|
|
13
|
+
import {
|
|
14
|
+
SecurityHubClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityHubClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetSecurityControlDefinitionCommandInput
|
|
20
|
+
extends GetSecurityControlDefinitionRequest {}
|
|
21
|
+
export interface GetSecurityControlDefinitionCommandOutput
|
|
22
|
+
extends GetSecurityControlDefinitionResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetSecurityControlDefinitionCommand extends $Command<
|
|
25
|
+
GetSecurityControlDefinitionCommandInput,
|
|
26
|
+
GetSecurityControlDefinitionCommandOutput,
|
|
27
|
+
SecurityHubClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetSecurityControlDefinitionCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetSecurityControlDefinitionCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
GetSecurityControlDefinitionCommandInput,
|
|
38
|
+
GetSecurityControlDefinitionCommandOutput
|
|
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
|
+
}
|