@aws-sdk/client-inspector2 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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Inspector2.d.ts +554 -165
- package/dist-types/ts3.4/Inspector2Client.d.ts +296 -105
- package/dist-types/ts3.4/commands/AssociateMemberCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/BatchGetAccountStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchGetFreeTrialInfoCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CancelFindingsReportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateFindingsReportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DisableDelegatedAdminAccountCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateMemberCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/EnableCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/EnableDelegatedAdminAccountCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetDelegatedAdminAccountCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetFindingsReportStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListAccountPermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListCoverageStatisticsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDelegatedAdminAccountsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListFindingAggregationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListUsageTotalsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +39 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1757 -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 +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,105 +1,296 @@
|
|
|
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
|
+
sha256?: __HashConstructor;
|
|
243
|
+
urlParser?: __UrlParser;
|
|
244
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
245
|
+
streamCollector?: __StreamCollector;
|
|
246
|
+
base64Decoder?: __Decoder;
|
|
247
|
+
base64Encoder?: __Encoder;
|
|
248
|
+
utf8Decoder?: __Decoder;
|
|
249
|
+
utf8Encoder?: __Encoder;
|
|
250
|
+
runtime?: string;
|
|
251
|
+
disableHostPrefix?: boolean;
|
|
252
|
+
maxAttempts?: number | __Provider<number>;
|
|
253
|
+
retryMode?: string | __Provider<string>;
|
|
254
|
+
logger?: __Logger;
|
|
255
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
256
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
257
|
+
serviceId?: string;
|
|
258
|
+
region?: string | __Provider<string>;
|
|
259
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
260
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
261
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
262
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
263
|
+
}
|
|
264
|
+
declare type Inspector2ClientConfigType = Partial<
|
|
265
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
266
|
+
> &
|
|
267
|
+
ClientDefaults &
|
|
268
|
+
RegionInputConfig &
|
|
269
|
+
EndpointsInputConfig &
|
|
270
|
+
RetryInputConfig &
|
|
271
|
+
HostHeaderInputConfig &
|
|
272
|
+
AwsAuthInputConfig &
|
|
273
|
+
UserAgentInputConfig;
|
|
274
|
+
export interface Inspector2ClientConfig extends Inspector2ClientConfigType {}
|
|
275
|
+
declare type Inspector2ClientResolvedConfigType =
|
|
276
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
277
|
+
Required<ClientDefaults> &
|
|
278
|
+
RegionResolvedConfig &
|
|
279
|
+
EndpointsResolvedConfig &
|
|
280
|
+
RetryResolvedConfig &
|
|
281
|
+
HostHeaderResolvedConfig &
|
|
282
|
+
AwsAuthResolvedConfig &
|
|
283
|
+
UserAgentResolvedConfig;
|
|
284
|
+
export interface Inspector2ClientResolvedConfig
|
|
285
|
+
extends Inspector2ClientResolvedConfigType {}
|
|
286
|
+
export declare class Inspector2Client extends __Client<
|
|
287
|
+
__HttpHandlerOptions,
|
|
288
|
+
ServiceInputTypes,
|
|
289
|
+
ServiceOutputTypes,
|
|
290
|
+
Inspector2ClientResolvedConfig
|
|
291
|
+
> {
|
|
292
|
+
readonly config: Inspector2ClientResolvedConfig;
|
|
293
|
+
constructor(configuration: Inspector2ClientConfig);
|
|
294
|
+
destroy(): void;
|
|
295
|
+
}
|
|
296
|
+
export {};
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
export declare class AssociateMemberCommand extends $Command<
|
|
22
|
+
AssociateMemberCommandInput,
|
|
23
|
+
AssociateMemberCommandOutput,
|
|
24
|
+
Inspector2ClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: AssociateMemberCommandInput;
|
|
27
|
+
constructor(input: AssociateMemberCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<AssociateMemberCommandInput, AssociateMemberCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
export declare class BatchGetAccountStatusCommand extends $Command<
|
|
23
|
+
BatchGetAccountStatusCommandInput,
|
|
24
|
+
BatchGetAccountStatusCommandOutput,
|
|
25
|
+
Inspector2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: BatchGetAccountStatusCommandInput;
|
|
28
|
+
constructor(input: BatchGetAccountStatusCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
BatchGetAccountStatusCommandInput,
|
|
35
|
+
BatchGetAccountStatusCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
export declare class BatchGetFreeTrialInfoCommand extends $Command<
|
|
23
|
+
BatchGetFreeTrialInfoCommandInput,
|
|
24
|
+
BatchGetFreeTrialInfoCommandOutput,
|
|
25
|
+
Inspector2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: BatchGetFreeTrialInfoCommandInput;
|
|
28
|
+
constructor(input: BatchGetFreeTrialInfoCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
BatchGetFreeTrialInfoCommandInput,
|
|
35
|
+
BatchGetFreeTrialInfoCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
CancelFindingsReportRequest,
|
|
15
|
+
CancelFindingsReportResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CancelFindingsReportCommandInput
|
|
18
|
+
extends CancelFindingsReportRequest {}
|
|
19
|
+
export interface CancelFindingsReportCommandOutput
|
|
20
|
+
extends CancelFindingsReportResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CancelFindingsReportCommand extends $Command<
|
|
23
|
+
CancelFindingsReportCommandInput,
|
|
24
|
+
CancelFindingsReportCommandOutput,
|
|
25
|
+
Inspector2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CancelFindingsReportCommandInput;
|
|
28
|
+
constructor(input: CancelFindingsReportCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CancelFindingsReportCommandInput,
|
|
35
|
+
CancelFindingsReportCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|