@alicloud/apig20240327 4.0.4 → 4.2.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 +35 -2
- package/dist/client.js +107 -2
- package/dist/client.js.map +1 -1
- package/dist/models/AgentServiceConfig.d.ts +32 -0
- package/dist/models/AgentServiceConfig.js +79 -0
- package/dist/models/AgentServiceConfig.js.map +1 -0
- package/dist/models/AgentServiceConfigDashScopeConfig.d.ts +15 -0
- package/dist/models/AgentServiceConfigDashScopeConfig.js +62 -0
- package/dist/models/AgentServiceConfigDashScopeConfig.js.map +1 -0
- package/dist/models/AgentServiceConfigDashScopeConfigAppCredentials.d.ts +17 -0
- package/dist/models/AgentServiceConfigDashScopeConfigAppCredentials.js +62 -0
- package/dist/models/AgentServiceConfigDashScopeConfigAppCredentials.js.map +1 -0
- package/dist/models/AgentServiceConfigDifyConfig.d.ts +15 -0
- package/dist/models/AgentServiceConfigDifyConfig.js +60 -0
- package/dist/models/AgentServiceConfigDifyConfig.js.map +1 -0
- package/dist/models/ApiKeyIdentityConfigApikeySource.d.ts +0 -2
- package/dist/models/ApiKeyIdentityConfigApikeySource.js +0 -2
- package/dist/models/ApiKeyIdentityConfigApikeySource.js.map +1 -1
- package/dist/models/CreateHttpApiRequest.d.ts +1 -0
- package/dist/models/CreateHttpApiRequest.js +5 -0
- package/dist/models/CreateHttpApiRequest.js.map +1 -1
- package/dist/models/CreateServiceRequestServiceConfigs.d.ts +2 -0
- package/dist/models/CreateServiceRequestServiceConfigs.js +6 -0
- package/dist/models/CreateServiceRequestServiceConfigs.js.map +1 -1
- package/dist/models/DeleteServiceResponse.d.ts +19 -0
- package/dist/models/DeleteServiceResponse.js +69 -0
- package/dist/models/DeleteServiceResponse.js.map +1 -0
- package/dist/models/DeleteServiceResponseBody.d.ts +28 -0
- package/dist/models/DeleteServiceResponseBody.js +62 -0
- package/dist/models/DeleteServiceResponseBody.js.map +1 -0
- package/dist/models/GetGatewayResponseBody.d.ts +4 -4
- package/dist/models/GetGatewayResponseBodyData.d.ts +46 -32
- package/dist/models/GetGatewayResponseBodyData.js +2 -0
- package/dist/models/GetGatewayResponseBodyData.js.map +1 -1
- package/dist/models/GetGatewayResponseBodyDataEnvironments.d.ts +3 -3
- package/dist/models/GetGatewayResponseBodyDataLoadBalancers.d.ts +23 -18
- package/dist/models/GetGatewayResponseBodyDataLoadBalancers.js.map +1 -1
- package/dist/models/GetGatewayResponseBodyDataLoadBalancersPorts.d.ts +5 -4
- package/dist/models/GetGatewayResponseBodyDataLoadBalancersPorts.js.map +1 -1
- package/dist/models/GetGatewayResponseBodyDataSecurityGroup.d.ts +2 -2
- package/dist/models/GetGatewayResponseBodyDataTags.d.ts +2 -2
- package/dist/models/GetGatewayResponseBodyDataVpc.d.ts +3 -3
- package/dist/models/GetGatewayResponseBodyDataVswitch.d.ts +3 -3
- package/dist/models/GetGatewayResponseBodyDataZones.d.ts +4 -4
- package/dist/models/GetGatewayResponseBodyDataZonesVswitch.d.ts +3 -3
- package/dist/models/ListPluginAttachmentsRequest.d.ts +58 -0
- package/dist/models/ListPluginAttachmentsRequest.js +74 -0
- package/dist/models/ListPluginAttachmentsRequest.js.map +1 -0
- package/dist/models/ListPluginAttachmentsResponse.d.ts +19 -0
- package/dist/models/ListPluginAttachmentsResponse.js +69 -0
- package/dist/models/ListPluginAttachmentsResponse.js.map +1 -0
- package/dist/models/ListPluginAttachmentsResponseBody.d.ts +33 -0
- package/dist/models/ListPluginAttachmentsResponseBody.js +68 -0
- package/dist/models/ListPluginAttachmentsResponseBody.js.map +1 -0
- package/dist/models/ListPluginAttachmentsResponseBodyData.d.ts +30 -0
- package/dist/models/ListPluginAttachmentsResponseBodyData.js +68 -0
- package/dist/models/ListPluginAttachmentsResponseBodyData.js.map +1 -0
- package/dist/models/ListPluginAttachmentsResponseBodyDataItems.d.ts +46 -0
- package/dist/models/ListPluginAttachmentsResponseBodyDataItems.js +90 -0
- package/dist/models/ListPluginAttachmentsResponseBodyDataItems.js.map +1 -0
- package/dist/models/Service.d.ts +2 -0
- package/dist/models/Service.js +6 -0
- package/dist/models/Service.js.map +1 -1
- package/dist/models/UpdateHttpApiRequest.d.ts +1 -0
- package/dist/models/UpdateHttpApiRequest.js +5 -0
- package/dist/models/UpdateHttpApiRequest.js.map +1 -1
- package/dist/models/model.d.ts +11 -0
- package/dist/models/model.js +30 -7
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +122 -2
- package/src/models/AgentServiceConfig.ts +64 -0
- package/src/models/AgentServiceConfigDashScopeConfig.ts +31 -0
- package/src/models/AgentServiceConfigDashScopeConfigAppCredentials.ts +32 -0
- package/src/models/AgentServiceConfigDifyConfig.ts +30 -0
- package/src/models/ApiKeyIdentityConfigApikeySource.ts +0 -2
- package/src/models/CreateHttpApiRequest.ts +6 -0
- package/src/models/CreateServiceRequestServiceConfigs.ts +7 -0
- package/src/models/DeleteServiceResponse.ts +40 -0
- package/src/models/DeleteServiceResponseBody.ts +45 -0
- package/src/models/GetGatewayResponseBody.ts +4 -4
- package/src/models/GetGatewayResponseBodyData.ts +48 -32
- package/src/models/GetGatewayResponseBodyDataEnvironments.ts +3 -3
- package/src/models/GetGatewayResponseBodyDataLoadBalancers.ts +23 -18
- package/src/models/GetGatewayResponseBodyDataLoadBalancersPorts.ts +5 -4
- package/src/models/GetGatewayResponseBodyDataSecurityGroup.ts +2 -2
- package/src/models/GetGatewayResponseBodyDataTags.ts +2 -2
- package/src/models/GetGatewayResponseBodyDataVpc.ts +3 -3
- package/src/models/GetGatewayResponseBodyDataVswitch.ts +3 -3
- package/src/models/GetGatewayResponseBodyDataZones.ts +4 -4
- package/src/models/GetGatewayResponseBodyDataZonesVswitch.ts +3 -3
- package/src/models/ListPluginAttachmentsRequest.ts +87 -0
- package/src/models/ListPluginAttachmentsResponse.ts +40 -0
- package/src/models/ListPluginAttachmentsResponseBody.ts +55 -0
- package/src/models/ListPluginAttachmentsResponseBodyData.ts +52 -0
- package/src/models/ListPluginAttachmentsResponseBodyDataItems.ts +87 -0
- package/src/models/Service.ts +7 -0
- package/src/models/UpdateHttpApiRequest.ts +6 -0
- package/src/models/model.ts +11 -0
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.DeleteServiceResponseBody = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class DeleteServiceResponseBody extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
code: 'code',
|
|
43
|
+
message: 'message',
|
|
44
|
+
requestId: 'requestId',
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
static types() {
|
|
48
|
+
return {
|
|
49
|
+
code: 'string',
|
|
50
|
+
message: 'string',
|
|
51
|
+
requestId: 'string',
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
validate() {
|
|
55
|
+
super.validate();
|
|
56
|
+
}
|
|
57
|
+
constructor(map) {
|
|
58
|
+
super(map);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
exports.DeleteServiceResponseBody = DeleteServiceResponseBody;
|
|
62
|
+
//# sourceMappingURL=DeleteServiceResponseBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeleteServiceResponseBody.js","sourceRoot":"","sources":["../../src/models/DeleteServiceResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,yBAA0B,SAAQ,KAAK,CAAC,KAAK;IAgBxD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,MAAM;YACZ,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,QAAQ;YACjB,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAvCD,8DAuCC"}
|
|
@@ -3,7 +3,7 @@ import { GetGatewayResponseBodyData } from "./GetGatewayResponseBodyData";
|
|
|
3
3
|
export declare class GetGatewayResponseBody extends $dara.Model {
|
|
4
4
|
/**
|
|
5
5
|
* @remarks
|
|
6
|
-
*
|
|
6
|
+
* The status code.
|
|
7
7
|
*
|
|
8
8
|
* @example
|
|
9
9
|
* Ok
|
|
@@ -11,12 +11,12 @@ export declare class GetGatewayResponseBody extends $dara.Model {
|
|
|
11
11
|
code?: string;
|
|
12
12
|
/**
|
|
13
13
|
* @remarks
|
|
14
|
-
*
|
|
14
|
+
* The returned data.
|
|
15
15
|
*/
|
|
16
16
|
data?: GetGatewayResponseBodyData;
|
|
17
17
|
/**
|
|
18
18
|
* @remarks
|
|
19
|
-
*
|
|
19
|
+
* The response message returned.
|
|
20
20
|
*
|
|
21
21
|
* @example
|
|
22
22
|
* success
|
|
@@ -24,7 +24,7 @@ export declare class GetGatewayResponseBody extends $dara.Model {
|
|
|
24
24
|
message?: string;
|
|
25
25
|
/**
|
|
26
26
|
* @remarks
|
|
27
|
-
*
|
|
27
|
+
* The request ID.
|
|
28
28
|
*
|
|
29
29
|
* @example
|
|
30
30
|
* 0F138FFC-6E2B-56C1-9BAB-A67462E339D1
|
|
@@ -9,9 +9,10 @@ import { GetGatewayResponseBodyDataZones } from "./GetGatewayResponseBodyDataZon
|
|
|
9
9
|
export declare class GetGatewayResponseBodyData extends $dara.Model {
|
|
10
10
|
/**
|
|
11
11
|
* @remarks
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
12
|
+
* The billing method. Valid values:
|
|
13
|
+
*
|
|
14
|
+
* * POSTPAY: pay-as-you-go
|
|
15
|
+
* * PREPAY: subscription
|
|
15
16
|
*
|
|
16
17
|
* @example
|
|
17
18
|
* POSTPAY
|
|
@@ -19,8 +20,9 @@ export declare class GetGatewayResponseBodyData extends $dara.Model {
|
|
|
19
20
|
chargeType?: string;
|
|
20
21
|
/**
|
|
21
22
|
* @remarks
|
|
22
|
-
*
|
|
23
|
-
*
|
|
23
|
+
* The creation source of the instance. Valid values:
|
|
24
|
+
*
|
|
25
|
+
* * Console
|
|
24
26
|
*
|
|
25
27
|
* @example
|
|
26
28
|
* Console
|
|
@@ -28,7 +30,7 @@ export declare class GetGatewayResponseBodyData extends $dara.Model {
|
|
|
28
30
|
createFrom?: string;
|
|
29
31
|
/**
|
|
30
32
|
* @remarks
|
|
31
|
-
*
|
|
33
|
+
* The creation timestamp. Unit: milliseconds.
|
|
32
34
|
*
|
|
33
35
|
* @example
|
|
34
36
|
* 1719386834548
|
|
@@ -36,12 +38,12 @@ export declare class GetGatewayResponseBodyData extends $dara.Model {
|
|
|
36
38
|
createTimestamp?: number;
|
|
37
39
|
/**
|
|
38
40
|
* @remarks
|
|
39
|
-
*
|
|
41
|
+
* The list of environments associated with the instance.
|
|
40
42
|
*/
|
|
41
43
|
environments?: GetGatewayResponseBodyDataEnvironments[];
|
|
42
44
|
/**
|
|
43
45
|
* @remarks
|
|
44
|
-
*
|
|
46
|
+
* The time when the instance expires. This value is a UNIX timestamp. Unit: milliseconds.
|
|
45
47
|
*
|
|
46
48
|
* @example
|
|
47
49
|
* 1719386834548
|
|
@@ -49,7 +51,7 @@ export declare class GetGatewayResponseBodyData extends $dara.Model {
|
|
|
49
51
|
expireTimestamp?: number;
|
|
50
52
|
/**
|
|
51
53
|
* @remarks
|
|
52
|
-
*
|
|
54
|
+
* The instance ID.
|
|
53
55
|
*
|
|
54
56
|
* @example
|
|
55
57
|
* gw-cq2vundlhtg***
|
|
@@ -57,12 +59,22 @@ export declare class GetGatewayResponseBodyData extends $dara.Model {
|
|
|
57
59
|
gatewayId?: string;
|
|
58
60
|
/**
|
|
59
61
|
* @remarks
|
|
60
|
-
*
|
|
62
|
+
* the gateway type, which is categorized into the following two types:
|
|
63
|
+
* - API: indicates an API gateway
|
|
64
|
+
* - AI: Indicates an AI gateway
|
|
65
|
+
*
|
|
66
|
+
* @example
|
|
67
|
+
* API
|
|
68
|
+
*/
|
|
69
|
+
gatewayType?: string;
|
|
70
|
+
/**
|
|
71
|
+
* @remarks
|
|
72
|
+
* The ingress addresses of the instance.
|
|
61
73
|
*/
|
|
62
74
|
loadBalancers?: GetGatewayResponseBodyDataLoadBalancers[];
|
|
63
75
|
/**
|
|
64
76
|
* @remarks
|
|
65
|
-
*
|
|
77
|
+
* The instance name.
|
|
66
78
|
*
|
|
67
79
|
* @example
|
|
68
80
|
* itemcenter-gateway
|
|
@@ -70,7 +82,7 @@ export declare class GetGatewayResponseBodyData extends $dara.Model {
|
|
|
70
82
|
name?: string;
|
|
71
83
|
/**
|
|
72
84
|
* @remarks
|
|
73
|
-
*
|
|
85
|
+
* The node quantity of the instance.
|
|
74
86
|
*
|
|
75
87
|
* @example
|
|
76
88
|
* 2
|
|
@@ -78,7 +90,7 @@ export declare class GetGatewayResponseBodyData extends $dara.Model {
|
|
|
78
90
|
replicas?: string;
|
|
79
91
|
/**
|
|
80
92
|
* @remarks
|
|
81
|
-
* The
|
|
93
|
+
* The resource group ID.
|
|
82
94
|
*
|
|
83
95
|
* @example
|
|
84
96
|
* rg-aek2s3cvc4jzfxi
|
|
@@ -86,13 +98,14 @@ export declare class GetGatewayResponseBodyData extends $dara.Model {
|
|
|
86
98
|
resourceGroupId?: string;
|
|
87
99
|
/**
|
|
88
100
|
* @remarks
|
|
89
|
-
* The security group of the
|
|
101
|
+
* The security group of the instance.
|
|
90
102
|
*/
|
|
91
103
|
securityGroup?: GetGatewayResponseBodyDataSecurityGroup;
|
|
92
104
|
/**
|
|
93
105
|
* @remarks
|
|
94
|
-
*
|
|
95
|
-
*
|
|
106
|
+
* The instance specification. Valid values:
|
|
107
|
+
*
|
|
108
|
+
* * apigw.small.x1
|
|
96
109
|
*
|
|
97
110
|
* @example
|
|
98
111
|
* apigw.small.x1
|
|
@@ -100,16 +113,17 @@ export declare class GetGatewayResponseBodyData extends $dara.Model {
|
|
|
100
113
|
spec?: string;
|
|
101
114
|
/**
|
|
102
115
|
* @remarks
|
|
103
|
-
*
|
|
104
|
-
*
|
|
105
|
-
*
|
|
106
|
-
*
|
|
107
|
-
*
|
|
108
|
-
*
|
|
109
|
-
*
|
|
110
|
-
*
|
|
111
|
-
*
|
|
112
|
-
*
|
|
116
|
+
* The instance state. Valid values:
|
|
117
|
+
*
|
|
118
|
+
* * Running: The instance is running.
|
|
119
|
+
* * Creating: The instance is being created.
|
|
120
|
+
* * CreateFailed: The instance failed to be created.
|
|
121
|
+
* * Upgrading: The instance is being upgraded.
|
|
122
|
+
* * UpgradeFailed: The instance failed to be upgraded.
|
|
123
|
+
* * Restarting: The instance is being restarted.
|
|
124
|
+
* * RestartFailed: The instance failed to be restarted.
|
|
125
|
+
* * Deleting: The instance is being released.
|
|
126
|
+
* * DeleteFailed: The instance failed to be released.
|
|
113
127
|
*
|
|
114
128
|
* @example
|
|
115
129
|
* Running
|
|
@@ -122,7 +136,7 @@ export declare class GetGatewayResponseBodyData extends $dara.Model {
|
|
|
122
136
|
tags?: GetGatewayResponseBodyDataTags[];
|
|
123
137
|
/**
|
|
124
138
|
* @remarks
|
|
125
|
-
*
|
|
139
|
+
* The destination version of the instance. If the value is inconsistent with the version value, you can upgrade the instance.
|
|
126
140
|
*
|
|
127
141
|
* @example
|
|
128
142
|
* 2.0.2
|
|
@@ -130,7 +144,7 @@ export declare class GetGatewayResponseBodyData extends $dara.Model {
|
|
|
130
144
|
targetVersion?: string;
|
|
131
145
|
/**
|
|
132
146
|
* @remarks
|
|
133
|
-
*
|
|
147
|
+
* The last update timestamp. Unit: milliseconds.
|
|
134
148
|
*
|
|
135
149
|
* @example
|
|
136
150
|
* 1719386834548
|
|
@@ -138,12 +152,12 @@ export declare class GetGatewayResponseBodyData extends $dara.Model {
|
|
|
138
152
|
updateTimestamp?: number;
|
|
139
153
|
/**
|
|
140
154
|
* @remarks
|
|
141
|
-
* The
|
|
155
|
+
* The vSwitch associated with the instance.
|
|
142
156
|
*/
|
|
143
157
|
vSwitch?: GetGatewayResponseBodyDataVSwitch;
|
|
144
158
|
/**
|
|
145
159
|
* @remarks
|
|
146
|
-
*
|
|
160
|
+
* The instance version.
|
|
147
161
|
*
|
|
148
162
|
* @example
|
|
149
163
|
* 2.0.2
|
|
@@ -151,12 +165,12 @@ export declare class GetGatewayResponseBodyData extends $dara.Model {
|
|
|
151
165
|
version?: string;
|
|
152
166
|
/**
|
|
153
167
|
* @remarks
|
|
154
|
-
* The VPC
|
|
168
|
+
* The VPC associated with the instance.
|
|
155
169
|
*/
|
|
156
170
|
vpc?: GetGatewayResponseBodyDataVpc;
|
|
157
171
|
/**
|
|
158
172
|
* @remarks
|
|
159
|
-
*
|
|
173
|
+
* The list of zones associated with the instance.
|
|
160
174
|
*/
|
|
161
175
|
zones?: GetGatewayResponseBodyDataZones[];
|
|
162
176
|
static names(): {
|
|
@@ -52,6 +52,7 @@ class GetGatewayResponseBodyData extends $dara.Model {
|
|
|
52
52
|
environments: 'environments',
|
|
53
53
|
expireTimestamp: 'expireTimestamp',
|
|
54
54
|
gatewayId: 'gatewayId',
|
|
55
|
+
gatewayType: 'gatewayType',
|
|
55
56
|
loadBalancers: 'loadBalancers',
|
|
56
57
|
name: 'name',
|
|
57
58
|
replicas: 'replicas',
|
|
@@ -76,6 +77,7 @@ class GetGatewayResponseBodyData extends $dara.Model {
|
|
|
76
77
|
environments: { 'type': 'array', 'itemType': GetGatewayResponseBodyDataEnvironments_1.GetGatewayResponseBodyDataEnvironments },
|
|
77
78
|
expireTimestamp: 'number',
|
|
78
79
|
gatewayId: 'string',
|
|
80
|
+
gatewayType: 'string',
|
|
79
81
|
loadBalancers: { 'type': 'array', 'itemType': GetGatewayResponseBodyDataLoadBalancers_1.GetGatewayResponseBodyDataLoadBalancers },
|
|
80
82
|
name: 'string',
|
|
81
83
|
replicas: 'string',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GetGatewayResponseBodyData.js","sourceRoot":"","sources":["../../src/models/GetGatewayResponseBodyData.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,qGAAkG;AAClG,uGAAoG;AACpG,uGAAoG;AACpG,qFAAkF;AAClF,2FAAwF;AACxF,mFAAgF;AAChF,uFAAoF;AAGpF,MAAa,0BAA2B,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"GetGatewayResponseBodyData.js","sourceRoot":"","sources":["../../src/models/GetGatewayResponseBodyData.ts"],"names":[],"mappings":"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"}
|
|
@@ -5,12 +5,12 @@ export declare class GetGatewayResponseBodyDataEnvironments extends $dara.Model
|
|
|
5
5
|
* The environment alias.
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
8
|
-
*
|
|
8
|
+
* Default environment
|
|
9
9
|
*/
|
|
10
10
|
alias?: string;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
*
|
|
13
|
+
* The environment ID.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* env-cp9uhudlht***
|
|
@@ -18,7 +18,7 @@ export declare class GetGatewayResponseBodyDataEnvironments extends $dara.Model
|
|
|
18
18
|
environmentId?: string;
|
|
19
19
|
/**
|
|
20
20
|
* @remarks
|
|
21
|
-
* The environment name
|
|
21
|
+
* The environment name.
|
|
22
22
|
*
|
|
23
23
|
* @example
|
|
24
24
|
* default-gw-cp9ugg5***
|
|
@@ -3,7 +3,7 @@ import { GetGatewayResponseBodyDataLoadBalancersPorts } from "./GetGatewayRespon
|
|
|
3
3
|
export declare class GetGatewayResponseBodyDataLoadBalancers extends $dara.Model {
|
|
4
4
|
/**
|
|
5
5
|
* @remarks
|
|
6
|
-
* The
|
|
6
|
+
* The load balancer IP address.
|
|
7
7
|
*
|
|
8
8
|
* @example
|
|
9
9
|
* nlb-xoh3pghr***.cn-hangzhou.nlb.aliyuncs.com
|
|
@@ -11,9 +11,10 @@ export declare class GetGatewayResponseBodyDataLoadBalancers extends $dara.Model
|
|
|
11
11
|
address?: string;
|
|
12
12
|
/**
|
|
13
13
|
* @remarks
|
|
14
|
-
* The IP version of the
|
|
15
|
-
*
|
|
16
|
-
*
|
|
14
|
+
* The IP version of the address. Valid values:
|
|
15
|
+
*
|
|
16
|
+
* * ipv4
|
|
17
|
+
* * ipv6
|
|
17
18
|
*
|
|
18
19
|
* @example
|
|
19
20
|
* ipv4
|
|
@@ -21,9 +22,10 @@ export declare class GetGatewayResponseBodyDataLoadBalancers extends $dara.Model
|
|
|
21
22
|
addressIpVersion?: string;
|
|
22
23
|
/**
|
|
23
24
|
* @remarks
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
25
|
+
* The load balancer address type. Valid values:
|
|
26
|
+
*
|
|
27
|
+
* * Internet
|
|
28
|
+
* * Intranet
|
|
27
29
|
*
|
|
28
30
|
* @example
|
|
29
31
|
* Internet
|
|
@@ -31,7 +33,7 @@ export declare class GetGatewayResponseBodyDataLoadBalancers extends $dara.Model
|
|
|
31
33
|
addressType?: string;
|
|
32
34
|
/**
|
|
33
35
|
* @remarks
|
|
34
|
-
*
|
|
36
|
+
* Indicates whether the address is the default ingress address of the instance.
|
|
35
37
|
*
|
|
36
38
|
* @example
|
|
37
39
|
* true
|
|
@@ -39,7 +41,7 @@ export declare class GetGatewayResponseBodyDataLoadBalancers extends $dara.Model
|
|
|
39
41
|
gatewayDefault?: boolean;
|
|
40
42
|
/**
|
|
41
43
|
* @remarks
|
|
42
|
-
*
|
|
44
|
+
* The load balancer ID.
|
|
43
45
|
*
|
|
44
46
|
* @example
|
|
45
47
|
* nlb-xoh3pghru7c***
|
|
@@ -47,8 +49,9 @@ export declare class GetGatewayResponseBodyDataLoadBalancers extends $dara.Model
|
|
|
47
49
|
loadBalancerId?: string;
|
|
48
50
|
/**
|
|
49
51
|
* @remarks
|
|
50
|
-
* The
|
|
51
|
-
*
|
|
52
|
+
* The mode in which the load balancer is provided. Valid values:
|
|
53
|
+
*
|
|
54
|
+
* * Managed: Cloud-native API Gateway manages and provides the load balancer.
|
|
52
55
|
*
|
|
53
56
|
* @example
|
|
54
57
|
* Managed
|
|
@@ -56,14 +59,15 @@ export declare class GetGatewayResponseBodyDataLoadBalancers extends $dara.Model
|
|
|
56
59
|
mode?: string;
|
|
57
60
|
/**
|
|
58
61
|
* @remarks
|
|
59
|
-
*
|
|
62
|
+
* The list of listened ports.
|
|
60
63
|
*/
|
|
61
64
|
ports?: GetGatewayResponseBodyDataLoadBalancersPorts[];
|
|
62
65
|
/**
|
|
63
66
|
* @remarks
|
|
64
|
-
* The
|
|
65
|
-
*
|
|
66
|
-
*
|
|
67
|
+
* The load balancer status. Valid values:
|
|
68
|
+
*
|
|
69
|
+
* * Ready: The load balancer is available.
|
|
70
|
+
* * NotCreate: The load balancer is not associated with the instance.
|
|
67
71
|
*
|
|
68
72
|
* @example
|
|
69
73
|
* Ready
|
|
@@ -71,9 +75,10 @@ export declare class GetGatewayResponseBodyDataLoadBalancers extends $dara.Model
|
|
|
71
75
|
status?: string;
|
|
72
76
|
/**
|
|
73
77
|
* @remarks
|
|
74
|
-
* The type
|
|
75
|
-
*
|
|
76
|
-
*
|
|
78
|
+
* The load balancer type. Valid values:
|
|
79
|
+
*
|
|
80
|
+
* * NLB: Network Load Balancer
|
|
81
|
+
* * CLB: Classic Load Balancer
|
|
77
82
|
*
|
|
78
83
|
* @example
|
|
79
84
|
* NLB
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GetGatewayResponseBodyDataLoadBalancers.js","sourceRoot":"","sources":["../../src/models/GetGatewayResponseBodyDataLoadBalancers.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,iHAA8G;AAG9G,MAAa,uCAAwC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"GetGatewayResponseBodyDataLoadBalancers.js","sourceRoot":"","sources":["../../src/models/GetGatewayResponseBodyDataLoadBalancers.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,iHAA8G;AAG9G,MAAa,uCAAwC,SAAQ,KAAK,CAAC,KAAK;IAoFtE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,gBAAgB,EAAE,kBAAkB;YACpC,WAAW,EAAE,aAAa;YAC1B,cAAc,EAAE,gBAAgB;YAChC,cAAc,EAAE,gBAAgB;YAChC,IAAI,EAAE,MAAM;YACZ,KAAK,EAAE,OAAO;YACd,MAAM,EAAE,QAAQ;YAChB,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,QAAQ;YACjB,gBAAgB,EAAE,QAAQ;YAC1B,WAAW,EAAE,QAAQ;YACrB,cAAc,EAAE,SAAS;YACzB,cAAc,EAAE,QAAQ;YACxB,IAAI,EAAE,QAAQ;YACd,KAAK,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,2FAA4C,EAAE;YACpF,MAAM,EAAE,QAAQ;YAChB,IAAI,EAAE,QAAQ;SACf,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC;YAC7B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;QACxC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA1HD,0FA0HC"}
|
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class GetGatewayResponseBodyDataLoadBalancersPorts extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
*
|
|
5
|
+
* The port number.
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
8
8
|
* 443
|
|
@@ -10,9 +10,10 @@ export declare class GetGatewayResponseBodyDataLoadBalancersPorts extends $dara.
|
|
|
10
10
|
port?: number;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
13
|
+
* The protocol. Valid values:
|
|
14
|
+
*
|
|
15
|
+
* * TCP
|
|
16
|
+
* * UDP
|
|
16
17
|
*
|
|
17
18
|
* @example
|
|
18
19
|
* TCP
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GetGatewayResponseBodyDataLoadBalancersPorts.js","sourceRoot":"","sources":["../../src/models/GetGatewayResponseBodyDataLoadBalancersPorts.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,4CAA6C,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"GetGatewayResponseBodyDataLoadBalancersPorts.js","sourceRoot":"","sources":["../../src/models/GetGatewayResponseBodyDataLoadBalancersPorts.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,4CAA6C,SAAQ,KAAK,CAAC,KAAK;IAoB3E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,MAAM;YACZ,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,QAAQ;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAzCD,oGAyCC"}
|
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class GetGatewayResponseBodyDataSecurityGroup extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
*
|
|
5
|
+
* The security group name.
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
8
8
|
* APIG-sg-gw-cq7ke5ll***
|
|
@@ -10,7 +10,7 @@ export declare class GetGatewayResponseBodyDataSecurityGroup extends $dara.Model
|
|
|
10
10
|
name?: string;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
*
|
|
13
|
+
* The security group ID.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* sg-bp16tafq9***
|
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class GetGatewayResponseBodyDataTags extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* The tag key
|
|
5
|
+
* The tag key.
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
8
8
|
* owner
|
|
@@ -10,7 +10,7 @@ export declare class GetGatewayResponseBodyDataTags extends $dara.Model {
|
|
|
10
10
|
key?: string;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
* The tag value
|
|
13
|
+
* The tag value.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* zhangsan
|
|
@@ -2,15 +2,15 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class GetGatewayResponseBodyDataVpc extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* VPC
|
|
5
|
+
* The VPC name.
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
8
|
-
*
|
|
8
|
+
* HangzhouVPC
|
|
9
9
|
*/
|
|
10
10
|
name?: string;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
* VPC
|
|
13
|
+
* The VPC ID.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* vpc-bp1llj52lvj6xc***
|
|
@@ -2,15 +2,15 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class GetGatewayResponseBodyDataVSwitch extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
*
|
|
5
|
+
* The vSwitch name.
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
8
|
-
*
|
|
8
|
+
* HangzhouVPCvSwitch
|
|
9
9
|
*/
|
|
10
10
|
name?: string;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
*
|
|
13
|
+
* The vSwitch ID.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* vsw-bp1c7ggkj***
|
|
@@ -3,20 +3,20 @@ import { GetGatewayResponseBodyDataZonesVSwitch } from "./GetGatewayResponseBody
|
|
|
3
3
|
export declare class GetGatewayResponseBodyDataZones extends $dara.Model {
|
|
4
4
|
/**
|
|
5
5
|
* @remarks
|
|
6
|
-
*
|
|
6
|
+
* The zone name.
|
|
7
7
|
*
|
|
8
8
|
* @example
|
|
9
|
-
*
|
|
9
|
+
* HangzhouZoneE
|
|
10
10
|
*/
|
|
11
11
|
name?: string;
|
|
12
12
|
/**
|
|
13
13
|
* @remarks
|
|
14
|
-
*
|
|
14
|
+
* The vSwitch information.
|
|
15
15
|
*/
|
|
16
16
|
vSwitch?: GetGatewayResponseBodyDataZonesVSwitch;
|
|
17
17
|
/**
|
|
18
18
|
* @remarks
|
|
19
|
-
*
|
|
19
|
+
* The zone ID.
|
|
20
20
|
*
|
|
21
21
|
* @example
|
|
22
22
|
* cn-hangzhou-e
|
|
@@ -2,15 +2,15 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class GetGatewayResponseBodyDataZonesVSwitch extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
*
|
|
5
|
+
* The vSwitch name.
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
8
|
-
*
|
|
8
|
+
* HangzhouVPCvSwitch
|
|
9
9
|
*/
|
|
10
10
|
name?: string;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
*
|
|
13
|
+
* The vSwitch ID.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* vsw-bp1c7ggkj***
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class ListPluginAttachmentsRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* hr-cv2h58em1hkg7c6vt43g
|
|
6
|
+
*/
|
|
7
|
+
attachResourceId?: string;
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* GatewayRoute
|
|
11
|
+
*/
|
|
12
|
+
attachResourceType?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @example
|
|
15
|
+
* GatewayRoute
|
|
16
|
+
*/
|
|
17
|
+
attachResourceTypes?: string;
|
|
18
|
+
/**
|
|
19
|
+
* @example
|
|
20
|
+
* env-crlnqhtlhtgqflkqislg
|
|
21
|
+
*/
|
|
22
|
+
environmentId?: string;
|
|
23
|
+
/**
|
|
24
|
+
* @example
|
|
25
|
+
* gw-cr79f75lhtgme744084g
|
|
26
|
+
*/
|
|
27
|
+
gatewayId?: string;
|
|
28
|
+
/**
|
|
29
|
+
* @example
|
|
30
|
+
* 1
|
|
31
|
+
*/
|
|
32
|
+
pageNumber?: number;
|
|
33
|
+
/**
|
|
34
|
+
* @example
|
|
35
|
+
* 10
|
|
36
|
+
*/
|
|
37
|
+
pageSize?: number;
|
|
38
|
+
/**
|
|
39
|
+
* @example
|
|
40
|
+
* pl-ct8181um1hkiqns9f6e0
|
|
41
|
+
*/
|
|
42
|
+
pluginId?: string;
|
|
43
|
+
/**
|
|
44
|
+
* @example
|
|
45
|
+
* false
|
|
46
|
+
*/
|
|
47
|
+
withParentResource?: boolean;
|
|
48
|
+
static names(): {
|
|
49
|
+
[key: string]: string;
|
|
50
|
+
};
|
|
51
|
+
static types(): {
|
|
52
|
+
[key: string]: any;
|
|
53
|
+
};
|
|
54
|
+
validate(): void;
|
|
55
|
+
constructor(map?: {
|
|
56
|
+
[key: string]: any;
|
|
57
|
+
});
|
|
58
|
+
}
|