@aws-sdk/client-redshift 3.353.0 → 3.356.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.
Files changed (76) hide show
  1. package/README.md +32 -0
  2. package/dist-cjs/Redshift.js +8 -0
  3. package/dist-cjs/commands/CreateCustomDomainAssociationCommand.js +46 -0
  4. package/dist-cjs/commands/DeleteCustomDomainAssociationCommand.js +46 -0
  5. package/dist-cjs/commands/DescribeCustomDomainAssociationsCommand.js +46 -0
  6. package/dist-cjs/commands/ModifyCustomDomainAssociationCommand.js +46 -0
  7. package/dist-cjs/commands/index.js +4 -0
  8. package/dist-cjs/endpoint/ruleset.js +3 -3
  9. package/dist-cjs/models/models_0.js +28 -9
  10. package/dist-cjs/models/models_1.js +8 -1
  11. package/dist-cjs/pagination/DescribeCustomDomainAssociationsPaginator.js +29 -0
  12. package/dist-cjs/pagination/index.js +2 -1
  13. package/dist-cjs/protocols/Aws_query.js +387 -5
  14. package/dist-es/Redshift.js +8 -0
  15. package/dist-es/commands/CreateCustomDomainAssociationCommand.js +42 -0
  16. package/dist-es/commands/DeleteCustomDomainAssociationCommand.js +42 -0
  17. package/dist-es/commands/DescribeCustomDomainAssociationsCommand.js +42 -0
  18. package/dist-es/commands/ModifyCustomDomainAssociationCommand.js +42 -0
  19. package/dist-es/commands/index.js +4 -0
  20. package/dist-es/endpoint/ruleset.js +3 -3
  21. package/dist-es/models/models_0.js +24 -7
  22. package/dist-es/models/models_1.js +7 -0
  23. package/dist-es/pagination/DescribeCustomDomainAssociationsPaginator.js +25 -0
  24. package/dist-es/pagination/index.js +2 -1
  25. package/dist-es/protocols/Aws_query.js +375 -1
  26. package/dist-types/Redshift.d.ts +28 -0
  27. package/dist-types/RedshiftClient.d.ts +6 -2
  28. package/dist-types/commands/CreateClusterCommand.d.ts +3 -0
  29. package/dist-types/commands/CreateCustomDomainAssociationCommand.d.ts +89 -0
  30. package/dist-types/commands/DeleteClusterCommand.d.ts +3 -0
  31. package/dist-types/commands/DeleteCustomDomainAssociationCommand.d.ts +81 -0
  32. package/dist-types/commands/DescribeClustersCommand.d.ts +3 -0
  33. package/dist-types/commands/DescribeCustomDomainAssociationsCommand.d.ts +94 -0
  34. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeHsmClientCertificatesCommand.d.ts +1 -1
  38. package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +3 -0
  39. package/dist-types/commands/EnableSnapshotCopyCommand.d.ts +3 -0
  40. package/dist-types/commands/GetClusterCredentialsCommand.d.ts +2 -1
  41. package/dist-types/commands/GetClusterCredentialsWithIAMCommand.d.ts +2 -1
  42. package/dist-types/commands/ModifyClusterCommand.d.ts +9 -0
  43. package/dist-types/commands/ModifyClusterDbRevisionCommand.d.ts +3 -0
  44. package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +3 -0
  45. package/dist-types/commands/ModifyClusterMaintenanceCommand.d.ts +3 -0
  46. package/dist-types/commands/ModifyCustomDomainAssociationCommand.d.ts +88 -0
  47. package/dist-types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +3 -0
  48. package/dist-types/commands/PauseClusterCommand.d.ts +3 -0
  49. package/dist-types/commands/RebootClusterCommand.d.ts +3 -0
  50. package/dist-types/commands/ResizeClusterCommand.d.ts +3 -0
  51. package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +3 -0
  52. package/dist-types/commands/ResumeClusterCommand.d.ts +3 -0
  53. package/dist-types/commands/RotateEncryptionKeyCommand.d.ts +3 -0
  54. package/dist-types/commands/index.d.ts +4 -0
  55. package/dist-types/models/models_0.d.ts +156 -323
  56. package/dist-types/models/models_1.d.ts +369 -6
  57. package/dist-types/pagination/DescribeCustomDomainAssociationsPaginator.d.ts +7 -0
  58. package/dist-types/pagination/index.d.ts +2 -1
  59. package/dist-types/protocols/Aws_query.d.ts +36 -0
  60. package/dist-types/ts3.4/Redshift.d.ts +68 -0
  61. package/dist-types/ts3.4/RedshiftClient.d.ts +24 -0
  62. package/dist-types/ts3.4/commands/CreateCustomDomainAssociationCommand.d.ts +42 -0
  63. package/dist-types/ts3.4/commands/DeleteCustomDomainAssociationCommand.d.ts +38 -0
  64. package/dist-types/ts3.4/commands/DescribeCustomDomainAssociationsCommand.d.ts +42 -0
  65. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +2 -4
  66. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/DescribeHsmClientCertificatesCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/ModifyCustomDomainAssociationCommand.d.ts +42 -0
  70. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  71. package/dist-types/ts3.4/models/models_0.d.ts +53 -55
  72. package/dist-types/ts3.4/models/models_1.d.ts +72 -2
  73. package/dist-types/ts3.4/pagination/DescribeCustomDomainAssociationsPaginator.d.ts +11 -0
  74. package/dist-types/ts3.4/pagination/index.d.ts +2 -1
  75. package/dist-types/ts3.4/protocols/Aws_query.d.ts +48 -0
  76. package/package.json +9 -9
