@alicloud/elasticsearch20170613 2.0.2 → 2.0.3

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 CHANGED
@@ -11212,6 +11212,7 @@ export declare class ListInstanceResponseBodyResultTags extends $tea.Model {
11212
11212
  }
11213
11213
  export declare class ListInstanceResponseBodyResult extends $tea.Model {
11214
11214
  advancedDedicateMaster?: boolean;
11215
+ archType?: string;
11215
11216
  clientNodeConfiguration?: ListInstanceResponseBodyResultClientNodeConfiguration;
11216
11217
  createdAt?: string;
11217
11218
  dedicateMaster?: boolean;
package/dist/client.js CHANGED
@@ -15548,6 +15548,7 @@ class ListInstanceResponseBodyResult extends $tea.Model {
15548
15548
  static names() {
15549
15549
  return {
15550
15550
  advancedDedicateMaster: 'advancedDedicateMaster',
15551
+ archType: 'archType',
15551
15552
  clientNodeConfiguration: 'clientNodeConfiguration',
15552
15553
  createdAt: 'createdAt',
15553
15554
  dedicateMaster: 'dedicateMaster',
@@ -15580,6 +15581,7 @@ class ListInstanceResponseBodyResult extends $tea.Model {
15580
15581
  static types() {
15581
15582
  return {
15582
15583
  advancedDedicateMaster: 'boolean',
15584
+ archType: 'string',
15583
15585
  clientNodeConfiguration: ListInstanceResponseBodyResultClientNodeConfiguration,
15584
15586
  createdAt: 'string',
15585
15587
  dedicateMaster: 'boolean',