@aws-sdk/client-redshift-serverless 3.936.0 → 3.938.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 +9 -9
- package/dist-cjs/index.js +76 -2
- package/dist-es/RedshiftServerless.js +2 -0
- package/dist-es/commands/UpdateLakehouseConfigurationCommand.js +16 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/errors.js +12 -0
- package/dist-es/models/models_0.js +8 -0
- package/dist-es/schemas/schemas_0.js +50 -3
- package/dist-types/RedshiftServerless.d.ts +8 -9
- package/dist-types/RedshiftServerlessClient.d.ts +4 -11
- package/dist-types/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +2 -3
- package/dist-types/commands/CreateCustomDomainAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateEndpointAccessCommand.d.ts +1 -1
- package/dist-types/commands/CreateNamespaceCommand.d.ts +3 -1
- package/dist-types/commands/CreateReservationCommand.d.ts +2 -3
- package/dist-types/commands/CreateScheduledActionCommand.d.ts +2 -3
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -5
- package/dist-types/commands/CreateSnapshotCopyConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateUsageLimitCommand.d.ts +2 -3
- package/dist-types/commands/CreateWorkgroupCommand.d.ts +2 -19
- package/dist-types/commands/DeleteCustomDomainAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +4 -3
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUsageLimitCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWorkgroupCommand.d.ts +1 -1
- package/dist-types/commands/GetCredentialsCommand.d.ts +2 -10
- package/dist-types/commands/GetCustomDomainAssociationCommand.d.ts +1 -1
- package/dist-types/commands/GetEndpointAccessCommand.d.ts +1 -1
- package/dist-types/commands/GetNamespaceCommand.d.ts +3 -1
- package/dist-types/commands/GetRecoveryPointCommand.d.ts +1 -1
- package/dist-types/commands/GetReservationCommand.d.ts +2 -3
- package/dist-types/commands/GetReservationOfferingCommand.d.ts +1 -1
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetScheduledActionCommand.d.ts +1 -1
- package/dist-types/commands/GetSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/GetTableRestoreStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetTrackCommand.d.ts +1 -1
- package/dist-types/commands/GetUsageLimitCommand.d.ts +1 -1
- package/dist-types/commands/GetWorkgroupCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListEndpointAccessCommand.d.ts +1 -1
- package/dist-types/commands/ListNamespacesCommand.d.ts +3 -1
- package/dist-types/commands/ListRecoveryPointsCommand.d.ts +1 -1
- package/dist-types/commands/ListReservationOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/ListReservationsCommand.d.ts +1 -1
- package/dist-types/commands/ListScheduledActionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSnapshotCopyConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/ListTableRestoreStatusCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTracksCommand.d.ts +1 -1
- package/dist-types/commands/ListUsageLimitsCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkgroupsCommand.d.ts +1 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/RestoreFromRecoveryPointCommand.d.ts +3 -1
- package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +3 -1
- package/dist-types/commands/RestoreTableFromRecoveryPointCommand.d.ts +1 -1
- package/dist-types/commands/RestoreTableFromSnapshotCommand.d.ts +2 -3
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomDomainAssociationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEndpointAccessCommand.d.ts +1 -1
- package/dist-types/commands/UpdateLakehouseConfigurationCommand.d.ts +97 -0
- package/dist-types/commands/UpdateNamespaceCommand.d.ts +4 -4
- package/dist-types/commands/UpdateScheduledActionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUsageLimitCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkgroupCommand.d.ts +2 -21
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/index.d.ts +1 -9
- package/dist-types/models/errors.d.ts +13 -1
- package/dist-types/models/models_0.d.ts +195 -345
- package/dist-types/schemas/schemas_0.d.ts +4 -0
- 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/UpdateLakehouseConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/errors.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +28 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,15 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript RedshiftServerless Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<p>This is an interface reference for Amazon Redshift Serverless.
|
|
10
|
-
It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Redshift Serverless.
|
|
11
|
-
</p>
|
|
12
|
-
<p>Amazon Redshift Serverless automatically provisions data warehouse capacity and intelligently scales the
|
|
13
|
-
underlying resources based on workload demands. Amazon Redshift Serverless adjusts capacity in seconds to deliver consistently high
|
|
14
|
-
performance and simplified operations for even the most demanding and volatile workloads. Amazon Redshift Serverless lets you
|
|
15
|
-
focus on using your data to acquire new insights for your business and customers.
|
|
16
|
-
</p>
|
|
17
|
-
<p> To learn more about Amazon Redshift Serverless, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-whatis.html">What is Amazon Redshift Serverless?</a>.</p>
|
|
9
|
+
<p>This is an interface reference for Amazon Redshift Serverless. It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Redshift Serverless. </p> <p>Amazon Redshift Serverless automatically provisions data warehouse capacity and intelligently scales the underlying resources based on workload demands. Amazon Redshift Serverless adjusts capacity in seconds to deliver consistently high performance and simplified operations for even the most demanding and volatile workloads. Amazon Redshift Serverless lets you focus on using your data to acquire new insights for your business and customers. </p> <p> To learn more about Amazon Redshift Serverless, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-whatis.html">What is Amazon Redshift Serverless?</a>.</p>
|
|
18
10
|
|
|
19
11
|
## Installing
|
|
20
12
|
|
|
@@ -666,6 +658,14 @@ UpdateEndpointAccess
|
|
|
666
658
|
|
|
667
659
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/redshift-serverless/command/UpdateEndpointAccessCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/UpdateEndpointAccessCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/UpdateEndpointAccessCommandOutput/)
|
|
668
660
|
|
|
661
|
+
</details>
|
|
662
|
+
<details>
|
|
663
|
+
<summary>
|
|
664
|
+
UpdateLakehouseConfiguration
|
|
665
|
+
</summary>
|
|
666
|
+
|
|
667
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/redshift-serverless/command/UpdateLakehouseConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/UpdateLakehouseConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/UpdateLakehouseConfigurationCommandOutput/)
|
|
668
|
+
|
|
669
669
|
</details>
|
|
670
670
|
<details>
|
|
671
671
|
<summary>
|
package/dist-cjs/index.js
CHANGED
|
@@ -248,6 +248,18 @@ let Ipv6CidrBlockNotFoundException$1 = class Ipv6CidrBlockNotFoundException exte
|
|
|
248
248
|
Object.setPrototypeOf(this, Ipv6CidrBlockNotFoundException.prototype);
|
|
249
249
|
}
|
|
250
250
|
};
|
|
251
|
+
let DryRunException$1 = class DryRunException extends RedshiftServerlessServiceException$1 {
|
|
252
|
+
name = "DryRunException";
|
|
253
|
+
$fault = "client";
|
|
254
|
+
constructor(opts) {
|
|
255
|
+
super({
|
|
256
|
+
name: "DryRunException",
|
|
257
|
+
$fault: "client",
|
|
258
|
+
...opts,
|
|
259
|
+
});
|
|
260
|
+
Object.setPrototypeOf(this, DryRunException.prototype);
|
|
261
|
+
}
|
|
262
|
+
};
|
|
251
263
|
let InvalidPaginationException$1 = class InvalidPaginationException extends RedshiftServerlessServiceException$1 {
|
|
252
264
|
name = "InvalidPaginationException";
|
|
253
265
|
$fault = "client";
|
|
@@ -308,6 +320,7 @@ const _DN = "DeleteNamespace";
|
|
|
308
320
|
const _DNR = "DeleteNamespaceRequest";
|
|
309
321
|
const _DNRe = "DeleteNamespaceResponse";
|
|
310
322
|
const _DP = "DbPassword";
|
|
323
|
+
const _DRE = "DryRunException";
|
|
311
324
|
const _DRP = "DeleteResourcePolicy";
|
|
312
325
|
const _DRPR = "DeleteResourcePolicyRequest";
|
|
313
326
|
const _DRPRe = "DeleteResourcePolicyResponse";
|
|
@@ -479,6 +492,9 @@ const _UEA = "UpdateEndpointAccess";
|
|
|
479
492
|
const _UEAR = "UpdateEndpointAccessRequest";
|
|
480
493
|
const _UEARp = "UpdateEndpointAccessResponse";
|
|
481
494
|
const _UL = "UsageLimit";
|
|
495
|
+
const _ULC = "UpdateLakehouseConfiguration";
|
|
496
|
+
const _ULCR = "UpdateLakehouseConfigurationRequest";
|
|
497
|
+
const _ULCRp = "UpdateLakehouseConfigurationResponse";
|
|
482
498
|
const _ULs = "UsageLimits";
|
|
483
499
|
const _UN = "UpdateNamespace";
|
|
484
500
|
const _UNR = "UpdateNamespaceRequest";
|
|
@@ -527,6 +543,7 @@ const _bA = "breachAction";
|
|
|
527
543
|
const _bC = "baseCapacity";
|
|
528
544
|
const _bPIMB = "backupProgressInMegaBytes";
|
|
529
545
|
const _c = "client";
|
|
546
|
+
const _cA = "catalogArn";
|
|
530
547
|
const _cAV = "crossAccountVpcs";
|
|
531
548
|
const _cBRIMBPS = "currentBackupRateInMegaBytesPerSecond";
|
|
532
549
|
const _cC = "currencyCode";
|
|
@@ -534,6 +551,7 @@ const _cD = "creationDate";
|
|
|
534
551
|
const _cDCA = "customDomainCertificateArn";
|
|
535
552
|
const _cDCET = "customDomainCertificateExpiryTime";
|
|
536
553
|
const _cDN = "customDomainName";
|
|
554
|
+
const _cN = "catalogName";
|
|
537
555
|
const _cP = "configParameters";
|
|
538
556
|
const _cS = "createSnapshot";
|
|
539
557
|
const _cT = "clientToken";
|
|
@@ -546,6 +564,7 @@ const _dKKI = "destinationKmsKeyId";
|
|
|
546
564
|
const _dN = "dbName";
|
|
547
565
|
const _dP = "dbPassword";
|
|
548
566
|
const _dR = "destinationRegion";
|
|
567
|
+
const _dRr = "dryRun";
|
|
549
568
|
const _dS = "durationSeconds";
|
|
550
569
|
const _dU = "dbUser";
|
|
551
570
|
const _e = "error";
|
|
@@ -574,6 +593,10 @@ const _k = "key";
|
|
|
574
593
|
const _kKI = "kmsKeyId";
|
|
575
594
|
const _l = "level";
|
|
576
595
|
const _lE = "logExports";
|
|
596
|
+
const _lIAA = "lakehouseIdcApplicationArn";
|
|
597
|
+
const _lIR = "lakehouseIdcRegistration";
|
|
598
|
+
const _lR = "lakehouseRegistration";
|
|
599
|
+
const _lRS = "lakehouseRegistrationStatus";
|
|
577
600
|
const _m = "message";
|
|
578
601
|
const _mAP = "manageAdminPassword";
|
|
579
602
|
const _mC = "maxCapacity";
|
|
@@ -864,6 +887,18 @@ var DeleteUsageLimitRequest = [3, n0, _DULR, 0, [_uLI], [0]];
|
|
|
864
887
|
var DeleteUsageLimitResponse = [3, n0, _DULRe, 0, [_uL], [() => UsageLimit]];
|
|
865
888
|
var DeleteWorkgroupRequest = [3, n0, _DWR, 0, [_wN], [0]];
|
|
866
889
|
var DeleteWorkgroupResponse = [3, n0, _DWRe, 0, [_w], [() => Workgroup]];
|
|
890
|
+
var DryRunException = [
|
|
891
|
+
-3,
|
|
892
|
+
n0,
|
|
893
|
+
_DRE,
|
|
894
|
+
{
|
|
895
|
+
[_e]: _c,
|
|
896
|
+
[_hE]: 400,
|
|
897
|
+
},
|
|
898
|
+
[_m],
|
|
899
|
+
[0],
|
|
900
|
+
];
|
|
901
|
+
schema.TypeRegistry.for(n0).registerError(DryRunException, DryRunException$1);
|
|
867
902
|
var Endpoint = [3, n0, _E, 0, [_ad, _po, _vE], [0, 1, () => VpcEndpointList]];
|
|
868
903
|
var EndpointAccess = [
|
|
869
904
|
3,
|
|
@@ -1385,8 +1420,8 @@ var Namespace = [
|
|
|
1385
1420
|
n0,
|
|
1386
1421
|
_N,
|
|
1387
1422
|
0,
|
|
1388
|
-
[_nA, _nI, _nN, _aU, _dN, _kKI, _dIRA, _iR, _lE, _st, _cD, _aPSA, _aPSKKI],
|
|
1389
|
-
[0, 0, 0, [() => DbUser, 0], 0, 0, 0, 64 | 0, 64 | 0, 0, 5, 0, 0],
|
|
1423
|
+
[_nA, _nI, _nN, _aU, _dN, _kKI, _dIRA, _iR, _lE, _st, _cD, _aPSA, _aPSKKI, _lRS, _cA],
|
|
1424
|
+
[0, 0, 0, [() => DbUser, 0], 0, 0, 0, 64 | 0, 64 | 0, 0, 5, 0, 0, 0, 0],
|
|
1390
1425
|
];
|
|
1391
1426
|
var NetworkInterface = [3, n0, _NI, 0, [_nII, _sIu, _pIA, _aZ, _iA], [0, 0, 0, 0, 0]];
|
|
1392
1427
|
var PerformanceTarget = [3, n0, _PT, 0, [_st, _l], [0, 1]];
|
|
@@ -1602,6 +1637,22 @@ var UpdateCustomDomainAssociationResponse = [
|
|
|
1602
1637
|
];
|
|
1603
1638
|
var UpdateEndpointAccessRequest = [3, n0, _UEAR, 0, [_eN, _vSGI], [0, 64 | 0]];
|
|
1604
1639
|
var UpdateEndpointAccessResponse = [3, n0, _UEARp, 0, [_en], [() => EndpointAccess]];
|
|
1640
|
+
var UpdateLakehouseConfigurationRequest = [
|
|
1641
|
+
3,
|
|
1642
|
+
n0,
|
|
1643
|
+
_ULCR,
|
|
1644
|
+
0,
|
|
1645
|
+
[_nN, _lR, _cN, _lIR, _lIAA, _dRr],
|
|
1646
|
+
[0, 0, 0, 0, 0, 2],
|
|
1647
|
+
];
|
|
1648
|
+
var UpdateLakehouseConfigurationResponse = [
|
|
1649
|
+
3,
|
|
1650
|
+
n0,
|
|
1651
|
+
_ULCRp,
|
|
1652
|
+
0,
|
|
1653
|
+
[_nN, _lIAA, _lRS, _cA],
|
|
1654
|
+
[0, 0, 0, 0],
|
|
1655
|
+
];
|
|
1605
1656
|
var UpdateNamespaceRequest = [
|
|
1606
1657
|
3,
|
|
1607
1658
|
n0,
|
|
@@ -2184,6 +2235,14 @@ var UpdateEndpointAccess = [
|
|
|
2184
2235
|
() => UpdateEndpointAccessRequest,
|
|
2185
2236
|
() => UpdateEndpointAccessResponse,
|
|
2186
2237
|
];
|
|
2238
|
+
var UpdateLakehouseConfiguration = [
|
|
2239
|
+
9,
|
|
2240
|
+
n0,
|
|
2241
|
+
_ULC,
|
|
2242
|
+
0,
|
|
2243
|
+
() => UpdateLakehouseConfigurationRequest,
|
|
2244
|
+
() => UpdateLakehouseConfigurationResponse,
|
|
2245
|
+
];
|
|
2187
2246
|
var UpdateNamespace = [
|
|
2188
2247
|
9,
|
|
2189
2248
|
n0,
|
|
@@ -2917,6 +2976,18 @@ class UpdateEndpointAccessCommand extends smithyClient.Command
|
|
|
2917
2976
|
.build() {
|
|
2918
2977
|
}
|
|
2919
2978
|
|
|
2979
|
+
class UpdateLakehouseConfigurationCommand extends smithyClient.Command
|
|
2980
|
+
.classBuilder()
|
|
2981
|
+
.ep(commonParams)
|
|
2982
|
+
.m(function (Command, cs, config, o) {
|
|
2983
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2984
|
+
})
|
|
2985
|
+
.s("RedshiftServerless", "UpdateLakehouseConfiguration", {})
|
|
2986
|
+
.n("RedshiftServerlessClient", "UpdateLakehouseConfigurationCommand")
|
|
2987
|
+
.sc(UpdateLakehouseConfiguration)
|
|
2988
|
+
.build() {
|
|
2989
|
+
}
|
|
2990
|
+
|
|
2920
2991
|
class UpdateNamespaceCommand extends smithyClient.Command
|
|
2921
2992
|
.classBuilder()
|
|
2922
2993
|
.ep(commonParams)
|
|
@@ -3047,6 +3118,7 @@ const commands = {
|
|
|
3047
3118
|
UntagResourceCommand,
|
|
3048
3119
|
UpdateCustomDomainAssociationCommand,
|
|
3049
3120
|
UpdateEndpointAccessCommand,
|
|
3121
|
+
UpdateLakehouseConfigurationCommand,
|
|
3050
3122
|
UpdateNamespaceCommand,
|
|
3051
3123
|
UpdateScheduledActionCommand,
|
|
3052
3124
|
UpdateSnapshotCommand,
|
|
@@ -3123,6 +3195,7 @@ exports.DeleteSnapshotCommand = DeleteSnapshotCommand;
|
|
|
3123
3195
|
exports.DeleteSnapshotCopyConfigurationCommand = DeleteSnapshotCopyConfigurationCommand;
|
|
3124
3196
|
exports.DeleteUsageLimitCommand = DeleteUsageLimitCommand;
|
|
3125
3197
|
exports.DeleteWorkgroupCommand = DeleteWorkgroupCommand;
|
|
3198
|
+
exports.DryRunException = DryRunException$1;
|
|
3126
3199
|
exports.GetCredentialsCommand = GetCredentialsCommand;
|
|
3127
3200
|
exports.GetCustomDomainAssociationCommand = GetCustomDomainAssociationCommand;
|
|
3128
3201
|
exports.GetEndpointAccessCommand = GetEndpointAccessCommand;
|
|
@@ -3173,6 +3246,7 @@ exports.TooManyTagsException = TooManyTagsException$1;
|
|
|
3173
3246
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
3174
3247
|
exports.UpdateCustomDomainAssociationCommand = UpdateCustomDomainAssociationCommand;
|
|
3175
3248
|
exports.UpdateEndpointAccessCommand = UpdateEndpointAccessCommand;
|
|
3249
|
+
exports.UpdateLakehouseConfigurationCommand = UpdateLakehouseConfigurationCommand;
|
|
3176
3250
|
exports.UpdateNamespaceCommand = UpdateNamespaceCommand;
|
|
3177
3251
|
exports.UpdateScheduledActionCommand = UpdateScheduledActionCommand;
|
|
3178
3252
|
exports.UpdateSnapshotCommand = UpdateSnapshotCommand;
|
|
@@ -56,6 +56,7 @@ import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
|
56
56
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
57
57
|
import { UpdateCustomDomainAssociationCommand, } from "./commands/UpdateCustomDomainAssociationCommand";
|
|
58
58
|
import { UpdateEndpointAccessCommand, } from "./commands/UpdateEndpointAccessCommand";
|
|
59
|
+
import { UpdateLakehouseConfigurationCommand, } from "./commands/UpdateLakehouseConfigurationCommand";
|
|
59
60
|
import { UpdateNamespaceCommand, } from "./commands/UpdateNamespaceCommand";
|
|
60
61
|
import { UpdateScheduledActionCommand, } from "./commands/UpdateScheduledActionCommand";
|
|
61
62
|
import { UpdateSnapshotCommand, } from "./commands/UpdateSnapshotCommand";
|
|
@@ -121,6 +122,7 @@ const commands = {
|
|
|
121
122
|
UntagResourceCommand,
|
|
122
123
|
UpdateCustomDomainAssociationCommand,
|
|
123
124
|
UpdateEndpointAccessCommand,
|
|
125
|
+
UpdateLakehouseConfigurationCommand,
|
|
124
126
|
UpdateNamespaceCommand,
|
|
125
127
|
UpdateScheduledActionCommand,
|
|
126
128
|
UpdateSnapshotCommand,
|
|
@@ -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 { UpdateLakehouseConfiguration } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class UpdateLakehouseConfigurationCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("RedshiftServerless", "UpdateLakehouseConfiguration", {})
|
|
13
|
+
.n("RedshiftServerlessClient", "UpdateLakehouseConfigurationCommand")
|
|
14
|
+
.sc(UpdateLakehouseConfiguration)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -55,6 +55,7 @@ export * from "./TagResourceCommand";
|
|
|
55
55
|
export * from "./UntagResourceCommand";
|
|
56
56
|
export * from "./UpdateCustomDomainAssociationCommand";
|
|
57
57
|
export * from "./UpdateEndpointAccessCommand";
|
|
58
|
+
export * from "./UpdateLakehouseConfigurationCommand";
|
|
58
59
|
export * from "./UpdateNamespaceCommand";
|
|
59
60
|
export * from "./UpdateScheduledActionCommand";
|
|
60
61
|
export * from "./UpdateSnapshotCommand";
|
package/dist-es/models/errors.js
CHANGED
|
@@ -130,6 +130,18 @@ export class Ipv6CidrBlockNotFoundException extends __BaseException {
|
|
|
130
130
|
Object.setPrototypeOf(this, Ipv6CidrBlockNotFoundException.prototype);
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
|
+
export class DryRunException extends __BaseException {
|
|
134
|
+
name = "DryRunException";
|
|
135
|
+
$fault = "client";
|
|
136
|
+
constructor(opts) {
|
|
137
|
+
super({
|
|
138
|
+
name: "DryRunException",
|
|
139
|
+
$fault: "client",
|
|
140
|
+
...opts,
|
|
141
|
+
});
|
|
142
|
+
Object.setPrototypeOf(this, DryRunException.prototype);
|
|
143
|
+
}
|
|
144
|
+
}
|
|
133
145
|
export class InvalidPaginationException extends __BaseException {
|
|
134
146
|
name = "InvalidPaginationException";
|
|
135
147
|
$fault = "client";
|
|
@@ -48,3 +48,11 @@ export const WorkgroupStatus = {
|
|
|
48
48
|
DELETING: "DELETING",
|
|
49
49
|
MODIFYING: "MODIFYING",
|
|
50
50
|
};
|
|
51
|
+
export const LakehouseIdcRegistration = {
|
|
52
|
+
ASSOCIATE: "Associate",
|
|
53
|
+
DISASSOCIATE: "Disassociate",
|
|
54
|
+
};
|
|
55
|
+
export const LakehouseRegistration = {
|
|
56
|
+
DEREGISTER: "Deregister",
|
|
57
|
+
REGISTER: "Register",
|
|
58
|
+
};
|
|
@@ -45,6 +45,7 @@ const _DN = "DeleteNamespace";
|
|
|
45
45
|
const _DNR = "DeleteNamespaceRequest";
|
|
46
46
|
const _DNRe = "DeleteNamespaceResponse";
|
|
47
47
|
const _DP = "DbPassword";
|
|
48
|
+
const _DRE = "DryRunException";
|
|
48
49
|
const _DRP = "DeleteResourcePolicy";
|
|
49
50
|
const _DRPR = "DeleteResourcePolicyRequest";
|
|
50
51
|
const _DRPRe = "DeleteResourcePolicyResponse";
|
|
@@ -216,6 +217,9 @@ const _UEA = "UpdateEndpointAccess";
|
|
|
216
217
|
const _UEAR = "UpdateEndpointAccessRequest";
|
|
217
218
|
const _UEARp = "UpdateEndpointAccessResponse";
|
|
218
219
|
const _UL = "UsageLimit";
|
|
220
|
+
const _ULC = "UpdateLakehouseConfiguration";
|
|
221
|
+
const _ULCR = "UpdateLakehouseConfigurationRequest";
|
|
222
|
+
const _ULCRp = "UpdateLakehouseConfigurationResponse";
|
|
219
223
|
const _ULs = "UsageLimits";
|
|
220
224
|
const _UN = "UpdateNamespace";
|
|
221
225
|
const _UNR = "UpdateNamespaceRequest";
|
|
@@ -264,6 +268,7 @@ const _bA = "breachAction";
|
|
|
264
268
|
const _bC = "baseCapacity";
|
|
265
269
|
const _bPIMB = "backupProgressInMegaBytes";
|
|
266
270
|
const _c = "client";
|
|
271
|
+
const _cA = "catalogArn";
|
|
267
272
|
const _cAV = "crossAccountVpcs";
|
|
268
273
|
const _cBRIMBPS = "currentBackupRateInMegaBytesPerSecond";
|
|
269
274
|
const _cC = "currencyCode";
|
|
@@ -271,6 +276,7 @@ const _cD = "creationDate";
|
|
|
271
276
|
const _cDCA = "customDomainCertificateArn";
|
|
272
277
|
const _cDCET = "customDomainCertificateExpiryTime";
|
|
273
278
|
const _cDN = "customDomainName";
|
|
279
|
+
const _cN = "catalogName";
|
|
274
280
|
const _cP = "configParameters";
|
|
275
281
|
const _cS = "createSnapshot";
|
|
276
282
|
const _cT = "clientToken";
|
|
@@ -283,6 +289,7 @@ const _dKKI = "destinationKmsKeyId";
|
|
|
283
289
|
const _dN = "dbName";
|
|
284
290
|
const _dP = "dbPassword";
|
|
285
291
|
const _dR = "destinationRegion";
|
|
292
|
+
const _dRr = "dryRun";
|
|
286
293
|
const _dS = "durationSeconds";
|
|
287
294
|
const _dU = "dbUser";
|
|
288
295
|
const _e = "error";
|
|
@@ -311,6 +318,10 @@ const _k = "key";
|
|
|
311
318
|
const _kKI = "kmsKeyId";
|
|
312
319
|
const _l = "level";
|
|
313
320
|
const _lE = "logExports";
|
|
321
|
+
const _lIAA = "lakehouseIdcApplicationArn";
|
|
322
|
+
const _lIR = "lakehouseIdcRegistration";
|
|
323
|
+
const _lR = "lakehouseRegistration";
|
|
324
|
+
const _lRS = "lakehouseRegistrationStatus";
|
|
314
325
|
const _m = "message";
|
|
315
326
|
const _mAP = "manageAdminPassword";
|
|
316
327
|
const _mC = "maxCapacity";
|
|
@@ -430,7 +441,7 @@ const _wV = "workgroupVersion";
|
|
|
430
441
|
const _wo = "workgroups";
|
|
431
442
|
const n0 = "com.amazonaws.redshiftserverless";
|
|
432
443
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
433
|
-
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InsufficientCapacityException as __InsufficientCapacityException, InternalServerException as __InternalServerException, InvalidPaginationException as __InvalidPaginationException, Ipv6CidrBlockNotFoundException as __Ipv6CidrBlockNotFoundException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, TooManyTagsException as __TooManyTagsException, ValidationException as __ValidationException, } from "../models/errors";
|
|
444
|
+
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, DryRunException as __DryRunException, InsufficientCapacityException as __InsufficientCapacityException, InternalServerException as __InternalServerException, InvalidPaginationException as __InvalidPaginationException, Ipv6CidrBlockNotFoundException as __Ipv6CidrBlockNotFoundException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, TooManyTagsException as __TooManyTagsException, ValidationException as __ValidationException, } from "../models/errors";
|
|
434
445
|
import { RedshiftServerlessServiceException as __RedshiftServerlessServiceException } from "../models/RedshiftServerlessServiceException";
|
|
435
446
|
export var DbPassword = [0, n0, _DP, 8, 0];
|
|
436
447
|
export var DbUser = [0, n0, _DU, 8, 0];
|
|
@@ -604,6 +615,18 @@ export var DeleteUsageLimitRequest = [3, n0, _DULR, 0, [_uLI], [0]];
|
|
|
604
615
|
export var DeleteUsageLimitResponse = [3, n0, _DULRe, 0, [_uL], [() => UsageLimit]];
|
|
605
616
|
export var DeleteWorkgroupRequest = [3, n0, _DWR, 0, [_wN], [0]];
|
|
606
617
|
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
|
+
];
|
|
629
|
+
TypeRegistry.for(n0).registerError(DryRunException, __DryRunException);
|
|
607
630
|
export var Endpoint = [3, n0, _E, 0, [_ad, _po, _vE], [0, 1, () => VpcEndpointList]];
|
|
608
631
|
export var EndpointAccess = [
|
|
609
632
|
3,
|
|
@@ -1125,8 +1148,8 @@ export var Namespace = [
|
|
|
1125
1148
|
n0,
|
|
1126
1149
|
_N,
|
|
1127
1150
|
0,
|
|
1128
|
-
[_nA, _nI, _nN, _aU, _dN, _kKI, _dIRA, _iR, _lE, _st, _cD, _aPSA, _aPSKKI],
|
|
1129
|
-
[0, 0, 0, [() => DbUser, 0], 0, 0, 0, 64 | 0, 64 | 0, 0, 5, 0, 0],
|
|
1151
|
+
[_nA, _nI, _nN, _aU, _dN, _kKI, _dIRA, _iR, _lE, _st, _cD, _aPSA, _aPSKKI, _lRS, _cA],
|
|
1152
|
+
[0, 0, 0, [() => DbUser, 0], 0, 0, 0, 64 | 0, 64 | 0, 0, 5, 0, 0, 0, 0],
|
|
1130
1153
|
];
|
|
1131
1154
|
export var NetworkInterface = [3, n0, _NI, 0, [_nII, _sIu, _pIA, _aZ, _iA], [0, 0, 0, 0, 0]];
|
|
1132
1155
|
export var PerformanceTarget = [3, n0, _PT, 0, [_st, _l], [0, 1]];
|
|
@@ -1342,6 +1365,22 @@ export var UpdateCustomDomainAssociationResponse = [
|
|
|
1342
1365
|
];
|
|
1343
1366
|
export var UpdateEndpointAccessRequest = [3, n0, _UEAR, 0, [_eN, _vSGI], [0, 64 | 0]];
|
|
1344
1367
|
export var UpdateEndpointAccessResponse = [3, n0, _UEARp, 0, [_en], [() => EndpointAccess]];
|
|
1368
|
+
export var UpdateLakehouseConfigurationRequest = [
|
|
1369
|
+
3,
|
|
1370
|
+
n0,
|
|
1371
|
+
_ULCR,
|
|
1372
|
+
0,
|
|
1373
|
+
[_nN, _lR, _cN, _lIR, _lIAA, _dRr],
|
|
1374
|
+
[0, 0, 0, 0, 0, 2],
|
|
1375
|
+
];
|
|
1376
|
+
export var UpdateLakehouseConfigurationResponse = [
|
|
1377
|
+
3,
|
|
1378
|
+
n0,
|
|
1379
|
+
_ULCRp,
|
|
1380
|
+
0,
|
|
1381
|
+
[_nN, _lIAA, _lRS, _cA],
|
|
1382
|
+
[0, 0, 0, 0],
|
|
1383
|
+
];
|
|
1345
1384
|
export var UpdateNamespaceRequest = [
|
|
1346
1385
|
3,
|
|
1347
1386
|
n0,
|
|
@@ -1934,6 +1973,14 @@ export var UpdateEndpointAccess = [
|
|
|
1934
1973
|
() => UpdateEndpointAccessRequest,
|
|
1935
1974
|
() => UpdateEndpointAccessResponse,
|
|
1936
1975
|
];
|
|
1976
|
+
export var UpdateLakehouseConfiguration = [
|
|
1977
|
+
9,
|
|
1978
|
+
n0,
|
|
1979
|
+
_ULC,
|
|
1980
|
+
0,
|
|
1981
|
+
() => UpdateLakehouseConfigurationRequest,
|
|
1982
|
+
() => UpdateLakehouseConfigurationResponse,
|
|
1983
|
+
];
|
|
1937
1984
|
export var UpdateNamespace = [
|
|
1938
1985
|
9,
|
|
1939
1986
|
n0,
|
|
@@ -56,6 +56,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
56
56
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
57
57
|
import { UpdateCustomDomainAssociationCommandInput, UpdateCustomDomainAssociationCommandOutput } from "./commands/UpdateCustomDomainAssociationCommand";
|
|
58
58
|
import { UpdateEndpointAccessCommandInput, UpdateEndpointAccessCommandOutput } from "./commands/UpdateEndpointAccessCommand";
|
|
59
|
+
import { UpdateLakehouseConfigurationCommandInput, UpdateLakehouseConfigurationCommandOutput } from "./commands/UpdateLakehouseConfigurationCommand";
|
|
59
60
|
import { UpdateNamespaceCommandInput, UpdateNamespaceCommandOutput } from "./commands/UpdateNamespaceCommand";
|
|
60
61
|
import { UpdateScheduledActionCommandInput, UpdateScheduledActionCommandOutput } from "./commands/UpdateScheduledActionCommand";
|
|
61
62
|
import { UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput } from "./commands/UpdateSnapshotCommand";
|
|
@@ -422,6 +423,12 @@ export interface RedshiftServerless {
|
|
|
422
423
|
updateEndpointAccess(args: UpdateEndpointAccessCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEndpointAccessCommandOutput>;
|
|
423
424
|
updateEndpointAccess(args: UpdateEndpointAccessCommandInput, cb: (err: any, data?: UpdateEndpointAccessCommandOutput) => void): void;
|
|
424
425
|
updateEndpointAccess(args: UpdateEndpointAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEndpointAccessCommandOutput) => void): void;
|
|
426
|
+
/**
|
|
427
|
+
* @see {@link UpdateLakehouseConfigurationCommand}
|
|
428
|
+
*/
|
|
429
|
+
updateLakehouseConfiguration(args: UpdateLakehouseConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLakehouseConfigurationCommandOutput>;
|
|
430
|
+
updateLakehouseConfiguration(args: UpdateLakehouseConfigurationCommandInput, cb: (err: any, data?: UpdateLakehouseConfigurationCommandOutput) => void): void;
|
|
431
|
+
updateLakehouseConfiguration(args: UpdateLakehouseConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLakehouseConfigurationCommandOutput) => void): void;
|
|
425
432
|
/**
|
|
426
433
|
* @see {@link UpdateNamespaceCommand}
|
|
427
434
|
*/
|
|
@@ -460,15 +467,7 @@ export interface RedshiftServerless {
|
|
|
460
467
|
updateWorkgroup(args: UpdateWorkgroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkgroupCommandOutput) => void): void;
|
|
461
468
|
}
|
|
462
469
|
/**
|
|
463
|
-
* <p>This is an interface reference for Amazon Redshift Serverless.
|
|
464
|
-
* It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Redshift Serverless.
|
|
465
|
-
* </p>
|
|
466
|
-
* <p>Amazon Redshift Serverless automatically provisions data warehouse capacity and intelligently scales the
|
|
467
|
-
* underlying resources based on workload demands. Amazon Redshift Serverless adjusts capacity in seconds to deliver consistently high
|
|
468
|
-
* performance and simplified operations for even the most demanding and volatile workloads. Amazon Redshift Serverless lets you
|
|
469
|
-
* focus on using your data to acquire new insights for your business and customers.
|
|
470
|
-
* </p>
|
|
471
|
-
* <p> To learn more about Amazon Redshift Serverless, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-whatis.html">What is Amazon Redshift Serverless?</a>.</p>
|
|
470
|
+
* <p>This is an interface reference for Amazon Redshift Serverless. It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Redshift Serverless. </p> <p>Amazon Redshift Serverless automatically provisions data warehouse capacity and intelligently scales the underlying resources based on workload demands. Amazon Redshift Serverless adjusts capacity in seconds to deliver consistently high performance and simplified operations for even the most demanding and volatile workloads. Amazon Redshift Serverless lets you focus on using your data to acquire new insights for your business and customers. </p> <p> To learn more about Amazon Redshift Serverless, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-whatis.html">What is Amazon Redshift Serverless?</a>.</p>
|
|
472
471
|
* @public
|
|
473
472
|
*/
|
|
474
473
|
export declare class RedshiftServerless extends RedshiftServerlessClient implements RedshiftServerless {
|
|
@@ -64,6 +64,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
64
64
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
65
65
|
import { UpdateCustomDomainAssociationCommandInput, UpdateCustomDomainAssociationCommandOutput } from "./commands/UpdateCustomDomainAssociationCommand";
|
|
66
66
|
import { UpdateEndpointAccessCommandInput, UpdateEndpointAccessCommandOutput } from "./commands/UpdateEndpointAccessCommand";
|
|
67
|
+
import { UpdateLakehouseConfigurationCommandInput, UpdateLakehouseConfigurationCommandOutput } from "./commands/UpdateLakehouseConfigurationCommand";
|
|
67
68
|
import { UpdateNamespaceCommandInput, UpdateNamespaceCommandOutput } from "./commands/UpdateNamespaceCommand";
|
|
68
69
|
import { UpdateScheduledActionCommandInput, UpdateScheduledActionCommandOutput } from "./commands/UpdateScheduledActionCommand";
|
|
69
70
|
import { UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput } from "./commands/UpdateSnapshotCommand";
|
|
@@ -76,11 +77,11 @@ export { __Client };
|
|
|
76
77
|
/**
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
|
-
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 | UpdateNamespaceCommandInput | UpdateScheduledActionCommandInput | UpdateSnapshotCommandInput | UpdateSnapshotCopyConfigurationCommandInput | UpdateUsageLimitCommandInput | UpdateWorkgroupCommandInput;
|
|
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;
|
|
80
81
|
/**
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
|
-
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 | UpdateNamespaceCommandOutput | UpdateScheduledActionCommandOutput | UpdateSnapshotCommandOutput | UpdateSnapshotCopyConfigurationCommandOutput | UpdateUsageLimitCommandOutput | UpdateWorkgroupCommandOutput;
|
|
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;
|
|
84
85
|
/**
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
@@ -241,15 +242,7 @@ export type RedshiftServerlessClientResolvedConfigType = __SmithyResolvedConfigu
|
|
|
241
242
|
export interface RedshiftServerlessClientResolvedConfig extends RedshiftServerlessClientResolvedConfigType {
|
|
242
243
|
}
|
|
243
244
|
/**
|
|
244
|
-
* <p>This is an interface reference for Amazon Redshift Serverless.
|
|
245
|
-
* It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Redshift Serverless.
|
|
246
|
-
* </p>
|
|
247
|
-
* <p>Amazon Redshift Serverless automatically provisions data warehouse capacity and intelligently scales the
|
|
248
|
-
* underlying resources based on workload demands. Amazon Redshift Serverless adjusts capacity in seconds to deliver consistently high
|
|
249
|
-
* performance and simplified operations for even the most demanding and volatile workloads. Amazon Redshift Serverless lets you
|
|
250
|
-
* focus on using your data to acquire new insights for your business and customers.
|
|
251
|
-
* </p>
|
|
252
|
-
* <p> To learn more about Amazon Redshift Serverless, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-whatis.html">What is Amazon Redshift Serverless?</a>.</p>
|
|
245
|
+
* <p>This is an interface reference for Amazon Redshift Serverless. It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Redshift Serverless. </p> <p>Amazon Redshift Serverless automatically provisions data warehouse capacity and intelligently scales the underlying resources based on workload demands. Amazon Redshift Serverless adjusts capacity in seconds to deliver consistently high performance and simplified operations for even the most demanding and volatile workloads. Amazon Redshift Serverless lets you focus on using your data to acquire new insights for your business and customers. </p> <p> To learn more about Amazon Redshift Serverless, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-whatis.html">What is Amazon Redshift Serverless?</a>.</p>
|
|
253
246
|
* @public
|
|
254
247
|
*/
|
|
255
248
|
export declare class RedshiftServerlessClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, RedshiftServerlessClientResolvedConfig> {
|
|
@@ -27,8 +27,7 @@ declare const ConvertRecoveryPointToSnapshotCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Converts a recovery point to a snapshot. For more information about recovery points and snapshots,
|
|
31
|
-
* see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-snapshots-recovery-points.html">Working with snapshots and recovery points</a>.</p>
|
|
30
|
+
* <p>Converts a recovery point to a snapshot. For more information about recovery points and snapshots, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-snapshots-recovery-points.html">Working with snapshots and recovery points</a>.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -105,7 +104,7 @@ declare const ConvertRecoveryPointToSnapshotCommand_base: {
|
|
|
105
104
|
* <p>The request exceeded the number of tags allowed for a resource.</p>
|
|
106
105
|
*
|
|
107
106
|
* @throws {@link ValidationException} (client fault)
|
|
108
|
-
* <p>The input failed to satisfy the constraints specified by an
|
|
107
|
+
* <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
109
108
|
*
|
|
110
109
|
* @throws {@link RedshiftServerlessServiceException}
|
|
111
110
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
@@ -74,7 +74,7 @@ declare const CreateCustomDomainAssociationCommand_base: {
|
|
|
74
74
|
* <p>The request was denied due to request throttling.</p>
|
|
75
75
|
*
|
|
76
76
|
* @throws {@link ValidationException} (client fault)
|
|
77
|
-
* <p>The input failed to satisfy the constraints specified by an
|
|
77
|
+
* <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
78
78
|
*
|
|
79
79
|
* @throws {@link RedshiftServerlessServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
@@ -107,7 +107,7 @@ declare const CreateEndpointAccessCommand_base: {
|
|
|
107
107
|
* <p>The service limit was exceeded.</p>
|
|
108
108
|
*
|
|
109
109
|
* @throws {@link ValidationException} (client fault)
|
|
110
|
-
* <p>The input failed to satisfy the constraints specified by an
|
|
110
|
+
* <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
111
111
|
*
|
|
112
112
|
* @throws {@link RedshiftServerlessServiceException}
|
|
113
113
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
@@ -80,6 +80,8 @@ declare const CreateNamespaceCommand_base: {
|
|
|
80
80
|
* // creationDate: new Date("TIMESTAMP"),
|
|
81
81
|
* // adminPasswordSecretArn: "STRING_VALUE",
|
|
82
82
|
* // adminPasswordSecretKmsKeyId: "STRING_VALUE",
|
|
83
|
+
* // lakehouseRegistrationStatus: "STRING_VALUE",
|
|
84
|
+
* // catalogArn: "STRING_VALUE",
|
|
83
85
|
* // },
|
|
84
86
|
* // };
|
|
85
87
|
*
|
|
@@ -101,7 +103,7 @@ declare const CreateNamespaceCommand_base: {
|
|
|
101
103
|
* <p>The request exceeded the number of tags allowed for a resource.</p>
|
|
102
104
|
*
|
|
103
105
|
* @throws {@link ValidationException} (client fault)
|
|
104
|
-
* <p>The input failed to satisfy the constraints specified by an
|
|
106
|
+
* <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
105
107
|
*
|
|
106
108
|
* @throws {@link RedshiftServerlessServiceException}
|
|
107
109
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
@@ -27,8 +27,7 @@ declare const CreateReservationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates an Amazon Redshift Serverless reservation, which gives you the option to commit to a specified number of Redshift Processing Units (RPUs)
|
|
31
|
-
* for a year at a discount from Serverless on-demand (OD) rates.</p>
|
|
30
|
+
* <p>Creates an Amazon Redshift Serverless reservation, which gives you the option to commit to a specified number of Redshift Processing Units (RPUs) for a year at a discount from Serverless on-demand (OD) rates.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -90,7 +89,7 @@ declare const CreateReservationCommand_base: {
|
|
|
90
89
|
* <p>The request exceeded the number of tags allowed for a resource.</p>
|
|
91
90
|
*
|
|
92
91
|
* @throws {@link ValidationException} (client fault)
|
|
93
|
-
* <p>The input failed to satisfy the constraints specified by an
|
|
92
|
+
* <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
94
93
|
*
|
|
95
94
|
* @throws {@link RedshiftServerlessServiceException}
|
|
96
95
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
@@ -27,8 +27,7 @@ declare const CreateScheduledActionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a scheduled action. A scheduled action contains a schedule and an Amazon Redshift API action.
|
|
31
|
-
* For example, you can create a schedule of when to run the <code>CreateSnapshot</code> API operation.</p>
|
|
30
|
+
* <p>Creates a scheduled action. A scheduled action contains a schedule and an Amazon Redshift API action. For example, you can create a schedule of when to run the <code>CreateSnapshot</code> API operation.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -116,7 +115,7 @@ declare const CreateScheduledActionCommand_base: {
|
|
|
116
115
|
* <p>The resource could not be found.</p>
|
|
117
116
|
*
|
|
118
117
|
* @throws {@link ValidationException} (client fault)
|
|
119
|
-
* <p>The input failed to satisfy the constraints specified by an
|
|
118
|
+
* <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
120
119
|
*
|
|
121
120
|
* @throws {@link RedshiftServerlessServiceException}
|
|
122
121
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
@@ -27,10 +27,7 @@ declare const CreateSnapshotCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a snapshot of all databases in a namespace.
|
|
31
|
-
* For more information about snapshots, see
|
|
32
|
-
* <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-snapshots-recovery-points.html">
|
|
33
|
-
* Working with snapshots and recovery points</a>.</p>
|
|
30
|
+
* <p>Creates a snapshot of all databases in a namespace. For more information about snapshots, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-snapshots-recovery-points.html"> Working with snapshots and recovery points</a>.</p>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -107,7 +104,7 @@ declare const CreateSnapshotCommand_base: {
|
|
|
107
104
|
* <p>The request exceeded the number of tags allowed for a resource.</p>
|
|
108
105
|
*
|
|
109
106
|
* @throws {@link ValidationException} (client fault)
|
|
110
|
-
* <p>The input failed to satisfy the constraints specified by an
|
|
107
|
+
* <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
111
108
|
*
|
|
112
109
|
* @throws {@link RedshiftServerlessServiceException}
|
|
113
110
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
@@ -79,7 +79,7 @@ declare const CreateSnapshotCopyConfigurationCommand_base: {
|
|
|
79
79
|
* <p>The service limit was exceeded.</p>
|
|
80
80
|
*
|
|
81
81
|
* @throws {@link ValidationException} (client fault)
|
|
82
|
-
* <p>The input failed to satisfy the constraints specified by an
|
|
82
|
+
* <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
83
83
|
*
|
|
84
84
|
* @throws {@link RedshiftServerlessServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|