@aws-sdk/client-dax 3.533.0 → 3.540.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/DAX.d.ts +6 -1
  6. package/dist-types/DAXClient.d.ts +1 -1
  7. package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateParameterGroupCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateSubnetGroupCommand.d.ts +2 -1
  10. package/dist-types/commands/DecreaseReplicationFactorCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteClusterCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteParameterGroupCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteSubnetGroupCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeClustersCommand.d.ts +2 -1
  15. package/dist-types/commands/DescribeDefaultParametersCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeEventsCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeParameterGroupsCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeParametersCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeSubnetGroupsCommand.d.ts +2 -1
  20. package/dist-types/commands/IncreaseReplicationFactorCommand.d.ts +2 -1
  21. package/dist-types/commands/ListTagsCommand.d.ts +2 -1
  22. package/dist-types/commands/RebootNodeCommand.d.ts +2 -1
  23. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  24. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  25. package/dist-types/commands/UpdateClusterCommand.d.ts +2 -1
  26. package/dist-types/commands/UpdateParameterGroupCommand.d.ts +2 -1
  27. package/dist-types/commands/UpdateSubnetGroupCommand.d.ts +2 -1
  28. package/dist-types/index.d.ts +0 -1
  29. package/dist-types/models/models_0.d.ts +206 -206
  30. package/dist-types/ts3.4/DAX.d.ts +5 -0
  31. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +9 -0
  32. package/dist-types/ts3.4/commands/CreateParameterGroupCommand.d.ts +9 -0
  33. package/dist-types/ts3.4/commands/CreateSubnetGroupCommand.d.ts +9 -0
  34. package/dist-types/ts3.4/commands/DecreaseReplicationFactorCommand.d.ts +9 -0
  35. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +9 -0
  36. package/dist-types/ts3.4/commands/DeleteParameterGroupCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/DeleteSubnetGroupCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/DescribeDefaultParametersCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/DescribeParameterGroupsCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DescribeSubnetGroupsCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/IncreaseReplicationFactorCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/RebootNodeCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/UpdateParameterGroupCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/UpdateSubnetGroupCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/index.d.ts +0 -1
  53. package/package.json +40 -40
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -2008,9 +2008,6 @@ var _DAX = class _DAX extends DAXClient {
2008
2008
  __name(_DAX, "DAX");
2009
2009
  var DAX = _DAX;
2010
2010
  (0, import_smithy_client.createAggregatedClient)(commands, DAX);
2011
-
2012
- // src/index.ts
2013
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
2014
2011
  // Annotate the CommonJS export names for ESM import in node:
2015
2012
 
2016
2013
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -2,5 +2,4 @@ export * from "./DAXClient";
2
2
  export * from "./DAX";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
- import "@aws-sdk/util-endpoints";
6
5
  export { DAXServiceException } from "./models/DAXServiceException";
@@ -67,24 +67,28 @@ export interface DAX {
67
67
  /**
68
68
  * @see {@link DescribeClustersCommand}
69
69
  */
70
+ describeClusters(): Promise<DescribeClustersCommandOutput>;
70
71
  describeClusters(args: DescribeClustersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeClustersCommandOutput>;
71
72
  describeClusters(args: DescribeClustersCommandInput, cb: (err: any, data?: DescribeClustersCommandOutput) => void): void;
72
73
  describeClusters(args: DescribeClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClustersCommandOutput) => void): void;
73
74
  /**
74
75
  * @see {@link DescribeDefaultParametersCommand}
75
76
  */
77
+ describeDefaultParameters(): Promise<DescribeDefaultParametersCommandOutput>;
76
78
  describeDefaultParameters(args: DescribeDefaultParametersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDefaultParametersCommandOutput>;
77
79
  describeDefaultParameters(args: DescribeDefaultParametersCommandInput, cb: (err: any, data?: DescribeDefaultParametersCommandOutput) => void): void;
78
80
  describeDefaultParameters(args: DescribeDefaultParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDefaultParametersCommandOutput) => void): void;
79
81
  /**
80
82
  * @see {@link DescribeEventsCommand}
81
83
  */
84
+ describeEvents(): Promise<DescribeEventsCommandOutput>;
82
85
  describeEvents(args: DescribeEventsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventsCommandOutput>;
83
86
  describeEvents(args: DescribeEventsCommandInput, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
84
87
  describeEvents(args: DescribeEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
85
88
  /**
86
89
  * @see {@link DescribeParameterGroupsCommand}
87
90
  */
91
+ describeParameterGroups(): Promise<DescribeParameterGroupsCommandOutput>;
88
92
  describeParameterGroups(args: DescribeParameterGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeParameterGroupsCommandOutput>;
89
93
  describeParameterGroups(args: DescribeParameterGroupsCommandInput, cb: (err: any, data?: DescribeParameterGroupsCommandOutput) => void): void;
90
94
  describeParameterGroups(args: DescribeParameterGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeParameterGroupsCommandOutput) => void): void;
@@ -97,6 +101,7 @@ export interface DAX {
97
101
  /**
98
102
  * @see {@link DescribeSubnetGroupsCommand}
99
103
  */
104
+ describeSubnetGroups(): Promise<DescribeSubnetGroupsCommandOutput>;
100
105
  describeSubnetGroups(args: DescribeSubnetGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSubnetGroupsCommandOutput>;
101
106
  describeSubnetGroups(args: DescribeSubnetGroupsCommandInput, cb: (err: any, data?: DescribeSubnetGroupsCommandOutput) => void): void;
102
107
  describeSubnetGroups(args: DescribeSubnetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSubnetGroupsCommandOutput) => void): void;
@@ -150,13 +155,13 @@ export interface DAX {
150
155
  updateSubnetGroup(args: UpdateSubnetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSubnetGroupCommandOutput) => void): void;
151
156
  }
152
157
  /**
153
- * @public
154
158
  * <p>DAX is a managed caching service engineered for Amazon DynamoDB. DAX
155
159
  * dramatically speeds up database reads by caching frequently-accessed data from DynamoDB, so
156
160
  * applications can access that data with sub-millisecond latency. You can create a DAX
157
161
  * cluster easily, using the AWS Management Console. With a few simple modifications to
158
162
  * your code, your application can begin taking advantage of the DAX cluster and realize
159
163
  * significant improvements in read performance.</p>
164
+ * @public
160
165
  */
161
166
  export declare class DAX extends DAXClient implements DAX {
162
167
  }
@@ -172,13 +172,13 @@ export type DAXClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHa
172
172
  export interface DAXClientResolvedConfig extends DAXClientResolvedConfigType {
173
173
  }
174
174
  /**
175
- * @public
176
175
  * <p>DAX is a managed caching service engineered for Amazon DynamoDB. DAX
177
176
  * dramatically speeds up database reads by caching frequently-accessed data from DynamoDB, so
178
177
  * applications can access that data with sub-millisecond latency. You can create a DAX
179
178
  * cluster easily, using the AWS Management Console. With a few simple modifications to
180
179
  * your code, your application can begin taking advantage of the DAX cluster and realize
181
180
  * significant improvements in read performance.</p>
181
+ * @public
182
182
  */
183
183
  export declare class DAXClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DAXClientResolvedConfig> {
184
184
  /**
@@ -22,10 +22,10 @@ export interface CreateClusterCommandOutput extends CreateClusterResponse, __Met
22
22
  }
23
23
  declare const CreateClusterCommand_base: {
24
24
  new (input: CreateClusterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateClusterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a DAX cluster. All nodes in the cluster run the same DAX caching software.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -184,6 +184,7 @@ declare const CreateClusterCommand_base: {
184
184
  * @throws {@link DAXServiceException}
185
185
  * <p>Base exception class for all service exceptions from DAX service.</p>
186
186
  *
187
+ * @public
187
188
  */
188
189
  export declare class CreateClusterCommand extends CreateClusterCommand_base {
189
190
  }
@@ -22,10 +22,10 @@ export interface CreateParameterGroupCommandOutput extends CreateParameterGroupR
22
22
  }
23
23
  declare const CreateParameterGroupCommand_base: {
24
24
  new (input: CreateParameterGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateParameterGroupCommandInput, CreateParameterGroupCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateParameterGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateParameterGroupCommandInput, CreateParameterGroupCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new parameter group. A parameter group is a collection of parameters that
30
30
  * you apply to all of the nodes in a DAX cluster.</p>
31
31
  * @example
@@ -76,6 +76,7 @@ declare const CreateParameterGroupCommand_base: {
76
76
  * @throws {@link DAXServiceException}
77
77
  * <p>Base exception class for all service exceptions from DAX service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class CreateParameterGroupCommand extends CreateParameterGroupCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface CreateSubnetGroupCommandOutput extends CreateSubnetGroupRespons
22
22
  }
23
23
  declare const CreateSubnetGroupCommand_base: {
24
24
  new (input: CreateSubnetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSubnetGroupCommandInput, CreateSubnetGroupCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateSubnetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSubnetGroupCommandInput, CreateSubnetGroupCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new subnet group.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -84,6 +84,7 @@ declare const CreateSubnetGroupCommand_base: {
84
84
  * @throws {@link DAXServiceException}
85
85
  * <p>Base exception class for all service exceptions from DAX service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class CreateSubnetGroupCommand extends CreateSubnetGroupCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface DecreaseReplicationFactorCommandOutput extends DecreaseReplicat
22
22
  }
23
23
  declare const DecreaseReplicationFactorCommand_base: {
24
24
  new (input: DecreaseReplicationFactorCommandInput): import("@smithy/smithy-client").CommandImpl<DecreaseReplicationFactorCommandInput, DecreaseReplicationFactorCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DecreaseReplicationFactorCommandInput): import("@smithy/smithy-client").CommandImpl<DecreaseReplicationFactorCommandInput, DecreaseReplicationFactorCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes one or more nodes from a DAX cluster.</p>
30
30
  * <note>
31
31
  * <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>
@@ -136,6 +136,7 @@ declare const DecreaseReplicationFactorCommand_base: {
136
136
  * @throws {@link DAXServiceException}
137
137
  * <p>Base exception class for all service exceptions from DAX service.</p>
138
138
  *
139
+ * @public
139
140
  */
140
141
  export declare class DecreaseReplicationFactorCommand extends DecreaseReplicationFactorCommand_base {
141
142
  }
@@ -22,10 +22,10 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __Met
22
22
  }
23
23
  declare const DeleteClusterCommand_base: {
24
24
  new (input: DeleteClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a previously provisioned DAX cluster.
30
30
  * <i>DeleteCluster</i> deletes all associated nodes, node endpoints
31
31
  * and the DAX cluster itself. When you receive a successful response from this action,
@@ -127,6 +127,7 @@ declare const DeleteClusterCommand_base: {
127
127
  * @throws {@link DAXServiceException}
128
128
  * <p>Base exception class for all service exceptions from DAX service.</p>
129
129
  *
130
+ * @public
130
131
  */
131
132
  export declare class DeleteClusterCommand extends DeleteClusterCommand_base {
132
133
  }
@@ -22,10 +22,10 @@ export interface DeleteParameterGroupCommandOutput extends DeleteParameterGroupR
22
22
  }
23
23
  declare const DeleteParameterGroupCommand_base: {
24
24
  new (input: DeleteParameterGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteParameterGroupCommandInput, DeleteParameterGroupCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteParameterGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteParameterGroupCommandInput, DeleteParameterGroupCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified parameter group. You cannot delete a parameter group if it is
30
30
  * associated with any DAX clusters.</p>
31
31
  * @example
@@ -69,6 +69,7 @@ declare const DeleteParameterGroupCommand_base: {
69
69
  * @throws {@link DAXServiceException}
70
70
  * <p>Base exception class for all service exceptions from DAX service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class DeleteParameterGroupCommand extends DeleteParameterGroupCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface DeleteSubnetGroupCommandOutput extends DeleteSubnetGroupRespons
22
22
  }
23
23
  declare const DeleteSubnetGroupCommand_base: {
24
24
  new (input: DeleteSubnetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSubnetGroupCommandInput, DeleteSubnetGroupCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteSubnetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSubnetGroupCommandInput, DeleteSubnetGroupCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a subnet group.</p>
30
30
  * <note>
31
31
  * <p>You cannot delete a subnet group if it is associated with any DAX
@@ -67,6 +67,7 @@ declare const DeleteSubnetGroupCommand_base: {
67
67
  * @throws {@link DAXServiceException}
68
68
  * <p>Base exception class for all service exceptions from DAX service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class DeleteSubnetGroupCommand extends DeleteSubnetGroupCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface DescribeClustersCommandOutput extends DescribeClustersResponse,
22
22
  }
23
23
  declare const DescribeClustersCommand_base: {
24
24
  new (input: DescribeClustersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClustersCommandInput, DescribeClustersCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeClustersCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeClustersCommandInput, DescribeClustersCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about all provisioned DAX clusters if no cluster identifier
30
30
  * is specified, or about a specific DAX cluster if a cluster identifier is
31
31
  * supplied.</p>
@@ -138,6 +138,7 @@ declare const DescribeClustersCommand_base: {
138
138
  * @throws {@link DAXServiceException}
139
139
  * <p>Base exception class for all service exceptions from DAX service.</p>
140
140
  *
141
+ * @public
141
142
  */
142
143
  export declare class DescribeClustersCommand extends DescribeClustersCommand_base {
143
144
  }
@@ -22,10 +22,10 @@ export interface DescribeDefaultParametersCommandOutput extends DescribeDefaultP
22
22
  }
23
23
  declare const DescribeDefaultParametersCommand_base: {
24
24
  new (input: DescribeDefaultParametersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDefaultParametersCommandInput, DescribeDefaultParametersCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeDefaultParametersCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeDefaultParametersCommandInput, DescribeDefaultParametersCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the default system parameter information for the DAX caching
30
30
  * software.</p>
31
31
  * @example
@@ -83,6 +83,7 @@ declare const DescribeDefaultParametersCommand_base: {
83
83
  * @throws {@link DAXServiceException}
84
84
  * <p>Base exception class for all service exceptions from DAX service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class DescribeDefaultParametersCommand extends DescribeDefaultParametersCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface DescribeEventsCommandOutput extends DescribeEventsResponse, __M
22
22
  }
23
23
  declare const DescribeEventsCommand_base: {
24
24
  new (input: DescribeEventsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEventsCommandInput, DescribeEventsCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeEventsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeEventsCommandInput, DescribeEventsCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns events related to DAX clusters and parameter groups. You can obtain
30
30
  * events specific to a particular DAX cluster or parameter group by providing the name
31
31
  * as a parameter.</p>
@@ -80,6 +80,7 @@ declare const DescribeEventsCommand_base: {
80
80
  * @throws {@link DAXServiceException}
81
81
  * <p>Base exception class for all service exceptions from DAX service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class DescribeEventsCommand extends DescribeEventsCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface DescribeParameterGroupsCommandOutput extends DescribeParameterG
22
22
  }
23
23
  declare const DescribeParameterGroupsCommand_base: {
24
24
  new (input: DescribeParameterGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeParameterGroupsCommandInput, DescribeParameterGroupsCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeParameterGroupsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeParameterGroupsCommandInput, DescribeParameterGroupsCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of parameter group descriptions. If a parameter group name is
30
30
  * specified, the list will contain only the descriptions for that group.</p>
31
31
  * @example
@@ -76,6 +76,7 @@ declare const DescribeParameterGroupsCommand_base: {
76
76
  * @throws {@link DAXServiceException}
77
77
  * <p>Base exception class for all service exceptions from DAX service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class DescribeParameterGroupsCommand extends DescribeParameterGroupsCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface DescribeParametersCommandOutput extends DescribeParametersRespo
22
22
  }
23
23
  declare const DescribeParametersCommand_base: {
24
24
  new (input: DescribeParametersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeParametersCommandInput, DescribeParametersCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeParametersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeParametersCommandInput, DescribeParametersCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the detailed parameter list for a particular parameter group.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -87,6 +87,7 @@ declare const DescribeParametersCommand_base: {
87
87
  * @throws {@link DAXServiceException}
88
88
  * <p>Base exception class for all service exceptions from DAX service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class DescribeParametersCommand extends DescribeParametersCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface DescribeSubnetGroupsCommandOutput extends DescribeSubnetGroupsR
22
22
  }
23
23
  declare const DescribeSubnetGroupsCommand_base: {
24
24
  new (input: DescribeSubnetGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSubnetGroupsCommandInput, DescribeSubnetGroupsCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeSubnetGroupsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeSubnetGroupsCommandInput, DescribeSubnetGroupsCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of subnet group descriptions. If a subnet group name is specified,
30
30
  * the list will contain only the description of that group.</p>
31
31
  * @example
@@ -78,6 +78,7 @@ declare const DescribeSubnetGroupsCommand_base: {
78
78
  * @throws {@link DAXServiceException}
79
79
  * <p>Base exception class for all service exceptions from DAX service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class DescribeSubnetGroupsCommand extends DescribeSubnetGroupsCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface IncreaseReplicationFactorCommandOutput extends IncreaseReplicat
22
22
  }
23
23
  declare const IncreaseReplicationFactorCommand_base: {
24
24
  new (input: IncreaseReplicationFactorCommandInput): import("@smithy/smithy-client").CommandImpl<IncreaseReplicationFactorCommandInput, IncreaseReplicationFactorCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: IncreaseReplicationFactorCommandInput): import("@smithy/smithy-client").CommandImpl<IncreaseReplicationFactorCommandInput, IncreaseReplicationFactorCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds one or more nodes to a DAX cluster.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -142,6 +142,7 @@ declare const IncreaseReplicationFactorCommand_base: {
142
142
  * @throws {@link DAXServiceException}
143
143
  * <p>Base exception class for all service exceptions from DAX service.</p>
144
144
  *
145
+ * @public
145
146
  */
146
147
  export declare class IncreaseReplicationFactorCommand extends IncreaseReplicationFactorCommand_base {
147
148
  }
@@ -22,10 +22,10 @@ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBeare
22
22
  }
23
23
  declare const ListTagsCommand_base: {
24
24
  new (input: ListTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List all of the tags for a DAX cluster. You can call <code>ListTags</code> up to
30
30
  * 10 times per second, per account.</p>
31
31
  * @example
@@ -80,6 +80,7 @@ declare const ListTagsCommand_base: {
80
80
  * @throws {@link DAXServiceException}
81
81
  * <p>Base exception class for all service exceptions from DAX service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class ListTagsCommand extends ListTagsCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface RebootNodeCommandOutput extends RebootNodeResponse, __MetadataB
22
22
  }
23
23
  declare const RebootNodeCommand_base: {
24
24
  new (input: RebootNodeCommandInput): import("@smithy/smithy-client").CommandImpl<RebootNodeCommandInput, RebootNodeCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RebootNodeCommandInput): import("@smithy/smithy-client").CommandImpl<RebootNodeCommandInput, RebootNodeCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Reboots a single node of a DAX cluster. The reboot action takes place
30
30
  * as soon as possible. During the
31
31
  * reboot, the node status is set to REBOOTING.</p>
@@ -133,6 +133,7 @@ declare const RebootNodeCommand_base: {
133
133
  * @throws {@link DAXServiceException}
134
134
  * <p>Base exception class for all service exceptions from DAX service.</p>
135
135
  *
136
+ * @public
136
137
  */
137
138
  export declare class RebootNodeCommand extends RebootNodeCommand_base {
138
139
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Associates a set of tags with a DAX resource. You can call <code>TagResource</code> up to 5 times per second, per
30
30
  * account. </p>
31
31
  * @example
@@ -87,6 +87,7 @@ declare const TagResourceCommand_base: {
87
87
  * @throws {@link DAXServiceException}
88
88
  * <p>Base exception class for all service exceptions from DAX service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class TagResourceCommand extends TagResourceCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the association of tags from a DAX resource. You can call
30
30
  * <code>UntagResource</code> up to 5 times per second, per account. </p>
31
31
  * @example
@@ -84,6 +84,7 @@ declare const UntagResourceCommand_base: {
84
84
  * @throws {@link DAXServiceException}
85
85
  * <p>Base exception class for all service exceptions from DAX service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface UpdateClusterCommandOutput extends UpdateClusterResponse, __Met
22
22
  }
23
23
  declare const UpdateClusterCommand_base: {
24
24
  new (input: UpdateClusterCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateClusterCommandInput, UpdateClusterCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateClusterCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateClusterCommandInput, UpdateClusterCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Modifies the settings for a DAX cluster. You can use this action to change one or
30
30
  * more cluster configuration parameters by specifying the parameters and the new
31
31
  * values.</p>
@@ -139,6 +139,7 @@ declare const UpdateClusterCommand_base: {
139
139
  * @throws {@link DAXServiceException}
140
140
  * <p>Base exception class for all service exceptions from DAX service.</p>
141
141
  *
142
+ * @public
142
143
  */
143
144
  export declare class UpdateClusterCommand extends UpdateClusterCommand_base {
144
145
  }
@@ -22,10 +22,10 @@ export interface UpdateParameterGroupCommandOutput extends UpdateParameterGroupR
22
22
  }
23
23
  declare const UpdateParameterGroupCommand_base: {
24
24
  new (input: UpdateParameterGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateParameterGroupCommandInput, UpdateParameterGroupCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateParameterGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateParameterGroupCommandInput, UpdateParameterGroupCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Modifies the parameters of a parameter group. You can modify up to 20
30
30
  * parameters in a single request by submitting a list parameter name and value
31
31
  * pairs.</p>
@@ -79,6 +79,7 @@ declare const UpdateParameterGroupCommand_base: {
79
79
  * @throws {@link DAXServiceException}
80
80
  * <p>Base exception class for all service exceptions from DAX service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class UpdateParameterGroupCommand extends UpdateParameterGroupCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface UpdateSubnetGroupCommandOutput extends UpdateSubnetGroupRespons
22
22
  }
23
23
  declare const UpdateSubnetGroupCommand_base: {
24
24
  new (input: UpdateSubnetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSubnetGroupCommandInput, UpdateSubnetGroupCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateSubnetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSubnetGroupCommandInput, UpdateSubnetGroupCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Modifies an existing subnet group.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -84,6 +84,7 @@ declare const UpdateSubnetGroupCommand_base: {
84
84
  * @throws {@link DAXServiceException}
85
85
  * <p>Base exception class for all service exceptions from DAX service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class UpdateSubnetGroupCommand extends UpdateSubnetGroupCommand_base {
89
90
  }
@@ -15,5 +15,4 @@ export { RuntimeExtension } from "./runtimeExtensions";
15
15
  export { DAXExtensionConfiguration } from "./extensionConfiguration";
16
16
  export * from "./commands";
17
17
  export * from "./models";
18
- import "@aws-sdk/util-endpoints";
19
18
  export { DAXServiceException } from "./models/DAXServiceException";