@aws-sdk/client-elasticache 3.131.0 → 3.141.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 +4 -0
- 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 +4 -0
- package/dist-types/models/models_0.d.ts +750 -1105
- package/dist-types/ts3.4/models/models_0.d.ts +361 -719
- 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
|
|
|
@@ -562,19 +454,13 @@ export interface ReplicationGroup {
|
|
|
562
454
|
ReplicationGroupCreateTime?: Date;
|
|
563
455
|
|
|
564
456
|
DataTiering?: DataTieringStatus | string;
|
|
565
|
-
}
|
|
566
|
-
export declare namespace ReplicationGroup {
|
|
567
457
|
|
|
568
|
-
|
|
458
|
+
AutoMinorVersionUpgrade?: boolean;
|
|
569
459
|
}
|
|
570
460
|
export interface CompleteMigrationResponse {
|
|
571
461
|
|
|
572
462
|
ReplicationGroup?: ReplicationGroup;
|
|
573
463
|
}
|
|
574
|
-
export declare namespace CompleteMigrationResponse {
|
|
575
|
-
|
|
576
|
-
const filterSensitiveLog: (obj: CompleteMigrationResponse) => any;
|
|
577
|
-
}
|
|
578
464
|
|
|
579
465
|
export declare class ReplicationGroupNotUnderMigrationFault extends __BaseException {
|
|
580
466
|
readonly name: "ReplicationGroupNotUnderMigrationFault";
|
|
@@ -595,10 +481,6 @@ export interface CopySnapshotMessage {
|
|
|
595
481
|
|
|
596
482
|
Tags?: Tag[];
|
|
597
483
|
}
|
|
598
|
-
export declare namespace CopySnapshotMessage {
|
|
599
|
-
|
|
600
|
-
const filterSensitiveLog: (obj: CopySnapshotMessage) => any;
|
|
601
|
-
}
|
|
602
484
|
|
|
603
485
|
export interface NodeGroupConfiguration {
|
|
604
486
|
|
|
@@ -616,10 +498,6 @@ export interface NodeGroupConfiguration {
|
|
|
616
498
|
|
|
617
499
|
ReplicaOutpostArns?: string[];
|
|
618
500
|
}
|
|
619
|
-
export declare namespace NodeGroupConfiguration {
|
|
620
|
-
|
|
621
|
-
const filterSensitiveLog: (obj: NodeGroupConfiguration) => any;
|
|
622
|
-
}
|
|
623
501
|
|
|
624
502
|
export interface NodeSnapshot {
|
|
625
503
|
|
|
@@ -637,10 +515,6 @@ export interface NodeSnapshot {
|
|
|
637
515
|
|
|
638
516
|
SnapshotCreateTime?: Date;
|
|
639
517
|
}
|
|
640
|
-
export declare namespace NodeSnapshot {
|
|
641
|
-
|
|
642
|
-
const filterSensitiveLog: (obj: NodeSnapshot) => any;
|
|
643
|
-
}
|
|
644
518
|
|
|
645
519
|
export interface Snapshot {
|
|
646
520
|
|
|
@@ -700,18 +574,10 @@ export interface Snapshot {
|
|
|
700
574
|
|
|
701
575
|
DataTiering?: DataTieringStatus | string;
|
|
702
576
|
}
|
|
703
|
-
export declare namespace Snapshot {
|
|
704
|
-
|
|
705
|
-
const filterSensitiveLog: (obj: Snapshot) => any;
|
|
706
|
-
}
|
|
707
577
|
export interface CopySnapshotResult {
|
|
708
578
|
|
|
709
579
|
Snapshot?: Snapshot;
|
|
710
580
|
}
|
|
711
|
-
export declare namespace CopySnapshotResult {
|
|
712
|
-
|
|
713
|
-
const filterSensitiveLog: (obj: CopySnapshotResult) => any;
|
|
714
|
-
}
|
|
715
581
|
|
|
716
582
|
export declare class InvalidSnapshotStateFault extends __BaseException {
|
|
717
583
|
readonly name: "InvalidSnapshotStateFault";
|
|
@@ -764,10 +630,6 @@ export interface LogDeliveryConfigurationRequest {
|
|
|
764
630
|
|
|
765
631
|
Enabled?: boolean;
|
|
766
632
|
}
|
|
767
|
-
export declare namespace LogDeliveryConfigurationRequest {
|
|
768
|
-
|
|
769
|
-
const filterSensitiveLog: (obj: LogDeliveryConfigurationRequest) => any;
|
|
770
|
-
}
|
|
771
633
|
export declare enum OutpostMode {
|
|
772
634
|
CROSS_OUTPOST = "cross-outpost",
|
|
773
635
|
SINGLE_OUTPOST = "single-outpost"
|
|
@@ -831,10 +693,6 @@ export interface CreateCacheClusterMessage {
|
|
|
831
693
|
|
|
832
694
|
TransitEncryptionEnabled?: boolean;
|
|
833
695
|
}
|
|
834
|
-
export declare namespace CreateCacheClusterMessage {
|
|
835
|
-
|
|
836
|
-
const filterSensitiveLog: (obj: CreateCacheClusterMessage) => any;
|
|
837
|
-
}
|
|
838
696
|
|
|
839
697
|
export interface CacheNode {
|
|
840
698
|
|
|
@@ -854,10 +712,6 @@ export interface CacheNode {
|
|
|
854
712
|
|
|
855
713
|
CustomerOutpostArn?: string;
|
|
856
714
|
}
|
|
857
|
-
export declare namespace CacheNode {
|
|
858
|
-
|
|
859
|
-
const filterSensitiveLog: (obj: CacheNode) => any;
|
|
860
|
-
}
|
|
861
715
|
|
|
862
716
|
export interface CacheParameterGroupStatus {
|
|
863
717
|
|
|
@@ -867,10 +721,6 @@ export interface CacheParameterGroupStatus {
|
|
|
867
721
|
|
|
868
722
|
CacheNodeIdsToReboot?: string[];
|
|
869
723
|
}
|
|
870
|
-
export declare namespace CacheParameterGroupStatus {
|
|
871
|
-
|
|
872
|
-
const filterSensitiveLog: (obj: CacheParameterGroupStatus) => any;
|
|
873
|
-
}
|
|
874
724
|
|
|
875
725
|
export interface CacheSecurityGroupMembership {
|
|
876
726
|
|
|
@@ -878,10 +728,6 @@ export interface CacheSecurityGroupMembership {
|
|
|
878
728
|
|
|
879
729
|
Status?: string;
|
|
880
730
|
}
|
|
881
|
-
export declare namespace CacheSecurityGroupMembership {
|
|
882
|
-
|
|
883
|
-
const filterSensitiveLog: (obj: CacheSecurityGroupMembership) => any;
|
|
884
|
-
}
|
|
885
731
|
|
|
886
732
|
export interface NotificationConfiguration {
|
|
887
733
|
|
|
@@ -889,10 +735,6 @@ export interface NotificationConfiguration {
|
|
|
889
735
|
|
|
890
736
|
TopicStatus?: string;
|
|
891
737
|
}
|
|
892
|
-
export declare namespace NotificationConfiguration {
|
|
893
|
-
|
|
894
|
-
const filterSensitiveLog: (obj: NotificationConfiguration) => any;
|
|
895
|
-
}
|
|
896
738
|
|
|
897
739
|
export interface PendingModifiedValues {
|
|
898
740
|
|
|
@@ -908,10 +750,6 @@ export interface PendingModifiedValues {
|
|
|
908
750
|
|
|
909
751
|
LogDeliveryConfigurations?: PendingLogDeliveryConfiguration[];
|
|
910
752
|
}
|
|
911
|
-
export declare namespace PendingModifiedValues {
|
|
912
|
-
|
|
913
|
-
const filterSensitiveLog: (obj: PendingModifiedValues) => any;
|
|
914
|
-
}
|
|
915
753
|
|
|
916
754
|
export interface SecurityGroupMembership {
|
|
917
755
|
|
|
@@ -919,10 +757,6 @@ export interface SecurityGroupMembership {
|
|
|
919
757
|
|
|
920
758
|
Status?: string;
|
|
921
759
|
}
|
|
922
|
-
export declare namespace SecurityGroupMembership {
|
|
923
|
-
|
|
924
|
-
const filterSensitiveLog: (obj: SecurityGroupMembership) => any;
|
|
925
|
-
}
|
|
926
760
|
|
|
927
761
|
export interface CacheCluster {
|
|
928
762
|
|
|
@@ -986,18 +820,10 @@ export interface CacheCluster {
|
|
|
986
820
|
|
|
987
821
|
LogDeliveryConfigurations?: LogDeliveryConfiguration[];
|
|
988
822
|
}
|
|
989
|
-
export declare namespace CacheCluster {
|
|
990
|
-
|
|
991
|
-
const filterSensitiveLog: (obj: CacheCluster) => any;
|
|
992
|
-
}
|
|
993
823
|
export interface CreateCacheClusterResult {
|
|
994
824
|
|
|
995
825
|
CacheCluster?: CacheCluster;
|
|
996
826
|
}
|
|
997
|
-
export declare namespace CreateCacheClusterResult {
|
|
998
|
-
|
|
999
|
-
const filterSensitiveLog: (obj: CreateCacheClusterResult) => any;
|
|
1000
|
-
}
|
|
1001
827
|
|
|
1002
828
|
export declare class InsufficientCacheClusterCapacityFault extends __BaseException {
|
|
1003
829
|
readonly name: "InsufficientCacheClusterCapacityFault";
|
|
@@ -1051,10 +877,6 @@ export interface CreateCacheParameterGroupMessage {
|
|
|
1051
877
|
|
|
1052
878
|
Tags?: Tag[];
|
|
1053
879
|
}
|
|
1054
|
-
export declare namespace CreateCacheParameterGroupMessage {
|
|
1055
|
-
|
|
1056
|
-
const filterSensitiveLog: (obj: CreateCacheParameterGroupMessage) => any;
|
|
1057
|
-
}
|
|
1058
880
|
|
|
1059
881
|
export interface CacheParameterGroup {
|
|
1060
882
|
|
|
@@ -1068,18 +890,10 @@ export interface CacheParameterGroup {
|
|
|
1068
890
|
|
|
1069
891
|
ARN?: string;
|
|
1070
892
|
}
|
|
1071
|
-
export declare namespace CacheParameterGroup {
|
|
1072
|
-
|
|
1073
|
-
const filterSensitiveLog: (obj: CacheParameterGroup) => any;
|
|
1074
|
-
}
|
|
1075
893
|
export interface CreateCacheParameterGroupResult {
|
|
1076
894
|
|
|
1077
895
|
CacheParameterGroup?: CacheParameterGroup;
|
|
1078
896
|
}
|
|
1079
|
-
export declare namespace CreateCacheParameterGroupResult {
|
|
1080
|
-
|
|
1081
|
-
const filterSensitiveLog: (obj: CreateCacheParameterGroupResult) => any;
|
|
1082
|
-
}
|
|
1083
897
|
|
|
1084
898
|
export declare class InvalidCacheParameterGroupStateFault extends __BaseException {
|
|
1085
899
|
readonly name: "InvalidCacheParameterGroupStateFault";
|
|
@@ -1110,18 +924,10 @@ export interface CreateCacheSecurityGroupMessage {
|
|
|
1110
924
|
|
|
1111
925
|
Tags?: Tag[];
|
|
1112
926
|
}
|
|
1113
|
-
export declare namespace CreateCacheSecurityGroupMessage {
|
|
1114
|
-
|
|
1115
|
-
const filterSensitiveLog: (obj: CreateCacheSecurityGroupMessage) => any;
|
|
1116
|
-
}
|
|
1117
927
|
export interface CreateCacheSecurityGroupResult {
|
|
1118
928
|
|
|
1119
929
|
CacheSecurityGroup?: CacheSecurityGroup;
|
|
1120
930
|
}
|
|
1121
|
-
export declare namespace CreateCacheSecurityGroupResult {
|
|
1122
|
-
|
|
1123
|
-
const filterSensitiveLog: (obj: CreateCacheSecurityGroupResult) => any;
|
|
1124
|
-
}
|
|
1125
931
|
|
|
1126
932
|
export declare class CacheSubnetGroupAlreadyExistsFault extends __BaseException {
|
|
1127
933
|
readonly name: "CacheSubnetGroupAlreadyExistsFault";
|
|
@@ -1154,28 +960,16 @@ export interface CreateCacheSubnetGroupMessage {
|
|
|
1154
960
|
|
|
1155
961
|
Tags?: Tag[];
|
|
1156
962
|
}
|
|
1157
|
-
export declare namespace CreateCacheSubnetGroupMessage {
|
|
1158
|
-
|
|
1159
|
-
const filterSensitiveLog: (obj: CreateCacheSubnetGroupMessage) => any;
|
|
1160
|
-
}
|
|
1161
963
|
|
|
1162
964
|
export interface AvailabilityZone {
|
|
1163
965
|
|
|
1164
966
|
Name?: string;
|
|
1165
967
|
}
|
|
1166
|
-
export declare namespace AvailabilityZone {
|
|
1167
|
-
|
|
1168
|
-
const filterSensitiveLog: (obj: AvailabilityZone) => any;
|
|
1169
|
-
}
|
|
1170
968
|
|
|
1171
969
|
export interface SubnetOutpost {
|
|
1172
970
|
|
|
1173
971
|
SubnetOutpostArn?: string;
|
|
1174
972
|
}
|
|
1175
|
-
export declare namespace SubnetOutpost {
|
|
1176
|
-
|
|
1177
|
-
const filterSensitiveLog: (obj: SubnetOutpost) => any;
|
|
1178
|
-
}
|
|
1179
973
|
|
|
1180
974
|
export interface Subnet {
|
|
1181
975
|
|
|
@@ -1185,10 +979,6 @@ export interface Subnet {
|
|
|
1185
979
|
|
|
1186
980
|
SubnetOutpost?: SubnetOutpost;
|
|
1187
981
|
}
|
|
1188
|
-
export declare namespace Subnet {
|
|
1189
|
-
|
|
1190
|
-
const filterSensitiveLog: (obj: Subnet) => any;
|
|
1191
|
-
}
|
|
1192
982
|
|
|
1193
983
|
export interface CacheSubnetGroup {
|
|
1194
984
|
|
|
@@ -1202,18 +992,10 @@ export interface CacheSubnetGroup {
|
|
|
1202
992
|
|
|
1203
993
|
ARN?: string;
|
|
1204
994
|
}
|
|
1205
|
-
export declare namespace CacheSubnetGroup {
|
|
1206
|
-
|
|
1207
|
-
const filterSensitiveLog: (obj: CacheSubnetGroup) => any;
|
|
1208
|
-
}
|
|
1209
995
|
export interface CreateCacheSubnetGroupResult {
|
|
1210
996
|
|
|
1211
997
|
CacheSubnetGroup?: CacheSubnetGroup;
|
|
1212
998
|
}
|
|
1213
|
-
export declare namespace CreateCacheSubnetGroupResult {
|
|
1214
|
-
|
|
1215
|
-
const filterSensitiveLog: (obj: CreateCacheSubnetGroupResult) => any;
|
|
1216
|
-
}
|
|
1217
999
|
|
|
1218
1000
|
export declare class InvalidSubnet extends __BaseException {
|
|
1219
1001
|
readonly name: "InvalidSubnet";
|
|
@@ -1236,10 +1018,6 @@ export interface CreateGlobalReplicationGroupMessage {
|
|
|
1236
1018
|
|
|
1237
1019
|
PrimaryReplicationGroupId: string | undefined;
|
|
1238
1020
|
}
|
|
1239
|
-
export declare namespace CreateGlobalReplicationGroupMessage {
|
|
1240
|
-
|
|
1241
|
-
const filterSensitiveLog: (obj: CreateGlobalReplicationGroupMessage) => any;
|
|
1242
|
-
}
|
|
1243
1021
|
|
|
1244
1022
|
export interface GlobalNodeGroup {
|
|
1245
1023
|
|
|
@@ -1247,10 +1025,6 @@ export interface GlobalNodeGroup {
|
|
|
1247
1025
|
|
|
1248
1026
|
Slots?: string;
|
|
1249
1027
|
}
|
|
1250
|
-
export declare namespace GlobalNodeGroup {
|
|
1251
|
-
|
|
1252
|
-
const filterSensitiveLog: (obj: GlobalNodeGroup) => any;
|
|
1253
|
-
}
|
|
1254
1028
|
|
|
1255
1029
|
export interface GlobalReplicationGroupMember {
|
|
1256
1030
|
|
|
@@ -1264,10 +1038,6 @@ export interface GlobalReplicationGroupMember {
|
|
|
1264
1038
|
|
|
1265
1039
|
Status?: string;
|
|
1266
1040
|
}
|
|
1267
|
-
export declare namespace GlobalReplicationGroupMember {
|
|
1268
|
-
|
|
1269
|
-
const filterSensitiveLog: (obj: GlobalReplicationGroupMember) => any;
|
|
1270
|
-
}
|
|
1271
1041
|
|
|
1272
1042
|
export interface GlobalReplicationGroup {
|
|
1273
1043
|
|
|
@@ -1297,18 +1067,10 @@ export interface GlobalReplicationGroup {
|
|
|
1297
1067
|
|
|
1298
1068
|
ARN?: string;
|
|
1299
1069
|
}
|
|
1300
|
-
export declare namespace GlobalReplicationGroup {
|
|
1301
|
-
|
|
1302
|
-
const filterSensitiveLog: (obj: GlobalReplicationGroup) => any;
|
|
1303
|
-
}
|
|
1304
1070
|
export interface CreateGlobalReplicationGroupResult {
|
|
1305
1071
|
|
|
1306
1072
|
GlobalReplicationGroup?: GlobalReplicationGroup;
|
|
1307
1073
|
}
|
|
1308
|
-
export declare namespace CreateGlobalReplicationGroupResult {
|
|
1309
|
-
|
|
1310
|
-
const filterSensitiveLog: (obj: CreateGlobalReplicationGroupResult) => any;
|
|
1311
|
-
}
|
|
1312
1074
|
|
|
1313
1075
|
export declare class GlobalReplicationGroupAlreadyExistsFault extends __BaseException {
|
|
1314
1076
|
readonly name: "GlobalReplicationGroupAlreadyExistsFault";
|
|
@@ -1394,18 +1156,10 @@ export interface CreateReplicationGroupMessage {
|
|
|
1394
1156
|
|
|
1395
1157
|
DataTieringEnabled?: boolean;
|
|
1396
1158
|
}
|
|
1397
|
-
export declare namespace CreateReplicationGroupMessage {
|
|
1398
|
-
|
|
1399
|
-
const filterSensitiveLog: (obj: CreateReplicationGroupMessage) => any;
|
|
1400
|
-
}
|
|
1401
1159
|
export interface CreateReplicationGroupResult {
|
|
1402
1160
|
|
|
1403
1161
|
ReplicationGroup?: ReplicationGroup;
|
|
1404
1162
|
}
|
|
1405
|
-
export declare namespace CreateReplicationGroupResult {
|
|
1406
|
-
|
|
1407
|
-
const filterSensitiveLog: (obj: CreateReplicationGroupResult) => any;
|
|
1408
|
-
}
|
|
1409
1163
|
|
|
1410
1164
|
export declare class GlobalReplicationGroupNotFoundFault extends __BaseException {
|
|
1411
1165
|
readonly name: "GlobalReplicationGroupNotFoundFault";
|
|
@@ -1461,18 +1215,10 @@ export interface CreateSnapshotMessage {
|
|
|
1461
1215
|
|
|
1462
1216
|
Tags?: Tag[];
|
|
1463
1217
|
}
|
|
1464
|
-
export declare namespace CreateSnapshotMessage {
|
|
1465
|
-
|
|
1466
|
-
const filterSensitiveLog: (obj: CreateSnapshotMessage) => any;
|
|
1467
|
-
}
|
|
1468
1218
|
export interface CreateSnapshotResult {
|
|
1469
1219
|
|
|
1470
1220
|
Snapshot?: Snapshot;
|
|
1471
1221
|
}
|
|
1472
|
-
export declare namespace CreateSnapshotResult {
|
|
1473
|
-
|
|
1474
|
-
const filterSensitiveLog: (obj: CreateSnapshotResult) => any;
|
|
1475
|
-
}
|
|
1476
1222
|
|
|
1477
1223
|
export declare class SnapshotFeatureNotSupportedFault extends __BaseException {
|
|
1478
1224
|
readonly name: "SnapshotFeatureNotSupportedFault";
|
|
@@ -1496,10 +1242,6 @@ export interface CreateUserMessage {
|
|
|
1496
1242
|
|
|
1497
1243
|
Tags?: Tag[];
|
|
1498
1244
|
}
|
|
1499
|
-
export declare namespace CreateUserMessage {
|
|
1500
|
-
|
|
1501
|
-
const filterSensitiveLog: (obj: CreateUserMessage) => any;
|
|
1502
|
-
}
|
|
1503
1245
|
|
|
1504
1246
|
export declare class DuplicateUserNameFault extends __BaseException {
|
|
1505
1247
|
readonly name: "DuplicateUserNameFault";
|
|
@@ -1518,10 +1260,6 @@ export interface Authentication {
|
|
|
1518
1260
|
|
|
1519
1261
|
PasswordCount?: number;
|
|
1520
1262
|
}
|
|
1521
|
-
export declare namespace Authentication {
|
|
1522
|
-
|
|
1523
|
-
const filterSensitiveLog: (obj: Authentication) => any;
|
|
1524
|
-
}
|
|
1525
1263
|
export interface User {
|
|
1526
1264
|
|
|
1527
1265
|
UserId?: string;
|
|
@@ -1542,10 +1280,6 @@ export interface User {
|
|
|
1542
1280
|
|
|
1543
1281
|
ARN?: string;
|
|
1544
1282
|
}
|
|
1545
|
-
export declare namespace User {
|
|
1546
|
-
|
|
1547
|
-
const filterSensitiveLog: (obj: User) => any;
|
|
1548
|
-
}
|
|
1549
1283
|
|
|
1550
1284
|
export declare class UserAlreadyExistsFault extends __BaseException {
|
|
1551
1285
|
readonly name: "UserAlreadyExistsFault";
|
|
@@ -1570,10 +1304,6 @@ export interface CreateUserGroupMessage {
|
|
|
1570
1304
|
|
|
1571
1305
|
Tags?: Tag[];
|
|
1572
1306
|
}
|
|
1573
|
-
export declare namespace CreateUserGroupMessage {
|
|
1574
|
-
|
|
1575
|
-
const filterSensitiveLog: (obj: CreateUserGroupMessage) => any;
|
|
1576
|
-
}
|
|
1577
1307
|
|
|
1578
1308
|
export declare class DefaultUserRequired extends __BaseException {
|
|
1579
1309
|
readonly name: "DefaultUserRequired";
|
|
@@ -1588,10 +1318,6 @@ export interface UserGroupPendingChanges {
|
|
|
1588
1318
|
|
|
1589
1319
|
UserIdsToAdd?: string[];
|
|
1590
1320
|
}
|
|
1591
|
-
export declare namespace UserGroupPendingChanges {
|
|
1592
|
-
|
|
1593
|
-
const filterSensitiveLog: (obj: UserGroupPendingChanges) => any;
|
|
1594
|
-
}
|
|
1595
1321
|
export interface UserGroup {
|
|
1596
1322
|
|
|
1597
1323
|
UserGroupId?: string;
|
|
@@ -1610,10 +1336,6 @@ export interface UserGroup {
|
|
|
1610
1336
|
|
|
1611
1337
|
ARN?: string;
|
|
1612
1338
|
}
|
|
1613
|
-
export declare namespace UserGroup {
|
|
1614
|
-
|
|
1615
|
-
const filterSensitiveLog: (obj: UserGroup) => any;
|
|
1616
|
-
}
|
|
1617
1339
|
|
|
1618
1340
|
export declare class UserGroupAlreadyExistsFault extends __BaseException {
|
|
1619
1341
|
readonly name: "UserGroupAlreadyExistsFault";
|
|
@@ -1640,18 +1362,10 @@ export interface DecreaseNodeGroupsInGlobalReplicationGroupMessage {
|
|
|
1640
1362
|
|
|
1641
1363
|
ApplyImmediately: boolean | undefined;
|
|
1642
1364
|
}
|
|
1643
|
-
export declare namespace DecreaseNodeGroupsInGlobalReplicationGroupMessage {
|
|
1644
|
-
|
|
1645
|
-
const filterSensitiveLog: (obj: DecreaseNodeGroupsInGlobalReplicationGroupMessage) => any;
|
|
1646
|
-
}
|
|
1647
1365
|
export interface DecreaseNodeGroupsInGlobalReplicationGroupResult {
|
|
1648
1366
|
|
|
1649
1367
|
GlobalReplicationGroup?: GlobalReplicationGroup;
|
|
1650
1368
|
}
|
|
1651
|
-
export declare namespace DecreaseNodeGroupsInGlobalReplicationGroupResult {
|
|
1652
|
-
|
|
1653
|
-
const filterSensitiveLog: (obj: DecreaseNodeGroupsInGlobalReplicationGroupResult) => any;
|
|
1654
|
-
}
|
|
1655
1369
|
|
|
1656
1370
|
export interface ConfigureShard {
|
|
1657
1371
|
|
|
@@ -1663,10 +1377,6 @@ export interface ConfigureShard {
|
|
|
1663
1377
|
|
|
1664
1378
|
PreferredOutpostArns?: string[];
|
|
1665
1379
|
}
|
|
1666
|
-
export declare namespace ConfigureShard {
|
|
1667
|
-
|
|
1668
|
-
const filterSensitiveLog: (obj: ConfigureShard) => any;
|
|
1669
|
-
}
|
|
1670
1380
|
export interface DecreaseReplicaCountMessage {
|
|
1671
1381
|
|
|
1672
1382
|
ReplicationGroupId: string | undefined;
|
|
@@ -1679,18 +1389,10 @@ export interface DecreaseReplicaCountMessage {
|
|
|
1679
1389
|
|
|
1680
1390
|
ApplyImmediately: boolean | undefined;
|
|
1681
1391
|
}
|
|
1682
|
-
export declare namespace DecreaseReplicaCountMessage {
|
|
1683
|
-
|
|
1684
|
-
const filterSensitiveLog: (obj: DecreaseReplicaCountMessage) => any;
|
|
1685
|
-
}
|
|
1686
1392
|
export interface DecreaseReplicaCountResult {
|
|
1687
1393
|
|
|
1688
1394
|
ReplicationGroup?: ReplicationGroup;
|
|
1689
1395
|
}
|
|
1690
|
-
export declare namespace DecreaseReplicaCountResult {
|
|
1691
|
-
|
|
1692
|
-
const filterSensitiveLog: (obj: DecreaseReplicaCountResult) => any;
|
|
1693
|
-
}
|
|
1694
1396
|
|
|
1695
1397
|
export declare class NoOperationFault extends __BaseException {
|
|
1696
1398
|
readonly name: "NoOperationFault";
|
|
@@ -1705,36 +1407,20 @@ export interface DeleteCacheClusterMessage {
|
|
|
1705
1407
|
|
|
1706
1408
|
FinalSnapshotIdentifier?: string;
|
|
1707
1409
|
}
|
|
1708
|
-
export declare namespace DeleteCacheClusterMessage {
|
|
1709
|
-
|
|
1710
|
-
const filterSensitiveLog: (obj: DeleteCacheClusterMessage) => any;
|
|
1711
|
-
}
|
|
1712
1410
|
export interface DeleteCacheClusterResult {
|
|
1713
1411
|
|
|
1714
1412
|
CacheCluster?: CacheCluster;
|
|
1715
1413
|
}
|
|
1716
|
-
export declare namespace DeleteCacheClusterResult {
|
|
1717
|
-
|
|
1718
|
-
const filterSensitiveLog: (obj: DeleteCacheClusterResult) => any;
|
|
1719
|
-
}
|
|
1720
1414
|
|
|
1721
1415
|
export interface DeleteCacheParameterGroupMessage {
|
|
1722
1416
|
|
|
1723
1417
|
CacheParameterGroupName: string | undefined;
|
|
1724
1418
|
}
|
|
1725
|
-
export declare namespace DeleteCacheParameterGroupMessage {
|
|
1726
|
-
|
|
1727
|
-
const filterSensitiveLog: (obj: DeleteCacheParameterGroupMessage) => any;
|
|
1728
|
-
}
|
|
1729
1419
|
|
|
1730
1420
|
export interface DeleteCacheSecurityGroupMessage {
|
|
1731
1421
|
|
|
1732
1422
|
CacheSecurityGroupName: string | undefined;
|
|
1733
1423
|
}
|
|
1734
|
-
export declare namespace DeleteCacheSecurityGroupMessage {
|
|
1735
|
-
|
|
1736
|
-
const filterSensitiveLog: (obj: DeleteCacheSecurityGroupMessage) => any;
|
|
1737
|
-
}
|
|
1738
1424
|
|
|
1739
1425
|
export declare class CacheSubnetGroupInUse extends __BaseException {
|
|
1740
1426
|
readonly name: "CacheSubnetGroupInUse";
|
|
@@ -1747,28 +1433,16 @@ export interface DeleteCacheSubnetGroupMessage {
|
|
|
1747
1433
|
|
|
1748
1434
|
CacheSubnetGroupName: string | undefined;
|
|
1749
1435
|
}
|
|
1750
|
-
export declare namespace DeleteCacheSubnetGroupMessage {
|
|
1751
|
-
|
|
1752
|
-
const filterSensitiveLog: (obj: DeleteCacheSubnetGroupMessage) => any;
|
|
1753
|
-
}
|
|
1754
1436
|
export interface DeleteGlobalReplicationGroupMessage {
|
|
1755
1437
|
|
|
1756
1438
|
GlobalReplicationGroupId: string | undefined;
|
|
1757
1439
|
|
|
1758
1440
|
RetainPrimaryReplicationGroup: boolean | undefined;
|
|
1759
1441
|
}
|
|
1760
|
-
export declare namespace DeleteGlobalReplicationGroupMessage {
|
|
1761
|
-
|
|
1762
|
-
const filterSensitiveLog: (obj: DeleteGlobalReplicationGroupMessage) => any;
|
|
1763
|
-
}
|
|
1764
1442
|
export interface DeleteGlobalReplicationGroupResult {
|
|
1765
1443
|
|
|
1766
1444
|
GlobalReplicationGroup?: GlobalReplicationGroup;
|
|
1767
1445
|
}
|
|
1768
|
-
export declare namespace DeleteGlobalReplicationGroupResult {
|
|
1769
|
-
|
|
1770
|
-
const filterSensitiveLog: (obj: DeleteGlobalReplicationGroupResult) => any;
|
|
1771
|
-
}
|
|
1772
1446
|
|
|
1773
1447
|
export interface DeleteReplicationGroupMessage {
|
|
1774
1448
|
|
|
@@ -1778,35 +1452,19 @@ export interface DeleteReplicationGroupMessage {
|
|
|
1778
1452
|
|
|
1779
1453
|
FinalSnapshotIdentifier?: string;
|
|
1780
1454
|
}
|
|
1781
|
-
export declare namespace DeleteReplicationGroupMessage {
|
|
1782
|
-
|
|
1783
|
-
const filterSensitiveLog: (obj: DeleteReplicationGroupMessage) => any;
|
|
1784
|
-
}
|
|
1785
1455
|
export interface DeleteReplicationGroupResult {
|
|
1786
1456
|
|
|
1787
1457
|
ReplicationGroup?: ReplicationGroup;
|
|
1788
1458
|
}
|
|
1789
|
-
export declare namespace DeleteReplicationGroupResult {
|
|
1790
|
-
|
|
1791
|
-
const filterSensitiveLog: (obj: DeleteReplicationGroupResult) => any;
|
|
1792
|
-
}
|
|
1793
1459
|
|
|
1794
1460
|
export interface DeleteSnapshotMessage {
|
|
1795
1461
|
|
|
1796
1462
|
SnapshotName: string | undefined;
|
|
1797
1463
|
}
|
|
1798
|
-
export declare namespace DeleteSnapshotMessage {
|
|
1799
|
-
|
|
1800
|
-
const filterSensitiveLog: (obj: DeleteSnapshotMessage) => any;
|
|
1801
|
-
}
|
|
1802
1464
|
export interface DeleteSnapshotResult {
|
|
1803
1465
|
|
|
1804
1466
|
Snapshot?: Snapshot;
|
|
1805
1467
|
}
|
|
1806
|
-
export declare namespace DeleteSnapshotResult {
|
|
1807
|
-
|
|
1808
|
-
const filterSensitiveLog: (obj: DeleteSnapshotResult) => any;
|
|
1809
|
-
}
|
|
1810
1468
|
|
|
1811
1469
|
export declare class DefaultUserAssociatedToUserGroupFault extends __BaseException {
|
|
1812
1470
|
readonly name: "DefaultUserAssociatedToUserGroupFault";
|
|
@@ -1818,10 +1476,6 @@ export interface DeleteUserMessage {
|
|
|
1818
1476
|
|
|
1819
1477
|
UserId: string | undefined;
|
|
1820
1478
|
}
|
|
1821
|
-
export declare namespace DeleteUserMessage {
|
|
1822
|
-
|
|
1823
|
-
const filterSensitiveLog: (obj: DeleteUserMessage) => any;
|
|
1824
|
-
}
|
|
1825
1479
|
|
|
1826
1480
|
export declare class InvalidUserStateFault extends __BaseException {
|
|
1827
1481
|
readonly name: "InvalidUserStateFault";
|
|
@@ -1833,10 +1487,6 @@ export interface DeleteUserGroupMessage {
|
|
|
1833
1487
|
|
|
1834
1488
|
UserGroupId: string | undefined;
|
|
1835
1489
|
}
|
|
1836
|
-
export declare namespace DeleteUserGroupMessage {
|
|
1837
|
-
|
|
1838
|
-
const filterSensitiveLog: (obj: DeleteUserGroupMessage) => any;
|
|
1839
|
-
}
|
|
1840
1490
|
|
|
1841
1491
|
export interface CacheClusterMessage {
|
|
1842
1492
|
|
|
@@ -1844,10 +1494,6 @@ export interface CacheClusterMessage {
|
|
|
1844
1494
|
|
|
1845
1495
|
CacheClusters?: CacheCluster[];
|
|
1846
1496
|
}
|
|
1847
|
-
export declare namespace CacheClusterMessage {
|
|
1848
|
-
|
|
1849
|
-
const filterSensitiveLog: (obj: CacheClusterMessage) => any;
|
|
1850
|
-
}
|
|
1851
1497
|
|
|
1852
1498
|
export interface DescribeCacheClustersMessage {
|
|
1853
1499
|
|
|
@@ -1861,10 +1507,6 @@ export interface DescribeCacheClustersMessage {
|
|
|
1861
1507
|
|
|
1862
1508
|
ShowCacheClustersNotInReplicationGroups?: boolean;
|
|
1863
1509
|
}
|
|
1864
|
-
export declare namespace DescribeCacheClustersMessage {
|
|
1865
|
-
|
|
1866
|
-
const filterSensitiveLog: (obj: DescribeCacheClustersMessage) => any;
|
|
1867
|
-
}
|
|
1868
1510
|
|
|
1869
1511
|
export interface CacheEngineVersion {
|
|
1870
1512
|
|
|
@@ -1878,10 +1520,6 @@ export interface CacheEngineVersion {
|
|
|
1878
1520
|
|
|
1879
1521
|
CacheEngineVersionDescription?: string;
|
|
1880
1522
|
}
|
|
1881
|
-
export declare namespace CacheEngineVersion {
|
|
1882
|
-
|
|
1883
|
-
const filterSensitiveLog: (obj: CacheEngineVersion) => any;
|
|
1884
|
-
}
|
|
1885
1523
|
|
|
1886
1524
|
export interface CacheEngineVersionMessage {
|
|
1887
1525
|
|
|
@@ -1889,10 +1527,6 @@ export interface CacheEngineVersionMessage {
|
|
|
1889
1527
|
|
|
1890
1528
|
CacheEngineVersions?: CacheEngineVersion[];
|
|
1891
1529
|
}
|
|
1892
|
-
export declare namespace CacheEngineVersionMessage {
|
|
1893
|
-
|
|
1894
|
-
const filterSensitiveLog: (obj: CacheEngineVersionMessage) => any;
|
|
1895
|
-
}
|
|
1896
1530
|
|
|
1897
1531
|
export interface DescribeCacheEngineVersionsMessage {
|
|
1898
1532
|
|
|
@@ -1908,10 +1542,6 @@ export interface DescribeCacheEngineVersionsMessage {
|
|
|
1908
1542
|
|
|
1909
1543
|
DefaultOnly?: boolean;
|
|
1910
1544
|
}
|
|
1911
|
-
export declare namespace DescribeCacheEngineVersionsMessage {
|
|
1912
|
-
|
|
1913
|
-
const filterSensitiveLog: (obj: DescribeCacheEngineVersionsMessage) => any;
|
|
1914
|
-
}
|
|
1915
1545
|
|
|
1916
1546
|
export interface CacheParameterGroupsMessage {
|
|
1917
1547
|
|
|
@@ -1919,10 +1549,6 @@ export interface CacheParameterGroupsMessage {
|
|
|
1919
1549
|
|
|
1920
1550
|
CacheParameterGroups?: CacheParameterGroup[];
|
|
1921
1551
|
}
|
|
1922
|
-
export declare namespace CacheParameterGroupsMessage {
|
|
1923
|
-
|
|
1924
|
-
const filterSensitiveLog: (obj: CacheParameterGroupsMessage) => any;
|
|
1925
|
-
}
|
|
1926
1552
|
|
|
1927
1553
|
export interface DescribeCacheParameterGroupsMessage {
|
|
1928
1554
|
|
|
@@ -1932,10 +1558,6 @@ export interface DescribeCacheParameterGroupsMessage {
|
|
|
1932
1558
|
|
|
1933
1559
|
Marker?: string;
|
|
1934
1560
|
}
|
|
1935
|
-
export declare namespace DescribeCacheParameterGroupsMessage {
|
|
1936
|
-
|
|
1937
|
-
const filterSensitiveLog: (obj: DescribeCacheParameterGroupsMessage) => any;
|
|
1938
|
-
}
|
|
1939
1561
|
|
|
1940
1562
|
export interface CacheNodeTypeSpecificValue {
|
|
1941
1563
|
|
|
@@ -1943,10 +1565,6 @@ export interface CacheNodeTypeSpecificValue {
|
|
|
1943
1565
|
|
|
1944
1566
|
Value?: string;
|
|
1945
1567
|
}
|
|
1946
|
-
export declare namespace CacheNodeTypeSpecificValue {
|
|
1947
|
-
|
|
1948
|
-
const filterSensitiveLog: (obj: CacheNodeTypeSpecificValue) => any;
|
|
1949
|
-
}
|
|
1950
1568
|
export declare type ChangeType = "immediate" | "requires-reboot";
|
|
1951
1569
|
|
|
1952
1570
|
export interface CacheNodeTypeSpecificParameter {
|
|
@@ -1969,10 +1587,6 @@ export interface CacheNodeTypeSpecificParameter {
|
|
|
1969
1587
|
|
|
1970
1588
|
ChangeType?: ChangeType | string;
|
|
1971
1589
|
}
|
|
1972
|
-
export declare namespace CacheNodeTypeSpecificParameter {
|
|
1973
|
-
|
|
1974
|
-
const filterSensitiveLog: (obj: CacheNodeTypeSpecificParameter) => any;
|
|
1975
|
-
}
|
|
1976
1590
|
|
|
1977
1591
|
export interface Parameter {
|
|
1978
1592
|
|
|
@@ -1994,10 +1608,6 @@ export interface Parameter {
|
|
|
1994
1608
|
|
|
1995
1609
|
ChangeType?: ChangeType | string;
|
|
1996
1610
|
}
|
|
1997
|
-
export declare namespace Parameter {
|
|
1998
|
-
|
|
1999
|
-
const filterSensitiveLog: (obj: Parameter) => any;
|
|
2000
|
-
}
|
|
2001
1611
|
|
|
2002
1612
|
export interface CacheParameterGroupDetails {
|
|
2003
1613
|
|
|
@@ -2007,10 +1617,6 @@ export interface CacheParameterGroupDetails {
|
|
|
2007
1617
|
|
|
2008
1618
|
CacheNodeTypeSpecificParameters?: CacheNodeTypeSpecificParameter[];
|
|
2009
1619
|
}
|
|
2010
|
-
export declare namespace CacheParameterGroupDetails {
|
|
2011
|
-
|
|
2012
|
-
const filterSensitiveLog: (obj: CacheParameterGroupDetails) => any;
|
|
2013
|
-
}
|
|
2014
1620
|
|
|
2015
1621
|
export interface DescribeCacheParametersMessage {
|
|
2016
1622
|
|
|
@@ -2022,10 +1628,6 @@ export interface DescribeCacheParametersMessage {
|
|
|
2022
1628
|
|
|
2023
1629
|
Marker?: string;
|
|
2024
1630
|
}
|
|
2025
|
-
export declare namespace DescribeCacheParametersMessage {
|
|
2026
|
-
|
|
2027
|
-
const filterSensitiveLog: (obj: DescribeCacheParametersMessage) => any;
|
|
2028
|
-
}
|
|
2029
1631
|
|
|
2030
1632
|
export interface CacheSecurityGroupMessage {
|
|
2031
1633
|
|
|
@@ -2033,10 +1635,6 @@ export interface CacheSecurityGroupMessage {
|
|
|
2033
1635
|
|
|
2034
1636
|
CacheSecurityGroups?: CacheSecurityGroup[];
|
|
2035
1637
|
}
|
|
2036
|
-
export declare namespace CacheSecurityGroupMessage {
|
|
2037
|
-
|
|
2038
|
-
const filterSensitiveLog: (obj: CacheSecurityGroupMessage) => any;
|
|
2039
|
-
}
|
|
2040
1638
|
|
|
2041
1639
|
export interface DescribeCacheSecurityGroupsMessage {
|
|
2042
1640
|
|
|
@@ -2046,10 +1644,6 @@ export interface DescribeCacheSecurityGroupsMessage {
|
|
|
2046
1644
|
|
|
2047
1645
|
Marker?: string;
|
|
2048
1646
|
}
|
|
2049
|
-
export declare namespace DescribeCacheSecurityGroupsMessage {
|
|
2050
|
-
|
|
2051
|
-
const filterSensitiveLog: (obj: DescribeCacheSecurityGroupsMessage) => any;
|
|
2052
|
-
}
|
|
2053
1647
|
|
|
2054
1648
|
export interface CacheSubnetGroupMessage {
|
|
2055
1649
|
|
|
@@ -2057,10 +1651,6 @@ export interface CacheSubnetGroupMessage {
|
|
|
2057
1651
|
|
|
2058
1652
|
CacheSubnetGroups?: CacheSubnetGroup[];
|
|
2059
1653
|
}
|
|
2060
|
-
export declare namespace CacheSubnetGroupMessage {
|
|
2061
|
-
|
|
2062
|
-
const filterSensitiveLog: (obj: CacheSubnetGroupMessage) => any;
|
|
2063
|
-
}
|
|
2064
1654
|
|
|
2065
1655
|
export interface DescribeCacheSubnetGroupsMessage {
|
|
2066
1656
|
|
|
@@ -2070,10 +1660,6 @@ export interface DescribeCacheSubnetGroupsMessage {
|
|
|
2070
1660
|
|
|
2071
1661
|
Marker?: string;
|
|
2072
1662
|
}
|
|
2073
|
-
export declare namespace DescribeCacheSubnetGroupsMessage {
|
|
2074
|
-
|
|
2075
|
-
const filterSensitiveLog: (obj: DescribeCacheSubnetGroupsMessage) => any;
|
|
2076
|
-
}
|
|
2077
1663
|
|
|
2078
1664
|
export interface DescribeEngineDefaultParametersMessage {
|
|
2079
1665
|
|
|
@@ -2083,10 +1669,6 @@ export interface DescribeEngineDefaultParametersMessage {
|
|
|
2083
1669
|
|
|
2084
1670
|
Marker?: string;
|
|
2085
1671
|
}
|
|
2086
|
-
export declare namespace DescribeEngineDefaultParametersMessage {
|
|
2087
|
-
|
|
2088
|
-
const filterSensitiveLog: (obj: DescribeEngineDefaultParametersMessage) => any;
|
|
2089
|
-
}
|
|
2090
1672
|
|
|
2091
1673
|
export interface EngineDefaults {
|
|
2092
1674
|
|
|
@@ -2098,18 +1680,10 @@ export interface EngineDefaults {
|
|
|
2098
1680
|
|
|
2099
1681
|
CacheNodeTypeSpecificParameters?: CacheNodeTypeSpecificParameter[];
|
|
2100
1682
|
}
|
|
2101
|
-
export declare namespace EngineDefaults {
|
|
2102
|
-
|
|
2103
|
-
const filterSensitiveLog: (obj: EngineDefaults) => any;
|
|
2104
|
-
}
|
|
2105
1683
|
export interface DescribeEngineDefaultParametersResult {
|
|
2106
1684
|
|
|
2107
1685
|
EngineDefaults?: EngineDefaults;
|
|
2108
1686
|
}
|
|
2109
|
-
export declare namespace DescribeEngineDefaultParametersResult {
|
|
2110
|
-
|
|
2111
|
-
const filterSensitiveLog: (obj: DescribeEngineDefaultParametersResult) => any;
|
|
2112
|
-
}
|
|
2113
1687
|
export declare type SourceType = "cache-cluster" | "cache-parameter-group" | "cache-security-group" | "cache-subnet-group" | "replication-group" | "user" | "user-group";
|
|
2114
1688
|
|
|
2115
1689
|
export interface DescribeEventsMessage {
|
|
@@ -2128,10 +1702,6 @@ export interface DescribeEventsMessage {
|
|
|
2128
1702
|
|
|
2129
1703
|
Marker?: string;
|
|
2130
1704
|
}
|
|
2131
|
-
export declare namespace DescribeEventsMessage {
|
|
2132
|
-
|
|
2133
|
-
const filterSensitiveLog: (obj: DescribeEventsMessage) => any;
|
|
2134
|
-
}
|
|
2135
1705
|
|
|
2136
1706
|
export interface Event {
|
|
2137
1707
|
|
|
@@ -2143,10 +1713,6 @@ export interface Event {
|
|
|
2143
1713
|
|
|
2144
1714
|
Date?: Date;
|
|
2145
1715
|
}
|
|
2146
|
-
export declare namespace Event {
|
|
2147
|
-
|
|
2148
|
-
const filterSensitiveLog: (obj: Event) => any;
|
|
2149
|
-
}
|
|
2150
1716
|
|
|
2151
1717
|
export interface EventsMessage {
|
|
2152
1718
|
|
|
@@ -2154,10 +1720,6 @@ export interface EventsMessage {
|
|
|
2154
1720
|
|
|
2155
1721
|
Events?: Event[];
|
|
2156
1722
|
}
|
|
2157
|
-
export declare namespace EventsMessage {
|
|
2158
|
-
|
|
2159
|
-
const filterSensitiveLog: (obj: EventsMessage) => any;
|
|
2160
|
-
}
|
|
2161
1723
|
export interface DescribeGlobalReplicationGroupsMessage {
|
|
2162
1724
|
|
|
2163
1725
|
GlobalReplicationGroupId?: string;
|
|
@@ -2168,20 +1730,12 @@ export interface DescribeGlobalReplicationGroupsMessage {
|
|
|
2168
1730
|
|
|
2169
1731
|
ShowMemberInfo?: boolean;
|
|
2170
1732
|
}
|
|
2171
|
-
export declare namespace DescribeGlobalReplicationGroupsMessage {
|
|
2172
|
-
|
|
2173
|
-
const filterSensitiveLog: (obj: DescribeGlobalReplicationGroupsMessage) => any;
|
|
2174
|
-
}
|
|
2175
1733
|
export interface DescribeGlobalReplicationGroupsResult {
|
|
2176
1734
|
|
|
2177
1735
|
Marker?: string;
|
|
2178
1736
|
|
|
2179
1737
|
GlobalReplicationGroups?: GlobalReplicationGroup[];
|
|
2180
1738
|
}
|
|
2181
|
-
export declare namespace DescribeGlobalReplicationGroupsResult {
|
|
2182
|
-
|
|
2183
|
-
const filterSensitiveLog: (obj: DescribeGlobalReplicationGroupsResult) => any;
|
|
2184
|
-
}
|
|
2185
1739
|
|
|
2186
1740
|
export interface DescribeReplicationGroupsMessage {
|
|
2187
1741
|
|
|
@@ -2191,10 +1745,6 @@ export interface DescribeReplicationGroupsMessage {
|
|
|
2191
1745
|
|
|
2192
1746
|
Marker?: string;
|
|
2193
1747
|
}
|
|
2194
|
-
export declare namespace DescribeReplicationGroupsMessage {
|
|
2195
|
-
|
|
2196
|
-
const filterSensitiveLog: (obj: DescribeReplicationGroupsMessage) => any;
|
|
2197
|
-
}
|
|
2198
1748
|
|
|
2199
1749
|
export interface ReplicationGroupMessage {
|
|
2200
1750
|
|
|
@@ -2202,10 +1752,6 @@ export interface ReplicationGroupMessage {
|
|
|
2202
1752
|
|
|
2203
1753
|
ReplicationGroups?: ReplicationGroup[];
|
|
2204
1754
|
}
|
|
2205
|
-
export declare namespace ReplicationGroupMessage {
|
|
2206
|
-
|
|
2207
|
-
const filterSensitiveLog: (obj: ReplicationGroupMessage) => any;
|
|
2208
|
-
}
|
|
2209
1755
|
|
|
2210
1756
|
export interface DescribeReservedCacheNodesMessage {
|
|
2211
1757
|
|
|
@@ -2225,10 +1771,6 @@ export interface DescribeReservedCacheNodesMessage {
|
|
|
2225
1771
|
|
|
2226
1772
|
Marker?: string;
|
|
2227
1773
|
}
|
|
2228
|
-
export declare namespace DescribeReservedCacheNodesMessage {
|
|
2229
|
-
|
|
2230
|
-
const filterSensitiveLog: (obj: DescribeReservedCacheNodesMessage) => any;
|
|
2231
|
-
}
|
|
2232
1774
|
|
|
2233
1775
|
export interface RecurringCharge {
|
|
2234
1776
|
|
|
@@ -2236,10 +1778,6 @@ export interface RecurringCharge {
|
|
|
2236
1778
|
|
|
2237
1779
|
RecurringChargeFrequency?: string;
|
|
2238
1780
|
}
|
|
2239
|
-
export declare namespace RecurringCharge {
|
|
2240
|
-
|
|
2241
|
-
const filterSensitiveLog: (obj: RecurringCharge) => any;
|
|
2242
|
-
}
|
|
2243
1781
|
|
|
2244
1782
|
export interface ReservedCacheNode {
|
|
2245
1783
|
|
|
@@ -2269,10 +1807,6 @@ export interface ReservedCacheNode {
|
|
|
2269
1807
|
|
|
2270
1808
|
ReservationARN?: string;
|
|
2271
1809
|
}
|
|
2272
|
-
export declare namespace ReservedCacheNode {
|
|
2273
|
-
|
|
2274
|
-
const filterSensitiveLog: (obj: ReservedCacheNode) => any;
|
|
2275
|
-
}
|
|
2276
1810
|
|
|
2277
1811
|
export interface ReservedCacheNodeMessage {
|
|
2278
1812
|
|
|
@@ -2280,10 +1814,6 @@ export interface ReservedCacheNodeMessage {
|
|
|
2280
1814
|
|
|
2281
1815
|
ReservedCacheNodes?: ReservedCacheNode[];
|
|
2282
1816
|
}
|
|
2283
|
-
export declare namespace ReservedCacheNodeMessage {
|
|
2284
|
-
|
|
2285
|
-
const filterSensitiveLog: (obj: ReservedCacheNodeMessage) => any;
|
|
2286
|
-
}
|
|
2287
1817
|
|
|
2288
1818
|
export interface DescribeReservedCacheNodesOfferingsMessage {
|
|
2289
1819
|
|
|
@@ -2301,10 +1831,6 @@ export interface DescribeReservedCacheNodesOfferingsMessage {
|
|
|
2301
1831
|
|
|
2302
1832
|
Marker?: string;
|
|
2303
1833
|
}
|
|
2304
|
-
export declare namespace DescribeReservedCacheNodesOfferingsMessage {
|
|
2305
|
-
|
|
2306
|
-
const filterSensitiveLog: (obj: DescribeReservedCacheNodesOfferingsMessage) => any;
|
|
2307
|
-
}
|
|
2308
1834
|
|
|
2309
1835
|
export interface ReservedCacheNodesOffering {
|
|
2310
1836
|
|
|
@@ -2324,10 +1850,6 @@ export interface ReservedCacheNodesOffering {
|
|
|
2324
1850
|
|
|
2325
1851
|
RecurringCharges?: RecurringCharge[];
|
|
2326
1852
|
}
|
|
2327
|
-
export declare namespace ReservedCacheNodesOffering {
|
|
2328
|
-
|
|
2329
|
-
const filterSensitiveLog: (obj: ReservedCacheNodesOffering) => any;
|
|
2330
|
-
}
|
|
2331
1853
|
|
|
2332
1854
|
export interface ReservedCacheNodesOfferingMessage {
|
|
2333
1855
|
|
|
@@ -2335,10 +1857,6 @@ export interface ReservedCacheNodesOfferingMessage {
|
|
|
2335
1857
|
|
|
2336
1858
|
ReservedCacheNodesOfferings?: ReservedCacheNodesOffering[];
|
|
2337
1859
|
}
|
|
2338
|
-
export declare namespace ReservedCacheNodesOfferingMessage {
|
|
2339
|
-
|
|
2340
|
-
const filterSensitiveLog: (obj: ReservedCacheNodesOfferingMessage) => any;
|
|
2341
|
-
}
|
|
2342
1860
|
|
|
2343
1861
|
export declare class ReservedCacheNodesOfferingNotFoundFault extends __BaseException {
|
|
2344
1862
|
readonly name: "ReservedCacheNodesOfferingNotFoundFault";
|
|
@@ -2361,10 +1879,6 @@ export interface DescribeServiceUpdatesMessage {
|
|
|
2361
1879
|
|
|
2362
1880
|
Marker?: string;
|
|
2363
1881
|
}
|
|
2364
|
-
export declare namespace DescribeServiceUpdatesMessage {
|
|
2365
|
-
|
|
2366
|
-
const filterSensitiveLog: (obj: DescribeServiceUpdatesMessage) => any;
|
|
2367
|
-
}
|
|
2368
1882
|
export declare enum ServiceUpdateSeverity {
|
|
2369
1883
|
CRITICAL = "critical",
|
|
2370
1884
|
IMPORTANT = "important",
|
|
@@ -2401,20 +1915,12 @@ export interface ServiceUpdate {
|
|
|
2401
1915
|
|
|
2402
1916
|
EstimatedUpdateTime?: string;
|
|
2403
1917
|
}
|
|
2404
|
-
export declare namespace ServiceUpdate {
|
|
2405
|
-
|
|
2406
|
-
const filterSensitiveLog: (obj: ServiceUpdate) => any;
|
|
2407
|
-
}
|
|
2408
1918
|
export interface ServiceUpdatesMessage {
|
|
2409
1919
|
|
|
2410
1920
|
Marker?: string;
|
|
2411
1921
|
|
|
2412
1922
|
ServiceUpdates?: ServiceUpdate[];
|
|
2413
1923
|
}
|
|
2414
|
-
export declare namespace ServiceUpdatesMessage {
|
|
2415
|
-
|
|
2416
|
-
const filterSensitiveLog: (obj: ServiceUpdatesMessage) => any;
|
|
2417
|
-
}
|
|
2418
1924
|
|
|
2419
1925
|
export interface DescribeSnapshotsListMessage {
|
|
2420
1926
|
|
|
@@ -2422,10 +1928,6 @@ export interface DescribeSnapshotsListMessage {
|
|
|
2422
1928
|
|
|
2423
1929
|
Snapshots?: Snapshot[];
|
|
2424
1930
|
}
|
|
2425
|
-
export declare namespace DescribeSnapshotsListMessage {
|
|
2426
|
-
|
|
2427
|
-
const filterSensitiveLog: (obj: DescribeSnapshotsListMessage) => any;
|
|
2428
|
-
}
|
|
2429
1931
|
|
|
2430
1932
|
export interface DescribeSnapshotsMessage {
|
|
2431
1933
|
|
|
@@ -2443,10 +1945,6 @@ export interface DescribeSnapshotsMessage {
|
|
|
2443
1945
|
|
|
2444
1946
|
ShowNodeGroupConfig?: boolean;
|
|
2445
1947
|
}
|
|
2446
|
-
export declare namespace DescribeSnapshotsMessage {
|
|
2447
|
-
|
|
2448
|
-
const filterSensitiveLog: (obj: DescribeSnapshotsMessage) => any;
|
|
2449
|
-
}
|
|
2450
1948
|
|
|
2451
1949
|
export interface TimeRangeFilter {
|
|
2452
1950
|
|
|
@@ -2454,10 +1952,6 @@ export interface TimeRangeFilter {
|
|
|
2454
1952
|
|
|
2455
1953
|
EndTime?: Date;
|
|
2456
1954
|
}
|
|
2457
|
-
export declare namespace TimeRangeFilter {
|
|
2458
|
-
|
|
2459
|
-
const filterSensitiveLog: (obj: TimeRangeFilter) => any;
|
|
2460
|
-
}
|
|
2461
1955
|
export interface DescribeUpdateActionsMessage {
|
|
2462
1956
|
|
|
2463
1957
|
ServiceUpdateName?: string;
|
|
@@ -2480,10 +1974,6 @@ export interface DescribeUpdateActionsMessage {
|
|
|
2480
1974
|
|
|
2481
1975
|
Marker?: string;
|
|
2482
1976
|
}
|
|
2483
|
-
export declare namespace DescribeUpdateActionsMessage {
|
|
2484
|
-
|
|
2485
|
-
const filterSensitiveLog: (obj: DescribeUpdateActionsMessage) => any;
|
|
2486
|
-
}
|
|
2487
1977
|
export declare enum NodeUpdateInitiatedBy {
|
|
2488
1978
|
CUSTOMER = "customer",
|
|
2489
1979
|
SYSTEM = "system"
|
|
@@ -2515,10 +2005,6 @@ export interface CacheNodeUpdateStatus {
|
|
|
2515
2005
|
|
|
2516
2006
|
NodeUpdateStatusModifiedDate?: Date;
|
|
2517
2007
|
}
|
|
2518
|
-
export declare namespace CacheNodeUpdateStatus {
|
|
2519
|
-
|
|
2520
|
-
const filterSensitiveLog: (obj: CacheNodeUpdateStatus) => any;
|
|
2521
|
-
}
|
|
2522
2008
|
|
|
2523
2009
|
export interface NodeGroupMemberUpdateStatus {
|
|
2524
2010
|
|
|
@@ -2540,10 +2026,6 @@ export interface NodeGroupMemberUpdateStatus {
|
|
|
2540
2026
|
|
|
2541
2027
|
NodeUpdateStatusModifiedDate?: Date;
|
|
2542
2028
|
}
|
|
2543
|
-
export declare namespace NodeGroupMemberUpdateStatus {
|
|
2544
|
-
|
|
2545
|
-
const filterSensitiveLog: (obj: NodeGroupMemberUpdateStatus) => any;
|
|
2546
|
-
}
|
|
2547
2029
|
|
|
2548
2030
|
export interface NodeGroupUpdateStatus {
|
|
2549
2031
|
|
|
@@ -2551,10 +2033,6 @@ export interface NodeGroupUpdateStatus {
|
|
|
2551
2033
|
|
|
2552
2034
|
NodeGroupMemberUpdateStatus?: NodeGroupMemberUpdateStatus[];
|
|
2553
2035
|
}
|
|
2554
|
-
export declare namespace NodeGroupUpdateStatus {
|
|
2555
|
-
|
|
2556
|
-
const filterSensitiveLog: (obj: NodeGroupUpdateStatus) => any;
|
|
2557
|
-
}
|
|
2558
2036
|
export declare enum SlaMet {
|
|
2559
2037
|
NA = "n/a",
|
|
2560
2038
|
NO = "no",
|
|
@@ -2597,20 +2075,12 @@ export interface UpdateAction {
|
|
|
2597
2075
|
|
|
2598
2076
|
Engine?: string;
|
|
2599
2077
|
}
|
|
2600
|
-
export declare namespace UpdateAction {
|
|
2601
|
-
|
|
2602
|
-
const filterSensitiveLog: (obj: UpdateAction) => any;
|
|
2603
|
-
}
|
|
2604
2078
|
export interface UpdateActionsMessage {
|
|
2605
2079
|
|
|
2606
2080
|
Marker?: string;
|
|
2607
2081
|
|
|
2608
2082
|
UpdateActions?: UpdateAction[];
|
|
2609
2083
|
}
|
|
2610
|
-
export declare namespace UpdateActionsMessage {
|
|
2611
|
-
|
|
2612
|
-
const filterSensitiveLog: (obj: UpdateActionsMessage) => any;
|
|
2613
|
-
}
|
|
2614
2084
|
export interface DescribeUserGroupsMessage {
|
|
2615
2085
|
|
|
2616
2086
|
UserGroupId?: string;
|
|
@@ -2619,20 +2089,12 @@ export interface DescribeUserGroupsMessage {
|
|
|
2619
2089
|
|
|
2620
2090
|
Marker?: string;
|
|
2621
2091
|
}
|
|
2622
|
-
export declare namespace DescribeUserGroupsMessage {
|
|
2623
|
-
|
|
2624
|
-
const filterSensitiveLog: (obj: DescribeUserGroupsMessage) => any;
|
|
2625
|
-
}
|
|
2626
2092
|
export interface DescribeUserGroupsResult {
|
|
2627
2093
|
|
|
2628
2094
|
UserGroups?: UserGroup[];
|
|
2629
2095
|
|
|
2630
2096
|
Marker?: string;
|
|
2631
2097
|
}
|
|
2632
|
-
export declare namespace DescribeUserGroupsResult {
|
|
2633
|
-
|
|
2634
|
-
const filterSensitiveLog: (obj: DescribeUserGroupsResult) => any;
|
|
2635
|
-
}
|
|
2636
2098
|
|
|
2637
2099
|
export interface Filter {
|
|
2638
2100
|
|
|
@@ -2640,10 +2102,6 @@ export interface Filter {
|
|
|
2640
2102
|
|
|
2641
2103
|
Values: string[] | undefined;
|
|
2642
2104
|
}
|
|
2643
|
-
export declare namespace Filter {
|
|
2644
|
-
|
|
2645
|
-
const filterSensitiveLog: (obj: Filter) => any;
|
|
2646
|
-
}
|
|
2647
2105
|
export interface DescribeUsersMessage {
|
|
2648
2106
|
|
|
2649
2107
|
Engine?: string;
|
|
@@ -2656,20 +2114,12 @@ export interface DescribeUsersMessage {
|
|
|
2656
2114
|
|
|
2657
2115
|
Marker?: string;
|
|
2658
2116
|
}
|
|
2659
|
-
export declare namespace DescribeUsersMessage {
|
|
2660
|
-
|
|
2661
|
-
const filterSensitiveLog: (obj: DescribeUsersMessage) => any;
|
|
2662
|
-
}
|
|
2663
2117
|
export interface DescribeUsersResult {
|
|
2664
2118
|
|
|
2665
2119
|
Users?: User[];
|
|
2666
2120
|
|
|
2667
2121
|
Marker?: string;
|
|
2668
2122
|
}
|
|
2669
|
-
export declare namespace DescribeUsersResult {
|
|
2670
|
-
|
|
2671
|
-
const filterSensitiveLog: (obj: DescribeUsersResult) => any;
|
|
2672
|
-
}
|
|
2673
2123
|
export interface DisassociateGlobalReplicationGroupMessage {
|
|
2674
2124
|
|
|
2675
2125
|
GlobalReplicationGroupId: string | undefined;
|
|
@@ -2678,18 +2128,10 @@ export interface DisassociateGlobalReplicationGroupMessage {
|
|
|
2678
2128
|
|
|
2679
2129
|
ReplicationGroupRegion: string | undefined;
|
|
2680
2130
|
}
|
|
2681
|
-
export declare namespace DisassociateGlobalReplicationGroupMessage {
|
|
2682
|
-
|
|
2683
|
-
const filterSensitiveLog: (obj: DisassociateGlobalReplicationGroupMessage) => any;
|
|
2684
|
-
}
|
|
2685
2131
|
export interface DisassociateGlobalReplicationGroupResult {
|
|
2686
2132
|
|
|
2687
2133
|
GlobalReplicationGroup?: GlobalReplicationGroup;
|
|
2688
2134
|
}
|
|
2689
|
-
export declare namespace DisassociateGlobalReplicationGroupResult {
|
|
2690
|
-
|
|
2691
|
-
const filterSensitiveLog: (obj: DisassociateGlobalReplicationGroupResult) => any;
|
|
2692
|
-
}
|
|
2693
2135
|
export interface FailoverGlobalReplicationGroupMessage {
|
|
2694
2136
|
|
|
2695
2137
|
GlobalReplicationGroupId: string | undefined;
|
|
@@ -2698,18 +2140,10 @@ export interface FailoverGlobalReplicationGroupMessage {
|
|
|
2698
2140
|
|
|
2699
2141
|
PrimaryReplicationGroupId: string | undefined;
|
|
2700
2142
|
}
|
|
2701
|
-
export declare namespace FailoverGlobalReplicationGroupMessage {
|
|
2702
|
-
|
|
2703
|
-
const filterSensitiveLog: (obj: FailoverGlobalReplicationGroupMessage) => any;
|
|
2704
|
-
}
|
|
2705
2143
|
export interface FailoverGlobalReplicationGroupResult {
|
|
2706
2144
|
|
|
2707
2145
|
GlobalReplicationGroup?: GlobalReplicationGroup;
|
|
2708
2146
|
}
|
|
2709
|
-
export declare namespace FailoverGlobalReplicationGroupResult {
|
|
2710
|
-
|
|
2711
|
-
const filterSensitiveLog: (obj: FailoverGlobalReplicationGroupResult) => any;
|
|
2712
|
-
}
|
|
2713
2147
|
|
|
2714
2148
|
export interface ReshardingConfiguration {
|
|
2715
2149
|
|
|
@@ -2717,10 +2151,6 @@ export interface ReshardingConfiguration {
|
|
|
2717
2151
|
|
|
2718
2152
|
PreferredAvailabilityZones?: string[];
|
|
2719
2153
|
}
|
|
2720
|
-
export declare namespace ReshardingConfiguration {
|
|
2721
|
-
|
|
2722
|
-
const filterSensitiveLog: (obj: ReshardingConfiguration) => any;
|
|
2723
|
-
}
|
|
2724
2154
|
|
|
2725
2155
|
export interface RegionalConfiguration {
|
|
2726
2156
|
|
|
@@ -2730,10 +2160,6 @@ export interface RegionalConfiguration {
|
|
|
2730
2160
|
|
|
2731
2161
|
ReshardingConfiguration: ReshardingConfiguration[] | undefined;
|
|
2732
2162
|
}
|
|
2733
|
-
export declare namespace RegionalConfiguration {
|
|
2734
|
-
|
|
2735
|
-
const filterSensitiveLog: (obj: RegionalConfiguration) => any;
|
|
2736
|
-
}
|
|
2737
2163
|
export interface IncreaseNodeGroupsInGlobalReplicationGroupMessage {
|
|
2738
2164
|
|
|
2739
2165
|
GlobalReplicationGroupId: string | undefined;
|
|
@@ -2744,18 +2170,10 @@ export interface IncreaseNodeGroupsInGlobalReplicationGroupMessage {
|
|
|
2744
2170
|
|
|
2745
2171
|
ApplyImmediately: boolean | undefined;
|
|
2746
2172
|
}
|
|
2747
|
-
export declare namespace IncreaseNodeGroupsInGlobalReplicationGroupMessage {
|
|
2748
|
-
|
|
2749
|
-
const filterSensitiveLog: (obj: IncreaseNodeGroupsInGlobalReplicationGroupMessage) => any;
|
|
2750
|
-
}
|
|
2751
2173
|
export interface IncreaseNodeGroupsInGlobalReplicationGroupResult {
|
|
2752
2174
|
|
|
2753
2175
|
GlobalReplicationGroup?: GlobalReplicationGroup;
|
|
2754
2176
|
}
|
|
2755
|
-
export declare namespace IncreaseNodeGroupsInGlobalReplicationGroupResult {
|
|
2756
|
-
|
|
2757
|
-
const filterSensitiveLog: (obj: IncreaseNodeGroupsInGlobalReplicationGroupResult) => any;
|
|
2758
|
-
}
|
|
2759
2177
|
export interface IncreaseReplicaCountMessage {
|
|
2760
2178
|
|
|
2761
2179
|
ReplicationGroupId: string | undefined;
|
|
@@ -2766,18 +2184,10 @@ export interface IncreaseReplicaCountMessage {
|
|
|
2766
2184
|
|
|
2767
2185
|
ApplyImmediately: boolean | undefined;
|
|
2768
2186
|
}
|
|
2769
|
-
export declare namespace IncreaseReplicaCountMessage {
|
|
2770
|
-
|
|
2771
|
-
const filterSensitiveLog: (obj: IncreaseReplicaCountMessage) => any;
|
|
2772
|
-
}
|
|
2773
2187
|
export interface IncreaseReplicaCountResult {
|
|
2774
2188
|
|
|
2775
2189
|
ReplicationGroup?: ReplicationGroup;
|
|
2776
2190
|
}
|
|
2777
|
-
export declare namespace IncreaseReplicaCountResult {
|
|
2778
|
-
|
|
2779
|
-
const filterSensitiveLog: (obj: IncreaseReplicaCountResult) => any;
|
|
2780
|
-
}
|
|
2781
2191
|
|
|
2782
2192
|
export declare class InvalidKMSKeyFault extends __BaseException {
|
|
2783
2193
|
readonly name: "InvalidKMSKeyFault";
|
|
@@ -2792,19 +2202,11 @@ export interface ListAllowedNodeTypeModificationsMessage {
|
|
|
2792
2202
|
|
|
2793
2203
|
ReplicationGroupId?: string;
|
|
2794
2204
|
}
|
|
2795
|
-
export declare namespace ListAllowedNodeTypeModificationsMessage {
|
|
2796
|
-
|
|
2797
|
-
const filterSensitiveLog: (obj: ListAllowedNodeTypeModificationsMessage) => any;
|
|
2798
|
-
}
|
|
2799
2205
|
|
|
2800
2206
|
export interface ListTagsForResourceMessage {
|
|
2801
2207
|
|
|
2802
2208
|
ResourceName: string | undefined;
|
|
2803
2209
|
}
|
|
2804
|
-
export declare namespace ListTagsForResourceMessage {
|
|
2805
|
-
|
|
2806
|
-
const filterSensitiveLog: (obj: ListTagsForResourceMessage) => any;
|
|
2807
|
-
}
|
|
2808
2210
|
export declare type AuthTokenUpdateStrategyType = "DELETE" | "ROTATE" | "SET";
|
|
2809
2211
|
|
|
2810
2212
|
export interface ModifyCacheClusterMessage {
|
|
@@ -2849,27 +2251,15 @@ export interface ModifyCacheClusterMessage {
|
|
|
2849
2251
|
|
|
2850
2252
|
LogDeliveryConfigurations?: LogDeliveryConfigurationRequest[];
|
|
2851
2253
|
}
|
|
2852
|
-
export declare namespace ModifyCacheClusterMessage {
|
|
2853
|
-
|
|
2854
|
-
const filterSensitiveLog: (obj: ModifyCacheClusterMessage) => any;
|
|
2855
|
-
}
|
|
2856
2254
|
export interface ModifyCacheClusterResult {
|
|
2857
2255
|
|
|
2858
2256
|
CacheCluster?: CacheCluster;
|
|
2859
2257
|
}
|
|
2860
|
-
export declare namespace ModifyCacheClusterResult {
|
|
2861
|
-
|
|
2862
|
-
const filterSensitiveLog: (obj: ModifyCacheClusterResult) => any;
|
|
2863
|
-
}
|
|
2864
2258
|
|
|
2865
2259
|
export interface CacheParameterGroupNameMessage {
|
|
2866
2260
|
|
|
2867
2261
|
CacheParameterGroupName?: string;
|
|
2868
2262
|
}
|
|
2869
|
-
export declare namespace CacheParameterGroupNameMessage {
|
|
2870
|
-
|
|
2871
|
-
const filterSensitiveLog: (obj: CacheParameterGroupNameMessage) => any;
|
|
2872
|
-
}
|
|
2873
2263
|
|
|
2874
2264
|
export interface ParameterNameValue {
|
|
2875
2265
|
|
|
@@ -2877,10 +2267,6 @@ export interface ParameterNameValue {
|
|
|
2877
2267
|
|
|
2878
2268
|
ParameterValue?: string;
|
|
2879
2269
|
}
|
|
2880
|
-
export declare namespace ParameterNameValue {
|
|
2881
|
-
|
|
2882
|
-
const filterSensitiveLog: (obj: ParameterNameValue) => any;
|
|
2883
|
-
}
|
|
2884
2270
|
|
|
2885
2271
|
export interface ModifyCacheParameterGroupMessage {
|
|
2886
2272
|
|
|
@@ -2888,10 +2274,6 @@ export interface ModifyCacheParameterGroupMessage {
|
|
|
2888
2274
|
|
|
2889
2275
|
ParameterNameValues: ParameterNameValue[] | undefined;
|
|
2890
2276
|
}
|
|
2891
|
-
export declare namespace ModifyCacheParameterGroupMessage {
|
|
2892
|
-
|
|
2893
|
-
const filterSensitiveLog: (obj: ModifyCacheParameterGroupMessage) => any;
|
|
2894
|
-
}
|
|
2895
2277
|
|
|
2896
2278
|
export interface ModifyCacheSubnetGroupMessage {
|
|
2897
2279
|
|
|
@@ -2901,18 +2283,10 @@ export interface ModifyCacheSubnetGroupMessage {
|
|
|
2901
2283
|
|
|
2902
2284
|
SubnetIds?: string[];
|
|
2903
2285
|
}
|
|
2904
|
-
export declare namespace ModifyCacheSubnetGroupMessage {
|
|
2905
|
-
|
|
2906
|
-
const filterSensitiveLog: (obj: ModifyCacheSubnetGroupMessage) => any;
|
|
2907
|
-
}
|
|
2908
2286
|
export interface ModifyCacheSubnetGroupResult {
|
|
2909
2287
|
|
|
2910
2288
|
CacheSubnetGroup?: CacheSubnetGroup;
|
|
2911
2289
|
}
|
|
2912
|
-
export declare namespace ModifyCacheSubnetGroupResult {
|
|
2913
|
-
|
|
2914
|
-
const filterSensitiveLog: (obj: ModifyCacheSubnetGroupResult) => any;
|
|
2915
|
-
}
|
|
2916
2290
|
|
|
2917
2291
|
export declare class SubnetInUse extends __BaseException {
|
|
2918
2292
|
readonly name: "SubnetInUse";
|
|
@@ -2936,18 +2310,10 @@ export interface ModifyGlobalReplicationGroupMessage {
|
|
|
2936
2310
|
|
|
2937
2311
|
AutomaticFailoverEnabled?: boolean;
|
|
2938
2312
|
}
|
|
2939
|
-
export declare namespace ModifyGlobalReplicationGroupMessage {
|
|
2940
|
-
|
|
2941
|
-
const filterSensitiveLog: (obj: ModifyGlobalReplicationGroupMessage) => any;
|
|
2942
|
-
}
|
|
2943
2313
|
export interface ModifyGlobalReplicationGroupResult {
|
|
2944
2314
|
|
|
2945
2315
|
GlobalReplicationGroup?: GlobalReplicationGroup;
|
|
2946
2316
|
}
|
|
2947
|
-
export declare namespace ModifyGlobalReplicationGroupResult {
|
|
2948
|
-
|
|
2949
|
-
const filterSensitiveLog: (obj: ModifyGlobalReplicationGroupResult) => any;
|
|
2950
|
-
}
|
|
2951
2317
|
|
|
2952
2318
|
export interface ModifyReplicationGroupMessage {
|
|
2953
2319
|
|
|
@@ -3001,18 +2367,10 @@ export interface ModifyReplicationGroupMessage {
|
|
|
3001
2367
|
|
|
3002
2368
|
LogDeliveryConfigurations?: LogDeliveryConfigurationRequest[];
|
|
3003
2369
|
}
|
|
3004
|
-
export declare namespace ModifyReplicationGroupMessage {
|
|
3005
|
-
|
|
3006
|
-
const filterSensitiveLog: (obj: ModifyReplicationGroupMessage) => any;
|
|
3007
|
-
}
|
|
3008
2370
|
export interface ModifyReplicationGroupResult {
|
|
3009
2371
|
|
|
3010
2372
|
ReplicationGroup?: ReplicationGroup;
|
|
3011
2373
|
}
|
|
3012
|
-
export declare namespace ModifyReplicationGroupResult {
|
|
3013
|
-
|
|
3014
|
-
const filterSensitiveLog: (obj: ModifyReplicationGroupResult) => any;
|
|
3015
|
-
}
|
|
3016
2374
|
|
|
3017
2375
|
export interface ModifyReplicationGroupShardConfigurationMessage {
|
|
3018
2376
|
|
|
@@ -3028,18 +2386,10 @@ export interface ModifyReplicationGroupShardConfigurationMessage {
|
|
|
3028
2386
|
|
|
3029
2387
|
NodeGroupsToRetain?: string[];
|
|
3030
2388
|
}
|
|
3031
|
-
export declare namespace ModifyReplicationGroupShardConfigurationMessage {
|
|
3032
|
-
|
|
3033
|
-
const filterSensitiveLog: (obj: ModifyReplicationGroupShardConfigurationMessage) => any;
|
|
3034
|
-
}
|
|
3035
2389
|
export interface ModifyReplicationGroupShardConfigurationResult {
|
|
3036
2390
|
|
|
3037
2391
|
ReplicationGroup?: ReplicationGroup;
|
|
3038
2392
|
}
|
|
3039
|
-
export declare namespace ModifyReplicationGroupShardConfigurationResult {
|
|
3040
|
-
|
|
3041
|
-
const filterSensitiveLog: (obj: ModifyReplicationGroupShardConfigurationResult) => any;
|
|
3042
|
-
}
|
|
3043
2393
|
export interface ModifyUserMessage {
|
|
3044
2394
|
|
|
3045
2395
|
UserId: string | undefined;
|
|
@@ -3052,10 +2402,6 @@ export interface ModifyUserMessage {
|
|
|
3052
2402
|
|
|
3053
2403
|
NoPasswordRequired?: boolean;
|
|
3054
2404
|
}
|
|
3055
|
-
export declare namespace ModifyUserMessage {
|
|
3056
|
-
|
|
3057
|
-
const filterSensitiveLog: (obj: ModifyUserMessage) => any;
|
|
3058
|
-
}
|
|
3059
2405
|
export interface ModifyUserGroupMessage {
|
|
3060
2406
|
|
|
3061
2407
|
UserGroupId: string | undefined;
|
|
@@ -3064,10 +2410,6 @@ export interface ModifyUserGroupMessage {
|
|
|
3064
2410
|
|
|
3065
2411
|
UserIdsToRemove?: string[];
|
|
3066
2412
|
}
|
|
3067
|
-
export declare namespace ModifyUserGroupMessage {
|
|
3068
|
-
|
|
3069
|
-
const filterSensitiveLog: (obj: ModifyUserGroupMessage) => any;
|
|
3070
|
-
}
|
|
3071
2413
|
|
|
3072
2414
|
export interface PurchaseReservedCacheNodesOfferingMessage {
|
|
3073
2415
|
|
|
@@ -3079,18 +2421,10 @@ export interface PurchaseReservedCacheNodesOfferingMessage {
|
|
|
3079
2421
|
|
|
3080
2422
|
Tags?: Tag[];
|
|
3081
2423
|
}
|
|
3082
|
-
export declare namespace PurchaseReservedCacheNodesOfferingMessage {
|
|
3083
|
-
|
|
3084
|
-
const filterSensitiveLog: (obj: PurchaseReservedCacheNodesOfferingMessage) => any;
|
|
3085
|
-
}
|
|
3086
2424
|
export interface PurchaseReservedCacheNodesOfferingResult {
|
|
3087
2425
|
|
|
3088
2426
|
ReservedCacheNode?: ReservedCacheNode;
|
|
3089
2427
|
}
|
|
3090
|
-
export declare namespace PurchaseReservedCacheNodesOfferingResult {
|
|
3091
|
-
|
|
3092
|
-
const filterSensitiveLog: (obj: PurchaseReservedCacheNodesOfferingResult) => any;
|
|
3093
|
-
}
|
|
3094
2428
|
|
|
3095
2429
|
export declare class ReservedCacheNodeAlreadyExistsFault extends __BaseException {
|
|
3096
2430
|
readonly name: "ReservedCacheNodeAlreadyExistsFault";
|
|
@@ -3111,18 +2445,10 @@ export interface RebalanceSlotsInGlobalReplicationGroupMessage {
|
|
|
3111
2445
|
|
|
3112
2446
|
ApplyImmediately: boolean | undefined;
|
|
3113
2447
|
}
|
|
3114
|
-
export declare namespace RebalanceSlotsInGlobalReplicationGroupMessage {
|
|
3115
|
-
|
|
3116
|
-
const filterSensitiveLog: (obj: RebalanceSlotsInGlobalReplicationGroupMessage) => any;
|
|
3117
|
-
}
|
|
3118
2448
|
export interface RebalanceSlotsInGlobalReplicationGroupResult {
|
|
3119
2449
|
|
|
3120
2450
|
GlobalReplicationGroup?: GlobalReplicationGroup;
|
|
3121
2451
|
}
|
|
3122
|
-
export declare namespace RebalanceSlotsInGlobalReplicationGroupResult {
|
|
3123
|
-
|
|
3124
|
-
const filterSensitiveLog: (obj: RebalanceSlotsInGlobalReplicationGroupResult) => any;
|
|
3125
|
-
}
|
|
3126
2452
|
|
|
3127
2453
|
export interface RebootCacheClusterMessage {
|
|
3128
2454
|
|
|
@@ -3130,18 +2456,10 @@ export interface RebootCacheClusterMessage {
|
|
|
3130
2456
|
|
|
3131
2457
|
CacheNodeIdsToReboot: string[] | undefined;
|
|
3132
2458
|
}
|
|
3133
|
-
export declare namespace RebootCacheClusterMessage {
|
|
3134
|
-
|
|
3135
|
-
const filterSensitiveLog: (obj: RebootCacheClusterMessage) => any;
|
|
3136
|
-
}
|
|
3137
2459
|
export interface RebootCacheClusterResult {
|
|
3138
2460
|
|
|
3139
2461
|
CacheCluster?: CacheCluster;
|
|
3140
2462
|
}
|
|
3141
|
-
export declare namespace RebootCacheClusterResult {
|
|
3142
|
-
|
|
3143
|
-
const filterSensitiveLog: (obj: RebootCacheClusterResult) => any;
|
|
3144
|
-
}
|
|
3145
2463
|
|
|
3146
2464
|
export interface RemoveTagsFromResourceMessage {
|
|
3147
2465
|
|
|
@@ -3149,10 +2467,6 @@ export interface RemoveTagsFromResourceMessage {
|
|
|
3149
2467
|
|
|
3150
2468
|
TagKeys: string[] | undefined;
|
|
3151
2469
|
}
|
|
3152
|
-
export declare namespace RemoveTagsFromResourceMessage {
|
|
3153
|
-
|
|
3154
|
-
const filterSensitiveLog: (obj: RemoveTagsFromResourceMessage) => any;
|
|
3155
|
-
}
|
|
3156
2470
|
|
|
3157
2471
|
export declare class TagNotFoundFault extends __BaseException {
|
|
3158
2472
|
readonly name: "TagNotFoundFault";
|
|
@@ -3169,10 +2483,6 @@ export interface ResetCacheParameterGroupMessage {
|
|
|
3169
2483
|
|
|
3170
2484
|
ParameterNameValues?: ParameterNameValue[];
|
|
3171
2485
|
}
|
|
3172
|
-
export declare namespace ResetCacheParameterGroupMessage {
|
|
3173
|
-
|
|
3174
|
-
const filterSensitiveLog: (obj: ResetCacheParameterGroupMessage) => any;
|
|
3175
|
-
}
|
|
3176
2486
|
|
|
3177
2487
|
export declare class AuthorizationNotFoundFault extends __BaseException {
|
|
3178
2488
|
readonly name: "AuthorizationNotFoundFault";
|
|
@@ -3189,18 +2499,10 @@ export interface RevokeCacheSecurityGroupIngressMessage {
|
|
|
3189
2499
|
|
|
3190
2500
|
EC2SecurityGroupOwnerId: string | undefined;
|
|
3191
2501
|
}
|
|
3192
|
-
export declare namespace RevokeCacheSecurityGroupIngressMessage {
|
|
3193
|
-
|
|
3194
|
-
const filterSensitiveLog: (obj: RevokeCacheSecurityGroupIngressMessage) => any;
|
|
3195
|
-
}
|
|
3196
2502
|
export interface RevokeCacheSecurityGroupIngressResult {
|
|
3197
2503
|
|
|
3198
2504
|
CacheSecurityGroup?: CacheSecurityGroup;
|
|
3199
2505
|
}
|
|
3200
|
-
export declare namespace RevokeCacheSecurityGroupIngressResult {
|
|
3201
|
-
|
|
3202
|
-
const filterSensitiveLog: (obj: RevokeCacheSecurityGroupIngressResult) => any;
|
|
3203
|
-
}
|
|
3204
2506
|
|
|
3205
2507
|
export declare class ReplicationGroupAlreadyUnderMigrationFault extends __BaseException {
|
|
3206
2508
|
readonly name: "ReplicationGroupAlreadyUnderMigrationFault";
|
|
@@ -3215,28 +2517,16 @@ export interface CustomerNodeEndpoint {
|
|
|
3215
2517
|
|
|
3216
2518
|
Port?: number;
|
|
3217
2519
|
}
|
|
3218
|
-
export declare namespace CustomerNodeEndpoint {
|
|
3219
|
-
|
|
3220
|
-
const filterSensitiveLog: (obj: CustomerNodeEndpoint) => any;
|
|
3221
|
-
}
|
|
3222
2520
|
export interface StartMigrationMessage {
|
|
3223
2521
|
|
|
3224
2522
|
ReplicationGroupId: string | undefined;
|
|
3225
2523
|
|
|
3226
2524
|
CustomerNodeEndpointList: CustomerNodeEndpoint[] | undefined;
|
|
3227
2525
|
}
|
|
3228
|
-
export declare namespace StartMigrationMessage {
|
|
3229
|
-
|
|
3230
|
-
const filterSensitiveLog: (obj: StartMigrationMessage) => any;
|
|
3231
|
-
}
|
|
3232
2526
|
export interface StartMigrationResponse {
|
|
3233
2527
|
|
|
3234
2528
|
ReplicationGroup?: ReplicationGroup;
|
|
3235
2529
|
}
|
|
3236
|
-
export declare namespace StartMigrationResponse {
|
|
3237
|
-
|
|
3238
|
-
const filterSensitiveLog: (obj: StartMigrationResponse) => any;
|
|
3239
|
-
}
|
|
3240
2530
|
|
|
3241
2531
|
export declare class APICallRateForCustomerExceededFault extends __BaseException {
|
|
3242
2532
|
readonly name: "APICallRateForCustomerExceededFault";
|
|
@@ -3257,10 +2547,6 @@ export interface TestFailoverMessage {
|
|
|
3257
2547
|
|
|
3258
2548
|
NodeGroupId: string | undefined;
|
|
3259
2549
|
}
|
|
3260
|
-
export declare namespace TestFailoverMessage {
|
|
3261
|
-
|
|
3262
|
-
const filterSensitiveLog: (obj: TestFailoverMessage) => any;
|
|
3263
|
-
}
|
|
3264
2550
|
|
|
3265
2551
|
export declare class TestFailoverNotAvailableFault extends __BaseException {
|
|
3266
2552
|
readonly name: "TestFailoverNotAvailableFault";
|
|
@@ -3272,7 +2558,363 @@ export interface TestFailoverResult {
|
|
|
3272
2558
|
|
|
3273
2559
|
ReplicationGroup?: ReplicationGroup;
|
|
3274
2560
|
}
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
|
|
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;
|