@effect-aws/client-elasticache 1.10.9 → 2.0.0-beta.1

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.
Files changed (38) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +3 -3
  3. package/dist/dts/ElastiCacheClientInstance.d.ts +4 -2
  4. package/dist/dts/ElastiCacheClientInstance.d.ts.map +1 -1
  5. package/dist/dts/ElastiCacheService.d.ts +80 -80
  6. package/dist/dts/ElastiCacheService.d.ts.map +1 -1
  7. package/dist/dts/ElastiCacheServiceConfig.d.ts +2 -1
  8. package/dist/dts/ElastiCacheServiceConfig.d.ts.map +1 -1
  9. package/dist/esm/ElastiCacheClientInstance.js +5 -3
  10. package/dist/esm/ElastiCacheClientInstance.js.map +1 -1
  11. package/dist/esm/ElastiCacheService.js +4 -2
  12. package/dist/esm/ElastiCacheService.js.map +1 -1
  13. package/dist/esm/ElastiCacheServiceConfig.js +7 -6
  14. package/dist/esm/ElastiCacheServiceConfig.js.map +1 -1
  15. package/package.json +8 -14
  16. package/src/ElastiCacheClientInstance.ts +6 -4
  17. package/src/ElastiCacheService.ts +81 -79
  18. package/src/ElastiCacheServiceConfig.ts +8 -7
  19. package/dist/cjs/ElastiCacheClientInstance.d.ts +0 -24
  20. package/dist/cjs/ElastiCacheClientInstance.d.ts.map +0 -1
  21. package/dist/cjs/ElastiCacheClientInstance.js +0 -50
  22. package/dist/cjs/ElastiCacheClientInstance.js.map +0 -1
  23. package/dist/cjs/ElastiCacheService.d.ts +0 -346
  24. package/dist/cjs/ElastiCacheService.d.ts.map +0 -1
  25. package/dist/cjs/ElastiCacheService.js +0 -134
  26. package/dist/cjs/ElastiCacheService.js.map +0 -1
  27. package/dist/cjs/ElastiCacheServiceConfig.d.ts +0 -25
  28. package/dist/cjs/ElastiCacheServiceConfig.d.ts.map +0 -1
  29. package/dist/cjs/ElastiCacheServiceConfig.js +0 -35
  30. package/dist/cjs/ElastiCacheServiceConfig.js.map +0 -1
  31. package/dist/cjs/Errors.d.ts +0 -83
  32. package/dist/cjs/Errors.d.ts.map +0 -1
  33. package/dist/cjs/Errors.js +0 -82
  34. package/dist/cjs/Errors.js.map +0 -1
  35. package/dist/cjs/index.d.ts +0 -44
  36. package/dist/cjs/index.d.ts.map +0 -1
  37. package/dist/cjs/index.js +0 -56
  38. package/dist/cjs/index.js.map +0 -1
