@aws-sdk/client-timestream-influxdb 3.699.0 → 3.710.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/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  AWS SDK for JavaScript TimestreamInfluxDB Client for Node.js, Browser and React Native.
8
8
 
9
- <p>Amazon Timestream for InfluxDB is a managed time-series database engine that makes it easy for application developers and DevOps teams to run InfluxDB databases on AWS for near real-time time-series applications using open-source APIs. With Amazon Timestream for InfluxDB, it is easy to set up, operate, and scale time-series workloads that can answer queries with single-digit millisecond query response time.</p>
9
+ <p>Amazon Timestream for InfluxDB is a managed time-series database engine that makes it easy for application developers and DevOps teams to run InfluxDB databases on Amazon Web Services for near real-time time-series applications using open-source APIs. With Amazon Timestream for InfluxDB, it is easy to set up, operate, and scale time-series workloads that can answer queries with single-digit millisecond query response time.</p>
10
10
 
11
11
  ## Installing
12
12
 
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDbInstanceInputFilterSensitiveLog = exports._Parameters = exports.TracingType = exports.LogLevel = exports.DurationType = exports.ValidationException = exports.ValidationExceptionReason = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.Status = exports.DeploymentType = exports.DbStorageType = exports.DbInstanceType = exports.ConflictException = exports.AccessDeniedException = void 0;
3
+ exports.CreateDbInstanceInputFilterSensitiveLog = exports._Parameters = exports.TracingType = exports.LogLevel = exports.DurationType = exports.ValidationException = exports.ValidationExceptionReason = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.Status = exports.NetworkType = exports.DeploymentType = exports.DbStorageType = exports.DbInstanceType = exports.ConflictException = exports.AccessDeniedException = void 0;
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 {
@@ -50,6 +50,10 @@ exports.DeploymentType = {
50
50
  SINGLE_AZ: "SINGLE_AZ",
51
51
  WITH_MULTIAZ_STANDBY: "WITH_MULTIAZ_STANDBY",
52
52
  };
53
+ exports.NetworkType = {
54
+ DUAL: "DUAL",
55
+ IPV4: "IPV4",
56
+ };
53
57
  exports.Status = {
54
58
  AVAILABLE: "AVAILABLE",
55
59
  CREATING: "CREATING",
@@ -45,6 +45,10 @@ export const DeploymentType = {
45
45
  SINGLE_AZ: "SINGLE_AZ",
46
46
  WITH_MULTIAZ_STANDBY: "WITH_MULTIAZ_STANDBY",
47
47
  };
48
+ export const NetworkType = {
49
+ DUAL: "DUAL",
50
+ IPV4: "IPV4",
51
+ };
48
52
  export const Status = {
49
53
  AVAILABLE: "AVAILABLE",
50
54
  CREATING: "CREATING",
@@ -82,7 +82,7 @@ export interface TimestreamInfluxDB {
82
82
  updateDbInstance(args: UpdateDbInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDbInstanceCommandOutput) => void): void;
83
83
  }
84
84
  /**
85
- * <p>Amazon Timestream for InfluxDB is a managed time-series database engine that makes it easy for application developers and DevOps teams to run InfluxDB databases on AWS for near real-time time-series applications using open-source APIs. With Amazon Timestream for InfluxDB, it is easy to set up, operate, and scale time-series workloads that can answer queries with single-digit millisecond query response time.</p>
85
+ * <p>Amazon Timestream for InfluxDB is a managed time-series database engine that makes it easy for application developers and DevOps teams to run InfluxDB databases on Amazon Web Services for near real-time time-series applications using open-source APIs. With Amazon Timestream for InfluxDB, it is easy to set up, operate, and scale time-series workloads that can answer queries with single-digit millisecond query response time.</p>
86
86
  * @public
87
87
  */
88
88
  export declare class TimestreamInfluxDB extends TimestreamInfluxDBClient implements TimestreamInfluxDB {
@@ -162,7 +162,7 @@ export type TimestreamInfluxDBClientResolvedConfigType = __SmithyResolvedConfigu
162
162
  export interface TimestreamInfluxDBClientResolvedConfig extends TimestreamInfluxDBClientResolvedConfigType {
163
163
  }
164
164
  /**
165
- * <p>Amazon Timestream for InfluxDB is a managed time-series database engine that makes it easy for application developers and DevOps teams to run InfluxDB databases on AWS for near real-time time-series applications using open-source APIs. With Amazon Timestream for InfluxDB, it is easy to set up, operate, and scale time-series workloads that can answer queries with single-digit millisecond query response time.</p>
165
+ * <p>Amazon Timestream for InfluxDB is a managed time-series database engine that makes it easy for application developers and DevOps teams to run InfluxDB databases on Amazon Web Services for near real-time time-series applications using open-source APIs. With Amazon Timestream for InfluxDB, it is easy to set up, operate, and scale time-series workloads that can answer queries with single-digit millisecond query response time.</p>
166
166
  * @public
167
167
  */
168
168
  export declare class TimestreamInfluxDBClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, TimestreamInfluxDBClientResolvedConfig> {
@@ -62,6 +62,7 @@ declare const CreateDbInstanceCommand_base: {
62
62
  * "<keys>": "STRING_VALUE",
63
63
  * },
64
64
  * port: Number("int"),
65
+ * networkType: "IPV4" || "DUAL",
65
66
  * };
66
67
  * const command = new CreateDbInstanceCommand(input);
67
68
  * const response = await client.send(command);
@@ -72,6 +73,7 @@ declare const CreateDbInstanceCommand_base: {
72
73
  * // status: "CREATING" || "AVAILABLE" || "DELETING" || "MODIFYING" || "UPDATING" || "DELETED" || "FAILED" || "UPDATING_DEPLOYMENT_TYPE" || "UPDATING_INSTANCE_TYPE",
73
74
  * // endpoint: "STRING_VALUE",
74
75
  * // port: Number("int"),
76
+ * // networkType: "IPV4" || "DUAL",
75
77
  * // dbInstanceType: "db.influx.medium" || "db.influx.large" || "db.influx.xlarge" || "db.influx.2xlarge" || "db.influx.4xlarge" || "db.influx.8xlarge" || "db.influx.12xlarge" || "db.influx.16xlarge",
76
78
  * // dbStorageType: "InfluxIOIncludedT1" || "InfluxIOIncludedT2" || "InfluxIOIncludedT3",
77
79
  * // allocatedStorage: Number("int"),
@@ -46,6 +46,7 @@ declare const DeleteDbInstanceCommand_base: {
46
46
  * // status: "CREATING" || "AVAILABLE" || "DELETING" || "MODIFYING" || "UPDATING" || "DELETED" || "FAILED" || "UPDATING_DEPLOYMENT_TYPE" || "UPDATING_INSTANCE_TYPE",
47
47
  * // endpoint: "STRING_VALUE",
48
48
  * // port: Number("int"),
49
+ * // networkType: "IPV4" || "DUAL",
49
50
  * // dbInstanceType: "db.influx.medium" || "db.influx.large" || "db.influx.xlarge" || "db.influx.2xlarge" || "db.influx.4xlarge" || "db.influx.8xlarge" || "db.influx.12xlarge" || "db.influx.16xlarge",
50
51
  * // dbStorageType: "InfluxIOIncludedT1" || "InfluxIOIncludedT2" || "InfluxIOIncludedT3",
51
52
  * // allocatedStorage: Number("int"),
@@ -46,6 +46,7 @@ declare const GetDbInstanceCommand_base: {
46
46
  * // status: "CREATING" || "AVAILABLE" || "DELETING" || "MODIFYING" || "UPDATING" || "DELETED" || "FAILED" || "UPDATING_DEPLOYMENT_TYPE" || "UPDATING_INSTANCE_TYPE",
47
47
  * // endpoint: "STRING_VALUE",
48
48
  * // port: Number("int"),
49
+ * // networkType: "IPV4" || "DUAL",
49
50
  * // dbInstanceType: "db.influx.medium" || "db.influx.large" || "db.influx.xlarge" || "db.influx.2xlarge" || "db.influx.4xlarge" || "db.influx.8xlarge" || "db.influx.12xlarge" || "db.influx.16xlarge",
50
51
  * // dbStorageType: "InfluxIOIncludedT1" || "InfluxIOIncludedT2" || "InfluxIOIncludedT3",
51
52
  * // allocatedStorage: Number("int"),
@@ -49,6 +49,7 @@ declare const ListDbInstancesCommand_base: {
49
49
  * // status: "CREATING" || "AVAILABLE" || "DELETING" || "MODIFYING" || "UPDATING" || "DELETED" || "FAILED" || "UPDATING_DEPLOYMENT_TYPE" || "UPDATING_INSTANCE_TYPE",
50
50
  * // endpoint: "STRING_VALUE",
51
51
  * // port: Number("int"),
52
+ * // networkType: "IPV4" || "DUAL",
52
53
  * // dbInstanceType: "db.influx.medium" || "db.influx.large" || "db.influx.xlarge" || "db.influx.2xlarge" || "db.influx.4xlarge" || "db.influx.8xlarge" || "db.influx.12xlarge" || "db.influx.16xlarge",
53
54
  * // dbStorageType: "InfluxIOIncludedT1" || "InfluxIOIncludedT2" || "InfluxIOIncludedT3",
54
55
  * // allocatedStorage: Number("int"),
@@ -55,6 +55,9 @@ declare const TagResourceCommand_base: {
55
55
  * @throws {@link ResourceNotFoundException} (client fault)
56
56
  * <p>The requested resource was not found or does not exist.</p>
57
57
  *
58
+ * @throws {@link ServiceQuotaExceededException} (client fault)
59
+ * <p>The request exceeds the service quota.</p>
60
+ *
58
61
  * @throws {@link TimestreamInfluxDBServiceException}
59
62
  * <p>Base exception class for all service exceptions from TimestreamInfluxDB service.</p>
60
63
  *
@@ -56,6 +56,7 @@ declare const UpdateDbInstanceCommand_base: {
56
56
  * // status: "CREATING" || "AVAILABLE" || "DELETING" || "MODIFYING" || "UPDATING" || "DELETED" || "FAILED" || "UPDATING_DEPLOYMENT_TYPE" || "UPDATING_INSTANCE_TYPE",
57
57
  * // endpoint: "STRING_VALUE",
58
58
  * // port: Number("int"),
59
+ * // networkType: "IPV4" || "DUAL",
59
60
  * // dbInstanceType: "db.influx.medium" || "db.influx.large" || "db.influx.xlarge" || "db.influx.2xlarge" || "db.influx.4xlarge" || "db.influx.8xlarge" || "db.influx.12xlarge" || "db.influx.16xlarge",
60
61
  * // dbStorageType: "InfluxIOIncludedT1" || "InfluxIOIncludedT2" || "InfluxIOIncludedT3",
61
62
  * // allocatedStorage: Number("int"),
@@ -1,5 +1,5 @@
1
1
  /**
2
- * <p>Amazon Timestream for InfluxDB is a managed time-series database engine that makes it easy for application developers and DevOps teams to run InfluxDB databases on AWS for near real-time time-series applications using open-source APIs. With Amazon Timestream for InfluxDB, it is easy to set up, operate, and scale time-series workloads that can answer queries with single-digit millisecond query response time.</p>
2
+ * <p>Amazon Timestream for InfluxDB is a managed time-series database engine that makes it easy for application developers and DevOps teams to run InfluxDB databases on Amazon Web Services for near real-time time-series applications using open-source APIs. With Amazon Timestream for InfluxDB, it is easy to set up, operate, and scale time-series workloads that can answer queries with single-digit millisecond query response time.</p>
3
3
  *
4
4
  * @packageDocumentation
5
5
  */
@@ -104,6 +104,18 @@ export interface LogDeliveryConfiguration {
104
104
  */
105
105
  s3Configuration: S3Configuration | undefined;
106
106
  }
107
+ /**
108
+ * @public
109
+ * @enum
110
+ */
111
+ export declare const NetworkType: {
112
+ readonly DUAL: "DUAL";
113
+ readonly IPV4: "IPV4";
114
+ };
115
+ /**
116
+ * @public
117
+ */
118
+ export type NetworkType = (typeof NetworkType)[keyof typeof NetworkType];
107
119
  /**
108
120
  * @public
109
121
  */
@@ -119,7 +131,7 @@ export interface CreateDbInstanceInput {
119
131
  */
120
132
  username?: string | undefined;
121
133
  /**
122
- * <p>The password of the initial admin user created in InfluxDB. This password will allow you to access the InfluxDB UI to perform various administrative tasks and also use the InfluxDB CLI to create an operator token. These attributes will be stored in a Secret created in AWS SecretManager in your account.</p>
134
+ * <p>The password of the initial admin user created in InfluxDB. This password will allow you to access the InfluxDB UI to perform various administrative tasks and also use the InfluxDB CLI to create an operator token. These attributes will be stored in a Secret created in Amazon Web Services SecretManager in your account.</p>
123
135
  * @public
124
136
  */
125
137
  password: string | undefined;
@@ -203,6 +215,11 @@ export interface CreateDbInstanceInput {
203
215
  * @public
204
216
  */
205
217
  port?: number | undefined;
218
+ /**
219
+ * <p>Specifies whether the networkType of the Timestream for InfluxDB instance is IPV4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.</p>
220
+ * @public
221
+ */
222
+ networkType?: NetworkType | undefined;
206
223
  }
207
224
  /**
208
225
  * @public
@@ -257,6 +274,11 @@ export interface CreateDbInstanceOutput {
257
274
  * @public
258
275
  */
259
276
  port?: number | undefined;
277
+ /**
278
+ * <p>Specifies whether the networkType of the Timestream for InfluxDB instance is IPV4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.</p>
279
+ * @public
280
+ */
281
+ networkType?: NetworkType | undefined;
260
282
  /**
261
283
  * <p>The Timestream for InfluxDB instance type that InfluxDB runs on.</p>
262
284
  * @public
@@ -313,7 +335,7 @@ export interface CreateDbInstanceOutput {
313
335
  */
314
336
  logDeliveryConfiguration?: LogDeliveryConfiguration | undefined;
315
337
  /**
316
- * <p>The Amazon Resource Name (ARN) of the AWS Secrets Manager secret containing the initial InfluxDB authorization parameters. The secret value is a JSON formatted key-value pair holding InfluxDB authorization values: organization, bucket, username, and password.</p>
338
+ * <p>The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret containing the initial InfluxDB authorization parameters. The secret value is a JSON formatted key-value pair holding InfluxDB authorization values: organization, bucket, username, and password.</p>
317
339
  * @public
318
340
  */
319
341
  influxAuthParametersSecretArn?: string | undefined;
@@ -456,6 +478,11 @@ export interface DeleteDbInstanceOutput {
456
478
  * @public
457
479
  */
458
480
  port?: number | undefined;
481
+ /**
482
+ * <p>Specifies whether the networkType of the Timestream for InfluxDB instance is IPV4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.</p>
483
+ * @public
484
+ */
485
+ networkType?: NetworkType | undefined;
459
486
  /**
460
487
  * <p>The Timestream for InfluxDB instance type that InfluxDB runs on.</p>
461
488
  * @public
@@ -512,7 +539,7 @@ export interface DeleteDbInstanceOutput {
512
539
  */
513
540
  logDeliveryConfiguration?: LogDeliveryConfiguration | undefined;
514
541
  /**
515
- * <p>The Amazon Resource Name (ARN) of the AWS Secrets Manager secret containing the initial InfluxDB authorization parameters. The secret value is a JSON formatted key-value pair holding InfluxDB authorization values: organization, bucket, username, and password.</p>
542
+ * <p>The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret containing the initial InfluxDB authorization parameters. The secret value is a JSON formatted key-value pair holding InfluxDB authorization values: organization, bucket, username, and password.</p>
516
543
  * @public
517
544
  */
518
545
  influxAuthParametersSecretArn?: string | undefined;
@@ -561,6 +588,11 @@ export interface GetDbInstanceOutput {
561
588
  * @public
562
589
  */
563
590
  port?: number | undefined;
591
+ /**
592
+ * <p>Specifies whether the networkType of the Timestream for InfluxDB instance is IPV4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.</p>
593
+ * @public
594
+ */
595
+ networkType?: NetworkType | undefined;
564
596
  /**
565
597
  * <p>The Timestream for InfluxDB instance type that InfluxDB runs on.</p>
566
598
  * @public
@@ -617,7 +649,7 @@ export interface GetDbInstanceOutput {
617
649
  */
618
650
  logDeliveryConfiguration?: LogDeliveryConfiguration | undefined;
619
651
  /**
620
- * <p>The Amazon Resource Name (ARN) of the AWS Secrets Manager secret containing the initial InfluxDB authorization parameters. The secret value is a JSON formatted key-value pair holding InfluxDB authorization values: organization, bucket, username, and password.</p>
652
+ * <p>The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret containing the initial InfluxDB authorization parameters. The secret value is a JSON formatted key-value pair holding InfluxDB authorization values: organization, bucket, username, and password.</p>
621
653
  * @public
622
654
  */
623
655
  influxAuthParametersSecretArn?: string | undefined;
@@ -648,7 +680,7 @@ export interface DbInstanceSummary {
648
680
  */
649
681
  id: string | undefined;
650
682
  /**
651
- * <p>This customer-supplied name uniquely identifies the DB instance when interacting with the Amazon Timestream for InfluxDB API and AWS CLI commands.</p>
683
+ * <p>This customer-supplied name uniquely identifies the DB instance when interacting with the Amazon Timestream for InfluxDB API and Amazon Web Services CLI commands.</p>
652
684
  * @public
653
685
  */
654
686
  name: string | undefined;
@@ -672,6 +704,11 @@ export interface DbInstanceSummary {
672
704
  * @public
673
705
  */
674
706
  port?: number | undefined;
707
+ /**
708
+ * <p>Specifies whether the networkType of the Timestream for InfluxDB instance is IPV4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.</p>
709
+ * @public
710
+ */
711
+ networkType?: NetworkType | undefined;
675
712
  /**
676
713
  * <p>The Timestream for InfluxDB instance type to run InfluxDB on.</p>
677
714
  * @public
@@ -758,7 +795,7 @@ export interface UpdateDbInstanceOutput {
758
795
  */
759
796
  id: string | undefined;
760
797
  /**
761
- * <p>This customer-supplied name uniquely identifies the DB instance when interacting with the Amazon Timestream for InfluxDB API and AWS CLI commands.</p>
798
+ * <p>This customer-supplied name uniquely identifies the DB instance when interacting with the Amazon Timestream for InfluxDB API and Amazon Web Services CLI commands.</p>
762
799
  * @public
763
800
  */
764
801
  name: string | undefined;
@@ -782,6 +819,11 @@ export interface UpdateDbInstanceOutput {
782
819
  * @public
783
820
  */
784
821
  port?: number | undefined;
822
+ /**
823
+ * <p>Specifies whether the networkType of the Timestream for InfluxDB instance is IPV4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.</p>
824
+ * @public
825
+ */
826
+ networkType?: NetworkType | undefined;
785
827
  /**
786
828
  * <p>The Timestream for InfluxDB instance type that InfluxDB runs on.</p>
787
829
  * @public
@@ -838,7 +880,7 @@ export interface UpdateDbInstanceOutput {
838
880
  */
839
881
  logDeliveryConfiguration?: LogDeliveryConfiguration | undefined;
840
882
  /**
841
- * <p>The Amazon Resource Name (ARN) of the AWS Secrets Manager secret containing the initial InfluxDB authorization parameters. The secret value is a JSON formatted key-value pair holding InfluxDB authorization values: organization, bucket, username, and password.</p>
883
+ * <p>The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret containing the initial InfluxDB authorization parameters. The secret value is a JSON formatted key-value pair holding InfluxDB authorization values: organization, bucket, username, and password.</p>
842
884
  * @public
843
885
  */
844
886
  influxAuthParametersSecretArn?: string | undefined;
@@ -45,6 +45,11 @@ export interface S3Configuration {
45
45
  export interface LogDeliveryConfiguration {
46
46
  s3Configuration: S3Configuration | undefined;
47
47
  }
48
+ export declare const NetworkType: {
49
+ readonly DUAL: "DUAL";
50
+ readonly IPV4: "IPV4";
51
+ };
52
+ export type NetworkType = (typeof NetworkType)[keyof typeof NetworkType];
48
53
  export interface CreateDbInstanceInput {
49
54
  name: string | undefined;
50
55
  username?: string | undefined;
@@ -62,6 +67,7 @@ export interface CreateDbInstanceInput {
62
67
  logDeliveryConfiguration?: LogDeliveryConfiguration | undefined;
63
68
  tags?: Record<string, string> | undefined;
64
69
  port?: number | undefined;
70
+ networkType?: NetworkType | undefined;
65
71
  }
66
72
  export declare const Status: {
67
73
  readonly AVAILABLE: "AVAILABLE";
@@ -82,6 +88,7 @@ export interface CreateDbInstanceOutput {
82
88
  status?: Status | undefined;
83
89
  endpoint?: string | undefined;
84
90
  port?: number | undefined;
91
+ networkType?: NetworkType | undefined;
85
92
  dbInstanceType?: DbInstanceType | undefined;
86
93
  dbStorageType?: DbStorageType | undefined;
87
94
  allocatedStorage?: number | undefined;
@@ -152,6 +159,7 @@ export interface DeleteDbInstanceOutput {
152
159
  status?: Status | undefined;
153
160
  endpoint?: string | undefined;
154
161
  port?: number | undefined;
162
+ networkType?: NetworkType | undefined;
155
163
  dbInstanceType?: DbInstanceType | undefined;
156
164
  dbStorageType?: DbStorageType | undefined;
157
165
  allocatedStorage?: number | undefined;
@@ -175,6 +183,7 @@ export interface GetDbInstanceOutput {
175
183
  status?: Status | undefined;
176
184
  endpoint?: string | undefined;
177
185
  port?: number | undefined;
186
+ networkType?: NetworkType | undefined;
178
187
  dbInstanceType?: DbInstanceType | undefined;
179
188
  dbStorageType?: DbStorageType | undefined;
180
189
  allocatedStorage?: number | undefined;
@@ -199,6 +208,7 @@ export interface DbInstanceSummary {
199
208
  status?: Status | undefined;
200
209
  endpoint?: string | undefined;
201
210
  port?: number | undefined;
211
+ networkType?: NetworkType | undefined;
202
212
  dbInstanceType?: DbInstanceType | undefined;
203
213
  dbStorageType?: DbStorageType | undefined;
204
214
  allocatedStorage?: number | undefined;
@@ -223,6 +233,7 @@ export interface UpdateDbInstanceOutput {
223
233
  status?: Status | undefined;
224
234
  endpoint?: string | undefined;
225
235
  port?: number | undefined;
236
+ networkType?: NetworkType | undefined;
226
237
  dbInstanceType?: DbInstanceType | undefined;
227
238
  dbStorageType?: DbStorageType | undefined;
228
239
  allocatedStorage?: number | undefined;
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.699.0",
4
+ "version": "3.710.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,43 +20,43 @@
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.699.0",
24
- "@aws-sdk/client-sts": "3.699.0",
25
- "@aws-sdk/core": "3.696.0",
26
- "@aws-sdk/credential-provider-node": "3.699.0",
27
- "@aws-sdk/middleware-host-header": "3.696.0",
28
- "@aws-sdk/middleware-logger": "3.696.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.696.0",
30
- "@aws-sdk/middleware-user-agent": "3.696.0",
31
- "@aws-sdk/region-config-resolver": "3.696.0",
32
- "@aws-sdk/types": "3.696.0",
33
- "@aws-sdk/util-endpoints": "3.696.0",
34
- "@aws-sdk/util-user-agent-browser": "3.696.0",
35
- "@aws-sdk/util-user-agent-node": "3.696.0",
36
- "@smithy/config-resolver": "^3.0.12",
37
- "@smithy/core": "^2.5.3",
38
- "@smithy/fetch-http-handler": "^4.1.1",
39
- "@smithy/hash-node": "^3.0.10",
40
- "@smithy/invalid-dependency": "^3.0.10",
41
- "@smithy/middleware-content-length": "^3.0.12",
42
- "@smithy/middleware-endpoint": "^3.2.3",
43
- "@smithy/middleware-retry": "^3.0.27",
44
- "@smithy/middleware-serde": "^3.0.10",
45
- "@smithy/middleware-stack": "^3.0.10",
46
- "@smithy/node-config-provider": "^3.1.11",
47
- "@smithy/node-http-handler": "^3.3.1",
48
- "@smithy/protocol-http": "^4.1.7",
49
- "@smithy/smithy-client": "^3.4.4",
50
- "@smithy/types": "^3.7.1",
51
- "@smithy/url-parser": "^3.0.10",
23
+ "@aws-sdk/client-sso-oidc": "3.709.0",
24
+ "@aws-sdk/client-sts": "3.709.0",
25
+ "@aws-sdk/core": "3.709.0",
26
+ "@aws-sdk/credential-provider-node": "3.709.0",
27
+ "@aws-sdk/middleware-host-header": "3.709.0",
28
+ "@aws-sdk/middleware-logger": "3.709.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.709.0",
30
+ "@aws-sdk/middleware-user-agent": "3.709.0",
31
+ "@aws-sdk/region-config-resolver": "3.709.0",
32
+ "@aws-sdk/types": "3.709.0",
33
+ "@aws-sdk/util-endpoints": "3.709.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.709.0",
35
+ "@aws-sdk/util-user-agent-node": "3.709.0",
36
+ "@smithy/config-resolver": "^3.0.13",
37
+ "@smithy/core": "^2.5.5",
38
+ "@smithy/fetch-http-handler": "^4.1.2",
39
+ "@smithy/hash-node": "^3.0.11",
40
+ "@smithy/invalid-dependency": "^3.0.11",
41
+ "@smithy/middleware-content-length": "^3.0.13",
42
+ "@smithy/middleware-endpoint": "^3.2.5",
43
+ "@smithy/middleware-retry": "^3.0.30",
44
+ "@smithy/middleware-serde": "^3.0.11",
45
+ "@smithy/middleware-stack": "^3.0.11",
46
+ "@smithy/node-config-provider": "^3.1.12",
47
+ "@smithy/node-http-handler": "^3.3.2",
48
+ "@smithy/protocol-http": "^4.1.8",
49
+ "@smithy/smithy-client": "^3.5.0",
50
+ "@smithy/types": "^3.7.2",
51
+ "@smithy/url-parser": "^3.0.11",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.27",
56
- "@smithy/util-defaults-mode-node": "^3.0.27",
57
- "@smithy/util-endpoints": "^2.1.6",
58
- "@smithy/util-middleware": "^3.0.10",
59
- "@smithy/util-retry": "^3.0.10",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.30",
56
+ "@smithy/util-defaults-mode-node": "^3.0.30",
57
+ "@smithy/util-endpoints": "^2.1.7",
58
+ "@smithy/util-middleware": "^3.0.11",
59
+ "@smithy/util-retry": "^3.0.11",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },