aws-sdk-evs 1.23.0 → 1.24.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 +8 -8
- 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: 0c700699328ddd9c74dfb3d868719e8029be9794a7165eb295327d0570339b6f
|
|
4
|
+
data.tar.gz: a004aef75daad2739e35b20288d48ce478e72797e25103e2c21ff1226ed2dccf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3a8a1bb65f43b414ab2d66d6fc8db5aa0a42735bd82ea72ccaf01eb4540288853d9878e5761642efc9cebd15e0d0189eda5887b8bcece70b3e6fae817b8a6bdd
|
|
7
|
+
data.tar.gz: 076c3a778440b6167a51b71fe04958111eca5a23d481073110b1b68ede2ef5a5ee6dbae37d062b6ba6f6686ccc6644e372ed50dc5b7551486bd4329aa6be760f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.24.0 (2026-08-25)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - EVS now supports i7i.metal-48xl 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.23.0 (2026-07-09)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.24.0
|
data/lib/aws-sdk-evs/client.rb
CHANGED
|
@@ -892,7 +892,7 @@ module Aws::Evs
|
|
|
892
892
|
# {
|
|
893
893
|
# host_name: "HostName", # required
|
|
894
894
|
# key_name: "KeyName", # required
|
|
895
|
-
# instance_type: "i4i.metal", # required, accepts i4i.metal, i7i.metal-24xl
|
|
895
|
+
# instance_type: "i4i.metal", # required, accepts i4i.metal, i7i.metal-24xl, i7i.metal-48xl
|
|
896
896
|
# placement_group_id: "PlacementGroupId",
|
|
897
897
|
# dedicated_host_id: "DedicatedHostId",
|
|
898
898
|
# },
|
|
@@ -1119,7 +1119,7 @@ module Aws::Evs
|
|
|
1119
1119
|
# host: { # required
|
|
1120
1120
|
# host_name: "HostName", # required
|
|
1121
1121
|
# key_name: "KeyName", # required
|
|
1122
|
-
# instance_type: "i4i.metal", # required, accepts i4i.metal, i7i.metal-24xl
|
|
1122
|
+
# instance_type: "i4i.metal", # required, accepts i4i.metal, i7i.metal-24xl, i7i.metal-48xl
|
|
1123
1123
|
# placement_group_id: "PlacementGroupId",
|
|
1124
1124
|
# dedicated_host_id: "DedicatedHostId",
|
|
1125
1125
|
# },
|
|
@@ -1139,7 +1139,7 @@ module Aws::Evs
|
|
|
1139
1139
|
# resp.host.host_name #=> String
|
|
1140
1140
|
# resp.host.ip_address #=> String
|
|
1141
1141
|
# resp.host.key_name #=> String
|
|
1142
|
-
# resp.host.instance_type #=> String, one of "i4i.metal", "i7i.metal-24xl"
|
|
1142
|
+
# resp.host.instance_type #=> String, one of "i4i.metal", "i7i.metal-24xl", "i7i.metal-48xl"
|
|
1143
1143
|
# resp.host.placement_group_id #=> String
|
|
1144
1144
|
# resp.host.dedicated_host_id #=> String
|
|
1145
1145
|
# resp.host.created_at #=> Time
|
|
@@ -1449,7 +1449,7 @@ module Aws::Evs
|
|
|
1449
1449
|
# resp.host.host_name #=> String
|
|
1450
1450
|
# resp.host.ip_address #=> String
|
|
1451
1451
|
# resp.host.key_name #=> String
|
|
1452
|
-
# resp.host.instance_type #=> String, one of "i4i.metal", "i7i.metal-24xl"
|
|
1452
|
+
# resp.host.instance_type #=> String, one of "i4i.metal", "i7i.metal-24xl", "i7i.metal-48xl"
|
|
1453
1453
|
# resp.host.placement_group_id #=> String
|
|
1454
1454
|
# resp.host.dedicated_host_id #=> String
|
|
1455
1455
|
# resp.host.created_at #=> Time
|
|
@@ -1660,9 +1660,9 @@ module Aws::Evs
|
|
|
1660
1660
|
# resp.vcf_versions[0].status #=> String
|
|
1661
1661
|
# resp.vcf_versions[0].default_esx_version #=> String
|
|
1662
1662
|
# resp.vcf_versions[0].instance_types #=> Array
|
|
1663
|
-
# resp.vcf_versions[0].instance_types[0] #=> String, one of "i4i.metal", "i7i.metal-24xl"
|
|
1663
|
+
# resp.vcf_versions[0].instance_types[0] #=> String, one of "i4i.metal", "i7i.metal-24xl", "i7i.metal-48xl"
|
|
1664
1664
|
# resp.instance_type_esx_versions #=> Array
|
|
1665
|
-
# resp.instance_type_esx_versions[0].instance_type #=> String, one of "i4i.metal", "i7i.metal-24xl"
|
|
1665
|
+
# resp.instance_type_esx_versions[0].instance_type #=> String, one of "i4i.metal", "i7i.metal-24xl", "i7i.metal-48xl"
|
|
1666
1666
|
# resp.instance_type_esx_versions[0].esx_versions #=> Array
|
|
1667
1667
|
# resp.instance_type_esx_versions[0].esx_versions[0] #=> String
|
|
1668
1668
|
#
|
|
@@ -1776,7 +1776,7 @@ module Aws::Evs
|
|
|
1776
1776
|
# resp.environment_hosts[0].host_name #=> String
|
|
1777
1777
|
# resp.environment_hosts[0].ip_address #=> String
|
|
1778
1778
|
# resp.environment_hosts[0].key_name #=> String
|
|
1779
|
-
# resp.environment_hosts[0].instance_type #=> String, one of "i4i.metal", "i7i.metal-24xl"
|
|
1779
|
+
# resp.environment_hosts[0].instance_type #=> String, one of "i4i.metal", "i7i.metal-24xl", "i7i.metal-48xl"
|
|
1780
1780
|
# resp.environment_hosts[0].placement_group_id #=> String
|
|
1781
1781
|
# resp.environment_hosts[0].dedicated_host_id #=> String
|
|
1782
1782
|
# resp.environment_hosts[0].created_at #=> Time
|
|
@@ -2171,7 +2171,7 @@ module Aws::Evs
|
|
|
2171
2171
|
tracer: tracer
|
|
2172
2172
|
)
|
|
2173
2173
|
context[:gem_name] = 'aws-sdk-evs'
|
|
2174
|
-
context[:gem_version] = '1.
|
|
2174
|
+
context[:gem_version] = '1.24.0'
|
|
2175
2175
|
Seahorse::Client::Request.new(handlers, context)
|
|
2176
2176
|
end
|
|
2177
2177
|
|
data/lib/aws-sdk-evs.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -170,7 +170,7 @@ module Aws
|
|
|
170
170
|
{
|
|
171
171
|
host_name: ::String,
|
|
172
172
|
key_name: ::String,
|
|
173
|
-
instance_type: ("i4i.metal" | "i7i.metal-24xl"),
|
|
173
|
+
instance_type: ("i4i.metal" | "i7i.metal-24xl" | "i7i.metal-48xl"),
|
|
174
174
|
placement_group_id: ::String?,
|
|
175
175
|
dedicated_host_id: ::String?
|
|
176
176
|
}
|
|
@@ -216,7 +216,7 @@ module Aws
|
|
|
216
216
|
host: {
|
|
217
217
|
host_name: ::String,
|
|
218
218
|
key_name: ::String,
|
|
219
|
-
instance_type: ("i4i.metal" | "i7i.metal-24xl"),
|
|
219
|
+
instance_type: ("i4i.metal" | "i7i.metal-24xl" | "i7i.metal-48xl"),
|
|
220
220
|
placement_group_id: ::String?,
|
|
221
221
|
dedicated_host_id: ::String?
|
|
222
222
|
},
|
data/sig/types.rbs
CHANGED
|
@@ -271,7 +271,7 @@ module Aws::Evs
|
|
|
271
271
|
attr_accessor host_name: ::String
|
|
272
272
|
attr_accessor ip_address: ::String
|
|
273
273
|
attr_accessor key_name: ::String
|
|
274
|
-
attr_accessor instance_type: ("i4i.metal" | "i7i.metal-24xl")
|
|
274
|
+
attr_accessor instance_type: ("i4i.metal" | "i7i.metal-24xl" | "i7i.metal-48xl")
|
|
275
275
|
attr_accessor placement_group_id: ::String
|
|
276
276
|
attr_accessor dedicated_host_id: ::String
|
|
277
277
|
attr_accessor created_at: ::Time
|
|
@@ -286,7 +286,7 @@ module Aws::Evs
|
|
|
286
286
|
class HostInfoForCreate
|
|
287
287
|
attr_accessor host_name: ::String
|
|
288
288
|
attr_accessor key_name: ::String
|
|
289
|
-
attr_accessor instance_type: ("i4i.metal" | "i7i.metal-24xl")
|
|
289
|
+
attr_accessor instance_type: ("i4i.metal" | "i7i.metal-24xl" | "i7i.metal-48xl")
|
|
290
290
|
attr_accessor placement_group_id: ::String
|
|
291
291
|
attr_accessor dedicated_host_id: ::String
|
|
292
292
|
SENSITIVE: []
|
|
@@ -314,7 +314,7 @@ module Aws::Evs
|
|
|
314
314
|
end
|
|
315
315
|
|
|
316
316
|
class InstanceTypeEsxVersionsInfo
|
|
317
|
-
attr_accessor instance_type: ("i4i.metal" | "i7i.metal-24xl")
|
|
317
|
+
attr_accessor instance_type: ("i4i.metal" | "i7i.metal-24xl" | "i7i.metal-48xl")
|
|
318
318
|
attr_accessor esx_versions: ::Array[::String]
|
|
319
319
|
SENSITIVE: []
|
|
320
320
|
end
|
|
@@ -512,7 +512,7 @@ module Aws::Evs
|
|
|
512
512
|
attr_accessor vcf_version: ("VCF-5.2.1" | "VCF-5.2.2" | "SELF_DEPLOYED")
|
|
513
513
|
attr_accessor status: ::String
|
|
514
514
|
attr_accessor default_esx_version: ::String
|
|
515
|
-
attr_accessor instance_types: ::Array[("i4i.metal" | "i7i.metal-24xl")]
|
|
515
|
+
attr_accessor instance_types: ::Array[("i4i.metal" | "i7i.metal-24xl" | "i7i.metal-48xl")]
|
|
516
516
|
SENSITIVE: []
|
|
517
517
|
end
|
|
518
518
|
|