@aws-sdk/client-guardduty 3.168.0 → 3.170.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.
Files changed (93) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/GuardDuty.d.ts +1186 -330
  3. package/dist-types/ts3.4/GuardDutyClient.d.ts +519 -138
  4. package/dist-types/ts3.4/commands/AcceptAdministratorInvitationCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/ArchiveFindingsCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreateDetectorCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/CreatePublishingDestinationCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateSampleFindingsCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CreateThreatIntelSetCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +38 -17
  15. package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DeletePublishingDestinationCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DeleteThreatIntelSetCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DescribeMalwareScansCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DescribePublishingDestinationCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DisassociateMembersCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/GetDetectorCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/GetFilterCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +38 -17
  37. package/dist-types/ts3.4/commands/GetMalwareScanSettingsCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/GetMemberDetectorsCommand.d.ts +38 -17
  40. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/GetRemainingFreeTrialDaysCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/GetThreatIntelSetCommand.d.ts +38 -17
  43. package/dist-types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +38 -17
  44. package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +37 -17
  45. package/dist-types/ts3.4/commands/ListDetectorsCommand.d.ts +37 -17
  46. package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +34 -17
  47. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +34 -17
  48. package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +34 -17
  49. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +37 -17
  50. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +34 -17
  51. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/ListPublishingDestinationsCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  54. package/dist-types/ts3.4/commands/ListThreatIntelSetsCommand.d.ts +38 -17
  55. package/dist-types/ts3.4/commands/StartMonitoringMembersCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/StopMonitoringMembersCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  58. package/dist-types/ts3.4/commands/UnarchiveFindingsCommand.d.ts +38 -17
  59. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  60. package/dist-types/ts3.4/commands/UpdateDetectorCommand.d.ts +37 -17
  61. package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +34 -17
  62. package/dist-types/ts3.4/commands/UpdateFindingsFeedbackCommand.d.ts +41 -17
  63. package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +34 -17
  64. package/dist-types/ts3.4/commands/UpdateMalwareScanSettingsCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/UpdateMemberDetectorsCommand.d.ts +41 -17
  66. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +41 -17
  67. package/dist-types/ts3.4/commands/UpdatePublishingDestinationCommand.d.ts +41 -17
  68. package/dist-types/ts3.4/commands/UpdateThreatIntelSetCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/index.d.ts +65 -65
  70. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  71. package/dist-types/ts3.4/index.d.ts +6 -6
  72. package/dist-types/ts3.4/models/GuardDutyServiceException.d.ts +8 -6
  73. package/dist-types/ts3.4/models/index.d.ts +1 -1
  74. package/dist-types/ts3.4/models/models_0.d.ts +2807 -2604
  75. package/dist-types/ts3.4/pagination/DescribeMalwareScansPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/GetUsageStatisticsPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  78. package/dist-types/ts3.4/pagination/ListDetectorsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListIPSetsPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListPublishingDestinationsPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListThreatIntelSetsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/index.d.ts +12 -12
  88. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +785 -197
  89. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  90. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  91. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  92. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  93. package/package.json +34 -34
