@aws-sdk/client-evs 3.1116.0 → 3.1118.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 +2 -1
- package/dist-es/models/enums.js +1 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateEnvironmentHostCommand.d.ts +2 -2
- package/dist-types/commands/DeleteEnvironmentHostCommand.d.ts +1 -1
- package/dist-types/commands/GetVersionsCommand.d.ts +2 -2
- package/dist-types/commands/ListEnvironmentHostsCommand.d.ts +1 -1
- package/dist-types/models/enums.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +1 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -69,7 +69,7 @@ const commonParams = {
|
|
|
69
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
70
70
|
};
|
|
71
71
|
|
|
72
|
-
var version = "3.
|
|
72
|
+
var version = "3.1117.0";
|
|
73
73
|
var packageInfo = {
|
|
74
74
|
version: version};
|
|
75
75
|
|
|
@@ -1261,6 +1261,7 @@ const EntitlementStatus = {
|
|
|
1261
1261
|
const _InstanceType = {
|
|
1262
1262
|
I4I_METAL: "i4i.metal",
|
|
1263
1263
|
I7I_METAL_24XL: "i7i.metal-24xl",
|
|
1264
|
+
I7I_METAL_48XL: "i7i.metal-48xl",
|
|
1264
1265
|
};
|
|
1265
1266
|
const VcfVersion = {
|
|
1266
1267
|
SELF_DEPLOYED: "SELF_DEPLOYED",
|
package/dist-es/models/enums.js
CHANGED
|
@@ -88,7 +88,7 @@ declare const CreateEnvironmentCommand_base: {
|
|
|
88
88
|
* { // HostInfoForCreate
|
|
89
89
|
* hostName: "STRING_VALUE", // required
|
|
90
90
|
* keyName: "STRING_VALUE", // required
|
|
91
|
-
* instanceType: "i4i.metal" || "i7i.metal-24xl", // required
|
|
91
|
+
* instanceType: "i4i.metal" || "i7i.metal-24xl" || "i7i.metal-48xl", // required
|
|
92
92
|
* placementGroupId: "STRING_VALUE",
|
|
93
93
|
* dedicatedHostId: "STRING_VALUE",
|
|
94
94
|
* },
|
|
@@ -39,7 +39,7 @@ declare const CreateEnvironmentHostCommand_base: {
|
|
|
39
39
|
* host: { // HostInfoForCreate
|
|
40
40
|
* hostName: "STRING_VALUE", // required
|
|
41
41
|
* keyName: "STRING_VALUE", // required
|
|
42
|
-
* instanceType: "i4i.metal" || "i7i.metal-24xl", // required
|
|
42
|
+
* instanceType: "i4i.metal" || "i7i.metal-24xl" || "i7i.metal-48xl", // required
|
|
43
43
|
* placementGroupId: "STRING_VALUE",
|
|
44
44
|
* dedicatedHostId: "STRING_VALUE",
|
|
45
45
|
* },
|
|
@@ -62,7 +62,7 @@ declare const CreateEnvironmentHostCommand_base: {
|
|
|
62
62
|
* // hostName: "STRING_VALUE",
|
|
63
63
|
* // ipAddress: "STRING_VALUE",
|
|
64
64
|
* // keyName: "STRING_VALUE",
|
|
65
|
-
* // instanceType: "i4i.metal" || "i7i.metal-24xl",
|
|
65
|
+
* // instanceType: "i4i.metal" || "i7i.metal-24xl" || "i7i.metal-48xl",
|
|
66
66
|
* // placementGroupId: "STRING_VALUE",
|
|
67
67
|
* // dedicatedHostId: "STRING_VALUE",
|
|
68
68
|
* // createdAt: new Date("TIMESTAMP"),
|
|
@@ -55,7 +55,7 @@ declare const DeleteEnvironmentHostCommand_base: {
|
|
|
55
55
|
* // hostName: "STRING_VALUE",
|
|
56
56
|
* // ipAddress: "STRING_VALUE",
|
|
57
57
|
* // keyName: "STRING_VALUE",
|
|
58
|
-
* // instanceType: "i4i.metal" || "i7i.metal-24xl",
|
|
58
|
+
* // instanceType: "i4i.metal" || "i7i.metal-24xl" || "i7i.metal-48xl",
|
|
59
59
|
* // placementGroupId: "STRING_VALUE",
|
|
60
60
|
* // dedicatedHostId: "STRING_VALUE",
|
|
61
61
|
* // createdAt: new Date("TIMESTAMP"),
|
|
@@ -43,13 +43,13 @@ declare const GetVersionsCommand_base: {
|
|
|
43
43
|
* // status: "STRING_VALUE", // required
|
|
44
44
|
* // defaultEsxVersion: "STRING_VALUE", // required
|
|
45
45
|
* // instanceTypes: [ // InstanceTypeList // required
|
|
46
|
-
* // "i4i.metal" || "i7i.metal-24xl",
|
|
46
|
+
* // "i4i.metal" || "i7i.metal-24xl" || "i7i.metal-48xl",
|
|
47
47
|
* // ],
|
|
48
48
|
* // },
|
|
49
49
|
* // ],
|
|
50
50
|
* // instanceTypeEsxVersions: [ // InstanceTypeEsxVersionsList // required
|
|
51
51
|
* // { // InstanceTypeEsxVersionsInfo
|
|
52
|
-
* // instanceType: "i4i.metal" || "i7i.metal-24xl", // required
|
|
52
|
+
* // instanceType: "i4i.metal" || "i7i.metal-24xl" || "i7i.metal-48xl", // required
|
|
53
53
|
* // esxVersions: [ // EsxVersionList // required
|
|
54
54
|
* // "STRING_VALUE",
|
|
55
55
|
* // ],
|
|
@@ -47,7 +47,7 @@ declare const ListEnvironmentHostsCommand_base: {
|
|
|
47
47
|
* // hostName: "STRING_VALUE",
|
|
48
48
|
* // ipAddress: "STRING_VALUE",
|
|
49
49
|
* // keyName: "STRING_VALUE",
|
|
50
|
-
* // instanceType: "i4i.metal" || "i7i.metal-24xl",
|
|
50
|
+
* // instanceType: "i4i.metal" || "i7i.metal-24xl" || "i7i.metal-48xl",
|
|
51
51
|
* // placementGroupId: "STRING_VALUE",
|
|
52
52
|
* // dedicatedHostId: "STRING_VALUE",
|
|
53
53
|
* // createdAt: new Date("TIMESTAMP"),
|
|
@@ -61,6 +61,7 @@ export type EntitlementStatus = (typeof EntitlementStatus)[keyof typeof Entitlem
|
|
|
61
61
|
export declare const _InstanceType: {
|
|
62
62
|
readonly I4I_METAL: "i4i.metal";
|
|
63
63
|
readonly I7I_METAL_24XL: "i7i.metal-24xl";
|
|
64
|
+
readonly I7I_METAL_48XL: "i7i.metal-48xl";
|
|
64
65
|
};
|
|
65
66
|
/**
|
|
66
67
|
* @public
|
|
@@ -30,6 +30,7 @@ export type EntitlementStatus = (typeof EntitlementStatus)[keyof typeof Entitlem
|
|
|
30
30
|
export declare const _InstanceType: {
|
|
31
31
|
readonly I4I_METAL: "i4i.metal";
|
|
32
32
|
readonly I7I_METAL_24XL: "i7i.metal-24xl";
|
|
33
|
+
readonly I7I_METAL_48XL: "i7i.metal-48xl";
|
|
33
34
|
};
|
|
34
35
|
export type _InstanceType = (typeof _InstanceType)[keyof typeof _InstanceType];
|
|
35
36
|
export declare const VcfVersion: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-evs",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1118.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Evs Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-evs",
|
|
6
6
|
"license": "Apache-2.0",
|