@aws-sdk/client-evs 3.1031.0 → 3.1033.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/README.md +49 -0
- package/dist-cjs/endpoint/bdd.js +49 -0
- package/dist-cjs/endpoint/endpointResolver.js +2 -2
- package/dist-cjs/index.js +136 -0
- package/dist-cjs/schemas/schemas_0.js +189 -23
- package/dist-es/Evs.js +18 -0
- package/dist-es/commands/CreateEntitlementCommand.js +16 -0
- package/dist-es/commands/CreateEnvironmentConnectorCommand.js +16 -0
- package/dist-es/commands/DeleteEntitlementCommand.js +16 -0
- package/dist-es/commands/DeleteEnvironmentConnectorCommand.js +16 -0
- package/dist-es/commands/ListEnvironmentConnectorsCommand.js +16 -0
- package/dist-es/commands/ListVmEntitlementsCommand.js +16 -0
- package/dist-es/commands/UpdateEnvironmentConnectorCommand.js +16 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/endpoint/bdd.js +46 -0
- package/dist-es/endpoint/endpointResolver.js +3 -3
- package/dist-es/models/enums.js +26 -0
- package/dist-es/pagination/ListEnvironmentConnectorsPaginator.js +4 -0
- package/dist-es/pagination/ListVmEntitlementsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +187 -21
- package/dist-types/Evs.d.ts +63 -0
- package/dist-types/EvsClient.d.ts +9 -2
- package/dist-types/commands/CreateEntitlementCommand.d.ts +105 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateEnvironmentConnectorCommand.d.ts +106 -0
- package/dist-types/commands/DeleteEntitlementCommand.d.ts +105 -0
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEnvironmentConnectorCommand.d.ts +114 -0
- package/dist-types/commands/GetEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/ListEnvironmentConnectorsCommand.d.ts +104 -0
- package/dist-types/commands/ListVmEntitlementsCommand.d.ts +101 -0
- package/dist-types/commands/UpdateEnvironmentConnectorCommand.d.ts +106 -0
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/endpoint/bdd.d.ts +2 -0
- package/dist-types/models/enums.d.ts +58 -0
- package/dist-types/models/models_0.d.ts +435 -1
- package/dist-types/pagination/ListEnvironmentConnectorsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListVmEntitlementsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +25 -0
- package/dist-types/ts3.4/Evs.d.ts +133 -0
- package/dist-types/ts3.4/EvsClient.d.ts +44 -2
- package/dist-types/ts3.4/commands/CreateEntitlementCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateEnvironmentConnectorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteEntitlementCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteEnvironmentConnectorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListEnvironmentConnectorsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListVmEntitlementsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateEnvironmentConnectorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
- package/dist-types/ts3.4/models/enums.d.ts +33 -0
- package/dist-types/ts3.4/models/models_0.d.ts +108 -0
- package/dist-types/ts3.4/pagination/ListEnvironmentConnectorsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListVmEntitlementsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +25 -0
- package/package.json +5 -5
- package/dist-cjs/endpoint/ruleset.js +0 -7
- package/dist-es/endpoint/ruleset.js +0 -4
- package/dist-types/endpoint/ruleset.d.ts +0 -2
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
|
|
2
|
+
const k = "ref";
|
|
3
|
+
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
|
|
4
|
+
const _data = {
|
|
5
|
+
conditions: [
|
|
6
|
+
[c, [g]],
|
|
7
|
+
[c, j],
|
|
8
|
+
["aws.partition", j, d],
|
|
9
|
+
[e, [{ [k]: "UseFIPS" }, b]],
|
|
10
|
+
[e, [{ [k]: "UseDualStack" }, b]],
|
|
11
|
+
[e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
|
|
12
|
+
[e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]]
|
|
13
|
+
],
|
|
14
|
+
results: [
|
|
15
|
+
[a],
|
|
16
|
+
[a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
|
|
17
|
+
[a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
|
|
18
|
+
[g, i],
|
|
19
|
+
["https://evs-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
20
|
+
[a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
|
|
21
|
+
["https://evs-fips.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
22
|
+
[a, "FIPS is enabled but this partition does not support FIPS"],
|
|
23
|
+
["https://evs.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
24
|
+
[a, "DualStack is enabled but this partition does not support DualStack"],
|
|
25
|
+
["https://evs.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
26
|
+
[a, "Invalid Configuration: Missing Region"]
|
|
27
|
+
]
|
|
28
|
+
};
|
|
29
|
+
const root = 2;
|
|
30
|
+
const r = 100_000_000;
|
|
31
|
+
const nodes = new Int32Array([
|
|
32
|
+
-1, 1, -1,
|
|
33
|
+
0, 12, 3,
|
|
34
|
+
1, 4, r + 11,
|
|
35
|
+
2, 5, r + 11,
|
|
36
|
+
3, 8, 6,
|
|
37
|
+
4, 7, r + 10,
|
|
38
|
+
5, r + 8, r + 9,
|
|
39
|
+
4, 10, 9,
|
|
40
|
+
6, r + 6, r + 7,
|
|
41
|
+
5, 11, r + 5,
|
|
42
|
+
6, r + 4, r + 5,
|
|
43
|
+
3, r + 1, 13,
|
|
44
|
+
4, r + 2, r + 3,
|
|
45
|
+
]);
|
|
46
|
+
export const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions,
|
|
3
|
-
import {
|
|
2
|
+
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/util-endpoints";
|
|
3
|
+
import { bdd } from "./bdd";
|
|
4
4
|
const cache = new EndpointCache({
|
|
5
5
|
size: 50,
|
|
6
6
|
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
7
7
|
});
|
|
8
8
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
9
|
-
return cache.get(endpointParams, () =>
|
|
9
|
+
return cache.get(endpointParams, () => decideEndpoint(bdd, {
|
|
10
10
|
endpointParams: endpointParams,
|
|
11
11
|
logger: context.logger,
|
|
12
12
|
}));
|
package/dist-es/models/enums.js
CHANGED
|
@@ -11,6 +11,17 @@ export const ValidationExceptionReason = {
|
|
|
11
11
|
OTHER: "other",
|
|
12
12
|
UNKNOWN_OPERATION: "unknownOperation",
|
|
13
13
|
};
|
|
14
|
+
export const EntitlementType = {
|
|
15
|
+
WINDOWS_SERVER: "WINDOWS_SERVER",
|
|
16
|
+
};
|
|
17
|
+
export const EntitlementStatus = {
|
|
18
|
+
AT_RISK: "AT_RISK",
|
|
19
|
+
CREATED: "CREATED",
|
|
20
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
21
|
+
CREATING: "CREATING",
|
|
22
|
+
DELETED: "DELETED",
|
|
23
|
+
ENTITLEMENT_REMOVED: "ENTITLEMENT_REMOVED",
|
|
24
|
+
};
|
|
14
25
|
export const _InstanceType = {
|
|
15
26
|
I4I_METAL: "i4i.metal",
|
|
16
27
|
};
|
|
@@ -28,6 +39,9 @@ export const CheckType = {
|
|
|
28
39
|
KEY_COVERAGE: "KEY_COVERAGE",
|
|
29
40
|
KEY_REUSE: "KEY_REUSE",
|
|
30
41
|
REACHABILITY: "REACHABILITY",
|
|
42
|
+
VCENTER_REACHABILITY: "VCENTER_REACHABILITY",
|
|
43
|
+
VCENTER_VM_EVENT: "VCENTER_VM_EVENT",
|
|
44
|
+
VCENTER_VM_SYNC: "VCENTER_VM_SYNC",
|
|
31
45
|
};
|
|
32
46
|
export const EnvironmentState = {
|
|
33
47
|
CREATED: "CREATED",
|
|
@@ -36,6 +50,18 @@ export const EnvironmentState = {
|
|
|
36
50
|
DELETED: "DELETED",
|
|
37
51
|
DELETING: "DELETING",
|
|
38
52
|
};
|
|
53
|
+
export const ConnectorType = {
|
|
54
|
+
VCENTER: "VCENTER",
|
|
55
|
+
};
|
|
56
|
+
export const ConnectorState = {
|
|
57
|
+
ACTIVE: "ACTIVE",
|
|
58
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
59
|
+
CREATING: "CREATING",
|
|
60
|
+
DELETED: "DELETED",
|
|
61
|
+
DELETING: "DELETING",
|
|
62
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
63
|
+
UPDATING: "UPDATING",
|
|
64
|
+
};
|
|
39
65
|
export const HostState = {
|
|
40
66
|
CREATED: "CREATED",
|
|
41
67
|
CREATE_FAILED: "CREATE_FAILED",
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListEnvironmentConnectorsCommand, } from "../commands/ListEnvironmentConnectorsCommand";
|
|
3
|
+
import { EvsClient } from "../EvsClient";
|
|
4
|
+
export const paginateListEnvironmentConnectors = createPaginator(EvsClient, ListEnvironmentConnectorsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListVmEntitlementsCommand, } from "../commands/ListVmEntitlementsCommand";
|
|
3
|
+
import { EvsClient } from "../EvsClient";
|
|
4
|
+
export const paginateListVmEntitlements = createPaginator(EvsClient, ListVmEntitlementsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListEnvironmentConnectorsPaginator";
|
|
2
3
|
export * from "./ListEnvironmentHostsPaginator";
|
|
3
4
|
export * from "./ListEnvironmentsPaginator";
|
|
4
5
|
export * from "./ListEnvironmentVlansPaginator";
|
|
6
|
+
export * from "./ListVmEntitlementsPaginator";
|
|
@@ -2,26 +2,43 @@ const _AETV = "AssociateEipToVlan";
|
|
|
2
2
|
const _AETVR = "AssociateEipToVlanRequest";
|
|
3
3
|
const _AETVRs = "AssociateEipToVlanResponse";
|
|
4
4
|
const _C = "Check";
|
|
5
|
-
const
|
|
5
|
+
const _CC = "ConnectorCheck";
|
|
6
|
+
const _CCL = "ConnectorsChecksList";
|
|
7
|
+
const _CE = "CreateEntitlement";
|
|
8
|
+
const _CEC = "CreateEnvironmentConnector";
|
|
9
|
+
const _CECR = "CreateEnvironmentConnectorRequest";
|
|
10
|
+
const _CECRr = "CreateEnvironmentConnectorResponse";
|
|
6
11
|
const _CEH = "CreateEnvironmentHost";
|
|
7
12
|
const _CEHR = "CreateEnvironmentHostRequest";
|
|
8
13
|
const _CEHRr = "CreateEnvironmentHostResponse";
|
|
9
|
-
const _CER = "
|
|
10
|
-
const _CERr = "
|
|
14
|
+
const _CER = "CreateEntitlementRequest";
|
|
15
|
+
const _CERr = "CreateEntitlementResponse";
|
|
16
|
+
const _CERre = "CreateEnvironmentRequest";
|
|
17
|
+
const _CERrea = "CreateEnvironmentResponse";
|
|
18
|
+
const _CEr = "CreateEnvironment";
|
|
11
19
|
const _CI = "ConnectivityInfo";
|
|
12
20
|
const _CL = "ChecksList";
|
|
13
|
-
const
|
|
21
|
+
const _CLo = "ConnectorList";
|
|
22
|
+
const _Co = "Connector";
|
|
23
|
+
const _DE = "DeleteEntitlement";
|
|
24
|
+
const _DEC = "DeleteEnvironmentConnector";
|
|
25
|
+
const _DECR = "DeleteEnvironmentConnectorRequest";
|
|
26
|
+
const _DECRe = "DeleteEnvironmentConnectorResponse";
|
|
14
27
|
const _DEFV = "DisassociateEipFromVlan";
|
|
15
28
|
const _DEFVR = "DisassociateEipFromVlanRequest";
|
|
16
29
|
const _DEFVRi = "DisassociateEipFromVlanResponse";
|
|
17
30
|
const _DEH = "DeleteEnvironmentHost";
|
|
18
31
|
const _DEHR = "DeleteEnvironmentHostRequest";
|
|
19
32
|
const _DEHRe = "DeleteEnvironmentHostResponse";
|
|
20
|
-
const _DER = "
|
|
21
|
-
const _DERe = "
|
|
33
|
+
const _DER = "DeleteEntitlementRequest";
|
|
34
|
+
const _DERe = "DeleteEntitlementResponse";
|
|
35
|
+
const _DERel = "DeleteEnvironmentRequest";
|
|
36
|
+
const _DERele = "DeleteEnvironmentResponse";
|
|
37
|
+
const _DEe = "DeleteEnvironment";
|
|
22
38
|
const _E = "Environment";
|
|
23
39
|
const _EA = "EipAssociation";
|
|
24
40
|
const _EAL = "EipAssociationList";
|
|
41
|
+
const _ED = "ErrorDetail";
|
|
25
42
|
const _ES = "EnvironmentSummary";
|
|
26
43
|
const _ESL = "EnvironmentSummaryList";
|
|
27
44
|
const _GE = "GetEnvironment";
|
|
@@ -40,6 +57,9 @@ const _ITEVL = "InstanceTypeEsxVersionsList";
|
|
|
40
57
|
const _IV = "InitialVlans";
|
|
41
58
|
const _IVI = "InitialVlanInfo";
|
|
42
59
|
const _LE = "ListEnvironments";
|
|
60
|
+
const _LEC = "ListEnvironmentConnectors";
|
|
61
|
+
const _LECR = "ListEnvironmentConnectorsRequest";
|
|
62
|
+
const _LECRi = "ListEnvironmentConnectorsResponse";
|
|
43
63
|
const _LEH = "ListEnvironmentHosts";
|
|
44
64
|
const _LEHR = "ListEnvironmentHostsRequest";
|
|
45
65
|
const _LEHRi = "ListEnvironmentHostsResponse";
|
|
@@ -53,6 +73,9 @@ const _LIL = "LicenseInfoList";
|
|
|
53
73
|
const _LTFR = "ListTagsForResource";
|
|
54
74
|
const _LTFRR = "ListTagsForResourceRequest";
|
|
55
75
|
const _LTFRRi = "ListTagsForResourceResponse";
|
|
76
|
+
const _LVE = "ListVmEntitlements";
|
|
77
|
+
const _LVER = "ListVmEntitlementsRequest";
|
|
78
|
+
const _LVERi = "ListVmEntitlementsResponse";
|
|
56
79
|
const _NI = "NetworkInterface";
|
|
57
80
|
const _NIL = "NetworkInterfaceList";
|
|
58
81
|
const _RA = "Retry-After";
|
|
@@ -67,6 +90,9 @@ const _TPE = "TagPolicyException";
|
|
|
67
90
|
const _TR = "TagResource";
|
|
68
91
|
const _TRR = "TagResourceRequest";
|
|
69
92
|
const _TRRa = "TagResourceResponse";
|
|
93
|
+
const _UEC = "UpdateEnvironmentConnector";
|
|
94
|
+
const _UECR = "UpdateEnvironmentConnectorRequest";
|
|
95
|
+
const _UECRp = "UpdateEnvironmentConnectorResponse";
|
|
70
96
|
const _UR = "UntagResource";
|
|
71
97
|
const _URR = "UntagResourceRequest";
|
|
72
98
|
const _URRn = "UntagResourceResponse";
|
|
@@ -74,41 +100,52 @@ const _V = "Vlan";
|
|
|
74
100
|
const _VE = "ValidationException";
|
|
75
101
|
const _VEF = "ValidationExceptionField";
|
|
76
102
|
const _VEFL = "ValidationExceptionFieldList";
|
|
103
|
+
const _VEL = "VmEntitlementList";
|
|
104
|
+
const _VEm = "VmEntitlement";
|
|
77
105
|
const _VH = "VcfHostnames";
|
|
78
106
|
const _VL = "VlanList";
|
|
79
107
|
const _VVI = "VcfVersionInfo";
|
|
80
108
|
const _VVL = "VcfVersionList";
|
|
109
|
+
const _aF = "applianceFqdn";
|
|
81
110
|
const _aI = "allocationId";
|
|
82
111
|
const _aIs = "associationId";
|
|
83
112
|
const _aZ = "availabilityZone";
|
|
84
113
|
const _c = "client";
|
|
85
114
|
const _cA = "createdAt";
|
|
86
115
|
const _cB = "cloudBuilder";
|
|
87
|
-
const _cI = "
|
|
116
|
+
const _cI = "connectorId";
|
|
117
|
+
const _cIo = "connectivityInfo";
|
|
88
118
|
const _cT = "clientToken";
|
|
89
119
|
const _ch = "checks";
|
|
90
120
|
const _ci = "cidr";
|
|
121
|
+
const _co = "connector";
|
|
122
|
+
const _con = "connectors";
|
|
91
123
|
const _cr = "credentials";
|
|
92
124
|
const _dEV = "defaultEsxVersion";
|
|
93
125
|
const _dHI = "dedicatedHostId";
|
|
94
126
|
const _e = "error";
|
|
95
127
|
const _eA = "environmentArn";
|
|
96
128
|
const _eAi = "eipAssociations";
|
|
129
|
+
const _eC = "errorCode";
|
|
130
|
+
const _eD = "errorDetail";
|
|
97
131
|
const _eH = "environmentHosts";
|
|
98
132
|
const _eI = "environmentId";
|
|
99
133
|
const _eII = "ec2InstanceId";
|
|
134
|
+
const _eM = "errorMessage";
|
|
100
135
|
const _eN = "environmentName";
|
|
101
136
|
const _eS = "environmentSummary";
|
|
102
137
|
const _eSn = "environmentState";
|
|
103
138
|
const _eSnv = "environmentStatus";
|
|
104
139
|
const _eSnvi = "environmentSummaries";
|
|
140
|
+
const _eT = "entitlementType";
|
|
105
141
|
const _eV = "esxVersion";
|
|
106
142
|
const _eVT = "edgeVTep";
|
|
107
143
|
const _eVn = "environmentVlans";
|
|
108
144
|
const _eVs = "esxVersions";
|
|
109
145
|
const _eVx = "expansionVlan1";
|
|
110
146
|
const _eVxp = "expansionVlan2";
|
|
111
|
-
const _en = "
|
|
147
|
+
const _en = "entitlements";
|
|
148
|
+
const _env = "environment";
|
|
112
149
|
const _fL = "fieldList";
|
|
113
150
|
const _fN = "functionName";
|
|
114
151
|
const _h = "host";
|
|
@@ -130,7 +167,9 @@ const _iTn = "instanceTypes";
|
|
|
130
167
|
const _iV = "initialVlans";
|
|
131
168
|
const _kKI = "kmsKeyId";
|
|
132
169
|
const _kN = "keyName";
|
|
170
|
+
const _lCA = "lastCheckAttempt";
|
|
133
171
|
const _lI = "licenseInfo";
|
|
172
|
+
const _lSA = "lastSyncedAt";
|
|
134
173
|
const _m = "message";
|
|
135
174
|
const _mA = "modifiedAt";
|
|
136
175
|
const _mR = "maxResults";
|
|
@@ -158,9 +197,12 @@ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.evs";
|
|
|
158
197
|
const _sA = "secretArn";
|
|
159
198
|
const _sASG = "serviceAccessSecurityGroups";
|
|
160
199
|
const _sASI = "serviceAccessSubnetId";
|
|
200
|
+
const _sAt = "startedAt";
|
|
201
|
+
const _sAto = "stoppedAt";
|
|
161
202
|
const _sD = "stateDetails";
|
|
162
203
|
const _sG = "securityGroups";
|
|
163
|
-
const _sI = "
|
|
204
|
+
const _sI = "secretIdentifier";
|
|
205
|
+
const _sIi = "siteId";
|
|
164
206
|
const _sIu = "subnetId";
|
|
165
207
|
const _sK = "solutionKey";
|
|
166
208
|
const _sM = "sddcManager";
|
|
@@ -174,13 +216,16 @@ const _ta = "tags";
|
|
|
174
216
|
const _v = "vlan";
|
|
175
217
|
const _vC = "vCenter";
|
|
176
218
|
const _vH = "vcfHostnames";
|
|
177
|
-
const _vI = "
|
|
219
|
+
const _vI = "vmIds";
|
|
178
220
|
const _vIl = "vlanId";
|
|
221
|
+
const _vIm = "vmId";
|
|
222
|
+
const _vIp = "vpcId";
|
|
179
223
|
const _vK = "vsanKey";
|
|
180
224
|
const _vM = "vmkManagement";
|
|
181
225
|
const _vMm = "vmManagement";
|
|
182
226
|
const _vMo = "vMotion";
|
|
183
227
|
const _vN = "vlanName";
|
|
228
|
+
const _vNm = "vmName";
|
|
184
229
|
const _vS = "vSan";
|
|
185
230
|
const _vSl = "vlanState";
|
|
186
231
|
const _vT = "vTep";
|
|
@@ -260,6 +305,36 @@ export var ConnectivityInfo$ = [3, n0, _CI,
|
|
|
260
305
|
[_pRSP],
|
|
261
306
|
[64 | 0], 1
|
|
262
307
|
];
|
|
308
|
+
export var Connector$ = [3, n0, _Co,
|
|
309
|
+
0,
|
|
310
|
+
[_eI, _cI, _t, _aF, _sA, _st, _sD, _sta, _ch, _cA, _mA],
|
|
311
|
+
[0, 0, 0, 0, 0, 0, 0, 0, () => ConnectorsChecksList, 4, 4]
|
|
312
|
+
];
|
|
313
|
+
export var ConnectorCheck$ = [3, n0, _CC,
|
|
314
|
+
0,
|
|
315
|
+
[_t, _re, _lCA, _iS],
|
|
316
|
+
[0, 0, 4, 4]
|
|
317
|
+
];
|
|
318
|
+
export var CreateEntitlementRequest$ = [3, n0, _CER,
|
|
319
|
+
0,
|
|
320
|
+
[_eI, _cI, _eT, _vI, _cT],
|
|
321
|
+
[0, 0, 0, 64 | 0, [0, 4]], 4
|
|
322
|
+
];
|
|
323
|
+
export var CreateEntitlementResponse$ = [3, n0, _CERr,
|
|
324
|
+
0,
|
|
325
|
+
[_en],
|
|
326
|
+
[() => VmEntitlementList]
|
|
327
|
+
];
|
|
328
|
+
export var CreateEnvironmentConnectorRequest$ = [3, n0, _CECR,
|
|
329
|
+
0,
|
|
330
|
+
[_eI, _t, _aF, _sI, _cT],
|
|
331
|
+
[[0, 1], 0, 0, 0, [0, 4]], 4
|
|
332
|
+
];
|
|
333
|
+
export var CreateEnvironmentConnectorResponse$ = [3, n0, _CECRr,
|
|
334
|
+
0,
|
|
335
|
+
[_co],
|
|
336
|
+
[() => Connector$]
|
|
337
|
+
];
|
|
263
338
|
export var CreateEnvironmentHostRequest$ = [3, n0, _CEHR,
|
|
264
339
|
0,
|
|
265
340
|
[_eI, _h, _cT, _eV],
|
|
@@ -270,16 +345,36 @@ export var CreateEnvironmentHostResponse$ = [3, n0, _CEHRr,
|
|
|
270
345
|
[_eS, _h],
|
|
271
346
|
[() => EnvironmentSummary$, () => Host$]
|
|
272
347
|
];
|
|
273
|
-
export var CreateEnvironmentRequest$ = [3, n0,
|
|
348
|
+
export var CreateEnvironmentRequest$ = [3, n0, _CERre,
|
|
274
349
|
0,
|
|
275
|
-
[
|
|
350
|
+
[_vIp, _sASI, _vV, _tA, _lI, _iV, _ho, _cIo, _vH, _sIi, _cT, _eN, _kKI, _ta, _sASG],
|
|
276
351
|
[0, 0, 0, 2, () => LicenseInfoList, () => InitialVlans$, () => HostInfoForCreateList, () => ConnectivityInfo$, () => VcfHostnames$, 0, [0, 4], 0, 0, 128 | 0, () => ServiceAccessSecurityGroups$], 10
|
|
277
352
|
];
|
|
278
|
-
export var CreateEnvironmentResponse$ = [3, n0,
|
|
353
|
+
export var CreateEnvironmentResponse$ = [3, n0, _CERrea,
|
|
279
354
|
0,
|
|
280
|
-
[
|
|
355
|
+
[_env],
|
|
281
356
|
[() => Environment$]
|
|
282
357
|
];
|
|
358
|
+
export var DeleteEntitlementRequest$ = [3, n0, _DER,
|
|
359
|
+
0,
|
|
360
|
+
[_eI, _cI, _eT, _vI, _cT],
|
|
361
|
+
[0, 0, 0, 64 | 0, [0, 4]], 4
|
|
362
|
+
];
|
|
363
|
+
export var DeleteEntitlementResponse$ = [3, n0, _DERe,
|
|
364
|
+
0,
|
|
365
|
+
[_en],
|
|
366
|
+
[() => VmEntitlementList]
|
|
367
|
+
];
|
|
368
|
+
export var DeleteEnvironmentConnectorRequest$ = [3, n0, _DECR,
|
|
369
|
+
0,
|
|
370
|
+
[_eI, _cI, _cT],
|
|
371
|
+
[[0, 1], [0, 1], [0, 4]], 2
|
|
372
|
+
];
|
|
373
|
+
export var DeleteEnvironmentConnectorResponse$ = [3, n0, _DECRe,
|
|
374
|
+
0,
|
|
375
|
+
[_co, _eS],
|
|
376
|
+
[() => Connector$, () => EnvironmentSummary$]
|
|
377
|
+
];
|
|
283
378
|
export var DeleteEnvironmentHostRequest$ = [3, n0, _DEHR,
|
|
284
379
|
0,
|
|
285
380
|
[_eI, _hN, _cT],
|
|
@@ -290,14 +385,14 @@ export var DeleteEnvironmentHostResponse$ = [3, n0, _DEHRe,
|
|
|
290
385
|
[_eS, _h],
|
|
291
386
|
[() => EnvironmentSummary$, () => Host$]
|
|
292
387
|
];
|
|
293
|
-
export var DeleteEnvironmentRequest$ = [3, n0,
|
|
388
|
+
export var DeleteEnvironmentRequest$ = [3, n0, _DERel,
|
|
294
389
|
0,
|
|
295
390
|
[_eI, _cT],
|
|
296
391
|
[[0, 1], [0, 4]], 1
|
|
297
392
|
];
|
|
298
|
-
export var DeleteEnvironmentResponse$ = [3, n0,
|
|
393
|
+
export var DeleteEnvironmentResponse$ = [3, n0, _DERele,
|
|
299
394
|
0,
|
|
300
|
-
[
|
|
395
|
+
[_env],
|
|
301
396
|
[() => Environment$]
|
|
302
397
|
];
|
|
303
398
|
export var DisassociateEipFromVlanRequest$ = [3, n0, _DEFVR,
|
|
@@ -317,7 +412,7 @@ export var EipAssociation$ = [3, n0, _EA,
|
|
|
317
412
|
];
|
|
318
413
|
export var Environment$ = [3, n0, _E,
|
|
319
414
|
0,
|
|
320
|
-
[_eI, _eSn, _sD, _cA, _mA, _eA, _eN,
|
|
415
|
+
[_eI, _eSn, _sD, _cA, _mA, _eA, _eN, _vIp, _sASI, _vV, _tA, _lI, _sIi, _eSnv, _ch, _cIo, _vH, _kKI, _sASG, _cr],
|
|
321
416
|
[0, 0, 0, 4, 4, 0, 0, 0, 0, 0, 2, () => LicenseInfoList, 0, 0, () => ChecksList, () => ConnectivityInfo$, () => VcfHostnames$, 0, () => ServiceAccessSecurityGroups$, () => SecretList]
|
|
322
417
|
];
|
|
323
418
|
export var EnvironmentSummary$ = [3, n0, _ES,
|
|
@@ -325,6 +420,11 @@ export var EnvironmentSummary$ = [3, n0, _ES,
|
|
|
325
420
|
[_eI, _eN, _vV, _eSnv, _eSn, _cA, _mA, _eA],
|
|
326
421
|
[0, 0, 0, 0, 0, 4, 4, 0]
|
|
327
422
|
];
|
|
423
|
+
export var ErrorDetail$ = [3, n0, _ED,
|
|
424
|
+
0,
|
|
425
|
+
[_eC, _eM],
|
|
426
|
+
[0, 0], 2
|
|
427
|
+
];
|
|
328
428
|
export var GetEnvironmentRequest$ = [3, n0, _GER,
|
|
329
429
|
0,
|
|
330
430
|
[_eI],
|
|
@@ -332,7 +432,7 @@ export var GetEnvironmentRequest$ = [3, n0, _GER,
|
|
|
332
432
|
];
|
|
333
433
|
export var GetEnvironmentResponse$ = [3, n0, _GERe,
|
|
334
434
|
0,
|
|
335
|
-
[
|
|
435
|
+
[_env],
|
|
336
436
|
[() => Environment$]
|
|
337
437
|
];
|
|
338
438
|
export var GetVersionsRequest$ = [3, n0, _GVR,
|
|
@@ -375,6 +475,16 @@ export var LicenseInfo$ = [3, n0, _LI,
|
|
|
375
475
|
[_sK, _vK],
|
|
376
476
|
[0, 0], 2
|
|
377
477
|
];
|
|
478
|
+
export var ListEnvironmentConnectorsRequest$ = [3, n0, _LECR,
|
|
479
|
+
0,
|
|
480
|
+
[_eI, _nT, _mR],
|
|
481
|
+
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
482
|
+
];
|
|
483
|
+
export var ListEnvironmentConnectorsResponse$ = [3, n0, _LECRi,
|
|
484
|
+
0,
|
|
485
|
+
[_nT, _con],
|
|
486
|
+
[0, () => ConnectorList]
|
|
487
|
+
];
|
|
378
488
|
export var ListEnvironmentHostsRequest$ = [3, n0, _LEHR,
|
|
379
489
|
0,
|
|
380
490
|
[_eI, _nT, _mR],
|
|
@@ -415,6 +525,16 @@ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
|
415
525
|
[_ta],
|
|
416
526
|
[128 | 0]
|
|
417
527
|
];
|
|
528
|
+
export var ListVmEntitlementsRequest$ = [3, n0, _LVER,
|
|
529
|
+
0,
|
|
530
|
+
[_eI, _cI, _eT, _nT, _mR],
|
|
531
|
+
[0, 0, 0, [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 3
|
|
532
|
+
];
|
|
533
|
+
export var ListVmEntitlementsResponse$ = [3, n0, _LVERi,
|
|
534
|
+
0,
|
|
535
|
+
[_nT, _en],
|
|
536
|
+
[0, () => VmEntitlementList]
|
|
537
|
+
];
|
|
418
538
|
export var NetworkInterface$ = [3, n0, _NI,
|
|
419
539
|
0,
|
|
420
540
|
[_nII],
|
|
@@ -450,6 +570,16 @@ export var UntagResourceResponse$ = [3, n0, _URRn,
|
|
|
450
570
|
[],
|
|
451
571
|
[]
|
|
452
572
|
];
|
|
573
|
+
export var UpdateEnvironmentConnectorRequest$ = [3, n0, _UECR,
|
|
574
|
+
0,
|
|
575
|
+
[_eI, _cI, _cT, _aF, _sI],
|
|
576
|
+
[[0, 1], [0, 1], [0, 4], 0, 0], 2
|
|
577
|
+
];
|
|
578
|
+
export var UpdateEnvironmentConnectorResponse$ = [3, n0, _UECRp,
|
|
579
|
+
0,
|
|
580
|
+
[_co],
|
|
581
|
+
[() => Connector$]
|
|
582
|
+
];
|
|
453
583
|
export var ValidationExceptionField$ = [3, n0, _VEF,
|
|
454
584
|
0,
|
|
455
585
|
[_n, _m],
|
|
@@ -470,9 +600,20 @@ export var Vlan$ = [3, n0, _V,
|
|
|
470
600
|
[_vIl, _ci, _aZ, _fN, _sIu, _cA, _mA, _vSl, _sD, _eAi, _iP, _nAI],
|
|
471
601
|
[1, 0, 0, 0, 0, 4, 4, 0, 0, () => EipAssociationList, 2, 0]
|
|
472
602
|
];
|
|
603
|
+
export var VmEntitlement$ = [3, n0, _VEm,
|
|
604
|
+
0,
|
|
605
|
+
[_vIm, _eI, _cI, _vNm, _t, _sta, _lSA, _sAt, _sAto, _eD],
|
|
606
|
+
[0, 0, 0, 0, 0, 0, 4, 4, 4, () => ErrorDetail$]
|
|
607
|
+
];
|
|
473
608
|
var ChecksList = [1, n0, _CL,
|
|
474
609
|
0, () => Check$
|
|
475
610
|
];
|
|
611
|
+
var ConnectorList = [1, n0, _CLo,
|
|
612
|
+
0, () => Connector$
|
|
613
|
+
];
|
|
614
|
+
var ConnectorsChecksList = [1, n0, _CCL,
|
|
615
|
+
0, () => ConnectorCheck$
|
|
616
|
+
];
|
|
476
617
|
var EipAssociationList = [1, n0, _EAL,
|
|
477
618
|
0, () => EipAssociation$
|
|
478
619
|
];
|
|
@@ -512,20 +653,36 @@ var VcfVersionList = [1, n0, _VVL,
|
|
|
512
653
|
var VlanList = [1, n0, _VL,
|
|
513
654
|
0, () => Vlan$
|
|
514
655
|
];
|
|
656
|
+
var VmEntitlementList = [1, n0, _VEL,
|
|
657
|
+
0, () => VmEntitlement$
|
|
658
|
+
];
|
|
659
|
+
var VmIdList = 64 | 0;
|
|
515
660
|
var RequestTagMap = 128 | 0;
|
|
516
661
|
var ResponseTagMap = 128 | 0;
|
|
517
662
|
export var AssociateEipToVlan$ = [9, n0, _AETV,
|
|
518
663
|
2, () => AssociateEipToVlanRequest$, () => AssociateEipToVlanResponse$
|
|
519
664
|
];
|
|
520
|
-
export var
|
|
665
|
+
export var CreateEntitlement$ = [9, n0, _CE,
|
|
666
|
+
2, () => CreateEntitlementRequest$, () => CreateEntitlementResponse$
|
|
667
|
+
];
|
|
668
|
+
export var CreateEnvironment$ = [9, n0, _CEr,
|
|
521
669
|
2, () => CreateEnvironmentRequest$, () => CreateEnvironmentResponse$
|
|
522
670
|
];
|
|
671
|
+
export var CreateEnvironmentConnector$ = [9, n0, _CEC,
|
|
672
|
+
2, () => CreateEnvironmentConnectorRequest$, () => CreateEnvironmentConnectorResponse$
|
|
673
|
+
];
|
|
523
674
|
export var CreateEnvironmentHost$ = [9, n0, _CEH,
|
|
524
675
|
2, () => CreateEnvironmentHostRequest$, () => CreateEnvironmentHostResponse$
|
|
525
676
|
];
|
|
526
|
-
export var
|
|
677
|
+
export var DeleteEntitlement$ = [9, n0, _DE,
|
|
678
|
+
2, () => DeleteEntitlementRequest$, () => DeleteEntitlementResponse$
|
|
679
|
+
];
|
|
680
|
+
export var DeleteEnvironment$ = [9, n0, _DEe,
|
|
527
681
|
2, () => DeleteEnvironmentRequest$, () => DeleteEnvironmentResponse$
|
|
528
682
|
];
|
|
683
|
+
export var DeleteEnvironmentConnector$ = [9, n0, _DEC,
|
|
684
|
+
2, () => DeleteEnvironmentConnectorRequest$, () => DeleteEnvironmentConnectorResponse$
|
|
685
|
+
];
|
|
529
686
|
export var DeleteEnvironmentHost$ = [9, n0, _DEH,
|
|
530
687
|
2, () => DeleteEnvironmentHostRequest$, () => DeleteEnvironmentHostResponse$
|
|
531
688
|
];
|
|
@@ -538,6 +695,9 @@ export var GetEnvironment$ = [9, n0, _GE,
|
|
|
538
695
|
export var GetVersions$ = [9, n0, _GV,
|
|
539
696
|
0, () => GetVersionsRequest$, () => GetVersionsResponse$
|
|
540
697
|
];
|
|
698
|
+
export var ListEnvironmentConnectors$ = [9, n0, _LEC,
|
|
699
|
+
0, () => ListEnvironmentConnectorsRequest$, () => ListEnvironmentConnectorsResponse$
|
|
700
|
+
];
|
|
541
701
|
export var ListEnvironmentHosts$ = [9, n0, _LEH,
|
|
542
702
|
0, () => ListEnvironmentHostsRequest$, () => ListEnvironmentHostsResponse$
|
|
543
703
|
];
|
|
@@ -550,9 +710,15 @@ export var ListEnvironmentVlans$ = [9, n0, _LEV,
|
|
|
550
710
|
export var ListTagsForResource$ = [9, n0, _LTFR,
|
|
551
711
|
0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
552
712
|
];
|
|
713
|
+
export var ListVmEntitlements$ = [9, n0, _LVE,
|
|
714
|
+
0, () => ListVmEntitlementsRequest$, () => ListVmEntitlementsResponse$
|
|
715
|
+
];
|
|
553
716
|
export var TagResource$ = [9, n0, _TR,
|
|
554
717
|
2, () => TagResourceRequest$, () => TagResourceResponse$
|
|
555
718
|
];
|
|
556
719
|
export var UntagResource$ = [9, n0, _UR,
|
|
557
720
|
2, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
558
721
|
];
|
|
722
|
+
export var UpdateEnvironmentConnector$ = [9, n0, _UEC,
|
|
723
|
+
2, () => UpdateEnvironmentConnectorRequest$, () => UpdateEnvironmentConnectorResponse$
|
|
724
|
+
];
|