aws-sdk-evs 1.17.0 → 1.18.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: 4407bbdbf93fcd274a4c91b68cd049db7005bc9d717bee53927b3996d3def9f4
4
- data.tar.gz: cb135c066331b32ffc525fcfb9102040943e4eae3aecc5b745cf1b7c3dfad6dc
3
+ metadata.gz: 6cb247b9b801499e726ffee24cb6855cd655a52657abe55a9fecd7d9d7993389
4
+ data.tar.gz: dcc306e0478d42a34013715a94e226174a4ef2e44f4dade566c9099d9cf2f920
5
5
  SHA512:
6
- metadata.gz: 4edf89bcb39fba5a01c03757c38eb45036a188572cbcdaeab52dd6107bff3e14897cc433a20a015601c88e7a7c648662ec3c10f284787c7561516f9e8b4d2890
7
- data.tar.gz: 7e9708af3934e6577853cbdb3cac716842daa4ca2508c80bd70408c573d4ad4a5a0988fabb0d0bc5c80e7e1405d19f551a23201ea78a5cb987523f257c061b64
6
+ metadata.gz: 990ef5ff6924017f524ccf20e113728dcafee357151949f600cb742916f1e4891ffb293e08bdc3259d18966184557dca1b70bf148462dc5c9086f4ef19ba06bb
7
+ data.tar.gz: 24ad428fa70a742fcc63a2ebb015915d8f69155d1047df19a99779c6e92bd41e836f2e22be9466fc9c1ee33b60a0cfbda78042dea49223ce48f0ef4f950c7981
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.18.0 (2026-05-18)
5
+ ------------------
6
+
7
+ * Feature - Amazon EVS now supports up to 32 hosts per EVS environment, increasing the previous host limit to allow a larger scale of VMware workload deployments and reduce operational overhead.
8
+
4
9
  1.17.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.17.0
1
+ 1.18.0
@@ -1009,7 +1009,7 @@ module Aws::Evs
1009
1009
  end
1010
1010
 
1011
1011
  # Creates an ESX host and adds it to an Amazon EVS environment. Amazon
1012
- # EVS supports 4-16 hosts per environment.
1012
+ # EVS supports 4-32 hosts per environment.
1013
1013
  #
1014
1014
  # This action can only be used after the Amazon EVS environment is
1015
1015
  # deployed.
@@ -2079,7 +2079,7 @@ module Aws::Evs
2079
2079
  tracer: tracer
2080
2080
  )
2081
2081
  context[:gem_name] = 'aws-sdk-evs'
2082
- context[:gem_version] = '1.17.0'
2082
+ context[:gem_version] = '1.18.0'
2083
2083
  Seahorse::Client::Request.new(handlers, context)
2084
2084
  end
2085
2085
 
@@ -88,7 +88,7 @@ module Aws::Evs
88
88
  #
89
89
  # If this check fails, you will need to add hosts so that your
90
90
  # environment meets this minimum requirement. Amazon EVS only
91
- # supports environments with 4-16 hosts.
91
+ # supports environments with 4-32 hosts.
92
92
  # @return [String]
93
93
  #
94
94
  # @!attribute [rw] result
@@ -1157,7 +1157,7 @@ module Aws::Evs
1157
1157
  # An ESX host that runs on an Amazon EC2 bare metal instance. Four hosts
1158
1158
  # are created in an Amazon EVS environment during environment creation.
1159
1159
  # You can add hosts to an environment using the `CreateEnvironmentHost`
1160
- # operation. Amazon EVS supports 4-16 hosts per environment.
1160
+ # operation. Amazon EVS supports 4-32 hosts per environment.
1161
1161
  #
1162
1162
  # @!attribute [rw] host_name
1163
1163
  # The DNS hostname of the host. DNS hostnames for hosts must be unique
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.17.0'
58
+ GEM_VERSION = '1.18.0'
59
59
 
60
60
  end
61
61
 
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.17.0
4
+ version: 1.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services