@aws-sdk/client-dataexchange 3.335.0 → 3.338.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/dist-cjs/DataExchangeClient.js +2 -1
- package/dist-cjs/commands/CancelJobCommand.js +2 -1
- package/dist-cjs/commands/CreateDataSetCommand.js +2 -1
- package/dist-cjs/commands/CreateEventActionCommand.js +2 -1
- package/dist-cjs/commands/CreateJobCommand.js +2 -1
- package/dist-cjs/commands/CreateRevisionCommand.js +2 -1
- package/dist-cjs/commands/DeleteAssetCommand.js +2 -1
- package/dist-cjs/commands/DeleteDataSetCommand.js +2 -1
- package/dist-cjs/commands/DeleteEventActionCommand.js +2 -1
- package/dist-cjs/commands/DeleteRevisionCommand.js +2 -1
- package/dist-cjs/commands/GetAssetCommand.js +2 -1
- package/dist-cjs/commands/GetDataSetCommand.js +2 -1
- package/dist-cjs/commands/GetEventActionCommand.js +2 -1
- package/dist-cjs/commands/GetJobCommand.js +2 -1
- package/dist-cjs/commands/GetRevisionCommand.js +2 -1
- package/dist-cjs/commands/ListDataSetRevisionsCommand.js +2 -1
- package/dist-cjs/commands/ListDataSetsCommand.js +2 -1
- package/dist-cjs/commands/ListEventActionsCommand.js +2 -1
- package/dist-cjs/commands/ListJobsCommand.js +2 -1
- package/dist-cjs/commands/ListRevisionAssetsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/RevokeRevisionCommand.js +2 -1
- package/dist-cjs/commands/SendApiAssetCommand.js +2 -1
- package/dist-cjs/commands/StartJobCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateAssetCommand.js +2 -1
- package/dist-cjs/commands/UpdateDataSetCommand.js +2 -1
- package/dist-cjs/commands/UpdateEventActionCommand.js +2 -1
- package/dist-cjs/commands/UpdateRevisionCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/DataExchangeServiceException.js +2 -1
- package/dist-es/DataExchangeClient.js +1 -0
- package/dist-es/commands/CancelJobCommand.js +1 -0
- package/dist-es/commands/CreateDataSetCommand.js +1 -0
- package/dist-es/commands/CreateEventActionCommand.js +1 -0
- package/dist-es/commands/CreateJobCommand.js +1 -0
- package/dist-es/commands/CreateRevisionCommand.js +1 -0
- package/dist-es/commands/DeleteAssetCommand.js +1 -0
- package/dist-es/commands/DeleteDataSetCommand.js +1 -0
- package/dist-es/commands/DeleteEventActionCommand.js +1 -0
- package/dist-es/commands/DeleteRevisionCommand.js +1 -0
- package/dist-es/commands/GetAssetCommand.js +1 -0
- package/dist-es/commands/GetDataSetCommand.js +1 -0
- package/dist-es/commands/GetEventActionCommand.js +1 -0
- package/dist-es/commands/GetJobCommand.js +1 -0
- package/dist-es/commands/GetRevisionCommand.js +1 -0
- package/dist-es/commands/ListDataSetRevisionsCommand.js +1 -0
- package/dist-es/commands/ListDataSetsCommand.js +1 -0
- package/dist-es/commands/ListEventActionsCommand.js +1 -0
- package/dist-es/commands/ListJobsCommand.js +1 -0
- package/dist-es/commands/ListRevisionAssetsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/RevokeRevisionCommand.js +1 -0
- package/dist-es/commands/SendApiAssetCommand.js +1 -0
- package/dist-es/commands/StartJobCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateAssetCommand.js +1 -0
- package/dist-es/commands/UpdateDataSetCommand.js +1 -0
- package/dist-es/commands/UpdateEventActionCommand.js +1 -0
- package/dist-es/commands/UpdateRevisionCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/DataExchangeServiceException.js +1 -0
- package/dist-types/DataExchangeClient.d.ts +3 -3
- package/dist-types/commands/CancelJobCommand.d.ts +4 -0
- package/dist-types/commands/CreateDataSetCommand.d.ts +4 -0
- package/dist-types/commands/CreateEventActionCommand.d.ts +4 -0
- package/dist-types/commands/CreateJobCommand.d.ts +4 -0
- package/dist-types/commands/CreateRevisionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAssetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDataSetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEventActionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRevisionCommand.d.ts +4 -0
- package/dist-types/commands/GetAssetCommand.d.ts +4 -0
- package/dist-types/commands/GetDataSetCommand.d.ts +4 -0
- package/dist-types/commands/GetEventActionCommand.d.ts +4 -0
- package/dist-types/commands/GetJobCommand.d.ts +4 -0
- package/dist-types/commands/GetRevisionCommand.d.ts +4 -0
- package/dist-types/commands/ListDataSetRevisionsCommand.d.ts +4 -0
- package/dist-types/commands/ListDataSetsCommand.d.ts +4 -0
- package/dist-types/commands/ListEventActionsCommand.d.ts +4 -0
- package/dist-types/commands/ListJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListRevisionAssetsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/RevokeRevisionCommand.d.ts +4 -0
- package/dist-types/commands/SendApiAssetCommand.d.ts +4 -0
- package/dist-types/commands/StartJobCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateAssetCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +4 -0
- package/dist-types/commands/UpdateEventActionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateRevisionCommand.d.ts +4 -0
- package/dist-types/index.d.ts +22 -2
- package/dist-types/models/DataExchangeServiceException.d.ts +1 -0
- package/dist-types/ts3.4/DataExchangeClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateEventActionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateRevisionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteEventActionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteRevisionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDataSetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetEventActionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetRevisionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDataSetRevisionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListEventActionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListRevisionAssetsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RevokeRevisionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SendApiAssetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateEventActionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateRevisionCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/DataExchangeServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../DataExchangeClient";
|
|
14
14
|
import { DeleteEventActionRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteEventActionCommandInput
|
|
16
17
|
extends DeleteEventActionRequest {}
|
|
17
18
|
export interface DeleteEventActionCommandOutput extends __MetadataBearer {}
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../DataExchangeClient";
|
|
14
14
|
import { DeleteRevisionRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteRevisionCommandInput extends DeleteRevisionRequest {}
|
|
16
17
|
export interface DeleteRevisionCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteRevisionCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../DataExchangeClient";
|
|
14
14
|
import { GetAssetRequest, GetAssetResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetAssetCommandInput extends GetAssetRequest {}
|
|
16
17
|
export interface GetAssetCommandOutput
|
|
17
18
|
extends GetAssetResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../DataExchangeClient";
|
|
14
14
|
import { GetDataSetRequest, GetDataSetResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetDataSetCommandInput extends GetDataSetRequest {}
|
|
16
17
|
export interface GetDataSetCommandOutput
|
|
17
18
|
extends GetDataSetResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetEventActionRequest,
|
|
16
16
|
GetEventActionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetEventActionCommandInput extends GetEventActionRequest {}
|
|
19
20
|
export interface GetEventActionCommandOutput
|
|
20
21
|
extends GetEventActionResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../DataExchangeClient";
|
|
14
14
|
import { GetJobRequest, GetJobResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetJobCommandInput extends GetJobRequest {}
|
|
16
17
|
export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {}
|
|
17
18
|
export declare class GetJobCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../DataExchangeClient";
|
|
14
14
|
import { GetRevisionRequest, GetRevisionResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetRevisionCommandInput extends GetRevisionRequest {}
|
|
16
17
|
export interface GetRevisionCommandOutput
|
|
17
18
|
extends GetRevisionResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListDataSetRevisionsRequest,
|
|
16
16
|
ListDataSetRevisionsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListDataSetRevisionsCommandInput
|
|
19
20
|
extends ListDataSetRevisionsRequest {}
|
|
20
21
|
export interface ListDataSetRevisionsCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../DataExchangeClient";
|
|
14
14
|
import { ListDataSetsRequest, ListDataSetsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListDataSetsCommandInput extends ListDataSetsRequest {}
|
|
16
17
|
export interface ListDataSetsCommandOutput
|
|
17
18
|
extends ListDataSetsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListEventActionsRequest,
|
|
16
16
|
ListEventActionsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListEventActionsCommandInput extends ListEventActionsRequest {}
|
|
19
20
|
export interface ListEventActionsCommandOutput
|
|
20
21
|
extends ListEventActionsResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../DataExchangeClient";
|
|
14
14
|
import { ListJobsRequest, ListJobsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListJobsCommandInput extends ListJobsRequest {}
|
|
16
17
|
export interface ListJobsCommandOutput
|
|
17
18
|
extends ListJobsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListRevisionAssetsRequest,
|
|
16
16
|
ListRevisionAssetsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListRevisionAssetsCommandInput
|
|
19
20
|
extends ListRevisionAssetsRequest {}
|
|
20
21
|
export interface ListRevisionAssetsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListTagsForResourceRequest,
|
|
16
16
|
ListTagsForResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceRequest {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
RevokeRevisionRequest,
|
|
16
16
|
RevokeRevisionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface RevokeRevisionCommandInput extends RevokeRevisionRequest {}
|
|
19
20
|
export interface RevokeRevisionCommandOutput
|
|
20
21
|
extends RevokeRevisionResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../DataExchangeClient";
|
|
14
14
|
import { SendApiAssetRequest, SendApiAssetResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface SendApiAssetCommandInput extends SendApiAssetRequest {}
|
|
16
17
|
export interface SendApiAssetCommandOutput
|
|
17
18
|
extends SendApiAssetResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../DataExchangeClient";
|
|
14
14
|
import { StartJobRequest, StartJobResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface StartJobCommandInput extends StartJobRequest {}
|
|
16
17
|
export interface StartJobCommandOutput
|
|
17
18
|
extends StartJobResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../DataExchangeClient";
|
|
14
14
|
import { TagResourceRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
16
17
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class TagResourceCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../DataExchangeClient";
|
|
14
14
|
import { UntagResourceRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
16
17
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class UntagResourceCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../DataExchangeClient";
|
|
14
14
|
import { UpdateAssetRequest, UpdateAssetResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateAssetCommandInput extends UpdateAssetRequest {}
|
|
16
17
|
export interface UpdateAssetCommandOutput
|
|
17
18
|
extends UpdateAssetResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateDataSetRequest,
|
|
16
16
|
UpdateDataSetResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateDataSetCommandInput extends UpdateDataSetRequest {}
|
|
19
20
|
export interface UpdateDataSetCommandOutput
|
|
20
21
|
extends UpdateDataSetResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateEventActionRequest,
|
|
16
16
|
UpdateEventActionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateEventActionCommandInput
|
|
19
20
|
extends UpdateEventActionRequest {}
|
|
20
21
|
export interface UpdateEventActionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateRevisionRequest,
|
|
16
16
|
UpdateRevisionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateRevisionCommandInput extends UpdateRevisionRequest {}
|
|
19
20
|
export interface UpdateRevisionCommandOutput
|
|
20
21
|
extends UpdateRevisionResponse,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./DataExchange";
|
|
2
1
|
export * from "./DataExchangeClient";
|
|
2
|
+
export * from "./DataExchange";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { DataExchangeServiceException } from "./models/DataExchangeServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class DataExchangeServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-dataexchange",
|
|
3
3
|
"description": "AWS SDK for JavaScript Dataexchange Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.338.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,36 +21,36 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.338.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.338.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.338.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.338.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.338.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.338.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.338.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.338.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.338.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.338.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.338.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.338.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.338.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.338.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.338.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.338.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.338.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.338.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.338.0",
|
|
43
|
+
"@aws-sdk/types": "3.338.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.338.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.338.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.338.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.338.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.338.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.338.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.338.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|