@aws-sdk/client-dsql 3.1068.0 → 3.1069.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.
@@ -1,7 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteCluster$ = exports.CreateStream$ = exports.CreateCluster$ = exports.TargetDefinition$ = exports.ValidationExceptionField$ = exports.UpdateClusterOutput$ = exports.UpdateClusterInput$ = exports.UntagResourceInput$ = exports.TagResourceInput$ = exports.StreamSummary$ = exports.StatusReason$ = exports.PutClusterPolicyOutput$ = exports.PutClusterPolicyInput$ = exports.MultiRegionProperties$ = exports.ListTagsForResourceOutput$ = exports.ListTagsForResourceInput$ = exports.ListStreamsOutput$ = exports.ListStreamsInput$ = exports.ListClustersOutput$ = exports.ListClustersInput$ = exports.KinesisTargetDefinition$ = exports.GetVpcEndpointServiceNameOutput$ = exports.GetVpcEndpointServiceNameInput$ = exports.GetStreamOutput$ = exports.GetStreamInput$ = exports.GetClusterPolicyOutput$ = exports.GetClusterPolicyInput$ = exports.GetClusterOutput$ = exports.GetClusterInput$ = exports.EncryptionDetails$ = exports.DeleteStreamOutput$ = exports.DeleteStreamInput$ = exports.DeleteClusterPolicyOutput$ = exports.DeleteClusterPolicyInput$ = exports.DeleteClusterOutput$ = exports.DeleteClusterInput$ = exports.CreateStreamOutput$ = exports.CreateStreamInput$ = exports.CreateClusterOutput$ = exports.CreateClusterInput$ = exports.ClusterSummary$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.DSQLServiceException$ = void 0;
4
- exports.UpdateCluster$ = exports.UntagResource$ = exports.TagResource$ = exports.PutClusterPolicy$ = exports.ListTagsForResource$ = exports.ListStreams$ = exports.ListClusters$ = exports.GetVpcEndpointServiceName$ = exports.GetStream$ = exports.GetClusterPolicy$ = exports.GetCluster$ = exports.DeleteStream$ = exports.DeleteClusterPolicy$ = void 0;
5
1
  const _ADE = "AccessDeniedException";
6
2
  const _CC = "CreateCluster";
7
3
  const _CCI = "CreateClusterInput";
@@ -127,307 +123,353 @@ const _tK = "tagKeys";
127
123
  const _uA = "updatedAt";
128
124
  const _wR = "witnessRegion";
129
125
  const n0 = "com.amazonaws.dsql";
