@aws-sdk/client-redshift 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.
@@ -13,7 +13,7 @@ export interface DescribeClusterSecurityGroupsMessage {
13
13
  * </p>
14
14
  * @public
15
15
  */
16
- ClusterSecurityGroupName?: string;
16
+ ClusterSecurityGroupName?: string | undefined;
17
17
  /**
18
18
  * <p>The maximum number of response records to return in each call. If the number of
19
19
  * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
@@ -24,7 +24,7 @@ export interface DescribeClusterSecurityGroupsMessage {
24
24
  * <p>Constraints: minimum 20, maximum 100.</p>
25
25
  * @public
26
26
  */
27
- MaxRecords?: number;
27
+ MaxRecords?: number | undefined;
28
28
  /**
29
29
  * <p>An optional parameter that specifies the starting point to return a set of response
30
30
  * records. When the results of a <a>DescribeClusterSecurityGroups</a> request
@@ -35,7 +35,7 @@ export interface DescribeClusterSecurityGroupsMessage {
35
35
  * <p>Constraints: You must specify either the <b>ClusterSecurityGroupName</b> parameter or the <b>Marker</b> parameter, but not both. </p>
36
36
  * @public
37
37
  */
38
- Marker?: string;
38
+ Marker?: string | undefined;
39
39
  /**
40
40
  * <p>A tag key or keys for which you want to return all matching cluster security groups
41
41
  * that are associated with the specified key or keys. For example, suppose that you have
@@ -45,7 +45,7 @@ export interface DescribeClusterSecurityGroupsMessage {
45
45
  * tag keys associated with them.</p>
46
46
  * @public
47
47
  */
48
- TagKeys?: string[];
48
+ TagKeys?: string[] | undefined;
49
49
  /**
50
50
  * <p>A tag value or values for which you want to return all matching cluster security
51
51
  * groups that are associated with the specified tag value or values. For example, suppose
@@ -55,7 +55,7 @@ export interface DescribeClusterSecurityGroupsMessage {
55
55
  * associated with them.</p>
56
56
  * @public
57
57
  */
58
- TagValues?: string[];
58
+ TagValues?: string[] | undefined;
59
59
  }
60
60
  /**
61
61
  * @public
@@ -96,7 +96,7 @@ export interface SnapshotSortingEntity {
96
96
  * <p>The order for listing the attributes.</p>
97
97
  * @public
98
98
  */
99
- SortOrder?: SortByOrder;
99
+ SortOrder?: SortByOrder | undefined;
100
100
  }
101
101
  /**
102
102
  * <p></p>
@@ -107,18 +107,18 @@ export interface DescribeClusterSnapshotsMessage {
107
107
  * <p>The identifier of the cluster which generated the requested snapshots.</p>
108
108
  * @public
109
109
  */
110
- ClusterIdentifier?: string;
110
+ ClusterIdentifier?: string | undefined;
111
111
  /**
112
112
  * <p>The snapshot identifier of the snapshot about which to return
113
113
  * information.</p>
114
114
  * @public
115
115
  */
116
- SnapshotIdentifier?: string;
116
+ SnapshotIdentifier?: string | undefined;
117
117
  /**
118
118
  * <p>The Amazon Resource Name (ARN) of the snapshot associated with the message to describe cluster snapshots.</p>
119
119
  * @public
120
120
  */
121
- SnapshotArn?: string;
121
+ SnapshotArn?: string | undefined;
122
122
  /**
123
123
  * <p>The type of snapshots for which you are requesting information. By default,
124
124
  * snapshots of all types are returned.</p>
@@ -126,7 +126,7 @@ export interface DescribeClusterSnapshotsMessage {
126
126
  * </p>
127
127
  * @public
128
128
  */
129
- SnapshotType?: string;
129
+ SnapshotType?: string | undefined;
130
130
  /**
131
131
  * <p>A value that requests only snapshots created at or after the specified time. The
132
132
  * time value is specified in ISO 8601 format. For more information about ISO 8601, go to
@@ -136,7 +136,7 @@ export interface DescribeClusterSnapshotsMessage {
136
136
  * </p>
137
137
  * @public
138
138
  */
139
- StartTime?: Date;
139
+ StartTime?: Date | undefined;
140
140
  /**
141
141
  * <p>A time value that requests only snapshots created at or before the specified time.
142
142
  * The time value is specified in ISO 8601 format. For more information about ISO 8601, go
@@ -147,7 +147,7 @@ export interface DescribeClusterSnapshotsMessage {
147
147
  * </p>
148
148
  * @public
149
149
  */
150
- EndTime?: Date;
150
+ EndTime?: Date | undefined;
151
151
  /**
152
152
  * <p>The maximum number of response records to return in each call. If the number of
153
153
  * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
@@ -158,7 +158,7 @@ export interface DescribeClusterSnapshotsMessage {
158
158
  * <p>Constraints: minimum 20, maximum 100.</p>
159
159
  * @public
160
160
  */
161
- MaxRecords?: number;
161
+ MaxRecords?: number | undefined;
162
162
  /**
163
163
  * <p>An optional parameter that specifies the starting point to return a set of response
164
164
  * records. When the results of a <a>DescribeClusterSnapshots</a> request exceed
@@ -168,7 +168,7 @@ export interface DescribeClusterSnapshotsMessage {
168
168
  * retrying the request. </p>
169
169
  * @public
170
170
  */
171
- Marker?: string;
171
+ Marker?: string | undefined;
172
172
  /**
173
173
  * <p>The Amazon Web Services account used to create or copy the snapshot. Use this field to
174
174
  * filter the results to snapshots owned by a particular account. To describe snapshots you
@@ -176,7 +176,7 @@ export interface DescribeClusterSnapshotsMessage {
176
176
  * parameter.</p>
177
177
  * @public
178
178
  */
179
- OwnerAccount?: string;
179
+ OwnerAccount?: string | undefined;
180
180
  /**
181
181
  * <p>A tag key or keys for which you want to return all matching cluster snapshots that
182
182
  * are associated with the specified key or keys. For example, suppose that you have
@@ -186,7 +186,7 @@ export interface DescribeClusterSnapshotsMessage {
186
186
  * keys associated with them.</p>
187
187
  * @public
188
188
  */
189
- TagKeys?: string[];
189
+ TagKeys?: string[] | undefined;
190
190
  /**
191
191
  * <p>A tag value or values for which you want to return all matching cluster snapshots
192
192
  * that are associated with the specified tag value or values. For example, suppose that
@@ -196,7 +196,7 @@ export interface DescribeClusterSnapshotsMessage {
196
196
  * associated with them.</p>
197
197
  * @public
198
198
  */
199
- TagValues?: string[];
199
+ TagValues?: string[] | undefined;
200
200
  /**
201
201
  * <p>A value that indicates whether to return snapshots only for an existing cluster.
202
202
  * You can perform table-level restore only by using a snapshot of an existing cluster,
@@ -224,12 +224,12 @@ export interface DescribeClusterSnapshotsMessage {
224
224
  * </ul>
225
225
  * @public
226
226
  */
227
- ClusterExists?: boolean;
227
+ ClusterExists?: boolean | undefined;
228
228
  /**
229
229
  * <p></p>
230
230
  * @public
231
231
  */
232
- SortingEntities?: SnapshotSortingEntity[];
232
+ SortingEntities?: SnapshotSortingEntity[] | undefined;
233
233
  }
234
234
  /**
235
235
  * <p>Contains the output from the <a>DescribeClusterSnapshots</a> action.
@@ -245,12 +245,12 @@ export interface SnapshotMessage {
245
245
  * records have been retrieved for the request. </p>
246
246
  * @public
247
247
  */
248
- Marker?: string;
248
+ Marker?: string | undefined;
249
249
  /**
250
250
  * <p>A list of <a>Snapshot</a> instances. </p>
251
251
  * @public
252
252
  */
253
- Snapshots?: Snapshot[];
253
+ Snapshots?: Snapshot[] | undefined;
254
254
  }
255
255
  /**
256
256
  * <p></p>
@@ -261,7 +261,7 @@ export interface DescribeClusterSubnetGroupsMessage {
261
261
  * <p>The name of the cluster subnet group for which information is requested.</p>
262
262
  * @public
263
263
  */
264
- ClusterSubnetGroupName?: string;
264
+ ClusterSubnetGroupName?: string | undefined;
265
265
  /**
266
266
  * <p>The maximum number of response records to return in each call. If the number of
267
267
  * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
@@ -272,7 +272,7 @@ export interface DescribeClusterSubnetGroupsMessage {
272
272
  * <p>Constraints: minimum 20, maximum 100.</p>
273
273
  * @public
274
274
  */
275
- MaxRecords?: number;
275
+ MaxRecords?: number | undefined;
276
276
  /**
277
277
  * <p>An optional parameter that specifies the starting point to return a set of response
278
278
  * records. When the results of a <a>DescribeClusterSubnetGroups</a> request
@@ -282,7 +282,7 @@ export interface DescribeClusterSubnetGroupsMessage {
282
282
  * retrying the request. </p>
283
283
  * @public
284
284
  */
285
- Marker?: string;
285
+ Marker?: string | undefined;
286
286
  /**
287
287
  * <p>A tag key or keys for which you want to return all matching cluster subnet groups
288
288
  * that are associated with the specified key or keys. For example, suppose that you have
@@ -292,7 +292,7 @@ export interface DescribeClusterSubnetGroupsMessage {
292
292
  * tag keys associated with them.</p>
293
293
  * @public
294
294
  */
295
- TagKeys?: string[];
295
+ TagKeys?: string[] | undefined;
296
296
  /**
297
297
  * <p>A tag value or values for which you want to return all matching cluster subnet
298
298
  * groups that are associated with the specified tag value or values. For example, suppose
@@ -302,7 +302,7 @@ export interface DescribeClusterSubnetGroupsMessage {
302
302
  * associated with them.</p>
303
303
  * @public
304
304
  */
305
- TagValues?: string[];
305
+ TagValues?: string[] | undefined;
306
306
  }
307
307
  /**
308
308
  * @public
@@ -312,12 +312,12 @@ export interface DescribeClusterTracksMessage {
312
312
  * <p>The name of the maintenance track. </p>
313
313
  * @public
314
314
  */
315
- MaintenanceTrackName?: string;
315
+ MaintenanceTrackName?: string | undefined;
316
316
  /**
317
317
  * <p>An integer value for the maximum number of maintenance tracks to return.</p>
318
318
  * @public
319
319
  */
320
- MaxRecords?: number;
320
+ MaxRecords?: number | undefined;
321
321
  /**
322
322
  * <p>An optional parameter that specifies the starting point to return a set of response
323
323
  * records. When the results of a <code>DescribeClusterTracks</code> request exceed the
@@ -327,7 +327,7 @@ export interface DescribeClusterTracksMessage {
327
327
  * retrying the request. </p>
328
328
  * @public
329
329
  */
330
- Marker?: string;
330
+ Marker?: string | undefined;
331
331
  }
332
332
  /**
333
333
  * <p>Describes the operations that are allowed on a maintenance track.</p>
@@ -338,7 +338,7 @@ export interface SupportedOperation {
338
338
  * <p>A list of the supported operations.</p>
339
339
  * @public
340
340
  */
341
- OperationName?: string;
341
+ OperationName?: string | undefined;
342
342
  }
343
343
  /**
344
344
  * <p>A maintenance track that you can switch the current track to.</p>
@@ -349,17 +349,17 @@ export interface UpdateTarget {
349
349
  * <p>The name of the new maintenance track.</p>
350
350
  * @public
351
351
  */
352
- MaintenanceTrackName?: string;
352
+ MaintenanceTrackName?: string | undefined;
353
353
  /**
354
354
  * <p>The cluster version for the new maintenance track.</p>
355
355
  * @public
356
356
  */
357
- DatabaseVersion?: string;
357
+ DatabaseVersion?: string | undefined;
358
358
  /**
359
359
  * <p>A list of operations supported by the maintenance track.</p>
360
360
  * @public
361
361
  */
362
- SupportedOperations?: SupportedOperation[];
362
+ SupportedOperations?: SupportedOperation[] | undefined;
363
363
  }
364
364
  /**
365
365
  * <p>Defines a maintenance track that determines which Amazon Redshift version to apply
@@ -375,18 +375,18 @@ export interface MaintenanceTrack {
375
375
  * <code>trailing</code>.</p>
376
376
  * @public
377
377
  */
378
- MaintenanceTrackName?: string;
378
+ MaintenanceTrackName?: string | undefined;
379
379
  /**
380
380
  * <p>The version number for the cluster release.</p>
381
381
  * @public
382
382
  */
383
- DatabaseVersion?: string;
383
+ DatabaseVersion?: string | undefined;
384
384
  /**
385
385
  * <p>An array of <a>UpdateTarget</a> objects to update with the maintenance
386
386
  * track. </p>
387
387
  * @public
388
388
  */
389
- UpdateTargets?: UpdateTarget[];
389
+ UpdateTargets?: UpdateTarget[] | undefined;
390
390
  }
391
391
  /**
392
392
  * @public
@@ -397,14 +397,14 @@ export interface TrackListMessage {
397
397
  * operation. </p>
398
398
  * @public
399
399
  */
400
- MaintenanceTracks?: MaintenanceTrack[];
400
+ MaintenanceTracks?: MaintenanceTrack[] | undefined;
401
401
  /**
402
402
  * <p>The starting point to return a set of response tracklist records. You can retrieve the
403
403
  * next set of response records by providing the returned marker value in the
404
404
  * <code>Marker</code> parameter and retrying the request.</p>
405
405
  * @public
406
406
  */
407
- Marker?: string;
407
+ Marker?: string | undefined;
408
408
  }
409
409
  /**
410
410
  * <p></p>
@@ -417,7 +417,7 @@ export interface DescribeClusterVersionsMessage {
417
417
  * </p>
418
418
  * @public
419
419
  */
420
- ClusterVersion?: string;
420
+ ClusterVersion?: string | undefined;
421
421
  /**
422
422
  * <p>The name of a specific cluster parameter group family to return details
423
423
  * for.</p>
@@ -435,7 +435,7 @@ export interface DescribeClusterVersionsMessage {
435
435
  * </ul>
436
436
  * @public
437
437
  */
438
- ClusterParameterGroupFamily?: string;
438
+ ClusterParameterGroupFamily?: string | undefined;
439
439
  /**
440
440
  * <p>The maximum number of response records to return in each call. If the number of
441
441
  * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
@@ -446,7 +446,7 @@ export interface DescribeClusterVersionsMessage {
446
446
  * <p>Constraints: minimum 20, maximum 100.</p>
447
447
  * @public
448
448
  */
449
- MaxRecords?: number;
449
+ MaxRecords?: number | undefined;
450
450
  /**
451
451
  * <p>An optional parameter that specifies the starting point to return a set of response
452
452
  * records. When the results of a <a>DescribeClusterVersions</a> request exceed
@@ -456,7 +456,7 @@ export interface DescribeClusterVersionsMessage {
456
456
  * retrying the request. </p>
457
457
  * @public
458
458
  */
459
- Marker?: string;
459
+ Marker?: string | undefined;
460
460
  }
461
461
  /**
462
462
  * @public
@@ -466,22 +466,22 @@ export interface DescribeCustomDomainAssociationsMessage {
466
466
  * <p>The custom domain name for the custom domain association.</p>
467
467
  * @public
468
468
  */
469
- CustomDomainName?: string;
469
+ CustomDomainName?: string | undefined;
470
470
  /**
471
471
  * <p>The certificate Amazon Resource Name (ARN) for the custom domain association.</p>
472
472
  * @public
473
473
  */
474
- CustomDomainCertificateArn?: string;
474
+ CustomDomainCertificateArn?: string | undefined;
475
475
  /**
476
476
  * <p>The maximum records setting for the associated custom domain.</p>
477
477
  * @public
478
478
  */
479
- MaxRecords?: number;
479
+ MaxRecords?: number | undefined;
480
480
  /**
481
481
  * <p>The marker for the custom domain association.</p>
482
482
  * @public
483
483
  */
484
- Marker?: string;
484
+ Marker?: string | undefined;
485
485
  }
486
486
  /**
487
487
  * @public
@@ -491,7 +491,7 @@ export interface DescribeDataSharesMessage {
491
491
  * <p>The Amazon resource name (ARN) of the datashare to describe details of.</p>
492
492
  * @public
493
493
  */
494
- DataShareArn?: string;
494
+ DataShareArn?: string | undefined;
495
495
  /**
496
496
  * <p>The maximum number of response records to return in each call. If the number of
497
497
  * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
@@ -499,12 +499,12 @@ export interface DescribeDataSharesMessage {
499
499
  * set of records by retrying the command with the returned marker value. </p>
500
500
  * @public
501
501
  */
502
- MaxRecords?: number;
502
+ MaxRecords?: number | undefined;
503
503
  /**
504
504
  * <p>An optional parameter that specifies the starting point to return a set of response records. When the results of a <a>DescribeDataShares</a> request exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the <code>Marker</code> field of the response. You can retrieve the next set of response records by providing the returned marker value in the <code>Marker</code> parameter and retrying the request. </p>
505
505
  * @public
506
506
  */
507
- Marker?: string;
507
+ Marker?: string | undefined;
508
508
  }
509
509
  /**
510
510
  * @public
@@ -514,12 +514,12 @@ export interface DescribeDataSharesResult {
514
514
  * <p>The results returned from describing datashares.</p>
515
515
  * @public
516
516
  */
517
- DataShares?: DataShare[];
517
+ DataShares?: DataShare[] | undefined;
518
518
  /**
519
519
  * <p>An optional parameter that specifies the starting point to return a set of response records. When the results of a <a>DescribeDataShares</a> request exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the <code>Marker</code> field of the response. You can retrieve the next set of response records by providing the returned marker value in the <code>Marker</code> parameter and retrying the request. </p>
520
520
  * @public
521
521
  */
522
- Marker?: string;
522
+ Marker?: string | undefined;
523
523
  }
524
524
  /**
525
525
  * @public
@@ -529,13 +529,13 @@ export interface DescribeDataSharesForConsumerMessage {
529
529
  * <p>The Amazon Resource Name (ARN) of the consumer namespace that returns in the list of datashares.</p>
530
530
  * @public
531
531
  */
532
- ConsumerArn?: string;
532
+ ConsumerArn?: string | undefined;
533
533
  /**
534
534
  * <p>An identifier giving the status of a datashare in the consumer cluster. If this field is specified, Amazon
535
535
  * Redshift returns the list of datashares that have the specified status.</p>
536
536
  * @public
537
537
  */
538
- Status?: DataShareStatusForConsumer;
538
+ Status?: DataShareStatusForConsumer | undefined;
539
539
  /**
540
540
  * <p>The maximum number of response records to return in each call. If the number of
541
541
  * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
@@ -543,7 +543,7 @@ export interface DescribeDataSharesForConsumerMessage {
543
543
  * set of records by retrying the command with the returned marker value. </p>
544
544
  * @public
545
545
  */
546
- MaxRecords?: number;
546
+ MaxRecords?: number | undefined;
547
547
  /**
548
548
  * <p>An optional parameter that specifies the starting point to return a set of response
549
549
  * records. When the results of a <a>DescribeDataSharesForConsumer</a> request
@@ -553,7 +553,7 @@ export interface DescribeDataSharesForConsumerMessage {
553
553
  * retrying the request. </p>
554
554
  * @public
555
555
  */
556
- Marker?: string;
556
+ Marker?: string | undefined;
557
557
  }
558
558
  /**
559
559
  * @public
@@ -563,7 +563,7 @@ export interface DescribeDataSharesForConsumerResult {
563
563
  * <p>Shows the results of datashares available for consumers.</p>
564
564
  * @public
565
565
  */
566
- DataShares?: DataShare[];
566
+ DataShares?: DataShare[] | undefined;
567
567
  /**
568
568
  * <p>An optional parameter that specifies the starting point to return a set of response
569
569
  * records. When the results of a <a>DescribeDataSharesForConsumer</a> request
@@ -573,7 +573,7 @@ export interface DescribeDataSharesForConsumerResult {
573
573
  * retrying the request. </p>
574
574
  * @public
575
575
  */
576
- Marker?: string;
576
+ Marker?: string | undefined;
577
577
  }
578
578
  /**
579
579
  * @public
@@ -583,13 +583,13 @@ export interface DescribeDataSharesForProducerMessage {
583
583
  * <p>The Amazon Resource Name (ARN) of the producer namespace that returns in the list of datashares.</p>
584
584
  * @public
585
585
  */
586
- ProducerArn?: string;
586
+ ProducerArn?: string | undefined;
587
587
  /**
588
588
  * <p>An identifier giving the status of a datashare in the producer. If this field is specified, Amazon
589
589
  * Redshift returns the list of datashares that have the specified status.</p>
590
590
  * @public
591
591
  */
592
- Status?: DataShareStatusForProducer;
592
+ Status?: DataShareStatusForProducer | undefined;
593
593
  /**
594
594
  * <p>The maximum number of response records to return in each call. If the number of
595
595
  * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
@@ -597,7 +597,7 @@ export interface DescribeDataSharesForProducerMessage {
597
597
  * set of records by retrying the command with the returned marker value. </p>
598
598
  * @public
599
599
  */
600
- MaxRecords?: number;
600
+ MaxRecords?: number | undefined;
601
601
  /**
602
602
  * <p>An optional parameter that specifies the starting point to return a set of response
603
603
  * records. When the results of a <a>DescribeDataSharesForProducer</a> request
@@ -607,7 +607,7 @@ export interface DescribeDataSharesForProducerMessage {
607
607
  * retrying the request. </p>
608
608
  * @public
609
609
  */
610
- Marker?: string;
610
+ Marker?: string | undefined;
611
611
  }
612
612
  /**
613
613
  * @public
@@ -617,7 +617,7 @@ export interface DescribeDataSharesForProducerResult {
617
617
  * <p>Shows the results of datashares available for producers.</p>
618
618
  * @public
619
619
  */
620
- DataShares?: DataShare[];
620
+ DataShares?: DataShare[] | undefined;
621
621
  /**
622
622
  * <p>An optional parameter that specifies the starting point to return a set of response
623
623
  * records. When the results of a <a>DescribeDataSharesForProducer</a> request
@@ -627,7 +627,7 @@ export interface DescribeDataSharesForProducerResult {
627
627
  * retrying the request. </p>
628
628
  * @public
629
629
  */
