@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.
Files changed (139) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AddTagsToResourceCommand.js +2 -2
  4. package/dist-cjs/commands/AuthorizeCacheSecurityGroupIngressCommand.js +2 -2
  5. package/dist-cjs/commands/BatchApplyUpdateActionCommand.js +2 -2
  6. package/dist-cjs/commands/BatchStopUpdateActionCommand.js +2 -2
  7. package/dist-cjs/commands/CompleteMigrationCommand.js +2 -2
  8. package/dist-cjs/commands/CopySnapshotCommand.js +2 -2
  9. package/dist-cjs/commands/CreateCacheClusterCommand.js +2 -2
  10. package/dist-cjs/commands/CreateCacheParameterGroupCommand.js +2 -2
  11. package/dist-cjs/commands/CreateCacheSecurityGroupCommand.js +2 -2
  12. package/dist-cjs/commands/CreateCacheSubnetGroupCommand.js +2 -2
  13. package/dist-cjs/commands/CreateGlobalReplicationGroupCommand.js +2 -2
  14. package/dist-cjs/commands/CreateReplicationGroupCommand.js +2 -2
  15. package/dist-cjs/commands/CreateSnapshotCommand.js +2 -2
  16. package/dist-cjs/commands/CreateUserCommand.js +2 -2
  17. package/dist-cjs/commands/CreateUserGroupCommand.js +2 -2
  18. package/dist-cjs/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.js +2 -2
  19. package/dist-cjs/commands/DecreaseReplicaCountCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteCacheClusterCommand.js +2 -2
  21. package/dist-cjs/commands/DeleteCacheParameterGroupCommand.js +1 -1
  22. package/dist-cjs/commands/DeleteCacheSecurityGroupCommand.js +1 -1
  23. package/dist-cjs/commands/DeleteCacheSubnetGroupCommand.js +1 -1
  24. package/dist-cjs/commands/DeleteGlobalReplicationGroupCommand.js +2 -2
  25. package/dist-cjs/commands/DeleteReplicationGroupCommand.js +2 -2
  26. package/dist-cjs/commands/DeleteSnapshotCommand.js +2 -2
  27. package/dist-cjs/commands/DeleteUserCommand.js +2 -2
  28. package/dist-cjs/commands/DeleteUserGroupCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeCacheClustersCommand.js +2 -2
  30. package/dist-cjs/commands/DescribeCacheEngineVersionsCommand.js +2 -2
  31. package/dist-cjs/commands/DescribeCacheParameterGroupsCommand.js +2 -2
  32. package/dist-cjs/commands/DescribeCacheParametersCommand.js +2 -2
  33. package/dist-cjs/commands/DescribeCacheSecurityGroupsCommand.js +2 -2
  34. package/dist-cjs/commands/DescribeCacheSubnetGroupsCommand.js +2 -2
  35. package/dist-cjs/commands/DescribeEngineDefaultParametersCommand.js +2 -2
  36. package/dist-cjs/commands/DescribeEventsCommand.js +2 -2
  37. package/dist-cjs/commands/DescribeGlobalReplicationGroupsCommand.js +2 -2
  38. package/dist-cjs/commands/DescribeReplicationGroupsCommand.js +2 -2
  39. package/dist-cjs/commands/DescribeReservedCacheNodesCommand.js +2 -2
  40. package/dist-cjs/commands/DescribeReservedCacheNodesOfferingsCommand.js +2 -2
  41. package/dist-cjs/commands/DescribeServiceUpdatesCommand.js +2 -2
  42. package/dist-cjs/commands/DescribeSnapshotsCommand.js +2 -2
  43. package/dist-cjs/commands/DescribeUpdateActionsCommand.js +2 -2
  44. package/dist-cjs/commands/DescribeUserGroupsCommand.js +2 -2
  45. package/dist-cjs/commands/DescribeUsersCommand.js +2 -2
  46. package/dist-cjs/commands/DisassociateGlobalReplicationGroupCommand.js +2 -2
  47. package/dist-cjs/commands/FailoverGlobalReplicationGroupCommand.js +2 -2
  48. package/dist-cjs/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.js +2 -2
  49. package/dist-cjs/commands/IncreaseReplicaCountCommand.js +2 -2
  50. package/dist-cjs/commands/ListAllowedNodeTypeModificationsCommand.js +2 -2
  51. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  52. package/dist-cjs/commands/ModifyCacheClusterCommand.js +2 -2
  53. package/dist-cjs/commands/ModifyCacheParameterGroupCommand.js +2 -2
  54. package/dist-cjs/commands/ModifyCacheSubnetGroupCommand.js +2 -2
  55. package/dist-cjs/commands/ModifyGlobalReplicationGroupCommand.js +2 -2
  56. package/dist-cjs/commands/ModifyReplicationGroupCommand.js +2 -2
  57. package/dist-cjs/commands/ModifyReplicationGroupShardConfigurationCommand.js +2 -2
  58. package/dist-cjs/commands/ModifyUserCommand.js +2 -2
  59. package/dist-cjs/commands/ModifyUserGroupCommand.js +2 -2
  60. package/dist-cjs/commands/PurchaseReservedCacheNodesOfferingCommand.js +2 -2
  61. package/dist-cjs/commands/RebalanceSlotsInGlobalReplicationGroupCommand.js +2 -2
  62. package/dist-cjs/commands/RebootCacheClusterCommand.js +2 -2
  63. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +2 -2
  64. package/dist-cjs/commands/ResetCacheParameterGroupCommand.js +2 -2
  65. package/dist-cjs/commands/RevokeCacheSecurityGroupIngressCommand.js +2 -2
  66. package/dist-cjs/commands/StartMigrationCommand.js +2 -2
  67. package/dist-cjs/commands/TestFailoverCommand.js +2 -2
  68. package/dist-cjs/models/models_0.js +726 -1086
  69. package/dist-cjs/protocols/Aws_query.js +4 -0
  70. package/dist-es/commands/AddTagsToResourceCommand.js +3 -3
  71. package/dist-es/commands/AuthorizeCacheSecurityGroupIngressCommand.js +3 -3
  72. package/dist-es/commands/BatchApplyUpdateActionCommand.js +3 -3
  73. package/dist-es/commands/BatchStopUpdateActionCommand.js +3 -3
  74. package/dist-es/commands/CompleteMigrationCommand.js +3 -3
  75. package/dist-es/commands/CopySnapshotCommand.js +3 -3
  76. package/dist-es/commands/CreateCacheClusterCommand.js +3 -3
  77. package/dist-es/commands/CreateCacheParameterGroupCommand.js +3 -3
  78. package/dist-es/commands/CreateCacheSecurityGroupCommand.js +3 -3
  79. package/dist-es/commands/CreateCacheSubnetGroupCommand.js +3 -3
  80. package/dist-es/commands/CreateGlobalReplicationGroupCommand.js +3 -3
  81. package/dist-es/commands/CreateReplicationGroupCommand.js +3 -3
  82. package/dist-es/commands/CreateSnapshotCommand.js +3 -3
  83. package/dist-es/commands/CreateUserCommand.js +3 -3
  84. package/dist-es/commands/CreateUserGroupCommand.js +3 -3
  85. package/dist-es/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.js +3 -3
  86. package/dist-es/commands/DecreaseReplicaCountCommand.js +3 -3
  87. package/dist-es/commands/DeleteCacheClusterCommand.js +3 -3
  88. package/dist-es/commands/DeleteCacheParameterGroupCommand.js +2 -2
  89. package/dist-es/commands/DeleteCacheSecurityGroupCommand.js +2 -2
  90. package/dist-es/commands/DeleteCacheSubnetGroupCommand.js +2 -2
  91. package/dist-es/commands/DeleteGlobalReplicationGroupCommand.js +3 -3
  92. package/dist-es/commands/DeleteReplicationGroupCommand.js +3 -3
  93. package/dist-es/commands/DeleteSnapshotCommand.js +3 -3
  94. package/dist-es/commands/DeleteUserCommand.js +3 -3
  95. package/dist-es/commands/DeleteUserGroupCommand.js +3 -3
  96. package/dist-es/commands/DescribeCacheClustersCommand.js +3 -3
  97. package/dist-es/commands/DescribeCacheEngineVersionsCommand.js +3 -3
  98. package/dist-es/commands/DescribeCacheParameterGroupsCommand.js +3 -3
  99. package/dist-es/commands/DescribeCacheParametersCommand.js +3 -3
  100. package/dist-es/commands/DescribeCacheSecurityGroupsCommand.js +3 -3
  101. package/dist-es/commands/DescribeCacheSubnetGroupsCommand.js +3 -3
  102. package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +3 -3
  103. package/dist-es/commands/DescribeEventsCommand.js +3 -3
  104. package/dist-es/commands/DescribeGlobalReplicationGroupsCommand.js +3 -3
  105. package/dist-es/commands/DescribeReplicationGroupsCommand.js +3 -3
  106. package/dist-es/commands/DescribeReservedCacheNodesCommand.js +3 -3
  107. package/dist-es/commands/DescribeReservedCacheNodesOfferingsCommand.js +3 -3
  108. package/dist-es/commands/DescribeServiceUpdatesCommand.js +3 -3
  109. package/dist-es/commands/DescribeSnapshotsCommand.js +3 -3
  110. package/dist-es/commands/DescribeUpdateActionsCommand.js +3 -3
  111. package/dist-es/commands/DescribeUserGroupsCommand.js +3 -3
  112. package/dist-es/commands/DescribeUsersCommand.js +3 -3
  113. package/dist-es/commands/DisassociateGlobalReplicationGroupCommand.js +3 -3
  114. package/dist-es/commands/FailoverGlobalReplicationGroupCommand.js +3 -3
  115. package/dist-es/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.js +3 -3
  116. package/dist-es/commands/IncreaseReplicaCountCommand.js +3 -3
  117. package/dist-es/commands/ListAllowedNodeTypeModificationsCommand.js +3 -3
  118. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  119. package/dist-es/commands/ModifyCacheClusterCommand.js +3 -3
  120. package/dist-es/commands/ModifyCacheParameterGroupCommand.js +3 -3
  121. package/dist-es/commands/ModifyCacheSubnetGroupCommand.js +3 -3
  122. package/dist-es/commands/ModifyGlobalReplicationGroupCommand.js +3 -3
  123. package/dist-es/commands/ModifyReplicationGroupCommand.js +3 -3
  124. package/dist-es/commands/ModifyReplicationGroupShardConfigurationCommand.js +3 -3
  125. package/dist-es/commands/ModifyUserCommand.js +3 -3
  126. package/dist-es/commands/ModifyUserGroupCommand.js +3 -3
  127. package/dist-es/commands/PurchaseReservedCacheNodesOfferingCommand.js +3 -3
  128. package/dist-es/commands/RebalanceSlotsInGlobalReplicationGroupCommand.js +3 -3
  129. package/dist-es/commands/RebootCacheClusterCommand.js +3 -3
  130. package/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -3
  131. package/dist-es/commands/ResetCacheParameterGroupCommand.js +3 -3
  132. package/dist-es/commands/RevokeCacheSecurityGroupIngressCommand.js +3 -3
  133. package/dist-es/commands/StartMigrationCommand.js +3 -3
  134. package/dist-es/commands/TestFailoverCommand.js +3 -3
  135. package/dist-es/models/models_0.js +180 -720
  136. package/dist-es/protocols/Aws_query.js +4 -0
  137. package/dist-types/models/models_0.d.ts +750 -1105
  138. package/dist-types/ts3.4/models/models_0.d.ts +361 -719
  139. package/package.json +6 -6
@@ -14,12 +14,6 @@ export interface Tag {
14
14
  */
15
15
  Value?: string;
16
16
  }
17
- export declare namespace Tag {
18
- /**
19
- * @internal
20
- */
21
- const filterSensitiveLog: (obj: Tag) => any;
22
- }
23
17
  /**
24
18
  * <p>Represents the input of an AddTagsToResource operation.</p>
25
19
  */
@@ -38,12 +32,6 @@ export interface AddTagsToResourceMessage {
38
32
  */
39
33
  Tags: Tag[] | undefined;
40
34
  }
41
- export declare namespace AddTagsToResourceMessage {
42
- /**
43
- * @internal
44
- */
45
- const filterSensitiveLog: (obj: AddTagsToResourceMessage) => any;
46
- }
47
35
  /**
48
36
  * <p>The requested cluster ID does not refer to an existing cluster.</p>
49
37
  */
@@ -153,12 +141,6 @@ export interface TagListMessage {
153
141
  */
154
142
  TagList?: Tag[];
155
143
  }
156
- export declare namespace TagListMessage {
157
- /**
158
- * @internal
159
- */
160
- const filterSensitiveLog: (obj: TagListMessage) => any;
161
- }
162
144
  /**
163
145
  * <p>The request cannot be processed because it would cause the resource to have more than the allowed number of tags. The maximum number of tags permitted on a resource is 50.</p>
164
146
  */
@@ -211,12 +193,6 @@ export interface AllowedNodeTypeModificationsMessage {
211
193
  */
212
194
  ScaleDownModifications?: string[];
213
195
  }
214
- export declare namespace AllowedNodeTypeModificationsMessage {
215
- /**
216
- * @internal
217
- */
218
- const filterSensitiveLog: (obj: AllowedNodeTypeModificationsMessage) => any;
219
- }
220
196
  /**
221
197
  * <p>The specified Amazon EC2 security group is already authorized for the specified cache security group.</p>
222
198
  */
@@ -247,12 +223,6 @@ export interface AuthorizeCacheSecurityGroupIngressMessage {
247
223
  */
248
224
  EC2SecurityGroupOwnerId: string | undefined;
249
225
  }
250
- export declare namespace AuthorizeCacheSecurityGroupIngressMessage {
251
- /**
252
- * @internal
253
- */
254
- const filterSensitiveLog: (obj: AuthorizeCacheSecurityGroupIngressMessage) => any;
255
- }
256
226
  /**
257
227
  * <p>Provides ownership and status information for an Amazon EC2 security group.</p>
258
228
  */
@@ -270,12 +240,6 @@ export interface EC2SecurityGroup {
270
240
  */
271
241
  EC2SecurityGroupOwnerId?: string;
272
242
  }
273
- export declare namespace EC2SecurityGroup {
274
- /**
275
- * @internal
276
- */
277
- const filterSensitiveLog: (obj: EC2SecurityGroup) => any;
278
- }
279
243
  /**
280
244
  * <p>Represents the output of one of the following operations:</p>
281
245
  * <ul>
@@ -318,12 +282,6 @@ export interface CacheSecurityGroup {
318
282
  */
319
283
  ARN?: string;
320
284
  }
321
- export declare namespace CacheSecurityGroup {
322
- /**
323
- * @internal
324
- */
325
- const filterSensitiveLog: (obj: CacheSecurityGroup) => any;
326
- }
327
285
  export interface AuthorizeCacheSecurityGroupIngressResult {
328
286
  /**
329
287
  * <p>Represents the output of one of the following operations:</p>
@@ -347,12 +305,6 @@ export interface AuthorizeCacheSecurityGroupIngressResult {
347
305
  */
348
306
  CacheSecurityGroup?: CacheSecurityGroup;
349
307
  }
350
- export declare namespace AuthorizeCacheSecurityGroupIngressResult {
351
- /**
352
- * @internal
353
- */
354
- const filterSensitiveLog: (obj: AuthorizeCacheSecurityGroupIngressResult) => any;
355
- }
356
308
  /**
357
309
  * <p>The current state of the cache security group does not allow deletion.</p>
358
310
  */
@@ -400,12 +352,6 @@ export interface BatchApplyUpdateActionMessage {
400
352
  */
401
353
  ServiceUpdateName: string | undefined;
402
354
  }
403
- export declare namespace BatchApplyUpdateActionMessage {
404
- /**
405
- * @internal
406
- */
407
- const filterSensitiveLog: (obj: BatchApplyUpdateActionMessage) => any;
408
- }
409
355
  /**
410
356
  * <p>The service update doesn't exist</p>
411
357
  */
@@ -449,12 +395,6 @@ export interface ProcessedUpdateAction {
449
395
  */
450
396
  UpdateActionStatus?: UpdateActionStatus | string;
451
397
  }
452
- export declare namespace ProcessedUpdateAction {
453
- /**
454
- * @internal
455
- */
456
- const filterSensitiveLog: (obj: ProcessedUpdateAction) => any;
457
- }
458
398
  /**
459
399
  * <p>Update action that has failed to be processed for the corresponding apply/stop request</p>
460
400
  */
@@ -480,12 +420,6 @@ export interface UnprocessedUpdateAction {
480
420
  */
481
421
  ErrorMessage?: string;
482
422
  }
483
- export declare namespace UnprocessedUpdateAction {
484
- /**
485
- * @internal
486
- */
487
- const filterSensitiveLog: (obj: UnprocessedUpdateAction) => any;
488
- }
489
423
  export interface UpdateActionResultsMessage {
490
424
  /**
491
425
  * <p>Update actions that have been processed successfully</p>
@@ -496,12 +430,6 @@ export interface UpdateActionResultsMessage {
496
430
  */
497
431
  UnprocessedUpdateActions?: UnprocessedUpdateAction[];
498
432
  }
499
- export declare namespace UpdateActionResultsMessage {
500
- /**
501
- * @internal
502
- */
503
- const filterSensitiveLog: (obj: UpdateActionResultsMessage) => any;
504
- }
505
433
  export interface BatchStopUpdateActionMessage {
506
434
  /**
507
435
  * <p>The replication group IDs</p>
@@ -516,12 +444,6 @@ export interface BatchStopUpdateActionMessage {
516
444
  */
517
445
  ServiceUpdateName: string | undefined;
518
446
  }
519
- export declare namespace BatchStopUpdateActionMessage {
520
- /**
521
- * @internal
522
- */
523
- const filterSensitiveLog: (obj: BatchStopUpdateActionMessage) => any;
524
- }
525
447
  export interface CompleteMigrationMessage {
526
448
  /**
527
449
  * <p>The ID of the replication group to which data is being migrated.</p>
@@ -532,12 +454,6 @@ export interface CompleteMigrationMessage {
532
454
  */
533
455
  Force?: boolean;
534
456
  }
