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
data/lib/aws-sdk-ec2/instance.rb
CHANGED
@@ -252,7 +252,7 @@ module Aws::EC2
|
|
252
252
|
#
|
253
253
|
#
|
254
254
|
#
|
255
|
-
# [1]:
|
255
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_NAT_Instance.html
|
256
256
|
# @return [Boolean]
|
257
257
|
def source_dest_check
|
258
258
|
data[:source_dest_check]
|
@@ -844,7 +844,7 @@ module Aws::EC2
|
|
844
844
|
#
|
845
845
|
#
|
846
846
|
#
|
847
|
-
# [1]:
|
847
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html#Using_OverridingAMIBDM
|
848
848
|
# @option options [Types::AttributeBooleanValue] :disable_api_termination
|
849
849
|
# If the value is `true`, you can't terminate the instance using the
|
850
850
|
# Amazon EC2 console, CLI, or API; otherwise, you can. You cannot use
|
@@ -881,7 +881,7 @@ module Aws::EC2
|
|
881
881
|
#
|
882
882
|
#
|
883
883
|
#
|
884
|
-
# [1]:
|
884
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html
|
885
885
|
# @option options [Types::AttributeValue] :kernel
|
886
886
|
# Changes the instance's kernel to the specified value. We recommend
|
887
887
|
# that you use PV-GRUB instead of kernels and RAM disks. For more
|
@@ -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/UserProvidedKernels.html
|
893
893
|
# @option options [Types::AttributeValue] :ramdisk
|
894
894
|
# Changes the instance's RAM disk to the specified value. We recommend
|
895
895
|
# that you use PV-GRUB instead of kernels and RAM disks. For more
|
@@ -897,7 +897,7 @@ module Aws::EC2
|
|
897
897
|
#
|
898
898
|
#
|
899
899
|
#
|
900
|
-
# [1]:
|
900
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedKernels.html
|
901
901
|
# @option options [Types::AttributeValue] :sriov_net_support
|
902
902
|
# Set to `simple` to enable enhanced networking with the Intel 82599
|
903
903
|
# Virtual Function interface for the instance.
|
@@ -1163,7 +1163,7 @@ module Aws::EC2
|
|
1163
1163
|
#
|
1164
1164
|
#
|
1165
1165
|
#
|
1166
|
-
# [1]:
|
1166
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html
|
1167
1167
|
# @option options [Boolean] :dry_run
|
1168
1168
|
# Checks whether you have the required permissions for the action,
|
1169
1169
|
# without actually making the request, and provides an error response.
|
@@ -1653,7 +1653,7 @@ module Aws::EC2
|
|
1653
1653
|
#
|
1654
1654
|
#
|
1655
1655
|
#
|
1656
|
-
# [1]:
|
1656
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html
|
1657
1657
|
# @option options [Boolean] :dry_run
|
1658
1658
|
# Checks whether you have the required permissions for the action,
|
1659
1659
|
# without actually making the request, and provides an error response.
|
@@ -463,7 +463,7 @@ module Aws::EC2
|
|
463
463
|
#
|
464
464
|
#
|
465
465
|
#
|
466
|
-
# [1]:
|
466
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_NAT_Instance.html
|
467
467
|
# @return [EmptyStructure]
|
468
468
|
def modify_attribute(options = {})
|
469
469
|
options = options.merge(network_interface_id: @id)
|
data/lib/aws-sdk-ec2/resource.rb
CHANGED
@@ -211,7 +211,7 @@ module Aws::EC2
|
|
211
211
|
#
|
212
212
|
#
|
213
213
|
#
|
214
|
-
# [1]:
|
214
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html
|
215
215
|
# @option options [Integer] :ipv_6_address_count
|
216
216
|
# \[EC2-VPC\] A number of IPv6 addresses to associate with the primary
|
217
217
|
# network interface. Amazon EC2 chooses the IPv6 addresses from the
|
@@ -234,7 +234,7 @@ module Aws::EC2
|
|
234
234
|
#
|
235
235
|
#
|
236
236
|
#
|
237
|
-
# [1]:
|
237
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html
|
238
238
|
# @option options [String] :key_name
|
239
239
|
# The name of the key pair. You can create a key pair using
|
240
240
|
# CreateKeyPair or ImportKeyPair.
|
@@ -282,7 +282,7 @@ module Aws::EC2
|
|
282
282
|
#
|
283
283
|
#
|
284
284
|
#
|
285
|
-
# [1]:
|
285
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html
|
286
286
|
# @option options [Array<String>] :security_group_ids
|
287
287
|
# One or more security group IDs. You can create a security group using
|
288
288
|
# CreateSecurityGroup.
|
@@ -304,8 +304,8 @@ module Aws::EC2
|
|
304
304
|
#
|
305
305
|
#
|
306
306
|
#
|
307
|
-
# [1]:
|
308
|
-
# [2]:
|
307
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html
|
308
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-instance-metadata.html#instancedata-add-user-data
|
309
309
|
# @option options [String] :additional_info
|
310
310
|
# Reserved.
|
311
311
|
# @option options [String] :client_token
|
@@ -317,7 +317,7 @@ module Aws::EC2
|
|
317
317
|
#
|
318
318
|
#
|
319
319
|
#
|
320
|
-
# [1]:
|
320
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
321
321
|
# @option options [Boolean] :disable_api_termination
|
322
322
|
# If you set this parameter to `true`, you can't terminate the instance
|
323
323
|
# using the Amazon EC2 console, CLI, or API; otherwise, you can. To
|
@@ -391,7 +391,7 @@ module Aws::EC2
|
|
391
391
|
#
|
392
392
|
#
|
393
393
|
#
|
394
|
-
# [1]:
|
394
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html
|
395
395
|
# @option options [Types::CpuOptionsRequest] :cpu_options
|
396
396
|
# The CPU options for the instance. For more information, see
|
397
397
|
# [Optimizing CPU Options][1] in the *Amazon Elastic Compute Cloud User
|
@@ -399,7 +399,7 @@ module Aws::EC2
|
|
399
399
|
#
|
400
400
|
#
|
401
401
|
#
|
402
|
-
# [1]:
|
402
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html
|
403
403
|
# @option options [Types::CapacityReservationSpecification] :capacity_reservation_specification
|
404
404
|
# Information about the Capacity Reservation targeting option. If you do
|
405
405
|
# not specify this parameter, the instance's Capacity Reservation
|
@@ -413,7 +413,7 @@ module Aws::EC2
|
|
413
413
|
#
|
414
414
|
#
|
415
415
|
#
|
416
|
-
# [1]:
|
416
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html
|
417
417
|
# @option options [Array<Types::LicenseConfigurationRequest>] :license_specifications
|
418
418
|
# The license configurations.
|
419
419
|
# @return [Instance::Collection]
|
@@ -565,7 +565,7 @@ module Aws::EC2
|
|
565
565
|
#
|
566
566
|
#
|
567
567
|
#
|
568
|
-
# [1]:
|
568
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI
|
569
569
|
# @option options [required, String] :subnet_id
|
570
570
|
# The ID of the subnet to associate with the network interface.
|
571
571
|
# @return [NetworkInterface]
|
@@ -833,7 +833,7 @@ module Aws::EC2
|
|
833
833
|
#
|
834
834
|
#
|
835
835
|
#
|
836
|
-
# [1]:
|
836
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html
|
837
837
|
# @option options [Integer] :iops
|
838
838
|
# The number of I/O operations per second (IOPS) to provision for the
|
839
839
|
# volume, with a maximum ratio of 50 IOPS/GiB. Range is 100 to 64,000
|
@@ -848,7 +848,7 @@ module Aws::EC2
|
|
848
848
|
#
|
849
849
|
#
|
850
850
|
#
|
851
|
-
# [1]:
|
851
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html
|
852
852
|
# @option options [String] :kms_key_id
|
853
853
|
# An identifier for the AWS Key Management Service (AWS KMS) customer
|
854
854
|
# master key (CMK) to use when creating the encrypted volume. This
|
data/lib/aws-sdk-ec2/snapshot.rb
CHANGED
@@ -311,7 +311,7 @@ module Aws::EC2
|
|
311
311
|
#
|
312
312
|
#
|
313
313
|
#
|
314
|
-
# [1]:
|
314
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html
|
315
315
|
# @option options [String] :kms_key_id
|
316
316
|
# An identifier for the AWS Key Management Service (AWS KMS) customer
|
317
317
|
# master key (CMK) to use when creating the encrypted volume. This
|
@@ -357,8 +357,8 @@ module Aws::EC2
|
|
357
357
|
#
|
358
358
|
#
|
359
359
|
#
|
360
|
-
# [1]:
|
361
|
-
# [2]:
|
360
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html
|
361
|
+
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html
|
362
362
|
# @option options [required, String] :source_region
|
363
363
|
# The ID of the region that contains the snapshot to be copied.
|
364
364
|
# @option options [Boolean] :dry_run
|
data/lib/aws-sdk-ec2/subnet.rb
CHANGED
@@ -406,7 +406,7 @@ module Aws::EC2
|
|
406
406
|
#
|
407
407
|
#
|
408
408
|
#
|
409
|
-
# [1]:
|
409
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html
|
410
410
|
# @option options [Integer] :ipv_6_address_count
|
411
411
|
# \[EC2-VPC\] A number of IPv6 addresses to associate with the primary
|
412
412
|
# network interface. Amazon EC2 chooses the IPv6 addresses from the
|
@@ -429,7 +429,7 @@ module Aws::EC2
|
|
429
429
|
#
|
430
430
|
#
|
431
431
|
#
|
432
|
-
# [1]:
|
432
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html
|
433
433
|
# @option options [String] :key_name
|
434
434
|
# The name of the key pair. You can create a key pair using
|
435
435
|
# CreateKeyPair or ImportKeyPair.
|
@@ -477,7 +477,7 @@ module Aws::EC2
|
|
477
477
|
#
|
478
478
|
#
|
479
479
|
#
|
480
|
-
# [1]:
|
480
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html
|
481
481
|
# @option options [Array<String>] :security_group_ids
|
482
482
|
# One or more security group IDs. You can create a security group using
|
483
483
|
# CreateSecurityGroup.
|
@@ -497,8 +497,8 @@ module Aws::EC2
|
|
497
497
|
#
|
498
498
|
#
|
499
499
|
#
|
500
|
-
# [1]:
|
501
|
-
# [2]:
|
500
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html
|
501
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-instance-metadata.html#instancedata-add-user-data
|
502
502
|
# @option options [String] :additional_info
|
503
503
|
# Reserved.
|
504
504
|
# @option options [String] :client_token
|
@@ -510,7 +510,7 @@ module Aws::EC2
|
|
510
510
|
#
|
511
511
|
#
|
512
512
|
#
|
513
|
-
# [1]:
|
513
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
514
514
|
# @option options [Boolean] :disable_api_termination
|
515
515
|
# If you set this parameter to `true`, you can't terminate the instance
|
516
516
|
# using the Amazon EC2 console, CLI, or API; otherwise, you can. To
|
@@ -584,7 +584,7 @@ module Aws::EC2
|
|
584
584
|
#
|
585
585
|
#
|
586
586
|
#
|
587
|
-
# [1]:
|
587
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html
|
588
588
|
# @option options [Types::CpuOptionsRequest] :cpu_options
|
589
589
|
# The CPU options for the instance. For more information, see
|
590
590
|
# [Optimizing CPU Options][1] in the *Amazon Elastic Compute Cloud User
|
@@ -592,7 +592,7 @@ module Aws::EC2
|
|
592
592
|
#
|
593
593
|
#
|
594
594
|
#
|
595
|
-
# [1]:
|
595
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html
|
596
596
|
# @option options [Types::CapacityReservationSpecification] :capacity_reservation_specification
|
597
597
|
# Information about the Capacity Reservation targeting option. If you do
|
598
598
|
# not specify this parameter, the instance's Capacity Reservation
|
@@ -606,7 +606,7 @@ module Aws::EC2
|
|
606
606
|
#
|
607
607
|
#
|
608
608
|
#
|
609
|
-
# [1]:
|
609
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html
|
610
610
|
# @option options [Array<Types::LicenseConfigurationRequest>] :license_specifications
|
611
611
|
# The license configurations.
|
612
612
|
# @return [Instance::Collection]
|
@@ -687,7 +687,7 @@ module Aws::EC2
|
|
687
687
|
#
|
688
688
|
#
|
689
689
|
#
|
690
|
-
# [1]:
|
690
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI
|
691
691
|
# @return [NetworkInterface]
|
692
692
|
def create_network_interface(options = {})
|
693
693
|
options = options.merge(subnet_id: @id)
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -463,7 +463,7 @@ module Aws::EC2
|
|
463
463
|
#
|
464
464
|
#
|
465
465
|
#
|
466
|
-
# [1]:
|
466
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
|
467
467
|
# @return [String]
|
468
468
|
#
|
469
469
|
# @!attribute [rw] instance_type
|
@@ -3535,7 +3535,7 @@ module Aws::EC2
|
|
3535
3535
|
#
|
3536
3536
|
#
|
3537
3537
|
#
|
3538
|
-
# [1]:
|
3538
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
|
3539
3539
|
# @return [String]
|
3540
3540
|
#
|
3541
3541
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CopyFpgaImageRequest AWS API Documentation
|
@@ -3584,7 +3584,7 @@ module Aws::EC2
|
|
3584
3584
|
#
|
3585
3585
|
#
|
3586
3586
|
#
|
3587
|
-
# [1]:
|
3587
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
|
3588
3588
|
# @return [String]
|
3589
3589
|
#
|
3590
3590
|
# @!attribute [rw] description
|
@@ -3602,7 +3602,7 @@ module Aws::EC2
|
|
3602
3602
|
#
|
3603
3603
|
#
|
3604
3604
|
#
|
3605
|
-
# [1]:
|
3605
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html
|
3606
3606
|
# @return [Boolean]
|
3607
3607
|
#
|
3608
3608
|
# @!attribute [rw] kms_key_id
|
@@ -3726,7 +3726,7 @@ module Aws::EC2
|
|
3726
3726
|
#
|
3727
3727
|
#
|
3728
3728
|
#
|
3729
|
-
# [1]:
|
3729
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html
|
3730
3730
|
# @return [Boolean]
|
3731
3731
|
#
|
3732
3732
|
# @!attribute [rw] kms_key_id
|
@@ -3778,8 +3778,8 @@ module Aws::EC2
|
|
3778
3778
|
#
|
3779
3779
|
#
|
3780
3780
|
#
|
3781
|
-
# [1]:
|
3782
|
-
# [2]:
|
3781
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html
|
3782
|
+
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html
|
3783
3783
|
# @return [String]
|
3784
3784
|
#
|
3785
3785
|
# @!attribute [rw] source_region
|
@@ -3877,7 +3877,7 @@ module Aws::EC2
|
|
3877
3877
|
# {
|
3878
3878
|
# client_token: "String",
|
3879
3879
|
# instance_type: "String", # required
|
3880
|
-
# 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
|
3880
|
+
# 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
|
3881
3881
|
# availability_zone: "String", # required
|
3882
3882
|
# tenancy: "default", # accepts default, dedicated
|
3883
3883
|
# instance_count: 1, # required
|
@@ -3909,7 +3909,7 @@ module Aws::EC2
|
|
3909
3909
|
#
|
3910
3910
|
#
|
3911
3911
|
#
|
3912
|
-
# [1]:
|
3912
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
3913
3913
|
# @return [String]
|
3914
3914
|
#
|
3915
3915
|
# @!attribute [rw] instance_type
|
@@ -3919,7 +3919,7 @@ module Aws::EC2
|
|
3919
3919
|
#
|
3920
3920
|
#
|
3921
3921
|
#
|
3922
|
-
# [1]:
|
3922
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html
|
3923
3923
|
# @return [String]
|
3924
3924
|
#
|
3925
3925
|
# @!attribute [rw] instance_platform
|
@@ -4147,7 +4147,7 @@ module Aws::EC2
|
|
4147
4147
|
#
|
4148
4148
|
#
|
4149
4149
|
#
|
4150
|
-
# [1]:
|
4150
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
|
4151
4151
|
# @return [String]
|
4152
4152
|
#
|
4153
4153
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateClientVpnEndpointRequest AWS API Documentation
|
@@ -4444,7 +4444,7 @@ module Aws::EC2
|
|
4444
4444
|
#
|
4445
4445
|
#
|
4446
4446
|
#
|
4447
|
-
# [1]:
|
4447
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
|
4448
4448
|
# @return [String]
|
4449
4449
|
#
|
4450
4450
|
# @!attribute [rw] dry_run
|
@@ -4505,7 +4505,7 @@ module Aws::EC2
|
|
4505
4505
|
#
|
4506
4506
|
#
|
4507
4507
|
#
|
4508
|
-
# [1]:
|
4508
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html.html
|
4509
4509
|
# @return [String]
|
4510
4510
|
#
|
4511
4511
|
# @!attribute [rw] error_message
|
@@ -4515,7 +4515,7 @@ module Aws::EC2
|
|
4515
4515
|
#
|
4516
4516
|
#
|
4517
4517
|
#
|
4518
|
-
# [1]:
|
4518
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html.html
|
4519
4519
|
# @return [String]
|
4520
4520
|
#
|
4521
4521
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateFleetError AWS API Documentation
|
@@ -4651,7 +4651,7 @@ module Aws::EC2
|
|
4651
4651
|
#
|
4652
4652
|
#
|
4653
4653
|
#
|
4654
|
-
# [1]:
|
4654
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
4655
4655
|
# @return [String]
|
4656
4656
|
#
|
4657
4657
|
# @!attribute [rw] spot_options
|
@@ -4695,7 +4695,7 @@ module Aws::EC2
|
|
4695
4695
|
#
|
4696
4696
|
#
|
4697
4697
|
#
|
4698
|
-
# [1]:
|
4698
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-configuration-strategies.html#ec2-fleet-request-type
|
4699
4699
|
# @return [String]
|
4700
4700
|
#
|
4701
4701
|
# @!attribute [rw] valid_from
|
@@ -4724,8 +4724,8 @@ module Aws::EC2
|
|
4724
4724
|
#
|
4725
4725
|
#
|
4726
4726
|
#
|
4727
|
-
# [1]:
|
4728
|
-
# [2]:
|
4727
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#create-launch-template
|
4728
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#tag-resources
|
4729
4729
|
# @return [Array<Types::TagSpecification>]
|
4730
4730
|
#
|
4731
4731
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateFleetRequest AWS API Documentation
|
@@ -4799,7 +4799,7 @@ module Aws::EC2
|
|
4799
4799
|
#
|
4800
4800
|
#
|
4801
4801
|
#
|
4802
|
-
# [1]:
|
4802
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
|
4803
4803
|
# @return [String]
|
4804
4804
|
#
|
4805
4805
|
# @!attribute [rw] deliver_logs_permission_arn
|
@@ -4941,7 +4941,7 @@ module Aws::EC2
|
|
4941
4941
|
#
|
4942
4942
|
#
|
4943
4943
|
#
|
4944
|
-
# [1]:
|
4944
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
|
4945
4945
|
# @return [String]
|
4946
4946
|
#
|
4947
4947
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateFpgaImageRequest AWS API Documentation
|
@@ -5327,7 +5327,7 @@ module Aws::EC2
|
|
5327
5327
|
#
|
5328
5328
|
#
|
5329
5329
|
#
|
5330
|
-
# [1]:
|
5330
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
5331
5331
|
# @return [String]
|
5332
5332
|
#
|
5333
5333
|
# @!attribute [rw] launch_template_name
|
@@ -5511,7 +5511,7 @@ module Aws::EC2
|
|
5511
5511
|
#
|
5512
5512
|
#
|
5513
5513
|
#
|
5514
|
-
# [1]:
|
5514
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
5515
5515
|
# @return [String]
|
5516
5516
|
#
|
5517
5517
|
# @!attribute [rw] launch_template_id
|
@@ -5587,7 +5587,7 @@ module Aws::EC2
|
|
5587
5587
|
#
|
5588
5588
|
#
|
5589
5589
|
#
|
5590
|
-
# [1]:
|
5590
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
5591
5591
|
# @return [String]
|
5592
5592
|
#
|
5593
5593
|
# @!attribute [rw] subnet_id
|
@@ -5900,7 +5900,7 @@ module Aws::EC2
|
|
5900
5900
|
#
|
5901
5901
|
#
|
5902
5902
|
#
|
5903
|
-
# [1]:
|
5903
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI
|
5904
5904
|
# @return [Integer]
|
5905
5905
|
#
|
5906
5906
|
# @!attribute [rw] subnet_id
|
@@ -6003,7 +6003,7 @@ module Aws::EC2
|
|
6003
6003
|
#
|
6004
6004
|
#
|
6005
6005
|
#
|
6006
|
-
# [1]:
|
6006
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
6007
6007
|
# @return [String]
|
6008
6008
|
#
|
6009
6009
|
# @!attribute [rw] instance_count
|
@@ -6850,7 +6850,7 @@ module Aws::EC2
|
|
6850
6850
|
#
|
6851
6851
|
#
|
6852
6852
|
#
|
6853
|
-
# [1]:
|
6853
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html
|
6854
6854
|
# @return [Boolean]
|
6855
6855
|
#
|
6856
6856
|
# @!attribute [rw] iops
|
@@ -6867,7 +6867,7 @@ module Aws::EC2
|
|
6867
6867
|
#
|
6868
6868
|
#
|
6869
6869
|
#
|
6870
|
-
# [1]:
|
6870
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html
|
6871
6871
|
# @return [Integer]
|
6872
6872
|
#
|
6873
6873
|
# @!attribute [rw] kms_key_id
|
@@ -7004,7 +7004,7 @@ module Aws::EC2
|
|
7004
7004
|
#
|
7005
7005
|
#
|
7006
7006
|
#
|
7007
|
-
# [1]:
|
7007
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
7008
7008
|
# @return [String]
|
7009
7009
|
#
|
7010
7010
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateVpcEndpointConnectionNotificationRequest AWS API Documentation
|
@@ -7105,7 +7105,7 @@ module Aws::EC2
|
|
7105
7105
|
#
|
7106
7106
|
#
|
7107
7107
|
#
|
7108
|
-
# [1]:
|
7108
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
7109
7109
|
# @return [String]
|
7110
7110
|
#
|
7111
7111
|
# @!attribute [rw] private_dns_enabled
|
@@ -7195,7 +7195,7 @@ module Aws::EC2
|
|
7195
7195
|
#
|
7196
7196
|
#
|
7197
7197
|
#
|
7198
|
-
# [1]:
|
7198
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
|
7199
7199
|
# @return [String]
|
7200
7200
|
#
|
7201
7201
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateVpcEndpointServiceConfigurationRequest AWS API Documentation
|
@@ -10408,7 +10408,7 @@ module Aws::EC2
|
|
10408
10408
|
#
|
10409
10409
|
#
|
10410
10410
|
#
|
10411
|
-
# [1]:
|
10411
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html.html
|
10412
10412
|
# @return [String]
|
10413
10413
|
#
|
10414
10414
|
# @!attribute [rw] error_message
|
@@ -10418,7 +10418,7 @@ module Aws::EC2
|
|
10418
10418
|
#
|
10419
10419
|
#
|
10420
10420
|
#
|
10421
|
-
# [1]:
|
10421
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html.html
|
10422
10422
|
# @return [String]
|
10423
10423
|
#
|
10424
10424
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeFleetError AWS API Documentation
|
@@ -13756,7 +13756,7 @@ module Aws::EC2
|
|
13756
13756
|
#
|
13757
13757
|
#
|
13758
13758
|
#
|
13759
|
-
# [1]:
|
13759
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html
|
13760
13760
|
# @return [String]
|
13761
13761
|
#
|
13762
13762
|
# @!attribute [rw] max_duration
|
@@ -15146,7 +15146,7 @@ module Aws::EC2
|
|
15146
15146
|
#
|
15147
15147
|
#
|
15148
15148
|
#
|
15149
|
-
# [1]:
|
15149
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-bid-status.html
|
15150
15150
|
# @return [Array<Types::Filter>]
|
15151
15151
|
#
|
15152
15152
|
# @!attribute [rw] dry_run
|
@@ -18080,8 +18080,8 @@ module Aws::EC2
|
|
18080
18080
|
#
|
18081
18081
|
#
|
18082
18082
|
#
|
18083
|
-
# [1]:
|
18084
|
-
# [2]:
|
18083
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html
|
18084
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html
|
18085
18085
|
# @return [String]
|
18086
18086
|
#
|
18087
18087
|
# @!attribute [rw] size
|
@@ -18130,8 +18130,8 @@ module Aws::EC2
|
|
18130
18130
|
#
|
18131
18131
|
#
|
18132
18132
|
#
|
18133
|
-
# [1]:
|
18134
|
-
# [2]:
|
18133
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html
|
18134
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html
|
18135
18135
|
# @return [String]
|
18136
18136
|
#
|
18137
18137
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DiskImageDetail AWS API Documentation
|
@@ -18252,7 +18252,7 @@ module Aws::EC2
|
|
18252
18252
|
#
|
18253
18253
|
#
|
18254
18254
|
#
|
18255
|
-
# [1]:
|
18255
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html
|
18256
18256
|
# @return [Integer]
|
18257
18257
|
#
|
18258
18258
|
# @!attribute [rw] snapshot_id
|
@@ -18301,9 +18301,9 @@ module Aws::EC2
|
|
18301
18301
|
#
|
18302
18302
|
#
|
18303
18303
|
#
|
18304
|
-
# [1]:
|
18305
|
-
# [2]:
|
18306
|
-
# [3]:
|
18304
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html
|
18305
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotFleet.html
|
18306
|
+
# [3]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotInstances.html
|
18307
18307
|
# @return [String]
|
18308
18308
|
#
|
18309
18309
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/EbsBlockDevice AWS API Documentation
|
@@ -19177,7 +19177,7 @@ module Aws::EC2
|
|
19177
19177
|
#
|
19178
19178
|
#
|
19179
19179
|
#
|
19180
|
-
# [1]:
|
19180
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
19181
19181
|
# @return [String]
|
19182
19182
|
#
|
19183
19183
|
# @!attribute [rw] excess_capacity_termination_policy
|
@@ -20365,8 +20365,8 @@ module Aws::EC2
|
|
20365
20365
|
#
|
20366
20366
|
#
|
20367
20367
|
#
|
20368
|
-
# [1]:
|
20369
|
-
# [2]:
|
20368
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html#hibernating-prerequisites
|
20369
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html
|
20370
20370
|
#
|
20371
20371
|
# @!attribute [rw] configured
|
20372
20372
|
# If this parameter is set to `true`, your instance is enabled for
|
@@ -20388,8 +20388,8 @@ module Aws::EC2
|
|
20388
20388
|
#
|
20389
20389
|
#
|
20390
20390
|
#
|
20391
|
-
# [1]:
|
20392
|
-
# [2]:
|
20391
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html#hibernating-prerequisites
|
20392
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html
|
20393
20393
|
#
|
20394
20394
|
# @note When making an API call, you may pass HibernationOptionsRequest
|
20395
20395
|
# data as a hash:
|
@@ -20491,7 +20491,7 @@ module Aws::EC2
|
|
20491
20491
|
#
|
20492
20492
|
#
|
20493
20493
|
#
|
20494
|
-
# [1]:
|
20494
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
|
20495
20495
|
# @return [String]
|
20496
20496
|
#
|
20497
20497
|
# @!attribute [rw] host_id
|
@@ -21216,7 +21216,7 @@ module Aws::EC2
|
|
21216
21216
|
#
|
21217
21217
|
#
|
21218
21218
|
#
|
21219
|
-
# [1]:
|
21219
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html
|
21220
21220
|
# @return [Boolean]
|
21221
21221
|
#
|
21222
21222
|
# @!attribute [rw] hypervisor
|
@@ -21270,7 +21270,7 @@ module Aws::EC2
|
|
21270
21270
|
#
|
21271
21271
|
#
|
21272
21272
|
#
|
21273
|
-
# [1]:
|
21273
|
+
# [1]: https://docs.aws.amazon.com/vm-import/latest/userguide/vmimport-image-import.html#prerequisites-image
|
21274
21274
|
# @return [String]
|
21275
21275
|
#
|
21276
21276
|
# @!attribute [rw] platform
|
@@ -21513,7 +21513,7 @@ module Aws::EC2
|
|
21513
21513
|
#
|
21514
21514
|
#
|
21515
21515
|
#
|
21516
|
-
# [1]:
|
21516
|
+
# [1]: https://docs.aws.amazon.com/vm-import/latest/userguide/vmie_prereqs.html#vmimport-instance-types
|
21517
21517
|
# @return [String]
|
21518
21518
|
#
|
21519
21519
|
# @!attribute [rw] monitoring
|
@@ -21831,7 +21831,7 @@ module Aws::EC2
|
|
21831
21831
|
#
|
21832
21832
|
#
|
21833
21833
|
#
|
21834
|
-
# [1]:
|
21834
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html
|
21835
21835
|
# @return [Boolean]
|
21836
21836
|
#
|
21837
21837
|
# @!attribute [rw] kms_key_id
|
@@ -22201,7 +22201,7 @@ module Aws::EC2
|
|
22201
22201
|
#
|
22202
22202
|
#
|
22203
22203
|
#
|
22204
|
-
# [1]:
|
22204
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_NAT_Instance.html
|
22205
22205
|
# @return [Boolean]
|
22206
22206
|
#
|
22207
22207
|
# @!attribute [rw] spot_instance_request_id
|
@@ -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/Hibernate.html#hibernating-prerequisites
|
24025
24025
|
#
|
24026
24026
|
# @note When making an API call, you may pass LaunchTemplateHibernationOptionsRequest
|
24027
24027
|
# data as a hash:
|
@@ -25514,7 +25514,7 @@ module Aws::EC2
|
|
25514
25514
|
#
|
25515
25515
|
#
|
25516
25516
|
#
|
25517
|
-
# [1]:
|
25517
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html#Using_OverridingAMIBDM
|
25518
25518
|
# @return [Array<Types::InstanceBlockDeviceMappingSpecification>]
|
25519
25519
|
#
|
25520
25520
|
# @!attribute [rw] disable_api_termination
|
@@ -25571,7 +25571,7 @@ module Aws::EC2
|
|
25571
25571
|
#
|
25572
25572
|
#
|
25573
25573
|
#
|
25574
|
-
# [1]:
|
25574
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html
|
25575
25575
|
# @return [Types::AttributeValue]
|
25576
25576
|
#
|
25577
25577
|
# @!attribute [rw] kernel
|
@@ -25581,7 +25581,7 @@ module Aws::EC2
|
|
25581
25581
|
#
|
25582
25582
|
#
|
25583
25583
|
#
|
25584
|
-
# [1]:
|
25584
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedKernels.html
|
25585
25585
|
# @return [Types::AttributeValue]
|
25586
25586
|
#
|
25587
25587
|
# @!attribute [rw] ramdisk
|
@@ -25591,7 +25591,7 @@ module Aws::EC2
|
|
25591
25591
|
#
|
25592
25592
|
#
|
25593
25593
|
#
|
25594
|
-
# [1]:
|
25594
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedKernels.html
|
25595
25595
|
# @return [Types::AttributeValue]
|
25596
25596
|
#
|
25597
25597
|
# @!attribute [rw] sriov_net_support
|
@@ -25718,7 +25718,7 @@ module Aws::EC2
|
|
25718
25718
|
#
|
25719
25719
|
#
|
25720
25720
|
#
|
25721
|
-
# [1]:
|
25721
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
25722
25722
|
# @return [String]
|
25723
25723
|
#
|
25724
25724
|
# @!attribute [rw] instance_credit_specifications
|
@@ -25842,7 +25842,7 @@ module Aws::EC2
|
|
25842
25842
|
#
|
25843
25843
|
#
|
25844
25844
|
#
|
25845
|
-
# [1]:
|
25845
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
25846
25846
|
# @return [String]
|
25847
25847
|
#
|
25848
25848
|
# @!attribute [rw] launch_template_id
|
@@ -25939,7 +25939,7 @@ module Aws::EC2
|
|
25939
25939
|
#
|
25940
25940
|
#
|
25941
25941
|
#
|
25942
|
-
# [1]:
|
25942
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_NAT_Instance.html
|
25943
25943
|
# @return [Types::AttributeBooleanValue]
|
25944
25944
|
#
|
25945
25945
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyNetworkInterfaceAttributeRequest AWS API Documentation
|
@@ -25984,7 +25984,7 @@ module Aws::EC2
|
|
25984
25984
|
#
|
25985
25985
|
#
|
25986
25986
|
#
|
25987
|
-
# [1]:
|
25987
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
25988
25988
|
# @return [String]
|
25989
25989
|
#
|
25990
25990
|
# @!attribute [rw] target_configurations
|
@@ -26334,7 +26334,7 @@ module Aws::EC2
|
|
26334
26334
|
#
|
26335
26335
|
#
|
26336
26336
|
#
|
26337
|
-
# [1]:
|
26337
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html
|
26338
26338
|
# @return [Integer]
|
26339
26339
|
#
|
26340
26340
|
# @!attribute [rw] volume_type
|
@@ -26354,7 +26354,7 @@ module Aws::EC2
|
|
26354
26354
|
#
|
26355
26355
|
#
|
26356
26356
|
#
|
26357
|
-
# [1]:
|
26357
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html#EBSVolumeTypes_piops
|
26358
26358
|
# @return [Integer]
|
26359
26359
|
#
|
26360
26360
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVolumeRequest AWS API Documentation
|
@@ -26978,7 +26978,7 @@ module Aws::EC2
|
|
26978
26978
|
#
|
26979
26979
|
#
|
26980
26980
|
#
|
26981
|
-
# [1]:
|
26981
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc-nat-gateway.html
|
26982
26982
|
# [2]: https://console.aws.amazon.com/support/home?
|
26983
26983
|
# @return [Types::ProvisionedBandwidth]
|
26984
26984
|
#
|
@@ -28112,7 +28112,7 @@ module Aws::EC2
|
|
28112
28112
|
#
|
28113
28113
|
#
|
28114
28114
|
#
|
28115
|
-
# [1]:
|
28115
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc-nat-gateway.html
|
28116
28116
|
# [2]: https://console.aws.amazon.com/support/home?
|
28117
28117
|
#
|
28118
28118
|
# @!attribute [rw] provision_time
|
@@ -28121,7 +28121,7 @@ module Aws::EC2
|
|
28121
28121
|
#
|
28122
28122
|
#
|
28123
28123
|
#
|
28124
|
-
# [1]:
|
28124
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc-nat-gateway.html
|
28125
28125
|
# [2]: https://console.aws.amazon.com/support/home?
|
28126
28126
|
# @return [Time]
|
28127
28127
|
#
|
@@ -28131,7 +28131,7 @@ module Aws::EC2
|
|
28131
28131
|
#
|
28132
28132
|
#
|
28133
28133
|
#
|
28134
|
-
# [1]:
|
28134
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc-nat-gateway.html
|
28135
28135
|
# [2]: https://console.aws.amazon.com/support/home?
|
28136
28136
|
# @return [String]
|
28137
28137
|
#
|
@@ -28141,7 +28141,7 @@ module Aws::EC2
|
|
28141
28141
|
#
|
28142
28142
|
#
|
28143
28143
|
#
|
28144
|
-
# [1]:
|
28144
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc-nat-gateway.html
|
28145
28145
|
# [2]: https://console.aws.amazon.com/support/home?
|
28146
28146
|
# @return [Time]
|
28147
28147
|
#
|
@@ -28151,7 +28151,7 @@ module Aws::EC2
|
|
28151
28151
|
#
|
28152
28152
|
#
|
28153
28153
|
#
|
28154
|
-
# [1]:
|
28154
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc-nat-gateway.html
|
28155
28155
|
# [2]: https://console.aws.amazon.com/support/home?
|
28156
28156
|
# @return [String]
|
28157
28157
|
#
|
@@ -28161,7 +28161,7 @@ module Aws::EC2
|
|
28161
28161
|
#
|
28162
28162
|
#
|
28163
28163
|
#
|
28164
|
-
# [1]:
|
28164
|
+
# [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc-nat-gateway.html
|
28165
28165
|
# [2]: https://console.aws.amazon.com/support/home?
|
28166
28166
|
# @return [String]
|
28167
28167
|
#
|
@@ -28305,7 +28305,7 @@ module Aws::EC2
|
|
28305
28305
|
#
|
28306
28306
|
#
|
28307
28307
|
#
|
28308
|
-
# [1]:
|
28308
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
|
28309
28309
|
# @return [String]
|
28310
28310
|
#
|
28311
28311
|
# @!attribute [rw] currency_code
|
@@ -28351,7 +28351,7 @@ module Aws::EC2
|
|
28351
28351
|
#
|
28352
28352
|
#
|
28353
28353
|
#
|
28354
|
-
# [1]:
|
28354
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
|
28355
28355
|
# @return [String]
|
28356
28356
|
#
|
28357
28357
|
# @!attribute [rw] currency_code
|
@@ -28494,7 +28494,7 @@ module Aws::EC2
|
|
28494
28494
|
#
|
28495
28495
|
#
|
28496
28496
|
#
|
28497
|
-
# [1]:
|
28497
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
28498
28498
|
# @return [String]
|
28499
28499
|
#
|
28500
28500
|
# @!attribute [rw] dry_run
|
@@ -29513,7 +29513,7 @@ module Aws::EC2
|
|
29513
29513
|
#
|
29514
29514
|
#
|
29515
29515
|
#
|
29516
|
-
# [1]:
|
29516
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html
|
29517
29517
|
# @return [String]
|
29518
29518
|
#
|
29519
29519
|
# @!attribute [rw] ebs_optimized
|
@@ -29554,7 +29554,7 @@ module Aws::EC2
|
|
29554
29554
|
#
|
29555
29555
|
#
|
29556
29556
|
#
|
29557
|
-
# [1]:
|
29557
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html
|
29558
29558
|
# @return [String]
|
29559
29559
|
#
|
29560
29560
|
# @!attribute [rw] key_name
|
@@ -29583,7 +29583,7 @@ module Aws::EC2
|
|
29583
29583
|
#
|
29584
29584
|
#
|
29585
29585
|
#
|
29586
|
-
# [1]:
|
29586
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html
|
29587
29587
|
# @return [String]
|
29588
29588
|
#
|
29589
29589
|
# @!attribute [rw] disable_api_termination
|
@@ -29607,8 +29607,8 @@ module Aws::EC2
|
|
29607
29607
|
#
|
29608
29608
|
#
|
29609
29609
|
#
|
29610
|
-
# [1]:
|
29611
|
-
# [2]:
|
29610
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html
|
29611
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-instance-metadata.html#instancedata-add-user-data
|
29612
29612
|
# @return [String]
|
29613
29613
|
#
|
29614
29614
|
# @!attribute [rw] tag_specifications
|
@@ -29655,7 +29655,7 @@ module Aws::EC2
|
|
29655
29655
|
#
|
29656
29656
|
#
|
29657
29657
|
#
|
29658
|
-
# [1]:
|
29658
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html
|
29659
29659
|
# @return [Types::LaunchTemplateCpuOptionsRequest]
|
29660
29660
|
#
|
29661
29661
|
# @!attribute [rw] capacity_reservation_specification
|
@@ -29675,8 +29675,8 @@ module Aws::EC2
|
|
29675
29675
|
#
|
29676
29676
|
#
|
29677
29677
|
#
|
29678
|
-
# [1]:
|
29679
|
-
# [2]:
|
29678
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html#hibernating-prerequisites
|
29679
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html
|
29680
29680
|
# @return [Types::LaunchTemplateHibernationOptionsRequest]
|
29681
29681
|
#
|
29682
29682
|
# @!attribute [rw] license_specifications
|
@@ -30026,7 +30026,7 @@ module Aws::EC2
|
|
30026
30026
|
#
|
30027
30027
|
#
|
30028
30028
|
#
|
30029
|
-
# [1]:
|
30029
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
|
30030
30030
|
# @return [String]
|
30031
30031
|
#
|
30032
30032
|
# @!attribute [rw] dry_run
|
@@ -30572,7 +30572,7 @@ module Aws::EC2
|
|
30572
30572
|
#
|
30573
30573
|
#
|
30574
30574
|
#
|
30575
|
-
# [1]:
|
30575
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
30576
30576
|
# @return [String]
|
30577
30577
|
#
|
30578
30578
|
# @!attribute [rw] create_date
|
@@ -30637,7 +30637,7 @@ module Aws::EC2
|
|
30637
30637
|
#
|
30638
30638
|
#
|
30639
30639
|
#
|
30640
|
-
# [1]:
|
30640
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
30641
30641
|
# @return [String]
|
30642
30642
|
#
|
30643
30643
|
# @!attribute [rw] create_date
|
@@ -31105,7 +31105,7 @@ module Aws::EC2
|
|
31105
31105
|
#
|
31106
31106
|
#
|
31107
31107
|
#
|
31108
|
-
# [1]:
|
31108
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html
|
31109
31109
|
# @return [Types::LaunchTemplateCpuOptions]
|
31110
31110
|
#
|
31111
31111
|
# @!attribute [rw] capacity_reservation_specification
|
@@ -31119,7 +31119,7 @@ module Aws::EC2
|
|
31119
31119
|
#
|
31120
31120
|
#
|
31121
31121
|
#
|
31122
|
-
# [1]:
|
31122
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html
|
31123
31123
|
# @return [Types::LaunchTemplateHibernationOptions]
|
31124
31124
|
#
|
31125
31125
|
# @!attribute [rw] license_specifications
|
@@ -31847,7 +31847,7 @@ module Aws::EC2
|
|
31847
31847
|
#
|
31848
31848
|
#
|
31849
31849
|
#
|
31850
|
-
# [1]:
|
31850
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html
|
31851
31851
|
# @return [String]
|
31852
31852
|
#
|
31853
31853
|
# @!attribute [rw] ipv_6_address_count
|
@@ -31876,7 +31876,7 @@ module Aws::EC2
|
|
31876
31876
|
#
|
31877
31877
|
#
|
31878
31878
|
#
|
31879
|
-
# [1]:
|
31879
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html
|
31880
31880
|
# @return [String]
|
31881
31881
|
#
|
31882
31882
|
# @!attribute [rw] key_name
|
@@ -31936,7 +31936,7 @@ module Aws::EC2
|
|
31936
31936
|
#
|
31937
31937
|
#
|
31938
31938
|
#
|
31939
|
-
# [1]:
|
31939
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html
|
31940
31940
|
# @return [String]
|
31941
31941
|
#
|
31942
31942
|
# @!attribute [rw] security_group_ids
|
@@ -31967,8 +31967,8 @@ module Aws::EC2
|
|
31967
31967
|
#
|
31968
31968
|
#
|
31969
31969
|
#
|
31970
|
-
# [1]:
|
31971
|
-
# [2]:
|
31970
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html
|
31971
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-instance-metadata.html#instancedata-add-user-data
|
31972
31972
|
# @return [String]
|
31973
31973
|
#
|
31974
31974
|
# @!attribute [rw] additional_info
|
@@ -31984,7 +31984,7 @@ module Aws::EC2
|
|
31984
31984
|
#
|
31985
31985
|
#
|
31986
31986
|
#
|
31987
|
-
# [1]:
|
31987
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
31988
31988
|
# @return [String]
|
31989
31989
|
#
|
31990
31990
|
# @!attribute [rw] disable_api_termination
|
@@ -32085,7 +32085,7 @@ module Aws::EC2
|
|
32085
32085
|
#
|
32086
32086
|
#
|
32087
32087
|
#
|
32088
|
-
# [1]:
|
32088
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html
|
32089
32089
|
# @return [Types::CreditSpecificationRequest]
|
32090
32090
|
#
|
32091
32091
|
# @!attribute [rw] cpu_options
|
@@ -32095,7 +32095,7 @@ module Aws::EC2
|
|
32095
32095
|
#
|
32096
32096
|
#
|
32097
32097
|
#
|
32098
|
-
# [1]:
|
32098
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html
|
32099
32099
|
# @return [Types::CpuOptionsRequest]
|
32100
32100
|
#
|
32101
32101
|
# @!attribute [rw] capacity_reservation_specification
|
@@ -32113,7 +32113,7 @@ module Aws::EC2
|
|
32113
32113
|
#
|
32114
32114
|
#
|
32115
32115
|
#
|
32116
|
-
# [1]:
|
32116
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html
|
32117
32117
|
# @return [Types::HibernationOptionsRequest]
|
32118
32118
|
#
|
32119
32119
|
# @!attribute [rw] license_specifications
|
@@ -32244,7 +32244,7 @@ module Aws::EC2
|
|
32244
32244
|
#
|
32245
32245
|
#
|
32246
32246
|
#
|
32247
|
-
# [1]:
|
32247
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
32248
32248
|
# @return [String]
|
32249
32249
|
#
|
32250
32250
|
# @!attribute [rw] dry_run
|
@@ -32315,7 +32315,7 @@ module Aws::EC2
|
|
32315
32315
|
#
|
32316
32316
|
#
|
32317
32317
|
#
|
32318
|
-
# [1]:
|
32318
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-access-keys-best-practices.html
|
32319
32319
|
# @return [String]
|
32320
32320
|
#
|
32321
32321
|
# @!attribute [rw] bucket
|
@@ -32696,7 +32696,7 @@ module Aws::EC2
|
|
32696
32696
|
#
|
32697
32697
|
#
|
32698
32698
|
#
|
32699
|
-
# [1]:
|
32699
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html
|
32700
32700
|
# @return [Integer]
|
32701
32701
|
#
|
32702
32702
|
# @!attribute [rw] snapshot_id
|
@@ -34200,7 +34200,7 @@ module Aws::EC2
|
|
34200
34200
|
#
|
34201
34201
|
#
|
34202
34202
|
#
|
34203
|
-
# [1]:
|
34203
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
34204
34204
|
# @return [String]
|
34205
34205
|
#
|
34206
34206
|
# @!attribute [rw] excess_capacity_termination_policy
|
@@ -34437,7 +34437,7 @@ module Aws::EC2
|
|
34437
34437
|
#
|
34438
34438
|
#
|
34439
34439
|
#
|
34440
|
-
# [1]:
|
34440
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-bid-status.html
|
34441
34441
|
# @return [String]
|
34442
34442
|
#
|
34443
34443
|
# @!attribute [rw] status
|
@@ -34523,7 +34523,7 @@ module Aws::EC2
|
|
34523
34523
|
#
|
34524
34524
|
#
|
34525
34525
|
#
|
34526
|
-
# [1]:
|
34526
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-bid-status.html#spot-instance-bid-status-understand
|
34527
34527
|
# @return [String]
|
34528
34528
|
#
|
34529
34529
|
# @!attribute [rw] message
|
@@ -34995,7 +34995,7 @@ module Aws::EC2
|
|
34995
34995
|
#
|
34996
34996
|
#
|
34997
34997
|
#
|
34998
|
-
# [1]:
|
34998
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html
|
34999
34999
|
# @return [Boolean]
|
35000
35000
|
#
|
35001
35001
|
# @!attribute [rw] dry_run
|
@@ -36388,7 +36388,7 @@ module Aws::EC2
|
|
36388
36388
|
#
|
36389
36389
|
#
|
36390
36390
|
#
|
36391
|
-
# [1]:
|
36391
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html
|
36392
36392
|
#
|
36393
36393
|
# @!attribute [rw] code
|
36394
36394
|
# The error code.
|
@@ -36820,7 +36820,7 @@ module Aws::EC2
|
|
36820
36820
|
#
|
36821
36821
|
#
|
36822
36822
|
#
|
36823
|
-
# [1]:
|
36823
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html
|
36824
36824
|
# @return [Integer]
|
36825
36825
|
#
|
36826
36826
|
# @!attribute [rw] tags
|