@aws-sdk/client-elasticache 3.295.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.
- package/dist-cjs/protocols/Aws_query.js +174 -839
- package/dist-es/protocols/Aws_query.js +174 -839
- package/dist-types/ElastiCache.d.ts +66 -0
- package/dist-types/ElastiCacheClient.d.ts +24 -4
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +16 -0
- package/dist-types/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +16 -0
- package/dist-types/commands/BatchApplyUpdateActionCommand.d.ts +16 -0
- package/dist-types/commands/BatchStopUpdateActionCommand.d.ts +16 -0
- package/dist-types/commands/CompleteMigrationCommand.d.ts +16 -0
- package/dist-types/commands/CopySnapshotCommand.d.ts +16 -0
- package/dist-types/commands/CreateCacheClusterCommand.d.ts +16 -0
- package/dist-types/commands/CreateCacheParameterGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateCacheSecurityGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateCacheSubnetGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateGlobalReplicationGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateReplicationGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/CreateUserCommand.d.ts +16 -0
- package/dist-types/commands/CreateUserGroupCommand.d.ts +16 -0
- package/dist-types/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +16 -0
- package/dist-types/commands/DecreaseReplicaCountCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCacheClusterCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCacheParameterGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCacheSecurityGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCacheSubnetGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteGlobalReplicationGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteReplicationGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +16 -0
- package/dist-types/commands/DeleteUserGroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCacheClustersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCacheEngineVersionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCacheParameterGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCacheParametersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCacheSecurityGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCacheSubnetGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeGlobalReplicationGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReplicationGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReservedCacheNodesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeServiceUpdatesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeUpdateActionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeUserGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeUsersCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateGlobalReplicationGroupCommand.d.ts +16 -0
- package/dist-types/commands/FailoverGlobalReplicationGroupCommand.d.ts +16 -0
- package/dist-types/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +16 -0
- package/dist-types/commands/IncreaseReplicaCountCommand.d.ts +16 -0
- package/dist-types/commands/ListAllowedNodeTypeModificationsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ModifyCacheClusterCommand.d.ts +16 -0
- package/dist-types/commands/ModifyCacheParameterGroupCommand.d.ts +16 -0
- package/dist-types/commands/ModifyCacheSubnetGroupCommand.d.ts +16 -0
- package/dist-types/commands/ModifyGlobalReplicationGroupCommand.d.ts +16 -0
- package/dist-types/commands/ModifyReplicationGroupCommand.d.ts +16 -0
- package/dist-types/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/ModifyUserCommand.d.ts +16 -0
- package/dist-types/commands/ModifyUserGroupCommand.d.ts +16 -0
- package/dist-types/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +16 -0
- package/dist-types/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +16 -0
- package/dist-types/commands/RebootCacheClusterCommand.d.ts +16 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +16 -0
- package/dist-types/commands/ResetCacheParameterGroupCommand.d.ts +16 -0
- package/dist-types/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +16 -0
- package/dist-types/commands/StartMigrationCommand.d.ts +16 -0
- package/dist-types/commands/TestFailoverCommand.d.ts +16 -0
- package/dist-types/models/ElastiCacheServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +458 -0
- package/dist-types/pagination/DescribeCacheClustersPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeCacheEngineVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeCacheParameterGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeCacheParametersPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeCacheSecurityGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeCacheSubnetGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeEngineDefaultParametersPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeEventsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeGlobalReplicationGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeReplicationGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeReservedCacheNodesOfferingsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeReservedCacheNodesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeServiceUpdatesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSnapshotsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeUpdateActionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeUserGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeUsersPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/package.json +30 -30
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
5
5
|
import { DeleteUserGroupMessage, UserGroup } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteUserGroupCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteUserGroupCommandInput extends DeleteUserGroupMessage {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteUserGroupCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteUserGroupCommandOutput extends UserGroup, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>For Redis engine version 6.0 onwards: Deletes a user group. The user group must first be disassociated from the replication group before it can be deleted. For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html">Using Role Based Access Control (RBAC)</a>. </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 DeleteUserGroupCommandOutput extends UserGroup, __MetadataBeare
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteUserGroupCommandInput - {@link DeleteUserGroupCommandInput}
|
|
34
|
+
* @returns {@link DeleteUserGroupCommandOutput}
|
|
28
35
|
* @see {@link DeleteUserGroupCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteUserGroupCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface DeleteUserGroupCommandOutput extends UserGroup, __MetadataBeare
|
|
|
46
53
|
export declare class DeleteUserGroupCommand extends $Command<DeleteUserGroupCommandInput, DeleteUserGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
47
54
|
readonly input: DeleteUserGroupCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: DeleteUserGroupCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUserGroupCommandInput, DeleteUserGroupCommandOutput>;
|
|
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 { CacheClusterMessage, DescribeCacheClustersMessage } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeCacheClustersCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeCacheClustersCommandInput extends DescribeCacheClustersMessage {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeCacheClustersCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeCacheClustersCommandOutput extends CacheClusterMessage, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns information about all provisioned
|
|
18
23
|
* clusters if no cluster identifier is specified, or about a specific cache
|
|
19
24
|
* cluster if a cluster identifier is supplied.</p>
|
|
@@ -40,6 +45,8 @@ export interface DescribeCacheClustersCommandOutput extends CacheClusterMessage,
|
|
|
40
45
|
* const response = await client.send(command);
|
|
41
46
|
* ```
|
|
42
47
|
*
|
|
48
|
+
* @param DescribeCacheClustersCommandInput - {@link DescribeCacheClustersCommandInput}
|
|
49
|
+
* @returns {@link DescribeCacheClustersCommandOutput}
|
|
43
50
|
* @see {@link DescribeCacheClustersCommandInput} for command's `input` shape.
|
|
44
51
|
* @see {@link DescribeCacheClustersCommandOutput} for command's `response` shape.
|
|
45
52
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
@@ -100,11 +107,20 @@ export interface DescribeCacheClustersCommandOutput extends CacheClusterMessage,
|
|
|
100
107
|
export declare class DescribeCacheClustersCommand extends $Command<DescribeCacheClustersCommandInput, DescribeCacheClustersCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
101
108
|
readonly input: DescribeCacheClustersCommandInput;
|
|
102
109
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
110
|
+
/**
|
|
111
|
+
* @public
|
|
112
|
+
*/
|
|
103
113
|
constructor(input: DescribeCacheClustersCommandInput);
|
|
104
114
|
/**
|
|
105
115
|
* @internal
|
|
106
116
|
*/
|
|
107
117
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCacheClustersCommandInput, DescribeCacheClustersCommandOutput>;
|
|
118
|
+
/**
|
|
119
|
+
* @internal
|
|
120
|
+
*/
|
|
108
121
|
private serialize;
|
|
122
|
+
/**
|
|
123
|
+
* @internal
|
|
124
|
+
*/
|
|
109
125
|
private deserialize;
|
|
110
126
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
5
5
|
import { CacheEngineVersionMessage, DescribeCacheEngineVersionsMessage } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeCacheEngineVersionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeCacheEngineVersionsCommandInput extends DescribeCacheEngineVersionsMessage {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeCacheEngineVersionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeCacheEngineVersionsCommandOutput extends CacheEngineVersionMessage, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a list of the available cache
|
|
18
23
|
* engines and their versions.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DescribeCacheEngineVersionsCommandOutput extends CacheEngineVer
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DescribeCacheEngineVersionsCommandInput - {@link DescribeCacheEngineVersionsCommandInput}
|
|
35
|
+
* @returns {@link DescribeCacheEngineVersionsCommandOutput}
|
|
29
36
|
* @see {@link DescribeCacheEngineVersionsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DescribeCacheEngineVersionsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
@@ -134,11 +141,20 @@ export interface DescribeCacheEngineVersionsCommandOutput extends CacheEngineVer
|
|
|
134
141
|
export declare class DescribeCacheEngineVersionsCommand extends $Command<DescribeCacheEngineVersionsCommandInput, DescribeCacheEngineVersionsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
135
142
|
readonly input: DescribeCacheEngineVersionsCommandInput;
|
|
136
143
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
144
|
+
/**
|
|
145
|
+
* @public
|
|
146
|
+
*/
|
|
137
147
|
constructor(input: DescribeCacheEngineVersionsCommandInput);
|
|
138
148
|
/**
|
|
139
149
|
* @internal
|
|
140
150
|
*/
|
|
141
151
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCacheEngineVersionsCommandInput, DescribeCacheEngineVersionsCommandOutput>;
|
|
152
|
+
/**
|
|
153
|
+
* @internal
|
|
154
|
+
*/
|
|
142
155
|
private serialize;
|
|
156
|
+
/**
|
|
157
|
+
* @internal
|
|
158
|
+
*/
|
|
143
159
|
private deserialize;
|
|
144
160
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
5
5
|
import { CacheParameterGroupsMessage, DescribeCacheParameterGroupsMessage } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeCacheParameterGroupsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeCacheParameterGroupsCommandInput extends DescribeCacheParameterGroupsMessage {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeCacheParameterGroupsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeCacheParameterGroupsCommandOutput extends CacheParameterGroupsMessage, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a list of cache parameter group
|
|
18
23
|
* descriptions. If a cache parameter group name is specified, the list contains only
|
|
19
24
|
* the descriptions for that group.</p>
|
|
@@ -27,6 +32,8 @@ export interface DescribeCacheParameterGroupsCommandOutput extends CacheParamete
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param DescribeCacheParameterGroupsCommandInput - {@link DescribeCacheParameterGroupsCommandInput}
|
|
36
|
+
* @returns {@link DescribeCacheParameterGroupsCommandOutput}
|
|
30
37
|
* @see {@link DescribeCacheParameterGroupsCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link DescribeCacheParameterGroupsCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
@@ -67,11 +74,20 @@ export interface DescribeCacheParameterGroupsCommandOutput extends CacheParamete
|
|
|
67
74
|
export declare class DescribeCacheParameterGroupsCommand extends $Command<DescribeCacheParameterGroupsCommandInput, DescribeCacheParameterGroupsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
68
75
|
readonly input: DescribeCacheParameterGroupsCommandInput;
|
|
69
76
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
70
80
|
constructor(input: DescribeCacheParameterGroupsCommandInput);
|
|
71
81
|
/**
|
|
72
82
|
* @internal
|
|
73
83
|
*/
|
|
74
84
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCacheParameterGroupsCommandInput, DescribeCacheParameterGroupsCommandOutput>;
|
|
85
|
+
/**
|
|
86
|
+
* @internal
|
|
87
|
+
*/
|
|
75
88
|
private serialize;
|
|
89
|
+
/**
|
|
90
|
+
* @internal
|
|
91
|
+
*/
|
|
76
92
|
private deserialize;
|
|
77
93
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
5
5
|
import { CacheParameterGroupDetails, DescribeCacheParametersMessage } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeCacheParametersCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeCacheParametersCommandInput extends DescribeCacheParametersMessage {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeCacheParametersCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeCacheParametersCommandOutput extends CacheParameterGroupDetails, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns the detailed parameter list for a
|
|
18
23
|
* particular cache parameter group.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DescribeCacheParametersCommandOutput extends CacheParameterGrou
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DescribeCacheParametersCommandInput - {@link DescribeCacheParametersCommandInput}
|
|
35
|
+
* @returns {@link DescribeCacheParametersCommandOutput}
|
|
29
36
|
* @see {@link DescribeCacheParametersCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DescribeCacheParametersCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
@@ -447,11 +454,20 @@ export interface DescribeCacheParametersCommandOutput extends CacheParameterGrou
|
|
|
447
454
|
export declare class DescribeCacheParametersCommand extends $Command<DescribeCacheParametersCommandInput, DescribeCacheParametersCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
448
455
|
readonly input: DescribeCacheParametersCommandInput;
|
|
449
456
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
457
|
+
/**
|
|
458
|
+
* @public
|
|
459
|
+
*/
|
|
450
460
|
constructor(input: DescribeCacheParametersCommandInput);
|
|
451
461
|
/**
|
|
452
462
|
* @internal
|
|
453
463
|
*/
|
|
454
464
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCacheParametersCommandInput, DescribeCacheParametersCommandOutput>;
|
|
465
|
+
/**
|
|
466
|
+
* @internal
|
|
467
|
+
*/
|
|
455
468
|
private serialize;
|
|
469
|
+
/**
|
|
470
|
+
* @internal
|
|
471
|
+
*/
|
|
456
472
|
private deserialize;
|
|
457
473
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
5
5
|
import { CacheSecurityGroupMessage, DescribeCacheSecurityGroupsMessage } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeCacheSecurityGroupsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeCacheSecurityGroupsCommandInput extends DescribeCacheSecurityGroupsMessage {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeCacheSecurityGroupsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeCacheSecurityGroupsCommandOutput extends CacheSecurityGroupMessage, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a list of cache security group
|
|
18
23
|
* descriptions. If a cache security group name is specified, the list contains only
|
|
19
24
|
* the description of that group. This applicable only when you have ElastiCache in Classic setup
|
|
@@ -28,6 +33,8 @@ export interface DescribeCacheSecurityGroupsCommandOutput extends CacheSecurityG
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param DescribeCacheSecurityGroupsCommandInput - {@link DescribeCacheSecurityGroupsCommandInput}
|
|
37
|
+
* @returns {@link DescribeCacheSecurityGroupsCommandOutput}
|
|
31
38
|
* @see {@link DescribeCacheSecurityGroupsCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link DescribeCacheSecurityGroupsCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
@@ -57,11 +64,20 @@ export interface DescribeCacheSecurityGroupsCommandOutput extends CacheSecurityG
|
|
|
57
64
|
export declare class DescribeCacheSecurityGroupsCommand extends $Command<DescribeCacheSecurityGroupsCommandInput, DescribeCacheSecurityGroupsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
58
65
|
readonly input: DescribeCacheSecurityGroupsCommandInput;
|
|
59
66
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
60
70
|
constructor(input: DescribeCacheSecurityGroupsCommandInput);
|
|
61
71
|
/**
|
|
62
72
|
* @internal
|
|
63
73
|
*/
|
|
64
74
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCacheSecurityGroupsCommandInput, DescribeCacheSecurityGroupsCommandOutput>;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
65
78
|
private serialize;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
66
82
|
private deserialize;
|
|
67
83
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
5
5
|
import { CacheSubnetGroupMessage, DescribeCacheSubnetGroupsMessage } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeCacheSubnetGroupsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeCacheSubnetGroupsCommandInput extends DescribeCacheSubnetGroupsMessage {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeCacheSubnetGroupsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeCacheSubnetGroupsCommandOutput extends CacheSubnetGroupMessage, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a list of cache subnet group
|
|
18
23
|
* descriptions. If a subnet group name is specified, the list contains only the
|
|
19
24
|
* description of that group. This is applicable only when you have ElastiCache in VPC setup. All ElastiCache clusters now launch in VPC by default.
|
|
@@ -28,6 +33,8 @@ export interface DescribeCacheSubnetGroupsCommandOutput extends CacheSubnetGroup
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param DescribeCacheSubnetGroupsCommandInput - {@link DescribeCacheSubnetGroupsCommandInput}
|
|
37
|
+
* @returns {@link DescribeCacheSubnetGroupsCommandOutput}
|
|
31
38
|
* @see {@link DescribeCacheSubnetGroupsCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link DescribeCacheSubnetGroupsCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
@@ -89,11 +96,20 @@ export interface DescribeCacheSubnetGroupsCommandOutput extends CacheSubnetGroup
|
|
|
89
96
|
export declare class DescribeCacheSubnetGroupsCommand extends $Command<DescribeCacheSubnetGroupsCommandInput, DescribeCacheSubnetGroupsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
90
97
|
readonly input: DescribeCacheSubnetGroupsCommandInput;
|
|
91
98
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
99
|
+
/**
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
92
102
|
constructor(input: DescribeCacheSubnetGroupsCommandInput);
|
|
93
103
|
/**
|
|
94
104
|
* @internal
|
|
95
105
|
*/
|
|
96
106
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCacheSubnetGroupsCommandInput, DescribeCacheSubnetGroupsCommandOutput>;
|
|
107
|
+
/**
|
|
108
|
+
* @internal
|
|
109
|
+
*/
|
|
97
110
|
private serialize;
|
|
111
|
+
/**
|
|
112
|
+
* @internal
|
|
113
|
+
*/
|
|
98
114
|
private deserialize;
|
|
99
115
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
5
5
|
import { DescribeEngineDefaultParametersMessage, DescribeEngineDefaultParametersResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeEngineDefaultParametersCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeEngineDefaultParametersCommandInput extends DescribeEngineDefaultParametersMessage {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeEngineDefaultParametersCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeEngineDefaultParametersCommandOutput extends DescribeEngineDefaultParametersResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns the default engine and
|
|
18
23
|
* system parameter information for the specified cache engine.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DescribeEngineDefaultParametersCommandOutput extends DescribeEn
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DescribeEngineDefaultParametersCommandInput - {@link DescribeEngineDefaultParametersCommandInput}
|
|
35
|
+
* @returns {@link DescribeEngineDefaultParametersCommandOutput}
|
|
29
36
|
* @see {@link DescribeEngineDefaultParametersCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DescribeEngineDefaultParametersCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
@@ -655,11 +662,20 @@ export interface DescribeEngineDefaultParametersCommandOutput extends DescribeEn
|
|
|
655
662
|
export declare class DescribeEngineDefaultParametersCommand extends $Command<DescribeEngineDefaultParametersCommandInput, DescribeEngineDefaultParametersCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
656
663
|
readonly input: DescribeEngineDefaultParametersCommandInput;
|
|
657
664
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
665
|
+
/**
|
|
666
|
+
* @public
|
|
667
|
+
*/
|
|
658
668
|
constructor(input: DescribeEngineDefaultParametersCommandInput);
|
|
659
669
|
/**
|
|
660
670
|
* @internal
|
|
661
671
|
*/
|
|
662
672
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEngineDefaultParametersCommandInput, DescribeEngineDefaultParametersCommandOutput>;
|
|
673
|
+
/**
|
|
674
|
+
* @internal
|
|
675
|
+
*/
|
|
663
676
|
private serialize;
|
|
677
|
+
/**
|
|
678
|
+
* @internal
|
|
679
|
+
*/
|
|
664
680
|
private deserialize;
|
|
665
681
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
5
5
|
import { DescribeEventsMessage, EventsMessage } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeEventsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeEventsCommandInput extends DescribeEventsMessage {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeEventsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeEventsCommandOutput extends EventsMessage, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns events related to clusters, cache
|
|
18
23
|
* security groups, and cache parameter groups. You can obtain events specific to a
|
|
19
24
|
* particular cluster, cache security group, or cache parameter group by providing
|
|
@@ -30,6 +35,8 @@ export interface DescribeEventsCommandOutput extends EventsMessage, __MetadataBe
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param DescribeEventsCommandInput - {@link DescribeEventsCommandInput}
|
|
39
|
+
* @returns {@link DescribeEventsCommandOutput}
|
|
33
40
|
* @see {@link DescribeEventsCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link DescribeEventsCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
@@ -94,11 +101,20 @@ export interface DescribeEventsCommandOutput extends EventsMessage, __MetadataBe
|
|
|
94
101
|
export declare class DescribeEventsCommand extends $Command<DescribeEventsCommandInput, DescribeEventsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
95
102
|
readonly input: DescribeEventsCommandInput;
|
|
96
103
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
104
|
+
/**
|
|
105
|
+
* @public
|
|
106
|
+
*/
|
|
97
107
|
constructor(input: DescribeEventsCommandInput);
|
|
98
108
|
/**
|
|
99
109
|
* @internal
|
|
100
110
|
*/
|
|
101
111
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEventsCommandInput, DescribeEventsCommandOutput>;
|
|
112
|
+
/**
|
|
113
|
+
* @internal
|
|
114
|
+
*/
|
|
102
115
|
private serialize;
|
|
116
|
+
/**
|
|
117
|
+
* @internal
|
|
118
|
+
*/
|
|
103
119
|
private deserialize;
|
|
104
120
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
5
5
|
import { DescribeGlobalReplicationGroupsMessage, DescribeGlobalReplicationGroupsResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeGlobalReplicationGroupsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeGlobalReplicationGroupsCommandInput extends DescribeGlobalReplicationGroupsMessage {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeGlobalReplicationGroupsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeGlobalReplicationGroupsCommandOutput extends DescribeGlobalReplicationGroupsResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns information about a particular global replication group. If no identifier is specified, returns information about all Global datastores. </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 DescribeGlobalReplicationGroupsCommandOutput extends DescribeGl
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeGlobalReplicationGroupsCommandInput - {@link DescribeGlobalReplicationGroupsCommandInput}
|
|
34
|
+
* @returns {@link DescribeGlobalReplicationGroupsCommandOutput}
|
|
28
35
|
* @see {@link DescribeGlobalReplicationGroupsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeGlobalReplicationGroupsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface DescribeGlobalReplicationGroupsCommandOutput extends DescribeGl
|
|
|
43
50
|
export declare class DescribeGlobalReplicationGroupsCommand extends $Command<DescribeGlobalReplicationGroupsCommandInput, DescribeGlobalReplicationGroupsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
44
51
|
readonly input: DescribeGlobalReplicationGroupsCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: DescribeGlobalReplicationGroupsCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeGlobalReplicationGroupsCommandInput, DescribeGlobalReplicationGroupsCommandOutput>;
|
|
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 { DescribeReplicationGroupsMessage, ReplicationGroupMessage } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeReplicationGroupsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeReplicationGroupsCommandInput extends DescribeReplicationGroupsMessage {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeReplicationGroupsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeReplicationGroupsCommandOutput extends ReplicationGroupMessage, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns information about a particular
|
|
18
23
|
* replication group. If no identifier is specified, <code>DescribeReplicationGroups</code>
|
|
19
24
|
* returns information about all replication groups.</p>
|
|
@@ -30,6 +35,8 @@ export interface DescribeReplicationGroupsCommandOutput extends ReplicationGroup
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param DescribeReplicationGroupsCommandInput - {@link DescribeReplicationGroupsCommandInput}
|
|
39
|
+
* @returns {@link DescribeReplicationGroupsCommandOutput}
|
|
33
40
|
* @see {@link DescribeReplicationGroupsCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link DescribeReplicationGroupsCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
@@ -111,11 +118,20 @@ export interface DescribeReplicationGroupsCommandOutput extends ReplicationGroup
|
|
|
111
118
|
export declare class DescribeReplicationGroupsCommand extends $Command<DescribeReplicationGroupsCommandInput, DescribeReplicationGroupsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
112
119
|
readonly input: DescribeReplicationGroupsCommandInput;
|
|
113
120
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
121
|
+
/**
|
|
122
|
+
* @public
|
|
123
|
+
*/
|
|
114
124
|
constructor(input: DescribeReplicationGroupsCommandInput);
|
|
115
125
|
/**
|
|
116
126
|
* @internal
|
|
117
127
|
*/
|
|
118
128
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReplicationGroupsCommandInput, DescribeReplicationGroupsCommandOutput>;
|
|
129
|
+
/**
|
|
130
|
+
* @internal
|
|
131
|
+
*/
|
|
119
132
|
private serialize;
|
|
133
|
+
/**
|
|
134
|
+
* @internal
|
|
135
|
+
*/
|
|
120
136
|
private deserialize;
|
|
121
137
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
5
5
|
import { DescribeReservedCacheNodesMessage, ReservedCacheNodeMessage } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeReservedCacheNodesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeReservedCacheNodesCommandInput extends DescribeReservedCacheNodesMessage {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeReservedCacheNodesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeReservedCacheNodesCommandOutput extends ReservedCacheNodeMessage, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns information about reserved cache
|
|
18
23
|
* nodes for this account, or about a specified reserved cache node.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DescribeReservedCacheNodesCommandOutput extends ReservedCacheNo
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DescribeReservedCacheNodesCommandInput - {@link DescribeReservedCacheNodesCommandInput}
|
|
35
|
+
* @returns {@link DescribeReservedCacheNodesCommandOutput}
|
|
29
36
|
* @see {@link DescribeReservedCacheNodesCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DescribeReservedCacheNodesCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface DescribeReservedCacheNodesCommandOutput extends ReservedCacheNo
|
|
|
55
62
|
export declare class DescribeReservedCacheNodesCommand extends $Command<DescribeReservedCacheNodesCommandInput, DescribeReservedCacheNodesCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
56
63
|
readonly input: DescribeReservedCacheNodesCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: DescribeReservedCacheNodesCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReservedCacheNodesCommandInput, DescribeReservedCacheNodesCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|