aws-sdk-evs 1.17.0 → 1.19.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: 70f35f8116c78f6bfcfdadf0d00f8511e0195eb3a9637649c42a2fd4e9e6dbc1
4
+ data.tar.gz: 906d238e883bb3878de14c42f7ab13b1f711157358ef589f4b85271759c20d75
5
5
  SHA512:
6
- metadata.gz: 4edf89bcb39fba5a01c03757c38eb45036a188572cbcdaeab52dd6107bff3e14897cc433a20a015601c88e7a7c648662ec3c10f284787c7561516f9e8b4d2890
7
- data.tar.gz: 7e9708af3934e6577853cbdb3cac716842daa4ca2508c80bd70408c573d4ad4a5a0988fabb0d0bc5c80e7e1405d19f551a23201ea78a5cb987523f257c061b64
6
+ metadata.gz: 4da68181dd812abd4b758b3ccdcaeb7cef81f8d3006b07b112d82fcc99625f87c39032134146c26e0142008714bb4faa3acd097112c454cecd462f325abb9359
7
+ data.tar.gz: e04d1c7825d4b6166333938689f088e5cadae2d15af11aa9b4c100c48ea9fef1a0c14962292f90dca93d4044e914bebe9e0a207dd0c7a86ea91705fce7bdcbeb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.19.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.18.0 (2026-05-18)
10
+ ------------------
11
+
12
+ * 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.
13
+
4
14
  1.17.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.17.0
1
+ 1.19.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.19.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.19.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -127,7 +127,7 @@ module Aws
127
127
  {
128
128
  solution_key: ::String,
129
129
  vsan_key: ::String
130
- },
130
+ }
131
131
  ],
132
132
  initial_vlans: {
133
133
  vmk_management: {
@@ -170,7 +170,7 @@ module Aws
170
170
  instance_type: ("i4i.metal" | "i7i.metal-24xl"),
171
171
  placement_group_id: ::String?,
172
172
  dedicated_host_id: ::String?
173
- },
173
+ }
174
174
  ],
175
175
  connectivity_info: {
176
176
  private_route_server_peerings: Array[::String]
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.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services