630
- Marker?: string;
630
+ Marker?: string | undefined;
631
631
  }
632
632
  /**
633
633
  * <p></p>
@@ -649,7 +649,7 @@ export interface DescribeDefaultClusterParametersMessage {
649
649
  * <p>Constraints: minimum 20, maximum 100.</p>
650
650
  * @public
651
651
  */
652
- MaxRecords?: number;
652
+ MaxRecords?: number | undefined;
653
653
  /**
654
654
  * <p>An optional parameter that specifies the starting point to return a set of response
655
655
  * records. When the results of a <a>DescribeDefaultClusterParameters</a>
@@ -659,7 +659,7 @@ export interface DescribeDefaultClusterParametersMessage {
659
659
  * retrying the request. </p>
660
660
  * @public
661
661
  */
662
- Marker?: string;
662
+ Marker?: string | undefined;
663
663
  }
664
664
  /**
665
665
  * @public
@@ -669,7 +669,7 @@ export interface DescribeDefaultClusterParametersResult {
669
669
  * <p>Describes the default cluster parameters for a parameter group family.</p>
670
670
  * @public
671
671
  */
672
- DefaultClusterParameters?: DefaultClusterParameters;
672
+ DefaultClusterParameters?: DefaultClusterParameters | undefined;
673
673
  }
674
674
  /**
675
675
  * @public
@@ -679,29 +679,29 @@ export interface DescribeEndpointAccessMessage {
679
679
  * <p>The cluster identifier associated with the described endpoint.</p>
680
680
  * @public
681
681
  */
682
- ClusterIdentifier?: string;
682
+ ClusterIdentifier?: string | undefined;
683
683
  /**
684
684
  * <p>The Amazon Web Services account ID of the owner of the cluster.</p>
685
685
  * @public
686
686
  */
687
- ResourceOwner?: string;
687
+ ResourceOwner?: string | undefined;
688
688
  /**
689
689
  * <p>The name of the endpoint to be described.</p>
690
690
  * @public
691
691
  */
692
- EndpointName?: string;
692
+ EndpointName?: string | undefined;
693
693
  /**
694
694
  * <p>The virtual private cloud (VPC) identifier with access to the cluster.</p>
695
695
  * @public
696
696
  */
697
- VpcId?: string;
697
+ VpcId?: string | undefined;
698
698
  /**
699
699
  * <p>The maximum number of records to include in the response. If more records exist
700
700
  * than the specified <code>MaxRecords</code> value, a pagination token called a <code>Marker</code> is
701
701
  * included in the response so that the remaining results can be retrieved.</p>
702
702
  * @public
703
703
  */
704
- MaxRecords?: number;
704
+ MaxRecords?: number | undefined;
705
705
  /**
706
706
  * <p>An optional pagination token provided by a previous
707
707
  * <code>DescribeEndpointAccess</code> request. If this parameter is specified, the
@@ -709,7 +709,7 @@ export interface DescribeEndpointAccessMessage {
709
709
  * <code>MaxRecords</code> parameter.</p>
710
710
  * @public
711
711
  */
712
- Marker?: string;
712
+ Marker?: string | undefined;
713
713
  }
714
714
  /**
715
715
  * @public
@@ -719,7 +719,7 @@ export interface EndpointAccessList {
719
719
  * <p>The list of endpoints with access to the cluster.</p>
720
720
  * @public
721
721
  */
722
- EndpointAccessList?: EndpointAccess[];
722
+ EndpointAccessList?: EndpointAccess[] | undefined;
723
723
  /**
724
724
  * <p>An optional pagination token provided by a previous
725
725
  * <code>DescribeEndpointAccess</code> request. If this parameter is specified, the
@@ -727,7 +727,7 @@ export interface EndpointAccessList {
727
727
  * <code>MaxRecords</code> parameter.</p>
728
728
  * @public
729
729
  */
730
- Marker?: string;
730
+ Marker?: string | undefined;
731
731
  }
732
732
  /**
733
733
  * @public
@@ -737,27 +737,27 @@ export interface DescribeEndpointAuthorizationMessage {
737
737
  * <p>The cluster identifier of the cluster to access.</p>
738
738
  * @public
739
739
  */
740
- ClusterIdentifier?: string;
740
+ ClusterIdentifier?: string | undefined;
741
741
  /**
742
742
  * <p>The Amazon Web Services account ID of either the cluster owner (grantor) or grantee.
743
743
  * If <code>Grantee</code> parameter is true, then the <code>Account</code> value is of the grantor.</p>
744
744
  * @public
745
745
  */
746
- Account?: string;
746
+ Account?: string | undefined;
747
747
  /**
748
748
  * <p>Indicates whether to check authorization from a grantor or grantee point of view.
749
749
  * If true, Amazon Redshift returns endpoint authorizations that you've been granted.
750
750
  * If false (default), checks authorization from a grantor point of view.</p>
751
751
  * @public
752
752
  */
753
- Grantee?: boolean;
753
+ Grantee?: boolean | undefined;
754
754
  /**
755
755
  * <p>The maximum number of records to include in the response. If more records exist
756
756
  * than the specified <code>MaxRecords</code> value, a pagination token called a <code>Marker</code> is
757
757
  * included in the response so that the remaining results can be retrieved.</p>
758
758
  * @public
759
759
  */
760
- MaxRecords?: number;
760
+ MaxRecords?: number | undefined;
761
761
  /**
762
762
  * <p>An optional pagination token provided by a previous
763
763
  * <code>DescribeEndpointAuthorization</code> request. If this parameter is specified, the
@@ -765,7 +765,7 @@ export interface DescribeEndpointAuthorizationMessage {
765
765
  * <code>MaxRecords</code> parameter.</p>
766
766
  * @public
767
767
  */
768
- Marker?: string;
768
+ Marker?: string | undefined;
769
769
  }
770
770
  /**
771
771
  * @public
@@ -775,7 +775,7 @@ export interface EndpointAuthorizationList {
775
775
  * <p>The authorizations to an endpoint.</p>
776
776
  * @public
777
777
  */
778
- EndpointAuthorizationList?: EndpointAuthorization[];
778
+ EndpointAuthorizationList?: EndpointAuthorization[] | undefined;
779
779
  /**
780
780
  * <p>An optional pagination token provided by a previous
781
781
  * <code>DescribeEndpointAuthorization</code> request. If this parameter is specified, the
@@ -783,7 +783,7 @@ export interface EndpointAuthorizationList {
783
783
  * <code>MaxRecords</code> parameter.</p>
784
784
  * @public
785
785
  */
786
- Marker?: string;
786
+ Marker?: string | undefined;
787
787
  }
788
788
  /**
789
789
  * <p></p>
@@ -796,7 +796,7 @@ export interface DescribeEventCategoriesMessage {
796
796
  * <p>Valid values: cluster, cluster-snapshot, cluster-parameter-group, cluster-security-group, and scheduled-action.</p>
797
797
  * @public
798
798
  */
799
- SourceType?: string;
799
+ SourceType?: string | undefined;
800
800
  }
801
801
  /**
802
802
  * <p>Describes event information.</p>
@@ -807,23 +807,23 @@ export interface EventInfoMap {
807
807
  * <p>The identifier of an Amazon Redshift event.</p>
808
808
  * @public
809
809
  */
810
- EventId?: string;
810
+ EventId?: string | undefined;
811
811
  /**
812
812
  * <p>The category of an Amazon Redshift event.</p>
813
813
  * @public
814
814
  */
815
- EventCategories?: string[];
815
+ EventCategories?: string[] | undefined;
816
816
  /**
817
817
  * <p>The description of an Amazon Redshift event.</p>
818
818
  * @public
819
819
  */
820
- EventDescription?: string;
820
+ EventDescription?: string | undefined;
821
821
  /**
822
822
  * <p>The severity of the event.</p>
823
823
  * <p>Values: ERROR, INFO</p>
824
824
  * @public
825
825
  */
826
- Severity?: string;
826
+ Severity?: string | undefined;
827
827
  }
828
828
  /**
829
829
  * <p>Describes event categories.</p>
@@ -835,12 +835,12 @@ export interface EventCategoriesMap {
835
835
  * belong to.</p>
836
836
  * @public
837
837
  */
838
- SourceType?: string;
838
+ SourceType?: string | undefined;
839
839
  /**
840
840
  * <p>The events in the event category.</p>
841
841
  * @public
842
842
  */
843
- Events?: EventInfoMap[];
843
+ Events?: EventInfoMap[] | undefined;
844
844
  }
845
845
  /**
846
846
  * <p></p>
@@ -851,7 +851,7 @@ export interface EventCategoriesMessage {
851
851
  * <p>A list of event categories descriptions.</p>
852
852
  * @public
853
853
  */
854
- EventCategoriesMapList?: EventCategoriesMap[];
854
+ EventCategoriesMapList?: EventCategoriesMap[] | undefined;
855
855
  }
856
856
  /**
857
857
  * @public
@@ -899,7 +899,7 @@ export interface DescribeEventsMessage {
899
899
  * </ul>
900
900
  * @public
901
901
  */
902
- SourceIdentifier?: string;
902
+ SourceIdentifier?: string | undefined;
903
903
  /**
904
904
  * <p>The event source to retrieve events for. If no value is specified, all events are
905
905
  * returned.</p>
@@ -929,7 +929,7 @@ export interface DescribeEventsMessage {
929
929
  * </ul>
930
930
  * @public
931
931
  */
932
- SourceType?: SourceType;
932
+ SourceType?: SourceType | undefined;
933
933
  /**
934
934
  * <p>The beginning of the time interval to retrieve events for, specified in ISO 8601
935
935
  * format. For more information about ISO 8601, go to the <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO8601 Wikipedia page.</a>
@@ -938,7 +938,7 @@ export interface DescribeEventsMessage {
938
938
  * </p>
939
939
  * @public
940
940
  */
941
- StartTime?: Date;
941
+ StartTime?: Date | undefined;
942
942
  /**
943
943
  * <p>The end of the time interval for which to retrieve events, specified in ISO 8601
944
944
  * format. For more information about ISO 8601, go to the <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO8601 Wikipedia page.</a>
@@ -947,7 +947,7 @@ export interface DescribeEventsMessage {
947
947
  * </p>
948
948
  * @public
949
949
  */
950
- EndTime?: Date;
950
+ EndTime?: Date | undefined;
951
951
  /**
952
952
  * <p>The number of minutes prior to the time of the request for which to retrieve
953
953
  * events. For example, if the request is sent at 18:00 and you specify a duration of 60,
@@ -956,7 +956,7 @@ export interface DescribeEventsMessage {
956
956
  * </p>
957
957
  * @public
958
958
  */
959
- Duration?: number;
959
+ Duration?: number | undefined;
960
960
  /**
961
961
  * <p>The maximum number of response records to return in each call. If the number of
962
962
  * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
@@ -967,7 +967,7 @@ export interface DescribeEventsMessage {
967
967
  * <p>Constraints: minimum 20, maximum 100.</p>
968
968
  * @public
969
969
  */
970
- MaxRecords?: number;
970
+ MaxRecords?: number | undefined;
971
971
  /**
972
972
  * <p>An optional parameter that specifies the starting point to return a set of response
973
973
  * records. When the results of a <a>DescribeEvents</a> request exceed the value
@@ -977,7 +977,7 @@ export interface DescribeEventsMessage {
977
977
  * </p>
978
978
  * @public
979
979
  */
980
- Marker?: string;
980
+ Marker?: string | undefined;
981
981
  }
982
982
  /**
983
983
  * <p>Describes an event.</p>
@@ -988,39 +988,39 @@ export interface Event {
988
988
  * <p>The identifier for the source of the event.</p>
989
989
  * @public
990
990
  */
991
- SourceIdentifier?: string;
991
+ SourceIdentifier?: string | undefined;
992
992
  /**
993
993
  * <p>The source type for this event.</p>
994
994
  * @public
995
995
  */
996
- SourceType?: SourceType;
996
+ SourceType?: SourceType | undefined;
997
997
  /**
998
998
  * <p>The text of this event.</p>
999
999
  * @public
1000
1000
  */
1001
- Message?: string;
1001
+ Message?: string | undefined;
1002
1002
  /**
1003
1003
  * <p>A list of the event categories.</p>
1004
1004
  * <p>Values: Configuration, Management, Monitoring, Security, Pending</p>
1005
1005
  * @public
1006
1006
  */
1007
- EventCategories?: string[];
1007
+ EventCategories?: string[] | undefined;
1008
1008
  /**
1009
1009
  * <p>The severity of the event.</p>
1010
1010
  * <p>Values: ERROR, INFO</p>
1011
1011
  * @public
1012
1012
  */
1013
- Severity?: string;
1013
+ Severity?: string | undefined;
1014
1014
  /**
1015
1015
  * <p>The date and time of the event.</p>
1016
1016
  * @public
1017
1017
  */
1018
- Date?: Date;
1018
+ Date?: Date | undefined;
1019
1019
  /**
1020
1020
  * <p>The identifier of the event.</p>
1021
1021
  * @public
1022
1022
  */
1023
- EventId?: string;
1023
+ EventId?: string | undefined;
1024
1024
  }
1025
1025
  /**
1026
1026
  * <p></p>
@@ -1035,12 +1035,12 @@ export interface EventsMessage {
1035
1035
  * records have been retrieved for the request. </p>
1036
1036
  * @public
1037
1037
  */
1038
- Marker?: string;
1038
+ Marker?: string | undefined;
1039
1039
  /**
1040
1040
  * <p>A list of <code>Event</code> instances. </p>
1041
1041
  * @public
1042
1042
  */
1043
- Events?: Event[];
1043
+ Events?: Event[] | undefined;
1044
1044
  }
1045
1045
  /**
1046
1046
  * <p></p>
@@ -1052,7 +1052,7 @@ export interface DescribeEventSubscriptionsMessage {
1052
1052
  * described.</p>
1053
1053
  * @public
1054
1054
  */
1055
- SubscriptionName?: string;
1055
+ SubscriptionName?: string | undefined;
1056
1056
  /**
1057
1057
  * <p>The maximum number of response records to return in each call. If the number of
1058
1058
  * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
@@ -1063,7 +1063,7 @@ export interface DescribeEventSubscriptionsMessage {
1063
1063
  * <p>Constraints: minimum 20, maximum 100.</p>
1064
1064
  * @public
1065
1065
  */
1066
- MaxRecords?: number;
1066
+ MaxRecords?: number | undefined;
1067
1067
  /**
1068
1068
  * <p>An optional parameter that specifies the starting point to return a set of response
1069
1069
  * records. When the results of a DescribeEventSubscriptions request exceed the value
@@ -1073,7 +1073,7 @@ export interface DescribeEventSubscriptionsMessage {
1073
1073
  * </p>
1074
1074
  * @public
1075
1075
  */
1076
- Marker?: string;
1076
+ Marker?: string | undefined;
1077
1077
  /**
1078
1078
  * <p>A tag key or keys for which you want to return all matching event notification
1079
1079
  * subscriptions that are associated with the specified key or keys. For example, suppose
@@ -1083,7 +1083,7 @@ export interface DescribeEventSubscriptionsMessage {
1083
1083
  * tag keys associated with them.</p>
1084
1084
  * @public
1085
1085
  */
1086
- TagKeys?: string[];
1086
+ TagKeys?: string[] | undefined;
1087
1087
  /**
1088
1088
  * <p>A tag value or values for which you want to return all matching event notification
1089
1089
  * subscriptions that are associated with the specified tag value or values. For example,
@@ -1093,7 +1093,7 @@ export interface DescribeEventSubscriptionsMessage {
1093
1093
  * both of these tag values associated with them.</p>
1094
1094
  * @public
1095
1095
  */
1096
- TagValues?: string[];
1096
+ TagValues?: string[] | undefined;
1097
1097
  }
1098
1098
  /**
1099
1099
  * <p></p>
@@ -1108,12 +1108,12 @@ export interface EventSubscriptionsMessage {
1108
1108
  * records have been retrieved for the request. </p>
1109
1109
  * @public
1110
1110
  */
1111
- Marker?: string;
1111
+ Marker?: string | undefined;
1112
1112
  /**
1113
1113
  * <p>A list of event subscriptions.</p>
1114
1114
  * @public
1115
1115
  */
1116
- EventSubscriptionsList?: EventSubscription[];
1116
+ EventSubscriptionsList?: EventSubscription[] | undefined;
1117
1117
  }
1118
1118
  /**
1119
1119
  * <p></p>
@@ -1126,7 +1126,7 @@ export interface DescribeHsmClientCertificatesMessage {
1126
1126
  * owned by your Amazon Web Services account.</p>
1127
1127
  * @public
1128
1128
  */
1129
- HsmClientCertificateIdentifier?: string;
1129
+ HsmClientCertificateIdentifier?: string | undefined;
1130
1130
  /**
1131
1131
  * <p>The maximum number of response records to return in each call. If the number of
1132
1132
  * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
@@ -1137,7 +1137,7 @@ export interface DescribeHsmClientCertificatesMessage {
1137
1137
  * <p>Constraints: minimum 20, maximum 100.</p>
1138
1138
  * @public
1139
1139
  */
1140
- MaxRecords?: number;
1140
+ MaxRecords?: number | undefined;
1141
1141
  /**
1142
1142
  * <p>An optional parameter that specifies the starting point to return a set of response
1143
1143
  * records. When the results of a <a>DescribeHsmClientCertificates</a> request
@@ -1147,7 +1147,7 @@ export interface DescribeHsmClientCertificatesMessage {
1147
1147
  * retrying the request. </p>
1148
1148
  * @public
1149
1149
  */
1150
- Marker?: string;
1150
+ Marker?: string | undefined;
1151
1151
  /**
1152
1152
  * <p>A tag key or keys for which you want to return all matching HSM client certificates
1153
1153
  * that are associated with the specified key or keys. For example, suppose that you have
@@ -1157,7 +1157,7 @@ export interface DescribeHsmClientCertificatesMessage {
1157
1157
  * of these tag keys associated with them.</p>
1158
1158
  * @public
1159
1159
  */
1160
- TagKeys?: string[];
1160
+ TagKeys?: string[] | undefined;
1161
1161
  /**
1162
1162
  * <p>A tag value or values for which you want to return all matching HSM client
1163
1163
  * certificates that are associated with the specified tag value or values. For example,
@@ -1167,7 +1167,7 @@ export interface DescribeHsmClientCertificatesMessage {
1167
1167
  * either or both of these tag values associated with them.</p>
1168
1168
  * @public
1169
1169
  */
1170
- TagValues?: string[];
1170
+ TagValues?: string[] | undefined;
1171
1171
  }
1172
1172
  /**
1173
1173
  * <p></p>
@@ -1182,13 +1182,13 @@ export interface HsmClientCertificateMessage {
1182
1182
  * records have been retrieved for the request. </p>
1183
1183
  * @public
1184
1184
  */
1185
- Marker?: string;
1185
+ Marker?: string | undefined;
1186
1186
  /**
1187
1187
  * <p>A list of the identifiers for one or more HSM client certificates used by Amazon Redshift
1188
1188
  * clusters to store and retrieve database encryption keys in an HSM.</p>
1189
1189
  * @public
1190
1190
  */
1191
- HsmClientCertificates?: HsmClientCertificate[];
1191
+ HsmClientCertificates?: HsmClientCertificate[] | undefined;
1192
1192
  }
1193
1193
  /**
1194
1194
  * <p></p>
@@ -1201,7 +1201,7 @@ export interface DescribeHsmConfigurationsMessage {
1201
1201
  * your Amazon Web Services account.</p>
1202
1202
  * @public
1203
1203
  */
1204
- HsmConfigurationIdentifier?: string;
1204
+ HsmConfigurationIdentifier?: string | undefined;
1205
1205
  /**
1206
1206
  * <p>The maximum number of response records to return in each call. If the number of
1207
1207
  * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
@@ -1212,7 +1212,7 @@ export interface DescribeHsmConfigurationsMessage {
1212
1212
  * <p>Constraints: minimum 20, maximum 100.</p>
1213
1213
  * @public
1214
1214
  */
1215
- MaxRecords?: number;
1215
+ MaxRecords?: number | undefined;
1216
1216
  /**
1217
1217
  * <p>An optional parameter that specifies the starting point to return a set of response
1218
1218
  * records. When the results of a <a>DescribeHsmConfigurations</a> request
@@ -1222,7 +1222,7 @@ export interface DescribeHsmConfigurationsMessage {
1222
1222
  * retrying the request. </p>
1223
1223
  * @public
1224
1224
  */
1225
- Marker?: string;
1225
+ Marker?: string | undefined;
1226
1226
  /**
1227
1227
  * <p>A tag key or keys for which you want to return all matching HSM configurations that
1228
1228
  * are associated with the specified key or keys. For example, suppose that you have HSM
@@ -1232,7 +1232,7 @@ export interface DescribeHsmConfigurationsMessage {
1232
1232
  * these tag keys associated with them.</p>
1233
1233
  * @public
1234
1234
  */
1235
- TagKeys?: string[];
1235
+ TagKeys?: string[] | undefined;
1236
1236
  /**
1237
1237
  * <p>A tag value or values for which you want to return all matching HSM configurations
1238
1238
  * that are associated with the specified tag value or values. For example, suppose that
@@ -1242,7 +1242,7 @@ export interface DescribeHsmConfigurationsMessage {
1242
1242
  * values associated with them.</p>
1243
1243
  * @public
1244
1244
  */
1245
- TagValues?: string[];
1245
+ TagValues?: string[] | undefined;
1246
1246
  }
1247
1247
  /**
1248
1248
  * <p></p>
@@ -1257,12 +1257,12 @@ export interface HsmConfigurationMessage {
1257
1257
  * records have been retrieved for the request. </p>
1258
1258
  * @public
1259
1259
  */
1260
- Marker?: string;
1260
+ Marker?: string | undefined;
1261
1261
  /**
1262
1262
  * <p>A list of <code>HsmConfiguration</code> objects.</p>
1263
1263
  * @public
1264
1264
  */
1265
- HsmConfigurations?: HsmConfiguration[];
1265
+ HsmConfigurations?: HsmConfiguration[] | undefined;
1266
1266
  }
