aws-sdk-ec2 1.68.0 → 1.69.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-ec2.rb +1 -1
- data/lib/aws-sdk-ec2/client.rb +234 -234
- data/lib/aws-sdk-ec2/instance.rb +7 -7
- data/lib/aws-sdk-ec2/network_interface.rb +1 -1
- data/lib/aws-sdk-ec2/resource.rb +12 -12
- data/lib/aws-sdk-ec2/snapshot.rb +3 -3
- data/lib/aws-sdk-ec2/subnet.rb +10 -10
- data/lib/aws-sdk-ec2/types.rb +105 -105
- data/lib/aws-sdk-ec2/volume.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '03891df2acd5f982a37be625b02e23a0d426b9f3'
|
4
|
+
data.tar.gz: 5c19b61a30480dc484a42bad8b63ae61eab04178
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 29a017e3ad79934a2e50e3fc9c7917c7787da637c36f9272d105ff893a82d5403589c21584d4f2af7f5199daf19214cf053f03833a50572096db17e8dbcc6ef0
|
7
|
+
data.tar.gz: f418a3d125a2b7fb7f0437041ea55a03c93c628c19be0ba7412c561c7ec9ce3a93e0d4b768419545746b483d43618ae2293dd1be18a46a2ee6cda31721d63574
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -505,8 +505,8 @@ module Aws::EC2
|
|
505
505
|
#
|
506
506
|
#
|
507
507
|
#
|
508
|
-
# [1]:
|
509
|
-
# [2]:
|
508
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html
|
509
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html
|
510
510
|
#
|
511
511
|
# @option params [String] :domain
|
512
512
|
# Set to `vpc` to allocate the address for use with instances in a VPC.
|
@@ -611,7 +611,7 @@ module Aws::EC2
|
|
611
611
|
#
|
612
612
|
#
|
613
613
|
#
|
614
|
-
# [1]:
|
614
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
|
615
615
|
#
|
616
616
|
# @option params [required, String] :instance_type
|
617
617
|
# Specify the instance type for which to configure your Dedicated Hosts.
|
@@ -723,7 +723,7 @@ module Aws::EC2
|
|
723
723
|
#
|
724
724
|
#
|
725
725
|
#
|
726
|
-
# [1]:
|
726
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI
|
727
727
|
#
|
728
728
|
# @option params [Integer] :ipv_6_address_count
|
729
729
|
# The number of IPv6 addresses to assign to the network interface.
|
@@ -790,8 +790,8 @@ module Aws::EC2
|
|
790
790
|
#
|
791
791
|
#
|
792
792
|
#
|
793
|
-
# [1]:
|
794
|
-
# [2]:
|
793
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html
|
794
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html
|
795
795
|
#
|
796
796
|
# @option params [Boolean] :allow_reassignment
|
797
797
|
# Indicates whether to allow an IP address that is already assigned to
|
@@ -889,7 +889,7 @@ module Aws::EC2
|
|
889
889
|
#
|
890
890
|
#
|
891
891
|
#
|
892
|
-
# [1]:
|
892
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html
|
893
893
|
# [2]: http://aws.amazon.com/ec2/pricing/
|
894
894
|
#
|
895
895
|
# @option params [String] :allocation_id
|
@@ -1057,7 +1057,7 @@ module Aws::EC2
|
|
1057
1057
|
#
|
1058
1058
|
#
|
1059
1059
|
#
|
1060
|
-
# [1]:
|
1060
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_DHCP_Options.html
|
1061
1061
|
#
|
1062
1062
|
# @option params [required, String] :dhcp_options_id
|
1063
1063
|
# The ID of the DHCP options set, or `default` to associate no DHCP
|
@@ -1189,7 +1189,7 @@ module Aws::EC2
|
|
1189
1189
|
#
|
1190
1190
|
#
|
1191
1191
|
#
|
1192
|
-
# [1]:
|
1192
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html
|
1193
1193
|
#
|
1194
1194
|
# @option params [Boolean] :dry_run
|
1195
1195
|
# Checks whether you have the required permissions for the action,
|
@@ -1338,7 +1338,7 @@ module Aws::EC2
|
|
1338
1338
|
#
|
1339
1339
|
#
|
1340
1340
|
#
|
1341
|
-
# [1]:
|
1341
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Subnets.html#VPC_Sizing
|
1342
1342
|
#
|
1343
1343
|
# @option params [Boolean] :amazon_provided_ipv_6_cidr_block
|
1344
1344
|
# Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length
|
@@ -1450,7 +1450,7 @@ module Aws::EC2
|
|
1450
1450
|
#
|
1451
1451
|
#
|
1452
1452
|
#
|
1453
|
-
# [1]:
|
1453
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/
|
1454
1454
|
#
|
1455
1455
|
# @option params [Boolean] :dry_run
|
1456
1456
|
# Checks whether you have the required permissions for the action,
|
@@ -1583,9 +1583,9 @@ module Aws::EC2
|
|
1583
1583
|
#
|
1584
1584
|
#
|
1585
1585
|
#
|
1586
|
-
# [1]:
|
1587
|
-
# [2]:
|
1588
|
-
# [3]:
|
1586
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html
|
1587
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-attaching-volume.html
|
1588
|
+
# [3]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html
|
1589
1589
|
#
|
1590
1590
|
# @option params [required, String] :device
|
1591
1591
|
# The device name (for example, `/dev/sdh` or `xvdh`).
|
@@ -1667,7 +1667,7 @@ module Aws::EC2
|
|
1667
1667
|
#
|
1668
1668
|
#
|
1669
1669
|
#
|
1670
|
-
# [1]:
|
1670
|
+
# [1]: https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html
|
1671
1671
|
#
|
1672
1672
|
# @option params [required, String] :vpc_id
|
1673
1673
|
# The ID of the VPC.
|
@@ -1786,8 +1786,8 @@ module Aws::EC2
|
|
1786
1786
|
#
|
1787
1787
|
#
|
1788
1788
|
#
|
1789
|
-
# [1]:
|
1790
|
-
# [2]:
|
1789
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html
|
1790
|
+
# [2]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Appendix_Limits.html
|
1791
1791
|
#
|
1792
1792
|
# @option params [Boolean] :dry_run
|
1793
1793
|
# Checks whether you have the required permissions for the action,
|
@@ -1956,7 +1956,7 @@ module Aws::EC2
|
|
1956
1956
|
#
|
1957
1957
|
#
|
1958
1958
|
#
|
1959
|
-
# [1]:
|
1959
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Appendix_Limits.html
|
1960
1960
|
#
|
1961
1961
|
# @option params [String] :cidr_ip
|
1962
1962
|
# The CIDR IPv4 address range. You can't specify this parameter when
|
@@ -2345,7 +2345,7 @@ module Aws::EC2
|
|
2345
2345
|
#
|
2346
2346
|
#
|
2347
2347
|
#
|
2348
|
-
# [1]:
|
2348
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/ec2-cli-vmimport-export.html
|
2349
2349
|
#
|
2350
2350
|
# @option params [required, String] :conversion_task_id
|
2351
2351
|
# The ID of the conversion task.
|
@@ -2455,7 +2455,7 @@ module Aws::EC2
|
|
2455
2455
|
#
|
2456
2456
|
#
|
2457
2457
|
#
|
2458
|
-
# [1]:
|
2458
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html
|
2459
2459
|
#
|
2460
2460
|
# @option params [required, String] :reserved_instances_listing_id
|
2461
2461
|
# The ID of the Reserved Instance listing.
|
@@ -2749,7 +2749,7 @@ module Aws::EC2
|
|
2749
2749
|
#
|
2750
2750
|
#
|
2751
2751
|
#
|
2752
|
-
# [1]:
|
2752
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
|
2753
2753
|
#
|
2754
2754
|
# @return [Types::CopyFpgaImageResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2755
2755
|
#
|
@@ -2794,7 +2794,7 @@ module Aws::EC2
|
|
2794
2794
|
#
|
2795
2795
|
#
|
2796
2796
|
#
|
2797
|
-
# [1]:
|
2797
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/CopyingAMIs.html
|
2798
2798
|
#
|
2799
2799
|
# @option params [String] :client_token
|
2800
2800
|
# Unique, case-sensitive identifier you provide to ensure idempotency of
|
@@ -2803,7 +2803,7 @@ module Aws::EC2
|
|
2803
2803
|
#
|
2804
2804
|
#
|
2805
2805
|
#
|
2806
|
-
# [1]:
|
2806
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
|
2807
2807
|
#
|
2808
2808
|
# @option params [String] :description
|
2809
2809
|
# A description for the new AMI in the destination region.
|
@@ -2819,7 +2819,7 @@ module Aws::EC2
|
|
2819
2819
|
#
|
2820
2820
|
#
|
2821
2821
|
#
|
2822
|
-
# [1]:
|
2822
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html
|
2823
2823
|
#
|
2824
2824
|
# @option params [String] :kms_key_id
|
2825
2825
|
# An identifier for the AWS Key Management Service (AWS KMS) customer
|
@@ -2939,7 +2939,7 @@ module Aws::EC2
|
|
2939
2939
|
#
|
2940
2940
|
#
|
2941
2941
|
#
|
2942
|
-
# [1]:
|
2942
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-copy-snapshot.html
|
2943
2943
|
#
|
2944
2944
|
# @option params [String] :description
|
2945
2945
|
# A description for the EBS snapshot.
|
@@ -2966,7 +2966,7 @@ module Aws::EC2
|
|
2966
2966
|
#
|
2967
2967
|
#
|
2968
2968
|
#
|
2969
|
-
# [1]:
|
2969
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html
|
2970
2970
|
#
|
2971
2971
|
# @option params [String] :kms_key_id
|
2972
2972
|
# An identifier for the AWS Key Management Service (AWS KMS) customer
|
@@ -3014,8 +3014,8 @@ module Aws::EC2
|
|
3014
3014
|
#
|
3015
3015
|
#
|
3016
3016
|
#
|
3017
|
-
# [1]:
|
3018
|
-
# [2]:
|
3017
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html
|
3018
|
+
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html
|
3019
3019
|
#
|
3020
3020
|
# @option params [required, String] :source_region
|
3021
3021
|
# The ID of the region that contains the snapshot to be copied.
|
@@ -3130,8 +3130,8 @@ module Aws::EC2
|
|
3130
3130
|
#
|
3131
3131
|
#
|
3132
3132
|
#
|
3133
|
-
# [1]:
|
3134
|
-
# [2]:
|
3133
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-capacity-reservations.html
|
3134
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-resource-limits.html
|
3135
3135
|
#
|
3136
3136
|
# @option params [String] :client_token
|
3137
3137
|
# Unique, case-sensitive identifier that you provide to ensure the
|
@@ -3142,7 +3142,7 @@ module Aws::EC2
|
|
3142
3142
|
#
|
3143
3143
|
#
|
3144
3144
|
#
|
3145
|
-
# [1]:
|
3145
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
3146
3146
|
#
|
3147
3147
|
# @option params [required, String] :instance_type
|
3148
3148
|
# The instance type for which to reserve capacity. For more information,
|
@@ -3151,7 +3151,7 @@ module Aws::EC2
|
|
3151
3151
|
#
|
3152
3152
|
#
|
3153
3153
|
#
|
3154
|
-
# [1]:
|
3154
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html
|
3155
3155
|
#
|
3156
3156
|
# @option params [required, String] :instance_platform
|
3157
3157
|
# The type of operating system for which to reserve capacity.
|
@@ -3246,7 +3246,7 @@ module Aws::EC2
|
|
3246
3246
|
# resp = client.create_capacity_reservation({
|
3247
3247
|
# client_token: "String",
|
3248
3248
|
# instance_type: "String", # required
|
3249
|
-
# instance_platform: "Linux/UNIX", # required, accepts Linux/UNIX, Red Hat Enterprise Linux, SUSE Linux, Windows, Windows with SQL Server, Windows with SQL Server Enterprise, Windows with SQL Server Standard, Windows with SQL Server Web
|
3249
|
+
# instance_platform: "Linux/UNIX", # required, accepts Linux/UNIX, Red Hat Enterprise Linux, SUSE Linux, Windows, Windows with SQL Server, Windows with SQL Server Enterprise, Windows with SQL Server Standard, Windows with SQL Server Web, Linux with SQL Server Standard, Linux with SQL Server Web, Linux with SQL Server Enterprise
|
3250
3250
|
# availability_zone: "String", # required
|
3251
3251
|
# tenancy: "default", # accepts default, dedicated
|
3252
3252
|
# instance_count: 1, # required
|
@@ -3273,7 +3273,7 @@ module Aws::EC2
|
|
3273
3273
|
#
|
3274
3274
|
# resp.capacity_reservation.capacity_reservation_id #=> String
|
3275
3275
|
# resp.capacity_reservation.instance_type #=> String
|
3276
|
-
# resp.capacity_reservation.instance_platform #=> String, one of "Linux/UNIX", "Red Hat Enterprise Linux", "SUSE Linux", "Windows", "Windows with SQL Server", "Windows with SQL Server Enterprise", "Windows with SQL Server Standard", "Windows with SQL Server Web"
|
3276
|
+
# resp.capacity_reservation.instance_platform #=> String, one of "Linux/UNIX", "Red Hat Enterprise Linux", "SUSE Linux", "Windows", "Windows with SQL Server", "Windows with SQL Server Enterprise", "Windows with SQL Server Standard", "Windows with SQL Server Web", "Linux with SQL Server Standard", "Linux with SQL Server Web", "Linux with SQL Server Enterprise"
|
3277
3277
|
# resp.capacity_reservation.availability_zone #=> String
|
3278
3278
|
# resp.capacity_reservation.tenancy #=> String, one of "default", "dedicated"
|
3279
3279
|
# resp.capacity_reservation.total_instance_count #=> Integer
|
@@ -3365,7 +3365,7 @@ module Aws::EC2
|
|
3365
3365
|
#
|
3366
3366
|
#
|
3367
3367
|
#
|
3368
|
-
# [1]:
|
3368
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
|
3369
3369
|
#
|
3370
3370
|
# @return [Types::CreateClientVpnEndpointResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3371
3371
|
#
|
@@ -3513,7 +3513,7 @@ module Aws::EC2
|
|
3513
3513
|
#
|
3514
3514
|
#
|
3515
3515
|
#
|
3516
|
-
# [1]:
|
3516
|
+
# [1]: https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html
|
3517
3517
|
#
|
3518
3518
|
# @option params [required, Integer] :bgp_asn
|
3519
3519
|
# For devices that support BGP, the customer gateway's BGP ASN.
|
@@ -3597,7 +3597,7 @@ module Aws::EC2
|
|
3597
3597
|
#
|
3598
3598
|
#
|
3599
3599
|
#
|
3600
|
-
# [1]:
|
3600
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/default-vpc.html#create-default-subnet
|
3601
3601
|
#
|
3602
3602
|
# @option params [required, String] :availability_zone
|
3603
3603
|
# The Availability Zone in which to create the default subnet.
|
@@ -3668,7 +3668,7 @@ module Aws::EC2
|
|
3668
3668
|
#
|
3669
3669
|
#
|
3670
3670
|
#
|
3671
|
-
# [1]:
|
3671
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/default-vpc.html
|
3672
3672
|
# [2]: http://aws.amazon.com/vpc/faqs/#Default_VPCs
|
3673
3673
|
#
|
3674
3674
|
# @option params [Boolean] :dry_run
|
@@ -3767,7 +3767,7 @@ module Aws::EC2
|
|
3767
3767
|
#
|
3768
3768
|
#
|
3769
3769
|
# [1]: http://www.ietf.org/rfc/rfc2132.txt
|
3770
|
-
# [2]:
|
3770
|
+
# [2]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_DHCP_Options.html
|
3771
3771
|
#
|
3772
3772
|
# @option params [required, Array<Types::NewDhcpConfiguration>] :dhcp_configurations
|
3773
3773
|
# A DHCP configuration option.
|
@@ -3865,7 +3865,7 @@ module Aws::EC2
|
|
3865
3865
|
#
|
3866
3866
|
#
|
3867
3867
|
#
|
3868
|
-
# [1]:
|
3868
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
|
3869
3869
|
#
|
3870
3870
|
# @option params [Boolean] :dry_run
|
3871
3871
|
# Checks whether you have the required permissions for the action,
|
@@ -3918,7 +3918,7 @@ module Aws::EC2
|
|
3918
3918
|
#
|
3919
3919
|
#
|
3920
3920
|
#
|
3921
|
-
# [1]:
|
3921
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet.html
|
3922
3922
|
#
|
3923
3923
|
# @option params [Boolean] :dry_run
|
3924
3924
|
# Checks whether you have the required permissions for the action,
|
@@ -3933,7 +3933,7 @@ module Aws::EC2
|
|
3933
3933
|
#
|
3934
3934
|
#
|
3935
3935
|
#
|
3936
|
-
# [1]:
|
3936
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
3937
3937
|
#
|
3938
3938
|
# @option params [Types::SpotOptionsRequest] :spot_options
|
3939
3939
|
# Describes the configuration of Spot Instances in an EC2 Fleet.
|
@@ -3970,7 +3970,7 @@ module Aws::EC2
|
|
3970
3970
|
#
|
3971
3971
|
#
|
3972
3972
|
#
|
3973
|
-
# [1]:
|
3973
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-configuration-strategies.html#ec2-fleet-request-type
|
3974
3974
|
#
|
3975
3975
|
# @option params [Time,DateTime,Date,Integer,String] :valid_from
|
3976
3976
|
# The start date and time of the request, in UTC format (for example,
|
@@ -3995,8 +3995,8 @@ module Aws::EC2
|
|
3995
3995
|
#
|
3996
3996
|
#
|
3997
3997
|
#
|
3998
|
-
# [1]:
|
3999
|
-
# [2]:
|
3998
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#create-launch-template
|
3999
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#tag-resources
|
4000
4000
|
#
|
4001
4001
|
# @return [Types::CreateFleetResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4002
4002
|
#
|
@@ -4138,8 +4138,8 @@ module Aws::EC2
|
|
4138
4138
|
#
|
4139
4139
|
#
|
4140
4140
|
#
|
4141
|
-
# [1]:
|
4142
|
-
# [2]:
|
4141
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/flow-logs.html#flow-log-records
|
4142
|
+
# [2]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/flow-logs.html
|
4143
4143
|
#
|
4144
4144
|
# @option params [Boolean] :dry_run
|
4145
4145
|
# Checks whether you have the required permissions for the action,
|
@@ -4154,7 +4154,7 @@ module Aws::EC2
|
|
4154
4154
|
#
|
4155
4155
|
#
|
4156
4156
|
#
|
4157
|
-
# [1]:
|
4157
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
|
4158
4158
|
#
|
4159
4159
|
# @option params [String] :deliver_logs_permission_arn
|
4160
4160
|
# The ARN for the IAM role that's used to post flow logs to a log
|
@@ -4280,7 +4280,7 @@ module Aws::EC2
|
|
4280
4280
|
#
|
4281
4281
|
#
|
4282
4282
|
#
|
4283
|
-
# [1]:
|
4283
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
|
4284
4284
|
#
|
4285
4285
|
# @return [Types::CreateFpgaImageResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4286
4286
|
#
|
@@ -4332,7 +4332,7 @@ module Aws::EC2
|
|
4332
4332
|
#
|
4333
4333
|
#
|
4334
4334
|
#
|
4335
|
-
# [1]:
|
4335
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html
|
4336
4336
|
#
|
4337
4337
|
# @option params [Array<Types::BlockDeviceMapping>] :block_device_mappings
|
4338
4338
|
# Information about one or more block device mappings. This parameter
|
@@ -4448,7 +4448,7 @@ module Aws::EC2
|
|
4448
4448
|
#
|
4449
4449
|
#
|
4450
4450
|
#
|
4451
|
-
# [1]:
|
4451
|
+
# [1]: https://docs.aws.amazon.com/vm-import/latest/userguide/vmexport.html
|
4452
4452
|
#
|
4453
4453
|
# @option params [String] :description
|
4454
4454
|
# A description for the conversion task or the resource being exported.
|
@@ -4511,7 +4511,7 @@ module Aws::EC2
|
|
4511
4511
|
#
|
4512
4512
|
#
|
4513
4513
|
#
|
4514
|
-
# [1]:
|
4514
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/
|
4515
4515
|
#
|
4516
4516
|
# @option params [Boolean] :dry_run
|
4517
4517
|
# Checks whether you have the required permissions for the action,
|
@@ -4585,7 +4585,7 @@ module Aws::EC2
|
|
4585
4585
|
#
|
4586
4586
|
#
|
4587
4587
|
#
|
4588
|
-
# [1]:
|
4588
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html
|
4589
4589
|
#
|
4590
4590
|
# @option params [required, String] :key_name
|
4591
4591
|
# A unique name for the key pair.
|
@@ -4653,7 +4653,7 @@ module Aws::EC2
|
|
4653
4653
|
#
|
4654
4654
|
#
|
4655
4655
|
#
|
4656
|
-
# [1]:
|
4656
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
4657
4657
|
#
|
4658
4658
|
# @option params [required, String] :launch_template_name
|
4659
4659
|
# A name for the launch template.
|
@@ -4886,7 +4886,7 @@ module Aws::EC2
|
|
4886
4886
|
#
|
4887
4887
|
#
|
4888
4888
|
#
|
4889
|
-
# [1]:
|
4889
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
4890
4890
|
#
|
4891
4891
|
# @option params [String] :launch_template_id
|
4892
4892
|
# The ID of the launch template. You must specify either the launch
|
@@ -5190,7 +5190,7 @@ module Aws::EC2
|
|
5190
5190
|
#
|
5191
5191
|
#
|
5192
5192
|
#
|
5193
|
-
# [1]:
|
5193
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc-nat-gateway.html
|
5194
5194
|
#
|
5195
5195
|
# @option params [required, String] :allocation_id
|
5196
5196
|
# The allocation ID of an Elastic IP address to associate with the NAT
|
@@ -5206,7 +5206,7 @@ module Aws::EC2
|
|
5206
5206
|
#
|
5207
5207
|
#
|
5208
5208
|
#
|
5209
|
-
# [1]:
|
5209
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
5210
5210
|
#
|
5211
5211
|
# @option params [required, String] :subnet_id
|
5212
5212
|
# The subnet in which to create the NAT gateway.
|
@@ -5294,7 +5294,7 @@ module Aws::EC2
|
|
5294
5294
|
#
|
5295
5295
|
#
|
5296
5296
|
#
|
5297
|
-
# [1]:
|
5297
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_ACLs.html
|
5298
5298
|
#
|
5299
5299
|
# @option params [Boolean] :dry_run
|
5300
5300
|
# Checks whether you have the required permissions for the action,
|
@@ -5409,7 +5409,7 @@ module Aws::EC2
|
|
5409
5409
|
#
|
5410
5410
|
#
|
5411
5411
|
#
|
5412
|
-
# [1]:
|
5412
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_ACLs.html
|
5413
5413
|
#
|
5414
5414
|
# @option params [String] :cidr_block
|
5415
5415
|
# The IPv4 network range to allow or deny, in CIDR notation (for example
|
@@ -5519,7 +5519,7 @@ module Aws::EC2
|
|
5519
5519
|
#
|
5520
5520
|
#
|
5521
5521
|
#
|
5522
|
-
# [1]:
|
5522
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html
|
5523
5523
|
#
|
5524
5524
|
# @option params [String] :description
|
5525
5525
|
# A description for the network interface.
|
@@ -5569,7 +5569,7 @@ module Aws::EC2
|
|
5569
5569
|
#
|
5570
5570
|
#
|
5571
5571
|
#
|
5572
|
-
# [1]:
|
5572
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI
|
5573
5573
|
#
|
5574
5574
|
# @option params [required, String] :subnet_id
|
5575
5575
|
# The ID of the subnet to associate with the network interface.
|
@@ -5774,7 +5774,7 @@ module Aws::EC2
|
|
5774
5774
|
#
|
5775
5775
|
#
|
5776
5776
|
#
|
5777
|
-
# [1]:
|
5777
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html
|
5778
5778
|
#
|
5779
5779
|
# @option params [Boolean] :dry_run
|
5780
5780
|
# Checks whether you have the required permissions for the action,
|
@@ -5862,7 +5862,7 @@ module Aws::EC2
|
|
5862
5862
|
#
|
5863
5863
|
#
|
5864
5864
|
#
|
5865
|
-
# [1]:
|
5865
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html
|
5866
5866
|
#
|
5867
5867
|
# @option params [required, String] :client_token
|
5868
5868
|
# Unique, case-sensitive identifier you provide to ensure idempotency of
|
@@ -5871,7 +5871,7 @@ module Aws::EC2
|
|
5871
5871
|
#
|
5872
5872
|
#
|
5873
5873
|
#
|
5874
|
-
# [1]:
|
5874
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
5875
5875
|
#
|
5876
5876
|
# @option params [required, Integer] :instance_count
|
5877
5877
|
# The number of instances that are a part of a Reserved Instance account
|
@@ -5961,7 +5961,7 @@ module Aws::EC2
|
|
5961
5961
|
#
|
5962
5962
|
#
|
5963
5963
|
#
|
5964
|
-
# [1]:
|
5964
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html
|
5965
5965
|
#
|
5966
5966
|
# @option params [String] :destination_cidr_block
|
5967
5967
|
# The IPv4 CIDR address block used for the destination match. Routing
|
@@ -6057,7 +6057,7 @@ module Aws::EC2
|
|
6057
6057
|
#
|
6058
6058
|
#
|
6059
6059
|
#
|
6060
|
-
# [1]:
|
6060
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html
|
6061
6061
|
#
|
6062
6062
|
# @option params [Boolean] :dry_run
|
6063
6063
|
# Checks whether you have the required permissions for the action,
|
@@ -6179,8 +6179,8 @@ module Aws::EC2
|
|
6179
6179
|
#
|
6180
6180
|
#
|
6181
6181
|
#
|
6182
|
-
# [1]:
|
6183
|
-
# [2]:
|
6182
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html
|
6183
|
+
# [2]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html
|
6184
6184
|
#
|
6185
6185
|
# @option params [required, String] :description
|
6186
6186
|
# A description for the security group. This is informational only.
|
@@ -6288,9 +6288,9 @@ module Aws::EC2
|
|
6288
6288
|
#
|
6289
6289
|
#
|
6290
6290
|
#
|
6291
|
-
# [1]:
|
6292
|
-
# [2]:
|
6293
|
-
# [3]:
|
6291
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html
|
6292
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AmazonEBS.html
|
6293
|
+
# [3]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html
|
6294
6294
|
#
|
6295
6295
|
# @option params [String] :description
|
6296
6296
|
# A description for the snapshot.
|
@@ -6402,7 +6402,7 @@ module Aws::EC2
|
|
6402
6402
|
#
|
6403
6403
|
#
|
6404
6404
|
#
|
6405
|
-
# [1]:
|
6405
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-data-feeds.html
|
6406
6406
|
#
|
6407
6407
|
# @option params [required, String] :bucket
|
6408
6408
|
# The Amazon S3 bucket in which to store the Spot Instance data feed.
|
@@ -6498,7 +6498,7 @@ module Aws::EC2
|
|
6498
6498
|
#
|
6499
6499
|
#
|
6500
6500
|
#
|
6501
|
-
# [1]:
|
6501
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Subnets.html
|
6502
6502
|
#
|
6503
6503
|
# @option params [String] :availability_zone
|
6504
6504
|
# The Availability Zone for the subnet.
|
@@ -6610,8 +6610,8 @@ module Aws::EC2
|
|
6610
6610
|
#
|
6611
6611
|
#
|
6612
6612
|
#
|
6613
|
-
# [1]:
|
6614
|
-
# [2]:
|
6613
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html
|
6614
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-iam-actions-resources.html
|
6615
6615
|
#
|
6616
6616
|
# @option params [Boolean] :dry_run
|
6617
6617
|
# Checks whether you have the required permissions for the action,
|
@@ -6992,10 +6992,10 @@ module Aws::EC2
|
|
6992
6992
|
#
|
6993
6993
|
#
|
6994
6994
|
#
|
6995
|
-
# [1]:
|
6996
|
-
# [2]:
|
6997
|
-
# [3]:
|
6998
|
-
# [4]:
|
6995
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/rande.html
|
6996
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html
|
6997
|
+
# [3]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html
|
6998
|
+
# [4]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-creating-volume.html
|
6999
6999
|
#
|
7000
7000
|
# @option params [required, String] :availability_zone
|
7001
7001
|
# The Availability Zone in which to create the volume. Use
|
@@ -7014,7 +7014,7 @@ module Aws::EC2
|
|
7014
7014
|
#
|
7015
7015
|
#
|
7016
7016
|
#
|
7017
|
-
# [1]:
|
7017
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html
|
7018
7018
|
#
|
7019
7019
|
# @option params [Integer] :iops
|
7020
7020
|
# The number of I/O operations per second (IOPS) to provision for the
|
@@ -7030,7 +7030,7 @@ module Aws::EC2
|
|
7030
7030
|
#
|
7031
7031
|
#
|
7032
7032
|
#
|
7033
|
-
# [1]:
|
7033
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html
|
7034
7034
|
#
|
7035
7035
|
# @option params [String] :kms_key_id
|
7036
7036
|
# An identifier for the AWS Key Management Service (AWS KMS) customer
|
@@ -7248,9 +7248,9 @@ module Aws::EC2
|
|
7248
7248
|
#
|
7249
7249
|
#
|
7250
7250
|
#
|
7251
|
-
# [1]:
|
7252
|
-
# [2]:
|
7253
|
-
# [3]:
|
7251
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Subnets.html
|
7252
|
+
# [2]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_DHCP_Options.html
|
7253
|
+
# [3]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-instance.html
|
7254
7254
|
#
|
7255
7255
|
# @option params [required, String] :cidr_block
|
7256
7256
|
# The IPv4 network range for the VPC, in CIDR notation. For example,
|
@@ -7366,7 +7366,7 @@ module Aws::EC2
|
|
7366
7366
|
#
|
7367
7367
|
#
|
7368
7368
|
#
|
7369
|
-
# [1]:
|
7369
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc-endpoints.html
|
7370
7370
|
#
|
7371
7371
|
# @option params [Boolean] :dry_run
|
7372
7372
|
# Checks whether you have the required permissions for the action,
|
@@ -7411,7 +7411,7 @@ module Aws::EC2
|
|
7411
7411
|
#
|
7412
7412
|
#
|
7413
7413
|
#
|
7414
|
-
# [1]:
|
7414
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
7415
7415
|
#
|
7416
7416
|
# @option params [Boolean] :private_dns_enabled
|
7417
7417
|
# (Interface endpoint) Indicate whether to associate a private hosted
|
@@ -7492,7 +7492,7 @@ module Aws::EC2
|
|
7492
7492
|
#
|
7493
7493
|
#
|
7494
7494
|
#
|
7495
|
-
# [1]:
|
7495
|
+
# [1]: https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html
|
7496
7496
|
#
|
7497
7497
|
# @option params [Boolean] :dry_run
|
7498
7498
|
# Checks whether you have the required permissions for the action,
|
@@ -7520,7 +7520,7 @@ module Aws::EC2
|
|
7520
7520
|
#
|
7521
7521
|
#
|
7522
7522
|
#
|
7523
|
-
# [1]:
|
7523
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
7524
7524
|
#
|
7525
7525
|
# @return [Types::CreateVpcEndpointConnectionNotificationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
7526
7526
|
#
|
@@ -7571,7 +7571,7 @@ module Aws::EC2
|
|
7571
7571
|
#
|
7572
7572
|
#
|
7573
7573
|
#
|
7574
|
-
# [1]:
|
7574
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/endpoint-service.html
|
7575
7575
|
#
|
7576
7576
|
# @option params [Boolean] :dry_run
|
7577
7577
|
# Checks whether you have the required permissions for the action,
|
@@ -7595,7 +7595,7 @@ module Aws::EC2
|
|
7595
7595
|
#
|
7596
7596
|
#
|
7597
7597
|
#
|
7598
|
-
# [1]:
|
7598
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
|
7599
7599
|
#
|
7600
7600
|
# @return [Types::CreateVpcEndpointServiceConfigurationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
7601
7601
|
#
|
@@ -7659,7 +7659,7 @@ module Aws::EC2
|
|
7659
7659
|
#
|
7660
7660
|
#
|
7661
7661
|
#
|
7662
|
-
# [1]:
|
7662
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/PeeringGuide/vpc-peering-basics.html#vpc-peering-limitations
|
7663
7663
|
#
|
7664
7664
|
# @option params [Boolean] :dry_run
|
7665
7665
|
# Checks whether you have the required permissions for the action,
|
@@ -7764,7 +7764,7 @@ module Aws::EC2
|
|
7764
7764
|
#
|
7765
7765
|
#
|
7766
7766
|
#
|
7767
|
-
# [1]:
|
7767
|
+
# [1]: https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html
|
7768
7768
|
#
|
7769
7769
|
# @option params [required, String] :customer_gateway_id
|
7770
7770
|
# The ID of the customer gateway.
|
@@ -7856,7 +7856,7 @@ module Aws::EC2
|
|
7856
7856
|
#
|
7857
7857
|
#
|
7858
7858
|
#
|
7859
|
-
# [1]:
|
7859
|
+
# [1]: https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html
|
7860
7860
|
#
|
7861
7861
|
# @option params [required, String] :destination_cidr_block
|
7862
7862
|
# The CIDR block associated with the local subnet of the customer
|
@@ -7892,7 +7892,7 @@ module Aws::EC2
|
|
7892
7892
|
#
|
7893
7893
|
#
|
7894
7894
|
#
|
7895
|
-
# [1]:
|
7895
|
+
# [1]: https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html
|
7896
7896
|
#
|
7897
7897
|
# @option params [String] :availability_zone
|
7898
7898
|
# The Availability Zone for the virtual private gateway.
|
@@ -8735,7 +8735,7 @@ module Aws::EC2
|
|
8735
8735
|
#
|
8736
8736
|
#
|
8737
8737
|
#
|
8738
|
-
# [1]:
|
8738
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html
|
8739
8739
|
#
|
8740
8740
|
# @option params [Boolean] :dry_run
|
8741
8741
|
# Checks whether you have the required permissions for the action,
|
@@ -8937,7 +8937,7 @@ module Aws::EC2
|
|
8937
8937
|
#
|
8938
8938
|
#
|
8939
8939
|
#
|
8940
|
-
# [1]:
|
8940
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-deleting-snapshot.html
|
8941
8941
|
#
|
8942
8942
|
# @option params [required, String] :snapshot_id
|
8943
8943
|
# The ID of the EBS snapshot.
|
@@ -9060,7 +9060,7 @@ module Aws::EC2
|
|
9060
9060
|
#
|
9061
9061
|
#
|
9062
9062
|
#
|
9063
|
-
# [1]:
|
9063
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html
|
9064
9064
|
#
|
9065
9065
|
# @option params [Boolean] :dry_run
|
9066
9066
|
# Checks whether you have the required permissions for the action,
|
@@ -9326,7 +9326,7 @@ module Aws::EC2
|
|
9326
9326
|
#
|
9327
9327
|
#
|
9328
9328
|
#
|
9329
|
-
# [1]:
|
9329
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-deleting-volume.html
|
9330
9330
|
#
|
9331
9331
|
# @option params [required, String] :volume_id
|
9332
9332
|
# The ID of the volume.
|
@@ -9915,7 +9915,7 @@ module Aws::EC2
|
|
9915
9915
|
#
|
9916
9916
|
#
|
9917
9917
|
#
|
9918
|
-
# [1]:
|
9918
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html
|
9919
9919
|
#
|
9920
9920
|
# @option params [Array<Types::Filter>] :filters
|
9921
9921
|
# One or more filters. Filter names and values are case-sensitive.
|
@@ -10160,7 +10160,7 @@ module Aws::EC2
|
|
10160
10160
|
#
|
10161
10161
|
#
|
10162
10162
|
#
|
10163
|
-
# [1]:
|
10163
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html
|
10164
10164
|
#
|
10165
10165
|
# @option params [Array<Types::Filter>] :filters
|
10166
10166
|
# One or more filters.
|
@@ -10462,7 +10462,7 @@ module Aws::EC2
|
|
10462
10462
|
# resp.capacity_reservations #=> Array
|
10463
10463
|
# resp.capacity_reservations[0].capacity_reservation_id #=> String
|
10464
10464
|
# resp.capacity_reservations[0].instance_type #=> String
|
10465
|
-
# resp.capacity_reservations[0].instance_platform #=> String, one of "Linux/UNIX", "Red Hat Enterprise Linux", "SUSE Linux", "Windows", "Windows with SQL Server", "Windows with SQL Server Enterprise", "Windows with SQL Server Standard", "Windows with SQL Server Web"
|
10465
|
+
# resp.capacity_reservations[0].instance_platform #=> String, one of "Linux/UNIX", "Red Hat Enterprise Linux", "SUSE Linux", "Windows", "Windows with SQL Server", "Windows with SQL Server Enterprise", "Windows with SQL Server Standard", "Windows with SQL Server Web", "Linux with SQL Server Standard", "Linux with SQL Server Web", "Linux with SQL Server Enterprise"
|
10466
10466
|
# resp.capacity_reservations[0].availability_zone #=> String
|
10467
10467
|
# resp.capacity_reservations[0].tenancy #=> String, one of "default", "dedicated"
|
10468
10468
|
# resp.capacity_reservations[0].total_instance_count #=> Integer
|
@@ -10934,8 +10934,8 @@ module Aws::EC2
|
|
10934
10934
|
#
|
10935
10935
|
#
|
10936
10936
|
#
|
10937
|
-
# [1]:
|
10938
|
-
# [2]:
|
10937
|
+
# [1]: https://docs.aws.amazon.com/vm-import/latest/userguide/
|
10938
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html
|
10939
10939
|
#
|
10940
10940
|
# @option params [Array<String>] :conversion_task_ids
|
10941
10941
|
# One or more conversion task IDs.
|
@@ -11008,7 +11008,7 @@ module Aws::EC2
|
|
11008
11008
|
#
|
11009
11009
|
#
|
11010
11010
|
#
|
11011
|
-
# [1]:
|
11011
|
+
# [1]: https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html
|
11012
11012
|
#
|
11013
11013
|
# @option params [Array<String>] :customer_gateway_ids
|
11014
11014
|
# One or more customer gateway IDs.
|
@@ -11117,7 +11117,7 @@ module Aws::EC2
|
|
11117
11117
|
#
|
11118
11118
|
#
|
11119
11119
|
#
|
11120
|
-
# [1]:
|
11120
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_DHCP_Options.html
|
11121
11121
|
#
|
11122
11122
|
# @option params [Array<String>] :dhcp_options_ids
|
11123
11123
|
# The IDs of one or more DHCP options sets.
|
@@ -11283,7 +11283,7 @@ module Aws::EC2
|
|
11283
11283
|
#
|
11284
11284
|
#
|
11285
11285
|
#
|
11286
|
-
# [1]:
|
11286
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/elastic-graphics.html
|
11287
11287
|
#
|
11288
11288
|
# @option params [Array<String>] :elastic_gpu_ids
|
11289
11289
|
# One or more Elastic Graphics accelerator IDs.
|
@@ -11944,7 +11944,7 @@ module Aws::EC2
|
|
11944
11944
|
#
|
11945
11945
|
#
|
11946
11946
|
#
|
11947
|
-
# [1]:
|
11947
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-overview.html
|
11948
11948
|
#
|
11949
11949
|
# @option params [Array<Types::Filter>] :filter
|
11950
11950
|
# One or more filters.
|
@@ -12376,7 +12376,7 @@ module Aws::EC2
|
|
12376
12376
|
#
|
12377
12377
|
#
|
12378
12378
|
#
|
12379
|
-
# [1]:
|
12379
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/resource-ids.html
|
12380
12380
|
#
|
12381
12381
|
# @option params [required, String] :principal_arn
|
12382
12382
|
# The ARN of the principal, which can be an IAM role, IAM user, or the
|
@@ -13081,7 +13081,7 @@ module Aws::EC2
|
|
13081
13081
|
#
|
13082
13082
|
#
|
13083
13083
|
#
|
13084
|
-
# [1]:
|
13084
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html
|
13085
13085
|
#
|
13086
13086
|
# @option params [Boolean] :dry_run
|
13087
13087
|
# Checks whether you have the required permissions for the action,
|
@@ -13173,10 +13173,10 @@ module Aws::EC2
|
|
13173
13173
|
#
|
13174
13174
|
#
|
13175
13175
|
#
|
13176
|
-
# [1]:
|
13177
|
-
# [2]:
|
13178
|
-
# [3]:
|
13179
|
-
# [4]:
|
13176
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-system-instance-status-check.html
|
13177
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstances.html
|
13178
|
+
# [3]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-instances-status-check_sched.html
|
13179
|
+
# [4]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html
|
13180
13180
|
#
|
13181
13181
|
# @option params [Array<Types::Filter>] :filters
|
13182
13182
|
# One or more filters.
|
@@ -13972,7 +13972,7 @@ module Aws::EC2
|
|
13972
13972
|
#
|
13973
13973
|
#
|
13974
13974
|
#
|
13975
|
-
# [1]:
|
13975
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html
|
13976
13976
|
#
|
13977
13977
|
# @option params [Array<Types::Filter>] :filters
|
13978
13978
|
# One or more filters.
|
@@ -14612,7 +14612,7 @@ module Aws::EC2
|
|
14612
14612
|
#
|
14613
14613
|
#
|
14614
14614
|
#
|
14615
|
-
# [1]:
|
14615
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_ACLs.html
|
14616
14616
|
#
|
14617
14617
|
# @option params [Array<Types::Filter>] :filters
|
14618
14618
|
# One or more filters.
|
@@ -15264,7 +15264,7 @@ module Aws::EC2
|
|
15264
15264
|
#
|
15265
15265
|
#
|
15266
15266
|
#
|
15267
|
-
# [1]:
|
15267
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html
|
15268
15268
|
#
|
15269
15269
|
# @option params [Array<Types::Filter>] :filters
|
15270
15270
|
# One or more filters.
|
@@ -15533,7 +15533,7 @@ module Aws::EC2
|
|
15533
15533
|
#
|
15534
15534
|
#
|
15535
15535
|
#
|
15536
|
-
# [1]:
|
15536
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/rande.html#ec2_region
|
15537
15537
|
#
|
15538
15538
|
# @option params [Array<Types::Filter>] :filters
|
15539
15539
|
# One or more filters.
|
@@ -15649,7 +15649,7 @@ module Aws::EC2
|
|
15649
15649
|
#
|
15650
15650
|
#
|
15651
15651
|
#
|
15652
|
-
# [1]:
|
15652
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-on-demand-reserved-instances.html
|
15653
15653
|
#
|
15654
15654
|
# @option params [Array<Types::Filter>] :filters
|
15655
15655
|
# One or more filters.
|
@@ -15805,7 +15805,7 @@ module Aws::EC2
|
|
15805
15805
|
#
|
15806
15806
|
#
|
15807
15807
|
#
|
15808
|
-
# [1]:
|
15808
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html
|
15809
15809
|
#
|
15810
15810
|
# @option params [Array<Types::Filter>] :filters
|
15811
15811
|
# One or more filters.
|
@@ -15884,7 +15884,7 @@ module Aws::EC2
|
|
15884
15884
|
#
|
15885
15885
|
#
|
15886
15886
|
#
|
15887
|
-
# [1]:
|
15887
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-modifying.html
|
15888
15888
|
#
|
15889
15889
|
# @option params [Array<Types::Filter>] :filters
|
15890
15890
|
# One or more filters.
|
@@ -15995,7 +15995,7 @@ module Aws::EC2
|
|
15995
15995
|
#
|
15996
15996
|
#
|
15997
15997
|
#
|
15998
|
-
# [1]:
|
15998
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html
|
15999
15999
|
#
|
16000
16000
|
# @option params [String] :availability_zone
|
16001
16001
|
# The Availability Zone in which the Reserved Instance can be used.
|
@@ -16051,7 +16051,7 @@ module Aws::EC2
|
|
16051
16051
|
#
|
16052
16052
|
#
|
16053
16053
|
#
|
16054
|
-
# [1]:
|
16054
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html
|
16055
16055
|
#
|
16056
16056
|
# @option params [Integer] :max_duration
|
16057
16057
|
# The maximum duration (in seconds) to filter when searching for
|
@@ -16189,7 +16189,7 @@ module Aws::EC2
|
|
16189
16189
|
#
|
16190
16190
|
#
|
16191
16191
|
#
|
16192
|
-
# [1]:
|
16192
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html
|
16193
16193
|
#
|
16194
16194
|
# @option params [Array<Types::Filter>] :filters
|
16195
16195
|
# One or more filters.
|
@@ -16757,8 +16757,8 @@ module Aws::EC2
|
|
16757
16757
|
#
|
16758
16758
|
#
|
16759
16759
|
#
|
16760
|
-
# [1]:
|
16761
|
-
# [2]:
|
16760
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html
|
16761
|
+
# [2]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html
|
16762
16762
|
#
|
16763
16763
|
# @option params [Array<Types::Filter>] :filters
|
16764
16764
|
# One or more filters. If using multiple filters for rules, the results
|
@@ -16996,7 +16996,7 @@ module Aws::EC2
|
|
16996
16996
|
#
|
16997
16997
|
#
|
16998
16998
|
#
|
16999
|
-
# [1]:
|
16999
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSSnapshots.html
|
17000
17000
|
#
|
17001
17001
|
# @option params [required, String] :attribute
|
17002
17002
|
# The snapshot attribute you would like to view.
|
@@ -17113,7 +17113,7 @@ module Aws::EC2
|
|
17113
17113
|
#
|
17114
17114
|
#
|
17115
17115
|
#
|
17116
|
-
# [1]:
|
17116
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSSnapshots.html
|
17117
17117
|
#
|
17118
17118
|
# @option params [Array<Types::Filter>] :filters
|
17119
17119
|
# One or more filters.
|
@@ -17310,7 +17310,7 @@ module Aws::EC2
|
|
17310
17310
|
#
|
17311
17311
|
#
|
17312
17312
|
#
|
17313
|
-
# [1]:
|
17313
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-data-feeds.html
|
17314
17314
|
#
|
17315
17315
|
# @option params [Boolean] :dry_run
|
17316
17316
|
# Checks whether you have the required permissions for the action,
|
@@ -17899,7 +17899,7 @@ module Aws::EC2
|
|
17899
17899
|
#
|
17900
17900
|
#
|
17901
17901
|
#
|
17902
|
-
# [1]:
|
17902
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-bid-status.html
|
17903
17903
|
#
|
17904
17904
|
# @option params [Boolean] :dry_run
|
17905
17905
|
# Checks whether you have the required permissions for the action,
|
@@ -18088,7 +18088,7 @@ module Aws::EC2
|
|
18088
18088
|
#
|
18089
18089
|
#
|
18090
18090
|
#
|
18091
|
-
# [1]:
|
18091
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-spot-instances-history.html
|
18092
18092
|
#
|
18093
18093
|
# @option params [Array<Types::Filter>] :filters
|
18094
18094
|
# One or more filters.
|
@@ -18318,7 +18318,7 @@ module Aws::EC2
|
|
18318
18318
|
#
|
18319
18319
|
#
|
18320
18320
|
#
|
18321
|
-
# [1]:
|
18321
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Subnets.html
|
18322
18322
|
#
|
18323
18323
|
# @option params [Array<Types::Filter>] :filters
|
18324
18324
|
# One or more filters.
|
@@ -18470,7 +18470,7 @@ module Aws::EC2
|
|
18470
18470
|
#
|
18471
18471
|
#
|
18472
18472
|
#
|
18473
|
-
# [1]:
|
18473
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html
|
18474
18474
|
#
|
18475
18475
|
# @option params [Boolean] :dry_run
|
18476
18476
|
# Checks whether you have the required permissions for the action,
|
@@ -18957,7 +18957,7 @@ module Aws::EC2
|
|
18957
18957
|
#
|
18958
18958
|
#
|
18959
18959
|
#
|
18960
|
-
# [1]:
|
18960
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumes.html
|
18961
18961
|
#
|
18962
18962
|
# @option params [required, String] :attribute
|
18963
18963
|
# The attribute of the volume. This parameter is required.
|
@@ -19063,7 +19063,7 @@ module Aws::EC2
|
|
19063
19063
|
#
|
19064
19064
|
#
|
19065
19065
|
#
|
19066
|
-
# [1]:
|
19066
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-volume-status.html
|
19067
19067
|
#
|
19068
19068
|
# @option params [Array<Types::Filter>] :filters
|
19069
19069
|
# One or more filters.
|
@@ -19255,7 +19255,7 @@ module Aws::EC2
|
|
19255
19255
|
#
|
19256
19256
|
#
|
19257
19257
|
#
|
19258
|
-
# [1]:
|
19258
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumes.html
|
19259
19259
|
#
|
19260
19260
|
# @option params [Array<Types::Filter>] :filters
|
19261
19261
|
# One or more filters.
|
@@ -19487,8 +19487,8 @@ module Aws::EC2
|
|
19487
19487
|
#
|
19488
19488
|
#
|
19489
19489
|
#
|
19490
|
-
# [1]:
|
19491
|
-
# [2]:
|
19490
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/
|
19491
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-expand-volume.html#monitoring_mods
|
19492
19492
|
#
|
19493
19493
|
# @option params [Boolean] :dry_run
|
19494
19494
|
# Checks whether you have the required permissions for the action,
|
@@ -19714,7 +19714,7 @@ module Aws::EC2
|
|
19714
19714
|
#
|
19715
19715
|
#
|
19716
19716
|
#
|
19717
|
-
# [1]:
|
19717
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html
|
19718
19718
|
#
|
19719
19719
|
# @option params [Integer] :max_results
|
19720
19720
|
# The maximum number of items to return for this request. The request
|
@@ -20492,7 +20492,7 @@ module Aws::EC2
|
|
20492
20492
|
#
|
20493
20493
|
#
|
20494
20494
|
#
|
20495
|
-
# [1]:
|
20495
|
+
# [1]: https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html
|
20496
20496
|
#
|
20497
20497
|
# @option params [Array<Types::Filter>] :filters
|
20498
20498
|
# One or more filters.
|
@@ -20604,7 +20604,7 @@ module Aws::EC2
|
|
20604
20604
|
#
|
20605
20605
|
#
|
20606
20606
|
#
|
20607
|
-
# [1]:
|
20607
|
+
# [1]: https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html
|
20608
20608
|
#
|
20609
20609
|
# @option params [Array<Types::Filter>] :filters
|
20610
20610
|
# One or more filters.
|
@@ -20837,7 +20837,7 @@ module Aws::EC2
|
|
20837
20837
|
#
|
20838
20838
|
#
|
20839
20839
|
#
|
20840
|
-
# [1]:
|
20840
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-detaching-volume.html
|
20841
20841
|
#
|
20842
20842
|
# @option params [String] :device
|
20843
20843
|
# The device name.
|
@@ -21085,7 +21085,7 @@ module Aws::EC2
|
|
21085
21085
|
#
|
21086
21086
|
#
|
21087
21087
|
#
|
21088
|
-
# [1]:
|
21088
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html
|
21089
21089
|
#
|
21090
21090
|
# @option params [String] :vpc_id
|
21091
21091
|
# The ID of the VPC.
|
@@ -21125,7 +21125,7 @@ module Aws::EC2
|
|
21125
21125
|
#
|
21126
21126
|
#
|
21127
21127
|
#
|
21128
|
-
# [1]:
|
21128
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html
|
21129
21129
|
#
|
21130
21130
|
# @option params [String] :association_id
|
21131
21131
|
# \[EC2-VPC\] The association ID. Required for EC2-VPC.
|
@@ -21295,7 +21295,7 @@ module Aws::EC2
|
|
21295
21295
|
#
|
21296
21296
|
#
|
21297
21297
|
#
|
21298
|
-
# [1]:
|
21298
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html
|
21299
21299
|
#
|
21300
21300
|
# @option params [required, String] :association_id
|
21301
21301
|
# The association ID representing the current association between the
|
@@ -21590,7 +21590,7 @@ module Aws::EC2
|
|
21590
21590
|
#
|
21591
21591
|
#
|
21592
21592
|
#
|
21593
|
-
# [1]:
|
21593
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html
|
21594
21594
|
#
|
21595
21595
|
# @option params [Boolean] :dry_run
|
21596
21596
|
# Checks whether you have the required permissions for the action,
|
@@ -21635,7 +21635,7 @@ module Aws::EC2
|
|
21635
21635
|
#
|
21636
21636
|
#
|
21637
21637
|
#
|
21638
|
-
# [1]:
|
21638
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html
|
21639
21639
|
#
|
21640
21640
|
# @option params [String] :vpc_id
|
21641
21641
|
# The ID of the VPC.
|
@@ -21841,7 +21841,7 @@ module Aws::EC2
|
|
21841
21841
|
#
|
21842
21842
|
#
|
21843
21843
|
#
|
21844
|
-
# [1]:
|
21844
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-console.html#instance-console-console-output
|
21845
21845
|
#
|
21846
21846
|
# @option params [required, String] :instance_id
|
21847
21847
|
# The ID of the instance.
|
@@ -22194,8 +22194,8 @@ module Aws::EC2
|
|
22194
22194
|
#
|
22195
22195
|
#
|
22196
22196
|
#
|
22197
|
-
# [1]:
|
22198
|
-
# [2]:
|
22197
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/UsingConfig_WinAMI.html
|
22198
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2launch.html
|
22199
22199
|
#
|
22200
22200
|
# @option params [required, String] :instance_id
|
22201
22201
|
# The ID of the Windows instance.
|
@@ -22565,7 +22565,7 @@ module Aws::EC2
|
|
22565
22565
|
#
|
22566
22566
|
#
|
22567
22567
|
#
|
22568
|
-
# [1]:
|
22568
|
+
# [1]: https://docs.aws.amazon.com/vm-import/latest/userguide/vmimport-image-import.html
|
22569
22569
|
#
|
22570
22570
|
# @option params [String] :architecture
|
22571
22571
|
# The architecture of the virtual machine.
|
@@ -22599,7 +22599,7 @@ module Aws::EC2
|
|
22599
22599
|
#
|
22600
22600
|
#
|
22601
22601
|
#
|
22602
|
-
# [1]:
|
22602
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html
|
22603
22603
|
#
|
22604
22604
|
# @option params [String] :hypervisor
|
22605
22605
|
# The target hypervisor platform.
|
@@ -22650,7 +22650,7 @@ module Aws::EC2
|
|
22650
22650
|
#
|
22651
22651
|
#
|
22652
22652
|
#
|
22653
|
-
# [1]:
|
22653
|
+
# [1]: https://docs.aws.amazon.com/vm-import/latest/userguide/vmimport-image-import.html#prerequisites-image
|
22654
22654
|
#
|
22655
22655
|
# @option params [String] :platform
|
22656
22656
|
# The operating system of the virtual machine.
|
@@ -22757,8 +22757,8 @@ module Aws::EC2
|
|
22757
22757
|
#
|
22758
22758
|
#
|
22759
22759
|
#
|
22760
|
-
# [1]:
|
22761
|
-
# [2]:
|
22760
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/ec2-cli-vmimport-export.html
|
22761
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html
|
22762
22762
|
#
|
22763
22763
|
# @option params [String] :description
|
22764
22764
|
# A description for the instance being imported.
|
@@ -22881,7 +22881,7 @@ module Aws::EC2
|
|
22881
22881
|
#
|
22882
22882
|
#
|
22883
22883
|
#
|
22884
|
-
# [1]:
|
22884
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html
|
22885
22885
|
#
|
22886
22886
|
# @option params [Boolean] :dry_run
|
22887
22887
|
# Checks whether you have the required permissions for the action,
|
@@ -22952,7 +22952,7 @@ module Aws::EC2
|
|
22952
22952
|
#
|
22953
22953
|
#
|
22954
22954
|
#
|
22955
|
-
# [1]:
|
22955
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html
|
22956
22956
|
#
|
22957
22957
|
# @option params [String] :kms_key_id
|
22958
22958
|
# An identifier for the AWS Key Management Service (AWS KMS) customer
|
@@ -23055,8 +23055,8 @@ module Aws::EC2
|
|
23055
23055
|
#
|
23056
23056
|
#
|
23057
23057
|
#
|
23058
|
-
# [1]:
|
23059
|
-
# [2]:
|
23058
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/importing-your-volumes-into-amazon-ebs.html
|
23059
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html
|
23060
23060
|
#
|
23061
23061
|
# @option params [required, String] :availability_zone
|
23062
23062
|
# The Availability Zone for the resulting EBS volume.
|
@@ -23510,7 +23510,7 @@ module Aws::EC2
|
|
23510
23510
|
#
|
23511
23511
|
#
|
23512
23512
|
#
|
23513
|
-
# [1]:
|
23513
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/resource-ids.html
|
23514
23514
|
#
|
23515
23515
|
# @option params [required, String] :resource
|
23516
23516
|
# The type of resource: `bundle` \| `conversion-task` \|
|
@@ -23580,7 +23580,7 @@ module Aws::EC2
|
|
23580
23580
|
#
|
23581
23581
|
#
|
23582
23582
|
#
|
23583
|
-
# [1]:
|
23583
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/resource-ids.html
|
23584
23584
|
#
|
23585
23585
|
# @option params [required, String] :principal_arn
|
23586
23586
|
# The ARN of the principal, which can be an IAM user, IAM role, or the
|
@@ -23771,7 +23771,7 @@ module Aws::EC2
|
|
23771
23771
|
#
|
23772
23772
|
#
|
23773
23773
|
#
|
23774
|
-
# [1]:
|
23774
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_ChangingAttributesWhileInstanceStopped.html
|
23775
23775
|
#
|
23776
23776
|
# @option params [Types::AttributeBooleanValue] :source_dest_check
|
23777
23777
|
# Specifies whether source/destination checking is enabled. A value of
|
@@ -23795,7 +23795,7 @@ module Aws::EC2
|
|
23795
23795
|
#
|
23796
23796
|
#
|
23797
23797
|
#
|
23798
|
-
# [1]:
|
23798
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html#Using_OverridingAMIBDM
|
23799
23799
|
#
|
23800
23800
|
# @option params [Types::AttributeBooleanValue] :disable_api_termination
|
23801
23801
|
# If the value is `true`, you can't terminate the instance using the
|
@@ -23842,7 +23842,7 @@ module Aws::EC2
|
|
23842
23842
|
#
|
23843
23843
|
#
|
23844
23844
|
#
|
23845
|
-
# [1]:
|
23845
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html
|
23846
23846
|
#
|
23847
23847
|
# @option params [Types::AttributeValue] :kernel
|
23848
23848
|
# Changes the instance's kernel to the specified value. We recommend
|
@@ -23851,7 +23851,7 @@ module Aws::EC2
|
|
23851
23851
|
#
|
23852
23852
|
#
|
23853
23853
|
#
|
23854
|
-
# [1]:
|
23854
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedKernels.html
|
23855
23855
|
#
|
23856
23856
|
# @option params [Types::AttributeValue] :ramdisk
|
23857
23857
|
# Changes the instance's RAM disk to the specified value. We recommend
|
@@ -23860,7 +23860,7 @@ module Aws::EC2
|
|
23860
23860
|
#
|
23861
23861
|
#
|
23862
23862
|
#
|
23863
|
-
# [1]:
|
23863
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedKernels.html
|
23864
23864
|
#
|
23865
23865
|
# @option params [Types::AttributeValue] :sriov_net_support
|
23866
23866
|
# Set to `simple` to enable enhanced networking with the Intel 82599
|
@@ -24021,7 +24021,7 @@ module Aws::EC2
|
|
24021
24021
|
#
|
24022
24022
|
#
|
24023
24023
|
#
|
24024
|
-
# [1]:
|
24024
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html
|
24025
24025
|
#
|
24026
24026
|
# @option params [Boolean] :dry_run
|
24027
24027
|
# Checks whether you have the required permissions for the action,
|
@@ -24036,7 +24036,7 @@ module Aws::EC2
|
|
24036
24036
|
#
|
24037
24037
|
#
|
24038
24038
|
#
|
24039
|
-
# [1]:
|
24039
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
24040
24040
|
#
|
24041
24041
|
# @option params [required, Array<Types::InstanceCreditSpecificationRequest>] :instance_credit_specifications
|
24042
24042
|
# Information about the credit option for CPU usage.
|
@@ -24103,8 +24103,8 @@ module Aws::EC2
|
|
24103
24103
|
#
|
24104
24104
|
#
|
24105
24105
|
#
|
24106
|
-
# [1]:
|
24107
|
-
# [2]:
|
24106
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-overview.html
|
24107
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html
|
24108
24108
|
#
|
24109
24109
|
# @option params [String] :affinity
|
24110
24110
|
# The affinity setting for the instance.
|
@@ -24176,7 +24176,7 @@ module Aws::EC2
|
|
24176
24176
|
#
|
24177
24177
|
#
|
24178
24178
|
#
|
24179
|
-
# [1]:
|
24179
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
24180
24180
|
#
|
24181
24181
|
# @option params [String] :launch_template_id
|
24182
24182
|
# The ID of the launch template. You must specify either the launch
|
@@ -24282,7 +24282,7 @@ module Aws::EC2
|
|
24282
24282
|
#
|
24283
24283
|
#
|
24284
24284
|
#
|
24285
|
-
# [1]:
|
24285
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_NAT_Instance.html
|
24286
24286
|
#
|
24287
24287
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
24288
24288
|
#
|
@@ -24368,7 +24368,7 @@ module Aws::EC2
|
|
24368
24368
|
#
|
24369
24369
|
#
|
24370
24370
|
#
|
24371
|
-
# [1]:
|
24371
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-modifying.html
|
24372
24372
|
#
|
24373
24373
|
# @option params [required, Array<String>] :reserved_instances_ids
|
24374
24374
|
# The IDs of the Reserved Instances to modify.
|
@@ -24380,7 +24380,7 @@ module Aws::EC2
|
|
24380
24380
|
#
|
24381
24381
|
#
|
24382
24382
|
#
|
24383
|
-
# [1]:
|
24383
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
24384
24384
|
#
|
24385
24385
|
# @option params [required, Array<Types::ReservedInstancesConfiguration>] :target_configurations
|
24386
24386
|
# The configuration settings for the Reserved Instances to modify.
|
@@ -24434,7 +24434,7 @@ module Aws::EC2
|
|
24434
24434
|
#
|
24435
24435
|
#
|
24436
24436
|
#
|
24437
|
-
# [1]:
|
24437
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-modifying-snapshot-permissions.html
|
24438
24438
|
#
|
24439
24439
|
# @option params [String] :attribute
|
24440
24440
|
# The snapshot attribute to modify. Only volume creation permissions can
|
@@ -24785,12 +24785,12 @@ module Aws::EC2
|
|
24785
24785
|
#
|
24786
24786
|
#
|
24787
24787
|
#
|
24788
|
-
# [1]:
|
24789
|
-
# [2]:
|
24790
|
-
# [3]:
|
24791
|
-
# [4]:
|
24792
|
-
# [5]:
|
24793
|
-
# [6]:
|
24788
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-expand-volume.html
|
24789
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ebs-expand-volume.html
|
24790
|
+
# [3]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-expand-volume.html#recognize-expanded-volume-linux
|
24791
|
+
# [4]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ebs-expand-volume.html#recognize-expanded-volume-windows
|
24792
|
+
# [5]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/
|
24793
|
+
# [6]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-expand-volume.html#monitoring_mods
|
24794
24794
|
#
|
24795
24795
|
# @option params [Boolean] :dry_run
|
24796
24796
|
# Checks whether you have the required permissions for the action,
|
@@ -24811,7 +24811,7 @@ module Aws::EC2
|
|
24811
24811
|
#
|
24812
24812
|
#
|
24813
24813
|
#
|
24814
|
-
# [1]:
|
24814
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html
|
24815
24815
|
#
|
24816
24816
|
# @option params [String] :volume_type
|
24817
24817
|
# The target EBS volume type of the volume.
|
@@ -24829,7 +24829,7 @@ module Aws::EC2
|
|
24829
24829
|
#
|
24830
24830
|
#
|
24831
24831
|
#
|
24832
|
-
# [1]:
|
24832
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html#EBSVolumeTypes_piops
|
24833
24833
|
#
|
24834
24834
|
# @return [Types::ModifyVolumeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
24835
24835
|
#
|
@@ -25014,7 +25014,7 @@ module Aws::EC2
|
|
25014
25014
|
#
|
25015
25015
|
#
|
25016
25016
|
#
|
25017
|
-
# [1]:
|
25017
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc-endpoints.html
|
25018
25018
|
#
|
25019
25019
|
# @option params [Boolean] :dry_run
|
25020
25020
|
# Checks whether you have the required permissions for the action,
|
@@ -25204,7 +25204,7 @@ module Aws::EC2
|
|
25204
25204
|
#
|
25205
25205
|
#
|
25206
25206
|
#
|
25207
|
-
# [1]:
|
25207
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/endpoint-service.html
|
25208
25208
|
#
|
25209
25209
|
# @option params [Boolean] :dry_run
|
25210
25210
|
# Checks whether you have the required permissions for the action,
|
@@ -25346,7 +25346,7 @@ module Aws::EC2
|
|
25346
25346
|
#
|
25347
25347
|
#
|
25348
25348
|
#
|
25349
|
-
# [1]:
|
25349
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-instance.html
|
25350
25350
|
#
|
25351
25351
|
# @option params [required, String] :vpc_id
|
25352
25352
|
# The ID of the VPC.
|
@@ -25394,7 +25394,7 @@ module Aws::EC2
|
|
25394
25394
|
#
|
25395
25395
|
#
|
25396
25396
|
#
|
25397
|
-
# [1]:
|
25397
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-cloudwatch.html
|
25398
25398
|
#
|
25399
25399
|
# @option params [required, Array<String>] :instance_ids
|
25400
25400
|
# One or more instance IDs.
|
@@ -25511,7 +25511,7 @@ module Aws::EC2
|
|
25511
25511
|
#
|
25512
25512
|
#
|
25513
25513
|
#
|
25514
|
-
# [1]:
|
25514
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html
|
25515
25515
|
#
|
25516
25516
|
# @option params [required, String] :cidr
|
25517
25517
|
# The public IPv4 address range, in CIDR notation. The most specific
|
@@ -25576,7 +25576,7 @@ module Aws::EC2
|
|
25576
25576
|
#
|
25577
25577
|
#
|
25578
25578
|
#
|
25579
|
-
# [1]:
|
25579
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
|
25580
25580
|
#
|
25581
25581
|
# @option params [String] :currency_code
|
25582
25582
|
# The currency in which the `totalUpfrontPrice`, `LimitPrice`, and
|
@@ -25658,8 +25658,8 @@ module Aws::EC2
|
|
25658
25658
|
#
|
25659
25659
|
#
|
25660
25660
|
#
|
25661
|
-
# [1]:
|
25662
|
-
# [2]:
|
25661
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-on-demand-reserved-instances.html
|
25662
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html
|
25663
25663
|
#
|
25664
25664
|
# @option params [required, Integer] :instance_count
|
25665
25665
|
# The number of Reserved Instances to purchase.
|
@@ -25728,7 +25728,7 @@ module Aws::EC2
|
|
25728
25728
|
#
|
25729
25729
|
#
|
25730
25730
|
#
|
25731
|
-
# [1]:
|
25731
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
25732
25732
|
#
|
25733
25733
|
# @option params [Boolean] :dry_run
|
25734
25734
|
# Checks whether you have the required permissions for the action,
|
@@ -25847,7 +25847,7 @@ module Aws::EC2
|
|
25847
25847
|
#
|
25848
25848
|
#
|
25849
25849
|
#
|
25850
|
-
# [1]:
|
25850
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-console.html
|
25851
25851
|
#
|
25852
25852
|
# @option params [required, Array<String>] :instance_ids
|
25853
25853
|
# One or more instance IDs.
|
@@ -25931,8 +25931,8 @@ module Aws::EC2
|
|
25931
25931
|
#
|
25932
25932
|
#
|
25933
25933
|
#
|
25934
|
-
# [1]:
|
25935
|
-
# [2]:
|
25934
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami.html
|
25935
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-launch-snapshot.html
|
25936
25936
|
#
|
25937
25937
|
# @option params [String] :image_location
|
25938
25938
|
# The full path to your AMI manifest in Amazon S3 storage.
|
@@ -26353,7 +26353,7 @@ module Aws::EC2
|
|
26353
26353
|
#
|
26354
26354
|
#
|
26355
26355
|
#
|
26356
|
-
# [1]:
|
26356
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_ACLs.html
|
26357
26357
|
#
|
26358
26358
|
# @option params [required, String] :association_id
|
26359
26359
|
# The ID of the current association between the original network ACL and
|
@@ -26413,7 +26413,7 @@ module Aws::EC2
|
|
26413
26413
|
#
|
26414
26414
|
#
|
26415
26415
|
#
|
26416
|
-
# [1]:
|
26416
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_ACLs.html
|
26417
26417
|
#
|
26418
26418
|
# @option params [String] :cidr_block
|
26419
26419
|
# The IPv4 network range to allow or deny, in CIDR notation (for example
|
@@ -26523,7 +26523,7 @@ module Aws::EC2
|
|
26523
26523
|
#
|
26524
26524
|
#
|
26525
26525
|
#
|
26526
|
-
# [1]:
|
26526
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html
|
26527
26527
|
#
|
26528
26528
|
# @option params [String] :destination_cidr_block
|
26529
26529
|
# The IPv4 CIDR address block used for the destination match. The value
|
@@ -26617,7 +26617,7 @@ module Aws::EC2
|
|
26617
26617
|
#
|
26618
26618
|
#
|
26619
26619
|
#
|
26620
|
-
# [1]:
|
26620
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html
|
26621
26621
|
#
|
26622
26622
|
# @option params [required, String] :association_id
|
26623
26623
|
# The association ID.
|
@@ -26840,7 +26840,7 @@ module Aws::EC2
|
|
26840
26840
|
#
|
26841
26841
|
#
|
26842
26842
|
#
|
26843
|
-
# [1]:
|
26843
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-requests.html
|
26844
26844
|
#
|
26845
26845
|
# @option params [Boolean] :dry_run
|
26846
26846
|
# Checks whether you have the required permissions for the action,
|
@@ -27171,7 +27171,7 @@ module Aws::EC2
|
|
27171
27171
|
#
|
27172
27172
|
#
|
27173
27173
|
#
|
27174
|
-
# [1]:
|
27174
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-requests.html
|
27175
27175
|
#
|
27176
27176
|
# @option params [String] :availability_zone_group
|
27177
27177
|
# The user-specified name for a logical grouping of requests.
|
@@ -27217,7 +27217,7 @@ module Aws::EC2
|
|
27217
27217
|
#
|
27218
27218
|
#
|
27219
27219
|
#
|
27220
|
-
# [1]:
|
27220
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
|
27221
27221
|
#
|
27222
27222
|
# @option params [Boolean] :dry_run
|
27223
27223
|
# Checks whether you have the required permissions for the action,
|
@@ -27591,7 +27591,7 @@ module Aws::EC2
|
|
27591
27591
|
#
|
27592
27592
|
#
|
27593
27593
|
#
|
27594
|
-
# [1]:
|
27594
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_NAT_Instance.html
|
27595
27595
|
#
|
27596
27596
|
# @option params [required, String] :attribute
|
27597
27597
|
# The attribute to reset.
|
@@ -27684,7 +27684,7 @@ module Aws::EC2
|
|
27684
27684
|
#
|
27685
27685
|
#
|
27686
27686
|
#
|
27687
|
-
# [1]:
|
27687
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-modifying-snapshot-permissions.html
|
27688
27688
|
#
|
27689
27689
|
# @option params [required, String] :attribute
|
27690
27690
|
# The attribute to reset. Currently, only the attribute for permission
|
@@ -28147,14 +28147,14 @@ module Aws::EC2
|
|
28147
28147
|
#
|
28148
28148
|
#
|
28149
28149
|
#
|
28150
|
-
# [1]:
|
28151
|
-
# [2]:
|
28152
|
-
# [3]:
|
28153
|
-
# [4]:
|
28154
|
-
# [5]:
|
28155
|
-
# [6]:
|
28156
|
-
# [7]:
|
28157
|
-
# [8]:
|
28150
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-vpc.html#vpc-only-instance-types
|
28151
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html
|
28152
|
+
# [3]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html
|
28153
|
+
# [4]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html
|
28154
|
+
# [5]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html
|
28155
|
+
# [6]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html
|
28156
|
+
# [7]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_InstanceStraightToTerminated.html
|
28157
|
+
# [8]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesConnecting.html
|
28158
28158
|
#
|
28159
28159
|
# @option params [Array<Types::BlockDeviceMapping>] :block_device_mappings
|
28160
28160
|
# One or more block device mapping entries. You can't specify both a
|
@@ -28176,7 +28176,7 @@ module Aws::EC2
|
|
28176
28176
|
#
|
28177
28177
|
#
|
28178
28178
|
#
|
28179
|
-
# [1]:
|
28179
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html
|
28180
28180
|
#
|
28181
28181
|
# @option params [Integer] :ipv_6_address_count
|
28182
28182
|
# \[EC2-VPC\] A number of IPv6 addresses to associate with the primary
|
@@ -28202,7 +28202,7 @@ module Aws::EC2
|
|
28202
28202
|
#
|
28203
28203
|
#
|
28204
28204
|
#
|
28205
|
-
# [1]:
|
28205
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html
|
28206
28206
|
#
|
28207
28207
|
# @option params [String] :key_name
|
28208
28208
|
# The name of the key pair. You can create a key pair using
|
@@ -28256,7 +28256,7 @@ module Aws::EC2
|
|
28256
28256
|
#
|
28257
28257
|
#
|
28258
28258
|
#
|
28259
|
-
# [1]:
|
28259
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html
|
28260
28260
|
#
|
28261
28261
|
# @option params [Array<String>] :security_group_ids
|
28262
28262
|
# One or more security group IDs. You can create a security group using
|
@@ -28282,8 +28282,8 @@ module Aws::EC2
|
|
28282
28282
|
#
|
28283
28283
|
#
|
28284
28284
|
#
|
28285
|
-
# [1]:
|
28286
|
-
# [2]:
|
28285
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html
|
28286
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-instance-metadata.html#instancedata-add-user-data
|
28287
28287
|
#
|
28288
28288
|
# @option params [String] :additional_info
|
28289
28289
|
# Reserved.
|
@@ -28297,7 +28297,7 @@ module Aws::EC2
|
|
28297
28297
|
#
|
28298
28298
|
#
|
28299
28299
|
#
|
28300
|
-
# [1]:
|
28300
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
28301
28301
|
#
|
28302
28302
|
# @option params [Boolean] :disable_api_termination
|
28303
28303
|
# If you set this parameter to `true`, you can't terminate the instance
|
@@ -28384,7 +28384,7 @@ module Aws::EC2
|
|
28384
28384
|
#
|
28385
28385
|
#
|
28386
28386
|
#
|
28387
|
-
# [1]:
|
28387
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html
|
28388
28388
|
#
|
28389
28389
|
# @option params [Types::CpuOptionsRequest] :cpu_options
|
28390
28390
|
# The CPU options for the instance. For more information, see
|
@@ -28393,7 +28393,7 @@ module Aws::EC2
|
|
28393
28393
|
#
|
28394
28394
|
#
|
28395
28395
|
#
|
28396
|
-
# [1]:
|
28396
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html
|
28397
28397
|
#
|
28398
28398
|
# @option params [Types::CapacityReservationSpecification] :capacity_reservation_specification
|
28399
28399
|
# Information about the Capacity Reservation targeting option. If you do
|
@@ -28409,7 +28409,7 @@ module Aws::EC2
|
|
28409
28409
|
#
|
28410
28410
|
#
|
28411
28411
|
#
|
28412
|
-
# [1]:
|
28412
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html
|
28413
28413
|
#
|
28414
28414
|
# @option params [Array<Types::LicenseConfigurationRequest>] :license_specifications
|
28415
28415
|
# The license configurations.
|
@@ -28745,7 +28745,7 @@ module Aws::EC2
|
|
28745
28745
|
#
|
28746
28746
|
#
|
28747
28747
|
#
|
28748
|
-
# [1]:
|
28748
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-scheduled-instances.html
|
28749
28749
|
#
|
28750
28750
|
# @option params [String] :client_token
|
28751
28751
|
# Unique, case-sensitive identifier that ensures the idempotency of the
|
@@ -28756,7 +28756,7 @@ module Aws::EC2
|
|
28756
28756
|
#
|
28757
28757
|
#
|
28758
28758
|
#
|
28759
|
-
# [1]:
|
28759
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
28760
28760
|
#
|
28761
28761
|
# @option params [Boolean] :dry_run
|
28762
28762
|
# Checks whether you have the required permissions for the action,
|
@@ -29046,7 +29046,7 @@ module Aws::EC2
|
|
29046
29046
|
#
|
29047
29047
|
#
|
29048
29048
|
#
|
29049
|
-
# [1]:
|
29049
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html
|
29050
29050
|
#
|
29051
29051
|
# @option params [required, Array<String>] :instance_ids
|
29052
29052
|
# One or more instance IDs.
|
@@ -29166,12 +29166,12 @@ module Aws::EC2
|
|
29166
29166
|
#
|
29167
29167
|
#
|
29168
29168
|
#
|
29169
|
-
# [1]:
|
29170
|
-
# [2]:
|
29171
|
-
# [3]:
|
29172
|
-
# [4]:
|
29173
|
-
# [5]:
|
29174
|
-
# [6]:
|
29169
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html#enabling-hibernation
|
29170
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html#hibernating-prerequisites
|
29171
|
+
# [3]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html
|
29172
|
+
# [4]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-interruptions.html#hibernate-spot-instances
|
29173
|
+
# [5]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html
|
29174
|
+
# [6]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesStopping.html
|
29175
29175
|
#
|
29176
29176
|
# @option params [required, Array<String>] :instance_ids
|
29177
29177
|
# One or more instance IDs.
|
@@ -29186,7 +29186,7 @@ module Aws::EC2
|
|
29186
29186
|
#
|
29187
29187
|
#
|
29188
29188
|
#
|
29189
|
-
# [1]:
|
29189
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html
|
29190
29190
|
#
|
29191
29191
|
# @option params [Boolean] :dry_run
|
29192
29192
|
# Checks whether you have the required permissions for the action,
|
@@ -29348,8 +29348,8 @@ module Aws::EC2
|
|
29348
29348
|
#
|
29349
29349
|
#
|
29350
29350
|
#
|
29351
|
-
# [1]:
|
29352
|
-
# [2]:
|
29351
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html
|
29352
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesShuttingDown.html
|
29353
29353
|
#
|
29354
29354
|
# @option params [required, Array<String>] :instance_ids
|
29355
29355
|
# One or more instance IDs.
|
@@ -29502,7 +29502,7 @@ module Aws::EC2
|
|
29502
29502
|
#
|
29503
29503
|
#
|
29504
29504
|
#
|
29505
|
-
# [1]:
|
29505
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-cloudwatch.html
|
29506
29506
|
#
|
29507
29507
|
# @option params [required, Array<String>] :instance_ids
|
29508
29508
|
# One or more instance IDs.
|
@@ -29825,7 +29825,7 @@ module Aws::EC2
|
|
29825
29825
|
params: params,
|
29826
29826
|
config: config)
|
29827
29827
|
context[:gem_name] = 'aws-sdk-ec2'
|
29828
|
-
context[:gem_version] = '1.
|
29828
|
+
context[:gem_version] = '1.69.0'
|
29829
29829
|
Seahorse::Client::Request.new(handlers, context)
|
29830
29830
|
end
|
29831
29831
|
|