@aws-sdk/client-supplychain 3.533.0 → 3.540.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/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/SupplyChain.d.ts +1 -1
- package/dist-types/SupplyChainClient.d.ts +1 -1
- package/dist-types/commands/CreateBillOfMaterialsImportJobCommand.d.ts +2 -1
- package/dist-types/commands/GetBillOfMaterialsImportJobCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +24 -24
- package/dist-types/ts3.4/commands/CreateBillOfMaterialsImportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBillOfMaterialsImportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.defaultEndpointResolver = void 0;
|
|
4
|
-
const util_endpoints_1 = require("@
|
|
4
|
+
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
|
+
const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
5
6
|
const ruleset_1 = require("./ruleset");
|
|
6
7
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
7
|
-
return (0,
|
|
8
|
+
return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
8
9
|
endpointParams: endpointParams,
|
|
9
10
|
logger: context.logger,
|
|
10
11
|
});
|
|
11
12
|
};
|
|
12
13
|
exports.defaultEndpointResolver = defaultEndpointResolver;
|
|
14
|
+
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
package/dist-cjs/index.js
CHANGED
|
@@ -574,9 +574,6 @@ var _SupplyChain = class _SupplyChain extends SupplyChainClient {
|
|
|
574
574
|
__name(_SupplyChain, "SupplyChain");
|
|
575
575
|
var SupplyChain = _SupplyChain;
|
|
576
576
|
(0, import_smithy_client.createAggregatedClient)(commands, SupplyChain);
|
|
577
|
-
|
|
578
|
-
// src/index.ts
|
|
579
|
-
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
580
577
|
// Annotate the CommonJS export names for ESM import in node:
|
|
581
578
|
|
|
582
579
|
0 && (module.exports = {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
3
|
import { ruleSet } from "./ruleset";
|
|
3
4
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
4
5
|
return resolveEndpoint(ruleSet, {
|
|
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
|
6
7
|
logger: context.logger,
|
|
7
8
|
});
|
|
8
9
|
};
|
|
10
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/dist-es/index.js
CHANGED
|
@@ -17,7 +17,6 @@ export interface SupplyChain {
|
|
|
17
17
|
getBillOfMaterialsImportJob(args: GetBillOfMaterialsImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBillOfMaterialsImportJobCommandOutput) => void): void;
|
|
18
18
|
}
|
|
19
19
|
/**
|
|
20
|
-
* @public
|
|
21
20
|
* <p>
|
|
22
21
|
* AWS Supply Chain is a cloud-based application that works with your enterprise resource planning (ERP) and supply chain management systems. Using AWS Supply Chain, you can connect and extract your inventory, supply, and demand related data from existing ERP or supply chain systems into a single data model.
|
|
23
22
|
* </p>
|
|
@@ -25,6 +24,7 @@ export interface SupplyChain {
|
|
|
25
24
|
* <p>
|
|
26
25
|
* All AWS Supply chain API operations are Amazon-authenticated and certificate-signed. They not only require the use of the AWS SDK, but also allow for the exclusive use of AWS Identity and Access Management users and roles to help facilitate access, trust, and permission policies.
|
|
27
26
|
* </p>
|
|
27
|
+
* @public
|
|
28
28
|
*/
|
|
29
29
|
export declare class SupplyChain extends SupplyChainClient implements SupplyChain {
|
|
30
30
|
}
|
|
@@ -153,7 +153,6 @@ export type SupplyChainClientResolvedConfigType = __SmithyResolvedConfiguration<
|
|
|
153
153
|
export interface SupplyChainClientResolvedConfig extends SupplyChainClientResolvedConfigType {
|
|
154
154
|
}
|
|
155
155
|
/**
|
|
156
|
-
* @public
|
|
157
156
|
* <p>
|
|
158
157
|
* AWS Supply Chain is a cloud-based application that works with your enterprise resource planning (ERP) and supply chain management systems. Using AWS Supply Chain, you can connect and extract your inventory, supply, and demand related data from existing ERP or supply chain systems into a single data model.
|
|
159
158
|
* </p>
|
|
@@ -161,6 +160,7 @@ export interface SupplyChainClientResolvedConfig extends SupplyChainClientResolv
|
|
|
161
160
|
* <p>
|
|
162
161
|
* All AWS Supply chain API operations are Amazon-authenticated and certificate-signed. They not only require the use of the AWS SDK, but also allow for the exclusive use of AWS Identity and Access Management users and roles to help facilitate access, trust, and permission policies.
|
|
163
162
|
* </p>
|
|
163
|
+
* @public
|
|
164
164
|
*/
|
|
165
165
|
export declare class SupplyChainClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig> {
|
|
166
166
|
/**
|
|
@@ -22,10 +22,10 @@ export interface CreateBillOfMaterialsImportJobCommandOutput extends CreateBillO
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateBillOfMaterialsImportJobCommand_base: {
|
|
24
24
|
new (input: CreateBillOfMaterialsImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBillOfMaterialsImportJobCommandInput, CreateBillOfMaterialsImportJobCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateBillOfMaterialsImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBillOfMaterialsImportJobCommandInput, CreateBillOfMaterialsImportJobCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>CreateBillOfMaterialsImportJob creates an import job for the Product Bill Of Materials (BOM) entity. For information on the product_bom entity, see the AWS Supply Chain User Guide.</p>
|
|
30
30
|
* <p>The CSV file must be located in an Amazon S3 location accessible to AWS Supply Chain. It is recommended to use the same Amazon S3 bucket created during your AWS Supply Chain instance creation.</p>
|
|
31
31
|
* @example
|
|
@@ -77,6 +77,7 @@ declare const CreateBillOfMaterialsImportJobCommand_base: {
|
|
|
77
77
|
* @throws {@link SupplyChainServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from SupplyChain service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class CreateBillOfMaterialsImportJobCommand extends CreateBillOfMaterialsImportJobCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetBillOfMaterialsImportJobCommandOutput extends GetBillOfMater
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetBillOfMaterialsImportJobCommand_base: {
|
|
24
24
|
new (input: GetBillOfMaterialsImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetBillOfMaterialsImportJobCommandInput, GetBillOfMaterialsImportJobCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetBillOfMaterialsImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetBillOfMaterialsImportJobCommandInput, GetBillOfMaterialsImportJobCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Get status and details of a BillOfMaterialsImportJob.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -81,6 +81,7 @@ declare const GetBillOfMaterialsImportJobCommand_base: {
|
|
|
81
81
|
* @throws {@link SupplyChainServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from SupplyChain service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class GetBillOfMaterialsImportJobCommand extends GetBillOfMaterialsImportJobCommand_base {
|
|
86
87
|
}
|
package/dist-types/index.d.ts
CHANGED
|
@@ -16,5 +16,4 @@ export { RuntimeExtension } from "./runtimeExtensions";
|
|
|
16
16
|
export { SupplyChainExtensionConfiguration } from "./extensionConfiguration";
|
|
17
17
|
export * from "./commands";
|
|
18
18
|
export * from "./models";
|
|
19
|
-
import "@aws-sdk/util-endpoints";
|
|
20
19
|
export { SupplyChainServiceException } from "./models/SupplyChainServiceException";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { SupplyChainServiceException as __BaseException } from "./SupplyChainServiceException";
|
|
3
3
|
/**
|
|
4
|
-
* @public
|
|
5
4
|
* <p>You do not have the required privileges to perform this action.</p>
|
|
5
|
+
* @public
|
|
6
6
|
*/
|
|
7
7
|
export declare class AccessDeniedException extends __BaseException {
|
|
8
8
|
readonly name: "AccessDeniedException";
|
|
@@ -28,39 +28,39 @@ export declare const ConfigurationJobStatus: {
|
|
|
28
28
|
*/
|
|
29
29
|
export type ConfigurationJobStatus = (typeof ConfigurationJobStatus)[keyof typeof ConfigurationJobStatus];
|
|
30
30
|
/**
|
|
31
|
-
* @public
|
|
32
31
|
* <p>The BillOfMaterialsImportJob details.</p>
|
|
32
|
+
* @public
|
|
33
33
|
*/
|
|
34
34
|
export interface BillOfMaterialsImportJob {
|
|
35
35
|
/**
|
|
36
|
-
* @public
|
|
37
36
|
* <p>The BillOfMaterialsImportJob instanceId.</p>
|
|
37
|
+
* @public
|
|
38
38
|
*/
|
|
39
39
|
instanceId: string | undefined;
|
|
40
40
|
/**
|
|
41
|
-
* @public
|
|
42
41
|
* <p>The BillOfMaterialsImportJob jobId.</p>
|
|
42
|
+
* @public
|
|
43
43
|
*/
|
|
44
44
|
jobId: string | undefined;
|
|
45
45
|
/**
|
|
46
|
-
* @public
|
|
47
46
|
* <p>The BillOfMaterialsImportJob ConfigurationJobStatus.</p>
|
|
47
|
+
* @public
|
|
48
48
|
*/
|
|
49
49
|
status: ConfigurationJobStatus | undefined;
|
|
50
50
|
/**
|
|
51
|
-
* @public
|
|
52
51
|
* <p>The S3 URI from which the CSV is read.</p>
|
|
52
|
+
* @public
|
|
53
53
|
*/
|
|
54
54
|
s3uri: string | undefined;
|
|
55
55
|
/**
|
|
56
|
-
* @public
|
|
57
56
|
* <p>When the BillOfMaterialsImportJob has reached a terminal state, there will be a message.</p>
|
|
57
|
+
* @public
|
|
58
58
|
*/
|
|
59
59
|
message?: string;
|
|
60
60
|
}
|
|
61
61
|
/**
|
|
62
|
-
* @public
|
|
63
62
|
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
63
|
+
* @public
|
|
64
64
|
*/
|
|
65
65
|
export declare class ConflictException extends __BaseException {
|
|
66
66
|
readonly name: "ConflictException";
|
|
@@ -71,40 +71,40 @@ export declare class ConflictException extends __BaseException {
|
|
|
71
71
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
72
72
|
}
|
|
73
73
|
/**
|
|
74
|
-
* @public
|
|
75
74
|
* <p>The request parameters for CreateBillOfMaterialsImportJob.</p>
|
|
75
|
+
* @public
|
|
76
76
|
*/
|
|
77
77
|
export interface CreateBillOfMaterialsImportJobRequest {
|
|
78
78
|
/**
|
|
79
|
-
* @public
|
|
80
79
|
* <p>The AWS Supply Chain instance identifier.</p>
|
|
80
|
+
* @public
|
|
81
81
|
*/
|
|
82
82
|
instanceId: string | undefined;
|
|
83
83
|
/**
|
|
84
|
-
* @public
|
|
85
84
|
* <p>The S3 URI of the CSV file to be imported. The bucket must grant permissions for AWS Supply Chain to read the file.</p>
|
|
85
|
+
* @public
|
|
86
86
|
*/
|
|
87
87
|
s3uri: string | undefined;
|
|
88
88
|
/**
|
|
89
|
-
* @public
|
|
90
89
|
* <p>An idempotency token.</p>
|
|
90
|
+
* @public
|
|
91
91
|
*/
|
|
92
92
|
clientToken?: string;
|
|
93
93
|
}
|
|
94
94
|
/**
|
|
95
|
-
* @public
|
|
96
95
|
* <p>The response parameters of CreateBillOfMaterialsImportJob.</p>
|
|
96
|
+
* @public
|
|
97
97
|
*/
|
|
98
98
|
export interface CreateBillOfMaterialsImportJobResponse {
|
|
99
99
|
/**
|
|
100
|
-
* @public
|
|
101
100
|
* <p>The new BillOfMaterialsImportJob identifier.</p>
|
|
101
|
+
* @public
|
|
102
102
|
*/
|
|
103
103
|
jobId: string | undefined;
|
|
104
104
|
}
|
|
105
105
|
/**
|
|
106
|
-
* @public
|
|
107
106
|
* <p>Unexpected error during processing of request.</p>
|
|
107
|
+
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class InternalServerException extends __BaseException {
|
|
110
110
|
readonly name: "InternalServerException";
|
|
@@ -116,8 +116,8 @@ export declare class InternalServerException extends __BaseException {
|
|
|
116
116
|
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
117
117
|
}
|
|
118
118
|
/**
|
|
119
|
-
* @public
|
|
120
119
|
* <p>Request references a resource which does not exist.</p>
|
|
120
|
+
* @public
|
|
121
121
|
*/
|
|
122
122
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
123
123
|
readonly name: "ResourceNotFoundException";
|
|
@@ -128,8 +128,8 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
128
128
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
129
129
|
}
|
|
130
130
|
/**
|
|
131
|
-
* @public
|
|
132
131
|
* <p>Request would cause a service quota to be exceeded.</p>
|
|
132
|
+
* @public
|
|
133
133
|
*/
|
|
134
134
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
135
135
|
readonly name: "ServiceQuotaExceededException";
|
|
@@ -140,8 +140,8 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
140
140
|
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
141
141
|
}
|
|
142
142
|
/**
|
|
143
|
-
* @public
|
|
144
143
|
* <p>Request was denied due to request throttling.</p>
|
|
144
|
+
* @public
|
|
145
145
|
*/
|
|
146
146
|
export declare class ThrottlingException extends __BaseException {
|
|
147
147
|
readonly name: "ThrottlingException";
|
|
@@ -155,8 +155,8 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
155
155
|
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
156
156
|
}
|
|
157
157
|
/**
|
|
158
|
-
* @public
|
|
159
158
|
* <p>The input does not satisfy the constraints specified by an AWS service.</p>
|
|
159
|
+
* @public
|
|
160
160
|
*/
|
|
161
161
|
export declare class ValidationException extends __BaseException {
|
|
162
162
|
readonly name: "ValidationException";
|
|
@@ -167,29 +167,29 @@ export declare class ValidationException extends __BaseException {
|
|
|
167
167
|
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
168
168
|
}
|
|
169
169
|
/**
|
|
170
|
-
* @public
|
|
171
170
|
* <p>The request parameters for GetBillOfMaterialsImportJob.</p>
|
|
171
|
+
* @public
|
|
172
172
|
*/
|
|
173
173
|
export interface GetBillOfMaterialsImportJobRequest {
|
|
174
174
|
/**
|
|
175
|
-
* @public
|
|
176
175
|
* <p>The AWS Supply Chain instance identifier.</p>
|
|
176
|
+
* @public
|
|
177
177
|
*/
|
|
178
178
|
instanceId: string | undefined;
|
|
179
179
|
/**
|
|
180
|
-
* @public
|
|
181
180
|
* <p>The BillOfMaterialsImportJob identifier.</p>
|
|
181
|
+
* @public
|
|
182
182
|
*/
|
|
183
183
|
jobId: string | undefined;
|
|
184
184
|
}
|
|
185
185
|
/**
|
|
186
|
-
* @public
|
|
187
186
|
* <p>The response parameters for GetBillOfMaterialsImportJob.</p>
|
|
187
|
+
* @public
|
|
188
188
|
*/
|
|
189
189
|
export interface GetBillOfMaterialsImportJobResponse {
|
|
190
190
|
/**
|
|
191
|
-
* @public
|
|
192
191
|
* <p>The BillOfMaterialsImportJob.</p>
|
|
192
|
+
* @public
|
|
193
193
|
*/
|
|
194
194
|
job: BillOfMaterialsImportJob | undefined;
|
|
195
195
|
}
|
|
@@ -25,6 +25,15 @@ declare const CreateBillOfMaterialsImportJobCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateBillOfMaterialsImportJobCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateBillOfMaterialsImportJobCommandInput,
|
|
32
|
+
CreateBillOfMaterialsImportJobCommandOutput,
|
|
33
|
+
SupplyChainClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateBillOfMaterialsImportJobCommand extends CreateBillOfMaterialsImportJobCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetBillOfMaterialsImportJobCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetBillOfMaterialsImportJobCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetBillOfMaterialsImportJobCommandInput,
|
|
32
|
+
GetBillOfMaterialsImportJobCommandOutput,
|
|
33
|
+
SupplyChainClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetBillOfMaterialsImportJobCommand extends GetBillOfMaterialsImportJobCommand_base {}
|
|
@@ -5,5 +5,4 @@ export { RuntimeExtension } from "./runtimeExtensions";
|
|
|
5
5
|
export { SupplyChainExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
7
|
export * from "./models";
|
|
8
|
-
import "@aws-sdk/util-endpoints";
|
|
9
8
|
export { SupplyChainServiceException } from "./models/SupplyChainServiceException";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-supplychain",
|
|
3
3
|
"description": "AWS SDK for JavaScript Supplychain Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.540.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-supplychain",
|
|
@@ -20,48 +20,48 @@
|
|
|
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-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^2.
|
|
36
|
-
"@smithy/core": "^1.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.
|
|
38
|
-
"@smithy/hash-node": "^2.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.
|
|
42
|
-
"@smithy/middleware-retry": "^2.
|
|
43
|
-
"@smithy/middleware-serde": "^2.
|
|
44
|
-
"@smithy/middleware-stack": "^2.
|
|
45
|
-
"@smithy/node-config-provider": "^2.
|
|
46
|
-
"@smithy/node-http-handler": "^2.
|
|
47
|
-
"@smithy/protocol-http": "^3.
|
|
48
|
-
"@smithy/smithy-client": "^2.
|
|
49
|
-
"@smithy/types": "^2.
|
|
50
|
-
"@smithy/url-parser": "^2.
|
|
51
|
-
"@smithy/util-base64": "^2.
|
|
52
|
-
"@smithy/util-body-length-browser": "^2.
|
|
53
|
-
"@smithy/util-body-length-node": "^2.
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.
|
|
56
|
-
"@smithy/util-endpoints": "^1.
|
|
57
|
-
"@smithy/util-middleware": "^2.
|
|
58
|
-
"@smithy/util-retry": "^2.
|
|
59
|
-
"@smithy/util-utf8": "^2.
|
|
60
|
-
"tslib": "^2.
|
|
23
|
+
"@aws-sdk/client-sts": "3.540.0",
|
|
24
|
+
"@aws-sdk/core": "3.535.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.540.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.535.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.535.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.535.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.540.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.535.0",
|
|
31
|
+
"@aws-sdk/types": "3.535.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.540.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.535.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.535.0",
|
|
35
|
+
"@smithy/config-resolver": "^2.2.0",
|
|
36
|
+
"@smithy/core": "^1.4.0",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.5.0",
|
|
38
|
+
"@smithy/hash-node": "^2.2.0",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.2.0",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.2.0",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.5.0",
|
|
42
|
+
"@smithy/middleware-retry": "^2.2.0",
|
|
43
|
+
"@smithy/middleware-serde": "^2.3.0",
|
|
44
|
+
"@smithy/middleware-stack": "^2.2.0",
|
|
45
|
+
"@smithy/node-config-provider": "^2.3.0",
|
|
46
|
+
"@smithy/node-http-handler": "^2.5.0",
|
|
47
|
+
"@smithy/protocol-http": "^3.3.0",
|
|
48
|
+
"@smithy/smithy-client": "^2.5.0",
|
|
49
|
+
"@smithy/types": "^2.12.0",
|
|
50
|
+
"@smithy/url-parser": "^2.2.0",
|
|
51
|
+
"@smithy/util-base64": "^2.3.0",
|
|
52
|
+
"@smithy/util-body-length-browser": "^2.2.0",
|
|
53
|
+
"@smithy/util-body-length-node": "^2.3.0",
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.2.0",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.3.0",
|
|
56
|
+
"@smithy/util-endpoints": "^1.2.0",
|
|
57
|
+
"@smithy/util-middleware": "^2.2.0",
|
|
58
|
+
"@smithy/util-retry": "^2.2.0",
|
|
59
|
+
"@smithy/util-utf8": "^2.3.0",
|
|
60
|
+
"tslib": "^2.6.2",
|
|
61
61
|
"uuid": "^9.0.1"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@smithy/service-client-documentation-generator": "^2.
|
|
64
|
+
"@smithy/service-client-documentation-generator": "^2.2.0",
|
|
65
65
|
"@tsconfig/node14": "1.0.3",
|
|
66
66
|
"@types/node": "^14.14.31",
|
|
67
67
|
"@types/uuid": "^9.0.4",
|