@aws-sdk/client-elasticache 3.40.0 → 3.45.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/CHANGELOG.md +44 -0
- package/dist-cjs/endpoints.js +17 -0
- package/dist-cjs/models/models_0.js +11 -6
- package/dist-cjs/protocols/Aws_query.js +83 -0
- package/dist-es/endpoints.js +17 -0
- package/dist-es/models/models_0.js +5 -0
- package/dist-es/protocols/Aws_query.js +269 -186
- package/dist-types/ElastiCache.d.ts +6 -5
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/BatchApplyUpdateActionCommand.d.ts +1 -1
- package/dist-types/commands/BatchStopUpdateActionCommand.d.ts +1 -1
- package/dist-types/commands/CompleteMigrationCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateCacheClusterCommand.d.ts +1 -1
- package/dist-types/commands/CreateCacheParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateCacheSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateCacheSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateGlobalReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserCommand.d.ts +2 -2
- package/dist-types/commands/CreateUserGroupCommand.d.ts +2 -2
- package/dist-types/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/DecreaseReplicaCountCommand.d.ts +1 -1
- 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 +2 -2
- package/dist-types/commands/DeleteUserGroupCommand.d.ts +2 -2
- 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 +1 -1
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUpdateActionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUsersCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/commands/IncreaseReplicaCountCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/commands/ModifyCacheParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCacheSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyGlobalReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyUserCommand.d.ts +1 -1
- package/dist-types/commands/ModifyUserGroupCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/RebootCacheClusterCommand.d.ts +1 -1
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
- package/dist-types/commands/ResetCacheParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/StartMigrationCommand.d.ts +1 -1
- package/dist-types/commands/TestFailoverCommand.d.ts +3 -2
- package/dist-types/models/models_0.d.ts +544 -78
- package/dist-types/ts3.4/models/models_0.d.ts +14 -0
- package/package.json +6 -6
|
@@ -368,6 +368,10 @@ export declare namespace Endpoint {
|
|
|
368
368
|
|
|
369
369
|
const filterSensitiveLog: (obj: Endpoint) => any;
|
|
370
370
|
}
|
|
371
|
+
export declare enum DataTieringStatus {
|
|
372
|
+
DISABLED = "disabled",
|
|
373
|
+
ENABLED = "enabled"
|
|
374
|
+
}
|
|
371
375
|
|
|
372
376
|
export interface GlobalReplicationGroupInfo {
|
|
373
377
|
|
|
@@ -607,6 +611,8 @@ export interface ReplicationGroup {
|
|
|
607
611
|
LogDeliveryConfigurations?: LogDeliveryConfiguration[];
|
|
608
612
|
|
|
609
613
|
ReplicationGroupCreateTime?: Date;
|
|
614
|
+
|
|
615
|
+
DataTiering?: DataTieringStatus | string;
|
|
610
616
|
}
|
|
611
617
|
export declare namespace ReplicationGroup {
|
|
612
618
|
|
|
@@ -745,6 +751,8 @@ export interface Snapshot {
|
|
|
745
751
|
KmsKeyId?: string;
|
|
746
752
|
|
|
747
753
|
ARN?: string;
|
|
754
|
+
|
|
755
|
+
DataTiering?: DataTieringStatus | string;
|
|
748
756
|
}
|
|
749
757
|
export declare namespace Snapshot {
|
|
750
758
|
|
|
@@ -1498,6 +1506,8 @@ export interface CreateReplicationGroupMessage {
|
|
|
1498
1506
|
UserGroupIds?: string[];
|
|
1499
1507
|
|
|
1500
1508
|
LogDeliveryConfigurations?: LogDeliveryConfigurationRequest[];
|
|
1509
|
+
|
|
1510
|
+
DataTieringEnabled?: boolean;
|
|
1501
1511
|
}
|
|
1502
1512
|
export declare namespace CreateReplicationGroupMessage {
|
|
1503
1513
|
|
|
@@ -1661,6 +1671,8 @@ export interface User {
|
|
|
1661
1671
|
|
|
1662
1672
|
Engine?: string;
|
|
1663
1673
|
|
|
1674
|
+
MinimumEngineVersion?: string;
|
|
1675
|
+
|
|
1664
1676
|
AccessString?: string;
|
|
1665
1677
|
|
|
1666
1678
|
UserGroupIds?: string[];
|
|
@@ -1738,6 +1750,8 @@ export interface UserGroup {
|
|
|
1738
1750
|
|
|
1739
1751
|
UserIds?: string[];
|
|
1740
1752
|
|
|
1753
|
+
MinimumEngineVersion?: string;
|
|
1754
|
+
|
|
1741
1755
|
PendingChanges?: UserGroupPendingChanges;
|
|
1742
1756
|
|
|
1743
1757
|
ReplicationGroups?: string[];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-elasticache",
|
|
3
3
|
"description": "AWS SDK for JavaScript Elasticache Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.45.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.45.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.45.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.45.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.40.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
33
|
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
34
|
"@aws-sdk/middleware-serde": "3.40.0",
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.45.0",
|
|
36
36
|
"@aws-sdk/middleware-stack": "3.40.0",
|
|
37
37
|
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
38
38
|
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
39
|
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
40
|
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
42
|
"@aws-sdk/types": "3.40.0",
|
|
43
43
|
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|