@aws-sdk/client-redshift 3.354.0 → 3.357.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +32 -0
- package/dist-cjs/Redshift.js +8 -0
- package/dist-cjs/commands/CreateCustomDomainAssociationCommand.js +46 -0
- package/dist-cjs/commands/DeleteCustomDomainAssociationCommand.js +46 -0
- package/dist-cjs/commands/DescribeCustomDomainAssociationsCommand.js +46 -0
- package/dist-cjs/commands/ModifyCustomDomainAssociationCommand.js +46 -0
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +28 -9
- package/dist-cjs/models/models_1.js +8 -1
- package/dist-cjs/pagination/DescribeCustomDomainAssociationsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -1
- package/dist-cjs/protocols/Aws_query.js +401 -25
- package/dist-es/Redshift.js +8 -0
- package/dist-es/commands/CreateCustomDomainAssociationCommand.js +42 -0
- package/dist-es/commands/DeleteCustomDomainAssociationCommand.js +42 -0
- package/dist-es/commands/DescribeCustomDomainAssociationsCommand.js +42 -0
- package/dist-es/commands/ModifyCustomDomainAssociationCommand.js +42 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +24 -7
- package/dist-es/models/models_1.js +7 -0
- package/dist-es/pagination/DescribeCustomDomainAssociationsPaginator.js +25 -0
- package/dist-es/pagination/index.js +2 -1
- package/dist-es/protocols/Aws_query.js +376 -8
- package/dist-types/Redshift.d.ts +28 -0
- package/dist-types/RedshiftClient.d.ts +7 -3
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -0
- package/dist-types/commands/CreateCustomDomainAssociationCommand.d.ts +89 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +3 -0
- package/dist-types/commands/DeleteCustomDomainAssociationCommand.d.ts +81 -0
- package/dist-types/commands/DescribeClustersCommand.d.ts +3 -0
- package/dist-types/commands/DescribeCustomDomainAssociationsCommand.d.ts +94 -0
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHsmClientCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +3 -0
- package/dist-types/commands/EnableSnapshotCopyCommand.d.ts +3 -0
- package/dist-types/commands/GetClusterCredentialsCommand.d.ts +2 -1
- package/dist-types/commands/GetClusterCredentialsWithIAMCommand.d.ts +2 -1
- package/dist-types/commands/ModifyClusterCommand.d.ts +9 -0
- package/dist-types/commands/ModifyClusterDbRevisionCommand.d.ts +3 -0
- package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +3 -0
- package/dist-types/commands/ModifyClusterMaintenanceCommand.d.ts +3 -0
- package/dist-types/commands/ModifyCustomDomainAssociationCommand.d.ts +88 -0
- package/dist-types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +3 -0
- package/dist-types/commands/PauseClusterCommand.d.ts +3 -0
- package/dist-types/commands/RebootClusterCommand.d.ts +3 -0
- package/dist-types/commands/ResizeClusterCommand.d.ts +3 -0
- package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +3 -0
- package/dist-types/commands/ResumeClusterCommand.d.ts +3 -0
- package/dist-types/commands/RotateEncryptionKeyCommand.d.ts +3 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +156 -323
- package/dist-types/models/models_1.d.ts +369 -6
- package/dist-types/pagination/DescribeCustomDomainAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -1
- package/dist-types/protocols/Aws_query.d.ts +36 -0
- package/dist-types/ts3.4/Redshift.d.ts +68 -0
- package/dist-types/ts3.4/RedshiftClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/CreateCustomDomainAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteCustomDomainAssociationCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeCustomDomainAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHsmClientCertificatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCustomDomainAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +53 -55
- package/dist-types/ts3.4/models/models_1.d.ts +72 -2
- package/dist-types/ts3.4/pagination/DescribeCustomDomainAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -1
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +48 -0
- package/package.json +29 -29
|
@@ -1,6 +1,323 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { ActionType, AquaConfiguration, AquaConfigurationStatus, AvailabilityZone, Cluster, ClusterSecurityGroup, ClusterSubnetGroup, EventSubscription, HsmConfiguration, Parameter, RecurringCharge, ReservedNode, ReservedNodeExchangeStatus, ReservedNodeOfferingType, ScheduledAction, ScheduledActionType, Snapshot, SnapshotCopyGrant, SnapshotSchedule, Tag, UsageLimit, UsageLimitBreachAction, UsageLimitFeatureType } from "./models_0";
|
|
2
|
+
import { ActionType, AquaConfiguration, AquaConfigurationStatus, AvailabilityZone, Cluster, ClusterSecurityGroup, ClusterSubnetGroup, EventCategoriesMap, EventSubscription, HsmClientCertificate, HsmConfiguration, Parameter, RecurringCharge, ReservedNode, ReservedNodeExchangeStatus, ReservedNodeOfferingType, ScheduledAction, ScheduledActionType, Snapshot, SnapshotCopyGrant, SnapshotSchedule, Tag, UsageLimit, UsageLimitBreachAction, UsageLimitFeatureType } from "./models_0";
|
|
3
3
|
import { RedshiftServiceException as __BaseException } from "./RedshiftServiceException";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
* <p></p>
|
|
7
|
+
*/
|
|
8
|
+
export interface EventCategoriesMessage {
|
|
9
|
+
/**
|
|
10
|
+
* <p>A list of event categories descriptions.</p>
|
|
11
|
+
*/
|
|
12
|
+
EventCategoriesMapList?: EventCategoriesMap[];
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
* @enum
|
|
17
|
+
*/
|
|
18
|
+
export declare const SourceType: {
|
|
19
|
+
readonly cluster: "cluster";
|
|
20
|
+
readonly cluster_parameter_group: "cluster-parameter-group";
|
|
21
|
+
readonly cluster_security_group: "cluster-security-group";
|
|
22
|
+
readonly cluster_snapshot: "cluster-snapshot";
|
|
23
|
+
readonly scheduled_action: "scheduled-action";
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
export type SourceType = (typeof SourceType)[keyof typeof SourceType];
|
|
29
|
+
/**
|
|
30
|
+
* @public
|
|
31
|
+
* <p></p>
|
|
32
|
+
*/
|
|
33
|
+
export interface DescribeEventsMessage {
|
|
34
|
+
/**
|
|
35
|
+
* <p>The identifier of the event source for which events will be returned. If this
|
|
36
|
+
* parameter is not specified, then all sources are included in the response.</p>
|
|
37
|
+
* <p>Constraints:</p>
|
|
38
|
+
* <p>If <i>SourceIdentifier</i> is supplied,
|
|
39
|
+
* <i>SourceType</i> must also be provided.</p>
|
|
40
|
+
* <ul>
|
|
41
|
+
* <li>
|
|
42
|
+
* <p>Specify a cluster identifier when <i>SourceType</i> is
|
|
43
|
+
* <code>cluster</code>.</p>
|
|
44
|
+
* </li>
|
|
45
|
+
* <li>
|
|
46
|
+
* <p>Specify a cluster security group name when <i>SourceType</i>
|
|
47
|
+
* is <code>cluster-security-group</code>.</p>
|
|
48
|
+
* </li>
|
|
49
|
+
* <li>
|
|
50
|
+
* <p>Specify a cluster parameter group name when <i>SourceType</i>
|
|
51
|
+
* is <code>cluster-parameter-group</code>.</p>
|
|
52
|
+
* </li>
|
|
53
|
+
* <li>
|
|
54
|
+
* <p>Specify a cluster snapshot identifier when <i>SourceType</i>
|
|
55
|
+
* is <code>cluster-snapshot</code>.</p>
|
|
56
|
+
* </li>
|
|
57
|
+
* </ul>
|
|
58
|
+
*/
|
|
59
|
+
SourceIdentifier?: string;
|
|
60
|
+
/**
|
|
61
|
+
* <p>The event source to retrieve events for. If no value is specified, all events are
|
|
62
|
+
* returned.</p>
|
|
63
|
+
* <p>Constraints:</p>
|
|
64
|
+
* <p>If <i>SourceType</i> is supplied,
|
|
65
|
+
* <i>SourceIdentifier</i> must also be provided.</p>
|
|
66
|
+
* <ul>
|
|
67
|
+
* <li>
|
|
68
|
+
* <p>Specify <code>cluster</code> when <i>SourceIdentifier</i> is
|
|
69
|
+
* a cluster identifier.</p>
|
|
70
|
+
* </li>
|
|
71
|
+
* <li>
|
|
72
|
+
* <p>Specify <code>cluster-security-group</code> when
|
|
73
|
+
* <i>SourceIdentifier</i> is a cluster security group
|
|
74
|
+
* name.</p>
|
|
75
|
+
* </li>
|
|
76
|
+
* <li>
|
|
77
|
+
* <p>Specify <code>cluster-parameter-group</code> when
|
|
78
|
+
* <i>SourceIdentifier</i> is a cluster parameter group
|
|
79
|
+
* name.</p>
|
|
80
|
+
* </li>
|
|
81
|
+
* <li>
|
|
82
|
+
* <p>Specify <code>cluster-snapshot</code> when
|
|
83
|
+
* <i>SourceIdentifier</i> is a cluster snapshot
|
|
84
|
+
* identifier.</p>
|
|
85
|
+
* </li>
|
|
86
|
+
* </ul>
|
|
87
|
+
*/
|
|
88
|
+
SourceType?: SourceType | string;
|
|
89
|
+
/**
|
|
90
|
+
* <p>The beginning of the time interval to retrieve events for, specified in ISO 8601
|
|
91
|
+
* format. For more information about ISO 8601, go to the <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO8601 Wikipedia page.</a>
|
|
92
|
+
* </p>
|
|
93
|
+
* <p>Example: <code>2009-07-08T18:00Z</code>
|
|
94
|
+
* </p>
|
|
95
|
+
*/
|
|
96
|
+
StartTime?: Date;
|
|
97
|
+
/**
|
|
98
|
+
* <p>The end of the time interval for which to retrieve events, specified in ISO 8601
|
|
99
|
+
* format. For more information about ISO 8601, go to the <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO8601 Wikipedia page.</a>
|
|
100
|
+
* </p>
|
|
101
|
+
* <p>Example: <code>2009-07-08T18:00Z</code>
|
|
102
|
+
* </p>
|
|
103
|
+
*/
|
|
104
|
+
EndTime?: Date;
|
|
105
|
+
/**
|
|
106
|
+
* <p>The number of minutes prior to the time of the request for which to retrieve
|
|
107
|
+
* events. For example, if the request is sent at 18:00 and you specify a duration of 60,
|
|
108
|
+
* then only events which have occurred after 17:00 will be returned.</p>
|
|
109
|
+
* <p>Default: <code>60</code>
|
|
110
|
+
* </p>
|
|
111
|
+
*/
|
|
112
|
+
Duration?: number;
|
|
113
|
+
/**
|
|
114
|
+
* <p>The maximum number of response records to return in each call. If the number of
|
|
115
|
+
* remaining response records exceeds the specified <code>MaxRecords</code> value, a value
|
|
116
|
+
* is returned in a <code>marker</code> field of the response. You can retrieve the next
|
|
117
|
+
* set of records by retrying the command with the returned marker value. </p>
|
|
118
|
+
* <p>Default: <code>100</code>
|
|
119
|
+
* </p>
|
|
120
|
+
* <p>Constraints: minimum 20, maximum 100.</p>
|
|
121
|
+
*/
|
|
122
|
+
MaxRecords?: number;
|
|
123
|
+
/**
|
|
124
|
+
* <p>An optional parameter that specifies the starting point to return a set of response
|
|
125
|
+
* records. When the results of a <a>DescribeEvents</a> request exceed the value
|
|
126
|
+
* specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the <code>Marker</code>
|
|
127
|
+
* field of the response. You can retrieve the next set of response records by providing
|
|
128
|
+
* the returned marker value in the <code>Marker</code> parameter and retrying the request.
|
|
129
|
+
* </p>
|
|
130
|
+
*/
|
|
131
|
+
Marker?: string;
|
|
132
|
+
}
|
|
133
|
+
/**
|
|
134
|
+
* @public
|
|
135
|
+
* <p>Describes an event.</p>
|
|
136
|
+
*/
|
|
137
|
+
export interface Event {
|
|
138
|
+
/**
|
|
139
|
+
* <p>The identifier for the source of the event.</p>
|
|
140
|
+
*/
|
|
141
|
+
SourceIdentifier?: string;
|
|
142
|
+
/**
|
|
143
|
+
* <p>The source type for this event.</p>
|
|
144
|
+
*/
|
|
145
|
+
SourceType?: SourceType | string;
|
|
146
|
+
/**
|
|
147
|
+
* <p>The text of this event.</p>
|
|
148
|
+
*/
|
|
149
|
+
Message?: string;
|
|
150
|
+
/**
|
|
151
|
+
* <p>A list of the event categories.</p>
|
|
152
|
+
* <p>Values: Configuration, Management, Monitoring, Security, Pending</p>
|
|
153
|
+
*/
|
|
154
|
+
EventCategories?: string[];
|
|
155
|
+
/**
|
|
156
|
+
* <p>The severity of the event.</p>
|
|
157
|
+
* <p>Values: ERROR, INFO</p>
|
|
158
|
+
*/
|
|
159
|
+
Severity?: string;
|
|
160
|
+
/**
|
|
161
|
+
* <p>The date and time of the event.</p>
|
|
162
|
+
*/
|
|
163
|
+
Date?: Date;
|
|
164
|
+
/**
|
|
165
|
+
* <p>The identifier of the event.</p>
|
|
166
|
+
*/
|
|
167
|
+
EventId?: string;
|
|
168
|
+
}
|
|
169
|
+
/**
|
|
170
|
+
* @public
|
|
171
|
+
* <p></p>
|
|
172
|
+
*/
|
|
173
|
+
export interface EventsMessage {
|
|
174
|
+
/**
|
|
175
|
+
* <p>A value that indicates the starting point for the next set of response records in a
|
|
176
|
+
* subsequent request. If a value is returned in a response, you can retrieve the next set
|
|
177
|
+
* of records by providing this returned marker value in the <code>Marker</code> parameter
|
|
178
|
+
* and retrying the command. If the <code>Marker</code> field is empty, all response
|
|
179
|
+
* records have been retrieved for the request. </p>
|
|
180
|
+
*/
|
|
181
|
+
Marker?: string;
|
|
182
|
+
/**
|
|
183
|
+
* <p>A list of <code>Event</code> instances. </p>
|
|
184
|
+
*/
|
|
185
|
+
Events?: Event[];
|
|
186
|
+
}
|
|
187
|
+
/**
|
|
188
|
+
* @public
|
|
189
|
+
* <p></p>
|
|
190
|
+
*/
|
|
191
|
+
export interface DescribeEventSubscriptionsMessage {
|
|
192
|
+
/**
|
|
193
|
+
* <p>The name of the Amazon Redshift event notification subscription to be
|
|
194
|
+
* described.</p>
|
|
195
|
+
*/
|
|
196
|
+
SubscriptionName?: string;
|
|
197
|
+
/**
|
|
198
|
+
* <p>The maximum number of response records to return in each call. If the number of
|
|
199
|
+
* remaining response records exceeds the specified <code>MaxRecords</code> value, a value
|
|
200
|
+
* is returned in a <code>marker</code> field of the response. You can retrieve the next
|
|
201
|
+
* set of records by retrying the command with the returned marker value. </p>
|
|
202
|
+
* <p>Default: <code>100</code>
|
|
203
|
+
* </p>
|
|
204
|
+
* <p>Constraints: minimum 20, maximum 100.</p>
|
|
205
|
+
*/
|
|
206
|
+
MaxRecords?: number;
|
|
207
|
+
/**
|
|
208
|
+
* <p>An optional parameter that specifies the starting point to return a set of response
|
|
209
|
+
* records. When the results of a DescribeEventSubscriptions request exceed the value
|
|
210
|
+
* specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the <code>Marker</code>
|
|
211
|
+
* field of the response. You can retrieve the next set of response records by providing
|
|
212
|
+
* the returned marker value in the <code>Marker</code> parameter and retrying the request.
|
|
213
|
+
* </p>
|
|
214
|
+
*/
|
|
215
|
+
Marker?: string;
|
|
216
|
+
/**
|
|
217
|
+
* <p>A tag key or keys for which you want to return all matching event notification
|
|
218
|
+
* subscriptions that are associated with the specified key or keys. For example, suppose
|
|
219
|
+
* that you have subscriptions that are tagged with keys called <code>owner</code> and
|
|
220
|
+
* <code>environment</code>. If you specify both of these tag keys in the request,
|
|
221
|
+
* Amazon Redshift returns a response with the subscriptions that have either or both of these
|
|
222
|
+
* tag keys associated with them.</p>
|
|
223
|
+
*/
|
|
224
|
+
TagKeys?: string[];
|
|
225
|
+
/**
|
|
226
|
+
* <p>A tag value or values for which you want to return all matching event notification
|
|
227
|
+
* subscriptions that are associated with the specified tag value or values. For example,
|
|
228
|
+
* suppose that you have subscriptions that are tagged with values called
|
|
229
|
+
* <code>admin</code> and <code>test</code>. If you specify both of these tag values in
|
|
230
|
+
* the request, Amazon Redshift returns a response with the subscriptions that have either or
|
|
231
|
+
* both of these tag values associated with them.</p>
|
|
232
|
+
*/
|
|
233
|
+
TagValues?: string[];
|
|
234
|
+
}
|
|
235
|
+
/**
|
|
236
|
+
* @public
|
|
237
|
+
* <p></p>
|
|
238
|
+
*/
|
|
239
|
+
export interface EventSubscriptionsMessage {
|
|
240
|
+
/**
|
|
241
|
+
* <p>A value that indicates the starting point for the next set of response records in a
|
|
242
|
+
* subsequent request. If a value is returned in a response, you can retrieve the next set
|
|
243
|
+
* of records by providing this returned marker value in the <code>Marker</code> parameter
|
|
244
|
+
* and retrying the command. If the <code>Marker</code> field is empty, all response
|
|
245
|
+
* records have been retrieved for the request. </p>
|
|
246
|
+
*/
|
|
247
|
+
Marker?: string;
|
|
248
|
+
/**
|
|
249
|
+
* <p>A list of event subscriptions.</p>
|
|
250
|
+
*/
|
|
251
|
+
EventSubscriptionsList?: EventSubscription[];
|
|
252
|
+
}
|
|
253
|
+
/**
|
|
254
|
+
* @public
|
|
255
|
+
* <p></p>
|
|
256
|
+
*/
|
|
257
|
+
export interface DescribeHsmClientCertificatesMessage {
|
|
258
|
+
/**
|
|
259
|
+
* <p>The identifier of a specific HSM client certificate for which you want information.
|
|
260
|
+
* If no identifier is specified, information is returned for all HSM client certificates
|
|
261
|
+
* owned by your Amazon Web Services account.</p>
|
|
262
|
+
*/
|
|
263
|
+
HsmClientCertificateIdentifier?: string;
|
|
264
|
+
/**
|
|
265
|
+
* <p>The maximum number of response records to return in each call. If the number of
|
|
266
|
+
* remaining response records exceeds the specified <code>MaxRecords</code> value, a value
|
|
267
|
+
* is returned in a <code>marker</code> field of the response. You can retrieve the next
|
|
268
|
+
* set of records by retrying the command with the returned marker value. </p>
|
|
269
|
+
* <p>Default: <code>100</code>
|
|
270
|
+
* </p>
|
|
271
|
+
* <p>Constraints: minimum 20, maximum 100.</p>
|
|
272
|
+
*/
|
|
273
|
+
MaxRecords?: number;
|
|
274
|
+
/**
|
|
275
|
+
* <p>An optional parameter that specifies the starting point to return a set of response
|
|
276
|
+
* records. When the results of a <a>DescribeHsmClientCertificates</a> request
|
|
277
|
+
* exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the
|
|
278
|
+
* <code>Marker</code> field of the response. You can retrieve the next set of response
|
|
279
|
+
* records by providing the returned marker value in the <code>Marker</code> parameter and
|
|
280
|
+
* retrying the request. </p>
|
|
281
|
+
*/
|
|
282
|
+
Marker?: string;
|
|
283
|
+
/**
|
|
284
|
+
* <p>A tag key or keys for which you want to return all matching HSM client certificates
|
|
285
|
+
* that are associated with the specified key or keys. For example, suppose that you have
|
|
286
|
+
* HSM client certificates that are tagged with keys called <code>owner</code> and
|
|
287
|
+
* <code>environment</code>. If you specify both of these tag keys in the request,
|
|
288
|
+
* Amazon Redshift returns a response with the HSM client certificates that have either or both
|
|
289
|
+
* of these tag keys associated with them.</p>
|
|
290
|
+
*/
|
|
291
|
+
TagKeys?: string[];
|
|
292
|
+
/**
|
|
293
|
+
* <p>A tag value or values for which you want to return all matching HSM client
|
|
294
|
+
* certificates that are associated with the specified tag value or values. For example,
|
|
295
|
+
* suppose that you have HSM client certificates that are tagged with values called
|
|
296
|
+
* <code>admin</code> and <code>test</code>. If you specify both of these tag values in
|
|
297
|
+
* the request, Amazon Redshift returns a response with the HSM client certificates that have
|
|
298
|
+
* either or both of these tag values associated with them.</p>
|
|
299
|
+
*/
|
|
300
|
+
TagValues?: string[];
|
|
301
|
+
}
|
|
302
|
+
/**
|
|
303
|
+
* @public
|
|
304
|
+
* <p></p>
|
|
305
|
+
*/
|
|
306
|
+
export interface HsmClientCertificateMessage {
|
|
307
|
+
/**
|
|
308
|
+
* <p>A value that indicates the starting point for the next set of response records in a
|
|
309
|
+
* subsequent request. If a value is returned in a response, you can retrieve the next set
|
|
310
|
+
* of records by providing this returned marker value in the <code>Marker</code> parameter
|
|
311
|
+
* and retrying the command. If the <code>Marker</code> field is empty, all response
|
|
312
|
+
* records have been retrieved for the request. </p>
|
|
313
|
+
*/
|
|
314
|
+
Marker?: string;
|
|
315
|
+
/**
|
|
316
|
+
* <p>A list of the identifiers for one or more HSM client certificates used by Amazon Redshift
|
|
317
|
+
* clusters to store and retrieve database encryption keys in an HSM.</p>
|
|
318
|
+
*/
|
|
319
|
+
HsmClientCertificates?: HsmClientCertificate[];
|
|
320
|
+
}
|
|
4
321
|
/**
|
|
5
322
|
* @public
|
|
6
323
|
* <p></p>
|
|
@@ -1585,7 +1902,7 @@ export interface GetClusterCredentialsMessage {
|
|
|
1585
1902
|
* <p>The unique identifier of the cluster that contains the database for which you are
|
|
1586
1903
|
* requesting credentials. This parameter is case sensitive.</p>
|
|
1587
1904
|
*/
|
|
1588
|
-
ClusterIdentifier
|
|
1905
|
+
ClusterIdentifier?: string;
|
|
1589
1906
|
/**
|
|
1590
1907
|
* <p>The number of seconds until the returned temporary password expires.</p>
|
|
1591
1908
|
* <p>Constraint: minimum 900, maximum 3600.</p>
|
|
@@ -1624,6 +1941,10 @@ export interface GetClusterCredentialsMessage {
|
|
|
1624
1941
|
* </ul>
|
|
1625
1942
|
*/
|
|
1626
1943
|
DbGroups?: string[];
|
|
1944
|
+
/**
|
|
1945
|
+
* <p>The custom domain name for the cluster credentials.</p>
|
|
1946
|
+
*/
|
|
1947
|
+
CustomDomainName?: string;
|
|
1627
1948
|
}
|
|
1628
1949
|
/**
|
|
1629
1950
|
* @public
|
|
@@ -1639,12 +1960,16 @@ export interface GetClusterCredentialsWithIAMMessage {
|
|
|
1639
1960
|
* <p>The unique identifier of the cluster that contains the database for which you are
|
|
1640
1961
|
* requesting credentials. </p>
|
|
1641
1962
|
*/
|
|
1642
|
-
ClusterIdentifier
|
|
1963
|
+
ClusterIdentifier?: string;
|
|
1643
1964
|
/**
|
|
1644
1965
|
* <p>The number of seconds until the returned temporary password expires.</p>
|
|
1645
1966
|
* <p>Range: 900-3600. Default: 900.</p>
|
|
1646
1967
|
*/
|
|
1647
1968
|
DurationSeconds?: number;
|
|
1969
|
+
/**
|
|
1970
|
+
* <p>The custom domain name for the IAM message cluster credentials.</p>
|
|
1971
|
+
*/
|
|
1972
|
+
CustomDomainName?: string;
|
|
1648
1973
|
}
|
|
1649
1974
|
/**
|
|
1650
1975
|
* @public
|
|
@@ -1929,7 +2254,7 @@ export interface ModifyClusterMessage {
|
|
|
1929
2254
|
* <code>PendingModifiedValues</code> element of the operation response. </p>
|
|
1930
2255
|
* <note>
|
|
1931
2256
|
* <p>Operations never return the password, so this operation provides a way to
|
|
1932
|
-
* regain access to the admin user for a cluster if the password is
|
|
2257
|
+
* regain access to the admin user account for a cluster if the password is
|
|
1933
2258
|
* lost.</p>
|
|
1934
2259
|
* </note>
|
|
1935
2260
|
* <p>Default: Uses existing setting.</p>
|
|
@@ -2349,6 +2674,44 @@ export declare class SubnetAlreadyInUse extends __BaseException {
|
|
|
2349
2674
|
*/
|
|
2350
2675
|
constructor(opts: __ExceptionOptionType<SubnetAlreadyInUse, __BaseException>);
|
|
2351
2676
|
}
|
|
2677
|
+
/**
|
|
2678
|
+
* @public
|
|
2679
|
+
*/
|
|
2680
|
+
export interface ModifyCustomDomainAssociationMessage {
|
|
2681
|
+
/**
|
|
2682
|
+
* <p>The custom domain name for a changed custom domain association.</p>
|
|
2683
|
+
*/
|
|
2684
|
+
CustomDomainName?: string;
|
|
2685
|
+
/**
|
|
2686
|
+
* <p>The certificate Amazon Resource Name (ARN) for the changed custom domain association.</p>
|
|
2687
|
+
*/
|
|
2688
|
+
CustomDomainCertificateArn?: string;
|
|
2689
|
+
/**
|
|
2690
|
+
* <p>The identifier of the cluster to change a custom domain association for.</p>
|
|
2691
|
+
*/
|
|
2692
|
+
ClusterIdentifier: string | undefined;
|
|
2693
|
+
}
|
|
2694
|
+
/**
|
|
2695
|
+
* @public
|
|
2696
|
+
*/
|
|
2697
|
+
export interface ModifyCustomDomainAssociationResult {
|
|
2698
|
+
/**
|
|
2699
|
+
* <p>The custom domain name associated with the result for the changed custom domain association.</p>
|
|
2700
|
+
*/
|
|
2701
|
+
CustomDomainName?: string;
|
|
2702
|
+
/**
|
|
2703
|
+
* <p>The certificate Amazon Resource Name (ARN) associated with the result for the changed custom domain association.</p>
|
|
2704
|
+
*/
|
|
2705
|
+
CustomDomainCertificateArn?: string;
|
|
2706
|
+
/**
|
|
2707
|
+
* <p>The identifier of the cluster associated with the result for the changed custom domain association.</p>
|
|
2708
|
+
*/
|
|
2709
|
+
ClusterIdentifier?: string;
|
|
2710
|
+
/**
|
|
2711
|
+
* <p>The certificate expiration time associated with the result for the changed custom domain association.</p>
|
|
2712
|
+
*/
|
|
2713
|
+
CustomDomainCertExpiryTime?: string;
|
|
2714
|
+
}
|
|
2352
2715
|
/**
|
|
2353
2716
|
* @public
|
|
2354
2717
|
*/
|
|
@@ -2718,7 +3081,7 @@ export interface RestoreFromClusterSnapshotMessage {
|
|
|
2718
3081
|
SnapshotArn?: string;
|
|
2719
3082
|
/**
|
|
2720
3083
|
* <p>The name of the cluster the source snapshot was created from. This parameter is
|
|
2721
|
-
* required if your IAM user
|
|
3084
|
+
* required if your IAM user has a policy containing a snapshot resource element that
|
|
2722
3085
|
* specifies anything other than * for the cluster name.</p>
|
|
2723
3086
|
*/
|
|
2724
3087
|
SnapshotClusterIdentifier?: string;
|
|
@@ -3075,7 +3438,7 @@ export interface RevokeSnapshotAccessMessage {
|
|
|
3075
3438
|
SnapshotArn?: string;
|
|
3076
3439
|
/**
|
|
3077
3440
|
* <p>The identifier of the cluster the snapshot was created from. This parameter is
|
|
3078
|
-
* required if your IAM user
|
|
3441
|
+
* required if your IAM user has a policy containing a snapshot resource element that
|
|
3079
3442
|
* specifies anything other than * for the cluster name.</p>
|
|
3080
3443
|
*/
|
|
3081
3444
|
SnapshotClusterIdentifier?: string;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { DescribeCustomDomainAssociationsCommandInput, DescribeCustomDomainAssociationsCommandOutput } from "../commands/DescribeCustomDomainAssociationsCommand";
|
|
3
|
+
import { RedshiftPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateDescribeCustomDomainAssociations(config: RedshiftPaginationConfiguration, input: DescribeCustomDomainAssociationsCommandInput, ...additionalArguments: any): Paginator<DescribeCustomDomainAssociationsCommandOutput>;
|
|
@@ -7,8 +7,9 @@ export * from "./DescribeClusterSubnetGroupsPaginator";
|
|
|
7
7
|
export * from "./DescribeClusterTracksPaginator";
|
|
8
8
|
export * from "./DescribeClusterVersionsPaginator";
|
|
9
9
|
export * from "./DescribeClustersPaginator";
|
|
10
|
-
export * from "./
|
|
10
|
+
export * from "./DescribeCustomDomainAssociationsPaginator";
|
|
11
11
|
export * from "./Interfaces";
|
|
12
|
+
export * from "./DescribeDataSharesForConsumerPaginator";
|
|
12
13
|
export * from "./DescribeDataSharesForProducerPaginator";
|
|
13
14
|
export * from "./DescribeDataSharesPaginator";
|
|
14
15
|
export * from "./DescribeDefaultClusterParametersPaginator";
|
|
@@ -17,6 +17,7 @@ import { CreateClusterParameterGroupCommandInput, CreateClusterParameterGroupCom
|
|
|
17
17
|
import { CreateClusterSecurityGroupCommandInput, CreateClusterSecurityGroupCommandOutput } from "../commands/CreateClusterSecurityGroupCommand";
|
|
18
18
|
import { CreateClusterSnapshotCommandInput, CreateClusterSnapshotCommandOutput } from "../commands/CreateClusterSnapshotCommand";
|
|
19
19
|
import { CreateClusterSubnetGroupCommandInput, CreateClusterSubnetGroupCommandOutput } from "../commands/CreateClusterSubnetGroupCommand";
|
|
20
|
+
import { CreateCustomDomainAssociationCommandInput, CreateCustomDomainAssociationCommandOutput } from "../commands/CreateCustomDomainAssociationCommand";
|
|
20
21
|
import { CreateEndpointAccessCommandInput, CreateEndpointAccessCommandOutput } from "../commands/CreateEndpointAccessCommand";
|
|
21
22
|
import { CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput } from "../commands/CreateEventSubscriptionCommand";
|
|
22
23
|
import { CreateHsmClientCertificateCommandInput, CreateHsmClientCertificateCommandOutput } from "../commands/CreateHsmClientCertificateCommand";
|
|
@@ -33,6 +34,7 @@ import { DeleteClusterParameterGroupCommandInput, DeleteClusterParameterGroupCom
|
|
|
33
34
|
import { DeleteClusterSecurityGroupCommandInput, DeleteClusterSecurityGroupCommandOutput } from "../commands/DeleteClusterSecurityGroupCommand";
|
|
34
35
|
import { DeleteClusterSnapshotCommandInput, DeleteClusterSnapshotCommandOutput } from "../commands/DeleteClusterSnapshotCommand";
|
|
35
36
|
import { DeleteClusterSubnetGroupCommandInput, DeleteClusterSubnetGroupCommandOutput } from "../commands/DeleteClusterSubnetGroupCommand";
|
|
37
|
+
import { DeleteCustomDomainAssociationCommandInput, DeleteCustomDomainAssociationCommandOutput } from "../commands/DeleteCustomDomainAssociationCommand";
|
|
36
38
|
import { DeleteEndpointAccessCommandInput, DeleteEndpointAccessCommandOutput } from "../commands/DeleteEndpointAccessCommand";
|
|
37
39
|
import { DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput } from "../commands/DeleteEventSubscriptionCommand";
|
|
38
40
|
import { DeleteHsmClientCertificateCommandInput, DeleteHsmClientCertificateCommandOutput } from "../commands/DeleteHsmClientCertificateCommand";
|
|
@@ -54,6 +56,7 @@ import { DescribeClusterSnapshotsCommandInput, DescribeClusterSnapshotsCommandOu
|
|
|
54
56
|
import { DescribeClusterSubnetGroupsCommandInput, DescribeClusterSubnetGroupsCommandOutput } from "../commands/DescribeClusterSubnetGroupsCommand";
|
|
55
57
|
import { DescribeClusterTracksCommandInput, DescribeClusterTracksCommandOutput } from "../commands/DescribeClusterTracksCommand";
|
|
56
58
|
import { DescribeClusterVersionsCommandInput, DescribeClusterVersionsCommandOutput } from "../commands/DescribeClusterVersionsCommand";
|
|
59
|
+
import { DescribeCustomDomainAssociationsCommandInput, DescribeCustomDomainAssociationsCommandOutput } from "../commands/DescribeCustomDomainAssociationsCommand";
|
|
57
60
|
import { DescribeDataSharesCommandInput, DescribeDataSharesCommandOutput } from "../commands/DescribeDataSharesCommand";
|
|
58
61
|
import { DescribeDataSharesForConsumerCommandInput, DescribeDataSharesForConsumerCommandOutput } from "../commands/DescribeDataSharesForConsumerCommand";
|
|
59
62
|
import { DescribeDataSharesForProducerCommandInput, DescribeDataSharesForProducerCommandOutput } from "../commands/DescribeDataSharesForProducerCommand";
|
|
@@ -99,6 +102,7 @@ import { ModifyClusterParameterGroupCommandInput, ModifyClusterParameterGroupCom
|
|
|
99
102
|
import { ModifyClusterSnapshotCommandInput, ModifyClusterSnapshotCommandOutput } from "../commands/ModifyClusterSnapshotCommand";
|
|
100
103
|
import { ModifyClusterSnapshotScheduleCommandInput, ModifyClusterSnapshotScheduleCommandOutput } from "../commands/ModifyClusterSnapshotScheduleCommand";
|
|
101
104
|
import { ModifyClusterSubnetGroupCommandInput, ModifyClusterSubnetGroupCommandOutput } from "../commands/ModifyClusterSubnetGroupCommand";
|
|
105
|
+
import { ModifyCustomDomainAssociationCommandInput, ModifyCustomDomainAssociationCommandOutput } from "../commands/ModifyCustomDomainAssociationCommand";
|
|
102
106
|
import { ModifyEndpointAccessCommandInput, ModifyEndpointAccessCommandOutput } from "../commands/ModifyEndpointAccessCommand";
|
|
103
107
|
import { ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput } from "../commands/ModifyEventSubscriptionCommand";
|
|
104
108
|
import { ModifyScheduledActionCommandInput, ModifyScheduledActionCommandOutput } from "../commands/ModifyScheduledActionCommand";
|
|
@@ -187,6 +191,10 @@ export declare const se_CreateClusterSnapshotCommand: (input: CreateClusterSnaps
|
|
|
187
191
|
* serializeAws_queryCreateClusterSubnetGroupCommand
|
|
188
192
|
*/
|
|
189
193
|
export declare const se_CreateClusterSubnetGroupCommand: (input: CreateClusterSubnetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
194
|
+
/**
|
|
195
|
+
* serializeAws_queryCreateCustomDomainAssociationCommand
|
|
196
|
+
*/
|
|
197
|
+
export declare const se_CreateCustomDomainAssociationCommand: (input: CreateCustomDomainAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
190
198
|
/**
|
|
191
199
|
* serializeAws_queryCreateEndpointAccessCommand
|
|
192
200
|
*/
|
|
@@ -251,6 +259,10 @@ export declare const se_DeleteClusterSnapshotCommand: (input: DeleteClusterSnaps
|
|
|
251
259
|
* serializeAws_queryDeleteClusterSubnetGroupCommand
|
|
252
260
|
*/
|
|
253
261
|
export declare const se_DeleteClusterSubnetGroupCommand: (input: DeleteClusterSubnetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
262
|
+
/**
|
|
263
|
+
* serializeAws_queryDeleteCustomDomainAssociationCommand
|
|
264
|
+
*/
|
|
265
|
+
export declare const se_DeleteCustomDomainAssociationCommand: (input: DeleteCustomDomainAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
254
266
|
/**
|
|
255
267
|
* serializeAws_queryDeleteEndpointAccessCommand
|
|
256
268
|
*/
|
|
@@ -335,6 +347,10 @@ export declare const se_DescribeClusterTracksCommand: (input: DescribeClusterTra
|
|
|
335
347
|
* serializeAws_queryDescribeClusterVersionsCommand
|
|
336
348
|
*/
|
|
337
349
|
export declare const se_DescribeClusterVersionsCommand: (input: DescribeClusterVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
350
|
+
/**
|
|
351
|
+
* serializeAws_queryDescribeCustomDomainAssociationsCommand
|
|
352
|
+
*/
|
|
353
|
+
export declare const se_DescribeCustomDomainAssociationsCommand: (input: DescribeCustomDomainAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
338
354
|
/**
|
|
339
355
|
* serializeAws_queryDescribeDataSharesCommand
|
|
340
356
|
*/
|
|
@@ -515,6 +531,10 @@ export declare const se_ModifyClusterSnapshotScheduleCommand: (input: ModifyClus
|
|
|
515
531
|
* serializeAws_queryModifyClusterSubnetGroupCommand
|
|
516
532
|
*/
|
|
517
533
|
export declare const se_ModifyClusterSubnetGroupCommand: (input: ModifyClusterSubnetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
534
|
+
/**
|
|
535
|
+
* serializeAws_queryModifyCustomDomainAssociationCommand
|
|
536
|
+
*/
|
|
537
|
+
export declare const se_ModifyCustomDomainAssociationCommand: (input: ModifyCustomDomainAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
518
538
|
/**
|
|
519
539
|
* serializeAws_queryModifyEndpointAccessCommand
|
|
520
540
|
*/
|
|
@@ -663,6 +683,10 @@ export declare const de_CreateClusterSnapshotCommand: (output: __HttpResponse, c
|
|
|
663
683
|
* deserializeAws_queryCreateClusterSubnetGroupCommand
|
|
664
684
|
*/
|
|
665
685
|
export declare const de_CreateClusterSubnetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClusterSubnetGroupCommandOutput>;
|
|
686
|
+
/**
|
|
687
|
+
* deserializeAws_queryCreateCustomDomainAssociationCommand
|
|
688
|
+
*/
|
|
689
|
+
export declare const de_CreateCustomDomainAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomDomainAssociationCommandOutput>;
|
|
666
690
|
/**
|
|
667
691
|
* deserializeAws_queryCreateEndpointAccessCommand
|
|
668
692
|
*/
|
|
@@ -727,6 +751,10 @@ export declare const de_DeleteClusterSnapshotCommand: (output: __HttpResponse, c
|
|
|
727
751
|
* deserializeAws_queryDeleteClusterSubnetGroupCommand
|
|
728
752
|
*/
|
|
729
753
|
export declare const de_DeleteClusterSubnetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClusterSubnetGroupCommandOutput>;
|
|
754
|
+
/**
|
|
755
|
+
* deserializeAws_queryDeleteCustomDomainAssociationCommand
|
|
756
|
+
*/
|
|
757
|
+
export declare const de_DeleteCustomDomainAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomDomainAssociationCommandOutput>;
|
|
730
758
|
/**
|
|
731
759
|
* deserializeAws_queryDeleteEndpointAccessCommand
|
|
732
760
|
*/
|
|
@@ -811,6 +839,10 @@ export declare const de_DescribeClusterTracksCommand: (output: __HttpResponse, c
|
|
|
811
839
|
* deserializeAws_queryDescribeClusterVersionsCommand
|
|
812
840
|
*/
|
|
813
841
|
export declare const de_DescribeClusterVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterVersionsCommandOutput>;
|
|
842
|
+
/**
|
|
843
|
+
* deserializeAws_queryDescribeCustomDomainAssociationsCommand
|
|
844
|
+
*/
|
|
845
|
+
export declare const de_DescribeCustomDomainAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomDomainAssociationsCommandOutput>;
|
|
814
846
|
/**
|
|
815
847
|
* deserializeAws_queryDescribeDataSharesCommand
|
|
816
848
|
*/
|
|
@@ -991,6 +1023,10 @@ export declare const de_ModifyClusterSnapshotScheduleCommand: (output: __HttpRes
|
|
|
991
1023
|
* deserializeAws_queryModifyClusterSubnetGroupCommand
|
|
992
1024
|
*/
|
|
993
1025
|
export declare const de_ModifyClusterSubnetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyClusterSubnetGroupCommandOutput>;
|
|
1026
|
+
/**
|
|
1027
|
+
* deserializeAws_queryModifyCustomDomainAssociationCommand
|
|
1028
|
+
*/
|
|
1029
|
+
export declare const de_ModifyCustomDomainAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyCustomDomainAssociationCommandOutput>;
|
|
994
1030
|
/**
|
|
995
1031
|
* deserializeAws_queryModifyEndpointAccessCommand
|
|
996
1032
|
*/
|