1267
1267
  /**
1268
1268
  * @public
@@ -1272,12 +1272,12 @@ export interface DescribeInboundIntegrationsMessage {
1272
1272
  * <p>The Amazon Resource Name (ARN) of the inbound integration.</p>
1273
1273
  * @public
1274
1274
  */
1275
- IntegrationArn?: string;
1275
+ IntegrationArn?: string | undefined;
1276
1276
  /**
1277
1277
  * <p>The Amazon Resource Name (ARN) of the target of an inbound integration.</p>
1278
1278
  * @public
1279
1279
  */
1280
- TargetArn?: string;
1280
+ TargetArn?: string | undefined;
1281
1281
  /**
1282
1282
  * <p>The maximum number of response records to return in each call. If the number of
1283
1283
  * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
@@ -1288,7 +1288,7 @@ export interface DescribeInboundIntegrationsMessage {
1288
1288
  * <p>Constraints: minimum 20, maximum 100.</p>
1289
1289
  * @public
1290
1290
  */
1291
- MaxRecords?: number;
1291
+ MaxRecords?: number | undefined;
1292
1292
  /**
1293
1293
  * <p>An optional parameter that specifies the starting point to return a set of response
1294
1294
  * records. When the results of a <a>DescribeInboundIntegrations</a> request
@@ -1298,7 +1298,7 @@ export interface DescribeInboundIntegrationsMessage {
1298
1298
  * retrying the request. </p>
1299
1299
  * @public
1300
1300
  */
1301
- Marker?: string;
1301
+ Marker?: string | undefined;
1302
1302
  }
1303
1303
  /**
1304
1304
  * <p>The content of an inbound integration.</p>
@@ -1309,32 +1309,32 @@ export interface InboundIntegration {
1309
1309
  * <p>The Amazon Resource Name (ARN) of an inbound integration.</p>
1310
1310
  * @public
1311
1311
  */
1312
- IntegrationArn?: string;
1312
+ IntegrationArn?: string | undefined;
1313
1313
  /**
1314
1314
  * <p>The Amazon Resource Name (ARN) of the source of an inbound integration.</p>
1315
1315
  * @public
1316
1316
  */
1317
- SourceArn?: string;
1317
+ SourceArn?: string | undefined;
1318
1318
  /**
1319
1319
  * <p>The Amazon Resource Name (ARN) of the target of an inbound integration.</p>
1320
1320
  * @public
1321
1321
  */
1322
- TargetArn?: string;
1322
+ TargetArn?: string | undefined;
1323
1323
  /**
1324
1324
  * <p>The status of an inbound integration.</p>
1325
1325
  * @public
1326
1326
  */
1327
- Status?: ZeroETLIntegrationStatus;
1327
+ Status?: ZeroETLIntegrationStatus | undefined;
1328
1328
  /**
1329
1329
  * <p>The outstanding errors of an inbound integration. Each item is an "IntegrationError". This is null if there is no error.</p>
1330
1330
  * @public
1331
1331
  */
1332
- Errors?: IntegrationError[];
1332
+ Errors?: IntegrationError[] | undefined;
1333
1333
  /**
1334
1334
  * <p>The creation time of an inbound integration.</p>
1335
1335
  * @public
1336
1336
  */
1337
- CreateTime?: Date;
1337
+ CreateTime?: Date | undefined;
1338
1338
  }
1339
1339
  /**
1340
1340
  * @public
@@ -1348,12 +1348,12 @@ export interface InboundIntegrationsMessage {
1348
1348
  * records have been retrieved for the request. </p>
1349
1349
  * @public
1350
1350
  */
1351
- Marker?: string;
1351
+ Marker?: string | undefined;
1352
1352
  /**
1353
1353
  * <p>A list of <a>InboundIntegration</a> instances.</p>
1354
1354
  * @public
1355
1355
  */
1356
- InboundIntegrations?: InboundIntegration[];
1356
+ InboundIntegrations?: InboundIntegration[] | undefined;
1357
1357
  }
1358
1358
  /**
1359
1359
  * @public
@@ -1393,7 +1393,7 @@ export interface DescribeIntegrationsMessage {
1393
1393
  * <p>The unique identifier of the integration.</p>
1394
1394
  * @public
1395
1395
  */
1396
- IntegrationArn?: string;
1396
+ IntegrationArn?: string | undefined;
1397
1397
  /**
1398
1398
  * <p>The maximum number of response records to return in each call. If the number of
1399
1399
  * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
@@ -1404,19 +1404,19 @@ export interface DescribeIntegrationsMessage {
1404
1404
  * <p>Constraints: minimum 20, maximum 100.</p>
1405
1405
  * @public
1406
1406
  */
1407
- MaxRecords?: number;
1407
+ MaxRecords?: number | undefined;
1408
1408
  /**
1409
1409
  * <p>An optional pagination token provided by a previous <code>DescribeIntegrations</code>
1410
1410
  * request. If this parameter is specified, the response includes only records beyond the
1411
1411
  * marker, up to the value specified by <code>MaxRecords</code>.</p>
1412
1412
  * @public
1413
1413
  */
1414
- Marker?: string;
1414
+ Marker?: string | undefined;
1415
1415
  /**
1416
1416
  * <p>A filter that specifies one or more resources to return.</p>
1417
1417
  * @public
1418
1418
  */
1419
- Filters?: DescribeIntegrationsFilter[];
1419
+ Filters?: DescribeIntegrationsFilter[] | undefined;
1420
1420
  }
1421
1421
  /**
1422
1422
  * @public
@@ -1428,12 +1428,12 @@ export interface IntegrationsMessage {
1428
1428
  * If the <code>Marker</code> field is empty, all response records have been retrieved for the request.</p>
1429
1429
  * @public
1430
1430
  */
1431
- Marker?: string;
1431
+ Marker?: string | undefined;
1432
1432
  /**
1433
1433
  * <p>List of integrations that are described.</p>
1434
1434
  * @public
1435
1435
  */
1436
- Integrations?: Integration[];
1436
+ Integrations?: Integration[] | undefined;
1437
1437
  }
1438
1438
  /**
1439
1439
  * <p></p>
@@ -1470,43 +1470,43 @@ export interface LoggingStatus {
1470
1470
  * <code>true</code> if logging is on, <code>false</code> if logging is off.</p>
1471
1471
  * @public
1472
1472
  */
1473
- LoggingEnabled?: boolean;
1473
+ LoggingEnabled?: boolean | undefined;
1474
1474
  /**
1475
1475
  * <p>The name of the S3 bucket where the log files are stored.</p>
1476
1476
  * @public
1477
1477
  */
1478
- BucketName?: string;
1478
+ BucketName?: string | undefined;
1479
1479
  /**
1480
1480
  * <p>The prefix applied to the log file names.</p>
1481
1481
  * @public
1482
1482
  */
1483
- S3KeyPrefix?: string;
1483
+ S3KeyPrefix?: string | undefined;
1484
1484
  /**
1485
1485
  * <p>The last time that logs were delivered.</p>
1486
1486
  * @public
1487
1487
  */
1488
- LastSuccessfulDeliveryTime?: Date;
1488
+ LastSuccessfulDeliveryTime?: Date | undefined;
1489
1489
  /**
1490
1490
  * <p>The last time when logs failed to be delivered.</p>
1491
1491
  * @public
1492
1492
  */
1493
- LastFailureTime?: Date;
1493
+ LastFailureTime?: Date | undefined;
1494
1494
  /**
1495
1495
  * <p>The message indicating that logs failed to be delivered.</p>
1496
1496
  * @public
1497
1497
  */
1498
- LastFailureMessage?: string;
1498
+ LastFailureMessage?: string | undefined;
1499
1499
  /**
1500
1500
  * <p>The log destination type. An enum with possible values of <code>s3</code> and <code>cloudwatch</code>.</p>
1501
1501
  * @public
1502
1502
  */
1503
- LogDestinationType?: LogDestinationType;
1503
+ LogDestinationType?: LogDestinationType | undefined;
1504
1504
  /**
1505
1505
  * <p>The collection of exported log types. Possible values are <code>connectionlog</code>, <code>useractivitylog</code>, and
1506
1506
  * <code>userlog</code>.</p>
1507
1507
  * @public
1508
1508
  */
1509
- LogExports?: string[];
1509
+ LogExports?: string[] | undefined;
1510
1510
  }
1511
1511
  /**
1512
1512
  * @public
@@ -1548,7 +1548,7 @@ export interface NodeConfigurationOptionsFilter {
1548
1548
  * <p>The name of the element to filter.</p>
1549
1549
  * @public
1550
1550
  */
1551
- Name?: NodeConfigurationOptionsFilterName;
1551
+ Name?: NodeConfigurationOptionsFilterName | undefined;
1552
1552
  /**
1553
1553
  * <p>The filter operator.
1554
1554
  * If filter Name is NodeType only the 'in' operator is supported.
@@ -1557,7 +1557,7 @@ export interface NodeConfigurationOptionsFilter {
1557
1557
  * Provide a list of values for 'in'.</p>
1558
1558
  * @public
1559
1559
  */
1560
- Operator?: OperatorType;
1560
+ Operator?: OperatorType | undefined;
1561
1561
  /**
1562
1562
  * <p>List of values. Compare Name using Operator to Values.
1563
1563
  * If filter Name is NumberOfNodes, then values can range from 0 to 200.
@@ -1565,7 +1565,7 @@ export interface NodeConfigurationOptionsFilter {
1565
1565
  * For example, filter NumberOfNodes (name) GT (operator) 3 (values).</p>
1566
1566
  * @public
1567
1567
  */
1568
- Values?: string[];
1568
+ Values?: string[] | undefined;
1569
1569
  }
1570
1570
  /**
1571
1571
  * @public
@@ -1584,29 +1584,29 @@ export interface DescribeNodeConfigurationOptionsMessage {
1584
1584
  * <p>The identifier of the cluster to evaluate for possible node configurations.</p>
1585
1585
  * @public
1586
1586
  */
1587
- ClusterIdentifier?: string;
1587
+ ClusterIdentifier?: string | undefined;
1588
1588
  /**
1589
1589
  * <p>The identifier of the snapshot to evaluate for possible node configurations.</p>
1590
1590
  * @public
1591
1591
  */
1592
- SnapshotIdentifier?: string;
1592
+ SnapshotIdentifier?: string | undefined;
1593
1593
  /**
1594
1594
  * <p>The Amazon Resource Name (ARN) of the snapshot associated with the message to describe node configuration.</p>
1595
1595
  * @public
1596
1596
  */
1597
- SnapshotArn?: string;
1597
+ SnapshotArn?: string | undefined;
1598
1598
  /**
1599
1599
  * <p>The Amazon Web Services account used to create or copy the snapshot.
1600
1600
  * Required if you are restoring a snapshot you do not own,
1601
1601
  * optional if you own the snapshot.</p>
1602
1602
  * @public
1603
1603
  */
1604
- OwnerAccount?: string;
1604
+ OwnerAccount?: string | undefined;
1605
1605
  /**
1606
1606
  * <p>A set of name, operator, and value items to filter the results.</p>
1607
1607
  * @public
1608
1608
  */
1609
- Filters?: NodeConfigurationOptionsFilter[];
1609
+ Filters?: NodeConfigurationOptionsFilter[] | undefined;
1610
1610
  /**
1611
1611
  * <p>An optional parameter that specifies the starting point to return a set of response
1612
1612
  * records. When the results of a <a>DescribeNodeConfigurationOptions</a> request
@@ -1616,7 +1616,7 @@ export interface DescribeNodeConfigurationOptionsMessage {
1616
1616
  * retrying the request. </p>
1617
1617
  * @public
1618
1618
  */
1619
- Marker?: string;
1619
+ Marker?: string | undefined;
1620
1620
  /**
1621
1621
  * <p>The maximum number of response records to return in each call. If the number of
1622
1622
  * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
@@ -1627,7 +1627,7 @@ export interface DescribeNodeConfigurationOptionsMessage {
1627
1627
  * <p>Constraints: minimum 100, maximum 500.</p>
1628
1628
  * @public
1629
1629
  */
1630
- MaxRecords?: number;
1630
+ MaxRecords?: number | undefined;
1631
1631
  }
1632
1632
  /**
1633
1633
  * @public
@@ -1650,22 +1650,22 @@ export interface NodeConfigurationOption {
1650
1650
  * <p>The node type, such as, "ra3.4xlarge".</p>
1651
1651
  * @public
1652
1652
  */
1653
- NodeType?: string;
1653
+ NodeType?: string | undefined;
1654
1654
  /**
1655
1655
  * <p>The number of nodes.</p>
1656
1656
  * @public
1657
1657
  */
1658
- NumberOfNodes?: number;
1658
+ NumberOfNodes?: number | undefined;
1659
1659
  /**
1660
1660
  * <p>The estimated disk utilizaton percentage.</p>
1661
1661
  * @public
1662
1662
  */
1663
- EstimatedDiskUtilizationPercent?: number;
1663
+ EstimatedDiskUtilizationPercent?: number | undefined;
1664
1664
  /**
1665
1665
  * <p>The category of the node configuration recommendation.</p>
1666
1666
  * @public
1667
1667
  */
1668
- Mode?: Mode;
1668
+ Mode?: Mode | undefined;
1669
1669
  }
1670
1670
  /**
1671
1671
  * @public
@@ -1675,7 +1675,7 @@ export interface NodeConfigurationOptionsMessage {
1675
1675
  * <p>A list of valid node configurations.</p>
1676
1676
  * @public
1677
1677
  */
1678
- NodeConfigurationOptionList?: NodeConfigurationOption[];
1678
+ NodeConfigurationOptionList?: NodeConfigurationOption[] | undefined;
1679
1679
  /**
1680
1680
  * <p>A value that indicates the starting point for the next set of response records in a
1681
1681
  * subsequent request. If a value is returned in a response, you can retrieve the next set
@@ -1684,7 +1684,7 @@ export interface NodeConfigurationOptionsMessage {
1684
1684
  * records have been retrieved for the request. </p>
1685
1685
  * @public
1686
1686
  */
1687
- Marker?: string;
1687
+ Marker?: string | undefined;
1688
1688
  }
1689
1689
  /**
1690
1690
  * <p></p>
@@ -1698,13 +1698,13 @@ export interface DescribeOrderableClusterOptionsMessage {
1698
1698
  * <p>Constraints: Must be one of the version returned from <a>DescribeClusterVersions</a>.</p>
1699
1699
  * @public
1700
1700
  */
1701
- ClusterVersion?: string;
1701
+ ClusterVersion?: string | undefined;
1702
1702
  /**
1703
1703
  * <p>The node type filter value. Specify this parameter to show only the available
1704
1704
  * offerings matching the specified node type.</p>
1705
1705
  * @public
1706
1706
  */
1707
- NodeType?: string;
1707
+ NodeType?: string | undefined;
1708
1708
  /**
1709
1709
  * <p>The maximum number of response records to return in each call. If the number of
1710
1710
  * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
@@ -1715,7 +1715,7 @@ export interface DescribeOrderableClusterOptionsMessage {
1715
1715
  * <p>Constraints: minimum 20, maximum 100.</p>
1716
1716
  * @public
1717
1717
  */
1718
- MaxRecords?: number;
1718
+ MaxRecords?: number | undefined;
1719
1719
  /**
1720
1720
  * <p>An optional parameter that specifies the starting point to return a set of response
1721
1721
  * records. When the results of a <a>DescribeOrderableClusterOptions</a> request
@@ -1725,7 +1725,7 @@ export interface DescribeOrderableClusterOptionsMessage {
1725
1725
  * retrying the request. </p>
1726
1726
  * @public
1727
1727
  */
1728
- Marker?: string;
1728
+ Marker?: string | undefined;
1729
1729
  }
1730
1730
  /**
1731
1731
  * <p>Describes an orderable cluster option.</p>
@@ -1736,22 +1736,22 @@ export interface OrderableClusterOption {
1736
1736
  * <p>The version of the orderable cluster.</p>
1737
1737
  * @public
1738
1738
  */
1739
- ClusterVersion?: string;
1739
+ ClusterVersion?: string | undefined;
1740
1740
  /**
1741
1741
  * <p>The cluster type, for example <code>multi-node</code>. </p>
1742
1742
  * @public
1743
1743
  */
1744
- ClusterType?: string;
1744
+ ClusterType?: string | undefined;
1745
1745
  /**
1746
1746
  * <p>The node type for the orderable cluster.</p>
1747
1747
  * @public
1748
1748
  */
1749
- NodeType?: string;
1749
+ NodeType?: string | undefined;
1750
1750
  /**
1751
1751
  * <p>A list of availability zones for the orderable cluster.</p>
1752
1752
  * @public
1753
1753
  */
1754
- AvailabilityZones?: AvailabilityZone[];
1754
+ AvailabilityZones?: AvailabilityZone[] | undefined;
1755
1755
  }
1756
1756
  /**
1757
1757
  * <p>Contains the output from the <a>DescribeOrderableClusterOptions</a>
@@ -1764,7 +1764,7 @@ export interface OrderableClusterOptionsMessage {
1764
1764
  * orderable options for the cluster.</p>
1765
1765
  * @public
1766
1766
  */
1767
- OrderableClusterOptions?: OrderableClusterOption[];
1767
+ OrderableClusterOptions?: OrderableClusterOption[] | undefined;
1768
1768
  /**
1769
1769
  * <p>A value that indicates the starting point for the next set of response records in a
1770
1770
  * subsequent request. If a value is returned in a response, you can retrieve the next set
@@ -1773,7 +1773,7 @@ export interface OrderableClusterOptionsMessage {
1773
1773
  * records have been retrieved for the request. </p>
1774
1774
  * @public
1775
1775
  */
1776
- Marker?: string;
1776
+ Marker?: string | undefined;
1777
1777
  }
1778
1778
  /**
1779
1779
  * @public
@@ -1793,12 +1793,12 @@ export interface DescribePartnersInputMessage {
1793
1793
  * <p>The name of the database whose partner integration is being described. If database name is not specified, then all databases in the cluster are described.</p>
1794
1794
  * @public
1795
1795
  */
1796
- DatabaseName?: string;
1796
+ DatabaseName?: string | undefined;
1797
1797
  /**
1798
1798
  * <p>The name of the partner that is being described. If partner name is not specified, then all partner integrations are described.</p>
1799
1799
  * @public
1800
1800
  */
1801
- PartnerName?: string;
1801
+ PartnerName?: string | undefined;
1802
1802
  }
1803
1803
  /**
1804
1804
  * @public
@@ -1823,32 +1823,32 @@ export interface PartnerIntegrationInfo {
1823
1823
  * <p>The name of the database that receives data from a partner.</p>
1824
1824
  * @public
1825
1825
  */
1826
- DatabaseName?: string;
1826
+ DatabaseName?: string | undefined;
1827
1827
  /**
1828
1828
  * <p>The name of the partner.</p>
1829
1829
  * @public
1830
1830
  */
1831
- PartnerName?: string;
1831
+ PartnerName?: string | undefined;
1832
1832
  /**
1833
1833
  * <p>The partner integration status.</p>
1834
1834
  * @public
1835
1835
  */
1836
- Status?: PartnerIntegrationStatus;
1836
+ Status?: PartnerIntegrationStatus | undefined;
1837
1837
  /**
1838
1838
  * <p>The status message provided by the partner.</p>
1839
1839
  * @public
1840
1840
  */
1841
- StatusMessage?: string;
1841
+ StatusMessage?: string | undefined;
1842
1842
  /**
1843
1843
  * <p>The date (UTC) that the partner integration was created.</p>
1844
1844
  * @public
1845
1845
  */
1846
- CreatedAt?: Date;
1846
+ CreatedAt?: Date | undefined;
1847
1847
  /**
1848
1848
  * <p>The date (UTC) that the partner integration status was last updated by the partner.</p>
1849
1849
  * @public
1850
1850
  */
1851
- UpdatedAt?: Date;
1851
+ UpdatedAt?: Date | undefined;
1852
1852
  }
1853
1853
  /**
1854
1854
  * @public
@@ -1858,7 +1858,7 @@ export interface DescribePartnersOutputMessage {
1858
1858
  * <p>A list of partner integrations.</p>
1859
1859
  * @public
1860
1860
  */
1861
- PartnerIntegrationInfoList?: PartnerIntegrationInfo[];
1861
+ PartnerIntegrationInfoList?: PartnerIntegrationInfo[] | undefined;
1862
1862
  }
1863
1863
  /**
1864
1864
  * @public
@@ -1868,14 +1868,14 @@ export interface DescribeRedshiftIdcApplicationsMessage {
1868
1868
  * <p>The ARN for the Redshift application that integrates with IAM Identity Center.</p>
1869
1869
  * @public
1870
1870
  */
1871
- RedshiftIdcApplicationArn?: string;
1871
+ RedshiftIdcApplicationArn?: string | undefined;
1872
1872
  /**
1873
1873
  * <p>The maximum number of response records to return in each call. If the number of remaining response records
1874
1874
  * exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve
1875
1875
  * the next set of records by retrying the command with the returned marker value.</p>
1876
1876
  * @public
1877
1877
  */
1878
- MaxRecords?: number;
1878
+ MaxRecords?: number | undefined;
1879
1879
  /**
1880
1880
  * <p>A value that indicates the starting point for the next set of response records in a subsequent request. If a
1881
1881
  * value is returned in a response, you can retrieve the next set
@@ -1885,7 +1885,7 @@ export interface DescribeRedshiftIdcApplicationsMessage {
1885
1885
  * </p>
1886
1886
  * @public
1887
1887
  */
1888
- Marker?: string;
1888
+ Marker?: string | undefined;
1889
1889
  }
1890
1890
  /**
1891
1891
  * @public
@@ -1895,7 +1895,7 @@ export interface DescribeRedshiftIdcApplicationsResult {
1895
1895
  * <p>The list of Amazon Redshift IAM Identity Center applications.</p>
1896
1896
  * @public
1897
1897
  */