@@ -207,6 +207,9 @@ export interface PauseClusterCommandOutput extends PauseClusterResult, __Metadat
207
207
  * // TargetReservedNodeType: "STRING_VALUE",
208
208
  * // TargetReservedNodeCount: Number("int"),
209
209
  * // },
210
+ * // CustomDomainName: "STRING_VALUE",
211
+ * // CustomDomainCertificateArn: "STRING_VALUE",
212
+ * // CustomDomainCertificateExpiryDate: new Date("TIMESTAMP"),
210
213
  * // },
211
214
  * // };
212
215
  *
@@ -213,6 +213,9 @@ export interface RebootClusterCommandOutput extends RebootClusterResult, __Metad
213
213
  * // TargetReservedNodeType: "STRING_VALUE",
214
214
  * // TargetReservedNodeCount: Number("int"),
215
215
  * // },
216
+ * // CustomDomainName: "STRING_VALUE",
217
+ * // CustomDomainCertificateArn: "STRING_VALUE",
218
+ * // CustomDomainCertificateExpiryDate: new Date("TIMESTAMP"),
216
219
  * // },
217
220
  * // };
218
221
  *
@@ -255,6 +255,9 @@ export interface ResizeClusterCommandOutput extends ResizeClusterResult, __Metad
255
255
  * // TargetReservedNodeType: "STRING_VALUE",
256
256
  * // TargetReservedNodeCount: Number("int"),
257
257
  * // },
258
+ * // CustomDomainName: "STRING_VALUE",
259
+ * // CustomDomainCertificateArn: "STRING_VALUE",
260
+ * // CustomDomainCertificateExpiryDate: new Date("TIMESTAMP"),
258
261
  * // },
259
262
  * // };
260
263
  *
@@ -255,6 +255,9 @@ export interface RestoreFromClusterSnapshotCommandOutput extends RestoreFromClus
255
255
  * // TargetReservedNodeType: "STRING_VALUE",
256
256
  * // TargetReservedNodeCount: Number("int"),
257
257
  * // },
258
+ * // CustomDomainName: "STRING_VALUE",
259
+ * // CustomDomainCertificateArn: "STRING_VALUE",
260
+ * // CustomDomainCertificateExpiryDate: new Date("TIMESTAMP"),
258
261
  * // },
259
262
  * // };
260
263
  *
@@ -207,6 +207,9 @@ export interface ResumeClusterCommandOutput extends ResumeClusterResult, __Metad
207
207
  * // TargetReservedNodeType: "STRING_VALUE",
208
208
  * // TargetReservedNodeCount: Number("int"),
209
209
  * // },
210
+ * // CustomDomainName: "STRING_VALUE",
211
+ * // CustomDomainCertificateArn: "STRING_VALUE",
212
+ * // CustomDomainCertificateExpiryDate: new Date("TIMESTAMP"),
210
213
  * // },
211
214
  * // };
212
215
  *
@@ -206,6 +206,9 @@ export interface RotateEncryptionKeyCommandOutput extends RotateEncryptionKeyRes
206
206
  * // TargetReservedNodeType: "STRING_VALUE",
207
207
  * // TargetReservedNodeCount: Number("int"),
208
208
  * // },
