@aws-sdk/client-elasticache 3.45.0 → 3.47.2

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.
@@ -51,12 +51,6 @@ export interface CacheClusterNotFoundFault extends __SmithyException, $MetadataB
51
51
  $fault: "client";
52
52
  message?: string;
53
53
  }
54
- export declare namespace CacheClusterNotFoundFault {
55
- /**
56
- * @internal
57
- */
58
- const filterSensitiveLog: (obj: CacheClusterNotFoundFault) => any;
59
- }
60
54
  /**
61
55
  * <p>The requested cache parameter group name does not refer to an existing cache parameter group.</p>
62
56
  */
@@ -65,12 +59,6 @@ export interface CacheParameterGroupNotFoundFault extends __SmithyException, $Me
65
59
  $fault: "client";
66
60
  message?: string;
67
61
  }
68
- export declare namespace CacheParameterGroupNotFoundFault {
69
- /**
70
- * @internal
71
- */
72
- const filterSensitiveLog: (obj: CacheParameterGroupNotFoundFault) => any;
73
- }
74
62
  /**
75
63
  * <p>The requested cache security group name does not refer to an existing cache security group.</p>
76
64
  */
@@ -79,12 +67,6 @@ export interface CacheSecurityGroupNotFoundFault extends __SmithyException, $Met
79
67
  $fault: "client";
80
68
  message?: string;
81
69
  }
82
- export declare namespace CacheSecurityGroupNotFoundFault {
83
- /**
84
- * @internal
85
- */
86
- const filterSensitiveLog: (obj: CacheSecurityGroupNotFoundFault) => any;
87
- }
88
70
  /**
89
71
  * <p>The requested cache subnet group name does not refer to an existing cache subnet group.</p>
90
72
  */
@@ -93,12 +75,6 @@ export interface CacheSubnetGroupNotFoundFault extends __SmithyException, $Metad
93
75
  $fault: "client";
94
76
  message?: string;
95
77
  }
96
- export declare namespace CacheSubnetGroupNotFoundFault {
97
- /**
98
- * @internal
99
- */
100
- const filterSensitiveLog: (obj: CacheSubnetGroupNotFoundFault) => any;
101
- }
102
78
  /**
103
79
  * <p>The requested Amazon Resource Name (ARN) does not refer to an existing resource.</p>
104
80
  */
@@ -107,12 +83,6 @@ export interface InvalidARNFault extends __SmithyException, $MetadataBearer {
107
83
  $fault: "client";
108
84
  message?: string;
109
85
  }
110
- export declare namespace InvalidARNFault {
111
- /**
112
- * @internal
113
- */
114
- const filterSensitiveLog: (obj: InvalidARNFault) => any;
115
- }
116
86
  /**
117
87
  * <p>The requested replication group is not in the <code>available</code> state.</p>
118
88
  */
@@ -121,12 +91,6 @@ export interface InvalidReplicationGroupStateFault extends __SmithyException, $M
121
91
  $fault: "client";
122
92
  message?: string;
123
93
  }
124
- export declare namespace InvalidReplicationGroupStateFault {
125
- /**
126
- * @internal
127
- */
128
- const filterSensitiveLog: (obj: InvalidReplicationGroupStateFault) => any;
129
- }
130
94
  /**
131
95
  * <p>The specified replication group does not exist.</p>
132
96
  */
@@ -135,12 +99,6 @@ export interface ReplicationGroupNotFoundFault extends __SmithyException, $Metad
135
99
  $fault: "client";
136
100
  message?: string;
137
101
  }
138
- export declare namespace ReplicationGroupNotFoundFault {
139
- /**
140
- * @internal
141
- */
142
- const filterSensitiveLog: (obj: ReplicationGroupNotFoundFault) => any;
143
- }
144
102
  /**
145
103
  * <p>The requested reserved cache node was not found.</p>
146
104
  */
@@ -149,12 +107,6 @@ export interface ReservedCacheNodeNotFoundFault extends __SmithyException, $Meta
149
107
  $fault: "client";
150
108
  message?: string;
151
109
  }
152
- export declare namespace ReservedCacheNodeNotFoundFault {
153
- /**
154
- * @internal
155
- */
156
- const filterSensitiveLog: (obj: ReservedCacheNodeNotFoundFault) => any;
157
- }
158
110
  /**
159
111
  * <p>The requested snapshot name does not refer to an existing snapshot.</p>
160
112
  */
@@ -163,12 +115,6 @@ export interface SnapshotNotFoundFault extends __SmithyException, $MetadataBeare
163
115
  $fault: "client";
164
116
  message?: string;
165
117
  }
