@aws-sdk/client-dax 3.1077.0 → 3.1079.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/index.js +29 -213
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateClusterCommand.js +2 -14
- package/dist-es/commands/CreateParameterGroupCommand.js +2 -14
- package/dist-es/commands/CreateSubnetGroupCommand.js +2 -14
- package/dist-es/commands/DecreaseReplicationFactorCommand.js +2 -14
- package/dist-es/commands/DeleteClusterCommand.js +2 -14
- package/dist-es/commands/DeleteParameterGroupCommand.js +2 -14
- package/dist-es/commands/DeleteSubnetGroupCommand.js +2 -14
- package/dist-es/commands/DescribeClustersCommand.js +2 -14
- package/dist-es/commands/DescribeDefaultParametersCommand.js +2 -14
- package/dist-es/commands/DescribeEventsCommand.js +2 -14
- package/dist-es/commands/DescribeParameterGroupsCommand.js +2 -14
- package/dist-es/commands/DescribeParametersCommand.js +2 -14
- package/dist-es/commands/DescribeSubnetGroupsCommand.js +2 -14
- package/dist-es/commands/IncreaseReplicationFactorCommand.js +2 -14
- package/dist-es/commands/ListTagsCommand.js +2 -14
- package/dist-es/commands/RebootNodeCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateClusterCommand.js +2 -14
- package/dist-es/commands/UpdateParameterGroupCommand.js +2 -14
- package/dist-es/commands/UpdateSubnetGroupCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -8
- package/dist-types/commands/CreateParameterGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateSubnetGroupCommand.d.ts +3 -8
- package/dist-types/commands/DecreaseReplicationFactorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteClusterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteParameterGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSubnetGroupCommand.d.ts +3 -8
- package/dist-types/commands/DescribeClustersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDefaultParametersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEventsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeParameterGroupsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeParametersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSubnetGroupsCommand.d.ts +3 -8
- package/dist-types/commands/IncreaseReplicationFactorCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsCommand.d.ts +3 -8
- package/dist-types/commands/RebootNodeCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateClusterCommand.d.ts +3 -8
- package/dist-types/commands/UpdateParameterGroupCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSubnetGroupCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateParameterGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSubnetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DecreaseReplicationFactorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteParameterGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSubnetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDefaultParametersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeParameterGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSubnetGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/IncreaseReplicationFactorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RebootNodeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateParameterGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSubnetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDAXV3", "UntagResource", {})
|
|
13
|
-
.n("DAXClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateCluster$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateClusterCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDAXV3", "UpdateCluster", {})
|
|
13
|
-
.n("DAXClient", "UpdateClusterCommand")
|
|
14
|
-
.sc(UpdateCluster$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateClusterCommand extends command(_ep0, _mw0, "UpdateCluster", UpdateCluster$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateParameterGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateParameterGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDAXV3", "UpdateParameterGroup", {})
|
|
13
|
-
.n("DAXClient", "UpdateParameterGroupCommand")
|
|
14
|
-
.sc(UpdateParameterGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateParameterGroupCommand extends command(_ep0, _mw0, "UpdateParameterGroup", UpdateParameterGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateSubnetGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateSubnetGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDAXV3", "UpdateSubnetGroup", {})
|
|
13
|
-
.n("DAXClient", "UpdateSubnetGroupCommand")
|
|
14
|
-
.sc(UpdateSubnetGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateSubnetGroupCommand extends command(_ep0, _mw0, "UpdateSubnetGroup", UpdateSubnetGroup$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./DAXClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
2
|
import type { CreateClusterRequest, CreateClusterResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateClusterCommandInput extends CreateClusterRequest {
|
|
|
22
19
|
export interface CreateClusterCommandOutput extends CreateClusterResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateClusterCommand_base: {
|
|
25
|
-
new (input: CreateClusterCommandInput): import("@smithy/core/client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateClusterCommandInput): import("@smithy/core/client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateClusterCommandInput): import("@smithy/core/client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateClusterCommandInput): import("@smithy/core/client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a DAX cluster. All nodes in the cluster run the same DAX caching software.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
2
|
import type { CreateParameterGroupRequest, CreateParameterGroupResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateParameterGroupCommandInput extends CreateParameterGroupRe
|
|
|
22
19
|
export interface CreateParameterGroupCommandOutput extends CreateParameterGroupResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateParameterGroupCommand_base: {
|
|
25
|
-
new (input: CreateParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateParameterGroupCommandInput, CreateParameterGroupCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateParameterGroupCommandInput, CreateParameterGroupCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateParameterGroupCommandInput, CreateParameterGroupCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateParameterGroupCommandInput, CreateParameterGroupCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new parameter group. A parameter group is a collection of parameters that
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
2
|
import type { CreateSubnetGroupRequest, CreateSubnetGroupResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateSubnetGroupCommandInput extends CreateSubnetGroupRequest
|
|
|
22
19
|
export interface CreateSubnetGroupCommandOutput extends CreateSubnetGroupResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateSubnetGroupCommand_base: {
|
|
25
|
-
new (input: CreateSubnetGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateSubnetGroupCommandInput, CreateSubnetGroupCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateSubnetGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateSubnetGroupCommandInput, CreateSubnetGroupCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateSubnetGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateSubnetGroupCommandInput, CreateSubnetGroupCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateSubnetGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateSubnetGroupCommandInput, CreateSubnetGroupCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new subnet group.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
2
|
import type { DecreaseReplicationFactorRequest, DecreaseReplicationFactorResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DecreaseReplicationFactorCommandInput extends DecreaseReplicati
|
|
|
22
19
|
export interface DecreaseReplicationFactorCommandOutput extends DecreaseReplicationFactorResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DecreaseReplicationFactorCommand_base: {
|
|
25
|
-
new (input: DecreaseReplicationFactorCommandInput): import("@smithy/core/client").CommandImpl<DecreaseReplicationFactorCommandInput, DecreaseReplicationFactorCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DecreaseReplicationFactorCommandInput): import("@smithy/core/client").CommandImpl<DecreaseReplicationFactorCommandInput, DecreaseReplicationFactorCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DecreaseReplicationFactorCommandInput): import("@smithy/core/client").CommandImpl<DecreaseReplicationFactorCommandInput, DecreaseReplicationFactorCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DecreaseReplicationFactorCommandInput): import("@smithy/core/client").CommandImpl<DecreaseReplicationFactorCommandInput, DecreaseReplicationFactorCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes one or more nodes from a DAX cluster.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
2
|
import type { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteClusterCommandInput extends DeleteClusterRequest {
|
|
|
22
19
|
export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteClusterCommand_base: {
|
|
25
|
-
new (input: DeleteClusterCommandInput): import("@smithy/core/client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteClusterCommandInput): import("@smithy/core/client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteClusterCommandInput): import("@smithy/core/client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteClusterCommandInput): import("@smithy/core/client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a previously provisioned DAX cluster.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
2
|
import type { DeleteParameterGroupRequest, DeleteParameterGroupResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteParameterGroupCommandInput extends DeleteParameterGroupRe
|
|
|
22
19
|
export interface DeleteParameterGroupCommandOutput extends DeleteParameterGroupResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteParameterGroupCommand_base: {
|
|
25
|
-
new (input: DeleteParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteParameterGroupCommandInput, DeleteParameterGroupCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteParameterGroupCommandInput, DeleteParameterGroupCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteParameterGroupCommandInput, DeleteParameterGroupCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteParameterGroupCommandInput, DeleteParameterGroupCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes the specified parameter group. You cannot delete a parameter group if it is
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
2
|
import type { DeleteSubnetGroupRequest, DeleteSubnetGroupResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteSubnetGroupCommandInput extends DeleteSubnetGroupRequest
|
|
|
22
19
|
export interface DeleteSubnetGroupCommandOutput extends DeleteSubnetGroupResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteSubnetGroupCommand_base: {
|
|
25
|
-
new (input: DeleteSubnetGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteSubnetGroupCommandInput, DeleteSubnetGroupCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteSubnetGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteSubnetGroupCommandInput, DeleteSubnetGroupCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteSubnetGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteSubnetGroupCommandInput, DeleteSubnetGroupCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteSubnetGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteSubnetGroupCommandInput, DeleteSubnetGroupCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a subnet group.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
2
|
import type { DescribeClustersRequest, DescribeClustersResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeClustersCommandInput extends DescribeClustersRequest {
|
|
|
22
19
|
export interface DescribeClustersCommandOutput extends DescribeClustersResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeClustersCommand_base: {
|
|
25
|
-
new (input: DescribeClustersCommandInput): import("@smithy/core/client").CommandImpl<DescribeClustersCommandInput, DescribeClustersCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeClustersCommandInput]): import("@smithy/core/client").CommandImpl<DescribeClustersCommandInput, DescribeClustersCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeClustersCommandInput): import("@smithy/core/client").CommandImpl<DescribeClustersCommandInput, DescribeClustersCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeClustersCommandInput]): import("@smithy/core/client").CommandImpl<DescribeClustersCommandInput, DescribeClustersCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about all provisioned DAX clusters if no cluster identifier is
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
2
|
import type { DescribeDefaultParametersRequest, DescribeDefaultParametersResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeDefaultParametersCommandInput extends DescribeDefaultPa
|
|
|
22
19
|
export interface DescribeDefaultParametersCommandOutput extends DescribeDefaultParametersResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeDefaultParametersCommand_base: {
|
|
25
|
-
new (input: DescribeDefaultParametersCommandInput): import("@smithy/core/client").CommandImpl<DescribeDefaultParametersCommandInput, DescribeDefaultParametersCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeDefaultParametersCommandInput]): import("@smithy/core/client").CommandImpl<DescribeDefaultParametersCommandInput, DescribeDefaultParametersCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeDefaultParametersCommandInput): import("@smithy/core/client").CommandImpl<DescribeDefaultParametersCommandInput, DescribeDefaultParametersCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeDefaultParametersCommandInput]): import("@smithy/core/client").CommandImpl<DescribeDefaultParametersCommandInput, DescribeDefaultParametersCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the default system parameter information for the DAX caching
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
2
|
import type { DescribeEventsRequest, DescribeEventsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeEventsCommandInput extends DescribeEventsRequest {
|
|
|
22
19
|
export interface DescribeEventsCommandOutput extends DescribeEventsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeEventsCommand_base: {
|
|
25
|
-
new (input: DescribeEventsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventsCommandInput, DescribeEventsCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeEventsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEventsCommandInput, DescribeEventsCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeEventsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventsCommandInput, DescribeEventsCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeEventsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEventsCommandInput, DescribeEventsCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns events related to DAX clusters and parameter groups. You can
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
2
|
import type { DescribeParameterGroupsRequest, DescribeParameterGroupsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeParameterGroupsCommandInput extends DescribeParameterGr
|
|
|
22
19
|
export interface DescribeParameterGroupsCommandOutput extends DescribeParameterGroupsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeParameterGroupsCommand_base: {
|
|
25
|
-
new (input: DescribeParameterGroupsCommandInput): import("@smithy/core/client").CommandImpl<DescribeParameterGroupsCommandInput, DescribeParameterGroupsCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeParameterGroupsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeParameterGroupsCommandInput, DescribeParameterGroupsCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeParameterGroupsCommandInput): import("@smithy/core/client").CommandImpl<DescribeParameterGroupsCommandInput, DescribeParameterGroupsCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeParameterGroupsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeParameterGroupsCommandInput, DescribeParameterGroupsCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of parameter group descriptions. If a parameter group name is
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
2
|
import type { DescribeParametersRequest, DescribeParametersResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeParametersCommandInput extends DescribeParametersReques
|
|
|
22
19
|
export interface DescribeParametersCommandOutput extends DescribeParametersResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeParametersCommand_base: {
|
|
25
|
-
new (input: DescribeParametersCommandInput): import("@smithy/core/client").CommandImpl<DescribeParametersCommandInput, DescribeParametersCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeParametersCommandInput): import("@smithy/core/client").CommandImpl<DescribeParametersCommandInput, DescribeParametersCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeParametersCommandInput): import("@smithy/core/client").CommandImpl<DescribeParametersCommandInput, DescribeParametersCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeParametersCommandInput): import("@smithy/core/client").CommandImpl<DescribeParametersCommandInput, DescribeParametersCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the detailed parameter list for a particular parameter group.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
2
|
import type { DescribeSubnetGroupsRequest, DescribeSubnetGroupsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeSubnetGroupsCommandInput extends DescribeSubnetGroupsRe
|
|
|
22
19
|
export interface DescribeSubnetGroupsCommandOutput extends DescribeSubnetGroupsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeSubnetGroupsCommand_base: {
|
|
25
|
-
new (input: DescribeSubnetGroupsCommandInput): import("@smithy/core/client").CommandImpl<DescribeSubnetGroupsCommandInput, DescribeSubnetGroupsCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeSubnetGroupsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeSubnetGroupsCommandInput, DescribeSubnetGroupsCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeSubnetGroupsCommandInput): import("@smithy/core/client").CommandImpl<DescribeSubnetGroupsCommandInput, DescribeSubnetGroupsCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeSubnetGroupsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeSubnetGroupsCommandInput, DescribeSubnetGroupsCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of subnet group descriptions. If a subnet group name is specified,
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
2
|
import type { IncreaseReplicationFactorRequest, IncreaseReplicationFactorResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface IncreaseReplicationFactorCommandInput extends IncreaseReplicati
|
|
|
22
19
|
export interface IncreaseReplicationFactorCommandOutput extends IncreaseReplicationFactorResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const IncreaseReplicationFactorCommand_base: {
|
|
25
|
-
new (input: IncreaseReplicationFactorCommandInput): import("@smithy/core/client").CommandImpl<IncreaseReplicationFactorCommandInput, IncreaseReplicationFactorCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: IncreaseReplicationFactorCommandInput): import("@smithy/core/client").CommandImpl<IncreaseReplicationFactorCommandInput, IncreaseReplicationFactorCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: IncreaseReplicationFactorCommandInput): import("@smithy/core/client").CommandImpl<IncreaseReplicationFactorCommandInput, IncreaseReplicationFactorCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: IncreaseReplicationFactorCommandInput): import("@smithy/core/client").CommandImpl<IncreaseReplicationFactorCommandInput, IncreaseReplicationFactorCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Adds one or more nodes to a DAX cluster.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
2
|
import type { ListTagsRequest, ListTagsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListTagsCommandInput extends ListTagsRequest {
|
|
|
22
19
|
export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsCommand_base: {
|
|
25
|
-
new (input: ListTagsCommandInput): import("@smithy/core/client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsCommandInput): import("@smithy/core/client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsCommandInput): import("@smithy/core/client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsCommandInput): import("@smithy/core/client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>List all of the tags for a DAX cluster. You can call
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
2
|
import type { RebootNodeRequest, RebootNodeResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RebootNodeCommandInput extends RebootNodeRequest {
|
|
|
22
19
|
export interface RebootNodeCommandOutput extends RebootNodeResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RebootNodeCommand_base: {
|
|
25
|
-
new (input: RebootNodeCommandInput): import("@smithy/core/client").CommandImpl<RebootNodeCommandInput, RebootNodeCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RebootNodeCommandInput): import("@smithy/core/client").CommandImpl<RebootNodeCommandInput, RebootNodeCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RebootNodeCommandInput): import("@smithy/core/client").CommandImpl<RebootNodeCommandInput, RebootNodeCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RebootNodeCommandInput): import("@smithy/core/client").CommandImpl<RebootNodeCommandInput, RebootNodeCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Reboots a single node of a DAX cluster. The reboot action takes
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
2
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").DAXClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Associates a set of tags with a DAX resource.
|