@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/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -27780,6 +27780,7 @@ export class ListInstanceResponseBodyResult extends $tea.Model {
|
|
|
27780
27780
|
* es-cn-abc
|
|
27781
27781
|
*/
|
|
27782
27782
|
description?: string;
|
|
27783
|
+
domain?: string;
|
|
27783
27784
|
/**
|
|
27784
27785
|
* @remarks
|
|
27785
27786
|
* The configuration of Kibana nodes.
|
|
@@ -27913,6 +27914,7 @@ export class ListInstanceResponseBodyResult extends $tea.Model {
|
|
|
27913
27914
|
createdAt: 'createdAt',
|
|
27914
27915
|
dedicateMaster: 'dedicateMaster',
|
|
27915
27916
|
description: 'description',
|
|
27917
|
+
domain: 'domain',
|
|
27916
27918
|
elasticDataNodeConfiguration: 'elasticDataNodeConfiguration',
|
|
27917
27919
|
endTime: 'endTime',
|
|
27918
27920
|
esVersion: 'esVersion',
|
|
@@ -27947,6 +27949,7 @@ export class ListInstanceResponseBodyResult extends $tea.Model {
|
|
|
27947
27949
|
createdAt: 'string',
|
|
27948
27950
|
dedicateMaster: 'boolean',
|
|
27949
27951
|
description: 'string',
|
|
27952
|
+
domain: 'string',
|
|
27950
27953
|
elasticDataNodeConfiguration: ListInstanceResponseBodyResultElasticDataNodeConfiguration,
|
|
27951
27954
|
endTime: 'number',
|
|
27952
27955
|
esVersion: 'string',
|