166
- export declare namespace SnapshotNotFoundFault {
167
- /**
168
- * @internal
169
- */
170
- const filterSensitiveLog: (obj: SnapshotNotFoundFault) => any;
171
- }
172
118
  /**
173
119
  * <p>Represents the output from the <code>AddTagsToResource</code>,
174
120
  * <code>ListTagsForResource</code>, and <code>RemoveTagsFromResource</code> operations.</p>
@@ -193,12 +139,6 @@ export interface TagQuotaPerResourceExceeded extends __SmithyException, $Metadat
193
139
  $fault: "client";
194
140
  message?: string;
195
141
  }
196
- export declare namespace TagQuotaPerResourceExceeded {
197
- /**
198
- * @internal
199
- */
200
- const filterSensitiveLog: (obj: TagQuotaPerResourceExceeded) => any;
201
- }
202
142
  /**
203
143
  * <p>The user group was not found or does not exist</p>
204
144
  */
@@ -207,12 +147,6 @@ export interface UserGroupNotFoundFault extends __SmithyException, $MetadataBear
207
147
  $fault: "client";
208
148
  message?: string;
209
149
  }
210
- export declare namespace UserGroupNotFoundFault {
211
- /**
212
- * @internal
213
- */
214
- const filterSensitiveLog: (obj: UserGroupNotFoundFault) => any;
215
- }
216
150
  /**
217
151
  * <p>The user does not exist or could not be found.</p>
218
152
  */
@@ -221,12 +155,6 @@ export interface UserNotFoundFault extends __SmithyException, $MetadataBearer {
221
155
  $fault: "client";
222
156
  message?: string;
223
157
  }
224
- export declare namespace UserNotFoundFault {
225
- /**
226
- * @internal
227
- */
228
- const filterSensitiveLog: (obj: UserNotFoundFault) => any;
229
- }
230
158
  /**
231
159
  * <p>Represents the allowed node types you can use to modify your cluster or replication group.</p>
232
160
  */
@@ -260,12 +188,6 @@ export interface AuthorizationAlreadyExistsFault extends __SmithyException, $Met
260
188
  $fault: "client";
261
189
  message?: string;
262
190
  }
263
- export declare namespace AuthorizationAlreadyExistsFault {
264
- /**
265
- * @internal
266
- */
267
- const filterSensitiveLog: (obj: AuthorizationAlreadyExistsFault) => any;
268
- }
269
191
  /**
270
192
  * <p>Represents the input of an AuthorizeCacheSecurityGroupIngress operation.</p>
271
193
  */
@@ -399,12 +321,6 @@ export interface InvalidCacheSecurityGroupStateFault extends __SmithyException,
399
321
  $fault: "client";
400
322
  message?: string;
401
323
  }
402
- export declare namespace InvalidCacheSecurityGroupStateFault {
403
- /**
404
- * @internal
405
- */
406
- const filterSensitiveLog: (obj: InvalidCacheSecurityGroupStateFault) => any;
407
- }
408
324
  /**
409
325
  * <p>Two or more incompatible parameters were specified.</p>
410
326
  */
@@ -416,12 +332,6 @@ export interface InvalidParameterCombinationException extends __SmithyException,
416
332
  */
417
333
  message?: string;
418
334
  }
419
- export declare namespace InvalidParameterCombinationException {
420
- /**
421
- * @internal
422
- */
423
- const filterSensitiveLog: (obj: InvalidParameterCombinationException) => any;
424
- }
425
335
  /**
426
336
  * <p>The value for a parameter is invalid.</p>
427
337
  */
@@ -433,12 +343,6 @@ export interface InvalidParameterValueException extends __SmithyException, $Meta
433
343
  */
434
344
  message?: string;
435
345
  }
436
- export declare namespace InvalidParameterValueException {
437
- /**
438
- * @internal
439
- */
440
- const filterSensitiveLog: (obj: InvalidParameterValueException) => any;
441
- }
442
346
  export interface BatchApplyUpdateActionMessage {
443
347
  /**
444
348
  * <p>The replication group IDs</p>
@@ -467,12 +371,6 @@ export interface ServiceUpdateNotFoundFault extends __SmithyException, $Metadata
467
371
  $fault: "client";
468
372
  message?: string;
469
373
  }
470
- export declare namespace ServiceUpdateNotFoundFault {
471
- /**
472
- * @internal
473
- */
474
- const filterSensitiveLog: (obj: ServiceUpdateNotFoundFault) => any;
475
- }
476
374
  export declare enum UpdateActionStatus {
477
375
  COMPLETE = "complete",
478
376
  IN_PROGRESS = "in-progress",
@@ -1129,12 +1027,6 @@ export interface ReplicationGroupNotUnderMigrationFault extends __SmithyExceptio
1129
1027
  $fault: "client";
1130
1028
  message?: string;
1131
1029
  }
1132
- export declare namespace ReplicationGroupNotUnderMigrationFault {
1133
- /**
1134
- * @internal
1135
- */
1136
- const filterSensitiveLog: (obj: ReplicationGroupNotUnderMigrationFault) => any;
1137
- }
1138
1030
  /**
1139
1031
  * <p>Represents the input of a <code>CopySnapshotMessage</code> operation.</p>
1140
1032
  */
@@ -1738,12 +1630,6 @@ export interface InvalidSnapshotStateFault extends __SmithyException, $MetadataB
1738
1630
  $fault: "client";
