aws-sdk-ec2 1.167.0 → 1.172.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 +690 -125
- data/lib/aws-sdk-ec2/client_api.rb +224 -2
- data/lib/aws-sdk-ec2/customizations.rb +2 -0
- data/lib/aws-sdk-ec2/customizations/instance.rb +2 -0
- data/lib/aws-sdk-ec2/customizations/resource.rb +2 -0
- data/lib/aws-sdk-ec2/instance.rb +6 -6
- data/lib/aws-sdk-ec2/network_acl.rb +3 -1
- data/lib/aws-sdk-ec2/plugins/copy_encrypted_snapshot.rb +2 -0
- data/lib/aws-sdk-ec2/plugins/region_validation.rb +2 -0
- data/lib/aws-sdk-ec2/resource.rb +23 -22
- data/lib/aws-sdk-ec2/route.rb +6 -0
- data/lib/aws-sdk-ec2/route_table.rb +6 -1
- data/lib/aws-sdk-ec2/snapshot.rb +1 -1
- data/lib/aws-sdk-ec2/subnet.rb +7 -10
- data/lib/aws-sdk-ec2/types.rb +2077 -121
- data/lib/aws-sdk-ec2/volume.rb +1 -1
- data/lib/aws-sdk-ec2/vpc.rb +7 -8
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 88c536d792da59536c4a34d93356e4602715069f02a447d441e82f5dab2dd99e
|
|
4
|
+
data.tar.gz: d401e3e36ab7177b5d96d7eef179c6302501b3904f23a42dc3ee1ac0819d8921
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bbf03437c880e61b3b582a2df9f57024de330afd8b14637c1ade4434d4bfc125f633446764661d999e0d9bd6da90216bd9e8273b1634c4ee9ebea80a4dd96b0d
|
|
7
|
+
data.tar.gz: efd154ded05df8355f90a7d209f1b3e987293c0eb35949aa99fd09207fb26e487a07e876360cbc2a6d1586c8e556a03a5b7f39d03d3db15ab6f63ee49abdc2aa
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -863,7 +863,7 @@ module Aws::EC2
|
|
|
863
863
|
# quantity: 1, # required
|
|
864
864
|
# tag_specifications: [
|
|
865
865
|
# {
|
|
866
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, 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
|
|
866
|
+
# 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
|
|
867
867
|
# tags: [
|
|
868
868
|
# {
|
|
869
869
|
# key: "String",
|
|
@@ -3458,7 +3458,7 @@ module Aws::EC2
|
|
|
3458
3458
|
# source_snapshot_id: "String", # required
|
|
3459
3459
|
# tag_specifications: [
|
|
3460
3460
|
# {
|
|
3461
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, 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
|
|
3461
|
+
# 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
|
|
3462
3462
|
# tags: [
|
|
3463
3463
|
# {
|
|
3464
3464
|
# key: "String",
|
|
@@ -3646,7 +3646,7 @@ module Aws::EC2
|
|
|
3646
3646
|
# instance_match_criteria: "open", # accepts open, targeted
|
|
3647
3647
|
# tag_specifications: [
|
|
3648
3648
|
# {
|
|
3649
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, 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
|
|
3649
|
+
# 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
|
|
3650
3650
|
# tags: [
|
|
3651
3651
|
# {
|
|
3652
3652
|
# key: "String",
|
|
@@ -3836,7 +3836,7 @@ module Aws::EC2
|
|
|
3836
3836
|
# client_token: "String",
|
|
3837
3837
|
# tag_specifications: [
|
|
3838
3838
|
# {
|
|
3839
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, 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
|
|
3839
|
+
# 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
|
|
3840
3840
|
# tags: [
|
|
3841
3841
|
# {
|
|
3842
3842
|
# key: "String",
|
|
@@ -4549,7 +4549,7 @@ module Aws::EC2
|
|
|
4549
4549
|
# replace_unhealthy_instances: false,
|
|
4550
4550
|
# tag_specifications: [
|
|
4551
4551
|
# {
|
|
4552
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, 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
|
|
4552
|
+
# 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
|
|
4553
4553
|
# tags: [
|
|
4554
4554
|
# {
|
|
4555
4555
|
# key: "String",
|
|
@@ -4755,7 +4755,7 @@ module Aws::EC2
|
|
|
4755
4755
|
# log_format: "String",
|
|
4756
4756
|
# tag_specifications: [
|
|
4757
4757
|
# {
|
|
4758
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, 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
|
|
4758
|
+
# 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
|
|
4759
4759
|
# tags: [
|
|
4760
4760
|
# {
|
|
4761
4761
|
# key: "String",
|
|
@@ -4854,7 +4854,7 @@ module Aws::EC2
|
|
|
4854
4854
|
# client_token: "String",
|
|
4855
4855
|
# tag_specifications: [
|
|
4856
4856
|
# {
|
|
4857
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, 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
|
|
4857
|
+
# 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
|
|
4858
4858
|
# tags: [
|
|
4859
4859
|
# {
|
|
4860
4860
|
# key: "String",
|
|
@@ -4999,7 +4999,7 @@ module Aws::EC2
|
|
|
4999
4999
|
req.send_request(options)
|
|
5000
5000
|
end
|
|
5001
5001
|
|
|
5002
|
-
# Exports a running or stopped instance to an S3 bucket.
|
|
5002
|
+
# Exports a running or stopped instance to an Amazon S3 bucket.
|
|
5003
5003
|
#
|
|
5004
5004
|
# For information about the supported operating systems, image formats,
|
|
5005
5005
|
# and known limitations for the types of instances you can export, see
|
|
@@ -5012,7 +5012,7 @@ module Aws::EC2
|
|
|
5012
5012
|
#
|
|
5013
5013
|
# @option params [String] :description
|
|
5014
5014
|
# A description for the conversion task or the resource being exported.
|
|
5015
|
-
# The maximum length is 255
|
|
5015
|
+
# The maximum length is 255 characters.
|
|
5016
5016
|
#
|
|
5017
5017
|
# @option params [Types::ExportToS3TaskSpecification] :export_to_s3_task
|
|
5018
5018
|
# The format and location for an instance export task.
|
|
@@ -5023,6 +5023,9 @@ module Aws::EC2
|
|
|
5023
5023
|
# @option params [String] :target_environment
|
|
5024
5024
|
# The target virtualization environment.
|
|
5025
5025
|
#
|
|
5026
|
+
# @option params [Array<Types::TagSpecification>] :tag_specifications
|
|
5027
|
+
# The tags to apply to the instance export task during creation.
|
|
5028
|
+
#
|
|
5026
5029
|
# @return [Types::CreateInstanceExportTaskResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
5027
5030
|
#
|
|
5028
5031
|
# * {Types::CreateInstanceExportTaskResult#export_task #export_task} => Types::ExportTask
|
|
@@ -5039,6 +5042,17 @@ module Aws::EC2
|
|
|
5039
5042
|
# },
|
|
5040
5043
|
# instance_id: "InstanceId", # required
|
|
5041
5044
|
# target_environment: "citrix", # accepts citrix, vmware, microsoft
|
|
5045
|
+
# tag_specifications: [
|
|
5046
|
+
# {
|
|
5047
|
+
# 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
|
|
5048
|
+
# tags: [
|
|
5049
|
+
# {
|
|
5050
|
+
# key: "String",
|
|
5051
|
+
# value: "String",
|
|
5052
|
+
# },
|
|
5053
|
+
# ],
|
|
5054
|
+
# },
|
|
5055
|
+
# ],
|
|
5042
5056
|
# })
|
|
5043
5057
|
#
|
|
5044
5058
|
# @example Response structure
|
|
@@ -5188,7 +5202,7 @@ module Aws::EC2
|
|
|
5188
5202
|
# dry_run: false,
|
|
5189
5203
|
# tag_specifications: [
|
|
5190
5204
|
# {
|
|
5191
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, 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
|
|
5205
|
+
# 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
|
|
5192
5206
|
# tags: [
|
|
5193
5207
|
# {
|
|
5194
5208
|
# key: "String",
|
|
@@ -5387,7 +5401,7 @@ module Aws::EC2
|
|
|
5387
5401
|
# user_data: "String",
|
|
5388
5402
|
# tag_specifications: [
|
|
5389
5403
|
# {
|
|
5390
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, 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
|
|
5404
|
+
# 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
|
|
5391
5405
|
# tags: [
|
|
5392
5406
|
# {
|
|
5393
5407
|
# key: "String",
|
|
@@ -5448,7 +5462,7 @@ module Aws::EC2
|
|
|
5448
5462
|
# },
|
|
5449
5463
|
# tag_specifications: [
|
|
5450
5464
|
# {
|
|
5451
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, 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
|
|
5465
|
+
# 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
|
|
5452
5466
|
# tags: [
|
|
5453
5467
|
# {
|
|
5454
5468
|
# key: "String",
|
|
@@ -5666,7 +5680,7 @@ module Aws::EC2
|
|
|
5666
5680
|
# user_data: "String",
|
|
5667
5681
|
# tag_specifications: [
|
|
5668
5682
|
# {
|
|
5669
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, 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
|
|
5683
|
+
# 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
|
|
5670
5684
|
# tags: [
|
|
5671
5685
|
# {
|
|
5672
5686
|
# key: "String",
|
|
@@ -5786,7 +5800,7 @@ module Aws::EC2
|
|
|
5786
5800
|
# resp.launch_template_version.launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
|
|
5787
5801
|
# resp.launch_template_version.launch_template_data.user_data #=> String
|
|
5788
5802
|
# resp.launch_template_version.launch_template_data.tag_specifications #=> Array
|
|
5789
|
-
# resp.launch_template_version.launch_template_data.tag_specifications[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "elastic-ip", "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"
|
|
5803
|
+
# resp.launch_template_version.launch_template_data.tag_specifications[0].resource_type #=> String, one of "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"
|
|
5790
5804
|
# resp.launch_template_version.launch_template_data.tag_specifications[0].tags #=> Array
|
|
5791
5805
|
# resp.launch_template_version.launch_template_data.tag_specifications[0].tags[0].key #=> String
|
|
5792
5806
|
# resp.launch_template_version.launch_template_data.tag_specifications[0].tags[0].value #=> String
|
|
@@ -5907,7 +5921,7 @@ module Aws::EC2
|
|
|
5907
5921
|
# vpc_id: "VpcId", # required
|
|
5908
5922
|
# tag_specifications: [
|
|
5909
5923
|
# {
|
|
5910
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, 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
|
|
5924
|
+
# 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
|
|
5911
5925
|
# tags: [
|
|
5912
5926
|
# {
|
|
5913
5927
|
# key: "String",
|
|
@@ -5939,6 +5953,108 @@ module Aws::EC2
|
|
|
5939
5953
|
req.send_request(options)
|
|
5940
5954
|
end
|
|
5941
5955
|
|
|
5956
|
+
# Creates a managed prefix list. You can specify one or more entries for
|
|
5957
|
+
# the prefix list. Each entry consists of a CIDR block and an optional
|
|
5958
|
+
# description.
|
|
5959
|
+
#
|
|
5960
|
+
# You must specify the maximum number of entries for the prefix list.
|
|
5961
|
+
# The maximum number of entries cannot be changed later.
|
|
5962
|
+
#
|
|
5963
|
+
# @option params [Boolean] :dry_run
|
|
5964
|
+
# Checks whether you have the required permissions for the action,
|
|
5965
|
+
# without actually making the request, and provides an error response.
|
|
5966
|
+
# If you have the required permissions, the error response is
|
|
5967
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
|
5968
|
+
#
|
|
5969
|
+
# @option params [required, String] :prefix_list_name
|
|
5970
|
+
# A name for the prefix list.
|
|
5971
|
+
#
|
|
5972
|
+
# Constraints: Up to 255 characters in length. The name cannot start
|
|
5973
|
+
# with `com.amazonaws`.
|
|
5974
|
+
#
|
|
5975
|
+
# @option params [Array<Types::AddPrefixListEntry>] :entries
|
|
5976
|
+
# One or more entries for the prefix list.
|
|
5977
|
+
#
|
|
5978
|
+
# @option params [required, Integer] :max_entries
|
|
5979
|
+
# The maximum number of entries for the prefix list.
|
|
5980
|
+
#
|
|
5981
|
+
# @option params [Array<Types::TagSpecification>] :tag_specifications
|
|
5982
|
+
# The tags to apply to the prefix list during creation.
|
|
5983
|
+
#
|
|
5984
|
+
# @option params [required, String] :address_family
|
|
5985
|
+
# The IP address type.
|
|
5986
|
+
#
|
|
5987
|
+
# Valid Values: `IPv4` \| `IPv6`
|
|
5988
|
+
#
|
|
5989
|
+
# @option params [String] :client_token
|
|
5990
|
+
# Unique, case-sensitive identifier you provide to ensure the
|
|
5991
|
+
# idempotency of the request. For more information, see [Ensuring
|
|
5992
|
+
# Idempotency][1].
|
|
5993
|
+
#
|
|
5994
|
+
# Constraints: Up to 255 UTF-8 characters in length.
|
|
5995
|
+
#
|
|
5996
|
+
# **A suitable default value is auto-generated.** You should normally
|
|
5997
|
+
# not need to pass this option.**
|
|
5998
|
+
#
|
|
5999
|
+
#
|
|
6000
|
+
#
|
|
6001
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
|
6002
|
+
#
|
|
6003
|
+
# @return [Types::CreateManagedPrefixListResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
6004
|
+
#
|
|
6005
|
+
# * {Types::CreateManagedPrefixListResult#prefix_list #prefix_list} => Types::ManagedPrefixList
|
|
6006
|
+
#
|
|
6007
|
+
# @example Request syntax with placeholder values
|
|
6008
|
+
#
|
|
6009
|
+
# resp = client.create_managed_prefix_list({
|
|
6010
|
+
# dry_run: false,
|
|
6011
|
+
# prefix_list_name: "String", # required
|
|
6012
|
+
# entries: [
|
|
6013
|
+
# {
|
|
6014
|
+
# cidr: "String", # required
|
|
6015
|
+
# description: "String",
|
|
6016
|
+
# },
|
|
6017
|
+
# ],
|
|
6018
|
+
# max_entries: 1, # required
|
|
6019
|
+
# tag_specifications: [
|
|
6020
|
+
# {
|
|
6021
|
+
# 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
|
|
6022
|
+
# tags: [
|
|
6023
|
+
# {
|
|
6024
|
+
# key: "String",
|
|
6025
|
+
# value: "String",
|
|
6026
|
+
# },
|
|
6027
|
+
# ],
|
|
6028
|
+
# },
|
|
6029
|
+
# ],
|
|
6030
|
+
# address_family: "String", # required
|
|
6031
|
+
# client_token: "String",
|
|
6032
|
+
# })
|
|
6033
|
+
#
|
|
6034
|
+
# @example Response structure
|
|
6035
|
+
#
|
|
6036
|
+
# resp.prefix_list.prefix_list_id #=> String
|
|
6037
|
+
# resp.prefix_list.address_family #=> String
|
|
6038
|
+
# resp.prefix_list.state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "restore-in-progress", "restore-complete", "restore-failed", "delete-in-progress", "delete-complete", "delete-failed"
|
|
6039
|
+
# resp.prefix_list.state_message #=> String
|
|
6040
|
+
# resp.prefix_list.prefix_list_arn #=> String
|
|
6041
|
+
# resp.prefix_list.prefix_list_name #=> String
|
|
6042
|
+
# resp.prefix_list.max_entries #=> Integer
|
|
6043
|
+
# resp.prefix_list.version #=> Integer
|
|
6044
|
+
# resp.prefix_list.tags #=> Array
|
|
6045
|
+
# resp.prefix_list.tags[0].key #=> String
|
|
6046
|
+
# resp.prefix_list.tags[0].value #=> String
|
|
6047
|
+
# resp.prefix_list.owner_id #=> String
|
|
6048
|
+
#
|
|
6049
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateManagedPrefixList AWS API Documentation
|
|
6050
|
+
#
|
|
6051
|
+
# @overload create_managed_prefix_list(params = {})
|
|
6052
|
+
# @param [Hash] params ({})
|
|
6053
|
+
def create_managed_prefix_list(params = {}, options = {})
|
|
6054
|
+
req = build_request(:create_managed_prefix_list, params)
|
|
6055
|
+
req.send_request(options)
|
|
6056
|
+
end
|
|
6057
|
+
|
|
5942
6058
|
# Creates a NAT gateway in the specified public subnet. This action
|
|
5943
6059
|
# creates a network interface in the specified subnet with a private IP
|
|
5944
6060
|
# address from the IP address range of the subnet. Internet-bound
|
|
@@ -6023,7 +6139,7 @@ module Aws::EC2
|
|
|
6023
6139
|
# subnet_id: "SubnetId", # required
|
|
6024
6140
|
# tag_specifications: [
|
|
6025
6141
|
# {
|
|
6026
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, 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
|
|
6142
|
+
# 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
|
|
6027
6143
|
# tags: [
|
|
6028
6144
|
# {
|
|
6029
6145
|
# key: "String",
|
|
@@ -6196,7 +6312,9 @@ module Aws::EC2
|
|
|
6196
6312
|
#
|
|
6197
6313
|
# @option params [String] :cidr_block
|
|
6198
6314
|
# The IPv4 network range to allow or deny, in CIDR notation (for example
|
|
6199
|
-
# `172.16.0.0/24`).
|
|
6315
|
+
# `172.16.0.0/24`). We modify the specified CIDR block to its canonical
|
|
6316
|
+
# form; for example, if you specify `100.68.0.18/18`, we modify it to
|
|
6317
|
+
# `100.68.0.0/18`.
|
|
6200
6318
|
#
|
|
6201
6319
|
# @option params [Boolean] :dry_run
|
|
6202
6320
|
# Checks whether you have the required permissions for the action,
|
|
@@ -6563,7 +6681,7 @@ module Aws::EC2
|
|
|
6563
6681
|
# instances in different partitions, where instances in one partition do
|
|
6564
6682
|
# not share the same hardware with instances in another partition.
|
|
6565
6683
|
#
|
|
6566
|
-
# For more information, see [Placement
|
|
6684
|
+
# For more information, see [Placement groups][1] in the *Amazon Elastic
|
|
6567
6685
|
# Compute Cloud User Guide*.
|
|
6568
6686
|
#
|
|
6569
6687
|
#
|
|
@@ -6619,7 +6737,7 @@ module Aws::EC2
|
|
|
6619
6737
|
# partition_count: 1,
|
|
6620
6738
|
# tag_specifications: [
|
|
6621
6739
|
# {
|
|
6622
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, 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
|
|
6740
|
+
# 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
|
|
6623
6741
|
# tags: [
|
|
6624
6742
|
# {
|
|
6625
6743
|
# key: "String",
|
|
@@ -6785,12 +6903,17 @@ module Aws::EC2
|
|
|
6785
6903
|
#
|
|
6786
6904
|
# @option params [String] :destination_cidr_block
|
|
6787
6905
|
# The IPv4 CIDR address block used for the destination match. Routing
|
|
6788
|
-
# decisions are based on the most specific match.
|
|
6906
|
+
# decisions are based on the most specific match. We modify the
|
|
6907
|
+
# specified CIDR block to its canonical form; for example, if you
|
|
6908
|
+
# specify `100.68.0.18/18`, we modify it to `100.68.0.0/18`.
|
|
6789
6909
|
#
|
|
6790
6910
|
# @option params [String] :destination_ipv_6_cidr_block
|
|
6791
6911
|
# The IPv6 CIDR block used for the destination match. Routing decisions
|
|
6792
6912
|
# are based on the most specific match.
|
|
6793
6913
|
#
|
|
6914
|
+
# @option params [String] :destination_prefix_list_id
|
|
6915
|
+
# The ID of a prefix list used for the destination match.
|
|
6916
|
+
#
|
|
6794
6917
|
# @option params [Boolean] :dry_run
|
|
6795
6918
|
# Checks whether you have the required permissions for the action,
|
|
6796
6919
|
# without actually making the request, and provides an error response.
|
|
@@ -6848,6 +6971,7 @@ module Aws::EC2
|
|
|
6848
6971
|
# resp = client.create_route({
|
|
6849
6972
|
# destination_cidr_block: "String",
|
|
6850
6973
|
# destination_ipv_6_cidr_block: "String",
|
|
6974
|
+
# destination_prefix_list_id: "PrefixListResourceId",
|
|
6851
6975
|
# dry_run: false,
|
|
6852
6976
|
# egress_only_internet_gateway_id: "EgressOnlyInternetGatewayId",
|
|
6853
6977
|
# gateway_id: "RouteGatewayId",
|
|
@@ -7183,7 +7307,7 @@ module Aws::EC2
|
|
|
7183
7307
|
# volume_id: "VolumeId", # required
|
|
7184
7308
|
# tag_specifications: [
|
|
7185
7309
|
# {
|
|
7186
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, 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
|
|
7310
|
+
# 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
|
|
7187
7311
|
# tags: [
|
|
7188
7312
|
# {
|
|
7189
7313
|
# key: "String",
|
|
@@ -7262,7 +7386,7 @@ module Aws::EC2
|
|
|
7262
7386
|
# },
|
|
7263
7387
|
# tag_specifications: [
|
|
7264
7388
|
# {
|
|
7265
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, 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
|
|
7389
|
+
# 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
|
|
7266
7390
|
# tags: [
|
|
7267
7391
|
# {
|
|
7268
7392
|
# key: "String",
|
|
@@ -7371,16 +7495,13 @@ module Aws::EC2
|
|
|
7371
7495
|
req.send_request(options)
|
|
7372
7496
|
end
|
|
7373
7497
|
|
|
7374
|
-
# Creates a subnet in
|
|
7498
|
+
# Creates a subnet in a specified VPC.
|
|
7375
7499
|
#
|
|
7376
|
-
#
|
|
7377
|
-
#
|
|
7378
|
-
#
|
|
7379
|
-
#
|
|
7380
|
-
#
|
|
7381
|
-
# must not overlap. The smallest IPv4 subnet (and VPC) you can create
|
|
7382
|
-
# uses a /28 netmask (16 IPv4 addresses), and the largest uses a /16
|
|
7383
|
-
# netmask (65,536 IPv4 addresses).
|
|
7500
|
+
# You must specify an IPv4 CIDR block for the subnet. After you create a
|
|
7501
|
+
# subnet, you can't change its CIDR block. The allowed block size is
|
|
7502
|
+
# between a /16 netmask (65,536 IP addresses) and /28 netmask (16 IP
|
|
7503
|
+
# addresses). The CIDR block must not overlap with the CIDR block of an
|
|
7504
|
+
# existing subnet in the VPC.
|
|
7384
7505
|
#
|
|
7385
7506
|
# If you've associated an IPv6 CIDR block with your VPC, you can create
|
|
7386
7507
|
# a subnet with an IPv6 CIDR block that uses a /64 prefix length.
|
|
@@ -7391,12 +7512,10 @@ module Aws::EC2
|
|
|
7391
7512
|
# If you add more than one subnet to a VPC, they're set up in a star
|
|
7392
7513
|
# topology with a logical router in the middle.
|
|
7393
7514
|
#
|
|
7394
|
-
#
|
|
7395
|
-
#
|
|
7396
|
-
# (
|
|
7397
|
-
#
|
|
7398
|
-
# with no running instances (they're all stopped), but no remaining IP
|
|
7399
|
-
# addresses available.
|
|
7515
|
+
# When you stop an instance in a subnet, it retains its private IPv4
|
|
7516
|
+
# address. It's therefore possible to have a subnet with no running
|
|
7517
|
+
# instances (they're all stopped), but no remaining IP addresses
|
|
7518
|
+
# available.
|
|
7400
7519
|
#
|
|
7401
7520
|
# For more information about subnets, see [Your VPC and Subnets][1] in
|
|
7402
7521
|
# the *Amazon Virtual Private Cloud User Guide*.
|
|
@@ -7429,7 +7548,9 @@ module Aws::EC2
|
|
|
7429
7548
|
#
|
|
7430
7549
|
# @option params [required, String] :cidr_block
|
|
7431
7550
|
# The IPv4 network range for the subnet, in CIDR notation. For example,
|
|
7432
|
-
# `10.0.0.0/24`.
|
|
7551
|
+
# `10.0.0.0/24`. We modify the specified CIDR block to its canonical
|
|
7552
|
+
# form; for example, if you specify `100.68.0.18/18`, we modify it to
|
|
7553
|
+
# `100.68.0.0/18`.
|
|
7433
7554
|
#
|
|
7434
7555
|
# @option params [String] :ipv_6_cidr_block
|
|
7435
7556
|
# The IPv6 network range for the subnet, in CIDR notation. The subnet
|
|
@@ -7650,7 +7771,7 @@ module Aws::EC2
|
|
|
7650
7771
|
# description: "String",
|
|
7651
7772
|
# tag_specifications: [
|
|
7652
7773
|
# {
|
|
7653
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, 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
|
|
7774
|
+
# 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
|
|
7654
7775
|
# tags: [
|
|
7655
7776
|
# {
|
|
7656
7777
|
# key: "String",
|
|
@@ -7924,7 +8045,7 @@ module Aws::EC2
|
|
|
7924
8045
|
# description: "String",
|
|
7925
8046
|
# tag_specifications: [
|
|
7926
8047
|
# {
|
|
7927
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, 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
|
|
8048
|
+
# 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
|
|
7928
8049
|
# tags: [
|
|
7929
8050
|
# {
|
|
7930
8051
|
# key: "String",
|
|
@@ -8023,7 +8144,7 @@ module Aws::EC2
|
|
|
8023
8144
|
# description: "String",
|
|
8024
8145
|
# tag_specifications: [
|
|
8025
8146
|
# {
|
|
8026
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, 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
|
|
8147
|
+
# 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
|
|
8027
8148
|
# tags: [
|
|
8028
8149
|
# {
|
|
8029
8150
|
# key: "String",
|
|
@@ -8116,7 +8237,7 @@ module Aws::EC2
|
|
|
8116
8237
|
# },
|
|
8117
8238
|
# tag_specifications: [
|
|
8118
8239
|
# {
|
|
8119
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, 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
|
|
8240
|
+
# 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
|
|
8120
8241
|
# tags: [
|
|
8121
8242
|
# {
|
|
8122
8243
|
# key: "String",
|
|
@@ -8190,7 +8311,7 @@ module Aws::EC2
|
|
|
8190
8311
|
# transit_gateway_id: "TransitGatewayId", # required
|
|
8191
8312
|
# tag_specifications: [
|
|
8192
8313
|
# {
|
|
8193
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, 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
|
|
8314
|
+
# 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
|
|
8194
8315
|
# tags: [
|
|
8195
8316
|
# {
|
|
8196
8317
|
# key: "String",
|
|
@@ -8264,7 +8385,7 @@ module Aws::EC2
|
|
|
8264
8385
|
# peer_region: "String", # required
|
|
8265
8386
|
# tag_specifications: [
|
|
8266
8387
|
# {
|
|
8267
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, 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
|
|
8388
|
+
# 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
|
|
8268
8389
|
# tags: [
|
|
8269
8390
|
# {
|
|
8270
8391
|
# key: "String",
|
|
@@ -8380,7 +8501,7 @@ module Aws::EC2
|
|
|
8380
8501
|
# transit_gateway_id: "TransitGatewayId", # required
|
|
8381
8502
|
# tag_specifications: [
|
|
8382
8503
|
# {
|
|
8383
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, 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
|
|
8504
|
+
# 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
|
|
8384
8505
|
# tags: [
|
|
8385
8506
|
# {
|
|
8386
8507
|
# key: "String",
|
|
@@ -8462,7 +8583,7 @@ module Aws::EC2
|
|
|
8462
8583
|
# },
|
|
8463
8584
|
# tag_specifications: [
|
|
8464
8585
|
# {
|
|
8465
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, 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
|
|
8586
|
+
# 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
|
|
8466
8587
|
# tags: [
|
|
8467
8588
|
# {
|
|
8468
8589
|
# key: "String",
|
|
@@ -8716,7 +8837,7 @@ module Aws::EC2
|
|
|
8716
8837
|
# dry_run: false,
|
|
8717
8838
|
# tag_specifications: [
|
|
8718
8839
|
# {
|
|
8719
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, 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
|
|
8840
|
+
# 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
|
|
8720
8841
|
# tags: [
|
|
8721
8842
|
# {
|
|
8722
8843
|
# key: "String",
|
|
@@ -8793,7 +8914,9 @@ module Aws::EC2
|
|
|
8793
8914
|
#
|
|
8794
8915
|
# @option params [required, String] :cidr_block
|
|
8795
8916
|
# The IPv4 network range for the VPC, in CIDR notation. For example,
|
|
8796
|
-
# `10.0.0.0/16`.
|
|
8917
|
+
# `10.0.0.0/16`. We modify the specified CIDR block to its canonical
|
|
8918
|
+
# form; for example, if you specify `100.68.0.18/18`, we modify it to
|
|
8919
|
+
# `100.68.0.0/18`.
|
|
8797
8920
|
#
|
|
8798
8921
|
# @option params [Boolean] :amazon_provided_ipv_6_cidr_block
|
|
8799
8922
|
# Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length
|
|
@@ -9013,7 +9136,7 @@ module Aws::EC2
|
|
|
9013
9136
|
# private_dns_enabled: false,
|
|
9014
9137
|
# tag_specifications: [
|
|
9015
9138
|
# {
|
|
9016
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, 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
|
|
9139
|
+
# 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
|
|
9017
9140
|
# tags: [
|
|
9018
9141
|
# {
|
|
9019
9142
|
# key: "String",
|
|
@@ -9206,7 +9329,7 @@ module Aws::EC2
|
|
|
9206
9329
|
# client_token: "String",
|
|
9207
9330
|
# tag_specifications: [
|
|
9208
9331
|
# {
|
|
9209
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, 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
|
|
9332
|
+
# 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
|
|
9210
9333
|
# tags: [
|
|
9211
9334
|
# {
|
|
9212
9335
|
# key: "String",
|
|
@@ -10288,6 +10411,53 @@ module Aws::EC2
|
|
|
10288
10411
|
req.send_request(options)
|
|
10289
10412
|
end
|
|
10290
10413
|
|
|
10414
|
+
# Deletes the specified managed prefix list. You must first remove all
|
|
10415
|
+
# references to the prefix list in your resources.
|
|
10416
|
+
#
|
|
10417
|
+
# @option params [Boolean] :dry_run
|
|
10418
|
+
# Checks whether you have the required permissions for the action,
|
|
10419
|
+
# without actually making the request, and provides an error response.
|
|
10420
|
+
# If you have the required permissions, the error response is
|
|
10421
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
|
10422
|
+
#
|
|
10423
|
+
# @option params [required, String] :prefix_list_id
|
|
10424
|
+
# The ID of the prefix list.
|
|
10425
|
+
#
|
|
10426
|
+
# @return [Types::DeleteManagedPrefixListResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
10427
|
+
#
|
|
10428
|
+
# * {Types::DeleteManagedPrefixListResult#prefix_list #prefix_list} => Types::ManagedPrefixList
|
|
10429
|
+
#
|
|
10430
|
+
# @example Request syntax with placeholder values
|
|
10431
|
+
#
|
|
10432
|
+
# resp = client.delete_managed_prefix_list({
|
|
10433
|
+
# dry_run: false,
|
|
10434
|
+
# prefix_list_id: "PrefixListResourceId", # required
|
|
10435
|
+
# })
|
|
10436
|
+
#
|
|
10437
|
+
# @example Response structure
|
|
10438
|
+
#
|
|
10439
|
+
# resp.prefix_list.prefix_list_id #=> String
|
|
10440
|
+
# resp.prefix_list.address_family #=> String
|
|
10441
|
+
# resp.prefix_list.state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "restore-in-progress", "restore-complete", "restore-failed", "delete-in-progress", "delete-complete", "delete-failed"
|
|
10442
|
+
# resp.prefix_list.state_message #=> String
|
|
10443
|
+
# resp.prefix_list.prefix_list_arn #=> String
|
|
10444
|
+
# resp.prefix_list.prefix_list_name #=> String
|
|
10445
|
+
# resp.prefix_list.max_entries #=> Integer
|
|
10446
|
+
# resp.prefix_list.version #=> Integer
|
|
10447
|
+
# resp.prefix_list.tags #=> Array
|
|
10448
|
+
# resp.prefix_list.tags[0].key #=> String
|
|
10449
|
+
# resp.prefix_list.tags[0].value #=> String
|
|
10450
|
+
# resp.prefix_list.owner_id #=> String
|
|
10451
|
+
#
|
|
10452
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteManagedPrefixList AWS API Documentation
|
|
10453
|
+
#
|
|
10454
|
+
# @overload delete_managed_prefix_list(params = {})
|
|
10455
|
+
# @param [Hash] params ({})
|
|
10456
|
+
def delete_managed_prefix_list(params = {}, options = {})
|
|
10457
|
+
req = build_request(:delete_managed_prefix_list, params)
|
|
10458
|
+
req.send_request(options)
|
|
10459
|
+
end
|
|
10460
|
+
|
|
10291
10461
|
# Deletes the specified NAT gateway. Deleting a NAT gateway
|
|
10292
10462
|
# disassociates its Elastic IP address, but does not release the address
|
|
10293
10463
|
# from your account. Deleting a NAT gateway does not delete any NAT
|
|
@@ -10513,7 +10683,7 @@ module Aws::EC2
|
|
|
10513
10683
|
|
|
10514
10684
|
# Deletes the specified placement group. You must terminate all
|
|
10515
10685
|
# instances in the placement group before you can delete the placement
|
|
10516
|
-
# group. For more information, see [Placement
|
|
10686
|
+
# group. For more information, see [Placement groups][1] in the *Amazon
|
|
10517
10687
|
# Elastic Compute Cloud User Guide*.
|
|
10518
10688
|
#
|
|
10519
10689
|
#
|
|
@@ -10611,6 +10781,9 @@ module Aws::EC2
|
|
|
10611
10781
|
# The IPv6 CIDR range for the route. The value you specify must match
|
|
10612
10782
|
# the CIDR for the route exactly.
|
|
10613
10783
|
#
|
|
10784
|
+
# @option params [String] :destination_prefix_list_id
|
|
10785
|
+
# The ID of the prefix list for the route.
|
|
10786
|
+
#
|
|
10614
10787
|
# @option params [Boolean] :dry_run
|
|
10615
10788
|
# Checks whether you have the required permissions for the action,
|
|
10616
10789
|
# without actually making the request, and provides an error response.
|
|
@@ -10637,6 +10810,7 @@ module Aws::EC2
|
|
|
10637
10810
|
# resp = client.delete_route({
|
|
10638
10811
|
# destination_cidr_block: "String",
|
|
10639
10812
|
# destination_ipv_6_cidr_block: "String",
|
|
10813
|
+
# destination_prefix_list_id: "PrefixListResourceId",
|
|
10640
10814
|
# dry_run: false,
|
|
10641
10815
|
# route_table_id: "RouteTableId", # required
|
|
10642
10816
|
# })
|
|
@@ -13857,7 +14031,7 @@ module Aws::EC2
|
|
|
13857
14031
|
req.send_request(options)
|
|
13858
14032
|
end
|
|
13859
14033
|
|
|
13860
|
-
# Describes the specified export image tasks or all your export image
|
|
14034
|
+
# Describes the specified export image tasks or all of your export image
|
|
13861
14035
|
# tasks.
|
|
13862
14036
|
#
|
|
13863
14037
|
# @option params [Boolean] :dry_run
|
|
@@ -13912,6 +14086,9 @@ module Aws::EC2
|
|
|
13912
14086
|
# resp.export_image_tasks[0].s3_export_location.s3_prefix #=> String
|
|
13913
14087
|
# resp.export_image_tasks[0].status #=> String
|
|
13914
14088
|
# resp.export_image_tasks[0].status_message #=> String
|
|
14089
|
+
# resp.export_image_tasks[0].tags #=> Array
|
|
14090
|
+
# resp.export_image_tasks[0].tags[0].key #=> String
|
|
14091
|
+
# resp.export_image_tasks[0].tags[0].value #=> String
|
|
13915
14092
|
# resp.next_token #=> String
|
|
13916
14093
|
#
|
|
13917
14094
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeExportImageTasks AWS API Documentation
|
|
@@ -13923,7 +14100,7 @@ module Aws::EC2
|
|
|
13923
14100
|
req.send_request(options)
|
|
13924
14101
|
end
|
|
13925
14102
|
|
|
13926
|
-
# Describes the specified export instance tasks or all your export
|
|
14103
|
+
# Describes the specified export instance tasks or all of your export
|
|
13927
14104
|
# instance tasks.
|
|
13928
14105
|
#
|
|
13929
14106
|
# @option params [Array<String>] :export_task_ids
|
|
@@ -15816,7 +15993,7 @@ module Aws::EC2
|
|
|
15816
15993
|
# instance IDs at all, the call fails. If you specify only instance IDs
|
|
15817
15994
|
# in an unaffected zone, the call works normally.
|
|
15818
15995
|
#
|
|
15819
|
-
# For more information, see [Burstable
|
|
15996
|
+
# For more information, see [Burstable performance instances][1] in the
|
|
15820
15997
|
# *Amazon Elastic Compute Cloud User Guide*.
|
|
15821
15998
|
#
|
|
15822
15999
|
#
|
|
@@ -15932,19 +16109,19 @@ module Aws::EC2
|
|
|
15932
16109
|
#
|
|
15933
16110
|
# * **Status checks** - Amazon EC2 performs status checks on running EC2
|
|
15934
16111
|
# instances to identify hardware and software issues. For more
|
|
15935
|
-
# information, see [Status
|
|
15936
|
-
# [Troubleshooting
|
|
16112
|
+
# information, see [Status checks for your instances][1] and
|
|
16113
|
+
# [Troubleshooting instances with failed status checks][2] in the
|
|
15937
16114
|
# *Amazon Elastic Compute Cloud User Guide*.
|
|
15938
16115
|
#
|
|
15939
16116
|
# * **Scheduled events** - Amazon EC2 can schedule events (such as
|
|
15940
16117
|
# reboot, stop, or terminate) for your instances related to hardware
|
|
15941
16118
|
# issues, software updates, or system maintenance. For more
|
|
15942
|
-
# information, see [Scheduled
|
|
16119
|
+
# information, see [Scheduled events for your instances][3] in the
|
|
15943
16120
|
# *Amazon Elastic Compute Cloud User Guide*.
|
|
15944
16121
|
#
|
|
15945
16122
|
# * **Instance state** - You can manage your instances from the moment
|
|
15946
16123
|
# you launch them through their termination. For more information, see
|
|
15947
|
-
# [Instance
|
|
16124
|
+
# [Instance lifecycle][4] in the *Amazon Elastic Compute Cloud User
|
|
15948
16125
|
# Guide*.
|
|
15949
16126
|
#
|
|
15950
16127
|
#
|
|
@@ -17495,7 +17672,7 @@ module Aws::EC2
|
|
|
17495
17672
|
# resp.launch_template_versions[0].launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
|
|
17496
17673
|
# resp.launch_template_versions[0].launch_template_data.user_data #=> String
|
|
17497
17674
|
# resp.launch_template_versions[0].launch_template_data.tag_specifications #=> Array
|
|
17498
|
-
# resp.launch_template_versions[0].launch_template_data.tag_specifications[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "elastic-ip", "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"
|
|
17675
|
+
# resp.launch_template_versions[0].launch_template_data.tag_specifications[0].resource_type #=> String, one of "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"
|
|
17499
17676
|
# resp.launch_template_versions[0].launch_template_data.tag_specifications[0].tags #=> Array
|
|
17500
17677
|
# resp.launch_template_versions[0].launch_template_data.tag_specifications[0].tags[0].key #=> String
|
|
17501
17678
|
# resp.launch_template_versions[0].launch_template_data.tag_specifications[0].tags[0].value #=> String
|
|
@@ -18104,6 +18281,85 @@ module Aws::EC2
|
|
|
18104
18281
|
req.send_request(options)
|
|
18105
18282
|
end
|
|
18106
18283
|
|
|
18284
|
+
# Describes your managed prefix lists and any AWS-managed prefix lists.
|
|
18285
|
+
#
|
|
18286
|
+
# To view the entries for your prefix list, use
|
|
18287
|
+
# GetManagedPrefixListEntries.
|
|
18288
|
+
#
|
|
18289
|
+
# @option params [Boolean] :dry_run
|
|
18290
|
+
# Checks whether you have the required permissions for the action,
|
|
18291
|
+
# without actually making the request, and provides an error response.
|
|
18292
|
+
# If you have the required permissions, the error response is
|
|
18293
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
|
18294
|
+
#
|
|
18295
|
+
# @option params [Array<Types::Filter>] :filters
|
|
18296
|
+
# One or more filters.
|
|
18297
|
+
#
|
|
18298
|
+
# * `owner-id` - The ID of the prefix list owner.
|
|
18299
|
+
#
|
|
18300
|
+
# * `prefix-list-id` - The ID of the prefix list.
|
|
18301
|
+
#
|
|
18302
|
+
# * `prefix-list-name` - The name of the prefix list.
|
|
18303
|
+
#
|
|
18304
|
+
# @option params [Integer] :max_results
|
|
18305
|
+
# The maximum number of results to return with a single call. To
|
|
18306
|
+
# retrieve the remaining results, make another call with the returned
|
|
18307
|
+
# `nextToken` value.
|
|
18308
|
+
#
|
|
18309
|
+
# @option params [String] :next_token
|
|
18310
|
+
# The token for the next page of results.
|
|
18311
|
+
#
|
|
18312
|
+
# @option params [Array<String>] :prefix_list_ids
|
|
18313
|
+
# One or more prefix list IDs.
|
|
18314
|
+
#
|
|
18315
|
+
# @return [Types::DescribeManagedPrefixListsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
18316
|
+
#
|
|
18317
|
+
# * {Types::DescribeManagedPrefixListsResult#next_token #next_token} => String
|
|
18318
|
+
# * {Types::DescribeManagedPrefixListsResult#prefix_lists #prefix_lists} => Array<Types::ManagedPrefixList>
|
|
18319
|
+
#
|
|
18320
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
|
18321
|
+
#
|
|
18322
|
+
# @example Request syntax with placeholder values
|
|
18323
|
+
#
|
|
18324
|
+
# resp = client.describe_managed_prefix_lists({
|
|
18325
|
+
# dry_run: false,
|
|
18326
|
+
# filters: [
|
|
18327
|
+
# {
|
|
18328
|
+
# name: "String",
|
|
18329
|
+
# values: ["String"],
|
|
18330
|
+
# },
|
|
18331
|
+
# ],
|
|
18332
|
+
# max_results: 1,
|
|
18333
|
+
# next_token: "NextToken",
|
|
18334
|
+
# prefix_list_ids: ["String"],
|
|
18335
|
+
# })
|
|
18336
|
+
#
|
|
18337
|
+
# @example Response structure
|
|
18338
|
+
#
|
|
18339
|
+
# resp.next_token #=> String
|
|
18340
|
+
# resp.prefix_lists #=> Array
|
|
18341
|
+
# resp.prefix_lists[0].prefix_list_id #=> String
|
|
18342
|
+
# resp.prefix_lists[0].address_family #=> String
|
|
18343
|
+
# resp.prefix_lists[0].state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "restore-in-progress", "restore-complete", "restore-failed", "delete-in-progress", "delete-complete", "delete-failed"
|
|
18344
|
+
# resp.prefix_lists[0].state_message #=> String
|
|
18345
|
+
# resp.prefix_lists[0].prefix_list_arn #=> String
|
|
18346
|
+
# resp.prefix_lists[0].prefix_list_name #=> String
|
|
18347
|
+
# resp.prefix_lists[0].max_entries #=> Integer
|
|
18348
|
+
# resp.prefix_lists[0].version #=> Integer
|
|
18349
|
+
# resp.prefix_lists[0].tags #=> Array
|
|
18350
|
+
# resp.prefix_lists[0].tags[0].key #=> String
|
|
18351
|
+
# resp.prefix_lists[0].tags[0].value #=> String
|
|
18352
|
+
# resp.prefix_lists[0].owner_id #=> String
|
|
18353
|
+
#
|
|
18354
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeManagedPrefixLists AWS API Documentation
|
|
18355
|
+
#
|
|
18356
|
+
# @overload describe_managed_prefix_lists(params = {})
|
|
18357
|
+
# @param [Hash] params ({})
|
|
18358
|
+
def describe_managed_prefix_lists(params = {}, options = {})
|
|
18359
|
+
req = build_request(:describe_managed_prefix_lists, params)
|
|
18360
|
+
req.send_request(options)
|
|
18361
|
+
end
|
|
18362
|
+
|
|
18107
18363
|
# Describes your Elastic IP addresses that are being moved to the
|
|
18108
18364
|
# EC2-VPC platform, or that are being restored to the EC2-Classic
|
|
18109
18365
|
# platform. This request does not return information about any other
|
|
@@ -18777,9 +19033,6 @@ module Aws::EC2
|
|
|
18777
19033
|
# * `attachment.instance-owner-id` - The owner ID of the instance to
|
|
18778
19034
|
# which the network interface is attached.
|
|
18779
19035
|
#
|
|
18780
|
-
# * `attachment.nat-gateway-id` - The ID of the NAT gateway to which the
|
|
18781
|
-
# network interface is attached.
|
|
18782
|
-
#
|
|
18783
19036
|
# * `attachment.status` - The status of the attachment (`attaching` \|
|
|
18784
19037
|
# `attached` \| `detaching` \| `detached`).
|
|
18785
19038
|
#
|
|
@@ -19013,7 +19266,7 @@ module Aws::EC2
|
|
|
19013
19266
|
end
|
|
19014
19267
|
|
|
19015
19268
|
# Describes the specified placement groups or all of your placement
|
|
19016
|
-
# groups. For more information, see [Placement
|
|
19269
|
+
# groups. For more information, see [Placement groups][1] in the *Amazon
|
|
19017
19270
|
# Elastic Compute Cloud User Guide*.
|
|
19018
19271
|
#
|
|
19019
19272
|
#
|
|
@@ -19097,11 +19350,9 @@ module Aws::EC2
|
|
|
19097
19350
|
|
|
19098
19351
|
# Describes available AWS services in a prefix list format, which
|
|
19099
19352
|
# includes the prefix list name and prefix list ID of the service and
|
|
19100
|
-
# the IP address range for the service.
|
|
19101
|
-
#
|
|
19102
|
-
#
|
|
19103
|
-
# Currently, the services that support this action are Amazon S3 and
|
|
19104
|
-
# Amazon DynamoDB.
|
|
19353
|
+
# the IP address range for the service.
|
|
19354
|
+
#
|
|
19355
|
+
# We recommend that you use DescribeManagedPrefixLists instead.
|
|
19105
19356
|
#
|
|
19106
19357
|
# @option params [Boolean] :dry_run
|
|
19107
19358
|
# Checks whether you have the required permissions for the action,
|
|
@@ -20610,8 +20861,8 @@ module Aws::EC2
|
|
|
20610
20861
|
# * `egress.ip-permission.ipv6-cidr` - An IPv6 CIDR block for an
|
|
20611
20862
|
# outbound security group rule.
|
|
20612
20863
|
#
|
|
20613
|
-
# * `egress.ip-permission.prefix-list-id` - The ID
|
|
20614
|
-
#
|
|
20864
|
+
# * `egress.ip-permission.prefix-list-id` - The ID of a prefix list to
|
|
20865
|
+
# which a security group rule allows outbound access.
|
|
20615
20866
|
#
|
|
20616
20867
|
# * `egress.ip-permission.protocol` - The IP protocol for an outbound
|
|
20617
20868
|
# security group rule (`tcp` \| `udp` \| `icmp` or a protocol number).
|
|
@@ -20641,8 +20892,8 @@ module Aws::EC2
|
|
|
20641
20892
|
# * `ip-permission.ipv6-cidr` - An IPv6 CIDR block for an inbound
|
|
20642
20893
|
# security group rule.
|
|
20643
20894
|
#
|
|
20644
|
-
# * `ip-permission.prefix-list-id` - The ID
|
|
20645
|
-
#
|
|
20895
|
+
# * `ip-permission.prefix-list-id` - The ID of a prefix list from which
|
|
20896
|
+
# a security group rule allows inbound access.
|
|
20646
20897
|
#
|
|
20647
20898
|
# * `ip-permission.protocol` - The IP protocol for an inbound security
|
|
20648
20899
|
# group rule (`tcp` \| `udp` \| `icmp` or a protocol number).
|
|
@@ -21571,7 +21822,7 @@ module Aws::EC2
|
|
|
21571
21822
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].user_data #=> String
|
|
21572
21823
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].weighted_capacity #=> Float
|
|
21573
21824
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications #=> Array
|
|
21574
|
-
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "elastic-ip", "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"
|
|
21825
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].resource_type #=> String, one of "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"
|
|
21575
21826
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags #=> Array
|
|
21576
21827
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags[0].key #=> String
|
|
21577
21828
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags[0].value #=> String
|
|
@@ -21603,7 +21854,7 @@ module Aws::EC2
|
|
|
21603
21854
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.load_balancers_config.target_groups_config.target_groups[0].arn #=> String
|
|
21604
21855
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.instance_pools_to_use_count #=> Integer
|
|
21605
21856
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications #=> Array
|
|
21606
|
-
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "elastic-ip", "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"
|
|
21857
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications[0].resource_type #=> String, one of "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"
|
|
21607
21858
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications[0].tags #=> Array
|
|
21608
21859
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications[0].tags[0].key #=> String
|
|
21609
21860
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications[0].tags[0].value #=> String
|
|
@@ -22472,7 +22723,7 @@ module Aws::EC2
|
|
|
22472
22723
|
# resp.tags #=> Array
|
|
22473
22724
|
# resp.tags[0].key #=> String
|
|
22474
22725
|
# resp.tags[0].resource_id #=> String
|
|
22475
|
-
# resp.tags[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "elastic-ip", "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"
|
|
22726
|
+
# resp.tags[0].resource_type #=> String, one of "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"
|
|
22476
22727
|
# resp.tags[0].value #=> String
|
|
22477
22728
|
#
|
|
22478
22729
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeTags AWS API Documentation
|
|
@@ -26606,7 +26857,7 @@ module Aws::EC2
|
|
|
26606
26857
|
#
|
|
26607
26858
|
# @option params [String] :description
|
|
26608
26859
|
# A description of the image being exported. The maximum length is 255
|
|
26609
|
-
#
|
|
26860
|
+
# characters.
|
|
26610
26861
|
#
|
|
26611
26862
|
# @option params [required, String] :disk_image_format
|
|
26612
26863
|
# The disk image format.
|
|
@@ -26621,14 +26872,17 @@ module Aws::EC2
|
|
|
26621
26872
|
# The ID of the image.
|
|
26622
26873
|
#
|
|
26623
26874
|
# @option params [required, Types::ExportTaskS3LocationRequest] :s3_export_location
|
|
26624
|
-
# Information about the destination S3 bucket. The bucket must
|
|
26625
|
-
# grant WRITE and READ\_ACP permissions to the AWS account
|
|
26875
|
+
# Information about the destination Amazon S3 bucket. The bucket must
|
|
26876
|
+
# exist and grant WRITE and READ\_ACP permissions to the AWS account
|
|
26626
26877
|
# vm-import-export@amazon.com.
|
|
26627
26878
|
#
|
|
26628
26879
|
# @option params [String] :role_name
|
|
26629
26880
|
# The name of the role that grants VM Import/Export permission to export
|
|
26630
|
-
# images to your S3 bucket. If this parameter is not specified,
|
|
26631
|
-
# default role is named 'vmimport'.
|
|
26881
|
+
# images to your Amazon S3 bucket. If this parameter is not specified,
|
|
26882
|
+
# the default role is named 'vmimport'.
|
|
26883
|
+
#
|
|
26884
|
+
# @option params [Array<Types::TagSpecification>] :tag_specifications
|
|
26885
|
+
# The tags to apply to the image being exported.
|
|
26632
26886
|
#
|
|
26633
26887
|
# @return [Types::ExportImageResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
26634
26888
|
#
|
|
@@ -26641,6 +26895,7 @@ module Aws::EC2
|
|
|
26641
26895
|
# * {Types::ExportImageResult#s3_export_location #s3_export_location} => Types::ExportTaskS3Location
|
|
26642
26896
|
# * {Types::ExportImageResult#status #status} => String
|
|
26643
26897
|
# * {Types::ExportImageResult#status_message #status_message} => String
|
|
26898
|
+
# * {Types::ExportImageResult#tags #tags} => Array<Types::Tag>
|
|
26644
26899
|
#
|
|
26645
26900
|
# @example Request syntax with placeholder values
|
|
26646
26901
|
#
|
|
@@ -26655,6 +26910,17 @@ module Aws::EC2
|
|
|
26655
26910
|
# s3_prefix: "String",
|
|
26656
26911
|
# },
|
|
26657
26912
|
# role_name: "String",
|
|
26913
|
+
# tag_specifications: [
|
|
26914
|
+
# {
|
|
26915
|
+
# 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
|
|
26916
|
+
# tags: [
|
|
26917
|
+
# {
|
|
26918
|
+
# key: "String",
|
|
26919
|
+
# value: "String",
|
|
26920
|
+
# },
|
|
26921
|
+
# ],
|
|
26922
|
+
# },
|
|
26923
|
+
# ],
|
|
26658
26924
|
# })
|
|
26659
26925
|
#
|
|
26660
26926
|
# @example Response structure
|
|
@@ -26669,6 +26935,9 @@ module Aws::EC2
|
|
|
26669
26935
|
# resp.s3_export_location.s3_prefix #=> String
|
|
26670
26936
|
# resp.status #=> String
|
|
26671
26937
|
# resp.status_message #=> String
|
|
26938
|
+
# resp.tags #=> Array
|
|
26939
|
+
# resp.tags[0].key #=> String
|
|
26940
|
+
# resp.tags[0].value #=> String
|
|
26672
26941
|
#
|
|
26673
26942
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ExportImage AWS API Documentation
|
|
26674
26943
|
#
|
|
@@ -27095,7 +27364,7 @@ module Aws::EC2
|
|
|
27095
27364
|
# Describes the default credit option for CPU usage of a burstable
|
|
27096
27365
|
# performance instance family.
|
|
27097
27366
|
#
|
|
27098
|
-
# For more information, see [Burstable
|
|
27367
|
+
# For more information, see [Burstable performance instances][1] in the
|
|
27099
27368
|
# *Amazon Elastic Compute Cloud User Guide*.
|
|
27100
27369
|
#
|
|
27101
27370
|
#
|
|
@@ -27406,7 +27675,7 @@ module Aws::EC2
|
|
|
27406
27675
|
# resp.launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
|
|
27407
27676
|
# resp.launch_template_data.user_data #=> String
|
|
27408
27677
|
# resp.launch_template_data.tag_specifications #=> Array
|
|
27409
|
-
# resp.launch_template_data.tag_specifications[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "elastic-ip", "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"
|
|
27678
|
+
# resp.launch_template_data.tag_specifications[0].resource_type #=> String, one of "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"
|
|
27410
27679
|
# resp.launch_template_data.tag_specifications[0].tags #=> Array
|
|
27411
27680
|
# resp.launch_template_data.tag_specifications[0].tags[0].key #=> String
|
|
27412
27681
|
# resp.launch_template_data.tag_specifications[0].tags[0].value #=> String
|
|
@@ -27447,6 +27716,115 @@ module Aws::EC2
|
|
|
27447
27716
|
req.send_request(options)
|
|
27448
27717
|
end
|
|
27449
27718
|
|
|
27719
|
+
# Gets information about the resources that are associated with the
|
|
27720
|
+
# specified managed prefix list.
|
|
27721
|
+
#
|
|
27722
|
+
# @option params [Boolean] :dry_run
|
|
27723
|
+
# Checks whether you have the required permissions for the action,
|
|
27724
|
+
# without actually making the request, and provides an error response.
|
|
27725
|
+
# If you have the required permissions, the error response is
|
|
27726
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
|
27727
|
+
#
|
|
27728
|
+
# @option params [required, String] :prefix_list_id
|
|
27729
|
+
# The ID of the prefix list.
|
|
27730
|
+
#
|
|
27731
|
+
# @option params [Integer] :max_results
|
|
27732
|
+
# The maximum number of results to return with a single call. To
|
|
27733
|
+
# retrieve the remaining results, make another call with the returned
|
|
27734
|
+
# `nextToken` value.
|
|
27735
|
+
#
|
|
27736
|
+
# @option params [String] :next_token
|
|
27737
|
+
# The token for the next page of results.
|
|
27738
|
+
#
|
|
27739
|
+
# @return [Types::GetManagedPrefixListAssociationsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
27740
|
+
#
|
|
27741
|
+
# * {Types::GetManagedPrefixListAssociationsResult#prefix_list_associations #prefix_list_associations} => Array<Types::PrefixListAssociation>
|
|
27742
|
+
# * {Types::GetManagedPrefixListAssociationsResult#next_token #next_token} => String
|
|
27743
|
+
#
|
|
27744
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
|
27745
|
+
#
|
|
27746
|
+
# @example Request syntax with placeholder values
|
|
27747
|
+
#
|
|
27748
|
+
# resp = client.get_managed_prefix_list_associations({
|
|
27749
|
+
# dry_run: false,
|
|
27750
|
+
# prefix_list_id: "PrefixListResourceId", # required
|
|
27751
|
+
# max_results: 1,
|
|
27752
|
+
# next_token: "NextToken",
|
|
27753
|
+
# })
|
|
27754
|
+
#
|
|
27755
|
+
# @example Response structure
|
|
27756
|
+
#
|
|
27757
|
+
# resp.prefix_list_associations #=> Array
|
|
27758
|
+
# resp.prefix_list_associations[0].resource_id #=> String
|
|
27759
|
+
# resp.prefix_list_associations[0].resource_owner #=> String
|
|
27760
|
+
# resp.next_token #=> String
|
|
27761
|
+
#
|
|
27762
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetManagedPrefixListAssociations AWS API Documentation
|
|
27763
|
+
#
|
|
27764
|
+
# @overload get_managed_prefix_list_associations(params = {})
|
|
27765
|
+
# @param [Hash] params ({})
|
|
27766
|
+
def get_managed_prefix_list_associations(params = {}, options = {})
|
|
27767
|
+
req = build_request(:get_managed_prefix_list_associations, params)
|
|
27768
|
+
req.send_request(options)
|
|
27769
|
+
end
|
|
27770
|
+
|
|
27771
|
+
# Gets information about the entries for a specified managed prefix
|
|
27772
|
+
# list.
|
|
27773
|
+
#
|
|
27774
|
+
# @option params [Boolean] :dry_run
|
|
27775
|
+
# Checks whether you have the required permissions for the action,
|
|
27776
|
+
# without actually making the request, and provides an error response.
|
|
27777
|
+
# If you have the required permissions, the error response is
|
|
27778
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
|
27779
|
+
#
|
|
27780
|
+
# @option params [required, String] :prefix_list_id
|
|
27781
|
+
# The ID of the prefix list.
|
|
27782
|
+
#
|
|
27783
|
+
# @option params [Integer] :target_version
|
|
27784
|
+
# The version of the prefix list for which to return the entries. The
|
|
27785
|
+
# default is the current version.
|
|
27786
|
+
#
|
|
27787
|
+
# @option params [Integer] :max_results
|
|
27788
|
+
# The maximum number of results to return with a single call. To
|
|
27789
|
+
# retrieve the remaining results, make another call with the returned
|
|
27790
|
+
# `nextToken` value.
|
|
27791
|
+
#
|
|
27792
|
+
# @option params [String] :next_token
|
|
27793
|
+
# The token for the next page of results.
|
|
27794
|
+
#
|
|
27795
|
+
# @return [Types::GetManagedPrefixListEntriesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
27796
|
+
#
|
|
27797
|
+
# * {Types::GetManagedPrefixListEntriesResult#entries #entries} => Array<Types::PrefixListEntry>
|
|
27798
|
+
# * {Types::GetManagedPrefixListEntriesResult#next_token #next_token} => String
|
|
27799
|
+
#
|
|
27800
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
|
27801
|
+
#
|
|
27802
|
+
# @example Request syntax with placeholder values
|
|
27803
|
+
#
|
|
27804
|
+
# resp = client.get_managed_prefix_list_entries({
|
|
27805
|
+
# dry_run: false,
|
|
27806
|
+
# prefix_list_id: "PrefixListResourceId", # required
|
|
27807
|
+
# target_version: 1,
|
|
27808
|
+
# max_results: 1,
|
|
27809
|
+
# next_token: "NextToken",
|
|
27810
|
+
# })
|
|
27811
|
+
#
|
|
27812
|
+
# @example Response structure
|
|
27813
|
+
#
|
|
27814
|
+
# resp.entries #=> Array
|
|
27815
|
+
# resp.entries[0].cidr #=> String
|
|
27816
|
+
# resp.entries[0].description #=> String
|
|
27817
|
+
# resp.next_token #=> String
|
|
27818
|
+
#
|
|
27819
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetManagedPrefixListEntries AWS API Documentation
|
|
27820
|
+
#
|
|
27821
|
+
# @overload get_managed_prefix_list_entries(params = {})
|
|
27822
|
+
# @param [Hash] params ({})
|
|
27823
|
+
def get_managed_prefix_list_entries(params = {}, options = {})
|
|
27824
|
+
req = build_request(:get_managed_prefix_list_entries, params)
|
|
27825
|
+
req.send_request(options)
|
|
27826
|
+
end
|
|
27827
|
+
|
|
27450
27828
|
# Retrieves the encrypted administrator password for a running Windows
|
|
27451
27829
|
# instance.
|
|
27452
27830
|
#
|
|
@@ -28040,6 +28418,9 @@ module Aws::EC2
|
|
|
28040
28418
|
# @option params [Array<Types::ImportImageLicenseConfigurationRequest>] :license_specifications
|
|
28041
28419
|
# The ARNs of the license configurations.
|
|
28042
28420
|
#
|
|
28421
|
+
# @option params [Array<Types::TagSpecification>] :tag_specifications
|
|
28422
|
+
# The tags to apply to the image being imported.
|
|
28423
|
+
#
|
|
28043
28424
|
# @return [Types::ImportImageResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
28044
28425
|
#
|
|
28045
28426
|
# * {Types::ImportImageResult#architecture #architecture} => String
|
|
@@ -28056,6 +28437,7 @@ module Aws::EC2
|
|
|
28056
28437
|
# * {Types::ImportImageResult#status #status} => String
|
|
28057
28438
|
# * {Types::ImportImageResult#status_message #status_message} => String
|
|
28058
28439
|
# * {Types::ImportImageResult#license_specifications #license_specifications} => Array<Types::ImportImageLicenseConfigurationResponse>
|
|
28440
|
+
# * {Types::ImportImageResult#tags #tags} => Array<Types::Tag>
|
|
28059
28441
|
#
|
|
28060
28442
|
# @example Request syntax with placeholder values
|
|
28061
28443
|
#
|
|
@@ -28094,6 +28476,17 @@ module Aws::EC2
|
|
|
28094
28476
|
# license_configuration_arn: "String",
|
|
28095
28477
|
# },
|
|
28096
28478
|
# ],
|
|
28479
|
+
# tag_specifications: [
|
|
28480
|
+
# {
|
|
28481
|
+
# 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
|
|
28482
|
+
# tags: [
|
|
28483
|
+
# {
|
|
28484
|
+
# key: "String",
|
|
28485
|
+
# value: "String",
|
|
28486
|
+
# },
|
|
28487
|
+
# ],
|
|
28488
|
+
# },
|
|
28489
|
+
# ],
|
|
28097
28490
|
# })
|
|
28098
28491
|
#
|
|
28099
28492
|
# @example Response structure
|
|
@@ -28124,6 +28517,9 @@ module Aws::EC2
|
|
|
28124
28517
|
# resp.status_message #=> String
|
|
28125
28518
|
# resp.license_specifications #=> Array
|
|
28126
28519
|
# resp.license_specifications[0].license_configuration_arn #=> String
|
|
28520
|
+
# resp.tags #=> Array
|
|
28521
|
+
# resp.tags[0].key #=> String
|
|
28522
|
+
# resp.tags[0].value #=> String
|
|
28127
28523
|
#
|
|
28128
28524
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ImportImage AWS API Documentation
|
|
28129
28525
|
#
|
|
@@ -28302,7 +28698,7 @@ module Aws::EC2
|
|
|
28302
28698
|
# public_key_material: "data", # required
|
|
28303
28699
|
# tag_specifications: [
|
|
28304
28700
|
# {
|
|
28305
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, 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
|
|
28701
|
+
# 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
|
|
28306
28702
|
# tags: [
|
|
28307
28703
|
# {
|
|
28308
28704
|
# key: "String",
|
|
@@ -28402,11 +28798,15 @@ module Aws::EC2
|
|
|
28402
28798
|
# The name of the role to use when not using the default role,
|
|
28403
28799
|
# 'vmimport'.
|
|
28404
28800
|
#
|
|
28801
|
+
# @option params [Array<Types::TagSpecification>] :tag_specifications
|
|
28802
|
+
# The tags to apply to the snapshot being imported.
|
|
28803
|
+
#
|
|
28405
28804
|
# @return [Types::ImportSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
28406
28805
|
#
|
|
28407
28806
|
# * {Types::ImportSnapshotResult#description #description} => String
|
|
28408
28807
|
# * {Types::ImportSnapshotResult#import_task_id #import_task_id} => String
|
|
28409
28808
|
# * {Types::ImportSnapshotResult#snapshot_task_detail #snapshot_task_detail} => Types::SnapshotTaskDetail
|
|
28809
|
+
# * {Types::ImportSnapshotResult#tags #tags} => Array<Types::Tag>
|
|
28410
28810
|
#
|
|
28411
28811
|
# @example Request syntax with placeholder values
|
|
28412
28812
|
#
|
|
@@ -28432,6 +28832,17 @@ module Aws::EC2
|
|
|
28432
28832
|
# encrypted: false,
|
|
28433
28833
|
# kms_key_id: "KmsKeyId",
|
|
28434
28834
|
# role_name: "String",
|
|
28835
|
+
# tag_specifications: [
|
|
28836
|
+
# {
|
|
28837
|
+
# 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
|
|
28838
|
+
# tags: [
|
|
28839
|
+
# {
|
|
28840
|
+
# key: "String",
|
|
28841
|
+
# value: "String",
|
|
28842
|
+
# },
|
|
28843
|
+
# ],
|
|
28844
|
+
# },
|
|
28845
|
+
# ],
|
|
28435
28846
|
# })
|
|
28436
28847
|
#
|
|
28437
28848
|
# @example Response structure
|
|
@@ -28450,6 +28861,9 @@ module Aws::EC2
|
|
|
28450
28861
|
# resp.snapshot_task_detail.url #=> String
|
|
28451
28862
|
# resp.snapshot_task_detail.user_bucket.s3_bucket #=> String
|
|
28452
28863
|
# resp.snapshot_task_detail.user_bucket.s3_key #=> String
|
|
28864
|
+
# resp.tags #=> Array
|
|
28865
|
+
# resp.tags[0].key #=> String
|
|
28866
|
+
# resp.tags[0].value #=> String
|
|
28453
28867
|
#
|
|
28454
28868
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ImportSnapshot AWS API Documentation
|
|
28455
28869
|
#
|
|
@@ -28795,7 +29209,7 @@ module Aws::EC2
|
|
|
28795
29209
|
# `GetDefaultCreditSpecification` and check `DefaultCreditSpecification`
|
|
28796
29210
|
# for updates.
|
|
28797
29211
|
#
|
|
28798
|
-
# For more information, see [Burstable
|
|
29212
|
+
# For more information, see [Burstable performance instances][1] in the
|
|
28799
29213
|
# *Amazon Elastic Compute Cloud User Guide*.
|
|
28800
29214
|
#
|
|
28801
29215
|
#
|
|
@@ -29460,7 +29874,7 @@ module Aws::EC2
|
|
|
29460
29874
|
# ModifyNetworkInterfaceAttribute action.
|
|
29461
29875
|
#
|
|
29462
29876
|
# To modify some attributes, the instance must be stopped. For more
|
|
29463
|
-
# information, see [Modifying
|
|
29877
|
+
# information, see [Modifying attributes of a stopped instance][1] in
|
|
29464
29878
|
# the *Amazon Elastic Compute Cloud User Guide*.
|
|
29465
29879
|
#
|
|
29466
29880
|
#
|
|
@@ -29484,7 +29898,7 @@ module Aws::EC2
|
|
|
29484
29898
|
#
|
|
29485
29899
|
# To add instance store volumes to an Amazon EBS-backed instance, you
|
|
29486
29900
|
# must add them when you launch the instance. For more information, see
|
|
29487
|
-
# [Updating the
|
|
29901
|
+
# [Updating the block device mapping when launching an instance][1] in
|
|
29488
29902
|
# the *Amazon Elastic Compute Cloud User Guide*.
|
|
29489
29903
|
#
|
|
29490
29904
|
#
|
|
@@ -29531,7 +29945,7 @@ module Aws::EC2
|
|
|
29531
29945
|
#
|
|
29532
29946
|
# @option params [Types::AttributeValue] :instance_type
|
|
29533
29947
|
# Changes the instance type to the specified value. For more
|
|
29534
|
-
# information, see [Instance
|
|
29948
|
+
# information, see [Instance types][1]. If the instance type is not
|
|
29535
29949
|
# valid, the error returned is `InvalidInstanceAttributeValue`.
|
|
29536
29950
|
#
|
|
29537
29951
|
#
|
|
@@ -29711,7 +30125,7 @@ module Aws::EC2
|
|
|
29711
30125
|
# burstable performance instance. The credit options are `standard` and
|
|
29712
30126
|
# `unlimited`.
|
|
29713
30127
|
#
|
|
29714
|
-
# For more information, see [Burstable
|
|
30128
|
+
# For more information, see [Burstable performance instances][1] in the
|
|
29715
30129
|
# *Amazon Elastic Compute Cloud User Guide*.
|
|
29716
30130
|
#
|
|
29717
30131
|
#
|
|
@@ -29827,7 +30241,7 @@ module Aws::EC2
|
|
|
29827
30241
|
# “pending”. After the parameter modifications are successfully applied
|
|
29828
30242
|
# to the instance, the state of the modifications changes from “pending”
|
|
29829
30243
|
# to “applied” in subsequent describe-instances API calls. For more
|
|
29830
|
-
# information, see [Instance
|
|
30244
|
+
# information, see [Instance metadata and user data][1].
|
|
29831
30245
|
#
|
|
29832
30246
|
#
|
|
29833
30247
|
#
|
|
@@ -30085,6 +30499,84 @@ module Aws::EC2
|
|
|
30085
30499
|
req.send_request(options)
|
|
30086
30500
|
end
|
|
30087
30501
|
|
|
30502
|
+
# Modifies the specified managed prefix list.
|
|
30503
|
+
#
|
|
30504
|
+
# Adding or removing entries in a prefix list creates a new version of
|
|
30505
|
+
# the prefix list. Changing the name of the prefix list does not affect
|
|
30506
|
+
# the version.
|
|
30507
|
+
#
|
|
30508
|
+
# If you specify a current version number that does not match the true
|
|
30509
|
+
# current version number, the request fails.
|
|
30510
|
+
#
|
|
30511
|
+
# @option params [Boolean] :dry_run
|
|
30512
|
+
# Checks whether you have the required permissions for the action,
|
|
30513
|
+
# without actually making the request, and provides an error response.
|
|
30514
|
+
# If you have the required permissions, the error response is
|
|
30515
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
|
30516
|
+
#
|
|
30517
|
+
# @option params [required, String] :prefix_list_id
|
|
30518
|
+
# The ID of the prefix list.
|
|
30519
|
+
#
|
|
30520
|
+
# @option params [Integer] :current_version
|
|
30521
|
+
# The current version of the prefix list.
|
|
30522
|
+
#
|
|
30523
|
+
# @option params [String] :prefix_list_name
|
|
30524
|
+
# A name for the prefix list.
|
|
30525
|
+
#
|
|
30526
|
+
# @option params [Array<Types::AddPrefixListEntry>] :add_entries
|
|
30527
|
+
# One or more entries to add to the prefix list.
|
|
30528
|
+
#
|
|
30529
|
+
# @option params [Array<Types::RemovePrefixListEntry>] :remove_entries
|
|
30530
|
+
# One or more entries to remove from the prefix list.
|
|
30531
|
+
#
|
|
30532
|
+
# @return [Types::ModifyManagedPrefixListResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
30533
|
+
#
|
|
30534
|
+
# * {Types::ModifyManagedPrefixListResult#prefix_list #prefix_list} => Types::ManagedPrefixList
|
|
30535
|
+
#
|
|
30536
|
+
# @example Request syntax with placeholder values
|
|
30537
|
+
#
|
|
30538
|
+
# resp = client.modify_managed_prefix_list({
|
|
30539
|
+
# dry_run: false,
|
|
30540
|
+
# prefix_list_id: "PrefixListResourceId", # required
|
|
30541
|
+
# current_version: 1,
|
|
30542
|
+
# prefix_list_name: "String",
|
|
30543
|
+
# add_entries: [
|
|
30544
|
+
# {
|
|
30545
|
+
# cidr: "String", # required
|
|
30546
|
+
# description: "String",
|
|
30547
|
+
# },
|
|
30548
|
+
# ],
|
|
30549
|
+
# remove_entries: [
|
|
30550
|
+
# {
|
|
30551
|
+
# cidr: "String", # required
|
|
30552
|
+
# },
|
|
30553
|
+
# ],
|
|
30554
|
+
# })
|
|
30555
|
+
#
|
|
30556
|
+
# @example Response structure
|
|
30557
|
+
#
|
|
30558
|
+
# resp.prefix_list.prefix_list_id #=> String
|
|
30559
|
+
# resp.prefix_list.address_family #=> String
|
|
30560
|
+
# resp.prefix_list.state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "restore-in-progress", "restore-complete", "restore-failed", "delete-in-progress", "delete-complete", "delete-failed"
|
|
30561
|
+
# resp.prefix_list.state_message #=> String
|
|
30562
|
+
# resp.prefix_list.prefix_list_arn #=> String
|
|
30563
|
+
# resp.prefix_list.prefix_list_name #=> String
|
|
30564
|
+
# resp.prefix_list.max_entries #=> Integer
|
|
30565
|
+
# resp.prefix_list.version #=> Integer
|
|
30566
|
+
# resp.prefix_list.tags #=> Array
|
|
30567
|
+
# resp.prefix_list.tags[0].key #=> String
|
|
30568
|
+
# resp.prefix_list.tags[0].value #=> String
|
|
30569
|
+
# resp.prefix_list.owner_id #=> String
|
|
30570
|
+
#
|
|
30571
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyManagedPrefixList AWS API Documentation
|
|
30572
|
+
#
|
|
30573
|
+
# @overload modify_managed_prefix_list(params = {})
|
|
30574
|
+
# @param [Hash] params ({})
|
|
30575
|
+
def modify_managed_prefix_list(params = {}, options = {})
|
|
30576
|
+
req = build_request(:modify_managed_prefix_list, params)
|
|
30577
|
+
req.send_request(options)
|
|
30578
|
+
end
|
|
30579
|
+
|
|
30088
30580
|
# Modifies the specified network interface attribute. You can specify
|
|
30089
30581
|
# only one attribute at a time. You can use this action to attach and
|
|
30090
30582
|
# detach security groups from an existing EC2 instance.
|
|
@@ -31928,8 +32420,8 @@ module Aws::EC2
|
|
|
31928
32420
|
end
|
|
31929
32421
|
|
|
31930
32422
|
# Enables detailed monitoring for a running instance. Otherwise, basic
|
|
31931
|
-
# monitoring is enabled. For more information, see [Monitoring
|
|
31932
|
-
#
|
|
32423
|
+
# monitoring is enabled. For more information, see [Monitoring your
|
|
32424
|
+
# instances and volumes][1] in the *Amazon Elastic Compute Cloud User
|
|
31933
32425
|
# Guide*.
|
|
31934
32426
|
#
|
|
31935
32427
|
# To disable detailed monitoring, see .
|
|
@@ -32101,7 +32593,7 @@ module Aws::EC2
|
|
|
32101
32593
|
# dry_run: false,
|
|
32102
32594
|
# pool_tag_specifications: [
|
|
32103
32595
|
# {
|
|
32104
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, 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
|
|
32596
|
+
# 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
|
|
32105
32597
|
# tags: [
|
|
32106
32598
|
# {
|
|
32107
32599
|
# key: "String",
|
|
@@ -32163,6 +32655,9 @@ module Aws::EC2
|
|
|
32163
32655
|
# @option params [required, String] :offering_id
|
|
32164
32656
|
# The ID of the offering.
|
|
32165
32657
|
#
|
|
32658
|
+
# @option params [Array<Types::TagSpecification>] :tag_specifications
|
|
32659
|
+
# The tags to apply to the Dedicated Host Reservation during purchase.
|
|
32660
|
+
#
|
|
32166
32661
|
# @return [Types::PurchaseHostReservationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
32167
32662
|
#
|
|
32168
32663
|
# * {Types::PurchaseHostReservationResult#client_token #client_token} => String
|
|
@@ -32179,6 +32674,17 @@ module Aws::EC2
|
|
|
32179
32674
|
# host_id_set: ["DedicatedHostId"], # required
|
|
32180
32675
|
# limit_price: "String",
|
|
32181
32676
|
# offering_id: "OfferingId", # required
|
|
32677
|
+
# tag_specifications: [
|
|
32678
|
+
# {
|
|
32679
|
+
# 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
|
|
32680
|
+
# tags: [
|
|
32681
|
+
# {
|
|
32682
|
+
# key: "String",
|
|
32683
|
+
# value: "String",
|
|
32684
|
+
# },
|
|
32685
|
+
# ],
|
|
32686
|
+
# },
|
|
32687
|
+
# ],
|
|
32182
32688
|
# })
|
|
32183
32689
|
#
|
|
32184
32690
|
# @example Response structure
|
|
@@ -32414,8 +32920,8 @@ module Aws::EC2
|
|
|
32414
32920
|
# If an instance does not cleanly shut down within four minutes, Amazon
|
|
32415
32921
|
# EC2 performs a hard reboot.
|
|
32416
32922
|
#
|
|
32417
|
-
# For more information about troubleshooting, see [Getting
|
|
32418
|
-
#
|
|
32923
|
+
# For more information about troubleshooting, see [Getting console
|
|
32924
|
+
# output and rebooting instances][1] in the *Amazon Elastic Compute
|
|
32419
32925
|
# Cloud User Guide*.
|
|
32420
32926
|
#
|
|
32421
32927
|
#
|
|
@@ -33357,6 +33863,9 @@ module Aws::EC2
|
|
|
33357
33863
|
# that you provide must match the CIDR of an existing route in the
|
|
33358
33864
|
# table.
|
|
33359
33865
|
#
|
|
33866
|
+
# @option params [String] :destination_prefix_list_id
|
|
33867
|
+
# The ID of the prefix list for the route.
|
|
33868
|
+
#
|
|
33360
33869
|
# @option params [Boolean] :dry_run
|
|
33361
33870
|
# Checks whether you have the required permissions for the action,
|
|
33362
33871
|
# without actually making the request, and provides an error response.
|
|
@@ -33413,6 +33922,7 @@ module Aws::EC2
|
|
|
33413
33922
|
# resp = client.replace_route({
|
|
33414
33923
|
# destination_cidr_block: "String",
|
|
33415
33924
|
# destination_ipv_6_cidr_block: "String",
|
|
33925
|
+
# destination_prefix_list_id: "PrefixListResourceId",
|
|
33416
33926
|
# dry_run: false,
|
|
33417
33927
|
# egress_only_internet_gateway_id: "EgressOnlyInternetGatewayId",
|
|
33418
33928
|
# gateway_id: "RouteGatewayId",
|
|
@@ -33926,7 +34436,7 @@ module Aws::EC2
|
|
|
33926
34436
|
# weighted_capacity: 1.0,
|
|
33927
34437
|
# tag_specifications: [
|
|
33928
34438
|
# {
|
|
33929
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, 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
|
|
34439
|
+
# 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
|
|
33930
34440
|
# tags: [
|
|
33931
34441
|
# {
|
|
33932
34442
|
# key: "String",
|
|
@@ -33986,7 +34496,7 @@ module Aws::EC2
|
|
|
33986
34496
|
# instance_pools_to_use_count: 1,
|
|
33987
34497
|
# tag_specifications: [
|
|
33988
34498
|
# {
|
|
33989
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, 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
|
|
34499
|
+
# 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
|
|
33990
34500
|
# tags: [
|
|
33991
34501
|
# {
|
|
33992
34502
|
# key: "String",
|
|
@@ -34683,6 +35193,61 @@ module Aws::EC2
|
|
|
34683
35193
|
req.send_request(options)
|
|
34684
35194
|
end
|
|
34685
35195
|
|
|
35196
|
+
# Restores the entries from a previous version of a managed prefix list
|
|
35197
|
+
# to a new version of the prefix list.
|
|
35198
|
+
#
|
|
35199
|
+
# @option params [Boolean] :dry_run
|
|
35200
|
+
# Checks whether you have the required permissions for the action,
|
|
35201
|
+
# without actually making the request, and provides an error response.
|
|
35202
|
+
# If you have the required permissions, the error response is
|
|
35203
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
|
35204
|
+
#
|
|
35205
|
+
# @option params [required, String] :prefix_list_id
|
|
35206
|
+
# The ID of the prefix list.
|
|
35207
|
+
#
|
|
35208
|
+
# @option params [required, Integer] :previous_version
|
|
35209
|
+
# The version to restore.
|
|
35210
|
+
#
|
|
35211
|
+
# @option params [required, Integer] :current_version
|
|
35212
|
+
# The current version number for the prefix list.
|
|
35213
|
+
#
|
|
35214
|
+
# @return [Types::RestoreManagedPrefixListVersionResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
35215
|
+
#
|
|
35216
|
+
# * {Types::RestoreManagedPrefixListVersionResult#prefix_list #prefix_list} => Types::ManagedPrefixList
|
|
35217
|
+
#
|
|
35218
|
+
# @example Request syntax with placeholder values
|
|
35219
|
+
#
|
|
35220
|
+
# resp = client.restore_managed_prefix_list_version({
|
|
35221
|
+
# dry_run: false,
|
|
35222
|
+
# prefix_list_id: "PrefixListResourceId", # required
|
|
35223
|
+
# previous_version: 1, # required
|
|
35224
|
+
# current_version: 1, # required
|
|
35225
|
+
# })
|
|
35226
|
+
#
|
|
35227
|
+
# @example Response structure
|
|
35228
|
+
#
|
|
35229
|
+
# resp.prefix_list.prefix_list_id #=> String
|
|
35230
|
+
# resp.prefix_list.address_family #=> String
|
|
35231
|
+
# resp.prefix_list.state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "restore-in-progress", "restore-complete", "restore-failed", "delete-in-progress", "delete-complete", "delete-failed"
|
|
35232
|
+
# resp.prefix_list.state_message #=> String
|
|
35233
|
+
# resp.prefix_list.prefix_list_arn #=> String
|
|
35234
|
+
# resp.prefix_list.prefix_list_name #=> String
|
|
35235
|
+
# resp.prefix_list.max_entries #=> Integer
|
|
35236
|
+
# resp.prefix_list.version #=> Integer
|
|
35237
|
+
# resp.prefix_list.tags #=> Array
|
|
35238
|
+
# resp.prefix_list.tags[0].key #=> String
|
|
35239
|
+
# resp.prefix_list.tags[0].value #=> String
|
|
35240
|
+
# resp.prefix_list.owner_id #=> String
|
|
35241
|
+
#
|
|
35242
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/RestoreManagedPrefixListVersion AWS API Documentation
|
|
35243
|
+
#
|
|
35244
|
+
# @overload restore_managed_prefix_list_version(params = {})
|
|
35245
|
+
# @param [Hash] params ({})
|
|
35246
|
+
def restore_managed_prefix_list_version(params = {}, options = {})
|
|
35247
|
+
req = build_request(:restore_managed_prefix_list_version, params)
|
|
35248
|
+
req.send_request(options)
|
|
35249
|
+
end
|
|
35250
|
+
|
|
34686
35251
|
# Removes an ingress authorization rule from a Client VPN endpoint.
|
|
34687
35252
|
#
|
|
34688
35253
|
# @option params [required, String] :client_vpn_endpoint_id
|
|
@@ -34996,7 +35561,7 @@ module Aws::EC2
|
|
|
34996
35561
|
#
|
|
34997
35562
|
# * Some instance types must be launched into a VPC. If you do not have
|
|
34998
35563
|
# a default VPC, or if you do not specify a subnet ID, the request
|
|
34999
|
-
# fails. For more information, see [Instance
|
|
35564
|
+
# fails. For more information, see [Instance types available only in a
|
|
35000
35565
|
# VPC][1].
|
|
35001
35566
|
#
|
|
35002
35567
|
# * \[EC2-VPC\] All instances have a network interface with a primary
|
|
@@ -35004,10 +35569,10 @@ module Aws::EC2
|
|
|
35004
35569
|
# one from the IPv4 range of your subnet.
|
|
35005
35570
|
#
|
|
35006
35571
|
# * Not all instance types support IPv6 addresses. For more information,
|
|
35007
|
-
# see [Instance
|
|
35572
|
+
# see [Instance types][2].
|
|
35008
35573
|
#
|
|
35009
35574
|
# * If you don't specify a security group ID, we use the default
|
|
35010
|
-
# security group. For more information, see [Security
|
|
35575
|
+
# security group. For more information, see [Security groups][3].
|
|
35011
35576
|
#
|
|
35012
35577
|
# * If any of the AMIs have a product code attached for which the user
|
|
35013
35578
|
# has not subscribed, the request fails.
|
|
@@ -35024,17 +35589,17 @@ module Aws::EC2
|
|
|
35024
35589
|
# An instance is ready for you to use when it's in the `running` state.
|
|
35025
35590
|
# You can check the state of your instance using DescribeInstances. You
|
|
35026
35591
|
# can tag instances and EBS volumes during launch, after launch, or
|
|
35027
|
-
# both. For more information, see CreateTags and [Tagging
|
|
35028
|
-
# EC2
|
|
35592
|
+
# both. For more information, see CreateTags and [Tagging your Amazon
|
|
35593
|
+
# EC2 resources][5].
|
|
35029
35594
|
#
|
|
35030
35595
|
# Linux instances have access to the public key of the key pair at boot.
|
|
35031
35596
|
# You can use this key to provide secure access to the instance. Amazon
|
|
35032
35597
|
# EC2 public images use this feature to provide secure access without
|
|
35033
|
-
# passwords. For more information, see [Key
|
|
35598
|
+
# passwords. For more information, see [Key pairs][6] in the *Amazon
|
|
35034
35599
|
# Elastic Compute Cloud User Guide*.
|
|
35035
35600
|
#
|
|
35036
|
-
# For troubleshooting, see [What
|
|
35037
|
-
#
|
|
35601
|
+
# For troubleshooting, see [What to do if an instance immediately
|
|
35602
|
+
# terminates][7], and [Troubleshooting connecting to your instance][8]
|
|
35038
35603
|
# in the *Amazon Elastic Compute Cloud User Guide*.
|
|
35039
35604
|
#
|
|
35040
35605
|
#
|
|
@@ -35056,7 +35621,7 @@ module Aws::EC2
|
|
|
35056
35621
|
# must be specified here or in a launch template.
|
|
35057
35622
|
#
|
|
35058
35623
|
# @option params [String] :instance_type
|
|
35059
|
-
# The instance type. For more information, see [Instance
|
|
35624
|
+
# The instance type. For more information, see [Instance types][1] in
|
|
35060
35625
|
# the *Amazon Elastic Compute Cloud User Guide*.
|
|
35061
35626
|
#
|
|
35062
35627
|
# Default: `m1.small`
|
|
@@ -35187,7 +35752,7 @@ module Aws::EC2
|
|
|
35187
35752
|
#
|
|
35188
35753
|
# @option params [String] :user_data
|
|
35189
35754
|
# The user data to make available to the instance. For more information,
|
|
35190
|
-
# see [Running
|
|
35755
|
+
# see [Running commands on your Linux instance at launch][1] (Linux) and
|
|
35191
35756
|
# [Adding User Data][2] (Windows). If you are using a command line tool,
|
|
35192
35757
|
# base64-encoding is performed for you, and you can load the text from a
|
|
35193
35758
|
# file. Otherwise, you must provide base64-encoded text. User data is
|
|
@@ -35323,7 +35888,7 @@ module Aws::EC2
|
|
|
35323
35888
|
# The credit option for CPU usage of the burstable performance instance.
|
|
35324
35889
|
# Valid values are `standard` and `unlimited`. To change this attribute
|
|
35325
35890
|
# after launch, use [ ModifyInstanceCreditSpecification][1]. For more
|
|
35326
|
-
# information, see [Burstable
|
|
35891
|
+
# information, see [Burstable performance instances][2] in the *Amazon
|
|
35327
35892
|
# Elastic Compute Cloud User Guide*.
|
|
35328
35893
|
#
|
|
35329
35894
|
# Default: `standard` (T2 instances) or `unlimited` (T3/T3a instances)
|
|
@@ -35335,7 +35900,7 @@ module Aws::EC2
|
|
|
35335
35900
|
#
|
|
35336
35901
|
# @option params [Types::CpuOptionsRequest] :cpu_options
|
|
35337
35902
|
# The CPU options for the instance. For more information, see
|
|
35338
|
-
# [Optimizing CPU
|
|
35903
|
+
# [Optimizing CPU options][1] in the *Amazon Elastic Compute Cloud User
|
|
35339
35904
|
# Guide*.
|
|
35340
35905
|
#
|
|
35341
35906
|
#
|
|
@@ -35351,7 +35916,7 @@ module Aws::EC2
|
|
|
35351
35916
|
#
|
|
35352
35917
|
# @option params [Types::HibernationOptionsRequest] :hibernation_options
|
|
35353
35918
|
# Indicates whether an instance is enabled for hibernation. For more
|
|
35354
|
-
# information, see [Hibernate
|
|
35919
|
+
# information, see [Hibernate your instance][1] in the *Amazon Elastic
|
|
35355
35920
|
# Compute Cloud User Guide*.
|
|
35356
35921
|
#
|
|
35357
35922
|
#
|
|
@@ -35363,7 +35928,7 @@ module Aws::EC2
|
|
|
35363
35928
|
#
|
|
35364
35929
|
# @option params [Types::InstanceMetadataOptionsRequest] :metadata_options
|
|
35365
35930
|
# The metadata options for the instance. For more information, see
|
|
35366
|
-
# [Instance
|
|
35931
|
+
# [Instance metadata and user data][1].
|
|
35367
35932
|
#
|
|
35368
35933
|
#
|
|
35369
35934
|
#
|
|
@@ -35517,7 +36082,7 @@ module Aws::EC2
|
|
|
35517
36082
|
# ],
|
|
35518
36083
|
# tag_specifications: [
|
|
35519
36084
|
# {
|
|
35520
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, 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
|
|
36085
|
+
# 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
|
|
35521
36086
|
# tags: [
|
|
35522
36087
|
# {
|
|
35523
36088
|
# key: "String",
|
|
@@ -36163,7 +36728,7 @@ module Aws::EC2
|
|
|
36163
36728
|
#
|
|
36164
36729
|
# For more information about configuring your operating system to
|
|
36165
36730
|
# generate a crash dump when a kernel panic or stop error occurs, see
|
|
36166
|
-
# [Send a
|
|
36731
|
+
# [Send a diagnostic interrupt][1] (Linux instances) or [Send a
|
|
36167
36732
|
# Diagnostic Interrupt][2] (Windows instances).
|
|
36168
36733
|
#
|
|
36169
36734
|
#
|
|
@@ -36221,7 +36786,7 @@ module Aws::EC2
|
|
|
36221
36786
|
# Performing this operation on an instance that uses an instance store
|
|
36222
36787
|
# as its root device returns an error.
|
|
36223
36788
|
#
|
|
36224
|
-
# For more information, see [Stopping
|
|
36789
|
+
# For more information, see [Stopping instances][1] in the *Amazon
|
|
36225
36790
|
# Elastic Compute Cloud User Guide*.
|
|
36226
36791
|
#
|
|
36227
36792
|
#
|
|
@@ -36349,8 +36914,8 @@ module Aws::EC2
|
|
|
36349
36914
|
#
|
|
36350
36915
|
# You can use the Stop action to hibernate an instance if the instance
|
|
36351
36916
|
# is [enabled for hibernation][1] and it meets the [hibernation
|
|
36352
|
-
# prerequisites][2]. For more information, see [Hibernate
|
|
36353
|
-
#
|
|
36917
|
+
# prerequisites][2]. For more information, see [Hibernate your
|
|
36918
|
+
# instance][3] in the *Amazon Elastic Compute Cloud User Guide*.
|
|
36354
36919
|
#
|
|
36355
36920
|
# We don't charge usage for a stopped instance, or data transfer fees;
|
|
36356
36921
|
# however, your root partition Amazon EBS volume remains and continues
|
|
@@ -36366,7 +36931,7 @@ module Aws::EC2
|
|
|
36366
36931
|
# You can't stop or hibernate instance store-backed instances. You
|
|
36367
36932
|
# can't use the Stop action to hibernate Spot Instances, but you can
|
|
36368
36933
|
# specify that Amazon EC2 should hibernate Spot Instances when they are
|
|
36369
|
-
# interrupted. For more information, see [Hibernating
|
|
36934
|
+
# interrupted. For more information, see [Hibernating interrupted Spot
|
|
36370
36935
|
# Instances][4] in the *Amazon Elastic Compute Cloud User Guide*.
|
|
36371
36936
|
#
|
|
36372
36937
|
# When you stop or hibernate an instance, we shut it down. You can
|
|
@@ -36383,13 +36948,13 @@ module Aws::EC2
|
|
|
36383
36948
|
# devices attached during the instance launch are automatically deleted.
|
|
36384
36949
|
# For more information about the differences between rebooting,
|
|
36385
36950
|
# stopping, hibernating, and terminating instances, see [Instance
|
|
36386
|
-
#
|
|
36951
|
+
# lifecycle][5] in the *Amazon Elastic Compute Cloud User Guide*.
|
|
36387
36952
|
#
|
|
36388
36953
|
# When you stop an instance, we attempt to shut it down forcibly after a
|
|
36389
36954
|
# short while. If your instance appears stuck in the stopping state
|
|
36390
36955
|
# after a period of time, there may be an issue with the underlying host
|
|
36391
|
-
# computer. For more information, see [Troubleshooting
|
|
36392
|
-
#
|
|
36956
|
+
# computer. For more information, see [Troubleshooting stopping your
|
|
36957
|
+
# instance][6] in the *Amazon Elastic Compute Cloud User Guide*.
|
|
36393
36958
|
#
|
|
36394
36959
|
#
|
|
36395
36960
|
#
|
|
@@ -36406,8 +36971,8 @@ module Aws::EC2
|
|
|
36406
36971
|
# @option params [Boolean] :hibernate
|
|
36407
36972
|
# Hibernates the instance if the instance was enabled for hibernation at
|
|
36408
36973
|
# launch. If the instance cannot hibernate successfully, a normal
|
|
36409
|
-
# shutdown occurs. For more information, see [Hibernate
|
|
36410
|
-
#
|
|
36974
|
+
# shutdown occurs. For more information, see [Hibernate your
|
|
36975
|
+
# instance][1] in the *Amazon Elastic Compute Cloud User Guide*.
|
|
36411
36976
|
#
|
|
36412
36977
|
# Default: `false`
|
|
36413
36978
|
#
|
|
@@ -36566,11 +37131,11 @@ module Aws::EC2
|
|
|
36566
37131
|
# volumes with the `DeleteOnTermination` block device mapping parameter
|
|
36567
37132
|
# set to `true` are automatically deleted. For more information about
|
|
36568
37133
|
# the differences between stopping and terminating instances, see
|
|
36569
|
-
# [Instance
|
|
37134
|
+
# [Instance lifecycle][1] in the *Amazon Elastic Compute Cloud User
|
|
36570
37135
|
# Guide*.
|
|
36571
37136
|
#
|
|
36572
37137
|
# For more information about troubleshooting, see [Troubleshooting
|
|
36573
|
-
#
|
|
37138
|
+
# terminating your instance][2] in the *Amazon Elastic Compute Cloud
|
|
36574
37139
|
# User Guide*.
|
|
36575
37140
|
#
|
|
36576
37141
|
#
|
|
@@ -36724,7 +37289,7 @@ module Aws::EC2
|
|
|
36724
37289
|
end
|
|
36725
37290
|
|
|
36726
37291
|
# Disables detailed monitoring for a running instance. For more
|
|
36727
|
-
# information, see [Monitoring
|
|
37292
|
+
# information, see [Monitoring your instances and volumes][1] in the
|
|
36728
37293
|
# *Amazon Elastic Compute Cloud User Guide*.
|
|
36729
37294
|
#
|
|
36730
37295
|
#
|
|
@@ -37052,7 +37617,7 @@ module Aws::EC2
|
|
|
37052
37617
|
params: params,
|
|
37053
37618
|
config: config)
|
|
37054
37619
|
context[:gem_name] = 'aws-sdk-ec2'
|
|
37055
|
-
context[:gem_version] = '1.
|
|
37620
|
+
context[:gem_version] = '1.172.0'
|
|
37056
37621
|
Seahorse::Client::Request.new(handlers, context)
|
|
37057
37622
|
end
|
|
37058
37623
|
|