@aws-sdk/client-elasticache 3.1075.0 → 3.1077.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-cjs/index.js +4241 -15
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/models/models_0.d.ts +11 -6
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
- package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
- package/dist-cjs/endpoint/bdd.js +0 -49
- package/dist-cjs/endpoint/endpointResolver.js +0 -14
- package/dist-cjs/models/ElastiCacheServiceException.js +0 -8
- package/dist-cjs/models/errors.js +0 -913
- package/dist-cjs/runtimeConfig.browser.js +0 -32
- package/dist-cjs/runtimeConfig.js +0 -45
- package/dist-cjs/runtimeConfig.native.js +0 -12
- package/dist-cjs/runtimeConfig.shared.js +0 -39
- package/dist-cjs/schemas/schemas_0.js +0 -3002
package/dist-cjs/index.js
CHANGED
|
@@ -1,21 +1,58 @@
|
|
|
1
|
-
|
|
2
|
-
const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
1
|
+
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
3
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
4
|
-
const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
|
|
5
4
|
exports.$Command = Command;
|
|
6
5
|
exports.__Client = Client;
|
|
7
|
-
const { resolveRegionConfig } = require("@smithy/core/config");
|
|
8
|
-
const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
9
|
-
const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
|
|
10
|
-
const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
|
|
11
|
-
const { getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
12
|
-
const {
|
|
13
|
-
const {
|
|
14
|
-
const {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
const {
|
|
18
|
-
|
|
6
|
+
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
|
+
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
8
|
+
const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
|
|
9
|
+
const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
|
|
10
|
+
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
|
+
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
|
+
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
|
+
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
|
+
const { AwsQueryProtocol } = require("@aws-sdk/core/protocols");
|
|
16
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
17
|
+
|
|
18
|
+
const defaultElastiCacheHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
19
|
+
return {
|
|
20
|
+
operation: getSmithyContext(context).operation,
|
|
21
|
+
region: await normalizeProvider(config.region)() || (() => {
|
|
22
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
23
|
+
})(),
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
function createAwsAuthSigv4HttpAuthOption(authParameters) {
|
|
27
|
+
return {
|
|
28
|
+
schemeId: "aws.auth#sigv4",
|
|
29
|
+
signingProperties: {
|
|
30
|
+
name: "elasticache",
|
|
31
|
+
region: authParameters.region,
|
|
32
|
+
},
|
|
33
|
+
propertiesExtractor: (config, context) => ({
|
|
34
|
+
signingProperties: {
|
|
35
|
+
config,
|
|
36
|
+
context,
|
|
37
|
+
},
|
|
38
|
+
}),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
const defaultElastiCacheHttpAuthSchemeProvider = (authParameters) => {
|
|
42
|
+
const options = [];
|
|
43
|
+
switch (authParameters.operation) {
|
|
44
|
+
default: {
|
|
45
|
+
options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
return options;
|
|
49
|
+
};
|
|
50
|
+
const resolveHttpAuthSchemeConfig = (config) => {
|
|
51
|
+
const config_0 = resolveAwsSdkSigV4Config(config);
|
|
52
|
+
return Object.assign(config_0, {
|
|
53
|
+
authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
|
|
54
|
+
});
|
|
55
|
+
};
|
|
19
56
|
|
|
20
57
|
const resolveClientEndpointParameters = (options) => {
|
|
21
58
|
return Object.assign(options, {
|
|
@@ -31,6 +68,3757 @@ const commonParams = {
|
|
|
31
68
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
32
69
|
};
|
|
33
70
|
|
|
71
|
+
var version = "3.1076.0";
|
|
72
|
+
var packageInfo = {
|
|
73
|
+
version: version};
|
|
74
|
+
|
|
75
|
+
const k = "ref";
|
|
76
|
+
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
|
|
77
|
+
const _data = {
|
|
78
|
+
conditions: [
|
|
79
|
+
[c, [g]],
|
|
80
|
+
[c, j],
|
|
81
|
+
["aws.partition", j, d],
|
|
82
|
+
[e, [{ [k]: "UseFIPS" }, b]],
|
|
83
|
+
[e, [{ [k]: "UseDualStack" }, b]],
|
|
84
|
+
[e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
|
|
85
|
+
[e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]],
|
|
86
|
+
["stringEquals", [{ fn: f, argv: [h, "name"] }, "aws-us-gov"]]
|
|
87
|
+
],
|
|
88
|
+
results: [
|
|
89
|
+
[a],
|
|
90
|
+
[a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
|
|
91
|
+
[a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
|
|
92
|
+
[g, i],
|
|
93
|
+
["https://elasticache-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
94
|
+
[a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
|
|
95
|
+
["https://elasticache.{Region}.amazonaws.com", i],
|
|
96
|
+
["https://elasticache-fips.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
97
|
+
[a, "FIPS is enabled but this partition does not support FIPS"],
|
|
98
|
+
["https://elasticache.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
99
|
+
[a, "DualStack is enabled but this partition does not support DualStack"],
|
|
100
|
+
["https://elasticache.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
101
|
+
[a, "Invalid Configuration: Missing Region"]
|
|
102
|
+
]
|
|
103
|
+
};
|
|
104
|
+
const root = 2;
|
|
105
|
+
const r = 100_000_000;
|
|
106
|
+
const nodes = new Int32Array([
|
|
107
|
+
-1, 1, -1,
|
|
108
|
+
0, 13, 3,
|
|
109
|
+
1, 4, r + 12,
|
|
110
|
+
2, 5, r + 12,
|
|
111
|
+
3, 8, 6,
|
|
112
|
+
4, 7, r + 11,
|
|
113
|
+
5, r + 9, r + 10,
|
|
114
|
+
4, 11, 9,
|
|
115
|
+
6, 10, r + 8,
|
|
116
|
+
7, r + 6, r + 7,
|
|
117
|
+
5, 12, r + 5,
|
|
118
|
+
6, r + 4, r + 5,
|
|
119
|
+
3, r + 1, 14,
|
|
120
|
+
4, r + 2, r + 3,
|
|
121
|
+
]);
|
|
122
|
+
const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
123
|
+
|
|
124
|
+
const cache = new EndpointCache({
|
|
125
|
+
size: 50,
|
|
126
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
127
|
+
});
|
|
128
|
+
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
129
|
+
return cache.get(endpointParams, () => decideEndpoint(bdd, {
|
|
130
|
+
endpointParams: endpointParams,
|
|
131
|
+
logger: context.logger,
|
|
132
|
+
}));
|
|
133
|
+
};
|
|
134
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
|
135
|
+
|
|
136
|
+
class ElastiCacheServiceException extends ServiceException {
|
|
137
|
+
constructor(options) {
|
|
138
|
+
super(options);
|
|
139
|
+
Object.setPrototypeOf(this, ElastiCacheServiceException.prototype);
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
class CacheClusterNotFoundFault extends ElastiCacheServiceException {
|
|
144
|
+
name = "CacheClusterNotFoundFault";
|
|
145
|
+
$fault = "client";
|
|
146
|
+
constructor(opts) {
|
|
147
|
+
super({
|
|
148
|
+
name: "CacheClusterNotFoundFault",
|
|
149
|
+
$fault: "client",
|
|
150
|
+
...opts,
|
|
151
|
+
});
|
|
152
|
+
Object.setPrototypeOf(this, CacheClusterNotFoundFault.prototype);
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
class CacheParameterGroupNotFoundFault extends ElastiCacheServiceException {
|
|
156
|
+
name = "CacheParameterGroupNotFoundFault";
|
|
157
|
+
$fault = "client";
|
|
158
|
+
constructor(opts) {
|
|
159
|
+
super({
|
|
160
|
+
name: "CacheParameterGroupNotFoundFault",
|
|
161
|
+
$fault: "client",
|
|
162
|
+
...opts,
|
|
163
|
+
});
|
|
164
|
+
Object.setPrototypeOf(this, CacheParameterGroupNotFoundFault.prototype);
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
class CacheSecurityGroupNotFoundFault extends ElastiCacheServiceException {
|
|
168
|
+
name = "CacheSecurityGroupNotFoundFault";
|
|
169
|
+
$fault = "client";
|
|
170
|
+
constructor(opts) {
|
|
171
|
+
super({
|
|
172
|
+
name: "CacheSecurityGroupNotFoundFault",
|
|
173
|
+
$fault: "client",
|
|
174
|
+
...opts,
|
|
175
|
+
});
|
|
176
|
+
Object.setPrototypeOf(this, CacheSecurityGroupNotFoundFault.prototype);
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
class CacheSubnetGroupNotFoundFault extends ElastiCacheServiceException {
|
|
180
|
+
name = "CacheSubnetGroupNotFoundFault";
|
|
181
|
+
$fault = "client";
|
|
182
|
+
constructor(opts) {
|
|
183
|
+
super({
|
|
184
|
+
name: "CacheSubnetGroupNotFoundFault",
|
|
185
|
+
$fault: "client",
|
|
186
|
+
...opts,
|
|
187
|
+
});
|
|
188
|
+
Object.setPrototypeOf(this, CacheSubnetGroupNotFoundFault.prototype);
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
class InvalidARNFault extends ElastiCacheServiceException {
|
|
192
|
+
name = "InvalidARNFault";
|
|
193
|
+
$fault = "client";
|
|
194
|
+
constructor(opts) {
|
|
195
|
+
super({
|
|
196
|
+
name: "InvalidARNFault",
|
|
197
|
+
$fault: "client",
|
|
198
|
+
...opts,
|
|
199
|
+
});
|
|
200
|
+
Object.setPrototypeOf(this, InvalidARNFault.prototype);
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
class InvalidReplicationGroupStateFault extends ElastiCacheServiceException {
|
|
204
|
+
name = "InvalidReplicationGroupStateFault";
|
|
205
|
+
$fault = "client";
|
|
206
|
+
constructor(opts) {
|
|
207
|
+
super({
|
|
208
|
+
name: "InvalidReplicationGroupStateFault",
|
|
209
|
+
$fault: "client",
|
|
210
|
+
...opts,
|
|
211
|
+
});
|
|
212
|
+
Object.setPrototypeOf(this, InvalidReplicationGroupStateFault.prototype);
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
class InvalidServerlessCacheSnapshotStateFault extends ElastiCacheServiceException {
|
|
216
|
+
name = "InvalidServerlessCacheSnapshotStateFault";
|
|
217
|
+
$fault = "client";
|
|
218
|
+
constructor(opts) {
|
|
219
|
+
super({
|
|
220
|
+
name: "InvalidServerlessCacheSnapshotStateFault",
|
|
221
|
+
$fault: "client",
|
|
222
|
+
...opts,
|
|
223
|
+
});
|
|
224
|
+
Object.setPrototypeOf(this, InvalidServerlessCacheSnapshotStateFault.prototype);
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
class InvalidServerlessCacheStateFault extends ElastiCacheServiceException {
|
|
228
|
+
name = "InvalidServerlessCacheStateFault";
|
|
229
|
+
$fault = "client";
|
|
230
|
+
constructor(opts) {
|
|
231
|
+
super({
|
|
232
|
+
name: "InvalidServerlessCacheStateFault",
|
|
233
|
+
$fault: "client",
|
|
234
|
+
...opts,
|
|
235
|
+
});
|
|
236
|
+
Object.setPrototypeOf(this, InvalidServerlessCacheStateFault.prototype);
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
class ReplicationGroupNotFoundFault extends ElastiCacheServiceException {
|
|
240
|
+
name = "ReplicationGroupNotFoundFault";
|
|
241
|
+
$fault = "client";
|
|
242
|
+
constructor(opts) {
|
|
243
|
+
super({
|
|
244
|
+
name: "ReplicationGroupNotFoundFault",
|
|
245
|
+
$fault: "client",
|
|
246
|
+
...opts,
|
|
247
|
+
});
|
|
248
|
+
Object.setPrototypeOf(this, ReplicationGroupNotFoundFault.prototype);
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
class ReservedCacheNodeNotFoundFault extends ElastiCacheServiceException {
|
|
252
|
+
name = "ReservedCacheNodeNotFoundFault";
|
|
253
|
+
$fault = "client";
|
|
254
|
+
constructor(opts) {
|
|
255
|
+
super({
|
|
256
|
+
name: "ReservedCacheNodeNotFoundFault",
|
|
257
|
+
$fault: "client",
|
|
258
|
+
...opts,
|
|
259
|
+
});
|
|
260
|
+
Object.setPrototypeOf(this, ReservedCacheNodeNotFoundFault.prototype);
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
class ServerlessCacheNotFoundFault extends ElastiCacheServiceException {
|
|
264
|
+
name = "ServerlessCacheNotFoundFault";
|
|
265
|
+
$fault = "client";
|
|
266
|
+
constructor(opts) {
|
|
267
|
+
super({
|
|
268
|
+
name: "ServerlessCacheNotFoundFault",
|
|
269
|
+
$fault: "client",
|
|
270
|
+
...opts,
|
|
271
|
+
});
|
|
272
|
+
Object.setPrototypeOf(this, ServerlessCacheNotFoundFault.prototype);
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
class ServerlessCacheSnapshotNotFoundFault extends ElastiCacheServiceException {
|
|
276
|
+
name = "ServerlessCacheSnapshotNotFoundFault";
|
|
277
|
+
$fault = "client";
|
|
278
|
+
constructor(opts) {
|
|
279
|
+
super({
|
|
280
|
+
name: "ServerlessCacheSnapshotNotFoundFault",
|
|
281
|
+
$fault: "client",
|
|
282
|
+
...opts,
|
|
283
|
+
});
|
|
284
|
+
Object.setPrototypeOf(this, ServerlessCacheSnapshotNotFoundFault.prototype);
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
class SnapshotNotFoundFault extends ElastiCacheServiceException {
|
|
288
|
+
name = "SnapshotNotFoundFault";
|
|
289
|
+
$fault = "client";
|
|
290
|
+
constructor(opts) {
|
|
291
|
+
super({
|
|
292
|
+
name: "SnapshotNotFoundFault",
|
|
293
|
+
$fault: "client",
|
|
294
|
+
...opts,
|
|
295
|
+
});
|
|
296
|
+
Object.setPrototypeOf(this, SnapshotNotFoundFault.prototype);
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
class TagQuotaPerResourceExceeded extends ElastiCacheServiceException {
|
|
300
|
+
name = "TagQuotaPerResourceExceeded";
|
|
301
|
+
$fault = "client";
|
|
302
|
+
constructor(opts) {
|
|
303
|
+
super({
|
|
304
|
+
name: "TagQuotaPerResourceExceeded",
|
|
305
|
+
$fault: "client",
|
|
306
|
+
...opts,
|
|
307
|
+
});
|
|
308
|
+
Object.setPrototypeOf(this, TagQuotaPerResourceExceeded.prototype);
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
class UserGroupNotFoundFault extends ElastiCacheServiceException {
|
|
312
|
+
name = "UserGroupNotFoundFault";
|
|
313
|
+
$fault = "client";
|
|
314
|
+
constructor(opts) {
|
|
315
|
+
super({
|
|
316
|
+
name: "UserGroupNotFoundFault",
|
|
317
|
+
$fault: "client",
|
|
318
|
+
...opts,
|
|
319
|
+
});
|
|
320
|
+
Object.setPrototypeOf(this, UserGroupNotFoundFault.prototype);
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
class UserNotFoundFault extends ElastiCacheServiceException {
|
|
324
|
+
name = "UserNotFoundFault";
|
|
325
|
+
$fault = "client";
|
|
326
|
+
constructor(opts) {
|
|
327
|
+
super({
|
|
328
|
+
name: "UserNotFoundFault",
|
|
329
|
+
$fault: "client",
|
|
330
|
+
...opts,
|
|
331
|
+
});
|
|
332
|
+
Object.setPrototypeOf(this, UserNotFoundFault.prototype);
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
class AuthorizationAlreadyExistsFault extends ElastiCacheServiceException {
|
|
336
|
+
name = "AuthorizationAlreadyExistsFault";
|
|
337
|
+
$fault = "client";
|
|
338
|
+
constructor(opts) {
|
|
339
|
+
super({
|
|
340
|
+
name: "AuthorizationAlreadyExistsFault",
|
|
341
|
+
$fault: "client",
|
|
342
|
+
...opts,
|
|
343
|
+
});
|
|
344
|
+
Object.setPrototypeOf(this, AuthorizationAlreadyExistsFault.prototype);
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
class InvalidCacheSecurityGroupStateFault extends ElastiCacheServiceException {
|
|
348
|
+
name = "InvalidCacheSecurityGroupStateFault";
|
|
349
|
+
$fault = "client";
|
|
350
|
+
constructor(opts) {
|
|
351
|
+
super({
|
|
352
|
+
name: "InvalidCacheSecurityGroupStateFault",
|
|
353
|
+
$fault: "client",
|
|
354
|
+
...opts,
|
|
355
|
+
});
|
|
356
|
+
Object.setPrototypeOf(this, InvalidCacheSecurityGroupStateFault.prototype);
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
class InvalidParameterCombinationException extends ElastiCacheServiceException {
|
|
360
|
+
name = "InvalidParameterCombinationException";
|
|
361
|
+
$fault = "client";
|
|
362
|
+
constructor(opts) {
|
|
363
|
+
super({
|
|
364
|
+
name: "InvalidParameterCombinationException",
|
|
365
|
+
$fault: "client",
|
|
366
|
+
...opts,
|
|
367
|
+
});
|
|
368
|
+
Object.setPrototypeOf(this, InvalidParameterCombinationException.prototype);
|
|
369
|
+
}
|
|
370
|
+
}
|
|
371
|
+
class InvalidParameterValueException extends ElastiCacheServiceException {
|
|
372
|
+
name = "InvalidParameterValueException";
|
|
373
|
+
$fault = "client";
|
|
374
|
+
constructor(opts) {
|
|
375
|
+
super({
|
|
376
|
+
name: "InvalidParameterValueException",
|
|
377
|
+
$fault: "client",
|
|
378
|
+
...opts,
|
|
379
|
+
});
|
|
380
|
+
Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
class ServiceUpdateNotFoundFault extends ElastiCacheServiceException {
|
|
384
|
+
name = "ServiceUpdateNotFoundFault";
|
|
385
|
+
$fault = "client";
|
|
386
|
+
constructor(opts) {
|
|
387
|
+
super({
|
|
388
|
+
name: "ServiceUpdateNotFoundFault",
|
|
389
|
+
$fault: "client",
|
|
390
|
+
...opts,
|
|
391
|
+
});
|
|
392
|
+
Object.setPrototypeOf(this, ServiceUpdateNotFoundFault.prototype);
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
class ReplicationGroupNotUnderMigrationFault extends ElastiCacheServiceException {
|
|
396
|
+
name = "ReplicationGroupNotUnderMigrationFault";
|
|
397
|
+
$fault = "client";
|
|
398
|
+
constructor(opts) {
|
|
399
|
+
super({
|
|
400
|
+
name: "ReplicationGroupNotUnderMigrationFault",
|
|
401
|
+
$fault: "client",
|
|
402
|
+
...opts,
|
|
403
|
+
});
|
|
404
|
+
Object.setPrototypeOf(this, ReplicationGroupNotUnderMigrationFault.prototype);
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
class ServerlessCacheSnapshotAlreadyExistsFault extends ElastiCacheServiceException {
|
|
408
|
+
name = "ServerlessCacheSnapshotAlreadyExistsFault";
|
|
409
|
+
$fault = "client";
|
|
410
|
+
constructor(opts) {
|
|
411
|
+
super({
|
|
412
|
+
name: "ServerlessCacheSnapshotAlreadyExistsFault",
|
|
413
|
+
$fault: "client",
|
|
414
|
+
...opts,
|
|
415
|
+
});
|
|
416
|
+
Object.setPrototypeOf(this, ServerlessCacheSnapshotAlreadyExistsFault.prototype);
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
class ServerlessCacheSnapshotQuotaExceededFault extends ElastiCacheServiceException {
|
|
420
|
+
name = "ServerlessCacheSnapshotQuotaExceededFault";
|
|
421
|
+
$fault = "client";
|
|
422
|
+
constructor(opts) {
|
|
423
|
+
super({
|
|
424
|
+
name: "ServerlessCacheSnapshotQuotaExceededFault",
|
|
425
|
+
$fault: "client",
|
|
426
|
+
...opts,
|
|
427
|
+
});
|
|
428
|
+
Object.setPrototypeOf(this, ServerlessCacheSnapshotQuotaExceededFault.prototype);
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
class ServiceLinkedRoleNotFoundFault extends ElastiCacheServiceException {
|
|
432
|
+
name = "ServiceLinkedRoleNotFoundFault";
|
|
433
|
+
$fault = "client";
|
|
434
|
+
constructor(opts) {
|
|
435
|
+
super({
|
|
436
|
+
name: "ServiceLinkedRoleNotFoundFault",
|
|
437
|
+
$fault: "client",
|
|
438
|
+
...opts,
|
|
439
|
+
});
|
|
440
|
+
Object.setPrototypeOf(this, ServiceLinkedRoleNotFoundFault.prototype);
|
|
441
|
+
}
|
|
442
|
+
}
|
|
443
|
+
class InvalidSnapshotStateFault extends ElastiCacheServiceException {
|
|
444
|
+
name = "InvalidSnapshotStateFault";
|
|
445
|
+
$fault = "client";
|
|
446
|
+
constructor(opts) {
|
|
447
|
+
super({
|
|
448
|
+
name: "InvalidSnapshotStateFault",
|
|
449
|
+
$fault: "client",
|
|
450
|
+
...opts,
|
|
451
|
+
});
|
|
452
|
+
Object.setPrototypeOf(this, InvalidSnapshotStateFault.prototype);
|
|
453
|
+
}
|
|
454
|
+
}
|
|
455
|
+
class SnapshotAlreadyExistsFault extends ElastiCacheServiceException {
|
|
456
|
+
name = "SnapshotAlreadyExistsFault";
|
|
457
|
+
$fault = "client";
|
|
458
|
+
constructor(opts) {
|
|
459
|
+
super({
|
|
460
|
+
name: "SnapshotAlreadyExistsFault",
|
|
461
|
+
$fault: "client",
|
|
462
|
+
...opts,
|
|
463
|
+
});
|
|
464
|
+
Object.setPrototypeOf(this, SnapshotAlreadyExistsFault.prototype);
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
class SnapshotQuotaExceededFault extends ElastiCacheServiceException {
|
|
468
|
+
name = "SnapshotQuotaExceededFault";
|
|
469
|
+
$fault = "client";
|
|
470
|
+
constructor(opts) {
|
|
471
|
+
super({
|
|
472
|
+
name: "SnapshotQuotaExceededFault",
|
|
473
|
+
$fault: "client",
|
|
474
|
+
...opts,
|
|
475
|
+
});
|
|
476
|
+
Object.setPrototypeOf(this, SnapshotQuotaExceededFault.prototype);
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
class CacheClusterAlreadyExistsFault extends ElastiCacheServiceException {
|
|
480
|
+
name = "CacheClusterAlreadyExistsFault";
|
|
481
|
+
$fault = "client";
|
|
482
|
+
constructor(opts) {
|
|
483
|
+
super({
|
|
484
|
+
name: "CacheClusterAlreadyExistsFault",
|
|
485
|
+
$fault: "client",
|
|
486
|
+
...opts,
|
|
487
|
+
});
|
|
488
|
+
Object.setPrototypeOf(this, CacheClusterAlreadyExistsFault.prototype);
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
class ClusterQuotaForCustomerExceededFault extends ElastiCacheServiceException {
|
|
492
|
+
name = "ClusterQuotaForCustomerExceededFault";
|
|
493
|
+
$fault = "client";
|
|
494
|
+
constructor(opts) {
|
|
495
|
+
super({
|
|
496
|
+
name: "ClusterQuotaForCustomerExceededFault",
|
|
497
|
+
$fault: "client",
|
|
498
|
+
...opts,
|
|
499
|
+
});
|
|
500
|
+
Object.setPrototypeOf(this, ClusterQuotaForCustomerExceededFault.prototype);
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
class InsufficientCacheClusterCapacityFault extends ElastiCacheServiceException {
|
|
504
|
+
name = "InsufficientCacheClusterCapacityFault";
|
|
505
|
+
$fault = "client";
|
|
506
|
+
constructor(opts) {
|
|
507
|
+
super({
|
|
508
|
+
name: "InsufficientCacheClusterCapacityFault",
|
|
509
|
+
$fault: "client",
|
|
510
|
+
...opts,
|
|
511
|
+
});
|
|
512
|
+
Object.setPrototypeOf(this, InsufficientCacheClusterCapacityFault.prototype);
|
|
513
|
+
}
|
|
514
|
+
}
|
|
515
|
+
class InvalidVPCNetworkStateFault extends ElastiCacheServiceException {
|
|
516
|
+
name = "InvalidVPCNetworkStateFault";
|
|
517
|
+
$fault = "client";
|
|
518
|
+
constructor(opts) {
|
|
519
|
+
super({
|
|
520
|
+
name: "InvalidVPCNetworkStateFault",
|
|
521
|
+
$fault: "client",
|
|
522
|
+
...opts,
|
|
523
|
+
});
|
|
524
|
+
Object.setPrototypeOf(this, InvalidVPCNetworkStateFault.prototype);
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
class NodeQuotaForClusterExceededFault extends ElastiCacheServiceException {
|
|
528
|
+
name = "NodeQuotaForClusterExceededFault";
|
|
529
|
+
$fault = "client";
|
|
530
|
+
constructor(opts) {
|
|
531
|
+
super({
|
|
532
|
+
name: "NodeQuotaForClusterExceededFault",
|
|
533
|
+
$fault: "client",
|
|
534
|
+
...opts,
|
|
535
|
+
});
|
|
536
|
+
Object.setPrototypeOf(this, NodeQuotaForClusterExceededFault.prototype);
|
|
537
|
+
}
|
|
538
|
+
}
|
|
539
|
+
class NodeQuotaForCustomerExceededFault extends ElastiCacheServiceException {
|
|
540
|
+
name = "NodeQuotaForCustomerExceededFault";
|
|
541
|
+
$fault = "client";
|
|
542
|
+
constructor(opts) {
|
|
543
|
+
super({
|
|
544
|
+
name: "NodeQuotaForCustomerExceededFault",
|
|
545
|
+
$fault: "client",
|
|
546
|
+
...opts,
|
|
547
|
+
});
|
|
548
|
+
Object.setPrototypeOf(this, NodeQuotaForCustomerExceededFault.prototype);
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
class CacheParameterGroupAlreadyExistsFault extends ElastiCacheServiceException {
|
|
552
|
+
name = "CacheParameterGroupAlreadyExistsFault";
|
|
553
|
+
$fault = "client";
|
|
554
|
+
constructor(opts) {
|
|
555
|
+
super({
|
|
556
|
+
name: "CacheParameterGroupAlreadyExistsFault",
|
|
557
|
+
$fault: "client",
|
|
558
|
+
...opts,
|
|
559
|
+
});
|
|
560
|
+
Object.setPrototypeOf(this, CacheParameterGroupAlreadyExistsFault.prototype);
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
class CacheParameterGroupQuotaExceededFault extends ElastiCacheServiceException {
|
|
564
|
+
name = "CacheParameterGroupQuotaExceededFault";
|
|
565
|
+
$fault = "client";
|
|
566
|
+
constructor(opts) {
|
|
567
|
+
super({
|
|
568
|
+
name: "CacheParameterGroupQuotaExceededFault",
|
|
569
|
+
$fault: "client",
|
|
570
|
+
...opts,
|
|
571
|
+
});
|
|
572
|
+
Object.setPrototypeOf(this, CacheParameterGroupQuotaExceededFault.prototype);
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
class InvalidCacheParameterGroupStateFault extends ElastiCacheServiceException {
|
|
576
|
+
name = "InvalidCacheParameterGroupStateFault";
|
|
577
|
+
$fault = "client";
|
|
578
|
+
constructor(opts) {
|
|
579
|
+
super({
|
|
580
|
+
name: "InvalidCacheParameterGroupStateFault",
|
|
581
|
+
$fault: "client",
|
|
582
|
+
...opts,
|
|
583
|
+
});
|
|
584
|
+
Object.setPrototypeOf(this, InvalidCacheParameterGroupStateFault.prototype);
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
class CacheSecurityGroupAlreadyExistsFault extends ElastiCacheServiceException {
|
|
588
|
+
name = "CacheSecurityGroupAlreadyExistsFault";
|
|
589
|
+
$fault = "client";
|
|
590
|
+
constructor(opts) {
|
|
591
|
+
super({
|
|
592
|
+
name: "CacheSecurityGroupAlreadyExistsFault",
|
|
593
|
+
$fault: "client",
|
|
594
|
+
...opts,
|
|
595
|
+
});
|
|
596
|
+
Object.setPrototypeOf(this, CacheSecurityGroupAlreadyExistsFault.prototype);
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
class CacheSecurityGroupQuotaExceededFault extends ElastiCacheServiceException {
|
|
600
|
+
name = "CacheSecurityGroupQuotaExceededFault";
|
|
601
|
+
$fault = "client";
|
|
602
|
+
constructor(opts) {
|
|
603
|
+
super({
|
|
604
|
+
name: "CacheSecurityGroupQuotaExceededFault",
|
|
605
|
+
$fault: "client",
|
|
606
|
+
...opts,
|
|
607
|
+
});
|
|
608
|
+
Object.setPrototypeOf(this, CacheSecurityGroupQuotaExceededFault.prototype);
|
|
609
|
+
}
|
|
610
|
+
}
|
|
611
|
+
class CacheSubnetGroupAlreadyExistsFault extends ElastiCacheServiceException {
|
|
612
|
+
name = "CacheSubnetGroupAlreadyExistsFault";
|
|
613
|
+
$fault = "client";
|
|
614
|
+
constructor(opts) {
|
|
615
|
+
super({
|
|
616
|
+
name: "CacheSubnetGroupAlreadyExistsFault",
|
|
617
|
+
$fault: "client",
|
|
618
|
+
...opts,
|
|
619
|
+
});
|
|
620
|
+
Object.setPrototypeOf(this, CacheSubnetGroupAlreadyExistsFault.prototype);
|
|
621
|
+
}
|
|
622
|
+
}
|
|
623
|
+
class CacheSubnetGroupQuotaExceededFault extends ElastiCacheServiceException {
|
|
624
|
+
name = "CacheSubnetGroupQuotaExceededFault";
|
|
625
|
+
$fault = "client";
|
|
626
|
+
constructor(opts) {
|
|
627
|
+
super({
|
|
628
|
+
name: "CacheSubnetGroupQuotaExceededFault",
|
|
629
|
+
$fault: "client",
|
|
630
|
+
...opts,
|
|
631
|
+
});
|
|
632
|
+
Object.setPrototypeOf(this, CacheSubnetGroupQuotaExceededFault.prototype);
|
|
633
|
+
}
|
|
634
|
+
}
|
|
635
|
+
class CacheSubnetQuotaExceededFault extends ElastiCacheServiceException {
|
|
636
|
+
name = "CacheSubnetQuotaExceededFault";
|
|
637
|
+
$fault = "client";
|
|
638
|
+
constructor(opts) {
|
|
639
|
+
super({
|
|
640
|
+
name: "CacheSubnetQuotaExceededFault",
|
|
641
|
+
$fault: "client",
|
|
642
|
+
...opts,
|
|
643
|
+
});
|
|
644
|
+
Object.setPrototypeOf(this, CacheSubnetQuotaExceededFault.prototype);
|
|
645
|
+
}
|
|
646
|
+
}
|
|
647
|
+
class InvalidSubnet extends ElastiCacheServiceException {
|
|
648
|
+
name = "InvalidSubnet";
|
|
649
|
+
$fault = "client";
|
|
650
|
+
constructor(opts) {
|
|
651
|
+
super({
|
|
652
|
+
name: "InvalidSubnet",
|
|
653
|
+
$fault: "client",
|
|
654
|
+
...opts,
|
|
655
|
+
});
|
|
656
|
+
Object.setPrototypeOf(this, InvalidSubnet.prototype);
|
|
657
|
+
}
|
|
658
|
+
}
|
|
659
|
+
class SubnetNotAllowedFault extends ElastiCacheServiceException {
|
|
660
|
+
name = "SubnetNotAllowedFault";
|
|
661
|
+
$fault = "client";
|
|
662
|
+
constructor(opts) {
|
|
663
|
+
super({
|
|
664
|
+
name: "SubnetNotAllowedFault",
|
|
665
|
+
$fault: "client",
|
|
666
|
+
...opts,
|
|
667
|
+
});
|
|
668
|
+
Object.setPrototypeOf(this, SubnetNotAllowedFault.prototype);
|
|
669
|
+
}
|
|
670
|
+
}
|
|
671
|
+
class GlobalReplicationGroupAlreadyExistsFault extends ElastiCacheServiceException {
|
|
672
|
+
name = "GlobalReplicationGroupAlreadyExistsFault";
|
|
673
|
+
$fault = "client";
|
|
674
|
+
constructor(opts) {
|
|
675
|
+
super({
|
|
676
|
+
name: "GlobalReplicationGroupAlreadyExistsFault",
|
|
677
|
+
$fault: "client",
|
|
678
|
+
...opts,
|
|
679
|
+
});
|
|
680
|
+
Object.setPrototypeOf(this, GlobalReplicationGroupAlreadyExistsFault.prototype);
|
|
681
|
+
}
|
|
682
|
+
}
|
|
683
|
+
class GlobalReplicationGroupNotFoundFault extends ElastiCacheServiceException {
|
|
684
|
+
name = "GlobalReplicationGroupNotFoundFault";
|
|
685
|
+
$fault = "client";
|
|
686
|
+
constructor(opts) {
|
|
687
|
+
super({
|
|
688
|
+
name: "GlobalReplicationGroupNotFoundFault",
|
|
689
|
+
$fault: "client",
|
|
690
|
+
...opts,
|
|
691
|
+
});
|
|
692
|
+
Object.setPrototypeOf(this, GlobalReplicationGroupNotFoundFault.prototype);
|
|
693
|
+
}
|
|
694
|
+
}
|
|
695
|
+
class InvalidCacheClusterStateFault extends ElastiCacheServiceException {
|
|
696
|
+
name = "InvalidCacheClusterStateFault";
|
|
697
|
+
$fault = "client";
|
|
698
|
+
constructor(opts) {
|
|
699
|
+
super({
|
|
700
|
+
name: "InvalidCacheClusterStateFault",
|
|
701
|
+
$fault: "client",
|
|
702
|
+
...opts,
|
|
703
|
+
});
|
|
704
|
+
Object.setPrototypeOf(this, InvalidCacheClusterStateFault.prototype);
|
|
705
|
+
}
|
|
706
|
+
}
|
|
707
|
+
class InvalidGlobalReplicationGroupStateFault extends ElastiCacheServiceException {
|
|
708
|
+
name = "InvalidGlobalReplicationGroupStateFault";
|
|
709
|
+
$fault = "client";
|
|
710
|
+
constructor(opts) {
|
|
711
|
+
super({
|
|
712
|
+
name: "InvalidGlobalReplicationGroupStateFault",
|
|
713
|
+
$fault: "client",
|
|
714
|
+
...opts,
|
|
715
|
+
});
|
|
716
|
+
Object.setPrototypeOf(this, InvalidGlobalReplicationGroupStateFault.prototype);
|
|
717
|
+
}
|
|
718
|
+
}
|
|
719
|
+
class InvalidUserGroupStateFault extends ElastiCacheServiceException {
|
|
720
|
+
name = "InvalidUserGroupStateFault";
|
|
721
|
+
$fault = "client";
|
|
722
|
+
constructor(opts) {
|
|
723
|
+
super({
|
|
724
|
+
name: "InvalidUserGroupStateFault",
|
|
725
|
+
$fault: "client",
|
|
726
|
+
...opts,
|
|
727
|
+
});
|
|
728
|
+
Object.setPrototypeOf(this, InvalidUserGroupStateFault.prototype);
|
|
729
|
+
}
|
|
730
|
+
}
|
|
731
|
+
class NodeGroupsPerReplicationGroupQuotaExceededFault extends ElastiCacheServiceException {
|
|
732
|
+
name = "NodeGroupsPerReplicationGroupQuotaExceededFault";
|
|
733
|
+
$fault = "client";
|
|
734
|
+
constructor(opts) {
|
|
735
|
+
super({
|
|
736
|
+
name: "NodeGroupsPerReplicationGroupQuotaExceededFault",
|
|
737
|
+
$fault: "client",
|
|
738
|
+
...opts,
|
|
739
|
+
});
|
|
740
|
+
Object.setPrototypeOf(this, NodeGroupsPerReplicationGroupQuotaExceededFault.prototype);
|
|
741
|
+
}
|
|
742
|
+
}
|
|
743
|
+
class ReplicationGroupAlreadyExistsFault extends ElastiCacheServiceException {
|
|
744
|
+
name = "ReplicationGroupAlreadyExistsFault";
|
|
745
|
+
$fault = "client";
|
|
746
|
+
constructor(opts) {
|
|
747
|
+
super({
|
|
748
|
+
name: "ReplicationGroupAlreadyExistsFault",
|
|
749
|
+
$fault: "client",
|
|
750
|
+
...opts,
|
|
751
|
+
});
|
|
752
|
+
Object.setPrototypeOf(this, ReplicationGroupAlreadyExistsFault.prototype);
|
|
753
|
+
}
|
|
754
|
+
}
|
|
755
|
+
class InvalidCredentialsException extends ElastiCacheServiceException {
|
|
756
|
+
name = "InvalidCredentialsException";
|
|
757
|
+
$fault = "client";
|
|
758
|
+
constructor(opts) {
|
|
759
|
+
super({
|
|
760
|
+
name: "InvalidCredentialsException",
|
|
761
|
+
$fault: "client",
|
|
762
|
+
...opts,
|
|
763
|
+
});
|
|
764
|
+
Object.setPrototypeOf(this, InvalidCredentialsException.prototype);
|
|
765
|
+
}
|
|
766
|
+
}
|
|
767
|
+
class ServerlessCacheAlreadyExistsFault extends ElastiCacheServiceException {
|
|
768
|
+
name = "ServerlessCacheAlreadyExistsFault";
|
|
769
|
+
$fault = "client";
|
|
770
|
+
constructor(opts) {
|
|
771
|
+
super({
|
|
772
|
+
name: "ServerlessCacheAlreadyExistsFault",
|
|
773
|
+
$fault: "client",
|
|
774
|
+
...opts,
|
|
775
|
+
});
|
|
776
|
+
Object.setPrototypeOf(this, ServerlessCacheAlreadyExistsFault.prototype);
|
|
777
|
+
}
|
|
778
|
+
}
|
|
779
|
+
class ServerlessCacheQuotaForCustomerExceededFault extends ElastiCacheServiceException {
|
|
780
|
+
name = "ServerlessCacheQuotaForCustomerExceededFault";
|
|
781
|
+
$fault = "client";
|
|
782
|
+
constructor(opts) {
|
|
783
|
+
super({
|
|
784
|
+
name: "ServerlessCacheQuotaForCustomerExceededFault",
|
|
785
|
+
$fault: "client",
|
|
786
|
+
...opts,
|
|
787
|
+
});
|
|
788
|
+
Object.setPrototypeOf(this, ServerlessCacheQuotaForCustomerExceededFault.prototype);
|
|
789
|
+
}
|
|
790
|
+
}
|
|
791
|
+
class SnapshotFeatureNotSupportedFault extends ElastiCacheServiceException {
|
|
792
|
+
name = "SnapshotFeatureNotSupportedFault";
|
|
793
|
+
$fault = "client";
|
|
794
|
+
constructor(opts) {
|
|
795
|
+
super({
|
|
796
|
+
name: "SnapshotFeatureNotSupportedFault",
|
|
797
|
+
$fault: "client",
|
|
798
|
+
...opts,
|
|
799
|
+
});
|
|
800
|
+
Object.setPrototypeOf(this, SnapshotFeatureNotSupportedFault.prototype);
|
|
801
|
+
}
|
|
802
|
+
}
|
|
803
|
+
class DuplicateUserNameFault extends ElastiCacheServiceException {
|
|
804
|
+
name = "DuplicateUserNameFault";
|
|
805
|
+
$fault = "client";
|
|
806
|
+
constructor(opts) {
|
|
807
|
+
super({
|
|
808
|
+
name: "DuplicateUserNameFault",
|
|
809
|
+
$fault: "client",
|
|
810
|
+
...opts,
|
|
811
|
+
});
|
|
812
|
+
Object.setPrototypeOf(this, DuplicateUserNameFault.prototype);
|
|
813
|
+
}
|
|
814
|
+
}
|
|
815
|
+
class UserAlreadyExistsFault extends ElastiCacheServiceException {
|
|
816
|
+
name = "UserAlreadyExistsFault";
|
|
817
|
+
$fault = "client";
|
|
818
|
+
constructor(opts) {
|
|
819
|
+
super({
|
|
820
|
+
name: "UserAlreadyExistsFault",
|
|
821
|
+
$fault: "client",
|
|
822
|
+
...opts,
|
|
823
|
+
});
|
|
824
|
+
Object.setPrototypeOf(this, UserAlreadyExistsFault.prototype);
|
|
825
|
+
}
|
|
826
|
+
}
|
|
827
|
+
class UserQuotaExceededFault extends ElastiCacheServiceException {
|
|
828
|
+
name = "UserQuotaExceededFault";
|
|
829
|
+
$fault = "client";
|
|
830
|
+
constructor(opts) {
|
|
831
|
+
super({
|
|
832
|
+
name: "UserQuotaExceededFault",
|
|
833
|
+
$fault: "client",
|
|
834
|
+
...opts,
|
|
835
|
+
});
|
|
836
|
+
Object.setPrototypeOf(this, UserQuotaExceededFault.prototype);
|
|
837
|
+
}
|
|
838
|
+
}
|
|
839
|
+
class DefaultUserRequired extends ElastiCacheServiceException {
|
|
840
|
+
name = "DefaultUserRequired";
|
|
841
|
+
$fault = "client";
|
|
842
|
+
constructor(opts) {
|
|
843
|
+
super({
|
|
844
|
+
name: "DefaultUserRequired",
|
|
845
|
+
$fault: "client",
|
|
846
|
+
...opts,
|
|
847
|
+
});
|
|
848
|
+
Object.setPrototypeOf(this, DefaultUserRequired.prototype);
|
|
849
|
+
}
|
|
850
|
+
}
|
|
851
|
+
class UserGroupAlreadyExistsFault extends ElastiCacheServiceException {
|
|
852
|
+
name = "UserGroupAlreadyExistsFault";
|
|
853
|
+
$fault = "client";
|
|
854
|
+
constructor(opts) {
|
|
855
|
+
super({
|
|
856
|
+
name: "UserGroupAlreadyExistsFault",
|
|
857
|
+
$fault: "client",
|
|
858
|
+
...opts,
|
|
859
|
+
});
|
|
860
|
+
Object.setPrototypeOf(this, UserGroupAlreadyExistsFault.prototype);
|
|
861
|
+
}
|
|
862
|
+
}
|
|
863
|
+
class UserGroupQuotaExceededFault extends ElastiCacheServiceException {
|
|
864
|
+
name = "UserGroupQuotaExceededFault";
|
|
865
|
+
$fault = "client";
|
|
866
|
+
constructor(opts) {
|
|
867
|
+
super({
|
|
868
|
+
name: "UserGroupQuotaExceededFault",
|
|
869
|
+
$fault: "client",
|
|
870
|
+
...opts,
|
|
871
|
+
});
|
|
872
|
+
Object.setPrototypeOf(this, UserGroupQuotaExceededFault.prototype);
|
|
873
|
+
}
|
|
874
|
+
}
|
|
875
|
+
class NoOperationFault extends ElastiCacheServiceException {
|
|
876
|
+
name = "NoOperationFault";
|
|
877
|
+
$fault = "client";
|
|
878
|
+
constructor(opts) {
|
|
879
|
+
super({
|
|
880
|
+
name: "NoOperationFault",
|
|
881
|
+
$fault: "client",
|
|
882
|
+
...opts,
|
|
883
|
+
});
|
|
884
|
+
Object.setPrototypeOf(this, NoOperationFault.prototype);
|
|
885
|
+
}
|
|
886
|
+
}
|
|
887
|
+
class CacheSubnetGroupInUse extends ElastiCacheServiceException {
|
|
888
|
+
name = "CacheSubnetGroupInUse";
|
|
889
|
+
$fault = "client";
|
|
890
|
+
constructor(opts) {
|
|
891
|
+
super({
|
|
892
|
+
name: "CacheSubnetGroupInUse",
|
|
893
|
+
$fault: "client",
|
|
894
|
+
...opts,
|
|
895
|
+
});
|
|
896
|
+
Object.setPrototypeOf(this, CacheSubnetGroupInUse.prototype);
|
|
897
|
+
}
|
|
898
|
+
}
|
|
899
|
+
class DefaultUserAssociatedToUserGroupFault extends ElastiCacheServiceException {
|
|
900
|
+
name = "DefaultUserAssociatedToUserGroupFault";
|
|
901
|
+
$fault = "client";
|
|
902
|
+
constructor(opts) {
|
|
903
|
+
super({
|
|
904
|
+
name: "DefaultUserAssociatedToUserGroupFault",
|
|
905
|
+
$fault: "client",
|
|
906
|
+
...opts,
|
|
907
|
+
});
|
|
908
|
+
Object.setPrototypeOf(this, DefaultUserAssociatedToUserGroupFault.prototype);
|
|
909
|
+
}
|
|
910
|
+
}
|
|
911
|
+
class InvalidUserStateFault extends ElastiCacheServiceException {
|
|
912
|
+
name = "InvalidUserStateFault";
|
|
913
|
+
$fault = "client";
|
|
914
|
+
constructor(opts) {
|
|
915
|
+
super({
|
|
916
|
+
name: "InvalidUserStateFault",
|
|
917
|
+
$fault: "client",
|
|
918
|
+
...opts,
|
|
919
|
+
});
|
|
920
|
+
Object.setPrototypeOf(this, InvalidUserStateFault.prototype);
|
|
921
|
+
}
|
|
922
|
+
}
|
|
923
|
+
class ReservedCacheNodesOfferingNotFoundFault extends ElastiCacheServiceException {
|
|
924
|
+
name = "ReservedCacheNodesOfferingNotFoundFault";
|
|
925
|
+
$fault = "client";
|
|
926
|
+
constructor(opts) {
|
|
927
|
+
super({
|
|
928
|
+
name: "ReservedCacheNodesOfferingNotFoundFault",
|
|
929
|
+
$fault: "client",
|
|
930
|
+
...opts,
|
|
931
|
+
});
|
|
932
|
+
Object.setPrototypeOf(this, ReservedCacheNodesOfferingNotFoundFault.prototype);
|
|
933
|
+
}
|
|
934
|
+
}
|
|
935
|
+
class InvalidKMSKeyFault extends ElastiCacheServiceException {
|
|
936
|
+
name = "InvalidKMSKeyFault";
|
|
937
|
+
$fault = "client";
|
|
938
|
+
constructor(opts) {
|
|
939
|
+
super({
|
|
940
|
+
name: "InvalidKMSKeyFault",
|
|
941
|
+
$fault: "client",
|
|
942
|
+
...opts,
|
|
943
|
+
});
|
|
944
|
+
Object.setPrototypeOf(this, InvalidKMSKeyFault.prototype);
|
|
945
|
+
}
|
|
946
|
+
}
|
|
947
|
+
class SubnetInUse extends ElastiCacheServiceException {
|
|
948
|
+
name = "SubnetInUse";
|
|
949
|
+
$fault = "client";
|
|
950
|
+
constructor(opts) {
|
|
951
|
+
super({
|
|
952
|
+
name: "SubnetInUse",
|
|
953
|
+
$fault: "client",
|
|
954
|
+
...opts,
|
|
955
|
+
});
|
|
956
|
+
Object.setPrototypeOf(this, SubnetInUse.prototype);
|
|
957
|
+
}
|
|
958
|
+
}
|
|
959
|
+
class ReservedCacheNodeAlreadyExistsFault extends ElastiCacheServiceException {
|
|
960
|
+
name = "ReservedCacheNodeAlreadyExistsFault";
|
|
961
|
+
$fault = "client";
|
|
962
|
+
constructor(opts) {
|
|
963
|
+
super({
|
|
964
|
+
name: "ReservedCacheNodeAlreadyExistsFault",
|
|
965
|
+
$fault: "client",
|
|
966
|
+
...opts,
|
|
967
|
+
});
|
|
968
|
+
Object.setPrototypeOf(this, ReservedCacheNodeAlreadyExistsFault.prototype);
|
|
969
|
+
}
|
|
970
|
+
}
|
|
971
|
+
class ReservedCacheNodeQuotaExceededFault extends ElastiCacheServiceException {
|
|
972
|
+
name = "ReservedCacheNodeQuotaExceededFault";
|
|
973
|
+
$fault = "client";
|
|
974
|
+
constructor(opts) {
|
|
975
|
+
super({
|
|
976
|
+
name: "ReservedCacheNodeQuotaExceededFault",
|
|
977
|
+
$fault: "client",
|
|
978
|
+
...opts,
|
|
979
|
+
});
|
|
980
|
+
Object.setPrototypeOf(this, ReservedCacheNodeQuotaExceededFault.prototype);
|
|
981
|
+
}
|
|
982
|
+
}
|
|
983
|
+
class TagNotFoundFault extends ElastiCacheServiceException {
|
|
984
|
+
name = "TagNotFoundFault";
|
|
985
|
+
$fault = "client";
|
|
986
|
+
constructor(opts) {
|
|
987
|
+
super({
|
|
988
|
+
name: "TagNotFoundFault",
|
|
989
|
+
$fault: "client",
|
|
990
|
+
...opts,
|
|
991
|
+
});
|
|
992
|
+
Object.setPrototypeOf(this, TagNotFoundFault.prototype);
|
|
993
|
+
}
|
|
994
|
+
}
|
|
995
|
+
class AuthorizationNotFoundFault extends ElastiCacheServiceException {
|
|
996
|
+
name = "AuthorizationNotFoundFault";
|
|
997
|
+
$fault = "client";
|
|
998
|
+
constructor(opts) {
|
|
999
|
+
super({
|
|
1000
|
+
name: "AuthorizationNotFoundFault",
|
|
1001
|
+
$fault: "client",
|
|
1002
|
+
...opts,
|
|
1003
|
+
});
|
|
1004
|
+
Object.setPrototypeOf(this, AuthorizationNotFoundFault.prototype);
|
|
1005
|
+
}
|
|
1006
|
+
}
|
|
1007
|
+
class ReplicationGroupAlreadyUnderMigrationFault extends ElastiCacheServiceException {
|
|
1008
|
+
name = "ReplicationGroupAlreadyUnderMigrationFault";
|
|
1009
|
+
$fault = "client";
|
|
1010
|
+
constructor(opts) {
|
|
1011
|
+
super({
|
|
1012
|
+
name: "ReplicationGroupAlreadyUnderMigrationFault",
|
|
1013
|
+
$fault: "client",
|
|
1014
|
+
...opts,
|
|
1015
|
+
});
|
|
1016
|
+
Object.setPrototypeOf(this, ReplicationGroupAlreadyUnderMigrationFault.prototype);
|
|
1017
|
+
}
|
|
1018
|
+
}
|
|
1019
|
+
class APICallRateForCustomerExceededFault extends ElastiCacheServiceException {
|
|
1020
|
+
name = "APICallRateForCustomerExceededFault";
|
|
1021
|
+
$fault = "client";
|
|
1022
|
+
constructor(opts) {
|
|
1023
|
+
super({
|
|
1024
|
+
name: "APICallRateForCustomerExceededFault",
|
|
1025
|
+
$fault: "client",
|
|
1026
|
+
...opts,
|
|
1027
|
+
});
|
|
1028
|
+
Object.setPrototypeOf(this, APICallRateForCustomerExceededFault.prototype);
|
|
1029
|
+
}
|
|
1030
|
+
}
|
|
1031
|
+
class NodeGroupNotFoundFault extends ElastiCacheServiceException {
|
|
1032
|
+
name = "NodeGroupNotFoundFault";
|
|
1033
|
+
$fault = "client";
|
|
1034
|
+
constructor(opts) {
|
|
1035
|
+
super({
|
|
1036
|
+
name: "NodeGroupNotFoundFault",
|
|
1037
|
+
$fault: "client",
|
|
1038
|
+
...opts,
|
|
1039
|
+
});
|
|
1040
|
+
Object.setPrototypeOf(this, NodeGroupNotFoundFault.prototype);
|
|
1041
|
+
}
|
|
1042
|
+
}
|
|
1043
|
+
class TestFailoverNotAvailableFault extends ElastiCacheServiceException {
|
|
1044
|
+
name = "TestFailoverNotAvailableFault";
|
|
1045
|
+
$fault = "client";
|
|
1046
|
+
constructor(opts) {
|
|
1047
|
+
super({
|
|
1048
|
+
name: "TestFailoverNotAvailableFault",
|
|
1049
|
+
$fault: "client",
|
|
1050
|
+
...opts,
|
|
1051
|
+
});
|
|
1052
|
+
Object.setPrototypeOf(this, TestFailoverNotAvailableFault.prototype);
|
|
1053
|
+
}
|
|
1054
|
+
}
|
|
1055
|
+
|
|
1056
|
+
const _A = "Authentication";
|
|
1057
|
+
const _AAEF = "AuthorizationAlreadyExistsFault";
|
|
1058
|
+
const _AAS = "AppendAccessString";
|
|
1059
|
+
const _ACSGI = "AuthorizeCacheSecurityGroupIngress";
|
|
1060
|
+
const _ACSGIM = "AuthorizeCacheSecurityGroupIngressMessage";
|
|
1061
|
+
const _ACSGIR = "AuthorizeCacheSecurityGroupIngressResult";
|
|
1062
|
+
const _AF = "AutomaticFailover";
|
|
1063
|
+
const _AFE = "AutomaticFailoverEnabled";
|
|
1064
|
+
const _AFS = "AutomaticFailoverStatus";
|
|
1065
|
+
const _AI = "ApplyImmediately";
|
|
1066
|
+
const _AM = "AuthenticationMode";
|
|
1067
|
+
const _AMVU = "AutoMinorVersionUpgrade";
|
|
1068
|
+
const _ANFF = "AuthorizationNotFoundFault";
|
|
1069
|
+
const _ANTMM = "AllowedNodeTypeModificationsMessage";
|
|
1070
|
+
const _APICRFCEF = "APICallRateForCustomerExceededFault";
|
|
1071
|
+
const _AREE = "AtRestEncryptionEnabled";
|
|
1072
|
+
const _ARN = "ARN";
|
|
1073
|
+
const _AS = "AccessString";
|
|
1074
|
+
const _AT = "AuthToken";
|
|
1075
|
+
const _ATE = "AuthTokenEnabled";
|
|
1076
|
+
const _ATLMD = "AuthTokenLastModifiedDate";
|
|
1077
|
+
const _ATS = "AuthTokenStatus";
|
|
1078
|
+
const _ATTR = "AddTagsToResource";
|
|
1079
|
+
const _ATTRM = "AddTagsToResourceMessage";
|
|
1080
|
+
const _ATUS = "AuthTokenUpdateStrategy";
|
|
1081
|
+
const _AUARABD = "AutoUpdateAfterRecommendedApplyByDate";
|
|
1082
|
+
const _AV = "AllowedValues";
|
|
1083
|
+
const _AZ = "AvailabilityZone";
|
|
1084
|
+
const _AZL = "AvailabilityZonesList";
|
|
1085
|
+
const _AZM = "AZMode";
|
|
1086
|
+
const _Ad = "Address";
|
|
1087
|
+
const _BAUA = "BatchApplyUpdateAction";
|
|
1088
|
+
const _BAUAM = "BatchApplyUpdateActionMessage";
|
|
1089
|
+
const _BSUA = "BatchStopUpdateAction";
|
|
1090
|
+
const _BSUAM = "BatchStopUpdateActionMessage";
|
|
1091
|
+
const _BUFC = "BytesUsedForCache";
|
|
1092
|
+
const _CAZ = "CustomerAvailabilityZone";
|
|
1093
|
+
const _CC = "CacheCluster";
|
|
1094
|
+
const _CCAEF = "CacheClusterAlreadyExistsFault";
|
|
1095
|
+
const _CCC = "CreateCacheCluster";
|
|
1096
|
+
const _CCCM = "CreateCacheClusterMessage";
|
|
1097
|
+
const _CCCR = "CreateCacheClusterResult";
|
|
1098
|
+
const _CCCT = "CacheClusterCreateTime";
|
|
1099
|
+
const _CCI = "CacheClusterIds";
|
|
1100
|
+
const _CCIa = "CacheClusterId";
|
|
1101
|
+
const _CCL = "CacheClusterList";
|
|
1102
|
+
const _CCM = "CacheClusterMessage";
|
|
1103
|
+
const _CCNFF = "CacheClusterNotFoundFault";
|
|
1104
|
+
const _CCPG = "CreateCacheParameterGroup";
|
|
1105
|
+
const _CCPGM = "CreateCacheParameterGroupMessage";
|
|
1106
|
+
const _CCPGR = "CreateCacheParameterGroupResult";
|
|
1107
|
+
const _CCS = "CacheClusterStatus";
|
|
1108
|
+
const _CCSG = "CreateCacheSecurityGroup";
|
|
1109
|
+
const _CCSGM = "CreateCacheSecurityGroupMessage";
|
|
1110
|
+
const _CCSGMr = "CreateCacheSubnetGroupMessage";
|
|
1111
|
+
const _CCSGR = "CreateCacheSecurityGroupResult";
|
|
1112
|
+
const _CCSGRr = "CreateCacheSubnetGroupResult";
|
|
1113
|
+
const _CCSGr = "CreateCacheSubnetGroup";
|
|
1114
|
+
const _CCa = "CacheClusters";
|
|
1115
|
+
const _CDLP = "ClientDownloadLandingPage";
|
|
1116
|
+
const _CE = "ConfigurationEndpoint";
|
|
1117
|
+
const _CED = "CacheEngineDescription";
|
|
1118
|
+
const _CEV = "CacheEngineVersion";
|
|
1119
|
+
const _CEVD = "CacheEngineVersionDescription";
|
|
1120
|
+
const _CEVL = "CacheEngineVersionList";
|
|
1121
|
+
const _CEVM = "CacheEngineVersionMessage";
|
|
1122
|
+
const _CEVa = "CacheEngineVersions";
|
|
1123
|
+
const _CEl = "ClusterEnabled";
|
|
1124
|
+
const _CGRG = "CreateGlobalReplicationGroup";
|
|
1125
|
+
const _CGRGM = "CreateGlobalReplicationGroupMessage";
|
|
1126
|
+
const _CGRGR = "CreateGlobalReplicationGroupResult";
|
|
1127
|
+
const _CI = "ClusterId";
|
|
1128
|
+
const _CIL = "ClusterIdList";
|
|
1129
|
+
const _CM = "ClusterMode";
|
|
1130
|
+
const _CMM = "CompleteMigrationMessage";
|
|
1131
|
+
const _CMR = "CompleteMigrationResponse";
|
|
1132
|
+
const _CMo = "CompleteMigration";
|
|
1133
|
+
const _CN = "CacheNodes";
|
|
1134
|
+
const _CNC = "CacheNodeCount";
|
|
1135
|
+
const _CNCT = "CacheNodeCreateTime";
|
|
1136
|
+
const _CNE = "CustomerNodeEndpoint";
|
|
1137
|
+
const _CNEL = "CustomerNodeEndpointList";
|
|
1138
|
+
const _CNI = "CacheNodeId";
|
|
1139
|
+
const _CNIL = "CacheNodeIdsList";
|
|
1140
|
+
const _CNITR = "CacheNodeIdsToReboot";
|
|
1141
|
+
const _CNITRa = "CacheNodeIdsToRemove";
|
|
1142
|
+
const _CNL = "CacheNodeList";
|
|
1143
|
+
const _CNS = "CacheNodeStatus";
|
|
1144
|
+
const _CNT = "CacheNodeType";
|
|
1145
|
+
const _CNTSP = "CacheNodeTypeSpecificParameter";
|
|
1146
|
+
const _CNTSPL = "CacheNodeTypeSpecificParametersList";
|
|
1147
|
+
const _CNTSPa = "CacheNodeTypeSpecificParameters";
|
|
1148
|
+
const _CNTSV = "CacheNodeTypeSpecificValues";
|
|
1149
|
+
const _CNTSVL = "CacheNodeTypeSpecificValueList";
|
|
1150
|
+
const _CNTSVa = "CacheNodeTypeSpecificValue";
|
|
1151
|
+
const _CNUS = "CacheNodeUpdateStatus";
|
|
1152
|
+
const _CNUSL = "CacheNodeUpdateStatusList";
|
|
1153
|
+
const _CNa = "CacheNode";
|
|
1154
|
+
const _COA = "CustomerOutpostArn";
|
|
1155
|
+
const _CPG = "CacheParameterGroup";
|
|
1156
|
+
const _CPGAEF = "CacheParameterGroupAlreadyExistsFault";
|
|
1157
|
+
const _CPGD = "CacheParameterGroupDetails";
|
|
1158
|
+
const _CPGF = "CacheParameterGroupFamily";
|
|
1159
|
+
const _CPGL = "CacheParameterGroupList";
|
|
1160
|
+
const _CPGM = "CacheParameterGroupsMessage";
|
|
1161
|
+
const _CPGN = "CacheParameterGroupName";
|
|
1162
|
+
const _CPGNFF = "CacheParameterGroupNotFoundFault";
|
|
1163
|
+
const _CPGNM = "CacheParameterGroupNameMessage";
|
|
1164
|
+
const _CPGQEF = "CacheParameterGroupQuotaExceededFault";
|
|
1165
|
+
const _CPGS = "CacheParameterGroupStatus";
|
|
1166
|
+
const _CPGa = "CacheParameterGroups";
|
|
1167
|
+
const _CQFCEF = "ClusterQuotaForCustomerExceededFault";
|
|
1168
|
+
const _CR = "CurrentRole";
|
|
1169
|
+
const _CRG = "CreateReplicationGroup";
|
|
1170
|
+
const _CRGM = "CreateReplicationGroupMessage";
|
|
1171
|
+
const _CRGR = "CreateReplicationGroupResult";
|
|
1172
|
+
const _CS = "ConfigureShard";
|
|
1173
|
+
const _CSC = "CreateServerlessCache";
|
|
1174
|
+
const _CSCR = "CreateServerlessCacheRequest";
|
|
1175
|
+
const _CSCRr = "CreateServerlessCacheResponse";
|
|
1176
|
+
const _CSCS = "CopyServerlessCacheSnapshot";
|
|
1177
|
+
const _CSCSR = "CopyServerlessCacheSnapshotRequest";
|
|
1178
|
+
const _CSCSRo = "CopyServerlessCacheSnapshotResponse";
|
|
1179
|
+
const _CSCSRr = "CreateServerlessCacheSnapshotRequest";
|
|
1180
|
+
const _CSCSRre = "CreateServerlessCacheSnapshotResponse";
|
|
1181
|
+
const _CSCSr = "CreateServerlessCacheSnapshot";
|
|
1182
|
+
const _CSG = "CacheSecurityGroup";
|
|
1183
|
+
const _CSGAEF = "CacheSecurityGroupAlreadyExistsFault";
|
|
1184
|
+
const _CSGAEFa = "CacheSubnetGroupAlreadyExistsFault";
|
|
1185
|
+
const _CSGD = "CacheSubnetGroupDescription";
|
|
1186
|
+
const _CSGIU = "CacheSubnetGroupInUse";
|
|
1187
|
+
const _CSGM = "CacheSecurityGroupMembership";
|
|
1188
|
+
const _CSGML = "CacheSecurityGroupMembershipList";
|
|
1189
|
+
const _CSGMa = "CacheSecurityGroupMessage";
|
|
1190
|
+
const _CSGMac = "CacheSubnetGroupMessage";
|
|
1191
|
+
const _CSGN = "CacheSecurityGroupName";
|
|
1192
|
+
const _CSGNFF = "CacheSecurityGroupNotFoundFault";
|
|
1193
|
+
const _CSGNFFa = "CacheSubnetGroupNotFoundFault";
|
|
1194
|
+
const _CSGNL = "CacheSecurityGroupNameList";
|
|
1195
|
+
const _CSGNa = "CacheSubnetGroupName";
|
|
1196
|
+
const _CSGNac = "CacheSecurityGroupNames";
|
|
1197
|
+
const _CSGQEF = "CacheSecurityGroupQuotaExceededFault";
|
|
1198
|
+
const _CSGQEFa = "CacheSubnetGroupQuotaExceededFault";
|
|
1199
|
+
const _CSGa = "CacheSecurityGroups";
|
|
1200
|
+
const _CSGac = "CacheSubnetGroup";
|
|
1201
|
+
const _CSGach = "CacheSubnetGroups";
|
|
1202
|
+
const _CSM = "CopySnapshotMessage";
|
|
1203
|
+
const _CSMr = "CreateSnapshotMessage";
|
|
1204
|
+
const _CSQEF = "CacheSubnetQuotaExceededFault";
|
|
1205
|
+
const _CSR = "CopySnapshotResult";
|
|
1206
|
+
const _CSRr = "CreateSnapshotResult";
|
|
1207
|
+
const _CSa = "CacheSize";
|
|
1208
|
+
const _CSo = "CopySnapshot";
|
|
1209
|
+
const _CSr = "CreateSnapshot";
|
|
1210
|
+
const _CT = "ChangeType";
|
|
1211
|
+
const _CTr = "CreateTime";
|
|
1212
|
+
const _CU = "CreateUser";
|
|
1213
|
+
const _CUG = "CreateUserGroup";
|
|
1214
|
+
const _CUGM = "CreateUserGroupMessage";
|
|
1215
|
+
const _CUL = "CacheUsageLimits";
|
|
1216
|
+
const _CUM = "CreateUserMessage";
|
|
1217
|
+
const _CWLD = "CloudWatchLogsDetails";
|
|
1218
|
+
const _CWLDD = "CloudWatchLogsDestinationDetails";
|
|
1219
|
+
const _D = "Description";
|
|
1220
|
+
const _DCC = "DeleteCacheCluster";
|
|
1221
|
+
const _DCCM = "DeleteCacheClusterMessage";
|
|
1222
|
+
const _DCCMe = "DescribeCacheClustersMessage";
|
|
1223
|
+
const _DCCR = "DeleteCacheClusterResult";
|
|
1224
|
+
const _DCCe = "DescribeCacheClusters";
|
|
1225
|
+
const _DCEV = "DescribeCacheEngineVersions";
|
|
1226
|
+
const _DCEVM = "DescribeCacheEngineVersionsMessage";
|
|
1227
|
+
const _DCP = "DescribeCacheParameters";
|
|
1228
|
+
const _DCPG = "DeleteCacheParameterGroup";
|
|
1229
|
+
const _DCPGM = "DeleteCacheParameterGroupMessage";
|
|
1230
|
+
const _DCPGMe = "DescribeCacheParameterGroupsMessage";
|
|
1231
|
+
const _DCPGe = "DescribeCacheParameterGroups";
|
|
1232
|
+
const _DCPM = "DescribeCacheParametersMessage";
|
|
1233
|
+
const _DCSG = "DeleteCacheSecurityGroup";
|
|
1234
|
+
const _DCSGM = "DeleteCacheSecurityGroupMessage";
|
|
1235
|
+
const _DCSGMe = "DeleteCacheSubnetGroupMessage";
|
|
1236
|
+
const _DCSGMes = "DescribeCacheSecurityGroupsMessage";
|
|
1237
|
+
const _DCSGMesc = "DescribeCacheSubnetGroupsMessage";
|
|
1238
|
+
const _DCSGe = "DeleteCacheSubnetGroup";
|
|
1239
|
+
const _DCSGes = "DescribeCacheSecurityGroups";
|
|
1240
|
+
const _DCSGesc = "DescribeCacheSubnetGroups";
|
|
1241
|
+
const _DD = "DestinationDetails";
|
|
1242
|
+
const _DE = "DescribeEvents";
|
|
1243
|
+
const _DEDP = "DescribeEngineDefaultParameters";
|
|
1244
|
+
const _DEDPM = "DescribeEngineDefaultParametersMessage";
|
|
1245
|
+
const _DEDPR = "DescribeEngineDefaultParametersResult";
|
|
1246
|
+
const _DEM = "DescribeEventsMessage";
|
|
1247
|
+
const _DGRG = "DeleteGlobalReplicationGroup";
|
|
1248
|
+
const _DGRGM = "DeleteGlobalReplicationGroupMessage";
|
|
1249
|
+
const _DGRGMe = "DescribeGlobalReplicationGroupsMessage";
|
|
1250
|
+
const _DGRGMi = "DisassociateGlobalReplicationGroupMessage";
|
|
1251
|
+
const _DGRGR = "DeleteGlobalReplicationGroupResult";
|
|
1252
|
+
const _DGRGRe = "DescribeGlobalReplicationGroupsResult";
|
|
1253
|
+
const _DGRGRi = "DisassociateGlobalReplicationGroupResult";
|
|
1254
|
+
const _DGRGe = "DescribeGlobalReplicationGroups";
|
|
1255
|
+
const _DGRGi = "DisassociateGlobalReplicationGroup";
|
|
1256
|
+
const _DNGIGRG = "DecreaseNodeGroupsInGlobalReplicationGroup";
|
|
1257
|
+
const _DNGIGRGM = "DecreaseNodeGroupsInGlobalReplicationGroupMessage";
|
|
1258
|
+
const _DNGIGRGR = "DecreaseNodeGroupsInGlobalReplicationGroupResult";
|
|
1259
|
+
const _DO = "DefaultOnly";
|
|
1260
|
+
const _DRC = "DecreaseReplicaCount";
|
|
1261
|
+
const _DRCM = "DecreaseReplicaCountMessage";
|
|
1262
|
+
const _DRCN = "DescribeReservedCacheNodes";
|
|
1263
|
+
const _DRCNM = "DescribeReservedCacheNodesMessage";
|
|
1264
|
+
const _DRCNO = "DescribeReservedCacheNodesOfferings";
|
|
1265
|
+
const _DRCNOM = "DescribeReservedCacheNodesOfferingsMessage";
|
|
1266
|
+
const _DRCR = "DecreaseReplicaCountResult";
|
|
1267
|
+
const _DRG = "DeleteReplicationGroup";
|
|
1268
|
+
const _DRGM = "DeleteReplicationGroupMessage";
|
|
1269
|
+
const _DRGMe = "DescribeReplicationGroupsMessage";
|
|
1270
|
+
const _DRGR = "DeleteReplicationGroupResult";
|
|
1271
|
+
const _DRGe = "DescribeReplicationGroups";
|
|
1272
|
+
const _DS = "DataStorage";
|
|
1273
|
+
const _DSC = "DeleteServerlessCache";
|
|
1274
|
+
const _DSCR = "DeleteServerlessCacheRequest";
|
|
1275
|
+
const _DSCRe = "DeleteServerlessCacheResponse";
|
|
1276
|
+
const _DSCRes = "DescribeServerlessCachesRequest";
|
|
1277
|
+
const _DSCResc = "DescribeServerlessCachesResponse";
|
|
1278
|
+
const _DSCS = "DeleteServerlessCacheSnapshot";
|
|
1279
|
+
const _DSCSR = "DeleteServerlessCacheSnapshotRequest";
|
|
1280
|
+
const _DSCSRe = "DeleteServerlessCacheSnapshotResponse";
|
|
1281
|
+
const _DSCSRes = "DescribeServerlessCacheSnapshotsRequest";
|
|
1282
|
+
const _DSCSResc = "DescribeServerlessCacheSnapshotsResponse";
|
|
1283
|
+
const _DSCSe = "DescribeServerlessCacheSnapshots";
|
|
1284
|
+
const _DSCe = "DescribeServerlessCaches";
|
|
1285
|
+
const _DSLM = "DescribeSnapshotsListMessage";
|
|
1286
|
+
const _DSM = "DeleteSnapshotMessage";
|
|
1287
|
+
const _DSMe = "DescribeSnapshotsMessage";
|
|
1288
|
+
const _DSR = "DeleteSnapshotResult";
|
|
1289
|
+
const _DST = "DailySnapshotTime";
|
|
1290
|
+
const _DSU = "DescribeServiceUpdates";
|
|
1291
|
+
const _DSUM = "DescribeServiceUpdatesMessage";
|
|
1292
|
+
const _DSe = "DeliveryStream";
|
|
1293
|
+
const _DSel = "DeleteSnapshot";
|
|
1294
|
+
const _DSes = "DescribeSnapshots";
|
|
1295
|
+
const _DT = "DataType";
|
|
1296
|
+
const _DTE = "DataTieringEnabled";
|
|
1297
|
+
const _DTa = "DataTiering";
|
|
1298
|
+
const _DTe = "DestinationType";
|
|
1299
|
+
const _DU = "DeleteUser";
|
|
1300
|
+
const _DUA = "DescribeUpdateActions";
|
|
1301
|
+
const _DUAM = "DescribeUpdateActionsMessage";
|
|
1302
|
+
const _DUATUGF = "DefaultUserAssociatedToUserGroupFault";
|
|
1303
|
+
const _DUG = "DeleteUserGroup";
|
|
1304
|
+
const _DUGM = "DeleteUserGroupMessage";
|
|
1305
|
+
const _DUGMe = "DescribeUserGroupsMessage";
|
|
1306
|
+
const _DUGR = "DescribeUserGroupsResult";
|
|
1307
|
+
const _DUGe = "DescribeUserGroups";
|
|
1308
|
+
const _DUM = "DeleteUserMessage";
|
|
1309
|
+
const _DUMe = "DescribeUsersMessage";
|
|
1310
|
+
const _DUNF = "DuplicateUserNameFault";
|
|
1311
|
+
const _DUR = "DefaultUserRequired";
|
|
1312
|
+
const _DURe = "DescribeUsersResult";
|
|
1313
|
+
const _DUe = "DescribeUsers";
|
|
1314
|
+
const _Da = "Date";
|
|
1315
|
+
const _Du = "Durability";
|
|
1316
|
+
const _Dur = "Duration";
|
|
1317
|
+
const _E = "Engine";
|
|
1318
|
+
const _ECPUPS = "ECPUPerSecond";
|
|
1319
|
+
const _ECSG = "EC2SecurityGroups";
|
|
1320
|
+
const _ECSGL = "EC2SecurityGroupList";
|
|
1321
|
+
const _ECSGN = "EC2SecurityGroupName";
|
|
1322
|
+
const _ECSGOI = "EC2SecurityGroupOwnerId";
|
|
1323
|
+
const _ECSGe = "EC2SecurityGroup";
|
|
1324
|
+
const _ED = "EngineDefaults";
|
|
1325
|
+
const _EDf = "EffectiveDurability";
|
|
1326
|
+
const _EL = "EventList";
|
|
1327
|
+
const _EM = "EventsMessage";
|
|
1328
|
+
const _EMr = "ErrorMessage";
|
|
1329
|
+
const _ESCS = "ExportServerlessCacheSnapshot";
|
|
1330
|
+
const _ESCSR = "ExportServerlessCacheSnapshotRequest";
|
|
1331
|
+
const _ESCSRx = "ExportServerlessCacheSnapshotResponse";
|
|
1332
|
+
const _ET = "EndTime";
|
|
1333
|
+
const _ETr = "ErrorType";
|
|
1334
|
+
const _ETx = "ExpiryTime";
|
|
1335
|
+
const _EUT = "EstimatedUpdateTime";
|
|
1336
|
+
const _EV = "EngineVersion";
|
|
1337
|
+
const _En = "Endpoint";
|
|
1338
|
+
const _Ena = "Enabled";
|
|
1339
|
+
const _Ev = "Event";
|
|
1340
|
+
const _Eve = "Events";
|
|
1341
|
+
const _F = "Force";
|
|
1342
|
+
const _FEV = "FullEngineVersion";
|
|
1343
|
+
const _FGRG = "FailoverGlobalReplicationGroup";
|
|
1344
|
+
const _FGRGM = "FailoverGlobalReplicationGroupMessage";
|
|
1345
|
+
const _FGRGR = "FailoverGlobalReplicationGroupResult";
|
|
1346
|
+
const _FL = "FilterList";
|
|
1347
|
+
const _FP = "FixedPrice";
|
|
1348
|
+
const _FSI = "FinalSnapshotIdentifier";
|
|
1349
|
+
const _FSN = "FinalSnapshotName";
|
|
1350
|
+
const _Fi = "Filters";
|
|
1351
|
+
const _Fil = "Filter";
|
|
1352
|
+
const _GNG = "GlobalNodeGroup";
|
|
1353
|
+
const _GNGI = "GlobalNodeGroupId";
|
|
1354
|
+
const _GNGIL = "GlobalNodeGroupIdList";
|
|
1355
|
+
const _GNGL = "GlobalNodeGroupList";
|
|
1356
|
+
const _GNGTR = "GlobalNodeGroupsToRemove";
|
|
1357
|
+
const _GNGTRl = "GlobalNodeGroupsToRetain";
|
|
1358
|
+
const _GNGl = "GlobalNodeGroups";
|
|
1359
|
+
const _GRG = "GlobalReplicationGroup";
|
|
1360
|
+
const _GRGAEF = "GlobalReplicationGroupAlreadyExistsFault";
|
|
1361
|
+
const _GRGD = "GlobalReplicationGroupDescription";
|
|
1362
|
+
const _GRGI = "GlobalReplicationGroupId";
|
|
1363
|
+
const _GRGIS = "GlobalReplicationGroupIdSuffix";
|
|
1364
|
+
const _GRGIl = "GlobalReplicationGroupInfo";
|
|
1365
|
+
const _GRGL = "GlobalReplicationGroupList";
|
|
1366
|
+
const _GRGM = "GlobalReplicationGroupMember";
|
|
1367
|
+
const _GRGML = "GlobalReplicationGroupMemberList";
|
|
1368
|
+
const _GRGMR = "GlobalReplicationGroupMemberRole";
|
|
1369
|
+
const _GRGNFF = "GlobalReplicationGroupNotFoundFault";
|
|
1370
|
+
const _GRGl = "GlobalReplicationGroups";
|
|
1371
|
+
const _IARNF = "InvalidARNFault";
|
|
1372
|
+
const _ICCCF = "InsufficientCacheClusterCapacityFault";
|
|
1373
|
+
const _ICCSF = "InvalidCacheClusterStateFault";
|
|
1374
|
+
const _ICE = "InvalidCredentialsException";
|
|
1375
|
+
const _ICPGSF = "InvalidCacheParameterGroupStateFault";
|
|
1376
|
+
const _ICSGSF = "InvalidCacheSecurityGroupStateFault";
|
|
1377
|
+
const _ID = "IpDiscovery";
|
|
1378
|
+
const _IG = "IsGlobal";
|
|
1379
|
+
const _IGRGSF = "InvalidGlobalReplicationGroupStateFault";
|
|
1380
|
+
const _IKMSKF = "InvalidKMSKeyFault";
|
|
1381
|
+
const _IM = "IsModifiable";
|
|
1382
|
+
const _INGIGRG = "IncreaseNodeGroupsInGlobalReplicationGroup";
|
|
1383
|
+
const _INGIGRGM = "IncreaseNodeGroupsInGlobalReplicationGroupMessage";
|
|
1384
|
+
const _INGIGRGR = "IncreaseNodeGroupsInGlobalReplicationGroupResult";
|
|
1385
|
+
const _IPCE = "InvalidParameterCombinationException";
|
|
1386
|
+
const _IPVE = "InvalidParameterValueException";
|
|
1387
|
+
const _IRC = "IncreaseReplicaCount";
|
|
1388
|
+
const _IRCM = "IncreaseReplicaCountMessage";
|
|
1389
|
+
const _IRCR = "IncreaseReplicaCountResult";
|
|
1390
|
+
const _IRGSF = "InvalidReplicationGroupStateFault";
|
|
1391
|
+
const _IS = "InvalidSubnet";
|
|
1392
|
+
const _ISCSF = "InvalidServerlessCacheStateFault";
|
|
1393
|
+
const _ISCSSF = "InvalidServerlessCacheSnapshotStateFault";
|
|
1394
|
+
const _ISSF = "InvalidSnapshotStateFault";
|
|
1395
|
+
const _IUGSF = "InvalidUserGroupStateFault";
|
|
1396
|
+
const _IUSF = "InvalidUserStateFault";
|
|
1397
|
+
const _IVPCNSF = "InvalidVPCNetworkStateFault";
|
|
1398
|
+
const _K = "Key";
|
|
1399
|
+
const _KFD = "KinesisFirehoseDetails";
|
|
1400
|
+
const _KFDD = "KinesisFirehoseDestinationDetails";
|
|
1401
|
+
const _KKI = "KmsKeyId";
|
|
1402
|
+
const _LANTM = "ListAllowedNodeTypeModifications";
|
|
1403
|
+
const _LANTMM = "ListAllowedNodeTypeModificationsMessage";
|
|
1404
|
+
const _LDC = "LogDeliveryConfigurations";
|
|
1405
|
+
const _LDCL = "LogDeliveryConfigurationList";
|
|
1406
|
+
const _LDCR = "LogDeliveryConfigurationRequest";
|
|
1407
|
+
const _LDCRL = "LogDeliveryConfigurationRequestList";
|
|
1408
|
+
const _LDCo = "LogDeliveryConfiguration";
|
|
1409
|
+
const _LF = "LogFormat";
|
|
1410
|
+
const _LG = "LogGroup";
|
|
1411
|
+
const _LT = "LogType";
|
|
1412
|
+
const _LTFR = "ListTagsForResource";
|
|
1413
|
+
const _LTFRM = "ListTagsForResourceMessage";
|
|
1414
|
+
const _M = "Marker";
|
|
1415
|
+
const _MAZ = "MultiAZ";
|
|
1416
|
+
const _MAZE = "MultiAZEnabled";
|
|
1417
|
+
const _MC = "MemberClusters";
|
|
1418
|
+
const _MCC = "ModifyCacheCluster";
|
|
1419
|
+
const _MCCM = "ModifyCacheClusterMessage";
|
|
1420
|
+
const _MCCR = "ModifyCacheClusterResult";
|
|
1421
|
+
const _MCOA = "MemberClustersOutpostArns";
|
|
1422
|
+
const _MCPG = "ModifyCacheParameterGroup";
|
|
1423
|
+
const _MCPGM = "ModifyCacheParameterGroupMessage";
|
|
1424
|
+
const _MCSG = "ModifyCacheSubnetGroup";
|
|
1425
|
+
const _MCSGM = "ModifyCacheSubnetGroupMessage";
|
|
1426
|
+
const _MCSGR = "ModifyCacheSubnetGroupResult";
|
|
1427
|
+
const _MEV = "MinimumEngineVersion";
|
|
1428
|
+
const _MEVa = "MajorEngineVersion";
|
|
1429
|
+
const _MGRG = "ModifyGlobalReplicationGroup";
|
|
1430
|
+
const _MGRGM = "ModifyGlobalReplicationGroupMessage";
|
|
1431
|
+
const _MGRGR = "ModifyGlobalReplicationGroupResult";
|
|
1432
|
+
const _MR = "MaxRecords";
|
|
1433
|
+
const _MRG = "ModifyReplicationGroup";
|
|
1434
|
+
const _MRGM = "ModifyReplicationGroupMessage";
|
|
1435
|
+
const _MRGR = "ModifyReplicationGroupResult";
|
|
1436
|
+
const _MRGSC = "ModifyReplicationGroupShardConfiguration";
|
|
1437
|
+
const _MRGSCM = "ModifyReplicationGroupShardConfigurationMessage";
|
|
1438
|
+
const _MRGSCR = "ModifyReplicationGroupShardConfigurationResult";
|
|
1439
|
+
const _MRa = "MaxResults";
|
|
1440
|
+
const _MSC = "ModifyServerlessCache";
|
|
1441
|
+
const _MSCR = "ModifyServerlessCacheRequest";
|
|
1442
|
+
const _MSCRo = "ModifyServerlessCacheResponse";
|
|
1443
|
+
const _MU = "ModifyUser";
|
|
1444
|
+
const _MUG = "ModifyUserGroup";
|
|
1445
|
+
const _MUGM = "ModifyUserGroupMessage";
|
|
1446
|
+
const _MUM = "ModifyUserMessage";
|
|
1447
|
+
const _Ma = "Maximum";
|
|
1448
|
+
const _Me = "Message";
|
|
1449
|
+
const _Mem = "Members";
|
|
1450
|
+
const _Mi = "Minimum";
|
|
1451
|
+
const _N = "Name";
|
|
1452
|
+
const _NAZ = "NewAvailabilityZones";
|
|
1453
|
+
const _NC = "NotificationConfiguration";
|
|
1454
|
+
const _NCC = "NumCacheClusters";
|
|
1455
|
+
const _NCN = "NumCacheNodes";
|
|
1456
|
+
const _NDD = "NodeDeletionDate";
|
|
1457
|
+
const _NG = "NodeGroup";
|
|
1458
|
+
const _NGC = "NodeGroupConfiguration";
|
|
1459
|
+
const _NGCL = "NodeGroupConfigurationList";
|
|
1460
|
+
const _NGCo = "NodeGroupCount";
|
|
1461
|
+
const _NGI = "NodeGroupId";
|
|
1462
|
+
const _NGL = "NodeGroupList";
|
|
1463
|
+
const _NGM = "NodeGroupMembers";
|
|
1464
|
+
const _NGML = "NodeGroupMemberList";
|
|
1465
|
+
const _NGMUS = "NodeGroupMemberUpdateStatus";
|
|
1466
|
+
const _NGMUSL = "NodeGroupMemberUpdateStatusList";
|
|
1467
|
+
const _NGMo = "NodeGroupMember";
|
|
1468
|
+
const _NGNFF = "NodeGroupNotFoundFault";
|
|
1469
|
+
const _NGPRGQEF = "NodeGroupsPerReplicationGroupQuotaExceededFault";
|
|
1470
|
+
const _NGTR = "NodeGroupsToRemove";
|
|
1471
|
+
const _NGTRL = "NodeGroupsToRemoveList";
|
|
1472
|
+
const _NGTRLo = "NodeGroupsToRetainList";
|
|
1473
|
+
const _NGTRo = "NodeGroupsToRetain";
|
|
1474
|
+
const _NGTRod = "NodeGroupToRemove";
|
|
1475
|
+
const _NGTRode = "NodeGroupToRetain";
|
|
1476
|
+
const _NGUS = "NodeGroupUpdateStatus";
|
|
1477
|
+
const _NGUSL = "NodeGroupUpdateStatusList";
|
|
1478
|
+
const _NGo = "NodeGroups";
|
|
1479
|
+
const _NNG = "NumNodeGroups";
|
|
1480
|
+
const _NOF = "NoOperationFault";
|
|
1481
|
+
const _NPR = "NoPasswordRequired";
|
|
1482
|
+
const _NQFCEF = "NodeQuotaForClusterExceededFault";
|
|
1483
|
+
const _NQFCEFo = "NodeQuotaForCustomerExceededFault";
|
|
1484
|
+
const _NRC = "NewReplicaCount";
|
|
1485
|
+
const _NS = "NodeSnapshot";
|
|
1486
|
+
const _NSL = "NodeSnapshotList";
|
|
1487
|
+
const _NSo = "NodeSnapshots";
|
|
1488
|
+
const _NT = "NetworkType";
|
|
1489
|
+
const _NTA = "NotificationTopicArn";
|
|
1490
|
+
const _NTS = "NotificationTopicStatus";
|
|
1491
|
+
const _NTe = "NextToken";
|
|
1492
|
+
const _NU = "NodesUpdated";
|
|
1493
|
+
const _NUED = "NodeUpdateEndDate";
|
|
1494
|
+
const _NUIB = "NodeUpdateInitiatedBy";
|
|
1495
|
+
const _NUID = "NodeUpdateInitiatedDate";
|
|
1496
|
+
const _NUS = "NodeUpdateStatus";
|
|
1497
|
+
const _NUSD = "NodeUpdateStartDate";
|
|
1498
|
+
const _NUSMD = "NodeUpdateStatusModifiedDate";
|
|
1499
|
+
const _OA = "OutpostArn";
|
|
1500
|
+
const _OAL = "OutpostArnsList";
|
|
1501
|
+
const _OI = "OwnerId";
|
|
1502
|
+
const _OM = "OutpostMode";
|
|
1503
|
+
const _OT = "OfferingType";
|
|
1504
|
+
const _P = "Passwords";
|
|
1505
|
+
const _PAS = "ParameterApplyStatus";
|
|
1506
|
+
const _PAZ = "PreferredAvailabilityZone";
|
|
1507
|
+
const _PAZL = "PreferredAvailabilityZoneList";
|
|
1508
|
+
const _PAZr = "PreferredAvailabilityZones";
|
|
1509
|
+
const _PAZri = "PrimaryAvailabilityZone";
|
|
1510
|
+
const _PC = "PasswordCount";
|
|
1511
|
+
const _PCCAZ = "PreferredCacheClusterAZs";
|
|
1512
|
+
const _PCI = "PrimaryClusterId";
|
|
1513
|
+
const _PCe = "PendingChanges";
|
|
1514
|
+
const _PD = "ProductDescription";
|
|
1515
|
+
const _PE = "PrimaryEndpoint";
|
|
1516
|
+
const _PGS = "ParameterGroupStatus";
|
|
1517
|
+
const _PL = "ParametersList";
|
|
1518
|
+
const _PLDC = "PendingLogDeliveryConfiguration";
|
|
1519
|
+
const _PLDCL = "PendingLogDeliveryConfigurationList";
|
|
1520
|
+
const _PMV = "PendingModifiedValues";
|
|
1521
|
+
const _PMW = "PreferredMaintenanceWindow";
|
|
1522
|
+
const _PN = "ParameterName";
|
|
1523
|
+
const _PNV = "ParameterNameValues";
|
|
1524
|
+
const _PNVL = "ParameterNameValueList";
|
|
1525
|
+
const _PNVa = "ParameterNameValue";
|
|
1526
|
+
const _POA = "PreferredOutpostArn";
|
|
1527
|
+
const _POAL = "PreferredOutpostArnList";
|
|
1528
|
+
const _POAr = "PreferredOutpostArns";
|
|
1529
|
+
const _POAri = "PrimaryOutpostArn";
|
|
1530
|
+
const _PP = "ProgressPercentage";
|
|
1531
|
+
const _PR = "PrimaryRegion";
|
|
1532
|
+
const _PRCNO = "PurchaseReservedCacheNodesOffering";
|
|
1533
|
+
const _PRCNOM = "PurchaseReservedCacheNodesOfferingMessage";
|
|
1534
|
+
const _PRCNOR = "PurchaseReservedCacheNodesOfferingResult";
|
|
1535
|
+
const _PRGI = "PrimaryReplicationGroupId";
|
|
1536
|
+
const _PUA = "ProcessedUpdateAction";
|
|
1537
|
+
const _PUAL = "ProcessedUpdateActionList";
|
|
1538
|
+
const _PUAr = "ProcessedUpdateActions";
|
|
1539
|
+
const _PV = "ParameterValue";
|
|
1540
|
+
const _Pa = "Parameters";
|
|
1541
|
+
const _Par = "Parameter";
|
|
1542
|
+
const _Po = "Port";
|
|
1543
|
+
const _R = "Role";
|
|
1544
|
+
const _RAP = "ResetAllParameters";
|
|
1545
|
+
const _RARN = "ReservationARN";
|
|
1546
|
+
const _RAZ = "ReplicaAvailabilityZones";
|
|
1547
|
+
const _RC = "ReplicaConfiguration";
|
|
1548
|
+
const _RCA = "RecurringChargeAmount";
|
|
1549
|
+
const _RCC = "RebootCacheCluster";
|
|
1550
|
+
const _RCCM = "RebootCacheClusterMessage";
|
|
1551
|
+
const _RCCR = "RebootCacheClusterResult";
|
|
1552
|
+
const _RCF = "RecurringChargeFrequency";
|
|
1553
|
+
const _RCL = "RecurringChargeList";
|
|
1554
|
+
const _RCLe = "RegionalConfigurationList";
|
|
1555
|
+
const _RCLep = "ReplicaConfigurationList";
|
|
1556
|
+
const _RCLes = "ReshardingConfigurationList";
|
|
1557
|
+
const _RCN = "ReservedCacheNode";
|
|
1558
|
+
const _RCNAEF = "ReservedCacheNodeAlreadyExistsFault";
|
|
1559
|
+
const _RCNI = "ReservedCacheNodeId";
|
|
1560
|
+
const _RCNL = "ReservedCacheNodeList";
|
|
1561
|
+
const _RCNM = "ReservedCacheNodeMessage";
|
|
1562
|
+
const _RCNNFF = "ReservedCacheNodeNotFoundFault";
|
|
1563
|
+
const _RCNO = "ReservedCacheNodesOffering";
|
|
1564
|
+
const _RCNOI = "ReservedCacheNodesOfferingId";
|
|
1565
|
+
const _RCNOL = "ReservedCacheNodesOfferingList";
|
|
1566
|
+
const _RCNOM = "ReservedCacheNodesOfferingMessage";
|
|
1567
|
+
const _RCNONFF = "ReservedCacheNodesOfferingNotFoundFault";
|
|
1568
|
+
const _RCNOe = "ReservedCacheNodesOfferings";
|
|
1569
|
+
const _RCNQEF = "ReservedCacheNodeQuotaExceededFault";
|
|
1570
|
+
const _RCNe = "ReservedCacheNodes";
|
|
1571
|
+
const _RCPG = "ResetCacheParameterGroup";
|
|
1572
|
+
const _RCPGM = "ResetCacheParameterGroupMessage";
|
|
1573
|
+
const _RCSGI = "RevokeCacheSecurityGroupIngress";
|
|
1574
|
+
const _RCSGIM = "RevokeCacheSecurityGroupIngressMessage";
|
|
1575
|
+
const _RCSGIR = "RevokeCacheSecurityGroupIngressResult";
|
|
1576
|
+
const _RCe = "RegionalConfigurations";
|
|
1577
|
+
const _RCec = "RecurringCharge";
|
|
1578
|
+
const _RCecu = "RecurringCharges";
|
|
1579
|
+
const _RCeg = "RegionalConfiguration";
|
|
1580
|
+
const _RCep = "ReplicaCount";
|
|
1581
|
+
const _RCes = "ReshardingConfiguration";
|
|
1582
|
+
const _RE = "ReaderEndpoint";
|
|
1583
|
+
const _REe = "ReadEndpoint";
|
|
1584
|
+
const _RG = "ReplicationGroup";
|
|
1585
|
+
const _RGAEF = "ReplicationGroupAlreadyExistsFault";
|
|
1586
|
+
const _RGAUMF = "ReplicationGroupAlreadyUnderMigrationFault";
|
|
1587
|
+
const _RGCT = "ReplicationGroupCreateTime";
|
|
1588
|
+
const _RGD = "ReplicationGroupDescription";
|
|
1589
|
+
const _RGI = "ReplicationGroupIds";
|
|
1590
|
+
const _RGIe = "ReplicationGroupId";
|
|
1591
|
+
const _RGL = "ReplicationGroupList";
|
|
1592
|
+
const _RGLDE = "ReplicationGroupLogDeliveryEnabled";
|
|
1593
|
+
const _RGM = "ReplicationGroupMessage";
|
|
1594
|
+
const _RGNFF = "ReplicationGroupNotFoundFault";
|
|
1595
|
+
const _RGNUMF = "ReplicationGroupNotUnderMigrationFault";
|
|
1596
|
+
const _RGOA = "ReplicationGroupOutpostArn";
|
|
1597
|
+
const _RGOAL = "ReplicationGroupOutpostArnList";
|
|
1598
|
+
const _RGPMV = "ReplicationGroupPendingModifiedValues";
|
|
1599
|
+
const _RGR = "ReplicationGroupRegion";
|
|
1600
|
+
const _RGe = "ReplicationGroups";
|
|
1601
|
+
const _RN = "ResourceName";
|
|
1602
|
+
const _ROA = "ReplicaOutpostArns";
|
|
1603
|
+
const _RPC = "RetainPrimaryCluster";
|
|
1604
|
+
const _RPNG = "ReplicasPerNodeGroup";
|
|
1605
|
+
const _RPRG = "RetainPrimaryReplicationGroup";
|
|
1606
|
+
const _RS = "ReshardingStatus";
|
|
1607
|
+
const _RSIGRG = "RebalanceSlotsInGlobalReplicationGroup";
|
|
1608
|
+
const _RSIGRGM = "RebalanceSlotsInGlobalReplicationGroupMessage";
|
|
1609
|
+
const _RSIGRGR = "RebalanceSlotsInGlobalReplicationGroupResult";
|
|
1610
|
+
const _RTFR = "RemoveTagsFromResource";
|
|
1611
|
+
const _RTFRM = "RemoveTagsFromResourceMessage";
|
|
1612
|
+
const _RTR = "ReplicasToRemove";
|
|
1613
|
+
const _RUG = "RemoveUserGroups";
|
|
1614
|
+
const _RUGe = "RemoveUserGroup";
|
|
1615
|
+
const _Re = "Resharding";
|
|
1616
|
+
const _S = "Source";
|
|
1617
|
+
const _SA = "SnapshotArns";
|
|
1618
|
+
const _SAEF = "SnapshotAlreadyExistsFault";
|
|
1619
|
+
const _SAL = "SnapshotArnsList";
|
|
1620
|
+
const _SATR = "SnapshotArnsToRestore";
|
|
1621
|
+
const _SAZ = "SubnetAvailabilityZone";
|
|
1622
|
+
const _SAn = "SnapshotArn";
|
|
1623
|
+
const _SBN = "S3BucketName";
|
|
1624
|
+
const _SC = "ServerlessCache";
|
|
1625
|
+
const _SCAEF = "ServerlessCacheAlreadyExistsFault";
|
|
1626
|
+
const _SCC = "ServerlessCacheConfiguration";
|
|
1627
|
+
const _SCCNIRG = "ShowCacheClustersNotInReplicationGroups";
|
|
1628
|
+
const _SCI = "SnapshottingClusterId";
|
|
1629
|
+
const _SCL = "ServerlessCacheList";
|
|
1630
|
+
const _SCN = "ServerlessCacheName";
|
|
1631
|
+
const _SCNFF = "ServerlessCacheNotFoundFault";
|
|
1632
|
+
const _SCNI = "SourceCacheNodeId";
|
|
1633
|
+
const _SCNIh = "ShowCacheNodeInfo";
|
|
1634
|
+
const _SCQFCEF = "ServerlessCacheQuotaForCustomerExceededFault";
|
|
1635
|
+
const _SCS = "ServerlessCacheSnapshot";
|
|
1636
|
+
const _SCSAEF = "ServerlessCacheSnapshotAlreadyExistsFault";
|
|
1637
|
+
const _SCSL = "ServerlessCacheSnapshotList";
|
|
1638
|
+
const _SCSN = "ServerlessCacheSnapshotName";
|
|
1639
|
+
const _SCSNFF = "ServerlessCacheSnapshotNotFoundFault";
|
|
1640
|
+
const _SCSQEF = "ServerlessCacheSnapshotQuotaExceededFault";
|
|
1641
|
+
const _SCSe = "ServerlessCacheSnapshots";
|
|
1642
|
+
const _SCT = "SnapshotCreateTime";
|
|
1643
|
+
const _SCc = "ScaleConfig";
|
|
1644
|
+
const _SCe = "ServerlessCaches";
|
|
1645
|
+
const _SDM = "ScaleDownModifications";
|
|
1646
|
+
const _SET = "StorageEncryptionType";
|
|
1647
|
+
const _SFNSF = "SnapshotFeatureNotSupportedFault";
|
|
1648
|
+
const _SG = "SecurityGroups";
|
|
1649
|
+
const _SGI = "SecurityGroupIds";
|
|
1650
|
+
const _SGIL = "SecurityGroupIdsList";
|
|
1651
|
+
const _SGIe = "SecurityGroupId";
|
|
1652
|
+
const _SGM = "SecurityGroupMembership";
|
|
1653
|
+
const _SGML = "SecurityGroupMembershipList";
|
|
1654
|
+
const _SI = "SubnetIds";
|
|
1655
|
+
const _SIL = "SubnetIdentifierList";
|
|
1656
|
+
const _SILu = "SubnetIdsList";
|
|
1657
|
+
const _SIM = "ScaleIntervalMinutes";
|
|
1658
|
+
const _SIU = "SubnetInUse";
|
|
1659
|
+
const _SIo = "SourceIdentifier";
|
|
1660
|
+
const _SIu = "SubnetIdentifier";
|
|
1661
|
+
const _SIub = "SubnetId";
|
|
1662
|
+
const _SL = "SnapshotList";
|
|
1663
|
+
const _SLRNFF = "ServiceLinkedRoleNotFoundFault";
|
|
1664
|
+
const _SLu = "SubnetList";
|
|
1665
|
+
const _SM = "SlotMigration";
|
|
1666
|
+
const _SMI = "ShowMemberInfo";
|
|
1667
|
+
const _SMM = "StartMigrationMessage";
|
|
1668
|
+
const _SMR = "StartMigrationResponse";
|
|
1669
|
+
const _SMl = "SlaMet";
|
|
1670
|
+
const _SMt = "StartMigration";
|
|
1671
|
+
const _SN = "SnapshotName";
|
|
1672
|
+
const _SNAF = "SubnetNotAllowedFault";
|
|
1673
|
+
const _SNFF = "SnapshotNotFoundFault";
|
|
1674
|
+
const _SNGC = "ShowNodeGroupConfig";
|
|
1675
|
+
const _SNLUS = "ShowNodeLevelUpdateStatus";
|
|
1676
|
+
const _SNT = "SupportedNetworkTypes";
|
|
1677
|
+
const _SO = "SubnetOutpost";
|
|
1678
|
+
const _SOA = "SubnetOutpostArn";
|
|
1679
|
+
const _SP = "ScalePercentage";
|
|
1680
|
+
const _SQEF = "SnapshotQuotaExceededFault";
|
|
1681
|
+
const _SRL = "SnapshotRetentionLimit";
|
|
1682
|
+
const _SS = "SnapshotSource";
|
|
1683
|
+
const _SSCSN = "SourceServerlessCacheSnapshotName";
|
|
1684
|
+
const _SSN = "SourceSnapshotName";
|
|
1685
|
+
const _SSn = "SnapshotStatus";
|
|
1686
|
+
const _ST = "SourceType";
|
|
1687
|
+
const _STn = "SnapshotType";
|
|
1688
|
+
const _STt = "StartTime";
|
|
1689
|
+
const _SU = "ServiceUpdate";
|
|
1690
|
+
const _SUD = "ServiceUpdateDescription";
|
|
1691
|
+
const _SUED = "ServiceUpdateEndDate";
|
|
1692
|
+
const _SUL = "ServiceUpdateList";
|
|
1693
|
+
const _SUM = "ScaleUpModifications";
|
|
1694
|
+
const _SUMe = "ServiceUpdatesMessage";
|
|
1695
|
+
const _SUN = "ServiceUpdateName";
|
|
1696
|
+
const _SUNFF = "ServiceUpdateNotFoundFault";
|
|
1697
|
+
const _SURABD = "ServiceUpdateRecommendedApplyByDate";
|
|
1698
|
+
const _SURD = "ServiceUpdateReleaseDate";
|
|
1699
|
+
const _SUS = "ServiceUpdateStatus";
|
|
1700
|
+
const _SUSe = "ServiceUpdateSeverity";
|
|
1701
|
+
const _SUT = "ServiceUpdateType";
|
|
1702
|
+
const _SUTR = "ServiceUpdateTimeRange";
|
|
1703
|
+
const _SUe = "ServiceUpdates";
|
|
1704
|
+
const _SW = "SnapshotWindow";
|
|
1705
|
+
const _Sl = "Slots";
|
|
1706
|
+
const _Sn = "Snapshot";
|
|
1707
|
+
const _Sna = "Snapshots";
|
|
1708
|
+
const _St = "Status";
|
|
1709
|
+
const _Sta = "State";
|
|
1710
|
+
const _Su = "Subnets";
|
|
1711
|
+
const _Sub = "Subnet";
|
|
1712
|
+
const _T = "Tags";
|
|
1713
|
+
const _TA = "TopicArn";
|
|
1714
|
+
const _TB = "TargetBucket";
|
|
1715
|
+
const _TEE = "TransitEncryptionEnabled";
|
|
1716
|
+
const _TEM = "TransitEncryptionMode";
|
|
1717
|
+
const _TF = "TestFailover";
|
|
1718
|
+
const _TFM = "TestFailoverMessage";
|
|
1719
|
+
const _TFNAF = "TestFailoverNotAvailableFault";
|
|
1720
|
+
const _TFR = "TestFailoverResult";
|
|
1721
|
+
const _TK = "TagKeys";
|
|
1722
|
+
const _TL = "TagList";
|
|
1723
|
+
const _TLM = "TagListMessage";
|
|
1724
|
+
const _TM = "TestMigration";
|
|
1725
|
+
const _TMM = "TestMigrationMessage";
|
|
1726
|
+
const _TMR = "TestMigrationResponse";
|
|
1727
|
+
const _TNFF = "TagNotFoundFault";
|
|
1728
|
+
const _TQPRE = "TagQuotaPerResourceExceeded";
|
|
1729
|
+
const _TRF = "TimeRangeFilter";
|
|
1730
|
+
const _TS = "TopicStatus";
|
|
1731
|
+
const _TSCSN = "TargetServerlessCacheSnapshotName";
|
|
1732
|
+
const _TSN = "TargetSnapshotName";
|
|
1733
|
+
const _Ta = "Tag";
|
|
1734
|
+
const _Ty = "Type";
|
|
1735
|
+
const _U = "Unit";
|
|
1736
|
+
const _UA = "UpdateAction";
|
|
1737
|
+
const _UAAD = "UpdateActionAvailableDate";
|
|
1738
|
+
const _UAEF = "UserAlreadyExistsFault";
|
|
1739
|
+
const _UAL = "UpdateActionList";
|
|
1740
|
+
const _UAM = "UpdateActionsMessage";
|
|
1741
|
+
const _UARM = "UpdateActionResultsMessage";
|
|
1742
|
+
const _UAS = "UpdateActionStatus";
|
|
1743
|
+
const _UASMD = "UpdateActionStatusModifiedDate";
|
|
1744
|
+
const _UAp = "UpdateActions";
|
|
1745
|
+
const _UG = "UserGroups";
|
|
1746
|
+
const _UGAEF = "UserGroupAlreadyExistsFault";
|
|
1747
|
+
const _UGI = "UserGroupIds";
|
|
1748
|
+
const _UGITA = "UserGroupIdsToAdd";
|
|
1749
|
+
const _UGITR = "UserGroupIdsToRemove";
|
|
1750
|
+
const _UGIs = "UserGroupId";
|
|
1751
|
+
const _UGL = "UserGroupList";
|
|
1752
|
+
const _UGNFF = "UserGroupNotFoundFault";
|
|
1753
|
+
const _UGPC = "UserGroupPendingChanges";
|
|
1754
|
+
const _UGQEF = "UserGroupQuotaExceededFault";
|
|
1755
|
+
const _UGUS = "UserGroupsUpdateStatus";
|
|
1756
|
+
const _UGs = "UserGroup";
|
|
1757
|
+
const _UI = "UserIds";
|
|
1758
|
+
const _UITA = "UserIdsToAdd";
|
|
1759
|
+
const _UITR = "UserIdsToRemove";
|
|
1760
|
+
const _UIs = "UserId";
|
|
1761
|
+
const _UL = "UserList";
|
|
1762
|
+
const _UN = "UserName";
|
|
1763
|
+
const _UNFF = "UserNotFoundFault";
|
|
1764
|
+
const _UP = "UsagePrice";
|
|
1765
|
+
const _UQEF = "UserQuotaExceededFault";
|
|
1766
|
+
const _UUA = "UnprocessedUpdateAction";
|
|
1767
|
+
const _UUAL = "UnprocessedUpdateActionList";
|
|
1768
|
+
const _UUAn = "UnprocessedUpdateActions";
|
|
1769
|
+
const _Us = "Users";
|
|
1770
|
+
const _Use = "User";
|
|
1771
|
+
const _V = "Value";
|
|
1772
|
+
const _VI = "VpcId";
|
|
1773
|
+
const _Va = "Values";
|
|
1774
|
+
const _aQE = "awsQueryError";
|
|
1775
|
+
const _c = "client";
|
|
1776
|
+
const _e = "error";
|
|
1777
|
+
const _hE = "httpError";
|
|
1778
|
+
const _m = "message";
|
|
1779
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.elasticache";
|
|
1780
|
+
const _xN = "xmlName";
|
|
1781
|
+
const n0 = "com.amazonaws.elasticache";
|
|
1782
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
1783
|
+
var ElastiCacheServiceException$ = [-3, _s, "ElastiCacheServiceException", 0, [], []];
|
|
1784
|
+
_s_registry.registerError(ElastiCacheServiceException$, ElastiCacheServiceException);
|
|
1785
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
1786
|
+
var APICallRateForCustomerExceededFault$ = [-3, n0, _APICRFCEF,
|
|
1787
|
+
{ [_aQE]: [`APICallRateForCustomerExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
1788
|
+
[_m],
|
|
1789
|
+
[0]
|
|
1790
|
+
];
|
|
1791
|
+
n0_registry.registerError(APICallRateForCustomerExceededFault$, APICallRateForCustomerExceededFault);
|
|
1792
|
+
var AuthorizationAlreadyExistsFault$ = [-3, n0, _AAEF,
|
|
1793
|
+
{ [_aQE]: [`AuthorizationAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
|
|
1794
|
+
[_m],
|
|
1795
|
+
[0]
|
|
1796
|
+
];
|
|
1797
|
+
n0_registry.registerError(AuthorizationAlreadyExistsFault$, AuthorizationAlreadyExistsFault);
|
|
1798
|
+
var AuthorizationNotFoundFault$ = [-3, n0, _ANFF,
|
|
1799
|
+
{ [_aQE]: [`AuthorizationNotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
1800
|
+
[_m],
|
|
1801
|
+
[0]
|
|
1802
|
+
];
|
|
1803
|
+
n0_registry.registerError(AuthorizationNotFoundFault$, AuthorizationNotFoundFault);
|
|
1804
|
+
var CacheClusterAlreadyExistsFault$ = [-3, n0, _CCAEF,
|
|
1805
|
+
{ [_aQE]: [`CacheClusterAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
|
|
1806
|
+
[_m],
|
|
1807
|
+
[0]
|
|
1808
|
+
];
|
|
1809
|
+
n0_registry.registerError(CacheClusterAlreadyExistsFault$, CacheClusterAlreadyExistsFault);
|
|
1810
|
+
var CacheClusterNotFoundFault$ = [-3, n0, _CCNFF,
|
|
1811
|
+
{ [_aQE]: [`CacheClusterNotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
1812
|
+
[_m],
|
|
1813
|
+
[0]
|
|
1814
|
+
];
|
|
1815
|
+
n0_registry.registerError(CacheClusterNotFoundFault$, CacheClusterNotFoundFault);
|
|
1816
|
+
var CacheParameterGroupAlreadyExistsFault$ = [-3, n0, _CPGAEF,
|
|
1817
|
+
{ [_aQE]: [`CacheParameterGroupAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
|
|
1818
|
+
[_m],
|
|
1819
|
+
[0]
|
|
1820
|
+
];
|
|
1821
|
+
n0_registry.registerError(CacheParameterGroupAlreadyExistsFault$, CacheParameterGroupAlreadyExistsFault);
|
|
1822
|
+
var CacheParameterGroupNotFoundFault$ = [-3, n0, _CPGNFF,
|
|
1823
|
+
{ [_aQE]: [`CacheParameterGroupNotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
1824
|
+
[_m],
|
|
1825
|
+
[0]
|
|
1826
|
+
];
|
|
1827
|
+
n0_registry.registerError(CacheParameterGroupNotFoundFault$, CacheParameterGroupNotFoundFault);
|
|
1828
|
+
var CacheParameterGroupQuotaExceededFault$ = [-3, n0, _CPGQEF,
|
|
1829
|
+
{ [_aQE]: [`CacheParameterGroupQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
1830
|
+
[_m],
|
|
1831
|
+
[0]
|
|
1832
|
+
];
|
|
1833
|
+
n0_registry.registerError(CacheParameterGroupQuotaExceededFault$, CacheParameterGroupQuotaExceededFault);
|
|
1834
|
+
var CacheSecurityGroupAlreadyExistsFault$ = [-3, n0, _CSGAEF,
|
|
1835
|
+
{ [_aQE]: [`CacheSecurityGroupAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
|
|
1836
|
+
[_m],
|
|
1837
|
+
[0]
|
|
1838
|
+
];
|
|
1839
|
+
n0_registry.registerError(CacheSecurityGroupAlreadyExistsFault$, CacheSecurityGroupAlreadyExistsFault);
|
|
1840
|
+
var CacheSecurityGroupNotFoundFault$ = [-3, n0, _CSGNFF,
|
|
1841
|
+
{ [_aQE]: [`CacheSecurityGroupNotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
1842
|
+
[_m],
|
|
1843
|
+
[0]
|
|
1844
|
+
];
|
|
1845
|
+
n0_registry.registerError(CacheSecurityGroupNotFoundFault$, CacheSecurityGroupNotFoundFault);
|
|
1846
|
+
var CacheSecurityGroupQuotaExceededFault$ = [-3, n0, _CSGQEF,
|
|
1847
|
+
{ [_aQE]: [`QuotaExceeded.CacheSecurityGroup`, 400], [_e]: _c, [_hE]: 400 },
|
|
1848
|
+
[_m],
|
|
1849
|
+
[0]
|
|
1850
|
+
];
|
|
1851
|
+
n0_registry.registerError(CacheSecurityGroupQuotaExceededFault$, CacheSecurityGroupQuotaExceededFault);
|
|
1852
|
+
var CacheSubnetGroupAlreadyExistsFault$ = [-3, n0, _CSGAEFa,
|
|
1853
|
+
{ [_aQE]: [`CacheSubnetGroupAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
|
|
1854
|
+
[_m],
|
|
1855
|
+
[0]
|
|
1856
|
+
];
|
|
1857
|
+
n0_registry.registerError(CacheSubnetGroupAlreadyExistsFault$, CacheSubnetGroupAlreadyExistsFault);
|
|
1858
|
+
var CacheSubnetGroupInUse$ = [-3, n0, _CSGIU,
|
|
1859
|
+
{ [_aQE]: [`CacheSubnetGroupInUse`, 400], [_e]: _c, [_hE]: 400 },
|
|
1860
|
+
[_m],
|
|
1861
|
+
[0]
|
|
1862
|
+
];
|
|
1863
|
+
n0_registry.registerError(CacheSubnetGroupInUse$, CacheSubnetGroupInUse);
|
|
1864
|
+
var CacheSubnetGroupNotFoundFault$ = [-3, n0, _CSGNFFa,
|
|
1865
|
+
{ [_aQE]: [`CacheSubnetGroupNotFoundFault`, 400], [_e]: _c, [_hE]: 400 },
|
|
1866
|
+
[_m],
|
|
1867
|
+
[0]
|
|
1868
|
+
];
|
|
1869
|
+
n0_registry.registerError(CacheSubnetGroupNotFoundFault$, CacheSubnetGroupNotFoundFault);
|
|
1870
|
+
var CacheSubnetGroupQuotaExceededFault$ = [-3, n0, _CSGQEFa,
|
|
1871
|
+
{ [_aQE]: [`CacheSubnetGroupQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
1872
|
+
[_m],
|
|
1873
|
+
[0]
|
|
1874
|
+
];
|
|
1875
|
+
n0_registry.registerError(CacheSubnetGroupQuotaExceededFault$, CacheSubnetGroupQuotaExceededFault);
|
|
1876
|
+
var CacheSubnetQuotaExceededFault$ = [-3, n0, _CSQEF,
|
|
1877
|
+
{ [_aQE]: [`CacheSubnetQuotaExceededFault`, 400], [_e]: _c, [_hE]: 400 },
|
|
1878
|
+
[_m],
|
|
1879
|
+
[0]
|
|
1880
|
+
];
|
|
1881
|
+
n0_registry.registerError(CacheSubnetQuotaExceededFault$, CacheSubnetQuotaExceededFault);
|
|
1882
|
+
var ClusterQuotaForCustomerExceededFault$ = [-3, n0, _CQFCEF,
|
|
1883
|
+
{ [_aQE]: [`ClusterQuotaForCustomerExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
1884
|
+
[_m],
|
|
1885
|
+
[0]
|
|
1886
|
+
];
|
|
1887
|
+
n0_registry.registerError(ClusterQuotaForCustomerExceededFault$, ClusterQuotaForCustomerExceededFault);
|
|
1888
|
+
var DefaultUserAssociatedToUserGroupFault$ = [-3, n0, _DUATUGF,
|
|
1889
|
+
{ [_aQE]: [`DefaultUserAssociatedToUserGroup`, 400], [_e]: _c, [_hE]: 400 },
|
|
1890
|
+
[_m],
|
|
1891
|
+
[0]
|
|
1892
|
+
];
|
|
1893
|
+
n0_registry.registerError(DefaultUserAssociatedToUserGroupFault$, DefaultUserAssociatedToUserGroupFault);
|
|
1894
|
+
var DefaultUserRequired$ = [-3, n0, _DUR,
|
|
1895
|
+
{ [_aQE]: [`DefaultUserRequired`, 400], [_e]: _c, [_hE]: 400 },
|
|
1896
|
+
[_m],
|
|
1897
|
+
[0]
|
|
1898
|
+
];
|
|
1899
|
+
n0_registry.registerError(DefaultUserRequired$, DefaultUserRequired);
|
|
1900
|
+
var DuplicateUserNameFault$ = [-3, n0, _DUNF,
|
|
1901
|
+
{ [_aQE]: [`DuplicateUserName`, 400], [_e]: _c, [_hE]: 400 },
|
|
1902
|
+
[_m],
|
|
1903
|
+
[0]
|
|
1904
|
+
];
|
|
1905
|
+
n0_registry.registerError(DuplicateUserNameFault$, DuplicateUserNameFault);
|
|
1906
|
+
var GlobalReplicationGroupAlreadyExistsFault$ = [-3, n0, _GRGAEF,
|
|
1907
|
+
{ [_aQE]: [`GlobalReplicationGroupAlreadyExistsFault`, 400], [_e]: _c, [_hE]: 400 },
|
|
1908
|
+
[_m],
|
|
1909
|
+
[0]
|
|
1910
|
+
];
|
|
1911
|
+
n0_registry.registerError(GlobalReplicationGroupAlreadyExistsFault$, GlobalReplicationGroupAlreadyExistsFault);
|
|
1912
|
+
var GlobalReplicationGroupNotFoundFault$ = [-3, n0, _GRGNFF,
|
|
1913
|
+
{ [_aQE]: [`GlobalReplicationGroupNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
|
|
1914
|
+
[_m],
|
|
1915
|
+
[0]
|
|
1916
|
+
];
|
|
1917
|
+
n0_registry.registerError(GlobalReplicationGroupNotFoundFault$, GlobalReplicationGroupNotFoundFault);
|
|
1918
|
+
var InsufficientCacheClusterCapacityFault$ = [-3, n0, _ICCCF,
|
|
1919
|
+
{ [_aQE]: [`InsufficientCacheClusterCapacity`, 400], [_e]: _c, [_hE]: 400 },
|
|
1920
|
+
[_m],
|
|
1921
|
+
[0]
|
|
1922
|
+
];
|
|
1923
|
+
n0_registry.registerError(InsufficientCacheClusterCapacityFault$, InsufficientCacheClusterCapacityFault);
|
|
1924
|
+
var InvalidARNFault$ = [-3, n0, _IARNF,
|
|
1925
|
+
{ [_aQE]: [`InvalidARN`, 400], [_e]: _c, [_hE]: 400 },
|
|
1926
|
+
[_m],
|
|
1927
|
+
[0]
|
|
1928
|
+
];
|
|
1929
|
+
n0_registry.registerError(InvalidARNFault$, InvalidARNFault);
|
|
1930
|
+
var InvalidCacheClusterStateFault$ = [-3, n0, _ICCSF,
|
|
1931
|
+
{ [_aQE]: [`InvalidCacheClusterState`, 400], [_e]: _c, [_hE]: 400 },
|
|
1932
|
+
[_m],
|
|
1933
|
+
[0]
|
|
1934
|
+
];
|
|
1935
|
+
n0_registry.registerError(InvalidCacheClusterStateFault$, InvalidCacheClusterStateFault);
|
|
1936
|
+
var InvalidCacheParameterGroupStateFault$ = [-3, n0, _ICPGSF,
|
|
1937
|
+
{ [_aQE]: [`InvalidCacheParameterGroupState`, 400], [_e]: _c, [_hE]: 400 },
|
|
1938
|
+
[_m],
|
|
1939
|
+
[0]
|
|
1940
|
+
];
|
|
1941
|
+
n0_registry.registerError(InvalidCacheParameterGroupStateFault$, InvalidCacheParameterGroupStateFault);
|
|
1942
|
+
var InvalidCacheSecurityGroupStateFault$ = [-3, n0, _ICSGSF,
|
|
1943
|
+
{ [_aQE]: [`InvalidCacheSecurityGroupState`, 400], [_e]: _c, [_hE]: 400 },
|
|
1944
|
+
[_m],
|
|
1945
|
+
[0]
|
|
1946
|
+
];
|
|
1947
|
+
n0_registry.registerError(InvalidCacheSecurityGroupStateFault$, InvalidCacheSecurityGroupStateFault);
|
|
1948
|
+
var InvalidCredentialsException$ = [-3, n0, _ICE,
|
|
1949
|
+
{ [_aQE]: [`InvalidCredentialsException`, 408], [_e]: _c, [_hE]: 408 },
|
|
1950
|
+
[_m],
|
|
1951
|
+
[0]
|
|
1952
|
+
];
|
|
1953
|
+
n0_registry.registerError(InvalidCredentialsException$, InvalidCredentialsException);
|
|
1954
|
+
var InvalidGlobalReplicationGroupStateFault$ = [-3, n0, _IGRGSF,
|
|
1955
|
+
{ [_aQE]: [`InvalidGlobalReplicationGroupState`, 400], [_e]: _c, [_hE]: 400 },
|
|
1956
|
+
[_m],
|
|
1957
|
+
[0]
|
|
1958
|
+
];
|
|
1959
|
+
n0_registry.registerError(InvalidGlobalReplicationGroupStateFault$, InvalidGlobalReplicationGroupStateFault);
|
|
1960
|
+
var InvalidKMSKeyFault$ = [-3, n0, _IKMSKF,
|
|
1961
|
+
{ [_aQE]: [`InvalidKMSKeyFault`, 400], [_e]: _c, [_hE]: 400 },
|
|
1962
|
+
[_m],
|
|
1963
|
+
[0]
|
|
1964
|
+
];
|
|
1965
|
+
n0_registry.registerError(InvalidKMSKeyFault$, InvalidKMSKeyFault);
|
|
1966
|
+
var InvalidParameterCombinationException$ = [-3, n0, _IPCE,
|
|
1967
|
+
{ [_aQE]: [`InvalidParameterCombination`, 400], [_e]: _c, [_hE]: 400 },
|
|
1968
|
+
[_m],
|
|
1969
|
+
[0]
|
|
1970
|
+
];
|
|
1971
|
+
n0_registry.registerError(InvalidParameterCombinationException$, InvalidParameterCombinationException);
|
|
1972
|
+
var InvalidParameterValueException$ = [-3, n0, _IPVE,
|
|
1973
|
+
{ [_aQE]: [`InvalidParameterValue`, 400], [_e]: _c, [_hE]: 400 },
|
|
1974
|
+
[_m],
|
|
1975
|
+
[0]
|
|
1976
|
+
];
|
|
1977
|
+
n0_registry.registerError(InvalidParameterValueException$, InvalidParameterValueException);
|
|
1978
|
+
var InvalidReplicationGroupStateFault$ = [-3, n0, _IRGSF,
|
|
1979
|
+
{ [_aQE]: [`InvalidReplicationGroupState`, 400], [_e]: _c, [_hE]: 400 },
|
|
1980
|
+
[_m],
|
|
1981
|
+
[0]
|
|
1982
|
+
];
|
|
1983
|
+
n0_registry.registerError(InvalidReplicationGroupStateFault$, InvalidReplicationGroupStateFault);
|
|
1984
|
+
var InvalidServerlessCacheSnapshotStateFault$ = [-3, n0, _ISCSSF,
|
|
1985
|
+
{ [_aQE]: [`InvalidServerlessCacheSnapshotStateFault`, 400], [_e]: _c, [_hE]: 400 },
|
|
1986
|
+
[_m],
|
|
1987
|
+
[0]
|
|
1988
|
+
];
|
|
1989
|
+
n0_registry.registerError(InvalidServerlessCacheSnapshotStateFault$, InvalidServerlessCacheSnapshotStateFault);
|
|
1990
|
+
var InvalidServerlessCacheStateFault$ = [-3, n0, _ISCSF,
|
|
1991
|
+
{ [_aQE]: [`InvalidServerlessCacheStateFault`, 400], [_e]: _c, [_hE]: 400 },
|
|
1992
|
+
[_m],
|
|
1993
|
+
[0]
|
|
1994
|
+
];
|
|
1995
|
+
n0_registry.registerError(InvalidServerlessCacheStateFault$, InvalidServerlessCacheStateFault);
|
|
1996
|
+
var InvalidSnapshotStateFault$ = [-3, n0, _ISSF,
|
|
1997
|
+
{ [_aQE]: [`InvalidSnapshotState`, 400], [_e]: _c, [_hE]: 400 },
|
|
1998
|
+
[_m],
|
|
1999
|
+
[0]
|
|
2000
|
+
];
|
|
2001
|
+
n0_registry.registerError(InvalidSnapshotStateFault$, InvalidSnapshotStateFault);
|
|
2002
|
+
var InvalidSubnet$ = [-3, n0, _IS,
|
|
2003
|
+
{ [_aQE]: [`InvalidSubnet`, 400], [_e]: _c, [_hE]: 400 },
|
|
2004
|
+
[_m],
|
|
2005
|
+
[0]
|
|
2006
|
+
];
|
|
2007
|
+
n0_registry.registerError(InvalidSubnet$, InvalidSubnet);
|
|
2008
|
+
var InvalidUserGroupStateFault$ = [-3, n0, _IUGSF,
|
|
2009
|
+
{ [_aQE]: [`InvalidUserGroupState`, 400], [_e]: _c, [_hE]: 400 },
|
|
2010
|
+
[_m],
|
|
2011
|
+
[0]
|
|
2012
|
+
];
|
|
2013
|
+
n0_registry.registerError(InvalidUserGroupStateFault$, InvalidUserGroupStateFault);
|
|
2014
|
+
var InvalidUserStateFault$ = [-3, n0, _IUSF,
|
|
2015
|
+
{ [_aQE]: [`InvalidUserState`, 400], [_e]: _c, [_hE]: 400 },
|
|
2016
|
+
[_m],
|
|
2017
|
+
[0]
|
|
2018
|
+
];
|
|
2019
|
+
n0_registry.registerError(InvalidUserStateFault$, InvalidUserStateFault);
|
|
2020
|
+
var InvalidVPCNetworkStateFault$ = [-3, n0, _IVPCNSF,
|
|
2021
|
+
{ [_aQE]: [`InvalidVPCNetworkStateFault`, 400], [_e]: _c, [_hE]: 400 },
|
|
2022
|
+
[_m],
|
|
2023
|
+
[0]
|
|
2024
|
+
];
|
|
2025
|
+
n0_registry.registerError(InvalidVPCNetworkStateFault$, InvalidVPCNetworkStateFault);
|
|
2026
|
+
var NodeGroupNotFoundFault$ = [-3, n0, _NGNFF,
|
|
2027
|
+
{ [_aQE]: [`NodeGroupNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
|
|
2028
|
+
[_m],
|
|
2029
|
+
[0]
|
|
2030
|
+
];
|
|
2031
|
+
n0_registry.registerError(NodeGroupNotFoundFault$, NodeGroupNotFoundFault);
|
|
2032
|
+
var NodeGroupsPerReplicationGroupQuotaExceededFault$ = [-3, n0, _NGPRGQEF,
|
|
2033
|
+
{ [_aQE]: [`NodeGroupsPerReplicationGroupQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
2034
|
+
[_m],
|
|
2035
|
+
[0]
|
|
2036
|
+
];
|
|
2037
|
+
n0_registry.registerError(NodeGroupsPerReplicationGroupQuotaExceededFault$, NodeGroupsPerReplicationGroupQuotaExceededFault);
|
|
2038
|
+
var NodeQuotaForClusterExceededFault$ = [-3, n0, _NQFCEF,
|
|
2039
|
+
{ [_aQE]: [`NodeQuotaForClusterExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
2040
|
+
[_m],
|
|
2041
|
+
[0]
|
|
2042
|
+
];
|
|
2043
|
+
n0_registry.registerError(NodeQuotaForClusterExceededFault$, NodeQuotaForClusterExceededFault);
|
|
2044
|
+
var NodeQuotaForCustomerExceededFault$ = [-3, n0, _NQFCEFo,
|
|
2045
|
+
{ [_aQE]: [`NodeQuotaForCustomerExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
2046
|
+
[_m],
|
|
2047
|
+
[0]
|
|
2048
|
+
];
|
|
2049
|
+
n0_registry.registerError(NodeQuotaForCustomerExceededFault$, NodeQuotaForCustomerExceededFault);
|
|
2050
|
+
var NoOperationFault$ = [-3, n0, _NOF,
|
|
2051
|
+
{ [_aQE]: [`NoOperationFault`, 400], [_e]: _c, [_hE]: 400 },
|
|
2052
|
+
[_m],
|
|
2053
|
+
[0]
|
|
2054
|
+
];
|
|
2055
|
+
n0_registry.registerError(NoOperationFault$, NoOperationFault);
|
|
2056
|
+
var ReplicationGroupAlreadyExistsFault$ = [-3, n0, _RGAEF,
|
|
2057
|
+
{ [_aQE]: [`ReplicationGroupAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
|
|
2058
|
+
[_m],
|
|
2059
|
+
[0]
|
|
2060
|
+
];
|
|
2061
|
+
n0_registry.registerError(ReplicationGroupAlreadyExistsFault$, ReplicationGroupAlreadyExistsFault);
|
|
2062
|
+
var ReplicationGroupAlreadyUnderMigrationFault$ = [-3, n0, _RGAUMF,
|
|
2063
|
+
{ [_aQE]: [`ReplicationGroupAlreadyUnderMigrationFault`, 400], [_e]: _c, [_hE]: 400 },
|
|
2064
|
+
[_m],
|
|
2065
|
+
[0]
|
|
2066
|
+
];
|
|
2067
|
+
n0_registry.registerError(ReplicationGroupAlreadyUnderMigrationFault$, ReplicationGroupAlreadyUnderMigrationFault);
|
|
2068
|
+
var ReplicationGroupNotFoundFault$ = [-3, n0, _RGNFF,
|
|
2069
|
+
{ [_aQE]: [`ReplicationGroupNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
|
|
2070
|
+
[_m],
|
|
2071
|
+
[0]
|
|
2072
|
+
];
|
|
2073
|
+
n0_registry.registerError(ReplicationGroupNotFoundFault$, ReplicationGroupNotFoundFault);
|
|
2074
|
+
var ReplicationGroupNotUnderMigrationFault$ = [-3, n0, _RGNUMF,
|
|
2075
|
+
{ [_aQE]: [`ReplicationGroupNotUnderMigrationFault`, 400], [_e]: _c, [_hE]: 400 },
|
|
2076
|
+
[_m],
|
|
2077
|
+
[0]
|
|
2078
|
+
];
|
|
2079
|
+
n0_registry.registerError(ReplicationGroupNotUnderMigrationFault$, ReplicationGroupNotUnderMigrationFault);
|
|
2080
|
+
var ReservedCacheNodeAlreadyExistsFault$ = [-3, n0, _RCNAEF,
|
|
2081
|
+
{ [_aQE]: [`ReservedCacheNodeAlreadyExists`, 404], [_e]: _c, [_hE]: 404 },
|
|
2082
|
+
[_m],
|
|
2083
|
+
[0]
|
|
2084
|
+
];
|
|
2085
|
+
n0_registry.registerError(ReservedCacheNodeAlreadyExistsFault$, ReservedCacheNodeAlreadyExistsFault);
|
|
2086
|
+
var ReservedCacheNodeNotFoundFault$ = [-3, n0, _RCNNFF,
|
|
2087
|
+
{ [_aQE]: [`ReservedCacheNodeNotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
2088
|
+
[_m],
|
|
2089
|
+
[0]
|
|
2090
|
+
];
|
|
2091
|
+
n0_registry.registerError(ReservedCacheNodeNotFoundFault$, ReservedCacheNodeNotFoundFault);
|
|
2092
|
+
var ReservedCacheNodeQuotaExceededFault$ = [-3, n0, _RCNQEF,
|
|
2093
|
+
{ [_aQE]: [`ReservedCacheNodeQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
2094
|
+
[_m],
|
|
2095
|
+
[0]
|
|
2096
|
+
];
|
|
2097
|
+
n0_registry.registerError(ReservedCacheNodeQuotaExceededFault$, ReservedCacheNodeQuotaExceededFault);
|
|
2098
|
+
var ReservedCacheNodesOfferingNotFoundFault$ = [-3, n0, _RCNONFF,
|
|
2099
|
+
{ [_aQE]: [`ReservedCacheNodesOfferingNotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
2100
|
+
[_m],
|
|
2101
|
+
[0]
|
|
2102
|
+
];
|
|
2103
|
+
n0_registry.registerError(ReservedCacheNodesOfferingNotFoundFault$, ReservedCacheNodesOfferingNotFoundFault);
|
|
2104
|
+
var ServerlessCacheAlreadyExistsFault$ = [-3, n0, _SCAEF,
|
|
2105
|
+
{ [_aQE]: [`ServerlessCacheAlreadyExistsFault`, 400], [_e]: _c, [_hE]: 400 },
|
|
2106
|
+
[_m],
|
|
2107
|
+
[0]
|
|
2108
|
+
];
|
|
2109
|
+
n0_registry.registerError(ServerlessCacheAlreadyExistsFault$, ServerlessCacheAlreadyExistsFault);
|
|
2110
|
+
var ServerlessCacheNotFoundFault$ = [-3, n0, _SCNFF,
|
|
2111
|
+
{ [_aQE]: [`ServerlessCacheNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
|
|
2112
|
+
[_m],
|
|
2113
|
+
[0]
|
|
2114
|
+
];
|
|
2115
|
+
n0_registry.registerError(ServerlessCacheNotFoundFault$, ServerlessCacheNotFoundFault);
|
|
2116
|
+
var ServerlessCacheQuotaForCustomerExceededFault$ = [-3, n0, _SCQFCEF,
|
|
2117
|
+
{ [_aQE]: [`ServerlessCacheQuotaForCustomerExceededFault`, 400], [_e]: _c, [_hE]: 400 },
|
|
2118
|
+
[_m],
|
|
2119
|
+
[0]
|
|
2120
|
+
];
|
|
2121
|
+
n0_registry.registerError(ServerlessCacheQuotaForCustomerExceededFault$, ServerlessCacheQuotaForCustomerExceededFault);
|
|
2122
|
+
var ServerlessCacheSnapshotAlreadyExistsFault$ = [-3, n0, _SCSAEF,
|
|
2123
|
+
{ [_aQE]: [`ServerlessCacheSnapshotAlreadyExistsFault`, 400], [_e]: _c, [_hE]: 400 },
|
|
2124
|
+
[_m],
|
|
2125
|
+
[0]
|
|
2126
|
+
];
|
|
2127
|
+
n0_registry.registerError(ServerlessCacheSnapshotAlreadyExistsFault$, ServerlessCacheSnapshotAlreadyExistsFault);
|
|
2128
|
+
var ServerlessCacheSnapshotNotFoundFault$ = [-3, n0, _SCSNFF,
|
|
2129
|
+
{ [_aQE]: [`ServerlessCacheSnapshotNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
|
|
2130
|
+
[_m],
|
|
2131
|
+
[0]
|
|
2132
|
+
];
|
|
2133
|
+
n0_registry.registerError(ServerlessCacheSnapshotNotFoundFault$, ServerlessCacheSnapshotNotFoundFault);
|
|
2134
|
+
var ServerlessCacheSnapshotQuotaExceededFault$ = [-3, n0, _SCSQEF,
|
|
2135
|
+
{ [_aQE]: [`ServerlessCacheSnapshotQuotaExceededFault`, 400], [_e]: _c, [_hE]: 400 },
|
|
2136
|
+
[_m],
|
|
2137
|
+
[0]
|
|
2138
|
+
];
|
|
2139
|
+
n0_registry.registerError(ServerlessCacheSnapshotQuotaExceededFault$, ServerlessCacheSnapshotQuotaExceededFault);
|
|
2140
|
+
var ServiceLinkedRoleNotFoundFault$ = [-3, n0, _SLRNFF,
|
|
2141
|
+
{ [_aQE]: [`ServiceLinkedRoleNotFoundFault`, 400], [_e]: _c, [_hE]: 400 },
|
|
2142
|
+
[_m],
|
|
2143
|
+
[0]
|
|
2144
|
+
];
|
|
2145
|
+
n0_registry.registerError(ServiceLinkedRoleNotFoundFault$, ServiceLinkedRoleNotFoundFault);
|
|
2146
|
+
var ServiceUpdateNotFoundFault$ = [-3, n0, _SUNFF,
|
|
2147
|
+
{ [_aQE]: [`ServiceUpdateNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
|
|
2148
|
+
[_m],
|
|
2149
|
+
[0]
|
|
2150
|
+
];
|
|
2151
|
+
n0_registry.registerError(ServiceUpdateNotFoundFault$, ServiceUpdateNotFoundFault);
|
|
2152
|
+
var SnapshotAlreadyExistsFault$ = [-3, n0, _SAEF,
|
|
2153
|
+
{ [_aQE]: [`SnapshotAlreadyExistsFault`, 400], [_e]: _c, [_hE]: 400 },
|
|
2154
|
+
[_m],
|
|
2155
|
+
[0]
|
|
2156
|
+
];
|
|
2157
|
+
n0_registry.registerError(SnapshotAlreadyExistsFault$, SnapshotAlreadyExistsFault);
|
|
2158
|
+
var SnapshotFeatureNotSupportedFault$ = [-3, n0, _SFNSF,
|
|
2159
|
+
{ [_aQE]: [`SnapshotFeatureNotSupportedFault`, 400], [_e]: _c, [_hE]: 400 },
|
|
2160
|
+
[_m],
|
|
2161
|
+
[0]
|
|
2162
|
+
];
|
|
2163
|
+
n0_registry.registerError(SnapshotFeatureNotSupportedFault$, SnapshotFeatureNotSupportedFault);
|
|
2164
|
+
var SnapshotNotFoundFault$ = [-3, n0, _SNFF,
|
|
2165
|
+
{ [_aQE]: [`SnapshotNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
|
|
2166
|
+
[_m],
|
|
2167
|
+
[0]
|
|
2168
|
+
];
|
|
2169
|
+
n0_registry.registerError(SnapshotNotFoundFault$, SnapshotNotFoundFault);
|
|
2170
|
+
var SnapshotQuotaExceededFault$ = [-3, n0, _SQEF,
|
|
2171
|
+
{ [_aQE]: [`SnapshotQuotaExceededFault`, 400], [_e]: _c, [_hE]: 400 },
|
|
2172
|
+
[_m],
|
|
2173
|
+
[0]
|
|
2174
|
+
];
|
|
2175
|
+
n0_registry.registerError(SnapshotQuotaExceededFault$, SnapshotQuotaExceededFault);
|
|
2176
|
+
var SubnetInUse$ = [-3, n0, _SIU,
|
|
2177
|
+
{ [_aQE]: [`SubnetInUse`, 400], [_e]: _c, [_hE]: 400 },
|
|
2178
|
+
[_m],
|
|
2179
|
+
[0]
|
|
2180
|
+
];
|
|
2181
|
+
n0_registry.registerError(SubnetInUse$, SubnetInUse);
|
|
2182
|
+
var SubnetNotAllowedFault$ = [-3, n0, _SNAF,
|
|
2183
|
+
{ [_aQE]: [`SubnetNotAllowedFault`, 400], [_e]: _c, [_hE]: 400 },
|
|
2184
|
+
[_m],
|
|
2185
|
+
[0]
|
|
2186
|
+
];
|
|
2187
|
+
n0_registry.registerError(SubnetNotAllowedFault$, SubnetNotAllowedFault);
|
|
2188
|
+
var TagNotFoundFault$ = [-3, n0, _TNFF,
|
|
2189
|
+
{ [_aQE]: [`TagNotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
2190
|
+
[_m],
|
|
2191
|
+
[0]
|
|
2192
|
+
];
|
|
2193
|
+
n0_registry.registerError(TagNotFoundFault$, TagNotFoundFault);
|
|
2194
|
+
var TagQuotaPerResourceExceeded$ = [-3, n0, _TQPRE,
|
|
2195
|
+
{ [_aQE]: [`TagQuotaPerResourceExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
2196
|
+
[_m],
|
|
2197
|
+
[0]
|
|
2198
|
+
];
|
|
2199
|
+
n0_registry.registerError(TagQuotaPerResourceExceeded$, TagQuotaPerResourceExceeded);
|
|
2200
|
+
var TestFailoverNotAvailableFault$ = [-3, n0, _TFNAF,
|
|
2201
|
+
{ [_aQE]: [`TestFailoverNotAvailableFault`, 400], [_e]: _c, [_hE]: 400 },
|
|
2202
|
+
[_m],
|
|
2203
|
+
[0]
|
|
2204
|
+
];
|
|
2205
|
+
n0_registry.registerError(TestFailoverNotAvailableFault$, TestFailoverNotAvailableFault);
|
|
2206
|
+
var UserAlreadyExistsFault$ = [-3, n0, _UAEF,
|
|
2207
|
+
{ [_aQE]: [`UserAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
|
|
2208
|
+
[_m],
|
|
2209
|
+
[0]
|
|
2210
|
+
];
|
|
2211
|
+
n0_registry.registerError(UserAlreadyExistsFault$, UserAlreadyExistsFault);
|
|
2212
|
+
var UserGroupAlreadyExistsFault$ = [-3, n0, _UGAEF,
|
|
2213
|
+
{ [_aQE]: [`UserGroupAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
|
|
2214
|
+
[_m],
|
|
2215
|
+
[0]
|
|
2216
|
+
];
|
|
2217
|
+
n0_registry.registerError(UserGroupAlreadyExistsFault$, UserGroupAlreadyExistsFault);
|
|
2218
|
+
var UserGroupNotFoundFault$ = [-3, n0, _UGNFF,
|
|
2219
|
+
{ [_aQE]: [`UserGroupNotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
2220
|
+
[_m],
|
|
2221
|
+
[0]
|
|
2222
|
+
];
|
|
2223
|
+
n0_registry.registerError(UserGroupNotFoundFault$, UserGroupNotFoundFault);
|
|
2224
|
+
var UserGroupQuotaExceededFault$ = [-3, n0, _UGQEF,
|
|
2225
|
+
{ [_aQE]: [`UserGroupQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
2226
|
+
[_m],
|
|
2227
|
+
[0]
|
|
2228
|
+
];
|
|
2229
|
+
n0_registry.registerError(UserGroupQuotaExceededFault$, UserGroupQuotaExceededFault);
|
|
2230
|
+
var UserNotFoundFault$ = [-3, n0, _UNFF,
|
|
2231
|
+
{ [_aQE]: [`UserNotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
2232
|
+
[_m],
|
|
2233
|
+
[0]
|
|
2234
|
+
];
|
|
2235
|
+
n0_registry.registerError(UserNotFoundFault$, UserNotFoundFault);
|
|
2236
|
+
var UserQuotaExceededFault$ = [-3, n0, _UQEF,
|
|
2237
|
+
{ [_aQE]: [`UserQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
2238
|
+
[_m],
|
|
2239
|
+
[0]
|
|
2240
|
+
];
|
|
2241
|
+
n0_registry.registerError(UserQuotaExceededFault$, UserQuotaExceededFault);
|
|
2242
|
+
const errorTypeRegistries = [
|
|
2243
|
+
_s_registry,
|
|
2244
|
+
n0_registry,
|
|
2245
|
+
];
|
|
2246
|
+
var AddTagsToResourceMessage$ = [3, n0, _ATTRM,
|
|
2247
|
+
0,
|
|
2248
|
+
[_RN, _T],
|
|
2249
|
+
[0, [() => TagList, 0]], 2
|
|
2250
|
+
];
|
|
2251
|
+
var AllowedNodeTypeModificationsMessage$ = [3, n0, _ANTMM,
|
|
2252
|
+
0,
|
|
2253
|
+
[_SUM, _SDM],
|
|
2254
|
+
[64 | 0, 64 | 0]
|
|
2255
|
+
];
|
|
2256
|
+
var Authentication$ = [3, n0, _A,
|
|
2257
|
+
0,
|
|
2258
|
+
[_Ty, _PC],
|
|
2259
|
+
[0, 1]
|
|
2260
|
+
];
|
|
2261
|
+
var AuthenticationMode$ = [3, n0, _AM,
|
|
2262
|
+
0,
|
|
2263
|
+
[_Ty, _P],
|
|
2264
|
+
[0, 64 | 0]
|
|
2265
|
+
];
|
|
2266
|
+
var AuthorizeCacheSecurityGroupIngressMessage$ = [3, n0, _ACSGIM,
|
|
2267
|
+
0,
|
|
2268
|
+
[_CSGN, _ECSGN, _ECSGOI],
|
|
2269
|
+
[0, 0, 0], 3
|
|
2270
|
+
];
|
|
2271
|
+
var AuthorizeCacheSecurityGroupIngressResult$ = [3, n0, _ACSGIR,
|
|
2272
|
+
0,
|
|
2273
|
+
[_CSG],
|
|
2274
|
+
[[() => CacheSecurityGroup$, 0]]
|
|
2275
|
+
];
|
|
2276
|
+
var AvailabilityZone$ = [3, n0, _AZ,
|
|
2277
|
+
0,
|
|
2278
|
+
[_N],
|
|
2279
|
+
[0]
|
|
2280
|
+
];
|
|
2281
|
+
var BatchApplyUpdateActionMessage$ = [3, n0, _BAUAM,
|
|
2282
|
+
0,
|
|
2283
|
+
[_SUN, _RGI, _CCI],
|
|
2284
|
+
[0, 64 | 0, 64 | 0], 1
|
|
2285
|
+
];
|
|
2286
|
+
var BatchStopUpdateActionMessage$ = [3, n0, _BSUAM,
|
|
2287
|
+
0,
|
|
2288
|
+
[_SUN, _RGI, _CCI],
|
|
2289
|
+
[0, 64 | 0, 64 | 0], 1
|
|
2290
|
+
];
|
|
2291
|
+
var CacheCluster$ = [3, n0, _CC,
|
|
2292
|
+
0,
|
|
2293
|
+
[_CCIa, _CE, _CDLP, _CNT, _E, _EV, _CCS, _NCN, _PAZ, _POA, _CCCT, _PMW, _PMV, _NC, _CSGa, _CPG, _CSGNa, _CN, _AMVU, _SG, _RGIe, _SRL, _SW, _ATE, _ATLMD, _TEE, _AREE, _ARN, _RGLDE, _LDC, _NT, _ID, _TEM],
|
|
2294
|
+
[0, () => Endpoint$, 0, 0, 0, 0, 0, 1, 0, 0, 4, 0, [() => PendingModifiedValues$, 0], () => NotificationConfiguration$, [() => CacheSecurityGroupMembershipList, 0], [() => CacheParameterGroupStatus$, 0], 0, [() => CacheNodeList, 0], 2, () => SecurityGroupMembershipList, 0, 1, 0, 2, 4, 2, 2, 0, 2, [() => LogDeliveryConfigurationList, 0], 0, 0, 0]
|
|
2295
|
+
];
|
|
2296
|
+
var CacheClusterMessage$ = [3, n0, _CCM,
|
|
2297
|
+
0,
|
|
2298
|
+
[_M, _CCa],
|
|
2299
|
+
[0, [() => CacheClusterList, 0]]
|
|
2300
|
+
];
|
|
2301
|
+
var CacheEngineVersion$ = [3, n0, _CEV,
|
|
2302
|
+
0,
|
|
2303
|
+
[_E, _EV, _CPGF, _CED, _CEVD],
|
|
2304
|
+
[0, 0, 0, 0, 0]
|
|
2305
|
+
];
|
|
2306
|
+
var CacheEngineVersionMessage$ = [3, n0, _CEVM,
|
|
2307
|
+
0,
|
|
2308
|
+
[_M, _CEVa],
|
|
2309
|
+
[0, [() => CacheEngineVersionList, 0]]
|
|
2310
|
+
];
|
|
2311
|
+
var CacheNode$ = [3, n0, _CNa,
|
|
2312
|
+
0,
|
|
2313
|
+
[_CNI, _CNS, _CNCT, _En, _PGS, _SCNI, _CAZ, _COA],
|
|
2314
|
+
[0, 0, 4, () => Endpoint$, 0, 0, 0, 0]
|
|
2315
|
+
];
|
|
2316
|
+
var CacheNodeTypeSpecificParameter$ = [3, n0, _CNTSP,
|
|
2317
|
+
0,
|
|
2318
|
+
[_PN, _D, _S, _DT, _AV, _IM, _MEV, _CNTSV, _CT],
|
|
2319
|
+
[0, 0, 0, 0, 0, 2, 0, [() => CacheNodeTypeSpecificValueList, 0], 0]
|
|
2320
|
+
];
|
|
2321
|
+
var CacheNodeTypeSpecificValue$ = [3, n0, _CNTSVa,
|
|
2322
|
+
0,
|
|
2323
|
+
[_CNT, _V],
|
|
2324
|
+
[0, 0]
|
|
2325
|
+
];
|
|
2326
|
+
var CacheNodeUpdateStatus$ = [3, n0, _CNUS,
|
|
2327
|
+
0,
|
|
2328
|
+
[_CNI, _NUS, _NDD, _NUSD, _NUED, _NUIB, _NUID, _NUSMD],
|
|
2329
|
+
[0, 0, 4, 4, 4, 0, 4, 4]
|
|
2330
|
+
];
|
|
2331
|
+
var CacheParameterGroup$ = [3, n0, _CPG,
|
|
2332
|
+
0,
|
|
2333
|
+
[_CPGN, _CPGF, _D, _IG, _ARN],
|
|
2334
|
+
[0, 0, 0, 2, 0]
|
|
2335
|
+
];
|
|
2336
|
+
var CacheParameterGroupDetails$ = [3, n0, _CPGD,
|
|
2337
|
+
0,
|
|
2338
|
+
[_M, _Pa, _CNTSPa],
|
|
2339
|
+
[0, [() => ParametersList, 0], [() => CacheNodeTypeSpecificParametersList, 0]]
|
|
2340
|
+
];
|
|
2341
|
+
var CacheParameterGroupNameMessage$ = [3, n0, _CPGNM,
|
|
2342
|
+
0,
|
|
2343
|
+
[_CPGN],
|
|
2344
|
+
[0]
|
|
2345
|
+
];
|
|
2346
|
+
var CacheParameterGroupsMessage$ = [3, n0, _CPGM,
|
|
2347
|
+
0,
|
|
2348
|
+
[_M, _CPGa],
|
|
2349
|
+
[0, [() => CacheParameterGroupList, 0]]
|
|
2350
|
+
];
|
|
2351
|
+
var CacheParameterGroupStatus$ = [3, n0, _CPGS,
|
|
2352
|
+
0,
|
|
2353
|
+
[_CPGN, _PAS, _CNITR],
|
|
2354
|
+
[0, 0, [() => CacheNodeIdsList, 0]]
|
|
2355
|
+
];
|
|
2356
|
+
var CacheSecurityGroup$ = [3, n0, _CSG,
|
|
2357
|
+
0,
|
|
2358
|
+
[_OI, _CSGN, _D, _ECSG, _ARN],
|
|
2359
|
+
[0, 0, 0, [() => EC2SecurityGroupList, 0], 0]
|
|
2360
|
+
];
|
|
2361
|
+
var CacheSecurityGroupMembership$ = [3, n0, _CSGM,
|
|
2362
|
+
0,
|
|
2363
|
+
[_CSGN, _St],
|
|
2364
|
+
[0, 0]
|
|
2365
|
+
];
|
|
2366
|
+
var CacheSecurityGroupMessage$ = [3, n0, _CSGMa,
|
|
2367
|
+
0,
|
|
2368
|
+
[_M, _CSGa],
|
|
2369
|
+
[0, [() => CacheSecurityGroups, 0]]
|
|
2370
|
+
];
|
|
2371
|
+
var CacheSubnetGroup$ = [3, n0, _CSGac,
|
|
2372
|
+
0,
|
|
2373
|
+
[_CSGNa, _CSGD, _VI, _Su, _ARN, _SNT],
|
|
2374
|
+
[0, 0, 0, [() => SubnetList, 0], 0, 64 | 0]
|
|
2375
|
+
];
|
|
2376
|
+
var CacheSubnetGroupMessage$ = [3, n0, _CSGMac,
|
|
2377
|
+
0,
|
|
2378
|
+
[_M, _CSGach],
|
|
2379
|
+
[0, [() => CacheSubnetGroups, 0]]
|
|
2380
|
+
];
|
|
2381
|
+
var CacheUsageLimits$ = [3, n0, _CUL,
|
|
2382
|
+
0,
|
|
2383
|
+
[_DS, _ECPUPS],
|
|
2384
|
+
[() => DataStorage$, () => ECPUPerSecond$]
|
|
2385
|
+
];
|
|
2386
|
+
var CloudWatchLogsDestinationDetails$ = [3, n0, _CWLDD,
|
|
2387
|
+
0,
|
|
2388
|
+
[_LG],
|
|
2389
|
+
[0]
|
|
2390
|
+
];
|
|
2391
|
+
var CompleteMigrationMessage$ = [3, n0, _CMM,
|
|
2392
|
+
0,
|
|
2393
|
+
[_RGIe, _F],
|
|
2394
|
+
[0, 2], 1
|
|
2395
|
+
];
|
|
2396
|
+
var CompleteMigrationResponse$ = [3, n0, _CMR,
|
|
2397
|
+
0,
|
|
2398
|
+
[_RG],
|
|
2399
|
+
[[() => ReplicationGroup$, 0]]
|
|
2400
|
+
];
|
|
2401
|
+
var ConfigureShard$ = [3, n0, _CS,
|
|
2402
|
+
0,
|
|
2403
|
+
[_NGI, _NRC, _PAZr, _POAr],
|
|
2404
|
+
[0, 1, [() => PreferredAvailabilityZoneList, 0], [() => PreferredOutpostArnList, 0]], 2
|
|
2405
|
+
];
|
|
2406
|
+
var CopyServerlessCacheSnapshotRequest$ = [3, n0, _CSCSR,
|
|
2407
|
+
0,
|
|
2408
|
+
[_SSCSN, _TSCSN, _KKI, _T],
|
|
2409
|
+
[0, 0, 0, [() => TagList, 0]], 2
|
|
2410
|
+
];
|
|
2411
|
+
var CopyServerlessCacheSnapshotResponse$ = [3, n0, _CSCSRo,
|
|
2412
|
+
0,
|
|
2413
|
+
[_SCS],
|
|
2414
|
+
[() => ServerlessCacheSnapshot$]
|
|
2415
|
+
];
|
|
2416
|
+
var CopySnapshotMessage$ = [3, n0, _CSM,
|
|
2417
|
+
0,
|
|
2418
|
+
[_SSN, _TSN, _TB, _KKI, _T],
|
|
2419
|
+
[0, 0, 0, 0, [() => TagList, 0]], 2
|
|
2420
|
+
];
|
|
2421
|
+
var CopySnapshotResult$ = [3, n0, _CSR,
|
|
2422
|
+
0,
|
|
2423
|
+
[_Sn],
|
|
2424
|
+
[[() => Snapshot$, 0]]
|
|
2425
|
+
];
|
|
2426
|
+
var CreateCacheClusterMessage$ = [3, n0, _CCCM,
|
|
2427
|
+
0,
|
|
2428
|
+
[_CCIa, _RGIe, _AZM, _PAZ, _PAZr, _NCN, _CNT, _E, _EV, _CPGN, _CSGNa, _CSGNac, _SGI, _T, _SA, _SN, _PMW, _Po, _NTA, _AMVU, _SRL, _SW, _AT, _OM, _POA, _POAr, _LDC, _TEE, _NT, _ID],
|
|
2429
|
+
[0, 0, 0, 0, [() => PreferredAvailabilityZoneList, 0], 1, 0, 0, 0, 0, 0, [() => CacheSecurityGroupNameList, 0], [() => SecurityGroupIdsList, 0], [() => TagList, 0], [() => SnapshotArnsList, 0], 0, 0, 1, 0, 2, 1, 0, 0, 0, 0, [() => PreferredOutpostArnList, 0], [() => LogDeliveryConfigurationRequestList, 0], 2, 0, 0], 1
|
|
2430
|
+
];
|
|
2431
|
+
var CreateCacheClusterResult$ = [3, n0, _CCCR,
|
|
2432
|
+
0,
|
|
2433
|
+
[_CC],
|
|
2434
|
+
[[() => CacheCluster$, 0]]
|
|
2435
|
+
];
|
|
2436
|
+
var CreateCacheParameterGroupMessage$ = [3, n0, _CCPGM,
|
|
2437
|
+
0,
|
|
2438
|
+
[_CPGN, _CPGF, _D, _T],
|
|
2439
|
+
[0, 0, 0, [() => TagList, 0]], 3
|
|
2440
|
+
];
|
|
2441
|
+
var CreateCacheParameterGroupResult$ = [3, n0, _CCPGR,
|
|
2442
|
+
0,
|
|
2443
|
+
[_CPG],
|
|
2444
|
+
[() => CacheParameterGroup$]
|
|
2445
|
+
];
|
|
2446
|
+
var CreateCacheSecurityGroupMessage$ = [3, n0, _CCSGM,
|
|
2447
|
+
0,
|
|
2448
|
+
[_CSGN, _D, _T],
|
|
2449
|
+
[0, 0, [() => TagList, 0]], 2
|
|
2450
|
+
];
|
|
2451
|
+
var CreateCacheSecurityGroupResult$ = [3, n0, _CCSGR,
|
|
2452
|
+
0,
|
|
2453
|
+
[_CSG],
|
|
2454
|
+
[[() => CacheSecurityGroup$, 0]]
|
|
2455
|
+
];
|
|
2456
|
+
var CreateCacheSubnetGroupMessage$ = [3, n0, _CCSGMr,
|
|
2457
|
+
0,
|
|
2458
|
+
[_CSGNa, _CSGD, _SI, _T],
|
|
2459
|
+
[0, 0, [() => SubnetIdentifierList, 0], [() => TagList, 0]], 3
|
|
2460
|
+
];
|
|
2461
|
+
var CreateCacheSubnetGroupResult$ = [3, n0, _CCSGRr,
|
|
2462
|
+
0,
|
|
2463
|
+
[_CSGac],
|
|
2464
|
+
[[() => CacheSubnetGroup$, 0]]
|
|
2465
|
+
];
|
|
2466
|
+
var CreateGlobalReplicationGroupMessage$ = [3, n0, _CGRGM,
|
|
2467
|
+
0,
|
|
2468
|
+
[_GRGIS, _PRGI, _GRGD],
|
|
2469
|
+
[0, 0, 0], 2
|
|
2470
|
+
];
|
|
2471
|
+
var CreateGlobalReplicationGroupResult$ = [3, n0, _CGRGR,
|
|
2472
|
+
0,
|
|
2473
|
+
[_GRG],
|
|
2474
|
+
[[() => GlobalReplicationGroup$, 0]]
|
|
2475
|
+
];
|
|
2476
|
+
var CreateReplicationGroupMessage$ = [3, n0, _CRGM,
|
|
2477
|
+
0,
|
|
2478
|
+
[_RGIe, _RGD, _GRGI, _PCI, _AFE, _MAZE, _NCC, _PCCAZ, _NNG, _RPNG, _NGC, _CNT, _E, _EV, _CPGN, _CSGNa, _CSGNac, _SGI, _T, _SA, _SN, _PMW, _Po, _NTA, _AMVU, _SRL, _SW, _AT, _TEE, _AREE, _KKI, _UGI, _LDC, _DTE, _NT, _ID, _TEM, _CM, _SCSN, _Du],
|
|
2479
|
+
[0, 0, 0, 0, 2, 2, 1, [() => AvailabilityZonesList, 0], 1, 1, [() => NodeGroupConfigurationList, 0], 0, 0, 0, 0, 0, [() => CacheSecurityGroupNameList, 0], [() => SecurityGroupIdsList, 0], [() => TagList, 0], [() => SnapshotArnsList, 0], 0, 0, 1, 0, 2, 1, 0, 0, 2, 2, 0, 64 | 0, [() => LogDeliveryConfigurationRequestList, 0], 2, 0, 0, 0, 0, 0, 0], 2
|
|
2480
|
+
];
|
|
2481
|
+
var CreateReplicationGroupResult$ = [3, n0, _CRGR,
|
|
2482
|
+
0,
|
|
2483
|
+
[_RG],
|
|
2484
|
+
[[() => ReplicationGroup$, 0]]
|
|
2485
|
+
];
|
|
2486
|
+
var CreateServerlessCacheRequest$ = [3, n0, _CSCR,
|
|
2487
|
+
0,
|
|
2488
|
+
[_SCN, _E, _D, _MEVa, _CUL, _KKI, _SGI, _SATR, _T, _UGIs, _SI, _SRL, _DST, _NT],
|
|
2489
|
+
[0, 0, 0, 0, () => CacheUsageLimits$, 0, [() => SecurityGroupIdsList, 0], [() => SnapshotArnsList, 0], [() => TagList, 0], 0, [() => SubnetIdsList, 0], 1, 0, 0], 2
|
|
2490
|
+
];
|
|
2491
|
+
var CreateServerlessCacheResponse$ = [3, n0, _CSCRr,
|
|
2492
|
+
0,
|
|
2493
|
+
[_SC],
|
|
2494
|
+
[[() => ServerlessCache$, 0]]
|
|
2495
|
+
];
|
|
2496
|
+
var CreateServerlessCacheSnapshotRequest$ = [3, n0, _CSCSRr,
|
|
2497
|
+
0,
|
|
2498
|
+
[_SCSN, _SCN, _KKI, _T],
|
|
2499
|
+
[0, 0, 0, [() => TagList, 0]], 2
|
|
2500
|
+
];
|
|
2501
|
+
var CreateServerlessCacheSnapshotResponse$ = [3, n0, _CSCSRre,
|
|
2502
|
+
0,
|
|
2503
|
+
[_SCS],
|
|
2504
|
+
[() => ServerlessCacheSnapshot$]
|
|
2505
|
+
];
|
|
2506
|
+
var CreateSnapshotMessage$ = [3, n0, _CSMr,
|
|
2507
|
+
0,
|
|
2508
|
+
[_SN, _RGIe, _CCIa, _KKI, _T],
|
|
2509
|
+
[0, 0, 0, 0, [() => TagList, 0]], 1
|
|
2510
|
+
];
|
|
2511
|
+
var CreateSnapshotResult$ = [3, n0, _CSRr,
|
|
2512
|
+
0,
|
|
2513
|
+
[_Sn],
|
|
2514
|
+
[[() => Snapshot$, 0]]
|
|
2515
|
+
];
|
|
2516
|
+
var CreateUserGroupMessage$ = [3, n0, _CUGM,
|
|
2517
|
+
0,
|
|
2518
|
+
[_UGIs, _E, _UI, _T],
|
|
2519
|
+
[0, 0, 64 | 0, [() => TagList, 0]], 2
|
|
2520
|
+
];
|
|
2521
|
+
var CreateUserMessage$ = [3, n0, _CUM,
|
|
2522
|
+
0,
|
|
2523
|
+
[_UIs, _UN, _E, _AS, _P, _NPR, _T, _AM],
|
|
2524
|
+
[0, 0, 0, 0, 64 | 0, 2, [() => TagList, 0], () => AuthenticationMode$], 4
|
|
2525
|
+
];
|
|
2526
|
+
var CustomerNodeEndpoint$ = [3, n0, _CNE,
|
|
2527
|
+
0,
|
|
2528
|
+
[_Ad, _Po],
|
|
2529
|
+
[0, 1]
|
|
2530
|
+
];
|
|
2531
|
+
var DataStorage$ = [3, n0, _DS,
|
|
2532
|
+
0,
|
|
2533
|
+
[_U, _Ma, _Mi],
|
|
2534
|
+
[0, 1, 1], 1
|
|
2535
|
+
];
|
|
2536
|
+
var DecreaseNodeGroupsInGlobalReplicationGroupMessage$ = [3, n0, _DNGIGRGM,
|
|
2537
|
+
0,
|
|
2538
|
+
[_GRGI, _NGCo, _AI, _GNGTR, _GNGTRl],
|
|
2539
|
+
[0, 1, 2, [() => GlobalNodeGroupIdList, 0], [() => GlobalNodeGroupIdList, 0]], 3
|
|
2540
|
+
];
|
|
2541
|
+
var DecreaseNodeGroupsInGlobalReplicationGroupResult$ = [3, n0, _DNGIGRGR,
|
|
2542
|
+
0,
|
|
2543
|
+
[_GRG],
|
|
2544
|
+
[[() => GlobalReplicationGroup$, 0]]
|
|
2545
|
+
];
|
|
2546
|
+
var DecreaseReplicaCountMessage$ = [3, n0, _DRCM,
|
|
2547
|
+
0,
|
|
2548
|
+
[_RGIe, _AI, _NRC, _RC, _RTR],
|
|
2549
|
+
[0, 2, 1, [() => ReplicaConfigurationList, 0], 64 | 0], 2
|
|
2550
|
+
];
|
|
2551
|
+
var DecreaseReplicaCountResult$ = [3, n0, _DRCR,
|
|
2552
|
+
0,
|
|
2553
|
+
[_RG],
|
|
2554
|
+
[[() => ReplicationGroup$, 0]]
|
|
2555
|
+
];
|
|
2556
|
+
var DeleteCacheClusterMessage$ = [3, n0, _DCCM,
|
|
2557
|
+
0,
|
|
2558
|
+
[_CCIa, _FSI],
|
|
2559
|
+
[0, 0], 1
|
|
2560
|
+
];
|
|
2561
|
+
var DeleteCacheClusterResult$ = [3, n0, _DCCR,
|
|
2562
|
+
0,
|
|
2563
|
+
[_CC],
|
|
2564
|
+
[[() => CacheCluster$, 0]]
|
|
2565
|
+
];
|
|
2566
|
+
var DeleteCacheParameterGroupMessage$ = [3, n0, _DCPGM,
|
|
2567
|
+
0,
|
|
2568
|
+
[_CPGN],
|
|
2569
|
+
[0], 1
|
|
2570
|
+
];
|
|
2571
|
+
var DeleteCacheSecurityGroupMessage$ = [3, n0, _DCSGM,
|
|
2572
|
+
0,
|
|
2573
|
+
[_CSGN],
|
|
2574
|
+
[0], 1
|
|
2575
|
+
];
|
|
2576
|
+
var DeleteCacheSubnetGroupMessage$ = [3, n0, _DCSGMe,
|
|
2577
|
+
0,
|
|
2578
|
+
[_CSGNa],
|
|
2579
|
+
[0], 1
|
|
2580
|
+
];
|
|
2581
|
+
var DeleteGlobalReplicationGroupMessage$ = [3, n0, _DGRGM,
|
|
2582
|
+
0,
|
|
2583
|
+
[_GRGI, _RPRG],
|
|
2584
|
+
[0, 2], 2
|
|
2585
|
+
];
|
|
2586
|
+
var DeleteGlobalReplicationGroupResult$ = [3, n0, _DGRGR,
|
|
2587
|
+
0,
|
|
2588
|
+
[_GRG],
|
|
2589
|
+
[[() => GlobalReplicationGroup$, 0]]
|
|
2590
|
+
];
|
|
2591
|
+
var DeleteReplicationGroupMessage$ = [3, n0, _DRGM,
|
|
2592
|
+
0,
|
|
2593
|
+
[_RGIe, _RPC, _FSI],
|
|
2594
|
+
[0, 2, 0], 1
|
|
2595
|
+
];
|
|
2596
|
+
var DeleteReplicationGroupResult$ = [3, n0, _DRGR,
|
|
2597
|
+
0,
|
|
2598
|
+
[_RG],
|
|
2599
|
+
[[() => ReplicationGroup$, 0]]
|
|
2600
|
+
];
|
|
2601
|
+
var DeleteServerlessCacheRequest$ = [3, n0, _DSCR,
|
|
2602
|
+
0,
|
|
2603
|
+
[_SCN, _FSN],
|
|
2604
|
+
[0, 0], 1
|
|
2605
|
+
];
|
|
2606
|
+
var DeleteServerlessCacheResponse$ = [3, n0, _DSCRe,
|
|
2607
|
+
0,
|
|
2608
|
+
[_SC],
|
|
2609
|
+
[[() => ServerlessCache$, 0]]
|
|
2610
|
+
];
|
|
2611
|
+
var DeleteServerlessCacheSnapshotRequest$ = [3, n0, _DSCSR,
|
|
2612
|
+
0,
|
|
2613
|
+
[_SCSN],
|
|
2614
|
+
[0], 1
|
|
2615
|
+
];
|
|
2616
|
+
var DeleteServerlessCacheSnapshotResponse$ = [3, n0, _DSCSRe,
|
|
2617
|
+
0,
|
|
2618
|
+
[_SCS],
|
|
2619
|
+
[() => ServerlessCacheSnapshot$]
|
|
2620
|
+
];
|
|
2621
|
+
var DeleteSnapshotMessage$ = [3, n0, _DSM,
|
|
2622
|
+
0,
|
|
2623
|
+
[_SN],
|
|
2624
|
+
[0], 1
|
|
2625
|
+
];
|
|
2626
|
+
var DeleteSnapshotResult$ = [3, n0, _DSR,
|
|
2627
|
+
0,
|
|
2628
|
+
[_Sn],
|
|
2629
|
+
[[() => Snapshot$, 0]]
|
|
2630
|
+
];
|
|
2631
|
+
var DeleteUserGroupMessage$ = [3, n0, _DUGM,
|
|
2632
|
+
0,
|
|
2633
|
+
[_UGIs],
|
|
2634
|
+
[0], 1
|
|
2635
|
+
];
|
|
2636
|
+
var DeleteUserMessage$ = [3, n0, _DUM,
|
|
2637
|
+
0,
|
|
2638
|
+
[_UIs],
|
|
2639
|
+
[0], 1
|
|
2640
|
+
];
|
|
2641
|
+
var DescribeCacheClustersMessage$ = [3, n0, _DCCMe,
|
|
2642
|
+
0,
|
|
2643
|
+
[_CCIa, _MR, _M, _SCNIh, _SCCNIRG],
|
|
2644
|
+
[0, 1, 0, 2, 2]
|
|
2645
|
+
];
|
|
2646
|
+
var DescribeCacheEngineVersionsMessage$ = [3, n0, _DCEVM,
|
|
2647
|
+
0,
|
|
2648
|
+
[_E, _EV, _CPGF, _MR, _M, _DO],
|
|
2649
|
+
[0, 0, 0, 1, 0, 2]
|
|
2650
|
+
];
|
|
2651
|
+
var DescribeCacheParameterGroupsMessage$ = [3, n0, _DCPGMe,
|
|
2652
|
+
0,
|
|
2653
|
+
[_CPGN, _MR, _M],
|
|
2654
|
+
[0, 1, 0]
|
|
2655
|
+
];
|
|
2656
|
+
var DescribeCacheParametersMessage$ = [3, n0, _DCPM,
|
|
2657
|
+
0,
|
|
2658
|
+
[_CPGN, _S, _MR, _M],
|
|
2659
|
+
[0, 0, 1, 0], 1
|
|
2660
|
+
];
|
|
2661
|
+
var DescribeCacheSecurityGroupsMessage$ = [3, n0, _DCSGMes,
|
|
2662
|
+
0,
|
|
2663
|
+
[_CSGN, _MR, _M],
|
|
2664
|
+
[0, 1, 0]
|
|
2665
|
+
];
|
|
2666
|
+
var DescribeCacheSubnetGroupsMessage$ = [3, n0, _DCSGMesc,
|
|
2667
|
+
0,
|
|
2668
|
+
[_CSGNa, _MR, _M],
|
|
2669
|
+
[0, 1, 0]
|
|
2670
|
+
];
|
|
2671
|
+
var DescribeEngineDefaultParametersMessage$ = [3, n0, _DEDPM,
|
|
2672
|
+
0,
|
|
2673
|
+
[_CPGF, _MR, _M],
|
|
2674
|
+
[0, 1, 0], 1
|
|
2675
|
+
];
|
|
2676
|
+
var DescribeEngineDefaultParametersResult$ = [3, n0, _DEDPR,
|
|
2677
|
+
0,
|
|
2678
|
+
[_ED],
|
|
2679
|
+
[[() => EngineDefaults$, 0]]
|
|
2680
|
+
];
|
|
2681
|
+
var DescribeEventsMessage$ = [3, n0, _DEM,
|
|
2682
|
+
0,
|
|
2683
|
+
[_SIo, _ST, _STt, _ET, _Dur, _MR, _M],
|
|
2684
|
+
[0, 0, 4, 4, 1, 1, 0]
|
|
2685
|
+
];
|
|
2686
|
+
var DescribeGlobalReplicationGroupsMessage$ = [3, n0, _DGRGMe,
|
|
2687
|
+
0,
|
|
2688
|
+
[_GRGI, _MR, _M, _SMI],
|
|
2689
|
+
[0, 1, 0, 2]
|
|
2690
|
+
];
|
|
2691
|
+
var DescribeGlobalReplicationGroupsResult$ = [3, n0, _DGRGRe,
|
|
2692
|
+
0,
|
|
2693
|
+
[_M, _GRGl],
|
|
2694
|
+
[0, [() => GlobalReplicationGroupList, 0]]
|
|
2695
|
+
];
|
|
2696
|
+
var DescribeReplicationGroupsMessage$ = [3, n0, _DRGMe,
|
|
2697
|
+
0,
|
|
2698
|
+
[_RGIe, _MR, _M],
|
|
2699
|
+
[0, 1, 0]
|
|
2700
|
+
];
|
|
2701
|
+
var DescribeReservedCacheNodesMessage$ = [3, n0, _DRCNM,
|
|
2702
|
+
0,
|
|
2703
|
+
[_RCNI, _RCNOI, _CNT, _Dur, _PD, _OT, _MR, _M],
|
|
2704
|
+
[0, 0, 0, 0, 0, 0, 1, 0]
|
|
2705
|
+
];
|
|
2706
|
+
var DescribeReservedCacheNodesOfferingsMessage$ = [3, n0, _DRCNOM,
|
|
2707
|
+
0,
|
|
2708
|
+
[_RCNOI, _CNT, _Dur, _PD, _OT, _MR, _M],
|
|
2709
|
+
[0, 0, 0, 0, 0, 1, 0]
|
|
2710
|
+
];
|
|
2711
|
+
var DescribeServerlessCacheSnapshotsRequest$ = [3, n0, _DSCSRes,
|
|
2712
|
+
0,
|
|
2713
|
+
[_SCN, _SCSN, _STn, _NTe, _MRa],
|
|
2714
|
+
[0, 0, 0, 0, 1]
|
|
2715
|
+
];
|
|
2716
|
+
var DescribeServerlessCacheSnapshotsResponse$ = [3, n0, _DSCSResc,
|
|
2717
|
+
0,
|
|
2718
|
+
[_NTe, _SCSe],
|
|
2719
|
+
[0, [() => ServerlessCacheSnapshotList, 0]]
|
|
2720
|
+
];
|
|
2721
|
+
var DescribeServerlessCachesRequest$ = [3, n0, _DSCRes,
|
|
2722
|
+
0,
|
|
2723
|
+
[_SCN, _MRa, _NTe],
|
|
2724
|
+
[0, 1, 0]
|
|
2725
|
+
];
|
|
2726
|
+
var DescribeServerlessCachesResponse$ = [3, n0, _DSCResc,
|
|
2727
|
+
0,
|
|
2728
|
+
[_NTe, _SCe],
|
|
2729
|
+
[0, [() => ServerlessCacheList, 0]]
|
|
2730
|
+
];
|
|
2731
|
+
var DescribeServiceUpdatesMessage$ = [3, n0, _DSUM,
|
|
2732
|
+
0,
|
|
2733
|
+
[_SUN, _SUS, _MR, _M],
|
|
2734
|
+
[0, 64 | 0, 1, 0]
|
|
2735
|
+
];
|
|
2736
|
+
var DescribeSnapshotsListMessage$ = [3, n0, _DSLM,
|
|
2737
|
+
0,
|
|
2738
|
+
[_M, _Sna],
|
|
2739
|
+
[0, [() => SnapshotList, 0]]
|
|
2740
|
+
];
|
|
2741
|
+
var DescribeSnapshotsMessage$ = [3, n0, _DSMe,
|
|
2742
|
+
0,
|
|
2743
|
+
[_RGIe, _CCIa, _SN, _SS, _M, _MR, _SNGC],
|
|
2744
|
+
[0, 0, 0, 0, 0, 1, 2]
|
|
2745
|
+
];
|
|
2746
|
+
var DescribeUpdateActionsMessage$ = [3, n0, _DUAM,
|
|
2747
|
+
0,
|
|
2748
|
+
[_SUN, _RGI, _CCI, _E, _SUS, _SUTR, _UAS, _SNLUS, _MR, _M],
|
|
2749
|
+
[0, 64 | 0, 64 | 0, 0, 64 | 0, () => TimeRangeFilter$, 64 | 0, 2, 1, 0]
|
|
2750
|
+
];
|
|
2751
|
+
var DescribeUserGroupsMessage$ = [3, n0, _DUGMe,
|
|
2752
|
+
0,
|
|
2753
|
+
[_UGIs, _MR, _M],
|
|
2754
|
+
[0, 1, 0]
|
|
2755
|
+
];
|
|
2756
|
+
var DescribeUserGroupsResult$ = [3, n0, _DUGR,
|
|
2757
|
+
0,
|
|
2758
|
+
[_UG, _M],
|
|
2759
|
+
[() => UserGroupList, 0]
|
|
2760
|
+
];
|
|
2761
|
+
var DescribeUsersMessage$ = [3, n0, _DUMe,
|
|
2762
|
+
0,
|
|
2763
|
+
[_E, _UIs, _Fi, _MR, _M],
|
|
2764
|
+
[0, 0, () => FilterList, 1, 0]
|
|
2765
|
+
];
|
|
2766
|
+
var DescribeUsersResult$ = [3, n0, _DURe,
|
|
2767
|
+
0,
|
|
2768
|
+
[_Us, _M],
|
|
2769
|
+
[() => UserList, 0]
|
|
2770
|
+
];
|
|
2771
|
+
var DestinationDetails$ = [3, n0, _DD,
|
|
2772
|
+
0,
|
|
2773
|
+
[_CWLD, _KFD],
|
|
2774
|
+
[() => CloudWatchLogsDestinationDetails$, () => KinesisFirehoseDestinationDetails$]
|
|
2775
|
+
];
|
|
2776
|
+
var DisassociateGlobalReplicationGroupMessage$ = [3, n0, _DGRGMi,
|
|
2777
|
+
0,
|
|
2778
|
+
[_GRGI, _RGIe, _RGR],
|
|
2779
|
+
[0, 0, 0], 3
|
|
2780
|
+
];
|
|
2781
|
+
var DisassociateGlobalReplicationGroupResult$ = [3, n0, _DGRGRi,
|
|
2782
|
+
0,
|
|
2783
|
+
[_GRG],
|
|
2784
|
+
[[() => GlobalReplicationGroup$, 0]]
|
|
2785
|
+
];
|
|
2786
|
+
var EC2SecurityGroup$ = [3, n0, _ECSGe,
|
|
2787
|
+
0,
|
|
2788
|
+
[_St, _ECSGN, _ECSGOI],
|
|
2789
|
+
[0, 0, 0]
|
|
2790
|
+
];
|
|
2791
|
+
var ECPUPerSecond$ = [3, n0, _ECPUPS,
|
|
2792
|
+
0,
|
|
2793
|
+
[_Ma, _Mi],
|
|
2794
|
+
[1, 1]
|
|
2795
|
+
];
|
|
2796
|
+
var Endpoint$ = [3, n0, _En,
|
|
2797
|
+
0,
|
|
2798
|
+
[_Ad, _Po],
|
|
2799
|
+
[0, 1]
|
|
2800
|
+
];
|
|
2801
|
+
var EngineDefaults$ = [3, n0, _ED,
|
|
2802
|
+
0,
|
|
2803
|
+
[_CPGF, _M, _Pa, _CNTSPa],
|
|
2804
|
+
[0, 0, [() => ParametersList, 0], [() => CacheNodeTypeSpecificParametersList, 0]]
|
|
2805
|
+
];
|
|
2806
|
+
var Event$ = [3, n0, _Ev,
|
|
2807
|
+
0,
|
|
2808
|
+
[_SIo, _ST, _Me, _Da],
|
|
2809
|
+
[0, 0, 0, 4]
|
|
2810
|
+
];
|
|
2811
|
+
var EventsMessage$ = [3, n0, _EM,
|
|
2812
|
+
0,
|
|
2813
|
+
[_M, _Eve],
|
|
2814
|
+
[0, [() => EventList, 0]]
|
|
2815
|
+
];
|
|
2816
|
+
var ExportServerlessCacheSnapshotRequest$ = [3, n0, _ESCSR,
|
|
2817
|
+
0,
|
|
2818
|
+
[_SCSN, _SBN],
|
|
2819
|
+
[0, 0], 2
|
|
2820
|
+
];
|
|
2821
|
+
var ExportServerlessCacheSnapshotResponse$ = [3, n0, _ESCSRx,
|
|
2822
|
+
0,
|
|
2823
|
+
[_SCS],
|
|
2824
|
+
[() => ServerlessCacheSnapshot$]
|
|
2825
|
+
];
|
|
2826
|
+
var FailoverGlobalReplicationGroupMessage$ = [3, n0, _FGRGM,
|
|
2827
|
+
0,
|
|
2828
|
+
[_GRGI, _PR, _PRGI],
|
|
2829
|
+
[0, 0, 0], 3
|
|
2830
|
+
];
|
|
2831
|
+
var FailoverGlobalReplicationGroupResult$ = [3, n0, _FGRGR,
|
|
2832
|
+
0,
|
|
2833
|
+
[_GRG],
|
|
2834
|
+
[[() => GlobalReplicationGroup$, 0]]
|
|
2835
|
+
];
|
|
2836
|
+
var Filter$ = [3, n0, _Fil,
|
|
2837
|
+
0,
|
|
2838
|
+
[_N, _Va],
|
|
2839
|
+
[0, 64 | 0], 2
|
|
2840
|
+
];
|
|
2841
|
+
var GlobalNodeGroup$ = [3, n0, _GNG,
|
|
2842
|
+
0,
|
|
2843
|
+
[_GNGI, _Sl],
|
|
2844
|
+
[0, 0]
|
|
2845
|
+
];
|
|
2846
|
+
var GlobalReplicationGroup$ = [3, n0, _GRG,
|
|
2847
|
+
0,
|
|
2848
|
+
[_GRGI, _GRGD, _St, _CNT, _E, _EV, _Mem, _CEl, _GNGl, _ATE, _TEE, _AREE, _ARN],
|
|
2849
|
+
[0, 0, 0, 0, 0, 0, [() => GlobalReplicationGroupMemberList, 0], 2, [() => GlobalNodeGroupList, 0], 2, 2, 2, 0]
|
|
2850
|
+
];
|
|
2851
|
+
var GlobalReplicationGroupInfo$ = [3, n0, _GRGIl,
|
|
2852
|
+
0,
|
|
2853
|
+
[_GRGI, _GRGMR],
|
|
2854
|
+
[0, 0]
|
|
2855
|
+
];
|
|
2856
|
+
var GlobalReplicationGroupMember$ = [3, n0, _GRGM,
|
|
2857
|
+
0,
|
|
2858
|
+
[_RGIe, _RGR, _R, _AF, _St],
|
|
2859
|
+
[0, 0, 0, 0, 0]
|
|
2860
|
+
];
|
|
2861
|
+
var IncreaseNodeGroupsInGlobalReplicationGroupMessage$ = [3, n0, _INGIGRGM,
|
|
2862
|
+
0,
|
|
2863
|
+
[_GRGI, _NGCo, _AI, _RCe],
|
|
2864
|
+
[0, 1, 2, [() => RegionalConfigurationList, 0]], 3
|
|
2865
|
+
];
|
|
2866
|
+
var IncreaseNodeGroupsInGlobalReplicationGroupResult$ = [3, n0, _INGIGRGR,
|
|
2867
|
+
0,
|
|
2868
|
+
[_GRG],
|
|
2869
|
+
[[() => GlobalReplicationGroup$, 0]]
|
|
2870
|
+
];
|
|
2871
|
+
var IncreaseReplicaCountMessage$ = [3, n0, _IRCM,
|
|
2872
|
+
0,
|
|
2873
|
+
[_RGIe, _AI, _NRC, _RC],
|
|
2874
|
+
[0, 2, 1, [() => ReplicaConfigurationList, 0]], 2
|
|
2875
|
+
];
|
|
2876
|
+
var IncreaseReplicaCountResult$ = [3, n0, _IRCR,
|
|
2877
|
+
0,
|
|
2878
|
+
[_RG],
|
|
2879
|
+
[[() => ReplicationGroup$, 0]]
|
|
2880
|
+
];
|
|
2881
|
+
var KinesisFirehoseDestinationDetails$ = [3, n0, _KFDD,
|
|
2882
|
+
0,
|
|
2883
|
+
[_DSe],
|
|
2884
|
+
[0]
|
|
2885
|
+
];
|
|
2886
|
+
var ListAllowedNodeTypeModificationsMessage$ = [3, n0, _LANTMM,
|
|
2887
|
+
0,
|
|
2888
|
+
[_CCIa, _RGIe],
|
|
2889
|
+
[0, 0]
|
|
2890
|
+
];
|
|
2891
|
+
var ListTagsForResourceMessage$ = [3, n0, _LTFRM,
|
|
2892
|
+
0,
|
|
2893
|
+
[_RN],
|
|
2894
|
+
[0], 1
|
|
2895
|
+
];
|
|
2896
|
+
var LogDeliveryConfiguration$ = [3, n0, _LDCo,
|
|
2897
|
+
0,
|
|
2898
|
+
[_LT, _DTe, _DD, _LF, _St, _Me],
|
|
2899
|
+
[0, 0, () => DestinationDetails$, 0, 0, 0]
|
|
2900
|
+
];
|
|
2901
|
+
var LogDeliveryConfigurationRequest$ = [3, n0, _LDCR,
|
|
2902
|
+
0,
|
|
2903
|
+
[_LT, _DTe, _DD, _LF, _Ena],
|
|
2904
|
+
[0, 0, () => DestinationDetails$, 0, 2]
|
|
2905
|
+
];
|
|
2906
|
+
var ModifyCacheClusterMessage$ = [3, n0, _MCCM,
|
|
2907
|
+
0,
|
|
2908
|
+
[_CCIa, _NCN, _CNITRa, _AZM, _NAZ, _CSGNac, _SGI, _PMW, _NTA, _CPGN, _NTS, _AI, _E, _EV, _AMVU, _SRL, _SW, _CNT, _AT, _ATUS, _LDC, _ID, _SCc],
|
|
2909
|
+
[0, 1, [() => CacheNodeIdsList, 0], 0, [() => PreferredAvailabilityZoneList, 0], [() => CacheSecurityGroupNameList, 0], [() => SecurityGroupIdsList, 0], 0, 0, 0, 0, 2, 0, 0, 2, 1, 0, 0, 0, 0, [() => LogDeliveryConfigurationRequestList, 0], 0, () => ScaleConfig$], 1
|
|
2910
|
+
];
|
|
2911
|
+
var ModifyCacheClusterResult$ = [3, n0, _MCCR,
|
|
2912
|
+
0,
|
|
2913
|
+
[_CC],
|
|
2914
|
+
[[() => CacheCluster$, 0]]
|
|
2915
|
+
];
|
|
2916
|
+
var ModifyCacheParameterGroupMessage$ = [3, n0, _MCPGM,
|
|
2917
|
+
0,
|
|
2918
|
+
[_CPGN, _PNV],
|
|
2919
|
+
[0, [() => ParameterNameValueList, 0]], 2
|
|
2920
|
+
];
|
|
2921
|
+
var ModifyCacheSubnetGroupMessage$ = [3, n0, _MCSGM,
|
|
2922
|
+
0,
|
|
2923
|
+
[_CSGNa, _CSGD, _SI],
|
|
2924
|
+
[0, 0, [() => SubnetIdentifierList, 0]], 1
|
|
2925
|
+
];
|
|
2926
|
+
var ModifyCacheSubnetGroupResult$ = [3, n0, _MCSGR,
|
|
2927
|
+
0,
|
|
2928
|
+
[_CSGac],
|
|
2929
|
+
[[() => CacheSubnetGroup$, 0]]
|
|
2930
|
+
];
|
|
2931
|
+
var ModifyGlobalReplicationGroupMessage$ = [3, n0, _MGRGM,
|
|
2932
|
+
0,
|
|
2933
|
+
[_GRGI, _AI, _CNT, _E, _EV, _CPGN, _GRGD, _AFE],
|
|
2934
|
+
[0, 2, 0, 0, 0, 0, 0, 2], 2
|
|
2935
|
+
];
|
|
2936
|
+
var ModifyGlobalReplicationGroupResult$ = [3, n0, _MGRGR,
|
|
2937
|
+
0,
|
|
2938
|
+
[_GRG],
|
|
2939
|
+
[[() => GlobalReplicationGroup$, 0]]
|
|
2940
|
+
];
|
|
2941
|
+
var ModifyReplicationGroupMessage$ = [3, n0, _MRGM,
|
|
2942
|
+
0,
|
|
2943
|
+
[_RGIe, _RGD, _PCI, _SCI, _AFE, _MAZE, _NGI, _CSGNac, _SGI, _PMW, _NTA, _CPGN, _NTS, _AI, _E, _EV, _AMVU, _SRL, _SW, _CNT, _AT, _ATUS, _UGITA, _UGITR, _RUG, _LDC, _ID, _TEE, _TEM, _CM, _Du],
|
|
2944
|
+
[0, 0, 0, 0, 2, 2, 0, [() => CacheSecurityGroupNameList, 0], [() => SecurityGroupIdsList, 0], 0, 0, 0, 0, 2, 0, 0, 2, 1, 0, 0, 0, 0, 64 | 0, 64 | 0, 2, [() => LogDeliveryConfigurationRequestList, 0], 0, 2, 0, 0, 0], 1
|
|
2945
|
+
];
|
|
2946
|
+
var ModifyReplicationGroupResult$ = [3, n0, _MRGR,
|
|
2947
|
+
0,
|
|
2948
|
+
[_RG],
|
|
2949
|
+
[[() => ReplicationGroup$, 0]]
|
|
2950
|
+
];
|
|
2951
|
+
var ModifyReplicationGroupShardConfigurationMessage$ = [3, n0, _MRGSCM,
|
|
2952
|
+
0,
|
|
2953
|
+
[_RGIe, _NGCo, _AI, _RCes, _NGTR, _NGTRo],
|
|
2954
|
+
[0, 1, 2, [() => ReshardingConfigurationList, 0], [() => NodeGroupsToRemoveList, 0], [() => NodeGroupsToRetainList, 0]], 3
|
|
2955
|
+
];
|
|
2956
|
+
var ModifyReplicationGroupShardConfigurationResult$ = [3, n0, _MRGSCR,
|
|
2957
|
+
0,
|
|
2958
|
+
[_RG],
|
|
2959
|
+
[[() => ReplicationGroup$, 0]]
|
|
2960
|
+
];
|
|
2961
|
+
var ModifyServerlessCacheRequest$ = [3, n0, _MSCR,
|
|
2962
|
+
0,
|
|
2963
|
+
[_SCN, _D, _CUL, _RUGe, _UGIs, _SGI, _SRL, _DST, _E, _MEVa],
|
|
2964
|
+
[0, 0, () => CacheUsageLimits$, 2, 0, [() => SecurityGroupIdsList, 0], 1, 0, 0, 0], 1
|
|
2965
|
+
];
|
|
2966
|
+
var ModifyServerlessCacheResponse$ = [3, n0, _MSCRo,
|
|
2967
|
+
0,
|
|
2968
|
+
[_SC],
|
|
2969
|
+
[[() => ServerlessCache$, 0]]
|
|
2970
|
+
];
|
|
2971
|
+
var ModifyUserGroupMessage$ = [3, n0, _MUGM,
|
|
2972
|
+
0,
|
|
2973
|
+
[_UGIs, _UITA, _UITR, _E],
|
|
2974
|
+
[0, 64 | 0, 64 | 0, 0], 1
|
|
2975
|
+
];
|
|
2976
|
+
var ModifyUserMessage$ = [3, n0, _MUM,
|
|
2977
|
+
0,
|
|
2978
|
+
[_UIs, _AS, _AAS, _P, _NPR, _AM, _E],
|
|
2979
|
+
[0, 0, 0, 64 | 0, 2, () => AuthenticationMode$, 0], 1
|
|
2980
|
+
];
|
|
2981
|
+
var NodeGroup$ = [3, n0, _NG,
|
|
2982
|
+
0,
|
|
2983
|
+
[_NGI, _St, _PE, _RE, _Sl, _NGM],
|
|
2984
|
+
[0, 0, () => Endpoint$, () => Endpoint$, 0, [() => NodeGroupMemberList, 0]]
|
|
2985
|
+
];
|
|
2986
|
+
var NodeGroupConfiguration$ = [3, n0, _NGC,
|
|
2987
|
+
0,
|
|
2988
|
+
[_NGI, _Sl, _RCep, _PAZri, _RAZ, _POAri, _ROA],
|
|
2989
|
+
[0, 0, 1, 0, [() => AvailabilityZonesList, 0], 0, [() => OutpostArnsList, 0]]
|
|
2990
|
+
];
|
|
2991
|
+
var NodeGroupMember$ = [3, n0, _NGMo,
|
|
2992
|
+
0,
|
|
2993
|
+
[_CCIa, _CNI, _REe, _PAZ, _POA, _CR],
|
|
2994
|
+
[0, 0, () => Endpoint$, 0, 0, 0]
|
|
2995
|
+
];
|
|
2996
|
+
var NodeGroupMemberUpdateStatus$ = [3, n0, _NGMUS,
|
|
2997
|
+
0,
|
|
2998
|
+
[_CCIa, _CNI, _NUS, _NDD, _NUSD, _NUED, _NUIB, _NUID, _NUSMD],
|
|
2999
|
+
[0, 0, 0, 4, 4, 4, 0, 4, 4]
|
|
3000
|
+
];
|
|
3001
|
+
var NodeGroupUpdateStatus$ = [3, n0, _NGUS,
|
|
3002
|
+
0,
|
|
3003
|
+
[_NGI, _NGMUS],
|
|
3004
|
+
[0, [() => NodeGroupMemberUpdateStatusList, 0]]
|
|
3005
|
+
];
|
|
3006
|
+
var NodeSnapshot$ = [3, n0, _NS,
|
|
3007
|
+
0,
|
|
3008
|
+
[_CCIa, _NGI, _CNI, _NGC, _CSa, _CNCT, _SCT],
|
|
3009
|
+
[0, 0, 0, [() => NodeGroupConfiguration$, 0], 0, 4, 4]
|
|
3010
|
+
];
|
|
3011
|
+
var NotificationConfiguration$ = [3, n0, _NC,
|
|
3012
|
+
0,
|
|
3013
|
+
[_TA, _TS],
|
|
3014
|
+
[0, 0]
|
|
3015
|
+
];
|
|
3016
|
+
var Parameter$ = [3, n0, _Par,
|
|
3017
|
+
0,
|
|
3018
|
+
[_PN, _PV, _D, _S, _DT, _AV, _IM, _MEV, _CT],
|
|
3019
|
+
[0, 0, 0, 0, 0, 0, 2, 0, 0]
|
|
3020
|
+
];
|
|
3021
|
+
var ParameterNameValue$ = [3, n0, _PNVa,
|
|
3022
|
+
0,
|
|
3023
|
+
[_PN, _PV],
|
|
3024
|
+
[0, 0]
|
|
3025
|
+
];
|
|
3026
|
+
var PendingLogDeliveryConfiguration$ = [3, n0, _PLDC,
|
|
3027
|
+
0,
|
|
3028
|
+
[_LT, _DTe, _DD, _LF],
|
|
3029
|
+
[0, 0, () => DestinationDetails$, 0]
|
|
3030
|
+
];
|
|
3031
|
+
var PendingModifiedValues$ = [3, n0, _PMV,
|
|
3032
|
+
0,
|
|
3033
|
+
[_NCN, _CNITRa, _EV, _CNT, _ATS, _LDC, _TEE, _TEM, _SCc],
|
|
3034
|
+
[1, [() => CacheNodeIdsList, 0], 0, 0, 0, () => PendingLogDeliveryConfigurationList, 2, 0, () => ScaleConfig$]
|
|
3035
|
+
];
|
|
3036
|
+
var ProcessedUpdateAction$ = [3, n0, _PUA,
|
|
3037
|
+
0,
|
|
3038
|
+
[_RGIe, _CCIa, _SUN, _UAS],
|
|
3039
|
+
[0, 0, 0, 0]
|
|
3040
|
+
];
|
|
3041
|
+
var PurchaseReservedCacheNodesOfferingMessage$ = [3, n0, _PRCNOM,
|
|
3042
|
+
0,
|
|
3043
|
+
[_RCNOI, _RCNI, _CNC, _T],
|
|
3044
|
+
[0, 0, 1, [() => TagList, 0]], 1
|
|
3045
|
+
];
|
|
3046
|
+
var PurchaseReservedCacheNodesOfferingResult$ = [3, n0, _PRCNOR,
|
|
3047
|
+
0,
|
|
3048
|
+
[_RCN],
|
|
3049
|
+
[[() => ReservedCacheNode$, 0]]
|
|
3050
|
+
];
|
|
3051
|
+
var RebalanceSlotsInGlobalReplicationGroupMessage$ = [3, n0, _RSIGRGM,
|
|
3052
|
+
0,
|
|
3053
|
+
[_GRGI, _AI],
|
|
3054
|
+
[0, 2], 2
|
|
3055
|
+
];
|
|
3056
|
+
var RebalanceSlotsInGlobalReplicationGroupResult$ = [3, n0, _RSIGRGR,
|
|
3057
|
+
0,
|
|
3058
|
+
[_GRG],
|
|
3059
|
+
[[() => GlobalReplicationGroup$, 0]]
|
|
3060
|
+
];
|
|
3061
|
+
var RebootCacheClusterMessage$ = [3, n0, _RCCM,
|
|
3062
|
+
0,
|
|
3063
|
+
[_CCIa, _CNITR],
|
|
3064
|
+
[0, [() => CacheNodeIdsList, 0]], 2
|
|
3065
|
+
];
|
|
3066
|
+
var RebootCacheClusterResult$ = [3, n0, _RCCR,
|
|
3067
|
+
0,
|
|
3068
|
+
[_CC],
|
|
3069
|
+
[[() => CacheCluster$, 0]]
|
|
3070
|
+
];
|
|
3071
|
+
var RecurringCharge$ = [3, n0, _RCec,
|
|
3072
|
+
0,
|
|
3073
|
+
[_RCA, _RCF],
|
|
3074
|
+
[1, 0]
|
|
3075
|
+
];
|
|
3076
|
+
var RegionalConfiguration$ = [3, n0, _RCeg,
|
|
3077
|
+
0,
|
|
3078
|
+
[_RGIe, _RGR, _RCes],
|
|
3079
|
+
[0, 0, [() => ReshardingConfigurationList, 0]], 3
|
|
3080
|
+
];
|
|
3081
|
+
var RemoveTagsFromResourceMessage$ = [3, n0, _RTFRM,
|
|
3082
|
+
0,
|
|
3083
|
+
[_RN, _TK],
|
|
3084
|
+
[0, 64 | 0], 2
|
|
3085
|
+
];
|
|
3086
|
+
var ReplicationGroup$ = [3, n0, _RG,
|
|
3087
|
+
0,
|
|
3088
|
+
[_RGIe, _D, _GRGIl, _St, _PMV, _MC, _NGo, _SCI, _AF, _MAZ, _CE, _SRL, _SW, _CEl, _CNT, _ATE, _ATLMD, _TEE, _AREE, _MCOA, _KKI, _SET, _ARN, _UGI, _LDC, _RGCT, _DTa, _AMVU, _NT, _ID, _TEM, _CM, _E, _Du, _EDf],
|
|
3089
|
+
[0, 0, () => GlobalReplicationGroupInfo$, 0, () => ReplicationGroupPendingModifiedValues$, [() => ClusterIdList, 0], [() => NodeGroupList, 0], 0, 0, 0, () => Endpoint$, 1, 0, 2, 0, 2, 4, 2, 2, [() => ReplicationGroupOutpostArnList, 0], 0, 0, 0, 64 | 0, [() => LogDeliveryConfigurationList, 0], 4, 0, 2, 0, 0, 0, 0, 0, 0, 0]
|
|
3090
|
+
];
|
|
3091
|
+
var ReplicationGroupMessage$ = [3, n0, _RGM,
|
|
3092
|
+
0,
|
|
3093
|
+
[_M, _RGe],
|
|
3094
|
+
[0, [() => ReplicationGroupList, 0]]
|
|
3095
|
+
];
|
|
3096
|
+
var ReplicationGroupPendingModifiedValues$ = [3, n0, _RGPMV,
|
|
3097
|
+
0,
|
|
3098
|
+
[_PCI, _AFS, _Re, _ATS, _UG, _LDC, _TEE, _TEM, _CM],
|
|
3099
|
+
[0, 0, () => ReshardingStatus$, 0, () => UserGroupsUpdateStatus$, () => PendingLogDeliveryConfigurationList, 2, 0, 0]
|
|
3100
|
+
];
|
|
3101
|
+
var ReservedCacheNode$ = [3, n0, _RCN,
|
|
3102
|
+
0,
|
|
3103
|
+
[_RCNI, _RCNOI, _CNT, _STt, _Dur, _FP, _UP, _CNC, _PD, _OT, _Sta, _RCecu, _RARN],
|
|
3104
|
+
[0, 0, 0, 4, 1, 1, 1, 1, 0, 0, 0, [() => RecurringChargeList, 0], 0]
|
|
3105
|
+
];
|
|
3106
|
+
var ReservedCacheNodeMessage$ = [3, n0, _RCNM,
|
|
3107
|
+
0,
|
|
3108
|
+
[_M, _RCNe],
|
|
3109
|
+
[0, [() => ReservedCacheNodeList, 0]]
|
|
3110
|
+
];
|
|
3111
|
+
var ReservedCacheNodesOffering$ = [3, n0, _RCNO,
|
|
3112
|
+
0,
|
|
3113
|
+
[_RCNOI, _CNT, _Dur, _FP, _UP, _PD, _OT, _RCecu],
|
|
3114
|
+
[0, 0, 1, 1, 1, 0, 0, [() => RecurringChargeList, 0]]
|
|
3115
|
+
];
|
|
3116
|
+
var ReservedCacheNodesOfferingMessage$ = [3, n0, _RCNOM,
|
|
3117
|
+
0,
|
|
3118
|
+
[_M, _RCNOe],
|
|
3119
|
+
[0, [() => ReservedCacheNodesOfferingList, 0]]
|
|
3120
|
+
];
|
|
3121
|
+
var ResetCacheParameterGroupMessage$ = [3, n0, _RCPGM,
|
|
3122
|
+
0,
|
|
3123
|
+
[_CPGN, _RAP, _PNV],
|
|
3124
|
+
[0, 2, [() => ParameterNameValueList, 0]], 1
|
|
3125
|
+
];
|
|
3126
|
+
var ReshardingConfiguration$ = [3, n0, _RCes,
|
|
3127
|
+
0,
|
|
3128
|
+
[_NGI, _PAZr],
|
|
3129
|
+
[0, [() => AvailabilityZonesList, 0]]
|
|
3130
|
+
];
|
|
3131
|
+
var ReshardingStatus$ = [3, n0, _RS,
|
|
3132
|
+
0,
|
|
3133
|
+
[_SM],
|
|
3134
|
+
[() => SlotMigration$]
|
|
3135
|
+
];
|
|
3136
|
+
var RevokeCacheSecurityGroupIngressMessage$ = [3, n0, _RCSGIM,
|
|
3137
|
+
0,
|
|
3138
|
+
[_CSGN, _ECSGN, _ECSGOI],
|
|
3139
|
+
[0, 0, 0], 3
|
|
3140
|
+
];
|
|
3141
|
+
var RevokeCacheSecurityGroupIngressResult$ = [3, n0, _RCSGIR,
|
|
3142
|
+
0,
|
|
3143
|
+
[_CSG],
|
|
3144
|
+
[[() => CacheSecurityGroup$, 0]]
|
|
3145
|
+
];
|
|
3146
|
+
var ScaleConfig$ = [3, n0, _SCc,
|
|
3147
|
+
0,
|
|
3148
|
+
[_SP, _SIM],
|
|
3149
|
+
[1, 1]
|
|
3150
|
+
];
|
|
3151
|
+
var SecurityGroupMembership$ = [3, n0, _SGM,
|
|
3152
|
+
0,
|
|
3153
|
+
[_SGIe, _St],
|
|
3154
|
+
[0, 0]
|
|
3155
|
+
];
|
|
3156
|
+
var ServerlessCache$ = [3, n0, _SC,
|
|
3157
|
+
0,
|
|
3158
|
+
[_SCN, _D, _CTr, _St, _E, _MEVa, _FEV, _CUL, _KKI, _SET, _SGI, _En, _RE, _ARN, _UGIs, _SI, _SRL, _DST, _NT],
|
|
3159
|
+
[0, 0, 4, 0, 0, 0, 0, () => CacheUsageLimits$, 0, 0, [() => SecurityGroupIdsList, 0], () => Endpoint$, () => Endpoint$, 0, 0, [() => SubnetIdsList, 0], 1, 0, 0]
|
|
3160
|
+
];
|
|
3161
|
+
var ServerlessCacheConfiguration$ = [3, n0, _SCC,
|
|
3162
|
+
0,
|
|
3163
|
+
[_SCN, _E, _MEVa],
|
|
3164
|
+
[0, 0, 0]
|
|
3165
|
+
];
|
|
3166
|
+
var ServerlessCacheSnapshot$ = [3, n0, _SCS,
|
|
3167
|
+
0,
|
|
3168
|
+
[_SCSN, _ARN, _KKI, _STn, _St, _CTr, _ETx, _BUFC, _SCC],
|
|
3169
|
+
[0, 0, 0, 0, 0, 4, 4, 0, () => ServerlessCacheConfiguration$]
|
|
3170
|
+
];
|
|
3171
|
+
var ServiceUpdate$ = [3, n0, _SU,
|
|
3172
|
+
0,
|
|
3173
|
+
[_SUN, _SURD, _SUED, _SUSe, _SURABD, _SUS, _SUD, _SUT, _E, _EV, _AUARABD, _EUT],
|
|
3174
|
+
[0, 4, 4, 0, 4, 0, 0, 0, 0, 0, 2, 0]
|
|
3175
|
+
];
|
|
3176
|
+
var ServiceUpdatesMessage$ = [3, n0, _SUMe,
|
|
3177
|
+
0,
|
|
3178
|
+
[_M, _SUe],
|
|
3179
|
+
[0, [() => ServiceUpdateList, 0]]
|
|
3180
|
+
];
|
|
3181
|
+
var SlotMigration$ = [3, n0, _SM,
|
|
3182
|
+
0,
|
|
3183
|
+
[_PP],
|
|
3184
|
+
[1]
|
|
3185
|
+
];
|
|
3186
|
+
var Snapshot$ = [3, n0, _Sn,
|
|
3187
|
+
0,
|
|
3188
|
+
[_SN, _RGIe, _RGD, _CCIa, _SSn, _SS, _CNT, _E, _EV, _NCN, _PAZ, _POA, _CCCT, _PMW, _TA, _Po, _CPGN, _CSGNa, _VI, _AMVU, _SRL, _SW, _NNG, _AF, _NSo, _KKI, _ARN, _DTa, _Du],
|
|
3189
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 4, 0, 0, 1, 0, 0, 0, 2, 1, 0, 1, 0, [() => NodeSnapshotList, 0], 0, 0, 0, 0]
|
|
3190
|
+
];
|
|
3191
|
+
var StartMigrationMessage$ = [3, n0, _SMM,
|
|
3192
|
+
0,
|
|
3193
|
+
[_RGIe, _CNEL],
|
|
3194
|
+
[0, () => CustomerNodeEndpointList], 2
|
|
3195
|
+
];
|
|
3196
|
+
var StartMigrationResponse$ = [3, n0, _SMR,
|
|
3197
|
+
0,
|
|
3198
|
+
[_RG],
|
|
3199
|
+
[[() => ReplicationGroup$, 0]]
|
|
3200
|
+
];
|
|
3201
|
+
var Subnet$ = [3, n0, _Sub,
|
|
3202
|
+
0,
|
|
3203
|
+
[_SIu, _SAZ, _SO, _SNT],
|
|
3204
|
+
[0, () => AvailabilityZone$, () => SubnetOutpost$, 64 | 0]
|
|
3205
|
+
];
|
|
3206
|
+
var SubnetOutpost$ = [3, n0, _SO,
|
|
3207
|
+
0,
|
|
3208
|
+
[_SOA],
|
|
3209
|
+
[0]
|
|
3210
|
+
];
|
|
3211
|
+
var Tag$ = [3, n0, _Ta,
|
|
3212
|
+
0,
|
|
3213
|
+
[_K, _V],
|
|
3214
|
+
[0, 0]
|
|
3215
|
+
];
|
|
3216
|
+
var TagListMessage$ = [3, n0, _TLM,
|
|
3217
|
+
0,
|
|
3218
|
+
[_TL],
|
|
3219
|
+
[[() => TagList, 0]]
|
|
3220
|
+
];
|
|
3221
|
+
var TestFailoverMessage$ = [3, n0, _TFM,
|
|
3222
|
+
0,
|
|
3223
|
+
[_RGIe, _NGI],
|
|
3224
|
+
[0, 0], 2
|
|
3225
|
+
];
|
|
3226
|
+
var TestFailoverResult$ = [3, n0, _TFR,
|
|
3227
|
+
0,
|
|
3228
|
+
[_RG],
|
|
3229
|
+
[[() => ReplicationGroup$, 0]]
|
|
3230
|
+
];
|
|
3231
|
+
var TestMigrationMessage$ = [3, n0, _TMM,
|
|
3232
|
+
0,
|
|
3233
|
+
[_RGIe, _CNEL],
|
|
3234
|
+
[0, () => CustomerNodeEndpointList], 2
|
|
3235
|
+
];
|
|
3236
|
+
var TestMigrationResponse$ = [3, n0, _TMR,
|
|
3237
|
+
0,
|
|
3238
|
+
[_RG],
|
|
3239
|
+
[[() => ReplicationGroup$, 0]]
|
|
3240
|
+
];
|
|
3241
|
+
var TimeRangeFilter$ = [3, n0, _TRF,
|
|
3242
|
+
0,
|
|
3243
|
+
[_STt, _ET],
|
|
3244
|
+
[4, 4]
|
|
3245
|
+
];
|
|
3246
|
+
var UnprocessedUpdateAction$ = [3, n0, _UUA,
|
|
3247
|
+
0,
|
|
3248
|
+
[_RGIe, _CCIa, _SUN, _ETr, _EMr],
|
|
3249
|
+
[0, 0, 0, 0, 0]
|
|
3250
|
+
];
|
|
3251
|
+
var UpdateAction$ = [3, n0, _UA,
|
|
3252
|
+
0,
|
|
3253
|
+
[_RGIe, _CCIa, _SUN, _SURD, _SUSe, _SUS, _SURABD, _SUT, _UAAD, _UAS, _NU, _UASMD, _SMl, _NGUS, _CNUS, _EUT, _E],
|
|
3254
|
+
[0, 0, 0, 4, 0, 0, 4, 0, 4, 0, 0, 4, 0, [() => NodeGroupUpdateStatusList, 0], [() => CacheNodeUpdateStatusList, 0], 0, 0]
|
|
3255
|
+
];
|
|
3256
|
+
var UpdateActionResultsMessage$ = [3, n0, _UARM,
|
|
3257
|
+
0,
|
|
3258
|
+
[_PUAr, _UUAn],
|
|
3259
|
+
[[() => ProcessedUpdateActionList, 0], [() => UnprocessedUpdateActionList, 0]]
|
|
3260
|
+
];
|
|
3261
|
+
var UpdateActionsMessage$ = [3, n0, _UAM,
|
|
3262
|
+
0,
|
|
3263
|
+
[_M, _UAp],
|
|
3264
|
+
[0, [() => UpdateActionList, 0]]
|
|
3265
|
+
];
|
|
3266
|
+
var User$ = [3, n0, _Use,
|
|
3267
|
+
0,
|
|
3268
|
+
[_UIs, _UN, _St, _E, _MEV, _AS, _UGI, _A, _ARN],
|
|
3269
|
+
[0, 0, 0, 0, 0, 0, 64 | 0, () => Authentication$, 0]
|
|
3270
|
+
];
|
|
3271
|
+
var UserGroup$ = [3, n0, _UGs,
|
|
3272
|
+
0,
|
|
3273
|
+
[_UGIs, _St, _E, _UI, _MEV, _PCe, _RGe, _SCe, _ARN],
|
|
3274
|
+
[0, 0, 0, 64 | 0, 0, () => UserGroupPendingChanges$, 64 | 0, 64 | 0, 0]
|
|
3275
|
+
];
|
|
3276
|
+
var UserGroupPendingChanges$ = [3, n0, _UGPC,
|
|
3277
|
+
0,
|
|
3278
|
+
[_UITR, _UITA],
|
|
3279
|
+
[64 | 0, 64 | 0]
|
|
3280
|
+
];
|
|
3281
|
+
var UserGroupsUpdateStatus$ = [3, n0, _UGUS,
|
|
3282
|
+
0,
|
|
3283
|
+
[_UGITA, _UGITR],
|
|
3284
|
+
[64 | 0, 64 | 0]
|
|
3285
|
+
];
|
|
3286
|
+
var __Unit = "unit";
|
|
3287
|
+
var AvailabilityZonesList = [1, n0, _AZL,
|
|
3288
|
+
0, [0,
|
|
3289
|
+
{ [_xN]: _AZ }]
|
|
3290
|
+
];
|
|
3291
|
+
var CacheClusterList = [1, n0, _CCL,
|
|
3292
|
+
0, [() => CacheCluster$,
|
|
3293
|
+
{ [_xN]: _CC }]
|
|
3294
|
+
];
|
|
3295
|
+
var CacheEngineVersionList = [1, n0, _CEVL,
|
|
3296
|
+
0, [() => CacheEngineVersion$,
|
|
3297
|
+
{ [_xN]: _CEV }]
|
|
3298
|
+
];
|
|
3299
|
+
var CacheNodeIdsList = [1, n0, _CNIL,
|
|
3300
|
+
0, [0,
|
|
3301
|
+
{ [_xN]: _CNI }]
|
|
3302
|
+
];
|
|
3303
|
+
var CacheNodeList = [1, n0, _CNL,
|
|
3304
|
+
0, [() => CacheNode$,
|
|
3305
|
+
{ [_xN]: _CNa }]
|
|
3306
|
+
];
|
|
3307
|
+
var CacheNodeTypeSpecificParametersList = [1, n0, _CNTSPL,
|
|
3308
|
+
0, [() => CacheNodeTypeSpecificParameter$,
|
|
3309
|
+
{ [_xN]: _CNTSP }]
|
|
3310
|
+
];
|
|
3311
|
+
var CacheNodeTypeSpecificValueList = [1, n0, _CNTSVL,
|
|
3312
|
+
0, [() => CacheNodeTypeSpecificValue$,
|
|
3313
|
+
{ [_xN]: _CNTSVa }]
|
|
3314
|
+
];
|
|
3315
|
+
var CacheNodeUpdateStatusList = [1, n0, _CNUSL,
|
|
3316
|
+
0, [() => CacheNodeUpdateStatus$,
|
|
3317
|
+
{ [_xN]: _CNUS }]
|
|
3318
|
+
];
|
|
3319
|
+
var CacheParameterGroupList = [1, n0, _CPGL,
|
|
3320
|
+
0, [() => CacheParameterGroup$,
|
|
3321
|
+
{ [_xN]: _CPG }]
|
|
3322
|
+
];
|
|
3323
|
+
var CacheSecurityGroupMembershipList = [1, n0, _CSGML,
|
|
3324
|
+
0, [() => CacheSecurityGroupMembership$,
|
|
3325
|
+
{ [_xN]: _CSG }]
|
|
3326
|
+
];
|
|
3327
|
+
var CacheSecurityGroupNameList = [1, n0, _CSGNL,
|
|
3328
|
+
0, [0,
|
|
3329
|
+
{ [_xN]: _CSGN }]
|
|
3330
|
+
];
|
|
3331
|
+
var CacheSecurityGroups = [1, n0, _CSGa,
|
|
3332
|
+
0, [() => CacheSecurityGroup$,
|
|
3333
|
+
{ [_xN]: _CSG }]
|
|
3334
|
+
];
|
|
3335
|
+
var CacheSubnetGroups = [1, n0, _CSGach,
|
|
3336
|
+
0, [() => CacheSubnetGroup$,
|
|
3337
|
+
{ [_xN]: _CSGac }]
|
|
3338
|
+
];
|
|
3339
|
+
var ClusterIdList = [1, n0, _CIL,
|
|
3340
|
+
0, [0,
|
|
3341
|
+
{ [_xN]: _CI }]
|
|
3342
|
+
];
|
|
3343
|
+
var CustomerNodeEndpointList = [1, n0, _CNEL,
|
|
3344
|
+
0, () => CustomerNodeEndpoint$
|
|
3345
|
+
];
|
|
3346
|
+
var EC2SecurityGroupList = [1, n0, _ECSGL,
|
|
3347
|
+
0, [() => EC2SecurityGroup$,
|
|
3348
|
+
{ [_xN]: _ECSGe }]
|
|
3349
|
+
];
|
|
3350
|
+
var EventList = [1, n0, _EL,
|
|
3351
|
+
0, [() => Event$,
|
|
3352
|
+
{ [_xN]: _Ev }]
|
|
3353
|
+
];
|
|
3354
|
+
var FilterList = [1, n0, _FL,
|
|
3355
|
+
0, () => Filter$
|
|
3356
|
+
];
|
|
3357
|
+
var GlobalNodeGroupIdList = [1, n0, _GNGIL,
|
|
3358
|
+
0, [0,
|
|
3359
|
+
{ [_xN]: _GNGI }]
|
|
3360
|
+
];
|
|
3361
|
+
var GlobalNodeGroupList = [1, n0, _GNGL,
|
|
3362
|
+
0, [() => GlobalNodeGroup$,
|
|
3363
|
+
{ [_xN]: _GNG }]
|
|
3364
|
+
];
|
|
3365
|
+
var GlobalReplicationGroupList = [1, n0, _GRGL,
|
|
3366
|
+
0, [() => GlobalReplicationGroup$,
|
|
3367
|
+
{ [_xN]: _GRG }]
|
|
3368
|
+
];
|
|
3369
|
+
var GlobalReplicationGroupMemberList = [1, n0, _GRGML,
|
|
3370
|
+
0, [() => GlobalReplicationGroupMember$,
|
|
3371
|
+
{ [_xN]: _GRGM }]
|
|
3372
|
+
];
|
|
3373
|
+
var LogDeliveryConfigurationList = [1, n0, _LDCL,
|
|
3374
|
+
0, [() => LogDeliveryConfiguration$,
|
|
3375
|
+
{ [_xN]: _LDCo }]
|
|
3376
|
+
];
|
|
3377
|
+
var LogDeliveryConfigurationRequestList = [1, n0, _LDCRL,
|
|
3378
|
+
0, [() => LogDeliveryConfigurationRequest$,
|
|
3379
|
+
{ [_xN]: _LDCR }]
|
|
3380
|
+
];
|
|
3381
|
+
var NodeGroupConfigurationList = [1, n0, _NGCL,
|
|
3382
|
+
0, [() => NodeGroupConfiguration$,
|
|
3383
|
+
{ [_xN]: _NGC }]
|
|
3384
|
+
];
|
|
3385
|
+
var NodeGroupList = [1, n0, _NGL,
|
|
3386
|
+
0, [() => NodeGroup$,
|
|
3387
|
+
{ [_xN]: _NG }]
|
|
3388
|
+
];
|
|
3389
|
+
var NodeGroupMemberList = [1, n0, _NGML,
|
|
3390
|
+
0, [() => NodeGroupMember$,
|
|
3391
|
+
{ [_xN]: _NGMo }]
|
|
3392
|
+
];
|
|
3393
|
+
var NodeGroupMemberUpdateStatusList = [1, n0, _NGMUSL,
|
|
3394
|
+
0, [() => NodeGroupMemberUpdateStatus$,
|
|
3395
|
+
{ [_xN]: _NGMUS }]
|
|
3396
|
+
];
|
|
3397
|
+
var NodeGroupsToRemoveList = [1, n0, _NGTRL,
|
|
3398
|
+
0, [0,
|
|
3399
|
+
{ [_xN]: _NGTRod }]
|
|
3400
|
+
];
|
|
3401
|
+
var NodeGroupsToRetainList = [1, n0, _NGTRLo,
|
|
3402
|
+
0, [0,
|
|
3403
|
+
{ [_xN]: _NGTRode }]
|
|
3404
|
+
];
|
|
3405
|
+
var NodeGroupUpdateStatusList = [1, n0, _NGUSL,
|
|
3406
|
+
0, [() => NodeGroupUpdateStatus$,
|
|
3407
|
+
{ [_xN]: _NGUS }]
|
|
3408
|
+
];
|
|
3409
|
+
var NodeSnapshotList = [1, n0, _NSL,
|
|
3410
|
+
0, [() => NodeSnapshot$,
|
|
3411
|
+
{ [_xN]: _NS }]
|
|
3412
|
+
];
|
|
3413
|
+
var OutpostArnsList = [1, n0, _OAL,
|
|
3414
|
+
0, [0,
|
|
3415
|
+
{ [_xN]: _OA }]
|
|
3416
|
+
];
|
|
3417
|
+
var ParameterNameValueList = [1, n0, _PNVL,
|
|
3418
|
+
0, [() => ParameterNameValue$,
|
|
3419
|
+
{ [_xN]: _PNVa }]
|
|
3420
|
+
];
|
|
3421
|
+
var ParametersList = [1, n0, _PL,
|
|
3422
|
+
0, [() => Parameter$,
|
|
3423
|
+
{ [_xN]: _Par }]
|
|
3424
|
+
];
|
|
3425
|
+
var PendingLogDeliveryConfigurationList = [1, n0, _PLDCL,
|
|
3426
|
+
0, () => PendingLogDeliveryConfiguration$
|
|
3427
|
+
];
|
|
3428
|
+
var PreferredAvailabilityZoneList = [1, n0, _PAZL,
|
|
3429
|
+
0, [0,
|
|
3430
|
+
{ [_xN]: _PAZ }]
|
|
3431
|
+
];
|
|
3432
|
+
var PreferredOutpostArnList = [1, n0, _POAL,
|
|
3433
|
+
0, [0,
|
|
3434
|
+
{ [_xN]: _POA }]
|
|
3435
|
+
];
|
|
3436
|
+
var ProcessedUpdateActionList = [1, n0, _PUAL,
|
|
3437
|
+
0, [() => ProcessedUpdateAction$,
|
|
3438
|
+
{ [_xN]: _PUA }]
|
|
3439
|
+
];
|
|
3440
|
+
var RecurringChargeList = [1, n0, _RCL,
|
|
3441
|
+
0, [() => RecurringCharge$,
|
|
3442
|
+
{ [_xN]: _RCec }]
|
|
3443
|
+
];
|
|
3444
|
+
var RegionalConfigurationList = [1, n0, _RCLe,
|
|
3445
|
+
0, [() => RegionalConfiguration$,
|
|
3446
|
+
{ [_xN]: _RCeg }]
|
|
3447
|
+
];
|
|
3448
|
+
var ReplicaConfigurationList = [1, n0, _RCLep,
|
|
3449
|
+
0, [() => ConfigureShard$,
|
|
3450
|
+
{ [_xN]: _CS }]
|
|
3451
|
+
];
|
|
3452
|
+
var ReplicationGroupList = [1, n0, _RGL,
|
|
3453
|
+
0, [() => ReplicationGroup$,
|
|
3454
|
+
{ [_xN]: _RG }]
|
|
3455
|
+
];
|
|
3456
|
+
var ReplicationGroupOutpostArnList = [1, n0, _RGOAL,
|
|
3457
|
+
0, [0,
|
|
3458
|
+
{ [_xN]: _RGOA }]
|
|
3459
|
+
];
|
|
3460
|
+
var ReservedCacheNodeList = [1, n0, _RCNL,
|
|
3461
|
+
0, [() => ReservedCacheNode$,
|
|
3462
|
+
{ [_xN]: _RCN }]
|
|
3463
|
+
];
|
|
3464
|
+
var ReservedCacheNodesOfferingList = [1, n0, _RCNOL,
|
|
3465
|
+
0, [() => ReservedCacheNodesOffering$,
|
|
3466
|
+
{ [_xN]: _RCNO }]
|
|
3467
|
+
];
|
|
3468
|
+
var ReshardingConfigurationList = [1, n0, _RCLes,
|
|
3469
|
+
0, [() => ReshardingConfiguration$,
|
|
3470
|
+
{ [_xN]: _RCes }]
|
|
3471
|
+
];
|
|
3472
|
+
var SecurityGroupIdsList = [1, n0, _SGIL,
|
|
3473
|
+
0, [0,
|
|
3474
|
+
{ [_xN]: _SGIe }]
|
|
3475
|
+
];
|
|
3476
|
+
var SecurityGroupMembershipList = [1, n0, _SGML,
|
|
3477
|
+
0, () => SecurityGroupMembership$
|
|
3478
|
+
];
|
|
3479
|
+
var ServerlessCacheList = [1, n0, _SCL,
|
|
3480
|
+
0, [() => ServerlessCache$,
|
|
3481
|
+
0]
|
|
3482
|
+
];
|
|
3483
|
+
var ServerlessCacheSnapshotList = [1, n0, _SCSL,
|
|
3484
|
+
0, [() => ServerlessCacheSnapshot$,
|
|
3485
|
+
{ [_xN]: _SCS }]
|
|
3486
|
+
];
|
|
3487
|
+
var ServiceUpdateList = [1, n0, _SUL,
|
|
3488
|
+
0, [() => ServiceUpdate$,
|
|
3489
|
+
{ [_xN]: _SU }]
|
|
3490
|
+
];
|
|
3491
|
+
var SnapshotArnsList = [1, n0, _SAL,
|
|
3492
|
+
0, [0,
|
|
3493
|
+
{ [_xN]: _SAn }]
|
|
3494
|
+
];
|
|
3495
|
+
var SnapshotList = [1, n0, _SL,
|
|
3496
|
+
0, [() => Snapshot$,
|
|
3497
|
+
{ [_xN]: _Sn }]
|
|
3498
|
+
];
|
|
3499
|
+
var SubnetIdentifierList = [1, n0, _SIL,
|
|
3500
|
+
0, [0,
|
|
3501
|
+
{ [_xN]: _SIu }]
|
|
3502
|
+
];
|
|
3503
|
+
var SubnetIdsList = [1, n0, _SILu,
|
|
3504
|
+
0, [0,
|
|
3505
|
+
{ [_xN]: _SIub }]
|
|
3506
|
+
];
|
|
3507
|
+
var SubnetList = [1, n0, _SLu,
|
|
3508
|
+
0, [() => Subnet$,
|
|
3509
|
+
{ [_xN]: _Sub }]
|
|
3510
|
+
];
|
|
3511
|
+
var TagList = [1, n0, _TL,
|
|
3512
|
+
0, [() => Tag$,
|
|
3513
|
+
{ [_xN]: _Ta }]
|
|
3514
|
+
];
|
|
3515
|
+
var UnprocessedUpdateActionList = [1, n0, _UUAL,
|
|
3516
|
+
0, [() => UnprocessedUpdateAction$,
|
|
3517
|
+
{ [_xN]: _UUA }]
|
|
3518
|
+
];
|
|
3519
|
+
var UpdateActionList = [1, n0, _UAL,
|
|
3520
|
+
0, [() => UpdateAction$,
|
|
3521
|
+
{ [_xN]: _UA }]
|
|
3522
|
+
];
|
|
3523
|
+
var UserGroupList = [1, n0, _UGL,
|
|
3524
|
+
0, () => UserGroup$
|
|
3525
|
+
];
|
|
3526
|
+
var UserList = [1, n0, _UL,
|
|
3527
|
+
0, () => User$
|
|
3528
|
+
];
|
|
3529
|
+
var AddTagsToResource$ = [9, n0, _ATTR,
|
|
3530
|
+
0, () => AddTagsToResourceMessage$, () => TagListMessage$
|
|
3531
|
+
];
|
|
3532
|
+
var AuthorizeCacheSecurityGroupIngress$ = [9, n0, _ACSGI,
|
|
3533
|
+
0, () => AuthorizeCacheSecurityGroupIngressMessage$, () => AuthorizeCacheSecurityGroupIngressResult$
|
|
3534
|
+
];
|
|
3535
|
+
var BatchApplyUpdateAction$ = [9, n0, _BAUA,
|
|
3536
|
+
0, () => BatchApplyUpdateActionMessage$, () => UpdateActionResultsMessage$
|
|
3537
|
+
];
|
|
3538
|
+
var BatchStopUpdateAction$ = [9, n0, _BSUA,
|
|
3539
|
+
0, () => BatchStopUpdateActionMessage$, () => UpdateActionResultsMessage$
|
|
3540
|
+
];
|
|
3541
|
+
var CompleteMigration$ = [9, n0, _CMo,
|
|
3542
|
+
0, () => CompleteMigrationMessage$, () => CompleteMigrationResponse$
|
|
3543
|
+
];
|
|
3544
|
+
var CopyServerlessCacheSnapshot$ = [9, n0, _CSCS,
|
|
3545
|
+
0, () => CopyServerlessCacheSnapshotRequest$, () => CopyServerlessCacheSnapshotResponse$
|
|
3546
|
+
];
|
|
3547
|
+
var CopySnapshot$ = [9, n0, _CSo,
|
|
3548
|
+
0, () => CopySnapshotMessage$, () => CopySnapshotResult$
|
|
3549
|
+
];
|
|
3550
|
+
var CreateCacheCluster$ = [9, n0, _CCC,
|
|
3551
|
+
0, () => CreateCacheClusterMessage$, () => CreateCacheClusterResult$
|
|
3552
|
+
];
|
|
3553
|
+
var CreateCacheParameterGroup$ = [9, n0, _CCPG,
|
|
3554
|
+
0, () => CreateCacheParameterGroupMessage$, () => CreateCacheParameterGroupResult$
|
|
3555
|
+
];
|
|
3556
|
+
var CreateCacheSecurityGroup$ = [9, n0, _CCSG,
|
|
3557
|
+
0, () => CreateCacheSecurityGroupMessage$, () => CreateCacheSecurityGroupResult$
|
|
3558
|
+
];
|
|
3559
|
+
var CreateCacheSubnetGroup$ = [9, n0, _CCSGr,
|
|
3560
|
+
0, () => CreateCacheSubnetGroupMessage$, () => CreateCacheSubnetGroupResult$
|
|
3561
|
+
];
|
|
3562
|
+
var CreateGlobalReplicationGroup$ = [9, n0, _CGRG,
|
|
3563
|
+
0, () => CreateGlobalReplicationGroupMessage$, () => CreateGlobalReplicationGroupResult$
|
|
3564
|
+
];
|
|
3565
|
+
var CreateReplicationGroup$ = [9, n0, _CRG,
|
|
3566
|
+
0, () => CreateReplicationGroupMessage$, () => CreateReplicationGroupResult$
|
|
3567
|
+
];
|
|
3568
|
+
var CreateServerlessCache$ = [9, n0, _CSC,
|
|
3569
|
+
0, () => CreateServerlessCacheRequest$, () => CreateServerlessCacheResponse$
|
|
3570
|
+
];
|
|
3571
|
+
var CreateServerlessCacheSnapshot$ = [9, n0, _CSCSr,
|
|
3572
|
+
0, () => CreateServerlessCacheSnapshotRequest$, () => CreateServerlessCacheSnapshotResponse$
|
|
3573
|
+
];
|
|
3574
|
+
var CreateSnapshot$ = [9, n0, _CSr,
|
|
3575
|
+
0, () => CreateSnapshotMessage$, () => CreateSnapshotResult$
|
|
3576
|
+
];
|
|
3577
|
+
var CreateUser$ = [9, n0, _CU,
|
|
3578
|
+
0, () => CreateUserMessage$, () => User$
|
|
3579
|
+
];
|
|
3580
|
+
var CreateUserGroup$ = [9, n0, _CUG,
|
|
3581
|
+
0, () => CreateUserGroupMessage$, () => UserGroup$
|
|
3582
|
+
];
|
|
3583
|
+
var DecreaseNodeGroupsInGlobalReplicationGroup$ = [9, n0, _DNGIGRG,
|
|
3584
|
+
0, () => DecreaseNodeGroupsInGlobalReplicationGroupMessage$, () => DecreaseNodeGroupsInGlobalReplicationGroupResult$
|
|
3585
|
+
];
|
|
3586
|
+
var DecreaseReplicaCount$ = [9, n0, _DRC,
|
|
3587
|
+
0, () => DecreaseReplicaCountMessage$, () => DecreaseReplicaCountResult$
|
|
3588
|
+
];
|
|
3589
|
+
var DeleteCacheCluster$ = [9, n0, _DCC,
|
|
3590
|
+
0, () => DeleteCacheClusterMessage$, () => DeleteCacheClusterResult$
|
|
3591
|
+
];
|
|
3592
|
+
var DeleteCacheParameterGroup$ = [9, n0, _DCPG,
|
|
3593
|
+
0, () => DeleteCacheParameterGroupMessage$, () => __Unit
|
|
3594
|
+
];
|
|
3595
|
+
var DeleteCacheSecurityGroup$ = [9, n0, _DCSG,
|
|
3596
|
+
0, () => DeleteCacheSecurityGroupMessage$, () => __Unit
|
|
3597
|
+
];
|
|
3598
|
+
var DeleteCacheSubnetGroup$ = [9, n0, _DCSGe,
|
|
3599
|
+
0, () => DeleteCacheSubnetGroupMessage$, () => __Unit
|
|
3600
|
+
];
|
|
3601
|
+
var DeleteGlobalReplicationGroup$ = [9, n0, _DGRG,
|
|
3602
|
+
0, () => DeleteGlobalReplicationGroupMessage$, () => DeleteGlobalReplicationGroupResult$
|
|
3603
|
+
];
|
|
3604
|
+
var DeleteReplicationGroup$ = [9, n0, _DRG,
|
|
3605
|
+
0, () => DeleteReplicationGroupMessage$, () => DeleteReplicationGroupResult$
|
|
3606
|
+
];
|
|
3607
|
+
var DeleteServerlessCache$ = [9, n0, _DSC,
|
|
3608
|
+
0, () => DeleteServerlessCacheRequest$, () => DeleteServerlessCacheResponse$
|
|
3609
|
+
];
|
|
3610
|
+
var DeleteServerlessCacheSnapshot$ = [9, n0, _DSCS,
|
|
3611
|
+
0, () => DeleteServerlessCacheSnapshotRequest$, () => DeleteServerlessCacheSnapshotResponse$
|
|
3612
|
+
];
|
|
3613
|
+
var DeleteSnapshot$ = [9, n0, _DSel,
|
|
3614
|
+
0, () => DeleteSnapshotMessage$, () => DeleteSnapshotResult$
|
|
3615
|
+
];
|
|
3616
|
+
var DeleteUser$ = [9, n0, _DU,
|
|
3617
|
+
0, () => DeleteUserMessage$, () => User$
|
|
3618
|
+
];
|
|
3619
|
+
var DeleteUserGroup$ = [9, n0, _DUG,
|
|
3620
|
+
0, () => DeleteUserGroupMessage$, () => UserGroup$
|
|
3621
|
+
];
|
|
3622
|
+
var DescribeCacheClusters$ = [9, n0, _DCCe,
|
|
3623
|
+
0, () => DescribeCacheClustersMessage$, () => CacheClusterMessage$
|
|
3624
|
+
];
|
|
3625
|
+
var DescribeCacheEngineVersions$ = [9, n0, _DCEV,
|
|
3626
|
+
0, () => DescribeCacheEngineVersionsMessage$, () => CacheEngineVersionMessage$
|
|
3627
|
+
];
|
|
3628
|
+
var DescribeCacheParameterGroups$ = [9, n0, _DCPGe,
|
|
3629
|
+
0, () => DescribeCacheParameterGroupsMessage$, () => CacheParameterGroupsMessage$
|
|
3630
|
+
];
|
|
3631
|
+
var DescribeCacheParameters$ = [9, n0, _DCP,
|
|
3632
|
+
0, () => DescribeCacheParametersMessage$, () => CacheParameterGroupDetails$
|
|
3633
|
+
];
|
|
3634
|
+
var DescribeCacheSecurityGroups$ = [9, n0, _DCSGes,
|
|
3635
|
+
0, () => DescribeCacheSecurityGroupsMessage$, () => CacheSecurityGroupMessage$
|
|
3636
|
+
];
|
|
3637
|
+
var DescribeCacheSubnetGroups$ = [9, n0, _DCSGesc,
|
|
3638
|
+
0, () => DescribeCacheSubnetGroupsMessage$, () => CacheSubnetGroupMessage$
|
|
3639
|
+
];
|
|
3640
|
+
var DescribeEngineDefaultParameters$ = [9, n0, _DEDP,
|
|
3641
|
+
0, () => DescribeEngineDefaultParametersMessage$, () => DescribeEngineDefaultParametersResult$
|
|
3642
|
+
];
|
|
3643
|
+
var DescribeEvents$ = [9, n0, _DE,
|
|
3644
|
+
0, () => DescribeEventsMessage$, () => EventsMessage$
|
|
3645
|
+
];
|
|
3646
|
+
var DescribeGlobalReplicationGroups$ = [9, n0, _DGRGe,
|
|
3647
|
+
0, () => DescribeGlobalReplicationGroupsMessage$, () => DescribeGlobalReplicationGroupsResult$
|
|
3648
|
+
];
|
|
3649
|
+
var DescribeReplicationGroups$ = [9, n0, _DRGe,
|
|
3650
|
+
0, () => DescribeReplicationGroupsMessage$, () => ReplicationGroupMessage$
|
|
3651
|
+
];
|
|
3652
|
+
var DescribeReservedCacheNodes$ = [9, n0, _DRCN,
|
|
3653
|
+
0, () => DescribeReservedCacheNodesMessage$, () => ReservedCacheNodeMessage$
|
|
3654
|
+
];
|
|
3655
|
+
var DescribeReservedCacheNodesOfferings$ = [9, n0, _DRCNO,
|
|
3656
|
+
0, () => DescribeReservedCacheNodesOfferingsMessage$, () => ReservedCacheNodesOfferingMessage$
|
|
3657
|
+
];
|
|
3658
|
+
var DescribeServerlessCaches$ = [9, n0, _DSCe,
|
|
3659
|
+
0, () => DescribeServerlessCachesRequest$, () => DescribeServerlessCachesResponse$
|
|
3660
|
+
];
|
|
3661
|
+
var DescribeServerlessCacheSnapshots$ = [9, n0, _DSCSe,
|
|
3662
|
+
0, () => DescribeServerlessCacheSnapshotsRequest$, () => DescribeServerlessCacheSnapshotsResponse$
|
|
3663
|
+
];
|
|
3664
|
+
var DescribeServiceUpdates$ = [9, n0, _DSU,
|
|
3665
|
+
0, () => DescribeServiceUpdatesMessage$, () => ServiceUpdatesMessage$
|
|
3666
|
+
];
|
|
3667
|
+
var DescribeSnapshots$ = [9, n0, _DSes,
|
|
3668
|
+
0, () => DescribeSnapshotsMessage$, () => DescribeSnapshotsListMessage$
|
|
3669
|
+
];
|
|
3670
|
+
var DescribeUpdateActions$ = [9, n0, _DUA,
|
|
3671
|
+
0, () => DescribeUpdateActionsMessage$, () => UpdateActionsMessage$
|
|
3672
|
+
];
|
|
3673
|
+
var DescribeUserGroups$ = [9, n0, _DUGe,
|
|
3674
|
+
0, () => DescribeUserGroupsMessage$, () => DescribeUserGroupsResult$
|
|
3675
|
+
];
|
|
3676
|
+
var DescribeUsers$ = [9, n0, _DUe,
|
|
3677
|
+
0, () => DescribeUsersMessage$, () => DescribeUsersResult$
|
|
3678
|
+
];
|
|
3679
|
+
var DisassociateGlobalReplicationGroup$ = [9, n0, _DGRGi,
|
|
3680
|
+
0, () => DisassociateGlobalReplicationGroupMessage$, () => DisassociateGlobalReplicationGroupResult$
|
|
3681
|
+
];
|
|
3682
|
+
var ExportServerlessCacheSnapshot$ = [9, n0, _ESCS,
|
|
3683
|
+
0, () => ExportServerlessCacheSnapshotRequest$, () => ExportServerlessCacheSnapshotResponse$
|
|
3684
|
+
];
|
|
3685
|
+
var FailoverGlobalReplicationGroup$ = [9, n0, _FGRG,
|
|
3686
|
+
0, () => FailoverGlobalReplicationGroupMessage$, () => FailoverGlobalReplicationGroupResult$
|
|
3687
|
+
];
|
|
3688
|
+
var IncreaseNodeGroupsInGlobalReplicationGroup$ = [9, n0, _INGIGRG,
|
|
3689
|
+
0, () => IncreaseNodeGroupsInGlobalReplicationGroupMessage$, () => IncreaseNodeGroupsInGlobalReplicationGroupResult$
|
|
3690
|
+
];
|
|
3691
|
+
var IncreaseReplicaCount$ = [9, n0, _IRC,
|
|
3692
|
+
0, () => IncreaseReplicaCountMessage$, () => IncreaseReplicaCountResult$
|
|
3693
|
+
];
|
|
3694
|
+
var ListAllowedNodeTypeModifications$ = [9, n0, _LANTM,
|
|
3695
|
+
0, () => ListAllowedNodeTypeModificationsMessage$, () => AllowedNodeTypeModificationsMessage$
|
|
3696
|
+
];
|
|
3697
|
+
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
3698
|
+
0, () => ListTagsForResourceMessage$, () => TagListMessage$
|
|
3699
|
+
];
|
|
3700
|
+
var ModifyCacheCluster$ = [9, n0, _MCC,
|
|
3701
|
+
0, () => ModifyCacheClusterMessage$, () => ModifyCacheClusterResult$
|
|
3702
|
+
];
|
|
3703
|
+
var ModifyCacheParameterGroup$ = [9, n0, _MCPG,
|
|
3704
|
+
0, () => ModifyCacheParameterGroupMessage$, () => CacheParameterGroupNameMessage$
|
|
3705
|
+
];
|
|
3706
|
+
var ModifyCacheSubnetGroup$ = [9, n0, _MCSG,
|
|
3707
|
+
0, () => ModifyCacheSubnetGroupMessage$, () => ModifyCacheSubnetGroupResult$
|
|
3708
|
+
];
|
|
3709
|
+
var ModifyGlobalReplicationGroup$ = [9, n0, _MGRG,
|
|
3710
|
+
0, () => ModifyGlobalReplicationGroupMessage$, () => ModifyGlobalReplicationGroupResult$
|
|
3711
|
+
];
|
|
3712
|
+
var ModifyReplicationGroup$ = [9, n0, _MRG,
|
|
3713
|
+
0, () => ModifyReplicationGroupMessage$, () => ModifyReplicationGroupResult$
|
|
3714
|
+
];
|
|
3715
|
+
var ModifyReplicationGroupShardConfiguration$ = [9, n0, _MRGSC,
|
|
3716
|
+
0, () => ModifyReplicationGroupShardConfigurationMessage$, () => ModifyReplicationGroupShardConfigurationResult$
|
|
3717
|
+
];
|
|
3718
|
+
var ModifyServerlessCache$ = [9, n0, _MSC,
|
|
3719
|
+
0, () => ModifyServerlessCacheRequest$, () => ModifyServerlessCacheResponse$
|
|
3720
|
+
];
|
|
3721
|
+
var ModifyUser$ = [9, n0, _MU,
|
|
3722
|
+
0, () => ModifyUserMessage$, () => User$
|
|
3723
|
+
];
|
|
3724
|
+
var ModifyUserGroup$ = [9, n0, _MUG,
|
|
3725
|
+
0, () => ModifyUserGroupMessage$, () => UserGroup$
|
|
3726
|
+
];
|
|
3727
|
+
var PurchaseReservedCacheNodesOffering$ = [9, n0, _PRCNO,
|
|
3728
|
+
0, () => PurchaseReservedCacheNodesOfferingMessage$, () => PurchaseReservedCacheNodesOfferingResult$
|
|
3729
|
+
];
|
|
3730
|
+
var RebalanceSlotsInGlobalReplicationGroup$ = [9, n0, _RSIGRG,
|
|
3731
|
+
0, () => RebalanceSlotsInGlobalReplicationGroupMessage$, () => RebalanceSlotsInGlobalReplicationGroupResult$
|
|
3732
|
+
];
|
|
3733
|
+
var RebootCacheCluster$ = [9, n0, _RCC,
|
|
3734
|
+
0, () => RebootCacheClusterMessage$, () => RebootCacheClusterResult$
|
|
3735
|
+
];
|
|
3736
|
+
var RemoveTagsFromResource$ = [9, n0, _RTFR,
|
|
3737
|
+
0, () => RemoveTagsFromResourceMessage$, () => TagListMessage$
|
|
3738
|
+
];
|
|
3739
|
+
var ResetCacheParameterGroup$ = [9, n0, _RCPG,
|
|
3740
|
+
0, () => ResetCacheParameterGroupMessage$, () => CacheParameterGroupNameMessage$
|
|
3741
|
+
];
|
|
3742
|
+
var RevokeCacheSecurityGroupIngress$ = [9, n0, _RCSGI,
|
|
3743
|
+
0, () => RevokeCacheSecurityGroupIngressMessage$, () => RevokeCacheSecurityGroupIngressResult$
|
|
3744
|
+
];
|
|
3745
|
+
var StartMigration$ = [9, n0, _SMt,
|
|
3746
|
+
0, () => StartMigrationMessage$, () => StartMigrationResponse$
|
|
3747
|
+
];
|
|
3748
|
+
var TestFailover$ = [9, n0, _TF,
|
|
3749
|
+
0, () => TestFailoverMessage$, () => TestFailoverResult$
|
|
3750
|
+
];
|
|
3751
|
+
var TestMigration$ = [9, n0, _TM,
|
|
3752
|
+
0, () => TestMigrationMessage$, () => TestMigrationResponse$
|
|
3753
|
+
];
|
|
3754
|
+
|
|
3755
|
+
const getRuntimeConfig$1 = (config) => {
|
|
3756
|
+
return {
|
|
3757
|
+
apiVersion: "2015-02-02",
|
|
3758
|
+
base64Decoder: config?.base64Decoder ?? fromBase64,
|
|
3759
|
+
base64Encoder: config?.base64Encoder ?? toBase64,
|
|
3760
|
+
disableHostPrefix: config?.disableHostPrefix ?? false,
|
|
3761
|
+
endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
|
|
3762
|
+
extensions: config?.extensions ?? [],
|
|
3763
|
+
httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultElastiCacheHttpAuthSchemeProvider,
|
|
3764
|
+
httpAuthSchemes: config?.httpAuthSchemes ?? [
|
|
3765
|
+
{
|
|
3766
|
+
schemeId: "aws.auth#sigv4",
|
|
3767
|
+
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
|
|
3768
|
+
signer: new AwsSdkSigV4Signer(),
|
|
3769
|
+
},
|
|
3770
|
+
],
|
|
3771
|
+
logger: config?.logger ?? new NoOpLogger(),
|
|
3772
|
+
protocol: config?.protocol ?? AwsQueryProtocol,
|
|
3773
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
3774
|
+
defaultNamespace: "com.amazonaws.elasticache",
|
|
3775
|
+
errorTypeRegistries,
|
|
3776
|
+
xmlNamespace: "http://elasticache.amazonaws.com/doc/2015-02-02/",
|
|
3777
|
+
version: "2015-02-02",
|
|
3778
|
+
serviceTarget: "AmazonElastiCacheV9",
|
|
3779
|
+
},
|
|
3780
|
+
serviceId: config?.serviceId ?? "ElastiCache",
|
|
3781
|
+
sha256: config?.sha256 ?? Sha256,
|
|
3782
|
+
urlParser: config?.urlParser ?? parseUrl,
|
|
3783
|
+
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
3784
|
+
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
3785
|
+
};
|
|
3786
|
+
};
|
|
3787
|
+
|
|
3788
|
+
const getRuntimeConfig = (config) => {
|
|
3789
|
+
emitWarningIfUnsupportedVersion(process.version);
|
|
3790
|
+
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
3791
|
+
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
|
3792
|
+
const clientSharedValues = getRuntimeConfig$1(config);
|
|
3793
|
+
emitWarningIfUnsupportedVersion$1(process.version);
|
|
3794
|
+
const loaderConfig = {
|
|
3795
|
+
profile: config?.profile,
|
|
3796
|
+
logger: clientSharedValues.logger,
|
|
3797
|
+
};
|
|
3798
|
+
return {
|
|
3799
|
+
...clientSharedValues,
|
|
3800
|
+
...config,
|
|
3801
|
+
runtime: "node",
|
|
3802
|
+
defaultsMode,
|
|
3803
|
+
authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
3804
|
+
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
3805
|
+
credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
|
|
3806
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
3807
|
+
maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
3808
|
+
region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
3809
|
+
requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
3810
|
+
retryMode: config?.retryMode ??
|
|
3811
|
+
loadConfig({
|
|
3812
|
+
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
3813
|
+
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
3814
|
+
}, config),
|
|
3815
|
+
streamCollector: config?.streamCollector ?? streamCollector,
|
|
3816
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
3817
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
3818
|
+
userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
|
|
3819
|
+
};
|
|
3820
|
+
};
|
|
3821
|
+
|
|
34
3822
|
const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
|
|
35
3823
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
36
3824
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -1654,114 +5442,552 @@ const AuthTokenUpdateStrategyType = {
|
|
|
1654
5442
|
SET: "SET",
|
|
1655
5443
|
};
|
|
1656
5444
|
|
|
5445
|
+
exports.APICallRateForCustomerExceededFault = APICallRateForCustomerExceededFault;
|
|
5446
|
+
exports.APICallRateForCustomerExceededFault$ = APICallRateForCustomerExceededFault$;
|
|
1657
5447
|
exports.AZMode = AZMode;
|
|
5448
|
+
exports.AddTagsToResource$ = AddTagsToResource$;
|
|
1658
5449
|
exports.AddTagsToResourceCommand = AddTagsToResourceCommand;
|
|
5450
|
+
exports.AddTagsToResourceMessage$ = AddTagsToResourceMessage$;
|
|
5451
|
+
exports.AllowedNodeTypeModificationsMessage$ = AllowedNodeTypeModificationsMessage$;
|
|
1659
5452
|
exports.AuthTokenUpdateStatus = AuthTokenUpdateStatus;
|
|
1660
5453
|
exports.AuthTokenUpdateStrategyType = AuthTokenUpdateStrategyType;
|
|
5454
|
+
exports.Authentication$ = Authentication$;
|
|
5455
|
+
exports.AuthenticationMode$ = AuthenticationMode$;
|
|
1661
5456
|
exports.AuthenticationType = AuthenticationType;
|
|
5457
|
+
exports.AuthorizationAlreadyExistsFault = AuthorizationAlreadyExistsFault;
|
|
5458
|
+
exports.AuthorizationAlreadyExistsFault$ = AuthorizationAlreadyExistsFault$;
|
|
5459
|
+
exports.AuthorizationNotFoundFault = AuthorizationNotFoundFault;
|
|
5460
|
+
exports.AuthorizationNotFoundFault$ = AuthorizationNotFoundFault$;
|
|
5461
|
+
exports.AuthorizeCacheSecurityGroupIngress$ = AuthorizeCacheSecurityGroupIngress$;
|
|
1662
5462
|
exports.AuthorizeCacheSecurityGroupIngressCommand = AuthorizeCacheSecurityGroupIngressCommand;
|
|
5463
|
+
exports.AuthorizeCacheSecurityGroupIngressMessage$ = AuthorizeCacheSecurityGroupIngressMessage$;
|
|
5464
|
+
exports.AuthorizeCacheSecurityGroupIngressResult$ = AuthorizeCacheSecurityGroupIngressResult$;
|
|
1663
5465
|
exports.AutomaticFailoverStatus = AutomaticFailoverStatus;
|
|
5466
|
+
exports.AvailabilityZone$ = AvailabilityZone$;
|
|
5467
|
+
exports.BatchApplyUpdateAction$ = BatchApplyUpdateAction$;
|
|
1664
5468
|
exports.BatchApplyUpdateActionCommand = BatchApplyUpdateActionCommand;
|
|
5469
|
+
exports.BatchApplyUpdateActionMessage$ = BatchApplyUpdateActionMessage$;
|
|
5470
|
+
exports.BatchStopUpdateAction$ = BatchStopUpdateAction$;
|
|
1665
5471
|
exports.BatchStopUpdateActionCommand = BatchStopUpdateActionCommand;
|
|
5472
|
+
exports.BatchStopUpdateActionMessage$ = BatchStopUpdateActionMessage$;
|
|
5473
|
+
exports.CacheCluster$ = CacheCluster$;
|
|
5474
|
+
exports.CacheClusterAlreadyExistsFault = CacheClusterAlreadyExistsFault;
|
|
5475
|
+
exports.CacheClusterAlreadyExistsFault$ = CacheClusterAlreadyExistsFault$;
|
|
5476
|
+
exports.CacheClusterMessage$ = CacheClusterMessage$;
|
|
5477
|
+
exports.CacheClusterNotFoundFault = CacheClusterNotFoundFault;
|
|
5478
|
+
exports.CacheClusterNotFoundFault$ = CacheClusterNotFoundFault$;
|
|
5479
|
+
exports.CacheEngineVersion$ = CacheEngineVersion$;
|
|
5480
|
+
exports.CacheEngineVersionMessage$ = CacheEngineVersionMessage$;
|
|
5481
|
+
exports.CacheNode$ = CacheNode$;
|
|
5482
|
+
exports.CacheNodeTypeSpecificParameter$ = CacheNodeTypeSpecificParameter$;
|
|
5483
|
+
exports.CacheNodeTypeSpecificValue$ = CacheNodeTypeSpecificValue$;
|
|
5484
|
+
exports.CacheNodeUpdateStatus$ = CacheNodeUpdateStatus$;
|
|
5485
|
+
exports.CacheParameterGroup$ = CacheParameterGroup$;
|
|
5486
|
+
exports.CacheParameterGroupAlreadyExistsFault = CacheParameterGroupAlreadyExistsFault;
|
|
5487
|
+
exports.CacheParameterGroupAlreadyExistsFault$ = CacheParameterGroupAlreadyExistsFault$;
|
|
5488
|
+
exports.CacheParameterGroupDetails$ = CacheParameterGroupDetails$;
|
|
5489
|
+
exports.CacheParameterGroupNameMessage$ = CacheParameterGroupNameMessage$;
|
|
5490
|
+
exports.CacheParameterGroupNotFoundFault = CacheParameterGroupNotFoundFault;
|
|
5491
|
+
exports.CacheParameterGroupNotFoundFault$ = CacheParameterGroupNotFoundFault$;
|
|
5492
|
+
exports.CacheParameterGroupQuotaExceededFault = CacheParameterGroupQuotaExceededFault;
|
|
5493
|
+
exports.CacheParameterGroupQuotaExceededFault$ = CacheParameterGroupQuotaExceededFault$;
|
|
5494
|
+
exports.CacheParameterGroupStatus$ = CacheParameterGroupStatus$;
|
|
5495
|
+
exports.CacheParameterGroupsMessage$ = CacheParameterGroupsMessage$;
|
|
5496
|
+
exports.CacheSecurityGroup$ = CacheSecurityGroup$;
|
|
5497
|
+
exports.CacheSecurityGroupAlreadyExistsFault = CacheSecurityGroupAlreadyExistsFault;
|
|
5498
|
+
exports.CacheSecurityGroupAlreadyExistsFault$ = CacheSecurityGroupAlreadyExistsFault$;
|
|
5499
|
+
exports.CacheSecurityGroupMembership$ = CacheSecurityGroupMembership$;
|
|
5500
|
+
exports.CacheSecurityGroupMessage$ = CacheSecurityGroupMessage$;
|
|
5501
|
+
exports.CacheSecurityGroupNotFoundFault = CacheSecurityGroupNotFoundFault;
|
|
5502
|
+
exports.CacheSecurityGroupNotFoundFault$ = CacheSecurityGroupNotFoundFault$;
|
|
5503
|
+
exports.CacheSecurityGroupQuotaExceededFault = CacheSecurityGroupQuotaExceededFault;
|
|
5504
|
+
exports.CacheSecurityGroupQuotaExceededFault$ = CacheSecurityGroupQuotaExceededFault$;
|
|
5505
|
+
exports.CacheSubnetGroup$ = CacheSubnetGroup$;
|
|
5506
|
+
exports.CacheSubnetGroupAlreadyExistsFault = CacheSubnetGroupAlreadyExistsFault;
|
|
5507
|
+
exports.CacheSubnetGroupAlreadyExistsFault$ = CacheSubnetGroupAlreadyExistsFault$;
|
|
5508
|
+
exports.CacheSubnetGroupInUse = CacheSubnetGroupInUse;
|
|
5509
|
+
exports.CacheSubnetGroupInUse$ = CacheSubnetGroupInUse$;
|
|
5510
|
+
exports.CacheSubnetGroupMessage$ = CacheSubnetGroupMessage$;
|
|
5511
|
+
exports.CacheSubnetGroupNotFoundFault = CacheSubnetGroupNotFoundFault;
|
|
5512
|
+
exports.CacheSubnetGroupNotFoundFault$ = CacheSubnetGroupNotFoundFault$;
|
|
5513
|
+
exports.CacheSubnetGroupQuotaExceededFault = CacheSubnetGroupQuotaExceededFault;
|
|
5514
|
+
exports.CacheSubnetGroupQuotaExceededFault$ = CacheSubnetGroupQuotaExceededFault$;
|
|
5515
|
+
exports.CacheSubnetQuotaExceededFault = CacheSubnetQuotaExceededFault;
|
|
5516
|
+
exports.CacheSubnetQuotaExceededFault$ = CacheSubnetQuotaExceededFault$;
|
|
5517
|
+
exports.CacheUsageLimits$ = CacheUsageLimits$;
|
|
1666
5518
|
exports.ChangeType = ChangeType;
|
|
5519
|
+
exports.CloudWatchLogsDestinationDetails$ = CloudWatchLogsDestinationDetails$;
|
|
1667
5520
|
exports.ClusterMode = ClusterMode;
|
|
5521
|
+
exports.ClusterQuotaForCustomerExceededFault = ClusterQuotaForCustomerExceededFault;
|
|
5522
|
+
exports.ClusterQuotaForCustomerExceededFault$ = ClusterQuotaForCustomerExceededFault$;
|
|
5523
|
+
exports.CompleteMigration$ = CompleteMigration$;
|
|
1668
5524
|
exports.CompleteMigrationCommand = CompleteMigrationCommand;
|
|
5525
|
+
exports.CompleteMigrationMessage$ = CompleteMigrationMessage$;
|
|
5526
|
+
exports.CompleteMigrationResponse$ = CompleteMigrationResponse$;
|
|
5527
|
+
exports.ConfigureShard$ = ConfigureShard$;
|
|
5528
|
+
exports.CopyServerlessCacheSnapshot$ = CopyServerlessCacheSnapshot$;
|
|
1669
5529
|
exports.CopyServerlessCacheSnapshotCommand = CopyServerlessCacheSnapshotCommand;
|
|
5530
|
+
exports.CopyServerlessCacheSnapshotRequest$ = CopyServerlessCacheSnapshotRequest$;
|
|
5531
|
+
exports.CopyServerlessCacheSnapshotResponse$ = CopyServerlessCacheSnapshotResponse$;
|
|
5532
|
+
exports.CopySnapshot$ = CopySnapshot$;
|
|
1670
5533
|
exports.CopySnapshotCommand = CopySnapshotCommand;
|
|
5534
|
+
exports.CopySnapshotMessage$ = CopySnapshotMessage$;
|
|
5535
|
+
exports.CopySnapshotResult$ = CopySnapshotResult$;
|
|
5536
|
+
exports.CreateCacheCluster$ = CreateCacheCluster$;
|
|
1671
5537
|
exports.CreateCacheClusterCommand = CreateCacheClusterCommand;
|
|
5538
|
+
exports.CreateCacheClusterMessage$ = CreateCacheClusterMessage$;
|
|
5539
|
+
exports.CreateCacheClusterResult$ = CreateCacheClusterResult$;
|
|
5540
|
+
exports.CreateCacheParameterGroup$ = CreateCacheParameterGroup$;
|
|
1672
5541
|
exports.CreateCacheParameterGroupCommand = CreateCacheParameterGroupCommand;
|
|
5542
|
+
exports.CreateCacheParameterGroupMessage$ = CreateCacheParameterGroupMessage$;
|
|
5543
|
+
exports.CreateCacheParameterGroupResult$ = CreateCacheParameterGroupResult$;
|
|
5544
|
+
exports.CreateCacheSecurityGroup$ = CreateCacheSecurityGroup$;
|
|
1673
5545
|
exports.CreateCacheSecurityGroupCommand = CreateCacheSecurityGroupCommand;
|
|
5546
|
+
exports.CreateCacheSecurityGroupMessage$ = CreateCacheSecurityGroupMessage$;
|
|
5547
|
+
exports.CreateCacheSecurityGroupResult$ = CreateCacheSecurityGroupResult$;
|
|
5548
|
+
exports.CreateCacheSubnetGroup$ = CreateCacheSubnetGroup$;
|
|
1674
5549
|
exports.CreateCacheSubnetGroupCommand = CreateCacheSubnetGroupCommand;
|
|
5550
|
+
exports.CreateCacheSubnetGroupMessage$ = CreateCacheSubnetGroupMessage$;
|
|
5551
|
+
exports.CreateCacheSubnetGroupResult$ = CreateCacheSubnetGroupResult$;
|
|
5552
|
+
exports.CreateGlobalReplicationGroup$ = CreateGlobalReplicationGroup$;
|
|
1675
5553
|
exports.CreateGlobalReplicationGroupCommand = CreateGlobalReplicationGroupCommand;
|
|
5554
|
+
exports.CreateGlobalReplicationGroupMessage$ = CreateGlobalReplicationGroupMessage$;
|
|
5555
|
+
exports.CreateGlobalReplicationGroupResult$ = CreateGlobalReplicationGroupResult$;
|
|
5556
|
+
exports.CreateReplicationGroup$ = CreateReplicationGroup$;
|
|
1676
5557
|
exports.CreateReplicationGroupCommand = CreateReplicationGroupCommand;
|
|
5558
|
+
exports.CreateReplicationGroupMessage$ = CreateReplicationGroupMessage$;
|
|
5559
|
+
exports.CreateReplicationGroupResult$ = CreateReplicationGroupResult$;
|
|
5560
|
+
exports.CreateServerlessCache$ = CreateServerlessCache$;
|
|
1677
5561
|
exports.CreateServerlessCacheCommand = CreateServerlessCacheCommand;
|
|
5562
|
+
exports.CreateServerlessCacheRequest$ = CreateServerlessCacheRequest$;
|
|
5563
|
+
exports.CreateServerlessCacheResponse$ = CreateServerlessCacheResponse$;
|
|
5564
|
+
exports.CreateServerlessCacheSnapshot$ = CreateServerlessCacheSnapshot$;
|
|
1678
5565
|
exports.CreateServerlessCacheSnapshotCommand = CreateServerlessCacheSnapshotCommand;
|
|
5566
|
+
exports.CreateServerlessCacheSnapshotRequest$ = CreateServerlessCacheSnapshotRequest$;
|
|
5567
|
+
exports.CreateServerlessCacheSnapshotResponse$ = CreateServerlessCacheSnapshotResponse$;
|
|
5568
|
+
exports.CreateSnapshot$ = CreateSnapshot$;
|
|
1679
5569
|
exports.CreateSnapshotCommand = CreateSnapshotCommand;
|
|
5570
|
+
exports.CreateSnapshotMessage$ = CreateSnapshotMessage$;
|
|
5571
|
+
exports.CreateSnapshotResult$ = CreateSnapshotResult$;
|
|
5572
|
+
exports.CreateUser$ = CreateUser$;
|
|
1680
5573
|
exports.CreateUserCommand = CreateUserCommand;
|
|
5574
|
+
exports.CreateUserGroup$ = CreateUserGroup$;
|
|
1681
5575
|
exports.CreateUserGroupCommand = CreateUserGroupCommand;
|
|
5576
|
+
exports.CreateUserGroupMessage$ = CreateUserGroupMessage$;
|
|
5577
|
+
exports.CreateUserMessage$ = CreateUserMessage$;
|
|
5578
|
+
exports.CustomerNodeEndpoint$ = CustomerNodeEndpoint$;
|
|
5579
|
+
exports.DataStorage$ = DataStorage$;
|
|
1682
5580
|
exports.DataStorageUnit = DataStorageUnit;
|
|
1683
5581
|
exports.DataTieringStatus = DataTieringStatus;
|
|
5582
|
+
exports.DecreaseNodeGroupsInGlobalReplicationGroup$ = DecreaseNodeGroupsInGlobalReplicationGroup$;
|
|
1684
5583
|
exports.DecreaseNodeGroupsInGlobalReplicationGroupCommand = DecreaseNodeGroupsInGlobalReplicationGroupCommand;
|
|
5584
|
+
exports.DecreaseNodeGroupsInGlobalReplicationGroupMessage$ = DecreaseNodeGroupsInGlobalReplicationGroupMessage$;
|
|
5585
|
+
exports.DecreaseNodeGroupsInGlobalReplicationGroupResult$ = DecreaseNodeGroupsInGlobalReplicationGroupResult$;
|
|
5586
|
+
exports.DecreaseReplicaCount$ = DecreaseReplicaCount$;
|
|
1685
5587
|
exports.DecreaseReplicaCountCommand = DecreaseReplicaCountCommand;
|
|
5588
|
+
exports.DecreaseReplicaCountMessage$ = DecreaseReplicaCountMessage$;
|
|
5589
|
+
exports.DecreaseReplicaCountResult$ = DecreaseReplicaCountResult$;
|
|
5590
|
+
exports.DefaultUserAssociatedToUserGroupFault = DefaultUserAssociatedToUserGroupFault;
|
|
5591
|
+
exports.DefaultUserAssociatedToUserGroupFault$ = DefaultUserAssociatedToUserGroupFault$;
|
|
5592
|
+
exports.DefaultUserRequired = DefaultUserRequired;
|
|
5593
|
+
exports.DefaultUserRequired$ = DefaultUserRequired$;
|
|
5594
|
+
exports.DeleteCacheCluster$ = DeleteCacheCluster$;
|
|
1686
5595
|
exports.DeleteCacheClusterCommand = DeleteCacheClusterCommand;
|
|
5596
|
+
exports.DeleteCacheClusterMessage$ = DeleteCacheClusterMessage$;
|
|
5597
|
+
exports.DeleteCacheClusterResult$ = DeleteCacheClusterResult$;
|
|
5598
|
+
exports.DeleteCacheParameterGroup$ = DeleteCacheParameterGroup$;
|
|
1687
5599
|
exports.DeleteCacheParameterGroupCommand = DeleteCacheParameterGroupCommand;
|
|
5600
|
+
exports.DeleteCacheParameterGroupMessage$ = DeleteCacheParameterGroupMessage$;
|
|
5601
|
+
exports.DeleteCacheSecurityGroup$ = DeleteCacheSecurityGroup$;
|
|
1688
5602
|
exports.DeleteCacheSecurityGroupCommand = DeleteCacheSecurityGroupCommand;
|
|
5603
|
+
exports.DeleteCacheSecurityGroupMessage$ = DeleteCacheSecurityGroupMessage$;
|
|
5604
|
+
exports.DeleteCacheSubnetGroup$ = DeleteCacheSubnetGroup$;
|
|
1689
5605
|
exports.DeleteCacheSubnetGroupCommand = DeleteCacheSubnetGroupCommand;
|
|
5606
|
+
exports.DeleteCacheSubnetGroupMessage$ = DeleteCacheSubnetGroupMessage$;
|
|
5607
|
+
exports.DeleteGlobalReplicationGroup$ = DeleteGlobalReplicationGroup$;
|
|
1690
5608
|
exports.DeleteGlobalReplicationGroupCommand = DeleteGlobalReplicationGroupCommand;
|
|
5609
|
+
exports.DeleteGlobalReplicationGroupMessage$ = DeleteGlobalReplicationGroupMessage$;
|
|
5610
|
+
exports.DeleteGlobalReplicationGroupResult$ = DeleteGlobalReplicationGroupResult$;
|
|
5611
|
+
exports.DeleteReplicationGroup$ = DeleteReplicationGroup$;
|
|
1691
5612
|
exports.DeleteReplicationGroupCommand = DeleteReplicationGroupCommand;
|
|
5613
|
+
exports.DeleteReplicationGroupMessage$ = DeleteReplicationGroupMessage$;
|
|
5614
|
+
exports.DeleteReplicationGroupResult$ = DeleteReplicationGroupResult$;
|
|
5615
|
+
exports.DeleteServerlessCache$ = DeleteServerlessCache$;
|
|
1692
5616
|
exports.DeleteServerlessCacheCommand = DeleteServerlessCacheCommand;
|
|
5617
|
+
exports.DeleteServerlessCacheRequest$ = DeleteServerlessCacheRequest$;
|
|
5618
|
+
exports.DeleteServerlessCacheResponse$ = DeleteServerlessCacheResponse$;
|
|
5619
|
+
exports.DeleteServerlessCacheSnapshot$ = DeleteServerlessCacheSnapshot$;
|
|
1693
5620
|
exports.DeleteServerlessCacheSnapshotCommand = DeleteServerlessCacheSnapshotCommand;
|
|
5621
|
+
exports.DeleteServerlessCacheSnapshotRequest$ = DeleteServerlessCacheSnapshotRequest$;
|
|
5622
|
+
exports.DeleteServerlessCacheSnapshotResponse$ = DeleteServerlessCacheSnapshotResponse$;
|
|
5623
|
+
exports.DeleteSnapshot$ = DeleteSnapshot$;
|
|
1694
5624
|
exports.DeleteSnapshotCommand = DeleteSnapshotCommand;
|
|
5625
|
+
exports.DeleteSnapshotMessage$ = DeleteSnapshotMessage$;
|
|
5626
|
+
exports.DeleteSnapshotResult$ = DeleteSnapshotResult$;
|
|
5627
|
+
exports.DeleteUser$ = DeleteUser$;
|
|
1695
5628
|
exports.DeleteUserCommand = DeleteUserCommand;
|
|
5629
|
+
exports.DeleteUserGroup$ = DeleteUserGroup$;
|
|
1696
5630
|
exports.DeleteUserGroupCommand = DeleteUserGroupCommand;
|
|
5631
|
+
exports.DeleteUserGroupMessage$ = DeleteUserGroupMessage$;
|
|
5632
|
+
exports.DeleteUserMessage$ = DeleteUserMessage$;
|
|
5633
|
+
exports.DescribeCacheClusters$ = DescribeCacheClusters$;
|
|
1697
5634
|
exports.DescribeCacheClustersCommand = DescribeCacheClustersCommand;
|
|
5635
|
+
exports.DescribeCacheClustersMessage$ = DescribeCacheClustersMessage$;
|
|
5636
|
+
exports.DescribeCacheEngineVersions$ = DescribeCacheEngineVersions$;
|
|
1698
5637
|
exports.DescribeCacheEngineVersionsCommand = DescribeCacheEngineVersionsCommand;
|
|
5638
|
+
exports.DescribeCacheEngineVersionsMessage$ = DescribeCacheEngineVersionsMessage$;
|
|
5639
|
+
exports.DescribeCacheParameterGroups$ = DescribeCacheParameterGroups$;
|
|
1699
5640
|
exports.DescribeCacheParameterGroupsCommand = DescribeCacheParameterGroupsCommand;
|
|
5641
|
+
exports.DescribeCacheParameterGroupsMessage$ = DescribeCacheParameterGroupsMessage$;
|
|
5642
|
+
exports.DescribeCacheParameters$ = DescribeCacheParameters$;
|
|
1700
5643
|
exports.DescribeCacheParametersCommand = DescribeCacheParametersCommand;
|
|
5644
|
+
exports.DescribeCacheParametersMessage$ = DescribeCacheParametersMessage$;
|
|
5645
|
+
exports.DescribeCacheSecurityGroups$ = DescribeCacheSecurityGroups$;
|
|
1701
5646
|
exports.DescribeCacheSecurityGroupsCommand = DescribeCacheSecurityGroupsCommand;
|
|
5647
|
+
exports.DescribeCacheSecurityGroupsMessage$ = DescribeCacheSecurityGroupsMessage$;
|
|
5648
|
+
exports.DescribeCacheSubnetGroups$ = DescribeCacheSubnetGroups$;
|
|
1702
5649
|
exports.DescribeCacheSubnetGroupsCommand = DescribeCacheSubnetGroupsCommand;
|
|
5650
|
+
exports.DescribeCacheSubnetGroupsMessage$ = DescribeCacheSubnetGroupsMessage$;
|
|
5651
|
+
exports.DescribeEngineDefaultParameters$ = DescribeEngineDefaultParameters$;
|
|
1703
5652
|
exports.DescribeEngineDefaultParametersCommand = DescribeEngineDefaultParametersCommand;
|
|
5653
|
+
exports.DescribeEngineDefaultParametersMessage$ = DescribeEngineDefaultParametersMessage$;
|
|
5654
|
+
exports.DescribeEngineDefaultParametersResult$ = DescribeEngineDefaultParametersResult$;
|
|
5655
|
+
exports.DescribeEvents$ = DescribeEvents$;
|
|
1704
5656
|
exports.DescribeEventsCommand = DescribeEventsCommand;
|
|
5657
|
+
exports.DescribeEventsMessage$ = DescribeEventsMessage$;
|
|
5658
|
+
exports.DescribeGlobalReplicationGroups$ = DescribeGlobalReplicationGroups$;
|
|
1705
5659
|
exports.DescribeGlobalReplicationGroupsCommand = DescribeGlobalReplicationGroupsCommand;
|
|
5660
|
+
exports.DescribeGlobalReplicationGroupsMessage$ = DescribeGlobalReplicationGroupsMessage$;
|
|
5661
|
+
exports.DescribeGlobalReplicationGroupsResult$ = DescribeGlobalReplicationGroupsResult$;
|
|
5662
|
+
exports.DescribeReplicationGroups$ = DescribeReplicationGroups$;
|
|
1706
5663
|
exports.DescribeReplicationGroupsCommand = DescribeReplicationGroupsCommand;
|
|
5664
|
+
exports.DescribeReplicationGroupsMessage$ = DescribeReplicationGroupsMessage$;
|
|
5665
|
+
exports.DescribeReservedCacheNodes$ = DescribeReservedCacheNodes$;
|
|
1707
5666
|
exports.DescribeReservedCacheNodesCommand = DescribeReservedCacheNodesCommand;
|
|
5667
|
+
exports.DescribeReservedCacheNodesMessage$ = DescribeReservedCacheNodesMessage$;
|
|
5668
|
+
exports.DescribeReservedCacheNodesOfferings$ = DescribeReservedCacheNodesOfferings$;
|
|
1708
5669
|
exports.DescribeReservedCacheNodesOfferingsCommand = DescribeReservedCacheNodesOfferingsCommand;
|
|
5670
|
+
exports.DescribeReservedCacheNodesOfferingsMessage$ = DescribeReservedCacheNodesOfferingsMessage$;
|
|
5671
|
+
exports.DescribeServerlessCacheSnapshots$ = DescribeServerlessCacheSnapshots$;
|
|
1709
5672
|
exports.DescribeServerlessCacheSnapshotsCommand = DescribeServerlessCacheSnapshotsCommand;
|
|
5673
|
+
exports.DescribeServerlessCacheSnapshotsRequest$ = DescribeServerlessCacheSnapshotsRequest$;
|
|
5674
|
+
exports.DescribeServerlessCacheSnapshotsResponse$ = DescribeServerlessCacheSnapshotsResponse$;
|
|
5675
|
+
exports.DescribeServerlessCaches$ = DescribeServerlessCaches$;
|
|
1710
5676
|
exports.DescribeServerlessCachesCommand = DescribeServerlessCachesCommand;
|
|
5677
|
+
exports.DescribeServerlessCachesRequest$ = DescribeServerlessCachesRequest$;
|
|
5678
|
+
exports.DescribeServerlessCachesResponse$ = DescribeServerlessCachesResponse$;
|
|
5679
|
+
exports.DescribeServiceUpdates$ = DescribeServiceUpdates$;
|
|
1711
5680
|
exports.DescribeServiceUpdatesCommand = DescribeServiceUpdatesCommand;
|
|
5681
|
+
exports.DescribeServiceUpdatesMessage$ = DescribeServiceUpdatesMessage$;
|
|
5682
|
+
exports.DescribeSnapshots$ = DescribeSnapshots$;
|
|
1712
5683
|
exports.DescribeSnapshotsCommand = DescribeSnapshotsCommand;
|
|
5684
|
+
exports.DescribeSnapshotsListMessage$ = DescribeSnapshotsListMessage$;
|
|
5685
|
+
exports.DescribeSnapshotsMessage$ = DescribeSnapshotsMessage$;
|
|
5686
|
+
exports.DescribeUpdateActions$ = DescribeUpdateActions$;
|
|
1713
5687
|
exports.DescribeUpdateActionsCommand = DescribeUpdateActionsCommand;
|
|
5688
|
+
exports.DescribeUpdateActionsMessage$ = DescribeUpdateActionsMessage$;
|
|
5689
|
+
exports.DescribeUserGroups$ = DescribeUserGroups$;
|
|
1714
5690
|
exports.DescribeUserGroupsCommand = DescribeUserGroupsCommand;
|
|
5691
|
+
exports.DescribeUserGroupsMessage$ = DescribeUserGroupsMessage$;
|
|
5692
|
+
exports.DescribeUserGroupsResult$ = DescribeUserGroupsResult$;
|
|
5693
|
+
exports.DescribeUsers$ = DescribeUsers$;
|
|
1715
5694
|
exports.DescribeUsersCommand = DescribeUsersCommand;
|
|
5695
|
+
exports.DescribeUsersMessage$ = DescribeUsersMessage$;
|
|
5696
|
+
exports.DescribeUsersResult$ = DescribeUsersResult$;
|
|
5697
|
+
exports.DestinationDetails$ = DestinationDetails$;
|
|
1716
5698
|
exports.DestinationType = DestinationType;
|
|
5699
|
+
exports.DisassociateGlobalReplicationGroup$ = DisassociateGlobalReplicationGroup$;
|
|
1717
5700
|
exports.DisassociateGlobalReplicationGroupCommand = DisassociateGlobalReplicationGroupCommand;
|
|
5701
|
+
exports.DisassociateGlobalReplicationGroupMessage$ = DisassociateGlobalReplicationGroupMessage$;
|
|
5702
|
+
exports.DisassociateGlobalReplicationGroupResult$ = DisassociateGlobalReplicationGroupResult$;
|
|
5703
|
+
exports.DuplicateUserNameFault = DuplicateUserNameFault;
|
|
5704
|
+
exports.DuplicateUserNameFault$ = DuplicateUserNameFault$;
|
|
1718
5705
|
exports.Durability = Durability;
|
|
5706
|
+
exports.EC2SecurityGroup$ = EC2SecurityGroup$;
|
|
5707
|
+
exports.ECPUPerSecond$ = ECPUPerSecond$;
|
|
1719
5708
|
exports.EffectiveDurability = EffectiveDurability;
|
|
1720
5709
|
exports.ElastiCache = ElastiCache;
|
|
1721
5710
|
exports.ElastiCacheClient = ElastiCacheClient;
|
|
5711
|
+
exports.ElastiCacheServiceException = ElastiCacheServiceException;
|
|
5712
|
+
exports.ElastiCacheServiceException$ = ElastiCacheServiceException$;
|
|
5713
|
+
exports.Endpoint$ = Endpoint$;
|
|
5714
|
+
exports.EngineDefaults$ = EngineDefaults$;
|
|
5715
|
+
exports.Event$ = Event$;
|
|
5716
|
+
exports.EventsMessage$ = EventsMessage$;
|
|
5717
|
+
exports.ExportServerlessCacheSnapshot$ = ExportServerlessCacheSnapshot$;
|
|
1722
5718
|
exports.ExportServerlessCacheSnapshotCommand = ExportServerlessCacheSnapshotCommand;
|
|
5719
|
+
exports.ExportServerlessCacheSnapshotRequest$ = ExportServerlessCacheSnapshotRequest$;
|
|
5720
|
+
exports.ExportServerlessCacheSnapshotResponse$ = ExportServerlessCacheSnapshotResponse$;
|
|
5721
|
+
exports.FailoverGlobalReplicationGroup$ = FailoverGlobalReplicationGroup$;
|
|
1723
5722
|
exports.FailoverGlobalReplicationGroupCommand = FailoverGlobalReplicationGroupCommand;
|
|
5723
|
+
exports.FailoverGlobalReplicationGroupMessage$ = FailoverGlobalReplicationGroupMessage$;
|
|
5724
|
+
exports.FailoverGlobalReplicationGroupResult$ = FailoverGlobalReplicationGroupResult$;
|
|
5725
|
+
exports.Filter$ = Filter$;
|
|
5726
|
+
exports.GlobalNodeGroup$ = GlobalNodeGroup$;
|
|
5727
|
+
exports.GlobalReplicationGroup$ = GlobalReplicationGroup$;
|
|
5728
|
+
exports.GlobalReplicationGroupAlreadyExistsFault = GlobalReplicationGroupAlreadyExistsFault;
|
|
5729
|
+
exports.GlobalReplicationGroupAlreadyExistsFault$ = GlobalReplicationGroupAlreadyExistsFault$;
|
|
5730
|
+
exports.GlobalReplicationGroupInfo$ = GlobalReplicationGroupInfo$;
|
|
5731
|
+
exports.GlobalReplicationGroupMember$ = GlobalReplicationGroupMember$;
|
|
5732
|
+
exports.GlobalReplicationGroupNotFoundFault = GlobalReplicationGroupNotFoundFault;
|
|
5733
|
+
exports.GlobalReplicationGroupNotFoundFault$ = GlobalReplicationGroupNotFoundFault$;
|
|
5734
|
+
exports.IncreaseNodeGroupsInGlobalReplicationGroup$ = IncreaseNodeGroupsInGlobalReplicationGroup$;
|
|
1724
5735
|
exports.IncreaseNodeGroupsInGlobalReplicationGroupCommand = IncreaseNodeGroupsInGlobalReplicationGroupCommand;
|
|
5736
|
+
exports.IncreaseNodeGroupsInGlobalReplicationGroupMessage$ = IncreaseNodeGroupsInGlobalReplicationGroupMessage$;
|
|
5737
|
+
exports.IncreaseNodeGroupsInGlobalReplicationGroupResult$ = IncreaseNodeGroupsInGlobalReplicationGroupResult$;
|
|
5738
|
+
exports.IncreaseReplicaCount$ = IncreaseReplicaCount$;
|
|
1725
5739
|
exports.IncreaseReplicaCountCommand = IncreaseReplicaCountCommand;
|
|
5740
|
+
exports.IncreaseReplicaCountMessage$ = IncreaseReplicaCountMessage$;
|
|
5741
|
+
exports.IncreaseReplicaCountResult$ = IncreaseReplicaCountResult$;
|
|
1726
5742
|
exports.InputAuthenticationType = InputAuthenticationType;
|
|
5743
|
+
exports.InsufficientCacheClusterCapacityFault = InsufficientCacheClusterCapacityFault;
|
|
5744
|
+
exports.InsufficientCacheClusterCapacityFault$ = InsufficientCacheClusterCapacityFault$;
|
|
5745
|
+
exports.InvalidARNFault = InvalidARNFault;
|
|
5746
|
+
exports.InvalidARNFault$ = InvalidARNFault$;
|
|
5747
|
+
exports.InvalidCacheClusterStateFault = InvalidCacheClusterStateFault;
|
|
5748
|
+
exports.InvalidCacheClusterStateFault$ = InvalidCacheClusterStateFault$;
|
|
5749
|
+
exports.InvalidCacheParameterGroupStateFault = InvalidCacheParameterGroupStateFault;
|
|
5750
|
+
exports.InvalidCacheParameterGroupStateFault$ = InvalidCacheParameterGroupStateFault$;
|
|
5751
|
+
exports.InvalidCacheSecurityGroupStateFault = InvalidCacheSecurityGroupStateFault;
|
|
5752
|
+
exports.InvalidCacheSecurityGroupStateFault$ = InvalidCacheSecurityGroupStateFault$;
|
|
5753
|
+
exports.InvalidCredentialsException = InvalidCredentialsException;
|
|
5754
|
+
exports.InvalidCredentialsException$ = InvalidCredentialsException$;
|
|
5755
|
+
exports.InvalidGlobalReplicationGroupStateFault = InvalidGlobalReplicationGroupStateFault;
|
|
5756
|
+
exports.InvalidGlobalReplicationGroupStateFault$ = InvalidGlobalReplicationGroupStateFault$;
|
|
5757
|
+
exports.InvalidKMSKeyFault = InvalidKMSKeyFault;
|
|
5758
|
+
exports.InvalidKMSKeyFault$ = InvalidKMSKeyFault$;
|
|
5759
|
+
exports.InvalidParameterCombinationException = InvalidParameterCombinationException;
|
|
5760
|
+
exports.InvalidParameterCombinationException$ = InvalidParameterCombinationException$;
|
|
5761
|
+
exports.InvalidParameterValueException = InvalidParameterValueException;
|
|
5762
|
+
exports.InvalidParameterValueException$ = InvalidParameterValueException$;
|
|
5763
|
+
exports.InvalidReplicationGroupStateFault = InvalidReplicationGroupStateFault;
|
|
5764
|
+
exports.InvalidReplicationGroupStateFault$ = InvalidReplicationGroupStateFault$;
|
|
5765
|
+
exports.InvalidServerlessCacheSnapshotStateFault = InvalidServerlessCacheSnapshotStateFault;
|
|
5766
|
+
exports.InvalidServerlessCacheSnapshotStateFault$ = InvalidServerlessCacheSnapshotStateFault$;
|
|
5767
|
+
exports.InvalidServerlessCacheStateFault = InvalidServerlessCacheStateFault;
|
|
5768
|
+
exports.InvalidServerlessCacheStateFault$ = InvalidServerlessCacheStateFault$;
|
|
5769
|
+
exports.InvalidSnapshotStateFault = InvalidSnapshotStateFault;
|
|
5770
|
+
exports.InvalidSnapshotStateFault$ = InvalidSnapshotStateFault$;
|
|
5771
|
+
exports.InvalidSubnet = InvalidSubnet;
|
|
5772
|
+
exports.InvalidSubnet$ = InvalidSubnet$;
|
|
5773
|
+
exports.InvalidUserGroupStateFault = InvalidUserGroupStateFault;
|
|
5774
|
+
exports.InvalidUserGroupStateFault$ = InvalidUserGroupStateFault$;
|
|
5775
|
+
exports.InvalidUserStateFault = InvalidUserStateFault;
|
|
5776
|
+
exports.InvalidUserStateFault$ = InvalidUserStateFault$;
|
|
5777
|
+
exports.InvalidVPCNetworkStateFault = InvalidVPCNetworkStateFault;
|
|
5778
|
+
exports.InvalidVPCNetworkStateFault$ = InvalidVPCNetworkStateFault$;
|
|
1727
5779
|
exports.IpDiscovery = IpDiscovery;
|
|
5780
|
+
exports.KinesisFirehoseDestinationDetails$ = KinesisFirehoseDestinationDetails$;
|
|
5781
|
+
exports.ListAllowedNodeTypeModifications$ = ListAllowedNodeTypeModifications$;
|
|
1728
5782
|
exports.ListAllowedNodeTypeModificationsCommand = ListAllowedNodeTypeModificationsCommand;
|
|
5783
|
+
exports.ListAllowedNodeTypeModificationsMessage$ = ListAllowedNodeTypeModificationsMessage$;
|
|
5784
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
1729
5785
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
5786
|
+
exports.ListTagsForResourceMessage$ = ListTagsForResourceMessage$;
|
|
5787
|
+
exports.LogDeliveryConfiguration$ = LogDeliveryConfiguration$;
|
|
5788
|
+
exports.LogDeliveryConfigurationRequest$ = LogDeliveryConfigurationRequest$;
|
|
1730
5789
|
exports.LogDeliveryConfigurationStatus = LogDeliveryConfigurationStatus;
|
|
1731
5790
|
exports.LogFormat = LogFormat;
|
|
1732
5791
|
exports.LogType = LogType;
|
|
5792
|
+
exports.ModifyCacheCluster$ = ModifyCacheCluster$;
|
|
1733
5793
|
exports.ModifyCacheClusterCommand = ModifyCacheClusterCommand;
|
|
5794
|
+
exports.ModifyCacheClusterMessage$ = ModifyCacheClusterMessage$;
|
|
5795
|
+
exports.ModifyCacheClusterResult$ = ModifyCacheClusterResult$;
|
|
5796
|
+
exports.ModifyCacheParameterGroup$ = ModifyCacheParameterGroup$;
|
|
1734
5797
|
exports.ModifyCacheParameterGroupCommand = ModifyCacheParameterGroupCommand;
|
|
5798
|
+
exports.ModifyCacheParameterGroupMessage$ = ModifyCacheParameterGroupMessage$;
|
|
5799
|
+
exports.ModifyCacheSubnetGroup$ = ModifyCacheSubnetGroup$;
|
|
1735
5800
|
exports.ModifyCacheSubnetGroupCommand = ModifyCacheSubnetGroupCommand;
|
|
5801
|
+
exports.ModifyCacheSubnetGroupMessage$ = ModifyCacheSubnetGroupMessage$;
|
|
5802
|
+
exports.ModifyCacheSubnetGroupResult$ = ModifyCacheSubnetGroupResult$;
|
|
5803
|
+
exports.ModifyGlobalReplicationGroup$ = ModifyGlobalReplicationGroup$;
|
|
1736
5804
|
exports.ModifyGlobalReplicationGroupCommand = ModifyGlobalReplicationGroupCommand;
|
|
5805
|
+
exports.ModifyGlobalReplicationGroupMessage$ = ModifyGlobalReplicationGroupMessage$;
|
|
5806
|
+
exports.ModifyGlobalReplicationGroupResult$ = ModifyGlobalReplicationGroupResult$;
|
|
5807
|
+
exports.ModifyReplicationGroup$ = ModifyReplicationGroup$;
|
|
1737
5808
|
exports.ModifyReplicationGroupCommand = ModifyReplicationGroupCommand;
|
|
5809
|
+
exports.ModifyReplicationGroupMessage$ = ModifyReplicationGroupMessage$;
|
|
5810
|
+
exports.ModifyReplicationGroupResult$ = ModifyReplicationGroupResult$;
|
|
5811
|
+
exports.ModifyReplicationGroupShardConfiguration$ = ModifyReplicationGroupShardConfiguration$;
|
|
1738
5812
|
exports.ModifyReplicationGroupShardConfigurationCommand = ModifyReplicationGroupShardConfigurationCommand;
|
|
5813
|
+
exports.ModifyReplicationGroupShardConfigurationMessage$ = ModifyReplicationGroupShardConfigurationMessage$;
|
|
5814
|
+
exports.ModifyReplicationGroupShardConfigurationResult$ = ModifyReplicationGroupShardConfigurationResult$;
|
|
5815
|
+
exports.ModifyServerlessCache$ = ModifyServerlessCache$;
|
|
1739
5816
|
exports.ModifyServerlessCacheCommand = ModifyServerlessCacheCommand;
|
|
5817
|
+
exports.ModifyServerlessCacheRequest$ = ModifyServerlessCacheRequest$;
|
|
5818
|
+
exports.ModifyServerlessCacheResponse$ = ModifyServerlessCacheResponse$;
|
|
5819
|
+
exports.ModifyUser$ = ModifyUser$;
|
|
1740
5820
|
exports.ModifyUserCommand = ModifyUserCommand;
|
|
5821
|
+
exports.ModifyUserGroup$ = ModifyUserGroup$;
|
|
1741
5822
|
exports.ModifyUserGroupCommand = ModifyUserGroupCommand;
|
|
5823
|
+
exports.ModifyUserGroupMessage$ = ModifyUserGroupMessage$;
|
|
5824
|
+
exports.ModifyUserMessage$ = ModifyUserMessage$;
|
|
1742
5825
|
exports.MultiAZStatus = MultiAZStatus;
|
|
1743
5826
|
exports.NetworkType = NetworkType;
|
|
5827
|
+
exports.NoOperationFault = NoOperationFault;
|
|
5828
|
+
exports.NoOperationFault$ = NoOperationFault$;
|
|
5829
|
+
exports.NodeGroup$ = NodeGroup$;
|
|
5830
|
+
exports.NodeGroupConfiguration$ = NodeGroupConfiguration$;
|
|
5831
|
+
exports.NodeGroupMember$ = NodeGroupMember$;
|
|
5832
|
+
exports.NodeGroupMemberUpdateStatus$ = NodeGroupMemberUpdateStatus$;
|
|
5833
|
+
exports.NodeGroupNotFoundFault = NodeGroupNotFoundFault;
|
|
5834
|
+
exports.NodeGroupNotFoundFault$ = NodeGroupNotFoundFault$;
|
|
5835
|
+
exports.NodeGroupUpdateStatus$ = NodeGroupUpdateStatus$;
|
|
5836
|
+
exports.NodeGroupsPerReplicationGroupQuotaExceededFault = NodeGroupsPerReplicationGroupQuotaExceededFault;
|
|
5837
|
+
exports.NodeGroupsPerReplicationGroupQuotaExceededFault$ = NodeGroupsPerReplicationGroupQuotaExceededFault$;
|
|
5838
|
+
exports.NodeQuotaForClusterExceededFault = NodeQuotaForClusterExceededFault;
|
|
5839
|
+
exports.NodeQuotaForClusterExceededFault$ = NodeQuotaForClusterExceededFault$;
|
|
5840
|
+
exports.NodeQuotaForCustomerExceededFault = NodeQuotaForCustomerExceededFault;
|
|
5841
|
+
exports.NodeQuotaForCustomerExceededFault$ = NodeQuotaForCustomerExceededFault$;
|
|
5842
|
+
exports.NodeSnapshot$ = NodeSnapshot$;
|
|
1744
5843
|
exports.NodeUpdateInitiatedBy = NodeUpdateInitiatedBy;
|
|
1745
5844
|
exports.NodeUpdateStatus = NodeUpdateStatus;
|
|
5845
|
+
exports.NotificationConfiguration$ = NotificationConfiguration$;
|
|
1746
5846
|
exports.OutpostMode = OutpostMode;
|
|
5847
|
+
exports.Parameter$ = Parameter$;
|
|
5848
|
+
exports.ParameterNameValue$ = ParameterNameValue$;
|
|
1747
5849
|
exports.PendingAutomaticFailoverStatus = PendingAutomaticFailoverStatus;
|
|
5850
|
+
exports.PendingLogDeliveryConfiguration$ = PendingLogDeliveryConfiguration$;
|
|
5851
|
+
exports.PendingModifiedValues$ = PendingModifiedValues$;
|
|
5852
|
+
exports.ProcessedUpdateAction$ = ProcessedUpdateAction$;
|
|
5853
|
+
exports.PurchaseReservedCacheNodesOffering$ = PurchaseReservedCacheNodesOffering$;
|
|
1748
5854
|
exports.PurchaseReservedCacheNodesOfferingCommand = PurchaseReservedCacheNodesOfferingCommand;
|
|
5855
|
+
exports.PurchaseReservedCacheNodesOfferingMessage$ = PurchaseReservedCacheNodesOfferingMessage$;
|
|
5856
|
+
exports.PurchaseReservedCacheNodesOfferingResult$ = PurchaseReservedCacheNodesOfferingResult$;
|
|
5857
|
+
exports.RebalanceSlotsInGlobalReplicationGroup$ = RebalanceSlotsInGlobalReplicationGroup$;
|
|
1749
5858
|
exports.RebalanceSlotsInGlobalReplicationGroupCommand = RebalanceSlotsInGlobalReplicationGroupCommand;
|
|
5859
|
+
exports.RebalanceSlotsInGlobalReplicationGroupMessage$ = RebalanceSlotsInGlobalReplicationGroupMessage$;
|
|
5860
|
+
exports.RebalanceSlotsInGlobalReplicationGroupResult$ = RebalanceSlotsInGlobalReplicationGroupResult$;
|
|
5861
|
+
exports.RebootCacheCluster$ = RebootCacheCluster$;
|
|
1750
5862
|
exports.RebootCacheClusterCommand = RebootCacheClusterCommand;
|
|
5863
|
+
exports.RebootCacheClusterMessage$ = RebootCacheClusterMessage$;
|
|
5864
|
+
exports.RebootCacheClusterResult$ = RebootCacheClusterResult$;
|
|
5865
|
+
exports.RecurringCharge$ = RecurringCharge$;
|
|
5866
|
+
exports.RegionalConfiguration$ = RegionalConfiguration$;
|
|
5867
|
+
exports.RemoveTagsFromResource$ = RemoveTagsFromResource$;
|
|
1751
5868
|
exports.RemoveTagsFromResourceCommand = RemoveTagsFromResourceCommand;
|
|
5869
|
+
exports.RemoveTagsFromResourceMessage$ = RemoveTagsFromResourceMessage$;
|
|
5870
|
+
exports.ReplicationGroup$ = ReplicationGroup$;
|
|
5871
|
+
exports.ReplicationGroupAlreadyExistsFault = ReplicationGroupAlreadyExistsFault;
|
|
5872
|
+
exports.ReplicationGroupAlreadyExistsFault$ = ReplicationGroupAlreadyExistsFault$;
|
|
5873
|
+
exports.ReplicationGroupAlreadyUnderMigrationFault = ReplicationGroupAlreadyUnderMigrationFault;
|
|
5874
|
+
exports.ReplicationGroupAlreadyUnderMigrationFault$ = ReplicationGroupAlreadyUnderMigrationFault$;
|
|
5875
|
+
exports.ReplicationGroupMessage$ = ReplicationGroupMessage$;
|
|
5876
|
+
exports.ReplicationGroupNotFoundFault = ReplicationGroupNotFoundFault;
|
|
5877
|
+
exports.ReplicationGroupNotFoundFault$ = ReplicationGroupNotFoundFault$;
|
|
5878
|
+
exports.ReplicationGroupNotUnderMigrationFault = ReplicationGroupNotUnderMigrationFault;
|
|
5879
|
+
exports.ReplicationGroupNotUnderMigrationFault$ = ReplicationGroupNotUnderMigrationFault$;
|
|
5880
|
+
exports.ReplicationGroupPendingModifiedValues$ = ReplicationGroupPendingModifiedValues$;
|
|
5881
|
+
exports.ReservedCacheNode$ = ReservedCacheNode$;
|
|
5882
|
+
exports.ReservedCacheNodeAlreadyExistsFault = ReservedCacheNodeAlreadyExistsFault;
|
|
5883
|
+
exports.ReservedCacheNodeAlreadyExistsFault$ = ReservedCacheNodeAlreadyExistsFault$;
|
|
5884
|
+
exports.ReservedCacheNodeMessage$ = ReservedCacheNodeMessage$;
|
|
5885
|
+
exports.ReservedCacheNodeNotFoundFault = ReservedCacheNodeNotFoundFault;
|
|
5886
|
+
exports.ReservedCacheNodeNotFoundFault$ = ReservedCacheNodeNotFoundFault$;
|
|
5887
|
+
exports.ReservedCacheNodeQuotaExceededFault = ReservedCacheNodeQuotaExceededFault;
|
|
5888
|
+
exports.ReservedCacheNodeQuotaExceededFault$ = ReservedCacheNodeQuotaExceededFault$;
|
|
5889
|
+
exports.ReservedCacheNodesOffering$ = ReservedCacheNodesOffering$;
|
|
5890
|
+
exports.ReservedCacheNodesOfferingMessage$ = ReservedCacheNodesOfferingMessage$;
|
|
5891
|
+
exports.ReservedCacheNodesOfferingNotFoundFault = ReservedCacheNodesOfferingNotFoundFault;
|
|
5892
|
+
exports.ReservedCacheNodesOfferingNotFoundFault$ = ReservedCacheNodesOfferingNotFoundFault$;
|
|
5893
|
+
exports.ResetCacheParameterGroup$ = ResetCacheParameterGroup$;
|
|
1752
5894
|
exports.ResetCacheParameterGroupCommand = ResetCacheParameterGroupCommand;
|
|
5895
|
+
exports.ResetCacheParameterGroupMessage$ = ResetCacheParameterGroupMessage$;
|
|
5896
|
+
exports.ReshardingConfiguration$ = ReshardingConfiguration$;
|
|
5897
|
+
exports.ReshardingStatus$ = ReshardingStatus$;
|
|
5898
|
+
exports.RevokeCacheSecurityGroupIngress$ = RevokeCacheSecurityGroupIngress$;
|
|
1753
5899
|
exports.RevokeCacheSecurityGroupIngressCommand = RevokeCacheSecurityGroupIngressCommand;
|
|
5900
|
+
exports.RevokeCacheSecurityGroupIngressMessage$ = RevokeCacheSecurityGroupIngressMessage$;
|
|
5901
|
+
exports.RevokeCacheSecurityGroupIngressResult$ = RevokeCacheSecurityGroupIngressResult$;
|
|
5902
|
+
exports.ScaleConfig$ = ScaleConfig$;
|
|
5903
|
+
exports.SecurityGroupMembership$ = SecurityGroupMembership$;
|
|
5904
|
+
exports.ServerlessCache$ = ServerlessCache$;
|
|
5905
|
+
exports.ServerlessCacheAlreadyExistsFault = ServerlessCacheAlreadyExistsFault;
|
|
5906
|
+
exports.ServerlessCacheAlreadyExistsFault$ = ServerlessCacheAlreadyExistsFault$;
|
|
5907
|
+
exports.ServerlessCacheConfiguration$ = ServerlessCacheConfiguration$;
|
|
5908
|
+
exports.ServerlessCacheNotFoundFault = ServerlessCacheNotFoundFault;
|
|
5909
|
+
exports.ServerlessCacheNotFoundFault$ = ServerlessCacheNotFoundFault$;
|
|
5910
|
+
exports.ServerlessCacheQuotaForCustomerExceededFault = ServerlessCacheQuotaForCustomerExceededFault;
|
|
5911
|
+
exports.ServerlessCacheQuotaForCustomerExceededFault$ = ServerlessCacheQuotaForCustomerExceededFault$;
|
|
5912
|
+
exports.ServerlessCacheSnapshot$ = ServerlessCacheSnapshot$;
|
|
5913
|
+
exports.ServerlessCacheSnapshotAlreadyExistsFault = ServerlessCacheSnapshotAlreadyExistsFault;
|
|
5914
|
+
exports.ServerlessCacheSnapshotAlreadyExistsFault$ = ServerlessCacheSnapshotAlreadyExistsFault$;
|
|
5915
|
+
exports.ServerlessCacheSnapshotNotFoundFault = ServerlessCacheSnapshotNotFoundFault;
|
|
5916
|
+
exports.ServerlessCacheSnapshotNotFoundFault$ = ServerlessCacheSnapshotNotFoundFault$;
|
|
5917
|
+
exports.ServerlessCacheSnapshotQuotaExceededFault = ServerlessCacheSnapshotQuotaExceededFault;
|
|
5918
|
+
exports.ServerlessCacheSnapshotQuotaExceededFault$ = ServerlessCacheSnapshotQuotaExceededFault$;
|
|
5919
|
+
exports.ServiceLinkedRoleNotFoundFault = ServiceLinkedRoleNotFoundFault;
|
|
5920
|
+
exports.ServiceLinkedRoleNotFoundFault$ = ServiceLinkedRoleNotFoundFault$;
|
|
5921
|
+
exports.ServiceUpdate$ = ServiceUpdate$;
|
|
5922
|
+
exports.ServiceUpdateNotFoundFault = ServiceUpdateNotFoundFault;
|
|
5923
|
+
exports.ServiceUpdateNotFoundFault$ = ServiceUpdateNotFoundFault$;
|
|
1754
5924
|
exports.ServiceUpdateSeverity = ServiceUpdateSeverity;
|
|
1755
5925
|
exports.ServiceUpdateStatus = ServiceUpdateStatus;
|
|
1756
5926
|
exports.ServiceUpdateType = ServiceUpdateType;
|
|
5927
|
+
exports.ServiceUpdatesMessage$ = ServiceUpdatesMessage$;
|
|
1757
5928
|
exports.SlaMet = SlaMet;
|
|
5929
|
+
exports.SlotMigration$ = SlotMigration$;
|
|
5930
|
+
exports.Snapshot$ = Snapshot$;
|
|
5931
|
+
exports.SnapshotAlreadyExistsFault = SnapshotAlreadyExistsFault;
|
|
5932
|
+
exports.SnapshotAlreadyExistsFault$ = SnapshotAlreadyExistsFault$;
|
|
5933
|
+
exports.SnapshotFeatureNotSupportedFault = SnapshotFeatureNotSupportedFault;
|
|
5934
|
+
exports.SnapshotFeatureNotSupportedFault$ = SnapshotFeatureNotSupportedFault$;
|
|
5935
|
+
exports.SnapshotNotFoundFault = SnapshotNotFoundFault;
|
|
5936
|
+
exports.SnapshotNotFoundFault$ = SnapshotNotFoundFault$;
|
|
5937
|
+
exports.SnapshotQuotaExceededFault = SnapshotQuotaExceededFault;
|
|
5938
|
+
exports.SnapshotQuotaExceededFault$ = SnapshotQuotaExceededFault$;
|
|
1758
5939
|
exports.SourceType = SourceType;
|
|
5940
|
+
exports.StartMigration$ = StartMigration$;
|
|
1759
5941
|
exports.StartMigrationCommand = StartMigrationCommand;
|
|
5942
|
+
exports.StartMigrationMessage$ = StartMigrationMessage$;
|
|
5943
|
+
exports.StartMigrationResponse$ = StartMigrationResponse$;
|
|
1760
5944
|
exports.StorageEncryptionType = StorageEncryptionType;
|
|
5945
|
+
exports.Subnet$ = Subnet$;
|
|
5946
|
+
exports.SubnetInUse = SubnetInUse;
|
|
5947
|
+
exports.SubnetInUse$ = SubnetInUse$;
|
|
5948
|
+
exports.SubnetNotAllowedFault = SubnetNotAllowedFault;
|
|
5949
|
+
exports.SubnetNotAllowedFault$ = SubnetNotAllowedFault$;
|
|
5950
|
+
exports.SubnetOutpost$ = SubnetOutpost$;
|
|
5951
|
+
exports.Tag$ = Tag$;
|
|
5952
|
+
exports.TagListMessage$ = TagListMessage$;
|
|
5953
|
+
exports.TagNotFoundFault = TagNotFoundFault;
|
|
5954
|
+
exports.TagNotFoundFault$ = TagNotFoundFault$;
|
|
5955
|
+
exports.TagQuotaPerResourceExceeded = TagQuotaPerResourceExceeded;
|
|
5956
|
+
exports.TagQuotaPerResourceExceeded$ = TagQuotaPerResourceExceeded$;
|
|
5957
|
+
exports.TestFailover$ = TestFailover$;
|
|
1761
5958
|
exports.TestFailoverCommand = TestFailoverCommand;
|
|
5959
|
+
exports.TestFailoverMessage$ = TestFailoverMessage$;
|
|
5960
|
+
exports.TestFailoverNotAvailableFault = TestFailoverNotAvailableFault;
|
|
5961
|
+
exports.TestFailoverNotAvailableFault$ = TestFailoverNotAvailableFault$;
|
|
5962
|
+
exports.TestFailoverResult$ = TestFailoverResult$;
|
|
5963
|
+
exports.TestMigration$ = TestMigration$;
|
|
1762
5964
|
exports.TestMigrationCommand = TestMigrationCommand;
|
|
5965
|
+
exports.TestMigrationMessage$ = TestMigrationMessage$;
|
|
5966
|
+
exports.TestMigrationResponse$ = TestMigrationResponse$;
|
|
5967
|
+
exports.TimeRangeFilter$ = TimeRangeFilter$;
|
|
1763
5968
|
exports.TransitEncryptionMode = TransitEncryptionMode;
|
|
5969
|
+
exports.UnprocessedUpdateAction$ = UnprocessedUpdateAction$;
|
|
5970
|
+
exports.UpdateAction$ = UpdateAction$;
|
|
5971
|
+
exports.UpdateActionResultsMessage$ = UpdateActionResultsMessage$;
|
|
1764
5972
|
exports.UpdateActionStatus = UpdateActionStatus;
|
|
5973
|
+
exports.UpdateActionsMessage$ = UpdateActionsMessage$;
|
|
5974
|
+
exports.User$ = User$;
|
|
5975
|
+
exports.UserAlreadyExistsFault = UserAlreadyExistsFault;
|
|
5976
|
+
exports.UserAlreadyExistsFault$ = UserAlreadyExistsFault$;
|
|
5977
|
+
exports.UserGroup$ = UserGroup$;
|
|
5978
|
+
exports.UserGroupAlreadyExistsFault = UserGroupAlreadyExistsFault;
|
|
5979
|
+
exports.UserGroupAlreadyExistsFault$ = UserGroupAlreadyExistsFault$;
|
|
5980
|
+
exports.UserGroupNotFoundFault = UserGroupNotFoundFault;
|
|
5981
|
+
exports.UserGroupNotFoundFault$ = UserGroupNotFoundFault$;
|
|
5982
|
+
exports.UserGroupPendingChanges$ = UserGroupPendingChanges$;
|
|
5983
|
+
exports.UserGroupQuotaExceededFault = UserGroupQuotaExceededFault;
|
|
5984
|
+
exports.UserGroupQuotaExceededFault$ = UserGroupQuotaExceededFault$;
|
|
5985
|
+
exports.UserGroupsUpdateStatus$ = UserGroupsUpdateStatus$;
|
|
5986
|
+
exports.UserNotFoundFault = UserNotFoundFault;
|
|
5987
|
+
exports.UserNotFoundFault$ = UserNotFoundFault$;
|
|
5988
|
+
exports.UserQuotaExceededFault = UserQuotaExceededFault;
|
|
5989
|
+
exports.UserQuotaExceededFault$ = UserQuotaExceededFault$;
|
|
5990
|
+
exports.errorTypeRegistries = errorTypeRegistries;
|
|
1765
5991
|
exports.paginateDescribeCacheClusters = paginateDescribeCacheClusters;
|
|
1766
5992
|
exports.paginateDescribeCacheEngineVersions = paginateDescribeCacheEngineVersions;
|
|
1767
5993
|
exports.paginateDescribeCacheParameterGroups = paginateDescribeCacheParameterGroups;
|