@aws-sdk/client-dax 3.335.0 → 3.338.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/DAXClient.js +2 -1
- package/dist-cjs/commands/CreateClusterCommand.js +2 -1
- package/dist-cjs/commands/CreateParameterGroupCommand.js +2 -1
- package/dist-cjs/commands/CreateSubnetGroupCommand.js +2 -1
- package/dist-cjs/commands/DecreaseReplicationFactorCommand.js +2 -1
- package/dist-cjs/commands/DeleteClusterCommand.js +2 -1
- package/dist-cjs/commands/DeleteParameterGroupCommand.js +2 -1
- package/dist-cjs/commands/DeleteSubnetGroupCommand.js +2 -1
- package/dist-cjs/commands/DescribeClustersCommand.js +2 -1
- package/dist-cjs/commands/DescribeDefaultParametersCommand.js +2 -1
- package/dist-cjs/commands/DescribeEventsCommand.js +2 -1
- package/dist-cjs/commands/DescribeParameterGroupsCommand.js +2 -1
- package/dist-cjs/commands/DescribeParametersCommand.js +2 -1
- package/dist-cjs/commands/DescribeSubnetGroupsCommand.js +2 -1
- package/dist-cjs/commands/IncreaseReplicationFactorCommand.js +2 -1
- package/dist-cjs/commands/ListTagsCommand.js +2 -1
- package/dist-cjs/commands/RebootNodeCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateClusterCommand.js +2 -1
- package/dist-cjs/commands/UpdateParameterGroupCommand.js +2 -1
- package/dist-cjs/commands/UpdateSubnetGroupCommand.js +2 -1
- package/dist-cjs/index.js +1 -1
- package/dist-cjs/models/DAXServiceException.js +2 -1
- package/dist-es/DAXClient.js +1 -0
- package/dist-es/commands/CreateClusterCommand.js +1 -0
- package/dist-es/commands/CreateParameterGroupCommand.js +1 -0
- package/dist-es/commands/CreateSubnetGroupCommand.js +1 -0
- package/dist-es/commands/DecreaseReplicationFactorCommand.js +1 -0
- package/dist-es/commands/DeleteClusterCommand.js +1 -0
- package/dist-es/commands/DeleteParameterGroupCommand.js +1 -0
- package/dist-es/commands/DeleteSubnetGroupCommand.js +1 -0
- package/dist-es/commands/DescribeClustersCommand.js +1 -0
- package/dist-es/commands/DescribeDefaultParametersCommand.js +1 -0
- package/dist-es/commands/DescribeEventsCommand.js +1 -0
- package/dist-es/commands/DescribeParameterGroupsCommand.js +1 -0
- package/dist-es/commands/DescribeParametersCommand.js +1 -0
- package/dist-es/commands/DescribeSubnetGroupsCommand.js +1 -0
- package/dist-es/commands/IncreaseReplicationFactorCommand.js +1 -0
- package/dist-es/commands/ListTagsCommand.js +1 -0
- package/dist-es/commands/RebootNodeCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateClusterCommand.js +1 -0
- package/dist-es/commands/UpdateParameterGroupCommand.js +1 -0
- package/dist-es/commands/UpdateSubnetGroupCommand.js +1 -0
- package/dist-es/index.js +1 -1
- package/dist-es/models/DAXServiceException.js +1 -0
- package/dist-types/DAXClient.d.ts +3 -3
- package/dist-types/commands/CreateClusterCommand.d.ts +4 -0
- package/dist-types/commands/CreateParameterGroupCommand.d.ts +4 -0
- package/dist-types/commands/CreateSubnetGroupCommand.d.ts +4 -0
- package/dist-types/commands/DecreaseReplicationFactorCommand.d.ts +4 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +4 -0
- package/dist-types/commands/DeleteParameterGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSubnetGroupCommand.d.ts +4 -0
- package/dist-types/commands/DescribeClustersCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDefaultParametersCommand.d.ts +4 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeParameterGroupsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeParametersCommand.d.ts +4 -0
- package/dist-types/commands/DescribeSubnetGroupsCommand.d.ts +4 -0
- package/dist-types/commands/IncreaseReplicationFactorCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsCommand.d.ts +4 -0
- package/dist-types/commands/RebootNodeCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +4 -0
- package/dist-types/commands/UpdateParameterGroupCommand.d.ts +4 -0
- package/dist-types/commands/UpdateSubnetGroupCommand.d.ts +4 -0
- package/dist-types/index.d.ts +11 -1
- package/dist-types/models/DAXServiceException.d.ts +1 -0
- package/dist-types/ts3.4/DAXClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateParameterGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateSubnetGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DecreaseReplicationFactorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteParameterGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteSubnetGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeDefaultParametersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeParameterGroupsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeSubnetGroupsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/IncreaseReplicationFactorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RebootNodeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateParameterGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateSubnetGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +1 -1
- package/dist-types/ts3.4/models/DAXServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
5
5
|
import { DecreaseReplicationFactorRequest, DecreaseReplicationFactorResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
5
5
|
import { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
5
5
|
import { DeleteParameterGroupRequest, DeleteParameterGroupResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
5
5
|
import { DeleteSubnetGroupRequest, DeleteSubnetGroupResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
5
5
|
import { DescribeClustersRequest, DescribeClustersResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
5
5
|
import { DescribeDefaultParametersRequest, DescribeDefaultParametersResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
5
5
|
import { DescribeEventsRequest, DescribeEventsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
5
5
|
import { DescribeParameterGroupsRequest, DescribeParameterGroupsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
5
5
|
import { DescribeParametersRequest, DescribeParametersResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
5
5
|
import { DescribeSubnetGroupsRequest, DescribeSubnetGroupsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
5
5
|
import { IncreaseReplicationFactorRequest, IncreaseReplicationFactorResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
5
5
|
import { ListTagsRequest, ListTagsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
5
5
|
import { RebootNodeRequest, RebootNodeResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
5
5
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
5
5
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
5
5
|
import { UpdateClusterRequest, UpdateClusterResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
5
5
|
import { UpdateParameterGroupRequest, UpdateParameterGroupResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
5
5
|
import { UpdateSubnetGroupRequest, UpdateSubnetGroupResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <p>DAX is a managed caching service engineered for Amazon DynamoDB. DAX
|
|
3
|
+
* dramatically speeds up database reads by caching frequently-accessed data from DynamoDB, so
|
|
4
|
+
* applications can access that data with sub-millisecond latency. You can create a DAX
|
|
5
|
+
* cluster easily, using the AWS Management Console. With a few simple modifications to
|
|
6
|
+
* your code, your application can begin taking advantage of the DAX cluster and realize
|
|
7
|
+
* significant improvements in read performance.</p>
|
|
8
|
+
*
|
|
9
|
+
* @packageDocumentation
|
|
10
|
+
*/
|
|
2
11
|
export * from "./DAXClient";
|
|
12
|
+
export * from "./DAX";
|
|
3
13
|
export * from "./commands";
|
|
4
14
|
export * from "./models";
|
|
5
15
|
export { DAXServiceException } from "./models/DAXServiceException";
|
|
@@ -135,6 +135,7 @@ import {
|
|
|
135
135
|
ClientResolvedEndpointParameters,
|
|
136
136
|
EndpointParameters,
|
|
137
137
|
} from "./endpoint/EndpointParameters";
|
|
138
|
+
export { __Client };
|
|
138
139
|
export type ServiceInputTypes =
|
|
139
140
|
| CreateClusterCommandInput
|
|
140
141
|
| CreateParameterGroupCommandInput
|
|
@@ -203,7 +204,7 @@ export interface ClientDefaults
|
|
|
203
204
|
logger?: __Logger;
|
|
204
205
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
205
206
|
}
|
|
206
|
-
type DAXClientConfigType = Partial<
|
|
207
|
+
export type DAXClientConfigType = Partial<
|
|
207
208
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
208
209
|
> &
|
|
209
210
|
ClientDefaults &
|
|
@@ -215,7 +216,7 @@ type DAXClientConfigType = Partial<
|
|
|
215
216
|
UserAgentInputConfig &
|
|
216
217
|
ClientInputEndpointParameters;
|
|
217
218
|
export interface DAXClientConfig extends DAXClientConfigType {}
|
|
218
|
-
type DAXClientResolvedConfigType =
|
|
219
|
+
export type DAXClientResolvedConfigType =
|
|
219
220
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
220
221
|
Required<ClientDefaults> &
|
|
221
222
|
RegionResolvedConfig &
|
|
@@ -236,4 +237,3 @@ export declare class DAXClient extends __Client<
|
|
|
236
237
|
constructor(configuration: DAXClientConfig);
|
|
237
238
|
destroy(): void;
|
|
238
239
|
}
|
|
239
|
-
export {};
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateClusterRequest,
|
|
16
16
|
CreateClusterResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateClusterCommandInput extends CreateClusterRequest {}
|
|
19
20
|
export interface CreateClusterCommandOutput
|
|
20
21
|
extends CreateClusterResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateParameterGroupRequest,
|
|
16
16
|
CreateParameterGroupResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateParameterGroupCommandInput
|
|
19
20
|
extends CreateParameterGroupRequest {}
|
|
20
21
|
export interface CreateParameterGroupCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateSubnetGroupRequest,
|
|
16
16
|
CreateSubnetGroupResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateSubnetGroupCommandInput
|
|
19
20
|
extends CreateSubnetGroupRequest {}
|
|
20
21
|
export interface CreateSubnetGroupCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DecreaseReplicationFactorRequest,
|
|
16
16
|
DecreaseReplicationFactorResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DecreaseReplicationFactorCommandInput
|
|
19
20
|
extends DecreaseReplicationFactorRequest {}
|
|
20
21
|
export interface DecreaseReplicationFactorCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteClusterRequest,
|
|
16
16
|
DeleteClusterResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteClusterCommandInput extends DeleteClusterRequest {}
|
|
19
20
|
export interface DeleteClusterCommandOutput
|
|
20
21
|
extends DeleteClusterResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteParameterGroupRequest,
|
|
16
16
|
DeleteParameterGroupResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteParameterGroupCommandInput
|
|
19
20
|
extends DeleteParameterGroupRequest {}
|
|
20
21
|
export interface DeleteParameterGroupCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteSubnetGroupRequest,
|
|
16
16
|
DeleteSubnetGroupResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteSubnetGroupCommandInput
|
|
19
20
|
extends DeleteSubnetGroupRequest {}
|
|
20
21
|
export interface DeleteSubnetGroupCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeClustersRequest,
|
|
16
16
|
DescribeClustersResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeClustersCommandInput extends DescribeClustersRequest {}
|
|
19
20
|
export interface DescribeClustersCommandOutput
|
|
20
21
|
extends DescribeClustersResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeDefaultParametersRequest,
|
|
16
16
|
DescribeDefaultParametersResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeDefaultParametersCommandInput
|
|
19
20
|
extends DescribeDefaultParametersRequest {}
|
|
20
21
|
export interface DescribeDefaultParametersCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeEventsRequest,
|
|
16
16
|
DescribeEventsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeEventsCommandInput extends DescribeEventsRequest {}
|
|
19
20
|
export interface DescribeEventsCommandOutput
|
|
20
21
|
extends DescribeEventsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeParameterGroupsRequest,
|
|
16
16
|
DescribeParameterGroupsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeParameterGroupsCommandInput
|
|
19
20
|
extends DescribeParameterGroupsRequest {}
|
|
20
21
|
export interface DescribeParameterGroupsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeParametersRequest,
|
|
16
16
|
DescribeParametersResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeParametersCommandInput
|
|
19
20
|
extends DescribeParametersRequest {}
|
|
20
21
|
export interface DescribeParametersCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeSubnetGroupsRequest,
|
|
16
16
|
DescribeSubnetGroupsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeSubnetGroupsCommandInput
|
|
19
20
|
extends DescribeSubnetGroupsRequest {}
|
|
20
21
|
export interface DescribeSubnetGroupsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
IncreaseReplicationFactorRequest,
|
|
16
16
|
IncreaseReplicationFactorResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface IncreaseReplicationFactorCommandInput
|
|
19
20
|
extends IncreaseReplicationFactorRequest {}
|
|
20
21
|
export interface IncreaseReplicationFactorCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../DAXClient";
|
|
14
14
|
import { ListTagsRequest, ListTagsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListTagsCommandInput extends ListTagsRequest {}
|
|
16
17
|
export interface ListTagsCommandOutput
|
|
17
18
|
extends ListTagsResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../DAXClient";
|
|
14
14
|
import { RebootNodeRequest, RebootNodeResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface RebootNodeCommandInput extends RebootNodeRequest {}
|
|
16
17
|
export interface RebootNodeCommandOutput
|
|
17
18
|
extends RebootNodeResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../DAXClient";
|
|
14
14
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
16
17
|
export interface TagResourceCommandOutput
|
|
17
18
|
extends TagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UntagResourceRequest,
|
|
16
16
|
UntagResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
19
20
|
export interface UntagResourceCommandOutput
|
|
20
21
|
extends UntagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateClusterRequest,
|
|
16
16
|
UpdateClusterResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateClusterCommandInput extends UpdateClusterRequest {}
|
|
19
20
|
export interface UpdateClusterCommandOutput
|
|
20
21
|
extends UpdateClusterResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateParameterGroupRequest,
|
|
16
16
|
UpdateParameterGroupResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateParameterGroupCommandInput
|
|
19
20
|
extends UpdateParameterGroupRequest {}
|
|
20
21
|
export interface UpdateParameterGroupCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateSubnetGroupRequest,
|
|
16
16
|
UpdateSubnetGroupResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateSubnetGroupCommandInput
|
|
19
20
|
extends UpdateSubnetGroupRequest {}
|
|
20
21
|
export interface UpdateSubnetGroupCommandOutput
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class DAXServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-dax",
|
|
3
3
|
"description": "AWS SDK for JavaScript Dax Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.338.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,36 +21,36 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.338.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.338.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.338.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.338.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.338.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.338.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.338.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.338.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.338.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.338.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.338.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.338.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.338.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.338.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.338.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.338.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.338.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.338.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.338.0",
|
|
43
|
+
"@aws-sdk/types": "3.338.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.338.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.338.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.338.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.338.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.338.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.338.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.338.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|