1898
- RedshiftIdcApplications?: RedshiftIdcApplication[];
1898
+ RedshiftIdcApplications?: RedshiftIdcApplication[] | undefined;
1899
1899
  /**
1900
1900
  * <p>A value that indicates the starting point for the next set of response records in a subsequent
1901
1901
  * request. If a value is returned in a response, you can retrieve the next set
@@ -1905,7 +1905,7 @@ export interface DescribeRedshiftIdcApplicationsResult {
1905
1905
  * </p>
1906
1906
  * @public
1907
1907
  */
1908
- Marker?: string;
1908
+ Marker?: string | undefined;
1909
1909
  }
1910
1910
  /**
1911
1911
  * @public
@@ -1915,12 +1915,12 @@ export interface DescribeReservedNodeExchangeStatusInputMessage {
1915
1915
  * <p>The identifier of the source reserved node in a reserved-node exchange request.</p>
1916
1916
  * @public
1917
1917
  */
1918
- ReservedNodeId?: string;
1918
+ ReservedNodeId?: string | undefined;
1919
1919
  /**
1920
1920
  * <p>The identifier of the reserved-node exchange request.</p>
1921
1921
  * @public
1922
1922
  */
1923
- ReservedNodeExchangeRequestId?: string;
1923
+ ReservedNodeExchangeRequestId?: string | undefined;
1924
1924
  /**
1925
1925
  * <p>The maximum number of response records to return in each call. If the number of
1926
1926
  * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
@@ -1928,7 +1928,7 @@ export interface DescribeReservedNodeExchangeStatusInputMessage {
1928
1928
  * set of records by retrying the command with the returned marker value.</p>
1929
1929
  * @public
1930
1930
  */
1931
- MaxRecords?: number;
1931
+ MaxRecords?: number | undefined;
1932
1932
  /**
1933
1933
  * <p>An optional pagination token provided by a previous <code>DescribeReservedNodeExchangeStatus</code> request. If this
1934
1934
  * parameter is specified, the response includes only records beyond the marker, up to the value
@@ -1937,7 +1937,7 @@ export interface DescribeReservedNodeExchangeStatusInputMessage {
1937
1937
  * retrying the request.</p>
1938
1938
  * @public
1939
1939
  */
1940
- Marker?: string;
1940
+ Marker?: string | undefined;
1941
1941
  }
1942
1942
  /**
1943
1943
  * @public
@@ -1948,12 +1948,12 @@ export interface DescribeReservedNodeExchangeStatusOutputMessage {
1948
1948
  * time, source reserved-node identifier, and additional details.</p>
1949
1949
  * @public
1950
1950
  */
1951
- ReservedNodeExchangeStatusDetails?: ReservedNodeExchangeStatus[];
1951
+ ReservedNodeExchangeStatusDetails?: ReservedNodeExchangeStatus[] | undefined;
1952
1952
  /**
1953
1953
  * <p>A pagination token provided by a previous <code>DescribeReservedNodeExchangeStatus</code> request.</p>
1954
1954
  * @public
1955
1955
  */
1956
- Marker?: string;
1956
+ Marker?: string | undefined;
1957
1957
  }
1958
1958
  /**
1959
1959
  * <p>The reserved-node exchange status wasn't found.</p>
@@ -1976,7 +1976,7 @@ export interface DescribeReservedNodeOfferingsMessage {
1976
1976
  * <p>The unique identifier for the offering.</p>
1977
1977
  * @public
1978
1978
  */
1979
- ReservedNodeOfferingId?: string;
1979
+ ReservedNodeOfferingId?: string | undefined;
1980
1980
  /**
1981
1981
  * <p>The maximum number of response records to return in each call. If the number of
1982
1982
  * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
@@ -1987,7 +1987,7 @@ export interface DescribeReservedNodeOfferingsMessage {
1987
1987
  * <p>Constraints: minimum 20, maximum 100.</p>
1988
1988
  * @public
1989
1989
  */
1990
- MaxRecords?: number;
1990
+ MaxRecords?: number | undefined;
1991
1991
  /**
1992
1992
  * <p>An optional parameter that specifies the starting point to return a set of response
1993
1993
  * records. When the results of a <a>DescribeReservedNodeOfferings</a> request
@@ -1997,7 +1997,7 @@ export interface DescribeReservedNodeOfferingsMessage {
1997
1997
  * retrying the request. </p>
1998
1998
  * @public
1999
1999
  */
2000
- Marker?: string;
2000
+ Marker?: string | undefined;
2001
2001
  }
2002
2002
  /**
2003
2003
  * <p>Describes a reserved node offering.</p>
@@ -2008,52 +2008,52 @@ export interface ReservedNodeOffering {
2008
2008
  * <p>The offering identifier.</p>
2009
2009
  * @public
2010
2010
  */
2011
- ReservedNodeOfferingId?: string;
2011
+ ReservedNodeOfferingId?: string | undefined;
2012
2012
  /**
2013
2013
  * <p>The node type offered by the reserved node offering.</p>
2014
2014
  * @public
2015
2015
  */
2016
- NodeType?: string;
2016
+ NodeType?: string | undefined;
2017
2017
  /**
2018
2018
  * <p>The duration, in seconds, for which the offering will reserve the node.</p>
2019
2019
  * @public
2020
2020
  */
2021
- Duration?: number;
2021
+ Duration?: number | undefined;
2022
2022
  /**
2023
2023
  * <p>The upfront fixed charge you will pay to purchase the specific reserved node
2024
2024
  * offering.</p>
2025
2025
  * @public
2026
2026
  */
2027
- FixedPrice?: number;
2027
+ FixedPrice?: number | undefined;
2028
2028
  /**
2029
2029
  * <p>The rate you are charged for each hour the cluster that is using the offering is
2030
2030
  * running.</p>
2031
2031
  * @public
2032
2032
  */
2033
- UsagePrice?: number;
2033
+ UsagePrice?: number | undefined;
2034
2034
  /**
2035
2035
  * <p>The currency code for the compute nodes offering.</p>
2036
2036
  * @public
2037
2037
  */
2038
- CurrencyCode?: string;
2038
+ CurrencyCode?: string | undefined;
2039
2039
  /**
2040
2040
  * <p>The anticipated utilization of the reserved node, as defined in the reserved node
2041
2041
  * offering.</p>
2042
2042
  * @public
2043
2043
  */
2044
- OfferingType?: string;
2044
+ OfferingType?: string | undefined;
2045
2045
  /**
2046
2046
  * <p>The charge to your account regardless of whether you are creating any clusters
2047
2047
  * using the node offering. Recurring charges are only in effect for heavy-utilization
2048
2048
  * reserved nodes.</p>
2049
2049
  * @public
2050
2050
  */
2051
- RecurringCharges?: RecurringCharge[];
2051
+ RecurringCharges?: RecurringCharge[] | undefined;
2052
2052
  /**
2053
2053
  * <p></p>
2054
2054
  * @public
2055
2055
  */
2056
- ReservedNodeOfferingType?: ReservedNodeOfferingType;
2056
+ ReservedNodeOfferingType?: ReservedNodeOfferingType | undefined;
2057
2057
  }
2058
2058
  /**
2059
2059
  * <p></p>
@@ -2068,12 +2068,12 @@ export interface ReservedNodeOfferingsMessage {
2068
2068
  * records have been retrieved for the request. </p>
2069
2069
  * @public
2070
2070
  */
2071
- Marker?: string;
2071
+ Marker?: string | undefined;
2072
2072
  /**
2073
2073
  * <p>A list of <code>ReservedNodeOffering</code> objects.</p>
2074
2074
  * @public
2075
2075
  */
2076
- ReservedNodeOfferings?: ReservedNodeOffering[];
2076
+ ReservedNodeOfferings?: ReservedNodeOffering[] | undefined;
2077
2077
  }
2078
2078
  /**
2079
2079
  * <p></p>
@@ -2084,7 +2084,7 @@ export interface DescribeReservedNodesMessage {
2084
2084
  * <p>Identifier for the node reservation.</p>
2085
2085
  * @public
2086
2086
  */
2087
- ReservedNodeId?: string;
2087
+ ReservedNodeId?: string | undefined;
2088
2088
  /**
2089
2089
  * <p>The maximum number of response records to return in each call. If the number of
2090
2090
  * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
@@ -2095,7 +2095,7 @@ export interface DescribeReservedNodesMessage {
2095
2095
  * <p>Constraints: minimum 20, maximum 100.</p>
2096
2096
  * @public
2097
2097
  */
2098
- MaxRecords?: number;
2098
+ MaxRecords?: number | undefined;
2099
2099
  /**
2100
2100
  * <p>An optional parameter that specifies the starting point to return a set of response
2101
2101
  * records. When the results of a <a>DescribeReservedNodes</a> request exceed
@@ -2105,7 +2105,7 @@ export interface DescribeReservedNodesMessage {
2105
2105
  * retrying the request. </p>
2106
2106
  * @public
2107
2107
  */
2108
- Marker?: string;
2108
+ Marker?: string | undefined;
2109
2109
  }
2110
2110
  /**
2111
2111
  * <p></p>
@@ -2120,12 +2120,12 @@ export interface ReservedNodesMessage {
2120
2120
  * records have been retrieved for the request. </p>
2121
2121
  * @public
2122
2122
  */
2123
- Marker?: string;
2123
+ Marker?: string | undefined;
2124
2124
  /**
2125
2125
  * <p>The list of <code>ReservedNode</code> objects.</p>
2126
2126
  * @public
2127
2127
  */
2128
- ReservedNodes?: ReservedNode[];
2128
+ ReservedNodes?: ReservedNode[] | undefined;
2129
2129
  }
2130
2130
  /**
2131
2131
  * <p></p>
@@ -2190,35 +2190,35 @@ export interface DescribeScheduledActionsMessage {
2190
2190
  * <p>The name of the scheduled action to retrieve. </p>
2191
2191
  * @public
2192
2192
  */
2193
- ScheduledActionName?: string;
2193
+ ScheduledActionName?: string | undefined;
2194
2194
  /**
2195
2195
  * <p>The type of the scheduled actions to retrieve. </p>
2196
2196
  * @public
2197
2197
  */
2198
- TargetActionType?: ScheduledActionTypeValues;
2198
+ TargetActionType?: ScheduledActionTypeValues | undefined;
2199
2199
  /**
2200
2200
  * <p>The start time in UTC of the scheduled actions to retrieve.
2201
2201
  * Only active scheduled actions that have invocations after this time are retrieved.</p>
2202
2202
  * @public
2203
2203
  */
2204
- StartTime?: Date;
2204
+ StartTime?: Date | undefined;
2205
2205
  /**
2206
2206
  * <p>The end time in UTC of the scheduled action to retrieve.
2207
2207
  * Only active scheduled actions that have invocations before this time are retrieved.</p>
2208
2208
  * @public
2209
2209
  */
2210
- EndTime?: Date;
2210
+ EndTime?: Date | undefined;
2211
2211
  /**
2212
2212
  * <p>If true, retrieve only active scheduled actions.
2213
2213
  * If false, retrieve only disabled scheduled actions. </p>
2214
2214
  * @public
2215
2215
  */
2216
- Active?: boolean;
2216
+ Active?: boolean | undefined;
2217
2217
  /**
2218
2218
  * <p>List of scheduled action filters. </p>
2219
2219
  * @public
2220
2220
  */
2221
- Filters?: ScheduledActionFilter[];
2221
+ Filters?: ScheduledActionFilter[] | undefined;
2222
2222
  /**
2223
2223
  * <p>An optional parameter that specifies the starting point to return a set of response
2224
2224
  * records. When the results of a <a>DescribeScheduledActions</a> request
@@ -2228,7 +2228,7 @@ export interface DescribeScheduledActionsMessage {
2228
2228
  * retrying the request. </p>
2229
2229
  * @public
2230
2230
  */
2231
- Marker?: string;
2231
+ Marker?: string | undefined;
2232
2232
  /**
2233
2233
  * <p>The maximum number of response records to return in each call. If the number of
2234
2234
  * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
@@ -2239,7 +2239,7 @@ export interface DescribeScheduledActionsMessage {
2239
2239
  * <p>Constraints: minimum 20, maximum 100.</p>
2240
2240
  * @public
2241
2241
  */
2242
- MaxRecords?: number;
2242
+ MaxRecords?: number | undefined;
2243
2243
  }
2244
2244
  /**
2245
2245
  * @public
@@ -2254,12 +2254,12 @@ export interface ScheduledActionsMessage {
2254
2254
  * retrying the request. </p>
2255
2255
  * @public
2256
2256
  */
2257
- Marker?: string;
2257
+ Marker?: string | undefined;
2258
2258
  /**
2259
2259
  * <p>List of retrieved scheduled actions. </p>
2260
2260
  * @public
2261
2261
  */
2262
- ScheduledActions?: ScheduledAction[];
2262
+ ScheduledActions?: ScheduledAction[] | undefined;
2263
2263
  }
2264
2264
  /**
2265
2265
  * <p>The result of the <code>DescribeSnapshotCopyGrants</code> action.</p>
@@ -2270,7 +2270,7 @@ export interface DescribeSnapshotCopyGrantsMessage {
2270
2270
  * <p>The name of the snapshot copy grant.</p>
2271
2271
  * @public
2272
2272
  */
2273
- SnapshotCopyGrantName?: string;
2273
+ SnapshotCopyGrantName?: string | undefined;
2274
2274
  /**
2275
2275
  * <p>The maximum number of response records to return in each call. If the number of
2276
2276
  * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
@@ -2281,7 +2281,7 @@ export interface DescribeSnapshotCopyGrantsMessage {
2281
2281
  * <p>Constraints: minimum 20, maximum 100.</p>
2282
2282
  * @public
2283
2283
  */
2284
- MaxRecords?: number;
2284
+ MaxRecords?: number | undefined;
2285
2285
  /**
2286
2286
  * <p>An optional parameter that specifies the starting point to return a set of response
2287
2287
  * records. When the results of a <code>DescribeSnapshotCopyGrant</code> request exceed the
@@ -2292,7 +2292,7 @@ export interface DescribeSnapshotCopyGrantsMessage {
2292
2292
  * <p>Constraints: You can specify either the <b>SnapshotCopyGrantName</b> parameter or the <b>Marker</b> parameter, but not both. </p>
2293
2293
  * @public
2294
2294
  */
2295
- Marker?: string;
2295
+ Marker?: string | undefined;
2296
2296
  /**
2297
2297
  * <p>A tag key or keys for which you want to return all matching resources that are
2298
2298
  * associated with the specified key or keys. For example, suppose that you have resources
@@ -2301,7 +2301,7 @@ export interface DescribeSnapshotCopyGrantsMessage {
2301
2301
  * that have either or both of these tag keys associated with them.</p>
2302
2302
  * @public
2303
2303
  */
2304
- TagKeys?: string[];
2304
+ TagKeys?: string[] | undefined;
2305
2305
  /**
2306
2306
  * <p>A tag value or values for which you want to return all matching resources that are
2307
2307
  * associated with the specified value or values. For example, suppose that you have
@@ -2310,7 +2310,7 @@ export interface DescribeSnapshotCopyGrantsMessage {
2310
2310
  * resources that have either or both of these tag values associated with them.</p>
2311
2311
  * @public
2312
2312
  */
2313
- TagValues?: string[];
2313
+ TagValues?: string[] | undefined;
2314
2314
  }
2315
2315
  /**
2316
2316
  * <p></p>
@@ -2327,12 +2327,12 @@ export interface SnapshotCopyGrantMessage {
2327
2327
  * <p>Constraints: You can specify either the <b>SnapshotCopyGrantName</b> parameter or the <b>Marker</b> parameter, but not both. </p>
2328
2328
  * @public
2329
2329
  */
2330
- Marker?: string;
2330
+ Marker?: string | undefined;
2331
2331
  /**
2332
2332
  * <p>The list of <code>SnapshotCopyGrant</code> objects.</p>
2333
2333
  * @public
2334
2334
  */
2335
- SnapshotCopyGrants?: SnapshotCopyGrant[];
2335
+ SnapshotCopyGrants?: SnapshotCopyGrant[] | undefined;
2336
2336
  }
2337
2337
  /**
2338
2338
  * @public
@@ -2343,22 +2343,22 @@ export interface DescribeSnapshotSchedulesMessage {
2343
2343
  * view.</p>
2344
2344
  * @public
2345
2345
  */
2346
- ClusterIdentifier?: string;
2346
+ ClusterIdentifier?: string | undefined;
2347
2347
  /**
2348
2348
  * <p>A unique identifier for a snapshot schedule.</p>
2349
2349
  * @public
2350
2350
  */
2351
- ScheduleIdentifier?: string;
2351
+ ScheduleIdentifier?: string | undefined;
2352
2352
  /**
2353
2353
  * <p>The key value for a snapshot schedule tag.</p>
2354
2354
  * @public
2355
2355
  */
2356
- TagKeys?: string[];
2356
+ TagKeys?: string[] | undefined;
2357
2357
  /**
2358
2358
  * <p>The value corresponding to the key of the snapshot schedule tag.</p>
2359
2359
  * @public
2360
2360
  */
2361
- TagValues?: string[];
2361
+ TagValues?: string[] | undefined;
2362
2362
  /**
2363
2363
  * <p>A value that indicates the starting point for the next set of response records in a
2364
2364
  * subsequent request. If a value is returned in a response, you can retrieve the next set
@@ -2367,7 +2367,7 @@ export interface DescribeSnapshotSchedulesMessage {
2367
2367
  * records have been retrieved for the request.</p>
2368
2368
  * @public
2369
2369
  */
2370
- Marker?: string;
2370
+ Marker?: string | undefined;
2371
2371
  /**
2372
2372
  * <p>The maximum number or response records to return in each call. If the number of
2373
2373
  * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
@@ -2376,7 +2376,7 @@ export interface DescribeSnapshotSchedulesMessage {
2376
2376
  * value.</p>
2377
2377
  * @public
2378
2378
  */
2379
- MaxRecords?: number;
2379
+ MaxRecords?: number | undefined;
2380
2380
  }
2381
2381
  /**
2382
2382
  * @public
@@ -2386,7 +2386,7 @@ export interface DescribeSnapshotSchedulesOutputMessage {
2386
2386
  * <p>A list of SnapshotSchedules.</p>
2387
2387
  * @public
2388
2388
  */
2389
- SnapshotSchedules?: SnapshotSchedule[];
2389
+ SnapshotSchedules?: SnapshotSchedule[] | undefined;
2390
2390
  /**
2391
2391
  * <p>A value that indicates the starting point for the next set of response records in a
2392
2392
  * subsequent request. If a value is returned in a response, you can retrieve the next set
@@ -2395,7 +2395,7 @@ export interface DescribeSnapshotSchedulesOutputMessage {
2395
2395
  * records have been retrieved for the request.</p>
2396
2396
  * @public
2397
2397
  */
2398
- Marker?: string;
2398
+ Marker?: string | undefined;
2399
2399
  }
2400
2400
  /**
2401
2401
  * <p></p>
@@ -2406,7 +2406,7 @@ export interface DescribeTableRestoreStatusMessage {
2406
2406
  * <p>The Amazon Redshift cluster that the table is being restored to.</p>
2407
2407
  * @public
2408
2408
  */
2409
- ClusterIdentifier?: string;
2409
+ ClusterIdentifier?: string | undefined;
2410
2410
  /**
2411
2411
  * <p>The identifier of the table restore request to return status for. If you don't
2412
2412
  * specify a <code>TableRestoreRequestId</code> value, then
@@ -2414,14 +2414,14 @@ export interface DescribeTableRestoreStatusMessage {
2414
2414
  * restore requests.</p>
2415
2415
  * @public
2416
2416
  */
2417
- TableRestoreRequestId?: string;
2417
+ TableRestoreRequestId?: string | undefined;
2418
2418
  /**
2419
2419
  * <p>The maximum number of records to include in the response. If more records exist
2420
2420
  * than the specified <code>MaxRecords</code> value, a pagination token called a marker is
2421
2421
  * included in the response so that the remaining results can be retrieved.</p>
2422
2422
  * @public
2423
2423
  */
2424
- MaxRecords?: number;
2424
+ MaxRecords?: number | undefined;
2425
2425
  /**
2426
2426
  * <p>An optional pagination token provided by a previous
2427
2427
  * <code>DescribeTableRestoreStatus</code> request. If this parameter is specified, the
@@ -2429,7 +2429,7 @@ export interface DescribeTableRestoreStatusMessage {
2429
2429
  * <code>MaxRecords</code> parameter.</p>
2430
2430
  * @public
2431
2431
  */
2432
- Marker?: string;
2432
+ Marker?: string | undefined;
2433
2433
  }
2434
2434
  /**
2435
2435
  * <p>The specified <code>TableRestoreRequestId</code> value was not found.</p>
@@ -2468,7 +2468,7 @@ export interface TableRestoreStatus {
2468
2468
  * <p>The unique identifier for the table restore request.</p>
2469
2469
  * @public
2470
2470
  */
2471
- TableRestoreRequestId?: string;
2471
+ TableRestoreRequestId?: string | undefined;
2472
2472
  /**
2473
2473
  * <p>A value that describes the current state of the table restore request.</p>
2474
2474
  * <p>Valid Values: <code>SUCCEEDED</code>, <code>FAILED</code>, <code>CANCELED</code>,
@@ -2476,71 +2476,71 @@ export interface TableRestoreStatus {
2476
2476
  * </p>
2477
2477
  * @public
2478
2478
  */
2479
- Status?: TableRestoreStatusType;
2479
+ Status?: TableRestoreStatusType | undefined;
2480
2480
  /**
2481
2481
  * <p>A description of the status of the table restore request. Status values include
2482
2482
  * <code>SUCCEEDED</code>, <code>FAILED</code>, <code>CANCELED</code>,
2483
2483
  * <code>PENDING</code>, <code>IN_PROGRESS</code>.</p>
2484
2484
  * @public
2485
2485
  */
2486
- Message?: string;
2486
+ Message?: string | undefined;
2487
2487
  /**
2488
2488
  * <p>The time that the table restore request was made, in Universal Coordinated Time
2489
2489
  * (UTC).</p>
2490
2490
  * @public
2491
2491
  */
2492
- RequestTime?: Date;
2492
+ RequestTime?: Date | undefined;
2493
2493
  /**
2494
2494
  * <p>The amount of data restored to the new table so far, in megabytes (MB).</p>
2495
2495
  * @public
2496
2496
  */