1739
1631
  message?: string;
1740
1632
  }
1741
- export declare namespace InvalidSnapshotStateFault {
1742
- /**
1743
- * @internal
1744
- */
1745
- const filterSensitiveLog: (obj: InvalidSnapshotStateFault) => any;
1746
- }
1747
1633
  /**
1748
1634
  * <p>You already have a snapshot with the given name.</p>
1749
1635
  */
@@ -1752,12 +1638,6 @@ export interface SnapshotAlreadyExistsFault extends __SmithyException, $Metadata
1752
1638
  $fault: "client";
1753
1639
  message?: string;
1754
1640
  }
1755
- export declare namespace SnapshotAlreadyExistsFault {
1756
- /**
1757
- * @internal
1758
- */
1759
- const filterSensitiveLog: (obj: SnapshotAlreadyExistsFault) => any;
1760
- }
1761
1641
  /**
1762
1642
  * <p>The request cannot be processed because it would exceed the maximum number of snapshots.</p>
1763
1643
  */
@@ -1766,12 +1646,6 @@ export interface SnapshotQuotaExceededFault extends __SmithyException, $Metadata
1766
1646
  $fault: "client";
1767
1647
  message?: string;
1768
1648
  }
1769
- export declare namespace SnapshotQuotaExceededFault {
1770
- /**
1771
- * @internal
1772
- */
1773
- const filterSensitiveLog: (obj: SnapshotQuotaExceededFault) => any;
1774
- }
1775
1649
  /**
1776
1650
  * <p>You already have a cluster with the given identifier.</p>
1777
1651
  */
@@ -1780,12 +1654,6 @@ export interface CacheClusterAlreadyExistsFault extends __SmithyException, $Meta
1780
1654
  $fault: "client";
1781
1655
  message?: string;
1782
1656
  }
1783
- export declare namespace CacheClusterAlreadyExistsFault {
1784
- /**
1785
- * @internal
1786
- */
1787
- const filterSensitiveLog: (obj: CacheClusterAlreadyExistsFault) => any;
1788
- }
1789
1657
  /**
1790
1658
  * <p>The request cannot be processed because it would exceed the allowed number of clusters per customer.</p>
1791
1659
  */
@@ -1794,12 +1662,6 @@ export interface ClusterQuotaForCustomerExceededFault extends __SmithyException,
1794
1662
  $fault: "client";
1795
1663
  message?: string;
1796
1664
  }
1797
- export declare namespace ClusterQuotaForCustomerExceededFault {
1798
- /**
1799
- * @internal
1800
- */
1801
- const filterSensitiveLog: (obj: ClusterQuotaForCustomerExceededFault) => any;
1802
- }
1803
1665
  export declare enum AZMode {
1804
1666
  CROSS_AZ = "cross-az",
1805
1667
  SINGLE_AZ = "single-az"
@@ -3252,12 +3114,6 @@ export interface InsufficientCacheClusterCapacityFault extends __SmithyException
3252
3114
  $fault: "client";
3253
3115
  message?: string;
3254
3116
  }
3255
- export declare namespace InsufficientCacheClusterCapacityFault {
3256
- /**
3257
- * @internal
3258
- */
3259
- const filterSensitiveLog: (obj: InsufficientCacheClusterCapacityFault) => any;
3260
- }
3261
3117
  /**
3262
3118
  * <p>The VPC network is in an invalid state.</p>
3263
3119
  */
@@ -3266,12 +3122,6 @@ export interface InvalidVPCNetworkStateFault extends __SmithyException, $Metadat
3266
3122
  $fault: "client";
3267
3123
  message?: string;
3268
3124
  }
3269
- export declare namespace InvalidVPCNetworkStateFault {
3270
- /**
3271
- * @internal
3272
- */
3273
- const filterSensitiveLog: (obj: InvalidVPCNetworkStateFault) => any;
3274
- }
3275
3125
  /**
3276
3126
  * <p>The request cannot be processed because it would exceed the allowed number of cache nodes in a single cluster.</p>
3277
3127
  */
@@ -3280,12 +3130,6 @@ export interface NodeQuotaForClusterExceededFault extends __SmithyException, $Me
3280
3130
  $fault: "client";
3281
3131
  message?: string;
3282
3132
  }
3283
- export declare namespace NodeQuotaForClusterExceededFault {
3284
- /**
3285
- * @internal
3286
- */
3287
- const filterSensitiveLog: (obj: NodeQuotaForClusterExceededFault) => any;
3288
- }
3289
3133
  /**
3290
3134
  * <p>The request cannot be processed because it would exceed the allowed number of cache nodes per customer.</p>
3291
3135
  */
@@ -3294,12 +3138,6 @@ export interface NodeQuotaForCustomerExceededFault extends __SmithyException, $M
3294
3138
  $fault: "client";
3295
3139
  message?: string;
3296
3140
  }
3297
- export declare namespace NodeQuotaForCustomerExceededFault {
3298
- /**
3299
- * @internal
3300
- */
3301
- const filterSensitiveLog: (obj: NodeQuotaForCustomerExceededFault) => any;
3302
- }
3303
3141
  /**
3304
3142
  * <p>A cache parameter group with the requested name already exists.</p>
3305
3143
  */
@@ -3308,12 +3146,6 @@ export interface CacheParameterGroupAlreadyExistsFault extends __SmithyException
3308
3146
  $fault: "client";
3309
3147
  message?: string;
3310
3148
  }
3311
- export declare namespace CacheParameterGroupAlreadyExistsFault {
3312
- /**
3313
- * @internal
3314
- */
3315
- const filterSensitiveLog: (obj: CacheParameterGroupAlreadyExistsFault) => any;
3316
- }
3317
3149
  /**
3318
3150
  * <p>The request cannot be processed because it would exceed the maximum number of cache security groups.</p>
3319
3151
  */
@@ -3322,12 +3154,6 @@ export interface CacheParameterGroupQuotaExceededFault extends __SmithyException
3322
3154
  $fault: "client";
3323
3155
  message?: string;
3324
3156
  }
3325
- export declare namespace CacheParameterGroupQuotaExceededFault {
3326
- /**
3327
- * @internal
3328
- */
3329
- const filterSensitiveLog: (obj: CacheParameterGroupQuotaExceededFault) => any;
3330
- }
3331
3157
  /**
3332
3158
  * <p>Represents the input of a <code>CreateCacheParameterGroup</code> operation.</p>
3333
3159
  */
@@ -3429,12 +3255,6 @@ export interface InvalidCacheParameterGroupStateFault extends __SmithyException,
3429
3255
  $fault: "client";
3430
3256
  message?: string;
3431
3257
  }
3432
- export declare namespace InvalidCacheParameterGroupStateFault {
3433
- /**
3434
- * @internal
3435
- */
3436
- const filterSensitiveLog: (obj: InvalidCacheParameterGroupStateFault) => any;
3437
- }
3438
3258
  /**
3439
3259
  * <p>A cache security group with the specified name already exists.</p>
3440
3260
  */
@@ -3443,12 +3263,6 @@ export interface CacheSecurityGroupAlreadyExistsFault extends __SmithyException,
3443
3263
  $fault: "client";
3444
3264
  message?: string;
3445
3265
  }
3446
- export declare namespace CacheSecurityGroupAlreadyExistsFault {
3447
- /**
3448
- * @internal
3449
- */
3450
- const filterSensitiveLog: (obj: CacheSecurityGroupAlreadyExistsFault) => any;
3451
- }
3452
3266
  /**
3453
3267
  * <p>The request cannot be processed because it would exceed the allowed number of cache security groups.</p>
3454
3268
  */
@@ -3457,12 +3271,6 @@ export interface CacheSecurityGroupQuotaExceededFault extends __SmithyException,
3457
3271
  $fault: "client";
3458
3272
  message?: string;
3459
3273
  }
3460
- export declare namespace CacheSecurityGroupQuotaExceededFault {
3461
- /**
3462
- * @internal
3463
- */
3464
- const filterSensitiveLog: (obj: CacheSecurityGroupQuotaExceededFault) => any;
3465
- }
3466
3274
  /**
3467
3275
  * <p>Represents the input of a <code>CreateCacheSecurityGroup</code> operation.</p>
3468
3276
  */
@@ -3526,12 +3334,6 @@ export interface CacheSubnetGroupAlreadyExistsFault extends __SmithyException, $
3526
3334
  $fault: "client";
3527
3335
  message?: string;
3528
3336
  }
3529
- export declare namespace CacheSubnetGroupAlreadyExistsFault {
3530
- /**
3531
- * @internal
3532
- */
3533
- const filterSensitiveLog: (obj: CacheSubnetGroupAlreadyExistsFault) => any;
3534
- }
3535
3337
  /**
3536
3338
  * <p>The request cannot be processed because it would exceed the allowed number of cache subnet groups.</p>
3537
3339
  */
@@ -3540,12 +3342,6 @@ export interface CacheSubnetGroupQuotaExceededFault extends __SmithyException, $
3540
3342
  $fault: "client";
3541
3343
  message?: string;
3542
3344
  }
3543
- export declare namespace CacheSubnetGroupQuotaExceededFault {
3544
- /**
3545
- * @internal
3546
- */
3547
- const filterSensitiveLog: (obj: CacheSubnetGroupQuotaExceededFault) => any;
3548
- }
3549
3345
  /**
3550
3346
  * <p>The request cannot be processed because it would exceed the allowed number of subnets in a cache subnet group.</p>
3551
3347
  */
@@ -3554,12 +3350,6 @@ export interface CacheSubnetQuotaExceededFault extends __SmithyException, $Metad
3554
3350
  $fault: "client";
3555
3351
  message?: string;
3556
3352
  }
