@alicloud/elasticsearch20170613 2.0.8 → 2.0.9
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/dist/client.d.ts
CHANGED
|
@@ -19456,6 +19456,7 @@ export declare class ListInstanceResponseBodyResult extends $tea.Model {
|
|
|
19456
19456
|
* es-cn-abc
|
|
19457
19457
|
*/
|
|
19458
19458
|
description?: string;
|
|
19459
|
+
domain?: string;
|
|
19459
19460
|
/**
|
|
19460
19461
|
* @remarks
|
|
19461
19462
|
* The configuration of Kibana nodes.
|
package/dist/client.js
CHANGED
|
@@ -15643,6 +15643,7 @@ class ListInstanceResponseBodyResult extends $tea.Model {
|
|
|
15643
15643
|
createdAt: 'createdAt',
|
|
15644
15644
|
dedicateMaster: 'dedicateMaster',
|
|
15645
15645
|
description: 'description',
|
|
15646
|
+
domain: 'domain',
|
|
15646
15647
|
elasticDataNodeConfiguration: 'elasticDataNodeConfiguration',
|
|
15647
15648
|
endTime: 'endTime',
|
|
15648
15649
|
esVersion: 'esVersion',
|
|
@@ -15676,6 +15677,7 @@ class ListInstanceResponseBodyResult extends $tea.Model {
|
|
|
15676
15677
|
createdAt: 'string',
|
|
15677
15678
|
dedicateMaster: 'boolean',
|
|
15678
15679
|
description: 'string',
|
|
15680
|
+
domain: 'string',
|
|
15679
15681
|
elasticDataNodeConfiguration: ListInstanceResponseBodyResultElasticDataNodeConfiguration,
|
|
15680
15682
|
endTime: 'number',
|
|
15681
15683
|
esVersion: 'string',
|