@aws-sdk/client-timestream-influxdb 3.721.0 → 3.726.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/TimestreamInfluxDBClient.js +1 -0
- package/dist-cjs/models/models_0.js +23 -17
- package/dist-es/TimestreamInfluxDBClient.js +1 -0
- package/dist-es/models/models_0.js +22 -16
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +43 -43
|
@@ -17,6 +17,7 @@ const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
|
17
17
|
const runtimeConfig_1 = require("./runtimeConfig");
|
|
18
18
|
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
19
19
|
class TimestreamInfluxDBClient extends smithy_client_1.Client {
|
|
20
|
+
config;
|
|
20
21
|
constructor(...[configuration]) {
|
|
21
22
|
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
22
23
|
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
@@ -4,27 +4,29 @@ exports.CreateDbInstanceInputFilterSensitiveLog = exports._Parameters = exports.
|
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
const TimestreamInfluxDBServiceException_1 = require("./TimestreamInfluxDBServiceException");
|
|
6
6
|
class AccessDeniedException extends TimestreamInfluxDBServiceException_1.TimestreamInfluxDBServiceException {
|
|
7
|
+
name = "AccessDeniedException";
|
|
8
|
+
$fault = "client";
|
|
7
9
|
constructor(opts) {
|
|
8
10
|
super({
|
|
9
11
|
name: "AccessDeniedException",
|
|
10
12
|
$fault: "client",
|
|
11
13
|
...opts,
|
|
12
14
|
});
|
|
13
|
-
this.name = "AccessDeniedException";
|
|
14
|
-
this.$fault = "client";
|
|
15
15
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
exports.AccessDeniedException = AccessDeniedException;
|
|
19
19
|
class ConflictException extends TimestreamInfluxDBServiceException_1.TimestreamInfluxDBServiceException {
|
|
20
|
+
name = "ConflictException";
|
|
21
|
+
$fault = "client";
|
|
22
|
+
resourceId;
|
|
23
|
+
resourceType;
|
|
20
24
|
constructor(opts) {
|
|
21
25
|
super({
|
|
22
26
|
name: "ConflictException",
|
|
23
27
|
$fault: "client",
|
|
24
28
|
...opts,
|
|
25
29
|
});
|
|
26
|
-
this.name = "ConflictException";
|
|
27
|
-
this.$fault = "client";
|
|
28
30
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
29
31
|
this.resourceId = opts.resourceId;
|
|
30
32
|
this.resourceType = opts.resourceType;
|
|
@@ -66,28 +68,30 @@ exports.Status = {
|
|
|
66
68
|
UPDATING_INSTANCE_TYPE: "UPDATING_INSTANCE_TYPE",
|
|
67
69
|
};
|
|
68
70
|
class InternalServerException extends TimestreamInfluxDBServiceException_1.TimestreamInfluxDBServiceException {
|
|
71
|
+
name = "InternalServerException";
|
|
72
|
+
$fault = "server";
|
|
73
|
+
$retryable = {};
|
|
69
74
|
constructor(opts) {
|
|
70
75
|
super({
|
|
71
76
|
name: "InternalServerException",
|
|
72
77
|
$fault: "server",
|
|
73
78
|
...opts,
|
|
74
79
|
});
|
|
75
|
-
this.name = "InternalServerException";
|
|
76
|
-
this.$fault = "server";
|
|
77
|
-
this.$retryable = {};
|
|
78
80
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
79
81
|
}
|
|
80
82
|
}
|
|
81
83
|
exports.InternalServerException = InternalServerException;
|
|
82
84
|
class ResourceNotFoundException extends TimestreamInfluxDBServiceException_1.TimestreamInfluxDBServiceException {
|
|
85
|
+
name = "ResourceNotFoundException";
|
|
86
|
+
$fault = "client";
|
|
87
|
+
resourceId;
|
|
88
|
+
resourceType;
|
|
83
89
|
constructor(opts) {
|
|
84
90
|
super({
|
|
85
91
|
name: "ResourceNotFoundException",
|
|
86
92
|
$fault: "client",
|
|
87
93
|
...opts,
|
|
88
94
|
});
|
|
89
|
-
this.name = "ResourceNotFoundException";
|
|
90
|
-
this.$fault = "client";
|
|
91
95
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
92
96
|
this.resourceId = opts.resourceId;
|
|
93
97
|
this.resourceType = opts.resourceType;
|
|
@@ -95,28 +99,29 @@ class ResourceNotFoundException extends TimestreamInfluxDBServiceException_1.Tim
|
|
|
95
99
|
}
|
|
96
100
|
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
97
101
|
class ServiceQuotaExceededException extends TimestreamInfluxDBServiceException_1.TimestreamInfluxDBServiceException {
|
|
102
|
+
name = "ServiceQuotaExceededException";
|
|
103
|
+
$fault = "client";
|
|
98
104
|
constructor(opts) {
|
|
99
105
|
super({
|
|
100
106
|
name: "ServiceQuotaExceededException",
|
|
101
107
|
$fault: "client",
|
|
102
108
|
...opts,
|
|
103
109
|
});
|
|
104
|
-
this.name = "ServiceQuotaExceededException";
|
|
105
|
-
this.$fault = "client";
|
|
106
110
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
107
111
|
}
|
|
108
112
|
}
|
|
109
113
|
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
110
114
|
class ThrottlingException extends TimestreamInfluxDBServiceException_1.TimestreamInfluxDBServiceException {
|
|
115
|
+
name = "ThrottlingException";
|
|
116
|
+
$fault = "client";
|
|
117
|
+
$retryable = {};
|
|
118
|
+
retryAfterSeconds;
|
|
111
119
|
constructor(opts) {
|
|
112
120
|
super({
|
|
113
121
|
name: "ThrottlingException",
|
|
114
122
|
$fault: "client",
|
|
115
123
|
...opts,
|
|
116
124
|
});
|
|
117
|
-
this.name = "ThrottlingException";
|
|
118
|
-
this.$fault = "client";
|
|
119
|
-
this.$retryable = {};
|
|
120
125
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
121
126
|
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
122
127
|
}
|
|
@@ -127,14 +132,15 @@ exports.ValidationExceptionReason = {
|
|
|
127
132
|
OTHER: "OTHER",
|
|
128
133
|
};
|
|
129
134
|
class ValidationException extends TimestreamInfluxDBServiceException_1.TimestreamInfluxDBServiceException {
|
|
135
|
+
name = "ValidationException";
|
|
136
|
+
$fault = "client";
|
|
137
|
+
reason;
|
|
130
138
|
constructor(opts) {
|
|
131
139
|
super({
|
|
132
140
|
name: "ValidationException",
|
|
133
141
|
$fault: "client",
|
|
134
142
|
...opts,
|
|
135
143
|
});
|
|
136
|
-
this.name = "ValidationException";
|
|
137
|
-
this.$fault = "client";
|
|
138
144
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
139
145
|
this.reason = opts.reason;
|
|
140
146
|
}
|
|
@@ -162,7 +168,7 @@ var _Parameters;
|
|
|
162
168
|
return visitor.InfluxDBv2(value.InfluxDBv2);
|
|
163
169
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
164
170
|
};
|
|
165
|
-
})(_Parameters
|
|
171
|
+
})(_Parameters || (exports._Parameters = _Parameters = {}));
|
|
166
172
|
const CreateDbInstanceInputFilterSensitiveLog = (obj) => ({
|
|
167
173
|
...obj,
|
|
168
174
|
...(obj.username && { username: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
|
14
14
|
import { resolveRuntimeExtensions } from "./runtimeExtensions";
|
|
15
15
|
export { __Client };
|
|
16
16
|
export class TimestreamInfluxDBClient extends __Client {
|
|
17
|
+
config;
|
|
17
18
|
constructor(...[configuration]) {
|
|
18
19
|
const _config_0 = __getRuntimeConfig(configuration || {});
|
|
19
20
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -1,26 +1,28 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { TimestreamInfluxDBServiceException as __BaseException } from "./TimestreamInfluxDBServiceException";
|
|
3
3
|
export class AccessDeniedException extends __BaseException {
|
|
4
|
+
name = "AccessDeniedException";
|
|
5
|
+
$fault = "client";
|
|
4
6
|
constructor(opts) {
|
|
5
7
|
super({
|
|
6
8
|
name: "AccessDeniedException",
|
|
7
9
|
$fault: "client",
|
|
8
10
|
...opts,
|
|
9
11
|
});
|
|
10
|
-
this.name = "AccessDeniedException";
|
|
11
|
-
this.$fault = "client";
|
|
12
12
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
export class ConflictException extends __BaseException {
|
|
16
|
+
name = "ConflictException";
|
|
17
|
+
$fault = "client";
|
|
18
|
+
resourceId;
|
|
19
|
+
resourceType;
|
|
16
20
|
constructor(opts) {
|
|
17
21
|
super({
|
|
18
22
|
name: "ConflictException",
|
|
19
23
|
$fault: "client",
|
|
20
24
|
...opts,
|
|
21
25
|
});
|
|
22
|
-
this.name = "ConflictException";
|
|
23
|
-
this.$fault = "client";
|
|
24
26
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
25
27
|
this.resourceId = opts.resourceId;
|
|
26
28
|
this.resourceType = opts.resourceType;
|
|
@@ -61,54 +63,57 @@ export const Status = {
|
|
|
61
63
|
UPDATING_INSTANCE_TYPE: "UPDATING_INSTANCE_TYPE",
|
|
62
64
|
};
|
|
63
65
|
export class InternalServerException extends __BaseException {
|
|
66
|
+
name = "InternalServerException";
|
|
67
|
+
$fault = "server";
|
|
68
|
+
$retryable = {};
|
|
64
69
|
constructor(opts) {
|
|
65
70
|
super({
|
|
66
71
|
name: "InternalServerException",
|
|
67
72
|
$fault: "server",
|
|
68
73
|
...opts,
|
|
69
74
|
});
|
|
70
|
-
this.name = "InternalServerException";
|
|
71
|
-
this.$fault = "server";
|
|
72
|
-
this.$retryable = {};
|
|
73
75
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
74
76
|
}
|
|
75
77
|
}
|
|
76
78
|
export class ResourceNotFoundException extends __BaseException {
|
|
79
|
+
name = "ResourceNotFoundException";
|
|
80
|
+
$fault = "client";
|
|
81
|
+
resourceId;
|
|
82
|
+
resourceType;
|
|
77
83
|
constructor(opts) {
|
|
78
84
|
super({
|
|
79
85
|
name: "ResourceNotFoundException",
|
|
80
86
|
$fault: "client",
|
|
81
87
|
...opts,
|
|
82
88
|
});
|
|
83
|
-
this.name = "ResourceNotFoundException";
|
|
84
|
-
this.$fault = "client";
|
|
85
89
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
86
90
|
this.resourceId = opts.resourceId;
|
|
87
91
|
this.resourceType = opts.resourceType;
|
|
88
92
|
}
|
|
89
93
|
}
|
|
90
94
|
export class ServiceQuotaExceededException extends __BaseException {
|
|
95
|
+
name = "ServiceQuotaExceededException";
|
|
96
|
+
$fault = "client";
|
|
91
97
|
constructor(opts) {
|
|
92
98
|
super({
|
|
93
99
|
name: "ServiceQuotaExceededException",
|
|
94
100
|
$fault: "client",
|
|
95
101
|
...opts,
|
|
96
102
|
});
|
|
97
|
-
this.name = "ServiceQuotaExceededException";
|
|
98
|
-
this.$fault = "client";
|
|
99
103
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
100
104
|
}
|
|
101
105
|
}
|
|
102
106
|
export class ThrottlingException extends __BaseException {
|
|
107
|
+
name = "ThrottlingException";
|
|
108
|
+
$fault = "client";
|
|
109
|
+
$retryable = {};
|
|
110
|
+
retryAfterSeconds;
|
|
103
111
|
constructor(opts) {
|
|
104
112
|
super({
|
|
105
113
|
name: "ThrottlingException",
|
|
106
114
|
$fault: "client",
|
|
107
115
|
...opts,
|
|
108
116
|
});
|
|
109
|
-
this.name = "ThrottlingException";
|
|
110
|
-
this.$fault = "client";
|
|
111
|
-
this.$retryable = {};
|
|
112
117
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
113
118
|
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
114
119
|
}
|
|
@@ -118,14 +123,15 @@ export const ValidationExceptionReason = {
|
|
|
118
123
|
OTHER: "OTHER",
|
|
119
124
|
};
|
|
120
125
|
export class ValidationException extends __BaseException {
|
|
126
|
+
name = "ValidationException";
|
|
127
|
+
$fault = "client";
|
|
128
|
+
reason;
|
|
121
129
|
constructor(opts) {
|
|
122
130
|
super({
|
|
123
131
|
name: "ValidationException",
|
|
124
132
|
$fault: "client",
|
|
125
133
|
...opts,
|
|
126
134
|
});
|
|
127
|
-
this.name = "ValidationException";
|
|
128
|
-
this.$fault = "client";
|
|
129
135
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
130
136
|
this.reason = opts.reason;
|
|
131
137
|
}
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: TimestreamInfluxDBClientConfig)
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: TimestreamInfluxDBClientConfig)
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<string>;
|
|
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: TimestreamInfluxDBClientConfig)
|
|
|
22
22
|
region: string | import("@smithy/types").Provider<any>;
|
|
23
23
|
profile?: string | undefined;
|
|
24
24
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
25
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
25
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
26
26
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: TimestreamInfluxDBClientConfig)
|
|
|
31
31
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
32
32
|
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
|
|
33
33
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
34
|
-
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
|
|
34
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
35
35
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
36
36
|
logger?: import("@smithy/types").Logger | undefined;
|
|
37
37
|
}) => import("@smithy/types").EndpointV2;
|
|
@@ -8,9 +8,11 @@ export declare const getRuntimeConfig: (
|
|
|
8
8
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
|
-
credentialDefaultProvider:
|
|
12
|
-
input: any
|
|
13
|
-
|
|
11
|
+
credentialDefaultProvider:
|
|
12
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
13
|
+
| ((
|
|
14
|
+
_: unknown
|
|
15
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
14
16
|
defaultUserAgentProvider: (
|
|
15
17
|
config?:
|
|
16
18
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
@@ -8,13 +8,15 @@ export declare const getRuntimeConfig: (
|
|
|
8
8
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
|
-
credentialDefaultProvider:
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
credentialDefaultProvider:
|
|
12
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
13
|
+
| ((
|
|
14
|
+
init?:
|
|
15
|
+
| import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
16
|
+
| undefined
|
|
17
|
+
) => import("@smithy/types").MemoizedProvider<
|
|
18
|
+
import("@smithy/types").AwsCredentialIdentity
|
|
19
|
+
>);
|
|
18
20
|
defaultUserAgentProvider: (
|
|
19
21
|
config?:
|
|
20
22
|
| import("@aws-sdk/util-user-agent-node").PreviouslyResolved
|
|
@@ -30,9 +30,11 @@ export declare const getRuntimeConfig: (
|
|
|
30
30
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
31
31
|
| undefined
|
|
32
32
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
33
|
-
credentialDefaultProvider:
|
|
34
|
-
input: any
|
|
35
|
-
|
|
33
|
+
credentialDefaultProvider:
|
|
34
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
35
|
+
| ((
|
|
36
|
+
_: unknown
|
|
37
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
36
38
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
37
39
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
40
|
logger: import("@smithy/types").Logger;
|
|
@@ -52,11 +54,21 @@ export declare const getRuntimeConfig: (
|
|
|
52
54
|
| import("@smithy/types").RetryStrategyV2
|
|
53
55
|
| undefined;
|
|
54
56
|
endpoint?:
|
|
55
|
-
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
57
|
+
| ((
|
|
58
|
+
| string
|
|
59
|
+
| import("@smithy/types").Endpoint
|
|
60
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
61
|
+
| import("@smithy/types").EndpointV2
|
|
62
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
63
|
+
) &
|
|
64
|
+
(
|
|
65
|
+
| string
|
|
66
|
+
| import("@smithy/types").Provider<string>
|
|
67
|
+
| import("@smithy/types").Endpoint
|
|
68
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
69
|
+
| import("@smithy/types").EndpointV2
|
|
70
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
71
|
+
))
|
|
60
72
|
| undefined;
|
|
61
73
|
endpointProvider: (
|
|
62
74
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-timestream-influxdb",
|
|
3
3
|
"description": "AWS SDK for JavaScript Timestream Influxdb Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.726.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",
|
|
@@ -20,56 +20,56 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^
|
|
37
|
-
"@smithy/core": "^
|
|
38
|
-
"@smithy/fetch-http-handler": "^
|
|
39
|
-
"@smithy/hash-node": "^
|
|
40
|
-
"@smithy/invalid-dependency": "^
|
|
41
|
-
"@smithy/middleware-content-length": "^
|
|
42
|
-
"@smithy/middleware-endpoint": "^
|
|
43
|
-
"@smithy/middleware-retry": "^
|
|
44
|
-
"@smithy/middleware-serde": "^
|
|
45
|
-
"@smithy/middleware-stack": "^
|
|
46
|
-
"@smithy/node-config-provider": "^
|
|
47
|
-
"@smithy/node-http-handler": "^
|
|
48
|
-
"@smithy/protocol-http": "^
|
|
49
|
-
"@smithy/smithy-client": "^
|
|
50
|
-
"@smithy/types": "^
|
|
51
|
-
"@smithy/url-parser": "^
|
|
52
|
-
"@smithy/util-base64": "^
|
|
53
|
-
"@smithy/util-body-length-browser": "^
|
|
54
|
-
"@smithy/util-body-length-node": "^
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^
|
|
57
|
-
"@smithy/util-endpoints": "^
|
|
58
|
-
"@smithy/util-middleware": "^
|
|
59
|
-
"@smithy/util-retry": "^
|
|
60
|
-
"@smithy/util-utf8": "^
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.726.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.726.0",
|
|
25
|
+
"@aws-sdk/core": "3.723.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.726.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.723.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.723.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.723.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.726.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.723.0",
|
|
32
|
+
"@aws-sdk/types": "3.723.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.726.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.723.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.726.0",
|
|
36
|
+
"@smithy/config-resolver": "^4.0.0",
|
|
37
|
+
"@smithy/core": "^3.0.0",
|
|
38
|
+
"@smithy/fetch-http-handler": "^5.0.0",
|
|
39
|
+
"@smithy/hash-node": "^4.0.0",
|
|
40
|
+
"@smithy/invalid-dependency": "^4.0.0",
|
|
41
|
+
"@smithy/middleware-content-length": "^4.0.0",
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.0.0",
|
|
43
|
+
"@smithy/middleware-retry": "^4.0.0",
|
|
44
|
+
"@smithy/middleware-serde": "^4.0.0",
|
|
45
|
+
"@smithy/middleware-stack": "^4.0.0",
|
|
46
|
+
"@smithy/node-config-provider": "^4.0.0",
|
|
47
|
+
"@smithy/node-http-handler": "^4.0.0",
|
|
48
|
+
"@smithy/protocol-http": "^5.0.0",
|
|
49
|
+
"@smithy/smithy-client": "^4.0.0",
|
|
50
|
+
"@smithy/types": "^4.0.0",
|
|
51
|
+
"@smithy/url-parser": "^4.0.0",
|
|
52
|
+
"@smithy/util-base64": "^4.0.0",
|
|
53
|
+
"@smithy/util-body-length-browser": "^4.0.0",
|
|
54
|
+
"@smithy/util-body-length-node": "^4.0.0",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.0.0",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.0.0",
|
|
57
|
+
"@smithy/util-endpoints": "^3.0.0",
|
|
58
|
+
"@smithy/util-middleware": "^4.0.0",
|
|
59
|
+
"@smithy/util-retry": "^4.0.0",
|
|
60
|
+
"@smithy/util-utf8": "^4.0.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@tsconfig/
|
|
65
|
-
"@types/node": "^
|
|
64
|
+
"@tsconfig/node18": "18.2.4",
|
|
65
|
+
"@types/node": "^18.19.69",
|
|
66
66
|
"concurrently": "7.0.0",
|
|
67
67
|
"downlevel-dts": "0.10.1",
|
|
68
68
|
"rimraf": "3.0.2",
|
|
69
|
-
"typescript": "~
|
|
69
|
+
"typescript": "~5.2.2"
|
|
70
70
|
},
|
|
71
71
|
"engines": {
|
|
72
|
-
"node": ">=
|
|
72
|
+
"node": ">=18.0.0"
|
|
73
73
|
},
|
|
74
74
|
"typesVersions": {
|
|
75
75
|
"<4.0": {
|