@aws-sdk/client-evs 3.1074.0 → 3.1076.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-cjs/index.js +1135 -15
- package/dist-es/models/enums.js +9 -0
- package/dist-es/schemas/schemas_0.js +5 -4
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +18 -17
- package/dist-types/commands/CreateEnvironmentConnectorCommand.d.ts +4 -4
- package/dist-types/commands/CreateEnvironmentHostCommand.d.ts +2 -2
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +3 -2
- package/dist-types/commands/DeleteEnvironmentConnectorCommand.d.ts +3 -3
- package/dist-types/commands/DeleteEnvironmentHostCommand.d.ts +1 -1
- package/dist-types/commands/GetEnvironmentCommand.d.ts +3 -2
- package/dist-types/commands/GetVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListEnvironmentConnectorsCommand.d.ts +2 -2
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEnvironmentConnectorCommand.d.ts +2 -2
- package/dist-types/models/enums.d.ts +9 -0
- package/dist-types/models/models_0.d.ts +29 -24
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +6 -5
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +7 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +7 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +7 -1
- package/package.json +8 -8
- package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
- package/dist-cjs/endpoint/bdd.js +0 -46
- package/dist-cjs/endpoint/endpointResolver.js +0 -14
- package/dist-cjs/models/EvsServiceException.js +0 -8
- package/dist-cjs/models/errors.js +0 -97
- package/dist-cjs/runtimeConfig.browser.js +0 -32
- package/dist-cjs/runtimeConfig.js +0 -45
- package/dist-cjs/runtimeConfig.native.js +0 -12
- package/dist-cjs/runtimeConfig.shared.js +0 -38
- package/dist-cjs/schemas/schemas_0.js +0 -822
|
@@ -1,822 +0,0 @@
|
|
|
1
|
-
const _AETV = "AssociateEipToVlan";
|
|
2
|
-
const _AETVR = "AssociateEipToVlanRequest";
|
|
3
|
-
const _AETVRs = "AssociateEipToVlanResponse";
|
|
4
|
-
const _C = "Check";
|
|
5
|
-
const _CC = "ConnectorCheck";
|
|
6
|
-
const _CCL = "ConnectorsChecksList";
|
|
7
|
-
const _CE = "CreateEntitlement";
|
|
8
|
-
const _CEC = "CreateEnvironmentConnector";
|
|
9
|
-
const _CECR = "CreateEnvironmentConnectorRequest";
|
|
10
|
-
const _CECRr = "CreateEnvironmentConnectorResponse";
|
|
11
|
-
const _CEH = "CreateEnvironmentHost";
|
|
12
|
-
const _CEHR = "CreateEnvironmentHostRequest";
|
|
13
|
-
const _CEHRr = "CreateEnvironmentHostResponse";
|
|
14
|
-
const _CER = "CreateEntitlementRequest";
|
|
15
|
-
const _CERr = "CreateEntitlementResponse";
|
|
16
|
-
const _CERre = "CreateEnvironmentRequest";
|
|
17
|
-
const _CERrea = "CreateEnvironmentResponse";
|
|
18
|
-
const _CEr = "CreateEnvironment";
|
|
19
|
-
const _CI = "ConnectivityInfo";
|
|
20
|
-
const _CL = "ChecksList";
|
|
21
|
-
const _CLo = "ConnectorList";
|
|
22
|
-
const _Co = "Connector";
|
|
23
|
-
const _DE = "DeleteEntitlement";
|
|
24
|
-
const _DEC = "DeleteEnvironmentConnector";
|
|
25
|
-
const _DECR = "DeleteEnvironmentConnectorRequest";
|
|
26
|
-
const _DECRe = "DeleteEnvironmentConnectorResponse";
|
|
27
|
-
const _DEFV = "DisassociateEipFromVlan";
|
|
28
|
-
const _DEFVR = "DisassociateEipFromVlanRequest";
|
|
29
|
-
const _DEFVRi = "DisassociateEipFromVlanResponse";
|
|
30
|
-
const _DEH = "DeleteEnvironmentHost";
|
|
31
|
-
const _DEHR = "DeleteEnvironmentHostRequest";
|
|
32
|
-
const _DEHRe = "DeleteEnvironmentHostResponse";
|
|
33
|
-
const _DER = "DeleteEntitlementRequest";
|
|
34
|
-
const _DERe = "DeleteEntitlementResponse";
|
|
35
|
-
const _DERel = "DeleteEnvironmentRequest";
|
|
36
|
-
const _DERele = "DeleteEnvironmentResponse";
|
|
37
|
-
const _DEe = "DeleteEnvironment";
|
|
38
|
-
const _E = "Environment";
|
|
39
|
-
const _EA = "EipAssociation";
|
|
40
|
-
const _EAL = "EipAssociationList";
|
|
41
|
-
const _ED = "ErrorDetail";
|
|
42
|
-
const _ES = "EnvironmentSummary";
|
|
43
|
-
const _ESL = "EnvironmentSummaryList";
|
|
44
|
-
const _GDU = "GetDepotUrl";
|
|
45
|
-
const _GDUR = "GetDepotUrlRequest";
|
|
46
|
-
const _GDURe = "GetDepotUrlResponse";
|
|
47
|
-
const _GE = "GetEnvironment";
|
|
48
|
-
const _GER = "GetEnvironmentRequest";
|
|
49
|
-
const _GERe = "GetEnvironmentResponse";
|
|
50
|
-
const _GV = "GetVersions";
|
|
51
|
-
const _GVR = "GetVersionsRequest";
|
|
52
|
-
const _GVRe = "GetVersionsResponse";
|
|
53
|
-
const _H = "Host";
|
|
54
|
-
const _HIFC = "HostInfoForCreate";
|
|
55
|
-
const _HIFCL = "HostInfoForCreateList";
|
|
56
|
-
const _HL = "HostList";
|
|
57
|
-
const _ISE = "InternalServerException";
|
|
58
|
-
const _ITEVI = "InstanceTypeEsxVersionsInfo";
|
|
59
|
-
const _ITEVL = "InstanceTypeEsxVersionsList";
|
|
60
|
-
const _IV = "InitialVlans";
|
|
61
|
-
const _IVI = "InitialVlanInfo";
|
|
62
|
-
const _LE = "ListEnvironments";
|
|
63
|
-
const _LEC = "ListEnvironmentConnectors";
|
|
64
|
-
const _LECR = "ListEnvironmentConnectorsRequest";
|
|
65
|
-
const _LECRi = "ListEnvironmentConnectorsResponse";
|
|
66
|
-
const _LEH = "ListEnvironmentHosts";
|
|
67
|
-
const _LEHR = "ListEnvironmentHostsRequest";
|
|
68
|
-
const _LEHRi = "ListEnvironmentHostsResponse";
|
|
69
|
-
const _LER = "ListEnvironmentsRequest";
|
|
70
|
-
const _LERi = "ListEnvironmentsResponse";
|
|
71
|
-
const _LEV = "ListEnvironmentVlans";
|
|
72
|
-
const _LEVR = "ListEnvironmentVlansRequest";
|
|
73
|
-
const _LEVRi = "ListEnvironmentVlansResponse";
|
|
74
|
-
const _LI = "LicenseInfo";
|
|
75
|
-
const _LIL = "LicenseInfoList";
|
|
76
|
-
const _LTFR = "ListTagsForResource";
|
|
77
|
-
const _LTFRR = "ListTagsForResourceRequest";
|
|
78
|
-
const _LTFRRi = "ListTagsForResourceResponse";
|
|
79
|
-
const _LVE = "ListVmEntitlements";
|
|
80
|
-
const _LVER = "ListVmEntitlementsRequest";
|
|
81
|
-
const _LVERi = "ListVmEntitlementsResponse";
|
|
82
|
-
const _NI = "NetworkInterface";
|
|
83
|
-
const _NIL = "NetworkInterfaceList";
|
|
84
|
-
const _RA = "Retry-After";
|
|
85
|
-
const _RNFE = "ResourceNotFoundException";
|
|
86
|
-
const _S = "Secret";
|
|
87
|
-
const _SASG = "ServiceAccessSecurityGroups";
|
|
88
|
-
const _SK = "SolutionKey";
|
|
89
|
-
const _SL = "SecretList";
|
|
90
|
-
const _SQEE = "ServiceQuotaExceededException";
|
|
91
|
-
const _TE = "ThrottlingException";
|
|
92
|
-
const _TMTE = "TooManyTagsException";
|
|
93
|
-
const _TPE = "TagPolicyException";
|
|
94
|
-
const _TR = "TagResource";
|
|
95
|
-
const _TRR = "TagResourceRequest";
|
|
96
|
-
const _TRRa = "TagResourceResponse";
|
|
97
|
-
const _UEC = "UpdateEnvironmentConnector";
|
|
98
|
-
const _UECR = "UpdateEnvironmentConnectorRequest";
|
|
99
|
-
const _UECRp = "UpdateEnvironmentConnectorResponse";
|
|
100
|
-
const _UR = "UntagResource";
|
|
101
|
-
const _URR = "UntagResourceRequest";
|
|
102
|
-
const _URRn = "UntagResourceResponse";
|
|
103
|
-
const _V = "Vlan";
|
|
104
|
-
const _VE = "ValidationException";
|
|
105
|
-
const _VEF = "ValidationExceptionField";
|
|
106
|
-
const _VEFL = "ValidationExceptionFieldList";
|
|
107
|
-
const _VEL = "VmEntitlementList";
|
|
108
|
-
const _VEm = "VmEntitlement";
|
|
109
|
-
const _VH = "VcfHostnames";
|
|
110
|
-
const _VL = "VlanList";
|
|
111
|
-
const _VSLK = "VSanLicenseKey";
|
|
112
|
-
const _VVI = "VcfVersionInfo";
|
|
113
|
-
const _VVL = "VcfVersionList";
|
|
114
|
-
const _aF = "applianceFqdn";
|
|
115
|
-
const _aI = "allocationId";
|
|
116
|
-
const _aIs = "associationId";
|
|
117
|
-
const _aZ = "availabilityZone";
|
|
118
|
-
const _c = "client";
|
|
119
|
-
const _cA = "createdAt";
|
|
120
|
-
const _cB = "cloudBuilder";
|
|
121
|
-
const _cI = "connectorId";
|
|
122
|
-
const _cIo = "connectivityInfo";
|
|
123
|
-
const _cT = "clientToken";
|
|
124
|
-
const _ch = "checks";
|
|
125
|
-
const _ci = "cidr";
|
|
126
|
-
const _co = "connector";
|
|
127
|
-
const _con = "connectors";
|
|
128
|
-
const _cr = "credentials";
|
|
129
|
-
const _dEV = "defaultEsxVersion";
|
|
130
|
-
const _dHI = "dedicatedHostId";
|
|
131
|
-
const _dU = "depotUrl";
|
|
132
|
-
const _e = "error";
|
|
133
|
-
const _eA = "environmentArn";
|
|
134
|
-
const _eAi = "eipAssociations";
|
|
135
|
-
const _eC = "errorCode";
|
|
136
|
-
const _eD = "errorDetail";
|
|
137
|
-
const _eH = "environmentHosts";
|
|
138
|
-
const _eI = "environmentId";
|
|
139
|
-
const _eII = "ec2InstanceId";
|
|
140
|
-
const _eM = "errorMessage";
|
|
141
|
-
const _eN = "environmentName";
|
|
142
|
-
const _eS = "environmentSummary";
|
|
143
|
-
const _eSn = "environmentState";
|
|
144
|
-
const _eSnv = "environmentStatus";
|
|
145
|
-
const _eSnvi = "environmentSummaries";
|
|
146
|
-
const _eT = "entitlementType";
|
|
147
|
-
const _eV = "esxVersion";
|
|
148
|
-
const _eVT = "edgeVTep";
|
|
149
|
-
const _eVn = "environmentVlans";
|
|
150
|
-
const _eVs = "esxVersions";
|
|
151
|
-
const _eVx = "expansionVlan1";
|
|
152
|
-
const _eVxp = "expansionVlan2";
|
|
153
|
-
const _en = "entitlements";
|
|
154
|
-
const _env = "environment";
|
|
155
|
-
const _fL = "fieldList";
|
|
156
|
-
const _fN = "functionName";
|
|
157
|
-
const _h = "host";
|
|
158
|
-
const _hE = "httpError";
|
|
159
|
-
const _hH = "httpHeader";
|
|
160
|
-
const _hN = "hostName";
|
|
161
|
-
const _hNAI = "hcxNetworkAclId";
|
|
162
|
-
const _hQ = "httpQuery";
|
|
163
|
-
const _hS = "hostState";
|
|
164
|
-
const _hc = "hcx";
|
|
165
|
-
const _ho = "hosts";
|
|
166
|
-
const _iA = "ipAddress";
|
|
167
|
-
const _iHP = "isHcxPublic";
|
|
168
|
-
const _iP = "isPublic";
|
|
169
|
-
const _iS = "impairedSince";
|
|
170
|
-
const _iT = "instanceType";
|
|
171
|
-
const _iTEV = "instanceTypeEsxVersions";
|
|
172
|
-
const _iTn = "instanceTypes";
|
|
173
|
-
const _iV = "initialVlans";
|
|
174
|
-
const _kKI = "kmsKeyId";
|
|
175
|
-
const _kN = "keyName";
|
|
176
|
-
const _lCA = "lastCheckAttempt";
|
|
177
|
-
const _lI = "licenseInfo";
|
|
178
|
-
const _lSA = "lastSyncedAt";
|
|
179
|
-
const _m = "message";
|
|
180
|
-
const _mA = "modifiedAt";
|
|
181
|
-
const _mR = "maxResults";
|
|
182
|
-
const _n = "name";
|
|
183
|
-
const _nAI = "networkAclId";
|
|
184
|
-
const _nE = "nsxEdge1";
|
|
185
|
-
const _nEs = "nsxEdge2";
|
|
186
|
-
const _nI = "networkInterfaces";
|
|
187
|
-
const _nII = "networkInterfaceId";
|
|
188
|
-
const _nM = "nsxManager1";
|
|
189
|
-
const _nMs = "nsxManager2";
|
|
190
|
-
const _nMsx = "nsxManager3";
|
|
191
|
-
const _nT = "nextToken";
|
|
192
|
-
const _nU = "nsxUplink";
|
|
193
|
-
const _ns = "nsx";
|
|
194
|
-
const _pGI = "placementGroupId";
|
|
195
|
-
const _pRSP = "privateRouteServerPeerings";
|
|
196
|
-
const _r = "reason";
|
|
197
|
-
const _rA = "resourceArn";
|
|
198
|
-
const _rAS = "retryAfterSeconds";
|
|
199
|
-
const _rI = "resourceId";
|
|
200
|
-
const _rT = "resourceType";
|
|
201
|
-
const _re = "result";
|
|
202
|
-
const _ro = "rotate";
|
|
203
|
-
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.evs";
|
|
204
|
-
const _sA = "secretArn";
|
|
205
|
-
const _sASG = "serviceAccessSecurityGroups";
|
|
206
|
-
const _sASI = "serviceAccessSubnetId";
|
|
207
|
-
const _sAt = "startedAt";
|
|
208
|
-
const _sAto = "stoppedAt";
|
|
209
|
-
const _sD = "stateDetails";
|
|
210
|
-
const _sG = "securityGroups";
|
|
211
|
-
const _sI = "secretIdentifier";
|
|
212
|
-
const _sIi = "siteId";
|
|
213
|
-
const _sIu = "subnetId";
|
|
214
|
-
const _sK = "solutionKey";
|
|
215
|
-
const _sM = "sddcManager";
|
|
216
|
-
const _se = "server";
|
|
217
|
-
const _st = "state";
|
|
218
|
-
const _sta = "status";
|
|
219
|
-
const _t = "type";
|
|
220
|
-
const _tA = "termsAccepted";
|
|
221
|
-
const _tK = "tagKeys";
|
|
222
|
-
const _ta = "tags";
|
|
223
|
-
const _to = "token";
|
|
224
|
-
const _v = "vlan";
|
|
225
|
-
const _vC = "vCenter";
|
|
226
|
-
const _vH = "vcfHostnames";
|
|
227
|
-
const _vI = "vmIds";
|
|
228
|
-
const _vIl = "vlanId";
|
|
229
|
-
const _vIm = "vmId";
|
|
230
|
-
const _vIp = "vpcId";
|
|
231
|
-
const _vK = "vsanKey";
|
|
232
|
-
const _vM = "vmkManagement";
|
|
233
|
-
const _vMm = "vmManagement";
|
|
234
|
-
const _vMo = "vMotion";
|
|
235
|
-
const _vN = "vlanName";
|
|
236
|
-
const _vNm = "vmName";
|
|
237
|
-
const _vS = "vSan";
|
|
238
|
-
const _vSl = "vlanState";
|
|
239
|
-
const _vT = "vTep";
|
|
240
|
-
const _vV = "vcfVersion";
|
|
241
|
-
const _vVc = "vcfVersions";
|
|
242
|
-
const n0 = "com.amazonaws.evs";
|
|
243
|
-
const { TypeRegistry } = require("@smithy/core/schema");
|
|
244
|
-
const { InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, TagPolicyException, ThrottlingException, TooManyTagsException, ValidationException } = require("../models/errors");
|
|
245
|
-
const { EvsServiceException } = require("../models/EvsServiceException");
|
|
246
|
-
const _s_registry = TypeRegistry.for(_s);
|
|
247
|
-
const EvsServiceException$ = [-3, _s, "EvsServiceException", 0, [], []];
|
|
248
|
-
exports.EvsServiceException$ = EvsServiceException$;
|
|
249
|
-
_s_registry.registerError(EvsServiceException$, EvsServiceException);
|
|
250
|
-
const n0_registry = TypeRegistry.for(n0);
|
|
251
|
-
const InternalServerException$ = [-3, n0, _ISE,
|
|
252
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
253
|
-
[_m],
|
|
254
|
-
[0], 1
|
|
255
|
-
];
|
|
256
|
-
exports.InternalServerException$ = InternalServerException$;
|
|
257
|
-
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
258
|
-
const ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
259
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
260
|
-
[_m, _rI, _rT],
|
|
261
|
-
[0, 0, 0], 3
|
|
262
|
-
];
|
|
263
|
-
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
264
|
-
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
265
|
-
const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
266
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
267
|
-
[_m],
|
|
268
|
-
[0], 1
|
|
269
|
-
];
|
|
270
|
-
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
271
|
-
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
272
|
-
const TagPolicyException$ = [-3, n0, _TPE,
|
|
273
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
274
|
-
[_m],
|
|
275
|
-
[0], 1
|
|
276
|
-
];
|
|
277
|
-
exports.TagPolicyException$ = TagPolicyException$;
|
|
278
|
-
n0_registry.registerError(TagPolicyException$, TagPolicyException);
|
|
279
|
-
const ThrottlingException$ = [-3, n0, _TE,
|
|
280
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
281
|
-
[_m, _rAS],
|
|
282
|
-
[0, [1, { [_hH]: _RA }]], 1
|
|
283
|
-
];
|
|
284
|
-
exports.ThrottlingException$ = ThrottlingException$;
|
|
285
|
-
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
286
|
-
const TooManyTagsException$ = [-3, n0, _TMTE,
|
|
287
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
288
|
-
[_m],
|
|
289
|
-
[0], 1
|
|
290
|
-
];
|
|
291
|
-
exports.TooManyTagsException$ = TooManyTagsException$;
|
|
292
|
-
n0_registry.registerError(TooManyTagsException$, TooManyTagsException);
|
|
293
|
-
const ValidationException$ = [-3, n0, _VE,
|
|
294
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
295
|
-
[_m, _r, _fL],
|
|
296
|
-
[0, 0, () => ValidationExceptionFieldList], 2
|
|
297
|
-
];
|
|
298
|
-
exports.ValidationException$ = ValidationException$;
|
|
299
|
-
n0_registry.registerError(ValidationException$, ValidationException);
|
|
300
|
-
exports.errorTypeRegistries = [
|
|
301
|
-
_s_registry,
|
|
302
|
-
n0_registry,
|
|
303
|
-
];
|
|
304
|
-
var SolutionKey = [0, n0, _SK, 8, 0];
|
|
305
|
-
var VSanLicenseKey = [0, n0, _VSLK, 8, 0];
|
|
306
|
-
const AssociateEipToVlanRequest$ = [3, n0, _AETVR,
|
|
307
|
-
0,
|
|
308
|
-
[_eI, _vN, _aI, _cT],
|
|
309
|
-
[0, 0, 0, [0, 4]], 3
|
|
310
|
-
];
|
|
311
|
-
exports.AssociateEipToVlanRequest$ = AssociateEipToVlanRequest$;
|
|
312
|
-
const AssociateEipToVlanResponse$ = [3, n0, _AETVRs,
|
|
313
|
-
0,
|
|
314
|
-
[_v],
|
|
315
|
-
[() => Vlan$]
|
|
316
|
-
];
|
|
317
|
-
exports.AssociateEipToVlanResponse$ = AssociateEipToVlanResponse$;
|
|
318
|
-
const Check$ = [3, n0, _C,
|
|
319
|
-
0,
|
|
320
|
-
[_t, _re, _iS],
|
|
321
|
-
[0, 0, 4]
|
|
322
|
-
];
|
|
323
|
-
exports.Check$ = Check$;
|
|
324
|
-
const ConnectivityInfo$ = [3, n0, _CI,
|
|
325
|
-
0,
|
|
326
|
-
[_pRSP],
|
|
327
|
-
[64 | 0], 1
|
|
328
|
-
];
|
|
329
|
-
exports.ConnectivityInfo$ = ConnectivityInfo$;
|
|
330
|
-
const Connector$ = [3, n0, _Co,
|
|
331
|
-
0,
|
|
332
|
-
[_eI, _cI, _t, _aF, _sA, _st, _sD, _sta, _ch, _cA, _mA],
|
|
333
|
-
[0, 0, 0, 0, 0, 0, 0, 0, () => ConnectorsChecksList, 4, 4]
|
|
334
|
-
];
|
|
335
|
-
exports.Connector$ = Connector$;
|
|
336
|
-
const ConnectorCheck$ = [3, n0, _CC,
|
|
337
|
-
0,
|
|
338
|
-
[_t, _re, _lCA, _iS],
|
|
339
|
-
[0, 0, 4, 4]
|
|
340
|
-
];
|
|
341
|
-
exports.ConnectorCheck$ = ConnectorCheck$;
|
|
342
|
-
const CreateEntitlementRequest$ = [3, n0, _CER,
|
|
343
|
-
0,
|
|
344
|
-
[_eI, _cI, _eT, _vI, _cT],
|
|
345
|
-
[0, 0, 0, 64 | 0, [0, 4]], 4
|
|
346
|
-
];
|
|
347
|
-
exports.CreateEntitlementRequest$ = CreateEntitlementRequest$;
|
|
348
|
-
const CreateEntitlementResponse$ = [3, n0, _CERr,
|
|
349
|
-
0,
|
|
350
|
-
[_en],
|
|
351
|
-
[() => VmEntitlementList]
|
|
352
|
-
];
|
|
353
|
-
exports.CreateEntitlementResponse$ = CreateEntitlementResponse$;
|
|
354
|
-
const CreateEnvironmentConnectorRequest$ = [3, n0, _CECR,
|
|
355
|
-
0,
|
|
356
|
-
[_eI, _t, _aF, _sI, _cT],
|
|
357
|
-
[[0, 1], 0, 0, 0, [0, 4]], 4
|
|
358
|
-
];
|
|
359
|
-
exports.CreateEnvironmentConnectorRequest$ = CreateEnvironmentConnectorRequest$;
|
|
360
|
-
const CreateEnvironmentConnectorResponse$ = [3, n0, _CECRr,
|
|
361
|
-
0,
|
|
362
|
-
[_co],
|
|
363
|
-
[() => Connector$]
|
|
364
|
-
];
|
|
365
|
-
exports.CreateEnvironmentConnectorResponse$ = CreateEnvironmentConnectorResponse$;
|
|
366
|
-
const CreateEnvironmentHostRequest$ = [3, n0, _CEHR,
|
|
367
|
-
0,
|
|
368
|
-
[_eI, _h, _cT, _eV],
|
|
369
|
-
[0, () => HostInfoForCreate$, [0, 4], 0], 2
|
|
370
|
-
];
|
|
371
|
-
exports.CreateEnvironmentHostRequest$ = CreateEnvironmentHostRequest$;
|
|
372
|
-
const CreateEnvironmentHostResponse$ = [3, n0, _CEHRr,
|
|
373
|
-
0,
|
|
374
|
-
[_eS, _h],
|
|
375
|
-
[() => EnvironmentSummary$, () => Host$]
|
|
376
|
-
];
|
|
377
|
-
exports.CreateEnvironmentHostResponse$ = CreateEnvironmentHostResponse$;
|
|
378
|
-
const CreateEnvironmentRequest$ = [3, n0, _CERre,
|
|
379
|
-
0,
|
|
380
|
-
[_vIp, _sASI, _vV, _tA, _lI, _iV, _ho, _cIo, _vH, _sIi, _cT, _eN, _kKI, _ta, _sASG],
|
|
381
|
-
[0, 0, 0, 2, [() => LicenseInfoList, 0], () => InitialVlans$, () => HostInfoForCreateList, () => ConnectivityInfo$, () => VcfHostnames$, 0, [0, 4], 0, 0, 128 | 0, () => ServiceAccessSecurityGroups$], 10
|
|
382
|
-
];
|
|
383
|
-
exports.CreateEnvironmentRequest$ = CreateEnvironmentRequest$;
|
|
384
|
-
const CreateEnvironmentResponse$ = [3, n0, _CERrea,
|
|
385
|
-
0,
|
|
386
|
-
[_env],
|
|
387
|
-
[[() => Environment$, 0]]
|
|
388
|
-
];
|
|
389
|
-
exports.CreateEnvironmentResponse$ = CreateEnvironmentResponse$;
|
|
390
|
-
const DeleteEntitlementRequest$ = [3, n0, _DER,
|
|
391
|
-
0,
|
|
392
|
-
[_eI, _cI, _eT, _vI, _cT],
|
|
393
|
-
[0, 0, 0, 64 | 0, [0, 4]], 4
|
|
394
|
-
];
|
|
395
|
-
exports.DeleteEntitlementRequest$ = DeleteEntitlementRequest$;
|
|
396
|
-
const DeleteEntitlementResponse$ = [3, n0, _DERe,
|
|
397
|
-
0,
|
|
398
|
-
[_en],
|
|
399
|
-
[() => VmEntitlementList]
|
|
400
|
-
];
|
|
401
|
-
exports.DeleteEntitlementResponse$ = DeleteEntitlementResponse$;
|
|
402
|
-
const DeleteEnvironmentConnectorRequest$ = [3, n0, _DECR,
|
|
403
|
-
0,
|
|
404
|
-
[_eI, _cI, _cT],
|
|
405
|
-
[[0, 1], [0, 1], [0, 4]], 2
|
|
406
|
-
];
|
|
407
|
-
exports.DeleteEnvironmentConnectorRequest$ = DeleteEnvironmentConnectorRequest$;
|
|
408
|
-
const DeleteEnvironmentConnectorResponse$ = [3, n0, _DECRe,
|
|
409
|
-
0,
|
|
410
|
-
[_co, _eS],
|
|
411
|
-
[() => Connector$, () => EnvironmentSummary$]
|
|
412
|
-
];
|
|
413
|
-
exports.DeleteEnvironmentConnectorResponse$ = DeleteEnvironmentConnectorResponse$;
|
|
414
|
-
const DeleteEnvironmentHostRequest$ = [3, n0, _DEHR,
|
|
415
|
-
0,
|
|
416
|
-
[_eI, _hN, _cT],
|
|
417
|
-
[0, 0, [0, 4]], 2
|
|
418
|
-
];
|
|
419
|
-
exports.DeleteEnvironmentHostRequest$ = DeleteEnvironmentHostRequest$;
|
|
420
|
-
const DeleteEnvironmentHostResponse$ = [3, n0, _DEHRe,
|
|
421
|
-
0,
|
|
422
|
-
[_eS, _h],
|
|
423
|
-
[() => EnvironmentSummary$, () => Host$]
|
|
424
|
-
];
|
|
425
|
-
exports.DeleteEnvironmentHostResponse$ = DeleteEnvironmentHostResponse$;
|
|
426
|
-
const DeleteEnvironmentRequest$ = [3, n0, _DERel,
|
|
427
|
-
0,
|
|
428
|
-
[_eI, _cT],
|
|
429
|
-
[[0, 1], [0, 4]], 1
|
|
430
|
-
];
|
|
431
|
-
exports.DeleteEnvironmentRequest$ = DeleteEnvironmentRequest$;
|
|
432
|
-
const DeleteEnvironmentResponse$ = [3, n0, _DERele,
|
|
433
|
-
0,
|
|
434
|
-
[_env],
|
|
435
|
-
[[() => Environment$, 0]]
|
|
436
|
-
];
|
|
437
|
-
exports.DeleteEnvironmentResponse$ = DeleteEnvironmentResponse$;
|
|
438
|
-
const DisassociateEipFromVlanRequest$ = [3, n0, _DEFVR,
|
|
439
|
-
0,
|
|
440
|
-
[_eI, _vN, _aIs, _cT],
|
|
441
|
-
[0, 0, 0, [0, 4]], 3
|
|
442
|
-
];
|
|
443
|
-
exports.DisassociateEipFromVlanRequest$ = DisassociateEipFromVlanRequest$;
|
|
444
|
-
const DisassociateEipFromVlanResponse$ = [3, n0, _DEFVRi,
|
|
445
|
-
0,
|
|
446
|
-
[_v],
|
|
447
|
-
[() => Vlan$]
|
|
448
|
-
];
|
|
449
|
-
exports.DisassociateEipFromVlanResponse$ = DisassociateEipFromVlanResponse$;
|
|
450
|
-
const EipAssociation$ = [3, n0, _EA,
|
|
451
|
-
0,
|
|
452
|
-
[_aIs, _aI, _iA],
|
|
453
|
-
[0, 0, 0]
|
|
454
|
-
];
|
|
455
|
-
exports.EipAssociation$ = EipAssociation$;
|
|
456
|
-
const Environment$ = [3, n0, _E,
|
|
457
|
-
0,
|
|
458
|
-
[_eI, _eSn, _sD, _cA, _mA, _eA, _eN, _vIp, _sASI, _vV, _tA, _lI, _sIi, _eSnv, _ch, _cIo, _vH, _kKI, _sASG, _cr],
|
|
459
|
-
[0, 0, 0, 4, 4, 0, 0, 0, 0, 0, 2, [() => LicenseInfoList, 0], 0, 0, () => ChecksList, () => ConnectivityInfo$, () => VcfHostnames$, 0, () => ServiceAccessSecurityGroups$, () => SecretList]
|
|
460
|
-
];
|
|
461
|
-
exports.Environment$ = Environment$;
|
|
462
|
-
const EnvironmentSummary$ = [3, n0, _ES,
|
|
463
|
-
0,
|
|
464
|
-
[_eI, _eN, _vV, _eSnv, _eSn, _cA, _mA, _eA],
|
|
465
|
-
[0, 0, 0, 0, 0, 4, 4, 0]
|
|
466
|
-
];
|
|
467
|
-
exports.EnvironmentSummary$ = EnvironmentSummary$;
|
|
468
|
-
const ErrorDetail$ = [3, n0, _ED,
|
|
469
|
-
0,
|
|
470
|
-
[_eC, _eM],
|
|
471
|
-
[0, 0], 2
|
|
472
|
-
];
|
|
473
|
-
exports.ErrorDetail$ = ErrorDetail$;
|
|
474
|
-
const GetDepotUrlRequest$ = [3, n0, _GDUR,
|
|
475
|
-
0,
|
|
476
|
-
[_eI, _ro],
|
|
477
|
-
[[0, 1], 2], 1
|
|
478
|
-
];
|
|
479
|
-
exports.GetDepotUrlRequest$ = GetDepotUrlRequest$;
|
|
480
|
-
const GetDepotUrlResponse$ = [3, n0, _GDURe,
|
|
481
|
-
0,
|
|
482
|
-
[_dU, _to],
|
|
483
|
-
[0, 0], 2
|
|
484
|
-
];
|
|
485
|
-
exports.GetDepotUrlResponse$ = GetDepotUrlResponse$;
|
|
486
|
-
const GetEnvironmentRequest$ = [3, n0, _GER,
|
|
487
|
-
0,
|
|
488
|
-
[_eI],
|
|
489
|
-
[[0, 1]], 1
|
|
490
|
-
];
|
|
491
|
-
exports.GetEnvironmentRequest$ = GetEnvironmentRequest$;
|
|
492
|
-
const GetEnvironmentResponse$ = [3, n0, _GERe,
|
|
493
|
-
0,
|
|
494
|
-
[_env],
|
|
495
|
-
[[() => Environment$, 0]]
|
|
496
|
-
];
|
|
497
|
-
exports.GetEnvironmentResponse$ = GetEnvironmentResponse$;
|
|
498
|
-
const GetVersionsRequest$ = [3, n0, _GVR,
|
|
499
|
-
0,
|
|
500
|
-
[],
|
|
501
|
-
[]
|
|
502
|
-
];
|
|
503
|
-
exports.GetVersionsRequest$ = GetVersionsRequest$;
|
|
504
|
-
const GetVersionsResponse$ = [3, n0, _GVRe,
|
|
505
|
-
0,
|
|
506
|
-
[_vVc, _iTEV],
|
|
507
|
-
[() => VcfVersionList, () => InstanceTypeEsxVersionsList], 2
|
|
508
|
-
];
|
|
509
|
-
exports.GetVersionsResponse$ = GetVersionsResponse$;
|
|
510
|
-
const Host$ = [3, n0, _H,
|
|
511
|
-
0,
|
|
512
|
-
[_hN, _iA, _kN, _iT, _pGI, _dHI, _cA, _mA, _hS, _sD, _eII, _nI],
|
|
513
|
-
[0, 0, 0, 0, 0, 0, 4, 4, 0, 0, 0, () => NetworkInterfaceList]
|
|
514
|
-
];
|
|
515
|
-
exports.Host$ = Host$;
|
|
516
|
-
const HostInfoForCreate$ = [3, n0, _HIFC,
|
|
517
|
-
0,
|
|
518
|
-
[_hN, _kN, _iT, _pGI, _dHI],
|
|
519
|
-
[0, 0, 0, 0, 0], 3
|
|
520
|
-
];
|
|
521
|
-
exports.HostInfoForCreate$ = HostInfoForCreate$;
|
|
522
|
-
const InitialVlanInfo$ = [3, n0, _IVI,
|
|
523
|
-
0,
|
|
524
|
-
[_ci],
|
|
525
|
-
[0], 1
|
|
526
|
-
];
|
|
527
|
-
exports.InitialVlanInfo$ = InitialVlanInfo$;
|
|
528
|
-
const InitialVlans$ = [3, n0, _IV,
|
|
529
|
-
0,
|
|
530
|
-
[_vM, _vMm, _vMo, _vS, _vT, _eVT, _nU, _hc, _eVx, _eVxp, _iHP, _hNAI],
|
|
531
|
-
[() => InitialVlanInfo$, () => InitialVlanInfo$, () => InitialVlanInfo$, () => InitialVlanInfo$, () => InitialVlanInfo$, () => InitialVlanInfo$, () => InitialVlanInfo$, () => InitialVlanInfo$, () => InitialVlanInfo$, () => InitialVlanInfo$, 2, 0], 10
|
|
532
|
-
];
|
|
533
|
-
exports.InitialVlans$ = InitialVlans$;
|
|
534
|
-
const InstanceTypeEsxVersionsInfo$ = [3, n0, _ITEVI,
|
|
535
|
-
0,
|
|
536
|
-
[_iT, _eVs],
|
|
537
|
-
[0, 64 | 0], 2
|
|
538
|
-
];
|
|
539
|
-
exports.InstanceTypeEsxVersionsInfo$ = InstanceTypeEsxVersionsInfo$;
|
|
540
|
-
const LicenseInfo$ = [3, n0, _LI,
|
|
541
|
-
0,
|
|
542
|
-
[_sK, _vK],
|
|
543
|
-
[[() => SolutionKey, 0], [() => VSanLicenseKey, 0]], 2
|
|
544
|
-
];
|
|
545
|
-
exports.LicenseInfo$ = LicenseInfo$;
|
|
546
|
-
const ListEnvironmentConnectorsRequest$ = [3, n0, _LECR,
|
|
547
|
-
0,
|
|
548
|
-
[_eI, _nT, _mR],
|
|
549
|
-
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
550
|
-
];
|
|
551
|
-
exports.ListEnvironmentConnectorsRequest$ = ListEnvironmentConnectorsRequest$;
|
|
552
|
-
const ListEnvironmentConnectorsResponse$ = [3, n0, _LECRi,
|
|
553
|
-
0,
|
|
554
|
-
[_nT, _con],
|
|
555
|
-
[0, () => ConnectorList]
|
|
556
|
-
];
|
|
557
|
-
exports.ListEnvironmentConnectorsResponse$ = ListEnvironmentConnectorsResponse$;
|
|
558
|
-
const ListEnvironmentHostsRequest$ = [3, n0, _LEHR,
|
|
559
|
-
0,
|
|
560
|
-
[_eI, _nT, _mR],
|
|
561
|
-
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
562
|
-
];
|
|
563
|
-
exports.ListEnvironmentHostsRequest$ = ListEnvironmentHostsRequest$;
|
|
564
|
-
const ListEnvironmentHostsResponse$ = [3, n0, _LEHRi,
|
|
565
|
-
0,
|
|
566
|
-
[_nT, _eH],
|
|
567
|
-
[0, () => HostList]
|
|
568
|
-
];
|
|
569
|
-
exports.ListEnvironmentHostsResponse$ = ListEnvironmentHostsResponse$;
|
|
570
|
-
const ListEnvironmentsRequest$ = [3, n0, _LER,
|
|
571
|
-
0,
|
|
572
|
-
[_nT, _mR, _st],
|
|
573
|
-
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [64 | 0, { [_hQ]: _st }]]
|
|
574
|
-
];
|
|
575
|
-
exports.ListEnvironmentsRequest$ = ListEnvironmentsRequest$;
|
|
576
|
-
const ListEnvironmentsResponse$ = [3, n0, _LERi,
|
|
577
|
-
0,
|
|
578
|
-
[_nT, _eSnvi],
|
|
579
|
-
[0, () => EnvironmentSummaryList]
|
|
580
|
-
];
|
|
581
|
-
exports.ListEnvironmentsResponse$ = ListEnvironmentsResponse$;
|
|
582
|
-
const ListEnvironmentVlansRequest$ = [3, n0, _LEVR,
|
|
583
|
-
0,
|
|
584
|
-
[_eI, _nT, _mR],
|
|
585
|
-
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
586
|
-
];
|
|
587
|
-
exports.ListEnvironmentVlansRequest$ = ListEnvironmentVlansRequest$;
|
|
588
|
-
const ListEnvironmentVlansResponse$ = [3, n0, _LEVRi,
|
|
589
|
-
0,
|
|
590
|
-
[_nT, _eVn],
|
|
591
|
-
[0, () => VlanList]
|
|
592
|
-
];
|
|
593
|
-
exports.ListEnvironmentVlansResponse$ = ListEnvironmentVlansResponse$;
|
|
594
|
-
const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
595
|
-
0,
|
|
596
|
-
[_rA],
|
|
597
|
-
[0], 1
|
|
598
|
-
];
|
|
599
|
-
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
600
|
-
const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
601
|
-
0,
|
|
602
|
-
[_ta],
|
|
603
|
-
[128 | 0]
|
|
604
|
-
];
|
|
605
|
-
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
606
|
-
const ListVmEntitlementsRequest$ = [3, n0, _LVER,
|
|
607
|
-
0,
|
|
608
|
-
[_eI, _cI, _eT, _nT, _mR],
|
|
609
|
-
[0, 0, 0, [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 3
|
|
610
|
-
];
|
|
611
|
-
exports.ListVmEntitlementsRequest$ = ListVmEntitlementsRequest$;
|
|
612
|
-
const ListVmEntitlementsResponse$ = [3, n0, _LVERi,
|
|
613
|
-
0,
|
|
614
|
-
[_nT, _en],
|
|
615
|
-
[0, () => VmEntitlementList]
|
|
616
|
-
];
|
|
617
|
-
exports.ListVmEntitlementsResponse$ = ListVmEntitlementsResponse$;
|
|
618
|
-
const NetworkInterface$ = [3, n0, _NI,
|
|
619
|
-
0,
|
|
620
|
-
[_nII],
|
|
621
|
-
[0]
|
|
622
|
-
];
|
|
623
|
-
exports.NetworkInterface$ = NetworkInterface$;
|
|
624
|
-
const Secret$ = [3, n0, _S,
|
|
625
|
-
0,
|
|
626
|
-
[_sA],
|
|
627
|
-
[0]
|
|
628
|
-
];
|
|
629
|
-
exports.Secret$ = Secret$;
|
|
630
|
-
const ServiceAccessSecurityGroups$ = [3, n0, _SASG,
|
|
631
|
-
0,
|
|
632
|
-
[_sG],
|
|
633
|
-
[64 | 0]
|
|
634
|
-
];
|
|
635
|
-
exports.ServiceAccessSecurityGroups$ = ServiceAccessSecurityGroups$;
|
|
636
|
-
const TagResourceRequest$ = [3, n0, _TRR,
|
|
637
|
-
0,
|
|
638
|
-
[_rA, _ta],
|
|
639
|
-
[0, 128 | 0], 2
|
|
640
|
-
];
|
|
641
|
-
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
642
|
-
const TagResourceResponse$ = [3, n0, _TRRa,
|
|
643
|
-
0,
|
|
644
|
-
[],
|
|
645
|
-
[]
|
|
646
|
-
];
|
|
647
|
-
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
648
|
-
const UntagResourceRequest$ = [3, n0, _URR,
|
|
649
|
-
0,
|
|
650
|
-
[_rA, _tK],
|
|
651
|
-
[0, 64 | 0], 2
|
|
652
|
-
];
|
|
653
|
-
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
654
|
-
const UntagResourceResponse$ = [3, n0, _URRn,
|
|
655
|
-
0,
|
|
656
|
-
[],
|
|
657
|
-
[]
|
|
658
|
-
];
|
|
659
|
-
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
660
|
-
const UpdateEnvironmentConnectorRequest$ = [3, n0, _UECR,
|
|
661
|
-
0,
|
|
662
|
-
[_eI, _cI, _cT, _aF, _sI],
|
|
663
|
-
[[0, 1], [0, 1], [0, 4], 0, 0], 2
|
|
664
|
-
];
|
|
665
|
-
exports.UpdateEnvironmentConnectorRequest$ = UpdateEnvironmentConnectorRequest$;
|
|
666
|
-
const UpdateEnvironmentConnectorResponse$ = [3, n0, _UECRp,
|
|
667
|
-
0,
|
|
668
|
-
[_co],
|
|
669
|
-
[() => Connector$]
|
|
670
|
-
];
|
|
671
|
-
exports.UpdateEnvironmentConnectorResponse$ = UpdateEnvironmentConnectorResponse$;
|
|
672
|
-
const ValidationExceptionField$ = [3, n0, _VEF,
|
|
673
|
-
0,
|
|
674
|
-
[_n, _m],
|
|
675
|
-
[0, 0], 2
|
|
676
|
-
];
|
|
677
|
-
exports.ValidationExceptionField$ = ValidationExceptionField$;
|
|
678
|
-
const VcfHostnames$ = [3, n0, _VH,
|
|
679
|
-
0,
|
|
680
|
-
[_vC, _ns, _nM, _nMs, _nMsx, _nE, _nEs, _sM, _cB],
|
|
681
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0], 9
|
|
682
|
-
];
|
|
683
|
-
exports.VcfHostnames$ = VcfHostnames$;
|
|
684
|
-
const VcfVersionInfo$ = [3, n0, _VVI,
|
|
685
|
-
0,
|
|
686
|
-
[_vV, _sta, _dEV, _iTn],
|
|
687
|
-
[0, 0, 0, 64 | 0], 4
|
|
688
|
-
];
|
|
689
|
-
exports.VcfVersionInfo$ = VcfVersionInfo$;
|
|
690
|
-
const Vlan$ = [3, n0, _V,
|
|
691
|
-
0,
|
|
692
|
-
[_vIl, _ci, _aZ, _fN, _sIu, _cA, _mA, _vSl, _sD, _eAi, _iP, _nAI],
|
|
693
|
-
[1, 0, 0, 0, 0, 4, 4, 0, 0, () => EipAssociationList, 2, 0]
|
|
694
|
-
];
|
|
695
|
-
exports.Vlan$ = Vlan$;
|
|
696
|
-
const VmEntitlement$ = [3, n0, _VEm,
|
|
697
|
-
0,
|
|
698
|
-
[_vIm, _eI, _cI, _vNm, _t, _sta, _lSA, _sAt, _sAto, _eD],
|
|
699
|
-
[0, 0, 0, 0, 0, 0, 4, 4, 4, () => ErrorDetail$]
|
|
700
|
-
];
|
|
701
|
-
exports.VmEntitlement$ = VmEntitlement$;
|
|
702
|
-
var ChecksList = [1, n0, _CL,
|
|
703
|
-
0, () => Check$
|
|
704
|
-
];
|
|
705
|
-
var ConnectorList = [1, n0, _CLo,
|
|
706
|
-
0, () => Connector$
|
|
707
|
-
];
|
|
708
|
-
var ConnectorsChecksList = [1, n0, _CCL,
|
|
709
|
-
0, () => ConnectorCheck$
|
|
710
|
-
];
|
|
711
|
-
var EipAssociationList = [1, n0, _EAL,
|
|
712
|
-
0, () => EipAssociation$
|
|
713
|
-
];
|
|
714
|
-
var EnvironmentStateList = 64 | 0;
|
|
715
|
-
var EnvironmentSummaryList = [1, n0, _ESL,
|
|
716
|
-
0, () => EnvironmentSummary$
|
|
717
|
-
];
|
|
718
|
-
var EsxVersionList = 64 | 0;
|
|
719
|
-
var HostInfoForCreateList = [1, n0, _HIFCL,
|
|
720
|
-
0, () => HostInfoForCreate$
|
|
721
|
-
];
|
|
722
|
-
var HostList = [1, n0, _HL,
|
|
723
|
-
0, () => Host$
|
|
724
|
-
];
|
|
725
|
-
var InstanceTypeEsxVersionsList = [1, n0, _ITEVL,
|
|
726
|
-
0, () => InstanceTypeEsxVersionsInfo$
|
|
727
|
-
];
|
|
728
|
-
var InstanceTypeList = 64 | 0;
|
|
729
|
-
var LicenseInfoList = [1, n0, _LIL,
|
|
730
|
-
0, [() => LicenseInfo$,
|
|
731
|
-
0]
|
|
732
|
-
];
|
|
733
|
-
var NetworkInterfaceList = [1, n0, _NIL,
|
|
734
|
-
0, () => NetworkInterface$
|
|
735
|
-
];
|
|
736
|
-
var RouteServerPeeringList = 64 | 0;
|
|
737
|
-
var SecretList = [1, n0, _SL,
|
|
738
|
-
0, () => Secret$
|
|
739
|
-
];
|
|
740
|
-
var SecurityGroups = 64 | 0;
|
|
741
|
-
var TagKeys = 64 | 0;
|
|
742
|
-
var ValidationExceptionFieldList = [1, n0, _VEFL,
|
|
743
|
-
0, () => ValidationExceptionField$
|
|
744
|
-
];
|
|
745
|
-
var VcfVersionList = [1, n0, _VVL,
|
|
746
|
-
0, () => VcfVersionInfo$
|
|
747
|
-
];
|
|
748
|
-
var VlanList = [1, n0, _VL,
|
|
749
|
-
0, () => Vlan$
|
|
750
|
-
];
|
|
751
|
-
var VmEntitlementList = [1, n0, _VEL,
|
|
752
|
-
0, () => VmEntitlement$
|
|
753
|
-
];
|
|
754
|
-
var VmIdList = 64 | 0;
|
|
755
|
-
var RequestTagMap = 128 | 0;
|
|
756
|
-
var ResponseTagMap = 128 | 0;
|
|
757
|
-
exports.AssociateEipToVlan$ = [9, n0, _AETV,
|
|
758
|
-
2, () => AssociateEipToVlanRequest$, () => AssociateEipToVlanResponse$
|
|
759
|
-
];
|
|
760
|
-
exports.CreateEntitlement$ = [9, n0, _CE,
|
|
761
|
-
2, () => CreateEntitlementRequest$, () => CreateEntitlementResponse$
|
|
762
|
-
];
|
|
763
|
-
exports.CreateEnvironment$ = [9, n0, _CEr,
|
|
764
|
-
2, () => CreateEnvironmentRequest$, () => CreateEnvironmentResponse$
|
|
765
|
-
];
|
|
766
|
-
exports.CreateEnvironmentConnector$ = [9, n0, _CEC,
|
|
767
|
-
2, () => CreateEnvironmentConnectorRequest$, () => CreateEnvironmentConnectorResponse$
|
|
768
|
-
];
|
|
769
|
-
exports.CreateEnvironmentHost$ = [9, n0, _CEH,
|
|
770
|
-
2, () => CreateEnvironmentHostRequest$, () => CreateEnvironmentHostResponse$
|
|
771
|
-
];
|
|
772
|
-
exports.DeleteEntitlement$ = [9, n0, _DE,
|
|
773
|
-
2, () => DeleteEntitlementRequest$, () => DeleteEntitlementResponse$
|
|
774
|
-
];
|
|
775
|
-
exports.DeleteEnvironment$ = [9, n0, _DEe,
|
|
776
|
-
2, () => DeleteEnvironmentRequest$, () => DeleteEnvironmentResponse$
|
|
777
|
-
];
|
|
778
|
-
exports.DeleteEnvironmentConnector$ = [9, n0, _DEC,
|
|
779
|
-
2, () => DeleteEnvironmentConnectorRequest$, () => DeleteEnvironmentConnectorResponse$
|
|
780
|
-
];
|
|
781
|
-
exports.DeleteEnvironmentHost$ = [9, n0, _DEH,
|
|
782
|
-
2, () => DeleteEnvironmentHostRequest$, () => DeleteEnvironmentHostResponse$
|
|
783
|
-
];
|
|
784
|
-
exports.DisassociateEipFromVlan$ = [9, n0, _DEFV,
|
|
785
|
-
2, () => DisassociateEipFromVlanRequest$, () => DisassociateEipFromVlanResponse$
|
|
786
|
-
];
|
|
787
|
-
exports.GetDepotUrl$ = [9, n0, _GDU,
|
|
788
|
-
0, () => GetDepotUrlRequest$, () => GetDepotUrlResponse$
|
|
789
|
-
];
|
|
790
|
-
exports.GetEnvironment$ = [9, n0, _GE,
|
|
791
|
-
0, () => GetEnvironmentRequest$, () => GetEnvironmentResponse$
|
|
792
|
-
];
|
|
793
|
-
exports.GetVersions$ = [9, n0, _GV,
|
|
794
|
-
0, () => GetVersionsRequest$, () => GetVersionsResponse$
|
|
795
|
-
];
|
|
796
|
-
exports.ListEnvironmentConnectors$ = [9, n0, _LEC,
|
|
797
|
-
0, () => ListEnvironmentConnectorsRequest$, () => ListEnvironmentConnectorsResponse$
|
|
798
|
-
];
|
|
799
|
-
exports.ListEnvironmentHosts$ = [9, n0, _LEH,
|
|
800
|
-
0, () => ListEnvironmentHostsRequest$, () => ListEnvironmentHostsResponse$
|
|
801
|
-
];
|
|
802
|
-
exports.ListEnvironments$ = [9, n0, _LE,
|
|
803
|
-
0, () => ListEnvironmentsRequest$, () => ListEnvironmentsResponse$
|
|
804
|
-
];
|
|
805
|
-
exports.ListEnvironmentVlans$ = [9, n0, _LEV,
|
|
806
|
-
0, () => ListEnvironmentVlansRequest$, () => ListEnvironmentVlansResponse$
|
|
807
|
-
];
|
|
808
|
-
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
809
|
-
0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
810
|
-
];
|
|
811
|
-
exports.ListVmEntitlements$ = [9, n0, _LVE,
|
|
812
|
-
0, () => ListVmEntitlementsRequest$, () => ListVmEntitlementsResponse$
|
|
813
|
-
];
|
|
814
|
-
exports.TagResource$ = [9, n0, _TR,
|
|
815
|
-
2, () => TagResourceRequest$, () => TagResourceResponse$
|
|
816
|
-
];
|
|
817
|
-
exports.UntagResource$ = [9, n0, _UR,
|
|
818
|
-
2, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
819
|
-
];
|
|
820
|
-
exports.UpdateEnvironmentConnector$ = [9, n0, _UEC,
|
|
821
|
-
2, () => UpdateEnvironmentConnectorRequest$, () => UpdateEnvironmentConnectorResponse$
|
|
822
|
-
];
|