@aws-sdk/client-elasticache 3.132.0 → 3.142.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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 +688 -1025
  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 +882 -1026
  137. package/dist-types/models/models_0.d.ts +720 -1080
  138. package/dist-types/ts3.4/models/models_0.d.ts +360 -720
  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
  */
@@ -1053,24 +891,12 @@ export interface ReplicationGroup {
1053
891
  */
1054
892
  AutoMinorVersionUpgrade?: boolean;
1055
893
  }
1056
- export declare namespace ReplicationGroup {
1057
- /**
1058
- * @internal
1059
- */
1060
- const filterSensitiveLog: (obj: ReplicationGroup) => any;
1061
- }
1062
894
  export interface CompleteMigrationResponse {
1063
895
  /**
1064
896
  * <p>Contains all of the attributes of a specific Redis replication group.</p>
1065
897
  */
1066
898
  ReplicationGroup?: ReplicationGroup;
1067
899
  }
1068
- export declare namespace CompleteMigrationResponse {
1069
- /**
1070
- * @internal
1071
- */
1072
- const filterSensitiveLog: (obj: CompleteMigrationResponse) => any;
1073
- }
1074
900
  /**
1075
901
  * <p>The designated replication group is not available for data migration.</p>
1076
902
  */
@@ -1115,12 +941,6 @@ export interface CopySnapshotMessage {
1115
941
  */
1116
942
  Tags?: Tag[];
1117
943
  }
1118
- export declare namespace CopySnapshotMessage {
1119
- /**
1120
- * @internal
1121
- */
1122
- const filterSensitiveLog: (obj: CopySnapshotMessage) => any;
1123
- }
1124
944
  /**
1125
945
  * <p>Node group (shard) configuration options.
1126
946
  * Each node group (shard) configuration has the following: <code>Slots</code>, <code>PrimaryAvailabilityZone</code>, <code>ReplicaAvailabilityZones</code>, <code>ReplicaCount</code>.</p>
@@ -1162,12 +982,6 @@ export interface NodeGroupConfiguration {
1162
982
  */
1163
983
  ReplicaOutpostArns?: string[];
1164
984
  }
1165
- export declare namespace NodeGroupConfiguration {
1166
- /**
1167
- * @internal
1168
- */
1169
- const filterSensitiveLog: (obj: NodeGroupConfiguration) => any;
1170
- }
1171
985
  /**
1172
986
  * <p>Represents an individual cache node in a snapshot of a cluster.</p>
1173
987
  */
@@ -1201,12 +1015,6 @@ export interface NodeSnapshot {
1201
1015
  */
1202
1016
  SnapshotCreateTime?: Date;
1203
1017
  }
1204
- export declare namespace NodeSnapshot {
1205
- /**
1206
- * @internal
1207
- */
1208
- const filterSensitiveLog: (obj: NodeSnapshot) => any;
1209
- }
1210
1018
  /**
1211
1019
  * <p>Represents a copy of an entire Redis cluster as of the time when the snapshot was taken.</p>
1212
1020
  */
@@ -1659,24 +1467,12 @@ export interface Snapshot {
1659
1467
  */
1660
1468
  DataTiering?: DataTieringStatus | string;
1661
1469
  }
1662
- export declare namespace Snapshot {
1663
- /**
1664
- * @internal
1665
- */
1666
- const filterSensitiveLog: (obj: Snapshot) => any;
1667
- }
1668
1470
  export interface CopySnapshotResult {
1669
1471
  /**
1670
1472
  * <p>Represents a copy of an entire Redis cluster as of the time when the snapshot was taken.</p>
1671
1473
  */
1672
1474
  Snapshot?: Snapshot;
1673
1475
  }
1674
- export declare namespace CopySnapshotResult {
1675
- /**
1676
- * @internal
1677
- */
1678
- const filterSensitiveLog: (obj: CopySnapshotResult) => any;
1679
- }
1680
1476
  /**
1681
1477
  * <p>The current state of the snapshot does not allow the requested operation to occur.</p>
1682
1478
  */
@@ -1761,12 +1557,6 @@ export interface LogDeliveryConfigurationRequest {
1761
1557
  */
1762
1558
  Enabled?: boolean;
1763
1559
  }
1764
- export declare namespace LogDeliveryConfigurationRequest {
1765
- /**
1766
- * @internal
1767
- */
1768
- const filterSensitiveLog: (obj: LogDeliveryConfigurationRequest) => any;
1769
- }
1770
1560
  export declare enum OutpostMode {
1771
1561
  CROSS_OUTPOST = "cross-outpost",
1772
1562
  SINGLE_OUTPOST = "single-outpost"
@@ -2225,12 +2015,6 @@ export interface CreateCacheClusterMessage {
2225
2015
  */
2226
2016
  TransitEncryptionEnabled?: boolean;
2227
2017
  }
2228
- export declare namespace CreateCacheClusterMessage {
2229
- /**
2230
- * @internal
2231
- */
2232
- const filterSensitiveLog: (obj: CreateCacheClusterMessage) => any;
2233
- }
2234
2018
  /**
2235
2019
  * <p>Represents an individual cache node within a cluster. Each cache node runs its own
2236
2020
  * instance of the cluster's protocol-compliant caching software - either Memcached or
@@ -2528,12 +2312,6 @@ export interface CacheNode {
2528
2312
  */
2529
2313
  CustomerOutpostArn?: string;
2530
2314
  }
2531
- export declare namespace CacheNode {
2532
- /**
2533
- * @internal
2534
- */
2535
- const filterSensitiveLog: (obj: CacheNode) => any;
2536
- }
2537
2315
  /**
2538
2316
  * <p>Status of the cache parameter group.</p>
2539
2317
  */
@@ -2552,12 +2330,6 @@ export interface CacheParameterGroupStatus {
2552
2330
  */
2553
2331
  CacheNodeIdsToReboot?: string[];
2554
2332
  }
2555
- export declare namespace CacheParameterGroupStatus {
2556
- /**
2557
- * @internal
2558
- */
2559
- const filterSensitiveLog: (obj: CacheParameterGroupStatus) => any;
2560
- }
2561
2333
  /**
2562
2334
  * <p>Represents a cluster's status within a particular cache security group.</p>
2563
2335
  */
@@ -2571,12 +2343,6 @@ export interface CacheSecurityGroupMembership {
2571
2343
  */
2572
2344
  Status?: string;
2573
2345
  }
2574
- export declare namespace CacheSecurityGroupMembership {
2575
- /**
2576
- * @internal
2577
- */
2578
- const filterSensitiveLog: (obj: CacheSecurityGroupMembership) => any;
2579
- }
2580
2346
  /**
2581
2347
  * <p>Describes a notification topic and its status.
2582
2348
  * Notification topics are used for publishing ElastiCache events to subscribers
@@ -2592,12 +2358,6 @@ export interface NotificationConfiguration {
2592
2358
  */
2593
2359
  TopicStatus?: string;
2594
2360
  }
2595
- export declare namespace NotificationConfiguration {
2596
- /**
2597
- * @internal
2598
- */
2599
- const filterSensitiveLog: (obj: NotificationConfiguration) => any;
2600
- }
2601
2361
  /**
2602
2362
  * <p>A group of settings that are applied to the cluster in the future,
2603
2363
  * or that are currently being applied.</p>
@@ -2631,12 +2391,6 @@ export interface PendingModifiedValues {
2631
2391
  */
2632
2392
  LogDeliveryConfigurations?: PendingLogDeliveryConfiguration[];
2633
2393
  }
2634
- export declare namespace PendingModifiedValues {
2635
- /**
2636
- * @internal
2637
- */
2638
- const filterSensitiveLog: (obj: PendingModifiedValues) => any;
2639
- }
2640
2394
  /**
2641
2395
  * <p>Represents a single cache security group and its status.</p>
2642
2396
  */
@@ -2652,12 +2406,6 @@ export interface SecurityGroupMembership {
2652
2406
  */
2653
2407
  Status?: string;
2654
2408
  }
2655
- export declare namespace SecurityGroupMembership {
2656
- /**
2657
- * @internal
2658
- */
2659
- const filterSensitiveLog: (obj: SecurityGroupMembership) => any;
2660
- }
2661
2409
  /**
2662
2410
  * <p>Contains all of the attributes of a specific cluster.</p>
2663
2411
  */
@@ -3136,24 +2884,12 @@ export interface CacheCluster {
3136
2884
  */
3137
2885
  LogDeliveryConfigurations?: LogDeliveryConfiguration[];
3138
2886
  }
3139
- export declare namespace CacheCluster {
3140
- /**
3141
- * @internal
3142
- */
3143
- const filterSensitiveLog: (obj: CacheCluster) => any;
3144
- }
3145
2887
  export interface CreateCacheClusterResult {
3146
2888
  /**
3147
2889
  * <p>Contains all of the attributes of a specific cluster.</p>
3148
2890
  */
3149
2891
  CacheCluster?: CacheCluster;
3150
2892
  }
3151
- export declare namespace CreateCacheClusterResult {
3152
- /**
3153
- * @internal
3154
- */
3155
- const filterSensitiveLog: (obj: CreateCacheClusterResult) => any;
3156
- }
3157
2893
  /**
3158
2894
  * <p>The requested cache node type is not available in the specified Availability Zone.
3159
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>
@@ -3253,12 +2989,6 @@ export interface CreateCacheParameterGroupMessage {
3253
2989
  */
3254
2990
  Tags?: Tag[];
3255
2991
  }
3256
- export declare namespace CreateCacheParameterGroupMessage {
3257
- /**
3258
- * @internal
3259
- */
3260
- const filterSensitiveLog: (obj: CreateCacheParameterGroupMessage) => any;
3261
- }
3262
2992
  /**
3263
2993
  * <p>Represents the output of a <code>CreateCacheParameterGroup</code> operation.</p>
3264
2994
  */
@@ -3295,24 +3025,12 @@ export interface CacheParameterGroup {
3295
3025
  */
3296
3026
  ARN?: string;
3297
3027
  }
3298
- export declare namespace CacheParameterGroup {
3299
- /**
3300
- * @internal
3301
- */
3302
- const filterSensitiveLog: (obj: CacheParameterGroup) => any;
3303
- }
3304
3028
  export interface CreateCacheParameterGroupResult {
3305
3029
  /**
3306
3030
  * <p>Represents the output of a <code>CreateCacheParameterGroup</code> operation.</p>
3307
3031
  */
3308
3032
  CacheParameterGroup?: CacheParameterGroup;
3309
3033
  }
