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