@aws-sdk/client-timestream-influxdb 3.873.0 → 3.875.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.
@@ -66,6 +66,7 @@ exports.ClusterStatus = {
66
66
  DELETED: "DELETED",
67
67
  DELETING: "DELETING",
68
68
  FAILED: "FAILED",
69
+ MAINTENANCE: "MAINTENANCE",
69
70
  UPDATING: "UPDATING",
70
71
  };
71
72
  class InternalServerException extends TimestreamInfluxDBServiceException_1.TimestreamInfluxDBServiceException {
@@ -162,6 +163,7 @@ exports.Status = {
162
163
  DELETED: "DELETED",
163
164
  DELETING: "DELETING",
164
165
  FAILED: "FAILED",
166
+ MAINTENANCE: "MAINTENANCE",
165
167
  MODIFYING: "MODIFYING",
166
168
  UPDATING: "UPDATING",
167
169
  UPDATING_DEPLOYMENT_TYPE: "UPDATING_DEPLOYMENT_TYPE",
@@ -61,6 +61,7 @@ export const ClusterStatus = {
61
61
  DELETED: "DELETED",
62
62
  DELETING: "DELETING",
63
63
  FAILED: "FAILED",
64
+ MAINTENANCE: "MAINTENANCE",
64
65
  UPDATING: "UPDATING",
65
66
  };
66
67
  export class InternalServerException extends __BaseException {
@@ -152,6 +153,7 @@ export const Status = {
152
153
  DELETED: "DELETED",
153
154
  DELETING: "DELETING",
154
155
  FAILED: "FAILED",
156
+ MAINTENANCE: "MAINTENANCE",
155
157
  MODIFYING: "MODIFYING",
156
158
  UPDATING: "UPDATING",
157
159
  UPDATING_DEPLOYMENT_TYPE: "UPDATING_DEPLOYMENT_TYPE",
@@ -69,7 +69,7 @@ declare const CreateDbClusterCommand_base: {
69
69
  * const response = await client.send(command);
70
70
  * // { // CreateDbClusterOutput
71
71
  * // dbClusterId: "STRING_VALUE",
72
- * // dbClusterStatus: "CREATING" || "UPDATING" || "DELETING" || "AVAILABLE" || "FAILED" || "DELETED",
72
+ * // dbClusterStatus: "CREATING" || "UPDATING" || "DELETING" || "AVAILABLE" || "FAILED" || "DELETED" || "MAINTENANCE",
73
73
  * // };
74
74
  *
75
75
  * ```
@@ -70,7 +70,7 @@ declare const CreateDbInstanceCommand_base: {
70
70
  * // id: "STRING_VALUE", // required
71
71
  * // name: "STRING_VALUE", // required
72
72
  * // arn: "STRING_VALUE", // required
73
- * // status: "CREATING" || "AVAILABLE" || "DELETING" || "MODIFYING" || "UPDATING" || "DELETED" || "FAILED" || "UPDATING_DEPLOYMENT_TYPE" || "UPDATING_INSTANCE_TYPE",
73
+ * // status: "CREATING" || "AVAILABLE" || "DELETING" || "MODIFYING" || "UPDATING" || "DELETED" || "FAILED" || "UPDATING_DEPLOYMENT_TYPE" || "UPDATING_INSTANCE_TYPE" || "MAINTENANCE",
74
74
  * // endpoint: "STRING_VALUE",
75
75
  * // port: Number("int"),
76
76
  * // networkType: "IPV4" || "DUAL",
@@ -40,7 +40,7 @@ declare const DeleteDbClusterCommand_base: {
40
40
  * const command = new DeleteDbClusterCommand(input);
41
41
  * const response = await client.send(command);
42
42
  * // { // DeleteDbClusterOutput
43
- * // dbClusterStatus: "CREATING" || "UPDATING" || "DELETING" || "AVAILABLE" || "FAILED" || "DELETED",
43
+ * // dbClusterStatus: "CREATING" || "UPDATING" || "DELETING" || "AVAILABLE" || "FAILED" || "DELETED" || "MAINTENANCE",
44
44
  * // };
45
45
  *
46
46
  * ```
@@ -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" || "UPDATING_DEPLOYMENT_TYPE" || "UPDATING_INSTANCE_TYPE",
46
+ * // status: "CREATING" || "AVAILABLE" || "DELETING" || "MODIFYING" || "UPDATING" || "DELETED" || "FAILED" || "UPDATING_DEPLOYMENT_TYPE" || "UPDATING_INSTANCE_TYPE" || "MAINTENANCE",
47
47
  * // endpoint: "STRING_VALUE",
48
48
  * // port: Number("int"),
49
49
  * // networkType: "IPV4" || "DUAL",
@@ -43,7 +43,7 @@ declare const GetDbClusterCommand_base: {
43
43
  * // id: "STRING_VALUE", // required
44
44
  * // name: "STRING_VALUE", // required
45
45
  * // arn: "STRING_VALUE", // required
46
- * // status: "CREATING" || "UPDATING" || "DELETING" || "AVAILABLE" || "FAILED" || "DELETED",
46
+ * // status: "CREATING" || "UPDATING" || "DELETING" || "AVAILABLE" || "FAILED" || "DELETED" || "MAINTENANCE",
47
47
  * // endpoint: "STRING_VALUE",
48
48
  * // readerEndpoint: "STRING_VALUE",
49
49
  * // port: Number("int"),
@@ -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" || "UPDATING_DEPLOYMENT_TYPE" || "UPDATING_INSTANCE_TYPE",
46
+ * // status: "CREATING" || "AVAILABLE" || "DELETING" || "MODIFYING" || "UPDATING" || "DELETED" || "FAILED" || "UPDATING_DEPLOYMENT_TYPE" || "UPDATING_INSTANCE_TYPE" || "MAINTENANCE",
47
47
  * // endpoint: "STRING_VALUE",
48
48
  * // port: Number("int"),
49
49
  * // networkType: "IPV4" || "DUAL",
@@ -46,7 +46,7 @@ declare const ListDbClustersCommand_base: {
46
46
  * // id: "STRING_VALUE", // required
47
47
  * // name: "STRING_VALUE", // required
48
48
  * // arn: "STRING_VALUE", // required
49
- * // status: "CREATING" || "UPDATING" || "DELETING" || "AVAILABLE" || "FAILED" || "DELETED",
49
+ * // status: "CREATING" || "UPDATING" || "DELETING" || "AVAILABLE" || "FAILED" || "DELETED" || "MAINTENANCE",
50
50
  * // endpoint: "STRING_VALUE",
51
51
  * // readerEndpoint: "STRING_VALUE",
52
52
  * // port: Number("int"),
@@ -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" || "UPDATING_DEPLOYMENT_TYPE" || "UPDATING_INSTANCE_TYPE",
49
+ * // status: "CREATING" || "AVAILABLE" || "DELETING" || "MODIFYING" || "UPDATING" || "DELETED" || "FAILED" || "UPDATING_DEPLOYMENT_TYPE" || "UPDATING_INSTANCE_TYPE" || "MAINTENANCE",
50
50
  * // endpoint: "STRING_VALUE",
51
51
  * // port: Number("int"),
52
52
  * // networkType: "IPV4" || "DUAL",
@@ -47,7 +47,7 @@ declare const ListDbInstancesForClusterCommand_base: {
47
47
  * // id: "STRING_VALUE", // required
48
48
  * // name: "STRING_VALUE", // required
49
49
  * // arn: "STRING_VALUE", // required
50
- * // status: "CREATING" || "AVAILABLE" || "DELETING" || "MODIFYING" || "UPDATING" || "DELETED" || "FAILED" || "UPDATING_DEPLOYMENT_TYPE" || "UPDATING_INSTANCE_TYPE",
50
+ * // status: "CREATING" || "AVAILABLE" || "DELETING" || "MODIFYING" || "UPDATING" || "DELETED" || "FAILED" || "UPDATING_DEPLOYMENT_TYPE" || "UPDATING_INSTANCE_TYPE" || "MAINTENANCE",
51
51
  * // endpoint: "STRING_VALUE",
52
52
  * // port: Number("int"),
53
53
  * // networkType: "IPV4" || "DUAL",
@@ -50,7 +50,7 @@ declare const UpdateDbClusterCommand_base: {
50
50
  * const command = new UpdateDbClusterCommand(input);
51
51
  * const response = await client.send(command);
52
52
  * // { // UpdateDbClusterOutput
53
- * // dbClusterStatus: "CREATING" || "UPDATING" || "DELETING" || "AVAILABLE" || "FAILED" || "DELETED",
53
+ * // dbClusterStatus: "CREATING" || "UPDATING" || "DELETING" || "AVAILABLE" || "FAILED" || "DELETED" || "MAINTENANCE",
54
54
  * // };
55
55
  *
56
56
  * ```
@@ -55,7 +55,7 @@ declare const UpdateDbInstanceCommand_base: {
55
55
  * // id: "STRING_VALUE", // required
56
56
  * // name: "STRING_VALUE", // required
57
57
  * // arn: "STRING_VALUE", // required
58
- * // status: "CREATING" || "AVAILABLE" || "DELETING" || "MODIFYING" || "UPDATING" || "DELETED" || "FAILED" || "UPDATING_DEPLOYMENT_TYPE" || "UPDATING_INSTANCE_TYPE",
58
+ * // status: "CREATING" || "AVAILABLE" || "DELETING" || "MODIFYING" || "UPDATING" || "DELETED" || "FAILED" || "UPDATING_DEPLOYMENT_TYPE" || "UPDATING_INSTANCE_TYPE" || "MAINTENANCE",
59
59
  * // endpoint: "STRING_VALUE",
60
60
  * // port: Number("int"),
61
61
  * // networkType: "IPV4" || "DUAL",
@@ -250,6 +250,7 @@ export declare const ClusterStatus: {
250
250
  readonly DELETED: "DELETED";
251
251
  readonly DELETING: "DELETING";
252
252
  readonly FAILED: "FAILED";
253
+ readonly MAINTENANCE: "MAINTENANCE";
253
254
  readonly UPDATING: "UPDATING";
254
255
  };
255
256
  /**
@@ -647,6 +648,7 @@ export declare const Status: {
647
648
  readonly DELETED: "DELETED";
648
649
  readonly DELETING: "DELETING";
649
650
  readonly FAILED: "FAILED";
651
+ readonly MAINTENANCE: "MAINTENANCE";
650
652
  readonly MODIFYING: "MODIFYING";
651
653
  readonly UPDATING: "UPDATING";
652
654
  readonly UPDATING_DEPLOYMENT_TYPE: "UPDATING_DEPLOYMENT_TYPE";
@@ -81,6 +81,7 @@ export declare const ClusterStatus: {
81
81
  readonly DELETED: "DELETED";
82
82
  readonly DELETING: "DELETING";
83
83
  readonly FAILED: "FAILED";
84
+ readonly MAINTENANCE: "MAINTENANCE";
84
85
  readonly UPDATING: "UPDATING";
85
86
  };
86
87
  export type ClusterStatus = (typeof ClusterStatus)[keyof typeof ClusterStatus];
@@ -210,6 +211,7 @@ export declare const Status: {
210
211
  readonly DELETED: "DELETED";
211
212
  readonly DELETING: "DELETING";
212
213
  readonly FAILED: "FAILED";
214
+ readonly MAINTENANCE: "MAINTENANCE";
213
215
  readonly MODIFYING: "MODIFYING";
214
216
  readonly UPDATING: "UPDATING";
215
217
  readonly UPDATING_DEPLOYMENT_TYPE: "UPDATING_DEPLOYMENT_TYPE";
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.873.0",
4
+ "version": "3.875.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",