aws-sdk-ec2 1.168.0 → 1.169.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/lib/aws-sdk-ec2.rb +1 -1
- data/lib/aws-sdk-ec2/client.rb +142 -71
- data/lib/aws-sdk-ec2/client_api.rb +10 -2
- data/lib/aws-sdk-ec2/instance.rb +1 -1
- data/lib/aws-sdk-ec2/resource.rb +10 -10
- data/lib/aws-sdk-ec2/snapshot.rb +1 -1
- data/lib/aws-sdk-ec2/subnet.rb +2 -2
- data/lib/aws-sdk-ec2/types.rb +176 -92
- data/lib/aws-sdk-ec2/volume.rb +1 -1
- metadata +2 -2
|
@@ -2978,6 +2978,7 @@ module Aws::EC2
|
|
|
2978
2978
|
CreateInstanceExportTaskRequest.add_member(:export_to_s3_task, Shapes::ShapeRef.new(shape: ExportToS3TaskSpecification, location_name: "exportToS3"))
|
|
2979
2979
|
CreateInstanceExportTaskRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "instanceId"))
|
|
2980
2980
|
CreateInstanceExportTaskRequest.add_member(:target_environment, Shapes::ShapeRef.new(shape: ExportEnvironment, location_name: "targetEnvironment"))
|
|
2981
|
+
CreateInstanceExportTaskRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
|
2981
2982
|
CreateInstanceExportTaskRequest.struct_class = Types::CreateInstanceExportTaskRequest
|
|
2982
2983
|
|
|
2983
2984
|
CreateInstanceExportTaskResult.add_member(:export_task, Shapes::ShapeRef.new(shape: ExportTask, location_name: "exportTask"))
|
|
@@ -5435,6 +5436,7 @@ module Aws::EC2
|
|
|
5435
5436
|
ExportImageRequest.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, required: true, location_name: "ImageId"))
|
|
5436
5437
|
ExportImageRequest.add_member(:s3_export_location, Shapes::ShapeRef.new(shape: ExportTaskS3LocationRequest, required: true, location_name: "S3ExportLocation"))
|
|
5437
5438
|
ExportImageRequest.add_member(:role_name, Shapes::ShapeRef.new(shape: String, location_name: "RoleName"))
|
|
5439
|
+
ExportImageRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
|
5438
5440
|
ExportImageRequest.struct_class = Types::ExportImageRequest
|
|
5439
5441
|
|
|
5440
5442
|
ExportImageResult.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
@@ -5446,6 +5448,7 @@ module Aws::EC2
|
|
|
5446
5448
|
ExportImageResult.add_member(:s3_export_location, Shapes::ShapeRef.new(shape: ExportTaskS3Location, location_name: "s3ExportLocation"))
|
|
5447
5449
|
ExportImageResult.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
|
|
5448
5450
|
ExportImageResult.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
|
|
5451
|
+
ExportImageResult.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
|
5449
5452
|
ExportImageResult.struct_class = Types::ExportImageResult
|
|
5450
5453
|
|
|
5451
5454
|
ExportImageTask.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
@@ -5455,6 +5458,7 @@ module Aws::EC2
|
|
|
5455
5458
|
ExportImageTask.add_member(:s3_export_location, Shapes::ShapeRef.new(shape: ExportTaskS3Location, location_name: "s3ExportLocation"))
|
|
5456
5459
|
ExportImageTask.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
|
|
5457
5460
|
ExportImageTask.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
|
|
5461
|
+
ExportImageTask.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
|
5458
5462
|
ExportImageTask.struct_class = Types::ExportImageTask
|
|
5459
5463
|
|
|
5460
5464
|
ExportImageTaskIdList.member = Shapes::ShapeRef.new(shape: ExportImageTaskId, location_name: "ExportImageTaskId")
|
|
@@ -6057,6 +6061,7 @@ module Aws::EC2
|
|
|
6057
6061
|
ImportImageRequest.add_member(:platform, Shapes::ShapeRef.new(shape: String, location_name: "Platform"))
|
|
6058
6062
|
ImportImageRequest.add_member(:role_name, Shapes::ShapeRef.new(shape: String, location_name: "RoleName"))
|
|
6059
6063
|
ImportImageRequest.add_member(:license_specifications, Shapes::ShapeRef.new(shape: ImportImageLicenseSpecificationListRequest, location_name: "LicenseSpecifications"))
|
|
6064
|
+
ImportImageRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
|
6060
6065
|
ImportImageRequest.struct_class = Types::ImportImageRequest
|
|
6061
6066
|
|
|
6062
6067
|
ImportImageResult.add_member(:architecture, Shapes::ShapeRef.new(shape: String, location_name: "architecture"))
|
|
@@ -6064,8 +6069,8 @@ module Aws::EC2
|
|
|
6064
6069
|
ImportImageResult.add_member(:encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "encrypted"))
|
|
6065
6070
|
ImportImageResult.add_member(:hypervisor, Shapes::ShapeRef.new(shape: String, location_name: "hypervisor"))
|
|
6066
6071
|
ImportImageResult.add_member(:image_id, Shapes::ShapeRef.new(shape: String, location_name: "imageId"))
|
|
6067
|
-
ImportImageResult.add_member(:import_task_id, Shapes::ShapeRef.new(shape:
|
|
6068
|
-
ImportImageResult.add_member(:kms_key_id, Shapes::ShapeRef.new(shape:
|
|
6072
|
+
ImportImageResult.add_member(:import_task_id, Shapes::ShapeRef.new(shape: ImportImageTaskId, location_name: "importTaskId"))
|
|
6073
|
+
ImportImageResult.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "kmsKeyId"))
|
|
6069
6074
|
ImportImageResult.add_member(:license_type, Shapes::ShapeRef.new(shape: String, location_name: "licenseType"))
|
|
6070
6075
|
ImportImageResult.add_member(:platform, Shapes::ShapeRef.new(shape: String, location_name: "platform"))
|
|
6071
6076
|
ImportImageResult.add_member(:progress, Shapes::ShapeRef.new(shape: String, location_name: "progress"))
|
|
@@ -6073,6 +6078,7 @@ module Aws::EC2
|
|
|
6073
6078
|
ImportImageResult.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
|
|
6074
6079
|
ImportImageResult.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
|
|
6075
6080
|
ImportImageResult.add_member(:license_specifications, Shapes::ShapeRef.new(shape: ImportImageLicenseSpecificationListResponse, location_name: "licenseSpecifications"))
|
|
6081
|
+
ImportImageResult.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
|
6076
6082
|
ImportImageResult.struct_class = Types::ImportImageResult
|
|
6077
6083
|
|
|
6078
6084
|
ImportImageTask.add_member(:architecture, Shapes::ShapeRef.new(shape: String, location_name: "architecture"))
|
|
@@ -6154,11 +6160,13 @@ module Aws::EC2
|
|
|
6154
6160
|
ImportSnapshotRequest.add_member(:encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "Encrypted"))
|
|
6155
6161
|
ImportSnapshotRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
|
6156
6162
|
ImportSnapshotRequest.add_member(:role_name, Shapes::ShapeRef.new(shape: String, location_name: "RoleName"))
|
|
6163
|
+
ImportSnapshotRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
|
6157
6164
|
ImportSnapshotRequest.struct_class = Types::ImportSnapshotRequest
|
|
6158
6165
|
|
|
6159
6166
|
ImportSnapshotResult.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
6160
6167
|
ImportSnapshotResult.add_member(:import_task_id, Shapes::ShapeRef.new(shape: String, location_name: "importTaskId"))
|
|
6161
6168
|
ImportSnapshotResult.add_member(:snapshot_task_detail, Shapes::ShapeRef.new(shape: SnapshotTaskDetail, location_name: "snapshotTaskDetail"))
|
|
6169
|
+
ImportSnapshotResult.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
|
6162
6170
|
ImportSnapshotResult.struct_class = Types::ImportSnapshotResult
|
|
6163
6171
|
|
|
6164
6172
|
ImportSnapshotTask.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
data/lib/aws-sdk-ec2/instance.rb
CHANGED
|
@@ -641,7 +641,7 @@ module Aws::EC2
|
|
|
641
641
|
# iops: 1,
|
|
642
642
|
# snapshot_id: "String",
|
|
643
643
|
# volume_size: 1,
|
|
644
|
-
# volume_type: "standard", # accepts standard, io1,
|
|
644
|
+
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
645
645
|
# kms_key_id: "String",
|
|
646
646
|
# encrypted: false,
|
|
647
647
|
# },
|
data/lib/aws-sdk-ec2/resource.rb
CHANGED
|
@@ -76,7 +76,7 @@ module Aws::EC2
|
|
|
76
76
|
# iops: 1,
|
|
77
77
|
# snapshot_id: "String",
|
|
78
78
|
# volume_size: 1,
|
|
79
|
-
# volume_type: "standard", # accepts standard, io1,
|
|
79
|
+
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
80
80
|
# kms_key_id: "String",
|
|
81
81
|
# encrypted: false,
|
|
82
82
|
# },
|
|
@@ -163,7 +163,7 @@ module Aws::EC2
|
|
|
163
163
|
# ],
|
|
164
164
|
# tag_specifications: [
|
|
165
165
|
# {
|
|
166
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
166
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
167
167
|
# tags: [
|
|
168
168
|
# {
|
|
169
169
|
# key: "String",
|
|
@@ -539,7 +539,7 @@ module Aws::EC2
|
|
|
539
539
|
# dry_run: false,
|
|
540
540
|
# tag_specifications: [
|
|
541
541
|
# {
|
|
542
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
542
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
543
543
|
# tags: [
|
|
544
544
|
# {
|
|
545
545
|
# key: "String",
|
|
@@ -580,7 +580,7 @@ module Aws::EC2
|
|
|
580
580
|
# subnet_id: "SubnetId", # required
|
|
581
581
|
# tag_specifications: [
|
|
582
582
|
# {
|
|
583
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
583
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
584
584
|
# tags: [
|
|
585
585
|
# {
|
|
586
586
|
# key: "String",
|
|
@@ -743,7 +743,7 @@ module Aws::EC2
|
|
|
743
743
|
# partition_count: 1,
|
|
744
744
|
# tag_specifications: [
|
|
745
745
|
# {
|
|
746
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
746
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
747
747
|
# tags: [
|
|
748
748
|
# {
|
|
749
749
|
# key: "String",
|
|
@@ -854,7 +854,7 @@ module Aws::EC2
|
|
|
854
854
|
# volume_id: "VolumeId", # required
|
|
855
855
|
# tag_specifications: [
|
|
856
856
|
# {
|
|
857
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
857
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
858
858
|
# tags: [
|
|
859
859
|
# {
|
|
860
860
|
# key: "String",
|
|
@@ -1028,11 +1028,11 @@ module Aws::EC2
|
|
|
1028
1028
|
# outpost_arn: "String",
|
|
1029
1029
|
# size: 1,
|
|
1030
1030
|
# snapshot_id: "SnapshotId",
|
|
1031
|
-
# volume_type: "standard", # accepts standard, io1,
|
|
1031
|
+
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
1032
1032
|
# dry_run: false,
|
|
1033
1033
|
# tag_specifications: [
|
|
1034
1034
|
# {
|
|
1035
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
1035
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
1036
1036
|
# tags: [
|
|
1037
1037
|
# {
|
|
1038
1038
|
# key: "String",
|
|
@@ -1276,7 +1276,7 @@ module Aws::EC2
|
|
|
1276
1276
|
# public_key_material: "data", # required
|
|
1277
1277
|
# tag_specifications: [
|
|
1278
1278
|
# {
|
|
1279
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
1279
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
1280
1280
|
# tags: [
|
|
1281
1281
|
# {
|
|
1282
1282
|
# key: "String",
|
|
@@ -1322,7 +1322,7 @@ module Aws::EC2
|
|
|
1322
1322
|
# iops: 1,
|
|
1323
1323
|
# snapshot_id: "String",
|
|
1324
1324
|
# volume_size: 1,
|
|
1325
|
-
# volume_type: "standard", # accepts standard, io1,
|
|
1325
|
+
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
1326
1326
|
# kms_key_id: "String",
|
|
1327
1327
|
# encrypted: false,
|
|
1328
1328
|
# },
|
data/lib/aws-sdk-ec2/snapshot.rb
CHANGED
|
@@ -293,7 +293,7 @@ module Aws::EC2
|
|
|
293
293
|
# source_region: "String", # required
|
|
294
294
|
# tag_specifications: [
|
|
295
295
|
# {
|
|
296
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
296
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
297
297
|
# tags: [
|
|
298
298
|
# {
|
|
299
299
|
# key: "String",
|
data/lib/aws-sdk-ec2/subnet.rb
CHANGED
|
@@ -284,7 +284,7 @@ module Aws::EC2
|
|
|
284
284
|
# iops: 1,
|
|
285
285
|
# snapshot_id: "String",
|
|
286
286
|
# volume_size: 1,
|
|
287
|
-
# volume_type: "standard", # accepts standard, io1,
|
|
287
|
+
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
288
288
|
# kms_key_id: "String",
|
|
289
289
|
# encrypted: false,
|
|
290
290
|
# },
|
|
@@ -370,7 +370,7 @@ module Aws::EC2
|
|
|
370
370
|
# ],
|
|
371
371
|
# tag_specifications: [
|
|
372
372
|
# {
|
|
373
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
373
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
374
374
|
# tags: [
|
|
375
375
|
# {
|
|
376
376
|
# key: "String",
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
|
@@ -539,7 +539,7 @@ module Aws::EC2
|
|
|
539
539
|
# quantity: 1, # required
|
|
540
540
|
# tag_specifications: [
|
|
541
541
|
# {
|
|
542
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
542
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
543
543
|
# tags: [
|
|
544
544
|
# {
|
|
545
545
|
# key: "String",
|
|
@@ -2162,7 +2162,7 @@ module Aws::EC2
|
|
|
2162
2162
|
# iops: 1,
|
|
2163
2163
|
# snapshot_id: "String",
|
|
2164
2164
|
# volume_size: 1,
|
|
2165
|
-
# volume_type: "standard", # accepts standard, io1,
|
|
2165
|
+
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
2166
2166
|
# kms_key_id: "String",
|
|
2167
2167
|
# encrypted: false,
|
|
2168
2168
|
# },
|
|
@@ -4241,7 +4241,7 @@ module Aws::EC2
|
|
|
4241
4241
|
# source_snapshot_id: "String", # required
|
|
4242
4242
|
# tag_specifications: [
|
|
4243
4243
|
# {
|
|
4244
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
4244
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
4245
4245
|
# tags: [
|
|
4246
4246
|
# {
|
|
4247
4247
|
# key: "String",
|
|
@@ -4445,7 +4445,7 @@ module Aws::EC2
|
|
|
4445
4445
|
# instance_match_criteria: "open", # accepts open, targeted
|
|
4446
4446
|
# tag_specifications: [
|
|
4447
4447
|
# {
|
|
4448
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
4448
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
4449
4449
|
# tags: [
|
|
4450
4450
|
# {
|
|
4451
4451
|
# key: "String",
|
|
@@ -4645,7 +4645,7 @@ module Aws::EC2
|
|
|
4645
4645
|
# client_token: "String",
|
|
4646
4646
|
# tag_specifications: [
|
|
4647
4647
|
# {
|
|
4648
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
4648
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
4649
4649
|
# tags: [
|
|
4650
4650
|
# {
|
|
4651
4651
|
# key: "String",
|
|
@@ -5291,7 +5291,7 @@ module Aws::EC2
|
|
|
5291
5291
|
# replace_unhealthy_instances: false,
|
|
5292
5292
|
# tag_specifications: [
|
|
5293
5293
|
# {
|
|
5294
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
5294
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
5295
5295
|
# tags: [
|
|
5296
5296
|
# {
|
|
5297
5297
|
# key: "String",
|
|
@@ -5450,7 +5450,7 @@ module Aws::EC2
|
|
|
5450
5450
|
# log_format: "String",
|
|
5451
5451
|
# tag_specifications: [
|
|
5452
5452
|
# {
|
|
5453
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
5453
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
5454
5454
|
# tags: [
|
|
5455
5455
|
# {
|
|
5456
5456
|
# key: "String",
|
|
@@ -5642,7 +5642,7 @@ module Aws::EC2
|
|
|
5642
5642
|
# client_token: "String",
|
|
5643
5643
|
# tag_specifications: [
|
|
5644
5644
|
# {
|
|
5645
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
5645
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
5646
5646
|
# tags: [
|
|
5647
5647
|
# {
|
|
5648
5648
|
# key: "String",
|
|
@@ -5733,7 +5733,7 @@ module Aws::EC2
|
|
|
5733
5733
|
# iops: 1,
|
|
5734
5734
|
# snapshot_id: "String",
|
|
5735
5735
|
# volume_size: 1,
|
|
5736
|
-
# volume_type: "standard", # accepts standard, io1,
|
|
5736
|
+
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
5737
5737
|
# kms_key_id: "String",
|
|
5738
5738
|
# encrypted: false,
|
|
5739
5739
|
# },
|
|
@@ -5820,11 +5820,22 @@ module Aws::EC2
|
|
|
5820
5820
|
# },
|
|
5821
5821
|
# instance_id: "InstanceId", # required
|
|
5822
5822
|
# target_environment: "citrix", # accepts citrix, vmware, microsoft
|
|
5823
|
+
# tag_specifications: [
|
|
5824
|
+
# {
|
|
5825
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
5826
|
+
# tags: [
|
|
5827
|
+
# {
|
|
5828
|
+
# key: "String",
|
|
5829
|
+
# value: "String",
|
|
5830
|
+
# },
|
|
5831
|
+
# ],
|
|
5832
|
+
# },
|
|
5833
|
+
# ],
|
|
5823
5834
|
# }
|
|
5824
5835
|
#
|
|
5825
5836
|
# @!attribute [rw] description
|
|
5826
5837
|
# A description for the conversion task or the resource being
|
|
5827
|
-
# exported. The maximum length is 255
|
|
5838
|
+
# exported. The maximum length is 255 characters.
|
|
5828
5839
|
# @return [String]
|
|
5829
5840
|
#
|
|
5830
5841
|
# @!attribute [rw] export_to_s3_task
|
|
@@ -5839,13 +5850,18 @@ module Aws::EC2
|
|
|
5839
5850
|
# The target virtualization environment.
|
|
5840
5851
|
# @return [String]
|
|
5841
5852
|
#
|
|
5853
|
+
# @!attribute [rw] tag_specifications
|
|
5854
|
+
# The tags to apply to the instance export task during creation.
|
|
5855
|
+
# @return [Array<Types::TagSpecification>]
|
|
5856
|
+
#
|
|
5842
5857
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateInstanceExportTaskRequest AWS API Documentation
|
|
5843
5858
|
#
|
|
5844
5859
|
class CreateInstanceExportTaskRequest < Struct.new(
|
|
5845
5860
|
:description,
|
|
5846
5861
|
:export_to_s3_task,
|
|
5847
5862
|
:instance_id,
|
|
5848
|
-
:target_environment
|
|
5863
|
+
:target_environment,
|
|
5864
|
+
:tag_specifications)
|
|
5849
5865
|
include Aws::Structure
|
|
5850
5866
|
end
|
|
5851
5867
|
|
|
@@ -5900,7 +5916,7 @@ module Aws::EC2
|
|
|
5900
5916
|
# dry_run: false,
|
|
5901
5917
|
# tag_specifications: [
|
|
5902
5918
|
# {
|
|
5903
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
5919
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
5904
5920
|
# tags: [
|
|
5905
5921
|
# {
|
|
5906
5922
|
# key: "String",
|
|
@@ -5963,7 +5979,7 @@ module Aws::EC2
|
|
|
5963
5979
|
# kms_key_id: "KmsKeyId",
|
|
5964
5980
|
# snapshot_id: "SnapshotId",
|
|
5965
5981
|
# volume_size: 1,
|
|
5966
|
-
# volume_type: "standard", # accepts standard, io1,
|
|
5982
|
+
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
5967
5983
|
# },
|
|
5968
5984
|
# no_device: "String",
|
|
5969
5985
|
# },
|
|
@@ -6016,7 +6032,7 @@ module Aws::EC2
|
|
|
6016
6032
|
# user_data: "String",
|
|
6017
6033
|
# tag_specifications: [
|
|
6018
6034
|
# {
|
|
6019
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
6035
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
6020
6036
|
# tags: [
|
|
6021
6037
|
# {
|
|
6022
6038
|
# key: "String",
|
|
@@ -6077,7 +6093,7 @@ module Aws::EC2
|
|
|
6077
6093
|
# },
|
|
6078
6094
|
# tag_specifications: [
|
|
6079
6095
|
# {
|
|
6080
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
6096
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
6081
6097
|
# tags: [
|
|
6082
6098
|
# {
|
|
6083
6099
|
# key: "String",
|
|
@@ -6181,7 +6197,7 @@ module Aws::EC2
|
|
|
6181
6197
|
# kms_key_id: "KmsKeyId",
|
|
6182
6198
|
# snapshot_id: "SnapshotId",
|
|
6183
6199
|
# volume_size: 1,
|
|
6184
|
-
# volume_type: "standard", # accepts standard, io1,
|
|
6200
|
+
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
6185
6201
|
# },
|
|
6186
6202
|
# no_device: "String",
|
|
6187
6203
|
# },
|
|
@@ -6234,7 +6250,7 @@ module Aws::EC2
|
|
|
6234
6250
|
# user_data: "String",
|
|
6235
6251
|
# tag_specifications: [
|
|
6236
6252
|
# {
|
|
6237
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
6253
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
6238
6254
|
# tags: [
|
|
6239
6255
|
# {
|
|
6240
6256
|
# key: "String",
|
|
@@ -6431,7 +6447,7 @@ module Aws::EC2
|
|
|
6431
6447
|
# vpc_id: "VpcId", # required
|
|
6432
6448
|
# tag_specifications: [
|
|
6433
6449
|
# {
|
|
6434
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
6450
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
6435
6451
|
# tags: [
|
|
6436
6452
|
# {
|
|
6437
6453
|
# key: "String",
|
|
@@ -6493,7 +6509,7 @@ module Aws::EC2
|
|
|
6493
6509
|
# subnet_id: "SubnetId", # required
|
|
6494
6510
|
# tag_specifications: [
|
|
6495
6511
|
# {
|
|
6496
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
6512
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
6497
6513
|
# tags: [
|
|
6498
6514
|
# {
|
|
6499
6515
|
# key: "String",
|
|
@@ -6905,7 +6921,7 @@ module Aws::EC2
|
|
|
6905
6921
|
# partition_count: 1,
|
|
6906
6922
|
# tag_specifications: [
|
|
6907
6923
|
# {
|
|
6908
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
6924
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
6909
6925
|
# tags: [
|
|
6910
6926
|
# {
|
|
6911
6927
|
# key: "String",
|
|
@@ -7247,7 +7263,7 @@ module Aws::EC2
|
|
|
7247
7263
|
# volume_id: "VolumeId", # required
|
|
7248
7264
|
# tag_specifications: [
|
|
7249
7265
|
# {
|
|
7250
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
7266
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
7251
7267
|
# tags: [
|
|
7252
7268
|
# {
|
|
7253
7269
|
# key: "String",
|
|
@@ -7299,7 +7315,7 @@ module Aws::EC2
|
|
|
7299
7315
|
# },
|
|
7300
7316
|
# tag_specifications: [
|
|
7301
7317
|
# {
|
|
7302
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
7318
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
7303
7319
|
# tags: [
|
|
7304
7320
|
# {
|
|
7305
7321
|
# key: "String",
|
|
@@ -7545,7 +7561,7 @@ module Aws::EC2
|
|
|
7545
7561
|
# description: "String",
|
|
7546
7562
|
# tag_specifications: [
|
|
7547
7563
|
# {
|
|
7548
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
7564
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
7549
7565
|
# tags: [
|
|
7550
7566
|
# {
|
|
7551
7567
|
# key: "String",
|
|
@@ -7764,7 +7780,7 @@ module Aws::EC2
|
|
|
7764
7780
|
# description: "String",
|
|
7765
7781
|
# tag_specifications: [
|
|
7766
7782
|
# {
|
|
7767
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
7783
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
7768
7784
|
# tags: [
|
|
7769
7785
|
# {
|
|
7770
7786
|
# key: "String",
|
|
@@ -7895,7 +7911,7 @@ module Aws::EC2
|
|
|
7895
7911
|
# description: "String",
|
|
7896
7912
|
# tag_specifications: [
|
|
7897
7913
|
# {
|
|
7898
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
7914
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
7899
7915
|
# tags: [
|
|
7900
7916
|
# {
|
|
7901
7917
|
# key: "String",
|
|
@@ -7986,7 +8002,7 @@ module Aws::EC2
|
|
|
7986
8002
|
# transit_gateway_id: "TransitGatewayId", # required
|
|
7987
8003
|
# tag_specifications: [
|
|
7988
8004
|
# {
|
|
7989
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
8005
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
7990
8006
|
# tags: [
|
|
7991
8007
|
# {
|
|
7992
8008
|
# key: "String",
|
|
@@ -8043,7 +8059,7 @@ module Aws::EC2
|
|
|
8043
8059
|
# peer_region: "String", # required
|
|
8044
8060
|
# tag_specifications: [
|
|
8045
8061
|
# {
|
|
8046
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
8062
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
8047
8063
|
# tags: [
|
|
8048
8064
|
# {
|
|
8049
8065
|
# key: "String",
|
|
@@ -8122,7 +8138,7 @@ module Aws::EC2
|
|
|
8122
8138
|
# },
|
|
8123
8139
|
# tag_specifications: [
|
|
8124
8140
|
# {
|
|
8125
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
8141
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
8126
8142
|
# tags: [
|
|
8127
8143
|
# {
|
|
8128
8144
|
# key: "String",
|
|
@@ -8238,7 +8254,7 @@ module Aws::EC2
|
|
|
8238
8254
|
# transit_gateway_id: "TransitGatewayId", # required
|
|
8239
8255
|
# tag_specifications: [
|
|
8240
8256
|
# {
|
|
8241
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
8257
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
8242
8258
|
# tags: [
|
|
8243
8259
|
# {
|
|
8244
8260
|
# key: "String",
|
|
@@ -8298,7 +8314,7 @@ module Aws::EC2
|
|
|
8298
8314
|
# },
|
|
8299
8315
|
# tag_specifications: [
|
|
8300
8316
|
# {
|
|
8301
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
8317
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
8302
8318
|
# tags: [
|
|
8303
8319
|
# {
|
|
8304
8320
|
# key: "String",
|
|
@@ -8464,11 +8480,11 @@ module Aws::EC2
|
|
|
8464
8480
|
# outpost_arn: "String",
|
|
8465
8481
|
# size: 1,
|
|
8466
8482
|
# snapshot_id: "SnapshotId",
|
|
8467
|
-
# volume_type: "standard", # accepts standard, io1,
|
|
8483
|
+
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
8468
8484
|
# dry_run: false,
|
|
8469
8485
|
# tag_specifications: [
|
|
8470
8486
|
# {
|
|
8471
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
8487
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
8472
8488
|
# tags: [
|
|
8473
8489
|
# {
|
|
8474
8490
|
# key: "String",
|
|
@@ -8706,7 +8722,7 @@ module Aws::EC2
|
|
|
8706
8722
|
# private_dns_enabled: false,
|
|
8707
8723
|
# tag_specifications: [
|
|
8708
8724
|
# {
|
|
8709
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
8725
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
8710
8726
|
# tags: [
|
|
8711
8727
|
# {
|
|
8712
8728
|
# key: "String",
|
|
@@ -8839,7 +8855,7 @@ module Aws::EC2
|
|
|
8839
8855
|
# client_token: "String",
|
|
8840
8856
|
# tag_specifications: [
|
|
8841
8857
|
# {
|
|
8842
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
8858
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
8843
8859
|
# tags: [
|
|
8844
8860
|
# {
|
|
8845
8861
|
# key: "String",
|
|
@@ -22812,7 +22828,7 @@ module Aws::EC2
|
|
|
22812
22828
|
# iops: 1,
|
|
22813
22829
|
# snapshot_id: "String",
|
|
22814
22830
|
# volume_size: 1,
|
|
22815
|
-
# volume_type: "standard", # accepts standard, io1,
|
|
22831
|
+
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
22816
22832
|
# kms_key_id: "String",
|
|
22817
22833
|
# encrypted: false,
|
|
22818
22834
|
# }
|
|
@@ -23861,6 +23877,17 @@ module Aws::EC2
|
|
|
23861
23877
|
# s3_prefix: "String",
|
|
23862
23878
|
# },
|
|
23863
23879
|
# role_name: "String",
|
|
23880
|
+
# tag_specifications: [
|
|
23881
|
+
# {
|
|
23882
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
23883
|
+
# tags: [
|
|
23884
|
+
# {
|
|
23885
|
+
# key: "String",
|
|
23886
|
+
# value: "String",
|
|
23887
|
+
# },
|
|
23888
|
+
# ],
|
|
23889
|
+
# },
|
|
23890
|
+
# ],
|
|
23864
23891
|
# }
|
|
23865
23892
|
#
|
|
23866
23893
|
# @!attribute [rw] client_token
|
|
@@ -23872,7 +23899,7 @@ module Aws::EC2
|
|
|
23872
23899
|
#
|
|
23873
23900
|
# @!attribute [rw] description
|
|
23874
23901
|
# A description of the image being exported. The maximum length is 255
|
|
23875
|
-
#
|
|
23902
|
+
# characters.
|
|
23876
23903
|
# @return [String]
|
|
23877
23904
|
#
|
|
23878
23905
|
# @!attribute [rw] disk_image_format
|
|
@@ -23891,17 +23918,21 @@ module Aws::EC2
|
|
|
23891
23918
|
# @return [String]
|
|
23892
23919
|
#
|
|
23893
23920
|
# @!attribute [rw] s3_export_location
|
|
23894
|
-
# Information about the destination S3 bucket. The bucket must
|
|
23895
|
-
# and grant WRITE and READ\_ACP permissions to the AWS account
|
|
23921
|
+
# Information about the destination Amazon S3 bucket. The bucket must
|
|
23922
|
+
# exist and grant WRITE and READ\_ACP permissions to the AWS account
|
|
23896
23923
|
# vm-import-export@amazon.com.
|
|
23897
23924
|
# @return [Types::ExportTaskS3LocationRequest]
|
|
23898
23925
|
#
|
|
23899
23926
|
# @!attribute [rw] role_name
|
|
23900
23927
|
# The name of the role that grants VM Import/Export permission to
|
|
23901
|
-
# export images to your S3 bucket. If this parameter is not
|
|
23902
|
-
# the default role is named 'vmimport'.
|
|
23928
|
+
# export images to your Amazon S3 bucket. If this parameter is not
|
|
23929
|
+
# specified, the default role is named 'vmimport'.
|
|
23903
23930
|
# @return [String]
|
|
23904
23931
|
#
|
|
23932
|
+
# @!attribute [rw] tag_specifications
|
|
23933
|
+
# The tags to apply to the image being exported.
|
|
23934
|
+
# @return [Array<Types::TagSpecification>]
|
|
23935
|
+
#
|
|
23905
23936
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ExportImageRequest AWS API Documentation
|
|
23906
23937
|
#
|
|
23907
23938
|
class ExportImageRequest < Struct.new(
|
|
@@ -23911,7 +23942,8 @@ module Aws::EC2
|
|
|
23911
23942
|
:dry_run,
|
|
23912
23943
|
:image_id,
|
|
23913
23944
|
:s3_export_location,
|
|
23914
|
-
:role_name
|
|
23945
|
+
:role_name,
|
|
23946
|
+
:tag_specifications)
|
|
23915
23947
|
include Aws::Structure
|
|
23916
23948
|
end
|
|
23917
23949
|
|
|
@@ -23933,7 +23965,7 @@ module Aws::EC2
|
|
|
23933
23965
|
#
|
|
23934
23966
|
# @!attribute [rw] role_name
|
|
23935
23967
|
# The name of the role that grants VM Import/Export permission to
|
|
23936
|
-
# export images to your S3 bucket.
|
|
23968
|
+
# export images to your Amazon S3 bucket.
|
|
23937
23969
|
# @return [String]
|
|
23938
23970
|
#
|
|
23939
23971
|
# @!attribute [rw] progress
|
|
@@ -23941,7 +23973,7 @@ module Aws::EC2
|
|
|
23941
23973
|
# @return [String]
|
|
23942
23974
|
#
|
|
23943
23975
|
# @!attribute [rw] s3_export_location
|
|
23944
|
-
# Information about the destination S3 bucket.
|
|
23976
|
+
# Information about the destination Amazon S3 bucket.
|
|
23945
23977
|
# @return [Types::ExportTaskS3Location]
|
|
23946
23978
|
#
|
|
23947
23979
|
# @!attribute [rw] status
|
|
@@ -23953,6 +23985,10 @@ module Aws::EC2
|
|
|
23953
23985
|
# The status message for the export image task.
|
|
23954
23986
|
# @return [String]
|
|
23955
23987
|
#
|
|
23988
|
+
# @!attribute [rw] tags
|
|
23989
|
+
# Any tags assigned to the image being exported.
|
|
23990
|
+
# @return [Array<Types::Tag>]
|
|
23991
|
+
#
|
|
23956
23992
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ExportImageResult AWS API Documentation
|
|
23957
23993
|
#
|
|
23958
23994
|
class ExportImageResult < Struct.new(
|
|
@@ -23964,7 +24000,8 @@ module Aws::EC2
|
|
|
23964
24000
|
:progress,
|
|
23965
24001
|
:s3_export_location,
|
|
23966
24002
|
:status,
|
|
23967
|
-
:status_message
|
|
24003
|
+
:status_message,
|
|
24004
|
+
:tags)
|
|
23968
24005
|
include Aws::Structure
|
|
23969
24006
|
end
|
|
23970
24007
|
|
|
@@ -23987,7 +24024,7 @@ module Aws::EC2
|
|
|
23987
24024
|
# @return [String]
|
|
23988
24025
|
#
|
|
23989
24026
|
# @!attribute [rw] s3_export_location
|
|
23990
|
-
# Information about the destination S3 bucket.
|
|
24027
|
+
# Information about the destination Amazon S3 bucket.
|
|
23991
24028
|
# @return [Types::ExportTaskS3Location]
|
|
23992
24029
|
#
|
|
23993
24030
|
# @!attribute [rw] status
|
|
@@ -23999,6 +24036,10 @@ module Aws::EC2
|
|
|
23999
24036
|
# The status message for the export image task.
|
|
24000
24037
|
# @return [String]
|
|
24001
24038
|
#
|
|
24039
|
+
# @!attribute [rw] tags
|
|
24040
|
+
# Any tags assigned to the image being exported.
|
|
24041
|
+
# @return [Array<Types::Tag>]
|
|
24042
|
+
#
|
|
24002
24043
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ExportImageTask AWS API Documentation
|
|
24003
24044
|
#
|
|
24004
24045
|
class ExportImageTask < Struct.new(
|
|
@@ -24008,7 +24049,8 @@ module Aws::EC2
|
|
|
24008
24049
|
:progress,
|
|
24009
24050
|
:s3_export_location,
|
|
24010
24051
|
:status,
|
|
24011
|
-
:status_message
|
|
24052
|
+
:status_message,
|
|
24053
|
+
:tags)
|
|
24012
24054
|
include Aws::Structure
|
|
24013
24055
|
end
|
|
24014
24056
|
|
|
@@ -24058,7 +24100,7 @@ module Aws::EC2
|
|
|
24058
24100
|
# Describes the destination for an export image task.
|
|
24059
24101
|
#
|
|
24060
24102
|
# @!attribute [rw] s3_bucket
|
|
24061
|
-
# The destination S3 bucket.
|
|
24103
|
+
# The destination Amazon S3 bucket.
|
|
24062
24104
|
# @return [String]
|
|
24063
24105
|
#
|
|
24064
24106
|
# @!attribute [rw] s3_prefix
|
|
@@ -24084,7 +24126,7 @@ module Aws::EC2
|
|
|
24084
24126
|
# }
|
|
24085
24127
|
#
|
|
24086
24128
|
# @!attribute [rw] s3_bucket
|
|
24087
|
-
# The destination S3 bucket.
|
|
24129
|
+
# The destination Amazon S3 bucket.
|
|
24088
24130
|
# @return [String]
|
|
24089
24131
|
#
|
|
24090
24132
|
# @!attribute [rw] s3_prefix
|
|
@@ -24111,9 +24153,9 @@ module Aws::EC2
|
|
|
24111
24153
|
# @return [String]
|
|
24112
24154
|
#
|
|
24113
24155
|
# @!attribute [rw] s3_bucket
|
|
24114
|
-
# The S3 bucket for the destination image. The destination
|
|
24115
|
-
# exist and grant WRITE and READ\_ACP permissions to the
|
|
24116
|
-
# `vm-import-export@amazon.com`.
|
|
24156
|
+
# The Amazon S3 bucket for the destination image. The destination
|
|
24157
|
+
# bucket must exist and grant WRITE and READ\_ACP permissions to the
|
|
24158
|
+
# AWS account `vm-import-export@amazon.com`.
|
|
24117
24159
|
# @return [String]
|
|
24118
24160
|
#
|
|
24119
24161
|
# @!attribute [rw] s3_key
|
|
@@ -24152,14 +24194,14 @@ module Aws::EC2
|
|
|
24152
24194
|
# @return [String]
|
|
24153
24195
|
#
|
|
24154
24196
|
# @!attribute [rw] s3_bucket
|
|
24155
|
-
# The S3 bucket for the destination image. The destination
|
|
24156
|
-
# exist and grant WRITE and READ\_ACP permissions to the
|
|
24157
|
-
# `vm-import-export@amazon.com`.
|
|
24197
|
+
# The Amazon S3 bucket for the destination image. The destination
|
|
24198
|
+
# bucket must exist and grant WRITE and READ\_ACP permissions to the
|
|
24199
|
+
# AWS account `vm-import-export@amazon.com`.
|
|
24158
24200
|
# @return [String]
|
|
24159
24201
|
#
|
|
24160
24202
|
# @!attribute [rw] s3_prefix
|
|
24161
|
-
# The image is written to a single object in the S3 bucket at
|
|
24162
|
-
# key s3prefix + exportTaskId + '.' + diskImageFormat.
|
|
24203
|
+
# The image is written to a single object in the Amazon S3 bucket at
|
|
24204
|
+
# the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.
|
|
24163
24205
|
# @return [String]
|
|
24164
24206
|
#
|
|
24165
24207
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ExportToS3TaskSpecification AWS API Documentation
|
|
@@ -27013,7 +27055,7 @@ module Aws::EC2
|
|
|
27013
27055
|
# @!attribute [rw] format
|
|
27014
27056
|
# The format of the disk image being imported.
|
|
27015
27057
|
#
|
|
27016
|
-
# Valid values: `
|
|
27058
|
+
# Valid values: `OVA` \| `VHD` \| `VHDX` \|`VMDK`
|
|
27017
27059
|
# @return [String]
|
|
27018
27060
|
#
|
|
27019
27061
|
# @!attribute [rw] snapshot_id
|
|
@@ -27164,6 +27206,17 @@ module Aws::EC2
|
|
|
27164
27206
|
# license_configuration_arn: "String",
|
|
27165
27207
|
# },
|
|
27166
27208
|
# ],
|
|
27209
|
+
# tag_specifications: [
|
|
27210
|
+
# {
|
|
27211
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
27212
|
+
# tags: [
|
|
27213
|
+
# {
|
|
27214
|
+
# key: "String",
|
|
27215
|
+
# value: "String",
|
|
27216
|
+
# },
|
|
27217
|
+
# ],
|
|
27218
|
+
# },
|
|
27219
|
+
# ],
|
|
27167
27220
|
# }
|
|
27168
27221
|
#
|
|
27169
27222
|
# @!attribute [rw] architecture
|
|
@@ -27285,6 +27338,10 @@ module Aws::EC2
|
|
|
27285
27338
|
# The ARNs of the license configurations.
|
|
27286
27339
|
# @return [Array<Types::ImportImageLicenseConfigurationRequest>]
|
|
27287
27340
|
#
|
|
27341
|
+
# @!attribute [rw] tag_specifications
|
|
27342
|
+
# The tags to apply to the image being imported.
|
|
27343
|
+
# @return [Array<Types::TagSpecification>]
|
|
27344
|
+
#
|
|
27288
27345
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ImportImageRequest AWS API Documentation
|
|
27289
27346
|
#
|
|
27290
27347
|
class ImportImageRequest < Struct.new(
|
|
@@ -27300,7 +27357,8 @@ module Aws::EC2
|
|
|
27300
27357
|
:license_type,
|
|
27301
27358
|
:platform,
|
|
27302
27359
|
:role_name,
|
|
27303
|
-
:license_specifications
|
|
27360
|
+
:license_specifications,
|
|
27361
|
+
:tag_specifications)
|
|
27304
27362
|
include Aws::Structure
|
|
27305
27363
|
end
|
|
27306
27364
|
|
|
@@ -27313,7 +27371,7 @@ module Aws::EC2
|
|
|
27313
27371
|
# @return [String]
|
|
27314
27372
|
#
|
|
27315
27373
|
# @!attribute [rw] encrypted
|
|
27316
|
-
# Indicates whether the AMI is
|
|
27374
|
+
# Indicates whether the AMI is encrypted.
|
|
27317
27375
|
# @return [Boolean]
|
|
27318
27376
|
#
|
|
27319
27377
|
# @!attribute [rw] hypervisor
|
|
@@ -27362,6 +27420,10 @@ module Aws::EC2
|
|
|
27362
27420
|
# The ARNs of the license configurations.
|
|
27363
27421
|
# @return [Array<Types::ImportImageLicenseConfigurationResponse>]
|
|
27364
27422
|
#
|
|
27423
|
+
# @!attribute [rw] tags
|
|
27424
|
+
# Any tags assigned to the image being imported.
|
|
27425
|
+
# @return [Array<Types::Tag>]
|
|
27426
|
+
#
|
|
27365
27427
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ImportImageResult AWS API Documentation
|
|
27366
27428
|
#
|
|
27367
27429
|
class ImportImageResult < Struct.new(
|
|
@@ -27378,7 +27440,8 @@ module Aws::EC2
|
|
|
27378
27440
|
:snapshot_details,
|
|
27379
27441
|
:status,
|
|
27380
27442
|
:status_message,
|
|
27381
|
-
:license_specifications
|
|
27443
|
+
:license_specifications,
|
|
27444
|
+
:tags)
|
|
27382
27445
|
include Aws::Structure
|
|
27383
27446
|
end
|
|
27384
27447
|
|
|
@@ -27743,7 +27806,7 @@ module Aws::EC2
|
|
|
27743
27806
|
# public_key_material: "data", # required
|
|
27744
27807
|
# tag_specifications: [
|
|
27745
27808
|
# {
|
|
27746
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
27809
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
27747
27810
|
# tags: [
|
|
27748
27811
|
# {
|
|
27749
27812
|
# key: "String",
|
|
@@ -27836,6 +27899,17 @@ module Aws::EC2
|
|
|
27836
27899
|
# encrypted: false,
|
|
27837
27900
|
# kms_key_id: "KmsKeyId",
|
|
27838
27901
|
# role_name: "String",
|
|
27902
|
+
# tag_specifications: [
|
|
27903
|
+
# {
|
|
27904
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
27905
|
+
# tags: [
|
|
27906
|
+
# {
|
|
27907
|
+
# key: "String",
|
|
27908
|
+
# value: "String",
|
|
27909
|
+
# },
|
|
27910
|
+
# ],
|
|
27911
|
+
# },
|
|
27912
|
+
# ],
|
|
27839
27913
|
# }
|
|
27840
27914
|
#
|
|
27841
27915
|
# @!attribute [rw] client_data
|
|
@@ -27916,6 +27990,10 @@ module Aws::EC2
|
|
|
27916
27990
|
# 'vmimport'.
|
|
27917
27991
|
# @return [String]
|
|
27918
27992
|
#
|
|
27993
|
+
# @!attribute [rw] tag_specifications
|
|
27994
|
+
# The tags to apply to the snapshot being imported.
|
|
27995
|
+
# @return [Array<Types::TagSpecification>]
|
|
27996
|
+
#
|
|
27919
27997
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ImportSnapshotRequest AWS API Documentation
|
|
27920
27998
|
#
|
|
27921
27999
|
class ImportSnapshotRequest < Struct.new(
|
|
@@ -27926,7 +28004,8 @@ module Aws::EC2
|
|
|
27926
28004
|
:dry_run,
|
|
27927
28005
|
:encrypted,
|
|
27928
28006
|
:kms_key_id,
|
|
27929
|
-
:role_name
|
|
28007
|
+
:role_name,
|
|
28008
|
+
:tag_specifications)
|
|
27930
28009
|
include Aws::Structure
|
|
27931
28010
|
end
|
|
27932
28011
|
|
|
@@ -27942,12 +28021,17 @@ module Aws::EC2
|
|
|
27942
28021
|
# Information about the import snapshot task.
|
|
27943
28022
|
# @return [Types::SnapshotTaskDetail]
|
|
27944
28023
|
#
|
|
28024
|
+
# @!attribute [rw] tags
|
|
28025
|
+
# Any tags assigned to the snapshot being imported.
|
|
28026
|
+
# @return [Array<Types::Tag>]
|
|
28027
|
+
#
|
|
27945
28028
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ImportSnapshotResult AWS API Documentation
|
|
27946
28029
|
#
|
|
27947
28030
|
class ImportSnapshotResult < Struct.new(
|
|
27948
28031
|
:description,
|
|
27949
28032
|
:import_task_id,
|
|
27950
|
-
:snapshot_task_detail
|
|
28033
|
+
:snapshot_task_detail,
|
|
28034
|
+
:tags)
|
|
27951
28035
|
include Aws::Structure
|
|
27952
28036
|
end
|
|
27953
28037
|
|
|
@@ -30283,7 +30367,7 @@ module Aws::EC2
|
|
|
30283
30367
|
# kms_key_id: "KmsKeyId",
|
|
30284
30368
|
# snapshot_id: "SnapshotId",
|
|
30285
30369
|
# volume_size: 1,
|
|
30286
|
-
# volume_type: "standard", # accepts standard, io1,
|
|
30370
|
+
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
30287
30371
|
# },
|
|
30288
30372
|
# no_device: "String",
|
|
30289
30373
|
# }
|
|
@@ -30533,7 +30617,7 @@ module Aws::EC2
|
|
|
30533
30617
|
# kms_key_id: "KmsKeyId",
|
|
30534
30618
|
# snapshot_id: "SnapshotId",
|
|
30535
30619
|
# volume_size: 1,
|
|
30536
|
-
# volume_type: "standard", # accepts standard, io1,
|
|
30620
|
+
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
30537
30621
|
# }
|
|
30538
30622
|
#
|
|
30539
30623
|
# @!attribute [rw] encrypted
|
|
@@ -31474,7 +31558,7 @@ module Aws::EC2
|
|
|
31474
31558
|
# data as a hash:
|
|
31475
31559
|
#
|
|
31476
31560
|
# {
|
|
31477
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
31561
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
31478
31562
|
# tags: [
|
|
31479
31563
|
# {
|
|
31480
31564
|
# key: "String",
|
|
@@ -34072,7 +34156,7 @@ module Aws::EC2
|
|
|
34072
34156
|
# dry_run: false,
|
|
34073
34157
|
# volume_id: "VolumeId", # required
|
|
34074
34158
|
# size: 1,
|
|
34075
|
-
# volume_type: "standard", # accepts standard, io1,
|
|
34159
|
+
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
34076
34160
|
# iops: 1,
|
|
34077
34161
|
# }
|
|
34078
34162
|
#
|
|
@@ -36717,7 +36801,7 @@ module Aws::EC2
|
|
|
36717
36801
|
# dry_run: false,
|
|
36718
36802
|
# pool_tag_specifications: [
|
|
36719
36803
|
# {
|
|
36720
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
36804
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
36721
36805
|
# tags: [
|
|
36722
36806
|
# {
|
|
36723
36807
|
# key: "String",
|
|
@@ -37314,7 +37398,7 @@ module Aws::EC2
|
|
|
37314
37398
|
# iops: 1,
|
|
37315
37399
|
# snapshot_id: "String",
|
|
37316
37400
|
# volume_size: 1,
|
|
37317
|
-
# volume_type: "standard", # accepts standard, io1,
|
|
37401
|
+
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
37318
37402
|
# kms_key_id: "String",
|
|
37319
37403
|
# encrypted: false,
|
|
37320
37404
|
# },
|
|
@@ -38362,7 +38446,7 @@ module Aws::EC2
|
|
|
38362
38446
|
# kms_key_id: "KmsKeyId",
|
|
38363
38447
|
# snapshot_id: "SnapshotId",
|
|
38364
38448
|
# volume_size: 1,
|
|
38365
|
-
# volume_type: "standard", # accepts standard, io1,
|
|
38449
|
+
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
38366
38450
|
# },
|
|
38367
38451
|
# no_device: "String",
|
|
38368
38452
|
# },
|
|
@@ -38415,7 +38499,7 @@ module Aws::EC2
|
|
|
38415
38499
|
# user_data: "String",
|
|
38416
38500
|
# tag_specifications: [
|
|
38417
38501
|
# {
|
|
38418
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
38502
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
38419
38503
|
# tags: [
|
|
38420
38504
|
# {
|
|
38421
38505
|
# key: "String",
|
|
@@ -38744,7 +38828,7 @@ module Aws::EC2
|
|
|
38744
38828
|
# iops: 1,
|
|
38745
38829
|
# snapshot_id: "String",
|
|
38746
38830
|
# volume_size: 1,
|
|
38747
|
-
# volume_type: "standard", # accepts standard, io1,
|
|
38831
|
+
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
38748
38832
|
# kms_key_id: "String",
|
|
38749
38833
|
# encrypted: false,
|
|
38750
38834
|
# },
|
|
@@ -38801,7 +38885,7 @@ module Aws::EC2
|
|
|
38801
38885
|
# weighted_capacity: 1.0,
|
|
38802
38886
|
# tag_specifications: [
|
|
38803
38887
|
# {
|
|
38804
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
38888
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
38805
38889
|
# tags: [
|
|
38806
38890
|
# {
|
|
38807
38891
|
# key: "String",
|
|
@@ -38861,7 +38945,7 @@ module Aws::EC2
|
|
|
38861
38945
|
# instance_pools_to_use_count: 1,
|
|
38862
38946
|
# tag_specifications: [
|
|
38863
38947
|
# {
|
|
38864
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
38948
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
38865
38949
|
# tags: [
|
|
38866
38950
|
# {
|
|
38867
38951
|
# key: "String",
|
|
@@ -38930,7 +39014,7 @@ module Aws::EC2
|
|
|
38930
39014
|
# iops: 1,
|
|
38931
39015
|
# snapshot_id: "String",
|
|
38932
39016
|
# volume_size: 1,
|
|
38933
|
-
# volume_type: "standard", # accepts standard, io1,
|
|
39017
|
+
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
38934
39018
|
# kms_key_id: "String",
|
|
38935
39019
|
# encrypted: false,
|
|
38936
39020
|
# },
|
|
@@ -39151,7 +39235,7 @@ module Aws::EC2
|
|
|
39151
39235
|
# iops: 1,
|
|
39152
39236
|
# snapshot_id: "String",
|
|
39153
39237
|
# volume_size: 1,
|
|
39154
|
-
# volume_type: "standard", # accepts standard, io1,
|
|
39238
|
+
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
39155
39239
|
# kms_key_id: "String",
|
|
39156
39240
|
# encrypted: false,
|
|
39157
39241
|
# },
|
|
@@ -40791,7 +40875,7 @@ module Aws::EC2
|
|
|
40791
40875
|
# iops: 1,
|
|
40792
40876
|
# snapshot_id: "String",
|
|
40793
40877
|
# volume_size: 1,
|
|
40794
|
-
# volume_type: "standard", # accepts standard, io1,
|
|
40878
|
+
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
40795
40879
|
# kms_key_id: "String",
|
|
40796
40880
|
# encrypted: false,
|
|
40797
40881
|
# },
|
|
@@ -40878,7 +40962,7 @@ module Aws::EC2
|
|
|
40878
40962
|
# ],
|
|
40879
40963
|
# tag_specifications: [
|
|
40880
40964
|
# {
|
|
40881
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
40965
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
40882
40966
|
# tags: [
|
|
40883
40967
|
# {
|
|
40884
40968
|
# key: "String",
|
|
@@ -43006,7 +43090,7 @@ module Aws::EC2
|
|
|
43006
43090
|
# @return [String]
|
|
43007
43091
|
#
|
|
43008
43092
|
# @!attribute [rw] user_bucket
|
|
43009
|
-
# The S3 bucket for the disk image.
|
|
43093
|
+
# The Amazon S3 bucket for the disk image.
|
|
43010
43094
|
# @return [Types::UserBucketDetails]
|
|
43011
43095
|
#
|
|
43012
43096
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/SnapshotDetail AWS API Documentation
|
|
@@ -43056,7 +43140,7 @@ module Aws::EC2
|
|
|
43056
43140
|
# @return [String]
|
|
43057
43141
|
#
|
|
43058
43142
|
# @!attribute [rw] user_bucket
|
|
43059
|
-
# The S3 bucket for the disk image.
|
|
43143
|
+
# The Amazon S3 bucket for the disk image.
|
|
43060
43144
|
# @return [Types::UserBucket]
|
|
43061
43145
|
#
|
|
43062
43146
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/SnapshotDiskContainer AWS API Documentation
|
|
@@ -43173,7 +43257,7 @@ module Aws::EC2
|
|
|
43173
43257
|
# @return [String]
|
|
43174
43258
|
#
|
|
43175
43259
|
# @!attribute [rw] user_bucket
|
|
43176
|
-
# The S3 bucket for the disk image.
|
|
43260
|
+
# The Amazon S3 bucket for the disk image.
|
|
43177
43261
|
# @return [Types::UserBucketDetails]
|
|
43178
43262
|
#
|
|
43179
43263
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/SnapshotTaskDetail AWS API Documentation
|
|
@@ -43255,7 +43339,7 @@ module Aws::EC2
|
|
|
43255
43339
|
# iops: 1,
|
|
43256
43340
|
# snapshot_id: "String",
|
|
43257
43341
|
# volume_size: 1,
|
|
43258
|
-
# volume_type: "standard", # accepts standard, io1,
|
|
43342
|
+
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
43259
43343
|
# kms_key_id: "String",
|
|
43260
43344
|
# encrypted: false,
|
|
43261
43345
|
# },
|
|
@@ -43312,7 +43396,7 @@ module Aws::EC2
|
|
|
43312
43396
|
# weighted_capacity: 1.0,
|
|
43313
43397
|
# tag_specifications: [
|
|
43314
43398
|
# {
|
|
43315
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
43399
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
43316
43400
|
# tags: [
|
|
43317
43401
|
# {
|
|
43318
43402
|
# key: "String",
|
|
@@ -43546,7 +43630,7 @@ module Aws::EC2
|
|
|
43546
43630
|
# iops: 1,
|
|
43547
43631
|
# snapshot_id: "String",
|
|
43548
43632
|
# volume_size: 1,
|
|
43549
|
-
# volume_type: "standard", # accepts standard, io1,
|
|
43633
|
+
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
43550
43634
|
# kms_key_id: "String",
|
|
43551
43635
|
# encrypted: false,
|
|
43552
43636
|
# },
|
|
@@ -43603,7 +43687,7 @@ module Aws::EC2
|
|
|
43603
43687
|
# weighted_capacity: 1.0,
|
|
43604
43688
|
# tag_specifications: [
|
|
43605
43689
|
# {
|
|
43606
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
43690
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
43607
43691
|
# tags: [
|
|
43608
43692
|
# {
|
|
43609
43693
|
# key: "String",
|
|
@@ -43663,7 +43747,7 @@ module Aws::EC2
|
|
|
43663
43747
|
# instance_pools_to_use_count: 1,
|
|
43664
43748
|
# tag_specifications: [
|
|
43665
43749
|
# {
|
|
43666
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
43750
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
43667
43751
|
# tags: [
|
|
43668
43752
|
# {
|
|
43669
43753
|
# key: "String",
|
|
@@ -43912,7 +43996,7 @@ module Aws::EC2
|
|
|
43912
43996
|
# data as a hash:
|
|
43913
43997
|
#
|
|
43914
43998
|
# {
|
|
43915
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
43999
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
43916
44000
|
# tags: [
|
|
43917
44001
|
# {
|
|
43918
44002
|
# key: "String",
|
|
@@ -44991,7 +45075,7 @@ module Aws::EC2
|
|
|
44991
45075
|
# data as a hash:
|
|
44992
45076
|
#
|
|
44993
45077
|
# {
|
|
44994
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
45078
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
44995
45079
|
# tags: [
|
|
44996
45080
|
# {
|
|
44997
45081
|
# key: "String",
|
|
@@ -46997,7 +47081,7 @@ module Aws::EC2
|
|
|
46997
47081
|
include Aws::Structure
|
|
46998
47082
|
end
|
|
46999
47083
|
|
|
47000
|
-
# Describes the S3 bucket for the disk image.
|
|
47084
|
+
# Describes the Amazon S3 bucket for the disk image.
|
|
47001
47085
|
#
|
|
47002
47086
|
# @note When making an API call, you may pass UserBucket
|
|
47003
47087
|
# data as a hash:
|
|
@@ -47008,7 +47092,7 @@ module Aws::EC2
|
|
|
47008
47092
|
# }
|
|
47009
47093
|
#
|
|
47010
47094
|
# @!attribute [rw] s3_bucket
|
|
47011
|
-
# The name of the S3 bucket where the disk image is located.
|
|
47095
|
+
# The name of the Amazon S3 bucket where the disk image is located.
|
|
47012
47096
|
# @return [String]
|
|
47013
47097
|
#
|
|
47014
47098
|
# @!attribute [rw] s3_key
|
|
@@ -47023,10 +47107,10 @@ module Aws::EC2
|
|
|
47023
47107
|
include Aws::Structure
|
|
47024
47108
|
end
|
|
47025
47109
|
|
|
47026
|
-
# Describes the S3 bucket for the disk image.
|
|
47110
|
+
# Describes the Amazon S3 bucket for the disk image.
|
|
47027
47111
|
#
|
|
47028
47112
|
# @!attribute [rw] s3_bucket
|
|
47029
|
-
# The S3 bucket from which the disk image was created.
|
|
47113
|
+
# The Amazon S3 bucket from which the disk image was created.
|
|
47030
47114
|
# @return [String]
|
|
47031
47115
|
#
|
|
47032
47116
|
# @!attribute [rw] s3_key
|