@aws-sdk/client-cloudtrail 3.489.0 → 3.495.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 +8 -0
- package/dist-cjs/CloudTrail.js +1 -107
- package/dist-cjs/CloudTrailClient.js +1 -43
- package/dist-cjs/commands/AddTagsCommand.js +1 -28
- package/dist-cjs/commands/CancelQueryCommand.js +1 -28
- package/dist-cjs/commands/CreateChannelCommand.js +1 -28
- package/dist-cjs/commands/CreateEventDataStoreCommand.js +1 -28
- package/dist-cjs/commands/CreateTrailCommand.js +1 -28
- package/dist-cjs/commands/DeleteChannelCommand.js +1 -28
- package/dist-cjs/commands/DeleteEventDataStoreCommand.js +1 -28
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/DeleteTrailCommand.js +1 -28
- package/dist-cjs/commands/DeregisterOrganizationDelegatedAdminCommand.js +1 -28
- package/dist-cjs/commands/DescribeQueryCommand.js +1 -28
- package/dist-cjs/commands/DescribeTrailsCommand.js +1 -28
- package/dist-cjs/commands/DisableFederationCommand.js +1 -28
- package/dist-cjs/commands/EnableFederationCommand.js +1 -28
- package/dist-cjs/commands/GetChannelCommand.js +1 -28
- package/dist-cjs/commands/GetEventDataStoreCommand.js +1 -28
- package/dist-cjs/commands/GetEventSelectorsCommand.js +1 -28
- package/dist-cjs/commands/GetImportCommand.js +1 -28
- package/dist-cjs/commands/GetInsightSelectorsCommand.js +1 -28
- package/dist-cjs/commands/GetQueryResultsCommand.js +1 -28
- package/dist-cjs/commands/GetResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/GetTrailCommand.js +1 -28
- package/dist-cjs/commands/GetTrailStatusCommand.js +1 -28
- package/dist-cjs/commands/ListChannelsCommand.js +1 -28
- package/dist-cjs/commands/ListEventDataStoresCommand.js +1 -28
- package/dist-cjs/commands/ListImportFailuresCommand.js +1 -28
- package/dist-cjs/commands/ListImportsCommand.js +1 -28
- package/dist-cjs/commands/ListInsightsMetricDataCommand.js +1 -0
- package/dist-cjs/commands/ListPublicKeysCommand.js +1 -28
- package/dist-cjs/commands/ListQueriesCommand.js +1 -28
- package/dist-cjs/commands/ListTagsCommand.js +1 -28
- package/dist-cjs/commands/ListTrailsCommand.js +1 -28
- package/dist-cjs/commands/LookupEventsCommand.js +1 -28
- package/dist-cjs/commands/PutEventSelectorsCommand.js +1 -28
- package/dist-cjs/commands/PutInsightSelectorsCommand.js +1 -28
- package/dist-cjs/commands/PutResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/RegisterOrganizationDelegatedAdminCommand.js +1 -28
- package/dist-cjs/commands/RemoveTagsCommand.js +1 -28
- package/dist-cjs/commands/RestoreEventDataStoreCommand.js +1 -28
- package/dist-cjs/commands/StartEventDataStoreIngestionCommand.js +1 -28
- package/dist-cjs/commands/StartImportCommand.js +1 -28
- package/dist-cjs/commands/StartLoggingCommand.js +1 -28
- package/dist-cjs/commands/StartQueryCommand.js +1 -28
- package/dist-cjs/commands/StopEventDataStoreIngestionCommand.js +1 -28
- package/dist-cjs/commands/StopImportCommand.js +1 -28
- package/dist-cjs/commands/StopLoggingCommand.js +1 -28
- package/dist-cjs/commands/UpdateChannelCommand.js +1 -28
- package/dist-cjs/commands/UpdateEventDataStoreCommand.js +1 -28
- package/dist-cjs/commands/UpdateTrailCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -51
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +7365 -11
- package/dist-cjs/models/CloudTrailServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -1242
- package/dist-cjs/pagination/GetQueryResultsPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListChannelsPaginator.js +1 -7
- package/dist-cjs/pagination/ListEventDataStoresPaginator.js +1 -7
- package/dist-cjs/pagination/ListImportFailuresPaginator.js +1 -7
- package/dist-cjs/pagination/ListImportsPaginator.js +1 -7
- package/dist-cjs/pagination/ListInsightsMetricDataPaginator.js +1 -0
- package/dist-cjs/pagination/ListPublicKeysPaginator.js +1 -7
- package/dist-cjs/pagination/ListQueriesPaginator.js +1 -7
- package/dist-cjs/pagination/ListTagsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTrailsPaginator.js +1 -7
- package/dist-cjs/pagination/LookupEventsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -14
- package/dist-cjs/protocols/Aws_json1_1.js +1 -4429
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/dist-es/CloudTrail.js +2 -0
- package/dist-es/commands/ListInsightsMetricDataCommand.js +24 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/pagination/ListInsightsMetricDataPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +86 -1
- package/dist-types/CloudTrail.d.ts +7 -0
- package/dist-types/CloudTrailClient.d.ts +3 -2
- package/dist-types/commands/DisableFederationCommand.d.ts +4 -5
- package/dist-types/commands/EnableFederationCommand.d.ts +3 -4
- package/dist-types/commands/ListInsightsMetricDataCommand.d.ts +102 -0
- package/dist-types/commands/UpdateEventDataStoreCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +428 -164
- package/dist-types/pagination/ListInsightsMetricDataPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/dist-types/ts3.4/CloudTrail.d.ts +17 -0
- package/dist-types/ts3.4/CloudTrailClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/ListInsightsMetricDataCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +27 -0
- package/dist-types/ts3.4/pagination/ListInsightsMetricDataPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
- package/package.json +40 -40
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListInsightsMetricDataCommandInput, ListInsightsMetricDataCommandOutput } from "../commands/ListInsightsMetricDataCommand";
|
|
3
|
+
import { CloudTrailPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListInsightsMetricData: (config: CloudTrailPaginationConfiguration, input: ListInsightsMetricDataCommandInput, ...rest: any[]) => Paginator<ListInsightsMetricDataCommandOutput>;
|
|
@@ -4,6 +4,7 @@ export * from "./ListChannelsPaginator";
|
|
|
4
4
|
export * from "./ListEventDataStoresPaginator";
|
|
5
5
|
export * from "./ListImportFailuresPaginator";
|
|
6
6
|
export * from "./ListImportsPaginator";
|
|
7
|
+
export * from "./ListInsightsMetricDataPaginator";
|
|
7
8
|
export * from "./ListPublicKeysPaginator";
|
|
8
9
|
export * from "./ListQueriesPaginator";
|
|
9
10
|
export * from "./ListTagsPaginator";
|
|
@@ -27,6 +27,7 @@ import { ListChannelsCommandInput, ListChannelsCommandOutput } from "../commands
|
|
|
27
27
|
import { ListEventDataStoresCommandInput, ListEventDataStoresCommandOutput } from "../commands/ListEventDataStoresCommand";
|
|
28
28
|
import { ListImportFailuresCommandInput, ListImportFailuresCommandOutput } from "../commands/ListImportFailuresCommand";
|
|
29
29
|
import { ListImportsCommandInput, ListImportsCommandOutput } from "../commands/ListImportsCommand";
|
|
30
|
+
import { ListInsightsMetricDataCommandInput, ListInsightsMetricDataCommandOutput } from "../commands/ListInsightsMetricDataCommand";
|
|
30
31
|
import { ListPublicKeysCommandInput, ListPublicKeysCommandOutput } from "../commands/ListPublicKeysCommand";
|
|
31
32
|
import { ListQueriesCommandInput, ListQueriesCommandOutput } from "../commands/ListQueriesCommand";
|
|
32
33
|
import { ListTagsCommandInput, ListTagsCommandOutput } from "../commands/ListTagsCommand";
|
|
@@ -156,6 +157,10 @@ export declare const se_ListImportFailuresCommand: (input: ListImportFailuresCom
|
|
|
156
157
|
* serializeAws_json1_1ListImportsCommand
|
|
157
158
|
*/
|
|
158
159
|
export declare const se_ListImportsCommand: (input: ListImportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
160
|
+
/**
|
|
161
|
+
* serializeAws_json1_1ListInsightsMetricDataCommand
|
|
162
|
+
*/
|
|
163
|
+
export declare const se_ListInsightsMetricDataCommand: (input: ListInsightsMetricDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
159
164
|
/**
|
|
160
165
|
* serializeAws_json1_1ListPublicKeysCommand
|
|
161
166
|
*/
|
|
@@ -348,6 +353,10 @@ export declare const de_ListImportFailuresCommand: (output: __HttpResponse, cont
|
|
|
348
353
|
* deserializeAws_json1_1ListImportsCommand
|
|
349
354
|
*/
|
|
350
355
|
export declare const de_ListImportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImportsCommandOutput>;
|
|
356
|
+
/**
|
|
357
|
+
* deserializeAws_json1_1ListInsightsMetricDataCommand
|
|
358
|
+
*/
|
|
359
|
+
export declare const de_ListInsightsMetricDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInsightsMetricDataCommandOutput>;
|
|
351
360
|
/**
|
|
352
361
|
* deserializeAws_json1_1ListPublicKeysCommand
|
|
353
362
|
*/
|
|
@@ -108,6 +108,10 @@ import {
|
|
|
108
108
|
ListImportsCommandInput,
|
|
109
109
|
ListImportsCommandOutput,
|
|
110
110
|
} from "./commands/ListImportsCommand";
|
|
111
|
+
import {
|
|
112
|
+
ListInsightsMetricDataCommandInput,
|
|
113
|
+
ListInsightsMetricDataCommandOutput,
|
|
114
|
+
} from "./commands/ListInsightsMetricDataCommand";
|
|
111
115
|
import {
|
|
112
116
|
ListPublicKeysCommandInput,
|
|
113
117
|
ListPublicKeysCommandOutput,
|
|
@@ -550,6 +554,19 @@ export interface CloudTrail {
|
|
|
550
554
|
options: __HttpHandlerOptions,
|
|
551
555
|
cb: (err: any, data?: ListImportsCommandOutput) => void
|
|
552
556
|
): void;
|
|
557
|
+
listInsightsMetricData(
|
|
558
|
+
args: ListInsightsMetricDataCommandInput,
|
|
559
|
+
options?: __HttpHandlerOptions
|
|
560
|
+
): Promise<ListInsightsMetricDataCommandOutput>;
|
|
561
|
+
listInsightsMetricData(
|
|
562
|
+
args: ListInsightsMetricDataCommandInput,
|
|
563
|
+
cb: (err: any, data?: ListInsightsMetricDataCommandOutput) => void
|
|
564
|
+
): void;
|
|
565
|
+
listInsightsMetricData(
|
|
566
|
+
args: ListInsightsMetricDataCommandInput,
|
|
567
|
+
options: __HttpHandlerOptions,
|
|
568
|
+
cb: (err: any, data?: ListInsightsMetricDataCommandOutput) => void
|
|
569
|
+
): void;
|
|
553
570
|
listPublicKeys(
|
|
554
571
|
args: ListPublicKeysCommandInput,
|
|
555
572
|
options?: __HttpHandlerOptions
|
|
@@ -153,6 +153,10 @@ import {
|
|
|
153
153
|
ListImportsCommandInput,
|
|
154
154
|
ListImportsCommandOutput,
|
|
155
155
|
} from "./commands/ListImportsCommand";
|
|
156
|
+
import {
|
|
157
|
+
ListInsightsMetricDataCommandInput,
|
|
158
|
+
ListInsightsMetricDataCommandOutput,
|
|
159
|
+
} from "./commands/ListInsightsMetricDataCommand";
|
|
156
160
|
import {
|
|
157
161
|
ListPublicKeysCommandInput,
|
|
158
162
|
ListPublicKeysCommandOutput,
|
|
@@ -272,6 +276,7 @@ export type ServiceInputTypes =
|
|
|
272
276
|
| ListEventDataStoresCommandInput
|
|
273
277
|
| ListImportFailuresCommandInput
|
|
274
278
|
| ListImportsCommandInput
|
|
279
|
+
| ListInsightsMetricDataCommandInput
|
|
275
280
|
| ListPublicKeysCommandInput
|
|
276
281
|
| ListQueriesCommandInput
|
|
277
282
|
| ListTagsCommandInput
|
|
@@ -321,6 +326,7 @@ export type ServiceOutputTypes =
|
|
|
321
326
|
| ListEventDataStoresCommandOutput
|
|
322
327
|
| ListImportFailuresCommandOutput
|
|
323
328
|
| ListImportsCommandOutput
|
|
329
|
+
| ListInsightsMetricDataCommandOutput
|
|
324
330
|
| ListPublicKeysCommandOutput
|
|
325
331
|
| ListQueriesCommandOutput
|
|
326
332
|
| ListTagsCommandOutput
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CloudTrailClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CloudTrailClient";
|
|
8
|
+
import {
|
|
9
|
+
ListInsightsMetricDataRequest,
|
|
10
|
+
ListInsightsMetricDataResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer, $Command };
|
|
13
|
+
export interface ListInsightsMetricDataCommandInput
|
|
14
|
+
extends ListInsightsMetricDataRequest {}
|
|
15
|
+
export interface ListInsightsMetricDataCommandOutput
|
|
16
|
+
extends ListInsightsMetricDataResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const ListInsightsMetricDataCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListInsightsMetricDataCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListInsightsMetricDataCommandInput,
|
|
23
|
+
ListInsightsMetricDataCommandOutput,
|
|
24
|
+
CloudTrailClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListInsightsMetricDataCommand extends ListInsightsMetricDataCommand_base {}
|
|
@@ -25,6 +25,7 @@ export * from "./ListChannelsCommand";
|
|
|
25
25
|
export * from "./ListEventDataStoresCommand";
|
|
26
26
|
export * from "./ListImportFailuresCommand";
|
|
27
27
|
export * from "./ListImportsCommand";
|
|
28
|
+
export * from "./ListInsightsMetricDataCommand";
|
|
28
29
|
export * from "./ListPublicKeysCommand";
|
|
29
30
|
export * from "./ListQueriesCommand";
|
|
30
31
|
export * from "./ListTagsCommand";
|
|
@@ -1127,6 +1127,33 @@ export interface ListImportsResponse {
|
|
|
1127
1127
|
Imports?: ImportsListItem[];
|
|
1128
1128
|
NextToken?: string;
|
|
1129
1129
|
}
|
|
1130
|
+
export declare const InsightsMetricDataType: {
|
|
1131
|
+
readonly FILL_WITH_ZEROS: "FillWithZeros";
|
|
1132
|
+
readonly NON_ZERO_DATA: "NonZeroData";
|
|
1133
|
+
};
|
|
1134
|
+
export type InsightsMetricDataType =
|
|
1135
|
+
(typeof InsightsMetricDataType)[keyof typeof InsightsMetricDataType];
|
|
1136
|
+
export interface ListInsightsMetricDataRequest {
|
|
1137
|
+
EventSource: string | undefined;
|
|
1138
|
+
EventName: string | undefined;
|
|
1139
|
+
InsightType: InsightType | undefined;
|
|
1140
|
+
ErrorCode?: string;
|
|
1141
|
+
StartTime?: Date;
|
|
1142
|
+
EndTime?: Date;
|
|
1143
|
+
Period?: number;
|
|
1144
|
+
DataType?: InsightsMetricDataType;
|
|
1145
|
+
MaxResults?: number;
|
|
1146
|
+
NextToken?: string;
|
|
1147
|
+
}
|
|
1148
|
+
export interface ListInsightsMetricDataResponse {
|
|
1149
|
+
EventSource?: string;
|
|
1150
|
+
EventName?: string;
|
|
1151
|
+
InsightType?: InsightType;
|
|
1152
|
+
ErrorCode?: string;
|
|
1153
|
+
Timestamps?: Date[];
|
|
1154
|
+
Values?: number[];
|
|
1155
|
+
NextToken?: string;
|
|
1156
|
+
}
|
|
1130
1157
|
export declare class InvalidTimeRangeException extends __BaseException {
|
|
1131
1158
|
readonly name: "InvalidTimeRangeException";
|
|
1132
1159
|
readonly $fault: "client";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListInsightsMetricDataCommandInput,
|
|
4
|
+
ListInsightsMetricDataCommandOutput,
|
|
5
|
+
} from "../commands/ListInsightsMetricDataCommand";
|
|
6
|
+
import { CloudTrailPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListInsightsMetricData: (
|
|
8
|
+
config: CloudTrailPaginationConfiguration,
|
|
9
|
+
input: ListInsightsMetricDataCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListInsightsMetricDataCommandOutput>;
|
|
@@ -4,6 +4,7 @@ export * from "./ListChannelsPaginator";
|
|
|
4
4
|
export * from "./ListEventDataStoresPaginator";
|
|
5
5
|
export * from "./ListImportFailuresPaginator";
|
|
6
6
|
export * from "./ListImportsPaginator";
|
|
7
|
+
export * from "./ListInsightsMetricDataPaginator";
|
|
7
8
|
export * from "./ListPublicKeysPaginator";
|
|
8
9
|
export * from "./ListQueriesPaginator";
|
|
9
10
|
export * from "./ListTagsPaginator";
|
|
@@ -111,6 +111,10 @@ import {
|
|
|
111
111
|
ListImportsCommandInput,
|
|
112
112
|
ListImportsCommandOutput,
|
|
113
113
|
} from "../commands/ListImportsCommand";
|
|
114
|
+
import {
|
|
115
|
+
ListInsightsMetricDataCommandInput,
|
|
116
|
+
ListInsightsMetricDataCommandOutput,
|
|
117
|
+
} from "../commands/ListInsightsMetricDataCommand";
|
|
114
118
|
import {
|
|
115
119
|
ListPublicKeysCommandInput,
|
|
116
120
|
ListPublicKeysCommandOutput,
|
|
@@ -303,6 +307,10 @@ export declare const se_ListImportsCommand: (
|
|
|
303
307
|
input: ListImportsCommandInput,
|
|
304
308
|
context: __SerdeContext
|
|
305
309
|
) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const se_ListInsightsMetricDataCommand: (
|
|
311
|
+
input: ListInsightsMetricDataCommandInput,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<__HttpRequest>;
|
|
306
314
|
export declare const se_ListPublicKeysCommand: (
|
|
307
315
|
input: ListPublicKeysCommandInput,
|
|
308
316
|
context: __SerdeContext
|
|
@@ -495,6 +503,10 @@ export declare const de_ListImportsCommand: (
|
|
|
495
503
|
output: __HttpResponse,
|
|
496
504
|
context: __SerdeContext
|
|
497
505
|
) => Promise<ListImportsCommandOutput>;
|
|
506
|
+
export declare const de_ListInsightsMetricDataCommand: (
|
|
507
|
+
output: __HttpResponse,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<ListInsightsMetricDataCommandOutput>;
|
|
498
510
|
export declare const de_ListPublicKeysCommand: (
|
|
499
511
|
output: __HttpResponse,
|
|
500
512
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudtrail",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudtrail Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.495.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
|
-
"build:cjs": "
|
|
7
|
+
"build:cjs": "node ../../scripts/compilation/inline client-cloudtrail",
|
|
8
8
|
"build:es": "tsc -p tsconfig.es.json",
|
|
9
9
|
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
@@ -20,47 +20,47 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.0
|
|
37
|
-
"@smithy/core": "^1.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.
|
|
39
|
-
"@smithy/hash-node": "^2.0
|
|
40
|
-
"@smithy/invalid-dependency": "^2.0
|
|
41
|
-
"@smithy/middleware-content-length": "^2.0
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.
|
|
43
|
-
"@smithy/middleware-retry": "^2.0
|
|
44
|
-
"@smithy/middleware-serde": "^2.0
|
|
45
|
-
"@smithy/middleware-stack": "^2.0
|
|
46
|
-
"@smithy/node-config-provider": "^2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.
|
|
48
|
-
"@smithy/protocol-http": "^3.0
|
|
49
|
-
"@smithy/smithy-client": "^2.
|
|
50
|
-
"@smithy/types": "^2.
|
|
51
|
-
"@smithy/url-parser": "^2.0
|
|
52
|
-
"@smithy/util-base64": "^2.0
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.0
|
|
54
|
-
"@smithy/util-body-length-node": "^2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.0
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.0
|
|
57
|
-
"@smithy/util-endpoints": "^1.0
|
|
58
|
-
"@smithy/util-retry": "^2.0
|
|
59
|
-
"@smithy/util-utf8": "^2.0
|
|
23
|
+
"@aws-sdk/client-sts": "3.495.0",
|
|
24
|
+
"@aws-sdk/core": "3.495.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.495.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.495.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.495.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.495.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.495.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.495.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.495.0",
|
|
32
|
+
"@aws-sdk/types": "3.495.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.495.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.495.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.495.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.0",
|
|
37
|
+
"@smithy/core": "^1.3.0",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.0",
|
|
39
|
+
"@smithy/hash-node": "^2.1.0",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.0",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.0",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.0",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.0",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.0",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.0",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.0",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.0",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.0",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.0",
|
|
50
|
+
"@smithy/types": "^2.9.0",
|
|
51
|
+
"@smithy/url-parser": "^2.1.0",
|
|
52
|
+
"@smithy/util-base64": "^2.1.0",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.0",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.0",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.0",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.0",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.0",
|
|
58
|
+
"@smithy/util-retry": "^2.1.0",
|
|
59
|
+
"@smithy/util-utf8": "^2.1.0",
|
|
60
60
|
"tslib": "^2.5.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@smithy/service-client-documentation-generator": "^2.
|
|
63
|
+
"@smithy/service-client-documentation-generator": "^2.1.0",
|
|
64
64
|
"@tsconfig/node14": "1.0.3",
|
|
65
65
|
"@types/node": "^14.14.31",
|
|
66
66
|
"concurrently": "7.0.0",
|