@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.
Files changed (58) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Inspector2.d.ts +554 -165
  3. package/dist-types/ts3.4/Inspector2Client.d.ts +296 -105
  4. package/dist-types/ts3.4/commands/AssociateMemberCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/BatchGetAccountStatusCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/BatchGetFreeTrialInfoCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CancelFindingsReportCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/CreateFindingsReportCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/DisableCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/DisableDelegatedAdminAccountCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DisassociateMemberCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/EnableCommand.d.ts +30 -17
  16. package/dist-types/ts3.4/commands/EnableDelegatedAdminAccountCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/GetDelegatedAdminAccountCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/GetFindingsReportStatusCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/ListAccountPermissionsCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/ListCoverageStatisticsCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/ListDelegatedAdminAccountsCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/ListFindingAggregationsCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/ListUsageTotalsCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +36 -17
  34. package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/index.d.ts +32 -32
  37. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  38. package/dist-types/ts3.4/index.d.ts +6 -6
  39. package/dist-types/ts3.4/models/Inspector2ServiceException.d.ts +7 -6
  40. package/dist-types/ts3.4/models/index.d.ts +1 -1
  41. package/dist-types/ts3.4/models/models_0.d.ts +1757 -2195
  42. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  43. package/dist-types/ts3.4/pagination/ListAccountPermissionsPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/ListCoveragePaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/ListCoverageStatisticsPaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/ListDelegatedAdminAccountsPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/ListFindingAggregationsPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListUsageTotalsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/index.d.ts +10 -10
  53. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +389 -98
  54. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  55. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  56. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  57. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  58. package/package.json +34 -34
