@aws-sdk/client-elasticache 3.46.0 → 3.48.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +39 -0
- package/dist-cjs/endpoints.js +0 -20
- package/dist-cjs/models/models_0.js +5 -408
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +10 -2
- package/dist-es/endpoints.js +0 -20
- package/dist-es/models/models_0.js +1 -268
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -4
- package/dist-types/ElastiCache.d.ts +1 -1
- package/dist-types/ElastiCacheClient.d.ts +5 -1
- package/dist-types/commands/RebootCacheClusterCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +13 -414
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/ElastiCacheClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -268
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +36 -36
|
@@ -27,90 +27,54 @@ export interface CacheClusterNotFoundFault extends __SmithyException, $MetadataB
|
|
|
27
27
|
$fault: "client";
|
|
28
28
|
message?: string;
|
|
29
29
|
}
|
|
30
|
-
export declare namespace CacheClusterNotFoundFault {
|
|
31
|
-
|
|
32
|
-
const filterSensitiveLog: (obj: CacheClusterNotFoundFault) => any;
|
|
33
|
-
}
|
|
34
30
|
|
|
35
31
|
export interface CacheParameterGroupNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
36
32
|
name: "CacheParameterGroupNotFoundFault";
|
|
37
33
|
$fault: "client";
|
|
38
34
|
message?: string;
|
|
39
35
|
}
|
|
40
|
-
export declare namespace CacheParameterGroupNotFoundFault {
|
|
41
|
-
|
|
42
|
-
const filterSensitiveLog: (obj: CacheParameterGroupNotFoundFault) => any;
|
|
43
|
-
}
|
|
44
36
|
|
|
45
37
|
export interface CacheSecurityGroupNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
46
38
|
name: "CacheSecurityGroupNotFoundFault";
|
|
47
39
|
$fault: "client";
|
|
48
40
|
message?: string;
|
|
49
41
|
}
|
|
50
|
-
export declare namespace CacheSecurityGroupNotFoundFault {
|
|
51
|
-
|
|
52
|
-
const filterSensitiveLog: (obj: CacheSecurityGroupNotFoundFault) => any;
|
|
53
|
-
}
|
|
54
42
|
|
|
55
43
|
export interface CacheSubnetGroupNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
56
44
|
name: "CacheSubnetGroupNotFoundFault";
|
|
57
45
|
$fault: "client";
|
|
58
46
|
message?: string;
|
|
59
47
|
}
|
|
60
|
-
export declare namespace CacheSubnetGroupNotFoundFault {
|
|
61
|
-
|
|
62
|
-
const filterSensitiveLog: (obj: CacheSubnetGroupNotFoundFault) => any;
|
|
63
|
-
}
|
|
64
48
|
|
|
65
49
|
export interface InvalidARNFault extends __SmithyException, $MetadataBearer {
|
|
66
50
|
name: "InvalidARNFault";
|
|
67
51
|
$fault: "client";
|
|
68
52
|
message?: string;
|
|
69
53
|
}
|
|
70
|
-
export declare namespace InvalidARNFault {
|
|
71
|
-
|
|
72
|
-
const filterSensitiveLog: (obj: InvalidARNFault) => any;
|
|
73
|
-
}
|
|
74
54
|
|
|
75
55
|
export interface InvalidReplicationGroupStateFault extends __SmithyException, $MetadataBearer {
|
|
76
56
|
name: "InvalidReplicationGroupStateFault";
|
|
77
57
|
$fault: "client";
|
|
78
58
|
message?: string;
|
|
79
59
|
}
|
|
80
|
-
export declare namespace InvalidReplicationGroupStateFault {
|
|
81
|
-
|
|
82
|
-
const filterSensitiveLog: (obj: InvalidReplicationGroupStateFault) => any;
|
|
83
|
-
}
|
|
84
60
|
|
|
85
61
|
export interface ReplicationGroupNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
86
62
|
name: "ReplicationGroupNotFoundFault";
|
|
87
63
|
$fault: "client";
|
|
88
64
|
message?: string;
|
|
89
65
|
}
|
|
90
|
-
export declare namespace ReplicationGroupNotFoundFault {
|
|
91
|
-
|
|
92
|
-
const filterSensitiveLog: (obj: ReplicationGroupNotFoundFault) => any;
|
|
93
|
-
}
|
|
94
66
|
|
|
95
67
|
export interface ReservedCacheNodeNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
96
68
|
name: "ReservedCacheNodeNotFoundFault";
|
|
97
69
|
$fault: "client";
|
|
98
70
|
message?: string;
|
|
99
71
|
}
|
|
100
|
-
export declare namespace ReservedCacheNodeNotFoundFault {
|
|
101
|
-
|
|
102
|
-
const filterSensitiveLog: (obj: ReservedCacheNodeNotFoundFault) => any;
|
|
103
|
-
}
|
|
104
72
|
|
|
105
73
|
export interface SnapshotNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
106
74
|
name: "SnapshotNotFoundFault";
|
|
107
75
|
$fault: "client";
|
|
108
76
|
message?: string;
|
|
109
77
|
}
|
|
110
|
-
export declare namespace SnapshotNotFoundFault {
|
|
111
|
-
|
|
112
|
-
const filterSensitiveLog: (obj: SnapshotNotFoundFault) => any;
|
|
113
|
-
}
|
|
114
78
|
|
|
115
79
|
export interface TagListMessage {
|
|
116
80
|
|
|
@@ -126,30 +90,18 @@ export interface TagQuotaPerResourceExceeded extends __SmithyException, $Metadat
|
|
|
126
90
|
$fault: "client";
|
|
127
91
|
message?: string;
|
|
128
92
|
}
|
|
129
|
-
export declare namespace TagQuotaPerResourceExceeded {
|
|
130
|
-
|
|
131
|
-
const filterSensitiveLog: (obj: TagQuotaPerResourceExceeded) => any;
|
|
132
|
-
}
|
|
133
93
|
|
|
134
94
|
export interface UserGroupNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
135
95
|
name: "UserGroupNotFoundFault";
|
|
136
96
|
$fault: "client";
|
|
137
97
|
message?: string;
|
|
138
98
|
}
|
|
139
|
-
export declare namespace UserGroupNotFoundFault {
|
|
140
|
-
|
|
141
|
-
const filterSensitiveLog: (obj: UserGroupNotFoundFault) => any;
|
|
142
|
-
}
|
|
143
99
|
|
|
144
100
|
export interface UserNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
145
101
|
name: "UserNotFoundFault";
|
|
146
102
|
$fault: "client";
|
|
147
103
|
message?: string;
|
|
148
104
|
}
|
|
149
|
-
export declare namespace UserNotFoundFault {
|
|
150
|
-
|
|
151
|
-
const filterSensitiveLog: (obj: UserNotFoundFault) => any;
|
|
152
|
-
}
|
|
153
105
|
|
|
154
106
|
export interface AllowedNodeTypeModificationsMessage {
|
|
155
107
|
|
|
@@ -167,10 +119,6 @@ export interface AuthorizationAlreadyExistsFault extends __SmithyException, $Met
|
|
|
167
119
|
$fault: "client";
|
|
168
120
|
message?: string;
|
|
169
121
|
}
|
|
170
|
-
export declare namespace AuthorizationAlreadyExistsFault {
|
|
171
|
-
|
|
172
|
-
const filterSensitiveLog: (obj: AuthorizationAlreadyExistsFault) => any;
|
|
173
|
-
}
|
|
174
122
|
|
|
175
123
|
export interface AuthorizeCacheSecurityGroupIngressMessage {
|
|
176
124
|
|
|
@@ -228,10 +176,6 @@ export interface InvalidCacheSecurityGroupStateFault extends __SmithyException,
|
|
|
228
176
|
$fault: "client";
|
|
229
177
|
message?: string;
|
|
230
178
|
}
|
|
231
|
-
export declare namespace InvalidCacheSecurityGroupStateFault {
|
|
232
|
-
|
|
233
|
-
const filterSensitiveLog: (obj: InvalidCacheSecurityGroupStateFault) => any;
|
|
234
|
-
}
|
|
235
179
|
|
|
236
180
|
export interface InvalidParameterCombinationException extends __SmithyException, $MetadataBearer {
|
|
237
181
|
name: "InvalidParameterCombinationException";
|
|
@@ -239,10 +183,6 @@ export interface InvalidParameterCombinationException extends __SmithyException,
|
|
|
239
183
|
|
|
240
184
|
message?: string;
|
|
241
185
|
}
|
|
242
|
-
export declare namespace InvalidParameterCombinationException {
|
|
243
|
-
|
|
244
|
-
const filterSensitiveLog: (obj: InvalidParameterCombinationException) => any;
|
|
245
|
-
}
|
|
246
186
|
|
|
247
187
|
export interface InvalidParameterValueException extends __SmithyException, $MetadataBearer {
|
|
248
188
|
name: "InvalidParameterValueException";
|
|
@@ -250,10 +190,6 @@ export interface InvalidParameterValueException extends __SmithyException, $Meta
|
|
|
250
190
|
|
|
251
191
|
message?: string;
|
|
252
192
|
}
|
|
253
|
-
export declare namespace InvalidParameterValueException {
|
|
254
|
-
|
|
255
|
-
const filterSensitiveLog: (obj: InvalidParameterValueException) => any;
|
|
256
|
-
}
|
|
257
193
|
export interface BatchApplyUpdateActionMessage {
|
|
258
194
|
|
|
259
195
|
ReplicationGroupIds?: string[];
|
|
@@ -272,10 +208,6 @@ export interface ServiceUpdateNotFoundFault extends __SmithyException, $Metadata
|
|
|
272
208
|
$fault: "client";
|
|
273
209
|
message?: string;
|
|
274
210
|
}
|
|
275
|
-
export declare namespace ServiceUpdateNotFoundFault {
|
|
276
|
-
|
|
277
|
-
const filterSensitiveLog: (obj: ServiceUpdateNotFoundFault) => any;
|
|
278
|
-
}
|
|
279
211
|
export declare enum UpdateActionStatus {
|
|
280
212
|
COMPLETE = "complete",
|
|
281
213
|
IN_PROGRESS = "in-progress",
|
|
@@ -421,6 +353,7 @@ export declare enum LogFormat {
|
|
|
421
353
|
TEXT = "text"
|
|
422
354
|
}
|
|
423
355
|
export declare enum LogType {
|
|
356
|
+
ENGINE_LOG = "engine-log",
|
|
424
357
|
SLOW_LOG = "slow-log"
|
|
425
358
|
}
|
|
426
359
|
export declare enum LogDeliveryConfigurationStatus {
|
|
@@ -632,10 +565,6 @@ export interface ReplicationGroupNotUnderMigrationFault extends __SmithyExceptio
|
|
|
632
565
|
$fault: "client";
|
|
633
566
|
message?: string;
|
|
634
567
|
}
|
|
635
|
-
export declare namespace ReplicationGroupNotUnderMigrationFault {
|
|
636
|
-
|
|
637
|
-
const filterSensitiveLog: (obj: ReplicationGroupNotUnderMigrationFault) => any;
|
|
638
|
-
}
|
|
639
568
|
|
|
640
569
|
export interface CopySnapshotMessage {
|
|
641
570
|
|
|
@@ -772,50 +701,30 @@ export interface InvalidSnapshotStateFault extends __SmithyException, $MetadataB
|
|
|
772
701
|
$fault: "client";
|
|
773
702
|
message?: string;
|
|
774
703
|
}
|
|
775
|
-
export declare namespace InvalidSnapshotStateFault {
|
|
776
|
-
|
|
777
|
-
const filterSensitiveLog: (obj: InvalidSnapshotStateFault) => any;
|
|
778
|
-
}
|
|
779
704
|
|
|
780
705
|
export interface SnapshotAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
781
706
|
name: "SnapshotAlreadyExistsFault";
|
|
782
707
|
$fault: "client";
|
|
783
708
|
message?: string;
|
|
784
709
|
}
|
|
785
|
-
export declare namespace SnapshotAlreadyExistsFault {
|
|
786
|
-
|
|
787
|
-
const filterSensitiveLog: (obj: SnapshotAlreadyExistsFault) => any;
|
|
788
|
-
}
|
|
789
710
|
|
|
790
711
|
export interface SnapshotQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
791
712
|
name: "SnapshotQuotaExceededFault";
|
|
792
713
|
$fault: "client";
|
|
793
714
|
message?: string;
|
|
794
715
|
}
|
|
795
|
-
export declare namespace SnapshotQuotaExceededFault {
|
|
796
|
-
|
|
797
|
-
const filterSensitiveLog: (obj: SnapshotQuotaExceededFault) => any;
|
|
798
|
-
}
|
|
799
716
|
|
|
800
717
|
export interface CacheClusterAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
801
718
|
name: "CacheClusterAlreadyExistsFault";
|
|
802
719
|
$fault: "client";
|
|
803
720
|
message?: string;
|
|
804
721
|
}
|
|
805
|
-
export declare namespace CacheClusterAlreadyExistsFault {
|
|
806
|
-
|
|
807
|
-
const filterSensitiveLog: (obj: CacheClusterAlreadyExistsFault) => any;
|
|
808
|
-
}
|
|
809
722
|
|
|
810
723
|
export interface ClusterQuotaForCustomerExceededFault extends __SmithyException, $MetadataBearer {
|
|
811
724
|
name: "ClusterQuotaForCustomerExceededFault";
|
|
812
725
|
$fault: "client";
|
|
813
726
|
message?: string;
|
|
814
727
|
}
|
|
815
|
-
export declare namespace ClusterQuotaForCustomerExceededFault {
|
|
816
|
-
|
|
817
|
-
const filterSensitiveLog: (obj: ClusterQuotaForCustomerExceededFault) => any;
|
|
818
|
-
}
|
|
819
728
|
export declare enum AZMode {
|
|
820
729
|
CROSS_AZ = "cross-az",
|
|
821
730
|
SINGLE_AZ = "single-az"
|
|
@@ -1071,60 +980,36 @@ export interface InsufficientCacheClusterCapacityFault extends __SmithyException
|
|
|
1071
980
|
$fault: "client";
|
|
1072
981
|
message?: string;
|
|
1073
982
|
}
|
|
1074
|
-
export declare namespace InsufficientCacheClusterCapacityFault {
|
|
1075
|
-
|
|
1076
|
-
const filterSensitiveLog: (obj: InsufficientCacheClusterCapacityFault) => any;
|
|
1077
|
-
}
|
|
1078
983
|
|
|
1079
984
|
export interface InvalidVPCNetworkStateFault extends __SmithyException, $MetadataBearer {
|
|
1080
985
|
name: "InvalidVPCNetworkStateFault";
|
|
1081
986
|
$fault: "client";
|
|
1082
987
|
message?: string;
|
|
1083
988
|
}
|
|
1084
|
-
export declare namespace InvalidVPCNetworkStateFault {
|
|
1085
|
-
|
|
1086
|
-
const filterSensitiveLog: (obj: InvalidVPCNetworkStateFault) => any;
|
|
1087
|
-
}
|
|
1088
989
|
|
|
1089
990
|
export interface NodeQuotaForClusterExceededFault extends __SmithyException, $MetadataBearer {
|
|
1090
991
|
name: "NodeQuotaForClusterExceededFault";
|
|
1091
992
|
$fault: "client";
|
|
1092
993
|
message?: string;
|
|
1093
994
|
}
|
|
1094
|
-
export declare namespace NodeQuotaForClusterExceededFault {
|
|
1095
|
-
|
|
1096
|
-
const filterSensitiveLog: (obj: NodeQuotaForClusterExceededFault) => any;
|
|
1097
|
-
}
|
|
1098
995
|
|
|
1099
996
|
export interface NodeQuotaForCustomerExceededFault extends __SmithyException, $MetadataBearer {
|
|
1100
997
|
name: "NodeQuotaForCustomerExceededFault";
|
|
1101
998
|
$fault: "client";
|
|
1102
999
|
message?: string;
|
|
1103
1000
|
}
|
|
1104
|
-
export declare namespace NodeQuotaForCustomerExceededFault {
|
|
1105
|
-
|
|
1106
|
-
const filterSensitiveLog: (obj: NodeQuotaForCustomerExceededFault) => any;
|
|
1107
|
-
}
|
|
1108
1001
|
|
|
1109
1002
|
export interface CacheParameterGroupAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
1110
1003
|
name: "CacheParameterGroupAlreadyExistsFault";
|
|
1111
1004
|
$fault: "client";
|
|
1112
1005
|
message?: string;
|
|
1113
1006
|
}
|
|
1114
|
-
export declare namespace CacheParameterGroupAlreadyExistsFault {
|
|
1115
|
-
|
|
1116
|
-
const filterSensitiveLog: (obj: CacheParameterGroupAlreadyExistsFault) => any;
|
|
1117
|
-
}
|
|
1118
1007
|
|
|
1119
1008
|
export interface CacheParameterGroupQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
1120
1009
|
name: "CacheParameterGroupQuotaExceededFault";
|
|
1121
1010
|
$fault: "client";
|
|
1122
1011
|
message?: string;
|
|
1123
1012
|
}
|
|
1124
|
-
export declare namespace CacheParameterGroupQuotaExceededFault {
|
|
1125
|
-
|
|
1126
|
-
const filterSensitiveLog: (obj: CacheParameterGroupQuotaExceededFault) => any;
|
|
1127
|
-
}
|
|
1128
1013
|
|
|
1129
1014
|
export interface CreateCacheParameterGroupMessage {
|
|
1130
1015
|
|
|
@@ -1171,30 +1056,18 @@ export interface InvalidCacheParameterGroupStateFault extends __SmithyException,
|
|
|
1171
1056
|
$fault: "client";
|
|
1172
1057
|
message?: string;
|
|
1173
1058
|
}
|
|
1174
|
-
export declare namespace InvalidCacheParameterGroupStateFault {
|
|
1175
|
-
|
|
1176
|
-
const filterSensitiveLog: (obj: InvalidCacheParameterGroupStateFault) => any;
|
|
1177
|
-
}
|
|
1178
1059
|
|
|
1179
1060
|
export interface CacheSecurityGroupAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
1180
1061
|
name: "CacheSecurityGroupAlreadyExistsFault";
|
|
1181
1062
|
$fault: "client";
|
|
1182
1063
|
message?: string;
|
|
1183
1064
|
}
|
|
1184
|
-
export declare namespace CacheSecurityGroupAlreadyExistsFault {
|
|
1185
|
-
|
|
1186
|
-
const filterSensitiveLog: (obj: CacheSecurityGroupAlreadyExistsFault) => any;
|
|
1187
|
-
}
|
|
1188
1065
|
|
|
1189
1066
|
export interface CacheSecurityGroupQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
1190
1067
|
name: "CacheSecurityGroupQuotaExceededFault";
|
|
1191
1068
|
$fault: "client";
|
|
1192
1069
|
message?: string;
|
|
1193
1070
|
}
|
|
1194
|
-
export declare namespace CacheSecurityGroupQuotaExceededFault {
|
|
1195
|
-
|
|
1196
|
-
const filterSensitiveLog: (obj: CacheSecurityGroupQuotaExceededFault) => any;
|
|
1197
|
-
}
|
|
1198
1071
|
|
|
1199
1072
|
export interface CreateCacheSecurityGroupMessage {
|
|
1200
1073
|
|
|
@@ -1222,30 +1095,18 @@ export interface CacheSubnetGroupAlreadyExistsFault extends __SmithyException, $
|
|
|
1222
1095
|
$fault: "client";
|
|
1223
1096
|
message?: string;
|
|
1224
1097
|
}
|
|
1225
|
-
export declare namespace CacheSubnetGroupAlreadyExistsFault {
|
|
1226
|
-
|
|
1227
|
-
const filterSensitiveLog: (obj: CacheSubnetGroupAlreadyExistsFault) => any;
|
|
1228
|
-
}
|
|
1229
1098
|
|
|
1230
1099
|
export interface CacheSubnetGroupQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
1231
1100
|
name: "CacheSubnetGroupQuotaExceededFault";
|
|
1232
1101
|
$fault: "client";
|
|
1233
1102
|
message?: string;
|
|
1234
1103
|
}
|
|
1235
|
-
export declare namespace CacheSubnetGroupQuotaExceededFault {
|
|
1236
|
-
|
|
1237
|
-
const filterSensitiveLog: (obj: CacheSubnetGroupQuotaExceededFault) => any;
|
|
1238
|
-
}
|
|
1239
1104
|
|
|
1240
1105
|
export interface CacheSubnetQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
1241
1106
|
name: "CacheSubnetQuotaExceededFault";
|
|
1242
1107
|
$fault: "client";
|
|
1243
1108
|
message?: string;
|
|
1244
1109
|
}
|
|
1245
|
-
export declare namespace CacheSubnetQuotaExceededFault {
|
|
1246
|
-
|
|
1247
|
-
const filterSensitiveLog: (obj: CacheSubnetQuotaExceededFault) => any;
|
|
1248
|
-
}
|
|
1249
1110
|
|
|
1250
1111
|
export interface CreateCacheSubnetGroupMessage {
|
|
1251
1112
|
|
|
@@ -1323,20 +1184,12 @@ export interface InvalidSubnet extends __SmithyException, $MetadataBearer {
|
|
|
1323
1184
|
$fault: "client";
|
|
1324
1185
|
message?: string;
|
|
1325
1186
|
}
|
|
1326
|
-
export declare namespace InvalidSubnet {
|
|
1327
|
-
|
|
1328
|
-
const filterSensitiveLog: (obj: InvalidSubnet) => any;
|
|
1329
|
-
}
|
|
1330
1187
|
|
|
1331
1188
|
export interface SubnetNotAllowedFault extends __SmithyException, $MetadataBearer {
|
|
1332
1189
|
name: "SubnetNotAllowedFault";
|
|
1333
1190
|
$fault: "client";
|
|
1334
1191
|
message?: string;
|
|
1335
1192
|
}
|
|
1336
|
-
export declare namespace SubnetNotAllowedFault {
|
|
1337
|
-
|
|
1338
|
-
const filterSensitiveLog: (obj: SubnetNotAllowedFault) => any;
|
|
1339
|
-
}
|
|
1340
1193
|
export interface CreateGlobalReplicationGroupMessage {
|
|
1341
1194
|
|
|
1342
1195
|
GlobalReplicationGroupIdSuffix: string | undefined;
|
|
@@ -1424,20 +1277,12 @@ export interface GlobalReplicationGroupAlreadyExistsFault extends __SmithyExcept
|
|
|
1424
1277
|
$fault: "client";
|
|
1425
1278
|
message?: string;
|
|
1426
1279
|
}
|
|
1427
|
-
export declare namespace GlobalReplicationGroupAlreadyExistsFault {
|
|
1428
|
-
|
|
1429
|
-
const filterSensitiveLog: (obj: GlobalReplicationGroupAlreadyExistsFault) => any;
|
|
1430
|
-
}
|
|
1431
1280
|
|
|
1432
1281
|
export interface ServiceLinkedRoleNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
1433
1282
|
name: "ServiceLinkedRoleNotFoundFault";
|
|
1434
1283
|
$fault: "client";
|
|
1435
1284
|
message?: string;
|
|
1436
1285
|
}
|
|
1437
|
-
export declare namespace ServiceLinkedRoleNotFoundFault {
|
|
1438
|
-
|
|
1439
|
-
const filterSensitiveLog: (obj: ServiceLinkedRoleNotFoundFault) => any;
|
|
1440
|
-
}
|
|
1441
1286
|
|
|
1442
1287
|
export interface CreateReplicationGroupMessage {
|
|
1443
1288
|
|
|
@@ -1527,60 +1372,36 @@ export interface GlobalReplicationGroupNotFoundFault extends __SmithyException,
|
|
|
1527
1372
|
$fault: "client";
|
|
1528
1373
|
message?: string;
|
|
1529
1374
|
}
|
|
1530
|
-
export declare namespace GlobalReplicationGroupNotFoundFault {
|
|
1531
|
-
|
|
1532
|
-
const filterSensitiveLog: (obj: GlobalReplicationGroupNotFoundFault) => any;
|
|
1533
|
-
}
|
|
1534
1375
|
|
|
1535
1376
|
export interface InvalidCacheClusterStateFault extends __SmithyException, $MetadataBearer {
|
|
1536
1377
|
name: "InvalidCacheClusterStateFault";
|
|
1537
1378
|
$fault: "client";
|
|
1538
1379
|
message?: string;
|
|
1539
1380
|
}
|
|
1540
|
-
export declare namespace InvalidCacheClusterStateFault {
|
|
1541
|
-
|
|
1542
|
-
const filterSensitiveLog: (obj: InvalidCacheClusterStateFault) => any;
|
|
1543
|
-
}
|
|
1544
1381
|
|
|
1545
1382
|
export interface InvalidGlobalReplicationGroupStateFault extends __SmithyException, $MetadataBearer {
|
|
1546
1383
|
name: "InvalidGlobalReplicationGroupStateFault";
|
|
1547
1384
|
$fault: "client";
|
|
1548
1385
|
message?: string;
|
|
1549
1386
|
}
|
|
1550
|
-
export declare namespace InvalidGlobalReplicationGroupStateFault {
|
|
1551
|
-
|
|
1552
|
-
const filterSensitiveLog: (obj: InvalidGlobalReplicationGroupStateFault) => any;
|
|
1553
|
-
}
|
|
1554
1387
|
|
|
1555
1388
|
export interface InvalidUserGroupStateFault extends __SmithyException, $MetadataBearer {
|
|
1556
1389
|
name: "InvalidUserGroupStateFault";
|
|
1557
1390
|
$fault: "client";
|
|
1558
1391
|
message?: string;
|
|
1559
1392
|
}
|
|
1560
|
-
export declare namespace InvalidUserGroupStateFault {
|
|
1561
|
-
|
|
1562
|
-
const filterSensitiveLog: (obj: InvalidUserGroupStateFault) => any;
|
|
1563
|
-
}
|
|
1564
1393
|
|
|
1565
1394
|
export interface NodeGroupsPerReplicationGroupQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
1566
1395
|
name: "NodeGroupsPerReplicationGroupQuotaExceededFault";
|
|
1567
1396
|
$fault: "client";
|
|
1568
1397
|
message?: string;
|
|
1569
1398
|
}
|
|
1570
|
-
export declare namespace NodeGroupsPerReplicationGroupQuotaExceededFault {
|
|
1571
|
-
|
|
1572
|
-
const filterSensitiveLog: (obj: NodeGroupsPerReplicationGroupQuotaExceededFault) => any;
|
|
1573
|
-
}
|
|
1574
1399
|
|
|
1575
1400
|
export interface ReplicationGroupAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
1576
1401
|
name: "ReplicationGroupAlreadyExistsFault";
|
|
1577
1402
|
$fault: "client";
|
|
1578
1403
|
message?: string;
|
|
1579
1404
|
}
|
|
1580
|
-
export declare namespace ReplicationGroupAlreadyExistsFault {
|
|
1581
|
-
|
|
1582
|
-
const filterSensitiveLog: (obj: ReplicationGroupAlreadyExistsFault) => any;
|
|
1583
|
-
}
|
|
1584
1405
|
|
|
1585
1406
|
export interface CreateSnapshotMessage {
|
|
1586
1407
|
|
|
@@ -1612,10 +1433,6 @@ export interface SnapshotFeatureNotSupportedFault extends __SmithyException, $Me
|
|
|
1612
1433
|
$fault: "client";
|
|
1613
1434
|
message?: string;
|
|
1614
1435
|
}
|
|
1615
|
-
export declare namespace SnapshotFeatureNotSupportedFault {
|
|
1616
|
-
|
|
1617
|
-
const filterSensitiveLog: (obj: SnapshotFeatureNotSupportedFault) => any;
|
|
1618
|
-
}
|
|
1619
1436
|
export interface CreateUserMessage {
|
|
1620
1437
|
|
|
1621
1438
|
UserId: string | undefined;
|
|
@@ -1642,10 +1459,6 @@ export interface DuplicateUserNameFault extends __SmithyException, $MetadataBear
|
|
|
1642
1459
|
$fault: "client";
|
|
1643
1460
|
message?: string;
|
|
1644
1461
|
}
|
|
1645
|
-
export declare namespace DuplicateUserNameFault {
|
|
1646
|
-
|
|
1647
|
-
const filterSensitiveLog: (obj: DuplicateUserNameFault) => any;
|
|
1648
|
-
}
|
|
1649
1462
|
export declare enum AuthenticationType {
|
|
1650
1463
|
NO_PASSWORD = "no-password",
|
|
1651
1464
|
PASSWORD = "password"
|
|
@@ -1691,20 +1504,12 @@ export interface UserAlreadyExistsFault extends __SmithyException, $MetadataBear
|
|
|
1691
1504
|
$fault: "client";
|
|
1692
1505
|
message?: string;
|
|
1693
1506
|
}
|
|
1694
|
-
export declare namespace UserAlreadyExistsFault {
|
|
1695
|
-
|
|
1696
|
-
const filterSensitiveLog: (obj: UserAlreadyExistsFault) => any;
|
|
1697
|
-
}
|
|
1698
1507
|
|
|
1699
1508
|
export interface UserQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
1700
1509
|
name: "UserQuotaExceededFault";
|
|
1701
1510
|
$fault: "client";
|
|
1702
1511
|
message?: string;
|
|
1703
1512
|
}
|
|
1704
|
-
export declare namespace UserQuotaExceededFault {
|
|
1705
|
-
|
|
1706
|
-
const filterSensitiveLog: (obj: UserQuotaExceededFault) => any;
|
|
1707
|
-
}
|
|
1708
1513
|
export interface CreateUserGroupMessage {
|
|
1709
1514
|
|
|
1710
1515
|
UserGroupId: string | undefined;
|
|
@@ -1725,10 +1530,6 @@ export interface DefaultUserRequired extends __SmithyException, $MetadataBearer
|
|
|
1725
1530
|
$fault: "client";
|
|
1726
1531
|
message?: string;
|
|
1727
1532
|
}
|
|
1728
|
-
export declare namespace DefaultUserRequired {
|
|
1729
|
-
|
|
1730
|
-
const filterSensitiveLog: (obj: DefaultUserRequired) => any;
|
|
1731
|
-
}
|
|
1732
1533
|
|
|
1733
1534
|
export interface UserGroupPendingChanges {
|
|
1734
1535
|
|
|
@@ -1768,20 +1569,12 @@ export interface UserGroupAlreadyExistsFault extends __SmithyException, $Metadat
|
|
|
1768
1569
|
$fault: "client";
|
|
1769
1570
|
message?: string;
|
|
1770
1571
|
}
|
|
1771
|
-
export declare namespace UserGroupAlreadyExistsFault {
|
|
1772
|
-
|
|
1773
|
-
const filterSensitiveLog: (obj: UserGroupAlreadyExistsFault) => any;
|
|
1774
|
-
}
|
|
1775
1572
|
|
|
1776
1573
|
export interface UserGroupQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
1777
1574
|
name: "UserGroupQuotaExceededFault";
|
|
1778
1575
|
$fault: "client";
|
|
1779
1576
|
message?: string;
|
|
1780
1577
|
}
|
|
1781
|
-
export declare namespace UserGroupQuotaExceededFault {
|
|
1782
|
-
|
|
1783
|
-
const filterSensitiveLog: (obj: UserGroupQuotaExceededFault) => any;
|
|
1784
|
-
}
|
|
1785
1578
|
export interface DecreaseNodeGroupsInGlobalReplicationGroupMessage {
|
|
1786
1579
|
|
|
1787
1580
|
GlobalReplicationGroupId: string | undefined;
|
|
@@ -1851,10 +1644,6 @@ export interface NoOperationFault extends __SmithyException, $MetadataBearer {
|
|
|
1851
1644
|
$fault: "client";
|
|
1852
1645
|
message?: string;
|
|
1853
1646
|
}
|
|
1854
|
-
export declare namespace NoOperationFault {
|
|
1855
|
-
|
|
1856
|
-
const filterSensitiveLog: (obj: NoOperationFault) => any;
|
|
1857
|
-
}
|
|
1858
1647
|
|
|
1859
1648
|
export interface DeleteCacheClusterMessage {
|
|
1860
1649
|
|
|
@@ -1898,10 +1687,6 @@ export interface CacheSubnetGroupInUse extends __SmithyException, $MetadataBeare
|
|
|
1898
1687
|
$fault: "client";
|
|
1899
1688
|
message?: string;
|
|
1900
1689
|
}
|
|
1901
|
-
export declare namespace CacheSubnetGroupInUse {
|
|
1902
|
-
|
|
1903
|
-
const filterSensitiveLog: (obj: CacheSubnetGroupInUse) => any;
|
|
1904
|
-
}
|
|
1905
1690
|
|
|
1906
1691
|
export interface DeleteCacheSubnetGroupMessage {
|
|
1907
1692
|
|
|
@@ -1973,10 +1758,6 @@ export interface DefaultUserAssociatedToUserGroupFault extends __SmithyException
|
|
|
1973
1758
|
$fault: "client";
|
|
1974
1759
|
message?: string;
|
|
1975
1760
|
}
|
|
1976
|
-
export declare namespace DefaultUserAssociatedToUserGroupFault {
|
|
1977
|
-
|
|
1978
|
-
const filterSensitiveLog: (obj: DefaultUserAssociatedToUserGroupFault) => any;
|
|
1979
|
-
}
|
|
1980
1761
|
export interface DeleteUserMessage {
|
|
1981
1762
|
|
|
1982
1763
|
UserId: string | undefined;
|
|
@@ -1991,10 +1772,6 @@ export interface InvalidUserStateFault extends __SmithyException, $MetadataBeare
|
|
|
1991
1772
|
$fault: "client";
|
|
1992
1773
|
message?: string;
|
|
1993
1774
|
}
|
|
1994
|
-
export declare namespace InvalidUserStateFault {
|
|
1995
|
-
|
|
1996
|
-
const filterSensitiveLog: (obj: InvalidUserStateFault) => any;
|
|
1997
|
-
}
|
|
1998
1775
|
export interface DeleteUserGroupMessage {
|
|
1999
1776
|
|
|
2000
1777
|
UserGroupId: string | undefined;
|
|
@@ -2511,10 +2288,6 @@ export interface ReservedCacheNodesOfferingNotFoundFault extends __SmithyExcepti
|
|
|
2511
2288
|
$fault: "client";
|
|
2512
2289
|
message?: string;
|
|
2513
2290
|
}
|
|
2514
|
-
export declare namespace ReservedCacheNodesOfferingNotFoundFault {
|
|
2515
|
-
|
|
2516
|
-
const filterSensitiveLog: (obj: ReservedCacheNodesOfferingNotFoundFault) => any;
|
|
2517
|
-
}
|
|
2518
2291
|
export declare enum ServiceUpdateStatus {
|
|
2519
2292
|
AVAILABLE = "available",
|
|
2520
2293
|
CANCELLED = "cancelled",
|
|
@@ -2953,10 +2726,6 @@ export interface InvalidKMSKeyFault extends __SmithyException, $MetadataBearer {
|
|
|
2953
2726
|
$fault: "client";
|
|
2954
2727
|
message?: string;
|
|
2955
2728
|
}
|
|
2956
|
-
export declare namespace InvalidKMSKeyFault {
|
|
2957
|
-
|
|
2958
|
-
const filterSensitiveLog: (obj: InvalidKMSKeyFault) => any;
|
|
2959
|
-
}
|
|
2960
2729
|
|
|
2961
2730
|
export interface ListAllowedNodeTypeModificationsMessage {
|
|
2962
2731
|
|
|
@@ -3091,10 +2860,6 @@ export interface SubnetInUse extends __SmithyException, $MetadataBearer {
|
|
|
3091
2860
|
$fault: "client";
|
|
3092
2861
|
message?: string;
|
|
3093
2862
|
}
|
|
3094
|
-
export declare namespace SubnetInUse {
|
|
3095
|
-
|
|
3096
|
-
const filterSensitiveLog: (obj: SubnetInUse) => any;
|
|
3097
|
-
}
|
|
3098
2863
|
export interface ModifyGlobalReplicationGroupMessage {
|
|
3099
2864
|
|
|
3100
2865
|
GlobalReplicationGroupId: string | undefined;
|
|
@@ -3272,20 +3037,12 @@ export interface ReservedCacheNodeAlreadyExistsFault extends __SmithyException,
|
|
|
3272
3037
|
$fault: "client";
|
|
3273
3038
|
message?: string;
|
|
3274
3039
|
}
|
|
3275
|
-
export declare namespace ReservedCacheNodeAlreadyExistsFault {
|
|
3276
|
-
|
|
3277
|
-
const filterSensitiveLog: (obj: ReservedCacheNodeAlreadyExistsFault) => any;
|
|
3278
|
-
}
|
|
3279
3040
|
|
|
3280
3041
|
export interface ReservedCacheNodeQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
3281
3042
|
name: "ReservedCacheNodeQuotaExceededFault";
|
|
3282
3043
|
$fault: "client";
|
|
3283
3044
|
message?: string;
|
|
3284
3045
|
}
|
|
3285
|
-
export declare namespace ReservedCacheNodeQuotaExceededFault {
|
|
3286
|
-
|
|
3287
|
-
const filterSensitiveLog: (obj: ReservedCacheNodeQuotaExceededFault) => any;
|
|
3288
|
-
}
|
|
3289
3046
|
export interface RebalanceSlotsInGlobalReplicationGroupMessage {
|
|
3290
3047
|
|
|
3291
3048
|
GlobalReplicationGroupId: string | undefined;
|
|
@@ -3340,10 +3097,6 @@ export interface TagNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
|
3340
3097
|
$fault: "client";
|
|
3341
3098
|
message?: string;
|
|
3342
3099
|
}
|
|
3343
|
-
export declare namespace TagNotFoundFault {
|
|
3344
|
-
|
|
3345
|
-
const filterSensitiveLog: (obj: TagNotFoundFault) => any;
|
|
3346
|
-
}
|
|
3347
3100
|
|
|
3348
3101
|
export interface ResetCacheParameterGroupMessage {
|
|
3349
3102
|
|
|
@@ -3363,10 +3116,6 @@ export interface AuthorizationNotFoundFault extends __SmithyException, $Metadata
|
|
|
3363
3116
|
$fault: "client";
|
|
3364
3117
|
message?: string;
|
|
3365
3118
|
}
|
|
3366
|
-
export declare namespace AuthorizationNotFoundFault {
|
|
3367
|
-
|
|
3368
|
-
const filterSensitiveLog: (obj: AuthorizationNotFoundFault) => any;
|
|
3369
|
-
}
|
|
3370
3119
|
|
|
3371
3120
|
export interface RevokeCacheSecurityGroupIngressMessage {
|
|
3372
3121
|
|
|
@@ -3394,10 +3143,6 @@ export interface ReplicationGroupAlreadyUnderMigrationFault extends __SmithyExce
|
|
|
3394
3143
|
$fault: "client";
|
|
3395
3144
|
message?: string;
|
|
3396
3145
|
}
|
|
3397
|
-
export declare namespace ReplicationGroupAlreadyUnderMigrationFault {
|
|
3398
|
-
|
|
3399
|
-
const filterSensitiveLog: (obj: ReplicationGroupAlreadyUnderMigrationFault) => any;
|
|
3400
|
-
}
|
|
3401
3146
|
|
|
3402
3147
|
export interface CustomerNodeEndpoint {
|
|
3403
3148
|
|
|
@@ -3433,20 +3178,12 @@ export interface APICallRateForCustomerExceededFault extends __SmithyException,
|
|
|
3433
3178
|
$fault: "client";
|
|
3434
3179
|
message?: string;
|
|
3435
3180
|
}
|
|
3436
|
-
export declare namespace APICallRateForCustomerExceededFault {
|
|
3437
|
-
|
|
3438
|
-
const filterSensitiveLog: (obj: APICallRateForCustomerExceededFault) => any;
|
|
3439
|
-
}
|
|
3440
3181
|
|
|
3441
3182
|
export interface NodeGroupNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
3442
3183
|
name: "NodeGroupNotFoundFault";
|
|
3443
3184
|
$fault: "client";
|
|
3444
3185
|
message?: string;
|
|
3445
3186
|
}
|
|
3446
|
-
export declare namespace NodeGroupNotFoundFault {
|
|
3447
|
-
|
|
3448
|
-
const filterSensitiveLog: (obj: NodeGroupNotFoundFault) => any;
|
|
3449
|
-
}
|
|
3450
3187
|
export interface TestFailoverMessage {
|
|
3451
3188
|
|
|
3452
3189
|
ReplicationGroupId: string | undefined;
|
|
@@ -3463,10 +3200,6 @@ export interface TestFailoverNotAvailableFault extends __SmithyException, $Metad
|
|
|
3463
3200
|
$fault: "client";
|
|
3464
3201
|
message?: string;
|
|
3465
3202
|
}
|
|
3466
|
-
export declare namespace TestFailoverNotAvailableFault {
|
|
3467
|
-
|
|
3468
|
-
const filterSensitiveLog: (obj: TestFailoverNotAvailableFault) => any;
|
|
3469
|
-
}
|
|
3470
3203
|
export interface TestFailoverResult {
|
|
3471
3204
|
|
|
3472
3205
|
ReplicationGroup?: ReplicationGroup;
|