3310
- export declare namespace CreateCacheParameterGroupResult {
3311
- /**
3312
- * @internal
3313
- */
3314
- const filterSensitiveLog: (obj: CreateCacheParameterGroupResult) => any;
3315
- }
3316
3034
  /**
3317
3035
  * <p>The current state of the cache parameter group does not allow the requested operation to occur.</p>
3318
3036
  */
@@ -3366,12 +3084,6 @@ export interface CreateCacheSecurityGroupMessage {
3366
3084
  */
3367
3085
  Tags?: Tag[];
3368
3086
  }
3369
- export declare namespace CreateCacheSecurityGroupMessage {
3370
- /**
3371
- * @internal
3372
- */
3373
- const filterSensitiveLog: (obj: CreateCacheSecurityGroupMessage) => any;
3374
- }
3375
3087
  export interface CreateCacheSecurityGroupResult {
3376
3088
  /**
3377
3089
  * <p>Represents the output of one of the following operations:</p>
@@ -3395,12 +3107,6 @@ export interface CreateCacheSecurityGroupResult {
3395
3107
  */
3396
3108
  CacheSecurityGroup?: CacheSecurityGroup;
3397
3109
  }
3398
- export declare namespace CreateCacheSecurityGroupResult {
3399
- /**
3400
- * @internal
3401
- */
3402
- const filterSensitiveLog: (obj: CreateCacheSecurityGroupResult) => any;
3403
- }
3404
3110
  /**
3405
3111
  * <p>The requested cache subnet group name is already in use by an existing cache subnet group.</p>
3406
3112
  */
@@ -3458,12 +3164,6 @@ export interface CreateCacheSubnetGroupMessage {
3458
3164
  */
3459
3165
  Tags?: Tag[];
3460
3166
  }
3461
- export declare namespace CreateCacheSubnetGroupMessage {
3462
- /**
3463
- * @internal
3464
- */
3465
- const filterSensitiveLog: (obj: CreateCacheSubnetGroupMessage) => any;
3466
- }
3467
3167
  /**
3468
3168
  * <p>Describes an Availability Zone in which the cluster is launched.</p>
3469
3169
  */
@@ -3473,12 +3173,6 @@ export interface AvailabilityZone {
3473
3173
  */
3474
3174
  Name?: string;
3475
3175
  }
3476
- export declare namespace AvailabilityZone {
3477
- /**
3478
- * @internal
3479
- */
3480
- const filterSensitiveLog: (obj: AvailabilityZone) => any;
3481
- }
3482
3176
  /**
3483
3177
  * <p>The ID of the outpost subnet.</p>
3484
3178
  */
@@ -3488,12 +3182,6 @@ export interface SubnetOutpost {
3488
3182
  */
3489
3183
  SubnetOutpostArn?: string;
3490
3184
  }
3491
- export declare namespace SubnetOutpost {
3492
- /**
3493
- * @internal
3494
- */
3495
- const filterSensitiveLog: (obj: SubnetOutpost) => any;
3496
- }
3497
3185
  /**
3498
3186
  * <p>Represents the subnet associated with a cluster.
3499
3187
  * This parameter refers to subnets defined in Amazon Virtual Private Cloud (Amazon VPC) and used with ElastiCache.</p>
@@ -3512,12 +3200,6 @@ export interface Subnet {
3512
3200
  */
3513
3201
  SubnetOutpost?: SubnetOutpost;
3514
3202
  }
3515
- export declare namespace Subnet {
3516
- /**
3517
- * @internal
3518
- */
3519
- const filterSensitiveLog: (obj: Subnet) => any;
3520
- }
3521
3203
  /**
3522
3204
  * <p>Represents the output of one of the following operations:</p>
3523
3205
  * <ul>
@@ -3555,12 +3237,6 @@ export interface CacheSubnetGroup {
3555
3237
  */
3556
3238
  ARN?: string;
3557
3239
  }
3558
- export declare namespace CacheSubnetGroup {
3559
- /**
3560
- * @internal
3561
- */
3562
- const filterSensitiveLog: (obj: CacheSubnetGroup) => any;
3563
- }
3564
3240
  export interface CreateCacheSubnetGroupResult {
3565
3241
  /**
3566
3242
  * <p>Represents the output of one of the following operations:</p>
@@ -3579,12 +3255,6 @@ export interface CreateCacheSubnetGroupResult {
3579
3255
  */
3580
3256
  CacheSubnetGroup?: CacheSubnetGroup;
3581
3257
  }
3582
- export declare namespace CreateCacheSubnetGroupResult {
3583
- /**
3584
- * @internal
3585
- */
3586
- const filterSensitiveLog: (obj: CreateCacheSubnetGroupResult) => any;
3587
- }
3588
3258
  /**
3589
3259
  * <p>An invalid subnet identifier was specified.</p>
3590
3260
  */
@@ -3624,12 +3294,6 @@ export interface CreateGlobalReplicationGroupMessage {
3624
3294
  */
3625
3295
  PrimaryReplicationGroupId: string | undefined;
3626
3296
  }
3627
- export declare namespace CreateGlobalReplicationGroupMessage {
3628
- /**
3629
- * @internal
3630
- */
3631
- const filterSensitiveLog: (obj: CreateGlobalReplicationGroupMessage) => any;
3632
- }
3633
3297
  /**
3634
3298
  * <p>Indicates the slot configuration and global identifier for a slice group.</p>
3635
3299
  */
@@ -3643,12 +3307,6 @@ export interface GlobalNodeGroup {
3643
3307
  */
3644
3308
  Slots?: string;
3645
3309
  }
3646
- export declare namespace GlobalNodeGroup {
3647
- /**
3648
- * @internal
3649
- */
3650
- const filterSensitiveLog: (obj: GlobalNodeGroup) => any;
3651
- }
3652
3310
  /**
3653
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>
3654
3312
  */
@@ -3674,12 +3332,6 @@ export interface GlobalReplicationGroupMember {
3674
3332
  */
3675
3333
  Status?: string;
3676
3334
  }
3677
- export declare namespace GlobalReplicationGroupMember {
3678
- /**
3679
- * @internal
3680
- */
3681
- const filterSensitiveLog: (obj: GlobalReplicationGroupMember) => any;
3682
- }
3683
3335
  /**
3684
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
3685
3337
  * cluster automatically replicates updates to the secondary cluster.</p>
@@ -3761,12 +3413,6 @@ export interface GlobalReplicationGroup {
3761
3413
  */
3762
3414
  ARN?: string;
3763
3415
  }
3764
- export declare namespace GlobalReplicationGroup {
3765
- /**
3766
- * @internal
3767
- */
3768
- const filterSensitiveLog: (obj: GlobalReplicationGroup) => any;
3769
- }
3770
3416
  export interface CreateGlobalReplicationGroupResult {
3771
3417
  /**
3772
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
@@ -3782,12 +3428,6 @@ export interface CreateGlobalReplicationGroupResult {
3782
3428
  */
3783
3429
  GlobalReplicationGroup?: GlobalReplicationGroup;
3784
3430
  }
3785
- export declare namespace CreateGlobalReplicationGroupResult {
3786
- /**
3787
- * @internal
3788
- */
3789
- const filterSensitiveLog: (obj: CreateGlobalReplicationGroupResult) => any;
3790
- }
3791
3431
  /**
3792
3432
  * <p>The Global datastore name already exists.</p>
3793
3433
  */
@@ -4409,24 +4049,12 @@ export interface CreateReplicationGroupMessage {
4409
4049
  */
4410
4050
  DataTieringEnabled?: boolean;
4411
4051
  }
4412
- export declare namespace CreateReplicationGroupMessage {
4413
- /**
4414
- * @internal
4415
- */
4416
- const filterSensitiveLog: (obj: CreateReplicationGroupMessage) => any;
4417
- }
4418
4052
  export interface CreateReplicationGroupResult {
4419
4053
  /**
4420
4054
  * <p>Contains all of the attributes of a specific Redis replication group.</p>
4421
4055
  */
4422
4056
  ReplicationGroup?: ReplicationGroup;
4423
4057
  }
4424
- export declare namespace CreateReplicationGroupResult {
4425
- /**
4426
- * @internal
4427
- */
4428
- const filterSensitiveLog: (obj: CreateReplicationGroupResult) => any;
4429
- }
4430
4058
  /**
4431
4059
  * <p>The Global datastore does not exist</p>
4432
4060
  */
@@ -4519,24 +4147,12 @@ export interface CreateSnapshotMessage {
4519
4147
  */
4520
4148
  Tags?: Tag[];
4521
4149
  }
4522
- export declare namespace CreateSnapshotMessage {
4523
- /**
4524
- * @internal
4525
- */
4526
- const filterSensitiveLog: (obj: CreateSnapshotMessage) => any;
4527
- }
4528
4150
  export interface CreateSnapshotResult {
4529
4151
  /**
4530
4152
  * <p>Represents a copy of an entire Redis cluster as of the time when the snapshot was taken.</p>
4531
4153
  */
4532
4154
  Snapshot?: Snapshot;
4533
4155
  }
4534
- export declare namespace CreateSnapshotResult {
4535
- /**
4536
- * @internal
4537
- */
4538
- const filterSensitiveLog: (obj: CreateSnapshotResult) => any;
4539
- }
4540
4156
  /**
4541
4157
  * <p>You attempted one of the following operations:</p>
4542
4158
  * <ul>
@@ -4588,12 +4204,6 @@ export interface CreateUserMessage {
4588
4204
  */
4589
4205
  Tags?: Tag[];
4590
4206
  }
4591
- export declare namespace CreateUserMessage {
4592
- /**
4593
- * @internal
4594
- */
4595
- const filterSensitiveLog: (obj: CreateUserMessage) => any;
4596
- }
4597
4207
  /**
4598
4208
  * <p>A user with this username already exists.</p>
4599
4209
  */
@@ -4622,12 +4232,6 @@ export interface Authentication {
4622
4232
  */
4623
4233
  PasswordCount?: number;
4624
4234
  }
4625
- export declare namespace Authentication {
4626
- /**
4627
- * @internal
4628
- */
4629
- const filterSensitiveLog: (obj: Authentication) => any;
4630
- }
4631
4235
  export interface User {
4632
4236
  /**
4633
4237
  * <p>The ID of the user.</p>
@@ -4666,12 +4270,6 @@ export interface User {
4666
4270
  */
4667
4271
  ARN?: string;
4668
4272
  }
4669
- export declare namespace User {
4670
- /**
4671
- * @internal
4672
- */
4673
- const filterSensitiveLog: (obj: User) => any;
4674
- }
4675
4273
  /**
4676
4274
  * <p>A user with this ID already exists.</p>
4677
4275
  */
