aws-sdk-evs 1.15.0 → 1.16.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-evs/client.rb +18 -11
- data/lib/aws-sdk-evs/types.rb +24 -16
- data/lib/aws-sdk-evs.rb +1 -1
- data/sig/client.rbs +2 -2
- data/sig/types.rbs +4 -4
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9ddd9f745fb1123fef6ef2e6a5d19bcf0f9dbff9bd95af54f115807cd55ecbf2
|
|
4
|
+
data.tar.gz: d1e8d19e8077a172d7ea575ffa8919193b2219a7809d2906cac5eb1cfd195a43
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 34ae032e1bbebd99112f44041d4f8797802aba89632aa658f78a25d7036a4bbd85e8ea8055c0a1760adb886acf413f90446a5d75ebea2c57f896c93b27f16f92
|
|
7
|
+
data.tar.gz: 5013b1bcd5965b4c1daf7804c8d0982db891160dbac9e30aab6f6180c2f032cfd7f0feb9ef4193eb0a820d04207e696fcc2b1ca7137d3e11dd2b8ac6f8162eca
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.16.0 (2026-04-24)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - EVS now supports i7i.metal-24xl EC2 bare metal instance type, delivering high random IOPS performance with real-time latency, ideal for IO intensive and latency-sensitive workloads such as transactional databases, real-time analytics, and AI ML pre-processing.
|
|
8
|
+
|
|
4
9
|
1.15.0 (2026-04-20)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.16.0
|
data/lib/aws-sdk-evs/client.rb
CHANGED
|
@@ -741,15 +741,22 @@ module Aws::Evs
|
|
|
741
741
|
# @option params [required, Array<Types::LicenseInfo>] :license_info
|
|
742
742
|
# The license information that Amazon EVS requires to create an
|
|
743
743
|
# environment. Amazon EVS requires two license keys: a VCF solution key
|
|
744
|
-
# and a vSAN license key. The VCF solution key must
|
|
745
|
-
#
|
|
746
|
-
#
|
|
744
|
+
# and a vSAN license key. The VCF solution key must meet minimum core
|
|
745
|
+
# requirements, and the vSAN license key must meet minimum capacity
|
|
746
|
+
# requirements for your selected instance type.
|
|
747
|
+
#
|
|
748
|
+
# For information about minimum license requirements, see [the VCF
|
|
749
|
+
# subscriptions section][1] in the *Amazon EVS User Guide*.
|
|
747
750
|
#
|
|
748
751
|
# VCF licenses can be used for only one Amazon EVS environment. Amazon
|
|
749
752
|
# EVS does not support reuse of VCF licenses for multiple environments.
|
|
750
753
|
#
|
|
751
754
|
# VCF license information can be retrieved from the Broadcom portal.
|
|
752
755
|
#
|
|
756
|
+
#
|
|
757
|
+
#
|
|
758
|
+
# [1]: https://docs.aws.amazon.com/evs/latest/userguide/vcf-license-mgmt.html
|
|
759
|
+
#
|
|
753
760
|
# @option params [required, Types::InitialVlans] :initial_vlans
|
|
754
761
|
# The initial VLAN subnets for the Amazon EVS environment.
|
|
755
762
|
#
|
|
@@ -853,7 +860,7 @@ module Aws::Evs
|
|
|
853
860
|
# {
|
|
854
861
|
# host_name: "HostName", # required
|
|
855
862
|
# key_name: "KeyName", # required
|
|
856
|
-
# instance_type: "i4i.metal", # required, accepts i4i.metal
|
|
863
|
+
# instance_type: "i4i.metal", # required, accepts i4i.metal, i7i.metal-24xl
|
|
857
864
|
# placement_group_id: "PlacementGroupId",
|
|
858
865
|
# dedicated_host_id: "DedicatedHostId",
|
|
859
866
|
# },
|
|
@@ -1064,7 +1071,7 @@ module Aws::Evs
|
|
|
1064
1071
|
# host: { # required
|
|
1065
1072
|
# host_name: "HostName", # required
|
|
1066
1073
|
# key_name: "KeyName", # required
|
|
1067
|
-
# instance_type: "i4i.metal", # required, accepts i4i.metal
|
|
1074
|
+
# instance_type: "i4i.metal", # required, accepts i4i.metal, i7i.metal-24xl
|
|
1068
1075
|
# placement_group_id: "PlacementGroupId",
|
|
1069
1076
|
# dedicated_host_id: "DedicatedHostId",
|
|
1070
1077
|
# },
|
|
@@ -1084,7 +1091,7 @@ module Aws::Evs
|
|
|
1084
1091
|
# resp.host.host_name #=> String
|
|
1085
1092
|
# resp.host.ip_address #=> String
|
|
1086
1093
|
# resp.host.key_name #=> String
|
|
1087
|
-
# resp.host.instance_type #=> String, one of "i4i.metal"
|
|
1094
|
+
# resp.host.instance_type #=> String, one of "i4i.metal", "i7i.metal-24xl"
|
|
1088
1095
|
# resp.host.placement_group_id #=> String
|
|
1089
1096
|
# resp.host.dedicated_host_id #=> String
|
|
1090
1097
|
# resp.host.created_at #=> Time
|
|
@@ -1393,7 +1400,7 @@ module Aws::Evs
|
|
|
1393
1400
|
# resp.host.host_name #=> String
|
|
1394
1401
|
# resp.host.ip_address #=> String
|
|
1395
1402
|
# resp.host.key_name #=> String
|
|
1396
|
-
# resp.host.instance_type #=> String, one of "i4i.metal"
|
|
1403
|
+
# resp.host.instance_type #=> String, one of "i4i.metal", "i7i.metal-24xl"
|
|
1397
1404
|
# resp.host.placement_group_id #=> String
|
|
1398
1405
|
# resp.host.dedicated_host_id #=> String
|
|
1399
1406
|
# resp.host.created_at #=> Time
|
|
@@ -1561,9 +1568,9 @@ module Aws::Evs
|
|
|
1561
1568
|
# resp.vcf_versions[0].status #=> String
|
|
1562
1569
|
# resp.vcf_versions[0].default_esx_version #=> String
|
|
1563
1570
|
# resp.vcf_versions[0].instance_types #=> Array
|
|
1564
|
-
# resp.vcf_versions[0].instance_types[0] #=> String, one of "i4i.metal"
|
|
1571
|
+
# resp.vcf_versions[0].instance_types[0] #=> String, one of "i4i.metal", "i7i.metal-24xl"
|
|
1565
1572
|
# resp.instance_type_esx_versions #=> Array
|
|
1566
|
-
# resp.instance_type_esx_versions[0].instance_type #=> String, one of "i4i.metal"
|
|
1573
|
+
# resp.instance_type_esx_versions[0].instance_type #=> String, one of "i4i.metal", "i7i.metal-24xl"
|
|
1567
1574
|
# resp.instance_type_esx_versions[0].esx_versions #=> Array
|
|
1568
1575
|
# resp.instance_type_esx_versions[0].esx_versions[0] #=> String
|
|
1569
1576
|
#
|
|
@@ -1677,7 +1684,7 @@ module Aws::Evs
|
|
|
1677
1684
|
# resp.environment_hosts[0].host_name #=> String
|
|
1678
1685
|
# resp.environment_hosts[0].ip_address #=> String
|
|
1679
1686
|
# resp.environment_hosts[0].key_name #=> String
|
|
1680
|
-
# resp.environment_hosts[0].instance_type #=> String, one of "i4i.metal"
|
|
1687
|
+
# resp.environment_hosts[0].instance_type #=> String, one of "i4i.metal", "i7i.metal-24xl"
|
|
1681
1688
|
# resp.environment_hosts[0].placement_group_id #=> String
|
|
1682
1689
|
# resp.environment_hosts[0].dedicated_host_id #=> String
|
|
1683
1690
|
# resp.environment_hosts[0].created_at #=> Time
|
|
@@ -2072,7 +2079,7 @@ module Aws::Evs
|
|
|
2072
2079
|
tracer: tracer
|
|
2073
2080
|
)
|
|
2074
2081
|
context[:gem_name] = 'aws-sdk-evs'
|
|
2075
|
-
context[:gem_version] = '1.
|
|
2082
|
+
context[:gem_version] = '1.16.0'
|
|
2076
2083
|
Seahorse::Client::Request.new(handlers, context)
|
|
2077
2084
|
end
|
|
2078
2085
|
|
data/lib/aws-sdk-evs/types.rb
CHANGED
|
@@ -503,15 +503,22 @@ module Aws::Evs
|
|
|
503
503
|
# @!attribute [rw] license_info
|
|
504
504
|
# The license information that Amazon EVS requires to create an
|
|
505
505
|
# environment. Amazon EVS requires two license keys: a VCF solution
|
|
506
|
-
# key and a vSAN license key. The VCF solution key must
|
|
507
|
-
#
|
|
508
|
-
#
|
|
506
|
+
# key and a vSAN license key. The VCF solution key must meet minimum
|
|
507
|
+
# core requirements, and the vSAN license key must meet minimum
|
|
508
|
+
# capacity requirements for your selected instance type.
|
|
509
|
+
#
|
|
510
|
+
# For information about minimum license requirements, see [the VCF
|
|
511
|
+
# subscriptions section][1] in the *Amazon EVS User Guide*.
|
|
509
512
|
#
|
|
510
513
|
# VCF licenses can be used for only one Amazon EVS environment. Amazon
|
|
511
514
|
# EVS does not support reuse of VCF licenses for multiple
|
|
512
515
|
# environments.
|
|
513
516
|
#
|
|
514
517
|
# VCF license information can be retrieved from the Broadcom portal.
|
|
518
|
+
#
|
|
519
|
+
#
|
|
520
|
+
#
|
|
521
|
+
# [1]: https://docs.aws.amazon.com/evs/latest/userguide/vcf-license-mgmt.html
|
|
515
522
|
# @return [Array<Types::LicenseInfo>]
|
|
516
523
|
#
|
|
517
524
|
# @!attribute [rw] initial_vlans
|
|
@@ -930,9 +937,16 @@ module Aws::Evs
|
|
|
930
937
|
# @!attribute [rw] license_info
|
|
931
938
|
# The license information that Amazon EVS requires to create an
|
|
932
939
|
# environment. Amazon EVS requires two license keys: a VCF solution
|
|
933
|
-
# key and a vSAN license key. The VCF solution key must
|
|
934
|
-
#
|
|
935
|
-
#
|
|
940
|
+
# key and a vSAN license key. The VCF solution key must meet minimum
|
|
941
|
+
# core requirements, and the vSAN license key must meet minimum
|
|
942
|
+
# capacity requirements for your selected instance type.
|
|
943
|
+
#
|
|
944
|
+
# For information about minimum license requirements, see [the VCF
|
|
945
|
+
# subscriptions section][1] in the *Amazon EVS User Guide*.
|
|
946
|
+
#
|
|
947
|
+
#
|
|
948
|
+
#
|
|
949
|
+
# [1]: https://docs.aws.amazon.com/evs/latest/userguide/vcf-license-mgmt.html
|
|
936
950
|
# @return [Array<Types::LicenseInfo>]
|
|
937
951
|
#
|
|
938
952
|
# @!attribute [rw] site_id
|
|
@@ -1161,10 +1175,6 @@ module Aws::Evs
|
|
|
1161
1175
|
# @!attribute [rw] instance_type
|
|
1162
1176
|
# The EC2 instance type of the host.
|
|
1163
1177
|
#
|
|
1164
|
-
# <note markdown="1"> Currently, Amazon EVS supports only the `i4i.metal` instance type.
|
|
1165
|
-
#
|
|
1166
|
-
# </note>
|
|
1167
|
-
#
|
|
1168
1178
|
# <note markdown="1"> EC2 instances created through Amazon EVS do not support associating
|
|
1169
1179
|
# an IAM instance profile.
|
|
1170
1180
|
#
|
|
@@ -1241,10 +1251,6 @@ module Aws::Evs
|
|
|
1241
1251
|
#
|
|
1242
1252
|
# @!attribute [rw] instance_type
|
|
1243
1253
|
# The EC2 instance type that represents the host.
|
|
1244
|
-
#
|
|
1245
|
-
# <note markdown="1"> Currently, Amazon EVS supports only the `i4i.metal` instance type.
|
|
1246
|
-
#
|
|
1247
|
-
# </note>
|
|
1248
1254
|
# @return [String]
|
|
1249
1255
|
#
|
|
1250
1256
|
# @!attribute [rw] placement_group_id
|
|
@@ -1440,12 +1446,14 @@ module Aws::Evs
|
|
|
1440
1446
|
# @!attribute [rw] solution_key
|
|
1441
1447
|
# The VCF solution key. This license unlocks VMware VCF product
|
|
1442
1448
|
# features, including vSphere, NSX, SDDC Manager, and vCenter Server.
|
|
1443
|
-
# The VCF solution key must
|
|
1449
|
+
# The VCF solution key must meet the instance-type-specific minimum
|
|
1450
|
+
# core requirements.
|
|
1444
1451
|
# @return [String]
|
|
1445
1452
|
#
|
|
1446
1453
|
# @!attribute [rw] vsan_key
|
|
1447
1454
|
# The VSAN license key. This license unlocks vSAN features. The vSAN
|
|
1448
|
-
# license key must
|
|
1455
|
+
# license key must meet the instance-type-specific minimum capacity
|
|
1456
|
+
# requirements.
|
|
1449
1457
|
# @return [String]
|
|
1450
1458
|
#
|
|
1451
1459
|
# @see http://docs.aws.amazon.com/goto/WebAPI/evs-2023-07-27/LicenseInfo AWS API Documentation
|
data/lib/aws-sdk-evs.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -167,7 +167,7 @@ module Aws
|
|
|
167
167
|
{
|
|
168
168
|
host_name: ::String,
|
|
169
169
|
key_name: ::String,
|
|
170
|
-
instance_type: ("i4i.metal"),
|
|
170
|
+
instance_type: ("i4i.metal" | "i7i.metal-24xl"),
|
|
171
171
|
placement_group_id: ::String?,
|
|
172
172
|
dedicated_host_id: ::String?
|
|
173
173
|
},
|
|
@@ -216,7 +216,7 @@ module Aws
|
|
|
216
216
|
host: {
|
|
217
217
|
host_name: ::String,
|
|
218
218
|
key_name: ::String,
|
|
219
|
-
instance_type: ("i4i.metal"),
|
|
219
|
+
instance_type: ("i4i.metal" | "i7i.metal-24xl"),
|
|
220
220
|
placement_group_id: ::String?,
|
|
221
221
|
dedicated_host_id: ::String?
|
|
222
222
|
},
|
data/sig/types.rbs
CHANGED
|
@@ -258,7 +258,7 @@ module Aws::Evs
|
|
|
258
258
|
attr_accessor host_name: ::String
|
|
259
259
|
attr_accessor ip_address: ::String
|
|
260
260
|
attr_accessor key_name: ::String
|
|
261
|
-
attr_accessor instance_type: ("i4i.metal")
|
|
261
|
+
attr_accessor instance_type: ("i4i.metal" | "i7i.metal-24xl")
|
|
262
262
|
attr_accessor placement_group_id: ::String
|
|
263
263
|
attr_accessor dedicated_host_id: ::String
|
|
264
264
|
attr_accessor created_at: ::Time
|
|
@@ -273,7 +273,7 @@ module Aws::Evs
|
|
|
273
273
|
class HostInfoForCreate
|
|
274
274
|
attr_accessor host_name: ::String
|
|
275
275
|
attr_accessor key_name: ::String
|
|
276
|
-
attr_accessor instance_type: ("i4i.metal")
|
|
276
|
+
attr_accessor instance_type: ("i4i.metal" | "i7i.metal-24xl")
|
|
277
277
|
attr_accessor placement_group_id: ::String
|
|
278
278
|
attr_accessor dedicated_host_id: ::String
|
|
279
279
|
SENSITIVE: []
|
|
@@ -301,7 +301,7 @@ module Aws::Evs
|
|
|
301
301
|
end
|
|
302
302
|
|
|
303
303
|
class InstanceTypeEsxVersionsInfo
|
|
304
|
-
attr_accessor instance_type: ("i4i.metal")
|
|
304
|
+
attr_accessor instance_type: ("i4i.metal" | "i7i.metal-24xl")
|
|
305
305
|
attr_accessor esx_versions: ::Array[::String]
|
|
306
306
|
SENSITIVE: []
|
|
307
307
|
end
|
|
@@ -499,7 +499,7 @@ module Aws::Evs
|
|
|
499
499
|
attr_accessor vcf_version: ("VCF-5.2.1" | "VCF-5.2.2")
|
|
500
500
|
attr_accessor status: ::String
|
|
501
501
|
attr_accessor default_esx_version: ::String
|
|
502
|
-
attr_accessor instance_types: ::Array[("i4i.metal")]
|
|
502
|
+
attr_accessor instance_types: ::Array[("i4i.metal" | "i7i.metal-24xl")]
|
|
503
503
|
SENSITIVE: []
|
|
504
504
|
end
|
|
505
505
|
|