aws-sdk-ec2 1.366.0 → 1.367.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +217 -125
- data/lib/aws-sdk-ec2/client_api.rb +4 -2
- data/lib/aws-sdk-ec2/image.rb +18 -2
- data/lib/aws-sdk-ec2/network_interface_association.rb +1 -1
- data/lib/aws-sdk-ec2/types.rb +245 -137
- data/lib/aws-sdk-ec2/vpc_address.rb +1 -1
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +2 -2
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -994,11 +994,9 @@ module Aws::EC2
|
|
994
994
|
#
|
995
995
|
# @!attribute [rw] host_maintenance
|
996
996
|
# Indicates whether to enable or disable host maintenance for the
|
997
|
-
# Dedicated Host. For more information, see [
|
997
|
+
# Dedicated Host. For more information, see [Host maintenance][1] in
|
998
998
|
# the *Amazon EC2 User Guide*.
|
999
999
|
#
|
1000
|
-
# Default: `on`
|
1001
|
-
#
|
1002
1000
|
#
|
1003
1001
|
#
|
1004
1002
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-maintenance.html
|
@@ -3940,8 +3938,12 @@ module Aws::EC2
|
|
3940
3938
|
# @return [Array<String>]
|
3941
3939
|
#
|
3942
3940
|
# @!attribute [rw] terminate_instances
|
3943
|
-
# Indicates whether to terminate
|
3944
|
-
#
|
3941
|
+
# Indicates whether to terminate the associated instances when the
|
3942
|
+
# Spot Fleet request is canceled. The default is to terminate the
|
3943
|
+
# instances.
|
3944
|
+
#
|
3945
|
+
# To let the instances continue to run after the Spot Fleet request is
|
3946
|
+
# canceled, specify `no-terminate-instances`.
|
3945
3947
|
# @return [Boolean]
|
3946
3948
|
#
|
3947
3949
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CancelSpotFleetRequestsRequest AWS API Documentation
|
@@ -12951,11 +12953,11 @@ module Aws::EC2
|
|
12951
12953
|
# @return [Array<String>]
|
12952
12954
|
#
|
12953
12955
|
# @!attribute [rw] terminate_instances
|
12954
|
-
# Indicates whether to terminate the instances when the EC2
|
12955
|
-
# deleted. The default is to terminate the instances.
|
12956
|
+
# Indicates whether to terminate the associated instances when the EC2
|
12957
|
+
# Fleet is deleted. The default is to terminate the instances.
|
12956
12958
|
#
|
12957
12959
|
# To let the instances continue to run after the EC2 Fleet is deleted,
|
12958
|
-
# specify `
|
12960
|
+
# specify `no-terminate-instances`. Supported only for fleets of type
|
12959
12961
|
# `maintain` and `request`.
|
12960
12962
|
#
|
12961
12963
|
# For `instant` fleets, you cannot specify `NoTerminateInstances`. A
|
@@ -15209,7 +15211,11 @@ module Aws::EC2
|
|
15209
15211
|
# @return [String]
|
15210
15212
|
#
|
15211
15213
|
# @!attribute [rw] cidr
|
15212
|
-
# The CIDR you want to deprovision from the pool.
|
15214
|
+
# The CIDR you want to deprovision from the pool. Enter the CIDR you
|
15215
|
+
# want to deprovision with a netmask of `/32`. You must rerun this
|
15216
|
+
# command for each IP address in the CIDR range. If your CIDR is a
|
15217
|
+
# `/24`, you will have to run this command to deprovision each of the
|
15218
|
+
# 256 IP addresses in the `/24` CIDR.
|
15213
15219
|
# @return [String]
|
15214
15220
|
#
|
15215
15221
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeprovisionPublicIpv4PoolCidrRequest AWS API Documentation
|
@@ -17073,14 +17079,19 @@ module Aws::EC2
|
|
17073
17079
|
# @return [Array<Types::Filter>]
|
17074
17080
|
#
|
17075
17081
|
# @!attribute [rw] max_results
|
17076
|
-
# The maximum number of
|
17077
|
-
#
|
17078
|
-
#
|
17079
|
-
#
|
17082
|
+
# The maximum number of items to return for this request. To get the
|
17083
|
+
# next page of items, make another request with the token returned in
|
17084
|
+
# the output. For more information, see [Pagination][1].
|
17085
|
+
#
|
17086
|
+
#
|
17087
|
+
#
|
17088
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
17080
17089
|
# @return [Integer]
|
17081
17090
|
#
|
17082
17091
|
# @!attribute [rw] next_token
|
17083
|
-
# The token
|
17092
|
+
# The token returned from a previous paginated request. Pagination
|
17093
|
+
# continues from the end of the items returned by the previous
|
17094
|
+
# request.
|
17084
17095
|
# @return [String]
|
17085
17096
|
#
|
17086
17097
|
# @!attribute [rw] dry_run
|
@@ -17108,8 +17119,8 @@ module Aws::EC2
|
|
17108
17119
|
# @return [Array<Types::DescribeFastLaunchImagesSuccessItem>]
|
17109
17120
|
#
|
17110
17121
|
# @!attribute [rw] next_token
|
17111
|
-
# The token to
|
17112
|
-
# when there are no more
|
17122
|
+
# The token to include in another request to get the next page of
|
17123
|
+
# items. This value is `null` when there are no more items to return.
|
17113
17124
|
# @return [String]
|
17114
17125
|
#
|
17115
17126
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeFastLaunchImagesResult AWS API Documentation
|
@@ -17145,8 +17156,9 @@ module Aws::EC2
|
|
17145
17156
|
# @return [Types::FastLaunchLaunchTemplateSpecificationResponse]
|
17146
17157
|
#
|
17147
17158
|
# @!attribute [rw] max_parallel_launches
|
17148
|
-
# The maximum number of
|
17149
|
-
#
|
17159
|
+
# The maximum number of instances that Amazon EC2 can launch at the
|
17160
|
+
# same time to create pre-provisioned snapshots for Windows faster
|
17161
|
+
# launching.
|
17150
17162
|
# @return [Integer]
|
17151
17163
|
#
|
17152
17164
|
# @!attribute [rw] owner_id
|
@@ -17386,14 +17398,19 @@ module Aws::EC2
|
|
17386
17398
|
# @return [String]
|
17387
17399
|
#
|
17388
17400
|
# @!attribute [rw] max_results
|
17389
|
-
# The maximum number of
|
17390
|
-
#
|
17391
|
-
#
|
17392
|
-
#
|
17401
|
+
# The maximum number of items to return for this request. To get the
|
17402
|
+
# next page of items, make another request with the token returned in
|
17403
|
+
# the output. For more information, see [Pagination][1].
|
17404
|
+
#
|
17405
|
+
#
|
17406
|
+
#
|
17407
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
17393
17408
|
# @return [Integer]
|
17394
17409
|
#
|
17395
17410
|
# @!attribute [rw] next_token
|
17396
|
-
# The token
|
17411
|
+
# The token returned from a previous paginated request. Pagination
|
17412
|
+
# continues from the end of the items returned by the previous
|
17413
|
+
# request.
|
17397
17414
|
# @return [String]
|
17398
17415
|
#
|
17399
17416
|
# @!attribute [rw] fleet_id
|
@@ -17427,12 +17444,13 @@ module Aws::EC2
|
|
17427
17444
|
# *YYYY*-*MM*-*DD*T*HH*\:*MM*\:*SS*Z). All records up to this time
|
17428
17445
|
# were retrieved.
|
17429
17446
|
#
|
17430
|
-
# If `nextToken` indicates that there are more
|
17447
|
+
# If `nextToken` indicates that there are more items, this value is
|
17431
17448
|
# not present.
|
17432
17449
|
# @return [Time]
|
17433
17450
|
#
|
17434
17451
|
# @!attribute [rw] next_token
|
17435
|
-
# The token
|
17452
|
+
# The token to include in another request to get the next page of
|
17453
|
+
# items. This value is `null` when there are no more items to return.
|
17436
17454
|
# @return [String]
|
17437
17455
|
#
|
17438
17456
|
# @!attribute [rw] fleet_id
|
@@ -17464,14 +17482,19 @@ module Aws::EC2
|
|
17464
17482
|
# @return [Boolean]
|
17465
17483
|
#
|
17466
17484
|
# @!attribute [rw] max_results
|
17467
|
-
# The maximum number of
|
17468
|
-
#
|
17469
|
-
#
|
17470
|
-
#
|
17485
|
+
# The maximum number of items to return for this request. To get the
|
17486
|
+
# next page of items, make another request with the token returned in
|
17487
|
+
# the output. For more information, see [Pagination][1].
|
17488
|
+
#
|
17489
|
+
#
|
17490
|
+
#
|
17491
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
17471
17492
|
# @return [Integer]
|
17472
17493
|
#
|
17473
17494
|
# @!attribute [rw] next_token
|
17474
|
-
# The token
|
17495
|
+
# The token returned from a previous paginated request. Pagination
|
17496
|
+
# continues from the end of the items returned by the previous
|
17497
|
+
# request.
|
17475
17498
|
# @return [String]
|
17476
17499
|
#
|
17477
17500
|
# @!attribute [rw] fleet_id
|
@@ -17504,7 +17527,8 @@ module Aws::EC2
|
|
17504
17527
|
# @return [Array<Types::ActiveInstance>]
|
17505
17528
|
#
|
17506
17529
|
# @!attribute [rw] next_token
|
17507
|
-
# The token
|
17530
|
+
# The token to include in another request to get the next page of
|
17531
|
+
# items. This value is `null` when there are no more items to return.
|
17508
17532
|
# @return [String]
|
17509
17533
|
#
|
17510
17534
|
# @!attribute [rw] fleet_id
|
@@ -17567,14 +17591,19 @@ module Aws::EC2
|
|
17567
17591
|
# @return [Boolean]
|
17568
17592
|
#
|
17569
17593
|
# @!attribute [rw] max_results
|
17570
|
-
# The maximum number of
|
17571
|
-
#
|
17572
|
-
#
|
17573
|
-
#
|
17594
|
+
# The maximum number of items to return for this request. To get the
|
17595
|
+
# next page of items, make another request with the token returned in
|
17596
|
+
# the output. For more information, see [Pagination][1].
|
17597
|
+
#
|
17598
|
+
#
|
17599
|
+
#
|
17600
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
17574
17601
|
# @return [Integer]
|
17575
17602
|
#
|
17576
17603
|
# @!attribute [rw] next_token
|
17577
|
-
# The token
|
17604
|
+
# The token returned from a previous paginated request. Pagination
|
17605
|
+
# continues from the end of the items returned by the previous
|
17606
|
+
# request.
|
17578
17607
|
# @return [String]
|
17579
17608
|
#
|
17580
17609
|
# @!attribute [rw] fleet_ids
|
@@ -17620,7 +17649,8 @@ module Aws::EC2
|
|
17620
17649
|
end
|
17621
17650
|
|
17622
17651
|
# @!attribute [rw] next_token
|
17623
|
-
# The token
|
17652
|
+
# The token to include in another request to get the next page of
|
17653
|
+
# items. This value is `null` when there are no more items to return.
|
17624
17654
|
# @return [String]
|
17625
17655
|
#
|
17626
17656
|
# @!attribute [rw] fleets
|
@@ -18384,13 +18414,19 @@ module Aws::EC2
|
|
18384
18414
|
# @return [Boolean]
|
18385
18415
|
#
|
18386
18416
|
# @!attribute [rw] max_results
|
18387
|
-
# The maximum number of
|
18388
|
-
#
|
18389
|
-
#
|
18417
|
+
# The maximum number of items to return for this request. To get the
|
18418
|
+
# next page of items, make another request with the token returned in
|
18419
|
+
# the output. For more information, see [Pagination][1].
|
18420
|
+
#
|
18421
|
+
#
|
18422
|
+
#
|
18423
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
18390
18424
|
# @return [Integer]
|
18391
18425
|
#
|
18392
18426
|
# @!attribute [rw] next_token
|
18393
|
-
# The token
|
18427
|
+
# The token returned from a previous paginated request. Pagination
|
18428
|
+
# continues from the end of the items returned by the previous
|
18429
|
+
# request.
|
18394
18430
|
# @return [String]
|
18395
18431
|
#
|
18396
18432
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeImagesRequest AWS API Documentation
|
@@ -18413,8 +18449,8 @@ module Aws::EC2
|
|
18413
18449
|
# @return [Array<Types::Image>]
|
18414
18450
|
#
|
18415
18451
|
# @!attribute [rw] next_token
|
18416
|
-
# The token to
|
18417
|
-
# `null` when there are no more
|
18452
|
+
# The token to include in another request to get the next page of
|
18453
|
+
# items. This value is `null` when there are no more items to return.
|
18418
18454
|
# @return [String]
|
18419
18455
|
#
|
18420
18456
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeImagesResult AWS API Documentation
|
@@ -18590,9 +18626,10 @@ module Aws::EC2
|
|
18590
18626
|
# @!attribute [rw] max_results
|
18591
18627
|
# The maximum number of items to return for this request. To get the
|
18592
18628
|
# next page of items, make another request with the token returned in
|
18593
|
-
# the output.
|
18594
|
-
#
|
18595
|
-
#
|
18629
|
+
# the output. For more information, see [Pagination][1].
|
18630
|
+
#
|
18631
|
+
# You cannot specify this parameter and the instance IDs parameter in
|
18632
|
+
# the same call.
|
18596
18633
|
#
|
18597
18634
|
#
|
18598
18635
|
#
|
@@ -18813,11 +18850,12 @@ module Aws::EC2
|
|
18813
18850
|
# @return [Array<String>]
|
18814
18851
|
#
|
18815
18852
|
# @!attribute [rw] max_results
|
18816
|
-
# The maximum number of items to return for this request. To
|
18817
|
-
#
|
18818
|
-
#
|
18819
|
-
#
|
18820
|
-
#
|
18853
|
+
# The maximum number of items to return for this request. To get the
|
18854
|
+
# next page of items, make another request with the token returned in
|
18855
|
+
# the output. For more information, see [Pagination][1].
|
18856
|
+
#
|
18857
|
+
# You cannot specify this parameter and the instance IDs parameter in
|
18858
|
+
# the same request.
|
18821
18859
|
#
|
18822
18860
|
#
|
18823
18861
|
#
|
@@ -19471,9 +19509,10 @@ module Aws::EC2
|
|
19471
19509
|
# @!attribute [rw] max_results
|
19472
19510
|
# The maximum number of items to return for this request. To get the
|
19473
19511
|
# next page of items, make another request with the token returned in
|
19474
|
-
# the output.
|
19475
|
-
#
|
19476
|
-
#
|
19512
|
+
# the output. For more information, see [Pagination][1].
|
19513
|
+
#
|
19514
|
+
# You cannot specify this parameter and the instance IDs parameter in
|
19515
|
+
# the same request.
|
19477
19516
|
#
|
19478
19517
|
#
|
19479
19518
|
#
|
@@ -23192,14 +23231,18 @@ module Aws::EC2
|
|
23192
23231
|
# @return [Boolean]
|
23193
23232
|
#
|
23194
23233
|
# @!attribute [rw] max_results
|
23195
|
-
# The maximum number of
|
23196
|
-
#
|
23197
|
-
#
|
23198
|
-
#
|
23234
|
+
# The maximum number of items to return for this request. To get the
|
23235
|
+
# next page of items, make another request with the token returned in
|
23236
|
+
# the output. For more information, see [Pagination][1].
|
23237
|
+
#
|
23238
|
+
#
|
23239
|
+
#
|
23240
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
23199
23241
|
# @return [Integer]
|
23200
23242
|
#
|
23201
23243
|
# @!attribute [rw] next_token
|
23202
|
-
# The token
|
23244
|
+
# The token to include in another request to get the next page of
|
23245
|
+
# items. This value is `null` when there are no more items to return.
|
23203
23246
|
# @return [String]
|
23204
23247
|
#
|
23205
23248
|
# @!attribute [rw] spot_fleet_request_id
|
@@ -23225,8 +23268,8 @@ module Aws::EC2
|
|
23225
23268
|
# @return [Array<Types::ActiveInstance>]
|
23226
23269
|
#
|
23227
23270
|
# @!attribute [rw] next_token
|
23228
|
-
# The token
|
23229
|
-
# is `null` when there are no more
|
23271
|
+
# The token to include in another request to get the next page of
|
23272
|
+
# items. This value is `null` when there are no more items to return.
|
23230
23273
|
# @return [String]
|
23231
23274
|
#
|
23232
23275
|
# @!attribute [rw] spot_fleet_request_id
|
@@ -23258,14 +23301,18 @@ module Aws::EC2
|
|
23258
23301
|
# @return [String]
|
23259
23302
|
#
|
23260
23303
|
# @!attribute [rw] max_results
|
23261
|
-
# The maximum number of
|
23262
|
-
#
|
23263
|
-
#
|
23264
|
-
#
|
23304
|
+
# The maximum number of items to return for this request. To get the
|
23305
|
+
# next page of items, make another request with the token returned in
|
23306
|
+
# the output. For more information, see [Pagination][1].
|
23307
|
+
#
|
23308
|
+
#
|
23309
|
+
#
|
23310
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
23265
23311
|
# @return [Integer]
|
23266
23312
|
#
|
23267
23313
|
# @!attribute [rw] next_token
|
23268
|
-
# The token
|
23314
|
+
# The token to include in another request to get the next page of
|
23315
|
+
# items. This value is `null` when there are no more items to return.
|
23269
23316
|
# @return [String]
|
23270
23317
|
#
|
23271
23318
|
# @!attribute [rw] spot_fleet_request_id
|
@@ -23302,13 +23349,13 @@ module Aws::EC2
|
|
23302
23349
|
# *YYYY*-*MM*-*DD*T*HH*\:*MM*\:*SS*Z). All records up to this time
|
23303
23350
|
# were retrieved.
|
23304
23351
|
#
|
23305
|
-
# If `nextToken` indicates that there are more
|
23352
|
+
# If `nextToken` indicates that there are more items, this value is
|
23306
23353
|
# not present.
|
23307
23354
|
# @return [Time]
|
23308
23355
|
#
|
23309
23356
|
# @!attribute [rw] next_token
|
23310
|
-
# The token
|
23311
|
-
# is `null` when there are no more
|
23357
|
+
# The token to include in another request to get the next page of
|
23358
|
+
# items. This value is `null` when there are no more items to return.
|
23312
23359
|
# @return [String]
|
23313
23360
|
#
|
23314
23361
|
# @!attribute [rw] spot_fleet_request_id
|
@@ -23342,14 +23389,18 @@ module Aws::EC2
|
|
23342
23389
|
# @return [Boolean]
|
23343
23390
|
#
|
23344
23391
|
# @!attribute [rw] max_results
|
23345
|
-
# The maximum number of
|
23346
|
-
#
|
23347
|
-
#
|
23348
|
-
#
|
23392
|
+
# The maximum number of items to return for this request. To get the
|
23393
|
+
# next page of items, make another request with the token returned in
|
23394
|
+
# the output. For more information, see [Pagination][1].
|
23395
|
+
#
|
23396
|
+
#
|
23397
|
+
#
|
23398
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
23349
23399
|
# @return [Integer]
|
23350
23400
|
#
|
23351
23401
|
# @!attribute [rw] next_token
|
23352
|
-
# The token
|
23402
|
+
# The token to include in another request to get the next page of
|
23403
|
+
# items. This value is `null` when there are no more items to return.
|
23353
23404
|
# @return [String]
|
23354
23405
|
#
|
23355
23406
|
# @!attribute [rw] spot_fleet_request_ids
|
@@ -23370,8 +23421,8 @@ module Aws::EC2
|
|
23370
23421
|
# Contains the output of DescribeSpotFleetRequests.
|
23371
23422
|
#
|
23372
23423
|
# @!attribute [rw] next_token
|
23373
|
-
# The token
|
23374
|
-
# is `null` when there are no more
|
23424
|
+
# The token to include in another request to get the next page of
|
23425
|
+
# items. This value is `null` when there are no more items to return.
|
23375
23426
|
# @return [String]
|
23376
23427
|
#
|
23377
23428
|
# @!attribute [rw] spot_fleet_request_configs
|
@@ -23524,14 +23575,19 @@ module Aws::EC2
|
|
23524
23575
|
# @return [Array<String>]
|
23525
23576
|
#
|
23526
23577
|
# @!attribute [rw] next_token
|
23527
|
-
# The token
|
23528
|
-
#
|
23578
|
+
# The token returned from a previous paginated request. Pagination
|
23579
|
+
# continues from the end of the items returned by the previous
|
23580
|
+
# request.
|
23529
23581
|
# @return [String]
|
23530
23582
|
#
|
23531
23583
|
# @!attribute [rw] max_results
|
23532
|
-
# The maximum number of
|
23533
|
-
#
|
23534
|
-
#
|
23584
|
+
# The maximum number of items to return for this request. To get the
|
23585
|
+
# next page of items, make another request with the token returned in
|
23586
|
+
# the output. For more information, see [Pagination][1].
|
23587
|
+
#
|
23588
|
+
#
|
23589
|
+
#
|
23590
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
23535
23591
|
# @return [Integer]
|
23536
23592
|
#
|
23537
23593
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSpotInstanceRequestsRequest AWS API Documentation
|
@@ -23553,8 +23609,8 @@ module Aws::EC2
|
|
23553
23609
|
# @return [Array<Types::SpotInstanceRequest>]
|
23554
23610
|
#
|
23555
23611
|
# @!attribute [rw] next_token
|
23556
|
-
# The token to
|
23557
|
-
# `null` when there are no more
|
23612
|
+
# The token to include in another request to get the next page of
|
23613
|
+
# items. This value is `null` when there are no more items to return.
|
23558
23614
|
# @return [String]
|
23559
23615
|
#
|
23560
23616
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSpotInstanceRequestsResult AWS API Documentation
|
@@ -23614,14 +23670,19 @@ module Aws::EC2
|
|
23614
23670
|
# @return [Array<String>]
|
23615
23671
|
#
|
23616
23672
|
# @!attribute [rw] max_results
|
23617
|
-
# The maximum number of
|
23618
|
-
#
|
23619
|
-
#
|
23620
|
-
#
|
23673
|
+
# The maximum number of items to return for this request. To get the
|
23674
|
+
# next page of items, make another request with the token returned in
|
23675
|
+
# the output. For more information, see [Pagination][1].
|
23676
|
+
#
|
23677
|
+
#
|
23678
|
+
#
|
23679
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
23621
23680
|
# @return [Integer]
|
23622
23681
|
#
|
23623
23682
|
# @!attribute [rw] next_token
|
23624
|
-
# The token
|
23683
|
+
# The token returned from a previous paginated request. Pagination
|
23684
|
+
# continues from the end of the items returned by the previous
|
23685
|
+
# request.
|
23625
23686
|
# @return [String]
|
23626
23687
|
#
|
23627
23688
|
# @!attribute [rw] product_descriptions
|
@@ -23653,8 +23714,8 @@ module Aws::EC2
|
|
23653
23714
|
# Contains the output of DescribeSpotPriceHistory.
|
23654
23715
|
#
|
23655
23716
|
# @!attribute [rw] next_token
|
23656
|
-
# The token
|
23657
|
-
#
|
23717
|
+
# The token to include in another request to get the next page of
|
23718
|
+
# items. This value is `null` when there are no more items to return.
|
23658
23719
|
# @return [String]
|
23659
23720
|
#
|
23660
23721
|
# @!attribute [rw] spot_price_history
|
@@ -23750,15 +23811,22 @@ module Aws::EC2
|
|
23750
23811
|
# @return [Array<Types::Filter>]
|
23751
23812
|
#
|
23752
23813
|
# @!attribute [rw] next_token
|
23753
|
-
# The token
|
23814
|
+
# The token returned from a previous paginated request. Pagination
|
23815
|
+
# continues from the end of the items returned by the previous
|
23816
|
+
# request.
|
23754
23817
|
# @return [String]
|
23755
23818
|
#
|
23756
23819
|
# @!attribute [rw] max_results
|
23757
|
-
# The maximum number of
|
23758
|
-
#
|
23759
|
-
#
|
23760
|
-
#
|
23761
|
-
#
|
23820
|
+
# The maximum number of items to return for this request. To get the
|
23821
|
+
# next page of items, make another request with the token returned in
|
23822
|
+
# the output. For more information, see [Pagination][1].
|
23823
|
+
#
|
23824
|
+
# You cannot specify this parameter and the `ImageIDs` parameter in
|
23825
|
+
# the same call.
|
23826
|
+
#
|
23827
|
+
#
|
23828
|
+
#
|
23829
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
23762
23830
|
# @return [Integer]
|
23763
23831
|
#
|
23764
23832
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeStoreImageTasksRequest AWS API Documentation
|
@@ -23778,8 +23846,8 @@ module Aws::EC2
|
|
23778
23846
|
# @return [Array<Types::StoreImageTaskResult>]
|
23779
23847
|
#
|
23780
23848
|
# @!attribute [rw] next_token
|
23781
|
-
# The token to
|
23782
|
-
# `null` when there are no more
|
23849
|
+
# The token to include in another request to get the next page of
|
23850
|
+
# items. This value is `null` when there are no more items to return.
|
23783
23851
|
# @return [String]
|
23784
23852
|
#
|
23785
23853
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeStoreImageTasksResult AWS API Documentation
|
@@ -27123,8 +27191,9 @@ module Aws::EC2
|
|
27123
27191
|
# @return [Types::FastLaunchLaunchTemplateSpecificationResponse]
|
27124
27192
|
#
|
27125
27193
|
# @!attribute [rw] max_parallel_launches
|
27126
|
-
# The maximum number of
|
27127
|
-
#
|
27194
|
+
# The maximum number of instances that Amazon EC2 can launch at the
|
27195
|
+
# same time to create pre-provisioned snapshots for Windows faster
|
27196
|
+
# launching.
|
27128
27197
|
# @return [Integer]
|
27129
27198
|
#
|
27130
27199
|
# @!attribute [rw] owner_id
|
@@ -29002,8 +29071,9 @@ module Aws::EC2
|
|
29002
29071
|
# @return [Types::FastLaunchLaunchTemplateSpecificationRequest]
|
29003
29072
|
#
|
29004
29073
|
# @!attribute [rw] max_parallel_launches
|
29005
|
-
# The maximum number of
|
29006
|
-
#
|
29074
|
+
# The maximum number of instances that Amazon EC2 can launch at the
|
29075
|
+
# same time to create pre-provisioned snapshots for Windows faster
|
29076
|
+
# launching. Value must be `6` or greater.
|
29007
29077
|
# @return [Integer]
|
29008
29078
|
#
|
29009
29079
|
# @!attribute [rw] dry_run
|
@@ -29037,10 +29107,10 @@ module Aws::EC2
|
|
29037
29107
|
# @return [String]
|
29038
29108
|
#
|
29039
29109
|
# @!attribute [rw] snapshot_configuration
|
29040
|
-
#
|
29041
|
-
#
|
29042
|
-
#
|
29043
|
-
# `
|
29110
|
+
# Settings to create and manage the pre-provisioned snapshots that
|
29111
|
+
# Amazon EC2 uses for faster launches from the Windows AMI. This
|
29112
|
+
# property is returned when the associated `resourceType` is
|
29113
|
+
# `snapshot`.
|
29044
29114
|
# @return [Types::FastLaunchSnapshotConfigurationResponse]
|
29045
29115
|
#
|
29046
29116
|
# @!attribute [rw] launch_template
|
@@ -29049,8 +29119,9 @@ module Aws::EC2
|
|
29049
29119
|
# @return [Types::FastLaunchLaunchTemplateSpecificationResponse]
|
29050
29120
|
#
|
29051
29121
|
# @!attribute [rw] max_parallel_launches
|
29052
|
-
# The maximum number of
|
29053
|
-
#
|
29122
|
+
# The maximum number of instances that Amazon EC2 can launch at the
|
29123
|
+
# same time to create pre-provisioned snapshots for Windows faster
|
29124
|
+
# launching.
|
29054
29125
|
# @return [Integer]
|
29055
29126
|
#
|
29056
29127
|
# @!attribute [rw] owner_id
|
@@ -30944,6 +31015,8 @@ module Aws::EC2
|
|
30944
31015
|
# @!attribute [rw] instance_type
|
30945
31016
|
# The instance type.
|
30946
31017
|
#
|
31018
|
+
# `mac1.metal` is not supported as a launch template override.
|
31019
|
+
#
|
30947
31020
|
# <note markdown="1"> If you specify `InstanceType`, you can't specify
|
30948
31021
|
# `InstanceRequirements`.
|
30949
31022
|
#
|
@@ -31032,6 +31105,8 @@ module Aws::EC2
|
|
31032
31105
|
# @!attribute [rw] instance_type
|
31033
31106
|
# The instance type.
|
31034
31107
|
#
|
31108
|
+
# `mac1.metal` is not supported as a launch template override.
|
31109
|
+
#
|
31035
31110
|
# <note markdown="1"> If you specify `InstanceType`, you can't specify
|
31036
31111
|
# `InstanceRequirements`.
|
31037
31112
|
#
|
@@ -32322,14 +32397,19 @@ module Aws::EC2
|
|
32322
32397
|
# @return [Types::InstanceRequirementsRequest]
|
32323
32398
|
#
|
32324
32399
|
# @!attribute [rw] max_results
|
32325
|
-
# The maximum number of
|
32326
|
-
#
|
32327
|
-
# the
|
32328
|
-
#
|
32400
|
+
# The maximum number of items to return for this request. To get the
|
32401
|
+
# next page of
|
32402
|
+
# the output. For more information, see
|
32403
|
+
#
|
32404
|
+
#
|
32405
|
+
#
|
32406
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
32329
32407
|
# @return [Integer]
|
32330
32408
|
#
|
32331
32409
|
# @!attribute [rw] next_token
|
32332
|
-
# The token
|
32410
|
+
# The token returned from a previous paginated request. Pagination
|
32411
|
+
# continues from the end of the items returned by the previous
|
32412
|
+
# request.
|
32333
32413
|
# @return [String]
|
32334
32414
|
#
|
32335
32415
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetInstanceTypesFromInstanceRequirementsRequest AWS API Documentation
|
@@ -32350,7 +32430,8 @@ module Aws::EC2
|
|
32350
32430
|
# @return [Array<Types::InstanceTypeInfoFromInstanceRequirements>]
|
32351
32431
|
#
|
32352
32432
|
# @!attribute [rw] next_token
|
32353
|
-
# The token
|
32433
|
+
# The token to include in another request to get the next page of
|
32434
|
+
# items. This value is `null` when there are no more items to return.
|
32354
32435
|
# @return [String]
|
32355
32436
|
#
|
32356
32437
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetInstanceTypesFromInstanceRequirementsResult AWS API Documentation
|
@@ -33237,14 +33318,19 @@ module Aws::EC2
|
|
33237
33318
|
# @return [Boolean]
|
33238
33319
|
#
|
33239
33320
|
# @!attribute [rw] max_results
|
33240
|
-
# The maximum number of
|
33241
|
-
#
|
33242
|
-
# the
|
33243
|
-
#
|
33321
|
+
# The maximum number of items to return for this request. To get the
|
33322
|
+
# next page of
|
33323
|
+
# the output. For more information, see
|
33324
|
+
#
|
33325
|
+
#
|
33326
|
+
#
|
33327
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
33244
33328
|
# @return [Integer]
|
33245
33329
|
#
|
33246
33330
|
# @!attribute [rw] next_token
|
33247
|
-
# The token
|
33331
|
+
# The token returned from a previous paginated request. Pagination
|
33332
|
+
# continues from the end of the items returned by the previous
|
33333
|
+
# request.
|
33248
33334
|
# @return [String]
|
33249
33335
|
#
|
33250
33336
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetSpotPlacementScoresRequest AWS API Documentation
|
@@ -33291,7 +33377,8 @@ module Aws::EC2
|
|
33291
33377
|
# @return [Array<Types::SpotPlacementScore>]
|
33292
33378
|
#
|
33293
33379
|
# @!attribute [rw] next_token
|
33294
|
-
# The token
|
33380
|
+
# The token to include in another request to get the next page of
|
33381
|
+
# items. This value is `null` when there are no more items to return.
|
33295
33382
|
# @return [String]
|
33296
33383
|
#
|
33297
33384
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetSpotPlacementScoresResult AWS API Documentation
|
@@ -40483,7 +40570,8 @@ module Aws::EC2
|
|
40483
40570
|
# Describes the launch specification for an instance.
|
40484
40571
|
#
|
40485
40572
|
# @!attribute [rw] user_data
|
40486
|
-
# The
|
40573
|
+
# The base64-encoded user data that instances use when starting up.
|
40574
|
+
# User data is limited to 16 KB.
|
40487
40575
|
# @return [String]
|
40488
40576
|
#
|
40489
40577
|
# @!attribute [rw] security_groups
|
@@ -42218,17 +42306,15 @@ module Aws::EC2
|
|
42218
42306
|
# @return [Array<String>]
|
42219
42307
|
#
|
42220
42308
|
# @!attribute [rw] next_token
|
42221
|
-
# The token
|
42309
|
+
# The token returned from a previous paginated request. Pagination
|
42310
|
+
# continues from the end of the items returned by the previous
|
42311
|
+
# request.
|
42222
42312
|
# @return [String]
|
42223
42313
|
#
|
42224
42314
|
# @!attribute [rw] max_results
|
42225
|
-
# The maximum number of
|
42226
|
-
#
|
42227
|
-
#
|
42228
|
-
#
|
42229
|
-
# If you do not specify a value for *MaxResults*, the request returns
|
42230
|
-
# 1,000 items per page by default. For more information, see [
|
42231
|
-
# Pagination][1].
|
42315
|
+
# The maximum number of items to return for this request. To get the
|
42316
|
+
# next page of items, make another request with the token returned in
|
42317
|
+
# the output. For more information, see [Pagination][1].
|
42232
42318
|
#
|
42233
42319
|
#
|
42234
42320
|
#
|
@@ -42258,8 +42344,8 @@ module Aws::EC2
|
|
42258
42344
|
# @return [Array<Types::ImageRecycleBinInfo>]
|
42259
42345
|
#
|
42260
42346
|
# @!attribute [rw] next_token
|
42261
|
-
# The token to
|
42262
|
-
# `null` when there are no more
|
42347
|
+
# The token to include in another request to get the next page of
|
42348
|
+
# items. This value is `null` when there are no more items to return.
|
42263
42349
|
# @return [String]
|
42264
42350
|
#
|
42265
42351
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ListImagesInRecycleBinResult AWS API Documentation
|
@@ -43693,7 +43779,7 @@ module Aws::EC2
|
|
43693
43779
|
# @!attribute [rw] attribute
|
43694
43780
|
# The name of the attribute to modify.
|
43695
43781
|
#
|
43696
|
-
# Valid values: `description` \| `launchPermission`
|
43782
|
+
# Valid values: `description` \| `imdsSupport` \| `launchPermission`
|
43697
43783
|
# @return [String]
|
43698
43784
|
#
|
43699
43785
|
# @!attribute [rw] description
|
@@ -43729,7 +43815,8 @@ module Aws::EC2
|
|
43729
43815
|
#
|
43730
43816
|
# @!attribute [rw] value
|
43731
43817
|
# The value of the attribute being modified. This parameter can be
|
43732
|
-
# used only when the `Attribute` parameter is `description
|
43818
|
+
# used only when the `Attribute` parameter is `description` or
|
43819
|
+
# `imdsSupport`.
|
43733
43820
|
# @return [String]
|
43734
43821
|
#
|
43735
43822
|
# @!attribute [rw] dry_run
|
@@ -43751,6 +43838,25 @@ module Aws::EC2
|
|
43751
43838
|
# `launchPermission`.
|
43752
43839
|
# @return [Array<String>]
|
43753
43840
|
#
|
43841
|
+
# @!attribute [rw] imds_support
|
43842
|
+
# Set to `v2.0` to indicate that IMDSv2 is specified in the AMI.
|
43843
|
+
# Instances launched from this AMI will have `HttpTokens`
|
43844
|
+
# automatically set to `required` so that, by default, the instance
|
43845
|
+
# requires that IMDSv2 is used when requesting instance metadata. In
|
43846
|
+
# addition, `HttpPutResponseHopLimit` is set to `2`. For more
|
43847
|
+
# information, see [Configure the AMI][1] in the *Amazon EC2 User
|
43848
|
+
# Guide*.
|
43849
|
+
#
|
43850
|
+
# Do not use this parameter unless your AMI software supports IMDSv2.
|
43851
|
+
# After you set the value to `v2.0`, you can't undo it. The only way
|
43852
|
+
# to “reset” your AMI is to create a new AMI from the underlying
|
43853
|
+
# snapshot.
|
43854
|
+
#
|
43855
|
+
#
|
43856
|
+
#
|
43857
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration
|
43858
|
+
# @return [Types::AttributeValue]
|
43859
|
+
#
|
43754
43860
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyImageAttributeRequest AWS API Documentation
|
43755
43861
|
#
|
43756
43862
|
class ModifyImageAttributeRequest < Struct.new(
|
@@ -43765,7 +43871,8 @@ module Aws::EC2
|
|
43765
43871
|
:value,
|
43766
43872
|
:dry_run,
|
43767
43873
|
:organization_arns,
|
43768
|
-
:organizational_unit_arns
|
43874
|
+
:organizational_unit_arns,
|
43875
|
+
:imds_support)
|
43769
43876
|
SENSITIVE = []
|
43770
43877
|
include Aws::Structure
|
43771
43878
|
end
|
@@ -52369,8 +52476,8 @@ module Aws::EC2
|
|
52369
52476
|
# @return [String]
|
52370
52477
|
#
|
52371
52478
|
# @!attribute [rw] user_data
|
52372
|
-
# The
|
52373
|
-
# to 16 KB.
|
52479
|
+
# The base64-encoded user data that instances use when starting up.
|
52480
|
+
# User data is limited to 16 KB.
|
52374
52481
|
# @return [String]
|
52375
52482
|
#
|
52376
52483
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/RequestSpotLaunchSpecification AWS API Documentation
|
@@ -56846,7 +56953,8 @@ module Aws::EC2
|
|
56846
56953
|
# @return [String]
|
56847
56954
|
#
|
56848
56955
|
# @!attribute [rw] user_data
|
56849
|
-
# The
|
56956
|
+
# The base64-encoded user data that instances use when starting up.
|
56957
|
+
# User data is limited to 16 KB.
|
56850
56958
|
# @return [String]
|
56851
56959
|
#
|
56852
56960
|
# @!attribute [rw] weighted_capacity
|