@aws-sdk/client-redshift-serverless 3.936.0 → 3.939.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 +146 -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/enums.js +58 -0
- package/dist-es/models/errors.js +12 -0
- package/dist-es/models/models_0.js +1 -50
- 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/enums.d.ts +154 -0
- package/dist-types/models/errors.d.ts +13 -1
- package/dist-types/models/models_0.d.ts +172 -476
- 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/enums.d.ts +79 -0
- package/dist-types/ts3.4/models/errors.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +31 -68
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ManagedWorkgroupStatus } from "./enums";
|
|
1
|
+
import { LakehouseIdcRegistration, LakehouseRegistration, LogExport, ManagedWorkgroupStatus, NamespaceStatus, OfferingType, PerformanceTargetStatus, SnapshotStatus, State, UsageLimitBreachAction, UsageLimitPeriod, UsageLimitUsageType, WorkgroupStatus } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>An object that represents the custom domain name association.</p>
|
|
4
4
|
* @public
|
|
@@ -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,28 +77,11 @@ 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;
|
|
89
84
|
}
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
* @enum
|
|
93
|
-
*/
|
|
94
|
-
export declare const SnapshotStatus: {
|
|
95
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
96
|
-
readonly CANCELLED: "CANCELLED";
|
|
97
|
-
readonly COPYING: "COPYING";
|
|
98
|
-
readonly CREATING: "CREATING";
|
|
99
|
-
readonly DELETED: "DELETED";
|
|
100
|
-
readonly FAILED: "FAILED";
|
|
101
|
-
};
|
|
102
|
-
/**
|
|
103
|
-
* @public
|
|
104
|
-
*/
|
|
105
|
-
export type SnapshotStatus = (typeof SnapshotStatus)[keyof typeof SnapshotStatus];
|
|
106
85
|
/**
|
|
107
86
|
* <p>A snapshot object that contains databases.</p>
|
|
108
87
|
* @public
|
|
@@ -199,8 +178,7 @@ export interface Snapshot {
|
|
|
199
178
|
*/
|
|
200
179
|
snapshotArn?: string | undefined;
|
|
201
180
|
/**
|
|
202
|
-
* <p>All of the Amazon Web Services accounts that have access to
|
|
203
|
-
* restore a snapshot to a namespace.</p>
|
|
181
|
+
* <p>All of the Amazon Web Services accounts that have access to restore a snapshot to a namespace.</p>
|
|
204
182
|
* @public
|
|
205
183
|
*/
|
|
206
184
|
accountsWithRestoreAccess?: string[] | undefined;
|
|
@@ -280,15 +258,12 @@ export interface CreateCustomDomainAssociationResponse {
|
|
|
280
258
|
*/
|
|
281
259
|
export interface CreateEndpointAccessRequest {
|
|
282
260
|
/**
|
|
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>
|
|
261
|
+
* <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
262
|
* @public
|
|
287
263
|
*/
|
|
288
264
|
endpointName: string | undefined;
|
|
289
265
|
/**
|
|
290
|
-
* <p>The unique identifers of subnets from which
|
|
291
|
-
* Amazon Redshift Serverless chooses one to deploy a VPC endpoint.</p>
|
|
266
|
+
* <p>The unique identifers of subnets from which Amazon Redshift Serverless chooses one to deploy a VPC endpoint.</p>
|
|
292
267
|
* @public
|
|
293
268
|
*/
|
|
294
269
|
subnetIds: string[] | undefined;
|
|
@@ -298,8 +273,7 @@ export interface CreateEndpointAccessRequest {
|
|
|
298
273
|
*/
|
|
299
274
|
workgroupName: string | undefined;
|
|
300
275
|
/**
|
|
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>
|
|
276
|
+
* <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
277
|
* @public
|
|
304
278
|
*/
|
|
305
279
|
vpcSecurityGroupIds?: string[] | undefined;
|
|
@@ -310,9 +284,7 @@ export interface CreateEndpointAccessRequest {
|
|
|
310
284
|
ownerAccount?: string | undefined;
|
|
311
285
|
}
|
|
312
286
|
/**
|
|
313
|
-
* <p>Contains information about a network interface
|
|
314
|
-
* in an Amazon Redshift Serverless managed VPC endpoint.
|
|
315
|
-
* </p>
|
|
287
|
+
* <p>Contains information about a network interface in an Amazon Redshift Serverless managed VPC endpoint. </p>
|
|
316
288
|
* @public
|
|
317
289
|
*/
|
|
318
290
|
export interface NetworkInterface {
|
|
@@ -415,8 +387,7 @@ export interface EndpointAccess {
|
|
|
415
387
|
*/
|
|
416
388
|
address?: string | undefined;
|
|
417
389
|
/**
|
|
418
|
-
* <p>The unique identifier of subnets
|
|
419
|
-
* where Amazon Redshift Serverless choose to deploy the VPC endpoint.</p>
|
|
390
|
+
* <p>The unique identifier of subnets where Amazon Redshift Serverless choose to deploy the VPC endpoint.</p>
|
|
420
391
|
* @public
|
|
421
392
|
*/
|
|
422
393
|
subnetIds?: string[] | undefined;
|
|
@@ -446,19 +417,6 @@ export interface CreateEndpointAccessResponse {
|
|
|
446
417
|
*/
|
|
447
418
|
endpoint?: EndpointAccess | undefined;
|
|
448
419
|
}
|
|
449
|
-
/**
|
|
450
|
-
* @public
|
|
451
|
-
* @enum
|
|
452
|
-
*/
|
|
453
|
-
export declare const LogExport: {
|
|
454
|
-
readonly CONNECTION_LOG: "connectionlog";
|
|
455
|
-
readonly USER_ACTIVITY_LOG: "useractivitylog";
|
|
456
|
-
readonly USER_LOG: "userlog";
|
|
457
|
-
};
|
|
458
|
-
/**
|
|
459
|
-
* @public
|
|
460
|
-
*/
|
|
461
|
-
export type LogExport = (typeof LogExport)[keyof typeof LogExport];
|
|
462
420
|
/**
|
|
463
421
|
* @public
|
|
464
422
|
*/
|
|
@@ -474,8 +432,7 @@ export interface CreateNamespaceRequest {
|
|
|
474
432
|
*/
|
|
475
433
|
adminUsername?: string | undefined;
|
|
476
434
|
/**
|
|
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>
|
|
435
|
+
* <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
436
|
* @public
|
|
480
437
|
*/
|
|
481
438
|
adminUserPassword?: string | undefined;
|
|
@@ -500,8 +457,7 @@ export interface CreateNamespaceRequest {
|
|
|
500
457
|
*/
|
|
501
458
|
iamRoles?: string[] | undefined;
|
|
502
459
|
/**
|
|
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>
|
|
460
|
+
* <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
461
|
* @public
|
|
506
462
|
*/
|
|
507
463
|
logExports?: LogExport[] | undefined;
|
|
@@ -511,17 +467,12 @@ export interface CreateNamespaceRequest {
|
|
|
511
467
|
*/
|
|
512
468
|
tags?: Tag[] | undefined;
|
|
513
469
|
/**
|
|
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>
|
|
470
|
+
* <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
471
|
* @public
|
|
520
472
|
*/
|
|
521
473
|
manageAdminPassword?: boolean | undefined;
|
|
522
474
|
/**
|
|
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>
|
|
475
|
+
* <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
476
|
* @public
|
|
526
477
|
*/
|
|
527
478
|
adminPasswordSecretKmsKeyId?: string | undefined;
|
|
@@ -531,19 +482,6 @@ export interface CreateNamespaceRequest {
|
|
|
531
482
|
*/
|
|
532
483
|
redshiftIdcApplicationArn?: string | undefined;
|
|
533
484
|
}
|
|
534
|
-
/**
|
|
535
|
-
* @public
|
|
536
|
-
* @enum
|
|
537
|
-
*/
|
|
538
|
-
export declare const NamespaceStatus: {
|
|
539
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
540
|
-
readonly DELETING: "DELETING";
|
|
541
|
-
readonly MODIFYING: "MODIFYING";
|
|
542
|
-
};
|
|
543
|
-
/**
|
|
544
|
-
* @public
|
|
545
|
-
*/
|
|
546
|
-
export type NamespaceStatus = (typeof NamespaceStatus)[keyof typeof NamespaceStatus];
|
|
547
485
|
/**
|
|
548
486
|
* <p>A collection of database objects and users.</p>
|
|
549
487
|
* @public
|
|
@@ -560,10 +498,7 @@ export interface Namespace {
|
|
|
560
498
|
*/
|
|
561
499
|
namespaceId?: string | undefined;
|
|
562
500
|
/**
|
|
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>
|
|
501
|
+
* <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
502
|
* @public
|
|
568
503
|
*/
|
|
569
504
|
namespaceName?: string | undefined;
|
|
@@ -617,6 +552,16 @@ export interface Namespace {
|
|
|
617
552
|
* @public
|
|
618
553
|
*/
|
|
619
554
|
adminPasswordSecretKmsKeyId?: string | undefined;
|
|
555
|
+
/**
|
|
556
|
+
* <p>The status of the lakehouse registration for the namespace. Indicates whether the namespace is successfully registered with Amazon Redshift federated permissions.</p>
|
|
557
|
+
* @public
|
|
558
|
+
*/
|
|
559
|
+
lakehouseRegistrationStatus?: string | undefined;
|
|
560
|
+
/**
|
|
561
|
+
* <p>The Amazon Resource Name (ARN) of the Glue Data Catalog associated with the namespace enabled with Amazon Redshift federated permissions.</p>
|
|
562
|
+
* @public
|
|
563
|
+
*/
|
|
564
|
+
catalogArn?: string | undefined;
|
|
620
565
|
}
|
|
621
566
|
/**
|
|
622
567
|
* @public
|
|
@@ -643,29 +588,13 @@ export interface CreateReservationRequest {
|
|
|
643
588
|
*/
|
|
644
589
|
offeringId: string | undefined;
|
|
645
590
|
/**
|
|
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>
|
|
591
|
+
* <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
592
|
* @public
|
|
651
593
|
*/
|
|
652
594
|
clientToken?: string | undefined;
|
|
653
595
|
}
|
|
654
596
|
/**
|
|
655
|
-
*
|
|
656
|
-
* @enum
|
|
657
|
-
*/
|
|
658
|
-
export declare const OfferingType: {
|
|
659
|
-
readonly ALL_UPFRONT: "ALL_UPFRONT";
|
|
660
|
-
readonly NO_UPFRONT: "NO_UPFRONT";
|
|
661
|
-
};
|
|
662
|
-
/**
|
|
663
|
-
* @public
|
|
664
|
-
*/
|
|
665
|
-
export type OfferingType = (typeof OfferingType)[keyof typeof OfferingType];
|
|
666
|
-
/**
|
|
667
|
-
* <p>The class of offering for the reservation. The offering class determines the payment
|
|
668
|
-
* schedule for the reservation.</p>
|
|
597
|
+
* <p>The class of offering for the reservation. The offering class determines the payment schedule for the reservation.</p>
|
|
669
598
|
* @public
|
|
670
599
|
*/
|
|
671
600
|
export interface ReservationOffering {
|
|
@@ -701,8 +630,7 @@ export interface ReservationOffering {
|
|
|
701
630
|
offeringType?: OfferingType | undefined;
|
|
702
631
|
}
|
|
703
632
|
/**
|
|
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>
|
|
633
|
+
* <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
634
|
* @public
|
|
707
635
|
*/
|
|
708
636
|
export interface Reservation {
|
|
@@ -717,8 +645,7 @@ export interface Reservation {
|
|
|
717
645
|
*/
|
|
718
646
|
reservationArn?: string | undefined;
|
|
719
647
|
/**
|
|
720
|
-
* <p>The start date for the serverless reservation. This is the date you
|
|
721
|
-
* you created the reservation.</p>
|
|
648
|
+
* <p>The start date for the serverless reservation. This is the date you created the reservation.</p>
|
|
722
649
|
* @public
|
|
723
650
|
*/
|
|
724
651
|
startDate?: Date | undefined;
|
|
@@ -738,29 +665,7 @@ export interface Reservation {
|
|
|
738
665
|
*/
|
|
739
666
|
offering?: ReservationOffering | undefined;
|
|
740
667
|
/**
|
|
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>
|
|
668
|
+
* <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
669
|
* @public
|
|
765
670
|
*/
|
|
766
671
|
status?: string | undefined;
|
|
@@ -794,9 +699,7 @@ export declare namespace Schedule {
|
|
|
794
699
|
$unknown?: never;
|
|
795
700
|
}
|
|
796
701
|
/**
|
|
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>
|
|
702
|
+
* <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
703
|
* @public
|
|
801
704
|
*/
|
|
802
705
|
interface CronMember {
|
|
@@ -823,8 +726,7 @@ export declare namespace Schedule {
|
|
|
823
726
|
}
|
|
824
727
|
}
|
|
825
728
|
/**
|
|
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>
|
|
729
|
+
* <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
730
|
* @public
|
|
829
731
|
*/
|
|
830
732
|
export interface CreateSnapshotScheduleActionParameters {
|
|
@@ -834,8 +736,7 @@ export interface CreateSnapshotScheduleActionParameters {
|
|
|
834
736
|
*/
|
|
835
737
|
namespaceName: string | undefined;
|
|
836
738
|
/**
|
|
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>
|
|
739
|
+
* <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
740
|
* @public
|
|
840
741
|
*/
|
|
841
742
|
snapshotNamePrefix: string | undefined;
|
|
@@ -851,10 +752,7 @@ export interface CreateSnapshotScheduleActionParameters {
|
|
|
851
752
|
tags?: Tag[] | undefined;
|
|
852
753
|
}
|
|
853
754
|
/**
|
|
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>
|
|
755
|
+
* <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
756
|
* @public
|
|
859
757
|
*/
|
|
860
758
|
export type TargetAction = TargetAction.CreateSnapshotMember | TargetAction.$UnknownMember;
|
|
@@ -863,8 +761,7 @@ export type TargetAction = TargetAction.CreateSnapshotMember | TargetAction.$Unk
|
|
|
863
761
|
*/
|
|
864
762
|
export declare namespace TargetAction {
|
|
865
763
|
/**
|
|
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>
|
|
764
|
+
* <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
765
|
* @public
|
|
869
766
|
*/
|
|
870
767
|
interface CreateSnapshotMember {
|
|
@@ -897,32 +794,17 @@ export interface CreateScheduledActionRequest {
|
|
|
897
794
|
*/
|
|
898
795
|
scheduledActionName: string | undefined;
|
|
899
796
|
/**
|
|
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>
|
|
797
|
+
* <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
798
|
* @public
|
|
905
799
|
*/
|
|
906
800
|
targetAction: TargetAction | undefined;
|
|
907
801
|
/**
|
|
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>
|
|
802
|
+
* <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
803
|
* @public
|
|
919
804
|
*/
|
|
920
805
|
schedule: Schedule | undefined;
|
|
921
806
|
/**
|
|
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>
|
|
807
|
+
* <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
808
|
* @public
|
|
927
809
|
*/
|
|
928
810
|
roleArn: string | undefined;
|
|
@@ -932,8 +814,7 @@ export interface CreateScheduledActionRequest {
|
|
|
932
814
|
*/
|
|
933
815
|
namespaceName: string | undefined;
|
|
934
816
|
/**
|
|
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>
|
|
817
|
+
* <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
818
|
* @public
|
|
938
819
|
*/
|
|
939
820
|
enabled?: boolean | undefined;
|
|
@@ -953,18 +834,6 @@ export interface CreateScheduledActionRequest {
|
|
|
953
834
|
*/
|
|
954
835
|
endTime?: Date | undefined;
|
|
955
836
|
}
|
|
956
|
-
/**
|
|
957
|
-
* @public
|
|
958
|
-
* @enum
|
|
959
|
-
*/
|
|
960
|
-
export declare const State: {
|
|
961
|
-
readonly ACTIVE: "ACTIVE";
|
|
962
|
-
readonly DISABLED: "DISABLED";
|
|
963
|
-
};
|
|
964
|
-
/**
|
|
965
|
-
* @public
|
|
966
|
-
*/
|
|
967
|
-
export type State = (typeof State)[keyof typeof State];
|
|
968
837
|
/**
|
|
969
838
|
* <p>The returned scheduled action object.</p>
|
|
970
839
|
* @public
|
|
@@ -976,16 +845,7 @@ export interface ScheduledActionResponse {
|
|
|
976
845
|
*/
|
|
977
846
|
scheduledActionName?: string | undefined;
|
|
978
847
|
/**
|
|
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>
|
|
848
|
+
* <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
849
|
* @public
|
|
990
850
|
*/
|
|
991
851
|
schedule?: Schedule | undefined;
|
|
@@ -1000,10 +860,7 @@ export interface ScheduledActionResponse {
|
|
|
1000
860
|
*/
|
|
1001
861
|
nextInvocations?: Date[] | undefined;
|
|
1002
862
|
/**
|
|
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>
|
|
863
|
+
* <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
864
|
* @public
|
|
1008
865
|
*/
|
|
1009
866
|
roleArn?: string | undefined;
|
|
@@ -1023,10 +880,7 @@ export interface ScheduledActionResponse {
|
|
|
1023
880
|
*/
|
|
1024
881
|
endTime?: Date | undefined;
|
|
1025
882
|
/**
|
|
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>
|
|
883
|
+
* <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
884
|
* @public
|
|
1031
885
|
*/
|
|
1032
886
|
targetAction?: TargetAction | undefined;
|
|
@@ -1157,44 +1011,6 @@ export interface CreateSnapshotCopyConfigurationResponse {
|
|
|
1157
1011
|
*/
|
|
1158
1012
|
snapshotCopyConfiguration: SnapshotCopyConfiguration | undefined;
|
|
1159
1013
|
}
|
|
1160
|
-
/**
|
|
1161
|
-
* @public
|
|
1162
|
-
* @enum
|
|
1163
|
-
*/
|
|
1164
|
-
export declare const UsageLimitBreachAction: {
|
|
1165
|
-
readonly DEACTIVATE: "deactivate";
|
|
1166
|
-
readonly EMIT_METRIC: "emit-metric";
|
|
1167
|
-
readonly LOG: "log";
|
|
1168
|
-
};
|
|
1169
|
-
/**
|
|
1170
|
-
* @public
|
|
1171
|
-
*/
|
|
1172
|
-
export type UsageLimitBreachAction = (typeof UsageLimitBreachAction)[keyof typeof UsageLimitBreachAction];
|
|
1173
|
-
/**
|
|
1174
|
-
* @public
|
|
1175
|
-
* @enum
|
|
1176
|
-
*/
|
|
1177
|
-
export declare const UsageLimitPeriod: {
|
|
1178
|
-
readonly DAILY: "daily";
|
|
1179
|
-
readonly MONTHLY: "monthly";
|
|
1180
|
-
readonly WEEKLY: "weekly";
|
|
1181
|
-
};
|
|
1182
|
-
/**
|
|
1183
|
-
* @public
|
|
1184
|
-
*/
|
|
1185
|
-
export type UsageLimitPeriod = (typeof UsageLimitPeriod)[keyof typeof UsageLimitPeriod];
|
|
1186
|
-
/**
|
|
1187
|
-
* @public
|
|
1188
|
-
* @enum
|
|
1189
|
-
*/
|
|
1190
|
-
export declare const UsageLimitUsageType: {
|
|
1191
|
-
readonly CROSS_REGION_DATASHARING: "cross-region-datasharing";
|
|
1192
|
-
readonly SERVERLESS_COMPUTE: "serverless-compute";
|
|
1193
|
-
};
|
|
1194
|
-
/**
|
|
1195
|
-
* @public
|
|
1196
|
-
*/
|
|
1197
|
-
export type UsageLimitUsageType = (typeof UsageLimitUsageType)[keyof typeof UsageLimitUsageType];
|
|
1198
1014
|
/**
|
|
1199
1015
|
* @public
|
|
1200
1016
|
*/
|
|
@@ -1210,8 +1026,7 @@ export interface CreateUsageLimitRequest {
|
|
|
1210
1026
|
*/
|
|
1211
1027
|
usageType: UsageLimitUsageType | undefined;
|
|
1212
1028
|
/**
|
|
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>
|
|
1029
|
+
* <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
1030
|
* @public
|
|
1216
1031
|
*/
|
|
1217
1032
|
amount: number | undefined;
|
|
@@ -1277,18 +1092,6 @@ export interface CreateUsageLimitResponse {
|
|
|
1277
1092
|
*/
|
|
1278
1093
|
usageLimit?: UsageLimit | undefined;
|
|
1279
1094
|
}
|
|
1280
|
-
/**
|
|
1281
|
-
* @public
|
|
1282
|
-
* @enum
|
|
1283
|
-
*/
|
|
1284
|
-
export declare const PerformanceTargetStatus: {
|
|
1285
|
-
readonly DISABLED: "DISABLED";
|
|
1286
|
-
readonly ENABLED: "ENABLED";
|
|
1287
|
-
};
|
|
1288
|
-
/**
|
|
1289
|
-
* @public
|
|
1290
|
-
*/
|
|
1291
|
-
export type PerformanceTargetStatus = (typeof PerformanceTargetStatus)[keyof typeof PerformanceTargetStatus];
|
|
1292
1095
|
/**
|
|
1293
1096
|
* <p>An object that represents the price performance target settings for the workgroup.</p>
|
|
1294
1097
|
* @public
|
|
@@ -1300,8 +1103,7 @@ export interface PerformanceTarget {
|
|
|
1300
1103
|
*/
|
|
1301
1104
|
status?: PerformanceTargetStatus | undefined;
|
|
1302
1105
|
/**
|
|
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>
|
|
1106
|
+
* <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
1107
|
* @public
|
|
1306
1108
|
*/
|
|
1307
1109
|
level?: number | undefined;
|
|
@@ -1326,17 +1128,12 @@ export interface CreateWorkgroupRequest {
|
|
|
1326
1128
|
*/
|
|
1327
1129
|
baseCapacity?: number | undefined;
|
|
1328
1130
|
/**
|
|
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>
|
|
1131
|
+
* <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
1132
|
* @public
|
|
1332
1133
|
*/
|
|
1333
1134
|
enhancedVpcRouting?: boolean | undefined;
|
|
1334
1135
|
/**
|
|
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>
|
|
1136
|
+
* <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
1137
|
* @public
|
|
1341
1138
|
*/
|
|
1342
1139
|
configParameters?: ConfigParameter[] | undefined;
|
|
@@ -1381,8 +1178,7 @@ export interface CreateWorkgroupRequest {
|
|
|
1381
1178
|
*/
|
|
1382
1179
|
ipAddressType?: string | undefined;
|
|
1383
1180
|
/**
|
|
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>
|
|
1181
|
+
* <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
1182
|
* @public
|
|
1387
1183
|
*/
|
|
1388
1184
|
trackName?: string | undefined;
|
|
@@ -1408,20 +1204,6 @@ export interface Endpoint {
|
|
|
1408
1204
|
*/
|
|
1409
1205
|
vpcEndpoints?: VpcEndpoint[] | undefined;
|
|
1410
1206
|
}
|
|
1411
|
-
/**
|
|
1412
|
-
* @public
|
|
1413
|
-
* @enum
|
|
1414
|
-
*/
|
|
1415
|
-
export declare const WorkgroupStatus: {
|
|
1416
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
1417
|
-
readonly CREATING: "CREATING";
|
|
1418
|
-
readonly DELETING: "DELETING";
|
|
1419
|
-
readonly MODIFYING: "MODIFYING";
|
|
1420
|
-
};
|
|
1421
|
-
/**
|
|
1422
|
-
* @public
|
|
1423
|
-
*/
|
|
1424
|
-
export type WorkgroupStatus = (typeof WorkgroupStatus)[keyof typeof WorkgroupStatus];
|
|
1425
1207
|
/**
|
|
1426
1208
|
* <p>The collection of computing resources from which an endpoint is created.</p>
|
|
1427
1209
|
* @public
|
|
@@ -1453,16 +1235,12 @@ export interface Workgroup {
|
|
|
1453
1235
|
*/
|
|
1454
1236
|
baseCapacity?: number | undefined;
|
|
1455
1237
|
/**
|
|
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>
|
|
1238
|
+
* <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
1239
|
* @public
|
|
1459
1240
|
*/
|
|
1460
1241
|
enhancedVpcRouting?: boolean | undefined;
|
|
1461
1242
|
/**
|
|
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>
|
|
1243
|
+
* <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
1244
|
* @public
|
|
1467
1245
|
*/
|
|
1468
1246
|
configParameters?: ConfigParameter[] | undefined;
|
|
@@ -1522,8 +1300,7 @@ export interface Workgroup {
|
|
|
1522
1300
|
*/
|
|
1523
1301
|
workgroupVersion?: string | undefined;
|
|
1524
1302
|
/**
|
|
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>
|
|
1303
|
+
* <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
1304
|
* @public
|
|
1528
1305
|
*/
|
|
1529
1306
|
patchVersion?: string | undefined;
|
|
@@ -1553,9 +1330,7 @@ export interface Workgroup {
|
|
|
1553
1330
|
*/
|
|
1554
1331
|
trackName?: string | undefined;
|
|
1555
1332
|
/**
|
|
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>
|
|
1333
|
+
* <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
1334
|
* @public
|
|
1560
1335
|
*/
|
|
1561
1336
|
pendingTrackName?: string | undefined;
|
|
@@ -1615,15 +1390,12 @@ export interface GetEndpointAccessResponse {
|
|
|
1615
1390
|
*/
|
|
1616
1391
|
export interface ListEndpointAccessRequest {
|
|
1617
1392
|
/**
|
|
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>
|
|
1393
|
+
* <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
1394
|
* @public
|
|
1622
1395
|
*/
|
|
1623
1396
|
nextToken?: string | undefined;
|
|
1624
1397
|
/**
|
|
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>
|
|
1398
|
+
* <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
1399
|
* @public
|
|
1628
1400
|
*/
|
|
1629
1401
|
maxResults?: number | undefined;
|
|
@@ -1648,9 +1420,7 @@ export interface ListEndpointAccessRequest {
|
|
|
1648
1420
|
*/
|
|
1649
1421
|
export interface ListEndpointAccessResponse {
|
|
1650
1422
|
/**
|
|
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>
|
|
1423
|
+
* <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
1424
|
* @public
|
|
1655
1425
|
*/
|
|
1656
1426
|
nextToken?: string | undefined;
|
|
@@ -1855,33 +1625,12 @@ export interface DeleteWorkgroupResponse {
|
|
|
1855
1625
|
*/
|
|
1856
1626
|
export interface GetCredentialsRequest {
|
|
1857
1627
|
/**
|
|
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>
|
|
1628
|
+
* <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
1629
|
* @public
|
|
1880
1630
|
*/
|
|
1881
1631
|
dbName?: string | undefined;
|
|
1882
1632
|
/**
|
|
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>
|
|
1633
|
+
* <p>The number of seconds until the returned temporary password expires. The minimum is 900 seconds, and the maximum is 3600 seconds.</p>
|
|
1885
1634
|
* @public
|
|
1886
1635
|
*/
|
|
1887
1636
|
durationSeconds?: number | undefined;
|
|
@@ -1901,16 +1650,12 @@ export interface GetCredentialsRequest {
|
|
|
1901
1650
|
*/
|
|
1902
1651
|
export interface GetCredentialsResponse {
|
|
1903
1652
|
/**
|
|
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>
|
|
1653
|
+
* <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
1654
|
* @public
|
|
1909
1655
|
*/
|
|
1910
1656
|
dbUser?: string | undefined;
|
|
1911
1657
|
/**
|
|
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>
|
|
1658
|
+
* <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
1659
|
* @public
|
|
1915
1660
|
*/
|
|
1916
1661
|
dbPassword?: string | undefined;
|
|
@@ -1920,8 +1665,7 @@ export interface GetCredentialsResponse {
|
|
|
1920
1665
|
*/
|
|
1921
1666
|
expiration?: Date | undefined;
|
|
1922
1667
|
/**
|
|
1923
|
-
* <p>The date and time of when the <code>DbUser</code> and <code>DbPassword</code>
|
|
1924
|
-
* authorization refreshes.</p>
|
|
1668
|
+
* <p>The date and time of when the <code>DbUser</code> and <code>DbPassword</code> authorization refreshes.</p>
|
|
1925
1669
|
* @public
|
|
1926
1670
|
*/
|
|
1927
1671
|
nextRefreshTime?: Date | undefined;
|
|
@@ -1997,8 +1741,7 @@ export interface GetRecoveryPointRequest {
|
|
|
1997
1741
|
recoveryPointId: string | undefined;
|
|
1998
1742
|
}
|
|
1999
1743
|
/**
|
|
2000
|
-
* <p>The automatically created recovery point of a namespace.
|
|
2001
|
-
* Recovery points are created every 30 minutes and kept for 24 hours.</p>
|
|
1744
|
+
* <p>The automatically created recovery point of a namespace. Recovery points are created every 30 minutes and kept for 24 hours.</p>
|
|
2002
1745
|
* @public
|
|
2003
1746
|
*/
|
|
2004
1747
|
export interface RecoveryPoint {
|
|
@@ -2190,8 +1933,7 @@ export interface TableRestoreStatus {
|
|
|
2190
1933
|
*/
|
|
2191
1934
|
tableRestoreRequestId?: string | undefined;
|
|
2192
1935
|
/**
|
|
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>
|
|
1936
|
+
* <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
1937
|
* @public
|
|
2196
1938
|
*/
|
|
2197
1939
|
status?: string | undefined;
|
|
@@ -2201,8 +1943,7 @@ export interface TableRestoreStatus {
|
|
|
2201
1943
|
*/
|
|
2202
1944
|
message?: string | undefined;
|
|
2203
1945
|
/**
|
|
2204
|
-
* <p>The time that the table restore request was made,
|
|
2205
|
-
* in Universal Coordinated Time (UTC).</p>
|
|
1946
|
+
* <p>The time that the table restore request was made, in Universal Coordinated Time (UTC).</p>
|
|
2206
1947
|
* @public
|
|
2207
1948
|
*/
|
|
2208
1949
|
requestTime?: Date | undefined;
|
|
@@ -2272,8 +2013,7 @@ export interface TableRestoreStatus {
|
|
|
2272
2013
|
*/
|
|
2273
2014
|
export interface GetTableRestoreStatusResponse {
|
|
2274
2015
|
/**
|
|
2275
|
-
* <p>The returned <code>TableRestoreStatus</code> object that contains information about
|
|
2276
|
-
* the status of your <code>RestoreTableFromSnapshot</code> request.</p>
|
|
2016
|
+
* <p>The returned <code>TableRestoreStatus</code> object that contains information about the status of your <code>RestoreTableFromSnapshot</code> request.</p>
|
|
2277
2017
|
* @public
|
|
2278
2018
|
*/
|
|
2279
2019
|
tableRestoreStatus?: TableRestoreStatus | undefined;
|
|
@@ -2305,10 +2045,7 @@ export interface UpdateTarget {
|
|
|
2305
2045
|
workgroupVersion?: string | undefined;
|
|
2306
2046
|
}
|
|
2307
2047
|
/**
|
|
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>
|
|
2048
|
+
* <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
2049
|
* @public
|
|
2313
2050
|
*/
|
|
2314
2051
|
export interface ServerlessTrack {
|
|
@@ -2383,15 +2120,12 @@ export interface GetWorkgroupResponse {
|
|
|
2383
2120
|
*/
|
|
2384
2121
|
export interface ListCustomDomainAssociationsRequest {
|
|
2385
2122
|
/**
|
|
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>
|
|
2123
|
+
* <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
2124
|
* @public
|
|
2390
2125
|
*/
|
|
2391
2126
|
nextToken?: string | undefined;
|
|
2392
2127
|
/**
|
|
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>
|
|
2128
|
+
* <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
2129
|
* @public
|
|
2396
2130
|
*/
|
|
2397
2131
|
maxResults?: number | undefined;
|
|
@@ -2411,9 +2145,7 @@ export interface ListCustomDomainAssociationsRequest {
|
|
|
2411
2145
|
*/
|
|
2412
2146
|
export interface ListCustomDomainAssociationsResponse {
|
|
2413
2147
|
/**
|
|
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>
|
|
2148
|
+
* <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
2149
|
* @public
|
|
2418
2150
|
*/
|
|
2419
2151
|
nextToken?: string | undefined;
|
|
@@ -2428,27 +2160,23 @@ export interface ListCustomDomainAssociationsResponse {
|
|
|
2428
2160
|
*/
|
|
2429
2161
|
export interface ListManagedWorkgroupsRequest {
|
|
2430
2162
|
/**
|
|
2431
|
-
* <p>The Amazon Resource Name (ARN) for the managed
|
|
2432
|
-
* workgroup in the AWS Glue Data Catalog.</p>
|
|
2163
|
+
* <p>The Amazon Resource Name (ARN) for the managed workgroup in the Glue Data Catalog.</p>
|
|
2433
2164
|
* @public
|
|
2434
2165
|
*/
|
|
2435
2166
|
sourceArn?: string | undefined;
|
|
2436
2167
|
/**
|
|
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>
|
|
2168
|
+
* <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
2169
|
* @public
|
|
2441
2170
|
*/
|
|
2442
2171
|
nextToken?: string | undefined;
|
|
2443
2172
|
/**
|
|
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>
|
|
2173
|
+
* <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
2174
|
* @public
|
|
2447
2175
|
*/
|
|
2448
2176
|
maxResults?: number | undefined;
|
|
2449
2177
|
}
|
|
2450
2178
|
/**
|
|
2451
|
-
* <p>A collection of Amazon Redshift compute resources managed by
|
|
2179
|
+
* <p>A collection of Amazon Redshift compute resources managed by Glue.</p>
|
|
2452
2180
|
* @public
|
|
2453
2181
|
*/
|
|
2454
2182
|
export interface ManagedWorkgroupListItem {
|
|
@@ -2463,8 +2191,7 @@ export interface ManagedWorkgroupListItem {
|
|
|
2463
2191
|
*/
|
|
2464
2192
|
managedWorkgroupId?: string | undefined;
|
|
2465
2193
|
/**
|
|
2466
|
-
* <p>The Amazon Resource Name (ARN) for the managed
|
|
2467
|
-
* workgroup in the AWS Glue Data Catalog.</p>
|
|
2194
|
+
* <p>The Amazon Resource Name (ARN) for the managed workgroup in the Glue Data Catalog.</p>
|
|
2468
2195
|
* @public
|
|
2469
2196
|
*/
|
|
2470
2197
|
sourceArn?: string | undefined;
|
|
@@ -2484,9 +2211,7 @@ export interface ManagedWorkgroupListItem {
|
|
|
2484
2211
|
*/
|
|
2485
2212
|
export interface ListManagedWorkgroupsResponse {
|
|
2486
2213
|
/**
|
|
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>
|
|
2214
|
+
* <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
2215
|
* @public
|
|
2491
2216
|
*/
|
|
2492
2217
|
nextToken?: string | undefined;
|
|
@@ -2501,15 +2226,12 @@ export interface ListManagedWorkgroupsResponse {
|
|
|
2501
2226
|
*/
|
|
2502
2227
|
export interface ListNamespacesRequest {
|
|
2503
2228
|
/**
|
|
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>
|
|
2229
|
+
* <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
2230
|
* @public
|
|
2508
2231
|
*/
|
|
2509
2232
|
nextToken?: string | undefined;
|
|
2510
2233
|
/**
|
|
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>
|
|
2234
|
+
* <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
2235
|
* @public
|
|
2514
2236
|
*/
|
|
2515
2237
|
maxResults?: number | undefined;
|
|
@@ -2519,9 +2241,7 @@ export interface ListNamespacesRequest {
|
|
|
2519
2241
|
*/
|
|
2520
2242
|
export interface ListNamespacesResponse {
|
|
2521
2243
|
/**
|
|
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>
|
|
2244
|
+
* <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
2245
|
* @public
|
|
2526
2246
|
*/
|
|
2527
2247
|
nextToken?: string | undefined;
|
|
@@ -2536,15 +2256,12 @@ export interface ListNamespacesResponse {
|
|
|
2536
2256
|
*/
|
|
2537
2257
|
export interface ListRecoveryPointsRequest {
|
|
2538
2258
|
/**
|
|
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>
|
|
2259
|
+
* <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
2260
|
* @public
|
|
2543
2261
|
*/
|
|
2544
2262
|
nextToken?: string | undefined;
|
|
2545
2263
|
/**
|
|
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>
|
|
2264
|
+
* <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
2265
|
* @public
|
|
2549
2266
|
*/
|
|
2550
2267
|
maxResults?: number | undefined;
|
|
@@ -2579,9 +2296,7 @@ export interface ListRecoveryPointsResponse {
|
|
|
2579
2296
|
*/
|
|
2580
2297
|
recoveryPoints?: RecoveryPoint[] | undefined;
|
|
2581
2298
|
/**
|
|
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>
|
|
2299
|
+
* <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
2300
|
* @public
|
|
2586
2301
|
*/
|
|
2587
2302
|
nextToken?: string | undefined;
|
|
@@ -2651,8 +2366,7 @@ export interface ListReservationsResponse {
|
|
|
2651
2366
|
*/
|
|
2652
2367
|
export interface ListScheduledActionsRequest {
|
|
2653
2368
|
/**
|
|
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>
|
|
2369
|
+
* <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
2370
|
* @public
|
|
2657
2371
|
*/
|
|
2658
2372
|
nextToken?: string | undefined;
|
|
@@ -2708,8 +2422,7 @@ export interface ListSnapshotCopyConfigurationsRequest {
|
|
|
2708
2422
|
*/
|
|
2709
2423
|
namespaceName?: string | undefined;
|
|
2710
2424
|
/**
|
|
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>
|
|
2425
|
+
* <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
2426
|
* @public
|
|
2714
2427
|
*/
|
|
2715
2428
|
nextToken?: string | undefined;
|
|
@@ -2724,8 +2437,7 @@ export interface ListSnapshotCopyConfigurationsRequest {
|
|
|
2724
2437
|
*/
|
|
2725
2438
|
export interface ListSnapshotCopyConfigurationsResponse {
|
|
2726
2439
|
/**
|
|
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>
|
|
2440
|
+
* <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
2441
|
* @public
|
|
2730
2442
|
*/
|
|
2731
2443
|
nextToken?: string | undefined;
|
|
@@ -2740,15 +2452,12 @@ export interface ListSnapshotCopyConfigurationsResponse {
|
|
|
2740
2452
|
*/
|
|
2741
2453
|
export interface ListSnapshotsRequest {
|
|
2742
2454
|
/**
|
|
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>
|
|
2455
|
+
* <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
2456
|
* @public
|
|
2747
2457
|
*/
|
|
2748
2458
|
nextToken?: string | undefined;
|
|
2749
2459
|
/**
|
|
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>
|
|
2460
|
+
* <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
2461
|
* @public
|
|
2753
2462
|
*/
|
|
2754
2463
|
maxResults?: number | undefined;
|
|
@@ -2783,9 +2492,7 @@ export interface ListSnapshotsRequest {
|
|
|
2783
2492
|
*/
|
|
2784
2493
|
export interface ListSnapshotsResponse {
|
|
2785
2494
|
/**
|
|
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>
|
|
2495
|
+
* <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
2496
|
* @public
|
|
2790
2497
|
*/
|
|
2791
2498
|
nextToken?: string | undefined;
|
|
@@ -2800,15 +2507,12 @@ export interface ListSnapshotsResponse {
|
|
|
2800
2507
|
*/
|
|
2801
2508
|
export interface ListTableRestoreStatusRequest {
|
|
2802
2509
|
/**
|
|
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>
|
|
2510
|
+
* <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
2511
|
* @public
|
|
2807
2512
|
*/
|
|
2808
2513
|
nextToken?: string | undefined;
|
|
2809
2514
|
/**
|
|
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>
|
|
2515
|
+
* <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
2516
|
* @public
|
|
2813
2517
|
*/
|
|
2814
2518
|
maxResults?: number | undefined;
|
|
@@ -2828,9 +2532,7 @@ export interface ListTableRestoreStatusRequest {
|
|
|
2828
2532
|
*/
|
|
2829
2533
|
export interface ListTableRestoreStatusResponse {
|
|
2830
2534
|
/**
|
|
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>
|
|
2535
|
+
* <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
2536
|
* @public
|
|
2835
2537
|
*/
|
|
2836
2538
|
nextToken?: string | undefined;
|
|
@@ -2865,18 +2567,12 @@ export interface ListTagsForResourceResponse {
|
|
|
2865
2567
|
*/
|
|
2866
2568
|
export interface ListTracksRequest {
|
|
2867
2569
|
/**
|
|
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>
|
|
2570
|
+
* <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
2571
|
* @public
|
|
2872
2572
|
*/
|
|
2873
2573
|
nextToken?: string | undefined;
|
|
2874
2574
|
/**
|
|
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>
|
|
2575
|
+
* <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
2576
|
* @public
|
|
2881
2577
|
*/
|
|
2882
2578
|
maxResults?: number | undefined;
|
|
@@ -2891,8 +2587,7 @@ export interface ListTracksResponse {
|
|
|
2891
2587
|
*/
|
|
2892
2588
|
tracks?: ServerlessTrack[] | undefined;
|
|
2893
2589
|
/**
|
|
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>
|
|
2590
|
+
* <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
2591
|
* @public
|
|
2897
2592
|
*/
|
|
2898
2593
|
nextToken?: string | undefined;
|
|
@@ -2912,16 +2607,12 @@ export interface ListUsageLimitsRequest {
|
|
|
2912
2607
|
*/
|
|
2913
2608
|
usageType?: UsageLimitUsageType | undefined;
|
|
2914
2609
|
/**
|
|
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>
|
|
2610
|
+
* <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
2611
|
* @public
|
|
2920
2612
|
*/
|
|
2921
2613
|
nextToken?: string | undefined;
|
|
2922
2614
|
/**
|
|
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>
|
|
2615
|
+
* <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
2616
|
* @public
|
|
2926
2617
|
*/
|
|
2927
2618
|
maxResults?: number | undefined;
|
|
@@ -2936,9 +2627,7 @@ export interface ListUsageLimitsResponse {
|
|
|
2936
2627
|
*/
|
|
2937
2628
|
usageLimits?: UsageLimit[] | undefined;
|
|
2938
2629
|
/**
|
|
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>
|
|
2630
|
+
* <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
2631
|
* @public
|
|
2943
2632
|
*/
|
|
2944
2633
|
nextToken?: string | undefined;
|
|
@@ -2948,15 +2637,12 @@ export interface ListUsageLimitsResponse {
|
|
|
2948
2637
|
*/
|
|
2949
2638
|
export interface ListWorkgroupsRequest {
|
|
2950
2639
|
/**
|
|
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>
|
|
2640
|
+
* <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
2641
|
* @public
|
|
2955
2642
|
*/
|
|
2956
2643
|
nextToken?: string | undefined;
|
|
2957
2644
|
/**
|
|
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>
|
|
2645
|
+
* <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
2646
|
* @public
|
|
2961
2647
|
*/
|
|
2962
2648
|
maxResults?: number | undefined;
|
|
@@ -2971,10 +2657,7 @@ export interface ListWorkgroupsRequest {
|
|
|
2971
2657
|
*/
|
|
2972
2658
|
export interface ListWorkgroupsResponse {
|
|
2973
2659
|
/**
|
|
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>
|
|
2660
|
+
* <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
2661
|
* @public
|
|
2979
2662
|
*/
|
|
2980
2663
|
nextToken?: string | undefined;
|
|
@@ -2984,6 +2667,66 @@ export interface ListWorkgroupsResponse {
|
|
|
2984
2667
|
*/
|
|
2985
2668
|
workgroups: Workgroup[] | undefined;
|
|
2986
2669
|
}
|
|
2670
|
+
/**
|
|
2671
|
+
* @public
|
|
2672
|
+
*/
|
|
2673
|
+
export interface UpdateLakehouseConfigurationRequest {
|
|
2674
|
+
/**
|
|
2675
|
+
* <p>The name of the namespace whose lakehouse configuration you want to modify.</p>
|
|
2676
|
+
* @public
|
|
2677
|
+
*/
|
|
2678
|
+
namespaceName: string | undefined;
|
|
2679
|
+
/**
|
|
2680
|
+
* <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>
|
|
2681
|
+
* @public
|
|
2682
|
+
*/
|
|
2683
|
+
lakehouseRegistration?: LakehouseRegistration | undefined;
|
|
2684
|
+
/**
|
|
2685
|
+
* <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>
|
|
2686
|
+
* @public
|
|
2687
|
+
*/
|
|
2688
|
+
catalogName?: string | undefined;
|
|
2689
|
+
/**
|
|
2690
|
+
* <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>
|
|
2691
|
+
* @public
|
|
2692
|
+
*/
|
|
2693
|
+
lakehouseIdcRegistration?: LakehouseIdcRegistration | undefined;
|
|
2694
|
+
/**
|
|
2695
|
+
* <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>
|
|
2696
|
+
* @public
|
|
2697
|
+
*/
|
|
2698
|
+
lakehouseIdcApplicationArn?: string | undefined;
|
|
2699
|
+
/**
|
|
2700
|
+
* <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>
|
|
2701
|
+
* @public
|
|
2702
|
+
*/
|
|
2703
|
+
dryRun?: boolean | undefined;
|
|
2704
|
+
}
|
|
2705
|
+
/**
|
|
2706
|
+
* @public
|
|
2707
|
+
*/
|
|
2708
|
+
export interface UpdateLakehouseConfigurationResponse {
|
|
2709
|
+
/**
|
|
2710
|
+
* <p>The name of the namespace.</p>
|
|
2711
|
+
* @public
|
|
2712
|
+
*/
|
|
2713
|
+
namespaceName?: string | undefined;
|
|
2714
|
+
/**
|
|
2715
|
+
* <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>
|
|
2716
|
+
* @public
|
|
2717
|
+
*/
|
|
2718
|
+
lakehouseIdcApplicationArn?: string | undefined;
|
|
2719
|
+
/**
|
|
2720
|
+
* <p>The current status of the lakehouse registration. Indicates whether the namespace is successfully registered with Amazon Redshift federated permissions.</p>
|
|
2721
|
+
* @public
|
|
2722
|
+
*/
|
|
2723
|
+
lakehouseRegistrationStatus?: string | undefined;
|
|
2724
|
+
/**
|
|
2725
|
+
* <p>The Amazon Resource Name (ARN) of the Glue Data Catalog associated with the lakehouse configuration.</p>
|
|
2726
|
+
* @public
|
|
2727
|
+
*/
|
|
2728
|
+
catalogArn?: string | undefined;
|
|
2729
|
+
}
|
|
2987
2730
|
/**
|
|
2988
2731
|
* @public
|
|
2989
2732
|
*/
|
|
@@ -2994,15 +2737,12 @@ export interface UpdateNamespaceRequest {
|
|
|
2994
2737
|
*/
|
|
2995
2738
|
namespaceName: string | undefined;
|
|
2996
2739
|
/**
|
|
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>
|
|
2740
|
+
* <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
2741
|
* @public
|
|
3001
2742
|
*/
|
|
3002
2743
|
adminUserPassword?: string | undefined;
|
|
3003
2744
|
/**
|
|
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>
|
|
2745
|
+
* <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
2746
|
* @public
|
|
3007
2747
|
*/
|
|
3008
2748
|
adminUsername?: string | undefined;
|
|
@@ -3012,8 +2752,7 @@ export interface UpdateNamespaceRequest {
|
|
|
3012
2752
|
*/
|
|
3013
2753
|
kmsKeyId?: string | undefined;
|
|
3014
2754
|
/**
|
|
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>
|
|
2755
|
+
* <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
2756
|
* @public
|
|
3018
2757
|
*/
|
|
3019
2758
|
defaultIamRoleArn?: string | undefined;
|
|
@@ -3028,17 +2767,12 @@ export interface UpdateNamespaceRequest {
|
|
|
3028
2767
|
*/
|
|
3029
2768
|
logExports?: LogExport[] | undefined;
|
|
3030
2769
|
/**
|
|
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>
|
|
2770
|
+
* <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
2771
|
* @public
|
|
3037
2772
|
*/
|
|
3038
2773
|
manageAdminPassword?: boolean | undefined;
|
|
3039
2774
|
/**
|
|
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>
|
|
2775
|
+
* <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
2776
|
* @public
|
|
3043
2777
|
*/
|
|
3044
2778
|
adminPasswordSecretKmsKeyId?: string | undefined;
|
|
@@ -3063,13 +2797,7 @@ export interface PutResourcePolicyRequest {
|
|
|
3063
2797
|
*/
|
|
3064
2798
|
resourceArn: string | undefined;
|
|
3065
2799
|
/**
|
|
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>
|
|
2800
|
+
* <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
2801
|
* @public
|
|
3074
2802
|
*/
|
|
3075
2803
|
policy: string | undefined;
|
|
@@ -3194,32 +2922,17 @@ export interface UpdateScheduledActionRequest {
|
|
|
3194
2922
|
*/
|
|
3195
2923
|
scheduledActionName: string | undefined;
|
|
3196
2924
|
/**
|
|
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>
|
|
2925
|
+
* <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
2926
|
* @public
|
|
3202
2927
|
*/
|
|
3203
2928
|
targetAction?: TargetAction | undefined;
|
|
3204
2929
|
/**
|
|
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>
|
|
2930
|
+
* <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
2931
|
* @public
|
|
3216
2932
|
*/
|
|
3217
2933
|
schedule?: Schedule | undefined;
|
|
3218
2934
|
/**
|
|
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>
|
|
2935
|
+
* <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
2936
|
* @public
|
|
3224
2937
|
*/
|
|
3225
2938
|
roleArn?: string | undefined;
|
|
@@ -3274,10 +2987,7 @@ export interface RestoreFromSnapshotRequest {
|
|
|
3274
2987
|
*/
|
|
3275
2988
|
snapshotName?: string | undefined;
|
|
3276
2989
|
/**
|
|
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>
|
|
2990
|
+
* <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
2991
|
* @public
|
|
3282
2992
|
*/
|
|
3283
2993
|
snapshotArn?: string | undefined;
|
|
@@ -3287,10 +2997,7 @@ export interface RestoreFromSnapshotRequest {
|
|
|
3287
2997
|
*/
|
|
3288
2998
|
ownerAccount?: string | undefined;
|
|
3289
2999
|
/**
|
|
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>
|
|
3000
|
+
* <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
3001
|
* @public
|
|
3295
3002
|
*/
|
|
3296
3003
|
manageAdminPassword?: boolean | undefined;
|
|
@@ -3370,9 +3077,7 @@ export interface RestoreTableFromSnapshotRequest {
|
|
|
3370
3077
|
*/
|
|
3371
3078
|
newTableName: string | undefined;
|
|
3372
3079
|
/**
|
|
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>
|
|
3080
|
+
* <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
3081
|
* @public
|
|
3377
3082
|
*/
|
|
3378
3083
|
activateCaseSensitiveIdentifier?: boolean | undefined;
|
|
@@ -3532,9 +3237,7 @@ export interface UpdateUsageLimitRequest {
|
|
|
3532
3237
|
*/
|
|
3533
3238
|
usageLimitId: string | undefined;
|
|
3534
3239
|
/**
|
|
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>
|
|
3240
|
+
* <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
3241
|
* @public
|
|
3539
3242
|
*/
|
|
3540
3243
|
amount?: number | undefined;
|
|
@@ -3569,18 +3272,12 @@ export interface UpdateWorkgroupRequest {
|
|
|
3569
3272
|
*/
|
|
3570
3273
|
baseCapacity?: number | undefined;
|
|
3571
3274
|
/**
|
|
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>
|
|
3275
|
+
* <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
3276
|
* @public
|
|
3575
3277
|
*/
|
|
3576
3278
|
enhancedVpcRouting?: boolean | undefined;
|
|
3577
3279
|
/**
|
|
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>
|
|
3280
|
+
* <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
3281
|
* @public
|
|
3585
3282
|
*/
|
|
3586
3283
|
configParameters?: ConfigParameter[] | undefined;
|
|
@@ -3620,8 +3317,7 @@ export interface UpdateWorkgroupRequest {
|
|
|
3620
3317
|
*/
|
|
3621
3318
|
pricePerformanceTarget?: PerformanceTarget | undefined;
|
|
3622
3319
|
/**
|
|
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>
|
|
3320
|
+
* <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
3321
|
* @public
|
|
3626
3322
|
*/
|
|
3627
3323
|
trackName?: string | undefined;
|