@@ -4712,12 +4310,6 @@ export interface CreateUserGroupMessage {
4712
4310
  */
4713
4311
  Tags?: Tag[];
4714
4312
  }
4715
- export declare namespace CreateUserGroupMessage {
4716
- /**
4717
- * @internal
4718
- */
4719
- const filterSensitiveLog: (obj: CreateUserGroupMessage) => any;
4720
- }
4721
4313
  /**
4722
4314
  * <p>You must add default user to a user group.</p>
4723
4315
  */
@@ -4742,12 +4334,6 @@ export interface UserGroupPendingChanges {
4742
4334
  */
4743
4335
  UserIdsToAdd?: string[];
4744
4336
  }
4745
- export declare namespace UserGroupPendingChanges {
4746
- /**
4747
- * @internal
4748
- */
4749
- const filterSensitiveLog: (obj: UserGroupPendingChanges) => any;
4750
- }
4751
4337
  export interface UserGroup {
4752
4338
  /**
4753
4339
  * <p>The ID of the user group.</p>
@@ -4782,12 +4368,6 @@ export interface UserGroup {
4782
4368
  */
4783
4369
  ARN?: string;
4784
4370
  }
4785
- export declare namespace UserGroup {
4786
- /**
4787
- * @internal
4788
- */
4789
- const filterSensitiveLog: (obj: UserGroup) => any;
4790
- }
4791
4371
  /**
4792
4372
  * <p>The user group with this ID already exists.</p>
4793
4373
  */
@@ -4837,12 +4417,6 @@ export interface DecreaseNodeGroupsInGlobalReplicationGroupMessage {
4837
4417
  */
4838
4418
  ApplyImmediately: boolean | undefined;
4839
4419
  }
4840
- export declare namespace DecreaseNodeGroupsInGlobalReplicationGroupMessage {
4841
- /**
4842
- * @internal
4843
- */
4844
- const filterSensitiveLog: (obj: DecreaseNodeGroupsInGlobalReplicationGroupMessage) => any;
4845
- }
4846
4420
  export interface DecreaseNodeGroupsInGlobalReplicationGroupResult {
4847
4421
  /**
4848
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
@@ -4858,12 +4432,6 @@ export interface DecreaseNodeGroupsInGlobalReplicationGroupResult {
4858
4432
  */
4859
4433
  GlobalReplicationGroup?: GlobalReplicationGroup;
4860
4434
  }
4861
- export declare namespace DecreaseNodeGroupsInGlobalReplicationGroupResult {
4862
- /**
4863
- * @internal
4864
- */
4865
- const filterSensitiveLog: (obj: DecreaseNodeGroupsInGlobalReplicationGroupResult) => any;
4866
- }
4867
4435
  /**
4868
4436
  * <p>Node group (shard) configuration options when adding or removing replicas.
4869
4437
  * Each node group (shard) configuration has the following members: NodeGroupId, NewReplicaCount, and PreferredAvailabilityZones. </p>
@@ -4911,12 +4479,6 @@ export interface ConfigureShard {
4911
4479
  */
4912
4480
  PreferredOutpostArns?: string[];
4913
4481
  }
4914
- export declare namespace ConfigureShard {
4915
- /**
4916
- * @internal
4917
- */
4918
- const filterSensitiveLog: (obj: ConfigureShard) => any;
4919
- }
4920
4482
  export interface DecreaseReplicaCountMessage {
4921
4483
  /**
4922
4484
  * <p>The id of the replication group from which you want to remove replica nodes.</p>
@@ -4963,24 +4525,12 @@ export interface DecreaseReplicaCountMessage {
4963
4525
  */
4964
4526
  ApplyImmediately: boolean | undefined;
4965
4527
  }
4966
- export declare namespace DecreaseReplicaCountMessage {
4967
- /**
4968
- * @internal
4969
- */
4970
- const filterSensitiveLog: (obj: DecreaseReplicaCountMessage) => any;
4971
- }
4972
4528
  export interface DecreaseReplicaCountResult {
4973
4529
  /**
4974
4530
  * <p>Contains all of the attributes of a specific Redis replication group.</p>
4975
4531
  */
4976
4532
  ReplicationGroup?: ReplicationGroup;
4977
4533
  }
4978
- export declare namespace DecreaseReplicaCountResult {
4979
- /**
4980
- * @internal
4981
- */
4982
- const filterSensitiveLog: (obj: DecreaseReplicaCountResult) => any;
4983
- }
4984
4534
  /**
4985
4535
  * <p>The operation was not performed because no changes were required.</p>
4986
4536
  */
@@ -5006,24 +4556,12 @@ export interface DeleteCacheClusterMessage {
5006
4556
  */
5007
4557
  FinalSnapshotIdentifier?: string;
5008
4558
  }
5009
- export declare namespace DeleteCacheClusterMessage {
5010
- /**
5011
- * @internal
5012
- */
5013
- const filterSensitiveLog: (obj: DeleteCacheClusterMessage) => any;
5014
- }
5015
4559
  export interface DeleteCacheClusterResult {
5016
4560
  /**
5017
4561
  * <p>Contains all of the attributes of a specific cluster.</p>
5018
4562
  */
5019
4563
  CacheCluster?: CacheCluster;
5020
4564
  }
5021
- export declare namespace DeleteCacheClusterResult {
5022
- /**
5023
- * @internal
5024
- */
5025
- const filterSensitiveLog: (obj: DeleteCacheClusterResult) => any;
5026
- }
5027
4565
  /**
5028
4566
  * <p>Represents the input of a <code>DeleteCacheParameterGroup</code> operation.</p>
5029
4567
  */
@@ -5036,12 +4574,6 @@ export interface DeleteCacheParameterGroupMessage {
5036
4574
  */
5037
4575
  CacheParameterGroupName: string | undefined;
5038
4576
  }
5039
- export declare namespace DeleteCacheParameterGroupMessage {
5040
- /**
5041
- * @internal
5042
- */
5043
- const filterSensitiveLog: (obj: DeleteCacheParameterGroupMessage) => any;
5044
- }
5045
4577
  /**
5046
4578
  * <p>Represents the input of a <code>DeleteCacheSecurityGroup</code> operation.</p>
5047
4579
  */
@@ -5054,12 +4586,6 @@ export interface DeleteCacheSecurityGroupMessage {
5054
4586
  */
5055
4587
  CacheSecurityGroupName: string | undefined;
5056
4588
  }
5057
- export declare namespace DeleteCacheSecurityGroupMessage {
5058
- /**
5059
- * @internal
5060
- */
5061
- const filterSensitiveLog: (obj: DeleteCacheSecurityGroupMessage) => any;
5062
- }
5063
4589
  /**
5064
4590
  * <p>The requested cache subnet group is currently in use.</p>
5065
4591
  */
@@ -5081,12 +4607,6 @@ export interface DeleteCacheSubnetGroupMessage {
5081
4607
  */
5082
4608
  CacheSubnetGroupName: string | undefined;
5083
4609
  }
5084
- export declare namespace DeleteCacheSubnetGroupMessage {
5085
- /**
5086
- * @internal
5087
- */
5088
- const filterSensitiveLog: (obj: DeleteCacheSubnetGroupMessage) => any;
5089
- }
5090
4610
  export interface DeleteGlobalReplicationGroupMessage {
5091
4611
  /**
5092
4612
  * <p>The name of the Global datastore</p>
@@ -5097,12 +4617,6 @@ export interface DeleteGlobalReplicationGroupMessage {
5097
4617
  */
5098
4618
  RetainPrimaryReplicationGroup: boolean | undefined;
5099
4619
  }
5100
- export declare namespace DeleteGlobalReplicationGroupMessage {
5101
- /**
5102
- * @internal
5103
- */
5104
- const filterSensitiveLog: (obj: DeleteGlobalReplicationGroupMessage) => any;
5105
- }
5106
4620
  export interface DeleteGlobalReplicationGroupResult {
5107
4621
  /**
5108
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
@@ -5118,12 +4632,6 @@ export interface DeleteGlobalReplicationGroupResult {
5118
4632
  */
5119
4633
  GlobalReplicationGroup?: GlobalReplicationGroup;
5120
4634
  }
5121
- export declare namespace DeleteGlobalReplicationGroupResult {
5122
- /**
5123
- * @internal
5124
- */
5125
- const filterSensitiveLog: (obj: DeleteGlobalReplicationGroupResult) => any;
5126
- }
5127
4635
  /**
5128
4636
  * <p>Represents the input of a <code>DeleteReplicationGroup</code> operation.</p>
5129
4637
  */
@@ -5145,24 +4653,12 @@ export interface DeleteReplicationGroupMessage {
5145
4653
  */
5146
4654
  FinalSnapshotIdentifier?: string;
5147
4655
  }
5148
- export declare namespace DeleteReplicationGroupMessage {
5149
- /**
5150
- * @internal
5151
- */
5152
- const filterSensitiveLog: (obj: DeleteReplicationGroupMessage) => any;
5153
- }
5154
4656
  export interface DeleteReplicationGroupResult {
5155
4657
  /**
5156
4658
  * <p>Contains all of the attributes of a specific Redis replication group.</p>
5157
4659
  */
5158
4660
  ReplicationGroup?: ReplicationGroup;
5159
4661
  }
5160
- export declare namespace DeleteReplicationGroupResult {
5161
- /**
5162
- * @internal
5163
- */
5164
- const filterSensitiveLog: (obj: DeleteReplicationGroupResult) => any;
5165
- }
5166
4662
  /**
5167
4663
  * <p>Represents the input of a <code>DeleteSnapshot</code> operation.</p>
5168
4664
  */
@@ -5172,24 +4668,12 @@ export interface DeleteSnapshotMessage {
5172
4668
  */
5173
4669
  SnapshotName: string | undefined;
5174
4670
  }
5175
- export declare namespace DeleteSnapshotMessage {
5176
- /**
5177
- * @internal
5178
- */
5179
- const filterSensitiveLog: (obj: DeleteSnapshotMessage) => any;
5180
- }
5181
4671
  export interface DeleteSnapshotResult {
5182
4672
  /**
5183
4673
  * <p>Represents a copy of an entire Redis cluster as of the time when the snapshot was taken.</p>
5184
4674
  */
5185
4675
  Snapshot?: Snapshot;
5186
4676
  }
5187
- export declare namespace DeleteSnapshotResult {
5188
- /**
5189
- * @internal
5190
- */
5191
- const filterSensitiveLog: (obj: DeleteSnapshotResult) => any;
5192
- }
5193
4677
  /**
5194
4678
  * <p>The default user assigned to the user group.</p>
5195
4679
  */