130
- const schema_1 = require("@smithy/core/schema");
131
- const DSQLServiceException_1 = require("../models/DSQLServiceException");
132
- const errors_1 = require("../models/errors");
133
- const _s_registry = schema_1.TypeRegistry.for(_s);
134
- exports.DSQLServiceException$ = [-3, _s, "DSQLServiceException", 0, [], []];
135
- _s_registry.registerError(exports.DSQLServiceException$, DSQLServiceException_1.DSQLServiceException);
136
- const n0_registry = schema_1.TypeRegistry.for(n0);
137
- exports.AccessDeniedException$ = [-3, n0, _ADE,
126
+ const { TypeRegistry } = require("@smithy/core/schema");
127
+ const { DSQLServiceException } = require("../models/DSQLServiceException");
128
+ const { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException } = require("../models/errors");
129
+ const _s_registry = TypeRegistry.for(_s);
130
+ const DSQLServiceException$ = [-3, _s, "DSQLServiceException", 0, [], []];
131
+ exports.DSQLServiceException$ = DSQLServiceException$;
132
+ _s_registry.registerError(DSQLServiceException$, DSQLServiceException);
133
+ const n0_registry = TypeRegistry.for(n0);
134
+ const AccessDeniedException$ = [-3, n0, _ADE,
138
135
  { [_e]: _c, [_hE]: 403 },
139
136
  [_m],
140
137
  [0], 1
141
138
  ];
142
- n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
143
- exports.ConflictException$ = [-3, n0, _CE,
139
+ exports.AccessDeniedException$ = AccessDeniedException$;
140
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
141
+ const ConflictException$ = [-3, n0, _CE,
144
142
  { [_e]: _c, [_hE]: 409 },
145
143
  [_m, _rI, _rT],
146
144
  [0, 0, 0], 1
147
145
  ];
148
- n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
149
- exports.InternalServerException$ = [-3, n0, _ISE,
146
+ exports.ConflictException$ = ConflictException$;
147
+ n0_registry.registerError(ConflictException$, ConflictException);
148
+ const InternalServerException$ = [-3, n0, _ISE,
150
149
  { [_e]: _se, [_hE]: 500 },
151
150
  [_m, _rAS],
152
151
  [0, [1, { [_hH]: _RA }]], 1
153
152
  ];
154
- n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
155
- exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
153
+ exports.InternalServerException$ = InternalServerException$;
154
+ n0_registry.registerError(InternalServerException$, InternalServerException);
155
+ const ResourceNotFoundException$ = [-3, n0, _RNFE,
156
156
  { [_e]: _c, [_hE]: 404 },
157
157
  [_m, _rI, _rT],
158
158
  [0, 0, 0], 3
159
159
  ];
160
- n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
161
- exports.ServiceQuotaExceededException$ = [-3, n0, _SQEE,
160
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
161
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
162
+ const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
162
163
  { [_e]: _c, [_hE]: 402 },
163
164
  [_m, _rI, _rT, _sC, _qC],
164
165
  [0, 0, 0, 0, 0], 5
165
166
  ];
166
- n0_registry.registerError(exports.ServiceQuotaExceededException$, errors_1.ServiceQuotaExceededException);
167
- exports.ThrottlingException$ = [-3, n0, _TE,
167
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
168
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
169
+ const ThrottlingException$ = [-3, n0, _TE,
168
170
  { [_e]: _c, [_hE]: 429 },
169
171
  [_m, _sC, _qC, _rAS],
170
172
  [0, 0, 0, [1, { [_hH]: _RA }]], 1
171
173
  ];
172
- n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
173
- exports.ValidationException$ = [-3, n0, _VE,
174
+ exports.ThrottlingException$ = ThrottlingException$;
175
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
176
+ const ValidationException$ = [-3, n0, _VE,
174
177
  { [_e]: _c, [_hE]: 400 },
175
178
  [_m, _r, _fL],
176
179
  [0, 0, () => ValidationExceptionFieldList], 2
177
180
  ];
178
- n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
181
+ exports.ValidationException$ = ValidationException$;
182
+ n0_registry.registerError(ValidationException$, ValidationException);
179
183
  exports.errorTypeRegistries = [
180
184
  _s_registry,
181
185
  n0_registry,
182
186
  ];
183
- exports.ClusterSummary$ = [3, n0, _CS,
187
+ const ClusterSummary$ = [3, n0, _CS,
184
188
  0,
185
189
  [_i, _a],
186
190
  [0, 0], 2
187
191
  ];
188
- exports.CreateClusterInput$ = [3, n0, _CCI,
192
+ exports.ClusterSummary$ = ClusterSummary$;
193
+ const CreateClusterInput$ = [3, n0, _CCI,
189
194
  0,
190
195
  [_dPE, _kEK, _t, _cT, _mRP, _p, _bPLSC],
191
- [2, 0, 128 | 0, [0, 4], () => exports.MultiRegionProperties$, 0, 2]
196
+ [2, 0, 128 | 0, [0, 4], () => MultiRegionProperties$, 0, 2]
192
197
  ];
193
- exports.CreateClusterOutput$ = [3, n0, _CCO,
198
+ exports.CreateClusterInput$ = CreateClusterInput$;
199
+ const CreateClusterOutput$ = [3, n0, _CCO,
194
200
  0,
195
201
  [_i, _a, _st, _cTr, _dPE, _mRP, _eD, _en],
196
- [0, 0, 0, 4, 2, () => exports.MultiRegionProperties$, () => exports.EncryptionDetails$, 0], 5
202
+ [0, 0, 0, 4, 2, () => MultiRegionProperties$, () => EncryptionDetails$, 0], 5
197
203
  ];
198
- exports.CreateStreamInput$ = [3, n0, _CSI,
204
+ exports.CreateClusterOutput$ = CreateClusterOutput$;
205
+ const CreateStreamInput$ = [3, n0, _CSI,
199
206
  0,
200
207
  [_cI, _tD, _o, _f, _t, _cT],
201
- [[0, 1], () => exports.TargetDefinition$, 0, 0, 128 | 0, [0, 4]], 4
208
+ [[0, 1], () => TargetDefinition$, 0, 0, 128 | 0, [0, 4]], 4
202
209
  ];
203
- exports.CreateStreamOutput$ = [3, n0, _CSO,
210
+ exports.CreateStreamInput$ = CreateStreamInput$;
211
+ const CreateStreamOutput$ = [3, n0, _CSO,
204
212
  0,
205
213
  [_cI, _sI, _a, _st, _cTr, _o, _f],
206
214
  [0, 0, 0, 0, 4, 0, 0], 7
207
215
  ];
208
- exports.DeleteClusterInput$ = [3, n0, _DCI,
216
+ exports.CreateStreamOutput$ = CreateStreamOutput$;
217
+ const DeleteClusterInput$ = [3, n0, _DCI,
209
218
  0,
210
219
  [_i, _cT],
211
220
  [[0, 1], [0, { [_hQ]: _ct, [_iT]: 1 }]], 1
212
221
  ];
213
- exports.DeleteClusterOutput$ = [3, n0, _DCO,
222
+ exports.DeleteClusterInput$ = DeleteClusterInput$;
223
+ const DeleteClusterOutput$ = [3, n0, _DCO,
214
224
  0,
215
225
  [_i, _a, _st, _cTr],
216
226
  [0, 0, 0, 4], 4
217
227
  ];
218
- exports.DeleteClusterPolicyInput$ = [3, n0, _DCPI,
228
+ exports.DeleteClusterOutput$ = DeleteClusterOutput$;
229
+ const DeleteClusterPolicyInput$ = [3, n0, _DCPI,
219
230
  0,
220
231
  [_i, _ePV, _cT],
221
232
  [[0, 1], [0, { [_hQ]: _epv }], [0, { [_hQ]: _ct, [_iT]: 1 }]], 1
222
233
  ];
223
- exports.DeleteClusterPolicyOutput$ = [3, n0, _DCPO,
234
+ exports.DeleteClusterPolicyInput$ = DeleteClusterPolicyInput$;
235
+ const DeleteClusterPolicyOutput$ = [3, n0, _DCPO,
224
236
  0,
225
237
  [_pV],
226
238
  [0], 1
227
239
  ];
228
- exports.DeleteStreamInput$ = [3, n0, _DSI,
240
+ exports.DeleteClusterPolicyOutput$ = DeleteClusterPolicyOutput$;
241
+ const DeleteStreamInput$ = [3, n0, _DSI,
229
242
  0,
230
243
  [_cI, _sI, _cT],
231
244
  [[0, 1], [0, 1], [0, { [_hQ]: _ct, [_iT]: 1 }]], 2
232
245
  ];
233
- exports.DeleteStreamOutput$ = [3, n0, _DSO,
246
+ exports.DeleteStreamInput$ = DeleteStreamInput$;
247
+ const DeleteStreamOutput$ = [3, n0, _DSO,
234
248
  0,
235
249
  [_cI, _sI, _a, _st, _cTr],
236
250
  [0, 0, 0, 0, 4], 5
237
251
  ];
238
- exports.EncryptionDetails$ = [3, n0, _ED,
252
+ exports.DeleteStreamOutput$ = DeleteStreamOutput$;
253
+ const EncryptionDetails$ = [3, n0, _ED,
239
254
  0,
240
255
  [_eT, _eS, _kKA],
241
256
  [0, 0, 0], 2
242
257
  ];
243
- exports.GetClusterInput$ = [3, n0, _GCI,
258
+ exports.EncryptionDetails$ = EncryptionDetails$;
259
+ const GetClusterInput$ = [3, n0, _GCI,
244
260
  0,
245
261
  [_i],
246
262
  [[0, 1]], 1
247
263
  ];
248
- exports.GetClusterOutput$ = [3, n0, _GCO,
264
+ exports.GetClusterInput$ = GetClusterInput$;
265
+ const GetClusterOutput$ = [3, n0, _GCO,
249
266
  0,
250
267
  [_i, _a, _st, _cTr, _dPE, _mRP, _t, _eD, _en],
251
- [0, 0, 0, 4, 2, () => exports.MultiRegionProperties$, 128 | 0, () => exports.EncryptionDetails$, 0], 5
268
+ [0, 0, 0, 4, 2, () => MultiRegionProperties$, 128 | 0, () => EncryptionDetails$, 0], 5
252
269
  ];
253
- exports.GetClusterPolicyInput$ = [3, n0, _GCPI,
270
+ exports.GetClusterOutput$ = GetClusterOutput$;
271
+ const GetClusterPolicyInput$ = [3, n0, _GCPI,
254
272
  0,
255
273
  [_i],
256
274
  [[0, 1]], 1
257
275
  ];
258
- exports.GetClusterPolicyOutput$ = [3, n0, _GCPO,
276
+ exports.GetClusterPolicyInput$ = GetClusterPolicyInput$;
277
+ const GetClusterPolicyOutput$ = [3, n0, _GCPO,
259
278
  0,
260
279
  [_p, _pV],
261
280
  [0, 0], 2
262
281
  ];
263
- exports.GetStreamInput$ = [3, n0, _GSI,
282
+ exports.GetClusterPolicyOutput$ = GetClusterPolicyOutput$;
283
+ const GetStreamInput$ = [3, n0, _GSI,
264
284
  0,
265
285
  [_cI, _sI],
266
286
  [[0, 1], [0, 1]], 2
267
287
  ];
268
- exports.GetStreamOutput$ = [3, n0, _GSO,
288
+ exports.GetStreamInput$ = GetStreamInput$;
289
+ const GetStreamOutput$ = [3, n0, _GSO,
269
290
  0,
270
291
  [_cI, _sI, _a, _st, _cTr, _o, _f, _tD, _sR, _t],
271
- [0, 0, 0, 0, 4, 0, 0, () => exports.TargetDefinition$, () => exports.StatusReason$, 128 | 0], 7
292
+ [0, 0, 0, 0, 4, 0, 0, () => TargetDefinition$, () => StatusReason$, 128 | 0], 7
272
293
  ];
273
- exports.GetVpcEndpointServiceNameInput$ = [3, n0, _GVESNI,
294
+ exports.GetStreamOutput$ = GetStreamOutput$;
295
+ const GetVpcEndpointServiceNameInput$ = [3, n0, _GVESNI,
274
296
  0,
275
297
  [_i],
276
298
  [[0, 1]], 1
277
299
  ];
278
- exports.GetVpcEndpointServiceNameOutput$ = [3, n0, _GVESNO,
300
+ exports.GetVpcEndpointServiceNameInput$ = GetVpcEndpointServiceNameInput$;
301
+ const GetVpcEndpointServiceNameOutput$ = [3, n0, _GVESNO,
279
302
  0,
280
303
  [_sN, _cVE],
281
304
  [0, 0], 1
282
305
  ];
283
- exports.KinesisTargetDefinition$ = [3, n0, _KTD,
306
+ exports.GetVpcEndpointServiceNameOutput$ = GetVpcEndpointServiceNameOutput$;
307
+ const KinesisTargetDefinition$ = [3, n0, _KTD,
284
308
  0,
285
309
  [_sA, _rA],
286
310
  [0, 0], 2
287
311
  ];
288
- exports.ListClustersInput$ = [3, n0, _LCI,
312
+ exports.KinesisTargetDefinition$ = KinesisTargetDefinition$;
313
+ const ListClustersInput$ = [3, n0, _LCI,
289
314
  0,
290
315
  [_mR, _nT],
291
316
  [[1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }]]
292
317
  ];
293
- exports.ListClustersOutput$ = [3, n0, _LCO,
318
+ exports.ListClustersInput$ = ListClustersInput$;
319
+ const ListClustersOutput$ = [3, n0, _LCO,
294
320
  0,
295
321
  [_cl, _nT],
296
322
  [() => ClusterList, 0], 1
297
323
  ];
298
- exports.ListStreamsInput$ = [3, n0, _LSI,
324
+ exports.ListClustersOutput$ = ListClustersOutput$;
325
+ const ListStreamsInput$ = [3, n0, _LSI,
299
326
  0,
300
327
  [_cI, _mR, _nT],
301
328
  [[0, 1], [1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }]], 1
302
329
  ];
303
- exports.ListStreamsOutput$ = [3, n0, _LSO,
330
+ exports.ListStreamsInput$ = ListStreamsInput$;
331
+ const ListStreamsOutput$ = [3, n0, _LSO,
304
332
  0,
305
333
  [_str, _nT],
306
334
  [() => StreamList, 0], 1
307
335
  ];
308
- exports.ListTagsForResourceInput$ = [3, n0, _LTFRI,
336
+ exports.ListStreamsOutput$ = ListStreamsOutput$;
337
+ const ListTagsForResourceInput$ = [3, n0, _LTFRI,
309
338
  0,
310
339
  [_rAe],
311
340
  [[0, 1]], 1
312
341
  ];
313
- exports.ListTagsForResourceOutput$ = [3, n0, _LTFRO,
342
+ exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
343
+ const ListTagsForResourceOutput$ = [3, n0, _LTFRO,
314
344
  0,
315
345
  [_t],
316
346
  [128 | 0]
317
347
  ];
318
- exports.MultiRegionProperties$ = [3, n0, _MRP,
348
+ exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
349
+ const MultiRegionProperties$ = [3, n0, _MRP,
319
350
  0,
320
351
  [_wR, _cl],
321
352
  [0, 64 | 0]
322
353
  ];
323
- exports.PutClusterPolicyInput$ = [3, n0, _PCPI,
354
+ exports.MultiRegionProperties$ = MultiRegionProperties$;
355
+ const PutClusterPolicyInput$ = [3, n0, _PCPI,
324
356
  0,
325
357
  [_i, _p, _bPLSC, _ePV, _cT],
326
358
  [[0, 1], 0, 2, 0, [0, 4]], 2
327
359
  ];
328
- exports.PutClusterPolicyOutput$ = [3, n0, _PCPO,
360
+ exports.PutClusterPolicyInput$ = PutClusterPolicyInput$;
361
+ const PutClusterPolicyOutput$ = [3, n0, _PCPO,
329
362
  0,
330
363
  [_pV],
331
364
  [0], 1
332
365
  ];
333
- exports.StatusReason$ = [3, n0, _SR,
366
+ exports.PutClusterPolicyOutput$ = PutClusterPolicyOutput$;
367
+ const StatusReason$ = [3, n0, _SR,
334
368
  0,
335
369
  [_e, _uA],
336
370
  [0, 4], 2
337
371
  ];
338
- exports.StreamSummary$ = [3, n0, _SS,
372
+ exports.StatusReason$ = StatusReason$;
373
+ const StreamSummary$ = [3, n0, _SS,
339
374
  0,
340
375
  [_cI, _sI, _a, _cTr, _st],
341
376
  [0, 0, 0, 4, 0], 5
342
377
  ];
343
- exports.TagResourceInput$ = [3, n0, _TRI,
378
+ exports.StreamSummary$ = StreamSummary$;
379
+ const TagResourceInput$ = [3, n0, _TRI,
344
380
  0,
345
381
  [_rAe, _t],
346
382
  [[0, 1], 128 | 0], 2
347
383
  ];
348
- exports.UntagResourceInput$ = [3, n0, _URI,
384
+ exports.TagResourceInput$ = TagResourceInput$;
385
+ const UntagResourceInput$ = [3, n0, _URI,
349
386
  0,
350
387
  [_rAe, _tK],
351
388
  [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
352
389
  ];
353
- exports.UpdateClusterInput$ = [3, n0, _UCI,
390
+ exports.UntagResourceInput$ = UntagResourceInput$;
391
+ const UpdateClusterInput$ = [3, n0, _UCI,
354
392
  0,
355
393
  [_i, _dPE, _kEK, _cT, _mRP],
356
- [[0, 1], 2, 0, [0, 4], () => exports.MultiRegionProperties$], 1
394
+ [[0, 1], 2, 0, [0, 4], () => MultiRegionProperties$], 1
357
395
  ];
358
- exports.UpdateClusterOutput$ = [3, n0, _UCO,
396
+ exports.UpdateClusterInput$ = UpdateClusterInput$;
397
+ const UpdateClusterOutput$ = [3, n0, _UCO,
359
398
  0,
360
399
  [_i, _a, _st, _cTr],
361
400
  [0, 0, 0, 4], 4
362
401
  ];
363
- exports.ValidationExceptionField$ = [3, n0, _VEF,
402
+ exports.UpdateClusterOutput$ = UpdateClusterOutput$;
403
+ const ValidationExceptionField$ = [3, n0, _VEF,
364
404
  0,
365
405
  [_n, _m],
366
406
  [0, 0], 2
367
407
  ];
408
+ exports.ValidationExceptionField$ = ValidationExceptionField$;
368
409
  var __Unit = "unit";
369
410
  var ClusterArnList = 64 | 0;
370
411
  var ClusterList = [1, n0, _CL,
371
- 0, () => exports.ClusterSummary$
412
+ 0, () => ClusterSummary$
372
413
  ];
373
414
  var StreamList = [1, n0, _SL,
374
- 0, () => exports.StreamSummary$
415
+ 0, () => StreamSummary$
375
416
  ];
376
417
  var TagKeyList = 64 | 0;
377
418
  var ValidationExceptionFieldList = [1, n0, _VEFL,
378
- 0, () => exports.ValidationExceptionField$
419
+ 0, () => ValidationExceptionField$
379
420
  ];
380
421
  var TagMap = 128 | 0;
381
- exports.TargetDefinition$ = [4, n0, _TD,
422
+ const TargetDefinition$ = [4, n0, _TD,
382
423
  0,
383
424
  [_k],
384
- [() => exports.KinesisTargetDefinition$]
425
+ [() => KinesisTargetDefinition$]
385
426
  ];
427
+ exports.TargetDefinition$ = TargetDefinition$;
386
428
  exports.CreateCluster$ = [9, n0, _CC,
387
- { [_h]: ["POST", "/cluster", 200] }, () => exports.CreateClusterInput$, () => exports.CreateClusterOutput$
429
+ { [_h]: ["POST", "/cluster", 200] }, () => CreateClusterInput$, () => CreateClusterOutput$
388
430
  ];
389
431
  exports.CreateStream$ = [9, n0, _CSr,
390
- { [_h]: ["POST", "/stream/{clusterIdentifier}", 200] }, () => exports.CreateStreamInput$, () => exports.CreateStreamOutput$
432
+ { [_h]: ["POST", "/stream/{clusterIdentifier}", 200] }, () => CreateStreamInput$, () => CreateStreamOutput$
391
433
  ];
392
434
  exports.DeleteCluster$ = [9, n0, _DC,
393
- { [_h]: ["DELETE", "/cluster/{identifier}", 200] }, () => exports.DeleteClusterInput$, () => exports.DeleteClusterOutput$
435
+ { [_h]: ["DELETE", "/cluster/{identifier}", 200] }, () => DeleteClusterInput$, () => DeleteClusterOutput$
394
436
  ];
395
437
  exports.DeleteClusterPolicy$ = [9, n0, _DCP,
396
- { [_h]: ["DELETE", "/cluster/{identifier}/policy", 200] }, () => exports.DeleteClusterPolicyInput$, () => exports.DeleteClusterPolicyOutput$
438
+ { [_h]: ["DELETE", "/cluster/{identifier}/policy", 200] }, () => DeleteClusterPolicyInput$, () => DeleteClusterPolicyOutput$
397
439
  ];
398
440
  exports.DeleteStream$ = [9, n0, _DS,
399
- { [_h]: ["DELETE", "/stream/{clusterIdentifier}/{streamIdentifier}", 200] }, () => exports.DeleteStreamInput$, () => exports.DeleteStreamOutput$
441
+ { [_h]: ["DELETE", "/stream/{clusterIdentifier}/{streamIdentifier}", 200] }, () => DeleteStreamInput$, () => DeleteStreamOutput$
400
442
  ];
401
443
  exports.GetCluster$ = [9, n0, _GC,
402
- { [_h]: ["GET", "/cluster/{identifier}", 200] }, () => exports.GetClusterInput$, () => exports.GetClusterOutput$
444
+ { [_h]: ["GET", "/cluster/{identifier}", 200] }, () => GetClusterInput$, () => GetClusterOutput$
403
445
  ];
404
446
  exports.GetClusterPolicy$ = [9, n0, _GCP,
405
- { [_h]: ["GET", "/cluster/{identifier}/policy", 200] }, () => exports.GetClusterPolicyInput$, () => exports.GetClusterPolicyOutput$
447
+ { [_h]: ["GET", "/cluster/{identifier}/policy", 200] }, () => GetClusterPolicyInput$, () => GetClusterPolicyOutput$
406
448
  ];
407
449
  exports.GetStream$ = [9, n0, _GS,
408
- { [_h]: ["GET", "/stream/{clusterIdentifier}/{streamIdentifier}", 200] }, () => exports.GetStreamInput$, () => exports.GetStreamOutput$
450
+ { [_h]: ["GET", "/stream/{clusterIdentifier}/{streamIdentifier}", 200] }, () => GetStreamInput$, () => GetStreamOutput$
409
451
  ];
410
452
  exports.GetVpcEndpointServiceName$ = [9, n0, _GVESN,
411
- { [_h]: ["GET", "/clusters/{identifier}/vpc-endpoint-service-name", 200] }, () => exports.GetVpcEndpointServiceNameInput$, () => exports.GetVpcEndpointServiceNameOutput$
453
+ { [_h]: ["GET", "/clusters/{identifier}/vpc-endpoint-service-name", 200] }, () => GetVpcEndpointServiceNameInput$, () => GetVpcEndpointServiceNameOutput$
412
454
  ];
413
455
  exports.ListClusters$ = [9, n0, _LC,
414
- { [_h]: ["GET", "/cluster", 200] }, () => exports.ListClustersInput$, () => exports.ListClustersOutput$
456
+ { [_h]: ["GET", "/cluster", 200] }, () => ListClustersInput$, () => ListClustersOutput$
415
457
  ];
416
458
  exports.ListStreams$ = [9, n0, _LS,
417
- { [_h]: ["GET", "/stream/{clusterIdentifier}", 200] }, () => exports.ListStreamsInput$, () => exports.ListStreamsOutput$
459
+ { [_h]: ["GET", "/stream/{clusterIdentifier}", 200] }, () => ListStreamsInput$, () => ListStreamsOutput$
418
460
  ];
419
461
  exports.ListTagsForResource$ = [9, n0, _LTFR,
420
- { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => exports.ListTagsForResourceInput$, () => exports.ListTagsForResourceOutput$
462
+ { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
421
463
  ];
422
464
  exports.PutClusterPolicy$ = [9, n0, _PCP,
423
- { [_h]: ["POST", "/cluster/{identifier}/policy", 200] }, () => exports.PutClusterPolicyInput$, () => exports.PutClusterPolicyOutput$
465
+ { [_h]: ["POST", "/cluster/{identifier}/policy", 200] }, () => PutClusterPolicyInput$, () => PutClusterPolicyOutput$
424
466
  ];
425
467
  exports.TagResource$ = [9, n0, _TR,
426
- { [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => exports.TagResourceInput$, () => __Unit
468
+ { [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceInput$, () => __Unit
427
469
  ];
428
470
  exports.UntagResource$ = [9, n0, _UR,
429
- { [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => exports.UntagResourceInput$, () => __Unit
471
+ { [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceInput$, () => __Unit
430
472
  ];
431
473
  exports.UpdateCluster$ = [9, n0, _UC,
432
- { [_h]: ["POST", "/cluster/{identifier}", 200] }, () => exports.UpdateClusterInput$, () => exports.UpdateClusterOutput$
474
+ { [_h]: ["POST", "/cluster/{identifier}", 200] }, () => UpdateClusterInput$, () => UpdateClusterOutput$
433
475
  ];
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-dsql",
3
3
  "description": "AWS SDK for JavaScript Dsql Client for Node.js, Browser and React Native",
4
- "version": "3.1068.0",
4
+ "version": "3.1069.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline",
8
- "build:es": "tsc -p tsconfig.es.json",
8
+ "build:es": "premove dist-es && tsc -p tsconfig.es.json",
9
9
  "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
10
- "build:types": "tsc -p tsconfig.types.json",
10
+ "build:types": "premove dist-types && tsc -p tsconfig.types.json",
11
11
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
- "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
12
+ "clean": "premove dist-cjs dist-es dist-types",
13
13
  "extract:docs": "api-extractor run --local",
14
- "generate:client": "node ../../scripts/generate-clients/single-service --solo dsql",
14
+ "generate:client": "node ../../scripts/generate-clients/single-service",
15
15
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
16
16
  },
17
17
  "main": "./dist-cjs/index.js",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.974.20",
25
- "@aws-sdk/credential-provider-node": "^3.972.55",
26
- "@aws-sdk/types": "^3.973.12",
24
+ "@aws-sdk/core": "^3.974.21",
25
+ "@aws-sdk/credential-provider-node": "^3.972.56",
26
+ "@aws-sdk/types": "^3.973.13",
27
27
  "@smithy/core": "^3.24.6",
28
28
  "@smithy/fetch-http-handler": "^5.4.6",
29
29
  "@smithy/node-http-handler": "^4.7.6",