@aws-sdk/client-timestream-write 3.362.0 → 3.369.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/TimestreamWrite.js +1 -1
- package/dist-cjs/TimestreamWriteClient.js +5 -5
- package/dist-cjs/commands/CreateBatchLoadTaskCommand.js +3 -3
- package/dist-cjs/commands/CreateDatabaseCommand.js +3 -3
- package/dist-cjs/commands/CreateTableCommand.js +3 -3
- package/dist-cjs/commands/DeleteDatabaseCommand.js +3 -3
- package/dist-cjs/commands/DeleteTableCommand.js +3 -3
- package/dist-cjs/commands/DescribeBatchLoadTaskCommand.js +3 -3
- package/dist-cjs/commands/DescribeDatabaseCommand.js +3 -3
- package/dist-cjs/commands/DescribeEndpointsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTableCommand.js +3 -3
- package/dist-cjs/commands/ListBatchLoadTasksCommand.js +3 -3
- package/dist-cjs/commands/ListDatabasesCommand.js +3 -3
- package/dist-cjs/commands/ListTablesCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/ResumeBatchLoadTaskCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateDatabaseCommand.js +3 -3
- package/dist-cjs/commands/UpdateTableCommand.js +3 -3
- package/dist-cjs/commands/WriteRecordsCommand.js +3 -3
- package/dist-cjs/models/TimestreamWriteServiceException.js +1 -1
- package/dist-cjs/models/models_0.js +1 -1
- package/dist-cjs/protocols/Aws_json1_0.js +1 -1
- package/dist-cjs/runtimeConfig.browser.js +7 -7
- package/dist-cjs/runtimeConfig.js +10 -10
- package/dist-cjs/runtimeConfig.shared.js +4 -4
- package/dist-es/TimestreamWrite.js +1 -1
- package/dist-es/TimestreamWriteClient.js +5 -5
- package/dist-es/commands/CreateBatchLoadTaskCommand.js +3 -3
- package/dist-es/commands/CreateDatabaseCommand.js +3 -3
- package/dist-es/commands/CreateTableCommand.js +3 -3
- package/dist-es/commands/DeleteDatabaseCommand.js +3 -3
- package/dist-es/commands/DeleteTableCommand.js +3 -3
- package/dist-es/commands/DescribeBatchLoadTaskCommand.js +3 -3
- package/dist-es/commands/DescribeDatabaseCommand.js +3 -3
- package/dist-es/commands/DescribeEndpointsCommand.js +3 -3
- package/dist-es/commands/DescribeTableCommand.js +3 -3
- package/dist-es/commands/ListBatchLoadTasksCommand.js +3 -3
- package/dist-es/commands/ListDatabasesCommand.js +3 -3
- package/dist-es/commands/ListTablesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ResumeBatchLoadTaskCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateDatabaseCommand.js +3 -3
- package/dist-es/commands/UpdateTableCommand.js +3 -3
- package/dist-es/commands/WriteRecordsCommand.js +3 -3
- package/dist-es/models/TimestreamWriteServiceException.js +1 -1
- package/dist-es/models/models_0.js +1 -1
- package/dist-es/protocols/Aws_json1_0.js +1 -1
- package/dist-es/runtimeConfig.browser.js +7 -7
- package/dist-es/runtimeConfig.js +10 -10
- package/dist-es/runtimeConfig.shared.js +4 -4
- package/dist-types/TimestreamWrite.d.ts +1 -1
- package/dist-types/TimestreamWriteClient.d.ts +8 -8
- package/dist-types/commands/CreateBatchLoadTaskCommand.d.ts +3 -3
- package/dist-types/commands/CreateDatabaseCommand.d.ts +3 -3
- package/dist-types/commands/CreateTableCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDatabaseCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTableCommand.d.ts +3 -3
- package/dist-types/commands/DescribeBatchLoadTaskCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDatabaseCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTableCommand.d.ts +3 -3
- package/dist-types/commands/ListBatchLoadTasksCommand.d.ts +3 -3
- package/dist-types/commands/ListDatabasesCommand.d.ts +3 -3
- package/dist-types/commands/ListTablesCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ResumeBatchLoadTaskCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDatabaseCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTableCommand.d.ts +3 -3
- package/dist-types/commands/WriteRecordsCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
- package/dist-types/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/endpoint/ruleset.d.ts +1 -1
- package/dist-types/models/TimestreamWriteServiceException.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListBatchLoadTasksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDatabasesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTablesPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +20 -20
- package/dist-types/runtimeConfig.d.ts +21 -21
- package/dist-types/runtimeConfig.native.d.ts +19 -19
- package/dist-types/runtimeConfig.shared.d.ts +4 -4
- package/dist-types/ts3.4/TimestreamWrite.d.ts +1 -1
- package/dist-types/ts3.4/TimestreamWriteClient.d.ts +19 -21
- package/dist-types/ts3.4/commands/CreateBatchLoadTaskCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteDatabaseCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeBatchLoadTaskCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeDatabaseCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeTableCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListBatchLoadTasksCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ResumeBatchLoadTaskCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/WriteRecordsCommand.d.ts +3 -3
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
- package/dist-types/ts3.4/models/TimestreamWriteServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -1
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListBatchLoadTasksPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListDatabasesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListTablesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -40
- package/dist-types/ts3.4/runtimeConfig.d.ts +36 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -38
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/package.json +35 -34
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
|
+
Endpoint,
|
|
2
3
|
EndpointParameters as __EndpointParameters,
|
|
3
4
|
EndpointV2,
|
|
4
|
-
|
|
5
|
-
|
|
5
|
+
Provider,
|
|
6
|
+
} from "@smithy/types";
|
|
6
7
|
export interface ClientInputEndpointParameters {
|
|
7
8
|
region?: string | Provider<string>;
|
|
8
9
|
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RuleSetObject } from "@
|
|
1
|
+
import { RuleSetObject } from "@smithy/types";
|
|
2
2
|
export declare const ruleSet: RuleSetObject;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
-
} from "@
|
|
4
|
+
} from "@smithy/smithy-client";
|
|
5
5
|
export { __ServiceException, __ServiceExceptionOptions };
|
|
6
6
|
export declare class TimestreamWriteServiceException extends __ServiceException {
|
|
7
7
|
constructor(options: __ServiceExceptionOptions);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { TimestreamWriteServiceException as __BaseException } from "./TimestreamWriteServiceException";
|
|
3
3
|
export declare class AccessDeniedException extends __BaseException {
|
|
4
4
|
readonly name: "AccessDeniedException";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@
|
|
1
|
+
import { PaginationConfiguration } from "@smithy/types";
|
|
2
2
|
import { TimestreamWriteClient } from "../TimestreamWriteClient";
|
|
3
3
|
export interface TimestreamWritePaginationConfiguration
|
|
4
4
|
extends PaginationConfiguration {
|
|
@@ -1,101 +1,96 @@
|
|
|
1
|
-
import { FetchHttpHandler as RequestHandler } from "@
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
|
|
2
2
|
import { TimestreamWriteClientConfig } from "./TimestreamWriteClient";
|
|
3
3
|
export declare const getRuntimeConfig: (
|
|
4
4
|
config: TimestreamWriteClientConfig
|
|
5
5
|
) => {
|
|
6
6
|
runtime: string;
|
|
7
|
-
defaultsMode: import("@
|
|
8
|
-
import("@
|
|
7
|
+
defaultsMode: import("@smithy/types").Provider<
|
|
8
|
+
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
|
-
bodyLengthChecker: import("@
|
|
10
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: (
|
|
12
12
|
input: any
|
|
13
13
|
) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
14
|
-
defaultUserAgentProvider: import("@
|
|
15
|
-
import("@
|
|
14
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
15
|
+
import("@smithy/types").UserAgent
|
|
16
16
|
>;
|
|
17
17
|
endpointDiscoveryEnabledProvider: import("@smithy/types").Provider<
|
|
18
18
|
boolean | undefined
|
|
19
19
|
>;
|
|
20
|
-
maxAttempts:
|
|
21
|
-
|
|
22
|
-
region: string | import("@aws-sdk/types").Provider<any>;
|
|
20
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
21
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
23
22
|
requestHandler:
|
|
24
|
-
| (import("@
|
|
23
|
+
| (import("@smithy/types").RequestHandler<
|
|
25
24
|
any,
|
|
26
25
|
any,
|
|
27
|
-
import("@
|
|
26
|
+
import("@smithy/types").HttpHandlerOptions
|
|
28
27
|
> &
|
|
29
28
|
import("@smithy/protocol-http").HttpHandler)
|
|
30
29
|
| RequestHandler;
|
|
31
30
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
32
|
-
sha256: import("@
|
|
31
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
33
32
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
34
|
-
useDualstackEndpoint:
|
|
35
|
-
|
|
36
|
-
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
37
|
-
(boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
33
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
34
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
38
35
|
apiVersion: string;
|
|
39
|
-
urlParser: import("@
|
|
36
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
40
37
|
base64Decoder: import("@smithy/types").Decoder;
|
|
41
38
|
base64Encoder: import("@smithy/types").Encoder;
|
|
42
39
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
43
40
|
utf8Encoder: import("@smithy/types").Encoder;
|
|
44
41
|
disableHostPrefix: boolean;
|
|
45
42
|
serviceId: string;
|
|
46
|
-
logger: import("@
|
|
43
|
+
logger: import("@smithy/types").Logger;
|
|
47
44
|
endpoint?:
|
|
48
45
|
| ((
|
|
49
46
|
| string
|
|
50
|
-
| import("@
|
|
51
|
-
| import("@
|
|
52
|
-
| import("@
|
|
53
|
-
| import("@
|
|
47
|
+
| import("@smithy/types").Endpoint
|
|
48
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
49
|
+
| import("@smithy/types").EndpointV2
|
|
50
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
54
51
|
) &
|
|
55
52
|
(
|
|
56
53
|
| string
|
|
57
54
|
| import("@smithy/types").Provider<string>
|
|
58
55
|
| import("@smithy/types").Endpoint
|
|
59
56
|
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
60
|
-
| import("@
|
|
61
|
-
| import("@smithy/types").Provider<
|
|
62
|
-
import("@aws-sdk/types").EndpointV2
|
|
63
|
-
>
|
|
57
|
+
| import("@smithy/types").EndpointV2
|
|
58
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
64
59
|
))
|
|
65
60
|
| undefined;
|
|
66
61
|
endpointProvider: (
|
|
67
62
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
68
63
|
context?: {
|
|
69
|
-
logger?: import("@
|
|
64
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
70
65
|
}
|
|
71
|
-
) => import("@
|
|
66
|
+
) => import("@smithy/types").EndpointV2;
|
|
72
67
|
tls?: boolean | undefined;
|
|
73
68
|
retryStrategy?:
|
|
74
|
-
| import("@
|
|
75
|
-
| import("@
|
|
69
|
+
| import("@smithy/types").RetryStrategy
|
|
70
|
+
| import("@smithy/types").RetryStrategyV2
|
|
76
71
|
| undefined;
|
|
77
72
|
credentials?:
|
|
78
|
-
| import("@
|
|
79
|
-
| import("@
|
|
80
|
-
import("@
|
|
73
|
+
| import("@smithy/types").AwsCredentialIdentity
|
|
74
|
+
| import("@smithy/types").Provider<
|
|
75
|
+
import("@smithy/types").AwsCredentialIdentity
|
|
81
76
|
>
|
|
82
77
|
| undefined;
|
|
83
78
|
signer?:
|
|
84
|
-
| import("@
|
|
79
|
+
| import("@smithy/types").RequestSigner
|
|
85
80
|
| ((
|
|
86
|
-
authScheme?: import("@
|
|
87
|
-
) => Promise<import("@
|
|
81
|
+
authScheme?: import("@smithy/types").AuthScheme | undefined
|
|
82
|
+
) => Promise<import("@smithy/types").RequestSigner>)
|
|
88
83
|
| undefined;
|
|
89
84
|
signingEscapePath?: boolean | undefined;
|
|
90
85
|
systemClockOffset?: number | undefined;
|
|
91
86
|
signingRegion?: string | undefined;
|
|
92
87
|
signerConstructor?:
|
|
93
88
|
| (new (
|
|
94
|
-
options: import("@
|
|
95
|
-
import("@
|
|
96
|
-
) => import("@
|
|
89
|
+
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
90
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
) => import("@smithy/types").RequestSigner)
|
|
97
92
|
| undefined;
|
|
98
|
-
customUserAgent?: string | import("@
|
|
93
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
99
94
|
endpointCacheSize?: number | undefined;
|
|
100
95
|
endpointDiscoveryEnabled?: boolean | undefined;
|
|
101
96
|
};
|
|
@@ -1,98 +1,96 @@
|
|
|
1
|
-
import { NodeHttpHandler as RequestHandler } from "@
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
|
|
2
2
|
import { TimestreamWriteClientConfig } from "./TimestreamWriteClient";
|
|
3
3
|
export declare const getRuntimeConfig: (
|
|
4
4
|
config: TimestreamWriteClientConfig
|
|
5
5
|
) => {
|
|
6
6
|
runtime: string;
|
|
7
|
-
defaultsMode: import("@
|
|
8
|
-
import("@
|
|
7
|
+
defaultsMode: import("@smithy/types").Provider<
|
|
8
|
+
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
|
-
bodyLengthChecker: import("@
|
|
10
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: (
|
|
12
12
|
input: any
|
|
13
13
|
) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
14
|
-
defaultUserAgentProvider: import("@
|
|
15
|
-
import("@
|
|
14
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
15
|
+
import("@smithy/types").UserAgent
|
|
16
16
|
>;
|
|
17
|
-
endpointDiscoveryEnabledProvider: import("@
|
|
17
|
+
endpointDiscoveryEnabledProvider: import("@smithy/types").Provider<
|
|
18
18
|
boolean | undefined
|
|
19
19
|
>;
|
|
20
|
-
maxAttempts: number | import("@
|
|
21
|
-
region: string | import("@
|
|
20
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
21
|
+
region: string | import("@smithy/types").Provider<string>;
|
|
22
22
|
requestHandler:
|
|
23
|
-
| (import("@
|
|
23
|
+
| (import("@smithy/types").RequestHandler<
|
|
24
24
|
any,
|
|
25
25
|
any,
|
|
26
|
-
import("@
|
|
26
|
+
import("@smithy/types").HttpHandlerOptions
|
|
27
27
|
> &
|
|
28
28
|
import("@smithy/protocol-http").HttpHandler)
|
|
29
29
|
| RequestHandler;
|
|
30
30
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
31
|
-
sha256: import("@
|
|
31
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
32
32
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
33
|
-
useDualstackEndpoint: boolean | import("@
|
|
34
|
-
useFipsEndpoint: boolean | import("@
|
|
33
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
34
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
35
35
|
apiVersion: string;
|
|
36
|
-
urlParser: import("@
|
|
36
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
37
37
|
base64Decoder: import("@smithy/types").Decoder;
|
|
38
38
|
base64Encoder: import("@smithy/types").Encoder;
|
|
39
39
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
40
40
|
utf8Encoder: import("@smithy/types").Encoder;
|
|
41
41
|
disableHostPrefix: boolean;
|
|
42
42
|
serviceId: string;
|
|
43
|
-
logger: import("@
|
|
43
|
+
logger: import("@smithy/types").Logger;
|
|
44
44
|
endpoint?:
|
|
45
45
|
| ((
|
|
46
46
|
| string
|
|
47
|
-
| import("@
|
|
48
|
-
| import("@
|
|
49
|
-
| import("@
|
|
50
|
-
| import("@
|
|
47
|
+
| import("@smithy/types").Endpoint
|
|
48
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
49
|
+
| import("@smithy/types").EndpointV2
|
|
50
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
51
51
|
) &
|
|
52
52
|
(
|
|
53
53
|
| string
|
|
54
54
|
| import("@smithy/types").Provider<string>
|
|
55
55
|
| import("@smithy/types").Endpoint
|
|
56
56
|
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
57
|
-
| import("@
|
|
58
|
-
| import("@smithy/types").Provider<
|
|
59
|
-
import("@aws-sdk/types").EndpointV2
|
|
60
|
-
>
|
|
57
|
+
| import("@smithy/types").EndpointV2
|
|
58
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
61
59
|
))
|
|
62
60
|
| undefined;
|
|
63
61
|
endpointProvider: (
|
|
64
62
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
65
63
|
context?: {
|
|
66
|
-
logger?: import("@
|
|
64
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
67
65
|
}
|
|
68
|
-
) => import("@
|
|
66
|
+
) => import("@smithy/types").EndpointV2;
|
|
69
67
|
tls?: boolean | undefined;
|
|
70
68
|
retryStrategy?:
|
|
71
|
-
| import("@
|
|
72
|
-
| import("@
|
|
69
|
+
| import("@smithy/types").RetryStrategy
|
|
70
|
+
| import("@smithy/types").RetryStrategyV2
|
|
73
71
|
| undefined;
|
|
74
72
|
credentials?:
|
|
75
|
-
| import("@
|
|
76
|
-
| import("@
|
|
77
|
-
import("@
|
|
73
|
+
| import("@smithy/types").AwsCredentialIdentity
|
|
74
|
+
| import("@smithy/types").Provider<
|
|
75
|
+
import("@smithy/types").AwsCredentialIdentity
|
|
78
76
|
>
|
|
79
77
|
| undefined;
|
|
80
78
|
signer?:
|
|
81
|
-
| import("@
|
|
79
|
+
| import("@smithy/types").RequestSigner
|
|
82
80
|
| ((
|
|
83
|
-
authScheme?: import("@
|
|
84
|
-
) => Promise<import("@
|
|
81
|
+
authScheme?: import("@smithy/types").AuthScheme | undefined
|
|
82
|
+
) => Promise<import("@smithy/types").RequestSigner>)
|
|
85
83
|
| undefined;
|
|
86
84
|
signingEscapePath?: boolean | undefined;
|
|
87
85
|
systemClockOffset?: number | undefined;
|
|
88
86
|
signingRegion?: string | undefined;
|
|
89
87
|
signerConstructor?:
|
|
90
88
|
| (new (
|
|
91
|
-
options: import("@
|
|
92
|
-
import("@
|
|
93
|
-
) => import("@
|
|
89
|
+
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
90
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
) => import("@smithy/types").RequestSigner)
|
|
94
92
|
| undefined;
|
|
95
|
-
customUserAgent?: string | import("@
|
|
93
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
96
94
|
endpointCacheSize?: number | undefined;
|
|
97
95
|
endpointDiscoveryEnabled?: boolean | undefined;
|
|
98
96
|
};
|
|
@@ -3,18 +3,18 @@ export declare const getRuntimeConfig: (
|
|
|
3
3
|
config: TimestreamWriteClientConfig
|
|
4
4
|
) => {
|
|
5
5
|
runtime: string;
|
|
6
|
-
sha256: import("@
|
|
6
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
7
7
|
requestHandler:
|
|
8
|
-
| (import("@
|
|
8
|
+
| (import("@smithy/types").RequestHandler<
|
|
9
9
|
any,
|
|
10
10
|
any,
|
|
11
|
-
import("@
|
|
11
|
+
import("@smithy/types").HttpHandlerOptions
|
|
12
12
|
> &
|
|
13
13
|
import("@smithy/protocol-http").HttpHandler)
|
|
14
|
-
| import("@
|
|
14
|
+
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
15
15
|
apiVersion: string;
|
|
16
|
-
urlParser: import("@
|
|
17
|
-
bodyLengthChecker: import("@
|
|
16
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
17
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
19
19
|
base64Decoder: import("@smithy/types").Decoder;
|
|
20
20
|
base64Encoder: import("@smithy/types").Encoder;
|
|
@@ -22,71 +22,66 @@ export declare const getRuntimeConfig: (
|
|
|
22
22
|
utf8Encoder: import("@smithy/types").Encoder;
|
|
23
23
|
disableHostPrefix: boolean;
|
|
24
24
|
serviceId: string;
|
|
25
|
-
useDualstackEndpoint:
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
(boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
29
|
-
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
26
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
27
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
30
28
|
credentialDefaultProvider: (
|
|
31
29
|
input: any
|
|
32
30
|
) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
33
|
-
defaultUserAgentProvider: import("@
|
|
34
|
-
import("@
|
|
31
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
32
|
+
import("@smithy/types").UserAgent
|
|
35
33
|
>;
|
|
36
34
|
endpointDiscoveryEnabledProvider: import("@smithy/types").Provider<
|
|
37
35
|
boolean | undefined
|
|
38
36
|
>;
|
|
39
|
-
maxAttempts:
|
|
40
|
-
(number | import("@aws-sdk/types").Provider<number>);
|
|
37
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
41
38
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
42
|
-
logger: import("@
|
|
39
|
+
logger: import("@smithy/types").Logger;
|
|
43
40
|
defaultsMode:
|
|
44
|
-
| import("@
|
|
41
|
+
| import("@smithy/smithy-client").DefaultsMode
|
|
45
42
|
| import("@smithy/types").Provider<
|
|
46
|
-
import("@
|
|
43
|
+
import("@smithy/smithy-client").DefaultsMode
|
|
47
44
|
>;
|
|
48
45
|
endpoint?:
|
|
49
46
|
| string
|
|
50
|
-
| import("@
|
|
51
|
-
|
|
|
52
|
-
|
|
53
|
-
|
|
|
54
|
-
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> &
|
|
55
|
-
import("@smithy/types").Provider<import("@aws-sdk/types").EndpointV2>)
|
|
47
|
+
| import("@smithy/types").Endpoint
|
|
48
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
49
|
+
| import("@smithy/types").EndpointV2
|
|
50
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
56
51
|
| undefined;
|
|
57
52
|
endpointProvider: (
|
|
58
53
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
59
54
|
context?: {
|
|
60
|
-
logger?: import("@
|
|
55
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
61
56
|
}
|
|
62
|
-
) => import("@
|
|
57
|
+
) => import("@smithy/types").EndpointV2;
|
|
63
58
|
tls?: boolean | undefined;
|
|
64
59
|
retryStrategy?:
|
|
65
|
-
| import("@
|
|
66
|
-
| import("@
|
|
60
|
+
| import("@smithy/types").RetryStrategy
|
|
61
|
+
| import("@smithy/types").RetryStrategyV2
|
|
67
62
|
| undefined;
|
|
68
63
|
credentials?:
|
|
69
|
-
| import("@
|
|
70
|
-
| import("@
|
|
71
|
-
import("@
|
|
64
|
+
| import("@smithy/types").AwsCredentialIdentity
|
|
65
|
+
| import("@smithy/types").Provider<
|
|
66
|
+
import("@smithy/types").AwsCredentialIdentity
|
|
72
67
|
>
|
|
73
68
|
| undefined;
|
|
74
69
|
signer?:
|
|
75
|
-
| import("@
|
|
70
|
+
| import("@smithy/types").RequestSigner
|
|
76
71
|
| ((
|
|
77
|
-
authScheme?: import("@
|
|
78
|
-
) => Promise<import("@
|
|
72
|
+
authScheme?: import("@smithy/types").AuthScheme | undefined
|
|
73
|
+
) => Promise<import("@smithy/types").RequestSigner>)
|
|
79
74
|
| undefined;
|
|
80
75
|
signingEscapePath?: boolean | undefined;
|
|
81
76
|
systemClockOffset?: number | undefined;
|
|
82
77
|
signingRegion?: string | undefined;
|
|
83
78
|
signerConstructor?:
|
|
84
79
|
| (new (
|
|
85
|
-
options: import("@
|
|
86
|
-
import("@
|
|
87
|
-
) => import("@
|
|
80
|
+
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
81
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
82
|
+
) => import("@smithy/types").RequestSigner)
|
|
88
83
|
| undefined;
|
|
89
|
-
customUserAgent?: string | import("@
|
|
84
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
90
85
|
endpointCacheSize?: number | undefined;
|
|
91
86
|
endpointDiscoveryEnabled?: boolean | undefined;
|
|
92
87
|
};
|
|
@@ -9,12 +9,12 @@ export declare const getRuntimeConfig: (
|
|
|
9
9
|
endpointProvider: (
|
|
10
10
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
11
11
|
context?: {
|
|
12
|
-
logger?: import("@
|
|
12
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
13
13
|
}
|
|
14
|
-
) => import("@
|
|
15
|
-
logger: import("@
|
|
14
|
+
) => import("@smithy/types").EndpointV2;
|
|
15
|
+
logger: import("@smithy/types").Logger;
|
|
16
16
|
serviceId: string;
|
|
17
|
-
urlParser: import("@
|
|
17
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
18
18
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
19
19
|
utf8Encoder: import("@smithy/types").Encoder;
|
|
20
20
|
};
|
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.369.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,45 +21,46 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/
|
|
26
|
-
"@aws-sdk/
|
|
27
|
-
"@aws-sdk/
|
|
28
|
-
"@aws-sdk/
|
|
29
|
-
"@aws-sdk/
|
|
30
|
-
"@aws-sdk/middleware-
|
|
31
|
-
"@aws-sdk/middleware-
|
|
32
|
-
"@aws-sdk/
|
|
33
|
-
"@aws-sdk/
|
|
34
|
-
"@aws-sdk/
|
|
35
|
-
"@aws-sdk/
|
|
36
|
-
"@
|
|
37
|
-
"@
|
|
38
|
-
"@
|
|
39
|
-
"@
|
|
40
|
-
"@
|
|
41
|
-
"@
|
|
42
|
-
"@
|
|
43
|
-
"@
|
|
44
|
-
"@
|
|
45
|
-
"@
|
|
46
|
-
"@
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.360.0",
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.360.0",
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.357.0",
|
|
52
|
-
"@aws-sdk/util-retry": "3.362.0",
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.357.0",
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.357.0",
|
|
55
|
-
"@aws-sdk/util-utf8": "3.310.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.369.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.369.0",
|
|
26
|
+
"@aws-sdk/middleware-endpoint-discovery": "3.369.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.369.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.369.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.369.0",
|
|
30
|
+
"@aws-sdk/middleware-signing": "3.369.0",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.369.0",
|
|
32
|
+
"@aws-sdk/types": "3.369.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.369.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.369.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.369.0",
|
|
36
|
+
"@smithy/config-resolver": "^1.0.1",
|
|
37
|
+
"@smithy/fetch-http-handler": "^1.0.1",
|
|
38
|
+
"@smithy/hash-node": "^1.0.1",
|
|
39
|
+
"@smithy/invalid-dependency": "^1.0.1",
|
|
40
|
+
"@smithy/middleware-content-length": "^1.0.1",
|
|
41
|
+
"@smithy/middleware-endpoint": "^1.0.1",
|
|
42
|
+
"@smithy/middleware-retry": "^1.0.2",
|
|
43
|
+
"@smithy/middleware-serde": "^1.0.1",
|
|
44
|
+
"@smithy/middleware-stack": "^1.0.1",
|
|
45
|
+
"@smithy/node-config-provider": "^1.0.1",
|
|
46
|
+
"@smithy/node-http-handler": "^1.0.2",
|
|
56
47
|
"@smithy/protocol-http": "^1.0.1",
|
|
57
|
-
"@smithy/
|
|
48
|
+
"@smithy/smithy-client": "^1.0.3",
|
|
49
|
+
"@smithy/types": "^1.1.0",
|
|
50
|
+
"@smithy/url-parser": "^1.0.1",
|
|
51
|
+
"@smithy/util-base64": "^1.0.1",
|
|
52
|
+
"@smithy/util-body-length-browser": "^1.0.1",
|
|
53
|
+
"@smithy/util-body-length-node": "^1.0.1",
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^1.0.1",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^1.0.1",
|
|
56
|
+
"@smithy/util-retry": "^1.0.2",
|
|
57
|
+
"@smithy/util-utf8": "^1.0.1",
|
|
58
58
|
"tslib": "^2.5.0",
|
|
59
59
|
"uuid": "^8.3.2"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@aws-sdk/service-client-documentation-generator": "3.310.0",
|
|
63
|
+
"@smithy/service-client-documentation-generator": "^1.0.1",
|
|
63
64
|
"@tsconfig/node14": "1.0.3",
|
|
64
65
|
"@types/node": "^14.14.31",
|
|
65
66
|
"@types/uuid": "^8.3.0",
|