@aws-sdk/client-redshift-serverless 3.943.0 → 3.947.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/README.md +8 -0
- package/dist-cjs/index.js +75 -344
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/RedshiftServerless.js +2 -0
- package/dist-es/RedshiftServerlessClient.js +2 -2
- package/dist-es/commands/GetIdentityCenterAuthTokenCommand.js +16 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +62 -345
- package/dist-types/RedshiftServerless.d.ts +8 -1
- package/dist-types/RedshiftServerlessClient.d.ts +13 -12
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/CreateCustomDomainAssociationCommand.d.ts +3 -3
- package/dist-types/commands/CreateEndpointAccessCommand.d.ts +3 -3
- package/dist-types/commands/CreateNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/CreateReservationCommand.d.ts +3 -3
- package/dist-types/commands/CreateScheduledActionCommand.d.ts +3 -3
- package/dist-types/commands/CreateSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/CreateSnapshotCopyConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/CreateUsageLimitCommand.d.ts +3 -3
- package/dist-types/commands/CreateWorkgroupCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCustomDomainAssociationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +3 -3
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -3
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteUsageLimitCommand.d.ts +3 -3
- package/dist-types/commands/DeleteWorkgroupCommand.d.ts +3 -3
- package/dist-types/commands/GetCredentialsCommand.d.ts +3 -3
- package/dist-types/commands/GetCustomDomainAssociationCommand.d.ts +3 -3
- package/dist-types/commands/GetEndpointAccessCommand.d.ts +3 -3
- package/dist-types/commands/GetIdentityCenterAuthTokenCommand.d.ts +98 -0
- package/dist-types/commands/GetNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/GetRecoveryPointCommand.d.ts +3 -3
- package/dist-types/commands/GetReservationCommand.d.ts +3 -3
- package/dist-types/commands/GetReservationOfferingCommand.d.ts +3 -3
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -3
- package/dist-types/commands/GetScheduledActionCommand.d.ts +3 -3
- package/dist-types/commands/GetSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/GetTableRestoreStatusCommand.d.ts +3 -3
- package/dist-types/commands/GetTrackCommand.d.ts +6 -3
- package/dist-types/commands/GetUsageLimitCommand.d.ts +3 -3
- package/dist-types/commands/GetWorkgroupCommand.d.ts +3 -3
- package/dist-types/commands/ListCustomDomainAssociationsCommand.d.ts +3 -3
- package/dist-types/commands/ListEndpointAccessCommand.d.ts +3 -3
- package/dist-types/commands/ListManagedWorkgroupsCommand.d.ts +3 -3
- package/dist-types/commands/ListNamespacesCommand.d.ts +3 -3
- package/dist-types/commands/ListRecoveryPointsCommand.d.ts +3 -3
- package/dist-types/commands/ListReservationOfferingsCommand.d.ts +3 -3
- package/dist-types/commands/ListReservationsCommand.d.ts +3 -3
- package/dist-types/commands/ListScheduledActionsCommand.d.ts +3 -3
- package/dist-types/commands/ListSnapshotCopyConfigurationsCommand.d.ts +3 -3
- package/dist-types/commands/ListSnapshotsCommand.d.ts +3 -3
- package/dist-types/commands/ListTableRestoreStatusCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListTracksCommand.d.ts +3 -3
- package/dist-types/commands/ListUsageLimitsCommand.d.ts +3 -3
- package/dist-types/commands/ListWorkgroupsCommand.d.ts +3 -3
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -3
- package/dist-types/commands/RestoreFromRecoveryPointCommand.d.ts +3 -3
- package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/RestoreTableFromRecoveryPointCommand.d.ts +3 -3
- package/dist-types/commands/RestoreTableFromSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateCustomDomainAssociationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateEndpointAccessCommand.d.ts +3 -3
- package/dist-types/commands/UpdateLakehouseConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateScheduledActionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateUsageLimitCommand.d.ts +3 -3
- package/dist-types/commands/UpdateWorkgroupCommand.d.ts +3 -3
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/RedshiftServerlessServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +25 -0
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListCustomDomainAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEndpointAccessPaginator.d.ts +1 -1
- package/dist-types/pagination/ListManagedWorkgroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNamespacesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRecoveryPointsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReservationOfferingsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReservationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListScheduledActionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSnapshotCopyConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSnapshotsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTableRestoreStatusPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTracksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUsageLimitsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkgroupsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +5 -2
- package/dist-types/ts3.4/RedshiftServerless.d.ts +17 -0
- package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +9 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIdentityCenterAuthTokenCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/RedshiftServerlessServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +7 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -1
- package/package.json +13 -12
|
@@ -68,6 +68,7 @@ const _DWRe = "DeleteWorkgroupResponse";
|
|
|
68
68
|
const _E = "Endpoint";
|
|
69
69
|
const _EA = "EndpointAccess";
|
|
70
70
|
const _EAL = "EndpointAccessList";
|
|
71
|
+
const _ET = "ExpirationTime";
|
|
71
72
|
const _GC = "GetCredentials";
|
|
72
73
|
const _GCDA = "GetCustomDomainAssociation";
|
|
73
74
|
const _GCDAR = "GetCustomDomainAssociationRequest";
|
|
@@ -77,6 +78,9 @@ const _GCRe = "GetCredentialsResponse";
|
|
|
77
78
|
const _GEA = "GetEndpointAccess";
|
|
78
79
|
const _GEAR = "GetEndpointAccessRequest";
|
|
79
80
|
const _GEARe = "GetEndpointAccessResponse";
|
|
81
|
+
const _GICAT = "GetIdentityCenterAuthToken";
|
|
82
|
+
const _GICATR = "GetIdentityCenterAuthTokenRequest";
|
|
83
|
+
const _GICATRe = "GetIdentityCenterAuthTokenResponse";
|
|
80
84
|
const _GN = "GetNamespace";
|
|
81
85
|
const _GNR = "GetNamespaceRequest";
|
|
82
86
|
const _GNRe = "GetNamespaceResponse";
|
|
@@ -199,7 +203,7 @@ const _SL = "SnapshotList";
|
|
|
199
203
|
const _SQEE = "ServiceQuotaExceededException";
|
|
200
204
|
const _ST = "ServerlessTrack";
|
|
201
205
|
const _Sc = "Schedule";
|
|
202
|
-
const _T = "
|
|
206
|
+
const _T = "Token";
|
|
203
207
|
const _TA = "TargetAction";
|
|
204
208
|
const _TE = "ThrottlingException";
|
|
205
209
|
const _TL = "TagList";
|
|
@@ -210,6 +214,7 @@ const _TRR = "TagResourceRequest";
|
|
|
210
214
|
const _TRRa = "TagResourceResponse";
|
|
211
215
|
const _TRS = "TableRestoreStatus";
|
|
212
216
|
const _TRSL = "TableRestoreStatusList";
|
|
217
|
+
const _Ta = "Tag";
|
|
213
218
|
const _UCDA = "UpdateCustomDomainAssociation";
|
|
214
219
|
const _UCDAR = "UpdateCustomDomainAssociationRequest";
|
|
215
220
|
const _UCDARp = "UpdateCustomDomainAssociationResponse";
|
|
@@ -301,6 +306,7 @@ const _eS = "endpointStatus";
|
|
|
301
306
|
const _eSTC = "estimatedSecondsToCompletion";
|
|
302
307
|
const _eT = "endTime";
|
|
303
308
|
const _eTIS = "elapsedTimeInSeconds";
|
|
309
|
+
const _eTx = "expirationTime";
|
|
304
310
|
const _eVR = "enhancedVpcRouting";
|
|
305
311
|
const _en = "endpoint";
|
|
306
312
|
const _ena = "enabled";
|
|
@@ -314,6 +320,7 @@ const _hQ = "httpQuery";
|
|
|
314
320
|
const _iA = "ipv6Address";
|
|
315
321
|
const _iAT = "ipAddressType";
|
|
316
322
|
const _iR = "iamRoles";
|
|
323
|
+
const _jN = "jsonName";
|
|
317
324
|
const _k = "key";
|
|
318
325
|
const _kKI = "kmsKeyId";
|
|
319
326
|
const _l = "level";
|
|
@@ -416,6 +423,7 @@ const _tRS = "tableRestoreStatus";
|
|
|
416
423
|
const _tRSa = "tableRestoreStatuses";
|
|
417
424
|
const _tSIMB = "totalSizeInMegaBytes";
|
|
418
425
|
const _tSN = "targetSchemaName";
|
|
426
|
+
const _to = "token";
|
|
419
427
|
const _tr = "track";
|
|
420
428
|
const _tra = "tracks";
|
|
421
429
|
const _uC = "upfrontCharge";
|
|
@@ -437,6 +445,7 @@ const _w = "workgroup";
|
|
|
437
445
|
const _wA = "workgroupArn";
|
|
438
446
|
const _wI = "workgroupId";
|
|
439
447
|
const _wN = "workgroupName";
|
|
448
|
+
const _wNo = "workgroupNames";
|
|
440
449
|
const _wV = "workgroupVersion";
|
|
441
450
|
const _wo = "workgroups";
|
|
442
451
|
const n0 = "com.amazonaws.redshiftserverless";
|
|
@@ -445,31 +454,11 @@ import { AccessDeniedException as __AccessDeniedException, ConflictException as
|
|
|
445
454
|
import { RedshiftServerlessServiceException as __RedshiftServerlessServiceException } from "../models/RedshiftServerlessServiceException";
|
|
446
455
|
export var DbPassword = [0, n0, _DP, 8, 0];
|
|
447
456
|
export var DbUser = [0, n0, _DU, 8, 0];
|
|
448
|
-
export var AccessDeniedException = [
|
|
449
|
-
-3,
|
|
450
|
-
n0,
|
|
451
|
-
_ADE,
|
|
452
|
-
{
|
|
453
|
-
[_e]: _c,
|
|
454
|
-
[_hE]: 403,
|
|
455
|
-
},
|
|
456
|
-
[_co, _m],
|
|
457
|
-
[0, 0],
|
|
458
|
-
];
|
|
457
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_co, _m], [0, 0]];
|
|
459
458
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
460
459
|
export var Association = [3, n0, _A, 0, [_cDCA, _cDCET, _cDN, _wN], [0, 5, 0, 0]];
|
|
461
460
|
export var ConfigParameter = [3, n0, _CP, 0, [_pK, _pV], [0, 0]];
|
|
462
|
-
export var ConflictException = [
|
|
463
|
-
-3,
|
|
464
|
-
n0,
|
|
465
|
-
_CE,
|
|
466
|
-
{
|
|
467
|
-
[_e]: _c,
|
|
468
|
-
[_hE]: 409,
|
|
469
|
-
},
|
|
470
|
-
[_m],
|
|
471
|
-
[0],
|
|
472
|
-
];
|
|
461
|
+
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
473
462
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
474
463
|
export var ConvertRecoveryPointToSnapshotRequest = [
|
|
475
464
|
3,
|
|
@@ -615,17 +604,7 @@ export var DeleteUsageLimitRequest = [3, n0, _DULR, 0, [_uLI], [0]];
|
|
|
615
604
|
export var DeleteUsageLimitResponse = [3, n0, _DULRe, 0, [_uL], [() => UsageLimit]];
|
|
616
605
|
export var DeleteWorkgroupRequest = [3, n0, _DWR, 0, [_wN], [0]];
|
|
617
606
|
export var DeleteWorkgroupResponse = [3, n0, _DWRe, 0, [_w], [() => Workgroup]];
|
|
618
|
-
export var DryRunException = [
|
|
619
|
-
-3,
|
|
620
|
-
n0,
|
|
621
|
-
_DRE,
|
|
622
|
-
{
|
|
623
|
-
[_e]: _c,
|
|
624
|
-
[_hE]: 400,
|
|
625
|
-
},
|
|
626
|
-
[_m],
|
|
627
|
-
[0],
|
|
628
|
-
];
|
|
607
|
+
export var DryRunException = [-3, n0, _DRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
629
608
|
TypeRegistry.for(n0).registerError(DryRunException, __DryRunException);
|
|
630
609
|
export var Endpoint = [3, n0, _E, 0, [_ad, _po, _vE], [0, 1, () => VpcEndpointList]];
|
|
631
610
|
export var EndpointAccess = [
|
|
@@ -656,6 +635,18 @@ export var GetCustomDomainAssociationResponse = [
|
|
|
656
635
|
];
|
|
657
636
|
export var GetEndpointAccessRequest = [3, n0, _GEAR, 0, [_eN], [0]];
|
|
658
637
|
export var GetEndpointAccessResponse = [3, n0, _GEARe, 0, [_en], [() => EndpointAccess]];
|
|
638
|
+
export var GetIdentityCenterAuthTokenRequest = [3, n0, _GICATR, 0, [_wNo], [64 | 0]];
|
|
639
|
+
export var GetIdentityCenterAuthTokenResponse = [
|
|
640
|
+
3,
|
|
641
|
+
n0,
|
|
642
|
+
_GICATRe,
|
|
643
|
+
8,
|
|
644
|
+
[_to, _eTx],
|
|
645
|
+
[
|
|
646
|
+
[0, { [_jN]: _T }],
|
|
647
|
+
[5, { [_jN]: _ET }],
|
|
648
|
+
],
|
|
649
|
+
];
|
|
659
650
|
export var GetNamespaceRequest = [3, n0, _GNR, 0, [_nN], [0]];
|
|
660
651
|
export var GetNamespaceResponse = [3, n0, _GNRe, 0, [_n], [[() => Namespace, 0]]];
|
|
661
652
|
export var GetRecoveryPointRequest = [3, n0, _GRPR, 0, [_rPI], [0]];
|
|
@@ -699,53 +690,13 @@ export var GetUsageLimitRequest = [3, n0, _GULR, 0, [_uLI], [0]];
|
|
|
699
690
|
export var GetUsageLimitResponse = [3, n0, _GULRe, 0, [_uL], [() => UsageLimit]];
|
|
700
691
|
export var GetWorkgroupRequest = [3, n0, _GWR, 0, [_wN], [0]];
|
|
701
692
|
export var GetWorkgroupResponse = [3, n0, _GWRe, 0, [_w], [() => Workgroup]];
|
|
702
|
-
export var InsufficientCapacityException = [
|
|
703
|
-
-3,
|
|
704
|
-
n0,
|
|
705
|
-
_ICE,
|
|
706
|
-
{
|
|
707
|
-
[_e]: _c,
|
|
708
|
-
[_hE]: 400,
|
|
709
|
-
},
|
|
710
|
-
[_m],
|
|
711
|
-
[0],
|
|
712
|
-
];
|
|
693
|
+
export var InsufficientCapacityException = [-3, n0, _ICE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
713
694
|
TypeRegistry.for(n0).registerError(InsufficientCapacityException, __InsufficientCapacityException);
|
|
714
|
-
export var InternalServerException = [
|
|
715
|
-
-3,
|
|
716
|
-
n0,
|
|
717
|
-
_ISE,
|
|
718
|
-
{
|
|
719
|
-
[_e]: _se,
|
|
720
|
-
[_hE]: 500,
|
|
721
|
-
},
|
|
722
|
-
[_m],
|
|
723
|
-
[0],
|
|
724
|
-
];
|
|
695
|
+
export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
725
696
|
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
726
|
-
export var InvalidPaginationException = [
|
|
727
|
-
-3,
|
|
728
|
-
n0,
|
|
729
|
-
_IPE,
|
|
730
|
-
{
|
|
731
|
-
[_e]: _c,
|
|
732
|
-
[_hE]: 400,
|
|
733
|
-
},
|
|
734
|
-
[_m],
|
|
735
|
-
[0],
|
|
736
|
-
];
|
|
697
|
+
export var InvalidPaginationException = [-3, n0, _IPE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
737
698
|
TypeRegistry.for(n0).registerError(InvalidPaginationException, __InvalidPaginationException);
|
|
738
|
-
export var Ipv6CidrBlockNotFoundException = [
|
|
739
|
-
-3,
|
|
740
|
-
n0,
|
|
741
|
-
_ICBNFE,
|
|
742
|
-
{
|
|
743
|
-
[_e]: _c,
|
|
744
|
-
[_hE]: 400,
|
|
745
|
-
},
|
|
746
|
-
[_m],
|
|
747
|
-
[0],
|
|
748
|
-
];
|
|
699
|
+
export var Ipv6CidrBlockNotFoundException = [-3, n0, _ICBNFE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
749
700
|
TypeRegistry.for(n0).registerError(Ipv6CidrBlockNotFoundException, __Ipv6CidrBlockNotFoundException);
|
|
750
701
|
export var ListCustomDomainAssociationsRequest = [
|
|
751
702
|
3,
|
|
@@ -753,22 +704,7 @@ export var ListCustomDomainAssociationsRequest = [
|
|
|
753
704
|
_LCDAR,
|
|
754
705
|
0,
|
|
755
706
|
[_nT, _mR, _cDN, _cDCA],
|
|
756
|
-
[
|
|
757
|
-
[
|
|
758
|
-
0,
|
|
759
|
-
{
|
|
760
|
-
[_hQ]: _nT,
|
|
761
|
-
},
|
|
762
|
-
],
|
|
763
|
-
[
|
|
764
|
-
1,
|
|
765
|
-
{
|
|
766
|
-
[_hQ]: _mR,
|
|
767
|
-
},
|
|
768
|
-
],
|
|
769
|
-
0,
|
|
770
|
-
0,
|
|
771
|
-
],
|
|
707
|
+
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], 0, 0],
|
|
772
708
|
];
|
|
773
709
|
export var ListCustomDomainAssociationsResponse = [
|
|
774
710
|
3,
|
|
@@ -784,23 +720,7 @@ export var ListEndpointAccessRequest = [
|
|
|
784
720
|
_LEAR,
|
|
785
721
|
0,
|
|
786
722
|
[_nT, _mR, _wN, _vI, _oA],
|
|
787
|
-
[
|
|
788
|
-
[
|
|
789
|
-
0,
|
|
790
|
-
{
|
|
791
|
-
[_hQ]: _nT,
|
|
792
|
-
},
|
|
793
|
-
],
|
|
794
|
-
[
|
|
795
|
-
1,
|
|
796
|
-
{
|
|
797
|
-
[_hQ]: _mR,
|
|
798
|
-
},
|
|
799
|
-
],
|
|
800
|
-
0,
|
|
801
|
-
0,
|
|
802
|
-
0,
|
|
803
|
-
],
|
|
723
|
+
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], 0, 0, 0],
|
|
804
724
|
];
|
|
805
725
|
export var ListEndpointAccessResponse = [
|
|
806
726
|
3,
|
|
@@ -816,21 +736,7 @@ export var ListManagedWorkgroupsRequest = [
|
|
|
816
736
|
_LMWR,
|
|
817
737
|
0,
|
|
818
738
|
[_sAo, _nT, _mR],
|
|
819
|
-
[
|
|
820
|
-
0,
|
|
821
|
-
[
|
|
822
|
-
0,
|
|
823
|
-
{
|
|
824
|
-
[_hQ]: _nT,
|
|
825
|
-
},
|
|
826
|
-
],
|
|
827
|
-
[
|
|
828
|
-
1,
|
|
829
|
-
{
|
|
830
|
-
[_hQ]: _mR,
|
|
831
|
-
},
|
|
832
|
-
],
|
|
833
|
-
],
|
|
739
|
+
[0, [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]],
|
|
834
740
|
];
|
|
835
741
|
export var ListManagedWorkgroupsResponse = [
|
|
836
742
|
3,
|
|
@@ -847,18 +753,8 @@ export var ListNamespacesRequest = [
|
|
|
847
753
|
0,
|
|
848
754
|
[_nT, _mR],
|
|
849
755
|
[
|
|
850
|
-
[
|
|
851
|
-
|
|
852
|
-
{
|
|
853
|
-
[_hQ]: _nT,
|
|
854
|
-
},
|
|
855
|
-
],
|
|
856
|
-
[
|
|
857
|
-
1,
|
|
858
|
-
{
|
|
859
|
-
[_hQ]: _mR,
|
|
860
|
-
},
|
|
861
|
-
],
|
|
756
|
+
[0, { [_hQ]: _nT }],
|
|
757
|
+
[1, { [_hQ]: _mR }],
|
|
862
758
|
],
|
|
863
759
|
];
|
|
864
760
|
export var ListNamespacesResponse = [3, n0, _LNRi, 0, [_nT, _na], [0, [() => NamespaceList, 0]]];
|
|
@@ -868,24 +764,7 @@ export var ListRecoveryPointsRequest = [
|
|
|
868
764
|
_LRPR,
|
|
869
765
|
0,
|
|
870
766
|
[_nT, _mR, _sT, _eT, _nN, _nA],
|
|
871
|
-
[
|
|
872
|
-
[
|
|
873
|
-
0,
|
|
874
|
-
{
|
|
875
|
-
[_hQ]: _nT,
|
|
876
|
-
},
|
|
877
|
-
],
|
|
878
|
-
[
|
|
879
|
-
1,
|
|
880
|
-
{
|
|
881
|
-
[_hQ]: _mR,
|
|
882
|
-
},
|
|
883
|
-
],
|
|
884
|
-
4,
|
|
885
|
-
4,
|
|
886
|
-
0,
|
|
887
|
-
0,
|
|
888
|
-
],
|
|
767
|
+
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], 4, 4, 0, 0],
|
|
889
768
|
];
|
|
890
769
|
export var ListRecoveryPointsResponse = [
|
|
891
770
|
3,
|
|
@@ -902,18 +781,8 @@ export var ListReservationOfferingsRequest = [
|
|
|
902
781
|
0,
|
|
903
782
|
[_nT, _mR],
|
|
904
783
|
[
|
|
905
|
-
[
|
|
906
|
-
|
|
907
|
-
{
|
|
908
|
-
[_hQ]: _nT,
|
|
909
|
-
},
|
|
910
|
-
],
|
|
911
|
-
[
|
|
912
|
-
1,
|
|
913
|
-
{
|
|
914
|
-
[_hQ]: _mR,
|
|
915
|
-
},
|
|
916
|
-
],
|
|
784
|
+
[0, { [_hQ]: _nT }],
|
|
785
|
+
[1, { [_hQ]: _mR }],
|
|
917
786
|
],
|
|
918
787
|
];
|
|
919
788
|
export var ListReservationOfferingsResponse = [
|
|
@@ -931,18 +800,8 @@ export var ListReservationsRequest = [
|
|
|
931
800
|
0,
|
|
932
801
|
[_nT, _mR],
|
|
933
802
|
[
|
|
934
|
-
[
|
|
935
|
-
|
|
936
|
-
{
|
|
937
|
-
[_hQ]: _nT,
|
|
938
|
-
},
|
|
939
|
-
],
|
|
940
|
-
[
|
|
941
|
-
1,
|
|
942
|
-
{
|
|
943
|
-
[_hQ]: _mR,
|
|
944
|
-
},
|
|
945
|
-
],
|
|
803
|
+
[0, { [_hQ]: _nT }],
|
|
804
|
+
[1, { [_hQ]: _mR }],
|
|
946
805
|
],
|
|
947
806
|
];
|
|
948
807
|
export var ListReservationsResponse = [3, n0, _LRRi, 0, [_rL, _nT], [() => ReservationsList, 0]];
|
|
@@ -952,21 +811,7 @@ export var ListScheduledActionsRequest = [
|
|
|
952
811
|
_LSAR,
|
|
953
812
|
0,
|
|
954
813
|
[_nT, _mR, _nN],
|
|
955
|
-
[
|
|
956
|
-
[
|
|
957
|
-
0,
|
|
958
|
-
{
|
|
959
|
-
[_hQ]: _nT,
|
|
960
|
-
},
|
|
961
|
-
],
|
|
962
|
-
[
|
|
963
|
-
1,
|
|
964
|
-
{
|
|
965
|
-
[_hQ]: _mR,
|
|
966
|
-
},
|
|
967
|
-
],
|
|
968
|
-
0,
|
|
969
|
-
],
|
|
814
|
+
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], 0],
|
|
970
815
|
];
|
|
971
816
|
export var ListScheduledActionsResponse = [
|
|
972
817
|
3,
|
|
@@ -982,21 +827,7 @@ export var ListSnapshotCopyConfigurationsRequest = [
|
|
|
982
827
|
_LSCCR,
|
|
983
828
|
0,
|
|
984
829
|
[_nN, _nT, _mR],
|
|
985
|
-
[
|
|
986
|
-
0,
|
|
987
|
-
[
|
|
988
|
-
0,
|
|
989
|
-
{
|
|
990
|
-
[_hQ]: _nT,
|
|
991
|
-
},
|
|
992
|
-
],
|
|
993
|
-
[
|
|
994
|
-
1,
|
|
995
|
-
{
|
|
996
|
-
[_hQ]: _mR,
|
|
997
|
-
},
|
|
998
|
-
],
|
|
999
|
-
],
|
|
830
|
+
[0, [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]],
|
|
1000
831
|
];
|
|
1001
832
|
export var ListSnapshotCopyConfigurationsResponse = [
|
|
1002
833
|
3,
|
|
@@ -1012,25 +843,7 @@ export var ListSnapshotsRequest = [
|
|
|
1012
843
|
_LSR,
|
|
1013
844
|
0,
|
|
1014
845
|
[_nT, _mR, _nN, _nA, _oA, _sT, _eT],
|
|
1015
|
-
[
|
|
1016
|
-
[
|
|
1017
|
-
0,
|
|
1018
|
-
{
|
|
1019
|
-
[_hQ]: _nT,
|
|
1020
|
-
},
|
|
1021
|
-
],
|
|
1022
|
-
[
|
|
1023
|
-
1,
|
|
1024
|
-
{
|
|
1025
|
-
[_hQ]: _mR,
|
|
1026
|
-
},
|
|
1027
|
-
],
|
|
1028
|
-
0,
|
|
1029
|
-
0,
|
|
1030
|
-
0,
|
|
1031
|
-
4,
|
|
1032
|
-
4,
|
|
1033
|
-
],
|
|
846
|
+
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], 0, 0, 0, 4, 4],
|
|
1034
847
|
];
|
|
1035
848
|
export var ListSnapshotsResponse = [3, n0, _LSRi, 0, [_nT, _sn], [0, () => SnapshotList]];
|
|
1036
849
|
export var ListTableRestoreStatusRequest = [
|
|
@@ -1039,22 +852,7 @@ export var ListTableRestoreStatusRequest = [
|
|
|
1039
852
|
_LTRSR,
|
|
1040
853
|
0,
|
|
1041
854
|
[_nT, _mR, _nN, _wN],
|
|
1042
|
-
[
|
|
1043
|
-
[
|
|
1044
|
-
0,
|
|
1045
|
-
{
|
|
1046
|
-
[_hQ]: _nT,
|
|
1047
|
-
},
|
|
1048
|
-
],
|
|
1049
|
-
[
|
|
1050
|
-
1,
|
|
1051
|
-
{
|
|
1052
|
-
[_hQ]: _mR,
|
|
1053
|
-
},
|
|
1054
|
-
],
|
|
1055
|
-
0,
|
|
1056
|
-
0,
|
|
1057
|
-
],
|
|
855
|
+
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], 0, 0],
|
|
1058
856
|
];
|
|
1059
857
|
export var ListTableRestoreStatusResponse = [
|
|
1060
858
|
3,
|
|
@@ -1073,18 +871,8 @@ export var ListTracksRequest = [
|
|
|
1073
871
|
0,
|
|
1074
872
|
[_nT, _mR],
|
|
1075
873
|
[
|
|
1076
|
-
[
|
|
1077
|
-
|
|
1078
|
-
{
|
|
1079
|
-
[_hQ]: _nT,
|
|
1080
|
-
},
|
|
1081
|
-
],
|
|
1082
|
-
[
|
|
1083
|
-
1,
|
|
1084
|
-
{
|
|
1085
|
-
[_hQ]: _mR,
|
|
1086
|
-
},
|
|
1087
|
-
],
|
|
874
|
+
[0, { [_hQ]: _nT }],
|
|
875
|
+
[1, { [_hQ]: _mR }],
|
|
1088
876
|
],
|
|
1089
877
|
];
|
|
1090
878
|
export var ListTracksResponse = [3, n0, _LTRi, 0, [_tra, _nT], [() => TrackList, 0]];
|
|
@@ -1094,22 +882,7 @@ export var ListUsageLimitsRequest = [
|
|
|
1094
882
|
_LULR,
|
|
1095
883
|
0,
|
|
1096
884
|
[_rAe, _uT, _nT, _mR],
|
|
1097
|
-
[
|
|
1098
|
-
0,
|
|
1099
|
-
0,
|
|
1100
|
-
[
|
|
1101
|
-
0,
|
|
1102
|
-
{
|
|
1103
|
-
[_hQ]: _nT,
|
|
1104
|
-
},
|
|
1105
|
-
],
|
|
1106
|
-
[
|
|
1107
|
-
1,
|
|
1108
|
-
{
|
|
1109
|
-
[_hQ]: _mR,
|
|
1110
|
-
},
|
|
1111
|
-
],
|
|
1112
|
-
],
|
|
885
|
+
[0, 0, [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]],
|
|
1113
886
|
];
|
|
1114
887
|
export var ListUsageLimitsResponse = [3, n0, _LULRi, 0, [_uLs, _nT], [() => UsageLimits, 0]];
|
|
1115
888
|
export var ListWorkgroupsRequest = [
|
|
@@ -1118,21 +891,7 @@ export var ListWorkgroupsRequest = [
|
|
|
1118
891
|
_LWR,
|
|
1119
892
|
0,
|
|
1120
893
|
[_nT, _mR, _oA],
|
|
1121
|
-
[
|
|
1122
|
-
[
|
|
1123
|
-
0,
|
|
1124
|
-
{
|
|
1125
|
-
[_hQ]: _nT,
|
|
1126
|
-
},
|
|
1127
|
-
],
|
|
1128
|
-
[
|
|
1129
|
-
1,
|
|
1130
|
-
{
|
|
1131
|
-
[_hQ]: _mR,
|
|
1132
|
-
},
|
|
1133
|
-
],
|
|
1134
|
-
0,
|
|
1135
|
-
],
|
|
894
|
+
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], 0],
|
|
1136
895
|
];
|
|
1137
896
|
export var ListWorkgroupsResponse = [3, n0, _LWRi, 0, [_nT, _wo], [0, () => WorkgroupList]];
|
|
1138
897
|
export var ManagedWorkgroupListItem = [
|
|
@@ -1179,17 +938,7 @@ export var ReservationOffering = [
|
|
|
1179
938
|
[_oI, _d, _uC, _hC, _cC, _oT],
|
|
1180
939
|
[0, 1, 1, 1, 0, 0],
|
|
1181
940
|
];
|
|
1182
|
-
export var ResourceNotFoundException = [
|
|
1183
|
-
-3,
|
|
1184
|
-
n0,
|
|
1185
|
-
_RNFE,
|
|
1186
|
-
{
|
|
1187
|
-
[_e]: _c,
|
|
1188
|
-
[_hE]: 404,
|
|
1189
|
-
},
|
|
1190
|
-
[_m, _rN],
|
|
1191
|
-
[0, 0],
|
|
1192
|
-
];
|
|
941
|
+
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m, _rN], [0, 0]];
|
|
1193
942
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
1194
943
|
export var ResourcePolicy = [3, n0, _RPe, 0, [_rAe, _pol], [0, 0]];
|
|
1195
944
|
export var RestoreFromRecoveryPointRequest = [3, n0, _RFRPR, 0, [_rPI, _nN, _wN], [0, 0, 0]];
|
|
@@ -1259,17 +1008,7 @@ export var ScheduledActionResponse = [
|
|
|
1259
1008
|
[0, () => Schedule, 0, 64 | 4, 0, 0, 4, 4, () => TargetAction, 0, 0],
|
|
1260
1009
|
];
|
|
1261
1010
|
export var ServerlessTrack = [3, n0, _ST, 0, [_tN, _wV, _uTp], [0, 0, () => UpdateTargetsList]];
|
|
1262
|
-
export var ServiceQuotaExceededException = [
|
|
1263
|
-
-3,
|
|
1264
|
-
n0,
|
|
1265
|
-
_SQEE,
|
|
1266
|
-
{
|
|
1267
|
-
[_e]: _c,
|
|
1268
|
-
[_hE]: 402,
|
|
1269
|
-
},
|
|
1270
|
-
[_m],
|
|
1271
|
-
[0],
|
|
1272
|
-
];
|
|
1011
|
+
export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
1273
1012
|
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
1274
1013
|
export var Snapshot = [
|
|
1275
1014
|
3,
|
|
@@ -1318,32 +1057,12 @@ export var TableRestoreStatus = [
|
|
|
1318
1057
|
[_tRRI, _st, _m, _rT, _nN, _wN, _sN, _pIMB, _tDIMB, _sDN, _sSN, _sTN, _tDN, _tSN, _nTN, _rPI],
|
|
1319
1058
|
[0, 0, 0, 4, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0],
|
|
1320
1059
|
];
|
|
1321
|
-
export var Tag = [3, n0,
|
|
1060
|
+
export var Tag = [3, n0, _Ta, 0, [_k, _v], [0, 0]];
|
|
1322
1061
|
export var TagResourceRequest = [3, n0, _TRR, 0, [_rAe, _t], [0, () => TagList]];
|
|
1323
1062
|
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1324
|
-
export var ThrottlingException = [
|
|
1325
|
-
-3,
|
|
1326
|
-
n0,
|
|
1327
|
-
_TE,
|
|
1328
|
-
{
|
|
1329
|
-
[_e]: _c,
|
|
1330
|
-
[_hE]: 429,
|
|
1331
|
-
},
|
|
1332
|
-
[_co, _m],
|
|
1333
|
-
[0, 0],
|
|
1334
|
-
];
|
|
1063
|
+
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_co, _m], [0, 0]];
|
|
1335
1064
|
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
1336
|
-
export var TooManyTagsException = [
|
|
1337
|
-
-3,
|
|
1338
|
-
n0,
|
|
1339
|
-
_TMTE,
|
|
1340
|
-
{
|
|
1341
|
-
[_e]: _c,
|
|
1342
|
-
[_hE]: 400,
|
|
1343
|
-
},
|
|
1344
|
-
[_m, _rN],
|
|
1345
|
-
[0, 0],
|
|
1346
|
-
];
|
|
1065
|
+
export var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_m, _rN], [0, 0]];
|
|
1347
1066
|
TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
|
|
1348
1067
|
export var UntagResourceRequest = [3, n0, _URR, 0, [_rAe, _tK], [0, 64 | 0]];
|
|
1349
1068
|
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -1437,17 +1156,7 @@ export var UsageLimit = [
|
|
|
1437
1156
|
[_uLI, _uLA, _rAe, _uT, _a, _p, _bA],
|
|
1438
1157
|
[0, 0, 0, 0, 1, 0, 0],
|
|
1439
1158
|
];
|
|
1440
|
-
export var ValidationException = [
|
|
1441
|
-
-3,
|
|
1442
|
-
n0,
|
|
1443
|
-
_VE,
|
|
1444
|
-
{
|
|
1445
|
-
[_e]: _c,
|
|
1446
|
-
[_hE]: 400,
|
|
1447
|
-
},
|
|
1448
|
-
[_m],
|
|
1449
|
-
[0],
|
|
1450
|
-
];
|
|
1159
|
+
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1451
1160
|
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
1452
1161
|
export var VpcEndpoint = [
|
|
1453
1162
|
3,
|
|
@@ -1518,7 +1227,6 @@ export var Workgroup = [
|
|
|
1518
1227
|
0,
|
|
1519
1228
|
],
|
|
1520
1229
|
];
|
|
1521
|
-
export var __Unit = "unit";
|
|
1522
1230
|
export var RedshiftServerlessServiceException = [
|
|
1523
1231
|
-3,
|
|
1524
1232
|
_sm,
|
|
@@ -1557,6 +1265,7 @@ export var VpcIds = 64 | 0;
|
|
|
1557
1265
|
export var VpcSecurityGroupIdList = 64 | 0;
|
|
1558
1266
|
export var VpcSecurityGroupMembershipList = [1, n0, _VSGML, 0, () => VpcSecurityGroupMembership];
|
|
1559
1267
|
export var WorkgroupList = [1, n0, _WL, 0, () => Workgroup];
|
|
1268
|
+
export var WorkgroupNameList = 64 | 0;
|
|
1560
1269
|
export var Schedule = [3, n0, _Sc, 0, [_at, _cr], [4, 0]];
|
|
1561
1270
|
export var TargetAction = [3, n0, _TA, 0, [_cS], [() => CreateSnapshotScheduleActionParameters]];
|
|
1562
1271
|
export var ConvertRecoveryPointToSnapshot = [
|
|
@@ -1735,6 +1444,14 @@ export var GetEndpointAccess = [
|
|
|
1735
1444
|
() => GetEndpointAccessRequest,
|
|
1736
1445
|
() => GetEndpointAccessResponse,
|
|
1737
1446
|
];
|
|
1447
|
+
export var GetIdentityCenterAuthToken = [
|
|
1448
|
+
9,
|
|
1449
|
+
n0,
|
|
1450
|
+
_GICAT,
|
|
1451
|
+
0,
|
|
1452
|
+
() => GetIdentityCenterAuthTokenRequest,
|
|
1453
|
+
() => GetIdentityCenterAuthTokenResponse,
|
|
1454
|
+
];
|
|
1738
1455
|
export var GetNamespace = [9, n0, _GN, 0, () => GetNamespaceRequest, () => GetNamespaceResponse];
|
|
1739
1456
|
export var GetRecoveryPoint = [
|
|
1740
1457
|
9,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { ConvertRecoveryPointToSnapshotCommandInput, ConvertRecoveryPointToSnapshotCommandOutput } from "./commands/ConvertRecoveryPointToSnapshotCommand";
|
|
3
3
|
import { CreateCustomDomainAssociationCommandInput, CreateCustomDomainAssociationCommandOutput } from "./commands/CreateCustomDomainAssociationCommand";
|
|
4
4
|
import { CreateEndpointAccessCommandInput, CreateEndpointAccessCommandOutput } from "./commands/CreateEndpointAccessCommand";
|
|
@@ -21,6 +21,7 @@ import { DeleteWorkgroupCommandInput, DeleteWorkgroupCommandOutput } from "./com
|
|
|
21
21
|
import { GetCredentialsCommandInput, GetCredentialsCommandOutput } from "./commands/GetCredentialsCommand";
|
|
22
22
|
import { GetCustomDomainAssociationCommandInput, GetCustomDomainAssociationCommandOutput } from "./commands/GetCustomDomainAssociationCommand";
|
|
23
23
|
import { GetEndpointAccessCommandInput, GetEndpointAccessCommandOutput } from "./commands/GetEndpointAccessCommand";
|
|
24
|
+
import { GetIdentityCenterAuthTokenCommandInput, GetIdentityCenterAuthTokenCommandOutput } from "./commands/GetIdentityCenterAuthTokenCommand";
|
|
24
25
|
import { GetNamespaceCommandInput, GetNamespaceCommandOutput } from "./commands/GetNamespaceCommand";
|
|
25
26
|
import { GetRecoveryPointCommandInput, GetRecoveryPointCommandOutput } from "./commands/GetRecoveryPointCommand";
|
|
26
27
|
import { GetReservationCommandInput, GetReservationCommandOutput } from "./commands/GetReservationCommand";
|
|
@@ -198,6 +199,12 @@ export interface RedshiftServerless {
|
|
|
198
199
|
getEndpointAccess(args: GetEndpointAccessCommandInput, options?: __HttpHandlerOptions): Promise<GetEndpointAccessCommandOutput>;
|
|
199
200
|
getEndpointAccess(args: GetEndpointAccessCommandInput, cb: (err: any, data?: GetEndpointAccessCommandOutput) => void): void;
|
|
200
201
|
getEndpointAccess(args: GetEndpointAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEndpointAccessCommandOutput) => void): void;
|
|
202
|
+
/**
|
|
203
|
+
* @see {@link GetIdentityCenterAuthTokenCommand}
|
|
204
|
+
*/
|
|
205
|
+
getIdentityCenterAuthToken(args: GetIdentityCenterAuthTokenCommandInput, options?: __HttpHandlerOptions): Promise<GetIdentityCenterAuthTokenCommandOutput>;
|
|
206
|
+
getIdentityCenterAuthToken(args: GetIdentityCenterAuthTokenCommandInput, cb: (err: any, data?: GetIdentityCenterAuthTokenCommandOutput) => void): void;
|
|
207
|
+
getIdentityCenterAuthToken(args: GetIdentityCenterAuthTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIdentityCenterAuthTokenCommandOutput) => void): void;
|
|
201
208
|
/**
|
|
202
209
|
* @see {@link GetNamespaceCommand}
|
|
203
210
|
*/
|