2497
- ProgressInMegaBytes?: number;
2497
+ ProgressInMegaBytes?: number | undefined;
2498
2498
  /**
2499
2499
  * <p>The total amount of data to restore to the new table, in megabytes (MB).</p>
2500
2500
  * @public
2501
2501
  */
2502
- TotalDataInMegaBytes?: number;
2502
+ TotalDataInMegaBytes?: number | undefined;
2503
2503
  /**
2504
2504
  * <p>The identifier of the Amazon Redshift cluster that the table is being restored
2505
2505
  * to.</p>
2506
2506
  * @public
2507
2507
  */
2508
- ClusterIdentifier?: string;
2508
+ ClusterIdentifier?: string | undefined;
2509
2509
  /**
2510
2510
  * <p>The identifier of the snapshot that the table is being restored from.</p>
2511
2511
  * @public
2512
2512
  */
2513
- SnapshotIdentifier?: string;
2513
+ SnapshotIdentifier?: string | undefined;
2514
2514
  /**
2515
2515
  * <p>The name of the source database that contains the table being restored.</p>
2516
2516
  * @public
2517
2517
  */
2518
- SourceDatabaseName?: string;
2518
+ SourceDatabaseName?: string | undefined;
2519
2519
  /**
2520
2520
  * <p>The name of the source schema that contains the table being restored.</p>
2521
2521
  * @public
2522
2522
  */
2523
- SourceSchemaName?: string;
2523
+ SourceSchemaName?: string | undefined;
2524
2524
  /**
2525
2525
  * <p>The name of the source table being restored.</p>
2526
2526
  * @public
2527
2527
  */
2528
- SourceTableName?: string;
2528
+ SourceTableName?: string | undefined;
2529
2529
  /**
2530
2530
  * <p>The name of the database to restore the table to.</p>
2531
2531
  * @public
2532
2532
  */
2533
- TargetDatabaseName?: string;
2533
+ TargetDatabaseName?: string | undefined;
2534
2534
  /**
2535
2535
  * <p>The name of the schema to restore the table to.</p>
2536
2536
  * @public
2537
2537
  */
2538
- TargetSchemaName?: string;
2538
+ TargetSchemaName?: string | undefined;
2539
2539
  /**
2540
2540
  * <p>The name of the table to create as a result of the table restore request.</p>
2541
2541
  * @public
2542
2542
  */
2543
- NewTableName?: string;
2543
+ NewTableName?: string | undefined;
2544
2544
  }
2545
2545
  /**
2546
2546
  * <p></p>
@@ -2551,12 +2551,12 @@ export interface TableRestoreStatusMessage {
2551
2551
  * <p>A list of status details for one or more table restore requests.</p>
2552
2552
  * @public
2553
2553
  */
2554
- TableRestoreStatusDetails?: TableRestoreStatus[];
2554
+ TableRestoreStatusDetails?: TableRestoreStatus[] | undefined;
2555
2555
  /**
2556
2556
  * <p>A pagination token that can be used in a subsequent <a>DescribeTableRestoreStatus</a> request.</p>
2557
2557
  * @public
2558
2558
  */
2559
- Marker?: string;
2559
+ Marker?: string | undefined;
2560
2560
  }
2561
2561
  /**
2562
2562
  * <p></p>
@@ -2568,7 +2568,7 @@ export interface DescribeTagsMessage {
2568
2568
  * example, <code>arn:aws:redshift:us-east-2:123456789:cluster:t1</code>. </p>
2569
2569
  * @public
2570
2570
  */
2571
- ResourceName?: string;
2571
+ ResourceName?: string | undefined;
2572
2572
  /**
2573
2573
  * <p>The type of resource with which you want to view tags. Valid resource types are: </p>
2574
2574
  * <ul>
@@ -2615,7 +2615,7 @@ export interface DescribeTagsMessage {
2615
2615
  * the Amazon Redshift Cluster Management Guide. </p>
2616
2616
  * @public
2617
2617
  */
2618
- ResourceType?: string;
2618
+ ResourceType?: string | undefined;
2619
2619
  /**
2620
2620
  * <p>The maximum number or response records to return in each call. If the number of
2621
2621
  * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
@@ -2624,7 +2624,7 @@ export interface DescribeTagsMessage {
2624
2624
  * </p>
2625
2625
  * @public
2626
2626
  */
2627
- MaxRecords?: number;
2627
+ MaxRecords?: number | undefined;
2628
2628
  /**
2629
2629
  * <p>A value that indicates the starting point for the next set of response records in a
2630
2630
  * subsequent request. If a value is returned in a response, you can retrieve the next set
@@ -2633,7 +2633,7 @@ export interface DescribeTagsMessage {
2633
2633
  * records have been retrieved for the request. </p>
2634
2634
  * @public
2635
2635
  */
2636
- Marker?: string;
2636
+ Marker?: string | undefined;
2637
2637
  /**
2638
2638
  * <p>A tag key or keys for which you want to return all matching resources that are
2639
2639
  * associated with the specified key or keys. For example, suppose that you have resources
@@ -2642,7 +2642,7 @@ export interface DescribeTagsMessage {
2642
2642
  * that have either or both of these tag keys associated with them.</p>
2643
2643
  * @public
2644
2644
  */
2645
- TagKeys?: string[];
2645
+ TagKeys?: string[] | undefined;
2646
2646
  /**
2647
2647
  * <p>A tag value or values for which you want to return all matching resources that are
2648
2648
  * associated with the specified value or values. For example, suppose that you have
@@ -2651,7 +2651,7 @@ export interface DescribeTagsMessage {
2651
2651
  * resources that have either or both of these tag values associated with them.</p>
2652
2652
  * @public
2653
2653
  */
2654
- TagValues?: string[];
2654
+ TagValues?: string[] | undefined;
2655
2655
  }
2656
2656
  /**
2657
2657
  * <p>A tag and its associated resource.</p>
@@ -2662,13 +2662,13 @@ export interface TaggedResource {
2662
2662
  * <p>The tag for the resource.</p>
2663
2663
  * @public
2664
2664
  */
2665
- Tag?: Tag;
2665
+ Tag?: Tag | undefined;
2666
2666
  /**
2667
2667
  * <p>The Amazon Resource Name (ARN) with which the tag is associated, for example:
2668
2668
  * <code>arn:aws:redshift:us-east-2:123456789:cluster:t1</code>.</p>
2669
2669
  * @public
2670
2670
  */
2671
- ResourceName?: string;
2671
+ ResourceName?: string | undefined;
2672
2672
  /**
2673
2673
  * <p>The type of resource with which the tag is associated. Valid resource types are: </p>
2674
2674
  * <ul>
@@ -2705,7 +2705,7 @@ export interface TaggedResource {
2705
2705
  * Amazon Redshift Cluster Management Guide. </p>
2706
2706
  * @public
2707
2707
  */
2708
- ResourceType?: string;
2708
+ ResourceType?: string | undefined;
2709
2709
  }
2710
2710
  /**
2711
2711
  * <p></p>
@@ -2716,7 +2716,7 @@ export interface TaggedResourceListMessage {
2716
2716
  * <p>A list of tags with their associated resources.</p>
2717
2717
  * @public
2718
2718
  */
2719
- TaggedResources?: TaggedResource[];
2719
+ TaggedResources?: TaggedResource[] | undefined;
2720
2720
  /**
2721
2721
  * <p>A value that indicates the starting point for the next set of response records in a
2722
2722
  * subsequent request. If a value is returned in a response, you can retrieve the next set
@@ -2725,7 +2725,7 @@ export interface TaggedResourceListMessage {
2725
2725
  * records have been retrieved for the request. </p>
2726
2726
  * @public
2727
2727
  */
2728
- Marker?: string;
2728
+ Marker?: string | undefined;
2729
2729
  }
2730
2730
  /**
2731
2731
  * @public
@@ -2735,17 +2735,17 @@ export interface DescribeUsageLimitsMessage {
2735
2735
  * <p>The identifier of the usage limit to describe.</p>
2736
2736
  * @public
2737
2737
  */
2738
- UsageLimitId?: string;
2738
+ UsageLimitId?: string | undefined;
2739
2739
  /**
2740
2740
  * <p>The identifier of the cluster for which you want to describe usage limits.</p>
2741
2741
  * @public
2742
2742
  */
2743
- ClusterIdentifier?: string;
2743
+ ClusterIdentifier?: string | undefined;
2744
2744
  /**
2745
2745
  * <p>The feature type for which you want to describe usage limits.</p>
2746
2746
  * @public
2747
2747
  */
2748
- FeatureType?: UsageLimitFeatureType;
2748
+ FeatureType?: UsageLimitFeatureType | undefined;
2749
2749
  /**
2750
2750
  * <p>The maximum number of response records to return in each call. If the number of
2751
2751
  * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
@@ -2756,7 +2756,7 @@ export interface DescribeUsageLimitsMessage {
2756
2756
  * <p>Constraints: minimum 20, maximum 100.</p>
2757
2757
  * @public
2758
2758
  */
2759
- MaxRecords?: number;
2759
+ MaxRecords?: number | undefined;
2760
2760
  /**
2761
2761
  * <p>An optional parameter that specifies the starting point to return a set of response
2762
2762
  * records. When the results of a <a>DescribeUsageLimits</a> request
@@ -2766,7 +2766,7 @@ export interface DescribeUsageLimitsMessage {
2766
2766
  * retrying the request. </p>
2767
2767
  * @public
2768
2768
  */
2769
- Marker?: string;
2769
+ Marker?: string | undefined;
2770
2770
  /**
2771
2771
  * <p>A tag key or keys for which you want to return all matching usage limit objects
2772
2772
  * that are associated with the specified key or keys. For example, suppose that you
@@ -2776,7 +2776,7 @@ export interface DescribeUsageLimitsMessage {
2776
2776
  * tag keys associated with them.</p>
2777
2777
  * @public
2778
2778
  */
2779
- TagKeys?: string[];
2779
+ TagKeys?: string[] | undefined;
2780
2780
  /**
2781
2781
  * <p>A tag value or values for which you want to return all matching usage limit objects
2782
2782
  * that are associated with the specified tag value or values. For example, suppose
@@ -2786,7 +2786,7 @@ export interface DescribeUsageLimitsMessage {
2786
2786
  * values associated with them.</p>
2787
2787
  * @public
2788
2788
  */
2789
- TagValues?: string[];
2789
+ TagValues?: string[] | undefined;
2790
2790
  }
2791
2791
  /**
2792
2792
  * @public
@@ -2797,7 +2797,7 @@ export interface UsageLimitList {
2797
2797
  * action. </p>
2798
2798
  * @public
2799
2799
  */
2800
- UsageLimits?: UsageLimit[];
2800
+ UsageLimits?: UsageLimit[] | undefined;
2801
2801
  /**
2802
2802
  * <p>A value that indicates the starting point for the next set of response records in a
2803
2803
  * subsequent request. If a value is returned in a response, you can retrieve the next set
@@ -2806,7 +2806,7 @@ export interface UsageLimitList {
2806
2806
  * records have been retrieved for the request. </p>
2807
2807
  * @public
2808
2808
  */
2809
- Marker?: string;
2809
+ Marker?: string | undefined;
2810
2810
  }
2811
2811
  /**
2812
2812
  * <p></p>
@@ -2843,7 +2843,7 @@ export interface DisableSnapshotCopyResult {
2843
2843
  * <p>Describes a cluster.</p>
2844
2844
  * @public
2845
2845
  */
2846
- Cluster?: Cluster;
2846
+ Cluster?: Cluster | undefined;
2847
2847
  }
2848
2848
  /**
2849
2849
  * <p>The cluster already has cross-region snapshot copy disabled.</p>
@@ -2871,18 +2871,18 @@ export interface DisassociateDataShareConsumerMessage {
2871
2871
  * entire account.</p>
2872
2872
  * @public
2873
2873
  */
2874
- DisassociateEntireAccount?: boolean;
2874
+ DisassociateEntireAccount?: boolean | undefined;
2875
2875
  /**
2876
2876
  * <p>The Amazon Resource Name (ARN) of the consumer namespace that association for
2877
2877
  * the datashare is removed from.</p>
2878
2878
  * @public
2879
2879
  */
2880
- ConsumerArn?: string;
2880
+ ConsumerArn?: string | undefined;
2881
2881
  /**
2882
2882
  * <p>From a datashare consumer account, removes association of a datashare from all the existing and future namespaces in the specified Amazon Web Services Region.</p>
2883
2883
  * @public
2884
2884
  */
2885
- ConsumerRegion?: string;
2885
+ ConsumerRegion?: string | undefined;
2886
2886
  }
2887
2887
  /**
2888
2888
  * <p></p>
@@ -2909,7 +2909,7 @@ export interface EnableLoggingMessage {
2909
2909
  * </ul>
2910
2910
  * @public
2911
2911
  */
2912
- BucketName?: string;
2912
+ BucketName?: string | undefined;
2913
2913
  /**
2914
2914
  * <p>The prefix applied to the log file names.</p>
2915
2915
  * <p>Valid characters are any letter from any language, any whitespace character, any numeric character, and the following characters:
@@ -2917,17 +2917,17 @@ export interface EnableLoggingMessage {
2917
2917
  * hyphen (<code>-</code>), at symbol (<code>@</code>).</p>
2918
2918
  * @public
2919
2919
  */
2920
- S3KeyPrefix?: string;
2920
+ S3KeyPrefix?: string | undefined;
2921
2921
  /**
2922
2922
  * <p>The log destination type. An enum with possible values of <code>s3</code> and <code>cloudwatch</code>.</p>
2923
2923
  * @public
2924
2924
  */
2925
- LogDestinationType?: LogDestinationType;
2925
+ LogDestinationType?: LogDestinationType | undefined;
2926
2926
  /**
2927
2927
  * <p>The collection of exported log types. Possible values are <code>connectionlog</code>, <code>useractivitylog</code>, and <code>userlog</code>.</p>
2928
2928
  * @public
2929
2929
  */
2930
- LogExports?: string[];
2930
+ LogExports?: string[] | undefined;
2931
2931
  }
2932
2932
  /**
2933
2933
  * <p>The cluster does not have read bucket or put object permissions on the S3 bucket
@@ -2997,13 +2997,13 @@ export interface EnableSnapshotCopyMessage {
2997
2997
  * <p>Constraints: Must be at least 1 and no more than 35.</p>
2998
2998
  * @public
2999
2999
  */
3000
- RetentionPeriod?: number;
3000
+ RetentionPeriod?: number | undefined;
3001
3001
  /**
3002
3002
  * <p>The name of the snapshot copy grant to use when snapshots of an Amazon Web Services KMS-encrypted
3003
3003
  * cluster are copied to the destination region.</p>
3004
3004
  * @public
3005
3005
  */
3006
- SnapshotCopyGrantName?: string;
3006
+ SnapshotCopyGrantName?: string | undefined;
3007
3007
  /**
3008
3008
  * <p>The number of days to retain newly copied snapshots in the destination Amazon Web Services Region
3009
3009
  * after they are copied from the source Amazon Web Services Region. If the value is -1, the manual
@@ -3011,7 +3011,7 @@ export interface EnableSnapshotCopyMessage {
3011
3011
  * <p>The value must be either -1 or an integer between 1 and 3,653.</p>
3012
3012
  * @public
3013
3013
  */
3014
- ManualSnapshotRetentionPeriod?: number;
3014
+ ManualSnapshotRetentionPeriod?: number | undefined;
3015
3015
  }
3016
3016
  /**
3017
3017
  * @public
@@ -3021,7 +3021,7 @@ export interface EnableSnapshotCopyResult {
3021
3021
  * <p>Describes a cluster.</p>
3022
3022
  * @public
3023
3023
  */
3024
- Cluster?: Cluster;
3024
+ Cluster?: Cluster | undefined;
3025
3025
  }
3026
3026
  /**
3027
3027
  * <p>The specified options are incompatible.</p>
@@ -3089,7 +3089,7 @@ export interface FailoverPrimaryComputeResult {
3089
3089
  * <p>Describes a cluster.</p>
3090
3090
  * @public
3091
3091
  */
3092
- Cluster?: Cluster;
3092
+ Cluster?: Cluster | undefined;
3093
3093
  }
3094
3094
  /**
3095
3095
  * <p>The request parameters to get cluster credentials.</p>
@@ -3157,26 +3157,26 @@ export interface GetClusterCredentialsMessage {
3157
3157
  * </ul>
3158
3158
  * @public
3159
3159
  */
3160
- DbName?: string;
3160
+ DbName?: string | undefined;
3161
3161
  /**
3162
3162
  * <p>The unique identifier of the cluster that contains the database for which you are
3163
3163
  * requesting credentials. This parameter is case sensitive.</p>
3164
3164
  * @public
3165
3165
  */
3166
- ClusterIdentifier?: string;
3166
+ ClusterIdentifier?: string | undefined;
3167
3167
  /**
3168
3168
  * <p>The number of seconds until the returned temporary password expires.</p>
3169
3169
  * <p>Constraint: minimum 900, maximum 3600.</p>
3170
3170
  * <p>Default: 900</p>
3171
3171
  * @public
3172
3172
  */
3173
- DurationSeconds?: number;
3173
+ DurationSeconds?: number | undefined;
3174
3174
  /**
3175
3175
  * <p>Create a database user with the name specified for the user named in
3176
3176
  * <code>DbUser</code> if one does not exist.</p>
3177
3177
  * @public
3178
3178
  */
3179
- AutoCreate?: boolean;
3179
+ AutoCreate?: boolean | undefined;
3180
3180
  /**
3181
3181
  * <p>A list of the names of existing database groups that the user named in
3182
3182
  * <code>DbUser</code> will join for the current session, in addition to any group
@@ -3204,12 +3204,12 @@ export interface GetClusterCredentialsMessage {
3204
3204
  * </ul>
3205
3205
  * @public
3206
3206
  */
3207
- DbGroups?: string[];
3207
+ DbGroups?: string[] | undefined;
3208
3208
  /**
3209
3209
  * <p>The custom domain name for the cluster credentials.</p>
3210
3210
  * @public
3211
3211
  */
3212
- CustomDomainName?: string;
3212
+ CustomDomainName?: string | undefined;
3213
3213
  }
3214
3214
  /**
3215
3215
  * @public
@@ -3221,24 +3221,24 @@ export interface GetClusterCredentialsWithIAMMessage {
3221
3221
  * If the database name is not specified, access to all databases is allowed.</p>
3222
3222
  * @public
3223
3223
  */
3224
- DbName?: string;
3224
+ DbName?: string | undefined;
3225
3225
  /**
3226
3226
  * <p>The unique identifier of the cluster that contains the database for which you are
3227
3227
  * requesting credentials. </p>
3228
3228
  * @public
3229
3229
  */
3230
- ClusterIdentifier?: string;
3230
+ ClusterIdentifier?: string | undefined;
3231
3231
  /**
3232
3232
  * <p>The number of seconds until the returned temporary password expires.</p>
3233
3233
  * <p>Range: 900-3600. Default: 900.</p>
3234
3234
  * @public
3235
3235
  */
3236
- DurationSeconds?: number;
3236
+ DurationSeconds?: number | undefined;
3237
3237
  /**
3238
3238
  * <p>The custom domain name for the IAM message cluster credentials.</p>
3239
3239
  * @public
3240
3240
  */
3241
- CustomDomainName?: string;
3241
+ CustomDomainName?: string | undefined;
3242
3242
  }
3243
3243
  /**
3244
3244
  * @public
@@ -3265,12 +3265,12 @@ export interface GetReservedNodeExchangeConfigurationOptionsInputMessage {
3265
3265
  * <p>The identifier for the cluster that is the source for a reserved-node exchange.</p>
3266
3266
  * @public
3267
3267
  */
3268
- ClusterIdentifier?: string;
3268
+ ClusterIdentifier?: string | undefined;
3269
3269
  /**
3270
3270
  * <p>The identifier for the snapshot that is the source for the reserved-node exchange.</p>
3271
3271
  * @public
3272
3272
  */
3273
- SnapshotIdentifier?: string;
3273
+ SnapshotIdentifier?: string | undefined;
3274
3274
  /**
3275
3275
  * <p>The maximum number of response records to return in each call. If the number of
3276
3276
  * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
@@ -3278,7 +3278,7 @@ export interface GetReservedNodeExchangeConfigurationOptionsInputMessage {
3278
3278
  * set of records by retrying the command with the returned marker value.</p>
3279
3279
  * @public
3280
3280
  */
3281
- MaxRecords?: number;
3281
+ MaxRecords?: number | undefined;
3282
3282
  /**
3283
3283
  * <p>An optional pagination token provided by a previous <code>GetReservedNodeExchangeConfigurationOptions</code> request. If this
3284
3284
  * parameter is specified, the response includes only records beyond the marker, up to the value
@@ -3287,7 +3287,7 @@ export interface GetReservedNodeExchangeConfigurationOptionsInputMessage {
3287
3287
  * retrying the request.</p>
3288
3288
  * @public
3289
3289
  */
3290
- Marker?: string;
3290
+ Marker?: string | undefined;
3291
3291
  }
3292
3292
  /**
3293
3293
  * <p>Details for a reserved-node exchange. Examples include the node type for a
@@ -3300,17 +3300,17 @@ export interface ReservedNodeConfigurationOption {
3300
3300
  * offerings. </p>
3301
3301
  * @public
3302
3302
  */
3303
- SourceReservedNode?: ReservedNode;
3303
+ SourceReservedNode?: ReservedNode | undefined;
3304
3304
  /**
3305
3305
  * <p>The target reserved-node count.</p>
3306
3306
  * @public
3307
3307
  */
3308
- TargetReservedNodeCount?: number;
3308
+ TargetReservedNodeCount?: number | undefined;
3309
3309
  /**
3310
3310
  * <p>Describes a reserved node offering.</p>
3311
3311
  * @public
3312
3312
  */
3313
- TargetReservedNodeOffering?: ReservedNodeOffering;
3313
+ TargetReservedNodeOffering?: ReservedNodeOffering | undefined;
3314
3314
  }
3315
3315
  /**
3316
3316
  * @public
@@ -3320,7 +3320,7 @@ export interface GetReservedNodeExchangeConfigurationOptionsOutputMessage {
3320
3320
  * <p>A pagination token provided by a previous <code>GetReservedNodeExchangeConfigurationOptions</code> request.</p>
3321
3321
  * @public
3322
3322
  */
