aws-sdk-evs 1.3.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-evs/client.rb +25 -86
- data/lib/aws-sdk-evs/types.rb +18 -97
- data/lib/aws-sdk-evs.rb +1 -1
- 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
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.4.0
|
data/lib/aws-sdk-evs/client.rb
CHANGED
@@ -483,25 +483,18 @@ module Aws::Evs
|
|
483
483
|
|
484
484
|
# @!group API Operations
|
485
485
|
|
486
|
-
#
|
487
|
-
# subject to change.
|
488
|
-
#
|
489
|
-
# </note>
|
490
|
-
#
|
491
|
-
# Creates an Amazon EVS environment that runs VCF software, such as
|
492
|
-
# SDDC
|
486
|
+
# Creates an Amazon EVS environment that runs VCF software, such as SDDC
|
493
487
|
# Manager, NSX Manager, and vCenter Server.
|
494
488
|
#
|
495
|
-
#
|
489
|
+
# During environment creation, Amazon EVS performs validations on DNS
|
496
490
|
# settings, provisions VLAN subnets and hosts, and deploys the supplied
|
497
491
|
# version of VCF.
|
498
492
|
#
|
499
|
-
#
|
493
|
+
# It can take several hours to create an environment. After the
|
500
494
|
# deployment completes, you can configure VCF in the vSphere user
|
501
495
|
# interface according to your needs.
|
502
496
|
#
|
503
|
-
#
|
504
|
-
# `placementGroupId` parameters
|
497
|
+
# <note markdown="1"> You cannot use the `dedicatedHostId` and `placementGroupId` parameters
|
505
498
|
# together in the same `CreateEnvironment` action. This results in a
|
506
499
|
# `ValidationException` response.
|
507
500
|
#
|
@@ -783,28 +776,19 @@ module Aws::Evs
|
|
783
776
|
req.send_request(options)
|
784
777
|
end
|
785
778
|
|
786
|
-
#
|
787
|
-
# subject to change.
|
788
|
-
#
|
789
|
-
# </note>
|
790
|
-
#
|
791
|
-
# Creates an ESXi host and adds it to an Amazon EVS environment. Amazon
|
779
|
+
# Creates an ESXi host and adds it to an Amazon EVS environment. Amazon
|
792
780
|
# EVS supports 4-16 hosts per environment.
|
793
781
|
#
|
794
|
-
#
|
795
|
-
# deployed.
|
796
|
-
# version for the respective VCF version of the environment. Amazon EVS
|
797
|
-
# hosts are commissioned in the SDDC Manager inventory as unassigned
|
798
|
-
# hosts.
|
782
|
+
# This action can only be used after the Amazon EVS environment is
|
783
|
+
# deployed.
|
799
784
|
#
|
800
|
-
#
|
785
|
+
# You can use the `dedicatedHostId` parameter to specify an Amazon EC2
|
801
786
|
# Dedicated Host for ESXi host creation.
|
802
787
|
#
|
803
|
-
#
|
788
|
+
# You can use the `placementGroupId` parameter to specify a cluster or
|
804
789
|
# partition placement group to launch EC2 instances into.
|
805
790
|
#
|
806
|
-
#
|
807
|
-
# `placementGroupId` parameters
|
791
|
+
# <note markdown="1"> You cannot use the `dedicatedHostId` and `placementGroupId` parameters
|
808
792
|
# together in the same `CreateEnvironmentHost` action. This results in a
|
809
793
|
# `ValidationException` response.
|
810
794
|
#
|
@@ -883,19 +867,15 @@ module Aws::Evs
|
|
883
867
|
req.send_request(options)
|
884
868
|
end
|
885
869
|
|
886
|
-
#
|
887
|
-
# subject to change.
|
888
|
-
#
|
889
|
-
# </note>
|
890
|
-
#
|
891
|
-
# Deletes an Amazon EVS environment.
|
870
|
+
# Deletes an Amazon EVS environment.
|
892
871
|
#
|
893
|
-
#
|
872
|
+
# Amazon EVS environments will only be enabled for deletion once the
|
894
873
|
# hosts are deleted. You can delete hosts using the
|
895
874
|
# `DeleteEnvironmentHost` action.
|
896
875
|
#
|
897
|
-
#
|
898
|
-
# subnets
|
876
|
+
# Environment deletion also deletes the associated Amazon EVS VLAN
|
877
|
+
# subnets and Amazon Web Services Secrets Manager secrets that Amazon
|
878
|
+
# EVS created. Amazon Web Services resources that you create are not
|
899
879
|
# deleted. These resources may continue to incur costs.
|
900
880
|
#
|
901
881
|
# @option params [String] :client_token
|
@@ -975,15 +955,9 @@ module Aws::Evs
|
|
975
955
|
req.send_request(options)
|
976
956
|
end
|
977
957
|
|
978
|
-
#
|
979
|
-
# subject to change.
|
958
|
+
# Deletes a host from an Amazon EVS environment.
|
980
959
|
#
|
981
|
-
#
|
982
|
-
#
|
983
|
-
# Deletes a host from an Amazon EVS environment.
|
984
|
-
#
|
985
|
-
# <note markdown="1"> Before deleting a host, you must unassign and
|
986
|
-
# decommission the host
|
960
|
+
# <note markdown="1"> Before deleting a host, you must unassign and decommission the host
|
987
961
|
# from within the SDDC Manager user interface. Not doing so could impact
|
988
962
|
# the availability of your virtual machines or result in data loss.
|
989
963
|
#
|
@@ -1056,12 +1030,7 @@ module Aws::Evs
|
|
1056
1030
|
req.send_request(options)
|
1057
1031
|
end
|
1058
1032
|
|
1059
|
-
#
|
1060
|
-
# subject to change.
|
1061
|
-
#
|
1062
|
-
# </note>
|
1063
|
-
#
|
1064
|
-
# Returns a description of the specified environment.
|
1033
|
+
# Returns a description of the specified environment.
|
1065
1034
|
#
|
1066
1035
|
# @option params [required, String] :environment_id
|
1067
1036
|
# A unique ID for the environment.
|
@@ -1124,12 +1093,7 @@ module Aws::Evs
|
|
1124
1093
|
req.send_request(options)
|
1125
1094
|
end
|
1126
1095
|
|
1127
|
-
#
|
1128
|
-
# subject to change.
|
1129
|
-
#
|
1130
|
-
# </note>
|
1131
|
-
#
|
1132
|
-
# List the hosts within an environment.
|
1096
|
+
# List the hosts within an environment.
|
1133
1097
|
#
|
1134
1098
|
# @option params [String] :next_token
|
1135
1099
|
# A unique pagination token for each page. If `nextToken` is returned,
|
@@ -1188,12 +1152,7 @@ module Aws::Evs
|
|
1188
1152
|
req.send_request(options)
|
1189
1153
|
end
|
1190
1154
|
|
1191
|
-
#
|
1192
|
-
# subject to change.
|
1193
|
-
#
|
1194
|
-
# </note>
|
1195
|
-
#
|
1196
|
-
# Lists environment VLANs that are associated with the specified
|
1155
|
+
# Lists environment VLANs that are associated with the specified
|
1197
1156
|
# environment.
|
1198
1157
|
#
|
1199
1158
|
# @option params [String] :next_token
|
@@ -1249,12 +1208,7 @@ module Aws::Evs
|
|
1249
1208
|
req.send_request(options)
|
1250
1209
|
end
|
1251
1210
|
|
1252
|
-
#
|
1253
|
-
# subject to change.
|
1254
|
-
#
|
1255
|
-
# </note>
|
1256
|
-
#
|
1257
|
-
# Lists the Amazon EVS environments in your Amazon Web Services account
|
1211
|
+
# Lists the Amazon EVS environments in your Amazon Web Services account
|
1258
1212
|
# in the specified Amazon Web Services Region.
|
1259
1213
|
#
|
1260
1214
|
# @option params [String] :next_token
|
@@ -1310,12 +1264,7 @@ module Aws::Evs
|
|
1310
1264
|
req.send_request(options)
|
1311
1265
|
end
|
1312
1266
|
|
1313
|
-
#
|
1314
|
-
# subject to change.
|
1315
|
-
#
|
1316
|
-
# </note>
|
1317
|
-
#
|
1318
|
-
# Lists the tags for an Amazon EVS resource.
|
1267
|
+
# Lists the tags for an Amazon EVS resource.
|
1319
1268
|
#
|
1320
1269
|
# @option params [required, String] :resource_arn
|
1321
1270
|
# The Amazon Resource Name (ARN) that identifies the resource to list
|
@@ -1345,12 +1294,7 @@ module Aws::Evs
|
|
1345
1294
|
req.send_request(options)
|
1346
1295
|
end
|
1347
1296
|
|
1348
|
-
#
|
1349
|
-
# subject to change.
|
1350
|
-
#
|
1351
|
-
# </note>
|
1352
|
-
#
|
1353
|
-
# Associates the specified tags to an Amazon EVS resource with the
|
1297
|
+
# Associates the specified tags to an Amazon EVS resource with the
|
1354
1298
|
# specified `resourceArn`. If existing tags on a resource are not
|
1355
1299
|
# specified in the request parameters, they aren't changed. When a
|
1356
1300
|
# resource is deleted, the tags associated with that resource are also
|
@@ -1388,12 +1332,7 @@ module Aws::Evs
|
|
1388
1332
|
req.send_request(options)
|
1389
1333
|
end
|
1390
1334
|
|
1391
|
-
#
|
1392
|
-
# subject to change.
|
1393
|
-
#
|
1394
|
-
# </note>
|
1395
|
-
#
|
1396
|
-
# Deletes specified tags from an Amazon EVS resource.
|
1335
|
+
# Deletes specified tags from an Amazon EVS resource.
|
1397
1336
|
#
|
1398
1337
|
# @option params [required, String] :resource_arn
|
1399
1338
|
# The Amazon Resource Name (ARN) of the resource to delete tags from.
|
@@ -1437,7 +1376,7 @@ module Aws::Evs
|
|
1437
1376
|
tracer: tracer
|
1438
1377
|
)
|
1439
1378
|
context[:gem_name] = 'aws-sdk-evs'
|
1440
|
-
context[:gem_version] = '1.
|
1379
|
+
context[:gem_version] = '1.4.0'
|
1441
1380
|
Seahorse::Client::Request.new(handlers, context)
|
1442
1381
|
end
|
1443
1382
|
|
data/lib/aws-sdk-evs/types.rb
CHANGED
@@ -10,13 +10,7 @@
|
|
10
10
|
module Aws::Evs
|
11
11
|
module Types
|
12
12
|
|
13
|
-
#
|
14
|
-
# subject to change.
|
15
|
-
#
|
16
|
-
# </note>
|
17
|
-
#
|
18
|
-
# A check on the environment to identify environment health and
|
19
|
-
# validate
|
13
|
+
# A check on the environment to identify environment health and validate
|
20
14
|
# VMware VCF licensing compliance.
|
21
15
|
#
|
22
16
|
# @!attribute [rw] type
|
@@ -62,12 +56,7 @@ module Aws::Evs
|
|
62
56
|
include Aws::Structure
|
63
57
|
end
|
64
58
|
|
65
|
-
#
|
66
|
-
# subject to change.
|
67
|
-
#
|
68
|
-
# </note>
|
69
|
-
#
|
70
|
-
# The connectivity configuration for the environment. Amazon EVS
|
59
|
+
# The connectivity configuration for the environment. Amazon EVS
|
71
60
|
# requires that you specify two route server peer IDs. During
|
72
61
|
# environment creation, the route server endpoints peer with the NSX
|
73
62
|
# uplink VLAN for connectivity to the NSX overlay network.
|
@@ -424,12 +413,7 @@ module Aws::Evs
|
|
424
413
|
include Aws::Structure
|
425
414
|
end
|
426
415
|
|
427
|
-
#
|
428
|
-
# subject to change.
|
429
|
-
#
|
430
|
-
# </note>
|
431
|
-
#
|
432
|
-
# An object that represents an Amazon EVS environment.
|
416
|
+
# An object that represents an Amazon EVS environment.
|
433
417
|
#
|
434
418
|
# @!attribute [rw] environment_id
|
435
419
|
# The unique ID for the environment.
|
@@ -579,12 +563,7 @@ module Aws::Evs
|
|
579
563
|
include Aws::Structure
|
580
564
|
end
|
581
565
|
|
582
|
-
#
|
583
|
-
# subject to change.
|
584
|
-
#
|
585
|
-
# </note>
|
586
|
-
#
|
587
|
-
# A list of environments with summarized environment details.
|
566
|
+
# A list of environments with summarized environment details.
|
588
567
|
#
|
589
568
|
# @!attribute [rw] environment_id
|
590
569
|
# A unique ID for the environment.
|
@@ -659,12 +638,7 @@ module Aws::Evs
|
|
659
638
|
include Aws::Structure
|
660
639
|
end
|
661
640
|
|
662
|
-
#
|
663
|
-
# subject to change.
|
664
|
-
#
|
665
|
-
# </note>
|
666
|
-
#
|
667
|
-
# An ESXi host that runs on an Amazon EC2 bare metal instance. Four
|
641
|
+
# An ESXi host that runs on an Amazon EC2 bare metal instance. Four
|
668
642
|
# hosts are created in an Amazon EVS environment during environment
|
669
643
|
# creation. You can add hosts to an environment using the
|
670
644
|
# `CreateEnvironmentHost` operation. Amazon EVS supports 4-16 hosts per
|
@@ -743,15 +717,9 @@ module Aws::Evs
|
|
743
717
|
include Aws::Structure
|
744
718
|
end
|
745
719
|
|
746
|
-
#
|
747
|
-
# subject to change.
|
748
|
-
#
|
749
|
-
# </note>
|
750
|
-
#
|
751
|
-
# An object that represents a host.
|
720
|
+
# An object that represents a host.
|
752
721
|
#
|
753
|
-
#
|
754
|
-
# `placementGroupId` together in
|
722
|
+
# <note markdown="1"> You cannot use `dedicatedHostId` and `placementGroupId` together in
|
755
723
|
# the same `HostInfoForCreate`object. This results in a
|
756
724
|
# `ValidationException` response.
|
757
725
|
#
|
@@ -790,20 +758,14 @@ module Aws::Evs
|
|
790
758
|
include Aws::Structure
|
791
759
|
end
|
792
760
|
|
793
|
-
#
|
794
|
-
# subject to change.
|
795
|
-
#
|
796
|
-
# </note>
|
797
|
-
#
|
798
|
-
# An object that represents an initial VLAN subnet for the Amazon EVS
|
761
|
+
# An object that represents an initial VLAN subnet for the Amazon EVS
|
799
762
|
# environment. Amazon EVS creates initial VLAN subnets when you first
|
800
763
|
# create the environment. Amazon EVS creates the following 10 VLAN
|
801
764
|
# subnets: host management VLAN, vMotion VLAN, vSAN VLAN, VTEP VLAN,
|
802
765
|
# Edge VTEP VLAN, Management VM VLAN, HCX uplink VLAN, NSX uplink VLAN,
|
803
766
|
# expansion VLAN 1, expansion VLAN 2.
|
804
767
|
#
|
805
|
-
#
|
806
|
-
# a non-overlapping
|
768
|
+
# <note markdown="1"> For each Amazon EVS VLAN subnet, you must specify a non-overlapping
|
807
769
|
# CIDR block. Amazon EVS VLAN subnets have a minimum CIDR block size of
|
808
770
|
# /28 and a maximum size of /24.
|
809
771
|
#
|
@@ -824,12 +786,7 @@ module Aws::Evs
|
|
824
786
|
include Aws::Structure
|
825
787
|
end
|
826
788
|
|
827
|
-
#
|
828
|
-
# subject to change.
|
829
|
-
#
|
830
|
-
# </note>
|
831
|
-
#
|
832
|
-
# The initial VLAN subnets for the environment. Amazon EVS VLAN subnets
|
789
|
+
# The initial VLAN subnets for the environment. Amazon EVS VLAN subnets
|
833
790
|
# have a minimum CIDR block size of /28 and a maximum size of /24.
|
834
791
|
# Amazon EVS VLAN subnet CIDR blocks must not overlap with other subnets
|
835
792
|
# in the VPC.
|
@@ -910,12 +867,7 @@ module Aws::Evs
|
|
910
867
|
include Aws::Structure
|
911
868
|
end
|
912
869
|
|
913
|
-
#
|
914
|
-
# subject to change.
|
915
|
-
#
|
916
|
-
# </note>
|
917
|
-
#
|
918
|
-
# The license information that Amazon EVS requires to create an
|
870
|
+
# The license information that Amazon EVS requires to create an
|
919
871
|
# environment. Amazon EVS requires two license keys: a VCF solution key
|
920
872
|
# and a vSAN license key.
|
921
873
|
#
|
@@ -1106,12 +1058,7 @@ module Aws::Evs
|
|
1106
1058
|
include Aws::Structure
|
1107
1059
|
end
|
1108
1060
|
|
1109
|
-
#
|
1110
|
-
# subject to change.
|
1111
|
-
#
|
1112
|
-
# </note>
|
1113
|
-
#
|
1114
|
-
# An elastic network interface (ENI) that connects hosts to the VLAN
|
1061
|
+
# An elastic network interface (ENI) that connects hosts to the VLAN
|
1115
1062
|
# subnets. Amazon EVS provisions two identically configured ENIs in the
|
1116
1063
|
# VMkernel management subnet during host creation. One ENI is active,
|
1117
1064
|
# and the other is in standby mode for automatic switchover during a
|
@@ -1155,12 +1102,7 @@ module Aws::Evs
|
|
1155
1102
|
include Aws::Structure
|
1156
1103
|
end
|
1157
1104
|
|
1158
|
-
#
|
1159
|
-
# subject to change.
|
1160
|
-
#
|
1161
|
-
# </note>
|
1162
|
-
#
|
1163
|
-
# A managed secret that contains the credentials for installing vCenter
|
1105
|
+
# A managed secret that contains the credentials for installing vCenter
|
1164
1106
|
# Server, NSX, and SDDC Manager. During environment creation, the Amazon
|
1165
1107
|
# EVS control plane uses Amazon Web Services Secrets Manager to create,
|
1166
1108
|
# encrypt, validate, and store secrets. If you choose to delete your
|
@@ -1181,12 +1123,7 @@ module Aws::Evs
|
|
1181
1123
|
include Aws::Structure
|
1182
1124
|
end
|
1183
1125
|
|
1184
|
-
#
|
1185
|
-
# subject to change.
|
1186
|
-
#
|
1187
|
-
# </note>
|
1188
|
-
#
|
1189
|
-
# The security groups that allow traffic between the Amazon EVS control
|
1126
|
+
# The security groups that allow traffic between the Amazon EVS control
|
1190
1127
|
# plane and your VPC for Amazon EVS service access. If a security group
|
1191
1128
|
# is not specified, Amazon EVS uses the default security group in your
|
1192
1129
|
# account for service access.
|
@@ -1370,13 +1307,7 @@ module Aws::Evs
|
|
1370
1307
|
include Aws::Structure
|
1371
1308
|
end
|
1372
1309
|
|
1373
|
-
#
|
1374
|
-
# subject to change.
|
1375
|
-
#
|
1376
|
-
# </note>
|
1377
|
-
#
|
1378
|
-
# Stores information about a field passed inside a request that
|
1379
|
-
# resulted
|
1310
|
+
# Stores information about a field passed inside a request that resulted
|
1380
1311
|
# in an exception.
|
1381
1312
|
#
|
1382
1313
|
# @!attribute [rw] name
|
@@ -1396,17 +1327,12 @@ module Aws::Evs
|
|
1396
1327
|
include Aws::Structure
|
1397
1328
|
end
|
1398
1329
|
|
1399
|
-
#
|
1400
|
-
# subject to change.
|
1401
|
-
#
|
1402
|
-
# </note>
|
1403
|
-
#
|
1404
|
-
# The DNS hostnames that Amazon EVS uses to install VMware vCenter
|
1330
|
+
# The DNS hostnames that Amazon EVS uses to install VMware vCenter
|
1405
1331
|
# Server, NSX, SDDC Manager, and Cloud Builder. Each hostname must be
|
1406
1332
|
# unique, and resolve to a domain name that you've registered in your
|
1407
1333
|
# DNS service of choice. Hostnames cannot be changed.
|
1408
1334
|
#
|
1409
|
-
#
|
1335
|
+
# VMware VCF requires the deployment of two NSX Edge nodes, and three
|
1410
1336
|
# NSX Manager virtual machines.
|
1411
1337
|
#
|
1412
1338
|
# @!attribute [rw] v_center
|
@@ -1461,12 +1387,7 @@ module Aws::Evs
|
|
1461
1387
|
include Aws::Structure
|
1462
1388
|
end
|
1463
1389
|
|
1464
|
-
#
|
1465
|
-
# subject to change.
|
1466
|
-
#
|
1467
|
-
# </note>
|
1468
|
-
#
|
1469
|
-
# The VLANs that Amazon EVS creates during environment creation.
|
1390
|
+
# The VLANs that Amazon EVS creates during environment creation.
|
1470
1391
|
#
|
1471
1392
|
# @!attribute [rw] vlan_id
|
1472
1393
|
# The unique ID of the VLAN.
|
data/lib/aws-sdk-evs.rb
CHANGED