3557
- export declare namespace CacheSubnetQuotaExceededFault {
3558
- /**
3559
- * @internal
3560
- */
3561
- const filterSensitiveLog: (obj: CacheSubnetQuotaExceededFault) => any;
3562
- }
3563
3353
  /**
3564
3354
  * <p>Represents the input of a <code>CreateCacheSubnetGroup</code> operation.</p>
3565
3355
  */
@@ -3719,12 +3509,6 @@ export interface InvalidSubnet extends __SmithyException, $MetadataBearer {
3719
3509
  $fault: "client";
3720
3510
  message?: string;
3721
3511
  }
3722
- export declare namespace InvalidSubnet {
3723
- /**
3724
- * @internal
3725
- */
3726
- const filterSensitiveLog: (obj: InvalidSubnet) => any;
3727
- }
3728
3512
  /**
3729
3513
  * <p>At least one subnet ID does not match the other subnet IDs. This mismatch typically occurs when a
3730
3514
  * user sets one subnet ID to a regional Availability Zone and a different one to an outpost. Or when a user sets the subnet ID to an Outpost when not subscribed on this service.</p>
@@ -3734,12 +3518,6 @@ export interface SubnetNotAllowedFault extends __SmithyException, $MetadataBeare
3734
3518
  $fault: "client";
3735
3519
  message?: string;
3736
3520
  }
3737
- export declare namespace SubnetNotAllowedFault {
3738
- /**
3739
- * @internal
3740
- */
3741
- const filterSensitiveLog: (obj: SubnetNotAllowedFault) => any;
3742
- }
3743
3521
  export interface CreateGlobalReplicationGroupMessage {
3744
3522
  /**
3745
3523
  * <p>The suffix name of a Global datastore. Amazon ElastiCache automatically applies a prefix
@@ -3928,12 +3706,6 @@ export interface GlobalReplicationGroupAlreadyExistsFault extends __SmithyExcept
3928
3706
  $fault: "client";
3929
3707
  message?: string;
3930
3708
  }
3931
- export declare namespace GlobalReplicationGroupAlreadyExistsFault {
3932
- /**
3933
- * @internal
3934
- */
3935
- const filterSensitiveLog: (obj: GlobalReplicationGroupAlreadyExistsFault) => any;
3936
- }
3937
3709
  /**
3938
3710
  * <p>The specified service linked role (SLR) was not found.</p>
3939
3711
  */
@@ -3942,12 +3714,6 @@ export interface ServiceLinkedRoleNotFoundFault extends __SmithyException, $Meta
3942
3714
  $fault: "client";
3943
3715
  message?: string;
3944
3716
  }
3945
- export declare namespace ServiceLinkedRoleNotFoundFault {
3946
- /**
3947
- * @internal
3948
- */
3949
- const filterSensitiveLog: (obj: ServiceLinkedRoleNotFoundFault) => any;
3950
- }
3951
3717
  /**
3952
3718
  * <p>Represents the input of a <code>CreateReplicationGroup</code> operation.</p>
3953
3719
  */
@@ -4573,12 +4339,6 @@ export interface GlobalReplicationGroupNotFoundFault extends __SmithyException,
4573
4339
  $fault: "client";
4574
4340
  message?: string;
4575
4341
  }
4576
- export declare namespace GlobalReplicationGroupNotFoundFault {
4577
- /**
4578
- * @internal
4579
- */
4580
- const filterSensitiveLog: (obj: GlobalReplicationGroupNotFoundFault) => any;
4581
- }
4582
4342
  /**
4583
4343
  * <p>The requested cluster is not in the <code>available</code> state.</p>
4584
4344
  */
@@ -4587,12 +4347,6 @@ export interface InvalidCacheClusterStateFault extends __SmithyException, $Metad
4587
4347
  $fault: "client";
4588
4348
  message?: string;
4589
4349
  }
4590
- export declare namespace InvalidCacheClusterStateFault {
4591
- /**
4592
- * @internal
4593
- */
4594
- const filterSensitiveLog: (obj: InvalidCacheClusterStateFault) => any;
4595
- }
4596
4350
  /**
4597
4351
  * <p>The Global datastore is not available or in primary-only state.</p>
4598
4352
  */
@@ -4601,12 +4355,6 @@ export interface InvalidGlobalReplicationGroupStateFault extends __SmithyExcepti
4601
4355
  $fault: "client";
4602
4356
  message?: string;
4603
4357
  }
4604
- export declare namespace InvalidGlobalReplicationGroupStateFault {
4605
- /**
4606
- * @internal
4607
- */
4608
- const filterSensitiveLog: (obj: InvalidGlobalReplicationGroupStateFault) => any;
4609
- }
4610
4358
  /**
4611
4359
  * <p>The user group is not in an active state.</p>
4612
4360
  */
@@ -4615,12 +4363,6 @@ export interface InvalidUserGroupStateFault extends __SmithyException, $Metadata
4615
4363
  $fault: "client";
4616
4364
  message?: string;
4617
4365
  }
