@aws-sdk/client-dax 3.1076.0 → 3.1078.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 (83) hide show
  1. package/dist-cjs/index.js +32 -215
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateClusterCommand.js +2 -14
  4. package/dist-es/commands/CreateParameterGroupCommand.js +2 -14
  5. package/dist-es/commands/CreateSubnetGroupCommand.js +2 -14
  6. package/dist-es/commands/DecreaseReplicationFactorCommand.js +2 -14
  7. package/dist-es/commands/DeleteClusterCommand.js +2 -14
  8. package/dist-es/commands/DeleteParameterGroupCommand.js +2 -14
  9. package/dist-es/commands/DeleteSubnetGroupCommand.js +2 -14
  10. package/dist-es/commands/DescribeClustersCommand.js +2 -14
  11. package/dist-es/commands/DescribeDefaultParametersCommand.js +2 -14
  12. package/dist-es/commands/DescribeEventsCommand.js +2 -14
  13. package/dist-es/commands/DescribeParameterGroupsCommand.js +2 -14
  14. package/dist-es/commands/DescribeParametersCommand.js +2 -14
  15. package/dist-es/commands/DescribeSubnetGroupsCommand.js +2 -14
  16. package/dist-es/commands/IncreaseReplicationFactorCommand.js +2 -14
  17. package/dist-es/commands/ListTagsCommand.js +2 -14
  18. package/dist-es/commands/RebootNodeCommand.js +2 -14
  19. package/dist-es/commands/TagResourceCommand.js +2 -14
  20. package/dist-es/commands/UntagResourceCommand.js +2 -14
  21. package/dist-es/commands/UpdateClusterCommand.js +2 -14
  22. package/dist-es/commands/UpdateParameterGroupCommand.js +2 -14
  23. package/dist-es/commands/UpdateSubnetGroupCommand.js +2 -14
  24. package/dist-es/index.js +1 -0
  25. package/dist-es/runtimeConfig.browser.js +0 -2
  26. package/dist-es/runtimeConfig.js +1 -2
  27. package/dist-es/runtimeConfig.native.js +0 -2
  28. package/dist-es/runtimeConfig.shared.js +2 -0
  29. package/dist-types/commandBuilder.d.ts +18 -0
  30. package/dist-types/commands/CreateClusterCommand.d.ts +3 -8
  31. package/dist-types/commands/CreateParameterGroupCommand.d.ts +3 -8
  32. package/dist-types/commands/CreateSubnetGroupCommand.d.ts +3 -8
  33. package/dist-types/commands/DecreaseReplicationFactorCommand.d.ts +3 -8
  34. package/dist-types/commands/DeleteClusterCommand.d.ts +3 -8
  35. package/dist-types/commands/DeleteParameterGroupCommand.d.ts +3 -8
  36. package/dist-types/commands/DeleteSubnetGroupCommand.d.ts +3 -8
  37. package/dist-types/commands/DescribeClustersCommand.d.ts +3 -8
  38. package/dist-types/commands/DescribeDefaultParametersCommand.d.ts +3 -8
  39. package/dist-types/commands/DescribeEventsCommand.d.ts +3 -8
  40. package/dist-types/commands/DescribeParameterGroupsCommand.d.ts +3 -8
  41. package/dist-types/commands/DescribeParametersCommand.d.ts +3 -8
  42. package/dist-types/commands/DescribeSubnetGroupsCommand.d.ts +3 -8
  43. package/dist-types/commands/IncreaseReplicationFactorCommand.d.ts +3 -8
  44. package/dist-types/commands/ListTagsCommand.d.ts +3 -8
  45. package/dist-types/commands/RebootNodeCommand.d.ts +3 -8
  46. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  47. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  48. package/dist-types/commands/UpdateClusterCommand.d.ts +3 -8
  49. package/dist-types/commands/UpdateParameterGroupCommand.d.ts +3 -8
  50. package/dist-types/commands/UpdateSubnetGroupCommand.d.ts +3 -8
  51. package/dist-types/index.d.ts +1 -0
  52. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  53. package/dist-types/runtimeConfig.d.ts +1 -1
  54. package/dist-types/runtimeConfig.native.d.ts +1 -1
  55. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  56. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  57. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/CreateParameterGroupCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/CreateSubnetGroupCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/DecreaseReplicationFactorCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/DeleteParameterGroupCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/DeleteSubnetGroupCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/DescribeDefaultParametersCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/DescribeParameterGroupsCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/DescribeSubnetGroupsCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/IncreaseReplicationFactorCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/RebootNodeCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/UpdateParameterGroupCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/UpdateSubnetGroupCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/index.d.ts +1 -0
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  83. package/package.json +8 -10
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DAXClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DAXClient";
8
2
  import {
9
3
  DescribeClustersRequest,
10
4
  DescribeClustersResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeClustersCommandInput extends DescribeClustersRequest {}
15
8
  export interface DescribeClustersCommandOutput
16
9
  extends DescribeClustersResponse,
@@ -21,22 +14,20 @@ declare const DescribeClustersCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DescribeClustersCommandInput,
23
16
  DescribeClustersCommandOutput,
24
- DAXClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DAXClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [DescribeClustersCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DescribeClustersCommandInput,
32
25
  DescribeClustersCommandOutput,
33
- DAXClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").DAXClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DescribeClustersCommand extends DescribeClustersCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DAXClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DAXClient";
8
2
  import {
9
3
  DescribeDefaultParametersRequest,
10
4
  DescribeDefaultParametersResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeDefaultParametersCommandInput
15
8
  extends DescribeDefaultParametersRequest {}
16
9
  export interface DescribeDefaultParametersCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeDefaultParametersCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeDefaultParametersCommandInput,
24
17
  DescribeDefaultParametersCommandOutput,
25
- DAXClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DAXClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeDefaultParametersCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeDefaultParametersCommandInput,
33
26
  DescribeDefaultParametersCommandOutput,
34
- DAXClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DAXClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeDefaultParametersCommand extends DescribeDefaultParametersCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DAXClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DAXClient";
8
2
  import {
9
3
  DescribeEventsRequest,
10
4
  DescribeEventsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeEventsCommandInput extends DescribeEventsRequest {}
15
8
  export interface DescribeEventsCommandOutput
16
9
  extends DescribeEventsResponse,
@@ -21,22 +14,20 @@ declare const DescribeEventsCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DescribeEventsCommandInput,
23
16
  DescribeEventsCommandOutput,
24
- DAXClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DAXClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [DescribeEventsCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DescribeEventsCommandInput,
32
25
  DescribeEventsCommandOutput,
33
- DAXClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").DAXClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DescribeEventsCommand extends DescribeEventsCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DAXClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DAXClient";
8
2
  import {
9
3
  DescribeParameterGroupsRequest,
10
4
  DescribeParameterGroupsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeParameterGroupsCommandInput
15
8
  extends DescribeParameterGroupsRequest {}
16
9
  export interface DescribeParameterGroupsCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeParameterGroupsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeParameterGroupsCommandInput,
24
17
  DescribeParameterGroupsCommandOutput,
25
- DAXClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DAXClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeParameterGroupsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeParameterGroupsCommandInput,
33
26
  DescribeParameterGroupsCommandOutput,
34
- DAXClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DAXClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeParameterGroupsCommand extends DescribeParameterGroupsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DAXClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DAXClient";
8
2
  import {
9
3
  DescribeParametersRequest,
10
4
  DescribeParametersResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeParametersCommandInput
15
8
  extends DescribeParametersRequest {}
16
9
  export interface DescribeParametersCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeParametersCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeParametersCommandInput,
24
17
  DescribeParametersCommandOutput,
25
- DAXClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DAXClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeParametersCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeParametersCommandInput,
33
26
  DescribeParametersCommandOutput,
34
- DAXClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DAXClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeParametersCommand extends DescribeParametersCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DAXClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DAXClient";
8
2
  import {
9
3
  DescribeSubnetGroupsRequest,
10
4
  DescribeSubnetGroupsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeSubnetGroupsCommandInput
15
8
  extends DescribeSubnetGroupsRequest {}
16
9
  export interface DescribeSubnetGroupsCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeSubnetGroupsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeSubnetGroupsCommandInput,
24
17
  DescribeSubnetGroupsCommandOutput,
25
- DAXClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DAXClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeSubnetGroupsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeSubnetGroupsCommandInput,
33
26
  DescribeSubnetGroupsCommandOutput,
34
- DAXClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DAXClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeSubnetGroupsCommand extends DescribeSubnetGroupsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DAXClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DAXClient";
8
2
  import {
9
3
  IncreaseReplicationFactorRequest,
10
4
  IncreaseReplicationFactorResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface IncreaseReplicationFactorCommandInput
15
8
  extends IncreaseReplicationFactorRequest {}
16
9
  export interface IncreaseReplicationFactorCommandOutput
@@ -22,22 +15,20 @@ declare const IncreaseReplicationFactorCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  IncreaseReplicationFactorCommandInput,
24
17
  IncreaseReplicationFactorCommandOutput,
25
- DAXClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DAXClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: IncreaseReplicationFactorCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  IncreaseReplicationFactorCommandInput,
33
26
  IncreaseReplicationFactorCommandOutput,
34
- DAXClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DAXClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class IncreaseReplicationFactorCommand extends IncreaseReplicationFactorCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DAXClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DAXClient";
8
2
  import { ListTagsRequest, ListTagsResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ListTagsCommandInput extends ListTagsRequest {}
12
5
  export interface ListTagsCommandOutput
13
6
  extends ListTagsResponse,
@@ -16,20 +9,18 @@ declare const ListTagsCommand_base: {
16
9
  new (input: ListTagsCommandInput): import("@smithy/core/client").CommandImpl<
17
10
  ListTagsCommandInput,
18
11
  ListTagsCommandOutput,
19
- DAXClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").DAXClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (input: ListTagsCommandInput): import("@smithy/core/client").CommandImpl<
24
17
  ListTagsCommandInput,
25
18
  ListTagsCommandOutput,
26
- DAXClientResolvedConfig,
27
- ServiceInputTypes,
28
- ServiceOutputTypes
19
+ import("..").DAXClientResolvedConfig,
20
+ import("..").ServiceInputTypes,
21
+ import("..").ServiceOutputTypes
29
22
  >;
30
- getEndpointParameterInstructions(): {
31
- [x: string]: unknown;
32
- };
23
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
33
24
  };
34
25
  export declare class ListTagsCommand extends ListTagsCommand_base {
35
26
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DAXClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DAXClient";
8
2
  import { RebootNodeRequest, RebootNodeResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface RebootNodeCommandInput extends RebootNodeRequest {}
12
5
  export interface RebootNodeCommandOutput
13
6
  extends RebootNodeResponse,
@@ -18,22 +11,20 @@ declare const RebootNodeCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  RebootNodeCommandInput,
20
13
  RebootNodeCommandOutput,
21
- DAXClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").DAXClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: RebootNodeCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  RebootNodeCommandInput,
29
22
  RebootNodeCommandOutput,
30
- DAXClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").DAXClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class RebootNodeCommand extends RebootNodeCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DAXClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DAXClient";
8
2
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface TagResourceCommandInput extends TagResourceRequest {}
12
5
  export interface TagResourceCommandOutput
13
6
  extends TagResourceResponse,
@@ -18,22 +11,20 @@ declare const TagResourceCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  TagResourceCommandInput,
20
13
  TagResourceCommandOutput,
21
- DAXClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").DAXClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: TagResourceCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  TagResourceCommandInput,
29
22
  TagResourceCommandOutput,
30
- DAXClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").DAXClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class TagResourceCommand extends TagResourceCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DAXClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DAXClient";
8
2
  import {
9
3
  UntagResourceRequest,
10
4
  UntagResourceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
15
8
  export interface UntagResourceCommandOutput
16
9
  extends UntagResourceResponse,
@@ -21,22 +14,20 @@ declare const UntagResourceCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  UntagResourceCommandInput,
23
16
  UntagResourceCommandOutput,
24
- DAXClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DAXClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: UntagResourceCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  UntagResourceCommandInput,
32
25
  UntagResourceCommandOutput,
33
- DAXClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").DAXClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DAXClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DAXClient";
8
2
  import {
9
3
  UpdateClusterRequest,
10
4
  UpdateClusterResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateClusterCommandInput extends UpdateClusterRequest {}
15
8
  export interface UpdateClusterCommandOutput
16
9
  extends UpdateClusterResponse,
@@ -21,22 +14,20 @@ declare const UpdateClusterCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  UpdateClusterCommandInput,
23
16
  UpdateClusterCommandOutput,
24
- DAXClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DAXClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: UpdateClusterCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  UpdateClusterCommandInput,
32
25
  UpdateClusterCommandOutput,
33
- DAXClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").DAXClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class UpdateClusterCommand extends UpdateClusterCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DAXClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DAXClient";
8
2
  import {
9
3
  UpdateParameterGroupRequest,
10
4
  UpdateParameterGroupResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateParameterGroupCommandInput
15
8
  extends UpdateParameterGroupRequest {}
16
9
  export interface UpdateParameterGroupCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateParameterGroupCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateParameterGroupCommandInput,
24
17
  UpdateParameterGroupCommandOutput,
25
- DAXClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DAXClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateParameterGroupCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateParameterGroupCommandInput,
33
26
  UpdateParameterGroupCommandOutput,
34
- DAXClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DAXClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class UpdateParameterGroupCommand extends UpdateParameterGroupCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DAXClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DAXClient";
8
2
  import {
9
3
  UpdateSubnetGroupRequest,
10
4
  UpdateSubnetGroupResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateSubnetGroupCommandInput
15
8
  extends UpdateSubnetGroupRequest {}
16
9
  export interface UpdateSubnetGroupCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateSubnetGroupCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateSubnetGroupCommandInput,
24
17
  UpdateSubnetGroupCommandOutput,
25
- DAXClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DAXClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateSubnetGroupCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateSubnetGroupCommandInput,
33
26
  UpdateSubnetGroupCommandOutput,
34
- DAXClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DAXClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class UpdateSubnetGroupCommand extends UpdateSubnetGroupCommand_base {
43
34
  protected static __types: {
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
4
4
  export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { DAXExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
+ export { Command as $Command } from "@smithy/core/client";
7
8
  export * from "./schemas/schemas_0";
8
9
  export * from "./models/enums";
9
10
  export * from "./models/errors";