@aws-sdk/client-docdb-elastic 3.476.0 → 3.478.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/pagination/ListClusterSnapshotsPaginator.js +2 -24
- package/dist-cjs/pagination/ListClustersPaginator.js +2 -24
- package/dist-cjs/protocols/Aws_restJson1.js +76 -167
- package/dist-es/pagination/ListClusterSnapshotsPaginator.js +2 -23
- package/dist-es/pagination/ListClustersPaginator.js +2 -23
- package/dist-es/protocols/Aws_restJson1.js +77 -168
- package/dist-types/pagination/ListClusterSnapshotsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListClusterSnapshotsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +3 -3
- package/package.json +7 -6
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListClusterSnapshots = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListClusterSnapshotsCommand_1 = require("../commands/ListClusterSnapshotsCommand");
|
|
5
6
|
const DocDBElasticClient_1 = require("../DocDBElasticClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListClusterSnapshotsCommand_1.ListClusterSnapshotsCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListClusterSnapshots(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.nextToken = token;
|
|
15
|
-
input["maxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof DocDBElasticClient_1.DocDBElasticClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected DocDBElastic | DocDBElasticClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.nextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListClusterSnapshots = paginateListClusterSnapshots;
|
|
7
|
+
exports.paginateListClusterSnapshots = (0, core_1.createPaginator)(DocDBElasticClient_1.DocDBElasticClient, ListClusterSnapshotsCommand_1.ListClusterSnapshotsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListClusters = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListClustersCommand_1 = require("../commands/ListClustersCommand");
|
|
5
6
|
const DocDBElasticClient_1 = require("../DocDBElasticClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListClustersCommand_1.ListClustersCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListClusters(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.nextToken = token;
|
|
15
|
-
input["maxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof DocDBElasticClient_1.DocDBElasticClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected DocDBElastic | DocDBElasticClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.nextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListClusters = paginateListClusters;
|
|
7
|
+
exports.paginateListClusters = (0, core_1.createPaginator)(DocDBElasticClient_1.DocDBElasticClient, ListClustersCommand_1.ListClustersCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.de_UpdateClusterCommand = exports.de_UntagResourceCommand = exports.de_TagResourceCommand = exports.de_RestoreClusterFromSnapshotCommand = exports.de_ListTagsForResourceCommand = exports.de_ListClusterSnapshotsCommand = exports.de_ListClustersCommand = exports.de_GetClusterSnapshotCommand = exports.de_GetClusterCommand = exports.de_DeleteClusterSnapshotCommand = exports.de_DeleteClusterCommand = exports.de_CreateClusterSnapshotCommand = exports.de_CreateClusterCommand = exports.se_UpdateClusterCommand = exports.se_UntagResourceCommand = exports.se_TagResourceCommand = exports.se_RestoreClusterFromSnapshotCommand = exports.se_ListTagsForResourceCommand = exports.se_ListClusterSnapshotsCommand = exports.se_ListClustersCommand = exports.se_GetClusterSnapshotCommand = exports.se_GetClusterCommand = exports.se_DeleteClusterSnapshotCommand = exports.se_DeleteClusterCommand = exports.se_CreateClusterSnapshotCommand = exports.se_CreateClusterCommand = void 0;
|
|
4
|
-
const
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
5
5
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
6
|
const uuid_1 = require("uuid");
|
|
7
7
|
const DocDBElasticServiceException_1 = require("../models/DocDBElasticServiceException");
|
|
8
8
|
const models_0_1 = require("../models/models_0");
|
|
9
9
|
const se_CreateClusterCommand = async (input, context) => {
|
|
10
|
-
const
|
|
10
|
+
const b = (0, core_1.requestBuilder)(input, context);
|
|
11
11
|
const headers = {
|
|
12
12
|
"content-type": "application/json",
|
|
13
13
|
};
|
|
14
|
-
|
|
14
|
+
b.bp("/cluster");
|
|
15
15
|
let body;
|
|
16
16
|
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
17
17
|
adminUserName: [],
|
|
@@ -27,175 +27,110 @@ const se_CreateClusterCommand = async (input, context) => {
|
|
|
27
27
|
tags: (_) => (0, smithy_client_1._json)(_),
|
|
28
28
|
vpcSecurityGroupIds: (_) => (0, smithy_client_1._json)(_),
|
|
29
29
|
}));
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
hostname,
|
|
33
|
-
port,
|
|
34
|
-
method: "POST",
|
|
35
|
-
headers,
|
|
36
|
-
path: resolvedPath,
|
|
37
|
-
body,
|
|
38
|
-
});
|
|
30
|
+
b.m("POST").h(headers).b(body);
|
|
31
|
+
return b.build();
|
|
39
32
|
};
|
|
40
33
|
exports.se_CreateClusterCommand = se_CreateClusterCommand;
|
|
41
34
|
const se_CreateClusterSnapshotCommand = async (input, context) => {
|
|
42
|
-
const
|
|
35
|
+
const b = (0, core_1.requestBuilder)(input, context);
|
|
43
36
|
const headers = {
|
|
44
37
|
"content-type": "application/json",
|
|
45
38
|
};
|
|
46
|
-
|
|
39
|
+
b.bp("/cluster-snapshot");
|
|
47
40
|
let body;
|
|
48
41
|
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
49
42
|
clusterArn: [],
|
|
50
43
|
snapshotName: [],
|
|
51
44
|
tags: (_) => (0, smithy_client_1._json)(_),
|
|
52
45
|
}));
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
hostname,
|
|
56
|
-
port,
|
|
57
|
-
method: "POST",
|
|
58
|
-
headers,
|
|
59
|
-
path: resolvedPath,
|
|
60
|
-
body,
|
|
61
|
-
});
|
|
46
|
+
b.m("POST").h(headers).b(body);
|
|
47
|
+
return b.build();
|
|
62
48
|
};
|
|
63
49
|
exports.se_CreateClusterSnapshotCommand = se_CreateClusterSnapshotCommand;
|
|
64
50
|
const se_DeleteClusterCommand = async (input, context) => {
|
|
65
|
-
const
|
|
51
|
+
const b = (0, core_1.requestBuilder)(input, context);
|
|
66
52
|
const headers = {};
|
|
67
|
-
|
|
68
|
-
|
|
53
|
+
b.bp("/cluster/{clusterArn}");
|
|
54
|
+
b.p("clusterArn", () => input.clusterArn, "{clusterArn}", false);
|
|
69
55
|
let body;
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
hostname,
|
|
73
|
-
port,
|
|
74
|
-
method: "DELETE",
|
|
75
|
-
headers,
|
|
76
|
-
path: resolvedPath,
|
|
77
|
-
body,
|
|
78
|
-
});
|
|
56
|
+
b.m("DELETE").h(headers).b(body);
|
|
57
|
+
return b.build();
|
|
79
58
|
};
|
|
80
59
|
exports.se_DeleteClusterCommand = se_DeleteClusterCommand;
|
|
81
60
|
const se_DeleteClusterSnapshotCommand = async (input, context) => {
|
|
82
|
-
const
|
|
61
|
+
const b = (0, core_1.requestBuilder)(input, context);
|
|
83
62
|
const headers = {};
|
|
84
|
-
|
|
85
|
-
|
|
63
|
+
b.bp("/cluster-snapshot/{snapshotArn}");
|
|
64
|
+
b.p("snapshotArn", () => input.snapshotArn, "{snapshotArn}", false);
|
|
86
65
|
let body;
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
hostname,
|
|
90
|
-
port,
|
|
91
|
-
method: "DELETE",
|
|
92
|
-
headers,
|
|
93
|
-
path: resolvedPath,
|
|
94
|
-
body,
|
|
95
|
-
});
|
|
66
|
+
b.m("DELETE").h(headers).b(body);
|
|
67
|
+
return b.build();
|
|
96
68
|
};
|
|
97
69
|
exports.se_DeleteClusterSnapshotCommand = se_DeleteClusterSnapshotCommand;
|
|
98
70
|
const se_GetClusterCommand = async (input, context) => {
|
|
99
|
-
const
|
|
71
|
+
const b = (0, core_1.requestBuilder)(input, context);
|
|
100
72
|
const headers = {};
|
|
101
|
-
|
|
102
|
-
|
|
73
|
+
b.bp("/cluster/{clusterArn}");
|
|
74
|
+
b.p("clusterArn", () => input.clusterArn, "{clusterArn}", false);
|
|
103
75
|
let body;
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
hostname,
|
|
107
|
-
port,
|
|
108
|
-
method: "GET",
|
|
109
|
-
headers,
|
|
110
|
-
path: resolvedPath,
|
|
111
|
-
body,
|
|
112
|
-
});
|
|
76
|
+
b.m("GET").h(headers).b(body);
|
|
77
|
+
return b.build();
|
|
113
78
|
};
|
|
114
79
|
exports.se_GetClusterCommand = se_GetClusterCommand;
|
|
115
80
|
const se_GetClusterSnapshotCommand = async (input, context) => {
|
|
116
|
-
const
|
|
81
|
+
const b = (0, core_1.requestBuilder)(input, context);
|
|
117
82
|
const headers = {};
|
|
118
|
-
|
|
119
|
-
|
|
83
|
+
b.bp("/cluster-snapshot/{snapshotArn}");
|
|
84
|
+
b.p("snapshotArn", () => input.snapshotArn, "{snapshotArn}", false);
|
|
120
85
|
let body;
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
hostname,
|
|
124
|
-
port,
|
|
125
|
-
method: "GET",
|
|
126
|
-
headers,
|
|
127
|
-
path: resolvedPath,
|
|
128
|
-
body,
|
|
129
|
-
});
|
|
86
|
+
b.m("GET").h(headers).b(body);
|
|
87
|
+
return b.build();
|
|
130
88
|
};
|
|
131
89
|
exports.se_GetClusterSnapshotCommand = se_GetClusterSnapshotCommand;
|
|
132
90
|
const se_ListClustersCommand = async (input, context) => {
|
|
133
|
-
const
|
|
91
|
+
const b = (0, core_1.requestBuilder)(input, context);
|
|
134
92
|
const headers = {};
|
|
135
|
-
|
|
93
|
+
b.bp("/clusters");
|
|
136
94
|
const query = (0, smithy_client_1.map)({
|
|
137
|
-
|
|
138
|
-
|
|
95
|
+
[_nT]: [, input[_nT]],
|
|
96
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
139
97
|
});
|
|
140
98
|
let body;
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
hostname,
|
|
144
|
-
port,
|
|
145
|
-
method: "GET",
|
|
146
|
-
headers,
|
|
147
|
-
path: resolvedPath,
|
|
148
|
-
query,
|
|
149
|
-
body,
|
|
150
|
-
});
|
|
99
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
100
|
+
return b.build();
|
|
151
101
|
};
|
|
152
102
|
exports.se_ListClustersCommand = se_ListClustersCommand;
|
|
153
103
|
const se_ListClusterSnapshotsCommand = async (input, context) => {
|
|
154
|
-
const
|
|
104
|
+
const b = (0, core_1.requestBuilder)(input, context);
|
|
155
105
|
const headers = {};
|
|
156
|
-
|
|
106
|
+
b.bp("/cluster-snapshots");
|
|
157
107
|
const query = (0, smithy_client_1.map)({
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
108
|
+
[_cA]: [, input[_cA]],
|
|
109
|
+
[_nT]: [, input[_nT]],
|
|
110
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
161
111
|
});
|
|
162
112
|
let body;
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
hostname,
|
|
166
|
-
port,
|
|
167
|
-
method: "GET",
|
|
168
|
-
headers,
|
|
169
|
-
path: resolvedPath,
|
|
170
|
-
query,
|
|
171
|
-
body,
|
|
172
|
-
});
|
|
113
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
114
|
+
return b.build();
|
|
173
115
|
};
|
|
174
116
|
exports.se_ListClusterSnapshotsCommand = se_ListClusterSnapshotsCommand;
|
|
175
117
|
const se_ListTagsForResourceCommand = async (input, context) => {
|
|
176
|
-
const
|
|
118
|
+
const b = (0, core_1.requestBuilder)(input, context);
|
|
177
119
|
const headers = {};
|
|
178
|
-
|
|
179
|
-
|
|
120
|
+
b.bp("/tags/{resourceArn}");
|
|
121
|
+
b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
|
|
180
122
|
let body;
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
hostname,
|
|
184
|
-
port,
|
|
185
|
-
method: "GET",
|
|
186
|
-
headers,
|
|
187
|
-
path: resolvedPath,
|
|
188
|
-
body,
|
|
189
|
-
});
|
|
123
|
+
b.m("GET").h(headers).b(body);
|
|
124
|
+
return b.build();
|
|
190
125
|
};
|
|
191
126
|
exports.se_ListTagsForResourceCommand = se_ListTagsForResourceCommand;
|
|
192
127
|
const se_RestoreClusterFromSnapshotCommand = async (input, context) => {
|
|
193
|
-
const
|
|
128
|
+
const b = (0, core_1.requestBuilder)(input, context);
|
|
194
129
|
const headers = {
|
|
195
130
|
"content-type": "application/json",
|
|
196
131
|
};
|
|
197
|
-
|
|
198
|
-
|
|
132
|
+
b.bp("/cluster-snapshot/{snapshotArn}/restore");
|
|
133
|
+
b.p("snapshotArn", () => input.snapshotArn, "{snapshotArn}", false);
|
|
199
134
|
let body;
|
|
200
135
|
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
201
136
|
clusterName: [],
|
|
@@ -204,70 +139,48 @@ const se_RestoreClusterFromSnapshotCommand = async (input, context) => {
|
|
|
204
139
|
tags: (_) => (0, smithy_client_1._json)(_),
|
|
205
140
|
vpcSecurityGroupIds: (_) => (0, smithy_client_1._json)(_),
|
|
206
141
|
}));
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
hostname,
|
|
210
|
-
port,
|
|
211
|
-
method: "POST",
|
|
212
|
-
headers,
|
|
213
|
-
path: resolvedPath,
|
|
214
|
-
body,
|
|
215
|
-
});
|
|
142
|
+
b.m("POST").h(headers).b(body);
|
|
143
|
+
return b.build();
|
|
216
144
|
};
|
|
217
145
|
exports.se_RestoreClusterFromSnapshotCommand = se_RestoreClusterFromSnapshotCommand;
|
|
218
146
|
const se_TagResourceCommand = async (input, context) => {
|
|
219
|
-
const
|
|
147
|
+
const b = (0, core_1.requestBuilder)(input, context);
|
|
220
148
|
const headers = {
|
|
221
149
|
"content-type": "application/json",
|
|
222
150
|
};
|
|
223
|
-
|
|
224
|
-
|
|
151
|
+
b.bp("/tags/{resourceArn}");
|
|
152
|
+
b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
|
|
225
153
|
let body;
|
|
226
154
|
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
227
155
|
tags: (_) => (0, smithy_client_1._json)(_),
|
|
228
156
|
}));
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
hostname,
|
|
232
|
-
port,
|
|
233
|
-
method: "POST",
|
|
234
|
-
headers,
|
|
235
|
-
path: resolvedPath,
|
|
236
|
-
body,
|
|
237
|
-
});
|
|
157
|
+
b.m("POST").h(headers).b(body);
|
|
158
|
+
return b.build();
|
|
238
159
|
};
|
|
239
160
|
exports.se_TagResourceCommand = se_TagResourceCommand;
|
|
240
161
|
const se_UntagResourceCommand = async (input, context) => {
|
|
241
|
-
const
|
|
162
|
+
const b = (0, core_1.requestBuilder)(input, context);
|
|
242
163
|
const headers = {};
|
|
243
|
-
|
|
244
|
-
|
|
164
|
+
b.bp("/tags/{resourceArn}");
|
|
165
|
+
b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
|
|
245
166
|
const query = (0, smithy_client_1.map)({
|
|
246
|
-
|
|
167
|
+
[_tK]: [
|
|
247
168
|
(0, smithy_client_1.expectNonNull)(input.tagKeys, `tagKeys`) != null,
|
|
248
|
-
() => (input
|
|
169
|
+
() => (input[_tK] || []).map((_entry) => _entry),
|
|
249
170
|
],
|
|
250
171
|
});
|
|
251
172
|
let body;
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
hostname,
|
|
255
|
-
port,
|
|
256
|
-
method: "DELETE",
|
|
257
|
-
headers,
|
|
258
|
-
path: resolvedPath,
|
|
259
|
-
query,
|
|
260
|
-
body,
|
|
261
|
-
});
|
|
173
|
+
b.m("DELETE").h(headers).q(query).b(body);
|
|
174
|
+
return b.build();
|
|
262
175
|
};
|
|
263
176
|
exports.se_UntagResourceCommand = se_UntagResourceCommand;
|
|
264
177
|
const se_UpdateClusterCommand = async (input, context) => {
|
|
265
|
-
const
|
|
178
|
+
const b = (0, core_1.requestBuilder)(input, context);
|
|
266
179
|
const headers = {
|
|
267
180
|
"content-type": "application/json",
|
|
268
181
|
};
|
|
269
|
-
|
|
270
|
-
|
|
182
|
+
b.bp("/cluster/{clusterArn}");
|
|
183
|
+
b.p("clusterArn", () => input.clusterArn, "{clusterArn}", false);
|
|
271
184
|
let body;
|
|
272
185
|
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
273
186
|
adminUserPassword: [],
|
|
@@ -279,15 +192,8 @@ const se_UpdateClusterCommand = async (input, context) => {
|
|
|
279
192
|
subnetIds: (_) => (0, smithy_client_1._json)(_),
|
|
280
193
|
vpcSecurityGroupIds: (_) => (0, smithy_client_1._json)(_),
|
|
281
194
|
}));
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
hostname,
|
|
285
|
-
port,
|
|
286
|
-
method: "PUT",
|
|
287
|
-
headers,
|
|
288
|
-
path: resolvedPath,
|
|
289
|
-
body,
|
|
290
|
-
});
|
|
195
|
+
b.m("PUT").h(headers).b(body);
|
|
196
|
+
return b.build();
|
|
291
197
|
};
|
|
292
198
|
exports.se_UpdateClusterCommand = se_UpdateClusterCommand;
|
|
293
199
|
const de_CreateClusterCommand = async (output, context) => {
|
|
@@ -963,10 +869,7 @@ const de_ServiceQuotaExceededExceptionRes = async (parsedOutput, context) => {
|
|
|
963
869
|
};
|
|
964
870
|
const de_ThrottlingExceptionRes = async (parsedOutput, context) => {
|
|
965
871
|
const contents = (0, smithy_client_1.map)({
|
|
966
|
-
|
|
967
|
-
() => void 0 !== parsedOutput.headers["retry-after"],
|
|
968
|
-
() => (0, smithy_client_1.strictParseInt32)(parsedOutput.headers["retry-after"]),
|
|
969
|
-
],
|
|
872
|
+
[_rAS]: [() => void 0 !== parsedOutput.headers[_ra], () => (0, smithy_client_1.strictParseInt32)(parsedOutput.headers[_ra])],
|
|
970
873
|
});
|
|
971
874
|
const data = parsedOutput.body;
|
|
972
875
|
const doc = (0, smithy_client_1.take)(data, {
|
|
@@ -1006,6 +909,12 @@ const isSerializableHeaderValue = (value) => value !== undefined &&
|
|
|
1006
909
|
value !== "" &&
|
|
1007
910
|
(!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) &&
|
|
1008
911
|
(!Object.getOwnPropertyNames(value).includes("size") || value.size != 0);
|
|
912
|
+
const _cA = "clusterArn";
|
|
913
|
+
const _mR = "maxResults";
|
|
914
|
+
const _nT = "nextToken";
|
|
915
|
+
const _rAS = "retryAfterSeconds";
|
|
916
|
+
const _ra = "retry-after";
|
|
917
|
+
const _tK = "tagKeys";
|
|
1009
918
|
const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
1010
919
|
if (encoded.length) {
|
|
1011
920
|
return JSON.parse(encoded);
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListClusterSnapshotsCommand, } from "../commands/ListClusterSnapshotsCommand";
|
|
2
3
|
import { DocDBElasticClient } from "../DocDBElasticClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListClusterSnapshotsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListClusterSnapshots(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.nextToken = token;
|
|
12
|
-
input["maxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof DocDBElasticClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected DocDBElastic | DocDBElasticClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.nextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListClusterSnapshots = createPaginator(DocDBElasticClient, ListClusterSnapshotsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListClustersCommand, } from "../commands/ListClustersCommand";
|
|
2
3
|
import { DocDBElasticClient } from "../DocDBElasticClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListClustersCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListClusters(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.nextToken = token;
|
|
12
|
-
input["maxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof DocDBElasticClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected DocDBElastic | DocDBElasticClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.nextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListClusters = createPaginator(DocDBElasticClient, ListClustersCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, map,
|
|
1
|
+
import { requestBuilder as rb } from "@smithy/core";
|
|
2
|
+
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, map, strictParseInt32 as __strictParseInt32, take, withBaseException, } from "@smithy/smithy-client";
|
|
3
3
|
import { v4 as generateIdempotencyToken } from "uuid";
|
|
4
4
|
import { DocDBElasticServiceException as __BaseException } from "../models/DocDBElasticServiceException";
|
|
5
5
|
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/models_0";
|
|
6
6
|
export const se_CreateClusterCommand = async (input, context) => {
|
|
7
|
-
const
|
|
7
|
+
const b = rb(input, context);
|
|
8
8
|
const headers = {
|
|
9
9
|
"content-type": "application/json",
|
|
10
10
|
};
|
|
11
|
-
|
|
11
|
+
b.bp("/cluster");
|
|
12
12
|
let body;
|
|
13
13
|
body = JSON.stringify(take(input, {
|
|
14
14
|
adminUserName: [],
|
|
@@ -24,166 +24,101 @@ export const se_CreateClusterCommand = async (input, context) => {
|
|
|
24
24
|
tags: (_) => _json(_),
|
|
25
25
|
vpcSecurityGroupIds: (_) => _json(_),
|
|
26
26
|
}));
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
hostname,
|
|
30
|
-
port,
|
|
31
|
-
method: "POST",
|
|
32
|
-
headers,
|
|
33
|
-
path: resolvedPath,
|
|
34
|
-
body,
|
|
35
|
-
});
|
|
27
|
+
b.m("POST").h(headers).b(body);
|
|
28
|
+
return b.build();
|
|
36
29
|
};
|
|
37
30
|
export const se_CreateClusterSnapshotCommand = async (input, context) => {
|
|
38
|
-
const
|
|
31
|
+
const b = rb(input, context);
|
|
39
32
|
const headers = {
|
|
40
33
|
"content-type": "application/json",
|
|
41
34
|
};
|
|
42
|
-
|
|
35
|
+
b.bp("/cluster-snapshot");
|
|
43
36
|
let body;
|
|
44
37
|
body = JSON.stringify(take(input, {
|
|
45
38
|
clusterArn: [],
|
|
46
39
|
snapshotName: [],
|
|
47
40
|
tags: (_) => _json(_),
|
|
48
41
|
}));
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
hostname,
|
|
52
|
-
port,
|
|
53
|
-
method: "POST",
|
|
54
|
-
headers,
|
|
55
|
-
path: resolvedPath,
|
|
56
|
-
body,
|
|
57
|
-
});
|
|
42
|
+
b.m("POST").h(headers).b(body);
|
|
43
|
+
return b.build();
|
|
58
44
|
};
|
|
59
45
|
export const se_DeleteClusterCommand = async (input, context) => {
|
|
60
|
-
const
|
|
46
|
+
const b = rb(input, context);
|
|
61
47
|
const headers = {};
|
|
62
|
-
|
|
63
|
-
|
|
48
|
+
b.bp("/cluster/{clusterArn}");
|
|
49
|
+
b.p("clusterArn", () => input.clusterArn, "{clusterArn}", false);
|
|
64
50
|
let body;
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
hostname,
|
|
68
|
-
port,
|
|
69
|
-
method: "DELETE",
|
|
70
|
-
headers,
|
|
71
|
-
path: resolvedPath,
|
|
72
|
-
body,
|
|
73
|
-
});
|
|
51
|
+
b.m("DELETE").h(headers).b(body);
|
|
52
|
+
return b.build();
|
|
74
53
|
};
|
|
75
54
|
export const se_DeleteClusterSnapshotCommand = async (input, context) => {
|
|
76
|
-
const
|
|
55
|
+
const b = rb(input, context);
|
|
77
56
|
const headers = {};
|
|
78
|
-
|
|
79
|
-
|
|
57
|
+
b.bp("/cluster-snapshot/{snapshotArn}");
|
|
58
|
+
b.p("snapshotArn", () => input.snapshotArn, "{snapshotArn}", false);
|
|
80
59
|
let body;
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
hostname,
|
|
84
|
-
port,
|
|
85
|
-
method: "DELETE",
|
|
86
|
-
headers,
|
|
87
|
-
path: resolvedPath,
|
|
88
|
-
body,
|
|
89
|
-
});
|
|
60
|
+
b.m("DELETE").h(headers).b(body);
|
|
61
|
+
return b.build();
|
|
90
62
|
};
|
|
91
63
|
export const se_GetClusterCommand = async (input, context) => {
|
|
92
|
-
const
|
|
64
|
+
const b = rb(input, context);
|
|
93
65
|
const headers = {};
|
|
94
|
-
|
|
95
|
-
|
|
66
|
+
b.bp("/cluster/{clusterArn}");
|
|
67
|
+
b.p("clusterArn", () => input.clusterArn, "{clusterArn}", false);
|
|
96
68
|
let body;
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
hostname,
|
|
100
|
-
port,
|
|
101
|
-
method: "GET",
|
|
102
|
-
headers,
|
|
103
|
-
path: resolvedPath,
|
|
104
|
-
body,
|
|
105
|
-
});
|
|
69
|
+
b.m("GET").h(headers).b(body);
|
|
70
|
+
return b.build();
|
|
106
71
|
};
|
|
107
72
|
export const se_GetClusterSnapshotCommand = async (input, context) => {
|
|
108
|
-
const
|
|
73
|
+
const b = rb(input, context);
|
|
109
74
|
const headers = {};
|
|
110
|
-
|
|
111
|
-
|
|
75
|
+
b.bp("/cluster-snapshot/{snapshotArn}");
|
|
76
|
+
b.p("snapshotArn", () => input.snapshotArn, "{snapshotArn}", false);
|
|
112
77
|
let body;
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
hostname,
|
|
116
|
-
port,
|
|
117
|
-
method: "GET",
|
|
118
|
-
headers,
|
|
119
|
-
path: resolvedPath,
|
|
120
|
-
body,
|
|
121
|
-
});
|
|
78
|
+
b.m("GET").h(headers).b(body);
|
|
79
|
+
return b.build();
|
|
122
80
|
};
|
|
123
81
|
export const se_ListClustersCommand = async (input, context) => {
|
|
124
|
-
const
|
|
82
|
+
const b = rb(input, context);
|
|
125
83
|
const headers = {};
|
|
126
|
-
|
|
84
|
+
b.bp("/clusters");
|
|
127
85
|
const query = map({
|
|
128
|
-
|
|
129
|
-
|
|
86
|
+
[_nT]: [, input[_nT]],
|
|
87
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
130
88
|
});
|
|
131
89
|
let body;
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
hostname,
|
|
135
|
-
port,
|
|
136
|
-
method: "GET",
|
|
137
|
-
headers,
|
|
138
|
-
path: resolvedPath,
|
|
139
|
-
query,
|
|
140
|
-
body,
|
|
141
|
-
});
|
|
90
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
91
|
+
return b.build();
|
|
142
92
|
};
|
|
143
93
|
export const se_ListClusterSnapshotsCommand = async (input, context) => {
|
|
144
|
-
const
|
|
94
|
+
const b = rb(input, context);
|
|
145
95
|
const headers = {};
|
|
146
|
-
|
|
96
|
+
b.bp("/cluster-snapshots");
|
|
147
97
|
const query = map({
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
98
|
+
[_cA]: [, input[_cA]],
|
|
99
|
+
[_nT]: [, input[_nT]],
|
|
100
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
151
101
|
});
|
|
152
102
|
let body;
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
hostname,
|
|
156
|
-
port,
|
|
157
|
-
method: "GET",
|
|
158
|
-
headers,
|
|
159
|
-
path: resolvedPath,
|
|
160
|
-
query,
|
|
161
|
-
body,
|
|
162
|
-
});
|
|
103
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
104
|
+
return b.build();
|
|
163
105
|
};
|
|
164
106
|
export const se_ListTagsForResourceCommand = async (input, context) => {
|
|
165
|
-
const
|
|
107
|
+
const b = rb(input, context);
|
|
166
108
|
const headers = {};
|
|
167
|
-
|
|
168
|
-
|
|
109
|
+
b.bp("/tags/{resourceArn}");
|
|
110
|
+
b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
|
|
169
111
|
let body;
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
hostname,
|
|
173
|
-
port,
|
|
174
|
-
method: "GET",
|
|
175
|
-
headers,
|
|
176
|
-
path: resolvedPath,
|
|
177
|
-
body,
|
|
178
|
-
});
|
|
112
|
+
b.m("GET").h(headers).b(body);
|
|
113
|
+
return b.build();
|
|
179
114
|
};
|
|
180
115
|
export const se_RestoreClusterFromSnapshotCommand = async (input, context) => {
|
|
181
|
-
const
|
|
116
|
+
const b = rb(input, context);
|
|
182
117
|
const headers = {
|
|
183
118
|
"content-type": "application/json",
|
|
184
119
|
};
|
|
185
|
-
|
|
186
|
-
|
|
120
|
+
b.bp("/cluster-snapshot/{snapshotArn}/restore");
|
|
121
|
+
b.p("snapshotArn", () => input.snapshotArn, "{snapshotArn}", false);
|
|
187
122
|
let body;
|
|
188
123
|
body = JSON.stringify(take(input, {
|
|
189
124
|
clusterName: [],
|
|
@@ -192,67 +127,45 @@ export const se_RestoreClusterFromSnapshotCommand = async (input, context) => {
|
|
|
192
127
|
tags: (_) => _json(_),
|
|
193
128
|
vpcSecurityGroupIds: (_) => _json(_),
|
|
194
129
|
}));
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
hostname,
|
|
198
|
-
port,
|
|
199
|
-
method: "POST",
|
|
200
|
-
headers,
|
|
201
|
-
path: resolvedPath,
|
|
202
|
-
body,
|
|
203
|
-
});
|
|
130
|
+
b.m("POST").h(headers).b(body);
|
|
131
|
+
return b.build();
|
|
204
132
|
};
|
|
205
133
|
export const se_TagResourceCommand = async (input, context) => {
|
|
206
|
-
const
|
|
134
|
+
const b = rb(input, context);
|
|
207
135
|
const headers = {
|
|
208
136
|
"content-type": "application/json",
|
|
209
137
|
};
|
|
210
|
-
|
|
211
|
-
|
|
138
|
+
b.bp("/tags/{resourceArn}");
|
|
139
|
+
b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
|
|
212
140
|
let body;
|
|
213
141
|
body = JSON.stringify(take(input, {
|
|
214
142
|
tags: (_) => _json(_),
|
|
215
143
|
}));
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
hostname,
|
|
219
|
-
port,
|
|
220
|
-
method: "POST",
|
|
221
|
-
headers,
|
|
222
|
-
path: resolvedPath,
|
|
223
|
-
body,
|
|
224
|
-
});
|
|
144
|
+
b.m("POST").h(headers).b(body);
|
|
145
|
+
return b.build();
|
|
225
146
|
};
|
|
226
147
|
export const se_UntagResourceCommand = async (input, context) => {
|
|
227
|
-
const
|
|
148
|
+
const b = rb(input, context);
|
|
228
149
|
const headers = {};
|
|
229
|
-
|
|
230
|
-
|
|
150
|
+
b.bp("/tags/{resourceArn}");
|
|
151
|
+
b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
|
|
231
152
|
const query = map({
|
|
232
|
-
|
|
153
|
+
[_tK]: [
|
|
233
154
|
__expectNonNull(input.tagKeys, `tagKeys`) != null,
|
|
234
|
-
() => (input
|
|
155
|
+
() => (input[_tK] || []).map((_entry) => _entry),
|
|
235
156
|
],
|
|
236
157
|
});
|
|
237
158
|
let body;
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
hostname,
|
|
241
|
-
port,
|
|
242
|
-
method: "DELETE",
|
|
243
|
-
headers,
|
|
244
|
-
path: resolvedPath,
|
|
245
|
-
query,
|
|
246
|
-
body,
|
|
247
|
-
});
|
|
159
|
+
b.m("DELETE").h(headers).q(query).b(body);
|
|
160
|
+
return b.build();
|
|
248
161
|
};
|
|
249
162
|
export const se_UpdateClusterCommand = async (input, context) => {
|
|
250
|
-
const
|
|
163
|
+
const b = rb(input, context);
|
|
251
164
|
const headers = {
|
|
252
165
|
"content-type": "application/json",
|
|
253
166
|
};
|
|
254
|
-
|
|
255
|
-
|
|
167
|
+
b.bp("/cluster/{clusterArn}");
|
|
168
|
+
b.p("clusterArn", () => input.clusterArn, "{clusterArn}", false);
|
|
256
169
|
let body;
|
|
257
170
|
body = JSON.stringify(take(input, {
|
|
258
171
|
adminUserPassword: [],
|
|
@@ -264,15 +177,8 @@ export const se_UpdateClusterCommand = async (input, context) => {
|
|
|
264
177
|
subnetIds: (_) => _json(_),
|
|
265
178
|
vpcSecurityGroupIds: (_) => _json(_),
|
|
266
179
|
}));
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
hostname,
|
|
270
|
-
port,
|
|
271
|
-
method: "PUT",
|
|
272
|
-
headers,
|
|
273
|
-
path: resolvedPath,
|
|
274
|
-
body,
|
|
275
|
-
});
|
|
180
|
+
b.m("PUT").h(headers).b(body);
|
|
181
|
+
return b.build();
|
|
276
182
|
};
|
|
277
183
|
export const de_CreateClusterCommand = async (output, context) => {
|
|
278
184
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
@@ -934,10 +840,7 @@ const de_ServiceQuotaExceededExceptionRes = async (parsedOutput, context) => {
|
|
|
934
840
|
};
|
|
935
841
|
const de_ThrottlingExceptionRes = async (parsedOutput, context) => {
|
|
936
842
|
const contents = map({
|
|
937
|
-
|
|
938
|
-
() => void 0 !== parsedOutput.headers["retry-after"],
|
|
939
|
-
() => __strictParseInt32(parsedOutput.headers["retry-after"]),
|
|
940
|
-
],
|
|
843
|
+
[_rAS]: [() => void 0 !== parsedOutput.headers[_ra], () => __strictParseInt32(parsedOutput.headers[_ra])],
|
|
941
844
|
});
|
|
942
845
|
const data = parsedOutput.body;
|
|
943
846
|
const doc = take(data, {
|
|
@@ -977,6 +880,12 @@ const isSerializableHeaderValue = (value) => value !== undefined &&
|
|
|
977
880
|
value !== "" &&
|
|
978
881
|
(!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) &&
|
|
979
882
|
(!Object.getOwnPropertyNames(value).includes("size") || value.size != 0);
|
|
883
|
+
const _cA = "clusterArn";
|
|
884
|
+
const _mR = "maxResults";
|
|
885
|
+
const _nT = "nextToken";
|
|
886
|
+
const _rAS = "retryAfterSeconds";
|
|
887
|
+
const _ra = "retry-after";
|
|
888
|
+
const _tK = "tagKeys";
|
|
980
889
|
const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
981
890
|
if (encoded.length) {
|
|
982
891
|
return JSON.parse(encoded);
|
|
@@ -4,4 +4,4 @@ import { DocDBElasticPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListClusterSnapshots: (config: DocDBElasticPaginationConfiguration, input: ListClusterSnapshotsCommandInput, ...rest: any[]) => Paginator<ListClusterSnapshotsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { DocDBElasticPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListClusters: (config: DocDBElasticPaginationConfiguration, input: ListClustersCommandInput, ...rest: any[]) => Paginator<ListClustersCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListClusterSnapshotsCommandOutput,
|
|
5
5
|
} from "../commands/ListClusterSnapshotsCommand";
|
|
6
6
|
import { DocDBElasticPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListClusterSnapshots: (
|
|
8
8
|
config: DocDBElasticPaginationConfiguration,
|
|
9
9
|
input: ListClusterSnapshotsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListClusterSnapshotsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListClustersCommandOutput,
|
|
5
5
|
} from "../commands/ListClustersCommand";
|
|
6
6
|
import { DocDBElasticPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListClusters: (
|
|
8
8
|
config: DocDBElasticPaginationConfiguration,
|
|
9
9
|
input: ListClustersCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListClustersCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-docdb-elastic",
|
|
3
3
|
"description": "AWS SDK for JavaScript Docdb Elastic Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.478.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",
|
|
@@ -20,20 +20,21 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/client-sts": "3.478.0",
|
|
24
|
+
"@aws-sdk/core": "3.477.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.478.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.468.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.468.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.468.0",
|
|
29
29
|
"@aws-sdk/middleware-signing": "3.468.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.478.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.470.0",
|
|
32
32
|
"@aws-sdk/types": "3.468.0",
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.478.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.468.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.470.0",
|
|
36
36
|
"@smithy/config-resolver": "^2.0.21",
|
|
37
|
+
"@smithy/core": "^1.2.0",
|
|
37
38
|
"@smithy/fetch-http-handler": "^2.3.1",
|
|
38
39
|
"@smithy/hash-node": "^2.0.17",
|
|
39
40
|
"@smithy/invalid-dependency": "^2.0.15",
|