@aws-sdk/client-redshift-serverless 3.107.0 → 3.120.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 +2 -2
- package/dist-cjs/protocols/Aws_json1_1.js +37 -37
- package/dist-es/protocols/Aws_json1_1.js +37 -37
- package/dist-types/models/models_0.d.ts +1 -1
- package/package.json +29 -29
package/CHANGELOG.md
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
# [3.
|
|
6
|
+
# [3.120.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.119.0...v3.120.0) (2022-06-29)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Features
|
|
10
10
|
|
|
11
|
-
* **client-redshift-serverless:** Add new API operations for Amazon Redshift Serverless, a new way of using Amazon Redshift without needing to manually manage provisioned clusters. The new operations let you interact with Redshift Serverless resources, such as create snapshots, list VPC endpoints, delete resource policies, and more. ([
|
|
11
|
+
* **client-redshift-serverless:** Add new API operations for Amazon Redshift Serverless, a new way of using Amazon Redshift without needing to manually manage provisioned clusters. The new operations let you interact with Redshift Serverless resources, such as create snapshots, list VPC endpoints, delete resource policies, and more. ([ba28895](https://github.com/aws/aws-sdk-js-v3/commit/ba288953f91bc4f4764c71364ddc85bd5769f700))
|
|
@@ -9,7 +9,7 @@ const RedshiftServerlessServiceException_1 = require("../models/RedshiftServerle
|
|
|
9
9
|
const serializeAws_json1_1ConvertRecoveryPointToSnapshotCommand = async (input, context) => {
|
|
10
10
|
const headers = {
|
|
11
11
|
"content-type": "application/x-amz-json-1.1",
|
|
12
|
-
"x-amz-target": "
|
|
12
|
+
"x-amz-target": "RedshiftServerless.ConvertRecoveryPointToSnapshot",
|
|
13
13
|
};
|
|
14
14
|
let body;
|
|
15
15
|
body = JSON.stringify(serializeAws_json1_1ConvertRecoveryPointToSnapshotRequest(input, context));
|
|
@@ -19,7 +19,7 @@ exports.serializeAws_json1_1ConvertRecoveryPointToSnapshotCommand = serializeAws
|
|
|
19
19
|
const serializeAws_json1_1CreateEndpointAccessCommand = async (input, context) => {
|
|
20
20
|
const headers = {
|
|
21
21
|
"content-type": "application/x-amz-json-1.1",
|
|
22
|
-
"x-amz-target": "
|
|
22
|
+
"x-amz-target": "RedshiftServerless.CreateEndpointAccess",
|
|
23
23
|
};
|
|
24
24
|
let body;
|
|
25
25
|
body = JSON.stringify(serializeAws_json1_1CreateEndpointAccessRequest(input, context));
|
|
@@ -29,7 +29,7 @@ exports.serializeAws_json1_1CreateEndpointAccessCommand = serializeAws_json1_1Cr
|
|
|
29
29
|
const serializeAws_json1_1CreateNamespaceCommand = async (input, context) => {
|
|
30
30
|
const headers = {
|
|
31
31
|
"content-type": "application/x-amz-json-1.1",
|
|
32
|
-
"x-amz-target": "
|
|
32
|
+
"x-amz-target": "RedshiftServerless.CreateNamespace",
|
|
33
33
|
};
|
|
34
34
|
let body;
|
|
35
35
|
body = JSON.stringify(serializeAws_json1_1CreateNamespaceRequest(input, context));
|
|
@@ -39,7 +39,7 @@ exports.serializeAws_json1_1CreateNamespaceCommand = serializeAws_json1_1CreateN
|
|
|
39
39
|
const serializeAws_json1_1CreateSnapshotCommand = async (input, context) => {
|
|
40
40
|
const headers = {
|
|
41
41
|
"content-type": "application/x-amz-json-1.1",
|
|
42
|
-
"x-amz-target": "
|
|
42
|
+
"x-amz-target": "RedshiftServerless.CreateSnapshot",
|
|
43
43
|
};
|
|
44
44
|
let body;
|
|
45
45
|
body = JSON.stringify(serializeAws_json1_1CreateSnapshotRequest(input, context));
|
|
@@ -49,7 +49,7 @@ exports.serializeAws_json1_1CreateSnapshotCommand = serializeAws_json1_1CreateSn
|
|
|
49
49
|
const serializeAws_json1_1CreateUsageLimitCommand = async (input, context) => {
|
|
50
50
|
const headers = {
|
|
51
51
|
"content-type": "application/x-amz-json-1.1",
|
|
52
|
-
"x-amz-target": "
|
|
52
|
+
"x-amz-target": "RedshiftServerless.CreateUsageLimit",
|
|
53
53
|
};
|
|
54
54
|
let body;
|
|
55
55
|
body = JSON.stringify(serializeAws_json1_1CreateUsageLimitRequest(input, context));
|
|
@@ -59,7 +59,7 @@ exports.serializeAws_json1_1CreateUsageLimitCommand = serializeAws_json1_1Create
|
|
|
59
59
|
const serializeAws_json1_1CreateWorkgroupCommand = async (input, context) => {
|
|
60
60
|
const headers = {
|
|
61
61
|
"content-type": "application/x-amz-json-1.1",
|
|
62
|
-
"x-amz-target": "
|
|
62
|
+
"x-amz-target": "RedshiftServerless.CreateWorkgroup",
|
|
63
63
|
};
|
|
64
64
|
let body;
|
|
65
65
|
body = JSON.stringify(serializeAws_json1_1CreateWorkgroupRequest(input, context));
|
|
@@ -69,7 +69,7 @@ exports.serializeAws_json1_1CreateWorkgroupCommand = serializeAws_json1_1CreateW
|
|
|
69
69
|
const serializeAws_json1_1DeleteEndpointAccessCommand = async (input, context) => {
|
|
70
70
|
const headers = {
|
|
71
71
|
"content-type": "application/x-amz-json-1.1",
|
|
72
|
-
"x-amz-target": "
|
|
72
|
+
"x-amz-target": "RedshiftServerless.DeleteEndpointAccess",
|
|
73
73
|
};
|
|
74
74
|
let body;
|
|
75
75
|
body = JSON.stringify(serializeAws_json1_1DeleteEndpointAccessRequest(input, context));
|
|
@@ -79,7 +79,7 @@ exports.serializeAws_json1_1DeleteEndpointAccessCommand = serializeAws_json1_1De
|
|
|
79
79
|
const serializeAws_json1_1DeleteNamespaceCommand = async (input, context) => {
|
|
80
80
|
const headers = {
|
|
81
81
|
"content-type": "application/x-amz-json-1.1",
|
|
82
|
-
"x-amz-target": "
|
|
82
|
+
"x-amz-target": "RedshiftServerless.DeleteNamespace",
|
|
83
83
|
};
|
|
84
84
|
let body;
|
|
85
85
|
body = JSON.stringify(serializeAws_json1_1DeleteNamespaceRequest(input, context));
|
|
@@ -89,7 +89,7 @@ exports.serializeAws_json1_1DeleteNamespaceCommand = serializeAws_json1_1DeleteN
|
|
|
89
89
|
const serializeAws_json1_1DeleteResourcePolicyCommand = async (input, context) => {
|
|
90
90
|
const headers = {
|
|
91
91
|
"content-type": "application/x-amz-json-1.1",
|
|
92
|
-
"x-amz-target": "
|
|
92
|
+
"x-amz-target": "RedshiftServerless.DeleteResourcePolicy",
|
|
93
93
|
};
|
|
94
94
|
let body;
|
|
95
95
|
body = JSON.stringify(serializeAws_json1_1DeleteResourcePolicyRequest(input, context));
|
|
@@ -99,7 +99,7 @@ exports.serializeAws_json1_1DeleteResourcePolicyCommand = serializeAws_json1_1De
|
|
|
99
99
|
const serializeAws_json1_1DeleteSnapshotCommand = async (input, context) => {
|
|
100
100
|
const headers = {
|
|
101
101
|
"content-type": "application/x-amz-json-1.1",
|
|
102
|
-
"x-amz-target": "
|
|
102
|
+
"x-amz-target": "RedshiftServerless.DeleteSnapshot",
|
|
103
103
|
};
|
|
104
104
|
let body;
|
|
105
105
|
body = JSON.stringify(serializeAws_json1_1DeleteSnapshotRequest(input, context));
|
|
@@ -109,7 +109,7 @@ exports.serializeAws_json1_1DeleteSnapshotCommand = serializeAws_json1_1DeleteSn
|
|
|
109
109
|
const serializeAws_json1_1DeleteUsageLimitCommand = async (input, context) => {
|
|
110
110
|
const headers = {
|
|
111
111
|
"content-type": "application/x-amz-json-1.1",
|
|
112
|
-
"x-amz-target": "
|
|
112
|
+
"x-amz-target": "RedshiftServerless.DeleteUsageLimit",
|
|
113
113
|
};
|
|
114
114
|
let body;
|
|
115
115
|
body = JSON.stringify(serializeAws_json1_1DeleteUsageLimitRequest(input, context));
|
|
@@ -119,7 +119,7 @@ exports.serializeAws_json1_1DeleteUsageLimitCommand = serializeAws_json1_1Delete
|
|
|
119
119
|
const serializeAws_json1_1DeleteWorkgroupCommand = async (input, context) => {
|
|
120
120
|
const headers = {
|
|
121
121
|
"content-type": "application/x-amz-json-1.1",
|
|
122
|
-
"x-amz-target": "
|
|
122
|
+
"x-amz-target": "RedshiftServerless.DeleteWorkgroup",
|
|
123
123
|
};
|
|
124
124
|
let body;
|
|
125
125
|
body = JSON.stringify(serializeAws_json1_1DeleteWorkgroupRequest(input, context));
|
|
@@ -129,7 +129,7 @@ exports.serializeAws_json1_1DeleteWorkgroupCommand = serializeAws_json1_1DeleteW
|
|
|
129
129
|
const serializeAws_json1_1GetCredentialsCommand = async (input, context) => {
|
|
130
130
|
const headers = {
|
|
131
131
|
"content-type": "application/x-amz-json-1.1",
|
|
132
|
-
"x-amz-target": "
|
|
132
|
+
"x-amz-target": "RedshiftServerless.GetCredentials",
|
|
133
133
|
};
|
|
134
134
|
let body;
|
|
135
135
|
body = JSON.stringify(serializeAws_json1_1GetCredentialsRequest(input, context));
|
|
@@ -139,7 +139,7 @@ exports.serializeAws_json1_1GetCredentialsCommand = serializeAws_json1_1GetCrede
|
|
|
139
139
|
const serializeAws_json1_1GetEndpointAccessCommand = async (input, context) => {
|
|
140
140
|
const headers = {
|
|
141
141
|
"content-type": "application/x-amz-json-1.1",
|
|
142
|
-
"x-amz-target": "
|
|
142
|
+
"x-amz-target": "RedshiftServerless.GetEndpointAccess",
|
|
143
143
|
};
|
|
144
144
|
let body;
|
|
145
145
|
body = JSON.stringify(serializeAws_json1_1GetEndpointAccessRequest(input, context));
|
|
@@ -149,7 +149,7 @@ exports.serializeAws_json1_1GetEndpointAccessCommand = serializeAws_json1_1GetEn
|
|
|
149
149
|
const serializeAws_json1_1GetNamespaceCommand = async (input, context) => {
|
|
150
150
|
const headers = {
|
|
151
151
|
"content-type": "application/x-amz-json-1.1",
|
|
152
|
-
"x-amz-target": "
|
|
152
|
+
"x-amz-target": "RedshiftServerless.GetNamespace",
|
|
153
153
|
};
|
|
154
154
|
let body;
|
|
155
155
|
body = JSON.stringify(serializeAws_json1_1GetNamespaceRequest(input, context));
|
|
@@ -159,7 +159,7 @@ exports.serializeAws_json1_1GetNamespaceCommand = serializeAws_json1_1GetNamespa
|
|
|
159
159
|
const serializeAws_json1_1GetRecoveryPointCommand = async (input, context) => {
|
|
160
160
|
const headers = {
|
|
161
161
|
"content-type": "application/x-amz-json-1.1",
|
|
162
|
-
"x-amz-target": "
|
|
162
|
+
"x-amz-target": "RedshiftServerless.GetRecoveryPoint",
|
|
163
163
|
};
|
|
164
164
|
let body;
|
|
165
165
|
body = JSON.stringify(serializeAws_json1_1GetRecoveryPointRequest(input, context));
|
|
@@ -169,7 +169,7 @@ exports.serializeAws_json1_1GetRecoveryPointCommand = serializeAws_json1_1GetRec
|
|
|
169
169
|
const serializeAws_json1_1GetResourcePolicyCommand = async (input, context) => {
|
|
170
170
|
const headers = {
|
|
171
171
|
"content-type": "application/x-amz-json-1.1",
|
|
172
|
-
"x-amz-target": "
|
|
172
|
+
"x-amz-target": "RedshiftServerless.GetResourcePolicy",
|
|
173
173
|
};
|
|
174
174
|
let body;
|
|
175
175
|
body = JSON.stringify(serializeAws_json1_1GetResourcePolicyRequest(input, context));
|
|
@@ -179,7 +179,7 @@ exports.serializeAws_json1_1GetResourcePolicyCommand = serializeAws_json1_1GetRe
|
|
|
179
179
|
const serializeAws_json1_1GetSnapshotCommand = async (input, context) => {
|
|
180
180
|
const headers = {
|
|
181
181
|
"content-type": "application/x-amz-json-1.1",
|
|
182
|
-
"x-amz-target": "
|
|
182
|
+
"x-amz-target": "RedshiftServerless.GetSnapshot",
|
|
183
183
|
};
|
|
184
184
|
let body;
|
|
185
185
|
body = JSON.stringify(serializeAws_json1_1GetSnapshotRequest(input, context));
|
|
@@ -189,7 +189,7 @@ exports.serializeAws_json1_1GetSnapshotCommand = serializeAws_json1_1GetSnapshot
|
|
|
189
189
|
const serializeAws_json1_1GetUsageLimitCommand = async (input, context) => {
|
|
190
190
|
const headers = {
|
|
191
191
|
"content-type": "application/x-amz-json-1.1",
|
|
192
|
-
"x-amz-target": "
|
|
192
|
+
"x-amz-target": "RedshiftServerless.GetUsageLimit",
|
|
193
193
|
};
|
|
194
194
|
let body;
|
|
195
195
|
body = JSON.stringify(serializeAws_json1_1GetUsageLimitRequest(input, context));
|
|
@@ -199,7 +199,7 @@ exports.serializeAws_json1_1GetUsageLimitCommand = serializeAws_json1_1GetUsageL
|
|
|
199
199
|
const serializeAws_json1_1GetWorkgroupCommand = async (input, context) => {
|
|
200
200
|
const headers = {
|
|
201
201
|
"content-type": "application/x-amz-json-1.1",
|
|
202
|
-
"x-amz-target": "
|
|
202
|
+
"x-amz-target": "RedshiftServerless.GetWorkgroup",
|
|
203
203
|
};
|
|
204
204
|
let body;
|
|
205
205
|
body = JSON.stringify(serializeAws_json1_1GetWorkgroupRequest(input, context));
|
|
@@ -209,7 +209,7 @@ exports.serializeAws_json1_1GetWorkgroupCommand = serializeAws_json1_1GetWorkgro
|
|
|
209
209
|
const serializeAws_json1_1ListEndpointAccessCommand = async (input, context) => {
|
|
210
210
|
const headers = {
|
|
211
211
|
"content-type": "application/x-amz-json-1.1",
|
|
212
|
-
"x-amz-target": "
|
|
212
|
+
"x-amz-target": "RedshiftServerless.ListEndpointAccess",
|
|
213
213
|
};
|
|
214
214
|
let body;
|
|
215
215
|
body = JSON.stringify(serializeAws_json1_1ListEndpointAccessRequest(input, context));
|
|
@@ -219,7 +219,7 @@ exports.serializeAws_json1_1ListEndpointAccessCommand = serializeAws_json1_1List
|
|
|
219
219
|
const serializeAws_json1_1ListNamespacesCommand = async (input, context) => {
|
|
220
220
|
const headers = {
|
|
221
221
|
"content-type": "application/x-amz-json-1.1",
|
|
222
|
-
"x-amz-target": "
|
|
222
|
+
"x-amz-target": "RedshiftServerless.ListNamespaces",
|
|
223
223
|
};
|
|
224
224
|
let body;
|
|
225
225
|
body = JSON.stringify(serializeAws_json1_1ListNamespacesRequest(input, context));
|
|
@@ -229,7 +229,7 @@ exports.serializeAws_json1_1ListNamespacesCommand = serializeAws_json1_1ListName
|
|
|
229
229
|
const serializeAws_json1_1ListRecoveryPointsCommand = async (input, context) => {
|
|
230
230
|
const headers = {
|
|
231
231
|
"content-type": "application/x-amz-json-1.1",
|
|
232
|
-
"x-amz-target": "
|
|
232
|
+
"x-amz-target": "RedshiftServerless.ListRecoveryPoints",
|
|
233
233
|
};
|
|
234
234
|
let body;
|
|
235
235
|
body = JSON.stringify(serializeAws_json1_1ListRecoveryPointsRequest(input, context));
|
|
@@ -239,7 +239,7 @@ exports.serializeAws_json1_1ListRecoveryPointsCommand = serializeAws_json1_1List
|
|
|
239
239
|
const serializeAws_json1_1ListSnapshotsCommand = async (input, context) => {
|
|
240
240
|
const headers = {
|
|
241
241
|
"content-type": "application/x-amz-json-1.1",
|
|
242
|
-
"x-amz-target": "
|
|
242
|
+
"x-amz-target": "RedshiftServerless.ListSnapshots",
|
|
243
243
|
};
|
|
244
244
|
let body;
|
|
245
245
|
body = JSON.stringify(serializeAws_json1_1ListSnapshotsRequest(input, context));
|
|
@@ -249,7 +249,7 @@ exports.serializeAws_json1_1ListSnapshotsCommand = serializeAws_json1_1ListSnaps
|
|
|
249
249
|
const serializeAws_json1_1ListTagsForResourceCommand = async (input, context) => {
|
|
250
250
|
const headers = {
|
|
251
251
|
"content-type": "application/x-amz-json-1.1",
|
|
252
|
-
"x-amz-target": "
|
|
252
|
+
"x-amz-target": "RedshiftServerless.ListTagsForResource",
|
|
253
253
|
};
|
|
254
254
|
let body;
|
|
255
255
|
body = JSON.stringify(serializeAws_json1_1ListTagsForResourceRequest(input, context));
|
|
@@ -259,7 +259,7 @@ exports.serializeAws_json1_1ListTagsForResourceCommand = serializeAws_json1_1Lis
|
|
|
259
259
|
const serializeAws_json1_1ListUsageLimitsCommand = async (input, context) => {
|
|
260
260
|
const headers = {
|
|
261
261
|
"content-type": "application/x-amz-json-1.1",
|
|
262
|
-
"x-amz-target": "
|
|
262
|
+
"x-amz-target": "RedshiftServerless.ListUsageLimits",
|
|
263
263
|
};
|
|
264
264
|
let body;
|
|
265
265
|
body = JSON.stringify(serializeAws_json1_1ListUsageLimitsRequest(input, context));
|
|
@@ -269,7 +269,7 @@ exports.serializeAws_json1_1ListUsageLimitsCommand = serializeAws_json1_1ListUsa
|
|
|
269
269
|
const serializeAws_json1_1ListWorkgroupsCommand = async (input, context) => {
|
|
270
270
|
const headers = {
|
|
271
271
|
"content-type": "application/x-amz-json-1.1",
|
|
272
|
-
"x-amz-target": "
|
|
272
|
+
"x-amz-target": "RedshiftServerless.ListWorkgroups",
|
|
273
273
|
};
|
|
274
274
|
let body;
|
|
275
275
|
body = JSON.stringify(serializeAws_json1_1ListWorkgroupsRequest(input, context));
|
|
@@ -279,7 +279,7 @@ exports.serializeAws_json1_1ListWorkgroupsCommand = serializeAws_json1_1ListWork
|
|
|
279
279
|
const serializeAws_json1_1PutResourcePolicyCommand = async (input, context) => {
|
|
280
280
|
const headers = {
|
|
281
281
|
"content-type": "application/x-amz-json-1.1",
|
|
282
|
-
"x-amz-target": "
|
|
282
|
+
"x-amz-target": "RedshiftServerless.PutResourcePolicy",
|
|
283
283
|
};
|
|
284
284
|
let body;
|
|
285
285
|
body = JSON.stringify(serializeAws_json1_1PutResourcePolicyRequest(input, context));
|
|
@@ -289,7 +289,7 @@ exports.serializeAws_json1_1PutResourcePolicyCommand = serializeAws_json1_1PutRe
|
|
|
289
289
|
const serializeAws_json1_1RestoreFromRecoveryPointCommand = async (input, context) => {
|
|
290
290
|
const headers = {
|
|
291
291
|
"content-type": "application/x-amz-json-1.1",
|
|
292
|
-
"x-amz-target": "
|
|
292
|
+
"x-amz-target": "RedshiftServerless.RestoreFromRecoveryPoint",
|
|
293
293
|
};
|
|
294
294
|
let body;
|
|
295
295
|
body = JSON.stringify(serializeAws_json1_1RestoreFromRecoveryPointRequest(input, context));
|
|
@@ -299,7 +299,7 @@ exports.serializeAws_json1_1RestoreFromRecoveryPointCommand = serializeAws_json1
|
|
|
299
299
|
const serializeAws_json1_1RestoreFromSnapshotCommand = async (input, context) => {
|
|
300
300
|
const headers = {
|
|
301
301
|
"content-type": "application/x-amz-json-1.1",
|
|
302
|
-
"x-amz-target": "
|
|
302
|
+
"x-amz-target": "RedshiftServerless.RestoreFromSnapshot",
|
|
303
303
|
};
|
|
304
304
|
let body;
|
|
305
305
|
body = JSON.stringify(serializeAws_json1_1RestoreFromSnapshotRequest(input, context));
|
|
@@ -309,7 +309,7 @@ exports.serializeAws_json1_1RestoreFromSnapshotCommand = serializeAws_json1_1Res
|
|
|
309
309
|
const serializeAws_json1_1TagResourceCommand = async (input, context) => {
|
|
310
310
|
const headers = {
|
|
311
311
|
"content-type": "application/x-amz-json-1.1",
|
|
312
|
-
"x-amz-target": "
|
|
312
|
+
"x-amz-target": "RedshiftServerless.TagResource",
|
|
313
313
|
};
|
|
314
314
|
let body;
|
|
315
315
|
body = JSON.stringify(serializeAws_json1_1TagResourceRequest(input, context));
|
|
@@ -319,7 +319,7 @@ exports.serializeAws_json1_1TagResourceCommand = serializeAws_json1_1TagResource
|
|
|
319
319
|
const serializeAws_json1_1UntagResourceCommand = async (input, context) => {
|
|
320
320
|
const headers = {
|
|
321
321
|
"content-type": "application/x-amz-json-1.1",
|
|
322
|
-
"x-amz-target": "
|
|
322
|
+
"x-amz-target": "RedshiftServerless.UntagResource",
|
|
323
323
|
};
|
|
324
324
|
let body;
|
|
325
325
|
body = JSON.stringify(serializeAws_json1_1UntagResourceRequest(input, context));
|
|
@@ -329,7 +329,7 @@ exports.serializeAws_json1_1UntagResourceCommand = serializeAws_json1_1UntagReso
|
|
|
329
329
|
const serializeAws_json1_1UpdateEndpointAccessCommand = async (input, context) => {
|
|
330
330
|
const headers = {
|
|
331
331
|
"content-type": "application/x-amz-json-1.1",
|
|
332
|
-
"x-amz-target": "
|
|
332
|
+
"x-amz-target": "RedshiftServerless.UpdateEndpointAccess",
|
|
333
333
|
};
|
|
334
334
|
let body;
|
|
335
335
|
body = JSON.stringify(serializeAws_json1_1UpdateEndpointAccessRequest(input, context));
|
|
@@ -339,7 +339,7 @@ exports.serializeAws_json1_1UpdateEndpointAccessCommand = serializeAws_json1_1Up
|
|
|
339
339
|
const serializeAws_json1_1UpdateNamespaceCommand = async (input, context) => {
|
|
340
340
|
const headers = {
|
|
341
341
|
"content-type": "application/x-amz-json-1.1",
|
|
342
|
-
"x-amz-target": "
|
|
342
|
+
"x-amz-target": "RedshiftServerless.UpdateNamespace",
|
|
343
343
|
};
|
|
344
344
|
let body;
|
|
345
345
|
body = JSON.stringify(serializeAws_json1_1UpdateNamespaceRequest(input, context));
|
|
@@ -349,7 +349,7 @@ exports.serializeAws_json1_1UpdateNamespaceCommand = serializeAws_json1_1UpdateN
|
|
|
349
349
|
const serializeAws_json1_1UpdateSnapshotCommand = async (input, context) => {
|
|
350
350
|
const headers = {
|
|
351
351
|
"content-type": "application/x-amz-json-1.1",
|
|
352
|
-
"x-amz-target": "
|
|
352
|
+
"x-amz-target": "RedshiftServerless.UpdateSnapshot",
|
|
353
353
|
};
|
|
354
354
|
let body;
|
|
355
355
|
body = JSON.stringify(serializeAws_json1_1UpdateSnapshotRequest(input, context));
|
|
@@ -359,7 +359,7 @@ exports.serializeAws_json1_1UpdateSnapshotCommand = serializeAws_json1_1UpdateSn
|
|
|
359
359
|
const serializeAws_json1_1UpdateUsageLimitCommand = async (input, context) => {
|
|
360
360
|
const headers = {
|
|
361
361
|
"content-type": "application/x-amz-json-1.1",
|
|
362
|
-
"x-amz-target": "
|
|
362
|
+
"x-amz-target": "RedshiftServerless.UpdateUsageLimit",
|
|
363
363
|
};
|
|
364
364
|
let body;
|
|
365
365
|
body = JSON.stringify(serializeAws_json1_1UpdateUsageLimitRequest(input, context));
|
|
@@ -369,7 +369,7 @@ exports.serializeAws_json1_1UpdateUsageLimitCommand = serializeAws_json1_1Update
|
|
|
369
369
|
const serializeAws_json1_1UpdateWorkgroupCommand = async (input, context) => {
|
|
370
370
|
const headers = {
|
|
371
371
|
"content-type": "application/x-amz-json-1.1",
|
|
372
|
-
"x-amz-target": "
|
|
372
|
+
"x-amz-target": "RedshiftServerless.UpdateWorkgroup",
|
|
373
373
|
};
|
|
374
374
|
let body;
|
|
375
375
|
body = JSON.stringify(serializeAws_json1_1UpdateWorkgroupRequest(input, context));
|
|
@@ -8,7 +8,7 @@ export var serializeAws_json1_1ConvertRecoveryPointToSnapshotCommand = function
|
|
|
8
8
|
return __generator(this, function (_a) {
|
|
9
9
|
headers = {
|
|
10
10
|
"content-type": "application/x-amz-json-1.1",
|
|
11
|
-
"x-amz-target": "
|
|
11
|
+
"x-amz-target": "RedshiftServerless.ConvertRecoveryPointToSnapshot",
|
|
12
12
|
};
|
|
13
13
|
body = JSON.stringify(serializeAws_json1_1ConvertRecoveryPointToSnapshotRequest(input, context));
|
|
14
14
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -19,7 +19,7 @@ export var serializeAws_json1_1CreateEndpointAccessCommand = function (input, co
|
|
|
19
19
|
return __generator(this, function (_a) {
|
|
20
20
|
headers = {
|
|
21
21
|
"content-type": "application/x-amz-json-1.1",
|
|
22
|
-
"x-amz-target": "
|
|
22
|
+
"x-amz-target": "RedshiftServerless.CreateEndpointAccess",
|
|
23
23
|
};
|
|
24
24
|
body = JSON.stringify(serializeAws_json1_1CreateEndpointAccessRequest(input, context));
|
|
25
25
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -30,7 +30,7 @@ export var serializeAws_json1_1CreateNamespaceCommand = function (input, context
|
|
|
30
30
|
return __generator(this, function (_a) {
|
|
31
31
|
headers = {
|
|
32
32
|
"content-type": "application/x-amz-json-1.1",
|
|
33
|
-
"x-amz-target": "
|
|
33
|
+
"x-amz-target": "RedshiftServerless.CreateNamespace",
|
|
34
34
|
};
|
|
35
35
|
body = JSON.stringify(serializeAws_json1_1CreateNamespaceRequest(input, context));
|
|
36
36
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -41,7 +41,7 @@ export var serializeAws_json1_1CreateSnapshotCommand = function (input, context)
|
|
|
41
41
|
return __generator(this, function (_a) {
|
|
42
42
|
headers = {
|
|
43
43
|
"content-type": "application/x-amz-json-1.1",
|
|
44
|
-
"x-amz-target": "
|
|
44
|
+
"x-amz-target": "RedshiftServerless.CreateSnapshot",
|
|
45
45
|
};
|
|
46
46
|
body = JSON.stringify(serializeAws_json1_1CreateSnapshotRequest(input, context));
|
|
47
47
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -52,7 +52,7 @@ export var serializeAws_json1_1CreateUsageLimitCommand = function (input, contex
|
|
|
52
52
|
return __generator(this, function (_a) {
|
|
53
53
|
headers = {
|
|
54
54
|
"content-type": "application/x-amz-json-1.1",
|
|
55
|
-
"x-amz-target": "
|
|
55
|
+
"x-amz-target": "RedshiftServerless.CreateUsageLimit",
|
|
56
56
|
};
|
|
57
57
|
body = JSON.stringify(serializeAws_json1_1CreateUsageLimitRequest(input, context));
|
|
58
58
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -63,7 +63,7 @@ export var serializeAws_json1_1CreateWorkgroupCommand = function (input, context
|
|
|
63
63
|
return __generator(this, function (_a) {
|
|
64
64
|
headers = {
|
|
65
65
|
"content-type": "application/x-amz-json-1.1",
|
|
66
|
-
"x-amz-target": "
|
|
66
|
+
"x-amz-target": "RedshiftServerless.CreateWorkgroup",
|
|
67
67
|
};
|
|
68
68
|
body = JSON.stringify(serializeAws_json1_1CreateWorkgroupRequest(input, context));
|
|
69
69
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -74,7 +74,7 @@ export var serializeAws_json1_1DeleteEndpointAccessCommand = function (input, co
|
|
|
74
74
|
return __generator(this, function (_a) {
|
|
75
75
|
headers = {
|
|
76
76
|
"content-type": "application/x-amz-json-1.1",
|
|
77
|
-
"x-amz-target": "
|
|
77
|
+
"x-amz-target": "RedshiftServerless.DeleteEndpointAccess",
|
|
78
78
|
};
|
|
79
79
|
body = JSON.stringify(serializeAws_json1_1DeleteEndpointAccessRequest(input, context));
|
|
80
80
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -85,7 +85,7 @@ export var serializeAws_json1_1DeleteNamespaceCommand = function (input, context
|
|
|
85
85
|
return __generator(this, function (_a) {
|
|
86
86
|
headers = {
|
|
87
87
|
"content-type": "application/x-amz-json-1.1",
|
|
88
|
-
"x-amz-target": "
|
|
88
|
+
"x-amz-target": "RedshiftServerless.DeleteNamespace",
|
|
89
89
|
};
|
|
90
90
|
body = JSON.stringify(serializeAws_json1_1DeleteNamespaceRequest(input, context));
|
|
91
91
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -96,7 +96,7 @@ export var serializeAws_json1_1DeleteResourcePolicyCommand = function (input, co
|
|
|
96
96
|
return __generator(this, function (_a) {
|
|
97
97
|
headers = {
|
|
98
98
|
"content-type": "application/x-amz-json-1.1",
|
|
99
|
-
"x-amz-target": "
|
|
99
|
+
"x-amz-target": "RedshiftServerless.DeleteResourcePolicy",
|
|
100
100
|
};
|
|
101
101
|
body = JSON.stringify(serializeAws_json1_1DeleteResourcePolicyRequest(input, context));
|
|
102
102
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -107,7 +107,7 @@ export var serializeAws_json1_1DeleteSnapshotCommand = function (input, context)
|
|
|
107
107
|
return __generator(this, function (_a) {
|
|
108
108
|
headers = {
|
|
109
109
|
"content-type": "application/x-amz-json-1.1",
|
|
110
|
-
"x-amz-target": "
|
|
110
|
+
"x-amz-target": "RedshiftServerless.DeleteSnapshot",
|
|
111
111
|
};
|
|
112
112
|
body = JSON.stringify(serializeAws_json1_1DeleteSnapshotRequest(input, context));
|
|
113
113
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -118,7 +118,7 @@ export var serializeAws_json1_1DeleteUsageLimitCommand = function (input, contex
|
|
|
118
118
|
return __generator(this, function (_a) {
|
|
119
119
|
headers = {
|
|
120
120
|
"content-type": "application/x-amz-json-1.1",
|
|
121
|
-
"x-amz-target": "
|
|
121
|
+
"x-amz-target": "RedshiftServerless.DeleteUsageLimit",
|
|
122
122
|
};
|
|
123
123
|
body = JSON.stringify(serializeAws_json1_1DeleteUsageLimitRequest(input, context));
|
|
124
124
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -129,7 +129,7 @@ export var serializeAws_json1_1DeleteWorkgroupCommand = function (input, context
|
|
|
129
129
|
return __generator(this, function (_a) {
|
|
130
130
|
headers = {
|
|
131
131
|
"content-type": "application/x-amz-json-1.1",
|
|
132
|
-
"x-amz-target": "
|
|
132
|
+
"x-amz-target": "RedshiftServerless.DeleteWorkgroup",
|
|
133
133
|
};
|
|
134
134
|
body = JSON.stringify(serializeAws_json1_1DeleteWorkgroupRequest(input, context));
|
|
135
135
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -140,7 +140,7 @@ export var serializeAws_json1_1GetCredentialsCommand = function (input, context)
|
|
|
140
140
|
return __generator(this, function (_a) {
|
|
141
141
|
headers = {
|
|
142
142
|
"content-type": "application/x-amz-json-1.1",
|
|
143
|
-
"x-amz-target": "
|
|
143
|
+
"x-amz-target": "RedshiftServerless.GetCredentials",
|
|
144
144
|
};
|
|
145
145
|
body = JSON.stringify(serializeAws_json1_1GetCredentialsRequest(input, context));
|
|
146
146
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -151,7 +151,7 @@ export var serializeAws_json1_1GetEndpointAccessCommand = function (input, conte
|
|
|
151
151
|
return __generator(this, function (_a) {
|
|
152
152
|
headers = {
|
|
153
153
|
"content-type": "application/x-amz-json-1.1",
|
|
154
|
-
"x-amz-target": "
|
|
154
|
+
"x-amz-target": "RedshiftServerless.GetEndpointAccess",
|
|
155
155
|
};
|
|
156
156
|
body = JSON.stringify(serializeAws_json1_1GetEndpointAccessRequest(input, context));
|
|
157
157
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -162,7 +162,7 @@ export var serializeAws_json1_1GetNamespaceCommand = function (input, context) {
|
|
|
162
162
|
return __generator(this, function (_a) {
|
|
163
163
|
headers = {
|
|
164
164
|
"content-type": "application/x-amz-json-1.1",
|
|
165
|
-
"x-amz-target": "
|
|
165
|
+
"x-amz-target": "RedshiftServerless.GetNamespace",
|
|
166
166
|
};
|
|
167
167
|
body = JSON.stringify(serializeAws_json1_1GetNamespaceRequest(input, context));
|
|
168
168
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -173,7 +173,7 @@ export var serializeAws_json1_1GetRecoveryPointCommand = function (input, contex
|
|
|
173
173
|
return __generator(this, function (_a) {
|
|
174
174
|
headers = {
|
|
175
175
|
"content-type": "application/x-amz-json-1.1",
|
|
176
|
-
"x-amz-target": "
|
|
176
|
+
"x-amz-target": "RedshiftServerless.GetRecoveryPoint",
|
|
177
177
|
};
|
|
178
178
|
body = JSON.stringify(serializeAws_json1_1GetRecoveryPointRequest(input, context));
|
|
179
179
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -184,7 +184,7 @@ export var serializeAws_json1_1GetResourcePolicyCommand = function (input, conte
|
|
|
184
184
|
return __generator(this, function (_a) {
|
|
185
185
|
headers = {
|
|
186
186
|
"content-type": "application/x-amz-json-1.1",
|
|
187
|
-
"x-amz-target": "
|
|
187
|
+
"x-amz-target": "RedshiftServerless.GetResourcePolicy",
|
|
188
188
|
};
|
|
189
189
|
body = JSON.stringify(serializeAws_json1_1GetResourcePolicyRequest(input, context));
|
|
190
190
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -195,7 +195,7 @@ export var serializeAws_json1_1GetSnapshotCommand = function (input, context) {
|
|
|
195
195
|
return __generator(this, function (_a) {
|
|
196
196
|
headers = {
|
|
197
197
|
"content-type": "application/x-amz-json-1.1",
|
|
198
|
-
"x-amz-target": "
|
|
198
|
+
"x-amz-target": "RedshiftServerless.GetSnapshot",
|
|
199
199
|
};
|
|
200
200
|
body = JSON.stringify(serializeAws_json1_1GetSnapshotRequest(input, context));
|
|
201
201
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -206,7 +206,7 @@ export var serializeAws_json1_1GetUsageLimitCommand = function (input, context)
|
|
|
206
206
|
return __generator(this, function (_a) {
|
|
207
207
|
headers = {
|
|
208
208
|
"content-type": "application/x-amz-json-1.1",
|
|
209
|
-
"x-amz-target": "
|
|
209
|
+
"x-amz-target": "RedshiftServerless.GetUsageLimit",
|
|
210
210
|
};
|
|
211
211
|
body = JSON.stringify(serializeAws_json1_1GetUsageLimitRequest(input, context));
|
|
212
212
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -217,7 +217,7 @@ export var serializeAws_json1_1GetWorkgroupCommand = function (input, context) {
|
|
|
217
217
|
return __generator(this, function (_a) {
|
|
218
218
|
headers = {
|
|
219
219
|
"content-type": "application/x-amz-json-1.1",
|
|
220
|
-
"x-amz-target": "
|
|
220
|
+
"x-amz-target": "RedshiftServerless.GetWorkgroup",
|
|
221
221
|
};
|
|
222
222
|
body = JSON.stringify(serializeAws_json1_1GetWorkgroupRequest(input, context));
|
|
223
223
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -228,7 +228,7 @@ export var serializeAws_json1_1ListEndpointAccessCommand = function (input, cont
|
|
|
228
228
|
return __generator(this, function (_a) {
|
|
229
229
|
headers = {
|
|
230
230
|
"content-type": "application/x-amz-json-1.1",
|
|
231
|
-
"x-amz-target": "
|
|
231
|
+
"x-amz-target": "RedshiftServerless.ListEndpointAccess",
|
|
232
232
|
};
|
|
233
233
|
body = JSON.stringify(serializeAws_json1_1ListEndpointAccessRequest(input, context));
|
|
234
234
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -239,7 +239,7 @@ export var serializeAws_json1_1ListNamespacesCommand = function (input, context)
|
|
|
239
239
|
return __generator(this, function (_a) {
|
|
240
240
|
headers = {
|
|
241
241
|
"content-type": "application/x-amz-json-1.1",
|
|
242
|
-
"x-amz-target": "
|
|
242
|
+
"x-amz-target": "RedshiftServerless.ListNamespaces",
|
|
243
243
|
};
|
|
244
244
|
body = JSON.stringify(serializeAws_json1_1ListNamespacesRequest(input, context));
|
|
245
245
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -250,7 +250,7 @@ export var serializeAws_json1_1ListRecoveryPointsCommand = function (input, cont
|
|
|
250
250
|
return __generator(this, function (_a) {
|
|
251
251
|
headers = {
|
|
252
252
|
"content-type": "application/x-amz-json-1.1",
|
|
253
|
-
"x-amz-target": "
|
|
253
|
+
"x-amz-target": "RedshiftServerless.ListRecoveryPoints",
|
|
254
254
|
};
|
|
255
255
|
body = JSON.stringify(serializeAws_json1_1ListRecoveryPointsRequest(input, context));
|
|
256
256
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -261,7 +261,7 @@ export var serializeAws_json1_1ListSnapshotsCommand = function (input, context)
|
|
|
261
261
|
return __generator(this, function (_a) {
|
|
262
262
|
headers = {
|
|
263
263
|
"content-type": "application/x-amz-json-1.1",
|
|
264
|
-
"x-amz-target": "
|
|
264
|
+
"x-amz-target": "RedshiftServerless.ListSnapshots",
|
|
265
265
|
};
|
|
266
266
|
body = JSON.stringify(serializeAws_json1_1ListSnapshotsRequest(input, context));
|
|
267
267
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -272,7 +272,7 @@ export var serializeAws_json1_1ListTagsForResourceCommand = function (input, con
|
|
|
272
272
|
return __generator(this, function (_a) {
|
|
273
273
|
headers = {
|
|
274
274
|
"content-type": "application/x-amz-json-1.1",
|
|
275
|
-
"x-amz-target": "
|
|
275
|
+
"x-amz-target": "RedshiftServerless.ListTagsForResource",
|
|
276
276
|
};
|
|
277
277
|
body = JSON.stringify(serializeAws_json1_1ListTagsForResourceRequest(input, context));
|
|
278
278
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -283,7 +283,7 @@ export var serializeAws_json1_1ListUsageLimitsCommand = function (input, context
|
|
|
283
283
|
return __generator(this, function (_a) {
|
|
284
284
|
headers = {
|
|
285
285
|
"content-type": "application/x-amz-json-1.1",
|
|
286
|
-
"x-amz-target": "
|
|
286
|
+
"x-amz-target": "RedshiftServerless.ListUsageLimits",
|
|
287
287
|
};
|
|
288
288
|
body = JSON.stringify(serializeAws_json1_1ListUsageLimitsRequest(input, context));
|
|
289
289
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -294,7 +294,7 @@ export var serializeAws_json1_1ListWorkgroupsCommand = function (input, context)
|
|
|
294
294
|
return __generator(this, function (_a) {
|
|
295
295
|
headers = {
|
|
296
296
|
"content-type": "application/x-amz-json-1.1",
|
|
297
|
-
"x-amz-target": "
|
|
297
|
+
"x-amz-target": "RedshiftServerless.ListWorkgroups",
|
|
298
298
|
};
|
|
299
299
|
body = JSON.stringify(serializeAws_json1_1ListWorkgroupsRequest(input, context));
|
|
300
300
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -305,7 +305,7 @@ export var serializeAws_json1_1PutResourcePolicyCommand = function (input, conte
|
|
|
305
305
|
return __generator(this, function (_a) {
|
|
306
306
|
headers = {
|
|
307
307
|
"content-type": "application/x-amz-json-1.1",
|
|
308
|
-
"x-amz-target": "
|
|
308
|
+
"x-amz-target": "RedshiftServerless.PutResourcePolicy",
|
|
309
309
|
};
|
|
310
310
|
body = JSON.stringify(serializeAws_json1_1PutResourcePolicyRequest(input, context));
|
|
311
311
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -316,7 +316,7 @@ export var serializeAws_json1_1RestoreFromRecoveryPointCommand = function (input
|
|
|
316
316
|
return __generator(this, function (_a) {
|
|
317
317
|
headers = {
|
|
318
318
|
"content-type": "application/x-amz-json-1.1",
|
|
319
|
-
"x-amz-target": "
|
|
319
|
+
"x-amz-target": "RedshiftServerless.RestoreFromRecoveryPoint",
|
|
320
320
|
};
|
|
321
321
|
body = JSON.stringify(serializeAws_json1_1RestoreFromRecoveryPointRequest(input, context));
|
|
322
322
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -327,7 +327,7 @@ export var serializeAws_json1_1RestoreFromSnapshotCommand = function (input, con
|
|
|
327
327
|
return __generator(this, function (_a) {
|
|
328
328
|
headers = {
|
|
329
329
|
"content-type": "application/x-amz-json-1.1",
|
|
330
|
-
"x-amz-target": "
|
|
330
|
+
"x-amz-target": "RedshiftServerless.RestoreFromSnapshot",
|
|
331
331
|
};
|
|
332
332
|
body = JSON.stringify(serializeAws_json1_1RestoreFromSnapshotRequest(input, context));
|
|
333
333
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -338,7 +338,7 @@ export var serializeAws_json1_1TagResourceCommand = function (input, context) {
|
|
|
338
338
|
return __generator(this, function (_a) {
|
|
339
339
|
headers = {
|
|
340
340
|
"content-type": "application/x-amz-json-1.1",
|
|
341
|
-
"x-amz-target": "
|
|
341
|
+
"x-amz-target": "RedshiftServerless.TagResource",
|
|
342
342
|
};
|
|
343
343
|
body = JSON.stringify(serializeAws_json1_1TagResourceRequest(input, context));
|
|
344
344
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -349,7 +349,7 @@ export var serializeAws_json1_1UntagResourceCommand = function (input, context)
|
|
|
349
349
|
return __generator(this, function (_a) {
|
|
350
350
|
headers = {
|
|
351
351
|
"content-type": "application/x-amz-json-1.1",
|
|
352
|
-
"x-amz-target": "
|
|
352
|
+
"x-amz-target": "RedshiftServerless.UntagResource",
|
|
353
353
|
};
|
|
354
354
|
body = JSON.stringify(serializeAws_json1_1UntagResourceRequest(input, context));
|
|
355
355
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -360,7 +360,7 @@ export var serializeAws_json1_1UpdateEndpointAccessCommand = function (input, co
|
|
|
360
360
|
return __generator(this, function (_a) {
|
|
361
361
|
headers = {
|
|
362
362
|
"content-type": "application/x-amz-json-1.1",
|
|
363
|
-
"x-amz-target": "
|
|
363
|
+
"x-amz-target": "RedshiftServerless.UpdateEndpointAccess",
|
|
364
364
|
};
|
|
365
365
|
body = JSON.stringify(serializeAws_json1_1UpdateEndpointAccessRequest(input, context));
|
|
366
366
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -371,7 +371,7 @@ export var serializeAws_json1_1UpdateNamespaceCommand = function (input, context
|
|
|
371
371
|
return __generator(this, function (_a) {
|
|
372
372
|
headers = {
|
|
373
373
|
"content-type": "application/x-amz-json-1.1",
|
|
374
|
-
"x-amz-target": "
|
|
374
|
+
"x-amz-target": "RedshiftServerless.UpdateNamespace",
|
|
375
375
|
};
|
|
376
376
|
body = JSON.stringify(serializeAws_json1_1UpdateNamespaceRequest(input, context));
|
|
377
377
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -382,7 +382,7 @@ export var serializeAws_json1_1UpdateSnapshotCommand = function (input, context)
|
|
|
382
382
|
return __generator(this, function (_a) {
|
|
383
383
|
headers = {
|
|
384
384
|
"content-type": "application/x-amz-json-1.1",
|
|
385
|
-
"x-amz-target": "
|
|
385
|
+
"x-amz-target": "RedshiftServerless.UpdateSnapshot",
|
|
386
386
|
};
|
|
387
387
|
body = JSON.stringify(serializeAws_json1_1UpdateSnapshotRequest(input, context));
|
|
388
388
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -393,7 +393,7 @@ export var serializeAws_json1_1UpdateUsageLimitCommand = function (input, contex
|
|
|
393
393
|
return __generator(this, function (_a) {
|
|
394
394
|
headers = {
|
|
395
395
|
"content-type": "application/x-amz-json-1.1",
|
|
396
|
-
"x-amz-target": "
|
|
396
|
+
"x-amz-target": "RedshiftServerless.UpdateUsageLimit",
|
|
397
397
|
};
|
|
398
398
|
body = JSON.stringify(serializeAws_json1_1UpdateUsageLimitRequest(input, context));
|
|
399
399
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -404,7 +404,7 @@ export var serializeAws_json1_1UpdateWorkgroupCommand = function (input, context
|
|
|
404
404
|
return __generator(this, function (_a) {
|
|
405
405
|
headers = {
|
|
406
406
|
"content-type": "application/x-amz-json-1.1",
|
|
407
|
-
"x-amz-target": "
|
|
407
|
+
"x-amz-target": "RedshiftServerless.UpdateWorkgroup",
|
|
408
408
|
};
|
|
409
409
|
body = JSON.stringify(serializeAws_json1_1UpdateWorkgroupRequest(input, context));
|
|
410
410
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
@@ -631,7 +631,7 @@ export interface UsageLimit {
|
|
|
631
631
|
*/
|
|
632
632
|
usageLimitId?: string;
|
|
633
633
|
/**
|
|
634
|
-
* <p>The Amazon Resource Name of the resource associated with the usage limit.</p>
|
|
634
|
+
* <p>The Amazon Resource Name (ARN) of the resource associated with the usage limit.</p>
|
|
635
635
|
*/
|
|
636
636
|
usageLimitArn?: string;
|
|
637
637
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-redshift-serverless",
|
|
3
3
|
"description": "AWS SDK for JavaScript Redshift Serverless Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.120.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,37 +18,37 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
31
|
-
"@aws-sdk/middleware-retry": "3.
|
|
32
|
-
"@aws-sdk/middleware-serde": "3.
|
|
33
|
-
"@aws-sdk/middleware-signing": "3.
|
|
34
|
-
"@aws-sdk/middleware-stack": "3.
|
|
35
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
36
|
-
"@aws-sdk/node-config-provider": "3.
|
|
37
|
-
"@aws-sdk/node-http-handler": "3.
|
|
38
|
-
"@aws-sdk/protocol-http": "3.
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
40
|
-
"@aws-sdk/types": "3.
|
|
41
|
-
"@aws-sdk/url-parser": "3.
|
|
42
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.118.1",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.110.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.118.1",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.110.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.110.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.110.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.110.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.110.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.110.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.110.0",
|
|
31
|
+
"@aws-sdk/middleware-retry": "3.118.1",
|
|
32
|
+
"@aws-sdk/middleware-serde": "3.110.0",
|
|
33
|
+
"@aws-sdk/middleware-signing": "3.110.0",
|
|
34
|
+
"@aws-sdk/middleware-stack": "3.110.0",
|
|
35
|
+
"@aws-sdk/middleware-user-agent": "3.110.0",
|
|
36
|
+
"@aws-sdk/node-config-provider": "3.110.0",
|
|
37
|
+
"@aws-sdk/node-http-handler": "3.118.1",
|
|
38
|
+
"@aws-sdk/protocol-http": "3.110.0",
|
|
39
|
+
"@aws-sdk/smithy-client": "3.110.0",
|
|
40
|
+
"@aws-sdk/types": "3.110.0",
|
|
41
|
+
"@aws-sdk/url-parser": "3.110.0",
|
|
42
|
+
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
51
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.110.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.110.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.110.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.118.0",
|
|
50
|
+
"@aws-sdk/util-utf8-browser": "3.109.0",
|
|
51
|
+
"@aws-sdk/util-utf8-node": "3.109.0",
|
|
52
52
|
"tslib": "^2.3.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|