@aws-sdk/client-inspector2 3.325.0 → 3.326.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/README.md +40 -0
- package/dist-cjs/Inspector2.js +10 -0
- package/dist-cjs/commands/BatchGetMemberEc2DeepInspectionStatusCommand.js +45 -0
- package/dist-cjs/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.js +45 -0
- package/dist-cjs/commands/GetEc2DeepInspectionConfigurationCommand.js +45 -0
- package/dist-cjs/commands/UpdateEc2DeepInspectionConfigurationCommand.js +45 -0
- package/dist-cjs/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.js +45 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +15 -2
- package/dist-cjs/protocols/Aws_restJson1.js +327 -2
- package/dist-es/Inspector2.js +10 -0
- package/dist-es/commands/BatchGetMemberEc2DeepInspectionStatusCommand.js +41 -0
- package/dist-es/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.js +41 -0
- package/dist-es/commands/GetEc2DeepInspectionConfigurationCommand.js +41 -0
- package/dist-es/commands/UpdateEc2DeepInspectionConfigurationCommand.js +41 -0
- package/dist-es/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.js +41 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +13 -0
- package/dist-es/protocols/Aws_restJson1.js +315 -0
- package/dist-types/Inspector2.d.ts +35 -0
- package/dist-types/Inspector2Client.d.ts +7 -2
- package/dist-types/commands/AssociateMemberCommand.d.ts +7 -1
- package/dist-types/commands/BatchGetAccountStatusCommand.d.ts +45 -0
- package/dist-types/commands/BatchGetFreeTrialInfoCommand.d.ts +25 -0
- package/dist-types/commands/BatchGetMemberEc2DeepInspectionStatusCommand.d.ts +97 -0
- package/dist-types/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.d.ts +100 -0
- package/dist-types/commands/CancelFindingsReportCommand.d.ts +6 -0
- package/dist-types/commands/CreateFilterCommand.d.ts +6 -0
- package/dist-types/commands/CreateFindingsReportCommand.d.ts +7 -1
- package/dist-types/commands/DeleteFilterCommand.d.ts +6 -0
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DisableCommand.d.ts +29 -0
- package/dist-types/commands/DisableDelegatedAdminAccountCommand.d.ts +6 -0
- package/dist-types/commands/DisassociateMemberCommand.d.ts +6 -0
- package/dist-types/commands/EnableCommand.d.ts +29 -0
- package/dist-types/commands/EnableDelegatedAdminAccountCommand.d.ts +6 -0
- package/dist-types/commands/GetConfigurationCommand.d.ts +12 -0
- package/dist-types/commands/GetDelegatedAdminAccountCommand.d.ts +9 -0
- package/dist-types/commands/GetEc2DeepInspectionConfigurationCommand.d.ts +87 -0
- package/dist-types/commands/GetFindingsReportStatusCommand.d.ts +133 -0
- package/dist-types/commands/GetMemberCommand.d.ts +11 -0
- package/dist-types/commands/ListAccountPermissionsCommand.d.ts +12 -0
- package/dist-types/commands/ListCoverageCommand.d.ts +46 -0
- package/dist-types/commands/ListCoverageStatisticsCommand.d.ts +13 -0
- package/dist-types/commands/ListDelegatedAdminAccountsCommand.d.ts +12 -0
- package/dist-types/commands/ListFiltersCommand.d.ts +140 -0
- package/dist-types/commands/ListFindingAggregationsCommand.d.ts +114 -0
- package/dist-types/commands/ListFindingsCommand.d.ts +164 -0
- package/dist-types/commands/ListMembersCommand.d.ts +14 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -0
- package/dist-types/commands/ListUsageTotalsCommand.d.ts +19 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/UpdateEc2DeepInspectionConfigurationCommand.d.ts +92 -0
- package/dist-types/commands/UpdateFilterCommand.d.ts +6 -0
- package/dist-types/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.d.ts +82 -0
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +10 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +200 -3
- package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
- package/dist-types/ts3.4/Inspector2.d.ts +115 -0
- package/dist-types/ts3.4/Inspector2Client.d.ts +30 -0
- package/dist-types/ts3.4/commands/BatchGetMemberEc2DeepInspectionStatusCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetEc2DeepInspectionConfigurationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateEc2DeepInspectionConfigurationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +64 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
- package/package.json +3 -3
|
@@ -56,6 +56,14 @@ import {
|
|
|
56
56
|
BatchGetFreeTrialInfoCommandInput,
|
|
57
57
|
BatchGetFreeTrialInfoCommandOutput,
|
|
58
58
|
} from "./commands/BatchGetFreeTrialInfoCommand";
|
|
59
|
+
import {
|
|
60
|
+
BatchGetMemberEc2DeepInspectionStatusCommandInput,
|
|
61
|
+
BatchGetMemberEc2DeepInspectionStatusCommandOutput,
|
|
62
|
+
} from "./commands/BatchGetMemberEc2DeepInspectionStatusCommand";
|
|
63
|
+
import {
|
|
64
|
+
BatchUpdateMemberEc2DeepInspectionStatusCommandInput,
|
|
65
|
+
BatchUpdateMemberEc2DeepInspectionStatusCommandOutput,
|
|
66
|
+
} from "./commands/BatchUpdateMemberEc2DeepInspectionStatusCommand";
|
|
59
67
|
import {
|
|
60
68
|
CancelFindingsReportCommandInput,
|
|
61
69
|
CancelFindingsReportCommandOutput,
|
|
@@ -104,6 +112,10 @@ import {
|
|
|
104
112
|
GetDelegatedAdminAccountCommandInput,
|
|
105
113
|
GetDelegatedAdminAccountCommandOutput,
|
|
106
114
|
} from "./commands/GetDelegatedAdminAccountCommand";
|
|
115
|
+
import {
|
|
116
|
+
GetEc2DeepInspectionConfigurationCommandInput,
|
|
117
|
+
GetEc2DeepInspectionConfigurationCommandOutput,
|
|
118
|
+
} from "./commands/GetEc2DeepInspectionConfigurationCommand";
|
|
107
119
|
import {
|
|
108
120
|
GetFindingsReportStatusCommandInput,
|
|
109
121
|
GetFindingsReportStatusCommandOutput,
|
|
@@ -164,6 +176,10 @@ import {
|
|
|
164
176
|
UpdateConfigurationCommandInput,
|
|
165
177
|
UpdateConfigurationCommandOutput,
|
|
166
178
|
} from "./commands/UpdateConfigurationCommand";
|
|
179
|
+
import {
|
|
180
|
+
UpdateEc2DeepInspectionConfigurationCommandInput,
|
|
181
|
+
UpdateEc2DeepInspectionConfigurationCommandOutput,
|
|
182
|
+
} from "./commands/UpdateEc2DeepInspectionConfigurationCommand";
|
|
167
183
|
import {
|
|
168
184
|
UpdateFilterCommandInput,
|
|
169
185
|
UpdateFilterCommandOutput,
|
|
@@ -172,6 +188,10 @@ import {
|
|
|
172
188
|
UpdateOrganizationConfigurationCommandInput,
|
|
173
189
|
UpdateOrganizationConfigurationCommandOutput,
|
|
174
190
|
} from "./commands/UpdateOrganizationConfigurationCommand";
|
|
191
|
+
import {
|
|
192
|
+
UpdateOrgEc2DeepInspectionConfigurationCommandInput,
|
|
193
|
+
UpdateOrgEc2DeepInspectionConfigurationCommandOutput,
|
|
194
|
+
} from "./commands/UpdateOrgEc2DeepInspectionConfigurationCommand";
|
|
175
195
|
import {
|
|
176
196
|
ClientInputEndpointParameters,
|
|
177
197
|
ClientResolvedEndpointParameters,
|
|
@@ -181,6 +201,8 @@ export type ServiceInputTypes =
|
|
|
181
201
|
| AssociateMemberCommandInput
|
|
182
202
|
| BatchGetAccountStatusCommandInput
|
|
183
203
|
| BatchGetFreeTrialInfoCommandInput
|
|
204
|
+
| BatchGetMemberEc2DeepInspectionStatusCommandInput
|
|
205
|
+
| BatchUpdateMemberEc2DeepInspectionStatusCommandInput
|
|
184
206
|
| CancelFindingsReportCommandInput
|
|
185
207
|
| CreateFilterCommandInput
|
|
186
208
|
| CreateFindingsReportCommandInput
|
|
@@ -193,6 +215,7 @@ export type ServiceInputTypes =
|
|
|
193
215
|
| EnableDelegatedAdminAccountCommandInput
|
|
194
216
|
| GetConfigurationCommandInput
|
|
195
217
|
| GetDelegatedAdminAccountCommandInput
|
|
218
|
+
| GetEc2DeepInspectionConfigurationCommandInput
|
|
196
219
|
| GetFindingsReportStatusCommandInput
|
|
197
220
|
| GetMemberCommandInput
|
|
198
221
|
| ListAccountPermissionsCommandInput
|
|
@@ -208,12 +231,16 @@ export type ServiceInputTypes =
|
|
|
208
231
|
| TagResourceCommandInput
|
|
209
232
|
| UntagResourceCommandInput
|
|
210
233
|
| UpdateConfigurationCommandInput
|
|
234
|
+
| UpdateEc2DeepInspectionConfigurationCommandInput
|
|
211
235
|
| UpdateFilterCommandInput
|
|
236
|
+
| UpdateOrgEc2DeepInspectionConfigurationCommandInput
|
|
212
237
|
| UpdateOrganizationConfigurationCommandInput;
|
|
213
238
|
export type ServiceOutputTypes =
|
|
214
239
|
| AssociateMemberCommandOutput
|
|
215
240
|
| BatchGetAccountStatusCommandOutput
|
|
216
241
|
| BatchGetFreeTrialInfoCommandOutput
|
|
242
|
+
| BatchGetMemberEc2DeepInspectionStatusCommandOutput
|
|
243
|
+
| BatchUpdateMemberEc2DeepInspectionStatusCommandOutput
|
|
217
244
|
| CancelFindingsReportCommandOutput
|
|
218
245
|
| CreateFilterCommandOutput
|
|
219
246
|
| CreateFindingsReportCommandOutput
|
|
@@ -226,6 +253,7 @@ export type ServiceOutputTypes =
|
|
|
226
253
|
| EnableDelegatedAdminAccountCommandOutput
|
|
227
254
|
| GetConfigurationCommandOutput
|
|
228
255
|
| GetDelegatedAdminAccountCommandOutput
|
|
256
|
+
| GetEc2DeepInspectionConfigurationCommandOutput
|
|
229
257
|
| GetFindingsReportStatusCommandOutput
|
|
230
258
|
| GetMemberCommandOutput
|
|
231
259
|
| ListAccountPermissionsCommandOutput
|
|
@@ -241,7 +269,9 @@ export type ServiceOutputTypes =
|
|
|
241
269
|
| TagResourceCommandOutput
|
|
242
270
|
| UntagResourceCommandOutput
|
|
243
271
|
| UpdateConfigurationCommandOutput
|
|
272
|
+
| UpdateEc2DeepInspectionConfigurationCommandOutput
|
|
244
273
|
| UpdateFilterCommandOutput
|
|
274
|
+
| UpdateOrgEc2DeepInspectionConfigurationCommandOutput
|
|
245
275
|
| UpdateOrganizationConfigurationCommandOutput;
|
|
246
276
|
export interface ClientDefaults
|
|
247
277
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
Inspector2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../Inspector2Client";
|
|
14
|
+
import {
|
|
15
|
+
BatchGetMemberEc2DeepInspectionStatusRequest,
|
|
16
|
+
BatchGetMemberEc2DeepInspectionStatusResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface BatchGetMemberEc2DeepInspectionStatusCommandInput
|
|
19
|
+
extends BatchGetMemberEc2DeepInspectionStatusRequest {}
|
|
20
|
+
export interface BatchGetMemberEc2DeepInspectionStatusCommandOutput
|
|
21
|
+
extends BatchGetMemberEc2DeepInspectionStatusResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class BatchGetMemberEc2DeepInspectionStatusCommand extends $Command<
|
|
24
|
+
BatchGetMemberEc2DeepInspectionStatusCommandInput,
|
|
25
|
+
BatchGetMemberEc2DeepInspectionStatusCommandOutput,
|
|
26
|
+
Inspector2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchGetMemberEc2DeepInspectionStatusCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: BatchGetMemberEc2DeepInspectionStatusCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchGetMemberEc2DeepInspectionStatusCommandInput,
|
|
37
|
+
BatchGetMemberEc2DeepInspectionStatusCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
Inspector2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../Inspector2Client";
|
|
14
|
+
import {
|
|
15
|
+
BatchUpdateMemberEc2DeepInspectionStatusRequest,
|
|
16
|
+
BatchUpdateMemberEc2DeepInspectionStatusResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface BatchUpdateMemberEc2DeepInspectionStatusCommandInput
|
|
19
|
+
extends BatchUpdateMemberEc2DeepInspectionStatusRequest {}
|
|
20
|
+
export interface BatchUpdateMemberEc2DeepInspectionStatusCommandOutput
|
|
21
|
+
extends BatchUpdateMemberEc2DeepInspectionStatusResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class BatchUpdateMemberEc2DeepInspectionStatusCommand extends $Command<
|
|
24
|
+
BatchUpdateMemberEc2DeepInspectionStatusCommandInput,
|
|
25
|
+
BatchUpdateMemberEc2DeepInspectionStatusCommandOutput,
|
|
26
|
+
Inspector2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchUpdateMemberEc2DeepInspectionStatusCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: BatchUpdateMemberEc2DeepInspectionStatusCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchUpdateMemberEc2DeepInspectionStatusCommandInput,
|
|
37
|
+
BatchUpdateMemberEc2DeepInspectionStatusCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
Inspector2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../Inspector2Client";
|
|
14
|
+
import {
|
|
15
|
+
GetEc2DeepInspectionConfigurationRequest,
|
|
16
|
+
GetEc2DeepInspectionConfigurationResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface GetEc2DeepInspectionConfigurationCommandInput
|
|
19
|
+
extends GetEc2DeepInspectionConfigurationRequest {}
|
|
20
|
+
export interface GetEc2DeepInspectionConfigurationCommandOutput
|
|
21
|
+
extends GetEc2DeepInspectionConfigurationResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class GetEc2DeepInspectionConfigurationCommand extends $Command<
|
|
24
|
+
GetEc2DeepInspectionConfigurationCommandInput,
|
|
25
|
+
GetEc2DeepInspectionConfigurationCommandOutput,
|
|
26
|
+
Inspector2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetEc2DeepInspectionConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: GetEc2DeepInspectionConfigurationCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetEc2DeepInspectionConfigurationCommandInput,
|
|
37
|
+
GetEc2DeepInspectionConfigurationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
Inspector2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../Inspector2Client";
|
|
14
|
+
import {
|
|
15
|
+
UpdateEc2DeepInspectionConfigurationRequest,
|
|
16
|
+
UpdateEc2DeepInspectionConfigurationResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface UpdateEc2DeepInspectionConfigurationCommandInput
|
|
19
|
+
extends UpdateEc2DeepInspectionConfigurationRequest {}
|
|
20
|
+
export interface UpdateEc2DeepInspectionConfigurationCommandOutput
|
|
21
|
+
extends UpdateEc2DeepInspectionConfigurationResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class UpdateEc2DeepInspectionConfigurationCommand extends $Command<
|
|
24
|
+
UpdateEc2DeepInspectionConfigurationCommandInput,
|
|
25
|
+
UpdateEc2DeepInspectionConfigurationCommandOutput,
|
|
26
|
+
Inspector2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateEc2DeepInspectionConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: UpdateEc2DeepInspectionConfigurationCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateEc2DeepInspectionConfigurationCommandInput,
|
|
37
|
+
UpdateEc2DeepInspectionConfigurationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
Inspector2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../Inspector2Client";
|
|
14
|
+
import {
|
|
15
|
+
UpdateOrgEc2DeepInspectionConfigurationRequest,
|
|
16
|
+
UpdateOrgEc2DeepInspectionConfigurationResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface UpdateOrgEc2DeepInspectionConfigurationCommandInput
|
|
19
|
+
extends UpdateOrgEc2DeepInspectionConfigurationRequest {}
|
|
20
|
+
export interface UpdateOrgEc2DeepInspectionConfigurationCommandOutput
|
|
21
|
+
extends UpdateOrgEc2DeepInspectionConfigurationResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class UpdateOrgEc2DeepInspectionConfigurationCommand extends $Command<
|
|
24
|
+
UpdateOrgEc2DeepInspectionConfigurationCommandInput,
|
|
25
|
+
UpdateOrgEc2DeepInspectionConfigurationCommandOutput,
|
|
26
|
+
Inspector2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateOrgEc2DeepInspectionConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: UpdateOrgEc2DeepInspectionConfigurationCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateOrgEc2DeepInspectionConfigurationCommandInput,
|
|
37
|
+
UpdateOrgEc2DeepInspectionConfigurationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
export * from "./AssociateMemberCommand";
|
|
2
2
|
export * from "./BatchGetAccountStatusCommand";
|
|
3
3
|
export * from "./BatchGetFreeTrialInfoCommand";
|
|
4
|
+
export * from "./BatchGetMemberEc2DeepInspectionStatusCommand";
|
|
5
|
+
export * from "./BatchUpdateMemberEc2DeepInspectionStatusCommand";
|
|
4
6
|
export * from "./CancelFindingsReportCommand";
|
|
5
7
|
export * from "./CreateFilterCommand";
|
|
6
8
|
export * from "./CreateFindingsReportCommand";
|
|
@@ -13,6 +15,7 @@ export * from "./EnableCommand";
|
|
|
13
15
|
export * from "./EnableDelegatedAdminAccountCommand";
|
|
14
16
|
export * from "./GetConfigurationCommand";
|
|
15
17
|
export * from "./GetDelegatedAdminAccountCommand";
|
|
18
|
+
export * from "./GetEc2DeepInspectionConfigurationCommand";
|
|
16
19
|
export * from "./GetFindingsReportStatusCommand";
|
|
17
20
|
export * from "./GetMemberCommand";
|
|
18
21
|
export * from "./ListAccountPermissionsCommand";
|
|
@@ -28,5 +31,7 @@ export * from "./ListUsageTotalsCommand";
|
|
|
28
31
|
export * from "./TagResourceCommand";
|
|
29
32
|
export * from "./UntagResourceCommand";
|
|
30
33
|
export * from "./UpdateConfigurationCommand";
|
|
34
|
+
export * from "./UpdateEc2DeepInspectionConfigurationCommand";
|
|
31
35
|
export * from "./UpdateFilterCommand";
|
|
36
|
+
export * from "./UpdateOrgEc2DeepInspectionConfigurationCommand";
|
|
32
37
|
export * from "./UpdateOrganizationConfigurationCommand";
|
|
@@ -26,7 +26,7 @@ export declare const resolveClientEndpointParameters: <T>(
|
|
|
26
26
|
defaultSigningName: string;
|
|
27
27
|
};
|
|
28
28
|
export interface EndpointParameters extends __EndpointParameters {
|
|
29
|
-
Region
|
|
29
|
+
Region?: string;
|
|
30
30
|
UseDualStack?: boolean;
|
|
31
31
|
UseFIPS?: boolean;
|
|
32
32
|
Endpoint?: string;
|
|
@@ -920,6 +920,42 @@ export interface BatchGetFreeTrialInfoResponse {
|
|
|
920
920
|
accounts: FreeTrialAccountInfo[] | undefined;
|
|
921
921
|
failedAccounts: FreeTrialInfoError[] | undefined;
|
|
922
922
|
}
|
|
923
|
+
export interface BatchGetMemberEc2DeepInspectionStatusRequest {
|
|
924
|
+
accountIds?: string[];
|
|
925
|
+
}
|
|
926
|
+
export declare const Ec2DeepInspectionStatus: {
|
|
927
|
+
readonly ACTIVATED: "ACTIVATED";
|
|
928
|
+
readonly DEACTIVATED: "DEACTIVATED";
|
|
929
|
+
readonly FAILED: "FAILED";
|
|
930
|
+
readonly PENDING: "PENDING";
|
|
931
|
+
};
|
|
932
|
+
export type Ec2DeepInspectionStatus =
|
|
933
|
+
(typeof Ec2DeepInspectionStatus)[keyof typeof Ec2DeepInspectionStatus];
|
|
934
|
+
export interface MemberAccountEc2DeepInspectionStatusState {
|
|
935
|
+
accountId: string | undefined;
|
|
936
|
+
status?: Ec2DeepInspectionStatus | string;
|
|
937
|
+
errorMessage?: string;
|
|
938
|
+
}
|
|
939
|
+
export interface FailedMemberAccountEc2DeepInspectionStatusState {
|
|
940
|
+
accountId: string | undefined;
|
|
941
|
+
ec2ScanStatus?: Status | string;
|
|
942
|
+
errorMessage?: string;
|
|
943
|
+
}
|
|
944
|
+
export interface BatchGetMemberEc2DeepInspectionStatusResponse {
|
|
945
|
+
accountIds?: MemberAccountEc2DeepInspectionStatusState[];
|
|
946
|
+
failedAccountIds?: FailedMemberAccountEc2DeepInspectionStatusState[];
|
|
947
|
+
}
|
|
948
|
+
export interface MemberAccountEc2DeepInspectionStatus {
|
|
949
|
+
accountId: string | undefined;
|
|
950
|
+
activateDeepInspection: boolean | undefined;
|
|
951
|
+
}
|
|
952
|
+
export interface BatchUpdateMemberEc2DeepInspectionStatusRequest {
|
|
953
|
+
accountIds: MemberAccountEc2DeepInspectionStatus[] | undefined;
|
|
954
|
+
}
|
|
955
|
+
export interface BatchUpdateMemberEc2DeepInspectionStatusResponse {
|
|
956
|
+
accountIds?: MemberAccountEc2DeepInspectionStatusState[];
|
|
957
|
+
failedAccountIds?: FailedMemberAccountEc2DeepInspectionStatusState[];
|
|
958
|
+
}
|
|
923
959
|
export interface CancelFindingsReportRequest {
|
|
924
960
|
reportId: string | undefined;
|
|
925
961
|
}
|
|
@@ -1026,6 +1062,10 @@ export interface ResourceScanMetadata {
|
|
|
1026
1062
|
}
|
|
1027
1063
|
export declare const ScanStatusReason: {
|
|
1028
1064
|
readonly ACCESS_DENIED: "ACCESS_DENIED";
|
|
1065
|
+
readonly DEEP_INSPECTION_COLLECTION_TIME_LIMIT_EXCEEDED: "DEEP_INSPECTION_COLLECTION_TIME_LIMIT_EXCEEDED";
|
|
1066
|
+
readonly DEEP_INSPECTION_DAILY_SSM_INVENTORY_LIMIT_EXCEEDED: "DEEP_INSPECTION_DAILY_SSM_INVENTORY_LIMIT_EXCEEDED";
|
|
1067
|
+
readonly DEEP_INSPECTION_NO_INVENTORY: "DEEP_INSPECTION_NO_INVENTORY";
|
|
1068
|
+
readonly DEEP_INSPECTION_PACKAGE_COLLECTION_LIMIT_EXCEEDED: "DEEP_INSPECTION_PACKAGE_COLLECTION_LIMIT_EXCEEDED";
|
|
1029
1069
|
readonly EC2_INSTANCE_STOPPED: "EC2_INSTANCE_STOPPED";
|
|
1030
1070
|
readonly EXCLUDED_BY_TAG: "EXCLUDED_BY_TAG";
|
|
1031
1071
|
readonly IMAGE_SIZE_EXCEEDED: "IMAGE_SIZE_EXCEEDED";
|
|
@@ -1041,6 +1081,8 @@ export declare const ScanStatusReason: {
|
|
|
1041
1081
|
readonly STALE_INVENTORY: "STALE_INVENTORY";
|
|
1042
1082
|
readonly SUCCESSFUL: "SUCCESSFUL";
|
|
1043
1083
|
readonly UNMANAGED_EC2_INSTANCE: "UNMANAGED_EC2_INSTANCE";
|
|
1084
|
+
readonly UNSUPPORTED_CONFIG_FILE: "UNSUPPORTED_CONFIG_FILE";
|
|
1085
|
+
readonly UNSUPPORTED_MEDIA_TYPE: "UNSUPPORTED_MEDIA_TYPE";
|
|
1044
1086
|
readonly UNSUPPORTED_OS: "UNSUPPORTED_OS";
|
|
1045
1087
|
readonly UNSUPPORTED_RUNTIME: "UNSUPPORTED_RUNTIME";
|
|
1046
1088
|
};
|
|
@@ -1367,6 +1409,7 @@ export declare const PackageManager: {
|
|
|
1367
1409
|
readonly BUNDLER: "BUNDLER";
|
|
1368
1410
|
readonly CARGO: "CARGO";
|
|
1369
1411
|
readonly COMPOSER: "COMPOSER";
|
|
1412
|
+
readonly GEMSPEC: "GEMSPEC";
|
|
1370
1413
|
readonly GOBINARY: "GOBINARY";
|
|
1371
1414
|
readonly GOMOD: "GOMOD";
|
|
1372
1415
|
readonly JAR: "JAR";
|
|
@@ -1484,6 +1527,13 @@ export interface GetDelegatedAdminAccountRequest {}
|
|
|
1484
1527
|
export interface GetDelegatedAdminAccountResponse {
|
|
1485
1528
|
delegatedAdmin?: DelegatedAdmin;
|
|
1486
1529
|
}
|
|
1530
|
+
export interface GetEc2DeepInspectionConfigurationRequest {}
|
|
1531
|
+
export interface GetEc2DeepInspectionConfigurationResponse {
|
|
1532
|
+
packagePaths?: string[];
|
|
1533
|
+
orgPackagePaths?: string[];
|
|
1534
|
+
status?: Ec2DeepInspectionStatus | string;
|
|
1535
|
+
errorMessage?: string;
|
|
1536
|
+
}
|
|
1487
1537
|
export interface GetFindingsReportStatusRequest {
|
|
1488
1538
|
reportId?: string;
|
|
1489
1539
|
}
|
|
@@ -1680,6 +1730,16 @@ export interface UpdateConfigurationRequest {
|
|
|
1680
1730
|
ecrConfiguration: EcrConfiguration | undefined;
|
|
1681
1731
|
}
|
|
1682
1732
|
export interface UpdateConfigurationResponse {}
|
|
1733
|
+
export interface UpdateEc2DeepInspectionConfigurationRequest {
|
|
1734
|
+
activateDeepInspection?: boolean;
|
|
1735
|
+
packagePaths?: string[];
|
|
1736
|
+
}
|
|
1737
|
+
export interface UpdateEc2DeepInspectionConfigurationResponse {
|
|
1738
|
+
packagePaths?: string[];
|
|
1739
|
+
orgPackagePaths?: string[];
|
|
1740
|
+
status?: Ec2DeepInspectionStatus | string;
|
|
1741
|
+
errorMessage?: string;
|
|
1742
|
+
}
|
|
1683
1743
|
export interface UpdateFilterRequest {
|
|
1684
1744
|
action?: FilterAction | string;
|
|
1685
1745
|
description?: string;
|
|
@@ -1697,3 +1757,7 @@ export interface UpdateOrganizationConfigurationRequest {
|
|
|
1697
1757
|
export interface UpdateOrganizationConfigurationResponse {
|
|
1698
1758
|
autoEnable: AutoEnable | undefined;
|
|
1699
1759
|
}
|
|
1760
|
+
export interface UpdateOrgEc2DeepInspectionConfigurationRequest {
|
|
1761
|
+
orgPackagePaths: string[] | undefined;
|
|
1762
|
+
}
|
|
1763
|
+
export interface UpdateOrgEc2DeepInspectionConfigurationResponse {}
|
|
@@ -15,6 +15,14 @@ import {
|
|
|
15
15
|
BatchGetFreeTrialInfoCommandInput,
|
|
16
16
|
BatchGetFreeTrialInfoCommandOutput,
|
|
17
17
|
} from "../commands/BatchGetFreeTrialInfoCommand";
|
|
18
|
+
import {
|
|
19
|
+
BatchGetMemberEc2DeepInspectionStatusCommandInput,
|
|
20
|
+
BatchGetMemberEc2DeepInspectionStatusCommandOutput,
|
|
21
|
+
} from "../commands/BatchGetMemberEc2DeepInspectionStatusCommand";
|
|
22
|
+
import {
|
|
23
|
+
BatchUpdateMemberEc2DeepInspectionStatusCommandInput,
|
|
24
|
+
BatchUpdateMemberEc2DeepInspectionStatusCommandOutput,
|
|
25
|
+
} from "../commands/BatchUpdateMemberEc2DeepInspectionStatusCommand";
|
|
18
26
|
import {
|
|
19
27
|
CancelFindingsReportCommandInput,
|
|
20
28
|
CancelFindingsReportCommandOutput,
|
|
@@ -63,6 +71,10 @@ import {
|
|
|
63
71
|
GetDelegatedAdminAccountCommandInput,
|
|
64
72
|
GetDelegatedAdminAccountCommandOutput,
|
|
65
73
|
} from "../commands/GetDelegatedAdminAccountCommand";
|
|
74
|
+
import {
|
|
75
|
+
GetEc2DeepInspectionConfigurationCommandInput,
|
|
76
|
+
GetEc2DeepInspectionConfigurationCommandOutput,
|
|
77
|
+
} from "../commands/GetEc2DeepInspectionConfigurationCommand";
|
|
66
78
|
import {
|
|
67
79
|
GetFindingsReportStatusCommandInput,
|
|
68
80
|
GetFindingsReportStatusCommandOutput,
|
|
@@ -123,6 +135,10 @@ import {
|
|
|
123
135
|
UpdateConfigurationCommandInput,
|
|
124
136
|
UpdateConfigurationCommandOutput,
|
|
125
137
|
} from "../commands/UpdateConfigurationCommand";
|
|
138
|
+
import {
|
|
139
|
+
UpdateEc2DeepInspectionConfigurationCommandInput,
|
|
140
|
+
UpdateEc2DeepInspectionConfigurationCommandOutput,
|
|
141
|
+
} from "../commands/UpdateEc2DeepInspectionConfigurationCommand";
|
|
126
142
|
import {
|
|
127
143
|
UpdateFilterCommandInput,
|
|
128
144
|
UpdateFilterCommandOutput,
|
|
@@ -131,6 +147,10 @@ import {
|
|
|
131
147
|
UpdateOrganizationConfigurationCommandInput,
|
|
132
148
|
UpdateOrganizationConfigurationCommandOutput,
|
|
133
149
|
} from "../commands/UpdateOrganizationConfigurationCommand";
|
|
150
|
+
import {
|
|
151
|
+
UpdateOrgEc2DeepInspectionConfigurationCommandInput,
|
|
152
|
+
UpdateOrgEc2DeepInspectionConfigurationCommandOutput,
|
|
153
|
+
} from "../commands/UpdateOrgEc2DeepInspectionConfigurationCommand";
|
|
134
154
|
export declare const se_AssociateMemberCommand: (
|
|
135
155
|
input: AssociateMemberCommandInput,
|
|
136
156
|
context: __SerdeContext
|
|
@@ -143,6 +163,14 @@ export declare const se_BatchGetFreeTrialInfoCommand: (
|
|
|
143
163
|
input: BatchGetFreeTrialInfoCommandInput,
|
|
144
164
|
context: __SerdeContext
|
|
145
165
|
) => Promise<__HttpRequest>;
|
|
166
|
+
export declare const se_BatchGetMemberEc2DeepInspectionStatusCommand: (
|
|
167
|
+
input: BatchGetMemberEc2DeepInspectionStatusCommandInput,
|
|
168
|
+
context: __SerdeContext
|
|
169
|
+
) => Promise<__HttpRequest>;
|
|
170
|
+
export declare const se_BatchUpdateMemberEc2DeepInspectionStatusCommand: (
|
|
171
|
+
input: BatchUpdateMemberEc2DeepInspectionStatusCommandInput,
|
|
172
|
+
context: __SerdeContext
|
|
173
|
+
) => Promise<__HttpRequest>;
|
|
146
174
|
export declare const se_CancelFindingsReportCommand: (
|
|
147
175
|
input: CancelFindingsReportCommandInput,
|
|
148
176
|
context: __SerdeContext
|
|
@@ -191,6 +219,10 @@ export declare const se_GetDelegatedAdminAccountCommand: (
|
|
|
191
219
|
input: GetDelegatedAdminAccountCommandInput,
|
|
192
220
|
context: __SerdeContext
|
|
193
221
|
) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const se_GetEc2DeepInspectionConfigurationCommand: (
|
|
223
|
+
input: GetEc2DeepInspectionConfigurationCommandInput,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<__HttpRequest>;
|
|
194
226
|
export declare const se_GetFindingsReportStatusCommand: (
|
|
195
227
|
input: GetFindingsReportStatusCommandInput,
|
|
196
228
|
context: __SerdeContext
|
|
@@ -251,6 +283,10 @@ export declare const se_UpdateConfigurationCommand: (
|
|
|
251
283
|
input: UpdateConfigurationCommandInput,
|
|
252
284
|
context: __SerdeContext
|
|
253
285
|
) => Promise<__HttpRequest>;
|
|
286
|
+
export declare const se_UpdateEc2DeepInspectionConfigurationCommand: (
|
|
287
|
+
input: UpdateEc2DeepInspectionConfigurationCommandInput,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<__HttpRequest>;
|
|
254
290
|
export declare const se_UpdateFilterCommand: (
|
|
255
291
|
input: UpdateFilterCommandInput,
|
|
256
292
|
context: __SerdeContext
|
|
@@ -259,6 +295,10 @@ export declare const se_UpdateOrganizationConfigurationCommand: (
|
|
|
259
295
|
input: UpdateOrganizationConfigurationCommandInput,
|
|
260
296
|
context: __SerdeContext
|
|
261
297
|
) => Promise<__HttpRequest>;
|
|
298
|
+
export declare const se_UpdateOrgEc2DeepInspectionConfigurationCommand: (
|
|
299
|
+
input: UpdateOrgEc2DeepInspectionConfigurationCommandInput,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<__HttpRequest>;
|
|
262
302
|
export declare const de_AssociateMemberCommand: (
|
|
263
303
|
output: __HttpResponse,
|
|
264
304
|
context: __SerdeContext
|
|
@@ -271,6 +311,14 @@ export declare const de_BatchGetFreeTrialInfoCommand: (
|
|
|
271
311
|
output: __HttpResponse,
|
|
272
312
|
context: __SerdeContext
|
|
273
313
|
) => Promise<BatchGetFreeTrialInfoCommandOutput>;
|
|
314
|
+
export declare const de_BatchGetMemberEc2DeepInspectionStatusCommand: (
|
|
315
|
+
output: __HttpResponse,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<BatchGetMemberEc2DeepInspectionStatusCommandOutput>;
|
|
318
|
+
export declare const de_BatchUpdateMemberEc2DeepInspectionStatusCommand: (
|
|
319
|
+
output: __HttpResponse,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<BatchUpdateMemberEc2DeepInspectionStatusCommandOutput>;
|
|
274
322
|
export declare const de_CancelFindingsReportCommand: (
|
|
275
323
|
output: __HttpResponse,
|
|
276
324
|
context: __SerdeContext
|
|
@@ -319,6 +367,10 @@ export declare const de_GetDelegatedAdminAccountCommand: (
|
|
|
319
367
|
output: __HttpResponse,
|
|
320
368
|
context: __SerdeContext
|
|
321
369
|
) => Promise<GetDelegatedAdminAccountCommandOutput>;
|
|
370
|
+
export declare const de_GetEc2DeepInspectionConfigurationCommand: (
|
|
371
|
+
output: __HttpResponse,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<GetEc2DeepInspectionConfigurationCommandOutput>;
|
|
322
374
|
export declare const de_GetFindingsReportStatusCommand: (
|
|
323
375
|
output: __HttpResponse,
|
|
324
376
|
context: __SerdeContext
|
|
@@ -379,6 +431,10 @@ export declare const de_UpdateConfigurationCommand: (
|
|
|
379
431
|
output: __HttpResponse,
|
|
380
432
|
context: __SerdeContext
|
|
381
433
|
) => Promise<UpdateConfigurationCommandOutput>;
|
|
434
|
+
export declare const de_UpdateEc2DeepInspectionConfigurationCommand: (
|
|
435
|
+
output: __HttpResponse,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<UpdateEc2DeepInspectionConfigurationCommandOutput>;
|
|
382
438
|
export declare const de_UpdateFilterCommand: (
|
|
383
439
|
output: __HttpResponse,
|
|
384
440
|
context: __SerdeContext
|
|
@@ -387,3 +443,7 @@ export declare const de_UpdateOrganizationConfigurationCommand: (
|
|
|
387
443
|
output: __HttpResponse,
|
|
388
444
|
context: __SerdeContext
|
|
389
445
|
) => Promise<UpdateOrganizationConfigurationCommandOutput>;
|
|
446
|
+
export declare const de_UpdateOrgEc2DeepInspectionConfigurationCommand: (
|
|
447
|
+
output: __HttpResponse,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<UpdateOrgEc2DeepInspectionConfigurationCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-inspector2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Inspector2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.326.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.326.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.326.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|