@@ -5207,12 +4691,6 @@ export interface DeleteUserMessage {
5207
4691
  */
5208
4692
  UserId: string | undefined;
5209
4693
  }
5210
- export declare namespace DeleteUserMessage {
5211
- /**
5212
- * @internal
5213
- */
5214
- const filterSensitiveLog: (obj: DeleteUserMessage) => any;
5215
- }
5216
4694
  /**
5217
4695
  * <p>The user is not in active state.</p>
5218
4696
  */
@@ -5230,12 +4708,6 @@ export interface DeleteUserGroupMessage {
5230
4708
  */
5231
4709
  UserGroupId: string | undefined;
5232
4710
  }
5233
- export declare namespace DeleteUserGroupMessage {
5234
- /**
5235
- * @internal
5236
- */
5237
- const filterSensitiveLog: (obj: DeleteUserGroupMessage) => any;
5238
- }
5239
4711
  /**
5240
4712
  * <p>Represents the output of a <code>DescribeCacheClusters</code> operation.</p>
5241
4713
  */
@@ -5249,12 +4721,6 @@ export interface CacheClusterMessage {
5249
4721
  */
5250
4722
  CacheClusters?: CacheCluster[];
5251
4723
  }
5252
- export declare namespace CacheClusterMessage {
5253
- /**
5254
- * @internal
5255
- */
5256
- const filterSensitiveLog: (obj: CacheClusterMessage) => any;
5257
- }
5258
4724
  /**
5259
4725
  * <p>Represents the input of a <code>DescribeCacheClusters</code> operation.</p>
5260
4726
  */
@@ -5292,12 +4758,6 @@ export interface DescribeCacheClustersMessage {
5292
4758
  */
5293
4759
  ShowCacheClustersNotInReplicationGroups?: boolean;
5294
4760
  }
5295
- export declare namespace DescribeCacheClustersMessage {
5296
- /**
5297
- * @internal
5298
- */
5299
- const filterSensitiveLog: (obj: DescribeCacheClustersMessage) => any;
5300
- }
5301
4761
  /**
5302
4762
  * <p>Provides all of the details about a particular cache engine version.</p>
5303
4763
  */
@@ -5334,12 +4794,6 @@ export interface CacheEngineVersion {
5334
4794
  */
5335
4795
  CacheEngineVersionDescription?: string;
5336
4796
  }
5337
- export declare namespace CacheEngineVersion {
5338
- /**
5339
- * @internal
5340
- */
5341
- const filterSensitiveLog: (obj: CacheEngineVersion) => any;
5342
- }
5343
4797
  /**
5344
4798
  * <p>Represents the output of a <a>DescribeCacheEngineVersions</a> operation.</p>
5345
4799
  */
@@ -5354,12 +4808,6 @@ export interface CacheEngineVersionMessage {
5354
4808
  */
5355
4809
  CacheEngineVersions?: CacheEngineVersion[];
5356
4810
  }
5357
- export declare namespace CacheEngineVersionMessage {
5358
- /**
5359
- * @internal
5360
- */
5361
- const filterSensitiveLog: (obj: CacheEngineVersionMessage) => any;
5362
- }
5363
4811
  /**
5364
4812
  * <p>Represents the input of a <code>DescribeCacheEngineVersions</code> operation.</p>
5365
4813
  */
@@ -5424,12 +4872,6 @@ export interface DescribeCacheEngineVersionsMessage {
5424
4872
  */
5425
4873
  DefaultOnly?: boolean;
5426
4874
  }
5427
- export declare namespace DescribeCacheEngineVersionsMessage {
5428
- /**
5429
- * @internal
5430
- */
5431
- const filterSensitiveLog: (obj: DescribeCacheEngineVersionsMessage) => any;
5432
- }
5433
4875
  /**
5434
4876
  * <p>Represents the output of a <code>DescribeCacheParameterGroups</code> operation.</p>
5435
4877
  */
@@ -5444,12 +4886,6 @@ export interface CacheParameterGroupsMessage {
5444
4886
  */
5445
4887
  CacheParameterGroups?: CacheParameterGroup[];
5446
4888
  }
5447
- export declare namespace CacheParameterGroupsMessage {
5448
- /**
5449
- * @internal
5450
- */
5451
- const filterSensitiveLog: (obj: CacheParameterGroupsMessage) => any;
5452
- }
5453
4889
  /**
5454
4890
  * <p>Represents the input of a <code>DescribeCacheParameterGroups</code> operation.</p>
5455
4891
  */
@@ -5474,12 +4910,6 @@ export interface DescribeCacheParameterGroupsMessage {
5474
4910
  */
5475
4911
  Marker?: string;
5476
4912
  }
5477
- export declare namespace DescribeCacheParameterGroupsMessage {
5478
- /**
5479
- * @internal
5480
- */
5481
- const filterSensitiveLog: (obj: DescribeCacheParameterGroupsMessage) => any;
5482
- }
5483
4913
  /**
5484
4914
  * <p>A value that applies only to a certain cache node type.</p>
5485
4915
  */
@@ -5493,12 +4923,6 @@ export interface CacheNodeTypeSpecificValue {
5493
4923
  */
5494
4924
  Value?: string;
5495
4925
  }
5496
- export declare namespace CacheNodeTypeSpecificValue {
5497
- /**
5498
- * @internal
5499
- */
5500
- const filterSensitiveLog: (obj: CacheNodeTypeSpecificValue) => any;
5501
- }
5502
4926
  export declare type ChangeType = "immediate" | "requires-reboot";
5503
4927
  /**
5504
4928
  * <p>A parameter that has a different value for each cache node type it is applied to. For
@@ -5548,12 +4972,6 @@ export interface CacheNodeTypeSpecificParameter {
5548
4972
  */
5549
4973
  ChangeType?: ChangeType | string;
5550
4974
  }
5551
- export declare namespace CacheNodeTypeSpecificParameter {
5552
- /**
5553
- * @internal
5554
- */
5555
- const filterSensitiveLog: (obj: CacheNodeTypeSpecificParameter) => any;
5556
- }
5557
4975
  /**
5558
4976
  * <p>Describes an individual setting that controls some aspect of ElastiCache behavior.</p>
5559
4977
  */
@@ -5599,12 +5017,6 @@ export interface Parameter {
5599
5017
  */
5600
5018
  ChangeType?: ChangeType | string;
5601
5019
  }
5602
- export declare namespace Parameter {
5603
- /**
5604
- * @internal
5605
- */
5606
- const filterSensitiveLog: (obj: Parameter) => any;
5607
- }
5608
5020
  /**
5609
5021
  * <p>Represents the output of a <code>DescribeCacheParameters</code> operation.</p>
5610
5022
  */
@@ -5623,12 +5035,6 @@ export interface CacheParameterGroupDetails {
5623
5035
  */
5624
5036
  CacheNodeTypeSpecificParameters?: CacheNodeTypeSpecificParameter[];
5625
5037
  }
5626
- export declare namespace CacheParameterGroupDetails {
5627
- /**
5628
- * @internal
5629
- */
5630
- const filterSensitiveLog: (obj: CacheParameterGroupDetails) => any;
5631
- }
5632
5038
  /**
5633
5039
  * <p>Represents the input of a <code>DescribeCacheParameters</code> operation.</p>
5634
5040
  */
@@ -5660,12 +5066,6 @@ export interface DescribeCacheParametersMessage {
5660
5066
  */
5661
5067
  Marker?: string;
5662
5068
  }
5663
- export declare namespace DescribeCacheParametersMessage {
5664
- /**
5665
- * @internal
5666
- */
5667
- const filterSensitiveLog: (obj: DescribeCacheParametersMessage) => any;
5668
- }
5669
5069
  /**
5670
5070
  * <p>Represents the output of a <code>DescribeCacheSecurityGroups</code> operation.</p>
5671
5071
  */
@@ -5679,12 +5079,6 @@ export interface CacheSecurityGroupMessage {
5679
5079
  */
5680
5080
  CacheSecurityGroups?: CacheSecurityGroup[];
5681
5081
  }
5682
- export declare namespace CacheSecurityGroupMessage {
5683
- /**
5684
- * @internal
5685
- */
5686
- const filterSensitiveLog: (obj: CacheSecurityGroupMessage) => any;
5687
- }
5688
5082
  /**
5689
5083
  * <p>Represents the input of a <code>DescribeCacheSecurityGroups</code> operation.</p>
5690
5084
  */
@@ -5709,12 +5103,6 @@ export interface DescribeCacheSecurityGroupsMessage {
5709
5103
  */
5710
5104
  Marker?: string;
5711
5105
  }
5712
- export declare namespace DescribeCacheSecurityGroupsMessage {
5713
- /**
5714
- * @internal
5715
- */
5716
- const filterSensitiveLog: (obj: DescribeCacheSecurityGroupsMessage) => any;
5717
- }
5718
5106
  /**
5719
5107
  * <p>Represents the output of a <code>DescribeCacheSubnetGroups</code> operation.</p>
5720
5108
  */
@@ -5728,12 +5116,6 @@ export interface CacheSubnetGroupMessage {
5728
5116
  */
5729
5117
  CacheSubnetGroups?: CacheSubnetGroup[];
5730
5118
  }
5731
- export declare namespace CacheSubnetGroupMessage {
5732
- /**
5733
- * @internal
5734
- */
5735
- const filterSensitiveLog: (obj: CacheSubnetGroupMessage) => any;
5736
- }
5737
5119
  /**
5738
5120
  * <p>Represents the input of a <code>DescribeCacheSubnetGroups</code> operation.</p>
5739
5121
  */
@@ -5759,12 +5141,6 @@ export interface DescribeCacheSubnetGroupsMessage {
5759
5141
  */
5760
5142
  Marker?: string;
5761
5143
  }
5762
- export declare namespace DescribeCacheSubnetGroupsMessage {
5763
- /**
5764
- * @internal
5765
- */
5766
- const filterSensitiveLog: (obj: DescribeCacheSubnetGroupsMessage) => any;
5767
- }
5768
5144
  /**
5769
5145
  * <p>Represents the input of a <code>DescribeEngineDefaultParameters</code> operation.</p>
5770
5146
  */
@@ -5801,12 +5177,6 @@ export interface DescribeEngineDefaultParametersMessage {
5801
5177
  */
5802
5178
  Marker?: string;
5803
5179
  }
5804
- export declare namespace DescribeEngineDefaultParametersMessage {
5805
- /**
5806
- * @internal
5807
- */
5808
- const filterSensitiveLog: (obj: DescribeEngineDefaultParametersMessage) => any;
5809
- }
5810
5180
  /**
5811
5181
  * <p>Represents the output of a <code>DescribeEngineDefaultParameters</code> operation.</p>
5812
5182
  */