4618
- export declare namespace InvalidUserGroupStateFault {
4619
- /**
4620
- * @internal
4621
- */
4622
- const filterSensitiveLog: (obj: InvalidUserGroupStateFault) => any;
4623
- }
4624
4366
  /**
4625
4367
  * <p>The request cannot be processed because it would exceed the maximum allowed number
4626
4368
  * of node groups (shards) in a single replication group. The default maximum is 90</p>
@@ -4630,12 +4372,6 @@ export interface NodeGroupsPerReplicationGroupQuotaExceededFault extends __Smith
4630
4372
  $fault: "client";
4631
4373
  message?: string;
4632
4374
  }
4633
- export declare namespace NodeGroupsPerReplicationGroupQuotaExceededFault {
4634
- /**
4635
- * @internal
4636
- */
4637
- const filterSensitiveLog: (obj: NodeGroupsPerReplicationGroupQuotaExceededFault) => any;
4638
- }
4639
4375
  /**
4640
4376
  * <p>The specified replication group already exists.</p>
4641
4377
  */
@@ -4644,12 +4380,6 @@ export interface ReplicationGroupAlreadyExistsFault extends __SmithyException, $
4644
4380
  $fault: "client";
4645
4381
  message?: string;
4646
4382
  }
4647
- export declare namespace ReplicationGroupAlreadyExistsFault {
4648
- /**
4649
- * @internal
4650
- */
4651
- const filterSensitiveLog: (obj: ReplicationGroupAlreadyExistsFault) => any;
4652
- }
4653
4383
  /**
4654
4384
  * <p>Represents the input of a <code>CreateSnapshot</code> operation.</p>
4655
4385
  */
@@ -4711,12 +4441,6 @@ export interface SnapshotFeatureNotSupportedFault extends __SmithyException, $Me
4711
4441
  $fault: "client";
4712
4442
  message?: string;
4713
4443
  }
4714
- export declare namespace SnapshotFeatureNotSupportedFault {
4715
- /**
4716
- * @internal
4717
- */
4718
- const filterSensitiveLog: (obj: SnapshotFeatureNotSupportedFault) => any;
4719
- }
4720
4444
  export interface CreateUserMessage {
4721
4445
  /**
4722
4446
  * <p>The ID of the user.</p>
@@ -4761,12 +4485,6 @@ export interface DuplicateUserNameFault extends __SmithyException, $MetadataBear
4761
4485
  $fault: "client";
4762
4486
  message?: string;
4763
4487
  }
4764
- export declare namespace DuplicateUserNameFault {
4765
- /**
4766
- * @internal
4767
- */
4768
- const filterSensitiveLog: (obj: DuplicateUserNameFault) => any;
4769
- }
4770
4488
  export declare enum AuthenticationType {
4771
4489
  NO_PASSWORD = "no-password",
4772
4490
  PASSWORD = "password"
@@ -4842,12 +4560,6 @@ export interface UserAlreadyExistsFault extends __SmithyException, $MetadataBear
4842
4560
  $fault: "client";
4843
4561
  message?: string;
4844
4562
  }
4845
- export declare namespace UserAlreadyExistsFault {
4846
- /**
4847
- * @internal
4848
- */
4849
- const filterSensitiveLog: (obj: UserAlreadyExistsFault) => any;
4850
- }
4851
4563
  /**
4852
4564
  * <p>The quota of users has been exceeded.</p>
4853
4565
  */
@@ -4856,12 +4568,6 @@ export interface UserQuotaExceededFault extends __SmithyException, $MetadataBear
4856
4568
  $fault: "client";
4857
4569
  message?: string;
4858
4570
  }
4859
- export declare namespace UserQuotaExceededFault {
4860
- /**
4861
- * @internal
4862
- */
4863
- const filterSensitiveLog: (obj: UserQuotaExceededFault) => any;
4864
- }
4865
4571
  export interface CreateUserGroupMessage {
4866
4572
  /**
4867
4573
  * <p>The ID of the user group.</p>
@@ -4894,12 +4600,6 @@ export interface DefaultUserRequired extends __SmithyException, $MetadataBearer
4894
4600
  $fault: "client";
4895
4601
  message?: string;
4896
4602
  }
4897
- export declare namespace DefaultUserRequired {
4898
- /**
4899
- * @internal
4900
- */
4901
- const filterSensitiveLog: (obj: DefaultUserRequired) => any;
4902
- }
4903
4603
  /**
4904
4604
  * <p>Returns the updates being applied to the user group.</p>
4905
4605
  */
@@ -4967,12 +4667,6 @@ export interface UserGroupAlreadyExistsFault extends __SmithyException, $Metadat
4967
4667
  $fault: "client";
4968
4668
  message?: string;
4969
4669
  }
4970
- export declare namespace UserGroupAlreadyExistsFault {
4971
- /**
4972
- * @internal
4973
- */
4974
- const filterSensitiveLog: (obj: UserGroupAlreadyExistsFault) => any;
4975
- }
4976
4670
  /**
4977
4671
  * <p>The number of users exceeds the user group limit.</p>
4978
4672
  */
