@effect-aws/client-elasticache 1.10.3 → 2.0.0-beta.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/LICENSE +1 -1
- package/README.md +3 -3
- package/dist/dts/ElastiCacheClientInstance.d.ts +2 -2
- package/dist/dts/ElastiCacheClientInstance.d.ts.map +1 -1
- package/dist/dts/ElastiCacheService.d.ts +77 -79
- package/dist/dts/ElastiCacheService.d.ts.map +1 -1
- package/dist/dts/ElastiCacheServiceConfig.d.ts.map +1 -1
- package/dist/esm/ElastiCacheClientInstance.js +3 -3
- package/dist/esm/ElastiCacheClientInstance.js.map +1 -1
- package/dist/esm/ElastiCacheService.js +2 -2
- package/dist/esm/ElastiCacheService.js.map +1 -1
- package/dist/esm/ElastiCacheServiceConfig.js +5 -6
- package/dist/esm/ElastiCacheServiceConfig.js.map +1 -1
- package/package.json +8 -14
- package/src/ElastiCacheClientInstance.ts +4 -4
- package/src/ElastiCacheService.ts +78 -78
- package/src/ElastiCacheServiceConfig.ts +6 -7
- package/dist/cjs/ElastiCacheClientInstance.d.ts +0 -24
- package/dist/cjs/ElastiCacheClientInstance.d.ts.map +0 -1
- package/dist/cjs/ElastiCacheClientInstance.js +0 -50
- package/dist/cjs/ElastiCacheClientInstance.js.map +0 -1
- package/dist/cjs/ElastiCacheService.d.ts +0 -346
- package/dist/cjs/ElastiCacheService.d.ts.map +0 -1
- package/dist/cjs/ElastiCacheService.js +0 -134
- package/dist/cjs/ElastiCacheService.js.map +0 -1
- package/dist/cjs/ElastiCacheServiceConfig.d.ts +0 -25
- package/dist/cjs/ElastiCacheServiceConfig.d.ts.map +0 -1
- package/dist/cjs/ElastiCacheServiceConfig.js +0 -35
- package/dist/cjs/ElastiCacheServiceConfig.js.map +0 -1
- package/dist/cjs/Errors.d.ts +0 -83
- package/dist/cjs/Errors.d.ts.map +0 -1
- package/dist/cjs/Errors.js +0 -82
- package/dist/cjs/Errors.js.map +0 -1
- package/dist/cjs/index.d.ts +0 -44
- package/dist/cjs/index.d.ts.map +0 -1
- package/dist/cjs/index.js +0 -56
- package/dist/cjs/index.js.map +0 -1
|
@@ -233,7 +233,7 @@ import {
|
|
|
233
233
|
import type { HttpHandlerOptions, ServiceLogger } from "@effect-aws/commons";
|
|
234
234
|
import { Service } from "@effect-aws/commons";
|
|
235
235
|
import type { Cause } from "effect";
|
|
236
|
-
import { Effect, Layer } from "effect";
|
|
236
|
+
import { Effect, Layer, ServiceMap } from "effect";
|
|
237
237
|
import * as Instance from "./ElastiCacheClientInstance.js";
|
|
238
238
|
import * as ElastiCacheServiceConfig from "./ElastiCacheServiceConfig.js";
|
|
239
239
|
import type {
|
|
@@ -406,7 +406,7 @@ interface ElastiCacheService$ {
|
|
|
406
406
|
options?: HttpHandlerOptions,
|
|
407
407
|
): Effect.Effect<
|
|
408
408
|
AddTagsToResourceCommandOutput,
|
|
409
|
-
| Cause.
|
|
409
|
+
| Cause.TimeoutError
|
|
410
410
|
| SdkError
|
|
411
411
|
| CacheClusterNotFoundFaultError
|
|
412
412
|
| CacheParameterGroupNotFoundFaultError
|
|
@@ -434,7 +434,7 @@ interface ElastiCacheService$ {
|
|
|
434
434
|
options?: HttpHandlerOptions,
|
|
435
435
|
): Effect.Effect<
|
|
436
436
|
AuthorizeCacheSecurityGroupIngressCommandOutput,
|
|
437
|
-
| Cause.
|
|
437
|
+
| Cause.TimeoutError
|
|
438
438
|
| SdkError
|
|
439
439
|
| AuthorizationAlreadyExistsFaultError
|
|
440
440
|
| CacheSecurityGroupNotFoundFaultError
|
|
@@ -451,7 +451,7 @@ interface ElastiCacheService$ {
|
|
|
451
451
|
options?: HttpHandlerOptions,
|
|
452
452
|
): Effect.Effect<
|
|
453
453
|
BatchApplyUpdateActionCommandOutput,
|
|
454
|
-
Cause.
|
|
454
|
+
Cause.TimeoutError | SdkError | InvalidParameterValueError | ServiceUpdateNotFoundFaultError
|
|
455
455
|
>;
|
|
456
456
|
|
|
457
457
|
/**
|
|
@@ -462,7 +462,7 @@ interface ElastiCacheService$ {
|
|
|
462
462
|
options?: HttpHandlerOptions,
|
|
463
463
|
): Effect.Effect<
|
|
464
464
|
BatchStopUpdateActionCommandOutput,
|
|
465
|
-
Cause.
|
|
465
|
+
Cause.TimeoutError | SdkError | InvalidParameterValueError | ServiceUpdateNotFoundFaultError
|
|
466
466
|
>;
|
|
467
467
|
|
|
468
468
|
/**
|
|
@@ -473,7 +473,7 @@ interface ElastiCacheService$ {
|
|
|
473
473
|
options?: HttpHandlerOptions,
|
|
474
474
|
): Effect.Effect<
|
|
475
475
|
CompleteMigrationCommandOutput,
|
|
476
|
-
| Cause.
|
|
476
|
+
| Cause.TimeoutError
|
|
477
477
|
| SdkError
|
|
478
478
|
| InvalidReplicationGroupStateFaultError
|
|
479
479
|
| ReplicationGroupNotFoundFaultError
|
|
@@ -488,7 +488,7 @@ interface ElastiCacheService$ {
|
|
|
488
488
|
options?: HttpHandlerOptions,
|
|
489
489
|
): Effect.Effect<
|
|
490
490
|
CopyServerlessCacheSnapshotCommandOutput,
|
|
491
|
-
| Cause.
|
|
491
|
+
| Cause.TimeoutError
|
|
492
492
|
| SdkError
|
|
493
493
|
| InvalidParameterCombinationError
|
|
494
494
|
| InvalidParameterValueError
|
|
@@ -508,7 +508,7 @@ interface ElastiCacheService$ {
|
|
|
508
508
|
options?: HttpHandlerOptions,
|
|
509
509
|
): Effect.Effect<
|
|
510
510
|
CopySnapshotCommandOutput,
|
|
511
|
-
| Cause.
|
|
511
|
+
| Cause.TimeoutError
|
|
512
512
|
| SdkError
|
|
513
513
|
| InvalidParameterCombinationError
|
|
514
514
|
| InvalidParameterValueError
|
|
@@ -527,7 +527,7 @@ interface ElastiCacheService$ {
|
|
|
527
527
|
options?: HttpHandlerOptions,
|
|
528
528
|
): Effect.Effect<
|
|
529
529
|
CreateCacheClusterCommandOutput,
|
|
530
|
-
| Cause.
|
|
530
|
+
| Cause.TimeoutError
|
|
531
531
|
| SdkError
|
|
532
532
|
| CacheClusterAlreadyExistsFaultError
|
|
533
533
|
| CacheParameterGroupNotFoundFaultError
|
|
@@ -553,7 +553,7 @@ interface ElastiCacheService$ {
|
|
|
553
553
|
options?: HttpHandlerOptions,
|
|
554
554
|
): Effect.Effect<
|
|
555
555
|
CreateCacheParameterGroupCommandOutput,
|
|
556
|
-
| Cause.
|
|
556
|
+
| Cause.TimeoutError
|
|
557
557
|
| SdkError
|
|
558
558
|
| CacheParameterGroupAlreadyExistsFaultError
|
|
559
559
|
| CacheParameterGroupQuotaExceededFaultError
|
|
@@ -571,7 +571,7 @@ interface ElastiCacheService$ {
|
|
|
571
571
|
options?: HttpHandlerOptions,
|
|
572
572
|
): Effect.Effect<
|
|
573
573
|
CreateCacheSecurityGroupCommandOutput,
|
|
574
|
-
| Cause.
|
|
574
|
+
| Cause.TimeoutError
|
|
575
575
|
| SdkError
|
|
576
576
|
| CacheSecurityGroupAlreadyExistsFaultError
|
|
577
577
|
| CacheSecurityGroupQuotaExceededFaultError
|
|
@@ -588,7 +588,7 @@ interface ElastiCacheService$ {
|
|
|
588
588
|
options?: HttpHandlerOptions,
|
|
589
589
|
): Effect.Effect<
|
|
590
590
|
CreateCacheSubnetGroupCommandOutput,
|
|
591
|
-
| Cause.
|
|
591
|
+
| Cause.TimeoutError
|
|
592
592
|
| SdkError
|
|
593
593
|
| CacheSubnetGroupAlreadyExistsFaultError
|
|
594
594
|
| CacheSubnetGroupQuotaExceededFaultError
|
|
@@ -606,7 +606,7 @@ interface ElastiCacheService$ {
|
|
|
606
606
|
options?: HttpHandlerOptions,
|
|
607
607
|
): Effect.Effect<
|
|
608
608
|
CreateGlobalReplicationGroupCommandOutput,
|
|
609
|
-
| Cause.
|
|
609
|
+
| Cause.TimeoutError
|
|
610
610
|
| SdkError
|
|
611
611
|
| GlobalReplicationGroupAlreadyExistsFaultError
|
|
612
612
|
| InvalidParameterValueError
|
|
@@ -623,7 +623,7 @@ interface ElastiCacheService$ {
|
|
|
623
623
|
options?: HttpHandlerOptions,
|
|
624
624
|
): Effect.Effect<
|
|
625
625
|
CreateReplicationGroupCommandOutput,
|
|
626
|
-
| Cause.
|
|
626
|
+
| Cause.TimeoutError
|
|
627
627
|
| SdkError
|
|
628
628
|
| CacheClusterNotFoundFaultError
|
|
629
629
|
| CacheParameterGroupNotFoundFaultError
|
|
@@ -654,7 +654,7 @@ interface ElastiCacheService$ {
|
|
|
654
654
|
options?: HttpHandlerOptions,
|
|
655
655
|
): Effect.Effect<
|
|
656
656
|
CreateServerlessCacheCommandOutput,
|
|
657
|
-
| Cause.
|
|
657
|
+
| Cause.TimeoutError
|
|
658
658
|
| SdkError
|
|
659
659
|
| InvalidCredentialsError
|
|
660
660
|
| InvalidParameterCombinationError
|
|
@@ -677,7 +677,7 @@ interface ElastiCacheService$ {
|
|
|
677
677
|
options?: HttpHandlerOptions,
|
|
678
678
|
): Effect.Effect<
|
|
679
679
|
CreateServerlessCacheSnapshotCommandOutput,
|
|
680
|
-
| Cause.
|
|
680
|
+
| Cause.TimeoutError
|
|
681
681
|
| SdkError
|
|
682
682
|
| InvalidParameterCombinationError
|
|
683
683
|
| InvalidParameterValueError
|
|
@@ -697,7 +697,7 @@ interface ElastiCacheService$ {
|
|
|
697
697
|
options?: HttpHandlerOptions,
|
|
698
698
|
): Effect.Effect<
|
|
699
699
|
CreateSnapshotCommandOutput,
|
|
700
|
-
| Cause.
|
|
700
|
+
| Cause.TimeoutError
|
|
701
701
|
| SdkError
|
|
702
702
|
| CacheClusterNotFoundFaultError
|
|
703
703
|
| InvalidCacheClusterStateFaultError
|
|
@@ -719,7 +719,7 @@ interface ElastiCacheService$ {
|
|
|
719
719
|
options?: HttpHandlerOptions,
|
|
720
720
|
): Effect.Effect<
|
|
721
721
|
CreateUserCommandOutput,
|
|
722
|
-
| Cause.
|
|
722
|
+
| Cause.TimeoutError
|
|
723
723
|
| SdkError
|
|
724
724
|
| DuplicateUserNameFaultError
|
|
725
725
|
| InvalidParameterCombinationError
|
|
@@ -738,7 +738,7 @@ interface ElastiCacheService$ {
|
|
|
738
738
|
options?: HttpHandlerOptions,
|
|
739
739
|
): Effect.Effect<
|
|
740
740
|
CreateUserGroupCommandOutput,
|
|
741
|
-
| Cause.
|
|
741
|
+
| Cause.TimeoutError
|
|
742
742
|
| SdkError
|
|
743
743
|
| DefaultUserRequiredError
|
|
744
744
|
| DuplicateUserNameFaultError
|
|
@@ -758,7 +758,7 @@ interface ElastiCacheService$ {
|
|
|
758
758
|
options?: HttpHandlerOptions,
|
|
759
759
|
): Effect.Effect<
|
|
760
760
|
DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput,
|
|
761
|
-
| Cause.
|
|
761
|
+
| Cause.TimeoutError
|
|
762
762
|
| SdkError
|
|
763
763
|
| GlobalReplicationGroupNotFoundFaultError
|
|
764
764
|
| InvalidGlobalReplicationGroupStateFaultError
|
|
@@ -774,7 +774,7 @@ interface ElastiCacheService$ {
|
|
|
774
774
|
options?: HttpHandlerOptions,
|
|
775
775
|
): Effect.Effect<
|
|
776
776
|
DecreaseReplicaCountCommandOutput,
|
|
777
|
-
| Cause.
|
|
777
|
+
| Cause.TimeoutError
|
|
778
778
|
| SdkError
|
|
779
779
|
| ClusterQuotaForCustomerExceededFaultError
|
|
780
780
|
| InsufficientCacheClusterCapacityFaultError
|
|
@@ -798,7 +798,7 @@ interface ElastiCacheService$ {
|
|
|
798
798
|
options?: HttpHandlerOptions,
|
|
799
799
|
): Effect.Effect<
|
|
800
800
|
DeleteCacheClusterCommandOutput,
|
|
801
|
-
| Cause.
|
|
801
|
+
| Cause.TimeoutError
|
|
802
802
|
| SdkError
|
|
803
803
|
| CacheClusterNotFoundFaultError
|
|
804
804
|
| InvalidCacheClusterStateFaultError
|
|
@@ -817,7 +817,7 @@ interface ElastiCacheService$ {
|
|
|
817
817
|
options?: HttpHandlerOptions,
|
|
818
818
|
): Effect.Effect<
|
|
819
819
|
DeleteCacheParameterGroupCommandOutput,
|
|
820
|
-
| Cause.
|
|
820
|
+
| Cause.TimeoutError
|
|
821
821
|
| SdkError
|
|
822
822
|
| CacheParameterGroupNotFoundFaultError
|
|
823
823
|
| InvalidCacheParameterGroupStateFaultError
|
|
@@ -833,7 +833,7 @@ interface ElastiCacheService$ {
|
|
|
833
833
|
options?: HttpHandlerOptions,
|
|
834
834
|
): Effect.Effect<
|
|
835
835
|
DeleteCacheSecurityGroupCommandOutput,
|
|
836
|
-
| Cause.
|
|
836
|
+
| Cause.TimeoutError
|
|
837
837
|
| SdkError
|
|
838
838
|
| CacheSecurityGroupNotFoundFaultError
|
|
839
839
|
| InvalidCacheSecurityGroupStateFaultError
|
|
@@ -849,7 +849,7 @@ interface ElastiCacheService$ {
|
|
|
849
849
|
options?: HttpHandlerOptions,
|
|
850
850
|
): Effect.Effect<
|
|
851
851
|
DeleteCacheSubnetGroupCommandOutput,
|
|
852
|
-
Cause.
|
|
852
|
+
Cause.TimeoutError | SdkError | CacheSubnetGroupInUseError | CacheSubnetGroupNotFoundFaultError
|
|
853
853
|
>;
|
|
854
854
|
|
|
855
855
|
/**
|
|
@@ -860,7 +860,7 @@ interface ElastiCacheService$ {
|
|
|
860
860
|
options?: HttpHandlerOptions,
|
|
861
861
|
): Effect.Effect<
|
|
862
862
|
DeleteGlobalReplicationGroupCommandOutput,
|
|
863
|
-
| Cause.
|
|
863
|
+
| Cause.TimeoutError
|
|
864
864
|
| SdkError
|
|
865
865
|
| GlobalReplicationGroupNotFoundFaultError
|
|
866
866
|
| InvalidGlobalReplicationGroupStateFaultError
|
|
@@ -875,7 +875,7 @@ interface ElastiCacheService$ {
|
|
|
875
875
|
options?: HttpHandlerOptions,
|
|
876
876
|
): Effect.Effect<
|
|
877
877
|
DeleteReplicationGroupCommandOutput,
|
|
878
|
-
| Cause.
|
|
878
|
+
| Cause.TimeoutError
|
|
879
879
|
| SdkError
|
|
880
880
|
| InvalidParameterCombinationError
|
|
881
881
|
| InvalidParameterValueError
|
|
@@ -894,7 +894,7 @@ interface ElastiCacheService$ {
|
|
|
894
894
|
options?: HttpHandlerOptions,
|
|
895
895
|
): Effect.Effect<
|
|
896
896
|
DeleteServerlessCacheCommandOutput,
|
|
897
|
-
| Cause.
|
|
897
|
+
| Cause.TimeoutError
|
|
898
898
|
| SdkError
|
|
899
899
|
| InvalidCredentialsError
|
|
900
900
|
| InvalidParameterCombinationError
|
|
@@ -913,7 +913,7 @@ interface ElastiCacheService$ {
|
|
|
913
913
|
options?: HttpHandlerOptions,
|
|
914
914
|
): Effect.Effect<
|
|
915
915
|
DeleteServerlessCacheSnapshotCommandOutput,
|
|
916
|
-
| Cause.
|
|
916
|
+
| Cause.TimeoutError
|
|
917
917
|
| SdkError
|
|
918
918
|
| InvalidParameterValueError
|
|
919
919
|
| InvalidServerlessCacheSnapshotStateFaultError
|
|
@@ -929,7 +929,7 @@ interface ElastiCacheService$ {
|
|
|
929
929
|
options?: HttpHandlerOptions,
|
|
930
930
|
): Effect.Effect<
|
|
931
931
|
DeleteSnapshotCommandOutput,
|
|
932
|
-
| Cause.
|
|
932
|
+
| Cause.TimeoutError
|
|
933
933
|
| SdkError
|
|
934
934
|
| InvalidParameterCombinationError
|
|
935
935
|
| InvalidParameterValueError
|
|
@@ -945,7 +945,7 @@ interface ElastiCacheService$ {
|
|
|
945
945
|
options?: HttpHandlerOptions,
|
|
946
946
|
): Effect.Effect<
|
|
947
947
|
DeleteUserCommandOutput,
|
|
948
|
-
| Cause.
|
|
948
|
+
| Cause.TimeoutError
|
|
949
949
|
| SdkError
|
|
950
950
|
| DefaultUserAssociatedToUserGroupFaultError
|
|
951
951
|
| InvalidParameterValueError
|
|
@@ -962,7 +962,7 @@ interface ElastiCacheService$ {
|
|
|
962
962
|
options?: HttpHandlerOptions,
|
|
963
963
|
): Effect.Effect<
|
|
964
964
|
DeleteUserGroupCommandOutput,
|
|
965
|
-
| Cause.
|
|
965
|
+
| Cause.TimeoutError
|
|
966
966
|
| SdkError
|
|
967
967
|
| InvalidParameterValueError
|
|
968
968
|
| InvalidUserGroupStateFaultError
|
|
@@ -978,7 +978,7 @@ interface ElastiCacheService$ {
|
|
|
978
978
|
options?: HttpHandlerOptions,
|
|
979
979
|
): Effect.Effect<
|
|
980
980
|
DescribeCacheClustersCommandOutput,
|
|
981
|
-
| Cause.
|
|
981
|
+
| Cause.TimeoutError
|
|
982
982
|
| SdkError
|
|
983
983
|
| CacheClusterNotFoundFaultError
|
|
984
984
|
| InvalidParameterCombinationError
|
|
@@ -993,7 +993,7 @@ interface ElastiCacheService$ {
|
|
|
993
993
|
options?: HttpHandlerOptions,
|
|
994
994
|
): Effect.Effect<
|
|
995
995
|
DescribeCacheEngineVersionsCommandOutput,
|
|
996
|
-
Cause.
|
|
996
|
+
Cause.TimeoutError | SdkError
|
|
997
997
|
>;
|
|
998
998
|
|
|
999
999
|
/**
|
|
@@ -1004,7 +1004,7 @@ interface ElastiCacheService$ {
|
|
|
1004
1004
|
options?: HttpHandlerOptions,
|
|
1005
1005
|
): Effect.Effect<
|
|
1006
1006
|
DescribeCacheParameterGroupsCommandOutput,
|
|
1007
|
-
| Cause.
|
|
1007
|
+
| Cause.TimeoutError
|
|
1008
1008
|
| SdkError
|
|
1009
1009
|
| CacheParameterGroupNotFoundFaultError
|
|
1010
1010
|
| InvalidParameterCombinationError
|
|
@@ -1019,7 +1019,7 @@ interface ElastiCacheService$ {
|
|
|
1019
1019
|
options?: HttpHandlerOptions,
|
|
1020
1020
|
): Effect.Effect<
|
|
1021
1021
|
DescribeCacheParametersCommandOutput,
|
|
1022
|
-
| Cause.
|
|
1022
|
+
| Cause.TimeoutError
|
|
1023
1023
|
| SdkError
|
|
1024
1024
|
| CacheParameterGroupNotFoundFaultError
|
|
1025
1025
|
| InvalidParameterCombinationError
|
|
@@ -1034,7 +1034,7 @@ interface ElastiCacheService$ {
|
|
|
1034
1034
|
options?: HttpHandlerOptions,
|
|
1035
1035
|
): Effect.Effect<
|
|
1036
1036
|
DescribeCacheSecurityGroupsCommandOutput,
|
|
1037
|
-
| Cause.
|
|
1037
|
+
| Cause.TimeoutError
|
|
1038
1038
|
| SdkError
|
|
1039
1039
|
| CacheSecurityGroupNotFoundFaultError
|
|
1040
1040
|
| InvalidParameterCombinationError
|
|
@@ -1049,7 +1049,7 @@ interface ElastiCacheService$ {
|
|
|
1049
1049
|
options?: HttpHandlerOptions,
|
|
1050
1050
|
): Effect.Effect<
|
|
1051
1051
|
DescribeCacheSubnetGroupsCommandOutput,
|
|
1052
|
-
Cause.
|
|
1052
|
+
Cause.TimeoutError | SdkError | CacheSubnetGroupNotFoundFaultError
|
|
1053
1053
|
>;
|
|
1054
1054
|
|
|
1055
1055
|
/**
|
|
@@ -1060,7 +1060,7 @@ interface ElastiCacheService$ {
|
|
|
1060
1060
|
options?: HttpHandlerOptions,
|
|
1061
1061
|
): Effect.Effect<
|
|
1062
1062
|
DescribeEngineDefaultParametersCommandOutput,
|
|
1063
|
-
Cause.
|
|
1063
|
+
Cause.TimeoutError | SdkError | InvalidParameterCombinationError | InvalidParameterValueError
|
|
1064
1064
|
>;
|
|
1065
1065
|
|
|
1066
1066
|
/**
|
|
@@ -1071,7 +1071,7 @@ interface ElastiCacheService$ {
|
|
|
1071
1071
|
options?: HttpHandlerOptions,
|
|
1072
1072
|
): Effect.Effect<
|
|
1073
1073
|
DescribeEventsCommandOutput,
|
|
1074
|
-
Cause.
|
|
1074
|
+
Cause.TimeoutError | SdkError | InvalidParameterCombinationError | InvalidParameterValueError
|
|
1075
1075
|
>;
|
|
1076
1076
|
|
|
1077
1077
|
/**
|
|
@@ -1082,7 +1082,7 @@ interface ElastiCacheService$ {
|
|
|
1082
1082
|
options?: HttpHandlerOptions,
|
|
1083
1083
|
): Effect.Effect<
|
|
1084
1084
|
DescribeGlobalReplicationGroupsCommandOutput,
|
|
1085
|
-
| Cause.
|
|
1085
|
+
| Cause.TimeoutError
|
|
1086
1086
|
| SdkError
|
|
1087
1087
|
| GlobalReplicationGroupNotFoundFaultError
|
|
1088
1088
|
| InvalidParameterCombinationError
|
|
@@ -1097,7 +1097,7 @@ interface ElastiCacheService$ {
|
|
|
1097
1097
|
options?: HttpHandlerOptions,
|
|
1098
1098
|
): Effect.Effect<
|
|
1099
1099
|
DescribeReplicationGroupsCommandOutput,
|
|
1100
|
-
| Cause.
|
|
1100
|
+
| Cause.TimeoutError
|
|
1101
1101
|
| SdkError
|
|
1102
1102
|
| InvalidParameterCombinationError
|
|
1103
1103
|
| InvalidParameterValueError
|
|
@@ -1112,7 +1112,7 @@ interface ElastiCacheService$ {
|
|
|
1112
1112
|
options?: HttpHandlerOptions,
|
|
1113
1113
|
): Effect.Effect<
|
|
1114
1114
|
DescribeReservedCacheNodesCommandOutput,
|
|
1115
|
-
| Cause.
|
|
1115
|
+
| Cause.TimeoutError
|
|
1116
1116
|
| SdkError
|
|
1117
1117
|
| InvalidParameterCombinationError
|
|
1118
1118
|
| InvalidParameterValueError
|
|
@@ -1127,7 +1127,7 @@ interface ElastiCacheService$ {
|
|
|
1127
1127
|
options?: HttpHandlerOptions,
|
|
1128
1128
|
): Effect.Effect<
|
|
1129
1129
|
DescribeReservedCacheNodesOfferingsCommandOutput,
|
|
1130
|
-
| Cause.
|
|
1130
|
+
| Cause.TimeoutError
|
|
1131
1131
|
| SdkError
|
|
1132
1132
|
| InvalidParameterCombinationError
|
|
1133
1133
|
| InvalidParameterValueError
|
|
@@ -1142,7 +1142,7 @@ interface ElastiCacheService$ {
|
|
|
1142
1142
|
options?: HttpHandlerOptions,
|
|
1143
1143
|
): Effect.Effect<
|
|
1144
1144
|
DescribeServerlessCacheSnapshotsCommandOutput,
|
|
1145
|
-
| Cause.
|
|
1145
|
+
| Cause.TimeoutError
|
|
1146
1146
|
| SdkError
|
|
1147
1147
|
| InvalidParameterCombinationError
|
|
1148
1148
|
| InvalidParameterValueError
|
|
@@ -1158,7 +1158,7 @@ interface ElastiCacheService$ {
|
|
|
1158
1158
|
options?: HttpHandlerOptions,
|
|
1159
1159
|
): Effect.Effect<
|
|
1160
1160
|
DescribeServerlessCachesCommandOutput,
|
|
1161
|
-
| Cause.
|
|
1161
|
+
| Cause.TimeoutError
|
|
1162
1162
|
| SdkError
|
|
1163
1163
|
| InvalidParameterCombinationError
|
|
1164
1164
|
| InvalidParameterValueError
|
|
@@ -1173,7 +1173,7 @@ interface ElastiCacheService$ {
|
|
|
1173
1173
|
options?: HttpHandlerOptions,
|
|
1174
1174
|
): Effect.Effect<
|
|
1175
1175
|
DescribeServiceUpdatesCommandOutput,
|
|
1176
|
-
| Cause.
|
|
1176
|
+
| Cause.TimeoutError
|
|
1177
1177
|
| SdkError
|
|
1178
1178
|
| InvalidParameterCombinationError
|
|
1179
1179
|
| InvalidParameterValueError
|
|
@@ -1188,7 +1188,7 @@ interface ElastiCacheService$ {
|
|
|
1188
1188
|
options?: HttpHandlerOptions,
|
|
1189
1189
|
): Effect.Effect<
|
|
1190
1190
|
DescribeSnapshotsCommandOutput,
|
|
1191
|
-
| Cause.
|
|
1191
|
+
| Cause.TimeoutError
|
|
1192
1192
|
| SdkError
|
|
1193
1193
|
| CacheClusterNotFoundFaultError
|
|
1194
1194
|
| InvalidParameterCombinationError
|
|
@@ -1204,7 +1204,7 @@ interface ElastiCacheService$ {
|
|
|
1204
1204
|
options?: HttpHandlerOptions,
|
|
1205
1205
|
): Effect.Effect<
|
|
1206
1206
|
DescribeUpdateActionsCommandOutput,
|
|
1207
|
-
Cause.
|
|
1207
|
+
Cause.TimeoutError | SdkError | InvalidParameterCombinationError | InvalidParameterValueError
|
|
1208
1208
|
>;
|
|
1209
1209
|
|
|
1210
1210
|
/**
|
|
@@ -1215,7 +1215,7 @@ interface ElastiCacheService$ {
|
|
|
1215
1215
|
options?: HttpHandlerOptions,
|
|
1216
1216
|
): Effect.Effect<
|
|
1217
1217
|
DescribeUserGroupsCommandOutput,
|
|
1218
|
-
| Cause.
|
|
1218
|
+
| Cause.TimeoutError
|
|
1219
1219
|
| SdkError
|
|
1220
1220
|
| InvalidParameterCombinationError
|
|
1221
1221
|
| ServiceLinkedRoleNotFoundFaultError
|
|
@@ -1230,7 +1230,7 @@ interface ElastiCacheService$ {
|
|
|
1230
1230
|
options?: HttpHandlerOptions,
|
|
1231
1231
|
): Effect.Effect<
|
|
1232
1232
|
DescribeUsersCommandOutput,
|
|
1233
|
-
| Cause.
|
|
1233
|
+
| Cause.TimeoutError
|
|
1234
1234
|
| SdkError
|
|
1235
1235
|
| InvalidParameterCombinationError
|
|
1236
1236
|
| ServiceLinkedRoleNotFoundFaultError
|
|
@@ -1245,7 +1245,7 @@ interface ElastiCacheService$ {
|
|
|
1245
1245
|
options?: HttpHandlerOptions,
|
|
1246
1246
|
): Effect.Effect<
|
|
1247
1247
|
DisassociateGlobalReplicationGroupCommandOutput,
|
|
1248
|
-
| Cause.
|
|
1248
|
+
| Cause.TimeoutError
|
|
1249
1249
|
| SdkError
|
|
1250
1250
|
| GlobalReplicationGroupNotFoundFaultError
|
|
1251
1251
|
| InvalidGlobalReplicationGroupStateFaultError
|
|
@@ -1261,7 +1261,7 @@ interface ElastiCacheService$ {
|
|
|
1261
1261
|
options?: HttpHandlerOptions,
|
|
1262
1262
|
): Effect.Effect<
|
|
1263
1263
|
ExportServerlessCacheSnapshotCommandOutput,
|
|
1264
|
-
| Cause.
|
|
1264
|
+
| Cause.TimeoutError
|
|
1265
1265
|
| SdkError
|
|
1266
1266
|
| InvalidParameterValueError
|
|
1267
1267
|
| InvalidServerlessCacheSnapshotStateFaultError
|
|
@@ -1277,7 +1277,7 @@ interface ElastiCacheService$ {
|
|
|
1277
1277
|
options?: HttpHandlerOptions,
|
|
1278
1278
|
): Effect.Effect<
|
|
1279
1279
|
FailoverGlobalReplicationGroupCommandOutput,
|
|
1280
|
-
| Cause.
|
|
1280
|
+
| Cause.TimeoutError
|
|
1281
1281
|
| SdkError
|
|
1282
1282
|
| GlobalReplicationGroupNotFoundFaultError
|
|
1283
1283
|
| InvalidGlobalReplicationGroupStateFaultError
|
|
@@ -1293,7 +1293,7 @@ interface ElastiCacheService$ {
|
|
|
1293
1293
|
options?: HttpHandlerOptions,
|
|
1294
1294
|
): Effect.Effect<
|
|
1295
1295
|
IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput,
|
|
1296
|
-
| Cause.
|
|
1296
|
+
| Cause.TimeoutError
|
|
1297
1297
|
| SdkError
|
|
1298
1298
|
| GlobalReplicationGroupNotFoundFaultError
|
|
1299
1299
|
| InvalidGlobalReplicationGroupStateFaultError
|
|
@@ -1308,7 +1308,7 @@ interface ElastiCacheService$ {
|
|
|
1308
1308
|
options?: HttpHandlerOptions,
|
|
1309
1309
|
): Effect.Effect<
|
|
1310
1310
|
IncreaseReplicaCountCommandOutput,
|
|
1311
|
-
| Cause.
|
|
1311
|
+
| Cause.TimeoutError
|
|
1312
1312
|
| SdkError
|
|
1313
1313
|
| ClusterQuotaForCustomerExceededFaultError
|
|
1314
1314
|
| InsufficientCacheClusterCapacityFaultError
|
|
@@ -1332,7 +1332,7 @@ interface ElastiCacheService$ {
|
|
|
1332
1332
|
options?: HttpHandlerOptions,
|
|
1333
1333
|
): Effect.Effect<
|
|
1334
1334
|
ListAllowedNodeTypeModificationsCommandOutput,
|
|
1335
|
-
| Cause.
|
|
1335
|
+
| Cause.TimeoutError
|
|
1336
1336
|
| SdkError
|
|
1337
1337
|
| CacheClusterNotFoundFaultError
|
|
1338
1338
|
| InvalidParameterCombinationError
|
|
@@ -1348,7 +1348,7 @@ interface ElastiCacheService$ {
|
|
|
1348
1348
|
options?: HttpHandlerOptions,
|
|
1349
1349
|
): Effect.Effect<
|
|
1350
1350
|
ListTagsForResourceCommandOutput,
|
|
1351
|
-
| Cause.
|
|
1351
|
+
| Cause.TimeoutError
|
|
1352
1352
|
| SdkError
|
|
1353
1353
|
| CacheClusterNotFoundFaultError
|
|
1354
1354
|
| CacheParameterGroupNotFoundFaultError
|
|
@@ -1375,7 +1375,7 @@ interface ElastiCacheService$ {
|
|
|
1375
1375
|
options?: HttpHandlerOptions,
|
|
1376
1376
|
): Effect.Effect<
|
|
1377
1377
|
ModifyCacheClusterCommandOutput,
|
|
1378
|
-
| Cause.
|
|
1378
|
+
| Cause.TimeoutError
|
|
1379
1379
|
| SdkError
|
|
1380
1380
|
| CacheClusterNotFoundFaultError
|
|
1381
1381
|
| CacheParameterGroupNotFoundFaultError
|
|
@@ -1398,7 +1398,7 @@ interface ElastiCacheService$ {
|
|
|
1398
1398
|
options?: HttpHandlerOptions,
|
|
1399
1399
|
): Effect.Effect<
|
|
1400
1400
|
ModifyCacheParameterGroupCommandOutput,
|
|
1401
|
-
| Cause.
|
|
1401
|
+
| Cause.TimeoutError
|
|
1402
1402
|
| SdkError
|
|
1403
1403
|
| CacheParameterGroupNotFoundFaultError
|
|
1404
1404
|
| InvalidCacheParameterGroupStateFaultError
|
|
@@ -1415,7 +1415,7 @@ interface ElastiCacheService$ {
|
|
|
1415
1415
|
options?: HttpHandlerOptions,
|
|
1416
1416
|
): Effect.Effect<
|
|
1417
1417
|
ModifyCacheSubnetGroupCommandOutput,
|
|
1418
|
-
| Cause.
|
|
1418
|
+
| Cause.TimeoutError
|
|
1419
1419
|
| SdkError
|
|
1420
1420
|
| CacheSubnetGroupNotFoundFaultError
|
|
1421
1421
|
| CacheSubnetQuotaExceededFaultError
|
|
@@ -1432,7 +1432,7 @@ interface ElastiCacheService$ {
|
|
|
1432
1432
|
options?: HttpHandlerOptions,
|
|
1433
1433
|
): Effect.Effect<
|
|
1434
1434
|
ModifyGlobalReplicationGroupCommandOutput,
|
|
1435
|
-
| Cause.
|
|
1435
|
+
| Cause.TimeoutError
|
|
1436
1436
|
| SdkError
|
|
1437
1437
|
| GlobalReplicationGroupNotFoundFaultError
|
|
1438
1438
|
| InvalidGlobalReplicationGroupStateFaultError
|
|
@@ -1447,7 +1447,7 @@ interface ElastiCacheService$ {
|
|
|
1447
1447
|
options?: HttpHandlerOptions,
|
|
1448
1448
|
): Effect.Effect<
|
|
1449
1449
|
ModifyReplicationGroupCommandOutput,
|
|
1450
|
-
| Cause.
|
|
1450
|
+
| Cause.TimeoutError
|
|
1451
1451
|
| SdkError
|
|
1452
1452
|
| CacheClusterNotFoundFaultError
|
|
1453
1453
|
| CacheParameterGroupNotFoundFaultError
|
|
@@ -1475,7 +1475,7 @@ interface ElastiCacheService$ {
|
|
|
1475
1475
|
options?: HttpHandlerOptions,
|
|
1476
1476
|
): Effect.Effect<
|
|
1477
1477
|
ModifyReplicationGroupShardConfigurationCommandOutput,
|
|
1478
|
-
| Cause.
|
|
1478
|
+
| Cause.TimeoutError
|
|
1479
1479
|
| SdkError
|
|
1480
1480
|
| InsufficientCacheClusterCapacityFaultError
|
|
1481
1481
|
| InvalidCacheClusterStateFaultError
|
|
@@ -1497,7 +1497,7 @@ interface ElastiCacheService$ {
|
|
|
1497
1497
|
options?: HttpHandlerOptions,
|
|
1498
1498
|
): Effect.Effect<
|
|
1499
1499
|
ModifyServerlessCacheCommandOutput,
|
|
1500
|
-
| Cause.
|
|
1500
|
+
| Cause.TimeoutError
|
|
1501
1501
|
| SdkError
|
|
1502
1502
|
| InvalidCredentialsError
|
|
1503
1503
|
| InvalidParameterCombinationError
|
|
@@ -1517,7 +1517,7 @@ interface ElastiCacheService$ {
|
|
|
1517
1517
|
options?: HttpHandlerOptions,
|
|
1518
1518
|
): Effect.Effect<
|
|
1519
1519
|
ModifyUserCommandOutput,
|
|
1520
|
-
| Cause.
|
|
1520
|
+
| Cause.TimeoutError
|
|
1521
1521
|
| SdkError
|
|
1522
1522
|
| InvalidParameterCombinationError
|
|
1523
1523
|
| InvalidParameterValueError
|
|
@@ -1534,7 +1534,7 @@ interface ElastiCacheService$ {
|
|
|
1534
1534
|
options?: HttpHandlerOptions,
|
|
1535
1535
|
): Effect.Effect<
|
|
1536
1536
|
ModifyUserGroupCommandOutput,
|
|
1537
|
-
| Cause.
|
|
1537
|
+
| Cause.TimeoutError
|
|
1538
1538
|
| SdkError
|
|
1539
1539
|
| DefaultUserRequiredError
|
|
1540
1540
|
| DuplicateUserNameFaultError
|
|
@@ -1554,7 +1554,7 @@ interface ElastiCacheService$ {
|
|
|
1554
1554
|
options?: HttpHandlerOptions,
|
|
1555
1555
|
): Effect.Effect<
|
|
1556
1556
|
PurchaseReservedCacheNodesOfferingCommandOutput,
|
|
1557
|
-
| Cause.
|
|
1557
|
+
| Cause.TimeoutError
|
|
1558
1558
|
| SdkError
|
|
1559
1559
|
| InvalidParameterCombinationError
|
|
1560
1560
|
| InvalidParameterValueError
|
|
@@ -1572,7 +1572,7 @@ interface ElastiCacheService$ {
|
|
|
1572
1572
|
options?: HttpHandlerOptions,
|
|
1573
1573
|
): Effect.Effect<
|
|
1574
1574
|
RebalanceSlotsInGlobalReplicationGroupCommandOutput,
|
|
1575
|
-
| Cause.
|
|
1575
|
+
| Cause.TimeoutError
|
|
1576
1576
|
| SdkError
|
|
1577
1577
|
| GlobalReplicationGroupNotFoundFaultError
|
|
1578
1578
|
| InvalidGlobalReplicationGroupStateFaultError
|
|
@@ -1587,7 +1587,7 @@ interface ElastiCacheService$ {
|
|
|
1587
1587
|
options?: HttpHandlerOptions,
|
|
1588
1588
|
): Effect.Effect<
|
|
1589
1589
|
RebootCacheClusterCommandOutput,
|
|
1590
|
-
Cause.
|
|
1590
|
+
Cause.TimeoutError | SdkError | CacheClusterNotFoundFaultError | InvalidCacheClusterStateFaultError
|
|
1591
1591
|
>;
|
|
1592
1592
|
|
|
1593
1593
|
/**
|
|
@@ -1598,7 +1598,7 @@ interface ElastiCacheService$ {
|
|
|
1598
1598
|
options?: HttpHandlerOptions,
|
|
1599
1599
|
): Effect.Effect<
|
|
1600
1600
|
RemoveTagsFromResourceCommandOutput,
|
|
1601
|
-
| Cause.
|
|
1601
|
+
| Cause.TimeoutError
|
|
1602
1602
|
| SdkError
|
|
1603
1603
|
| CacheClusterNotFoundFaultError
|
|
1604
1604
|
| CacheParameterGroupNotFoundFaultError
|
|
@@ -1626,7 +1626,7 @@ interface ElastiCacheService$ {
|
|
|
1626
1626
|
options?: HttpHandlerOptions,
|
|
1627
1627
|
): Effect.Effect<
|
|
1628
1628
|
ResetCacheParameterGroupCommandOutput,
|
|
1629
|
-
| Cause.
|
|
1629
|
+
| Cause.TimeoutError
|
|
1630
1630
|
| SdkError
|
|
1631
1631
|
| CacheParameterGroupNotFoundFaultError
|
|
1632
1632
|
| InvalidCacheParameterGroupStateFaultError
|
|
@@ -1643,7 +1643,7 @@ interface ElastiCacheService$ {
|
|
|
1643
1643
|
options?: HttpHandlerOptions,
|
|
1644
1644
|
): Effect.Effect<
|
|
1645
1645
|
RevokeCacheSecurityGroupIngressCommandOutput,
|
|
1646
|
-
| Cause.
|
|
1646
|
+
| Cause.TimeoutError
|
|
1647
1647
|
| SdkError
|
|
1648
1648
|
| AuthorizationNotFoundFaultError
|
|
1649
1649
|
| CacheSecurityGroupNotFoundFaultError
|
|
@@ -1660,7 +1660,7 @@ interface ElastiCacheService$ {
|
|
|
1660
1660
|
options?: HttpHandlerOptions,
|
|
1661
1661
|
): Effect.Effect<
|
|
1662
1662
|
StartMigrationCommandOutput,
|
|
1663
|
-
| Cause.
|
|
1663
|
+
| Cause.TimeoutError
|
|
1664
1664
|
| SdkError
|
|
1665
1665
|
| InvalidParameterValueError
|
|
1666
1666
|
| InvalidReplicationGroupStateFaultError
|
|
@@ -1676,7 +1676,7 @@ interface ElastiCacheService$ {
|
|
|
1676
1676
|
options?: HttpHandlerOptions,
|
|
1677
1677
|
): Effect.Effect<
|
|
1678
1678
|
TestFailoverCommandOutput,
|
|
1679
|
-
| Cause.
|
|
1679
|
+
| Cause.TimeoutError
|
|
1680
1680
|
| SdkError
|
|
1681
1681
|
| APICallRateForCustomerExceededFaultError
|
|
1682
1682
|
| InvalidCacheClusterStateFaultError
|
|
@@ -1697,7 +1697,7 @@ interface ElastiCacheService$ {
|
|
|
1697
1697
|
options?: HttpHandlerOptions,
|
|
1698
1698
|
): Effect.Effect<
|
|
1699
1699
|
TestMigrationCommandOutput,
|
|
1700
|
-
| Cause.
|
|
1700
|
+
| Cause.TimeoutError
|
|
1701
1701
|
| SdkError
|
|
1702
1702
|
| InvalidParameterValueError
|
|
1703
1703
|
| InvalidReplicationGroupStateFaultError
|
|
@@ -1727,10 +1727,10 @@ export const makeElastiCacheService = Effect.gen(function*() {
|
|
|
1727
1727
|
* @since 1.0.0
|
|
1728
1728
|
* @category models
|
|
1729
1729
|
*/
|
|
1730
|
-
export class ElastiCacheService extends
|
|
1730
|
+
export class ElastiCacheService extends ServiceMap.Service<
|
|
1731
1731
|
ElastiCacheService,
|
|
1732
1732
|
ElastiCacheService$
|
|
1733
|
-
>() {
|
|
1733
|
+
>()("@effect-aws/client-elasticache/ElastiCacheService") {
|
|
1734
1734
|
static readonly defaultLayer = Layer.effect(this, makeElastiCacheService).pipe(Layer.provide(Instance.layer));
|
|
1735
1735
|
static readonly layer = (config: ElastiCacheService.Config) =>
|
|
1736
1736
|
Layer.effect(this, makeElastiCacheService).pipe(
|