535
- export declare namespace CompleteMigrationMessage {
536
- /**
537
- * @internal
538
- */
539
- const filterSensitiveLog: (obj: CompleteMigrationMessage) => any;
540
- }
541
457
  export declare enum AutomaticFailoverStatus {
542
458
  DISABLED = "disabled",
543
459
  DISABLING = "disabling",
@@ -557,12 +473,6 @@ export interface Endpoint {
557
473
  */
558
474
  Port?: number;
559
475
  }
560
- export declare namespace Endpoint {
561
- /**
562
- * @internal
563
- */
564
- const filterSensitiveLog: (obj: Endpoint) => any;
565
- }
566
476
  export declare enum DataTieringStatus {
567
477
  DISABLED = "disabled",
568
478
  ENABLED = "enabled"
@@ -580,12 +490,6 @@ export interface GlobalReplicationGroupInfo {
580
490
  */
581
491
  GlobalReplicationGroupMemberRole?: string;
582
492
  }
583
- export declare namespace GlobalReplicationGroupInfo {
584
- /**
585
- * @internal
586
- */
587
- const filterSensitiveLog: (obj: GlobalReplicationGroupInfo) => any;
588
- }
589
493
  /**
590
494
  * <p>The configuration details of the CloudWatch Logs destination.</p>
591
495
  */
@@ -595,12 +499,6 @@ export interface CloudWatchLogsDestinationDetails {
595
499
  */
596
500
  LogGroup?: string;
597
501
  }
598
- export declare namespace CloudWatchLogsDestinationDetails {
599
- /**
600
- * @internal
601
- */
602
- const filterSensitiveLog: (obj: CloudWatchLogsDestinationDetails) => any;
603
- }
604
502
  /**
605
503
  * <p>The configuration details of the Kinesis Data Firehose destination.</p>
606
504
  */
@@ -610,12 +508,6 @@ export interface KinesisFirehoseDestinationDetails {
610
508
  */
611
509
  DeliveryStream?: string;
612
510
  }
613
- export declare namespace KinesisFirehoseDestinationDetails {
614
- /**
615
- * @internal
616
- */
617
- const filterSensitiveLog: (obj: KinesisFirehoseDestinationDetails) => any;
618
- }
619
511
  /**
620
512
  * <p>Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.</p>
621
513
  */
@@ -629,12 +521,6 @@ export interface DestinationDetails {
629
521
  */
630
522
  KinesisFirehoseDetails?: KinesisFirehoseDestinationDetails;
631
523
  }
632
- export declare namespace DestinationDetails {
633
- /**
634
- * @internal
635
- */
636
- const filterSensitiveLog: (obj: DestinationDetails) => any;
637
- }
638
524
  export declare enum DestinationType {
639
525
  CloudWatchLogs = "cloudwatch-logs",
640
526
  KinesisFirehose = "kinesis-firehose"
@@ -684,12 +570,6 @@ export interface LogDeliveryConfiguration {
684
570
  */
685
571
  Message?: string;
686
572
  }
687
- export declare namespace LogDeliveryConfiguration {
688
- /**
689
- * @internal
690
- */
691
- const filterSensitiveLog: (obj: LogDeliveryConfiguration) => any;
692
- }
693
573
  export declare enum MultiAZStatus {
694
574
  DISABLED = "disabled",
695
575
  ENABLED = "enabled"
@@ -726,12 +606,6 @@ export interface NodeGroupMember {
726
606
  */
727
607
  CurrentRole?: string;
728
608
  }
729
- export declare namespace NodeGroupMember {
730
- /**
731
- * @internal
732
- */
733
- const filterSensitiveLog: (obj: NodeGroupMember) => any;
734
- }
735
609
  /**
736
610
  * <p>Represents a collection of cache nodes in a replication group.
737
611
  * One node in the node group is the read/write primary node.
@@ -766,12 +640,6 @@ export interface NodeGroup {
766
640
  */
767
641
  NodeGroupMembers?: NodeGroupMember[];
768
642
  }
769
- export declare namespace NodeGroup {
770
- /**
771
- * @internal
772
- */
773
- const filterSensitiveLog: (obj: NodeGroup) => any;
774
- }
775
643
  export declare type AuthTokenUpdateStatus = "ROTATING" | "SETTING";
776
644
  export declare enum PendingAutomaticFailoverStatus {
777
645
  DISABLED = "disabled",
@@ -798,12 +666,6 @@ export interface PendingLogDeliveryConfiguration {
798
666
  */
799
667
  LogFormat?: LogFormat | string;
800
668
  }
801
- export declare namespace PendingLogDeliveryConfiguration {
802
- /**
803
- * @internal
804
- */
805
- const filterSensitiveLog: (obj: PendingLogDeliveryConfiguration) => any;
806
- }
807
669
  /**
808
670
  * <p>Represents the progress of an online resharding operation.</p>
809
671
  */
@@ -813,12 +675,6 @@ export interface SlotMigration {
813
675
  */
814
676
  ProgressPercentage?: number;
815
677
  }
816
- export declare namespace SlotMigration {
817
- /**
818
- * @internal
819
- */
820
- const filterSensitiveLog: (obj: SlotMigration) => any;
821
- }
822
678
  /**
823
679
  * <p>The status of an online resharding operation.</p>
824
680
  */
@@ -828,12 +684,6 @@ export interface ReshardingStatus {
828
684
  */
829
685
  SlotMigration?: SlotMigration;
830
686
  }
831
- export declare namespace ReshardingStatus {
832
- /**
833
- * @internal
834
- */
835
- const filterSensitiveLog: (obj: ReshardingStatus) => any;
836
- }
837
687
  /**
838
688
  * <p>The status of the user group update.</p>
839
689
  */
@@ -847,12 +697,6 @@ export interface UserGroupsUpdateStatus {
847
697
  */
848
698
  UserGroupIdsToRemove?: string[];
849
699
  }
850
- export declare namespace UserGroupsUpdateStatus {
851
- /**
852
- * @internal
853
- */
854
- const filterSensitiveLog: (obj: UserGroupsUpdateStatus) => any;
855
- }
856
700
  /**
857
701
  * <p>The settings to be applied to the Redis replication group,
858
702
  * either immediately or during the next maintenance window.</p>
@@ -884,12 +728,6 @@ export interface ReplicationGroupPendingModifiedValues {
884
728
  */
885
729
  LogDeliveryConfigurations?: PendingLogDeliveryConfiguration[];
886
730
  }
887
- export declare namespace ReplicationGroupPendingModifiedValues {
888
- /**
889
- * @internal
890
- */
891
- const filterSensitiveLog: (obj: ReplicationGroupPendingModifiedValues) => any;
892
- }
893
731
  /**
894
732
  * <p>Contains all of the attributes of a specific Redis replication group.</p>
895
733
  */
@@ -1047,12 +885,11 @@ export interface ReplicationGroup {
1047
885
  * For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/data-tiering.html">Data tiering</a>.</p>
1048
886
  */
1049
887
  DataTiering?: DataTieringStatus | string;
1050
- }
1051
- export declare namespace ReplicationGroup {
1052
888
  /**
1053
- * @internal
889
+ * <p> If you are running Redis engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions.
890
+ * </p>
1054
891
  */
1055
- const filterSensitiveLog: (obj: ReplicationGroup) => any;
892
+ AutoMinorVersionUpgrade?: boolean;
1056
893
  }
1057
894
  export interface CompleteMigrationResponse {
1058
895
  /**
@@ -1060,12 +897,6 @@ export interface CompleteMigrationResponse {
1060
897
  */
1061
898
  ReplicationGroup?: ReplicationGroup;
1062
899
  }
1063
- export declare namespace CompleteMigrationResponse {
1064
- /**
1065
- * @internal
1066
- */
1067
- const filterSensitiveLog: (obj: CompleteMigrationResponse) => any;
1068
- }
1069
900
  /**
1070
901
  * <p>The designated replication group is not available for data migration.</p>
1071
902
  */
@@ -1110,12 +941,6 @@ export interface CopySnapshotMessage {
1110
941
  */
1111
942
  Tags?: Tag[];
1112
943
  }
1113
- export declare namespace CopySnapshotMessage {
1114
- /**
1115
- * @internal
1116
- */
1117
- const filterSensitiveLog: (obj: CopySnapshotMessage) => any;
1118
- }
1119
944
  /**
1120
945
  * <p>Node group (shard) configuration options.
1121
946
  * Each node group (shard) configuration has the following: <code>Slots</code>, <code>PrimaryAvailabilityZone</code>, <code>ReplicaAvailabilityZones</code>, <code>ReplicaCount</code>.</p>
@@ -1157,12 +982,6 @@ export interface NodeGroupConfiguration {
1157
982
  */
1158
983
  ReplicaOutpostArns?: string[];
1159
984
  }
1160
- export declare namespace NodeGroupConfiguration {
1161
- /**
1162
- * @internal
1163
- */
1164
- const filterSensitiveLog: (obj: NodeGroupConfiguration) => any;
1165
- }
1166
985
  /**
1167
986
  * <p>Represents an individual cache node in a snapshot of a cluster.</p>
1168
987
  */
@@ -1196,12 +1015,6 @@ export interface NodeSnapshot {
1196
1015
  */
1197
1016
  SnapshotCreateTime?: Date;
1198
1017
  }
1199
- export declare namespace NodeSnapshot {
1200
- /**
1201
- * @internal
1202
- */
1203
- const filterSensitiveLog: (obj: NodeSnapshot) => any;
1204
- }
1205
1018
  /**
1206
1019
  * <p>Represents a copy of an entire Redis cluster as of the time when the snapshot was taken.</p>
1207
1020
  */
@@ -1325,7 +1138,7 @@ export interface Snapshot {
1325
1138
  *
1326
1139
  * </li>
1327
1140
  * <li>
1328
- * <p>Previous generation: (not recommended)</p>
1141
+ * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
1329
1142
  * <p>
1330
1143
  * <b>T1 node types:</b>
1331
1144
  * <code>cache.t1.micro</code>
@@ -1355,7 +1168,7 @@ export interface Snapshot {
1355
1168
  *
1356
1169
  * <ul>
1357
1170
  * <li>
1358
- * <p>Previous generation: (not recommended)</p>
1171
+ * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
1359
1172
  * <p>
1360
1173
  * <b>C1 node types:</b>
1361
1174
  * <code>cache.c1.xlarge</code>
@@ -1470,7 +1283,7 @@ export interface Snapshot {
1470
1283
  *
1471
1284
  * </li>
1472
1285
  * <li>
1473
- * <p>Previous generation: (not recommended)</p>
1286
+ * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
1474
1287
  * <p>
1475
1288
  * <b>M2 node types:</b>
1476
1289
  * <code>cache.m2.xlarge</code>,
@@ -1654,24 +1467,12 @@ export interface Snapshot {
1654
1467
  */
1655
1468
  DataTiering?: DataTieringStatus | string;
1656
1469
  }
1657
- export declare namespace Snapshot {
1658
- /**
1659
- * @internal
1660
- */
1661
- const filterSensitiveLog: (obj: Snapshot) => any;
1662
- }
1663
1470
  export interface CopySnapshotResult {
1664
1471
  /**
1665
1472
  * <p>Represents a copy of an entire Redis cluster as of the time when the snapshot was taken.</p>
1666
1473
  */
1667
1474
  Snapshot?: Snapshot;
1668
1475
  }
1669
- export declare namespace CopySnapshotResult {
1670
- /**
1671
- * @internal
1672
- */
1673
- const filterSensitiveLog: (obj: CopySnapshotResult) => any;
1674
- }
1675
1476
  /**
1676
1477
  * <p>The current state of the snapshot does not allow the requested operation to occur.</p>
1677
1478
  */
@@ -1756,12 +1557,6 @@ export interface LogDeliveryConfigurationRequest {
1756
1557
  */
1757
1558
  Enabled?: boolean;
1758
1559
  }
1759
- export declare namespace LogDeliveryConfigurationRequest {
1760
- /**
1761
- * @internal
1762
- */
1763
- const filterSensitiveLog: (obj: LogDeliveryConfigurationRequest) => any;
1764
- }
1765
1560
  export declare enum OutpostMode {
1766
1561
  CROSS_OUTPOST = "cross-outpost",
1767
1562
  SINGLE_OUTPOST = "single-outpost"
@@ -1917,7 +1712,7 @@ export interface CreateCacheClusterMessage {
1917
1712
  *
1918
1713
  * </li>
1919
1714
  * <li>
1920
- * <p>Previous generation: (not recommended)</p>
1715
+ * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
1921
1716
  * <p>
1922
1717
  * <b>T1 node types:</b>
1923
1718
  * <code>cache.t1.micro</code>
@@ -1947,7 +1742,7 @@ export interface CreateCacheClusterMessage {
1947
1742
  *
1948
1743
  * <ul>
1949
1744
  * <li>
1950
- * <p>Previous generation: (not recommended)</p>
1745
+ * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
1951
1746
  * <p>
1952
1747
  * <b>C1 node types:</b>
1953
1748
  * <code>cache.c1.xlarge</code>
@@ -2020,7 +1815,7 @@ export interface CreateCacheClusterMessage {
2020
1815
  *
2021
1816
  * </li>
2022
1817
  * <li>
2023
- * <p>Previous generation: (not recommended)</p>
1818
+ * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
2024
1819
  * <p>
2025
1820
  * <b>M2 node types:</b>
2026
1821
  * <code>cache.m2.xlarge</code>,
@@ -2220,12 +2015,6 @@ export interface CreateCacheClusterMessage {
2220
2015
  */
2221
2016
  TransitEncryptionEnabled?: boolean;
2222
2017
  }
2223
- export declare namespace CreateCacheClusterMessage {
2224
- /**
2225
- * @internal
2226
- */
2227
- const filterSensitiveLog: (obj: CreateCacheClusterMessage) => any;
2228
- }
2229
2018
  /**
2230
2019
  * <p>Represents an individual cache node within a cluster. Each cache node runs its own
2231
2020
  * instance of the cluster's protocol-compliant caching software - either Memcached or
@@ -2313,7 +2102,7 @@ export declare namespace CreateCacheClusterMessage {
2313
2102
  *
2314
2103
  * </li>
2315
2104
  * <li>
2316
- * <p>Previous generation: (not recommended)</p>
2105
+ * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
2317
2106
  * <p>
2318
2107
  * <b>T1 node types:</b>
2319
2108
  * <code>cache.t1.micro</code>
@@ -2343,7 +2132,7 @@ export declare namespace CreateCacheClusterMessage {
2343
2132
  *
2344
2133
  * <ul>
2345
2134
  * <li>
2346
- * <p>Previous generation: (not recommended)</p>
2135
+ * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
2347
2136
  * <p>
2348
2137
  * <b>C1 node types:</b>
2349
2138
  * <code>cache.c1.xlarge</code>
@@ -2447,7 +2236,7 @@ export declare namespace CreateCacheClusterMessage {
2447
2236
  *
2448
2237
  * </li>
2449
2238
  * <li>
2450
- * <p>Previous generation: (not recommended)</p>
2239
+ * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
2451
2240
  * <p>
2452
2241
  * <b>M2 node types:</b>
2453
2242
  * <code>cache.m2.xlarge</code>,
@@ -2523,12 +2312,6 @@ export interface CacheNode {
2523
2312
  */
2524
2313
  CustomerOutpostArn?: string;
2525
2314
  }
2526
- export declare namespace CacheNode {
2527
- /**
2528
- * @internal
2529
- */
2530
- const filterSensitiveLog: (obj: CacheNode) => any;
2531
- }
2532
2315
  /**
2533
2316
  * <p>Status of the cache parameter group.</p>
2534
2317
  */
@@ -2547,12 +2330,6 @@ export interface CacheParameterGroupStatus {
2547
2330
  */
2548
2331
  CacheNodeIdsToReboot?: string[];
2549
2332
  }
2550
- export declare namespace CacheParameterGroupStatus {
2551
- /**
2552
- * @internal
2553
- */
2554
- const filterSensitiveLog: (obj: CacheParameterGroupStatus) => any;
2555
- }
2556
2333
  /**
2557
2334
  * <p>Represents a cluster's status within a particular cache security group.</p>
2558
2335
  */
@@ -2566,12 +2343,6 @@ export interface CacheSecurityGroupMembership {
2566
2343
  */
2567
2344
  Status?: string;
2568
2345
  }
2569
- export declare namespace CacheSecurityGroupMembership {
2570
- /**
2571
- * @internal
2572
- */
2573
- const filterSensitiveLog: (obj: CacheSecurityGroupMembership) => any;
2574
- }
2575
2346
  /**
2576
2347
  * <p>Describes a notification topic and its status.
2577
2348
  * Notification topics are used for publishing ElastiCache events to subscribers
@@ -2587,12 +2358,6 @@ export interface NotificationConfiguration {
2587
2358
  */
2588
2359
  TopicStatus?: string;
2589
2360
  }
2590
- export declare namespace NotificationConfiguration {
2591
- /**
2592
- * @internal
2593
- */
2594
- const filterSensitiveLog: (obj: NotificationConfiguration) => any;
2595
- }
2596
2361
  /**
2597
2362
  * <p>A group of settings that are applied to the cluster in the future,
2598
2363
  * or that are currently being applied.</p>
@@ -2626,12 +2391,6 @@ export interface PendingModifiedValues {
2626
2391
  */
2627
2392
  LogDeliveryConfigurations?: PendingLogDeliveryConfiguration[];
2628
2393
  }
2629
- export declare namespace PendingModifiedValues {
2630
- /**
2631
- * @internal
2632
- */
2633
- const filterSensitiveLog: (obj: PendingModifiedValues) => any;
2634
- }
2635
2394
  /**
2636
2395
  * <p>Represents a single cache security group and its status.</p>
2637
2396
  */
@@ -2647,12 +2406,6 @@ export interface SecurityGroupMembership {
2647
2406
  */
2648
2407
  Status?: string;
2649
2408
  }
2650
- export declare namespace SecurityGroupMembership {
2651
- /**
2652
- * @internal
2653
- */
2654
- const filterSensitiveLog: (obj: SecurityGroupMembership) => any;
2655
- }
2656
2409
  /**
2657
2410
  * <p>Contains all of the attributes of a specific cluster.</p>
2658
2411
  */
@@ -2759,7 +2512,7 @@ export interface CacheCluster {
2759
2512
  *
2760
2513
  * </li>
2761
2514
  * <li>
2762
- * <p>Previous generation: (not recommended)</p>
2515
+ * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
2763
2516
  * <p>
2764
2517
  * <b>T1 node types:</b>
2765
2518
  * <code>cache.t1.micro</code>
@@ -2789,7 +2542,7 @@ export interface CacheCluster {
2789
2542
  *
2790
2543
  * <ul>
2791
2544
  * <li>
2792
- * <p>Previous generation: (not recommended)</p>
2545
+ * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
2793
2546
  * <p>
2794
2547
  * <b>C1 node types:</b>
2795
2548
  * <code>cache.c1.xlarge</code>
@@ -2894,7 +2647,7 @@ export interface CacheCluster {
2894
2647
  *
2895
2648
  * </li>
2896
2649
  * <li>
2897
- * <p>Previous generation: (not recommended)</p>
2650
+ * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
2898
2651
  * <p>
2899
2652
  * <b>M2 node types:</b>
2900
2653
  * <code>cache.m2.xlarge</code>,
@@ -3131,24 +2884,12 @@ export interface CacheCluster {
3131
2884
  */
3132
2885
  LogDeliveryConfigurations?: LogDeliveryConfiguration[];
3133
2886
  }
3134
- export declare namespace CacheCluster {
3135
- /**
3136
- * @internal
3137
- */
3138
- const filterSensitiveLog: (obj: CacheCluster) => any;
3139
- }
3140
2887
  export interface CreateCacheClusterResult {
3141
2888
  /**
3142
2889
  * <p>Contains all of the attributes of a specific cluster.</p>
3143
2890
  */
3144
2891
  CacheCluster?: CacheCluster;
3145
2892
  }
3146
- export declare namespace CreateCacheClusterResult {
3147
- /**
3148
- * @internal
3149
- */
3150
- const filterSensitiveLog: (obj: CreateCacheClusterResult) => any;
3151
- }
3152
2893
  /**
3153
2894
  * <p>The requested cache node type is not available in the specified Availability Zone.
3154
2895
  * For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/ErrorMessages.html#ErrorMessages.INSUFFICIENT_CACHE_CLUSTER_CAPACITY">InsufficientCacheClusterCapacity</a> in the ElastiCache User Guide.</p>
@@ -3248,12 +2989,6 @@ export interface CreateCacheParameterGroupMessage {
3248
2989
  */
3249
2990
  Tags?: Tag[];
3250
2991
  }
3251
- export declare namespace CreateCacheParameterGroupMessage {
3252
- /**
3253
- * @internal
3254
- */
3255
- const filterSensitiveLog: (obj: CreateCacheParameterGroupMessage) => any;
3256
- }
3257
2992
  /**
3258
2993
  * <p>Represents the output of a <code>CreateCacheParameterGroup</code> operation.</p>
3259
2994
  */
@@ -3290,24 +3025,12 @@ export interface CacheParameterGroup {
3290
3025
  */
3291
3026
  ARN?: string;
3292
3027
  }
3293
- export declare namespace CacheParameterGroup {
3294
- /**
3295
- * @internal
3296
- */
3297
- const filterSensitiveLog: (obj: CacheParameterGroup) => any;
3298
- }
3299
3028
  export interface CreateCacheParameterGroupResult {
3300
3029
  /**
3301
3030
  * <p>Represents the output of a <code>CreateCacheParameterGroup</code> operation.</p>
3302
3031
  */
3303
3032
  CacheParameterGroup?: CacheParameterGroup;
3304
3033
  }
3305
- export declare namespace CreateCacheParameterGroupResult {
3306
- /**
3307
- * @internal
3308
- */
3309
- const filterSensitiveLog: (obj: CreateCacheParameterGroupResult) => any;
3310
- }
3311
3034
  /**
3312
3035
  * <p>The current state of the cache parameter group does not allow the requested operation to occur.</p>
3313
3036
  */
@@ -3361,12 +3084,6 @@ export interface CreateCacheSecurityGroupMessage {
3361
3084
  */
3362
3085
  Tags?: Tag[];
3363
3086
  }
3364
- export declare namespace CreateCacheSecurityGroupMessage {
3365
- /**
3366
- * @internal
3367
- */
3368
- const filterSensitiveLog: (obj: CreateCacheSecurityGroupMessage) => any;
3369
- }
3370
3087
  export interface CreateCacheSecurityGroupResult {
3371
3088
  /**
3372
3089
  * <p>Represents the output of one of the following operations:</p>
@@ -3390,12 +3107,6 @@ export interface CreateCacheSecurityGroupResult {
3390
3107
  */
3391
3108
  CacheSecurityGroup?: CacheSecurityGroup;
3392
3109
  }
3393
- export declare namespace CreateCacheSecurityGroupResult {
3394
- /**
3395
- * @internal
3396
- */
3397
- const filterSensitiveLog: (obj: CreateCacheSecurityGroupResult) => any;
3398
- }
3399
3110
  /**
3400
3111
  * <p>The requested cache subnet group name is already in use by an existing cache subnet group.</p>
3401
3112
  */
@@ -3453,12 +3164,6 @@ export interface CreateCacheSubnetGroupMessage {
3453
3164
  */
3454
3165
  Tags?: Tag[];
3455
3166
  }
3456
- export declare namespace CreateCacheSubnetGroupMessage {
3457
- /**
3458
- * @internal
3459
- */
3460
- const filterSensitiveLog: (obj: CreateCacheSubnetGroupMessage) => any;
3461
- }
3462
3167
  /**
3463
3168
  * <p>Describes an Availability Zone in which the cluster is launched.</p>
3464
3169
  */
@@ -3468,12 +3173,6 @@ export interface AvailabilityZone {
3468
3173
  */
3469
3174
  Name?: string;
3470
3175
  }
3471
- export declare namespace AvailabilityZone {
3472
- /**
3473
- * @internal
3474
- */
3475
- const filterSensitiveLog: (obj: AvailabilityZone) => any;
3476
- }
3477
3176
  /**
3478
3177
  * <p>The ID of the outpost subnet.</p>
3479
3178
  */
@@ -3483,12 +3182,6 @@ export interface SubnetOutpost {
3483
3182
  */
3484
3183
  SubnetOutpostArn?: string;
3485
3184
  }
3486
- export declare namespace SubnetOutpost {
3487
- /**
3488
- * @internal
3489
- */
3490
- const filterSensitiveLog: (obj: SubnetOutpost) => any;
3491
- }
3492
3185
  /**
3493
3186
  * <p>Represents the subnet associated with a cluster.
3494
3187
  * This parameter refers to subnets defined in Amazon Virtual Private Cloud (Amazon VPC) and used with ElastiCache.</p>
@@ -3507,12 +3200,6 @@ export interface Subnet {
3507
3200
  */
3508
3201
  SubnetOutpost?: SubnetOutpost;
3509
3202
  }
3510
- export declare namespace Subnet {
3511
- /**
3512
- * @internal
3513
- */
3514
- const filterSensitiveLog: (obj: Subnet) => any;
3515
- }
3516
3203
  /**
3517
3204
  * <p>Represents the output of one of the following operations:</p>
3518
3205
  * <ul>
@@ -3550,12 +3237,6 @@ export interface CacheSubnetGroup {
3550
3237
  */
3551
3238
  ARN?: string;
3552
3239
  }
3553
- export declare namespace CacheSubnetGroup {
3554
- /**
3555
- * @internal
3556
- */
3557
- const filterSensitiveLog: (obj: CacheSubnetGroup) => any;
3558
- }
3559
3240
  export interface CreateCacheSubnetGroupResult {
3560
3241
  /**
3561
3242
  * <p>Represents the output of one of the following operations:</p>
@@ -3574,12 +3255,6 @@ export interface CreateCacheSubnetGroupResult {
3574
3255
  */
3575
3256
  CacheSubnetGroup?: CacheSubnetGroup;
3576
3257
  }
3577
- export declare namespace CreateCacheSubnetGroupResult {
3578
- /**
3579
- * @internal
3580
- */
3581
- const filterSensitiveLog: (obj: CreateCacheSubnetGroupResult) => any;
3582
- }
3583
3258
  /**
3584
3259
  * <p>An invalid subnet identifier was specified.</p>
3585
3260
  */
@@ -3619,12 +3294,6 @@ export interface CreateGlobalReplicationGroupMessage {
3619
3294
  */
3620
3295
  PrimaryReplicationGroupId: string | undefined;
3621
3296
  }
3622
- export declare namespace CreateGlobalReplicationGroupMessage {
3623
- /**
3624
- * @internal
3625
- */
3626
- const filterSensitiveLog: (obj: CreateGlobalReplicationGroupMessage) => any;
3627
- }
3628
3297
  /**
3629
3298
  * <p>Indicates the slot configuration and global identifier for a slice group.</p>
3630
3299
  */
@@ -3638,12 +3307,6 @@ export interface GlobalNodeGroup {
3638
3307
  */
3639
3308
  Slots?: string;
3640
3309
  }
3641
- export declare namespace GlobalNodeGroup {
3642
- /**
3643
- * @internal
3644
- */
3645
- const filterSensitiveLog: (obj: GlobalNodeGroup) => any;
3646
- }
3647
3310
  /**
3648
3311
  * <p>A member of a Global datastore. It contains the Replication Group Id, the Amazon region and the role of the replication group. </p>
3649
3312
  */
@@ -3669,12 +3332,6 @@ export interface GlobalReplicationGroupMember {
3669
3332
  */
3670
3333
  Status?: string;
3671
3334
  }
3672
- export declare namespace GlobalReplicationGroupMember {
3673
- /**
3674
- * @internal
3675
- */
3676
- const filterSensitiveLog: (obj: GlobalReplicationGroupMember) => any;
3677
- }
3678
3335
  /**
3679
3336
  * <p>Consists of a primary cluster that accepts writes and an associated secondary cluster that resides in a different Amazon region. The secondary cluster accepts only reads. The primary
3680
3337
  * cluster automatically replicates updates to the secondary cluster.</p>
@@ -3756,12 +3413,6 @@ export interface GlobalReplicationGroup {
3756
3413
  */
3757
3414
  ARN?: string;
3758
3415
  }
3759
- export declare namespace GlobalReplicationGroup {
3760
- /**
3761
- * @internal
3762
- */
3763
- const filterSensitiveLog: (obj: GlobalReplicationGroup) => any;
3764
- }
3765
3416
  export interface CreateGlobalReplicationGroupResult {
3766
3417
  /**
3767
3418
  * <p>Consists of a primary cluster that accepts writes and an associated secondary cluster that resides in a different Amazon region. The secondary cluster accepts only reads. The primary
@@ -3777,12 +3428,6 @@ export interface CreateGlobalReplicationGroupResult {
3777
3428
  */
3778
3429
  GlobalReplicationGroup?: GlobalReplicationGroup;
3779
3430
  }
3780
- export declare namespace CreateGlobalReplicationGroupResult {
3781
- /**
3782
- * @internal
3783
- */
3784
- const filterSensitiveLog: (obj: CreateGlobalReplicationGroupResult) => any;
3785
- }
3786
3431
  /**
3787
3432
  * <p>The Global datastore name already exists.</p>
3788
3433
  */
@@ -3988,7 +3633,7 @@ export interface CreateReplicationGroupMessage {
3988
3633
  *
3989
3634
  * </li>
3990
3635
  * <li>
3991
- * <p>Previous generation: (not recommended)</p>
3636
+ * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
3992
3637
  * <p>
3993
3638
  * <b>T1 node types:</b>
3994
3639
  * <code>cache.t1.micro</code>
@@ -4018,7 +3663,7 @@ export interface CreateReplicationGroupMessage {
4018
3663
  *
4019
3664
  * <ul>
4020
3665
  * <li>
4021
- * <p>Previous generation: (not recommended)</p>
3666
+ * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
4022
3667
  * <p>
4023
3668
  * <b>C1 node types:</b>
4024
3669
  * <code>cache.c1.xlarge</code>
@@ -4123,7 +3768,7 @@ export interface CreateReplicationGroupMessage {
4123
3768
  *
4124
3769
  * </li>
4125
3770
  * <li>
4126
- * <p>Previous generation: (not recommended)</p>
3771
+ * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
4127
3772
  * <p>
4128
3773
  * <b>M2 node types:</b>
4129
3774
  * <code>cache.m2.xlarge</code>,
@@ -4404,24 +4049,12 @@ export interface CreateReplicationGroupMessage {
4404
4049
  */
4405
4050
  DataTieringEnabled?: boolean;
4406
4051
  }
4407
- export declare namespace CreateReplicationGroupMessage {
4408
- /**
4409
- * @internal
4410
- */
4411
- const filterSensitiveLog: (obj: CreateReplicationGroupMessage) => any;
4412
- }
4413
4052
  export interface CreateReplicationGroupResult {
4414
4053
  /**
4415
4054
  * <p>Contains all of the attributes of a specific Redis replication group.</p>
4416
4055
  */
4417
4056
  ReplicationGroup?: ReplicationGroup;
4418
4057
  }
4419
- export declare namespace CreateReplicationGroupResult {
4420
- /**
4421
- * @internal
4422
- */
4423
- const filterSensitiveLog: (obj: CreateReplicationGroupResult) => any;
4424
- }
4425
4058
  /**
4426
4059
  * <p>The Global datastore does not exist</p>
4427
4060
  */
@@ -4514,24 +4147,12 @@ export interface CreateSnapshotMessage {
4514
4147
  */
4515
4148
  Tags?: Tag[];
4516
4149
  }
4517
- export declare namespace CreateSnapshotMessage {
4518
- /**
4519
- * @internal
4520
- */
4521
- const filterSensitiveLog: (obj: CreateSnapshotMessage) => any;
4522
- }
4523
4150
  export interface CreateSnapshotResult {
4524
4151
  /**
4525
4152
  * <p>Represents a copy of an entire Redis cluster as of the time when the snapshot was taken.</p>
4526
4153
  */
4527
4154
  Snapshot?: Snapshot;
4528
4155
  }
4529
- export declare namespace CreateSnapshotResult {
4530
- /**
4531
- * @internal
4532
- */
4533
- const filterSensitiveLog: (obj: CreateSnapshotResult) => any;
4534
- }
4535
4156
  /**
4536
4157
  * <p>You attempted one of the following operations:</p>
4537
4158
  * <ul>
@@ -4583,12 +4204,6 @@ export interface CreateUserMessage {
4583
4204
  */
4584
4205
  Tags?: Tag[];
4585
4206
  }
4586
- export declare namespace CreateUserMessage {
4587
- /**
4588
- * @internal
4589
- */
4590
- const filterSensitiveLog: (obj: CreateUserMessage) => any;
4591
- }
4592
4207
  /**
4593
4208
  * <p>A user with this username already exists.</p>
4594
4209
  */
@@ -4617,12 +4232,6 @@ export interface Authentication {
4617
4232
  */
4618
4233
  PasswordCount?: number;
4619
4234
  }
4620
- export declare namespace Authentication {
4621
- /**
4622
- * @internal
4623
- */
4624
- const filterSensitiveLog: (obj: Authentication) => any;
4625
- }
4626
4235
  export interface User {
4627
4236
  /**
4628
4237
  * <p>The ID of the user.</p>
@@ -4661,12 +4270,6 @@ export interface User {
4661
4270
  */
4662
4271
  ARN?: string;
4663
4272
  }
4664
- export declare namespace User {
4665
- /**
4666
- * @internal
4667
- */
4668
- const filterSensitiveLog: (obj: User) => any;
4669
- }
4670
4273
  /**
4671
4274
  * <p>A user with this ID already exists.</p>
4672
4275
  */
@@ -4707,12 +4310,6 @@ export interface CreateUserGroupMessage {
4707
4310
  */
4708
4311
  Tags?: Tag[];
4709
4312
  }
4710
- export declare namespace CreateUserGroupMessage {
4711
- /**
4712
- * @internal
4713
- */
4714
- const filterSensitiveLog: (obj: CreateUserGroupMessage) => any;
4715
- }
4716
4313
  /**
4717
4314
  * <p>You must add default user to a user group.</p>
4718
4315
  */
@@ -4737,12 +4334,6 @@ export interface UserGroupPendingChanges {
4737
4334
  */
4738
4335
  UserIdsToAdd?: string[];
4739
4336
  }
4740
- export declare namespace UserGroupPendingChanges {
4741
- /**
4742
- * @internal
4743
- */
4744
- const filterSensitiveLog: (obj: UserGroupPendingChanges) => any;
4745
- }
4746
4337
  export interface UserGroup {
4747
4338
  /**
4748
4339
  * <p>The ID of the user group.</p>
@@ -4777,12 +4368,6 @@ export interface UserGroup {
4777
4368
  */
4778
4369
  ARN?: string;
4779
4370
  }
4780
- export declare namespace UserGroup {
4781
- /**
4782
- * @internal
4783
- */
4784
- const filterSensitiveLog: (obj: UserGroup) => any;
4785
- }
4786
4371
  /**
4787
4372
  * <p>The user group with this ID already exists.</p>
4788
4373
  */
@@ -4832,12 +4417,6 @@ export interface DecreaseNodeGroupsInGlobalReplicationGroupMessage {
4832
4417
  */
4833
4418
  ApplyImmediately: boolean | undefined;
4834
4419
  }
4835
- export declare namespace DecreaseNodeGroupsInGlobalReplicationGroupMessage {
4836
- /**
4837
- * @internal
4838
- */
4839
- const filterSensitiveLog: (obj: DecreaseNodeGroupsInGlobalReplicationGroupMessage) => any;
4840
- }
4841
4420
  export interface DecreaseNodeGroupsInGlobalReplicationGroupResult {
4842
4421
  /**
4843
4422
  * <p>Consists of a primary cluster that accepts writes and an associated secondary cluster that resides in a different Amazon region. The secondary cluster accepts only reads. The primary
@@ -4853,12 +4432,6 @@ export interface DecreaseNodeGroupsInGlobalReplicationGroupResult {
4853
4432
  */
4854
4433
  GlobalReplicationGroup?: GlobalReplicationGroup;
4855
4434
  }
4856
- export declare namespace DecreaseNodeGroupsInGlobalReplicationGroupResult {
4857
- /**
4858
- * @internal
4859
- */
4860
- const filterSensitiveLog: (obj: DecreaseNodeGroupsInGlobalReplicationGroupResult) => any;
4861
- }
4862
4435
  /**
4863
4436
  * <p>Node group (shard) configuration options when adding or removing replicas.
4864
4437
  * Each node group (shard) configuration has the following members: NodeGroupId, NewReplicaCount, and PreferredAvailabilityZones. </p>
@@ -4906,12 +4479,6 @@ export interface ConfigureShard {
4906
4479
  */
4907
4480
  PreferredOutpostArns?: string[];
4908
4481
  }
4909
- export declare namespace ConfigureShard {
4910
- /**
4911
- * @internal
4912
- */
4913
- const filterSensitiveLog: (obj: ConfigureShard) => any;
4914
- }
4915
4482
  export interface DecreaseReplicaCountMessage {
4916
4483
  /**
4917
4484
  * <p>The id of the replication group from which you want to remove replica nodes.</p>
@@ -4958,24 +4525,12 @@ export interface DecreaseReplicaCountMessage {
4958
4525
  */
4959
4526
  ApplyImmediately: boolean | undefined;
4960
4527
  }
4961
- export declare namespace DecreaseReplicaCountMessage {
4962
- /**
4963
- * @internal
4964
- */
4965
- const filterSensitiveLog: (obj: DecreaseReplicaCountMessage) => any;
4966
- }
4967
4528
  export interface DecreaseReplicaCountResult {
4968
4529
  /**
4969
4530
  * <p>Contains all of the attributes of a specific Redis replication group.</p>
4970
4531
  */
4971
4532
  ReplicationGroup?: ReplicationGroup;
4972
4533
  }
4973
- export declare namespace DecreaseReplicaCountResult {
4974
- /**
4975
- * @internal
4976
- */
4977
- const filterSensitiveLog: (obj: DecreaseReplicaCountResult) => any;
4978
- }
4979
4534
  /**
4980
4535
  * <p>The operation was not performed because no changes were required.</p>
4981
4536
  */
@@ -5001,24 +4556,12 @@ export interface DeleteCacheClusterMessage {
5001
4556
  */
5002
4557
  FinalSnapshotIdentifier?: string;
5003
4558
  }
5004
- export declare namespace DeleteCacheClusterMessage {
5005
- /**
5006
- * @internal
5007
- */
5008
- const filterSensitiveLog: (obj: DeleteCacheClusterMessage) => any;
5009
- }
5010
4559
  export interface DeleteCacheClusterResult {
5011
4560
  /**
5012
4561
  * <p>Contains all of the attributes of a specific cluster.</p>
5013
4562
  */
5014
4563
  CacheCluster?: CacheCluster;
5015
4564
  }
5016
- export declare namespace DeleteCacheClusterResult {
5017
- /**
5018
- * @internal
5019
- */
5020
- const filterSensitiveLog: (obj: DeleteCacheClusterResult) => any;
5021
- }
5022
4565
  /**
5023
4566
  * <p>Represents the input of a <code>DeleteCacheParameterGroup</code> operation.</p>
5024
4567
  */
@@ -5031,12 +4574,6 @@ export interface DeleteCacheParameterGroupMessage {
5031
4574
  */
5032
4575
  CacheParameterGroupName: string | undefined;
5033
4576
  }
5034
- export declare namespace DeleteCacheParameterGroupMessage {
5035
- /**
5036
- * @internal
5037
- */
5038
- const filterSensitiveLog: (obj: DeleteCacheParameterGroupMessage) => any;
5039
- }
5040
4577
  /**
5041
4578
  * <p>Represents the input of a <code>DeleteCacheSecurityGroup</code> operation.</p>
5042
4579
  */
@@ -5049,12 +4586,6 @@ export interface DeleteCacheSecurityGroupMessage {
5049
4586
  */
5050
4587
  CacheSecurityGroupName: string | undefined;
5051
4588
  }
5052
- export declare namespace DeleteCacheSecurityGroupMessage {
5053
- /**
5054
- * @internal
5055
- */
5056
- const filterSensitiveLog: (obj: DeleteCacheSecurityGroupMessage) => any;
5057
- }
5058
4589
  /**
5059
4590
  * <p>The requested cache subnet group is currently in use.</p>
5060
4591
  */
@@ -5076,12 +4607,6 @@ export interface DeleteCacheSubnetGroupMessage {
5076
4607
  */
5077
4608
  CacheSubnetGroupName: string | undefined;
5078
4609
  }
5079
- export declare namespace DeleteCacheSubnetGroupMessage {
5080
- /**
5081
- * @internal
5082
- */
5083
- const filterSensitiveLog: (obj: DeleteCacheSubnetGroupMessage) => any;
5084
- }
5085
4610
  export interface DeleteGlobalReplicationGroupMessage {
5086
4611
  /**
5087
4612
  * <p>The name of the Global datastore</p>
@@ -5092,12 +4617,6 @@ export interface DeleteGlobalReplicationGroupMessage {
5092
4617
  */
5093
4618
  RetainPrimaryReplicationGroup: boolean | undefined;
5094
4619
  }
5095
- export declare namespace DeleteGlobalReplicationGroupMessage {
5096
- /**
5097
- * @internal
5098
- */
5099
- const filterSensitiveLog: (obj: DeleteGlobalReplicationGroupMessage) => any;
5100
- }
5101
4620
  export interface DeleteGlobalReplicationGroupResult {
5102
4621
  /**
5103
4622
  * <p>Consists of a primary cluster that accepts writes and an associated secondary cluster that resides in a different Amazon region. The secondary cluster accepts only reads. The primary
@@ -5113,12 +4632,6 @@ export interface DeleteGlobalReplicationGroupResult {
5113
4632
  */
5114
4633
  GlobalReplicationGroup?: GlobalReplicationGroup;
5115
4634
  }
5116
- export declare namespace DeleteGlobalReplicationGroupResult {
5117
- /**
5118
- * @internal
5119
- */
5120
- const filterSensitiveLog: (obj: DeleteGlobalReplicationGroupResult) => any;
5121
- }
5122
4635
  /**
5123
4636
  * <p>Represents the input of a <code>DeleteReplicationGroup</code> operation.</p>
5124
4637
  */
@@ -5140,24 +4653,12 @@ export interface DeleteReplicationGroupMessage {
5140
4653
  */
5141
4654
  FinalSnapshotIdentifier?: string;
5142
4655
  }
5143
- export declare namespace DeleteReplicationGroupMessage {
5144
- /**
5145
- * @internal
5146
- */
5147
- const filterSensitiveLog: (obj: DeleteReplicationGroupMessage) => any;
5148
- }
5149
4656
  export interface DeleteReplicationGroupResult {
5150
4657
  /**
5151
4658
  * <p>Contains all of the attributes of a specific Redis replication group.</p>
5152
4659
  */
5153
4660
  ReplicationGroup?: ReplicationGroup;
5154
4661
  }
5155
- export declare namespace DeleteReplicationGroupResult {
5156
- /**
5157
- * @internal
5158
- */
5159
- const filterSensitiveLog: (obj: DeleteReplicationGroupResult) => any;
5160
- }
5161
4662
  /**
5162
4663
  * <p>Represents the input of a <code>DeleteSnapshot</code> operation.</p>
5163
4664
  */
@@ -5167,24 +4668,12 @@ export interface DeleteSnapshotMessage {
5167
4668
  */
5168
4669
  SnapshotName: string | undefined;
5169
4670
  }
5170
- export declare namespace DeleteSnapshotMessage {
5171
- /**
5172
- * @internal
5173
- */
5174
- const filterSensitiveLog: (obj: DeleteSnapshotMessage) => any;
5175
- }
5176
4671
  export interface DeleteSnapshotResult {
5177
4672
  /**
5178
4673
  * <p>Represents a copy of an entire Redis cluster as of the time when the snapshot was taken.</p>
5179
4674
  */
5180
4675
  Snapshot?: Snapshot;
5181
4676
  }
5182
- export declare namespace DeleteSnapshotResult {
5183
- /**
5184
- * @internal
5185
- */
5186
- const filterSensitiveLog: (obj: DeleteSnapshotResult) => any;
5187
- }
5188
4677
  /**
5189
4678
  * <p>The default user assigned to the user group.</p>
5190
4679
  */
@@ -5202,12 +4691,6 @@ export interface DeleteUserMessage {
5202
4691
  */
5203
4692
  UserId: string | undefined;
5204
4693
  }
5205
- export declare namespace DeleteUserMessage {
5206
- /**
5207
- * @internal
5208
- */
5209
- const filterSensitiveLog: (obj: DeleteUserMessage) => any;
5210
- }
5211
4694
  /**
5212
4695
  * <p>The user is not in active state.</p>
5213
4696
  */
@@ -5225,12 +4708,6 @@ export interface DeleteUserGroupMessage {
5225
4708
  */
5226
4709
  UserGroupId: string | undefined;
5227
4710
  }
5228
- export declare namespace DeleteUserGroupMessage {
5229
- /**
5230
- * @internal
5231
- */
5232
- const filterSensitiveLog: (obj: DeleteUserGroupMessage) => any;
5233
- }
5234
4711
  /**
5235
4712
  * <p>Represents the output of a <code>DescribeCacheClusters</code> operation.</p>
5236
4713
  */
@@ -5244,12 +4721,6 @@ export interface CacheClusterMessage {
5244
4721
  */
5245
4722
  CacheClusters?: CacheCluster[];
5246
4723
  }
5247
- export declare namespace CacheClusterMessage {
5248
- /**
5249
- * @internal
5250
- */
5251
- const filterSensitiveLog: (obj: CacheClusterMessage) => any;
5252
- }
5253
4724
  /**
5254
4725
  * <p>Represents the input of a <code>DescribeCacheClusters</code> operation.</p>
5255
4726
  */
@@ -5287,12 +4758,6 @@ export interface DescribeCacheClustersMessage {
5287
4758
  */
5288
4759
  ShowCacheClustersNotInReplicationGroups?: boolean;
5289
4760
  }
5290
- export declare namespace DescribeCacheClustersMessage {
5291
- /**
5292
- * @internal
5293
- */
5294
- const filterSensitiveLog: (obj: DescribeCacheClustersMessage) => any;
5295
- }
5296
4761
  /**
5297
4762
  * <p>Provides all of the details about a particular cache engine version.</p>
5298
4763
  */
@@ -5329,12 +4794,6 @@ export interface CacheEngineVersion {
5329
4794
  */
5330
4795
  CacheEngineVersionDescription?: string;
5331
4796
  }
5332
- export declare namespace CacheEngineVersion {
5333
- /**
5334
- * @internal
5335
- */
5336
- const filterSensitiveLog: (obj: CacheEngineVersion) => any;
5337
- }
5338
4797
  /**
5339
4798
  * <p>Represents the output of a <a>DescribeCacheEngineVersions</a> operation.</p>
5340
4799
  */
@@ -5349,12 +4808,6 @@ export interface CacheEngineVersionMessage {
5349
4808
  */
5350
4809
  CacheEngineVersions?: CacheEngineVersion[];
5351
4810
  }
5352
- export declare namespace CacheEngineVersionMessage {
5353
- /**
5354
- * @internal
5355
- */
5356
- const filterSensitiveLog: (obj: CacheEngineVersionMessage) => any;
5357
- }
5358
4811
  /**
5359
4812
  * <p>Represents the input of a <code>DescribeCacheEngineVersions</code> operation.</p>
5360
4813
  */
@@ -5419,12 +4872,6 @@ export interface DescribeCacheEngineVersionsMessage {
5419
4872
  */
5420
4873
  DefaultOnly?: boolean;
5421
4874
  }
5422
- export declare namespace DescribeCacheEngineVersionsMessage {
5423
- /**
5424
- * @internal
5425
- */
5426
- const filterSensitiveLog: (obj: DescribeCacheEngineVersionsMessage) => any;
5427
- }
5428
4875
  /**
5429
4876
  * <p>Represents the output of a <code>DescribeCacheParameterGroups</code> operation.</p>
5430
4877
  */
@@ -5439,12 +4886,6 @@ export interface CacheParameterGroupsMessage {
5439
4886
  */
5440
4887
  CacheParameterGroups?: CacheParameterGroup[];
5441
4888
  }
5442
- export declare namespace CacheParameterGroupsMessage {
5443
- /**
5444
- * @internal
5445
- */
5446
- const filterSensitiveLog: (obj: CacheParameterGroupsMessage) => any;
5447
- }
5448
4889
  /**
5449
4890
  * <p>Represents the input of a <code>DescribeCacheParameterGroups</code> operation.</p>
5450
4891
  */
@@ -5469,12 +4910,6 @@ export interface DescribeCacheParameterGroupsMessage {
5469
4910
  */
5470
4911
  Marker?: string;
5471
4912
  }
5472
- export declare namespace DescribeCacheParameterGroupsMessage {
5473
- /**
5474
- * @internal
5475
- */
5476
- const filterSensitiveLog: (obj: DescribeCacheParameterGroupsMessage) => any;
5477
- }
5478
4913
  /**
5479
4914
  * <p>A value that applies only to a certain cache node type.</p>
5480
4915
  */
@@ -5488,12 +4923,6 @@ export interface CacheNodeTypeSpecificValue {
5488
4923
  */
5489
4924
  Value?: string;
5490
4925
  }
5491
- export declare namespace CacheNodeTypeSpecificValue {
5492
- /**
5493
- * @internal
5494
- */
5495
- const filterSensitiveLog: (obj: CacheNodeTypeSpecificValue) => any;
5496
- }
5497
4926
  export declare type ChangeType = "immediate" | "requires-reboot";
5498
4927
  /**
5499
4928
  * <p>A parameter that has a different value for each cache node type it is applied to. For
@@ -5543,12 +4972,6 @@ export interface CacheNodeTypeSpecificParameter {
5543
4972
  */
5544
4973
  ChangeType?: ChangeType | string;
5545
4974
  }
5546
- export declare namespace CacheNodeTypeSpecificParameter {
5547
- /**
5548
- * @internal
5549
- */
5550
- const filterSensitiveLog: (obj: CacheNodeTypeSpecificParameter) => any;
5551
- }
5552
4975
  /**
5553
4976
  * <p>Describes an individual setting that controls some aspect of ElastiCache behavior.</p>
5554
4977
  */
@@ -5594,12 +5017,6 @@ export interface Parameter {
5594
5017
  */
5595
5018
  ChangeType?: ChangeType | string;
5596
5019
  }
5597
- export declare namespace Parameter {
5598
- /**
5599
- * @internal
5600
- */
5601
- const filterSensitiveLog: (obj: Parameter) => any;
5602
- }
5603
5020
  /**
5604
5021
  * <p>Represents the output of a <code>DescribeCacheParameters</code> operation.</p>
5605
5022
  */
@@ -5618,12 +5035,6 @@ export interface CacheParameterGroupDetails {
5618
5035
  */
5619
5036
  CacheNodeTypeSpecificParameters?: CacheNodeTypeSpecificParameter[];
5620
5037
  }
5621
- export declare namespace CacheParameterGroupDetails {
5622
- /**
5623
- * @internal
5624
- */
5625
- const filterSensitiveLog: (obj: CacheParameterGroupDetails) => any;
5626
- }
5627
5038
  /**
5628
5039
  * <p>Represents the input of a <code>DescribeCacheParameters</code> operation.</p>
5629
5040
  */
@@ -5655,12 +5066,6 @@ export interface DescribeCacheParametersMessage {
5655
5066
  */
5656
5067
  Marker?: string;
5657
5068
  }
5658
- export declare namespace DescribeCacheParametersMessage {
5659
- /**
5660
- * @internal
5661
- */
5662
- const filterSensitiveLog: (obj: DescribeCacheParametersMessage) => any;
5663
- }
5664
5069
  /**
5665
5070
  * <p>Represents the output of a <code>DescribeCacheSecurityGroups</code> operation.</p>
5666
5071
  */
@@ -5674,12 +5079,6 @@ export interface CacheSecurityGroupMessage {
5674
5079
  */
5675
5080
  CacheSecurityGroups?: CacheSecurityGroup[];
5676
5081
  }
5677
- export declare namespace CacheSecurityGroupMessage {
5678
- /**
5679
- * @internal
5680
- */
5681
- const filterSensitiveLog: (obj: CacheSecurityGroupMessage) => any;
5682
- }
5683
5082
  /**
5684
5083
  * <p>Represents the input of a <code>DescribeCacheSecurityGroups</code> operation.</p>
5685
5084
  */
@@ -5704,12 +5103,6 @@ export interface DescribeCacheSecurityGroupsMessage {
5704
5103
  */
5705
5104
  Marker?: string;
5706
5105
  }
5707
- export declare namespace DescribeCacheSecurityGroupsMessage {
5708
- /**
5709
- * @internal
5710
- */
5711
- const filterSensitiveLog: (obj: DescribeCacheSecurityGroupsMessage) => any;
5712
- }
5713
5106
  /**
5714
5107
  * <p>Represents the output of a <code>DescribeCacheSubnetGroups</code> operation.</p>
5715
5108
  */
@@ -5723,12 +5116,6 @@ export interface CacheSubnetGroupMessage {
5723
5116
  */
5724
5117
  CacheSubnetGroups?: CacheSubnetGroup[];
5725
5118
  }
5726
- export declare namespace CacheSubnetGroupMessage {
5727
- /**
5728
- * @internal
5729
- */
5730
- const filterSensitiveLog: (obj: CacheSubnetGroupMessage) => any;
5731
- }
5732
5119
  /**
5733
5120
  * <p>Represents the input of a <code>DescribeCacheSubnetGroups</code> operation.</p>
5734
5121
  */
@@ -5754,12 +5141,6 @@ export interface DescribeCacheSubnetGroupsMessage {
5754
5141
  */
5755
5142
  Marker?: string;
5756
5143
  }
5757
- export declare namespace DescribeCacheSubnetGroupsMessage {
5758
- /**
5759
- * @internal
5760
- */
5761
- const filterSensitiveLog: (obj: DescribeCacheSubnetGroupsMessage) => any;
5762
- }
5763
5144
  /**
5764
5145
  * <p>Represents the input of a <code>DescribeEngineDefaultParameters</code> operation.</p>
5765
5146
  */
@@ -5796,12 +5177,6 @@ export interface DescribeEngineDefaultParametersMessage {
5796
5177
  */
5797
5178
  Marker?: string;
5798
5179
  }
5799
- export declare namespace DescribeEngineDefaultParametersMessage {
5800
- /**
5801
- * @internal
5802
- */
5803
- const filterSensitiveLog: (obj: DescribeEngineDefaultParametersMessage) => any;
5804
- }
5805
5180
  /**
5806
5181
  * <p>Represents the output of a <code>DescribeEngineDefaultParameters</code> operation.</p>
5807
5182
  */
@@ -5835,24 +5210,12 @@ export interface EngineDefaults {
5835
5210
  */
5836
5211
  CacheNodeTypeSpecificParameters?: CacheNodeTypeSpecificParameter[];
5837
5212
  }
5838
- export declare namespace EngineDefaults {
5839
- /**
5840
- * @internal
5841
- */
5842
- const filterSensitiveLog: (obj: EngineDefaults) => any;
5843
- }
5844
5213
  export interface DescribeEngineDefaultParametersResult {
5845
5214
  /**
5846
5215
  * <p>Represents the output of a <code>DescribeEngineDefaultParameters</code> operation.</p>
5847
5216
  */
5848
5217
  EngineDefaults?: EngineDefaults;
5849
5218
  }
5850
- export declare namespace DescribeEngineDefaultParametersResult {
5851
- /**
5852
- * @internal
5853
- */
5854
- const filterSensitiveLog: (obj: DescribeEngineDefaultParametersResult) => any;
5855
- }
5856
5219
  export declare type SourceType = "cache-cluster" | "cache-parameter-group" | "cache-security-group" | "cache-subnet-group" | "replication-group" | "user" | "user-group";
5857
5220
  /**
5858
5221
  * <p>Represents the input of a <code>DescribeEvents</code> operation.</p>
@@ -5901,12 +5264,6 @@ export interface DescribeEventsMessage {
5901
5264
  */
5902
5265
  Marker?: string;
5903
5266
  }
5904
- export declare namespace DescribeEventsMessage {
5905
- /**
5906
- * @internal
5907
- */
5908
- const filterSensitiveLog: (obj: DescribeEventsMessage) => any;
5909
- }
5910
5267
  /**
5911
5268
  * <p>Represents a single occurrence of something interesting within the system.
5912
5269
  * Some examples of events are creating a cluster, adding or removing a cache node, or rebooting a node.</p>
@@ -5931,12 +5288,6 @@ export interface Event {
5931
5288
  */
5932
5289
  Date?: Date;
5933
5290
  }
5934
- export declare namespace Event {
5935
- /**
5936
- * @internal
5937
- */
5938
- const filterSensitiveLog: (obj: Event) => any;
5939
- }
5940
5291
  /**
5941
5292
  * <p>Represents the output of a <code>DescribeEvents</code> operation.</p>
5942
5293
  */
@@ -5950,12 +5301,6 @@ export interface EventsMessage {
5950
5301
  */
5951
5302
  Events?: Event[];
5952
5303
  }
5953
- export declare namespace EventsMessage {
5954
- /**
5955
- * @internal
5956
- */
5957
- const filterSensitiveLog: (obj: EventsMessage) => any;
5958
- }
5959
5304
  export interface DescribeGlobalReplicationGroupsMessage {
5960
5305
  /**
5961
5306
  * <p>The name of the Global datastore</p>
@@ -5974,12 +5319,6 @@ export interface DescribeGlobalReplicationGroupsMessage {
5974
5319
  */
5975
5320
  ShowMemberInfo?: boolean;
5976
5321
  }
5977
- export declare namespace DescribeGlobalReplicationGroupsMessage {
5978
- /**
5979
- * @internal
5980
- */
5981
- const filterSensitiveLog: (obj: DescribeGlobalReplicationGroupsMessage) => any;
5982
- }
5983
5322
  export interface DescribeGlobalReplicationGroupsResult {
5984
5323
  /**
5985
5324
  * <p>An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords. ></p>
@@ -5990,12 +5329,6 @@ export interface DescribeGlobalReplicationGroupsResult {
5990
5329
  */
5991
5330
  GlobalReplicationGroups?: GlobalReplicationGroup[];
5992
5331
  }
5993
- export declare namespace DescribeGlobalReplicationGroupsResult {
5994
- /**
5995
- * @internal
5996
- */
5997
- const filterSensitiveLog: (obj: DescribeGlobalReplicationGroupsResult) => any;
5998
- }
5999
5332
  /**
6000
5333
  * <p>Represents the input of a <code>DescribeReplicationGroups</code> operation.</p>
6001
5334
  */
@@ -6021,12 +5354,6 @@ export interface DescribeReplicationGroupsMessage {
6021
5354
  */
6022
5355
  Marker?: string;
6023
5356
  }
6024
- export declare namespace DescribeReplicationGroupsMessage {
6025
- /**
6026
- * @internal
6027
- */
6028
- const filterSensitiveLog: (obj: DescribeReplicationGroupsMessage) => any;
6029
- }
6030
5357
  /**
6031
5358
  * <p>Represents the output of a <code>DescribeReplicationGroups</code> operation.</p>
6032
5359
  */
@@ -6040,12 +5367,6 @@ export interface ReplicationGroupMessage {
6040
5367
  */
6041
5368
  ReplicationGroups?: ReplicationGroup[];
6042
5369
  }
6043
- export declare namespace ReplicationGroupMessage {
6044
- /**
6045
- * @internal
6046
- */
6047
- const filterSensitiveLog: (obj: ReplicationGroupMessage) => any;
6048
- }
6049
5370
  /**
6050
5371
  * <p>Represents the input of a <code>DescribeReservedCacheNodes</code> operation.</p>
6051
5372
  */
@@ -6149,7 +5470,7 @@ export interface DescribeReservedCacheNodesMessage {
6149
5470
  *
6150
5471
  * </li>
6151
5472
  * <li>
6152
- * <p>Previous generation: (not recommended)</p>
5473
+ * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
6153
5474
  * <p>
6154
5475
  * <b>T1 node types:</b>
6155
5476
  * <code>cache.t1.micro</code>
@@ -6179,7 +5500,7 @@ export interface DescribeReservedCacheNodesMessage {
6179
5500
  *
6180
5501
  * <ul>
6181
5502
  * <li>
6182
- * <p>Previous generation: (not recommended)</p>
5503
+ * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
6183
5504
  * <p>
6184
5505
  * <b>C1 node types:</b>
6185
5506
  * <code>cache.c1.xlarge</code>
@@ -6283,7 +5604,7 @@ export interface DescribeReservedCacheNodesMessage {
6283
5604
  *
6284
5605
  * </li>
6285
5606
  * <li>
6286
- * <p>Previous generation: (not recommended)</p>
5607
+ * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
6287
5608
  * <p>
6288
5609
  * <b>M2 node types:</b>
6289
5610
  * <code>cache.m2.xlarge</code>,
@@ -6360,12 +5681,6 @@ export interface DescribeReservedCacheNodesMessage {
6360
5681
  */
6361
5682
  Marker?: string;
6362
5683
  }
6363
- export declare namespace DescribeReservedCacheNodesMessage {
6364
- /**
6365
- * @internal
6366
- */
6367
- const filterSensitiveLog: (obj: DescribeReservedCacheNodesMessage) => any;
6368
- }
6369
5684
  /**
6370
5685
  * <p>Contains the specific price and frequency of a recurring charges for a reserved cache node,
6371
5686
  * or for a reserved cache node offering.</p>
@@ -6380,12 +5695,6 @@ export interface RecurringCharge {
6380
5695
  */
6381
5696
  RecurringChargeFrequency?: string;
6382
5697
  }
6383
- export declare namespace RecurringCharge {
6384
- /**
6385
- * @internal
6386
- */
6387
- const filterSensitiveLog: (obj: RecurringCharge) => any;
6388
- }
6389
5698
  /**
6390
5699
  * <p>Represents the output of a <code>PurchaseReservedCacheNodesOffering</code> operation.</p>
6391
5700
  */
@@ -6482,7 +5791,7 @@ export interface ReservedCacheNode {
6482
5791
  *
6483
5792
  * </li>
6484
5793
  * <li>
6485
- * <p>Previous generation: (not recommended)</p>
5794
+ * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
6486
5795
  * <p>
6487
5796
  * <b>T1 node types:</b>
6488
5797
  * <code>cache.t1.micro</code>
@@ -6512,7 +5821,7 @@ export interface ReservedCacheNode {
6512
5821
  *
6513
5822
  * <ul>
6514
5823
  * <li>
6515
- * <p>Previous generation: (not recommended)</p>
5824
+ * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
6516
5825
  * <p>
6517
5826
  * <b>C1 node types:</b>
6518
5827
  * <code>cache.c1.xlarge</code>
@@ -6616,7 +5925,7 @@ export interface ReservedCacheNode {
6616
5925
  *
6617
5926
  * </li>
6618
5927
  * <li>
6619
- * <p>Previous generation: (not recommended)</p>
5928
+ * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
6620
5929
  * <p>
6621
5930
  * <b>M2 node types:</b>
6622
5931
  * <code>cache.m2.xlarge</code>,
@@ -6701,12 +6010,6 @@ export interface ReservedCacheNode {
6701
6010
  */
6702
6011
  ReservationARN?: string;
6703
6012
  }
6704
- export declare namespace ReservedCacheNode {
6705
- /**
6706
- * @internal
6707
- */
6708
- const filterSensitiveLog: (obj: ReservedCacheNode) => any;
6709
- }
6710
6013
  /**
6711
6014
  * <p>Represents the output of a <code>DescribeReservedCacheNodes</code> operation.</p>
6712
6015
  */
@@ -6720,12 +6023,6 @@ export interface ReservedCacheNodeMessage {
6720
6023
  */
6721
6024
  ReservedCacheNodes?: ReservedCacheNode[];
6722
6025
  }
6723
- export declare namespace ReservedCacheNodeMessage {
6724
- /**
6725
- * @internal
6726
- */
6727
- const filterSensitiveLog: (obj: ReservedCacheNodeMessage) => any;
6728
- }
6729
6026
  /**
6730
6027
  * <p>Represents the input of a <code>DescribeReservedCacheNodesOfferings</code> operation.</p>
6731
6028
  */
@@ -6825,7 +6122,7 @@ export interface DescribeReservedCacheNodesOfferingsMessage {
6825
6122
  *
6826
6123
  * </li>
6827
6124
  * <li>
6828
- * <p>Previous generation: (not recommended)</p>
6125
+ * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
6829
6126
  * <p>
6830
6127
  * <b>T1 node types:</b>
6831
6128
  * <code>cache.t1.micro</code>
@@ -6855,7 +6152,7 @@ export interface DescribeReservedCacheNodesOfferingsMessage {
6855
6152
  *
6856
6153
  * <ul>
6857
6154
  * <li>
6858
- * <p>Previous generation: (not recommended)</p>
6155
+ * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
6859
6156
  * <p>
6860
6157
  * <b>C1 node types:</b>
6861
6158
  * <code>cache.c1.xlarge</code>
@@ -6961,7 +6258,7 @@ export interface DescribeReservedCacheNodesOfferingsMessage {
6961
6258
  *
6962
6259
  * </li>
6963
6260
  * <li>
6964
- * <p>Previous generation: (not recommended)</p>
6261
+ * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
6965
6262
  * <p>
6966
6263
  * <b>M2 node types:</b>
6967
6264
  * <code>cache.m2.xlarge</code>,
@@ -7039,12 +6336,6 @@ export interface DescribeReservedCacheNodesOfferingsMessage {
7039
6336
  */
7040
6337
  Marker?: string;
7041
6338
  }
7042
- export declare namespace DescribeReservedCacheNodesOfferingsMessage {
7043
- /**
7044
- * @internal
7045
- */
7046
- const filterSensitiveLog: (obj: DescribeReservedCacheNodesOfferingsMessage) => any;
7047
- }
7048
6339
  /**
7049
6340
  * <p>Describes all of the attributes of a reserved cache node offering.</p>
7050
6341
  */
@@ -7138,7 +6429,7 @@ export interface ReservedCacheNodesOffering {
7138
6429
  *
7139
6430
  * </li>
7140
6431
  * <li>
7141
- * <p>Previous generation: (not recommended)</p>
6432
+ * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
7142
6433
  * <p>
7143
6434
  * <b>T1 node types:</b>
7144
6435
  * <code>cache.t1.micro</code>
@@ -7168,7 +6459,7 @@ export interface ReservedCacheNodesOffering {
7168
6459
  *
7169
6460
  * <ul>
7170
6461
  * <li>
7171
- * <p>Previous generation: (not recommended)</p>
6462
+ * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
7172
6463
  * <p>
7173
6464
  * <b>C1 node types:</b>
7174
6465
  * <code>cache.c1.xlarge</code>
@@ -7274,7 +6565,7 @@ export interface ReservedCacheNodesOffering {
7274
6565
  *
7275
6566
  * </li>
7276
6567
  * <li>
7277
- * <p>Previous generation: (not recommended)</p>
6568
+ * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
7278
6569
  * <p>
7279
6570
  * <b>M2 node types:</b>
7280
6571
  * <code>cache.m2.xlarge</code>,
@@ -7341,12 +6632,6 @@ export interface ReservedCacheNodesOffering {
7341
6632
  */
7342
6633
  RecurringCharges?: RecurringCharge[];
7343
6634
  }
7344
- export declare namespace ReservedCacheNodesOffering {
7345
- /**
7346
- * @internal
7347
- */
7348
- const filterSensitiveLog: (obj: ReservedCacheNodesOffering) => any;
7349
- }
7350
6635
  /**
7351
6636
  * <p>Represents the output of a <code>DescribeReservedCacheNodesOfferings</code> operation.</p>
7352
6637
  */
@@ -7360,12 +6645,6 @@ export interface ReservedCacheNodesOfferingMessage {
7360
6645
  */
7361
6646
  ReservedCacheNodesOfferings?: ReservedCacheNodesOffering[];
7362
6647
  }
7363
- export declare namespace ReservedCacheNodesOfferingMessage {
7364
- /**
7365
- * @internal
7366
- */
7367
- const filterSensitiveLog: (obj: ReservedCacheNodesOfferingMessage) => any;
7368
- }
7369
6648
  /**
7370
6649
  * <p>The requested cache node offering does not exist.</p>
7371
6650
  */
@@ -7403,12 +6682,6 @@ export interface DescribeServiceUpdatesMessage {
7403
6682
  */
7404
6683
  Marker?: string;
7405
6684
  }
7406
- export declare namespace DescribeServiceUpdatesMessage {
7407
- /**
7408
- * @internal
7409
- */
7410
- const filterSensitiveLog: (obj: DescribeServiceUpdatesMessage) => any;
7411
- }
7412
6685
  export declare enum ServiceUpdateSeverity {
7413
6686
  CRITICAL = "critical",
7414
6687
  IMPORTANT = "important",
@@ -7471,12 +6744,6 @@ export interface ServiceUpdate {
7471
6744
  */
7472
6745
  EstimatedUpdateTime?: string;
7473
6746
  }
7474
- export declare namespace ServiceUpdate {
7475
- /**
7476
- * @internal
7477
- */
7478
- const filterSensitiveLog: (obj: ServiceUpdate) => any;
7479
- }
7480
6747
  export interface ServiceUpdatesMessage {
7481
6748
  /**
7482
6749
  * <p>An optional marker returned from a prior request.
@@ -7490,12 +6757,6 @@ export interface ServiceUpdatesMessage {
7490
6757
  */
7491
6758
  ServiceUpdates?: ServiceUpdate[];
7492
6759
  }
7493
- export declare namespace ServiceUpdatesMessage {
7494
- /**
7495
- * @internal
7496
- */
7497
- const filterSensitiveLog: (obj: ServiceUpdatesMessage) => any;
7498
- }
7499
6760
  /**
7500
6761
  * <p>Represents the output of a <code>DescribeSnapshots</code> operation.</p>
7501
6762
  */
@@ -7512,12 +6773,6 @@ export interface DescribeSnapshotsListMessage {
7512
6773
  */
7513
6774
  Snapshots?: Snapshot[];
7514
6775
  }
7515
- export declare namespace DescribeSnapshotsListMessage {
7516
- /**
7517
- * @internal
7518
- */
7519
- const filterSensitiveLog: (obj: DescribeSnapshotsListMessage) => any;
7520
- }
7521
6776
  /**
7522
6777
  * <p>Represents the input of a <code>DescribeSnapshotsMessage</code> operation.</p>
7523
6778
  */
@@ -7563,12 +6818,6 @@ export interface DescribeSnapshotsMessage {
7563
6818
  */
7564
6819
  ShowNodeGroupConfig?: boolean;
7565
6820
  }
7566
- export declare namespace DescribeSnapshotsMessage {
7567
- /**
7568
- * @internal
7569
- */
7570
- const filterSensitiveLog: (obj: DescribeSnapshotsMessage) => any;
7571
- }
7572
6821
  /**
7573
6822
  * <p>Filters update actions from the service updates that are in available status during the time range.</p>
7574
6823
  */
@@ -7582,12 +6831,6 @@ export interface TimeRangeFilter {
7582
6831
  */
7583
6832
  EndTime?: Date;
7584
6833
  }
7585
- export declare namespace TimeRangeFilter {
7586
- /**
7587
- * @internal
7588
- */
7589
- const filterSensitiveLog: (obj: TimeRangeFilter) => any;
7590
- }
7591
6834
  export interface DescribeUpdateActionsMessage {
7592
6835
  /**
7593
6836
  * <p>The unique ID of the service update</p>
@@ -7633,12 +6876,6 @@ export interface DescribeUpdateActionsMessage {
7633
6876
  */
7634
6877
  Marker?: string;
7635
6878
  }
7636
- export declare namespace DescribeUpdateActionsMessage {
7637
- /**
7638
- * @internal
7639
- */
7640
- const filterSensitiveLog: (obj: DescribeUpdateActionsMessage) => any;
7641
- }
7642
6879
  export declare enum NodeUpdateInitiatedBy {
7643
6880
  CUSTOMER = "customer",
7644
6881
  SYSTEM = "system"
@@ -7688,12 +6925,6 @@ export interface CacheNodeUpdateStatus {
7688
6925
  */
7689
6926
  NodeUpdateStatusModifiedDate?: Date;
7690
6927
  }
7691
- export declare namespace CacheNodeUpdateStatus {
7692
- /**
7693
- * @internal
7694
- */
7695
- const filterSensitiveLog: (obj: CacheNodeUpdateStatus) => any;
7696
- }
7697
6928
  /**
7698
6929
  * <p>The status of the service update on the node group member </p>
7699
6930
  */
@@ -7735,12 +6966,6 @@ export interface NodeGroupMemberUpdateStatus {
7735
6966
  */
7736
6967
  NodeUpdateStatusModifiedDate?: Date;
7737
6968
  }
7738
- export declare namespace NodeGroupMemberUpdateStatus {
7739
- /**
7740
- * @internal
7741
- */
7742
- const filterSensitiveLog: (obj: NodeGroupMemberUpdateStatus) => any;
7743
- }
7744
6969
  /**
7745
6970
  * <p>The status of the service update on the node group </p>
7746
6971
  */
@@ -7754,12 +6979,6 @@ export interface NodeGroupUpdateStatus {
7754
6979
  */
7755
6980
  NodeGroupMemberUpdateStatus?: NodeGroupMemberUpdateStatus[];
7756
6981
  }
7757
- export declare namespace NodeGroupUpdateStatus {
7758
- /**
7759
- * @internal
7760
- */
7761
- const filterSensitiveLog: (obj: NodeGroupUpdateStatus) => any;
7762
- }
7763
6982
  export declare enum SlaMet {
7764
6983
  NA = "n/a",
7765
6984
  NO = "no",
@@ -7839,12 +7058,6 @@ export interface UpdateAction {
7839
7058
  */
7840
7059
  Engine?: string;
7841
7060
  }
7842
- export declare namespace UpdateAction {
7843
- /**
7844
- * @internal
7845
- */
7846
- const filterSensitiveLog: (obj: UpdateAction) => any;
7847
- }
7848
7061
  export interface UpdateActionsMessage {
7849
7062
  /**
7850
7063
  * <p>An optional marker returned from a prior request.
@@ -7858,12 +7071,6 @@ export interface UpdateActionsMessage {
7858
7071
  */
7859
7072
  UpdateActions?: UpdateAction[];
7860
7073
  }
7861
- export declare namespace UpdateActionsMessage {
7862
- /**
7863
- * @internal
7864
- */
7865
- const filterSensitiveLog: (obj: UpdateActionsMessage) => any;
7866
- }
7867
7074
  export interface DescribeUserGroupsMessage {
7868
7075
  /**
7869
7076
  * <p>The ID of the user group.</p>
@@ -7878,12 +7085,6 @@ export interface DescribeUserGroupsMessage {
7878
7085
  */
7879
7086
  Marker?: string;
7880
7087
  }
7881
- export declare namespace DescribeUserGroupsMessage {
7882
- /**
7883
- * @internal
7884
- */
7885
- const filterSensitiveLog: (obj: DescribeUserGroupsMessage) => any;
7886
- }
7887
7088
  export interface DescribeUserGroupsResult {
7888
7089
  /**
7889
7090
  * <p>Returns a list of user groups.</p>
@@ -7894,12 +7095,6 @@ export interface DescribeUserGroupsResult {
7894
7095
  */
7895
7096
  Marker?: string;
7896
7097
  }
7897
- export declare namespace DescribeUserGroupsResult {
7898
- /**
7899
- * @internal
7900
- */
7901
- const filterSensitiveLog: (obj: DescribeUserGroupsResult) => any;
7902
- }
7903
7098
  /**
7904
7099
  * <p>Used to streamline results of a search based on the property being filtered.</p>
7905
7100
  */
@@ -7913,12 +7108,6 @@ export interface Filter {
7913
7108
  */
7914
7109
  Values: string[] | undefined;
7915
7110
  }
7916
- export declare namespace Filter {
7917
- /**
7918
- * @internal
7919
- */
7920
- const filterSensitiveLog: (obj: Filter) => any;
7921
- }
7922
7111
  export interface DescribeUsersMessage {
7923
7112
  /**
7924
7113
  * <p>The Redis engine. </p>
@@ -7941,12 +7130,6 @@ export interface DescribeUsersMessage {
7941
7130
  */
7942
7131
  Marker?: string;
7943
7132
  }
7944
- export declare namespace DescribeUsersMessage {
7945
- /**
7946
- * @internal
7947
- */
7948
- const filterSensitiveLog: (obj: DescribeUsersMessage) => any;
7949
- }
7950
7133
  export interface DescribeUsersResult {
7951
7134
  /**
7952
7135
  * <p>A list of users.</p>
@@ -7957,12 +7140,6 @@ export interface DescribeUsersResult {
7957
7140
  */
7958
7141
  Marker?: string;
7959
7142
  }
7960
- export declare namespace DescribeUsersResult {
7961
- /**
7962
- * @internal
7963
- */
7964
- const filterSensitiveLog: (obj: DescribeUsersResult) => any;
7965
- }
7966
7143
  export interface DisassociateGlobalReplicationGroupMessage {
7967
7144
  /**
7968
7145
  * <p>The name of the Global datastore</p>
@@ -7977,12 +7154,6 @@ export interface DisassociateGlobalReplicationGroupMessage {
7977
7154
  */
7978
7155
  ReplicationGroupRegion: string | undefined;
7979
7156
  }
7980
- export declare namespace DisassociateGlobalReplicationGroupMessage {
7981
- /**
7982
- * @internal
7983
- */
7984
- const filterSensitiveLog: (obj: DisassociateGlobalReplicationGroupMessage) => any;
7985
- }
7986
7157
  export interface DisassociateGlobalReplicationGroupResult {
7987
7158
  /**
7988
7159
  * <p>Consists of a primary cluster that accepts writes and an associated secondary cluster that resides in a different Amazon region. The secondary cluster accepts only reads. The primary
@@ -7998,12 +7169,6 @@ export interface DisassociateGlobalReplicationGroupResult {
7998
7169
  */
7999
7170
  GlobalReplicationGroup?: GlobalReplicationGroup;
8000
7171
  }
8001
- export declare namespace DisassociateGlobalReplicationGroupResult {
8002
- /**
8003
- * @internal
8004
- */
8005
- const filterSensitiveLog: (obj: DisassociateGlobalReplicationGroupResult) => any;
8006
- }
8007
7172
  export interface FailoverGlobalReplicationGroupMessage {
8008
7173
  /**
8009
7174
  * <p>The name of the Global datastore</p>
@@ -8018,12 +7183,6 @@ export interface FailoverGlobalReplicationGroupMessage {
8018
7183
  */
8019
7184
  PrimaryReplicationGroupId: string | undefined;
8020
7185
  }
8021
- export declare namespace FailoverGlobalReplicationGroupMessage {
8022
- /**
8023
- * @internal
8024
- */
8025
- const filterSensitiveLog: (obj: FailoverGlobalReplicationGroupMessage) => any;
8026
- }
8027
7186
  export interface FailoverGlobalReplicationGroupResult {
8028
7187
  /**
8029
7188
  * <p>Consists of a primary cluster that accepts writes and an associated secondary cluster that resides in a different Amazon region. The secondary cluster accepts only reads. The primary
@@ -8039,12 +7198,6 @@ export interface FailoverGlobalReplicationGroupResult {
8039
7198
  */
8040
7199
  GlobalReplicationGroup?: GlobalReplicationGroup;
8041
7200
  }
8042
- export declare namespace FailoverGlobalReplicationGroupResult {
8043
- /**
8044
- * @internal
8045
- */
8046
- const filterSensitiveLog: (obj: FailoverGlobalReplicationGroupResult) => any;
8047
- }
8048
7201
  /**
8049
7202
  * <p>A list of <code>PreferredAvailabilityZones</code> objects that specifies
8050
7203
  * the configuration of a node group in the resharded cluster.</p>
@@ -8060,12 +7213,6 @@ export interface ReshardingConfiguration {
8060
7213
  */
8061
7214
  PreferredAvailabilityZones?: string[];
8062
7215
  }
8063
- export declare namespace ReshardingConfiguration {
8064
- /**
8065
- * @internal
8066
- */
8067
- const filterSensitiveLog: (obj: ReshardingConfiguration) => any;
8068
- }
8069
7216
  /**
8070
7217
  * <p>A list of the replication groups </p>
8071
7218
  */
@@ -8083,12 +7230,6 @@ export interface RegionalConfiguration {
8083
7230
  */
8084
7231
  ReshardingConfiguration: ReshardingConfiguration[] | undefined;
8085
7232
  }
8086
- export declare namespace RegionalConfiguration {
8087
- /**
8088
- * @internal
8089
- */
8090
- const filterSensitiveLog: (obj: RegionalConfiguration) => any;
8091
- }
8092
7233
  export interface IncreaseNodeGroupsInGlobalReplicationGroupMessage {
8093
7234
  /**
8094
7235
  * <p>The name of the Global datastore</p>
@@ -8107,12 +7248,6 @@ export interface IncreaseNodeGroupsInGlobalReplicationGroupMessage {
8107
7248
  */
8108
7249
  ApplyImmediately: boolean | undefined;
8109
7250
  }
8110
- export declare namespace IncreaseNodeGroupsInGlobalReplicationGroupMessage {
8111
- /**
8112
- * @internal
8113
- */
8114
- const filterSensitiveLog: (obj: IncreaseNodeGroupsInGlobalReplicationGroupMessage) => any;
8115
- }
8116
7251
  export interface IncreaseNodeGroupsInGlobalReplicationGroupResult {
8117
7252
  /**
8118
7253
  * <p>Consists of a primary cluster that accepts writes and an associated secondary cluster that resides in a different Amazon region. The secondary cluster accepts only reads. The primary
@@ -8128,12 +7263,6 @@ export interface IncreaseNodeGroupsInGlobalReplicationGroupResult {
8128
7263
  */
8129
7264
  GlobalReplicationGroup?: GlobalReplicationGroup;
8130
7265
  }
8131
- export declare namespace IncreaseNodeGroupsInGlobalReplicationGroupResult {
8132
- /**
8133
- * @internal
8134
- */
8135
- const filterSensitiveLog: (obj: IncreaseNodeGroupsInGlobalReplicationGroupResult) => any;
8136
- }
8137
7266
  export interface IncreaseReplicaCountMessage {
8138
7267
  /**
8139
7268
  * <p>The id of the replication group to which you want to add replica nodes.</p>
@@ -8159,24 +7288,12 @@ export interface IncreaseReplicaCountMessage {
8159
7288
  */
8160
7289
  ApplyImmediately: boolean | undefined;
8161
7290
  }
8162
- export declare namespace IncreaseReplicaCountMessage {
8163
- /**
8164
- * @internal
8165
- */
8166
- const filterSensitiveLog: (obj: IncreaseReplicaCountMessage) => any;
8167
- }
8168
7291
  export interface IncreaseReplicaCountResult {
8169
7292
  /**
8170
7293
  * <p>Contains all of the attributes of a specific Redis replication group.</p>
8171
7294
  */
8172
7295
  ReplicationGroup?: ReplicationGroup;
8173
7296
  }
8174
- export declare namespace IncreaseReplicaCountResult {
8175
- /**
8176
- * @internal
8177
- */
8178
- const filterSensitiveLog: (obj: IncreaseReplicaCountResult) => any;
8179
- }
8180
7297
  /**
8181
7298
  * <p>The KMS key supplied is not valid.</p>
8182
7299
  */
@@ -8214,12 +7331,6 @@ export interface ListAllowedNodeTypeModificationsMessage {
8214
7331
  */
8215
7332
  ReplicationGroupId?: string;
8216
7333
  }
8217
- export declare namespace ListAllowedNodeTypeModificationsMessage {
8218
- /**
8219
- * @internal
8220
- */
8221
- const filterSensitiveLog: (obj: ListAllowedNodeTypeModificationsMessage) => any;
8222
- }
8223
7334
  /**
8224
7335
  * <p>The input parameters for the <code>ListTagsForResource</code> operation.</p>
8225
7336
  */
@@ -8232,12 +7343,6 @@ export interface ListTagsForResourceMessage {
8232
7343
  */
8233
7344
  ResourceName: string | undefined;
8234
7345
  }
8235
- export declare namespace ListTagsForResourceMessage {
8236
- /**
8237
- * @internal
8238
- */
8239
- const filterSensitiveLog: (obj: ListTagsForResourceMessage) => any;
8240
- }
8241
7346
  export declare type AuthTokenUpdateStrategyType = "DELETE" | "ROTATE" | "SET";
8242
7347
  /**
8243
7348
  * <p>Represents the input of a <code>ModifyCacheCluster</code> operation.</p>
@@ -8577,24 +7682,12 @@ export interface ModifyCacheClusterMessage {
8577
7682
  */
8578
7683
  LogDeliveryConfigurations?: LogDeliveryConfigurationRequest[];
8579
7684
  }
8580
- export declare namespace ModifyCacheClusterMessage {
8581
- /**
8582
- * @internal
8583
- */
8584
- const filterSensitiveLog: (obj: ModifyCacheClusterMessage) => any;
8585
- }
8586
7685
  export interface ModifyCacheClusterResult {
8587
7686
  /**
8588
7687
  * <p>Contains all of the attributes of a specific cluster.</p>
8589
7688
  */
8590
7689
  CacheCluster?: CacheCluster;
8591
7690
  }
8592
- export declare namespace ModifyCacheClusterResult {
8593
- /**
8594
- * @internal
8595
- */
8596
- const filterSensitiveLog: (obj: ModifyCacheClusterResult) => any;
8597
- }
8598
7691
  /**
8599
7692
  * <p>Represents the output of one of the following operations:</p>
8600
7693
  * <ul>
@@ -8616,12 +7709,6 @@ export interface CacheParameterGroupNameMessage {
8616
7709
  */
8617
7710
  CacheParameterGroupName?: string;
8618
7711
  }
8619
- export declare namespace CacheParameterGroupNameMessage {
8620
- /**
8621
- * @internal
8622
- */
8623
- const filterSensitiveLog: (obj: CacheParameterGroupNameMessage) => any;
8624
- }
8625
7712
  /**
8626
7713
  * <p>Describes a name-value pair that is used to update the value of a parameter.</p>
8627
7714
  */
@@ -8635,12 +7722,6 @@ export interface ParameterNameValue {
8635
7722
  */
8636
7723
  ParameterValue?: string;
8637
7724
  }
8638
- export declare namespace ParameterNameValue {
8639
- /**
8640
- * @internal
8641
- */
8642
- const filterSensitiveLog: (obj: ParameterNameValue) => any;
8643
- }
8644
7725
  /**
8645
7726
  * <p>Represents the input of a <code>ModifyCacheParameterGroup</code> operation.</p>
8646
7727
  */
@@ -8654,12 +7735,6 @@ export interface ModifyCacheParameterGroupMessage {
8654
7735
  */
8655
7736
  ParameterNameValues: ParameterNameValue[] | undefined;
8656
7737
  }
8657
- export declare namespace ModifyCacheParameterGroupMessage {
8658
- /**
8659
- * @internal
8660
- */
8661
- const filterSensitiveLog: (obj: ModifyCacheParameterGroupMessage) => any;
8662
- }
8663
7738
  /**
8664
7739
  * <p>Represents the input of a <code>ModifyCacheSubnetGroup</code> operation.</p>
8665
7740
  */
@@ -8680,12 +7755,6 @@ export interface ModifyCacheSubnetGroupMessage {
8680
7755
  */
8681
7756
  SubnetIds?: string[];
8682
7757
  }
8683
- export declare namespace ModifyCacheSubnetGroupMessage {
8684
- /**
8685
- * @internal
8686
- */
8687
- const filterSensitiveLog: (obj: ModifyCacheSubnetGroupMessage) => any;
8688
- }
8689
7758
  export interface ModifyCacheSubnetGroupResult {
8690
7759
  /**
8691
7760
  * <p>Represents the output of one of the following operations:</p>
@@ -8704,12 +7773,6 @@ export interface ModifyCacheSubnetGroupResult {
8704
7773
  */
8705
7774
  CacheSubnetGroup?: CacheSubnetGroup;
8706
7775
  }
8707
- export declare namespace ModifyCacheSubnetGroupResult {
8708
- /**
8709
- * @internal
8710
- */
8711
- const filterSensitiveLog: (obj: ModifyCacheSubnetGroupResult) => any;
8712
- }
8713
7776
  /**
8714
7777
  * <p>The requested subnet is being used by another cache subnet group.</p>
8715
7778
  */
@@ -8753,12 +7816,6 @@ export interface ModifyGlobalReplicationGroupMessage {
8753
7816
  */
8754
7817
  AutomaticFailoverEnabled?: boolean;
8755
7818
  }
8756
- export declare namespace ModifyGlobalReplicationGroupMessage {
8757
- /**
8758
- * @internal
8759
- */
8760
- const filterSensitiveLog: (obj: ModifyGlobalReplicationGroupMessage) => any;
8761
- }
8762
7819
  export interface ModifyGlobalReplicationGroupResult {
8763
7820
  /**
8764
7821
  * <p>Consists of a primary cluster that accepts writes and an associated secondary cluster that resides in a different Amazon region. The secondary cluster accepts only reads. The primary
@@ -8774,12 +7831,6 @@ export interface ModifyGlobalReplicationGroupResult {
8774
7831
  */
8775
7832
  GlobalReplicationGroup?: GlobalReplicationGroup;
8776
7833
  }
8777
- export declare namespace ModifyGlobalReplicationGroupResult {
8778
- /**
8779
- * @internal
8780
- */
8781
- const filterSensitiveLog: (obj: ModifyGlobalReplicationGroupResult) => any;
8782
- }
8783
7834
  /**
8784
7835
  * <p>Represents the input of a <code>ModifyReplicationGroups</code> operation.</p>
8785
7836
  */
@@ -8998,24 +8049,12 @@ export interface ModifyReplicationGroupMessage {
8998
8049
  */
8999
8050
  LogDeliveryConfigurations?: LogDeliveryConfigurationRequest[];
9000
8051
  }
9001
- export declare namespace ModifyReplicationGroupMessage {
9002
- /**
9003
- * @internal
9004
- */
9005
- const filterSensitiveLog: (obj: ModifyReplicationGroupMessage) => any;
9006
- }
9007
8052
  export interface ModifyReplicationGroupResult {
9008
8053
  /**
9009
8054
  * <p>Contains all of the attributes of a specific Redis replication group.</p>
9010
8055
  */
9011
8056
  ReplicationGroup?: ReplicationGroup;
9012
8057
  }
9013
- export declare namespace ModifyReplicationGroupResult {
9014
- /**
9015
- * @internal
9016
- */
9017
- const filterSensitiveLog: (obj: ModifyReplicationGroupResult) => any;
9018
- }
9019
8058
  /**
9020
8059
  * <p>Represents the input for a <code>ModifyReplicationGroupShardConfiguration</code> operation.</p>
9021
8060
  */
@@ -9067,24 +8106,12 @@ export interface ModifyReplicationGroupShardConfigurationMessage {
9067
8106
  */
9068
8107
  NodeGroupsToRetain?: string[];
9069
8108
  }
9070
- export declare namespace ModifyReplicationGroupShardConfigurationMessage {
9071
- /**
9072
- * @internal
9073
- */
9074
- const filterSensitiveLog: (obj: ModifyReplicationGroupShardConfigurationMessage) => any;
9075
- }
9076
8109
  export interface ModifyReplicationGroupShardConfigurationResult {
9077
8110
  /**
9078
8111
  * <p>Contains all of the attributes of a specific Redis replication group.</p>
9079
8112
  */
9080
8113
  ReplicationGroup?: ReplicationGroup;
9081
8114
  }
9082
- export declare namespace ModifyReplicationGroupShardConfigurationResult {
9083
- /**
9084
- * @internal
9085
- */
9086
- const filterSensitiveLog: (obj: ModifyReplicationGroupShardConfigurationResult) => any;
9087
- }
9088
8115
  export interface ModifyUserMessage {
9089
8116
  /**
9090
8117
  * <p>The ID of the user.</p>
@@ -9107,12 +8134,6 @@ export interface ModifyUserMessage {
9107
8134
  */
9108
8135
  NoPasswordRequired?: boolean;
9109
8136
  }
9110
- export declare namespace ModifyUserMessage {
9111
- /**
9112
- * @internal
9113
- */
9114
- const filterSensitiveLog: (obj: ModifyUserMessage) => any;
9115
- }
9116
8137
  export interface ModifyUserGroupMessage {
9117
8138
  /**
9118
8139
  * <p>The ID of the user group.</p>
@@ -9127,12 +8148,6 @@ export interface ModifyUserGroupMessage {
9127
8148
  */
9128
8149
  UserIdsToRemove?: string[];
9129
8150
  }
9130
- export declare namespace ModifyUserGroupMessage {
9131
- /**
9132
- * @internal
9133
- */
9134
- const filterSensitiveLog: (obj: ModifyUserGroupMessage) => any;
9135
- }
9136
8151
  /**
9137
8152
  * <p>Represents the input of a <code>PurchaseReservedCacheNodesOffering</code> operation.</p>
9138
8153
  */
@@ -9164,24 +8179,12 @@ export interface PurchaseReservedCacheNodesOfferingMessage {
9164
8179
  */
9165
8180
  Tags?: Tag[];
9166
8181
  }
9167
- export declare namespace PurchaseReservedCacheNodesOfferingMessage {
9168
- /**
9169
- * @internal
9170
- */
9171
- const filterSensitiveLog: (obj: PurchaseReservedCacheNodesOfferingMessage) => any;
9172
- }
9173
8182
  export interface PurchaseReservedCacheNodesOfferingResult {
9174
8183
  /**
9175
8184
  * <p>Represents the output of a <code>PurchaseReservedCacheNodesOffering</code> operation.</p>
9176
8185
  */
9177
8186
  ReservedCacheNode?: ReservedCacheNode;
9178
8187
  }
9179
- export declare namespace PurchaseReservedCacheNodesOfferingResult {
9180
- /**
9181
- * @internal
9182
- */
9183
- const filterSensitiveLog: (obj: PurchaseReservedCacheNodesOfferingResult) => any;
9184
- }
9185
8188
  /**
9186
8189
  * <p>You already have a reservation with the given identifier.</p>
9187
8190
  */
@@ -9214,12 +8217,6 @@ export interface RebalanceSlotsInGlobalReplicationGroupMessage {
9214
8217
  */
9215
8218
  ApplyImmediately: boolean | undefined;
9216
8219
  }
9217
- export declare namespace RebalanceSlotsInGlobalReplicationGroupMessage {
9218
- /**
9219
- * @internal
9220
- */
9221
- const filterSensitiveLog: (obj: RebalanceSlotsInGlobalReplicationGroupMessage) => any;
9222
- }
9223
8220
  export interface RebalanceSlotsInGlobalReplicationGroupResult {
9224
8221
  /**
9225
8222
  * <p>Consists of a primary cluster that accepts writes and an associated secondary cluster that resides in a different Amazon region. The secondary cluster accepts only reads. The primary
@@ -9235,12 +8232,6 @@ export interface RebalanceSlotsInGlobalReplicationGroupResult {
9235
8232
  */
9236
8233
  GlobalReplicationGroup?: GlobalReplicationGroup;
9237
8234
  }
9238
- export declare namespace RebalanceSlotsInGlobalReplicationGroupResult {
9239
- /**
9240
- * @internal
9241
- */
9242
- const filterSensitiveLog: (obj: RebalanceSlotsInGlobalReplicationGroupResult) => any;
9243
- }
9244
8235
  /**
9245
8236
  * <p>Represents the input of a <code>RebootCacheCluster</code> operation.</p>
9246
8237
  */
@@ -9254,24 +8245,12 @@ export interface RebootCacheClusterMessage {
9254
8245
  */
9255
8246
  CacheNodeIdsToReboot: string[] | undefined;
9256
8247
  }
9257
- export declare namespace RebootCacheClusterMessage {
9258
- /**
9259
- * @internal
9260
- */
9261
- const filterSensitiveLog: (obj: RebootCacheClusterMessage) => any;
9262
- }
9263
8248
  export interface RebootCacheClusterResult {
9264
8249
  /**
9265
8250
  * <p>Contains all of the attributes of a specific cluster.</p>
9266
8251
  */
9267
8252
  CacheCluster?: CacheCluster;
9268
8253
  }
9269
- export declare namespace RebootCacheClusterResult {
9270
- /**
9271
- * @internal
9272
- */
9273
- const filterSensitiveLog: (obj: RebootCacheClusterResult) => any;
9274
- }
9275
8254
  /**
9276
8255
  * <p>Represents the input of a <code>RemoveTagsFromResource</code> operation.</p>
9277
8256
  */
@@ -9288,12 +8267,6 @@ export interface RemoveTagsFromResourceMessage {
9288
8267
  */
9289
8268
  TagKeys: string[] | undefined;
9290
8269
  }
9291
- export declare namespace RemoveTagsFromResourceMessage {
9292
- /**
9293
- * @internal
9294
- */
9295
- const filterSensitiveLog: (obj: RemoveTagsFromResourceMessage) => any;
9296
- }
9297
8270
  /**
9298
8271
  * <p>The requested tag was not found on this resource.</p>
9299
8272
  */
@@ -9331,12 +8304,6 @@ export interface ResetCacheParameterGroupMessage {
9331
8304
  */
9332
8305
  ParameterNameValues?: ParameterNameValue[];
9333
8306
  }
9334
- export declare namespace ResetCacheParameterGroupMessage {
9335
- /**
9336
- * @internal
9337
- */
9338
- const filterSensitiveLog: (obj: ResetCacheParameterGroupMessage) => any;
9339
- }
9340
8307
  /**
9341
8308
  * <p>The specified Amazon EC2 security group is not authorized for the specified cache security group.</p>
9342
8309
  */
@@ -9367,12 +8334,6 @@ export interface RevokeCacheSecurityGroupIngressMessage {
9367
8334
  */
9368
8335
  EC2SecurityGroupOwnerId: string | undefined;
9369
8336
  }
9370
- export declare namespace RevokeCacheSecurityGroupIngressMessage {
9371
- /**
9372
- * @internal
9373
- */
9374
- const filterSensitiveLog: (obj: RevokeCacheSecurityGroupIngressMessage) => any;
9375
- }
9376
8337
  export interface RevokeCacheSecurityGroupIngressResult {
9377
8338
  /**
9378
8339
  * <p>Represents the output of one of the following operations:</p>
@@ -9396,12 +8357,6 @@ export interface RevokeCacheSecurityGroupIngressResult {
9396
8357
  */
9397
8358
  CacheSecurityGroup?: CacheSecurityGroup;
9398
8359
  }
9399
- export declare namespace RevokeCacheSecurityGroupIngressResult {
9400
- /**
9401
- * @internal
9402
- */
9403
- const filterSensitiveLog: (obj: RevokeCacheSecurityGroupIngressResult) => any;
9404
- }
9405
8360
  /**
9406
8361
  * <p>The targeted replication group is not available. </p>
9407
8362
  */
@@ -9426,12 +8381,6 @@ export interface CustomerNodeEndpoint {
9426
8381
  */
9427
8382
  Port?: number;
9428
8383
  }
9429
- export declare namespace CustomerNodeEndpoint {
9430
- /**
9431
- * @internal
9432
- */
9433
- const filterSensitiveLog: (obj: CustomerNodeEndpoint) => any;
9434
- }
9435
8384
  export interface StartMigrationMessage {
9436
8385
  /**
9437
8386
  * <p>The ID of the replication group to which data should be migrated.</p>
@@ -9442,24 +8391,12 @@ export interface StartMigrationMessage {
9442
8391
  */
9443
8392
  CustomerNodeEndpointList: CustomerNodeEndpoint[] | undefined;
9444
8393
  }
9445
- export declare namespace StartMigrationMessage {
9446
- /**
9447
- * @internal
9448
- */
9449
- const filterSensitiveLog: (obj: StartMigrationMessage) => any;
9450
- }
9451
8394
  export interface StartMigrationResponse {
9452
8395
  /**
9453
8396
  * <p>Contains all of the attributes of a specific Redis replication group.</p>
9454
8397
  */
9455
8398
  ReplicationGroup?: ReplicationGroup;
9456
8399
  }
9457
- export declare namespace StartMigrationResponse {
9458
- /**
9459
- * @internal
9460
- */
9461
- const filterSensitiveLog: (obj: StartMigrationResponse) => any;
9462
- }
9463
8400
  /**
9464
8401
  * <p>The customer has exceeded the allowed rate of API calls.</p>
9465
8402
  */
@@ -9496,12 +8433,6 @@ export interface TestFailoverMessage {
9496
8433
  */
9497
8434
  NodeGroupId: string | undefined;
9498
8435
  }
9499
- export declare namespace TestFailoverMessage {
9500
- /**
9501
- * @internal
9502
- */
9503
- const filterSensitiveLog: (obj: TestFailoverMessage) => any;
9504
- }
9505
8436
  /**
9506
8437
  * <p>The <code>TestFailover</code> action is not available.</p>
9507
8438
  */
@@ -9519,9 +8450,723 @@ export interface TestFailoverResult {
9519
8450
  */
9520
8451
  ReplicationGroup?: ReplicationGroup;
9521
8452
  }
9522
- export declare namespace TestFailoverResult {
9523
- /**
9524
- * @internal
9525
- */
9526
- const filterSensitiveLog: (obj: TestFailoverResult) => any;
9527
- }
8453
+ /**
8454
+ * @internal
8455
+ */
8456
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
8457
+ /**
8458
+ * @internal
8459
+ */
8460
+ export declare const AddTagsToResourceMessageFilterSensitiveLog: (obj: AddTagsToResourceMessage) => any;
8461
+ /**
8462
+ * @internal
8463
+ */
8464
+ export declare const TagListMessageFilterSensitiveLog: (obj: TagListMessage) => any;
8465
+ /**
8466
+ * @internal
8467
+ */
8468
+ export declare const AllowedNodeTypeModificationsMessageFilterSensitiveLog: (obj: AllowedNodeTypeModificationsMessage) => any;
8469
+ /**
8470
+ * @internal
8471
+ */
8472
+ export declare const AuthorizeCacheSecurityGroupIngressMessageFilterSensitiveLog: (obj: AuthorizeCacheSecurityGroupIngressMessage) => any;
8473
+ /**
8474
+ * @internal
8475
+ */
8476
+ export declare const EC2SecurityGroupFilterSensitiveLog: (obj: EC2SecurityGroup) => any;
8477
+ /**
8478
+ * @internal
8479
+ */
8480
+ export declare const CacheSecurityGroupFilterSensitiveLog: (obj: CacheSecurityGroup) => any;
8481
+ /**
8482
+ * @internal
8483
+ */
8484
+ export declare const AuthorizeCacheSecurityGroupIngressResultFilterSensitiveLog: (obj: AuthorizeCacheSecurityGroupIngressResult) => any;
8485
+ /**
8486
+ * @internal
8487
+ */
8488
+ export declare const BatchApplyUpdateActionMessageFilterSensitiveLog: (obj: BatchApplyUpdateActionMessage) => any;
8489
+ /**
8490
+ * @internal
8491
+ */
8492
+ export declare const ProcessedUpdateActionFilterSensitiveLog: (obj: ProcessedUpdateAction) => any;
8493
+ /**
8494
+ * @internal
8495
+ */
8496
+ export declare const UnprocessedUpdateActionFilterSensitiveLog: (obj: UnprocessedUpdateAction) => any;
8497
+ /**
8498
+ * @internal
8499
+ */
8500
+ export declare const UpdateActionResultsMessageFilterSensitiveLog: (obj: UpdateActionResultsMessage) => any;
8501
+ /**
8502
+ * @internal
8503
+ */
8504
+ export declare const BatchStopUpdateActionMessageFilterSensitiveLog: (obj: BatchStopUpdateActionMessage) => any;
8505
+ /**
8506
+ * @internal
8507
+ */
8508
+ export declare const CompleteMigrationMessageFilterSensitiveLog: (obj: CompleteMigrationMessage) => any;
8509
+ /**
8510
+ * @internal
8511
+ */
8512
+ export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
8513
+ /**
8514
+ * @internal
8515
+ */
8516
+ export declare const GlobalReplicationGroupInfoFilterSensitiveLog: (obj: GlobalReplicationGroupInfo) => any;
8517
+ /**
8518
+ * @internal
8519
+ */
8520
+ export declare const CloudWatchLogsDestinationDetailsFilterSensitiveLog: (obj: CloudWatchLogsDestinationDetails) => any;
8521
+ /**
8522
+ * @internal
8523
+ */
8524
+ export declare const KinesisFirehoseDestinationDetailsFilterSensitiveLog: (obj: KinesisFirehoseDestinationDetails) => any;
8525
+ /**
8526
+ * @internal
8527
+ */
8528
+ export declare const DestinationDetailsFilterSensitiveLog: (obj: DestinationDetails) => any;
8529
+ /**
8530
+ * @internal
8531
+ */
8532
+ export declare const LogDeliveryConfigurationFilterSensitiveLog: (obj: LogDeliveryConfiguration) => any;
8533
+ /**
8534
+ * @internal
8535
+ */
8536
+ export declare const NodeGroupMemberFilterSensitiveLog: (obj: NodeGroupMember) => any;
8537
+ /**
8538
+ * @internal
8539
+ */
8540
+ export declare const NodeGroupFilterSensitiveLog: (obj: NodeGroup) => any;
8541
+ /**
8542
+ * @internal
8543
+ */
8544
+ export declare const PendingLogDeliveryConfigurationFilterSensitiveLog: (obj: PendingLogDeliveryConfiguration) => any;
8545
+ /**
8546
+ * @internal
8547
+ */
8548
+ export declare const SlotMigrationFilterSensitiveLog: (obj: SlotMigration) => any;
8549
+ /**
8550
+ * @internal
8551
+ */
8552
+ export declare const ReshardingStatusFilterSensitiveLog: (obj: ReshardingStatus) => any;
8553
+ /**
8554
+ * @internal
8555
+ */
8556
+ export declare const UserGroupsUpdateStatusFilterSensitiveLog: (obj: UserGroupsUpdateStatus) => any;
8557
+ /**
8558
+ * @internal
8559
+ */
8560
+ export declare const ReplicationGroupPendingModifiedValuesFilterSensitiveLog: (obj: ReplicationGroupPendingModifiedValues) => any;
8561
+ /**
8562
+ * @internal
8563
+ */
8564
+ export declare const ReplicationGroupFilterSensitiveLog: (obj: ReplicationGroup) => any;
8565
+ /**
8566
+ * @internal
8567
+ */
8568
+ export declare const CompleteMigrationResponseFilterSensitiveLog: (obj: CompleteMigrationResponse) => any;
8569
+ /**
8570
+ * @internal
8571
+ */
8572
+ export declare const CopySnapshotMessageFilterSensitiveLog: (obj: CopySnapshotMessage) => any;
8573
+ /**
8574
+ * @internal
8575
+ */
8576
+ export declare const NodeGroupConfigurationFilterSensitiveLog: (obj: NodeGroupConfiguration) => any;
8577
+ /**
8578
+ * @internal
8579
+ */
8580
+ export declare const NodeSnapshotFilterSensitiveLog: (obj: NodeSnapshot) => any;
8581
+ /**
8582
+ * @internal
8583
+ */
8584
+ export declare const SnapshotFilterSensitiveLog: (obj: Snapshot) => any;
8585
+ /**
8586
+ * @internal
8587
+ */
8588
+ export declare const CopySnapshotResultFilterSensitiveLog: (obj: CopySnapshotResult) => any;
8589
+ /**
8590
+ * @internal
8591
+ */
8592
+ export declare const LogDeliveryConfigurationRequestFilterSensitiveLog: (obj: LogDeliveryConfigurationRequest) => any;
8593
+ /**
8594
+ * @internal
8595
+ */
8596
+ export declare const CreateCacheClusterMessageFilterSensitiveLog: (obj: CreateCacheClusterMessage) => any;
8597
+ /**
8598
+ * @internal
8599
+ */
8600
+ export declare const CacheNodeFilterSensitiveLog: (obj: CacheNode) => any;
8601
+ /**
8602
+ * @internal
8603
+ */
8604
+ export declare const CacheParameterGroupStatusFilterSensitiveLog: (obj: CacheParameterGroupStatus) => any;
8605
+ /**
8606
+ * @internal
8607
+ */
8608
+ export declare const CacheSecurityGroupMembershipFilterSensitiveLog: (obj: CacheSecurityGroupMembership) => any;
8609
+ /**
8610
+ * @internal
8611
+ */
8612
+ export declare const NotificationConfigurationFilterSensitiveLog: (obj: NotificationConfiguration) => any;
8613
+ /**
8614
+ * @internal
8615
+ */
8616
+ export declare const PendingModifiedValuesFilterSensitiveLog: (obj: PendingModifiedValues) => any;
8617
+ /**
8618
+ * @internal
8619
+ */
8620
+ export declare const SecurityGroupMembershipFilterSensitiveLog: (obj: SecurityGroupMembership) => any;
8621
+ /**
8622
+ * @internal
8623
+ */
8624
+ export declare const CacheClusterFilterSensitiveLog: (obj: CacheCluster) => any;
8625
+ /**
8626
+ * @internal
8627
+ */
8628
+ export declare const CreateCacheClusterResultFilterSensitiveLog: (obj: CreateCacheClusterResult) => any;
8629
+ /**
8630
+ * @internal
8631
+ */
8632
+ export declare const CreateCacheParameterGroupMessageFilterSensitiveLog: (obj: CreateCacheParameterGroupMessage) => any;
8633
+ /**
8634
+ * @internal
8635
+ */
8636
+ export declare const CacheParameterGroupFilterSensitiveLog: (obj: CacheParameterGroup) => any;
8637
+ /**
8638
+ * @internal
8639
+ */
8640
+ export declare const CreateCacheParameterGroupResultFilterSensitiveLog: (obj: CreateCacheParameterGroupResult) => any;
8641
+ /**
8642
+ * @internal
8643
+ */
8644
+ export declare const CreateCacheSecurityGroupMessageFilterSensitiveLog: (obj: CreateCacheSecurityGroupMessage) => any;
8645
+ /**
8646
+ * @internal
8647
+ */
8648
+ export declare const CreateCacheSecurityGroupResultFilterSensitiveLog: (obj: CreateCacheSecurityGroupResult) => any;
8649
+ /**
8650
+ * @internal
8651
+ */
8652
+ export declare const CreateCacheSubnetGroupMessageFilterSensitiveLog: (obj: CreateCacheSubnetGroupMessage) => any;
8653
+ /**
8654
+ * @internal
8655
+ */
8656
+ export declare const AvailabilityZoneFilterSensitiveLog: (obj: AvailabilityZone) => any;
8657
+ /**
8658
+ * @internal
8659
+ */
8660
+ export declare const SubnetOutpostFilterSensitiveLog: (obj: SubnetOutpost) => any;
8661
+ /**
8662
+ * @internal
8663
+ */
8664
+ export declare const SubnetFilterSensitiveLog: (obj: Subnet) => any;
8665
+ /**
8666
+ * @internal
8667
+ */
8668
+ export declare const CacheSubnetGroupFilterSensitiveLog: (obj: CacheSubnetGroup) => any;
8669
+ /**
8670
+ * @internal
8671
+ */
8672
+ export declare const CreateCacheSubnetGroupResultFilterSensitiveLog: (obj: CreateCacheSubnetGroupResult) => any;
8673
+ /**
8674
+ * @internal
8675
+ */
8676
+ export declare const CreateGlobalReplicationGroupMessageFilterSensitiveLog: (obj: CreateGlobalReplicationGroupMessage) => any;
8677
+ /**
8678
+ * @internal
8679
+ */
8680
+ export declare const GlobalNodeGroupFilterSensitiveLog: (obj: GlobalNodeGroup) => any;
8681
+ /**
8682
+ * @internal
8683
+ */
8684
+ export declare const GlobalReplicationGroupMemberFilterSensitiveLog: (obj: GlobalReplicationGroupMember) => any;
8685
+ /**
8686
+ * @internal
8687
+ */
8688
+ export declare const GlobalReplicationGroupFilterSensitiveLog: (obj: GlobalReplicationGroup) => any;
8689
+ /**
8690
+ * @internal
8691
+ */
8692
+ export declare const CreateGlobalReplicationGroupResultFilterSensitiveLog: (obj: CreateGlobalReplicationGroupResult) => any;
8693
+ /**
8694
+ * @internal
8695
+ */
8696
+ export declare const CreateReplicationGroupMessageFilterSensitiveLog: (obj: CreateReplicationGroupMessage) => any;
8697
+ /**
8698
+ * @internal
8699
+ */
8700
+ export declare const CreateReplicationGroupResultFilterSensitiveLog: (obj: CreateReplicationGroupResult) => any;
8701
+ /**
8702
+ * @internal
8703
+ */
8704
+ export declare const CreateSnapshotMessageFilterSensitiveLog: (obj: CreateSnapshotMessage) => any;
8705
+ /**
8706
+ * @internal
8707
+ */
8708
+ export declare const CreateSnapshotResultFilterSensitiveLog: (obj: CreateSnapshotResult) => any;
8709
+ /**
8710
+ * @internal
8711
+ */
8712
+ export declare const CreateUserMessageFilterSensitiveLog: (obj: CreateUserMessage) => any;
8713
+ /**
8714
+ * @internal
8715
+ */
8716
+ export declare const AuthenticationFilterSensitiveLog: (obj: Authentication) => any;
8717
+ /**
8718
+ * @internal
8719
+ */
8720
+ export declare const UserFilterSensitiveLog: (obj: User) => any;
8721
+ /**
8722
+ * @internal
8723
+ */
8724
+ export declare const CreateUserGroupMessageFilterSensitiveLog: (obj: CreateUserGroupMessage) => any;
8725
+ /**
8726
+ * @internal
8727
+ */
8728
+ export declare const UserGroupPendingChangesFilterSensitiveLog: (obj: UserGroupPendingChanges) => any;
8729
+ /**
8730
+ * @internal
8731
+ */
8732
+ export declare const UserGroupFilterSensitiveLog: (obj: UserGroup) => any;
8733
+ /**
8734
+ * @internal
8735
+ */
8736
+ export declare const DecreaseNodeGroupsInGlobalReplicationGroupMessageFilterSensitiveLog: (obj: DecreaseNodeGroupsInGlobalReplicationGroupMessage) => any;
8737
+ /**
8738
+ * @internal
8739
+ */
8740
+ export declare const DecreaseNodeGroupsInGlobalReplicationGroupResultFilterSensitiveLog: (obj: DecreaseNodeGroupsInGlobalReplicationGroupResult) => any;
8741
+ /**
8742
+ * @internal
8743
+ */
8744
+ export declare const ConfigureShardFilterSensitiveLog: (obj: ConfigureShard) => any;
8745
+ /**
8746
+ * @internal
8747
+ */
8748
+ export declare const DecreaseReplicaCountMessageFilterSensitiveLog: (obj: DecreaseReplicaCountMessage) => any;
8749
+ /**
8750
+ * @internal
8751
+ */
8752
+ export declare const DecreaseReplicaCountResultFilterSensitiveLog: (obj: DecreaseReplicaCountResult) => any;
8753
+ /**
8754
+ * @internal
8755
+ */
8756
+ export declare const DeleteCacheClusterMessageFilterSensitiveLog: (obj: DeleteCacheClusterMessage) => any;
8757
+ /**
8758
+ * @internal
8759
+ */
8760
+ export declare const DeleteCacheClusterResultFilterSensitiveLog: (obj: DeleteCacheClusterResult) => any;
8761
+ /**
8762
+ * @internal
8763
+ */
8764
+ export declare const DeleteCacheParameterGroupMessageFilterSensitiveLog: (obj: DeleteCacheParameterGroupMessage) => any;
8765
+ /**
8766
+ * @internal
8767
+ */
8768
+ export declare const DeleteCacheSecurityGroupMessageFilterSensitiveLog: (obj: DeleteCacheSecurityGroupMessage) => any;
8769
+ /**
8770
+ * @internal
8771
+ */
8772
+ export declare const DeleteCacheSubnetGroupMessageFilterSensitiveLog: (obj: DeleteCacheSubnetGroupMessage) => any;
8773
+ /**
8774
+ * @internal
8775
+ */
8776
+ export declare const DeleteGlobalReplicationGroupMessageFilterSensitiveLog: (obj: DeleteGlobalReplicationGroupMessage) => any;
8777
+ /**
8778
+ * @internal
8779
+ */
8780
+ export declare const DeleteGlobalReplicationGroupResultFilterSensitiveLog: (obj: DeleteGlobalReplicationGroupResult) => any;
8781
+ /**
8782
+ * @internal
8783
+ */
8784
+ export declare const DeleteReplicationGroupMessageFilterSensitiveLog: (obj: DeleteReplicationGroupMessage) => any;
8785
+ /**
8786
+ * @internal
8787
+ */
8788
+ export declare const DeleteReplicationGroupResultFilterSensitiveLog: (obj: DeleteReplicationGroupResult) => any;
8789
+ /**
8790
+ * @internal
8791
+ */
8792
+ export declare const DeleteSnapshotMessageFilterSensitiveLog: (obj: DeleteSnapshotMessage) => any;
8793
+ /**
8794
+ * @internal
8795
+ */
8796
+ export declare const DeleteSnapshotResultFilterSensitiveLog: (obj: DeleteSnapshotResult) => any;
8797
+ /**
8798
+ * @internal
8799
+ */
8800
+ export declare const DeleteUserMessageFilterSensitiveLog: (obj: DeleteUserMessage) => any;
8801
+ /**
8802
+ * @internal
8803
+ */
8804
+ export declare const DeleteUserGroupMessageFilterSensitiveLog: (obj: DeleteUserGroupMessage) => any;
8805
+ /**
8806
+ * @internal
8807
+ */
8808
+ export declare const CacheClusterMessageFilterSensitiveLog: (obj: CacheClusterMessage) => any;
8809
+ /**
8810
+ * @internal
8811
+ */
8812
+ export declare const DescribeCacheClustersMessageFilterSensitiveLog: (obj: DescribeCacheClustersMessage) => any;
8813
+ /**
8814
+ * @internal
8815
+ */
8816
+ export declare const CacheEngineVersionFilterSensitiveLog: (obj: CacheEngineVersion) => any;
8817
+ /**
8818
+ * @internal
8819
+ */
8820
+ export declare const CacheEngineVersionMessageFilterSensitiveLog: (obj: CacheEngineVersionMessage) => any;
8821
+ /**
8822
+ * @internal
8823
+ */
8824
+ export declare const DescribeCacheEngineVersionsMessageFilterSensitiveLog: (obj: DescribeCacheEngineVersionsMessage) => any;
8825
+ /**
8826
+ * @internal
8827
+ */
8828
+ export declare const CacheParameterGroupsMessageFilterSensitiveLog: (obj: CacheParameterGroupsMessage) => any;
8829
+ /**
8830
+ * @internal
8831
+ */
8832
+ export declare const DescribeCacheParameterGroupsMessageFilterSensitiveLog: (obj: DescribeCacheParameterGroupsMessage) => any;
8833
+ /**
8834
+ * @internal
8835
+ */
8836
+ export declare const CacheNodeTypeSpecificValueFilterSensitiveLog: (obj: CacheNodeTypeSpecificValue) => any;
8837
+ /**
8838
+ * @internal
8839
+ */
8840
+ export declare const CacheNodeTypeSpecificParameterFilterSensitiveLog: (obj: CacheNodeTypeSpecificParameter) => any;
8841
+ /**
8842
+ * @internal
8843
+ */
8844
+ export declare const ParameterFilterSensitiveLog: (obj: Parameter) => any;
8845
+ /**
8846
+ * @internal
8847
+ */
8848
+ export declare const CacheParameterGroupDetailsFilterSensitiveLog: (obj: CacheParameterGroupDetails) => any;
8849
+ /**
8850
+ * @internal
8851
+ */
8852
+ export declare const DescribeCacheParametersMessageFilterSensitiveLog: (obj: DescribeCacheParametersMessage) => any;
8853
+ /**
8854
+ * @internal
8855
+ */
8856
+ export declare const CacheSecurityGroupMessageFilterSensitiveLog: (obj: CacheSecurityGroupMessage) => any;
8857
+ /**
8858
+ * @internal
8859
+ */
8860
+ export declare const DescribeCacheSecurityGroupsMessageFilterSensitiveLog: (obj: DescribeCacheSecurityGroupsMessage) => any;
8861
+ /**
8862
+ * @internal
8863
+ */
8864
+ export declare const CacheSubnetGroupMessageFilterSensitiveLog: (obj: CacheSubnetGroupMessage) => any;
8865
+ /**
8866
+ * @internal
8867
+ */
8868
+ export declare const DescribeCacheSubnetGroupsMessageFilterSensitiveLog: (obj: DescribeCacheSubnetGroupsMessage) => any;
8869
+ /**
8870
+ * @internal
8871
+ */
8872
+ export declare const DescribeEngineDefaultParametersMessageFilterSensitiveLog: (obj: DescribeEngineDefaultParametersMessage) => any;
8873
+ /**
8874
+ * @internal
8875
+ */
8876
+ export declare const EngineDefaultsFilterSensitiveLog: (obj: EngineDefaults) => any;
8877
+ /**
8878
+ * @internal
8879
+ */
8880
+ export declare const DescribeEngineDefaultParametersResultFilterSensitiveLog: (obj: DescribeEngineDefaultParametersResult) => any;
8881
+ /**
8882
+ * @internal
8883
+ */
8884
+ export declare const DescribeEventsMessageFilterSensitiveLog: (obj: DescribeEventsMessage) => any;
8885
+ /**
8886
+ * @internal
8887
+ */
8888
+ export declare const EventFilterSensitiveLog: (obj: Event) => any;
8889
+ /**
8890
+ * @internal
8891
+ */
8892
+ export declare const EventsMessageFilterSensitiveLog: (obj: EventsMessage) => any;
8893
+ /**
8894
+ * @internal
8895
+ */
8896
+ export declare const DescribeGlobalReplicationGroupsMessageFilterSensitiveLog: (obj: DescribeGlobalReplicationGroupsMessage) => any;
8897
+ /**
8898
+ * @internal
8899
+ */
8900
+ export declare const DescribeGlobalReplicationGroupsResultFilterSensitiveLog: (obj: DescribeGlobalReplicationGroupsResult) => any;
8901
+ /**
8902
+ * @internal
8903
+ */
8904
+ export declare const DescribeReplicationGroupsMessageFilterSensitiveLog: (obj: DescribeReplicationGroupsMessage) => any;
8905
+ /**
8906
+ * @internal
8907
+ */
8908
+ export declare const ReplicationGroupMessageFilterSensitiveLog: (obj: ReplicationGroupMessage) => any;
8909
+ /**
8910
+ * @internal
8911
+ */
8912
+ export declare const DescribeReservedCacheNodesMessageFilterSensitiveLog: (obj: DescribeReservedCacheNodesMessage) => any;
8913
+ /**
8914
+ * @internal
8915
+ */
8916
+ export declare const RecurringChargeFilterSensitiveLog: (obj: RecurringCharge) => any;
8917
+ /**
8918
+ * @internal
8919
+ */
8920
+ export declare const ReservedCacheNodeFilterSensitiveLog: (obj: ReservedCacheNode) => any;
8921
+ /**
8922
+ * @internal
8923
+ */
8924
+ export declare const ReservedCacheNodeMessageFilterSensitiveLog: (obj: ReservedCacheNodeMessage) => any;
8925
+ /**
8926
+ * @internal
8927
+ */
8928
+ export declare const DescribeReservedCacheNodesOfferingsMessageFilterSensitiveLog: (obj: DescribeReservedCacheNodesOfferingsMessage) => any;
8929
+ /**
8930
+ * @internal
8931
+ */
8932
+ export declare const ReservedCacheNodesOfferingFilterSensitiveLog: (obj: ReservedCacheNodesOffering) => any;
8933
+ /**
8934
+ * @internal
8935
+ */
8936
+ export declare const ReservedCacheNodesOfferingMessageFilterSensitiveLog: (obj: ReservedCacheNodesOfferingMessage) => any;
8937
+ /**
8938
+ * @internal
8939
+ */
8940
+ export declare const DescribeServiceUpdatesMessageFilterSensitiveLog: (obj: DescribeServiceUpdatesMessage) => any;
8941
+ /**
8942
+ * @internal
8943
+ */
8944
+ export declare const ServiceUpdateFilterSensitiveLog: (obj: ServiceUpdate) => any;
8945
+ /**
8946
+ * @internal
8947
+ */
8948
+ export declare const ServiceUpdatesMessageFilterSensitiveLog: (obj: ServiceUpdatesMessage) => any;
8949
+ /**
8950
+ * @internal
8951
+ */
8952
+ export declare const DescribeSnapshotsListMessageFilterSensitiveLog: (obj: DescribeSnapshotsListMessage) => any;
8953
+ /**
8954
+ * @internal
8955
+ */
8956
+ export declare const DescribeSnapshotsMessageFilterSensitiveLog: (obj: DescribeSnapshotsMessage) => any;
8957
+ /**
8958
+ * @internal
8959
+ */
8960
+ export declare const TimeRangeFilterFilterSensitiveLog: (obj: TimeRangeFilter) => any;
8961
+ /**
8962
+ * @internal
8963
+ */
8964
+ export declare const DescribeUpdateActionsMessageFilterSensitiveLog: (obj: DescribeUpdateActionsMessage) => any;
8965
+ /**
8966
+ * @internal
8967
+ */
8968
+ export declare const CacheNodeUpdateStatusFilterSensitiveLog: (obj: CacheNodeUpdateStatus) => any;
8969
+ /**
8970
+ * @internal
8971
+ */
8972
+ export declare const NodeGroupMemberUpdateStatusFilterSensitiveLog: (obj: NodeGroupMemberUpdateStatus) => any;
8973
+ /**
8974
+ * @internal
8975
+ */
8976
+ export declare const NodeGroupUpdateStatusFilterSensitiveLog: (obj: NodeGroupUpdateStatus) => any;
8977
+ /**
8978
+ * @internal
8979
+ */
8980
+ export declare const UpdateActionFilterSensitiveLog: (obj: UpdateAction) => any;
8981
+ /**
8982
+ * @internal
8983
+ */
8984
+ export declare const UpdateActionsMessageFilterSensitiveLog: (obj: UpdateActionsMessage) => any;
8985
+ /**
8986
+ * @internal
8987
+ */
8988
+ export declare const DescribeUserGroupsMessageFilterSensitiveLog: (obj: DescribeUserGroupsMessage) => any;
8989
+ /**
8990
+ * @internal
8991
+ */
8992
+ export declare const DescribeUserGroupsResultFilterSensitiveLog: (obj: DescribeUserGroupsResult) => any;
8993
+ /**
8994
+ * @internal
8995
+ */
8996
+ export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
8997
+ /**
8998
+ * @internal
8999
+ */
9000
+ export declare const DescribeUsersMessageFilterSensitiveLog: (obj: DescribeUsersMessage) => any;
9001
+ /**
9002
+ * @internal
9003
+ */
9004
+ export declare const DescribeUsersResultFilterSensitiveLog: (obj: DescribeUsersResult) => any;
9005
+ /**
9006
+ * @internal
9007
+ */
9008
+ export declare const DisassociateGlobalReplicationGroupMessageFilterSensitiveLog: (obj: DisassociateGlobalReplicationGroupMessage) => any;
9009
+ /**
9010
+ * @internal
9011
+ */
9012
+ export declare const DisassociateGlobalReplicationGroupResultFilterSensitiveLog: (obj: DisassociateGlobalReplicationGroupResult) => any;
9013
+ /**
9014
+ * @internal
9015
+ */
9016
+ export declare const FailoverGlobalReplicationGroupMessageFilterSensitiveLog: (obj: FailoverGlobalReplicationGroupMessage) => any;
9017
+ /**
9018
+ * @internal
9019
+ */
9020
+ export declare const FailoverGlobalReplicationGroupResultFilterSensitiveLog: (obj: FailoverGlobalReplicationGroupResult) => any;
9021
+ /**
9022
+ * @internal
9023
+ */
9024
+ export declare const ReshardingConfigurationFilterSensitiveLog: (obj: ReshardingConfiguration) => any;
9025
+ /**
9026
+ * @internal
9027
+ */
9028
+ export declare const RegionalConfigurationFilterSensitiveLog: (obj: RegionalConfiguration) => any;
9029
+ /**
9030
+ * @internal
9031
+ */
9032
+ export declare const IncreaseNodeGroupsInGlobalReplicationGroupMessageFilterSensitiveLog: (obj: IncreaseNodeGroupsInGlobalReplicationGroupMessage) => any;
9033
+ /**
9034
+ * @internal
9035
+ */
9036
+ export declare const IncreaseNodeGroupsInGlobalReplicationGroupResultFilterSensitiveLog: (obj: IncreaseNodeGroupsInGlobalReplicationGroupResult) => any;
9037
+ /**
9038
+ * @internal
9039
+ */
9040
+ export declare const IncreaseReplicaCountMessageFilterSensitiveLog: (obj: IncreaseReplicaCountMessage) => any;
9041
+ /**
9042
+ * @internal
9043
+ */
9044
+ export declare const IncreaseReplicaCountResultFilterSensitiveLog: (obj: IncreaseReplicaCountResult) => any;
9045
+ /**
9046
+ * @internal
9047
+ */
9048
+ export declare const ListAllowedNodeTypeModificationsMessageFilterSensitiveLog: (obj: ListAllowedNodeTypeModificationsMessage) => any;
9049
+ /**
9050
+ * @internal
9051
+ */
9052
+ export declare const ListTagsForResourceMessageFilterSensitiveLog: (obj: ListTagsForResourceMessage) => any;
9053
+ /**
9054
+ * @internal
9055
+ */
9056
+ export declare const ModifyCacheClusterMessageFilterSensitiveLog: (obj: ModifyCacheClusterMessage) => any;
9057
+ /**
9058
+ * @internal
9059
+ */
9060
+ export declare const ModifyCacheClusterResultFilterSensitiveLog: (obj: ModifyCacheClusterResult) => any;
9061
+ /**
9062
+ * @internal
9063
+ */
9064
+ export declare const CacheParameterGroupNameMessageFilterSensitiveLog: (obj: CacheParameterGroupNameMessage) => any;
9065
+ /**
9066
+ * @internal
9067
+ */
9068
+ export declare const ParameterNameValueFilterSensitiveLog: (obj: ParameterNameValue) => any;
9069
+ /**
9070
+ * @internal
9071
+ */
9072
+ export declare const ModifyCacheParameterGroupMessageFilterSensitiveLog: (obj: ModifyCacheParameterGroupMessage) => any;
9073
+ /**
9074
+ * @internal
9075
+ */
9076
+ export declare const ModifyCacheSubnetGroupMessageFilterSensitiveLog: (obj: ModifyCacheSubnetGroupMessage) => any;
9077
+ /**
9078
+ * @internal
9079
+ */
9080
+ export declare const ModifyCacheSubnetGroupResultFilterSensitiveLog: (obj: ModifyCacheSubnetGroupResult) => any;
9081
+ /**
9082
+ * @internal
9083
+ */
9084
+ export declare const ModifyGlobalReplicationGroupMessageFilterSensitiveLog: (obj: ModifyGlobalReplicationGroupMessage) => any;
9085
+ /**
9086
+ * @internal
9087
+ */
9088
+ export declare const ModifyGlobalReplicationGroupResultFilterSensitiveLog: (obj: ModifyGlobalReplicationGroupResult) => any;
9089
+ /**
9090
+ * @internal
9091
+ */
9092
+ export declare const ModifyReplicationGroupMessageFilterSensitiveLog: (obj: ModifyReplicationGroupMessage) => any;
9093
+ /**
9094
+ * @internal
9095
+ */
9096
+ export declare const ModifyReplicationGroupResultFilterSensitiveLog: (obj: ModifyReplicationGroupResult) => any;
9097
+ /**
9098
+ * @internal
9099
+ */
9100
+ export declare const ModifyReplicationGroupShardConfigurationMessageFilterSensitiveLog: (obj: ModifyReplicationGroupShardConfigurationMessage) => any;
9101
+ /**
9102
+ * @internal
9103
+ */
9104
+ export declare const ModifyReplicationGroupShardConfigurationResultFilterSensitiveLog: (obj: ModifyReplicationGroupShardConfigurationResult) => any;
9105
+ /**
9106
+ * @internal
9107
+ */
9108
+ export declare const ModifyUserMessageFilterSensitiveLog: (obj: ModifyUserMessage) => any;
9109
+ /**
9110
+ * @internal
9111
+ */
9112
+ export declare const ModifyUserGroupMessageFilterSensitiveLog: (obj: ModifyUserGroupMessage) => any;
9113
+ /**
9114
+ * @internal
9115
+ */
9116
+ export declare const PurchaseReservedCacheNodesOfferingMessageFilterSensitiveLog: (obj: PurchaseReservedCacheNodesOfferingMessage) => any;
9117
+ /**
9118
+ * @internal
9119
+ */
9120
+ export declare const PurchaseReservedCacheNodesOfferingResultFilterSensitiveLog: (obj: PurchaseReservedCacheNodesOfferingResult) => any;
9121
+ /**
9122
+ * @internal
9123
+ */
9124
+ export declare const RebalanceSlotsInGlobalReplicationGroupMessageFilterSensitiveLog: (obj: RebalanceSlotsInGlobalReplicationGroupMessage) => any;
9125
+ /**
9126
+ * @internal
9127
+ */
9128
+ export declare const RebalanceSlotsInGlobalReplicationGroupResultFilterSensitiveLog: (obj: RebalanceSlotsInGlobalReplicationGroupResult) => any;
9129
+ /**
9130
+ * @internal
9131
+ */
9132
+ export declare const RebootCacheClusterMessageFilterSensitiveLog: (obj: RebootCacheClusterMessage) => any;
9133
+ /**
9134
+ * @internal
9135
+ */
9136
+ export declare const RebootCacheClusterResultFilterSensitiveLog: (obj: RebootCacheClusterResult) => any;
9137
+ /**
9138
+ * @internal
9139
+ */
9140
+ export declare const RemoveTagsFromResourceMessageFilterSensitiveLog: (obj: RemoveTagsFromResourceMessage) => any;
9141
+ /**
9142
+ * @internal
9143
+ */
9144
+ export declare const ResetCacheParameterGroupMessageFilterSensitiveLog: (obj: ResetCacheParameterGroupMessage) => any;
9145
+ /**
9146
+ * @internal
9147
+ */
9148
+ export declare const RevokeCacheSecurityGroupIngressMessageFilterSensitiveLog: (obj: RevokeCacheSecurityGroupIngressMessage) => any;
9149
+ /**
9150
+ * @internal
9151
+ */
9152
+ export declare const RevokeCacheSecurityGroupIngressResultFilterSensitiveLog: (obj: RevokeCacheSecurityGroupIngressResult) => any;
9153
+ /**
9154
+ * @internal
9155
+ */
9156
+ export declare const CustomerNodeEndpointFilterSensitiveLog: (obj: CustomerNodeEndpoint) => any;
9157
+ /**
9158
+ * @internal
9159
+ */
9160
+ export declare const StartMigrationMessageFilterSensitiveLog: (obj: StartMigrationMessage) => any;
9161
+ /**
9162
+ * @internal
9163
+ */
9164
+ export declare const StartMigrationResponseFilterSensitiveLog: (obj: StartMigrationResponse) => any;
9165
+ /**
9166
+ * @internal
9167
+ */
9168
+ export declare const TestFailoverMessageFilterSensitiveLog: (obj: TestFailoverMessage) => any;
9169
+ /**
9170
+ * @internal
9171
+ */
9172
+ export declare const TestFailoverResultFilterSensitiveLog: (obj: TestFailoverResult) => any;