@aws-sdk/client-redshift-serverless 3.986.0 → 3.988.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.
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultRedshiftServerlessHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
8
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
+ import { errorTypeRegistries } from "./schemas/schemas_0";
9
10
  export const getRuntimeConfig = (config) => {
10
11
  return {
11
12
  apiVersion: "2021-04-21",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsJson1_1Protocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.redshiftserverless",
30
+ errorTypeRegistries,
29
31
  version: "2021-04-21",
30
32
  serviceTarget: "RedshiftServerless",
31
33
  },
@@ -380,7 +380,7 @@ const _rPe = "recoveryPoint";
380
380
  const _rPec = "recoveryPoints";
381
381
  const _rPes = "resourcePolicy";
382
382
  const _rT = "requestTime";
383
- const _s = "snapshot";
383
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.redshiftserverless";
384
384
  const _sA = "scheduledAction";
385
385
  const _sAD = "scheduledActionDescription";
386
386
  const _sAN = "scheduledActionName";
@@ -408,8 +408,8 @@ const _sT = "startTime";
408
408
  const _sTN = "sourceTableName";
409
409
  const _sc = "schedule";
410
410
  const _se = "server";
411
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.redshiftserverless";
412
- const _sn = "snapshots";
411
+ const _sn = "snapshot";
412
+ const _sna = "snapshots";
413
413
  const _st = "status";
414
414
  const _sta = "state";
415
415
  const _t = "tags";
@@ -453,14 +453,88 @@ const n0 = "com.amazonaws.redshiftserverless";
453
453
  import { TypeRegistry } from "@smithy/core/schema";
454
454
  import { AccessDeniedException, ConflictException, DryRunException, InsufficientCapacityException, InternalServerException, InvalidPaginationException, Ipv6CidrBlockNotFoundException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, TooManyTagsException, ValidationException, } from "../models/errors";
455
455
  import { RedshiftServerlessServiceException } from "../models/RedshiftServerlessServiceException";
456
- var DbPassword = [0, n0, _DP, 8, 0];
457
- var DbUser = [0, n0, _DU, 8, 0];
456
+ const _s_registry = TypeRegistry.for(_s);
457
+ export var RedshiftServerlessServiceException$ = [-3, _s, "RedshiftServerlessServiceException", 0, [], []];
458
+ _s_registry.registerError(RedshiftServerlessServiceException$, RedshiftServerlessServiceException);
459
+ const n0_registry = TypeRegistry.for(n0);
458
460
  export var AccessDeniedException$ = [-3, n0, _ADE,
459
461
  { [_e]: _c, [_hE]: 403 },
460
462
  [_co, _m],
461
463
  [0, 0]
462
464
  ];
463
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
465
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
466
+ export var ConflictException$ = [-3, n0, _CE,
467
+ { [_e]: _c, [_hE]: 409 },
468
+ [_m],
469
+ [0], 1
470
+ ];
471
+ n0_registry.registerError(ConflictException$, ConflictException);
472
+ export var DryRunException$ = [-3, n0, _DRE,
473
+ { [_e]: _c, [_hE]: 400 },
474
+ [_m],
475
+ [0], 1
476
+ ];
477
+ n0_registry.registerError(DryRunException$, DryRunException);
478
+ export var InsufficientCapacityException$ = [-3, n0, _ICE,
479
+ { [_e]: _c, [_hE]: 400 },
480
+ [_m],
481
+ [0], 1
482
+ ];
483
+ n0_registry.registerError(InsufficientCapacityException$, InsufficientCapacityException);
484
+ export var InternalServerException$ = [-3, n0, _ISE,
485
+ { [_e]: _se, [_hE]: 500 },
486
+ [_m],
487
+ [0], 1
488
+ ];
489
+ n0_registry.registerError(InternalServerException$, InternalServerException);
490
+ export var InvalidPaginationException$ = [-3, n0, _IPE,
491
+ { [_e]: _c, [_hE]: 400 },
492
+ [_m],
493
+ [0], 1
494
+ ];
495
+ n0_registry.registerError(InvalidPaginationException$, InvalidPaginationException);
496
+ export var Ipv6CidrBlockNotFoundException$ = [-3, n0, _ICBNFE,
497
+ { [_e]: _c, [_hE]: 400 },
498
+ [_m],
499
+ [0], 1
500
+ ];
501
+ n0_registry.registerError(Ipv6CidrBlockNotFoundException$, Ipv6CidrBlockNotFoundException);
502
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
503
+ { [_e]: _c, [_hE]: 404 },
504
+ [_m, _rN],
505
+ [0, 0], 1
506
+ ];
507
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
508
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
509
+ { [_e]: _c, [_hE]: 402 },
510
+ [_m],
511
+ [0], 1
512
+ ];
513
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
514
+ export var ThrottlingException$ = [-3, n0, _TE,
515
+ { [_e]: _c, [_hE]: 429 },
516
+ [_co, _m],
517
+ [0, 0]
518
+ ];
519
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
520
+ export var TooManyTagsException$ = [-3, n0, _TMTE,
521
+ { [_e]: _c, [_hE]: 400 },
522
+ [_m, _rN],
523
+ [0, 0]
524
+ ];
525
+ n0_registry.registerError(TooManyTagsException$, TooManyTagsException);
526
+ export var ValidationException$ = [-3, n0, _VE,
527
+ { [_e]: _c, [_hE]: 400 },
528
+ [_m],
529
+ [0], 1
530
+ ];
531
+ n0_registry.registerError(ValidationException$, ValidationException);
532
+ export const errorTypeRegistries = [
533
+ _s_registry,
534
+ n0_registry,
535
+ ];
536
+ var DbPassword = [0, n0, _DP, 8, 0];
537
+ var DbUser = [0, n0, _DU, 8, 0];
464
538
  export var Association$ = [3, n0, _A,
465
539
  0,
466
540
  [_cDCA, _cDCET, _cDN, _wN],
@@ -471,12 +545,6 @@ export var ConfigParameter$ = [3, n0, _CP,
471
545
  [_pK, _pV],
472
546
  [0, 0]
473
547
  ];
474
- export var ConflictException$ = [-3, n0, _CE,
475
- { [_e]: _c, [_hE]: 409 },
476
- [_m],
477
- [0], 1
478
- ];
479
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
480
548
  export var ConvertRecoveryPointToSnapshotRequest$ = [3, n0, _CRPTSR,
481
549
  0,
482
550
  [_rPI, _sN, _rP, _t],
@@ -484,7 +552,7 @@ export var ConvertRecoveryPointToSnapshotRequest$ = [3, n0, _CRPTSR,
484
552
  ];
485
553
  export var ConvertRecoveryPointToSnapshotResponse$ = [3, n0, _CRPTSRo,
486
554
  0,
487
- [_s],
555
+ [_sn],
488
556
  [() => Snapshot$]
489
557
  ];
490
558
  export var CreateCustomDomainAssociationRequest$ = [3, n0, _CCDAR,
@@ -554,7 +622,7 @@ export var CreateSnapshotRequest$ = [3, n0, _CSR,
554
622
  ];
555
623
  export var CreateSnapshotResponse$ = [3, n0, _CSRr,
556
624
  0,
557
- [_s],
625
+ [_sn],
558
626
  [() => Snapshot$]
559
627
  ];
560
628
  export var CreateSnapshotScheduleActionParameters$ = [3, n0, _CSSAP,
@@ -649,7 +717,7 @@ export var DeleteSnapshotRequest$ = [3, n0, _DSR,
649
717
  ];
650
718
  export var DeleteSnapshotResponse$ = [3, n0, _DSRe,
651
719
  0,
652
- [_s],
720
+ [_sn],
653
721
  [() => Snapshot$]
654
722
  ];
655
723
  export var DeleteUsageLimitRequest$ = [3, n0, _DULR,
@@ -672,12 +740,6 @@ export var DeleteWorkgroupResponse$ = [3, n0, _DWRe,
672
740
  [_w],
673
741
  [() => Workgroup$], 1
674
742
  ];
675
- export var DryRunException$ = [-3, n0, _DRE,
676
- { [_e]: _c, [_hE]: 400 },
677
- [_m],
678
- [0], 1
679
- ];
680
- TypeRegistry.for(n0).registerError(DryRunException$, DryRunException);
681
743
  export var Endpoint$ = [3, n0, _E,
682
744
  0,
683
745
  [_ad, _po, _vE],
@@ -795,7 +857,7 @@ export var GetSnapshotRequest$ = [3, n0, _GSR,
795
857
  ];
796
858
  export var GetSnapshotResponse$ = [3, n0, _GSRe,
797
859
  0,
798
- [_s],
860
+ [_sn],
799
861
  [() => Snapshot$]
800
862
  ];
801
863
  export var GetTableRestoreStatusRequest$ = [3, n0, _GTRSR,
@@ -838,30 +900,6 @@ export var GetWorkgroupResponse$ = [3, n0, _GWRe,
838
900
  [_w],
839
901
  [() => Workgroup$], 1
840
902
  ];
841
- export var InsufficientCapacityException$ = [-3, n0, _ICE,
842
- { [_e]: _c, [_hE]: 400 },
843
- [_m],
844
- [0], 1
845
- ];
846
- TypeRegistry.for(n0).registerError(InsufficientCapacityException$, InsufficientCapacityException);
847
- export var InternalServerException$ = [-3, n0, _ISE,
848
- { [_e]: _se, [_hE]: 500 },
849
- [_m],
850
- [0], 1
851
- ];
852
- TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
853
- export var InvalidPaginationException$ = [-3, n0, _IPE,
854
- { [_e]: _c, [_hE]: 400 },
855
- [_m],
856
- [0], 1
857
- ];
858
- TypeRegistry.for(n0).registerError(InvalidPaginationException$, InvalidPaginationException);
859
- export var Ipv6CidrBlockNotFoundException$ = [-3, n0, _ICBNFE,
860
- { [_e]: _c, [_hE]: 400 },
861
- [_m],
862
- [0], 1
863
- ];
864
- TypeRegistry.for(n0).registerError(Ipv6CidrBlockNotFoundException$, Ipv6CidrBlockNotFoundException);
865
903
  export var ListCustomDomainAssociationsRequest$ = [3, n0, _LCDAR,
866
904
  0,
867
905
  [_nT, _mR, _cDN, _cDCA],
@@ -959,7 +997,7 @@ export var ListSnapshotsRequest$ = [3, n0, _LSR,
959
997
  ];
960
998
  export var ListSnapshotsResponse$ = [3, n0, _LSRi,
961
999
  0,
962
- [_nT, _sn],
1000
+ [_nT, _sna],
963
1001
  [0, () => SnapshotList]
964
1002
  ];
965
1003
  export var ListTableRestoreStatusRequest$ = [3, n0, _LTRSR,
@@ -1057,12 +1095,6 @@ export var ReservationOffering$ = [3, n0, _RO,
1057
1095
  [_oI, _d, _uC, _hC, _cC, _oT],
1058
1096
  [0, 1, 1, 1, 0, 0]
1059
1097
  ];
1060
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
1061
- { [_e]: _c, [_hE]: 404 },
1062
- [_m, _rN],
1063
- [0, 0], 1
1064
- ];
1065
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1066
1098
  export var ResourcePolicy$ = [3, n0, _RPe,
1067
1099
  0,
1068
1100
  [_rAe, _pol],
@@ -1123,12 +1155,6 @@ export var ServerlessTrack$ = [3, n0, _ST,
1123
1155
  [_tN, _wV, _uTp],
1124
1156
  [0, 0, () => UpdateTargetsList]
1125
1157
  ];
1126
- export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
1127
- { [_e]: _c, [_hE]: 402 },
1128
- [_m],
1129
- [0], 1
1130
- ];
1131
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
1132
1158
  export var Snapshot$ = [3, n0, _S,
1133
1159
  0,
1134
1160
  [_nN, _nA, _sN, _sCT, _aU, _st, _kKI, _oA, _tBSIMB, _aIBSIMB, _bPIMB, _cBRIMBPS, _eSTC, _eTIS, _sRP, _sRD, _sRST, _sAn, _aWRA, _aWPRA, _aPSA, _aPSKKI],
@@ -1159,18 +1185,6 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
1159
1185
  [],
1160
1186
  []
1161
1187
  ];
1162
- export var ThrottlingException$ = [-3, n0, _TE,
1163
- { [_e]: _c, [_hE]: 429 },
1164
- [_co, _m],
1165
- [0, 0]
1166
- ];
1167
- TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
1168
- export var TooManyTagsException$ = [-3, n0, _TMTE,
1169
- { [_e]: _c, [_hE]: 400 },
1170
- [_m, _rN],
1171
- [0, 0]
1172
- ];
1173
- TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
1174
1188
  export var UntagResourceRequest$ = [3, n0, _URR,
1175
1189
  0,
1176
1190
  [_rAe, _tK],
@@ -1248,7 +1262,7 @@ export var UpdateSnapshotRequest$ = [3, n0, _USR,
1248
1262
  ];
1249
1263
  export var UpdateSnapshotResponse$ = [3, n0, _USRp,
1250
1264
  0,
1251
- [_s],
1265
+ [_sn],
1252
1266
  [() => Snapshot$]
1253
1267
  ];
1254
1268
  export var UpdateTarget$ = [3, n0, _UT,
@@ -1281,12 +1295,6 @@ export var UsageLimit$ = [3, n0, _UL,
1281
1295
  [_uLI, _uLA, _rAe, _uT, _a, _p, _bA],
1282
1296
  [0, 0, 0, 0, 1, 0, 0]
1283
1297
  ];
1284
- export var ValidationException$ = [-3, n0, _VE,
1285
- { [_e]: _c, [_hE]: 400 },
1286
- [_m],
1287
- [0], 1
1288
- ];
1289
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1290
1298
  export var VpcEndpoint$ = [3, n0, _VEp,
1291
1299
  0,
1292
1300
  [_vEI, _vI, _nIet],
@@ -1302,8 +1310,6 @@ export var Workgroup$ = [3, n0, _W,
1302
1310
  [_wI, _wA, _wN, _nN, _bC, _eVR, _cP, _sGI, _sI, _st, _en, _pA, _cD, _po, _cDN, _cDCA, _cDCET, _wV, _pVa, _mC, _cAV, _iAT, _pPT, _tN, _pTN, _eCFAO],
1303
1311
  [0, 0, 0, 0, 1, 2, () => ConfigParameterList, 64 | 0, 64 | 0, 0, () => Endpoint$, 2, 5, 1, 0, 0, 5, 0, 0, 1, 64 | 0, 0, () => PerformanceTarget$, 0, 0, 2]
1304
1312
  ];
1305
- export var RedshiftServerlessServiceException$ = [-3, _sm, "RedshiftServerlessServiceException", 0, [], []];
1306
- TypeRegistry.for(_sm).registerError(RedshiftServerlessServiceException$, RedshiftServerlessServiceException);
1307
1313
  var AccountIdList = 64 | 0;
1308
1314
  var AssociationList = [1, n0, _AL,
1309
1315
  0, () => Association$
@@ -1,8 +1,26 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
3
+ export declare var RedshiftServerlessServiceException$: StaticErrorSchema;
2
4
  export declare var AccessDeniedException$: StaticErrorSchema;
5
+ export declare var ConflictException$: StaticErrorSchema;
6
+ export declare var DryRunException$: StaticErrorSchema;
7
+ export declare var InsufficientCapacityException$: StaticErrorSchema;
8
+ export declare var InternalServerException$: StaticErrorSchema;
9
+ export declare var InvalidPaginationException$: StaticErrorSchema;
10
+ export declare var Ipv6CidrBlockNotFoundException$: StaticErrorSchema;
11
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
12
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
13
+ export declare var ThrottlingException$: StaticErrorSchema;
14
+ export declare var TooManyTagsException$: StaticErrorSchema;
15
+ export declare var ValidationException$: StaticErrorSchema;
16
+ /**
17
+ * TypeRegistry instances containing modeled errors.
18
+ * @internal
19
+ *
20
+ */
21
+ export declare const errorTypeRegistries: TypeRegistry[];
3
22
  export declare var Association$: StaticStructureSchema;
4
23
  export declare var ConfigParameter$: StaticStructureSchema;
5
- export declare var ConflictException$: StaticErrorSchema;
6
24
  export declare var ConvertRecoveryPointToSnapshotRequest$: StaticStructureSchema;
7
25
  export declare var ConvertRecoveryPointToSnapshotResponse$: StaticStructureSchema;
8
26
  export declare var CreateCustomDomainAssociationRequest$: StaticStructureSchema;
@@ -42,7 +60,6 @@ export declare var DeleteUsageLimitRequest$: StaticStructureSchema;
42
60
  export declare var DeleteUsageLimitResponse$: StaticStructureSchema;
43
61
  export declare var DeleteWorkgroupRequest$: StaticStructureSchema;
44
62
  export declare var DeleteWorkgroupResponse$: StaticStructureSchema;
45
- export declare var DryRunException$: StaticErrorSchema;
46
63
  export declare var Endpoint$: StaticStructureSchema;
47
64
  export declare var EndpointAccess$: StaticStructureSchema;
48
65
  export declare var GetCredentialsRequest$: StaticStructureSchema;
@@ -75,10 +92,6 @@ export declare var GetUsageLimitRequest$: StaticStructureSchema;
75
92
  export declare var GetUsageLimitResponse$: StaticStructureSchema;
76
93
  export declare var GetWorkgroupRequest$: StaticStructureSchema;
77
94
  export declare var GetWorkgroupResponse$: StaticStructureSchema;
78
- export declare var InsufficientCapacityException$: StaticErrorSchema;
79
- export declare var InternalServerException$: StaticErrorSchema;
80
- export declare var InvalidPaginationException$: StaticErrorSchema;
81
- export declare var Ipv6CidrBlockNotFoundException$: StaticErrorSchema;
82
95
  export declare var ListCustomDomainAssociationsRequest$: StaticStructureSchema;
83
96
  export declare var ListCustomDomainAssociationsResponse$: StaticStructureSchema;
84
97
  export declare var ListEndpointAccessRequest$: StaticStructureSchema;
@@ -118,7 +131,6 @@ export declare var PutResourcePolicyResponse$: StaticStructureSchema;
118
131
  export declare var RecoveryPoint$: StaticStructureSchema;
119
132
  export declare var Reservation$: StaticStructureSchema;
120
133
  export declare var ReservationOffering$: StaticStructureSchema;
121
- export declare var ResourceNotFoundException$: StaticErrorSchema;
122
134
  export declare var ResourcePolicy$: StaticStructureSchema;
123
135
  export declare var RestoreFromRecoveryPointRequest$: StaticStructureSchema;
124
136
  export declare var RestoreFromRecoveryPointResponse$: StaticStructureSchema;
@@ -131,15 +143,12 @@ export declare var RestoreTableFromSnapshotResponse$: StaticStructureSchema;
131
143
  export declare var ScheduledActionAssociation$: StaticStructureSchema;
132
144
  export declare var ScheduledActionResponse$: StaticStructureSchema;
133
145
  export declare var ServerlessTrack$: StaticStructureSchema;
134
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
135
146
  export declare var Snapshot$: StaticStructureSchema;
136
147
  export declare var SnapshotCopyConfiguration$: StaticStructureSchema;
137
148
  export declare var TableRestoreStatus$: StaticStructureSchema;
138
149
  export declare var Tag$: StaticStructureSchema;
139
150
  export declare var TagResourceRequest$: StaticStructureSchema;
140
151
  export declare var TagResourceResponse$: StaticStructureSchema;
141
- export declare var ThrottlingException$: StaticErrorSchema;
142
- export declare var TooManyTagsException$: StaticErrorSchema;
143
152
  export declare var UntagResourceRequest$: StaticStructureSchema;
144
153
  export declare var UntagResourceResponse$: StaticStructureSchema;
145
154
  export declare var UpdateCustomDomainAssociationRequest$: StaticStructureSchema;
@@ -162,11 +171,9 @@ export declare var UpdateUsageLimitResponse$: StaticStructureSchema;
162
171
  export declare var UpdateWorkgroupRequest$: StaticStructureSchema;
163
172
  export declare var UpdateWorkgroupResponse$: StaticStructureSchema;
164
173
  export declare var UsageLimit$: StaticStructureSchema;
165
- export declare var ValidationException$: StaticErrorSchema;
166
174
  export declare var VpcEndpoint$: StaticStructureSchema;
167
175
  export declare var VpcSecurityGroupMembership$: StaticStructureSchema;
168
176
  export declare var Workgroup$: StaticStructureSchema;
169
- export declare var RedshiftServerlessServiceException$: StaticErrorSchema;
170
177
  export declare var Schedule$: StaticUnionSchema;
171
178
  export declare var TargetAction$: StaticUnionSchema;
172
179
  export declare var ConvertRecoveryPointToSnapshot$: StaticOperationSchema;
@@ -1,13 +1,26 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  StaticUnionSchema,
6
7
  } from "@smithy/types";
8
+ export declare var RedshiftServerlessServiceException$: StaticErrorSchema;
7
9
  export declare var AccessDeniedException$: StaticErrorSchema;
10
+ export declare var ConflictException$: StaticErrorSchema;
11
+ export declare var DryRunException$: StaticErrorSchema;
12
+ export declare var InsufficientCapacityException$: StaticErrorSchema;
13
+ export declare var InternalServerException$: StaticErrorSchema;
14
+ export declare var InvalidPaginationException$: StaticErrorSchema;
15
+ export declare var Ipv6CidrBlockNotFoundException$: StaticErrorSchema;
16
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
17
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
18
+ export declare var ThrottlingException$: StaticErrorSchema;
19
+ export declare var TooManyTagsException$: StaticErrorSchema;
20
+ export declare var ValidationException$: StaticErrorSchema;
21
+ export declare const errorTypeRegistries: TypeRegistry[];
8
22
  export declare var Association$: StaticStructureSchema;
9
23
  export declare var ConfigParameter$: StaticStructureSchema;
10
- export declare var ConflictException$: StaticErrorSchema;
11
24
  export declare var ConvertRecoveryPointToSnapshotRequest$: StaticStructureSchema;
12
25
  export declare var ConvertRecoveryPointToSnapshotResponse$: StaticStructureSchema;
13
26
  export declare var CreateCustomDomainAssociationRequest$: StaticStructureSchema;
@@ -47,7 +60,6 @@ export declare var DeleteUsageLimitRequest$: StaticStructureSchema;
47
60
  export declare var DeleteUsageLimitResponse$: StaticStructureSchema;
48
61
  export declare var DeleteWorkgroupRequest$: StaticStructureSchema;
49
62
  export declare var DeleteWorkgroupResponse$: StaticStructureSchema;
50
- export declare var DryRunException$: StaticErrorSchema;
51
63
  export declare var Endpoint$: StaticStructureSchema;
52
64
  export declare var EndpointAccess$: StaticStructureSchema;
53
65
  export declare var GetCredentialsRequest$: StaticStructureSchema;
@@ -80,10 +92,6 @@ export declare var GetUsageLimitRequest$: StaticStructureSchema;
80
92
  export declare var GetUsageLimitResponse$: StaticStructureSchema;
81
93
  export declare var GetWorkgroupRequest$: StaticStructureSchema;
82
94
  export declare var GetWorkgroupResponse$: StaticStructureSchema;
83
- export declare var InsufficientCapacityException$: StaticErrorSchema;
84
- export declare var InternalServerException$: StaticErrorSchema;
85
- export declare var InvalidPaginationException$: StaticErrorSchema;
86
- export declare var Ipv6CidrBlockNotFoundException$: StaticErrorSchema;
87
95
  export declare var ListCustomDomainAssociationsRequest$: StaticStructureSchema;
88
96
  export declare var ListCustomDomainAssociationsResponse$: StaticStructureSchema;
89
97
  export declare var ListEndpointAccessRequest$: StaticStructureSchema;
@@ -123,7 +131,6 @@ export declare var PutResourcePolicyResponse$: StaticStructureSchema;
123
131
  export declare var RecoveryPoint$: StaticStructureSchema;
124
132
  export declare var Reservation$: StaticStructureSchema;
125
133
  export declare var ReservationOffering$: StaticStructureSchema;
126
- export declare var ResourceNotFoundException$: StaticErrorSchema;
127
134
  export declare var ResourcePolicy$: StaticStructureSchema;
128
135
  export declare var RestoreFromRecoveryPointRequest$: StaticStructureSchema;
129
136
  export declare var RestoreFromRecoveryPointResponse$: StaticStructureSchema;
@@ -136,15 +143,12 @@ export declare var RestoreTableFromSnapshotResponse$: StaticStructureSchema;
136
143
  export declare var ScheduledActionAssociation$: StaticStructureSchema;
137
144
  export declare var ScheduledActionResponse$: StaticStructureSchema;
138
145
  export declare var ServerlessTrack$: StaticStructureSchema;
139
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
140
146
  export declare var Snapshot$: StaticStructureSchema;
141
147
  export declare var SnapshotCopyConfiguration$: StaticStructureSchema;
142
148
  export declare var TableRestoreStatus$: StaticStructureSchema;
143
149
  export declare var Tag$: StaticStructureSchema;
144
150
  export declare var TagResourceRequest$: StaticStructureSchema;
145
151
  export declare var TagResourceResponse$: StaticStructureSchema;
146
- export declare var ThrottlingException$: StaticErrorSchema;
147
- export declare var TooManyTagsException$: StaticErrorSchema;
148
152
  export declare var UntagResourceRequest$: StaticStructureSchema;
149
153
  export declare var UntagResourceResponse$: StaticStructureSchema;
150
154
  export declare var UpdateCustomDomainAssociationRequest$: StaticStructureSchema;
@@ -167,11 +171,9 @@ export declare var UpdateUsageLimitResponse$: StaticStructureSchema;
167
171
  export declare var UpdateWorkgroupRequest$: StaticStructureSchema;
168
172
  export declare var UpdateWorkgroupResponse$: StaticStructureSchema;
169
173
  export declare var UsageLimit$: StaticStructureSchema;
170
- export declare var ValidationException$: StaticErrorSchema;
171
174
  export declare var VpcEndpoint$: StaticStructureSchema;
172
175
  export declare var VpcSecurityGroupMembership$: StaticStructureSchema;
173
176
  export declare var Workgroup$: StaticStructureSchema;
174
- export declare var RedshiftServerlessServiceException$: StaticErrorSchema;
175
177
  export declare var Schedule$: StaticUnionSchema;
176
178
  export declare var TargetAction$: StaticUnionSchema;
177
179
  export declare var ConvertRecoveryPointToSnapshot$: StaticOperationSchema;
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.986.0",
4
+ "version": "3.988.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 client-redshift-serverless",
@@ -21,38 +21,38 @@
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.973.7",
25
- "@aws-sdk/credential-provider-node": "^3.972.6",
24
+ "@aws-sdk/core": "^3.973.8",
25
+ "@aws-sdk/credential-provider-node": "^3.972.7",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.3",
27
27
  "@aws-sdk/middleware-logger": "^3.972.3",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
- "@aws-sdk/middleware-user-agent": "^3.972.7",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.8",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.986.0",
32
+ "@aws-sdk/util-endpoints": "3.988.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.5",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.6",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.22.1",
36
+ "@smithy/core": "^3.23.0",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.13",
42
- "@smithy/middleware-retry": "^4.4.30",
41
+ "@smithy/middleware-endpoint": "^4.4.14",
42
+ "@smithy/middleware-retry": "^4.4.31",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
- "@smithy/node-http-handler": "^4.4.9",
46
+ "@smithy/node-http-handler": "^4.4.10",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.2",
48
+ "@smithy/smithy-client": "^4.11.3",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.29",
55
- "@smithy/util-defaults-mode-node": "^4.2.32",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
55
+ "@smithy/util-defaults-mode-node": "^4.2.33",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",