@aws-sdk/client-elasticache 3.169.0 → 3.170.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.
Files changed (104) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/ElastiCache.d.ts +1222 -330
  3. package/dist-types/ts3.4/ElastiCacheClient.d.ts +519 -138
  4. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/BatchApplyUpdateActionCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/BatchStopUpdateActionCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CompleteMigrationCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/CreateCacheClusterCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/CreateCacheParameterGroupCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateCacheSecurityGroupCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CreateCacheSubnetGroupCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/CreateGlobalReplicationGroupCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/CreateReplicationGroupCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/CreateUserGroupCommand.d.ts +34 -17
  19. package/dist-types/ts3.4/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DecreaseReplicaCountCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DeleteCacheClusterCommand.d.ts +38 -17
  22. package/dist-types/ts3.4/commands/DeleteCacheParameterGroupCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/DeleteCacheSecurityGroupCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/DeleteCacheSubnetGroupCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/DeleteGlobalReplicationGroupCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DeleteReplicationGroupCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/DeleteUserGroupCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/DescribeCacheClustersCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/DescribeCacheEngineVersionsCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/DescribeCacheParameterGroupsCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/DescribeCacheParametersCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/DescribeCacheSecurityGroupsCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/DescribeCacheSubnetGroupsCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/DescribeGlobalReplicationGroupsCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/DescribeReplicationGroupsCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/DescribeReservedCacheNodesCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/DescribeServiceUpdatesCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +38 -17
  44. package/dist-types/ts3.4/commands/DescribeUpdateActionsCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/DescribeUserGroupsCommand.d.ts +38 -17
  46. package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +34 -17
  47. package/dist-types/ts3.4/commands/DisassociateGlobalReplicationGroupCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/FailoverGlobalReplicationGroupCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/IncreaseReplicaCountCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/ListAllowedNodeTypeModificationsCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -17
  53. package/dist-types/ts3.4/commands/ModifyCacheClusterCommand.d.ts +38 -17
  54. package/dist-types/ts3.4/commands/ModifyCacheParameterGroupCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/ModifyCacheSubnetGroupCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/ModifyGlobalReplicationGroupCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/ModifyReplicationGroupCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/ModifyUserCommand.d.ts +32 -17
  60. package/dist-types/ts3.4/commands/ModifyUserGroupCommand.d.ts +34 -17
  61. package/dist-types/ts3.4/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +41 -17
  63. package/dist-types/ts3.4/commands/RebootCacheClusterCommand.d.ts +38 -17
  64. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/ResetCacheParameterGroupCommand.d.ts +41 -17
  66. package/dist-types/ts3.4/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +41 -17
  67. package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +37 -17
  68. package/dist-types/ts3.4/commands/TestFailoverCommand.d.ts +34 -17
  69. package/dist-types/ts3.4/commands/index.d.ts +65 -65
  70. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  71. package/dist-types/ts3.4/index.d.ts +7 -7
  72. package/dist-types/ts3.4/models/ElastiCacheServiceException.d.ts +8 -6
  73. package/dist-types/ts3.4/models/index.d.ts +1 -1
  74. package/dist-types/ts3.4/models/models_0.d.ts +3289 -2920
  75. package/dist-types/ts3.4/pagination/DescribeCacheClustersPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/DescribeCacheEngineVersionsPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/DescribeCacheParameterGroupsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/DescribeCacheParametersPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/DescribeCacheSecurityGroupsPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/DescribeCacheSubnetGroupsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/DescribeEngineDefaultParametersPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/DescribeGlobalReplicationGroupsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/DescribeReplicationGroupsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/DescribeReservedCacheNodesOfferingsPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/DescribeReservedCacheNodesPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/DescribeServiceUpdatesPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/DescribeSnapshotsPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/DescribeUpdateActionsPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/DescribeUserGroupsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/DescribeUsersPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  93. package/dist-types/ts3.4/pagination/index.d.ts +18 -18
  94. package/dist-types/ts3.4/protocols/Aws_query.d.ts +785 -197
  95. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  96. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  97. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  98. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  99. package/dist-types/ts3.4/waiters/index.d.ts +4 -4
  100. package/dist-types/ts3.4/waiters/waitForCacheClusterAvailable.d.ts +13 -7
  101. package/dist-types/ts3.4/waiters/waitForCacheClusterDeleted.d.ts +13 -7
  102. package/dist-types/ts3.4/waiters/waitForReplicationGroupAvailable.d.ts +13 -7
  103. package/dist-types/ts3.4/waiters/waitForReplicationGroupDeleted.d.ts +13 -7
  104. package/package.json +35 -35
