@aws-sdk/client-evs 3.1075.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
package/dist-es/models/enums.js
CHANGED
|
@@ -27,6 +27,7 @@ export const _InstanceType = {
|
|
|
27
27
|
I7I_METAL_24XL: "i7i.metal-24xl",
|
|
28
28
|
};
|
|
29
29
|
export const VcfVersion = {
|
|
30
|
+
SELF_DEPLOYED: "SELF_DEPLOYED",
|
|
30
31
|
VCF_5_2_1: "VCF-5.2.1",
|
|
31
32
|
VCF_5_2_2: "VCF-5.2.2",
|
|
32
33
|
};
|
|
@@ -36,10 +37,16 @@ export const CheckResult = {
|
|
|
36
37
|
UNKNOWN: "UNKNOWN",
|
|
37
38
|
};
|
|
38
39
|
export const CheckType = {
|
|
40
|
+
CONNECTOR_HEALTH: "CONNECTOR_HEALTH",
|
|
39
41
|
HOST_COUNT: "HOST_COUNT",
|
|
40
42
|
KEY_COVERAGE: "KEY_COVERAGE",
|
|
41
43
|
KEY_REUSE: "KEY_REUSE",
|
|
44
|
+
OPERATIONS_MANAGER_REACHABILITY: "OPERATIONS_MANAGER_REACHABILITY",
|
|
42
45
|
REACHABILITY: "REACHABILITY",
|
|
46
|
+
SDDC_MANAGER_HOST_COUNT: "SDDC_MANAGER_HOST_COUNT",
|
|
47
|
+
SDDC_MANAGER_KEY_COVERAGE: "SDDC_MANAGER_KEY_COVERAGE",
|
|
48
|
+
SDDC_MANAGER_KEY_REUSE: "SDDC_MANAGER_KEY_REUSE",
|
|
49
|
+
SDDC_MANAGER_REACHABILITY: "SDDC_MANAGER_REACHABILITY",
|
|
43
50
|
VCENTER_REACHABILITY: "VCENTER_REACHABILITY",
|
|
44
51
|
VCENTER_VM_EVENT: "VCENTER_VM_EVENT",
|
|
45
52
|
VCENTER_VM_SYNC: "VCENTER_VM_SYNC",
|
|
@@ -52,6 +59,8 @@ export const EnvironmentState = {
|
|
|
52
59
|
DELETING: "DELETING",
|
|
53
60
|
};
|
|
54
61
|
export const ConnectorType = {
|
|
62
|
+
OPERATIONS_MANAGER: "OPERATIONS_MANAGER",
|
|
63
|
+
SDDC_MANAGER: "SDDC_MANAGER",
|
|
55
64
|
VCENTER: "VCENTER",
|
|
56
65
|
};
|
|
57
66
|
export const ConnectorState = {
|
|
@@ -163,6 +163,7 @@ const _hQ = "httpQuery";
|
|
|
163
163
|
const _hS = "hostState";
|
|
164
164
|
const _hc = "hcx";
|
|
165
165
|
const _ho = "hosts";
|
|
166
|
+
const _i = "id";
|
|
166
167
|
const _iA = "ipAddress";
|
|
167
168
|
const _iHP = "isHcxPublic";
|
|
168
169
|
const _iP = "isPublic";
|
|
@@ -307,8 +308,8 @@ export var AssociateEipToVlanResponse$ = [3, n0, _AETVRs,
|
|
|
307
308
|
];
|
|
308
309
|
export var Check$ = [3, n0, _C,
|
|
309
310
|
0,
|
|
310
|
-
[_t, _re, _iS],
|
|
311
|
-
[0, 0, 4]
|
|
311
|
+
[_t, _i, _re, _iS],
|
|
312
|
+
[0, 0, 0, 4]
|
|
312
313
|
];
|
|
313
314
|
export var ConnectivityInfo$ = [3, n0, _CI,
|
|
314
315
|
0,
|
|
@@ -357,8 +358,8 @@ export var CreateEnvironmentHostResponse$ = [3, n0, _CEHRr,
|
|
|
357
358
|
];
|
|
358
359
|
export var CreateEnvironmentRequest$ = [3, n0, _CERre,
|
|
359
360
|
0,
|
|
360
|
-
[_vIp, _sASI, _vV, _tA,
|
|
361
|
-
[0, 0, 0, 2,
|
|
361
|
+
[_vIp, _sASI, _vV, _tA, _iV, _cT, _eN, _kKI, _ta, _sASG, _cIo, _lI, _ho, _vH, _sIi],
|
|
362
|
+
[0, 0, 0, 2, () => InitialVlans$, [0, 4], 0, 0, 128 | 0, () => ServiceAccessSecurityGroups$, () => ConnectivityInfo$, [() => LicenseInfoList, 0], () => HostInfoForCreateList, () => VcfHostnames$, 0], 5
|
|
362
363
|
];
|
|
363
364
|
export var CreateEnvironmentResponse$ = [3, n0, _CERrea,
|
|
364
365
|
0,
|
|
@@ -29,7 +29,7 @@ declare const CreateEnvironmentCommand_base: {
|
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
31
|
/**
|
|
32
|
-
* <p>Creates an Amazon EVS environment that runs VCF software, such as SDDC Manager, NSX Manager, and vCenter Server.</p> <p>
|
|
32
|
+
* <p>Creates an Amazon EVS environment that runs VCF software, such as SDDC Manager, NSX Manager, and vCenter Server.</p> <note> <p>When you specify <code>SELF_DEPLOYED</code> for <code>vcfVersion</code>, Amazon EVS provisions only the VLAN subnets; no hosts are added and no VCF installation is performed. After the environment is created, you can add hosts with <code>CreateEnvironmentHost</code> and install VCF yourself. The <code>licenseInfo</code>, <code>hosts</code>, <code>vcfHostnames</code>, <code>siteId</code>, and <code>connectivityInfo</code> parameters are not supported in this mode.</p> </note> <p>When you specify any other VCF version, Amazon EVS installs and configures VCF for you. For more information, see <a href="https://docs.aws.amazon.com/evs/latest/userguide/getting-started-self-deployed.html">Self-deployed mode</a> in the <i>Amazon EVS User Guide</i>.</p> <important> <p>When Amazon EVS installs VCF, the default ESX version for the selected VCF version will be used. After a host is added with a specific ESX version, it can only be upgraded using vCenter Lifecycle Manager.</p> </important> <note> <p>You cannot use the <code>dedicatedHostId</code> and <code>placementGroupId</code> parameters together in the same <code>CreateEnvironment</code> action. This results in a <code>ValidationException</code> response.</p> </note>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
@@ -52,14 +52,8 @@ declare const CreateEnvironmentCommand_base: {
|
|
|
52
52
|
* },
|
|
53
53
|
* vpcId: "STRING_VALUE", // required
|
|
54
54
|
* serviceAccessSubnetId: "STRING_VALUE", // required
|
|
55
|
-
* vcfVersion: "VCF-5.2.1" || "VCF-5.2.2", // required
|
|
55
|
+
* vcfVersion: "VCF-5.2.1" || "VCF-5.2.2" || "SELF_DEPLOYED", // required
|
|
56
56
|
* termsAccepted: true || false, // required
|
|
57
|
-
* licenseInfo: [ // LicenseInfoList // required
|
|
58
|
-
* { // LicenseInfo
|
|
59
|
-
* solutionKey: "STRING_VALUE", // required
|
|
60
|
-
* vsanKey: "STRING_VALUE", // required
|
|
61
|
-
* },
|
|
62
|
-
* ],
|
|
63
57
|
* initialVlans: { // InitialVlans
|
|
64
58
|
* vmkManagement: { // InitialVlanInfo
|
|
65
59
|
* cidr: "STRING_VALUE", // required
|
|
@@ -84,7 +78,18 @@ declare const CreateEnvironmentCommand_base: {
|
|
|
84
78
|
* isHcxPublic: true || false,
|
|
85
79
|
* hcxNetworkAclId: "STRING_VALUE",
|
|
86
80
|
* },
|
|
87
|
-
*
|
|
81
|
+
* connectivityInfo: { // ConnectivityInfo
|
|
82
|
+
* privateRouteServerPeerings: [ // RouteServerPeeringList // required
|
|
83
|
+
* "STRING_VALUE",
|
|
84
|
+
* ],
|
|
85
|
+
* },
|
|
86
|
+
* licenseInfo: [ // LicenseInfoList
|
|
87
|
+
* { // LicenseInfo
|
|
88
|
+
* solutionKey: "STRING_VALUE", // required
|
|
89
|
+
* vsanKey: "STRING_VALUE", // required
|
|
90
|
+
* },
|
|
91
|
+
* ],
|
|
92
|
+
* hosts: [ // HostInfoForCreateList
|
|
88
93
|
* { // HostInfoForCreate
|
|
89
94
|
* hostName: "STRING_VALUE", // required
|
|
90
95
|
* keyName: "STRING_VALUE", // required
|
|
@@ -93,11 +98,6 @@ declare const CreateEnvironmentCommand_base: {
|
|
|
93
98
|
* dedicatedHostId: "STRING_VALUE",
|
|
94
99
|
* },
|
|
95
100
|
* ],
|
|
96
|
-
* connectivityInfo: { // ConnectivityInfo
|
|
97
|
-
* privateRouteServerPeerings: [ // RouteServerPeeringList // required
|
|
98
|
-
* "STRING_VALUE",
|
|
99
|
-
* ],
|
|
100
|
-
* },
|
|
101
101
|
* vcfHostnames: { // VcfHostnames
|
|
102
102
|
* vCenter: "STRING_VALUE", // required
|
|
103
103
|
* nsx: "STRING_VALUE", // required
|
|
@@ -109,7 +109,7 @@ declare const CreateEnvironmentCommand_base: {
|
|
|
109
109
|
* sddcManager: "STRING_VALUE", // required
|
|
110
110
|
* cloudBuilder: "STRING_VALUE", // required
|
|
111
111
|
* },
|
|
112
|
-
* siteId: "STRING_VALUE",
|
|
112
|
+
* siteId: "STRING_VALUE",
|
|
113
113
|
* };
|
|
114
114
|
* const command = new CreateEnvironmentCommand(input);
|
|
115
115
|
* const response = await client.send(command);
|
|
@@ -124,7 +124,7 @@ declare const CreateEnvironmentCommand_base: {
|
|
|
124
124
|
* // environmentName: "STRING_VALUE",
|
|
125
125
|
* // vpcId: "STRING_VALUE",
|
|
126
126
|
* // serviceAccessSubnetId: "STRING_VALUE",
|
|
127
|
-
* // vcfVersion: "VCF-5.2.1" || "VCF-5.2.2",
|
|
127
|
+
* // vcfVersion: "VCF-5.2.1" || "VCF-5.2.2" || "SELF_DEPLOYED",
|
|
128
128
|
* // termsAccepted: true || false,
|
|
129
129
|
* // licenseInfo: [ // LicenseInfoList
|
|
130
130
|
* // { // LicenseInfo
|
|
@@ -136,7 +136,8 @@ declare const CreateEnvironmentCommand_base: {
|
|
|
136
136
|
* // environmentStatus: "PASSED" || "FAILED" || "UNKNOWN",
|
|
137
137
|
* // checks: [ // ChecksList
|
|
138
138
|
* // { // Check
|
|
139
|
-
* // type: "KEY_REUSE" || "KEY_COVERAGE" || "REACHABILITY" || "HOST_COUNT" || "VCENTER_REACHABILITY" || "VCENTER_VM_SYNC" || "VCENTER_VM_EVENT",
|
|
139
|
+
* // type: "KEY_REUSE" || "KEY_COVERAGE" || "REACHABILITY" || "HOST_COUNT" || "VCENTER_REACHABILITY" || "VCENTER_VM_SYNC" || "VCENTER_VM_EVENT" || "OPERATIONS_MANAGER_REACHABILITY" || "SDDC_MANAGER_REACHABILITY" || "SDDC_MANAGER_HOST_COUNT" || "SDDC_MANAGER_KEY_COVERAGE" || "SDDC_MANAGER_KEY_REUSE" || "CONNECTOR_HEALTH",
|
|
140
|
+
* // id: "STRING_VALUE",
|
|
140
141
|
* // result: "PASSED" || "FAILED" || "UNKNOWN",
|
|
141
142
|
* // impairedSince: new Date("TIMESTAMP"),
|
|
142
143
|
* // },
|
|
@@ -29,7 +29,7 @@ declare const CreateEnvironmentConnectorCommand_base: {
|
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
31
|
/**
|
|
32
|
-
* <p>Creates a connector for an Amazon EVS environment. A connector
|
|
32
|
+
* <p>Creates a connector for an Amazon EVS environment. A connector allows the Amazon EVS control plane to interface with VCF appliances using a fully qualified domain name.</p> <p>You can create only one connector of each type per environment. For environments where Amazon EVS installs VCF, the <code>SDDC_MANAGER</code> connector is created automatically.</p> <note> <p>Amazon EVS requires an active connector to SDDC Manager or VCF Operations Manager to monitor environment health and license compliance.</p> </note>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
@@ -41,7 +41,7 @@ declare const CreateEnvironmentConnectorCommand_base: {
|
|
|
41
41
|
* const input = { // CreateEnvironmentConnectorRequest
|
|
42
42
|
* clientToken: "STRING_VALUE",
|
|
43
43
|
* environmentId: "STRING_VALUE", // required
|
|
44
|
-
* type: "VCENTER", // required
|
|
44
|
+
* type: "OPERATIONS_MANAGER" || "SDDC_MANAGER" || "VCENTER", // required
|
|
45
45
|
* applianceFqdn: "STRING_VALUE", // required
|
|
46
46
|
* secretIdentifier: "STRING_VALUE", // required
|
|
47
47
|
* };
|
|
@@ -51,7 +51,7 @@ declare const CreateEnvironmentConnectorCommand_base: {
|
|
|
51
51
|
* // connector: { // Connector
|
|
52
52
|
* // environmentId: "STRING_VALUE",
|
|
53
53
|
* // connectorId: "STRING_VALUE",
|
|
54
|
-
* // type: "VCENTER",
|
|
54
|
+
* // type: "OPERATIONS_MANAGER" || "SDDC_MANAGER" || "VCENTER",
|
|
55
55
|
* // applianceFqdn: "STRING_VALUE",
|
|
56
56
|
* // secretArn: "STRING_VALUE",
|
|
57
57
|
* // state: "CREATING" || "CREATE_FAILED" || "ACTIVE" || "UPDATING" || "UPDATE_FAILED" || "DELETING" || "DELETED",
|
|
@@ -59,7 +59,7 @@ declare const CreateEnvironmentConnectorCommand_base: {
|
|
|
59
59
|
* // status: "PASSED" || "FAILED" || "UNKNOWN",
|
|
60
60
|
* // checks: [ // ConnectorsChecksList
|
|
61
61
|
* // { // ConnectorCheck
|
|
62
|
-
* // type: "KEY_REUSE" || "KEY_COVERAGE" || "REACHABILITY" || "HOST_COUNT" || "VCENTER_REACHABILITY" || "VCENTER_VM_SYNC" || "VCENTER_VM_EVENT",
|
|
62
|
+
* // type: "KEY_REUSE" || "KEY_COVERAGE" || "REACHABILITY" || "HOST_COUNT" || "VCENTER_REACHABILITY" || "VCENTER_VM_SYNC" || "VCENTER_VM_EVENT" || "OPERATIONS_MANAGER_REACHABILITY" || "SDDC_MANAGER_REACHABILITY" || "SDDC_MANAGER_HOST_COUNT" || "SDDC_MANAGER_KEY_COVERAGE" || "SDDC_MANAGER_KEY_REUSE" || "CONNECTOR_HEALTH",
|
|
63
63
|
* // result: "PASSED" || "FAILED" || "UNKNOWN",
|
|
64
64
|
* // lastCheckAttempt: new Date("TIMESTAMP"),
|
|
65
65
|
* // impairedSince: new Date("TIMESTAMP"),
|
|
@@ -29,7 +29,7 @@ declare const CreateEnvironmentHostCommand_base: {
|
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
31
|
/**
|
|
32
|
-
* <p>Creates an ESX host and adds it to an Amazon EVS environment
|
|
32
|
+
* <p>Creates an ESX host and adds it to an Amazon EVS environment.</p> <p>This action can only be used after the Amazon EVS environment is deployed.</p> <p>You can use the <code>dedicatedHostId</code> parameter to specify an Amazon EC2 Dedicated Host for ESX host creation.</p> <p> You can use the <code>placementGroupId</code> parameter to specify a cluster or partition placement group to launch EC2 instances into.</p> <note> <p>If you don't specify an ESX version when adding hosts using <code>CreateEnvironmentHost</code> action, Amazon EVS automatically uses the default ESX version for your environment's VCF version. To find the available ESX versions for a particular VCF version, use the <code>GetVersions</code> action.</p> <p>You cannot use the <code>dedicatedHostId</code> and <code>placementGroupId</code> parameters together in the same <code>CreateEnvironmentHost</code> action. This results in a <code>ValidationException</code> response.</p> </note>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
@@ -56,7 +56,7 @@ declare const CreateEnvironmentHostCommand_base: {
|
|
|
56
56
|
* // environmentSummary: { // EnvironmentSummary
|
|
57
57
|
* // environmentId: "STRING_VALUE",
|
|
58
58
|
* // environmentName: "STRING_VALUE",
|
|
59
|
-
* // vcfVersion: "VCF-5.2.1" || "VCF-5.2.2",
|
|
59
|
+
* // vcfVersion: "VCF-5.2.1" || "VCF-5.2.2" || "SELF_DEPLOYED",
|
|
60
60
|
* // environmentStatus: "PASSED" || "FAILED" || "UNKNOWN",
|
|
61
61
|
* // environmentState: "CREATING" || "CREATED" || "DELETING" || "DELETED" || "CREATE_FAILED",
|
|
62
62
|
* // createdAt: new Date("TIMESTAMP"),
|
|
@@ -55,7 +55,7 @@ declare const DeleteEnvironmentCommand_base: {
|
|
|
55
55
|
* // environmentName: "STRING_VALUE",
|
|
56
56
|
* // vpcId: "STRING_VALUE",
|
|
57
57
|
* // serviceAccessSubnetId: "STRING_VALUE",
|
|
58
|
-
* // vcfVersion: "VCF-5.2.1" || "VCF-5.2.2",
|
|
58
|
+
* // vcfVersion: "VCF-5.2.1" || "VCF-5.2.2" || "SELF_DEPLOYED",
|
|
59
59
|
* // termsAccepted: true || false,
|
|
60
60
|
* // licenseInfo: [ // LicenseInfoList
|
|
61
61
|
* // { // LicenseInfo
|
|
@@ -67,7 +67,8 @@ declare const DeleteEnvironmentCommand_base: {
|
|
|
67
67
|
* // environmentStatus: "PASSED" || "FAILED" || "UNKNOWN",
|
|
68
68
|
* // checks: [ // ChecksList
|
|
69
69
|
* // { // Check
|
|
70
|
-
* // type: "KEY_REUSE" || "KEY_COVERAGE" || "REACHABILITY" || "HOST_COUNT" || "VCENTER_REACHABILITY" || "VCENTER_VM_SYNC" || "VCENTER_VM_EVENT",
|
|
70
|
+
* // type: "KEY_REUSE" || "KEY_COVERAGE" || "REACHABILITY" || "HOST_COUNT" || "VCENTER_REACHABILITY" || "VCENTER_VM_SYNC" || "VCENTER_VM_EVENT" || "OPERATIONS_MANAGER_REACHABILITY" || "SDDC_MANAGER_REACHABILITY" || "SDDC_MANAGER_HOST_COUNT" || "SDDC_MANAGER_KEY_COVERAGE" || "SDDC_MANAGER_KEY_REUSE" || "CONNECTOR_HEALTH",
|
|
71
|
+
* // id: "STRING_VALUE",
|
|
71
72
|
* // result: "PASSED" || "FAILED" || "UNKNOWN",
|
|
72
73
|
* // impairedSince: new Date("TIMESTAMP"),
|
|
73
74
|
* // },
|
|
@@ -49,7 +49,7 @@ declare const DeleteEnvironmentConnectorCommand_base: {
|
|
|
49
49
|
* // connector: { // Connector
|
|
50
50
|
* // environmentId: "STRING_VALUE",
|
|
51
51
|
* // connectorId: "STRING_VALUE",
|
|
52
|
-
* // type: "VCENTER",
|
|
52
|
+
* // type: "OPERATIONS_MANAGER" || "SDDC_MANAGER" || "VCENTER",
|
|
53
53
|
* // applianceFqdn: "STRING_VALUE",
|
|
54
54
|
* // secretArn: "STRING_VALUE",
|
|
55
55
|
* // state: "CREATING" || "CREATE_FAILED" || "ACTIVE" || "UPDATING" || "UPDATE_FAILED" || "DELETING" || "DELETED",
|
|
@@ -57,7 +57,7 @@ declare const DeleteEnvironmentConnectorCommand_base: {
|
|
|
57
57
|
* // status: "PASSED" || "FAILED" || "UNKNOWN",
|
|
58
58
|
* // checks: [ // ConnectorsChecksList
|
|
59
59
|
* // { // ConnectorCheck
|
|
60
|
-
* // type: "KEY_REUSE" || "KEY_COVERAGE" || "REACHABILITY" || "HOST_COUNT" || "VCENTER_REACHABILITY" || "VCENTER_VM_SYNC" || "VCENTER_VM_EVENT",
|
|
60
|
+
* // type: "KEY_REUSE" || "KEY_COVERAGE" || "REACHABILITY" || "HOST_COUNT" || "VCENTER_REACHABILITY" || "VCENTER_VM_SYNC" || "VCENTER_VM_EVENT" || "OPERATIONS_MANAGER_REACHABILITY" || "SDDC_MANAGER_REACHABILITY" || "SDDC_MANAGER_HOST_COUNT" || "SDDC_MANAGER_KEY_COVERAGE" || "SDDC_MANAGER_KEY_REUSE" || "CONNECTOR_HEALTH",
|
|
61
61
|
* // result: "PASSED" || "FAILED" || "UNKNOWN",
|
|
62
62
|
* // lastCheckAttempt: new Date("TIMESTAMP"),
|
|
63
63
|
* // impairedSince: new Date("TIMESTAMP"),
|
|
@@ -69,7 +69,7 @@ declare const DeleteEnvironmentConnectorCommand_base: {
|
|
|
69
69
|
* // environmentSummary: { // EnvironmentSummary
|
|
70
70
|
* // environmentId: "STRING_VALUE",
|
|
71
71
|
* // environmentName: "STRING_VALUE",
|
|
72
|
-
* // vcfVersion: "VCF-5.2.1" || "VCF-5.2.2",
|
|
72
|
+
* // vcfVersion: "VCF-5.2.1" || "VCF-5.2.2" || "SELF_DEPLOYED",
|
|
73
73
|
* // environmentStatus: "PASSED" || "FAILED" || "UNKNOWN",
|
|
74
74
|
* // environmentState: "CREATING" || "CREATED" || "DELETING" || "DELETED" || "CREATE_FAILED",
|
|
75
75
|
* // createdAt: new Date("TIMESTAMP"),
|
|
@@ -49,7 +49,7 @@ declare const DeleteEnvironmentHostCommand_base: {
|
|
|
49
49
|
* // environmentSummary: { // EnvironmentSummary
|
|
50
50
|
* // environmentId: "STRING_VALUE",
|
|
51
51
|
* // environmentName: "STRING_VALUE",
|
|
52
|
-
* // vcfVersion: "VCF-5.2.1" || "VCF-5.2.2",
|
|
52
|
+
* // vcfVersion: "VCF-5.2.1" || "VCF-5.2.2" || "SELF_DEPLOYED",
|
|
53
53
|
* // environmentStatus: "PASSED" || "FAILED" || "UNKNOWN",
|
|
54
54
|
* // environmentState: "CREATING" || "CREATED" || "DELETING" || "DELETED" || "CREATE_FAILED",
|
|
55
55
|
* // createdAt: new Date("TIMESTAMP"),
|
|
@@ -54,7 +54,7 @@ declare const GetEnvironmentCommand_base: {
|
|
|
54
54
|
* // environmentName: "STRING_VALUE",
|
|
55
55
|
* // vpcId: "STRING_VALUE",
|
|
56
56
|
* // serviceAccessSubnetId: "STRING_VALUE",
|
|
57
|
-
* // vcfVersion: "VCF-5.2.1" || "VCF-5.2.2",
|
|
57
|
+
* // vcfVersion: "VCF-5.2.1" || "VCF-5.2.2" || "SELF_DEPLOYED",
|
|
58
58
|
* // termsAccepted: true || false,
|
|
59
59
|
* // licenseInfo: [ // LicenseInfoList
|
|
60
60
|
* // { // LicenseInfo
|
|
@@ -66,7 +66,8 @@ declare const GetEnvironmentCommand_base: {
|
|
|
66
66
|
* // environmentStatus: "PASSED" || "FAILED" || "UNKNOWN",
|
|
67
67
|
* // checks: [ // ChecksList
|
|
68
68
|
* // { // Check
|
|
69
|
-
* // type: "KEY_REUSE" || "KEY_COVERAGE" || "REACHABILITY" || "HOST_COUNT" || "VCENTER_REACHABILITY" || "VCENTER_VM_SYNC" || "VCENTER_VM_EVENT",
|
|
69
|
+
* // type: "KEY_REUSE" || "KEY_COVERAGE" || "REACHABILITY" || "HOST_COUNT" || "VCENTER_REACHABILITY" || "VCENTER_VM_SYNC" || "VCENTER_VM_EVENT" || "OPERATIONS_MANAGER_REACHABILITY" || "SDDC_MANAGER_REACHABILITY" || "SDDC_MANAGER_HOST_COUNT" || "SDDC_MANAGER_KEY_COVERAGE" || "SDDC_MANAGER_KEY_REUSE" || "CONNECTOR_HEALTH",
|
|
70
|
+
* // id: "STRING_VALUE",
|
|
70
71
|
* // result: "PASSED" || "FAILED" || "UNKNOWN",
|
|
71
72
|
* // impairedSince: new Date("TIMESTAMP"),
|
|
72
73
|
* // },
|
|
@@ -44,7 +44,7 @@ declare const GetVersionsCommand_base: {
|
|
|
44
44
|
* // { // GetVersionsResponse
|
|
45
45
|
* // vcfVersions: [ // VcfVersionList // required
|
|
46
46
|
* // { // VcfVersionInfo
|
|
47
|
-
* // vcfVersion: "VCF-5.2.1" || "VCF-5.2.2", // required
|
|
47
|
+
* // vcfVersion: "VCF-5.2.1" || "VCF-5.2.2" || "SELF_DEPLOYED", // required
|
|
48
48
|
* // status: "STRING_VALUE", // required
|
|
49
49
|
* // defaultEsxVersion: "STRING_VALUE", // required
|
|
50
50
|
* // instanceTypes: [ // InstanceTypeList // required
|
|
@@ -51,7 +51,7 @@ declare const ListEnvironmentConnectorsCommand_base: {
|
|
|
51
51
|
* // { // Connector
|
|
52
52
|
* // environmentId: "STRING_VALUE",
|
|
53
53
|
* // connectorId: "STRING_VALUE",
|
|
54
|
-
* // type: "VCENTER",
|
|
54
|
+
* // type: "OPERATIONS_MANAGER" || "SDDC_MANAGER" || "VCENTER",
|
|
55
55
|
* // applianceFqdn: "STRING_VALUE",
|
|
56
56
|
* // secretArn: "STRING_VALUE",
|
|
57
57
|
* // state: "CREATING" || "CREATE_FAILED" || "ACTIVE" || "UPDATING" || "UPDATE_FAILED" || "DELETING" || "DELETED",
|
|
@@ -59,7 +59,7 @@ declare const ListEnvironmentConnectorsCommand_base: {
|
|
|
59
59
|
* // status: "PASSED" || "FAILED" || "UNKNOWN",
|
|
60
60
|
* // checks: [ // ConnectorsChecksList
|
|
61
61
|
* // { // ConnectorCheck
|
|
62
|
-
* // type: "KEY_REUSE" || "KEY_COVERAGE" || "REACHABILITY" || "HOST_COUNT" || "VCENTER_REACHABILITY" || "VCENTER_VM_SYNC" || "VCENTER_VM_EVENT",
|
|
62
|
+
* // type: "KEY_REUSE" || "KEY_COVERAGE" || "REACHABILITY" || "HOST_COUNT" || "VCENTER_REACHABILITY" || "VCENTER_VM_SYNC" || "VCENTER_VM_EVENT" || "OPERATIONS_MANAGER_REACHABILITY" || "SDDC_MANAGER_REACHABILITY" || "SDDC_MANAGER_HOST_COUNT" || "SDDC_MANAGER_KEY_COVERAGE" || "SDDC_MANAGER_KEY_REUSE" || "CONNECTOR_HEALTH",
|
|
63
63
|
* // result: "PASSED" || "FAILED" || "UNKNOWN",
|
|
64
64
|
* // lastCheckAttempt: new Date("TIMESTAMP"),
|
|
65
65
|
* // impairedSince: new Date("TIMESTAMP"),
|
|
@@ -53,7 +53,7 @@ declare const ListEnvironmentsCommand_base: {
|
|
|
53
53
|
* // { // EnvironmentSummary
|
|
54
54
|
* // environmentId: "STRING_VALUE",
|
|
55
55
|
* // environmentName: "STRING_VALUE",
|
|
56
|
-
* // vcfVersion: "VCF-5.2.1" || "VCF-5.2.2",
|
|
56
|
+
* // vcfVersion: "VCF-5.2.1" || "VCF-5.2.2" || "SELF_DEPLOYED",
|
|
57
57
|
* // environmentStatus: "PASSED" || "FAILED" || "UNKNOWN",
|
|
58
58
|
* // environmentState: "CREATING" || "CREATED" || "DELETING" || "DELETED" || "CREATE_FAILED",
|
|
59
59
|
* // createdAt: new Date("TIMESTAMP"),
|
|
@@ -51,7 +51,7 @@ declare const UpdateEnvironmentConnectorCommand_base: {
|
|
|
51
51
|
* // connector: { // Connector
|
|
52
52
|
* // environmentId: "STRING_VALUE",
|
|
53
53
|
* // connectorId: "STRING_VALUE",
|
|
54
|
-
* // type: "VCENTER",
|
|
54
|
+
* // type: "OPERATIONS_MANAGER" || "SDDC_MANAGER" || "VCENTER",
|
|
55
55
|
* // applianceFqdn: "STRING_VALUE",
|
|
56
56
|
* // secretArn: "STRING_VALUE",
|
|
57
57
|
* // state: "CREATING" || "CREATE_FAILED" || "ACTIVE" || "UPDATING" || "UPDATE_FAILED" || "DELETING" || "DELETED",
|
|
@@ -59,7 +59,7 @@ declare const UpdateEnvironmentConnectorCommand_base: {
|
|
|
59
59
|
* // status: "PASSED" || "FAILED" || "UNKNOWN",
|
|
60
60
|
* // checks: [ // ConnectorsChecksList
|
|
61
61
|
* // { // ConnectorCheck
|
|
62
|
-
* // type: "KEY_REUSE" || "KEY_COVERAGE" || "REACHABILITY" || "HOST_COUNT" || "VCENTER_REACHABILITY" || "VCENTER_VM_SYNC" || "VCENTER_VM_EVENT",
|
|
62
|
+
* // type: "KEY_REUSE" || "KEY_COVERAGE" || "REACHABILITY" || "HOST_COUNT" || "VCENTER_REACHABILITY" || "VCENTER_VM_SYNC" || "VCENTER_VM_EVENT" || "OPERATIONS_MANAGER_REACHABILITY" || "SDDC_MANAGER_REACHABILITY" || "SDDC_MANAGER_HOST_COUNT" || "SDDC_MANAGER_KEY_COVERAGE" || "SDDC_MANAGER_KEY_REUSE" || "CONNECTOR_HEALTH",
|
|
63
63
|
* // result: "PASSED" || "FAILED" || "UNKNOWN",
|
|
64
64
|
* // lastCheckAttempt: new Date("TIMESTAMP"),
|
|
65
65
|
* // impairedSince: new Date("TIMESTAMP"),
|
|
@@ -71,6 +71,7 @@ export type _InstanceType = (typeof _InstanceType)[keyof typeof _InstanceType];
|
|
|
71
71
|
* @enum
|
|
72
72
|
*/
|
|
73
73
|
export declare const VcfVersion: {
|
|
74
|
+
readonly SELF_DEPLOYED: "SELF_DEPLOYED";
|
|
74
75
|
readonly VCF_5_2_1: "VCF-5.2.1";
|
|
75
76
|
readonly VCF_5_2_2: "VCF-5.2.2";
|
|
76
77
|
};
|
|
@@ -96,10 +97,16 @@ export type CheckResult = (typeof CheckResult)[keyof typeof CheckResult];
|
|
|
96
97
|
* @enum
|
|
97
98
|
*/
|
|
98
99
|
export declare const CheckType: {
|
|
100
|
+
readonly CONNECTOR_HEALTH: "CONNECTOR_HEALTH";
|
|
99
101
|
readonly HOST_COUNT: "HOST_COUNT";
|
|
100
102
|
readonly KEY_COVERAGE: "KEY_COVERAGE";
|
|
101
103
|
readonly KEY_REUSE: "KEY_REUSE";
|
|
104
|
+
readonly OPERATIONS_MANAGER_REACHABILITY: "OPERATIONS_MANAGER_REACHABILITY";
|
|
102
105
|
readonly REACHABILITY: "REACHABILITY";
|
|
106
|
+
readonly SDDC_MANAGER_HOST_COUNT: "SDDC_MANAGER_HOST_COUNT";
|
|
107
|
+
readonly SDDC_MANAGER_KEY_COVERAGE: "SDDC_MANAGER_KEY_COVERAGE";
|
|
108
|
+
readonly SDDC_MANAGER_KEY_REUSE: "SDDC_MANAGER_KEY_REUSE";
|
|
109
|
+
readonly SDDC_MANAGER_REACHABILITY: "SDDC_MANAGER_REACHABILITY";
|
|
103
110
|
readonly VCENTER_REACHABILITY: "VCENTER_REACHABILITY";
|
|
104
111
|
readonly VCENTER_VM_EVENT: "VCENTER_VM_EVENT";
|
|
105
112
|
readonly VCENTER_VM_SYNC: "VCENTER_VM_SYNC";
|
|
@@ -128,6 +135,8 @@ export type EnvironmentState = (typeof EnvironmentState)[keyof typeof Environmen
|
|
|
128
135
|
* @enum
|
|
129
136
|
*/
|
|
130
137
|
export declare const ConnectorType: {
|
|
138
|
+
readonly OPERATIONS_MANAGER: "OPERATIONS_MANAGER";
|
|
139
|
+
readonly SDDC_MANAGER: "SDDC_MANAGER";
|
|
131
140
|
readonly VCENTER: "VCENTER";
|
|
132
141
|
};
|
|
133
142
|
/**
|
|
@@ -250,7 +250,7 @@ export interface CreateEntitlementResponse {
|
|
|
250
250
|
entitlements?: VmEntitlement[] | undefined;
|
|
251
251
|
}
|
|
252
252
|
/**
|
|
253
|
-
* <p>The connectivity configuration for the environment. Amazon EVS requires that you specify two route server peer IDs. During environment creation, the route server endpoints peer with the NSX uplink VLAN for connectivity to the NSX overlay network.</p>
|
|
253
|
+
* <p>The connectivity configuration for the environment. Amazon EVS requires that you specify two route server peer IDs. During environment creation, the route server endpoints peer with the NSX uplink VLAN for connectivity to the NSX overlay network.</p> <note> <p>Not supported when <code>vcfVersion</code> is <code>SELF_DEPLOYED</code>.</p> </note>
|
|
254
254
|
* @public
|
|
255
255
|
*/
|
|
256
256
|
export interface ConnectivityInfo {
|
|
@@ -396,7 +396,7 @@ export interface ServiceAccessSecurityGroups {
|
|
|
396
396
|
securityGroups?: string[] | undefined;
|
|
397
397
|
}
|
|
398
398
|
/**
|
|
399
|
-
* <p>The DNS hostnames that Amazon EVS uses to install VMware vCenter Server, NSX, SDDC Manager, and Cloud Builder. Each hostname must be unique, and resolve to a domain name that you've registered in your DNS service of choice. Hostnames cannot be changed.</p> <p>VMware VCF requires the deployment of two NSX Edge nodes, and three NSX Manager virtual machines.</p>
|
|
399
|
+
* <p>The DNS hostnames that Amazon EVS uses to install VMware vCenter Server, NSX, SDDC Manager, and Cloud Builder. Each hostname must be unique, and resolve to a domain name that you've registered in your DNS service of choice. Hostnames cannot be changed.</p> <p>VMware VCF requires the deployment of two NSX Edge nodes, and three NSX Manager virtual machines.</p> <note> <p>Not supported when <code>vcfVersion</code> is <code>SELF_DEPLOYED</code>.</p> </note>
|
|
400
400
|
* @public
|
|
401
401
|
*/
|
|
402
402
|
export interface VcfHostnames {
|
|
@@ -406,7 +406,7 @@ export interface VcfHostnames {
|
|
|
406
406
|
*/
|
|
407
407
|
vCenter: string | undefined;
|
|
408
408
|
/**
|
|
409
|
-
* <p>The VMware NSX hostname.</p>
|
|
409
|
+
* <p>The VMware NSX Virtual IP (VIP) hostname.</p>
|
|
410
410
|
* @public
|
|
411
411
|
*/
|
|
412
412
|
nsx: string | undefined;
|
|
@@ -481,50 +481,50 @@ export interface CreateEnvironmentRequest {
|
|
|
481
481
|
*/
|
|
482
482
|
vpcId: string | undefined;
|
|
483
483
|
/**
|
|
484
|
-
* <p>The subnet that is used to establish connectivity between the Amazon EVS control plane and VPC. Amazon EVS uses this subnet to
|
|
484
|
+
* <p>The subnet that is used to establish connectivity between the Amazon EVS control plane and VPC. The Amazon EVS control plane uses this subnet to interface with your environment. This includes validating DNS records and enabling Amazon EVS Connectors.</p>
|
|
485
485
|
* @public
|
|
486
486
|
*/
|
|
487
487
|
serviceAccessSubnetId: string | undefined;
|
|
488
488
|
/**
|
|
489
|
-
* <p>
|
|
489
|
+
* <p>The VCF version to use for the environment.</p> <ul> <li> <p> <code>SELF_DEPLOYED</code>: You install VCF yourself. The <code>licenseInfo</code>, <code>hosts</code>, <code>vcfHostnames</code>, <code>siteId</code>, and <code>connectivityInfo</code> parameters are not supported.</p> </li> <li> <p>Any other valid value: Amazon EVS installs and configures VCF for you in the version you specify.</p> </li> </ul>
|
|
490
490
|
* @public
|
|
491
491
|
*/
|
|
492
492
|
vcfVersion: VcfVersion | undefined;
|
|
493
493
|
/**
|
|
494
|
-
* <p>
|
|
494
|
+
* <p>Confirmation that the customer has purchased and will continue to maintain the required number of VCF software licenses to cover all physical processor cores in the Amazon EVS environment. Information about your VCF software in Amazon EVS will be shared with Broadcom to verify license compliance. Amazon EVS does not validate license keys. To validate license keys, visit the Broadcom support portal.</p>
|
|
495
495
|
* @public
|
|
496
496
|
*/
|
|
497
497
|
termsAccepted: boolean | undefined;
|
|
498
498
|
/**
|
|
499
|
-
* <p>The
|
|
499
|
+
* <p>The initial VLAN subnets for the Amazon EVS environment.</p> <note> <p>For each Amazon EVS VLAN subnet, you must specify a non-overlapping CIDR block. Amazon EVS VLAN subnets have a minimum CIDR block size of /28 and a maximum size of /24.</p> </note>
|
|
500
500
|
* @public
|
|
501
501
|
*/
|
|
502
|
-
|
|
502
|
+
initialVlans: InitialVlans | undefined;
|
|
503
503
|
/**
|
|
504
|
-
* <p>The
|
|
504
|
+
* <p>The connectivity configuration for the environment. Amazon EVS requires that you specify two route server peer IDs. During environment creation, the route server endpoints peer with the NSX edges over the NSX uplink subnet, providing BGP-based dynamic routing for overlay networks.</p> <note> <p>Not supported when <code>vcfVersion</code> is <code>SELF_DEPLOYED</code>.</p> </note>
|
|
505
505
|
* @public
|
|
506
506
|
*/
|
|
507
|
-
|
|
507
|
+
connectivityInfo?: ConnectivityInfo | undefined;
|
|
508
508
|
/**
|
|
509
|
-
* <p>The
|
|
509
|
+
* <p>The license information that Amazon EVS requires to create an environment. Amazon EVS requires two license keys: a VCF solution key and a vSAN license key. The VCF solution key must meet minimum core requirements, and the vSAN license key must meet minimum capacity requirements for your selected instance type.</p> <p>For information about minimum license requirements, see <a href="https://docs.aws.amazon.com/evs/latest/userguide/vcf-license-mgmt.html">the VCF subscriptions section</a> in the <i>Amazon EVS User Guide</i>.</p> <p>VCF licenses can be used for only one Amazon EVS environment. Amazon EVS does not support reuse of VCF licenses for multiple environments.</p> <p>VCF license information can be retrieved from the Broadcom portal.</p> <note> <p>Not supported when <code>vcfVersion</code> is <code>SELF_DEPLOYED</code>.</p> </note>
|
|
510
510
|
* @public
|
|
511
511
|
*/
|
|
512
|
-
|
|
512
|
+
licenseInfo?: LicenseInfo[] | undefined;
|
|
513
513
|
/**
|
|
514
|
-
* <p>
|
|
514
|
+
* <p>The ESX hosts to add to the environment. For each host, provide the desired hostname, EC2 SSH keypair name, and EC2 instance type. Optionally, provide a partition or cluster placement group, or use Amazon EC2 Dedicated Hosts.</p> <note> <p>Not supported when <code>vcfVersion</code> is <code>SELF_DEPLOYED</code>. In that case, you can add hosts using <code>CreateEnvironmentHost</code> after the environment is created.</p> </note>
|
|
515
515
|
* @public
|
|
516
516
|
*/
|
|
517
|
-
|
|
517
|
+
hosts?: HostInfoForCreate[] | undefined;
|
|
518
518
|
/**
|
|
519
|
-
* <p>The DNS hostnames for the virtual machines that host the VCF management appliances.
|
|
519
|
+
* <p>The DNS hostnames for the virtual machines that host the VCF management appliances. Provide hostnames for vCenter, NSX Manager, SDDC Manager, and Cloud Builder.</p> <note> <p>Not supported when <code>vcfVersion</code> is <code>SELF_DEPLOYED</code>.</p> </note>
|
|
520
520
|
* @public
|
|
521
521
|
*/
|
|
522
|
-
vcfHostnames
|
|
522
|
+
vcfHostnames?: VcfHostnames | undefined;
|
|
523
523
|
/**
|
|
524
|
-
* <p>The Broadcom Site ID that is allocated to you as part of your electronic software delivery. This ID allows customer access to the Broadcom portal, and is provided to you by Broadcom at the close of your software contract or contract renewal. Amazon EVS uses the Broadcom Site ID that you provide to meet Broadcom VCF license usage reporting requirements for Amazon EVS.</p>
|
|
524
|
+
* <p>The Broadcom Site ID that is allocated to you as part of your electronic software delivery. This ID allows customer access to the Broadcom portal, and is provided to you by Broadcom at the close of your software contract or contract renewal. Amazon EVS uses the Broadcom Site ID that you provide to meet Broadcom VCF license usage reporting requirements for Amazon EVS.</p> <note> <p>Not supported when <code>vcfVersion</code> is <code>SELF_DEPLOYED</code>.</p> </note>
|
|
525
525
|
* @public
|
|
526
526
|
*/
|
|
527
|
-
siteId
|
|
527
|
+
siteId?: string | undefined;
|
|
528
528
|
}
|
|
529
529
|
/**
|
|
530
530
|
* <p>A check on the environment to identify environment health and validate VMware VCF licensing compliance.</p>
|
|
@@ -532,10 +532,15 @@ export interface CreateEnvironmentRequest {
|
|
|
532
532
|
*/
|
|
533
533
|
export interface Check {
|
|
534
534
|
/**
|
|
535
|
-
* <p>The check type. Amazon EVS performs the following checks
|
|
535
|
+
* <p>The check type. Amazon EVS performs the following checks:</p> <ul> <li> <p> <code>KEY_REUSE</code>: Verifies that the VCF license key is not used by another Amazon EVS environment.</p> </li> <li> <p> <code>KEY_COVERAGE</code>: Verifies that the VCF license key allocates sufficient vCPU cores for all deployed hosts.</p> </li> <li> <p> <code>REACHABILITY</code>: Verifies that the Amazon EVS control plane has a persistent connection to SDDC Manager.</p> </li> <li> <p> <code>HOST_COUNT</code>: Verifies that the environment meets the minimum host count.</p> </li> <li> <p> <code>VCENTER_REACHABILITY</code>: Verifies vCenter Server reachability through the vCenter connector.</p> </li> <li> <p> <code>VCENTER_VM_SYNC</code>: Verifies that the vCenter connector can synchronize VM inventory from vCenter Server.</p> </li> <li> <p> <code>VCENTER_VM_EVENT</code>: Verifies that the vCenter connector can receive VM lifecycle events from vCenter Server.</p> </li> <li> <p> <code>OPERATIONS_MANAGER_REACHABILITY</code>: Verifies Operations Manager reachability through the Operations Manager connector.</p> </li> <li> <p> <code>SDDC_MANAGER_REACHABILITY</code>: Verifies SDDC Manager reachability through the SDDC Manager connector.</p> </li> <li> <p> <code>SDDC_MANAGER_HOST_COUNT</code>: Verifies that the host count reported by SDDC Manager meets Amazon EVS minimum requirements.</p> </li> <li> <p> <code>SDDC_MANAGER_KEY_COVERAGE</code>: Verifies that the VCF license key configured in SDDC Manager covers all deployed hosts.</p> </li> <li> <p> <code>SDDC_MANAGER_KEY_REUSE</code>: Verifies that the VCF license key configured in SDDC Manager is not used by another Amazon EVS environment.</p> </li> <li> <p> <code>CONNECTOR_HEALTH</code>: Aggregate health across all connectors in the environment.</p> </li> </ul>
|
|
536
536
|
* @public
|
|
537
537
|
*/
|
|
538
538
|
type?: CheckType | undefined;
|
|
539
|
+
/**
|
|
540
|
+
* <p>A unique ID for the check.</p>
|
|
541
|
+
* @public
|
|
542
|
+
*/
|
|
543
|
+
id?: string | undefined;
|
|
539
544
|
/**
|
|
540
545
|
* <p> The check result.</p>
|
|
541
546
|
* @public
|
|
@@ -634,7 +639,7 @@ export interface Environment {
|
|
|
634
639
|
*/
|
|
635
640
|
environmentStatus?: CheckResult | undefined;
|
|
636
641
|
/**
|
|
637
|
-
* <p>A check on the environment to identify
|
|
642
|
+
* <p>A check on the environment to identify connector health.</p>
|
|
638
643
|
* @public
|
|
639
644
|
*/
|
|
640
645
|
checks?: Check[] | undefined;
|
|
@@ -689,7 +694,7 @@ export interface CreateEnvironmentConnectorRequest {
|
|
|
689
694
|
*/
|
|
690
695
|
environmentId: string | undefined;
|
|
691
696
|
/**
|
|
692
|
-
* <p>The type of connector to create.</p>
|
|
697
|
+
* <p>The type of connector to create.</p> <ul> <li> <p> <code>OPERATIONS_MANAGER</code>: Connector to an Operations Manager appliance. Required for VCF 9x environments.</p> </li> <li> <p> <code>SDDC_MANAGER</code>: Connector to an SDDC Manager appliance. Required for VCF 5.x environments.</p> </li> <li> <p> <code>VCENTER</code>: Connector to a vCenter Server appliance. Required for features that depend on vCenter, such as Windows Server license-included.</p> </li> </ul>
|
|
693
698
|
* @public
|
|
694
699
|
*/
|
|
695
700
|
type: ConnectorType | undefined;
|
|
@@ -699,7 +704,7 @@ export interface CreateEnvironmentConnectorRequest {
|
|
|
699
704
|
*/
|
|
700
705
|
applianceFqdn: string | undefined;
|
|
701
706
|
/**
|
|
702
|
-
* <p>The ARN or name of the Amazon Web Services Secrets Manager secret that stores the credentials for the VCF appliance.</p> <important> <p>Do not use credentials with Administrator privileges. We recommend using a service account with
|
|
707
|
+
* <p>The ARN or name of the Amazon Web Services Secrets Manager secret that stores the credentials for the VCF appliance. <code>SDDC_MANAGER</code> requires an <code>apiKey</code> field; <code>OPERATIONS_MANAGER</code> and <code>VCENTER</code> require <code>username</code> and <code>password</code> fields.</p> <important> <p>Do not use credentials with Administrator privileges. We recommend using a service account with read-only permissions.</p> </important>
|
|
703
708
|
* @public
|
|
704
709
|
*/
|
|
705
710
|
secretIdentifier: string | undefined;
|
|
@@ -731,7 +736,7 @@ export interface ConnectorCheck {
|
|
|
731
736
|
impairedSince?: Date | undefined;
|
|
732
737
|
}
|
|
733
738
|
/**
|
|
734
|
-
* <p>An object that represents a connector for an Amazon EVS environment. A connector establishes a
|
|
739
|
+
* <p>An object that represents a connector for an Amazon EVS environment. A connector establishes a connection to the given appliance type using the credentials stored in Amazon Web Services Secrets Manager.</p>
|
|
735
740
|
* @public
|
|
736
741
|
*/
|
|
737
742
|
export interface Connector {
|
|
@@ -884,7 +889,7 @@ export interface NetworkInterface {
|
|
|
884
889
|
networkInterfaceId?: string | undefined;
|
|
885
890
|
}
|
|
886
891
|
/**
|
|
887
|
-
* <p>An ESX host that runs on an Amazon EC2 bare metal instance
|
|
892
|
+
* <p>An ESX host that runs on an Amazon EC2 bare metal instance.</p>
|
|
888
893
|
* @public
|
|
889
894
|
*/
|
|
890
895
|
export interface Host {
|
|
@@ -14,7 +14,7 @@ export declare const getRuntimeConfig: (config: EvsClientConfig) => {
|
|
|
14
14
|
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
|
-
streamCollector: import("
|
|
17
|
+
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
18
18
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
19
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
20
20
|
cacheMiddleware?: boolean | undefined;
|
|
@@ -15,7 +15,7 @@ export declare const getRuntimeConfig: (config: EvsClientConfig) => {
|
|
|
15
15
|
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
|
-
streamCollector: import("
|
|
18
|
+
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -15,7 +15,7 @@ export declare const getRuntimeConfig: (config: EvsClientConfig) => {
|
|
|
15
15
|
apiVersion: string;
|
|
16
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
17
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
18
|
-
streamCollector: import("
|
|
18
|
+
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
19
19
|
base64Decoder: import("@smithy/types").Decoder;
|
|
20
20
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
21
21
|
utf8Decoder: import("@smithy/types").Decoder;
|