@aws-sdk/client-evs 3.1036.0 → 3.1037.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 CHANGED
@@ -435,6 +435,7 @@ const EntitlementStatus = {
435
435
  };
436
436
  const _InstanceType = {
437
437
  I4I_METAL: "i4i.metal",
438
+ I7I_METAL_24XL: "i7i.metal-24xl",
438
439
  };
439
440
  const VcfVersion = {
440
441
  VCF_5_2_1: "VCF-5.2.1",
@@ -24,6 +24,7 @@ export const EntitlementStatus = {
24
24
  };
25
25
  export const _InstanceType = {
26
26
  I4I_METAL: "i4i.metal",
27
+ I7I_METAL_24XL: "i7i.metal-24xl",
27
28
  };
28
29
  export const VcfVersion = {
29
30
  VCF_5_2_1: "VCF-5.2.1",
@@ -86,7 +86,7 @@ declare const CreateEnvironmentCommand_base: {
86
86
  * { // HostInfoForCreate
87
87
  * hostName: "STRING_VALUE", // required
88
88
  * keyName: "STRING_VALUE", // required
89
- * instanceType: "i4i.metal", // required
89
+ * instanceType: "i4i.metal" || "i7i.metal-24xl", // required
90
90
  * placementGroupId: "STRING_VALUE",
91
91
  * dedicatedHostId: "STRING_VALUE",
92
92
  * },
@@ -42,7 +42,7 @@ declare const CreateEnvironmentHostCommand_base: {
42
42
  * host: { // HostInfoForCreate
43
43
  * hostName: "STRING_VALUE", // required
44
44
  * keyName: "STRING_VALUE", // required
45
- * instanceType: "i4i.metal", // required
45
+ * instanceType: "i4i.metal" || "i7i.metal-24xl", // required
46
46
  * placementGroupId: "STRING_VALUE",
47
47
  * dedicatedHostId: "STRING_VALUE",
48
48
  * },
@@ -65,7 +65,7 @@ declare const CreateEnvironmentHostCommand_base: {
65
65
  * // hostName: "STRING_VALUE",
66
66
  * // ipAddress: "STRING_VALUE",
67
67
  * // keyName: "STRING_VALUE",
68
- * // instanceType: "i4i.metal",
68
+ * // instanceType: "i4i.metal" || "i7i.metal-24xl",
69
69
  * // placementGroupId: "STRING_VALUE",
70
70
  * // dedicatedHostId: "STRING_VALUE",
71
71
  * // createdAt: new Date("TIMESTAMP"),
@@ -58,7 +58,7 @@ declare const DeleteEnvironmentHostCommand_base: {
58
58
  * // hostName: "STRING_VALUE",
59
59
  * // ipAddress: "STRING_VALUE",
60
60
  * // keyName: "STRING_VALUE",
61
- * // instanceType: "i4i.metal",
61
+ * // instanceType: "i4i.metal" || "i7i.metal-24xl",
62
62
  * // placementGroupId: "STRING_VALUE",
63
63
  * // dedicatedHostId: "STRING_VALUE",
64
64
  * // createdAt: new Date("TIMESTAMP"),
@@ -46,13 +46,13 @@ declare const GetVersionsCommand_base: {
46
46
  * // status: "STRING_VALUE", // required
47
47
  * // defaultEsxVersion: "STRING_VALUE", // required
48
48
  * // instanceTypes: [ // InstanceTypeList // required
49
- * // "i4i.metal",
49
+ * // "i4i.metal" || "i7i.metal-24xl",
50
50
  * // ],
51
51
  * // },
52
52
  * // ],
53
53
  * // instanceTypeEsxVersions: [ // InstanceTypeEsxVersionsList // required
54
54
  * // { // InstanceTypeEsxVersionsInfo
55
- * // instanceType: "i4i.metal", // required
55
+ * // instanceType: "i4i.metal" || "i7i.metal-24xl", // required
56
56
  * // esxVersions: [ // EsxVersionList // required
57
57
  * // "STRING_VALUE",
58
58
  * // ],
@@ -50,7 +50,7 @@ declare const ListEnvironmentHostsCommand_base: {
50
50
  * // hostName: "STRING_VALUE",
51
51
  * // ipAddress: "STRING_VALUE",
52
52
  * // keyName: "STRING_VALUE",
53
- * // instanceType: "i4i.metal",
53
+ * // instanceType: "i4i.metal" || "i7i.metal-24xl",
54
54
  * // placementGroupId: "STRING_VALUE",
55
55
  * // dedicatedHostId: "STRING_VALUE",
56
56
  * // createdAt: new Date("TIMESTAMP"),
@@ -60,6 +60,7 @@ export type EntitlementStatus = (typeof EntitlementStatus)[keyof typeof Entitlem
60
60
  */
61
61
  export declare const _InstanceType: {
62
62
  readonly I4I_METAL: "i4i.metal";
63
+ readonly I7I_METAL_24XL: "i7i.metal-24xl";
63
64
  };
64
65
  /**
65
66
  * @public
@@ -276,7 +276,7 @@ export interface HostInfoForCreate {
276
276
  */
277
277
  keyName: string | undefined;
278
278
  /**
279
- * <p>The EC2 instance type that represents the host.</p> <note> <p>Currently, Amazon EVS supports only the <code>i4i.metal</code> instance type.</p> </note>
279
+ * <p>The EC2 instance type that represents the host.</p>
280
280
  * @public
281
281
  */
282
282
  instanceType: _InstanceType | undefined;
@@ -374,12 +374,12 @@ export interface InitialVlans {
374
374
  */
375
375
  export interface LicenseInfo {
376
376
  /**
377
- * <p> The VCF solution key. This license unlocks VMware VCF product features, including vSphere, NSX, SDDC Manager, and vCenter Server. The VCF solution key must cover a minimum of 256 cores.</p>
377
+ * <p> The VCF solution key. This license unlocks VMware VCF product features, including vSphere, NSX, SDDC Manager, and vCenter Server. The VCF solution key must meet the instance-type-specific minimum core requirements.</p>
378
378
  * @public
379
379
  */
380
380
  solutionKey: string | undefined;
381
381
  /**
382
- * <p> The VSAN license key. This license unlocks vSAN features. The vSAN license key must provide at least 110 TiB of vSAN capacity.</p>
382
+ * <p> The VSAN license key. This license unlocks vSAN features. The vSAN license key must meet the instance-type-specific minimum capacity requirements.</p>
383
383
  * @public
384
384
  */
385
385
  vsanKey: string | undefined;
@@ -496,7 +496,7 @@ export interface CreateEnvironmentRequest {
496
496
  */
497
497
  termsAccepted: boolean | undefined;
498
498
  /**
499
- * <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 cover a minimum of 256 cores. The vSAN license key must provide at least 110 TiB of vSAN capacity.</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>
499
+ * <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>
500
500
  * @public
501
501
  */
502
502
  licenseInfo: LicenseInfo[] | undefined;
@@ -619,7 +619,7 @@ export interface Environment {
619
619
  */
620
620
  termsAccepted?: boolean | undefined;
621
621
  /**
622
- * <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 cover a minimum of 256 cores. The vSAN license key must provide at least 110 TiB of vSAN capacity.</p>
622
+ * <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>
623
623
  * @public
624
624
  */
625
625
  licenseInfo?: LicenseInfo[] | undefined;
@@ -904,7 +904,7 @@ export interface Host {
904
904
  */
905
905
  keyName?: string | undefined;
906
906
  /**
907
- * <p>The EC2 instance type of the host.</p> <note> <p>Currently, Amazon EVS supports only the <code>i4i.metal</code> instance type.</p> </note> <note> <p>EC2 instances created through Amazon EVS do not support associating an IAM instance profile.</p> </note>
907
+ * <p>The EC2 instance type of the host.</p> <note> <p>EC2 instances created through Amazon EVS do not support associating an IAM instance profile.</p> </note>
908
908
  * @public
909
909
  */
910
910
  instanceType?: _InstanceType | undefined;
@@ -31,6 +31,7 @@ export type EntitlementStatus =
31
31
  (typeof EntitlementStatus)[keyof typeof EntitlementStatus];
32
32
  export declare const _InstanceType: {
33
33
  readonly I4I_METAL: "i4i.metal";
34
+ readonly I7I_METAL_24XL: "i7i.metal-24xl";
34
35
  };
35
36
  export type _InstanceType = (typeof _InstanceType)[keyof typeof _InstanceType];
36
37
  export declare const VcfVersion: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-evs",
3
3
  "description": "AWS SDK for JavaScript Evs Client for Node.js, Browser and React Native",
4
- "version": "3.1036.0",
4
+ "version": "3.1037.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-evs",