@aws-sdk/client-redshift-serverless 3.170.0 → 3.178.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.
Files changed (50) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/RedshiftServerless.d.ts +0 -37
  6. package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/CreateWorkgroupCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DeleteWorkgroupCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/GetCredentialsCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/GetEndpointAccessCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/GetRecoveryPointCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/GetSnapshotCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/GetUsageLimitCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/GetWorkgroupCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/ListEndpointAccessCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/ListRecoveryPointsCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/ListSnapshotsCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/ListUsageLimitsCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/ListWorkgroupsCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/RestoreFromRecoveryPointCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/UpdateEndpointAccessCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/UpdateNamespaceCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +0 -2
  42. package/dist-types/ts3.4/commands/UpdateUsageLimitCommand.d.ts +0 -2
  43. package/dist-types/ts3.4/commands/UpdateWorkgroupCommand.d.ts +0 -2
  44. package/dist-types/ts3.4/models/RedshiftServerlessServiceException.d.ts +0 -1
  45. package/dist-types/ts3.4/models/models_0.d.ts +0 -281
  46. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  47. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  48. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  49. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  50. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-redshift-serverless
9
+
10
+
11
+
12
+
13
+
14
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-redshift-serverless
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-redshift-serverless
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: RedshiftServerlessClientConfig)
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: RedshiftServerlessClientConfig)
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: RedshiftServerlessClientConfig)
30
30
  tls?: boolean | undefined;
31
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
32
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
33
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
34
34
  signingEscapePath?: boolean | undefined;
35
35
  systemClockOffset?: number | undefined;
36
36
  signingRegion?: string | undefined;
@@ -148,7 +148,6 @@ import {
148
148
  UpdateWorkgroupCommandOutput,
149
149
  } from "./commands/UpdateWorkgroupCommand";
150
150
  import { RedshiftServerlessClient } from "./RedshiftServerlessClient";