209
+ * // CustomDomainName: "STRING_VALUE",
210
+ * // CustomDomainCertificateArn: "STRING_VALUE",
211
+ * // CustomDomainCertificateExpiryDate: new Date("TIMESTAMP"),
209
212
  * // },
210
213
  * // };
211
214
  *
@@ -15,6 +15,7 @@ export * from "./CreateClusterParameterGroupCommand";
15
15
  export * from "./CreateClusterSecurityGroupCommand";
16
16
  export * from "./CreateClusterSnapshotCommand";
17
17
  export * from "./CreateClusterSubnetGroupCommand";
18
+ export * from "./CreateCustomDomainAssociationCommand";
18
19
  export * from "./CreateEndpointAccessCommand";
19
20
  export * from "./CreateEventSubscriptionCommand";
20
21
  export * from "./CreateHsmClientCertificateCommand";
@@ -31,6 +32,7 @@ export * from "./DeleteClusterParameterGroupCommand";
31
32
  export * from "./DeleteClusterSecurityGroupCommand";
32
33
  export * from "./DeleteClusterSnapshotCommand";
33
34
  export * from "./DeleteClusterSubnetGroupCommand";
35
+ export * from "./DeleteCustomDomainAssociationCommand";
34
36
  export * from "./DeleteEndpointAccessCommand";
35
37
  export * from "./DeleteEventSubscriptionCommand";
36
38
  export * from "./DeleteHsmClientCertificateCommand";
@@ -52,6 +54,7 @@ export * from "./DescribeClusterSubnetGroupsCommand";
52
54
  export * from "./DescribeClusterTracksCommand";
53
55
  export * from "./DescribeClusterVersionsCommand";
54
56
  export * from "./DescribeClustersCommand";
57
+ export * from "./DescribeCustomDomainAssociationsCommand";
55
58
  export * from "./DescribeDataSharesCommand";
56
59
  export * from "./DescribeDataSharesForConsumerCommand";
57
60
  export * from "./DescribeDataSharesForProducerCommand";
@@ -97,6 +100,7 @@ export * from "./ModifyClusterParameterGroupCommand";
97
100
  export * from "./ModifyClusterSnapshotCommand";
98
101
  export * from "./ModifyClusterSnapshotScheduleCommand";
99
102
  export * from "./ModifyClusterSubnetGroupCommand";
103
+ export * from "./ModifyCustomDomainAssociationCommand";
100
104
  export * from "./ModifyEndpointAccessCommand";
101
105
  export * from "./ModifyEventSubscriptionCommand";
102
106
  export * from "./ModifyScheduledActionCommand";
@@ -560,6 +560,39 @@ export interface ClusterAssociatedToSchedule {
560
560
  */
561
561
  ScheduleAssociationState?: ScheduleState | string;
562
562
  }
563
+ /**
564
+ * @public
565
+ * <p>A cluster ID and custom domain name tied to a specific certificate. These are typically
566
+ * returned in a list.</p>
567
+ */
568
+ export interface CertificateAssociation {
569
+ /**
570
+ * <p>The custom domain name for the certificate association.</p>
571
+ */
572
+ CustomDomainName?: string;
573
+ /**
574
+ * <p>The cluster identifier for the certificate association.</p>
575
+ */
576
+ ClusterIdentifier?: string;
577
+ }
578
+ /**
579
+ * @public
580
+ * <p>Contains information about the custom domain name association.</p>
581
+ */
582
+ export interface Association {
583
+ /**
584
+ * <p>The Amazon Resource Name (ARN) for the certificate associated with the custom domain.</p>
585
+ */
586
+ CustomDomainCertificateArn?: string;
587
+ /**
588
+ * <p>The expiration date for the certificate.</p>
589
+ */
590
+ CustomDomainCertificateExpiryDate?: Date;
591
+ /**
592
+ * <p>A list of all associated clusters and domain names tied to a specific certificate.</p>
593
+ */
594
+ CertificateAssociations?: CertificateAssociation[];
595
+ }
563
596
  /**
564
597
  * @public
565
598
  * <p>Describes an authentication profile.</p>
@@ -942,7 +975,7 @@ export interface AuthorizeSnapshotAccessMessage {
942
975
  SnapshotArn?: string;
943
976
  /**
944
977
  * <p>The identifier of the cluster the snapshot was created from. This parameter is
945
- * required if your IAM user or role has a policy containing a snapshot resource element that
978
+ * required if your IAM user has a policy containing a snapshot resource element that
946
979
  * specifies anything other than * for the cluster name.</p>
947
980
  */
948
981
  SnapshotClusterIdentifier?: string;
