@aws-sdk/client-elasticache 3.296.0 → 3.297.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 (90) hide show
  1. package/dist-cjs/protocols/Aws_query.js +174 -839
  2. package/dist-es/protocols/Aws_query.js +174 -839
  3. package/dist-types/ElastiCache.d.ts +66 -0
  4. package/dist-types/ElastiCacheClient.d.ts +24 -4
  5. package/dist-types/commands/AddTagsToResourceCommand.d.ts +16 -0
  6. package/dist-types/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +16 -0
  7. package/dist-types/commands/BatchApplyUpdateActionCommand.d.ts +16 -0
  8. package/dist-types/commands/BatchStopUpdateActionCommand.d.ts +16 -0
  9. package/dist-types/commands/CompleteMigrationCommand.d.ts +16 -0
  10. package/dist-types/commands/CopySnapshotCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateCacheClusterCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateCacheParameterGroupCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateCacheSecurityGroupCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateCacheSubnetGroupCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateGlobalReplicationGroupCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateReplicationGroupCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateSnapshotCommand.d.ts +16 -0
  18. package/dist-types/commands/CreateUserCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateUserGroupCommand.d.ts +16 -0
  20. package/dist-types/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +16 -0
  21. package/dist-types/commands/DecreaseReplicaCountCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteCacheClusterCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteCacheParameterGroupCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteCacheSecurityGroupCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteCacheSubnetGroupCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteGlobalReplicationGroupCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteReplicationGroupCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteSnapshotCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteUserCommand.d.ts +16 -0
  30. package/dist-types/commands/DeleteUserGroupCommand.d.ts +16 -0
  31. package/dist-types/commands/DescribeCacheClustersCommand.d.ts +16 -0
  32. package/dist-types/commands/DescribeCacheEngineVersionsCommand.d.ts +16 -0
  33. package/dist-types/commands/DescribeCacheParameterGroupsCommand.d.ts +16 -0
  34. package/dist-types/commands/DescribeCacheParametersCommand.d.ts +16 -0
  35. package/dist-types/commands/DescribeCacheSecurityGroupsCommand.d.ts +16 -0
  36. package/dist-types/commands/DescribeCacheSubnetGroupsCommand.d.ts +16 -0
  37. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +16 -0
  38. package/dist-types/commands/DescribeEventsCommand.d.ts +16 -0
  39. package/dist-types/commands/DescribeGlobalReplicationGroupsCommand.d.ts +16 -0
  40. package/dist-types/commands/DescribeReplicationGroupsCommand.d.ts +16 -0
  41. package/dist-types/commands/DescribeReservedCacheNodesCommand.d.ts +16 -0
  42. package/dist-types/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +16 -0
  43. package/dist-types/commands/DescribeServiceUpdatesCommand.d.ts +16 -0
  44. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +16 -0
  45. package/dist-types/commands/DescribeUpdateActionsCommand.d.ts +16 -0
  46. package/dist-types/commands/DescribeUserGroupsCommand.d.ts +16 -0
  47. package/dist-types/commands/DescribeUsersCommand.d.ts +16 -0
  48. package/dist-types/commands/DisassociateGlobalReplicationGroupCommand.d.ts +16 -0
  49. package/dist-types/commands/FailoverGlobalReplicationGroupCommand.d.ts +16 -0
  50. package/dist-types/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +16 -0
  51. package/dist-types/commands/IncreaseReplicaCountCommand.d.ts +16 -0
  52. package/dist-types/commands/ListAllowedNodeTypeModificationsCommand.d.ts +16 -0
  53. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  54. package/dist-types/commands/ModifyCacheClusterCommand.d.ts +16 -0
  55. package/dist-types/commands/ModifyCacheParameterGroupCommand.d.ts +16 -0
  56. package/dist-types/commands/ModifyCacheSubnetGroupCommand.d.ts +16 -0
  57. package/dist-types/commands/ModifyGlobalReplicationGroupCommand.d.ts +16 -0
  58. package/dist-types/commands/ModifyReplicationGroupCommand.d.ts +16 -0
  59. package/dist-types/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +16 -0
  60. package/dist-types/commands/ModifyUserCommand.d.ts +16 -0
  61. package/dist-types/commands/ModifyUserGroupCommand.d.ts +16 -0
  62. package/dist-types/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +16 -0
  63. package/dist-types/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +16 -0
  64. package/dist-types/commands/RebootCacheClusterCommand.d.ts +16 -0
  65. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +16 -0
  66. package/dist-types/commands/ResetCacheParameterGroupCommand.d.ts +16 -0
  67. package/dist-types/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +16 -0
  68. package/dist-types/commands/StartMigrationCommand.d.ts +16 -0
  69. package/dist-types/commands/TestFailoverCommand.d.ts +16 -0
  70. package/dist-types/models/ElastiCacheServiceException.d.ts +2 -0
  71. package/dist-types/models/models_0.d.ts +458 -0
  72. package/dist-types/pagination/DescribeCacheClustersPaginator.d.ts +3 -0
  73. package/dist-types/pagination/DescribeCacheEngineVersionsPaginator.d.ts +3 -0
  74. package/dist-types/pagination/DescribeCacheParameterGroupsPaginator.d.ts +3 -0
  75. package/dist-types/pagination/DescribeCacheParametersPaginator.d.ts +3 -0
  76. package/dist-types/pagination/DescribeCacheSecurityGroupsPaginator.d.ts +3 -0
  77. package/dist-types/pagination/DescribeCacheSubnetGroupsPaginator.d.ts +3 -0
  78. package/dist-types/pagination/DescribeEngineDefaultParametersPaginator.d.ts +3 -0
  79. package/dist-types/pagination/DescribeEventsPaginator.d.ts +3 -0
  80. package/dist-types/pagination/DescribeGlobalReplicationGroupsPaginator.d.ts +3 -0
  81. package/dist-types/pagination/DescribeReplicationGroupsPaginator.d.ts +3 -0
  82. package/dist-types/pagination/DescribeReservedCacheNodesOfferingsPaginator.d.ts +3 -0
  83. package/dist-types/pagination/DescribeReservedCacheNodesPaginator.d.ts +3 -0
  84. package/dist-types/pagination/DescribeServiceUpdatesPaginator.d.ts +3 -0
  85. package/dist-types/pagination/DescribeSnapshotsPaginator.d.ts +3 -0
  86. package/dist-types/pagination/DescribeUpdateActionsPaginator.d.ts +3 -0
  87. package/dist-types/pagination/DescribeUserGroupsPaginator.d.ts +3 -0
  88. package/dist-types/pagination/DescribeUsersPaginator.d.ts +3 -0
  89. package/dist-types/pagination/Interfaces.d.ts +3 -0
  90. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
