@aws-sdk/client-elasticache 3.300.0 → 3.303.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/dist-cjs/models/models_0.js +132 -158
- package/dist-es/models/models_0.js +132 -158
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -3
- package/dist-types/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/BatchApplyUpdateActionCommand.d.ts +3 -3
- package/dist-types/commands/BatchStopUpdateActionCommand.d.ts +3 -3
- package/dist-types/commands/CompleteMigrationCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +3 -3
- package/dist-types/commands/CreateCacheClusterCommand.d.ts +13 -13
- package/dist-types/commands/CreateCacheParameterGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateCacheSecurityGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateCacheSubnetGroupCommand.d.ts +4 -4
- package/dist-types/commands/CreateGlobalReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplicationGroupCommand.d.ts +16 -16
- package/dist-types/commands/CreateSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/CreateUserCommand.d.ts +5 -5
- package/dist-types/commands/CreateUserGroupCommand.d.ts +4 -4
- package/dist-types/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +2 -2
- package/dist-types/commands/DecreaseReplicaCountCommand.d.ts +6 -6
- package/dist-types/commands/DeleteCacheClusterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCacheParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCacheSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCacheSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGlobalReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCacheClustersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCacheEngineVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCacheParameterGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCacheParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCacheSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCacheSubnetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGlobalReplicationGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplicationGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedCacheNodesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeServiceUpdatesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUpdateActionsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeUserGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUsersCommand.d.ts +4 -4
- package/dist-types/commands/DisassociateGlobalReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/FailoverGlobalReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +6 -6
- package/dist-types/commands/IncreaseReplicaCountCommand.d.ts +5 -5
- package/dist-types/commands/ListAllowedNodeTypeModificationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCacheClusterCommand.d.ts +10 -10
- package/dist-types/commands/ModifyCacheParameterGroupCommand.d.ts +3 -3
- package/dist-types/commands/ModifyCacheSubnetGroupCommand.d.ts +2 -2
- package/dist-types/commands/ModifyGlobalReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReplicationGroupCommand.d.ts +9 -9
- package/dist-types/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +6 -6
- package/dist-types/commands/ModifyUserCommand.d.ts +3 -3
- package/dist-types/commands/ModifyUserGroupCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +3 -3
- package/dist-types/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/RebootCacheClusterCommand.d.ts +2 -2
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +2 -2
- package/dist-types/commands/ResetCacheParameterGroupCommand.d.ts +3 -3
- package/dist-types/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/StartMigrationCommand.d.ts +3 -3
- package/dist-types/commands/TestFailoverCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +262 -132
- package/dist-types/ts3.4/models/models_0.d.ts +174 -132
- package/package.json +35 -35
|
@@ -224,84 +224,71 @@ class ServiceUpdateNotFoundFault extends ElastiCacheServiceException_1.ElastiCac
|
|
|
224
224
|
}
|
|
225
225
|
}
|
|
226
226
|
exports.ServiceUpdateNotFoundFault = ServiceUpdateNotFoundFault;
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
AuthTokenUpdateStatus["ROTATING"] = "ROTATING";
|
|
293
|
-
AuthTokenUpdateStatus["SETTING"] = "SETTING";
|
|
294
|
-
})(AuthTokenUpdateStatus = exports.AuthTokenUpdateStatus || (exports.AuthTokenUpdateStatus = {}));
|
|
295
|
-
var PendingAutomaticFailoverStatus;
|
|
296
|
-
(function (PendingAutomaticFailoverStatus) {
|
|
297
|
-
PendingAutomaticFailoverStatus["DISABLED"] = "disabled";
|
|
298
|
-
PendingAutomaticFailoverStatus["ENABLED"] = "enabled";
|
|
299
|
-
})(PendingAutomaticFailoverStatus = exports.PendingAutomaticFailoverStatus || (exports.PendingAutomaticFailoverStatus = {}));
|
|
300
|
-
var TransitEncryptionMode;
|
|
301
|
-
(function (TransitEncryptionMode) {
|
|
302
|
-
TransitEncryptionMode["PREFERRED"] = "preferred";
|
|
303
|
-
TransitEncryptionMode["REQUIRED"] = "required";
|
|
304
|
-
})(TransitEncryptionMode = exports.TransitEncryptionMode || (exports.TransitEncryptionMode = {}));
|
|
227
|
+
exports.UpdateActionStatus = {
|
|
228
|
+
COMPLETE: "complete",
|
|
229
|
+
IN_PROGRESS: "in-progress",
|
|
230
|
+
NOT_APPLICABLE: "not-applicable",
|
|
231
|
+
NOT_APPLIED: "not-applied",
|
|
232
|
+
SCHEDULED: "scheduled",
|
|
233
|
+
SCHEDULING: "scheduling",
|
|
234
|
+
STOPPED: "stopped",
|
|
235
|
+
STOPPING: "stopping",
|
|
236
|
+
WAITING_TO_START: "waiting-to-start",
|
|
237
|
+
};
|
|
238
|
+
exports.AutomaticFailoverStatus = {
|
|
239
|
+
DISABLED: "disabled",
|
|
240
|
+
DISABLING: "disabling",
|
|
241
|
+
ENABLED: "enabled",
|
|
242
|
+
ENABLING: "enabling",
|
|
243
|
+
};
|
|
244
|
+
exports.DataTieringStatus = {
|
|
245
|
+
DISABLED: "disabled",
|
|
246
|
+
ENABLED: "enabled",
|
|
247
|
+
};
|
|
248
|
+
exports.IpDiscovery = {
|
|
249
|
+
IPV4: "ipv4",
|
|
250
|
+
IPV6: "ipv6",
|
|
251
|
+
};
|
|
252
|
+
exports.DestinationType = {
|
|
253
|
+
CloudWatchLogs: "cloudwatch-logs",
|
|
254
|
+
KinesisFirehose: "kinesis-firehose",
|
|
255
|
+
};
|
|
256
|
+
exports.LogFormat = {
|
|
257
|
+
JSON: "json",
|
|
258
|
+
TEXT: "text",
|
|
259
|
+
};
|
|
260
|
+
exports.LogType = {
|
|
261
|
+
ENGINE_LOG: "engine-log",
|
|
262
|
+
SLOW_LOG: "slow-log",
|
|
263
|
+
};
|
|
264
|
+
exports.LogDeliveryConfigurationStatus = {
|
|
265
|
+
ACTIVE: "active",
|
|
266
|
+
DISABLING: "disabling",
|
|
267
|
+
ENABLING: "enabling",
|
|
268
|
+
ERROR: "error",
|
|
269
|
+
MODIFYING: "modifying",
|
|
270
|
+
};
|
|
271
|
+
exports.MultiAZStatus = {
|
|
272
|
+
DISABLED: "disabled",
|
|
273
|
+
ENABLED: "enabled",
|
|
274
|
+
};
|
|
275
|
+
exports.NetworkType = {
|
|
276
|
+
DUAL_STACK: "dual_stack",
|
|
277
|
+
IPV4: "ipv4",
|
|
278
|
+
IPV6: "ipv6",
|
|
279
|
+
};
|
|
280
|
+
exports.AuthTokenUpdateStatus = {
|
|
281
|
+
ROTATING: "ROTATING",
|
|
282
|
+
SETTING: "SETTING",
|
|
283
|
+
};
|
|
284
|
+
exports.PendingAutomaticFailoverStatus = {
|
|
285
|
+
DISABLED: "disabled",
|
|
286
|
+
ENABLED: "enabled",
|
|
287
|
+
};
|
|
288
|
+
exports.TransitEncryptionMode = {
|
|
289
|
+
PREFERRED: "preferred",
|
|
290
|
+
REQUIRED: "required",
|
|
291
|
+
};
|
|
305
292
|
class ReplicationGroupNotUnderMigrationFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
|
|
306
293
|
constructor(opts) {
|
|
307
294
|
super({
|
|
@@ -380,16 +367,14 @@ class ClusterQuotaForCustomerExceededFault extends ElastiCacheServiceException_1
|
|
|
380
367
|
}
|
|
381
368
|
}
|
|
382
369
|
exports.ClusterQuotaForCustomerExceededFault = ClusterQuotaForCustomerExceededFault;
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
OutpostMode["SINGLE_OUTPOST"] = "single-outpost";
|
|
392
|
-
})(OutpostMode = exports.OutpostMode || (exports.OutpostMode = {}));
|
|
370
|
+
exports.AZMode = {
|
|
371
|
+
CROSS_AZ: "cross-az",
|
|
372
|
+
SINGLE_AZ: "single-az",
|
|
373
|
+
};
|
|
374
|
+
exports.OutpostMode = {
|
|
375
|
+
CROSS_OUTPOST: "cross-outpost",
|
|
376
|
+
SINGLE_OUTPOST: "single-outpost",
|
|
377
|
+
};
|
|
393
378
|
class InsufficientCacheClusterCapacityFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
|
|
394
379
|
constructor(opts) {
|
|
395
380
|
super({
|
|
@@ -689,12 +674,11 @@ class SnapshotFeatureNotSupportedFault extends ElastiCacheServiceException_1.Ela
|
|
|
689
674
|
}
|
|
690
675
|
}
|
|
691
676
|
exports.SnapshotFeatureNotSupportedFault = SnapshotFeatureNotSupportedFault;
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
})(InputAuthenticationType = exports.InputAuthenticationType || (exports.InputAuthenticationType = {}));
|
|
677
|
+
exports.InputAuthenticationType = {
|
|
678
|
+
IAM: "iam",
|
|
679
|
+
NO_PASSWORD: "no-password-required",
|
|
680
|
+
PASSWORD: "password",
|
|
681
|
+
};
|
|
698
682
|
class DuplicateUserNameFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
|
|
699
683
|
constructor(opts) {
|
|
700
684
|
super({
|
|
@@ -708,12 +692,11 @@ class DuplicateUserNameFault extends ElastiCacheServiceException_1.ElastiCacheSe
|
|
|
708
692
|
}
|
|
709
693
|
}
|
|
710
694
|
exports.DuplicateUserNameFault = DuplicateUserNameFault;
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
})(AuthenticationType = exports.AuthenticationType || (exports.AuthenticationType = {}));
|
|
695
|
+
exports.AuthenticationType = {
|
|
696
|
+
IAM: "iam",
|
|
697
|
+
NO_PASSWORD: "no-password",
|
|
698
|
+
PASSWORD: "password",
|
|
699
|
+
};
|
|
717
700
|
class UserAlreadyExistsFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
|
|
718
701
|
constructor(opts) {
|
|
719
702
|
super({
|
|
@@ -831,21 +814,19 @@ class InvalidUserStateFault extends ElastiCacheServiceException_1.ElastiCacheSer
|
|
|
831
814
|
}
|
|
832
815
|
}
|
|
833
816
|
exports.InvalidUserStateFault = InvalidUserStateFault;
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
SourceType["user_group"] = "user-group";
|
|
848
|
-
})(SourceType = exports.SourceType || (exports.SourceType = {}));
|
|
817
|
+
exports.ChangeType = {
|
|
818
|
+
immediate: "immediate",
|
|
819
|
+
requires_reboot: "requires-reboot",
|
|
820
|
+
};
|
|
821
|
+
exports.SourceType = {
|
|
822
|
+
cache_cluster: "cache-cluster",
|
|
823
|
+
cache_parameter_group: "cache-parameter-group",
|
|
824
|
+
cache_security_group: "cache-security-group",
|
|
825
|
+
cache_subnet_group: "cache-subnet-group",
|
|
826
|
+
replication_group: "replication-group",
|
|
827
|
+
user: "user",
|
|
828
|
+
user_group: "user-group",
|
|
829
|
+
};
|
|
849
830
|
class ReservedCacheNodesOfferingNotFoundFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
|
|
850
831
|
constructor(opts) {
|
|
851
832
|
super({
|
|
@@ -859,43 +840,37 @@ class ReservedCacheNodesOfferingNotFoundFault extends ElastiCacheServiceExceptio
|
|
|
859
840
|
}
|
|
860
841
|
}
|
|
861
842
|
exports.ReservedCacheNodesOfferingNotFoundFault = ReservedCacheNodesOfferingNotFoundFault;
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
}
|
|
893
|
-
var SlaMet;
|
|
894
|
-
(function (SlaMet) {
|
|
895
|
-
SlaMet["NA"] = "n/a";
|
|
896
|
-
SlaMet["NO"] = "no";
|
|
897
|
-
SlaMet["YES"] = "yes";
|
|
898
|
-
})(SlaMet = exports.SlaMet || (exports.SlaMet = {}));
|
|
843
|
+
exports.ServiceUpdateStatus = {
|
|
844
|
+
AVAILABLE: "available",
|
|
845
|
+
CANCELLED: "cancelled",
|
|
846
|
+
EXPIRED: "expired",
|
|
847
|
+
};
|
|
848
|
+
exports.ServiceUpdateSeverity = {
|
|
849
|
+
CRITICAL: "critical",
|
|
850
|
+
IMPORTANT: "important",
|
|
851
|
+
LOW: "low",
|
|
852
|
+
MEDIUM: "medium",
|
|
853
|
+
};
|
|
854
|
+
exports.ServiceUpdateType = {
|
|
855
|
+
SECURITY_UPDATE: "security-update",
|
|
856
|
+
};
|
|
857
|
+
exports.NodeUpdateInitiatedBy = {
|
|
858
|
+
CUSTOMER: "customer",
|
|
859
|
+
SYSTEM: "system",
|
|
860
|
+
};
|
|
861
|
+
exports.NodeUpdateStatus = {
|
|
862
|
+
COMPLETE: "complete",
|
|
863
|
+
IN_PROGRESS: "in-progress",
|
|
864
|
+
NOT_APPLIED: "not-applied",
|
|
865
|
+
STOPPED: "stopped",
|
|
866
|
+
STOPPING: "stopping",
|
|
867
|
+
WAITING_TO_START: "waiting-to-start",
|
|
868
|
+
};
|
|
869
|
+
exports.SlaMet = {
|
|
870
|
+
NA: "n/a",
|
|
871
|
+
NO: "no",
|
|
872
|
+
YES: "yes",
|
|
873
|
+
};
|
|
899
874
|
class InvalidKMSKeyFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
|
|
900
875
|
constructor(opts) {
|
|
901
876
|
super({
|
|
@@ -909,12 +884,11 @@ class InvalidKMSKeyFault extends ElastiCacheServiceException_1.ElastiCacheServic
|
|
|
909
884
|
}
|
|
910
885
|
}
|
|
911
886
|
exports.InvalidKMSKeyFault = InvalidKMSKeyFault;
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
})(AuthTokenUpdateStrategyType = exports.AuthTokenUpdateStrategyType || (exports.AuthTokenUpdateStrategyType = {}));
|
|
887
|
+
exports.AuthTokenUpdateStrategyType = {
|
|
888
|
+
DELETE: "DELETE",
|
|
889
|
+
ROTATE: "ROTATE",
|
|
890
|
+
SET: "SET",
|
|
891
|
+
};
|
|
918
892
|
class SubnetInUse extends ElastiCacheServiceException_1.ElastiCacheServiceException {
|
|
919
893
|
constructor(opts) {
|
|
920
894
|
super({
|