@aws-sdk/client-glacier 3.53.0 → 3.55.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/CHANGELOG.md +24 -0
- package/dist-cjs/GlacierClient.js +14 -14
- package/dist-cjs/commands/AbortMultipartUploadCommand.js +3 -3
- package/dist-cjs/commands/AbortVaultLockCommand.js +3 -3
- package/dist-cjs/commands/AddTagsToVaultCommand.js +3 -3
- package/dist-cjs/commands/CompleteMultipartUploadCommand.js +3 -3
- package/dist-cjs/commands/CompleteVaultLockCommand.js +3 -3
- package/dist-cjs/commands/CreateVaultCommand.js +3 -3
- package/dist-cjs/commands/DeleteArchiveCommand.js +3 -3
- package/dist-cjs/commands/DeleteVaultAccessPolicyCommand.js +3 -3
- package/dist-cjs/commands/DeleteVaultCommand.js +3 -3
- package/dist-cjs/commands/DeleteVaultNotificationsCommand.js +3 -3
- package/dist-cjs/commands/DescribeJobCommand.js +3 -3
- package/dist-cjs/commands/DescribeVaultCommand.js +3 -3
- package/dist-cjs/commands/GetDataRetrievalPolicyCommand.js +3 -3
- package/dist-cjs/commands/GetJobOutputCommand.js +3 -3
- package/dist-cjs/commands/GetVaultAccessPolicyCommand.js +3 -3
- package/dist-cjs/commands/GetVaultLockCommand.js +3 -3
- package/dist-cjs/commands/GetVaultNotificationsCommand.js +3 -3
- package/dist-cjs/commands/InitiateJobCommand.js +3 -3
- package/dist-cjs/commands/InitiateMultipartUploadCommand.js +3 -3
- package/dist-cjs/commands/InitiateVaultLockCommand.js +3 -3
- package/dist-cjs/commands/ListJobsCommand.js +3 -3
- package/dist-cjs/commands/ListMultipartUploadsCommand.js +3 -3
- package/dist-cjs/commands/ListPartsCommand.js +3 -3
- package/dist-cjs/commands/ListProvisionedCapacityCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForVaultCommand.js +3 -3
- package/dist-cjs/commands/ListVaultsCommand.js +3 -3
- package/dist-cjs/commands/PurchaseProvisionedCapacityCommand.js +3 -3
- package/dist-cjs/commands/RemoveTagsFromVaultCommand.js +3 -3
- package/dist-cjs/commands/SetDataRetrievalPolicyCommand.js +3 -3
- package/dist-cjs/commands/SetVaultAccessPolicyCommand.js +3 -3
- package/dist-cjs/commands/SetVaultNotificationsCommand.js +3 -3
- package/dist-cjs/commands/UploadArchiveCommand.js +3 -3
- package/dist-cjs/commands/UploadMultipartPartCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_restJson1.js +255 -255
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-cjs/waiters/waitForVaultExists.js +3 -3
- package/dist-cjs/waiters/waitForVaultNotExists.js +3 -3
- package/dist-es/Glacier.js +33 -33
- package/dist-es/pagination/ListJobsPaginator.js +4 -4
- package/dist-es/pagination/ListMultipartUploadsPaginator.js +4 -4
- package/dist-es/pagination/ListPartsPaginator.js +4 -4
- package/dist-es/pagination/ListVaultsPaginator.js +4 -4
- package/dist-es/protocols/Aws_restJson1.js +33 -33
- package/dist-types/GlacierClient.d.ts +2 -2
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/GlacierClient.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +38 -38
|
@@ -11,7 +11,7 @@ export var serializeAws_restJson1AbortMultipartUploadCommand = function (input,
|
|
|
11
11
|
case 1:
|
|
12
12
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
13
13
|
headers = {};
|
|
14
|
-
resolvedPath = ""
|
|
14
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
15
15
|
"/{accountId}/vaults/{vaultName}/multipart-uploads/{uploadId}";
|
|
16
16
|
if (input.accountId !== undefined) {
|
|
17
17
|
labelValue = input.accountId;
|
|
@@ -63,7 +63,7 @@ export var serializeAws_restJson1AbortVaultLockCommand = function (input, contex
|
|
|
63
63
|
case 1:
|
|
64
64
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
65
65
|
headers = {};
|
|
66
|
-
resolvedPath = ""
|
|
66
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
67
67
|
"/{accountId}/vaults/{vaultName}/lock-policy";
|
|
68
68
|
if (input.accountId !== undefined) {
|
|
69
69
|
labelValue = input.accountId;
|
|
@@ -107,7 +107,7 @@ export var serializeAws_restJson1AddTagsToVaultCommand = function (input, contex
|
|
|
107
107
|
headers = {
|
|
108
108
|
"content-type": "application/json",
|
|
109
109
|
};
|
|
110
|
-
resolvedPath = ""
|
|
110
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/{accountId}/vaults/{vaultName}/tags";
|
|
111
111
|
if (input.accountId !== undefined) {
|
|
112
112
|
labelValue = input.accountId;
|
|
113
113
|
if (labelValue.length <= 0) {
|
|
@@ -153,7 +153,7 @@ export var serializeAws_restJson1CompleteMultipartUploadCommand = function (inpu
|
|
|
153
153
|
case 1:
|
|
154
154
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
155
155
|
headers = __assign(__assign({}, (isSerializableHeaderValue(input.archiveSize) && { "x-amz-archive-size": input.archiveSize })), (isSerializableHeaderValue(input.checksum) && { "x-amz-sha256-tree-hash": input.checksum }));
|
|
156
|
-
resolvedPath = ""
|
|
156
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
157
157
|
"/{accountId}/vaults/{vaultName}/multipart-uploads/{uploadId}";
|
|
158
158
|
if (input.accountId !== undefined) {
|
|
159
159
|
labelValue = input.accountId;
|
|
@@ -205,7 +205,7 @@ export var serializeAws_restJson1CompleteVaultLockCommand = function (input, con
|
|
|
205
205
|
case 1:
|
|
206
206
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
207
207
|
headers = {};
|
|
208
|
-
resolvedPath = ""
|
|
208
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
209
209
|
"/{accountId}/vaults/{vaultName}/lock-policy/{lockId}";
|
|
210
210
|
if (input.accountId !== undefined) {
|
|
211
211
|
labelValue = input.accountId;
|
|
@@ -257,7 +257,7 @@ export var serializeAws_restJson1CreateVaultCommand = function (input, context)
|
|
|
257
257
|
case 1:
|
|
258
258
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
259
259
|
headers = {};
|
|
260
|
-
resolvedPath = ""
|
|
260
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/{accountId}/vaults/{vaultName}";
|
|
261
261
|
if (input.accountId !== undefined) {
|
|
262
262
|
labelValue = input.accountId;
|
|
263
263
|
if (labelValue.length <= 0) {
|
|
@@ -298,7 +298,7 @@ export var serializeAws_restJson1DeleteArchiveCommand = function (input, context
|
|
|
298
298
|
case 1:
|
|
299
299
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
300
300
|
headers = {};
|
|
301
|
-
resolvedPath = ""
|
|
301
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
302
302
|
"/{accountId}/vaults/{vaultName}/archives/{archiveId}";
|
|
303
303
|
if (input.accountId !== undefined) {
|
|
304
304
|
labelValue = input.accountId;
|
|
@@ -350,7 +350,7 @@ export var serializeAws_restJson1DeleteVaultCommand = function (input, context)
|
|
|
350
350
|
case 1:
|
|
351
351
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
352
352
|
headers = {};
|
|
353
|
-
resolvedPath = ""
|
|
353
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/{accountId}/vaults/{vaultName}";
|
|
354
354
|
if (input.accountId !== undefined) {
|
|
355
355
|
labelValue = input.accountId;
|
|
356
356
|
if (labelValue.length <= 0) {
|
|
@@ -391,7 +391,7 @@ export var serializeAws_restJson1DeleteVaultAccessPolicyCommand = function (inpu
|
|
|
391
391
|
case 1:
|
|
392
392
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
393
393
|
headers = {};
|
|
394
|
-
resolvedPath = ""
|
|
394
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
395
395
|
"/{accountId}/vaults/{vaultName}/access-policy";
|
|
396
396
|
if (input.accountId !== undefined) {
|
|
397
397
|
labelValue = input.accountId;
|
|
@@ -433,7 +433,7 @@ export var serializeAws_restJson1DeleteVaultNotificationsCommand = function (inp
|
|
|
433
433
|
case 1:
|
|
434
434
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
435
435
|
headers = {};
|
|
436
|
-
resolvedPath = ""
|
|
436
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
437
437
|
"/{accountId}/vaults/{vaultName}/notification-configuration";
|
|
438
438
|
if (input.accountId !== undefined) {
|
|
439
439
|
labelValue = input.accountId;
|
|
@@ -475,7 +475,7 @@ export var serializeAws_restJson1DescribeJobCommand = function (input, context)
|
|
|
475
475
|
case 1:
|
|
476
476
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
477
477
|
headers = {};
|
|
478
|
-
resolvedPath = ""
|
|
478
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
479
479
|
"/{accountId}/vaults/{vaultName}/jobs/{jobId}";
|
|
480
480
|
if (input.accountId !== undefined) {
|
|
481
481
|
labelValue = input.accountId;
|
|
@@ -527,7 +527,7 @@ export var serializeAws_restJson1DescribeVaultCommand = function (input, context
|
|
|
527
527
|
case 1:
|
|
528
528
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
529
529
|
headers = {};
|
|
530
|
-
resolvedPath = ""
|
|
530
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/{accountId}/vaults/{vaultName}";
|
|
531
531
|
if (input.accountId !== undefined) {
|
|
532
532
|
labelValue = input.accountId;
|
|
533
533
|
if (labelValue.length <= 0) {
|
|
@@ -568,7 +568,7 @@ export var serializeAws_restJson1GetDataRetrievalPolicyCommand = function (input
|
|
|
568
568
|
case 1:
|
|
569
569
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
570
570
|
headers = {};
|
|
571
|
-
resolvedPath = ""
|
|
571
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/{accountId}/policies/data-retrieval";
|
|
572
572
|
if (input.accountId !== undefined) {
|
|
573
573
|
labelValue = input.accountId;
|
|
574
574
|
if (labelValue.length <= 0) {
|
|
@@ -599,7 +599,7 @@ export var serializeAws_restJson1GetJobOutputCommand = function (input, context)
|
|
|
599
599
|
case 1:
|
|
600
600
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
601
601
|
headers = __assign({}, (isSerializableHeaderValue(input.range) && { range: input.range }));
|
|
602
|
-
resolvedPath = ""
|
|
602
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
603
603
|
"/{accountId}/vaults/{vaultName}/jobs/{jobId}/output";
|
|
604
604
|
if (input.accountId !== undefined) {
|
|
605
605
|
labelValue = input.accountId;
|
|
@@ -651,7 +651,7 @@ export var serializeAws_restJson1GetVaultAccessPolicyCommand = function (input,
|
|
|
651
651
|
case 1:
|
|
652
652
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
653
653
|
headers = {};
|
|
654
|
-
resolvedPath = ""
|
|
654
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
655
655
|
"/{accountId}/vaults/{vaultName}/access-policy";
|
|
656
656
|
if (input.accountId !== undefined) {
|
|
657
657
|
labelValue = input.accountId;
|
|
@@ -693,7 +693,7 @@ export var serializeAws_restJson1GetVaultLockCommand = function (input, context)
|
|
|
693
693
|
case 1:
|
|
694
694
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
695
695
|
headers = {};
|
|
696
|
-
resolvedPath = ""
|
|
696
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
697
697
|
"/{accountId}/vaults/{vaultName}/lock-policy";
|
|
698
698
|
if (input.accountId !== undefined) {
|
|
699
699
|
labelValue = input.accountId;
|
|
@@ -735,7 +735,7 @@ export var serializeAws_restJson1GetVaultNotificationsCommand = function (input,
|
|
|
735
735
|
case 1:
|
|
736
736
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
737
737
|
headers = {};
|
|
738
|
-
resolvedPath = ""
|
|
738
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
739
739
|
"/{accountId}/vaults/{vaultName}/notification-configuration";
|
|
740
740
|
if (input.accountId !== undefined) {
|
|
741
741
|
labelValue = input.accountId;
|
|
@@ -779,7 +779,7 @@ export var serializeAws_restJson1InitiateJobCommand = function (input, context)
|
|
|
779
779
|
headers = {
|
|
780
780
|
"content-type": "application/json",
|
|
781
781
|
};
|
|
782
|
-
resolvedPath = ""
|
|
782
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/{accountId}/vaults/{vaultName}/jobs";
|
|
783
783
|
if (input.accountId !== undefined) {
|
|
784
784
|
labelValue = input.accountId;
|
|
785
785
|
if (labelValue.length <= 0) {
|
|
@@ -829,7 +829,7 @@ export var serializeAws_restJson1InitiateMultipartUploadCommand = function (inpu
|
|
|
829
829
|
headers = __assign(__assign({}, (isSerializableHeaderValue(input.archiveDescription) && {
|
|
830
830
|
"x-amz-archive-description": input.archiveDescription,
|
|
831
831
|
})), (isSerializableHeaderValue(input.partSize) && { "x-amz-part-size": input.partSize }));
|
|
832
|
-
resolvedPath = ""
|
|
832
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
833
833
|
"/{accountId}/vaults/{vaultName}/multipart-uploads";
|
|
834
834
|
if (input.accountId !== undefined) {
|
|
835
835
|
labelValue = input.accountId;
|
|
@@ -873,7 +873,7 @@ export var serializeAws_restJson1InitiateVaultLockCommand = function (input, con
|
|
|
873
873
|
headers = {
|
|
874
874
|
"content-type": "application/json",
|
|
875
875
|
};
|
|
876
|
-
resolvedPath = ""
|
|
876
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
877
877
|
"/{accountId}/vaults/{vaultName}/lock-policy";
|
|
878
878
|
if (input.accountId !== undefined) {
|
|
879
879
|
labelValue = input.accountId;
|
|
@@ -922,7 +922,7 @@ export var serializeAws_restJson1ListJobsCommand = function (input, context) { r
|
|
|
922
922
|
case 1:
|
|
923
923
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
924
924
|
headers = {};
|
|
925
|
-
resolvedPath = ""
|
|
925
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/{accountId}/vaults/{vaultName}/jobs";
|
|
926
926
|
if (input.accountId !== undefined) {
|
|
927
927
|
labelValue = input.accountId;
|
|
928
928
|
if (labelValue.length <= 0) {
|
|
@@ -965,7 +965,7 @@ export var serializeAws_restJson1ListMultipartUploadsCommand = function (input,
|
|
|
965
965
|
case 1:
|
|
966
966
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
967
967
|
headers = {};
|
|
968
|
-
resolvedPath = ""
|
|
968
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
969
969
|
"/{accountId}/vaults/{vaultName}/multipart-uploads";
|
|
970
970
|
if (input.accountId !== undefined) {
|
|
971
971
|
labelValue = input.accountId;
|
|
@@ -1009,7 +1009,7 @@ export var serializeAws_restJson1ListPartsCommand = function (input, context) {
|
|
|
1009
1009
|
case 1:
|
|
1010
1010
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
1011
1011
|
headers = {};
|
|
1012
|
-
resolvedPath = ""
|
|
1012
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
1013
1013
|
"/{accountId}/vaults/{vaultName}/multipart-uploads/{uploadId}";
|
|
1014
1014
|
if (input.accountId !== undefined) {
|
|
1015
1015
|
labelValue = input.accountId;
|
|
@@ -1063,7 +1063,7 @@ export var serializeAws_restJson1ListProvisionedCapacityCommand = function (inpu
|
|
|
1063
1063
|
case 1:
|
|
1064
1064
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
1065
1065
|
headers = {};
|
|
1066
|
-
resolvedPath = ""
|
|
1066
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/{accountId}/provisioned-capacity";
|
|
1067
1067
|
if (input.accountId !== undefined) {
|
|
1068
1068
|
labelValue = input.accountId;
|
|
1069
1069
|
if (labelValue.length <= 0) {
|
|
@@ -1094,7 +1094,7 @@ export var serializeAws_restJson1ListTagsForVaultCommand = function (input, cont
|
|
|
1094
1094
|
case 1:
|
|
1095
1095
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
1096
1096
|
headers = {};
|
|
1097
|
-
resolvedPath = ""
|
|
1097
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/{accountId}/vaults/{vaultName}/tags";
|
|
1098
1098
|
if (input.accountId !== undefined) {
|
|
1099
1099
|
labelValue = input.accountId;
|
|
1100
1100
|
if (labelValue.length <= 0) {
|
|
@@ -1135,7 +1135,7 @@ export var serializeAws_restJson1ListVaultsCommand = function (input, context) {
|
|
|
1135
1135
|
case 1:
|
|
1136
1136
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
1137
1137
|
headers = {};
|
|
1138
|
-
resolvedPath = ""
|
|
1138
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/{accountId}/vaults";
|
|
1139
1139
|
if (input.accountId !== undefined) {
|
|
1140
1140
|
labelValue = input.accountId;
|
|
1141
1141
|
if (labelValue.length <= 0) {
|
|
@@ -1168,7 +1168,7 @@ export var serializeAws_restJson1PurchaseProvisionedCapacityCommand = function (
|
|
|
1168
1168
|
case 1:
|
|
1169
1169
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
1170
1170
|
headers = {};
|
|
1171
|
-
resolvedPath = ""
|
|
1171
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/{accountId}/provisioned-capacity";
|
|
1172
1172
|
if (input.accountId !== undefined) {
|
|
1173
1173
|
labelValue = input.accountId;
|
|
1174
1174
|
if (labelValue.length <= 0) {
|
|
@@ -1201,7 +1201,7 @@ export var serializeAws_restJson1RemoveTagsFromVaultCommand = function (input, c
|
|
|
1201
1201
|
headers = {
|
|
1202
1202
|
"content-type": "application/json",
|
|
1203
1203
|
};
|
|
1204
|
-
resolvedPath = ""
|
|
1204
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/{accountId}/vaults/{vaultName}/tags";
|
|
1205
1205
|
if (input.accountId !== undefined) {
|
|
1206
1206
|
labelValue = input.accountId;
|
|
1207
1207
|
if (labelValue.length <= 0) {
|
|
@@ -1250,7 +1250,7 @@ export var serializeAws_restJson1SetDataRetrievalPolicyCommand = function (input
|
|
|
1250
1250
|
headers = {
|
|
1251
1251
|
"content-type": "application/json",
|
|
1252
1252
|
};
|
|
1253
|
-
resolvedPath = ""
|
|
1253
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/{accountId}/policies/data-retrieval";
|
|
1254
1254
|
if (input.accountId !== undefined) {
|
|
1255
1255
|
labelValue = input.accountId;
|
|
1256
1256
|
if (labelValue.length <= 0) {
|
|
@@ -1285,7 +1285,7 @@ export var serializeAws_restJson1SetVaultAccessPolicyCommand = function (input,
|
|
|
1285
1285
|
headers = {
|
|
1286
1286
|
"content-type": "application/json",
|
|
1287
1287
|
};
|
|
1288
|
-
resolvedPath = ""
|
|
1288
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
1289
1289
|
"/{accountId}/vaults/{vaultName}/access-policy";
|
|
1290
1290
|
if (input.accountId !== undefined) {
|
|
1291
1291
|
labelValue = input.accountId;
|
|
@@ -1336,7 +1336,7 @@ export var serializeAws_restJson1SetVaultNotificationsCommand = function (input,
|
|
|
1336
1336
|
headers = {
|
|
1337
1337
|
"content-type": "application/json",
|
|
1338
1338
|
};
|
|
1339
|
-
resolvedPath = ""
|
|
1339
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
1340
1340
|
"/{accountId}/vaults/{vaultName}/notification-configuration";
|
|
1341
1341
|
if (input.accountId !== undefined) {
|
|
1342
1342
|
labelValue = input.accountId;
|
|
@@ -1387,7 +1387,7 @@ export var serializeAws_restJson1UploadArchiveCommand = function (input, context
|
|
|
1387
1387
|
headers = __assign(__assign({ "content-type": "application/octet-stream" }, (isSerializableHeaderValue(input.archiveDescription) && {
|
|
1388
1388
|
"x-amz-archive-description": input.archiveDescription,
|
|
1389
1389
|
})), (isSerializableHeaderValue(input.checksum) && { "x-amz-sha256-tree-hash": input.checksum }));
|
|
1390
|
-
resolvedPath = ""
|
|
1390
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/{accountId}/vaults/{vaultName}/archives";
|
|
1391
1391
|
if (input.vaultName !== undefined) {
|
|
1392
1392
|
labelValue = input.vaultName;
|
|
1393
1393
|
if (labelValue.length <= 0) {
|
|
@@ -1431,7 +1431,7 @@ export var serializeAws_restJson1UploadMultipartPartCommand = function (input, c
|
|
|
1431
1431
|
case 1:
|
|
1432
1432
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
1433
1433
|
headers = __assign(__assign({ "content-type": "application/octet-stream" }, (isSerializableHeaderValue(input.checksum) && { "x-amz-sha256-tree-hash": input.checksum })), (isSerializableHeaderValue(input.range) && { "content-range": input.range }));
|
|
1434
|
-
resolvedPath = ""
|
|
1434
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
1435
1435
|
"/{accountId}/vaults/{vaultName}/multipart-uploads/{uploadId}";
|
|
1436
1436
|
if (input.accountId !== undefined) {
|
|
1437
1437
|
labelValue = input.accountId;
|
|
@@ -5,7 +5,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
|
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest as __HttpRequest, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
8
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest as __HttpRequest, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { AbortMultipartUploadCommandInput, AbortMultipartUploadCommandOutput } from "./commands/AbortMultipartUploadCommand";
|
|
10
10
|
import { AbortVaultLockCommandInput, AbortVaultLockCommandOutput } from "./commands/AbortVaultLockCommand";
|
|
11
11
|
import { AddTagsToVaultCommandInput, AddTagsToVaultCommandOutput } from "./commands/AddTagsToVaultCommand";
|
|
@@ -61,7 +61,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
61
61
|
* A function that can calculate the length of a request body.
|
|
62
62
|
* @internal
|
|
63
63
|
*/
|
|
64
|
-
bodyLengthChecker?:
|
|
64
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
65
65
|
/**
|
|
66
66
|
* A function that converts a stream into an array of bytes.
|
|
67
67
|
* @internal
|
|
@@ -12,7 +12,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
12
12
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
13
13
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
14
14
|
}) => Promise<[string, string]>;
|
|
15
|
-
bodyLengthChecker: (
|
|
15
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
16
16
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
17
17
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
18
18
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -12,7 +12,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
12
12
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
13
13
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
14
14
|
}) => Promise<[string, string]>;
|
|
15
|
-
bodyLengthChecker: (
|
|
15
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
16
16
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
17
17
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
18
18
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
8
8
|
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
apiVersion: string;
|
|
10
10
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
-
bodyLengthChecker: (
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
12
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
13
13
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
14
14
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
@@ -21,7 +21,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
21
21
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
22
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
23
23
|
serviceId: string;
|
|
24
|
-
region: string | import("@aws-sdk/types").Provider<
|
|
24
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
26
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
27
|
bodyChecksumGenerator: (request: import("@aws-sdk/types").HttpRequest, options: {
|
|
@@ -29,7 +29,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
29
29
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
30
30
|
}) => Promise<[string, string]>;
|
|
31
31
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
32
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode
|
|
32
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
33
33
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
34
34
|
tls?: boolean | undefined;
|
|
35
35
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
@@ -5,7 +5,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
|
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest as __HttpRequest, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
8
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest as __HttpRequest, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { AbortMultipartUploadCommandInput, AbortMultipartUploadCommandOutput } from "./commands/AbortMultipartUploadCommand";
|
|
10
10
|
import { AbortVaultLockCommandInput, AbortVaultLockCommandOutput } from "./commands/AbortVaultLockCommand";
|
|
11
11
|
import { AddTagsToVaultCommandInput, AddTagsToVaultCommandOutput } from "./commands/AddTagsToVaultCommand";
|
|
@@ -49,7 +49,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
49
49
|
|
|
50
50
|
urlParser?: __UrlParser;
|
|
51
51
|
|
|
52
|
-
bodyLengthChecker?:
|
|
52
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
53
53
|
|
|
54
54
|
streamCollector?: __StreamCollector;
|
|
55
55
|
|
|
@@ -13,7 +13,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
13
13
|
string,
|
|
14
14
|
string
|
|
15
15
|
]>;
|
|
16
|
-
bodyLengthChecker: (
|
|
16
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
17
17
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
18
18
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
19
19
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -13,7 +13,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
13
13
|
string,
|
|
14
14
|
string
|
|
15
15
|
]>;
|
|
16
|
-
bodyLengthChecker: (
|
|
16
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
17
17
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
18
18
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
19
19
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
6
6
|
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
-
bodyLengthChecker: (
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
10
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
11
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
12
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
@@ -19,7 +19,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
19
19
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
21
|
serviceId: string;
|
|
22
|
-
region: string | import("@aws-sdk/types").Provider<
|
|
22
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
24
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
25
|
bodyChecksumGenerator: (request: import("@aws-sdk/types").HttpRequest, options: {
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
30
30
|
string
|
|
31
31
|
]>;
|
|
32
32
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
33
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode
|
|
33
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
34
34
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
35
35
|
tls?: boolean | undefined;
|
|
36
36
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-glacier",
|
|
3
3
|
"description": "AWS SDK for JavaScript Glacier Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.55.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",
|
|
@@ -18,51 +18,51 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/body-checksum-browser": "3.
|
|
22
|
-
"@aws-sdk/body-checksum-node": "3.
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
31
|
-
"@aws-sdk/middleware-logger": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-sdk-glacier": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
44
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
45
|
-
"@aws-sdk/util-base64-node": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
51
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
52
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
53
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
54
|
-
"@aws-sdk/util-waiter": "3.
|
|
55
|
-
"tslib": "^2.3.
|
|
21
|
+
"@aws-sdk/body-checksum-browser": "3.55.0",
|
|
22
|
+
"@aws-sdk/body-checksum-node": "3.55.0",
|
|
23
|
+
"@aws-sdk/client-sts": "3.55.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.55.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.55.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.55.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.55.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.55.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.55.0",
|
|
30
|
+
"@aws-sdk/middleware-host-header": "3.55.0",
|
|
31
|
+
"@aws-sdk/middleware-logger": "3.55.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.55.0",
|
|
33
|
+
"@aws-sdk/middleware-sdk-glacier": "3.55.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.55.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.55.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.55.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.55.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.55.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.55.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.55.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.55.0",
|
|
42
|
+
"@aws-sdk/types": "3.55.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.55.0",
|
|
44
|
+
"@aws-sdk/util-base64-browser": "3.55.0",
|
|
45
|
+
"@aws-sdk/util-base64-node": "3.55.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.55.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.55.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-browser": "3.55.0",
|
|
51
|
+
"@aws-sdk/util-user-agent-node": "3.55.0",
|
|
52
|
+
"@aws-sdk/util-utf8-browser": "3.55.0",
|
|
53
|
+
"@aws-sdk/util-utf8-node": "3.55.0",
|
|
54
|
+
"@aws-sdk/util-waiter": "3.55.0",
|
|
55
|
+
"tslib": "^2.3.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
58
|
+
"@aws-sdk/service-client-documentation-generator": "3.55.0",
|
|
59
59
|
"@tsconfig/recommended": "1.0.1",
|
|
60
60
|
"@types/node": "^12.7.5",
|
|
61
61
|
"concurrently": "7.0.0",
|
|
62
62
|
"downlevel-dts": "0.7.0",
|
|
63
63
|
"rimraf": "3.0.2",
|
|
64
64
|
"typedoc": "0.19.2",
|
|
65
|
-
"typescript": "~4.
|
|
65
|
+
"typescript": "~4.6.2"
|
|
66
66
|
},
|
|
67
67
|
"engines": {
|
|
68
68
|
"node": ">=12.0.0"
|