@aws-sdk/client-timestream-influxdb 3.635.0 → 3.644.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.
@@ -58,6 +58,8 @@ exports.Status = {
58
58
  FAILED: "FAILED",
59
59
  MODIFYING: "MODIFYING",
60
60
  UPDATING: "UPDATING",
61
+ UPDATING_DEPLOYMENT_TYPE: "UPDATING_DEPLOYMENT_TYPE",
62
+ UPDATING_INSTANCE_TYPE: "UPDATING_INSTANCE_TYPE",
61
63
  };
62
64
  class InternalServerException extends TimestreamInfluxDBServiceException_1.TimestreamInfluxDBServiceException {
63
65
  constructor(opts) {
@@ -53,6 +53,8 @@ export const Status = {
53
53
  FAILED: "FAILED",
54
54
  MODIFYING: "MODIFYING",
55
55
  UPDATING: "UPDATING",
56
+ UPDATING_DEPLOYMENT_TYPE: "UPDATING_DEPLOYMENT_TYPE",
57
+ UPDATING_INSTANCE_TYPE: "UPDATING_INSTANCE_TYPE",
56
58
  };
57
59
  export class InternalServerException extends __BaseException {
58
60
  constructor(opts) {
@@ -68,7 +68,7 @@ declare const CreateDbInstanceCommand_base: {
68
68
  * // id: "STRING_VALUE", // required
69
69
  * // name: "STRING_VALUE", // required
70
70
  * // arn: "STRING_VALUE", // required
71
- * // status: "CREATING" || "AVAILABLE" || "DELETING" || "MODIFYING" || "UPDATING" || "DELETED" || "FAILED",
71
+ * // status: "CREATING" || "AVAILABLE" || "DELETING" || "MODIFYING" || "UPDATING" || "DELETED" || "FAILED" || "UPDATING_DEPLOYMENT_TYPE" || "UPDATING_INSTANCE_TYPE",
72
72
  * // endpoint: "STRING_VALUE",
73
73
  * // 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",
74
74
  * // dbStorageType: "InfluxIOIncludedT1" || "InfluxIOIncludedT2" || "InfluxIOIncludedT3",
@@ -43,7 +43,7 @@ declare const DeleteDbInstanceCommand_base: {
43
43
  * // id: "STRING_VALUE", // required
44
44
  * // name: "STRING_VALUE", // required
45
45
  * // arn: "STRING_VALUE", // required
46
- * // status: "CREATING" || "AVAILABLE" || "DELETING" || "MODIFYING" || "UPDATING" || "DELETED" || "FAILED",
46
+ * // status: "CREATING" || "AVAILABLE" || "DELETING" || "MODIFYING" || "UPDATING" || "DELETED" || "FAILED" || "UPDATING_DEPLOYMENT_TYPE" || "UPDATING_INSTANCE_TYPE",
47
47
  * // endpoint: "STRING_VALUE",
48
48
  * // 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",
49
49
  * // dbStorageType: "InfluxIOIncludedT1" || "InfluxIOIncludedT2" || "InfluxIOIncludedT3",
@@ -43,7 +43,7 @@ declare const GetDbInstanceCommand_base: {
43
43
  * // id: "STRING_VALUE", // required
44
44
  * // name: "STRING_VALUE", // required
45
45
  * // arn: "STRING_VALUE", // required
46
- * // status: "CREATING" || "AVAILABLE" || "DELETING" || "MODIFYING" || "UPDATING" || "DELETED" || "FAILED",
46
+ * // status: "CREATING" || "AVAILABLE" || "DELETING" || "MODIFYING" || "UPDATING" || "DELETED" || "FAILED" || "UPDATING_DEPLOYMENT_TYPE" || "UPDATING_INSTANCE_TYPE",
47
47
  * // endpoint: "STRING_VALUE",
48
48
  * // 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",
49
49
  * // dbStorageType: "InfluxIOIncludedT1" || "InfluxIOIncludedT2" || "InfluxIOIncludedT3",
@@ -46,7 +46,7 @@ declare const ListDbInstancesCommand_base: {
46
46
  * // id: "STRING_VALUE", // required
47
47
  * // name: "STRING_VALUE", // required
48
48
  * // arn: "STRING_VALUE", // required
49
- * // status: "CREATING" || "AVAILABLE" || "DELETING" || "MODIFYING" || "UPDATING" || "DELETED" || "FAILED",
49
+ * // status: "CREATING" || "AVAILABLE" || "DELETING" || "MODIFYING" || "UPDATING" || "DELETED" || "FAILED" || "UPDATING_DEPLOYMENT_TYPE" || "UPDATING_INSTANCE_TYPE",
50
50
  * // endpoint: "STRING_VALUE",
51
51
  * // 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",
52
52
  * // dbStorageType: "InfluxIOIncludedT1" || "InfluxIOIncludedT2" || "InfluxIOIncludedT3",
@@ -43,6 +43,8 @@ declare const UpdateDbInstanceCommand_base: {
43
43
  * },
44
44
  * },
45
45
  * dbParameterGroupIdentifier: "STRING_VALUE",
46
+ * 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",
47
+ * deploymentType: "SINGLE_AZ" || "WITH_MULTIAZ_STANDBY",
46
48
  * };
47
49
  * const command = new UpdateDbInstanceCommand(input);
48
50
  * const response = await client.send(command);
@@ -50,7 +52,7 @@ declare const UpdateDbInstanceCommand_base: {
50
52
  * // id: "STRING_VALUE", // required
51
53
  * // name: "STRING_VALUE", // required
52
54
  * // arn: "STRING_VALUE", // required
53
- * // status: "CREATING" || "AVAILABLE" || "DELETING" || "MODIFYING" || "UPDATING" || "DELETED" || "FAILED",
55
+ * // status: "CREATING" || "AVAILABLE" || "DELETING" || "MODIFYING" || "UPDATING" || "DELETED" || "FAILED" || "UPDATING_DEPLOYMENT_TYPE" || "UPDATING_INSTANCE_TYPE",
54
56
  * // endpoint: "STRING_VALUE",
55
57
  * // 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",
56
58
  * // dbStorageType: "InfluxIOIncludedT1" || "InfluxIOIncludedT2" || "InfluxIOIncludedT3",
@@ -208,6 +208,8 @@ export declare const Status: {
208
208
  readonly FAILED: "FAILED";
209
209
  readonly MODIFYING: "MODIFYING";
210
210
  readonly UPDATING: "UPDATING";
211
+ readonly UPDATING_DEPLOYMENT_TYPE: "UPDATING_DEPLOYMENT_TYPE";
212
+ readonly UPDATING_INSTANCE_TYPE: "UPDATING_INSTANCE_TYPE";
211
213
  };
212
214
  /**
213
215
  * @public
@@ -698,6 +700,16 @@ export interface UpdateDbInstanceInput {
698
700
  * @public
699
701
  */
700
702
  dbParameterGroupIdentifier?: string;
703
+ /**
704
+ * <p>The Timestream for InfluxDB DB instance type to run InfluxDB on.</p>
705
+ * @public
706
+ */
707
+ dbInstanceType?: DbInstanceType;
708
+ /**
709
+ * <p>Specifies whether the DB instance will be deployed as a standalone instance or with a Multi-AZ standby for high availability.</p>
710
+ * @public
711
+ */
712
+ deploymentType?: DeploymentType;
701
713
  }
702
714
  /**
703
715
  * @public
@@ -70,6 +70,8 @@ export declare const Status: {
70
70
  readonly FAILED: "FAILED";
71
71
  readonly MODIFYING: "MODIFYING";
72
72
  readonly UPDATING: "UPDATING";
73
+ readonly UPDATING_DEPLOYMENT_TYPE: "UPDATING_DEPLOYMENT_TYPE";
74
+ readonly UPDATING_INSTANCE_TYPE: "UPDATING_INSTANCE_TYPE";
73
75
  };
74
76
  export type Status = (typeof Status)[keyof typeof Status];
75
77
  export interface CreateDbInstanceOutput {
@@ -205,6 +207,8 @@ export interface UpdateDbInstanceInput {
205
207
  identifier: string | undefined;
206
208
  logDeliveryConfiguration?: LogDeliveryConfiguration;
207
209
  dbParameterGroupIdentifier?: string;
210
+ dbInstanceType?: DbInstanceType;
211
+ deploymentType?: DeploymentType;
208
212
  }
209
213
  export interface UpdateDbInstanceOutput {
210
214
  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.635.0",
4
+ "version": "3.644.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,17 +20,17 @@
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.635.0",
24
- "@aws-sdk/client-sts": "3.635.0",
23
+ "@aws-sdk/client-sso-oidc": "3.637.0",
24
+ "@aws-sdk/client-sts": "3.637.0",
25
25
  "@aws-sdk/core": "3.635.0",
26
- "@aws-sdk/credential-provider-node": "3.635.0",
26
+ "@aws-sdk/credential-provider-node": "3.637.0",
27
27
  "@aws-sdk/middleware-host-header": "3.620.0",
28
28
  "@aws-sdk/middleware-logger": "3.609.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.620.0",
30
- "@aws-sdk/middleware-user-agent": "3.632.0",
30
+ "@aws-sdk/middleware-user-agent": "3.637.0",
31
31
  "@aws-sdk/region-config-resolver": "3.614.0",
32
32
  "@aws-sdk/types": "3.609.0",
33
- "@aws-sdk/util-endpoints": "3.632.0",
33
+ "@aws-sdk/util-endpoints": "3.637.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.609.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.614.0",
36
36
  "@smithy/config-resolver": "^3.0.5",