@@ -5840,24 +5210,12 @@ export interface EngineDefaults {
5840
5210
  */
5841
5211
  CacheNodeTypeSpecificParameters?: CacheNodeTypeSpecificParameter[];
5842
5212
  }
5843
- export declare namespace EngineDefaults {
5844
- /**
5845
- * @internal
5846
- */
5847
- const filterSensitiveLog: (obj: EngineDefaults) => any;
5848
- }
5849
5213
  export interface DescribeEngineDefaultParametersResult {
5850
5214
  /**
5851
5215
  * <p>Represents the output of a <code>DescribeEngineDefaultParameters</code> operation.</p>
5852
5216
  */
5853
5217
  EngineDefaults?: EngineDefaults;
5854
5218
  }
5855
- export declare namespace DescribeEngineDefaultParametersResult {
5856
- /**
5857
- * @internal
5858
- */
5859
- const filterSensitiveLog: (obj: DescribeEngineDefaultParametersResult) => any;
5860
- }
5861
5219
  export declare type SourceType = "cache-cluster" | "cache-parameter-group" | "cache-security-group" | "cache-subnet-group" | "replication-group" | "user" | "user-group";
5862
5220
  /**
5863
5221
  * <p>Represents the input of a <code>DescribeEvents</code> operation.</p>
@@ -5906,12 +5264,6 @@ export interface DescribeEventsMessage {
5906
5264
  */
5907
5265
  Marker?: string;
5908
5266
  }
5909
- export declare namespace DescribeEventsMessage {
5910
- /**
5911
- * @internal
5912
- */
5913
- const filterSensitiveLog: (obj: DescribeEventsMessage) => any;
5914
- }
5915
5267
  /**
5916
5268
  * <p>Represents a single occurrence of something interesting within the system.
5917
5269
  * Some examples of events are creating a cluster, adding or removing a cache node, or rebooting a node.</p>
@@ -5936,12 +5288,6 @@ export interface Event {
5936
5288
  */
5937
5289
  Date?: Date;
5938
5290
  }
5939
- export declare namespace Event {
5940
- /**
5941
- * @internal
5942
- */
5943
- const filterSensitiveLog: (obj: Event) => any;
5944
- }
5945
5291
  /**
5946
5292
  * <p>Represents the output of a <code>DescribeEvents</code> operation.</p>
5947
5293
  */
@@ -5955,12 +5301,6 @@ export interface EventsMessage {
5955
5301
  */
5956
5302
  Events?: Event[];
5957
5303
  }
5958
- export declare namespace EventsMessage {
5959
- /**
5960
- * @internal
5961
- */
5962
- const filterSensitiveLog: (obj: EventsMessage) => any;
5963
- }
5964
5304
  export interface DescribeGlobalReplicationGroupsMessage {
5965
5305
  /**
5966
5306
  * <p>The name of the Global datastore</p>
@@ -5979,12 +5319,6 @@ export interface DescribeGlobalReplicationGroupsMessage {
5979
5319
  */
5980
5320
  ShowMemberInfo?: boolean;
5981
5321
  }
5982
- export declare namespace DescribeGlobalReplicationGroupsMessage {
5983
- /**
5984
- * @internal
5985
- */
5986
- const filterSensitiveLog: (obj: DescribeGlobalReplicationGroupsMessage) => any;
5987
- }
5988
5322
  export interface DescribeGlobalReplicationGroupsResult {
5989
5323
  /**
5990
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>
@@ -5995,12 +5329,6 @@ export interface DescribeGlobalReplicationGroupsResult {
5995
5329
  */
5996
5330
  GlobalReplicationGroups?: GlobalReplicationGroup[];
5997
5331
  }
5998
- export declare namespace DescribeGlobalReplicationGroupsResult {
5999
- /**
6000
- * @internal
6001
- */
6002
- const filterSensitiveLog: (obj: DescribeGlobalReplicationGroupsResult) => any;
6003
- }
6004
5332
  /**
6005
5333
  * <p>Represents the input of a <code>DescribeReplicationGroups</code> operation.</p>
6006
5334
  */
@@ -6026,12 +5354,6 @@ export interface DescribeReplicationGroupsMessage {
6026
5354
  */
6027
5355
  Marker?: string;
6028
5356
  }
6029
- export declare namespace DescribeReplicationGroupsMessage {
6030
- /**
6031
- * @internal
6032
- */
6033
- const filterSensitiveLog: (obj: DescribeReplicationGroupsMessage) => any;
6034
- }
6035
5357
  /**
6036
5358
  * <p>Represents the output of a <code>DescribeReplicationGroups</code> operation.</p>
6037
5359
  */
@@ -6045,12 +5367,6 @@ export interface ReplicationGroupMessage {
6045
5367
  */
6046
5368
  ReplicationGroups?: ReplicationGroup[];
6047
5369
  }
6048
- export declare namespace ReplicationGroupMessage {
6049
- /**
6050
- * @internal
6051
- */
6052
- const filterSensitiveLog: (obj: ReplicationGroupMessage) => any;
6053
- }
6054
5370
  /**
6055
5371
  * <p>Represents the input of a <code>DescribeReservedCacheNodes</code> operation.</p>
6056
5372
  */
@@ -6365,12 +5681,6 @@ export interface DescribeReservedCacheNodesMessage {
6365
5681
  */
6366
5682
  Marker?: string;
6367
5683
  }
6368
- export declare namespace DescribeReservedCacheNodesMessage {
6369
- /**
6370
- * @internal
6371
- */
6372
- const filterSensitiveLog: (obj: DescribeReservedCacheNodesMessage) => any;
6373
- }
6374
5684
  /**
6375
5685
  * <p>Contains the specific price and frequency of a recurring charges for a reserved cache node,
6376
5686
  * or for a reserved cache node offering.</p>
@@ -6385,12 +5695,6 @@ export interface RecurringCharge {
6385
5695
  */
6386
5696
  RecurringChargeFrequency?: string;
6387
5697
  }
6388
- export declare namespace RecurringCharge {
6389
- /**
6390
- * @internal
6391
- */
6392
- const filterSensitiveLog: (obj: RecurringCharge) => any;
6393
- }
6394
5698
  /**
6395
5699
  * <p>Represents the output of a <code>PurchaseReservedCacheNodesOffering</code> operation.</p>
6396
5700
  */
@@ -6706,12 +6010,6 @@ export interface ReservedCacheNode {
6706
6010
  */
6707
6011
  ReservationARN?: string;
6708
6012
  }
6709
- export declare namespace ReservedCacheNode {
6710
- /**
6711
- * @internal
6712
- */
6713
- const filterSensitiveLog: (obj: ReservedCacheNode) => any;
6714
- }
6715
6013
  /**
6716
6014
  * <p>Represents the output of a <code>DescribeReservedCacheNodes</code> operation.</p>
6717
6015
  */
@@ -6725,12 +6023,6 @@ export interface ReservedCacheNodeMessage {
6725
6023
  */
6726
6024
  ReservedCacheNodes?: ReservedCacheNode[];
6727
6025
  }
6728
- export declare namespace ReservedCacheNodeMessage {
6729
- /**
6730
- * @internal
6731
- */
6732
- const filterSensitiveLog: (obj: ReservedCacheNodeMessage) => any;
6733
- }
6734
6026
  /**
6735
6027
  * <p>Represents the input of a <code>DescribeReservedCacheNodesOfferings</code> operation.</p>
6736
6028
  */
@@ -7044,12 +6336,6 @@ export interface DescribeReservedCacheNodesOfferingsMessage {
7044
6336
  */
7045
6337
  Marker?: string;
7046
6338
  }
7047
- export declare namespace DescribeReservedCacheNodesOfferingsMessage {
7048
- /**
7049
- * @internal
7050
- */
7051
- const filterSensitiveLog: (obj: DescribeReservedCacheNodesOfferingsMessage) => any;
7052
- }
7053
6339
  /**
7054
6340
  * <p>Describes all of the attributes of a reserved cache node offering.</p>
7055
6341
  */
@@ -7346,12 +6632,6 @@ export interface ReservedCacheNodesOffering {
7346
6632
  */
7347
6633
  RecurringCharges?: RecurringCharge[];
7348
6634
  }
7349
- export declare namespace ReservedCacheNodesOffering {
7350
- /**
7351
- * @internal
7352
- */
7353
- const filterSensitiveLog: (obj: ReservedCacheNodesOffering) => any;
7354
- }
7355
6635
  /**
7356
6636
  * <p>Represents the output of a <code>DescribeReservedCacheNodesOfferings</code> operation.</p>
7357
6637
  */
@@ -7365,12 +6645,6 @@ export interface ReservedCacheNodesOfferingMessage {
7365
6645
  */
7366
6646
  ReservedCacheNodesOfferings?: ReservedCacheNodesOffering[];
7367
6647
  }
7368
- export declare namespace ReservedCacheNodesOfferingMessage {
7369
- /**
7370
- * @internal
7371
- */
7372
- const filterSensitiveLog: (obj: ReservedCacheNodesOfferingMessage) => any;
7373
- }
7374
6648
  /**
7375
6649
  * <p>The requested cache node offering does not exist.</p>
7376
6650
  */
@@ -7408,12 +6682,6 @@ export interface DescribeServiceUpdatesMessage {
7408
6682
  */
7409
6683
  Marker?: string;
7410
6684
  }