5
5
  import { DescribeReservedCacheNodesOfferingsMessage, ReservedCacheNodesOfferingMessage } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeReservedCacheNodesOfferingsCommand}.
8
10
  */
9
11
  export interface DescribeReservedCacheNodesOfferingsCommandInput extends DescribeReservedCacheNodesOfferingsMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeReservedCacheNodesOfferingsCommand}.
13
17
  */
14
18
  export interface DescribeReservedCacheNodesOfferingsCommandOutput extends ReservedCacheNodesOfferingMessage, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists available reserved cache
18
23
  * node offerings.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeReservedCacheNodesOfferingsCommandOutput extends Reserv
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeReservedCacheNodesOfferingsCommandInput - {@link DescribeReservedCacheNodesOfferingsCommandInput}
35
+ * @returns {@link DescribeReservedCacheNodesOfferingsCommandOutput}
29
36
  * @see {@link DescribeReservedCacheNodesOfferingsCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeReservedCacheNodesOfferingsCommandOutput} for command's `response` shape.
31
38
  * @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
@@ -317,11 +324,20 @@ export interface DescribeReservedCacheNodesOfferingsCommandOutput extends Reserv
317
324
  export declare class DescribeReservedCacheNodesOfferingsCommand extends $Command<DescribeReservedCacheNodesOfferingsCommandInput, DescribeReservedCacheNodesOfferingsCommandOutput, ElastiCacheClientResolvedConfig> {
318
325
  readonly input: DescribeReservedCacheNodesOfferingsCommandInput;
319
326
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
327
+ /**
328
+ * @public
329
+ */
320
330
  constructor(input: DescribeReservedCacheNodesOfferingsCommandInput);
321
331
  /**
322
332
  * @internal
323
333
  */
324
334
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReservedCacheNodesOfferingsCommandInput, DescribeReservedCacheNodesOfferingsCommandOutput>;
335
+ /**
336
+ * @internal
337
+ */
325
338
  private serialize;
339
+ /**
340
+ * @internal
341
+ */
326
342
  private deserialize;
327
343
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
5
5
  import { DescribeServiceUpdatesMessage, ServiceUpdatesMessage } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeServiceUpdatesCommand}.