151
-
152
151
  export declare class RedshiftServerless extends RedshiftServerlessClient {
153
152
  convertRecoveryPointToSnapshot(
154
153
  args: ConvertRecoveryPointToSnapshotCommandInput,
@@ -163,7 +162,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
163
162
  options: __HttpHandlerOptions,
164
163
  cb: (err: any, data?: ConvertRecoveryPointToSnapshotCommandOutput) => void
165
164
  ): void;
166
-
167
165
  createEndpointAccess(
168
166
  args: CreateEndpointAccessCommandInput,
169
167
  options?: __HttpHandlerOptions
@@ -177,7 +175,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
177
175
  options: __HttpHandlerOptions,
178
176
  cb: (err: any, data?: CreateEndpointAccessCommandOutput) => void
179
177
  ): void;
180
-
181
178
  createNamespace(
182
179
  args: CreateNamespaceCommandInput,
183
180
  options?: __HttpHandlerOptions
@@ -191,7 +188,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
191
188
  options: __HttpHandlerOptions,
192
189
  cb: (err: any, data?: CreateNamespaceCommandOutput) => void
193
190
  ): void;
194
-
195
191
  createSnapshot(
196
192
  args: CreateSnapshotCommandInput,
197
193
  options?: __HttpHandlerOptions
@@ -205,7 +201,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
205
201
  options: __HttpHandlerOptions,
206
202
  cb: (err: any, data?: CreateSnapshotCommandOutput) => void
207
203
  ): void;
208
-
209
204
  createUsageLimit(
210
205
  args: CreateUsageLimitCommandInput,
211
206
  options?: __HttpHandlerOptions
@@ -219,7 +214,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
219
214
  options: __HttpHandlerOptions,
220
215
  cb: (err: any, data?: CreateUsageLimitCommandOutput) => void
221
216
  ): void;
222
-
223
217
  createWorkgroup(
224
218
  args: CreateWorkgroupCommandInput,
225
219
  options?: __HttpHandlerOptions
@@ -233,7 +227,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
233
227
  options: __HttpHandlerOptions,
234
228
  cb: (err: any, data?: CreateWorkgroupCommandOutput) => void
235
229
  ): void;
236
-
237
230
  deleteEndpointAccess(
238
231
  args: DeleteEndpointAccessCommandInput,
239
232
  options?: __HttpHandlerOptions
@@ -247,7 +240,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
247
240
  options: __HttpHandlerOptions,
248
241
  cb: (err: any, data?: DeleteEndpointAccessCommandOutput) => void
249
242
  ): void;
250
-
251
243
  deleteNamespace(
252
244
  args: DeleteNamespaceCommandInput,
253
245
  options?: __HttpHandlerOptions
@@ -261,7 +253,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
261
253
  options: __HttpHandlerOptions,
262
254
  cb: (err: any, data?: DeleteNamespaceCommandOutput) => void
263
255
  ): void;
264
-
265
256
  deleteResourcePolicy(
266
257
  args: DeleteResourcePolicyCommandInput,
267
258
  options?: __HttpHandlerOptions
@@ -275,7 +266,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
275
266
  options: __HttpHandlerOptions,
276
267
  cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
277
268
  ): void;
278
-
279
269
  deleteSnapshot(
280
270
  args: DeleteSnapshotCommandInput,
281
271
  options?: __HttpHandlerOptions
@@ -289,7 +279,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
289
279
  options: __HttpHandlerOptions,
290
280
  cb: (err: any, data?: DeleteSnapshotCommandOutput) => void
291
281
  ): void;
292
-
293
282
  deleteUsageLimit(
294
283
  args: DeleteUsageLimitCommandInput,
295
284
  options?: __HttpHandlerOptions
@@ -303,7 +292,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
303
292
  options: __HttpHandlerOptions,
304
293
  cb: (err: any, data?: DeleteUsageLimitCommandOutput) => void
305
294
  ): void;
306
-
307
295
  deleteWorkgroup(
308
296
  args: DeleteWorkgroupCommandInput,
309
297
  options?: __HttpHandlerOptions
@@ -317,7 +305,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
317
305
  options: __HttpHandlerOptions,
318
306
  cb: (err: any, data?: DeleteWorkgroupCommandOutput) => void
319
307
  ): void;
320
-
321
308
  getCredentials(
322
309
  args: GetCredentialsCommandInput,
323
310
  options?: __HttpHandlerOptions
@@ -331,7 +318,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
331
318
  options: __HttpHandlerOptions,
332
319
  cb: (err: any, data?: GetCredentialsCommandOutput) => void
333
320
  ): void;
334
-
335
321
  getEndpointAccess(
336
322
  args: GetEndpointAccessCommandInput,
337
323
  options?: __HttpHandlerOptions
@@ -345,7 +331,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
345
331
  options: __HttpHandlerOptions,
346
332
  cb: (err: any, data?: GetEndpointAccessCommandOutput) => void
347
333
  ): void;
348
-
349
334
  getNamespace(
350
335
  args: GetNamespaceCommandInput,
351
336
  options?: __HttpHandlerOptions
@@ -359,7 +344,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
359
344
  options: __HttpHandlerOptions,
360
345
  cb: (err: any, data?: GetNamespaceCommandOutput) => void
361
346
  ): void;
362
-
363
347
  getRecoveryPoint(
364
348
  args: GetRecoveryPointCommandInput,
365
349
  options?: __HttpHandlerOptions
@@ -373,7 +357,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
373
357
  options: __HttpHandlerOptions,
374
358
  cb: (err: any, data?: GetRecoveryPointCommandOutput) => void
375
359
  ): void;
376
-
377
360
  getResourcePolicy(
378
361
  args: GetResourcePolicyCommandInput,
379
362
  options?: __HttpHandlerOptions
@@ -387,7 +370,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
387
370
  options: __HttpHandlerOptions,
388
371
  cb: (err: any, data?: GetResourcePolicyCommandOutput) => void
389
372
  ): void;
390
-
391
373
  getSnapshot(
392
374
  args: GetSnapshotCommandInput,
393
375
  options?: __HttpHandlerOptions
@@ -401,7 +383,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
401
383
  options: __HttpHandlerOptions,
402
384
  cb: (err: any, data?: GetSnapshotCommandOutput) => void
403
385
  ): void;
404
-
405
386
  getUsageLimit(
406
387
  args: GetUsageLimitCommandInput,
407
388
  options?: __HttpHandlerOptions
@@ -415,7 +396,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
415
396
  options: __HttpHandlerOptions,
416
397
  cb: (err: any, data?: GetUsageLimitCommandOutput) => void
417
398
  ): void;
418
-
419
399
  getWorkgroup(
420
400
  args: GetWorkgroupCommandInput,
421
401
  options?: __HttpHandlerOptions
@@ -429,7 +409,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
429
409
  options: __HttpHandlerOptions,
430
410
  cb: (err: any, data?: GetWorkgroupCommandOutput) => void
431
411
  ): void;
432
-
433
412
  listEndpointAccess(
434
413
  args: ListEndpointAccessCommandInput,
435
414
  options?: __HttpHandlerOptions
@@ -443,7 +422,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
443
422
  options: __HttpHandlerOptions,
444
423
  cb: (err: any, data?: ListEndpointAccessCommandOutput) => void
445
424
  ): void;
446
-
447
425
  listNamespaces(
448
426
  args: ListNamespacesCommandInput,
449
427
  options?: __HttpHandlerOptions
@@ -457,7 +435,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
457
435
  options: __HttpHandlerOptions,
458
436
  cb: (err: any, data?: ListNamespacesCommandOutput) => void
459
437
  ): void;
460
-
461
438
  listRecoveryPoints(
462
439
  args: ListRecoveryPointsCommandInput,
463
440
  options?: __HttpHandlerOptions
@@ -471,7 +448,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
471
448
  options: __HttpHandlerOptions,
472
449
  cb: (err: any, data?: ListRecoveryPointsCommandOutput) => void
473
450
  ): void;
474
-
475
451
  listSnapshots(
476
452
  args: ListSnapshotsCommandInput,
477
453
  options?: __HttpHandlerOptions
@@ -485,7 +461,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
485
461
  options: __HttpHandlerOptions,
486
462
  cb: (err: any, data?: ListSnapshotsCommandOutput) => void
487
463
  ): void;
488
-
489
464
  listTagsForResource(
490
465
  args: ListTagsForResourceCommandInput,
491
466
  options?: __HttpHandlerOptions
@@ -499,7 +474,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
499
474
  options: __HttpHandlerOptions,
500
475
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
501
476
  ): void;
502
-
503
477
  listUsageLimits(
504
478
  args: ListUsageLimitsCommandInput,
505
479
  options?: __HttpHandlerOptions
@@ -513,7 +487,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
513
487
  options: __HttpHandlerOptions,
514
488
  cb: (err: any, data?: ListUsageLimitsCommandOutput) => void
515
489
  ): void;
516
-
517
490
  listWorkgroups(
518
491
  args: ListWorkgroupsCommandInput,
519
492
  options?: __HttpHandlerOptions
@@ -527,7 +500,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
527
500
  options: __HttpHandlerOptions,
528
501
  cb: (err: any, data?: ListWorkgroupsCommandOutput) => void
529
502
  ): void;
530
-
531
503
  putResourcePolicy(
532
504
  args: PutResourcePolicyCommandInput,
533
505
  options?: __HttpHandlerOptions
@@ -541,7 +513,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
541
513
  options: __HttpHandlerOptions,
542
514
  cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
543
515
  ): void;
544
-
545
516
  restoreFromRecoveryPoint(
546
517
  args: RestoreFromRecoveryPointCommandInput,
547
518
  options?: __HttpHandlerOptions
@@ -555,7 +526,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
555
526
  options: __HttpHandlerOptions,
556
527
  cb: (err: any, data?: RestoreFromRecoveryPointCommandOutput) => void
557
528
  ): void;
558
-
559
529
  restoreFromSnapshot(
560
530
  args: RestoreFromSnapshotCommandInput,
561
531
  options?: __HttpHandlerOptions
@@ -569,7 +539,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
569
539
  options: __HttpHandlerOptions,
570
540
  cb: (err: any, data?: RestoreFromSnapshotCommandOutput) => void
571
541
  ): void;
572
-
573
542
  tagResource(
574
543
  args: TagResourceCommandInput,
575
544
  options?: __HttpHandlerOptions
@@ -583,7 +552,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
583
552
  options: __HttpHandlerOptions,
584
553
  cb: (err: any, data?: TagResourceCommandOutput) => void
585
554
  ): void;
586
-
587
555
  untagResource(
588
556
  args: UntagResourceCommandInput,
589
557
  options?: __HttpHandlerOptions
@@ -597,7 +565,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
597
565
  options: __HttpHandlerOptions,
598
566
  cb: (err: any, data?: UntagResourceCommandOutput) => void
599
567
  ): void;
600
-
601
568
  updateEndpointAccess(
602
569
  args: UpdateEndpointAccessCommandInput,
603
570
  options?: __HttpHandlerOptions
@@ -611,7 +578,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
611
578
  options: __HttpHandlerOptions,
612
579
  cb: (err: any, data?: UpdateEndpointAccessCommandOutput) => void
613
580
  ): void;
614
-
615
581
  updateNamespace(
616
582
  args: UpdateNamespaceCommandInput,
617
583
  options?: __HttpHandlerOptions
@@ -625,7 +591,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
625
591
  options: __HttpHandlerOptions,
626
592
  cb: (err: any, data?: UpdateNamespaceCommandOutput) => void
627
593
  ): void;
628
-
629
594
  updateSnapshot(
630
595
  args: UpdateSnapshotCommandInput,
631
596
  options?: __HttpHandlerOptions
@@ -639,7 +604,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
639
604
  options: __HttpHandlerOptions,
640
605
  cb: (err: any, data?: UpdateSnapshotCommandOutput) => void
641
606
  ): void;
642
-
643
607
  updateUsageLimit(
644
608
  args: UpdateUsageLimitCommandInput,
645
609
  options?: __HttpHandlerOptions
@@ -653,7 +617,6 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
653
617
  options: __HttpHandlerOptions,
654
618
  cb: (err: any, data?: UpdateUsageLimitCommandOutput) => void
655
619
  ): void;
656
-
657
620
  updateWorkgroup(
658
621
  args: UpdateWorkgroupCommandInput,
659
622
  options?: __HttpHandlerOptions
@@ -269,47 +269,26 @@ export declare type ServiceOutputTypes =
269
269
  export interface ClientDefaults
270
270
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
271
271
  requestHandler?: __HttpHandler;
272
-
273
272
  sha256?: __HashConstructor;
274
-
275
273
  urlParser?: __UrlParser;
276
-
277
274
  bodyLengthChecker?: __BodyLengthCalculator;
278
-
279
275
  streamCollector?: __StreamCollector;
280
-
281
276
  base64Decoder?: __Decoder;
282
-
283
277
  base64Encoder?: __Encoder;
284
-
285
278
  utf8Decoder?: __Decoder;
286
-
287
279
  utf8Encoder?: __Encoder;
288
-
289
280
  runtime?: string;
290
-
291
281
  disableHostPrefix?: boolean;
292
-
293
282
  maxAttempts?: number | __Provider<number>;
294
-
295
283
  retryMode?: string | __Provider<string>;
296
-
297
284
  logger?: __Logger;
298
-
299
285
  useDualstackEndpoint?: boolean | __Provider<boolean>;
300
-
301
286
  useFipsEndpoint?: boolean | __Provider<boolean>;
302
-
303
287
  serviceId?: string;
304
-
305
288
  region?: string | __Provider<string>;
306
-
307
289
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
308
-
309
290
  regionInfoProvider?: RegionInfoProvider;
310
-
311
291
  defaultUserAgentProvider?: Provider<__UserAgent>;
312
-
313
292
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
314
293
  }
315
294
  declare type RedshiftServerlessClientConfigType = Partial<
@@ -322,7 +301,6 @@ declare type RedshiftServerlessClientConfigType = Partial<
322
301
  HostHeaderInputConfig &
323
302
  AwsAuthInputConfig &
324
303
  UserAgentInputConfig;
325
-
326
304
  export interface RedshiftServerlessClientConfig
327
305
  extends RedshiftServerlessClientConfigType {}
328
306
  declare type RedshiftServerlessClientResolvedConfigType =
@@ -334,10 +312,8 @@ declare type RedshiftServerlessClientResolvedConfigType =
334
312
  HostHeaderResolvedConfig &
335
313
  AwsAuthResolvedConfig &
336
314
  UserAgentResolvedConfig;
337
-
338
315
  export interface RedshiftServerlessClientResolvedConfig
339
316
  extends RedshiftServerlessClientResolvedConfigType {}
340
-
341
317
  export declare class RedshiftServerlessClient extends __Client<
342
318
  __HttpHandlerOptions,
343
319
  ServiceInputTypes,
@@ -346,7 +322,6 @@ export declare class RedshiftServerlessClient extends __Client<
346
322
  > {
347
323
  readonly config: RedshiftServerlessClientResolvedConfig;
348
324
  constructor(configuration: RedshiftServerlessClientConfig);
349
-
350
325
  destroy(): void;
351
326
  }
352
327
  export {};
@@ -19,7 +19,6 @@ export interface ConvertRecoveryPointToSnapshotCommandInput
19
19
  export interface ConvertRecoveryPointToSnapshotCommandOutput
20
20
  extends ConvertRecoveryPointToSnapshotResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ConvertRecoveryPointToSnapshotCommand extends $Command<
24
23
  ConvertRecoveryPointToSnapshotCommandInput,
25
24
  ConvertRecoveryPointToSnapshotCommandOutput,
@@ -27,7 +26,6 @@ export declare class ConvertRecoveryPointToSnapshotCommand extends $Command<
27
26
  > {
28
27
  readonly input: ConvertRecoveryPointToSnapshotCommandInput;
29
28
  constructor(input: ConvertRecoveryPointToSnapshotCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: RedshiftServerlessClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateEndpointAccessCommandInput
19
19
  export interface CreateEndpointAccessCommandOutput
20
20
  extends CreateEndpointAccessResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateEndpointAccessCommand extends $Command<
24
23
  CreateEndpointAccessCommandInput,
25
24
  CreateEndpointAccessCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateEndpointAccessCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateEndpointAccessCommandInput;
29
28
  constructor(input: CreateEndpointAccessCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: RedshiftServerlessClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateNamespaceCommandInput extends CreateNamespaceRequest {}
18
18
  export interface CreateNamespaceCommandOutput
19
19
  extends CreateNamespaceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateNamespaceCommand extends $Command<
23
22
  CreateNamespaceCommandInput,
24
23
  CreateNamespaceCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateNamespaceCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateNamespaceCommandInput;
28
27
  constructor(input: CreateNamespaceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: RedshiftServerlessClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateSnapshotCommandInput extends CreateSnapshotRequest {}
18
18
  export interface CreateSnapshotCommandOutput
19
19
  extends CreateSnapshotResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateSnapshotCommand extends $Command<
23
22
  CreateSnapshotCommandInput,
24
23
  CreateSnapshotCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateSnapshotCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateSnapshotCommandInput;
28
27
  constructor(input: CreateSnapshotCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: RedshiftServerlessClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateUsageLimitCommandInput extends CreateUsageLimitRequest {}
18
18
  export interface CreateUsageLimitCommandOutput
19
19
  extends CreateUsageLimitResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateUsageLimitCommand extends $Command<
23
22
  CreateUsageLimitCommandInput,
24
23
  CreateUsageLimitCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateUsageLimitCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateUsageLimitCommandInput;
28
27
  constructor(input: CreateUsageLimitCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: RedshiftServerlessClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateWorkgroupCommandInput extends CreateWorkgroupRequest {}
18
18
  export interface CreateWorkgroupCommandOutput
19
19
  extends CreateWorkgroupResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateWorkgroupCommand extends $Command<
23
22
  CreateWorkgroupCommandInput,
24
23
  CreateWorkgroupCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateWorkgroupCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateWorkgroupCommandInput;
28
27
  constructor(input: CreateWorkgroupCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: RedshiftServerlessClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteEndpointAccessCommandInput
19
19
  export interface DeleteEndpointAccessCommandOutput
20
20
  extends DeleteEndpointAccessResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteEndpointAccessCommand extends $Command<
24
23
  DeleteEndpointAccessCommandInput,
25
24
  DeleteEndpointAccessCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteEndpointAccessCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteEndpointAccessCommandInput;
29
28
  constructor(input: DeleteEndpointAccessCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: RedshiftServerlessClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteNamespaceCommandInput extends DeleteNamespaceRequest {}
18
18
  export interface DeleteNamespaceCommandOutput
19
19
  extends DeleteNamespaceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteNamespaceCommand extends $Command<
23
22
  DeleteNamespaceCommandInput,
24
23
  DeleteNamespaceCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteNamespaceCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteNamespaceCommandInput;
28
27
  constructor(input: DeleteNamespaceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: RedshiftServerlessClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteResourcePolicyCommandInput
19
19
  export interface DeleteResourcePolicyCommandOutput
20
20
  extends DeleteResourcePolicyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteResourcePolicyCommand extends $Command<
24
23
  DeleteResourcePolicyCommandInput,
25
24
  DeleteResourcePolicyCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteResourcePolicyCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteResourcePolicyCommandInput;
29
28
  constructor(input: DeleteResourcePolicyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: RedshiftServerlessClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteSnapshotCommandInput extends DeleteSnapshotRequest {}
18
18
  export interface DeleteSnapshotCommandOutput
19
19
  extends DeleteSnapshotResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteSnapshotCommand extends $Command<
23
22
  DeleteSnapshotCommandInput,
24
23
  DeleteSnapshotCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteSnapshotCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteSnapshotCommandInput;
28
27
  constructor(input: DeleteSnapshotCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: RedshiftServerlessClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteUsageLimitCommandInput extends DeleteUsageLimitRequest {}
18
18
  export interface DeleteUsageLimitCommandOutput
19
19
  extends DeleteUsageLimitResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteUsageLimitCommand extends $Command<
23
22
  DeleteUsageLimitCommandInput,
24
23
  DeleteUsageLimitCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteUsageLimitCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteUsageLimitCommandInput;
28
27
  constructor(input: DeleteUsageLimitCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: RedshiftServerlessClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteWorkgroupCommandInput extends DeleteWorkgroupRequest {}
18
18
  export interface DeleteWorkgroupCommandOutput
19
19
  extends DeleteWorkgroupResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteWorkgroupCommand extends $Command<
23
22
  DeleteWorkgroupCommandInput,
24
23
  DeleteWorkgroupCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteWorkgroupCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteWorkgroupCommandInput;
28
27
  constructor(input: DeleteWorkgroupCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: RedshiftServerlessClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface GetCredentialsCommandInput extends GetCredentialsRequest {}
18
18
  export interface GetCredentialsCommandOutput
19
19
  extends GetCredentialsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class GetCredentialsCommand extends $Command<
23
22
  GetCredentialsCommandInput,
24
23
  GetCredentialsCommandOutput,
@@ -26,7 +25,6 @@ export declare class GetCredentialsCommand extends $Command<
26
25
  > {
27
26
  readonly input: GetCredentialsCommandInput;
28
27
  constructor(input: GetCredentialsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: RedshiftServerlessClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetEndpointAccessCommandInput
19
19
  export interface GetEndpointAccessCommandOutput
20
20
  extends GetEndpointAccessResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetEndpointAccessCommand extends $Command<
24
23
  GetEndpointAccessCommandInput,
25
24
  GetEndpointAccessCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetEndpointAccessCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetEndpointAccessCommandInput;
29
28
  constructor(input: GetEndpointAccessCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: RedshiftServerlessClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface GetNamespaceCommandInput extends GetNamespaceRequest {}
15
15
  export interface GetNamespaceCommandOutput
16
16
  extends GetNamespaceResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class GetNamespaceCommand extends $Command<
20
19
  GetNamespaceCommandInput,
21
20
  GetNamespaceCommandOutput,
@@ -23,7 +22,6 @@ export declare class GetNamespaceCommand extends $Command<
23
22
  > {
24
23
  readonly input: GetNamespaceCommandInput;
25
24
  constructor(input: GetNamespaceCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: RedshiftServerlessClientResolvedConfig,