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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e72239074626a3e1d78fb461a934128d59a807c7866550fc9d55144339ef8cb4
4
- data.tar.gz: 11bf970f7a0d96bed662da5f45263a65560419d185d151b21d1945b6ea65a9a0
3
+ metadata.gz: 0c700699328ddd9c74dfb3d868719e8029be9794a7165eb295327d0570339b6f
4
+ data.tar.gz: a004aef75daad2739e35b20288d48ce478e72797e25103e2c21ff1226ed2dccf
5
5
  SHA512:
6
- metadata.gz: e536981d93ab14815d8e0f0752bee96d9e0585f0a3b42f5cc55e04d7cf16461468df9971d6687b338d094a149f8d5bebdaff7603e8df10c63cabe6749e03838a
7
- data.tar.gz: 44c9d228bbd79aae58656e122db4accffda486327a3debd9511bcd2ddabec58a3c8cc59f4f0e375f7d5a7bacccaf4df28abecbfc246d193fce240f35fb50c8f9
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.23.0
1
+ 1.24.0
@@ -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.23.0'
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
@@ -55,7 +55,7 @@ module Aws::Evs
55
55
  autoload :EndpointProvider, 'aws-sdk-evs/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-evs/endpoints'
57
57
 
58
- GEM_VERSION = '1.23.0'
58
+ GEM_VERSION = '1.24.0'
59
59
 
60
60
  end
61
61
 
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
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-evs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.0
4
+ version: 1.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services