@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,105 +1,321 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
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
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AssociateMemberCommandInput,
|
|
47
|
+
AssociateMemberCommandOutput,
|
|
48
|
+
} from "./commands/AssociateMemberCommand";
|
|
49
|
+
import {
|
|
50
|
+
BatchGetAccountStatusCommandInput,
|
|
51
|
+
BatchGetAccountStatusCommandOutput,
|
|
52
|
+
} from "./commands/BatchGetAccountStatusCommand";
|
|
53
|
+
import {
|
|
54
|
+
BatchGetFreeTrialInfoCommandInput,
|
|
55
|
+
BatchGetFreeTrialInfoCommandOutput,
|
|
56
|
+
} from "./commands/BatchGetFreeTrialInfoCommand";
|
|
57
|
+
import {
|
|
58
|
+
CancelFindingsReportCommandInput,
|
|
59
|
+
CancelFindingsReportCommandOutput,
|
|
60
|
+
} from "./commands/CancelFindingsReportCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateFilterCommandInput,
|
|
63
|
+
CreateFilterCommandOutput,
|
|
64
|
+
} from "./commands/CreateFilterCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateFindingsReportCommandInput,
|
|
67
|
+
CreateFindingsReportCommandOutput,
|
|
68
|
+
} from "./commands/CreateFindingsReportCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeleteFilterCommandInput,
|
|
71
|
+
DeleteFilterCommandOutput,
|
|
72
|
+
} from "./commands/DeleteFilterCommand";
|
|
73
|
+
import {
|
|
74
|
+
DescribeOrganizationConfigurationCommandInput,
|
|
75
|
+
DescribeOrganizationConfigurationCommandOutput,
|
|
76
|
+
} from "./commands/DescribeOrganizationConfigurationCommand";
|
|
77
|
+
import {
|
|
78
|
+
DisableCommandInput,
|
|
79
|
+
DisableCommandOutput,
|
|
80
|
+
} from "./commands/DisableCommand";
|
|
81
|
+
import {
|
|
82
|
+
DisableDelegatedAdminAccountCommandInput,
|
|
83
|
+
DisableDelegatedAdminAccountCommandOutput,
|
|
84
|
+
} from "./commands/DisableDelegatedAdminAccountCommand";
|
|
85
|
+
import {
|
|
86
|
+
DisassociateMemberCommandInput,
|
|
87
|
+
DisassociateMemberCommandOutput,
|
|
88
|
+
} from "./commands/DisassociateMemberCommand";
|
|
89
|
+
import {
|
|
90
|
+
EnableCommandInput,
|
|
91
|
+
EnableCommandOutput,
|
|
92
|
+
} from "./commands/EnableCommand";
|
|
93
|
+
import {
|
|
94
|
+
EnableDelegatedAdminAccountCommandInput,
|
|
95
|
+
EnableDelegatedAdminAccountCommandOutput,
|
|
96
|
+
} from "./commands/EnableDelegatedAdminAccountCommand";
|
|
97
|
+
import {
|
|
98
|
+
GetConfigurationCommandInput,
|
|
99
|
+
GetConfigurationCommandOutput,
|
|
100
|
+
} from "./commands/GetConfigurationCommand";
|
|
101
|
+
import {
|
|
102
|
+
GetDelegatedAdminAccountCommandInput,
|
|
103
|
+
GetDelegatedAdminAccountCommandOutput,
|
|
104
|
+
} from "./commands/GetDelegatedAdminAccountCommand";
|
|
105
|
+
import {
|
|
106
|
+
GetFindingsReportStatusCommandInput,
|
|
107
|
+
GetFindingsReportStatusCommandOutput,
|
|
108
|
+
} from "./commands/GetFindingsReportStatusCommand";
|
|
109
|
+
import {
|
|
110
|
+
GetMemberCommandInput,
|
|
111
|
+
GetMemberCommandOutput,
|
|
112
|
+
} from "./commands/GetMemberCommand";
|
|
113
|
+
import {
|
|
114
|
+
ListAccountPermissionsCommandInput,
|
|
115
|
+
ListAccountPermissionsCommandOutput,
|
|
116
|
+
} from "./commands/ListAccountPermissionsCommand";
|
|
117
|
+
import {
|
|
118
|
+
ListCoverageCommandInput,
|
|
119
|
+
ListCoverageCommandOutput,
|
|
120
|
+
} from "./commands/ListCoverageCommand";
|
|
121
|
+
import {
|
|
122
|
+
ListCoverageStatisticsCommandInput,
|
|
123
|
+
ListCoverageStatisticsCommandOutput,
|
|
124
|
+
} from "./commands/ListCoverageStatisticsCommand";
|
|
125
|
+
import {
|
|
126
|
+
ListDelegatedAdminAccountsCommandInput,
|
|
127
|
+
ListDelegatedAdminAccountsCommandOutput,
|
|
128
|
+
} from "./commands/ListDelegatedAdminAccountsCommand";
|
|
129
|
+
import {
|
|
130
|
+
ListFiltersCommandInput,
|
|
131
|
+
ListFiltersCommandOutput,
|
|
132
|
+
} from "./commands/ListFiltersCommand";
|
|
133
|
+
import {
|
|
134
|
+
ListFindingAggregationsCommandInput,
|
|
135
|
+
ListFindingAggregationsCommandOutput,
|
|
136
|
+
} from "./commands/ListFindingAggregationsCommand";
|
|
137
|
+
import {
|
|
138
|
+
ListFindingsCommandInput,
|
|
139
|
+
ListFindingsCommandOutput,
|
|
140
|
+
} from "./commands/ListFindingsCommand";
|
|
141
|
+
import {
|
|
142
|
+
ListMembersCommandInput,
|
|
143
|
+
ListMembersCommandOutput,
|
|
144
|
+
} from "./commands/ListMembersCommand";
|
|
145
|
+
import {
|
|
146
|
+
ListTagsForResourceCommandInput,
|
|
147
|
+
ListTagsForResourceCommandOutput,
|
|
148
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
149
|
+
import {
|
|
150
|
+
ListUsageTotalsCommandInput,
|
|
151
|
+
ListUsageTotalsCommandOutput,
|
|
152
|
+
} from "./commands/ListUsageTotalsCommand";
|
|
153
|
+
import {
|
|
154
|
+
TagResourceCommandInput,
|
|
155
|
+
TagResourceCommandOutput,
|
|
156
|
+
} from "./commands/TagResourceCommand";
|
|
157
|
+
import {
|
|
158
|
+
UntagResourceCommandInput,
|
|
159
|
+
UntagResourceCommandOutput,
|
|
160
|
+
} from "./commands/UntagResourceCommand";
|
|
161
|
+
import {
|
|
162
|
+
UpdateConfigurationCommandInput,
|
|
163
|
+
UpdateConfigurationCommandOutput,
|
|
164
|
+
} from "./commands/UpdateConfigurationCommand";
|
|
165
|
+
import {
|
|
166
|
+
UpdateFilterCommandInput,
|
|
167
|
+
UpdateFilterCommandOutput,
|
|
168
|
+
} from "./commands/UpdateFilterCommand";
|
|
169
|
+
import {
|
|
170
|
+
UpdateOrganizationConfigurationCommandInput,
|
|
171
|
+
UpdateOrganizationConfigurationCommandOutput,
|
|
172
|
+
} from "./commands/UpdateOrganizationConfigurationCommand";
|
|
173
|
+
export declare type ServiceInputTypes =
|
|
174
|
+
| AssociateMemberCommandInput
|
|
175
|
+
| BatchGetAccountStatusCommandInput
|
|
176
|
+
| BatchGetFreeTrialInfoCommandInput
|
|
177
|
+
| CancelFindingsReportCommandInput
|
|
178
|
+
| CreateFilterCommandInput
|
|
179
|
+
| CreateFindingsReportCommandInput
|
|
180
|
+
| DeleteFilterCommandInput
|
|
181
|
+
| DescribeOrganizationConfigurationCommandInput
|
|
182
|
+
| DisableCommandInput
|
|
183
|
+
| DisableDelegatedAdminAccountCommandInput
|
|
184
|
+
| DisassociateMemberCommandInput
|
|
185
|
+
| EnableCommandInput
|
|
186
|
+
| EnableDelegatedAdminAccountCommandInput
|
|
187
|
+
| GetConfigurationCommandInput
|
|
188
|
+
| GetDelegatedAdminAccountCommandInput
|
|
189
|
+
| GetFindingsReportStatusCommandInput
|
|
190
|
+
| GetMemberCommandInput
|
|
191
|
+
| ListAccountPermissionsCommandInput
|
|
192
|
+
| ListCoverageCommandInput
|
|
193
|
+
| ListCoverageStatisticsCommandInput
|
|
194
|
+
| ListDelegatedAdminAccountsCommandInput
|
|
195
|
+
| ListFiltersCommandInput
|
|
196
|
+
| ListFindingAggregationsCommandInput
|
|
197
|
+
| ListFindingsCommandInput
|
|
198
|
+
| ListMembersCommandInput
|
|
199
|
+
| ListTagsForResourceCommandInput
|
|
200
|
+
| ListUsageTotalsCommandInput
|
|
201
|
+
| TagResourceCommandInput
|
|
202
|
+
| UntagResourceCommandInput
|
|
203
|
+
| UpdateConfigurationCommandInput
|
|
204
|
+
| UpdateFilterCommandInput
|
|
205
|
+
| UpdateOrganizationConfigurationCommandInput;
|
|
206
|
+
export declare type ServiceOutputTypes =
|
|
207
|
+
| AssociateMemberCommandOutput
|
|
208
|
+
| BatchGetAccountStatusCommandOutput
|
|
209
|
+
| BatchGetFreeTrialInfoCommandOutput
|
|
210
|
+
| CancelFindingsReportCommandOutput
|
|
211
|
+
| CreateFilterCommandOutput
|
|
212
|
+
| CreateFindingsReportCommandOutput
|
|
213
|
+
| DeleteFilterCommandOutput
|
|
214
|
+
| DescribeOrganizationConfigurationCommandOutput
|
|
215
|
+
| DisableCommandOutput
|
|
216
|
+
| DisableDelegatedAdminAccountCommandOutput
|
|
217
|
+
| DisassociateMemberCommandOutput
|
|
218
|
+
| EnableCommandOutput
|
|
219
|
+
| EnableDelegatedAdminAccountCommandOutput
|
|
220
|
+
| GetConfigurationCommandOutput
|
|
221
|
+
| GetDelegatedAdminAccountCommandOutput
|
|
222
|
+
| GetFindingsReportStatusCommandOutput
|
|
223
|
+
| GetMemberCommandOutput
|
|
224
|
+
| ListAccountPermissionsCommandOutput
|
|
225
|
+
| ListCoverageCommandOutput
|
|
226
|
+
| ListCoverageStatisticsCommandOutput
|
|
227
|
+
| ListDelegatedAdminAccountsCommandOutput
|
|
228
|
+
| ListFiltersCommandOutput
|
|
229
|
+
| ListFindingAggregationsCommandOutput
|
|
230
|
+
| ListFindingsCommandOutput
|
|
231
|
+
| ListMembersCommandOutput
|
|
232
|
+
| ListTagsForResourceCommandOutput
|
|
233
|
+
| ListUsageTotalsCommandOutput
|
|
234
|
+
| TagResourceCommandOutput
|
|
235
|
+
| UntagResourceCommandOutput
|
|
236
|
+
| UpdateConfigurationCommandOutput
|
|
237
|
+
| UpdateFilterCommandOutput
|
|
238
|
+
| UpdateOrganizationConfigurationCommandOutput;
|
|
239
|
+
export interface ClientDefaults
|
|
240
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
241
|
+
requestHandler?: __HttpHandler;
|
|
242
|
+
|
|
243
|
+
sha256?: __HashConstructor;
|
|
244
|
+
|
|
245
|
+
urlParser?: __UrlParser;
|
|
246
|
+
|
|
247
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
248
|
+
|
|
249
|
+
streamCollector?: __StreamCollector;
|
|
250
|
+
|
|
251
|
+
base64Decoder?: __Decoder;
|
|
252
|
+
|
|
253
|
+
base64Encoder?: __Encoder;
|
|
254
|
+
|
|
255
|
+
utf8Decoder?: __Decoder;
|
|
256
|
+
|
|
257
|
+
utf8Encoder?: __Encoder;
|
|
258
|
+
|
|
259
|
+
runtime?: string;
|
|
260
|
+
|
|
261
|
+
disableHostPrefix?: boolean;
|
|
262
|
+
|
|
263
|
+
maxAttempts?: number | __Provider<number>;
|
|
264
|
+
|
|
265
|
+
retryMode?: string | __Provider<string>;
|
|
266
|
+
|
|
267
|
+
logger?: __Logger;
|
|
268
|
+
|
|
269
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
270
|
+
|
|
271
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
272
|
+
|
|
273
|
+
serviceId?: string;
|
|
274
|
+
|
|
275
|
+
region?: string | __Provider<string>;
|
|
276
|
+
|
|
277
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
278
|
+
|
|
279
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
280
|
+
|
|
281
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
282
|
+
|
|
283
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
284
|
+
}
|
|
285
|
+
declare type Inspector2ClientConfigType = Partial<
|
|
286
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
287
|
+
> &
|
|
288
|
+
ClientDefaults &
|
|
289
|
+
RegionInputConfig &
|
|
290
|
+
EndpointsInputConfig &
|
|
291
|
+
RetryInputConfig &
|
|
292
|
+
HostHeaderInputConfig &
|
|
293
|
+
AwsAuthInputConfig &
|
|
294
|
+
UserAgentInputConfig;
|
|
295
|
+
|
|
296
|
+
export interface Inspector2ClientConfig extends Inspector2ClientConfigType {}
|
|
297
|
+
declare type Inspector2ClientResolvedConfigType =
|
|
298
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
299
|
+
Required<ClientDefaults> &
|
|
300
|
+
RegionResolvedConfig &
|
|
301
|
+
EndpointsResolvedConfig &
|
|
302
|
+
RetryResolvedConfig &
|
|
303
|
+
HostHeaderResolvedConfig &
|
|
304
|
+
AwsAuthResolvedConfig &
|
|
305
|
+
UserAgentResolvedConfig;
|
|
306
|
+
|
|
307
|
+
export interface Inspector2ClientResolvedConfig
|
|
308
|
+
extends Inspector2ClientResolvedConfigType {}
|
|
309
|
+
|
|
310
|
+
export declare class Inspector2Client extends __Client<
|
|
311
|
+
__HttpHandlerOptions,
|
|
312
|
+
ServiceInputTypes,
|
|
313
|
+
ServiceOutputTypes,
|
|
314
|
+
Inspector2ClientResolvedConfig
|
|
315
|
+
> {
|
|
316
|
+
readonly config: Inspector2ClientResolvedConfig;
|
|
317
|
+
constructor(configuration: Inspector2ClientConfig);
|
|
318
|
+
|
|
319
|
+
destroy(): void;
|
|
320
|
+
}
|
|
321
|
+
export {};
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
Inspector2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../Inspector2Client";
|
|
13
|
+
import {
|
|
14
|
+
AssociateMemberRequest,
|
|
15
|
+
AssociateMemberResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AssociateMemberCommandInput extends AssociateMemberRequest {}
|
|
18
|
+
export interface AssociateMemberCommandOutput
|
|
19
|
+
extends AssociateMemberResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class AssociateMemberCommand extends $Command<
|
|
23
|
+
AssociateMemberCommandInput,
|
|
24
|
+
AssociateMemberCommandOutput,
|
|
25
|
+
Inspector2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AssociateMemberCommandInput;
|
|
28
|
+
constructor(input: AssociateMemberCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<AssociateMemberCommandInput, AssociateMemberCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
Inspector2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../Inspector2Client";
|
|
13
|
+
import {
|
|
14
|
+
BatchGetAccountStatusRequest,
|
|
15
|
+
BatchGetAccountStatusResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGetAccountStatusCommandInput
|
|
18
|
+
extends BatchGetAccountStatusRequest {}
|
|
19
|
+
export interface BatchGetAccountStatusCommandOutput
|
|
20
|
+
extends BatchGetAccountStatusResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchGetAccountStatusCommand extends $Command<
|
|
24
|
+
BatchGetAccountStatusCommandInput,
|
|
25
|
+
BatchGetAccountStatusCommandOutput,
|
|
26
|
+
Inspector2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchGetAccountStatusCommandInput;
|
|
29
|
+
constructor(input: BatchGetAccountStatusCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchGetAccountStatusCommandInput,
|
|
37
|
+
BatchGetAccountStatusCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
Inspector2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../Inspector2Client";
|
|
13
|
+
import {
|
|
14
|
+
BatchGetFreeTrialInfoRequest,
|
|
15
|
+
BatchGetFreeTrialInfoResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGetFreeTrialInfoCommandInput
|
|
18
|
+
extends BatchGetFreeTrialInfoRequest {}
|
|
19
|
+
export interface BatchGetFreeTrialInfoCommandOutput
|
|
20
|
+
extends BatchGetFreeTrialInfoResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchGetFreeTrialInfoCommand extends $Command<
|
|
24
|
+
BatchGetFreeTrialInfoCommandInput,
|
|
25
|
+
BatchGetFreeTrialInfoCommandOutput,
|
|
26
|
+
Inspector2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchGetFreeTrialInfoCommandInput;
|
|
29
|
+
constructor(input: BatchGetFreeTrialInfoCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchGetFreeTrialInfoCommandInput,
|
|
37
|
+
BatchGetFreeTrialInfoCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|