8
10
  */
9
11
  export interface DescribeServiceUpdatesCommandInput extends DescribeServiceUpdatesMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeServiceUpdatesCommand}.
13
17
  */
14
18
  export interface DescribeServiceUpdatesCommandOutput extends ServiceUpdatesMessage, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns details of the service updates</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeServiceUpdatesCommandOutput extends ServiceUpdatesMessa
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeServiceUpdatesCommandInput - {@link DescribeServiceUpdatesCommandInput}
34
+ * @returns {@link DescribeServiceUpdatesCommandOutput}
28
35
  * @see {@link DescribeServiceUpdatesCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeServiceUpdatesCommandOutput} for command's `response` shape.
30
37
  * @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
@@ -43,11 +50,20 @@ export interface DescribeServiceUpdatesCommandOutput extends ServiceUpdatesMessa
43
50
  export declare class DescribeServiceUpdatesCommand extends $Command<DescribeServiceUpdatesCommandInput, DescribeServiceUpdatesCommandOutput, ElastiCacheClientResolvedConfig> {
44
51
  readonly input: DescribeServiceUpdatesCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: DescribeServiceUpdatesCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeServiceUpdatesCommandInput, DescribeServiceUpdatesCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
5
5
  import { DescribeSnapshotsListMessage, DescribeSnapshotsMessage } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeSnapshotsCommand}.
8
10
  */
9
11
  export interface DescribeSnapshotsCommandInput extends DescribeSnapshotsMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeSnapshotsCommand}.
13
17
  */
14
18
  export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsListMessage, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns information about cluster or replication group snapshots.
18
23
  * By default, <code>DescribeSnapshots</code> lists all of your snapshots; it can optionally
19
24
  * describe a single snapshot, or just the snapshots associated with a particular cache
@@ -31,6 +36,8 @@ export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsListMes
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param DescribeSnapshotsCommandInput - {@link DescribeSnapshotsCommandInput}
40
+ * @returns {@link DescribeSnapshotsCommandOutput}
34
41
  * @see {@link DescribeSnapshotsCommandInput} for command's `input` shape.
35
42
  * @see {@link DescribeSnapshotsCommandOutput} for command's `response` shape.
36
43
  * @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
@@ -98,11 +105,20 @@ export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsListMes
98
105
  export declare class DescribeSnapshotsCommand extends $Command<DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput, ElastiCacheClientResolvedConfig> {
99
106
  readonly input: DescribeSnapshotsCommandInput;
100
107
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
108
+ /**
109
+ * @public
110
+ */
101
111
  constructor(input: DescribeSnapshotsCommandInput);
102
112
  /**
103
113
  * @internal
104
114
  */
105
115
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput>;
116
+ /**
117
+ * @internal
118
+ */
106
119
  private serialize;
120
+ /**
121
+ * @internal
122
+ */
107
123
  private deserialize;
108
124
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
5
5
  import { DescribeUpdateActionsMessage, UpdateActionsMessage } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeUpdateActionsCommand}.
8
10
  */
9
11
  export interface DescribeUpdateActionsCommandInput extends DescribeUpdateActionsMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeUpdateActionsCommand}.
13
17
  */
