@alicloud/elasticsearch20170613 3.1.0 → 4.0.0
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 +36 -96
- package/dist/client.js +108 -242
- package/dist/client.js.map +1 -1
- package/dist/models/DescribeInstanceResponseBody.d.ts +28 -0
- package/dist/models/DescribeInstanceResponseBody.js +29 -1
- package/dist/models/DescribeInstanceResponseBody.js.map +1 -1
- package/dist/models/EnableKibanaPvlNetworkRequest.d.ts +5 -16
- package/dist/models/EnableKibanaPvlNetworkRequest.js +2 -0
- package/dist/models/EnableKibanaPvlNetworkRequest.js.map +1 -1
- package/dist/models/NetworkConfig.d.ts +25 -0
- package/dist/models/NetworkConfig.js +31 -1
- package/dist/models/NetworkConfig.js.map +1 -1
- package/dist/models/{RemoveApmResponseBody.d.ts → TurnOffZoneRequest.d.ts} +3 -8
- package/dist/models/{RemoveApmResponseBody.js → TurnOffZoneRequest.js} +6 -8
- package/dist/models/TurnOffZoneRequest.js.map +1 -0
- package/dist/models/{DescribeApmResponse.d.ts → TurnOffZoneResponse.d.ts} +3 -3
- package/dist/models/{DescribeApmResponse.js → TurnOffZoneResponse.js} +6 -6
- package/dist/models/{DescribeApmResponse.js.map → TurnOffZoneResponse.js.map} +1 -1
- package/dist/models/{StopApmResponseBody.d.ts → TurnOffZoneResponseBody.d.ts} +5 -7
- package/dist/models/{StopApmResponseBody.js → TurnOffZoneResponseBody.js} +5 -7
- package/dist/models/TurnOffZoneResponseBody.js.map +1 -0
- package/dist/models/{UpdateApmResponseBody.d.ts → TurnOnZoneRequest.d.ts} +3 -8
- package/dist/models/{UpdateApmResponseBody.js → TurnOnZoneRequest.js} +6 -8
- package/dist/models/TurnOnZoneRequest.js.map +1 -0
- package/dist/models/{StopApmResponse.d.ts → TurnOnZoneResponse.d.ts} +3 -3
- package/dist/models/{RemoveApmResponse.js → TurnOnZoneResponse.js} +6 -6
- package/dist/models/TurnOnZoneResponse.js.map +1 -0
- package/dist/models/{StartApmResponseBody.d.ts → TurnOnZoneResponseBody.d.ts} +5 -7
- package/dist/models/{StartApmResponseBody.js → TurnOnZoneResponseBody.js} +5 -7
- package/dist/models/TurnOnZoneResponseBody.js.map +1 -0
- package/dist/models/UpdateInstanceChargeTypeRequest.d.ts +28 -1
- package/dist/models/UpdateInstanceChargeTypeRequest.js +29 -3
- package/dist/models/UpdateInstanceChargeTypeRequest.js.map +1 -1
- package/dist/models/UpdateInstanceRequest.d.ts +1 -0
- package/dist/models/UpdateInstanceRequest.js +2 -0
- package/dist/models/UpdateInstanceRequest.js.map +1 -1
- package/dist/models/UpdateInstanceSettingsRequest.d.ts +3 -1
- package/dist/models/UpdateInstanceSettingsRequest.js +5 -2
- package/dist/models/UpdateInstanceSettingsRequest.js.map +1 -1
- package/dist/models/UpdateKibanaPvlNetworkRequest.d.ts +5 -3
- package/dist/models/UpdateKibanaPvlNetworkRequest.js +2 -0
- package/dist/models/UpdateKibanaPvlNetworkRequest.js.map +1 -1
- package/dist/models/model.d.ts +9 -17
- package/dist/models/model.js +51 -67
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +120 -264
- package/src/models/DescribeInstanceResponseBody.ts +47 -0
- package/src/models/EnableKibanaPvlNetworkRequest.ts +7 -16
- package/src/models/NetworkConfig.ts +46 -0
- package/src/models/{RemoveApmResponseBody.ts → TurnOffZoneRequest.ts} +5 -12
- package/src/models/{DescribeApmResponse.ts → TurnOffZoneResponse.ts} +4 -4
- package/src/models/{StopApmResponseBody.ts → TurnOffZoneResponseBody.ts} +6 -10
- package/src/models/{UpdateApmResponseBody.ts → TurnOnZoneRequest.ts} +5 -12
- package/src/models/{ListApmResponse.ts → TurnOnZoneResponse.ts} +4 -4
- package/src/models/{StartApmResponseBody.ts → TurnOnZoneResponseBody.ts} +6 -10
- package/src/models/UpdateInstanceChargeTypeRequest.ts +47 -3
- package/src/models/UpdateInstanceRequest.ts +3 -0
- package/src/models/UpdateInstanceSettingsRequest.ts +6 -3
- package/src/models/UpdateKibanaPvlNetworkRequest.ts +7 -3
- package/src/models/model.ts +9 -17
- package/dist/models/DescribeApmResponseBody.d.ts +0 -208
- package/dist/models/DescribeApmResponseBody.js +0 -118
- package/dist/models/DescribeApmResponseBody.js.map +0 -1
- package/dist/models/ListApmRequest.d.ts +0 -38
- package/dist/models/ListApmRequest.js +0 -66
- package/dist/models/ListApmRequest.js.map +0 -1
- package/dist/models/ListApmResponse.d.ts +0 -19
- package/dist/models/ListApmResponse.js +0 -69
- package/dist/models/ListApmResponse.js.map +0 -1
- package/dist/models/ListApmResponseBody.d.ts +0 -134
- package/dist/models/ListApmResponseBody.js +0 -138
- package/dist/models/ListApmResponseBody.js.map +0 -1
- package/dist/models/RemoveApmResponse.d.ts +0 -19
- package/dist/models/RemoveApmResponse.js.map +0 -1
- package/dist/models/RemoveApmResponseBody.js.map +0 -1
- package/dist/models/StartApmResponse.d.ts +0 -19
- package/dist/models/StartApmResponse.js +0 -69
- package/dist/models/StartApmResponse.js.map +0 -1
- package/dist/models/StartApmResponseBody.js.map +0 -1
- package/dist/models/StopApmResponse.js +0 -69
- package/dist/models/StopApmResponse.js.map +0 -1
- package/dist/models/StopApmResponseBody.js.map +0 -1
- package/dist/models/UpdateApmRequest.d.ts +0 -38
- package/dist/models/UpdateApmRequest.js +0 -66
- package/dist/models/UpdateApmRequest.js.map +0 -1
- package/dist/models/UpdateApmResponse.d.ts +0 -19
- package/dist/models/UpdateApmResponse.js +0 -69
- package/dist/models/UpdateApmResponse.js.map +0 -1
- package/dist/models/UpdateApmResponseBody.js.map +0 -1
- package/src/models/DescribeApmResponseBody.ts +0 -272
- package/src/models/ListApmRequest.ts +0 -59
- package/src/models/ListApmResponseBody.ts +0 -209
- package/src/models/RemoveApmResponse.ts +0 -40
- package/src/models/StartApmResponse.ts +0 -40
- package/src/models/StopApmResponse.ts +0 -40
- package/src/models/UpdateApmRequest.ts +0 -59
- package/src/models/UpdateApmResponse.ts +0 -40
|
@@ -2,28 +2,21 @@
|
|
|
2
2
|
import * as $dara from '@darabonba/typescript';
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
export class
|
|
5
|
+
export class TurnOffZoneRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @example
|
|
8
|
-
*
|
|
8
|
+
* cn-hangzhou-i
|
|
9
9
|
*/
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* @example
|
|
13
|
-
* true
|
|
14
|
-
*/
|
|
15
|
-
result?: boolean;
|
|
10
|
+
zone?: string;
|
|
16
11
|
static names(): { [key: string]: string } {
|
|
17
12
|
return {
|
|
18
|
-
|
|
19
|
-
result: 'Result',
|
|
13
|
+
zone: 'zone',
|
|
20
14
|
};
|
|
21
15
|
}
|
|
22
16
|
|
|
23
17
|
static types(): { [key: string]: any } {
|
|
24
18
|
return {
|
|
25
|
-
|
|
26
|
-
result: 'boolean',
|
|
19
|
+
zone: 'string',
|
|
27
20
|
};
|
|
28
21
|
}
|
|
29
22
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
// This file is auto-generated, don't edit it
|
|
2
2
|
import * as $dara from '@darabonba/typescript';
|
|
3
|
-
import {
|
|
3
|
+
import { TurnOffZoneResponseBody } from "./TurnOffZoneResponseBody";
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
export class
|
|
6
|
+
export class TurnOffZoneResponse extends $dara.Model {
|
|
7
7
|
headers?: { [key: string]: string };
|
|
8
8
|
statusCode?: number;
|
|
9
|
-
body?:
|
|
9
|
+
body?: TurnOffZoneResponseBody;
|
|
10
10
|
static names(): { [key: string]: string } {
|
|
11
11
|
return {
|
|
12
12
|
headers: 'headers',
|
|
@@ -19,7 +19,7 @@ export class DescribeApmResponse extends $dara.Model {
|
|
|
19
19
|
return {
|
|
20
20
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
21
|
statusCode: 'number',
|
|
22
|
-
body:
|
|
22
|
+
body: TurnOffZoneResponseBody,
|
|
23
23
|
};
|
|
24
24
|
}
|
|
25
25
|
|
|
@@ -2,28 +2,24 @@
|
|
|
2
2
|
import * as $dara from '@darabonba/typescript';
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
export class
|
|
5
|
+
export class TurnOffZoneResponseBody extends $dara.Model {
|
|
6
6
|
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* Id of the request
|
|
9
|
+
*
|
|
7
10
|
* @example
|
|
8
|
-
*
|
|
11
|
+
* F99407AB-2FA9-489E-A259-40CF6DCC47D9
|
|
9
12
|
*/
|
|
10
13
|
requestId?: string;
|
|
11
|
-
/**
|
|
12
|
-
* @example
|
|
13
|
-
* true
|
|
14
|
-
*/
|
|
15
|
-
result?: boolean;
|
|
16
14
|
static names(): { [key: string]: string } {
|
|
17
15
|
return {
|
|
18
|
-
requestId: '
|
|
19
|
-
result: 'Result',
|
|
16
|
+
requestId: 'requestId',
|
|
20
17
|
};
|
|
21
18
|
}
|
|
22
19
|
|
|
23
20
|
static types(): { [key: string]: any } {
|
|
24
21
|
return {
|
|
25
22
|
requestId: 'string',
|
|
26
|
-
result: 'boolean',
|
|
27
23
|
};
|
|
28
24
|
}
|
|
29
25
|
|
|
@@ -2,28 +2,21 @@
|
|
|
2
2
|
import * as $dara from '@darabonba/typescript';
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
export class
|
|
5
|
+
export class TurnOnZoneRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @example
|
|
8
|
-
*
|
|
8
|
+
* cn-hangzhou-i
|
|
9
9
|
*/
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* @example
|
|
13
|
-
* true
|
|
14
|
-
*/
|
|
15
|
-
result?: boolean;
|
|
10
|
+
zone?: string;
|
|
16
11
|
static names(): { [key: string]: string } {
|
|
17
12
|
return {
|
|
18
|
-
|
|
19
|
-
result: 'Result',
|
|
13
|
+
zone: 'zone',
|
|
20
14
|
};
|
|
21
15
|
}
|
|
22
16
|
|
|
23
17
|
static types(): { [key: string]: any } {
|
|
24
18
|
return {
|
|
25
|
-
|
|
26
|
-
result: 'boolean',
|
|
19
|
+
zone: 'string',
|
|
27
20
|
};
|
|
28
21
|
}
|
|
29
22
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
// This file is auto-generated, don't edit it
|
|
2
2
|
import * as $dara from '@darabonba/typescript';
|
|
3
|
-
import {
|
|
3
|
+
import { TurnOnZoneResponseBody } from "./TurnOnZoneResponseBody";
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
export class
|
|
6
|
+
export class TurnOnZoneResponse extends $dara.Model {
|
|
7
7
|
headers?: { [key: string]: string };
|
|
8
8
|
statusCode?: number;
|
|
9
|
-
body?:
|
|
9
|
+
body?: TurnOnZoneResponseBody;
|
|
10
10
|
static names(): { [key: string]: string } {
|
|
11
11
|
return {
|
|
12
12
|
headers: 'headers',
|
|
@@ -19,7 +19,7 @@ export class ListApmResponse extends $dara.Model {
|
|
|
19
19
|
return {
|
|
20
20
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
21
|
statusCode: 'number',
|
|
22
|
-
body:
|
|
22
|
+
body: TurnOnZoneResponseBody,
|
|
23
23
|
};
|
|
24
24
|
}
|
|
25
25
|
|
|
@@ -2,28 +2,24 @@
|
|
|
2
2
|
import * as $dara from '@darabonba/typescript';
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
export class
|
|
5
|
+
export class TurnOnZoneResponseBody extends $dara.Model {
|
|
6
6
|
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* Id of the request
|
|
9
|
+
*
|
|
7
10
|
* @example
|
|
8
|
-
*
|
|
11
|
+
* F99407AB-2FA9-489E-A259-40CF6DCC47D9
|
|
9
12
|
*/
|
|
10
13
|
requestId?: string;
|
|
11
|
-
/**
|
|
12
|
-
* @example
|
|
13
|
-
* true
|
|
14
|
-
*/
|
|
15
|
-
result?: boolean;
|
|
16
14
|
static names(): { [key: string]: string } {
|
|
17
15
|
return {
|
|
18
|
-
requestId: '
|
|
19
|
-
result: 'Result',
|
|
16
|
+
requestId: 'requestId',
|
|
20
17
|
};
|
|
21
18
|
}
|
|
22
19
|
|
|
23
20
|
static types(): { [key: string]: any } {
|
|
24
21
|
return {
|
|
25
22
|
requestId: 'string',
|
|
26
|
-
result: 'boolean',
|
|
27
23
|
};
|
|
28
24
|
}
|
|
29
25
|
|
|
@@ -2,8 +2,47 @@
|
|
|
2
2
|
import * as $dara from '@darabonba/typescript';
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
export class UpdateInstanceChargeTypeRequestPaymentInfo extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* 1
|
|
9
|
+
*/
|
|
10
|
+
duration?: number;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* Month
|
|
14
|
+
*/
|
|
15
|
+
pricingCycle?: string;
|
|
16
|
+
static names(): { [key: string]: string } {
|
|
17
|
+
return {
|
|
18
|
+
duration: 'duration',
|
|
19
|
+
pricingCycle: 'pricingCycle',
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
static types(): { [key: string]: any } {
|
|
24
|
+
return {
|
|
25
|
+
duration: 'number',
|
|
26
|
+
pricingCycle: 'string',
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
validate() {
|
|
31
|
+
super.validate();
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
constructor(map?: { [key: string]: any }) {
|
|
35
|
+
super(map);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
5
39
|
export class UpdateInstanceChargeTypeRequest extends $dara.Model {
|
|
6
|
-
|
|
40
|
+
paymentInfo?: UpdateInstanceChargeTypeRequestPaymentInfo;
|
|
41
|
+
/**
|
|
42
|
+
* @example
|
|
43
|
+
* prepaid
|
|
44
|
+
*/
|
|
45
|
+
paymentType?: string;
|
|
7
46
|
/**
|
|
8
47
|
* @remarks
|
|
9
48
|
* A unique token generated by the client to guarantee the idempotency of the request. You can use the client to generate the value, but you must ensure that it is unique among different requests. The token can only contain ASCII characters and cannot exceed 64 characters in length.
|
|
@@ -14,19 +53,24 @@ export class UpdateInstanceChargeTypeRequest extends $dara.Model {
|
|
|
14
53
|
clientToken?: string;
|
|
15
54
|
static names(): { [key: string]: string } {
|
|
16
55
|
return {
|
|
17
|
-
|
|
56
|
+
paymentInfo: 'paymentInfo',
|
|
57
|
+
paymentType: 'paymentType',
|
|
18
58
|
clientToken: 'clientToken',
|
|
19
59
|
};
|
|
20
60
|
}
|
|
21
61
|
|
|
22
62
|
static types(): { [key: string]: any } {
|
|
23
63
|
return {
|
|
24
|
-
|
|
64
|
+
paymentInfo: UpdateInstanceChargeTypeRequestPaymentInfo,
|
|
65
|
+
paymentType: 'string',
|
|
25
66
|
clientToken: 'string',
|
|
26
67
|
};
|
|
27
68
|
}
|
|
28
69
|
|
|
29
70
|
validate() {
|
|
71
|
+
if(this.paymentInfo && typeof (this.paymentInfo as any).validate === 'function') {
|
|
72
|
+
(this.paymentInfo as any).validate();
|
|
73
|
+
}
|
|
30
74
|
super.validate();
|
|
31
75
|
}
|
|
32
76
|
|
|
@@ -24,6 +24,7 @@ export class UpdateInstanceRequest extends $dara.Model {
|
|
|
24
24
|
*/
|
|
25
25
|
nodeAmount?: number;
|
|
26
26
|
nodeSpec?: NodeSpec;
|
|
27
|
+
updateType?: string;
|
|
27
28
|
warmNodeConfiguration?: WarmNodeConfiguration;
|
|
28
29
|
/**
|
|
29
30
|
* @remarks
|
|
@@ -55,6 +56,7 @@ export class UpdateInstanceRequest extends $dara.Model {
|
|
|
55
56
|
masterConfiguration: 'masterConfiguration',
|
|
56
57
|
nodeAmount: 'nodeAmount',
|
|
57
58
|
nodeSpec: 'nodeSpec',
|
|
59
|
+
updateType: 'updateType',
|
|
58
60
|
warmNodeConfiguration: 'warmNodeConfiguration',
|
|
59
61
|
clientToken: 'clientToken',
|
|
60
62
|
force: 'force',
|
|
@@ -71,6 +73,7 @@ export class UpdateInstanceRequest extends $dara.Model {
|
|
|
71
73
|
masterConfiguration: MasterNodeConfiguration,
|
|
72
74
|
nodeAmount: 'number',
|
|
73
75
|
nodeSpec: NodeSpec,
|
|
76
|
+
updateType: 'string',
|
|
74
77
|
warmNodeConfiguration: WarmNodeConfiguration,
|
|
75
78
|
clientToken: 'string',
|
|
76
79
|
force: 'boolean',
|
|
@@ -3,7 +3,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class UpdateInstanceSettingsRequest extends $dara.Model {
|
|
6
|
-
|
|
6
|
+
esConfig?: { [key: string]: string };
|
|
7
7
|
/**
|
|
8
8
|
* @remarks
|
|
9
9
|
* A unique token generated by the client to guarantee the idempotency of the request. You can use the client to generate the value, but you must ensure that it is unique among different requests. The token can only contain ASCII characters and cannot exceed 64 characters in length.
|
|
@@ -16,7 +16,7 @@ export class UpdateInstanceSettingsRequest extends $dara.Model {
|
|
|
16
16
|
updateStrategy?: string;
|
|
17
17
|
static names(): { [key: string]: string } {
|
|
18
18
|
return {
|
|
19
|
-
|
|
19
|
+
esConfig: 'esConfig',
|
|
20
20
|
clientToken: 'clientToken',
|
|
21
21
|
force: 'force',
|
|
22
22
|
updateStrategy: 'updateStrategy',
|
|
@@ -25,7 +25,7 @@ export class UpdateInstanceSettingsRequest extends $dara.Model {
|
|
|
25
25
|
|
|
26
26
|
static types(): { [key: string]: any } {
|
|
27
27
|
return {
|
|
28
|
-
|
|
28
|
+
esConfig: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
29
29
|
clientToken: 'string',
|
|
30
30
|
force: 'boolean',
|
|
31
31
|
updateStrategy: 'string',
|
|
@@ -33,6 +33,9 @@ export class UpdateInstanceSettingsRequest extends $dara.Model {
|
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
validate() {
|
|
36
|
+
if(this.esConfig) {
|
|
37
|
+
$dara.Model.validateMap(this.esConfig);
|
|
38
|
+
}
|
|
36
39
|
super.validate();
|
|
37
40
|
}
|
|
38
41
|
|
|
@@ -10,9 +10,11 @@ export class UpdateKibanaPvlNetworkRequest extends $dara.Model {
|
|
|
10
10
|
endpointName?: string;
|
|
11
11
|
securityGroups?: string[];
|
|
12
12
|
/**
|
|
13
|
-
* @
|
|
14
|
-
*
|
|
15
|
-
|
|
13
|
+
* @example
|
|
14
|
+
* xxxx
|
|
15
|
+
*/
|
|
16
|
+
clientToken?: string;
|
|
17
|
+
/**
|
|
16
18
|
* @example
|
|
17
19
|
* es-cn-27a3mul6l0***-kibana-internal
|
|
18
20
|
*/
|
|
@@ -21,6 +23,7 @@ export class UpdateKibanaPvlNetworkRequest extends $dara.Model {
|
|
|
21
23
|
return {
|
|
22
24
|
endpointName: 'endpointName',
|
|
23
25
|
securityGroups: 'securityGroups',
|
|
26
|
+
clientToken: 'clientToken',
|
|
24
27
|
pvlId: 'pvlId',
|
|
25
28
|
};
|
|
26
29
|
}
|
|
@@ -29,6 +32,7 @@ export class UpdateKibanaPvlNetworkRequest extends $dara.Model {
|
|
|
29
32
|
return {
|
|
30
33
|
endpointName: 'string',
|
|
31
34
|
securityGroups: { 'type': 'array', 'itemType': 'string' },
|
|
35
|
+
clientToken: 'string',
|
|
32
36
|
pvlId: 'string',
|
|
33
37
|
};
|
|
34
38
|
}
|
package/src/models/model.ts
CHANGED
|
@@ -8,6 +8,7 @@ export { LogstashZoneInfos } from './Logstash';
|
|
|
8
8
|
export { MigrationJobSourceCluster } from './MigrationJob';
|
|
9
9
|
export { MigrationJobStatusResult } from './MigrationJob';
|
|
10
10
|
export { MigrationJobTargetCluster } from './MigrationJob';
|
|
11
|
+
export { NetworkConfigLoadBalanceConfig } from './NetworkConfig';
|
|
11
12
|
export { CapacityPlanRequestDataInfo } from './CapacityPlanRequest';
|
|
12
13
|
export { CapacityPlanRequestMetric } from './CapacityPlanRequest';
|
|
13
14
|
export { CapacityPlanResponseBodyResultExtendConfigs } from './CapacityPlanResponseBody';
|
|
@@ -24,7 +25,6 @@ export { CreateLogstashRequestPaymentInfo } from './CreateLogstashRequest';
|
|
|
24
25
|
export { CreatePipelinesRequestBody } from './CreatePipelinesRequest';
|
|
25
26
|
export { CreateVpcEndpointResponseBodyResult } from './CreateVpcEndpointResponseBody';
|
|
26
27
|
export { DescribeAckOperatorResponseBodyResult } from './DescribeAckOperatorResponseBody';
|
|
27
|
-
export { DescribeApmResponseBodyResult } from './DescribeApmResponseBody';
|
|
28
28
|
export { DescribeCollectorResponseBodyResultConfigs } from './DescribeCollectorResponseBody';
|
|
29
29
|
export { DescribeCollectorResponseBodyResultExtendConfigsMachines } from './DescribeCollectorResponseBody';
|
|
30
30
|
export { DescribeCollectorResponseBodyResultExtendConfigs } from './DescribeCollectorResponseBody';
|
|
@@ -46,6 +46,7 @@ export { DescribeInstanceResponseBodyResultAliwsDicts } from './DescribeInstance
|
|
|
46
46
|
export { DescribeInstanceResponseBodyResultClientNodeConfiguration } from './DescribeInstanceResponseBody';
|
|
47
47
|
export { DescribeInstanceResponseBodyResultDictList } from './DescribeInstanceResponseBody';
|
|
48
48
|
export { DescribeInstanceResponseBodyResultElasticDataNodeConfiguration } from './DescribeInstanceResponseBody';
|
|
49
|
+
export { DescribeInstanceResponseBodyResultEndpoints } from './DescribeInstanceResponseBody';
|
|
49
50
|
export { DescribeInstanceResponseBodyResultIkHotDicts } from './DescribeInstanceResponseBody';
|
|
50
51
|
export { DescribeInstanceResponseBodyResultKibanaConfiguration } from './DescribeInstanceResponseBody';
|
|
51
52
|
export { DescribeInstanceResponseBodyResultMasterConfiguration } from './DescribeInstanceResponseBody';
|
|
@@ -125,8 +126,6 @@ export { ListActionRecordsResponseBodyResultStatusInfo } from './ListActionRecor
|
|
|
125
126
|
export { ListActionRecordsResponseBodyResult } from './ListActionRecordsResponseBody';
|
|
126
127
|
export { ListAllNodeResponseBodyResult } from './ListAllNodeResponseBody';
|
|
127
128
|
export { ListAlternativeSnapshotReposResponseBodyResult } from './ListAlternativeSnapshotReposResponseBody';
|
|
128
|
-
export { ListApmResponseBodyHeaders } from './ListApmResponseBody';
|
|
129
|
-
export { ListApmResponseBodyResult } from './ListApmResponseBody';
|
|
130
129
|
export { ListAvailableEsInstanceIdsResponseBodyResult } from './ListAvailableEsInstanceIdsResponseBody';
|
|
131
130
|
export { ListCollectorsResponseBodyHeaders } from './ListCollectorsResponseBody';
|
|
132
131
|
export { ListCollectorsResponseBodyResultConfigs } from './ListCollectorsResponseBody';
|
|
@@ -259,6 +258,7 @@ export { UpdateInstanceResponseBodyResultKibanaConfiguration } from './UpdateIns
|
|
|
259
258
|
export { UpdateInstanceResponseBodyResultMasterConfiguration } from './UpdateInstanceResponseBody';
|
|
260
259
|
export { UpdateInstanceResponseBodyResultNodeSpec } from './UpdateInstanceResponseBody';
|
|
261
260
|
export { UpdateInstanceResponseBodyResult } from './UpdateInstanceResponseBody';
|
|
261
|
+
export { UpdateInstanceChargeTypeRequestPaymentInfo } from './UpdateInstanceChargeTypeRequest';
|
|
262
262
|
export { UpdateKibanaWhiteIpsRequestWhiteIpGroup } from './UpdateKibanaWhiteIpsRequest';
|
|
263
263
|
export { UpdateKibanaWhiteIpsResponseBodyResultNetworkConfigWhiteIpGroupList } from './UpdateKibanaWhiteIpsResponseBody';
|
|
264
264
|
export { UpdateKibanaWhiteIpsResponseBodyResultNetworkConfig } from './UpdateKibanaWhiteIpsResponseBody';
|
|
@@ -398,8 +398,6 @@ export { DeleteVpcEndpointResponseBody } from './DeleteVpcEndpointResponseBody';
|
|
|
398
398
|
export { DeleteVpcEndpointResponse } from './DeleteVpcEndpointResponse';
|
|
399
399
|
export { DescribeAckOperatorResponseBody } from './DescribeAckOperatorResponseBody';
|
|
400
400
|
export { DescribeAckOperatorResponse } from './DescribeAckOperatorResponse';
|
|
401
|
-
export { DescribeApmResponseBody } from './DescribeApmResponseBody';
|
|
402
|
-
export { DescribeApmResponse } from './DescribeApmResponse';
|
|
403
401
|
export { DescribeCollectorResponseBody } from './DescribeCollectorResponseBody';
|
|
404
402
|
export { DescribeCollectorResponse } from './DescribeCollectorResponse';
|
|
405
403
|
export { DescribeComponentIndexResponseBody } from './DescribeComponentIndexResponseBody';
|
|
@@ -525,9 +523,6 @@ export { ListAllNodeResponse } from './ListAllNodeResponse';
|
|
|
525
523
|
export { ListAlternativeSnapshotReposRequest } from './ListAlternativeSnapshotReposRequest';
|
|
526
524
|
export { ListAlternativeSnapshotReposResponseBody } from './ListAlternativeSnapshotReposResponseBody';
|
|
527
525
|
export { ListAlternativeSnapshotReposResponse } from './ListAlternativeSnapshotReposResponse';
|
|
528
|
-
export { ListApmRequest } from './ListApmRequest';
|
|
529
|
-
export { ListApmResponseBody } from './ListApmResponseBody';
|
|
530
|
-
export { ListApmResponse } from './ListApmResponse';
|
|
531
526
|
export { ListAvailableEsInstanceIdsResponseBody } from './ListAvailableEsInstanceIdsResponseBody';
|
|
532
527
|
export { ListAvailableEsInstanceIdsResponse } from './ListAvailableEsInstanceIdsResponse';
|
|
533
528
|
export { ListCollectorsRequest } from './ListCollectorsRequest';
|
|
@@ -664,8 +659,6 @@ export { RecommendTemplatesResponse } from './RecommendTemplatesResponse';
|
|
|
664
659
|
export { ReinstallCollectorRequest } from './ReinstallCollectorRequest';
|
|
665
660
|
export { ReinstallCollectorResponseBody } from './ReinstallCollectorResponseBody';
|
|
666
661
|
export { ReinstallCollectorResponse } from './ReinstallCollectorResponse';
|
|
667
|
-
export { RemoveApmResponseBody } from './RemoveApmResponseBody';
|
|
668
|
-
export { RemoveApmResponse } from './RemoveApmResponse';
|
|
669
662
|
export { RenewInstanceRequest } from './RenewInstanceRequest';
|
|
670
663
|
export { RenewInstanceResponseBody } from './RenewInstanceResponseBody';
|
|
671
664
|
export { RenewInstanceResponse } from './RenewInstanceResponse';
|
|
@@ -696,13 +689,9 @@ export { RunPipelinesResponse } from './RunPipelinesResponse';
|
|
|
696
689
|
export { ShrinkNodeRequest } from './ShrinkNodeRequest';
|
|
697
690
|
export { ShrinkNodeResponseBody } from './ShrinkNodeResponseBody';
|
|
698
691
|
export { ShrinkNodeResponse } from './ShrinkNodeResponse';
|
|
699
|
-
export { StartApmResponseBody } from './StartApmResponseBody';
|
|
700
|
-
export { StartApmResponse } from './StartApmResponse';
|
|
701
692
|
export { StartCollectorRequest } from './StartCollectorRequest';
|
|
702
693
|
export { StartCollectorResponseBody } from './StartCollectorResponseBody';
|
|
703
694
|
export { StartCollectorResponse } from './StartCollectorResponse';
|
|
704
|
-
export { StopApmResponseBody } from './StopApmResponseBody';
|
|
705
|
-
export { StopApmResponse } from './StopApmResponse';
|
|
706
695
|
export { StopCollectorRequest } from './StopCollectorRequest';
|
|
707
696
|
export { StopCollectorResponseBody } from './StopCollectorResponseBody';
|
|
708
697
|
export { StopCollectorResponse } from './StopCollectorResponse';
|
|
@@ -718,6 +707,12 @@ export { TransferNodeResponse } from './TransferNodeResponse';
|
|
|
718
707
|
export { TriggerNetworkRequest } from './TriggerNetworkRequest';
|
|
719
708
|
export { TriggerNetworkResponseBody } from './TriggerNetworkResponseBody';
|
|
720
709
|
export { TriggerNetworkResponse } from './TriggerNetworkResponse';
|
|
710
|
+
export { TurnOffZoneRequest } from './TurnOffZoneRequest';
|
|
711
|
+
export { TurnOffZoneResponseBody } from './TurnOffZoneResponseBody';
|
|
712
|
+
export { TurnOffZoneResponse } from './TurnOffZoneResponse';
|
|
713
|
+
export { TurnOnZoneRequest } from './TurnOnZoneRequest';
|
|
714
|
+
export { TurnOnZoneResponseBody } from './TurnOnZoneResponseBody';
|
|
715
|
+
export { TurnOnZoneResponse } from './TurnOnZoneResponse';
|
|
721
716
|
export { UninstallKibanaPluginRequest } from './UninstallKibanaPluginRequest';
|
|
722
717
|
export { UninstallKibanaPluginResponseBody } from './UninstallKibanaPluginResponseBody';
|
|
723
718
|
export { UninstallKibanaPluginResponse } from './UninstallKibanaPluginResponse';
|
|
@@ -739,9 +734,6 @@ export { UpdateAdvancedSettingResponse } from './UpdateAdvancedSettingResponse';
|
|
|
739
734
|
export { UpdateAliwsDictRequest } from './UpdateAliwsDictRequest';
|
|
740
735
|
export { UpdateAliwsDictResponseBody } from './UpdateAliwsDictResponseBody';
|
|
741
736
|
export { UpdateAliwsDictResponse } from './UpdateAliwsDictResponse';
|
|
742
|
-
export { UpdateApmRequest } from './UpdateApmRequest';
|
|
743
|
-
export { UpdateApmResponseBody } from './UpdateApmResponseBody';
|
|
744
|
-
export { UpdateApmResponse } from './UpdateApmResponse';
|
|
745
737
|
export { UpdateBlackIpsRequest } from './UpdateBlackIpsRequest';
|
|
746
738
|
export { UpdateBlackIpsResponseBody } from './UpdateBlackIpsResponseBody';
|
|
747
739
|
export { UpdateBlackIpsResponse } from './UpdateBlackIpsResponse';
|
|
@@ -1,208 +0,0 @@
|
|
|
1
|
-
import * as $dara from '@darabonba/typescript';
|
|
2
|
-
export declare class DescribeApmResponseBodyResult extends $dara.Model {
|
|
3
|
-
/**
|
|
4
|
-
* @remarks
|
|
5
|
-
* Instance domain.
|
|
6
|
-
*
|
|
7
|
-
* @example
|
|
8
|
-
* apm-cn-i7m2fuae****.apm.elasticsearch.aliyuncs.com:8200
|
|
9
|
-
*/
|
|
10
|
-
apmServerDomain?: string;
|
|
11
|
-
/**
|
|
12
|
-
* @remarks
|
|
13
|
-
* Creation time.
|
|
14
|
-
*
|
|
15
|
-
* @example
|
|
16
|
-
* 2021-11-16T07:15:51.967Z
|
|
17
|
-
*/
|
|
18
|
-
createdAt?: string;
|
|
19
|
-
/**
|
|
20
|
-
* @remarks
|
|
21
|
-
* Deployed replica count.
|
|
22
|
-
*
|
|
23
|
-
* @example
|
|
24
|
-
* 1
|
|
25
|
-
*/
|
|
26
|
-
deployedReplica?: number;
|
|
27
|
-
/**
|
|
28
|
-
* @remarks
|
|
29
|
-
* Instance name.
|
|
30
|
-
*
|
|
31
|
-
* @example
|
|
32
|
-
* APMtest
|
|
33
|
-
*/
|
|
34
|
-
description?: string;
|
|
35
|
-
/**
|
|
36
|
-
* @remarks
|
|
37
|
-
* Instance expiration time.
|
|
38
|
-
*
|
|
39
|
-
* @example
|
|
40
|
-
* 4792752000000
|
|
41
|
-
*/
|
|
42
|
-
endTime?: number;
|
|
43
|
-
/**
|
|
44
|
-
* @remarks
|
|
45
|
-
* Instance ID.
|
|
46
|
-
*
|
|
47
|
-
* @example
|
|
48
|
-
* apm-cn-i7m2fuae****
|
|
49
|
-
*/
|
|
50
|
-
instanceId?: string;
|
|
51
|
-
/**
|
|
52
|
-
* @remarks
|
|
53
|
-
* Number of nodes.
|
|
54
|
-
*
|
|
55
|
-
* @example
|
|
56
|
-
* 1
|
|
57
|
-
*/
|
|
58
|
-
nodeAmount?: number;
|
|
59
|
-
/**
|
|
60
|
-
* @remarks
|
|
61
|
-
* Associated Elasticsearch instance.
|
|
62
|
-
*
|
|
63
|
-
* @example
|
|
64
|
-
* es-cn-i7m2fsfhc001x****
|
|
65
|
-
*/
|
|
66
|
-
outputES?: string;
|
|
67
|
-
/**
|
|
68
|
-
* @remarks
|
|
69
|
-
* Username of the associated Elasticsearch instance.
|
|
70
|
-
*
|
|
71
|
-
* @example
|
|
72
|
-
* elastic
|
|
73
|
-
*/
|
|
74
|
-
outputESUserName?: string;
|
|
75
|
-
/**
|
|
76
|
-
* @remarks
|
|
77
|
-
* User account ID.
|
|
78
|
-
*
|
|
79
|
-
* @example
|
|
80
|
-
* 133071096032****
|
|
81
|
-
*/
|
|
82
|
-
ownerId?: string;
|
|
83
|
-
/**
|
|
84
|
-
* @remarks
|
|
85
|
-
* Payment method, with the following values:
|
|
86
|
-
*
|
|
87
|
-
* - postpaid: Pay-as-you-go.
|
|
88
|
-
*
|
|
89
|
-
* - prepaid: Subscription.
|
|
90
|
-
*
|
|
91
|
-
* @example
|
|
92
|
-
* postpaid
|
|
93
|
-
*/
|
|
94
|
-
paymentType?: string;
|
|
95
|
-
/**
|
|
96
|
-
* @remarks
|
|
97
|
-
* Region.
|
|
98
|
-
*
|
|
99
|
-
* @example
|
|
100
|
-
* cn-hangzhou
|
|
101
|
-
*/
|
|
102
|
-
region?: string;
|
|
103
|
-
/**
|
|
104
|
-
* @remarks
|
|
105
|
-
* Replica count.
|
|
106
|
-
*
|
|
107
|
-
* @example
|
|
108
|
-
* 1
|
|
109
|
-
*/
|
|
110
|
-
replica?: number;
|
|
111
|
-
/**
|
|
112
|
-
* @remarks
|
|
113
|
-
* Specification, with the following values:
|
|
114
|
-
*
|
|
115
|
-
* - C1M2 (1 core, 2 GB)
|
|
116
|
-
*
|
|
117
|
-
* - C2M4 (2 cores, 4 GB)
|
|
118
|
-
*
|
|
119
|
-
* @example
|
|
120
|
-
* C1M2
|
|
121
|
-
*/
|
|
122
|
-
resourceSpec?: string;
|
|
123
|
-
/**
|
|
124
|
-
* @remarks
|
|
125
|
-
* Lifecycle status, with the following values:
|
|
126
|
-
*
|
|
127
|
-
* - CREATING: Creating.
|
|
128
|
-
*
|
|
129
|
-
* - ACTIVATING: Activating.
|
|
130
|
-
*
|
|
131
|
-
* - ACTIVE: Active.
|
|
132
|
-
*
|
|
133
|
-
* - INACTIVE: Frozen.
|
|
134
|
-
*
|
|
135
|
-
* - INVALID: Invalid.
|
|
136
|
-
*
|
|
137
|
-
* @example
|
|
138
|
-
* active
|
|
139
|
-
*/
|
|
140
|
-
status?: string;
|
|
141
|
-
/**
|
|
142
|
-
* @remarks
|
|
143
|
-
* Version information.
|
|
144
|
-
*
|
|
145
|
-
* @example
|
|
146
|
-
* 7.10.2
|
|
147
|
-
*/
|
|
148
|
-
version?: string;
|
|
149
|
-
/**
|
|
150
|
-
* @remarks
|
|
151
|
-
* VPC ID.
|
|
152
|
-
*
|
|
153
|
-
* @example
|
|
154
|
-
* vpc-bp1530vdhqkamm9s0****
|
|
155
|
-
*/
|
|
156
|
-
vpcId?: string;
|
|
157
|
-
/**
|
|
158
|
-
* @remarks
|
|
159
|
-
* Availability zone where the switch is located.
|
|
160
|
-
*
|
|
161
|
-
* @example
|
|
162
|
-
* cn-hangzhou-i
|
|
163
|
-
*/
|
|
164
|
-
vsArea?: string;
|
|
165
|
-
/**
|
|
166
|
-
* @remarks
|
|
167
|
-
* Switch ID.
|
|
168
|
-
*
|
|
169
|
-
* @example
|
|
170
|
-
* vsw-bp1j1mql6r9g5vfb4****
|
|
171
|
-
*/
|
|
172
|
-
vswitchId?: string;
|
|
173
|
-
static names(): {
|
|
174
|
-
[key: string]: string;
|
|
175
|
-
};
|
|
176
|
-
static types(): {
|
|
177
|
-
[key: string]: any;
|
|
178
|
-
};
|
|
179
|
-
validate(): void;
|
|
180
|
-
constructor(map?: {
|
|
181
|
-
[key: string]: any;
|
|
182
|
-
});
|
|
183
|
-
}
|
|
184
|
-
export declare class DescribeApmResponseBody extends $dara.Model {
|
|
185
|
-
/**
|
|
186
|
-
* @remarks
|
|
187
|
-
* Request ID.
|
|
188
|
-
*
|
|
189
|
-
* @example
|
|
190
|
-
* 97597D87-8066-5493-B692-5C50DA236D68
|
|
191
|
-
*/
|
|
192
|
-
requestId?: string;
|
|
193
|
-
/**
|
|
194
|
-
* @remarks
|
|
195
|
-
* Request result.
|
|
196
|
-
*/
|
|
197
|
-
result?: DescribeApmResponseBodyResult;
|
|
198
|
-
static names(): {
|
|
199
|
-
[key: string]: string;
|
|
200
|
-
};
|
|
201
|
-
static types(): {
|
|
202
|
-
[key: string]: any;
|
|
203
|
-
};
|
|
204
|
-
validate(): void;
|
|
205
|
-
constructor(map?: {
|
|
206
|
-
[key: string]: any;
|
|
207
|
-
});
|
|
208
|
-
}
|