@aws-sdk/client-evs 3.1032.0 → 3.1034.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 +18 -18
- 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
package/README.md
CHANGED
|
@@ -188,6 +188,13 @@ AssociateEipToVlan
|
|
|
188
188
|
</details>
|
|
189
189
|
<details>
|
|
190
190
|
<summary>
|
|
191
|
+
CreateEntitlement
|
|
192
|
+
</summary>
|
|
193
|
+
|
|
194
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/evs/command/CreateEntitlementCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-evs/Interface/CreateEntitlementCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-evs/Interface/CreateEntitlementCommandOutput/)
|
|
195
|
+
</details>
|
|
196
|
+
<details>
|
|
197
|
+
<summary>
|
|
191
198
|
CreateEnvironment
|
|
192
199
|
</summary>
|
|
193
200
|
|
|
@@ -195,6 +202,13 @@ CreateEnvironment
|
|
|
195
202
|
</details>
|
|
196
203
|
<details>
|
|
197
204
|
<summary>
|
|
205
|
+
CreateEnvironmentConnector
|
|
206
|
+
</summary>
|
|
207
|
+
|
|
208
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/evs/command/CreateEnvironmentConnectorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-evs/Interface/CreateEnvironmentConnectorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-evs/Interface/CreateEnvironmentConnectorCommandOutput/)
|
|
209
|
+
</details>
|
|
210
|
+
<details>
|
|
211
|
+
<summary>
|
|
198
212
|
CreateEnvironmentHost
|
|
199
213
|
</summary>
|
|
200
214
|
|
|
@@ -202,6 +216,13 @@ CreateEnvironmentHost
|
|
|
202
216
|
</details>
|
|
203
217
|
<details>
|
|
204
218
|
<summary>
|
|
219
|
+
DeleteEntitlement
|
|
220
|
+
</summary>
|
|
221
|
+
|
|
222
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/evs/command/DeleteEntitlementCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-evs/Interface/DeleteEntitlementCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-evs/Interface/DeleteEntitlementCommandOutput/)
|
|
223
|
+
</details>
|
|
224
|
+
<details>
|
|
225
|
+
<summary>
|
|
205
226
|
DeleteEnvironment
|
|
206
227
|
</summary>
|
|
207
228
|
|
|
@@ -209,6 +230,13 @@ DeleteEnvironment
|
|
|
209
230
|
</details>
|
|
210
231
|
<details>
|
|
211
232
|
<summary>
|
|
233
|
+
DeleteEnvironmentConnector
|
|
234
|
+
</summary>
|
|
235
|
+
|
|
236
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/evs/command/DeleteEnvironmentConnectorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-evs/Interface/DeleteEnvironmentConnectorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-evs/Interface/DeleteEnvironmentConnectorCommandOutput/)
|
|
237
|
+
</details>
|
|
238
|
+
<details>
|
|
239
|
+
<summary>
|
|
212
240
|
DeleteEnvironmentHost
|
|
213
241
|
</summary>
|
|
214
242
|
|
|
@@ -237,6 +265,13 @@ GetVersions
|
|
|
237
265
|
</details>
|
|
238
266
|
<details>
|
|
239
267
|
<summary>
|
|
268
|
+
ListEnvironmentConnectors
|
|
269
|
+
</summary>
|
|
270
|
+
|
|
271
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/evs/command/ListEnvironmentConnectorsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-evs/Interface/ListEnvironmentConnectorsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-evs/Interface/ListEnvironmentConnectorsCommandOutput/)
|
|
272
|
+
</details>
|
|
273
|
+
<details>
|
|
274
|
+
<summary>
|
|
240
275
|
ListEnvironmentHosts
|
|
241
276
|
</summary>
|
|
242
277
|
|
|
@@ -265,6 +300,13 @@ ListTagsForResource
|
|
|
265
300
|
</details>
|
|
266
301
|
<details>
|
|
267
302
|
<summary>
|
|
303
|
+
ListVmEntitlements
|
|
304
|
+
</summary>
|
|
305
|
+
|
|
306
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/evs/command/ListVmEntitlementsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-evs/Interface/ListVmEntitlementsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-evs/Interface/ListVmEntitlementsCommandOutput/)
|
|
307
|
+
</details>
|
|
308
|
+
<details>
|
|
309
|
+
<summary>
|
|
268
310
|
TagResource
|
|
269
311
|
</summary>
|
|
270
312
|
|
|
@@ -277,3 +319,10 @@ UntagResource
|
|
|
277
319
|
|
|
278
320
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/evs/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-evs/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-evs/Interface/UntagResourceCommandOutput/)
|
|
279
321
|
</details>
|
|
322
|
+
<details>
|
|
323
|
+
<summary>
|
|
324
|
+
UpdateEnvironmentConnector
|
|
325
|
+
</summary>
|
|
326
|
+
|
|
327
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/evs/command/UpdateEnvironmentConnectorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-evs/Interface/UpdateEnvironmentConnectorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-evs/Interface/UpdateEnvironmentConnectorCommandOutput/)
|
|
328
|
+
</details>
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.bdd = void 0;
|
|
4
|
+
const util_endpoints_1 = require("@smithy/util-endpoints");
|
|
5
|
+
const k = "ref";
|
|
6
|
+
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
|
|
7
|
+
const _data = {
|
|
8
|
+
conditions: [
|
|
9
|
+
[c, [g]],
|
|
10
|
+
[c, j],
|
|
11
|
+
["aws.partition", j, d],
|
|
12
|
+
[e, [{ [k]: "UseFIPS" }, b]],
|
|
13
|
+
[e, [{ [k]: "UseDualStack" }, b]],
|
|
14
|
+
[e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
|
|
15
|
+
[e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]]
|
|
16
|
+
],
|
|
17
|
+
results: [
|
|
18
|
+
[a],
|
|
19
|
+
[a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
|
|
20
|
+
[a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
|
|
21
|
+
[g, i],
|
|
22
|
+
["https://evs-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
23
|
+
[a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
|
|
24
|
+
["https://evs-fips.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
25
|
+
[a, "FIPS is enabled but this partition does not support FIPS"],
|
|
26
|
+
["https://evs.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
27
|
+
[a, "DualStack is enabled but this partition does not support DualStack"],
|
|
28
|
+
["https://evs.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
29
|
+
[a, "Invalid Configuration: Missing Region"]
|
|
30
|
+
]
|
|
31
|
+
};
|
|
32
|
+
const root = 2;
|
|
33
|
+
const r = 100_000_000;
|
|
34
|
+
const nodes = new Int32Array([
|
|
35
|
+
-1, 1, -1,
|
|
36
|
+
0, 12, 3,
|
|
37
|
+
1, 4, r + 11,
|
|
38
|
+
2, 5, r + 11,
|
|
39
|
+
3, 8, 6,
|
|
40
|
+
4, 7, r + 10,
|
|
41
|
+
5, r + 8, r + 9,
|
|
42
|
+
4, 10, 9,
|
|
43
|
+
6, r + 6, r + 7,
|
|
44
|
+
5, 11, r + 5,
|
|
45
|
+
6, r + 4, r + 5,
|
|
46
|
+
3, r + 1, 13,
|
|
47
|
+
4, r + 2, r + 3,
|
|
48
|
+
]);
|
|
49
|
+
exports.bdd = util_endpoints_1.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
@@ -3,13 +3,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.defaultEndpointResolver = void 0;
|
|
4
4
|
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
5
|
const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
6
|
-
const
|
|
6
|
+
const bdd_1 = require("./bdd");
|
|
7
7
|
const cache = new util_endpoints_2.EndpointCache({
|
|
8
8
|
size: 50,
|
|
9
9
|
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
10
10
|
});
|
|
11
11
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
12
|
-
return cache.get(endpointParams, () => (0, util_endpoints_2.
|
|
12
|
+
return cache.get(endpointParams, () => (0, util_endpoints_2.decideEndpoint)(bdd_1.bdd, {
|
|
13
13
|
endpointParams: endpointParams,
|
|
14
14
|
logger: context.logger,
|
|
15
15
|
}));
|
package/dist-cjs/index.js
CHANGED
|
@@ -125,6 +125,18 @@ class AssociateEipToVlanCommand extends smithyClient.Command
|
|
|
125
125
|
.build() {
|
|
126
126
|
}
|
|
127
127
|
|
|
128
|
+
class CreateEntitlementCommand extends smithyClient.Command
|
|
129
|
+
.classBuilder()
|
|
130
|
+
.ep(commonParams)
|
|
131
|
+
.m(function (Command, cs, config, o) {
|
|
132
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
133
|
+
})
|
|
134
|
+
.s("AmazonElasticVMwareService", "CreateEntitlement", {})
|
|
135
|
+
.n("EvsClient", "CreateEntitlementCommand")
|
|
136
|
+
.sc(schemas_0.CreateEntitlement$)
|
|
137
|
+
.build() {
|
|
138
|
+
}
|
|
139
|
+
|
|
128
140
|
class CreateEnvironmentCommand extends smithyClient.Command
|
|
129
141
|
.classBuilder()
|
|
130
142
|
.ep(commonParams)
|
|
@@ -137,6 +149,18 @@ class CreateEnvironmentCommand extends smithyClient.Command
|
|
|
137
149
|
.build() {
|
|
138
150
|
}
|
|
139
151
|
|
|
152
|
+
class CreateEnvironmentConnectorCommand extends smithyClient.Command
|
|
153
|
+
.classBuilder()
|
|
154
|
+
.ep(commonParams)
|
|
155
|
+
.m(function (Command, cs, config, o) {
|
|
156
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
157
|
+
})
|
|
158
|
+
.s("AmazonElasticVMwareService", "CreateEnvironmentConnector", {})
|
|
159
|
+
.n("EvsClient", "CreateEnvironmentConnectorCommand")
|
|
160
|
+
.sc(schemas_0.CreateEnvironmentConnector$)
|
|
161
|
+
.build() {
|
|
162
|
+
}
|
|
163
|
+
|
|
140
164
|
class CreateEnvironmentHostCommand extends smithyClient.Command
|
|
141
165
|
.classBuilder()
|
|
142
166
|
.ep(commonParams)
|
|
@@ -149,6 +173,18 @@ class CreateEnvironmentHostCommand extends smithyClient.Command
|
|
|
149
173
|
.build() {
|
|
150
174
|
}
|
|
151
175
|
|
|
176
|
+
class DeleteEntitlementCommand extends smithyClient.Command
|
|
177
|
+
.classBuilder()
|
|
178
|
+
.ep(commonParams)
|
|
179
|
+
.m(function (Command, cs, config, o) {
|
|
180
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
181
|
+
})
|
|
182
|
+
.s("AmazonElasticVMwareService", "DeleteEntitlement", {})
|
|
183
|
+
.n("EvsClient", "DeleteEntitlementCommand")
|
|
184
|
+
.sc(schemas_0.DeleteEntitlement$)
|
|
185
|
+
.build() {
|
|
186
|
+
}
|
|
187
|
+
|
|
152
188
|
class DeleteEnvironmentCommand extends smithyClient.Command
|
|
153
189
|
.classBuilder()
|
|
154
190
|
.ep(commonParams)
|
|
@@ -161,6 +197,18 @@ class DeleteEnvironmentCommand extends smithyClient.Command
|
|
|
161
197
|
.build() {
|
|
162
198
|
}
|
|
163
199
|
|
|
200
|
+
class DeleteEnvironmentConnectorCommand extends smithyClient.Command
|
|
201
|
+
.classBuilder()
|
|
202
|
+
.ep(commonParams)
|
|
203
|
+
.m(function (Command, cs, config, o) {
|
|
204
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
205
|
+
})
|
|
206
|
+
.s("AmazonElasticVMwareService", "DeleteEnvironmentConnector", {})
|
|
207
|
+
.n("EvsClient", "DeleteEnvironmentConnectorCommand")
|
|
208
|
+
.sc(schemas_0.DeleteEnvironmentConnector$)
|
|
209
|
+
.build() {
|
|
210
|
+
}
|
|
211
|
+
|
|
164
212
|
class DeleteEnvironmentHostCommand extends smithyClient.Command
|
|
165
213
|
.classBuilder()
|
|
166
214
|
.ep(commonParams)
|
|
@@ -209,6 +257,18 @@ class GetVersionsCommand extends smithyClient.Command
|
|
|
209
257
|
.build() {
|
|
210
258
|
}
|
|
211
259
|
|
|
260
|
+
class ListEnvironmentConnectorsCommand extends smithyClient.Command
|
|
261
|
+
.classBuilder()
|
|
262
|
+
.ep(commonParams)
|
|
263
|
+
.m(function (Command, cs, config, o) {
|
|
264
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
265
|
+
})
|
|
266
|
+
.s("AmazonElasticVMwareService", "ListEnvironmentConnectors", {})
|
|
267
|
+
.n("EvsClient", "ListEnvironmentConnectorsCommand")
|
|
268
|
+
.sc(schemas_0.ListEnvironmentConnectors$)
|
|
269
|
+
.build() {
|
|
270
|
+
}
|
|
271
|
+
|
|
212
272
|
class ListEnvironmentHostsCommand extends smithyClient.Command
|
|
213
273
|
.classBuilder()
|
|
214
274
|
.ep(commonParams)
|
|
@@ -257,6 +317,18 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
257
317
|
.build() {
|
|
258
318
|
}
|
|
259
319
|
|
|
320
|
+
class ListVmEntitlementsCommand extends smithyClient.Command
|
|
321
|
+
.classBuilder()
|
|
322
|
+
.ep(commonParams)
|
|
323
|
+
.m(function (Command, cs, config, o) {
|
|
324
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
325
|
+
})
|
|
326
|
+
.s("AmazonElasticVMwareService", "ListVmEntitlements", {})
|
|
327
|
+
.n("EvsClient", "ListVmEntitlementsCommand")
|
|
328
|
+
.sc(schemas_0.ListVmEntitlements$)
|
|
329
|
+
.build() {
|
|
330
|
+
}
|
|
331
|
+
|
|
260
332
|
class TagResourceCommand extends smithyClient.Command
|
|
261
333
|
.classBuilder()
|
|
262
334
|
.ep(commonParams)
|
|
@@ -281,32 +353,57 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
281
353
|
.build() {
|
|
282
354
|
}
|
|
283
355
|
|
|
356
|
+
class UpdateEnvironmentConnectorCommand extends smithyClient.Command
|
|
357
|
+
.classBuilder()
|
|
358
|
+
.ep(commonParams)
|
|
359
|
+
.m(function (Command, cs, config, o) {
|
|
360
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
361
|
+
})
|
|
362
|
+
.s("AmazonElasticVMwareService", "UpdateEnvironmentConnector", {})
|
|
363
|
+
.n("EvsClient", "UpdateEnvironmentConnectorCommand")
|
|
364
|
+
.sc(schemas_0.UpdateEnvironmentConnector$)
|
|
365
|
+
.build() {
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
const paginateListEnvironmentConnectors = core.createPaginator(EvsClient, ListEnvironmentConnectorsCommand, "nextToken", "nextToken", "maxResults");
|
|
369
|
+
|
|
284
370
|
const paginateListEnvironmentHosts = core.createPaginator(EvsClient, ListEnvironmentHostsCommand, "nextToken", "nextToken", "maxResults");
|
|
285
371
|
|
|
286
372
|
const paginateListEnvironments = core.createPaginator(EvsClient, ListEnvironmentsCommand, "nextToken", "nextToken", "maxResults");
|
|
287
373
|
|
|
288
374
|
const paginateListEnvironmentVlans = core.createPaginator(EvsClient, ListEnvironmentVlansCommand, "nextToken", "nextToken", "maxResults");
|
|
289
375
|
|
|
376
|
+
const paginateListVmEntitlements = core.createPaginator(EvsClient, ListVmEntitlementsCommand, "nextToken", "nextToken", "maxResults");
|
|
377
|
+
|
|
290
378
|
const commands = {
|
|
291
379
|
AssociateEipToVlanCommand,
|
|
380
|
+
CreateEntitlementCommand,
|
|
292
381
|
CreateEnvironmentCommand,
|
|
382
|
+
CreateEnvironmentConnectorCommand,
|
|
293
383
|
CreateEnvironmentHostCommand,
|
|
384
|
+
DeleteEntitlementCommand,
|
|
294
385
|
DeleteEnvironmentCommand,
|
|
386
|
+
DeleteEnvironmentConnectorCommand,
|
|
295
387
|
DeleteEnvironmentHostCommand,
|
|
296
388
|
DisassociateEipFromVlanCommand,
|
|
297
389
|
GetEnvironmentCommand,
|
|
298
390
|
GetVersionsCommand,
|
|
391
|
+
ListEnvironmentConnectorsCommand,
|
|
299
392
|
ListEnvironmentHostsCommand,
|
|
300
393
|
ListEnvironmentsCommand,
|
|
301
394
|
ListEnvironmentVlansCommand,
|
|
302
395
|
ListTagsForResourceCommand,
|
|
396
|
+
ListVmEntitlementsCommand,
|
|
303
397
|
TagResourceCommand,
|
|
304
398
|
UntagResourceCommand,
|
|
399
|
+
UpdateEnvironmentConnectorCommand,
|
|
305
400
|
};
|
|
306
401
|
const paginators = {
|
|
402
|
+
paginateListEnvironmentConnectors,
|
|
307
403
|
paginateListEnvironmentHosts,
|
|
308
404
|
paginateListEnvironments,
|
|
309
405
|
paginateListEnvironmentVlans,
|
|
406
|
+
paginateListVmEntitlements,
|
|
310
407
|
};
|
|
311
408
|
class Evs extends EvsClient {
|
|
312
409
|
}
|
|
@@ -325,6 +422,17 @@ const ValidationExceptionReason = {
|
|
|
325
422
|
OTHER: "other",
|
|
326
423
|
UNKNOWN_OPERATION: "unknownOperation",
|
|
327
424
|
};
|
|
425
|
+
const EntitlementType = {
|
|
426
|
+
WINDOWS_SERVER: "WINDOWS_SERVER",
|
|
427
|
+
};
|
|
428
|
+
const EntitlementStatus = {
|
|
429
|
+
AT_RISK: "AT_RISK",
|
|
430
|
+
CREATED: "CREATED",
|
|
431
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
432
|
+
CREATING: "CREATING",
|
|
433
|
+
DELETED: "DELETED",
|
|
434
|
+
ENTITLEMENT_REMOVED: "ENTITLEMENT_REMOVED",
|
|
435
|
+
};
|
|
328
436
|
const _InstanceType = {
|
|
329
437
|
I4I_METAL: "i4i.metal",
|
|
330
438
|
};
|
|
@@ -342,6 +450,9 @@ const CheckType = {
|
|
|
342
450
|
KEY_COVERAGE: "KEY_COVERAGE",
|
|
343
451
|
KEY_REUSE: "KEY_REUSE",
|
|
344
452
|
REACHABILITY: "REACHABILITY",
|
|
453
|
+
VCENTER_REACHABILITY: "VCENTER_REACHABILITY",
|
|
454
|
+
VCENTER_VM_EVENT: "VCENTER_VM_EVENT",
|
|
455
|
+
VCENTER_VM_SYNC: "VCENTER_VM_SYNC",
|
|
345
456
|
};
|
|
346
457
|
const EnvironmentState = {
|
|
347
458
|
CREATED: "CREATED",
|
|
@@ -350,6 +461,18 @@ const EnvironmentState = {
|
|
|
350
461
|
DELETED: "DELETED",
|
|
351
462
|
DELETING: "DELETING",
|
|
352
463
|
};
|
|
464
|
+
const ConnectorType = {
|
|
465
|
+
VCENTER: "VCENTER",
|
|
466
|
+
};
|
|
467
|
+
const ConnectorState = {
|
|
468
|
+
ACTIVE: "ACTIVE",
|
|
469
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
470
|
+
CREATING: "CREATING",
|
|
471
|
+
DELETED: "DELETED",
|
|
472
|
+
DELETING: "DELETING",
|
|
473
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
474
|
+
UPDATING: "UPDATING",
|
|
475
|
+
};
|
|
353
476
|
const HostState = {
|
|
354
477
|
CREATED: "CREATED",
|
|
355
478
|
CREATE_FAILED: "CREATE_FAILED",
|
|
@@ -366,30 +489,43 @@ exports.EvsServiceException = EvsServiceException.EvsServiceException;
|
|
|
366
489
|
exports.AssociateEipToVlanCommand = AssociateEipToVlanCommand;
|
|
367
490
|
exports.CheckResult = CheckResult;
|
|
368
491
|
exports.CheckType = CheckType;
|
|
492
|
+
exports.ConnectorState = ConnectorState;
|
|
493
|
+
exports.ConnectorType = ConnectorType;
|
|
494
|
+
exports.CreateEntitlementCommand = CreateEntitlementCommand;
|
|
369
495
|
exports.CreateEnvironmentCommand = CreateEnvironmentCommand;
|
|
496
|
+
exports.CreateEnvironmentConnectorCommand = CreateEnvironmentConnectorCommand;
|
|
370
497
|
exports.CreateEnvironmentHostCommand = CreateEnvironmentHostCommand;
|
|
498
|
+
exports.DeleteEntitlementCommand = DeleteEntitlementCommand;
|
|
371
499
|
exports.DeleteEnvironmentCommand = DeleteEnvironmentCommand;
|
|
500
|
+
exports.DeleteEnvironmentConnectorCommand = DeleteEnvironmentConnectorCommand;
|
|
372
501
|
exports.DeleteEnvironmentHostCommand = DeleteEnvironmentHostCommand;
|
|
373
502
|
exports.DisassociateEipFromVlanCommand = DisassociateEipFromVlanCommand;
|
|
503
|
+
exports.EntitlementStatus = EntitlementStatus;
|
|
504
|
+
exports.EntitlementType = EntitlementType;
|
|
374
505
|
exports.EnvironmentState = EnvironmentState;
|
|
375
506
|
exports.Evs = Evs;
|
|
376
507
|
exports.EvsClient = EvsClient;
|
|
377
508
|
exports.GetEnvironmentCommand = GetEnvironmentCommand;
|
|
378
509
|
exports.GetVersionsCommand = GetVersionsCommand;
|
|
379
510
|
exports.HostState = HostState;
|
|
511
|
+
exports.ListEnvironmentConnectorsCommand = ListEnvironmentConnectorsCommand;
|
|
380
512
|
exports.ListEnvironmentHostsCommand = ListEnvironmentHostsCommand;
|
|
381
513
|
exports.ListEnvironmentVlansCommand = ListEnvironmentVlansCommand;
|
|
382
514
|
exports.ListEnvironmentsCommand = ListEnvironmentsCommand;
|
|
383
515
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
516
|
+
exports.ListVmEntitlementsCommand = ListVmEntitlementsCommand;
|
|
384
517
|
exports.TagResourceCommand = TagResourceCommand;
|
|
385
518
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
519
|
+
exports.UpdateEnvironmentConnectorCommand = UpdateEnvironmentConnectorCommand;
|
|
386
520
|
exports.ValidationExceptionReason = ValidationExceptionReason;
|
|
387
521
|
exports.VcfVersion = VcfVersion;
|
|
388
522
|
exports.VlanState = VlanState;
|
|
389
523
|
exports._InstanceType = _InstanceType;
|
|
524
|
+
exports.paginateListEnvironmentConnectors = paginateListEnvironmentConnectors;
|
|
390
525
|
exports.paginateListEnvironmentHosts = paginateListEnvironmentHosts;
|
|
391
526
|
exports.paginateListEnvironmentVlans = paginateListEnvironmentVlans;
|
|
392
527
|
exports.paginateListEnvironments = paginateListEnvironments;
|
|
528
|
+
exports.paginateListVmEntitlements = paginateListVmEntitlements;
|
|
393
529
|
Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&
|
|
394
530
|
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
|
|
395
531
|
Object.defineProperty(exports, '__proto__', {
|