@@ -1230,7 +1263,7 @@ export interface DeleteClusterSnapshotMessage {
1230
1263
  SnapshotIdentifier: string | undefined;
1231
1264
  /**
1232
1265
  * <p>The unique identifier of the cluster the snapshot was created from. This parameter
1233
- * is required if your IAM user or role has a policy containing a snapshot resource element that
1266
+ * is required if your IAM user has a policy containing a snapshot resource element that
1234
1267
  * specifies anything other than * for the cluster name.</p>
1235
1268
  * <p>Constraints: Must be the name of valid cluster.</p>
1236
1269
  */
@@ -2375,6 +2408,18 @@ export interface Cluster {
2375
2408
  * <p>The status of the reserved-node exchange request. Statuses include in-progress and requested.</p>
2376
2409
  */
2377
2410
  ReservedNodeExchangeStatus?: ReservedNodeExchangeStatus;
2411
+ /**
2412
+ * <p>The custom domain name associated with the cluster.</p>
2413
+ */
2414
+ CustomDomainName?: string;
2415
+ /**
2416
+ * <p>The certificate Amazon Resource Name (ARN) for the custom domain name.</p>
2417
+ */
2418
+ CustomDomainCertificateArn?: string;
2419
+ /**
2420
+ * <p>The expiration date for the certificate associated with the custom domain name.</p>
2421
+ */
2422
+ CustomDomainCertificateExpiryDate?: Date;
2378
2423
  }
2379
2424
  /**
2380
2425
  * @public
@@ -2974,7 +3019,7 @@ export interface CopyClusterSnapshotMessage {
2974
3019
  SourceSnapshotIdentifier: string | undefined;
2975
3020
  /**
2976
3021
  * <p>The identifier of the cluster the source snapshot was created from. This parameter
2977
- * is required if your IAM user or role has a policy containing a snapshot resource element that
3022
+ * is required if your IAM user has a policy containing a snapshot resource element that
2978
3023
  * specifies anything other than * for the cluster name.</p>
2979
3024
  * <p>Constraints:</p>
2980
3025
  * <ul>
@@ -3163,7 +3208,7 @@ export interface CreateClusterMessage {
3163
3208
  */
3164
3209
  NodeType: string | undefined;
3165
3210
  /**
3166
- * <p>The user name associated with the admin user for the cluster that is being
3211
+ * <p>The user name associated with the admin user account for the cluster that is being
3167
3212
  * created.</p>
3168
3213
  * <p>Constraints:</p>
3169
3214
  * <ul>
@@ -3188,7 +3233,7 @@ export interface CreateClusterMessage {
3188
3233
  */
3189
3234
  MasterUsername: string | undefined;
3190
3235
  /**
3191
- * <p>The password associated with the admin user for the cluster that is being
3236
+ * <p>The password associated with the admin user account for the cluster that is being
3192
3237
  * created.</p>
3193
3238
  * <p>Constraints:</p>
3194
3239
  * <ul>
@@ -3800,6 +3845,56 @@ export interface CreateClusterSubnetGroupResult {
3800
3845
  */
3801
3846
  ClusterSubnetGroup?: ClusterSubnetGroup;
3802
3847
  }
3848
+ /**
3849
+ * @public
3850
+ */
3851
+ export interface CreateCustomDomainAssociationMessage {
3852
+ /**
3853
+ * <p>The custom domain name for a custom domain association.</p>
3854
+ */
3855
+ CustomDomainName: string | undefined;
3856
+ /**
3857
+ * <p>The certificate Amazon Resource Name (ARN) for the custom domain name association.</p>
3858
+ */
3859
+ CustomDomainCertificateArn: string | undefined;
3860
+ /**
3861
+ * <p>The cluster identifier that the custom domain is associated with.</p>
3862
+ */
3863
+ ClusterIdentifier: string | undefined;
3864
+ }
3865
+ /**
3866
+ * @public
3867
+ */
3868
+ export interface CreateCustomDomainAssociationResult {
3869
+ /**
3870
+ * <p>The custom domain name for the association result.</p>
3871
+ */
3872
+ CustomDomainName?: string;
3873
+ /**
3874
+ * <p>The Amazon Resource Name (ARN) for the certificate associated with the custom domain name.</p>
3875
+ */
3876
+ CustomDomainCertificateArn?: string;
3877
+ /**
3878
+ * <p>The identifier of the cluster that the custom domain is associated with.</p>
3879
+ */
3880
+ ClusterIdentifier?: string;
3881
+ /**
3882
+ * <p>The expiration time for the certificate for the custom domain.</p>
3883
+ */
3884
+ CustomDomainCertExpiryTime?: string;
3885
+ }
3886
+ /**
3887
+ * @public
3888
+ * <p>An error occurred when an attempt was made to change the custom domain association.</p>
3889
+ */
3890
+ export declare class CustomCnameAssociationFault extends __BaseException {
3891
+ readonly name: "CustomCnameAssociationFault";
3892
+ readonly $fault: "client";
3893
+ /**
3894
+ * @internal
3895
+ */
3896
+ constructor(opts: __ExceptionOptionType<CustomCnameAssociationFault, __BaseException>);
3897
+ }
3803
3898
  /**
3804
3899
  * @public
3805
3900
  */
