@aws-sdk/client-timestream-influxdb 3.734.0 → 3.738.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.
@@ -46,6 +46,8 @@ declare const UpdateDbInstanceCommand_base: {
46
46
  * port: Number("int"),
47
47
  * 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",
48
48
  * deploymentType: "SINGLE_AZ" || "WITH_MULTIAZ_STANDBY",
49
+ * dbStorageType: "InfluxIOIncludedT1" || "InfluxIOIncludedT2" || "InfluxIOIncludedT3",
50
+ * allocatedStorage: Number("int"),
49
51
  * };
50
52
  * const command = new UpdateDbInstanceCommand(input);
51
53
  * const response = await client.send(command);
@@ -784,6 +784,16 @@ export interface UpdateDbInstanceInput {
784
784
  * @public
785
785
  */
786
786
  deploymentType?: DeploymentType | undefined;
787
+ /**
788
+ * <p>The Timestream for InfluxDB DB storage type that InfluxDB stores data on.</p>
789
+ * @public
790
+ */
791
+ dbStorageType?: DbStorageType | undefined;
792
+ /**
793
+ * <p>The amount of storage to allocate for your DB storage type (in gibibytes).</p>
794
+ * @public
795
+ */
796
+ allocatedStorage?: number | undefined;
787
797
  }
788
798
  /**
789
799
  * @public
@@ -225,6 +225,8 @@ export interface UpdateDbInstanceInput {
225
225
  port?: number | undefined;
226
226
  dbInstanceType?: DbInstanceType | undefined;
227
227
  deploymentType?: DeploymentType | undefined;
228
+ dbStorageType?: DbStorageType | undefined;
229
+ allocatedStorage?: number | undefined;
228
230
  }
229
231
  export interface UpdateDbInstanceOutput {
230
232
  id: string | 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.734.0",
4
+ "version": "3.738.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,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.734.0",
24
- "@aws-sdk/credential-provider-node": "3.734.0",
24
+ "@aws-sdk/credential-provider-node": "3.738.0",
25
25
  "@aws-sdk/middleware-host-header": "3.734.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.734.0",