@aws-sdk/client-elasticache 3.132.0 → 3.142.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/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AddTagsToResourceCommand.js +2 -2
- package/dist-cjs/commands/AuthorizeCacheSecurityGroupIngressCommand.js +2 -2
- package/dist-cjs/commands/BatchApplyUpdateActionCommand.js +2 -2
- package/dist-cjs/commands/BatchStopUpdateActionCommand.js +2 -2
- package/dist-cjs/commands/CompleteMigrationCommand.js +2 -2
- package/dist-cjs/commands/CopySnapshotCommand.js +2 -2
- package/dist-cjs/commands/CreateCacheClusterCommand.js +2 -2
- package/dist-cjs/commands/CreateCacheParameterGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateCacheSecurityGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateCacheSubnetGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateGlobalReplicationGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateReplicationGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateSnapshotCommand.js +2 -2
- package/dist-cjs/commands/CreateUserCommand.js +2 -2
- package/dist-cjs/commands/CreateUserGroupCommand.js +2 -2
- package/dist-cjs/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.js +2 -2
- package/dist-cjs/commands/DecreaseReplicaCountCommand.js +2 -2
- package/dist-cjs/commands/DeleteCacheClusterCommand.js +2 -2
- package/dist-cjs/commands/DeleteCacheParameterGroupCommand.js +1 -1
- package/dist-cjs/commands/DeleteCacheSecurityGroupCommand.js +1 -1
- package/dist-cjs/commands/DeleteCacheSubnetGroupCommand.js +1 -1
- package/dist-cjs/commands/DeleteGlobalReplicationGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteReplicationGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteSnapshotCommand.js +2 -2
- package/dist-cjs/commands/DeleteUserCommand.js +2 -2
- package/dist-cjs/commands/DeleteUserGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeCacheClustersCommand.js +2 -2
- package/dist-cjs/commands/DescribeCacheEngineVersionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeCacheParameterGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeCacheParametersCommand.js +2 -2
- package/dist-cjs/commands/DescribeCacheSecurityGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeCacheSubnetGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeEngineDefaultParametersCommand.js +2 -2
- package/dist-cjs/commands/DescribeEventsCommand.js +2 -2
- package/dist-cjs/commands/DescribeGlobalReplicationGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeReplicationGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeReservedCacheNodesCommand.js +2 -2
- package/dist-cjs/commands/DescribeReservedCacheNodesOfferingsCommand.js +2 -2
- package/dist-cjs/commands/DescribeServiceUpdatesCommand.js +2 -2
- package/dist-cjs/commands/DescribeSnapshotsCommand.js +2 -2
- package/dist-cjs/commands/DescribeUpdateActionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeUserGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeUsersCommand.js +2 -2
- package/dist-cjs/commands/DisassociateGlobalReplicationGroupCommand.js +2 -2
- package/dist-cjs/commands/FailoverGlobalReplicationGroupCommand.js +2 -2
- package/dist-cjs/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.js +2 -2
- package/dist-cjs/commands/IncreaseReplicaCountCommand.js +2 -2
- package/dist-cjs/commands/ListAllowedNodeTypeModificationsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ModifyCacheClusterCommand.js +2 -2
- package/dist-cjs/commands/ModifyCacheParameterGroupCommand.js +2 -2
- package/dist-cjs/commands/ModifyCacheSubnetGroupCommand.js +2 -2
- package/dist-cjs/commands/ModifyGlobalReplicationGroupCommand.js +2 -2
- package/dist-cjs/commands/ModifyReplicationGroupCommand.js +2 -2
- package/dist-cjs/commands/ModifyReplicationGroupShardConfigurationCommand.js +2 -2
- package/dist-cjs/commands/ModifyUserCommand.js +2 -2
- package/dist-cjs/commands/ModifyUserGroupCommand.js +2 -2
- package/dist-cjs/commands/PurchaseReservedCacheNodesOfferingCommand.js +2 -2
- package/dist-cjs/commands/RebalanceSlotsInGlobalReplicationGroupCommand.js +2 -2
- package/dist-cjs/commands/RebootCacheClusterCommand.js +2 -2
- package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +2 -2
- package/dist-cjs/commands/ResetCacheParameterGroupCommand.js +2 -2
- package/dist-cjs/commands/RevokeCacheSecurityGroupIngressCommand.js +2 -2
- package/dist-cjs/commands/StartMigrationCommand.js +2 -2
- package/dist-cjs/commands/TestFailoverCommand.js +2 -2
- package/dist-cjs/models/models_0.js +726 -1086
- package/dist-cjs/protocols/Aws_query.js +688 -1025
- package/dist-es/commands/AddTagsToResourceCommand.js +3 -3
- package/dist-es/commands/AuthorizeCacheSecurityGroupIngressCommand.js +3 -3
- package/dist-es/commands/BatchApplyUpdateActionCommand.js +3 -3
- package/dist-es/commands/BatchStopUpdateActionCommand.js +3 -3
- package/dist-es/commands/CompleteMigrationCommand.js +3 -3
- package/dist-es/commands/CopySnapshotCommand.js +3 -3
- package/dist-es/commands/CreateCacheClusterCommand.js +3 -3
- package/dist-es/commands/CreateCacheParameterGroupCommand.js +3 -3
- package/dist-es/commands/CreateCacheSecurityGroupCommand.js +3 -3
- package/dist-es/commands/CreateCacheSubnetGroupCommand.js +3 -3
- package/dist-es/commands/CreateGlobalReplicationGroupCommand.js +3 -3
- package/dist-es/commands/CreateReplicationGroupCommand.js +3 -3
- package/dist-es/commands/CreateSnapshotCommand.js +3 -3
- package/dist-es/commands/CreateUserCommand.js +3 -3
- package/dist-es/commands/CreateUserGroupCommand.js +3 -3
- package/dist-es/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.js +3 -3
- package/dist-es/commands/DecreaseReplicaCountCommand.js +3 -3
- package/dist-es/commands/DeleteCacheClusterCommand.js +3 -3
- package/dist-es/commands/DeleteCacheParameterGroupCommand.js +2 -2
- package/dist-es/commands/DeleteCacheSecurityGroupCommand.js +2 -2
- package/dist-es/commands/DeleteCacheSubnetGroupCommand.js +2 -2
- package/dist-es/commands/DeleteGlobalReplicationGroupCommand.js +3 -3
- package/dist-es/commands/DeleteReplicationGroupCommand.js +3 -3
- package/dist-es/commands/DeleteSnapshotCommand.js +3 -3
- package/dist-es/commands/DeleteUserCommand.js +3 -3
- package/dist-es/commands/DeleteUserGroupCommand.js +3 -3
- package/dist-es/commands/DescribeCacheClustersCommand.js +3 -3
- package/dist-es/commands/DescribeCacheEngineVersionsCommand.js +3 -3
- package/dist-es/commands/DescribeCacheParameterGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeCacheParametersCommand.js +3 -3
- package/dist-es/commands/DescribeCacheSecurityGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeCacheSubnetGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +3 -3
- package/dist-es/commands/DescribeEventsCommand.js +3 -3
- package/dist-es/commands/DescribeGlobalReplicationGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeReplicationGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeReservedCacheNodesCommand.js +3 -3
- package/dist-es/commands/DescribeReservedCacheNodesOfferingsCommand.js +3 -3
- package/dist-es/commands/DescribeServiceUpdatesCommand.js +3 -3
- package/dist-es/commands/DescribeSnapshotsCommand.js +3 -3
- package/dist-es/commands/DescribeUpdateActionsCommand.js +3 -3
- package/dist-es/commands/DescribeUserGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeUsersCommand.js +3 -3
- package/dist-es/commands/DisassociateGlobalReplicationGroupCommand.js +3 -3
- package/dist-es/commands/FailoverGlobalReplicationGroupCommand.js +3 -3
- package/dist-es/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.js +3 -3
- package/dist-es/commands/IncreaseReplicaCountCommand.js +3 -3
- package/dist-es/commands/ListAllowedNodeTypeModificationsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ModifyCacheClusterCommand.js +3 -3
- package/dist-es/commands/ModifyCacheParameterGroupCommand.js +3 -3
- package/dist-es/commands/ModifyCacheSubnetGroupCommand.js +3 -3
- package/dist-es/commands/ModifyGlobalReplicationGroupCommand.js +3 -3
- package/dist-es/commands/ModifyReplicationGroupCommand.js +3 -3
- package/dist-es/commands/ModifyReplicationGroupShardConfigurationCommand.js +3 -3
- package/dist-es/commands/ModifyUserCommand.js +3 -3
- package/dist-es/commands/ModifyUserGroupCommand.js +3 -3
- package/dist-es/commands/PurchaseReservedCacheNodesOfferingCommand.js +3 -3
- package/dist-es/commands/RebalanceSlotsInGlobalReplicationGroupCommand.js +3 -3
- package/dist-es/commands/RebootCacheClusterCommand.js +3 -3
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -3
- package/dist-es/commands/ResetCacheParameterGroupCommand.js +3 -3
- package/dist-es/commands/RevokeCacheSecurityGroupIngressCommand.js +3 -3
- package/dist-es/commands/StartMigrationCommand.js +3 -3
- package/dist-es/commands/TestFailoverCommand.js +3 -3
- package/dist-es/models/models_0.js +180 -720
- package/dist-es/protocols/Aws_query.js +882 -1026
- package/dist-types/models/models_0.d.ts +720 -1080
- package/dist-types/ts3.4/models/models_0.d.ts +360 -720
- package/package.json +6 -6
|
@@ -7,10 +7,6 @@ export interface Tag {
|
|
|
7
7
|
|
|
8
8
|
Value?: string;
|
|
9
9
|
}
|
|
10
|
-
export declare namespace Tag {
|
|
11
|
-
|
|
12
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
13
|
-
}
|
|
14
10
|
|
|
15
11
|
export interface AddTagsToResourceMessage {
|
|
16
12
|
|
|
@@ -18,10 +14,6 @@ export interface AddTagsToResourceMessage {
|
|
|
18
14
|
|
|
19
15
|
Tags: Tag[] | undefined;
|
|
20
16
|
}
|
|
21
|
-
export declare namespace AddTagsToResourceMessage {
|
|
22
|
-
|
|
23
|
-
const filterSensitiveLog: (obj: AddTagsToResourceMessage) => any;
|
|
24
|
-
}
|
|
25
17
|
|
|
26
18
|
export declare class CacheClusterNotFoundFault extends __BaseException {
|
|
27
19
|
readonly name: "CacheClusterNotFoundFault";
|
|
@@ -90,10 +82,6 @@ export interface TagListMessage {
|
|
|
90
82
|
|
|
91
83
|
TagList?: Tag[];
|
|
92
84
|
}
|
|
93
|
-
export declare namespace TagListMessage {
|
|
94
|
-
|
|
95
|
-
const filterSensitiveLog: (obj: TagListMessage) => any;
|
|
96
|
-
}
|
|
97
85
|
|
|
98
86
|
export declare class TagQuotaPerResourceExceeded extends __BaseException {
|
|
99
87
|
readonly name: "TagQuotaPerResourceExceeded";
|
|
@@ -122,10 +110,6 @@ export interface AllowedNodeTypeModificationsMessage {
|
|
|
122
110
|
|
|
123
111
|
ScaleDownModifications?: string[];
|
|
124
112
|
}
|
|
125
|
-
export declare namespace AllowedNodeTypeModificationsMessage {
|
|
126
|
-
|
|
127
|
-
const filterSensitiveLog: (obj: AllowedNodeTypeModificationsMessage) => any;
|
|
128
|
-
}
|
|
129
113
|
|
|
130
114
|
export declare class AuthorizationAlreadyExistsFault extends __BaseException {
|
|
131
115
|
readonly name: "AuthorizationAlreadyExistsFault";
|
|
@@ -142,10 +126,6 @@ export interface AuthorizeCacheSecurityGroupIngressMessage {
|
|
|
142
126
|
|
|
143
127
|
EC2SecurityGroupOwnerId: string | undefined;
|
|
144
128
|
}
|
|
145
|
-
export declare namespace AuthorizeCacheSecurityGroupIngressMessage {
|
|
146
|
-
|
|
147
|
-
const filterSensitiveLog: (obj: AuthorizeCacheSecurityGroupIngressMessage) => any;
|
|
148
|
-
}
|
|
149
129
|
|
|
150
130
|
export interface EC2SecurityGroup {
|
|
151
131
|
|
|
@@ -155,10 +135,6 @@ export interface EC2SecurityGroup {
|
|
|
155
135
|
|
|
156
136
|
EC2SecurityGroupOwnerId?: string;
|
|
157
137
|
}
|
|
158
|
-
export declare namespace EC2SecurityGroup {
|
|
159
|
-
|
|
160
|
-
const filterSensitiveLog: (obj: EC2SecurityGroup) => any;
|
|
161
|
-
}
|
|
162
138
|
|
|
163
139
|
export interface CacheSecurityGroup {
|
|
164
140
|
|
|
@@ -172,18 +148,10 @@ export interface CacheSecurityGroup {
|
|
|
172
148
|
|
|
173
149
|
ARN?: string;
|
|
174
150
|
}
|
|
175
|
-
export declare namespace CacheSecurityGroup {
|
|
176
|
-
|
|
177
|
-
const filterSensitiveLog: (obj: CacheSecurityGroup) => any;
|
|
178
|
-
}
|
|
179
151
|
export interface AuthorizeCacheSecurityGroupIngressResult {
|
|
180
152
|
|
|
181
153
|
CacheSecurityGroup?: CacheSecurityGroup;
|
|
182
154
|
}
|
|
183
|
-
export declare namespace AuthorizeCacheSecurityGroupIngressResult {
|
|
184
|
-
|
|
185
|
-
const filterSensitiveLog: (obj: AuthorizeCacheSecurityGroupIngressResult) => any;
|
|
186
|
-
}
|
|
187
155
|
|
|
188
156
|
export declare class InvalidCacheSecurityGroupStateFault extends __BaseException {
|
|
189
157
|
readonly name: "InvalidCacheSecurityGroupStateFault";
|
|
@@ -213,10 +181,6 @@ export interface BatchApplyUpdateActionMessage {
|
|
|
213
181
|
|
|
214
182
|
ServiceUpdateName: string | undefined;
|
|
215
183
|
}
|
|
216
|
-
export declare namespace BatchApplyUpdateActionMessage {
|
|
217
|
-
|
|
218
|
-
const filterSensitiveLog: (obj: BatchApplyUpdateActionMessage) => any;
|
|
219
|
-
}
|
|
220
184
|
|
|
221
185
|
export declare class ServiceUpdateNotFoundFault extends __BaseException {
|
|
222
186
|
readonly name: "ServiceUpdateNotFoundFault";
|
|
@@ -246,10 +210,6 @@ export interface ProcessedUpdateAction {
|
|
|
246
210
|
|
|
247
211
|
UpdateActionStatus?: UpdateActionStatus | string;
|
|
248
212
|
}
|
|
249
|
-
export declare namespace ProcessedUpdateAction {
|
|
250
|
-
|
|
251
|
-
const filterSensitiveLog: (obj: ProcessedUpdateAction) => any;
|
|
252
|
-
}
|
|
253
213
|
|
|
254
214
|
export interface UnprocessedUpdateAction {
|
|
255
215
|
|
|
@@ -263,20 +223,12 @@ export interface UnprocessedUpdateAction {
|
|
|
263
223
|
|
|
264
224
|
ErrorMessage?: string;
|
|
265
225
|
}
|
|
266
|
-
export declare namespace UnprocessedUpdateAction {
|
|
267
|
-
|
|
268
|
-
const filterSensitiveLog: (obj: UnprocessedUpdateAction) => any;
|
|
269
|
-
}
|
|
270
226
|
export interface UpdateActionResultsMessage {
|
|
271
227
|
|
|
272
228
|
ProcessedUpdateActions?: ProcessedUpdateAction[];
|
|
273
229
|
|
|
274
230
|
UnprocessedUpdateActions?: UnprocessedUpdateAction[];
|
|
275
231
|
}
|
|
276
|
-
export declare namespace UpdateActionResultsMessage {
|
|
277
|
-
|
|
278
|
-
const filterSensitiveLog: (obj: UpdateActionResultsMessage) => any;
|
|
279
|
-
}
|
|
280
232
|
export interface BatchStopUpdateActionMessage {
|
|
281
233
|
|
|
282
234
|
ReplicationGroupIds?: string[];
|
|
@@ -285,20 +237,12 @@ export interface BatchStopUpdateActionMessage {
|
|
|
285
237
|
|
|
286
238
|
ServiceUpdateName: string | undefined;
|
|
287
239
|
}
|
|
288
|
-
export declare namespace BatchStopUpdateActionMessage {
|
|
289
|
-
|
|
290
|
-
const filterSensitiveLog: (obj: BatchStopUpdateActionMessage) => any;
|
|
291
|
-
}
|
|
292
240
|
export interface CompleteMigrationMessage {
|
|
293
241
|
|
|
294
242
|
ReplicationGroupId: string | undefined;
|
|
295
243
|
|
|
296
244
|
Force?: boolean;
|
|
297
245
|
}
|
|
298
|
-
export declare namespace CompleteMigrationMessage {
|
|
299
|
-
|
|
300
|
-
const filterSensitiveLog: (obj: CompleteMigrationMessage) => any;
|
|
301
|
-
}
|
|
302
246
|
export declare enum AutomaticFailoverStatus {
|
|
303
247
|
DISABLED = "disabled",
|
|
304
248
|
DISABLING = "disabling",
|
|
@@ -312,10 +256,6 @@ export interface Endpoint {
|
|
|
312
256
|
|
|
313
257
|
Port?: number;
|
|
314
258
|
}
|
|
315
|
-
export declare namespace Endpoint {
|
|
316
|
-
|
|
317
|
-
const filterSensitiveLog: (obj: Endpoint) => any;
|
|
318
|
-
}
|
|
319
259
|
export declare enum DataTieringStatus {
|
|
320
260
|
DISABLED = "disabled",
|
|
321
261
|
ENABLED = "enabled"
|
|
@@ -327,28 +267,16 @@ export interface GlobalReplicationGroupInfo {
|
|
|
327
267
|
|
|
328
268
|
GlobalReplicationGroupMemberRole?: string;
|
|
329
269
|
}
|
|
330
|
-
export declare namespace GlobalReplicationGroupInfo {
|
|
331
|
-
|
|
332
|
-
const filterSensitiveLog: (obj: GlobalReplicationGroupInfo) => any;
|
|
333
|
-
}
|
|
334
270
|
|
|
335
271
|
export interface CloudWatchLogsDestinationDetails {
|
|
336
272
|
|
|
337
273
|
LogGroup?: string;
|
|
338
274
|
}
|
|
339
|
-
export declare namespace CloudWatchLogsDestinationDetails {
|
|
340
|
-
|
|
341
|
-
const filterSensitiveLog: (obj: CloudWatchLogsDestinationDetails) => any;
|
|
342
|
-
}
|
|
343
275
|
|
|
344
276
|
export interface KinesisFirehoseDestinationDetails {
|
|
345
277
|
|
|
346
278
|
DeliveryStream?: string;
|
|
347
279
|
}
|
|
348
|
-
export declare namespace KinesisFirehoseDestinationDetails {
|
|
349
|
-
|
|
350
|
-
const filterSensitiveLog: (obj: KinesisFirehoseDestinationDetails) => any;
|
|
351
|
-
}
|
|
352
280
|
|
|
353
281
|
export interface DestinationDetails {
|
|
354
282
|
|
|
@@ -356,10 +284,6 @@ export interface DestinationDetails {
|
|
|
356
284
|
|
|
357
285
|
KinesisFirehoseDetails?: KinesisFirehoseDestinationDetails;
|
|
358
286
|
}
|
|
359
|
-
export declare namespace DestinationDetails {
|
|
360
|
-
|
|
361
|
-
const filterSensitiveLog: (obj: DestinationDetails) => any;
|
|
362
|
-
}
|
|
363
287
|
export declare enum DestinationType {
|
|
364
288
|
CloudWatchLogs = "cloudwatch-logs",
|
|
365
289
|
KinesisFirehose = "kinesis-firehose"
|
|
@@ -394,10 +318,6 @@ export interface LogDeliveryConfiguration {
|
|
|
394
318
|
|
|
395
319
|
Message?: string;
|
|
396
320
|
}
|
|
397
|
-
export declare namespace LogDeliveryConfiguration {
|
|
398
|
-
|
|
399
|
-
const filterSensitiveLog: (obj: LogDeliveryConfiguration) => any;
|
|
400
|
-
}
|
|
401
321
|
export declare enum MultiAZStatus {
|
|
402
322
|
DISABLED = "disabled",
|
|
403
323
|
ENABLED = "enabled"
|
|
@@ -417,10 +337,6 @@ export interface NodeGroupMember {
|
|
|
417
337
|
|
|
418
338
|
CurrentRole?: string;
|
|
419
339
|
}
|
|
420
|
-
export declare namespace NodeGroupMember {
|
|
421
|
-
|
|
422
|
-
const filterSensitiveLog: (obj: NodeGroupMember) => any;
|
|
423
|
-
}
|
|
424
340
|
|
|
425
341
|
export interface NodeGroup {
|
|
426
342
|
|
|
@@ -436,10 +352,6 @@ export interface NodeGroup {
|
|
|
436
352
|
|
|
437
353
|
NodeGroupMembers?: NodeGroupMember[];
|
|
438
354
|
}
|
|
439
|
-
export declare namespace NodeGroup {
|
|
440
|
-
|
|
441
|
-
const filterSensitiveLog: (obj: NodeGroup) => any;
|
|
442
|
-
}
|
|
443
355
|
export declare type AuthTokenUpdateStatus = "ROTATING" | "SETTING";
|
|
444
356
|
export declare enum PendingAutomaticFailoverStatus {
|
|
445
357
|
DISABLED = "disabled",
|
|
@@ -456,28 +368,16 @@ export interface PendingLogDeliveryConfiguration {
|
|
|
456
368
|
|
|
457
369
|
LogFormat?: LogFormat | string;
|
|
458
370
|
}
|
|
459
|
-
export declare namespace PendingLogDeliveryConfiguration {
|
|
460
|
-
|
|
461
|
-
const filterSensitiveLog: (obj: PendingLogDeliveryConfiguration) => any;
|
|
462
|
-
}
|
|
463
371
|
|
|
464
372
|
export interface SlotMigration {
|
|
465
373
|
|
|
466
374
|
ProgressPercentage?: number;
|
|
467
375
|
}
|
|
468
|
-
export declare namespace SlotMigration {
|
|
469
|
-
|
|
470
|
-
const filterSensitiveLog: (obj: SlotMigration) => any;
|
|
471
|
-
}
|
|
472
376
|
|
|
473
377
|
export interface ReshardingStatus {
|
|
474
378
|
|
|
475
379
|
SlotMigration?: SlotMigration;
|
|
476
380
|
}
|
|
477
|
-
export declare namespace ReshardingStatus {
|
|
478
|
-
|
|
479
|
-
const filterSensitiveLog: (obj: ReshardingStatus) => any;
|
|
480
|
-
}
|
|
481
381
|
|
|
482
382
|
export interface UserGroupsUpdateStatus {
|
|
483
383
|
|
|
@@ -485,10 +385,6 @@ export interface UserGroupsUpdateStatus {
|
|
|
485
385
|
|
|
486
386
|
UserGroupIdsToRemove?: string[];
|
|
487
387
|
}
|
|
488
|
-
export declare namespace UserGroupsUpdateStatus {
|
|
489
|
-
|
|
490
|
-
const filterSensitiveLog: (obj: UserGroupsUpdateStatus) => any;
|
|
491
|
-
}
|
|
492
388
|
|
|
493
389
|
export interface ReplicationGroupPendingModifiedValues {
|
|
494
390
|
|
|
@@ -504,10 +400,6 @@ export interface ReplicationGroupPendingModifiedValues {
|
|
|
504
400
|
|
|
505
401
|
LogDeliveryConfigurations?: PendingLogDeliveryConfiguration[];
|
|
506
402
|
}
|
|
507
|
-
export declare namespace ReplicationGroupPendingModifiedValues {
|
|
508
|
-
|
|
509
|
-
const filterSensitiveLog: (obj: ReplicationGroupPendingModifiedValues) => any;
|
|
510
|
-
}
|
|
511
403
|
|
|
512
404
|
export interface ReplicationGroup {
|
|
513
405
|
|
|
@@ -565,18 +457,10 @@ export interface ReplicationGroup {
|
|
|
565
457
|
|
|
566
458
|
AutoMinorVersionUpgrade?: boolean;
|
|
567
459
|
}
|
|
568
|
-
export declare namespace ReplicationGroup {
|
|
569
|
-
|
|
570
|
-
const filterSensitiveLog: (obj: ReplicationGroup) => any;
|
|
571
|
-
}
|
|
572
460
|
export interface CompleteMigrationResponse {
|
|
573
461
|
|
|
574
462
|
ReplicationGroup?: ReplicationGroup;
|
|
575
463
|
}
|
|
576
|
-
export declare namespace CompleteMigrationResponse {
|
|
577
|
-
|
|
578
|
-
const filterSensitiveLog: (obj: CompleteMigrationResponse) => any;
|
|
579
|
-
}
|
|
580
464
|
|
|
581
465
|
export declare class ReplicationGroupNotUnderMigrationFault extends __BaseException {
|
|
582
466
|
readonly name: "ReplicationGroupNotUnderMigrationFault";
|
|
@@ -597,10 +481,6 @@ export interface CopySnapshotMessage {
|
|
|
597
481
|
|
|
598
482
|
Tags?: Tag[];
|
|
599
483
|
}
|
|
600
|
-
export declare namespace CopySnapshotMessage {
|
|
601
|
-
|
|
602
|
-
const filterSensitiveLog: (obj: CopySnapshotMessage) => any;
|
|
603
|
-
}
|
|
604
484
|
|
|
605
485
|
export interface NodeGroupConfiguration {
|
|
606
486
|
|
|
@@ -618,10 +498,6 @@ export interface NodeGroupConfiguration {
|
|
|
618
498
|
|
|
619
499
|
ReplicaOutpostArns?: string[];
|
|
620
500
|
}
|
|
621
|
-
export declare namespace NodeGroupConfiguration {
|
|
622
|
-
|
|
623
|
-
const filterSensitiveLog: (obj: NodeGroupConfiguration) => any;
|
|
624
|
-
}
|
|
625
501
|
|
|
626
502
|
export interface NodeSnapshot {
|
|
627
503
|
|
|
@@ -639,10 +515,6 @@ export interface NodeSnapshot {
|
|
|
639
515
|
|
|
640
516
|
SnapshotCreateTime?: Date;
|
|
641
517
|
}
|
|
642
|
-
export declare namespace NodeSnapshot {
|
|
643
|
-
|
|
644
|
-
const filterSensitiveLog: (obj: NodeSnapshot) => any;
|
|
645
|
-
}
|
|
646
518
|
|
|
647
519
|
export interface Snapshot {
|
|
648
520
|
|
|
@@ -702,18 +574,10 @@ export interface Snapshot {
|
|
|
702
574
|
|
|
703
575
|
DataTiering?: DataTieringStatus | string;
|
|
704
576
|
}
|
|
705
|
-
export declare namespace Snapshot {
|
|
706
|
-
|
|
707
|
-
const filterSensitiveLog: (obj: Snapshot) => any;
|
|
708
|
-
}
|
|
709
577
|
export interface CopySnapshotResult {
|
|
710
578
|
|
|
711
579
|
Snapshot?: Snapshot;
|
|
712
580
|
}
|
|
713
|
-
export declare namespace CopySnapshotResult {
|
|
714
|
-
|
|
715
|
-
const filterSensitiveLog: (obj: CopySnapshotResult) => any;
|
|
716
|
-
}
|
|
717
581
|
|
|
718
582
|
export declare class InvalidSnapshotStateFault extends __BaseException {
|
|
719
583
|
readonly name: "InvalidSnapshotStateFault";
|
|
@@ -766,10 +630,6 @@ export interface LogDeliveryConfigurationRequest {
|
|
|
766
630
|
|
|
767
631
|
Enabled?: boolean;
|
|
768
632
|
}
|
|
769
|
-
export declare namespace LogDeliveryConfigurationRequest {
|
|
770
|
-
|
|
771
|
-
const filterSensitiveLog: (obj: LogDeliveryConfigurationRequest) => any;
|
|
772
|
-
}
|
|
773
633
|
export declare enum OutpostMode {
|
|
774
634
|
CROSS_OUTPOST = "cross-outpost",
|
|
775
635
|
SINGLE_OUTPOST = "single-outpost"
|
|
@@ -833,10 +693,6 @@ export interface CreateCacheClusterMessage {
|
|
|
833
693
|
|
|
834
694
|
TransitEncryptionEnabled?: boolean;
|
|
835
695
|
}
|
|
836
|
-
export declare namespace CreateCacheClusterMessage {
|
|
837
|
-
|
|
838
|
-
const filterSensitiveLog: (obj: CreateCacheClusterMessage) => any;
|
|
839
|
-
}
|
|
840
696
|
|
|
841
697
|
export interface CacheNode {
|
|
842
698
|
|
|
@@ -856,10 +712,6 @@ export interface CacheNode {
|
|
|
856
712
|
|
|
857
713
|
CustomerOutpostArn?: string;
|
|
858
714
|
}
|
|
859
|
-
export declare namespace CacheNode {
|
|
860
|
-
|
|
861
|
-
const filterSensitiveLog: (obj: CacheNode) => any;
|
|
862
|
-
}
|
|
863
715
|
|
|
864
716
|
export interface CacheParameterGroupStatus {
|
|
865
717
|
|
|
@@ -869,10 +721,6 @@ export interface CacheParameterGroupStatus {
|
|
|
869
721
|
|
|
870
722
|
CacheNodeIdsToReboot?: string[];
|
|
871
723
|
}
|
|
872
|
-
export declare namespace CacheParameterGroupStatus {
|
|
873
|
-
|
|
874
|
-
const filterSensitiveLog: (obj: CacheParameterGroupStatus) => any;
|
|
875
|
-
}
|
|
876
724
|
|
|
877
725
|
export interface CacheSecurityGroupMembership {
|
|
878
726
|
|
|
@@ -880,10 +728,6 @@ export interface CacheSecurityGroupMembership {
|
|
|
880
728
|
|
|
881
729
|
Status?: string;
|
|
882
730
|
}
|
|
883
|
-
export declare namespace CacheSecurityGroupMembership {
|
|
884
|
-
|
|
885
|
-
const filterSensitiveLog: (obj: CacheSecurityGroupMembership) => any;
|
|
886
|
-
}
|
|
887
731
|
|
|
888
732
|
export interface NotificationConfiguration {
|
|
889
733
|
|
|
@@ -891,10 +735,6 @@ export interface NotificationConfiguration {
|
|
|
891
735
|
|
|
892
736
|
TopicStatus?: string;
|
|
893
737
|
}
|
|
894
|
-
export declare namespace NotificationConfiguration {
|
|
895
|
-
|
|
896
|
-
const filterSensitiveLog: (obj: NotificationConfiguration) => any;
|
|
897
|
-
}
|
|
898
738
|
|
|
899
739
|
export interface PendingModifiedValues {
|
|
900
740
|
|
|
@@ -910,10 +750,6 @@ export interface PendingModifiedValues {
|
|
|
910
750
|
|
|
911
751
|
LogDeliveryConfigurations?: PendingLogDeliveryConfiguration[];
|
|
912
752
|
}
|
|
913
|
-
export declare namespace PendingModifiedValues {
|
|
914
|
-
|
|
915
|
-
const filterSensitiveLog: (obj: PendingModifiedValues) => any;
|
|
916
|
-
}
|
|
917
753
|
|
|
918
754
|
export interface SecurityGroupMembership {
|
|
919
755
|
|
|
@@ -921,10 +757,6 @@ export interface SecurityGroupMembership {
|
|
|
921
757
|
|
|
922
758
|
Status?: string;
|
|
923
759
|
}
|
|
924
|
-
export declare namespace SecurityGroupMembership {
|
|
925
|
-
|
|
926
|
-
const filterSensitiveLog: (obj: SecurityGroupMembership) => any;
|
|
927
|
-
}
|
|
928
760
|
|
|
929
761
|
export interface CacheCluster {
|
|
930
762
|
|
|
@@ -988,18 +820,10 @@ export interface CacheCluster {
|
|
|
988
820
|
|
|
989
821
|
LogDeliveryConfigurations?: LogDeliveryConfiguration[];
|
|
990
822
|
}
|
|
991
|
-
export declare namespace CacheCluster {
|
|
992
|
-
|
|
993
|
-
const filterSensitiveLog: (obj: CacheCluster) => any;
|
|
994
|
-
}
|
|
995
823
|
export interface CreateCacheClusterResult {
|
|
996
824
|
|
|
997
825
|
CacheCluster?: CacheCluster;
|
|
998
826
|
}
|
|
999
|
-
export declare namespace CreateCacheClusterResult {
|
|
1000
|
-
|
|
1001
|
-
const filterSensitiveLog: (obj: CreateCacheClusterResult) => any;
|
|
1002
|
-
}
|
|
1003
827
|
|
|
1004
828
|
export declare class InsufficientCacheClusterCapacityFault extends __BaseException {
|
|
1005
829
|
readonly name: "InsufficientCacheClusterCapacityFault";
|
|
@@ -1053,10 +877,6 @@ export interface CreateCacheParameterGroupMessage {
|
|
|
1053
877
|
|
|
1054
878
|
Tags?: Tag[];
|
|
1055
879
|
}
|
|
1056
|
-
export declare namespace CreateCacheParameterGroupMessage {
|
|
1057
|
-
|
|
1058
|
-
const filterSensitiveLog: (obj: CreateCacheParameterGroupMessage) => any;
|
|
1059
|
-
}
|
|
1060
880
|
|
|
1061
881
|
export interface CacheParameterGroup {
|
|
1062
882
|
|
|
@@ -1070,18 +890,10 @@ export interface CacheParameterGroup {
|
|
|
1070
890
|
|
|
1071
891
|
ARN?: string;
|
|
1072
892
|
}
|
|
1073
|
-
export declare namespace CacheParameterGroup {
|
|
1074
|
-
|
|
1075
|
-
const filterSensitiveLog: (obj: CacheParameterGroup) => any;
|
|
1076
|
-
}
|
|
1077
893
|
export interface CreateCacheParameterGroupResult {
|
|
1078
894
|
|
|
1079
895
|
CacheParameterGroup?: CacheParameterGroup;
|
|
1080
896
|
}
|
|
1081
|
-
export declare namespace CreateCacheParameterGroupResult {
|
|
1082
|
-
|
|
1083
|
-
const filterSensitiveLog: (obj: CreateCacheParameterGroupResult) => any;
|
|
1084
|
-
}
|
|
1085
897
|
|
|
1086
898
|
export declare class InvalidCacheParameterGroupStateFault extends __BaseException {
|
|
1087
899
|
readonly name: "InvalidCacheParameterGroupStateFault";
|
|
@@ -1112,18 +924,10 @@ export interface CreateCacheSecurityGroupMessage {
|
|
|
1112
924
|
|
|
1113
925
|
Tags?: Tag[];
|
|
1114
926
|
}
|
|
1115
|
-
export declare namespace CreateCacheSecurityGroupMessage {
|
|
1116
|
-
|
|
1117
|
-
const filterSensitiveLog: (obj: CreateCacheSecurityGroupMessage) => any;
|
|
1118
|
-
}
|
|
1119
927
|
export interface CreateCacheSecurityGroupResult {
|
|
1120
928
|
|
|
1121
929
|
CacheSecurityGroup?: CacheSecurityGroup;
|
|
1122
930
|
}
|
|
1123
|
-
export declare namespace CreateCacheSecurityGroupResult {
|
|
1124
|
-
|
|
1125
|
-
const filterSensitiveLog: (obj: CreateCacheSecurityGroupResult) => any;
|
|
1126
|
-
}
|
|
1127
931
|
|
|
1128
932
|
export declare class CacheSubnetGroupAlreadyExistsFault extends __BaseException {
|
|
1129
933
|
readonly name: "CacheSubnetGroupAlreadyExistsFault";
|
|
@@ -1156,28 +960,16 @@ export interface CreateCacheSubnetGroupMessage {
|
|
|
1156
960
|
|
|
1157
961
|
Tags?: Tag[];
|
|
1158
962
|
}
|
|
1159
|
-
export declare namespace CreateCacheSubnetGroupMessage {
|
|
1160
|
-
|
|
1161
|
-
const filterSensitiveLog: (obj: CreateCacheSubnetGroupMessage) => any;
|
|
1162
|
-
}
|
|
1163
963
|
|
|
1164
964
|
export interface AvailabilityZone {
|
|
1165
965
|
|
|
1166
966
|
Name?: string;
|
|
1167
967
|
}
|
|
1168
|
-
export declare namespace AvailabilityZone {
|
|
1169
|
-
|
|
1170
|
-
const filterSensitiveLog: (obj: AvailabilityZone) => any;
|
|
1171
|
-
}
|
|
1172
968
|
|
|
1173
969
|
export interface SubnetOutpost {
|
|
1174
970
|
|
|
1175
971
|
SubnetOutpostArn?: string;
|
|
1176
972
|
}
|
|
1177
|
-
export declare namespace SubnetOutpost {
|
|
1178
|
-
|
|
1179
|
-
const filterSensitiveLog: (obj: SubnetOutpost) => any;
|
|
1180
|
-
}
|
|
1181
973
|
|
|
1182
974
|
export interface Subnet {
|
|
1183
975
|
|
|
@@ -1187,10 +979,6 @@ export interface Subnet {
|
|
|
1187
979
|
|
|
1188
980
|
SubnetOutpost?: SubnetOutpost;
|
|
1189
981
|
}
|
|
1190
|
-
export declare namespace Subnet {
|
|
1191
|
-
|
|
1192
|
-
const filterSensitiveLog: (obj: Subnet) => any;
|
|
1193
|
-
}
|
|
1194
982
|
|
|
1195
983
|
export interface CacheSubnetGroup {
|
|
1196
984
|
|
|
@@ -1204,18 +992,10 @@ export interface CacheSubnetGroup {
|
|
|
1204
992
|
|
|
1205
993
|
ARN?: string;
|
|
1206
994
|
}
|
|
1207
|
-
export declare namespace CacheSubnetGroup {
|
|
1208
|
-
|
|
1209
|
-
const filterSensitiveLog: (obj: CacheSubnetGroup) => any;
|
|
1210
|
-
}
|
|
1211
995
|
export interface CreateCacheSubnetGroupResult {
|
|
1212
996
|
|
|
1213
997
|
CacheSubnetGroup?: CacheSubnetGroup;
|
|
1214
998
|
}
|
|
1215
|
-
export declare namespace CreateCacheSubnetGroupResult {
|
|
1216
|
-
|
|
1217
|
-
const filterSensitiveLog: (obj: CreateCacheSubnetGroupResult) => any;
|
|
1218
|
-
}
|
|
1219
999
|
|
|
1220
1000
|
export declare class InvalidSubnet extends __BaseException {
|
|
1221
1001
|
readonly name: "InvalidSubnet";
|
|
@@ -1238,10 +1018,6 @@ export interface CreateGlobalReplicationGroupMessage {
|
|
|
1238
1018
|
|
|
1239
1019
|
PrimaryReplicationGroupId: string | undefined;
|
|
1240
1020
|
}
|
|
1241
|
-
export declare namespace CreateGlobalReplicationGroupMessage {
|
|
1242
|
-
|
|
1243
|
-
const filterSensitiveLog: (obj: CreateGlobalReplicationGroupMessage) => any;
|
|
1244
|
-
}
|
|
1245
1021
|
|
|
1246
1022
|
export interface GlobalNodeGroup {
|
|
1247
1023
|
|
|
@@ -1249,10 +1025,6 @@ export interface GlobalNodeGroup {
|
|
|
1249
1025
|
|
|
1250
1026
|
Slots?: string;
|
|
1251
1027
|
}
|
|
1252
|
-
export declare namespace GlobalNodeGroup {
|
|
1253
|
-
|
|
1254
|
-
const filterSensitiveLog: (obj: GlobalNodeGroup) => any;
|
|
1255
|
-
}
|
|
1256
1028
|
|
|
1257
1029
|
export interface GlobalReplicationGroupMember {
|
|
1258
1030
|
|
|
@@ -1266,10 +1038,6 @@ export interface GlobalReplicationGroupMember {
|
|
|
1266
1038
|
|
|
1267
1039
|
Status?: string;
|
|
1268
1040
|
}
|
|
1269
|
-
export declare namespace GlobalReplicationGroupMember {
|
|
1270
|
-
|
|
1271
|
-
const filterSensitiveLog: (obj: GlobalReplicationGroupMember) => any;
|
|
1272
|
-
}
|
|
1273
1041
|
|
|
1274
1042
|
export interface GlobalReplicationGroup {
|
|
1275
1043
|
|
|
@@ -1299,18 +1067,10 @@ export interface GlobalReplicationGroup {
|
|
|
1299
1067
|
|
|
1300
1068
|
ARN?: string;
|
|
1301
1069
|
}
|
|
1302
|
-
export declare namespace GlobalReplicationGroup {
|
|
1303
|
-
|
|
1304
|
-
const filterSensitiveLog: (obj: GlobalReplicationGroup) => any;
|
|
1305
|
-
}
|
|
1306
1070
|
export interface CreateGlobalReplicationGroupResult {
|
|
1307
1071
|
|
|
1308
1072
|
GlobalReplicationGroup?: GlobalReplicationGroup;
|
|
1309
1073
|
}
|
|
1310
|
-
export declare namespace CreateGlobalReplicationGroupResult {
|
|
1311
|
-
|
|
1312
|
-
const filterSensitiveLog: (obj: CreateGlobalReplicationGroupResult) => any;
|
|
1313
|
-
}
|
|
1314
1074
|
|
|
1315
1075
|
export declare class GlobalReplicationGroupAlreadyExistsFault extends __BaseException {
|
|
1316
1076
|
readonly name: "GlobalReplicationGroupAlreadyExistsFault";
|
|
@@ -1396,18 +1156,10 @@ export interface CreateReplicationGroupMessage {
|
|
|
1396
1156
|
|
|
1397
1157
|
DataTieringEnabled?: boolean;
|
|
1398
1158
|
}
|
|
1399
|
-
export declare namespace CreateReplicationGroupMessage {
|
|
1400
|
-
|
|
1401
|
-
const filterSensitiveLog: (obj: CreateReplicationGroupMessage) => any;
|
|
1402
|
-
}
|
|
1403
1159
|
export interface CreateReplicationGroupResult {
|
|
1404
1160
|
|
|
1405
1161
|
ReplicationGroup?: ReplicationGroup;
|
|
1406
1162
|
}
|
|
1407
|
-
export declare namespace CreateReplicationGroupResult {
|
|
1408
|
-
|
|
1409
|
-
const filterSensitiveLog: (obj: CreateReplicationGroupResult) => any;
|
|
1410
|
-
}
|
|
1411
1163
|
|
|
1412
1164
|
export declare class GlobalReplicationGroupNotFoundFault extends __BaseException {
|
|
1413
1165
|
readonly name: "GlobalReplicationGroupNotFoundFault";
|
|
@@ -1463,18 +1215,10 @@ export interface CreateSnapshotMessage {
|
|
|
1463
1215
|
|
|
1464
1216
|
Tags?: Tag[];
|
|
1465
1217
|
}
|
|
1466
|
-
export declare namespace CreateSnapshotMessage {
|
|
1467
|
-
|
|
1468
|
-
const filterSensitiveLog: (obj: CreateSnapshotMessage) => any;
|
|
1469
|
-
}
|
|
1470
1218
|
export interface CreateSnapshotResult {
|
|
1471
1219
|
|
|
1472
1220
|
Snapshot?: Snapshot;
|
|
1473
1221
|
}
|
|
1474
|
-
export declare namespace CreateSnapshotResult {
|
|
1475
|
-
|
|
1476
|
-
const filterSensitiveLog: (obj: CreateSnapshotResult) => any;
|
|
1477
|
-
}
|
|
1478
1222
|
|
|
1479
1223
|
export declare class SnapshotFeatureNotSupportedFault extends __BaseException {
|
|
1480
1224
|
readonly name: "SnapshotFeatureNotSupportedFault";
|
|
@@ -1498,10 +1242,6 @@ export interface CreateUserMessage {
|
|
|
1498
1242
|
|
|
1499
1243
|
Tags?: Tag[];
|
|
1500
1244
|
}
|
|
1501
|
-
export declare namespace CreateUserMessage {
|
|
1502
|
-
|
|
1503
|
-
const filterSensitiveLog: (obj: CreateUserMessage) => any;
|
|
1504
|
-
}
|
|
1505
1245
|
|
|
1506
1246
|
export declare class DuplicateUserNameFault extends __BaseException {
|
|
1507
1247
|
readonly name: "DuplicateUserNameFault";
|
|
@@ -1520,10 +1260,6 @@ export interface Authentication {
|
|
|
1520
1260
|
|
|
1521
1261
|
PasswordCount?: number;
|
|
1522
1262
|
}
|
|
1523
|
-
export declare namespace Authentication {
|
|
1524
|
-
|
|
1525
|
-
const filterSensitiveLog: (obj: Authentication) => any;
|
|
1526
|
-
}
|
|
1527
1263
|
export interface User {
|
|
1528
1264
|
|
|
1529
1265
|
UserId?: string;
|
|
@@ -1544,10 +1280,6 @@ export interface User {
|
|
|
1544
1280
|
|
|
1545
1281
|
ARN?: string;
|
|
1546
1282
|
}
|
|
1547
|
-
export declare namespace User {
|
|
1548
|
-
|
|
1549
|
-
const filterSensitiveLog: (obj: User) => any;
|
|
1550
|
-
}
|
|
1551
1283
|
|
|
1552
1284
|
export declare class UserAlreadyExistsFault extends __BaseException {
|
|
1553
1285
|
readonly name: "UserAlreadyExistsFault";
|
|
@@ -1572,10 +1304,6 @@ export interface CreateUserGroupMessage {
|
|
|
1572
1304
|
|
|
1573
1305
|
Tags?: Tag[];
|
|
1574
1306
|
}
|
|
1575
|
-
export declare namespace CreateUserGroupMessage {
|
|
1576
|
-
|
|
1577
|
-
const filterSensitiveLog: (obj: CreateUserGroupMessage) => any;
|
|
1578
|
-
}
|
|
1579
1307
|
|
|
1580
1308
|
export declare class DefaultUserRequired extends __BaseException {
|
|
1581
1309
|
readonly name: "DefaultUserRequired";
|
|
@@ -1590,10 +1318,6 @@ export interface UserGroupPendingChanges {
|
|
|
1590
1318
|
|
|
1591
1319
|
UserIdsToAdd?: string[];
|
|
1592
1320
|
}
|
|
1593
|
-
export declare namespace UserGroupPendingChanges {
|
|
1594
|
-
|
|
1595
|
-
const filterSensitiveLog: (obj: UserGroupPendingChanges) => any;
|
|
1596
|
-
}
|
|
1597
1321
|
export interface UserGroup {
|
|
1598
1322
|
|
|
1599
1323
|
UserGroupId?: string;
|
|
@@ -1612,10 +1336,6 @@ export interface UserGroup {
|
|
|
1612
1336
|
|
|
1613
1337
|
ARN?: string;
|
|
1614
1338
|
}
|
|
1615
|
-
export declare namespace UserGroup {
|
|
1616
|
-
|
|
1617
|
-
const filterSensitiveLog: (obj: UserGroup) => any;
|
|
1618
|
-
}
|
|
1619
1339
|
|
|
1620
1340
|
export declare class UserGroupAlreadyExistsFault extends __BaseException {
|
|
1621
1341
|
readonly name: "UserGroupAlreadyExistsFault";
|
|
@@ -1642,18 +1362,10 @@ export interface DecreaseNodeGroupsInGlobalReplicationGroupMessage {
|
|
|
1642
1362
|
|
|
1643
1363
|
ApplyImmediately: boolean | undefined;
|
|
1644
1364
|
}
|
|
1645
|
-
export declare namespace DecreaseNodeGroupsInGlobalReplicationGroupMessage {
|
|
1646
|
-
|
|
1647
|
-
const filterSensitiveLog: (obj: DecreaseNodeGroupsInGlobalReplicationGroupMessage) => any;
|
|
1648
|
-
}
|
|
1649
1365
|
export interface DecreaseNodeGroupsInGlobalReplicationGroupResult {
|
|
1650
1366
|
|
|
1651
1367
|
GlobalReplicationGroup?: GlobalReplicationGroup;
|
|
1652
1368
|
}
|
|
1653
|
-
export declare namespace DecreaseNodeGroupsInGlobalReplicationGroupResult {
|
|
1654
|
-
|
|
1655
|
-
const filterSensitiveLog: (obj: DecreaseNodeGroupsInGlobalReplicationGroupResult) => any;
|
|
1656
|
-
}
|
|
1657
1369
|
|
|
1658
1370
|
export interface ConfigureShard {
|
|
1659
1371
|
|
|
@@ -1665,10 +1377,6 @@ export interface ConfigureShard {
|
|
|
1665
1377
|
|
|
1666
1378
|
PreferredOutpostArns?: string[];
|
|
1667
1379
|
}
|
|
1668
|
-
export declare namespace ConfigureShard {
|
|
1669
|
-
|
|
1670
|
-
const filterSensitiveLog: (obj: ConfigureShard) => any;
|
|
1671
|
-
}
|
|
1672
1380
|
export interface DecreaseReplicaCountMessage {
|
|
1673
1381
|
|
|
1674
1382
|
ReplicationGroupId: string | undefined;
|
|
@@ -1681,18 +1389,10 @@ export interface DecreaseReplicaCountMessage {
|
|
|
1681
1389
|
|
|
1682
1390
|
ApplyImmediately: boolean | undefined;
|
|
1683
1391
|
}
|
|
1684
|
-
export declare namespace DecreaseReplicaCountMessage {
|
|
1685
|
-
|
|
1686
|
-
const filterSensitiveLog: (obj: DecreaseReplicaCountMessage) => any;
|
|
1687
|
-
}
|
|
1688
1392
|
export interface DecreaseReplicaCountResult {
|
|
1689
1393
|
|
|
1690
1394
|
ReplicationGroup?: ReplicationGroup;
|
|
1691
1395
|
}
|
|
1692
|
-
export declare namespace DecreaseReplicaCountResult {
|
|
1693
|
-
|
|
1694
|
-
const filterSensitiveLog: (obj: DecreaseReplicaCountResult) => any;
|
|
1695
|
-
}
|
|
1696
1396
|
|
|
1697
1397
|
export declare class NoOperationFault extends __BaseException {
|
|
1698
1398
|
readonly name: "NoOperationFault";
|
|
@@ -1707,36 +1407,20 @@ export interface DeleteCacheClusterMessage {
|
|
|
1707
1407
|
|
|
1708
1408
|
FinalSnapshotIdentifier?: string;
|
|
1709
1409
|
}
|
|
1710
|
-
export declare namespace DeleteCacheClusterMessage {
|
|
1711
|
-
|
|
1712
|
-
const filterSensitiveLog: (obj: DeleteCacheClusterMessage) => any;
|
|
1713
|
-
}
|
|
1714
1410
|
export interface DeleteCacheClusterResult {
|
|
1715
1411
|
|
|
1716
1412
|
CacheCluster?: CacheCluster;
|
|
1717
1413
|
}
|
|
1718
|
-
export declare namespace DeleteCacheClusterResult {
|
|
1719
|
-
|
|
1720
|
-
const filterSensitiveLog: (obj: DeleteCacheClusterResult) => any;
|
|
1721
|
-
}
|
|
1722
1414
|
|
|
1723
1415
|
export interface DeleteCacheParameterGroupMessage {
|
|
1724
1416
|
|
|
1725
1417
|
CacheParameterGroupName: string | undefined;
|
|
1726
1418
|
}
|
|
1727
|
-
export declare namespace DeleteCacheParameterGroupMessage {
|
|
1728
|
-
|
|
1729
|
-
const filterSensitiveLog: (obj: DeleteCacheParameterGroupMessage) => any;
|
|
1730
|
-
}
|
|
1731
1419
|
|
|
1732
1420
|
export interface DeleteCacheSecurityGroupMessage {
|
|
1733
1421
|
|
|
1734
1422
|
CacheSecurityGroupName: string | undefined;
|
|
1735
1423
|
}
|
|
1736
|
-
export declare namespace DeleteCacheSecurityGroupMessage {
|
|
1737
|
-
|
|
1738
|
-
const filterSensitiveLog: (obj: DeleteCacheSecurityGroupMessage) => any;
|
|
1739
|
-
}
|
|
1740
1424
|
|
|
1741
1425
|
export declare class CacheSubnetGroupInUse extends __BaseException {
|
|
1742
1426
|
readonly name: "CacheSubnetGroupInUse";
|
|
@@ -1749,28 +1433,16 @@ export interface DeleteCacheSubnetGroupMessage {
|
|
|
1749
1433
|
|
|
1750
1434
|
CacheSubnetGroupName: string | undefined;
|
|
1751
1435
|
}
|
|
1752
|
-
export declare namespace DeleteCacheSubnetGroupMessage {
|
|
1753
|
-
|
|
1754
|
-
const filterSensitiveLog: (obj: DeleteCacheSubnetGroupMessage) => any;
|
|
1755
|
-
}
|
|
1756
1436
|
export interface DeleteGlobalReplicationGroupMessage {
|
|
1757
1437
|
|
|
1758
1438
|
GlobalReplicationGroupId: string | undefined;
|
|
1759
1439
|
|
|
1760
1440
|
RetainPrimaryReplicationGroup: boolean | undefined;
|
|
1761
1441
|
}
|
|
1762
|
-
export declare namespace DeleteGlobalReplicationGroupMessage {
|
|
1763
|
-
|
|
1764
|
-
const filterSensitiveLog: (obj: DeleteGlobalReplicationGroupMessage) => any;
|
|
1765
|
-
}
|
|
1766
1442
|
export interface DeleteGlobalReplicationGroupResult {
|
|
1767
1443
|
|
|
1768
1444
|
GlobalReplicationGroup?: GlobalReplicationGroup;
|
|
1769
1445
|
}
|
|
1770
|
-
export declare namespace DeleteGlobalReplicationGroupResult {
|
|
1771
|
-
|
|
1772
|
-
const filterSensitiveLog: (obj: DeleteGlobalReplicationGroupResult) => any;
|
|
1773
|
-
}
|
|
1774
1446
|
|
|
1775
1447
|
export interface DeleteReplicationGroupMessage {
|
|
1776
1448
|
|
|
@@ -1780,35 +1452,19 @@ export interface DeleteReplicationGroupMessage {
|
|
|
1780
1452
|
|
|
1781
1453
|
FinalSnapshotIdentifier?: string;
|
|
1782
1454
|
}
|
|
1783
|
-
export declare namespace DeleteReplicationGroupMessage {
|
|
1784
|
-
|
|
1785
|
-
const filterSensitiveLog: (obj: DeleteReplicationGroupMessage) => any;
|
|
1786
|
-
}
|
|
1787
1455
|
export interface DeleteReplicationGroupResult {
|
|
1788
1456
|
|
|
1789
1457
|
ReplicationGroup?: ReplicationGroup;
|
|
1790
1458
|
}
|
|
1791
|
-
export declare namespace DeleteReplicationGroupResult {
|
|
1792
|
-
|
|
1793
|
-
const filterSensitiveLog: (obj: DeleteReplicationGroupResult) => any;
|
|
1794
|
-
}
|
|
1795
1459
|
|
|
1796
1460
|
export interface DeleteSnapshotMessage {
|
|
1797
1461
|
|
|
1798
1462
|
SnapshotName: string | undefined;
|
|
1799
1463
|
}
|
|
1800
|
-
export declare namespace DeleteSnapshotMessage {
|
|
1801
|
-
|
|
1802
|
-
const filterSensitiveLog: (obj: DeleteSnapshotMessage) => any;
|
|
1803
|
-
}
|
|
1804
1464
|
export interface DeleteSnapshotResult {
|
|
1805
1465
|
|
|
1806
1466
|
Snapshot?: Snapshot;
|
|
1807
1467
|
}
|
|
1808
|
-
export declare namespace DeleteSnapshotResult {
|
|
1809
|
-
|
|
1810
|
-
const filterSensitiveLog: (obj: DeleteSnapshotResult) => any;
|
|
1811
|
-
}
|
|
1812
1468
|
|
|
1813
1469
|
export declare class DefaultUserAssociatedToUserGroupFault extends __BaseException {
|
|
1814
1470
|
readonly name: "DefaultUserAssociatedToUserGroupFault";
|
|
@@ -1820,10 +1476,6 @@ export interface DeleteUserMessage {
|
|
|
1820
1476
|
|
|
1821
1477
|
UserId: string | undefined;
|
|
1822
1478
|
}
|
|
1823
|
-
export declare namespace DeleteUserMessage {
|
|
1824
|
-
|
|
1825
|
-
const filterSensitiveLog: (obj: DeleteUserMessage) => any;
|
|
1826
|
-
}
|
|
1827
1479
|
|
|
1828
1480
|
export declare class InvalidUserStateFault extends __BaseException {
|
|
1829
1481
|
readonly name: "InvalidUserStateFault";
|
|
@@ -1835,10 +1487,6 @@ export interface DeleteUserGroupMessage {
|
|
|
1835
1487
|
|
|
1836
1488
|
UserGroupId: string | undefined;
|
|
1837
1489
|
}
|
|
1838
|
-
export declare namespace DeleteUserGroupMessage {
|
|
1839
|
-
|
|
1840
|
-
const filterSensitiveLog: (obj: DeleteUserGroupMessage) => any;
|
|
1841
|
-
}
|
|
1842
1490
|
|
|
1843
1491
|
export interface CacheClusterMessage {
|
|
1844
1492
|
|
|
@@ -1846,10 +1494,6 @@ export interface CacheClusterMessage {
|
|
|
1846
1494
|
|
|
1847
1495
|
CacheClusters?: CacheCluster[];
|
|
1848
1496
|
}
|
|
1849
|
-
export declare namespace CacheClusterMessage {
|
|
1850
|
-
|
|
1851
|
-
const filterSensitiveLog: (obj: CacheClusterMessage) => any;
|
|
1852
|
-
}
|
|
1853
1497
|
|
|
1854
1498
|
export interface DescribeCacheClustersMessage {
|
|
1855
1499
|
|
|
@@ -1863,10 +1507,6 @@ export interface DescribeCacheClustersMessage {
|
|
|
1863
1507
|
|
|
1864
1508
|
ShowCacheClustersNotInReplicationGroups?: boolean;
|
|
1865
1509
|
}
|
|
1866
|
-
export declare namespace DescribeCacheClustersMessage {
|
|
1867
|
-
|
|
1868
|
-
const filterSensitiveLog: (obj: DescribeCacheClustersMessage) => any;
|
|
1869
|
-
}
|
|
1870
1510
|
|
|
1871
1511
|
export interface CacheEngineVersion {
|
|
1872
1512
|
|
|
@@ -1880,10 +1520,6 @@ export interface CacheEngineVersion {
|
|
|
1880
1520
|
|
|
1881
1521
|
CacheEngineVersionDescription?: string;
|
|
1882
1522
|
}
|
|
1883
|
-
export declare namespace CacheEngineVersion {
|
|
1884
|
-
|
|
1885
|
-
const filterSensitiveLog: (obj: CacheEngineVersion) => any;
|
|
1886
|
-
}
|
|
1887
1523
|
|
|
1888
1524
|
export interface CacheEngineVersionMessage {
|
|
1889
1525
|
|
|
@@ -1891,10 +1527,6 @@ export interface CacheEngineVersionMessage {
|
|
|
1891
1527
|
|
|
1892
1528
|
CacheEngineVersions?: CacheEngineVersion[];
|
|
1893
1529
|
}
|
|
1894
|
-
export declare namespace CacheEngineVersionMessage {
|
|
1895
|
-
|
|
1896
|
-
const filterSensitiveLog: (obj: CacheEngineVersionMessage) => any;
|
|
1897
|
-
}
|
|
1898
1530
|
|
|
1899
1531
|
export interface DescribeCacheEngineVersionsMessage {
|
|
1900
1532
|
|
|
@@ -1910,10 +1542,6 @@ export interface DescribeCacheEngineVersionsMessage {
|
|
|
1910
1542
|
|
|
1911
1543
|
DefaultOnly?: boolean;
|
|
1912
1544
|
}
|
|
1913
|
-
export declare namespace DescribeCacheEngineVersionsMessage {
|
|
1914
|
-
|
|
1915
|
-
const filterSensitiveLog: (obj: DescribeCacheEngineVersionsMessage) => any;
|
|
1916
|
-
}
|
|
1917
1545
|
|
|
1918
1546
|
export interface CacheParameterGroupsMessage {
|
|
1919
1547
|
|
|
@@ -1921,10 +1549,6 @@ export interface CacheParameterGroupsMessage {
|
|
|
1921
1549
|
|
|
1922
1550
|
CacheParameterGroups?: CacheParameterGroup[];
|
|
1923
1551
|
}
|
|
1924
|
-
export declare namespace CacheParameterGroupsMessage {
|
|
1925
|
-
|
|
1926
|
-
const filterSensitiveLog: (obj: CacheParameterGroupsMessage) => any;
|
|
1927
|
-
}
|
|
1928
1552
|
|
|
1929
1553
|
export interface DescribeCacheParameterGroupsMessage {
|
|
1930
1554
|
|
|
@@ -1934,10 +1558,6 @@ export interface DescribeCacheParameterGroupsMessage {
|
|
|
1934
1558
|
|
|
1935
1559
|
Marker?: string;
|
|
1936
1560
|
}
|
|
1937
|
-
export declare namespace DescribeCacheParameterGroupsMessage {
|
|
1938
|
-
|
|
1939
|
-
const filterSensitiveLog: (obj: DescribeCacheParameterGroupsMessage) => any;
|
|
1940
|
-
}
|
|
1941
1561
|
|
|
1942
1562
|
export interface CacheNodeTypeSpecificValue {
|
|
1943
1563
|
|
|
@@ -1945,10 +1565,6 @@ export interface CacheNodeTypeSpecificValue {
|
|
|
1945
1565
|
|
|
1946
1566
|
Value?: string;
|
|
1947
1567
|
}
|
|
1948
|
-
export declare namespace CacheNodeTypeSpecificValue {
|
|
1949
|
-
|
|
1950
|
-
const filterSensitiveLog: (obj: CacheNodeTypeSpecificValue) => any;
|
|
1951
|
-
}
|
|
1952
1568
|
export declare type ChangeType = "immediate" | "requires-reboot";
|
|
1953
1569
|
|
|
1954
1570
|
export interface CacheNodeTypeSpecificParameter {
|
|
@@ -1971,10 +1587,6 @@ export interface CacheNodeTypeSpecificParameter {
|
|
|
1971
1587
|
|
|
1972
1588
|
ChangeType?: ChangeType | string;
|
|
1973
1589
|
}
|
|
1974
|
-
export declare namespace CacheNodeTypeSpecificParameter {
|
|
1975
|
-
|
|
1976
|
-
const filterSensitiveLog: (obj: CacheNodeTypeSpecificParameter) => any;
|
|
1977
|
-
}
|
|
1978
1590
|
|
|
1979
1591
|
export interface Parameter {
|
|
1980
1592
|
|
|
@@ -1996,10 +1608,6 @@ export interface Parameter {
|
|
|
1996
1608
|
|
|
1997
1609
|
ChangeType?: ChangeType | string;
|
|
1998
1610
|
}
|
|
1999
|
-
export declare namespace Parameter {
|
|
2000
|
-
|
|
2001
|
-
const filterSensitiveLog: (obj: Parameter) => any;
|
|
2002
|
-
}
|
|
2003
1611
|
|
|
2004
1612
|
export interface CacheParameterGroupDetails {
|
|
2005
1613
|
|
|
@@ -2009,10 +1617,6 @@ export interface CacheParameterGroupDetails {
|
|
|
2009
1617
|
|
|
2010
1618
|
CacheNodeTypeSpecificParameters?: CacheNodeTypeSpecificParameter[];
|
|
2011
1619
|
}
|
|
2012
|
-
export declare namespace CacheParameterGroupDetails {
|
|
2013
|
-
|
|
2014
|
-
const filterSensitiveLog: (obj: CacheParameterGroupDetails) => any;
|
|
2015
|
-
}
|
|
2016
1620
|
|
|
2017
1621
|
export interface DescribeCacheParametersMessage {
|
|
2018
1622
|
|
|
@@ -2024,10 +1628,6 @@ export interface DescribeCacheParametersMessage {
|
|
|
2024
1628
|
|
|
2025
1629
|
Marker?: string;
|
|
2026
1630
|
}
|
|
2027
|
-
export declare namespace DescribeCacheParametersMessage {
|
|
2028
|
-
|
|
2029
|
-
const filterSensitiveLog: (obj: DescribeCacheParametersMessage) => any;
|
|
2030
|
-
}
|
|
2031
1631
|
|
|
2032
1632
|
export interface CacheSecurityGroupMessage {
|
|
2033
1633
|
|
|
@@ -2035,10 +1635,6 @@ export interface CacheSecurityGroupMessage {
|
|
|
2035
1635
|
|
|
2036
1636
|
CacheSecurityGroups?: CacheSecurityGroup[];
|
|
2037
1637
|
}
|
|
2038
|
-
export declare namespace CacheSecurityGroupMessage {
|
|
2039
|
-
|
|
2040
|
-
const filterSensitiveLog: (obj: CacheSecurityGroupMessage) => any;
|
|
2041
|
-
}
|
|
2042
1638
|
|
|
2043
1639
|
export interface DescribeCacheSecurityGroupsMessage {
|
|
2044
1640
|
|
|
@@ -2048,10 +1644,6 @@ export interface DescribeCacheSecurityGroupsMessage {
|
|
|
2048
1644
|
|
|
2049
1645
|
Marker?: string;
|
|
2050
1646
|
}
|
|
2051
|
-
export declare namespace DescribeCacheSecurityGroupsMessage {
|
|
2052
|
-
|
|
2053
|
-
const filterSensitiveLog: (obj: DescribeCacheSecurityGroupsMessage) => any;
|
|
2054
|
-
}
|
|
2055
1647
|
|
|
2056
1648
|
export interface CacheSubnetGroupMessage {
|
|
2057
1649
|
|
|
@@ -2059,10 +1651,6 @@ export interface CacheSubnetGroupMessage {
|
|
|
2059
1651
|
|
|
2060
1652
|
CacheSubnetGroups?: CacheSubnetGroup[];
|
|
2061
1653
|
}
|
|
2062
|
-
export declare namespace CacheSubnetGroupMessage {
|
|
2063
|
-
|
|
2064
|
-
const filterSensitiveLog: (obj: CacheSubnetGroupMessage) => any;
|
|
2065
|
-
}
|
|
2066
1654
|
|
|
2067
1655
|
export interface DescribeCacheSubnetGroupsMessage {
|
|
2068
1656
|
|
|
@@ -2072,10 +1660,6 @@ export interface DescribeCacheSubnetGroupsMessage {
|
|
|
2072
1660
|
|
|
2073
1661
|
Marker?: string;
|
|
2074
1662
|
}
|
|
2075
|
-
export declare namespace DescribeCacheSubnetGroupsMessage {
|
|
2076
|
-
|
|
2077
|
-
const filterSensitiveLog: (obj: DescribeCacheSubnetGroupsMessage) => any;
|
|
2078
|
-
}
|
|
2079
1663
|
|
|
2080
1664
|
export interface DescribeEngineDefaultParametersMessage {
|
|
2081
1665
|
|
|
@@ -2085,10 +1669,6 @@ export interface DescribeEngineDefaultParametersMessage {
|
|
|
2085
1669
|
|
|
2086
1670
|
Marker?: string;
|
|
2087
1671
|
}
|
|
2088
|
-
export declare namespace DescribeEngineDefaultParametersMessage {
|
|
2089
|
-
|
|
2090
|
-
const filterSensitiveLog: (obj: DescribeEngineDefaultParametersMessage) => any;
|
|
2091
|
-
}
|
|
2092
1672
|
|
|
2093
1673
|
export interface EngineDefaults {
|
|
2094
1674
|
|
|
@@ -2100,18 +1680,10 @@ export interface EngineDefaults {
|
|
|
2100
1680
|
|
|
2101
1681
|
CacheNodeTypeSpecificParameters?: CacheNodeTypeSpecificParameter[];
|
|
2102
1682
|
}
|
|
2103
|
-
export declare namespace EngineDefaults {
|
|
2104
|
-
|
|
2105
|
-
const filterSensitiveLog: (obj: EngineDefaults) => any;
|
|
2106
|
-
}
|
|
2107
1683
|
export interface DescribeEngineDefaultParametersResult {
|
|
2108
1684
|
|
|
2109
1685
|
EngineDefaults?: EngineDefaults;
|
|
2110
1686
|
}
|
|
2111
|
-
export declare namespace DescribeEngineDefaultParametersResult {
|
|
2112
|
-
|
|
2113
|
-
const filterSensitiveLog: (obj: DescribeEngineDefaultParametersResult) => any;
|
|
2114
|
-
}
|
|
2115
1687
|
export declare type SourceType = "cache-cluster" | "cache-parameter-group" | "cache-security-group" | "cache-subnet-group" | "replication-group" | "user" | "user-group";
|
|
2116
1688
|
|
|
2117
1689
|
export interface DescribeEventsMessage {
|
|
@@ -2130,10 +1702,6 @@ export interface DescribeEventsMessage {
|
|
|
2130
1702
|
|
|
2131
1703
|
Marker?: string;
|
|
2132
1704
|
}
|
|
2133
|
-
export declare namespace DescribeEventsMessage {
|
|
2134
|
-
|
|
2135
|
-
const filterSensitiveLog: (obj: DescribeEventsMessage) => any;
|
|
2136
|
-
}
|
|
2137
1705
|
|
|
2138
1706
|
export interface Event {
|
|
2139
1707
|
|
|
@@ -2145,10 +1713,6 @@ export interface Event {
|
|
|
2145
1713
|
|
|
2146
1714
|
Date?: Date;
|
|
2147
1715
|
}
|
|
2148
|
-
export declare namespace Event {
|
|
2149
|
-
|
|
2150
|
-
const filterSensitiveLog: (obj: Event) => any;
|
|
2151
|
-
}
|
|
2152
1716
|
|
|
2153
1717
|
export interface EventsMessage {
|
|
2154
1718
|
|
|
@@ -2156,10 +1720,6 @@ export interface EventsMessage {
|
|
|
2156
1720
|
|
|
2157
1721
|
Events?: Event[];
|
|
2158
1722
|
}
|
|
2159
|
-
export declare namespace EventsMessage {
|
|
2160
|
-
|
|
2161
|
-
const filterSensitiveLog: (obj: EventsMessage) => any;
|
|
2162
|
-
}
|
|
2163
1723
|
export interface DescribeGlobalReplicationGroupsMessage {
|
|
2164
1724
|
|
|
2165
1725
|
GlobalReplicationGroupId?: string;
|
|
@@ -2170,20 +1730,12 @@ export interface DescribeGlobalReplicationGroupsMessage {
|
|
|
2170
1730
|
|
|
2171
1731
|
ShowMemberInfo?: boolean;
|
|
2172
1732
|
}
|
|
2173
|
-
export declare namespace DescribeGlobalReplicationGroupsMessage {
|
|
2174
|
-
|
|
2175
|
-
const filterSensitiveLog: (obj: DescribeGlobalReplicationGroupsMessage) => any;
|
|
2176
|
-
}
|
|
2177
1733
|
export interface DescribeGlobalReplicationGroupsResult {
|
|
2178
1734
|
|
|
2179
1735
|
Marker?: string;
|
|
2180
1736
|
|
|
2181
1737
|
GlobalReplicationGroups?: GlobalReplicationGroup[];
|
|
2182
1738
|
}
|
|
2183
|
-
export declare namespace DescribeGlobalReplicationGroupsResult {
|
|
2184
|
-
|
|
2185
|
-
const filterSensitiveLog: (obj: DescribeGlobalReplicationGroupsResult) => any;
|
|
2186
|
-
}
|
|
2187
1739
|
|
|
2188
1740
|
export interface DescribeReplicationGroupsMessage {
|
|
2189
1741
|
|
|
@@ -2193,10 +1745,6 @@ export interface DescribeReplicationGroupsMessage {
|
|
|
2193
1745
|
|
|
2194
1746
|
Marker?: string;
|
|
2195
1747
|
}
|
|
2196
|
-
export declare namespace DescribeReplicationGroupsMessage {
|
|
2197
|
-
|
|
2198
|
-
const filterSensitiveLog: (obj: DescribeReplicationGroupsMessage) => any;
|
|
2199
|
-
}
|
|
2200
1748
|
|
|
2201
1749
|
export interface ReplicationGroupMessage {
|
|
2202
1750
|
|
|
@@ -2204,10 +1752,6 @@ export interface ReplicationGroupMessage {
|
|
|
2204
1752
|
|
|
2205
1753
|
ReplicationGroups?: ReplicationGroup[];
|
|
2206
1754
|
}
|
|
2207
|
-
export declare namespace ReplicationGroupMessage {
|
|
2208
|
-
|
|
2209
|
-
const filterSensitiveLog: (obj: ReplicationGroupMessage) => any;
|
|
2210
|
-
}
|
|
2211
1755
|
|
|
2212
1756
|
export interface DescribeReservedCacheNodesMessage {
|
|
2213
1757
|
|
|
@@ -2227,10 +1771,6 @@ export interface DescribeReservedCacheNodesMessage {
|
|
|
2227
1771
|
|
|
2228
1772
|
Marker?: string;
|
|
2229
1773
|
}
|
|
2230
|
-
export declare namespace DescribeReservedCacheNodesMessage {
|
|
2231
|
-
|
|
2232
|
-
const filterSensitiveLog: (obj: DescribeReservedCacheNodesMessage) => any;
|
|
2233
|
-
}
|
|
2234
1774
|
|
|
2235
1775
|
export interface RecurringCharge {
|
|
2236
1776
|
|
|
@@ -2238,10 +1778,6 @@ export interface RecurringCharge {
|
|
|
2238
1778
|
|
|
2239
1779
|
RecurringChargeFrequency?: string;
|
|
2240
1780
|
}
|
|
2241
|
-
export declare namespace RecurringCharge {
|
|
2242
|
-
|
|
2243
|
-
const filterSensitiveLog: (obj: RecurringCharge) => any;
|
|
2244
|
-
}
|
|
2245
1781
|
|
|
2246
1782
|
export interface ReservedCacheNode {
|
|
2247
1783
|
|
|
@@ -2271,10 +1807,6 @@ export interface ReservedCacheNode {
|
|
|
2271
1807
|
|
|
2272
1808
|
ReservationARN?: string;
|
|
2273
1809
|
}
|
|
2274
|
-
export declare namespace ReservedCacheNode {
|
|
2275
|
-
|
|
2276
|
-
const filterSensitiveLog: (obj: ReservedCacheNode) => any;
|
|
2277
|
-
}
|
|
2278
1810
|
|
|
2279
1811
|
export interface ReservedCacheNodeMessage {
|
|
2280
1812
|
|
|
@@ -2282,10 +1814,6 @@ export interface ReservedCacheNodeMessage {
|
|
|
2282
1814
|
|
|
2283
1815
|
ReservedCacheNodes?: ReservedCacheNode[];
|
|
2284
1816
|
}
|
|
2285
|
-
export declare namespace ReservedCacheNodeMessage {
|
|
2286
|
-
|
|
2287
|
-
const filterSensitiveLog: (obj: ReservedCacheNodeMessage) => any;
|
|
2288
|
-
}
|
|
2289
1817
|
|
|
2290
1818
|
export interface DescribeReservedCacheNodesOfferingsMessage {
|
|
2291
1819
|
|
|
@@ -2303,10 +1831,6 @@ export interface DescribeReservedCacheNodesOfferingsMessage {
|
|
|
2303
1831
|
|
|
2304
1832
|
Marker?: string;
|
|
2305
1833
|
}
|
|
2306
|
-
export declare namespace DescribeReservedCacheNodesOfferingsMessage {
|
|
2307
|
-
|
|
2308
|
-
const filterSensitiveLog: (obj: DescribeReservedCacheNodesOfferingsMessage) => any;
|
|
2309
|
-
}
|
|
2310
1834
|
|
|
2311
1835
|
export interface ReservedCacheNodesOffering {
|
|
2312
1836
|
|
|
@@ -2326,10 +1850,6 @@ export interface ReservedCacheNodesOffering {
|
|
|
2326
1850
|
|
|
2327
1851
|
RecurringCharges?: RecurringCharge[];
|
|
2328
1852
|
}
|
|
2329
|
-
export declare namespace ReservedCacheNodesOffering {
|
|
2330
|
-
|
|
2331
|
-
const filterSensitiveLog: (obj: ReservedCacheNodesOffering) => any;
|
|
2332
|
-
}
|
|
2333
1853
|
|
|
2334
1854
|
export interface ReservedCacheNodesOfferingMessage {
|
|
2335
1855
|
|
|
@@ -2337,10 +1857,6 @@ export interface ReservedCacheNodesOfferingMessage {
|
|
|
2337
1857
|
|
|
2338
1858
|
ReservedCacheNodesOfferings?: ReservedCacheNodesOffering[];
|
|
2339
1859
|
}
|
|
2340
|
-
export declare namespace ReservedCacheNodesOfferingMessage {
|
|
2341
|
-
|
|
2342
|
-
const filterSensitiveLog: (obj: ReservedCacheNodesOfferingMessage) => any;
|
|
2343
|
-
}
|
|
2344
1860
|
|
|
2345
1861
|
export declare class ReservedCacheNodesOfferingNotFoundFault extends __BaseException {
|
|
2346
1862
|
readonly name: "ReservedCacheNodesOfferingNotFoundFault";
|
|
@@ -2363,10 +1879,6 @@ export interface DescribeServiceUpdatesMessage {
|
|
|
2363
1879
|
|
|
2364
1880
|
Marker?: string;
|
|
2365
1881
|
}
|
|
2366
|
-
export declare namespace DescribeServiceUpdatesMessage {
|
|
2367
|
-
|
|
2368
|
-
const filterSensitiveLog: (obj: DescribeServiceUpdatesMessage) => any;
|
|
2369
|
-
}
|
|
2370
1882
|
export declare enum ServiceUpdateSeverity {
|
|
2371
1883
|
CRITICAL = "critical",
|
|
2372
1884
|
IMPORTANT = "important",
|
|
@@ -2403,20 +1915,12 @@ export interface ServiceUpdate {
|
|
|
2403
1915
|
|
|
2404
1916
|
EstimatedUpdateTime?: string;
|
|
2405
1917
|
}
|
|
2406
|
-
export declare namespace ServiceUpdate {
|
|
2407
|
-
|
|
2408
|
-
const filterSensitiveLog: (obj: ServiceUpdate) => any;
|
|
2409
|
-
}
|
|
2410
1918
|
export interface ServiceUpdatesMessage {
|
|
2411
1919
|
|
|
2412
1920
|
Marker?: string;
|
|
2413
1921
|
|
|
2414
1922
|
ServiceUpdates?: ServiceUpdate[];
|
|
2415
1923
|
}
|
|
2416
|
-
export declare namespace ServiceUpdatesMessage {
|
|
2417
|
-
|
|
2418
|
-
const filterSensitiveLog: (obj: ServiceUpdatesMessage) => any;
|
|
2419
|
-
}
|
|
2420
1924
|
|
|
2421
1925
|
export interface DescribeSnapshotsListMessage {
|
|
2422
1926
|
|
|
@@ -2424,10 +1928,6 @@ export interface DescribeSnapshotsListMessage {
|
|
|
2424
1928
|
|
|
2425
1929
|
Snapshots?: Snapshot[];
|
|
2426
1930
|
}
|
|
2427
|
-
export declare namespace DescribeSnapshotsListMessage {
|
|
2428
|
-
|
|
2429
|
-
const filterSensitiveLog: (obj: DescribeSnapshotsListMessage) => any;
|
|
2430
|
-
}
|
|
2431
1931
|
|
|
2432
1932
|
export interface DescribeSnapshotsMessage {
|
|
2433
1933
|
|
|
@@ -2445,10 +1945,6 @@ export interface DescribeSnapshotsMessage {
|
|
|
2445
1945
|
|
|
2446
1946
|
ShowNodeGroupConfig?: boolean;
|
|
2447
1947
|
}
|
|
2448
|
-
export declare namespace DescribeSnapshotsMessage {
|
|
2449
|
-
|
|
2450
|
-
const filterSensitiveLog: (obj: DescribeSnapshotsMessage) => any;
|
|
2451
|
-
}
|
|
2452
1948
|
|
|
2453
1949
|
export interface TimeRangeFilter {
|
|
2454
1950
|
|
|
@@ -2456,10 +1952,6 @@ export interface TimeRangeFilter {
|
|
|
2456
1952
|
|
|
2457
1953
|
EndTime?: Date;
|
|
2458
1954
|
}
|
|
2459
|
-
export declare namespace TimeRangeFilter {
|
|
2460
|
-
|
|
2461
|
-
const filterSensitiveLog: (obj: TimeRangeFilter) => any;
|
|
2462
|
-
}
|
|
2463
1955
|
export interface DescribeUpdateActionsMessage {
|
|
2464
1956
|
|
|
2465
1957
|
ServiceUpdateName?: string;
|
|
@@ -2482,10 +1974,6 @@ export interface DescribeUpdateActionsMessage {
|
|
|
2482
1974
|
|
|
2483
1975
|
Marker?: string;
|
|
2484
1976
|
}
|
|
2485
|
-
export declare namespace DescribeUpdateActionsMessage {
|
|
2486
|
-
|
|
2487
|
-
const filterSensitiveLog: (obj: DescribeUpdateActionsMessage) => any;
|
|
2488
|
-
}
|
|
2489
1977
|
export declare enum NodeUpdateInitiatedBy {
|
|
2490
1978
|
CUSTOMER = "customer",
|
|
2491
1979
|
SYSTEM = "system"
|
|
@@ -2517,10 +2005,6 @@ export interface CacheNodeUpdateStatus {
|
|
|
2517
2005
|
|
|
2518
2006
|
NodeUpdateStatusModifiedDate?: Date;
|
|
2519
2007
|
}
|
|
2520
|
-
export declare namespace CacheNodeUpdateStatus {
|
|
2521
|
-
|
|
2522
|
-
const filterSensitiveLog: (obj: CacheNodeUpdateStatus) => any;
|
|
2523
|
-
}
|
|
2524
2008
|
|
|
2525
2009
|
export interface NodeGroupMemberUpdateStatus {
|
|
2526
2010
|
|
|
@@ -2542,10 +2026,6 @@ export interface NodeGroupMemberUpdateStatus {
|
|
|
2542
2026
|
|
|
2543
2027
|
NodeUpdateStatusModifiedDate?: Date;
|
|
2544
2028
|
}
|
|
2545
|
-
export declare namespace NodeGroupMemberUpdateStatus {
|
|
2546
|
-
|
|
2547
|
-
const filterSensitiveLog: (obj: NodeGroupMemberUpdateStatus) => any;
|
|
2548
|
-
}
|
|
2549
2029
|
|
|
2550
2030
|
export interface NodeGroupUpdateStatus {
|
|
2551
2031
|
|
|
@@ -2553,10 +2033,6 @@ export interface NodeGroupUpdateStatus {
|
|
|
2553
2033
|
|
|
2554
2034
|
NodeGroupMemberUpdateStatus?: NodeGroupMemberUpdateStatus[];
|
|
2555
2035
|
}
|
|
2556
|
-
export declare namespace NodeGroupUpdateStatus {
|
|
2557
|
-
|
|
2558
|
-
const filterSensitiveLog: (obj: NodeGroupUpdateStatus) => any;
|
|
2559
|
-
}
|
|
2560
2036
|
export declare enum SlaMet {
|
|
2561
2037
|
NA = "n/a",
|
|
2562
2038
|
NO = "no",
|
|
@@ -2599,20 +2075,12 @@ export interface UpdateAction {
|
|
|
2599
2075
|
|
|
2600
2076
|
Engine?: string;
|
|
2601
2077
|
}
|
|
2602
|
-
export declare namespace UpdateAction {
|
|
2603
|
-
|
|
2604
|
-
const filterSensitiveLog: (obj: UpdateAction) => any;
|
|
2605
|
-
}
|
|
2606
2078
|
export interface UpdateActionsMessage {
|
|
2607
2079
|
|
|
2608
2080
|
Marker?: string;
|
|
2609
2081
|
|
|
2610
2082
|
UpdateActions?: UpdateAction[];
|
|
2611
2083
|
}
|
|
2612
|
-
export declare namespace UpdateActionsMessage {
|
|
2613
|
-
|
|
2614
|
-
const filterSensitiveLog: (obj: UpdateActionsMessage) => any;
|
|
2615
|
-
}
|
|
2616
2084
|
export interface DescribeUserGroupsMessage {
|
|
2617
2085
|
|
|
2618
2086
|
UserGroupId?: string;
|
|
@@ -2621,20 +2089,12 @@ export interface DescribeUserGroupsMessage {
|
|
|
2621
2089
|
|
|
2622
2090
|
Marker?: string;
|
|
2623
2091
|
}
|
|
2624
|
-
export declare namespace DescribeUserGroupsMessage {
|
|
2625
|
-
|
|
2626
|
-
const filterSensitiveLog: (obj: DescribeUserGroupsMessage) => any;
|
|
2627
|
-
}
|
|
2628
2092
|
export interface DescribeUserGroupsResult {
|
|
2629
2093
|
|
|
2630
2094
|
UserGroups?: UserGroup[];
|
|
2631
2095
|
|
|
2632
2096
|
Marker?: string;
|
|
2633
2097
|
}
|
|
2634
|
-
export declare namespace DescribeUserGroupsResult {
|
|
2635
|
-
|
|
2636
|
-
const filterSensitiveLog: (obj: DescribeUserGroupsResult) => any;
|
|
2637
|
-
}
|
|
2638
2098
|
|
|
2639
2099
|
export interface Filter {
|
|
2640
2100
|
|
|
@@ -2642,10 +2102,6 @@ export interface Filter {
|
|
|
2642
2102
|
|
|
2643
2103
|
Values: string[] | undefined;
|
|
2644
2104
|
}
|
|
2645
|
-
export declare namespace Filter {
|
|
2646
|
-
|
|
2647
|
-
const filterSensitiveLog: (obj: Filter) => any;
|
|
2648
|
-
}
|
|
2649
2105
|
export interface DescribeUsersMessage {
|
|
2650
2106
|
|
|
2651
2107
|
Engine?: string;
|
|
@@ -2658,20 +2114,12 @@ export interface DescribeUsersMessage {
|
|
|
2658
2114
|
|
|
2659
2115
|
Marker?: string;
|
|
2660
2116
|
}
|
|
2661
|
-
export declare namespace DescribeUsersMessage {
|
|
2662
|
-
|
|
2663
|
-
const filterSensitiveLog: (obj: DescribeUsersMessage) => any;
|
|
2664
|
-
}
|
|
2665
2117
|
export interface DescribeUsersResult {
|
|
2666
2118
|
|
|
2667
2119
|
Users?: User[];
|
|
2668
2120
|
|
|
2669
2121
|
Marker?: string;
|
|
2670
2122
|
}
|
|
2671
|
-
export declare namespace DescribeUsersResult {
|
|
2672
|
-
|
|
2673
|
-
const filterSensitiveLog: (obj: DescribeUsersResult) => any;
|
|
2674
|
-
}
|
|
2675
2123
|
export interface DisassociateGlobalReplicationGroupMessage {
|
|
2676
2124
|
|
|
2677
2125
|
GlobalReplicationGroupId: string | undefined;
|
|
@@ -2680,18 +2128,10 @@ export interface DisassociateGlobalReplicationGroupMessage {
|
|
|
2680
2128
|
|
|
2681
2129
|
ReplicationGroupRegion: string | undefined;
|
|
2682
2130
|
}
|
|
2683
|
-
export declare namespace DisassociateGlobalReplicationGroupMessage {
|
|
2684
|
-
|
|
2685
|
-
const filterSensitiveLog: (obj: DisassociateGlobalReplicationGroupMessage) => any;
|
|
2686
|
-
}
|
|
2687
2131
|
export interface DisassociateGlobalReplicationGroupResult {
|
|
2688
2132
|
|
|
2689
2133
|
GlobalReplicationGroup?: GlobalReplicationGroup;
|
|
2690
2134
|
}
|
|
2691
|
-
export declare namespace DisassociateGlobalReplicationGroupResult {
|
|
2692
|
-
|
|
2693
|
-
const filterSensitiveLog: (obj: DisassociateGlobalReplicationGroupResult) => any;
|
|
2694
|
-
}
|
|
2695
2135
|
export interface FailoverGlobalReplicationGroupMessage {
|
|
2696
2136
|
|
|
2697
2137
|
GlobalReplicationGroupId: string | undefined;
|
|
@@ -2700,18 +2140,10 @@ export interface FailoverGlobalReplicationGroupMessage {
|
|
|
2700
2140
|
|
|
2701
2141
|
PrimaryReplicationGroupId: string | undefined;
|
|
2702
2142
|
}
|
|
2703
|
-
export declare namespace FailoverGlobalReplicationGroupMessage {
|
|
2704
|
-
|
|
2705
|
-
const filterSensitiveLog: (obj: FailoverGlobalReplicationGroupMessage) => any;
|
|
2706
|
-
}
|
|
2707
2143
|
export interface FailoverGlobalReplicationGroupResult {
|
|
2708
2144
|
|
|
2709
2145
|
GlobalReplicationGroup?: GlobalReplicationGroup;
|
|
2710
2146
|
}
|
|
2711
|
-
export declare namespace FailoverGlobalReplicationGroupResult {
|
|
2712
|
-
|
|
2713
|
-
const filterSensitiveLog: (obj: FailoverGlobalReplicationGroupResult) => any;
|
|
2714
|
-
}
|
|
2715
2147
|
|
|
2716
2148
|
export interface ReshardingConfiguration {
|
|
2717
2149
|
|
|
@@ -2719,10 +2151,6 @@ export interface ReshardingConfiguration {
|
|
|
2719
2151
|
|
|
2720
2152
|
PreferredAvailabilityZones?: string[];
|
|
2721
2153
|
}
|
|
2722
|
-
export declare namespace ReshardingConfiguration {
|
|
2723
|
-
|
|
2724
|
-
const filterSensitiveLog: (obj: ReshardingConfiguration) => any;
|
|
2725
|
-
}
|
|
2726
2154
|
|
|
2727
2155
|
export interface RegionalConfiguration {
|
|
2728
2156
|
|
|
@@ -2732,10 +2160,6 @@ export interface RegionalConfiguration {
|
|
|
2732
2160
|
|
|
2733
2161
|
ReshardingConfiguration: ReshardingConfiguration[] | undefined;
|
|
2734
2162
|
}
|
|
2735
|
-
export declare namespace RegionalConfiguration {
|
|
2736
|
-
|
|
2737
|
-
const filterSensitiveLog: (obj: RegionalConfiguration) => any;
|
|
2738
|
-
}
|
|
2739
2163
|
export interface IncreaseNodeGroupsInGlobalReplicationGroupMessage {
|
|
2740
2164
|
|
|
2741
2165
|
GlobalReplicationGroupId: string | undefined;
|
|
@@ -2746,18 +2170,10 @@ export interface IncreaseNodeGroupsInGlobalReplicationGroupMessage {
|
|
|
2746
2170
|
|
|
2747
2171
|
ApplyImmediately: boolean | undefined;
|
|
2748
2172
|
}
|
|
2749
|
-
export declare namespace IncreaseNodeGroupsInGlobalReplicationGroupMessage {
|
|
2750
|
-
|
|
2751
|
-
const filterSensitiveLog: (obj: IncreaseNodeGroupsInGlobalReplicationGroupMessage) => any;
|
|
2752
|
-
}
|
|
2753
2173
|
export interface IncreaseNodeGroupsInGlobalReplicationGroupResult {
|
|
2754
2174
|
|
|
2755
2175
|
GlobalReplicationGroup?: GlobalReplicationGroup;
|
|
2756
2176
|
}
|
|
2757
|
-
export declare namespace IncreaseNodeGroupsInGlobalReplicationGroupResult {
|
|
2758
|
-
|
|
2759
|
-
const filterSensitiveLog: (obj: IncreaseNodeGroupsInGlobalReplicationGroupResult) => any;
|
|
2760
|
-
}
|
|
2761
2177
|
export interface IncreaseReplicaCountMessage {
|
|
2762
2178
|
|
|
2763
2179
|
ReplicationGroupId: string | undefined;
|
|
@@ -2768,18 +2184,10 @@ export interface IncreaseReplicaCountMessage {
|
|
|
2768
2184
|
|
|
2769
2185
|
ApplyImmediately: boolean | undefined;
|
|
2770
2186
|
}
|
|
2771
|
-
export declare namespace IncreaseReplicaCountMessage {
|
|
2772
|
-
|
|
2773
|
-
const filterSensitiveLog: (obj: IncreaseReplicaCountMessage) => any;
|
|
2774
|
-
}
|
|
2775
2187
|
export interface IncreaseReplicaCountResult {
|
|
2776
2188
|
|
|
2777
2189
|
ReplicationGroup?: ReplicationGroup;
|
|
2778
2190
|
}
|
|
2779
|
-
export declare namespace IncreaseReplicaCountResult {
|
|
2780
|
-
|
|
2781
|
-
const filterSensitiveLog: (obj: IncreaseReplicaCountResult) => any;
|
|
2782
|
-
}
|
|
2783
2191
|
|
|
2784
2192
|
export declare class InvalidKMSKeyFault extends __BaseException {
|
|
2785
2193
|
readonly name: "InvalidKMSKeyFault";
|
|
@@ -2794,19 +2202,11 @@ export interface ListAllowedNodeTypeModificationsMessage {
|
|
|
2794
2202
|
|
|
2795
2203
|
ReplicationGroupId?: string;
|
|
2796
2204
|
}
|
|
2797
|
-
export declare namespace ListAllowedNodeTypeModificationsMessage {
|
|
2798
|
-
|
|
2799
|
-
const filterSensitiveLog: (obj: ListAllowedNodeTypeModificationsMessage) => any;
|
|
2800
|
-
}
|
|
2801
2205
|
|
|
2802
2206
|
export interface ListTagsForResourceMessage {
|
|
2803
2207
|
|
|
2804
2208
|
ResourceName: string | undefined;
|
|
2805
2209
|
}
|
|
2806
|
-
export declare namespace ListTagsForResourceMessage {
|
|
2807
|
-
|
|
2808
|
-
const filterSensitiveLog: (obj: ListTagsForResourceMessage) => any;
|
|
2809
|
-
}
|
|
2810
2210
|
export declare type AuthTokenUpdateStrategyType = "DELETE" | "ROTATE" | "SET";
|
|
2811
2211
|
|
|
2812
2212
|
export interface ModifyCacheClusterMessage {
|
|
@@ -2851,27 +2251,15 @@ export interface ModifyCacheClusterMessage {
|
|
|
2851
2251
|
|
|
2852
2252
|
LogDeliveryConfigurations?: LogDeliveryConfigurationRequest[];
|
|
2853
2253
|
}
|
|
2854
|
-
export declare namespace ModifyCacheClusterMessage {
|
|
2855
|
-
|
|
2856
|
-
const filterSensitiveLog: (obj: ModifyCacheClusterMessage) => any;
|
|
2857
|
-
}
|
|
2858
2254
|
export interface ModifyCacheClusterResult {
|
|
2859
2255
|
|
|
2860
2256
|
CacheCluster?: CacheCluster;
|
|
2861
2257
|
}
|
|
2862
|
-
export declare namespace ModifyCacheClusterResult {
|
|
2863
|
-
|
|
2864
|
-
const filterSensitiveLog: (obj: ModifyCacheClusterResult) => any;
|
|
2865
|
-
}
|
|
2866
2258
|
|
|
2867
2259
|
export interface CacheParameterGroupNameMessage {
|
|
2868
2260
|
|
|
2869
2261
|
CacheParameterGroupName?: string;
|
|
2870
2262
|
}
|
|
2871
|
-
export declare namespace CacheParameterGroupNameMessage {
|
|
2872
|
-
|
|
2873
|
-
const filterSensitiveLog: (obj: CacheParameterGroupNameMessage) => any;
|
|
2874
|
-
}
|
|
2875
2263
|
|
|
2876
2264
|
export interface ParameterNameValue {
|
|
2877
2265
|
|
|
@@ -2879,10 +2267,6 @@ export interface ParameterNameValue {
|
|
|
2879
2267
|
|
|
2880
2268
|
ParameterValue?: string;
|
|
2881
2269
|
}
|
|
2882
|
-
export declare namespace ParameterNameValue {
|
|
2883
|
-
|
|
2884
|
-
const filterSensitiveLog: (obj: ParameterNameValue) => any;
|
|
2885
|
-
}
|
|
2886
2270
|
|
|
2887
2271
|
export interface ModifyCacheParameterGroupMessage {
|
|
2888
2272
|
|
|
@@ -2890,10 +2274,6 @@ export interface ModifyCacheParameterGroupMessage {
|
|
|
2890
2274
|
|
|
2891
2275
|
ParameterNameValues: ParameterNameValue[] | undefined;
|
|
2892
2276
|
}
|
|
2893
|
-
export declare namespace ModifyCacheParameterGroupMessage {
|
|
2894
|
-
|
|
2895
|
-
const filterSensitiveLog: (obj: ModifyCacheParameterGroupMessage) => any;
|
|
2896
|
-
}
|
|
2897
2277
|
|
|
2898
2278
|
export interface ModifyCacheSubnetGroupMessage {
|
|
2899
2279
|
|
|
@@ -2903,18 +2283,10 @@ export interface ModifyCacheSubnetGroupMessage {
|
|
|
2903
2283
|
|
|
2904
2284
|
SubnetIds?: string[];
|
|
2905
2285
|
}
|
|
2906
|
-
export declare namespace ModifyCacheSubnetGroupMessage {
|
|
2907
|
-
|
|
2908
|
-
const filterSensitiveLog: (obj: ModifyCacheSubnetGroupMessage) => any;
|
|
2909
|
-
}
|
|
2910
2286
|
export interface ModifyCacheSubnetGroupResult {
|
|
2911
2287
|
|
|
2912
2288
|
CacheSubnetGroup?: CacheSubnetGroup;
|
|
2913
2289
|
}
|
|
2914
|
-
export declare namespace ModifyCacheSubnetGroupResult {
|
|
2915
|
-
|
|
2916
|
-
const filterSensitiveLog: (obj: ModifyCacheSubnetGroupResult) => any;
|
|
2917
|
-
}
|
|
2918
2290
|
|
|
2919
2291
|
export declare class SubnetInUse extends __BaseException {
|
|
2920
2292
|
readonly name: "SubnetInUse";
|
|
@@ -2938,18 +2310,10 @@ export interface ModifyGlobalReplicationGroupMessage {
|
|
|
2938
2310
|
|
|
2939
2311
|
AutomaticFailoverEnabled?: boolean;
|
|
2940
2312
|
}
|
|
2941
|
-
export declare namespace ModifyGlobalReplicationGroupMessage {
|
|
2942
|
-
|
|
2943
|
-
const filterSensitiveLog: (obj: ModifyGlobalReplicationGroupMessage) => any;
|
|
2944
|
-
}
|
|
2945
2313
|
export interface ModifyGlobalReplicationGroupResult {
|
|
2946
2314
|
|
|
2947
2315
|
GlobalReplicationGroup?: GlobalReplicationGroup;
|
|
2948
2316
|
}
|
|
2949
|
-
export declare namespace ModifyGlobalReplicationGroupResult {
|
|
2950
|
-
|
|
2951
|
-
const filterSensitiveLog: (obj: ModifyGlobalReplicationGroupResult) => any;
|
|
2952
|
-
}
|
|
2953
2317
|
|
|
2954
2318
|
export interface ModifyReplicationGroupMessage {
|
|
2955
2319
|
|
|
@@ -3003,18 +2367,10 @@ export interface ModifyReplicationGroupMessage {
|
|
|
3003
2367
|
|
|
3004
2368
|
LogDeliveryConfigurations?: LogDeliveryConfigurationRequest[];
|
|
3005
2369
|
}
|
|
3006
|
-
export declare namespace ModifyReplicationGroupMessage {
|
|
3007
|
-
|
|
3008
|
-
const filterSensitiveLog: (obj: ModifyReplicationGroupMessage) => any;
|
|
3009
|
-
}
|
|
3010
2370
|
export interface ModifyReplicationGroupResult {
|
|
3011
2371
|
|
|
3012
2372
|
ReplicationGroup?: ReplicationGroup;
|
|
3013
2373
|
}
|
|
3014
|
-
export declare namespace ModifyReplicationGroupResult {
|
|
3015
|
-
|
|
3016
|
-
const filterSensitiveLog: (obj: ModifyReplicationGroupResult) => any;
|
|
3017
|
-
}
|
|
3018
2374
|
|
|
3019
2375
|
export interface ModifyReplicationGroupShardConfigurationMessage {
|
|
3020
2376
|
|
|
@@ -3030,18 +2386,10 @@ export interface ModifyReplicationGroupShardConfigurationMessage {
|
|
|
3030
2386
|
|
|
3031
2387
|
NodeGroupsToRetain?: string[];
|
|
3032
2388
|
}
|
|
3033
|
-
export declare namespace ModifyReplicationGroupShardConfigurationMessage {
|
|
3034
|
-
|
|
3035
|
-
const filterSensitiveLog: (obj: ModifyReplicationGroupShardConfigurationMessage) => any;
|
|
3036
|
-
}
|
|
3037
2389
|
export interface ModifyReplicationGroupShardConfigurationResult {
|
|
3038
2390
|
|
|
3039
2391
|
ReplicationGroup?: ReplicationGroup;
|
|
3040
2392
|
}
|
|
3041
|
-
export declare namespace ModifyReplicationGroupShardConfigurationResult {
|
|
3042
|
-
|
|
3043
|
-
const filterSensitiveLog: (obj: ModifyReplicationGroupShardConfigurationResult) => any;
|
|
3044
|
-
}
|
|
3045
2393
|
export interface ModifyUserMessage {
|
|
3046
2394
|
|
|
3047
2395
|
UserId: string | undefined;
|
|
@@ -3054,10 +2402,6 @@ export interface ModifyUserMessage {
|
|
|
3054
2402
|
|
|
3055
2403
|
NoPasswordRequired?: boolean;
|
|
3056
2404
|
}
|
|
3057
|
-
export declare namespace ModifyUserMessage {
|
|
3058
|
-
|
|
3059
|
-
const filterSensitiveLog: (obj: ModifyUserMessage) => any;
|
|
3060
|
-
}
|
|
3061
2405
|
export interface ModifyUserGroupMessage {
|
|
3062
2406
|
|
|
3063
2407
|
UserGroupId: string | undefined;
|
|
@@ -3066,10 +2410,6 @@ export interface ModifyUserGroupMessage {
|
|
|
3066
2410
|
|
|
3067
2411
|
UserIdsToRemove?: string[];
|
|
3068
2412
|
}
|
|
3069
|
-
export declare namespace ModifyUserGroupMessage {
|
|
3070
|
-
|
|
3071
|
-
const filterSensitiveLog: (obj: ModifyUserGroupMessage) => any;
|
|
3072
|
-
}
|
|
3073
2413
|
|
|
3074
2414
|
export interface PurchaseReservedCacheNodesOfferingMessage {
|
|
3075
2415
|
|
|
@@ -3081,18 +2421,10 @@ export interface PurchaseReservedCacheNodesOfferingMessage {
|
|
|
3081
2421
|
|
|
3082
2422
|
Tags?: Tag[];
|
|
3083
2423
|
}
|
|
3084
|
-
export declare namespace PurchaseReservedCacheNodesOfferingMessage {
|
|
3085
|
-
|
|
3086
|
-
const filterSensitiveLog: (obj: PurchaseReservedCacheNodesOfferingMessage) => any;
|
|
3087
|
-
}
|
|
3088
2424
|
export interface PurchaseReservedCacheNodesOfferingResult {
|
|
3089
2425
|
|
|
3090
2426
|
ReservedCacheNode?: ReservedCacheNode;
|
|
3091
2427
|
}
|
|
3092
|
-
export declare namespace PurchaseReservedCacheNodesOfferingResult {
|
|
3093
|
-
|
|
3094
|
-
const filterSensitiveLog: (obj: PurchaseReservedCacheNodesOfferingResult) => any;
|
|
3095
|
-
}
|
|
3096
2428
|
|
|
3097
2429
|
export declare class ReservedCacheNodeAlreadyExistsFault extends __BaseException {
|
|
3098
2430
|
readonly name: "ReservedCacheNodeAlreadyExistsFault";
|
|
@@ -3113,18 +2445,10 @@ export interface RebalanceSlotsInGlobalReplicationGroupMessage {
|
|
|
3113
2445
|
|
|
3114
2446
|
ApplyImmediately: boolean | undefined;
|
|
3115
2447
|
}
|
|
3116
|
-
export declare namespace RebalanceSlotsInGlobalReplicationGroupMessage {
|
|
3117
|
-
|
|
3118
|
-
const filterSensitiveLog: (obj: RebalanceSlotsInGlobalReplicationGroupMessage) => any;
|
|
3119
|
-
}
|
|
3120
2448
|
export interface RebalanceSlotsInGlobalReplicationGroupResult {
|
|
3121
2449
|
|
|
3122
2450
|
GlobalReplicationGroup?: GlobalReplicationGroup;
|
|
3123
2451
|
}
|
|
3124
|
-
export declare namespace RebalanceSlotsInGlobalReplicationGroupResult {
|
|
3125
|
-
|
|
3126
|
-
const filterSensitiveLog: (obj: RebalanceSlotsInGlobalReplicationGroupResult) => any;
|
|
3127
|
-
}
|
|
3128
2452
|
|
|
3129
2453
|
export interface RebootCacheClusterMessage {
|
|
3130
2454
|
|
|
@@ -3132,18 +2456,10 @@ export interface RebootCacheClusterMessage {
|
|
|
3132
2456
|
|
|
3133
2457
|
CacheNodeIdsToReboot: string[] | undefined;
|
|
3134
2458
|
}
|
|
3135
|
-
export declare namespace RebootCacheClusterMessage {
|
|
3136
|
-
|
|
3137
|
-
const filterSensitiveLog: (obj: RebootCacheClusterMessage) => any;
|
|
3138
|
-
}
|
|
3139
2459
|
export interface RebootCacheClusterResult {
|
|
3140
2460
|
|
|
3141
2461
|
CacheCluster?: CacheCluster;
|
|
3142
2462
|
}
|
|
3143
|
-
export declare namespace RebootCacheClusterResult {
|
|
3144
|
-
|
|
3145
|
-
const filterSensitiveLog: (obj: RebootCacheClusterResult) => any;
|
|
3146
|
-
}
|
|
3147
2463
|
|
|
3148
2464
|
export interface RemoveTagsFromResourceMessage {
|
|
3149
2465
|
|
|
@@ -3151,10 +2467,6 @@ export interface RemoveTagsFromResourceMessage {
|
|
|
3151
2467
|
|
|
3152
2468
|
TagKeys: string[] | undefined;
|
|
3153
2469
|
}
|
|
3154
|
-
export declare namespace RemoveTagsFromResourceMessage {
|
|
3155
|
-
|
|
3156
|
-
const filterSensitiveLog: (obj: RemoveTagsFromResourceMessage) => any;
|
|
3157
|
-
}
|
|
3158
2470
|
|
|
3159
2471
|
export declare class TagNotFoundFault extends __BaseException {
|
|
3160
2472
|
readonly name: "TagNotFoundFault";
|
|
@@ -3171,10 +2483,6 @@ export interface ResetCacheParameterGroupMessage {
|
|
|
3171
2483
|
|
|
3172
2484
|
ParameterNameValues?: ParameterNameValue[];
|
|
3173
2485
|
}
|
|
3174
|
-
export declare namespace ResetCacheParameterGroupMessage {
|
|
3175
|
-
|
|
3176
|
-
const filterSensitiveLog: (obj: ResetCacheParameterGroupMessage) => any;
|
|
3177
|
-
}
|
|
3178
2486
|
|
|
3179
2487
|
export declare class AuthorizationNotFoundFault extends __BaseException {
|
|
3180
2488
|
readonly name: "AuthorizationNotFoundFault";
|
|
@@ -3191,18 +2499,10 @@ export interface RevokeCacheSecurityGroupIngressMessage {
|
|
|
3191
2499
|
|
|
3192
2500
|
EC2SecurityGroupOwnerId: string | undefined;
|
|
3193
2501
|
}
|
|
3194
|
-
export declare namespace RevokeCacheSecurityGroupIngressMessage {
|
|
3195
|
-
|
|
3196
|
-
const filterSensitiveLog: (obj: RevokeCacheSecurityGroupIngressMessage) => any;
|
|
3197
|
-
}
|
|
3198
2502
|
export interface RevokeCacheSecurityGroupIngressResult {
|
|
3199
2503
|
|
|
3200
2504
|
CacheSecurityGroup?: CacheSecurityGroup;
|
|
3201
2505
|
}
|
|
3202
|
-
export declare namespace RevokeCacheSecurityGroupIngressResult {
|
|
3203
|
-
|
|
3204
|
-
const filterSensitiveLog: (obj: RevokeCacheSecurityGroupIngressResult) => any;
|
|
3205
|
-
}
|
|
3206
2506
|
|
|
3207
2507
|
export declare class ReplicationGroupAlreadyUnderMigrationFault extends __BaseException {
|
|
3208
2508
|
readonly name: "ReplicationGroupAlreadyUnderMigrationFault";
|
|
@@ -3217,28 +2517,16 @@ export interface CustomerNodeEndpoint {
|
|
|
3217
2517
|
|
|
3218
2518
|
Port?: number;
|
|
3219
2519
|
}
|
|
3220
|
-
export declare namespace CustomerNodeEndpoint {
|
|
3221
|
-
|
|
3222
|
-
const filterSensitiveLog: (obj: CustomerNodeEndpoint) => any;
|
|
3223
|
-
}
|
|
3224
2520
|
export interface StartMigrationMessage {
|
|
3225
2521
|
|
|
3226
2522
|
ReplicationGroupId: string | undefined;
|
|
3227
2523
|
|
|
3228
2524
|
CustomerNodeEndpointList: CustomerNodeEndpoint[] | undefined;
|
|
3229
2525
|
}
|
|
3230
|
-
export declare namespace StartMigrationMessage {
|
|
3231
|
-
|
|
3232
|
-
const filterSensitiveLog: (obj: StartMigrationMessage) => any;
|
|
3233
|
-
}
|
|
3234
2526
|
export interface StartMigrationResponse {
|
|
3235
2527
|
|
|
3236
2528
|
ReplicationGroup?: ReplicationGroup;
|
|
3237
2529
|
}
|
|
3238
|
-
export declare namespace StartMigrationResponse {
|
|
3239
|
-
|
|
3240
|
-
const filterSensitiveLog: (obj: StartMigrationResponse) => any;
|
|
3241
|
-
}
|
|
3242
2530
|
|
|
3243
2531
|
export declare class APICallRateForCustomerExceededFault extends __BaseException {
|
|
3244
2532
|
readonly name: "APICallRateForCustomerExceededFault";
|
|
@@ -3259,10 +2547,6 @@ export interface TestFailoverMessage {
|
|
|
3259
2547
|
|
|
3260
2548
|
NodeGroupId: string | undefined;
|
|
3261
2549
|
}
|
|
3262
|
-
export declare namespace TestFailoverMessage {
|
|
3263
|
-
|
|
3264
|
-
const filterSensitiveLog: (obj: TestFailoverMessage) => any;
|
|
3265
|
-
}
|
|
3266
2550
|
|
|
3267
2551
|
export declare class TestFailoverNotAvailableFault extends __BaseException {
|
|
3268
2552
|
readonly name: "TestFailoverNotAvailableFault";
|
|
@@ -3274,7 +2558,363 @@ export interface TestFailoverResult {
|
|
|
3274
2558
|
|
|
3275
2559
|
ReplicationGroup?: ReplicationGroup;
|
|
3276
2560
|
}
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
|
|
2561
|
+
|
|
2562
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
2563
|
+
|
|
2564
|
+
export declare const AddTagsToResourceMessageFilterSensitiveLog: (obj: AddTagsToResourceMessage) => any;
|
|
2565
|
+
|
|
2566
|
+
export declare const TagListMessageFilterSensitiveLog: (obj: TagListMessage) => any;
|
|
2567
|
+
|
|
2568
|
+
export declare const AllowedNodeTypeModificationsMessageFilterSensitiveLog: (obj: AllowedNodeTypeModificationsMessage) => any;
|
|
2569
|
+
|
|
2570
|
+
export declare const AuthorizeCacheSecurityGroupIngressMessageFilterSensitiveLog: (obj: AuthorizeCacheSecurityGroupIngressMessage) => any;
|
|
2571
|
+
|
|
2572
|
+
export declare const EC2SecurityGroupFilterSensitiveLog: (obj: EC2SecurityGroup) => any;
|
|
2573
|
+
|
|
2574
|
+
export declare const CacheSecurityGroupFilterSensitiveLog: (obj: CacheSecurityGroup) => any;
|
|
2575
|
+
|
|
2576
|
+
export declare const AuthorizeCacheSecurityGroupIngressResultFilterSensitiveLog: (obj: AuthorizeCacheSecurityGroupIngressResult) => any;
|
|
2577
|
+
|
|
2578
|
+
export declare const BatchApplyUpdateActionMessageFilterSensitiveLog: (obj: BatchApplyUpdateActionMessage) => any;
|
|
2579
|
+
|
|
2580
|
+
export declare const ProcessedUpdateActionFilterSensitiveLog: (obj: ProcessedUpdateAction) => any;
|
|
2581
|
+
|
|
2582
|
+
export declare const UnprocessedUpdateActionFilterSensitiveLog: (obj: UnprocessedUpdateAction) => any;
|
|
2583
|
+
|
|
2584
|
+
export declare const UpdateActionResultsMessageFilterSensitiveLog: (obj: UpdateActionResultsMessage) => any;
|
|
2585
|
+
|
|
2586
|
+
export declare const BatchStopUpdateActionMessageFilterSensitiveLog: (obj: BatchStopUpdateActionMessage) => any;
|
|
2587
|
+
|
|
2588
|
+
export declare const CompleteMigrationMessageFilterSensitiveLog: (obj: CompleteMigrationMessage) => any;
|
|
2589
|
+
|
|
2590
|
+
export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
|
|
2591
|
+
|
|
2592
|
+
export declare const GlobalReplicationGroupInfoFilterSensitiveLog: (obj: GlobalReplicationGroupInfo) => any;
|
|
2593
|
+
|
|
2594
|
+
export declare const CloudWatchLogsDestinationDetailsFilterSensitiveLog: (obj: CloudWatchLogsDestinationDetails) => any;
|
|
2595
|
+
|
|
2596
|
+
export declare const KinesisFirehoseDestinationDetailsFilterSensitiveLog: (obj: KinesisFirehoseDestinationDetails) => any;
|
|
2597
|
+
|
|
2598
|
+
export declare const DestinationDetailsFilterSensitiveLog: (obj: DestinationDetails) => any;
|
|
2599
|
+
|
|
2600
|
+
export declare const LogDeliveryConfigurationFilterSensitiveLog: (obj: LogDeliveryConfiguration) => any;
|
|
2601
|
+
|
|
2602
|
+
export declare const NodeGroupMemberFilterSensitiveLog: (obj: NodeGroupMember) => any;
|
|
2603
|
+
|
|
2604
|
+
export declare const NodeGroupFilterSensitiveLog: (obj: NodeGroup) => any;
|
|
2605
|
+
|
|
2606
|
+
export declare const PendingLogDeliveryConfigurationFilterSensitiveLog: (obj: PendingLogDeliveryConfiguration) => any;
|
|
2607
|
+
|
|
2608
|
+
export declare const SlotMigrationFilterSensitiveLog: (obj: SlotMigration) => any;
|
|
2609
|
+
|
|
2610
|
+
export declare const ReshardingStatusFilterSensitiveLog: (obj: ReshardingStatus) => any;
|
|
2611
|
+
|
|
2612
|
+
export declare const UserGroupsUpdateStatusFilterSensitiveLog: (obj: UserGroupsUpdateStatus) => any;
|
|
2613
|
+
|
|
2614
|
+
export declare const ReplicationGroupPendingModifiedValuesFilterSensitiveLog: (obj: ReplicationGroupPendingModifiedValues) => any;
|
|
2615
|
+
|
|
2616
|
+
export declare const ReplicationGroupFilterSensitiveLog: (obj: ReplicationGroup) => any;
|
|
2617
|
+
|
|
2618
|
+
export declare const CompleteMigrationResponseFilterSensitiveLog: (obj: CompleteMigrationResponse) => any;
|
|
2619
|
+
|
|
2620
|
+
export declare const CopySnapshotMessageFilterSensitiveLog: (obj: CopySnapshotMessage) => any;
|
|
2621
|
+
|
|
2622
|
+
export declare const NodeGroupConfigurationFilterSensitiveLog: (obj: NodeGroupConfiguration) => any;
|
|
2623
|
+
|
|
2624
|
+
export declare const NodeSnapshotFilterSensitiveLog: (obj: NodeSnapshot) => any;
|
|
2625
|
+
|
|
2626
|
+
export declare const SnapshotFilterSensitiveLog: (obj: Snapshot) => any;
|
|
2627
|
+
|
|
2628
|
+
export declare const CopySnapshotResultFilterSensitiveLog: (obj: CopySnapshotResult) => any;
|
|
2629
|
+
|
|
2630
|
+
export declare const LogDeliveryConfigurationRequestFilterSensitiveLog: (obj: LogDeliveryConfigurationRequest) => any;
|
|
2631
|
+
|
|
2632
|
+
export declare const CreateCacheClusterMessageFilterSensitiveLog: (obj: CreateCacheClusterMessage) => any;
|
|
2633
|
+
|
|
2634
|
+
export declare const CacheNodeFilterSensitiveLog: (obj: CacheNode) => any;
|
|
2635
|
+
|
|
2636
|
+
export declare const CacheParameterGroupStatusFilterSensitiveLog: (obj: CacheParameterGroupStatus) => any;
|
|
2637
|
+
|
|
2638
|
+
export declare const CacheSecurityGroupMembershipFilterSensitiveLog: (obj: CacheSecurityGroupMembership) => any;
|
|
2639
|
+
|
|
2640
|
+
export declare const NotificationConfigurationFilterSensitiveLog: (obj: NotificationConfiguration) => any;
|
|
2641
|
+
|
|
2642
|
+
export declare const PendingModifiedValuesFilterSensitiveLog: (obj: PendingModifiedValues) => any;
|
|
2643
|
+
|
|
2644
|
+
export declare const SecurityGroupMembershipFilterSensitiveLog: (obj: SecurityGroupMembership) => any;
|
|
2645
|
+
|
|
2646
|
+
export declare const CacheClusterFilterSensitiveLog: (obj: CacheCluster) => any;
|
|
2647
|
+
|
|
2648
|
+
export declare const CreateCacheClusterResultFilterSensitiveLog: (obj: CreateCacheClusterResult) => any;
|
|
2649
|
+
|
|
2650
|
+
export declare const CreateCacheParameterGroupMessageFilterSensitiveLog: (obj: CreateCacheParameterGroupMessage) => any;
|
|
2651
|
+
|
|
2652
|
+
export declare const CacheParameterGroupFilterSensitiveLog: (obj: CacheParameterGroup) => any;
|
|
2653
|
+
|
|
2654
|
+
export declare const CreateCacheParameterGroupResultFilterSensitiveLog: (obj: CreateCacheParameterGroupResult) => any;
|
|
2655
|
+
|
|
2656
|
+
export declare const CreateCacheSecurityGroupMessageFilterSensitiveLog: (obj: CreateCacheSecurityGroupMessage) => any;
|
|
2657
|
+
|
|
2658
|
+
export declare const CreateCacheSecurityGroupResultFilterSensitiveLog: (obj: CreateCacheSecurityGroupResult) => any;
|
|
2659
|
+
|
|
2660
|
+
export declare const CreateCacheSubnetGroupMessageFilterSensitiveLog: (obj: CreateCacheSubnetGroupMessage) => any;
|
|
2661
|
+
|
|
2662
|
+
export declare const AvailabilityZoneFilterSensitiveLog: (obj: AvailabilityZone) => any;
|
|
2663
|
+
|
|
2664
|
+
export declare const SubnetOutpostFilterSensitiveLog: (obj: SubnetOutpost) => any;
|
|
2665
|
+
|
|
2666
|
+
export declare const SubnetFilterSensitiveLog: (obj: Subnet) => any;
|
|
2667
|
+
|
|
2668
|
+
export declare const CacheSubnetGroupFilterSensitiveLog: (obj: CacheSubnetGroup) => any;
|
|
2669
|
+
|
|
2670
|
+
export declare const CreateCacheSubnetGroupResultFilterSensitiveLog: (obj: CreateCacheSubnetGroupResult) => any;
|
|
2671
|
+
|
|
2672
|
+
export declare const CreateGlobalReplicationGroupMessageFilterSensitiveLog: (obj: CreateGlobalReplicationGroupMessage) => any;
|
|
2673
|
+
|
|
2674
|
+
export declare const GlobalNodeGroupFilterSensitiveLog: (obj: GlobalNodeGroup) => any;
|
|
2675
|
+
|
|
2676
|
+
export declare const GlobalReplicationGroupMemberFilterSensitiveLog: (obj: GlobalReplicationGroupMember) => any;
|
|
2677
|
+
|
|
2678
|
+
export declare const GlobalReplicationGroupFilterSensitiveLog: (obj: GlobalReplicationGroup) => any;
|
|
2679
|
+
|
|
2680
|
+
export declare const CreateGlobalReplicationGroupResultFilterSensitiveLog: (obj: CreateGlobalReplicationGroupResult) => any;
|
|
2681
|
+
|
|
2682
|
+
export declare const CreateReplicationGroupMessageFilterSensitiveLog: (obj: CreateReplicationGroupMessage) => any;
|
|
2683
|
+
|
|
2684
|
+
export declare const CreateReplicationGroupResultFilterSensitiveLog: (obj: CreateReplicationGroupResult) => any;
|
|
2685
|
+
|
|
2686
|
+
export declare const CreateSnapshotMessageFilterSensitiveLog: (obj: CreateSnapshotMessage) => any;
|
|
2687
|
+
|
|
2688
|
+
export declare const CreateSnapshotResultFilterSensitiveLog: (obj: CreateSnapshotResult) => any;
|
|
2689
|
+
|
|
2690
|
+
export declare const CreateUserMessageFilterSensitiveLog: (obj: CreateUserMessage) => any;
|
|
2691
|
+
|
|
2692
|
+
export declare const AuthenticationFilterSensitiveLog: (obj: Authentication) => any;
|
|
2693
|
+
|
|
2694
|
+
export declare const UserFilterSensitiveLog: (obj: User) => any;
|
|
2695
|
+
|
|
2696
|
+
export declare const CreateUserGroupMessageFilterSensitiveLog: (obj: CreateUserGroupMessage) => any;
|
|
2697
|
+
|
|
2698
|
+
export declare const UserGroupPendingChangesFilterSensitiveLog: (obj: UserGroupPendingChanges) => any;
|
|
2699
|
+
|
|
2700
|
+
export declare const UserGroupFilterSensitiveLog: (obj: UserGroup) => any;
|
|
2701
|
+
|
|
2702
|
+
export declare const DecreaseNodeGroupsInGlobalReplicationGroupMessageFilterSensitiveLog: (obj: DecreaseNodeGroupsInGlobalReplicationGroupMessage) => any;
|
|
2703
|
+
|
|
2704
|
+
export declare const DecreaseNodeGroupsInGlobalReplicationGroupResultFilterSensitiveLog: (obj: DecreaseNodeGroupsInGlobalReplicationGroupResult) => any;
|
|
2705
|
+
|
|
2706
|
+
export declare const ConfigureShardFilterSensitiveLog: (obj: ConfigureShard) => any;
|
|
2707
|
+
|
|
2708
|
+
export declare const DecreaseReplicaCountMessageFilterSensitiveLog: (obj: DecreaseReplicaCountMessage) => any;
|
|
2709
|
+
|
|
2710
|
+
export declare const DecreaseReplicaCountResultFilterSensitiveLog: (obj: DecreaseReplicaCountResult) => any;
|
|
2711
|
+
|
|
2712
|
+
export declare const DeleteCacheClusterMessageFilterSensitiveLog: (obj: DeleteCacheClusterMessage) => any;
|
|
2713
|
+
|
|
2714
|
+
export declare const DeleteCacheClusterResultFilterSensitiveLog: (obj: DeleteCacheClusterResult) => any;
|
|
2715
|
+
|
|
2716
|
+
export declare const DeleteCacheParameterGroupMessageFilterSensitiveLog: (obj: DeleteCacheParameterGroupMessage) => any;
|
|
2717
|
+
|
|
2718
|
+
export declare const DeleteCacheSecurityGroupMessageFilterSensitiveLog: (obj: DeleteCacheSecurityGroupMessage) => any;
|
|
2719
|
+
|
|
2720
|
+
export declare const DeleteCacheSubnetGroupMessageFilterSensitiveLog: (obj: DeleteCacheSubnetGroupMessage) => any;
|
|
2721
|
+
|
|
2722
|
+
export declare const DeleteGlobalReplicationGroupMessageFilterSensitiveLog: (obj: DeleteGlobalReplicationGroupMessage) => any;
|
|
2723
|
+
|
|
2724
|
+
export declare const DeleteGlobalReplicationGroupResultFilterSensitiveLog: (obj: DeleteGlobalReplicationGroupResult) => any;
|
|
2725
|
+
|
|
2726
|
+
export declare const DeleteReplicationGroupMessageFilterSensitiveLog: (obj: DeleteReplicationGroupMessage) => any;
|
|
2727
|
+
|
|
2728
|
+
export declare const DeleteReplicationGroupResultFilterSensitiveLog: (obj: DeleteReplicationGroupResult) => any;
|
|
2729
|
+
|
|
2730
|
+
export declare const DeleteSnapshotMessageFilterSensitiveLog: (obj: DeleteSnapshotMessage) => any;
|
|
2731
|
+
|
|
2732
|
+
export declare const DeleteSnapshotResultFilterSensitiveLog: (obj: DeleteSnapshotResult) => any;
|
|
2733
|
+
|
|
2734
|
+
export declare const DeleteUserMessageFilterSensitiveLog: (obj: DeleteUserMessage) => any;
|
|
2735
|
+
|
|
2736
|
+
export declare const DeleteUserGroupMessageFilterSensitiveLog: (obj: DeleteUserGroupMessage) => any;
|
|
2737
|
+
|
|
2738
|
+
export declare const CacheClusterMessageFilterSensitiveLog: (obj: CacheClusterMessage) => any;
|
|
2739
|
+
|
|
2740
|
+
export declare const DescribeCacheClustersMessageFilterSensitiveLog: (obj: DescribeCacheClustersMessage) => any;
|
|
2741
|
+
|
|
2742
|
+
export declare const CacheEngineVersionFilterSensitiveLog: (obj: CacheEngineVersion) => any;
|
|
2743
|
+
|
|
2744
|
+
export declare const CacheEngineVersionMessageFilterSensitiveLog: (obj: CacheEngineVersionMessage) => any;
|
|
2745
|
+
|
|
2746
|
+
export declare const DescribeCacheEngineVersionsMessageFilterSensitiveLog: (obj: DescribeCacheEngineVersionsMessage) => any;
|
|
2747
|
+
|
|
2748
|
+
export declare const CacheParameterGroupsMessageFilterSensitiveLog: (obj: CacheParameterGroupsMessage) => any;
|
|
2749
|
+
|
|
2750
|
+
export declare const DescribeCacheParameterGroupsMessageFilterSensitiveLog: (obj: DescribeCacheParameterGroupsMessage) => any;
|
|
2751
|
+
|
|
2752
|
+
export declare const CacheNodeTypeSpecificValueFilterSensitiveLog: (obj: CacheNodeTypeSpecificValue) => any;
|
|
2753
|
+
|
|
2754
|
+
export declare const CacheNodeTypeSpecificParameterFilterSensitiveLog: (obj: CacheNodeTypeSpecificParameter) => any;
|
|
2755
|
+
|
|
2756
|
+
export declare const ParameterFilterSensitiveLog: (obj: Parameter) => any;
|
|
2757
|
+
|
|
2758
|
+
export declare const CacheParameterGroupDetailsFilterSensitiveLog: (obj: CacheParameterGroupDetails) => any;
|
|
2759
|
+
|
|
2760
|
+
export declare const DescribeCacheParametersMessageFilterSensitiveLog: (obj: DescribeCacheParametersMessage) => any;
|
|
2761
|
+
|
|
2762
|
+
export declare const CacheSecurityGroupMessageFilterSensitiveLog: (obj: CacheSecurityGroupMessage) => any;
|
|
2763
|
+
|
|
2764
|
+
export declare const DescribeCacheSecurityGroupsMessageFilterSensitiveLog: (obj: DescribeCacheSecurityGroupsMessage) => any;
|
|
2765
|
+
|
|
2766
|
+
export declare const CacheSubnetGroupMessageFilterSensitiveLog: (obj: CacheSubnetGroupMessage) => any;
|
|
2767
|
+
|
|
2768
|
+
export declare const DescribeCacheSubnetGroupsMessageFilterSensitiveLog: (obj: DescribeCacheSubnetGroupsMessage) => any;
|
|
2769
|
+
|
|
2770
|
+
export declare const DescribeEngineDefaultParametersMessageFilterSensitiveLog: (obj: DescribeEngineDefaultParametersMessage) => any;
|
|
2771
|
+
|
|
2772
|
+
export declare const EngineDefaultsFilterSensitiveLog: (obj: EngineDefaults) => any;
|
|
2773
|
+
|
|
2774
|
+
export declare const DescribeEngineDefaultParametersResultFilterSensitiveLog: (obj: DescribeEngineDefaultParametersResult) => any;
|
|
2775
|
+
|
|
2776
|
+
export declare const DescribeEventsMessageFilterSensitiveLog: (obj: DescribeEventsMessage) => any;
|
|
2777
|
+
|
|
2778
|
+
export declare const EventFilterSensitiveLog: (obj: Event) => any;
|
|
2779
|
+
|
|
2780
|
+
export declare const EventsMessageFilterSensitiveLog: (obj: EventsMessage) => any;
|
|
2781
|
+
|
|
2782
|
+
export declare const DescribeGlobalReplicationGroupsMessageFilterSensitiveLog: (obj: DescribeGlobalReplicationGroupsMessage) => any;
|
|
2783
|
+
|
|
2784
|
+
export declare const DescribeGlobalReplicationGroupsResultFilterSensitiveLog: (obj: DescribeGlobalReplicationGroupsResult) => any;
|
|
2785
|
+
|
|
2786
|
+
export declare const DescribeReplicationGroupsMessageFilterSensitiveLog: (obj: DescribeReplicationGroupsMessage) => any;
|
|
2787
|
+
|
|
2788
|
+
export declare const ReplicationGroupMessageFilterSensitiveLog: (obj: ReplicationGroupMessage) => any;
|
|
2789
|
+
|
|
2790
|
+
export declare const DescribeReservedCacheNodesMessageFilterSensitiveLog: (obj: DescribeReservedCacheNodesMessage) => any;
|
|
2791
|
+
|
|
2792
|
+
export declare const RecurringChargeFilterSensitiveLog: (obj: RecurringCharge) => any;
|
|
2793
|
+
|
|
2794
|
+
export declare const ReservedCacheNodeFilterSensitiveLog: (obj: ReservedCacheNode) => any;
|
|
2795
|
+
|
|
2796
|
+
export declare const ReservedCacheNodeMessageFilterSensitiveLog: (obj: ReservedCacheNodeMessage) => any;
|
|
2797
|
+
|
|
2798
|
+
export declare const DescribeReservedCacheNodesOfferingsMessageFilterSensitiveLog: (obj: DescribeReservedCacheNodesOfferingsMessage) => any;
|
|
2799
|
+
|
|
2800
|
+
export declare const ReservedCacheNodesOfferingFilterSensitiveLog: (obj: ReservedCacheNodesOffering) => any;
|
|
2801
|
+
|
|
2802
|
+
export declare const ReservedCacheNodesOfferingMessageFilterSensitiveLog: (obj: ReservedCacheNodesOfferingMessage) => any;
|
|
2803
|
+
|
|
2804
|
+
export declare const DescribeServiceUpdatesMessageFilterSensitiveLog: (obj: DescribeServiceUpdatesMessage) => any;
|
|
2805
|
+
|
|
2806
|
+
export declare const ServiceUpdateFilterSensitiveLog: (obj: ServiceUpdate) => any;
|
|
2807
|
+
|
|
2808
|
+
export declare const ServiceUpdatesMessageFilterSensitiveLog: (obj: ServiceUpdatesMessage) => any;
|
|
2809
|
+
|
|
2810
|
+
export declare const DescribeSnapshotsListMessageFilterSensitiveLog: (obj: DescribeSnapshotsListMessage) => any;
|
|
2811
|
+
|
|
2812
|
+
export declare const DescribeSnapshotsMessageFilterSensitiveLog: (obj: DescribeSnapshotsMessage) => any;
|
|
2813
|
+
|
|
2814
|
+
export declare const TimeRangeFilterFilterSensitiveLog: (obj: TimeRangeFilter) => any;
|
|
2815
|
+
|
|
2816
|
+
export declare const DescribeUpdateActionsMessageFilterSensitiveLog: (obj: DescribeUpdateActionsMessage) => any;
|
|
2817
|
+
|
|
2818
|
+
export declare const CacheNodeUpdateStatusFilterSensitiveLog: (obj: CacheNodeUpdateStatus) => any;
|
|
2819
|
+
|
|
2820
|
+
export declare const NodeGroupMemberUpdateStatusFilterSensitiveLog: (obj: NodeGroupMemberUpdateStatus) => any;
|
|
2821
|
+
|
|
2822
|
+
export declare const NodeGroupUpdateStatusFilterSensitiveLog: (obj: NodeGroupUpdateStatus) => any;
|
|
2823
|
+
|
|
2824
|
+
export declare const UpdateActionFilterSensitiveLog: (obj: UpdateAction) => any;
|
|
2825
|
+
|
|
2826
|
+
export declare const UpdateActionsMessageFilterSensitiveLog: (obj: UpdateActionsMessage) => any;
|
|
2827
|
+
|
|
2828
|
+
export declare const DescribeUserGroupsMessageFilterSensitiveLog: (obj: DescribeUserGroupsMessage) => any;
|
|
2829
|
+
|
|
2830
|
+
export declare const DescribeUserGroupsResultFilterSensitiveLog: (obj: DescribeUserGroupsResult) => any;
|
|
2831
|
+
|
|
2832
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
2833
|
+
|
|
2834
|
+
export declare const DescribeUsersMessageFilterSensitiveLog: (obj: DescribeUsersMessage) => any;
|
|
2835
|
+
|
|
2836
|
+
export declare const DescribeUsersResultFilterSensitiveLog: (obj: DescribeUsersResult) => any;
|
|
2837
|
+
|
|
2838
|
+
export declare const DisassociateGlobalReplicationGroupMessageFilterSensitiveLog: (obj: DisassociateGlobalReplicationGroupMessage) => any;
|
|
2839
|
+
|
|
2840
|
+
export declare const DisassociateGlobalReplicationGroupResultFilterSensitiveLog: (obj: DisassociateGlobalReplicationGroupResult) => any;
|
|
2841
|
+
|
|
2842
|
+
export declare const FailoverGlobalReplicationGroupMessageFilterSensitiveLog: (obj: FailoverGlobalReplicationGroupMessage) => any;
|
|
2843
|
+
|
|
2844
|
+
export declare const FailoverGlobalReplicationGroupResultFilterSensitiveLog: (obj: FailoverGlobalReplicationGroupResult) => any;
|
|
2845
|
+
|
|
2846
|
+
export declare const ReshardingConfigurationFilterSensitiveLog: (obj: ReshardingConfiguration) => any;
|
|
2847
|
+
|
|
2848
|
+
export declare const RegionalConfigurationFilterSensitiveLog: (obj: RegionalConfiguration) => any;
|
|
2849
|
+
|
|
2850
|
+
export declare const IncreaseNodeGroupsInGlobalReplicationGroupMessageFilterSensitiveLog: (obj: IncreaseNodeGroupsInGlobalReplicationGroupMessage) => any;
|
|
2851
|
+
|
|
2852
|
+
export declare const IncreaseNodeGroupsInGlobalReplicationGroupResultFilterSensitiveLog: (obj: IncreaseNodeGroupsInGlobalReplicationGroupResult) => any;
|
|
2853
|
+
|
|
2854
|
+
export declare const IncreaseReplicaCountMessageFilterSensitiveLog: (obj: IncreaseReplicaCountMessage) => any;
|
|
2855
|
+
|
|
2856
|
+
export declare const IncreaseReplicaCountResultFilterSensitiveLog: (obj: IncreaseReplicaCountResult) => any;
|
|
2857
|
+
|
|
2858
|
+
export declare const ListAllowedNodeTypeModificationsMessageFilterSensitiveLog: (obj: ListAllowedNodeTypeModificationsMessage) => any;
|
|
2859
|
+
|
|
2860
|
+
export declare const ListTagsForResourceMessageFilterSensitiveLog: (obj: ListTagsForResourceMessage) => any;
|
|
2861
|
+
|
|
2862
|
+
export declare const ModifyCacheClusterMessageFilterSensitiveLog: (obj: ModifyCacheClusterMessage) => any;
|
|
2863
|
+
|
|
2864
|
+
export declare const ModifyCacheClusterResultFilterSensitiveLog: (obj: ModifyCacheClusterResult) => any;
|
|
2865
|
+
|
|
2866
|
+
export declare const CacheParameterGroupNameMessageFilterSensitiveLog: (obj: CacheParameterGroupNameMessage) => any;
|
|
2867
|
+
|
|
2868
|
+
export declare const ParameterNameValueFilterSensitiveLog: (obj: ParameterNameValue) => any;
|
|
2869
|
+
|
|
2870
|
+
export declare const ModifyCacheParameterGroupMessageFilterSensitiveLog: (obj: ModifyCacheParameterGroupMessage) => any;
|
|
2871
|
+
|
|
2872
|
+
export declare const ModifyCacheSubnetGroupMessageFilterSensitiveLog: (obj: ModifyCacheSubnetGroupMessage) => any;
|
|
2873
|
+
|
|
2874
|
+
export declare const ModifyCacheSubnetGroupResultFilterSensitiveLog: (obj: ModifyCacheSubnetGroupResult) => any;
|
|
2875
|
+
|
|
2876
|
+
export declare const ModifyGlobalReplicationGroupMessageFilterSensitiveLog: (obj: ModifyGlobalReplicationGroupMessage) => any;
|
|
2877
|
+
|
|
2878
|
+
export declare const ModifyGlobalReplicationGroupResultFilterSensitiveLog: (obj: ModifyGlobalReplicationGroupResult) => any;
|
|
2879
|
+
|
|
2880
|
+
export declare const ModifyReplicationGroupMessageFilterSensitiveLog: (obj: ModifyReplicationGroupMessage) => any;
|
|
2881
|
+
|
|
2882
|
+
export declare const ModifyReplicationGroupResultFilterSensitiveLog: (obj: ModifyReplicationGroupResult) => any;
|
|
2883
|
+
|
|
2884
|
+
export declare const ModifyReplicationGroupShardConfigurationMessageFilterSensitiveLog: (obj: ModifyReplicationGroupShardConfigurationMessage) => any;
|
|
2885
|
+
|
|
2886
|
+
export declare const ModifyReplicationGroupShardConfigurationResultFilterSensitiveLog: (obj: ModifyReplicationGroupShardConfigurationResult) => any;
|
|
2887
|
+
|
|
2888
|
+
export declare const ModifyUserMessageFilterSensitiveLog: (obj: ModifyUserMessage) => any;
|
|
2889
|
+
|
|
2890
|
+
export declare const ModifyUserGroupMessageFilterSensitiveLog: (obj: ModifyUserGroupMessage) => any;
|
|
2891
|
+
|
|
2892
|
+
export declare const PurchaseReservedCacheNodesOfferingMessageFilterSensitiveLog: (obj: PurchaseReservedCacheNodesOfferingMessage) => any;
|
|
2893
|
+
|
|
2894
|
+
export declare const PurchaseReservedCacheNodesOfferingResultFilterSensitiveLog: (obj: PurchaseReservedCacheNodesOfferingResult) => any;
|
|
2895
|
+
|
|
2896
|
+
export declare const RebalanceSlotsInGlobalReplicationGroupMessageFilterSensitiveLog: (obj: RebalanceSlotsInGlobalReplicationGroupMessage) => any;
|
|
2897
|
+
|
|
2898
|
+
export declare const RebalanceSlotsInGlobalReplicationGroupResultFilterSensitiveLog: (obj: RebalanceSlotsInGlobalReplicationGroupResult) => any;
|
|
2899
|
+
|
|
2900
|
+
export declare const RebootCacheClusterMessageFilterSensitiveLog: (obj: RebootCacheClusterMessage) => any;
|
|
2901
|
+
|
|
2902
|
+
export declare const RebootCacheClusterResultFilterSensitiveLog: (obj: RebootCacheClusterResult) => any;
|
|
2903
|
+
|
|
2904
|
+
export declare const RemoveTagsFromResourceMessageFilterSensitiveLog: (obj: RemoveTagsFromResourceMessage) => any;
|
|
2905
|
+
|
|
2906
|
+
export declare const ResetCacheParameterGroupMessageFilterSensitiveLog: (obj: ResetCacheParameterGroupMessage) => any;
|
|
2907
|
+
|
|
2908
|
+
export declare const RevokeCacheSecurityGroupIngressMessageFilterSensitiveLog: (obj: RevokeCacheSecurityGroupIngressMessage) => any;
|
|
2909
|
+
|
|
2910
|
+
export declare const RevokeCacheSecurityGroupIngressResultFilterSensitiveLog: (obj: RevokeCacheSecurityGroupIngressResult) => any;
|
|
2911
|
+
|
|
2912
|
+
export declare const CustomerNodeEndpointFilterSensitiveLog: (obj: CustomerNodeEndpoint) => any;
|
|
2913
|
+
|
|
2914
|
+
export declare const StartMigrationMessageFilterSensitiveLog: (obj: StartMigrationMessage) => any;
|
|
2915
|
+
|
|
2916
|
+
export declare const StartMigrationResponseFilterSensitiveLog: (obj: StartMigrationResponse) => any;
|
|
2917
|
+
|
|
2918
|
+
export declare const TestFailoverMessageFilterSensitiveLog: (obj: TestFailoverMessage) => any;
|
|
2919
|
+
|
|
2920
|
+
export declare const TestFailoverResultFilterSensitiveLog: (obj: TestFailoverResult) => any;
|