@aws-sdk/client-guardduty 3.590.0 → 3.595.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 +40 -0
- package/dist-cjs/index.js +429 -94
- package/dist-es/GuardDuty.js +10 -0
- package/dist-es/commands/CreateMalwareProtectionPlanCommand.js +24 -0
- package/dist-es/commands/DeleteMalwareProtectionPlanCommand.js +24 -0
- package/dist-es/commands/GetMalwareProtectionPlanCommand.js +24 -0
- package/dist-es/commands/ListMalwareProtectionPlansCommand.js +24 -0
- package/dist-es/commands/UpdateMalwareProtectionPlanCommand.js +24 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +23 -23
- package/dist-es/models/models_1.js +23 -0
- package/dist-es/protocols/Aws_restJson1.js +282 -1
- package/dist-types/GuardDuty.d.ts +36 -0
- package/dist-types/GuardDutyClient.d.ts +7 -2
- package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +2 -1
- package/dist-types/commands/AcceptInvitationCommand.d.ts +2 -1
- package/dist-types/commands/ArchiveFindingsCommand.d.ts +2 -1
- package/dist-types/commands/CreateDetectorCommand.d.ts +2 -1
- package/dist-types/commands/CreateFilterCommand.d.ts +2 -1
- package/dist-types/commands/CreateIPSetCommand.d.ts +2 -1
- package/dist-types/commands/CreateMalwareProtectionPlanCommand.d.ts +91 -0
- package/dist-types/commands/CreateMembersCommand.d.ts +2 -1
- package/dist-types/commands/CreatePublishingDestinationCommand.d.ts +2 -1
- package/dist-types/commands/CreateSampleFindingsCommand.d.ts +2 -1
- package/dist-types/commands/CreateThreatIntelSetCommand.d.ts +2 -1
- package/dist-types/commands/DeclineInvitationsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDetectorCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFilterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIPSetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteInvitationsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteMalwareProtectionPlanCommand.d.ts +72 -0
- package/dist-types/commands/DeleteMembersCommand.d.ts +2 -1
- package/dist-types/commands/DeletePublishingDestinationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteThreatIntelSetCommand.d.ts +2 -1
- package/dist-types/commands/DescribeMalwareScansCommand.d.ts +2 -1
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DescribePublishingDestinationCommand.d.ts +2 -1
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateMembersCommand.d.ts +2 -1
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +2 -1
- package/dist-types/commands/GetAdministratorAccountCommand.d.ts +2 -1
- package/dist-types/commands/GetCoverageStatisticsCommand.d.ts +2 -1
- package/dist-types/commands/GetDetectorCommand.d.ts +2 -1
- package/dist-types/commands/GetFilterCommand.d.ts +2 -1
- package/dist-types/commands/GetFindingsCommand.d.ts +25 -1
- package/dist-types/commands/GetFindingsStatisticsCommand.d.ts +2 -1
- package/dist-types/commands/GetIPSetCommand.d.ts +2 -1
- package/dist-types/commands/GetInvitationsCountCommand.d.ts +2 -1
- package/dist-types/commands/GetMalwareProtectionPlanCommand.d.ts +98 -0
- package/dist-types/commands/GetMalwareScanSettingsCommand.d.ts +2 -1
- package/dist-types/commands/GetMasterAccountCommand.d.ts +2 -1
- package/dist-types/commands/GetMemberDetectorsCommand.d.ts +2 -1
- package/dist-types/commands/GetMembersCommand.d.ts +2 -1
- package/dist-types/commands/GetOrganizationStatisticsCommand.d.ts +2 -1
- package/dist-types/commands/GetRemainingFreeTrialDaysCommand.d.ts +2 -1
- package/dist-types/commands/GetThreatIntelSetCommand.d.ts +2 -1
- package/dist-types/commands/GetUsageStatisticsCommand.d.ts +3 -2
- package/dist-types/commands/InviteMembersCommand.d.ts +3 -2
- package/dist-types/commands/ListCoverageCommand.d.ts +3 -2
- package/dist-types/commands/ListDetectorsCommand.d.ts +2 -1
- package/dist-types/commands/ListFiltersCommand.d.ts +2 -1
- package/dist-types/commands/ListFindingsCommand.d.ts +2 -1
- package/dist-types/commands/ListIPSetsCommand.d.ts +2 -1
- package/dist-types/commands/ListInvitationsCommand.d.ts +2 -1
- package/dist-types/commands/ListMalwareProtectionPlansCommand.d.ts +75 -0
- package/dist-types/commands/ListMembersCommand.d.ts +2 -1
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +2 -1
- package/dist-types/commands/ListPublishingDestinationsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListThreatIntelSetsCommand.d.ts +2 -1
- package/dist-types/commands/StartMalwareScanCommand.d.ts +2 -1
- package/dist-types/commands/StartMonitoringMembersCommand.d.ts +2 -1
- package/dist-types/commands/StopMonitoringMembersCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UnarchiveFindingsCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDetectorCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFilterCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFindingsFeedbackCommand.d.ts +2 -1
- package/dist-types/commands/UpdateIPSetCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMalwareProtectionPlanCommand.d.ts +83 -0
- package/dist-types/commands/UpdateMalwareScanSettingsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMemberDetectorsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePublishingDestinationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateThreatIntelSetCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/GuardDutyServiceException.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +331 -376
- package/dist-types/models/models_1.d.ts +469 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
- package/dist-types/ts3.4/GuardDuty.d.ts +86 -0
- package/dist-types/ts3.4/GuardDutyClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/AcceptAdministratorInvitationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ArchiveFindingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateDetectorCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateMalwareProtectionPlanCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreatePublishingDestinationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateSampleFindingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateThreatIntelSetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteMalwareProtectionPlanCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeletePublishingDestinationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteThreatIntelSetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeMalwareScansCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribePublishingDestinationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisassociateMembersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetCoverageStatisticsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetDetectorCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetFilterCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetMalwareProtectionPlanCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetMalwareScanSettingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetMemberDetectorsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetOrganizationStatisticsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetRemainingFreeTrialDaysCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetThreatIntelSetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +3 -2
- package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +3 -2
- package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +3 -2
- package/dist-types/ts3.4/commands/ListDetectorsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListMalwareProtectionPlansCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListPublishingDestinationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListThreatIntelSetsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartMalwareScanCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartMonitoringMembersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopMonitoringMembersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UnarchiveFindingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateDetectorCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateFindingsFeedbackCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateMalwareProtectionPlanCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateMalwareScanSettingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateMemberDetectorsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdatePublishingDestinationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateThreatIntelSetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/GuardDutyServiceException.d.ts +2 -1
- package/dist-types/ts3.4/models/models_0.d.ts +86 -100
- package/dist-types/ts3.4/models/models_1.d.ts +127 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
- package/package.json +6 -6
|
@@ -23,6 +23,10 @@ import {
|
|
|
23
23
|
CreateIPSetCommandInput,
|
|
24
24
|
CreateIPSetCommandOutput,
|
|
25
25
|
} from "./commands/CreateIPSetCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateMalwareProtectionPlanCommandInput,
|
|
28
|
+
CreateMalwareProtectionPlanCommandOutput,
|
|
29
|
+
} from "./commands/CreateMalwareProtectionPlanCommand";
|
|
26
30
|
import {
|
|
27
31
|
CreateMembersCommandInput,
|
|
28
32
|
CreateMembersCommandOutput,
|
|
@@ -59,6 +63,10 @@ import {
|
|
|
59
63
|
DeleteIPSetCommandInput,
|
|
60
64
|
DeleteIPSetCommandOutput,
|
|
61
65
|
} from "./commands/DeleteIPSetCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteMalwareProtectionPlanCommandInput,
|
|
68
|
+
DeleteMalwareProtectionPlanCommandOutput,
|
|
69
|
+
} from "./commands/DeleteMalwareProtectionPlanCommand";
|
|
62
70
|
import {
|
|
63
71
|
DeleteMembersCommandInput,
|
|
64
72
|
DeleteMembersCommandOutput,
|
|
@@ -135,6 +143,10 @@ import {
|
|
|
135
143
|
GetIPSetCommandInput,
|
|
136
144
|
GetIPSetCommandOutput,
|
|
137
145
|
} from "./commands/GetIPSetCommand";
|
|
146
|
+
import {
|
|
147
|
+
GetMalwareProtectionPlanCommandInput,
|
|
148
|
+
GetMalwareProtectionPlanCommandOutput,
|
|
149
|
+
} from "./commands/GetMalwareProtectionPlanCommand";
|
|
138
150
|
import {
|
|
139
151
|
GetMalwareScanSettingsCommandInput,
|
|
140
152
|
GetMalwareScanSettingsCommandOutput,
|
|
@@ -195,6 +207,10 @@ import {
|
|
|
195
207
|
ListIPSetsCommandInput,
|
|
196
208
|
ListIPSetsCommandOutput,
|
|
197
209
|
} from "./commands/ListIPSetsCommand";
|
|
210
|
+
import {
|
|
211
|
+
ListMalwareProtectionPlansCommandInput,
|
|
212
|
+
ListMalwareProtectionPlansCommandOutput,
|
|
213
|
+
} from "./commands/ListMalwareProtectionPlansCommand";
|
|
198
214
|
import {
|
|
199
215
|
ListMembersCommandInput,
|
|
200
216
|
ListMembersCommandOutput,
|
|
@@ -255,6 +271,10 @@ import {
|
|
|
255
271
|
UpdateIPSetCommandInput,
|
|
256
272
|
UpdateIPSetCommandOutput,
|
|
257
273
|
} from "./commands/UpdateIPSetCommand";
|
|
274
|
+
import {
|
|
275
|
+
UpdateMalwareProtectionPlanCommandInput,
|
|
276
|
+
UpdateMalwareProtectionPlanCommandOutput,
|
|
277
|
+
} from "./commands/UpdateMalwareProtectionPlanCommand";
|
|
258
278
|
import {
|
|
259
279
|
UpdateMalwareScanSettingsCommandInput,
|
|
260
280
|
UpdateMalwareScanSettingsCommandOutput,
|
|
@@ -355,6 +375,19 @@ export interface GuardDuty {
|
|
|
355
375
|
options: __HttpHandlerOptions,
|
|
356
376
|
cb: (err: any, data?: CreateIPSetCommandOutput) => void
|
|
357
377
|
): void;
|
|
378
|
+
createMalwareProtectionPlan(
|
|
379
|
+
args: CreateMalwareProtectionPlanCommandInput,
|
|
380
|
+
options?: __HttpHandlerOptions
|
|
381
|
+
): Promise<CreateMalwareProtectionPlanCommandOutput>;
|
|
382
|
+
createMalwareProtectionPlan(
|
|
383
|
+
args: CreateMalwareProtectionPlanCommandInput,
|
|
384
|
+
cb: (err: any, data?: CreateMalwareProtectionPlanCommandOutput) => void
|
|
385
|
+
): void;
|
|
386
|
+
createMalwareProtectionPlan(
|
|
387
|
+
args: CreateMalwareProtectionPlanCommandInput,
|
|
388
|
+
options: __HttpHandlerOptions,
|
|
389
|
+
cb: (err: any, data?: CreateMalwareProtectionPlanCommandOutput) => void
|
|
390
|
+
): void;
|
|
358
391
|
createMembers(
|
|
359
392
|
args: CreateMembersCommandInput,
|
|
360
393
|
options?: __HttpHandlerOptions
|
|
@@ -472,6 +505,19 @@ export interface GuardDuty {
|
|
|
472
505
|
options: __HttpHandlerOptions,
|
|
473
506
|
cb: (err: any, data?: DeleteIPSetCommandOutput) => void
|
|
474
507
|
): void;
|
|
508
|
+
deleteMalwareProtectionPlan(
|
|
509
|
+
args: DeleteMalwareProtectionPlanCommandInput,
|
|
510
|
+
options?: __HttpHandlerOptions
|
|
511
|
+
): Promise<DeleteMalwareProtectionPlanCommandOutput>;
|
|
512
|
+
deleteMalwareProtectionPlan(
|
|
513
|
+
args: DeleteMalwareProtectionPlanCommandInput,
|
|
514
|
+
cb: (err: any, data?: DeleteMalwareProtectionPlanCommandOutput) => void
|
|
515
|
+
): void;
|
|
516
|
+
deleteMalwareProtectionPlan(
|
|
517
|
+
args: DeleteMalwareProtectionPlanCommandInput,
|
|
518
|
+
options: __HttpHandlerOptions,
|
|
519
|
+
cb: (err: any, data?: DeleteMalwareProtectionPlanCommandOutput) => void
|
|
520
|
+
): void;
|
|
475
521
|
deleteMembers(
|
|
476
522
|
args: DeleteMembersCommandInput,
|
|
477
523
|
options?: __HttpHandlerOptions
|
|
@@ -732,6 +778,19 @@ export interface GuardDuty {
|
|
|
732
778
|
options: __HttpHandlerOptions,
|
|
733
779
|
cb: (err: any, data?: GetIPSetCommandOutput) => void
|
|
734
780
|
): void;
|
|
781
|
+
getMalwareProtectionPlan(
|
|
782
|
+
args: GetMalwareProtectionPlanCommandInput,
|
|
783
|
+
options?: __HttpHandlerOptions
|
|
784
|
+
): Promise<GetMalwareProtectionPlanCommandOutput>;
|
|
785
|
+
getMalwareProtectionPlan(
|
|
786
|
+
args: GetMalwareProtectionPlanCommandInput,
|
|
787
|
+
cb: (err: any, data?: GetMalwareProtectionPlanCommandOutput) => void
|
|
788
|
+
): void;
|
|
789
|
+
getMalwareProtectionPlan(
|
|
790
|
+
args: GetMalwareProtectionPlanCommandInput,
|
|
791
|
+
options: __HttpHandlerOptions,
|
|
792
|
+
cb: (err: any, data?: GetMalwareProtectionPlanCommandOutput) => void
|
|
793
|
+
): void;
|
|
735
794
|
getMalwareScanSettings(
|
|
736
795
|
args: GetMalwareScanSettingsCommandInput,
|
|
737
796
|
options?: __HttpHandlerOptions
|
|
@@ -930,6 +989,20 @@ export interface GuardDuty {
|
|
|
930
989
|
options: __HttpHandlerOptions,
|
|
931
990
|
cb: (err: any, data?: ListIPSetsCommandOutput) => void
|
|
932
991
|
): void;
|
|
992
|
+
listMalwareProtectionPlans(): Promise<ListMalwareProtectionPlansCommandOutput>;
|
|
993
|
+
listMalwareProtectionPlans(
|
|
994
|
+
args: ListMalwareProtectionPlansCommandInput,
|
|
995
|
+
options?: __HttpHandlerOptions
|
|
996
|
+
): Promise<ListMalwareProtectionPlansCommandOutput>;
|
|
997
|
+
listMalwareProtectionPlans(
|
|
998
|
+
args: ListMalwareProtectionPlansCommandInput,
|
|
999
|
+
cb: (err: any, data?: ListMalwareProtectionPlansCommandOutput) => void
|
|
1000
|
+
): void;
|
|
1001
|
+
listMalwareProtectionPlans(
|
|
1002
|
+
args: ListMalwareProtectionPlansCommandInput,
|
|
1003
|
+
options: __HttpHandlerOptions,
|
|
1004
|
+
cb: (err: any, data?: ListMalwareProtectionPlansCommandOutput) => void
|
|
1005
|
+
): void;
|
|
933
1006
|
listMembers(
|
|
934
1007
|
args: ListMembersCommandInput,
|
|
935
1008
|
options?: __HttpHandlerOptions
|
|
@@ -1126,6 +1199,19 @@ export interface GuardDuty {
|
|
|
1126
1199
|
options: __HttpHandlerOptions,
|
|
1127
1200
|
cb: (err: any, data?: UpdateIPSetCommandOutput) => void
|
|
1128
1201
|
): void;
|
|
1202
|
+
updateMalwareProtectionPlan(
|
|
1203
|
+
args: UpdateMalwareProtectionPlanCommandInput,
|
|
1204
|
+
options?: __HttpHandlerOptions
|
|
1205
|
+
): Promise<UpdateMalwareProtectionPlanCommandOutput>;
|
|
1206
|
+
updateMalwareProtectionPlan(
|
|
1207
|
+
args: UpdateMalwareProtectionPlanCommandInput,
|
|
1208
|
+
cb: (err: any, data?: UpdateMalwareProtectionPlanCommandOutput) => void
|
|
1209
|
+
): void;
|
|
1210
|
+
updateMalwareProtectionPlan(
|
|
1211
|
+
args: UpdateMalwareProtectionPlanCommandInput,
|
|
1212
|
+
options: __HttpHandlerOptions,
|
|
1213
|
+
cb: (err: any, data?: UpdateMalwareProtectionPlanCommandOutput) => void
|
|
1214
|
+
): void;
|
|
1129
1215
|
updateMalwareScanSettings(
|
|
1130
1216
|
args: UpdateMalwareScanSettingsCommandInput,
|
|
1131
1217
|
options?: __HttpHandlerOptions
|
|
@@ -69,6 +69,10 @@ import {
|
|
|
69
69
|
CreateIPSetCommandInput,
|
|
70
70
|
CreateIPSetCommandOutput,
|
|
71
71
|
} from "./commands/CreateIPSetCommand";
|
|
72
|
+
import {
|
|
73
|
+
CreateMalwareProtectionPlanCommandInput,
|
|
74
|
+
CreateMalwareProtectionPlanCommandOutput,
|
|
75
|
+
} from "./commands/CreateMalwareProtectionPlanCommand";
|
|
72
76
|
import {
|
|
73
77
|
CreateMembersCommandInput,
|
|
74
78
|
CreateMembersCommandOutput,
|
|
@@ -105,6 +109,10 @@ import {
|
|
|
105
109
|
DeleteIPSetCommandInput,
|
|
106
110
|
DeleteIPSetCommandOutput,
|
|
107
111
|
} from "./commands/DeleteIPSetCommand";
|
|
112
|
+
import {
|
|
113
|
+
DeleteMalwareProtectionPlanCommandInput,
|
|
114
|
+
DeleteMalwareProtectionPlanCommandOutput,
|
|
115
|
+
} from "./commands/DeleteMalwareProtectionPlanCommand";
|
|
108
116
|
import {
|
|
109
117
|
DeleteMembersCommandInput,
|
|
110
118
|
DeleteMembersCommandOutput,
|
|
@@ -181,6 +189,10 @@ import {
|
|
|
181
189
|
GetIPSetCommandInput,
|
|
182
190
|
GetIPSetCommandOutput,
|
|
183
191
|
} from "./commands/GetIPSetCommand";
|
|
192
|
+
import {
|
|
193
|
+
GetMalwareProtectionPlanCommandInput,
|
|
194
|
+
GetMalwareProtectionPlanCommandOutput,
|
|
195
|
+
} from "./commands/GetMalwareProtectionPlanCommand";
|
|
184
196
|
import {
|
|
185
197
|
GetMalwareScanSettingsCommandInput,
|
|
186
198
|
GetMalwareScanSettingsCommandOutput,
|
|
@@ -241,6 +253,10 @@ import {
|
|
|
241
253
|
ListIPSetsCommandInput,
|
|
242
254
|
ListIPSetsCommandOutput,
|
|
243
255
|
} from "./commands/ListIPSetsCommand";
|
|
256
|
+
import {
|
|
257
|
+
ListMalwareProtectionPlansCommandInput,
|
|
258
|
+
ListMalwareProtectionPlansCommandOutput,
|
|
259
|
+
} from "./commands/ListMalwareProtectionPlansCommand";
|
|
244
260
|
import {
|
|
245
261
|
ListMembersCommandInput,
|
|
246
262
|
ListMembersCommandOutput,
|
|
@@ -301,6 +317,10 @@ import {
|
|
|
301
317
|
UpdateIPSetCommandInput,
|
|
302
318
|
UpdateIPSetCommandOutput,
|
|
303
319
|
} from "./commands/UpdateIPSetCommand";
|
|
320
|
+
import {
|
|
321
|
+
UpdateMalwareProtectionPlanCommandInput,
|
|
322
|
+
UpdateMalwareProtectionPlanCommandOutput,
|
|
323
|
+
} from "./commands/UpdateMalwareProtectionPlanCommand";
|
|
304
324
|
import {
|
|
305
325
|
UpdateMalwareScanSettingsCommandInput,
|
|
306
326
|
UpdateMalwareScanSettingsCommandOutput,
|
|
@@ -335,6 +355,7 @@ export type ServiceInputTypes =
|
|
|
335
355
|
| CreateDetectorCommandInput
|
|
336
356
|
| CreateFilterCommandInput
|
|
337
357
|
| CreateIPSetCommandInput
|
|
358
|
+
| CreateMalwareProtectionPlanCommandInput
|
|
338
359
|
| CreateMembersCommandInput
|
|
339
360
|
| CreatePublishingDestinationCommandInput
|
|
340
361
|
| CreateSampleFindingsCommandInput
|
|
@@ -344,6 +365,7 @@ export type ServiceInputTypes =
|
|
|
344
365
|
| DeleteFilterCommandInput
|
|
345
366
|
| DeleteIPSetCommandInput
|
|
346
367
|
| DeleteInvitationsCommandInput
|
|
368
|
+
| DeleteMalwareProtectionPlanCommandInput
|
|
347
369
|
| DeleteMembersCommandInput
|
|
348
370
|
| DeletePublishingDestinationCommandInput
|
|
349
371
|
| DeleteThreatIntelSetCommandInput
|
|
@@ -363,6 +385,7 @@ export type ServiceInputTypes =
|
|
|
363
385
|
| GetFindingsStatisticsCommandInput
|
|
364
386
|
| GetIPSetCommandInput
|
|
365
387
|
| GetInvitationsCountCommandInput
|
|
388
|
+
| GetMalwareProtectionPlanCommandInput
|
|
366
389
|
| GetMalwareScanSettingsCommandInput
|
|
367
390
|
| GetMasterAccountCommandInput
|
|
368
391
|
| GetMemberDetectorsCommandInput
|
|
@@ -378,6 +401,7 @@ export type ServiceInputTypes =
|
|
|
378
401
|
| ListFindingsCommandInput
|
|
379
402
|
| ListIPSetsCommandInput
|
|
380
403
|
| ListInvitationsCommandInput
|
|
404
|
+
| ListMalwareProtectionPlansCommandInput
|
|
381
405
|
| ListMembersCommandInput
|
|
382
406
|
| ListOrganizationAdminAccountsCommandInput
|
|
383
407
|
| ListPublishingDestinationsCommandInput
|
|
@@ -393,6 +417,7 @@ export type ServiceInputTypes =
|
|
|
393
417
|
| UpdateFilterCommandInput
|
|
394
418
|
| UpdateFindingsFeedbackCommandInput
|
|
395
419
|
| UpdateIPSetCommandInput
|
|
420
|
+
| UpdateMalwareProtectionPlanCommandInput
|
|
396
421
|
| UpdateMalwareScanSettingsCommandInput
|
|
397
422
|
| UpdateMemberDetectorsCommandInput
|
|
398
423
|
| UpdateOrganizationConfigurationCommandInput
|
|
@@ -405,6 +430,7 @@ export type ServiceOutputTypes =
|
|
|
405
430
|
| CreateDetectorCommandOutput
|
|
406
431
|
| CreateFilterCommandOutput
|
|
407
432
|
| CreateIPSetCommandOutput
|
|
433
|
+
| CreateMalwareProtectionPlanCommandOutput
|
|
408
434
|
| CreateMembersCommandOutput
|
|
409
435
|
| CreatePublishingDestinationCommandOutput
|
|
410
436
|
| CreateSampleFindingsCommandOutput
|
|
@@ -414,6 +440,7 @@ export type ServiceOutputTypes =
|
|
|
414
440
|
| DeleteFilterCommandOutput
|
|
415
441
|
| DeleteIPSetCommandOutput
|
|
416
442
|
| DeleteInvitationsCommandOutput
|
|
443
|
+
| DeleteMalwareProtectionPlanCommandOutput
|
|
417
444
|
| DeleteMembersCommandOutput
|
|
418
445
|
| DeletePublishingDestinationCommandOutput
|
|
419
446
|
| DeleteThreatIntelSetCommandOutput
|
|
@@ -433,6 +460,7 @@ export type ServiceOutputTypes =
|
|
|
433
460
|
| GetFindingsStatisticsCommandOutput
|
|
434
461
|
| GetIPSetCommandOutput
|
|
435
462
|
| GetInvitationsCountCommandOutput
|
|
463
|
+
| GetMalwareProtectionPlanCommandOutput
|
|
436
464
|
| GetMalwareScanSettingsCommandOutput
|
|
437
465
|
| GetMasterAccountCommandOutput
|
|
438
466
|
| GetMemberDetectorsCommandOutput
|
|
@@ -448,6 +476,7 @@ export type ServiceOutputTypes =
|
|
|
448
476
|
| ListFindingsCommandOutput
|
|
449
477
|
| ListIPSetsCommandOutput
|
|
450
478
|
| ListInvitationsCommandOutput
|
|
479
|
+
| ListMalwareProtectionPlansCommandOutput
|
|
451
480
|
| ListMembersCommandOutput
|
|
452
481
|
| ListOrganizationAdminAccountsCommandOutput
|
|
453
482
|
| ListPublishingDestinationsCommandOutput
|
|
@@ -463,6 +492,7 @@ export type ServiceOutputTypes =
|
|
|
463
492
|
| UpdateFilterCommandOutput
|
|
464
493
|
| UpdateFindingsFeedbackCommandOutput
|
|
465
494
|
| UpdateIPSetCommandOutput
|
|
495
|
+
| UpdateMalwareProtectionPlanCommandOutput
|
|
466
496
|
| UpdateMalwareScanSettingsCommandOutput
|
|
467
497
|
| UpdateMemberDetectorsCommandOutput
|
|
468
498
|
| UpdateOrganizationConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
AcceptAdministratorInvitationRequest,
|
|
10
10
|
AcceptAdministratorInvitationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface AcceptAdministratorInvitationCommandInput
|
|
14
15
|
extends AcceptAdministratorInvitationRequest {}
|
|
15
16
|
export interface AcceptAdministratorInvitationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
AcceptInvitationRequest,
|
|
10
10
|
AcceptInvitationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface AcceptInvitationCommandInput extends AcceptInvitationRequest {}
|
|
14
15
|
export interface AcceptInvitationCommandOutput
|
|
15
16
|
extends AcceptInvitationResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ArchiveFindingsRequest,
|
|
10
10
|
ArchiveFindingsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ArchiveFindingsCommandInput extends ArchiveFindingsRequest {}
|
|
14
15
|
export interface ArchiveFindingsCommandOutput
|
|
15
16
|
extends ArchiveFindingsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateDetectorRequest,
|
|
10
10
|
CreateDetectorResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateDetectorCommandInput extends CreateDetectorRequest {}
|
|
14
15
|
export interface CreateDetectorCommandOutput
|
|
15
16
|
extends CreateDetectorResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GuardDutyClient";
|
|
8
8
|
import { CreateFilterRequest, CreateFilterResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateFilterCommandInput extends CreateFilterRequest {}
|
|
11
12
|
export interface CreateFilterCommandOutput
|
|
12
13
|
extends CreateFilterResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GuardDutyClient";
|
|
8
8
|
import { CreateIPSetRequest, CreateIPSetResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateIPSetCommandInput extends CreateIPSetRequest {}
|
|
11
12
|
export interface CreateIPSetCommandOutput
|
|
12
13
|
extends CreateIPSetResponse,
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GuardDutyClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GuardDutyClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateMalwareProtectionPlanRequest,
|
|
10
|
+
CreateMalwareProtectionPlanResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateMalwareProtectionPlanCommandInput
|
|
15
|
+
extends CreateMalwareProtectionPlanRequest {}
|
|
16
|
+
export interface CreateMalwareProtectionPlanCommandOutput
|
|
17
|
+
extends CreateMalwareProtectionPlanResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateMalwareProtectionPlanCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateMalwareProtectionPlanCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateMalwareProtectionPlanCommandInput,
|
|
24
|
+
CreateMalwareProtectionPlanCommandOutput,
|
|
25
|
+
GuardDutyClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreateMalwareProtectionPlanCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateMalwareProtectionPlanCommandInput,
|
|
33
|
+
CreateMalwareProtectionPlanCommandOutput,
|
|
34
|
+
GuardDutyClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateMalwareProtectionPlanCommand extends CreateMalwareProtectionPlanCommand_base {}
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateMembersRequest,
|
|
10
10
|
CreateMembersResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateMembersCommandInput extends CreateMembersRequest {}
|
|
14
15
|
export interface CreateMembersCommandOutput
|
|
15
16
|
extends CreateMembersResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreatePublishingDestinationRequest,
|
|
10
10
|
CreatePublishingDestinationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreatePublishingDestinationCommandInput
|
|
14
15
|
extends CreatePublishingDestinationRequest {}
|
|
15
16
|
export interface CreatePublishingDestinationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateSampleFindingsRequest,
|
|
10
10
|
CreateSampleFindingsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateSampleFindingsCommandInput
|
|
14
15
|
extends CreateSampleFindingsRequest {}
|
|
15
16
|
export interface CreateSampleFindingsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateThreatIntelSetRequest,
|
|
10
10
|
CreateThreatIntelSetResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateThreatIntelSetCommandInput
|
|
14
15
|
extends CreateThreatIntelSetRequest {}
|
|
15
16
|
export interface CreateThreatIntelSetCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeclineInvitationsRequest,
|
|
10
10
|
DeclineInvitationsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeclineInvitationsCommandInput
|
|
14
15
|
extends DeclineInvitationsRequest {}
|
|
15
16
|
export interface DeclineInvitationsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteDetectorRequest,
|
|
10
10
|
DeleteDetectorResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteDetectorCommandInput extends DeleteDetectorRequest {}
|
|
14
15
|
export interface DeleteDetectorCommandOutput
|
|
15
16
|
extends DeleteDetectorResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GuardDutyClient";
|
|
8
8
|
import { DeleteFilterRequest, DeleteFilterResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteFilterCommandInput extends DeleteFilterRequest {}
|
|
11
12
|
export interface DeleteFilterCommandOutput
|
|
12
13
|
extends DeleteFilterResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GuardDutyClient";
|
|
8
8
|
import { DeleteIPSetRequest, DeleteIPSetResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteIPSetCommandInput extends DeleteIPSetRequest {}
|
|
11
12
|
export interface DeleteIPSetCommandOutput
|
|
12
13
|
extends DeleteIPSetResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteInvitationsRequest,
|
|
10
10
|
DeleteInvitationsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteInvitationsCommandInput
|
|
14
15
|
extends DeleteInvitationsRequest {}
|
|
15
16
|
export interface DeleteInvitationsCommandOutput
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GuardDutyClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GuardDutyClient";
|
|
8
|
+
import { DeleteMalwareProtectionPlanRequest } from "../models/models_0";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface DeleteMalwareProtectionPlanCommandInput
|
|
12
|
+
extends DeleteMalwareProtectionPlanRequest {}
|
|
13
|
+
export interface DeleteMalwareProtectionPlanCommandOutput
|
|
14
|
+
extends __MetadataBearer {}
|
|
15
|
+
declare const DeleteMalwareProtectionPlanCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: DeleteMalwareProtectionPlanCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
DeleteMalwareProtectionPlanCommandInput,
|
|
20
|
+
DeleteMalwareProtectionPlanCommandOutput,
|
|
21
|
+
GuardDutyClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
__0_0: DeleteMalwareProtectionPlanCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
DeleteMalwareProtectionPlanCommandInput,
|
|
29
|
+
DeleteMalwareProtectionPlanCommandOutput,
|
|
30
|
+
GuardDutyClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class DeleteMalwareProtectionPlanCommand extends DeleteMalwareProtectionPlanCommand_base {}
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteMembersRequest,
|
|
10
10
|
DeleteMembersResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteMembersCommandInput extends DeleteMembersRequest {}
|
|
14
15
|
export interface DeleteMembersCommandOutput
|
|
15
16
|
extends DeleteMembersResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeletePublishingDestinationRequest,
|
|
10
10
|
DeletePublishingDestinationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeletePublishingDestinationCommandInput
|
|
14
15
|
extends DeletePublishingDestinationRequest {}
|
|
15
16
|
export interface DeletePublishingDestinationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteThreatIntelSetRequest,
|
|
10
10
|
DeleteThreatIntelSetResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteThreatIntelSetCommandInput
|
|
14
15
|
extends DeleteThreatIntelSetRequest {}
|
|
15
16
|
export interface DeleteThreatIntelSetCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeMalwareScansRequest,
|
|
10
10
|
DescribeMalwareScansResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeMalwareScansCommandInput
|
|
14
15
|
extends DescribeMalwareScansRequest {}
|
|
15
16
|
export interface DescribeMalwareScansCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeOrganizationConfigurationRequest,
|
|
10
10
|
DescribeOrganizationConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeOrganizationConfigurationCommandInput
|
|
14
15
|
extends DescribeOrganizationConfigurationRequest {}
|
|
15
16
|
export interface DescribeOrganizationConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribePublishingDestinationRequest,
|
|
10
10
|
DescribePublishingDestinationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribePublishingDestinationCommandInput
|
|
14
15
|
extends DescribePublishingDestinationRequest {}
|
|
15
16
|
export interface DescribePublishingDestinationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DisableOrganizationAdminAccountRequest,
|
|
10
10
|
DisableOrganizationAdminAccountResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DisableOrganizationAdminAccountCommandInput
|
|
14
15
|
extends DisableOrganizationAdminAccountRequest {}
|
|
15
16
|
export interface DisableOrganizationAdminAccountCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DisassociateFromAdministratorAccountRequest,
|
|
10
10
|
DisassociateFromAdministratorAccountResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DisassociateFromAdministratorAccountCommandInput
|
|
14
15
|
extends DisassociateFromAdministratorAccountRequest {}
|
|
15
16
|
export interface DisassociateFromAdministratorAccountCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DisassociateFromMasterAccountRequest,
|
|
10
10
|
DisassociateFromMasterAccountResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DisassociateFromMasterAccountCommandInput
|
|
14
15
|
extends DisassociateFromMasterAccountRequest {}
|
|
15
16
|
export interface DisassociateFromMasterAccountCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DisassociateMembersRequest,
|
|
10
10
|
DisassociateMembersResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DisassociateMembersCommandInput
|
|
14
15
|
extends DisassociateMembersRequest {}
|
|
15
16
|
export interface DisassociateMembersCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
EnableOrganizationAdminAccountRequest,
|
|
10
10
|
EnableOrganizationAdminAccountResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface EnableOrganizationAdminAccountCommandInput
|
|
14
15
|
extends EnableOrganizationAdminAccountRequest {}
|
|
15
16
|
export interface EnableOrganizationAdminAccountCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetAdministratorAccountRequest,
|
|
10
10
|
GetAdministratorAccountResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetAdministratorAccountCommandInput
|
|
14
15
|
extends GetAdministratorAccountRequest {}
|
|
15
16
|
export interface GetAdministratorAccountCommandOutput
|