@@ -1,105 +1,296 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AssociateMemberCommandInput, AssociateMemberCommandOutput } from "./commands/AssociateMemberCommand";
10
- import { BatchGetAccountStatusCommandInput, BatchGetAccountStatusCommandOutput } from "./commands/BatchGetAccountStatusCommand";
11
- import { BatchGetFreeTrialInfoCommandInput, BatchGetFreeTrialInfoCommandOutput } from "./commands/BatchGetFreeTrialInfoCommand";
12
- import { CancelFindingsReportCommandInput, CancelFindingsReportCommandOutput } from "./commands/CancelFindingsReportCommand";
13
- import { CreateFilterCommandInput, CreateFilterCommandOutput } from "./commands/CreateFilterCommand";
14
- import { CreateFindingsReportCommandInput, CreateFindingsReportCommandOutput } from "./commands/CreateFindingsReportCommand";
15
- import { DeleteFilterCommandInput, DeleteFilterCommandOutput } from "./commands/DeleteFilterCommand";
16
- import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "./commands/DescribeOrganizationConfigurationCommand";
17
- import { DisableCommandInput, DisableCommandOutput } from "./commands/DisableCommand";
18
- import { DisableDelegatedAdminAccountCommandInput, DisableDelegatedAdminAccountCommandOutput } from "./commands/DisableDelegatedAdminAccountCommand";
19
- import { DisassociateMemberCommandInput, DisassociateMemberCommandOutput } from "./commands/DisassociateMemberCommand";
20
- import { EnableCommandInput, EnableCommandOutput } from "./commands/EnableCommand";
21
- import { EnableDelegatedAdminAccountCommandInput, EnableDelegatedAdminAccountCommandOutput } from "./commands/EnableDelegatedAdminAccountCommand";
22
- import { GetConfigurationCommandInput, GetConfigurationCommandOutput } from "./commands/GetConfigurationCommand";
23
- import { GetDelegatedAdminAccountCommandInput, GetDelegatedAdminAccountCommandOutput } from "./commands/GetDelegatedAdminAccountCommand";
24
- import { GetFindingsReportStatusCommandInput, GetFindingsReportStatusCommandOutput } from "./commands/GetFindingsReportStatusCommand";
25
- import { GetMemberCommandInput, GetMemberCommandOutput } from "./commands/GetMemberCommand";
26
- import { ListAccountPermissionsCommandInput, ListAccountPermissionsCommandOutput } from "./commands/ListAccountPermissionsCommand";
27
- import { ListCoverageCommandInput, ListCoverageCommandOutput } from "./commands/ListCoverageCommand";
28
- import { ListCoverageStatisticsCommandInput, ListCoverageStatisticsCommandOutput } from "./commands/ListCoverageStatisticsCommand";
29
- import { ListDelegatedAdminAccountsCommandInput, ListDelegatedAdminAccountsCommandOutput } from "./commands/ListDelegatedAdminAccountsCommand";
30
- import { ListFiltersCommandInput, ListFiltersCommandOutput } from "./commands/ListFiltersCommand";
31
- import { ListFindingAggregationsCommandInput, ListFindingAggregationsCommandOutput } from "./commands/ListFindingAggregationsCommand";
32
- import { ListFindingsCommandInput, ListFindingsCommandOutput } from "./commands/ListFindingsCommand";
33
- import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
34
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
35
- import { ListUsageTotalsCommandInput, ListUsageTotalsCommandOutput } from "./commands/ListUsageTotalsCommand";
36
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
37
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
38
- import { UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput } from "./commands/UpdateConfigurationCommand";
39
- import { UpdateFilterCommandInput, UpdateFilterCommandOutput } from "./commands/UpdateFilterCommand";
40
- import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
41
- export declare type ServiceInputTypes = AssociateMemberCommandInput | BatchGetAccountStatusCommandInput | BatchGetFreeTrialInfoCommandInput | CancelFindingsReportCommandInput | CreateFilterCommandInput | CreateFindingsReportCommandInput | DeleteFilterCommandInput | DescribeOrganizationConfigurationCommandInput | DisableCommandInput | DisableDelegatedAdminAccountCommandInput | DisassociateMemberCommandInput | EnableCommandInput | EnableDelegatedAdminAccountCommandInput | GetConfigurationCommandInput | GetDelegatedAdminAccountCommandInput | GetFindingsReportStatusCommandInput | GetMemberCommandInput | ListAccountPermissionsCommandInput | ListCoverageCommandInput | ListCoverageStatisticsCommandInput | ListDelegatedAdminAccountsCommandInput | ListFiltersCommandInput | ListFindingAggregationsCommandInput | ListFindingsCommandInput | ListMembersCommandInput | ListTagsForResourceCommandInput | ListUsageTotalsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateConfigurationCommandInput | UpdateFilterCommandInput | UpdateOrganizationConfigurationCommandInput;
42
- export declare type ServiceOutputTypes = AssociateMemberCommandOutput | BatchGetAccountStatusCommandOutput | BatchGetFreeTrialInfoCommandOutput | CancelFindingsReportCommandOutput | CreateFilterCommandOutput | CreateFindingsReportCommandOutput | DeleteFilterCommandOutput | DescribeOrganizationConfigurationCommandOutput | DisableCommandOutput | DisableDelegatedAdminAccountCommandOutput | DisassociateMemberCommandOutput | EnableCommandOutput | EnableDelegatedAdminAccountCommandOutput | GetConfigurationCommandOutput | GetDelegatedAdminAccountCommandOutput | GetFindingsReportStatusCommandOutput | GetMemberCommandOutput | ListAccountPermissionsCommandOutput | ListCoverageCommandOutput | ListCoverageStatisticsCommandOutput | ListDelegatedAdminAccountsCommandOutput | ListFiltersCommandOutput | ListFindingAggregationsCommandOutput | ListFindingsCommandOutput | ListMembersCommandOutput | ListTagsForResourceCommandOutput | ListUsageTotalsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateConfigurationCommandOutput | UpdateFilterCommandOutput | UpdateOrganizationConfigurationCommandOutput;
43
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
44
-
45
- requestHandler?: __HttpHandler;
46
-
47
- sha256?: __HashConstructor;
48
-
49
- urlParser?: __UrlParser;
50
-
51
- bodyLengthChecker?: __BodyLengthCalculator;
52
-
53
- streamCollector?: __StreamCollector;
54
-
55
- base64Decoder?: __Decoder;
56
-
57
- base64Encoder?: __Encoder;
58
-
59
- utf8Decoder?: __Decoder;
60
-
61
- utf8Encoder?: __Encoder;
62
-
63
- runtime?: string;
64
-
65
- disableHostPrefix?: boolean;
66
-
67
- maxAttempts?: number | __Provider<number>;
68
-
69
- retryMode?: string | __Provider<string>;
70
-
71
- logger?: __Logger;
72
-
73
- useDualstackEndpoint?: boolean | __Provider<boolean>;
74
-
75
- useFipsEndpoint?: boolean | __Provider<boolean>;
76
-
77
- serviceId?: string;
78
-
79
- region?: string | __Provider<string>;
80
-
81
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
82
-
83
- regionInfoProvider?: RegionInfoProvider;
84
-
85
- defaultUserAgentProvider?: Provider<__UserAgent>;
86
-
87
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
88
- }
89
- declare type Inspector2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
90
-
91
- export interface Inspector2ClientConfig extends Inspector2ClientConfigType {
92
- }
93
- declare type Inspector2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
94
-
95
- export interface Inspector2ClientResolvedConfig extends Inspector2ClientResolvedConfigType {
96
- }
97
-
98
- export declare class Inspector2Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, Inspector2ClientResolvedConfig> {
99
-
100
- readonly config: Inspector2ClientResolvedConfig;
101
- constructor(configuration: Inspector2ClientConfig);
102
-
103
- destroy(): void;
104
- }
105
- export {};
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
- import { AssociateMemberRequest, AssociateMemberResponse } from "../models/models_0";
5
- export interface AssociateMemberCommandInput extends AssociateMemberRequest {
6
- }
7
- export interface AssociateMemberCommandOutput extends AssociateMemberResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AssociateMemberCommand extends $Command<AssociateMemberCommandInput, AssociateMemberCommandOutput, Inspector2ClientResolvedConfig> {
11
- readonly input: AssociateMemberCommandInput;
12
- constructor(input: AssociateMemberCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateMemberCommandInput, AssociateMemberCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
- import { BatchGetAccountStatusRequest, BatchGetAccountStatusResponse } from "../models/models_0";
5
- export interface BatchGetAccountStatusCommandInput extends BatchGetAccountStatusRequest {
6
- }
7
- export interface BatchGetAccountStatusCommandOutput extends BatchGetAccountStatusResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchGetAccountStatusCommand extends $Command<BatchGetAccountStatusCommandInput, BatchGetAccountStatusCommandOutput, Inspector2ClientResolvedConfig> {
11
- readonly input: BatchGetAccountStatusCommandInput;
12
- constructor(input: BatchGetAccountStatusCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetAccountStatusCommandInput, BatchGetAccountStatusCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
- import { BatchGetFreeTrialInfoRequest, BatchGetFreeTrialInfoResponse } from "../models/models_0";
5
- export interface BatchGetFreeTrialInfoCommandInput extends BatchGetFreeTrialInfoRequest {
6
- }
7
- export interface BatchGetFreeTrialInfoCommandOutput extends BatchGetFreeTrialInfoResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchGetFreeTrialInfoCommand extends $Command<BatchGetFreeTrialInfoCommandInput, BatchGetFreeTrialInfoCommandOutput, Inspector2ClientResolvedConfig> {
11
- readonly input: BatchGetFreeTrialInfoCommandInput;
12
- constructor(input: BatchGetFreeTrialInfoCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetFreeTrialInfoCommandInput, BatchGetFreeTrialInfoCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
- import { CancelFindingsReportRequest, CancelFindingsReportResponse } from "../models/models_0";
5
- export interface CancelFindingsReportCommandInput extends CancelFindingsReportRequest {
6
- }
7
- export interface CancelFindingsReportCommandOutput extends CancelFindingsReportResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CancelFindingsReportCommand extends $Command<CancelFindingsReportCommandInput, CancelFindingsReportCommandOutput, Inspector2ClientResolvedConfig> {
11
- readonly input: CancelFindingsReportCommandInput;
12
- constructor(input: CancelFindingsReportCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelFindingsReportCommandInput, CancelFindingsReportCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ }