@alicloud/elasticsearch20170613 1.0.11 → 1.0.12
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 -1
- package/dist/client.js +190 -2258
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +191 -2259
package/dist/client.d.ts
CHANGED
|
@@ -5322,9 +5322,9 @@ export declare class TransferNodeResponse extends $tea.Model {
|
|
|
5322
5322
|
}
|
|
5323
5323
|
export declare class TriggerNetworkRequest extends $tea.Model {
|
|
5324
5324
|
actionType?: string;
|
|
5325
|
-
clientToken?: string;
|
|
5326
5325
|
networkType?: string;
|
|
5327
5326
|
nodeType?: string;
|
|
5327
|
+
clientToken?: string;
|
|
5328
5328
|
static names(): {
|
|
5329
5329
|
[key: string]: string;
|
|
5330
5330
|
};
|