@aws-sdk/client-timestream-write 3.927.0 → 3.928.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/dist-cjs/index.js +690 -771
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/TimestreamWriteClient.js +2 -0
- package/dist-es/commands/CreateBatchLoadTaskCommand.js +2 -7
- package/dist-es/commands/CreateDatabaseCommand.js +2 -6
- package/dist-es/commands/CreateTableCommand.js +2 -6
- package/dist-es/commands/DeleteDatabaseCommand.js +2 -6
- package/dist-es/commands/DeleteTableCommand.js +2 -6
- package/dist-es/commands/DescribeBatchLoadTaskCommand.js +2 -6
- package/dist-es/commands/DescribeDatabaseCommand.js +2 -6
- package/dist-es/commands/DescribeEndpointsCommand.js +3 -9
- package/dist-es/commands/DescribeTableCommand.js +2 -6
- package/dist-es/commands/ListBatchLoadTasksCommand.js +2 -6
- package/dist-es/commands/ListDatabasesCommand.js +2 -6
- package/dist-es/commands/ListTablesCommand.js +2 -6
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -6
- package/dist-es/commands/ResumeBatchLoadTaskCommand.js +2 -6
- package/dist-es/commands/TagResourceCommand.js +2 -6
- package/dist-es/commands/UntagResourceCommand.js +2 -6
- package/dist-es/commands/UpdateDatabaseCommand.js +2 -6
- package/dist-es/commands/UpdateTableCommand.js +2 -6
- package/dist-es/commands/WriteRecordsCommand.js +2 -6
- package/dist-es/models/models_0.js +0 -5
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +634 -0
- package/dist-types/TimestreamWriteClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -4
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +112 -0
- package/dist-types/ts3.4/TimestreamWriteClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -3
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +118 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_0.js +0 -656
- package/dist-types/protocols/Aws_json1_0.d.ts +0 -173
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -233
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: TimestreamWriteClientConfig) =>
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").TimestreamWriteHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
17
18
|
serviceId: string;
|
|
18
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
20
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var ClientRequestToken: StaticSimpleSchema;
|
|
3
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
4
|
+
export declare var BatchLoadProgressReport: StaticStructureSchema;
|
|
5
|
+
export declare var BatchLoadTask: StaticStructureSchema;
|
|
6
|
+
export declare var BatchLoadTaskDescription: StaticStructureSchema;
|
|
7
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
8
|
+
export declare var CreateBatchLoadTaskRequest: StaticStructureSchema;
|
|
9
|
+
export declare var CreateBatchLoadTaskResponse: StaticStructureSchema;
|
|
10
|
+
export declare var CreateDatabaseRequest: StaticStructureSchema;
|
|
11
|
+
export declare var CreateDatabaseResponse: StaticStructureSchema;
|
|
12
|
+
export declare var CreateTableRequest: StaticStructureSchema;
|
|
13
|
+
export declare var CreateTableResponse: StaticStructureSchema;
|
|
14
|
+
export declare var CsvConfiguration: StaticStructureSchema;
|
|
15
|
+
export declare var Database: StaticStructureSchema;
|
|
16
|
+
export declare var DataModel: StaticStructureSchema;
|
|
17
|
+
export declare var DataModelConfiguration: StaticStructureSchema;
|
|
18
|
+
export declare var DataModelS3Configuration: StaticStructureSchema;
|
|
19
|
+
export declare var DataSourceConfiguration: StaticStructureSchema;
|
|
20
|
+
export declare var DataSourceS3Configuration: StaticStructureSchema;
|
|
21
|
+
export declare var DeleteDatabaseRequest: StaticStructureSchema;
|
|
22
|
+
export declare var DeleteTableRequest: StaticStructureSchema;
|
|
23
|
+
export declare var DescribeBatchLoadTaskRequest: StaticStructureSchema;
|
|
24
|
+
export declare var DescribeBatchLoadTaskResponse: StaticStructureSchema;
|
|
25
|
+
export declare var DescribeDatabaseRequest: StaticStructureSchema;
|
|
26
|
+
export declare var DescribeDatabaseResponse: StaticStructureSchema;
|
|
27
|
+
export declare var DescribeEndpointsRequest: StaticStructureSchema;
|
|
28
|
+
export declare var DescribeEndpointsResponse: StaticStructureSchema;
|
|
29
|
+
export declare var DescribeTableRequest: StaticStructureSchema;
|
|
30
|
+
export declare var DescribeTableResponse: StaticStructureSchema;
|
|
31
|
+
export declare var Dimension: StaticStructureSchema;
|
|
32
|
+
export declare var DimensionMapping: StaticStructureSchema;
|
|
33
|
+
export declare var Endpoint: StaticStructureSchema;
|
|
34
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
35
|
+
export declare var InvalidEndpointException: StaticErrorSchema;
|
|
36
|
+
export declare var ListBatchLoadTasksRequest: StaticStructureSchema;
|
|
37
|
+
export declare var ListBatchLoadTasksResponse: StaticStructureSchema;
|
|
38
|
+
export declare var ListDatabasesRequest: StaticStructureSchema;
|
|
39
|
+
export declare var ListDatabasesResponse: StaticStructureSchema;
|
|
40
|
+
export declare var ListTablesRequest: StaticStructureSchema;
|
|
41
|
+
export declare var ListTablesResponse: StaticStructureSchema;
|
|
42
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
43
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
44
|
+
export declare var MagneticStoreRejectedDataLocation: StaticStructureSchema;
|
|
45
|
+
export declare var MagneticStoreWriteProperties: StaticStructureSchema;
|
|
46
|
+
export declare var MeasureValue: StaticStructureSchema;
|
|
47
|
+
export declare var MixedMeasureMapping: StaticStructureSchema;
|
|
48
|
+
export declare var MultiMeasureAttributeMapping: StaticStructureSchema;
|
|
49
|
+
export declare var MultiMeasureMappings: StaticStructureSchema;
|
|
50
|
+
export declare var PartitionKey: StaticStructureSchema;
|
|
51
|
+
export declare var _Record: StaticStructureSchema;
|
|
52
|
+
export declare var RecordsIngested: StaticStructureSchema;
|
|
53
|
+
export declare var RejectedRecord: StaticStructureSchema;
|
|
54
|
+
export declare var RejectedRecordsException: StaticErrorSchema;
|
|
55
|
+
export declare var ReportConfiguration: StaticStructureSchema;
|
|
56
|
+
export declare var ReportS3Configuration: StaticStructureSchema;
|
|
57
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
58
|
+
export declare var ResumeBatchLoadTaskRequest: StaticStructureSchema;
|
|
59
|
+
export declare var ResumeBatchLoadTaskResponse: StaticStructureSchema;
|
|
60
|
+
export declare var RetentionProperties: StaticStructureSchema;
|
|
61
|
+
export declare var S3Configuration: StaticStructureSchema;
|
|
62
|
+
export declare var Schema: StaticStructureSchema;
|
|
63
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
64
|
+
export declare var Table: StaticStructureSchema;
|
|
65
|
+
export declare var Tag: StaticStructureSchema;
|
|
66
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
67
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
68
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
69
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
70
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
71
|
+
export declare var UpdateDatabaseRequest: StaticStructureSchema;
|
|
72
|
+
export declare var UpdateDatabaseResponse: StaticStructureSchema;
|
|
73
|
+
export declare var UpdateTableRequest: StaticStructureSchema;
|
|
74
|
+
export declare var UpdateTableResponse: StaticStructureSchema;
|
|
75
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
76
|
+
export declare var WriteRecordsRequest: StaticStructureSchema;
|
|
77
|
+
export declare var WriteRecordsResponse: StaticStructureSchema;
|
|
78
|
+
export declare var __Unit: "unit";
|
|
79
|
+
export declare var TimestreamWriteServiceException: StaticErrorSchema;
|
|
80
|
+
export declare var BatchLoadTaskList: StaticListSchema;
|
|
81
|
+
export declare var DatabaseList: StaticListSchema;
|
|
82
|
+
export declare var DimensionMappings: StaticListSchema;
|
|
83
|
+
export declare var Dimensions: StaticListSchema;
|
|
84
|
+
export declare var Endpoints: StaticListSchema;
|
|
85
|
+
export declare var MeasureValues: StaticListSchema;
|
|
86
|
+
export declare var MixedMeasureMappingList: StaticListSchema;
|
|
87
|
+
export declare var MultiMeasureAttributeMappingList: StaticListSchema;
|
|
88
|
+
export declare var PartitionKeyList: StaticListSchema;
|
|
89
|
+
export declare var Records: StaticListSchema;
|
|
90
|
+
export declare var RejectedRecords: StaticListSchema;
|
|
91
|
+
export declare var TableList: StaticListSchema;
|
|
92
|
+
export declare var TagKeyList: number;
|
|
93
|
+
export declare var TagList: StaticListSchema;
|
|
94
|
+
export declare var CreateBatchLoadTask: StaticOperationSchema;
|
|
95
|
+
export declare var CreateDatabase: StaticOperationSchema;
|
|
96
|
+
export declare var CreateTable: StaticOperationSchema;
|
|
97
|
+
export declare var DeleteDatabase: StaticOperationSchema;
|
|
98
|
+
export declare var DeleteTable: StaticOperationSchema;
|
|
99
|
+
export declare var DescribeBatchLoadTask: StaticOperationSchema;
|
|
100
|
+
export declare var DescribeDatabase: StaticOperationSchema;
|
|
101
|
+
export declare var DescribeEndpoints: StaticOperationSchema;
|
|
102
|
+
export declare var DescribeTable: StaticOperationSchema;
|
|
103
|
+
export declare var ListBatchLoadTasks: StaticOperationSchema;
|
|
104
|
+
export declare var ListDatabases: StaticOperationSchema;
|
|
105
|
+
export declare var ListTables: StaticOperationSchema;
|
|
106
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
107
|
+
export declare var ResumeBatchLoadTask: StaticOperationSchema;
|
|
108
|
+
export declare var TagResource: StaticOperationSchema;
|
|
109
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
110
|
+
export declare var UpdateDatabase: StaticOperationSchema;
|
|
111
|
+
export declare var UpdateTable: StaticOperationSchema;
|
|
112
|
+
export declare var WriteRecords: StaticOperationSchema;
|
|
@@ -34,10 +34,13 @@ import {
|
|
|
34
34
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
35
35
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
36
36
|
ChecksumConstructor as __ChecksumConstructor,
|
|
37
|
+
ClientProtocol,
|
|
37
38
|
Decoder as __Decoder,
|
|
38
39
|
Encoder as __Encoder,
|
|
39
40
|
HashConstructor as __HashConstructor,
|
|
40
41
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
42
|
+
HttpRequest,
|
|
43
|
+
HttpResponse,
|
|
41
44
|
Logger as __Logger,
|
|
42
45
|
Provider as __Provider,
|
|
43
46
|
Provider,
|
|
@@ -196,6 +199,7 @@ export interface ClientDefaults
|
|
|
196
199
|
retryMode?: string | __Provider<string>;
|
|
197
200
|
logger?: __Logger;
|
|
198
201
|
extensions?: RuntimeExtension[];
|
|
202
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
199
203
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
200
204
|
endpointDiscoveryEnabledProvider?: __Provider<boolean | undefined>;
|
|
201
205
|
}
|
|
@@ -451,6 +451,3 @@ export interface WriteRecordsRequest {
|
|
|
451
451
|
export interface WriteRecordsResponse {
|
|
452
452
|
RecordsIngested?: RecordsIngested | undefined;
|
|
453
453
|
}
|
|
454
|
-
export declare const CreateBatchLoadTaskRequestFilterSensitiveLog: (
|
|
455
|
-
obj: CreateBatchLoadTaskRequest
|
|
456
|
-
) => any;
|
|
@@ -43,6 +43,10 @@ export declare const getRuntimeConfig: (
|
|
|
43
43
|
profile?: string;
|
|
44
44
|
logger: import("@smithy/types").Logger;
|
|
45
45
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
46
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
47
|
+
import("@smithy/types").HttpRequest,
|
|
48
|
+
import("@smithy/types").HttpResponse
|
|
49
|
+
>;
|
|
46
50
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
47
51
|
userAgentAppId?:
|
|
48
52
|
| string
|
|
@@ -43,6 +43,10 @@ export declare const getRuntimeConfig: (
|
|
|
43
43
|
profile?: string;
|
|
44
44
|
logger: import("@smithy/types").Logger;
|
|
45
45
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
46
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
47
|
+
import("@smithy/types").HttpRequest,
|
|
48
|
+
import("@smithy/types").HttpResponse
|
|
49
|
+
>;
|
|
46
50
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
47
51
|
retryStrategy?:
|
|
48
52
|
| import("@smithy/types").RetryStrategy
|
|
@@ -39,6 +39,10 @@ export declare const getRuntimeConfig: (
|
|
|
39
39
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
40
40
|
logger: import("@smithy/types").Logger;
|
|
41
41
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
42
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
43
|
+
import("@smithy/types").HttpRequest,
|
|
44
|
+
import("@smithy/types").HttpResponse
|
|
45
|
+
>;
|
|
42
46
|
defaultsMode:
|
|
43
47
|
| import("@smithy/smithy-client").DefaultsMode
|
|
44
48
|
| import("@smithy/types").Provider<
|
|
@@ -16,6 +16,10 @@ export declare const getRuntimeConfig: (
|
|
|
16
16
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").TimestreamWriteHttpAuthSchemeProvider;
|
|
17
17
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
18
18
|
logger: import("@smithy/types").Logger;
|
|
19
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
20
|
+
import("@smithy/types").HttpRequest,
|
|
21
|
+
import("@smithy/types").HttpResponse
|
|
22
|
+
>;
|
|
19
23
|
serviceId: string;
|
|
20
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
21
25
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import {
|
|
2
|
+
StaticErrorSchema,
|
|
3
|
+
StaticListSchema,
|
|
4
|
+
StaticOperationSchema,
|
|
5
|
+
StaticSimpleSchema,
|
|
6
|
+
StaticStructureSchema,
|
|
7
|
+
} from "@smithy/types";
|
|
8
|
+
export declare var ClientRequestToken: StaticSimpleSchema;
|
|
9
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
10
|
+
export declare var BatchLoadProgressReport: StaticStructureSchema;
|
|
11
|
+
export declare var BatchLoadTask: StaticStructureSchema;
|
|
12
|
+
export declare var BatchLoadTaskDescription: StaticStructureSchema;
|
|
13
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
14
|
+
export declare var CreateBatchLoadTaskRequest: StaticStructureSchema;
|
|
15
|
+
export declare var CreateBatchLoadTaskResponse: StaticStructureSchema;
|
|
16
|
+
export declare var CreateDatabaseRequest: StaticStructureSchema;
|
|
17
|
+
export declare var CreateDatabaseResponse: StaticStructureSchema;
|
|
18
|
+
export declare var CreateTableRequest: StaticStructureSchema;
|
|
19
|
+
export declare var CreateTableResponse: StaticStructureSchema;
|
|
20
|
+
export declare var CsvConfiguration: StaticStructureSchema;
|
|
21
|
+
export declare var Database: StaticStructureSchema;
|
|
22
|
+
export declare var DataModel: StaticStructureSchema;
|
|
23
|
+
export declare var DataModelConfiguration: StaticStructureSchema;
|
|
24
|
+
export declare var DataModelS3Configuration: StaticStructureSchema;
|
|
25
|
+
export declare var DataSourceConfiguration: StaticStructureSchema;
|
|
26
|
+
export declare var DataSourceS3Configuration: StaticStructureSchema;
|
|
27
|
+
export declare var DeleteDatabaseRequest: StaticStructureSchema;
|
|
28
|
+
export declare var DeleteTableRequest: StaticStructureSchema;
|
|
29
|
+
export declare var DescribeBatchLoadTaskRequest: StaticStructureSchema;
|
|
30
|
+
export declare var DescribeBatchLoadTaskResponse: StaticStructureSchema;
|
|
31
|
+
export declare var DescribeDatabaseRequest: StaticStructureSchema;
|
|
32
|
+
export declare var DescribeDatabaseResponse: StaticStructureSchema;
|
|
33
|
+
export declare var DescribeEndpointsRequest: StaticStructureSchema;
|
|
34
|
+
export declare var DescribeEndpointsResponse: StaticStructureSchema;
|
|
35
|
+
export declare var DescribeTableRequest: StaticStructureSchema;
|
|
36
|
+
export declare var DescribeTableResponse: StaticStructureSchema;
|
|
37
|
+
export declare var Dimension: StaticStructureSchema;
|
|
38
|
+
export declare var DimensionMapping: StaticStructureSchema;
|
|
39
|
+
export declare var Endpoint: StaticStructureSchema;
|
|
40
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
41
|
+
export declare var InvalidEndpointException: StaticErrorSchema;
|
|
42
|
+
export declare var ListBatchLoadTasksRequest: StaticStructureSchema;
|
|
43
|
+
export declare var ListBatchLoadTasksResponse: StaticStructureSchema;
|
|
44
|
+
export declare var ListDatabasesRequest: StaticStructureSchema;
|
|
45
|
+
export declare var ListDatabasesResponse: StaticStructureSchema;
|
|
46
|
+
export declare var ListTablesRequest: StaticStructureSchema;
|
|
47
|
+
export declare var ListTablesResponse: StaticStructureSchema;
|
|
48
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
49
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
50
|
+
export declare var MagneticStoreRejectedDataLocation: StaticStructureSchema;
|
|
51
|
+
export declare var MagneticStoreWriteProperties: StaticStructureSchema;
|
|
52
|
+
export declare var MeasureValue: StaticStructureSchema;
|
|
53
|
+
export declare var MixedMeasureMapping: StaticStructureSchema;
|
|
54
|
+
export declare var MultiMeasureAttributeMapping: StaticStructureSchema;
|
|
55
|
+
export declare var MultiMeasureMappings: StaticStructureSchema;
|
|
56
|
+
export declare var PartitionKey: StaticStructureSchema;
|
|
57
|
+
export declare var _Record: StaticStructureSchema;
|
|
58
|
+
export declare var RecordsIngested: StaticStructureSchema;
|
|
59
|
+
export declare var RejectedRecord: StaticStructureSchema;
|
|
60
|
+
export declare var RejectedRecordsException: StaticErrorSchema;
|
|
61
|
+
export declare var ReportConfiguration: StaticStructureSchema;
|
|
62
|
+
export declare var ReportS3Configuration: StaticStructureSchema;
|
|
63
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
64
|
+
export declare var ResumeBatchLoadTaskRequest: StaticStructureSchema;
|
|
65
|
+
export declare var ResumeBatchLoadTaskResponse: StaticStructureSchema;
|
|
66
|
+
export declare var RetentionProperties: StaticStructureSchema;
|
|
67
|
+
export declare var S3Configuration: StaticStructureSchema;
|
|
68
|
+
export declare var Schema: StaticStructureSchema;
|
|
69
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
70
|
+
export declare var Table: StaticStructureSchema;
|
|
71
|
+
export declare var Tag: StaticStructureSchema;
|
|
72
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
73
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
74
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
75
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
76
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
77
|
+
export declare var UpdateDatabaseRequest: StaticStructureSchema;
|
|
78
|
+
export declare var UpdateDatabaseResponse: StaticStructureSchema;
|
|
79
|
+
export declare var UpdateTableRequest: StaticStructureSchema;
|
|
80
|
+
export declare var UpdateTableResponse: StaticStructureSchema;
|
|
81
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
82
|
+
export declare var WriteRecordsRequest: StaticStructureSchema;
|
|
83
|
+
export declare var WriteRecordsResponse: StaticStructureSchema;
|
|
84
|
+
export declare var __Unit: "unit";
|
|
85
|
+
export declare var TimestreamWriteServiceException: StaticErrorSchema;
|
|
86
|
+
export declare var BatchLoadTaskList: StaticListSchema;
|
|
87
|
+
export declare var DatabaseList: StaticListSchema;
|
|
88
|
+
export declare var DimensionMappings: StaticListSchema;
|
|
89
|
+
export declare var Dimensions: StaticListSchema;
|
|
90
|
+
export declare var Endpoints: StaticListSchema;
|
|
91
|
+
export declare var MeasureValues: StaticListSchema;
|
|
92
|
+
export declare var MixedMeasureMappingList: StaticListSchema;
|
|
93
|
+
export declare var MultiMeasureAttributeMappingList: StaticListSchema;
|
|
94
|
+
export declare var PartitionKeyList: StaticListSchema;
|
|
95
|
+
export declare var Records: StaticListSchema;
|
|
96
|
+
export declare var RejectedRecords: StaticListSchema;
|
|
97
|
+
export declare var TableList: StaticListSchema;
|
|
98
|
+
export declare var TagKeyList: number;
|
|
99
|
+
export declare var TagList: StaticListSchema;
|
|
100
|
+
export declare var CreateBatchLoadTask: StaticOperationSchema;
|
|
101
|
+
export declare var CreateDatabase: StaticOperationSchema;
|
|
102
|
+
export declare var CreateTable: StaticOperationSchema;
|
|
103
|
+
export declare var DeleteDatabase: StaticOperationSchema;
|
|
104
|
+
export declare var DeleteTable: StaticOperationSchema;
|
|
105
|
+
export declare var DescribeBatchLoadTask: StaticOperationSchema;
|
|
106
|
+
export declare var DescribeDatabase: StaticOperationSchema;
|
|
107
|
+
export declare var DescribeEndpoints: StaticOperationSchema;
|
|
108
|
+
export declare var DescribeTable: StaticOperationSchema;
|
|
109
|
+
export declare var ListBatchLoadTasks: StaticOperationSchema;
|
|
110
|
+
export declare var ListDatabases: StaticOperationSchema;
|
|
111
|
+
export declare var ListTables: StaticOperationSchema;
|
|
112
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
113
|
+
export declare var ResumeBatchLoadTask: StaticOperationSchema;
|
|
114
|
+
export declare var TagResource: StaticOperationSchema;
|
|
115
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
116
|
+
export declare var UpdateDatabase: StaticOperationSchema;
|
|
117
|
+
export declare var UpdateTable: StaticOperationSchema;
|
|
118
|
+
export declare var WriteRecords: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-timestream-write",
|
|
3
3
|
"description": "AWS SDK for JavaScript Timestream Write Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.928.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-timestream-write",
|
|
@@ -20,18 +20,18 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.928.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.928.0",
|
|
25
25
|
"@aws-sdk/middleware-endpoint-discovery": "3.922.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.922.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.922.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.922.0",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.928.0",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "3.925.0",
|
|
31
31
|
"@aws-sdk/types": "3.922.0",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.922.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.922.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.928.0",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.2",
|
|
36
36
|
"@smithy/core": "^3.17.2",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.5",
|
|
@@ -57,7 +57,6 @@
|
|
|
57
57
|
"@smithy/util-middleware": "^4.2.4",
|
|
58
58
|
"@smithy/util-retry": "^4.2.4",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.0",
|
|
60
|
-
"@smithy/uuid": "^1.1.0",
|
|
61
60
|
"tslib": "^2.6.2"
|
|
62
61
|
},
|
|
63
62
|
"devDependencies": {
|