@aws-sdk/client-dax 3.35.0 → 3.38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (200) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/DAX.js +0 -9
  3. package/dist-cjs/DAXClient.js +0 -14
  4. package/dist-cjs/commands/CreateClusterCommand.js +0 -25
  5. package/dist-cjs/commands/CreateParameterGroupCommand.js +0 -26
  6. package/dist-cjs/commands/CreateSubnetGroupCommand.js +0 -25
  7. package/dist-cjs/commands/DecreaseReplicationFactorCommand.js +0 -28
  8. package/dist-cjs/commands/DeleteClusterCommand.js +0 -29
  9. package/dist-cjs/commands/DeleteParameterGroupCommand.js +0 -26
  10. package/dist-cjs/commands/DeleteSubnetGroupCommand.js +0 -29
  11. package/dist-cjs/commands/DescribeClustersCommand.js +0 -37
  12. package/dist-cjs/commands/DescribeDefaultParametersCommand.js +0 -26
  13. package/dist-cjs/commands/DescribeEventsCommand.js +0 -29
  14. package/dist-cjs/commands/DescribeParameterGroupsCommand.js +0 -26
  15. package/dist-cjs/commands/DescribeParametersCommand.js +0 -25
  16. package/dist-cjs/commands/DescribeSubnetGroupsCommand.js +0 -26
  17. package/dist-cjs/commands/IncreaseReplicationFactorCommand.js +0 -25
  18. package/dist-cjs/commands/ListTagsCommand.js +0 -26
  19. package/dist-cjs/commands/RebootNodeCommand.js +0 -31
  20. package/dist-cjs/commands/TagResourceCommand.js +0 -26
  21. package/dist-cjs/commands/UntagResourceCommand.js +0 -26
  22. package/dist-cjs/commands/UpdateClusterCommand.js +0 -27
  23. package/dist-cjs/commands/UpdateParameterGroupCommand.js +0 -27
  24. package/dist-cjs/commands/UpdateSubnetGroupCommand.js +0 -25
  25. package/dist-cjs/commands/index.js +24 -0
  26. package/dist-cjs/endpoints.js +1 -2
  27. package/dist-cjs/index.js +3 -24
  28. package/dist-cjs/models/index.js +0 -1
  29. package/dist-cjs/models/models_0.js +0 -256
  30. package/dist-cjs/protocols/Aws_json1_1.js +0 -6
  31. package/dist-cjs/runtimeConfig.browser.js +1 -6
  32. package/dist-cjs/runtimeConfig.js +2 -7
  33. package/dist-cjs/runtimeConfig.native.js +0 -4
  34. package/dist-cjs/runtimeConfig.shared.js +0 -4
  35. package/dist-es/DAX.js +0 -1
  36. package/dist-es/DAXClient.js +0 -1
  37. package/dist-es/commands/CreateClusterCommand.js +0 -1
  38. package/dist-es/commands/CreateParameterGroupCommand.js +0 -1
  39. package/dist-es/commands/CreateSubnetGroupCommand.js +0 -1
  40. package/dist-es/commands/DecreaseReplicationFactorCommand.js +0 -1
  41. package/dist-es/commands/DeleteClusterCommand.js +0 -1
  42. package/dist-es/commands/DeleteParameterGroupCommand.js +0 -1
  43. package/dist-es/commands/DeleteSubnetGroupCommand.js +0 -1
  44. package/dist-es/commands/DescribeClustersCommand.js +0 -1
  45. package/dist-es/commands/DescribeDefaultParametersCommand.js +0 -1
  46. package/dist-es/commands/DescribeEventsCommand.js +0 -1
  47. package/dist-es/commands/DescribeParameterGroupsCommand.js +0 -1
  48. package/dist-es/commands/DescribeParametersCommand.js +0 -1
  49. package/dist-es/commands/DescribeSubnetGroupsCommand.js +0 -1
  50. package/dist-es/commands/IncreaseReplicationFactorCommand.js +0 -1
  51. package/dist-es/commands/ListTagsCommand.js +0 -1
  52. package/dist-es/commands/RebootNodeCommand.js +0 -1
  53. package/dist-es/commands/TagResourceCommand.js +0 -1
  54. package/dist-es/commands/UntagResourceCommand.js +0 -1
  55. package/dist-es/commands/UpdateClusterCommand.js +0 -1
  56. package/dist-es/commands/UpdateParameterGroupCommand.js +0 -1
  57. package/dist-es/commands/UpdateSubnetGroupCommand.js +0 -1
  58. package/dist-es/commands/index.js +21 -0
  59. package/dist-es/endpoints.js +1 -2
  60. package/dist-es/index.js +3 -24
  61. package/dist-es/models/index.js +0 -1
  62. package/dist-es/models/models_0.js +0 -1
  63. package/dist-es/protocols/Aws_json1_1.js +0 -1
  64. package/dist-es/runtimeConfig.browser.js +1 -2
  65. package/dist-es/runtimeConfig.js +2 -3
  66. package/dist-es/runtimeConfig.native.js +0 -1
  67. package/dist-es/runtimeConfig.shared.js +0 -1
  68. package/dist-types/commands/index.d.ts +21 -0
  69. package/dist-types/index.d.ts +3 -23
  70. package/dist-types/ts3.4/DAX.d.ts +22 -116
  71. package/dist-types/ts3.4/DAXClient.d.ts +24 -94
  72. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +2 -20
  73. package/dist-types/ts3.4/commands/CreateParameterGroupCommand.d.ts +2 -21
  74. package/dist-types/ts3.4/commands/CreateSubnetGroupCommand.d.ts +2 -20
  75. package/dist-types/ts3.4/commands/DecreaseReplicationFactorCommand.d.ts +2 -23
  76. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +2 -24
  77. package/dist-types/ts3.4/commands/DeleteParameterGroupCommand.d.ts +2 -21
  78. package/dist-types/ts3.4/commands/DeleteSubnetGroupCommand.d.ts +2 -24
  79. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +2 -32
  80. package/dist-types/ts3.4/commands/DescribeDefaultParametersCommand.d.ts +2 -21
  81. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +2 -24
  82. package/dist-types/ts3.4/commands/DescribeParameterGroupsCommand.d.ts +2 -21
  83. package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +2 -20
  84. package/dist-types/ts3.4/commands/DescribeSubnetGroupsCommand.d.ts +2 -21
  85. package/dist-types/ts3.4/commands/IncreaseReplicationFactorCommand.d.ts +2 -20
  86. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +2 -21
  87. package/dist-types/ts3.4/commands/RebootNodeCommand.d.ts +2 -26
  88. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -21
  89. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -21
  90. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +2 -22
  91. package/dist-types/ts3.4/commands/UpdateParameterGroupCommand.d.ts +2 -22
  92. package/dist-types/ts3.4/commands/UpdateSubnetGroupCommand.d.ts +2 -20
  93. package/dist-types/ts3.4/commands/index.d.ts +21 -0
  94. package/dist-types/ts3.4/index.d.ts +3 -23
  95. package/dist-types/ts3.4/models/models_0.d.ts +291 -1121
  96. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  97. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  98. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  99. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  100. package/package.json +33 -30
  101. package/dist-cjs/DAX.js.map +0 -1
  102. package/dist-cjs/DAXClient.js.map +0 -1
  103. package/dist-cjs/commands/CreateClusterCommand.js.map +0 -1
  104. package/dist-cjs/commands/CreateParameterGroupCommand.js.map +0 -1
  105. package/dist-cjs/commands/CreateSubnetGroupCommand.js.map +0 -1
  106. package/dist-cjs/commands/DecreaseReplicationFactorCommand.js.map +0 -1
  107. package/dist-cjs/commands/DeleteClusterCommand.js.map +0 -1
  108. package/dist-cjs/commands/DeleteParameterGroupCommand.js.map +0 -1
  109. package/dist-cjs/commands/DeleteSubnetGroupCommand.js.map +0 -1
  110. package/dist-cjs/commands/DescribeClustersCommand.js.map +0 -1
  111. package/dist-cjs/commands/DescribeDefaultParametersCommand.js.map +0 -1
  112. package/dist-cjs/commands/DescribeEventsCommand.js.map +0 -1
  113. package/dist-cjs/commands/DescribeParameterGroupsCommand.js.map +0 -1
  114. package/dist-cjs/commands/DescribeParametersCommand.js.map +0 -1
  115. package/dist-cjs/commands/DescribeSubnetGroupsCommand.js.map +0 -1
  116. package/dist-cjs/commands/IncreaseReplicationFactorCommand.js.map +0 -1
  117. package/dist-cjs/commands/ListTagsCommand.js.map +0 -1
  118. package/dist-cjs/commands/RebootNodeCommand.js.map +0 -1
  119. package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
  120. package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
  121. package/dist-cjs/commands/UpdateClusterCommand.js.map +0 -1
  122. package/dist-cjs/commands/UpdateParameterGroupCommand.js.map +0 -1
  123. package/dist-cjs/commands/UpdateSubnetGroupCommand.js.map +0 -1
  124. package/dist-cjs/endpoints.js.map +0 -1
  125. package/dist-cjs/index.js.map +0 -1
  126. package/dist-cjs/models/index.js.map +0 -1
  127. package/dist-cjs/models/models_0.js.map +0 -1
  128. package/dist-cjs/protocols/Aws_json1_1.js.map +0 -1
  129. package/dist-cjs/runtimeConfig.browser.js.map +0 -1
  130. package/dist-cjs/runtimeConfig.js.map +0 -1
  131. package/dist-cjs/runtimeConfig.native.js.map +0 -1
  132. package/dist-cjs/runtimeConfig.shared.js.map +0 -1
  133. package/dist-es/DAX.js.map +0 -1
  134. package/dist-es/DAXClient.js.map +0 -1
  135. package/dist-es/commands/CreateClusterCommand.js.map +0 -1
  136. package/dist-es/commands/CreateParameterGroupCommand.js.map +0 -1
  137. package/dist-es/commands/CreateSubnetGroupCommand.js.map +0 -1
  138. package/dist-es/commands/DecreaseReplicationFactorCommand.js.map +0 -1
  139. package/dist-es/commands/DeleteClusterCommand.js.map +0 -1
  140. package/dist-es/commands/DeleteParameterGroupCommand.js.map +0 -1
  141. package/dist-es/commands/DeleteSubnetGroupCommand.js.map +0 -1
  142. package/dist-es/commands/DescribeClustersCommand.js.map +0 -1
  143. package/dist-es/commands/DescribeDefaultParametersCommand.js.map +0 -1
  144. package/dist-es/commands/DescribeEventsCommand.js.map +0 -1
  145. package/dist-es/commands/DescribeParameterGroupsCommand.js.map +0 -1
  146. package/dist-es/commands/DescribeParametersCommand.js.map +0 -1
  147. package/dist-es/commands/DescribeSubnetGroupsCommand.js.map +0 -1
  148. package/dist-es/commands/IncreaseReplicationFactorCommand.js.map +0 -1
  149. package/dist-es/commands/ListTagsCommand.js.map +0 -1
  150. package/dist-es/commands/RebootNodeCommand.js.map +0 -1
  151. package/dist-es/commands/TagResourceCommand.js.map +0 -1
  152. package/dist-es/commands/UntagResourceCommand.js.map +0 -1
  153. package/dist-es/commands/UpdateClusterCommand.js.map +0 -1
  154. package/dist-es/commands/UpdateParameterGroupCommand.js.map +0 -1
  155. package/dist-es/commands/UpdateSubnetGroupCommand.js.map +0 -1
  156. package/dist-es/endpoints.js.map +0 -1
  157. package/dist-es/index.js.map +0 -1
  158. package/dist-es/models/index.js.map +0 -1
  159. package/dist-es/models/models_0.js.map +0 -1
  160. package/dist-es/protocols/Aws_json1_1.js.map +0 -1
  161. package/dist-es/runtimeConfig.browser.js.map +0 -1
  162. package/dist-es/runtimeConfig.js.map +0 -1
  163. package/dist-es/runtimeConfig.native.js.map +0 -1
  164. package/dist-es/runtimeConfig.shared.js.map +0 -1
  165. package/jest.config.js +0 -4
  166. package/src/DAX.ts +0 -805
  167. package/src/DAXClient.ts +0 -328
  168. package/src/commands/CreateClusterCommand.ts +0 -95
  169. package/src/commands/CreateParameterGroupCommand.ts +0 -96
  170. package/src/commands/CreateSubnetGroupCommand.ts +0 -95
  171. package/src/commands/DecreaseReplicationFactorCommand.ts +0 -101
  172. package/src/commands/DeleteClusterCommand.ts +0 -99
  173. package/src/commands/DeleteParameterGroupCommand.ts +0 -96
  174. package/src/commands/DeleteSubnetGroupCommand.ts +0 -99
  175. package/src/commands/DescribeClustersCommand.ts +0 -107
  176. package/src/commands/DescribeDefaultParametersCommand.ts +0 -99
  177. package/src/commands/DescribeEventsCommand.ts +0 -99
  178. package/src/commands/DescribeParameterGroupsCommand.ts +0 -96
  179. package/src/commands/DescribeParametersCommand.ts +0 -95
  180. package/src/commands/DescribeSubnetGroupsCommand.ts +0 -96
  181. package/src/commands/IncreaseReplicationFactorCommand.ts +0 -98
  182. package/src/commands/ListTagsCommand.ts +0 -89
  183. package/src/commands/RebootNodeCommand.ts +0 -101
  184. package/src/commands/TagResourceCommand.ts +0 -96
  185. package/src/commands/UntagResourceCommand.ts +0 -96
  186. package/src/commands/UpdateClusterCommand.ts +0 -97
  187. package/src/commands/UpdateParameterGroupCommand.ts +0 -97
  188. package/src/commands/UpdateSubnetGroupCommand.ts +0 -95
  189. package/src/endpoints.ts +0 -57
  190. package/src/index.ts +0 -24
  191. package/src/models/index.ts +0 -1
  192. package/src/models/models_0.ts +0 -2250
  193. package/src/protocols/Aws_json1_1.ts +0 -3968
  194. package/src/runtimeConfig.browser.ts +0 -41
  195. package/src/runtimeConfig.native.ts +0 -17
  196. package/src/runtimeConfig.shared.ts +0 -17
  197. package/src/runtimeConfig.ts +0 -46
  198. package/tsconfig.es.json +0 -10
  199. package/tsconfig.json +0 -33
  200. package/tsconfig.types.json +0 -9