7411
- export declare namespace DescribeServiceUpdatesMessage {
7412
- /**
7413
- * @internal
7414
- */
7415
- const filterSensitiveLog: (obj: DescribeServiceUpdatesMessage) => any;
7416
- }
7417
6685
  export declare enum ServiceUpdateSeverity {
7418
6686
  CRITICAL = "critical",
7419
6687
  IMPORTANT = "important",
@@ -7476,12 +6744,6 @@ export interface ServiceUpdate {
7476
6744
  */
7477
6745
  EstimatedUpdateTime?: string;
7478
6746
  }
7479
- export declare namespace ServiceUpdate {
7480
- /**
7481
- * @internal
7482
- */
7483
- const filterSensitiveLog: (obj: ServiceUpdate) => any;
7484
- }
7485
6747
  export interface ServiceUpdatesMessage {
7486
6748
  /**
7487
6749
  * <p>An optional marker returned from a prior request.
@@ -7495,12 +6757,6 @@ export interface ServiceUpdatesMessage {
7495
6757
  */
7496
6758
  ServiceUpdates?: ServiceUpdate[];
7497
6759
  }
7498
- export declare namespace ServiceUpdatesMessage {
7499
- /**
7500
- * @internal
7501
- */
7502
- const filterSensitiveLog: (obj: ServiceUpdatesMessage) => any;
7503
- }
7504
6760
  /**
7505
6761
  * <p>Represents the output of a <code>DescribeSnapshots</code> operation.</p>
7506
6762
  */
@@ -7517,12 +6773,6 @@ export interface DescribeSnapshotsListMessage {
7517
6773
  */
7518
6774
  Snapshots?: Snapshot[];
7519
6775
  }
7520
- export declare namespace DescribeSnapshotsListMessage {
7521
- /**
7522
- * @internal
7523
- */
7524
- const filterSensitiveLog: (obj: DescribeSnapshotsListMessage) => any;
7525
- }
7526
6776
  /**
7527
6777
  * <p>Represents the input of a <code>DescribeSnapshotsMessage</code> operation.</p>
7528
6778
  */
@@ -7568,12 +6818,6 @@ export interface DescribeSnapshotsMessage {
7568
6818
  */
7569
6819
  ShowNodeGroupConfig?: boolean;
7570
6820
  }
7571
- export declare namespace DescribeSnapshotsMessage {
7572
- /**
7573
- * @internal
7574
- */
7575
- const filterSensitiveLog: (obj: DescribeSnapshotsMessage) => any;
7576
- }
7577
6821
  /**
7578
6822
  * <p>Filters update actions from the service updates that are in available status during the time range.</p>
7579
6823
  */
@@ -7587,12 +6831,6 @@ export interface TimeRangeFilter {
7587
6831
  */
7588
6832
  EndTime?: Date;
7589
6833
  }
7590
- export declare namespace TimeRangeFilter {
7591
- /**
7592
- * @internal
7593
- */
7594
- const filterSensitiveLog: (obj: TimeRangeFilter) => any;
7595
- }
7596
6834
  export interface DescribeUpdateActionsMessage {
7597
6835
  /**
7598
6836
  * <p>The unique ID of the service update</p>
@@ -7638,12 +6876,6 @@ export interface DescribeUpdateActionsMessage {
7638
6876
  */
7639
6877
  Marker?: string;
7640
6878
  }
7641
- export declare namespace DescribeUpdateActionsMessage {
7642
- /**
7643
- * @internal
7644
- */
7645
- const filterSensitiveLog: (obj: DescribeUpdateActionsMessage) => any;
7646
- }
7647
6879
  export declare enum NodeUpdateInitiatedBy {
7648
6880
  CUSTOMER = "customer",
7649
6881
  SYSTEM = "system"
@@ -7693,12 +6925,6 @@ export interface CacheNodeUpdateStatus {
7693
6925
  */
7694
6926
  NodeUpdateStatusModifiedDate?: Date;
7695
6927
  }
7696
- export declare namespace CacheNodeUpdateStatus {
7697
- /**
7698
- * @internal
7699
- */
7700
- const filterSensitiveLog: (obj: CacheNodeUpdateStatus) => any;
7701
- }
7702
6928
  /**
7703
6929
  * <p>The status of the service update on the node group member </p>
7704
6930
  */
@@ -7740,12 +6966,6 @@ export interface NodeGroupMemberUpdateStatus {
7740
6966
  */
7741
6967
  NodeUpdateStatusModifiedDate?: Date;
7742
6968
  }
7743
- export declare namespace NodeGroupMemberUpdateStatus {
7744
- /**
7745
- * @internal
7746
- */
7747
- const filterSensitiveLog: (obj: NodeGroupMemberUpdateStatus) => any;
7748
- }
7749
6969
  /**
7750
6970
  * <p>The status of the service update on the node group </p>
7751
6971
  */
@@ -7759,12 +6979,6 @@ export interface NodeGroupUpdateStatus {
7759
6979
  */
7760
6980
  NodeGroupMemberUpdateStatus?: NodeGroupMemberUpdateStatus[];
7761
6981
  }
7762
- export declare namespace NodeGroupUpdateStatus {
7763
- /**
7764
- * @internal
7765
- */
7766
- const filterSensitiveLog: (obj: NodeGroupUpdateStatus) => any;
7767
- }
7768
6982
  export declare enum SlaMet {
7769
6983
  NA = "n/a",
7770
6984
  NO = "no",
@@ -7844,12 +7058,6 @@ export interface UpdateAction {
7844
7058
  */
7845
7059
  Engine?: string;
7846
7060
  }
7847
- export declare namespace UpdateAction {
7848
- /**
7849
- * @internal
7850
- */
7851
- const filterSensitiveLog: (obj: UpdateAction) => any;
7852
- }
7853
7061
  export interface UpdateActionsMessage {
7854
7062
  /**
7855
7063
  * <p>An optional marker returned from a prior request.
@@ -7863,12 +7071,6 @@ export interface UpdateActionsMessage {
7863
7071
  */
7864
7072
  UpdateActions?: UpdateAction[];
7865
7073
  }
7866
- export declare namespace UpdateActionsMessage {
7867
- /**
7868
- * @internal
7869
- */
7870
- const filterSensitiveLog: (obj: UpdateActionsMessage) => any;
7871
- }
7872
7074
  export interface DescribeUserGroupsMessage {
7873
7075
  /**
7874
7076
  * <p>The ID of the user group.</p>
@@ -7883,12 +7085,6 @@ export interface DescribeUserGroupsMessage {
7883
7085
  */
7884
7086
  Marker?: string;
7885
7087
  }
7886
- export declare namespace DescribeUserGroupsMessage {
7887
- /**
7888
- * @internal
7889
- */
7890
- const filterSensitiveLog: (obj: DescribeUserGroupsMessage) => any;
7891
- }
7892
7088
  export interface DescribeUserGroupsResult {
7893
7089
  /**
7894
7090
  * <p>Returns a list of user groups.</p>
@@ -7899,12 +7095,6 @@ export interface DescribeUserGroupsResult {
7899
7095
  */
7900
7096
  Marker?: string;
7901
7097
  }
7902
- export declare namespace DescribeUserGroupsResult {
7903
- /**
7904
- * @internal
7905
- */
7906
- const filterSensitiveLog: (obj: DescribeUserGroupsResult) => any;
7907
- }
7908
7098
  /**
7909
7099
  * <p>Used to streamline results of a search based on the property being filtered.</p>
7910
7100
  */
@@ -7918,12 +7108,6 @@ export interface Filter {
7918
7108
  */
7919
7109
  Values: string[] | undefined;
7920
7110
  }
7921
- export declare namespace Filter {
7922
- /**
7923
- * @internal
7924
- */
7925
- const filterSensitiveLog: (obj: Filter) => any;
7926
- }
7927
7111
  export interface DescribeUsersMessage {
7928
7112
  /**
7929
7113
  * <p>The Redis engine. </p>
@@ -7946,12 +7130,6 @@ export interface DescribeUsersMessage {
7946
7130
  */
7947
7131
  Marker?: string;
7948
7132
  }
7949
- export declare namespace DescribeUsersMessage {
7950
- /**
7951
- * @internal
7952
- */
7953
- const filterSensitiveLog: (obj: DescribeUsersMessage) => any;
7954
- }
7955
7133
  export interface DescribeUsersResult {
7956
7134
  /**
7957
7135
  * <p>A list of users.</p>
@@ -7962,12 +7140,6 @@ export interface DescribeUsersResult {
7962
7140
  */
7963
7141
  Marker?: string;
7964
7142
  }
7965
- export declare namespace DescribeUsersResult {
7966
- /**
7967
- * @internal
7968
- */
7969
- const filterSensitiveLog: (obj: DescribeUsersResult) => any;
7970
- }
7971
7143
  export interface DisassociateGlobalReplicationGroupMessage {
7972
7144
  /**
7973
7145
  * <p>The name of the Global datastore</p>
@@ -7982,12 +7154,6 @@ export interface DisassociateGlobalReplicationGroupMessage {
7982
7154
  */
7983
7155
  ReplicationGroupRegion: string | undefined;
7984
7156
  }
7985
- export declare namespace DisassociateGlobalReplicationGroupMessage {
7986
- /**
7987
- * @internal
7988
- */
7989
- const filterSensitiveLog: (obj: DisassociateGlobalReplicationGroupMessage) => any;
7990
- }
7991
7157
  export interface DisassociateGlobalReplicationGroupResult {
7992
7158
  /**
7993
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
@@ -8003,12 +7169,6 @@ export interface DisassociateGlobalReplicationGroupResult {
8003
7169
  */
8004
7170
  GlobalReplicationGroup?: GlobalReplicationGroup;
8005
7171
  }
8006
- export declare namespace DisassociateGlobalReplicationGroupResult {
8007
- /**
8008
- * @internal
8009
- */
8010
- const filterSensitiveLog: (obj: DisassociateGlobalReplicationGroupResult) => any;
8011
- }
8012
7172
  export interface FailoverGlobalReplicationGroupMessage {
8013
7173
  /**
8014
7174
  * <p>The name of the Global datastore</p>
@@ -8023,12 +7183,6 @@ export interface FailoverGlobalReplicationGroupMessage {
8023
7183
  */
8024
7184
  PrimaryReplicationGroupId: string | undefined;
8025
7185
  }
8026
- export declare namespace FailoverGlobalReplicationGroupMessage {
8027
- /**
8028
- * @internal
8029
- */
8030
- const filterSensitiveLog: (obj: FailoverGlobalReplicationGroupMessage) => any;
8031
- }
8032
7186
  export interface FailoverGlobalReplicationGroupResult {
8033
7187
  /**
8034
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
@@ -8044,12 +7198,6 @@ export interface FailoverGlobalReplicationGroupResult {
8044
7198
  */
8045
7199
  GlobalReplicationGroup?: GlobalReplicationGroup;
8046
7200
  }
8047
- export declare namespace FailoverGlobalReplicationGroupResult {
8048
- /**
8049
- * @internal
8050
- */
8051
- const filterSensitiveLog: (obj: FailoverGlobalReplicationGroupResult) => any;
8052
- }
8053
7201
  /**
8054
7202
  * <p>A list of <code>PreferredAvailabilityZones</code> objects that specifies
8055
7203
  * the configuration of a node group in the resharded cluster.</p>
@@ -8065,12 +7213,6 @@ export interface ReshardingConfiguration {
8065
7213
  */
8066
7214
  PreferredAvailabilityZones?: string[];
8067
7215
  }
8068
- export declare namespace ReshardingConfiguration {
8069
- /**
8070
- * @internal
8071
- */
8072
- const filterSensitiveLog: (obj: ReshardingConfiguration) => any;
8073
- }
8074
7216
  /**
8075
7217
  * <p>A list of the replication groups </p>
8076
7218
  */
@@ -8088,12 +7230,6 @@ export interface RegionalConfiguration {
8088
7230
  */
8089
7231
  ReshardingConfiguration: ReshardingConfiguration[] | undefined;
8090
7232
  }
8091
- export declare namespace RegionalConfiguration {
8092
- /**
8093
- * @internal
8094
- */
8095
- const filterSensitiveLog: (obj: RegionalConfiguration) => any;
8096
- }
8097
7233
  export interface IncreaseNodeGroupsInGlobalReplicationGroupMessage {
8098
7234
  /**
8099
7235
  * <p>The name of the Global datastore</p>
@@ -8112,12 +7248,6 @@ export interface IncreaseNodeGroupsInGlobalReplicationGroupMessage {
8112
7248
  */
8113
7249
  ApplyImmediately: boolean | undefined;
8114
7250
  }
8115
- export declare namespace IncreaseNodeGroupsInGlobalReplicationGroupMessage {
8116
- /**
8117
- * @internal
8118
- */
8119
- const filterSensitiveLog: (obj: IncreaseNodeGroupsInGlobalReplicationGroupMessage) => any;
8120
- }
8121
7251
  export interface IncreaseNodeGroupsInGlobalReplicationGroupResult {
8122
7252
  /**
8123
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
@@ -8133,12 +7263,6 @@ export interface IncreaseNodeGroupsInGlobalReplicationGroupResult {
8133
7263
  */
8134
7264
  GlobalReplicationGroup?: GlobalReplicationGroup;
8135
7265
  }
8136
- export declare namespace IncreaseNodeGroupsInGlobalReplicationGroupResult {
8137
- /**
8138
- * @internal
8139
- */
8140
- const filterSensitiveLog: (obj: IncreaseNodeGroupsInGlobalReplicationGroupResult) => any;
8141
- }
8142
7266
  export interface IncreaseReplicaCountMessage {
8143
7267
  /**
8144
7268
  * <p>The id of the replication group to which you want to add replica nodes.</p>
@@ -8164,24 +7288,12 @@ export interface IncreaseReplicaCountMessage {
8164
7288
  */
8165
7289
  ApplyImmediately: boolean | undefined;
8166
7290
  }
8167
- export declare namespace IncreaseReplicaCountMessage {
8168
- /**
8169
- * @internal
8170
- */
8171
- const filterSensitiveLog: (obj: IncreaseReplicaCountMessage) => any;
8172
- }
8173
7291
  export interface IncreaseReplicaCountResult {
8174
7292
  /**
8175
7293
  * <p>Contains all of the attributes of a specific Redis replication group.</p>
8176
7294
  */
8177
7295
  ReplicationGroup?: ReplicationGroup;
8178
7296
  }
8179
- export declare namespace IncreaseReplicaCountResult {
8180
- /**
8181
- * @internal
8182
- */
8183
- const filterSensitiveLog: (obj: IncreaseReplicaCountResult) => any;
8184
- }
8185
7297
  /**
8186
7298
  * <p>The KMS key supplied is not valid.</p>
8187
7299
  */
@@ -8219,12 +7331,6 @@ export interface ListAllowedNodeTypeModificationsMessage {
8219
7331
  */
8220
7332
  ReplicationGroupId?: string;
8221
7333
  }
8222
- export declare namespace ListAllowedNodeTypeModificationsMessage {
8223
- /**
8224
- * @internal
8225
- */
8226
- const filterSensitiveLog: (obj: ListAllowedNodeTypeModificationsMessage) => any;
8227
- }
8228
7334
  /**
8229
7335
  * <p>The input parameters for the <code>ListTagsForResource</code> operation.</p>
8230
7336
  */
@@ -8237,12 +7343,6 @@ export interface ListTagsForResourceMessage {
8237
7343
  */
8238
7344
  ResourceName: string | undefined;
8239
7345
  }
8240
- export declare namespace ListTagsForResourceMessage {
8241
- /**
8242
- * @internal
8243
- */
8244
- const filterSensitiveLog: (obj: ListTagsForResourceMessage) => any;
8245
- }
8246
7346
  export declare type AuthTokenUpdateStrategyType = "DELETE" | "ROTATE" | "SET";
8247
7347
  /**
8248
7348
  * <p>Represents the input of a <code>ModifyCacheCluster</code> operation.</p>
@@ -8582,24 +7682,12 @@ export interface ModifyCacheClusterMessage {
8582
7682
  */
8583
7683
  LogDeliveryConfigurations?: LogDeliveryConfigurationRequest[];
8584
7684
  }
8585
- export declare namespace ModifyCacheClusterMessage {
8586
- /**
8587
- * @internal
8588
- */
8589
- const filterSensitiveLog: (obj: ModifyCacheClusterMessage) => any;
8590
- }
8591
7685
  export interface ModifyCacheClusterResult {
8592
7686
  /**
8593
7687
  * <p>Contains all of the attributes of a specific cluster.</p>
8594
7688
  */
8595
7689
  CacheCluster?: CacheCluster;
8596
7690
  }
8597
- export declare namespace ModifyCacheClusterResult {
8598
- /**
8599
- * @internal
8600
- */
8601
- const filterSensitiveLog: (obj: ModifyCacheClusterResult) => any;
8602
- }
8603
7691
  /**
8604
7692
  * <p>Represents the output of one of the following operations:</p>
8605
7693
  * <ul>
@@ -8621,12 +7709,6 @@ export interface CacheParameterGroupNameMessage {
8621
7709
  */
8622
7710
  CacheParameterGroupName?: string;
8623
7711
  }