3323
- Marker?: string;
3323
+ Marker?: string | undefined;
3324
3324
  /**
3325
3325
  * <p>the configuration options for the reserved-node
3326
3326
  * exchange. These options include information about the source reserved node and target reserved
@@ -3328,7 +3328,7 @@ export interface GetReservedNodeExchangeConfigurationOptionsOutputMessage {
3328
3328
  * type.</p>
3329
3329
  * @public
3330
3330
  */
3331
- ReservedNodeConfigurationOptionList?: ReservedNodeConfigurationOption[];
3331
+ ReservedNodeConfigurationOptionList?: ReservedNodeConfigurationOption[] | undefined;
3332
3332
  }
3333
3333
  /**
3334
3334
  * <p></p>
@@ -3346,13 +3346,13 @@ export interface GetReservedNodeExchangeOfferingsInputMessage {
3346
3346
  * retrieve.</p>
3347
3347
  * @public
3348
3348
  */
3349
- MaxRecords?: number;
3349
+ MaxRecords?: number | undefined;
3350
3350
  /**
3351
3351
  * <p>A value that indicates the starting point for the next set of
3352
3352
  * ReservedNodeOfferings.</p>
3353
3353
  * @public
3354
3354
  */
3355
- Marker?: string;
3355
+ Marker?: string | undefined;
3356
3356
  }
3357
3357
  /**
3358
3358
  * @public
@@ -3367,12 +3367,12 @@ export interface GetReservedNodeExchangeOfferingsOutputMessage {
3367
3367
  * </p>
3368
3368
  * @public
3369
3369
  */
3370
- Marker?: string;
3370
+ Marker?: string | undefined;
3371
3371
  /**
3372
3372
  * <p>Returns an array of <a>ReservedNodeOffering</a> objects.</p>
3373
3373
  * @public
3374
3374
  */
3375
- ReservedNodeOfferings?: ReservedNodeOffering[];
3375
+ ReservedNodeOfferings?: ReservedNodeOffering[] | undefined;
3376
3376
  }
3377
3377
  /**
3378
3378
  * @public
@@ -3393,12 +3393,12 @@ export interface ResourcePolicy {
3393
3393
  * <p>The resources that a policy is attached to.</p>
3394
3394
  * @public
3395
3395
  */
3396
- ResourceArn?: string;
3396
+ ResourceArn?: string | undefined;
3397
3397
  /**
3398
3398
  * <p>The content of a resource policy.</p>
3399
3399
  * @public
3400
3400
  */
3401
- Policy?: string;
3401
+ Policy?: string | undefined;
3402
3402
  }
3403
3403
  /**
3404
3404
  * @public
@@ -3408,7 +3408,7 @@ export interface GetResourcePolicyResult {
3408
3408
  * <p>The content of the resource policy.</p>
3409
3409
  * @public
3410
3410
  */
3411
- ResourcePolicy?: ResourcePolicy;
3411
+ ResourcePolicy?: ResourcePolicy | undefined;
3412
3412
  }
3413
3413
  /**
3414
3414
  * <p>The resource policy isn't valid.</p>
@@ -3483,20 +3483,20 @@ export interface ListRecommendationsMessage {
3483
3483
  * If the neither the cluster identifier and the cluster namespace ARN parameters are specified, then recommendations for all clusters in the account are returned.</p>
3484
3484
  * @public
3485
3485
  */
3486
- ClusterIdentifier?: string;
3486
+ ClusterIdentifier?: string | undefined;
3487
3487
  /**
3488
3488
  * <p>The Amazon Redshift cluster namespace Amazon Resource Name (ARN) for which the list of Advisor recommendations is returned.
3489
3489
  * If the neither the cluster identifier and the cluster namespace ARN parameters are specified, then recommendations for all clusters in the account are returned.</p>
3490
3490
  * @public
3491
3491
  */
3492
- NamespaceArn?: string;
3492
+ NamespaceArn?: string | undefined;
3493
3493
  /**
3494
3494
  * <p>The maximum number of response records to return in each call. If the number of remaining response records
3495
3495
  * exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve
3496
3496
  * the next set of records by retrying the command with the returned marker value.</p>
3497
3497
  * @public
3498
3498
  */
3499
- MaxRecords?: number;
3499
+ MaxRecords?: number | undefined;
3500
3500
  /**
3501
3501
  * <p>A value that indicates the starting point for the next set of response records in a subsequent request. If a
3502
3502
  * value is returned in a response, you can retrieve the next set
@@ -3506,7 +3506,7 @@ export interface ListRecommendationsMessage {
3506
3506
  * </p>
3507
3507
  * @public
3508
3508
  */
3509
- Marker?: string;
3509
+ Marker?: string | undefined;
3510
3510
  }
3511
3511
  /**
3512
3512
  * @public
@@ -3529,22 +3529,22 @@ export interface RecommendedAction {
3529
3529
  * <p>The specific instruction about the command.</p>
3530
3530
  * @public
3531
3531
  */
3532
- Text?: string;
3532
+ Text?: string | undefined;
3533
3533
  /**
3534
3534
  * <p>The database name to perform the action on. Only applicable if the type of command is SQL.</p>
3535
3535
  * @public
3536
3536
  */
3537
- Database?: string;
3537
+ Database?: string | undefined;
3538
3538
  /**
3539
3539
  * <p>The command to run.</p>
3540
3540
  * @public
3541
3541
  */
3542
- Command?: string;
3542
+ Command?: string | undefined;
3543
3543
  /**
3544
3544
  * <p>The type of command.</p>
3545
3545
  * @public
3546
3546
  */
3547
- Type?: RecommendedActionType;
3547
+ Type?: RecommendedActionType | undefined;
3548
3548
  }
3549
3549
  /**
3550
3550
  * <p>A link to an Amazon Redshift Advisor reference for more information about a recommendation.</p>
@@ -3555,12 +3555,12 @@ export interface ReferenceLink {
3555
3555
  * <p>The hyperlink text that describes the link to more information.</p>
3556
3556
  * @public
3557
3557
  */
3558
- Text?: string;
3558
+ Text?: string | undefined;
3559
3559
  /**
3560
3560
  * <p>The URL address to find more information.</p>
3561
3561
  * @public
3562
3562
  */
3563
- Link?: string;
3563
+ Link?: string | undefined;
3564
3564
  }
3565
3565
  /**
3566
3566
  * <p>An Amazon Redshift Advisor recommended action on the Amazon Redshift cluster.</p>
@@ -3571,62 +3571,62 @@ export interface Recommendation {
3571
3571
  * <p>A unique identifier of the Advisor recommendation.</p>
3572
3572
  * @public
3573
3573
  */
3574
- Id?: string;
3574
+ Id?: string | undefined;
3575
3575
  /**
3576
3576
  * <p>The unique identifier of the cluster for which the recommendation is returned.</p>
3577
3577
  * @public
3578
3578
  */
3579
- ClusterIdentifier?: string;
3579
+ ClusterIdentifier?: string | undefined;
3580
3580
  /**
3581
3581
  * <p>The Amazon Redshift cluster namespace ARN for which the recommendations is returned.</p>
3582
3582
  * @public
3583
3583
  */
3584
- NamespaceArn?: string;
3584
+ NamespaceArn?: string | undefined;
3585
3585
  /**
3586
3586
  * <p>The date and time (UTC) that the recommendation was created.</p>
3587
3587
  * @public
3588
3588
  */
3589
- CreatedAt?: Date;
3589
+ CreatedAt?: Date | undefined;
3590
3590
  /**
3591
3591
  * <p>The type of Advisor recommendation.</p>
3592
3592
  * @public
3593
3593
  */
3594
- RecommendationType?: string;
3594
+ RecommendationType?: string | undefined;
3595
3595
  /**
3596
3596
  * <p>The title of the recommendation.</p>
3597
3597
  * @public
3598
3598
  */
3599
- Title?: string;
3599
+ Title?: string | undefined;
3600
3600
  /**
3601
3601
  * <p>The description of the recommendation.</p>
3602
3602
  * @public
3603
3603
  */
3604
- Description?: string;
3604
+ Description?: string | undefined;
3605
3605
  /**
3606
3606
  * <p>The description of what was observed about your cluster.</p>
3607
3607
  * @public
3608
3608
  */
3609
- Observation?: string;
3609
+ Observation?: string | undefined;
3610
3610
  /**
3611
3611
  * <p>The scale of the impact that the Advisor recommendation has to the performance and cost of the cluster.</p>
3612
3612
  * @public
3613
3613
  */
3614
- ImpactRanking?: ImpactRankingType;
3614
+ ImpactRanking?: ImpactRankingType | undefined;
3615
3615
  /**
3616
3616
  * <p>The description of the recommendation.</p>
3617
3617
  * @public
3618
3618
  */
3619
- RecommendationText?: string;
3619
+ RecommendationText?: string | undefined;
3620
3620
  /**
3621
3621
  * <p>List of Amazon Redshift recommended actions.</p>
3622
3622
  * @public
3623
3623
  */
3624
- RecommendedActions?: RecommendedAction[];
3624
+ RecommendedActions?: RecommendedAction[] | undefined;
3625
3625
  /**
3626
3626
  * <p>List of helpful links for more information about the Advisor recommendation.</p>
3627
3627
  * @public
3628
3628
  */
3629
- ReferenceLinks?: ReferenceLink[];
3629
+ ReferenceLinks?: ReferenceLink[] | undefined;
3630
3630
  }
3631
3631
  /**
3632
3632
  * @public
@@ -3636,7 +3636,7 @@ export interface ListRecommendationsResult {
3636
3636
  * <p>The Advisor recommendations for action on the Amazon Redshift cluster.</p>
3637
3637
  * @public
3638
3638
  */
3639
- Recommendations?: Recommendation[];
3639
+ Recommendations?: Recommendation[] | undefined;
3640
3640
  /**
3641
3641
  * <p>A value that indicates the starting point for the next set of response records in a subsequent
3642
3642
  * request. If a value is returned in a response, you can retrieve the next set
@@ -3646,7 +3646,7 @@ export interface ListRecommendationsResult {
3646
3646
  * </p>
3647
3647
  * @public
3648
3648
  */
3649
- Marker?: string;
3649
+ Marker?: string | undefined;
3650
3650
  }
3651
3651
  /**
3652
3652
  * @public
@@ -3661,7 +3661,7 @@ export interface ModifyAquaInputMessage {
3661
3661
  * <p>This parameter is retired. Amazon Redshift automatically determines whether to use AQUA (Advanced Query Accelerator).</p>
3662
3662
  * @public
3663
3663
  */
3664
- AquaConfigurationStatus?: AquaConfigurationStatus;
3664
+ AquaConfigurationStatus?: AquaConfigurationStatus | undefined;
3665
3665
  }
3666
3666
  /**
3667
3667
  * @public
@@ -3671,7 +3671,7 @@ export interface ModifyAquaOutputMessage {
3671
3671
  * <p>This parameter is retired. Amazon Redshift automatically determines whether to use AQUA (Advanced Query Accelerator). </p>
3672
3672
  * @public
3673
3673
  */
3674
- AquaConfiguration?: AquaConfiguration;
3674
+ AquaConfiguration?: AquaConfiguration | undefined;
3675
3675
  }
3676
3676
  /**
3677
3677
  * @public
@@ -3697,12 +3697,12 @@ export interface ModifyAuthenticationProfileResult {
3697
3697
  * <p>The name of the authentication profile that was replaced.</p>
3698
3698
  * @public
3699
3699
  */
3700
- AuthenticationProfileName?: string;
3700
+ AuthenticationProfileName?: string | undefined;
3701
3701
  /**
3702
3702
  * <p>The updated content of the authentication profile in JSON format.</p>
3703
3703
  * @public
3704
3704
  */
3705
- AuthenticationProfileContent?: string;
3705
+ AuthenticationProfileContent?: string | undefined;
3706
3706
  }
3707
3707
  /**
3708
3708
  * <p></p>
@@ -3726,7 +3726,7 @@ export interface ModifyClusterMessage {
3726
3726
  * </p>
3727
3727
  * @public
3728
3728
  */
3729
- ClusterType?: string;
3729
+ ClusterType?: string | undefined;
3730
3730
  /**
3731
3731
  * <p>The new node type of the cluster. If you specify a new node type, you must also
3732
3732
  * specify the number of nodes parameter.</p>
@@ -3740,7 +3740,7 @@ export interface ModifyClusterMessage {
3740
3740
  * </p>
3741
3741
  * @public
3742
3742
  */
3743
- NodeType?: string;
3743
+ NodeType?: string | undefined;
3744
3744
  /**
3745
3745
  * <p>The new number of nodes of the cluster. If you specify a new number of nodes, you
3746
3746
  * must also specify the node type parameter.</p>
@@ -3751,7 +3751,7 @@ export interface ModifyClusterMessage {
3751
3751
  * <p>Valid Values: Integer greater than <code>0</code>.</p>
3752
3752
  * @public
3753
3753
  */
3754
- NumberOfNodes?: number;
3754
+ NumberOfNodes?: number | undefined;
3755
3755
  /**
3756
3756
  * <p>A list of cluster security groups to be authorized on this cluster. This change is
3757
3757
  * asynchronously applied as soon as possible.</p>
@@ -3771,13 +3771,13 @@ export interface ModifyClusterMessage {
3771
3771
  * </ul>
3772
3772
  * @public
3773
3773
  */
3774
- ClusterSecurityGroups?: string[];
3774
+ ClusterSecurityGroups?: string[] | undefined;
3775
3775
  /**
3776
3776
  * <p>A list of virtual private cloud (VPC) security groups to be associated with the
3777
3777
  * cluster. This change is asynchronously applied as soon as possible.</p>
3778
3778
  * @public
3779
3779
  */
3780
- VpcSecurityGroupIds?: string[];
3780
+ VpcSecurityGroupIds?: string[] | undefined;
3781
3781
  /**
3782
3782
  * <p>The new password for the cluster admin user. This change is asynchronously applied
3783
3783
  * as soon as possible. Between the time of the request and the completion of the request,
@@ -3811,7 +3811,7 @@ export interface ModifyClusterMessage {
3811
3811
  * </ul>
3812
3812
  * @public
3813
3813
  */
3814
- MasterUserPassword?: string;
3814
+ MasterUserPassword?: string | undefined;
3815
3815
  /**
3816
3816
  * <p>The name of the cluster parameter group to apply to this cluster. This change is
3817
3817
  * applied only after the cluster is rebooted. To reboot a cluster use <a>RebootCluster</a>. </p>
@@ -3820,7 +3820,7 @@ export interface ModifyClusterMessage {
3820
3820
  * that matches the cluster version.</p>
3821
3821
  * @public
3822
3822
  */
3823
- ClusterParameterGroupName?: string;
3823
+ ClusterParameterGroupName?: string | undefined;
3824
3824
  /**
3825
3825
  * <p>The number of days that automated snapshots are retained. If the value is 0,
3826
3826
  * automated snapshots are disabled. Even if automated snapshots are disabled, you can
@@ -3833,7 +3833,7 @@ export interface ModifyClusterMessage {
3833
3833
  * <p>Constraints: Must be a value from 0 to 35.</p>
3834
3834
  * @public
3835
3835
  */
3836
- AutomatedSnapshotRetentionPeriod?: number;
3836
+ AutomatedSnapshotRetentionPeriod?: number | undefined;
3837
3837
  /**
3838
3838
  * <p>The default for number of days that a newly created manual snapshot is retained. If
3839
3839
  * the value is -1, the manual snapshot is retained indefinitely. This value doesn't
@@ -3842,7 +3842,7 @@ export interface ModifyClusterMessage {
3842
3842
  * <p>The default value is -1.</p>
3843
3843
  * @public
3844
3844
  */
3845
- ManualSnapshotRetentionPeriod?: number;
3845
+ ManualSnapshotRetentionPeriod?: number | undefined;
3846
3846
  /**
3847
3847
  * <p>The weekly time range (in UTC) during which system maintenance can occur, if
3848
3848
  * necessary. If system maintenance is necessary during the window, it may result in an
@@ -3857,7 +3857,7 @@ export interface ModifyClusterMessage {
3857
3857
  * <p>Constraints: Must be at least 30 minutes.</p>
3858
3858
  * @public
3859
3859
  */
3860
- PreferredMaintenanceWindow?: string;
3860
+ PreferredMaintenanceWindow?: string | undefined;
3861
3861
  /**
3862
3862
  * <p>The new version number of the Amazon Redshift engine to upgrade to.</p>
3863
3863
  * <p>For major version upgrades, if a non-default cluster parameter group is currently
@@ -3871,7 +3871,7 @@ export interface ModifyClusterMessage {
3871
3871
  * </p>
3872
3872
  * @public
3873
3873
  */
3874
- ClusterVersion?: string;
3874
+ ClusterVersion?: string | undefined;
3875
3875
  /**
3876
3876
  * <p>If <code>true</code>, major version upgrades will be applied automatically to the
3877
3877
  * cluster during the maintenance window. </p>
@@ -3879,19 +3879,19 @@ export interface ModifyClusterMessage {
3879
3879
  * </p>
3880
3880
  * @public
3881
3881
  */
3882
- AllowVersionUpgrade?: boolean;
3882
+ AllowVersionUpgrade?: boolean | undefined;
3883
3883
  /**
3884
3884
  * <p>Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to
3885
3885
  * retrieve the data encryption keys stored in an HSM.</p>
3886
3886
  * @public
3887
3887
  */
3888
- HsmClientCertificateIdentifier?: string;
3888
+ HsmClientCertificateIdentifier?: string | undefined;
3889
3889
  /**
3890
3890
  * <p>Specifies the name of the HSM configuration that contains the information the
3891
3891
  * Amazon Redshift cluster can use to retrieve and store keys in an HSM.</p>
3892
3892
  * @public
3893
3893
  */
3894
- HsmConfigurationIdentifier?: string;
3894
+ HsmConfigurationIdentifier?: string | undefined;
3895
3895
  /**
3896
3896
  * <p>The new identifier for the cluster.</p>
3897
3897
  * <p>Constraints:</p>
@@ -3916,13 +3916,13 @@ export interface ModifyClusterMessage {
3916
3916
  * </p>
3917
3917
  * @public
3918
3918
  */
3919
- NewClusterIdentifier?: string;
3919
+ NewClusterIdentifier?: string | undefined;
3920
3920
  /**
3921
3921
  * <p>If <code>true</code>, the cluster can be accessed from a public network. Only
3922
3922
  * clusters in VPCs can be set to be publicly available.</p>
3923
3923
  * @public
3924
3924
  */
3925
- PubliclyAccessible?: boolean;
3925
+ PubliclyAccessible?: boolean | undefined;
3926
3926
  /**
3927
3927
  * <p>The Elastic IP (EIP) address for the cluster.</p>
3928
3928
  * <p>Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible
@@ -3931,7 +3931,7 @@ export interface ModifyClusterMessage {
3931
3931
  * Platforms to Launch Your Cluster</a> in the Amazon Redshift Cluster Management Guide.</p>
3932
3932
  * @public
3933
3933
  */
3934
- ElasticIp?: string;
3934
+ ElasticIp?: string | undefined;
3935
3935
  /**
3936
3936
  * <p>An option that specifies whether to create the cluster with enhanced VPC routing
3937
3937
  * enabled. To create a cluster that uses enhanced VPC routing, the cluster must be in a
@@ -3941,7 +3941,7 @@ export interface ModifyClusterMessage {
3941
3941
  * <p>Default: false</p>
3942
3942
  * @public
3943
3943
  */
3944
- EnhancedVpcRouting?: boolean;
3944
+ EnhancedVpcRouting?: boolean | undefined;
3945
3945
  /**
3946
3946
  * <p>The name for the maintenance track that you want to assign for the cluster. This name
3947
3947
  * change is asynchronous. The new track name stays in the
@@ -3951,7 +3951,7 @@ export interface ModifyClusterMessage {
3951
3951
  * track name is applied.</p>
3952
3952
  * @public
3953
3953
  */
3954
- MaintenanceTrackName?: string;
3954
+ MaintenanceTrackName?: string | undefined;
3955
3955
  /**
3956
3956
  * <p>Indicates whether the cluster is encrypted. If the value is encrypted (true) and you
3957
3957
  * provide a value for the <code>KmsKeyId</code> parameter, we encrypt the cluster
@@ -3960,23 +3960,23 @@ export interface ModifyClusterMessage {
3960
3960
  * <p>If the value is not encrypted (false), then the cluster is decrypted. </p>
3961
3961
  * @public
3962
3962
  */
3963
- Encrypted?: boolean;
3963
+ Encrypted?: boolean | undefined;
3964
3964
  /**
3965
3965
  * <p>The Key Management Service (KMS) key ID of the encryption key that you want to use
3966
3966
  * to encrypt data in the cluster.</p>
3967
3967
  * @public
3968
3968
  */
3969
- KmsKeyId?: string;
3969
+ KmsKeyId?: string | undefined;
3970
3970
  /**
3971
3971
  * <p>The option to enable relocation for an Amazon Redshift cluster between Availability Zones after the cluster modification is complete.</p>
3972
3972
  * @public
3973
3973
  */
3974
- AvailabilityZoneRelocation?: boolean;
3974
+ AvailabilityZoneRelocation?: boolean | undefined;
3975
3975
  /**
3976
3976
  * <p>The option to initiate relocation for an Amazon Redshift cluster to the target Availability Zone.</p>
3977
3977
  * @public
3978
3978
  */
3979
- AvailabilityZone?: string;
3979
+ AvailabilityZone?: string | undefined;
3980
3980
  /**
3981
3981
  * <p>The option to change the port of an Amazon Redshift cluster.</p>
3982
3982
  * <p>Valid Values:
@@ -3992,7 +3992,7 @@ export interface ModifyClusterMessage {
3992
3992
  * </ul>
3993
3993
  * @public
3994
3994
  */
3995
- Port?: number;
3995
+ Port?: number | undefined;
3996
3996
  /**
3997
3997
  * <p>If <code>true</code>, Amazon Redshift uses Secrets Manager to manage this cluster's admin credentials.
3998
3998
  * You can't use <code>MasterUserPassword</code> if <code>ManageMasterPassword</code> is true.
@@ -4001,23 +4001,23 @@ export interface ModifyClusterMessage {
4001
4001
  * </p>
4002
4002
  * @public
4003
4003
  */