@@ -1,65 +1,65 @@
1
- export * from "./AddTagsToResourceCommand";
2
- export * from "./AuthorizeCacheSecurityGroupIngressCommand";
3
- export * from "./BatchApplyUpdateActionCommand";
4
- export * from "./BatchStopUpdateActionCommand";
5
- export * from "./CompleteMigrationCommand";
6
- export * from "./CopySnapshotCommand";
7
- export * from "./CreateCacheClusterCommand";
8
- export * from "./CreateCacheParameterGroupCommand";
9
- export * from "./CreateCacheSecurityGroupCommand";
10
- export * from "./CreateCacheSubnetGroupCommand";
11
- export * from "./CreateGlobalReplicationGroupCommand";
12
- export * from "./CreateReplicationGroupCommand";
13
- export * from "./CreateSnapshotCommand";
14
- export * from "./CreateUserCommand";
15
- export * from "./CreateUserGroupCommand";
16
- export * from "./DecreaseNodeGroupsInGlobalReplicationGroupCommand";
17
- export * from "./DecreaseReplicaCountCommand";
18
- export * from "./DeleteCacheClusterCommand";
19
- export * from "./DeleteCacheParameterGroupCommand";
20
- export * from "./DeleteCacheSecurityGroupCommand";
21
- export * from "./DeleteCacheSubnetGroupCommand";
22
- export * from "./DeleteGlobalReplicationGroupCommand";
23
- export * from "./DeleteReplicationGroupCommand";
24
- export * from "./DeleteSnapshotCommand";
25
- export * from "./DeleteUserCommand";
26
- export * from "./DeleteUserGroupCommand";
27
- export * from "./DescribeCacheClustersCommand";
28
- export * from "./DescribeCacheEngineVersionsCommand";
29
- export * from "./DescribeCacheParameterGroupsCommand";
30
- export * from "./DescribeCacheParametersCommand";
31
- export * from "./DescribeCacheSecurityGroupsCommand";
32
- export * from "./DescribeCacheSubnetGroupsCommand";
33
- export * from "./DescribeEngineDefaultParametersCommand";
34
- export * from "./DescribeEventsCommand";
35
- export * from "./DescribeGlobalReplicationGroupsCommand";
36
- export * from "./DescribeReplicationGroupsCommand";
37
- export * from "./DescribeReservedCacheNodesCommand";
38
- export * from "./DescribeReservedCacheNodesOfferingsCommand";
39
- export * from "./DescribeServiceUpdatesCommand";
40
- export * from "./DescribeSnapshotsCommand";
41
- export * from "./DescribeUpdateActionsCommand";
42
- export * from "./DescribeUserGroupsCommand";
43
- export * from "./DescribeUsersCommand";
44
- export * from "./DisassociateGlobalReplicationGroupCommand";
45
- export * from "./FailoverGlobalReplicationGroupCommand";
46
- export * from "./IncreaseNodeGroupsInGlobalReplicationGroupCommand";
47
- export * from "./IncreaseReplicaCountCommand";
48
- export * from "./ListAllowedNodeTypeModificationsCommand";
49
- export * from "./ListTagsForResourceCommand";
50
- export * from "./ModifyCacheClusterCommand";
51
- export * from "./ModifyCacheParameterGroupCommand";
52
- export * from "./ModifyCacheSubnetGroupCommand";
53
- export * from "./ModifyGlobalReplicationGroupCommand";
54
- export * from "./ModifyReplicationGroupCommand";
55
- export * from "./ModifyReplicationGroupShardConfigurationCommand";
56
- export * from "./ModifyUserCommand";
57
- export * from "./ModifyUserGroupCommand";
58
- export * from "./PurchaseReservedCacheNodesOfferingCommand";
59
- export * from "./RebalanceSlotsInGlobalReplicationGroupCommand";
60
- export * from "./RebootCacheClusterCommand";
61
- export * from "./RemoveTagsFromResourceCommand";
62
- export * from "./ResetCacheParameterGroupCommand";
63
- export * from "./RevokeCacheSecurityGroupIngressCommand";
64
- export * from "./StartMigrationCommand";
65
- export * from "./TestFailoverCommand";
1
+ export * from "./AddTagsToResourceCommand";
2
+ export * from "./AuthorizeCacheSecurityGroupIngressCommand";
3
+ export * from "./BatchApplyUpdateActionCommand";
4
+ export * from "./BatchStopUpdateActionCommand";
5
+ export * from "./CompleteMigrationCommand";
6
+ export * from "./CopySnapshotCommand";
7
+ export * from "./CreateCacheClusterCommand";
8
+ export * from "./CreateCacheParameterGroupCommand";
9
+ export * from "./CreateCacheSecurityGroupCommand";
10
+ export * from "./CreateCacheSubnetGroupCommand";
11
+ export * from "./CreateGlobalReplicationGroupCommand";
12
+ export * from "./CreateReplicationGroupCommand";
13
+ export * from "./CreateSnapshotCommand";
14
+ export * from "./CreateUserCommand";
15
+ export * from "./CreateUserGroupCommand";
16
+ export * from "./DecreaseNodeGroupsInGlobalReplicationGroupCommand";
17
+ export * from "./DecreaseReplicaCountCommand";
18
+ export * from "./DeleteCacheClusterCommand";
19
+ export * from "./DeleteCacheParameterGroupCommand";
20
+ export * from "./DeleteCacheSecurityGroupCommand";
21
+ export * from "./DeleteCacheSubnetGroupCommand";
22
+ export * from "./DeleteGlobalReplicationGroupCommand";
23
+ export * from "./DeleteReplicationGroupCommand";
24
+ export * from "./DeleteSnapshotCommand";
25
+ export * from "./DeleteUserCommand";
26
+ export * from "./DeleteUserGroupCommand";
27
+ export * from "./DescribeCacheClustersCommand";
28
+ export * from "./DescribeCacheEngineVersionsCommand";
29
+ export * from "./DescribeCacheParameterGroupsCommand";
30
+ export * from "./DescribeCacheParametersCommand";
31
+ export * from "./DescribeCacheSecurityGroupsCommand";
32
+ export * from "./DescribeCacheSubnetGroupsCommand";
33
+ export * from "./DescribeEngineDefaultParametersCommand";
34
+ export * from "./DescribeEventsCommand";
35
+ export * from "./DescribeGlobalReplicationGroupsCommand";
36
+ export * from "./DescribeReplicationGroupsCommand";
37
+ export * from "./DescribeReservedCacheNodesCommand";
38
+ export * from "./DescribeReservedCacheNodesOfferingsCommand";
39
+ export * from "./DescribeServiceUpdatesCommand";
40
+ export * from "./DescribeSnapshotsCommand";
41
+ export * from "./DescribeUpdateActionsCommand";
42
+ export * from "./DescribeUserGroupsCommand";
43
+ export * from "./DescribeUsersCommand";
44
+ export * from "./DisassociateGlobalReplicationGroupCommand";
45
+ export * from "./FailoverGlobalReplicationGroupCommand";
46
+ export * from "./IncreaseNodeGroupsInGlobalReplicationGroupCommand";
47
+ export * from "./IncreaseReplicaCountCommand";
48
+ export * from "./ListAllowedNodeTypeModificationsCommand";
49
+ export * from "./ListTagsForResourceCommand";
50
+ export * from "./ModifyCacheClusterCommand";
51
+ export * from "./ModifyCacheParameterGroupCommand";
52
+ export * from "./ModifyCacheSubnetGroupCommand";
53
+ export * from "./ModifyGlobalReplicationGroupCommand";
54
+ export * from "./ModifyReplicationGroupCommand";
55
+ export * from "./ModifyReplicationGroupShardConfigurationCommand";
56
+ export * from "./ModifyUserCommand";
57
+ export * from "./ModifyUserGroupCommand";
58
+ export * from "./PurchaseReservedCacheNodesOfferingCommand";
59
+ export * from "./RebalanceSlotsInGlobalReplicationGroupCommand";
60
+ export * from "./RebootCacheClusterCommand";
61
+ export * from "./RemoveTagsFromResourceCommand";
62
+ export * from "./ResetCacheParameterGroupCommand";
63
+ export * from "./RevokeCacheSecurityGroupIngressCommand";
64
+ export * from "./StartMigrationCommand";
65
+ export * from "./TestFailoverCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,7 +1,7 @@
1
- export * from "./ElastiCache";
2
- export * from "./ElastiCacheClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export * from "./waiters";
7
- export { ElastiCacheServiceException } from "./models/ElastiCacheServiceException";
1
+ export * from "./ElastiCache";
2
+ export * from "./ElastiCacheClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export * from "./waiters";
7
+ export { ElastiCacheServiceException } from "./models/ElastiCacheServiceException";
@@ -1,6 +1,8 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class ElastiCacheServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+
6
+ export declare class ElastiCacheServiceException extends __ServiceException {
7
+ constructor(options: __ServiceExceptionOptions);
8
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";