14
18
  export interface DescribeUpdateActionsCommandOutput extends UpdateActionsMessage, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns details of the update actions </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeUpdateActionsCommandOutput extends UpdateActionsMessage
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeUpdateActionsCommandInput - {@link DescribeUpdateActionsCommandInput}
34
+ * @returns {@link DescribeUpdateActionsCommandOutput}
28
35
  * @see {@link DescribeUpdateActionsCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeUpdateActionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
@@ -40,11 +47,20 @@ export interface DescribeUpdateActionsCommandOutput extends UpdateActionsMessage
40
47
  export declare class DescribeUpdateActionsCommand extends $Command<DescribeUpdateActionsCommandInput, DescribeUpdateActionsCommandOutput, ElastiCacheClientResolvedConfig> {
41
48
  readonly input: DescribeUpdateActionsCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: DescribeUpdateActionsCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeUpdateActionsCommandInput, DescribeUpdateActionsCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
5
5
  import { DescribeUserGroupsMessage, DescribeUserGroupsResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeUserGroupsCommand}.
8
10
  */
9
11
  export interface DescribeUserGroupsCommandInput extends DescribeUserGroupsMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeUserGroupsCommand}.
13
17
  */
14
18
  export interface DescribeUserGroupsCommandOutput extends DescribeUserGroupsResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of user groups.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeUserGroupsCommandOutput extends DescribeUserGroupsResul
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeUserGroupsCommandInput - {@link DescribeUserGroupsCommandInput}
34
+ * @returns {@link DescribeUserGroupsCommandOutput}
28
35
  * @see {@link DescribeUserGroupsCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeUserGroupsCommandOutput} for command's `response` shape.
30
37
  * @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
@@ -43,11 +50,20 @@ export interface DescribeUserGroupsCommandOutput extends DescribeUserGroupsResul
43
50
  export declare class DescribeUserGroupsCommand extends $Command<DescribeUserGroupsCommandInput, DescribeUserGroupsCommandOutput, ElastiCacheClientResolvedConfig> {
44
51
  readonly input: DescribeUserGroupsCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: DescribeUserGroupsCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeUserGroupsCommandInput, DescribeUserGroupsCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
5
5
  import { DescribeUsersMessage, DescribeUsersResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeUsersCommand}.
8
10
  */
9
11
  export interface DescribeUsersCommandInput extends DescribeUsersMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeUsersCommand}.
13
17
  */
14
18
  export interface DescribeUsersCommandOutput extends DescribeUsersResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of users.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeUsersCommandOutput extends DescribeUsersResult, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeUsersCommandInput - {@link DescribeUsersCommandInput}
34
+ * @returns {@link DescribeUsersCommandOutput}
28
35
  * @see {@link DescribeUsersCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeUsersCommandOutput} for command's `response` shape.
30
37
  * @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
@@ -43,11 +50,20 @@ export interface DescribeUsersCommandOutput extends DescribeUsersResult, __Metad
43
50
  export declare class DescribeUsersCommand extends $Command<DescribeUsersCommandInput, DescribeUsersCommandOutput, ElastiCacheClientResolvedConfig> {
44
51
  readonly input: DescribeUsersCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: DescribeUsersCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeUsersCommandInput, DescribeUsersCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
5
5
  import { DisassociateGlobalReplicationGroupMessage, DisassociateGlobalReplicationGroupResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociateGlobalReplicationGroupCommand}.
8
10
  */
9
11
  export interface DisassociateGlobalReplicationGroupCommandInput extends DisassociateGlobalReplicationGroupMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociateGlobalReplicationGroupCommand}.
13
17
  */
14
18
  export interface DisassociateGlobalReplicationGroupCommandOutput extends DisassociateGlobalReplicationGroupResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Remove a secondary cluster from the Global datastore using the Global datastore name. The secondary cluster will no longer receive updates from the primary cluster, but will remain as a standalone cluster in that Amazon region.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DisassociateGlobalReplicationGroupCommandOutput extends Disasso
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DisassociateGlobalReplicationGroupCommandInput - {@link DisassociateGlobalReplicationGroupCommandInput}
34
+ * @returns {@link DisassociateGlobalReplicationGroupCommandOutput}
28
35
  * @see {@link DisassociateGlobalReplicationGroupCommandInput} for command's `input` shape.
29
36
  * @see {@link DisassociateGlobalReplicationGroupCommandOutput} for command's `response` shape.
30
37
  * @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
@@ -46,11 +53,20 @@ export interface DisassociateGlobalReplicationGroupCommandOutput extends Disasso
46
53
  export declare class DisassociateGlobalReplicationGroupCommand extends $Command<DisassociateGlobalReplicationGroupCommandInput, DisassociateGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
47
54
  readonly input: DisassociateGlobalReplicationGroupCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: DisassociateGlobalReplicationGroupCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateGlobalReplicationGroupCommandInput, DisassociateGlobalReplicationGroupCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
5
5
  import { FailoverGlobalReplicationGroupMessage, FailoverGlobalReplicationGroupResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link FailoverGlobalReplicationGroupCommand}.
8
10
  */
9
11
  export interface FailoverGlobalReplicationGroupCommandInput extends FailoverGlobalReplicationGroupMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link FailoverGlobalReplicationGroupCommand}.