8624
- export declare namespace CacheParameterGroupNameMessage {
8625
- /**
8626
- * @internal
8627
- */
8628
- const filterSensitiveLog: (obj: CacheParameterGroupNameMessage) => any;
8629
- }
8630
7712
  /**
8631
7713
  * <p>Describes a name-value pair that is used to update the value of a parameter.</p>
8632
7714
  */
@@ -8640,12 +7722,6 @@ export interface ParameterNameValue {
8640
7722
  */
8641
7723
  ParameterValue?: string;
8642
7724
  }
8643
- export declare namespace ParameterNameValue {
8644
- /**
8645
- * @internal
8646
- */
8647
- const filterSensitiveLog: (obj: ParameterNameValue) => any;
8648
- }
8649
7725
  /**
8650
7726
  * <p>Represents the input of a <code>ModifyCacheParameterGroup</code> operation.</p>
8651
7727
  */
@@ -8659,12 +7735,6 @@ export interface ModifyCacheParameterGroupMessage {
8659
7735
  */
8660
7736
  ParameterNameValues: ParameterNameValue[] | undefined;
8661
7737
  }
8662
- export declare namespace ModifyCacheParameterGroupMessage {
8663
- /**
8664
- * @internal
8665
- */
8666
- const filterSensitiveLog: (obj: ModifyCacheParameterGroupMessage) => any;
8667
- }
8668
7738
  /**
8669
7739
  * <p>Represents the input of a <code>ModifyCacheSubnetGroup</code> operation.</p>
8670
7740
  */
@@ -8685,12 +7755,6 @@ export interface ModifyCacheSubnetGroupMessage {
8685
7755
  */
8686
7756
  SubnetIds?: string[];
8687
7757
  }
8688
- export declare namespace ModifyCacheSubnetGroupMessage {
8689
- /**
8690
- * @internal
8691
- */
8692
- const filterSensitiveLog: (obj: ModifyCacheSubnetGroupMessage) => any;
8693
- }
8694
7758
  export interface ModifyCacheSubnetGroupResult {
8695
7759
  /**
8696
7760
  * <p>Represents the output of one of the following operations:</p>
@@ -8709,12 +7773,6 @@ export interface ModifyCacheSubnetGroupResult {
8709
7773
  */
8710
7774
  CacheSubnetGroup?: CacheSubnetGroup;
8711
7775
  }
8712
- export declare namespace ModifyCacheSubnetGroupResult {
8713
- /**
8714
- * @internal
8715
- */
8716
- const filterSensitiveLog: (obj: ModifyCacheSubnetGroupResult) => any;
8717
- }
8718
7776
  /**
8719
7777
  * <p>The requested subnet is being used by another cache subnet group.</p>
8720
7778
  */
@@ -8758,12 +7816,6 @@ export interface ModifyGlobalReplicationGroupMessage {
8758
7816
  */
8759
7817
  AutomaticFailoverEnabled?: boolean;
8760
7818
  }
8761
- export declare namespace ModifyGlobalReplicationGroupMessage {
8762
- /**
8763
- * @internal
8764
- */
8765
- const filterSensitiveLog: (obj: ModifyGlobalReplicationGroupMessage) => any;
8766
- }
8767
7819
  export interface ModifyGlobalReplicationGroupResult {
8768
7820
  /**
8769
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
@@ -8779,12 +7831,6 @@ export interface ModifyGlobalReplicationGroupResult {
8779
7831
  */
8780
7832
  GlobalReplicationGroup?: GlobalReplicationGroup;
8781
7833
  }
8782
- export declare namespace ModifyGlobalReplicationGroupResult {
8783
- /**
8784
- * @internal
8785
- */
8786
- const filterSensitiveLog: (obj: ModifyGlobalReplicationGroupResult) => any;
8787
- }
8788
7834
  /**
8789
7835
  * <p>Represents the input of a <code>ModifyReplicationGroups</code> operation.</p>
8790
7836
  */
@@ -9003,24 +8049,12 @@ export interface ModifyReplicationGroupMessage {
9003
8049
  */
9004
8050
  LogDeliveryConfigurations?: LogDeliveryConfigurationRequest[];
9005
8051
  }
9006
- export declare namespace ModifyReplicationGroupMessage {
9007
- /**
9008
- * @internal
9009
- */
9010
- const filterSensitiveLog: (obj: ModifyReplicationGroupMessage) => any;
9011
- }
9012
8052
  export interface ModifyReplicationGroupResult {
9013
8053
  /**
9014
8054
  * <p>Contains all of the attributes of a specific Redis replication group.</p>
9015
8055
  */
9016
8056
  ReplicationGroup?: ReplicationGroup;
9017
8057
  }
9018
- export declare namespace ModifyReplicationGroupResult {
9019
- /**
9020
- * @internal
9021
- */
9022
- const filterSensitiveLog: (obj: ModifyReplicationGroupResult) => any;
9023
- }
9024
8058
  /**
9025
8059
  * <p>Represents the input for a <code>ModifyReplicationGroupShardConfiguration</code> operation.</p>
9026
8060
  */
