@aws-sdk/client-redshift-serverless 3.935.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 +12 -12
|
@@ -31,11 +31,7 @@ export interface Association {
|
|
|
31
31
|
*/
|
|
32
32
|
export interface ConfigParameter {
|
|
33
33
|
/**
|
|
34
|
-
* <p>The key of the parameter. The
|
|
35
|
-
* options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>,
|
|
36
|
-
* <code>query_group</code>, <code>search_path</code>, <code>require_ssl</code>, <code>use_fips_ssl</code>, and query monitoring metrics that let
|
|
37
|
-
* you define performance boundaries. For more information about query monitoring rules and available metrics, see
|
|
38
|
-
* <a href="https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless">Query monitoring metrics for Amazon Redshift Serverless</a>.</p>
|
|
34
|
+
* <p>The key of the parameter. The options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>, <code>query_group</code>, <code>search_path</code>, <code>require_ssl</code>, <code>use_fips_ssl</code>, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see <a href="https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless">Query monitoring metrics for Amazon Redshift Serverless</a>.</p>
|
|
39
35
|
* @public
|
|
40
36
|
*/
|
|
41
37
|
parameterKey?: string | undefined;
|
|
@@ -81,8 +77,7 @@ export interface ConvertRecoveryPointToSnapshotRequest {
|
|
|
81
77
|
*/
|
|
82
78
|
retentionPeriod?: number | undefined;
|
|
83
79
|
/**
|
|
84
|
-
* <p>An array of <a href="https://docs.aws.amazon.com/redshift-serverless/latest/APIReference/API_Tag.html">Tag objects</a>
|
|
85
|
-
* to associate with the created snapshot.</p>
|
|
80
|
+
* <p>An array of <a href="https://docs.aws.amazon.com/redshift-serverless/latest/APIReference/API_Tag.html">Tag objects</a> to associate with the created snapshot.</p>
|
|
86
81
|
* @public
|
|
87
82
|
*/
|
|
88
83
|
tags?: Tag[] | undefined;
|
|
@@ -199,8 +194,7 @@ export interface Snapshot {
|
|
|
199
194
|
*/
|
|
200
195
|
snapshotArn?: string | undefined;
|
|
201
196
|
/**
|
|
202
|
-
* <p>All of the Amazon Web Services accounts that have access to
|
|
203
|
-
* restore a snapshot to a namespace.</p>
|
|
197
|
+
* <p>All of the Amazon Web Services accounts that have access to restore a snapshot to a namespace.</p>
|
|
204
198
|
* @public
|
|
205
199
|
*/
|
|
206
200
|
accountsWithRestoreAccess?: string[] | undefined;
|
|
@@ -280,15 +274,12 @@ export interface CreateCustomDomainAssociationResponse {
|
|
|
280
274
|
*/
|
|
281
275
|
export interface CreateEndpointAccessRequest {
|
|
282
276
|
/**
|
|
283
|
-
* <p>The name of the VPC endpoint. An endpoint name must contain 1-30 characters.
|
|
284
|
-
* Valid characters are A-Z, a-z, 0-9, and hyphen(-). The first character must be a letter.
|
|
285
|
-
* The name can't contain two consecutive hyphens or end with a hyphen.</p>
|
|
277
|
+
* <p>The name of the VPC endpoint. An endpoint name must contain 1-30 characters. Valid characters are A-Z, a-z, 0-9, and hyphen(-). The first character must be a letter. The name can't contain two consecutive hyphens or end with a hyphen.</p>
|
|
286
278
|
* @public
|
|
287
279
|
*/
|
|
288
280
|
endpointName: string | undefined;
|
|
289
281
|
/**
|
|
290
|
-
* <p>The unique identifers of subnets from which
|
|
291
|
-
* Amazon Redshift Serverless chooses one to deploy a VPC endpoint.</p>
|
|
282
|
+
* <p>The unique identifers of subnets from which Amazon Redshift Serverless chooses one to deploy a VPC endpoint.</p>
|
|
292
283
|
* @public
|
|
293
284
|
*/
|
|
294
285
|
subnetIds: string[] | undefined;
|
|
@@ -298,8 +289,7 @@ export interface CreateEndpointAccessRequest {
|
|
|
298
289
|
*/
|
|
299
290
|
workgroupName: string | undefined;
|
|
300
291
|
/**
|
|
301
|
-
* <p>The unique identifiers of the security group that defines the ports,
|
|
302
|
-
* protocols, and sources for inbound traffic that you are authorizing into your endpoint.</p>
|
|
292
|
+
* <p>The unique identifiers of the security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.</p>
|
|
303
293
|
* @public
|
|
304
294
|
*/
|
|
305
295
|
vpcSecurityGroupIds?: string[] | undefined;
|
|
@@ -310,9 +300,7 @@ export interface CreateEndpointAccessRequest {
|
|
|
310
300
|
ownerAccount?: string | undefined;
|
|
311
301
|
}
|
|
312
302
|
/**
|
|
313
|
-
* <p>Contains information about a network interface
|
|
314
|
-
* in an Amazon Redshift Serverless managed VPC endpoint.
|
|
315
|
-
* </p>
|
|
303
|
+
* <p>Contains information about a network interface in an Amazon Redshift Serverless managed VPC endpoint. </p>
|
|
316
304
|
* @public
|
|
317
305
|
*/
|
|
318
306
|
export interface NetworkInterface {
|
|
@@ -415,8 +403,7 @@ export interface EndpointAccess {
|
|
|
415
403
|
*/
|
|
416
404
|
address?: string | undefined;
|
|
417
405
|
/**
|
|
418
|
-
* <p>The unique identifier of subnets
|
|
419
|
-
* where Amazon Redshift Serverless choose to deploy the VPC endpoint.</p>
|
|
406
|
+
* <p>The unique identifier of subnets where Amazon Redshift Serverless choose to deploy the VPC endpoint.</p>
|
|
420
407
|
* @public
|
|
421
408
|
*/
|
|
422
409
|
subnetIds?: string[] | undefined;
|
|
@@ -474,8 +461,7 @@ export interface CreateNamespaceRequest {
|
|
|
474
461
|
*/
|
|
475
462
|
adminUsername?: string | undefined;
|
|
476
463
|
/**
|
|
477
|
-
* <p>The password of the administrator for the first database created in the namespace.</p>
|
|
478
|
-
* <p>You can't use <code>adminUserPassword</code> if <code>manageAdminPassword</code> is true. </p>
|
|
464
|
+
* <p>The password of the administrator for the first database created in the namespace.</p> <p>You can't use <code>adminUserPassword</code> if <code>manageAdminPassword</code> is true. </p>
|
|
479
465
|
* @public
|
|
480
466
|
*/
|
|
481
467
|
adminUserPassword?: string | undefined;
|
|
@@ -500,8 +486,7 @@ export interface CreateNamespaceRequest {
|
|
|
500
486
|
*/
|
|
501
487
|
iamRoles?: string[] | undefined;
|
|
502
488
|
/**
|
|
503
|
-
* <p>The types of logs the namespace can export.
|
|
504
|
-
* Available export types are <code>userlog</code>, <code>connectionlog</code>, and <code>useractivitylog</code>.</p>
|
|
489
|
+
* <p>The types of logs the namespace can export. Available export types are <code>userlog</code>, <code>connectionlog</code>, and <code>useractivitylog</code>.</p>
|
|
505
490
|
* @public
|
|
506
491
|
*/
|
|
507
492
|
logExports?: LogExport[] | undefined;
|
|
@@ -511,17 +496,12 @@ export interface CreateNamespaceRequest {
|
|
|
511
496
|
*/
|
|
512
497
|
tags?: Tag[] | undefined;
|
|
513
498
|
/**
|
|
514
|
-
* <p>If <code>true</code>, Amazon Redshift uses Secrets Manager to manage the namespace's admin credentials.
|
|
515
|
-
* You can't use <code>adminUserPassword</code> if <code>manageAdminPassword</code> is true.
|
|
516
|
-
* If <code>manageAdminPassword</code> is false or not set, Amazon Redshift uses
|
|
517
|
-
* <code>adminUserPassword</code> for the admin user account's password.
|
|
518
|
-
* </p>
|
|
499
|
+
* <p>If <code>true</code>, Amazon Redshift uses Secrets Manager to manage the namespace's admin credentials. You can't use <code>adminUserPassword</code> if <code>manageAdminPassword</code> is true. If <code>manageAdminPassword</code> is false or not set, Amazon Redshift uses <code>adminUserPassword</code> for the admin user account's password. </p>
|
|
519
500
|
* @public
|
|
520
501
|
*/
|
|
521
502
|
manageAdminPassword?: boolean | undefined;
|
|
522
503
|
/**
|
|
523
|
-
* <p>The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret.
|
|
524
|
-
* You can only use this parameter if <code>manageAdminPassword</code> is true.</p>
|
|
504
|
+
* <p>The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret. You can only use this parameter if <code>manageAdminPassword</code> is true.</p>
|
|
525
505
|
* @public
|
|
526
506
|
*/
|
|
527
507
|
adminPasswordSecretKmsKeyId?: string | undefined;
|
|
@@ -560,10 +540,7 @@ export interface Namespace {
|
|
|
560
540
|
*/
|
|
561
541
|
namespaceId?: string | undefined;
|
|
562
542
|
/**
|
|
563
|
-
* <p>The name of the namespace.
|
|
564
|
-
* Must be between 3-64 alphanumeric characters in lowercase,
|
|
565
|
-
* and it cannot be a reserved word. A list of reserved words can be found
|
|
566
|
-
* in <a href="https://docs.aws.amazon.com/redshift/latest/dg/r_pg_keywords.html">Reserved Words</a> in the Amazon Redshift Database Developer Guide.</p>
|
|
543
|
+
* <p>The name of the namespace. Must be between 3-64 alphanumeric characters in lowercase, and it cannot be a reserved word. A list of reserved words can be found in <a href="https://docs.aws.amazon.com/redshift/latest/dg/r_pg_keywords.html">Reserved Words</a> in the Amazon Redshift Database Developer Guide.</p>
|
|
567
544
|
* @public
|
|
568
545
|
*/
|
|
569
546
|
namespaceName?: string | undefined;
|
|
@@ -617,6 +594,16 @@ export interface Namespace {
|
|
|
617
594
|
* @public
|
|
618
595
|
*/
|
|
619
596
|
adminPasswordSecretKmsKeyId?: string | undefined;
|
|
597
|
+
/**
|
|
598
|
+
* <p>The status of the lakehouse registration for the namespace. Indicates whether the namespace is successfully registered with Amazon Redshift federated permissions.</p>
|
|
599
|
+
* @public
|
|
600
|
+
*/
|
|
601
|
+
lakehouseRegistrationStatus?: string | undefined;
|
|
602
|
+
/**
|
|
603
|
+
* <p>The Amazon Resource Name (ARN) of the Glue Data Catalog associated with the namespace enabled with Amazon Redshift federated permissions.</p>
|
|
604
|
+
* @public
|
|
605
|
+
*/
|
|
606
|
+
catalogArn?: string | undefined;
|
|
620
607
|
}
|
|
621
608
|
/**
|
|
622
609
|
* @public
|
|
@@ -643,10 +630,7 @@ export interface CreateReservationRequest {
|
|
|
643
630
|
*/
|
|
644
631
|
offeringId: string | undefined;
|
|
645
632
|
/**
|
|
646
|
-
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services
|
|
647
|
-
* SDK populates this field. This token must be a valid UUIDv4 value. For more information about idempotency, see <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">
|
|
648
|
-
* Making retries safe with idempotent APIs
|
|
649
|
-
* </a>.</p>
|
|
633
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. This token must be a valid UUIDv4 value. For more information about idempotency, see <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/"> Making retries safe with idempotent APIs </a>.</p>
|
|
650
634
|
* @public
|
|
651
635
|
*/
|
|
652
636
|
clientToken?: string | undefined;
|
|
@@ -664,8 +648,7 @@ export declare const OfferingType: {
|
|
|
664
648
|
*/
|
|
665
649
|
export type OfferingType = (typeof OfferingType)[keyof typeof OfferingType];
|
|
666
650
|
/**
|
|
667
|
-
* <p>The class of offering for the reservation. The offering class determines the payment
|
|
668
|
-
* schedule for the reservation.</p>
|
|
651
|
+
* <p>The class of offering for the reservation. The offering class determines the payment schedule for the reservation.</p>
|
|
669
652
|
* @public
|
|
670
653
|
*/
|
|
671
654
|
export interface ReservationOffering {
|
|
@@ -701,8 +684,7 @@ export interface ReservationOffering {
|
|
|
701
684
|
offeringType?: OfferingType | undefined;
|
|
702
685
|
}
|
|
703
686
|
/**
|
|
704
|
-
* <p>Represents an Amazon Redshift Serverless reservation, which gives you the option to commit to a specified number of Redshift Processing Units (RPUs)
|
|
705
|
-
* for a year at a discount from Serverless on-demand (OD) rates.</p>
|
|
687
|
+
* <p>Represents 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>
|
|
706
688
|
* @public
|
|
707
689
|
*/
|
|
708
690
|
export interface Reservation {
|
|
@@ -717,8 +699,7 @@ export interface Reservation {
|
|
|
717
699
|
*/
|
|
718
700
|
reservationArn?: string | undefined;
|
|
719
701
|
/**
|
|
720
|
-
* <p>The start date for the serverless reservation. This is the date you
|
|
721
|
-
* you created the reservation.</p>
|
|
702
|
+
* <p>The start date for the serverless reservation. This is the date you created the reservation.</p>
|
|
722
703
|
* @public
|
|
723
704
|
*/
|
|
724
705
|
startDate?: Date | undefined;
|
|
@@ -738,29 +719,7 @@ export interface Reservation {
|
|
|
738
719
|
*/
|
|
739
720
|
offering?: ReservationOffering | undefined;
|
|
740
721
|
/**
|
|
741
|
-
* <p>The status of the reservation. Possible values include the following:</p>
|
|
742
|
-
* <ul>
|
|
743
|
-
* <li>
|
|
744
|
-
* <p>
|
|
745
|
-
* <code>payment-pending</code>
|
|
746
|
-
* </p>
|
|
747
|
-
* </li>
|
|
748
|
-
* <li>
|
|
749
|
-
* <p>
|
|
750
|
-
* <code>active</code>
|
|
751
|
-
* </p>
|
|
752
|
-
* </li>
|
|
753
|
-
* <li>
|
|
754
|
-
* <p>
|
|
755
|
-
* <code>payment-failed</code>
|
|
756
|
-
* </p>
|
|
757
|
-
* </li>
|
|
758
|
-
* <li>
|
|
759
|
-
* <p>
|
|
760
|
-
* <code>retired</code>
|
|
761
|
-
* </p>
|
|
762
|
-
* </li>
|
|
763
|
-
* </ul>
|
|
722
|
+
* <p>The status of the reservation. Possible values include the following:</p> <ul> <li> <p> <code>payment-pending</code> </p> </li> <li> <p> <code>active</code> </p> </li> <li> <p> <code>payment-failed</code> </p> </li> <li> <p> <code>retired</code> </p> </li> </ul>
|
|
764
723
|
* @public
|
|
765
724
|
*/
|
|
766
725
|
status?: string | undefined;
|
|
@@ -794,9 +753,7 @@ export declare namespace Schedule {
|
|
|
794
753
|
$unknown?: never;
|
|
795
754
|
}
|
|
796
755
|
/**
|
|
797
|
-
* <p>The cron expression to use to schedule a recurring scheduled action. Schedule invocations must be separated by at least one hour. Times are in UTC.</p>
|
|
798
|
-
* <p>Format of cron expressions is <code>(Minutes Hours Day-of-month Month Day-of-week Year)</code>. For example, <code>"(0 10 ? * MON *)"</code>. For more information, see
|
|
799
|
-
* <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions">Cron Expressions</a> in the <i>Amazon CloudWatch Events User Guide</i>.</p>
|
|
756
|
+
* <p>The cron expression to use to schedule a recurring scheduled action. Schedule invocations must be separated by at least one hour. Times are in UTC.</p> <p>Format of cron expressions is <code>(Minutes Hours Day-of-month Month Day-of-week Year)</code>. For example, <code>"(0 10 ? * MON *)"</code>. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions">Cron Expressions</a> in the <i>Amazon CloudWatch Events User Guide</i>.</p>
|
|
800
757
|
* @public
|
|
801
758
|
*/
|
|
802
759
|
interface CronMember {
|
|
@@ -823,8 +780,7 @@ export declare namespace Schedule {
|
|
|
823
780
|
}
|
|
824
781
|
}
|
|
825
782
|
/**
|
|
826
|
-
* <p>The parameters that you can use to configure a <a href="https://docs.aws.amazon.com/redshift-serverless/latest/APIReference/API_CreateScheduledAction.html">scheduled action</a> to create a snapshot. For more information about creating a scheduled action, see
|
|
827
|
-
* <a href="https://docs.aws.amazon.com/redshift-serverless/latest/APIReference/API_CreateScheduledAction.html">CreateScheduledAction</a>.</p>
|
|
783
|
+
* <p>The parameters that you can use to configure a <a href="https://docs.aws.amazon.com/redshift-serverless/latest/APIReference/API_CreateScheduledAction.html">scheduled action</a> to create a snapshot. For more information about creating a scheduled action, see <a href="https://docs.aws.amazon.com/redshift-serverless/latest/APIReference/API_CreateScheduledAction.html">CreateScheduledAction</a>.</p>
|
|
828
784
|
* @public
|
|
829
785
|
*/
|
|
830
786
|
export interface CreateSnapshotScheduleActionParameters {
|
|
@@ -834,8 +790,7 @@ export interface CreateSnapshotScheduleActionParameters {
|
|
|
834
790
|
*/
|
|
835
791
|
namespaceName: string | undefined;
|
|
836
792
|
/**
|
|
837
|
-
* <p>A string prefix that is attached to the name of the snapshot created by the scheduled action. The final
|
|
838
|
-
* name of the snapshot is the string prefix appended by the date and time of when the snapshot was created.</p>
|
|
793
|
+
* <p>A string prefix that is attached to the name of the snapshot created by the scheduled action. The final name of the snapshot is the string prefix appended by the date and time of when the snapshot was created.</p>
|
|
839
794
|
* @public
|
|
840
795
|
*/
|
|
841
796
|
snapshotNamePrefix: string | undefined;
|
|
@@ -851,10 +806,7 @@ export interface CreateSnapshotScheduleActionParameters {
|
|
|
851
806
|
tags?: Tag[] | undefined;
|
|
852
807
|
}
|
|
853
808
|
/**
|
|
854
|
-
* <p>A JSON format string of the Amazon Redshift Serverless API operation with input parameters. The following is an example of a target action.</p>
|
|
855
|
-
* <p>
|
|
856
|
-
* <code>"\{"CreateSnapshot": \{"NamespaceName": "sampleNamespace","SnapshotName": "sampleSnapshot", "retentionPeriod": "1"\}\}"</code>
|
|
857
|
-
* </p>
|
|
809
|
+
* <p>A JSON format string of the Amazon Redshift Serverless API operation with input parameters. The following is an example of a target action.</p> <p> <code>"\{"CreateSnapshot": \{"NamespaceName": "sampleNamespace","SnapshotName": "sampleSnapshot", "retentionPeriod": "1"\}\}"</code> </p>
|
|
858
810
|
* @public
|
|
859
811
|
*/
|
|
860
812
|
export type TargetAction = TargetAction.CreateSnapshotMember | TargetAction.$UnknownMember;
|
|
@@ -863,8 +815,7 @@ export type TargetAction = TargetAction.CreateSnapshotMember | TargetAction.$Unk
|
|
|
863
815
|
*/
|
|
864
816
|
export declare namespace TargetAction {
|
|
865
817
|
/**
|
|
866
|
-
* <p>The parameters that you can use to configure a <a href="https://docs.aws.amazon.com/redshift-serverless/latest/APIReference/API_CreateScheduledAction.html">scheduled action</a> to create a snapshot. For more information about creating a scheduled action, see
|
|
867
|
-
* <a href="https://docs.aws.amazon.com/redshift-serverless/latest/APIReference/API_CreateScheduledAction.html">CreateScheduledAction</a>.</p>
|
|
818
|
+
* <p>The parameters that you can use to configure a <a href="https://docs.aws.amazon.com/redshift-serverless/latest/APIReference/API_CreateScheduledAction.html">scheduled action</a> to create a snapshot. For more information about creating a scheduled action, see <a href="https://docs.aws.amazon.com/redshift-serverless/latest/APIReference/API_CreateScheduledAction.html">CreateScheduledAction</a>.</p>
|
|
868
819
|
* @public
|
|
869
820
|
*/
|
|
870
821
|
interface CreateSnapshotMember {
|
|
@@ -897,32 +848,17 @@ export interface CreateScheduledActionRequest {
|
|
|
897
848
|
*/
|
|
898
849
|
scheduledActionName: string | undefined;
|
|
899
850
|
/**
|
|
900
|
-
* <p>A JSON format string of the Amazon Redshift Serverless API operation with input parameters. The following is an example of a target action.</p>
|
|
901
|
-
* <p>
|
|
902
|
-
* <code>"\{"CreateSnapshot": \{"NamespaceName": "sampleNamespace","SnapshotName": "sampleSnapshot", "retentionPeriod": "1"\}\}"</code>
|
|
903
|
-
* </p>
|
|
851
|
+
* <p>A JSON format string of the Amazon Redshift Serverless API operation with input parameters. The following is an example of a target action.</p> <p> <code>"\{"CreateSnapshot": \{"NamespaceName": "sampleNamespace","SnapshotName": "sampleSnapshot", "retentionPeriod": "1"\}\}"</code> </p>
|
|
904
852
|
* @public
|
|
905
853
|
*/
|
|
906
854
|
targetAction: TargetAction | undefined;
|
|
907
855
|
/**
|
|
908
|
-
* <p>The schedule for a one-time (at timestamp format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour. Times are in UTC.</p>
|
|
909
|
-
* <ul>
|
|
910
|
-
* <li>
|
|
911
|
-
* <p>Format of at timestamp is <code>yyyy-mm-ddThh:mm:ss</code>. For example, <code>2016-03-04T17:27:00</code>.</p>
|
|
912
|
-
* </li>
|
|
913
|
-
* <li>
|
|
914
|
-
* <p>Format of cron expression is <code>(Minutes Hours Day-of-month Month Day-of-week Year)</code>. For example, <code>"(0 10 ? * MON *)"</code>. For more information, see
|
|
915
|
-
* <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions">Cron Expressions</a> in the <i>Amazon CloudWatch Events User Guide</i>.</p>
|
|
916
|
-
* </li>
|
|
917
|
-
* </ul>
|
|
856
|
+
* <p>The schedule for a one-time (at timestamp format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour. Times are in UTC.</p> <ul> <li> <p>Format of at timestamp is <code>yyyy-mm-ddThh:mm:ss</code>. For example, <code>2016-03-04T17:27:00</code>.</p> </li> <li> <p>Format of cron expression is <code>(Minutes Hours Day-of-month Month Day-of-week Year)</code>. For example, <code>"(0 10 ? * MON *)"</code>. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions">Cron Expressions</a> in the <i>Amazon CloudWatch Events User Guide</i>.</p> </li> </ul>
|
|
918
857
|
* @public
|
|
919
858
|
*/
|
|
920
859
|
schedule: Schedule | undefined;
|
|
921
860
|
/**
|
|
922
|
-
* <p>The ARN of the IAM role to assume to run the scheduled action. This IAM role must have permission to run the Amazon Redshift Serverless API operation in the scheduled action.
|
|
923
|
-
* This IAM role must allow the Amazon Redshift scheduler to schedule creating snapshots. (Principal scheduler.redshift.amazonaws.com) to assume permissions on your behalf.
|
|
924
|
-
* For more information about the IAM role to use with the Amazon Redshift scheduler, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-identity-based.html">Using Identity-Based Policies for
|
|
925
|
-
* Amazon Redshift</a> in the Amazon Redshift Management Guide</p>
|
|
861
|
+
* <p>The ARN of the IAM role to assume to run the scheduled action. This IAM role must have permission to run the Amazon Redshift Serverless API operation in the scheduled action. This IAM role must allow the Amazon Redshift scheduler to schedule creating snapshots. (Principal scheduler.redshift.amazonaws.com) to assume permissions on your behalf. For more information about the IAM role to use with the Amazon Redshift scheduler, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-identity-based.html">Using Identity-Based Policies for Amazon Redshift</a> in the Amazon Redshift Management Guide</p>
|
|
926
862
|
* @public
|
|
927
863
|
*/
|
|
928
864
|
roleArn: string | undefined;
|
|
@@ -932,8 +868,7 @@ export interface CreateScheduledActionRequest {
|
|
|
932
868
|
*/
|
|
933
869
|
namespaceName: string | undefined;
|
|
934
870
|
/**
|
|
935
|
-
* <p>Indicates whether the schedule is enabled. If false, the scheduled action does not trigger. For more information about <code>state</code>
|
|
936
|
-
* of the scheduled action, see <a href="https://docs.aws.amazon.com/redshift-serverless/latest/APIReference/API_ScheduledAction.html">ScheduledAction</a>.</p>
|
|
871
|
+
* <p>Indicates whether the schedule is enabled. If false, the scheduled action does not trigger. For more information about <code>state</code> of the scheduled action, see <a href="https://docs.aws.amazon.com/redshift-serverless/latest/APIReference/API_ScheduledAction.html">ScheduledAction</a>.</p>
|
|
937
872
|
* @public
|
|
938
873
|
*/
|
|
939
874
|
enabled?: boolean | undefined;
|
|
@@ -976,16 +911,7 @@ export interface ScheduledActionResponse {
|
|
|
976
911
|
*/
|
|
977
912
|
scheduledActionName?: string | undefined;
|
|
978
913
|
/**
|
|
979
|
-
* <p>The schedule for a one-time (at timestamp format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour. Times are in UTC.</p>
|
|
980
|
-
* <ul>
|
|
981
|
-
* <li>
|
|
982
|
-
* <p>Format of at timestamp is <code>yyyy-mm-ddThh:mm:ss</code>. For example, <code>2016-03-04T17:27:00</code>.</p>
|
|
983
|
-
* </li>
|
|
984
|
-
* <li>
|
|
985
|
-
* <p>Format of cron expression is <code>(Minutes Hours Day-of-month Month Day-of-week Year)</code>. For example, <code>"(0 10 ? * MON *)"</code>. For more information, see
|
|
986
|
-
* <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions">Cron Expressions</a> in the <i>Amazon CloudWatch Events User Guide</i>.</p>
|
|
987
|
-
* </li>
|
|
988
|
-
* </ul>
|
|
914
|
+
* <p>The schedule for a one-time (at timestamp format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour. Times are in UTC.</p> <ul> <li> <p>Format of at timestamp is <code>yyyy-mm-ddThh:mm:ss</code>. For example, <code>2016-03-04T17:27:00</code>.</p> </li> <li> <p>Format of cron expression is <code>(Minutes Hours Day-of-month Month Day-of-week Year)</code>. For example, <code>"(0 10 ? * MON *)"</code>. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions">Cron Expressions</a> in the <i>Amazon CloudWatch Events User Guide</i>.</p> </li> </ul>
|
|
989
915
|
* @public
|
|
990
916
|
*/
|
|
991
917
|
schedule?: Schedule | undefined;
|
|
@@ -1000,10 +926,7 @@ export interface ScheduledActionResponse {
|
|
|
1000
926
|
*/
|
|
1001
927
|
nextInvocations?: Date[] | undefined;
|
|
1002
928
|
/**
|
|
1003
|
-
* <p>The ARN of the IAM role to assume to run the scheduled action. This IAM role must have permission to run the Amazon Redshift Serverless API operation in the scheduled action.
|
|
1004
|
-
* This IAM role must allow the Amazon Redshift scheduler to schedule creating snapshots. (Principal scheduler.redshift.amazonaws.com) to assume permissions on your behalf.
|
|
1005
|
-
* For more information about the IAM role to use with the Amazon Redshift scheduler, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-identity-based.html">Using Identity-Based Policies for
|
|
1006
|
-
* Amazon Redshift</a> in the Amazon Redshift Management Guide</p>
|
|
929
|
+
* <p>The ARN of the IAM role to assume to run the scheduled action. This IAM role must have permission to run the Amazon Redshift Serverless API operation in the scheduled action. This IAM role must allow the Amazon Redshift scheduler to schedule creating snapshots. (Principal scheduler.redshift.amazonaws.com) to assume permissions on your behalf. For more information about the IAM role to use with the Amazon Redshift scheduler, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-identity-based.html">Using Identity-Based Policies for Amazon Redshift</a> in the Amazon Redshift Management Guide</p>
|
|
1007
930
|
* @public
|
|
1008
931
|
*/
|
|
1009
932
|
roleArn?: string | undefined;
|
|
@@ -1023,10 +946,7 @@ export interface ScheduledActionResponse {
|
|
|
1023
946
|
*/
|
|
1024
947
|
endTime?: Date | undefined;
|
|
1025
948
|
/**
|
|
1026
|
-
* <p>A JSON format string of the Amazon Redshift Serverless API operation with input parameters. The following is an example of a target action.</p>
|
|
1027
|
-
* <p>
|
|
1028
|
-
* <code>"\{"CreateSnapshot": \{"NamespaceName": "sampleNamespace","SnapshotName": "sampleSnapshot", "retentionPeriod": "1"\}\}"</code>
|
|
1029
|
-
* </p>
|
|
949
|
+
* <p>A JSON format string of the Amazon Redshift Serverless API operation with input parameters. The following is an example of a target action.</p> <p> <code>"\{"CreateSnapshot": \{"NamespaceName": "sampleNamespace","SnapshotName": "sampleSnapshot", "retentionPeriod": "1"\}\}"</code> </p>
|
|
1030
950
|
* @public
|
|
1031
951
|
*/
|
|
1032
952
|
targetAction?: TargetAction | undefined;
|
|
@@ -1210,8 +1130,7 @@ export interface CreateUsageLimitRequest {
|
|
|
1210
1130
|
*/
|
|
1211
1131
|
usageType: UsageLimitUsageType | undefined;
|
|
1212
1132
|
/**
|
|
1213
|
-
* <p>The limit amount. If time-based, this amount is in Redshift Processing Units (RPU) consumed per hour. If data-based, this amount is in terabytes (TB) of data
|
|
1214
|
-
* transferred between Regions in cross-account sharing. The value must be a positive number.</p>
|
|
1133
|
+
* <p>The limit amount. If time-based, this amount is in Redshift Processing Units (RPU) consumed per hour. If data-based, this amount is in terabytes (TB) of data transferred between Regions in cross-account sharing. The value must be a positive number.</p>
|
|
1215
1134
|
* @public
|
|
1216
1135
|
*/
|
|
1217
1136
|
amount: number | undefined;
|
|
@@ -1300,8 +1219,7 @@ export interface PerformanceTarget {
|
|
|
1300
1219
|
*/
|
|
1301
1220
|
status?: PerformanceTargetStatus | undefined;
|
|
1302
1221
|
/**
|
|
1303
|
-
* <p>The target price performance level for the workgroup. Valid values include 1, 25, 50, 75, and 100. These
|
|
1304
|
-
* correspond to the price performance levels LOW_COST, ECONOMICAL, BALANCED, RESOURCEFUL, and HIGH_PERFORMANCE.</p>
|
|
1222
|
+
* <p>The target price performance level for the workgroup. Valid values include 1, 25, 50, 75, and 100. These correspond to the price performance levels LOW_COST, ECONOMICAL, BALANCED, RESOURCEFUL, and HIGH_PERFORMANCE.</p>
|
|
1305
1223
|
* @public
|
|
1306
1224
|
*/
|
|
1307
1225
|
level?: number | undefined;
|
|
@@ -1326,17 +1244,12 @@ export interface CreateWorkgroupRequest {
|
|
|
1326
1244
|
*/
|
|
1327
1245
|
baseCapacity?: number | undefined;
|
|
1328
1246
|
/**
|
|
1329
|
-
* <p>The value that specifies whether to turn on enhanced virtual
|
|
1330
|
-
* private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC instead of over the internet.</p>
|
|
1247
|
+
* <p>The value that specifies whether to turn on enhanced virtual private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC instead of over the internet.</p>
|
|
1331
1248
|
* @public
|
|
1332
1249
|
*/
|
|
1333
1250
|
enhancedVpcRouting?: boolean | undefined;
|
|
1334
1251
|
/**
|
|
1335
|
-
* <p>An array of parameters to set for advanced control over a database. The
|
|
1336
|
-
* options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>,
|
|
1337
|
-
* <code>query_group</code>, <code>search_path</code>, <code>require_ssl</code>, <code>use_fips_ssl</code>, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see
|
|
1338
|
-
* <a href="https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless">
|
|
1339
|
-
* Query monitoring metrics for Amazon Redshift Serverless</a>.</p>
|
|
1252
|
+
* <p>An array of parameters to set for advanced control over a database. The options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>, <code>query_group</code>, <code>search_path</code>, <code>require_ssl</code>, <code>use_fips_ssl</code>, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see <a href="https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless"> Query monitoring metrics for Amazon Redshift Serverless</a>.</p>
|
|
1340
1253
|
* @public
|
|
1341
1254
|
*/
|
|
1342
1255
|
configParameters?: ConfigParameter[] | undefined;
|
|
@@ -1381,8 +1294,7 @@ export interface CreateWorkgroupRequest {
|
|
|
1381
1294
|
*/
|
|
1382
1295
|
ipAddressType?: string | undefined;
|
|
1383
1296
|
/**
|
|
1384
|
-
* <p>An optional parameter for the name of the track for the workgroup. If you don't provide
|
|
1385
|
-
* a track name, the workgroup is assigned to the <code>current</code> track.</p>
|
|
1297
|
+
* <p>An optional parameter for the name of the track for the workgroup. If you don't provide a track name, the workgroup is assigned to the <code>current</code> track.</p>
|
|
1386
1298
|
* @public
|
|
1387
1299
|
*/
|
|
1388
1300
|
trackName?: string | undefined;
|
|
@@ -1453,16 +1365,12 @@ export interface Workgroup {
|
|
|
1453
1365
|
*/
|
|
1454
1366
|
baseCapacity?: number | undefined;
|
|
1455
1367
|
/**
|
|
1456
|
-
* <p>The value that specifies whether to enable enhanced virtual
|
|
1457
|
-
* private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC.</p>
|
|
1368
|
+
* <p>The value that specifies whether to enable enhanced virtual private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC.</p>
|
|
1458
1369
|
* @public
|
|
1459
1370
|
*/
|
|
1460
1371
|
enhancedVpcRouting?: boolean | undefined;
|
|
1461
1372
|
/**
|
|
1462
|
-
* <p>An array of parameters to set for advanced control over a database. The
|
|
1463
|
-
* options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>,
|
|
1464
|
-
* <code>query_group</code>, <code>search_path</code>, <code>require_ssl</code>, <code>use_fips_ssl</code>, and query monitoring metrics that let you define performance boundaries.
|
|
1465
|
-
* For more information about query monitoring rules and available metrics, see <a href="https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless"> Query monitoring metrics for Amazon Redshift Serverless</a>.</p>
|
|
1373
|
+
* <p>An array of parameters to set for advanced control over a database. The options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>, <code>query_group</code>, <code>search_path</code>, <code>require_ssl</code>, <code>use_fips_ssl</code>, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see <a href="https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless"> Query monitoring metrics for Amazon Redshift Serverless</a>.</p>
|
|
1466
1374
|
* @public
|
|
1467
1375
|
*/
|
|
1468
1376
|
configParameters?: ConfigParameter[] | undefined;
|
|
@@ -1522,8 +1430,7 @@ export interface Workgroup {
|
|
|
1522
1430
|
*/
|
|
1523
1431
|
workgroupVersion?: string | undefined;
|
|
1524
1432
|
/**
|
|
1525
|
-
* <p>The patch version of your Amazon Redshift Serverless workgroup. For more information about patch versions, see
|
|
1526
|
-
* <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/cluster-versions.html">Cluster versions for Amazon Redshift</a>.</p>
|
|
1433
|
+
* <p>The patch version of your Amazon Redshift Serverless workgroup. For more information about patch versions, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/cluster-versions.html">Cluster versions for Amazon Redshift</a>.</p>
|
|
1527
1434
|
* @public
|
|
1528
1435
|
*/
|
|
1529
1436
|
patchVersion?: string | undefined;
|
|
@@ -1553,9 +1460,7 @@ export interface Workgroup {
|
|
|
1553
1460
|
*/
|
|
1554
1461
|
trackName?: string | undefined;
|
|
1555
1462
|
/**
|
|
1556
|
-
* <p>The name for the track that you want to assign to the workgroup. When the track changes, the
|
|
1557
|
-
* workgroup is switched to the latest workgroup release available for the track. At this point, the
|
|
1558
|
-
* track name is applied.</p>
|
|
1463
|
+
* <p>The name for the track that you want to assign to the workgroup. When the track changes, the workgroup is switched to the latest workgroup release available for the track. At this point, the track name is applied.</p>
|
|
1559
1464
|
* @public
|
|
1560
1465
|
*/
|
|
1561
1466
|
pendingTrackName?: string | undefined;
|
|
@@ -1615,15 +1520,12 @@ export interface GetEndpointAccessResponse {
|
|
|
1615
1520
|
*/
|
|
1616
1521
|
export interface ListEndpointAccessRequest {
|
|
1617
1522
|
/**
|
|
1618
|
-
* <p>If your initial <code>ListEndpointAccess</code> operation returns a <code>nextToken</code>,
|
|
1619
|
-
* you can include the returned <code>nextToken</code> in following <code>ListEndpointAccess</code> operations,
|
|
1620
|
-
* which returns results in the next page.</p>
|
|
1523
|
+
* <p>If your initial <code>ListEndpointAccess</code> operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in following <code>ListEndpointAccess</code> operations, which returns results in the next page.</p>
|
|
1621
1524
|
* @public
|
|
1622
1525
|
*/
|
|
1623
1526
|
nextToken?: string | undefined;
|
|
1624
1527
|
/**
|
|
1625
|
-
* <p>An optional parameter that specifies the maximum number of results to return.
|
|
1626
|
-
* You can use <code>nextToken</code> to display the next page of results.</p>
|
|
1528
|
+
* <p>An optional parameter that specifies the maximum number of results to return. You can use <code>nextToken</code> to display the next page of results.</p>
|
|
1627
1529
|
* @public
|
|
1628
1530
|
*/
|
|
1629
1531
|
maxResults?: number | undefined;
|
|
@@ -1648,9 +1550,7 @@ export interface ListEndpointAccessRequest {
|
|
|
1648
1550
|
*/
|
|
1649
1551
|
export interface ListEndpointAccessResponse {
|
|
1650
1552
|
/**
|
|
1651
|
-
* <p>When <code>nextToken</code> is returned, there are more results available.
|
|
1652
|
-
* The value of <code>nextToken</code> is a unique pagination token for each page.
|
|
1653
|
-
* Make the call again using the returned token to retrieve the next page.</p>
|
|
1553
|
+
* <p>When <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>
|
|
1654
1554
|
* @public
|
|
1655
1555
|
*/
|
|
1656
1556
|
nextToken?: string | undefined;
|
|
@@ -1855,33 +1755,12 @@ export interface DeleteWorkgroupResponse {
|
|
|
1855
1755
|
*/
|
|
1856
1756
|
export interface GetCredentialsRequest {
|
|
1857
1757
|
/**
|
|
1858
|
-
* <p>The name of the database to get temporary authorization to log on to.</p>
|
|
1859
|
-
* <p>Constraints:</p>
|
|
1860
|
-
* <ul>
|
|
1861
|
-
* <li>
|
|
1862
|
-
* <p>Must be 1 to 64 alphanumeric characters or hyphens.</p>
|
|
1863
|
-
* </li>
|
|
1864
|
-
* <li>
|
|
1865
|
-
* <p>Must contain only uppercase or lowercase letters, numbers, underscore, plus sign, period (dot), at symbol (@), or hyphen.</p>
|
|
1866
|
-
* </li>
|
|
1867
|
-
* <li>
|
|
1868
|
-
* <p>The first character must be a letter.</p>
|
|
1869
|
-
* </li>
|
|
1870
|
-
* <li>
|
|
1871
|
-
* <p>Must not contain a colon ( : ) or slash ( / ).</p>
|
|
1872
|
-
* </li>
|
|
1873
|
-
* <li>
|
|
1874
|
-
* <p>Cannot be a reserved word. A list of reserved words can be found
|
|
1875
|
-
* in <a href="https://docs.aws.amazon.com/redshift/latest/dg/r_pg_keywords.html">Reserved Words </a>
|
|
1876
|
-
* in the Amazon Redshift Database Developer Guide</p>
|
|
1877
|
-
* </li>
|
|
1878
|
-
* </ul>
|
|
1758
|
+
* <p>The name of the database to get temporary authorization to log on to.</p> <p>Constraints:</p> <ul> <li> <p>Must be 1 to 64 alphanumeric characters or hyphens.</p> </li> <li> <p>Must contain only uppercase or lowercase letters, numbers, underscore, plus sign, period (dot), at symbol (@), or hyphen.</p> </li> <li> <p>The first character must be a letter.</p> </li> <li> <p>Must not contain a colon ( : ) or slash ( / ).</p> </li> <li> <p>Cannot be a reserved word. A list of reserved words can be found in <a href="https://docs.aws.amazon.com/redshift/latest/dg/r_pg_keywords.html">Reserved Words </a> in the Amazon Redshift Database Developer Guide</p> </li> </ul>
|
|
1879
1759
|
* @public
|
|
1880
1760
|
*/
|
|
1881
1761
|
dbName?: string | undefined;
|
|
1882
1762
|
/**
|
|
1883
|
-
* <p>The number of seconds until the returned temporary password expires.
|
|
1884
|
-
* The minimum is 900 seconds, and the maximum is 3600 seconds.</p>
|
|
1763
|
+
* <p>The number of seconds until the returned temporary password expires. The minimum is 900 seconds, and the maximum is 3600 seconds.</p>
|
|
1885
1764
|
* @public
|
|
1886
1765
|
*/
|
|
1887
1766
|
durationSeconds?: number | undefined;
|
|
@@ -1901,16 +1780,12 @@ export interface GetCredentialsRequest {
|
|
|
1901
1780
|
*/
|
|
1902
1781
|
export interface GetCredentialsResponse {
|
|
1903
1782
|
/**
|
|
1904
|
-
* <p>A database user name that is authorized to log on to the database <code>DbName</code>
|
|
1905
|
-
* using the password <code>DbPassword</code>. If the specified <code>DbUser</code> exists in the database,
|
|
1906
|
-
* the new user name has the same database privileges as the the user named in
|
|
1907
|
-
* <code>DbUser</code>. By default, the user is added to PUBLIC.</p>
|
|
1783
|
+
* <p>A database user name that is authorized to log on to the database <code>DbName</code> using the password <code>DbPassword</code>. If the specified <code>DbUser</code> exists in the database, the new user name has the same database privileges as the the user named in <code>DbUser</code>. By default, the user is added to PUBLIC.</p>
|
|
1908
1784
|
* @public
|
|
1909
1785
|
*/
|
|
1910
1786
|
dbUser?: string | undefined;
|
|
1911
1787
|
/**
|
|
1912
|
-
* <p>A temporary password that authorizes the user name returned by
|
|
1913
|
-
* <code>DbUser</code> to log on to the database <code>DbName</code>.</p>
|
|
1788
|
+
* <p>A temporary password that authorizes the user name returned by <code>DbUser</code> to log on to the database <code>DbName</code>.</p>
|
|
1914
1789
|
* @public
|
|
1915
1790
|
*/
|
|
1916
1791
|
dbPassword?: string | undefined;
|
|
@@ -1920,8 +1795,7 @@ export interface GetCredentialsResponse {
|
|
|
1920
1795
|
*/
|
|
1921
1796
|
expiration?: Date | undefined;
|
|
1922
1797
|
/**
|
|
1923
|
-
* <p>The date and time of when the <code>DbUser</code> and <code>DbPassword</code>
|
|
1924
|
-
* authorization refreshes.</p>
|
|
1798
|
+
* <p>The date and time of when the <code>DbUser</code> and <code>DbPassword</code> authorization refreshes.</p>
|
|
1925
1799
|
* @public
|
|
1926
1800
|
*/
|
|
1927
1801
|
nextRefreshTime?: Date | undefined;
|
|
@@ -1997,8 +1871,7 @@ export interface GetRecoveryPointRequest {
|
|
|
1997
1871
|
recoveryPointId: string | undefined;
|
|
1998
1872
|
}
|
|
1999
1873
|
/**
|
|
2000
|
-
* <p>The automatically created recovery point of a namespace.
|
|
2001
|
-
* Recovery points are created every 30 minutes and kept for 24 hours.</p>
|
|
1874
|
+
* <p>The automatically created recovery point of a namespace. Recovery points are created every 30 minutes and kept for 24 hours.</p>
|
|
2002
1875
|
* @public
|
|
2003
1876
|
*/
|
|
2004
1877
|
export interface RecoveryPoint {
|
|
@@ -2190,8 +2063,7 @@ export interface TableRestoreStatus {
|
|
|
2190
2063
|
*/
|
|
2191
2064
|
tableRestoreRequestId?: string | undefined;
|
|
2192
2065
|
/**
|
|
2193
|
-
* <p>A value that describes the current state of the table restore request.
|
|
2194
|
-
* Possible values are <code>SUCCEEDED</code>, <code>FAILED</code>, <code>CANCELED</code>, <code>PENDING</code>, and <code>IN_PROGRESS</code>.</p>
|
|
2066
|
+
* <p>A value that describes the current state of the table restore request. Possible values are <code>SUCCEEDED</code>, <code>FAILED</code>, <code>CANCELED</code>, <code>PENDING</code>, and <code>IN_PROGRESS</code>.</p>
|
|
2195
2067
|
* @public
|
|
2196
2068
|
*/
|
|
2197
2069
|
status?: string | undefined;
|
|
@@ -2201,8 +2073,7 @@ export interface TableRestoreStatus {
|
|
|
2201
2073
|
*/
|
|
2202
2074
|
message?: string | undefined;
|
|
2203
2075
|
/**
|
|
2204
|
-
* <p>The time that the table restore request was made,
|
|
2205
|
-
* in Universal Coordinated Time (UTC).</p>
|
|
2076
|
+
* <p>The time that the table restore request was made, in Universal Coordinated Time (UTC).</p>
|
|
2206
2077
|
* @public
|
|
2207
2078
|
*/
|
|
2208
2079
|
requestTime?: Date | undefined;
|
|
@@ -2272,8 +2143,7 @@ export interface TableRestoreStatus {
|
|
|
2272
2143
|
*/
|
|
2273
2144
|
export interface GetTableRestoreStatusResponse {
|
|
2274
2145
|
/**
|
|
2275
|
-
* <p>The returned <code>TableRestoreStatus</code> object that contains information about
|
|
2276
|
-
* the status of your <code>RestoreTableFromSnapshot</code> request.</p>
|
|
2146
|
+
* <p>The returned <code>TableRestoreStatus</code> object that contains information about the status of your <code>RestoreTableFromSnapshot</code> request.</p>
|
|
2277
2147
|
* @public
|
|
2278
2148
|
*/
|
|
2279
2149
|
tableRestoreStatus?: TableRestoreStatus | undefined;
|
|
@@ -2305,10 +2175,7 @@ export interface UpdateTarget {
|
|
|
2305
2175
|
workgroupVersion?: string | undefined;
|
|
2306
2176
|
}
|
|
2307
2177
|
/**
|
|
2308
|
-
* <p>Defines a track that determines which Amazon Redshift version
|
|
2309
|
-
* to apply after a new version is released. If the value for <code>ServerlessTrack</code> is
|
|
2310
|
-
* <code>current</code>, the workgroup is updated to the most recently certified release.
|
|
2311
|
-
* If the value is <code>trailing</code>, the workgroup is updated to the previously certified release.</p>
|
|
2178
|
+
* <p>Defines a track that determines which Amazon Redshift version to apply after a new version is released. If the value for <code>ServerlessTrack</code> is <code>current</code>, the workgroup is updated to the most recently certified release. If the value is <code>trailing</code>, the workgroup is updated to the previously certified release.</p>
|
|
2312
2179
|
* @public
|
|
2313
2180
|
*/
|
|
2314
2181
|
export interface ServerlessTrack {
|
|
@@ -2378,20 +2245,41 @@ export interface GetWorkgroupResponse {
|
|
|
2378
2245
|
*/
|
|
2379
2246
|
workgroup: Workgroup | undefined;
|
|
2380
2247
|
}
|
|
2248
|
+
/**
|
|
2249
|
+
* @public
|
|
2250
|
+
* @enum
|
|
2251
|
+
*/
|
|
2252
|
+
export declare const LakehouseIdcRegistration: {
|
|
2253
|
+
readonly ASSOCIATE: "Associate";
|
|
2254
|
+
readonly DISASSOCIATE: "Disassociate";
|
|
2255
|
+
};
|
|
2256
|
+
/**
|
|
2257
|
+
* @public
|
|
2258
|
+
*/
|
|
2259
|
+
export type LakehouseIdcRegistration = (typeof LakehouseIdcRegistration)[keyof typeof LakehouseIdcRegistration];
|
|
2260
|
+
/**
|
|
2261
|
+
* @public
|
|
2262
|
+
* @enum
|
|
2263
|
+
*/
|
|
2264
|
+
export declare const LakehouseRegistration: {
|
|
2265
|
+
readonly DEREGISTER: "Deregister";
|
|
2266
|
+
readonly REGISTER: "Register";
|
|
2267
|
+
};
|
|
2268
|
+
/**
|
|
2269
|
+
* @public
|
|
2270
|
+
*/
|
|
2271
|
+
export type LakehouseRegistration = (typeof LakehouseRegistration)[keyof typeof LakehouseRegistration];
|
|
2381
2272
|
/**
|
|
2382
2273
|
* @public
|
|
2383
2274
|
*/
|
|
2384
2275
|
export interface ListCustomDomainAssociationsRequest {
|
|
2385
2276
|
/**
|
|
2386
|
-
* <p>When <code>nextToken</code> is returned, there are more results available.
|
|
2387
|
-
* The value of <code>nextToken</code> is a unique pagination token for each page.
|
|
2388
|
-
* Make the call again using the returned token to retrieve the next page.</p>
|
|
2277
|
+
* <p>When <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>
|
|
2389
2278
|
* @public
|
|
2390
2279
|
*/
|
|
2391
2280
|
nextToken?: string | undefined;
|
|
2392
2281
|
/**
|
|
2393
|
-
* <p>An optional parameter that specifies the maximum number of results to return.
|
|
2394
|
-
* You can use <code>nextToken</code> to display the next page of results.</p>
|
|
2282
|
+
* <p>An optional parameter that specifies the maximum number of results to return. You can use <code>nextToken</code> to display the next page of results.</p>
|
|
2395
2283
|
* @public
|
|
2396
2284
|
*/
|
|
2397
2285
|
maxResults?: number | undefined;
|
|
@@ -2411,9 +2299,7 @@ export interface ListCustomDomainAssociationsRequest {
|
|
|
2411
2299
|
*/
|
|
2412
2300
|
export interface ListCustomDomainAssociationsResponse {
|
|
2413
2301
|
/**
|
|
2414
|
-
* <p>When <code>nextToken</code> is returned, there are more results available.
|
|
2415
|
-
* The value of <code>nextToken</code> is a unique pagination token for each page.
|
|
2416
|
-
* Make the call again using the returned token to retrieve the next page.</p>
|
|
2302
|
+
* <p>When <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>
|
|
2417
2303
|
* @public
|
|
2418
2304
|
*/
|
|
2419
2305
|
nextToken?: string | undefined;
|
|
@@ -2428,27 +2314,23 @@ export interface ListCustomDomainAssociationsResponse {
|
|
|
2428
2314
|
*/
|
|
2429
2315
|
export interface ListManagedWorkgroupsRequest {
|
|
2430
2316
|
/**
|
|
2431
|
-
* <p>The Amazon Resource Name (ARN) for the managed
|
|
2432
|
-
* workgroup in the AWS Glue Data Catalog.</p>
|
|
2317
|
+
* <p>The Amazon Resource Name (ARN) for the managed workgroup in the Glue Data Catalog.</p>
|
|
2433
2318
|
* @public
|
|
2434
2319
|
*/
|
|
2435
2320
|
sourceArn?: string | undefined;
|
|
2436
2321
|
/**
|
|
2437
|
-
* <p>If your initial ListManagedWorkgroups operation returns a nextToken,
|
|
2438
|
-
* you can include the returned nextToken in following ListManagedWorkgroups
|
|
2439
|
-
* operations, which returns results in the next page.</p>
|
|
2322
|
+
* <p>If your initial ListManagedWorkgroups operation returns a nextToken, you can include the returned nextToken in following ListManagedWorkgroups operations, which returns results in the next page.</p>
|
|
2440
2323
|
* @public
|
|
2441
2324
|
*/
|
|
2442
2325
|
nextToken?: string | undefined;
|
|
2443
2326
|
/**
|
|
2444
|
-
* <p>An optional parameter that specifies the maximum number
|
|
2445
|
-
* of results to return. You can use nextToken to display the next page of results.</p>
|
|
2327
|
+
* <p>An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.</p>
|
|
2446
2328
|
* @public
|
|
2447
2329
|
*/
|
|
2448
2330
|
maxResults?: number | undefined;
|
|
2449
2331
|
}
|
|
2450
2332
|
/**
|
|
2451
|
-
* <p>A collection of Amazon Redshift compute resources managed by
|
|
2333
|
+
* <p>A collection of Amazon Redshift compute resources managed by Glue.</p>
|
|
2452
2334
|
* @public
|
|
2453
2335
|
*/
|
|
2454
2336
|
export interface ManagedWorkgroupListItem {
|
|
@@ -2463,8 +2345,7 @@ export interface ManagedWorkgroupListItem {
|
|
|
2463
2345
|
*/
|
|
2464
2346
|
managedWorkgroupId?: string | undefined;
|
|
2465
2347
|
/**
|
|
2466
|
-
* <p>The Amazon Resource Name (ARN) for the managed
|
|
2467
|
-
* workgroup in the AWS Glue Data Catalog.</p>
|
|
2348
|
+
* <p>The Amazon Resource Name (ARN) for the managed workgroup in the Glue Data Catalog.</p>
|
|
2468
2349
|
* @public
|
|
2469
2350
|
*/
|
|
2470
2351
|
sourceArn?: string | undefined;
|
|
@@ -2484,9 +2365,7 @@ export interface ManagedWorkgroupListItem {
|
|
|
2484
2365
|
*/
|
|
2485
2366
|
export interface ListManagedWorkgroupsResponse {
|
|
2486
2367
|
/**
|
|
2487
|
-
* <p>If nextToken is returned, there are more results available.
|
|
2488
|
-
* The value of nextToken is a unique pagination token for each page.
|
|
2489
|
-
* To retrieve the next page, make the call again using the returned token.</p>
|
|
2368
|
+
* <p>If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token.</p>
|
|
2490
2369
|
* @public
|
|
2491
2370
|
*/
|
|
2492
2371
|
nextToken?: string | undefined;
|
|
@@ -2501,15 +2380,12 @@ export interface ListManagedWorkgroupsResponse {
|
|
|
2501
2380
|
*/
|
|
2502
2381
|
export interface ListNamespacesRequest {
|
|
2503
2382
|
/**
|
|
2504
|
-
* <p>If your initial <code>ListNamespaces</code> operation returns a <code>nextToken</code>,
|
|
2505
|
-
* you can include the returned <code>nextToken</code> in following <code>ListNamespaces</code> operations,
|
|
2506
|
-
* which returns results in the next page.</p>
|
|
2383
|
+
* <p>If your initial <code>ListNamespaces</code> operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in following <code>ListNamespaces</code> operations, which returns results in the next page.</p>
|
|
2507
2384
|
* @public
|
|
2508
2385
|
*/
|
|
2509
2386
|
nextToken?: string | undefined;
|
|
2510
2387
|
/**
|
|
2511
|
-
* <p>An optional parameter that specifies the maximum number of results to return.
|
|
2512
|
-
* You can use <code>nextToken</code> to display the next page of results.</p>
|
|
2388
|
+
* <p>An optional parameter that specifies the maximum number of results to return. You can use <code>nextToken</code> to display the next page of results.</p>
|
|
2513
2389
|
* @public
|
|
2514
2390
|
*/
|
|
2515
2391
|
maxResults?: number | undefined;
|
|
@@ -2519,9 +2395,7 @@ export interface ListNamespacesRequest {
|
|
|
2519
2395
|
*/
|
|
2520
2396
|
export interface ListNamespacesResponse {
|
|
2521
2397
|
/**
|
|
2522
|
-
* <p>When <code>nextToken</code> is returned, there are more results available.
|
|
2523
|
-
* The value of <code>nextToken</code> is a unique pagination token for each page.
|
|
2524
|
-
* Make the call again using the returned token to retrieve the next page.</p>
|
|
2398
|
+
* <p>When <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>
|
|
2525
2399
|
* @public
|
|
2526
2400
|
*/
|
|
2527
2401
|
nextToken?: string | undefined;
|
|
@@ -2536,15 +2410,12 @@ export interface ListNamespacesResponse {
|
|
|
2536
2410
|
*/
|
|
2537
2411
|
export interface ListRecoveryPointsRequest {
|
|
2538
2412
|
/**
|
|
2539
|
-
* <p>If your initial <code>ListRecoveryPoints</code> operation returns a <code>nextToken</code>,
|
|
2540
|
-
* you can include the returned <code>nextToken</code> in following <code>ListRecoveryPoints</code> operations,
|
|
2541
|
-
* which returns results in the next page.</p>
|
|
2413
|
+
* <p>If your initial <code>ListRecoveryPoints</code> operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in following <code>ListRecoveryPoints</code> operations, which returns results in the next page.</p>
|
|
2542
2414
|
* @public
|
|
2543
2415
|
*/
|
|
2544
2416
|
nextToken?: string | undefined;
|
|
2545
2417
|
/**
|
|
2546
|
-
* <p>An optional parameter that specifies the maximum number of results to return.
|
|
2547
|
-
* You can use <code>nextToken</code> to display the next page of results.</p>
|
|
2418
|
+
* <p>An optional parameter that specifies the maximum number of results to return. You can use <code>nextToken</code> to display the next page of results.</p>
|
|
2548
2419
|
* @public
|
|
2549
2420
|
*/
|
|
2550
2421
|
maxResults?: number | undefined;
|
|
@@ -2579,9 +2450,7 @@ export interface ListRecoveryPointsResponse {
|
|
|
2579
2450
|
*/
|
|
2580
2451
|
recoveryPoints?: RecoveryPoint[] | undefined;
|
|
2581
2452
|
/**
|
|
2582
|
-
* <p>If <code>nextToken</code> is returned, there are more results available.
|
|
2583
|
-
* The value of <code>nextToken</code> is a unique pagination token for each page.
|
|
2584
|
-
* Make the call again using the returned token to retrieve the next page.</p>
|
|
2453
|
+
* <p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>
|
|
2585
2454
|
* @public
|
|
2586
2455
|
*/
|
|
2587
2456
|
nextToken?: string | undefined;
|
|
@@ -2651,8 +2520,7 @@ export interface ListReservationsResponse {
|
|
|
2651
2520
|
*/
|
|
2652
2521
|
export interface ListScheduledActionsRequest {
|
|
2653
2522
|
/**
|
|
2654
|
-
* <p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page.
|
|
2655
|
-
* Make the call again using the returned token to retrieve the next page.</p>
|
|
2523
|
+
* <p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>
|
|
2656
2524
|
* @public
|
|
2657
2525
|
*/
|
|
2658
2526
|
nextToken?: string | undefined;
|
|
@@ -2708,8 +2576,7 @@ export interface ListSnapshotCopyConfigurationsRequest {
|
|
|
2708
2576
|
*/
|
|
2709
2577
|
namespaceName?: string | undefined;
|
|
2710
2578
|
/**
|
|
2711
|
-
* <p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using
|
|
2712
|
-
* the returned token to retrieve the next page.</p>
|
|
2579
|
+
* <p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>
|
|
2713
2580
|
* @public
|
|
2714
2581
|
*/
|
|
2715
2582
|
nextToken?: string | undefined;
|
|
@@ -2724,8 +2591,7 @@ export interface ListSnapshotCopyConfigurationsRequest {
|
|
|
2724
2591
|
*/
|
|
2725
2592
|
export interface ListSnapshotCopyConfigurationsResponse {
|
|
2726
2593
|
/**
|
|
2727
|
-
* <p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using
|
|
2728
|
-
* the returned token to retrieve the next page.</p>
|
|
2594
|
+
* <p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>
|
|
2729
2595
|
* @public
|
|
2730
2596
|
*/
|
|
2731
2597
|
nextToken?: string | undefined;
|
|
@@ -2740,15 +2606,12 @@ export interface ListSnapshotCopyConfigurationsResponse {
|
|
|
2740
2606
|
*/
|
|
2741
2607
|
export interface ListSnapshotsRequest {
|
|
2742
2608
|
/**
|
|
2743
|
-
* <p>If <code>nextToken</code> is returned, there are more results available.
|
|
2744
|
-
* The value of <code>nextToken</code> is a unique pagination token for each page.
|
|
2745
|
-
* Make the call again using the returned token to retrieve the next page.</p>
|
|
2609
|
+
* <p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>
|
|
2746
2610
|
* @public
|
|
2747
2611
|
*/
|
|
2748
2612
|
nextToken?: string | undefined;
|
|
2749
2613
|
/**
|
|
2750
|
-
* <p>An optional parameter that specifies the maximum number of results to return.
|
|
2751
|
-
* You can use <code>nextToken</code> to display the next page of results.</p>
|
|
2614
|
+
* <p>An optional parameter that specifies the maximum number of results to return. You can use <code>nextToken</code> to display the next page of results.</p>
|
|
2752
2615
|
* @public
|
|
2753
2616
|
*/
|
|
2754
2617
|
maxResults?: number | undefined;
|
|
@@ -2783,9 +2646,7 @@ export interface ListSnapshotsRequest {
|
|
|
2783
2646
|
*/
|
|
2784
2647
|
export interface ListSnapshotsResponse {
|
|
2785
2648
|
/**
|
|
2786
|
-
* <p>If <code>nextToken</code> is returned, there are more results available.
|
|
2787
|
-
* The value of <code>nextToken</code> is a unique pagination token for each page.
|
|
2788
|
-
* Make the call again using the returned token to retrieve the next page.</p>
|
|
2649
|
+
* <p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>
|
|
2789
2650
|
* @public
|
|
2790
2651
|
*/
|
|
2791
2652
|
nextToken?: string | undefined;
|
|
@@ -2800,15 +2661,12 @@ export interface ListSnapshotsResponse {
|
|
|
2800
2661
|
*/
|
|
2801
2662
|
export interface ListTableRestoreStatusRequest {
|
|
2802
2663
|
/**
|
|
2803
|
-
* <p>If your initial <code>ListTableRestoreStatus</code> operation returns a nextToken,
|
|
2804
|
-
* you can include the returned <code>nextToken</code> in following <code>ListTableRestoreStatus</code>
|
|
2805
|
-
* operations. This will return results on the next page.</p>
|
|
2664
|
+
* <p>If your initial <code>ListTableRestoreStatus</code> operation returns a nextToken, you can include the returned <code>nextToken</code> in following <code>ListTableRestoreStatus</code> operations. This will return results on the next page.</p>
|
|
2806
2665
|
* @public
|
|
2807
2666
|
*/
|
|
2808
2667
|
nextToken?: string | undefined;
|
|
2809
2668
|
/**
|
|
2810
|
-
* <p>An optional parameter that specifies the maximum number of results to
|
|
2811
|
-
* return. You can use nextToken to display the next page of results.</p>
|
|
2669
|
+
* <p>An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.</p>
|
|
2812
2670
|
* @public
|
|
2813
2671
|
*/
|
|
2814
2672
|
maxResults?: number | undefined;
|
|
@@ -2828,9 +2686,7 @@ export interface ListTableRestoreStatusRequest {
|
|
|
2828
2686
|
*/
|
|
2829
2687
|
export interface ListTableRestoreStatusResponse {
|
|
2830
2688
|
/**
|
|
2831
|
-
* <p>If your initial <code>ListTableRestoreStatus</code> operation returns a <code>nextToken</code>,
|
|
2832
|
-
* you can include the returned <code>nextToken</code> in following <code>ListTableRestoreStatus</code>
|
|
2833
|
-
* operations. This will returns results on the next page.</p>
|
|
2689
|
+
* <p>If your initial <code>ListTableRestoreStatus</code> operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in following <code>ListTableRestoreStatus</code> operations. This will returns results on the next page.</p>
|
|
2834
2690
|
* @public
|
|
2835
2691
|
*/
|
|
2836
2692
|
nextToken?: string | undefined;
|
|
@@ -2865,18 +2721,12 @@ export interface ListTagsForResourceResponse {
|
|
|
2865
2721
|
*/
|
|
2866
2722
|
export interface ListTracksRequest {
|
|
2867
2723
|
/**
|
|
2868
|
-
* <p>If your initial <code>ListTracksRequest</code> operation returns a
|
|
2869
|
-
* <code>nextToken</code>, you can include the returned <code>nextToken</code>
|
|
2870
|
-
* in following <code>ListTracksRequest</code> operations, which returns results in the next page.</p>
|
|
2724
|
+
* <p>If your initial <code>ListTracksRequest</code> operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in following <code>ListTracksRequest</code> operations, which returns results in the next page.</p>
|
|
2871
2725
|
* @public
|
|
2872
2726
|
*/
|
|
2873
2727
|
nextToken?: string | undefined;
|
|
2874
2728
|
/**
|
|
2875
|
-
* <p>The maximum number of response records to return in each call.
|
|
2876
|
-
* If the number of remaining response records exceeds the specified
|
|
2877
|
-
* MaxRecords value, a value is returned in a marker field of the response.
|
|
2878
|
-
* You can retrieve the next set of records by retrying the command with the
|
|
2879
|
-
* returned marker value.</p>
|
|
2729
|
+
* <p>The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.</p>
|
|
2880
2730
|
* @public
|
|
2881
2731
|
*/
|
|
2882
2732
|
maxResults?: number | undefined;
|
|
@@ -2891,8 +2741,7 @@ export interface ListTracksResponse {
|
|
|
2891
2741
|
*/
|
|
2892
2742
|
tracks?: ServerlessTrack[] | undefined;
|
|
2893
2743
|
/**
|
|
2894
|
-
* <p>When <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code>
|
|
2895
|
-
* is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>
|
|
2744
|
+
* <p>When <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>
|
|
2896
2745
|
* @public
|
|
2897
2746
|
*/
|
|
2898
2747
|
nextToken?: string | undefined;
|
|
@@ -2912,16 +2761,12 @@ export interface ListUsageLimitsRequest {
|
|
|
2912
2761
|
*/
|
|
2913
2762
|
usageType?: UsageLimitUsageType | undefined;
|
|
2914
2763
|
/**
|
|
2915
|
-
* <p>If your initial <code>ListUsageLimits</code> operation returns a <code>nextToken</code>,
|
|
2916
|
-
* you can include the returned <code>nextToken</code> in following <code>ListUsageLimits</code> operations,
|
|
2917
|
-
* which returns results in the next page.
|
|
2918
|
-
* </p>
|
|
2764
|
+
* <p>If your initial <code>ListUsageLimits</code> operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in following <code>ListUsageLimits</code> operations, which returns results in the next page. </p>
|
|
2919
2765
|
* @public
|
|
2920
2766
|
*/
|
|
2921
2767
|
nextToken?: string | undefined;
|
|
2922
2768
|
/**
|
|
2923
|
-
* <p>An optional parameter that specifies the maximum number of results to return.
|
|
2924
|
-
* You can use <code>nextToken</code> to get the next page of results. The default is 100.</p>
|
|
2769
|
+
* <p>An optional parameter that specifies the maximum number of results to return. You can use <code>nextToken</code> to get the next page of results. The default is 100.</p>
|
|
2925
2770
|
* @public
|
|
2926
2771
|
*/
|
|
2927
2772
|
maxResults?: number | undefined;
|
|
@@ -2936,9 +2781,7 @@ export interface ListUsageLimitsResponse {
|
|
|
2936
2781
|
*/
|
|
2937
2782
|
usageLimits?: UsageLimit[] | undefined;
|
|
2938
2783
|
/**
|
|
2939
|
-
* <p>When <code>nextToken</code> is returned, there are more results available.
|
|
2940
|
-
* The value of <code>nextToken</code> is a unique pagination token for each page.
|
|
2941
|
-
* Make the call again using the returned token to retrieve the next page.</p>
|
|
2784
|
+
* <p>When <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>
|
|
2942
2785
|
* @public
|
|
2943
2786
|
*/
|
|
2944
2787
|
nextToken?: string | undefined;
|
|
@@ -2948,15 +2791,12 @@ export interface ListUsageLimitsResponse {
|
|
|
2948
2791
|
*/
|
|
2949
2792
|
export interface ListWorkgroupsRequest {
|
|
2950
2793
|
/**
|
|
2951
|
-
* <p>If your initial ListWorkgroups operation returns a <code>nextToken</code>,
|
|
2952
|
-
* you can include the returned <code>nextToken</code> in following ListNamespaces operations,
|
|
2953
|
-
* which returns results in the next page.</p>
|
|
2794
|
+
* <p>If your initial ListWorkgroups operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in following ListNamespaces operations, which returns results in the next page.</p>
|
|
2954
2795
|
* @public
|
|
2955
2796
|
*/
|
|
2956
2797
|
nextToken?: string | undefined;
|
|
2957
2798
|
/**
|
|
2958
|
-
* <p>An optional parameter that specifies the maximum number of results to return.
|
|
2959
|
-
* You can use <code>nextToken</code> to display the next page of results.</p>
|
|
2799
|
+
* <p>An optional parameter that specifies the maximum number of results to return. You can use <code>nextToken</code> to display the next page of results.</p>
|
|
2960
2800
|
* @public
|
|
2961
2801
|
*/
|
|
2962
2802
|
maxResults?: number | undefined;
|
|
@@ -2971,10 +2811,7 @@ export interface ListWorkgroupsRequest {
|
|
|
2971
2811
|
*/
|
|
2972
2812
|
export interface ListWorkgroupsResponse {
|
|
2973
2813
|
/**
|
|
2974
|
-
* <p>
|
|
2975
|
-
* If <code>nextToken</code> is returned, there are more results available.
|
|
2976
|
-
* The value of <code>nextToken</code> is a unique pagination token for each page.
|
|
2977
|
-
* To retrieve the next page, make the call again using the returned token.</p>
|
|
2814
|
+
* <p> If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token.</p>
|
|
2978
2815
|
* @public
|
|
2979
2816
|
*/
|
|
2980
2817
|
nextToken?: string | undefined;
|
|
@@ -2984,6 +2821,66 @@ export interface ListWorkgroupsResponse {
|
|
|
2984
2821
|
*/
|
|
2985
2822
|
workgroups: Workgroup[] | undefined;
|
|
2986
2823
|
}
|
|
2824
|
+
/**
|
|
2825
|
+
* @public
|
|
2826
|
+
*/
|
|
2827
|
+
export interface UpdateLakehouseConfigurationRequest {
|
|
2828
|
+
/**
|
|
2829
|
+
* <p>The name of the namespace whose lakehouse configuration you want to modify.</p>
|
|
2830
|
+
* @public
|
|
2831
|
+
*/
|
|
2832
|
+
namespaceName: string | undefined;
|
|
2833
|
+
/**
|
|
2834
|
+
* <p>Specifies whether to register or deregister the namespace with Amazon Redshift federated permissions. Valid values are <code>Register</code> or <code>Deregister</code>.</p>
|
|
2835
|
+
* @public
|
|
2836
|
+
*/
|
|
2837
|
+
lakehouseRegistration?: LakehouseRegistration | undefined;
|
|
2838
|
+
/**
|
|
2839
|
+
* <p>The name of the Glue Data Catalog that will be associated with the namespace enabled with Amazon Redshift federated permissions.</p> <p>Pattern: <code>^[a-z0-9_-]*[a-z]+[a-z0-9_-]*$</code> </p>
|
|
2840
|
+
* @public
|
|
2841
|
+
*/
|
|
2842
|
+
catalogName?: string | undefined;
|
|
2843
|
+
/**
|
|
2844
|
+
* <p>Modifies the Amazon Web Services IAM Identity Center trusted identity propagation on a namespace enabled with Amazon Redshift federated permissions. Valid values are <code>Associate</code> or <code>Disassociate</code>.</p>
|
|
2845
|
+
* @public
|
|
2846
|
+
*/
|
|
2847
|
+
lakehouseIdcRegistration?: LakehouseIdcRegistration | undefined;
|
|
2848
|
+
/**
|
|
2849
|
+
* <p>The Amazon Resource Name (ARN) of the IAM Identity Center application used for enabling Amazon Web Services IAM Identity Center trusted identity propagation on a namespace enabled with Amazon Redshift federated permissions.</p>
|
|
2850
|
+
* @public
|
|
2851
|
+
*/
|
|
2852
|
+
lakehouseIdcApplicationArn?: string | undefined;
|
|
2853
|
+
/**
|
|
2854
|
+
* <p>A boolean value that, if <code>true</code>, validates the request without actually updating the lakehouse configuration. Use this to check for errors before making changes.</p>
|
|
2855
|
+
* @public
|
|
2856
|
+
*/
|
|
2857
|
+
dryRun?: boolean | undefined;
|
|
2858
|
+
}
|
|
2859
|
+
/**
|
|
2860
|
+
* @public
|
|
2861
|
+
*/
|
|
2862
|
+
export interface UpdateLakehouseConfigurationResponse {
|
|
2863
|
+
/**
|
|
2864
|
+
* <p>The name of the namespace.</p>
|
|
2865
|
+
* @public
|
|
2866
|
+
*/
|
|
2867
|
+
namespaceName?: string | undefined;
|
|
2868
|
+
/**
|
|
2869
|
+
* <p>The Amazon Resource Name (ARN) of the IAM Identity Center application used for enabling Amazon Web Services IAM Identity Center trusted identity propagation.</p>
|
|
2870
|
+
* @public
|
|
2871
|
+
*/
|
|
2872
|
+
lakehouseIdcApplicationArn?: string | undefined;
|
|
2873
|
+
/**
|
|
2874
|
+
* <p>The current status of the lakehouse registration. Indicates whether the namespace is successfully registered with Amazon Redshift federated permissions.</p>
|
|
2875
|
+
* @public
|
|
2876
|
+
*/
|
|
2877
|
+
lakehouseRegistrationStatus?: string | undefined;
|
|
2878
|
+
/**
|
|
2879
|
+
* <p>The Amazon Resource Name (ARN) of the Glue Data Catalog associated with the lakehouse configuration.</p>
|
|
2880
|
+
* @public
|
|
2881
|
+
*/
|
|
2882
|
+
catalogArn?: string | undefined;
|
|
2883
|
+
}
|
|
2987
2884
|
/**
|
|
2988
2885
|
* @public
|
|
2989
2886
|
*/
|
|
@@ -2994,15 +2891,12 @@ export interface UpdateNamespaceRequest {
|
|
|
2994
2891
|
*/
|
|
2995
2892
|
namespaceName: string | undefined;
|
|
2996
2893
|
/**
|
|
2997
|
-
* <p>The password of the administrator for the first database created in the namespace. This parameter must be updated together
|
|
2998
|
-
* with <code>adminUsername</code>.</p>
|
|
2999
|
-
* <p>You can't use <code>adminUserPassword</code> if <code>manageAdminPassword</code> is true. </p>
|
|
2894
|
+
* <p>The password of the administrator for the first database created in the namespace. This parameter must be updated together with <code>adminUsername</code>.</p> <p>You can't use <code>adminUserPassword</code> if <code>manageAdminPassword</code> is true. </p>
|
|
3000
2895
|
* @public
|
|
3001
2896
|
*/
|
|
3002
2897
|
adminUserPassword?: string | undefined;
|
|
3003
2898
|
/**
|
|
3004
|
-
* <p>The username of the administrator for the first database created in the namespace. This parameter must be updated
|
|
3005
|
-
* together with <code>adminUserPassword</code>.</p>
|
|
2899
|
+
* <p>The username of the administrator for the first database created in the namespace. This parameter must be updated together with <code>adminUserPassword</code>.</p>
|
|
3006
2900
|
* @public
|
|
3007
2901
|
*/
|
|
3008
2902
|
adminUsername?: string | undefined;
|
|
@@ -3012,8 +2906,7 @@ export interface UpdateNamespaceRequest {
|
|
|
3012
2906
|
*/
|
|
3013
2907
|
kmsKeyId?: string | undefined;
|
|
3014
2908
|
/**
|
|
3015
|
-
* <p>The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace. This parameter must be updated together
|
|
3016
|
-
* with <code>iamRoles</code>.</p>
|
|
2909
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace. This parameter must be updated together with <code>iamRoles</code>.</p>
|
|
3017
2910
|
* @public
|
|
3018
2911
|
*/
|
|
3019
2912
|
defaultIamRoleArn?: string | undefined;
|
|
@@ -3028,17 +2921,12 @@ export interface UpdateNamespaceRequest {
|
|
|
3028
2921
|
*/
|
|
3029
2922
|
logExports?: LogExport[] | undefined;
|
|
3030
2923
|
/**
|
|
3031
|
-
* <p>If <code>true</code>, Amazon Redshift uses Secrets Manager to manage the namespace's admin credentials.
|
|
3032
|
-
* You can't use <code>adminUserPassword</code> if <code>manageAdminPassword</code> is true.
|
|
3033
|
-
* If <code>manageAdminPassword</code> is false or not set, Amazon Redshift uses
|
|
3034
|
-
* <code>adminUserPassword</code> for the admin user account's password.
|
|
3035
|
-
* </p>
|
|
2924
|
+
* <p>If <code>true</code>, Amazon Redshift uses Secrets Manager to manage the namespace's admin credentials. You can't use <code>adminUserPassword</code> if <code>manageAdminPassword</code> is true. If <code>manageAdminPassword</code> is false or not set, Amazon Redshift uses <code>adminUserPassword</code> for the admin user account's password. </p>
|
|
3036
2925
|
* @public
|
|
3037
2926
|
*/
|
|
3038
2927
|
manageAdminPassword?: boolean | undefined;
|
|
3039
2928
|
/**
|
|
3040
|
-
* <p>The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret.
|
|
3041
|
-
* You can only use this parameter if <code>manageAdminPassword</code> is true.</p>
|
|
2929
|
+
* <p>The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret. You can only use this parameter if <code>manageAdminPassword</code> is true.</p>
|
|
3042
2930
|
* @public
|
|
3043
2931
|
*/
|
|
3044
2932
|
adminPasswordSecretKmsKeyId?: string | undefined;
|
|
@@ -3063,13 +2951,7 @@ export interface PutResourcePolicyRequest {
|
|
|
3063
2951
|
*/
|
|
3064
2952
|
resourceArn: string | undefined;
|
|
3065
2953
|
/**
|
|
3066
|
-
* <p>The policy to create or update. For example, the following policy grants a user authorization to restore a snapshot.</p>
|
|
3067
|
-
* <p>
|
|
3068
|
-
* <code>"\{\"Version\": \"2012-10-17\", \"Statement\" :
|
|
3069
|
-
* [\{ \"Sid\": \"AllowUserRestoreFromSnapshot\", \"Principal\":\{\"AWS\":
|
|
3070
|
-
* [\"739247239426\"]\}, \"Action\": [\"redshift-serverless:RestoreFromSnapshot\"]
|
|
3071
|
-
* , \"Effect\": \"Allow\" \}]\}"</code>
|
|
3072
|
-
* </p>
|
|
2954
|
+
* <p>The policy to create or update. For example, the following policy grants a user authorization to restore a snapshot.</p> <p> <code>"\{\"Version\": \"2012-10-17\", \"Statement\" : [\{ \"Sid\": \"AllowUserRestoreFromSnapshot\", \"Principal\":\{\"AWS\": [\"739247239426\"]\}, \"Action\": [\"redshift-serverless:RestoreFromSnapshot\"] , \"Effect\": \"Allow\" \}]\}"</code> </p>
|
|
3073
2955
|
* @public
|
|
3074
2956
|
*/
|
|
3075
2957
|
policy: string | undefined;
|
|
@@ -3194,32 +3076,17 @@ export interface UpdateScheduledActionRequest {
|
|
|
3194
3076
|
*/
|
|
3195
3077
|
scheduledActionName: string | undefined;
|
|
3196
3078
|
/**
|
|
3197
|
-
* <p>A JSON format string of the Amazon Redshift Serverless API operation with input parameters. The following is an example of a target action.</p>
|
|
3198
|
-
* <p>
|
|
3199
|
-
* <code>"\{"CreateSnapshot": \{"NamespaceName": "sampleNamespace","SnapshotName": "sampleSnapshot", "retentionPeriod": "1"\}\}"</code>
|
|
3200
|
-
* </p>
|
|
3079
|
+
* <p>A JSON format string of the Amazon Redshift Serverless API operation with input parameters. The following is an example of a target action.</p> <p> <code>"\{"CreateSnapshot": \{"NamespaceName": "sampleNamespace","SnapshotName": "sampleSnapshot", "retentionPeriod": "1"\}\}"</code> </p>
|
|
3201
3080
|
* @public
|
|
3202
3081
|
*/
|
|
3203
3082
|
targetAction?: TargetAction | undefined;
|
|
3204
3083
|
/**
|
|
3205
|
-
* <p>The schedule for a one-time (at timestamp format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour. Times are in UTC.</p>
|
|
3206
|
-
* <ul>
|
|
3207
|
-
* <li>
|
|
3208
|
-
* <p>Format of at timestamp is <code>yyyy-mm-ddThh:mm:ss</code>. For example, <code>2016-03-04T17:27:00</code>.</p>
|
|
3209
|
-
* </li>
|
|
3210
|
-
* <li>
|
|
3211
|
-
* <p>Format of cron expression is <code>(Minutes Hours Day-of-month Month Day-of-week Year)</code>. For example, <code>"(0 10 ? * MON *)"</code>. For more information, see
|
|
3212
|
-
* <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions">Cron Expressions</a> in the <i>Amazon CloudWatch Events User Guide</i>.</p>
|
|
3213
|
-
* </li>
|
|
3214
|
-
* </ul>
|
|
3084
|
+
* <p>The schedule for a one-time (at timestamp format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour. Times are in UTC.</p> <ul> <li> <p>Format of at timestamp is <code>yyyy-mm-ddThh:mm:ss</code>. For example, <code>2016-03-04T17:27:00</code>.</p> </li> <li> <p>Format of cron expression is <code>(Minutes Hours Day-of-month Month Day-of-week Year)</code>. For example, <code>"(0 10 ? * MON *)"</code>. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions">Cron Expressions</a> in the <i>Amazon CloudWatch Events User Guide</i>.</p> </li> </ul>
|
|
3215
3085
|
* @public
|
|
3216
3086
|
*/
|
|
3217
3087
|
schedule?: Schedule | undefined;
|
|
3218
3088
|
/**
|
|
3219
|
-
* <p>The ARN of the IAM role to assume to run the scheduled action. This IAM role must have permission to run the Amazon Redshift Serverless API operation in the scheduled action.
|
|
3220
|
-
* This IAM role must allow the Amazon Redshift scheduler to schedule creating snapshots (Principal scheduler.redshift.amazonaws.com) to assume permissions on your behalf.
|
|
3221
|
-
* For more information about the IAM role to use with the Amazon Redshift scheduler, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-identity-based.html">Using Identity-Based Policies for
|
|
3222
|
-
* Amazon Redshift</a> in the Amazon Redshift Management Guide</p>
|
|
3089
|
+
* <p>The ARN of the IAM role to assume to run the scheduled action. This IAM role must have permission to run the Amazon Redshift Serverless API operation in the scheduled action. This IAM role must allow the Amazon Redshift scheduler to schedule creating snapshots (Principal scheduler.redshift.amazonaws.com) to assume permissions on your behalf. For more information about the IAM role to use with the Amazon Redshift scheduler, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-identity-based.html">Using Identity-Based Policies for Amazon Redshift</a> in the Amazon Redshift Management Guide</p>
|
|
3223
3090
|
* @public
|
|
3224
3091
|
*/
|
|
3225
3092
|
roleArn?: string | undefined;
|
|
@@ -3274,10 +3141,7 @@ export interface RestoreFromSnapshotRequest {
|
|
|
3274
3141
|
*/
|
|
3275
3142
|
snapshotName?: string | undefined;
|
|
3276
3143
|
/**
|
|
3277
|
-
* <p>The Amazon Resource Name (ARN) of the snapshot to restore from. Required if restoring
|
|
3278
|
-
* from a provisioned cluster to Amazon Redshift Serverless. Must not be specified at the same time as
|
|
3279
|
-
* <code>snapshotName</code>.</p>
|
|
3280
|
-
* <p>The format of the ARN is arn:aws:redshift:<region>:<account_id>:snapshot:<cluster_identifier>/<snapshot_identifier>.</p>
|
|
3144
|
+
* <p>The Amazon Resource Name (ARN) of the snapshot to restore from. Required if restoring from a provisioned cluster to Amazon Redshift Serverless. Must not be specified at the same time as <code>snapshotName</code>.</p> <p>The format of the ARN is arn:aws:redshift:<region>:<account_id>:snapshot:<cluster_identifier>/<snapshot_identifier>.</p>
|
|
3281
3145
|
* @public
|
|
3282
3146
|
*/
|
|
3283
3147
|
snapshotArn?: string | undefined;
|
|
@@ -3287,10 +3151,7 @@ export interface RestoreFromSnapshotRequest {
|
|
|
3287
3151
|
*/
|
|
3288
3152
|
ownerAccount?: string | undefined;
|
|
3289
3153
|
/**
|
|
3290
|
-
* <p>If <code>true</code>, Amazon Redshift uses Secrets Manager to manage the restored
|
|
3291
|
-
* snapshot's admin credentials. If <code>MmanageAdminPassword</code> is false or not set,
|
|
3292
|
-
* Amazon Redshift uses the admin credentials that the namespace or cluster
|
|
3293
|
-
* had at the time the snapshot was taken.</p>
|
|
3154
|
+
* <p>If <code>true</code>, Amazon Redshift uses Secrets Manager to manage the restored snapshot's admin credentials. If <code>MmanageAdminPassword</code> is false or not set, Amazon Redshift uses the admin credentials that the namespace or cluster had at the time the snapshot was taken.</p>
|
|
3294
3155
|
* @public
|
|
3295
3156
|
*/
|
|
3296
3157
|
manageAdminPassword?: boolean | undefined;
|
|
@@ -3370,9 +3231,7 @@ export interface RestoreTableFromSnapshotRequest {
|
|
|
3370
3231
|
*/
|
|
3371
3232
|
newTableName: string | undefined;
|
|
3372
3233
|
/**
|
|
3373
|
-
* <p>Indicates whether name identifiers for database, schema, and table
|
|
3374
|
-
* are case sensitive. If true, the names are case sensitive. If
|
|
3375
|
-
* false, the names are not case sensitive. The default is false.</p>
|
|
3234
|
+
* <p>Indicates whether name identifiers for database, schema, and table are case sensitive. If true, the names are case sensitive. If false, the names are not case sensitive. The default is false.</p>
|
|
3376
3235
|
* @public
|
|
3377
3236
|
*/
|
|
3378
3237
|
activateCaseSensitiveIdentifier?: boolean | undefined;
|
|
@@ -3532,9 +3391,7 @@ export interface UpdateUsageLimitRequest {
|
|
|
3532
3391
|
*/
|
|
3533
3392
|
usageLimitId: string | undefined;
|
|
3534
3393
|
/**
|
|
3535
|
-
* <p>The new limit amount. If time-based, this amount is in Redshift Processing Units (RPU) consumed per hour.
|
|
3536
|
-
* If data-based, this amount is in terabytes (TB) of data transferred between Regions in cross-account sharing.
|
|
3537
|
-
* The value must be a positive number.</p>
|
|
3394
|
+
* <p>The new limit amount. If time-based, this amount is in Redshift Processing Units (RPU) consumed per hour. If data-based, this amount is in terabytes (TB) of data transferred between Regions in cross-account sharing. The value must be a positive number.</p>
|
|
3538
3395
|
* @public
|
|
3539
3396
|
*/
|
|
3540
3397
|
amount?: number | undefined;
|
|
@@ -3569,18 +3426,12 @@ export interface UpdateWorkgroupRequest {
|
|
|
3569
3426
|
*/
|
|
3570
3427
|
baseCapacity?: number | undefined;
|
|
3571
3428
|
/**
|
|
3572
|
-
* <p>The value that specifies whether to turn on enhanced virtual
|
|
3573
|
-
* private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC.</p>
|
|
3429
|
+
* <p>The value that specifies whether to turn on enhanced virtual private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC.</p>
|
|
3574
3430
|
* @public
|
|
3575
3431
|
*/
|
|
3576
3432
|
enhancedVpcRouting?: boolean | undefined;
|
|
3577
3433
|
/**
|
|
3578
|
-
* <p>An array of parameters to set for advanced control over a database. The
|
|
3579
|
-
* options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>,
|
|
3580
|
-
* <code>query_group</code>, <code>search_path</code>, <code>require_ssl</code>, <code>use_fips_ssl</code>, and query monitoring metrics that let you
|
|
3581
|
-
* define performance boundaries. For more information about query monitoring rules and available metrics, see
|
|
3582
|
-
* <a href="https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless">
|
|
3583
|
-
* Query monitoring metrics for Amazon Redshift Serverless</a>.</p>
|
|
3434
|
+
* <p>An array of parameters to set for advanced control over a database. The options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>, <code>query_group</code>, <code>search_path</code>, <code>require_ssl</code>, <code>use_fips_ssl</code>, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see <a href="https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless"> Query monitoring metrics for Amazon Redshift Serverless</a>.</p>
|
|
3584
3435
|
* @public
|
|
3585
3436
|
*/
|
|
3586
3437
|
configParameters?: ConfigParameter[] | undefined;
|
|
@@ -3620,8 +3471,7 @@ export interface UpdateWorkgroupRequest {
|
|
|
3620
3471
|
*/
|
|
3621
3472
|
pricePerformanceTarget?: PerformanceTarget | undefined;
|
|
3622
3473
|
/**
|
|
3623
|
-
* <p>An optional parameter for the name of the track for the workgroup. If you don't provide
|
|
3624
|
-
* a track name, the workgroup is assigned to the <code>current</code> track.</p>
|
|
3474
|
+
* <p>An optional parameter for the name of the track for the workgroup. If you don't provide a track name, the workgroup is assigned to the <code>current</code> track.</p>
|
|
3625
3475
|
* @public
|
|
3626
3476
|
*/
|
|
3627
3477
|
trackName?: string | undefined;
|