@@ -4981,12 +4675,6 @@ export interface UserGroupQuotaExceededFault extends __SmithyException, $Metadat
4981
4675
  $fault: "client";
4982
4676
  message?: string;
4983
4677
  }
4984
- export declare namespace UserGroupQuotaExceededFault {
4985
- /**
4986
- * @internal
4987
- */
4988
- const filterSensitiveLog: (obj: UserGroupQuotaExceededFault) => any;
4989
- }
4990
4678
  export interface DecreaseNodeGroupsInGlobalReplicationGroupMessage {
4991
4679
  /**
4992
4680
  * <p>The name of the Global datastore</p>
@@ -5166,12 +4854,6 @@ export interface NoOperationFault extends __SmithyException, $MetadataBearer {
5166
4854
  $fault: "client";
5167
4855
  message?: string;
5168
4856
  }
5169
- export declare namespace NoOperationFault {
5170
- /**
5171
- * @internal
5172
- */
5173
- const filterSensitiveLog: (obj: NoOperationFault) => any;
5174
- }
5175
4857
  /**
5176
4858
  * <p>Represents the input of a <code>DeleteCacheCluster</code> operation.</p>
5177
4859
  */
@@ -5248,12 +4930,6 @@ export interface CacheSubnetGroupInUse extends __SmithyException, $MetadataBeare
5248
4930
  $fault: "client";
5249
4931
  message?: string;
5250
4932
  }
5251
- export declare namespace CacheSubnetGroupInUse {
5252
- /**
5253
- * @internal
5254
- */
5255
- const filterSensitiveLog: (obj: CacheSubnetGroupInUse) => any;
5256
- }
5257
4933
  /**
5258
4934
  * <p>Represents the input of a <code>DeleteCacheSubnetGroup</code> operation.</p>
5259
4935
  */
@@ -5381,12 +5057,6 @@ export interface DefaultUserAssociatedToUserGroupFault extends __SmithyException
5381
5057
  $fault: "client";
5382
5058
  message?: string;
5383
5059
  }
5384
- export declare namespace DefaultUserAssociatedToUserGroupFault {
5385
- /**
5386
- * @internal
5387
- */
5388
- const filterSensitiveLog: (obj: DefaultUserAssociatedToUserGroupFault) => any;
5389
- }
5390
5060
  export interface DeleteUserMessage {
5391
5061
  /**
5392
5062
  * <p>The ID of the user.</p>
@@ -5407,12 +5077,6 @@ export interface InvalidUserStateFault extends __SmithyException, $MetadataBeare
5407
5077
  $fault: "client";
5408
5078
  message?: string;
5409
5079
  }
5410
- export declare namespace InvalidUserStateFault {
5411
- /**
5412
- * @internal
5413
- */
5414
- const filterSensitiveLog: (obj: InvalidUserStateFault) => any;
5415
- }
5416
5080
  export interface DeleteUserGroupMessage {
5417
5081
  /**
5418
5082
  * <p>The ID of the user group.</p>
@@ -7569,12 +7233,6 @@ export interface ReservedCacheNodesOfferingNotFoundFault extends __SmithyExcepti
7569
7233
  $fault: "client";
7570
7234
  message?: string;
7571
7235
  }
7572
- export declare namespace ReservedCacheNodesOfferingNotFoundFault {
7573
- /**
7574
- * @internal
7575
- */
7576
- const filterSensitiveLog: (obj: ReservedCacheNodesOfferingNotFoundFault) => any;
7577
- }
7578
7236
  export declare enum ServiceUpdateStatus {
7579
7237
  AVAILABLE = "available",
7580
7238
  CANCELLED = "cancelled",
@@ -8383,12 +8041,6 @@ export interface InvalidKMSKeyFault extends __SmithyException, $MetadataBearer {
8383
8041
  $fault: "client";
8384
8042
  message?: string;
8385
8043
  }
8386
- export declare namespace InvalidKMSKeyFault {
8387
- /**
8388
- * @internal
8389
- */
8390
- const filterSensitiveLog: (obj: InvalidKMSKeyFault) => any;
8391
- }
8392
8044
  /**
8393
8045
  * <p>The input parameters for the <code>ListAllowedNodeTypeModifications</code> operation.</p>
8394
8046
  */
@@ -8919,12 +8571,6 @@ export interface SubnetInUse extends __SmithyException, $MetadataBearer {
8919
8571
  $fault: "client";
8920
8572
  message?: string;
8921
8573
  }
8922
- export declare namespace SubnetInUse {
8923
- /**
8924
- * @internal
8925
- */
8926
- const filterSensitiveLog: (obj: SubnetInUse) => any;
8927
- }
8928
8574
  export interface ModifyGlobalReplicationGroupMessage {
8929
8575
  /**
8930
8576
  * <p>The name of the Global datastore</p>
@@ -9394,12 +9040,6 @@ export interface ReservedCacheNodeAlreadyExistsFault extends __SmithyException,
9394
9040
  $fault: "client";
9395
9041
  message?: string;
9396
9042
  }
9397
- export declare namespace ReservedCacheNodeAlreadyExistsFault {
9398
- /**
9399
- * @internal
9400
- */
9401
- const filterSensitiveLog: (obj: ReservedCacheNodeAlreadyExistsFault) => any;
9402
- }
9403
9043
  /**
9404
9044
  * <p>The request cannot be processed because it would exceed the user's cache node quota.</p>
9405
9045
  */
@@ -9408,12 +9048,6 @@ export interface ReservedCacheNodeQuotaExceededFault extends __SmithyException,
9408
9048
  $fault: "client";
9409
9049
  message?: string;
9410
9050
  }