@@ -5018,6 +5113,31 @@ export declare class UsageLimitAlreadyExistsFault extends __BaseException {
5018
5113
  */
5019
5114
  constructor(opts: __ExceptionOptionType<UsageLimitAlreadyExistsFault, __BaseException>);
5020
5115
  }
5116
+ /**
5117
+ * @public
5118
+ * <p>An error occurred. The custom domain name couldn't be found.</p>
5119
+ */
5120
+ export declare class CustomDomainAssociationNotFoundFault extends __BaseException {
5121
+ readonly name: "CustomDomainAssociationNotFoundFault";
5122
+ readonly $fault: "client";
5123
+ /**
5124
+ * @internal
5125
+ */
5126
+ constructor(opts: __ExceptionOptionType<CustomDomainAssociationNotFoundFault, __BaseException>);
5127
+ }
5128
+ /**
5129
+ * @public
5130
+ */
5131
+ export interface CustomDomainAssociationsMessage {
5132
+ /**
5133
+ * <p>The marker for the custom domain association.</p>
5134
+ */
5135
+ Marker?: string;
5136
+ /**
5137
+ * <p>The associations for the custom domain.</p>
5138
+ */
5139
+ Associations?: Association[];
5140
+ }
5021
5141
  /**
5022
5142
  * @public
5023
5143
  */
@@ -5260,6 +5380,15 @@ export declare class InvalidClusterSubnetStateFault extends __BaseException {
5260
5380
  */
5261
5381
  constructor(opts: __ExceptionOptionType<InvalidClusterSubnetStateFault, __BaseException>);
5262
5382
  }
5383
+ /**
5384
+ * @public
5385
+ */
5386
+ export interface DeleteCustomDomainAssociationMessage {
5387
+ /**
5388
+ * <p>The identifier of the cluster to delete a custom domain association for.</p>
5389
+ */
5390
+ ClusterIdentifier: string | undefined;
5391
+ }
5263
5392
  /**
5264
5393
  * @public
5265
5394
  */
@@ -5825,7 +5954,7 @@ export interface DescribeClusterSnapshotsMessage {
5825
5954
  * set of records by retrying the command with the returned marker value. </p>
5826
5955
  * <p>Default: <code>100</code>
5827
5956
  * </p>
5828
- * <p>Constraints: minimum 20, maximum 500.</p>
5957
+ * <p>Constraints: minimum 20, maximum 100.</p>
5829
5958
  */
5830
5959
  MaxRecords?: number;
5831
5960
  /**
@@ -6098,6 +6227,27 @@ export interface DescribeClusterVersionsMessage {
6098
6227
  */
6099
6228
  Marker?: string;
6100
6229
  }
6230
+ /**
6231
+ * @public
6232
+ */
6233
+ export interface DescribeCustomDomainAssociationsMessage {
6234
+ /**
6235
+ * <p>The custom domain name for the custom domain association.</p>
6236
+ */
6237
+ CustomDomainName?: string;
6238
+ /**
6239
+ * <p>The certificate Amazon Resource Name (ARN) for the custom domain association.</p>
6240
+ */
6241
+ CustomDomainCertificateArn?: string;
6242
+ /**
6243
+ * <p>The maximum records setting for the associated custom domain.</p>
6244
+ */
6245
+ MaxRecords?: number;
6246
+ /**
6247
+ * <p>The marker for the custom domain association.</p>
6248
+ */
6249
+ Marker?: string;
6250
+ }
6101
6251
  /**
6102
6252
  * @public
6103
6253
  */
@@ -6414,323 +6564,6 @@ export interface EventCategoriesMap {
6414
6564
  */
6415
6565
  Events?: EventInfoMap[];
6416
6566
  }
