@aws-sdk/client-inspector2 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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Inspector2.d.ts +586 -165
- package/dist-types/ts3.4/Inspector2Client.d.ts +321 -105
- package/dist-types/ts3.4/commands/AssociateMemberCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchGetAccountStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetFreeTrialInfoCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CancelFindingsReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateFindingsReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DisableDelegatedAdminAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateMemberCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/EnableCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/EnableDelegatedAdminAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDelegatedAdminAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFindingsReportStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListAccountPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListCoverageStatisticsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDelegatedAdminAccountsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListFindingAggregationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListUsageTotalsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +32 -32
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/Inspector2ServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2317 -2195
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAccountPermissionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCoveragePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCoverageStatisticsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDelegatedAdminAccountsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFindingAggregationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUsageTotalsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +10 -10
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +389 -98
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,165 +1,586 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
AssociateMemberCommandInput,
|
|
4
|
+
AssociateMemberCommandOutput,
|
|
5
|
+
} from "./commands/AssociateMemberCommand";
|
|
6
|
+
import {
|
|
7
|
+
BatchGetAccountStatusCommandInput,
|
|
8
|
+
BatchGetAccountStatusCommandOutput,
|
|
9
|
+
} from "./commands/BatchGetAccountStatusCommand";
|
|
10
|
+
import {
|
|
11
|
+
BatchGetFreeTrialInfoCommandInput,
|
|
12
|
+
BatchGetFreeTrialInfoCommandOutput,
|
|
13
|
+
} from "./commands/BatchGetFreeTrialInfoCommand";
|
|
14
|
+
import {
|
|
15
|
+
CancelFindingsReportCommandInput,
|
|
16
|
+
CancelFindingsReportCommandOutput,
|
|
17
|
+
} from "./commands/CancelFindingsReportCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateFilterCommandInput,
|
|
20
|
+
CreateFilterCommandOutput,
|
|
21
|
+
} from "./commands/CreateFilterCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateFindingsReportCommandInput,
|
|
24
|
+
CreateFindingsReportCommandOutput,
|
|
25
|
+
} from "./commands/CreateFindingsReportCommand";
|
|
26
|
+
import {
|
|
27
|
+
DeleteFilterCommandInput,
|
|
28
|
+
DeleteFilterCommandOutput,
|
|
29
|
+
} from "./commands/DeleteFilterCommand";
|
|
30
|
+
import {
|
|
31
|
+
DescribeOrganizationConfigurationCommandInput,
|
|
32
|
+
DescribeOrganizationConfigurationCommandOutput,
|
|
33
|
+
} from "./commands/DescribeOrganizationConfigurationCommand";
|
|
34
|
+
import {
|
|
35
|
+
DisableCommandInput,
|
|
36
|
+
DisableCommandOutput,
|
|
37
|
+
} from "./commands/DisableCommand";
|
|
38
|
+
import {
|
|
39
|
+
DisableDelegatedAdminAccountCommandInput,
|
|
40
|
+
DisableDelegatedAdminAccountCommandOutput,
|
|
41
|
+
} from "./commands/DisableDelegatedAdminAccountCommand";
|
|
42
|
+
import {
|
|
43
|
+
DisassociateMemberCommandInput,
|
|
44
|
+
DisassociateMemberCommandOutput,
|
|
45
|
+
} from "./commands/DisassociateMemberCommand";
|
|
46
|
+
import {
|
|
47
|
+
EnableCommandInput,
|
|
48
|
+
EnableCommandOutput,
|
|
49
|
+
} from "./commands/EnableCommand";
|
|
50
|
+
import {
|
|
51
|
+
EnableDelegatedAdminAccountCommandInput,
|
|
52
|
+
EnableDelegatedAdminAccountCommandOutput,
|
|
53
|
+
} from "./commands/EnableDelegatedAdminAccountCommand";
|
|
54
|
+
import {
|
|
55
|
+
GetConfigurationCommandInput,
|
|
56
|
+
GetConfigurationCommandOutput,
|
|
57
|
+
} from "./commands/GetConfigurationCommand";
|
|
58
|
+
import {
|
|
59
|
+
GetDelegatedAdminAccountCommandInput,
|
|
60
|
+
GetDelegatedAdminAccountCommandOutput,
|
|
61
|
+
} from "./commands/GetDelegatedAdminAccountCommand";
|
|
62
|
+
import {
|
|
63
|
+
GetFindingsReportStatusCommandInput,
|
|
64
|
+
GetFindingsReportStatusCommandOutput,
|
|
65
|
+
} from "./commands/GetFindingsReportStatusCommand";
|
|
66
|
+
import {
|
|
67
|
+
GetMemberCommandInput,
|
|
68
|
+
GetMemberCommandOutput,
|
|
69
|
+
} from "./commands/GetMemberCommand";
|
|
70
|
+
import {
|
|
71
|
+
ListAccountPermissionsCommandInput,
|
|
72
|
+
ListAccountPermissionsCommandOutput,
|
|
73
|
+
} from "./commands/ListAccountPermissionsCommand";
|
|
74
|
+
import {
|
|
75
|
+
ListCoverageCommandInput,
|
|
76
|
+
ListCoverageCommandOutput,
|
|
77
|
+
} from "./commands/ListCoverageCommand";
|
|
78
|
+
import {
|
|
79
|
+
ListCoverageStatisticsCommandInput,
|
|
80
|
+
ListCoverageStatisticsCommandOutput,
|
|
81
|
+
} from "./commands/ListCoverageStatisticsCommand";
|
|
82
|
+
import {
|
|
83
|
+
ListDelegatedAdminAccountsCommandInput,
|
|
84
|
+
ListDelegatedAdminAccountsCommandOutput,
|
|
85
|
+
} from "./commands/ListDelegatedAdminAccountsCommand";
|
|
86
|
+
import {
|
|
87
|
+
ListFiltersCommandInput,
|
|
88
|
+
ListFiltersCommandOutput,
|
|
89
|
+
} from "./commands/ListFiltersCommand";
|
|
90
|
+
import {
|
|
91
|
+
ListFindingAggregationsCommandInput,
|
|
92
|
+
ListFindingAggregationsCommandOutput,
|
|
93
|
+
} from "./commands/ListFindingAggregationsCommand";
|
|
94
|
+
import {
|
|
95
|
+
ListFindingsCommandInput,
|
|
96
|
+
ListFindingsCommandOutput,
|
|
97
|
+
} from "./commands/ListFindingsCommand";
|
|
98
|
+
import {
|
|
99
|
+
ListMembersCommandInput,
|
|
100
|
+
ListMembersCommandOutput,
|
|
101
|
+
} from "./commands/ListMembersCommand";
|
|
102
|
+
import {
|
|
103
|
+
ListTagsForResourceCommandInput,
|
|
104
|
+
ListTagsForResourceCommandOutput,
|
|
105
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
106
|
+
import {
|
|
107
|
+
ListUsageTotalsCommandInput,
|
|
108
|
+
ListUsageTotalsCommandOutput,
|
|
109
|
+
} from "./commands/ListUsageTotalsCommand";
|
|
110
|
+
import {
|
|
111
|
+
TagResourceCommandInput,
|
|
112
|
+
TagResourceCommandOutput,
|
|
113
|
+
} from "./commands/TagResourceCommand";
|
|
114
|
+
import {
|
|
115
|
+
UntagResourceCommandInput,
|
|
116
|
+
UntagResourceCommandOutput,
|
|
117
|
+
} from "./commands/UntagResourceCommand";
|
|
118
|
+
import {
|
|
119
|
+
UpdateConfigurationCommandInput,
|
|
120
|
+
UpdateConfigurationCommandOutput,
|
|
121
|
+
} from "./commands/UpdateConfigurationCommand";
|
|
122
|
+
import {
|
|
123
|
+
UpdateFilterCommandInput,
|
|
124
|
+
UpdateFilterCommandOutput,
|
|
125
|
+
} from "./commands/UpdateFilterCommand";
|
|
126
|
+
import {
|
|
127
|
+
UpdateOrganizationConfigurationCommandInput,
|
|
128
|
+
UpdateOrganizationConfigurationCommandOutput,
|
|
129
|
+
} from "./commands/UpdateOrganizationConfigurationCommand";
|
|
130
|
+
import { Inspector2Client } from "./Inspector2Client";
|
|
131
|
+
|
|
132
|
+
export declare class Inspector2 extends Inspector2Client {
|
|
133
|
+
associateMember(
|
|
134
|
+
args: AssociateMemberCommandInput,
|
|
135
|
+
options?: __HttpHandlerOptions
|
|
136
|
+
): Promise<AssociateMemberCommandOutput>;
|
|
137
|
+
associateMember(
|
|
138
|
+
args: AssociateMemberCommandInput,
|
|
139
|
+
cb: (err: any, data?: AssociateMemberCommandOutput) => void
|
|
140
|
+
): void;
|
|
141
|
+
associateMember(
|
|
142
|
+
args: AssociateMemberCommandInput,
|
|
143
|
+
options: __HttpHandlerOptions,
|
|
144
|
+
cb: (err: any, data?: AssociateMemberCommandOutput) => void
|
|
145
|
+
): void;
|
|
146
|
+
|
|
147
|
+
batchGetAccountStatus(
|
|
148
|
+
args: BatchGetAccountStatusCommandInput,
|
|
149
|
+
options?: __HttpHandlerOptions
|
|
150
|
+
): Promise<BatchGetAccountStatusCommandOutput>;
|
|
151
|
+
batchGetAccountStatus(
|
|
152
|
+
args: BatchGetAccountStatusCommandInput,
|
|
153
|
+
cb: (err: any, data?: BatchGetAccountStatusCommandOutput) => void
|
|
154
|
+
): void;
|
|
155
|
+
batchGetAccountStatus(
|
|
156
|
+
args: BatchGetAccountStatusCommandInput,
|
|
157
|
+
options: __HttpHandlerOptions,
|
|
158
|
+
cb: (err: any, data?: BatchGetAccountStatusCommandOutput) => void
|
|
159
|
+
): void;
|
|
160
|
+
|
|
161
|
+
batchGetFreeTrialInfo(
|
|
162
|
+
args: BatchGetFreeTrialInfoCommandInput,
|
|
163
|
+
options?: __HttpHandlerOptions
|
|
164
|
+
): Promise<BatchGetFreeTrialInfoCommandOutput>;
|
|
165
|
+
batchGetFreeTrialInfo(
|
|
166
|
+
args: BatchGetFreeTrialInfoCommandInput,
|
|
167
|
+
cb: (err: any, data?: BatchGetFreeTrialInfoCommandOutput) => void
|
|
168
|
+
): void;
|
|
169
|
+
batchGetFreeTrialInfo(
|
|
170
|
+
args: BatchGetFreeTrialInfoCommandInput,
|
|
171
|
+
options: __HttpHandlerOptions,
|
|
172
|
+
cb: (err: any, data?: BatchGetFreeTrialInfoCommandOutput) => void
|
|
173
|
+
): void;
|
|
174
|
+
|
|
175
|
+
cancelFindingsReport(
|
|
176
|
+
args: CancelFindingsReportCommandInput,
|
|
177
|
+
options?: __HttpHandlerOptions
|
|
178
|
+
): Promise<CancelFindingsReportCommandOutput>;
|
|
179
|
+
cancelFindingsReport(
|
|
180
|
+
args: CancelFindingsReportCommandInput,
|
|
181
|
+
cb: (err: any, data?: CancelFindingsReportCommandOutput) => void
|
|
182
|
+
): void;
|
|
183
|
+
cancelFindingsReport(
|
|
184
|
+
args: CancelFindingsReportCommandInput,
|
|
185
|
+
options: __HttpHandlerOptions,
|
|
186
|
+
cb: (err: any, data?: CancelFindingsReportCommandOutput) => void
|
|
187
|
+
): void;
|
|
188
|
+
|
|
189
|
+
createFilter(
|
|
190
|
+
args: CreateFilterCommandInput,
|
|
191
|
+
options?: __HttpHandlerOptions
|
|
192
|
+
): Promise<CreateFilterCommandOutput>;
|
|
193
|
+
createFilter(
|
|
194
|
+
args: CreateFilterCommandInput,
|
|
195
|
+
cb: (err: any, data?: CreateFilterCommandOutput) => void
|
|
196
|
+
): void;
|
|
197
|
+
createFilter(
|
|
198
|
+
args: CreateFilterCommandInput,
|
|
199
|
+
options: __HttpHandlerOptions,
|
|
200
|
+
cb: (err: any, data?: CreateFilterCommandOutput) => void
|
|
201
|
+
): void;
|
|
202
|
+
|
|
203
|
+
createFindingsReport(
|
|
204
|
+
args: CreateFindingsReportCommandInput,
|
|
205
|
+
options?: __HttpHandlerOptions
|
|
206
|
+
): Promise<CreateFindingsReportCommandOutput>;
|
|
207
|
+
createFindingsReport(
|
|
208
|
+
args: CreateFindingsReportCommandInput,
|
|
209
|
+
cb: (err: any, data?: CreateFindingsReportCommandOutput) => void
|
|
210
|
+
): void;
|
|
211
|
+
createFindingsReport(
|
|
212
|
+
args: CreateFindingsReportCommandInput,
|
|
213
|
+
options: __HttpHandlerOptions,
|
|
214
|
+
cb: (err: any, data?: CreateFindingsReportCommandOutput) => void
|
|
215
|
+
): void;
|
|
216
|
+
|
|
217
|
+
deleteFilter(
|
|
218
|
+
args: DeleteFilterCommandInput,
|
|
219
|
+
options?: __HttpHandlerOptions
|
|
220
|
+
): Promise<DeleteFilterCommandOutput>;
|
|
221
|
+
deleteFilter(
|
|
222
|
+
args: DeleteFilterCommandInput,
|
|
223
|
+
cb: (err: any, data?: DeleteFilterCommandOutput) => void
|
|
224
|
+
): void;
|
|
225
|
+
deleteFilter(
|
|
226
|
+
args: DeleteFilterCommandInput,
|
|
227
|
+
options: __HttpHandlerOptions,
|
|
228
|
+
cb: (err: any, data?: DeleteFilterCommandOutput) => void
|
|
229
|
+
): void;
|
|
230
|
+
|
|
231
|
+
describeOrganizationConfiguration(
|
|
232
|
+
args: DescribeOrganizationConfigurationCommandInput,
|
|
233
|
+
options?: __HttpHandlerOptions
|
|
234
|
+
): Promise<DescribeOrganizationConfigurationCommandOutput>;
|
|
235
|
+
describeOrganizationConfiguration(
|
|
236
|
+
args: DescribeOrganizationConfigurationCommandInput,
|
|
237
|
+
cb: (
|
|
238
|
+
err: any,
|
|
239
|
+
data?: DescribeOrganizationConfigurationCommandOutput
|
|
240
|
+
) => void
|
|
241
|
+
): void;
|
|
242
|
+
describeOrganizationConfiguration(
|
|
243
|
+
args: DescribeOrganizationConfigurationCommandInput,
|
|
244
|
+
options: __HttpHandlerOptions,
|
|
245
|
+
cb: (
|
|
246
|
+
err: any,
|
|
247
|
+
data?: DescribeOrganizationConfigurationCommandOutput
|
|
248
|
+
) => void
|
|
249
|
+
): void;
|
|
250
|
+
|
|
251
|
+
disable(
|
|
252
|
+
args: DisableCommandInput,
|
|
253
|
+
options?: __HttpHandlerOptions
|
|
254
|
+
): Promise<DisableCommandOutput>;
|
|
255
|
+
disable(
|
|
256
|
+
args: DisableCommandInput,
|
|
257
|
+
cb: (err: any, data?: DisableCommandOutput) => void
|
|
258
|
+
): void;
|
|
259
|
+
disable(
|
|
260
|
+
args: DisableCommandInput,
|
|
261
|
+
options: __HttpHandlerOptions,
|
|
262
|
+
cb: (err: any, data?: DisableCommandOutput) => void
|
|
263
|
+
): void;
|
|
264
|
+
|
|
265
|
+
disableDelegatedAdminAccount(
|
|
266
|
+
args: DisableDelegatedAdminAccountCommandInput,
|
|
267
|
+
options?: __HttpHandlerOptions
|
|
268
|
+
): Promise<DisableDelegatedAdminAccountCommandOutput>;
|
|
269
|
+
disableDelegatedAdminAccount(
|
|
270
|
+
args: DisableDelegatedAdminAccountCommandInput,
|
|
271
|
+
cb: (err: any, data?: DisableDelegatedAdminAccountCommandOutput) => void
|
|
272
|
+
): void;
|
|
273
|
+
disableDelegatedAdminAccount(
|
|
274
|
+
args: DisableDelegatedAdminAccountCommandInput,
|
|
275
|
+
options: __HttpHandlerOptions,
|
|
276
|
+
cb: (err: any, data?: DisableDelegatedAdminAccountCommandOutput) => void
|
|
277
|
+
): void;
|
|
278
|
+
|
|
279
|
+
disassociateMember(
|
|
280
|
+
args: DisassociateMemberCommandInput,
|
|
281
|
+
options?: __HttpHandlerOptions
|
|
282
|
+
): Promise<DisassociateMemberCommandOutput>;
|
|
283
|
+
disassociateMember(
|
|
284
|
+
args: DisassociateMemberCommandInput,
|
|
285
|
+
cb: (err: any, data?: DisassociateMemberCommandOutput) => void
|
|
286
|
+
): void;
|
|
287
|
+
disassociateMember(
|
|
288
|
+
args: DisassociateMemberCommandInput,
|
|
289
|
+
options: __HttpHandlerOptions,
|
|
290
|
+
cb: (err: any, data?: DisassociateMemberCommandOutput) => void
|
|
291
|
+
): void;
|
|
292
|
+
|
|
293
|
+
enable(
|
|
294
|
+
args: EnableCommandInput,
|
|
295
|
+
options?: __HttpHandlerOptions
|
|
296
|
+
): Promise<EnableCommandOutput>;
|
|
297
|
+
enable(
|
|
298
|
+
args: EnableCommandInput,
|
|
299
|
+
cb: (err: any, data?: EnableCommandOutput) => void
|
|
300
|
+
): void;
|
|
301
|
+
enable(
|
|
302
|
+
args: EnableCommandInput,
|
|
303
|
+
options: __HttpHandlerOptions,
|
|
304
|
+
cb: (err: any, data?: EnableCommandOutput) => void
|
|
305
|
+
): void;
|
|
306
|
+
|
|
307
|
+
enableDelegatedAdminAccount(
|
|
308
|
+
args: EnableDelegatedAdminAccountCommandInput,
|
|
309
|
+
options?: __HttpHandlerOptions
|
|
310
|
+
): Promise<EnableDelegatedAdminAccountCommandOutput>;
|
|
311
|
+
enableDelegatedAdminAccount(
|
|
312
|
+
args: EnableDelegatedAdminAccountCommandInput,
|
|
313
|
+
cb: (err: any, data?: EnableDelegatedAdminAccountCommandOutput) => void
|
|
314
|
+
): void;
|
|
315
|
+
enableDelegatedAdminAccount(
|
|
316
|
+
args: EnableDelegatedAdminAccountCommandInput,
|
|
317
|
+
options: __HttpHandlerOptions,
|
|
318
|
+
cb: (err: any, data?: EnableDelegatedAdminAccountCommandOutput) => void
|
|
319
|
+
): void;
|
|
320
|
+
|
|
321
|
+
getConfiguration(
|
|
322
|
+
args: GetConfigurationCommandInput,
|
|
323
|
+
options?: __HttpHandlerOptions
|
|
324
|
+
): Promise<GetConfigurationCommandOutput>;
|
|
325
|
+
getConfiguration(
|
|
326
|
+
args: GetConfigurationCommandInput,
|
|
327
|
+
cb: (err: any, data?: GetConfigurationCommandOutput) => void
|
|
328
|
+
): void;
|
|
329
|
+
getConfiguration(
|
|
330
|
+
args: GetConfigurationCommandInput,
|
|
331
|
+
options: __HttpHandlerOptions,
|
|
332
|
+
cb: (err: any, data?: GetConfigurationCommandOutput) => void
|
|
333
|
+
): void;
|
|
334
|
+
|
|
335
|
+
getDelegatedAdminAccount(
|
|
336
|
+
args: GetDelegatedAdminAccountCommandInput,
|
|
337
|
+
options?: __HttpHandlerOptions
|
|
338
|
+
): Promise<GetDelegatedAdminAccountCommandOutput>;
|
|
339
|
+
getDelegatedAdminAccount(
|
|
340
|
+
args: GetDelegatedAdminAccountCommandInput,
|
|
341
|
+
cb: (err: any, data?: GetDelegatedAdminAccountCommandOutput) => void
|
|
342
|
+
): void;
|
|
343
|
+
getDelegatedAdminAccount(
|
|
344
|
+
args: GetDelegatedAdminAccountCommandInput,
|
|
345
|
+
options: __HttpHandlerOptions,
|
|
346
|
+
cb: (err: any, data?: GetDelegatedAdminAccountCommandOutput) => void
|
|
347
|
+
): void;
|
|
348
|
+
|
|
349
|
+
getFindingsReportStatus(
|
|
350
|
+
args: GetFindingsReportStatusCommandInput,
|
|
351
|
+
options?: __HttpHandlerOptions
|
|
352
|
+
): Promise<GetFindingsReportStatusCommandOutput>;
|
|
353
|
+
getFindingsReportStatus(
|
|
354
|
+
args: GetFindingsReportStatusCommandInput,
|
|
355
|
+
cb: (err: any, data?: GetFindingsReportStatusCommandOutput) => void
|
|
356
|
+
): void;
|
|
357
|
+
getFindingsReportStatus(
|
|
358
|
+
args: GetFindingsReportStatusCommandInput,
|
|
359
|
+
options: __HttpHandlerOptions,
|
|
360
|
+
cb: (err: any, data?: GetFindingsReportStatusCommandOutput) => void
|
|
361
|
+
): void;
|
|
362
|
+
|
|
363
|
+
getMember(
|
|
364
|
+
args: GetMemberCommandInput,
|
|
365
|
+
options?: __HttpHandlerOptions
|
|
366
|
+
): Promise<GetMemberCommandOutput>;
|
|
367
|
+
getMember(
|
|
368
|
+
args: GetMemberCommandInput,
|
|
369
|
+
cb: (err: any, data?: GetMemberCommandOutput) => void
|
|
370
|
+
): void;
|
|
371
|
+
getMember(
|
|
372
|
+
args: GetMemberCommandInput,
|
|
373
|
+
options: __HttpHandlerOptions,
|
|
374
|
+
cb: (err: any, data?: GetMemberCommandOutput) => void
|
|
375
|
+
): void;
|
|
376
|
+
|
|
377
|
+
listAccountPermissions(
|
|
378
|
+
args: ListAccountPermissionsCommandInput,
|
|
379
|
+
options?: __HttpHandlerOptions
|
|
380
|
+
): Promise<ListAccountPermissionsCommandOutput>;
|
|
381
|
+
listAccountPermissions(
|
|
382
|
+
args: ListAccountPermissionsCommandInput,
|
|
383
|
+
cb: (err: any, data?: ListAccountPermissionsCommandOutput) => void
|
|
384
|
+
): void;
|
|
385
|
+
listAccountPermissions(
|
|
386
|
+
args: ListAccountPermissionsCommandInput,
|
|
387
|
+
options: __HttpHandlerOptions,
|
|
388
|
+
cb: (err: any, data?: ListAccountPermissionsCommandOutput) => void
|
|
389
|
+
): void;
|
|
390
|
+
|
|
391
|
+
listCoverage(
|
|
392
|
+
args: ListCoverageCommandInput,
|
|
393
|
+
options?: __HttpHandlerOptions
|
|
394
|
+
): Promise<ListCoverageCommandOutput>;
|
|
395
|
+
listCoverage(
|
|
396
|
+
args: ListCoverageCommandInput,
|
|
397
|
+
cb: (err: any, data?: ListCoverageCommandOutput) => void
|
|
398
|
+
): void;
|
|
399
|
+
listCoverage(
|
|
400
|
+
args: ListCoverageCommandInput,
|
|
401
|
+
options: __HttpHandlerOptions,
|
|
402
|
+
cb: (err: any, data?: ListCoverageCommandOutput) => void
|
|
403
|
+
): void;
|
|
404
|
+
|
|
405
|
+
listCoverageStatistics(
|
|
406
|
+
args: ListCoverageStatisticsCommandInput,
|
|
407
|
+
options?: __HttpHandlerOptions
|
|
408
|
+
): Promise<ListCoverageStatisticsCommandOutput>;
|
|
409
|
+
listCoverageStatistics(
|
|
410
|
+
args: ListCoverageStatisticsCommandInput,
|
|
411
|
+
cb: (err: any, data?: ListCoverageStatisticsCommandOutput) => void
|
|
412
|
+
): void;
|
|
413
|
+
listCoverageStatistics(
|
|
414
|
+
args: ListCoverageStatisticsCommandInput,
|
|
415
|
+
options: __HttpHandlerOptions,
|
|
416
|
+
cb: (err: any, data?: ListCoverageStatisticsCommandOutput) => void
|
|
417
|
+
): void;
|
|
418
|
+
|
|
419
|
+
listDelegatedAdminAccounts(
|
|
420
|
+
args: ListDelegatedAdminAccountsCommandInput,
|
|
421
|
+
options?: __HttpHandlerOptions
|
|
422
|
+
): Promise<ListDelegatedAdminAccountsCommandOutput>;
|
|
423
|
+
listDelegatedAdminAccounts(
|
|
424
|
+
args: ListDelegatedAdminAccountsCommandInput,
|
|
425
|
+
cb: (err: any, data?: ListDelegatedAdminAccountsCommandOutput) => void
|
|
426
|
+
): void;
|
|
427
|
+
listDelegatedAdminAccounts(
|
|
428
|
+
args: ListDelegatedAdminAccountsCommandInput,
|
|
429
|
+
options: __HttpHandlerOptions,
|
|
430
|
+
cb: (err: any, data?: ListDelegatedAdminAccountsCommandOutput) => void
|
|
431
|
+
): void;
|
|
432
|
+
|
|
433
|
+
listFilters(
|
|
434
|
+
args: ListFiltersCommandInput,
|
|
435
|
+
options?: __HttpHandlerOptions
|
|
436
|
+
): Promise<ListFiltersCommandOutput>;
|
|
437
|
+
listFilters(
|
|
438
|
+
args: ListFiltersCommandInput,
|
|
439
|
+
cb: (err: any, data?: ListFiltersCommandOutput) => void
|
|
440
|
+
): void;
|
|
441
|
+
listFilters(
|
|
442
|
+
args: ListFiltersCommandInput,
|
|
443
|
+
options: __HttpHandlerOptions,
|
|
444
|
+
cb: (err: any, data?: ListFiltersCommandOutput) => void
|
|
445
|
+
): void;
|
|
446
|
+
|
|
447
|
+
listFindingAggregations(
|
|
448
|
+
args: ListFindingAggregationsCommandInput,
|
|
449
|
+
options?: __HttpHandlerOptions
|
|
450
|
+
): Promise<ListFindingAggregationsCommandOutput>;
|
|
451
|
+
listFindingAggregations(
|
|
452
|
+
args: ListFindingAggregationsCommandInput,
|
|
453
|
+
cb: (err: any, data?: ListFindingAggregationsCommandOutput) => void
|
|
454
|
+
): void;
|
|
455
|
+
listFindingAggregations(
|
|
456
|
+
args: ListFindingAggregationsCommandInput,
|
|
457
|
+
options: __HttpHandlerOptions,
|
|
458
|
+
cb: (err: any, data?: ListFindingAggregationsCommandOutput) => void
|
|
459
|
+
): void;
|
|
460
|
+
|
|
461
|
+
listFindings(
|
|
462
|
+
args: ListFindingsCommandInput,
|
|
463
|
+
options?: __HttpHandlerOptions
|
|
464
|
+
): Promise<ListFindingsCommandOutput>;
|
|
465
|
+
listFindings(
|
|
466
|
+
args: ListFindingsCommandInput,
|
|
467
|
+
cb: (err: any, data?: ListFindingsCommandOutput) => void
|
|
468
|
+
): void;
|
|
469
|
+
listFindings(
|
|
470
|
+
args: ListFindingsCommandInput,
|
|
471
|
+
options: __HttpHandlerOptions,
|
|
472
|
+
cb: (err: any, data?: ListFindingsCommandOutput) => void
|
|
473
|
+
): void;
|
|
474
|
+
|
|
475
|
+
listMembers(
|
|
476
|
+
args: ListMembersCommandInput,
|
|
477
|
+
options?: __HttpHandlerOptions
|
|
478
|
+
): Promise<ListMembersCommandOutput>;
|
|
479
|
+
listMembers(
|
|
480
|
+
args: ListMembersCommandInput,
|
|
481
|
+
cb: (err: any, data?: ListMembersCommandOutput) => void
|
|
482
|
+
): void;
|
|
483
|
+
listMembers(
|
|
484
|
+
args: ListMembersCommandInput,
|
|
485
|
+
options: __HttpHandlerOptions,
|
|
486
|
+
cb: (err: any, data?: ListMembersCommandOutput) => void
|
|
487
|
+
): void;
|
|
488
|
+
|
|
489
|
+
listTagsForResource(
|
|
490
|
+
args: ListTagsForResourceCommandInput,
|
|
491
|
+
options?: __HttpHandlerOptions
|
|
492
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
493
|
+
listTagsForResource(
|
|
494
|
+
args: ListTagsForResourceCommandInput,
|
|
495
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
496
|
+
): void;
|
|
497
|
+
listTagsForResource(
|
|
498
|
+
args: ListTagsForResourceCommandInput,
|
|
499
|
+
options: __HttpHandlerOptions,
|
|
500
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
501
|
+
): void;
|
|
502
|
+
|
|
503
|
+
listUsageTotals(
|
|
504
|
+
args: ListUsageTotalsCommandInput,
|
|
505
|
+
options?: __HttpHandlerOptions
|
|
506
|
+
): Promise<ListUsageTotalsCommandOutput>;
|
|
507
|
+
listUsageTotals(
|
|
508
|
+
args: ListUsageTotalsCommandInput,
|
|
509
|
+
cb: (err: any, data?: ListUsageTotalsCommandOutput) => void
|
|
510
|
+
): void;
|
|
511
|
+
listUsageTotals(
|
|
512
|
+
args: ListUsageTotalsCommandInput,
|
|
513
|
+
options: __HttpHandlerOptions,
|
|
514
|
+
cb: (err: any, data?: ListUsageTotalsCommandOutput) => void
|
|
515
|
+
): void;
|
|
516
|
+
|
|
517
|
+
tagResource(
|
|
518
|
+
args: TagResourceCommandInput,
|
|
519
|
+
options?: __HttpHandlerOptions
|
|
520
|
+
): Promise<TagResourceCommandOutput>;
|
|
521
|
+
tagResource(
|
|
522
|
+
args: TagResourceCommandInput,
|
|
523
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
524
|
+
): void;
|
|
525
|
+
tagResource(
|
|
526
|
+
args: TagResourceCommandInput,
|
|
527
|
+
options: __HttpHandlerOptions,
|
|
528
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
529
|
+
): void;
|
|
530
|
+
|
|
531
|
+
untagResource(
|
|
532
|
+
args: UntagResourceCommandInput,
|
|
533
|
+
options?: __HttpHandlerOptions
|
|
534
|
+
): Promise<UntagResourceCommandOutput>;
|
|
535
|
+
untagResource(
|
|
536
|
+
args: UntagResourceCommandInput,
|
|
537
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
538
|
+
): void;
|
|
539
|
+
untagResource(
|
|
540
|
+
args: UntagResourceCommandInput,
|
|
541
|
+
options: __HttpHandlerOptions,
|
|
542
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
543
|
+
): void;
|
|
544
|
+
|
|
545
|
+
updateConfiguration(
|
|
546
|
+
args: UpdateConfigurationCommandInput,
|
|
547
|
+
options?: __HttpHandlerOptions
|
|
548
|
+
): Promise<UpdateConfigurationCommandOutput>;
|
|
549
|
+
updateConfiguration(
|
|
550
|
+
args: UpdateConfigurationCommandInput,
|
|
551
|
+
cb: (err: any, data?: UpdateConfigurationCommandOutput) => void
|
|
552
|
+
): void;
|
|
553
|
+
updateConfiguration(
|
|
554
|
+
args: UpdateConfigurationCommandInput,
|
|
555
|
+
options: __HttpHandlerOptions,
|
|
556
|
+
cb: (err: any, data?: UpdateConfigurationCommandOutput) => void
|
|
557
|
+
): void;
|
|
558
|
+
|
|
559
|
+
updateFilter(
|
|
560
|
+
args: UpdateFilterCommandInput,
|
|
561
|
+
options?: __HttpHandlerOptions
|
|
562
|
+
): Promise<UpdateFilterCommandOutput>;
|
|
563
|
+
updateFilter(
|
|
564
|
+
args: UpdateFilterCommandInput,
|
|
565
|
+
cb: (err: any, data?: UpdateFilterCommandOutput) => void
|
|
566
|
+
): void;
|
|
567
|
+
updateFilter(
|
|
568
|
+
args: UpdateFilterCommandInput,
|
|
569
|
+
options: __HttpHandlerOptions,
|
|
570
|
+
cb: (err: any, data?: UpdateFilterCommandOutput) => void
|
|
571
|
+
): void;
|
|
572
|
+
|
|
573
|
+
updateOrganizationConfiguration(
|
|
574
|
+
args: UpdateOrganizationConfigurationCommandInput,
|
|
575
|
+
options?: __HttpHandlerOptions
|
|
576
|
+
): Promise<UpdateOrganizationConfigurationCommandOutput>;
|
|
577
|
+
updateOrganizationConfiguration(
|
|
578
|
+
args: UpdateOrganizationConfigurationCommandInput,
|
|
579
|
+
cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void
|
|
580
|
+
): void;
|
|
581
|
+
updateOrganizationConfiguration(
|
|
582
|
+
args: UpdateOrganizationConfigurationCommandInput,
|
|
583
|
+
options: __HttpHandlerOptions,
|
|
584
|
+
cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void
|
|
585
|
+
): void;
|
|
586
|
+
}
|