13
17
  */
14
18
  export interface FailoverGlobalReplicationGroupCommandOutput extends FailoverGlobalReplicationGroupResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Used to failover the primary region to a secondary region. The secondary region will become primary, and all other clusters will become secondary.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface FailoverGlobalReplicationGroupCommandOutput extends FailoverGlo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param FailoverGlobalReplicationGroupCommandInput - {@link FailoverGlobalReplicationGroupCommandInput}
34
+ * @returns {@link FailoverGlobalReplicationGroupCommandOutput}
28
35
  * @see {@link FailoverGlobalReplicationGroupCommandInput} for command's `input` shape.
29
36
  * @see {@link FailoverGlobalReplicationGroupCommandOutput} for command's `response` shape.
30
37
  * @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
@@ -46,11 +53,20 @@ export interface FailoverGlobalReplicationGroupCommandOutput extends FailoverGlo
46
53
  export declare class FailoverGlobalReplicationGroupCommand extends $Command<FailoverGlobalReplicationGroupCommandInput, FailoverGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
47
54
  readonly input: FailoverGlobalReplicationGroupCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: FailoverGlobalReplicationGroupCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<FailoverGlobalReplicationGroupCommandInput, FailoverGlobalReplicationGroupCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
5
5
  import { IncreaseNodeGroupsInGlobalReplicationGroupMessage, IncreaseNodeGroupsInGlobalReplicationGroupResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link IncreaseNodeGroupsInGlobalReplicationGroupCommand}.
8
10
  */
9
11
  export interface IncreaseNodeGroupsInGlobalReplicationGroupCommandInput extends IncreaseNodeGroupsInGlobalReplicationGroupMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link IncreaseNodeGroupsInGlobalReplicationGroupCommand}.
13
17
  */
14
18
  export interface IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput extends IncreaseNodeGroupsInGlobalReplicationGroupResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Increase the number of node groups in the Global datastore</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput extends
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param IncreaseNodeGroupsInGlobalReplicationGroupCommandInput - {@link IncreaseNodeGroupsInGlobalReplicationGroupCommandInput}
34
+ * @returns {@link IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput}
28
35
  * @see {@link IncreaseNodeGroupsInGlobalReplicationGroupCommandInput} for command's `input` shape.
29
36
  * @see {@link IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput} for command's `response` shape.
30
37
  * @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
@@ -43,11 +50,20 @@ export interface IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput extends
43
50
  export declare class IncreaseNodeGroupsInGlobalReplicationGroupCommand extends $Command<IncreaseNodeGroupsInGlobalReplicationGroupCommandInput, IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
44
51
  readonly input: IncreaseNodeGroupsInGlobalReplicationGroupCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: IncreaseNodeGroupsInGlobalReplicationGroupCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<IncreaseNodeGroupsInGlobalReplicationGroupCommandInput, IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
5
5
  import { IncreaseReplicaCountMessage, IncreaseReplicaCountResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link IncreaseReplicaCountCommand}.
8
10
  */
9
11
  export interface IncreaseReplicaCountCommandInput extends IncreaseReplicaCountMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link IncreaseReplicaCountCommand}.
13
17
  */
14
18
  export interface IncreaseReplicaCountCommandOutput extends IncreaseReplicaCountResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Dynamically increases the number of replicas in a Redis (cluster mode disabled) replication group or the number of
18
23
  * replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group. This operation
19
24
  * is performed with no cluster down time.</p>
@@ -27,6 +32,8 @@ export interface IncreaseReplicaCountCommandOutput extends IncreaseReplicaCountR
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param IncreaseReplicaCountCommandInput - {@link IncreaseReplicaCountCommandInput}
36
+ * @returns {@link IncreaseReplicaCountCommandOutput}
30
37
  * @see {@link IncreaseReplicaCountCommandInput} for command's `input` shape.
31
38
  * @see {@link IncreaseReplicaCountCommandOutput} for command's `response` shape.
32
39
  * @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