6417
- /**
6418
- * @public
6419
- * <p></p>
6420
- */
6421
- export interface EventCategoriesMessage {
6422
- /**
6423
- * <p>A list of event categories descriptions.</p>
6424
- */
6425
- EventCategoriesMapList?: EventCategoriesMap[];
6426
- }
6427
- /**
6428
- * @public
6429
- * @enum
6430
- */
6431
- export declare const SourceType: {
6432
- readonly cluster: "cluster";
6433
- readonly cluster_parameter_group: "cluster-parameter-group";
6434
- readonly cluster_security_group: "cluster-security-group";
6435
- readonly cluster_snapshot: "cluster-snapshot";
6436
- readonly scheduled_action: "scheduled-action";
6437
- };
6438
- /**
6439
- * @public
6440
- */
6441
- export type SourceType = (typeof SourceType)[keyof typeof SourceType];
6442
- /**
6443
- * @public
6444
- * <p></p>
6445
- */
6446
- export interface DescribeEventsMessage {
6447
- /**
6448
- * <p>The identifier of the event source for which events will be returned. If this
6449
- * parameter is not specified, then all sources are included in the response.</p>
6450
- * <p>Constraints:</p>
6451
- * <p>If <i>SourceIdentifier</i> is supplied,
6452
- * <i>SourceType</i> must also be provided.</p>
6453
- * <ul>
6454
- * <li>
6455
- * <p>Specify a cluster identifier when <i>SourceType</i> is
6456
- * <code>cluster</code>.</p>
6457
- * </li>
6458
- * <li>
6459
- * <p>Specify a cluster security group name when <i>SourceType</i>
6460
- * is <code>cluster-security-group</code>.</p>
6461
- * </li>
6462
- * <li>
6463
- * <p>Specify a cluster parameter group name when <i>SourceType</i>
6464
- * is <code>cluster-parameter-group</code>.</p>
6465
- * </li>
6466
- * <li>
6467
- * <p>Specify a cluster snapshot identifier when <i>SourceType</i>
6468
- * is <code>cluster-snapshot</code>.</p>
6469
- * </li>
6470
- * </ul>
6471
- */
6472
- SourceIdentifier?: string;
6473
- /**
6474
- * <p>The event source to retrieve events for. If no value is specified, all events are
6475
- * returned.</p>
6476
- * <p>Constraints:</p>
6477
- * <p>If <i>SourceType</i> is supplied,
6478
- * <i>SourceIdentifier</i> must also be provided.</p>
6479
- * <ul>
6480
- * <li>
6481
- * <p>Specify <code>cluster</code> when <i>SourceIdentifier</i> is
6482
- * a cluster identifier.</p>
6483
- * </li>
6484
- * <li>
6485
- * <p>Specify <code>cluster-security-group</code> when
6486
- * <i>SourceIdentifier</i> is a cluster security group
6487
- * name.</p>
6488
- * </li>
6489
- * <li>
6490
- * <p>Specify <code>cluster-parameter-group</code> when
6491
- * <i>SourceIdentifier</i> is a cluster parameter group
6492
- * name.</p>
6493
- * </li>
6494
- * <li>
6495
- * <p>Specify <code>cluster-snapshot</code> when
6496
- * <i>SourceIdentifier</i> is a cluster snapshot
6497
- * identifier.</p>
6498
- * </li>
6499
- * </ul>
6500
- */
6501
- SourceType?: SourceType | string;
6502
- /**
6503
- * <p>The beginning of the time interval to retrieve events for, specified in ISO 8601
6504
- * format. For more information about ISO 8601, go to the <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO8601 Wikipedia page.</a>
6505
- * </p>
6506
- * <p>Example: <code>2009-07-08T18:00Z</code>
6507
- * </p>
6508
- */
6509
- StartTime?: Date;
6510
- /**
6511
- * <p>The end of the time interval for which to retrieve events, specified in ISO 8601
6512
- * format. For more information about ISO 8601, go to the <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO8601 Wikipedia page.</a>
6513
- * </p>
6514
- * <p>Example: <code>2009-07-08T18:00Z</code>
6515
- * </p>
6516
- */
6517
- EndTime?: Date;
6518
- /**
6519
- * <p>The number of minutes prior to the time of the request for which to retrieve
6520
- * events. For example, if the request is sent at 18:00 and you specify a duration of 60,
6521
- * then only events which have occurred after 17:00 will be returned.</p>
6522
- * <p>Default: <code>60</code>
6523
- * </p>
6524
- */
6525
- Duration?: number;
6526
- /**
6527
- * <p>The maximum number of response records to return in each call. If the number of
6528
- * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
6529
- * is returned in a <code>marker</code> field of the response. You can retrieve the next
6530
- * set of records by retrying the command with the returned marker value. </p>
6531
- * <p>Default: <code>100</code>
6532
- * </p>
6533
- * <p>Constraints: minimum 20, maximum 100.</p>
6534
- */
6535
- MaxRecords?: number;
6536
- /**
6537
- * <p>An optional parameter that specifies the starting point to return a set of response
6538
- * records. When the results of a <a>DescribeEvents</a> request exceed the value
6539
- * specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the <code>Marker</code>
6540
- * field of the response. You can retrieve the next set of response records by providing
6541
- * the returned marker value in the <code>Marker</code> parameter and retrying the request.
6542
- * </p>
6543
- */
6544
- Marker?: string;
6545
- }
6546
- /**
6547
- * @public
6548
- * <p>Describes an event.</p>
6549
- */
6550
- export interface Event {
6551
- /**
6552
- * <p>The identifier for the source of the event.</p>
6553
- */
6554
- SourceIdentifier?: string;
6555
- /**
6556
- * <p>The source type for this event.</p>
6557
- */
6558
- SourceType?: SourceType | string;
6559
- /**
6560
- * <p>The text of this event.</p>
6561
- */
6562
- Message?: string;
6563
- /**
6564
- * <p>A list of the event categories.</p>
6565
- * <p>Values: Configuration, Management, Monitoring, Security, Pending</p>
6566
- */
6567
- EventCategories?: string[];
6568
- /**
6569
- * <p>The severity of the event.</p>
6570
- * <p>Values: ERROR, INFO</p>
6571
- */
6572
- Severity?: string;
6573
- /**
6574
- * <p>The date and time of the event.</p>
6575
- */
6576
- Date?: Date;
6577
- /**
6578
- * <p>The identifier of the event.</p>
6579
- */
6580
- EventId?: string;
6581
- }
6582
- /**
6583
- * @public
6584
- * <p></p>
6585
- */
6586
- export interface EventsMessage {
6587
- /**
6588
- * <p>A value that indicates the starting point for the next set of response records in a
6589
- * subsequent request. If a value is returned in a response, you can retrieve the next set
6590
- * of records by providing this returned marker value in the <code>Marker</code> parameter
6591
- * and retrying the command. If the <code>Marker</code> field is empty, all response
6592
- * records have been retrieved for the request. </p>
6593
- */
6594
- Marker?: string;
6595
- /**
6596
- * <p>A list of <code>Event</code> instances. </p>
6597
- */
6598
- Events?: Event[];
6599
- }
6600
- /**
6601
- * @public
6602
- * <p></p>
6603
- */
6604
- export interface DescribeEventSubscriptionsMessage {
6605
- /**
6606
- * <p>The name of the Amazon Redshift event notification subscription to be
6607
- * described.</p>
6608
- */
6609
- SubscriptionName?: string;
6610
- /**
6611
- * <p>The maximum number of response records to return in each call. If the number of
6612
- * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
6613
- * is returned in a <code>marker</code> field of the response. You can retrieve the next
6614
- * set of records by retrying the command with the returned marker value. </p>
6615
- * <p>Default: <code>100</code>
6616
- * </p>
6617
- * <p>Constraints: minimum 20, maximum 100.</p>
6618
- */
6619
- MaxRecords?: number;
6620
- /**
6621
- * <p>An optional parameter that specifies the starting point to return a set of response
6622
- * records. When the results of a DescribeEventSubscriptions request exceed the value
6623
- * specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the <code>Marker</code>
6624
- * field of the response. You can retrieve the next set of response records by providing
6625
- * the returned marker value in the <code>Marker</code> parameter and retrying the request.
6626
- * </p>
6627
- */
6628
- Marker?: string;
6629
- /**
6630
- * <p>A tag key or keys for which you want to return all matching event notification
6631
- * subscriptions that are associated with the specified key or keys. For example, suppose
6632
- * that you have subscriptions that are tagged with keys called <code>owner</code> and
6633
- * <code>environment</code>. If you specify both of these tag keys in the request,
6634
- * Amazon Redshift returns a response with the subscriptions that have either or both of these
6635
- * tag keys associated with them.</p>
6636
- */
6637
- TagKeys?: string[];
6638
- /**
6639
- * <p>A tag value or values for which you want to return all matching event notification
6640
- * subscriptions that are associated with the specified tag value or values. For example,
6641
- * suppose that you have subscriptions that are tagged with values called
6642
- * <code>admin</code> and <code>test</code>. If you specify both of these tag values in
6643
- * the request, Amazon Redshift returns a response with the subscriptions that have either or
6644
- * both of these tag values associated with them.</p>
6645
- */
6646
- TagValues?: string[];
6647
- }
6648
- /**
6649
- * @public
6650
- * <p></p>
6651
- */
6652
- export interface EventSubscriptionsMessage {
6653
- /**
6654
- * <p>A value that indicates the starting point for the next set of response records in a
6655
- * subsequent request. If a value is returned in a response, you can retrieve the next set
6656
- * of records by providing this returned marker value in the <code>Marker</code> parameter
6657
- * and retrying the command. If the <code>Marker</code> field is empty, all response
6658
- * records have been retrieved for the request. </p>
6659
- */
6660
- Marker?: string;
6661
- /**
6662
- * <p>A list of event subscriptions.</p>
6663
- */
6664
- EventSubscriptionsList?: EventSubscription[];
6665
- }
6666
- /**
6667
- * @public
6668
- * <p></p>
6669
- */
6670
- export interface DescribeHsmClientCertificatesMessage {
6671
- /**
6672
- * <p>The identifier of a specific HSM client certificate for which you want information.
6673
- * If no identifier is specified, information is returned for all HSM client certificates
6674
- * owned by your Amazon Web Services account.</p>
6675
- */
6676
- HsmClientCertificateIdentifier?: string;
6677
- /**
6678
- * <p>The maximum number of response records to return in each call. If the number of
6679
- * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
6680
- * is returned in a <code>marker</code> field of the response. You can retrieve the next
6681
- * set of records by retrying the command with the returned marker value. </p>
6682
- * <p>Default: <code>100</code>
6683
- * </p>
6684
- * <p>Constraints: minimum 20, maximum 100.</p>
6685
- */
6686
- MaxRecords?: number;
6687
- /**
6688
- * <p>An optional parameter that specifies the starting point to return a set of response
6689
- * records. When the results of a <a>DescribeHsmClientCertificates</a> request
6690
- * exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the
6691
- * <code>Marker</code> field of the response. You can retrieve the next set of response
6692
- * records by providing the returned marker value in the <code>Marker</code> parameter and
6693
- * retrying the request. </p>
6694
- */
6695
- Marker?: string;
6696
- /**
6697
- * <p>A tag key or keys for which you want to return all matching HSM client certificates
6698
- * that are associated with the specified key or keys. For example, suppose that you have
6699
- * HSM client certificates that are tagged with keys called <code>owner</code> and
6700
- * <code>environment</code>. If you specify both of these tag keys in the request,
6701
- * Amazon Redshift returns a response with the HSM client certificates that have either or both
6702
- * of these tag keys associated with them.</p>
6703
- */
6704
- TagKeys?: string[];
6705
- /**
6706
- * <p>A tag value or values for which you want to return all matching HSM client
6707
- * certificates that are associated with the specified tag value or values. For example,
6708
- * suppose that you have HSM client certificates that are tagged with values called
6709
- * <code>admin</code> and <code>test</code>. If you specify both of these tag values in
6710
- * the request, Amazon Redshift returns a response with the HSM client certificates that have
6711
- * either or both of these tag values associated with them.</p>
6712
- */
6713
- TagValues?: string[];
6714
- }
6715
- /**
6716
- * @public
6717
- * <p></p>
6718
- */
6719
- export interface HsmClientCertificateMessage {
6720
- /**
6721
- * <p>A value that indicates the starting point for the next set of response records in a
6722
- * subsequent request. If a value is returned in a response, you can retrieve the next set
6723
- * of records by providing this returned marker value in the <code>Marker</code> parameter
6724
- * and retrying the command. If the <code>Marker</code> field is empty, all response
6725
- * records have been retrieved for the request. </p>
6726
- */
6727
- Marker?: string;
6728
- /**
6729
- * <p>A list of the identifiers for one or more HSM client certificates used by Amazon Redshift
6730
- * clusters to store and retrieve database encryption keys in an HSM.</p>
6731
- */
6732
- HsmClientCertificates?: HsmClientCertificate[];
6733
- }
6734
6567
  /**
6735
6568
  * @internal
6736
6569
  */