@alicloud/polardb20170801 5.2.0 → 5.2.1
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/dist/client.d.ts +1 -0
- package/dist/client.js +2 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +3 -0
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -5631,6 +5631,7 @@ export class DescribeAITaskStatusRequest extends $tea.Model {
|
|
|
5631
5631
|
}
|
|
5632
5632
|
|
|
5633
5633
|
export class DescribeAITaskStatusResponseBody extends $tea.Model {
|
|
5634
|
+
accountName?: string;
|
|
5634
5635
|
/**
|
|
5635
5636
|
* @remarks
|
|
5636
5637
|
* The cluster ID.
|
|
@@ -5668,6 +5669,7 @@ export class DescribeAITaskStatusResponseBody extends $tea.Model {
|
|
|
5668
5669
|
statusName?: string;
|
|
5669
5670
|
static names(): { [key: string]: string } {
|
|
5670
5671
|
return {
|
|
5672
|
+
accountName: 'AccountName',
|
|
5671
5673
|
DBClusterId: 'DBClusterId',
|
|
5672
5674
|
requestId: 'RequestId',
|
|
5673
5675
|
status: 'Status',
|
|
@@ -5677,6 +5679,7 @@ export class DescribeAITaskStatusResponseBody extends $tea.Model {
|
|
|
5677
5679
|
|
|
5678
5680
|
static types(): { [key: string]: any } {
|
|
5679
5681
|
return {
|
|
5682
|
+
accountName: 'string',
|
|
5680
5683
|
DBClusterId: 'string',
|
|
5681
5684
|
requestId: 'string',
|
|
5682
5685
|
status: 'string',
|