@@ -74,11 +81,20 @@ export interface IncreaseReplicaCountCommandOutput extends IncreaseReplicaCountR
74
81
  export declare class IncreaseReplicaCountCommand extends $Command<IncreaseReplicaCountCommandInput, IncreaseReplicaCountCommandOutput, ElastiCacheClientResolvedConfig> {
75
82
  readonly input: IncreaseReplicaCountCommandInput;
76
83
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
+ /**
85
+ * @public
86
+ */
77
87
  constructor(input: IncreaseReplicaCountCommandInput);
78
88
  /**
79
89
  * @internal
80
90
  */
81
91
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<IncreaseReplicaCountCommandInput, IncreaseReplicaCountCommandOutput>;
92
+ /**
93
+ * @internal
94
+ */
82
95
  private serialize;
96
+ /**
97
+ * @internal
98
+ */
83
99
  private deserialize;
84
100
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
5
5
  import { AllowedNodeTypeModificationsMessage, ListAllowedNodeTypeModificationsMessage } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListAllowedNodeTypeModificationsCommand}.
8
10
  */
9
11
  export interface ListAllowedNodeTypeModificationsCommandInput extends ListAllowedNodeTypeModificationsMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListAllowedNodeTypeModificationsCommand}.
13
17
  */
14
18
  export interface ListAllowedNodeTypeModificationsCommandOutput extends AllowedNodeTypeModificationsMessage, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all available node types that you
18
23
  * can scale your Redis cluster's or replication group's current node type.</p>
19
24
  * <p>When you use the <code>ModifyCacheCluster</code> or <code>ModifyReplicationGroup</code> operations to
@@ -29,6 +34,8 @@ export interface ListAllowedNodeTypeModificationsCommandOutput extends AllowedNo
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param ListAllowedNodeTypeModificationsCommandInput - {@link ListAllowedNodeTypeModificationsCommandInput}
38
+ * @returns {@link ListAllowedNodeTypeModificationsCommandOutput}
32
39
  * @see {@link ListAllowedNodeTypeModificationsCommandInput} for command's `input` shape.
33
40
  * @see {@link ListAllowedNodeTypeModificationsCommandOutput} for command's `response` shape.
34
41
  * @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
@@ -75,11 +82,20 @@ export interface ListAllowedNodeTypeModificationsCommandOutput extends AllowedNo
75
82
  export declare class ListAllowedNodeTypeModificationsCommand extends $Command<ListAllowedNodeTypeModificationsCommandInput, ListAllowedNodeTypeModificationsCommandOutput, ElastiCacheClientResolvedConfig> {
76
83
  readonly input: ListAllowedNodeTypeModificationsCommandInput;
77
84
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
+ /**
86
+ * @public
87
+ */
78
88
  constructor(input: ListAllowedNodeTypeModificationsCommandInput);
79
89
  /**
80
90
  * @internal
81
91
  */
82
92
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAllowedNodeTypeModificationsCommandInput, ListAllowedNodeTypeModificationsCommandOutput>;
93
+ /**
94
+ * @internal
95
+ */
83
96
  private serialize;
97
+ /**
98
+ * @internal
99
+ */
84
100
  private deserialize;
85
101
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
5
5
  import { ListTagsForResourceMessage, TagListMessage } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends TagListMessage, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all tags currently on a named resource.</p>
18
23
  * <p> A tag is a key-value pair where the key and value are case-sensitive.
19
24
  * You can use tags to categorize and track all your ElastiCache resources, with the exception of global replication group. When you add or remove tags on replication groups, those actions will be replicated to all nodes in the replication group.
@@ -30,6 +35,8 @@ export interface ListTagsForResourceCommandOutput extends TagListMessage, __Meta
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
39
+ * @returns {@link ListTagsForResourceCommandOutput}
33
40
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
34
41
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
35
42
  * @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
@@ -97,11 +104,20 @@ export interface ListTagsForResourceCommandOutput extends TagListMessage, __Meta
97
104
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ElastiCacheClientResolvedConfig> {
98
105
  readonly input: ListTagsForResourceCommandInput;
99
106
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
107
+ /**
108
+ * @public
109
+ */
100
110
  constructor(input: ListTagsForResourceCommandInput);
101
111
  /**
102
112
  * @internal
103
113
  */
104
114
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
115
+ /**
116
+ * @internal
117
+ */
105
118
  private serialize;
119
+ /**
120
+ * @internal
121
+ */
106
122
  private deserialize;
107
123
  }