4004
- ManageMasterPassword?: boolean;
4004
+ ManageMasterPassword?: boolean | undefined;
4005
4005
  /**
4006
4006
  * <p>The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin credentials secret.
4007
4007
  * You can only use this parameter if <code>ManageMasterPassword</code> is true.</p>
4008
4008
  * @public
4009
4009
  */
4010
- MasterPasswordSecretKmsKeyId?: string;
4010
+ MasterPasswordSecretKmsKeyId?: string | undefined;
4011
4011
  /**
4012
4012
  * <p>The IP address types that the cluster supports. Possible values are <code>ipv4</code> and <code>dualstack</code>.</p>
4013
4013
  * @public
4014
4014
  */
4015
- IpAddressType?: string;
4015
+ IpAddressType?: string | undefined;
4016
4016
  /**
4017
4017
  * <p>If true and the cluster is currently only deployed in a single Availability Zone, the cluster will be modified to be deployed in two Availability Zones.</p>
4018
4018
  * @public
4019
4019
  */
4020
- MultiAZ?: boolean;
4020
+ MultiAZ?: boolean | undefined;
4021
4021
  }
4022
4022
  /**
4023
4023
  * @public
@@ -4027,7 +4027,7 @@ export interface ModifyClusterResult {
4027
4027
  * <p>Describes a cluster.</p>
4028
4028
  * @public
4029
4029
  */
4030
- Cluster?: Cluster;
4030
+ Cluster?: Cluster | undefined;
4031
4031
  }
4032
4032
  /**
4033
4033
  * <p>The number of tables in the cluster exceeds the limit for the requested new cluster
@@ -4080,7 +4080,7 @@ export interface ModifyClusterDbRevisionResult {
4080
4080
  * <p>Describes a cluster.</p>
4081
4081
  * @public
4082
4082
  */
4083
- Cluster?: Cluster;
4083
+ Cluster?: Cluster | undefined;
4084
4084
  }
4085
4085
  /**
4086
4086
  * <p></p>
@@ -4098,17 +4098,17 @@ export interface ModifyClusterIamRolesMessage {
4098
4098
  * Amazon Resource Name (ARN) format. </p>
4099
4099
  * @public
4100
4100
  */
4101
- AddIamRoles?: string[];
4101
+ AddIamRoles?: string[] | undefined;
4102
4102
  /**
4103
4103
  * <p>Zero or more IAM roles in ARN format to disassociate from the cluster. </p>
4104
4104
  * @public
4105
4105
  */
4106
- RemoveIamRoles?: string[];
4106
+ RemoveIamRoles?: string[] | undefined;
4107
4107
  /**
4108
4108
  * <p>The Amazon Resource Name (ARN) for the IAM role that was set as default for the cluster when the cluster was last modified.</p>
4109
4109
  * @public
4110
4110
  */
4111
- DefaultIamRoleArn?: string;
4111
+ DefaultIamRoleArn?: string | undefined;
4112
4112
  }
4113
4113
  /**
4114
4114
  * @public
@@ -4118,7 +4118,7 @@ export interface ModifyClusterIamRolesResult {
4118
4118
  * <p>Describes a cluster.</p>
4119
4119
  * @public
4120
4120
  */
4121
- Cluster?: Cluster;
4121
+ Cluster?: Cluster | undefined;
4122
4122
  }
4123
4123
  /**
4124
4124
  * @public
@@ -4133,29 +4133,29 @@ export interface ModifyClusterMaintenanceMessage {
4133
4133
  * <p>A boolean indicating whether to enable the deferred maintenance window. </p>
4134
4134
  * @public
4135
4135
  */
4136
- DeferMaintenance?: boolean;
4136
+ DeferMaintenance?: boolean | undefined;
4137
4137
  /**
4138
4138
  * <p>A unique identifier for the deferred maintenance window.</p>
4139
4139
  * @public
4140
4140
  */
4141
- DeferMaintenanceIdentifier?: string;
4141
+ DeferMaintenanceIdentifier?: string | undefined;
4142
4142
  /**
4143
4143
  * <p>A timestamp indicating the start time for the deferred maintenance window.</p>
4144
4144
  * @public
4145
4145
  */
4146
- DeferMaintenanceStartTime?: Date;
4146
+ DeferMaintenanceStartTime?: Date | undefined;
4147
4147
  /**
4148
4148
  * <p>A timestamp indicating end time for the deferred maintenance window. If you specify an
4149
4149
  * end time, you can't specify a duration.</p>
4150
4150
  * @public
4151
4151
  */
4152
- DeferMaintenanceEndTime?: Date;
4152
+ DeferMaintenanceEndTime?: Date | undefined;
4153
4153
  /**
4154
4154
  * <p>An integer indicating the duration of the maintenance window in days. If you specify a
4155
4155
  * duration, you can't specify an end time. The duration must be 45 days or less.</p>
4156
4156
  * @public
4157
4157
  */
4158
- DeferMaintenanceDuration?: number;
4158
+ DeferMaintenanceDuration?: number | undefined;
4159
4159
  }
4160
4160
  /**
4161
4161
  * @public
@@ -4165,7 +4165,7 @@ export interface ModifyClusterMaintenanceResult {
4165
4165
  * <p>Describes a cluster.</p>
4166
4166
  * @public
4167
4167
  */
4168
- Cluster?: Cluster;
4168
+ Cluster?: Cluster | undefined;
4169
4169
  }
4170
4170
  /**
4171
4171
  * <p>Describes a modify cluster parameter group operation. </p>
@@ -4205,13 +4205,13 @@ export interface ModifyClusterSnapshotMessage {
4205
4205
  * <p>The value must be either -1 or an integer between 1 and 3,653.</p>
4206
4206
  * @public
4207
4207
  */
4208
- ManualSnapshotRetentionPeriod?: number;
4208
+ ManualSnapshotRetentionPeriod?: number | undefined;
4209
4209
  /**
4210
4210
  * <p>A Boolean option to override an exception if the retention period has already
4211
4211
  * passed.</p>
4212
4212
  * @public
4213
4213
  */
4214
- Force?: boolean;
4214
+ Force?: boolean | undefined;
4215
4215
  }
4216
4216
  /**
4217
4217
  * @public
@@ -4221,7 +4221,7 @@ export interface ModifyClusterSnapshotResult {
4221
4221
  * <p>Describes a snapshot.</p>
4222
4222
  * @public
4223
4223
  */
4224
- Snapshot?: Snapshot;
4224
+ Snapshot?: Snapshot | undefined;
4225
4225
  }
4226
4226
  /**
4227
4227
  * @public
@@ -4238,13 +4238,13 @@ export interface ModifyClusterSnapshotScheduleMessage {
4238
4238
  * cluster.</p>
4239
4239
  * @public
4240
4240
  */
4241
- ScheduleIdentifier?: string;
4241
+ ScheduleIdentifier?: string | undefined;
4242
4242
  /**
4243
4243
  * <p>A boolean to indicate whether to remove the assoiciation between the cluster and the
4244
4244
  * schedule.</p>
4245
4245
  * @public
4246
4246
  */
4247
- DisassociateSchedule?: boolean;
4247
+ DisassociateSchedule?: boolean | undefined;
4248
4248
  }
4249
4249
  /**
4250
4250
  * <p></p>
@@ -4260,7 +4260,7 @@ export interface ModifyClusterSubnetGroupMessage {
4260
4260
  * <p>A text description of the subnet group to be modified.</p>
4261
4261
  * @public
4262
4262
  */
4263
- Description?: string;
4263
+ Description?: string | undefined;
4264
4264
  /**
4265
4265
  * <p>An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single
4266
4266
  * request.</p>
@@ -4276,7 +4276,7 @@ export interface ModifyClusterSubnetGroupResult {
4276
4276
  * <p>Describes a subnet group.</p>
4277
4277
  * @public
4278
4278
  */
4279
- ClusterSubnetGroup?: ClusterSubnetGroup;
4279
+ ClusterSubnetGroup?: ClusterSubnetGroup | undefined;
4280
4280
  }
4281
4281
  /**
4282
4282
  * <p>A specified subnet is already in use by another cluster.</p>
@@ -4318,22 +4318,22 @@ export interface ModifyCustomDomainAssociationResult {
4318
4318
  * <p>The custom domain name associated with the result for the changed custom domain association.</p>
4319
4319
  * @public
4320
4320
  */
4321
- CustomDomainName?: string;
4321
+ CustomDomainName?: string | undefined;
4322
4322
  /**
4323
4323
  * <p>The certificate Amazon Resource Name (ARN) associated with the result for the changed custom domain association.</p>
4324
4324
  * @public
4325
4325
  */
4326
- CustomDomainCertificateArn?: string;
4326
+ CustomDomainCertificateArn?: string | undefined;
4327
4327
  /**
4328
4328
  * <p>The identifier of the cluster associated with the result for the changed custom domain association.</p>
4329
4329
  * @public
4330
4330
  */
4331
- ClusterIdentifier?: string;
4331
+ ClusterIdentifier?: string | undefined;
4332
4332
  /**
4333
4333
  * <p>The certificate expiration time associated with the result for the changed custom domain association.</p>
4334
4334
  * @public
4335
4335
  */
4336
- CustomDomainCertExpiryTime?: string;
4336
+ CustomDomainCertExpiryTime?: string | undefined;
4337
4337
  }
4338
4338
  /**
4339
4339
  * @public
@@ -4348,7 +4348,7 @@ export interface ModifyEndpointAccessMessage {
4348
4348
  * <p>The complete list of VPC security groups associated with the endpoint after the endpoint is modified.</p>
4349
4349
  * @public
4350
4350
  */
4351
- VpcSecurityGroupIds?: string[];
4351
+ VpcSecurityGroupIds?: string[] | undefined;
4352
4352
  }
4353
4353
  /**
4354
4354
  * <p></p>
@@ -4365,7 +4365,7 @@ export interface ModifyEventSubscriptionMessage {
4365
4365
  * notification subscription.</p>
4366
4366
  * @public
4367
4367
  */
4368
- SnsTopicArn?: string;
4368
+ SnsTopicArn?: string | undefined;
4369
4369
  /**
4370
4370
  * <p>The type of source that will be generating the events. For example, if you want to
4371
4371
  * be notified of events generated by a cluster, you would set this parameter to cluster.
@@ -4374,7 +4374,7 @@ export interface ModifyEventSubscriptionMessage {
4374
4374
  * <p>Valid values: cluster, cluster-parameter-group, cluster-security-group, cluster-snapshot, and scheduled-action.</p>
4375
4375
  * @public
4376
4376
  */
4377
- SourceType?: string;
4377
+ SourceType?: string | undefined;
4378
4378
  /**
4379
4379
  * <p>A list of one or more identifiers of Amazon Redshift source objects. All of the objects
4380
4380
  * must be of the same type as was specified in the source type parameter. The event
@@ -4385,27 +4385,27 @@ export interface ModifyEventSubscriptionMessage {
4385
4385
  * <p>Example: my-snapshot-20131010</p>
4386
4386
  * @public
4387
4387
  */
4388
- SourceIds?: string[];
4388
+ SourceIds?: string[] | undefined;
4389
4389
  /**
4390
4390
  * <p>Specifies the Amazon Redshift event categories to be published by the event notification
4391
4391
  * subscription.</p>
4392
4392
  * <p>Values: configuration, management, monitoring, security, pending</p>
4393
4393
  * @public
4394
4394
  */
4395
- EventCategories?: string[];
4395
+ EventCategories?: string[] | undefined;
4396
4396
  /**
4397
4397
  * <p>Specifies the Amazon Redshift event severity to be published by the event notification
4398
4398
  * subscription.</p>
4399
4399
  * <p>Values: ERROR, INFO</p>
4400
4400
  * @public
4401
4401
  */
4402
- Severity?: string;
4402
+ Severity?: string | undefined;
4403
4403
  /**
4404
4404
  * <p>A Boolean value indicating if the subscription is enabled. <code>true</code>
4405
4405
  * indicates the subscription is enabled </p>
4406
4406
  * @public
4407
4407
  */
4408
- Enabled?: boolean;
4408
+ Enabled?: boolean | undefined;
4409
4409
  }
4410
4410
  /**
4411
4411
  * @public
@@ -4415,7 +4415,7 @@ export interface ModifyEventSubscriptionResult {
4415
4415
  * <p>Describes event subscriptions.</p>
4416
4416
  * @public
4417
4417
  */
4418
- EventSubscription?: EventSubscription;
4418
+ EventSubscription?: EventSubscription | undefined;
4419
4419
  }
4420
4420
  /**
4421
4421
  * @public
@@ -4430,12 +4430,12 @@ export interface ModifyIntegrationMessage {
4430
4430
  * <p>A new description for the integration.</p>
4431
4431
  * @public
4432
4432
  */
4433
- Description?: string;
4433
+ Description?: string | undefined;
4434
4434
  /**
4435
4435
  * <p>A new name for the integration.</p>
4436
4436
  * @public
4437
4437
  */
4438
- IntegrationName?: string;
4438
+ IntegrationName?: string | undefined;
4439
4439
  }
4440
4440
  /**
4441
4441
  * @public
@@ -4451,28 +4451,28 @@ export interface ModifyRedshiftIdcApplicationMessage {
4451
4451
  * verifies the connection token.</p>
4452
4452
  * @public
4453
4453
  */
4454
- IdentityNamespace?: string;
4454
+ IdentityNamespace?: string | undefined;
4455
4455
  /**
4456
4456
  * <p>The IAM role ARN associated with the Amazon Redshift IAM Identity Center application to change. It has the required permissions
4457
4457
  * to be assumed and invoke the IDC Identity Center API.</p>
4458
4458
  * @public
4459
4459
  */
4460
- IamRoleArn?: string;
4460
+ IamRoleArn?: string | undefined;
4461
4461
  /**
4462
4462
  * <p>The display name for the Amazon Redshift IAM Identity Center application to change. It appears on the console.</p>
4463
4463
  * @public
4464
4464
  */
4465
- IdcDisplayName?: string;
4465
+ IdcDisplayName?: string | undefined;
4466
4466
  /**
4467
4467
  * <p>The authorized token issuer list for the Amazon Redshift IAM Identity Center application to change.</p>
4468
4468
  * @public
4469
4469
  */
4470
- AuthorizedTokenIssuerList?: AuthorizedTokenIssuer[];
4470
+ AuthorizedTokenIssuerList?: AuthorizedTokenIssuer[] | undefined;
4471
4471
  /**
4472
4472
  * <p>A collection of service integrations associated with the application.</p>
4473
4473
  * @public
4474
4474
  */
4475
- ServiceIntegrations?: ServiceIntegrationsUnion[];
4475
+ ServiceIntegrations?: ServiceIntegrationsUnion[] | undefined;
4476
4476
  }
4477
4477
  /**
4478
4478
  * @public
@@ -4482,7 +4482,7 @@ export interface ModifyRedshiftIdcApplicationResult {
4482
4482
  * <p>Contains properties for the Redshift IDC application.</p>
4483
4483
  * @public
4484
4484
  */
4485
- RedshiftIdcApplication?: RedshiftIdcApplication;
4485
+ RedshiftIdcApplication?: RedshiftIdcApplication | undefined;
4486
4486
  }
4487
4487
  /**
4488
4488
  * @public
@@ -4498,41 +4498,41 @@ export interface ModifyScheduledActionMessage {
4498
4498
  * For more information about this parameter, see <a>ScheduledAction</a>. </p>
4499
4499
  * @public
4500
4500
  */
4501
- TargetAction?: ScheduledActionType;
4501
+ TargetAction?: ScheduledActionType | undefined;
4502
4502
  /**
4503
4503
  * <p>A modified schedule in either <code>at( )</code> or <code>cron( )</code> format.
4504
4504
  * For more information about this parameter, see <a>ScheduledAction</a>.</p>
4505
4505
  * @public
4506
4506
  */
4507
- Schedule?: string;
4507
+ Schedule?: string | undefined;
4508
4508
  /**
4509
4509
  * <p>A different IAM role to assume to run the target action.
4510
4510
  * For more information about this parameter, see <a>ScheduledAction</a>.</p>
4511
4511
  * @public
4512
4512
  */
4513
- IamRole?: string;
4513
+ IamRole?: string | undefined;
4514
4514
  /**
4515
4515
  * <p>A modified description of the scheduled action. </p>
4516
4516
  * @public
4517
4517
  */
4518
- ScheduledActionDescription?: string;
4518
+ ScheduledActionDescription?: string | undefined;
4519
4519
  /**
4520
4520
  * <p>A modified start time of the scheduled action.
4521
4521
  * For more information about this parameter, see <a>ScheduledAction</a>. </p>
4522
4522
  * @public
4523
4523
  */
4524
- StartTime?: Date;
4524
+ StartTime?: Date | undefined;
4525
4525
  /**
4526
4526
  * <p>A modified end time of the scheduled action.
4527
4527
  * For more information about this parameter, see <a>ScheduledAction</a>. </p>
4528
4528
  * @public
4529
4529
  */
4530
- EndTime?: Date;
4530
+ EndTime?: Date | undefined;
4531
4531
  /**
4532
4532
  * <p>A modified enable flag of the scheduled action. If true, the scheduled action is active. If false, the scheduled action is disabled. </p>
4533
4533
  * @public
4534
4534
  */
4535
- Enable?: boolean;
4535
+ Enable?: boolean | undefined;
4536
4536
  }
4537
4537
  /**
4538
4538
  * <p></p>
@@ -4570,7 +4570,7 @@ export interface ModifySnapshotCopyRetentionPeriodMessage {
4570
4570
  * snapshots instead of automated snapshots.</p>
4571
4571
  * @public
4572
4572
  */
4573
- Manual?: boolean;
4573
+ Manual?: boolean | undefined;
4574
4574
  }
4575
4575
  /**
4576
4576
  * @public
@@ -4580,7 +4580,7 @@ export interface ModifySnapshotCopyRetentionPeriodResult {
4580
4580
  * <p>Describes a cluster.</p>
4581
4581
  * @public
4582
4582
  */
4583
- Cluster?: Cluster;
4583
+ Cluster?: Cluster | undefined;
4584
4584
  }
4585
4585
  /**
4586
4586
  * <p>Cross-region snapshot copy was temporarily disabled. Try your request
@@ -4637,13 +4637,13 @@ export interface ModifyUsageLimitMessage {
4637
4637
  * For more information about this parameter, see <a>UsageLimit</a>. </p>
4638
4638
  * @public
4639
4639
  */
4640
- Amount?: number;
4640
+ Amount?: number | undefined;
4641
4641
  /**
4642
4642
  * <p>The new action that Amazon Redshift takes when the limit is reached.
4643
4643
  * For more information about this parameter, see <a>UsageLimit</a>. </p>
4644
4644
  * @public
4645
4645
  */
4646
- BreachAction?: UsageLimitBreachAction;
4646
+ BreachAction?: UsageLimitBreachAction | undefined;
4647
4647
  }
4648
4648
  /**
4649
4649
  * @public
@@ -4653,7 +4653,7 @@ export interface PauseClusterResult {
4653
4653
  * <p>Describes a cluster.</p>
4654
4654
  * @public
4655
4655
  */
4656
- Cluster?: Cluster;
4656
+ Cluster?: Cluster | undefined;
4657
4657
  }
4658
4658
  /**
4659
4659
  * <p></p>
@@ -4671,7 +4671,7 @@ export interface PurchaseReservedNodeOfferingMessage {
4671
4671
  * </p>
4672
4672
  * @public
4673
4673
  */
4674
- NodeCount?: number;
4674
+ NodeCount?: number | undefined;
4675
4675
  }
4676
4676
  /**
4677
4677
  * @public
@@ -4682,7 +4682,7 @@ export interface PurchaseReservedNodeOfferingResult {
4682
4682
  * offerings. </p>
4683
4683
  * @public
4684
4684
  */
4685
- ReservedNode?: ReservedNode;
4685
+ ReservedNode?: ReservedNode | undefined;
4686
4686
  }
4687
4687
  /**
4688
4688
  * <p>Request would exceed the user's compute node quota.
@@ -4722,7 +4722,7 @@ export interface PutResourcePolicyResult {
4722
4722
  * <p>The content of the updated resource policy.</p>
4723
4723
  * @public
4724
4724
  */
4725
- ResourcePolicy?: ResourcePolicy;
4725
+ ResourcePolicy?: ResourcePolicy | undefined;
4726
4726
  }
4727
4727
  /**
4728
4728
  * <p></p>
@@ -4743,7 +4743,7 @@ export interface RebootClusterResult {
4743
4743
  * <p>Describes a cluster.</p>
4744
4744
  * @public
4745
4745
  */
4746
- Cluster?: Cluster;
4746
+ Cluster?: Cluster | undefined;
4747
4747
  }
4748
4748
  /**
4749
4749
  * @public
@@ -4772,7 +4772,7 @@ export interface ResetClusterParameterGroupMessage {
4772
4772
  * </p>
4773
4773
  * @public
4774
4774
  */
4775
- ResetAllParameters?: boolean;
4775
+ ResetAllParameters?: boolean | undefined;
4776
4776
  /**
4777
4777
  * <p>An array of names of parameters to be reset. If
4778
4778
  * <i>ResetAllParameters</i> option is not used, then at least one
@@ -4780,7 +4780,7 @@ export interface ResetClusterParameterGroupMessage {
4780
4780
  * <p>Constraints: A maximum of 20 parameters can be reset in a single request.</p>
4781
4781
  * @public
4782
4782
  */
4783
- Parameters?: Parameter[];
4783
+ Parameters?: Parameter[] | undefined;
4784
4784
  }
4785
4785
  /**
4786
4786
  * @public
@@ -4790,7 +4790,7 @@ export interface ResizeClusterResult {
4790
4790
  * <p>Describes a cluster.</p>
4791
4791
  * @public
4792
4792
  */
4793
- Cluster?: Cluster;
4793
+ Cluster?: Cluster | undefined;
4794
4794
  }
4795
4795
  /**
4796
4796
  * <p></p>
@@ -4828,20 +4828,20 @@ export interface RestoreFromClusterSnapshotMessage {
4828
4828
  * </p>
4829
4829
  * @public
4830
4830
  */
