@aws-sdk/client-redshift 3.183.0 → 3.185.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 +11 -0
- package/dist-cjs/protocols/Aws_query.js +2 -2
- package/dist-es/Redshift.js +485 -478
- package/dist-es/RedshiftClient.js +28 -22
- package/dist-es/commands/AcceptReservedNodeExchangeCommand.js +28 -21
- package/dist-es/commands/AddPartnerCommand.js +28 -21
- package/dist-es/commands/AssociateDataShareConsumerCommand.js +28 -21
- package/dist-es/commands/AuthorizeClusterSecurityGroupIngressCommand.js +28 -21
- package/dist-es/commands/AuthorizeDataShareCommand.js +28 -21
- package/dist-es/commands/AuthorizeEndpointAccessCommand.js +28 -21
- package/dist-es/commands/AuthorizeSnapshotAccessCommand.js +28 -21
- package/dist-es/commands/BatchDeleteClusterSnapshotsCommand.js +28 -21
- package/dist-es/commands/BatchModifyClusterSnapshotsCommand.js +28 -21
- package/dist-es/commands/CancelResizeCommand.js +28 -21
- package/dist-es/commands/CopyClusterSnapshotCommand.js +28 -21
- package/dist-es/commands/CreateAuthenticationProfileCommand.js +28 -21
- package/dist-es/commands/CreateClusterCommand.js +28 -21
- package/dist-es/commands/CreateClusterParameterGroupCommand.js +28 -21
- package/dist-es/commands/CreateClusterSecurityGroupCommand.js +28 -21
- package/dist-es/commands/CreateClusterSnapshotCommand.js +28 -21
- package/dist-es/commands/CreateClusterSubnetGroupCommand.js +28 -21
- package/dist-es/commands/CreateEndpointAccessCommand.js +28 -21
- package/dist-es/commands/CreateEventSubscriptionCommand.js +28 -21
- package/dist-es/commands/CreateHsmClientCertificateCommand.js +28 -21
- package/dist-es/commands/CreateHsmConfigurationCommand.js +28 -21
- package/dist-es/commands/CreateScheduledActionCommand.js +28 -21
- package/dist-es/commands/CreateSnapshotCopyGrantCommand.js +28 -21
- package/dist-es/commands/CreateSnapshotScheduleCommand.js +28 -21
- package/dist-es/commands/CreateTagsCommand.js +29 -22
- package/dist-es/commands/CreateUsageLimitCommand.js +28 -21
- package/dist-es/commands/DeauthorizeDataShareCommand.js +28 -21
- package/dist-es/commands/DeleteAuthenticationProfileCommand.js +28 -21
- package/dist-es/commands/DeleteClusterCommand.js +28 -21
- package/dist-es/commands/DeleteClusterParameterGroupCommand.js +29 -22
- package/dist-es/commands/DeleteClusterSecurityGroupCommand.js +29 -22
- package/dist-es/commands/DeleteClusterSnapshotCommand.js +28 -21
- package/dist-es/commands/DeleteClusterSubnetGroupCommand.js +29 -22
- package/dist-es/commands/DeleteEndpointAccessCommand.js +28 -21
- package/dist-es/commands/DeleteEventSubscriptionCommand.js +29 -22
- package/dist-es/commands/DeleteHsmClientCertificateCommand.js +29 -22
- package/dist-es/commands/DeleteHsmConfigurationCommand.js +29 -22
- package/dist-es/commands/DeletePartnerCommand.js +28 -21
- package/dist-es/commands/DeleteScheduledActionCommand.js +29 -22
- package/dist-es/commands/DeleteSnapshotCopyGrantCommand.js +29 -22
- package/dist-es/commands/DeleteSnapshotScheduleCommand.js +29 -22
- package/dist-es/commands/DeleteTagsCommand.js +29 -22
- package/dist-es/commands/DeleteUsageLimitCommand.js +29 -22
- package/dist-es/commands/DescribeAccountAttributesCommand.js +28 -21
- package/dist-es/commands/DescribeAuthenticationProfilesCommand.js +28 -21
- package/dist-es/commands/DescribeClusterDbRevisionsCommand.js +28 -21
- package/dist-es/commands/DescribeClusterParameterGroupsCommand.js +28 -21
- package/dist-es/commands/DescribeClusterParametersCommand.js +28 -21
- package/dist-es/commands/DescribeClusterSecurityGroupsCommand.js +28 -21
- package/dist-es/commands/DescribeClusterSnapshotsCommand.js +28 -21
- package/dist-es/commands/DescribeClusterSubnetGroupsCommand.js +28 -21
- package/dist-es/commands/DescribeClusterTracksCommand.js +28 -21
- package/dist-es/commands/DescribeClusterVersionsCommand.js +28 -21
- package/dist-es/commands/DescribeClustersCommand.js +28 -21
- package/dist-es/commands/DescribeDataSharesCommand.js +28 -21
- package/dist-es/commands/DescribeDataSharesForConsumerCommand.js +28 -21
- package/dist-es/commands/DescribeDataSharesForProducerCommand.js +28 -21
- package/dist-es/commands/DescribeDefaultClusterParametersCommand.js +28 -21
- package/dist-es/commands/DescribeEndpointAccessCommand.js +28 -21
- package/dist-es/commands/DescribeEndpointAuthorizationCommand.js +28 -21
- package/dist-es/commands/DescribeEventCategoriesCommand.js +28 -21
- package/dist-es/commands/DescribeEventSubscriptionsCommand.js +28 -21
- package/dist-es/commands/DescribeEventsCommand.js +28 -21
- package/dist-es/commands/DescribeHsmClientCertificatesCommand.js +28 -21
- package/dist-es/commands/DescribeHsmConfigurationsCommand.js +28 -21
- package/dist-es/commands/DescribeLoggingStatusCommand.js +28 -21
- package/dist-es/commands/DescribeNodeConfigurationOptionsCommand.js +28 -21
- package/dist-es/commands/DescribeOrderableClusterOptionsCommand.js +28 -21
- package/dist-es/commands/DescribePartnersCommand.js +28 -21
- package/dist-es/commands/DescribeReservedNodeExchangeStatusCommand.js +28 -21
- package/dist-es/commands/DescribeReservedNodeOfferingsCommand.js +28 -21
- package/dist-es/commands/DescribeReservedNodesCommand.js +28 -21
- package/dist-es/commands/DescribeResizeCommand.js +28 -21
- package/dist-es/commands/DescribeScheduledActionsCommand.js +28 -21
- package/dist-es/commands/DescribeSnapshotCopyGrantsCommand.js +28 -21
- package/dist-es/commands/DescribeSnapshotSchedulesCommand.js +28 -21
- package/dist-es/commands/DescribeStorageCommand.js +29 -22
- package/dist-es/commands/DescribeTableRestoreStatusCommand.js +28 -21
- package/dist-es/commands/DescribeTagsCommand.js +28 -21
- package/dist-es/commands/DescribeUsageLimitsCommand.js +28 -21
- package/dist-es/commands/DisableLoggingCommand.js +28 -21
- package/dist-es/commands/DisableSnapshotCopyCommand.js +28 -21
- package/dist-es/commands/DisassociateDataShareConsumerCommand.js +28 -21
- package/dist-es/commands/EnableLoggingCommand.js +28 -21
- package/dist-es/commands/EnableSnapshotCopyCommand.js +28 -21
- package/dist-es/commands/GetClusterCredentialsCommand.js +28 -21
- package/dist-es/commands/GetClusterCredentialsWithIAMCommand.js +28 -21
- package/dist-es/commands/GetReservedNodeExchangeConfigurationOptionsCommand.js +28 -21
- package/dist-es/commands/GetReservedNodeExchangeOfferingsCommand.js +28 -21
- package/dist-es/commands/ModifyAquaConfigurationCommand.js +28 -21
- package/dist-es/commands/ModifyAuthenticationProfileCommand.js +28 -21
- package/dist-es/commands/ModifyClusterCommand.js +28 -21
- package/dist-es/commands/ModifyClusterDbRevisionCommand.js +28 -21
- package/dist-es/commands/ModifyClusterIamRolesCommand.js +28 -21
- package/dist-es/commands/ModifyClusterMaintenanceCommand.js +28 -21
- package/dist-es/commands/ModifyClusterParameterGroupCommand.js +28 -21
- package/dist-es/commands/ModifyClusterSnapshotCommand.js +28 -21
- package/dist-es/commands/ModifyClusterSnapshotScheduleCommand.js +29 -22
- package/dist-es/commands/ModifyClusterSubnetGroupCommand.js +28 -21
- package/dist-es/commands/ModifyEndpointAccessCommand.js +28 -21
- package/dist-es/commands/ModifyEventSubscriptionCommand.js +28 -21
- package/dist-es/commands/ModifyScheduledActionCommand.js +28 -21
- package/dist-es/commands/ModifySnapshotCopyRetentionPeriodCommand.js +28 -21
- package/dist-es/commands/ModifySnapshotScheduleCommand.js +28 -21
- package/dist-es/commands/ModifyUsageLimitCommand.js +28 -21
- package/dist-es/commands/PauseClusterCommand.js +28 -21
- package/dist-es/commands/PurchaseReservedNodeOfferingCommand.js +28 -21
- package/dist-es/commands/RebootClusterCommand.js +28 -21
- package/dist-es/commands/RejectDataShareCommand.js +28 -21
- package/dist-es/commands/ResetClusterParameterGroupCommand.js +28 -21
- package/dist-es/commands/ResizeClusterCommand.js +28 -21
- package/dist-es/commands/RestoreFromClusterSnapshotCommand.js +28 -21
- package/dist-es/commands/RestoreTableFromClusterSnapshotCommand.js +28 -21
- package/dist-es/commands/ResumeClusterCommand.js +28 -21
- package/dist-es/commands/RevokeClusterSecurityGroupIngressCommand.js +28 -21
- package/dist-es/commands/RevokeEndpointAccessCommand.js +28 -21
- package/dist-es/commands/RevokeSnapshotAccessCommand.js +28 -21
- package/dist-es/commands/RotateEncryptionKeyCommand.js +28 -21
- package/dist-es/commands/UpdatePartnerStatusCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/RedshiftServiceException.js +10 -5
- package/dist-es/models/models_0.js +1459 -1808
- package/dist-es/models/models_1.js +308 -503
- package/dist-es/pagination/DescribeClusterDbRevisionsPaginator.js +68 -25
- package/dist-es/pagination/DescribeClusterParameterGroupsPaginator.js +68 -25
- package/dist-es/pagination/DescribeClusterParametersPaginator.js +68 -25
- package/dist-es/pagination/DescribeClusterSecurityGroupsPaginator.js +68 -25
- package/dist-es/pagination/DescribeClusterSnapshotsPaginator.js +68 -25
- package/dist-es/pagination/DescribeClusterSubnetGroupsPaginator.js +68 -25
- package/dist-es/pagination/DescribeClusterTracksPaginator.js +68 -25
- package/dist-es/pagination/DescribeClusterVersionsPaginator.js +68 -25
- package/dist-es/pagination/DescribeClustersPaginator.js +68 -25
- package/dist-es/pagination/DescribeDataSharesForConsumerPaginator.js +68 -25
- package/dist-es/pagination/DescribeDataSharesForProducerPaginator.js +68 -25
- package/dist-es/pagination/DescribeDataSharesPaginator.js +68 -25
- package/dist-es/pagination/DescribeDefaultClusterParametersPaginator.js +68 -25
- package/dist-es/pagination/DescribeEndpointAccessPaginator.js +68 -25
- package/dist-es/pagination/DescribeEndpointAuthorizationPaginator.js +68 -25
- package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +68 -25
- package/dist-es/pagination/DescribeEventsPaginator.js +68 -25
- package/dist-es/pagination/DescribeHsmClientCertificatesPaginator.js +68 -25
- package/dist-es/pagination/DescribeHsmConfigurationsPaginator.js +68 -25
- package/dist-es/pagination/DescribeNodeConfigurationOptionsPaginator.js +68 -25
- package/dist-es/pagination/DescribeOrderableClusterOptionsPaginator.js +68 -25
- package/dist-es/pagination/DescribeReservedNodeExchangeStatusPaginator.js +68 -25
- package/dist-es/pagination/DescribeReservedNodeOfferingsPaginator.js +68 -25
- package/dist-es/pagination/DescribeReservedNodesPaginator.js +68 -25
- package/dist-es/pagination/DescribeScheduledActionsPaginator.js +68 -25
- package/dist-es/pagination/DescribeSnapshotCopyGrantsPaginator.js +68 -25
- package/dist-es/pagination/DescribeSnapshotSchedulesPaginator.js +68 -25
- package/dist-es/pagination/DescribeTableRestoreStatusPaginator.js +68 -25
- package/dist-es/pagination/DescribeTagsPaginator.js +68 -25
- package/dist-es/pagination/DescribeUsageLimitsPaginator.js +68 -25
- package/dist-es/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.js +68 -25
- package/dist-es/pagination/GetReservedNodeExchangeOfferingsPaginator.js +68 -25
- package/dist-es/protocols/Aws_query.js +11426 -8821
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/dist-es/waiters/waitForClusterAvailable.js +93 -52
- package/dist-es/waiters/waitForClusterDeleted.js +90 -49
- package/dist-es/waiters/waitForClusterRestored.js +91 -50
- package/dist-es/waiters/waitForSnapshotAvailable.js +115 -64
- package/package.json +5 -5
|
@@ -1,69 +1,120 @@
|
|
|
1
|
+
import { __assign, __awaiter, __generator, __read, __spreadArray, __values } from "tslib";
|
|
1
2
|
import { checkExceptions, createWaiter, WaiterState } from "@aws-sdk/util-waiter";
|
|
2
3
|
import { DescribeClusterSnapshotsCommand, } from "../commands/DescribeClusterSnapshotsCommand";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
4
|
+
var checkState = function (client, input) { return __awaiter(void 0, void 0, void 0, function () {
|
|
5
|
+
var reason, result_1, returnComparator, allStringEq_5, _a, _b, element_4, returnComparator, _c, _d, anyStringEq_4, returnComparator, _e, _f, anyStringEq_4, exception_1;
|
|
6
|
+
var e_1, _g, e_2, _h, e_3, _j;
|
|
7
|
+
return __generator(this, function (_k) {
|
|
8
|
+
switch (_k.label) {
|
|
9
|
+
case 0:
|
|
10
|
+
_k.trys.push([0, 2, , 3]);
|
|
11
|
+
return [4, client.send(new DescribeClusterSnapshotsCommand(input))];
|
|
12
|
+
case 1:
|
|
13
|
+
result_1 = _k.sent();
|
|
14
|
+
reason = result_1;
|
|
15
|
+
try {
|
|
16
|
+
returnComparator = function () {
|
|
17
|
+
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.Snapshots), false));
|
|
18
|
+
var projection_3 = flat_1.map(function (element_2) {
|
|
19
|
+
return element_2.Status;
|
|
20
|
+
});
|
|
21
|
+
return projection_3;
|
|
22
|
+
};
|
|
23
|
+
allStringEq_5 = returnComparator().length > 0;
|
|
24
|
+
try {
|
|
25
|
+
for (_a = __values(returnComparator()), _b = _a.next(); !_b.done; _b = _a.next()) {
|
|
26
|
+
element_4 = _b.value;
|
|
27
|
+
allStringEq_5 = allStringEq_5 && element_4 == "available";
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
31
|
+
finally {
|
|
32
|
+
try {
|
|
33
|
+
if (_b && !_b.done && (_g = _a.return)) _g.call(_a);
|
|
34
|
+
}
|
|
35
|
+
finally { if (e_1) throw e_1.error; }
|
|
36
|
+
}
|
|
37
|
+
if (allStringEq_5) {
|
|
38
|
+
return [2, { state: WaiterState.SUCCESS, reason: reason }];
|
|
39
|
+
}
|
|
36
40
|
}
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
41
|
+
catch (e) { }
|
|
42
|
+
try {
|
|
43
|
+
returnComparator = function () {
|
|
44
|
+
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.Snapshots), false));
|
|
45
|
+
var projection_3 = flat_1.map(function (element_2) {
|
|
46
|
+
return element_2.Status;
|
|
47
|
+
});
|
|
48
|
+
return projection_3;
|
|
49
|
+
};
|
|
50
|
+
try {
|
|
51
|
+
for (_c = __values(returnComparator()), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
52
|
+
anyStringEq_4 = _d.value;
|
|
53
|
+
if (anyStringEq_4 == "failed") {
|
|
54
|
+
return [2, { state: WaiterState.FAILURE, reason: reason }];
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
59
|
+
finally {
|
|
60
|
+
try {
|
|
61
|
+
if (_d && !_d.done && (_h = _c.return)) _h.call(_c);
|
|
62
|
+
}
|
|
63
|
+
finally { if (e_2) throw e_2.error; }
|
|
64
|
+
}
|
|
51
65
|
}
|
|
52
|
-
|
|
66
|
+
catch (e) { }
|
|
67
|
+
try {
|
|
68
|
+
returnComparator = function () {
|
|
69
|
+
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.Snapshots), false));
|
|
70
|
+
var projection_3 = flat_1.map(function (element_2) {
|
|
71
|
+
return element_2.Status;
|
|
72
|
+
});
|
|
73
|
+
return projection_3;
|
|
74
|
+
};
|
|
75
|
+
try {
|
|
76
|
+
for (_e = __values(returnComparator()), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
77
|
+
anyStringEq_4 = _f.value;
|
|
78
|
+
if (anyStringEq_4 == "deleted") {
|
|
79
|
+
return [2, { state: WaiterState.FAILURE, reason: reason }];
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
catch (e_3_1) { e_3 = { error: e_3_1 }; }
|
|
84
|
+
finally {
|
|
85
|
+
try {
|
|
86
|
+
if (_f && !_f.done && (_j = _e.return)) _j.call(_e);
|
|
87
|
+
}
|
|
88
|
+
finally { if (e_3) throw e_3.error; }
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
catch (e) { }
|
|
92
|
+
return [3, 3];
|
|
93
|
+
case 2:
|
|
94
|
+
exception_1 = _k.sent();
|
|
95
|
+
reason = exception_1;
|
|
96
|
+
return [3, 3];
|
|
97
|
+
case 3: return [2, { state: WaiterState.RETRY, reason: reason }];
|
|
98
|
+
}
|
|
99
|
+
});
|
|
100
|
+
}); };
|
|
101
|
+
export var waitForSnapshotAvailable = function (params, input) { return __awaiter(void 0, void 0, void 0, function () {
|
|
102
|
+
var serviceDefaults;
|
|
103
|
+
return __generator(this, function (_a) {
|
|
104
|
+
serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
105
|
+
return [2, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
|
|
106
|
+
});
|
|
107
|
+
}); };
|
|
108
|
+
export var waitUntilSnapshotAvailable = function (params, input) { return __awaiter(void 0, void 0, void 0, function () {
|
|
109
|
+
var serviceDefaults, result;
|
|
110
|
+
return __generator(this, function (_a) {
|
|
111
|
+
switch (_a.label) {
|
|
112
|
+
case 0:
|
|
113
|
+
serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
114
|
+
return [4, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
|
|
115
|
+
case 1:
|
|
116
|
+
result = _a.sent();
|
|
117
|
+
return [2, checkExceptions(result)];
|
|
53
118
|
}
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
catch (exception) {
|
|
57
|
-
reason = exception;
|
|
58
|
-
}
|
|
59
|
-
return { state: WaiterState.RETRY, reason };
|
|
60
|
-
};
|
|
61
|
-
export const waitForSnapshotAvailable = async (params, input) => {
|
|
62
|
-
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
63
|
-
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
64
|
-
};
|
|
65
|
-
export const waitUntilSnapshotAvailable = async (params, input) => {
|
|
66
|
-
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
67
|
-
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
68
|
-
return checkExceptions(result);
|
|
69
|
-
};
|
|
119
|
+
});
|
|
120
|
+
}); };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-redshift",
|
|
3
3
|
"description": "AWS SDK for JavaScript Redshift Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.185.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",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.185.0",
|
|
23
23
|
"@aws-sdk/config-resolver": "3.183.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.185.0",
|
|
25
25
|
"@aws-sdk/fetch-http-handler": "3.183.0",
|
|
26
26
|
"@aws-sdk/hash-node": "3.183.0",
|
|
27
27
|
"@aws-sdk/invalid-dependency": "3.183.0",
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
"@aws-sdk/middleware-host-header": "3.183.0",
|
|
30
30
|
"@aws-sdk/middleware-logger": "3.183.0",
|
|
31
31
|
"@aws-sdk/middleware-recursion-detection": "3.183.0",
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.185.0",
|
|
33
33
|
"@aws-sdk/middleware-serde": "3.183.0",
|
|
34
34
|
"@aws-sdk/middleware-signing": "3.183.0",
|
|
35
35
|
"@aws-sdk/middleware-stack": "3.183.0",
|
|
36
36
|
"@aws-sdk/middleware-user-agent": "3.183.0",
|
|
37
37
|
"@aws-sdk/node-config-provider": "3.183.0",
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.185.0",
|
|
39
39
|
"@aws-sdk/protocol-http": "3.183.0",
|
|
40
40
|
"@aws-sdk/smithy-client": "3.183.0",
|
|
41
41
|
"@aws-sdk/types": "3.183.0",
|