@@ -9072,24 +8106,12 @@ export interface ModifyReplicationGroupShardConfigurationMessage {
9072
8106
  */
9073
8107
  NodeGroupsToRetain?: string[];
9074
8108
  }
9075
- export declare namespace ModifyReplicationGroupShardConfigurationMessage {
9076
- /**
9077
- * @internal
9078
- */
9079
- const filterSensitiveLog: (obj: ModifyReplicationGroupShardConfigurationMessage) => any;
9080
- }
9081
8109
  export interface ModifyReplicationGroupShardConfigurationResult {
9082
8110
  /**
9083
8111
  * <p>Contains all of the attributes of a specific Redis replication group.</p>
9084
8112
  */
9085
8113
  ReplicationGroup?: ReplicationGroup;
9086
8114
  }
9087
- export declare namespace ModifyReplicationGroupShardConfigurationResult {
9088
- /**
9089
- * @internal
9090
- */
9091
- const filterSensitiveLog: (obj: ModifyReplicationGroupShardConfigurationResult) => any;
9092
- }
9093
8115
  export interface ModifyUserMessage {
9094
8116
  /**
9095
8117
  * <p>The ID of the user.</p>
@@ -9112,12 +8134,6 @@ export interface ModifyUserMessage {
9112
8134
  */
9113
8135
  NoPasswordRequired?: boolean;
9114
8136
  }
9115
- export declare namespace ModifyUserMessage {
9116
- /**
9117
- * @internal
9118
- */
9119
- const filterSensitiveLog: (obj: ModifyUserMessage) => any;
9120
- }
9121
8137
  export interface ModifyUserGroupMessage {
9122
8138
  /**
9123
8139
  * <p>The ID of the user group.</p>
@@ -9132,12 +8148,6 @@ export interface ModifyUserGroupMessage {
9132
8148
  */
9133
8149
  UserIdsToRemove?: string[];
9134
8150
  }
9135
- export declare namespace ModifyUserGroupMessage {
9136
- /**
9137
- * @internal
9138
- */
9139
- const filterSensitiveLog: (obj: ModifyUserGroupMessage) => any;
9140
- }
9141
8151
  /**
9142
8152
  * <p>Represents the input of a <code>PurchaseReservedCacheNodesOffering</code> operation.</p>
9143
8153
  */
@@ -9169,24 +8179,12 @@ export interface PurchaseReservedCacheNodesOfferingMessage {
9169
8179
  */
9170
8180
  Tags?: Tag[];
9171
8181
  }
9172
- export declare namespace PurchaseReservedCacheNodesOfferingMessage {
9173
- /**
9174
- * @internal
9175
- */
9176
- const filterSensitiveLog: (obj: PurchaseReservedCacheNodesOfferingMessage) => any;
9177
- }
9178
8182
  export interface PurchaseReservedCacheNodesOfferingResult {
9179
8183
  /**
9180
8184
  * <p>Represents the output of a <code>PurchaseReservedCacheNodesOffering</code> operation.</p>
9181
8185
  */
9182
8186
  ReservedCacheNode?: ReservedCacheNode;
9183
8187
  }
9184
- export declare namespace PurchaseReservedCacheNodesOfferingResult {
9185
- /**
9186
- * @internal
9187
- */
9188
- const filterSensitiveLog: (obj: PurchaseReservedCacheNodesOfferingResult) => any;
9189
- }
9190
8188
  /**
9191
8189
  * <p>You already have a reservation with the given identifier.</p>
9192
8190
  */
@@ -9219,12 +8217,6 @@ export interface RebalanceSlotsInGlobalReplicationGroupMessage {
9219
8217
  */
9220
8218
  ApplyImmediately: boolean | undefined;
9221
8219
  }
9222
- export declare namespace RebalanceSlotsInGlobalReplicationGroupMessage {
9223
- /**
9224
- * @internal
9225
- */
9226
- const filterSensitiveLog: (obj: RebalanceSlotsInGlobalReplicationGroupMessage) => any;
9227
- }
9228
8220
  export interface RebalanceSlotsInGlobalReplicationGroupResult {
9229
8221
  /**
9230
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
@@ -9240,12 +8232,6 @@ export interface RebalanceSlotsInGlobalReplicationGroupResult {
9240
8232
  */
9241
8233
  GlobalReplicationGroup?: GlobalReplicationGroup;
9242
8234
  }
9243
- export declare namespace RebalanceSlotsInGlobalReplicationGroupResult {
9244
- /**
9245
- * @internal
9246
- */
9247
- const filterSensitiveLog: (obj: RebalanceSlotsInGlobalReplicationGroupResult) => any;
9248
- }
9249
8235
  /**
9250
8236
  * <p>Represents the input of a <code>RebootCacheCluster</code> operation.</p>
9251
8237
  */
@@ -9259,24 +8245,12 @@ export interface RebootCacheClusterMessage {
9259
8245
  */
9260
8246
  CacheNodeIdsToReboot: string[] | undefined;
9261
8247
  }
9262
- export declare namespace RebootCacheClusterMessage {
9263
- /**
9264
- * @internal
9265
- */
9266
- const filterSensitiveLog: (obj: RebootCacheClusterMessage) => any;
9267
- }
9268
8248
  export interface RebootCacheClusterResult {
9269
8249
  /**
9270
8250
  * <p>Contains all of the attributes of a specific cluster.</p>
9271
8251
  */
9272
8252
  CacheCluster?: CacheCluster;
9273
8253
  }
9274
- export declare namespace RebootCacheClusterResult {
9275
- /**
9276
- * @internal
9277
- */
9278
- const filterSensitiveLog: (obj: RebootCacheClusterResult) => any;
9279
- }
9280
8254
  /**
9281
8255
  * <p>Represents the input of a <code>RemoveTagsFromResource</code> operation.</p>
9282
8256
  */
@@ -9293,12 +8267,6 @@ export interface RemoveTagsFromResourceMessage {
9293
8267
  */
9294
8268
  TagKeys: string[] | undefined;
9295
8269
  }
9296
- export declare namespace RemoveTagsFromResourceMessage {
9297
- /**
9298
- * @internal
9299
- */
9300
- const filterSensitiveLog: (obj: RemoveTagsFromResourceMessage) => any;
9301
- }
9302
8270
  /**
9303
8271
  * <p>The requested tag was not found on this resource.</p>
9304
8272
  */
@@ -9336,12 +8304,6 @@ export interface ResetCacheParameterGroupMessage {
9336
8304
  */
9337
8305
  ParameterNameValues?: ParameterNameValue[];
9338
8306
  }
9339
- export declare namespace ResetCacheParameterGroupMessage {
9340
- /**
9341
- * @internal
9342
- */
9343
- const filterSensitiveLog: (obj: ResetCacheParameterGroupMessage) => any;
9344
- }
9345
8307
  /**
9346
8308
  * <p>The specified Amazon EC2 security group is not authorized for the specified cache security group.</p>
9347
8309
  */
@@ -9372,12 +8334,6 @@ export interface RevokeCacheSecurityGroupIngressMessage {
9372
8334
  */
9373
8335
  EC2SecurityGroupOwnerId: string | undefined;
9374
8336
  }
9375
- export declare namespace RevokeCacheSecurityGroupIngressMessage {
9376
- /**
9377
- * @internal
9378
- */
9379
- const filterSensitiveLog: (obj: RevokeCacheSecurityGroupIngressMessage) => any;
9380
- }
9381
8337
  export interface RevokeCacheSecurityGroupIngressResult {
9382
8338
  /**
9383
8339
  * <p>Represents the output of one of the following operations:</p>
@@ -9401,12 +8357,6 @@ export interface RevokeCacheSecurityGroupIngressResult {
9401
8357
  */
9402
8358
  CacheSecurityGroup?: CacheSecurityGroup;
9403
8359
  }
9404
- export declare namespace RevokeCacheSecurityGroupIngressResult {
9405
- /**
9406
- * @internal
9407
- */
9408
- const filterSensitiveLog: (obj: RevokeCacheSecurityGroupIngressResult) => any;
9409
- }
9410
8360
  /**
9411
8361
  * <p>The targeted replication group is not available. </p>
9412
8362
  */
@@ -9431,12 +8381,6 @@ export interface CustomerNodeEndpoint {
9431
8381
  */
9432
8382
  Port?: number;
9433
8383
  }
9434
- export declare namespace CustomerNodeEndpoint {
9435
- /**
9436
- * @internal
9437
- */
9438
- const filterSensitiveLog: (obj: CustomerNodeEndpoint) => any;
9439
- }
9440
8384
  export interface StartMigrationMessage {
9441
8385
  /**
9442
8386
  * <p>The ID of the replication group to which data should be migrated.</p>
@@ -9447,24 +8391,12 @@ export interface StartMigrationMessage {
9447
8391
  */
9448
8392
  CustomerNodeEndpointList: CustomerNodeEndpoint[] | undefined;
9449
8393
  }
9450
- export declare namespace StartMigrationMessage {
9451
- /**
9452
- * @internal
9453
- */
9454
- const filterSensitiveLog: (obj: StartMigrationMessage) => any;
9455
- }
9456
8394
  export interface StartMigrationResponse {
9457
8395
  /**
9458
8396
  * <p>Contains all of the attributes of a specific Redis replication group.</p>
9459
8397
  */
9460
8398
  ReplicationGroup?: ReplicationGroup;
9461
8399
  }
9462
- export declare namespace StartMigrationResponse {
9463
- /**
9464
- * @internal
9465
- */
9466
- const filterSensitiveLog: (obj: StartMigrationResponse) => any;
9467
- }
9468
8400
  /**
9469
8401
  * <p>The customer has exceeded the allowed rate of API calls.</p>
9470
8402
  */
@@ -9501,12 +8433,6 @@ export interface TestFailoverMessage {
9501
8433
  */
9502
8434
  NodeGroupId: string | undefined;
9503
8435
  }
9504
- export declare namespace TestFailoverMessage {
9505
- /**
9506
- * @internal
9507
- */
9508
- const filterSensitiveLog: (obj: TestFailoverMessage) => any;
9509
- }
9510
8436
  /**
9511
8437
  * <p>The <code>TestFailover</code> action is not available.</p>
9512
8438
  */
@@ -9524,9 +8450,723 @@ export interface TestFailoverResult {
9524
8450
  */
9525
8451
  ReplicationGroup?: ReplicationGroup;
9526
8452
  }
9527
- export declare namespace TestFailoverResult {
9528
- /**
9529
- * @internal
9530
- */
9531
- const filterSensitiveLog: (obj: TestFailoverResult) => any;
9532
- }
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;