@aws-sdk/client-elasticache 3.620.0 → 3.621.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 (33) hide show
  1. package/dist-types/commands/AddTagsToResourceCommand.d.ts +2 -2
  2. package/dist-types/commands/CopyServerlessCacheSnapshotCommand.d.ts +5 -5
  3. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  4. package/dist-types/commands/CreateCacheClusterCommand.d.ts +2 -2
  5. package/dist-types/commands/CreateGlobalReplicationGroupCommand.d.ts +3 -3
  6. package/dist-types/commands/CreateReplicationGroupCommand.d.ts +9 -9
  7. package/dist-types/commands/CreateServerlessCacheSnapshotCommand.d.ts +3 -3
  8. package/dist-types/commands/CreateSnapshotCommand.d.ts +3 -3
  9. package/dist-types/commands/CreateUserCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateUserGroupCommand.d.ts +1 -1
  11. package/dist-types/commands/DecreaseReplicaCountCommand.d.ts +2 -2
  12. package/dist-types/commands/DeleteCacheClusterCommand.d.ts +5 -5
  13. package/dist-types/commands/DeleteReplicationGroupCommand.d.ts +12 -3
  14. package/dist-types/commands/DeleteServerlessCacheCommand.d.ts +6 -1
  15. package/dist-types/commands/DeleteServerlessCacheSnapshotCommand.d.ts +3 -3
  16. package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteUserGroupCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeReplicationGroupsCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeServerlessCacheSnapshotsCommand.d.ts +2 -2
  21. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
  22. package/dist-types/commands/ExportServerlessCacheSnapshotCommand.d.ts +3 -3
  23. package/dist-types/commands/IncreaseReplicaCountCommand.d.ts +2 -2
  24. package/dist-types/commands/ListAllowedNodeTypeModificationsCommand.d.ts +1 -1
  25. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
  26. package/dist-types/commands/ModifyReplicationGroupCommand.d.ts +3 -3
  27. package/dist-types/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +1 -1
  28. package/dist-types/commands/RebootCacheClusterCommand.d.ts +3 -3
  29. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +2 -2
  30. package/dist-types/commands/TestFailoverCommand.d.ts +1 -2
  31. package/dist-types/models/models_0.d.ts +236 -242
  32. package/dist-types/models/models_1.d.ts +4 -4
  33. package/package.json +11 -11
@@ -39,7 +39,7 @@ export interface StartMigrationMessage {
39
39
  */
40
40
  ReplicationGroupId: string | undefined;
41
41
  /**
42
- * <p>List of endpoints from which data should be migrated. For Redis (cluster mode
42
+ * <p>List of endpoints from which data should be migrated. For Redis OSS (cluster mode
43
43
  * disabled), list should have only one element.</p>
44
44
  * @public
45
45
  */
@@ -50,7 +50,7 @@ export interface StartMigrationMessage {
50
50
  */
51
51
  export interface StartMigrationResponse {
52
52
  /**
53
- * <p>Contains all of the attributes of a specific Redis replication group.</p>
53
+ * <p>Contains all of the attributes of a specific Redis OSS replication group.</p>
54
54
  * @public
55
55
  */
56
56
  ReplicationGroup?: ReplicationGroup;
@@ -116,7 +116,7 @@ export declare class TestFailoverNotAvailableFault extends __BaseException {
116
116
  */
117
117
  export interface TestFailoverResult {
118
118
  /**
119
- * <p>Contains all of the attributes of a specific Redis replication group.</p>
119
+ * <p>Contains all of the attributes of a specific Redis OSS replication group.</p>
120
120
  * @public
121
121
  */
122
122
  ReplicationGroup?: ReplicationGroup;
@@ -142,7 +142,7 @@ export interface TestMigrationMessage {
142
142
  */
143
143
  export interface TestMigrationResponse {
144
144
  /**
145
- * <p>Contains all of the attributes of a specific Redis replication group.</p>
145
+ * <p>Contains all of the attributes of a specific Redis OSS replication group.</p>
146
146
  * @public
147
147
  */
148
148
  ReplicationGroup?: ReplicationGroup;
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.620.0",
4
+ "version": "3.621.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-elasticache",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.620.0",
24
- "@aws-sdk/client-sts": "3.620.0",
25
- "@aws-sdk/core": "3.620.0",
26
- "@aws-sdk/credential-provider-node": "3.620.0",
23
+ "@aws-sdk/client-sso-oidc": "3.621.0",
24
+ "@aws-sdk/client-sts": "3.621.0",
25
+ "@aws-sdk/core": "3.621.0",
26
+ "@aws-sdk/credential-provider-node": "3.621.0",
27
27
  "@aws-sdk/middleware-host-header": "3.620.0",
28
28
  "@aws-sdk/middleware-logger": "3.609.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.620.0",
@@ -34,26 +34,26 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.609.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.614.0",
36
36
  "@smithy/config-resolver": "^3.0.5",
37
- "@smithy/core": "^2.3.0",
38
- "@smithy/fetch-http-handler": "^3.2.3",
37
+ "@smithy/core": "^2.3.1",
38
+ "@smithy/fetch-http-handler": "^3.2.4",
39
39
  "@smithy/hash-node": "^3.0.3",
40
40
  "@smithy/invalid-dependency": "^3.0.3",
41
41
  "@smithy/middleware-content-length": "^3.0.5",
42
42
  "@smithy/middleware-endpoint": "^3.1.0",
43
- "@smithy/middleware-retry": "^3.0.12",
43
+ "@smithy/middleware-retry": "^3.0.13",
44
44
  "@smithy/middleware-serde": "^3.0.3",
45
45
  "@smithy/middleware-stack": "^3.0.3",
46
46
  "@smithy/node-config-provider": "^3.1.4",
47
47
  "@smithy/node-http-handler": "^3.1.4",
48
48
  "@smithy/protocol-http": "^4.1.0",
49
- "@smithy/smithy-client": "^3.1.10",
49
+ "@smithy/smithy-client": "^3.1.11",
50
50
  "@smithy/types": "^3.3.0",
51
51
  "@smithy/url-parser": "^3.0.3",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.12",
56
- "@smithy/util-defaults-mode-node": "^3.0.12",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.13",
56
+ "@smithy/util-defaults-mode-node": "^3.0.13",
57
57
  "@smithy/util-endpoints": "^2.0.5",
58
58
  "@smithy/util-middleware": "^3.0.3",
59
59
  "@smithy/util-retry": "^3.0.3",