@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.
- package/CHANGELOG.md +45 -0
- package/dist-cjs/endpoints.js +0 -20
- package/dist-cjs/models/models_0.js +4 -408
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/endpoints.js +0 -20
- package/dist-es/models/models_0.js +0 -268
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/ElastiCacheClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -402
- 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 +0 -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 +40 -47
|
@@ -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",
|
|
@@ -632,10 +564,6 @@ export interface ReplicationGroupNotUnderMigrationFault extends __SmithyExceptio
|
|
|
632
564
|
$fault: "client";
|
|
633
565
|
message?: string;
|
|
634
566
|
}
|
|
635
|
-
export declare namespace ReplicationGroupNotUnderMigrationFault {
|
|
636
|
-
|
|
637
|
-
const filterSensitiveLog: (obj: ReplicationGroupNotUnderMigrationFault) => any;
|
|
638
|
-
}
|
|
639
567
|
|
|
640
568
|
export interface CopySnapshotMessage {
|
|
641
569
|
|
|
@@ -772,50 +700,30 @@ export interface InvalidSnapshotStateFault extends __SmithyException, $MetadataB
|
|
|
772
700
|
$fault: "client";
|
|
773
701
|
message?: string;
|
|
774
702
|
}
|
|
775
|
-
export declare namespace InvalidSnapshotStateFault {
|
|
776
|
-
|
|
777
|
-
const filterSensitiveLog: (obj: InvalidSnapshotStateFault) => any;
|
|
778
|
-
}
|
|
779
703
|
|
|
780
704
|
export interface SnapshotAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
781
705
|
name: "SnapshotAlreadyExistsFault";
|
|
782
706
|
$fault: "client";
|
|
783
707
|
message?: string;
|
|
784
708
|
}
|
|
785
|
-
export declare namespace SnapshotAlreadyExistsFault {
|
|
786
|
-
|
|
787
|
-
const filterSensitiveLog: (obj: SnapshotAlreadyExistsFault) => any;
|
|
788
|
-
}
|
|
789
709
|
|
|
790
710
|
export interface SnapshotQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
791
711
|
name: "SnapshotQuotaExceededFault";
|
|
792
712
|
$fault: "client";
|
|
793
713
|
message?: string;
|
|
794
714
|
}
|
|
795
|
-
export declare namespace SnapshotQuotaExceededFault {
|
|
796
|
-
|
|
797
|
-
const filterSensitiveLog: (obj: SnapshotQuotaExceededFault) => any;
|
|
798
|
-
}
|
|
799
715
|
|
|
800
716
|
export interface CacheClusterAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
801
717
|
name: "CacheClusterAlreadyExistsFault";
|
|
802
718
|
$fault: "client";
|
|
803
719
|
message?: string;
|
|
804
720
|
}
|
|
805
|
-
export declare namespace CacheClusterAlreadyExistsFault {
|
|
806
|
-
|
|
807
|
-
const filterSensitiveLog: (obj: CacheClusterAlreadyExistsFault) => any;
|
|
808
|
-
}
|
|
809
721
|
|
|
810
722
|
export interface ClusterQuotaForCustomerExceededFault extends __SmithyException, $MetadataBearer {
|
|
811
723
|
name: "ClusterQuotaForCustomerExceededFault";
|
|
812
724
|
$fault: "client";
|
|
813
725
|
message?: string;
|
|
814
726
|
}
|
|
815
|
-
export declare namespace ClusterQuotaForCustomerExceededFault {
|
|
816
|
-
|
|
817
|
-
const filterSensitiveLog: (obj: ClusterQuotaForCustomerExceededFault) => any;
|
|
818
|
-
}
|
|
819
727
|
export declare enum AZMode {
|
|
820
728
|
CROSS_AZ = "cross-az",
|
|
821
729
|
SINGLE_AZ = "single-az"
|
|
@@ -1071,60 +979,36 @@ export interface InsufficientCacheClusterCapacityFault extends __SmithyException
|
|
|
1071
979
|
$fault: "client";
|
|
1072
980
|
message?: string;
|
|
1073
981
|
}
|
|
1074
|
-
export declare namespace InsufficientCacheClusterCapacityFault {
|
|
1075
|
-
|
|
1076
|
-
const filterSensitiveLog: (obj: InsufficientCacheClusterCapacityFault) => any;
|
|
1077
|
-
}
|
|
1078
982
|
|
|
1079
983
|
export interface InvalidVPCNetworkStateFault extends __SmithyException, $MetadataBearer {
|
|
1080
984
|
name: "InvalidVPCNetworkStateFault";
|
|
1081
985
|
$fault: "client";
|
|
1082
986
|
message?: string;
|
|
1083
987
|
}
|
|
1084
|
-
export declare namespace InvalidVPCNetworkStateFault {
|
|
1085
|
-
|
|
1086
|
-
const filterSensitiveLog: (obj: InvalidVPCNetworkStateFault) => any;
|
|
1087
|
-
}
|
|
1088
988
|
|
|
1089
989
|
export interface NodeQuotaForClusterExceededFault extends __SmithyException, $MetadataBearer {
|
|
1090
990
|
name: "NodeQuotaForClusterExceededFault";
|
|
1091
991
|
$fault: "client";
|
|
1092
992
|
message?: string;
|
|
1093
993
|
}
|
|
1094
|
-
export declare namespace NodeQuotaForClusterExceededFault {
|
|
1095
|
-
|
|
1096
|
-
const filterSensitiveLog: (obj: NodeQuotaForClusterExceededFault) => any;
|
|
1097
|
-
}
|
|
1098
994
|
|
|
1099
995
|
export interface NodeQuotaForCustomerExceededFault extends __SmithyException, $MetadataBearer {
|
|
1100
996
|
name: "NodeQuotaForCustomerExceededFault";
|
|
1101
997
|
$fault: "client";
|
|
1102
998
|
message?: string;
|
|
1103
999
|
}
|
|
1104
|
-
export declare namespace NodeQuotaForCustomerExceededFault {
|
|
1105
|
-
|
|
1106
|
-
const filterSensitiveLog: (obj: NodeQuotaForCustomerExceededFault) => any;
|
|
1107
|
-
}
|
|
1108
1000
|
|
|
1109
1001
|
export interface CacheParameterGroupAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
1110
1002
|
name: "CacheParameterGroupAlreadyExistsFault";
|
|
1111
1003
|
$fault: "client";
|
|
1112
1004
|
message?: string;
|
|
1113
1005
|
}
|
|
1114
|
-
export declare namespace CacheParameterGroupAlreadyExistsFault {
|
|
1115
|
-
|
|
1116
|
-
const filterSensitiveLog: (obj: CacheParameterGroupAlreadyExistsFault) => any;
|
|
1117
|
-
}
|
|
1118
1006
|
|
|
1119
1007
|
export interface CacheParameterGroupQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
1120
1008
|
name: "CacheParameterGroupQuotaExceededFault";
|
|
1121
1009
|
$fault: "client";
|
|
1122
1010
|
message?: string;
|
|
1123
1011
|
}
|
|
1124
|
-
export declare namespace CacheParameterGroupQuotaExceededFault {
|
|
1125
|
-
|
|
1126
|
-
const filterSensitiveLog: (obj: CacheParameterGroupQuotaExceededFault) => any;
|
|
1127
|
-
}
|
|
1128
1012
|
|
|
1129
1013
|
export interface CreateCacheParameterGroupMessage {
|
|
1130
1014
|
|
|
@@ -1171,30 +1055,18 @@ export interface InvalidCacheParameterGroupStateFault extends __SmithyException,
|
|
|
1171
1055
|
$fault: "client";
|
|
1172
1056
|
message?: string;
|
|
1173
1057
|
}
|
|
1174
|
-
export declare namespace InvalidCacheParameterGroupStateFault {
|
|
1175
|
-
|
|
1176
|
-
const filterSensitiveLog: (obj: InvalidCacheParameterGroupStateFault) => any;
|
|
1177
|
-
}
|
|
1178
1058
|
|
|
1179
1059
|
export interface CacheSecurityGroupAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
1180
1060
|
name: "CacheSecurityGroupAlreadyExistsFault";
|
|
1181
1061
|
$fault: "client";
|
|
1182
1062
|
message?: string;
|
|
1183
1063
|
}
|
|
1184
|
-
export declare namespace CacheSecurityGroupAlreadyExistsFault {
|
|
1185
|
-
|
|
1186
|
-
const filterSensitiveLog: (obj: CacheSecurityGroupAlreadyExistsFault) => any;
|
|
1187
|
-
}
|
|
1188
1064
|
|
|
1189
1065
|
export interface CacheSecurityGroupQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
1190
1066
|
name: "CacheSecurityGroupQuotaExceededFault";
|
|
1191
1067
|
$fault: "client";
|
|
1192
1068
|
message?: string;
|
|
1193
1069
|
}
|
|
1194
|
-
export declare namespace CacheSecurityGroupQuotaExceededFault {
|
|
1195
|
-
|
|
1196
|
-
const filterSensitiveLog: (obj: CacheSecurityGroupQuotaExceededFault) => any;
|
|
1197
|
-
}
|
|
1198
1070
|
|
|
1199
1071
|
export interface CreateCacheSecurityGroupMessage {
|
|
1200
1072
|
|
|
@@ -1222,30 +1094,18 @@ export interface CacheSubnetGroupAlreadyExistsFault extends __SmithyException, $
|
|
|
1222
1094
|
$fault: "client";
|
|
1223
1095
|
message?: string;
|
|
1224
1096
|
}
|
|
1225
|
-
export declare namespace CacheSubnetGroupAlreadyExistsFault {
|
|
1226
|
-
|
|
1227
|
-
const filterSensitiveLog: (obj: CacheSubnetGroupAlreadyExistsFault) => any;
|
|
1228
|
-
}
|
|
1229
1097
|
|
|
1230
1098
|
export interface CacheSubnetGroupQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
1231
1099
|
name: "CacheSubnetGroupQuotaExceededFault";
|
|
1232
1100
|
$fault: "client";
|
|
1233
1101
|
message?: string;
|
|
1234
1102
|
}
|
|
1235
|
-
export declare namespace CacheSubnetGroupQuotaExceededFault {
|
|
1236
|
-
|
|
1237
|
-
const filterSensitiveLog: (obj: CacheSubnetGroupQuotaExceededFault) => any;
|
|
1238
|
-
}
|
|
1239
1103
|
|
|
1240
1104
|
export interface CacheSubnetQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
1241
1105
|
name: "CacheSubnetQuotaExceededFault";
|
|
1242
1106
|
$fault: "client";
|
|
1243
1107
|
message?: string;
|
|
1244
1108
|
}
|
|
1245
|
-
export declare namespace CacheSubnetQuotaExceededFault {
|
|
1246
|
-
|
|
1247
|
-
const filterSensitiveLog: (obj: CacheSubnetQuotaExceededFault) => any;
|
|
1248
|
-
}
|
|
1249
1109
|
|
|
1250
1110
|
export interface CreateCacheSubnetGroupMessage {
|
|
1251
1111
|
|
|
@@ -1323,20 +1183,12 @@ export interface InvalidSubnet extends __SmithyException, $MetadataBearer {
|
|
|
1323
1183
|
$fault: "client";
|
|
1324
1184
|
message?: string;
|
|
1325
1185
|
}
|
|
1326
|
-
export declare namespace InvalidSubnet {
|
|
1327
|
-
|
|
1328
|
-
const filterSensitiveLog: (obj: InvalidSubnet) => any;
|
|
1329
|
-
}
|
|
1330
1186
|
|
|
1331
1187
|
export interface SubnetNotAllowedFault extends __SmithyException, $MetadataBearer {
|
|
1332
1188
|
name: "SubnetNotAllowedFault";
|
|
1333
1189
|
$fault: "client";
|
|
1334
1190
|
message?: string;
|
|
1335
1191
|
}
|
|
1336
|
-
export declare namespace SubnetNotAllowedFault {
|
|
1337
|
-
|
|
1338
|
-
const filterSensitiveLog: (obj: SubnetNotAllowedFault) => any;
|
|
1339
|
-
}
|
|
1340
1192
|
export interface CreateGlobalReplicationGroupMessage {
|
|
1341
1193
|
|
|
1342
1194
|
GlobalReplicationGroupIdSuffix: string | undefined;
|
|
@@ -1424,20 +1276,12 @@ export interface GlobalReplicationGroupAlreadyExistsFault extends __SmithyExcept
|
|
|
1424
1276
|
$fault: "client";
|
|
1425
1277
|
message?: string;
|
|
1426
1278
|
}
|
|
1427
|
-
export declare namespace GlobalReplicationGroupAlreadyExistsFault {
|
|
1428
|
-
|
|
1429
|
-
const filterSensitiveLog: (obj: GlobalReplicationGroupAlreadyExistsFault) => any;
|
|
1430
|
-
}
|
|
1431
1279
|
|
|
1432
1280
|
export interface ServiceLinkedRoleNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
1433
1281
|
name: "ServiceLinkedRoleNotFoundFault";
|
|
1434
1282
|
$fault: "client";
|
|
1435
1283
|
message?: string;
|
|
1436
1284
|
}
|
|
1437
|
-
export declare namespace ServiceLinkedRoleNotFoundFault {
|
|
1438
|
-
|
|
1439
|
-
const filterSensitiveLog: (obj: ServiceLinkedRoleNotFoundFault) => any;
|
|
1440
|
-
}
|
|
1441
1285
|
|
|
1442
1286
|
export interface CreateReplicationGroupMessage {
|
|
1443
1287
|
|
|
@@ -1527,60 +1371,36 @@ export interface GlobalReplicationGroupNotFoundFault extends __SmithyException,
|
|
|
1527
1371
|
$fault: "client";
|
|
1528
1372
|
message?: string;
|
|
1529
1373
|
}
|
|
1530
|
-
export declare namespace GlobalReplicationGroupNotFoundFault {
|
|
1531
|
-
|
|
1532
|
-
const filterSensitiveLog: (obj: GlobalReplicationGroupNotFoundFault) => any;
|
|
1533
|
-
}
|
|
1534
1374
|
|
|
1535
1375
|
export interface InvalidCacheClusterStateFault extends __SmithyException, $MetadataBearer {
|
|
1536
1376
|
name: "InvalidCacheClusterStateFault";
|
|
1537
1377
|
$fault: "client";
|
|
1538
1378
|
message?: string;
|
|
1539
1379
|
}
|
|
1540
|
-
export declare namespace InvalidCacheClusterStateFault {
|
|
1541
|
-
|
|
1542
|
-
const filterSensitiveLog: (obj: InvalidCacheClusterStateFault) => any;
|
|
1543
|
-
}
|
|
1544
1380
|
|
|
1545
1381
|
export interface InvalidGlobalReplicationGroupStateFault extends __SmithyException, $MetadataBearer {
|
|
1546
1382
|
name: "InvalidGlobalReplicationGroupStateFault";
|
|
1547
1383
|
$fault: "client";
|
|
1548
1384
|
message?: string;
|
|
1549
1385
|
}
|
|
1550
|
-
export declare namespace InvalidGlobalReplicationGroupStateFault {
|
|
1551
|
-
|
|
1552
|
-
const filterSensitiveLog: (obj: InvalidGlobalReplicationGroupStateFault) => any;
|
|
1553
|
-
}
|
|
1554
1386
|
|
|
1555
1387
|
export interface InvalidUserGroupStateFault extends __SmithyException, $MetadataBearer {
|
|
1556
1388
|
name: "InvalidUserGroupStateFault";
|
|
1557
1389
|
$fault: "client";
|
|
1558
1390
|
message?: string;
|
|
1559
1391
|
}
|
|
1560
|
-
export declare namespace InvalidUserGroupStateFault {
|
|
1561
|
-
|
|
1562
|
-
const filterSensitiveLog: (obj: InvalidUserGroupStateFault) => any;
|
|
1563
|
-
}
|
|
1564
1392
|
|
|
1565
1393
|
export interface NodeGroupsPerReplicationGroupQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
1566
1394
|
name: "NodeGroupsPerReplicationGroupQuotaExceededFault";
|
|
1567
1395
|
$fault: "client";
|
|
1568
1396
|
message?: string;
|
|
1569
1397
|
}
|
|
1570
|
-
export declare namespace NodeGroupsPerReplicationGroupQuotaExceededFault {
|
|
1571
|
-
|
|
1572
|
-
const filterSensitiveLog: (obj: NodeGroupsPerReplicationGroupQuotaExceededFault) => any;
|
|
1573
|
-
}
|
|
1574
1398
|
|
|
1575
1399
|
export interface ReplicationGroupAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
1576
1400
|
name: "ReplicationGroupAlreadyExistsFault";
|
|
1577
1401
|
$fault: "client";
|
|
1578
1402
|
message?: string;
|
|
1579
1403
|
}
|
|
1580
|
-
export declare namespace ReplicationGroupAlreadyExistsFault {
|
|
1581
|
-
|
|
1582
|
-
const filterSensitiveLog: (obj: ReplicationGroupAlreadyExistsFault) => any;
|
|
1583
|
-
}
|
|
1584
1404
|
|
|
1585
1405
|
export interface CreateSnapshotMessage {
|
|
1586
1406
|
|
|
@@ -1612,10 +1432,6 @@ export interface SnapshotFeatureNotSupportedFault extends __SmithyException, $Me
|
|
|
1612
1432
|
$fault: "client";
|
|
1613
1433
|
message?: string;
|
|
1614
1434
|
}
|
|
1615
|
-
export declare namespace SnapshotFeatureNotSupportedFault {
|
|
1616
|
-
|
|
1617
|
-
const filterSensitiveLog: (obj: SnapshotFeatureNotSupportedFault) => any;
|
|
1618
|
-
}
|
|
1619
1435
|
export interface CreateUserMessage {
|
|
1620
1436
|
|
|
1621
1437
|
UserId: string | undefined;
|
|
@@ -1642,10 +1458,6 @@ export interface DuplicateUserNameFault extends __SmithyException, $MetadataBear
|
|
|
1642
1458
|
$fault: "client";
|
|
1643
1459
|
message?: string;
|
|
1644
1460
|
}
|
|
1645
|
-
export declare namespace DuplicateUserNameFault {
|
|
1646
|
-
|
|
1647
|
-
const filterSensitiveLog: (obj: DuplicateUserNameFault) => any;
|
|
1648
|
-
}
|
|
1649
1461
|
export declare enum AuthenticationType {
|
|
1650
1462
|
NO_PASSWORD = "no-password",
|
|
1651
1463
|
PASSWORD = "password"
|
|
@@ -1691,20 +1503,12 @@ export interface UserAlreadyExistsFault extends __SmithyException, $MetadataBear
|
|
|
1691
1503
|
$fault: "client";
|
|
1692
1504
|
message?: string;
|
|
1693
1505
|
}
|
|
1694
|
-
export declare namespace UserAlreadyExistsFault {
|
|
1695
|
-
|
|
1696
|
-
const filterSensitiveLog: (obj: UserAlreadyExistsFault) => any;
|
|
1697
|
-
}
|
|
1698
1506
|
|
|
1699
1507
|
export interface UserQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
1700
1508
|
name: "UserQuotaExceededFault";
|
|
1701
1509
|
$fault: "client";
|
|
1702
1510
|
message?: string;
|
|
1703
1511
|
}
|
|
1704
|
-
export declare namespace UserQuotaExceededFault {
|
|
1705
|
-
|
|
1706
|
-
const filterSensitiveLog: (obj: UserQuotaExceededFault) => any;
|
|
1707
|
-
}
|
|
1708
1512
|
export interface CreateUserGroupMessage {
|
|
1709
1513
|
|
|
1710
1514
|
UserGroupId: string | undefined;
|
|
@@ -1725,10 +1529,6 @@ export interface DefaultUserRequired extends __SmithyException, $MetadataBearer
|
|
|
1725
1529
|
$fault: "client";
|
|
1726
1530
|
message?: string;
|
|
1727
1531
|
}
|
|
1728
|
-
export declare namespace DefaultUserRequired {
|
|
1729
|
-
|
|
1730
|
-
const filterSensitiveLog: (obj: DefaultUserRequired) => any;
|
|
1731
|
-
}
|
|
1732
1532
|
|
|
1733
1533
|
export interface UserGroupPendingChanges {
|
|
1734
1534
|
|
|
@@ -1768,20 +1568,12 @@ export interface UserGroupAlreadyExistsFault extends __SmithyException, $Metadat
|
|
|
1768
1568
|
$fault: "client";
|
|
1769
1569
|
message?: string;
|
|
1770
1570
|
}
|
|
1771
|
-
export declare namespace UserGroupAlreadyExistsFault {
|
|
1772
|
-
|
|
1773
|
-
const filterSensitiveLog: (obj: UserGroupAlreadyExistsFault) => any;
|
|
1774
|
-
}
|
|
1775
1571
|
|
|
1776
1572
|
export interface UserGroupQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
1777
1573
|
name: "UserGroupQuotaExceededFault";
|
|
1778
1574
|
$fault: "client";
|
|
1779
1575
|
message?: string;
|
|
1780
1576
|
}
|
|
1781
|
-
export declare namespace UserGroupQuotaExceededFault {
|
|
1782
|
-
|
|
1783
|
-
const filterSensitiveLog: (obj: UserGroupQuotaExceededFault) => any;
|
|
1784
|
-
}
|
|
1785
1577
|
export interface DecreaseNodeGroupsInGlobalReplicationGroupMessage {
|
|
1786
1578
|
|
|
1787
1579
|
GlobalReplicationGroupId: string | undefined;
|
|
@@ -1851,10 +1643,6 @@ export interface NoOperationFault extends __SmithyException, $MetadataBearer {
|
|
|
1851
1643
|
$fault: "client";
|
|
1852
1644
|
message?: string;
|
|
1853
1645
|
}
|
|
1854
|
-
export declare namespace NoOperationFault {
|
|
1855
|
-
|
|
1856
|
-
const filterSensitiveLog: (obj: NoOperationFault) => any;
|
|
1857
|
-
}
|
|
1858
1646
|
|
|
1859
1647
|
export interface DeleteCacheClusterMessage {
|
|
1860
1648
|
|
|
@@ -1898,10 +1686,6 @@ export interface CacheSubnetGroupInUse extends __SmithyException, $MetadataBeare
|
|
|
1898
1686
|
$fault: "client";
|
|
1899
1687
|
message?: string;
|
|
1900
1688
|
}
|
|
1901
|
-
export declare namespace CacheSubnetGroupInUse {
|
|
1902
|
-
|
|
1903
|
-
const filterSensitiveLog: (obj: CacheSubnetGroupInUse) => any;
|
|
1904
|
-
}
|
|
1905
1689
|
|
|
1906
1690
|
export interface DeleteCacheSubnetGroupMessage {
|
|
1907
1691
|
|
|
@@ -1973,10 +1757,6 @@ export interface DefaultUserAssociatedToUserGroupFault extends __SmithyException
|
|
|
1973
1757
|
$fault: "client";
|
|
1974
1758
|
message?: string;
|
|
1975
1759
|
}
|
|
1976
|
-
export declare namespace DefaultUserAssociatedToUserGroupFault {
|
|
1977
|
-
|
|
1978
|
-
const filterSensitiveLog: (obj: DefaultUserAssociatedToUserGroupFault) => any;
|
|
1979
|
-
}
|
|
1980
1760
|
export interface DeleteUserMessage {
|
|
1981
1761
|
|
|
1982
1762
|
UserId: string | undefined;
|
|
@@ -1991,10 +1771,6 @@ export interface InvalidUserStateFault extends __SmithyException, $MetadataBeare
|
|
|
1991
1771
|
$fault: "client";
|
|
1992
1772
|
message?: string;
|
|
1993
1773
|
}
|
|
1994
|
-
export declare namespace InvalidUserStateFault {
|
|
1995
|
-
|
|
1996
|
-
const filterSensitiveLog: (obj: InvalidUserStateFault) => any;
|
|
1997
|
-
}
|
|
1998
1774
|
export interface DeleteUserGroupMessage {
|
|
1999
1775
|
|
|
2000
1776
|
UserGroupId: string | undefined;
|
|
@@ -2511,10 +2287,6 @@ export interface ReservedCacheNodesOfferingNotFoundFault extends __SmithyExcepti
|
|
|
2511
2287
|
$fault: "client";
|
|
2512
2288
|
message?: string;
|
|
2513
2289
|
}
|
|
2514
|
-
export declare namespace ReservedCacheNodesOfferingNotFoundFault {
|
|
2515
|
-
|
|
2516
|
-
const filterSensitiveLog: (obj: ReservedCacheNodesOfferingNotFoundFault) => any;
|
|
2517
|
-
}
|
|
2518
2290
|
export declare enum ServiceUpdateStatus {
|
|
2519
2291
|
AVAILABLE = "available",
|
|
2520
2292
|
CANCELLED = "cancelled",
|
|
@@ -2953,10 +2725,6 @@ export interface InvalidKMSKeyFault extends __SmithyException, $MetadataBearer {
|
|
|
2953
2725
|
$fault: "client";
|
|
2954
2726
|
message?: string;
|
|
2955
2727
|
}
|
|
2956
|
-
export declare namespace InvalidKMSKeyFault {
|
|
2957
|
-
|
|
2958
|
-
const filterSensitiveLog: (obj: InvalidKMSKeyFault) => any;
|
|
2959
|
-
}
|
|
2960
2728
|
|
|
2961
2729
|
export interface ListAllowedNodeTypeModificationsMessage {
|
|
2962
2730
|
|
|
@@ -3091,10 +2859,6 @@ export interface SubnetInUse extends __SmithyException, $MetadataBearer {
|
|
|
3091
2859
|
$fault: "client";
|
|
3092
2860
|
message?: string;
|
|
3093
2861
|
}
|
|
3094
|
-
export declare namespace SubnetInUse {
|
|
3095
|
-
|
|
3096
|
-
const filterSensitiveLog: (obj: SubnetInUse) => any;
|
|
3097
|
-
}
|
|
3098
2862
|
export interface ModifyGlobalReplicationGroupMessage {
|
|
3099
2863
|
|
|
3100
2864
|
GlobalReplicationGroupId: string | undefined;
|
|
@@ -3272,20 +3036,12 @@ export interface ReservedCacheNodeAlreadyExistsFault extends __SmithyException,
|
|
|
3272
3036
|
$fault: "client";
|
|
3273
3037
|
message?: string;
|
|
3274
3038
|
}
|
|
3275
|
-
export declare namespace ReservedCacheNodeAlreadyExistsFault {
|
|
3276
|
-
|
|
3277
|
-
const filterSensitiveLog: (obj: ReservedCacheNodeAlreadyExistsFault) => any;
|
|
3278
|
-
}
|
|
3279
3039
|
|
|
3280
3040
|
export interface ReservedCacheNodeQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
3281
3041
|
name: "ReservedCacheNodeQuotaExceededFault";
|
|
3282
3042
|
$fault: "client";
|
|
3283
3043
|
message?: string;
|
|
3284
3044
|
}
|
|
3285
|
-
export declare namespace ReservedCacheNodeQuotaExceededFault {
|
|
3286
|
-
|
|
3287
|
-
const filterSensitiveLog: (obj: ReservedCacheNodeQuotaExceededFault) => any;
|
|
3288
|
-
}
|
|
3289
3045
|
export interface RebalanceSlotsInGlobalReplicationGroupMessage {
|
|
3290
3046
|
|
|
3291
3047
|
GlobalReplicationGroupId: string | undefined;
|
|
@@ -3340,10 +3096,6 @@ export interface TagNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
|
3340
3096
|
$fault: "client";
|
|
3341
3097
|
message?: string;
|
|
3342
3098
|
}
|
|
3343
|
-
export declare namespace TagNotFoundFault {
|
|
3344
|
-
|
|
3345
|
-
const filterSensitiveLog: (obj: TagNotFoundFault) => any;
|
|
3346
|
-
}
|
|
3347
3099
|
|
|
3348
3100
|
export interface ResetCacheParameterGroupMessage {
|
|
3349
3101
|
|
|
@@ -3363,10 +3115,6 @@ export interface AuthorizationNotFoundFault extends __SmithyException, $Metadata
|
|
|
3363
3115
|
$fault: "client";
|
|
3364
3116
|
message?: string;
|
|
3365
3117
|
}
|
|
3366
|
-
export declare namespace AuthorizationNotFoundFault {
|
|
3367
|
-
|
|
3368
|
-
const filterSensitiveLog: (obj: AuthorizationNotFoundFault) => any;
|
|
3369
|
-
}
|
|
3370
3118
|
|
|
3371
3119
|
export interface RevokeCacheSecurityGroupIngressMessage {
|
|
3372
3120
|
|
|
@@ -3394,10 +3142,6 @@ export interface ReplicationGroupAlreadyUnderMigrationFault extends __SmithyExce
|
|
|
3394
3142
|
$fault: "client";
|
|
3395
3143
|
message?: string;
|
|
3396
3144
|
}
|
|
3397
|
-
export declare namespace ReplicationGroupAlreadyUnderMigrationFault {
|
|
3398
|
-
|
|
3399
|
-
const filterSensitiveLog: (obj: ReplicationGroupAlreadyUnderMigrationFault) => any;
|
|
3400
|
-
}
|
|
3401
3145
|
|
|
3402
3146
|
export interface CustomerNodeEndpoint {
|
|
3403
3147
|
|
|
@@ -3433,20 +3177,12 @@ export interface APICallRateForCustomerExceededFault extends __SmithyException,
|
|
|
3433
3177
|
$fault: "client";
|
|
3434
3178
|
message?: string;
|
|
3435
3179
|
}
|
|
3436
|
-
export declare namespace APICallRateForCustomerExceededFault {
|
|
3437
|
-
|
|
3438
|
-
const filterSensitiveLog: (obj: APICallRateForCustomerExceededFault) => any;
|
|
3439
|
-
}
|
|
3440
3180
|
|
|
3441
3181
|
export interface NodeGroupNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
3442
3182
|
name: "NodeGroupNotFoundFault";
|
|
3443
3183
|
$fault: "client";
|
|
3444
3184
|
message?: string;
|
|
3445
3185
|
}
|
|
3446
|
-
export declare namespace NodeGroupNotFoundFault {
|
|
3447
|
-
|
|
3448
|
-
const filterSensitiveLog: (obj: NodeGroupNotFoundFault) => any;
|
|
3449
|
-
}
|
|
3450
3186
|
export interface TestFailoverMessage {
|
|
3451
3187
|
|
|
3452
3188
|
ReplicationGroupId: string | undefined;
|
|
@@ -3463,10 +3199,6 @@ export interface TestFailoverNotAvailableFault extends __SmithyException, $Metad
|
|
|
3463
3199
|
$fault: "client";
|
|
3464
3200
|
message?: string;
|
|
3465
3201
|
}
|
|
3466
|
-
export declare namespace TestFailoverNotAvailableFault {
|
|
3467
|
-
|
|
3468
|
-
const filterSensitiveLog: (obj: TestFailoverNotAvailableFault) => any;
|
|
3469
|
-
}
|
|
3470
3202
|
export interface TestFailoverResult {
|
|
3471
3203
|
|
|
3472
3204
|
ReplicationGroup?: ReplicationGroup;
|