aws-sdk-evs 1.2.0 → 1.4.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-evs/client.rb +48 -49
- data/lib/aws-sdk-evs/client_api.rb +5 -0
- data/lib/aws-sdk-evs/errors.rb +16 -0
- data/lib/aws-sdk-evs/types.rb +116 -43
- data/lib/aws-sdk-evs.rb +1 -1
- data/sig/errors.rbs +3 -0
- data/sig/types.rbs +5 -0
- 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: 8c3f37dd2ce5baaa8a36f3c5181fbed2c165c64a23bf175f8d904b54e0a27e39
|
4
|
+
data.tar.gz: f32a5d1cf1300bb660818790e2f901a54b01a9e7348bdbd5c15dbe921aa583fe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f9ff761ce51dd6983242e38b1ce2676e084ed069c9bb3416c9d21aa44db85a590edaff45698a4f6175cbfc3023edc5f7f41f83c1108d9cb5770373fb66aedab
|
7
|
+
data.tar.gz: 9a4335a4af3453330d44f595c225806513e6b042ec99c93e44e35b8e731e08e217c28f080b73b1f44ddda646e3d11ed6c26c4d369e18958877f996c4395552ee
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.4.0 (2025-08-11)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Update for general availability of Amazon Elastic VMware Service (EVS).
|
8
|
+
|
9
|
+
1.3.0 (2025-08-04)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - TagResource API now throws ServiceQuotaExceededException when the number of tags on the Amazon EVS resource exceeds the maximum allowed. TooManyTagsException is deprecated.
|
13
|
+
|
4
14
|
1.2.0 (2025-07-31)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.4.0
|
data/lib/aws-sdk-evs/client.rb
CHANGED
@@ -95,8 +95,8 @@ module Aws::Evs
|
|
95
95
|
# class name or an instance of a plugin class.
|
96
96
|
#
|
97
97
|
# @option options [required, Aws::CredentialProvider] :credentials
|
98
|
-
# Your AWS credentials used for authentication. This can be
|
99
|
-
# following classes:
|
98
|
+
# Your AWS credentials used for authentication. This can be any class that includes and implements
|
99
|
+
# `Aws::CredentialProvider`, or instance of any one of the following classes:
|
100
100
|
#
|
101
101
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
102
102
|
# credentials.
|
@@ -124,8 +124,7 @@ module Aws::Evs
|
|
124
124
|
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
125
125
|
# from the Cognito Identity service.
|
126
126
|
#
|
127
|
-
# When `:credentials` are not configured directly, the following
|
128
|
-
# locations will be searched for credentials:
|
127
|
+
# When `:credentials` are not configured directly, the following locations will be searched for credentials:
|
129
128
|
#
|
130
129
|
# * `Aws.config[:credentials]`
|
131
130
|
#
|
@@ -139,12 +138,10 @@ module Aws::Evs
|
|
139
138
|
#
|
140
139
|
# * `~/.aws/config`
|
141
140
|
#
|
142
|
-
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
143
|
-
#
|
144
|
-
#
|
145
|
-
#
|
146
|
-
# fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
|
147
|
-
# to `true`.
|
141
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
|
142
|
+
# Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
|
143
|
+
# enable retries and extended timeouts. Instance profile credential fetching can be disabled by
|
144
|
+
# setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
|
148
145
|
#
|
149
146
|
# @option options [required, String] :region
|
150
147
|
# The AWS region to connect to. The configured `:region` is
|
@@ -384,8 +381,8 @@ module Aws::Evs
|
|
384
381
|
# `Aws::Telemetry::OTelProvider` for telemetry provider.
|
385
382
|
#
|
386
383
|
# @option options [Aws::TokenProvider] :token_provider
|
387
|
-
# Your Bearer token used for authentication. This can be
|
388
|
-
# following classes:
|
384
|
+
# Your Bearer token used for authentication. This can be any class that includes and implements
|
385
|
+
# `Aws::TokenProvider`, or instance of any one of the following classes:
|
389
386
|
#
|
390
387
|
# * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
|
391
388
|
# tokens.
|
@@ -494,8 +491,8 @@ module Aws::Evs
|
|
494
491
|
# version of VCF.
|
495
492
|
#
|
496
493
|
# It can take several hours to create an environment. After the
|
497
|
-
# deployment completes, you can configure VCF
|
498
|
-
#
|
494
|
+
# deployment completes, you can configure VCF in the vSphere user
|
495
|
+
# interface according to your needs.
|
499
496
|
#
|
500
497
|
# <note markdown="1"> You cannot use the `dedicatedHostId` and `placementGroupId` parameters
|
501
498
|
# together in the same `CreateEnvironment` action. This results in a
|
@@ -503,11 +500,6 @@ module Aws::Evs
|
|
503
500
|
#
|
504
501
|
# </note>
|
505
502
|
#
|
506
|
-
# <note markdown="1"> EC2 instances created through Amazon EVS do not support associating an
|
507
|
-
# IAM instance profile.
|
508
|
-
#
|
509
|
-
# </note>
|
510
|
-
#
|
511
503
|
# @option params [String] :client_token
|
512
504
|
# <note markdown="1"> This parameter is not used in Amazon EVS
|
513
505
|
# currently. If you supply
|
@@ -561,25 +553,27 @@ module Aws::Evs
|
|
561
553
|
# adding or removing hosts to fail.
|
562
554
|
#
|
563
555
|
# @option params [required, String] :vpc_id
|
564
|
-
# A unique ID for the VPC that
|
565
|
-
# for service access.
|
556
|
+
# A unique ID for the VPC that the environment is deployed inside.
|
566
557
|
#
|
567
558
|
# Amazon EVS requires that all VPC subnets exist in a single
|
568
559
|
# Availability Zone in a Region where the service is available.
|
569
560
|
#
|
570
|
-
# The VPC that you
|
561
|
+
# The VPC that you specify must have a valid DHCP option set with domain
|
571
562
|
# name, at least two DNS servers, and an NTP server. These settings are
|
572
|
-
# used to configure your VCF appliances and hosts.
|
573
|
-
#
|
574
|
-
#
|
575
|
-
# primary CIDR block and a /28 secondary CIDR block from an IPAM pool.
|
576
|
-
# Make sure that your VPC also has an attached internet gateway.
|
563
|
+
# used to configure your VCF appliances and hosts. The VPC cannot be
|
564
|
+
# used with any other deployed Amazon EVS environment. Amazon EVS does
|
565
|
+
# not provide multi-VPC support for environments at this time.
|
577
566
|
#
|
578
567
|
# Amazon EVS does not support the following Amazon Web Services
|
579
568
|
# networking options for NSX overlay connectivity: cross-Region VPC
|
580
569
|
# peering, Amazon S3 gateway endpoints, or Amazon Web Services Direct
|
581
570
|
# Connect virtual private gateway associations.
|
582
571
|
#
|
572
|
+
# <note markdown="1"> Ensure that you specify a VPC that is adequately sized to accommodate
|
573
|
+
# the \{evws} subnets.
|
574
|
+
#
|
575
|
+
# </note>
|
576
|
+
#
|
583
577
|
# @option params [required, String] :service_access_subnet_id
|
584
578
|
# The subnet that is used to establish connectivity between the Amazon
|
585
579
|
# EVS control plane and VPC. Amazon EVS uses this subnet to validate
|
@@ -591,16 +585,20 @@ module Aws::Evs
|
|
591
585
|
# VCF version 5.2.1 at this time.
|
592
586
|
#
|
593
587
|
# @option params [required, Boolean] :terms_accepted
|
594
|
-
# Customer confirmation that the customer has purchased and
|
595
|
-
#
|
596
|
-
#
|
597
|
-
#
|
588
|
+
# Customer confirmation that the customer has purchased and will
|
589
|
+
# continue to maintain the required number of VCF software licenses to
|
590
|
+
# cover all physical processor cores in the Amazon EVS environment.
|
591
|
+
# Information about your VCF software in Amazon EVS will be shared with
|
592
|
+
# Broadcom to verify license compliance. Amazon EVS does not validate
|
593
|
+
# license keys. To validate license keys, visit the Broadcom support
|
594
|
+
# portal.
|
598
595
|
#
|
599
596
|
# @option params [required, Array<Types::LicenseInfo>] :license_info
|
600
597
|
# The license information that Amazon EVS requires to create an
|
601
598
|
# environment. Amazon EVS requires two license keys: a VCF solution key
|
602
|
-
# and a vSAN license key. VCF
|
603
|
-
#
|
599
|
+
# and a vSAN license key. The VCF solution key must cover a minimum of
|
600
|
+
# 256 cores. The vSAN license key must provide at least 110 TiB of vSAN
|
601
|
+
# capacity.
|
604
602
|
#
|
605
603
|
# VCF licenses can be used for only one Amazon EVS environment. Amazon
|
606
604
|
# EVS does not support reuse of VCF licenses for multiple environments.
|
@@ -608,23 +606,29 @@ module Aws::Evs
|
|
608
606
|
# VCF license information can be retrieved from the Broadcom portal.
|
609
607
|
#
|
610
608
|
# @option params [required, Types::InitialVlans] :initial_vlans
|
611
|
-
# The initial VLAN subnets for the environment.
|
612
|
-
#
|
609
|
+
# The initial VLAN subnets for the Amazon EVS environment.
|
610
|
+
#
|
611
|
+
# <note markdown="1"> For each Amazon EVS VLAN subnet, you must specify a non-overlapping
|
612
|
+
# CIDR block. Amazon EVS VLAN subnets have a minimum CIDR block size of
|
613
|
+
# /28 and a maximum size of /24.
|
614
|
+
#
|
615
|
+
# </note>
|
613
616
|
#
|
614
617
|
# @option params [required, Array<Types::HostInfoForCreate>] :hosts
|
615
618
|
# The ESXi hosts to add to the environment. Amazon EVS requires that you
|
616
619
|
# provide details for a minimum of 4 hosts during environment creation.
|
617
620
|
#
|
618
|
-
# For each host, you must provide the desired hostname, EC2 SSH
|
619
|
-
# EC2 instance type. Optionally, you can also provide a
|
620
|
-
# cluster placement group to use, or use Amazon EC2
|
621
|
+
# For each host, you must provide the desired hostname, EC2 SSH keypair
|
622
|
+
# name, and EC2 instance type. Optionally, you can also provide a
|
623
|
+
# partition or cluster placement group to use, or use Amazon EC2
|
624
|
+
# Dedicated Hosts.
|
621
625
|
#
|
622
626
|
# @option params [required, Types::ConnectivityInfo] :connectivity_info
|
623
627
|
# The connectivity configuration for the environment. Amazon EVS
|
624
628
|
# requires that you specify two route server peer IDs. During
|
625
629
|
# environment creation, the route server endpoints peer with the NSX
|
626
|
-
# edges over the NSX, providing BGP dynamic routing
|
627
|
-
# networks.
|
630
|
+
# edges over the NSX uplink subnet, providing BGP-based dynamic routing
|
631
|
+
# for overlay networks.
|
628
632
|
#
|
629
633
|
# @option params [required, Types::VcfHostnames] :vcf_hostnames
|
630
634
|
# The DNS hostnames for the virtual machines that host the VCF
|
@@ -776,8 +780,7 @@ module Aws::Evs
|
|
776
780
|
# EVS supports 4-16 hosts per environment.
|
777
781
|
#
|
778
782
|
# This action can only be used after the Amazon EVS environment is
|
779
|
-
# deployed.
|
780
|
-
# version for the respective VCF version of the environment.
|
783
|
+
# deployed.
|
781
784
|
#
|
782
785
|
# You can use the `dedicatedHostId` parameter to specify an Amazon EC2
|
783
786
|
# Dedicated Host for ESXi host creation.
|
@@ -791,11 +794,6 @@ module Aws::Evs
|
|
791
794
|
#
|
792
795
|
# </note>
|
793
796
|
#
|
794
|
-
# <note markdown="1"> EC2 instances created through Amazon EVS do not support associating an
|
795
|
-
# IAM instance profile.
|
796
|
-
#
|
797
|
-
# </note>
|
798
|
-
#
|
799
797
|
# @option params [String] :client_token
|
800
798
|
# <note markdown="1"> This parameter is not used in Amazon EVS
|
801
799
|
# currently. If you supply
|
@@ -876,7 +874,8 @@ module Aws::Evs
|
|
876
874
|
# `DeleteEnvironmentHost` action.
|
877
875
|
#
|
878
876
|
# Environment deletion also deletes the associated Amazon EVS VLAN
|
879
|
-
# subnets
|
877
|
+
# subnets and Amazon Web Services Secrets Manager secrets that Amazon
|
878
|
+
# EVS created. Amazon Web Services resources that you create are not
|
880
879
|
# deleted. These resources may continue to incur costs.
|
881
880
|
#
|
882
881
|
# @option params [String] :client_token
|
@@ -1377,7 +1376,7 @@ module Aws::Evs
|
|
1377
1376
|
tracer: tracer
|
1378
1377
|
)
|
1379
1378
|
context[:gem_name] = 'aws-sdk-evs'
|
1380
|
-
context[:gem_version] = '1.
|
1379
|
+
context[:gem_version] = '1.4.0'
|
1381
1380
|
Seahorse::Client::Request.new(handlers, context)
|
1382
1381
|
end
|
1383
1382
|
|
@@ -79,6 +79,7 @@ module Aws::Evs
|
|
79
79
|
SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
|
80
80
|
SecurityGroups = Shapes::ListShape.new(name: 'SecurityGroups')
|
81
81
|
ServiceAccessSecurityGroups = Shapes::StructureShape.new(name: 'ServiceAccessSecurityGroups')
|
82
|
+
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
82
83
|
SolutionKey = Shapes::StringShape.new(name: 'SolutionKey')
|
83
84
|
StateDetails = Shapes::StringShape.new(name: 'StateDetails')
|
84
85
|
String = Shapes::StringShape.new(name: 'String')
|
@@ -311,6 +312,9 @@ module Aws::Evs
|
|
311
312
|
ServiceAccessSecurityGroups.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroups, location_name: "securityGroups"))
|
312
313
|
ServiceAccessSecurityGroups.struct_class = Types::ServiceAccessSecurityGroups
|
313
314
|
|
315
|
+
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
316
|
+
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
317
|
+
|
314
318
|
TagKeys.member = Shapes::ShapeRef.new(shape: TagKey)
|
315
319
|
|
316
320
|
TagPolicyException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
@@ -503,6 +507,7 @@ module Aws::Evs
|
|
503
507
|
o.http_request_uri = "/"
|
504
508
|
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
505
509
|
o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
|
510
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
506
511
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
507
512
|
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
508
513
|
o.errors << Shapes::ShapeRef.new(shape: TagPolicyException)
|
data/lib/aws-sdk-evs/errors.rb
CHANGED
@@ -28,6 +28,7 @@ module Aws::Evs
|
|
28
28
|
#
|
29
29
|
# ## Error Classes
|
30
30
|
# * {ResourceNotFoundException}
|
31
|
+
# * {ServiceQuotaExceededException}
|
31
32
|
# * {TagPolicyException}
|
32
33
|
# * {ThrottlingException}
|
33
34
|
# * {TooManyTagsException}
|
@@ -64,6 +65,21 @@ module Aws::Evs
|
|
64
65
|
end
|
65
66
|
end
|
66
67
|
|
68
|
+
class ServiceQuotaExceededException < ServiceError
|
69
|
+
|
70
|
+
# @param [Seahorse::Client::RequestContext] context
|
71
|
+
# @param [String] message
|
72
|
+
# @param [Aws::Evs::Types::ServiceQuotaExceededException] data
|
73
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
74
|
+
super(context, message, data)
|
75
|
+
end
|
76
|
+
|
77
|
+
# @return [String]
|
78
|
+
def message
|
79
|
+
@message || @data[:message]
|
80
|
+
end
|
81
|
+
end
|
82
|
+
|
67
83
|
class TagPolicyException < ServiceError
|
68
84
|
|
69
85
|
# @param [Seahorse::Client::RequestContext] context
|
data/lib/aws-sdk-evs/types.rb
CHANGED
@@ -183,24 +183,27 @@ module Aws::Evs
|
|
183
183
|
# @return [Types::ServiceAccessSecurityGroups]
|
184
184
|
#
|
185
185
|
# @!attribute [rw] vpc_id
|
186
|
-
# A unique ID for the VPC that
|
187
|
-
# plane for service access.
|
186
|
+
# A unique ID for the VPC that the environment is deployed inside.
|
188
187
|
#
|
189
188
|
# Amazon EVS requires that all VPC subnets exist in a single
|
190
189
|
# Availability Zone in a Region where the service is available.
|
191
190
|
#
|
192
|
-
# The VPC that you
|
191
|
+
# The VPC that you specify must have a valid DHCP option set with
|
193
192
|
# domain name, at least two DNS servers, and an NTP server. These
|
194
|
-
# settings are used to configure your VCF appliances and hosts.
|
195
|
-
#
|
196
|
-
#
|
197
|
-
#
|
198
|
-
# Make sure that your VPC also has an attached internet gateway.
|
193
|
+
# settings are used to configure your VCF appliances and hosts. The
|
194
|
+
# VPC cannot be used with any other deployed Amazon EVS environment.
|
195
|
+
# Amazon EVS does not provide multi-VPC support for environments at
|
196
|
+
# this time.
|
199
197
|
#
|
200
198
|
# Amazon EVS does not support the following Amazon Web Services
|
201
199
|
# networking options for NSX overlay connectivity: cross-Region VPC
|
202
200
|
# peering, Amazon S3 gateway endpoints, or Amazon Web Services Direct
|
203
201
|
# Connect virtual private gateway associations.
|
202
|
+
#
|
203
|
+
# <note markdown="1"> Ensure that you specify a VPC that is adequately sized to
|
204
|
+
# accommodate the \{evws} subnets.
|
205
|
+
#
|
206
|
+
# </note>
|
204
207
|
# @return [String]
|
205
208
|
#
|
206
209
|
# @!attribute [rw] service_access_subnet_id
|
@@ -216,17 +219,21 @@ module Aws::Evs
|
|
216
219
|
# @return [String]
|
217
220
|
#
|
218
221
|
# @!attribute [rw] terms_accepted
|
219
|
-
# Customer confirmation that the customer has purchased and
|
220
|
-
#
|
221
|
-
#
|
222
|
-
#
|
222
|
+
# Customer confirmation that the customer has purchased and will
|
223
|
+
# continue to maintain the required number of VCF software licenses to
|
224
|
+
# cover all physical processor cores in the Amazon EVS environment.
|
225
|
+
# Information about your VCF software in Amazon EVS will be shared
|
226
|
+
# with Broadcom to verify license compliance. Amazon EVS does not
|
227
|
+
# validate license keys. To validate license keys, visit the Broadcom
|
228
|
+
# support portal.
|
223
229
|
# @return [Boolean]
|
224
230
|
#
|
225
231
|
# @!attribute [rw] license_info
|
226
232
|
# The license information that Amazon EVS requires to create an
|
227
233
|
# environment. Amazon EVS requires two license keys: a VCF solution
|
228
|
-
# key and a vSAN license key. VCF
|
229
|
-
#
|
234
|
+
# key and a vSAN license key. The VCF solution key must cover a
|
235
|
+
# minimum of 256 cores. The vSAN license key must provide at least 110
|
236
|
+
# TiB of vSAN capacity.
|
230
237
|
#
|
231
238
|
# VCF licenses can be used for only one Amazon EVS environment. Amazon
|
232
239
|
# EVS does not support reuse of VCF licenses for multiple
|
@@ -236,8 +243,13 @@ module Aws::Evs
|
|
236
243
|
# @return [Array<Types::LicenseInfo>]
|
237
244
|
#
|
238
245
|
# @!attribute [rw] initial_vlans
|
239
|
-
# The initial VLAN subnets for the environment.
|
240
|
-
#
|
246
|
+
# The initial VLAN subnets for the Amazon EVS environment.
|
247
|
+
#
|
248
|
+
# <note markdown="1"> For each Amazon EVS VLAN subnet, you must specify a non-overlapping
|
249
|
+
# CIDR block. Amazon EVS VLAN subnets have a minimum CIDR block size
|
250
|
+
# of /28 and a maximum size of /24.
|
251
|
+
#
|
252
|
+
# </note>
|
241
253
|
# @return [Types::InitialVlans]
|
242
254
|
#
|
243
255
|
# @!attribute [rw] hosts
|
@@ -245,18 +257,18 @@ module Aws::Evs
|
|
245
257
|
# you provide details for a minimum of 4 hosts during environment
|
246
258
|
# creation.
|
247
259
|
#
|
248
|
-
# For each host, you must provide the desired hostname, EC2 SSH
|
249
|
-
# and EC2 instance type. Optionally, you can also
|
250
|
-
# or cluster placement group to use, or use Amazon
|
251
|
-
# Hosts.
|
260
|
+
# For each host, you must provide the desired hostname, EC2 SSH
|
261
|
+
# keypair name, and EC2 instance type. Optionally, you can also
|
262
|
+
# provide a partition or cluster placement group to use, or use Amazon
|
263
|
+
# EC2 Dedicated Hosts.
|
252
264
|
# @return [Array<Types::HostInfoForCreate>]
|
253
265
|
#
|
254
266
|
# @!attribute [rw] connectivity_info
|
255
267
|
# The connectivity configuration for the environment. Amazon EVS
|
256
268
|
# requires that you specify two route server peer IDs. During
|
257
269
|
# environment creation, the route server endpoints peer with the NSX
|
258
|
-
# edges over the NSX, providing BGP dynamic
|
259
|
-
# networks.
|
270
|
+
# edges over the NSX uplink subnet, providing BGP-based dynamic
|
271
|
+
# routing for overlay networks.
|
260
272
|
# @return [Types::ConnectivityInfo]
|
261
273
|
#
|
262
274
|
# @!attribute [rw] vcf_hostnames
|
@@ -447,16 +459,21 @@ module Aws::Evs
|
|
447
459
|
# @return [String]
|
448
460
|
#
|
449
461
|
# @!attribute [rw] terms_accepted
|
450
|
-
# Customer confirmation that the customer has purchased and
|
451
|
-
#
|
452
|
-
#
|
453
|
-
#
|
462
|
+
# Customer confirmation that the customer has purchased and will
|
463
|
+
# continue to maintain the required number of VCF software licenses to
|
464
|
+
# cover all physical processor cores in the Amazon EVS environment.
|
465
|
+
# Information about your VCF software in Amazon EVS will be shared
|
466
|
+
# with Broadcom to verify license compliance. Amazon EVS does not
|
467
|
+
# validate license keys. To validate license keys, visit the Broadcom
|
468
|
+
# support portal.
|
454
469
|
# @return [Boolean]
|
455
470
|
#
|
456
471
|
# @!attribute [rw] license_info
|
457
472
|
# The license information that Amazon EVS requires to create an
|
458
473
|
# environment. Amazon EVS requires two license keys: a VCF solution
|
459
|
-
# key and a vSAN license key.
|
474
|
+
# key and a vSAN license key. The VCF solution key must cover a
|
475
|
+
# minimum of 256 cores. The vSAN license key must provide at least 110
|
476
|
+
# TiB of vSAN capacity.
|
460
477
|
# @return [Array<Types::LicenseInfo>]
|
461
478
|
#
|
462
479
|
# @!attribute [rw] site_id
|
@@ -741,17 +758,24 @@ module Aws::Evs
|
|
741
758
|
include Aws::Structure
|
742
759
|
end
|
743
760
|
|
744
|
-
# An object that represents an initial VLAN subnet for the
|
745
|
-
# Amazon EVS creates initial VLAN subnets when you first
|
746
|
-
# environment.
|
747
|
-
#
|
748
|
-
#
|
749
|
-
#
|
750
|
-
#
|
761
|
+
# An object that represents an initial VLAN subnet for the Amazon EVS
|
762
|
+
# environment. Amazon EVS creates initial VLAN subnets when you first
|
763
|
+
# create the environment. Amazon EVS creates the following 10 VLAN
|
764
|
+
# subnets: host management VLAN, vMotion VLAN, vSAN VLAN, VTEP VLAN,
|
765
|
+
# Edge VTEP VLAN, Management VM VLAN, HCX uplink VLAN, NSX uplink VLAN,
|
766
|
+
# expansion VLAN 1, expansion VLAN 2.
|
767
|
+
#
|
768
|
+
# <note markdown="1"> For each Amazon EVS VLAN subnet, you must specify a non-overlapping
|
769
|
+
# CIDR block. Amazon EVS VLAN subnets have a minimum CIDR block size of
|
770
|
+
# /28 and a maximum size of /24.
|
771
|
+
#
|
772
|
+
# </note>
|
751
773
|
#
|
752
774
|
# @!attribute [rw] cidr
|
753
|
-
# The CIDR block that you provide to create
|
754
|
-
#
|
775
|
+
# The CIDR block that you provide to create an Amazon EVS VLAN subnet.
|
776
|
+
# Amazon EVS VLAN subnets have a minimum CIDR block size of /28 and a
|
777
|
+
# maximum size of /24. Amazon EVS VLAN subnet CIDR blocks must not
|
778
|
+
# overlap with other subnets in the VPC.
|
755
779
|
# @return [String]
|
756
780
|
#
|
757
781
|
# @see http://docs.aws.amazon.com/goto/WebAPI/evs-2023-07-27/InitialVlanInfo AWS API Documentation
|
@@ -762,11 +786,13 @@ module Aws::Evs
|
|
762
786
|
include Aws::Structure
|
763
787
|
end
|
764
788
|
|
765
|
-
# The initial VLAN subnets for the environment.
|
766
|
-
#
|
789
|
+
# The initial VLAN subnets for the environment. Amazon EVS VLAN subnets
|
790
|
+
# have a minimum CIDR block size of /28 and a maximum size of /24.
|
791
|
+
# Amazon EVS VLAN subnet CIDR blocks must not overlap with other subnets
|
792
|
+
# in the VPC.
|
767
793
|
#
|
768
794
|
# @!attribute [rw] vmk_management
|
769
|
-
# The VMkernel management VLAN subnet. This VLAN subnet carries
|
795
|
+
# The host VMkernel management VLAN subnet. This VLAN subnet carries
|
770
796
|
# traffic for managing ESXi hosts and communicating with VMware
|
771
797
|
# vCenter Server.
|
772
798
|
# @return [Types::InitialVlanInfo]
|
@@ -848,10 +874,12 @@ module Aws::Evs
|
|
848
874
|
# @!attribute [rw] solution_key
|
849
875
|
# The VCF solution key. This license unlocks VMware VCF product
|
850
876
|
# features, including vSphere, NSX, SDDC Manager, and vCenter Server.
|
877
|
+
# The VCF solution key must cover a minimum of 256 cores.
|
851
878
|
# @return [String]
|
852
879
|
#
|
853
880
|
# @!attribute [rw] vsan_key
|
854
|
-
# The VSAN license key. This license unlocks vSAN features.
|
881
|
+
# The VSAN license key. This license unlocks vSAN features. The vSAN
|
882
|
+
# license key must provide at least 110 TiB of vSAN capacity.
|
855
883
|
# @return [String]
|
856
884
|
#
|
857
885
|
# @see http://docs.aws.amazon.com/goto/WebAPI/evs-2023-07-27/LicenseInfo AWS API Documentation
|
@@ -1112,9 +1140,43 @@ module Aws::Evs
|
|
1112
1140
|
include Aws::Structure
|
1113
1141
|
end
|
1114
1142
|
|
1115
|
-
# The
|
1143
|
+
# The number of one or more Amazon EVS resources exceeds the maximum
|
1144
|
+
# allowed. For a list of Amazon EVS quotas, see [Amazon EVS endpoints
|
1145
|
+
# and quotas][1] in the *Amazon EVS User Guide*. Delete some resources
|
1146
|
+
# or request an increase in your service quota. To request an increase,
|
1147
|
+
# see [Amazon Web Services Service Quotas][2] in the *Amazon Web
|
1148
|
+
# Services General Reference Guide*.
|
1149
|
+
#
|
1150
|
+
#
|
1151
|
+
#
|
1152
|
+
# [1]: https://docs.aws.amazon.com/evs/latest/userguide/service-quotas-evs.html
|
1153
|
+
# [2]: https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html
|
1154
|
+
#
|
1155
|
+
# @!attribute [rw] message
|
1156
|
+
# Describes the error encountered.
|
1157
|
+
# @return [String]
|
1158
|
+
#
|
1159
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/evs-2023-07-27/ServiceQuotaExceededException AWS API Documentation
|
1160
|
+
#
|
1161
|
+
class ServiceQuotaExceededException < Struct.new(
|
1162
|
+
:message)
|
1163
|
+
SENSITIVE = []
|
1164
|
+
include Aws::Structure
|
1165
|
+
end
|
1166
|
+
|
1167
|
+
# <note markdown="1"> `TagPolicyException` is deprecated. See [
|
1168
|
+
# `ValidationException` ][1]
|
1169
|
+
# instead.
|
1170
|
+
#
|
1171
|
+
# </note>
|
1172
|
+
#
|
1173
|
+
# The request doesn't comply with IAM tag policy. Correct your request
|
1116
1174
|
# and then retry it.
|
1117
1175
|
#
|
1176
|
+
#
|
1177
|
+
#
|
1178
|
+
# [1]: https://docs.aws.amazon.com/evs/latest/APIReference/API_ValidationException.html
|
1179
|
+
#
|
1118
1180
|
# @!attribute [rw] message
|
1119
1181
|
# Describes the error encountered
|
1120
1182
|
# @return [String]
|
@@ -1173,7 +1235,17 @@ module Aws::Evs
|
|
1173
1235
|
include Aws::Structure
|
1174
1236
|
end
|
1175
1237
|
|
1176
|
-
#
|
1238
|
+
# <note markdown="1"> `TooManyTagsException` is deprecated. See [
|
1239
|
+
# `ServiceQuotaExceededException` ][1] instead.
|
1240
|
+
#
|
1241
|
+
# </note>
|
1242
|
+
#
|
1243
|
+
# A service resource associated with the request has more than 200
|
1244
|
+
# tags.
|
1245
|
+
#
|
1246
|
+
#
|
1247
|
+
#
|
1248
|
+
# [1]: https://docs.aws.amazon.com/evs/latest/APIReference/API_ServiceQuotaExceededException.html
|
1177
1249
|
#
|
1178
1250
|
# @!attribute [rw] message
|
1179
1251
|
# Describes the error encountered.
|
@@ -1322,7 +1394,8 @@ module Aws::Evs
|
|
1322
1394
|
# @return [Integer]
|
1323
1395
|
#
|
1324
1396
|
# @!attribute [rw] cidr
|
1325
|
-
# The CIDR block of the VLAN.
|
1397
|
+
# The CIDR block of the VLAN. Amazon EVS VLAN subnets have a minimum
|
1398
|
+
# CIDR block size of /28 and a maximum size of /24.
|
1326
1399
|
# @return [String]
|
1327
1400
|
#
|
1328
1401
|
# @!attribute [rw] availability_zone
|
data/lib/aws-sdk-evs.rb
CHANGED
data/sig/errors.rbs
CHANGED
@@ -16,6 +16,9 @@ module Aws
|
|
16
16
|
def resource_id: () -> ::String
|
17
17
|
def resource_type: () -> ::String
|
18
18
|
end
|
19
|
+
class ServiceQuotaExceededException < ::Aws::Errors::ServiceError
|
20
|
+
def message: () -> ::String
|
21
|
+
end
|
19
22
|
class TagPolicyException < ::Aws::Errors::ServiceError
|
20
23
|
def message: () -> ::String
|
21
24
|
end
|
data/sig/types.rbs
CHANGED