@aws-sdk/client-dax 3.529.1 → 3.535.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/DAX.d.ts +6 -1
- package/dist-types/DAXClient.d.ts +1 -1
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
- package/dist-types/commands/CreateParameterGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateSubnetGroupCommand.d.ts +2 -1
- package/dist-types/commands/DecreaseReplicationFactorCommand.d.ts +2 -1
- package/dist-types/commands/DeleteClusterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteParameterGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSubnetGroupCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClustersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDefaultParametersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEventsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeParameterGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeParametersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSubnetGroupsCommand.d.ts +2 -1
- package/dist-types/commands/IncreaseReplicationFactorCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsCommand.d.ts +2 -1
- package/dist-types/commands/RebootNodeCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +2 -1
- package/dist-types/commands/UpdateParameterGroupCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSubnetGroupCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +206 -206
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/DAX.d.ts +5 -0
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateParameterGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSubnetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DecreaseReplicationFactorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteParameterGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSubnetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDefaultParametersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeParameterGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSubnetGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/IncreaseReplicationFactorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RebootNodeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateParameterGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSubnetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { DAXServiceException as __BaseException } from "./DAXServiceException";
|
|
3
3
|
/**
|
|
4
|
-
* @public
|
|
5
4
|
* <p>You already have a DAX cluster with the given identifier.</p>
|
|
5
|
+
* @public
|
|
6
6
|
*/
|
|
7
7
|
export declare class ClusterAlreadyExistsFault extends __BaseException {
|
|
8
8
|
readonly name: "ClusterAlreadyExistsFault";
|
|
@@ -13,9 +13,9 @@ export declare class ClusterAlreadyExistsFault extends __BaseException {
|
|
|
13
13
|
constructor(opts: __ExceptionOptionType<ClusterAlreadyExistsFault, __BaseException>);
|
|
14
14
|
}
|
|
15
15
|
/**
|
|
16
|
-
* @public
|
|
17
16
|
* <p>You have attempted to exceed the maximum number of DAX clusters for your AWS
|
|
18
17
|
* account.</p>
|
|
18
|
+
* @public
|
|
19
19
|
*/
|
|
20
20
|
export declare class ClusterQuotaForCustomerExceededFault extends __BaseException {
|
|
21
21
|
readonly name: "ClusterQuotaForCustomerExceededFault";
|
|
@@ -38,36 +38,36 @@ export declare const ClusterEndpointEncryptionType: {
|
|
|
38
38
|
*/
|
|
39
39
|
export type ClusterEndpointEncryptionType = (typeof ClusterEndpointEncryptionType)[keyof typeof ClusterEndpointEncryptionType];
|
|
40
40
|
/**
|
|
41
|
-
* @public
|
|
42
41
|
* <p>Represents the settings used to enable server-side encryption.</p>
|
|
42
|
+
* @public
|
|
43
43
|
*/
|
|
44
44
|
export interface SSESpecification {
|
|
45
45
|
/**
|
|
46
|
-
* @public
|
|
47
46
|
* <p>Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.</p>
|
|
47
|
+
* @public
|
|
48
48
|
*/
|
|
49
49
|
Enabled: boolean | undefined;
|
|
50
50
|
}
|
|
51
51
|
/**
|
|
52
|
-
* @public
|
|
53
52
|
* <p>A description of a tag. Every tag is a key-value pair. You can add up to 50 tags to a single
|
|
54
53
|
* DAX cluster.</p>
|
|
55
54
|
* <p>AWS-assigned tag names and values are automatically assigned the <code>aws:</code>
|
|
56
55
|
* prefix, which the user cannot assign. AWS-assigned tag names do not count towards the
|
|
57
56
|
* tag limit of 50. User-assigned tag names have the prefix <code>user:</code>.</p>
|
|
58
57
|
* <p>You cannot backdate the application of a tag.</p>
|
|
58
|
+
* @public
|
|
59
59
|
*/
|
|
60
60
|
export interface Tag {
|
|
61
61
|
/**
|
|
62
|
-
* @public
|
|
63
62
|
* <p>The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have
|
|
64
63
|
* one tag with the same key. If you try to add an existing tag (same key), the
|
|
65
64
|
* existing tag value will be updated to the new value.</p>
|
|
65
|
+
* @public
|
|
66
66
|
*/
|
|
67
67
|
Key?: string;
|
|
68
68
|
/**
|
|
69
|
-
* @public
|
|
70
69
|
* <p>The value of the tag. Tag values are case-sensitive and can be null. </p>
|
|
70
|
+
* @public
|
|
71
71
|
*/
|
|
72
72
|
Value?: string;
|
|
73
73
|
}
|
|
@@ -76,7 +76,6 @@ export interface Tag {
|
|
|
76
76
|
*/
|
|
77
77
|
export interface CreateClusterRequest {
|
|
78
78
|
/**
|
|
79
|
-
* @public
|
|
80
79
|
* <p>The cluster identifier. This parameter is stored as a lowercase
|
|
81
80
|
* string.</p>
|
|
82
81
|
* <p>
|
|
@@ -95,20 +94,20 @@ export interface CreateClusterRequest {
|
|
|
95
94
|
* hyphens.</p>
|
|
96
95
|
* </li>
|
|
97
96
|
* </ul>
|
|
97
|
+
* @public
|
|
98
98
|
*/
|
|
99
99
|
ClusterName: string | undefined;
|
|
100
100
|
/**
|
|
101
|
-
* @public
|
|
102
101
|
* <p>The compute and memory capacity of the nodes in the cluster.</p>
|
|
102
|
+
* @public
|
|
103
103
|
*/
|
|
104
104
|
NodeType: string | undefined;
|
|
105
105
|
/**
|
|
106
|
-
* @public
|
|
107
106
|
* <p>A description of the cluster.</p>
|
|
107
|
+
* @public
|
|
108
108
|
*/
|
|
109
109
|
Description?: string;
|
|
110
110
|
/**
|
|
111
|
-
* @public
|
|
112
111
|
* <p>The number of nodes in the DAX cluster. A replication factor of 1 will
|
|
113
112
|
* create a single-node cluster, without any read replicas. For additional fault tolerance,
|
|
114
113
|
* you can create a multiple node cluster with one or more read replicas. To do this, set
|
|
@@ -117,34 +116,34 @@ export interface CreateClusterRequest {
|
|
|
117
116
|
* <note>
|
|
118
117
|
* <p>AWS recommends that you have at least two read replicas per cluster.</p>
|
|
119
118
|
* </note>
|
|
119
|
+
* @public
|
|
120
120
|
*/
|
|
121
121
|
ReplicationFactor: number | undefined;
|
|
122
122
|
/**
|
|
123
|
-
* @public
|
|
124
123
|
* <p>The Availability Zones (AZs) in which the cluster nodes will reside after the cluster
|
|
125
124
|
* has been created or updated. If provided, the length of this list must equal the <code>ReplicationFactor</code> parameter.
|
|
126
125
|
* If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.</p>
|
|
126
|
+
* @public
|
|
127
127
|
*/
|
|
128
128
|
AvailabilityZones?: string[];
|
|
129
129
|
/**
|
|
130
|
-
* @public
|
|
131
130
|
* <p>The name of the subnet group to be used for the replication group.</p>
|
|
132
131
|
* <important>
|
|
133
132
|
* <p>DAX clusters can only run in an Amazon VPC environment. All of the subnets
|
|
134
133
|
* that you specify in a subnet group must exist in the same VPC.</p>
|
|
135
134
|
* </important>
|
|
135
|
+
* @public
|
|
136
136
|
*/
|
|
137
137
|
SubnetGroupName?: string;
|
|
138
138
|
/**
|
|
139
|
-
* @public
|
|
140
139
|
* <p>A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the
|
|
141
140
|
* security group ID is system-generated.)</p>
|
|
142
141
|
* <p>If this parameter is not specified, DAX assigns the default VPC security group to
|
|
143
142
|
* each node.</p>
|
|
143
|
+
* @public
|
|
144
144
|
*/
|
|
145
145
|
SecurityGroupIds?: string[];
|
|
146
146
|
/**
|
|
147
|
-
* @public
|
|
148
147
|
* <p>Specifies the weekly time range during which maintenance on the DAX cluster is
|
|
149
148
|
* performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock
|
|
150
149
|
* UTC). The minimum maintenance window is a 60 minute period. Valid values for
|
|
@@ -193,41 +192,41 @@ export interface CreateClusterRequest {
|
|
|
193
192
|
* cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day
|
|
194
193
|
* of the week.</p>
|
|
195
194
|
* </note>
|
|
195
|
+
* @public
|
|
196
196
|
*/
|
|
197
197
|
PreferredMaintenanceWindow?: string;
|
|
198
198
|
/**
|
|
199
|
-
* @public
|
|
200
199
|
* <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will
|
|
201
200
|
* be sent.</p>
|
|
202
201
|
* <note>
|
|
203
202
|
* <p>The Amazon SNS topic owner must be same as the DAX cluster owner.</p>
|
|
204
203
|
* </note>
|
|
204
|
+
* @public
|
|
205
205
|
*/
|
|
206
206
|
NotificationTopicArn?: string;
|
|
207
207
|
/**
|
|
208
|
-
* @public
|
|
209
208
|
* <p>A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX
|
|
210
209
|
* will assume this role and use the role's permissions to access DynamoDB on your
|
|
211
210
|
* behalf.</p>
|
|
211
|
+
* @public
|
|
212
212
|
*/
|
|
213
213
|
IamRoleArn: string | undefined;
|
|
214
214
|
/**
|
|
215
|
-
* @public
|
|
216
215
|
* <p>The parameter group to be associated with the DAX cluster.</p>
|
|
216
|
+
* @public
|
|
217
217
|
*/
|
|
218
218
|
ParameterGroupName?: string;
|
|
219
219
|
/**
|
|
220
|
-
* @public
|
|
221
220
|
* <p>A set of tags to associate with the DAX cluster. </p>
|
|
221
|
+
* @public
|
|
222
222
|
*/
|
|
223
223
|
Tags?: Tag[];
|
|
224
224
|
/**
|
|
225
|
-
* @public
|
|
226
225
|
* <p>Represents the settings used to enable server-side encryption on the cluster.</p>
|
|
226
|
+
* @public
|
|
227
227
|
*/
|
|
228
228
|
SSESpecification?: SSESpecification;
|
|
229
229
|
/**
|
|
230
|
-
* @public
|
|
231
230
|
* <p>The type of encryption the cluster's endpoint should support. Values are:</p>
|
|
232
231
|
* <ul>
|
|
233
232
|
* <li>
|
|
@@ -239,126 +238,127 @@ export interface CreateClusterRequest {
|
|
|
239
238
|
* <code>TLS</code> for Transport Layer Security</p>
|
|
240
239
|
* </li>
|
|
241
240
|
* </ul>
|
|
241
|
+
* @public
|
|
242
242
|
*/
|
|
243
243
|
ClusterEndpointEncryptionType?: ClusterEndpointEncryptionType;
|
|
244
244
|
}
|
|
245
245
|
/**
|
|
246
|
-
* @public
|
|
247
246
|
* <p>Represents the information required for client programs to connect to the
|
|
248
247
|
* endpoint for a DAX cluster.</p>
|
|
248
|
+
* @public
|
|
249
249
|
*/
|
|
250
250
|
export interface Endpoint {
|
|
251
251
|
/**
|
|
252
|
-
* @public
|
|
253
252
|
* <p>The DNS hostname of the endpoint.</p>
|
|
253
|
+
* @public
|
|
254
254
|
*/
|
|
255
255
|
Address?: string;
|
|
256
256
|
/**
|
|
257
|
-
* @public
|
|
258
257
|
* <p>The port number that applications should use to connect to the endpoint.</p>
|
|
258
|
+
* @public
|
|
259
259
|
*/
|
|
260
260
|
Port?: number;
|
|
261
261
|
/**
|
|
262
|
-
* @public
|
|
263
262
|
* <p>The URL that applications should use to connect to the endpoint. The default
|
|
264
263
|
* ports are 8111 for the "dax" protocol and 9111 for the "daxs" protocol.</p>
|
|
264
|
+
* @public
|
|
265
265
|
*/
|
|
266
266
|
URL?: string;
|
|
267
267
|
}
|
|
268
268
|
/**
|
|
269
|
-
* @public
|
|
270
269
|
* <p>Represents an individual node within a DAX cluster.</p>
|
|
270
|
+
* @public
|
|
271
271
|
*/
|
|
272
272
|
export interface Node {
|
|
273
273
|
/**
|
|
274
|
-
* @public
|
|
275
274
|
* <p>A system-generated identifier for the node.</p>
|
|
275
|
+
* @public
|
|
276
276
|
*/
|
|
277
277
|
NodeId?: string;
|
|
278
278
|
/**
|
|
279
|
-
* @public
|
|
280
279
|
* <p>The endpoint for the node, consisting of a DNS name and a port number. Client
|
|
281
280
|
* applications can connect directly to a node endpoint, if desired (as an alternative to
|
|
282
281
|
* allowing DAX client software to intelligently route requests and responses to nodes in
|
|
283
282
|
* the DAX cluster.</p>
|
|
283
|
+
* @public
|
|
284
284
|
*/
|
|
285
285
|
Endpoint?: Endpoint;
|
|
286
286
|
/**
|
|
287
|
-
* @public
|
|
288
287
|
* <p>The date and time (in UNIX epoch format) when the node was launched.</p>
|
|
288
|
+
* @public
|
|
289
289
|
*/
|
|
290
290
|
NodeCreateTime?: Date;
|
|
291
291
|
/**
|
|
292
|
-
* @public
|
|
293
292
|
* <p>The Availability Zone (AZ) in which the node has been deployed.</p>
|
|
293
|
+
* @public
|
|
294
294
|
*/
|
|
295
295
|
AvailabilityZone?: string;
|
|
296
296
|
/**
|
|
297
|
-
* @public
|
|
298
297
|
* <p>The current status of the node. For example: <code>available</code>.</p>
|
|
298
|
+
* @public
|
|
299
299
|
*/
|
|
300
300
|
NodeStatus?: string;
|
|
301
301
|
/**
|
|
302
|
-
* @public
|
|
303
302
|
* <p>The status of the parameter group associated with this node. For example,
|
|
304
303
|
* <code>in-sync</code>.</p>
|
|
304
|
+
* @public
|
|
305
305
|
*/
|
|
306
306
|
ParameterGroupStatus?: string;
|
|
307
307
|
}
|
|
308
308
|
/**
|
|
309
|
-
* @public
|
|
310
309
|
* <p>Describes a notification topic and its status. Notification topics are used for
|
|
311
310
|
* publishing DAX events to subscribers using Amazon Simple Notification Service
|
|
312
311
|
* (SNS).</p>
|
|
312
|
+
* @public
|
|
313
313
|
*/
|
|
314
314
|
export interface NotificationConfiguration {
|
|
315
315
|
/**
|
|
316
|
-
* @public
|
|
317
316
|
* <p>The Amazon Resource Name (ARN) that identifies the topic. </p>
|
|
317
|
+
* @public
|
|
318
318
|
*/
|
|
319
319
|
TopicArn?: string;
|
|
320
320
|
/**
|
|
321
|
-
* @public
|
|
322
321
|
* <p>The current state of the topic. A value of “active” means that notifications will
|
|
323
322
|
* be sent to the topic. A value of “inactive” means that notifications will not be sent to the
|
|
324
323
|
* topic.</p>
|
|
324
|
+
* @public
|
|
325
325
|
*/
|
|
326
326
|
TopicStatus?: string;
|
|
327
327
|
}
|
|
328
328
|
/**
|
|
329
|
-
* @public
|
|
330
329
|
* <p>The status of a parameter group.</p>
|
|
330
|
+
* @public
|
|
331
331
|
*/
|
|
332
332
|
export interface ParameterGroupStatus {
|
|
333
333
|
/**
|
|
334
|
-
* @public
|
|
335
334
|
* <p>The name of the parameter group.</p>
|
|
335
|
+
* @public
|
|
336
336
|
*/
|
|
337
337
|
ParameterGroupName?: string;
|
|
338
338
|
/**
|
|
339
|
-
* @public
|
|
340
339
|
* <p>The status of parameter updates. </p>
|
|
340
|
+
* @public
|
|
341
341
|
*/
|
|
342
342
|
ParameterApplyStatus?: string;
|
|
343
343
|
/**
|
|
344
|
-
* @public
|
|
345
344
|
* <p>The node IDs of one or more nodes to be rebooted.</p>
|
|
345
|
+
* @public
|
|
346
346
|
*/
|
|
347
347
|
NodeIdsToReboot?: string[];
|
|
348
348
|
}
|
|
349
349
|
/**
|
|
350
|
-
* @public
|
|
351
350
|
* <p>An individual VPC security group and its status.</p>
|
|
351
|
+
* @public
|
|
352
352
|
*/
|
|
353
353
|
export interface SecurityGroupMembership {
|
|
354
354
|
/**
|
|
355
|
-
* @public
|
|
356
355
|
* <p>The unique ID for this security group.</p>
|
|
356
|
+
* @public
|
|
357
357
|
*/
|
|
358
358
|
SecurityGroupIdentifier?: string;
|
|
359
359
|
/**
|
|
360
|
-
* @public
|
|
361
360
|
* <p>The status of this security group.</p>
|
|
361
|
+
* @public
|
|
362
362
|
*/
|
|
363
363
|
Status?: string;
|
|
364
364
|
}
|
|
@@ -377,12 +377,11 @@ export declare const SSEStatus: {
|
|
|
377
377
|
*/
|
|
378
378
|
export type SSEStatus = (typeof SSEStatus)[keyof typeof SSEStatus];
|
|
379
379
|
/**
|
|
380
|
-
* @public
|
|
381
380
|
* <p>The description of the server-side encryption status on the specified DAX cluster.</p>
|
|
381
|
+
* @public
|
|
382
382
|
*/
|
|
383
383
|
export interface SSEDescription {
|
|
384
384
|
/**
|
|
385
|
-
* @public
|
|
386
385
|
* <p>The current state of server-side encryption:</p>
|
|
387
386
|
* <ul>
|
|
388
387
|
* <li>
|
|
@@ -402,112 +401,112 @@ export interface SSEDescription {
|
|
|
402
401
|
* <code>DISABLED</code> - Server-side encryption is disabled.</p>
|
|
403
402
|
* </li>
|
|
404
403
|
* </ul>
|
|
404
|
+
* @public
|
|
405
405
|
*/
|
|
406
406
|
Status?: SSEStatus;
|
|
407
407
|
}
|
|
408
408
|
/**
|
|
409
|
-
* @public
|
|
410
409
|
* <p>Contains all of the attributes of a specific DAX cluster.</p>
|
|
410
|
+
* @public
|
|
411
411
|
*/
|
|
412
412
|
export interface Cluster {
|
|
413
413
|
/**
|
|
414
|
-
* @public
|
|
415
414
|
* <p>The name of the DAX cluster.</p>
|
|
415
|
+
* @public
|
|
416
416
|
*/
|
|
417
417
|
ClusterName?: string;
|
|
418
418
|
/**
|
|
419
|
-
* @public
|
|
420
419
|
* <p>The description of the cluster.</p>
|
|
420
|
+
* @public
|
|
421
421
|
*/
|
|
422
422
|
Description?: string;
|
|
423
423
|
/**
|
|
424
|
-
* @public
|
|
425
424
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
|
426
425
|
* </p>
|
|
426
|
+
* @public
|
|
427
427
|
*/
|
|
428
428
|
ClusterArn?: string;
|
|
429
429
|
/**
|
|
430
|
-
* @public
|
|
431
430
|
* <p>The total number of nodes in the cluster.</p>
|
|
431
|
+
* @public
|
|
432
432
|
*/
|
|
433
433
|
TotalNodes?: number;
|
|
434
434
|
/**
|
|
435
|
-
* @public
|
|
436
435
|
* <p>The number of nodes in the cluster that are active (i.e., capable of serving
|
|
437
436
|
* requests).</p>
|
|
437
|
+
* @public
|
|
438
438
|
*/
|
|
439
439
|
ActiveNodes?: number;
|
|
440
440
|
/**
|
|
441
|
-
* @public
|
|
442
441
|
* <p>The node type for the nodes in the cluster. (All nodes in a DAX cluster are of
|
|
443
442
|
* the same type.)</p>
|
|
443
|
+
* @public
|
|
444
444
|
*/
|
|
445
445
|
NodeType?: string;
|
|
446
446
|
/**
|
|
447
|
-
* @public
|
|
448
447
|
* <p>The current status of the cluster.</p>
|
|
448
|
+
* @public
|
|
449
449
|
*/
|
|
450
450
|
Status?: string;
|
|
451
451
|
/**
|
|
452
|
-
* @public
|
|
453
452
|
* <p>The endpoint for this DAX cluster, consisting of a DNS name, a port number,
|
|
454
453
|
* and a URL. Applications should use the URL to configure the DAX client to find
|
|
455
454
|
* their cluster.</p>
|
|
455
|
+
* @public
|
|
456
456
|
*/
|
|
457
457
|
ClusterDiscoveryEndpoint?: Endpoint;
|
|
458
458
|
/**
|
|
459
|
-
* @public
|
|
460
459
|
* <p>A list of nodes to be removed from the cluster.</p>
|
|
460
|
+
* @public
|
|
461
461
|
*/
|
|
462
462
|
NodeIdsToRemove?: string[];
|
|
463
463
|
/**
|
|
464
|
-
* @public
|
|
465
464
|
* <p>A list of nodes that are currently in the cluster.</p>
|
|
465
|
+
* @public
|
|
466
466
|
*/
|
|
467
467
|
Nodes?: Node[];
|
|
468
468
|
/**
|
|
469
|
-
* @public
|
|
470
469
|
* <p>A range of time when maintenance of DAX cluster software will be performed. For
|
|
471
470
|
* example: <code>sun:01:00-sun:09:00</code>. Cluster maintenance normally takes less than
|
|
472
471
|
* 30 minutes, and is performed automatically within the maintenance window.</p>
|
|
472
|
+
* @public
|
|
473
473
|
*/
|
|
474
474
|
PreferredMaintenanceWindow?: string;
|
|
475
475
|
/**
|
|
476
|
-
* @public
|
|
477
476
|
* <p>Describes a notification topic and its status. Notification topics are used for
|
|
478
477
|
* publishing DAX events to subscribers using Amazon Simple Notification Service
|
|
479
478
|
* (SNS).</p>
|
|
479
|
+
* @public
|
|
480
480
|
*/
|
|
481
481
|
NotificationConfiguration?: NotificationConfiguration;
|
|
482
482
|
/**
|
|
483
|
-
* @public
|
|
484
483
|
* <p>The subnet group where the DAX cluster is running.</p>
|
|
484
|
+
* @public
|
|
485
485
|
*/
|
|
486
486
|
SubnetGroup?: string;
|
|
487
487
|
/**
|
|
488
|
-
* @public
|
|
489
488
|
* <p>A list of security groups, and the status of each, for the nodes in the cluster.</p>
|
|
489
|
+
* @public
|
|
490
490
|
*/
|
|
491
491
|
SecurityGroups?: SecurityGroupMembership[];
|
|
492
492
|
/**
|
|
493
|
-
* @public
|
|
494
493
|
* <p>A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX
|
|
495
494
|
* will assume this role and use the role's permissions to access DynamoDB on your
|
|
496
495
|
* behalf.</p>
|
|
496
|
+
* @public
|
|
497
497
|
*/
|
|
498
498
|
IamRoleArn?: string;
|
|
499
499
|
/**
|
|
500
|
-
* @public
|
|
501
500
|
* <p>The parameter group being used by nodes in the cluster.</p>
|
|
501
|
+
* @public
|
|
502
502
|
*/
|
|
503
503
|
ParameterGroup?: ParameterGroupStatus;
|
|
504
504
|
/**
|
|
505
|
-
* @public
|
|
506
505
|
* <p>The description of the server-side encryption status on the specified DAX cluster.</p>
|
|
506
|
+
* @public
|
|
507
507
|
*/
|
|
508
508
|
SSEDescription?: SSEDescription;
|
|
509
509
|
/**
|
|
510
|
-
* @public
|
|
511
510
|
* <p>The type of encryption supported by the cluster's endpoint. Values are:</p>
|
|
512
511
|
* <ul>
|
|
513
512
|
* <li>
|
|
@@ -517,6 +516,7 @@ export interface Cluster {
|
|
|
517
516
|
* <code>TLS</code> for Transport Layer Security</p>
|
|
518
517
|
* </li>
|
|
519
518
|
* </ul>
|
|
519
|
+
* @public
|
|
520
520
|
*/
|
|
521
521
|
ClusterEndpointEncryptionType?: ClusterEndpointEncryptionType;
|
|
522
522
|
}
|
|
@@ -525,15 +525,15 @@ export interface Cluster {
|
|
|
525
525
|
*/
|
|
526
526
|
export interface CreateClusterResponse {
|
|
527
527
|
/**
|
|
528
|
-
* @public
|
|
529
528
|
* <p>A description of the DAX cluster that you have created.</p>
|
|
529
|
+
* @public
|
|
530
530
|
*/
|
|
531
531
|
Cluster?: Cluster;
|
|
532
532
|
}
|
|
533
533
|
/**
|
|
534
|
-
* @public
|
|
535
534
|
* <p>There are not enough system resources to create the cluster you requested (or to
|
|
536
535
|
* resize an already-existing cluster). </p>
|
|
536
|
+
* @public
|
|
537
537
|
*/
|
|
538
538
|
export declare class InsufficientClusterCapacityFault extends __BaseException {
|
|
539
539
|
readonly name: "InsufficientClusterCapacityFault";
|
|
@@ -544,9 +544,9 @@ export declare class InsufficientClusterCapacityFault extends __BaseException {
|
|
|
544
544
|
constructor(opts: __ExceptionOptionType<InsufficientClusterCapacityFault, __BaseException>);
|
|
545
545
|
}
|
|
546
546
|
/**
|
|
547
|
-
* @public
|
|
548
547
|
* <p>The requested DAX cluster is not in the <i>available</i>
|
|
549
548
|
* state.</p>
|
|
549
|
+
* @public
|
|
550
550
|
*/
|
|
551
551
|
export declare class InvalidClusterStateFault extends __BaseException {
|
|
552
552
|
readonly name: "InvalidClusterStateFault";
|
|
@@ -557,8 +557,8 @@ export declare class InvalidClusterStateFault extends __BaseException {
|
|
|
557
557
|
constructor(opts: __ExceptionOptionType<InvalidClusterStateFault, __BaseException>);
|
|
558
558
|
}
|
|
559
559
|
/**
|
|
560
|
-
* @public
|
|
561
560
|
* <p>Two or more incompatible parameters were specified.</p>
|
|
561
|
+
* @public
|
|
562
562
|
*/
|
|
563
563
|
export declare class InvalidParameterCombinationException extends __BaseException {
|
|
564
564
|
readonly name: "InvalidParameterCombinationException";
|
|
@@ -569,8 +569,8 @@ export declare class InvalidParameterCombinationException extends __BaseExceptio
|
|
|
569
569
|
constructor(opts: __ExceptionOptionType<InvalidParameterCombinationException, __BaseException>);
|
|
570
570
|
}
|
|
571
571
|
/**
|
|
572
|
-
* @public
|
|
573
572
|
* <p>One or more parameters in a parameter group are in an invalid state.</p>
|
|
573
|
+
* @public
|
|
574
574
|
*/
|
|
575
575
|
export declare class InvalidParameterGroupStateFault extends __BaseException {
|
|
576
576
|
readonly name: "InvalidParameterGroupStateFault";
|
|
@@ -581,8 +581,8 @@ export declare class InvalidParameterGroupStateFault extends __BaseException {
|
|
|
581
581
|
constructor(opts: __ExceptionOptionType<InvalidParameterGroupStateFault, __BaseException>);
|
|
582
582
|
}
|
|
583
583
|
/**
|
|
584
|
-
* @public
|
|
585
584
|
* <p>The value for a parameter is invalid.</p>
|
|
585
|
+
* @public
|
|
586
586
|
*/
|
|
587
587
|
export declare class InvalidParameterValueException extends __BaseException {
|
|
588
588
|
readonly name: "InvalidParameterValueException";
|
|
@@ -593,8 +593,8 @@ export declare class InvalidParameterValueException extends __BaseException {
|
|
|
593
593
|
constructor(opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>);
|
|
594
594
|
}
|
|
595
595
|
/**
|
|
596
|
-
* @public
|
|
597
596
|
* <p>The VPC network is in an invalid state.</p>
|
|
597
|
+
* @public
|
|
598
598
|
*/
|
|
599
599
|
export declare class InvalidVPCNetworkStateFault extends __BaseException {
|
|
600
600
|
readonly name: "InvalidVPCNetworkStateFault";
|
|
@@ -605,9 +605,9 @@ export declare class InvalidVPCNetworkStateFault extends __BaseException {
|
|
|
605
605
|
constructor(opts: __ExceptionOptionType<InvalidVPCNetworkStateFault, __BaseException>);
|
|
606
606
|
}
|
|
607
607
|
/**
|
|
608
|
-
* @public
|
|
609
608
|
* <p>You have attempted to exceed the maximum number of nodes for a DAX
|
|
610
609
|
* cluster.</p>
|
|
610
|
+
* @public
|
|
611
611
|
*/
|
|
612
612
|
export declare class NodeQuotaForClusterExceededFault extends __BaseException {
|
|
613
613
|
readonly name: "NodeQuotaForClusterExceededFault";
|
|
@@ -618,9 +618,9 @@ export declare class NodeQuotaForClusterExceededFault extends __BaseException {
|
|
|
618
618
|
constructor(opts: __ExceptionOptionType<NodeQuotaForClusterExceededFault, __BaseException>);
|
|
619
619
|
}
|
|
620
620
|
/**
|
|
621
|
-
* @public
|
|
622
621
|
* <p>You have attempted to exceed the maximum number of nodes for your AWS
|
|
623
622
|
* account.</p>
|
|
623
|
+
* @public
|
|
624
624
|
*/
|
|
625
625
|
export declare class NodeQuotaForCustomerExceededFault extends __BaseException {
|
|
626
626
|
readonly name: "NodeQuotaForCustomerExceededFault";
|
|
@@ -631,8 +631,8 @@ export declare class NodeQuotaForCustomerExceededFault extends __BaseException {
|
|
|
631
631
|
constructor(opts: __ExceptionOptionType<NodeQuotaForCustomerExceededFault, __BaseException>);
|
|
632
632
|
}
|
|
633
633
|
/**
|
|
634
|
-
* @public
|
|
635
634
|
* <p>The specified parameter group does not exist.</p>
|
|
635
|
+
* @public
|
|
636
636
|
*/
|
|
637
637
|
export declare class ParameterGroupNotFoundFault extends __BaseException {
|
|
638
638
|
readonly name: "ParameterGroupNotFoundFault";
|
|
@@ -643,8 +643,8 @@ export declare class ParameterGroupNotFoundFault extends __BaseException {
|
|
|
643
643
|
constructor(opts: __ExceptionOptionType<ParameterGroupNotFoundFault, __BaseException>);
|
|
644
644
|
}
|
|
645
645
|
/**
|
|
646
|
-
* @public
|
|
647
646
|
* <p>The specified service linked role (SLR) was not found.</p>
|
|
647
|
+
* @public
|
|
648
648
|
*/
|
|
649
649
|
export declare class ServiceLinkedRoleNotFoundFault extends __BaseException {
|
|
650
650
|
readonly name: "ServiceLinkedRoleNotFoundFault";
|
|
@@ -655,10 +655,10 @@ export declare class ServiceLinkedRoleNotFoundFault extends __BaseException {
|
|
|
655
655
|
constructor(opts: __ExceptionOptionType<ServiceLinkedRoleNotFoundFault, __BaseException>);
|
|
656
656
|
}
|
|
657
657
|
/**
|
|
658
|
-
* @public
|
|
659
658
|
* <p>You have reached the maximum number of x509 certificates that can be created for
|
|
660
659
|
* encrypted clusters in a 30 day period. Contact AWS customer support to discuss options
|
|
661
660
|
* for continuing to create encrypted clusters.</p>
|
|
661
|
+
* @public
|
|
662
662
|
*/
|
|
663
663
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
664
664
|
readonly name: "ServiceQuotaExceededException";
|
|
@@ -669,9 +669,9 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
669
669
|
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
670
670
|
}
|
|
671
671
|
/**
|
|
672
|
-
* @public
|
|
673
672
|
* <p>The requested subnet group name does not refer to an existing subnet
|
|
674
673
|
* group.</p>
|
|
674
|
+
* @public
|
|
675
675
|
*/
|
|
676
676
|
export declare class SubnetGroupNotFoundFault extends __BaseException {
|
|
677
677
|
readonly name: "SubnetGroupNotFoundFault";
|
|
@@ -682,8 +682,8 @@ export declare class SubnetGroupNotFoundFault extends __BaseException {
|
|
|
682
682
|
constructor(opts: __ExceptionOptionType<SubnetGroupNotFoundFault, __BaseException>);
|
|
683
683
|
}
|
|
684
684
|
/**
|
|
685
|
-
* @public
|
|
686
685
|
* <p>You have exceeded the maximum number of tags for this DAX cluster.</p>
|
|
686
|
+
* @public
|
|
687
687
|
*/
|
|
688
688
|
export declare class TagQuotaPerResourceExceeded extends __BaseException {
|
|
689
689
|
readonly name: "TagQuotaPerResourceExceeded";
|
|
@@ -698,31 +698,31 @@ export declare class TagQuotaPerResourceExceeded extends __BaseException {
|
|
|
698
698
|
*/
|
|
699
699
|
export interface CreateParameterGroupRequest {
|
|
700
700
|
/**
|
|
701
|
-
* @public
|
|
702
701
|
* <p>The name of the parameter group to apply to all of the clusters in this replication
|
|
703
702
|
* group.</p>
|
|
703
|
+
* @public
|
|
704
704
|
*/
|
|
705
705
|
ParameterGroupName: string | undefined;
|
|
706
706
|
/**
|
|
707
|
-
* @public
|
|
708
707
|
* <p>A description of the parameter group.</p>
|
|
708
|
+
* @public
|
|
709
709
|
*/
|
|
710
710
|
Description?: string;
|
|
711
711
|
}
|
|
712
712
|
/**
|
|
713
|
-
* @public
|
|
714
713
|
* <p>A named set of parameters that are applied to all of the nodes in a DAX
|
|
715
714
|
* cluster.</p>
|
|
715
|
+
* @public
|
|
716
716
|
*/
|
|
717
717
|
export interface ParameterGroup {
|
|
718
718
|
/**
|
|
719
|
-
* @public
|
|
720
719
|
* <p>The name of the parameter group.</p>
|
|
720
|
+
* @public
|
|
721
721
|
*/
|
|
722
722
|
ParameterGroupName?: string;
|
|
723
723
|
/**
|
|
724
|
-
* @public
|
|
725
724
|
* <p>A description of the parameter group.</p>
|
|
725
|
+
* @public
|
|
726
726
|
*/
|
|
727
727
|
Description?: string;
|
|
728
728
|
}
|
|
@@ -731,15 +731,15 @@ export interface ParameterGroup {
|
|
|
731
731
|
*/
|
|
732
732
|
export interface CreateParameterGroupResponse {
|
|
733
733
|
/**
|
|
734
|
-
* @public
|
|
735
734
|
* <p>Represents the output of a <i>CreateParameterGroup</i>
|
|
736
735
|
* action.</p>
|
|
736
|
+
* @public
|
|
737
737
|
*/
|
|
738
738
|
ParameterGroup?: ParameterGroup;
|
|
739
739
|
}
|
|
740
740
|
/**
|
|
741
|
-
* @public
|
|
742
741
|
* <p>The specified parameter group already exists.</p>
|
|
742
|
+
* @public
|
|
743
743
|
*/
|
|
744
744
|
export declare class ParameterGroupAlreadyExistsFault extends __BaseException {
|
|
745
745
|
readonly name: "ParameterGroupAlreadyExistsFault";
|
|
@@ -750,8 +750,8 @@ export declare class ParameterGroupAlreadyExistsFault extends __BaseException {
|
|
|
750
750
|
constructor(opts: __ExceptionOptionType<ParameterGroupAlreadyExistsFault, __BaseException>);
|
|
751
751
|
}
|
|
752
752
|
/**
|
|
753
|
-
* @public
|
|
754
753
|
* <p>You have attempted to exceed the maximum number of parameter groups.</p>
|
|
754
|
+
* @public
|
|
755
755
|
*/
|
|
756
756
|
export declare class ParameterGroupQuotaExceededFault extends __BaseException {
|
|
757
757
|
readonly name: "ParameterGroupQuotaExceededFault";
|
|
@@ -766,41 +766,40 @@ export declare class ParameterGroupQuotaExceededFault extends __BaseException {
|
|
|
766
766
|
*/
|
|
767
767
|
export interface CreateSubnetGroupRequest {
|
|
768
768
|
/**
|
|
769
|
-
* @public
|
|
770
769
|
* <p>A name for the subnet group. This value is stored as a lowercase string. </p>
|
|
770
|
+
* @public
|
|
771
771
|
*/
|
|
772
772
|
SubnetGroupName: string | undefined;
|
|
773
773
|
/**
|
|
774
|
-
* @public
|
|
775
774
|
* <p>A description for the subnet group</p>
|
|
775
|
+
* @public
|
|
776
776
|
*/
|
|
777
777
|
Description?: string;
|
|
778
778
|
/**
|
|
779
|
-
* @public
|
|
780
779
|
* <p>A list of VPC subnet IDs for the subnet group.</p>
|
|
780
|
+
* @public
|
|
781
781
|
*/
|
|
782
782
|
SubnetIds: string[] | undefined;
|
|
783
783
|
}
|
|
784
784
|
/**
|
|
785
|
-
* @public
|
|
786
785
|
* <p>Represents the subnet associated with a DAX cluster. This parameter refers to
|
|
787
786
|
* subnets defined in Amazon Virtual Private Cloud (Amazon VPC) and used with
|
|
788
787
|
* DAX.</p>
|
|
788
|
+
* @public
|
|
789
789
|
*/
|
|
790
790
|
export interface Subnet {
|
|
791
791
|
/**
|
|
792
|
-
* @public
|
|
793
792
|
* <p>The system-assigned identifier for the subnet.</p>
|
|
793
|
+
* @public
|
|
794
794
|
*/
|
|
795
795
|
SubnetIdentifier?: string;
|
|
796
796
|
/**
|
|
797
|
-
* @public
|
|
798
797
|
* <p>The Availability Zone (AZ) for the subnet.</p>
|
|
798
|
+
* @public
|
|
799
799
|
*/
|
|
800
800
|
SubnetAvailabilityZone?: string;
|
|
801
801
|
}
|
|
802
802
|
/**
|
|
803
|
-
* @public
|
|
804
803
|
* <p>Represents the output of one of the following actions:</p>
|
|
805
804
|
* <ul>
|
|
806
805
|
* <li>
|
|
@@ -814,26 +813,27 @@ export interface Subnet {
|
|
|
814
813
|
* </p>
|
|
815
814
|
* </li>
|
|
816
815
|
* </ul>
|
|
816
|
+
* @public
|
|
817
817
|
*/
|
|
818
818
|
export interface SubnetGroup {
|
|
819
819
|
/**
|
|
820
|
-
* @public
|
|
821
820
|
* <p>The name of the subnet group.</p>
|
|
821
|
+
* @public
|
|
822
822
|
*/
|
|
823
823
|
SubnetGroupName?: string;
|
|
824
824
|
/**
|
|
825
|
-
* @public
|
|
826
825
|
* <p>The description of the subnet group.</p>
|
|
826
|
+
* @public
|
|
827
827
|
*/
|
|
828
828
|
Description?: string;
|
|
829
829
|
/**
|
|
830
|
-
* @public
|
|
831
830
|
* <p>The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.</p>
|
|
831
|
+
* @public
|
|
832
832
|
*/
|
|
833
833
|
VpcId?: string;
|
|
834
834
|
/**
|
|
835
|
-
* @public
|
|
836
835
|
* <p>A list of subnets associated with the subnet group. </p>
|
|
836
|
+
* @public
|
|
837
837
|
*/
|
|
838
838
|
Subnets?: Subnet[];
|
|
839
839
|
}
|
|
@@ -842,15 +842,15 @@ export interface SubnetGroup {
|
|
|
842
842
|
*/
|
|
843
843
|
export interface CreateSubnetGroupResponse {
|
|
844
844
|
/**
|
|
845
|
-
* @public
|
|
846
845
|
* <p>Represents the output of a <i>CreateSubnetGroup</i>
|
|
847
846
|
* operation.</p>
|
|
847
|
+
* @public
|
|
848
848
|
*/
|
|
849
849
|
SubnetGroup?: SubnetGroup;
|
|
850
850
|
}
|
|
851
851
|
/**
|
|
852
|
-
* @public
|
|
853
852
|
* <p>An invalid subnet identifier was specified.</p>
|
|
853
|
+
* @public
|
|
854
854
|
*/
|
|
855
855
|
export declare class InvalidSubnet extends __BaseException {
|
|
856
856
|
readonly name: "InvalidSubnet";
|
|
@@ -861,8 +861,8 @@ export declare class InvalidSubnet extends __BaseException {
|
|
|
861
861
|
constructor(opts: __ExceptionOptionType<InvalidSubnet, __BaseException>);
|
|
862
862
|
}
|
|
863
863
|
/**
|
|
864
|
-
* @public
|
|
865
864
|
* <p>The specified subnet group already exists.</p>
|
|
865
|
+
* @public
|
|
866
866
|
*/
|
|
867
867
|
export declare class SubnetGroupAlreadyExistsFault extends __BaseException {
|
|
868
868
|
readonly name: "SubnetGroupAlreadyExistsFault";
|
|
@@ -873,9 +873,9 @@ export declare class SubnetGroupAlreadyExistsFault extends __BaseException {
|
|
|
873
873
|
constructor(opts: __ExceptionOptionType<SubnetGroupAlreadyExistsFault, __BaseException>);
|
|
874
874
|
}
|
|
875
875
|
/**
|
|
876
|
-
* @public
|
|
877
876
|
* <p>The request cannot be processed because it would exceed the allowed number of
|
|
878
877
|
* subnets in a subnet group.</p>
|
|
878
|
+
* @public
|
|
879
879
|
*/
|
|
880
880
|
export declare class SubnetGroupQuotaExceededFault extends __BaseException {
|
|
881
881
|
readonly name: "SubnetGroupQuotaExceededFault";
|
|
@@ -886,9 +886,9 @@ export declare class SubnetGroupQuotaExceededFault extends __BaseException {
|
|
|
886
886
|
constructor(opts: __ExceptionOptionType<SubnetGroupQuotaExceededFault, __BaseException>);
|
|
887
887
|
}
|
|
888
888
|
/**
|
|
889
|
-
* @public
|
|
890
889
|
* <p>The request cannot be processed because it would exceed the allowed number of
|
|
891
890
|
* subnets in a subnet group.</p>
|
|
891
|
+
* @public
|
|
892
892
|
*/
|
|
893
893
|
export declare class SubnetQuotaExceededFault extends __BaseException {
|
|
894
894
|
readonly name: "SubnetQuotaExceededFault";
|
|
@@ -899,8 +899,8 @@ export declare class SubnetQuotaExceededFault extends __BaseException {
|
|
|
899
899
|
constructor(opts: __ExceptionOptionType<SubnetQuotaExceededFault, __BaseException>);
|
|
900
900
|
}
|
|
901
901
|
/**
|
|
902
|
-
* @public
|
|
903
902
|
* <p>The requested cluster ID does not refer to an existing DAX cluster.</p>
|
|
903
|
+
* @public
|
|
904
904
|
*/
|
|
905
905
|
export declare class ClusterNotFoundFault extends __BaseException {
|
|
906
906
|
readonly name: "ClusterNotFoundFault";
|
|
@@ -915,23 +915,23 @@ export declare class ClusterNotFoundFault extends __BaseException {
|
|
|
915
915
|
*/
|
|
916
916
|
export interface DecreaseReplicationFactorRequest {
|
|
917
917
|
/**
|
|
918
|
-
* @public
|
|
919
918
|
* <p>The name of the DAX cluster from which you want to remove nodes.</p>
|
|
919
|
+
* @public
|
|
920
920
|
*/
|
|
921
921
|
ClusterName: string | undefined;
|
|
922
922
|
/**
|
|
923
|
-
* @public
|
|
924
923
|
* <p>The new number of nodes for the DAX cluster.</p>
|
|
924
|
+
* @public
|
|
925
925
|
*/
|
|
926
926
|
NewReplicationFactor: number | undefined;
|
|
927
927
|
/**
|
|
928
|
-
* @public
|
|
929
928
|
* <p>The Availability Zone(s) from which to remove nodes.</p>
|
|
929
|
+
* @public
|
|
930
930
|
*/
|
|
931
931
|
AvailabilityZones?: string[];
|
|
932
932
|
/**
|
|
933
|
-
* @public
|
|
934
933
|
* <p>The unique identifiers of the nodes to be removed from the cluster.</p>
|
|
934
|
+
* @public
|
|
935
935
|
*/
|
|
936
936
|
NodeIdsToRemove?: string[];
|
|
937
937
|
}
|
|
@@ -940,15 +940,15 @@ export interface DecreaseReplicationFactorRequest {
|
|
|
940
940
|
*/
|
|
941
941
|
export interface DecreaseReplicationFactorResponse {
|
|
942
942
|
/**
|
|
943
|
-
* @public
|
|
944
943
|
* <p>A description of the DAX cluster, after you have decreased its replication
|
|
945
944
|
* factor.</p>
|
|
945
|
+
* @public
|
|
946
946
|
*/
|
|
947
947
|
Cluster?: Cluster;
|
|
948
948
|
}
|
|
949
949
|
/**
|
|
950
|
-
* @public
|
|
951
950
|
* <p>None of the nodes in the cluster have the given node ID.</p>
|
|
951
|
+
* @public
|
|
952
952
|
*/
|
|
953
953
|
export declare class NodeNotFoundFault extends __BaseException {
|
|
954
954
|
readonly name: "NodeNotFoundFault";
|
|
@@ -963,8 +963,8 @@ export declare class NodeNotFoundFault extends __BaseException {
|
|
|
963
963
|
*/
|
|
964
964
|
export interface DeleteClusterRequest {
|
|
965
965
|
/**
|
|
966
|
-
* @public
|
|
967
966
|
* <p>The name of the cluster to be deleted.</p>
|
|
967
|
+
* @public
|
|
968
968
|
*/
|
|
969
969
|
ClusterName: string | undefined;
|
|
970
970
|
}
|
|
@@ -973,8 +973,8 @@ export interface DeleteClusterRequest {
|
|
|
973
973
|
*/
|
|
974
974
|
export interface DeleteClusterResponse {
|
|
975
975
|
/**
|
|
976
|
-
* @public
|
|
977
976
|
* <p>A description of the DAX cluster that is being deleted.</p>
|
|
977
|
+
* @public
|
|
978
978
|
*/
|
|
979
979
|
Cluster?: Cluster;
|
|
980
980
|
}
|
|
@@ -983,8 +983,8 @@ export interface DeleteClusterResponse {
|
|
|
983
983
|
*/
|
|
984
984
|
export interface DeleteParameterGroupRequest {
|
|
985
985
|
/**
|
|
986
|
-
* @public
|
|
987
986
|
* <p>The name of the parameter group to delete.</p>
|
|
987
|
+
* @public
|
|
988
988
|
*/
|
|
989
989
|
ParameterGroupName: string | undefined;
|
|
990
990
|
}
|
|
@@ -993,9 +993,9 @@ export interface DeleteParameterGroupRequest {
|
|
|
993
993
|
*/
|
|
994
994
|
export interface DeleteParameterGroupResponse {
|
|
995
995
|
/**
|
|
996
|
-
* @public
|
|
997
996
|
* <p>A user-specified message for this action (i.e., a reason for deleting the parameter
|
|
998
997
|
* group).</p>
|
|
998
|
+
* @public
|
|
999
999
|
*/
|
|
1000
1000
|
DeletionMessage?: string;
|
|
1001
1001
|
}
|
|
@@ -1004,8 +1004,8 @@ export interface DeleteParameterGroupResponse {
|
|
|
1004
1004
|
*/
|
|
1005
1005
|
export interface DeleteSubnetGroupRequest {
|
|
1006
1006
|
/**
|
|
1007
|
-
* @public
|
|
1008
1007
|
* <p>The name of the subnet group to delete.</p>
|
|
1008
|
+
* @public
|
|
1009
1009
|
*/
|
|
1010
1010
|
SubnetGroupName: string | undefined;
|
|
1011
1011
|
}
|
|
@@ -1014,15 +1014,15 @@ export interface DeleteSubnetGroupRequest {
|
|
|
1014
1014
|
*/
|
|
1015
1015
|
export interface DeleteSubnetGroupResponse {
|
|
1016
1016
|
/**
|
|
1017
|
-
* @public
|
|
1018
1017
|
* <p>A user-specified message for this action (i.e., a reason for deleting the subnet
|
|
1019
1018
|
* group).</p>
|
|
1019
|
+
* @public
|
|
1020
1020
|
*/
|
|
1021
1021
|
DeletionMessage?: string;
|
|
1022
1022
|
}
|
|
1023
1023
|
/**
|
|
1024
|
-
* @public
|
|
1025
1024
|
* <p>The specified subnet group is currently in use.</p>
|
|
1025
|
+
* @public
|
|
1026
1026
|
*/
|
|
1027
1027
|
export declare class SubnetGroupInUseFault extends __BaseException {
|
|
1028
1028
|
readonly name: "SubnetGroupInUseFault";
|
|
@@ -1037,24 +1037,24 @@ export declare class SubnetGroupInUseFault extends __BaseException {
|
|
|
1037
1037
|
*/
|
|
1038
1038
|
export interface DescribeClustersRequest {
|
|
1039
1039
|
/**
|
|
1040
|
-
* @public
|
|
1041
1040
|
* <p>The names of the DAX clusters being described.</p>
|
|
1041
|
+
* @public
|
|
1042
1042
|
*/
|
|
1043
1043
|
ClusterNames?: string[];
|
|
1044
1044
|
/**
|
|
1045
|
-
* @public
|
|
1046
1045
|
* <p>The maximum number of results to include in the response. If more results exist
|
|
1047
1046
|
* than the specified <code>MaxResults</code> value, a token is included in the response so
|
|
1048
1047
|
* that the remaining results can be retrieved.</p>
|
|
1049
1048
|
* <p>The value for <code>MaxResults</code> must be between 20 and 100.</p>
|
|
1049
|
+
* @public
|
|
1050
1050
|
*/
|
|
1051
1051
|
MaxResults?: number;
|
|
1052
1052
|
/**
|
|
1053
|
-
* @public
|
|
1054
1053
|
* <p>An optional token returned from a prior request. Use this token for pagination of
|
|
1055
1054
|
* results from this action. If this parameter is specified, the response includes only
|
|
1056
1055
|
* results beyond the token, up to the value specified by
|
|
1057
1056
|
* <code>MaxResults</code>.</p>
|
|
1057
|
+
* @public
|
|
1058
1058
|
*/
|
|
1059
1059
|
NextToken?: string;
|
|
1060
1060
|
}
|
|
@@ -1063,14 +1063,14 @@ export interface DescribeClustersRequest {
|
|
|
1063
1063
|
*/
|
|
1064
1064
|
export interface DescribeClustersResponse {
|
|
1065
1065
|
/**
|
|
1066
|
-
* @public
|
|
1067
1066
|
* <p>Provides an identifier to allow retrieval of paginated results.</p>
|
|
1067
|
+
* @public
|
|
1068
1068
|
*/
|
|
1069
1069
|
NextToken?: string;
|
|
1070
1070
|
/**
|
|
1071
|
-
* @public
|
|
1072
1071
|
* <p>The descriptions of your DAX clusters, in response to a
|
|
1073
1072
|
* <i>DescribeClusters</i> request.</p>
|
|
1073
|
+
* @public
|
|
1074
1074
|
*/
|
|
1075
1075
|
Clusters?: Cluster[];
|
|
1076
1076
|
}
|
|
@@ -1079,19 +1079,19 @@ export interface DescribeClustersResponse {
|
|
|
1079
1079
|
*/
|
|
1080
1080
|
export interface DescribeDefaultParametersRequest {
|
|
1081
1081
|
/**
|
|
1082
|
-
* @public
|
|
1083
1082
|
* <p>The maximum number of results to include in the response. If more results exist
|
|
1084
1083
|
* than the specified <code>MaxResults</code> value, a token is included in the response so
|
|
1085
1084
|
* that the remaining results can be retrieved.</p>
|
|
1086
1085
|
* <p>The value for <code>MaxResults</code> must be between 20 and 100.</p>
|
|
1086
|
+
* @public
|
|
1087
1087
|
*/
|
|
1088
1088
|
MaxResults?: number;
|
|
1089
1089
|
/**
|
|
1090
|
-
* @public
|
|
1091
1090
|
* <p>An optional token returned from a prior request. Use this token for pagination of
|
|
1092
1091
|
* results from this action. If this parameter is specified, the response includes only
|
|
1093
1092
|
* results beyond the token, up to the value specified by
|
|
1094
1093
|
* <code>MaxResults</code>.</p>
|
|
1094
|
+
* @public
|
|
1095
1095
|
*/
|
|
1096
1096
|
NextToken?: string;
|
|
1097
1097
|
}
|
|
@@ -1121,19 +1121,19 @@ export declare const IsModifiable: {
|
|
|
1121
1121
|
*/
|
|
1122
1122
|
export type IsModifiable = (typeof IsModifiable)[keyof typeof IsModifiable];
|
|
1123
1123
|
/**
|
|
1124
|
-
* @public
|
|
1125
1124
|
* <p>Represents a parameter value that is applicable to a particular node
|
|
1126
1125
|
* type.</p>
|
|
1126
|
+
* @public
|
|
1127
1127
|
*/
|
|
1128
1128
|
export interface NodeTypeSpecificValue {
|
|
1129
1129
|
/**
|
|
1130
|
-
* @public
|
|
1131
1130
|
* <p>A node type to which the parameter value applies.</p>
|
|
1131
|
+
* @public
|
|
1132
1132
|
*/
|
|
1133
1133
|
NodeType?: string;
|
|
1134
1134
|
/**
|
|
1135
|
-
* @public
|
|
1136
1135
|
* <p>The parameter value for this node type.</p>
|
|
1136
|
+
* @public
|
|
1137
1137
|
*/
|
|
1138
1138
|
Value?: string;
|
|
1139
1139
|
}
|
|
@@ -1150,63 +1150,63 @@ export declare const ParameterType: {
|
|
|
1150
1150
|
*/
|
|
1151
1151
|
export type ParameterType = (typeof ParameterType)[keyof typeof ParameterType];
|
|
1152
1152
|
/**
|
|
1153
|
-
* @public
|
|
1154
1153
|
* <p>Describes an individual setting that controls some aspect of DAX
|
|
1155
1154
|
* behavior.</p>
|
|
1155
|
+
* @public
|
|
1156
1156
|
*/
|
|
1157
1157
|
export interface Parameter {
|
|
1158
1158
|
/**
|
|
1159
|
-
* @public
|
|
1160
1159
|
* <p>The name of the parameter.</p>
|
|
1160
|
+
* @public
|
|
1161
1161
|
*/
|
|
1162
1162
|
ParameterName?: string;
|
|
1163
1163
|
/**
|
|
1164
|
-
* @public
|
|
1165
1164
|
* <p>Determines whether the parameter can be applied to any nodes, or only nodes of a
|
|
1166
1165
|
* particular type.</p>
|
|
1166
|
+
* @public
|
|
1167
1167
|
*/
|
|
1168
1168
|
ParameterType?: ParameterType;
|
|
1169
1169
|
/**
|
|
1170
|
-
* @public
|
|
1171
1170
|
* <p>The value for the parameter.</p>
|
|
1171
|
+
* @public
|
|
1172
1172
|
*/
|
|
1173
1173
|
ParameterValue?: string;
|
|
1174
1174
|
/**
|
|
1175
|
-
* @public
|
|
1176
1175
|
* <p>A list of node types, and specific parameter values for each node.</p>
|
|
1176
|
+
* @public
|
|
1177
1177
|
*/
|
|
1178
1178
|
NodeTypeSpecificValues?: NodeTypeSpecificValue[];
|
|
1179
1179
|
/**
|
|
1180
|
-
* @public
|
|
1181
1180
|
* <p>A description of the parameter</p>
|
|
1181
|
+
* @public
|
|
1182
1182
|
*/
|
|
1183
1183
|
Description?: string;
|
|
1184
1184
|
/**
|
|
1185
|
-
* @public
|
|
1186
1185
|
* <p>How the parameter is defined. For example, <code>system</code> denotes a
|
|
1187
1186
|
* system-defined parameter.</p>
|
|
1187
|
+
* @public
|
|
1188
1188
|
*/
|
|
1189
1189
|
Source?: string;
|
|
1190
1190
|
/**
|
|
1191
|
-
* @public
|
|
1192
1191
|
* <p>The data type of the parameter. For example, <code>integer</code>:</p>
|
|
1192
|
+
* @public
|
|
1193
1193
|
*/
|
|
1194
1194
|
DataType?: string;
|
|
1195
1195
|
/**
|
|
1196
|
-
* @public
|
|
1197
1196
|
* <p>A range of values within which the parameter can be set.</p>
|
|
1197
|
+
* @public
|
|
1198
1198
|
*/
|
|
1199
1199
|
AllowedValues?: string;
|
|
1200
1200
|
/**
|
|
1201
|
-
* @public
|
|
1202
1201
|
* <p>Whether the customer is allowed to modify the parameter.</p>
|
|
1202
|
+
* @public
|
|
1203
1203
|
*/
|
|
1204
1204
|
IsModifiable?: IsModifiable;
|
|
1205
1205
|
/**
|
|
1206
|
-
* @public
|
|
1207
1206
|
* <p>The conditions under which changes to this parameter can be applied. For example,
|
|
1208
1207
|
* <code>requires-reboot</code> indicates that a new value for this parameter will only
|
|
1209
1208
|
* take effect if a node is rebooted.</p>
|
|
1209
|
+
* @public
|
|
1210
1210
|
*/
|
|
1211
1211
|
ChangeType?: ChangeType;
|
|
1212
1212
|
}
|
|
@@ -1215,13 +1215,13 @@ export interface Parameter {
|
|
|
1215
1215
|
*/
|
|
1216
1216
|
export interface DescribeDefaultParametersResponse {
|
|
1217
1217
|
/**
|
|
1218
|
-
* @public
|
|
1219
1218
|
* <p>Provides an identifier to allow retrieval of paginated results.</p>
|
|
1219
|
+
* @public
|
|
1220
1220
|
*/
|
|
1221
1221
|
NextToken?: string;
|
|
1222
1222
|
/**
|
|
1223
|
-
* @public
|
|
1224
1223
|
* <p>A list of parameters. Each element in the list represents one parameter.</p>
|
|
1224
|
+
* @public
|
|
1225
1225
|
*/
|
|
1226
1226
|
Parameters?: Parameter[];
|
|
1227
1227
|
}
|
|
@@ -1243,78 +1243,78 @@ export type SourceType = (typeof SourceType)[keyof typeof SourceType];
|
|
|
1243
1243
|
*/
|
|
1244
1244
|
export interface DescribeEventsRequest {
|
|
1245
1245
|
/**
|
|
1246
|
-
* @public
|
|
1247
1246
|
* <p>The identifier of the event source for which events will be returned. If not
|
|
1248
1247
|
* specified, then all sources are included in the response.</p>
|
|
1248
|
+
* @public
|
|
1249
1249
|
*/
|
|
1250
1250
|
SourceName?: string;
|
|
1251
1251
|
/**
|
|
1252
|
-
* @public
|
|
1253
1252
|
* <p>The event source to retrieve events for. If no value is specified, all events are
|
|
1254
1253
|
* returned.</p>
|
|
1254
|
+
* @public
|
|
1255
1255
|
*/
|
|
1256
1256
|
SourceType?: SourceType;
|
|
1257
1257
|
/**
|
|
1258
|
-
* @public
|
|
1259
1258
|
* <p>The beginning of the time interval to retrieve events for, specified in ISO 8601
|
|
1260
1259
|
* format.</p>
|
|
1260
|
+
* @public
|
|
1261
1261
|
*/
|
|
1262
1262
|
StartTime?: Date;
|
|
1263
1263
|
/**
|
|
1264
|
-
* @public
|
|
1265
1264
|
* <p>The end of the time interval for which to retrieve events, specified in ISO 8601
|
|
1266
1265
|
* format.</p>
|
|
1266
|
+
* @public
|
|
1267
1267
|
*/
|
|
1268
1268
|
EndTime?: Date;
|
|
1269
1269
|
/**
|
|
1270
|
-
* @public
|
|
1271
1270
|
* <p>The number of minutes' worth of events to retrieve.</p>
|
|
1271
|
+
* @public
|
|
1272
1272
|
*/
|
|
1273
1273
|
Duration?: number;
|
|
1274
1274
|
/**
|
|
1275
|
-
* @public
|
|
1276
1275
|
* <p>The maximum number of results to include in the response. If more results exist
|
|
1277
1276
|
* than the specified <code>MaxResults</code> value, a token is included in the response so
|
|
1278
1277
|
* that the remaining results can be retrieved.</p>
|
|
1279
1278
|
* <p>The value for <code>MaxResults</code> must be between 20 and 100.</p>
|
|
1279
|
+
* @public
|
|
1280
1280
|
*/
|
|
1281
1281
|
MaxResults?: number;
|
|
1282
1282
|
/**
|
|
1283
|
-
* @public
|
|
1284
1283
|
* <p>An optional token returned from a prior request. Use this token for pagination of
|
|
1285
1284
|
* results from this action. If this parameter is specified, the response includes only
|
|
1286
1285
|
* results beyond the token, up to the value specified by
|
|
1287
1286
|
* <code>MaxResults</code>.</p>
|
|
1287
|
+
* @public
|
|
1288
1288
|
*/
|
|
1289
1289
|
NextToken?: string;
|
|
1290
1290
|
}
|
|
1291
1291
|
/**
|
|
1292
|
-
* @public
|
|
1293
1292
|
* <p>Represents a single occurrence of something interesting within the system. Some
|
|
1294
1293
|
* examples of events are creating a DAX cluster, adding or removing a node, or rebooting
|
|
1295
1294
|
* a node.</p>
|
|
1295
|
+
* @public
|
|
1296
1296
|
*/
|
|
1297
1297
|
export interface Event {
|
|
1298
1298
|
/**
|
|
1299
|
-
* @public
|
|
1300
1299
|
* <p>The source of the event. For example, if the event occurred at the node level, the
|
|
1301
1300
|
* source would be the node ID.</p>
|
|
1301
|
+
* @public
|
|
1302
1302
|
*/
|
|
1303
1303
|
SourceName?: string;
|
|
1304
1304
|
/**
|
|
1305
|
-
* @public
|
|
1306
1305
|
* <p>Specifies the origin of this event - a cluster, a parameter group, a node ID,
|
|
1307
1306
|
* etc.</p>
|
|
1307
|
+
* @public
|
|
1308
1308
|
*/
|
|
1309
1309
|
SourceType?: SourceType;
|
|
1310
1310
|
/**
|
|
1311
|
-
* @public
|
|
1312
1311
|
* <p>A user-defined message associated with the event.</p>
|
|
1312
|
+
* @public
|
|
1313
1313
|
*/
|
|
1314
1314
|
Message?: string;
|
|
1315
1315
|
/**
|
|
1316
|
-
* @public
|
|
1317
1316
|
* <p>The date and time when the event occurred.</p>
|
|
1317
|
+
* @public
|
|
1318
1318
|
*/
|
|
1319
1319
|
Date?: Date;
|
|
1320
1320
|
}
|
|
@@ -1323,13 +1323,13 @@ export interface Event {
|
|
|
1323
1323
|
*/
|
|
1324
1324
|
export interface DescribeEventsResponse {
|
|
1325
1325
|
/**
|
|
1326
|
-
* @public
|
|
1327
1326
|
* <p>Provides an identifier to allow retrieval of paginated results.</p>
|
|
1327
|
+
* @public
|
|
1328
1328
|
*/
|
|
1329
1329
|
NextToken?: string;
|
|
1330
1330
|
/**
|
|
1331
|
-
* @public
|
|
1332
1331
|
* <p>An array of events. Each element in the array represents one event.</p>
|
|
1332
|
+
* @public
|
|
1333
1333
|
*/
|
|
1334
1334
|
Events?: Event[];
|
|
1335
1335
|
}
|
|
@@ -1338,24 +1338,24 @@ export interface DescribeEventsResponse {
|
|
|
1338
1338
|
*/
|
|
1339
1339
|
export interface DescribeParameterGroupsRequest {
|
|
1340
1340
|
/**
|
|
1341
|
-
* @public
|
|
1342
1341
|
* <p>The names of the parameter groups.</p>
|
|
1342
|
+
* @public
|
|
1343
1343
|
*/
|
|
1344
1344
|
ParameterGroupNames?: string[];
|
|
1345
1345
|
/**
|
|
1346
|
-
* @public
|
|
1347
1346
|
* <p>The maximum number of results to include in the response. If more results exist
|
|
1348
1347
|
* than the specified <code>MaxResults</code> value, a token is included in the response so
|
|
1349
1348
|
* that the remaining results can be retrieved.</p>
|
|
1350
1349
|
* <p>The value for <code>MaxResults</code> must be between 20 and 100.</p>
|
|
1350
|
+
* @public
|
|
1351
1351
|
*/
|
|
1352
1352
|
MaxResults?: number;
|
|
1353
1353
|
/**
|
|
1354
|
-
* @public
|
|
1355
1354
|
* <p>An optional token returned from a prior request. Use this token for pagination of
|
|
1356
1355
|
* results from this action. If this parameter is specified, the response includes only
|
|
1357
1356
|
* results beyond the token, up to the value specified by
|
|
1358
1357
|
* <code>MaxResults</code>.</p>
|
|
1358
|
+
* @public
|
|
1359
1359
|
*/
|
|
1360
1360
|
NextToken?: string;
|
|
1361
1361
|
}
|
|
@@ -1364,13 +1364,13 @@ export interface DescribeParameterGroupsRequest {
|
|
|
1364
1364
|
*/
|
|
1365
1365
|
export interface DescribeParameterGroupsResponse {
|
|
1366
1366
|
/**
|
|
1367
|
-
* @public
|
|
1368
1367
|
* <p>Provides an identifier to allow retrieval of paginated results.</p>
|
|
1368
|
+
* @public
|
|
1369
1369
|
*/
|
|
1370
1370
|
NextToken?: string;
|
|
1371
1371
|
/**
|
|
1372
|
-
* @public
|
|
1373
1372
|
* <p>An array of parameter groups. Each element in the array represents one parameter group.</p>
|
|
1373
|
+
* @public
|
|
1374
1374
|
*/
|
|
1375
1375
|
ParameterGroups?: ParameterGroup[];
|
|
1376
1376
|
}
|
|
@@ -1379,30 +1379,30 @@ export interface DescribeParameterGroupsResponse {
|
|
|
1379
1379
|
*/
|
|
1380
1380
|
export interface DescribeParametersRequest {
|
|
1381
1381
|
/**
|
|
1382
|
-
* @public
|
|
1383
1382
|
* <p>The name of the parameter group.</p>
|
|
1383
|
+
* @public
|
|
1384
1384
|
*/
|
|
1385
1385
|
ParameterGroupName: string | undefined;
|
|
1386
1386
|
/**
|
|
1387
|
-
* @public
|
|
1388
1387
|
* <p>How the parameter is defined. For example, <code>system</code> denotes a
|
|
1389
1388
|
* system-defined parameter.</p>
|
|
1389
|
+
* @public
|
|
1390
1390
|
*/
|
|
1391
1391
|
Source?: string;
|
|
1392
1392
|
/**
|
|
1393
|
-
* @public
|
|
1394
1393
|
* <p>The maximum number of results to include in the response. If more results exist
|
|
1395
1394
|
* than the specified <code>MaxResults</code> value, a token is included in the response so
|
|
1396
1395
|
* that the remaining results can be retrieved.</p>
|
|
1397
1396
|
* <p>The value for <code>MaxResults</code> must be between 20 and 100.</p>
|
|
1397
|
+
* @public
|
|
1398
1398
|
*/
|
|
1399
1399
|
MaxResults?: number;
|
|
1400
1400
|
/**
|
|
1401
|
-
* @public
|
|
1402
1401
|
* <p>An optional token returned from a prior request. Use this token for pagination of
|
|
1403
1402
|
* results from this action. If this parameter is specified, the response includes only
|
|
1404
1403
|
* results beyond the token, up to the value specified by
|
|
1405
1404
|
* <code>MaxResults</code>.</p>
|
|
1405
|
+
* @public
|
|
1406
1406
|
*/
|
|
1407
1407
|
NextToken?: string;
|
|
1408
1408
|
}
|
|
@@ -1411,13 +1411,13 @@ export interface DescribeParametersRequest {
|
|
|
1411
1411
|
*/
|
|
1412
1412
|
export interface DescribeParametersResponse {
|
|
1413
1413
|
/**
|
|
1414
|
-
* @public
|
|
1415
1414
|
* <p>Provides an identifier to allow retrieval of paginated results.</p>
|
|
1415
|
+
* @public
|
|
1416
1416
|
*/
|
|
1417
1417
|
NextToken?: string;
|
|
1418
1418
|
/**
|
|
1419
|
-
* @public
|
|
1420
1419
|
* <p>A list of parameters within a parameter group. Each element in the list represents one parameter.</p>
|
|
1420
|
+
* @public
|
|
1421
1421
|
*/
|
|
1422
1422
|
Parameters?: Parameter[];
|
|
1423
1423
|
}
|
|
@@ -1426,24 +1426,24 @@ export interface DescribeParametersResponse {
|
|
|
1426
1426
|
*/
|
|
1427
1427
|
export interface DescribeSubnetGroupsRequest {
|
|
1428
1428
|
/**
|
|
1429
|
-
* @public
|
|
1430
1429
|
* <p>The name of the subnet group.</p>
|
|
1430
|
+
* @public
|
|
1431
1431
|
*/
|
|
1432
1432
|
SubnetGroupNames?: string[];
|
|
1433
1433
|
/**
|
|
1434
|
-
* @public
|
|
1435
1434
|
* <p>The maximum number of results to include in the response. If more results exist
|
|
1436
1435
|
* than the specified <code>MaxResults</code> value, a token is included in the response so
|
|
1437
1436
|
* that the remaining results can be retrieved.</p>
|
|
1438
1437
|
* <p>The value for <code>MaxResults</code> must be between 20 and 100.</p>
|
|
1438
|
+
* @public
|
|
1439
1439
|
*/
|
|
1440
1440
|
MaxResults?: number;
|
|
1441
1441
|
/**
|
|
1442
|
-
* @public
|
|
1443
1442
|
* <p>An optional token returned from a prior request. Use this token for pagination of
|
|
1444
1443
|
* results from this action. If this parameter is specified, the response includes only
|
|
1445
1444
|
* results beyond the token, up to the value specified by
|
|
1446
1445
|
* <code>MaxResults</code>.</p>
|
|
1446
|
+
* @public
|
|
1447
1447
|
*/
|
|
1448
1448
|
NextToken?: string;
|
|
1449
1449
|
}
|
|
@@ -1452,13 +1452,13 @@ export interface DescribeSubnetGroupsRequest {
|
|
|
1452
1452
|
*/
|
|
1453
1453
|
export interface DescribeSubnetGroupsResponse {
|
|
1454
1454
|
/**
|
|
1455
|
-
* @public
|
|
1456
1455
|
* <p>Provides an identifier to allow retrieval of paginated results.</p>
|
|
1456
|
+
* @public
|
|
1457
1457
|
*/
|
|
1458
1458
|
NextToken?: string;
|
|
1459
1459
|
/**
|
|
1460
|
-
* @public
|
|
1461
1460
|
* <p>An array of subnet groups. Each element in the array represents a single subnet group.</p>
|
|
1461
|
+
* @public
|
|
1462
1462
|
*/
|
|
1463
1463
|
SubnetGroups?: SubnetGroup[];
|
|
1464
1464
|
}
|
|
@@ -1467,20 +1467,20 @@ export interface DescribeSubnetGroupsResponse {
|
|
|
1467
1467
|
*/
|
|
1468
1468
|
export interface IncreaseReplicationFactorRequest {
|
|
1469
1469
|
/**
|
|
1470
|
-
* @public
|
|
1471
1470
|
* <p>The name of the DAX cluster that will receive additional nodes.</p>
|
|
1471
|
+
* @public
|
|
1472
1472
|
*/
|
|
1473
1473
|
ClusterName: string | undefined;
|
|
1474
1474
|
/**
|
|
1475
|
-
* @public
|
|
1476
1475
|
* <p>The new number of nodes for the DAX cluster.</p>
|
|
1476
|
+
* @public
|
|
1477
1477
|
*/
|
|
1478
1478
|
NewReplicationFactor: number | undefined;
|
|
1479
1479
|
/**
|
|
1480
|
-
* @public
|
|
1481
1480
|
* <p>The Availability Zones (AZs) in which the cluster nodes will be created. All nodes
|
|
1482
1481
|
* belonging to the cluster are placed in these Availability Zones. Use this parameter if you want
|
|
1483
1482
|
* to distribute the nodes across multiple AZs.</p>
|
|
1483
|
+
* @public
|
|
1484
1484
|
*/
|
|
1485
1485
|
AvailabilityZones?: string[];
|
|
1486
1486
|
}
|
|
@@ -1489,14 +1489,14 @@ export interface IncreaseReplicationFactorRequest {
|
|
|
1489
1489
|
*/
|
|
1490
1490
|
export interface IncreaseReplicationFactorResponse {
|
|
1491
1491
|
/**
|
|
1492
|
-
* @public
|
|
1493
1492
|
* <p>A description of the DAX cluster. with its new replication factor.</p>
|
|
1493
|
+
* @public
|
|
1494
1494
|
*/
|
|
1495
1495
|
Cluster?: Cluster;
|
|
1496
1496
|
}
|
|
1497
1497
|
/**
|
|
1498
|
-
* @public
|
|
1499
1498
|
* <p>The Amazon Resource Name (ARN) supplied in the request is not valid.</p>
|
|
1499
|
+
* @public
|
|
1500
1500
|
*/
|
|
1501
1501
|
export declare class InvalidARNFault extends __BaseException {
|
|
1502
1502
|
readonly name: "InvalidARNFault";
|
|
@@ -1511,15 +1511,15 @@ export declare class InvalidARNFault extends __BaseException {
|
|
|
1511
1511
|
*/
|
|
1512
1512
|
export interface ListTagsRequest {
|
|
1513
1513
|
/**
|
|
1514
|
-
* @public
|
|
1515
1514
|
* <p>The name of the DAX resource to which the tags belong.</p>
|
|
1515
|
+
* @public
|
|
1516
1516
|
*/
|
|
1517
1517
|
ResourceName: string | undefined;
|
|
1518
1518
|
/**
|
|
1519
|
-
* @public
|
|
1520
1519
|
* <p>An optional token returned from a prior request. Use this token for pagination of
|
|
1521
1520
|
* results from this action. If this parameter is specified, the response includes only
|
|
1522
1521
|
* results beyond the token.</p>
|
|
1522
|
+
* @public
|
|
1523
1523
|
*/
|
|
1524
1524
|
NextToken?: string;
|
|
1525
1525
|
}
|
|
@@ -1528,14 +1528,14 @@ export interface ListTagsRequest {
|
|
|
1528
1528
|
*/
|
|
1529
1529
|
export interface ListTagsResponse {
|
|
1530
1530
|
/**
|
|
1531
|
-
* @public
|
|
1532
1531
|
* <p>A list of tags currently associated with the DAX cluster.</p>
|
|
1532
|
+
* @public
|
|
1533
1533
|
*/
|
|
1534
1534
|
Tags?: Tag[];
|
|
1535
1535
|
/**
|
|
1536
|
-
* @public
|
|
1537
1536
|
* <p>If this value is present, there are additional results to be displayed. To retrieve them, call
|
|
1538
1537
|
* <code>ListTags</code> again, with <code>NextToken</code> set to this value.</p>
|
|
1538
|
+
* @public
|
|
1539
1539
|
*/
|
|
1540
1540
|
NextToken?: string;
|
|
1541
1541
|
}
|
|
@@ -1544,13 +1544,13 @@ export interface ListTagsResponse {
|
|
|
1544
1544
|
*/
|
|
1545
1545
|
export interface RebootNodeRequest {
|
|
1546
1546
|
/**
|
|
1547
|
-
* @public
|
|
1548
1547
|
* <p>The name of the DAX cluster containing the node to be rebooted.</p>
|
|
1548
|
+
* @public
|
|
1549
1549
|
*/
|
|
1550
1550
|
ClusterName: string | undefined;
|
|
1551
1551
|
/**
|
|
1552
|
-
* @public
|
|
1553
1552
|
* <p>The system-assigned ID of the node to be rebooted.</p>
|
|
1553
|
+
* @public
|
|
1554
1554
|
*/
|
|
1555
1555
|
NodeId: string | undefined;
|
|
1556
1556
|
}
|
|
@@ -1559,8 +1559,8 @@ export interface RebootNodeRequest {
|
|
|
1559
1559
|
*/
|
|
1560
1560
|
export interface RebootNodeResponse {
|
|
1561
1561
|
/**
|
|
1562
|
-
* @public
|
|
1563
1562
|
* <p>A description of the DAX cluster after a node has been rebooted.</p>
|
|
1563
|
+
* @public
|
|
1564
1564
|
*/
|
|
1565
1565
|
Cluster?: Cluster;
|
|
1566
1566
|
}
|
|
@@ -1569,13 +1569,13 @@ export interface RebootNodeResponse {
|
|
|
1569
1569
|
*/
|
|
1570
1570
|
export interface TagResourceRequest {
|
|
1571
1571
|
/**
|
|
1572
|
-
* @public
|
|
1573
1572
|
* <p>The name of the DAX resource to which tags should be added.</p>
|
|
1573
|
+
* @public
|
|
1574
1574
|
*/
|
|
1575
1575
|
ResourceName: string | undefined;
|
|
1576
1576
|
/**
|
|
1577
|
-
* @public
|
|
1578
1577
|
* <p>The tags to be assigned to the DAX resource. </p>
|
|
1578
|
+
* @public
|
|
1579
1579
|
*/
|
|
1580
1580
|
Tags: Tag[] | undefined;
|
|
1581
1581
|
}
|
|
@@ -1584,14 +1584,14 @@ export interface TagResourceRequest {
|
|
|
1584
1584
|
*/
|
|
1585
1585
|
export interface TagResourceResponse {
|
|
1586
1586
|
/**
|
|
1587
|
-
* @public
|
|
1588
1587
|
* <p>The list of tags that are associated with the DAX resource.</p>
|
|
1588
|
+
* @public
|
|
1589
1589
|
*/
|
|
1590
1590
|
Tags?: Tag[];
|
|
1591
1591
|
}
|
|
1592
1592
|
/**
|
|
1593
|
-
* @public
|
|
1594
1593
|
* <p>The tag does not exist.</p>
|
|
1594
|
+
* @public
|
|
1595
1595
|
*/
|
|
1596
1596
|
export declare class TagNotFoundFault extends __BaseException {
|
|
1597
1597
|
readonly name: "TagNotFoundFault";
|
|
@@ -1606,13 +1606,13 @@ export declare class TagNotFoundFault extends __BaseException {
|
|
|
1606
1606
|
*/
|
|
1607
1607
|
export interface UntagResourceRequest {
|
|
1608
1608
|
/**
|
|
1609
|
-
* @public
|
|
1610
1609
|
* <p>The name of the DAX resource from which the tags should be removed.</p>
|
|
1610
|
+
* @public
|
|
1611
1611
|
*/
|
|
1612
1612
|
ResourceName: string | undefined;
|
|
1613
1613
|
/**
|
|
1614
|
-
* @public
|
|
1615
1614
|
* <p>A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.</p>
|
|
1615
|
+
* @public
|
|
1616
1616
|
*/
|
|
1617
1617
|
TagKeys: string[] | undefined;
|
|
1618
1618
|
}
|
|
@@ -1621,8 +1621,8 @@ export interface UntagResourceRequest {
|
|
|
1621
1621
|
*/
|
|
1622
1622
|
export interface UntagResourceResponse {
|
|
1623
1623
|
/**
|
|
1624
|
-
* @public
|
|
1625
1624
|
* <p>The tag keys that have been removed from the cluster.</p>
|
|
1625
|
+
* @public
|
|
1626
1626
|
*/
|
|
1627
1627
|
Tags?: Tag[];
|
|
1628
1628
|
}
|
|
@@ -1631,43 +1631,43 @@ export interface UntagResourceResponse {
|
|
|
1631
1631
|
*/
|
|
1632
1632
|
export interface UpdateClusterRequest {
|
|
1633
1633
|
/**
|
|
1634
|
-
* @public
|
|
1635
1634
|
* <p>The name of the DAX cluster to be modified.</p>
|
|
1635
|
+
* @public
|
|
1636
1636
|
*/
|
|
1637
1637
|
ClusterName: string | undefined;
|
|
1638
1638
|
/**
|
|
1639
|
-
* @public
|
|
1640
1639
|
* <p>A description of the changes being made to the cluster.</p>
|
|
1640
|
+
* @public
|
|
1641
1641
|
*/
|
|
1642
1642
|
Description?: string;
|
|
1643
1643
|
/**
|
|
1644
|
-
* @public
|
|
1645
1644
|
* <p>A range of time when maintenance of DAX cluster software will be performed. For
|
|
1646
1645
|
* example: <code>sun:01:00-sun:09:00</code>. Cluster maintenance normally takes less than
|
|
1647
1646
|
* 30 minutes, and is performed automatically within the maintenance window.</p>
|
|
1647
|
+
* @public
|
|
1648
1648
|
*/
|
|
1649
1649
|
PreferredMaintenanceWindow?: string;
|
|
1650
1650
|
/**
|
|
1651
|
-
* @public
|
|
1652
1651
|
* <p>The Amazon Resource Name (ARN) that identifies the topic.</p>
|
|
1652
|
+
* @public
|
|
1653
1653
|
*/
|
|
1654
1654
|
NotificationTopicArn?: string;
|
|
1655
1655
|
/**
|
|
1656
|
-
* @public
|
|
1657
1656
|
* <p>The current state of the topic. A value of “active” means that notifications will
|
|
1658
1657
|
* be sent to the topic. A value of “inactive” means that notifications will not be sent to the
|
|
1659
1658
|
* topic.</p>
|
|
1659
|
+
* @public
|
|
1660
1660
|
*/
|
|
1661
1661
|
NotificationTopicStatus?: string;
|
|
1662
1662
|
/**
|
|
1663
|
-
* @public
|
|
1664
1663
|
* <p>The name of a parameter group for this cluster.</p>
|
|
1664
|
+
* @public
|
|
1665
1665
|
*/
|
|
1666
1666
|
ParameterGroupName?: string;
|
|
1667
1667
|
/**
|
|
1668
|
-
* @public
|
|
1669
1668
|
* <p>A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not
|
|
1670
1669
|
* specified, DAX assigns the default VPC security group to each node.</p>
|
|
1670
|
+
* @public
|
|
1671
1671
|
*/
|
|
1672
1672
|
SecurityGroupIds?: string[];
|
|
1673
1673
|
}
|
|
@@ -1676,24 +1676,24 @@ export interface UpdateClusterRequest {
|
|
|
1676
1676
|
*/
|
|
1677
1677
|
export interface UpdateClusterResponse {
|
|
1678
1678
|
/**
|
|
1679
|
-
* @public
|
|
1680
1679
|
* <p>A description of the DAX cluster, after it has been modified.</p>
|
|
1680
|
+
* @public
|
|
1681
1681
|
*/
|
|
1682
1682
|
Cluster?: Cluster;
|
|
1683
1683
|
}
|
|
1684
1684
|
/**
|
|
1685
|
-
* @public
|
|
1686
1685
|
* <p>An individual DAX parameter.</p>
|
|
1686
|
+
* @public
|
|
1687
1687
|
*/
|
|
1688
1688
|
export interface ParameterNameValue {
|
|
1689
1689
|
/**
|
|
1690
|
-
* @public
|
|
1691
1690
|
* <p>The name of the parameter.</p>
|
|
1691
|
+
* @public
|
|
1692
1692
|
*/
|
|
1693
1693
|
ParameterName?: string;
|
|
1694
1694
|
/**
|
|
1695
|
-
* @public
|
|
1696
1695
|
* <p>The value of the parameter.</p>
|
|
1696
|
+
* @public
|
|
1697
1697
|
*/
|
|
1698
1698
|
ParameterValue?: string;
|
|
1699
1699
|
}
|
|
@@ -1702,18 +1702,18 @@ export interface ParameterNameValue {
|
|
|
1702
1702
|
*/
|
|
1703
1703
|
export interface UpdateParameterGroupRequest {
|
|
1704
1704
|
/**
|
|
1705
|
-
* @public
|
|
1706
1705
|
* <p>The name of the parameter group.</p>
|
|
1706
|
+
* @public
|
|
1707
1707
|
*/
|
|
1708
1708
|
ParameterGroupName: string | undefined;
|
|
1709
1709
|
/**
|
|
1710
|
-
* @public
|
|
1711
1710
|
* <p>An array of name-value pairs for the parameters in the group. Each element in the
|
|
1712
1711
|
* array represents a single parameter.</p>
|
|
1713
1712
|
* <note>
|
|
1714
1713
|
* <p>
|
|
1715
1714
|
* <code>record-ttl-millis</code> and <code>query-ttl-millis</code> are the only supported parameter names. For more details, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DAX.cluster-management.html#DAX.cluster-management.custom-settings.ttl">Configuring TTL Settings</a>.</p>
|
|
1716
1715
|
* </note>
|
|
1716
|
+
* @public
|
|
1717
1717
|
*/
|
|
1718
1718
|
ParameterNameValues: ParameterNameValue[] | undefined;
|
|
1719
1719
|
}
|
|
@@ -1722,14 +1722,14 @@ export interface UpdateParameterGroupRequest {
|
|
|
1722
1722
|
*/
|
|
1723
1723
|
export interface UpdateParameterGroupResponse {
|
|
1724
1724
|
/**
|
|
1725
|
-
* @public
|
|
1726
1725
|
* <p>The parameter group that has been modified.</p>
|
|
1726
|
+
* @public
|
|
1727
1727
|
*/
|
|
1728
1728
|
ParameterGroup?: ParameterGroup;
|
|
1729
1729
|
}
|
|
1730
1730
|
/**
|
|
1731
|
-
* @public
|
|
1732
1731
|
* <p>The requested subnet is being used by another subnet group.</p>
|
|
1732
|
+
* @public
|
|
1733
1733
|
*/
|
|
1734
1734
|
export declare class SubnetInUse extends __BaseException {
|
|
1735
1735
|
readonly name: "SubnetInUse";
|
|
@@ -1744,18 +1744,18 @@ export declare class SubnetInUse extends __BaseException {
|
|
|
1744
1744
|
*/
|
|
1745
1745
|
export interface UpdateSubnetGroupRequest {
|
|
1746
1746
|
/**
|
|
1747
|
-
* @public
|
|
1748
1747
|
* <p>The name of the subnet group.</p>
|
|
1748
|
+
* @public
|
|
1749
1749
|
*/
|
|
1750
1750
|
SubnetGroupName: string | undefined;
|
|
1751
1751
|
/**
|
|
1752
|
-
* @public
|
|
1753
1752
|
* <p>A description of the subnet group.</p>
|
|
1753
|
+
* @public
|
|
1754
1754
|
*/
|
|
1755
1755
|
Description?: string;
|
|
1756
1756
|
/**
|
|
1757
|
-
* @public
|
|
1758
1757
|
* <p>A list of subnet IDs in the subnet group.</p>
|
|
1758
|
+
* @public
|
|
1759
1759
|
*/
|
|
1760
1760
|
SubnetIds?: string[];
|
|
1761
1761
|
}
|
|
@@ -1764,8 +1764,8 @@ export interface UpdateSubnetGroupRequest {
|
|
|
1764
1764
|
*/
|
|
1765
1765
|
export interface UpdateSubnetGroupResponse {
|
|
1766
1766
|
/**
|
|
1767
|
-
* @public
|
|
1768
1767
|
* <p>The subnet group that has been modified.</p>
|
|
1768
|
+
* @public
|
|
1769
1769
|
*/
|
|
1770
1770
|
SubnetGroup?: SubnetGroup;
|
|
1771
1771
|
}
|