@aws-sdk/client-redshift-serverless 3.946.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 +45 -2
- package/dist-es/RedshiftServerless.js +2 -0
- package/dist-es/commands/GetIdentityCenterAuthTokenCommand.js +16 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +32 -3
- package/dist-types/RedshiftServerless.d.ts +7 -0
- package/dist-types/RedshiftServerlessClient.d.ts +3 -2
- package/dist-types/commands/GetIdentityCenterAuthTokenCommand.d.ts +98 -0
- package/dist-types/commands/GetTrackCommand.d.ts +3 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +25 -0
- package/dist-types/schemas/schemas_0.d.ts +4 -1
- package/dist-types/ts3.4/RedshiftServerless.d.ts +17 -0
- package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +6 -0
- 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/models_0.d.ts +7 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -378,6 +378,14 @@ GetEndpointAccess
|
|
|
378
378
|
|
|
379
379
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/redshift-serverless/command/GetEndpointAccessCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/GetEndpointAccessCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/GetEndpointAccessCommandOutput/)
|
|
380
380
|
|
|
381
|
+
</details>
|
|
382
|
+
<details>
|
|
383
|
+
<summary>
|
|
384
|
+
GetIdentityCenterAuthToken
|
|
385
|
+
</summary>
|
|
386
|
+
|
|
387
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/redshift-serverless/command/GetIdentityCenterAuthTokenCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/GetIdentityCenterAuthTokenCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/GetIdentityCenterAuthTokenCommandOutput/)
|
|
388
|
+
|
|
381
389
|
</details>
|
|
382
390
|
<details>
|
|
383
391
|
<summary>
|
package/dist-cjs/index.js
CHANGED
|
@@ -343,6 +343,7 @@ const _DWRe = "DeleteWorkgroupResponse";
|
|
|
343
343
|
const _E = "Endpoint";
|
|
344
344
|
const _EA = "EndpointAccess";
|
|
345
345
|
const _EAL = "EndpointAccessList";
|
|
346
|
+
const _ET = "ExpirationTime";
|
|
346
347
|
const _GC = "GetCredentials";
|
|
347
348
|
const _GCDA = "GetCustomDomainAssociation";
|
|
348
349
|
const _GCDAR = "GetCustomDomainAssociationRequest";
|
|
@@ -352,6 +353,9 @@ const _GCRe = "GetCredentialsResponse";
|
|
|
352
353
|
const _GEA = "GetEndpointAccess";
|
|
353
354
|
const _GEAR = "GetEndpointAccessRequest";
|
|
354
355
|
const _GEARe = "GetEndpointAccessResponse";
|
|
356
|
+
const _GICAT = "GetIdentityCenterAuthToken";
|
|
357
|
+
const _GICATR = "GetIdentityCenterAuthTokenRequest";
|
|
358
|
+
const _GICATRe = "GetIdentityCenterAuthTokenResponse";
|
|
355
359
|
const _GN = "GetNamespace";
|
|
356
360
|
const _GNR = "GetNamespaceRequest";
|
|
357
361
|
const _GNRe = "GetNamespaceResponse";
|
|
@@ -474,7 +478,7 @@ const _SL = "SnapshotList";
|
|
|
474
478
|
const _SQEE = "ServiceQuotaExceededException";
|
|
475
479
|
const _ST = "ServerlessTrack";
|
|
476
480
|
const _Sc = "Schedule";
|
|
477
|
-
const _T = "
|
|
481
|
+
const _T = "Token";
|
|
478
482
|
const _TA = "TargetAction";
|
|
479
483
|
const _TE = "ThrottlingException";
|
|
480
484
|
const _TL = "TagList";
|
|
@@ -485,6 +489,7 @@ const _TRR = "TagResourceRequest";
|
|
|
485
489
|
const _TRRa = "TagResourceResponse";
|
|
486
490
|
const _TRS = "TableRestoreStatus";
|
|
487
491
|
const _TRSL = "TableRestoreStatusList";
|
|
492
|
+
const _Ta = "Tag";
|
|
488
493
|
const _UCDA = "UpdateCustomDomainAssociation";
|
|
489
494
|
const _UCDAR = "UpdateCustomDomainAssociationRequest";
|
|
490
495
|
const _UCDARp = "UpdateCustomDomainAssociationResponse";
|
|
@@ -576,6 +581,7 @@ const _eS = "endpointStatus";
|
|
|
576
581
|
const _eSTC = "estimatedSecondsToCompletion";
|
|
577
582
|
const _eT = "endTime";
|
|
578
583
|
const _eTIS = "elapsedTimeInSeconds";
|
|
584
|
+
const _eTx = "expirationTime";
|
|
579
585
|
const _eVR = "enhancedVpcRouting";
|
|
580
586
|
const _en = "endpoint";
|
|
581
587
|
const _ena = "enabled";
|
|
@@ -589,6 +595,7 @@ const _hQ = "httpQuery";
|
|
|
589
595
|
const _iA = "ipv6Address";
|
|
590
596
|
const _iAT = "ipAddressType";
|
|
591
597
|
const _iR = "iamRoles";
|
|
598
|
+
const _jN = "jsonName";
|
|
592
599
|
const _k = "key";
|
|
593
600
|
const _kKI = "kmsKeyId";
|
|
594
601
|
const _l = "level";
|
|
@@ -691,6 +698,7 @@ const _tRS = "tableRestoreStatus";
|
|
|
691
698
|
const _tRSa = "tableRestoreStatuses";
|
|
692
699
|
const _tSIMB = "totalSizeInMegaBytes";
|
|
693
700
|
const _tSN = "targetSchemaName";
|
|
701
|
+
const _to = "token";
|
|
694
702
|
const _tr = "track";
|
|
695
703
|
const _tra = "tracks";
|
|
696
704
|
const _uC = "upfrontCharge";
|
|
@@ -712,6 +720,7 @@ const _w = "workgroup";
|
|
|
712
720
|
const _wA = "workgroupArn";
|
|
713
721
|
const _wI = "workgroupId";
|
|
714
722
|
const _wN = "workgroupName";
|
|
723
|
+
const _wNo = "workgroupNames";
|
|
715
724
|
const _wV = "workgroupVersion";
|
|
716
725
|
const _wo = "workgroups";
|
|
717
726
|
const n0 = "com.amazonaws.redshiftserverless";
|
|
@@ -898,6 +907,18 @@ var GetCustomDomainAssociationResponse = [
|
|
|
898
907
|
];
|
|
899
908
|
var GetEndpointAccessRequest = [3, n0, _GEAR, 0, [_eN], [0]];
|
|
900
909
|
var GetEndpointAccessResponse = [3, n0, _GEARe, 0, [_en], [() => EndpointAccess]];
|
|
910
|
+
var GetIdentityCenterAuthTokenRequest = [3, n0, _GICATR, 0, [_wNo], [64 | 0]];
|
|
911
|
+
var GetIdentityCenterAuthTokenResponse = [
|
|
912
|
+
3,
|
|
913
|
+
n0,
|
|
914
|
+
_GICATRe,
|
|
915
|
+
8,
|
|
916
|
+
[_to, _eTx],
|
|
917
|
+
[
|
|
918
|
+
[0, { [_jN]: _T }],
|
|
919
|
+
[5, { [_jN]: _ET }],
|
|
920
|
+
],
|
|
921
|
+
];
|
|
901
922
|
var GetNamespaceRequest = [3, n0, _GNR, 0, [_nN], [0]];
|
|
902
923
|
var GetNamespaceResponse = [3, n0, _GNRe, 0, [_n], [[() => Namespace, 0]]];
|
|
903
924
|
var GetRecoveryPointRequest = [3, n0, _GRPR, 0, [_rPI], [0]];
|
|
@@ -1308,7 +1329,7 @@ var TableRestoreStatus = [
|
|
|
1308
1329
|
[_tRRI, _st, _m, _rT, _nN, _wN, _sN, _pIMB, _tDIMB, _sDN, _sSN, _sTN, _tDN, _tSN, _nTN, _rPI],
|
|
1309
1330
|
[0, 0, 0, 4, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0],
|
|
1310
1331
|
];
|
|
1311
|
-
var Tag = [3, n0,
|
|
1332
|
+
var Tag = [3, n0, _Ta, 0, [_k, _v], [0, 0]];
|
|
1312
1333
|
var TagResourceRequest = [3, n0, _TRR, 0, [_rAe, _t], [0, () => TagList]];
|
|
1313
1334
|
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1314
1335
|
var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_co, _m], [0, 0]];
|
|
@@ -1685,6 +1706,14 @@ var GetEndpointAccess = [
|
|
|
1685
1706
|
() => GetEndpointAccessRequest,
|
|
1686
1707
|
() => GetEndpointAccessResponse,
|
|
1687
1708
|
];
|
|
1709
|
+
var GetIdentityCenterAuthToken = [
|
|
1710
|
+
9,
|
|
1711
|
+
n0,
|
|
1712
|
+
_GICAT,
|
|
1713
|
+
0,
|
|
1714
|
+
() => GetIdentityCenterAuthTokenRequest,
|
|
1715
|
+
() => GetIdentityCenterAuthTokenResponse,
|
|
1716
|
+
];
|
|
1688
1717
|
var GetNamespace = [9, n0, _GN, 0, () => GetNamespaceRequest, () => GetNamespaceResponse];
|
|
1689
1718
|
var GetRecoveryPoint = [
|
|
1690
1719
|
9,
|
|
@@ -2244,6 +2273,18 @@ class GetEndpointAccessCommand extends smithyClient.Command
|
|
|
2244
2273
|
.build() {
|
|
2245
2274
|
}
|
|
2246
2275
|
|
|
2276
|
+
class GetIdentityCenterAuthTokenCommand extends smithyClient.Command
|
|
2277
|
+
.classBuilder()
|
|
2278
|
+
.ep(commonParams)
|
|
2279
|
+
.m(function (Command, cs, config, o) {
|
|
2280
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2281
|
+
})
|
|
2282
|
+
.s("RedshiftServerless", "GetIdentityCenterAuthToken", {})
|
|
2283
|
+
.n("RedshiftServerlessClient", "GetIdentityCenterAuthTokenCommand")
|
|
2284
|
+
.sc(GetIdentityCenterAuthToken)
|
|
2285
|
+
.build() {
|
|
2286
|
+
}
|
|
2287
|
+
|
|
2247
2288
|
class GetNamespaceCommand extends smithyClient.Command
|
|
2248
2289
|
.classBuilder()
|
|
2249
2290
|
.ep(commonParams)
|
|
@@ -2771,6 +2812,7 @@ const commands = {
|
|
|
2771
2812
|
GetCredentialsCommand,
|
|
2772
2813
|
GetCustomDomainAssociationCommand,
|
|
2773
2814
|
GetEndpointAccessCommand,
|
|
2815
|
+
GetIdentityCenterAuthTokenCommand,
|
|
2774
2816
|
GetNamespaceCommand,
|
|
2775
2817
|
GetRecoveryPointCommand,
|
|
2776
2818
|
GetReservationCommand,
|
|
@@ -2945,6 +2987,7 @@ exports.DryRunException = DryRunException$1;
|
|
|
2945
2987
|
exports.GetCredentialsCommand = GetCredentialsCommand;
|
|
2946
2988
|
exports.GetCustomDomainAssociationCommand = GetCustomDomainAssociationCommand;
|
|
2947
2989
|
exports.GetEndpointAccessCommand = GetEndpointAccessCommand;
|
|
2990
|
+
exports.GetIdentityCenterAuthTokenCommand = GetIdentityCenterAuthTokenCommand;
|
|
2948
2991
|
exports.GetNamespaceCommand = GetNamespaceCommand;
|
|
2949
2992
|
exports.GetRecoveryPointCommand = GetRecoveryPointCommand;
|
|
2950
2993
|
exports.GetReservationCommand = GetReservationCommand;
|
|
@@ -21,6 +21,7 @@ import { DeleteWorkgroupCommand, } from "./commands/DeleteWorkgroupCommand";
|
|
|
21
21
|
import { GetCredentialsCommand, } from "./commands/GetCredentialsCommand";
|
|
22
22
|
import { GetCustomDomainAssociationCommand, } from "./commands/GetCustomDomainAssociationCommand";
|
|
23
23
|
import { GetEndpointAccessCommand, } from "./commands/GetEndpointAccessCommand";
|
|
24
|
+
import { GetIdentityCenterAuthTokenCommand, } from "./commands/GetIdentityCenterAuthTokenCommand";
|
|
24
25
|
import { GetNamespaceCommand, } from "./commands/GetNamespaceCommand";
|
|
25
26
|
import { GetRecoveryPointCommand, } from "./commands/GetRecoveryPointCommand";
|
|
26
27
|
import { GetReservationCommand, } from "./commands/GetReservationCommand";
|
|
@@ -87,6 +88,7 @@ const commands = {
|
|
|
87
88
|
GetCredentialsCommand,
|
|
88
89
|
GetCustomDomainAssociationCommand,
|
|
89
90
|
GetEndpointAccessCommand,
|
|
91
|
+
GetIdentityCenterAuthTokenCommand,
|
|
90
92
|
GetNamespaceCommand,
|
|
91
93
|
GetRecoveryPointCommand,
|
|
92
94
|
GetReservationCommand,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { GetIdentityCenterAuthToken } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetIdentityCenterAuthTokenCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("RedshiftServerless", "GetIdentityCenterAuthToken", {})
|
|
13
|
+
.n("RedshiftServerlessClient", "GetIdentityCenterAuthTokenCommand")
|
|
14
|
+
.sc(GetIdentityCenterAuthToken)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -20,6 +20,7 @@ export * from "./DeleteWorkgroupCommand";
|
|
|
20
20
|
export * from "./GetCredentialsCommand";
|
|
21
21
|
export * from "./GetCustomDomainAssociationCommand";
|
|
22
22
|
export * from "./GetEndpointAccessCommand";
|
|
23
|
+
export * from "./GetIdentityCenterAuthTokenCommand";
|
|
23
24
|
export * from "./GetNamespaceCommand";
|
|
24
25
|
export * from "./GetRecoveryPointCommand";
|
|
25
26
|
export * from "./GetReservationCommand";
|
|
@@ -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";
|
|
@@ -626,6 +635,18 @@ export var GetCustomDomainAssociationResponse = [
|
|
|
626
635
|
];
|
|
627
636
|
export var GetEndpointAccessRequest = [3, n0, _GEAR, 0, [_eN], [0]];
|
|
628
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
|
+
];
|
|
629
650
|
export var GetNamespaceRequest = [3, n0, _GNR, 0, [_nN], [0]];
|
|
630
651
|
export var GetNamespaceResponse = [3, n0, _GNRe, 0, [_n], [[() => Namespace, 0]]];
|
|
631
652
|
export var GetRecoveryPointRequest = [3, n0, _GRPR, 0, [_rPI], [0]];
|
|
@@ -1036,7 +1057,7 @@ export var TableRestoreStatus = [
|
|
|
1036
1057
|
[_tRRI, _st, _m, _rT, _nN, _wN, _sN, _pIMB, _tDIMB, _sDN, _sSN, _sTN, _tDN, _tSN, _nTN, _rPI],
|
|
1037
1058
|
[0, 0, 0, 4, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0],
|
|
1038
1059
|
];
|
|
1039
|
-
export var Tag = [3, n0,
|
|
1060
|
+
export var Tag = [3, n0, _Ta, 0, [_k, _v], [0, 0]];
|
|
1040
1061
|
export var TagResourceRequest = [3, n0, _TRR, 0, [_rAe, _t], [0, () => TagList]];
|
|
1041
1062
|
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1042
1063
|
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_co, _m], [0, 0]];
|
|
@@ -1206,7 +1227,6 @@ export var Workgroup = [
|
|
|
1206
1227
|
0,
|
|
1207
1228
|
],
|
|
1208
1229
|
];
|
|
1209
|
-
export var __Unit = "unit";
|
|
1210
1230
|
export var RedshiftServerlessServiceException = [
|
|
1211
1231
|
-3,
|
|
1212
1232
|
_sm,
|
|
@@ -1245,6 +1265,7 @@ export var VpcIds = 64 | 0;
|
|
|
1245
1265
|
export var VpcSecurityGroupIdList = 64 | 0;
|
|
1246
1266
|
export var VpcSecurityGroupMembershipList = [1, n0, _VSGML, 0, () => VpcSecurityGroupMembership];
|
|
1247
1267
|
export var WorkgroupList = [1, n0, _WL, 0, () => Workgroup];
|
|
1268
|
+
export var WorkgroupNameList = 64 | 0;
|
|
1248
1269
|
export var Schedule = [3, n0, _Sc, 0, [_at, _cr], [4, 0]];
|
|
1249
1270
|
export var TargetAction = [3, n0, _TA, 0, [_cS], [() => CreateSnapshotScheduleActionParameters]];
|
|
1250
1271
|
export var ConvertRecoveryPointToSnapshot = [
|
|
@@ -1423,6 +1444,14 @@ export var GetEndpointAccess = [
|
|
|
1423
1444
|
() => GetEndpointAccessRequest,
|
|
1424
1445
|
() => GetEndpointAccessResponse,
|
|
1425
1446
|
];
|
|
1447
|
+
export var GetIdentityCenterAuthToken = [
|
|
1448
|
+
9,
|
|
1449
|
+
n0,
|
|
1450
|
+
_GICAT,
|
|
1451
|
+
0,
|
|
1452
|
+
() => GetIdentityCenterAuthTokenRequest,
|
|
1453
|
+
() => GetIdentityCenterAuthTokenResponse,
|
|
1454
|
+
];
|
|
1426
1455
|
export var GetNamespace = [9, n0, _GN, 0, () => GetNamespaceRequest, () => GetNamespaceResponse];
|
|
1427
1456
|
export var GetRecoveryPoint = [
|
|
1428
1457
|
9,
|
|
@@ -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
|
*/
|
|
@@ -29,6 +29,7 @@ import { DeleteWorkgroupCommandInput, DeleteWorkgroupCommandOutput } from "./com
|
|
|
29
29
|
import { GetCredentialsCommandInput, GetCredentialsCommandOutput } from "./commands/GetCredentialsCommand";
|
|
30
30
|
import { GetCustomDomainAssociationCommandInput, GetCustomDomainAssociationCommandOutput } from "./commands/GetCustomDomainAssociationCommand";
|
|
31
31
|
import { GetEndpointAccessCommandInput, GetEndpointAccessCommandOutput } from "./commands/GetEndpointAccessCommand";
|
|
32
|
+
import { GetIdentityCenterAuthTokenCommandInput, GetIdentityCenterAuthTokenCommandOutput } from "./commands/GetIdentityCenterAuthTokenCommand";
|
|
32
33
|
import { GetNamespaceCommandInput, GetNamespaceCommandOutput } from "./commands/GetNamespaceCommand";
|
|
33
34
|
import { GetRecoveryPointCommandInput, GetRecoveryPointCommandOutput } from "./commands/GetRecoveryPointCommand";
|
|
34
35
|
import { GetReservationCommandInput, GetReservationCommandOutput } from "./commands/GetReservationCommand";
|
|
@@ -77,11 +78,11 @@ export { __Client };
|
|
|
77
78
|
/**
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
|
-
export type ServiceInputTypes = ConvertRecoveryPointToSnapshotCommandInput | CreateCustomDomainAssociationCommandInput | CreateEndpointAccessCommandInput | CreateNamespaceCommandInput | CreateReservationCommandInput | CreateScheduledActionCommandInput | CreateSnapshotCommandInput | CreateSnapshotCopyConfigurationCommandInput | CreateUsageLimitCommandInput | CreateWorkgroupCommandInput | DeleteCustomDomainAssociationCommandInput | DeleteEndpointAccessCommandInput | DeleteNamespaceCommandInput | DeleteResourcePolicyCommandInput | DeleteScheduledActionCommandInput | DeleteSnapshotCommandInput | DeleteSnapshotCopyConfigurationCommandInput | DeleteUsageLimitCommandInput | DeleteWorkgroupCommandInput | GetCredentialsCommandInput | GetCustomDomainAssociationCommandInput | GetEndpointAccessCommandInput | GetNamespaceCommandInput | GetRecoveryPointCommandInput | GetReservationCommandInput | GetReservationOfferingCommandInput | GetResourcePolicyCommandInput | GetScheduledActionCommandInput | GetSnapshotCommandInput | GetTableRestoreStatusCommandInput | GetTrackCommandInput | GetUsageLimitCommandInput | GetWorkgroupCommandInput | ListCustomDomainAssociationsCommandInput | ListEndpointAccessCommandInput | ListManagedWorkgroupsCommandInput | ListNamespacesCommandInput | ListRecoveryPointsCommandInput | ListReservationOfferingsCommandInput | ListReservationsCommandInput | ListScheduledActionsCommandInput | ListSnapshotCopyConfigurationsCommandInput | ListSnapshotsCommandInput | ListTableRestoreStatusCommandInput | ListTagsForResourceCommandInput | ListTracksCommandInput | ListUsageLimitsCommandInput | ListWorkgroupsCommandInput | PutResourcePolicyCommandInput | RestoreFromRecoveryPointCommandInput | RestoreFromSnapshotCommandInput | RestoreTableFromRecoveryPointCommandInput | RestoreTableFromSnapshotCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateCustomDomainAssociationCommandInput | UpdateEndpointAccessCommandInput | UpdateLakehouseConfigurationCommandInput | UpdateNamespaceCommandInput | UpdateScheduledActionCommandInput | UpdateSnapshotCommandInput | UpdateSnapshotCopyConfigurationCommandInput | UpdateUsageLimitCommandInput | UpdateWorkgroupCommandInput;
|
|
81
|
+
export type ServiceInputTypes = ConvertRecoveryPointToSnapshotCommandInput | CreateCustomDomainAssociationCommandInput | CreateEndpointAccessCommandInput | CreateNamespaceCommandInput | CreateReservationCommandInput | CreateScheduledActionCommandInput | CreateSnapshotCommandInput | CreateSnapshotCopyConfigurationCommandInput | CreateUsageLimitCommandInput | CreateWorkgroupCommandInput | DeleteCustomDomainAssociationCommandInput | DeleteEndpointAccessCommandInput | DeleteNamespaceCommandInput | DeleteResourcePolicyCommandInput | DeleteScheduledActionCommandInput | DeleteSnapshotCommandInput | DeleteSnapshotCopyConfigurationCommandInput | DeleteUsageLimitCommandInput | DeleteWorkgroupCommandInput | GetCredentialsCommandInput | GetCustomDomainAssociationCommandInput | GetEndpointAccessCommandInput | GetIdentityCenterAuthTokenCommandInput | GetNamespaceCommandInput | GetRecoveryPointCommandInput | GetReservationCommandInput | GetReservationOfferingCommandInput | GetResourcePolicyCommandInput | GetScheduledActionCommandInput | GetSnapshotCommandInput | GetTableRestoreStatusCommandInput | GetTrackCommandInput | GetUsageLimitCommandInput | GetWorkgroupCommandInput | ListCustomDomainAssociationsCommandInput | ListEndpointAccessCommandInput | ListManagedWorkgroupsCommandInput | ListNamespacesCommandInput | ListRecoveryPointsCommandInput | ListReservationOfferingsCommandInput | ListReservationsCommandInput | ListScheduledActionsCommandInput | ListSnapshotCopyConfigurationsCommandInput | ListSnapshotsCommandInput | ListTableRestoreStatusCommandInput | ListTagsForResourceCommandInput | ListTracksCommandInput | ListUsageLimitsCommandInput | ListWorkgroupsCommandInput | PutResourcePolicyCommandInput | RestoreFromRecoveryPointCommandInput | RestoreFromSnapshotCommandInput | RestoreTableFromRecoveryPointCommandInput | RestoreTableFromSnapshotCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateCustomDomainAssociationCommandInput | UpdateEndpointAccessCommandInput | UpdateLakehouseConfigurationCommandInput | UpdateNamespaceCommandInput | UpdateScheduledActionCommandInput | UpdateSnapshotCommandInput | UpdateSnapshotCopyConfigurationCommandInput | UpdateUsageLimitCommandInput | UpdateWorkgroupCommandInput;
|
|
81
82
|
/**
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
|
-
export type ServiceOutputTypes = ConvertRecoveryPointToSnapshotCommandOutput | CreateCustomDomainAssociationCommandOutput | CreateEndpointAccessCommandOutput | CreateNamespaceCommandOutput | CreateReservationCommandOutput | CreateScheduledActionCommandOutput | CreateSnapshotCommandOutput | CreateSnapshotCopyConfigurationCommandOutput | CreateUsageLimitCommandOutput | CreateWorkgroupCommandOutput | DeleteCustomDomainAssociationCommandOutput | DeleteEndpointAccessCommandOutput | DeleteNamespaceCommandOutput | DeleteResourcePolicyCommandOutput | DeleteScheduledActionCommandOutput | DeleteSnapshotCommandOutput | DeleteSnapshotCopyConfigurationCommandOutput | DeleteUsageLimitCommandOutput | DeleteWorkgroupCommandOutput | GetCredentialsCommandOutput | GetCustomDomainAssociationCommandOutput | GetEndpointAccessCommandOutput | GetNamespaceCommandOutput | GetRecoveryPointCommandOutput | GetReservationCommandOutput | GetReservationOfferingCommandOutput | GetResourcePolicyCommandOutput | GetScheduledActionCommandOutput | GetSnapshotCommandOutput | GetTableRestoreStatusCommandOutput | GetTrackCommandOutput | GetUsageLimitCommandOutput | GetWorkgroupCommandOutput | ListCustomDomainAssociationsCommandOutput | ListEndpointAccessCommandOutput | ListManagedWorkgroupsCommandOutput | ListNamespacesCommandOutput | ListRecoveryPointsCommandOutput | ListReservationOfferingsCommandOutput | ListReservationsCommandOutput | ListScheduledActionsCommandOutput | ListSnapshotCopyConfigurationsCommandOutput | ListSnapshotsCommandOutput | ListTableRestoreStatusCommandOutput | ListTagsForResourceCommandOutput | ListTracksCommandOutput | ListUsageLimitsCommandOutput | ListWorkgroupsCommandOutput | PutResourcePolicyCommandOutput | RestoreFromRecoveryPointCommandOutput | RestoreFromSnapshotCommandOutput | RestoreTableFromRecoveryPointCommandOutput | RestoreTableFromSnapshotCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateCustomDomainAssociationCommandOutput | UpdateEndpointAccessCommandOutput | UpdateLakehouseConfigurationCommandOutput | UpdateNamespaceCommandOutput | UpdateScheduledActionCommandOutput | UpdateSnapshotCommandOutput | UpdateSnapshotCopyConfigurationCommandOutput | UpdateUsageLimitCommandOutput | UpdateWorkgroupCommandOutput;
|
|
85
|
+
export type ServiceOutputTypes = ConvertRecoveryPointToSnapshotCommandOutput | CreateCustomDomainAssociationCommandOutput | CreateEndpointAccessCommandOutput | CreateNamespaceCommandOutput | CreateReservationCommandOutput | CreateScheduledActionCommandOutput | CreateSnapshotCommandOutput | CreateSnapshotCopyConfigurationCommandOutput | CreateUsageLimitCommandOutput | CreateWorkgroupCommandOutput | DeleteCustomDomainAssociationCommandOutput | DeleteEndpointAccessCommandOutput | DeleteNamespaceCommandOutput | DeleteResourcePolicyCommandOutput | DeleteScheduledActionCommandOutput | DeleteSnapshotCommandOutput | DeleteSnapshotCopyConfigurationCommandOutput | DeleteUsageLimitCommandOutput | DeleteWorkgroupCommandOutput | GetCredentialsCommandOutput | GetCustomDomainAssociationCommandOutput | GetEndpointAccessCommandOutput | GetIdentityCenterAuthTokenCommandOutput | GetNamespaceCommandOutput | GetRecoveryPointCommandOutput | GetReservationCommandOutput | GetReservationOfferingCommandOutput | GetResourcePolicyCommandOutput | GetScheduledActionCommandOutput | GetSnapshotCommandOutput | GetTableRestoreStatusCommandOutput | GetTrackCommandOutput | GetUsageLimitCommandOutput | GetWorkgroupCommandOutput | ListCustomDomainAssociationsCommandOutput | ListEndpointAccessCommandOutput | ListManagedWorkgroupsCommandOutput | ListNamespacesCommandOutput | ListRecoveryPointsCommandOutput | ListReservationOfferingsCommandOutput | ListReservationsCommandOutput | ListScheduledActionsCommandOutput | ListSnapshotCopyConfigurationsCommandOutput | ListSnapshotsCommandOutput | ListTableRestoreStatusCommandOutput | ListTagsForResourceCommandOutput | ListTracksCommandOutput | ListUsageLimitsCommandOutput | ListWorkgroupsCommandOutput | PutResourcePolicyCommandOutput | RestoreFromRecoveryPointCommandOutput | RestoreFromSnapshotCommandOutput | RestoreTableFromRecoveryPointCommandOutput | RestoreTableFromSnapshotCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateCustomDomainAssociationCommandOutput | UpdateEndpointAccessCommandOutput | UpdateLakehouseConfigurationCommandOutput | UpdateNamespaceCommandOutput | UpdateScheduledActionCommandOutput | UpdateSnapshotCommandOutput | UpdateSnapshotCopyConfigurationCommandOutput | UpdateUsageLimitCommandOutput | UpdateWorkgroupCommandOutput;
|
|
85
86
|
/**
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetIdentityCenterAuthTokenRequest, GetIdentityCenterAuthTokenResponse } from "../models/models_0";
|
|
4
|
+
import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetIdentityCenterAuthTokenCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetIdentityCenterAuthTokenCommandInput extends GetIdentityCenterAuthTokenRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetIdentityCenterAuthTokenCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetIdentityCenterAuthTokenCommandOutput extends GetIdentityCenterAuthTokenResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const GetIdentityCenterAuthTokenCommand_base: {
|
|
25
|
+
new (input: GetIdentityCenterAuthTokenCommandInput): import("@smithy/smithy-client").CommandImpl<GetIdentityCenterAuthTokenCommandInput, GetIdentityCenterAuthTokenCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetIdentityCenterAuthTokenCommandInput): import("@smithy/smithy-client").CommandImpl<GetIdentityCenterAuthTokenCommandInput, GetIdentityCenterAuthTokenCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Returns an Identity Center authentication token for accessing Amazon Redshift Serverless workgroups.</p> <p>The token provides secure access to data within the specified workgroups using Identity Center identity propagation. The token expires after a specified duration and must be refreshed for continued access.</p> <p>The Identity and Access Management (IAM) user or role that runs GetIdentityCenterAuthToken must have appropriate permissions to access the specified workgroups and Identity Center integration must be configured for the workgroups.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { RedshiftServerlessClient, GetIdentityCenterAuthTokenCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
|
+
* // const { RedshiftServerlessClient, GetIdentityCenterAuthTokenCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
38
|
+
* const client = new RedshiftServerlessClient(config);
|
|
39
|
+
* const input = { // GetIdentityCenterAuthTokenRequest
|
|
40
|
+
* workgroupNames: [ // WorkgroupNameList // required
|
|
41
|
+
* "STRING_VALUE",
|
|
42
|
+
* ],
|
|
43
|
+
* };
|
|
44
|
+
* const command = new GetIdentityCenterAuthTokenCommand(input);
|
|
45
|
+
* const response = await client.send(command);
|
|
46
|
+
* // { // GetIdentityCenterAuthTokenResponse
|
|
47
|
+
* // token: "STRING_VALUE",
|
|
48
|
+
* // expirationTime: new Date("TIMESTAMP"),
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
51
|
+
* ```
|
|
52
|
+
*
|
|
53
|
+
* @param GetIdentityCenterAuthTokenCommandInput - {@link GetIdentityCenterAuthTokenCommandInput}
|
|
54
|
+
* @returns {@link GetIdentityCenterAuthTokenCommandOutput}
|
|
55
|
+
* @see {@link GetIdentityCenterAuthTokenCommandInput} for command's `input` shape.
|
|
56
|
+
* @see {@link GetIdentityCenterAuthTokenCommandOutput} for command's `response` shape.
|
|
57
|
+
* @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
60
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ConflictException} (client fault)
|
|
63
|
+
* <p>The submitted action has conflicts.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link DryRunException} (client fault)
|
|
66
|
+
* <p>This exception is thrown when the request was successful, but dry run was enabled so no action was taken.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link InternalServerException} (server fault)
|
|
69
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
72
|
+
* <p>The resource could not be found.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
75
|
+
* <p>The request was denied due to request throttling.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link ValidationException} (client fault)
|
|
78
|
+
* <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link RedshiftServerlessServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
82
|
+
*
|
|
83
|
+
*
|
|
84
|
+
* @public
|
|
85
|
+
*/
|
|
86
|
+
export declare class GetIdentityCenterAuthTokenCommand extends GetIdentityCenterAuthTokenCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: GetIdentityCenterAuthTokenRequest;
|
|
91
|
+
output: GetIdentityCenterAuthTokenResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: GetIdentityCenterAuthTokenCommandInput;
|
|
95
|
+
output: GetIdentityCenterAuthTokenCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
}
|
|
@@ -68,6 +68,9 @@ declare const GetTrackCommand_base: {
|
|
|
68
68
|
* @throws {@link ConflictException} (client fault)
|
|
69
69
|
* <p>The submitted action has conflicts.</p>
|
|
70
70
|
*
|
|
71
|
+
* @throws {@link DryRunException} (client fault)
|
|
72
|
+
* <p>This exception is thrown when the request was successful, but dry run was enabled so no action was taken.</p>
|
|
73
|
+
*
|
|
71
74
|
* @throws {@link InternalServerException} (server fault)
|
|
72
75
|
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
73
76
|
*
|
|
@@ -20,6 +20,7 @@ export * from "./DeleteWorkgroupCommand";
|
|
|
20
20
|
export * from "./GetCredentialsCommand";
|
|
21
21
|
export * from "./GetCustomDomainAssociationCommand";
|
|
22
22
|
export * from "./GetEndpointAccessCommand";
|
|
23
|
+
export * from "./GetIdentityCenterAuthTokenCommand";
|
|
23
24
|
export * from "./GetNamespaceCommand";
|
|
24
25
|
export * from "./GetRecoveryPointCommand";
|
|
25
26
|
export * from "./GetReservationCommand";
|
|
@@ -1710,6 +1710,31 @@ export interface GetCustomDomainAssociationResponse {
|
|
|
1710
1710
|
*/
|
|
1711
1711
|
customDomainCertificateExpiryTime?: Date | undefined;
|
|
1712
1712
|
}
|
|
1713
|
+
/**
|
|
1714
|
+
* @public
|
|
1715
|
+
*/
|
|
1716
|
+
export interface GetIdentityCenterAuthTokenRequest {
|
|
1717
|
+
/**
|
|
1718
|
+
* <p>A list of workgroup names for which to generate the Identity Center authentication token.</p> <p>Constraints:</p> <ul> <li> <p>Must contain between 1 and 20 workgroup names.</p> </li> <li> <p>Each workgroup name must be a valid Amazon Redshift Serverless workgroup identifier.</p> </li> <li> <p>All specified workgroups must have Identity Center integration enabled.</p> </li> </ul>
|
|
1719
|
+
* @public
|
|
1720
|
+
*/
|
|
1721
|
+
workgroupNames: string[] | undefined;
|
|
1722
|
+
}
|
|
1723
|
+
/**
|
|
1724
|
+
* @public
|
|
1725
|
+
*/
|
|
1726
|
+
export interface GetIdentityCenterAuthTokenResponse {
|
|
1727
|
+
/**
|
|
1728
|
+
* <p>The Identity Center authentication token that can be used to access data in the specified workgroups.</p> <p>This token contains the Identity Center identity information and is encrypted for secure transmission.</p>
|
|
1729
|
+
* @public
|
|
1730
|
+
*/
|
|
1731
|
+
token?: string | undefined;
|
|
1732
|
+
/**
|
|
1733
|
+
* <p>The date and time when the Identity Center authentication token expires.</p> <p>After this time, a new token must be requested for continued access.</p>
|
|
1734
|
+
* @public
|
|
1735
|
+
*/
|
|
1736
|
+
expirationTime?: Date | undefined;
|
|
1737
|
+
}
|
|
1713
1738
|
/**
|
|
1714
1739
|
* @public
|
|
1715
1740
|
*/
|
|
@@ -53,6 +53,8 @@ export declare var GetCustomDomainAssociationRequest: StaticStructureSchema;
|
|
|
53
53
|
export declare var GetCustomDomainAssociationResponse: StaticStructureSchema;
|
|
54
54
|
export declare var GetEndpointAccessRequest: StaticStructureSchema;
|
|
55
55
|
export declare var GetEndpointAccessResponse: StaticStructureSchema;
|
|
56
|
+
export declare var GetIdentityCenterAuthTokenRequest: StaticStructureSchema;
|
|
57
|
+
export declare var GetIdentityCenterAuthTokenResponse: StaticStructureSchema;
|
|
56
58
|
export declare var GetNamespaceRequest: StaticStructureSchema;
|
|
57
59
|
export declare var GetNamespaceResponse: StaticStructureSchema;
|
|
58
60
|
export declare var GetRecoveryPointRequest: StaticStructureSchema;
|
|
@@ -166,7 +168,6 @@ export declare var ValidationException: StaticErrorSchema;
|
|
|
166
168
|
export declare var VpcEndpoint: StaticStructureSchema;
|
|
167
169
|
export declare var VpcSecurityGroupMembership: StaticStructureSchema;
|
|
168
170
|
export declare var Workgroup: StaticStructureSchema;
|
|
169
|
-
export declare var __Unit: "unit";
|
|
170
171
|
export declare var RedshiftServerlessServiceException: StaticErrorSchema;
|
|
171
172
|
export declare var AccountIdList: number;
|
|
172
173
|
export declare var AssociationList: StaticListSchema;
|
|
@@ -197,6 +198,7 @@ export declare var VpcIds: number;
|
|
|
197
198
|
export declare var VpcSecurityGroupIdList: number;
|
|
198
199
|
export declare var VpcSecurityGroupMembershipList: StaticListSchema;
|
|
199
200
|
export declare var WorkgroupList: StaticListSchema;
|
|
201
|
+
export declare var WorkgroupNameList: number;
|
|
200
202
|
export declare var Schedule: StaticStructureSchema;
|
|
201
203
|
export declare var TargetAction: StaticStructureSchema;
|
|
202
204
|
export declare var ConvertRecoveryPointToSnapshot: StaticOperationSchema;
|
|
@@ -221,6 +223,7 @@ export declare var DeleteWorkgroup: StaticOperationSchema;
|
|
|
221
223
|
export declare var GetCredentials: StaticOperationSchema;
|
|
222
224
|
export declare var GetCustomDomainAssociation: StaticOperationSchema;
|
|
223
225
|
export declare var GetEndpointAccess: StaticOperationSchema;
|
|
226
|
+
export declare var GetIdentityCenterAuthToken: StaticOperationSchema;
|
|
224
227
|
export declare var GetNamespace: StaticOperationSchema;
|
|
225
228
|
export declare var GetRecoveryPoint: StaticOperationSchema;
|
|
226
229
|
export declare var GetReservation: StaticOperationSchema;
|
|
@@ -87,6 +87,10 @@ import {
|
|
|
87
87
|
GetEndpointAccessCommandInput,
|
|
88
88
|
GetEndpointAccessCommandOutput,
|
|
89
89
|
} from "./commands/GetEndpointAccessCommand";
|
|
90
|
+
import {
|
|
91
|
+
GetIdentityCenterAuthTokenCommandInput,
|
|
92
|
+
GetIdentityCenterAuthTokenCommandOutput,
|
|
93
|
+
} from "./commands/GetIdentityCenterAuthTokenCommand";
|
|
90
94
|
import {
|
|
91
95
|
GetNamespaceCommandInput,
|
|
92
96
|
GetNamespaceCommandOutput,
|
|
@@ -544,6 +548,19 @@ export interface RedshiftServerless {
|
|
|
544
548
|
options: __HttpHandlerOptions,
|
|
545
549
|
cb: (err: any, data?: GetEndpointAccessCommandOutput) => void
|
|
546
550
|
): void;
|
|
551
|
+
getIdentityCenterAuthToken(
|
|
552
|
+
args: GetIdentityCenterAuthTokenCommandInput,
|
|
553
|
+
options?: __HttpHandlerOptions
|
|
554
|
+
): Promise<GetIdentityCenterAuthTokenCommandOutput>;
|
|
555
|
+
getIdentityCenterAuthToken(
|
|
556
|
+
args: GetIdentityCenterAuthTokenCommandInput,
|
|
557
|
+
cb: (err: any, data?: GetIdentityCenterAuthTokenCommandOutput) => void
|
|
558
|
+
): void;
|
|
559
|
+
getIdentityCenterAuthToken(
|
|
560
|
+
args: GetIdentityCenterAuthTokenCommandInput,
|
|
561
|
+
options: __HttpHandlerOptions,
|
|
562
|
+
cb: (err: any, data?: GetIdentityCenterAuthTokenCommandOutput) => void
|
|
563
|
+
): void;
|
|
547
564
|
getNamespace(
|
|
548
565
|
args: GetNamespaceCommandInput,
|
|
549
566
|
options?: __HttpHandlerOptions
|
|
@@ -136,6 +136,10 @@ import {
|
|
|
136
136
|
GetEndpointAccessCommandInput,
|
|
137
137
|
GetEndpointAccessCommandOutput,
|
|
138
138
|
} from "./commands/GetEndpointAccessCommand";
|
|
139
|
+
import {
|
|
140
|
+
GetIdentityCenterAuthTokenCommandInput,
|
|
141
|
+
GetIdentityCenterAuthTokenCommandOutput,
|
|
142
|
+
} from "./commands/GetIdentityCenterAuthTokenCommand";
|
|
139
143
|
import {
|
|
140
144
|
GetNamespaceCommandInput,
|
|
141
145
|
GetNamespaceCommandOutput,
|
|
@@ -334,6 +338,7 @@ export type ServiceInputTypes =
|
|
|
334
338
|
| GetCredentialsCommandInput
|
|
335
339
|
| GetCustomDomainAssociationCommandInput
|
|
336
340
|
| GetEndpointAccessCommandInput
|
|
341
|
+
| GetIdentityCenterAuthTokenCommandInput
|
|
337
342
|
| GetNamespaceCommandInput
|
|
338
343
|
| GetRecoveryPointCommandInput
|
|
339
344
|
| GetReservationCommandInput
|
|
@@ -399,6 +404,7 @@ export type ServiceOutputTypes =
|
|
|
399
404
|
| GetCredentialsCommandOutput
|
|
400
405
|
| GetCustomDomainAssociationCommandOutput
|
|
401
406
|
| GetEndpointAccessCommandOutput
|
|
407
|
+
| GetIdentityCenterAuthTokenCommandOutput
|
|
402
408
|
| GetNamespaceCommandOutput
|
|
403
409
|
| GetRecoveryPointCommandOutput
|
|
404
410
|
| GetReservationCommandOutput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GetIdentityCenterAuthTokenRequest,
|
|
5
|
+
GetIdentityCenterAuthTokenResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
RedshiftServerlessClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../RedshiftServerlessClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetIdentityCenterAuthTokenCommandInput
|
|
15
|
+
extends GetIdentityCenterAuthTokenRequest {}
|
|
16
|
+
export interface GetIdentityCenterAuthTokenCommandOutput
|
|
17
|
+
extends GetIdentityCenterAuthTokenResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetIdentityCenterAuthTokenCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetIdentityCenterAuthTokenCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetIdentityCenterAuthTokenCommandInput,
|
|
24
|
+
GetIdentityCenterAuthTokenCommandOutput,
|
|
25
|
+
RedshiftServerlessClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetIdentityCenterAuthTokenCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetIdentityCenterAuthTokenCommandInput,
|
|
33
|
+
GetIdentityCenterAuthTokenCommandOutput,
|
|
34
|
+
RedshiftServerlessClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetIdentityCenterAuthTokenCommand extends GetIdentityCenterAuthTokenCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetIdentityCenterAuthTokenRequest;
|
|
44
|
+
output: GetIdentityCenterAuthTokenResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetIdentityCenterAuthTokenCommandInput;
|
|
48
|
+
output: GetIdentityCenterAuthTokenCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -20,6 +20,7 @@ export * from "./DeleteWorkgroupCommand";
|
|
|
20
20
|
export * from "./GetCredentialsCommand";
|
|
21
21
|
export * from "./GetCustomDomainAssociationCommand";
|
|
22
22
|
export * from "./GetEndpointAccessCommand";
|
|
23
|
+
export * from "./GetIdentityCenterAuthTokenCommand";
|
|
23
24
|
export * from "./GetNamespaceCommand";
|
|
24
25
|
export * from "./GetRecoveryPointCommand";
|
|
25
26
|
export * from "./GetReservationCommand";
|
|
@@ -443,6 +443,13 @@ export interface GetCustomDomainAssociationResponse {
|
|
|
443
443
|
customDomainCertificateArn?: string | undefined;
|
|
444
444
|
customDomainCertificateExpiryTime?: Date | undefined;
|
|
445
445
|
}
|
|
446
|
+
export interface GetIdentityCenterAuthTokenRequest {
|
|
447
|
+
workgroupNames: string[] | undefined;
|
|
448
|
+
}
|
|
449
|
+
export interface GetIdentityCenterAuthTokenResponse {
|
|
450
|
+
token?: string | undefined;
|
|
451
|
+
expirationTime?: Date | undefined;
|
|
452
|
+
}
|
|
446
453
|
export interface GetNamespaceRequest {
|
|
447
454
|
namespaceName: string | undefined;
|
|
448
455
|
}
|
|
@@ -59,6 +59,8 @@ export declare var GetCustomDomainAssociationRequest: StaticStructureSchema;
|
|
|
59
59
|
export declare var GetCustomDomainAssociationResponse: StaticStructureSchema;
|
|
60
60
|
export declare var GetEndpointAccessRequest: StaticStructureSchema;
|
|
61
61
|
export declare var GetEndpointAccessResponse: StaticStructureSchema;
|
|
62
|
+
export declare var GetIdentityCenterAuthTokenRequest: StaticStructureSchema;
|
|
63
|
+
export declare var GetIdentityCenterAuthTokenResponse: StaticStructureSchema;
|
|
62
64
|
export declare var GetNamespaceRequest: StaticStructureSchema;
|
|
63
65
|
export declare var GetNamespaceResponse: StaticStructureSchema;
|
|
64
66
|
export declare var GetRecoveryPointRequest: StaticStructureSchema;
|
|
@@ -172,7 +174,6 @@ export declare var ValidationException: StaticErrorSchema;
|
|
|
172
174
|
export declare var VpcEndpoint: StaticStructureSchema;
|
|
173
175
|
export declare var VpcSecurityGroupMembership: StaticStructureSchema;
|
|
174
176
|
export declare var Workgroup: StaticStructureSchema;
|
|
175
|
-
export declare var __Unit: "unit";
|
|
176
177
|
export declare var RedshiftServerlessServiceException: StaticErrorSchema;
|
|
177
178
|
export declare var AccountIdList: number;
|
|
178
179
|
export declare var AssociationList: StaticListSchema;
|
|
@@ -203,6 +204,7 @@ export declare var VpcIds: number;
|
|
|
203
204
|
export declare var VpcSecurityGroupIdList: number;
|
|
204
205
|
export declare var VpcSecurityGroupMembershipList: StaticListSchema;
|
|
205
206
|
export declare var WorkgroupList: StaticListSchema;
|
|
207
|
+
export declare var WorkgroupNameList: number;
|
|
206
208
|
export declare var Schedule: StaticStructureSchema;
|
|
207
209
|
export declare var TargetAction: StaticStructureSchema;
|
|
208
210
|
export declare var ConvertRecoveryPointToSnapshot: StaticOperationSchema;
|
|
@@ -227,6 +229,7 @@ export declare var DeleteWorkgroup: StaticOperationSchema;
|
|
|
227
229
|
export declare var GetCredentials: StaticOperationSchema;
|
|
228
230
|
export declare var GetCustomDomainAssociation: StaticOperationSchema;
|
|
229
231
|
export declare var GetEndpointAccess: StaticOperationSchema;
|
|
232
|
+
export declare var GetIdentityCenterAuthToken: StaticOperationSchema;
|
|
230
233
|
export declare var GetNamespace: StaticOperationSchema;
|
|
231
234
|
export declare var GetRecoveryPoint: StaticOperationSchema;
|
|
232
235
|
export declare var GetReservation: 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.
|
|
4
|
+
"version": "3.947.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-redshift-serverless",
|
|
@@ -21,17 +21,17 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/core": "3.947.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.947.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.936.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.947.0",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
31
31
|
"@aws-sdk/types": "3.936.0",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.936.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.947.0",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.3",
|
|
36
36
|
"@smithy/core": "^3.18.7",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.6",
|