@aws-sdk/client-redshift-serverless 3.687.0 → 3.691.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/dist-types/models/models_0.d.ts +337 -337
- package/dist-types/ts3.4/models/models_0.d.ts +337 -337
- package/package.json +7 -7
|
@@ -7,7 +7,7 @@ import { RedshiftServerlessServiceException as __BaseException } from "./Redshif
|
|
|
7
7
|
export declare class AccessDeniedException extends __BaseException {
|
|
8
8
|
readonly name: "AccessDeniedException";
|
|
9
9
|
readonly $fault: "client";
|
|
10
|
-
code?: string;
|
|
10
|
+
code?: string | undefined;
|
|
11
11
|
/**
|
|
12
12
|
* @internal
|
|
13
13
|
*/
|
|
@@ -22,22 +22,22 @@ export interface Association {
|
|
|
22
22
|
* <p>The custom domain name’s certificate Amazon resource name (ARN).</p>
|
|
23
23
|
* @public
|
|
24
24
|
*/
|
|
25
|
-
customDomainCertificateArn?: string;
|
|
25
|
+
customDomainCertificateArn?: string | undefined;
|
|
26
26
|
/**
|
|
27
27
|
* <p>The expiration time for the certificate.</p>
|
|
28
28
|
* @public
|
|
29
29
|
*/
|
|
30
|
-
customDomainCertificateExpiryTime?: Date;
|
|
30
|
+
customDomainCertificateExpiryTime?: Date | undefined;
|
|
31
31
|
/**
|
|
32
32
|
* <p>The custom domain name associated with the workgroup.</p>
|
|
33
33
|
* @public
|
|
34
34
|
*/
|
|
35
|
-
customDomainName?: string;
|
|
35
|
+
customDomainName?: string | undefined;
|
|
36
36
|
/**
|
|
37
37
|
* <p>The name of the workgroup associated with the database.</p>
|
|
38
38
|
* @public
|
|
39
39
|
*/
|
|
40
|
-
workgroupName?: string;
|
|
40
|
+
workgroupName?: string | undefined;
|
|
41
41
|
}
|
|
42
42
|
/**
|
|
43
43
|
* <p>An array of key-value pairs to set for advanced control over Amazon Redshift Serverless.</p>
|
|
@@ -52,12 +52,12 @@ export interface ConfigParameter {
|
|
|
52
52
|
* <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>
|
|
53
53
|
* @public
|
|
54
54
|
*/
|
|
55
|
-
parameterKey?: string;
|
|
55
|
+
parameterKey?: string | undefined;
|
|
56
56
|
/**
|
|
57
57
|
* <p>The value of the parameter to set.</p>
|
|
58
58
|
* @public
|
|
59
59
|
*/
|
|
60
|
-
parameterValue?: string;
|
|
60
|
+
parameterValue?: string | undefined;
|
|
61
61
|
}
|
|
62
62
|
/**
|
|
63
63
|
* <p>The submitted action has conflicts.</p>
|
|
@@ -105,13 +105,13 @@ export interface ConvertRecoveryPointToSnapshotRequest {
|
|
|
105
105
|
* <p>How long to retain the snapshot.</p>
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
|
-
retentionPeriod?: number;
|
|
108
|
+
retentionPeriod?: number | undefined;
|
|
109
109
|
/**
|
|
110
110
|
* <p>An array of <a href="https://docs.aws.amazon.com/redshift-serverless/latest/APIReference/API_Tag.html">Tag objects</a>
|
|
111
111
|
* to associate with the created snapshot.</p>
|
|
112
112
|
* @public
|
|
113
113
|
*/
|
|
114
|
-
tags?: Tag[];
|
|
114
|
+
tags?: Tag[] | undefined;
|
|
115
115
|
}
|
|
116
116
|
/**
|
|
117
117
|
* @public
|
|
@@ -138,113 +138,113 @@ export interface Snapshot {
|
|
|
138
138
|
* <p>The name of the namepsace.</p>
|
|
139
139
|
* @public
|
|
140
140
|
*/
|
|
141
|
-
namespaceName?: string;
|
|
141
|
+
namespaceName?: string | undefined;
|
|
142
142
|
/**
|
|
143
143
|
* <p>The Amazon Resource Name (ARN) of the namespace the snapshot was created from.</p>
|
|
144
144
|
* @public
|
|
145
145
|
*/
|
|
146
|
-
namespaceArn?: string;
|
|
146
|
+
namespaceArn?: string | undefined;
|
|
147
147
|
/**
|
|
148
148
|
* <p>The name of the snapshot.</p>
|
|
149
149
|
* @public
|
|
150
150
|
*/
|
|
151
|
-
snapshotName?: string;
|
|
151
|
+
snapshotName?: string | undefined;
|
|
152
152
|
/**
|
|
153
153
|
* <p>The timestamp of when the snapshot was created.</p>
|
|
154
154
|
* @public
|
|
155
155
|
*/
|
|
156
|
-
snapshotCreateTime?: Date;
|
|
156
|
+
snapshotCreateTime?: Date | undefined;
|
|
157
157
|
/**
|
|
158
158
|
* <p>The username of the database within a snapshot.</p>
|
|
159
159
|
* @public
|
|
160
160
|
*/
|
|
161
|
-
adminUsername?: string;
|
|
161
|
+
adminUsername?: string | undefined;
|
|
162
162
|
/**
|
|
163
163
|
* <p>The status of the snapshot.</p>
|
|
164
164
|
* @public
|
|
165
165
|
*/
|
|
166
|
-
status?: SnapshotStatus;
|
|
166
|
+
status?: SnapshotStatus | undefined;
|
|
167
167
|
/**
|
|
168
168
|
* <p>The unique identifier of the KMS key used to encrypt the snapshot.</p>
|
|
169
169
|
* @public
|
|
170
170
|
*/
|
|
171
|
-
kmsKeyId?: string;
|
|
171
|
+
kmsKeyId?: string | undefined;
|
|
172
172
|
/**
|
|
173
173
|
* <p>The owner Amazon Web Services; account of the snapshot.</p>
|
|
174
174
|
* @public
|
|
175
175
|
*/
|
|
176
|
-
ownerAccount?: string;
|
|
176
|
+
ownerAccount?: string | undefined;
|
|
177
177
|
/**
|
|
178
178
|
* <p>The total size, in megabytes, of how big the snapshot is.</p>
|
|
179
179
|
* @public
|
|
180
180
|
*/
|
|
181
|
-
totalBackupSizeInMegaBytes?: number;
|
|
181
|
+
totalBackupSizeInMegaBytes?: number | undefined;
|
|
182
182
|
/**
|
|
183
183
|
* <p>The size of the incremental backup in megabytes.</p>
|
|
184
184
|
* @public
|
|
185
185
|
*/
|
|
186
|
-
actualIncrementalBackupSizeInMegaBytes?: number;
|
|
186
|
+
actualIncrementalBackupSizeInMegaBytes?: number | undefined;
|
|
187
187
|
/**
|
|
188
188
|
* <p>The size in megabytes of the data that has been backed up to a snapshot.</p>
|
|
189
189
|
* @public
|
|
190
190
|
*/
|
|
191
|
-
backupProgressInMegaBytes?: number;
|
|
191
|
+
backupProgressInMegaBytes?: number | undefined;
|
|
192
192
|
/**
|
|
193
193
|
* <p>The rate at which data is backed up into a snapshot in megabytes per second.</p>
|
|
194
194
|
* @public
|
|
195
195
|
*/
|
|
196
|
-
currentBackupRateInMegaBytesPerSecond?: number;
|
|
196
|
+
currentBackupRateInMegaBytesPerSecond?: number | undefined;
|
|
197
197
|
/**
|
|
198
198
|
* <p>The estimated amount of seconds until the snapshot completes backup.</p>
|
|
199
199
|
* @public
|
|
200
200
|
*/
|
|
201
|
-
estimatedSecondsToCompletion?: number;
|
|
201
|
+
estimatedSecondsToCompletion?: number | undefined;
|
|
202
202
|
/**
|
|
203
203
|
* <p>The amount of time it took to back up data into a snapshot.</p>
|
|
204
204
|
* @public
|
|
205
205
|
*/
|
|
206
|
-
elapsedTimeInSeconds?: number;
|
|
206
|
+
elapsedTimeInSeconds?: number | undefined;
|
|
207
207
|
/**
|
|
208
208
|
* <p>The period of time, in days, of how long the snapshot is retained.</p>
|
|
209
209
|
* @public
|
|
210
210
|
*/
|
|
211
|
-
snapshotRetentionPeriod?: number;
|
|
211
|
+
snapshotRetentionPeriod?: number | undefined;
|
|
212
212
|
/**
|
|
213
213
|
* <p>The amount of days until the snapshot is deleted.</p>
|
|
214
214
|
* @public
|
|
215
215
|
*/
|
|
216
|
-
snapshotRemainingDays?: number;
|
|
216
|
+
snapshotRemainingDays?: number | undefined;
|
|
217
217
|
/**
|
|
218
218
|
* <p>The timestamp of when data within the snapshot started getting retained.</p>
|
|
219
219
|
* @public
|
|
220
220
|
*/
|
|
221
|
-
snapshotRetentionStartTime?: Date;
|
|
221
|
+
snapshotRetentionStartTime?: Date | undefined;
|
|
222
222
|
/**
|
|
223
223
|
* <p>The Amazon Resource Name (ARN) of the snapshot.</p>
|
|
224
224
|
* @public
|
|
225
225
|
*/
|
|
226
|
-
snapshotArn?: string;
|
|
226
|
+
snapshotArn?: string | undefined;
|
|
227
227
|
/**
|
|
228
228
|
* <p>All of the Amazon Web Services accounts that have access to
|
|
229
229
|
* restore a snapshot to a namespace.</p>
|
|
230
230
|
* @public
|
|
231
231
|
*/
|
|
232
|
-
accountsWithRestoreAccess?: string[];
|
|
232
|
+
accountsWithRestoreAccess?: string[] | undefined;
|
|
233
233
|
/**
|
|
234
234
|
* <p>All of the Amazon Web Services accounts that have access to restore a snapshot to a provisioned cluster.</p>
|
|
235
235
|
* @public
|
|
236
236
|
*/
|
|
237
|
-
accountsWithProvisionedRestoreAccess?: string[];
|
|
237
|
+
accountsWithProvisionedRestoreAccess?: string[] | undefined;
|
|
238
238
|
/**
|
|
239
239
|
* <p>The Amazon Resource Name (ARN) for the namespace's admin user credentials secret.</p>
|
|
240
240
|
* @public
|
|
241
241
|
*/
|
|
242
|
-
adminPasswordSecretArn?: string;
|
|
242
|
+
adminPasswordSecretArn?: string | undefined;
|
|
243
243
|
/**
|
|
244
244
|
* <p>The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret.</p>
|
|
245
245
|
* @public
|
|
246
246
|
*/
|
|
247
|
-
adminPasswordSecretKmsKeyId?: string;
|
|
247
|
+
adminPasswordSecretKmsKeyId?: string | undefined;
|
|
248
248
|
}
|
|
249
249
|
/**
|
|
250
250
|
* @public
|
|
@@ -254,7 +254,7 @@ export interface ConvertRecoveryPointToSnapshotResponse {
|
|
|
254
254
|
* <p>The snapshot converted from the recovery point.</p>
|
|
255
255
|
* @public
|
|
256
256
|
*/
|
|
257
|
-
snapshot?: Snapshot;
|
|
257
|
+
snapshot?: Snapshot | undefined;
|
|
258
258
|
}
|
|
259
259
|
/**
|
|
260
260
|
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
@@ -280,7 +280,7 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
280
280
|
* <p>The name of the resource that could not be found.</p>
|
|
281
281
|
* @public
|
|
282
282
|
*/
|
|
283
|
-
resourceName?: string;
|
|
283
|
+
resourceName?: string | undefined;
|
|
284
284
|
/**
|
|
285
285
|
* @internal
|
|
286
286
|
*/
|
|
@@ -309,7 +309,7 @@ export declare class TooManyTagsException extends __BaseException {
|
|
|
309
309
|
* <p>The name of the resource that exceeded the number of tags allowed for a resource.</p>
|
|
310
310
|
* @public
|
|
311
311
|
*/
|
|
312
|
-
resourceName?: string;
|
|
312
|
+
resourceName?: string | undefined;
|
|
313
313
|
/**
|
|
314
314
|
* @internal
|
|
315
315
|
*/
|
|
@@ -355,22 +355,22 @@ export interface CreateCustomDomainAssociationResponse {
|
|
|
355
355
|
* <p>The custom domain name to associate with the workgroup.</p>
|
|
356
356
|
* @public
|
|
357
357
|
*/
|
|
358
|
-
customDomainName?: string;
|
|
358
|
+
customDomainName?: string | undefined;
|
|
359
359
|
/**
|
|
360
360
|
* <p>The name of the workgroup associated with the database.</p>
|
|
361
361
|
* @public
|
|
362
362
|
*/
|
|
363
|
-
workgroupName?: string;
|
|
363
|
+
workgroupName?: string | undefined;
|
|
364
364
|
/**
|
|
365
365
|
* <p>The custom domain name’s certificate Amazon resource name (ARN).</p>
|
|
366
366
|
* @public
|
|
367
367
|
*/
|
|
368
|
-
customDomainCertificateArn?: string;
|
|
368
|
+
customDomainCertificateArn?: string | undefined;
|
|
369
369
|
/**
|
|
370
370
|
* <p>The expiration time for the certificate.</p>
|
|
371
371
|
* @public
|
|
372
372
|
*/
|
|
373
|
-
customDomainCertificateExpiryTime?: Date;
|
|
373
|
+
customDomainCertificateExpiryTime?: Date | undefined;
|
|
374
374
|
}
|
|
375
375
|
/**
|
|
376
376
|
* <p>The request was denied due to request throttling.</p>
|
|
@@ -380,7 +380,7 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
380
380
|
readonly name: "ThrottlingException";
|
|
381
381
|
readonly $fault: "client";
|
|
382
382
|
$retryable: {};
|
|
383
|
-
code?: string;
|
|
383
|
+
code?: string | undefined;
|
|
384
384
|
/**
|
|
385
385
|
* @internal
|
|
386
386
|
*/
|
|
@@ -413,12 +413,12 @@ export interface CreateEndpointAccessRequest {
|
|
|
413
413
|
* protocols, and sources for inbound traffic that you are authorizing into your endpoint.</p>
|
|
414
414
|
* @public
|
|
415
415
|
*/
|
|
416
|
-
vpcSecurityGroupIds?: string[];
|
|
416
|
+
vpcSecurityGroupIds?: string[] | undefined;
|
|
417
417
|
/**
|
|
418
418
|
* <p>The owner Amazon Web Services account for the Amazon Redshift Serverless workgroup.</p>
|
|
419
419
|
* @public
|
|
420
420
|
*/
|
|
421
|
-
ownerAccount?: string;
|
|
421
|
+
ownerAccount?: string | undefined;
|
|
422
422
|
}
|
|
423
423
|
/**
|
|
424
424
|
* <p>Contains information about a network interface
|
|
@@ -431,27 +431,27 @@ export interface NetworkInterface {
|
|
|
431
431
|
* <p>The unique identifier of the network interface.</p>
|
|
432
432
|
* @public
|
|
433
433
|
*/
|
|
434
|
-
networkInterfaceId?: string;
|
|
434
|
+
networkInterfaceId?: string | undefined;
|
|
435
435
|
/**
|
|
436
436
|
* <p>The unique identifier of the subnet.</p>
|
|
437
437
|
* @public
|
|
438
438
|
*/
|
|
439
|
-
subnetId?: string;
|
|
439
|
+
subnetId?: string | undefined;
|
|
440
440
|
/**
|
|
441
441
|
* <p>The IPv4 address of the network interface within the subnet.</p>
|
|
442
442
|
* @public
|
|
443
443
|
*/
|
|
444
|
-
privateIpAddress?: string;
|
|
444
|
+
privateIpAddress?: string | undefined;
|
|
445
445
|
/**
|
|
446
446
|
* <p>The availability Zone.</p>
|
|
447
447
|
* @public
|
|
448
448
|
*/
|
|
449
|
-
availabilityZone?: string;
|
|
449
|
+
availabilityZone?: string | undefined;
|
|
450
450
|
/**
|
|
451
451
|
* <p>The IPv6 address of the network interface within the subnet.</p>
|
|
452
452
|
* @public
|
|
453
453
|
*/
|
|
454
|
-
ipv6Address?: string;
|
|
454
|
+
ipv6Address?: string | undefined;
|
|
455
455
|
}
|
|
456
456
|
/**
|
|
457
457
|
* <p>The connection endpoint for connecting to Amazon Redshift Serverless through the proxy.</p>
|
|
@@ -462,17 +462,17 @@ export interface VpcEndpoint {
|
|
|
462
462
|
* <p>The connection endpoint ID for connecting to Amazon Redshift Serverless.</p>
|
|
463
463
|
* @public
|
|
464
464
|
*/
|
|
465
|
-
vpcEndpointId?: string;
|
|
465
|
+
vpcEndpointId?: string | undefined;
|
|
466
466
|
/**
|
|
467
467
|
* <p>The VPC identifier that the endpoint is associated with.</p>
|
|
468
468
|
* @public
|
|
469
469
|
*/
|
|
470
|
-
vpcId?: string;
|
|
470
|
+
vpcId?: string | undefined;
|
|
471
471
|
/**
|
|
472
472
|
* <p>One or more network interfaces of the endpoint. Also known as an interface endpoint.</p>
|
|
473
473
|
* @public
|
|
474
474
|
*/
|
|
475
|
-
networkInterfaces?: NetworkInterface[];
|
|
475
|
+
networkInterfaces?: NetworkInterface[] | undefined;
|
|
476
476
|
}
|
|
477
477
|
/**
|
|
478
478
|
* <p>Describes the members of a VPC security group.</p>
|
|
@@ -483,12 +483,12 @@ export interface VpcSecurityGroupMembership {
|
|
|
483
483
|
* <p>The unique identifier of the VPC security group.</p>
|
|
484
484
|
* @public
|
|
485
485
|
*/
|
|
486
|
-
vpcSecurityGroupId?: string;
|
|
486
|
+
vpcSecurityGroupId?: string | undefined;
|
|
487
487
|
/**
|
|
488
488
|
* <p>The status of the VPC security group.</p>
|
|
489
489
|
* @public
|
|
490
490
|
*/
|
|
491
|
-
status?: string;
|
|
491
|
+
status?: string | undefined;
|
|
492
492
|
}
|
|
493
493
|
/**
|
|
494
494
|
* <p>Information about an Amazon Redshift Serverless VPC endpoint.</p>
|
|
@@ -499,53 +499,53 @@ export interface EndpointAccess {
|
|
|
499
499
|
* <p>The name of the VPC endpoint.</p>
|
|
500
500
|
* @public
|
|
501
501
|
*/
|
|
502
|
-
endpointName?: string;
|
|
502
|
+
endpointName?: string | undefined;
|
|
503
503
|
/**
|
|
504
504
|
* <p>The status of the VPC endpoint.</p>
|
|
505
505
|
* @public
|
|
506
506
|
*/
|
|
507
|
-
endpointStatus?: string;
|
|
507
|
+
endpointStatus?: string | undefined;
|
|
508
508
|
/**
|
|
509
509
|
* <p>The name of the workgroup associated with the endpoint.</p>
|
|
510
510
|
* @public
|
|
511
511
|
*/
|
|
512
|
-
workgroupName?: string;
|
|
512
|
+
workgroupName?: string | undefined;
|
|
513
513
|
/**
|
|
514
514
|
* <p>The time that the endpoint was created.</p>
|
|
515
515
|
* @public
|
|
516
516
|
*/
|
|
517
|
-
endpointCreateTime?: Date;
|
|
517
|
+
endpointCreateTime?: Date | undefined;
|
|
518
518
|
/**
|
|
519
519
|
* <p>The port number on which Amazon Redshift Serverless accepts incoming connections.</p>
|
|
520
520
|
* @public
|
|
521
521
|
*/
|
|
522
|
-
port?: number;
|
|
522
|
+
port?: number | undefined;
|
|
523
523
|
/**
|
|
524
524
|
* <p>The DNS address of the endpoint.</p>
|
|
525
525
|
* @public
|
|
526
526
|
*/
|
|
527
|
-
address?: string;
|
|
527
|
+
address?: string | undefined;
|
|
528
528
|
/**
|
|
529
529
|
* <p>The unique identifier of subnets
|
|
530
530
|
* where Amazon Redshift Serverless choose to deploy the VPC endpoint.</p>
|
|
531
531
|
* @public
|
|
532
532
|
*/
|
|
533
|
-
subnetIds?: string[];
|
|
533
|
+
subnetIds?: string[] | undefined;
|
|
534
534
|
/**
|
|
535
535
|
* <p>The security groups associated with the endpoint.</p>
|
|
536
536
|
* @public
|
|
537
537
|
*/
|
|
538
|
-
vpcSecurityGroups?: VpcSecurityGroupMembership[];
|
|
538
|
+
vpcSecurityGroups?: VpcSecurityGroupMembership[] | undefined;
|
|
539
539
|
/**
|
|
540
540
|
* <p>The connection endpoint for connecting to Amazon Redshift Serverless.</p>
|
|
541
541
|
* @public
|
|
542
542
|
*/
|
|
543
|
-
vpcEndpoint?: VpcEndpoint;
|
|
543
|
+
vpcEndpoint?: VpcEndpoint | undefined;
|
|
544
544
|
/**
|
|
545
545
|
* <p>The Amazon Resource Name (ARN) of the VPC endpoint.</p>
|
|
546
546
|
* @public
|
|
547
547
|
*/
|
|
548
|
-
endpointArn?: string;
|
|
548
|
+
endpointArn?: string | undefined;
|
|
549
549
|
}
|
|
550
550
|
/**
|
|
551
551
|
* @public
|
|
@@ -555,7 +555,7 @@ export interface CreateEndpointAccessResponse {
|
|
|
555
555
|
* <p>The created VPC endpoint.</p>
|
|
556
556
|
* @public
|
|
557
557
|
*/
|
|
558
|
-
endpoint?: EndpointAccess;
|
|
558
|
+
endpoint?: EndpointAccess | undefined;
|
|
559
559
|
}
|
|
560
560
|
/**
|
|
561
561
|
* @public
|
|
@@ -583,44 +583,44 @@ export interface CreateNamespaceRequest {
|
|
|
583
583
|
* <p>The username of the administrator for the first database created in the namespace.</p>
|
|
584
584
|
* @public
|
|
585
585
|
*/
|
|
586
|
-
adminUsername?: string;
|
|
586
|
+
adminUsername?: string | undefined;
|
|
587
587
|
/**
|
|
588
588
|
* <p>The password of the administrator for the first database created in the namespace.</p>
|
|
589
589
|
* <p>You can't use <code>adminUserPassword</code> if <code>manageAdminPassword</code> is true. </p>
|
|
590
590
|
* @public
|
|
591
591
|
*/
|
|
592
|
-
adminUserPassword?: string;
|
|
592
|
+
adminUserPassword?: string | undefined;
|
|
593
593
|
/**
|
|
594
594
|
* <p>The name of the first database created in the namespace.</p>
|
|
595
595
|
* @public
|
|
596
596
|
*/
|
|
597
|
-
dbName?: string;
|
|
597
|
+
dbName?: string | undefined;
|
|
598
598
|
/**
|
|
599
599
|
* <p>The ID of the Amazon Web Services Key Management Service key used to encrypt your data.</p>
|
|
600
600
|
* @public
|
|
601
601
|
*/
|
|
602
|
-
kmsKeyId?: string;
|
|
602
|
+
kmsKeyId?: string | undefined;
|
|
603
603
|
/**
|
|
604
604
|
* <p>The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.</p>
|
|
605
605
|
* @public
|
|
606
606
|
*/
|
|
607
|
-
defaultIamRoleArn?: string;
|
|
607
|
+
defaultIamRoleArn?: string | undefined;
|
|
608
608
|
/**
|
|
609
609
|
* <p>A list of IAM roles to associate with the namespace.</p>
|
|
610
610
|
* @public
|
|
611
611
|
*/
|
|
612
|
-
iamRoles?: string[];
|
|
612
|
+
iamRoles?: string[] | undefined;
|
|
613
613
|
/**
|
|
614
614
|
* <p>The types of logs the namespace can export.
|
|
615
615
|
* Available export types are <code>userlog</code>, <code>connectionlog</code>, and <code>useractivitylog</code>.</p>
|
|
616
616
|
* @public
|
|
617
617
|
*/
|
|
618
|
-
logExports?: LogExport[];
|
|
618
|
+
logExports?: LogExport[] | undefined;
|
|
619
619
|
/**
|
|
620
620
|
* <p>A list of tag instances.</p>
|
|
621
621
|
* @public
|
|
622
622
|
*/
|
|
623
|
-
tags?: Tag[];
|
|
623
|
+
tags?: Tag[] | undefined;
|
|
624
624
|
/**
|
|
625
625
|
* <p>If <code>true</code>, Amazon Redshift uses Secrets Manager to manage the namespace's admin credentials.
|
|
626
626
|
* You can't use <code>adminUserPassword</code> if <code>manageAdminPassword</code> is true.
|
|
@@ -629,18 +629,18 @@ export interface CreateNamespaceRequest {
|
|
|
629
629
|
* </p>
|
|
630
630
|
* @public
|
|
631
631
|
*/
|
|
632
|
-
manageAdminPassword?: boolean;
|
|
632
|
+
manageAdminPassword?: boolean | undefined;
|
|
633
633
|
/**
|
|
634
634
|
* <p>The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret.
|
|
635
635
|
* You can only use this parameter if <code>manageAdminPassword</code> is true.</p>
|
|
636
636
|
* @public
|
|
637
637
|
*/
|
|
638
|
-
adminPasswordSecretKmsKeyId?: string;
|
|
638
|
+
adminPasswordSecretKmsKeyId?: string | undefined;
|
|
639
639
|
/**
|
|
640
640
|
* <p>The ARN for the Redshift application that integrates with IAM Identity Center.</p>
|
|
641
641
|
* @public
|
|
642
642
|
*/
|
|
643
|
-
redshiftIdcApplicationArn?: string;
|
|
643
|
+
redshiftIdcApplicationArn?: string | undefined;
|
|
644
644
|
}
|
|
645
645
|
/**
|
|
646
646
|
* @public
|
|
@@ -664,12 +664,12 @@ export interface Namespace {
|
|
|
664
664
|
* <p>The Amazon Resource Name (ARN) associated with a namespace.</p>
|
|
665
665
|
* @public
|
|
666
666
|
*/
|
|
667
|
-
namespaceArn?: string;
|
|
667
|
+
namespaceArn?: string | undefined;
|
|
668
668
|
/**
|
|
669
669
|
* <p>The unique identifier of a namespace.</p>
|
|
670
670
|
* @public
|
|
671
671
|
*/
|
|
672
|
-
namespaceId?: string;
|
|
672
|
+
namespaceId?: string | undefined;
|
|
673
673
|
/**
|
|
674
674
|
* <p>The name of the namespace.
|
|
675
675
|
* Must be between 3-64 alphanumeric characters in lowercase,
|
|
@@ -677,57 +677,57 @@ export interface Namespace {
|
|
|
677
677
|
* 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>
|
|
678
678
|
* @public
|
|
679
679
|
*/
|
|
680
|
-
namespaceName?: string;
|
|
680
|
+
namespaceName?: string | undefined;
|
|
681
681
|
/**
|
|
682
682
|
* <p>The username of the administrator for the first database created in the namespace.</p>
|
|
683
683
|
* @public
|
|
684
684
|
*/
|
|
685
|
-
adminUsername?: string;
|
|
685
|
+
adminUsername?: string | undefined;
|
|
686
686
|
/**
|
|
687
687
|
* <p>The name of the first database created in the namespace.</p>
|
|
688
688
|
* @public
|
|
689
689
|
*/
|
|
690
|
-
dbName?: string;
|
|
690
|
+
dbName?: string | undefined;
|
|
691
691
|
/**
|
|
692
692
|
* <p>The ID of the Amazon Web Services Key Management Service key used to encrypt your data.</p>
|
|
693
693
|
* @public
|
|
694
694
|
*/
|
|
695
|
-
kmsKeyId?: string;
|
|
695
|
+
kmsKeyId?: string | undefined;
|
|
696
696
|
/**
|
|
697
697
|
* <p>The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.</p>
|
|
698
698
|
* @public
|
|
699
699
|
*/
|
|
700
|
-
defaultIamRoleArn?: string;
|
|
700
|
+
defaultIamRoleArn?: string | undefined;
|
|
701
701
|
/**
|
|
702
702
|
* <p>A list of IAM roles to associate with the namespace.</p>
|
|
703
703
|
* @public
|
|
704
704
|
*/
|
|
705
|
-
iamRoles?: string[];
|
|
705
|
+
iamRoles?: string[] | undefined;
|
|
706
706
|
/**
|
|
707
707
|
* <p>The types of logs the namespace can export. Available export types are User log, Connection log, and User activity log.</p>
|
|
708
708
|
* @public
|
|
709
709
|
*/
|
|
710
|
-
logExports?: LogExport[];
|
|
710
|
+
logExports?: LogExport[] | undefined;
|
|
711
711
|
/**
|
|
712
712
|
* <p>The status of the namespace.</p>
|
|
713
713
|
* @public
|
|
714
714
|
*/
|
|
715
|
-
status?: NamespaceStatus;
|
|
715
|
+
status?: NamespaceStatus | undefined;
|
|
716
716
|
/**
|
|
717
717
|
* <p>The date of when the namespace was created.</p>
|
|
718
718
|
* @public
|
|
719
719
|
*/
|
|
720
|
-
creationDate?: Date;
|
|
720
|
+
creationDate?: Date | undefined;
|
|
721
721
|
/**
|
|
722
722
|
* <p>The Amazon Resource Name (ARN) for the namespace's admin user credentials secret.</p>
|
|
723
723
|
* @public
|
|
724
724
|
*/
|
|
725
|
-
adminPasswordSecretArn?: string;
|
|
725
|
+
adminPasswordSecretArn?: string | undefined;
|
|
726
726
|
/**
|
|
727
727
|
* <p>The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret.</p>
|
|
728
728
|
* @public
|
|
729
729
|
*/
|
|
730
|
-
adminPasswordSecretKmsKeyId?: string;
|
|
730
|
+
adminPasswordSecretKmsKeyId?: string | undefined;
|
|
731
731
|
}
|
|
732
732
|
/**
|
|
733
733
|
* @public
|
|
@@ -737,7 +737,7 @@ export interface CreateNamespaceResponse {
|
|
|
737
737
|
* <p>The created namespace object.</p>
|
|
738
738
|
* @public
|
|
739
739
|
*/
|
|
740
|
-
namespace?: Namespace;
|
|
740
|
+
namespace?: Namespace | undefined;
|
|
741
741
|
}
|
|
742
742
|
/**
|
|
743
743
|
* <p>The schedule of when Amazon Redshift Serverless should run the scheduled action.</p>
|
|
@@ -804,12 +804,12 @@ export interface CreateSnapshotScheduleActionParameters {
|
|
|
804
804
|
* <p>The retention period of the snapshot created by the scheduled action.</p>
|
|
805
805
|
* @public
|
|
806
806
|
*/
|
|
807
|
-
retentionPeriod?: number;
|
|
807
|
+
retentionPeriod?: number | undefined;
|
|
808
808
|
/**
|
|
809
809
|
* <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 snapshot.</p>
|
|
810
810
|
* @public
|
|
811
811
|
*/
|
|
812
|
-
tags?: Tag[];
|
|
812
|
+
tags?: Tag[] | undefined;
|
|
813
813
|
}
|
|
814
814
|
/**
|
|
815
815
|
* <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>
|
|
@@ -894,22 +894,22 @@ export interface CreateScheduledActionRequest {
|
|
|
894
894
|
* of the scheduled action, see <a href="https://docs.aws.amazon.com/redshift-serverless/latest/APIReference/API_ScheduledAction.html">ScheduledAction</a>.</p>
|
|
895
895
|
* @public
|
|
896
896
|
*/
|
|
897
|
-
enabled?: boolean;
|
|
897
|
+
enabled?: boolean | undefined;
|
|
898
898
|
/**
|
|
899
899
|
* <p>The description of the scheduled action.</p>
|
|
900
900
|
* @public
|
|
901
901
|
*/
|
|
902
|
-
scheduledActionDescription?: string;
|
|
902
|
+
scheduledActionDescription?: string | undefined;
|
|
903
903
|
/**
|
|
904
904
|
* <p>The start time in UTC when the schedule is active. Before this time, the scheduled action does not trigger.</p>
|
|
905
905
|
* @public
|
|
906
906
|
*/
|
|
907
|
-
startTime?: Date;
|
|
907
|
+
startTime?: Date | undefined;
|
|
908
908
|
/**
|
|
909
909
|
* <p>The end time in UTC when the schedule is no longer active. After this time, the scheduled action does not trigger.</p>
|
|
910
910
|
* @public
|
|
911
911
|
*/
|
|
912
|
-
endTime?: Date;
|
|
912
|
+
endTime?: Date | undefined;
|
|
913
913
|
}
|
|
914
914
|
/**
|
|
915
915
|
* @public
|
|
@@ -932,7 +932,7 @@ export interface ScheduledActionResponse {
|
|
|
932
932
|
* <p>The name of the scheduled action.</p>
|
|
933
933
|
* @public
|
|
934
934
|
*/
|
|
935
|
-
scheduledActionName?: string;
|
|
935
|
+
scheduledActionName?: string | undefined;
|
|
936
936
|
/**
|
|
937
937
|
* <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>
|
|
938
938
|
* <ul>
|
|
@@ -946,17 +946,17 @@ export interface ScheduledActionResponse {
|
|
|
946
946
|
* </ul>
|
|
947
947
|
* @public
|
|
948
948
|
*/
|
|
949
|
-
schedule?: Schedule;
|
|
949
|
+
schedule?: Schedule | undefined;
|
|
950
950
|
/**
|
|
951
951
|
* <p>The description of the scheduled action.</p>
|
|
952
952
|
* @public
|
|
953
953
|
*/
|
|
954
|
-
scheduledActionDescription?: string;
|
|
954
|
+
scheduledActionDescription?: string | undefined;
|
|
955
955
|
/**
|
|
956
956
|
* <p>An array of timestamps of when the next scheduled actions will trigger.</p>
|
|
957
957
|
* @public
|
|
958
958
|
*/
|
|
959
|
-
nextInvocations?: Date[];
|
|
959
|
+
nextInvocations?: Date[] | undefined;
|
|
960
960
|
/**
|
|
961
961
|
* <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.
|
|
962
962
|
* This IAM role must allow the Amazon Redshift scheduler to schedule creating snapshots. (Principal scheduler.redshift.amazonaws.com) to assume permissions on your behalf.
|
|
@@ -964,22 +964,22 @@ export interface ScheduledActionResponse {
|
|
|
964
964
|
* Amazon Redshift</a> in the Amazon Redshift Management Guide</p>
|
|
965
965
|
* @public
|
|
966
966
|
*/
|
|
967
|
-
roleArn?: string;
|
|
967
|
+
roleArn?: string | undefined;
|
|
968
968
|
/**
|
|
969
969
|
* <p>The state of the scheduled action.</p>
|
|
970
970
|
* @public
|
|
971
971
|
*/
|
|
972
|
-
state?: State;
|
|
972
|
+
state?: State | undefined;
|
|
973
973
|
/**
|
|
974
974
|
* <p>The start time in UTC when the schedule is active. Before this time, the scheduled action does not trigger.</p>
|
|
975
975
|
* @public
|
|
976
976
|
*/
|
|
977
|
-
startTime?: Date;
|
|
977
|
+
startTime?: Date | undefined;
|
|
978
978
|
/**
|
|
979
979
|
* <p>The end time of </p>
|
|
980
980
|
* @public
|
|
981
981
|
*/
|
|
982
|
-
endTime?: Date;
|
|
982
|
+
endTime?: Date | undefined;
|
|
983
983
|
/**
|
|
984
984
|
* <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>
|
|
985
985
|
* <p>
|
|
@@ -987,17 +987,17 @@ export interface ScheduledActionResponse {
|
|
|
987
987
|
* </p>
|
|
988
988
|
* @public
|
|
989
989
|
*/
|
|
990
|
-
targetAction?: TargetAction;
|
|
990
|
+
targetAction?: TargetAction | undefined;
|
|
991
991
|
/**
|
|
992
992
|
* <p>The end time in UTC when the schedule is no longer active. After this time, the scheduled action does not trigger.</p>
|
|
993
993
|
* @public
|
|
994
994
|
*/
|
|
995
|
-
namespaceName?: string;
|
|
995
|
+
namespaceName?: string | undefined;
|
|
996
996
|
/**
|
|
997
997
|
* <p>The uuid of the scheduled action.</p>
|
|
998
998
|
* @public
|
|
999
999
|
*/
|
|
1000
|
-
scheduledActionUuid?: string;
|
|
1000
|
+
scheduledActionUuid?: string | undefined;
|
|
1001
1001
|
}
|
|
1002
1002
|
/**
|
|
1003
1003
|
* @public
|
|
@@ -1007,7 +1007,7 @@ export interface CreateScheduledActionResponse {
|
|
|
1007
1007
|
* <p>The returned <code>ScheduledAction</code> object that describes the properties of a scheduled action.</p>
|
|
1008
1008
|
* @public
|
|
1009
1009
|
*/
|
|
1010
|
-
scheduledAction?: ScheduledActionResponse;
|
|
1010
|
+
scheduledAction?: ScheduledActionResponse | undefined;
|
|
1011
1011
|
}
|
|
1012
1012
|
/**
|
|
1013
1013
|
* @public
|
|
@@ -1027,12 +1027,12 @@ export interface CreateSnapshotRequest {
|
|
|
1027
1027
|
* <p>How long to retain the created snapshot.</p>
|
|
1028
1028
|
* @public
|
|
1029
1029
|
*/
|
|
1030
|
-
retentionPeriod?: number;
|
|
1030
|
+
retentionPeriod?: number | undefined;
|
|
1031
1031
|
/**
|
|
1032
1032
|
* <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 snapshot.</p>
|
|
1033
1033
|
* @public
|
|
1034
1034
|
*/
|
|
1035
|
-
tags?: Tag[];
|
|
1035
|
+
tags?: Tag[] | undefined;
|
|
1036
1036
|
}
|
|
1037
1037
|
/**
|
|
1038
1038
|
* @public
|
|
@@ -1042,7 +1042,7 @@ export interface CreateSnapshotResponse {
|
|
|
1042
1042
|
* <p>The created snapshot object.</p>
|
|
1043
1043
|
* @public
|
|
1044
1044
|
*/
|
|
1045
|
-
snapshot?: Snapshot;
|
|
1045
|
+
snapshot?: Snapshot | undefined;
|
|
1046
1046
|
}
|
|
1047
1047
|
/**
|
|
1048
1048
|
* @public
|
|
@@ -1062,12 +1062,12 @@ export interface CreateSnapshotCopyConfigurationRequest {
|
|
|
1062
1062
|
* <p>The retention period of the snapshots that you copy to the destination Amazon Web Services Region.</p>
|
|
1063
1063
|
* @public
|
|
1064
1064
|
*/
|
|
1065
|
-
snapshotRetentionPeriod?: number;
|
|
1065
|
+
snapshotRetentionPeriod?: number | undefined;
|
|
1066
1066
|
/**
|
|
1067
1067
|
* <p>The KMS key to use to encrypt your snapshots in the destination Amazon Web Services Region.</p>
|
|
1068
1068
|
* @public
|
|
1069
1069
|
*/
|
|
1070
|
-
destinationKmsKeyId?: string;
|
|
1070
|
+
destinationKmsKeyId?: string | undefined;
|
|
1071
1071
|
}
|
|
1072
1072
|
/**
|
|
1073
1073
|
* <p>The object that you configure to copy snapshots from one namespace to a namespace in another Amazon Web Services Region.</p>
|
|
@@ -1078,32 +1078,32 @@ export interface SnapshotCopyConfiguration {
|
|
|
1078
1078
|
* <p>The ID of the snapshot copy configuration object.</p>
|
|
1079
1079
|
* @public
|
|
1080
1080
|
*/
|
|
1081
|
-
snapshotCopyConfigurationId?: string;
|
|
1081
|
+
snapshotCopyConfigurationId?: string | undefined;
|
|
1082
1082
|
/**
|
|
1083
1083
|
* <p>The ARN of the snapshot copy configuration object.</p>
|
|
1084
1084
|
* @public
|
|
1085
1085
|
*/
|
|
1086
|
-
snapshotCopyConfigurationArn?: string;
|
|
1086
|
+
snapshotCopyConfigurationArn?: string | undefined;
|
|
1087
1087
|
/**
|
|
1088
1088
|
* <p>The name of the namespace to copy snapshots from in the source Amazon Web Services Region.</p>
|
|
1089
1089
|
* @public
|
|
1090
1090
|
*/
|
|
1091
|
-
namespaceName?: string;
|
|
1091
|
+
namespaceName?: string | undefined;
|
|
1092
1092
|
/**
|
|
1093
1093
|
* <p>The destination Amazon Web Services Region to copy snapshots to.</p>
|
|
1094
1094
|
* @public
|
|
1095
1095
|
*/
|
|
1096
|
-
destinationRegion?: string;
|
|
1096
|
+
destinationRegion?: string | undefined;
|
|
1097
1097
|
/**
|
|
1098
1098
|
* <p>The retention period of snapshots that are copied to the destination Amazon Web Services Region.</p>
|
|
1099
1099
|
* @public
|
|
1100
1100
|
*/
|
|
1101
|
-
snapshotRetentionPeriod?: number;
|
|
1101
|
+
snapshotRetentionPeriod?: number | undefined;
|
|
1102
1102
|
/**
|
|
1103
1103
|
* <p>The ID of the KMS key to use to encrypt your snapshots in the destination Amazon Web Services Region.</p>
|
|
1104
1104
|
* @public
|
|
1105
1105
|
*/
|
|
1106
|
-
destinationKmsKeyId?: string;
|
|
1106
|
+
destinationKmsKeyId?: string | undefined;
|
|
1107
1107
|
}
|
|
1108
1108
|
/**
|
|
1109
1109
|
* @public
|
|
@@ -1177,12 +1177,12 @@ export interface CreateUsageLimitRequest {
|
|
|
1177
1177
|
* <p>The time period that the amount applies to. A weekly period begins on Sunday. The default is monthly.</p>
|
|
1178
1178
|
* @public
|
|
1179
1179
|
*/
|
|
1180
|
-
period?: UsageLimitPeriod;
|
|
1180
|
+
period?: UsageLimitPeriod | undefined;
|
|
1181
1181
|
/**
|
|
1182
1182
|
* <p>The action that Amazon Redshift Serverless takes when the limit is reached. The default is log.</p>
|
|
1183
1183
|
* @public
|
|
1184
1184
|
*/
|
|
1185
|
-
breachAction?: UsageLimitBreachAction;
|
|
1185
|
+
breachAction?: UsageLimitBreachAction | undefined;
|
|
1186
1186
|
}
|
|
1187
1187
|
/**
|
|
1188
1188
|
* <p>The usage limit object.</p>
|
|
@@ -1193,37 +1193,37 @@ export interface UsageLimit {
|
|
|
1193
1193
|
* <p>The identifier of the usage limit.</p>
|
|
1194
1194
|
* @public
|
|
1195
1195
|
*/
|
|
1196
|
-
usageLimitId?: string;
|
|
1196
|
+
usageLimitId?: string | undefined;
|
|
1197
1197
|
/**
|
|
1198
1198
|
* <p>The Amazon Resource Name (ARN) of the resource associated with the usage limit.</p>
|
|
1199
1199
|
* @public
|
|
1200
1200
|
*/
|
|
1201
|
-
usageLimitArn?: string;
|
|
1201
|
+
usageLimitArn?: string | undefined;
|
|
1202
1202
|
/**
|
|
1203
1203
|
* <p>The Amazon Resource Name (ARN) that identifies the Amazon Redshift Serverless resource.</p>
|
|
1204
1204
|
* @public
|
|
1205
1205
|
*/
|
|
1206
|
-
resourceArn?: string;
|
|
1206
|
+
resourceArn?: string | undefined;
|
|
1207
1207
|
/**
|
|
1208
1208
|
* <p>The Amazon Redshift Serverless feature to limit.</p>
|
|
1209
1209
|
* @public
|
|
1210
1210
|
*/
|
|
1211
|
-
usageType?: UsageLimitUsageType;
|
|
1211
|
+
usageType?: UsageLimitUsageType | undefined;
|
|
1212
1212
|
/**
|
|
1213
1213
|
* <p>The limit amount. If time-based, this amount is in RPUs consumed per hour. If data-based, this amount is in terabytes (TB). The value must be a positive number.</p>
|
|
1214
1214
|
* @public
|
|
1215
1215
|
*/
|
|
1216
|
-
amount?: number;
|
|
1216
|
+
amount?: number | undefined;
|
|
1217
1217
|
/**
|
|
1218
1218
|
* <p>The time period that the amount applies to. A weekly period begins on Sunday. The default is monthly.</p>
|
|
1219
1219
|
* @public
|
|
1220
1220
|
*/
|
|
1221
|
-
period?: UsageLimitPeriod;
|
|
1221
|
+
period?: UsageLimitPeriod | undefined;
|
|
1222
1222
|
/**
|
|
1223
1223
|
* <p>The action that Amazon Redshift Serverless takes when the limit is reached.</p>
|
|
1224
1224
|
* @public
|
|
1225
1225
|
*/
|
|
1226
|
-
breachAction?: UsageLimitBreachAction;
|
|
1226
|
+
breachAction?: UsageLimitBreachAction | undefined;
|
|
1227
1227
|
}
|
|
1228
1228
|
/**
|
|
1229
1229
|
* @public
|
|
@@ -1233,7 +1233,7 @@ export interface CreateUsageLimitResponse {
|
|
|
1233
1233
|
* <p>The returned usage limit object.</p>
|
|
1234
1234
|
* @public
|
|
1235
1235
|
*/
|
|
1236
|
-
usageLimit?: UsageLimit;
|
|
1236
|
+
usageLimit?: UsageLimit | undefined;
|
|
1237
1237
|
}
|
|
1238
1238
|
/**
|
|
1239
1239
|
* @public
|
|
@@ -1256,13 +1256,13 @@ export interface PerformanceTarget {
|
|
|
1256
1256
|
* <p>Whether the price performance target is enabled for the workgroup.</p>
|
|
1257
1257
|
* @public
|
|
1258
1258
|
*/
|
|
1259
|
-
status?: PerformanceTargetStatus;
|
|
1259
|
+
status?: PerformanceTargetStatus | undefined;
|
|
1260
1260
|
/**
|
|
1261
1261
|
* <p>The target price performance level for the workgroup. Valid values include 1, 25, 50, 75, and 100. These
|
|
1262
1262
|
* correspond to the price performance levels LOW_COST, ECONOMICAL, BALANCED, RESOURCEFUL, and HIGH_PERFORMANCE.</p>
|
|
1263
1263
|
* @public
|
|
1264
1264
|
*/
|
|
1265
|
-
level?: number;
|
|
1265
|
+
level?: number | undefined;
|
|
1266
1266
|
}
|
|
1267
1267
|
/**
|
|
1268
1268
|
* @public
|
|
@@ -1282,13 +1282,13 @@ export interface CreateWorkgroupRequest {
|
|
|
1282
1282
|
* <p>The base data warehouse capacity of the workgroup in Redshift Processing Units (RPUs).</p>
|
|
1283
1283
|
* @public
|
|
1284
1284
|
*/
|
|
1285
|
-
baseCapacity?: number;
|
|
1285
|
+
baseCapacity?: number | undefined;
|
|
1286
1286
|
/**
|
|
1287
1287
|
* <p>The value that specifies whether to turn on enhanced virtual
|
|
1288
1288
|
* private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC instead of over the internet.</p>
|
|
1289
1289
|
* @public
|
|
1290
1290
|
*/
|
|
1291
|
-
enhancedVpcRouting?: boolean;
|
|
1291
|
+
enhancedVpcRouting?: boolean | undefined;
|
|
1292
1292
|
/**
|
|
1293
1293
|
* <p>An array of parameters to set for advanced control over a database. The
|
|
1294
1294
|
* options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>,
|
|
@@ -1297,47 +1297,47 @@ export interface CreateWorkgroupRequest {
|
|
|
1297
1297
|
* Query monitoring metrics for Amazon Redshift Serverless</a>.</p>
|
|
1298
1298
|
* @public
|
|
1299
1299
|
*/
|
|
1300
|
-
configParameters?: ConfigParameter[];
|
|
1300
|
+
configParameters?: ConfigParameter[] | undefined;
|
|
1301
1301
|
/**
|
|
1302
1302
|
* <p>An array of security group IDs to associate with the workgroup.</p>
|
|
1303
1303
|
* @public
|
|
1304
1304
|
*/
|
|
1305
|
-
securityGroupIds?: string[];
|
|
1305
|
+
securityGroupIds?: string[] | undefined;
|
|
1306
1306
|
/**
|
|
1307
1307
|
* <p>An array of VPC subnet IDs to associate with the workgroup.</p>
|
|
1308
1308
|
* @public
|
|
1309
1309
|
*/
|
|
1310
|
-
subnetIds?: string[];
|
|
1310
|
+
subnetIds?: string[] | undefined;
|
|
1311
1311
|
/**
|
|
1312
1312
|
* <p>A value that specifies whether the workgroup can be accessed from a public network.</p>
|
|
1313
1313
|
* @public
|
|
1314
1314
|
*/
|
|
1315
|
-
publiclyAccessible?: boolean;
|
|
1315
|
+
publiclyAccessible?: boolean | undefined;
|
|
1316
1316
|
/**
|
|
1317
1317
|
* <p>A array of tag instances.</p>
|
|
1318
1318
|
* @public
|
|
1319
1319
|
*/
|
|
1320
|
-
tags?: Tag[];
|
|
1320
|
+
tags?: Tag[] | undefined;
|
|
1321
1321
|
/**
|
|
1322
1322
|
* <p>The custom port to use when connecting to a workgroup. Valid port ranges are 5431-5455 and 8191-8215. The default is 5439.</p>
|
|
1323
1323
|
* @public
|
|
1324
1324
|
*/
|
|
1325
|
-
port?: number;
|
|
1325
|
+
port?: number | undefined;
|
|
1326
1326
|
/**
|
|
1327
1327
|
* <p>The maximum data-warehouse capacity Amazon Redshift Serverless uses to serve queries. The max capacity is specified in RPUs.</p>
|
|
1328
1328
|
* @public
|
|
1329
1329
|
*/
|
|
1330
|
-
maxCapacity?: number;
|
|
1330
|
+
maxCapacity?: number | undefined;
|
|
1331
1331
|
/**
|
|
1332
1332
|
* <p>An object that represents the price performance target settings for the workgroup.</p>
|
|
1333
1333
|
* @public
|
|
1334
1334
|
*/
|
|
1335
|
-
pricePerformanceTarget?: PerformanceTarget;
|
|
1335
|
+
pricePerformanceTarget?: PerformanceTarget | undefined;
|
|
1336
1336
|
/**
|
|
1337
1337
|
* <p>The IP address type that the workgroup supports. Possible values are <code>ipv4</code> and <code>dualstack</code>.</p>
|
|
1338
1338
|
* @public
|
|
1339
1339
|
*/
|
|
1340
|
-
ipAddressType?: string;
|
|
1340
|
+
ipAddressType?: string | undefined;
|
|
1341
1341
|
}
|
|
1342
1342
|
/**
|
|
1343
1343
|
* <p>The VPC endpoint object.</p>
|
|
@@ -1348,17 +1348,17 @@ export interface Endpoint {
|
|
|
1348
1348
|
* <p>The DNS address of the VPC endpoint.</p>
|
|
1349
1349
|
* @public
|
|
1350
1350
|
*/
|
|
1351
|
-
address?: string;
|
|
1351
|
+
address?: string | undefined;
|
|
1352
1352
|
/**
|
|
1353
1353
|
* <p>The port that Amazon Redshift Serverless listens on.</p>
|
|
1354
1354
|
* @public
|
|
1355
1355
|
*/
|
|
1356
|
-
port?: number;
|
|
1356
|
+
port?: number | undefined;
|
|
1357
1357
|
/**
|
|
1358
1358
|
* <p>An array of <code>VpcEndpoint</code> objects.</p>
|
|
1359
1359
|
* @public
|
|
1360
1360
|
*/
|
|
1361
|
-
vpcEndpoints?: VpcEndpoint[];
|
|
1361
|
+
vpcEndpoints?: VpcEndpoint[] | undefined;
|
|
1362
1362
|
}
|
|
1363
1363
|
/**
|
|
1364
1364
|
* @public
|
|
@@ -1383,33 +1383,33 @@ export interface Workgroup {
|
|
|
1383
1383
|
* <p>The unique identifier of the workgroup.</p>
|
|
1384
1384
|
* @public
|
|
1385
1385
|
*/
|
|
1386
|
-
workgroupId?: string;
|
|
1386
|
+
workgroupId?: string | undefined;
|
|
1387
1387
|
/**
|
|
1388
1388
|
* <p>The Amazon Resource Name (ARN) that links to the workgroup.</p>
|
|
1389
1389
|
* @public
|
|
1390
1390
|
*/
|
|
1391
|
-
workgroupArn?: string;
|
|
1391
|
+
workgroupArn?: string | undefined;
|
|
1392
1392
|
/**
|
|
1393
1393
|
* <p>The name of the workgroup.</p>
|
|
1394
1394
|
* @public
|
|
1395
1395
|
*/
|
|
1396
|
-
workgroupName?: string;
|
|
1396
|
+
workgroupName?: string | undefined;
|
|
1397
1397
|
/**
|
|
1398
1398
|
* <p>The namespace the workgroup is associated with.</p>
|
|
1399
1399
|
* @public
|
|
1400
1400
|
*/
|
|
1401
|
-
namespaceName?: string;
|
|
1401
|
+
namespaceName?: string | undefined;
|
|
1402
1402
|
/**
|
|
1403
1403
|
* <p>The base data warehouse capacity of the workgroup in Redshift Processing Units (RPUs).</p>
|
|
1404
1404
|
* @public
|
|
1405
1405
|
*/
|
|
1406
|
-
baseCapacity?: number;
|
|
1406
|
+
baseCapacity?: number | undefined;
|
|
1407
1407
|
/**
|
|
1408
1408
|
* <p>The value that specifies whether to enable enhanced virtual
|
|
1409
1409
|
* private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC.</p>
|
|
1410
1410
|
* @public
|
|
1411
1411
|
*/
|
|
1412
|
-
enhancedVpcRouting?: boolean;
|
|
1412
|
+
enhancedVpcRouting?: boolean | undefined;
|
|
1413
1413
|
/**
|
|
1414
1414
|
* <p>An array of parameters to set for advanced control over a database. The
|
|
1415
1415
|
* options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>,
|
|
@@ -1417,88 +1417,88 @@ export interface Workgroup {
|
|
|
1417
1417
|
* 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>
|
|
1418
1418
|
* @public
|
|
1419
1419
|
*/
|
|
1420
|
-
configParameters?: ConfigParameter[];
|
|
1420
|
+
configParameters?: ConfigParameter[] | undefined;
|
|
1421
1421
|
/**
|
|
1422
1422
|
* <p>An array of security group IDs to associate with the workgroup.</p>
|
|
1423
1423
|
* @public
|
|
1424
1424
|
*/
|
|
1425
|
-
securityGroupIds?: string[];
|
|
1425
|
+
securityGroupIds?: string[] | undefined;
|
|
1426
1426
|
/**
|
|
1427
1427
|
* <p>An array of subnet IDs the workgroup is associated with.</p>
|
|
1428
1428
|
* @public
|
|
1429
1429
|
*/
|
|
1430
|
-
subnetIds?: string[];
|
|
1430
|
+
subnetIds?: string[] | undefined;
|
|
1431
1431
|
/**
|
|
1432
1432
|
* <p>The status of the workgroup.</p>
|
|
1433
1433
|
* @public
|
|
1434
1434
|
*/
|
|
1435
|
-
status?: WorkgroupStatus;
|
|
1435
|
+
status?: WorkgroupStatus | undefined;
|
|
1436
1436
|
/**
|
|
1437
1437
|
* <p>The endpoint that is created from the workgroup.</p>
|
|
1438
1438
|
* @public
|
|
1439
1439
|
*/
|
|
1440
|
-
endpoint?: Endpoint;
|
|
1440
|
+
endpoint?: Endpoint | undefined;
|
|
1441
1441
|
/**
|
|
1442
1442
|
* <p>A value that specifies whether the workgroup can be accessible from a public network.</p>
|
|
1443
1443
|
* @public
|
|
1444
1444
|
*/
|
|
1445
|
-
publiclyAccessible?: boolean;
|
|
1445
|
+
publiclyAccessible?: boolean | undefined;
|
|
1446
1446
|
/**
|
|
1447
1447
|
* <p>The creation date of the workgroup.</p>
|
|
1448
1448
|
* @public
|
|
1449
1449
|
*/
|
|
1450
|
-
creationDate?: Date;
|
|
1450
|
+
creationDate?: Date | undefined;
|
|
1451
1451
|
/**
|
|
1452
1452
|
* <p>The custom port to use when connecting to a workgroup. Valid port ranges are 5431-5455 and 8191-8215. The default is 5439.</p>
|
|
1453
1453
|
* @public
|
|
1454
1454
|
*/
|
|
1455
|
-
port?: number;
|
|
1455
|
+
port?: number | undefined;
|
|
1456
1456
|
/**
|
|
1457
1457
|
* <p>The custom domain name associated with the workgroup.</p>
|
|
1458
1458
|
* @public
|
|
1459
1459
|
*/
|
|
1460
|
-
customDomainName?: string;
|
|
1460
|
+
customDomainName?: string | undefined;
|
|
1461
1461
|
/**
|
|
1462
1462
|
* <p>The custom domain name’s certificate Amazon resource name (ARN).</p>
|
|
1463
1463
|
* @public
|
|
1464
1464
|
*/
|
|
1465
|
-
customDomainCertificateArn?: string;
|
|
1465
|
+
customDomainCertificateArn?: string | undefined;
|
|
1466
1466
|
/**
|
|
1467
1467
|
* <p>The expiration time for the certificate.</p>
|
|
1468
1468
|
* @public
|
|
1469
1469
|
*/
|
|
1470
|
-
customDomainCertificateExpiryTime?: Date;
|
|
1470
|
+
customDomainCertificateExpiryTime?: Date | undefined;
|
|
1471
1471
|
/**
|
|
1472
1472
|
* <p>The Amazon Redshift Serverless version of your workgroup. For more information about Amazon Redshift Serverless versions, see<a href="https://docs.aws.amazon.com/redshift/latest/mgmt/cluster-versions.html">Cluster versions for Amazon Redshift</a>.</p>
|
|
1473
1473
|
* @public
|
|
1474
1474
|
*/
|
|
1475
|
-
workgroupVersion?: string;
|
|
1475
|
+
workgroupVersion?: string | undefined;
|
|
1476
1476
|
/**
|
|
1477
1477
|
* <p>The patch version of your Amazon Redshift Serverless workgroup. For more information about patch versions, see
|
|
1478
1478
|
* <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/cluster-versions.html">Cluster versions for Amazon Redshift</a>.</p>
|
|
1479
1479
|
* @public
|
|
1480
1480
|
*/
|
|
1481
|
-
patchVersion?: string;
|
|
1481
|
+
patchVersion?: string | undefined;
|
|
1482
1482
|
/**
|
|
1483
1483
|
* <p>The maximum data-warehouse capacity Amazon Redshift Serverless uses to serve queries. The max capacity is specified in RPUs.</p>
|
|
1484
1484
|
* @public
|
|
1485
1485
|
*/
|
|
1486
|
-
maxCapacity?: number;
|
|
1486
|
+
maxCapacity?: number | undefined;
|
|
1487
1487
|
/**
|
|
1488
1488
|
* <p>A list of VPCs. Each entry is the unique identifier of a virtual private cloud with access to Amazon Redshift Serverless. If all of the VPCs for the grantee are allowed, it shows an asterisk.</p>
|
|
1489
1489
|
* @public
|
|
1490
1490
|
*/
|
|
1491
|
-
crossAccountVpcs?: string[];
|
|
1491
|
+
crossAccountVpcs?: string[] | undefined;
|
|
1492
1492
|
/**
|
|
1493
1493
|
* <p>The IP address type that the workgroup supports. Possible values are <code>ipv4</code> and <code>dualstack</code>.</p>
|
|
1494
1494
|
* @public
|
|
1495
1495
|
*/
|
|
1496
|
-
ipAddressType?: string;
|
|
1496
|
+
ipAddressType?: string | undefined;
|
|
1497
1497
|
/**
|
|
1498
1498
|
* <p>An object that represents the price performance target settings for the workgroup.</p>
|
|
1499
1499
|
* @public
|
|
1500
1500
|
*/
|
|
1501
|
-
pricePerformanceTarget?: PerformanceTarget;
|
|
1501
|
+
pricePerformanceTarget?: PerformanceTarget | undefined;
|
|
1502
1502
|
}
|
|
1503
1503
|
/**
|
|
1504
1504
|
* @public
|
|
@@ -1508,7 +1508,7 @@ export interface CreateWorkgroupResponse {
|
|
|
1508
1508
|
* <p>The created workgroup object.</p>
|
|
1509
1509
|
* @public
|
|
1510
1510
|
*/
|
|
1511
|
-
workgroup?: Workgroup;
|
|
1511
|
+
workgroup?: Workgroup | undefined;
|
|
1512
1512
|
}
|
|
1513
1513
|
/**
|
|
1514
1514
|
* <p>There is an insufficient capacity to perform the action.</p>
|
|
@@ -1553,7 +1553,7 @@ export interface DeleteEndpointAccessResponse {
|
|
|
1553
1553
|
* <p>The deleted VPC endpoint.</p>
|
|
1554
1554
|
* @public
|
|
1555
1555
|
*/
|
|
1556
|
-
endpoint?: EndpointAccess;
|
|
1556
|
+
endpoint?: EndpointAccess | undefined;
|
|
1557
1557
|
}
|
|
1558
1558
|
/**
|
|
1559
1559
|
* @public
|
|
@@ -1573,7 +1573,7 @@ export interface GetEndpointAccessResponse {
|
|
|
1573
1573
|
* <p>The returned VPC endpoint.</p>
|
|
1574
1574
|
* @public
|
|
1575
1575
|
*/
|
|
1576
|
-
endpoint?: EndpointAccess;
|
|
1576
|
+
endpoint?: EndpointAccess | undefined;
|
|
1577
1577
|
}
|
|
1578
1578
|
/**
|
|
1579
1579
|
* @public
|
|
@@ -1585,28 +1585,28 @@ export interface ListEndpointAccessRequest {
|
|
|
1585
1585
|
* which returns results in the next page.</p>
|
|
1586
1586
|
* @public
|
|
1587
1587
|
*/
|
|
1588
|
-
nextToken?: string;
|
|
1588
|
+
nextToken?: string | undefined;
|
|
1589
1589
|
/**
|
|
1590
1590
|
* <p>An optional parameter that specifies the maximum number of results to return.
|
|
1591
1591
|
* You can use <code>nextToken</code> to display the next page of results.</p>
|
|
1592
1592
|
* @public
|
|
1593
1593
|
*/
|
|
1594
|
-
maxResults?: number;
|
|
1594
|
+
maxResults?: number | undefined;
|
|
1595
1595
|
/**
|
|
1596
1596
|
* <p>The name of the workgroup associated with the VPC endpoint to return.</p>
|
|
1597
1597
|
* @public
|
|
1598
1598
|
*/
|
|
1599
|
-
workgroupName?: string;
|
|
1599
|
+
workgroupName?: string | undefined;
|
|
1600
1600
|
/**
|
|
1601
1601
|
* <p>The unique identifier of the virtual private cloud with access to Amazon Redshift Serverless.</p>
|
|
1602
1602
|
* @public
|
|
1603
1603
|
*/
|
|
1604
|
-
vpcId?: string;
|
|
1604
|
+
vpcId?: string | undefined;
|
|
1605
1605
|
/**
|
|
1606
1606
|
* <p>The owner Amazon Web Services account for the Amazon Redshift Serverless workgroup.</p>
|
|
1607
1607
|
* @public
|
|
1608
1608
|
*/
|
|
1609
|
-
ownerAccount?: string;
|
|
1609
|
+
ownerAccount?: string | undefined;
|
|
1610
1610
|
}
|
|
1611
1611
|
/**
|
|
1612
1612
|
* @public
|
|
@@ -1618,7 +1618,7 @@ export interface ListEndpointAccessResponse {
|
|
|
1618
1618
|
* Make the call again using the returned token to retrieve the next page.</p>
|
|
1619
1619
|
* @public
|
|
1620
1620
|
*/
|
|
1621
|
-
nextToken?: string;
|
|
1621
|
+
nextToken?: string | undefined;
|
|
1622
1622
|
/**
|
|
1623
1623
|
* <p>The returned VPC endpoints.</p>
|
|
1624
1624
|
* @public
|
|
@@ -1638,7 +1638,7 @@ export interface UpdateEndpointAccessRequest {
|
|
|
1638
1638
|
* <p>The list of VPC security groups associated with the endpoint after the endpoint is modified.</p>
|
|
1639
1639
|
* @public
|
|
1640
1640
|
*/
|
|
1641
|
-
vpcSecurityGroupIds?: string[];
|
|
1641
|
+
vpcSecurityGroupIds?: string[] | undefined;
|
|
1642
1642
|
}
|
|
1643
1643
|
/**
|
|
1644
1644
|
* @public
|
|
@@ -1648,7 +1648,7 @@ export interface UpdateEndpointAccessResponse {
|
|
|
1648
1648
|
* <p>The updated VPC endpoint.</p>
|
|
1649
1649
|
* @public
|
|
1650
1650
|
*/
|
|
1651
|
-
endpoint?: EndpointAccess;
|
|
1651
|
+
endpoint?: EndpointAccess | undefined;
|
|
1652
1652
|
}
|
|
1653
1653
|
/**
|
|
1654
1654
|
* @public
|
|
@@ -1683,12 +1683,12 @@ export interface DeleteNamespaceRequest {
|
|
|
1683
1683
|
* <p>The name of the snapshot to be created before the namespace is deleted.</p>
|
|
1684
1684
|
* @public
|
|
1685
1685
|
*/
|
|
1686
|
-
finalSnapshotName?: string;
|
|
1686
|
+
finalSnapshotName?: string | undefined;
|
|
1687
1687
|
/**
|
|
1688
1688
|
* <p>How long to retain the final snapshot.</p>
|
|
1689
1689
|
* @public
|
|
1690
1690
|
*/
|
|
1691
|
-
finalSnapshotRetentionPeriod?: number;
|
|
1691
|
+
finalSnapshotRetentionPeriod?: number | undefined;
|
|
1692
1692
|
}
|
|
1693
1693
|
/**
|
|
1694
1694
|
* @public
|
|
@@ -1733,7 +1733,7 @@ export interface DeleteScheduledActionResponse {
|
|
|
1733
1733
|
* <p>The deleted scheduled action object.</p>
|
|
1734
1734
|
* @public
|
|
1735
1735
|
*/
|
|
1736
|
-
scheduledAction?: ScheduledActionResponse;
|
|
1736
|
+
scheduledAction?: ScheduledActionResponse | undefined;
|
|
1737
1737
|
}
|
|
1738
1738
|
/**
|
|
1739
1739
|
* @public
|
|
@@ -1753,7 +1753,7 @@ export interface DeleteSnapshotResponse {
|
|
|
1753
1753
|
* <p>The deleted snapshot object.</p>
|
|
1754
1754
|
* @public
|
|
1755
1755
|
*/
|
|
1756
|
-
snapshot?: Snapshot;
|
|
1756
|
+
snapshot?: Snapshot | undefined;
|
|
1757
1757
|
}
|
|
1758
1758
|
/**
|
|
1759
1759
|
* @public
|
|
@@ -1793,7 +1793,7 @@ export interface DeleteUsageLimitResponse {
|
|
|
1793
1793
|
* <p>The deleted usage limit object.</p>
|
|
1794
1794
|
* @public
|
|
1795
1795
|
*/
|
|
1796
|
-
usageLimit?: UsageLimit;
|
|
1796
|
+
usageLimit?: UsageLimit | undefined;
|
|
1797
1797
|
}
|
|
1798
1798
|
/**
|
|
1799
1799
|
* @public
|
|
@@ -1843,23 +1843,23 @@ export interface GetCredentialsRequest {
|
|
|
1843
1843
|
* </ul>
|
|
1844
1844
|
* @public
|
|
1845
1845
|
*/
|
|
1846
|
-
dbName?: string;
|
|
1846
|
+
dbName?: string | undefined;
|
|
1847
1847
|
/**
|
|
1848
1848
|
* <p>The number of seconds until the returned temporary password expires.
|
|
1849
1849
|
* The minimum is 900 seconds, and the maximum is 3600 seconds.</p>
|
|
1850
1850
|
* @public
|
|
1851
1851
|
*/
|
|
1852
|
-
durationSeconds?: number;
|
|
1852
|
+
durationSeconds?: number | undefined;
|
|
1853
1853
|
/**
|
|
1854
1854
|
* <p>The name of the workgroup associated with the database.</p>
|
|
1855
1855
|
* @public
|
|
1856
1856
|
*/
|
|
1857
|
-
workgroupName?: string;
|
|
1857
|
+
workgroupName?: string | undefined;
|
|
1858
1858
|
/**
|
|
1859
1859
|
* <p>The custom domain name associated with the workgroup. The custom domain name or the workgroup name must be included in the request.</p>
|
|
1860
1860
|
* @public
|
|
1861
1861
|
*/
|
|
1862
|
-
customDomainName?: string;
|
|
1862
|
+
customDomainName?: string | undefined;
|
|
1863
1863
|
}
|
|
1864
1864
|
/**
|
|
1865
1865
|
* @public
|
|
@@ -1872,24 +1872,24 @@ export interface GetCredentialsResponse {
|
|
|
1872
1872
|
* <code>DbUser</code>. By default, the user is added to PUBLIC.</p>
|
|
1873
1873
|
* @public
|
|
1874
1874
|
*/
|
|
1875
|
-
dbUser?: string;
|
|
1875
|
+
dbUser?: string | undefined;
|
|
1876
1876
|
/**
|
|
1877
1877
|
* <p>A temporary password that authorizes the user name returned by
|
|
1878
1878
|
* <code>DbUser</code> to log on to the database <code>DbName</code>.</p>
|
|
1879
1879
|
* @public
|
|
1880
1880
|
*/
|
|
1881
|
-
dbPassword?: string;
|
|
1881
|
+
dbPassword?: string | undefined;
|
|
1882
1882
|
/**
|
|
1883
1883
|
* <p>The date and time the password in <code>DbPassword</code> expires.</p>
|
|
1884
1884
|
* @public
|
|
1885
1885
|
*/
|
|
1886
|
-
expiration?: Date;
|
|
1886
|
+
expiration?: Date | undefined;
|
|
1887
1887
|
/**
|
|
1888
1888
|
* <p>The date and time of when the <code>DbUser</code> and <code>DbPassword</code>
|
|
1889
1889
|
* authorization refreshes.</p>
|
|
1890
1890
|
* @public
|
|
1891
1891
|
*/
|
|
1892
|
-
nextRefreshTime?: Date;
|
|
1892
|
+
nextRefreshTime?: Date | undefined;
|
|
1893
1893
|
}
|
|
1894
1894
|
/**
|
|
1895
1895
|
* @public
|
|
@@ -1914,22 +1914,22 @@ export interface GetCustomDomainAssociationResponse {
|
|
|
1914
1914
|
* <p>The custom domain name associated with the workgroup.</p>
|
|
1915
1915
|
* @public
|
|
1916
1916
|
*/
|
|
1917
|
-
customDomainName?: string;
|
|
1917
|
+
customDomainName?: string | undefined;
|
|
1918
1918
|
/**
|
|
1919
1919
|
* <p>The name of the workgroup associated with the database.</p>
|
|
1920
1920
|
* @public
|
|
1921
1921
|
*/
|
|
1922
|
-
workgroupName?: string;
|
|
1922
|
+
workgroupName?: string | undefined;
|
|
1923
1923
|
/**
|
|
1924
1924
|
* <p>The custom domain name’s certificate Amazon resource name (ARN).</p>
|
|
1925
1925
|
* @public
|
|
1926
1926
|
*/
|
|
1927
|
-
customDomainCertificateArn?: string;
|
|
1927
|
+
customDomainCertificateArn?: string | undefined;
|
|
1928
1928
|
/**
|
|
1929
1929
|
* <p>The expiration time for the certificate.</p>
|
|
1930
1930
|
* @public
|
|
1931
1931
|
*/
|
|
1932
|
-
customDomainCertificateExpiryTime?: Date;
|
|
1932
|
+
customDomainCertificateExpiryTime?: Date | undefined;
|
|
1933
1933
|
}
|
|
1934
1934
|
/**
|
|
1935
1935
|
* @public
|
|
@@ -1971,32 +1971,32 @@ export interface RecoveryPoint {
|
|
|
1971
1971
|
* <p>The unique identifier of the recovery point.</p>
|
|
1972
1972
|
* @public
|
|
1973
1973
|
*/
|
|
1974
|
-
recoveryPointId?: string;
|
|
1974
|
+
recoveryPointId?: string | undefined;
|
|
1975
1975
|
/**
|
|
1976
1976
|
* <p>The time the recovery point is created.</p>
|
|
1977
1977
|
* @public
|
|
1978
1978
|
*/
|
|
1979
|
-
recoveryPointCreateTime?: Date;
|
|
1979
|
+
recoveryPointCreateTime?: Date | undefined;
|
|
1980
1980
|
/**
|
|
1981
1981
|
* <p>The total size of the data in the recovery point in megabytes.</p>
|
|
1982
1982
|
* @public
|
|
1983
1983
|
*/
|
|
1984
|
-
totalSizeInMegaBytes?: number;
|
|
1984
|
+
totalSizeInMegaBytes?: number | undefined;
|
|
1985
1985
|
/**
|
|
1986
1986
|
* <p>The name of the namespace the recovery point is associated with.</p>
|
|
1987
1987
|
* @public
|
|
1988
1988
|
*/
|
|
1989
|
-
namespaceName?: string;
|
|
1989
|
+
namespaceName?: string | undefined;
|
|
1990
1990
|
/**
|
|
1991
1991
|
* <p>The name of the workgroup the recovery point is associated with.</p>
|
|
1992
1992
|
* @public
|
|
1993
1993
|
*/
|
|
1994
|
-
workgroupName?: string;
|
|
1994
|
+
workgroupName?: string | undefined;
|
|
1995
1995
|
/**
|
|
1996
1996
|
* <p>The Amazon Resource Name (ARN) of the namespace the recovery point is associated with.</p>
|
|
1997
1997
|
* @public
|
|
1998
1998
|
*/
|
|
1999
|
-
namespaceArn?: string;
|
|
1999
|
+
namespaceArn?: string | undefined;
|
|
2000
2000
|
}
|
|
2001
2001
|
/**
|
|
2002
2002
|
* @public
|
|
@@ -2006,7 +2006,7 @@ export interface GetRecoveryPointResponse {
|
|
|
2006
2006
|
* <p>The returned recovery point object.</p>
|
|
2007
2007
|
* @public
|
|
2008
2008
|
*/
|
|
2009
|
-
recoveryPoint?: RecoveryPoint;
|
|
2009
|
+
recoveryPoint?: RecoveryPoint | undefined;
|
|
2010
2010
|
}
|
|
2011
2011
|
/**
|
|
2012
2012
|
* @public
|
|
@@ -2027,12 +2027,12 @@ export interface ResourcePolicy {
|
|
|
2027
2027
|
* <p>The Amazon Resource Name (ARN) of the policy.</p>
|
|
2028
2028
|
* @public
|
|
2029
2029
|
*/
|
|
2030
|
-
resourceArn?: string;
|
|
2030
|
+
resourceArn?: string | undefined;
|
|
2031
2031
|
/**
|
|
2032
2032
|
* <p>The resource policy.</p>
|
|
2033
2033
|
* @public
|
|
2034
2034
|
*/
|
|
2035
|
-
policy?: string;
|
|
2035
|
+
policy?: string | undefined;
|
|
2036
2036
|
}
|
|
2037
2037
|
/**
|
|
2038
2038
|
* @public
|
|
@@ -2042,7 +2042,7 @@ export interface GetResourcePolicyResponse {
|
|
|
2042
2042
|
* <p>The returned resource policy.</p>
|
|
2043
2043
|
* @public
|
|
2044
2044
|
*/
|
|
2045
|
-
resourcePolicy?: ResourcePolicy;
|
|
2045
|
+
resourcePolicy?: ResourcePolicy | undefined;
|
|
2046
2046
|
}
|
|
2047
2047
|
/**
|
|
2048
2048
|
* @public
|
|
@@ -2062,7 +2062,7 @@ export interface GetScheduledActionResponse {
|
|
|
2062
2062
|
* <p>The returned scheduled action object.</p>
|
|
2063
2063
|
* @public
|
|
2064
2064
|
*/
|
|
2065
|
-
scheduledAction?: ScheduledActionResponse;
|
|
2065
|
+
scheduledAction?: ScheduledActionResponse | undefined;
|
|
2066
2066
|
}
|
|
2067
2067
|
/**
|
|
2068
2068
|
* @public
|
|
@@ -2072,17 +2072,17 @@ export interface GetSnapshotRequest {
|
|
|
2072
2072
|
* <p>The name of the snapshot to return.</p>
|
|
2073
2073
|
* @public
|
|
2074
2074
|
*/
|
|
2075
|
-
snapshotName?: string;
|
|
2075
|
+
snapshotName?: string | undefined;
|
|
2076
2076
|
/**
|
|
2077
2077
|
* <p>The owner Amazon Web Services account of a snapshot shared with another user.</p>
|
|
2078
2078
|
* @public
|
|
2079
2079
|
*/
|
|
2080
|
-
ownerAccount?: string;
|
|
2080
|
+
ownerAccount?: string | undefined;
|
|
2081
2081
|
/**
|
|
2082
2082
|
* <p>The Amazon Resource Name (ARN) of the snapshot to return.</p>
|
|
2083
2083
|
* @public
|
|
2084
2084
|
*/
|
|
2085
|
-
snapshotArn?: string;
|
|
2085
|
+
snapshotArn?: string | undefined;
|
|
2086
2086
|
}
|
|
2087
2087
|
/**
|
|
2088
2088
|
* @public
|
|
@@ -2092,7 +2092,7 @@ export interface GetSnapshotResponse {
|
|
|
2092
2092
|
* <p>The returned snapshot object.</p>
|
|
2093
2093
|
* @public
|
|
2094
2094
|
*/
|
|
2095
|
-
snapshot?: Snapshot;
|
|
2095
|
+
snapshot?: Snapshot | undefined;
|
|
2096
2096
|
}
|
|
2097
2097
|
/**
|
|
2098
2098
|
* @public
|
|
@@ -2113,84 +2113,84 @@ export interface TableRestoreStatus {
|
|
|
2113
2113
|
* <p>The ID of the RestoreTableFromSnapshot request.</p>
|
|
2114
2114
|
* @public
|
|
2115
2115
|
*/
|
|
2116
|
-
tableRestoreRequestId?: string;
|
|
2116
|
+
tableRestoreRequestId?: string | undefined;
|
|
2117
2117
|
/**
|
|
2118
2118
|
* <p>A value that describes the current state of the table restore request.
|
|
2119
2119
|
* Possible values are <code>SUCCEEDED</code>, <code>FAILED</code>, <code>CANCELED</code>, <code>PENDING</code>, and <code>IN_PROGRESS</code>.</p>
|
|
2120
2120
|
* @public
|
|
2121
2121
|
*/
|
|
2122
|
-
status?: string;
|
|
2122
|
+
status?: string | undefined;
|
|
2123
2123
|
/**
|
|
2124
2124
|
* <p>A message that explains the returned status. For example, if the status of the operation is <code>FAILED</code>, the message explains why the operation failed.</p>
|
|
2125
2125
|
* @public
|
|
2126
2126
|
*/
|
|
2127
|
-
message?: string;
|
|
2127
|
+
message?: string | undefined;
|
|
2128
2128
|
/**
|
|
2129
2129
|
* <p>The time that the table restore request was made,
|
|
2130
2130
|
* in Universal Coordinated Time (UTC).</p>
|
|
2131
2131
|
* @public
|
|
2132
2132
|
*/
|
|
2133
|
-
requestTime?: Date;
|
|
2133
|
+
requestTime?: Date | undefined;
|
|
2134
2134
|
/**
|
|
2135
2135
|
* <p>The namespace of the table being restored from.</p>
|
|
2136
2136
|
* @public
|
|
2137
2137
|
*/
|
|
2138
|
-
namespaceName?: string;
|
|
2138
|
+
namespaceName?: string | undefined;
|
|
2139
2139
|
/**
|
|
2140
2140
|
* <p>The name of the workgroup being restored from.</p>
|
|
2141
2141
|
* @public
|
|
2142
2142
|
*/
|
|
2143
|
-
workgroupName?: string;
|
|
2143
|
+
workgroupName?: string | undefined;
|
|
2144
2144
|
/**
|
|
2145
2145
|
* <p>The name of the snapshot being restored from.</p>
|
|
2146
2146
|
* @public
|
|
2147
2147
|
*/
|
|
2148
|
-
snapshotName?: string;
|
|
2148
|
+
snapshotName?: string | undefined;
|
|
2149
2149
|
/**
|
|
2150
2150
|
* <p>The amount of data restored to the new table so far, in megabytes (MB).</p>
|
|
2151
2151
|
* @public
|
|
2152
2152
|
*/
|
|
2153
|
-
progressInMegaBytes?: number;
|
|
2153
|
+
progressInMegaBytes?: number | undefined;
|
|
2154
2154
|
/**
|
|
2155
2155
|
* <p>The total amount of data to restore to the new table, in megabytes (MB).</p>
|
|
2156
2156
|
* @public
|
|
2157
2157
|
*/
|
|
2158
|
-
totalDataInMegaBytes?: number;
|
|
2158
|
+
totalDataInMegaBytes?: number | undefined;
|
|
2159
2159
|
/**
|
|
2160
2160
|
* <p>The name of the source database being restored from.</p>
|
|
2161
2161
|
* @public
|
|
2162
2162
|
*/
|
|
2163
|
-
sourceDatabaseName?: string;
|
|
2163
|
+
sourceDatabaseName?: string | undefined;
|
|
2164
2164
|
/**
|
|
2165
2165
|
* <p>The name of the source schema being restored from.</p>
|
|
2166
2166
|
* @public
|
|
2167
2167
|
*/
|
|
2168
|
-
sourceSchemaName?: string;
|
|
2168
|
+
sourceSchemaName?: string | undefined;
|
|
2169
2169
|
/**
|
|
2170
2170
|
* <p>The name of the source table being restored from.</p>
|
|
2171
2171
|
* @public
|
|
2172
2172
|
*/
|
|
2173
|
-
sourceTableName?: string;
|
|
2173
|
+
sourceTableName?: string | undefined;
|
|
2174
2174
|
/**
|
|
2175
2175
|
* <p>The name of the database to restore to.</p>
|
|
2176
2176
|
* @public
|
|
2177
2177
|
*/
|
|
2178
|
-
targetDatabaseName?: string;
|
|
2178
|
+
targetDatabaseName?: string | undefined;
|
|
2179
2179
|
/**
|
|
2180
2180
|
* <p>The name of the schema to restore to.</p>
|
|
2181
2181
|
* @public
|
|
2182
2182
|
*/
|
|
2183
|
-
targetSchemaName?: string;
|
|
2183
|
+
targetSchemaName?: string | undefined;
|
|
2184
2184
|
/**
|
|
2185
2185
|
* <p>The name of the table to create from the restore operation.</p>
|
|
2186
2186
|
* @public
|
|
2187
2187
|
*/
|
|
2188
|
-
newTableName?: string;
|
|
2188
|
+
newTableName?: string | undefined;
|
|
2189
2189
|
/**
|
|
2190
2190
|
* <p>The ID of the recovery point being restored from.</p>
|
|
2191
2191
|
* @public
|
|
2192
2192
|
*/
|
|
2193
|
-
recoveryPointId?: string;
|
|
2193
|
+
recoveryPointId?: string | undefined;
|
|
2194
2194
|
}
|
|
2195
2195
|
/**
|
|
2196
2196
|
* @public
|
|
@@ -2201,7 +2201,7 @@ export interface GetTableRestoreStatusResponse {
|
|
|
2201
2201
|
* the status of your <code>RestoreTableFromSnapshot</code> request.</p>
|
|
2202
2202
|
* @public
|
|
2203
2203
|
*/
|
|
2204
|
-
tableRestoreStatus?: TableRestoreStatus;
|
|
2204
|
+
tableRestoreStatus?: TableRestoreStatus | undefined;
|
|
2205
2205
|
}
|
|
2206
2206
|
/**
|
|
2207
2207
|
* @public
|
|
@@ -2221,7 +2221,7 @@ export interface GetUsageLimitResponse {
|
|
|
2221
2221
|
* <p>The returned usage limit object.</p>
|
|
2222
2222
|
* @public
|
|
2223
2223
|
*/
|
|
2224
|
-
usageLimit?: UsageLimit;
|
|
2224
|
+
usageLimit?: UsageLimit | undefined;
|
|
2225
2225
|
}
|
|
2226
2226
|
/**
|
|
2227
2227
|
* @public
|
|
@@ -2265,23 +2265,23 @@ export interface ListCustomDomainAssociationsRequest {
|
|
|
2265
2265
|
* Make the call again using the returned token to retrieve the next page.</p>
|
|
2266
2266
|
* @public
|
|
2267
2267
|
*/
|
|
2268
|
-
nextToken?: string;
|
|
2268
|
+
nextToken?: string | undefined;
|
|
2269
2269
|
/**
|
|
2270
2270
|
* <p>An optional parameter that specifies the maximum number of results to return.
|
|
2271
2271
|
* You can use <code>nextToken</code> to display the next page of results.</p>
|
|
2272
2272
|
* @public
|
|
2273
2273
|
*/
|
|
2274
|
-
maxResults?: number;
|
|
2274
|
+
maxResults?: number | undefined;
|
|
2275
2275
|
/**
|
|
2276
2276
|
* <p>The custom domain name associated with the workgroup.</p>
|
|
2277
2277
|
* @public
|
|
2278
2278
|
*/
|
|
2279
|
-
customDomainName?: string;
|
|
2279
|
+
customDomainName?: string | undefined;
|
|
2280
2280
|
/**
|
|
2281
2281
|
* <p>The custom domain name’s certificate Amazon resource name (ARN).</p>
|
|
2282
2282
|
* @public
|
|
2283
2283
|
*/
|
|
2284
|
-
customDomainCertificateArn?: string;
|
|
2284
|
+
customDomainCertificateArn?: string | undefined;
|
|
2285
2285
|
}
|
|
2286
2286
|
/**
|
|
2287
2287
|
* @public
|
|
@@ -2293,12 +2293,12 @@ export interface ListCustomDomainAssociationsResponse {
|
|
|
2293
2293
|
* Make the call again using the returned token to retrieve the next page.</p>
|
|
2294
2294
|
* @public
|
|
2295
2295
|
*/
|
|
2296
|
-
nextToken?: string;
|
|
2296
|
+
nextToken?: string | undefined;
|
|
2297
2297
|
/**
|
|
2298
2298
|
* <p>A list of Association objects.</p>
|
|
2299
2299
|
* @public
|
|
2300
2300
|
*/
|
|
2301
|
-
associations?: Association[];
|
|
2301
|
+
associations?: Association[] | undefined;
|
|
2302
2302
|
}
|
|
2303
2303
|
/**
|
|
2304
2304
|
* @public
|
|
@@ -2310,13 +2310,13 @@ export interface ListNamespacesRequest {
|
|
|
2310
2310
|
* which returns results in the next page.</p>
|
|
2311
2311
|
* @public
|
|
2312
2312
|
*/
|
|
2313
|
-
nextToken?: string;
|
|
2313
|
+
nextToken?: string | undefined;
|
|
2314
2314
|
/**
|
|
2315
2315
|
* <p>An optional parameter that specifies the maximum number of results to return.
|
|
2316
2316
|
* You can use <code>nextToken</code> to display the next page of results.</p>
|
|
2317
2317
|
* @public
|
|
2318
2318
|
*/
|
|
2319
|
-
maxResults?: number;
|
|
2319
|
+
maxResults?: number | undefined;
|
|
2320
2320
|
}
|
|
2321
2321
|
/**
|
|
2322
2322
|
* @public
|
|
@@ -2328,7 +2328,7 @@ export interface ListNamespacesResponse {
|
|
|
2328
2328
|
* Make the call again using the returned token to retrieve the next page.</p>
|
|
2329
2329
|
* @public
|
|
2330
2330
|
*/
|
|
2331
|
-
nextToken?: string;
|
|
2331
|
+
nextToken?: string | undefined;
|
|
2332
2332
|
/**
|
|
2333
2333
|
* <p>The list of returned namespaces.</p>
|
|
2334
2334
|
* @public
|
|
@@ -2345,33 +2345,33 @@ export interface ListRecoveryPointsRequest {
|
|
|
2345
2345
|
* which returns results in the next page.</p>
|
|
2346
2346
|
* @public
|
|
2347
2347
|
*/
|
|
2348
|
-
nextToken?: string;
|
|
2348
|
+
nextToken?: string | undefined;
|
|
2349
2349
|
/**
|
|
2350
2350
|
* <p>An optional parameter that specifies the maximum number of results to return.
|
|
2351
2351
|
* You can use <code>nextToken</code> to display the next page of results.</p>
|
|
2352
2352
|
* @public
|
|
2353
2353
|
*/
|
|
2354
|
-
maxResults?: number;
|
|
2354
|
+
maxResults?: number | undefined;
|
|
2355
2355
|
/**
|
|
2356
2356
|
* <p>The time when the recovery point's creation was initiated.</p>
|
|
2357
2357
|
* @public
|
|
2358
2358
|
*/
|
|
2359
|
-
startTime?: Date;
|
|
2359
|
+
startTime?: Date | undefined;
|
|
2360
2360
|
/**
|
|
2361
2361
|
* <p>The time when creation of the recovery point finished.</p>
|
|
2362
2362
|
* @public
|
|
2363
2363
|
*/
|
|
2364
|
-
endTime?: Date;
|
|
2364
|
+
endTime?: Date | undefined;
|
|
2365
2365
|
/**
|
|
2366
2366
|
* <p>The name of the namespace to list recovery points for.</p>
|
|
2367
2367
|
* @public
|
|
2368
2368
|
*/
|
|
2369
|
-
namespaceName?: string;
|
|
2369
|
+
namespaceName?: string | undefined;
|
|
2370
2370
|
/**
|
|
2371
2371
|
* <p>The Amazon Resource Name (ARN) of the namespace from which to list recovery points.</p>
|
|
2372
2372
|
* @public
|
|
2373
2373
|
*/
|
|
2374
|
-
namespaceArn?: string;
|
|
2374
|
+
namespaceArn?: string | undefined;
|
|
2375
2375
|
}
|
|
2376
2376
|
/**
|
|
2377
2377
|
* @public
|
|
@@ -2381,14 +2381,14 @@ export interface ListRecoveryPointsResponse {
|
|
|
2381
2381
|
* <p>The returned recovery point objects.</p>
|
|
2382
2382
|
* @public
|
|
2383
2383
|
*/
|
|
2384
|
-
recoveryPoints?: RecoveryPoint[];
|
|
2384
|
+
recoveryPoints?: RecoveryPoint[] | undefined;
|
|
2385
2385
|
/**
|
|
2386
2386
|
* <p>If <code>nextToken</code> is returned, there are more results available.
|
|
2387
2387
|
* The value of <code>nextToken</code> is a unique pagination token for each page.
|
|
2388
2388
|
* Make the call again using the returned token to retrieve the next page.</p>
|
|
2389
2389
|
* @public
|
|
2390
2390
|
*/
|
|
2391
|
-
nextToken?: string;
|
|
2391
|
+
nextToken?: string | undefined;
|
|
2392
2392
|
}
|
|
2393
2393
|
/**
|
|
2394
2394
|
* @public
|
|
@@ -2399,17 +2399,17 @@ export interface ListScheduledActionsRequest {
|
|
|
2399
2399
|
* Make the call again using the returned token to retrieve the next page.</p>
|
|
2400
2400
|
* @public
|
|
2401
2401
|
*/
|
|
2402
|
-
nextToken?: string;
|
|
2402
|
+
nextToken?: string | undefined;
|
|
2403
2403
|
/**
|
|
2404
2404
|
* <p>An optional parameter that specifies the maximum number of results to return. Use <code>nextToken</code> to display the next page of results.</p>
|
|
2405
2405
|
* @public
|
|
2406
2406
|
*/
|
|
2407
|
-
maxResults?: number;
|
|
2407
|
+
maxResults?: number | undefined;
|
|
2408
2408
|
/**
|
|
2409
2409
|
* <p>The name of namespace associated with the scheduled action to retrieve.</p>
|
|
2410
2410
|
* @public
|
|
2411
2411
|
*/
|
|
2412
|
-
namespaceName?: string;
|
|
2412
|
+
namespaceName?: string | undefined;
|
|
2413
2413
|
}
|
|
2414
2414
|
/**
|
|
2415
2415
|
* <p>Contains names of objects associated with a scheduled action.</p>
|
|
@@ -2420,12 +2420,12 @@ export interface ScheduledActionAssociation {
|
|
|
2420
2420
|
* <p>Name of associated Amazon Redshift Serverless namespace.</p>
|
|
2421
2421
|
* @public
|
|
2422
2422
|
*/
|
|
2423
|
-
namespaceName?: string;
|
|
2423
|
+
namespaceName?: string | undefined;
|
|
2424
2424
|
/**
|
|
2425
2425
|
* <p>Name of associated scheduled action.</p>
|
|
2426
2426
|
* @public
|
|
2427
2427
|
*/
|
|
2428
|
-
scheduledActionName?: string;
|
|
2428
|
+
scheduledActionName?: string | undefined;
|
|
2429
2429
|
}
|
|
2430
2430
|
/**
|
|
2431
2431
|
* @public
|
|
@@ -2435,12 +2435,12 @@ export interface ListScheduledActionsResponse {
|
|
|
2435
2435
|
* <p>If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>
|
|
2436
2436
|
* @public
|
|
2437
2437
|
*/
|
|
2438
|
-
nextToken?: string;
|
|
2438
|
+
nextToken?: string | undefined;
|
|
2439
2439
|
/**
|
|
2440
2440
|
* <p>All of the returned scheduled action association objects.</p>
|
|
2441
2441
|
* @public
|
|
2442
2442
|
*/
|
|
2443
|
-
scheduledActions?: ScheduledActionAssociation[];
|
|
2443
|
+
scheduledActions?: ScheduledActionAssociation[] | undefined;
|
|
2444
2444
|
}
|
|
2445
2445
|
/**
|
|
2446
2446
|
* @public
|
|
@@ -2450,18 +2450,18 @@ export interface ListSnapshotCopyConfigurationsRequest {
|
|
|
2450
2450
|
* <p>The namespace from which to list all snapshot copy configurations.</p>
|
|
2451
2451
|
* @public
|
|
2452
2452
|
*/
|
|
2453
|
-
namespaceName?: string;
|
|
2453
|
+
namespaceName?: string | undefined;
|
|
2454
2454
|
/**
|
|
2455
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
|
|
2456
2456
|
* the returned token to retrieve the next page.</p>
|
|
2457
2457
|
* @public
|
|
2458
2458
|
*/
|
|
2459
|
-
nextToken?: string;
|
|
2459
|
+
nextToken?: string | undefined;
|
|
2460
2460
|
/**
|
|
2461
2461
|
* <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>
|
|
2462
2462
|
* @public
|
|
2463
2463
|
*/
|
|
2464
|
-
maxResults?: number;
|
|
2464
|
+
maxResults?: number | undefined;
|
|
2465
2465
|
}
|
|
2466
2466
|
/**
|
|
2467
2467
|
* @public
|
|
@@ -2472,7 +2472,7 @@ export interface ListSnapshotCopyConfigurationsResponse {
|
|
|
2472
2472
|
* the returned token to retrieve the next page.</p>
|
|
2473
2473
|
* @public
|
|
2474
2474
|
*/
|
|
2475
|
-
nextToken?: string;
|
|
2475
|
+
nextToken?: string | undefined;
|
|
2476
2476
|
/**
|
|
2477
2477
|
* <p>All of the returned snapshot copy configurations.</p>
|
|
2478
2478
|
* @public
|
|
@@ -2489,38 +2489,38 @@ export interface ListSnapshotsRequest {
|
|
|
2489
2489
|
* Make the call again using the returned token to retrieve the next page.</p>
|
|
2490
2490
|
* @public
|
|
2491
2491
|
*/
|
|
2492
|
-
nextToken?: string;
|
|
2492
|
+
nextToken?: string | undefined;
|
|
2493
2493
|
/**
|
|
2494
2494
|
* <p>An optional parameter that specifies the maximum number of results to return.
|
|
2495
2495
|
* You can use <code>nextToken</code> to display the next page of results.</p>
|
|
2496
2496
|
* @public
|
|
2497
2497
|
*/
|
|
2498
|
-
maxResults?: number;
|
|
2498
|
+
maxResults?: number | undefined;
|
|
2499
2499
|
/**
|
|
2500
2500
|
* <p>The namespace from which to list all snapshots.</p>
|
|
2501
2501
|
* @public
|
|
2502
2502
|
*/
|
|
2503
|
-
namespaceName?: string;
|
|
2503
|
+
namespaceName?: string | undefined;
|
|
2504
2504
|
/**
|
|
2505
2505
|
* <p>The Amazon Resource Name (ARN) of the namespace from which to list all snapshots.</p>
|
|
2506
2506
|
* @public
|
|
2507
2507
|
*/
|
|
2508
|
-
namespaceArn?: string;
|
|
2508
|
+
namespaceArn?: string | undefined;
|
|
2509
2509
|
/**
|
|
2510
2510
|
* <p>The owner Amazon Web Services account of the snapshot.</p>
|
|
2511
2511
|
* @public
|
|
2512
2512
|
*/
|
|
2513
|
-
ownerAccount?: string;
|
|
2513
|
+
ownerAccount?: string | undefined;
|
|
2514
2514
|
/**
|
|
2515
2515
|
* <p>The time when the creation of the snapshot was initiated.</p>
|
|
2516
2516
|
* @public
|
|
2517
2517
|
*/
|
|
2518
|
-
startTime?: Date;
|
|
2518
|
+
startTime?: Date | undefined;
|
|
2519
2519
|
/**
|
|
2520
2520
|
* <p>The timestamp showing when the snapshot creation finished.</p>
|
|
2521
2521
|
* @public
|
|
2522
2522
|
*/
|
|
2523
|
-
endTime?: Date;
|
|
2523
|
+
endTime?: Date | undefined;
|
|
2524
2524
|
}
|
|
2525
2525
|
/**
|
|
2526
2526
|
* @public
|
|
@@ -2532,12 +2532,12 @@ export interface ListSnapshotsResponse {
|
|
|
2532
2532
|
* Make the call again using the returned token to retrieve the next page.</p>
|
|
2533
2533
|
* @public
|
|
2534
2534
|
*/
|
|
2535
|
-
nextToken?: string;
|
|
2535
|
+
nextToken?: string | undefined;
|
|
2536
2536
|
/**
|
|
2537
2537
|
* <p>All of the returned snapshot objects.</p>
|
|
2538
2538
|
* @public
|
|
2539
2539
|
*/
|
|
2540
|
-
snapshots?: Snapshot[];
|
|
2540
|
+
snapshots?: Snapshot[] | undefined;
|
|
2541
2541
|
}
|
|
2542
2542
|
/**
|
|
2543
2543
|
* @public
|
|
@@ -2549,23 +2549,23 @@ export interface ListTableRestoreStatusRequest {
|
|
|
2549
2549
|
* operations. This will return results on the next page.</p>
|
|
2550
2550
|
* @public
|
|
2551
2551
|
*/
|
|
2552
|
-
nextToken?: string;
|
|
2552
|
+
nextToken?: string | undefined;
|
|
2553
2553
|
/**
|
|
2554
2554
|
* <p>An optional parameter that specifies the maximum number of results to
|
|
2555
2555
|
* return. You can use nextToken to display the next page of results.</p>
|
|
2556
2556
|
* @public
|
|
2557
2557
|
*/
|
|
2558
|
-
maxResults?: number;
|
|
2558
|
+
maxResults?: number | undefined;
|
|
2559
2559
|
/**
|
|
2560
2560
|
* <p>The namespace from which to list all of the statuses of <code>RestoreTableFromSnapshot</code> operations .</p>
|
|
2561
2561
|
* @public
|
|
2562
2562
|
*/
|
|
2563
|
-
namespaceName?: string;
|
|
2563
|
+
namespaceName?: string | undefined;
|
|
2564
2564
|
/**
|
|
2565
2565
|
* <p>The workgroup from which to list all of the statuses of <code>RestoreTableFromSnapshot</code> operations.</p>
|
|
2566
2566
|
* @public
|
|
2567
2567
|
*/
|
|
2568
|
-
workgroupName?: string;
|
|
2568
|
+
workgroupName?: string | undefined;
|
|
2569
2569
|
}
|
|
2570
2570
|
/**
|
|
2571
2571
|
* @public
|
|
@@ -2577,12 +2577,12 @@ export interface ListTableRestoreStatusResponse {
|
|
|
2577
2577
|
* operations. This will returns results on the next page.</p>
|
|
2578
2578
|
* @public
|
|
2579
2579
|
*/
|
|
2580
|
-
nextToken?: string;
|
|
2580
|
+
nextToken?: string | undefined;
|
|
2581
2581
|
/**
|
|
2582
2582
|
* <p>The array of returned <code>TableRestoreStatus</code> objects.</p>
|
|
2583
2583
|
* @public
|
|
2584
2584
|
*/
|
|
2585
|
-
tableRestoreStatuses?: TableRestoreStatus[];
|
|
2585
|
+
tableRestoreStatuses?: TableRestoreStatus[] | undefined;
|
|
2586
2586
|
}
|
|
2587
2587
|
/**
|
|
2588
2588
|
* @public
|
|
@@ -2602,7 +2602,7 @@ export interface ListTagsForResourceResponse {
|
|
|
2602
2602
|
* <p>A map of the key-value pairs assigned to the resource.</p>
|
|
2603
2603
|
* @public
|
|
2604
2604
|
*/
|
|
2605
|
-
tags?: Tag[];
|
|
2605
|
+
tags?: Tag[] | undefined;
|
|
2606
2606
|
}
|
|
2607
2607
|
/**
|
|
2608
2608
|
* @public
|
|
@@ -2612,12 +2612,12 @@ export interface ListUsageLimitsRequest {
|
|
|
2612
2612
|
* <p>The Amazon Resource Name (ARN) associated with the resource whose usage limits you want to list.</p>
|
|
2613
2613
|
* @public
|
|
2614
2614
|
*/
|
|
2615
|
-
resourceArn?: string;
|
|
2615
|
+
resourceArn?: string | undefined;
|
|
2616
2616
|
/**
|
|
2617
2617
|
* <p>The Amazon Redshift Serverless feature whose limits you want to see.</p>
|
|
2618
2618
|
* @public
|
|
2619
2619
|
*/
|
|
2620
|
-
usageType?: UsageLimitUsageType;
|
|
2620
|
+
usageType?: UsageLimitUsageType | undefined;
|
|
2621
2621
|
/**
|
|
2622
2622
|
* <p>If your initial <code>ListUsageLimits</code> operation returns a <code>nextToken</code>,
|
|
2623
2623
|
* you can include the returned <code>nextToken</code> in following <code>ListUsageLimits</code> operations,
|
|
@@ -2625,13 +2625,13 @@ export interface ListUsageLimitsRequest {
|
|
|
2625
2625
|
* </p>
|
|
2626
2626
|
* @public
|
|
2627
2627
|
*/
|
|
2628
|
-
nextToken?: string;
|
|
2628
|
+
nextToken?: string | undefined;
|
|
2629
2629
|
/**
|
|
2630
2630
|
* <p>An optional parameter that specifies the maximum number of results to return.
|
|
2631
2631
|
* You can use <code>nextToken</code> to get the next page of results. The default is 100.</p>
|
|
2632
2632
|
* @public
|
|
2633
2633
|
*/
|
|
2634
|
-
maxResults?: number;
|
|
2634
|
+
maxResults?: number | undefined;
|
|
2635
2635
|
}
|
|
2636
2636
|
/**
|
|
2637
2637
|
* @public
|
|
@@ -2641,14 +2641,14 @@ export interface ListUsageLimitsResponse {
|
|
|
2641
2641
|
* <p>An array of returned usage limit objects.</p>
|
|
2642
2642
|
* @public
|
|
2643
2643
|
*/
|
|
2644
|
-
usageLimits?: UsageLimit[];
|
|
2644
|
+
usageLimits?: UsageLimit[] | undefined;
|
|
2645
2645
|
/**
|
|
2646
2646
|
* <p>When <code>nextToken</code> is returned, there are more results available.
|
|
2647
2647
|
* The value of <code>nextToken</code> is a unique pagination token for each page.
|
|
2648
2648
|
* Make the call again using the returned token to retrieve the next page.</p>
|
|
2649
2649
|
* @public
|
|
2650
2650
|
*/
|
|
2651
|
-
nextToken?: string;
|
|
2651
|
+
nextToken?: string | undefined;
|
|
2652
2652
|
}
|
|
2653
2653
|
/**
|
|
2654
2654
|
* @public
|
|
@@ -2660,18 +2660,18 @@ export interface ListWorkgroupsRequest {
|
|
|
2660
2660
|
* which returns results in the next page.</p>
|
|
2661
2661
|
* @public
|
|
2662
2662
|
*/
|
|
2663
|
-
nextToken?: string;
|
|
2663
|
+
nextToken?: string | undefined;
|
|
2664
2664
|
/**
|
|
2665
2665
|
* <p>An optional parameter that specifies the maximum number of results to return.
|
|
2666
2666
|
* You can use <code>nextToken</code> to display the next page of results.</p>
|
|
2667
2667
|
* @public
|
|
2668
2668
|
*/
|
|
2669
|
-
maxResults?: number;
|
|
2669
|
+
maxResults?: number | undefined;
|
|
2670
2670
|
/**
|
|
2671
2671
|
* <p>The owner Amazon Web Services account for the Amazon Redshift Serverless workgroup.</p>
|
|
2672
2672
|
* @public
|
|
2673
2673
|
*/
|
|
2674
|
-
ownerAccount?: string;
|
|
2674
|
+
ownerAccount?: string | undefined;
|
|
2675
2675
|
}
|
|
2676
2676
|
/**
|
|
2677
2677
|
* @public
|
|
@@ -2684,7 +2684,7 @@ export interface ListWorkgroupsResponse {
|
|
|
2684
2684
|
* To retrieve the next page, make the call again using the returned token.</p>
|
|
2685
2685
|
* @public
|
|
2686
2686
|
*/
|
|
2687
|
-
nextToken?: string;
|
|
2687
|
+
nextToken?: string | undefined;
|
|
2688
2688
|
/**
|
|
2689
2689
|
* <p>The returned array of workgroups.</p>
|
|
2690
2690
|
* @public
|
|
@@ -2706,34 +2706,34 @@ export interface UpdateNamespaceRequest {
|
|
|
2706
2706
|
* <p>You can't use <code>adminUserPassword</code> if <code>manageAdminPassword</code> is true. </p>
|
|
2707
2707
|
* @public
|
|
2708
2708
|
*/
|
|
2709
|
-
adminUserPassword?: string;
|
|
2709
|
+
adminUserPassword?: string | undefined;
|
|
2710
2710
|
/**
|
|
2711
2711
|
* <p>The username of the administrator for the first database created in the namespace. This parameter must be updated
|
|
2712
2712
|
* together with <code>adminUserPassword</code>.</p>
|
|
2713
2713
|
* @public
|
|
2714
2714
|
*/
|
|
2715
|
-
adminUsername?: string;
|
|
2715
|
+
adminUsername?: string | undefined;
|
|
2716
2716
|
/**
|
|
2717
2717
|
* <p>The ID of the Amazon Web Services Key Management Service key used to encrypt your data.</p>
|
|
2718
2718
|
* @public
|
|
2719
2719
|
*/
|
|
2720
|
-
kmsKeyId?: string;
|
|
2720
|
+
kmsKeyId?: string | undefined;
|
|
2721
2721
|
/**
|
|
2722
2722
|
* <p>The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace. This parameter must be updated together
|
|
2723
2723
|
* with <code>iamRoles</code>.</p>
|
|
2724
2724
|
* @public
|
|
2725
2725
|
*/
|
|
2726
|
-
defaultIamRoleArn?: string;
|
|
2726
|
+
defaultIamRoleArn?: string | undefined;
|
|
2727
2727
|
/**
|
|
2728
2728
|
* <p>A list of IAM roles to associate with the namespace. This parameter must be updated together with <code>defaultIamRoleArn</code>.</p>
|
|
2729
2729
|
* @public
|
|
2730
2730
|
*/
|
|
2731
|
-
iamRoles?: string[];
|
|
2731
|
+
iamRoles?: string[] | undefined;
|
|
2732
2732
|
/**
|
|
2733
2733
|
* <p>The types of logs the namespace can export. The export types are <code>userlog</code>, <code>connectionlog</code>, and <code>useractivitylog</code>.</p>
|
|
2734
2734
|
* @public
|
|
2735
2735
|
*/
|
|
2736
|
-
logExports?: LogExport[];
|
|
2736
|
+
logExports?: LogExport[] | undefined;
|
|
2737
2737
|
/**
|
|
2738
2738
|
* <p>If <code>true</code>, Amazon Redshift uses Secrets Manager to manage the namespace's admin credentials.
|
|
2739
2739
|
* You can't use <code>adminUserPassword</code> if <code>manageAdminPassword</code> is true.
|
|
@@ -2742,13 +2742,13 @@ export interface UpdateNamespaceRequest {
|
|
|
2742
2742
|
* </p>
|
|
2743
2743
|
* @public
|
|
2744
2744
|
*/
|
|
2745
|
-
manageAdminPassword?: boolean;
|
|
2745
|
+
manageAdminPassword?: boolean | undefined;
|
|
2746
2746
|
/**
|
|
2747
2747
|
* <p>The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret.
|
|
2748
2748
|
* You can only use this parameter if <code>manageAdminPassword</code> is true.</p>
|
|
2749
2749
|
* @public
|
|
2750
2750
|
*/
|
|
2751
|
-
adminPasswordSecretKmsKeyId?: string;
|
|
2751
|
+
adminPasswordSecretKmsKeyId?: string | undefined;
|
|
2752
2752
|
}
|
|
2753
2753
|
/**
|
|
2754
2754
|
* @public
|
|
@@ -2789,7 +2789,7 @@ export interface PutResourcePolicyResponse {
|
|
|
2789
2789
|
* <p>The policy that was created or updated.</p>
|
|
2790
2790
|
* @public
|
|
2791
2791
|
*/
|
|
2792
|
-
resourcePolicy?: ResourcePolicy;
|
|
2792
|
+
resourcePolicy?: ResourcePolicy | undefined;
|
|
2793
2793
|
}
|
|
2794
2794
|
/**
|
|
2795
2795
|
* @public
|
|
@@ -2819,12 +2819,12 @@ export interface RestoreFromRecoveryPointResponse {
|
|
|
2819
2819
|
* <p>The unique identifier of the recovery point used for the restore.</p>
|
|
2820
2820
|
* @public
|
|
2821
2821
|
*/
|
|
2822
|
-
recoveryPointId?: string;
|
|
2822
|
+
recoveryPointId?: string | undefined;
|
|
2823
2823
|
/**
|
|
2824
2824
|
* <p>The namespace that data was restored into.</p>
|
|
2825
2825
|
* @public
|
|
2826
2826
|
*/
|
|
2827
|
-
namespace?: Namespace;
|
|
2827
|
+
namespace?: Namespace | undefined;
|
|
2828
2828
|
}
|
|
2829
2829
|
/**
|
|
2830
2830
|
* @public
|
|
@@ -2854,7 +2854,7 @@ export interface RestoreTableFromRecoveryPointRequest {
|
|
|
2854
2854
|
* <p>The name of the source schema that contains the table being restored.</p>
|
|
2855
2855
|
* @public
|
|
2856
2856
|
*/
|
|
2857
|
-
sourceSchemaName?: string;
|
|
2857
|
+
sourceSchemaName?: string | undefined;
|
|
2858
2858
|
/**
|
|
2859
2859
|
* <p>The name of the source table being restored.</p>
|
|
2860
2860
|
* @public
|
|
@@ -2864,12 +2864,12 @@ export interface RestoreTableFromRecoveryPointRequest {
|
|
|
2864
2864
|
* <p>The name of the database to restore the table to.</p>
|
|
2865
2865
|
* @public
|
|
2866
2866
|
*/
|
|
2867
|
-
targetDatabaseName?: string;
|
|
2867
|
+
targetDatabaseName?: string | undefined;
|
|
2868
2868
|
/**
|
|
2869
2869
|
* <p>The name of the schema to restore the table to.</p>
|
|
2870
2870
|
* @public
|
|
2871
2871
|
*/
|
|
2872
|
-
targetSchemaName?: string;
|
|
2872
|
+
targetSchemaName?: string | undefined;
|
|
2873
2873
|
/**
|
|
2874
2874
|
* <p>The name of the table to create from the restore operation.</p>
|
|
2875
2875
|
* @public
|
|
@@ -2879,7 +2879,7 @@ export interface RestoreTableFromRecoveryPointRequest {
|
|
|
2879
2879
|
* <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>
|
|
2880
2880
|
* @public
|
|
2881
2881
|
*/
|
|
2882
|
-
activateCaseSensitiveIdentifier?: boolean;
|
|
2882
|
+
activateCaseSensitiveIdentifier?: boolean | undefined;
|
|
2883
2883
|
}
|
|
2884
2884
|
/**
|
|
2885
2885
|
* @public
|
|
@@ -2889,7 +2889,7 @@ export interface RestoreTableFromRecoveryPointResponse {
|
|
|
2889
2889
|
* <p>Contains information about a table restore request.</p>
|
|
2890
2890
|
* @public
|
|
2891
2891
|
*/
|
|
2892
|
-
tableRestoreStatus?: TableRestoreStatus;
|
|
2892
|
+
tableRestoreStatus?: TableRestoreStatus | undefined;
|
|
2893
2893
|
}
|
|
2894
2894
|
/**
|
|
2895
2895
|
* @public
|
|
@@ -2907,7 +2907,7 @@ export interface UpdateScheduledActionRequest {
|
|
|
2907
2907
|
* </p>
|
|
2908
2908
|
* @public
|
|
2909
2909
|
*/
|
|
2910
|
-
targetAction?: TargetAction;
|
|
2910
|
+
targetAction?: TargetAction | undefined;
|
|
2911
2911
|
/**
|
|
2912
2912
|
* <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>
|
|
2913
2913
|
* <ul>
|
|
@@ -2921,7 +2921,7 @@ export interface UpdateScheduledActionRequest {
|
|
|
2921
2921
|
* </ul>
|
|
2922
2922
|
* @public
|
|
2923
2923
|
*/
|
|
2924
|
-
schedule?: Schedule;
|
|
2924
|
+
schedule?: Schedule | undefined;
|
|
2925
2925
|
/**
|
|
2926
2926
|
* <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.
|
|
2927
2927
|
* This IAM role must allow the Amazon Redshift scheduler to schedule creating snapshots (Principal scheduler.redshift.amazonaws.com) to assume permissions on your behalf.
|
|
@@ -2929,27 +2929,27 @@ export interface UpdateScheduledActionRequest {
|
|
|
2929
2929
|
* Amazon Redshift</a> in the Amazon Redshift Management Guide</p>
|
|
2930
2930
|
* @public
|
|
2931
2931
|
*/
|
|
2932
|
-
roleArn?: string;
|
|
2932
|
+
roleArn?: string | undefined;
|
|
2933
2933
|
/**
|
|
2934
2934
|
* <p>Specifies whether to enable the scheduled action.</p>
|
|
2935
2935
|
* @public
|
|
2936
2936
|
*/
|
|
2937
|
-
enabled?: boolean;
|
|
2937
|
+
enabled?: boolean | undefined;
|
|
2938
2938
|
/**
|
|
2939
2939
|
* <p>The descripion of the scheduled action to update to.</p>
|
|
2940
2940
|
* @public
|
|
2941
2941
|
*/
|
|
2942
|
-
scheduledActionDescription?: string;
|
|
2942
|
+
scheduledActionDescription?: string | undefined;
|
|
2943
2943
|
/**
|
|
2944
2944
|
* <p>The start time in UTC of the scheduled action to update to.</p>
|
|
2945
2945
|
* @public
|
|
2946
2946
|
*/
|
|
2947
|
-
startTime?: Date;
|
|
2947
|
+
startTime?: Date | undefined;
|
|
2948
2948
|
/**
|
|
2949
2949
|
* <p>The end time in UTC of the scheduled action to update.</p>
|
|
2950
2950
|
* @public
|
|
2951
2951
|
*/
|
|
2952
|
-
endTime?: Date;
|
|
2952
|
+
endTime?: Date | undefined;
|
|
2953
2953
|
}
|
|
2954
2954
|
/**
|
|
2955
2955
|
* @public
|
|
@@ -2959,7 +2959,7 @@ export interface UpdateScheduledActionResponse {
|
|
|
2959
2959
|
* <p>The ScheduledAction object that was updated.</p>
|
|
2960
2960
|
* @public
|
|
2961
2961
|
*/
|
|
2962
|
-
scheduledAction?: ScheduledActionResponse;
|
|
2962
|
+
scheduledAction?: ScheduledActionResponse | undefined;
|
|
2963
2963
|
}
|
|
2964
2964
|
/**
|
|
2965
2965
|
* @public
|
|
@@ -2979,19 +2979,19 @@ export interface RestoreFromSnapshotRequest {
|
|
|
2979
2979
|
* <p>The name of the snapshot to restore from. Must not be specified at the same time as <code>snapshotArn</code>.</p>
|
|
2980
2980
|
* @public
|
|
2981
2981
|
*/
|
|
2982
|
-
snapshotName?: string;
|
|
2982
|
+
snapshotName?: string | undefined;
|
|
2983
2983
|
/**
|
|
2984
2984
|
* <p>The Amazon Resource Name (ARN) of the snapshot to restore from. Required if restoring from Amazon Redshift Serverless to a provisioned cluster.
|
|
2985
2985
|
* Must not be specified at the same time as <code>snapshotName</code>.</p>
|
|
2986
2986
|
* <p>The format of the ARN is arn:aws:redshift:<region>:<account_id>:snapshot:<cluster_identifier>/<snapshot_identifier>.</p>
|
|
2987
2987
|
* @public
|
|
2988
2988
|
*/
|
|
2989
|
-
snapshotArn?: string;
|
|
2989
|
+
snapshotArn?: string | undefined;
|
|
2990
2990
|
/**
|
|
2991
2991
|
* <p>The Amazon Web Services account that owns the snapshot.</p>
|
|
2992
2992
|
* @public
|
|
2993
2993
|
*/
|
|
2994
|
-
ownerAccount?: string;
|
|
2994
|
+
ownerAccount?: string | undefined;
|
|
2995
2995
|
/**
|
|
2996
2996
|
* <p>If <code>true</code>, Amazon Redshift uses Secrets Manager to manage the restored
|
|
2997
2997
|
* snapshot's admin credentials. If <code>MmanageAdminPassword</code> is false or not set,
|
|
@@ -2999,12 +2999,12 @@ export interface RestoreFromSnapshotRequest {
|
|
|
2999
2999
|
* had at the time the snapshot was taken.</p>
|
|
3000
3000
|
* @public
|
|
3001
3001
|
*/
|
|
3002
|
-
manageAdminPassword?: boolean;
|
|
3002
|
+
manageAdminPassword?: boolean | undefined;
|
|
3003
3003
|
/**
|
|
3004
3004
|
* <p>The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret.</p>
|
|
3005
3005
|
* @public
|
|
3006
3006
|
*/
|
|
3007
|
-
adminPasswordSecretKmsKeyId?: string;
|
|
3007
|
+
adminPasswordSecretKmsKeyId?: string | undefined;
|
|
3008
3008
|
}
|
|
3009
3009
|
/**
|
|
3010
3010
|
* @public
|
|
@@ -3014,17 +3014,17 @@ export interface RestoreFromSnapshotResponse {
|
|
|
3014
3014
|
* <p>The name of the snapshot used to restore the namespace.</p>
|
|
3015
3015
|
* @public
|
|
3016
3016
|
*/
|
|
3017
|
-
snapshotName?: string;
|
|
3017
|
+
snapshotName?: string | undefined;
|
|
3018
3018
|
/**
|
|
3019
3019
|
* <p>The owner Amazon Web Services; account of the snapshot that was restored.</p>
|
|
3020
3020
|
* @public
|
|
3021
3021
|
*/
|
|
3022
|
-
ownerAccount?: string;
|
|
3022
|
+
ownerAccount?: string | undefined;
|
|
3023
3023
|
/**
|
|
3024
3024
|
* <p>A collection of database objects and users.</p>
|
|
3025
3025
|
* @public
|
|
3026
3026
|
*/
|
|
3027
|
-
namespace?: Namespace;
|
|
3027
|
+
namespace?: Namespace | undefined;
|
|
3028
3028
|
}
|
|
3029
3029
|
/**
|
|
3030
3030
|
* @public
|
|
@@ -3054,7 +3054,7 @@ export interface RestoreTableFromSnapshotRequest {
|
|
|
3054
3054
|
* <p>The name of the source schema that contains the table being restored.</p>
|
|
3055
3055
|
* @public
|
|
3056
3056
|
*/
|
|
3057
|
-
sourceSchemaName?: string;
|
|
3057
|
+
sourceSchemaName?: string | undefined;
|
|
3058
3058
|
/**
|
|
3059
3059
|
* <p>The name of the source table being restored.</p>
|
|
3060
3060
|
* @public
|
|
@@ -3064,12 +3064,12 @@ export interface RestoreTableFromSnapshotRequest {
|
|
|
3064
3064
|
* <p>The name of the database to restore the table to.</p>
|
|
3065
3065
|
* @public
|
|
3066
3066
|
*/
|
|
3067
|
-
targetDatabaseName?: string;
|
|
3067
|
+
targetDatabaseName?: string | undefined;
|
|
3068
3068
|
/**
|
|
3069
3069
|
* <p>The name of the schema to restore the table to.</p>
|
|
3070
3070
|
* @public
|
|
3071
3071
|
*/
|
|
3072
|
-
targetSchemaName?: string;
|
|
3072
|
+
targetSchemaName?: string | undefined;
|
|
3073
3073
|
/**
|
|
3074
3074
|
* <p>The name of the table to create from the restore operation.</p>
|
|
3075
3075
|
* @public
|
|
@@ -3081,7 +3081,7 @@ export interface RestoreTableFromSnapshotRequest {
|
|
|
3081
3081
|
* false, the names are not case sensitive. The default is false.</p>
|
|
3082
3082
|
* @public
|
|
3083
3083
|
*/
|
|
3084
|
-
activateCaseSensitiveIdentifier?: boolean;
|
|
3084
|
+
activateCaseSensitiveIdentifier?: boolean | undefined;
|
|
3085
3085
|
}
|
|
3086
3086
|
/**
|
|
3087
3087
|
* @public
|
|
@@ -3091,7 +3091,7 @@ export interface RestoreTableFromSnapshotResponse {
|
|
|
3091
3091
|
* <p>The TableRestoreStatus object that contains the status of the restore operation.</p>
|
|
3092
3092
|
* @public
|
|
3093
3093
|
*/
|
|
3094
|
-
tableRestoreStatus?: TableRestoreStatus;
|
|
3094
|
+
tableRestoreStatus?: TableRestoreStatus | undefined;
|
|
3095
3095
|
}
|
|
3096
3096
|
/**
|
|
3097
3097
|
* @public
|
|
@@ -3106,7 +3106,7 @@ export interface UpdateSnapshotRequest {
|
|
|
3106
3106
|
* <p>The new retention period of the snapshot.</p>
|
|
3107
3107
|
* @public
|
|
3108
3108
|
*/
|
|
3109
|
-
retentionPeriod?: number;
|
|
3109
|
+
retentionPeriod?: number | undefined;
|
|
3110
3110
|
}
|
|
3111
3111
|
/**
|
|
3112
3112
|
* @public
|
|
@@ -3116,7 +3116,7 @@ export interface UpdateSnapshotResponse {
|
|
|
3116
3116
|
* <p>The updated snapshot object.</p>
|
|
3117
3117
|
* @public
|
|
3118
3118
|
*/
|
|
3119
|
-
snapshot?: Snapshot;
|
|
3119
|
+
snapshot?: Snapshot | undefined;
|
|
3120
3120
|
}
|
|
3121
3121
|
/**
|
|
3122
3122
|
* @public
|
|
@@ -3131,7 +3131,7 @@ export interface UpdateSnapshotCopyConfigurationRequest {
|
|
|
3131
3131
|
* <p>The new retention period of how long to keep a snapshot in the destination Amazon Web Services Region.</p>
|
|
3132
3132
|
* @public
|
|
3133
3133
|
*/
|
|
3134
|
-
snapshotRetentionPeriod?: number;
|
|
3134
|
+
snapshotRetentionPeriod?: number | undefined;
|
|
3135
3135
|
}
|
|
3136
3136
|
/**
|
|
3137
3137
|
* @public
|
|
@@ -3211,22 +3211,22 @@ export interface UpdateCustomDomainAssociationResponse {
|
|
|
3211
3211
|
* <p>The custom domain name associated with the workgroup.</p>
|
|
3212
3212
|
* @public
|
|
3213
3213
|
*/
|
|
3214
|
-
customDomainName?: string;
|
|
3214
|
+
customDomainName?: string | undefined;
|
|
3215
3215
|
/**
|
|
3216
3216
|
* <p>The name of the workgroup associated with the database.</p>
|
|
3217
3217
|
* @public
|
|
3218
3218
|
*/
|
|
3219
|
-
workgroupName?: string;
|
|
3219
|
+
workgroupName?: string | undefined;
|
|
3220
3220
|
/**
|
|
3221
3221
|
* <p>The custom domain name’s certificate Amazon resource name (ARN).</p>
|
|
3222
3222
|
* @public
|
|
3223
3223
|
*/
|
|
3224
|
-
customDomainCertificateArn?: string;
|
|
3224
|
+
customDomainCertificateArn?: string | undefined;
|
|
3225
3225
|
/**
|
|
3226
3226
|
* <p>The expiration time for the certificate.</p>
|
|
3227
3227
|
* @public
|
|
3228
3228
|
*/
|
|
3229
|
-
customDomainCertificateExpiryTime?: Date;
|
|
3229
|
+
customDomainCertificateExpiryTime?: Date | undefined;
|
|
3230
3230
|
}
|
|
3231
3231
|
/**
|
|
3232
3232
|
* @public
|
|
@@ -3243,12 +3243,12 @@ export interface UpdateUsageLimitRequest {
|
|
|
3243
3243
|
* The value must be a positive number.</p>
|
|
3244
3244
|
* @public
|
|
3245
3245
|
*/
|
|
3246
|
-
amount?: number;
|
|
3246
|
+
amount?: number | undefined;
|
|
3247
3247
|
/**
|
|
3248
3248
|
* <p>The new action that Amazon Redshift Serverless takes when the limit is reached.</p>
|
|
3249
3249
|
* @public
|
|
3250
3250
|
*/
|
|
3251
|
-
breachAction?: UsageLimitBreachAction;
|
|
3251
|
+
breachAction?: UsageLimitBreachAction | undefined;
|
|
3252
3252
|
}
|
|
3253
3253
|
/**
|
|
3254
3254
|
* @public
|
|
@@ -3258,7 +3258,7 @@ export interface UpdateUsageLimitResponse {
|
|
|
3258
3258
|
* <p>The updated usage limit object.</p>
|
|
3259
3259
|
* @public
|
|
3260
3260
|
*/
|
|
3261
|
-
usageLimit?: UsageLimit;
|
|
3261
|
+
usageLimit?: UsageLimit | undefined;
|
|
3262
3262
|
}
|
|
3263
3263
|
/**
|
|
3264
3264
|
* @public
|
|
@@ -3273,13 +3273,13 @@ export interface UpdateWorkgroupRequest {
|
|
|
3273
3273
|
* <p>The new base data warehouse capacity in Redshift Processing Units (RPUs).</p>
|
|
3274
3274
|
* @public
|
|
3275
3275
|
*/
|
|
3276
|
-
baseCapacity?: number;
|
|
3276
|
+
baseCapacity?: number | undefined;
|
|
3277
3277
|
/**
|
|
3278
3278
|
* <p>The value that specifies whether to turn on enhanced virtual
|
|
3279
3279
|
* private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC.</p>
|
|
3280
3280
|
* @public
|
|
3281
3281
|
*/
|
|
3282
|
-
enhancedVpcRouting?: boolean;
|
|
3282
|
+
enhancedVpcRouting?: boolean | undefined;
|
|
3283
3283
|
/**
|
|
3284
3284
|
* <p>An array of parameters to set for advanced control over a database. The
|
|
3285
3285
|
* options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>,
|
|
@@ -3289,42 +3289,42 @@ export interface UpdateWorkgroupRequest {
|
|
|
3289
3289
|
* Query monitoring metrics for Amazon Redshift Serverless</a>.</p>
|
|
3290
3290
|
* @public
|
|
3291
3291
|
*/
|
|
3292
|
-
configParameters?: ConfigParameter[];
|
|
3292
|
+
configParameters?: ConfigParameter[] | undefined;
|
|
3293
3293
|
/**
|
|
3294
3294
|
* <p>A value that specifies whether the workgroup can be accessible from a public network.</p>
|
|
3295
3295
|
* @public
|
|
3296
3296
|
*/
|
|
3297
|
-
publiclyAccessible?: boolean;
|
|
3297
|
+
publiclyAccessible?: boolean | undefined;
|
|
3298
3298
|
/**
|
|
3299
3299
|
* <p>An array of VPC subnet IDs to associate with the workgroup.</p>
|
|
3300
3300
|
* @public
|
|
3301
3301
|
*/
|
|
3302
|
-
subnetIds?: string[];
|
|
3302
|
+
subnetIds?: string[] | undefined;
|
|
3303
3303
|
/**
|
|
3304
3304
|
* <p>An array of security group IDs to associate with the workgroup.</p>
|
|
3305
3305
|
* @public
|
|
3306
3306
|
*/
|
|
3307
|
-
securityGroupIds?: string[];
|
|
3307
|
+
securityGroupIds?: string[] | undefined;
|
|
3308
3308
|
/**
|
|
3309
3309
|
* <p>The custom port to use when connecting to a workgroup. Valid port ranges are 5431-5455 and 8191-8215. The default is 5439.</p>
|
|
3310
3310
|
* @public
|
|
3311
3311
|
*/
|
|
3312
|
-
port?: number;
|
|
3312
|
+
port?: number | undefined;
|
|
3313
3313
|
/**
|
|
3314
3314
|
* <p>The maximum data-warehouse capacity Amazon Redshift Serverless uses to serve queries. The max capacity is specified in RPUs.</p>
|
|
3315
3315
|
* @public
|
|
3316
3316
|
*/
|
|
3317
|
-
maxCapacity?: number;
|
|
3317
|
+
maxCapacity?: number | undefined;
|
|
3318
3318
|
/**
|
|
3319
3319
|
* <p>The IP address type that the workgroup supports. Possible values are <code>ipv4</code> and <code>dualstack</code>.</p>
|
|
3320
3320
|
* @public
|
|
3321
3321
|
*/
|
|
3322
|
-
ipAddressType?: string;
|
|
3322
|
+
ipAddressType?: string | undefined;
|
|
3323
3323
|
/**
|
|
3324
3324
|
* <p>An object that represents the price performance target settings for the workgroup.</p>
|
|
3325
3325
|
* @public
|
|
3326
3326
|
*/
|
|
3327
|
-
pricePerformanceTarget?: PerformanceTarget;
|
|
3327
|
+
pricePerformanceTarget?: PerformanceTarget | undefined;
|
|
3328
3328
|
}
|
|
3329
3329
|
/**
|
|
3330
3330
|
* @public
|