@aws-sdk/client-elasticache 3.775.0 → 3.782.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +14 -14
- package/dist-types/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +9 -6
- package/dist-types/commands/BatchApplyUpdateActionCommand.d.ts +1 -0
- package/dist-types/commands/BatchStopUpdateActionCommand.d.ts +1 -0
- package/dist-types/commands/CompleteMigrationCommand.d.ts +1 -0
- package/dist-types/commands/CopyServerlessCacheSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/CopySnapshotCommand.d.ts +30 -30
- package/dist-types/commands/CreateCacheClusterCommand.d.ts +74 -29
- package/dist-types/commands/CreateCacheParameterGroupCommand.d.ts +10 -10
- package/dist-types/commands/CreateCacheSecurityGroupCommand.d.ts +8 -5
- package/dist-types/commands/CreateCacheSubnetGroupCommand.d.ts +20 -20
- package/dist-types/commands/CreateGlobalReplicationGroupCommand.d.ts +1 -0
- package/dist-types/commands/CreateReplicationGroupCommand.d.ts +47 -48
- package/dist-types/commands/CreateServerlessCacheCommand.d.ts +1 -0
- package/dist-types/commands/CreateServerlessCacheSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +97 -56
- package/dist-types/commands/CreateUserCommand.d.ts +1 -0
- package/dist-types/commands/CreateUserGroupCommand.d.ts +1 -0
- package/dist-types/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +1 -0
- package/dist-types/commands/DecreaseReplicaCountCommand.d.ts +1 -0
- package/dist-types/commands/DeleteCacheClusterCommand.d.ts +26 -26
- package/dist-types/commands/DeleteCacheParameterGroupCommand.d.ts +8 -4
- package/dist-types/commands/DeleteCacheSecurityGroupCommand.d.ts +7 -4
- package/dist-types/commands/DeleteCacheSubnetGroupCommand.d.ts +7 -4
- package/dist-types/commands/DeleteGlobalReplicationGroupCommand.d.ts +1 -0
- package/dist-types/commands/DeleteReplicationGroupCommand.d.ts +11 -11
- package/dist-types/commands/DeleteServerlessCacheCommand.d.ts +1 -0
- package/dist-types/commands/DeleteServerlessCacheSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +28 -28
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -0
- package/dist-types/commands/DeleteUserGroupCommand.d.ts +1 -0
- package/dist-types/commands/DescribeCacheClustersCommand.d.ts +92 -26
- package/dist-types/commands/DescribeCacheEngineVersionsCommand.d.ts +140 -65
- package/dist-types/commands/DescribeCacheParameterGroupsCommand.d.ts +8 -8
- package/dist-types/commands/DescribeCacheParametersCommand.d.ts +390 -390
- package/dist-types/commands/DescribeCacheSecurityGroupsCommand.d.ts +7 -4
- package/dist-types/commands/DescribeCacheSubnetGroupsCommand.d.ts +22 -22
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +391 -391
- package/dist-types/commands/DescribeEventsCommand.d.ts +80 -27
- package/dist-types/commands/DescribeGlobalReplicationGroupsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeReplicationGroupsCommand.d.ts +31 -31
- package/dist-types/commands/DescribeReservedCacheNodesCommand.d.ts +7 -4
- package/dist-types/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +230 -188
- package/dist-types/commands/DescribeServerlessCacheSnapshotsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeServerlessCachesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeServiceUpdatesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +29 -29
- package/dist-types/commands/DescribeUpdateActionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeUserGroupsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeUsersCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateGlobalReplicationGroupCommand.d.ts +1 -0
- package/dist-types/commands/ExportServerlessCacheSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/FailoverGlobalReplicationGroupCommand.d.ts +1 -0
- package/dist-types/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +1 -0
- package/dist-types/commands/IncreaseReplicaCountCommand.d.ts +1 -0
- package/dist-types/commands/ListAllowedNodeTypeModificationsCommand.d.ts +20 -5
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +9 -9
- package/dist-types/commands/ModifyCacheClusterCommand.d.ts +27 -27
- package/dist-types/commands/ModifyCacheParameterGroupCommand.d.ts +10 -10
- package/dist-types/commands/ModifyCacheSubnetGroupCommand.d.ts +25 -25
- package/dist-types/commands/ModifyGlobalReplicationGroupCommand.d.ts +1 -0
- package/dist-types/commands/ModifyReplicationGroupCommand.d.ts +44 -44
- package/dist-types/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/ModifyServerlessCacheCommand.d.ts +1 -0
- package/dist-types/commands/ModifyUserCommand.d.ts +1 -0
- package/dist-types/commands/ModifyUserGroupCommand.d.ts +1 -0
- package/dist-types/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +7 -4
- package/dist-types/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +1 -0
- package/dist-types/commands/RebootCacheClusterCommand.d.ts +27 -27
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +16 -16
- package/dist-types/commands/ResetCacheParameterGroupCommand.d.ts +6 -6
- package/dist-types/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +9 -6
- package/dist-types/commands/StartMigrationCommand.d.ts +1 -0
- package/dist-types/commands/TestFailoverCommand.d.ts +1 -0
- package/dist-types/commands/TestMigrationCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -97,621 +97,621 @@ declare const DescribeEngineDefaultParametersCommand_base: {
|
|
|
97
97
|
* @throws {@link ElastiCacheServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
99
99
|
*
|
|
100
|
-
*
|
|
100
|
+
*
|
|
101
101
|
* @example DescribeEngineDefaultParameters
|
|
102
102
|
* ```javascript
|
|
103
103
|
* // Returns the default engine and system parameter information for the specified cache engine.
|
|
104
104
|
* const input = {
|
|
105
|
-
*
|
|
106
|
-
*
|
|
105
|
+
* CacheParameterGroupFamily: "redis2.8",
|
|
106
|
+
* MaxRecords: 25
|
|
107
107
|
* };
|
|
108
108
|
* const command = new DescribeEngineDefaultParametersCommand(input);
|
|
109
109
|
* const response = await client.send(command);
|
|
110
|
-
* /* response
|
|
110
|
+
* /* response is
|
|
111
111
|
* {
|
|
112
|
-
*
|
|
113
|
-
*
|
|
112
|
+
* EngineDefaults: {
|
|
113
|
+
* CacheNodeTypeSpecificParameters: [
|
|
114
114
|
* {
|
|
115
|
-
*
|
|
116
|
-
*
|
|
115
|
+
* AllowedValues: "0-",
|
|
116
|
+
* CacheNodeTypeSpecificValues: [
|
|
117
117
|
* {
|
|
118
|
-
*
|
|
119
|
-
*
|
|
118
|
+
* CacheNodeType: "cache.c1.xlarge",
|
|
119
|
+
* Value: "650117120"
|
|
120
120
|
* },
|
|
121
121
|
* {
|
|
122
|
-
*
|
|
123
|
-
*
|
|
122
|
+
* CacheNodeType: "cache.m1.large",
|
|
123
|
+
* Value: "702545920"
|
|
124
124
|
* },
|
|
125
125
|
* {
|
|
126
|
-
*
|
|
127
|
-
*
|
|
126
|
+
* CacheNodeType: "cache.m1.medium",
|
|
127
|
+
* Value: "309329920"
|
|
128
128
|
* },
|
|
129
129
|
* {
|
|
130
|
-
*
|
|
131
|
-
*
|
|
130
|
+
* CacheNodeType: "cache.m1.small",
|
|
131
|
+
* Value: "94371840"
|
|
132
132
|
* },
|
|
133
133
|
* {
|
|
134
|
-
*
|
|
135
|
-
*
|
|
134
|
+
* CacheNodeType: "cache.m1.xlarge",
|
|
135
|
+
* Value: "1488977920"
|
|
136
136
|
* },
|
|
137
137
|
* {
|
|
138
|
-
*
|
|
139
|
-
*
|
|
138
|
+
* CacheNodeType: "cache.m2.2xlarge",
|
|
139
|
+
* Value: "3502243840"
|
|
140
140
|
* },
|
|
141
141
|
* {
|
|
142
|
-
*
|
|
143
|
-
*
|
|
142
|
+
* CacheNodeType: "cache.m2.4xlarge",
|
|
143
|
+
* Value: "7088373760"
|
|
144
144
|
* },
|
|
145
145
|
* {
|
|
146
|
-
*
|
|
147
|
-
*
|
|
146
|
+
* CacheNodeType: "cache.m2.xlarge",
|
|
147
|
+
* Value: "1709178880"
|
|
148
148
|
* },
|
|
149
149
|
* {
|
|
150
|
-
*
|
|
151
|
-
*
|
|
150
|
+
* CacheNodeType: "cache.m3.2xlarge",
|
|
151
|
+
* Value: "2998927360"
|
|
152
152
|
* },
|
|
153
153
|
* {
|
|
154
|
-
*
|
|
155
|
-
*
|
|
154
|
+
* CacheNodeType: "cache.m3.large",
|
|
155
|
+
* Value: "650117120"
|
|
156
156
|
* },
|
|
157
157
|
* {
|
|
158
|
-
*
|
|
159
|
-
*
|
|
158
|
+
* CacheNodeType: "cache.m3.medium",
|
|
159
|
+
* Value: "309329920"
|
|
160
160
|
* },
|
|
161
161
|
* {
|
|
162
|
-
*
|
|
163
|
-
*
|
|
162
|
+
* CacheNodeType: "cache.m3.xlarge",
|
|
163
|
+
* Value: "1426063360"
|
|
164
164
|
* },
|
|
165
165
|
* {
|
|
166
|
-
*
|
|
167
|
-
*
|
|
166
|
+
* CacheNodeType: "cache.m4.10xlarge",
|
|
167
|
+
* Value: "16604761424"
|
|
168
168
|
* },
|
|
169
169
|
* {
|
|
170
|
-
*
|
|
171
|
-
*
|
|
170
|
+
* CacheNodeType: "cache.m4.2xlarge",
|
|
171
|
+
* Value: "3188912636"
|
|
172
172
|
* },
|
|
173
173
|
* {
|
|
174
|
-
*
|
|
175
|
-
*
|
|
174
|
+
* CacheNodeType: "cache.m4.4xlarge",
|
|
175
|
+
* Value: "6525729063"
|
|
176
176
|
* },
|
|
177
177
|
* {
|
|
178
|
-
*
|
|
179
|
-
*
|
|
178
|
+
* CacheNodeType: "cache.m4.large",
|
|
179
|
+
* Value: "689259315"
|
|
180
180
|
* },
|
|
181
181
|
* {
|
|
182
|
-
*
|
|
183
|
-
*
|
|
182
|
+
* CacheNodeType: "cache.m4.xlarge",
|
|
183
|
+
* Value: "1532850176"
|
|
184
184
|
* },
|
|
185
185
|
* {
|
|
186
|
-
*
|
|
187
|
-
*
|
|
186
|
+
* CacheNodeType: "cache.r3.2xlarge",
|
|
187
|
+
* Value: "6081740800"
|
|
188
188
|
* },
|
|
189
189
|
* {
|
|
190
|
-
*
|
|
191
|
-
*
|
|
190
|
+
* CacheNodeType: "cache.r3.4xlarge",
|
|
191
|
+
* Value: "12268339200"
|
|
192
192
|
* },
|
|
193
193
|
* {
|
|
194
|
-
*
|
|
195
|
-
*
|
|
194
|
+
* CacheNodeType: "cache.r3.8xlarge",
|
|
195
|
+
* Value: "24536678400"
|
|
196
196
|
* },
|
|
197
197
|
* {
|
|
198
|
-
*
|
|
199
|
-
*
|
|
198
|
+
* CacheNodeType: "cache.r3.large",
|
|
199
|
+
* Value: "1468006400"
|
|
200
200
|
* },
|
|
201
201
|
* {
|
|
202
|
-
*
|
|
203
|
-
*
|
|
202
|
+
* CacheNodeType: "cache.r3.xlarge",
|
|
203
|
+
* Value: "3040870400"
|
|
204
204
|
* },
|
|
205
205
|
* {
|
|
206
|
-
*
|
|
207
|
-
*
|
|
206
|
+
* CacheNodeType: "cache.t1.micro",
|
|
207
|
+
* Value: "14260633"
|
|
208
208
|
* },
|
|
209
209
|
* {
|
|
210
|
-
*
|
|
211
|
-
*
|
|
210
|
+
* CacheNodeType: "cache.t2.medium",
|
|
211
|
+
* Value: "346134937"
|
|
212
212
|
* },
|
|
213
213
|
* {
|
|
214
|
-
*
|
|
215
|
-
*
|
|
214
|
+
* CacheNodeType: "cache.t2.micro",
|
|
215
|
+
* Value: "58195968"
|
|
216
216
|
* },
|
|
217
217
|
* {
|
|
218
|
-
*
|
|
219
|
-
*
|
|
218
|
+
* CacheNodeType: "cache.t2.small",
|
|
219
|
+
* Value: "166513868"
|
|
220
220
|
* }
|
|
221
221
|
* ],
|
|
222
|
-
*
|
|
223
|
-
*
|
|
224
|
-
*
|
|
225
|
-
*
|
|
226
|
-
*
|
|
227
|
-
*
|
|
228
|
-
*
|
|
222
|
+
* ChangeType: "immediate",
|
|
223
|
+
* DataType: "integer",
|
|
224
|
+
* Description: "Slave client output buffer hard limit in bytes.",
|
|
225
|
+
* IsModifiable: false,
|
|
226
|
+
* MinimumEngineVersion: "2.8.6",
|
|
227
|
+
* ParameterName: "client-output-buffer-limit-slave-hard-limit",
|
|
228
|
+
* Source: "system"
|
|
229
229
|
* },
|
|
230
230
|
* {
|
|
231
|
-
*
|
|
232
|
-
*
|
|
231
|
+
* AllowedValues: "0-",
|
|
232
|
+
* CacheNodeTypeSpecificValues: [
|
|
233
233
|
* {
|
|
234
|
-
*
|
|
235
|
-
*
|
|
234
|
+
* CacheNodeType: "cache.c1.xlarge",
|
|
235
|
+
* Value: "650117120"
|
|
236
236
|
* },
|
|
237
237
|
* {
|
|
238
|
-
*
|
|
239
|
-
*
|
|
238
|
+
* CacheNodeType: "cache.m1.large",
|
|
239
|
+
* Value: "702545920"
|
|
240
240
|
* },
|
|
241
241
|
* {
|
|
242
|
-
*
|
|
243
|
-
*
|
|
242
|
+
* CacheNodeType: "cache.m1.medium",
|
|
243
|
+
* Value: "309329920"
|
|
244
244
|
* },
|
|
245
245
|
* {
|
|
246
|
-
*
|
|
247
|
-
*
|
|
246
|
+
* CacheNodeType: "cache.m1.small",
|
|
247
|
+
* Value: "94371840"
|
|
248
248
|
* },
|
|
249
249
|
* {
|
|
250
|
-
*
|
|
251
|
-
*
|
|
250
|
+
* CacheNodeType: "cache.m1.xlarge",
|
|
251
|
+
* Value: "1488977920"
|
|
252
252
|
* },
|
|
253
253
|
* {
|
|
254
|
-
*
|
|
255
|
-
*
|
|
254
|
+
* CacheNodeType: "cache.m2.2xlarge",
|
|
255
|
+
* Value: "3502243840"
|
|
256
256
|
* },
|
|
257
257
|
* {
|
|
258
|
-
*
|
|
259
|
-
*
|
|
258
|
+
* CacheNodeType: "cache.m2.4xlarge",
|
|
259
|
+
* Value: "7088373760"
|
|
260
260
|
* },
|
|
261
261
|
* {
|
|
262
|
-
*
|
|
263
|
-
*
|
|
262
|
+
* CacheNodeType: "cache.m2.xlarge",
|
|
263
|
+
* Value: "1709178880"
|
|
264
264
|
* },
|
|
265
265
|
* {
|
|
266
|
-
*
|
|
267
|
-
*
|
|
266
|
+
* CacheNodeType: "cache.m3.2xlarge",
|
|
267
|
+
* Value: "2998927360"
|
|
268
268
|
* },
|
|
269
269
|
* {
|
|
270
|
-
*
|
|
271
|
-
*
|
|
270
|
+
* CacheNodeType: "cache.m3.large",
|
|
271
|
+
* Value: "650117120"
|
|
272
272
|
* },
|
|
273
273
|
* {
|
|
274
|
-
*
|
|
275
|
-
*
|
|
274
|
+
* CacheNodeType: "cache.m3.medium",
|
|
275
|
+
* Value: "309329920"
|
|
276
276
|
* },
|
|
277
277
|
* {
|
|
278
|
-
*
|
|
279
|
-
*
|
|
278
|
+
* CacheNodeType: "cache.m3.xlarge",
|
|
279
|
+
* Value: "1426063360"
|
|
280
280
|
* },
|
|
281
281
|
* {
|
|
282
|
-
*
|
|
283
|
-
*
|
|
282
|
+
* CacheNodeType: "cache.m4.10xlarge",
|
|
283
|
+
* Value: "16604761424"
|
|
284
284
|
* },
|
|
285
285
|
* {
|
|
286
|
-
*
|
|
287
|
-
*
|
|
286
|
+
* CacheNodeType: "cache.m4.2xlarge",
|
|
287
|
+
* Value: "3188912636"
|
|
288
288
|
* },
|
|
289
289
|
* {
|
|
290
|
-
*
|
|
291
|
-
*
|
|
290
|
+
* CacheNodeType: "cache.m4.4xlarge",
|
|
291
|
+
* Value: "6525729063"
|
|
292
292
|
* },
|
|
293
293
|
* {
|
|
294
|
-
*
|
|
295
|
-
*
|
|
294
|
+
* CacheNodeType: "cache.m4.large",
|
|
295
|
+
* Value: "689259315"
|
|
296
296
|
* },
|
|
297
297
|
* {
|
|
298
|
-
*
|
|
299
|
-
*
|
|
298
|
+
* CacheNodeType: "cache.m4.xlarge",
|
|
299
|
+
* Value: "1532850176"
|
|
300
300
|
* },
|
|
301
301
|
* {
|
|
302
|
-
*
|
|
303
|
-
*
|
|
302
|
+
* CacheNodeType: "cache.r3.2xlarge",
|
|
303
|
+
* Value: "6081740800"
|
|
304
304
|
* },
|
|
305
305
|
* {
|
|
306
|
-
*
|
|
307
|
-
*
|
|
306
|
+
* CacheNodeType: "cache.r3.4xlarge",
|
|
307
|
+
* Value: "12268339200"
|
|
308
308
|
* },
|
|
309
309
|
* {
|
|
310
|
-
*
|
|
311
|
-
*
|
|
310
|
+
* CacheNodeType: "cache.r3.8xlarge",
|
|
311
|
+
* Value: "24536678400"
|
|
312
312
|
* },
|
|
313
313
|
* {
|
|
314
|
-
*
|
|
315
|
-
*
|
|
314
|
+
* CacheNodeType: "cache.r3.large",
|
|
315
|
+
* Value: "1468006400"
|
|
316
316
|
* },
|
|
317
317
|
* {
|
|
318
|
-
*
|
|
319
|
-
*
|
|
318
|
+
* CacheNodeType: "cache.r3.xlarge",
|
|
319
|
+
* Value: "3040870400"
|
|
320
320
|
* },
|
|
321
321
|
* {
|
|
322
|
-
*
|
|
323
|
-
*
|
|
322
|
+
* CacheNodeType: "cache.t1.micro",
|
|
323
|
+
* Value: "14260633"
|
|
324
324
|
* },
|
|
325
325
|
* {
|
|
326
|
-
*
|
|
327
|
-
*
|
|
326
|
+
* CacheNodeType: "cache.t2.medium",
|
|
327
|
+
* Value: "346134937"
|
|
328
328
|
* },
|
|
329
329
|
* {
|
|
330
|
-
*
|
|
331
|
-
*
|
|
330
|
+
* CacheNodeType: "cache.t2.micro",
|
|
331
|
+
* Value: "58195968"
|
|
332
332
|
* },
|
|
333
333
|
* {
|
|
334
|
-
*
|
|
335
|
-
*
|
|
334
|
+
* CacheNodeType: "cache.t2.small",
|
|
335
|
+
* Value: "166513868"
|
|
336
336
|
* }
|
|
337
337
|
* ],
|
|
338
|
-
*
|
|
339
|
-
*
|
|
340
|
-
*
|
|
341
|
-
*
|
|
342
|
-
*
|
|
343
|
-
*
|
|
344
|
-
*
|
|
338
|
+
* ChangeType: "immediate",
|
|
339
|
+
* DataType: "integer",
|
|
340
|
+
* Description: "Slave client output buffer soft limit in bytes.",
|
|
341
|
+
* IsModifiable: false,
|
|
342
|
+
* MinimumEngineVersion: "2.8.6",
|
|
343
|
+
* ParameterName: "client-output-buffer-limit-slave-soft-limit",
|
|
344
|
+
* Source: "system"
|
|
345
345
|
* },
|
|
346
346
|
* {
|
|
347
|
-
*
|
|
348
|
-
*
|
|
347
|
+
* AllowedValues: "0-",
|
|
348
|
+
* CacheNodeTypeSpecificValues: [
|
|
349
349
|
* {
|
|
350
|
-
*
|
|
351
|
-
*
|
|
350
|
+
* CacheNodeType: "cache.c1.xlarge",
|
|
351
|
+
* Value: "6501171200"
|
|
352
352
|
* },
|
|
353
353
|
* {
|
|
354
|
-
*
|
|
355
|
-
*
|
|
354
|
+
* CacheNodeType: "cache.m1.large",
|
|
355
|
+
* Value: "7025459200"
|
|
356
356
|
* },
|
|
357
357
|
* {
|
|
358
|
-
*
|
|
359
|
-
*
|
|
358
|
+
* CacheNodeType: "cache.m1.medium",
|
|
359
|
+
* Value: "3093299200"
|
|
360
360
|
* },
|
|
361
361
|
* {
|
|
362
|
-
*
|
|
363
|
-
*
|
|
362
|
+
* CacheNodeType: "cache.m1.small",
|
|
363
|
+
* Value: "943718400"
|
|
364
364
|
* },
|
|
365
365
|
* {
|
|
366
|
-
*
|
|
367
|
-
*
|
|
366
|
+
* CacheNodeType: "cache.m1.xlarge",
|
|
367
|
+
* Value: "14889779200"
|
|
368
368
|
* },
|
|
369
369
|
* {
|
|
370
|
-
*
|
|
371
|
-
*
|
|
370
|
+
* CacheNodeType: "cache.m2.2xlarge",
|
|
371
|
+
* Value: "35022438400"
|
|
372
372
|
* },
|
|
373
373
|
* {
|
|
374
|
-
*
|
|
375
|
-
*
|
|
374
|
+
* CacheNodeType: "cache.m2.4xlarge",
|
|
375
|
+
* Value: "70883737600"
|
|
376
376
|
* },
|
|
377
377
|
* {
|
|
378
|
-
*
|
|
379
|
-
*
|
|
378
|
+
* CacheNodeType: "cache.m2.xlarge",
|
|
379
|
+
* Value: "17091788800"
|
|
380
380
|
* },
|
|
381
381
|
* {
|
|
382
|
-
*
|
|
383
|
-
*
|
|
382
|
+
* CacheNodeType: "cache.m3.2xlarge",
|
|
383
|
+
* Value: "29989273600"
|
|
384
384
|
* },
|
|
385
385
|
* {
|
|
386
|
-
*
|
|
387
|
-
*
|
|
386
|
+
* CacheNodeType: "cache.m3.large",
|
|
387
|
+
* Value: "6501171200"
|
|
388
388
|
* },
|
|
389
389
|
* {
|
|
390
|
-
*
|
|
391
|
-
*
|
|
390
|
+
* CacheNodeType: "cache.m3.medium",
|
|
391
|
+
* Value: "2988441600"
|
|
392
392
|
* },
|
|
393
393
|
* {
|
|
394
|
-
*
|
|
395
|
-
*
|
|
394
|
+
* CacheNodeType: "cache.m3.xlarge",
|
|
395
|
+
* Value: "14260633600"
|
|
396
396
|
* },
|
|
397
397
|
* {
|
|
398
|
-
*
|
|
399
|
-
*
|
|
398
|
+
* CacheNodeType: "cache.m4.10xlarge",
|
|
399
|
+
* Value: "166047614239"
|
|
400
400
|
* },
|
|
401
401
|
* {
|
|
402
|
-
*
|
|
403
|
-
*
|
|
402
|
+
* CacheNodeType: "cache.m4.2xlarge",
|
|
403
|
+
* Value: "31889126359"
|
|
404
404
|
* },
|
|
405
405
|
* {
|
|
406
|
-
*
|
|
407
|
-
*
|
|
406
|
+
* CacheNodeType: "cache.m4.4xlarge",
|
|
407
|
+
* Value: "65257290629"
|
|
408
408
|
* },
|
|
409
409
|
* {
|
|
410
|
-
*
|
|
411
|
-
*
|
|
410
|
+
* CacheNodeType: "cache.m4.large",
|
|
411
|
+
* Value: "6892593152"
|
|
412
412
|
* },
|
|
413
413
|
* {
|
|
414
|
-
*
|
|
415
|
-
*
|
|
414
|
+
* CacheNodeType: "cache.m4.xlarge",
|
|
415
|
+
* Value: "15328501760"
|
|
416
416
|
* },
|
|
417
417
|
* {
|
|
418
|
-
*
|
|
419
|
-
*
|
|
418
|
+
* CacheNodeType: "cache.r3.2xlarge",
|
|
419
|
+
* Value: "62495129600"
|
|
420
420
|
* },
|
|
421
421
|
* {
|
|
422
|
-
*
|
|
423
|
-
*
|
|
422
|
+
* CacheNodeType: "cache.r3.4xlarge",
|
|
423
|
+
* Value: "126458265600"
|
|
424
424
|
* },
|
|
425
425
|
* {
|
|
426
|
-
*
|
|
427
|
-
*
|
|
426
|
+
* CacheNodeType: "cache.r3.8xlarge",
|
|
427
|
+
* Value: "254384537600"
|
|
428
428
|
* },
|
|
429
429
|
* {
|
|
430
|
-
*
|
|
431
|
-
*
|
|
430
|
+
* CacheNodeType: "cache.r3.large",
|
|
431
|
+
* Value: "14470348800"
|
|
432
432
|
* },
|
|
433
433
|
* {
|
|
434
|
-
*
|
|
435
|
-
*
|
|
434
|
+
* CacheNodeType: "cache.r3.xlarge",
|
|
435
|
+
* Value: "30513561600"
|
|
436
436
|
* },
|
|
437
437
|
* {
|
|
438
|
-
*
|
|
439
|
-
*
|
|
438
|
+
* CacheNodeType: "cache.t1.micro",
|
|
439
|
+
* Value: "142606336"
|
|
440
440
|
* },
|
|
441
441
|
* {
|
|
442
|
-
*
|
|
443
|
-
*
|
|
442
|
+
* CacheNodeType: "cache.t2.medium",
|
|
443
|
+
* Value: "3461349376"
|
|
444
444
|
* },
|
|
445
445
|
* {
|
|
446
|
-
*
|
|
447
|
-
*
|
|
446
|
+
* CacheNodeType: "cache.t2.micro",
|
|
447
|
+
* Value: "581959680"
|
|
448
448
|
* },
|
|
449
449
|
* {
|
|
450
|
-
*
|
|
451
|
-
*
|
|
450
|
+
* CacheNodeType: "cache.t2.small",
|
|
451
|
+
* Value: "1665138688"
|
|
452
452
|
* }
|
|
453
453
|
* ],
|
|
454
|
-
*
|
|
455
|
-
*
|
|
456
|
-
*
|
|
457
|
-
*
|
|
458
|
-
*
|
|
459
|
-
*
|
|
460
|
-
*
|
|
454
|
+
* ChangeType: "immediate",
|
|
455
|
+
* DataType: "integer",
|
|
456
|
+
* Description: "The maximum configurable amount of memory to use to store items, in bytes.",
|
|
457
|
+
* IsModifiable: false,
|
|
458
|
+
* MinimumEngineVersion: "2.8.6",
|
|
459
|
+
* ParameterName: "maxmemory",
|
|
460
|
+
* Source: "system"
|
|
461
461
|
* }
|
|
462
462
|
* ],
|
|
463
|
-
*
|
|
464
|
-
*
|
|
465
|
-
*
|
|
463
|
+
* CacheParameterGroupFamily: "redis2.8",
|
|
464
|
+
* Marker: "bWluLXNsYXZlcy10by13cml0ZQ==",
|
|
465
|
+
* Parameters: [
|
|
466
466
|
* {
|
|
467
|
-
*
|
|
468
|
-
*
|
|
469
|
-
*
|
|
470
|
-
*
|
|
471
|
-
*
|
|
472
|
-
*
|
|
473
|
-
*
|
|
474
|
-
*
|
|
475
|
-
*
|
|
467
|
+
* AllowedValues: "yes,no",
|
|
468
|
+
* ChangeType: "requires-reboot",
|
|
469
|
+
* DataType: "string",
|
|
470
|
+
* Description: "Apply rehashing or not.",
|
|
471
|
+
* IsModifiable: true,
|
|
472
|
+
* MinimumEngineVersion: "2.8.6",
|
|
473
|
+
* ParameterName: "activerehashing",
|
|
474
|
+
* ParameterValue: "yes",
|
|
475
|
+
* Source: "system"
|
|
476
476
|
* },
|
|
477
477
|
* {
|
|
478
|
-
*
|
|
479
|
-
*
|
|
480
|
-
*
|
|
481
|
-
*
|
|
482
|
-
*
|
|
483
|
-
*
|
|
484
|
-
*
|
|
485
|
-
*
|
|
486
|
-
*
|
|
478
|
+
* AllowedValues: "always,everysec,no",
|
|
479
|
+
* ChangeType: "immediate",
|
|
480
|
+
* DataType: "string",
|
|
481
|
+
* Description: "fsync policy for AOF persistence",
|
|
482
|
+
* IsModifiable: true,
|
|
483
|
+
* MinimumEngineVersion: "2.8.6",
|
|
484
|
+
* ParameterName: "appendfsync",
|
|
485
|
+
* ParameterValue: "everysec",
|
|
486
|
+
* Source: "system"
|
|
487
487
|
* },
|
|
488
488
|
* {
|
|
489
|
-
*
|
|
490
|
-
*
|
|
491
|
-
*
|
|
492
|
-
*
|
|
493
|
-
*
|
|
494
|
-
*
|
|
495
|
-
*
|
|
496
|
-
*
|
|
497
|
-
*
|
|
489
|
+
* AllowedValues: "yes,no",
|
|
490
|
+
* ChangeType: "immediate",
|
|
491
|
+
* DataType: "string",
|
|
492
|
+
* Description: "Enable Redis persistence.",
|
|
493
|
+
* IsModifiable: true,
|
|
494
|
+
* MinimumEngineVersion: "2.8.6",
|
|
495
|
+
* ParameterName: "appendonly",
|
|
496
|
+
* ParameterValue: "no",
|
|
497
|
+
* Source: "system"
|
|
498
498
|
* },
|
|
499
499
|
* {
|
|
500
|
-
*
|
|
501
|
-
*
|
|
502
|
-
*
|
|
503
|
-
*
|
|
504
|
-
*
|
|
505
|
-
*
|
|
506
|
-
*
|
|
507
|
-
*
|
|
508
|
-
*
|
|
500
|
+
* AllowedValues: "0-",
|
|
501
|
+
* ChangeType: "immediate",
|
|
502
|
+
* DataType: "integer",
|
|
503
|
+
* Description: "Normal client output buffer hard limit in bytes.",
|
|
504
|
+
* IsModifiable: true,
|
|
505
|
+
* MinimumEngineVersion: "2.8.6",
|
|
506
|
+
* ParameterName: "client-output-buffer-limit-normal-hard-limit",
|
|
507
|
+
* ParameterValue: "0",
|
|
508
|
+
* Source: "system"
|
|
509
509
|
* },
|
|
510
510
|
* {
|
|
511
|
-
*
|
|
512
|
-
*
|
|
513
|
-
*
|
|
514
|
-
*
|
|
515
|
-
*
|
|
516
|
-
*
|
|
517
|
-
*
|
|
518
|
-
*
|
|
519
|
-
*
|
|
511
|
+
* AllowedValues: "0-",
|
|
512
|
+
* ChangeType: "immediate",
|
|
513
|
+
* DataType: "integer",
|
|
514
|
+
* Description: "Normal client output buffer soft limit in bytes.",
|
|
515
|
+
* IsModifiable: true,
|
|
516
|
+
* MinimumEngineVersion: "2.8.6",
|
|
517
|
+
* ParameterName: "client-output-buffer-limit-normal-soft-limit",
|
|
518
|
+
* ParameterValue: "0",
|
|
519
|
+
* Source: "system"
|
|
520
520
|
* },
|
|
521
521
|
* {
|
|
522
|
-
*
|
|
523
|
-
*
|
|
524
|
-
*
|
|
525
|
-
*
|
|
526
|
-
*
|
|
527
|
-
*
|
|
528
|
-
*
|
|
529
|
-
*
|
|
530
|
-
*
|
|
522
|
+
* AllowedValues: "0-",
|
|
523
|
+
* ChangeType: "immediate",
|
|
524
|
+
* DataType: "integer",
|
|
525
|
+
* Description: "Normal client output buffer soft limit in seconds.",
|
|
526
|
+
* IsModifiable: true,
|
|
527
|
+
* MinimumEngineVersion: "2.8.6",
|
|
528
|
+
* ParameterName: "client-output-buffer-limit-normal-soft-seconds",
|
|
529
|
+
* ParameterValue: "0",
|
|
530
|
+
* Source: "system"
|
|
531
531
|
* },
|
|
532
532
|
* {
|
|
533
|
-
*
|
|
534
|
-
*
|
|
535
|
-
*
|
|
536
|
-
*
|
|
537
|
-
*
|
|
538
|
-
*
|
|
539
|
-
*
|
|
540
|
-
*
|
|
541
|
-
*
|
|
533
|
+
* AllowedValues: "0-",
|
|
534
|
+
* ChangeType: "immediate",
|
|
535
|
+
* DataType: "integer",
|
|
536
|
+
* Description: "Pubsub client output buffer hard limit in bytes.",
|
|
537
|
+
* IsModifiable: true,
|
|
538
|
+
* MinimumEngineVersion: "2.8.6",
|
|
539
|
+
* ParameterName: "client-output-buffer-limit-pubsub-hard-limit",
|
|
540
|
+
* ParameterValue: "33554432",
|
|
541
|
+
* Source: "system"
|
|
542
542
|
* },
|
|
543
543
|
* {
|
|
544
|
-
*
|
|
545
|
-
*
|
|
546
|
-
*
|
|
547
|
-
*
|
|
548
|
-
*
|
|
549
|
-
*
|
|
550
|
-
*
|
|
551
|
-
*
|
|
552
|
-
*
|
|
544
|
+
* AllowedValues: "0-",
|
|
545
|
+
* ChangeType: "immediate",
|
|
546
|
+
* DataType: "integer",
|
|
547
|
+
* Description: "Pubsub client output buffer soft limit in bytes.",
|
|
548
|
+
* IsModifiable: true,
|
|
549
|
+
* MinimumEngineVersion: "2.8.6",
|
|
550
|
+
* ParameterName: "client-output-buffer-limit-pubsub-soft-limit",
|
|
551
|
+
* ParameterValue: "8388608",
|
|
552
|
+
* Source: "system"
|
|
553
553
|
* },
|
|
554
554
|
* {
|
|
555
|
-
*
|
|
556
|
-
*
|
|
557
|
-
*
|
|
558
|
-
*
|
|
559
|
-
*
|
|
560
|
-
*
|
|
561
|
-
*
|
|
562
|
-
*
|
|
563
|
-
*
|
|
555
|
+
* AllowedValues: "0-",
|
|
556
|
+
* ChangeType: "immediate",
|
|
557
|
+
* DataType: "integer",
|
|
558
|
+
* Description: "Pubsub client output buffer soft limit in seconds.",
|
|
559
|
+
* IsModifiable: true,
|
|
560
|
+
* MinimumEngineVersion: "2.8.6",
|
|
561
|
+
* ParameterName: "client-output-buffer-limit-pubsub-soft-seconds",
|
|
562
|
+
* ParameterValue: "60",
|
|
563
|
+
* Source: "system"
|
|
564
564
|
* },
|
|
565
565
|
* {
|
|
566
|
-
*
|
|
567
|
-
*
|
|
568
|
-
*
|
|
569
|
-
*
|
|
570
|
-
*
|
|
571
|
-
*
|
|
572
|
-
*
|
|
573
|
-
*
|
|
574
|
-
*
|
|
566
|
+
* AllowedValues: "0-",
|
|
567
|
+
* ChangeType: "immediate",
|
|
568
|
+
* DataType: "integer",
|
|
569
|
+
* Description: "Slave client output buffer soft limit in seconds.",
|
|
570
|
+
* IsModifiable: false,
|
|
571
|
+
* MinimumEngineVersion: "2.8.6",
|
|
572
|
+
* ParameterName: "client-output-buffer-limit-slave-soft-seconds",
|
|
573
|
+
* ParameterValue: "60",
|
|
574
|
+
* Source: "system"
|
|
575
575
|
* },
|
|
576
576
|
* {
|
|
577
|
-
*
|
|
578
|
-
*
|
|
579
|
-
*
|
|
580
|
-
*
|
|
581
|
-
*
|
|
582
|
-
*
|
|
583
|
-
*
|
|
584
|
-
*
|
|
585
|
-
*
|
|
577
|
+
* AllowedValues: "yes,no",
|
|
578
|
+
* ChangeType: "immediate",
|
|
579
|
+
* DataType: "string",
|
|
580
|
+
* Description: "If enabled, clients who attempt to write to a read-only slave will be disconnected. Applicable to 2.8.23 and higher.",
|
|
581
|
+
* IsModifiable: true,
|
|
582
|
+
* MinimumEngineVersion: "2.8.23",
|
|
583
|
+
* ParameterName: "close-on-slave-write",
|
|
584
|
+
* ParameterValue: "yes",
|
|
585
|
+
* Source: "system"
|
|
586
586
|
* },
|
|
587
587
|
* {
|
|
588
|
-
*
|
|
589
|
-
*
|
|
590
|
-
*
|
|
591
|
-
*
|
|
592
|
-
*
|
|
593
|
-
*
|
|
594
|
-
*
|
|
595
|
-
*
|
|
596
|
-
*
|
|
588
|
+
* AllowedValues: "1-1200000",
|
|
589
|
+
* ChangeType: "requires-reboot",
|
|
590
|
+
* DataType: "integer",
|
|
591
|
+
* Description: "Set the number of databases.",
|
|
592
|
+
* IsModifiable: true,
|
|
593
|
+
* MinimumEngineVersion: "2.8.6",
|
|
594
|
+
* ParameterName: "databases",
|
|
595
|
+
* ParameterValue: "16",
|
|
596
|
+
* Source: "system"
|
|
597
597
|
* },
|
|
598
598
|
* {
|
|
599
|
-
*
|
|
600
|
-
*
|
|
601
|
-
*
|
|
602
|
-
*
|
|
603
|
-
*
|
|
604
|
-
*
|
|
605
|
-
*
|
|
606
|
-
*
|
|
607
|
-
*
|
|
599
|
+
* AllowedValues: "0-",
|
|
600
|
+
* ChangeType: "immediate",
|
|
601
|
+
* DataType: "integer",
|
|
602
|
+
* Description: "The maximum number of hash entries in order for the dataset to be compressed.",
|
|
603
|
+
* IsModifiable: true,
|
|
604
|
+
* MinimumEngineVersion: "2.8.6",
|
|
605
|
+
* ParameterName: "hash-max-ziplist-entries",
|
|
606
|
+
* ParameterValue: "512",
|
|
607
|
+
* Source: "system"
|
|
608
608
|
* },
|
|
609
609
|
* {
|
|
610
|
-
*
|
|
611
|
-
*
|
|
612
|
-
*
|
|
613
|
-
*
|
|
614
|
-
*
|
|
615
|
-
*
|
|
616
|
-
*
|
|
617
|
-
*
|
|
618
|
-
*
|
|
610
|
+
* AllowedValues: "0-",
|
|
611
|
+
* ChangeType: "immediate",
|
|
612
|
+
* DataType: "integer",
|
|
613
|
+
* Description: "The threshold of biggest hash entries in order for the dataset to be compressed.",
|
|
614
|
+
* IsModifiable: true,
|
|
615
|
+
* MinimumEngineVersion: "2.8.6",
|
|
616
|
+
* ParameterName: "hash-max-ziplist-value",
|
|
617
|
+
* ParameterValue: "64",
|
|
618
|
+
* Source: "system"
|
|
619
619
|
* },
|
|
620
620
|
* {
|
|
621
|
-
*
|
|
622
|
-
*
|
|
623
|
-
*
|
|
624
|
-
*
|
|
625
|
-
*
|
|
626
|
-
*
|
|
627
|
-
*
|
|
628
|
-
*
|
|
629
|
-
*
|
|
621
|
+
* AllowedValues: "0-",
|
|
622
|
+
* ChangeType: "immediate",
|
|
623
|
+
* DataType: "integer",
|
|
624
|
+
* Description: "The maximum number of list entries in order for the dataset to be compressed.",
|
|
625
|
+
* IsModifiable: true,
|
|
626
|
+
* MinimumEngineVersion: "2.8.6",
|
|
627
|
+
* ParameterName: "list-max-ziplist-entries",
|
|
628
|
+
* ParameterValue: "512",
|
|
629
|
+
* Source: "system"
|
|
630
630
|
* },
|
|
631
631
|
* {
|
|
632
|
-
*
|
|
633
|
-
*
|
|
634
|
-
*
|
|
635
|
-
*
|
|
636
|
-
*
|
|
637
|
-
*
|
|
638
|
-
*
|
|
639
|
-
*
|
|
640
|
-
*
|
|
632
|
+
* AllowedValues: "0-",
|
|
633
|
+
* ChangeType: "immediate",
|
|
634
|
+
* DataType: "integer",
|
|
635
|
+
* Description: "The threshold of biggest list entries in order for the dataset to be compressed.",
|
|
636
|
+
* IsModifiable: true,
|
|
637
|
+
* MinimumEngineVersion: "2.8.6",
|
|
638
|
+
* ParameterName: "list-max-ziplist-value",
|
|
639
|
+
* ParameterValue: "64",
|
|
640
|
+
* Source: "system"
|
|
641
641
|
* },
|
|
642
642
|
* {
|
|
643
|
-
*
|
|
644
|
-
*
|
|
645
|
-
*
|
|
646
|
-
*
|
|
647
|
-
*
|
|
648
|
-
*
|
|
649
|
-
*
|
|
650
|
-
*
|
|
651
|
-
*
|
|
643
|
+
* AllowedValues: "5000",
|
|
644
|
+
* ChangeType: "immediate",
|
|
645
|
+
* DataType: "integer",
|
|
646
|
+
* Description: "Max execution time of a Lua script in milliseconds. 0 for unlimited execution without warnings.",
|
|
647
|
+
* IsModifiable: false,
|
|
648
|
+
* MinimumEngineVersion: "2.8.6",
|
|
649
|
+
* ParameterName: "lua-time-limit",
|
|
650
|
+
* ParameterValue: "5000",
|
|
651
|
+
* Source: "system"
|
|
652
652
|
* },
|
|
653
653
|
* {
|
|
654
|
-
*
|
|
655
|
-
*
|
|
656
|
-
*
|
|
657
|
-
*
|
|
658
|
-
*
|
|
659
|
-
*
|
|
660
|
-
*
|
|
661
|
-
*
|
|
662
|
-
*
|
|
654
|
+
* AllowedValues: "1-65000",
|
|
655
|
+
* ChangeType: "requires-reboot",
|
|
656
|
+
* DataType: "integer",
|
|
657
|
+
* Description: "The maximum number of Redis clients.",
|
|
658
|
+
* IsModifiable: false,
|
|
659
|
+
* MinimumEngineVersion: "2.8.6",
|
|
660
|
+
* ParameterName: "maxclients",
|
|
661
|
+
* ParameterValue: "65000",
|
|
662
|
+
* Source: "system"
|
|
663
663
|
* },
|
|
664
664
|
* {
|
|
665
|
-
*
|
|
666
|
-
*
|
|
667
|
-
*
|
|
668
|
-
*
|
|
669
|
-
*
|
|
670
|
-
*
|
|
671
|
-
*
|
|
672
|
-
*
|
|
673
|
-
*
|
|
665
|
+
* AllowedValues: "volatile-lru,allkeys-lru,volatile-random,allkeys-random,volatile-ttl,noeviction",
|
|
666
|
+
* ChangeType: "immediate",
|
|
667
|
+
* DataType: "string",
|
|
668
|
+
* Description: "Max memory policy.",
|
|
669
|
+
* IsModifiable: true,
|
|
670
|
+
* MinimumEngineVersion: "2.8.6",
|
|
671
|
+
* ParameterName: "maxmemory-policy",
|
|
672
|
+
* ParameterValue: "volatile-lru",
|
|
673
|
+
* Source: "system"
|
|
674
674
|
* },
|
|
675
675
|
* {
|
|
676
|
-
*
|
|
677
|
-
*
|
|
678
|
-
*
|
|
679
|
-
*
|
|
680
|
-
*
|
|
681
|
-
*
|
|
682
|
-
*
|
|
683
|
-
*
|
|
684
|
-
*
|
|
676
|
+
* AllowedValues: "1-",
|
|
677
|
+
* ChangeType: "immediate",
|
|
678
|
+
* DataType: "integer",
|
|
679
|
+
* Description: "Max memory samples.",
|
|
680
|
+
* IsModifiable: true,
|
|
681
|
+
* MinimumEngineVersion: "2.8.6",
|
|
682
|
+
* ParameterName: "maxmemory-samples",
|
|
683
|
+
* ParameterValue: "3",
|
|
684
|
+
* Source: "system"
|
|
685
685
|
* },
|
|
686
686
|
* {
|
|
687
|
-
*
|
|
688
|
-
*
|
|
689
|
-
*
|
|
690
|
-
*
|
|
691
|
-
*
|
|
692
|
-
*
|
|
693
|
-
*
|
|
694
|
-
*
|
|
695
|
-
*
|
|
687
|
+
* AllowedValues: "0-",
|
|
688
|
+
* ChangeType: "immediate",
|
|
689
|
+
* DataType: "integer",
|
|
690
|
+
* Description: "Maximum number of seconds within which the master must receive a ping from a slave to take writes. Use this parameter together with min-slaves-to-write to regulate when the master stops accepting writes. Setting this value to 0 means the master always takes writes.",
|
|
691
|
+
* IsModifiable: true,
|
|
692
|
+
* MinimumEngineVersion: "2.8.6",
|
|
693
|
+
* ParameterName: "min-slaves-max-lag",
|
|
694
|
+
* ParameterValue: "10",
|
|
695
|
+
* Source: "system"
|
|
696
696
|
* },
|
|
697
697
|
* {
|
|
698
|
-
*
|
|
699
|
-
*
|
|
700
|
-
*
|
|
701
|
-
*
|
|
702
|
-
*
|
|
703
|
-
*
|
|
704
|
-
*
|
|
705
|
-
*
|
|
706
|
-
*
|
|
698
|
+
* AllowedValues: "0-",
|
|
699
|
+
* ChangeType: "immediate",
|
|
700
|
+
* DataType: "integer",
|
|
701
|
+
* Description: "Number of slaves that must be connected in order for master to take writes. Use this parameter together with min-slaves-max-lag to regulate when the master stops accepting writes. Setting this to 0 means the master always takes writes.",
|
|
702
|
+
* IsModifiable: true,
|
|
703
|
+
* MinimumEngineVersion: "2.8.6",
|
|
704
|
+
* ParameterName: "min-slaves-to-write",
|
|
705
|
+
* ParameterValue: "0",
|
|
706
|
+
* Source: "system"
|
|
707
707
|
* }
|
|
708
708
|
* ]
|
|
709
709
|
* }
|
|
710
710
|
* }
|
|
711
711
|
* *\/
|
|
712
|
-
* // example id: describeenginedefaultparameters-1481738057686
|
|
713
712
|
* ```
|
|
714
713
|
*
|
|
714
|
+
* @public
|
|
715
715
|
*/
|
|
716
716
|
export declare class DescribeEngineDefaultParametersCommand extends DescribeEngineDefaultParametersCommand_base {
|
|
717
717
|
/** @internal type navigation helper, not in runtime. */
|