@@ -1,330 +1,1186 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { AcceptAdministratorInvitationCommandInput, AcceptAdministratorInvitationCommandOutput } from "./commands/AcceptAdministratorInvitationCommand";
3
- import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand";
4
- import { ArchiveFindingsCommandInput, ArchiveFindingsCommandOutput } from "./commands/ArchiveFindingsCommand";
5
- import { CreateDetectorCommandInput, CreateDetectorCommandOutput } from "./commands/CreateDetectorCommand";
6
- import { CreateFilterCommandInput, CreateFilterCommandOutput } from "./commands/CreateFilterCommand";
7
- import { CreateIPSetCommandInput, CreateIPSetCommandOutput } from "./commands/CreateIPSetCommand";
8
- import { CreateMembersCommandInput, CreateMembersCommandOutput } from "./commands/CreateMembersCommand";
9
- import { CreatePublishingDestinationCommandInput, CreatePublishingDestinationCommandOutput } from "./commands/CreatePublishingDestinationCommand";
10
- import { CreateSampleFindingsCommandInput, CreateSampleFindingsCommandOutput } from "./commands/CreateSampleFindingsCommand";
11
- import { CreateThreatIntelSetCommandInput, CreateThreatIntelSetCommandOutput } from "./commands/CreateThreatIntelSetCommand";
12
- import { DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput } from "./commands/DeclineInvitationsCommand";
13
- import { DeleteDetectorCommandInput, DeleteDetectorCommandOutput } from "./commands/DeleteDetectorCommand";
14
- import { DeleteFilterCommandInput, DeleteFilterCommandOutput } from "./commands/DeleteFilterCommand";
15
- import { DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput } from "./commands/DeleteInvitationsCommand";
16
- import { DeleteIPSetCommandInput, DeleteIPSetCommandOutput } from "./commands/DeleteIPSetCommand";
17
- import { DeleteMembersCommandInput, DeleteMembersCommandOutput } from "./commands/DeleteMembersCommand";
18
- import { DeletePublishingDestinationCommandInput, DeletePublishingDestinationCommandOutput } from "./commands/DeletePublishingDestinationCommand";
19
- import { DeleteThreatIntelSetCommandInput, DeleteThreatIntelSetCommandOutput } from "./commands/DeleteThreatIntelSetCommand";
20
- import { DescribeMalwareScansCommandInput, DescribeMalwareScansCommandOutput } from "./commands/DescribeMalwareScansCommand";
21
- import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "./commands/DescribeOrganizationConfigurationCommand";
22
- import { DescribePublishingDestinationCommandInput, DescribePublishingDestinationCommandOutput } from "./commands/DescribePublishingDestinationCommand";
23
- import { DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput } from "./commands/DisableOrganizationAdminAccountCommand";
24
- import { DisassociateFromAdministratorAccountCommandInput, DisassociateFromAdministratorAccountCommandOutput } from "./commands/DisassociateFromAdministratorAccountCommand";
25
- import { DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput } from "./commands/DisassociateFromMasterAccountCommand";
26
- import { DisassociateMembersCommandInput, DisassociateMembersCommandOutput } from "./commands/DisassociateMembersCommand";
27
- import { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "./commands/EnableOrganizationAdminAccountCommand";
28
- import { GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput } from "./commands/GetAdministratorAccountCommand";
29
- import { GetDetectorCommandInput, GetDetectorCommandOutput } from "./commands/GetDetectorCommand";
30
- import { GetFilterCommandInput, GetFilterCommandOutput } from "./commands/GetFilterCommand";
31
- import { GetFindingsCommandInput, GetFindingsCommandOutput } from "./commands/GetFindingsCommand";
32
- import { GetFindingsStatisticsCommandInput, GetFindingsStatisticsCommandOutput } from "./commands/GetFindingsStatisticsCommand";
33
- import { GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput } from "./commands/GetInvitationsCountCommand";
34
- import { GetIPSetCommandInput, GetIPSetCommandOutput } from "./commands/GetIPSetCommand";
35
- import { GetMalwareScanSettingsCommandInput, GetMalwareScanSettingsCommandOutput } from "./commands/GetMalwareScanSettingsCommand";
36
- import { GetMasterAccountCommandInput, GetMasterAccountCommandOutput } from "./commands/GetMasterAccountCommand";
37
- import { GetMemberDetectorsCommandInput, GetMemberDetectorsCommandOutput } from "./commands/GetMemberDetectorsCommand";
38
- import { GetMembersCommandInput, GetMembersCommandOutput } from "./commands/GetMembersCommand";
39
- import { GetRemainingFreeTrialDaysCommandInput, GetRemainingFreeTrialDaysCommandOutput } from "./commands/GetRemainingFreeTrialDaysCommand";
40
- import { GetThreatIntelSetCommandInput, GetThreatIntelSetCommandOutput } from "./commands/GetThreatIntelSetCommand";
41
- import { GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput } from "./commands/GetUsageStatisticsCommand";
42
- import { InviteMembersCommandInput, InviteMembersCommandOutput } from "./commands/InviteMembersCommand";
43
- import { ListDetectorsCommandInput, ListDetectorsCommandOutput } from "./commands/ListDetectorsCommand";
44
- import { ListFiltersCommandInput, ListFiltersCommandOutput } from "./commands/ListFiltersCommand";
45
- import { ListFindingsCommandInput, ListFindingsCommandOutput } from "./commands/ListFindingsCommand";
46
- import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "./commands/ListInvitationsCommand";
47
- import { ListIPSetsCommandInput, ListIPSetsCommandOutput } from "./commands/ListIPSetsCommand";
48
- import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
49
- import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "./commands/ListOrganizationAdminAccountsCommand";
50
- import { ListPublishingDestinationsCommandInput, ListPublishingDestinationsCommandOutput } from "./commands/ListPublishingDestinationsCommand";
51
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
52
- import { ListThreatIntelSetsCommandInput, ListThreatIntelSetsCommandOutput } from "./commands/ListThreatIntelSetsCommand";
53
- import { StartMonitoringMembersCommandInput, StartMonitoringMembersCommandOutput } from "./commands/StartMonitoringMembersCommand";
54
- import { StopMonitoringMembersCommandInput, StopMonitoringMembersCommandOutput } from "./commands/StopMonitoringMembersCommand";
55
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
56
- import { UnarchiveFindingsCommandInput, UnarchiveFindingsCommandOutput } from "./commands/UnarchiveFindingsCommand";
57
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
58
- import { UpdateDetectorCommandInput, UpdateDetectorCommandOutput } from "./commands/UpdateDetectorCommand";
59
- import { UpdateFilterCommandInput, UpdateFilterCommandOutput } from "./commands/UpdateFilterCommand";
60
- import { UpdateFindingsFeedbackCommandInput, UpdateFindingsFeedbackCommandOutput } from "./commands/UpdateFindingsFeedbackCommand";
61
- import { UpdateIPSetCommandInput, UpdateIPSetCommandOutput } from "./commands/UpdateIPSetCommand";
62
- import { UpdateMalwareScanSettingsCommandInput, UpdateMalwareScanSettingsCommandOutput } from "./commands/UpdateMalwareScanSettingsCommand";
63
- import { UpdateMemberDetectorsCommandInput, UpdateMemberDetectorsCommandOutput } from "./commands/UpdateMemberDetectorsCommand";
64
- import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
65
- import { UpdatePublishingDestinationCommandInput, UpdatePublishingDestinationCommandOutput } from "./commands/UpdatePublishingDestinationCommand";
66
- import { UpdateThreatIntelSetCommandInput, UpdateThreatIntelSetCommandOutput } from "./commands/UpdateThreatIntelSetCommand";
67
- import { GuardDutyClient } from "./GuardDutyClient";
68
-
69
- export declare class GuardDuty extends GuardDutyClient {
70
-
71
- acceptAdministratorInvitation(args: AcceptAdministratorInvitationCommandInput, options?: __HttpHandlerOptions): Promise<AcceptAdministratorInvitationCommandOutput>;
72
- acceptAdministratorInvitation(args: AcceptAdministratorInvitationCommandInput, cb: (err: any, data?: AcceptAdministratorInvitationCommandOutput) => void): void;
73
- acceptAdministratorInvitation(args: AcceptAdministratorInvitationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptAdministratorInvitationCommandOutput) => void): void;
74
-
75
- acceptInvitation(args: AcceptInvitationCommandInput, options?: __HttpHandlerOptions): Promise<AcceptInvitationCommandOutput>;
76
- acceptInvitation(args: AcceptInvitationCommandInput, cb: (err: any, data?: AcceptInvitationCommandOutput) => void): void;
77
- acceptInvitation(args: AcceptInvitationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptInvitationCommandOutput) => void): void;
78
-
79
- archiveFindings(args: ArchiveFindingsCommandInput, options?: __HttpHandlerOptions): Promise<ArchiveFindingsCommandOutput>;
80
- archiveFindings(args: ArchiveFindingsCommandInput, cb: (err: any, data?: ArchiveFindingsCommandOutput) => void): void;
81
- archiveFindings(args: ArchiveFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ArchiveFindingsCommandOutput) => void): void;
82
-
83
- createDetector(args: CreateDetectorCommandInput, options?: __HttpHandlerOptions): Promise<CreateDetectorCommandOutput>;
84
- createDetector(args: CreateDetectorCommandInput, cb: (err: any, data?: CreateDetectorCommandOutput) => void): void;
85
- createDetector(args: CreateDetectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDetectorCommandOutput) => void): void;
86
-
87
- createFilter(args: CreateFilterCommandInput, options?: __HttpHandlerOptions): Promise<CreateFilterCommandOutput>;
88
- createFilter(args: CreateFilterCommandInput, cb: (err: any, data?: CreateFilterCommandOutput) => void): void;
89
- createFilter(args: CreateFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFilterCommandOutput) => void): void;
90
-
91
- createIPSet(args: CreateIPSetCommandInput, options?: __HttpHandlerOptions): Promise<CreateIPSetCommandOutput>;
92
- createIPSet(args: CreateIPSetCommandInput, cb: (err: any, data?: CreateIPSetCommandOutput) => void): void;
93
- createIPSet(args: CreateIPSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIPSetCommandOutput) => void): void;
94
-
95
- createMembers(args: CreateMembersCommandInput, options?: __HttpHandlerOptions): Promise<CreateMembersCommandOutput>;
96
- createMembers(args: CreateMembersCommandInput, cb: (err: any, data?: CreateMembersCommandOutput) => void): void;
97
- createMembers(args: CreateMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMembersCommandOutput) => void): void;
98
-
99
- createPublishingDestination(args: CreatePublishingDestinationCommandInput, options?: __HttpHandlerOptions): Promise<CreatePublishingDestinationCommandOutput>;
100
- createPublishingDestination(args: CreatePublishingDestinationCommandInput, cb: (err: any, data?: CreatePublishingDestinationCommandOutput) => void): void;
101
- createPublishingDestination(args: CreatePublishingDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePublishingDestinationCommandOutput) => void): void;
102
-
103
- createSampleFindings(args: CreateSampleFindingsCommandInput, options?: __HttpHandlerOptions): Promise<CreateSampleFindingsCommandOutput>;
104
- createSampleFindings(args: CreateSampleFindingsCommandInput, cb: (err: any, data?: CreateSampleFindingsCommandOutput) => void): void;
105
- createSampleFindings(args: CreateSampleFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSampleFindingsCommandOutput) => void): void;
106
-
107
- createThreatIntelSet(args: CreateThreatIntelSetCommandInput, options?: __HttpHandlerOptions): Promise<CreateThreatIntelSetCommandOutput>;
108
- createThreatIntelSet(args: CreateThreatIntelSetCommandInput, cb: (err: any, data?: CreateThreatIntelSetCommandOutput) => void): void;
109
- createThreatIntelSet(args: CreateThreatIntelSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateThreatIntelSetCommandOutput) => void): void;
110
-
111
- declineInvitations(args: DeclineInvitationsCommandInput, options?: __HttpHandlerOptions): Promise<DeclineInvitationsCommandOutput>;
112
- declineInvitations(args: DeclineInvitationsCommandInput, cb: (err: any, data?: DeclineInvitationsCommandOutput) => void): void;
113
- declineInvitations(args: DeclineInvitationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeclineInvitationsCommandOutput) => void): void;
114
-
115
- deleteDetector(args: DeleteDetectorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDetectorCommandOutput>;
116
- deleteDetector(args: DeleteDetectorCommandInput, cb: (err: any, data?: DeleteDetectorCommandOutput) => void): void;
117
- deleteDetector(args: DeleteDetectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDetectorCommandOutput) => void): void;
118
-
119
- deleteFilter(args: DeleteFilterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFilterCommandOutput>;
120
- deleteFilter(args: DeleteFilterCommandInput, cb: (err: any, data?: DeleteFilterCommandOutput) => void): void;
121
- deleteFilter(args: DeleteFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFilterCommandOutput) => void): void;
122
-
123
- deleteInvitations(args: DeleteInvitationsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInvitationsCommandOutput>;
124
- deleteInvitations(args: DeleteInvitationsCommandInput, cb: (err: any, data?: DeleteInvitationsCommandOutput) => void): void;
125
- deleteInvitations(args: DeleteInvitationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInvitationsCommandOutput) => void): void;
126
-
127
- deleteIPSet(args: DeleteIPSetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIPSetCommandOutput>;
128
- deleteIPSet(args: DeleteIPSetCommandInput, cb: (err: any, data?: DeleteIPSetCommandOutput) => void): void;
129
- deleteIPSet(args: DeleteIPSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIPSetCommandOutput) => void): void;
130
-
131
- deleteMembers(args: DeleteMembersCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMembersCommandOutput>;
132
- deleteMembers(args: DeleteMembersCommandInput, cb: (err: any, data?: DeleteMembersCommandOutput) => void): void;
133
- deleteMembers(args: DeleteMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMembersCommandOutput) => void): void;
134
-
135
- deletePublishingDestination(args: DeletePublishingDestinationCommandInput, options?: __HttpHandlerOptions): Promise<DeletePublishingDestinationCommandOutput>;
136
- deletePublishingDestination(args: DeletePublishingDestinationCommandInput, cb: (err: any, data?: DeletePublishingDestinationCommandOutput) => void): void;
137
- deletePublishingDestination(args: DeletePublishingDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePublishingDestinationCommandOutput) => void): void;
138
-
139
- deleteThreatIntelSet(args: DeleteThreatIntelSetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteThreatIntelSetCommandOutput>;
140
- deleteThreatIntelSet(args: DeleteThreatIntelSetCommandInput, cb: (err: any, data?: DeleteThreatIntelSetCommandOutput) => void): void;
141
- deleteThreatIntelSet(args: DeleteThreatIntelSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteThreatIntelSetCommandOutput) => void): void;
142
-
143
- describeMalwareScans(args: DescribeMalwareScansCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMalwareScansCommandOutput>;
144
- describeMalwareScans(args: DescribeMalwareScansCommandInput, cb: (err: any, data?: DescribeMalwareScansCommandOutput) => void): void;
145
- describeMalwareScans(args: DescribeMalwareScansCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMalwareScansCommandOutput) => void): void;
146
-
147
- describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOrganizationConfigurationCommandOutput>;
148
- describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, cb: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void): void;
149
- describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void): void;
150
-
151
- describePublishingDestination(args: DescribePublishingDestinationCommandInput, options?: __HttpHandlerOptions): Promise<DescribePublishingDestinationCommandOutput>;
152
- describePublishingDestination(args: DescribePublishingDestinationCommandInput, cb: (err: any, data?: DescribePublishingDestinationCommandOutput) => void): void;
153
- describePublishingDestination(args: DescribePublishingDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePublishingDestinationCommandOutput) => void): void;
154
-
155
- disableOrganizationAdminAccount(args: DisableOrganizationAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<DisableOrganizationAdminAccountCommandOutput>;
156
- disableOrganizationAdminAccount(args: DisableOrganizationAdminAccountCommandInput, cb: (err: any, data?: DisableOrganizationAdminAccountCommandOutput) => void): void;
157
- disableOrganizationAdminAccount(args: DisableOrganizationAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableOrganizationAdminAccountCommandOutput) => void): void;
158
-
159
- disassociateFromAdministratorAccount(args: DisassociateFromAdministratorAccountCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateFromAdministratorAccountCommandOutput>;
160
- disassociateFromAdministratorAccount(args: DisassociateFromAdministratorAccountCommandInput, cb: (err: any, data?: DisassociateFromAdministratorAccountCommandOutput) => void): void;
161
- disassociateFromAdministratorAccount(args: DisassociateFromAdministratorAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateFromAdministratorAccountCommandOutput) => void): void;
162
-
163
- disassociateFromMasterAccount(args: DisassociateFromMasterAccountCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateFromMasterAccountCommandOutput>;
164
- disassociateFromMasterAccount(args: DisassociateFromMasterAccountCommandInput, cb: (err: any, data?: DisassociateFromMasterAccountCommandOutput) => void): void;
165
- disassociateFromMasterAccount(args: DisassociateFromMasterAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateFromMasterAccountCommandOutput) => void): void;
166
-
167
- disassociateMembers(args: DisassociateMembersCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateMembersCommandOutput>;
168
- disassociateMembers(args: DisassociateMembersCommandInput, cb: (err: any, data?: DisassociateMembersCommandOutput) => void): void;
169
- disassociateMembers(args: DisassociateMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateMembersCommandOutput) => void): void;
170
-
171
- enableOrganizationAdminAccount(args: EnableOrganizationAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<EnableOrganizationAdminAccountCommandOutput>;
172
- enableOrganizationAdminAccount(args: EnableOrganizationAdminAccountCommandInput, cb: (err: any, data?: EnableOrganizationAdminAccountCommandOutput) => void): void;
173
- enableOrganizationAdminAccount(args: EnableOrganizationAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableOrganizationAdminAccountCommandOutput) => void): void;
174
-
175
- getAdministratorAccount(args: GetAdministratorAccountCommandInput, options?: __HttpHandlerOptions): Promise<GetAdministratorAccountCommandOutput>;
176
- getAdministratorAccount(args: GetAdministratorAccountCommandInput, cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void): void;
177
- getAdministratorAccount(args: GetAdministratorAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void): void;
178
-
179
- getDetector(args: GetDetectorCommandInput, options?: __HttpHandlerOptions): Promise<GetDetectorCommandOutput>;
180
- getDetector(args: GetDetectorCommandInput, cb: (err: any, data?: GetDetectorCommandOutput) => void): void;
181
- getDetector(args: GetDetectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDetectorCommandOutput) => void): void;
182
-
183
- getFilter(args: GetFilterCommandInput, options?: __HttpHandlerOptions): Promise<GetFilterCommandOutput>;
184
- getFilter(args: GetFilterCommandInput, cb: (err: any, data?: GetFilterCommandOutput) => void): void;
185
- getFilter(args: GetFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFilterCommandOutput) => void): void;
186
-
187
- getFindings(args: GetFindingsCommandInput, options?: __HttpHandlerOptions): Promise<GetFindingsCommandOutput>;
188
- getFindings(args: GetFindingsCommandInput, cb: (err: any, data?: GetFindingsCommandOutput) => void): void;
189
- getFindings(args: GetFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFindingsCommandOutput) => void): void;
190
-
191
- getFindingsStatistics(args: GetFindingsStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<GetFindingsStatisticsCommandOutput>;
192
- getFindingsStatistics(args: GetFindingsStatisticsCommandInput, cb: (err: any, data?: GetFindingsStatisticsCommandOutput) => void): void;
193
- getFindingsStatistics(args: GetFindingsStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFindingsStatisticsCommandOutput) => void): void;
194
-
195
- getInvitationsCount(args: GetInvitationsCountCommandInput, options?: __HttpHandlerOptions): Promise<GetInvitationsCountCommandOutput>;
196
- getInvitationsCount(args: GetInvitationsCountCommandInput, cb: (err: any, data?: GetInvitationsCountCommandOutput) => void): void;
197
- getInvitationsCount(args: GetInvitationsCountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInvitationsCountCommandOutput) => void): void;
198
-
199
- getIPSet(args: GetIPSetCommandInput, options?: __HttpHandlerOptions): Promise<GetIPSetCommandOutput>;
200
- getIPSet(args: GetIPSetCommandInput, cb: (err: any, data?: GetIPSetCommandOutput) => void): void;
201
- getIPSet(args: GetIPSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIPSetCommandOutput) => void): void;
202
-
203
- getMalwareScanSettings(args: GetMalwareScanSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetMalwareScanSettingsCommandOutput>;
204
- getMalwareScanSettings(args: GetMalwareScanSettingsCommandInput, cb: (err: any, data?: GetMalwareScanSettingsCommandOutput) => void): void;
205
- getMalwareScanSettings(args: GetMalwareScanSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMalwareScanSettingsCommandOutput) => void): void;
206
-
207
- getMasterAccount(args: GetMasterAccountCommandInput, options?: __HttpHandlerOptions): Promise<GetMasterAccountCommandOutput>;
208
- getMasterAccount(args: GetMasterAccountCommandInput, cb: (err: any, data?: GetMasterAccountCommandOutput) => void): void;
209
- getMasterAccount(args: GetMasterAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMasterAccountCommandOutput) => void): void;
210
-
211
- getMemberDetectors(args: GetMemberDetectorsCommandInput, options?: __HttpHandlerOptions): Promise<GetMemberDetectorsCommandOutput>;
212
- getMemberDetectors(args: GetMemberDetectorsCommandInput, cb: (err: any, data?: GetMemberDetectorsCommandOutput) => void): void;
213
- getMemberDetectors(args: GetMemberDetectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMemberDetectorsCommandOutput) => void): void;
214
-
215
- getMembers(args: GetMembersCommandInput, options?: __HttpHandlerOptions): Promise<GetMembersCommandOutput>;
216
- getMembers(args: GetMembersCommandInput, cb: (err: any, data?: GetMembersCommandOutput) => void): void;
217
- getMembers(args: GetMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMembersCommandOutput) => void): void;
218
-
219
- getRemainingFreeTrialDays(args: GetRemainingFreeTrialDaysCommandInput, options?: __HttpHandlerOptions): Promise<GetRemainingFreeTrialDaysCommandOutput>;
220
- getRemainingFreeTrialDays(args: GetRemainingFreeTrialDaysCommandInput, cb: (err: any, data?: GetRemainingFreeTrialDaysCommandOutput) => void): void;
221
- getRemainingFreeTrialDays(args: GetRemainingFreeTrialDaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRemainingFreeTrialDaysCommandOutput) => void): void;
222
-
223
- getThreatIntelSet(args: GetThreatIntelSetCommandInput, options?: __HttpHandlerOptions): Promise<GetThreatIntelSetCommandOutput>;
224
- getThreatIntelSet(args: GetThreatIntelSetCommandInput, cb: (err: any, data?: GetThreatIntelSetCommandOutput) => void): void;
225
- getThreatIntelSet(args: GetThreatIntelSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetThreatIntelSetCommandOutput) => void): void;
226
-
227
- getUsageStatistics(args: GetUsageStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<GetUsageStatisticsCommandOutput>;
228
- getUsageStatistics(args: GetUsageStatisticsCommandInput, cb: (err: any, data?: GetUsageStatisticsCommandOutput) => void): void;
229
- getUsageStatistics(args: GetUsageStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUsageStatisticsCommandOutput) => void): void;
230
-
231
- inviteMembers(args: InviteMembersCommandInput, options?: __HttpHandlerOptions): Promise<InviteMembersCommandOutput>;
232
- inviteMembers(args: InviteMembersCommandInput, cb: (err: any, data?: InviteMembersCommandOutput) => void): void;
233
- inviteMembers(args: InviteMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InviteMembersCommandOutput) => void): void;
234
-
235
- listDetectors(args: ListDetectorsCommandInput, options?: __HttpHandlerOptions): Promise<ListDetectorsCommandOutput>;
236
- listDetectors(args: ListDetectorsCommandInput, cb: (err: any, data?: ListDetectorsCommandOutput) => void): void;
237
- listDetectors(args: ListDetectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDetectorsCommandOutput) => void): void;
238
-
239
- listFilters(args: ListFiltersCommandInput, options?: __HttpHandlerOptions): Promise<ListFiltersCommandOutput>;
240
- listFilters(args: ListFiltersCommandInput, cb: (err: any, data?: ListFiltersCommandOutput) => void): void;
241
- listFilters(args: ListFiltersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFiltersCommandOutput) => void): void;
242
-
243
- listFindings(args: ListFindingsCommandInput, options?: __HttpHandlerOptions): Promise<ListFindingsCommandOutput>;
244
- listFindings(args: ListFindingsCommandInput, cb: (err: any, data?: ListFindingsCommandOutput) => void): void;
245
- listFindings(args: ListFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFindingsCommandOutput) => void): void;
246
-
247
- listInvitations(args: ListInvitationsCommandInput, options?: __HttpHandlerOptions): Promise<ListInvitationsCommandOutput>;
248
- listInvitations(args: ListInvitationsCommandInput, cb: (err: any, data?: ListInvitationsCommandOutput) => void): void;
249
- listInvitations(args: ListInvitationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInvitationsCommandOutput) => void): void;
250
-
251
- listIPSets(args: ListIPSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListIPSetsCommandOutput>;
252
- listIPSets(args: ListIPSetsCommandInput, cb: (err: any, data?: ListIPSetsCommandOutput) => void): void;
253
- listIPSets(args: ListIPSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIPSetsCommandOutput) => void): void;
254
-
255
- listMembers(args: ListMembersCommandInput, options?: __HttpHandlerOptions): Promise<ListMembersCommandOutput>;
256
- listMembers(args: ListMembersCommandInput, cb: (err: any, data?: ListMembersCommandOutput) => void): void;
257
- listMembers(args: ListMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMembersCommandOutput) => void): void;
258
-
259
- listOrganizationAdminAccounts(args: ListOrganizationAdminAccountsCommandInput, options?: __HttpHandlerOptions): Promise<ListOrganizationAdminAccountsCommandOutput>;
260
- listOrganizationAdminAccounts(args: ListOrganizationAdminAccountsCommandInput, cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void): void;
261
- listOrganizationAdminAccounts(args: ListOrganizationAdminAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void): void;
262
-
263
- listPublishingDestinations(args: ListPublishingDestinationsCommandInput, options?: __HttpHandlerOptions): Promise<ListPublishingDestinationsCommandOutput>;
264
- listPublishingDestinations(args: ListPublishingDestinationsCommandInput, cb: (err: any, data?: ListPublishingDestinationsCommandOutput) => void): void;
265
- listPublishingDestinations(args: ListPublishingDestinationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPublishingDestinationsCommandOutput) => void): void;
266
-
267
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
268
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
269
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
270
-
271
- listThreatIntelSets(args: ListThreatIntelSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListThreatIntelSetsCommandOutput>;
272
- listThreatIntelSets(args: ListThreatIntelSetsCommandInput, cb: (err: any, data?: ListThreatIntelSetsCommandOutput) => void): void;
273
- listThreatIntelSets(args: ListThreatIntelSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThreatIntelSetsCommandOutput) => void): void;
274
-
275
- startMonitoringMembers(args: StartMonitoringMembersCommandInput, options?: __HttpHandlerOptions): Promise<StartMonitoringMembersCommandOutput>;
276
- startMonitoringMembers(args: StartMonitoringMembersCommandInput, cb: (err: any, data?: StartMonitoringMembersCommandOutput) => void): void;
277
- startMonitoringMembers(args: StartMonitoringMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMonitoringMembersCommandOutput) => void): void;
278
-
279
- stopMonitoringMembers(args: StopMonitoringMembersCommandInput, options?: __HttpHandlerOptions): Promise<StopMonitoringMembersCommandOutput>;
280
- stopMonitoringMembers(args: StopMonitoringMembersCommandInput, cb: (err: any, data?: StopMonitoringMembersCommandOutput) => void): void;
281
- stopMonitoringMembers(args: StopMonitoringMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopMonitoringMembersCommandOutput) => void): void;
282
-
283
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
284
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
285
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
286
-
287
- unarchiveFindings(args: UnarchiveFindingsCommandInput, options?: __HttpHandlerOptions): Promise<UnarchiveFindingsCommandOutput>;
288
- unarchiveFindings(args: UnarchiveFindingsCommandInput, cb: (err: any, data?: UnarchiveFindingsCommandOutput) => void): void;
289
- unarchiveFindings(args: UnarchiveFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UnarchiveFindingsCommandOutput) => void): void;
290
-
291
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
292
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
293
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
294
-
295
- updateDetector(args: UpdateDetectorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDetectorCommandOutput>;
296
- updateDetector(args: UpdateDetectorCommandInput, cb: (err: any, data?: UpdateDetectorCommandOutput) => void): void;
297
- updateDetector(args: UpdateDetectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDetectorCommandOutput) => void): void;
298
-
299
- updateFilter(args: UpdateFilterCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFilterCommandOutput>;
300
- updateFilter(args: UpdateFilterCommandInput, cb: (err: any, data?: UpdateFilterCommandOutput) => void): void;
301
- updateFilter(args: UpdateFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFilterCommandOutput) => void): void;
302
-
303
- updateFindingsFeedback(args: UpdateFindingsFeedbackCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFindingsFeedbackCommandOutput>;
304
- updateFindingsFeedback(args: UpdateFindingsFeedbackCommandInput, cb: (err: any, data?: UpdateFindingsFeedbackCommandOutput) => void): void;
305
- updateFindingsFeedback(args: UpdateFindingsFeedbackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFindingsFeedbackCommandOutput) => void): void;
306
-
307
- updateIPSet(args: UpdateIPSetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateIPSetCommandOutput>;
308
- updateIPSet(args: UpdateIPSetCommandInput, cb: (err: any, data?: UpdateIPSetCommandOutput) => void): void;
309
- updateIPSet(args: UpdateIPSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIPSetCommandOutput) => void): void;
310
-
311
- updateMalwareScanSettings(args: UpdateMalwareScanSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMalwareScanSettingsCommandOutput>;
312
- updateMalwareScanSettings(args: UpdateMalwareScanSettingsCommandInput, cb: (err: any, data?: UpdateMalwareScanSettingsCommandOutput) => void): void;
313
- updateMalwareScanSettings(args: UpdateMalwareScanSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMalwareScanSettingsCommandOutput) => void): void;
314
-
315
- updateMemberDetectors(args: UpdateMemberDetectorsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMemberDetectorsCommandOutput>;
316
- updateMemberDetectors(args: UpdateMemberDetectorsCommandInput, cb: (err: any, data?: UpdateMemberDetectorsCommandOutput) => void): void;
317
- updateMemberDetectors(args: UpdateMemberDetectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMemberDetectorsCommandOutput) => void): void;
318
-
319
- updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateOrganizationConfigurationCommandOutput>;
320
- updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void): void;
321
- updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void): void;
322
-
323
- updatePublishingDestination(args: UpdatePublishingDestinationCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePublishingDestinationCommandOutput>;
324
- updatePublishingDestination(args: UpdatePublishingDestinationCommandInput, cb: (err: any, data?: UpdatePublishingDestinationCommandOutput) => void): void;
325
- updatePublishingDestination(args: UpdatePublishingDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePublishingDestinationCommandOutput) => void): void;
326
-
327
- updateThreatIntelSet(args: UpdateThreatIntelSetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateThreatIntelSetCommandOutput>;
328
- updateThreatIntelSet(args: UpdateThreatIntelSetCommandInput, cb: (err: any, data?: UpdateThreatIntelSetCommandOutput) => void): void;
329
- updateThreatIntelSet(args: UpdateThreatIntelSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateThreatIntelSetCommandOutput) => void): void;
330
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ AcceptAdministratorInvitationCommandInput,
4
+ AcceptAdministratorInvitationCommandOutput,
5
+ } from "./commands/AcceptAdministratorInvitationCommand";
6
+ import {
7
+ AcceptInvitationCommandInput,
8
+ AcceptInvitationCommandOutput,
9
+ } from "./commands/AcceptInvitationCommand";
10
+ import {
11
+ ArchiveFindingsCommandInput,
12
+ ArchiveFindingsCommandOutput,
13
+ } from "./commands/ArchiveFindingsCommand";
14
+ import {
15
+ CreateDetectorCommandInput,
16
+ CreateDetectorCommandOutput,
17
+ } from "./commands/CreateDetectorCommand";
18
+ import {
19
+ CreateFilterCommandInput,
20
+ CreateFilterCommandOutput,
21
+ } from "./commands/CreateFilterCommand";
22
+ import {
23
+ CreateIPSetCommandInput,
24
+ CreateIPSetCommandOutput,
25
+ } from "./commands/CreateIPSetCommand";
26
+ import {
27
+ CreateMembersCommandInput,
28
+ CreateMembersCommandOutput,
29
+ } from "./commands/CreateMembersCommand";
30
+ import {
31
+ CreatePublishingDestinationCommandInput,
32
+ CreatePublishingDestinationCommandOutput,
33
+ } from "./commands/CreatePublishingDestinationCommand";
34
+ import {
35
+ CreateSampleFindingsCommandInput,
36
+ CreateSampleFindingsCommandOutput,
37
+ } from "./commands/CreateSampleFindingsCommand";
38
+ import {
39
+ CreateThreatIntelSetCommandInput,
40
+ CreateThreatIntelSetCommandOutput,
41
+ } from "./commands/CreateThreatIntelSetCommand";
42
+ import {
43
+ DeclineInvitationsCommandInput,
44
+ DeclineInvitationsCommandOutput,
45
+ } from "./commands/DeclineInvitationsCommand";
46
+ import {
47
+ DeleteDetectorCommandInput,
48
+ DeleteDetectorCommandOutput,
49
+ } from "./commands/DeleteDetectorCommand";
50
+ import {
51
+ DeleteFilterCommandInput,
52
+ DeleteFilterCommandOutput,
53
+ } from "./commands/DeleteFilterCommand";
54
+ import {
55
+ DeleteInvitationsCommandInput,
56
+ DeleteInvitationsCommandOutput,
57
+ } from "./commands/DeleteInvitationsCommand";
58
+ import {
59
+ DeleteIPSetCommandInput,
60
+ DeleteIPSetCommandOutput,
61
+ } from "./commands/DeleteIPSetCommand";
62
+ import {
63
+ DeleteMembersCommandInput,
64
+ DeleteMembersCommandOutput,
65
+ } from "./commands/DeleteMembersCommand";
66
+ import {
67
+ DeletePublishingDestinationCommandInput,
68
+ DeletePublishingDestinationCommandOutput,
69
+ } from "./commands/DeletePublishingDestinationCommand";
70
+ import {
71
+ DeleteThreatIntelSetCommandInput,
72
+ DeleteThreatIntelSetCommandOutput,
73
+ } from "./commands/DeleteThreatIntelSetCommand";
74
+ import {
75
+ DescribeMalwareScansCommandInput,
76
+ DescribeMalwareScansCommandOutput,
77
+ } from "./commands/DescribeMalwareScansCommand";
78
+ import {
79
+ DescribeOrganizationConfigurationCommandInput,
80
+ DescribeOrganizationConfigurationCommandOutput,
81
+ } from "./commands/DescribeOrganizationConfigurationCommand";
82
+ import {
83
+ DescribePublishingDestinationCommandInput,
84
+ DescribePublishingDestinationCommandOutput,
85
+ } from "./commands/DescribePublishingDestinationCommand";
86
+ import {
87
+ DisableOrganizationAdminAccountCommandInput,
88
+ DisableOrganizationAdminAccountCommandOutput,
89
+ } from "./commands/DisableOrganizationAdminAccountCommand";
90
+ import {
91
+ DisassociateFromAdministratorAccountCommandInput,
92
+ DisassociateFromAdministratorAccountCommandOutput,
93
+ } from "./commands/DisassociateFromAdministratorAccountCommand";
94
+ import {
95
+ DisassociateFromMasterAccountCommandInput,
96
+ DisassociateFromMasterAccountCommandOutput,
97
+ } from "./commands/DisassociateFromMasterAccountCommand";
98
+ import {
99
+ DisassociateMembersCommandInput,
100
+ DisassociateMembersCommandOutput,
101
+ } from "./commands/DisassociateMembersCommand";
102
+ import {
103
+ EnableOrganizationAdminAccountCommandInput,
104
+ EnableOrganizationAdminAccountCommandOutput,
105
+ } from "./commands/EnableOrganizationAdminAccountCommand";
106
+ import {
107
+ GetAdministratorAccountCommandInput,
108
+ GetAdministratorAccountCommandOutput,
109
+ } from "./commands/GetAdministratorAccountCommand";
110
+ import {
111
+ GetDetectorCommandInput,
112
+ GetDetectorCommandOutput,
113
+ } from "./commands/GetDetectorCommand";
114
+ import {
115
+ GetFilterCommandInput,
116
+ GetFilterCommandOutput,
117
+ } from "./commands/GetFilterCommand";
118
+ import {
119
+ GetFindingsCommandInput,
120
+ GetFindingsCommandOutput,
121
+ } from "./commands/GetFindingsCommand";
122
+ import {
123
+ GetFindingsStatisticsCommandInput,
124
+ GetFindingsStatisticsCommandOutput,
125
+ } from "./commands/GetFindingsStatisticsCommand";
126
+ import {
127
+ GetInvitationsCountCommandInput,
128
+ GetInvitationsCountCommandOutput,
129
+ } from "./commands/GetInvitationsCountCommand";
130
+ import {
131
+ GetIPSetCommandInput,
132
+ GetIPSetCommandOutput,
133
+ } from "./commands/GetIPSetCommand";
134
+ import {
135
+ GetMalwareScanSettingsCommandInput,
136
+ GetMalwareScanSettingsCommandOutput,
137
+ } from "./commands/GetMalwareScanSettingsCommand";
138
+ import {
139
+ GetMasterAccountCommandInput,
140
+ GetMasterAccountCommandOutput,
141
+ } from "./commands/GetMasterAccountCommand";
142
+ import {
143
+ GetMemberDetectorsCommandInput,
144
+ GetMemberDetectorsCommandOutput,
145
+ } from "./commands/GetMemberDetectorsCommand";
146
+ import {
147
+ GetMembersCommandInput,
148
+ GetMembersCommandOutput,
149
+ } from "./commands/GetMembersCommand";
150
+ import {
151
+ GetRemainingFreeTrialDaysCommandInput,
152
+ GetRemainingFreeTrialDaysCommandOutput,
153
+ } from "./commands/GetRemainingFreeTrialDaysCommand";
154
+ import {
155
+ GetThreatIntelSetCommandInput,
156
+ GetThreatIntelSetCommandOutput,
157
+ } from "./commands/GetThreatIntelSetCommand";
158
+ import {
159
+ GetUsageStatisticsCommandInput,
160
+ GetUsageStatisticsCommandOutput,
161
+ } from "./commands/GetUsageStatisticsCommand";
162
+ import {
163
+ InviteMembersCommandInput,
164
+ InviteMembersCommandOutput,
165
+ } from "./commands/InviteMembersCommand";
166
+ import {
167
+ ListDetectorsCommandInput,
168
+ ListDetectorsCommandOutput,
169
+ } from "./commands/ListDetectorsCommand";
170
+ import {
171
+ ListFiltersCommandInput,
172
+ ListFiltersCommandOutput,
173
+ } from "./commands/ListFiltersCommand";
174
+ import {
175
+ ListFindingsCommandInput,
176
+ ListFindingsCommandOutput,
177
+ } from "./commands/ListFindingsCommand";
178
+ import {
179
+ ListInvitationsCommandInput,
180
+ ListInvitationsCommandOutput,
181
+ } from "./commands/ListInvitationsCommand";
182
+ import {
183
+ ListIPSetsCommandInput,
184
+ ListIPSetsCommandOutput,
185
+ } from "./commands/ListIPSetsCommand";
186
+ import {
187
+ ListMembersCommandInput,
188
+ ListMembersCommandOutput,
189
+ } from "./commands/ListMembersCommand";
190
+ import {
191
+ ListOrganizationAdminAccountsCommandInput,
192
+ ListOrganizationAdminAccountsCommandOutput,
193
+ } from "./commands/ListOrganizationAdminAccountsCommand";
194
+ import {
195
+ ListPublishingDestinationsCommandInput,
196
+ ListPublishingDestinationsCommandOutput,
197
+ } from "./commands/ListPublishingDestinationsCommand";
198
+ import {
199
+ ListTagsForResourceCommandInput,
200
+ ListTagsForResourceCommandOutput,
201
+ } from "./commands/ListTagsForResourceCommand";
202
+ import {
203
+ ListThreatIntelSetsCommandInput,
204
+ ListThreatIntelSetsCommandOutput,
205
+ } from "./commands/ListThreatIntelSetsCommand";
206
+ import {
207
+ StartMonitoringMembersCommandInput,
208
+ StartMonitoringMembersCommandOutput,
209
+ } from "./commands/StartMonitoringMembersCommand";
210
+ import {
211
+ StopMonitoringMembersCommandInput,
212
+ StopMonitoringMembersCommandOutput,
213
+ } from "./commands/StopMonitoringMembersCommand";
214
+ import {
215
+ TagResourceCommandInput,
216
+ TagResourceCommandOutput,
217
+ } from "./commands/TagResourceCommand";
218
+ import {
219
+ UnarchiveFindingsCommandInput,
220
+ UnarchiveFindingsCommandOutput,
221
+ } from "./commands/UnarchiveFindingsCommand";
222
+ import {
223
+ UntagResourceCommandInput,
224
+ UntagResourceCommandOutput,
225
+ } from "./commands/UntagResourceCommand";
226
+ import {
227
+ UpdateDetectorCommandInput,
228
+ UpdateDetectorCommandOutput,
229
+ } from "./commands/UpdateDetectorCommand";
230
+ import {
231
+ UpdateFilterCommandInput,
232
+ UpdateFilterCommandOutput,
233
+ } from "./commands/UpdateFilterCommand";
234
+ import {
235
+ UpdateFindingsFeedbackCommandInput,
236
+ UpdateFindingsFeedbackCommandOutput,
237
+ } from "./commands/UpdateFindingsFeedbackCommand";
238
+ import {
239
+ UpdateIPSetCommandInput,
240
+ UpdateIPSetCommandOutput,
241
+ } from "./commands/UpdateIPSetCommand";
242
+ import {
243
+ UpdateMalwareScanSettingsCommandInput,
244
+ UpdateMalwareScanSettingsCommandOutput,
245
+ } from "./commands/UpdateMalwareScanSettingsCommand";
246
+ import {
247
+ UpdateMemberDetectorsCommandInput,
248
+ UpdateMemberDetectorsCommandOutput,
249
+ } from "./commands/UpdateMemberDetectorsCommand";
250
+ import {
251
+ UpdateOrganizationConfigurationCommandInput,
252
+ UpdateOrganizationConfigurationCommandOutput,
253
+ } from "./commands/UpdateOrganizationConfigurationCommand";
254
+ import {
255
+ UpdatePublishingDestinationCommandInput,
256
+ UpdatePublishingDestinationCommandOutput,
257
+ } from "./commands/UpdatePublishingDestinationCommand";
258
+ import {
259
+ UpdateThreatIntelSetCommandInput,
260
+ UpdateThreatIntelSetCommandOutput,
261
+ } from "./commands/UpdateThreatIntelSetCommand";
262
+ import { GuardDutyClient } from "./GuardDutyClient";
263
+
264
+ export declare class GuardDuty extends GuardDutyClient {
265
+ acceptAdministratorInvitation(
266
+ args: AcceptAdministratorInvitationCommandInput,
267
+ options?: __HttpHandlerOptions
268
+ ): Promise<AcceptAdministratorInvitationCommandOutput>;
269
+ acceptAdministratorInvitation(
270
+ args: AcceptAdministratorInvitationCommandInput,
271
+ cb: (err: any, data?: AcceptAdministratorInvitationCommandOutput) => void
272
+ ): void;
273
+ acceptAdministratorInvitation(
274
+ args: AcceptAdministratorInvitationCommandInput,
275
+ options: __HttpHandlerOptions,
276
+ cb: (err: any, data?: AcceptAdministratorInvitationCommandOutput) => void
277
+ ): void;
278
+
279
+ acceptInvitation(
280
+ args: AcceptInvitationCommandInput,
281
+ options?: __HttpHandlerOptions
282
+ ): Promise<AcceptInvitationCommandOutput>;
283
+ acceptInvitation(
284
+ args: AcceptInvitationCommandInput,
285
+ cb: (err: any, data?: AcceptInvitationCommandOutput) => void
286
+ ): void;
287
+ acceptInvitation(
288
+ args: AcceptInvitationCommandInput,
289
+ options: __HttpHandlerOptions,
290
+ cb: (err: any, data?: AcceptInvitationCommandOutput) => void
291
+ ): void;
292
+
293
+ archiveFindings(
294
+ args: ArchiveFindingsCommandInput,
295
+ options?: __HttpHandlerOptions
296
+ ): Promise<ArchiveFindingsCommandOutput>;
297
+ archiveFindings(
298
+ args: ArchiveFindingsCommandInput,
299
+ cb: (err: any, data?: ArchiveFindingsCommandOutput) => void
300
+ ): void;
301
+ archiveFindings(
302
+ args: ArchiveFindingsCommandInput,
303
+ options: __HttpHandlerOptions,
304
+ cb: (err: any, data?: ArchiveFindingsCommandOutput) => void
305
+ ): void;
306
+
307
+ createDetector(
308
+ args: CreateDetectorCommandInput,
309
+ options?: __HttpHandlerOptions
310
+ ): Promise<CreateDetectorCommandOutput>;
311
+ createDetector(
312
+ args: CreateDetectorCommandInput,
313
+ cb: (err: any, data?: CreateDetectorCommandOutput) => void
314
+ ): void;
315
+ createDetector(
316
+ args: CreateDetectorCommandInput,
317
+ options: __HttpHandlerOptions,
318
+ cb: (err: any, data?: CreateDetectorCommandOutput) => void
319
+ ): void;
320
+
321
+ createFilter(
322
+ args: CreateFilterCommandInput,
323
+ options?: __HttpHandlerOptions
324
+ ): Promise<CreateFilterCommandOutput>;
325
+ createFilter(
326
+ args: CreateFilterCommandInput,
327
+ cb: (err: any, data?: CreateFilterCommandOutput) => void
328
+ ): void;
329
+ createFilter(
330
+ args: CreateFilterCommandInput,
331
+ options: __HttpHandlerOptions,
332
+ cb: (err: any, data?: CreateFilterCommandOutput) => void
333
+ ): void;
334
+
335
+ createIPSet(
336
+ args: CreateIPSetCommandInput,
337
+ options?: __HttpHandlerOptions
338
+ ): Promise<CreateIPSetCommandOutput>;
339
+ createIPSet(
340
+ args: CreateIPSetCommandInput,
341
+ cb: (err: any, data?: CreateIPSetCommandOutput) => void
342
+ ): void;
343
+ createIPSet(
344
+ args: CreateIPSetCommandInput,
345
+ options: __HttpHandlerOptions,
346
+ cb: (err: any, data?: CreateIPSetCommandOutput) => void
347
+ ): void;
348
+
349
+ createMembers(
350
+ args: CreateMembersCommandInput,
351
+ options?: __HttpHandlerOptions
352
+ ): Promise<CreateMembersCommandOutput>;
353
+ createMembers(
354
+ args: CreateMembersCommandInput,
355
+ cb: (err: any, data?: CreateMembersCommandOutput) => void
356
+ ): void;
357
+ createMembers(
358
+ args: CreateMembersCommandInput,
359
+ options: __HttpHandlerOptions,
360
+ cb: (err: any, data?: CreateMembersCommandOutput) => void
361
+ ): void;
362
+
363
+ createPublishingDestination(
364
+ args: CreatePublishingDestinationCommandInput,
365
+ options?: __HttpHandlerOptions
366
+ ): Promise<CreatePublishingDestinationCommandOutput>;
367
+ createPublishingDestination(
368
+ args: CreatePublishingDestinationCommandInput,
369
+ cb: (err: any, data?: CreatePublishingDestinationCommandOutput) => void
370
+ ): void;
371
+ createPublishingDestination(
372
+ args: CreatePublishingDestinationCommandInput,
373
+ options: __HttpHandlerOptions,
374
+ cb: (err: any, data?: CreatePublishingDestinationCommandOutput) => void
375
+ ): void;
376
+
377
+ createSampleFindings(
378
+ args: CreateSampleFindingsCommandInput,
379
+ options?: __HttpHandlerOptions
380
+ ): Promise<CreateSampleFindingsCommandOutput>;
381
+ createSampleFindings(
382
+ args: CreateSampleFindingsCommandInput,
383
+ cb: (err: any, data?: CreateSampleFindingsCommandOutput) => void
384
+ ): void;
385
+ createSampleFindings(
386
+ args: CreateSampleFindingsCommandInput,
387
+ options: __HttpHandlerOptions,
388
+ cb: (err: any, data?: CreateSampleFindingsCommandOutput) => void
389
+ ): void;
390
+
391
+ createThreatIntelSet(
392
+ args: CreateThreatIntelSetCommandInput,
393
+ options?: __HttpHandlerOptions
394
+ ): Promise<CreateThreatIntelSetCommandOutput>;
395
+ createThreatIntelSet(
396
+ args: CreateThreatIntelSetCommandInput,
397
+ cb: (err: any, data?: CreateThreatIntelSetCommandOutput) => void
398
+ ): void;
399
+ createThreatIntelSet(
400
+ args: CreateThreatIntelSetCommandInput,
401
+ options: __HttpHandlerOptions,
402
+ cb: (err: any, data?: CreateThreatIntelSetCommandOutput) => void
403
+ ): void;
404
+
405
+ declineInvitations(
406
+ args: DeclineInvitationsCommandInput,
407
+ options?: __HttpHandlerOptions
408
+ ): Promise<DeclineInvitationsCommandOutput>;
409
+ declineInvitations(
410
+ args: DeclineInvitationsCommandInput,
411
+ cb: (err: any, data?: DeclineInvitationsCommandOutput) => void
412
+ ): void;
413
+ declineInvitations(
414
+ args: DeclineInvitationsCommandInput,
415
+ options: __HttpHandlerOptions,
416
+ cb: (err: any, data?: DeclineInvitationsCommandOutput) => void
417
+ ): void;
418
+
419
+ deleteDetector(
420
+ args: DeleteDetectorCommandInput,
421
+ options?: __HttpHandlerOptions
422
+ ): Promise<DeleteDetectorCommandOutput>;
423
+ deleteDetector(
424
+ args: DeleteDetectorCommandInput,
425
+ cb: (err: any, data?: DeleteDetectorCommandOutput) => void
426
+ ): void;
427
+ deleteDetector(
428
+ args: DeleteDetectorCommandInput,
429
+ options: __HttpHandlerOptions,
430
+ cb: (err: any, data?: DeleteDetectorCommandOutput) => void
431
+ ): void;
432
+
433
+ deleteFilter(
434
+ args: DeleteFilterCommandInput,
435
+ options?: __HttpHandlerOptions
436
+ ): Promise<DeleteFilterCommandOutput>;
437
+ deleteFilter(
438
+ args: DeleteFilterCommandInput,
439
+ cb: (err: any, data?: DeleteFilterCommandOutput) => void
440
+ ): void;
441
+ deleteFilter(
442
+ args: DeleteFilterCommandInput,
443
+ options: __HttpHandlerOptions,
444
+ cb: (err: any, data?: DeleteFilterCommandOutput) => void
445
+ ): void;
446
+
447
+ deleteInvitations(
448
+ args: DeleteInvitationsCommandInput,
449
+ options?: __HttpHandlerOptions
450
+ ): Promise<DeleteInvitationsCommandOutput>;
451
+ deleteInvitations(
452
+ args: DeleteInvitationsCommandInput,
453
+ cb: (err: any, data?: DeleteInvitationsCommandOutput) => void
454
+ ): void;
455
+ deleteInvitations(
456
+ args: DeleteInvitationsCommandInput,
457
+ options: __HttpHandlerOptions,
458
+ cb: (err: any, data?: DeleteInvitationsCommandOutput) => void
459
+ ): void;
460
+
461
+ deleteIPSet(
462
+ args: DeleteIPSetCommandInput,
463
+ options?: __HttpHandlerOptions
464
+ ): Promise<DeleteIPSetCommandOutput>;
465
+ deleteIPSet(
466
+ args: DeleteIPSetCommandInput,
467
+ cb: (err: any, data?: DeleteIPSetCommandOutput) => void
468
+ ): void;
469
+ deleteIPSet(
470
+ args: DeleteIPSetCommandInput,
471
+ options: __HttpHandlerOptions,
472
+ cb: (err: any, data?: DeleteIPSetCommandOutput) => void
473
+ ): void;
474
+
475
+ deleteMembers(
476
+ args: DeleteMembersCommandInput,
477
+ options?: __HttpHandlerOptions
478
+ ): Promise<DeleteMembersCommandOutput>;
479
+ deleteMembers(
480
+ args: DeleteMembersCommandInput,
481
+ cb: (err: any, data?: DeleteMembersCommandOutput) => void
482
+ ): void;
483
+ deleteMembers(
484
+ args: DeleteMembersCommandInput,
485
+ options: __HttpHandlerOptions,
486
+ cb: (err: any, data?: DeleteMembersCommandOutput) => void
487
+ ): void;
488
+
489
+ deletePublishingDestination(
490
+ args: DeletePublishingDestinationCommandInput,
491
+ options?: __HttpHandlerOptions
492
+ ): Promise<DeletePublishingDestinationCommandOutput>;
493
+ deletePublishingDestination(
494
+ args: DeletePublishingDestinationCommandInput,
495
+ cb: (err: any, data?: DeletePublishingDestinationCommandOutput) => void
496
+ ): void;
497
+ deletePublishingDestination(
498
+ args: DeletePublishingDestinationCommandInput,
499
+ options: __HttpHandlerOptions,
500
+ cb: (err: any, data?: DeletePublishingDestinationCommandOutput) => void
501
+ ): void;
502
+
503
+ deleteThreatIntelSet(
504
+ args: DeleteThreatIntelSetCommandInput,
505
+ options?: __HttpHandlerOptions
506
+ ): Promise<DeleteThreatIntelSetCommandOutput>;
507
+ deleteThreatIntelSet(
508
+ args: DeleteThreatIntelSetCommandInput,
509
+ cb: (err: any, data?: DeleteThreatIntelSetCommandOutput) => void
510
+ ): void;
511
+ deleteThreatIntelSet(
512
+ args: DeleteThreatIntelSetCommandInput,
513
+ options: __HttpHandlerOptions,
514
+ cb: (err: any, data?: DeleteThreatIntelSetCommandOutput) => void
515
+ ): void;
516
+
517
+ describeMalwareScans(
518
+ args: DescribeMalwareScansCommandInput,
519
+ options?: __HttpHandlerOptions
520
+ ): Promise<DescribeMalwareScansCommandOutput>;
521
+ describeMalwareScans(
522
+ args: DescribeMalwareScansCommandInput,
523
+ cb: (err: any, data?: DescribeMalwareScansCommandOutput) => void
524
+ ): void;
525
+ describeMalwareScans(
526
+ args: DescribeMalwareScansCommandInput,
527
+ options: __HttpHandlerOptions,
528
+ cb: (err: any, data?: DescribeMalwareScansCommandOutput) => void
529
+ ): void;
530
+
531
+ describeOrganizationConfiguration(
532
+ args: DescribeOrganizationConfigurationCommandInput,
533
+ options?: __HttpHandlerOptions
534
+ ): Promise<DescribeOrganizationConfigurationCommandOutput>;
535
+ describeOrganizationConfiguration(
536
+ args: DescribeOrganizationConfigurationCommandInput,
537
+ cb: (
538
+ err: any,
539
+ data?: DescribeOrganizationConfigurationCommandOutput
540
+ ) => void
541
+ ): void;
542
+ describeOrganizationConfiguration(
543
+ args: DescribeOrganizationConfigurationCommandInput,
544
+ options: __HttpHandlerOptions,
545
+ cb: (
546
+ err: any,
547
+ data?: DescribeOrganizationConfigurationCommandOutput
548
+ ) => void
549
+ ): void;
550
+
551
+ describePublishingDestination(
552
+ args: DescribePublishingDestinationCommandInput,
553
+ options?: __HttpHandlerOptions
554
+ ): Promise<DescribePublishingDestinationCommandOutput>;
555
+ describePublishingDestination(
556
+ args: DescribePublishingDestinationCommandInput,
557
+ cb: (err: any, data?: DescribePublishingDestinationCommandOutput) => void
558
+ ): void;
559
+ describePublishingDestination(
560
+ args: DescribePublishingDestinationCommandInput,
561
+ options: __HttpHandlerOptions,
562
+ cb: (err: any, data?: DescribePublishingDestinationCommandOutput) => void
563
+ ): void;
564
+
565
+ disableOrganizationAdminAccount(
566
+ args: DisableOrganizationAdminAccountCommandInput,
567
+ options?: __HttpHandlerOptions
568
+ ): Promise<DisableOrganizationAdminAccountCommandOutput>;
569
+ disableOrganizationAdminAccount(
570
+ args: DisableOrganizationAdminAccountCommandInput,
571
+ cb: (err: any, data?: DisableOrganizationAdminAccountCommandOutput) => void
572
+ ): void;
573
+ disableOrganizationAdminAccount(
574
+ args: DisableOrganizationAdminAccountCommandInput,
575
+ options: __HttpHandlerOptions,
576
+ cb: (err: any, data?: DisableOrganizationAdminAccountCommandOutput) => void
577
+ ): void;
578
+
579
+ disassociateFromAdministratorAccount(
580
+ args: DisassociateFromAdministratorAccountCommandInput,
581
+ options?: __HttpHandlerOptions
582
+ ): Promise<DisassociateFromAdministratorAccountCommandOutput>;
583
+ disassociateFromAdministratorAccount(
584
+ args: DisassociateFromAdministratorAccountCommandInput,
585
+ cb: (
586
+ err: any,
587
+ data?: DisassociateFromAdministratorAccountCommandOutput
588
+ ) => void
589
+ ): void;
590
+ disassociateFromAdministratorAccount(
591
+ args: DisassociateFromAdministratorAccountCommandInput,
592
+ options: __HttpHandlerOptions,
593
+ cb: (
594
+ err: any,
595
+ data?: DisassociateFromAdministratorAccountCommandOutput
596
+ ) => void
597
+ ): void;
598
+
599
+ disassociateFromMasterAccount(
600
+ args: DisassociateFromMasterAccountCommandInput,
601
+ options?: __HttpHandlerOptions
602
+ ): Promise<DisassociateFromMasterAccountCommandOutput>;
603
+ disassociateFromMasterAccount(
604
+ args: DisassociateFromMasterAccountCommandInput,
605
+ cb: (err: any, data?: DisassociateFromMasterAccountCommandOutput) => void
606
+ ): void;
607
+ disassociateFromMasterAccount(
608
+ args: DisassociateFromMasterAccountCommandInput,
609
+ options: __HttpHandlerOptions,
610
+ cb: (err: any, data?: DisassociateFromMasterAccountCommandOutput) => void
611
+ ): void;
612
+
613
+ disassociateMembers(
614
+ args: DisassociateMembersCommandInput,
615
+ options?: __HttpHandlerOptions
616
+ ): Promise<DisassociateMembersCommandOutput>;
617
+ disassociateMembers(
618
+ args: DisassociateMembersCommandInput,
619
+ cb: (err: any, data?: DisassociateMembersCommandOutput) => void
620
+ ): void;
621
+ disassociateMembers(
622
+ args: DisassociateMembersCommandInput,
623
+ options: __HttpHandlerOptions,
624
+ cb: (err: any, data?: DisassociateMembersCommandOutput) => void
625
+ ): void;
626
+
627
+ enableOrganizationAdminAccount(
628
+ args: EnableOrganizationAdminAccountCommandInput,
629
+ options?: __HttpHandlerOptions
630
+ ): Promise<EnableOrganizationAdminAccountCommandOutput>;
631
+ enableOrganizationAdminAccount(
632
+ args: EnableOrganizationAdminAccountCommandInput,
633
+ cb: (err: any, data?: EnableOrganizationAdminAccountCommandOutput) => void
634
+ ): void;
635
+ enableOrganizationAdminAccount(
636
+ args: EnableOrganizationAdminAccountCommandInput,
637
+ options: __HttpHandlerOptions,
638
+ cb: (err: any, data?: EnableOrganizationAdminAccountCommandOutput) => void
639
+ ): void;
640
+
641
+ getAdministratorAccount(
642
+ args: GetAdministratorAccountCommandInput,
643
+ options?: __HttpHandlerOptions
644
+ ): Promise<GetAdministratorAccountCommandOutput>;
645
+ getAdministratorAccount(
646
+ args: GetAdministratorAccountCommandInput,
647
+ cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void
648
+ ): void;
649
+ getAdministratorAccount(
650
+ args: GetAdministratorAccountCommandInput,
651
+ options: __HttpHandlerOptions,
652
+ cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void
653
+ ): void;
654
+
655
+ getDetector(
656
+ args: GetDetectorCommandInput,
657
+ options?: __HttpHandlerOptions
658
+ ): Promise<GetDetectorCommandOutput>;
659
+ getDetector(
660
+ args: GetDetectorCommandInput,
661
+ cb: (err: any, data?: GetDetectorCommandOutput) => void
662
+ ): void;
663
+ getDetector(
664
+ args: GetDetectorCommandInput,
665
+ options: __HttpHandlerOptions,
666
+ cb: (err: any, data?: GetDetectorCommandOutput) => void
667
+ ): void;
668
+
669
+ getFilter(
670
+ args: GetFilterCommandInput,
671
+ options?: __HttpHandlerOptions
672
+ ): Promise<GetFilterCommandOutput>;
673
+ getFilter(
674
+ args: GetFilterCommandInput,
675
+ cb: (err: any, data?: GetFilterCommandOutput) => void
676
+ ): void;
677
+ getFilter(
678
+ args: GetFilterCommandInput,
679
+ options: __HttpHandlerOptions,
680
+ cb: (err: any, data?: GetFilterCommandOutput) => void
681
+ ): void;
682
+
683
+ getFindings(
684
+ args: GetFindingsCommandInput,
685
+ options?: __HttpHandlerOptions
686
+ ): Promise<GetFindingsCommandOutput>;
687
+ getFindings(
688
+ args: GetFindingsCommandInput,
689
+ cb: (err: any, data?: GetFindingsCommandOutput) => void
690
+ ): void;
691
+ getFindings(
692
+ args: GetFindingsCommandInput,
693
+ options: __HttpHandlerOptions,
694
+ cb: (err: any, data?: GetFindingsCommandOutput) => void
695
+ ): void;
696
+
697
+ getFindingsStatistics(
698
+ args: GetFindingsStatisticsCommandInput,
699
+ options?: __HttpHandlerOptions
700
+ ): Promise<GetFindingsStatisticsCommandOutput>;
701
+ getFindingsStatistics(
702
+ args: GetFindingsStatisticsCommandInput,
703
+ cb: (err: any, data?: GetFindingsStatisticsCommandOutput) => void
704
+ ): void;
705
+ getFindingsStatistics(
706
+ args: GetFindingsStatisticsCommandInput,
707
+ options: __HttpHandlerOptions,
708
+ cb: (err: any, data?: GetFindingsStatisticsCommandOutput) => void
709
+ ): void;
710
+
711
+ getInvitationsCount(
712
+ args: GetInvitationsCountCommandInput,
713
+ options?: __HttpHandlerOptions
714
+ ): Promise<GetInvitationsCountCommandOutput>;
715
+ getInvitationsCount(
716
+ args: GetInvitationsCountCommandInput,
717
+ cb: (err: any, data?: GetInvitationsCountCommandOutput) => void
718
+ ): void;
719
+ getInvitationsCount(
720
+ args: GetInvitationsCountCommandInput,
721
+ options: __HttpHandlerOptions,
722
+ cb: (err: any, data?: GetInvitationsCountCommandOutput) => void
723
+ ): void;
724
+
725
+ getIPSet(
726
+ args: GetIPSetCommandInput,
727
+ options?: __HttpHandlerOptions
728
+ ): Promise<GetIPSetCommandOutput>;
729
+ getIPSet(
730
+ args: GetIPSetCommandInput,
731
+ cb: (err: any, data?: GetIPSetCommandOutput) => void
732
+ ): void;
733
+ getIPSet(
734
+ args: GetIPSetCommandInput,
735
+ options: __HttpHandlerOptions,
736
+ cb: (err: any, data?: GetIPSetCommandOutput) => void
737
+ ): void;
738
+
739
+ getMalwareScanSettings(
740
+ args: GetMalwareScanSettingsCommandInput,
741
+ options?: __HttpHandlerOptions
742
+ ): Promise<GetMalwareScanSettingsCommandOutput>;
743
+ getMalwareScanSettings(
744
+ args: GetMalwareScanSettingsCommandInput,
745
+ cb: (err: any, data?: GetMalwareScanSettingsCommandOutput) => void
746
+ ): void;
747
+ getMalwareScanSettings(
748
+ args: GetMalwareScanSettingsCommandInput,
749
+ options: __HttpHandlerOptions,
750
+ cb: (err: any, data?: GetMalwareScanSettingsCommandOutput) => void
751
+ ): void;
752
+
753
+ getMasterAccount(
754
+ args: GetMasterAccountCommandInput,
755
+ options?: __HttpHandlerOptions
756
+ ): Promise<GetMasterAccountCommandOutput>;
757
+ getMasterAccount(
758
+ args: GetMasterAccountCommandInput,
759
+ cb: (err: any, data?: GetMasterAccountCommandOutput) => void
760
+ ): void;
761
+ getMasterAccount(
762
+ args: GetMasterAccountCommandInput,
763
+ options: __HttpHandlerOptions,
764
+ cb: (err: any, data?: GetMasterAccountCommandOutput) => void
765
+ ): void;
766
+
767
+ getMemberDetectors(
768
+ args: GetMemberDetectorsCommandInput,
769
+ options?: __HttpHandlerOptions
770
+ ): Promise<GetMemberDetectorsCommandOutput>;
771
+ getMemberDetectors(
772
+ args: GetMemberDetectorsCommandInput,
773
+ cb: (err: any, data?: GetMemberDetectorsCommandOutput) => void
774
+ ): void;
775
+ getMemberDetectors(
776
+ args: GetMemberDetectorsCommandInput,
777
+ options: __HttpHandlerOptions,
778
+ cb: (err: any, data?: GetMemberDetectorsCommandOutput) => void
779
+ ): void;
780
+
781
+ getMembers(
782
+ args: GetMembersCommandInput,
783
+ options?: __HttpHandlerOptions
784
+ ): Promise<GetMembersCommandOutput>;
785
+ getMembers(
786
+ args: GetMembersCommandInput,
787
+ cb: (err: any, data?: GetMembersCommandOutput) => void
788
+ ): void;
789
+ getMembers(
790
+ args: GetMembersCommandInput,
791
+ options: __HttpHandlerOptions,
792
+ cb: (err: any, data?: GetMembersCommandOutput) => void
793
+ ): void;
794
+
795
+ getRemainingFreeTrialDays(
796
+ args: GetRemainingFreeTrialDaysCommandInput,
797
+ options?: __HttpHandlerOptions
798
+ ): Promise<GetRemainingFreeTrialDaysCommandOutput>;
799
+ getRemainingFreeTrialDays(
800
+ args: GetRemainingFreeTrialDaysCommandInput,
801
+ cb: (err: any, data?: GetRemainingFreeTrialDaysCommandOutput) => void
802
+ ): void;
803
+ getRemainingFreeTrialDays(
804
+ args: GetRemainingFreeTrialDaysCommandInput,
805
+ options: __HttpHandlerOptions,
806
+ cb: (err: any, data?: GetRemainingFreeTrialDaysCommandOutput) => void
807
+ ): void;
808
+
809
+ getThreatIntelSet(
810
+ args: GetThreatIntelSetCommandInput,
811
+ options?: __HttpHandlerOptions
812
+ ): Promise<GetThreatIntelSetCommandOutput>;
813
+ getThreatIntelSet(
814
+ args: GetThreatIntelSetCommandInput,
815
+ cb: (err: any, data?: GetThreatIntelSetCommandOutput) => void
816
+ ): void;
817
+ getThreatIntelSet(
818
+ args: GetThreatIntelSetCommandInput,
819
+ options: __HttpHandlerOptions,
820
+ cb: (err: any, data?: GetThreatIntelSetCommandOutput) => void
821
+ ): void;
822
+
823
+ getUsageStatistics(
824
+ args: GetUsageStatisticsCommandInput,
825
+ options?: __HttpHandlerOptions
826
+ ): Promise<GetUsageStatisticsCommandOutput>;
827
+ getUsageStatistics(
828
+ args: GetUsageStatisticsCommandInput,
829
+ cb: (err: any, data?: GetUsageStatisticsCommandOutput) => void
830
+ ): void;
831
+ getUsageStatistics(
832
+ args: GetUsageStatisticsCommandInput,
833
+ options: __HttpHandlerOptions,
834
+ cb: (err: any, data?: GetUsageStatisticsCommandOutput) => void
835
+ ): void;
836
+
837
+ inviteMembers(
838
+ args: InviteMembersCommandInput,
839
+ options?: __HttpHandlerOptions
840
+ ): Promise<InviteMembersCommandOutput>;
841
+ inviteMembers(
842
+ args: InviteMembersCommandInput,
843
+ cb: (err: any, data?: InviteMembersCommandOutput) => void
844
+ ): void;
845
+ inviteMembers(
846
+ args: InviteMembersCommandInput,
847
+ options: __HttpHandlerOptions,
848
+ cb: (err: any, data?: InviteMembersCommandOutput) => void
849
+ ): void;
850
+
851
+ listDetectors(
852
+ args: ListDetectorsCommandInput,
853
+ options?: __HttpHandlerOptions
854
+ ): Promise<ListDetectorsCommandOutput>;
855
+ listDetectors(
856
+ args: ListDetectorsCommandInput,
857
+ cb: (err: any, data?: ListDetectorsCommandOutput) => void
858
+ ): void;
859
+ listDetectors(
860
+ args: ListDetectorsCommandInput,
861
+ options: __HttpHandlerOptions,
862
+ cb: (err: any, data?: ListDetectorsCommandOutput) => void
863
+ ): void;
864
+
865
+ listFilters(
866
+ args: ListFiltersCommandInput,
867
+ options?: __HttpHandlerOptions
868
+ ): Promise<ListFiltersCommandOutput>;
869
+ listFilters(
870
+ args: ListFiltersCommandInput,
871
+ cb: (err: any, data?: ListFiltersCommandOutput) => void
872
+ ): void;
873
+ listFilters(
874
+ args: ListFiltersCommandInput,
875
+ options: __HttpHandlerOptions,
876
+ cb: (err: any, data?: ListFiltersCommandOutput) => void
877
+ ): void;
878
+
879
+ listFindings(
880
+ args: ListFindingsCommandInput,
881
+ options?: __HttpHandlerOptions
882
+ ): Promise<ListFindingsCommandOutput>;
883
+ listFindings(
884
+ args: ListFindingsCommandInput,
885
+ cb: (err: any, data?: ListFindingsCommandOutput) => void
886
+ ): void;
887
+ listFindings(
888
+ args: ListFindingsCommandInput,
889
+ options: __HttpHandlerOptions,
890
+ cb: (err: any, data?: ListFindingsCommandOutput) => void
891
+ ): void;
892
+
893
+ listInvitations(
894
+ args: ListInvitationsCommandInput,
895
+ options?: __HttpHandlerOptions
896
+ ): Promise<ListInvitationsCommandOutput>;
897
+ listInvitations(
898
+ args: ListInvitationsCommandInput,
899
+ cb: (err: any, data?: ListInvitationsCommandOutput) => void
900
+ ): void;
901
+ listInvitations(
902
+ args: ListInvitationsCommandInput,
903
+ options: __HttpHandlerOptions,
904
+ cb: (err: any, data?: ListInvitationsCommandOutput) => void
905
+ ): void;
906
+
907
+ listIPSets(
908
+ args: ListIPSetsCommandInput,
909
+ options?: __HttpHandlerOptions
910
+ ): Promise<ListIPSetsCommandOutput>;
911
+ listIPSets(
912
+ args: ListIPSetsCommandInput,
913
+ cb: (err: any, data?: ListIPSetsCommandOutput) => void
914
+ ): void;
915
+ listIPSets(
916
+ args: ListIPSetsCommandInput,
917
+ options: __HttpHandlerOptions,
918
+ cb: (err: any, data?: ListIPSetsCommandOutput) => void
919
+ ): void;
920
+
921
+ listMembers(
922
+ args: ListMembersCommandInput,
923
+ options?: __HttpHandlerOptions
924
+ ): Promise<ListMembersCommandOutput>;
925
+ listMembers(
926
+ args: ListMembersCommandInput,
927
+ cb: (err: any, data?: ListMembersCommandOutput) => void
928
+ ): void;
929
+ listMembers(
930
+ args: ListMembersCommandInput,
931
+ options: __HttpHandlerOptions,
932
+ cb: (err: any, data?: ListMembersCommandOutput) => void
933
+ ): void;
934
+
935
+ listOrganizationAdminAccounts(
936
+ args: ListOrganizationAdminAccountsCommandInput,
937
+ options?: __HttpHandlerOptions
938
+ ): Promise<ListOrganizationAdminAccountsCommandOutput>;
939
+ listOrganizationAdminAccounts(
940
+ args: ListOrganizationAdminAccountsCommandInput,
941
+ cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void
942
+ ): void;
943
+ listOrganizationAdminAccounts(
944
+ args: ListOrganizationAdminAccountsCommandInput,
945
+ options: __HttpHandlerOptions,
946
+ cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void
947
+ ): void;
948
+
949
+ listPublishingDestinations(
950
+ args: ListPublishingDestinationsCommandInput,
951
+ options?: __HttpHandlerOptions
952
+ ): Promise<ListPublishingDestinationsCommandOutput>;
953
+ listPublishingDestinations(
954
+ args: ListPublishingDestinationsCommandInput,
955
+ cb: (err: any, data?: ListPublishingDestinationsCommandOutput) => void
956
+ ): void;
957
+ listPublishingDestinations(
958
+ args: ListPublishingDestinationsCommandInput,
959
+ options: __HttpHandlerOptions,
960
+ cb: (err: any, data?: ListPublishingDestinationsCommandOutput) => void
961
+ ): void;
962
+
963
+ listTagsForResource(
964
+ args: ListTagsForResourceCommandInput,
965
+ options?: __HttpHandlerOptions
966
+ ): Promise<ListTagsForResourceCommandOutput>;
967
+ listTagsForResource(
968
+ args: ListTagsForResourceCommandInput,
969
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
970
+ ): void;
971
+ listTagsForResource(
972
+ args: ListTagsForResourceCommandInput,
973
+ options: __HttpHandlerOptions,
974
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
975
+ ): void;
976
+
977
+ listThreatIntelSets(
978
+ args: ListThreatIntelSetsCommandInput,
979
+ options?: __HttpHandlerOptions
980
+ ): Promise<ListThreatIntelSetsCommandOutput>;
981
+ listThreatIntelSets(
982
+ args: ListThreatIntelSetsCommandInput,
983
+ cb: (err: any, data?: ListThreatIntelSetsCommandOutput) => void
984
+ ): void;
985
+ listThreatIntelSets(
986
+ args: ListThreatIntelSetsCommandInput,
987
+ options: __HttpHandlerOptions,
988
+ cb: (err: any, data?: ListThreatIntelSetsCommandOutput) => void
989
+ ): void;
990
+
991
+ startMonitoringMembers(
992
+ args: StartMonitoringMembersCommandInput,
993
+ options?: __HttpHandlerOptions
994
+ ): Promise<StartMonitoringMembersCommandOutput>;
995
+ startMonitoringMembers(
996
+ args: StartMonitoringMembersCommandInput,
997
+ cb: (err: any, data?: StartMonitoringMembersCommandOutput) => void
998
+ ): void;
999
+ startMonitoringMembers(
1000
+ args: StartMonitoringMembersCommandInput,
1001
+ options: __HttpHandlerOptions,
1002
+ cb: (err: any, data?: StartMonitoringMembersCommandOutput) => void
1003
+ ): void;
1004
+
1005
+ stopMonitoringMembers(
1006
+ args: StopMonitoringMembersCommandInput,
1007
+ options?: __HttpHandlerOptions
1008
+ ): Promise<StopMonitoringMembersCommandOutput>;
1009
+ stopMonitoringMembers(
1010
+ args: StopMonitoringMembersCommandInput,
1011
+ cb: (err: any, data?: StopMonitoringMembersCommandOutput) => void
1012
+ ): void;
1013
+ stopMonitoringMembers(
1014
+ args: StopMonitoringMembersCommandInput,
1015
+ options: __HttpHandlerOptions,
1016
+ cb: (err: any, data?: StopMonitoringMembersCommandOutput) => void
1017
+ ): void;
1018
+
1019
+ tagResource(
1020
+ args: TagResourceCommandInput,
1021
+ options?: __HttpHandlerOptions
1022
+ ): Promise<TagResourceCommandOutput>;
1023
+ tagResource(
1024
+ args: TagResourceCommandInput,
1025
+ cb: (err: any, data?: TagResourceCommandOutput) => void
1026
+ ): void;
1027
+ tagResource(
1028
+ args: TagResourceCommandInput,
1029
+ options: __HttpHandlerOptions,
1030
+ cb: (err: any, data?: TagResourceCommandOutput) => void
1031
+ ): void;
1032
+
1033
+ unarchiveFindings(
1034
+ args: UnarchiveFindingsCommandInput,
1035
+ options?: __HttpHandlerOptions
1036
+ ): Promise<UnarchiveFindingsCommandOutput>;
1037
+ unarchiveFindings(
1038
+ args: UnarchiveFindingsCommandInput,
1039
+ cb: (err: any, data?: UnarchiveFindingsCommandOutput) => void
1040
+ ): void;
1041
+ unarchiveFindings(
1042
+ args: UnarchiveFindingsCommandInput,
1043
+ options: __HttpHandlerOptions,
1044
+ cb: (err: any, data?: UnarchiveFindingsCommandOutput) => void
1045
+ ): void;
1046
+
1047
+ untagResource(
1048
+ args: UntagResourceCommandInput,
1049
+ options?: __HttpHandlerOptions
1050
+ ): Promise<UntagResourceCommandOutput>;
1051
+ untagResource(
1052
+ args: UntagResourceCommandInput,
1053
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
1054
+ ): void;
1055
+ untagResource(
1056
+ args: UntagResourceCommandInput,
1057
+ options: __HttpHandlerOptions,
1058
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
1059
+ ): void;
1060
+
1061
+ updateDetector(
1062
+ args: UpdateDetectorCommandInput,
1063
+ options?: __HttpHandlerOptions
1064
+ ): Promise<UpdateDetectorCommandOutput>;
1065
+ updateDetector(
1066
+ args: UpdateDetectorCommandInput,
1067
+ cb: (err: any, data?: UpdateDetectorCommandOutput) => void
1068
+ ): void;
1069
+ updateDetector(
1070
+ args: UpdateDetectorCommandInput,
1071
+ options: __HttpHandlerOptions,
1072
+ cb: (err: any, data?: UpdateDetectorCommandOutput) => void
1073
+ ): void;
1074
+
1075
+ updateFilter(
1076
+ args: UpdateFilterCommandInput,
1077
+ options?: __HttpHandlerOptions
1078
+ ): Promise<UpdateFilterCommandOutput>;
1079
+ updateFilter(
1080
+ args: UpdateFilterCommandInput,
1081
+ cb: (err: any, data?: UpdateFilterCommandOutput) => void
1082
+ ): void;
1083
+ updateFilter(
1084
+ args: UpdateFilterCommandInput,
1085
+ options: __HttpHandlerOptions,
1086
+ cb: (err: any, data?: UpdateFilterCommandOutput) => void
1087
+ ): void;
1088
+
1089
+ updateFindingsFeedback(
1090
+ args: UpdateFindingsFeedbackCommandInput,
1091
+ options?: __HttpHandlerOptions
1092
+ ): Promise<UpdateFindingsFeedbackCommandOutput>;
1093
+ updateFindingsFeedback(
1094
+ args: UpdateFindingsFeedbackCommandInput,
1095
+ cb: (err: any, data?: UpdateFindingsFeedbackCommandOutput) => void
1096
+ ): void;
1097
+ updateFindingsFeedback(
1098
+ args: UpdateFindingsFeedbackCommandInput,
1099
+ options: __HttpHandlerOptions,
1100
+ cb: (err: any, data?: UpdateFindingsFeedbackCommandOutput) => void
1101
+ ): void;
1102
+
1103
+ updateIPSet(
1104
+ args: UpdateIPSetCommandInput,
1105
+ options?: __HttpHandlerOptions
1106
+ ): Promise<UpdateIPSetCommandOutput>;
1107
+ updateIPSet(
1108
+ args: UpdateIPSetCommandInput,
1109
+ cb: (err: any, data?: UpdateIPSetCommandOutput) => void
1110
+ ): void;
1111
+ updateIPSet(
1112
+ args: UpdateIPSetCommandInput,
1113
+ options: __HttpHandlerOptions,
1114
+ cb: (err: any, data?: UpdateIPSetCommandOutput) => void
1115
+ ): void;
1116
+
1117
+ updateMalwareScanSettings(
1118
+ args: UpdateMalwareScanSettingsCommandInput,
1119
+ options?: __HttpHandlerOptions
1120
+ ): Promise<UpdateMalwareScanSettingsCommandOutput>;
1121
+ updateMalwareScanSettings(
1122
+ args: UpdateMalwareScanSettingsCommandInput,
1123
+ cb: (err: any, data?: UpdateMalwareScanSettingsCommandOutput) => void
1124
+ ): void;
1125
+ updateMalwareScanSettings(
1126
+ args: UpdateMalwareScanSettingsCommandInput,
1127
+ options: __HttpHandlerOptions,
1128
+ cb: (err: any, data?: UpdateMalwareScanSettingsCommandOutput) => void
1129
+ ): void;
1130
+
1131
+ updateMemberDetectors(
1132
+ args: UpdateMemberDetectorsCommandInput,
1133
+ options?: __HttpHandlerOptions
1134
+ ): Promise<UpdateMemberDetectorsCommandOutput>;
1135
+ updateMemberDetectors(
1136
+ args: UpdateMemberDetectorsCommandInput,
1137
+ cb: (err: any, data?: UpdateMemberDetectorsCommandOutput) => void
1138
+ ): void;
1139
+ updateMemberDetectors(
1140
+ args: UpdateMemberDetectorsCommandInput,
1141
+ options: __HttpHandlerOptions,
1142
+ cb: (err: any, data?: UpdateMemberDetectorsCommandOutput) => void
1143
+ ): void;
1144
+
1145
+ updateOrganizationConfiguration(
1146
+ args: UpdateOrganizationConfigurationCommandInput,
1147
+ options?: __HttpHandlerOptions
1148
+ ): Promise<UpdateOrganizationConfigurationCommandOutput>;
1149
+ updateOrganizationConfiguration(
1150
+ args: UpdateOrganizationConfigurationCommandInput,
1151
+ cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void
1152
+ ): void;
1153
+ updateOrganizationConfiguration(
1154
+ args: UpdateOrganizationConfigurationCommandInput,
1155
+ options: __HttpHandlerOptions,
1156
+ cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void
1157
+ ): void;
1158
+
1159
+ updatePublishingDestination(
1160
+ args: UpdatePublishingDestinationCommandInput,
1161
+ options?: __HttpHandlerOptions
1162
+ ): Promise<UpdatePublishingDestinationCommandOutput>;
1163
+ updatePublishingDestination(
1164
+ args: UpdatePublishingDestinationCommandInput,
1165
+ cb: (err: any, data?: UpdatePublishingDestinationCommandOutput) => void
1166
+ ): void;
1167
+ updatePublishingDestination(
1168
+ args: UpdatePublishingDestinationCommandInput,
1169
+ options: __HttpHandlerOptions,
1170
+ cb: (err: any, data?: UpdatePublishingDestinationCommandOutput) => void
1171
+ ): void;
1172
+
1173
+ updateThreatIntelSet(
1174
+ args: UpdateThreatIntelSetCommandInput,
1175
+ options?: __HttpHandlerOptions
1176
+ ): Promise<UpdateThreatIntelSetCommandOutput>;
1177
+ updateThreatIntelSet(
1178
+ args: UpdateThreatIntelSetCommandInput,
1179
+ cb: (err: any, data?: UpdateThreatIntelSetCommandOutput) => void
1180
+ ): void;
1181
+ updateThreatIntelSet(
1182
+ args: UpdateThreatIntelSetCommandInput,
1183
+ options: __HttpHandlerOptions,
1184
+ cb: (err: any, data?: UpdateThreatIntelSetCommandOutput) => void
1185
+ ): void;
1186
+ }