@@ -47,6 +47,7 @@ export interface UpdateKxDataviewCommandOutput extends UpdateKxDataviewResponse,
47
47
* "STRING_VALUE",
48
48
* ],
49
49
* volumeName: "STRING_VALUE", // required
50
+ * onDemand: true || false,
50
51
* },
51
52
* ],
52
53
* clientToken: "STRING_VALUE", // required
@@ -66,6 +67,7 @@ export interface UpdateKxDataviewCommandOutput extends UpdateKxDataviewResponse,
66
67
* // "STRING_VALUE",
67
68
* // ],
68
69
* // volumeName: "STRING_VALUE", // required
70
+ * // onDemand: true || false,
69
71
* // },
70
72
* // ],
71
73
* // activeVersions: [ // KxDataviewActiveVersionList
@@ -77,6 +79,7 @@ export interface UpdateKxDataviewCommandOutput extends UpdateKxDataviewResponse,
77
79
* // "STRING_VALUE",
78
80
* // ],
79
81
* // volumeName: "STRING_VALUE", // required
82
+ * // onDemand: true || false,
80
83
* // },
81
84
* // ],
82
85
* // attachedClusters: [ // AttachedClusterList
@@ -88,6 +91,7 @@ export interface UpdateKxDataviewCommandOutput extends UpdateKxDataviewResponse,
88
91
* // ],
89
92
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "FAILED" || "DELETING",
90
93
* // autoUpdate: true || false,
94
+ * // readWrite: true || false,
91
95
* // description: "STRING_VALUE",
92
96
* // createdTimestamp: new Date("TIMESTAMP"),
93
97
* // lastModifiedTimestamp: new Date("TIMESTAMP"),
0 commit comments