@@ -1,134 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.ElastiCacheService = exports.makeElastiCacheService = void 0;
27
- /**
28
- * @since 1.0.0
29
- */
30
- const client_elasticache_1 = require("@aws-sdk/client-elasticache");
31
- const commons_1 = require("@effect-aws/commons");
32
- const effect_1 = require("effect");
33
- const Instance = __importStar(require("./ElastiCacheClientInstance.js"));
34
- const ElastiCacheServiceConfig = __importStar(require("./ElastiCacheServiceConfig.js"));
35
- const Errors_js_1 = require("./Errors.js");
36
- const commands = {
37
- AddTagsToResourceCommand: client_elasticache_1.AddTagsToResourceCommand,
38
- AuthorizeCacheSecurityGroupIngressCommand: client_elasticache_1.AuthorizeCacheSecurityGroupIngressCommand,
39
- BatchApplyUpdateActionCommand: client_elasticache_1.BatchApplyUpdateActionCommand,
40
- BatchStopUpdateActionCommand: client_elasticache_1.BatchStopUpdateActionCommand,
41
- CompleteMigrationCommand: client_elasticache_1.CompleteMigrationCommand,
42
- CopyServerlessCacheSnapshotCommand: client_elasticache_1.CopyServerlessCacheSnapshotCommand,
43
- CopySnapshotCommand: client_elasticache_1.CopySnapshotCommand,
44
- CreateCacheClusterCommand: client_elasticache_1.CreateCacheClusterCommand,
45
- CreateCacheParameterGroupCommand: client_elasticache_1.CreateCacheParameterGroupCommand,
46
- CreateCacheSecurityGroupCommand: client_elasticache_1.CreateCacheSecurityGroupCommand,
47
- CreateCacheSubnetGroupCommand: client_elasticache_1.CreateCacheSubnetGroupCommand,
48
- CreateGlobalReplicationGroupCommand: client_elasticache_1.CreateGlobalReplicationGroupCommand,
49
- CreateReplicationGroupCommand: client_elasticache_1.CreateReplicationGroupCommand,
50
- CreateServerlessCacheCommand: client_elasticache_1.CreateServerlessCacheCommand,
51
- CreateServerlessCacheSnapshotCommand: client_elasticache_1.CreateServerlessCacheSnapshotCommand,
52
- CreateSnapshotCommand: client_elasticache_1.CreateSnapshotCommand,
53
- CreateUserCommand: client_elasticache_1.CreateUserCommand,
54
- CreateUserGroupCommand: client_elasticache_1.CreateUserGroupCommand,
55
- DecreaseNodeGroupsInGlobalReplicationGroupCommand: client_elasticache_1.DecreaseNodeGroupsInGlobalReplicationGroupCommand,
56
- DecreaseReplicaCountCommand: client_elasticache_1.DecreaseReplicaCountCommand,
57
- DeleteCacheClusterCommand: client_elasticache_1.DeleteCacheClusterCommand,
58
- DeleteCacheParameterGroupCommand: client_elasticache_1.DeleteCacheParameterGroupCommand,
59
- DeleteCacheSecurityGroupCommand: client_elasticache_1.DeleteCacheSecurityGroupCommand,
60
- DeleteCacheSubnetGroupCommand: client_elasticache_1.DeleteCacheSubnetGroupCommand,
61
- DeleteGlobalReplicationGroupCommand: client_elasticache_1.DeleteGlobalReplicationGroupCommand,
62
- DeleteReplicationGroupCommand: client_elasticache_1.DeleteReplicationGroupCommand,
63
- DeleteServerlessCacheCommand: client_elasticache_1.DeleteServerlessCacheCommand,
64
- DeleteServerlessCacheSnapshotCommand: client_elasticache_1.DeleteServerlessCacheSnapshotCommand,
65
- DeleteSnapshotCommand: client_elasticache_1.DeleteSnapshotCommand,
66
- DeleteUserCommand: client_elasticache_1.DeleteUserCommand,
67
- DeleteUserGroupCommand: client_elasticache_1.DeleteUserGroupCommand,
68
- DescribeCacheClustersCommand: client_elasticache_1.DescribeCacheClustersCommand,
69
- DescribeCacheEngineVersionsCommand: client_elasticache_1.DescribeCacheEngineVersionsCommand,
70
- DescribeCacheParameterGroupsCommand: client_elasticache_1.DescribeCacheParameterGroupsCommand,
71
- DescribeCacheParametersCommand: client_elasticache_1.DescribeCacheParametersCommand,
72
- DescribeCacheSecurityGroupsCommand: client_elasticache_1.DescribeCacheSecurityGroupsCommand,
73
- DescribeCacheSubnetGroupsCommand: client_elasticache_1.DescribeCacheSubnetGroupsCommand,
74
- DescribeEngineDefaultParametersCommand: client_elasticache_1.DescribeEngineDefaultParametersCommand,
75
- DescribeEventsCommand: client_elasticache_1.DescribeEventsCommand,
76
- DescribeGlobalReplicationGroupsCommand: client_elasticache_1.DescribeGlobalReplicationGroupsCommand,
77
- DescribeReplicationGroupsCommand: client_elasticache_1.DescribeReplicationGroupsCommand,
78
- DescribeReservedCacheNodesCommand: client_elasticache_1.DescribeReservedCacheNodesCommand,
79
- DescribeReservedCacheNodesOfferingsCommand: client_elasticache_1.DescribeReservedCacheNodesOfferingsCommand,
80
- DescribeServerlessCacheSnapshotsCommand: client_elasticache_1.DescribeServerlessCacheSnapshotsCommand,
81
- DescribeServerlessCachesCommand: client_elasticache_1.DescribeServerlessCachesCommand,
82
- DescribeServiceUpdatesCommand: client_elasticache_1.DescribeServiceUpdatesCommand,
83
- DescribeSnapshotsCommand: client_elasticache_1.DescribeSnapshotsCommand,
84
- DescribeUpdateActionsCommand: client_elasticache_1.DescribeUpdateActionsCommand,
85
- DescribeUserGroupsCommand: client_elasticache_1.DescribeUserGroupsCommand,
86
- DescribeUsersCommand: client_elasticache_1.DescribeUsersCommand,
87
- DisassociateGlobalReplicationGroupCommand: client_elasticache_1.DisassociateGlobalReplicationGroupCommand,
88
- ExportServerlessCacheSnapshotCommand: client_elasticache_1.ExportServerlessCacheSnapshotCommand,
89
- FailoverGlobalReplicationGroupCommand: client_elasticache_1.FailoverGlobalReplicationGroupCommand,
90
- IncreaseNodeGroupsInGlobalReplicationGroupCommand: client_elasticache_1.IncreaseNodeGroupsInGlobalReplicationGroupCommand,
91
- IncreaseReplicaCountCommand: client_elasticache_1.IncreaseReplicaCountCommand,
92
- ListAllowedNodeTypeModificationsCommand: client_elasticache_1.ListAllowedNodeTypeModificationsCommand,
93
- ListTagsForResourceCommand: client_elasticache_1.ListTagsForResourceCommand,
94
- ModifyCacheClusterCommand: client_elasticache_1.ModifyCacheClusterCommand,
95
- ModifyCacheParameterGroupCommand: client_elasticache_1.ModifyCacheParameterGroupCommand,
96
- ModifyCacheSubnetGroupCommand: client_elasticache_1.ModifyCacheSubnetGroupCommand,
97
- ModifyGlobalReplicationGroupCommand: client_elasticache_1.ModifyGlobalReplicationGroupCommand,
98
- ModifyReplicationGroupCommand: client_elasticache_1.ModifyReplicationGroupCommand,
99
- ModifyReplicationGroupShardConfigurationCommand: client_elasticache_1.ModifyReplicationGroupShardConfigurationCommand,
100
- ModifyServerlessCacheCommand: client_elasticache_1.ModifyServerlessCacheCommand,
101
- ModifyUserCommand: client_elasticache_1.ModifyUserCommand,
102
- ModifyUserGroupCommand: client_elasticache_1.ModifyUserGroupCommand,
103
- PurchaseReservedCacheNodesOfferingCommand: client_elasticache_1.PurchaseReservedCacheNodesOfferingCommand,
104
- RebalanceSlotsInGlobalReplicationGroupCommand: client_elasticache_1.RebalanceSlotsInGlobalReplicationGroupCommand,
105
- RebootCacheClusterCommand: client_elasticache_1.RebootCacheClusterCommand,
106
- RemoveTagsFromResourceCommand: client_elasticache_1.RemoveTagsFromResourceCommand,
107
- ResetCacheParameterGroupCommand: client_elasticache_1.ResetCacheParameterGroupCommand,
108
- RevokeCacheSecurityGroupIngressCommand: client_elasticache_1.RevokeCacheSecurityGroupIngressCommand,
109
- StartMigrationCommand: client_elasticache_1.StartMigrationCommand,
110
- TestFailoverCommand: client_elasticache_1.TestFailoverCommand,
111
- TestMigrationCommand: client_elasticache_1.TestMigrationCommand,
112
- };
113
- /**
114
- * @since 1.0.0
115
- * @category constructors
116
- */
117
- exports.makeElastiCacheService = effect_1.Effect.gen(function* () {
118
- const client = yield* Instance.ElastiCacheClientInstance;
119
- return yield* commons_1.Service.fromClientAndCommands(client, commands, {
120
- errorTags: Errors_js_1.AllServiceErrors,
121
- resolveClientConfig: ElastiCacheServiceConfig.toElastiCacheClientConfig,
122
- });
123
- });
124
- /**
125
- * @since 1.0.0
126
- * @category models
127
- */
128
- class ElastiCacheService extends effect_1.Effect.Tag("@effect-aws/client-elasticache/ElastiCacheService")() {
129
- static defaultLayer = effect_1.Layer.effect(this, exports.makeElastiCacheService).pipe(effect_1.Layer.provide(Instance.layer));
130
- static layer = (config) => effect_1.Layer.effect(this, exports.makeElastiCacheService).pipe(effect_1.Layer.provide(Instance.layer), effect_1.Layer.provide(ElastiCacheServiceConfig.setElastiCacheServiceConfig(config)));
131
- static baseLayer = (evaluate) => effect_1.Layer.effect(this, exports.makeElastiCacheService).pipe(effect_1.Layer.provide(effect_1.Layer.effect(Instance.ElastiCacheClientInstance, effect_1.Effect.map(ElastiCacheServiceConfig.toElastiCacheClientConfig, evaluate))));
132
- }
133
- exports.ElastiCacheService = ElastiCacheService;
134
- //# sourceMappingURL=ElastiCacheService.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ElastiCacheService.js","sourceRoot":"","sources":["../../src/ElastiCacheService.ts"],"names":[],"mappings":"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"}
@@ -1,25 +0,0 @@
1
- /**
2
- * @since 1.0.0
3
- */
4
- import type { ElastiCacheClientConfig } from "@aws-sdk/client-elasticache";
5
- import { Effect, Layer } from "effect";
6
- import type { ElastiCacheService } from "./ElastiCacheService.js";
7
- /**
8
- * @since 1.0.0
9
- * @category elasticache service config
10
- */
11
- export declare const withElastiCacheServiceConfig: {
12
- (config: ElastiCacheService.Config): <A, E, R>(effect: Effect.Effect<A, E, R>) => Effect.Effect<A, E, R>;
13
- <A, E, R>(effect: Effect.Effect<A, E, R>, config: ElastiCacheService.Config): Effect.Effect<A, E, R>;
14
- };
15
- /**
16
- * @since 1.0.0
17
- * @category elasticache service config
18
- */
19
- export declare const setElastiCacheServiceConfig: (config: ElastiCacheService.Config) => Layer.Layer<never, never, never>;
20
- /**
21
- * @since 1.0.0
22
- * @category adapters
23
- */
24
- export declare const toElastiCacheClientConfig: Effect.Effect<ElastiCacheClientConfig>;
25
- //# sourceMappingURL=ElastiCacheServiceConfig.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ElastiCacheServiceConfig.d.ts","sourceRoot":"","sources":["../../src/ElastiCacheServiceConfig.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAE3E,OAAO,EAAE,MAAM,EAAY,KAAK,EAAE,MAAM,QAAQ,CAAC;AAGjD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAWlE;;;GAGG;AACH,eAAO,MAAM,4BAA4B,EAAE;IACzC,CAAC,MAAM,EAAE,kBAAkB,CAAC,MAAM,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,KAAK,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IACzG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,kBAAkB,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;CAKtG,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,2BAA2B,WAAY,mBAAmB,MAAM,qCACf,CAAC;AAE/D;;;GAGG;AACH,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAAC,MAAM,CAAC,uBAAuB,CAQ3E,CAAC"}
@@ -1,35 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.toElastiCacheClientConfig = exports.setElastiCacheServiceConfig = exports.withElastiCacheServiceConfig = void 0;
4
- const commons_1 = require("@effect-aws/commons");
5
- const effect_1 = require("effect");
6
- const Function_1 = require("effect/Function");
7
- const GlobalValue_1 = require("effect/GlobalValue");
8
- /**
9
- * @since 1.0.0
10
- * @category elasticache service config
11
- */
12
- const currentElastiCacheServiceConfig = (0, GlobalValue_1.globalValue)("@effect-aws/client-elasticache/currentElastiCacheServiceConfig", () => effect_1.FiberRef.unsafeMake({}));
13
- /**
14
- * @since 1.0.0
15
- * @category elasticache service config
16
- */
17
- exports.withElastiCacheServiceConfig = (0, Function_1.dual)(2, (effect, config) => effect_1.Effect.locally(effect, currentElastiCacheServiceConfig, config));
18
- /**
19
- * @since 1.0.0
20
- * @category elasticache service config
21
- */
22
- const setElastiCacheServiceConfig = (config) => effect_1.Layer.locallyScoped(currentElastiCacheServiceConfig, config);
23
- exports.setElastiCacheServiceConfig = setElastiCacheServiceConfig;
24
- /**
25
- * @since 1.0.0
26
- * @category adapters
27
- */
28
- exports.toElastiCacheClientConfig = effect_1.Effect.gen(function* () {
29
- const { logger: serviceLogger, ...config } = yield* effect_1.FiberRef.get(currentElastiCacheServiceConfig);
30
- const logger = serviceLogger === true
31
- ? yield* commons_1.ServiceLogger.toClientLogger(commons_1.ServiceLogger.defaultServiceLogger)
32
- : (serviceLogger ? yield* commons_1.ServiceLogger.toClientLogger(commons_1.ServiceLogger.make(serviceLogger)) : undefined);
33
- return { logger, ...config };
34
- });
35
- //# sourceMappingURL=ElastiCacheServiceConfig.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ElastiCacheServiceConfig.js","sourceRoot":"","sources":["../../src/ElastiCacheServiceConfig.ts"],"names":[],"mappings":";;;AAIA,iDAAoD;AACpD,mCAAiD;AACjD,8CAAuC;AACvC,oDAAiD;AAGjD;;;GAGG;AACH,MAAM,+BAA+B,GAAG,IAAA,yBAAW,EACjD,gEAAgE,EAChE,GAAG,EAAE,CAAC,iBAAQ,CAAC,UAAU,CAA4B,EAAE,CAAC,CACzD,CAAC;AAEF;;;GAGG;AACU,QAAA,4BAA4B,GAGrC,IAAA,eAAI,EACN,CAAC,EACD,CAAU,MAA8B,EAAE,MAAiC,EAA0B,EAAE,CACrG,eAAM,CAAC,OAAO,CAAC,MAAM,EAAE,+BAA+B,EAAE,MAAM,CAAC,CAClE,CAAC;AAEF;;;GAGG;AACI,MAAM,2BAA2B,GAAG,CAAC,MAAiC,EAAE,EAAE,CAC/E,cAAK,CAAC,aAAa,CAAC,+BAA+B,EAAE,MAAM,CAAC,CAAC;AADlD,QAAA,2BAA2B,+BACuB;AAE/D;;;GAGG;AACU,QAAA,yBAAyB,GAA2C,eAAM,CAAC,GAAG,CAAC,QAAQ,CAAC;IACnG,MAAM,EAAE,MAAM,EAAE,aAAa,EAAE,GAAG,MAAM,EAAE,GAAG,KAAK,CAAC,CAAC,iBAAQ,CAAC,GAAG,CAAC,+BAA+B,CAAC,CAAC;IAElG,MAAM,MAAM,GAAG,aAAa,KAAK,IAAI;QACnC,CAAC,CAAC,KAAK,CAAC,CAAC,uBAAa,CAAC,cAAc,CAAC,uBAAa,CAAC,oBAAoB,CAAC;QACzE,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,uBAAa,CAAC,cAAc,CAAC,uBAAa,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;IAEzG,OAAO,EAAE,MAAM,EAAE,GAAG,MAAM,EAAE,CAAC;AAC/B,CAAC,CAAC,CAAC"}
@@ -1,83 +0,0 @@
1
- import type { APICallRateForCustomerExceededFault, AuthorizationAlreadyExistsFault, AuthorizationNotFoundFault, CacheClusterAlreadyExistsFault, CacheClusterNotFoundFault, CacheParameterGroupAlreadyExistsFault, CacheParameterGroupNotFoundFault, CacheParameterGroupQuotaExceededFault, CacheSecurityGroupAlreadyExistsFault, CacheSecurityGroupNotFoundFault, CacheSecurityGroupQuotaExceededFault, CacheSubnetGroupAlreadyExistsFault, CacheSubnetGroupInUse, CacheSubnetGroupNotFoundFault, CacheSubnetGroupQuotaExceededFault, CacheSubnetQuotaExceededFault, ClusterQuotaForCustomerExceededFault, DefaultUserAssociatedToUserGroupFault, DefaultUserRequired, DuplicateUserNameFault, GlobalReplicationGroupAlreadyExistsFault, GlobalReplicationGroupNotFoundFault, InsufficientCacheClusterCapacityFault, InvalidARNFault, InvalidCacheClusterStateFault, InvalidCacheParameterGroupStateFault, InvalidCacheSecurityGroupStateFault, InvalidCredentialsException, InvalidGlobalReplicationGroupStateFault, InvalidKMSKeyFault, InvalidParameterCombinationException, InvalidParameterValueException, InvalidReplicationGroupStateFault, InvalidServerlessCacheSnapshotStateFault, InvalidServerlessCacheStateFault, InvalidSnapshotStateFault, InvalidSubnet, InvalidUserGroupStateFault, InvalidUserStateFault, InvalidVPCNetworkStateFault, NodeGroupNotFoundFault, NodeGroupsPerReplicationGroupQuotaExceededFault, NodeQuotaForClusterExceededFault, NodeQuotaForCustomerExceededFault, NoOperationFault, ReplicationGroupAlreadyExistsFault, ReplicationGroupAlreadyUnderMigrationFault, ReplicationGroupNotFoundFault, ReplicationGroupNotUnderMigrationFault, ReservedCacheNodeAlreadyExistsFault, ReservedCacheNodeNotFoundFault, ReservedCacheNodeQuotaExceededFault, ReservedCacheNodesOfferingNotFoundFault, ServerlessCacheAlreadyExistsFault, ServerlessCacheNotFoundFault, ServerlessCacheQuotaForCustomerExceededFault, ServerlessCacheSnapshotAlreadyExistsFault, ServerlessCacheSnapshotNotFoundFault, ServerlessCacheSnapshotQuotaExceededFault, ServiceLinkedRoleNotFoundFault, ServiceUpdateNotFoundFault, SnapshotAlreadyExistsFault, SnapshotFeatureNotSupportedFault, SnapshotNotFoundFault, SnapshotQuotaExceededFault, SubnetInUse, SubnetNotAllowedFault, TagNotFoundFault, TagQuotaPerResourceExceeded, TestFailoverNotAvailableFault, UserAlreadyExistsFault, UserGroupAlreadyExistsFault, UserGroupNotFoundFault, UserGroupQuotaExceededFault, UserNotFoundFault, UserQuotaExceededFault } from "@aws-sdk/client-elasticache";
2
- import type { TaggedException } from "@effect-aws/commons";
3
- export declare const AllServiceErrors: readonly ["APICallRateForCustomerExceededFault", "AuthorizationAlreadyExistsFault", "AuthorizationNotFoundFault", "CacheClusterAlreadyExistsFault", "CacheClusterNotFoundFault", "CacheParameterGroupAlreadyExistsFault", "CacheParameterGroupNotFoundFault", "CacheParameterGroupQuotaExceededFault", "CacheSecurityGroupAlreadyExistsFault", "CacheSecurityGroupNotFoundFault", "CacheSecurityGroupQuotaExceededFault", "CacheSubnetGroupAlreadyExistsFault", "CacheSubnetGroupInUse", "CacheSubnetGroupNotFoundFault", "CacheSubnetGroupQuotaExceededFault", "CacheSubnetQuotaExceededFault", "ClusterQuotaForCustomerExceededFault", "DefaultUserAssociatedToUserGroupFault", "DefaultUserRequired", "DuplicateUserNameFault", "GlobalReplicationGroupAlreadyExistsFault", "GlobalReplicationGroupNotFoundFault", "InsufficientCacheClusterCapacityFault", "InvalidARNFault", "InvalidCacheClusterStateFault", "InvalidCacheParameterGroupStateFault", "InvalidCacheSecurityGroupStateFault", "InvalidCredentialsException", "InvalidGlobalReplicationGroupStateFault", "InvalidKMSKeyFault", "InvalidParameterCombinationException", "InvalidParameterValueException", "InvalidReplicationGroupStateFault", "InvalidServerlessCacheSnapshotStateFault", "InvalidServerlessCacheStateFault", "InvalidSnapshotStateFault", "InvalidSubnet", "InvalidUserGroupStateFault", "InvalidUserStateFault", "InvalidVPCNetworkStateFault", "NoOperationFault", "NodeGroupNotFoundFault", "NodeGroupsPerReplicationGroupQuotaExceededFault", "NodeQuotaForClusterExceededFault", "NodeQuotaForCustomerExceededFault", "ReplicationGroupAlreadyExistsFault", "ReplicationGroupAlreadyUnderMigrationFault", "ReplicationGroupNotFoundFault", "ReplicationGroupNotUnderMigrationFault", "ReservedCacheNodeAlreadyExistsFault", "ReservedCacheNodeNotFoundFault", "ReservedCacheNodeQuotaExceededFault", "ReservedCacheNodesOfferingNotFoundFault", "ServerlessCacheAlreadyExistsFault", "ServerlessCacheNotFoundFault", "ServerlessCacheQuotaForCustomerExceededFault", "ServerlessCacheSnapshotAlreadyExistsFault", "ServerlessCacheSnapshotNotFoundFault", "ServerlessCacheSnapshotQuotaExceededFault", "ServiceLinkedRoleNotFoundFault", "ServiceUpdateNotFoundFault", "SnapshotAlreadyExistsFault", "SnapshotFeatureNotSupportedFault", "SnapshotNotFoundFault", "SnapshotQuotaExceededFault", "SubnetInUse", "SubnetNotAllowedFault", "TagNotFoundFault", "TagQuotaPerResourceExceeded", "TestFailoverNotAvailableFault", "UserAlreadyExistsFault", "UserGroupAlreadyExistsFault", "UserGroupNotFoundFault", "UserGroupQuotaExceededFault", "UserNotFoundFault", "UserQuotaExceededFault"];
4
- export type APICallRateForCustomerExceededFaultError = TaggedException<APICallRateForCustomerExceededFault>;
5
- export type AuthorizationAlreadyExistsFaultError = TaggedException<AuthorizationAlreadyExistsFault>;
6
- export type AuthorizationNotFoundFaultError = TaggedException<AuthorizationNotFoundFault>;
7
- export type CacheClusterAlreadyExistsFaultError = TaggedException<CacheClusterAlreadyExistsFault>;
8
- export type CacheClusterNotFoundFaultError = TaggedException<CacheClusterNotFoundFault>;
9
- export type CacheParameterGroupAlreadyExistsFaultError = TaggedException<CacheParameterGroupAlreadyExistsFault>;
10
- export type CacheParameterGroupNotFoundFaultError = TaggedException<CacheParameterGroupNotFoundFault>;
11
- export type CacheParameterGroupQuotaExceededFaultError = TaggedException<CacheParameterGroupQuotaExceededFault>;
12
- export type CacheSecurityGroupAlreadyExistsFaultError = TaggedException<CacheSecurityGroupAlreadyExistsFault>;
13
- export type CacheSecurityGroupNotFoundFaultError = TaggedException<CacheSecurityGroupNotFoundFault>;
14
- export type CacheSecurityGroupQuotaExceededFaultError = TaggedException<CacheSecurityGroupQuotaExceededFault>;
15
- export type CacheSubnetGroupAlreadyExistsFaultError = TaggedException<CacheSubnetGroupAlreadyExistsFault>;
16
- export type CacheSubnetGroupInUseError = TaggedException<CacheSubnetGroupInUse>;
17
- export type CacheSubnetGroupNotFoundFaultError = TaggedException<CacheSubnetGroupNotFoundFault>;
18
- export type CacheSubnetGroupQuotaExceededFaultError = TaggedException<CacheSubnetGroupQuotaExceededFault>;
19
- export type CacheSubnetQuotaExceededFaultError = TaggedException<CacheSubnetQuotaExceededFault>;
20
- export type ClusterQuotaForCustomerExceededFaultError = TaggedException<ClusterQuotaForCustomerExceededFault>;
21
- export type DefaultUserAssociatedToUserGroupFaultError = TaggedException<DefaultUserAssociatedToUserGroupFault>;
22
- export type DefaultUserRequiredError = TaggedException<DefaultUserRequired>;
23
- export type DuplicateUserNameFaultError = TaggedException<DuplicateUserNameFault>;
24
- export type GlobalReplicationGroupAlreadyExistsFaultError = TaggedException<GlobalReplicationGroupAlreadyExistsFault>;
25
- export type GlobalReplicationGroupNotFoundFaultError = TaggedException<GlobalReplicationGroupNotFoundFault>;
26
- export type InsufficientCacheClusterCapacityFaultError = TaggedException<InsufficientCacheClusterCapacityFault>;
27
- export type InvalidARNFaultError = TaggedException<InvalidARNFault>;
28
- export type InvalidCacheClusterStateFaultError = TaggedException<InvalidCacheClusterStateFault>;
29
- export type InvalidCacheParameterGroupStateFaultError = TaggedException<InvalidCacheParameterGroupStateFault>;
30
- export type InvalidCacheSecurityGroupStateFaultError = TaggedException<InvalidCacheSecurityGroupStateFault>;
31
- export type InvalidCredentialsError = TaggedException<InvalidCredentialsException>;
32
- export type InvalidGlobalReplicationGroupStateFaultError = TaggedException<InvalidGlobalReplicationGroupStateFault>;
33
- export type InvalidKMSKeyFaultError = TaggedException<InvalidKMSKeyFault>;
34
- export type InvalidParameterCombinationError = TaggedException<InvalidParameterCombinationException>;
35
- export type InvalidParameterValueError = TaggedException<InvalidParameterValueException>;
36
- export type InvalidReplicationGroupStateFaultError = TaggedException<InvalidReplicationGroupStateFault>;
37
- export type InvalidServerlessCacheSnapshotStateFaultError = TaggedException<InvalidServerlessCacheSnapshotStateFault>;
38
- export type InvalidServerlessCacheStateFaultError = TaggedException<InvalidServerlessCacheStateFault>;
39
- export type InvalidSnapshotStateFaultError = TaggedException<InvalidSnapshotStateFault>;
40
- export type InvalidSubnetError = TaggedException<InvalidSubnet>;
41
- export type InvalidUserGroupStateFaultError = TaggedException<InvalidUserGroupStateFault>;
42
- export type InvalidUserStateFaultError = TaggedException<InvalidUserStateFault>;
43
- export type InvalidVPCNetworkStateFaultError = TaggedException<InvalidVPCNetworkStateFault>;
44
- export type NoOperationFaultError = TaggedException<NoOperationFault>;
45
- export type NodeGroupNotFoundFaultError = TaggedException<NodeGroupNotFoundFault>;
46
- export type NodeGroupsPerReplicationGroupQuotaExceededFaultError = TaggedException<NodeGroupsPerReplicationGroupQuotaExceededFault>;
47
- export type NodeQuotaForClusterExceededFaultError = TaggedException<NodeQuotaForClusterExceededFault>;
48
- export type NodeQuotaForCustomerExceededFaultError = TaggedException<NodeQuotaForCustomerExceededFault>;
49
- export type ReplicationGroupAlreadyExistsFaultError = TaggedException<ReplicationGroupAlreadyExistsFault>;
50
- export type ReplicationGroupAlreadyUnderMigrationFaultError = TaggedException<ReplicationGroupAlreadyUnderMigrationFault>;
51
- export type ReplicationGroupNotFoundFaultError = TaggedException<ReplicationGroupNotFoundFault>;
52
- export type ReplicationGroupNotUnderMigrationFaultError = TaggedException<ReplicationGroupNotUnderMigrationFault>;
53
- export type ReservedCacheNodeAlreadyExistsFaultError = TaggedException<ReservedCacheNodeAlreadyExistsFault>;
54
- export type ReservedCacheNodeNotFoundFaultError = TaggedException<ReservedCacheNodeNotFoundFault>;
55
- export type ReservedCacheNodeQuotaExceededFaultError = TaggedException<ReservedCacheNodeQuotaExceededFault>;
56
- export type ReservedCacheNodesOfferingNotFoundFaultError = TaggedException<ReservedCacheNodesOfferingNotFoundFault>;
57
- export type ServerlessCacheAlreadyExistsFaultError = TaggedException<ServerlessCacheAlreadyExistsFault>;
58
- export type ServerlessCacheNotFoundFaultError = TaggedException<ServerlessCacheNotFoundFault>;
59
- export type ServerlessCacheQuotaForCustomerExceededFaultError = TaggedException<ServerlessCacheQuotaForCustomerExceededFault>;
60
- export type ServerlessCacheSnapshotAlreadyExistsFaultError = TaggedException<ServerlessCacheSnapshotAlreadyExistsFault>;
61
- export type ServerlessCacheSnapshotNotFoundFaultError = TaggedException<ServerlessCacheSnapshotNotFoundFault>;
62
- export type ServerlessCacheSnapshotQuotaExceededFaultError = TaggedException<ServerlessCacheSnapshotQuotaExceededFault>;
63
- export type ServiceLinkedRoleNotFoundFaultError = TaggedException<ServiceLinkedRoleNotFoundFault>;
64
- export type ServiceUpdateNotFoundFaultError = TaggedException<ServiceUpdateNotFoundFault>;
65
- export type SnapshotAlreadyExistsFaultError = TaggedException<SnapshotAlreadyExistsFault>;
66
- export type SnapshotFeatureNotSupportedFaultError = TaggedException<SnapshotFeatureNotSupportedFault>;
67
- export type SnapshotNotFoundFaultError = TaggedException<SnapshotNotFoundFault>;
68
- export type SnapshotQuotaExceededFaultError = TaggedException<SnapshotQuotaExceededFault>;
69
- export type SubnetInUseError = TaggedException<SubnetInUse>;
70
- export type SubnetNotAllowedFaultError = TaggedException<SubnetNotAllowedFault>;
71
- export type TagNotFoundFaultError = TaggedException<TagNotFoundFault>;
72
- export type TagQuotaPerResourceExceededError = TaggedException<TagQuotaPerResourceExceeded>;
73
- export type TestFailoverNotAvailableFaultError = TaggedException<TestFailoverNotAvailableFault>;
74
- export type UserAlreadyExistsFaultError = TaggedException<UserAlreadyExistsFault>;
75
- export type UserGroupAlreadyExistsFaultError = TaggedException<UserGroupAlreadyExistsFault>;
76
- export type UserGroupNotFoundFaultError = TaggedException<UserGroupNotFoundFault>;
77
- export type UserGroupQuotaExceededFaultError = TaggedException<UserGroupQuotaExceededFault>;
78
- export type UserNotFoundFaultError = TaggedException<UserNotFoundFault>;
79
- export type UserQuotaExceededFaultError = TaggedException<UserQuotaExceededFault>;
80
- export type SdkError = TaggedException<Error & {
81
- name: "SdkError";
82
- }>;
83
- //# sourceMappingURL=Errors.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Errors.d.ts","sourceRoot":"","sources":["../../src/Errors.ts"],"names":[],"mappings":"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"}
@@ -1,82 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AllServiceErrors = void 0;
4
- exports.AllServiceErrors = [
5
- "APICallRateForCustomerExceededFault",
6
- "AuthorizationAlreadyExistsFault",
7
- "AuthorizationNotFoundFault",
8
- "CacheClusterAlreadyExistsFault",
9
- "CacheClusterNotFoundFault",
10
- "CacheParameterGroupAlreadyExistsFault",
11
- "CacheParameterGroupNotFoundFault",
12
- "CacheParameterGroupQuotaExceededFault",
13
- "CacheSecurityGroupAlreadyExistsFault",
14
- "CacheSecurityGroupNotFoundFault",
15
- "CacheSecurityGroupQuotaExceededFault",
16
- "CacheSubnetGroupAlreadyExistsFault",
17
- "CacheSubnetGroupInUse",
18
- "CacheSubnetGroupNotFoundFault",
19
- "CacheSubnetGroupQuotaExceededFault",
20
- "CacheSubnetQuotaExceededFault",
21
- "ClusterQuotaForCustomerExceededFault",
22
- "DefaultUserAssociatedToUserGroupFault",
23
- "DefaultUserRequired",
24
- "DuplicateUserNameFault",
25
- "GlobalReplicationGroupAlreadyExistsFault",
26
- "GlobalReplicationGroupNotFoundFault",
27
- "InsufficientCacheClusterCapacityFault",
28
- "InvalidARNFault",
29
- "InvalidCacheClusterStateFault",
30
- "InvalidCacheParameterGroupStateFault",
31
- "InvalidCacheSecurityGroupStateFault",
32
- "InvalidCredentialsException",
33
- "InvalidGlobalReplicationGroupStateFault",
34
- "InvalidKMSKeyFault",
35
- "InvalidParameterCombinationException",
36
- "InvalidParameterValueException",
37
- "InvalidReplicationGroupStateFault",
38
- "InvalidServerlessCacheSnapshotStateFault",
39
- "InvalidServerlessCacheStateFault",
40
- "InvalidSnapshotStateFault",
41
- "InvalidSubnet",
42
- "InvalidUserGroupStateFault",
43
- "InvalidUserStateFault",
44
- "InvalidVPCNetworkStateFault",
45
- "NoOperationFault",
46
- "NodeGroupNotFoundFault",
47
- "NodeGroupsPerReplicationGroupQuotaExceededFault",
48
- "NodeQuotaForClusterExceededFault",
49
- "NodeQuotaForCustomerExceededFault",
50
- "ReplicationGroupAlreadyExistsFault",
51
- "ReplicationGroupAlreadyUnderMigrationFault",
52
- "ReplicationGroupNotFoundFault",
53
- "ReplicationGroupNotUnderMigrationFault",
54
- "ReservedCacheNodeAlreadyExistsFault",
55
- "ReservedCacheNodeNotFoundFault",
56
- "ReservedCacheNodeQuotaExceededFault",
57
- "ReservedCacheNodesOfferingNotFoundFault",
58
- "ServerlessCacheAlreadyExistsFault",
59
- "ServerlessCacheNotFoundFault",
60
- "ServerlessCacheQuotaForCustomerExceededFault",
61
- "ServerlessCacheSnapshotAlreadyExistsFault",
62
- "ServerlessCacheSnapshotNotFoundFault",
63
- "ServerlessCacheSnapshotQuotaExceededFault",
64
- "ServiceLinkedRoleNotFoundFault",
65
- "ServiceUpdateNotFoundFault",
66
- "SnapshotAlreadyExistsFault",
67
- "SnapshotFeatureNotSupportedFault",
68
- "SnapshotNotFoundFault",
69
- "SnapshotQuotaExceededFault",
70
- "SubnetInUse",
71
- "SubnetNotAllowedFault",
72
- "TagNotFoundFault",
73
- "TagQuotaPerResourceExceeded",
74
- "TestFailoverNotAvailableFault",
75
- "UserAlreadyExistsFault",
76
- "UserGroupAlreadyExistsFault",
77
- "UserGroupNotFoundFault",
78
- "UserGroupQuotaExceededFault",
79
- "UserNotFoundFault",
80
- "UserQuotaExceededFault",
81
- ];
82
- //# sourceMappingURL=Errors.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Errors.js","sourceRoot":"","sources":["../../src/Errors.ts"],"names":[],"mappings":";;;AAgFa,QAAA,gBAAgB,GAAG;IAC9B,qCAAqC;IACrC,iCAAiC;IACjC,4BAA4B;IAC5B,gCAAgC;IAChC,2BAA2B;IAC3B,uCAAuC;IACvC,kCAAkC;IAClC,uCAAuC;IACvC,sCAAsC;IACtC,iCAAiC;IACjC,sCAAsC;IACtC,oCAAoC;IACpC,uBAAuB;IACvB,+BAA+B;IAC/B,oCAAoC;IACpC,+BAA+B;IAC/B,sCAAsC;IACtC,uCAAuC;IACvC,qBAAqB;IACrB,wBAAwB;IACxB,0CAA0C;IAC1C,qCAAqC;IACrC,uCAAuC;IACvC,iBAAiB;IACjB,+BAA+B;IAC/B,sCAAsC;IACtC,qCAAqC;IACrC,6BAA6B;IAC7B,yCAAyC;IACzC,oBAAoB;IACpB,sCAAsC;IACtC,gCAAgC;IAChC,mCAAmC;IACnC,0CAA0C;IAC1C,kCAAkC;IAClC,2BAA2B;IAC3B,eAAe;IACf,4BAA4B;IAC5B,uBAAuB;IACvB,6BAA6B;IAC7B,kBAAkB;IAClB,wBAAwB;IACxB,iDAAiD;IACjD,kCAAkC;IAClC,mCAAmC;IACnC,oCAAoC;IACpC,4CAA4C;IAC5C,+BAA+B;IAC/B,wCAAwC;IACxC,qCAAqC;IACrC,gCAAgC;IAChC,qCAAqC;IACrC,yCAAyC;IACzC,mCAAmC;IACnC,8BAA8B;IAC9B,8CAA8C;IAC9C,2CAA2C;IAC3C,sCAAsC;IACtC,2CAA2C;IAC3C,gCAAgC;IAChC,4BAA4B;IAC5B,4BAA4B;IAC5B,kCAAkC;IAClC,uBAAuB;IACvB,4BAA4B;IAC5B,aAAa;IACb,uBAAuB;IACvB,kBAAkB;IAClB,6BAA6B;IAC7B,+BAA+B;IAC/B,wBAAwB;IACxB,6BAA6B;IAC7B,wBAAwB;IACxB,6BAA6B;IAC7B,mBAAmB;IACnB,wBAAwB;CAChB,CAAC"}
@@ -1,44 +0,0 @@
1
- /**
2
- * @since 1.0.0
3
- */
4
- import { ElastiCacheService } from "./ElastiCacheService.js";
5
- /**
6
- * @since 1.0.0
7
- */
8
- export * from "./Errors.js";
9
- /**
10
- * @since 1.0.0
11
- */
12
- export * as ElastiCacheClientInstance from "./ElastiCacheClientInstance.js";
13
- /**
14
- * @since 1.0.0
15
- */
16
- export * as ElastiCacheServiceConfig from "./ElastiCacheServiceConfig.js";
17
- /**
18
- * @since 1.0.0
19
- */
20
- export * from "./ElastiCacheService.js";
21
- /**
22
- * @since 1.0.0
23
- * @category exports
24
- * @alias ElastiCacheService
25
- */
26
- export declare namespace ElastiCache {
27
- /**
28
- * @since 1.0.0
29
- * @alias ElastiCacheService.Config
30
- */
31
- type Config = ElastiCacheService.Config;
32
- /**
33
- * @since 1.0.0
34
- * @alias ElastiCacheService.Type
35
- */
36
- type Type = ElastiCacheService.Type;
37
- }
38
- /**
39
- * @since 1.0.0
40
- * @category exports
41
- * @alias ElastiCacheService
42
- */
43
- export declare const ElastiCache: typeof ElastiCacheService;
44
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAE7D;;GAEG;AACH,cAAc,aAAa,CAAC;AAE5B;;GAEG;AACH,OAAO,KAAK,yBAAyB,MAAM,gCAAgC,CAAC;AAE5E;;GAEG;AACH,OAAO,KAAK,wBAAwB,MAAM,+BAA+B,CAAC;AAE1E;;GAEG;AACH,cAAc,yBAAyB,CAAC;AAExC;;;;GAIG;AACH,MAAM,CAAC,OAAO,WAAW,WAAW,CAAC;IACnC;;;OAGG;IACH,KAAY,MAAM,GAAG,kBAAkB,CAAC,MAAM,CAAC;IAE/C;;;OAGG;IACH,KAAY,IAAI,GAAG,kBAAkB,CAAC,IAAI,CAAC;CAC5C;AAED;;;;GAIG;AACH,eAAO,MAAM,WAAW,2BAAqB,CAAC"}
package/dist/cjs/index.js DELETED
@@ -1,56 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
19
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
20
- };
21
- var __importStar = (this && this.__importStar) || function (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
28
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.ElastiCache = exports.ElastiCacheServiceConfig = exports.ElastiCacheClientInstance = void 0;
30
- /**
31
- * @since 1.0.0
32
- */
33
- const ElastiCacheService_js_1 = require("./ElastiCacheService.js");
34
- /**
35
- * @since 1.0.0
36
- */
37
- __exportStar(require("./Errors.js"), exports);
38
- /**
39
- * @since 1.0.0
40
- */
41
- exports.ElastiCacheClientInstance = __importStar(require("./ElastiCacheClientInstance.js"));
42
- /**
43
- * @since 1.0.0
44
- */
45
- exports.ElastiCacheServiceConfig = __importStar(require("./ElastiCacheServiceConfig.js"));
46
- /**
47
- * @since 1.0.0
48
- */
49
- __exportStar(require("./ElastiCacheService.js"), exports);
50
- /**
51
- * @since 1.0.0
52
- * @category exports
53
- * @alias ElastiCacheService
54
- */
55
- exports.ElastiCache = ElastiCacheService_js_1.ElastiCacheService;
56
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;GAEG;AACH,mEAA6D;AAE7D;;GAEG;AACH,8CAA4B;AAE5B;;GAEG;AACH,4FAA4E;AAE5E;;GAEG;AACH,0FAA0E;AAE1E;;GAEG;AACH,0DAAwC;AAqBxC;;;;GAIG;AACU,QAAA,WAAW,GAAG,0CAAkB,CAAC"}