@aws-sdk/client-elasticache 3.775.0 → 3.777.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 +2 -2
|
@@ -196,49 +196,115 @@ declare const DescribeCacheClustersCommand_base: {
|
|
|
196
196
|
* @throws {@link ElastiCacheServiceException}
|
|
197
197
|
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
198
198
|
*
|
|
199
|
-
*
|
|
199
|
+
*
|
|
200
|
+
* @example DescribeCacheClusters
|
|
201
|
+
* ```javascript
|
|
202
|
+
* // Lists the details for the cache cluster my-mem-cluster.
|
|
203
|
+
* const input = {
|
|
204
|
+
* CacheClusterId: "my-mem-cluster",
|
|
205
|
+
* ShowCacheNodeInfo: true
|
|
206
|
+
* };
|
|
207
|
+
* const command = new DescribeCacheClustersCommand(input);
|
|
208
|
+
* const response = await client.send(command);
|
|
209
|
+
* /* response is
|
|
210
|
+
* {
|
|
211
|
+
* CacheClusters: [
|
|
212
|
+
* {
|
|
213
|
+
* AutoMinorVersionUpgrade: true,
|
|
214
|
+
* CacheClusterCreateTime: "2016-12-21T21:59:43.794Z",
|
|
215
|
+
* CacheClusterId: "my-mem-cluster",
|
|
216
|
+
* CacheClusterStatus: "available",
|
|
217
|
+
* CacheNodeType: "cache.t2.medium",
|
|
218
|
+
* CacheNodes: [
|
|
219
|
+
* {
|
|
220
|
+
* CacheNodeCreateTime: "2016-12-21T21:59:43.794Z",
|
|
221
|
+
* CacheNodeId: "0001",
|
|
222
|
+
* CacheNodeStatus: "available",
|
|
223
|
+
* CustomerAvailabilityZone: "us-east-1b",
|
|
224
|
+
* Endpoint: {
|
|
225
|
+
* Address: "my-mem-cluster.ameaqx.0001.use1.cache.amazonaws.com",
|
|
226
|
+
* Port: 11211
|
|
227
|
+
* },
|
|
228
|
+
* ParameterGroupStatus: "in-sync"
|
|
229
|
+
* },
|
|
230
|
+
* {
|
|
231
|
+
* CacheNodeCreateTime: "2016-12-21T21:59:43.794Z",
|
|
232
|
+
* CacheNodeId: "0002",
|
|
233
|
+
* CacheNodeStatus: "available",
|
|
234
|
+
* CustomerAvailabilityZone: "us-east-1a",
|
|
235
|
+
* Endpoint: {
|
|
236
|
+
* Address: "my-mem-cluster.ameaqx.0002.use1.cache.amazonaws.com",
|
|
237
|
+
* Port: 11211
|
|
238
|
+
* },
|
|
239
|
+
* ParameterGroupStatus: "in-sync"
|
|
240
|
+
* }
|
|
241
|
+
* ],
|
|
242
|
+
* CacheParameterGroup: {
|
|
243
|
+
* CacheNodeIdsToReboot: [],
|
|
244
|
+
* CacheParameterGroupName: "default.memcached1.4",
|
|
245
|
+
* ParameterApplyStatus: "in-sync"
|
|
246
|
+
* },
|
|
247
|
+
* CacheSecurityGroups: [],
|
|
248
|
+
* CacheSubnetGroupName: "default",
|
|
249
|
+
* ClientDownloadLandingPage: "https://console.aws.amazon.com/elasticache/home#client-download:",
|
|
250
|
+
* ConfigurationEndpoint: {
|
|
251
|
+
* Address: "my-mem-cluster.ameaqx.cfg.use1.cache.amazonaws.com",
|
|
252
|
+
* Port: 11211
|
|
253
|
+
* },
|
|
254
|
+
* Engine: "memcached",
|
|
255
|
+
* EngineVersion: "1.4.24",
|
|
256
|
+
* NumCacheNodes: 2,
|
|
257
|
+
* PendingModifiedValues: { /* empty *\/ },
|
|
258
|
+
* PreferredAvailabilityZone: "Multiple",
|
|
259
|
+
* PreferredMaintenanceWindow: "wed:06:00-wed:07:00"
|
|
260
|
+
* }
|
|
261
|
+
* ]
|
|
262
|
+
* }
|
|
263
|
+
* *\/
|
|
264
|
+
* ```
|
|
265
|
+
*
|
|
200
266
|
* @example DescribeCacheClusters
|
|
201
267
|
* ```javascript
|
|
202
268
|
* // Lists the details for up to 50 cache clusters.
|
|
203
269
|
* const input = {
|
|
204
|
-
*
|
|
270
|
+
* CacheClusterId: "my-mem-cluster"
|
|
205
271
|
* };
|
|
206
272
|
* const command = new DescribeCacheClustersCommand(input);
|
|
207
273
|
* const response = await client.send(command);
|
|
208
|
-
* /* response
|
|
274
|
+
* /* response is
|
|
209
275
|
* {
|
|
210
|
-
*
|
|
276
|
+
* CacheClusters: [
|
|
211
277
|
* {
|
|
212
|
-
*
|
|
213
|
-
*
|
|
214
|
-
*
|
|
215
|
-
*
|
|
216
|
-
*
|
|
217
|
-
*
|
|
218
|
-
*
|
|
219
|
-
*
|
|
220
|
-
*
|
|
278
|
+
* AutoMinorVersionUpgrade: true,
|
|
279
|
+
* CacheClusterCreateTime: "2016-12-21T21:59:43.794Z",
|
|
280
|
+
* CacheClusterId: "my-mem-cluster",
|
|
281
|
+
* CacheClusterStatus: "available",
|
|
282
|
+
* CacheNodeType: "cache.t2.medium",
|
|
283
|
+
* CacheParameterGroup: {
|
|
284
|
+
* CacheNodeIdsToReboot: [],
|
|
285
|
+
* CacheParameterGroupName: "default.memcached1.4",
|
|
286
|
+
* ParameterApplyStatus: "in-sync"
|
|
221
287
|
* },
|
|
222
|
-
*
|
|
223
|
-
*
|
|
224
|
-
*
|
|
225
|
-
*
|
|
226
|
-
*
|
|
227
|
-
*
|
|
288
|
+
* CacheSecurityGroups: [],
|
|
289
|
+
* CacheSubnetGroupName: "default",
|
|
290
|
+
* ClientDownloadLandingPage: "https://console.aws.amazon.com/elasticache/home#client-download:",
|
|
291
|
+
* ConfigurationEndpoint: {
|
|
292
|
+
* Address: "my-mem-cluster.abcdef.cfg.use1.cache.amazonaws.com",
|
|
293
|
+
* Port: 11211
|
|
228
294
|
* },
|
|
229
|
-
*
|
|
230
|
-
*
|
|
231
|
-
*
|
|
232
|
-
*
|
|
233
|
-
*
|
|
234
|
-
*
|
|
295
|
+
* Engine: "memcached",
|
|
296
|
+
* EngineVersion: "1.4.24",
|
|
297
|
+
* NumCacheNodes: 2,
|
|
298
|
+
* PendingModifiedValues: { /* empty *\/ },
|
|
299
|
+
* PreferredAvailabilityZone: "Multiple",
|
|
300
|
+
* PreferredMaintenanceWindow: "wed:06:00-wed:07:00"
|
|
235
301
|
* }
|
|
236
302
|
* ]
|
|
237
303
|
* }
|
|
238
304
|
* *\/
|
|
239
|
-
* // example id: describecacheclusters-1475012269754
|
|
240
305
|
* ```
|
|
241
306
|
*
|
|
307
|
+
* @public
|
|
242
308
|
*/
|
|
243
309
|
export declare class DescribeCacheClustersCommand extends DescribeCacheClustersCommand_base {
|
|
244
310
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -68,106 +68,181 @@ declare const DescribeCacheEngineVersionsCommand_base: {
|
|
|
68
68
|
* @throws {@link ElastiCacheServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
70
70
|
*
|
|
71
|
-
*
|
|
71
|
+
*
|
|
72
72
|
* @example DescribeCacheEngineVersions
|
|
73
73
|
* ```javascript
|
|
74
74
|
* // Lists the details for up to 25 Memcached and Redis cache engine versions.
|
|
75
|
-
* const input = {};
|
|
75
|
+
* const input = { /* empty *\/ };
|
|
76
76
|
* const command = new DescribeCacheEngineVersionsCommand(input);
|
|
77
77
|
* const response = await client.send(command);
|
|
78
|
-
* /* response
|
|
78
|
+
* /* response is
|
|
79
79
|
* {
|
|
80
|
-
*
|
|
80
|
+
* CacheEngineVersions: [
|
|
81
81
|
* {
|
|
82
|
-
*
|
|
83
|
-
*
|
|
84
|
-
*
|
|
85
|
-
*
|
|
86
|
-
*
|
|
82
|
+
* CacheEngineDescription: "memcached",
|
|
83
|
+
* CacheEngineVersionDescription: "memcached version 1.4.14",
|
|
84
|
+
* CacheParameterGroupFamily: "memcached1.4",
|
|
85
|
+
* Engine: "memcached",
|
|
86
|
+
* EngineVersion: "1.4.14"
|
|
87
87
|
* },
|
|
88
88
|
* {
|
|
89
|
-
*
|
|
90
|
-
*
|
|
91
|
-
*
|
|
92
|
-
*
|
|
93
|
-
*
|
|
89
|
+
* CacheEngineDescription: "memcached",
|
|
90
|
+
* CacheEngineVersionDescription: "memcached version 1.4.24",
|
|
91
|
+
* CacheParameterGroupFamily: "memcached1.4",
|
|
92
|
+
* Engine: "memcached",
|
|
93
|
+
* EngineVersion: "1.4.24"
|
|
94
94
|
* },
|
|
95
95
|
* {
|
|
96
|
-
*
|
|
97
|
-
*
|
|
98
|
-
*
|
|
99
|
-
*
|
|
100
|
-
*
|
|
96
|
+
* CacheEngineDescription: "memcached",
|
|
97
|
+
* CacheEngineVersionDescription: "memcached version 1.4.33",
|
|
98
|
+
* CacheParameterGroupFamily: "memcached1.4",
|
|
99
|
+
* Engine: "memcached",
|
|
100
|
+
* EngineVersion: "1.4.33"
|
|
101
101
|
* },
|
|
102
102
|
* {
|
|
103
|
-
*
|
|
104
|
-
*
|
|
105
|
-
*
|
|
106
|
-
*
|
|
107
|
-
*
|
|
103
|
+
* CacheEngineDescription: "memcached",
|
|
104
|
+
* CacheEngineVersionDescription: "memcached version 1.4.5",
|
|
105
|
+
* CacheParameterGroupFamily: "memcached1.4",
|
|
106
|
+
* Engine: "memcached",
|
|
107
|
+
* EngineVersion: "1.4.5"
|
|
108
108
|
* },
|
|
109
109
|
* {
|
|
110
|
-
*
|
|
111
|
-
*
|
|
112
|
-
*
|
|
113
|
-
*
|
|
114
|
-
*
|
|
110
|
+
* CacheEngineDescription: "Redis",
|
|
111
|
+
* CacheEngineVersionDescription: "redis version 2.6.13",
|
|
112
|
+
* CacheParameterGroupFamily: "redis2.6",
|
|
113
|
+
* Engine: "redis",
|
|
114
|
+
* EngineVersion: "2.6.13"
|
|
115
115
|
* },
|
|
116
116
|
* {
|
|
117
|
-
*
|
|
118
|
-
*
|
|
119
|
-
*
|
|
120
|
-
*
|
|
121
|
-
*
|
|
117
|
+
* CacheEngineDescription: "Redis",
|
|
118
|
+
* CacheEngineVersionDescription: "redis version 2.8.19",
|
|
119
|
+
* CacheParameterGroupFamily: "redis2.8",
|
|
120
|
+
* Engine: "redis",
|
|
121
|
+
* EngineVersion: "2.8.19"
|
|
122
122
|
* },
|
|
123
123
|
* {
|
|
124
|
-
*
|
|
125
|
-
*
|
|
126
|
-
*
|
|
127
|
-
*
|
|
128
|
-
*
|
|
124
|
+
* CacheEngineDescription: "Redis",
|
|
125
|
+
* CacheEngineVersionDescription: "redis version 2.8.21",
|
|
126
|
+
* CacheParameterGroupFamily: "redis2.8",
|
|
127
|
+
* Engine: "redis",
|
|
128
|
+
* EngineVersion: "2.8.21"
|
|
129
129
|
* },
|
|
130
130
|
* {
|
|
131
|
-
*
|
|
132
|
-
*
|
|
133
|
-
*
|
|
134
|
-
*
|
|
135
|
-
*
|
|
131
|
+
* CacheEngineDescription: "Redis",
|
|
132
|
+
* CacheEngineVersionDescription: "redis version 2.8.22 R5",
|
|
133
|
+
* CacheParameterGroupFamily: "redis2.8",
|
|
134
|
+
* Engine: "redis",
|
|
135
|
+
* EngineVersion: "2.8.22"
|
|
136
136
|
* },
|
|
137
137
|
* {
|
|
138
|
-
*
|
|
139
|
-
*
|
|
140
|
-
*
|
|
141
|
-
*
|
|
142
|
-
*
|
|
138
|
+
* CacheEngineDescription: "Redis",
|
|
139
|
+
* CacheEngineVersionDescription: "redis version 2.8.23 R4",
|
|
140
|
+
* CacheParameterGroupFamily: "redis2.8",
|
|
141
|
+
* Engine: "redis",
|
|
142
|
+
* EngineVersion: "2.8.23"
|
|
143
143
|
* },
|
|
144
144
|
* {
|
|
145
|
-
*
|
|
146
|
-
*
|
|
147
|
-
*
|
|
148
|
-
*
|
|
149
|
-
*
|
|
145
|
+
* CacheEngineDescription: "Redis",
|
|
146
|
+
* CacheEngineVersionDescription: "redis version 2.8.24 R3",
|
|
147
|
+
* CacheParameterGroupFamily: "redis2.8",
|
|
148
|
+
* Engine: "redis",
|
|
149
|
+
* EngineVersion: "2.8.24"
|
|
150
150
|
* },
|
|
151
151
|
* {
|
|
152
|
-
*
|
|
153
|
-
*
|
|
154
|
-
*
|
|
155
|
-
*
|
|
156
|
-
*
|
|
152
|
+
* CacheEngineDescription: "Redis",
|
|
153
|
+
* CacheEngineVersionDescription: "redis version 2.8.6",
|
|
154
|
+
* CacheParameterGroupFamily: "redis2.8",
|
|
155
|
+
* Engine: "redis",
|
|
156
|
+
* EngineVersion: "2.8.6"
|
|
157
157
|
* },
|
|
158
158
|
* {
|
|
159
|
-
*
|
|
160
|
-
*
|
|
161
|
-
*
|
|
162
|
-
*
|
|
163
|
-
*
|
|
159
|
+
* CacheEngineDescription: "Redis",
|
|
160
|
+
* CacheEngineVersionDescription: "redis version 3.2.4",
|
|
161
|
+
* CacheParameterGroupFamily: "redis3.2",
|
|
162
|
+
* Engine: "redis",
|
|
163
|
+
* EngineVersion: "3.2.4"
|
|
164
164
|
* }
|
|
165
165
|
* ]
|
|
166
166
|
* }
|
|
167
167
|
* *\/
|
|
168
|
-
* // example id: describecacheengineversions-1475012638790
|
|
169
168
|
* ```
|
|
170
169
|
*
|
|
170
|
+
* @example DescribeCacheEngineVersions
|
|
171
|
+
* ```javascript
|
|
172
|
+
* // Lists the details for up to 50 Redis cache engine versions.
|
|
173
|
+
* const input = {
|
|
174
|
+
* DefaultOnly: false,
|
|
175
|
+
* Engine: "redis",
|
|
176
|
+
* MaxRecords: 50
|
|
177
|
+
* };
|
|
178
|
+
* const command = new DescribeCacheEngineVersionsCommand(input);
|
|
179
|
+
* const response = await client.send(command);
|
|
180
|
+
* /* response is
|
|
181
|
+
* {
|
|
182
|
+
* CacheEngineVersions: [
|
|
183
|
+
* {
|
|
184
|
+
* CacheEngineDescription: "Redis",
|
|
185
|
+
* CacheEngineVersionDescription: "redis version 2.6.13",
|
|
186
|
+
* CacheParameterGroupFamily: "redis2.6",
|
|
187
|
+
* Engine: "redis",
|
|
188
|
+
* EngineVersion: "2.6.13"
|
|
189
|
+
* },
|
|
190
|
+
* {
|
|
191
|
+
* CacheEngineDescription: "Redis",
|
|
192
|
+
* CacheEngineVersionDescription: "redis version 2.8.19",
|
|
193
|
+
* CacheParameterGroupFamily: "redis2.8",
|
|
194
|
+
* Engine: "redis",
|
|
195
|
+
* EngineVersion: "2.8.19"
|
|
196
|
+
* },
|
|
197
|
+
* {
|
|
198
|
+
* CacheEngineDescription: "Redis",
|
|
199
|
+
* CacheEngineVersionDescription: "redis version 2.8.21",
|
|
200
|
+
* CacheParameterGroupFamily: "redis2.8",
|
|
201
|
+
* Engine: "redis",
|
|
202
|
+
* EngineVersion: "2.8.21"
|
|
203
|
+
* },
|
|
204
|
+
* {
|
|
205
|
+
* CacheEngineDescription: "Redis",
|
|
206
|
+
* CacheEngineVersionDescription: "redis version 2.8.22 R5",
|
|
207
|
+
* CacheParameterGroupFamily: "redis2.8",
|
|
208
|
+
* Engine: "redis",
|
|
209
|
+
* EngineVersion: "2.8.22"
|
|
210
|
+
* },
|
|
211
|
+
* {
|
|
212
|
+
* CacheEngineDescription: "Redis",
|
|
213
|
+
* CacheEngineVersionDescription: "redis version 2.8.23 R4",
|
|
214
|
+
* CacheParameterGroupFamily: "redis2.8",
|
|
215
|
+
* Engine: "redis",
|
|
216
|
+
* EngineVersion: "2.8.23"
|
|
217
|
+
* },
|
|
218
|
+
* {
|
|
219
|
+
* CacheEngineDescription: "Redis",
|
|
220
|
+
* CacheEngineVersionDescription: "redis version 2.8.24 R3",
|
|
221
|
+
* CacheParameterGroupFamily: "redis2.8",
|
|
222
|
+
* Engine: "redis",
|
|
223
|
+
* EngineVersion: "2.8.24"
|
|
224
|
+
* },
|
|
225
|
+
* {
|
|
226
|
+
* CacheEngineDescription: "Redis",
|
|
227
|
+
* CacheEngineVersionDescription: "redis version 2.8.6",
|
|
228
|
+
* CacheParameterGroupFamily: "redis2.8",
|
|
229
|
+
* Engine: "redis",
|
|
230
|
+
* EngineVersion: "2.8.6"
|
|
231
|
+
* },
|
|
232
|
+
* {
|
|
233
|
+
* CacheEngineDescription: "Redis",
|
|
234
|
+
* CacheEngineVersionDescription: "redis version 3.2.4",
|
|
235
|
+
* CacheParameterGroupFamily: "redis3.2",
|
|
236
|
+
* Engine: "redis",
|
|
237
|
+
* EngineVersion: "3.2.4"
|
|
238
|
+
* }
|
|
239
|
+
* ],
|
|
240
|
+
* Marker: ""
|
|
241
|
+
* }
|
|
242
|
+
* *\/
|
|
243
|
+
* ```
|
|
244
|
+
*
|
|
245
|
+
* @public
|
|
171
246
|
*/
|
|
172
247
|
export declare class DescribeCacheEngineVersionsCommand extends DescribeCacheEngineVersionsCommand_base {
|
|
173
248
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -76,29 +76,29 @@ declare const DescribeCacheParameterGroupsCommand_base: {
|
|
|
76
76
|
* @throws {@link ElastiCacheServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
78
78
|
*
|
|
79
|
-
*
|
|
79
|
+
*
|
|
80
80
|
* @example DescribeCacheParameterGroups
|
|
81
81
|
* ```javascript
|
|
82
82
|
* // Returns a list of cache parameter group descriptions. If a cache parameter group name is specified, the list contains only the descriptions for that group.
|
|
83
83
|
* const input = {
|
|
84
|
-
*
|
|
84
|
+
* CacheParameterGroupName: "custom-mem1-4"
|
|
85
85
|
* };
|
|
86
86
|
* const command = new DescribeCacheParameterGroupsCommand(input);
|
|
87
87
|
* const response = await client.send(command);
|
|
88
|
-
* /* response
|
|
88
|
+
* /* response is
|
|
89
89
|
* {
|
|
90
|
-
*
|
|
90
|
+
* CacheParameterGroups: [
|
|
91
91
|
* {
|
|
92
|
-
*
|
|
93
|
-
*
|
|
94
|
-
*
|
|
92
|
+
* CacheParameterGroupFamily: "memcached1.4",
|
|
93
|
+
* CacheParameterGroupName: "custom-mem1-4",
|
|
94
|
+
* Description: "Custom memcache param group"
|
|
95
95
|
* }
|
|
96
96
|
* ]
|
|
97
97
|
* }
|
|
98
98
|
* *\/
|
|
99
|
-
* // example id: describecacheparametergroups-1483045457557
|
|
100
99
|
* ```
|
|
101
100
|
*
|
|
101
|
+
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class DescribeCacheParameterGroupsCommand extends DescribeCacheParameterGroupsCommand_base {
|
|
104
104
|
/** @internal type navigation helper, not in runtime. */
|