@aws-sdk/client-dax 3.35.0 → 3.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/dist-cjs/DAX.js +0 -9
- package/dist-cjs/DAXClient.js +0 -14
- package/dist-cjs/commands/CreateClusterCommand.js +0 -25
- package/dist-cjs/commands/CreateParameterGroupCommand.js +0 -26
- package/dist-cjs/commands/CreateSubnetGroupCommand.js +0 -25
- package/dist-cjs/commands/DecreaseReplicationFactorCommand.js +0 -28
- package/dist-cjs/commands/DeleteClusterCommand.js +0 -29
- package/dist-cjs/commands/DeleteParameterGroupCommand.js +0 -26
- package/dist-cjs/commands/DeleteSubnetGroupCommand.js +0 -29
- package/dist-cjs/commands/DescribeClustersCommand.js +0 -37
- package/dist-cjs/commands/DescribeDefaultParametersCommand.js +0 -26
- package/dist-cjs/commands/DescribeEventsCommand.js +0 -29
- package/dist-cjs/commands/DescribeParameterGroupsCommand.js +0 -26
- package/dist-cjs/commands/DescribeParametersCommand.js +0 -25
- package/dist-cjs/commands/DescribeSubnetGroupsCommand.js +0 -26
- package/dist-cjs/commands/IncreaseReplicationFactorCommand.js +0 -25
- package/dist-cjs/commands/ListTagsCommand.js +0 -26
- package/dist-cjs/commands/RebootNodeCommand.js +0 -31
- package/dist-cjs/commands/TagResourceCommand.js +0 -26
- package/dist-cjs/commands/UntagResourceCommand.js +0 -26
- package/dist-cjs/commands/UpdateClusterCommand.js +0 -27
- package/dist-cjs/commands/UpdateParameterGroupCommand.js +0 -27
- package/dist-cjs/commands/UpdateSubnetGroupCommand.js +0 -25
- package/dist-cjs/commands/index.js +24 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +3 -24
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -256
- package/dist-cjs/protocols/Aws_json1_1.js +0 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/DAX.js +0 -1
- package/dist-es/DAXClient.js +0 -1
- package/dist-es/commands/CreateClusterCommand.js +0 -1
- package/dist-es/commands/CreateParameterGroupCommand.js +0 -1
- package/dist-es/commands/CreateSubnetGroupCommand.js +0 -1
- package/dist-es/commands/DecreaseReplicationFactorCommand.js +0 -1
- package/dist-es/commands/DeleteClusterCommand.js +0 -1
- package/dist-es/commands/DeleteParameterGroupCommand.js +0 -1
- package/dist-es/commands/DeleteSubnetGroupCommand.js +0 -1
- package/dist-es/commands/DescribeClustersCommand.js +0 -1
- package/dist-es/commands/DescribeDefaultParametersCommand.js +0 -1
- package/dist-es/commands/DescribeEventsCommand.js +0 -1
- package/dist-es/commands/DescribeParameterGroupsCommand.js +0 -1
- package/dist-es/commands/DescribeParametersCommand.js +0 -1
- package/dist-es/commands/DescribeSubnetGroupsCommand.js +0 -1
- package/dist-es/commands/IncreaseReplicationFactorCommand.js +0 -1
- package/dist-es/commands/ListTagsCommand.js +0 -1
- package/dist-es/commands/RebootNodeCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateClusterCommand.js +0 -1
- package/dist-es/commands/UpdateParameterGroupCommand.js +0 -1
- package/dist-es/commands/UpdateSubnetGroupCommand.js +0 -1
- package/dist-es/commands/index.js +21 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +3 -24
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/protocols/Aws_json1_1.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/commands/index.d.ts +21 -0
- package/dist-types/index.d.ts +3 -23
- package/dist-types/ts3.4/DAX.d.ts +22 -116
- package/dist-types/ts3.4/DAXClient.d.ts +24 -94
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateParameterGroupCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateSubnetGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DecreaseReplicationFactorCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DeleteParameterGroupCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteSubnetGroupCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/DescribeDefaultParametersCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DescribeParameterGroupsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeSubnetGroupsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/IncreaseReplicationFactorCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/RebootNodeCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/UpdateParameterGroupCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/UpdateSubnetGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +21 -0
- package/dist-types/ts3.4/index.d.ts +3 -23
- package/dist-types/ts3.4/models/models_0.d.ts +291 -1121
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/DAX.js.map +0 -1
- package/dist-cjs/DAXClient.js.map +0 -1
- package/dist-cjs/commands/CreateClusterCommand.js.map +0 -1
- package/dist-cjs/commands/CreateParameterGroupCommand.js.map +0 -1
- package/dist-cjs/commands/CreateSubnetGroupCommand.js.map +0 -1
- package/dist-cjs/commands/DecreaseReplicationFactorCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteClusterCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteParameterGroupCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteSubnetGroupCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeClustersCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeDefaultParametersCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeEventsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeParameterGroupsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeParametersCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeSubnetGroupsCommand.js.map +0 -1
- package/dist-cjs/commands/IncreaseReplicationFactorCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsCommand.js.map +0 -1
- package/dist-cjs/commands/RebootNodeCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateClusterCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateParameterGroupCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateSubnetGroupCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/DAX.js.map +0 -1
- package/dist-es/DAXClient.js.map +0 -1
- package/dist-es/commands/CreateClusterCommand.js.map +0 -1
- package/dist-es/commands/CreateParameterGroupCommand.js.map +0 -1
- package/dist-es/commands/CreateSubnetGroupCommand.js.map +0 -1
- package/dist-es/commands/DecreaseReplicationFactorCommand.js.map +0 -1
- package/dist-es/commands/DeleteClusterCommand.js.map +0 -1
- package/dist-es/commands/DeleteParameterGroupCommand.js.map +0 -1
- package/dist-es/commands/DeleteSubnetGroupCommand.js.map +0 -1
- package/dist-es/commands/DescribeClustersCommand.js.map +0 -1
- package/dist-es/commands/DescribeDefaultParametersCommand.js.map +0 -1
- package/dist-es/commands/DescribeEventsCommand.js.map +0 -1
- package/dist-es/commands/DescribeParameterGroupsCommand.js.map +0 -1
- package/dist-es/commands/DescribeParametersCommand.js.map +0 -1
- package/dist-es/commands/DescribeSubnetGroupsCommand.js.map +0 -1
- package/dist-es/commands/IncreaseReplicationFactorCommand.js.map +0 -1
- package/dist-es/commands/ListTagsCommand.js.map +0 -1
- package/dist-es/commands/RebootNodeCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateClusterCommand.js.map +0 -1
- package/dist-es/commands/UpdateParameterGroupCommand.js.map +0 -1
- package/dist-es/commands/UpdateSubnetGroupCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/protocols/Aws_json1_1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/DAX.ts +0 -805
- package/src/DAXClient.ts +0 -328
- package/src/commands/CreateClusterCommand.ts +0 -95
- package/src/commands/CreateParameterGroupCommand.ts +0 -96
- package/src/commands/CreateSubnetGroupCommand.ts +0 -95
- package/src/commands/DecreaseReplicationFactorCommand.ts +0 -101
- package/src/commands/DeleteClusterCommand.ts +0 -99
- package/src/commands/DeleteParameterGroupCommand.ts +0 -96
- package/src/commands/DeleteSubnetGroupCommand.ts +0 -99
- package/src/commands/DescribeClustersCommand.ts +0 -107
- package/src/commands/DescribeDefaultParametersCommand.ts +0 -99
- package/src/commands/DescribeEventsCommand.ts +0 -99
- package/src/commands/DescribeParameterGroupsCommand.ts +0 -96
- package/src/commands/DescribeParametersCommand.ts +0 -95
- package/src/commands/DescribeSubnetGroupsCommand.ts +0 -96
- package/src/commands/IncreaseReplicationFactorCommand.ts +0 -98
- package/src/commands/ListTagsCommand.ts +0 -89
- package/src/commands/RebootNodeCommand.ts +0 -101
- package/src/commands/TagResourceCommand.ts +0 -96
- package/src/commands/UntagResourceCommand.ts +0 -96
- package/src/commands/UpdateClusterCommand.ts +0 -97
- package/src/commands/UpdateParameterGroupCommand.ts +0 -97
- package/src/commands/UpdateSubnetGroupCommand.ts +0 -95
- package/src/endpoints.ts +0 -57
- package/src/index.ts +0 -24
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -2250
- package/src/protocols/Aws_json1_1.ts +0 -3968
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -21,183 +21,89 @@ import { UpdateClusterCommandInput, UpdateClusterCommandOutput } from "./command
|
|
|
21
21
|
import { UpdateParameterGroupCommandInput, UpdateParameterGroupCommandOutput } from "./commands/UpdateParameterGroupCommand";
|
|
22
22
|
import { UpdateSubnetGroupCommandInput, UpdateSubnetGroupCommandOutput } from "./commands/UpdateSubnetGroupCommand";
|
|
23
23
|
import { DAXClient } from "./DAXClient";
|
|
24
|
-
|
|
25
|
-
* <p>DAX is a managed caching service engineered for Amazon DynamoDB. DAX
|
|
26
|
-
* dramatically speeds up database reads by caching frequently-accessed data from DynamoDB, so
|
|
27
|
-
* applications can access that data with sub-millisecond latency. You can create a DAX
|
|
28
|
-
* cluster easily, using the AWS Management Console. With a few simple modifications to
|
|
29
|
-
* your code, your application can begin taking advantage of the DAX cluster and realize
|
|
30
|
-
* significant improvements in read performance.</p>
|
|
31
|
-
*/
|
|
24
|
+
|
|
32
25
|
export declare class DAX extends DAXClient {
|
|
33
|
-
|
|
34
|
-
* <p>Creates a DAX cluster. All nodes in the cluster run the same DAX caching software.</p>
|
|
35
|
-
*/
|
|
26
|
+
|
|
36
27
|
createCluster(args: CreateClusterCommandInput, options?: __HttpHandlerOptions): Promise<CreateClusterCommandOutput>;
|
|
37
28
|
createCluster(args: CreateClusterCommandInput, cb: (err: any, data?: CreateClusterCommandOutput) => void): void;
|
|
38
29
|
createCluster(args: CreateClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateClusterCommandOutput) => void): void;
|
|
39
|
-
|
|
40
|
-
* <p>Creates a new parameter group. A parameter group is a collection of parameters that
|
|
41
|
-
* you apply to all of the nodes in a DAX cluster.</p>
|
|
42
|
-
*/
|
|
30
|
+
|
|
43
31
|
createParameterGroup(args: CreateParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateParameterGroupCommandOutput>;
|
|
44
32
|
createParameterGroup(args: CreateParameterGroupCommandInput, cb: (err: any, data?: CreateParameterGroupCommandOutput) => void): void;
|
|
45
33
|
createParameterGroup(args: CreateParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateParameterGroupCommandOutput) => void): void;
|
|
46
|
-
|
|
47
|
-
* <p>Creates a new subnet group.</p>
|
|
48
|
-
*/
|
|
34
|
+
|
|
49
35
|
createSubnetGroup(args: CreateSubnetGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateSubnetGroupCommandOutput>;
|
|
50
36
|
createSubnetGroup(args: CreateSubnetGroupCommandInput, cb: (err: any, data?: CreateSubnetGroupCommandOutput) => void): void;
|
|
51
37
|
createSubnetGroup(args: CreateSubnetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSubnetGroupCommandOutput) => void): void;
|
|
52
|
-
|
|
53
|
-
* <p>Removes one or more nodes from a DAX cluster.</p>
|
|
54
|
-
* <note>
|
|
55
|
-
* <p>You cannot use <code>DecreaseReplicationFactor</code> to remove the last node in a DAX cluster. If you need to do this, use <code>DeleteCluster</code> instead.</p>
|
|
56
|
-
* </note>
|
|
57
|
-
*/
|
|
38
|
+
|
|
58
39
|
decreaseReplicationFactor(args: DecreaseReplicationFactorCommandInput, options?: __HttpHandlerOptions): Promise<DecreaseReplicationFactorCommandOutput>;
|
|
59
40
|
decreaseReplicationFactor(args: DecreaseReplicationFactorCommandInput, cb: (err: any, data?: DecreaseReplicationFactorCommandOutput) => void): void;
|
|
60
41
|
decreaseReplicationFactor(args: DecreaseReplicationFactorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DecreaseReplicationFactorCommandOutput) => void): void;
|
|
61
|
-
|
|
62
|
-
* <p>Deletes a previously provisioned DAX cluster.
|
|
63
|
-
* <i>DeleteCluster</i> deletes all associated nodes, node endpoints
|
|
64
|
-
* and the DAX cluster itself. When you receive a successful response from this action,
|
|
65
|
-
* DAX immediately begins deleting the cluster; you cannot cancel or revert this
|
|
66
|
-
* action.</p>
|
|
67
|
-
*/
|
|
42
|
+
|
|
68
43
|
deleteCluster(args: DeleteClusterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteClusterCommandOutput>;
|
|
69
44
|
deleteCluster(args: DeleteClusterCommandInput, cb: (err: any, data?: DeleteClusterCommandOutput) => void): void;
|
|
70
45
|
deleteCluster(args: DeleteClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteClusterCommandOutput) => void): void;
|
|
71
|
-
|
|
72
|
-
* <p>Deletes the specified parameter group. You cannot delete a parameter group if it is
|
|
73
|
-
* associated with any DAX clusters.</p>
|
|
74
|
-
*/
|
|
46
|
+
|
|
75
47
|
deleteParameterGroup(args: DeleteParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteParameterGroupCommandOutput>;
|
|
76
48
|
deleteParameterGroup(args: DeleteParameterGroupCommandInput, cb: (err: any, data?: DeleteParameterGroupCommandOutput) => void): void;
|
|
77
49
|
deleteParameterGroup(args: DeleteParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteParameterGroupCommandOutput) => void): void;
|
|
78
|
-
|
|
79
|
-
* <p>Deletes a subnet group.</p>
|
|
80
|
-
* <note>
|
|
81
|
-
* <p>You cannot delete a subnet group if it is associated with any DAX
|
|
82
|
-
* clusters.</p>
|
|
83
|
-
* </note>
|
|
84
|
-
*/
|
|
50
|
+
|
|
85
51
|
deleteSubnetGroup(args: DeleteSubnetGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSubnetGroupCommandOutput>;
|
|
86
52
|
deleteSubnetGroup(args: DeleteSubnetGroupCommandInput, cb: (err: any, data?: DeleteSubnetGroupCommandOutput) => void): void;
|
|
87
53
|
deleteSubnetGroup(args: DeleteSubnetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSubnetGroupCommandOutput) => void): void;
|
|
88
|
-
|
|
89
|
-
* <p>Returns information about all provisioned DAX clusters if no cluster identifier
|
|
90
|
-
* is specified, or about a specific DAX cluster if a cluster identifier is
|
|
91
|
-
* supplied.</p>
|
|
92
|
-
* <p>If the cluster is in the CREATING state, only cluster level information will be
|
|
93
|
-
* displayed until all of the nodes are successfully provisioned.</p>
|
|
94
|
-
* <p>If the cluster is in the DELETING state, only cluster level information will be
|
|
95
|
-
* displayed.</p>
|
|
96
|
-
* <p>If nodes are currently being added to the DAX cluster, node endpoint information
|
|
97
|
-
* and creation time for the additional nodes will not be displayed until they are
|
|
98
|
-
* completely provisioned. When the DAX cluster state is <i>available</i>,
|
|
99
|
-
* the cluster is ready for use.</p>
|
|
100
|
-
* <p>If nodes are currently being removed from the DAX cluster, no endpoint
|
|
101
|
-
* information for the removed nodes is displayed.</p>
|
|
102
|
-
*/
|
|
54
|
+
|
|
103
55
|
describeClusters(args: DescribeClustersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeClustersCommandOutput>;
|
|
104
56
|
describeClusters(args: DescribeClustersCommandInput, cb: (err: any, data?: DescribeClustersCommandOutput) => void): void;
|
|
105
57
|
describeClusters(args: DescribeClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClustersCommandOutput) => void): void;
|
|
106
|
-
|
|
107
|
-
* <p>Returns the default system parameter information for the DAX caching
|
|
108
|
-
* software.</p>
|
|
109
|
-
*/
|
|
58
|
+
|
|
110
59
|
describeDefaultParameters(args: DescribeDefaultParametersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDefaultParametersCommandOutput>;
|
|
111
60
|
describeDefaultParameters(args: DescribeDefaultParametersCommandInput, cb: (err: any, data?: DescribeDefaultParametersCommandOutput) => void): void;
|
|
112
61
|
describeDefaultParameters(args: DescribeDefaultParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDefaultParametersCommandOutput) => void): void;
|
|
113
|
-
|
|
114
|
-
* <p>Returns events related to DAX clusters and parameter groups. You can obtain
|
|
115
|
-
* events specific to a particular DAX cluster or parameter group by providing the name
|
|
116
|
-
* as a parameter.</p>
|
|
117
|
-
* <p>By default, only the events occurring within the last 24 hours are returned; however,
|
|
118
|
-
* you can retrieve up to 14 days' worth of events if necessary.</p>
|
|
119
|
-
*/
|
|
62
|
+
|
|
120
63
|
describeEvents(args: DescribeEventsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventsCommandOutput>;
|
|
121
64
|
describeEvents(args: DescribeEventsCommandInput, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
|
|
122
65
|
describeEvents(args: DescribeEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
|
|
123
|
-
|
|
124
|
-
* <p>Returns a list of parameter group descriptions. If a parameter group name is
|
|
125
|
-
* specified, the list will contain only the descriptions for that group.</p>
|
|
126
|
-
*/
|
|
66
|
+
|
|
127
67
|
describeParameterGroups(args: DescribeParameterGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeParameterGroupsCommandOutput>;
|
|
128
68
|
describeParameterGroups(args: DescribeParameterGroupsCommandInput, cb: (err: any, data?: DescribeParameterGroupsCommandOutput) => void): void;
|
|
129
69
|
describeParameterGroups(args: DescribeParameterGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeParameterGroupsCommandOutput) => void): void;
|
|
130
|
-
|
|
131
|
-
* <p>Returns the detailed parameter list for a particular parameter group.</p>
|
|
132
|
-
*/
|
|
70
|
+
|
|
133
71
|
describeParameters(args: DescribeParametersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeParametersCommandOutput>;
|
|
134
72
|
describeParameters(args: DescribeParametersCommandInput, cb: (err: any, data?: DescribeParametersCommandOutput) => void): void;
|
|
135
73
|
describeParameters(args: DescribeParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeParametersCommandOutput) => void): void;
|
|
136
|
-
|
|
137
|
-
* <p>Returns a list of subnet group descriptions. If a subnet group name is specified,
|
|
138
|
-
* the list will contain only the description of that group.</p>
|
|
139
|
-
*/
|
|
74
|
+
|
|
140
75
|
describeSubnetGroups(args: DescribeSubnetGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSubnetGroupsCommandOutput>;
|
|
141
76
|
describeSubnetGroups(args: DescribeSubnetGroupsCommandInput, cb: (err: any, data?: DescribeSubnetGroupsCommandOutput) => void): void;
|
|
142
77
|
describeSubnetGroups(args: DescribeSubnetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSubnetGroupsCommandOutput) => void): void;
|
|
143
|
-
|
|
144
|
-
* <p>Adds one or more nodes to a DAX cluster.</p>
|
|
145
|
-
*/
|
|
78
|
+
|
|
146
79
|
increaseReplicationFactor(args: IncreaseReplicationFactorCommandInput, options?: __HttpHandlerOptions): Promise<IncreaseReplicationFactorCommandOutput>;
|
|
147
80
|
increaseReplicationFactor(args: IncreaseReplicationFactorCommandInput, cb: (err: any, data?: IncreaseReplicationFactorCommandOutput) => void): void;
|
|
148
81
|
increaseReplicationFactor(args: IncreaseReplicationFactorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: IncreaseReplicationFactorCommandOutput) => void): void;
|
|
149
|
-
|
|
150
|
-
* <p>List all of the tags for a DAX cluster. You can call <code>ListTags</code> up to
|
|
151
|
-
* 10 times per second, per account.</p>
|
|
152
|
-
*/
|
|
82
|
+
|
|
153
83
|
listTags(args: ListTagsCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsCommandOutput>;
|
|
154
84
|
listTags(args: ListTagsCommandInput, cb: (err: any, data?: ListTagsCommandOutput) => void): void;
|
|
155
85
|
listTags(args: ListTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsCommandOutput) => void): void;
|
|
156
|
-
|
|
157
|
-
* <p>Reboots a single node of a DAX cluster. The reboot action takes place
|
|
158
|
-
* as soon as possible. During the
|
|
159
|
-
* reboot, the node status is set to REBOOTING.</p>
|
|
160
|
-
* <note>
|
|
161
|
-
* <p>
|
|
162
|
-
* <code>RebootNode</code> restarts the DAX engine process and does not remove the contents of the cache. </p>
|
|
163
|
-
* </note>
|
|
164
|
-
*/
|
|
86
|
+
|
|
165
87
|
rebootNode(args: RebootNodeCommandInput, options?: __HttpHandlerOptions): Promise<RebootNodeCommandOutput>;
|
|
166
88
|
rebootNode(args: RebootNodeCommandInput, cb: (err: any, data?: RebootNodeCommandOutput) => void): void;
|
|
167
89
|
rebootNode(args: RebootNodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebootNodeCommandOutput) => void): void;
|
|
168
|
-
|
|
169
|
-
* <p>Associates a set of tags with a DAX resource. You can call <code>TagResource</code> up to 5 times per second, per
|
|
170
|
-
* account. </p>
|
|
171
|
-
*/
|
|
90
|
+
|
|
172
91
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
173
92
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
174
93
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
175
|
-
|
|
176
|
-
* <p>Removes the association of tags from a DAX resource. You can call
|
|
177
|
-
* <code>UntagResource</code> up to 5 times per second, per account. </p>
|
|
178
|
-
*/
|
|
94
|
+
|
|
179
95
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
180
96
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
181
97
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
182
|
-
|
|
183
|
-
* <p>Modifies the settings for a DAX cluster. You can use this action to change one or
|
|
184
|
-
* more cluster configuration parameters by specifying the parameters and the new
|
|
185
|
-
* values.</p>
|
|
186
|
-
*/
|
|
98
|
+
|
|
187
99
|
updateCluster(args: UpdateClusterCommandInput, options?: __HttpHandlerOptions): Promise<UpdateClusterCommandOutput>;
|
|
188
100
|
updateCluster(args: UpdateClusterCommandInput, cb: (err: any, data?: UpdateClusterCommandOutput) => void): void;
|
|
189
101
|
updateCluster(args: UpdateClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateClusterCommandOutput) => void): void;
|
|
190
|
-
|
|
191
|
-
* <p>Modifies the parameters of a parameter group. You can modify up to 20
|
|
192
|
-
* parameters in a single request by submitting a list parameter name and value
|
|
193
|
-
* pairs.</p>
|
|
194
|
-
*/
|
|
102
|
+
|
|
195
103
|
updateParameterGroup(args: UpdateParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateParameterGroupCommandOutput>;
|
|
196
104
|
updateParameterGroup(args: UpdateParameterGroupCommandInput, cb: (err: any, data?: UpdateParameterGroupCommandOutput) => void): void;
|
|
197
105
|
updateParameterGroup(args: UpdateParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateParameterGroupCommandOutput) => void): void;
|
|
198
|
-
|
|
199
|
-
* <p>Modifies an existing subnet group.</p>
|
|
200
|
-
*/
|
|
106
|
+
|
|
201
107
|
updateSubnetGroup(args: UpdateSubnetGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSubnetGroupCommandOutput>;
|
|
202
108
|
updateSubnetGroup(args: UpdateSubnetGroupCommandInput, cb: (err: any, data?: UpdateSubnetGroupCommandOutput) => void): void;
|
|
203
109
|
updateSubnetGroup(args: UpdateSubnetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSubnetGroupCommandOutput) => void): void;
|
|
@@ -30,129 +30,59 @@ import { UpdateSubnetGroupCommandInput, UpdateSubnetGroupCommandOutput } from ".
|
|
|
30
30
|
export declare type ServiceInputTypes = CreateClusterCommandInput | CreateParameterGroupCommandInput | CreateSubnetGroupCommandInput | DecreaseReplicationFactorCommandInput | DeleteClusterCommandInput | DeleteParameterGroupCommandInput | DeleteSubnetGroupCommandInput | DescribeClustersCommandInput | DescribeDefaultParametersCommandInput | DescribeEventsCommandInput | DescribeParameterGroupsCommandInput | DescribeParametersCommandInput | DescribeSubnetGroupsCommandInput | IncreaseReplicationFactorCommandInput | ListTagsCommandInput | RebootNodeCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateClusterCommandInput | UpdateParameterGroupCommandInput | UpdateSubnetGroupCommandInput;
|
|
31
31
|
export declare type ServiceOutputTypes = CreateClusterCommandOutput | CreateParameterGroupCommandOutput | CreateSubnetGroupCommandOutput | DecreaseReplicationFactorCommandOutput | DeleteClusterCommandOutput | DeleteParameterGroupCommandOutput | DeleteSubnetGroupCommandOutput | DescribeClustersCommandOutput | DescribeDefaultParametersCommandOutput | DescribeEventsCommandOutput | DescribeParameterGroupsCommandOutput | DescribeParametersCommandOutput | DescribeSubnetGroupsCommandOutput | IncreaseReplicationFactorCommandOutput | ListTagsCommandOutput | RebootNodeCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateClusterCommandOutput | UpdateParameterGroupCommandOutput | UpdateSubnetGroupCommandOutput;
|
|
32
32
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
33
|
-
|
|
34
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
35
|
-
*/
|
|
33
|
+
|
|
36
34
|
requestHandler?: __HttpHandler;
|
|
37
|
-
|
|
38
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
39
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
35
|
+
|
|
42
36
|
sha256?: __HashConstructor;
|
|
43
|
-
|
|
44
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
45
|
-
* @internal
|
|
46
|
-
*/
|
|
37
|
+
|
|
47
38
|
urlParser?: __UrlParser;
|
|
48
|
-
|
|
49
|
-
* A function that can calculate the length of a request body.
|
|
50
|
-
* @internal
|
|
51
|
-
*/
|
|
39
|
+
|
|
52
40
|
bodyLengthChecker?: (body: any) => number | undefined;
|
|
53
|
-
|
|
54
|
-
* A function that converts a stream into an array of bytes.
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
41
|
+
|
|
57
42
|
streamCollector?: __StreamCollector;
|
|
58
|
-
|
|
59
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
60
|
-
* @internal
|
|
61
|
-
*/
|
|
43
|
+
|
|
62
44
|
base64Decoder?: __Decoder;
|
|
63
|
-
|
|
64
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
65
|
-
* @internal
|
|
66
|
-
*/
|
|
45
|
+
|
|
67
46
|
base64Encoder?: __Encoder;
|
|
68
|
-
|
|
69
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
47
|
+
|
|
72
48
|
utf8Decoder?: __Decoder;
|
|
73
|
-
|
|
74
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
49
|
+
|
|
77
50
|
utf8Encoder?: __Encoder;
|
|
78
|
-
|
|
79
|
-
* The runtime environment.
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
51
|
+
|
|
82
52
|
runtime?: string;
|
|
83
|
-
|
|
84
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
85
|
-
* trait of an operation.
|
|
86
|
-
*/
|
|
53
|
+
|
|
87
54
|
disableHostPrefix?: boolean;
|
|
88
|
-
|
|
89
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
90
|
-
*/
|
|
55
|
+
|
|
91
56
|
maxAttempts?: number | __Provider<number>;
|
|
92
|
-
|
|
93
|
-
* Specifies which retry algorithm to use.
|
|
94
|
-
*/
|
|
57
|
+
|
|
95
58
|
retryMode?: string | __Provider<string>;
|
|
96
|
-
|
|
97
|
-
* Optional logger for logging debug/info/warn/error.
|
|
98
|
-
*/
|
|
59
|
+
|
|
99
60
|
logger?: __Logger;
|
|
100
|
-
|
|
101
|
-
* Unique service identifier.
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
61
|
+
|
|
104
62
|
serviceId?: string;
|
|
105
|
-
|
|
106
|
-
* The AWS region to which this client will send requests
|
|
107
|
-
*/
|
|
63
|
+
|
|
108
64
|
region?: string | __Provider<string>;
|
|
109
|
-
|
|
110
|
-
* Default credentials provider; Not available in browser runtime.
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
65
|
+
|
|
113
66
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
114
|
-
|
|
115
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
67
|
+
|
|
118
68
|
regionInfoProvider?: RegionInfoProvider;
|
|
119
|
-
|
|
120
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
69
|
+
|
|
123
70
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
124
71
|
}
|
|
125
72
|
declare type DAXClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
126
|
-
|
|
127
|
-
* The configuration interface of DAXClient class constructor that set the region, credentials and other options.
|
|
128
|
-
*/
|
|
73
|
+
|
|
129
74
|
export interface DAXClientConfig extends DAXClientConfigType {
|
|
130
75
|
}
|
|
131
76
|
declare type DAXClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
132
|
-
|
|
133
|
-
* The resolved configuration interface of DAXClient class. This is resolved and normalized from the {@link DAXClientConfig | constructor configuration interface}.
|
|
134
|
-
*/
|
|
77
|
+
|
|
135
78
|
export interface DAXClientResolvedConfig extends DAXClientResolvedConfigType {
|
|
136
79
|
}
|
|
137
|
-
|
|
138
|
-
* <p>DAX is a managed caching service engineered for Amazon DynamoDB. DAX
|
|
139
|
-
* dramatically speeds up database reads by caching frequently-accessed data from DynamoDB, so
|
|
140
|
-
* applications can access that data with sub-millisecond latency. You can create a DAX
|
|
141
|
-
* cluster easily, using the AWS Management Console. With a few simple modifications to
|
|
142
|
-
* your code, your application can begin taking advantage of the DAX cluster and realize
|
|
143
|
-
* significant improvements in read performance.</p>
|
|
144
|
-
*/
|
|
80
|
+
|
|
145
81
|
export declare class DAXClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DAXClientResolvedConfig> {
|
|
146
|
-
|
|
147
|
-
* The resolved configuration of DAXClient class. This is resolved and normalized from the {@link DAXClientConfig | constructor configuration interface}.
|
|
148
|
-
*/
|
|
82
|
+
|
|
149
83
|
readonly config: DAXClientResolvedConfig;
|
|
150
84
|
constructor(configuration: DAXClientConfig);
|
|
151
|
-
|
|
152
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
153
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
154
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
155
|
-
*/
|
|
85
|
+
|
|
156
86
|
destroy(): void;
|
|
157
87
|
}
|
|
158
88
|
export {};
|
|
@@ -6,29 +6,11 @@ export interface CreateClusterCommandInput extends CreateClusterRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateClusterCommandOutput extends CreateClusterResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Creates a DAX cluster. All nodes in the cluster run the same DAX caching software.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { DAXClient, CreateClusterCommand } from "@aws-sdk/client-dax"; // ES Modules import
|
|
15
|
-
* // const { DAXClient, CreateClusterCommand } = require("@aws-sdk/client-dax"); // CommonJS import
|
|
16
|
-
* const client = new DAXClient(config);
|
|
17
|
-
* const command = new CreateClusterCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link CreateClusterCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link CreateClusterCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DAXClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class CreateClusterCommand extends $Command<CreateClusterCommandInput, CreateClusterCommandOutput, DAXClientResolvedConfig> {
|
|
27
11
|
readonly input: CreateClusterCommandInput;
|
|
28
12
|
constructor(input: CreateClusterCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DAXClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateClusterCommandInput, CreateClusterCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface CreateParameterGroupCommandInput extends CreateParameterGroupRe
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateParameterGroupCommandOutput extends CreateParameterGroupResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Creates a new parameter group. A parameter group is a collection of parameters that
|
|
11
|
-
* you apply to all of the nodes in a DAX cluster.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { DAXClient, CreateParameterGroupCommand } from "@aws-sdk/client-dax"; // ES Modules import
|
|
16
|
-
* // const { DAXClient, CreateParameterGroupCommand } = require("@aws-sdk/client-dax"); // CommonJS import
|
|
17
|
-
* const client = new DAXClient(config);
|
|
18
|
-
* const command = new CreateParameterGroupCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link CreateParameterGroupCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link CreateParameterGroupCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DAXClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class CreateParameterGroupCommand extends $Command<CreateParameterGroupCommandInput, CreateParameterGroupCommandOutput, DAXClientResolvedConfig> {
|
|
28
11
|
readonly input: CreateParameterGroupCommandInput;
|
|
29
12
|
constructor(input: CreateParameterGroupCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DAXClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateParameterGroupCommandInput, CreateParameterGroupCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface CreateSubnetGroupCommandInput extends CreateSubnetGroupRequest
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateSubnetGroupCommandOutput extends CreateSubnetGroupResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Creates a new subnet group.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { DAXClient, CreateSubnetGroupCommand } from "@aws-sdk/client-dax"; // ES Modules import
|
|
15
|
-
* // const { DAXClient, CreateSubnetGroupCommand } = require("@aws-sdk/client-dax"); // CommonJS import
|
|
16
|
-
* const client = new DAXClient(config);
|
|
17
|
-
* const command = new CreateSubnetGroupCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link CreateSubnetGroupCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link CreateSubnetGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DAXClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class CreateSubnetGroupCommand extends $Command<CreateSubnetGroupCommandInput, CreateSubnetGroupCommandOutput, DAXClientResolvedConfig> {
|
|
27
11
|
readonly input: CreateSubnetGroupCommandInput;
|
|
28
12
|
constructor(input: CreateSubnetGroupCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DAXClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSubnetGroupCommandInput, CreateSubnetGroupCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,32 +6,11 @@ export interface DecreaseReplicationFactorCommandInput extends DecreaseReplicati
|
|
|
6
6
|
}
|
|
7
7
|
export interface DecreaseReplicationFactorCommandOutput extends DecreaseReplicationFactorResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Removes one or more nodes from a DAX cluster.</p>
|
|
11
|
-
* <note>
|
|
12
|
-
* <p>You cannot use <code>DecreaseReplicationFactor</code> to remove the last node in a DAX cluster. If you need to do this, use <code>DeleteCluster</code> instead.</p>
|
|
13
|
-
* </note>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { DAXClient, DecreaseReplicationFactorCommand } from "@aws-sdk/client-dax"; // ES Modules import
|
|
18
|
-
* // const { DAXClient, DecreaseReplicationFactorCommand } = require("@aws-sdk/client-dax"); // CommonJS import
|
|
19
|
-
* const client = new DAXClient(config);
|
|
20
|
-
* const command = new DecreaseReplicationFactorCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link DecreaseReplicationFactorCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link DecreaseReplicationFactorCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link DAXClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
9
|
+
|
|
29
10
|
export declare class DecreaseReplicationFactorCommand extends $Command<DecreaseReplicationFactorCommandInput, DecreaseReplicationFactorCommandOutput, DAXClientResolvedConfig> {
|
|
30
11
|
readonly input: DecreaseReplicationFactorCommandInput;
|
|
31
12
|
constructor(input: DecreaseReplicationFactorCommandInput);
|
|
32
|
-
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
13
|
+
|
|
35
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DAXClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DecreaseReplicationFactorCommandInput, DecreaseReplicationFactorCommandOutput>;
|
|
36
15
|
private serialize;
|
|
37
16
|
private deserialize;
|
|
@@ -6,33 +6,11 @@ export interface DeleteClusterCommandInput extends DeleteClusterRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes a previously provisioned DAX cluster.
|
|
11
|
-
* <i>DeleteCluster</i> deletes all associated nodes, node endpoints
|
|
12
|
-
* and the DAX cluster itself. When you receive a successful response from this action,
|
|
13
|
-
* DAX immediately begins deleting the cluster; you cannot cancel or revert this
|
|
14
|
-
* action.</p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { DAXClient, DeleteClusterCommand } from "@aws-sdk/client-dax"; // ES Modules import
|
|
19
|
-
* // const { DAXClient, DeleteClusterCommand } = require("@aws-sdk/client-dax"); // CommonJS import
|
|
20
|
-
* const client = new DAXClient(config);
|
|
21
|
-
* const command = new DeleteClusterCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link DeleteClusterCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link DeleteClusterCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link DAXClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
9
|
+
|
|
30
10
|
export declare class DeleteClusterCommand extends $Command<DeleteClusterCommandInput, DeleteClusterCommandOutput, DAXClientResolvedConfig> {
|
|
31
11
|
readonly input: DeleteClusterCommandInput;
|
|
32
12
|
constructor(input: DeleteClusterCommandInput);
|
|
33
|
-
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
13
|
+
|
|
36
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DAXClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteClusterCommandInput, DeleteClusterCommandOutput>;
|
|
37
15
|
private serialize;
|
|
38
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface DeleteParameterGroupCommandInput extends DeleteParameterGroupRe
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteParameterGroupCommandOutput extends DeleteParameterGroupResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes the specified parameter group. You cannot delete a parameter group if it is
|
|
11
|
-
* associated with any DAX clusters.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { DAXClient, DeleteParameterGroupCommand } from "@aws-sdk/client-dax"; // ES Modules import
|
|
16
|
-
* // const { DAXClient, DeleteParameterGroupCommand } = require("@aws-sdk/client-dax"); // CommonJS import
|
|
17
|
-
* const client = new DAXClient(config);
|
|
18
|
-
* const command = new DeleteParameterGroupCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DeleteParameterGroupCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DeleteParameterGroupCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DAXClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class DeleteParameterGroupCommand extends $Command<DeleteParameterGroupCommandInput, DeleteParameterGroupCommandOutput, DAXClientResolvedConfig> {
|
|
28
11
|
readonly input: DeleteParameterGroupCommandInput;
|
|
29
12
|
constructor(input: DeleteParameterGroupCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DAXClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteParameterGroupCommandInput, DeleteParameterGroupCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,33 +6,11 @@ export interface DeleteSubnetGroupCommandInput extends DeleteSubnetGroupRequest
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteSubnetGroupCommandOutput extends DeleteSubnetGroupResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes a subnet group.</p>
|
|
11
|
-
* <note>
|
|
12
|
-
* <p>You cannot delete a subnet group if it is associated with any DAX
|
|
13
|
-
* clusters.</p>
|
|
14
|
-
* </note>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { DAXClient, DeleteSubnetGroupCommand } from "@aws-sdk/client-dax"; // ES Modules import
|
|
19
|
-
* // const { DAXClient, DeleteSubnetGroupCommand } = require("@aws-sdk/client-dax"); // CommonJS import
|
|
20
|
-
* const client = new DAXClient(config);
|
|
21
|
-
* const command = new DeleteSubnetGroupCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link DeleteSubnetGroupCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link DeleteSubnetGroupCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link DAXClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
9
|
+
|
|
30
10
|
export declare class DeleteSubnetGroupCommand extends $Command<DeleteSubnetGroupCommandInput, DeleteSubnetGroupCommandOutput, DAXClientResolvedConfig> {
|
|
31
11
|
readonly input: DeleteSubnetGroupCommandInput;
|
|
32
12
|
constructor(input: DeleteSubnetGroupCommandInput);
|
|
33
|
-
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
13
|
+
|
|
36
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DAXClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSubnetGroupCommandInput, DeleteSubnetGroupCommandOutput>;
|
|
37
15
|
private serialize;
|
|
38
16
|
private deserialize;
|
|
@@ -6,41 +6,11 @@ export interface DescribeClustersCommandInput extends DescribeClustersRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeClustersCommandOutput extends DescribeClustersResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns information about all provisioned DAX clusters if no cluster identifier
|
|
11
|
-
* is specified, or about a specific DAX cluster if a cluster identifier is
|
|
12
|
-
* supplied.</p>
|
|
13
|
-
* <p>If the cluster is in the CREATING state, only cluster level information will be
|
|
14
|
-
* displayed until all of the nodes are successfully provisioned.</p>
|
|
15
|
-
* <p>If the cluster is in the DELETING state, only cluster level information will be
|
|
16
|
-
* displayed.</p>
|
|
17
|
-
* <p>If nodes are currently being added to the DAX cluster, node endpoint information
|
|
18
|
-
* and creation time for the additional nodes will not be displayed until they are
|
|
19
|
-
* completely provisioned. When the DAX cluster state is <i>available</i>,
|
|
20
|
-
* the cluster is ready for use.</p>
|
|
21
|
-
* <p>If nodes are currently being removed from the DAX cluster, no endpoint
|
|
22
|
-
* information for the removed nodes is displayed.</p>
|
|
23
|
-
* @example
|
|
24
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
-
* ```javascript
|
|
26
|
-
* import { DAXClient, DescribeClustersCommand } from "@aws-sdk/client-dax"; // ES Modules import
|
|
27
|
-
* // const { DAXClient, DescribeClustersCommand } = require("@aws-sdk/client-dax"); // CommonJS import
|
|
28
|
-
* const client = new DAXClient(config);
|
|
29
|
-
* const command = new DescribeClustersCommand(input);
|
|
30
|
-
* const response = await client.send(command);
|
|
31
|
-
* ```
|
|
32
|
-
*
|
|
33
|
-
* @see {@link DescribeClustersCommandInput} for command's `input` shape.
|
|
34
|
-
* @see {@link DescribeClustersCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link DAXClientResolvedConfig | config} for command's `input` shape.
|
|
36
|
-
*
|
|
37
|
-
*/
|
|
9
|
+
|
|
38
10
|
export declare class DescribeClustersCommand extends $Command<DescribeClustersCommandInput, DescribeClustersCommandOutput, DAXClientResolvedConfig> {
|
|
39
11
|
readonly input: DescribeClustersCommandInput;
|
|
40
12
|
constructor(input: DescribeClustersCommandInput);
|
|
41
|
-
|
|
42
|
-
* @internal
|
|
43
|
-
*/
|
|
13
|
+
|
|
44
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DAXClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeClustersCommandInput, DescribeClustersCommandOutput>;
|
|
45
15
|
private serialize;
|
|
46
16
|
private deserialize;
|