@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/DAX.d.ts +361 -110
- package/dist-types/ts3.4/DAXClient.d.ts +229 -94
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateParameterGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateSubnetGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DecreaseReplicationFactorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteParameterGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteSubnetGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeDefaultParametersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeParameterGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeSubnetGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/IncreaseReplicationFactorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RebootNodeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateParameterGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateSubnetGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/index.d.ts +21 -21
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/DAXServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +655 -774
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +257 -65
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,65 +1,257 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
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
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
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
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
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
|
+
};
|