@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.
Files changed (76) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/dist-cjs/endpoints.js +17 -0
  3. package/dist-cjs/models/models_0.js +11 -6
  4. package/dist-cjs/protocols/Aws_query.js +83 -0
  5. package/dist-es/endpoints.js +17 -0
  6. package/dist-es/models/models_0.js +5 -0
  7. package/dist-es/protocols/Aws_query.js +269 -186
  8. package/dist-types/ElastiCache.d.ts +6 -5
  9. package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
  10. package/dist-types/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +1 -1
  11. package/dist-types/commands/BatchApplyUpdateActionCommand.d.ts +1 -1
  12. package/dist-types/commands/BatchStopUpdateActionCommand.d.ts +1 -1
  13. package/dist-types/commands/CompleteMigrationCommand.d.ts +1 -1
  14. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateCacheClusterCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateCacheParameterGroupCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateCacheSecurityGroupCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateCacheSubnetGroupCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateGlobalReplicationGroupCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateReplicationGroupCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateUserCommand.d.ts +2 -2
  23. package/dist-types/commands/CreateUserGroupCommand.d.ts +2 -2
  24. package/dist-types/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +1 -1
  25. package/dist-types/commands/DecreaseReplicaCountCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteCacheClusterCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteCacheParameterGroupCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteCacheSecurityGroupCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteCacheSubnetGroupCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteGlobalReplicationGroupCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteReplicationGroupCommand.d.ts +1 -1
  32. package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteUserCommand.d.ts +2 -2
  34. package/dist-types/commands/DeleteUserGroupCommand.d.ts +2 -2
  35. package/dist-types/commands/DescribeCacheClustersCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeCacheEngineVersionsCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeCacheParameterGroupsCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeCacheParametersCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeCacheSecurityGroupsCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeCacheSubnetGroupsCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeGlobalReplicationGroupsCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeReplicationGroupsCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeReservedCacheNodesCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeServiceUpdatesCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeUpdateActionsCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeUserGroupsCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeUsersCommand.d.ts +1 -1
  52. package/dist-types/commands/DisassociateGlobalReplicationGroupCommand.d.ts +1 -1
  53. package/dist-types/commands/FailoverGlobalReplicationGroupCommand.d.ts +1 -1
  54. package/dist-types/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +1 -1
  55. package/dist-types/commands/IncreaseReplicaCountCommand.d.ts +1 -1
  56. package/dist-types/commands/ListAllowedNodeTypeModificationsCommand.d.ts +1 -1
  57. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  58. package/dist-types/commands/ModifyCacheClusterCommand.d.ts +1 -1
  59. package/dist-types/commands/ModifyCacheParameterGroupCommand.d.ts +1 -1
  60. package/dist-types/commands/ModifyCacheSubnetGroupCommand.d.ts +1 -1
  61. package/dist-types/commands/ModifyGlobalReplicationGroupCommand.d.ts +1 -1
  62. package/dist-types/commands/ModifyReplicationGroupCommand.d.ts +1 -1
  63. package/dist-types/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +1 -1
  64. package/dist-types/commands/ModifyUserCommand.d.ts +1 -1
  65. package/dist-types/commands/ModifyUserGroupCommand.d.ts +1 -1
  66. package/dist-types/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +1 -1
  67. package/dist-types/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +1 -1
  68. package/dist-types/commands/RebootCacheClusterCommand.d.ts +1 -1
  69. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  70. package/dist-types/commands/ResetCacheParameterGroupCommand.d.ts +1 -1
  71. package/dist-types/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +1 -1
  72. package/dist-types/commands/StartMigrationCommand.d.ts +1 -1
  73. package/dist-types/commands/TestFailoverCommand.d.ts +3 -2
  74. package/dist-types/models/models_0.d.ts +544 -78
  75. package/dist-types/ts3.4/models/models_0.d.ts +14 -0
  76. 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.40.0",
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.40.0",
25
- "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.40.0",
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.40.0",
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.40.0",
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",