@aws-sdk/client-dax 3.169.0 → 3.171.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 (36) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/DAX.d.ts +361 -110
  3. package/dist-types/ts3.4/DAXClient.d.ts +229 -94
  4. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/CreateParameterGroupCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CreateSubnetGroupCommand.d.ts +36 -17
  7. package/dist-types/ts3.4/commands/DecreaseReplicationFactorCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/DeleteParameterGroupCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/DeleteSubnetGroupCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DescribeDefaultParametersCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DescribeParameterGroupsCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/DescribeSubnetGroupsCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/IncreaseReplicationFactorCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/RebootNodeCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/UpdateParameterGroupCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/UpdateSubnetGroupCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/index.d.ts +21 -21
  26. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  27. package/dist-types/ts3.4/index.d.ts +5 -5
  28. package/dist-types/ts3.4/models/DAXServiceException.d.ts +7 -6
  29. package/dist-types/ts3.4/models/index.d.ts +1 -1
  30. package/dist-types/ts3.4/models/models_0.d.ts +655 -774
  31. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +257 -65
  32. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  33. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  34. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  35. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  36. package/package.json +34 -34
@@ -1,65 +1,257 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { CreateClusterCommandInput, CreateClusterCommandOutput } from "../commands/CreateClusterCommand";
4
- import { CreateParameterGroupCommandInput, CreateParameterGroupCommandOutput } from "../commands/CreateParameterGroupCommand";
5
- import { CreateSubnetGroupCommandInput, CreateSubnetGroupCommandOutput } from "../commands/CreateSubnetGroupCommand";
6
- import { DecreaseReplicationFactorCommandInput, DecreaseReplicationFactorCommandOutput } from "../commands/DecreaseReplicationFactorCommand";
7
- import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "../commands/DeleteClusterCommand";
8
- import { DeleteParameterGroupCommandInput, DeleteParameterGroupCommandOutput } from "../commands/DeleteParameterGroupCommand";
9
- import { DeleteSubnetGroupCommandInput, DeleteSubnetGroupCommandOutput } from "../commands/DeleteSubnetGroupCommand";
10
- import { DescribeClustersCommandInput, DescribeClustersCommandOutput } from "../commands/DescribeClustersCommand";
11
- import { DescribeDefaultParametersCommandInput, DescribeDefaultParametersCommandOutput } from "../commands/DescribeDefaultParametersCommand";
12
- import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "../commands/DescribeEventsCommand";
13
- import { DescribeParameterGroupsCommandInput, DescribeParameterGroupsCommandOutput } from "../commands/DescribeParameterGroupsCommand";
14
- import { DescribeParametersCommandInput, DescribeParametersCommandOutput } from "../commands/DescribeParametersCommand";
15
- import { DescribeSubnetGroupsCommandInput, DescribeSubnetGroupsCommandOutput } from "../commands/DescribeSubnetGroupsCommand";
16
- import { IncreaseReplicationFactorCommandInput, IncreaseReplicationFactorCommandOutput } from "../commands/IncreaseReplicationFactorCommand";
17
- import { ListTagsCommandInput, ListTagsCommandOutput } from "../commands/ListTagsCommand";
18
- import { RebootNodeCommandInput, RebootNodeCommandOutput } from "../commands/RebootNodeCommand";
19
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
20
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
21
- import { UpdateClusterCommandInput, UpdateClusterCommandOutput } from "../commands/UpdateClusterCommand";
22
- import { UpdateParameterGroupCommandInput, UpdateParameterGroupCommandOutput } from "../commands/UpdateParameterGroupCommand";
23
- import { UpdateSubnetGroupCommandInput, UpdateSubnetGroupCommandOutput } from "../commands/UpdateSubnetGroupCommand";
24
- export declare const serializeAws_json1_1CreateClusterCommand: (input: CreateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
- export declare const serializeAws_json1_1CreateParameterGroupCommand: (input: CreateParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
- export declare const serializeAws_json1_1CreateSubnetGroupCommand: (input: CreateSubnetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
- export declare const serializeAws_json1_1DecreaseReplicationFactorCommand: (input: DecreaseReplicationFactorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
- export declare const serializeAws_json1_1DeleteClusterCommand: (input: DeleteClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- export declare const serializeAws_json1_1DeleteParameterGroupCommand: (input: DeleteParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- export declare const serializeAws_json1_1DeleteSubnetGroupCommand: (input: DeleteSubnetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const serializeAws_json1_1DescribeClustersCommand: (input: DescribeClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_json1_1DescribeDefaultParametersCommand: (input: DescribeDefaultParametersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_json1_1DescribeEventsCommand: (input: DescribeEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_json1_1DescribeParameterGroupsCommand: (input: DescribeParameterGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_json1_1DescribeParametersCommand: (input: DescribeParametersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_json1_1DescribeSubnetGroupsCommand: (input: DescribeSubnetGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_json1_1IncreaseReplicationFactorCommand: (input: IncreaseReplicationFactorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_json1_1ListTagsCommand: (input: ListTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_json1_1RebootNodeCommand: (input: RebootNodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_json1_1UpdateClusterCommand: (input: UpdateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_json1_1UpdateParameterGroupCommand: (input: UpdateParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_json1_1UpdateSubnetGroupCommand: (input: UpdateSubnetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const deserializeAws_json1_1CreateClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClusterCommandOutput>;
46
- export declare const deserializeAws_json1_1CreateParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateParameterGroupCommandOutput>;
47
- export declare const deserializeAws_json1_1CreateSubnetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSubnetGroupCommandOutput>;
48
- export declare const deserializeAws_json1_1DecreaseReplicationFactorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DecreaseReplicationFactorCommandOutput>;
49
- export declare const deserializeAws_json1_1DeleteClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClusterCommandOutput>;
50
- export declare const deserializeAws_json1_1DeleteParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteParameterGroupCommandOutput>;
51
- export declare const deserializeAws_json1_1DeleteSubnetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSubnetGroupCommandOutput>;
52
- export declare const deserializeAws_json1_1DescribeClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClustersCommandOutput>;
53
- export declare const deserializeAws_json1_1DescribeDefaultParametersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDefaultParametersCommandOutput>;
54
- export declare const deserializeAws_json1_1DescribeEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEventsCommandOutput>;
55
- export declare const deserializeAws_json1_1DescribeParameterGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeParameterGroupsCommandOutput>;
56
- export declare const deserializeAws_json1_1DescribeParametersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeParametersCommandOutput>;
57
- export declare const deserializeAws_json1_1DescribeSubnetGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSubnetGroupsCommandOutput>;
58
- export declare const deserializeAws_json1_1IncreaseReplicationFactorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<IncreaseReplicationFactorCommandOutput>;
59
- export declare const deserializeAws_json1_1ListTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsCommandOutput>;
60
- export declare const deserializeAws_json1_1RebootNodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RebootNodeCommandOutput>;
61
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
62
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
63
- export declare const deserializeAws_json1_1UpdateClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClusterCommandOutput>;
64
- export declare const deserializeAws_json1_1UpdateParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateParameterGroupCommandOutput>;
65
- export declare const deserializeAws_json1_1UpdateSubnetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSubnetGroupCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ CreateClusterCommandInput,
8
+ CreateClusterCommandOutput,
9
+ } from "../commands/CreateClusterCommand";
10
+ import {
11
+ CreateParameterGroupCommandInput,
12
+ CreateParameterGroupCommandOutput,
13
+ } from "../commands/CreateParameterGroupCommand";
14
+ import {
15
+ CreateSubnetGroupCommandInput,
16
+ CreateSubnetGroupCommandOutput,
17
+ } from "../commands/CreateSubnetGroupCommand";
18
+ import {
19
+ DecreaseReplicationFactorCommandInput,
20
+ DecreaseReplicationFactorCommandOutput,
21
+ } from "../commands/DecreaseReplicationFactorCommand";
22
+ import {
23
+ DeleteClusterCommandInput,
24
+ DeleteClusterCommandOutput,
25
+ } from "../commands/DeleteClusterCommand";
26
+ import {
27
+ DeleteParameterGroupCommandInput,
28
+ DeleteParameterGroupCommandOutput,
29
+ } from "../commands/DeleteParameterGroupCommand";
30
+ import {
31
+ DeleteSubnetGroupCommandInput,
32
+ DeleteSubnetGroupCommandOutput,
33
+ } from "../commands/DeleteSubnetGroupCommand";
34
+ import {
35
+ DescribeClustersCommandInput,
36
+ DescribeClustersCommandOutput,
37
+ } from "../commands/DescribeClustersCommand";
38
+ import {
39
+ DescribeDefaultParametersCommandInput,
40
+ DescribeDefaultParametersCommandOutput,
41
+ } from "../commands/DescribeDefaultParametersCommand";
42
+ import {
43
+ DescribeEventsCommandInput,
44
+ DescribeEventsCommandOutput,
45
+ } from "../commands/DescribeEventsCommand";
46
+ import {
47
+ DescribeParameterGroupsCommandInput,
48
+ DescribeParameterGroupsCommandOutput,
49
+ } from "../commands/DescribeParameterGroupsCommand";
50
+ import {
51
+ DescribeParametersCommandInput,
52
+ DescribeParametersCommandOutput,
53
+ } from "../commands/DescribeParametersCommand";
54
+ import {
55
+ DescribeSubnetGroupsCommandInput,
56
+ DescribeSubnetGroupsCommandOutput,
57
+ } from "../commands/DescribeSubnetGroupsCommand";
58
+ import {
59
+ IncreaseReplicationFactorCommandInput,
60
+ IncreaseReplicationFactorCommandOutput,
61
+ } from "../commands/IncreaseReplicationFactorCommand";
62
+ import {
63
+ ListTagsCommandInput,
64
+ ListTagsCommandOutput,
65
+ } from "../commands/ListTagsCommand";
66
+ import {
67
+ RebootNodeCommandInput,
68
+ RebootNodeCommandOutput,
69
+ } from "../commands/RebootNodeCommand";
70
+ import {
71
+ TagResourceCommandInput,
72
+ TagResourceCommandOutput,
73
+ } from "../commands/TagResourceCommand";
74
+ import {
75
+ UntagResourceCommandInput,
76
+ UntagResourceCommandOutput,
77
+ } from "../commands/UntagResourceCommand";
78
+ import {
79
+ UpdateClusterCommandInput,
80
+ UpdateClusterCommandOutput,
81
+ } from "../commands/UpdateClusterCommand";
82
+ import {
83
+ UpdateParameterGroupCommandInput,
84
+ UpdateParameterGroupCommandOutput,
85
+ } from "../commands/UpdateParameterGroupCommand";
86
+ import {
87
+ UpdateSubnetGroupCommandInput,
88
+ UpdateSubnetGroupCommandOutput,
89
+ } from "../commands/UpdateSubnetGroupCommand";
90
+ export declare const serializeAws_json1_1CreateClusterCommand: (
91
+ input: CreateClusterCommandInput,
92
+ context: __SerdeContext
93
+ ) => Promise<__HttpRequest>;
94
+ export declare const serializeAws_json1_1CreateParameterGroupCommand: (
95
+ input: CreateParameterGroupCommandInput,
96
+ context: __SerdeContext
97
+ ) => Promise<__HttpRequest>;
98
+ export declare const serializeAws_json1_1CreateSubnetGroupCommand: (
99
+ input: CreateSubnetGroupCommandInput,
100
+ context: __SerdeContext
101
+ ) => Promise<__HttpRequest>;
102
+ export declare const serializeAws_json1_1DecreaseReplicationFactorCommand: (
103
+ input: DecreaseReplicationFactorCommandInput,
104
+ context: __SerdeContext
105
+ ) => Promise<__HttpRequest>;
106
+ export declare const serializeAws_json1_1DeleteClusterCommand: (
107
+ input: DeleteClusterCommandInput,
108
+ context: __SerdeContext
109
+ ) => Promise<__HttpRequest>;
110
+ export declare const serializeAws_json1_1DeleteParameterGroupCommand: (
111
+ input: DeleteParameterGroupCommandInput,
112
+ context: __SerdeContext
113
+ ) => Promise<__HttpRequest>;
114
+ export declare const serializeAws_json1_1DeleteSubnetGroupCommand: (
115
+ input: DeleteSubnetGroupCommandInput,
116
+ context: __SerdeContext
117
+ ) => Promise<__HttpRequest>;
118
+ export declare const serializeAws_json1_1DescribeClustersCommand: (
119
+ input: DescribeClustersCommandInput,
120
+ context: __SerdeContext
121
+ ) => Promise<__HttpRequest>;
122
+ export declare const serializeAws_json1_1DescribeDefaultParametersCommand: (
123
+ input: DescribeDefaultParametersCommandInput,
124
+ context: __SerdeContext
125
+ ) => Promise<__HttpRequest>;
126
+ export declare const serializeAws_json1_1DescribeEventsCommand: (
127
+ input: DescribeEventsCommandInput,
128
+ context: __SerdeContext
129
+ ) => Promise<__HttpRequest>;
130
+ export declare const serializeAws_json1_1DescribeParameterGroupsCommand: (
131
+ input: DescribeParameterGroupsCommandInput,
132
+ context: __SerdeContext
133
+ ) => Promise<__HttpRequest>;
134
+ export declare const serializeAws_json1_1DescribeParametersCommand: (
135
+ input: DescribeParametersCommandInput,
136
+ context: __SerdeContext
137
+ ) => Promise<__HttpRequest>;
138
+ export declare const serializeAws_json1_1DescribeSubnetGroupsCommand: (
139
+ input: DescribeSubnetGroupsCommandInput,
140
+ context: __SerdeContext
141
+ ) => Promise<__HttpRequest>;
142
+ export declare const serializeAws_json1_1IncreaseReplicationFactorCommand: (
143
+ input: IncreaseReplicationFactorCommandInput,
144
+ context: __SerdeContext
145
+ ) => Promise<__HttpRequest>;
146
+ export declare const serializeAws_json1_1ListTagsCommand: (
147
+ input: ListTagsCommandInput,
148
+ context: __SerdeContext
149
+ ) => Promise<__HttpRequest>;
150
+ export declare const serializeAws_json1_1RebootNodeCommand: (
151
+ input: RebootNodeCommandInput,
152
+ context: __SerdeContext
153
+ ) => Promise<__HttpRequest>;
154
+ export declare const serializeAws_json1_1TagResourceCommand: (
155
+ input: TagResourceCommandInput,
156
+ context: __SerdeContext
157
+ ) => Promise<__HttpRequest>;
158
+ export declare const serializeAws_json1_1UntagResourceCommand: (
159
+ input: UntagResourceCommandInput,
160
+ context: __SerdeContext
161
+ ) => Promise<__HttpRequest>;
162
+ export declare const serializeAws_json1_1UpdateClusterCommand: (
163
+ input: UpdateClusterCommandInput,
164
+ context: __SerdeContext
165
+ ) => Promise<__HttpRequest>;
166
+ export declare const serializeAws_json1_1UpdateParameterGroupCommand: (
167
+ input: UpdateParameterGroupCommandInput,
168
+ context: __SerdeContext
169
+ ) => Promise<__HttpRequest>;
170
+ export declare const serializeAws_json1_1UpdateSubnetGroupCommand: (
171
+ input: UpdateSubnetGroupCommandInput,
172
+ context: __SerdeContext
173
+ ) => Promise<__HttpRequest>;
174
+ export declare const deserializeAws_json1_1CreateClusterCommand: (
175
+ output: __HttpResponse,
176
+ context: __SerdeContext
177
+ ) => Promise<CreateClusterCommandOutput>;
178
+ export declare const deserializeAws_json1_1CreateParameterGroupCommand: (
179
+ output: __HttpResponse,
180
+ context: __SerdeContext
181
+ ) => Promise<CreateParameterGroupCommandOutput>;
182
+ export declare const deserializeAws_json1_1CreateSubnetGroupCommand: (
183
+ output: __HttpResponse,
184
+ context: __SerdeContext
185
+ ) => Promise<CreateSubnetGroupCommandOutput>;
186
+ export declare const deserializeAws_json1_1DecreaseReplicationFactorCommand: (
187
+ output: __HttpResponse,
188
+ context: __SerdeContext
189
+ ) => Promise<DecreaseReplicationFactorCommandOutput>;
190
+ export declare const deserializeAws_json1_1DeleteClusterCommand: (
191
+ output: __HttpResponse,
192
+ context: __SerdeContext
193
+ ) => Promise<DeleteClusterCommandOutput>;
194
+ export declare const deserializeAws_json1_1DeleteParameterGroupCommand: (
195
+ output: __HttpResponse,
196
+ context: __SerdeContext
197
+ ) => Promise<DeleteParameterGroupCommandOutput>;
198
+ export declare const deserializeAws_json1_1DeleteSubnetGroupCommand: (
199
+ output: __HttpResponse,
200
+ context: __SerdeContext
201
+ ) => Promise<DeleteSubnetGroupCommandOutput>;
202
+ export declare const deserializeAws_json1_1DescribeClustersCommand: (
203
+ output: __HttpResponse,
204
+ context: __SerdeContext
205
+ ) => Promise<DescribeClustersCommandOutput>;
206
+ export declare const deserializeAws_json1_1DescribeDefaultParametersCommand: (
207
+ output: __HttpResponse,
208
+ context: __SerdeContext
209
+ ) => Promise<DescribeDefaultParametersCommandOutput>;
210
+ export declare const deserializeAws_json1_1DescribeEventsCommand: (
211
+ output: __HttpResponse,
212
+ context: __SerdeContext
213
+ ) => Promise<DescribeEventsCommandOutput>;
214
+ export declare const deserializeAws_json1_1DescribeParameterGroupsCommand: (
215
+ output: __HttpResponse,
216
+ context: __SerdeContext
217
+ ) => Promise<DescribeParameterGroupsCommandOutput>;
218
+ export declare const deserializeAws_json1_1DescribeParametersCommand: (
219
+ output: __HttpResponse,
220
+ context: __SerdeContext
221
+ ) => Promise<DescribeParametersCommandOutput>;
222
+ export declare const deserializeAws_json1_1DescribeSubnetGroupsCommand: (
223
+ output: __HttpResponse,
224
+ context: __SerdeContext
225
+ ) => Promise<DescribeSubnetGroupsCommandOutput>;
226
+ export declare const deserializeAws_json1_1IncreaseReplicationFactorCommand: (
227
+ output: __HttpResponse,
228
+ context: __SerdeContext
229
+ ) => Promise<IncreaseReplicationFactorCommandOutput>;
230
+ export declare const deserializeAws_json1_1ListTagsCommand: (
231
+ output: __HttpResponse,
232
+ context: __SerdeContext
233
+ ) => Promise<ListTagsCommandOutput>;
234
+ export declare const deserializeAws_json1_1RebootNodeCommand: (
235
+ output: __HttpResponse,
236
+ context: __SerdeContext
237
+ ) => Promise<RebootNodeCommandOutput>;
238
+ export declare const deserializeAws_json1_1TagResourceCommand: (
239
+ output: __HttpResponse,
240
+ context: __SerdeContext
241
+ ) => Promise<TagResourceCommandOutput>;
242
+ export declare const deserializeAws_json1_1UntagResourceCommand: (
243
+ output: __HttpResponse,
244
+ context: __SerdeContext
245
+ ) => Promise<UntagResourceCommandOutput>;
246
+ export declare const deserializeAws_json1_1UpdateClusterCommand: (
247
+ output: __HttpResponse,
248
+ context: __SerdeContext
249
+ ) => Promise<UpdateClusterCommandOutput>;
250
+ export declare const deserializeAws_json1_1UpdateParameterGroupCommand: (
251
+ output: __HttpResponse,
252
+ context: __SerdeContext
253
+ ) => Promise<UpdateParameterGroupCommandOutput>;
254
+ export declare const deserializeAws_json1_1UpdateSubnetGroupCommand: (
255
+ output: __HttpResponse,
256
+ context: __SerdeContext
257
+ ) => Promise<UpdateSubnetGroupCommandOutput>;
@@ -1,38 +1,65 @@
1
- import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
- import { DAXClientConfig } from "./DAXClient";
3
-
4
- export declare const getRuntimeConfig: (config: DAXClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<any>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
+ import { DAXClientConfig } from "./DAXClient";
3
+ export declare const getRuntimeConfig: (config: DAXClientConfig) => {
4
+ runtime: string;
5
+ defaultsMode: import("@aws-sdk/types").Provider<
6
+ import("@aws-sdk/smithy-client").ResolvedDefaultsMode
7
+ >;
8
+ base64Decoder: import("@aws-sdk/types").Decoder;
9
+ base64Encoder: import("@aws-sdk/types").Encoder;
10
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
11
+ credentialDefaultProvider: (
12
+ input: any
13
+ ) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
14
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<
15
+ import("@aws-sdk/types").UserAgent
16
+ >;
17
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
18
+ region: string | import("@aws-sdk/types").Provider<any>;
19
+ requestHandler:
20
+ | (import("@aws-sdk/types").RequestHandler<
21
+ any,
22
+ any,
23
+ import("@aws-sdk/types").HttpHandlerOptions
24
+ > &
25
+ import("@aws-sdk/protocol-http").HttpHandler)
26
+ | RequestHandler;
27
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
28
+ sha256: import("@aws-sdk/types").HashConstructor;
29
+ streamCollector: import("@aws-sdk/types").StreamCollector;
30
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
31
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
32
+ utf8Decoder: import("@aws-sdk/types").Decoder;
33
+ utf8Encoder: import("@aws-sdk/types").Encoder;
34
+ apiVersion: string;
35
+ urlParser: import("@aws-sdk/types").UrlParser;
36
+ disableHostPrefix: boolean;
37
+ logger: import("@aws-sdk/types").Logger;
38
+ serviceId: string;
39
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
40
+ endpoint?:
41
+ | string
42
+ | import("@aws-sdk/types").Endpoint
43
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
44
+ | undefined;
45
+ tls?: boolean | undefined;
46
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
47
+ credentials?:
48
+ | import("@aws-sdk/types").Credentials
49
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
50
+ | undefined;
51
+ signer?:
52
+ | import("@aws-sdk/types").RequestSigner
53
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
54
+ | undefined;
55
+ signingEscapePath?: boolean | undefined;
56
+ systemClockOffset?: number | undefined;
57
+ signingRegion?: string | undefined;
58
+ signerConstructor?:
59
+ | (new (
60
+ options: import("@aws-sdk/signature-v4").SignatureV4Init &
61
+ import("@aws-sdk/signature-v4").SignatureV4CryptoInit
62
+ ) => import("@aws-sdk/types").RequestSigner)
63
+ | undefined;
64
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
65
+ };
@@ -1,38 +1,65 @@
1
- import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
- import { DAXClientConfig } from "./DAXClient";
3
-
4
- export declare const getRuntimeConfig: (config: DAXClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<string>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
1
+ import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
+ import { DAXClientConfig } from "./DAXClient";
3
+ export declare const getRuntimeConfig: (config: DAXClientConfig) => {
4
+ runtime: string;
5
+ defaultsMode: import("@aws-sdk/types").Provider<
6
+ import("@aws-sdk/smithy-client").ResolvedDefaultsMode
7
+ >;
8
+ base64Decoder: import("@aws-sdk/types").Decoder;
9
+ base64Encoder: import("@aws-sdk/types").Encoder;
10
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
11
+ credentialDefaultProvider: (
12
+ input: any
13
+ ) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
14
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<
15
+ import("@aws-sdk/types").UserAgent
16
+ >;
17
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
18
+ region: string | import("@aws-sdk/types").Provider<string>;
19
+ requestHandler:
20
+ | (import("@aws-sdk/types").RequestHandler<
21
+ any,
22
+ any,
23
+ import("@aws-sdk/types").HttpHandlerOptions
24
+ > &
25
+ import("@aws-sdk/protocol-http").HttpHandler)
26
+ | RequestHandler;
27
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
28
+ sha256: import("@aws-sdk/types").HashConstructor;
29
+ streamCollector: import("@aws-sdk/types").StreamCollector;
30
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
31
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
32
+ utf8Decoder: import("@aws-sdk/types").Decoder;
33
+ utf8Encoder: import("@aws-sdk/types").Encoder;
34
+ apiVersion: string;
35
+ urlParser: import("@aws-sdk/types").UrlParser;
36
+ disableHostPrefix: boolean;
37
+ logger: import("@aws-sdk/types").Logger;
38
+ serviceId: string;
39
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
40
+ endpoint?:
41
+ | string
42
+ | import("@aws-sdk/types").Endpoint
43
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
44
+ | undefined;
45
+ tls?: boolean | undefined;
46
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
47
+ credentials?:
48
+ | import("@aws-sdk/types").Credentials
49
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
50
+ | undefined;
51
+ signer?:
52
+ | import("@aws-sdk/types").RequestSigner
53
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
54
+ | undefined;
55
+ signingEscapePath?: boolean | undefined;
56
+ systemClockOffset?: number | undefined;
57
+ signingRegion?: string | undefined;
58
+ signerConstructor?:
59
+ | (new (
60
+ options: import("@aws-sdk/signature-v4").SignatureV4Init &
61
+ import("@aws-sdk/signature-v4").SignatureV4CryptoInit
62
+ ) => import("@aws-sdk/types").RequestSigner)
63
+ | undefined;
64
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
65
+ };