9411
- export declare namespace ReservedCacheNodeQuotaExceededFault {
9412
- /**
9413
- * @internal
9414
- */
9415
- const filterSensitiveLog: (obj: ReservedCacheNodeQuotaExceededFault) => any;
9416
- }
9417
9051
  export interface RebalanceSlotsInGlobalReplicationGroupMessage {
9418
9052
  /**
9419
9053
  * <p>The name of the Global datastore</p>
@@ -9512,12 +9146,6 @@ export interface TagNotFoundFault extends __SmithyException, $MetadataBearer {
9512
9146
  $fault: "client";
9513
9147
  message?: string;
9514
9148
  }
9515
- export declare namespace TagNotFoundFault {
9516
- /**
9517
- * @internal
9518
- */
9519
- const filterSensitiveLog: (obj: TagNotFoundFault) => any;
9520
- }
9521
9149
  /**
9522
9150
  * <p>Represents the input of a <code>ResetCacheParameterGroup</code> operation.</p>
9523
9151
  */
@@ -9558,12 +9186,6 @@ export interface AuthorizationNotFoundFault extends __SmithyException, $Metadata
9558
9186
  $fault: "client";
9559
9187
  message?: string;
9560
9188
  }
9561
- export declare namespace AuthorizationNotFoundFault {
9562
- /**
9563
- * @internal
9564
- */
9565
- const filterSensitiveLog: (obj: AuthorizationNotFoundFault) => any;
9566
- }
9567
9189
  /**
9568
9190
  * <p>Represents the input of a <code>RevokeCacheSecurityGroupIngress</code> operation.</p>
9569
9191
  */
@@ -9626,12 +9248,6 @@ export interface ReplicationGroupAlreadyUnderMigrationFault extends __SmithyExce
9626
9248
  $fault: "client";
9627
9249
  message?: string;
9628
9250
  }
9629
- export declare namespace ReplicationGroupAlreadyUnderMigrationFault {
9630
- /**
9631
- * @internal
9632
- */
9633
- const filterSensitiveLog: (obj: ReplicationGroupAlreadyUnderMigrationFault) => any;
9634
- }
9635
9251
  /**
9636
9252
  * <p>The endpoint from which data should be migrated.</p>
9637
9253
  */
@@ -9687,12 +9303,6 @@ export interface APICallRateForCustomerExceededFault extends __SmithyException,
9687
9303
  $fault: "client";
9688
9304
  message?: string;
9689
9305
  }
9690
- export declare namespace APICallRateForCustomerExceededFault {
9691
- /**
9692
- * @internal
9693
- */
9694
- const filterSensitiveLog: (obj: APICallRateForCustomerExceededFault) => any;
9695
- }
9696
9306
  /**
9697
9307
  * <p>The node group specified by the <code>NodeGroupId</code> parameter could not be found.
9698
9308
  * Please verify that the node group exists and that you spelled the <code>NodeGroupId</code> value correctly.</p>
@@ -9702,12 +9312,6 @@ export interface NodeGroupNotFoundFault extends __SmithyException, $MetadataBear
9702
9312
  $fault: "client";
9703
9313
  message?: string;
9704
9314
  }
9705
- export declare namespace NodeGroupNotFoundFault {
9706
- /**
9707
- * @internal
9708
- */
9709
- const filterSensitiveLog: (obj: NodeGroupNotFoundFault) => any;
9710
- }
9711
9315
  export interface TestFailoverMessage {
9712
9316
  /**
9713
9317
  * <p>The name of the replication group (console: cluster) whose automatic failover is being
@@ -9735,12 +9339,6 @@ export interface TestFailoverNotAvailableFault extends __SmithyException, $Metad
9735
9339
  $fault: "client";
9736
9340
  message?: string;
9737
9341
  }
9738
- export declare namespace TestFailoverNotAvailableFault {
9739
- /**
9740
- * @internal
9741
- */
9742
- const filterSensitiveLog: (obj: TestFailoverNotAvailableFault) => any;
9743
- }
9744
9342
  export interface TestFailoverResult {
9745
9343
  /**
9746
9344
  * <p>Contains all of the attributes of a specific Redis replication group.</p>