4831
- SnapshotIdentifier?: string;
4831
+ SnapshotIdentifier?: string | undefined;
4832
4832
  /**
4833
4833
  * <p>The Amazon Resource Name (ARN) of the snapshot associated with the message to restore from a cluster. You must specify
4834
4834
  * this parameter or <code>snapshotIdentifier</code>, but not both.</p>
4835
4835
  * @public
4836
4836
  */
4837
- SnapshotArn?: string;
4837
+ SnapshotArn?: string | undefined;
4838
4838
  /**
4839
4839
  * <p>The name of the cluster the source snapshot was created from. This parameter is
4840
4840
  * required if your IAM user has a policy containing a snapshot resource element that
4841
4841
  * specifies anything other than * for the cluster name.</p>
4842
4842
  * @public
4843
4843
  */
4844
- SnapshotClusterIdentifier?: string;
4844
+ SnapshotClusterIdentifier?: string | undefined;
4845
4845
  /**
4846
4846
  * <p>The port number on which the cluster accepts connections.</p>
4847
4847
  * <p>Default: The same port as the original cluster.</p>
@@ -4849,7 +4849,7 @@ export interface RestoreFromClusterSnapshotMessage {
4849
4849
  * within the ranges <code>5431</code>-<code>5455</code> or <code>8191</code>-<code>8215</code>.</p>
4850
4850
  * @public
4851
4851
  */
4852
- Port?: number;
4852
+ Port?: number | undefined;
4853
4853
  /**
4854
4854
  * <p>The Amazon EC2 Availability Zone in which to restore the cluster.</p>
4855
4855
  * <p>Default: A random, system-chosen Availability Zone.</p>
@@ -4857,7 +4857,7 @@ export interface RestoreFromClusterSnapshotMessage {
4857
4857
  * </p>
4858
4858
  * @public
4859
4859
  */
4860
- AvailabilityZone?: string;
4860
+ AvailabilityZone?: string | undefined;
4861
4861
  /**
4862
4862
  * <p>If <code>true</code>, major version upgrades can be applied during the maintenance
4863
4863
  * window to the Amazon Redshift engine that is running on the cluster. </p>
@@ -4865,43 +4865,43 @@ export interface RestoreFromClusterSnapshotMessage {
4865
4865
  * </p>
4866
4866
  * @public
4867
4867
  */
4868
- AllowVersionUpgrade?: boolean;
4868
+ AllowVersionUpgrade?: boolean | undefined;
4869
4869
  /**
4870
4870
  * <p>The name of the subnet group where you want to cluster restored.</p>
4871
4871
  * <p>A snapshot of cluster in VPC can be restored only in VPC. Therefore, you must
4872
4872
  * provide subnet group name where you want the cluster restored.</p>
4873
4873
  * @public
4874
4874
  */
4875
- ClusterSubnetGroupName?: string;
4875
+ ClusterSubnetGroupName?: string | undefined;
4876
4876
  /**
4877
4877
  * <p>If <code>true</code>, the cluster can be accessed from a public network. </p>
4878
4878
  * @public
4879
4879
  */
4880
- PubliclyAccessible?: boolean;
4880
+ PubliclyAccessible?: boolean | undefined;
4881
4881
  /**
4882
4882
  * <p>The Amazon Web Services account used to create or copy the snapshot. Required if you are
4883
4883
  * restoring a snapshot you do not own, optional if you own the snapshot.</p>
4884
4884
  * @public
4885
4885
  */
4886
- OwnerAccount?: string;
4886
+ OwnerAccount?: string | undefined;
4887
4887
  /**
4888
4888
  * <p>Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to
4889
4889
  * retrieve the data encryption keys stored in an HSM.</p>
4890
4890
  * @public
4891
4891
  */
4892
- HsmClientCertificateIdentifier?: string;
4892
+ HsmClientCertificateIdentifier?: string | undefined;
4893
4893
  /**
4894
4894
  * <p>Specifies the name of the HSM configuration that contains the information the
4895
4895
  * Amazon Redshift cluster can use to retrieve and store keys in an HSM.</p>
4896
4896
  * @public
4897
4897
  */
4898
- HsmConfigurationIdentifier?: string;
4898
+ HsmConfigurationIdentifier?: string | undefined;
4899
4899
  /**
4900
4900
  * <p>The Elastic IP (EIP) address for the cluster. Don't specify the Elastic IP address for a publicly
4901
4901
  * accessible cluster with availability zone relocation turned on.</p>
4902
4902
  * @public
4903
4903
  */
4904
- ElasticIp?: string;
4904
+ ElasticIp?: string | undefined;
4905
4905
  /**
4906
4906
  * <p>The name of the parameter group to be associated with this cluster.</p>
4907
4907
  * <p>Default: The default Amazon Redshift cluster parameter group. For information about the
@@ -4921,14 +4921,14 @@ export interface RestoreFromClusterSnapshotMessage {
4921
4921
  * </ul>
4922
4922
  * @public
4923
4923
  */
4924
- ClusterParameterGroupName?: string;
4924
+ ClusterParameterGroupName?: string | undefined;
4925
4925
  /**
4926
4926
  * <p>A list of security groups to be associated with this cluster.</p>
4927
4927
  * <p>Default: The default cluster security group for Amazon Redshift.</p>
4928
4928
  * <p>Cluster security groups only apply to clusters outside of VPCs.</p>
4929
4929
  * @public
4930
4930
  */
4931
- ClusterSecurityGroups?: string[];
4931
+ ClusterSecurityGroups?: string[] | undefined;
4932
4932
  /**
4933
4933
  * <p>A list of Virtual Private Cloud (VPC) security groups to be associated with the
4934
4934
  * cluster.</p>
@@ -4936,7 +4936,7 @@ export interface RestoreFromClusterSnapshotMessage {
4936
4936
  * <p>VPC security groups only apply to clusters in VPCs.</p>
4937
4937
  * @public
4938
4938
  */
4939
- VpcSecurityGroupIds?: string[];
4939
+ VpcSecurityGroupIds?: string[] | undefined;
4940
4940
  /**
4941
4941
  * <p>The weekly time range (in UTC) during which automated cluster maintenance can
4942
4942
  * occur.</p>
@@ -4948,7 +4948,7 @@ export interface RestoreFromClusterSnapshotMessage {
4948
4948
  * <p>Constraints: Minimum 30-minute window.</p>
4949
4949
  * @public
4950
4950
  */
4951
- PreferredMaintenanceWindow?: string;
4951
+ PreferredMaintenanceWindow?: string | undefined;
4952
4952
  /**
4953
4953
  * <p>The number of days that automated snapshots are retained. If the value is 0,
4954
4954
  * automated snapshots are disabled. Even if automated snapshots are disabled, you can
@@ -4959,7 +4959,7 @@ export interface RestoreFromClusterSnapshotMessage {
4959
4959
  * <p>Constraints: Must be a value from 0 to 35.</p>
4960
4960
  * @public
4961
4961
  */
4962
- AutomatedSnapshotRetentionPeriod?: number;
4962
+ AutomatedSnapshotRetentionPeriod?: number | undefined;
4963
4963
  /**
4964
4964
  * <p>The default number of days to retain a manual snapshot. If the value is -1, the
4965
4965
  * snapshot is retained indefinitely. This setting doesn't change the retention period
@@ -4967,7 +4967,7 @@ export interface RestoreFromClusterSnapshotMessage {
4967
4967
  * <p>The value must be either -1 or an integer between 1 and 3,653.</p>
4968
4968
  * @public
4969
4969
  */
4970
- ManualSnapshotRetentionPeriod?: number;
4970
+ ManualSnapshotRetentionPeriod?: number | undefined;
4971
4971
  /**
4972
4972
  * <p>The Key Management Service (KMS) key ID of the encryption key that encrypts data in the cluster
4973
4973
  * restored from a shared snapshot. You can also provide
@@ -4977,7 +4977,7 @@ export interface RestoreFromClusterSnapshotMessage {
4977
4977
  * with the new KMS key ID.</p>
4978
4978
  * @public
4979
4979
  */
4980
- KmsKeyId?: string;
4980
+ KmsKeyId?: string | undefined;
4981
4981
  /**
4982
4982
  * <p>The node type that the restored cluster will be provisioned with.</p>
4983
4983
  * <p>If you have a DC instance type, you
@@ -4987,7 +4987,7 @@ export interface RestoreFromClusterSnapshotMessage {
4987
4987
  * About Clusters and Nodes</a> in the <i>Amazon Redshift Cluster Management Guide</i>. </p>
4988
4988
  * @public
4989
4989
  */
4990
- NodeType?: string;
4990
+ NodeType?: string | undefined;
4991
4991
  /**
4992
4992
  * <p>An option that specifies whether to create the cluster with enhanced VPC routing
4993
4993
  * enabled. To create a cluster that uses enhanced VPC routing, the cluster must be in a
@@ -4997,12 +4997,12 @@ export interface RestoreFromClusterSnapshotMessage {
4997
4997
  * <p>Default: false</p>
4998
4998
  * @public
4999
4999
  */
5000
- EnhancedVpcRouting?: boolean;
5000
+ EnhancedVpcRouting?: boolean | undefined;
5001
5001
  /**
5002
5002
  * <p>Reserved.</p>
5003
5003
  * @public
5004
5004
  */
5005
- AdditionalInfo?: string;
5005
+ AdditionalInfo?: string | undefined;
5006
5006
  /**
5007
5007
  * <p>A list of Identity and Access Management (IAM) roles that can be used by the
5008
5008
  * cluster to access other Amazon Web Services services. You must supply the IAM roles in their Amazon
@@ -5012,7 +5012,7 @@ export interface RestoreFromClusterSnapshotMessage {
5012
5012
  * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
5013
5013
  * @public
5014
5014
  */
5015
- IamRoles?: string[];
5015
+ IamRoles?: string[] | undefined;
5016
5016
  /**
5017
5017
  * <p>The name of the maintenance track for the restored cluster. When you take a snapshot,
5018
5018
  * the snapshot inherits the <code>MaintenanceTrack</code> value from the cluster. The
@@ -5022,71 +5022,71 @@ export interface RestoreFromClusterSnapshotMessage {
5022
5022
  * snapshot and the source cluster are on different tracks.</p>
5023
5023
  * @public
5024
5024
  */
5025
- MaintenanceTrackName?: string;
5025
+ MaintenanceTrackName?: string | undefined;
5026
5026
  /**
5027
5027
  * <p>A unique identifier for the snapshot schedule.</p>
5028
5028
  * @public
5029
5029
  */
5030
- SnapshotScheduleIdentifier?: string;
5030
+ SnapshotScheduleIdentifier?: string | undefined;
5031
5031
  /**
5032
5032
  * <p>The number of nodes specified when provisioning the restored cluster.</p>
5033
5033
  * @public
5034
5034
  */
5035
- NumberOfNodes?: number;
5035
+ NumberOfNodes?: number | undefined;
5036
5036
  /**
5037
5037
  * <p>The option to enable relocation for an Amazon Redshift cluster between Availability Zones after the cluster is restored.</p>
5038
5038
  * @public
5039
5039
  */
5040
- AvailabilityZoneRelocation?: boolean;
5040
+ AvailabilityZoneRelocation?: boolean | undefined;
5041
5041
  /**
5042
5042
  * <p>This parameter is retired. It does not set the AQUA configuration status. Amazon Redshift automatically determines whether to use AQUA (Advanced Query Accelerator).</p>
5043
5043
  * @public
5044
5044
  */
5045
- AquaConfigurationStatus?: AquaConfigurationStatus;
5045
+ AquaConfigurationStatus?: AquaConfigurationStatus | undefined;
5046
5046
  /**
5047
5047
  * <p>The Amazon Resource Name (ARN) for the IAM role that was set as default for the cluster when the cluster was last modified while it was restored from a snapshot.</p>
5048
5048
  * @public
5049
5049
  */
5050
- DefaultIamRoleArn?: string;
5050
+ DefaultIamRoleArn?: string | undefined;
5051
5051
  /**
5052
5052
  * <p>The identifier of the target reserved node offering.</p>
5053
5053
  * @public
5054
5054
  */
5055
- ReservedNodeId?: string;
5055
+ ReservedNodeId?: string | undefined;
5056
5056
  /**
5057
5057
  * <p>The identifier of the target reserved node offering.</p>
5058
5058
  * @public
5059
5059
  */
5060
- TargetReservedNodeOfferingId?: string;
5060
+ TargetReservedNodeOfferingId?: string | undefined;
5061
5061
  /**
5062
5062
  * <p>Enables support for restoring an unencrypted snapshot to a cluster encrypted
5063
5063
  * with Key Management Service (KMS) and a customer managed key.</p>
5064
5064
  * @public
5065
5065
  */
5066
- Encrypted?: boolean;
5066
+ Encrypted?: boolean | undefined;
5067
5067
  /**
5068
5068
  * <p>If <code>true</code>, Amazon Redshift uses Secrets Manager to manage the restored
5069
5069
  * cluster's admin credentials. If <code>ManageMasterPassword</code> is false or not set,
5070
5070
  * Amazon Redshift uses the admin credentials the cluster had at the time the snapshot was taken.</p>
5071
5071
  * @public
5072
5072
  */
5073
- ManageMasterPassword?: boolean;
5073
+ ManageMasterPassword?: boolean | undefined;
5074
5074
  /**
5075
5075
  * <p>The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin credentials secret.
5076
5076
  * You can only use this parameter if <code>ManageMasterPassword</code> is true.</p>
5077
5077
  * @public
5078
5078
  */
5079
- MasterPasswordSecretKmsKeyId?: string;
5079
+ MasterPasswordSecretKmsKeyId?: string | undefined;
5080
5080
  /**
5081
5081
  * <p>The IP address type for the cluster. Possible values are <code>ipv4</code> and <code>dualstack</code>.</p>
5082
5082
  * @public
5083
5083
  */
5084
- IpAddressType?: string;
5084
+ IpAddressType?: string | undefined;
5085
5085
  /**
5086
5086
  * <p>If true, the snapshot will be restored to a cluster deployed in two Availability Zones.</p>
5087
5087
  * @public
5088
5088
  */
5089
- MultiAZ?: boolean;
5089
+ MultiAZ?: boolean | undefined;
5090
5090
  }
5091
5091
  /**
5092
5092
  * @public
@@ -5096,7 +5096,7 @@ export interface RestoreFromClusterSnapshotResult {
5096
5096
  * <p>Describes a cluster.</p>
5097
5097
  * @public
5098
5098
  */
5099
- Cluster?: Cluster;
5099
+ Cluster?: Cluster | undefined;
5100
5100
  }
5101
5101
  /**
5102
5102
  * <p></p>
@@ -5126,7 +5126,7 @@ export interface RestoreTableFromClusterSnapshotMessage {
5126
5126
  * <code>public</code>.</p>
5127
5127
  * @public
5128
5128
  */
5129
- SourceSchemaName?: string;
5129
+ SourceSchemaName?: string | undefined;
5130
5130
  /**
5131
5131
  * <p>The name of the source table to restore from.</p>
5132
5132
  * @public
@@ -5136,12 +5136,12 @@ export interface RestoreTableFromClusterSnapshotMessage {
5136
5136
  * <p>The name of the database to restore the table to.</p>
5137
5137
  * @public
5138
5138
  */
5139
- TargetDatabaseName?: string;
5139
+ TargetDatabaseName?: string | undefined;
5140
5140
  /**
5141
5141
  * <p>The name of the schema to restore the table to.</p>
5142
5142
  * @public
5143
5143
  */
5144
- TargetSchemaName?: string;
5144
+ TargetSchemaName?: string | undefined;
5145
5145
  /**
5146
5146
  * <p>The name of the table to create as a result of the current request.</p>
5147
5147
  * @public
@@ -5153,7 +5153,7 @@ export interface RestoreTableFromClusterSnapshotMessage {
5153
5153
  * If <code>false</code> (default), the names are not case sensitive.</p>
5154
5154
  * @public
5155
5155
  */
5156
- EnableCaseSensitiveIdentifier?: boolean;
5156
+ EnableCaseSensitiveIdentifier?: boolean | undefined;
5157
5157
  }
5158
5158
  /**
5159
5159
  * @public
@@ -5164,7 +5164,7 @@ export interface RestoreTableFromClusterSnapshotResult {
5164
5164
  * operation.</p>
5165
5165
  * @public
5166
5166
  */
5167
- TableRestoreStatus?: TableRestoreStatus;
5167
+ TableRestoreStatus?: TableRestoreStatus | undefined;
5168
5168
  }
5169
5169
  /**
5170
5170
  * @public
@@ -5174,7 +5174,7 @@ export interface ResumeClusterResult {
5174
5174
  * <p>Describes a cluster.</p>
5175
5175
  * @public
5176
5176
  */
5177
- Cluster?: Cluster;
5177
+ Cluster?: Cluster | undefined;
5178
5178
  }
5179
5179
  /**
5180
5180
  * <p></p>
@@ -5193,14 +5193,14 @@ export interface RevokeClusterSecurityGroupIngressMessage {
5193
5193
  * provided. </p>
5194
5194
  * @public
5195
5195
  */
5196
- CIDRIP?: string;
5196
+ CIDRIP?: string | undefined;
5197
5197
  /**
5198
5198
  * <p>The name of the EC2 Security Group whose access is to be revoked. If
5199
5199
  * <code>EC2SecurityGroupName</code> is specified, <code>EC2SecurityGroupOwnerId</code>
5200
5200
  * must also be provided and <code>CIDRIP</code> cannot be provided. </p>
5201
5201
  * @public
5202
5202
  */
5203
- EC2SecurityGroupName?: string;
5203
+ EC2SecurityGroupName?: string | undefined;
5204
5204
  /**
5205
5205
  * <p>The Amazon Web Services account number of the owner of the security group specified in the
5206
5206
  * <code>EC2SecurityGroupName</code> parameter. The Amazon Web Services access key ID is not an
@@ -5211,7 +5211,7 @@ export interface RevokeClusterSecurityGroupIngressMessage {
5211
5211
  * </p>
5212
5212
  * @public
5213
5213
  */
5214
- EC2SecurityGroupOwnerId?: string;
5214
+ EC2SecurityGroupOwnerId?: string | undefined;
5215
5215
  }
5216
5216
  /**
5217
5217
  * @public
@@ -5221,7 +5221,7 @@ export interface RevokeClusterSecurityGroupIngressResult {
5221
5221
  * <p>Describes a security group.</p>
5222
5222
  * @public
5223
5223
  */
5224
- ClusterSecurityGroup?: ClusterSecurityGroup;
5224
+ ClusterSecurityGroup?: ClusterSecurityGroup | undefined;
5225
5225
  }
5226
5226
  /**
5227
5227
  * @public
@@ -5231,23 +5231,23 @@ export interface RevokeEndpointAccessMessage {
5231
5231
  * <p>The cluster to revoke access from.</p>
5232
5232
  * @public
5233
5233
  */
5234
- ClusterIdentifier?: string;
5234
+ ClusterIdentifier?: string | undefined;
5235
5235
  /**
5236
5236
  * <p>The Amazon Web Services account ID whose access is to be revoked.</p>
5237
5237
  * @public
5238
5238
  */
5239
- Account?: string;
5239
+ Account?: string | undefined;
5240
5240
  /**
5241
5241
  * <p>The virtual private cloud (VPC) identifiers for which access is to be revoked.</p>
5242
5242
  * @public
5243
5243
  */
5244
- VpcIds?: string[];
5244
+ VpcIds?: string[] | undefined;
5245
5245
  /**
5246
5246
  * <p>Indicates whether to force the revoke action.
5247
5247
  * If true, the Redshift-managed VPC endpoints associated with the endpoint authorization are also deleted.</p>
5248
5248
  * @public
5249
5249
  */
5250
- Force?: boolean;
5250
+ Force?: boolean | undefined;
5251
5251
  }
5252
5252
  /**
5253
5253
  * <p></p>
@@ -5258,19 +5258,19 @@ export interface RevokeSnapshotAccessMessage {
5258
5258
  * <p>The identifier of the snapshot that the account can no longer access.</p>
5259
5259
  * @public
5260
5260
  */
5261
- SnapshotIdentifier?: string;
5261
+ SnapshotIdentifier?: string | undefined;
5262
5262
  /**
5263
5263
  * <p>The Amazon Resource Name (ARN) of the snapshot associated with the message to revoke access.</p>
5264
5264
  * @public
5265
5265
  */
5266
- SnapshotArn?: string;
5266
+ SnapshotArn?: string | undefined;
5267
5267
  /**
5268
5268
  * <p>The identifier of the cluster the snapshot was created from. This parameter is
5269
5269
  * required if your IAM user has a policy containing a snapshot resource element that
5270
5270
  * specifies anything other than * for the cluster name.</p>
5271
5271
  * @public
5272
5272
  */
5273
- SnapshotClusterIdentifier?: string;
5273
+ SnapshotClusterIdentifier?: string | undefined;
5274
5274
  /**
5275
5275
  * <p>The identifier of the Amazon Web Services account that can no longer restore the specified
5276
5276
  * snapshot.</p>
@@ -5286,7 +5286,7 @@ export interface RevokeSnapshotAccessResult {
5286
5286
  * <p>Describes a snapshot.</p>
5287
5287
  * @public
5288
5288
  */
5289
- Snapshot?: Snapshot;
5289
+ Snapshot?: Snapshot | undefined;
5290
5290
  }
5291
5291
  /**
5292
5292
  * <p></p>
@@ -5310,7 +5310,7 @@ export interface RotateEncryptionKeyResult {
5310
5310
  * <p>Describes a cluster.</p>
5311
5311
  * @public
5312
5312
  */
5313
- Cluster?: Cluster;
5313
+ Cluster?: Cluster | undefined;
5314
5314
  }
5315
5315
  /**
5316
5316
  * @public
@@ -5345,7 +5345,7 @@ export interface UpdatePartnerStatusInputMessage {
5345
5345
  * <p>The status message provided by the partner.</p>
5346
5346
  * @public
5347
5347
  */
5348
- StatusMessage?: string;
5348
+ StatusMessage?: string | undefined;
5349
5349
  }
5350
5350
  /**
5351
5351
  * @internal