@@ -1,2250 +0,0 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
-
3
- /**
4
- * <p>You already have a DAX cluster with the given identifier.</p>
5
- */
6
- export interface ClusterAlreadyExistsFault extends __SmithyException, $MetadataBearer {
7
- name: "ClusterAlreadyExistsFault";
8
- $fault: "client";
9
- message?: string;
10
- }
11
-
12
- export namespace ClusterAlreadyExistsFault {
13
- /**
14
- * @internal
15
- */
16
- export const filterSensitiveLog = (obj: ClusterAlreadyExistsFault): any => ({
17
- ...obj,
18
- });
19
- }
20
-
21
- /**
22
- * <p>You have attempted to exceed the maximum number of DAX clusters for your AWS
23
- * account.</p>
24
- */
25
- export interface ClusterQuotaForCustomerExceededFault extends __SmithyException, $MetadataBearer {
26
- name: "ClusterQuotaForCustomerExceededFault";
27
- $fault: "client";
28
- message?: string;
29
- }
30
-
31
- export namespace ClusterQuotaForCustomerExceededFault {
32
- /**
33
- * @internal
34
- */
35
- export const filterSensitiveLog = (obj: ClusterQuotaForCustomerExceededFault): any => ({
36
- ...obj,
37
- });
38
- }
39
-
40
- export enum ClusterEndpointEncryptionType {
41
- NONE = "NONE",
42
- TLS = "TLS",
43
- }
44
-
45
- /**
46
- * <p>Represents the settings used to enable server-side encryption.</p>
47
- */
48
- export interface SSESpecification {
49
- /**
50
- * <p>Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.</p>
51
- */
52
- Enabled: boolean | undefined;
53
- }
54
-
55
- export namespace SSESpecification {
56
- /**
57
- * @internal
58
- */
59
- export const filterSensitiveLog = (obj: SSESpecification): any => ({
60
- ...obj,
61
- });
62
- }
63
-
64
- /**
65
- * <p>A description of a tag. Every tag is a key-value pair. You can add up to 50 tags to a single
66
- * DAX cluster.</p>
67
- * <p>AWS-assigned tag names and values are automatically assigned the <code>aws:</code>
68
- * prefix, which the user cannot assign. AWS-assigned tag names do not count towards the
69
- * tag limit of 50. User-assigned tag names have the prefix <code>user:</code>.</p>
70
- * <p>You cannot backdate the application of a tag.</p>
71
- */
72
- export interface Tag {
73
- /**
74
- * <p>The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have
75
- * one tag with the same key. If you try to add an existing tag (same key), the
76
- * existing tag value will be updated to the new value.</p>
77
- */
78
- Key?: string;
79
-
80
- /**
81
- * <p>The value of the tag. Tag values are case-sensitive and can be null. </p>
82
- */
83
- Value?: string;
84
- }
85
-
86
- export namespace Tag {
87
- /**
88
- * @internal
89
- */
90
- export const filterSensitiveLog = (obj: Tag): any => ({
91
- ...obj,
92
- });
93
- }
94
-
95
- export interface CreateClusterRequest {
96
- /**
97
- * <p>The cluster identifier. This parameter is stored as a lowercase
98
- * string.</p>
99
- * <p>
100
- * <b>Constraints:</b>
101
- * </p>
102
- * <ul>
103
- * <li>
104
- * <p>A name must contain from 1 to 20 alphanumeric characters or
105
- * hyphens.</p>
106
- * </li>
107
- * <li>
108
- * <p>The first character must be a letter.</p>
109
- * </li>
110
- * <li>
111
- * <p>A name cannot end with a hyphen or contain two consecutive
112
- * hyphens.</p>
113
- * </li>
114
- * </ul>
115
- */
116
- ClusterName: string | undefined;
117
-
118
- /**
119
- * <p>The compute and memory capacity of the nodes in the cluster.</p>
120
- */
121
- NodeType: string | undefined;
122
-
123
- /**
124
- * <p>A description of the cluster.</p>
125
- */
126
- Description?: string;
127
-
128
- /**
129
- * <p>The number of nodes in the DAX cluster. A replication factor of 1 will
130
- * create a single-node cluster, without any read replicas. For additional fault tolerance,
131
- * you can create a multiple node cluster with one or more read replicas. To do this, set
132
- * <code>ReplicationFactor</code> to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas).
133
- * <code>If the AvailabilityZones</code> parameter is provided, its length must equal the <code>ReplicationFactor</code>.</p>
134
- * <note>
135
- * <p>AWS recommends that you have at least two read replicas per cluster.</p>
136
- * </note>
137
- */
138
- ReplicationFactor: number | undefined;
139
-
140
- /**
141
- * <p>The Availability Zones (AZs) in which the cluster nodes will reside after the cluster
142
- * has been created or updated. If provided, the length of this list must equal the <code>ReplicationFactor</code> parameter.
143
- * If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.</p>
144
- */
145
- AvailabilityZones?: string[];
146
-
147
- /**
148
- * <p>The name of the subnet group to be used for the replication group.</p>
149
- * <important>
150
- * <p>DAX clusters can only run in an Amazon VPC environment. All of the subnets
151
- * that you specify in a subnet group must exist in the same VPC.</p>
152
- * </important>
153
- */
154
- SubnetGroupName?: string;
155
-
156
- /**
157
- * <p>A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the
158
- * security group ID is system-generated.)</p>
159
- * <p>If this parameter is not specified, DAX assigns the default VPC security group to
160
- * each node.</p>
161
- */
162
- SecurityGroupIds?: string[];
163
-
164
- /**
165
- * <p>Specifies the weekly time range during which maintenance on the DAX cluster is
166
- * performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock
167
- * UTC). The minimum maintenance window is a 60 minute period. Valid values for
168
- * <code>ddd</code> are:</p>
169
- * <ul>
170
- * <li>
171
- * <p>
172
- * <code>sun</code>
173
- * </p>
174
- * </li>
175
- * <li>
176
- * <p>
177
- * <code>mon</code>
178
- * </p>
179
- * </li>
180
- * <li>
181
- * <p>
182
- * <code>tue</code>
183
- * </p>
184
- * </li>
185
- * <li>
186
- * <p>
187
- * <code>wed</code>
188
- * </p>
189
- * </li>
190
- * <li>
191
- * <p>
192
- * <code>thu</code>
193
- * </p>
194
- * </li>
195
- * <li>
196
- * <p>
197
- * <code>fri</code>
198
- * </p>
199
- * </li>
200
- * <li>
201
- * <p>
202
- * <code>sat</code>
203
- * </p>
204
- * </li>
205
- * </ul>
206
- * <p>Example: <code>sun:05:00-sun:09:00</code>
207
- * </p>
208
- * <note>
209
- * <p>If you don't specify a preferred maintenance window when you create or modify a
210
- * cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day
211
- * of the week.</p>
212
- * </note>
213
- */
214
- PreferredMaintenanceWindow?: string;
215
-
216
- /**
217
- * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will
218
- * be sent.</p>
219
- * <note>
220
- * <p>The Amazon SNS topic owner must be same as the DAX cluster owner.</p>
221
- * </note>
222
- */
223
- NotificationTopicArn?: string;
224
-
225
- /**
226
- * <p>A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX
227
- * will assume this role and use the role's permissions to access DynamoDB on your
228
- * behalf.</p>
229
- */
230
- IamRoleArn: string | undefined;
231
-
232
- /**
233
- * <p>The parameter group to be associated with the DAX cluster.</p>
234
- */
235
- ParameterGroupName?: string;
236
-
237
- /**
238
- * <p>A set of tags to associate with the DAX cluster. </p>
239
- */
240
- Tags?: Tag[];
241
-
242
- /**
243
- * <p>Represents the settings used to enable server-side encryption on the cluster.</p>
244
- */
245
- SSESpecification?: SSESpecification;
246
-
247
- /**
248
- * <p>The type of encryption the cluster's endpoint should support. Values are:</p>
249
- * <ul>
250
- * <li>
251
- * <p>
252
- * <code>NONE</code> for no encryption</p>
253
- * </li>
254
- * <li>
255
- * <p>
256
- * <code>TLS</code> for Transport Layer Security</p>
257
- * </li>
258
- * </ul>
259
- */
260
- ClusterEndpointEncryptionType?: ClusterEndpointEncryptionType | string;
261
- }
262
-
263
- export namespace CreateClusterRequest {
264
- /**
265
- * @internal
266
- */
267
- export const filterSensitiveLog = (obj: CreateClusterRequest): any => ({
268
- ...obj,
269
- });
270
- }
271
-
272
- /**
273
- * <p>Represents the information required for client programs to connect to the
274
- * endpoint for a DAX cluster.</p>
275
- */
276
- export interface Endpoint {
277
- /**
278
- * <p>The DNS hostname of the endpoint.</p>
279
- */
280
- Address?: string;
281
-
282
- /**
283
- * <p>The port number that applications should use to connect to the endpoint.</p>
284
- */
285
- Port?: number;
286
-
287
- /**
288
- * <p>The URL that applications should use to connect to the endpoint. The default
289
- * ports are 8111 for the "dax" protocol and 9111 for the "daxs" protocol.</p>
290
- */
291
- URL?: string;
292
- }
293
-
294
- export namespace Endpoint {
295
- /**
296
- * @internal
297
- */
298
- export const filterSensitiveLog = (obj: Endpoint): any => ({
299
- ...obj,
300
- });
301
- }
302
-
303
- /**
304
- * <p>Represents an individual node within a DAX cluster.</p>
305
- */
306
- export interface Node {
307
- /**
308
- * <p>A system-generated identifier for the node.</p>
309
- */
310
- NodeId?: string;
311
-
312
- /**
313
- * <p>The endpoint for the node, consisting of a DNS name and a port number. Client
314
- * applications can connect directly to a node endpoint, if desired (as an alternative to
315
- * allowing DAX client software to intelligently route requests and responses to nodes in
316
- * the DAX cluster.</p>
317
- */
318
- Endpoint?: Endpoint;
319
-
320
- /**
321
- * <p>The date and time (in UNIX epoch format) when the node was launched.</p>
322
- */
323
- NodeCreateTime?: Date;
324
-
325
- /**
326
- * <p>The Availability Zone (AZ) in which the node has been deployed.</p>
327
- */
328
- AvailabilityZone?: string;
329
-
330
- /**
331
- * <p>The current status of the node. For example: <code>available</code>.</p>
332
- */
333
- NodeStatus?: string;
334
-
335
- /**
336
- * <p>The status of the parameter group associated with this node. For example,
337
- * <code>in-sync</code>.</p>
338
- */
339
- ParameterGroupStatus?: string;
340
- }
341
-
342
- export namespace Node {
343
- /**
344
- * @internal
345
- */
346
- export const filterSensitiveLog = (obj: Node): any => ({
347
- ...obj,
348
- });
349
- }
350
-
351
- /**
352
- * <p>Describes a notification topic and its status. Notification topics are used for
353
- * publishing DAX events to subscribers using Amazon Simple Notification Service
354
- * (SNS).</p>
355
- */
356
- export interface NotificationConfiguration {
357
- /**
358
- * <p>The Amazon Resource Name (ARN) that identifies the topic. </p>
359
- */
360
- TopicArn?: string;
361
-
362
- /**
363
- * <p>The current state of the topic. A value of “active” means that notifications will
364
- * be sent to the topic. A value of “inactive” means that notifications will not be sent to the
365
- * topic.</p>
366
- */
367
- TopicStatus?: string;
368
- }
369
-
370
- export namespace NotificationConfiguration {
371
- /**
372
- * @internal
373
- */
374
- export const filterSensitiveLog = (obj: NotificationConfiguration): any => ({
375
- ...obj,
376
- });
377
- }
378
-
379
- /**
380
- * <p>The status of a parameter group.</p>
381
- */
382
- export interface ParameterGroupStatus {
383
- /**
384
- * <p>The name of the parameter group.</p>
385
- */
386
- ParameterGroupName?: string;
387
-
388
- /**
389
- * <p>The status of parameter updates. </p>
390
- */
391
- ParameterApplyStatus?: string;
392
-
393
- /**
394
- * <p>The node IDs of one or more nodes to be rebooted.</p>
395
- */
396
- NodeIdsToReboot?: string[];
397
- }
398
-
399
- export namespace ParameterGroupStatus {
400
- /**
401
- * @internal
402
- */
403
- export const filterSensitiveLog = (obj: ParameterGroupStatus): any => ({
404
- ...obj,
405
- });
406
- }
407
-
408
- /**
409
- * <p>An individual VPC security group and its status.</p>
410
- */
411
- export interface SecurityGroupMembership {
412
- /**
413
- * <p>The unique ID for this security group.</p>
414
- */
415
- SecurityGroupIdentifier?: string;
416
-
417
- /**
418
- * <p>The status of this security group.</p>
419
- */
420
- Status?: string;
421
- }
422
-
423
- export namespace SecurityGroupMembership {
424
- /**
425
- * @internal
426
- */
427
- export const filterSensitiveLog = (obj: SecurityGroupMembership): any => ({
428
- ...obj,
429
- });
430
- }
431
-
432
- export type SSEStatus = "DISABLED" | "DISABLING" | "ENABLED" | "ENABLING";
433
-
434
- /**
435
- * <p>The description of the server-side encryption status on the specified DAX cluster.</p>
436
- */
437
- export interface SSEDescription {
438
- /**
439
- * <p>The current state of server-side encryption:</p>
440
- * <ul>
441
- * <li>
442
- * <p>
443
- * <code>ENABLING</code> - Server-side encryption is being enabled.</p>
444
- * </li>
445
- * <li>
446
- * <p>
447
- * <code>ENABLED</code> - Server-side encryption is enabled.</p>
448
- * </li>
449
- * <li>
450
- * <p>
451
- * <code>DISABLING</code> - Server-side encryption is being disabled.</p>
452
- * </li>
453
- * <li>
454
- * <p>
455
- * <code>DISABLED</code> - Server-side encryption is disabled.</p>
456
- * </li>
457
- * </ul>
458
- */
459
- Status?: SSEStatus | string;
460
- }
461
-
462
- export namespace SSEDescription {
463
- /**
464
- * @internal
465
- */
466
- export const filterSensitiveLog = (obj: SSEDescription): any => ({
467
- ...obj,
468
- });
469
- }
470
-
471
- /**
472
- * <p>Contains all of the attributes of a specific DAX cluster.</p>
473
- */
474
- export interface Cluster {
475
- /**
476
- * <p>The name of the DAX cluster.</p>
477
- */
478
- ClusterName?: string;
479
-
480
- /**
481
- * <p>The description of the cluster.</p>
482
- */
483
- Description?: string;
484
-
485
- /**
486
- * <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.
487
- * </p>
488
- */
489
- ClusterArn?: string;
490
-
491
- /**
492
- * <p>The total number of nodes in the cluster.</p>
493
- */
494
- TotalNodes?: number;
495
-
496
- /**
497
- * <p>The number of nodes in the cluster that are active (i.e., capable of serving
498
- * requests).</p>
499
- */
500
- ActiveNodes?: number;
501
-
502
- /**
503
- * <p>The node type for the nodes in the cluster. (All nodes in a DAX cluster are of
504
- * the same type.)</p>
505
- */
506
- NodeType?: string;
507
-
508
- /**
509
- * <p>The current status of the cluster.</p>
510
- */
511
- Status?: string;
512
-
513
- /**
514
- * <p>The endpoint for this DAX cluster, consisting of a DNS name, a port number,
515
- * and a URL. Applications should use the URL to configure the DAX client to find
516
- * their cluster.</p>
517
- */
518
- ClusterDiscoveryEndpoint?: Endpoint;
519
-
520
- /**
521
- * <p>A list of nodes to be removed from the cluster.</p>
522
- */
523
- NodeIdsToRemove?: string[];
524
-
525
- /**
526
- * <p>A list of nodes that are currently in the cluster.</p>
527
- */
528
- Nodes?: Node[];
529
-
530
- /**
531
- * <p>A range of time when maintenance of DAX cluster software will be performed. For
532
- * example: <code>sun:01:00-sun:09:00</code>. Cluster maintenance normally takes less than
533
- * 30 minutes, and is performed automatically within the maintenance window.</p>
534
- */
535
- PreferredMaintenanceWindow?: string;
536
-
537
- /**
538
- * <p>Describes a notification topic and its status. Notification topics are used for
539
- * publishing DAX events to subscribers using Amazon Simple Notification Service
540
- * (SNS).</p>
541
- */
542
- NotificationConfiguration?: NotificationConfiguration;
543
-
544
- /**
545
- * <p>The subnet group where the DAX cluster is running.</p>
546
- */
547
- SubnetGroup?: string;
548
-
549
- /**
550
- * <p>A list of security groups, and the status of each, for the nodes in the cluster.</p>
551
- */
552
- SecurityGroups?: SecurityGroupMembership[];
553
-
554
- /**
555
- * <p>A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX
556
- * will assume this role and use the role's permissions to access DynamoDB on your
557
- * behalf.</p>
558
- */
559
- IamRoleArn?: string;
560
-
561
- /**
562
- * <p>The parameter group being used by nodes in the cluster.</p>
563
- */
564
- ParameterGroup?: ParameterGroupStatus;
565
-
566
- /**
567
- * <p>The description of the server-side encryption status on the specified DAX cluster.</p>
568
- */
569
- SSEDescription?: SSEDescription;
570
-
571
- /**
572
- * <p>The type of encryption supported by the cluster's endpoint. Values are:</p>
573
- * <ul>
574
- * <li>
575
- * <p>
576
- * <code>NONE</code> for no encryption</p>
577
- * <p>
578
- * <code>TLS</code> for Transport Layer Security</p>
579
- * </li>
580
- * </ul>
581
- */
582
- ClusterEndpointEncryptionType?: ClusterEndpointEncryptionType | string;
583
- }
584
-
585
- export namespace Cluster {
586
- /**
587
- * @internal
588
- */
589
- export const filterSensitiveLog = (obj: Cluster): any => ({
590
- ...obj,
591
- });
592
- }
593
-
594
- export interface CreateClusterResponse {
595
- /**
596
- * <p>A description of the DAX cluster that you have created.</p>
597
- */
598
- Cluster?: Cluster;
599
- }
600
-
601
- export namespace CreateClusterResponse {
602
- /**
603
- * @internal
604
- */
605
- export const filterSensitiveLog = (obj: CreateClusterResponse): any => ({
606
- ...obj,
607
- });
608
- }
609
-
610
- /**
611
- * <p>There are not enough system resources to create the cluster you requested (or to
612
- * resize an already-existing cluster). </p>
613
- */
614
- export interface InsufficientClusterCapacityFault extends __SmithyException, $MetadataBearer {
615
- name: "InsufficientClusterCapacityFault";
616
- $fault: "client";
617
- message?: string;
618
- }
619
-
620
- export namespace InsufficientClusterCapacityFault {
621
- /**
622
- * @internal
623
- */
624
- export const filterSensitiveLog = (obj: InsufficientClusterCapacityFault): any => ({
625
- ...obj,
626
- });
627
- }
628
-
629
- /**
630
- * <p>The requested DAX cluster is not in the <i>available</i>
631
- * state.</p>
632
- */
633
- export interface InvalidClusterStateFault extends __SmithyException, $MetadataBearer {
634
- name: "InvalidClusterStateFault";
635
- $fault: "client";
636
- message?: string;
637
- }
638
-
639
- export namespace InvalidClusterStateFault {
640
- /**
641
- * @internal
642
- */
643
- export const filterSensitiveLog = (obj: InvalidClusterStateFault): any => ({
644
- ...obj,
645
- });
646
- }
647
-
648
- /**
649
- * <p>Two or more incompatible parameters were specified.</p>
650
- */
651
- export interface InvalidParameterCombinationException extends __SmithyException, $MetadataBearer {
652
- name: "InvalidParameterCombinationException";
653
- $fault: "client";
654
- message?: string;
655
- }
656
-
657
- export namespace InvalidParameterCombinationException {
658
- /**
659
- * @internal
660
- */
661
- export const filterSensitiveLog = (obj: InvalidParameterCombinationException): any => ({
662
- ...obj,
663
- });
664
- }
665
-
666
- /**
667
- * <p>One or more parameters in a parameter group are in an invalid state.</p>
668
- */
669
- export interface InvalidParameterGroupStateFault extends __SmithyException, $MetadataBearer {
670
- name: "InvalidParameterGroupStateFault";
671
- $fault: "client";
672
- message?: string;
673
- }
674
-
675
- export namespace InvalidParameterGroupStateFault {
676
- /**
677
- * @internal
678
- */
679
- export const filterSensitiveLog = (obj: InvalidParameterGroupStateFault): any => ({
680
- ...obj,
681
- });
682
- }
683
-
684
- /**
685
- * <p>The value for a parameter is invalid.</p>
686
- */
687
- export interface InvalidParameterValueException extends __SmithyException, $MetadataBearer {
688
- name: "InvalidParameterValueException";
689
- $fault: "client";
690
- message?: string;
691
- }
692
-
693
- export namespace InvalidParameterValueException {
694
- /**
695
- * @internal
696
- */
697
- export const filterSensitiveLog = (obj: InvalidParameterValueException): any => ({
698
- ...obj,
699
- });
700
- }
701
-
702
- /**
703
- * <p>The VPC network is in an invalid state.</p>
704
- */
705
- export interface InvalidVPCNetworkStateFault extends __SmithyException, $MetadataBearer {
706
- name: "InvalidVPCNetworkStateFault";
707
- $fault: "client";
708
- message?: string;
709
- }
710
-
711
- export namespace InvalidVPCNetworkStateFault {
712
- /**
713
- * @internal
714
- */
715
- export const filterSensitiveLog = (obj: InvalidVPCNetworkStateFault): any => ({
716
- ...obj,
717
- });
718
- }
719
-
720
- /**
721
- * <p>You have attempted to exceed the maximum number of nodes for a DAX
722
- * cluster.</p>
723
- */
724
- export interface NodeQuotaForClusterExceededFault extends __SmithyException, $MetadataBearer {
725
- name: "NodeQuotaForClusterExceededFault";
726
- $fault: "client";
727
- message?: string;
728
- }
729
-
730
- export namespace NodeQuotaForClusterExceededFault {
731
- /**
732
- * @internal
733
- */
734
- export const filterSensitiveLog = (obj: NodeQuotaForClusterExceededFault): any => ({
735
- ...obj,
736
- });
737
- }
738
-
739
- /**
740
- * <p>You have attempted to exceed the maximum number of nodes for your AWS
741
- * account.</p>
742
- */
743
- export interface NodeQuotaForCustomerExceededFault extends __SmithyException, $MetadataBearer {
744
- name: "NodeQuotaForCustomerExceededFault";
745
- $fault: "client";
746
- message?: string;
747
- }
748
-
749
- export namespace NodeQuotaForCustomerExceededFault {
750
- /**
751
- * @internal
752
- */
753
- export const filterSensitiveLog = (obj: NodeQuotaForCustomerExceededFault): any => ({
754
- ...obj,
755
- });
756
- }
757
-
758
- /**
759
- * <p>The specified parameter group does not exist.</p>
760
- */
761
- export interface ParameterGroupNotFoundFault extends __SmithyException, $MetadataBearer {
762
- name: "ParameterGroupNotFoundFault";
763
- $fault: "client";
764
- message?: string;
765
- }
766
-
767
- export namespace ParameterGroupNotFoundFault {
768
- /**
769
- * @internal
770
- */
771
- export const filterSensitiveLog = (obj: ParameterGroupNotFoundFault): any => ({
772
- ...obj,
773
- });
774
- }
775
-
776
- /**
777
- * <p>The specified service linked role (SLR) was not found.</p>
778
- */
779
- export interface ServiceLinkedRoleNotFoundFault extends __SmithyException, $MetadataBearer {
780
- name: "ServiceLinkedRoleNotFoundFault";
781
- $fault: "client";
782
- message?: string;
783
- }
784
-
785
- export namespace ServiceLinkedRoleNotFoundFault {
786
- /**
787
- * @internal
788
- */
789
- export const filterSensitiveLog = (obj: ServiceLinkedRoleNotFoundFault): any => ({
790
- ...obj,
791
- });
792
- }
793
-
794
- /**
795
- * <p>You have reached the maximum number of x509 certificates that can be created for
796
- * encrypted clusters in a 30 day period. Contact AWS customer support to discuss options
797
- * for continuing to create encrypted clusters.</p>
798
- */
799
- export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
800
- name: "ServiceQuotaExceededException";
801
- $fault: "client";
802
- }
803
-
804
- export namespace ServiceQuotaExceededException {
805
- /**
806
- * @internal
807
- */
808
- export const filterSensitiveLog = (obj: ServiceQuotaExceededException): any => ({
809
- ...obj,
810
- });
811
- }
812
-
813
- /**
814
- * <p>The requested subnet group name does not refer to an existing subnet
815
- * group.</p>
816
- */
817
- export interface SubnetGroupNotFoundFault extends __SmithyException, $MetadataBearer {
818
- name: "SubnetGroupNotFoundFault";
819
- $fault: "client";
820
- message?: string;
821
- }
822
-
823
- export namespace SubnetGroupNotFoundFault {
824
- /**
825
- * @internal
826
- */
827
- export const filterSensitiveLog = (obj: SubnetGroupNotFoundFault): any => ({
828
- ...obj,
829
- });
830
- }
831
-
832
- /**
833
- * <p>You have exceeded the maximum number of tags for this DAX cluster.</p>
834
- */
835
- export interface TagQuotaPerResourceExceeded extends __SmithyException, $MetadataBearer {
836
- name: "TagQuotaPerResourceExceeded";
837
- $fault: "client";
838
- message?: string;
839
- }
840
-
841
- export namespace TagQuotaPerResourceExceeded {
842
- /**
843
- * @internal
844
- */
845
- export const filterSensitiveLog = (obj: TagQuotaPerResourceExceeded): any => ({
846
- ...obj,
847
- });
848
- }
849
-
850
- export interface CreateParameterGroupRequest {
851
- /**
852
- * <p>The name of the parameter group to apply to all of the clusters in this replication
853
- * group.</p>
854
- */
855
- ParameterGroupName: string | undefined;
856
-
857
- /**
858
- * <p>A description of the parameter group.</p>
859
- */
860
- Description?: string;
861
- }
862
-
863
- export namespace CreateParameterGroupRequest {
864
- /**
865
- * @internal
866
- */
867
- export const filterSensitiveLog = (obj: CreateParameterGroupRequest): any => ({
868
- ...obj,
869
- });
870
- }
871
-
872
- /**
873
- * <p>A named set of parameters that are applied to all of the nodes in a DAX
874
- * cluster.</p>
875
- */
876
- export interface ParameterGroup {
877
- /**
878
- * <p>The name of the parameter group.</p>
879
- */
880
- ParameterGroupName?: string;
881
-
882
- /**
883
- * <p>A description of the parameter group.</p>
884
- */
885
- Description?: string;
886
- }
887
-
888
- export namespace ParameterGroup {
889
- /**
890
- * @internal
891
- */
892
- export const filterSensitiveLog = (obj: ParameterGroup): any => ({
893
- ...obj,
894
- });
895
- }
896
-
897
- export interface CreateParameterGroupResponse {
898
- /**
899
- * <p>Represents the output of a <i>CreateParameterGroup</i>
900
- * action.</p>
901
- */
902
- ParameterGroup?: ParameterGroup;
903
- }
904
-
905
- export namespace CreateParameterGroupResponse {
906
- /**
907
- * @internal
908
- */
909
- export const filterSensitiveLog = (obj: CreateParameterGroupResponse): any => ({
910
- ...obj,
911
- });
912
- }
913
-
914
- /**
915
- * <p>The specified parameter group already exists.</p>
916
- */
917
- export interface ParameterGroupAlreadyExistsFault extends __SmithyException, $MetadataBearer {
918
- name: "ParameterGroupAlreadyExistsFault";
919
- $fault: "client";
920
- message?: string;
921
- }
922
-
923
- export namespace ParameterGroupAlreadyExistsFault {
924
- /**
925
- * @internal
926
- */
927
- export const filterSensitiveLog = (obj: ParameterGroupAlreadyExistsFault): any => ({
928
- ...obj,
929
- });
930
- }
931
-
932
- /**
933
- * <p>You have attempted to exceed the maximum number of parameter groups.</p>
934
- */
935
- export interface ParameterGroupQuotaExceededFault extends __SmithyException, $MetadataBearer {
936
- name: "ParameterGroupQuotaExceededFault";
937
- $fault: "client";
938
- message?: string;
939
- }
940
-
941
- export namespace ParameterGroupQuotaExceededFault {
942
- /**
943
- * @internal
944
- */
945
- export const filterSensitiveLog = (obj: ParameterGroupQuotaExceededFault): any => ({
946
- ...obj,
947
- });
948
- }
949
-
950
- export interface CreateSubnetGroupRequest {
951
- /**
952
- * <p>A name for the subnet group. This value is stored as a lowercase string. </p>
953
- */
954
- SubnetGroupName: string | undefined;
955
-
956
- /**
957
- * <p>A description for the subnet group</p>
958
- */
959
- Description?: string;
960
-
961
- /**
962
- * <p>A list of VPC subnet IDs for the subnet group.</p>
963
- */
964
- SubnetIds: string[] | undefined;
965
- }
966
-
967
- export namespace CreateSubnetGroupRequest {
968
- /**
969
- * @internal
970
- */
971
- export const filterSensitiveLog = (obj: CreateSubnetGroupRequest): any => ({
972
- ...obj,
973
- });
974
- }
975
-
976
- /**
977
- * <p>Represents the subnet associated with a DAX cluster. This parameter refers to
978
- * subnets defined in Amazon Virtual Private Cloud (Amazon VPC) and used with
979
- * DAX.</p>
980
- */
981
- export interface Subnet {
982
- /**
983
- * <p>The system-assigned identifier for the subnet.</p>
984
- */
985
- SubnetIdentifier?: string;
986
-
987
- /**
988
- * <p>The Availability Zone (AZ) for the subnet.</p>
989
- */
990
- SubnetAvailabilityZone?: string;
991
- }
992
-
993
- export namespace Subnet {
994
- /**
995
- * @internal
996
- */
997
- export const filterSensitiveLog = (obj: Subnet): any => ({
998
- ...obj,
999
- });
1000
- }
1001
-
1002
- /**
1003
- * <p>Represents the output of one of the following actions:</p>
1004
- * <ul>
1005
- * <li>
1006
- * <p>
1007
- * <i>CreateSubnetGroup</i>
1008
- * </p>
1009
- * </li>
1010
- * <li>
1011
- * <p>
1012
- * <i>ModifySubnetGroup</i>
1013
- * </p>
1014
- * </li>
1015
- * </ul>
1016
- */
1017
- export interface SubnetGroup {
1018
- /**
1019
- * <p>The name of the subnet group.</p>
1020
- */
1021
- SubnetGroupName?: string;
1022
-
1023
- /**
1024
- * <p>The description of the subnet group.</p>
1025
- */
1026
- Description?: string;
1027
-
1028
- /**
1029
- * <p>The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.</p>
1030
- */
1031
- VpcId?: string;
1032
-
1033
- /**
1034
- * <p>A list of subnets associated with the subnet group. </p>
1035
- */
1036
- Subnets?: Subnet[];
1037
- }
1038
-
1039
- export namespace SubnetGroup {
1040
- /**
1041
- * @internal
1042
- */
1043
- export const filterSensitiveLog = (obj: SubnetGroup): any => ({
1044
- ...obj,
1045
- });
1046
- }
1047
-
1048
- export interface CreateSubnetGroupResponse {
1049
- /**
1050
- * <p>Represents the output of a <i>CreateSubnetGroup</i>
1051
- * operation.</p>
1052
- */
1053
- SubnetGroup?: SubnetGroup;
1054
- }
1055
-
1056
- export namespace CreateSubnetGroupResponse {
1057
- /**
1058
- * @internal
1059
- */
1060
- export const filterSensitiveLog = (obj: CreateSubnetGroupResponse): any => ({
1061
- ...obj,
1062
- });
1063
- }
1064
-
1065
- /**
1066
- * <p>An invalid subnet identifier was specified.</p>
1067
- */
1068
- export interface InvalidSubnet extends __SmithyException, $MetadataBearer {
1069
- name: "InvalidSubnet";
1070
- $fault: "client";
1071
- message?: string;
1072
- }
1073
-
1074
- export namespace InvalidSubnet {
1075
- /**
1076
- * @internal
1077
- */
1078
- export const filterSensitiveLog = (obj: InvalidSubnet): any => ({
1079
- ...obj,
1080
- });
1081
- }
1082
-
1083
- /**
1084
- * <p>The specified subnet group already exists.</p>
1085
- */
1086
- export interface SubnetGroupAlreadyExistsFault extends __SmithyException, $MetadataBearer {
1087
- name: "SubnetGroupAlreadyExistsFault";
1088
- $fault: "client";
1089
- message?: string;
1090
- }
1091
-
1092
- export namespace SubnetGroupAlreadyExistsFault {
1093
- /**
1094
- * @internal
1095
- */
1096
- export const filterSensitiveLog = (obj: SubnetGroupAlreadyExistsFault): any => ({
1097
- ...obj,
1098
- });
1099
- }
1100
-
1101
- /**
1102
- * <p>The request cannot be processed because it would exceed the allowed number of
1103
- * subnets in a subnet group.</p>
1104
- */
1105
- export interface SubnetGroupQuotaExceededFault extends __SmithyException, $MetadataBearer {
1106
- name: "SubnetGroupQuotaExceededFault";
1107
- $fault: "client";
1108
- message?: string;
1109
- }
1110
-
1111
- export namespace SubnetGroupQuotaExceededFault {
1112
- /**
1113
- * @internal
1114
- */
1115
- export const filterSensitiveLog = (obj: SubnetGroupQuotaExceededFault): any => ({
1116
- ...obj,
1117
- });
1118
- }
1119
-
1120
- /**
1121
- * <p>The request cannot be processed because it would exceed the allowed number of
1122
- * subnets in a subnet group.</p>
1123
- */
1124
- export interface SubnetQuotaExceededFault extends __SmithyException, $MetadataBearer {
1125
- name: "SubnetQuotaExceededFault";
1126
- $fault: "client";
1127
- message?: string;
1128
- }
1129
-
1130
- export namespace SubnetQuotaExceededFault {
1131
- /**
1132
- * @internal
1133
- */
1134
- export const filterSensitiveLog = (obj: SubnetQuotaExceededFault): any => ({
1135
- ...obj,
1136
- });
1137
- }
1138
-
1139
- /**
1140
- * <p>The requested cluster ID does not refer to an existing DAX cluster.</p>
1141
- */
1142
- export interface ClusterNotFoundFault extends __SmithyException, $MetadataBearer {
1143
- name: "ClusterNotFoundFault";
1144
- $fault: "client";
1145
- message?: string;
1146
- }
1147
-
1148
- export namespace ClusterNotFoundFault {
1149
- /**
1150
- * @internal
1151
- */
1152
- export const filterSensitiveLog = (obj: ClusterNotFoundFault): any => ({
1153
- ...obj,
1154
- });
1155
- }
1156
-
1157
- export interface DecreaseReplicationFactorRequest {
1158
- /**
1159
- * <p>The name of the DAX cluster from which you want to remove nodes.</p>
1160
- */
1161
- ClusterName: string | undefined;
1162
-
1163
- /**
1164
- * <p>The new number of nodes for the DAX cluster.</p>
1165
- */
1166
- NewReplicationFactor: number | undefined;
1167
-
1168
- /**
1169
- * <p>The Availability Zone(s) from which to remove nodes.</p>
1170
- */
1171
- AvailabilityZones?: string[];
1172
-
1173
- /**
1174
- * <p>The unique identifiers of the nodes to be removed from the cluster.</p>
1175
- */
1176
- NodeIdsToRemove?: string[];
1177
- }
1178
-
1179
- export namespace DecreaseReplicationFactorRequest {
1180
- /**
1181
- * @internal
1182
- */
1183
- export const filterSensitiveLog = (obj: DecreaseReplicationFactorRequest): any => ({
1184
- ...obj,
1185
- });
1186
- }
1187
-
1188
- export interface DecreaseReplicationFactorResponse {
1189
- /**
1190
- * <p>A description of the DAX cluster, after you have decreased its replication
1191
- * factor.</p>
1192
- */
1193
- Cluster?: Cluster;
1194
- }
1195
-
1196
- export namespace DecreaseReplicationFactorResponse {
1197
- /**
1198
- * @internal
1199
- */
1200
- export const filterSensitiveLog = (obj: DecreaseReplicationFactorResponse): any => ({
1201
- ...obj,
1202
- });
1203
- }
1204
-
1205
- /**
1206
- * <p>None of the nodes in the cluster have the given node ID.</p>
1207
- */
1208
- export interface NodeNotFoundFault extends __SmithyException, $MetadataBearer {
1209
- name: "NodeNotFoundFault";
1210
- $fault: "client";
1211
- message?: string;
1212
- }
1213
-
1214
- export namespace NodeNotFoundFault {
1215
- /**
1216
- * @internal
1217
- */
1218
- export const filterSensitiveLog = (obj: NodeNotFoundFault): any => ({
1219
- ...obj,
1220
- });
1221
- }
1222
-
1223
- export interface DeleteClusterRequest {
1224
- /**
1225
- * <p>The name of the cluster to be deleted.</p>
1226
- */
1227
- ClusterName: string | undefined;
1228
- }
1229
-
1230
- export namespace DeleteClusterRequest {
1231
- /**
1232
- * @internal
1233
- */
1234
- export const filterSensitiveLog = (obj: DeleteClusterRequest): any => ({
1235
- ...obj,
1236
- });
1237
- }
1238
-
1239
- export interface DeleteClusterResponse {
1240
- /**
1241
- * <p>A description of the DAX cluster that is being deleted.</p>
1242
- */
1243
- Cluster?: Cluster;
1244
- }
1245
-
1246
- export namespace DeleteClusterResponse {
1247
- /**
1248
- * @internal
1249
- */
1250
- export const filterSensitiveLog = (obj: DeleteClusterResponse): any => ({
1251
- ...obj,
1252
- });
1253
- }
1254
-
1255
- export interface DeleteParameterGroupRequest {
1256
- /**
1257
- * <p>The name of the parameter group to delete.</p>
1258
- */
1259
- ParameterGroupName: string | undefined;
1260
- }
1261
-
1262
- export namespace DeleteParameterGroupRequest {
1263
- /**
1264
- * @internal
1265
- */
1266
- export const filterSensitiveLog = (obj: DeleteParameterGroupRequest): any => ({
1267
- ...obj,
1268
- });
1269
- }
1270
-
1271
- export interface DeleteParameterGroupResponse {
1272
- /**
1273
- * <p>A user-specified message for this action (i.e., a reason for deleting the parameter
1274
- * group).</p>
1275
- */
1276
- DeletionMessage?: string;
1277
- }
1278
-
1279
- export namespace DeleteParameterGroupResponse {
1280
- /**
1281
- * @internal
1282
- */
1283
- export const filterSensitiveLog = (obj: DeleteParameterGroupResponse): any => ({
1284
- ...obj,
1285
- });
1286
- }
1287
-
1288
- export interface DeleteSubnetGroupRequest {
1289
- /**
1290
- * <p>The name of the subnet group to delete.</p>
1291
- */
1292
- SubnetGroupName: string | undefined;
1293
- }
1294
-
1295
- export namespace DeleteSubnetGroupRequest {
1296
- /**
1297
- * @internal
1298
- */
1299
- export const filterSensitiveLog = (obj: DeleteSubnetGroupRequest): any => ({
1300
- ...obj,
1301
- });
1302
- }
1303
-
1304
- export interface DeleteSubnetGroupResponse {
1305
- /**
1306
- * <p>A user-specified message for this action (i.e., a reason for deleting the subnet
1307
- * group).</p>
1308
- */
1309
- DeletionMessage?: string;
1310
- }
1311
-
1312
- export namespace DeleteSubnetGroupResponse {
1313
- /**
1314
- * @internal
1315
- */
1316
- export const filterSensitiveLog = (obj: DeleteSubnetGroupResponse): any => ({
1317
- ...obj,
1318
- });
1319
- }
1320
-
1321
- /**
1322
- * <p>The specified subnet group is currently in use.</p>
1323
- */
1324
- export interface SubnetGroupInUseFault extends __SmithyException, $MetadataBearer {
1325
- name: "SubnetGroupInUseFault";
1326
- $fault: "client";
1327
- message?: string;
1328
- }
1329
-
1330
- export namespace SubnetGroupInUseFault {
1331
- /**
1332
- * @internal
1333
- */
1334
- export const filterSensitiveLog = (obj: SubnetGroupInUseFault): any => ({
1335
- ...obj,
1336
- });
1337
- }
1338
-
1339
- export interface DescribeClustersRequest {
1340
- /**
1341
- * <p>The names of the DAX clusters being described.</p>
1342
- */
1343
- ClusterNames?: string[];
1344
-
1345
- /**
1346
- * <p>The maximum number of results to include in the response. If more results exist
1347
- * than the specified <code>MaxResults</code> value, a token is included in the response so
1348
- * that the remaining results can be retrieved.</p>
1349
- * <p>The value for <code>MaxResults</code> must be between 20 and 100.</p>
1350
- */
1351
- MaxResults?: number;
1352
-
1353
- /**
1354
- * <p>An optional token returned from a prior request. Use this token for pagination of
1355
- * results from this action. If this parameter is specified, the response includes only
1356
- * results beyond the token, up to the value specified by
1357
- * <code>MaxResults</code>.</p>
1358
- */
1359
- NextToken?: string;
1360
- }
1361
-
1362
- export namespace DescribeClustersRequest {
1363
- /**
1364
- * @internal
1365
- */
1366
- export const filterSensitiveLog = (obj: DescribeClustersRequest): any => ({
1367
- ...obj,
1368
- });
1369
- }
1370
-
1371
- export interface DescribeClustersResponse {
1372
- /**
1373
- * <p>Provides an identifier to allow retrieval of paginated results.</p>
1374
- */
1375
- NextToken?: string;
1376
-
1377
- /**
1378
- * <p>The descriptions of your DAX clusters, in response to a
1379
- * <i>DescribeClusters</i> request.</p>
1380
- */
1381
- Clusters?: Cluster[];
1382
- }
1383
-
1384
- export namespace DescribeClustersResponse {
1385
- /**
1386
- * @internal
1387
- */
1388
- export const filterSensitiveLog = (obj: DescribeClustersResponse): any => ({
1389
- ...obj,
1390
- });
1391
- }
1392
-
1393
- export interface DescribeDefaultParametersRequest {
1394
- /**
1395
- * <p>The maximum number of results to include in the response. If more results exist
1396
- * than the specified <code>MaxResults</code> value, a token is included in the response so
1397
- * that the remaining results can be retrieved.</p>
1398
- * <p>The value for <code>MaxResults</code> must be between 20 and 100.</p>
1399
- */
1400
- MaxResults?: number;
1401
-
1402
- /**
1403
- * <p>An optional token returned from a prior request. Use this token for pagination of
1404
- * results from this action. If this parameter is specified, the response includes only
1405
- * results beyond the token, up to the value specified by
1406
- * <code>MaxResults</code>.</p>
1407
- */
1408
- NextToken?: string;
1409
- }
1410
-
1411
- export namespace DescribeDefaultParametersRequest {
1412
- /**
1413
- * @internal
1414
- */
1415
- export const filterSensitiveLog = (obj: DescribeDefaultParametersRequest): any => ({
1416
- ...obj,
1417
- });
1418
- }
1419
-
1420
- export type ChangeType = "IMMEDIATE" | "REQUIRES_REBOOT";
1421
-
1422
- export type IsModifiable = "CONDITIONAL" | "FALSE" | "TRUE";
1423
-
1424
- /**
1425
- * <p>Represents a parameter value that is applicable to a particular node
1426
- * type.</p>
1427
- */
1428
- export interface NodeTypeSpecificValue {
1429
- /**
1430
- * <p>A node type to which the parameter value applies.</p>
1431
- */
1432
- NodeType?: string;
1433
-
1434
- /**
1435
- * <p>The parameter value for this node type.</p>
1436
- */
1437
- Value?: string;
1438
- }
1439
-
1440
- export namespace NodeTypeSpecificValue {
1441
- /**
1442
- * @internal
1443
- */
1444
- export const filterSensitiveLog = (obj: NodeTypeSpecificValue): any => ({
1445
- ...obj,
1446
- });
1447
- }
1448
-
1449
- export type ParameterType = "DEFAULT" | "NODE_TYPE_SPECIFIC";
1450
-
1451
- /**
1452
- * <p>Describes an individual setting that controls some aspect of DAX
1453
- * behavior.</p>
1454
- */
1455
- export interface Parameter {
1456
- /**
1457
- * <p>The name of the parameter.</p>
1458
- */
1459
- ParameterName?: string;
1460
-
1461
- /**
1462
- * <p>Determines whether the parameter can be applied to any nodes, or only nodes of a
1463
- * particular type.</p>
1464
- */
1465
- ParameterType?: ParameterType | string;
1466
-
1467
- /**
1468
- * <p>The value for the parameter.</p>
1469
- */
1470
- ParameterValue?: string;
1471
-
1472
- /**
1473
- * <p>A list of node types, and specific parameter values for each node.</p>
1474
- */
1475
- NodeTypeSpecificValues?: NodeTypeSpecificValue[];
1476
-
1477
- /**
1478
- * <p>A description of the parameter</p>
1479
- */
1480
- Description?: string;
1481
-
1482
- /**
1483
- * <p>How the parameter is defined. For example, <code>system</code> denotes a
1484
- * system-defined parameter.</p>
1485
- */
1486
- Source?: string;
1487
-
1488
- /**
1489
- * <p>The data type of the parameter. For example, <code>integer</code>:</p>
1490
- */
1491
- DataType?: string;
1492
-
1493
- /**
1494
- * <p>A range of values within which the parameter can be set.</p>
1495
- */
1496
- AllowedValues?: string;
1497
-
1498
- /**
1499
- * <p>Whether the customer is allowed to modify the parameter.</p>
1500
- */
1501
- IsModifiable?: IsModifiable | string;
1502
-
1503
- /**
1504
- * <p>The conditions under which changes to this parameter can be applied. For example,
1505
- * <code>requires-reboot</code> indicates that a new value for this parameter will only
1506
- * take effect if a node is rebooted.</p>
1507
- */
1508
- ChangeType?: ChangeType | string;
1509
- }
1510
-
1511
- export namespace Parameter {
1512
- /**
1513
- * @internal
1514
- */
1515
- export const filterSensitiveLog = (obj: Parameter): any => ({
1516
- ...obj,
1517
- });
1518
- }
1519
-
1520
- export interface DescribeDefaultParametersResponse {
1521
- /**
1522
- * <p>Provides an identifier to allow retrieval of paginated results.</p>
1523
- */
1524
- NextToken?: string;
1525
-
1526
- /**
1527
- * <p>A list of parameters. Each element in the list represents one parameter.</p>
1528
- */
1529
- Parameters?: Parameter[];
1530
- }
1531
-
1532
- export namespace DescribeDefaultParametersResponse {
1533
- /**
1534
- * @internal
1535
- */
1536
- export const filterSensitiveLog = (obj: DescribeDefaultParametersResponse): any => ({
1537
- ...obj,
1538
- });
1539
- }
1540
-
1541
- export type SourceType = "CLUSTER" | "PARAMETER_GROUP" | "SUBNET_GROUP";
1542
-
1543
- export interface DescribeEventsRequest {
1544
- /**
1545
- * <p>The identifier of the event source for which events will be returned. If not
1546
- * specified, then all sources are included in the response.</p>
1547
- */
1548
- SourceName?: string;
1549
-
1550
- /**
1551
- * <p>The event source to retrieve events for. If no value is specified, all events are
1552
- * returned.</p>
1553
- */
1554
- SourceType?: SourceType | string;
1555
-
1556
- /**
1557
- * <p>The beginning of the time interval to retrieve events for, specified in ISO 8601
1558
- * format.</p>
1559
- */
1560
- StartTime?: Date;
1561
-
1562
- /**
1563
- * <p>The end of the time interval for which to retrieve events, specified in ISO 8601
1564
- * format.</p>
1565
- */
1566
- EndTime?: Date;
1567
-
1568
- /**
1569
- * <p>The number of minutes' worth of events to retrieve.</p>
1570
- */
1571
- Duration?: number;
1572
-
1573
- /**
1574
- * <p>The maximum number of results to include in the response. If more results exist
1575
- * than the specified <code>MaxResults</code> value, a token is included in the response so
1576
- * that the remaining results can be retrieved.</p>
1577
- * <p>The value for <code>MaxResults</code> must be between 20 and 100.</p>
1578
- */
1579
- MaxResults?: number;
1580
-
1581
- /**
1582
- * <p>An optional token returned from a prior request. Use this token for pagination of
1583
- * results from this action. If this parameter is specified, the response includes only
1584
- * results beyond the token, up to the value specified by
1585
- * <code>MaxResults</code>.</p>
1586
- */
1587
- NextToken?: string;
1588
- }
1589
-
1590
- export namespace DescribeEventsRequest {
1591
- /**
1592
- * @internal
1593
- */
1594
- export const filterSensitiveLog = (obj: DescribeEventsRequest): any => ({
1595
- ...obj,
1596
- });
1597
- }
1598
-
1599
- /**
1600
- * <p>Represents a single occurrence of something interesting within the system. Some
1601
- * examples of events are creating a DAX cluster, adding or removing a node, or rebooting
1602
- * a node.</p>
1603
- */
1604
- export interface Event {
1605
- /**
1606
- * <p>The source of the event. For example, if the event occurred at the node level, the
1607
- * source would be the node ID.</p>
1608
- */
1609
- SourceName?: string;
1610
-
1611
- /**
1612
- * <p>Specifies the origin of this event - a cluster, a parameter group, a node ID,
1613
- * etc.</p>
1614
- */
1615
- SourceType?: SourceType | string;
1616
-
1617
- /**
1618
- * <p>A user-defined message associated with the event.</p>
1619
- */
1620
- Message?: string;
1621
-
1622
- /**
1623
- * <p>The date and time when the event occurred.</p>
1624
- */
1625
- Date?: Date;
1626
- }
1627
-
1628
- export namespace Event {
1629
- /**
1630
- * @internal
1631
- */
1632
- export const filterSensitiveLog = (obj: Event): any => ({
1633
- ...obj,
1634
- });
1635
- }
1636
-
1637
- export interface DescribeEventsResponse {
1638
- /**
1639
- * <p>Provides an identifier to allow retrieval of paginated results.</p>
1640
- */
1641
- NextToken?: string;
1642
-
1643
- /**
1644
- * <p>An array of events. Each element in the array represents one event.</p>
1645
- */
1646
- Events?: Event[];
1647
- }
1648
-
1649
- export namespace DescribeEventsResponse {
1650
- /**
1651
- * @internal
1652
- */
1653
- export const filterSensitiveLog = (obj: DescribeEventsResponse): any => ({
1654
- ...obj,
1655
- });
1656
- }
1657
-
1658
- export interface DescribeParameterGroupsRequest {
1659
- /**
1660
- * <p>The names of the parameter groups.</p>
1661
- */
1662
- ParameterGroupNames?: string[];
1663
-
1664
- /**
1665
- * <p>The maximum number of results to include in the response. If more results exist
1666
- * than the specified <code>MaxResults</code> value, a token is included in the response so
1667
- * that the remaining results can be retrieved.</p>
1668
- * <p>The value for <code>MaxResults</code> must be between 20 and 100.</p>
1669
- */
1670
- MaxResults?: number;
1671
-
1672
- /**
1673
- * <p>An optional token returned from a prior request. Use this token for pagination of
1674
- * results from this action. If this parameter is specified, the response includes only
1675
- * results beyond the token, up to the value specified by
1676
- * <code>MaxResults</code>.</p>
1677
- */
1678
- NextToken?: string;
1679
- }
1680
-
1681
- export namespace DescribeParameterGroupsRequest {
1682
- /**
1683
- * @internal
1684
- */
1685
- export const filterSensitiveLog = (obj: DescribeParameterGroupsRequest): any => ({
1686
- ...obj,
1687
- });
1688
- }
1689
-
1690
- export interface DescribeParameterGroupsResponse {
1691
- /**
1692
- * <p>Provides an identifier to allow retrieval of paginated results.</p>
1693
- */
1694
- NextToken?: string;
1695
-
1696
- /**
1697
- * <p>An array of parameter groups. Each element in the array represents one parameter group.</p>
1698
- */
1699
- ParameterGroups?: ParameterGroup[];
1700
- }
1701
-
1702
- export namespace DescribeParameterGroupsResponse {
1703
- /**
1704
- * @internal
1705
- */
1706
- export const filterSensitiveLog = (obj: DescribeParameterGroupsResponse): any => ({
1707
- ...obj,
1708
- });
1709
- }
1710
-
1711
- export interface DescribeParametersRequest {
1712
- /**
1713
- * <p>The name of the parameter group.</p>
1714
- */
1715
- ParameterGroupName: string | undefined;
1716
-
1717
- /**
1718
- * <p>How the parameter is defined. For example, <code>system</code> denotes a
1719
- * system-defined parameter.</p>
1720
- */
1721
- Source?: string;
1722
-
1723
- /**
1724
- * <p>The maximum number of results to include in the response. If more results exist
1725
- * than the specified <code>MaxResults</code> value, a token is included in the response so
1726
- * that the remaining results can be retrieved.</p>
1727
- * <p>The value for <code>MaxResults</code> must be between 20 and 100.</p>
1728
- */
1729
- MaxResults?: number;
1730
-
1731
- /**
1732
- * <p>An optional token returned from a prior request. Use this token for pagination of
1733
- * results from this action. If this parameter is specified, the response includes only
1734
- * results beyond the token, up to the value specified by
1735
- * <code>MaxResults</code>.</p>
1736
- */
1737
- NextToken?: string;
1738
- }
1739
-
1740
- export namespace DescribeParametersRequest {
1741
- /**
1742
- * @internal
1743
- */
1744
- export const filterSensitiveLog = (obj: DescribeParametersRequest): any => ({
1745
- ...obj,
1746
- });
1747
- }
1748
-
1749
- export interface DescribeParametersResponse {
1750
- /**
1751
- * <p>Provides an identifier to allow retrieval of paginated results.</p>
1752
- */
1753
- NextToken?: string;
1754
-
1755
- /**
1756
- * <p>A list of parameters within a parameter group. Each element in the list represents one parameter.</p>
1757
- */
1758
- Parameters?: Parameter[];
1759
- }
1760
-
1761
- export namespace DescribeParametersResponse {
1762
- /**
1763
- * @internal
1764
- */
1765
- export const filterSensitiveLog = (obj: DescribeParametersResponse): any => ({
1766
- ...obj,
1767
- });
1768
- }
1769
-
1770
- export interface DescribeSubnetGroupsRequest {
1771
- /**
1772
- * <p>The name of the subnet group.</p>
1773
- */
1774
- SubnetGroupNames?: string[];
1775
-
1776
- /**
1777
- * <p>The maximum number of results to include in the response. If more results exist
1778
- * than the specified <code>MaxResults</code> value, a token is included in the response so
1779
- * that the remaining results can be retrieved.</p>
1780
- * <p>The value for <code>MaxResults</code> must be between 20 and 100.</p>
1781
- */
1782
- MaxResults?: number;
1783
-
1784
- /**
1785
- * <p>An optional token returned from a prior request. Use this token for pagination of
1786
- * results from this action. If this parameter is specified, the response includes only
1787
- * results beyond the token, up to the value specified by
1788
- * <code>MaxResults</code>.</p>
1789
- */
1790
- NextToken?: string;
1791
- }
1792
-
1793
- export namespace DescribeSubnetGroupsRequest {
1794
- /**
1795
- * @internal
1796
- */
1797
- export const filterSensitiveLog = (obj: DescribeSubnetGroupsRequest): any => ({
1798
- ...obj,
1799
- });
1800
- }
1801
-
1802
- export interface DescribeSubnetGroupsResponse {
1803
- /**
1804
- * <p>Provides an identifier to allow retrieval of paginated results.</p>
1805
- */
1806
- NextToken?: string;
1807
-
1808
- /**
1809
- * <p>An array of subnet groups. Each element in the array represents a single subnet group.</p>
1810
- */
1811
- SubnetGroups?: SubnetGroup[];
1812
- }
1813
-
1814
- export namespace DescribeSubnetGroupsResponse {
1815
- /**
1816
- * @internal
1817
- */
1818
- export const filterSensitiveLog = (obj: DescribeSubnetGroupsResponse): any => ({
1819
- ...obj,
1820
- });
1821
- }
1822
-
1823
- export interface IncreaseReplicationFactorRequest {
1824
- /**
1825
- * <p>The name of the DAX cluster that will receive additional nodes.</p>
1826
- */
1827
- ClusterName: string | undefined;
1828
-
1829
- /**
1830
- * <p>The new number of nodes for the DAX cluster.</p>
1831
- */
1832
- NewReplicationFactor: number | undefined;
1833
-
1834
- /**
1835
- * <p>The Availability Zones (AZs) in which the cluster nodes will be created. All nodes
1836
- * belonging to the cluster are placed in these Availability Zones. Use this parameter if you want
1837
- * to distribute the nodes across multiple AZs.</p>
1838
- */
1839
- AvailabilityZones?: string[];
1840
- }
1841
-
1842
- export namespace IncreaseReplicationFactorRequest {
1843
- /**
1844
- * @internal
1845
- */
1846
- export const filterSensitiveLog = (obj: IncreaseReplicationFactorRequest): any => ({
1847
- ...obj,
1848
- });
1849
- }
1850
-
1851
- export interface IncreaseReplicationFactorResponse {
1852
- /**
1853
- * <p>A description of the DAX cluster. with its new replication factor.</p>
1854
- */
1855
- Cluster?: Cluster;
1856
- }
1857
-
1858
- export namespace IncreaseReplicationFactorResponse {
1859
- /**
1860
- * @internal
1861
- */
1862
- export const filterSensitiveLog = (obj: IncreaseReplicationFactorResponse): any => ({
1863
- ...obj,
1864
- });
1865
- }
1866
-
1867
- /**
1868
- * <p>The Amazon Resource Name (ARN) supplied in the request is not valid.</p>
1869
- */
1870
- export interface InvalidARNFault extends __SmithyException, $MetadataBearer {
1871
- name: "InvalidARNFault";
1872
- $fault: "client";
1873
- message?: string;
1874
- }
1875
-
1876
- export namespace InvalidARNFault {
1877
- /**
1878
- * @internal
1879
- */
1880
- export const filterSensitiveLog = (obj: InvalidARNFault): any => ({
1881
- ...obj,
1882
- });
1883
- }
1884
-
1885
- export interface ListTagsRequest {
1886
- /**
1887
- * <p>The name of the DAX resource to which the tags belong.</p>
1888
- */
1889
- ResourceName: string | undefined;
1890
-
1891
- /**
1892
- * <p>An optional token returned from a prior request. Use this token for pagination of
1893
- * results from this action. If this parameter is specified, the response includes only
1894
- * results beyond the token.</p>
1895
- */
1896
- NextToken?: string;
1897
- }
1898
-
1899
- export namespace ListTagsRequest {
1900
- /**
1901
- * @internal
1902
- */
1903
- export const filterSensitiveLog = (obj: ListTagsRequest): any => ({
1904
- ...obj,
1905
- });
1906
- }
1907
-
1908
- export interface ListTagsResponse {
1909
- /**
1910
- * <p>A list of tags currently associated with the DAX cluster.</p>
1911
- */
1912
- Tags?: Tag[];
1913
-
1914
- /**
1915
- * <p>If this value is present, there are additional results to be displayed. To retrieve them, call
1916
- * <code>ListTags</code> again, with <code>NextToken</code> set to this value.</p>
1917
- */
1918
- NextToken?: string;
1919
- }
1920
-
1921
- export namespace ListTagsResponse {
1922
- /**
1923
- * @internal
1924
- */
1925
- export const filterSensitiveLog = (obj: ListTagsResponse): any => ({
1926
- ...obj,
1927
- });
1928
- }
1929
-
1930
- export interface RebootNodeRequest {
1931
- /**
1932
- * <p>The name of the DAX cluster containing the node to be rebooted.</p>
1933
- */
1934
- ClusterName: string | undefined;
1935
-
1936
- /**
1937
- * <p>The system-assigned ID of the node to be rebooted.</p>
1938
- */
1939
- NodeId: string | undefined;
1940
- }
1941
-
1942
- export namespace RebootNodeRequest {
1943
- /**
1944
- * @internal
1945
- */
1946
- export const filterSensitiveLog = (obj: RebootNodeRequest): any => ({
1947
- ...obj,
1948
- });
1949
- }
1950
-
1951
- export interface RebootNodeResponse {
1952
- /**
1953
- * <p>A description of the DAX cluster after a node has been rebooted.</p>
1954
- */
1955
- Cluster?: Cluster;
1956
- }
1957
-
1958
- export namespace RebootNodeResponse {
1959
- /**
1960
- * @internal
1961
- */
1962
- export const filterSensitiveLog = (obj: RebootNodeResponse): any => ({
1963
- ...obj,
1964
- });
1965
- }
1966
-
1967
- export interface TagResourceRequest {
1968
- /**
1969
- * <p>The name of the DAX resource to which tags should be added.</p>
1970
- */
1971
- ResourceName: string | undefined;
1972
-
1973
- /**
1974
- * <p>The tags to be assigned to the DAX resource. </p>
1975
- */
1976
- Tags: Tag[] | undefined;
1977
- }
1978
-
1979
- export namespace TagResourceRequest {
1980
- /**
1981
- * @internal
1982
- */
1983
- export const filterSensitiveLog = (obj: TagResourceRequest): any => ({
1984
- ...obj,
1985
- });
1986
- }
1987
-
1988
- export interface TagResourceResponse {
1989
- /**
1990
- * <p>The list of tags that are associated with the DAX resource.</p>
1991
- */
1992
- Tags?: Tag[];
1993
- }
1994
-
1995
- export namespace TagResourceResponse {
1996
- /**
1997
- * @internal
1998
- */
1999
- export const filterSensitiveLog = (obj: TagResourceResponse): any => ({
2000
- ...obj,
2001
- });
2002
- }
2003
-
2004
- /**
2005
- * <p>The tag does not exist.</p>
2006
- */
2007
- export interface TagNotFoundFault extends __SmithyException, $MetadataBearer {
2008
- name: "TagNotFoundFault";
2009
- $fault: "client";
2010
- message?: string;
2011
- }
2012
-
2013
- export namespace TagNotFoundFault {
2014
- /**
2015
- * @internal
2016
- */
2017
- export const filterSensitiveLog = (obj: TagNotFoundFault): any => ({
2018
- ...obj,
2019
- });
2020
- }
2021
-
2022
- export interface UntagResourceRequest {
2023
- /**
2024
- * <p>The name of the DAX resource from which the tags should be removed.</p>
2025
- */
2026
- ResourceName: string | undefined;
2027
-
2028
- /**
2029
- * <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>
2030
- */
2031
- TagKeys: string[] | undefined;
2032
- }
2033
-
2034
- export namespace UntagResourceRequest {
2035
- /**
2036
- * @internal
2037
- */
2038
- export const filterSensitiveLog = (obj: UntagResourceRequest): any => ({
2039
- ...obj,
2040
- });
2041
- }
2042
-
2043
- export interface UntagResourceResponse {
2044
- /**
2045
- * <p>The tag keys that have been removed from the cluster.</p>
2046
- */
2047
- Tags?: Tag[];
2048
- }
2049
-
2050
- export namespace UntagResourceResponse {
2051
- /**
2052
- * @internal
2053
- */
2054
- export const filterSensitiveLog = (obj: UntagResourceResponse): any => ({
2055
- ...obj,
2056
- });
2057
- }
2058
-
2059
- export interface UpdateClusterRequest {
2060
- /**
2061
- * <p>The name of the DAX cluster to be modified.</p>
2062
- */
2063
- ClusterName: string | undefined;
2064
-
2065
- /**
2066
- * <p>A description of the changes being made to the cluster.</p>
2067
- */
2068
- Description?: string;
2069
-
2070
- /**
2071
- * <p>A range of time when maintenance of DAX cluster software will be performed. For
2072
- * example: <code>sun:01:00-sun:09:00</code>. Cluster maintenance normally takes less than
2073
- * 30 minutes, and is performed automatically within the maintenance window.</p>
2074
- */
2075
- PreferredMaintenanceWindow?: string;
2076
-
2077
- /**
2078
- * <p>The Amazon Resource Name (ARN) that identifies the topic.</p>
2079
- */
2080
- NotificationTopicArn?: string;
2081
-
2082
- /**
2083
- * <p>The current state of the topic. A value of “active” means that notifications will
2084
- * be sent to the topic. A value of “inactive” means that notifications will not be sent to the
2085
- * topic.</p>
2086
- */
2087
- NotificationTopicStatus?: string;
2088
-
2089
- /**
2090
- * <p>The name of a parameter group for this cluster.</p>
2091
- */
2092
- ParameterGroupName?: string;
2093
-
2094
- /**
2095
- * <p>A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not
2096
- * specified, DAX assigns the default VPC security group to each node.</p>
2097
- */
2098
- SecurityGroupIds?: string[];
2099
- }
2100
-
2101
- export namespace UpdateClusterRequest {
2102
- /**
2103
- * @internal
2104
- */
2105
- export const filterSensitiveLog = (obj: UpdateClusterRequest): any => ({
2106
- ...obj,
2107
- });
2108
- }
2109
-
2110
- export interface UpdateClusterResponse {
2111
- /**
2112
- * <p>A description of the DAX cluster, after it has been modified.</p>
2113
- */
2114
- Cluster?: Cluster;
2115
- }
2116
-
2117
- export namespace UpdateClusterResponse {
2118
- /**
2119
- * @internal
2120
- */
2121
- export const filterSensitiveLog = (obj: UpdateClusterResponse): any => ({
2122
- ...obj,
2123
- });
2124
- }
2125
-
2126
- /**
2127
- * <p>An individual DAX parameter.</p>
2128
- */
2129
- export interface ParameterNameValue {
2130
- /**
2131
- * <p>The name of the parameter.</p>
2132
- */
2133
- ParameterName?: string;
2134
-
2135
- /**
2136
- * <p>The value of the parameter.</p>
2137
- */
2138
- ParameterValue?: string;
2139
- }
2140
-
2141
- export namespace ParameterNameValue {
2142
- /**
2143
- * @internal
2144
- */
2145
- export const filterSensitiveLog = (obj: ParameterNameValue): any => ({
2146
- ...obj,
2147
- });
2148
- }
2149
-
2150
- export interface UpdateParameterGroupRequest {
2151
- /**
2152
- * <p>The name of the parameter group.</p>
2153
- */
2154
- ParameterGroupName: string | undefined;
2155
-
2156
- /**
2157
- * <p>An array of name-value pairs for the parameters in the group. Each element in the
2158
- * array represents a single parameter.</p>
2159
- * <note>
2160
- * <p>
2161
- * <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>
2162
- * </note>
2163
- */
2164
- ParameterNameValues: ParameterNameValue[] | undefined;
2165
- }
2166
-
2167
- export namespace UpdateParameterGroupRequest {
2168
- /**
2169
- * @internal
2170
- */
2171
- export const filterSensitiveLog = (obj: UpdateParameterGroupRequest): any => ({
2172
- ...obj,
2173
- });
2174
- }
2175
-
2176
- export interface UpdateParameterGroupResponse {
2177
- /**
2178
- * <p>The parameter group that has been modified.</p>
2179
- */
2180
- ParameterGroup?: ParameterGroup;
2181
- }
2182
-
2183
- export namespace UpdateParameterGroupResponse {
2184
- /**
2185
- * @internal
2186
- */
2187
- export const filterSensitiveLog = (obj: UpdateParameterGroupResponse): any => ({
2188
- ...obj,
2189
- });
2190
- }
2191
-
2192
- /**
2193
- * <p>The requested subnet is being used by another subnet group.</p>
2194
- */
2195
- export interface SubnetInUse extends __SmithyException, $MetadataBearer {
2196
- name: "SubnetInUse";
2197
- $fault: "client";
2198
- message?: string;
2199
- }
2200
-
2201
- export namespace SubnetInUse {
2202
- /**
2203
- * @internal
2204
- */
2205
- export const filterSensitiveLog = (obj: SubnetInUse): any => ({
2206
- ...obj,
2207
- });
2208
- }
2209
-
2210
- export interface UpdateSubnetGroupRequest {
2211
- /**
2212
- * <p>The name of the subnet group.</p>
2213
- */
2214
- SubnetGroupName: string | undefined;
2215
-
2216
- /**
2217
- * <p>A description of the subnet group.</p>
2218
- */
2219
- Description?: string;
2220
-
2221
- /**
2222
- * <p>A list of subnet IDs in the subnet group.</p>
2223
- */
2224
- SubnetIds?: string[];
2225
- }
2226
-
2227
- export namespace UpdateSubnetGroupRequest {
2228
- /**
2229
- * @internal
2230
- */
2231
- export const filterSensitiveLog = (obj: UpdateSubnetGroupRequest): any => ({
2232
- ...obj,
2233
- });
2234
- }
2235
-
2236
- export interface UpdateSubnetGroupResponse {
2237
- /**
2238
- * <p>The subnet group that has been modified.</p>
2239
- */
2240
- SubnetGroup?: SubnetGroup;
2241
- }
2242
-
2243
- export namespace UpdateSubnetGroupResponse {
2244
- /**
2245
- * @internal
2246
- */
2247
- export const filterSensitiveLog = (obj: UpdateSubnetGroupResponse): any => ({
2248
- ...obj,
2249
- });
2250
- }