@aws-sdk/client-timestream-write 3.168.0 → 3.170.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/TimestreamWrite.d.ts +274 -80
- package/dist-types/ts3.4/TimestreamWriteClient.d.ts +228 -91
- package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteDatabaseCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeDatabaseCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeTableCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/WriteRecordsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +15 -15
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/TimestreamWriteServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +508 -465
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDatabasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTablesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +3 -3
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +185 -47
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +73 -41
- package/dist-types/ts3.4/runtimeConfig.d.ts +73 -41
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +74 -40
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +35 -35
|
@@ -1,91 +1,228 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
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
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
EndpointDiscoveryInputConfig,
|
|
9
|
+
EndpointDiscoveryResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-endpoint-discovery";
|
|
11
|
+
import {
|
|
12
|
+
HostHeaderInputConfig,
|
|
13
|
+
HostHeaderResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-host-header";
|
|
15
|
+
import {
|
|
16
|
+
RetryInputConfig,
|
|
17
|
+
RetryResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-retry";
|
|
19
|
+
import {
|
|
20
|
+
AwsAuthInputConfig,
|
|
21
|
+
AwsAuthResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-signing";
|
|
23
|
+
import {
|
|
24
|
+
UserAgentInputConfig,
|
|
25
|
+
UserAgentResolvedConfig,
|
|
26
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
27
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
28
|
+
import {
|
|
29
|
+
Client as __Client,
|
|
30
|
+
DefaultsMode,
|
|
31
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
32
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
33
|
+
} from "@aws-sdk/smithy-client";
|
|
34
|
+
import {
|
|
35
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
36
|
+
Credentials as __Credentials,
|
|
37
|
+
Decoder as __Decoder,
|
|
38
|
+
Encoder as __Encoder,
|
|
39
|
+
HashConstructor as __HashConstructor,
|
|
40
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
41
|
+
Logger as __Logger,
|
|
42
|
+
Provider as __Provider,
|
|
43
|
+
Provider,
|
|
44
|
+
RegionInfoProvider,
|
|
45
|
+
StreamCollector as __StreamCollector,
|
|
46
|
+
UrlParser as __UrlParser,
|
|
47
|
+
UserAgent as __UserAgent,
|
|
48
|
+
} from "@aws-sdk/types";
|
|
49
|
+
import {
|
|
50
|
+
CreateDatabaseCommandInput,
|
|
51
|
+
CreateDatabaseCommandOutput,
|
|
52
|
+
} from "./commands/CreateDatabaseCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateTableCommandInput,
|
|
55
|
+
CreateTableCommandOutput,
|
|
56
|
+
} from "./commands/CreateTableCommand";
|
|
57
|
+
import {
|
|
58
|
+
DeleteDatabaseCommandInput,
|
|
59
|
+
DeleteDatabaseCommandOutput,
|
|
60
|
+
} from "./commands/DeleteDatabaseCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeleteTableCommandInput,
|
|
63
|
+
DeleteTableCommandOutput,
|
|
64
|
+
} from "./commands/DeleteTableCommand";
|
|
65
|
+
import {
|
|
66
|
+
DescribeDatabaseCommandInput,
|
|
67
|
+
DescribeDatabaseCommandOutput,
|
|
68
|
+
} from "./commands/DescribeDatabaseCommand";
|
|
69
|
+
import {
|
|
70
|
+
DescribeEndpointsCommandInput,
|
|
71
|
+
DescribeEndpointsCommandOutput,
|
|
72
|
+
} from "./commands/DescribeEndpointsCommand";
|
|
73
|
+
import {
|
|
74
|
+
DescribeTableCommandInput,
|
|
75
|
+
DescribeTableCommandOutput,
|
|
76
|
+
} from "./commands/DescribeTableCommand";
|
|
77
|
+
import {
|
|
78
|
+
ListDatabasesCommandInput,
|
|
79
|
+
ListDatabasesCommandOutput,
|
|
80
|
+
} from "./commands/ListDatabasesCommand";
|
|
81
|
+
import {
|
|
82
|
+
ListTablesCommandInput,
|
|
83
|
+
ListTablesCommandOutput,
|
|
84
|
+
} from "./commands/ListTablesCommand";
|
|
85
|
+
import {
|
|
86
|
+
ListTagsForResourceCommandInput,
|
|
87
|
+
ListTagsForResourceCommandOutput,
|
|
88
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
89
|
+
import {
|
|
90
|
+
TagResourceCommandInput,
|
|
91
|
+
TagResourceCommandOutput,
|
|
92
|
+
} from "./commands/TagResourceCommand";
|
|
93
|
+
import {
|
|
94
|
+
UntagResourceCommandInput,
|
|
95
|
+
UntagResourceCommandOutput,
|
|
96
|
+
} from "./commands/UntagResourceCommand";
|
|
97
|
+
import {
|
|
98
|
+
UpdateDatabaseCommandInput,
|
|
99
|
+
UpdateDatabaseCommandOutput,
|
|
100
|
+
} from "./commands/UpdateDatabaseCommand";
|
|
101
|
+
import {
|
|
102
|
+
UpdateTableCommandInput,
|
|
103
|
+
UpdateTableCommandOutput,
|
|
104
|
+
} from "./commands/UpdateTableCommand";
|
|
105
|
+
import {
|
|
106
|
+
WriteRecordsCommandInput,
|
|
107
|
+
WriteRecordsCommandOutput,
|
|
108
|
+
} from "./commands/WriteRecordsCommand";
|
|
109
|
+
export declare type ServiceInputTypes =
|
|
110
|
+
| CreateDatabaseCommandInput
|
|
111
|
+
| CreateTableCommandInput
|
|
112
|
+
| DeleteDatabaseCommandInput
|
|
113
|
+
| DeleteTableCommandInput
|
|
114
|
+
| DescribeDatabaseCommandInput
|
|
115
|
+
| DescribeEndpointsCommandInput
|
|
116
|
+
| DescribeTableCommandInput
|
|
117
|
+
| ListDatabasesCommandInput
|
|
118
|
+
| ListTablesCommandInput
|
|
119
|
+
| ListTagsForResourceCommandInput
|
|
120
|
+
| TagResourceCommandInput
|
|
121
|
+
| UntagResourceCommandInput
|
|
122
|
+
| UpdateDatabaseCommandInput
|
|
123
|
+
| UpdateTableCommandInput
|
|
124
|
+
| WriteRecordsCommandInput;
|
|
125
|
+
export declare type ServiceOutputTypes =
|
|
126
|
+
| CreateDatabaseCommandOutput
|
|
127
|
+
| CreateTableCommandOutput
|
|
128
|
+
| DeleteDatabaseCommandOutput
|
|
129
|
+
| DeleteTableCommandOutput
|
|
130
|
+
| DescribeDatabaseCommandOutput
|
|
131
|
+
| DescribeEndpointsCommandOutput
|
|
132
|
+
| DescribeTableCommandOutput
|
|
133
|
+
| ListDatabasesCommandOutput
|
|
134
|
+
| ListTablesCommandOutput
|
|
135
|
+
| ListTagsForResourceCommandOutput
|
|
136
|
+
| TagResourceCommandOutput
|
|
137
|
+
| UntagResourceCommandOutput
|
|
138
|
+
| UpdateDatabaseCommandOutput
|
|
139
|
+
| UpdateTableCommandOutput
|
|
140
|
+
| WriteRecordsCommandOutput;
|
|
141
|
+
export interface ClientDefaults
|
|
142
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
143
|
+
requestHandler?: __HttpHandler;
|
|
144
|
+
|
|
145
|
+
sha256?: __HashConstructor;
|
|
146
|
+
|
|
147
|
+
urlParser?: __UrlParser;
|
|
148
|
+
|
|
149
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
150
|
+
|
|
151
|
+
streamCollector?: __StreamCollector;
|
|
152
|
+
|
|
153
|
+
base64Decoder?: __Decoder;
|
|
154
|
+
|
|
155
|
+
base64Encoder?: __Encoder;
|
|
156
|
+
|
|
157
|
+
utf8Decoder?: __Decoder;
|
|
158
|
+
|
|
159
|
+
utf8Encoder?: __Encoder;
|
|
160
|
+
|
|
161
|
+
runtime?: string;
|
|
162
|
+
|
|
163
|
+
disableHostPrefix?: boolean;
|
|
164
|
+
|
|
165
|
+
maxAttempts?: number | __Provider<number>;
|
|
166
|
+
|
|
167
|
+
retryMode?: string | __Provider<string>;
|
|
168
|
+
|
|
169
|
+
logger?: __Logger;
|
|
170
|
+
|
|
171
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
172
|
+
|
|
173
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
174
|
+
|
|
175
|
+
serviceId?: string;
|
|
176
|
+
|
|
177
|
+
region?: string | __Provider<string>;
|
|
178
|
+
|
|
179
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
180
|
+
|
|
181
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
182
|
+
|
|
183
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
184
|
+
|
|
185
|
+
endpointDiscoveryEnabledProvider?: __Provider<boolean | undefined>;
|
|
186
|
+
|
|
187
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
188
|
+
}
|
|
189
|
+
declare type TimestreamWriteClientConfigType = Partial<
|
|
190
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
191
|
+
> &
|
|
192
|
+
ClientDefaults &
|
|
193
|
+
RegionInputConfig &
|
|
194
|
+
EndpointsInputConfig &
|
|
195
|
+
RetryInputConfig &
|
|
196
|
+
HostHeaderInputConfig &
|
|
197
|
+
AwsAuthInputConfig &
|
|
198
|
+
UserAgentInputConfig &
|
|
199
|
+
EndpointDiscoveryInputConfig;
|
|
200
|
+
|
|
201
|
+
export interface TimestreamWriteClientConfig
|
|
202
|
+
extends TimestreamWriteClientConfigType {}
|
|
203
|
+
declare type TimestreamWriteClientResolvedConfigType =
|
|
204
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
205
|
+
Required<ClientDefaults> &
|
|
206
|
+
RegionResolvedConfig &
|
|
207
|
+
EndpointsResolvedConfig &
|
|
208
|
+
RetryResolvedConfig &
|
|
209
|
+
HostHeaderResolvedConfig &
|
|
210
|
+
AwsAuthResolvedConfig &
|
|
211
|
+
UserAgentResolvedConfig &
|
|
212
|
+
EndpointDiscoveryResolvedConfig;
|
|
213
|
+
|
|
214
|
+
export interface TimestreamWriteClientResolvedConfig
|
|
215
|
+
extends TimestreamWriteClientResolvedConfigType {}
|
|
216
|
+
|
|
217
|
+
export declare class TimestreamWriteClient extends __Client<
|
|
218
|
+
__HttpHandlerOptions,
|
|
219
|
+
ServiceInputTypes,
|
|
220
|
+
ServiceOutputTypes,
|
|
221
|
+
TimestreamWriteClientResolvedConfig
|
|
222
|
+
> {
|
|
223
|
+
readonly config: TimestreamWriteClientResolvedConfig;
|
|
224
|
+
constructor(configuration: TimestreamWriteClientConfig);
|
|
225
|
+
|
|
226
|
+
destroy(): void;
|
|
227
|
+
}
|
|
228
|
+
export {};
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateDatabaseRequest,
|
|
10
|
+
CreateDatabaseResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
TimestreamWriteClientResolvedConfig,
|
|
16
|
+
} from "../TimestreamWriteClient";
|
|
17
|
+
export interface CreateDatabaseCommandInput extends CreateDatabaseRequest {}
|
|
18
|
+
export interface CreateDatabaseCommandOutput
|
|
19
|
+
extends CreateDatabaseResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateDatabaseCommand extends $Command<
|
|
23
|
+
CreateDatabaseCommandInput,
|
|
24
|
+
CreateDatabaseCommandOutput,
|
|
25
|
+
TimestreamWriteClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateDatabaseCommandInput;
|
|
28
|
+
constructor(input: CreateDatabaseCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: TimestreamWriteClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateDatabaseCommandInput, CreateDatabaseCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { CreateTableRequest, CreateTableResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
TimestreamWriteClientResolvedConfig,
|
|
13
|
+
} from "../TimestreamWriteClient";
|
|
14
|
+
export interface CreateTableCommandInput extends CreateTableRequest {}
|
|
15
|
+
export interface CreateTableCommandOutput
|
|
16
|
+
extends CreateTableResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateTableCommand extends $Command<
|
|
20
|
+
CreateTableCommandInput,
|
|
21
|
+
CreateTableCommandOutput,
|
|
22
|
+
TimestreamWriteClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateTableCommandInput;
|
|
25
|
+
constructor(input: CreateTableCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: TimestreamWriteClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateTableCommandInput, CreateTableCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { DeleteDatabaseRequest } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
TimestreamWriteClientResolvedConfig,
|
|
13
|
+
} from "../TimestreamWriteClient";
|
|
14
|
+
export interface DeleteDatabaseCommandInput extends DeleteDatabaseRequest {}
|
|
15
|
+
export interface DeleteDatabaseCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteDatabaseCommand extends $Command<
|
|
18
|
+
DeleteDatabaseCommandInput,
|
|
19
|
+
DeleteDatabaseCommandOutput,
|
|
20
|
+
TimestreamWriteClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteDatabaseCommandInput;
|
|
23
|
+
constructor(input: DeleteDatabaseCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: TimestreamWriteClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteDatabaseCommandInput, DeleteDatabaseCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { DeleteTableRequest } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
TimestreamWriteClientResolvedConfig,
|
|
13
|
+
} from "../TimestreamWriteClient";
|
|
14
|
+
export interface DeleteTableCommandInput extends DeleteTableRequest {}
|
|
15
|
+
export interface DeleteTableCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteTableCommand extends $Command<
|
|
18
|
+
DeleteTableCommandInput,
|
|
19
|
+
DeleteTableCommandOutput,
|
|
20
|
+
TimestreamWriteClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteTableCommandInput;
|
|
23
|
+
constructor(input: DeleteTableCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: TimestreamWriteClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteTableCommandInput, DeleteTableCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DescribeDatabaseRequest,
|
|
10
|
+
DescribeDatabaseResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
TimestreamWriteClientResolvedConfig,
|
|
16
|
+
} from "../TimestreamWriteClient";
|
|
17
|
+
export interface DescribeDatabaseCommandInput extends DescribeDatabaseRequest {}
|
|
18
|
+
export interface DescribeDatabaseCommandOutput
|
|
19
|
+
extends DescribeDatabaseResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeDatabaseCommand extends $Command<
|
|
23
|
+
DescribeDatabaseCommandInput,
|
|
24
|
+
DescribeDatabaseCommandOutput,
|
|
25
|
+
TimestreamWriteClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeDatabaseCommandInput;
|
|
28
|
+
constructor(input: DescribeDatabaseCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: TimestreamWriteClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeDatabaseCommandInput, DescribeDatabaseCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DescribeEndpointsRequest,
|
|
10
|
+
DescribeEndpointsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
TimestreamWriteClientResolvedConfig,
|
|
16
|
+
} from "../TimestreamWriteClient";
|
|
17
|
+
export interface DescribeEndpointsCommandInput
|
|
18
|
+
extends DescribeEndpointsRequest {}
|
|
19
|
+
export interface DescribeEndpointsCommandOutput
|
|
20
|
+
extends DescribeEndpointsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeEndpointsCommand extends $Command<
|
|
24
|
+
DescribeEndpointsCommandInput,
|
|
25
|
+
DescribeEndpointsCommandOutput,
|
|
26
|
+
TimestreamWriteClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeEndpointsCommandInput;
|
|
29
|
+
constructor(input: DescribeEndpointsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: TimestreamWriteClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|