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