aws-sdk-ec2 1.133.0 → 1.134.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-ec2.rb +1 -1
- data/lib/aws-sdk-ec2/classic_address.rb +2 -2
- data/lib/aws-sdk-ec2/client.rb +64 -31
- data/lib/aws-sdk-ec2/client_api.rb +27 -21
- data/lib/aws-sdk-ec2/instance.rb +2 -2
- data/lib/aws-sdk-ec2/resource.rb +5 -5
- data/lib/aws-sdk-ec2/subnet.rb +1 -1
- data/lib/aws-sdk-ec2/types.rb +86 -58
- data/lib/aws-sdk-ec2/vpc.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: 7c38419a501151e322489f1ec9df137a876d38d9
|
|
4
|
+
data.tar.gz: 7bfbffd0844e5b56181bea4247069c17af2d148c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dd1a8e15d727ad7606bb33d92ce3b4759d776ccd59e109916984f2a6f67d3441d41813ac483242c65f302d18cd6539b4ff380632b64babe6ef7293dc5626a4d2
|
|
7
|
+
data.tar.gz: d866db77a9ab4300b916e50578c65a6c7bcbe0944a537ad04eebcdcccf28d04e06e27dfc77721d9bbd8cfe6f4c6e079027e958b0e693e3734b8380d5575c6ba0
|
data/lib/aws-sdk-ec2.rb
CHANGED
|
@@ -290,7 +290,7 @@ module Aws::EC2
|
|
|
290
290
|
# @example Request syntax with placeholder values
|
|
291
291
|
#
|
|
292
292
|
# classic_address.disassociate({
|
|
293
|
-
# association_id: "
|
|
293
|
+
# association_id: "ElasticIpAssociationId",
|
|
294
294
|
# dry_run: false,
|
|
295
295
|
# })
|
|
296
296
|
# @param [Hash] options ({})
|
|
@@ -311,7 +311,7 @@ module Aws::EC2
|
|
|
311
311
|
# @example Request syntax with placeholder values
|
|
312
312
|
#
|
|
313
313
|
# classic_address.release({
|
|
314
|
-
# allocation_id: "
|
|
314
|
+
# allocation_id: "AllocationId",
|
|
315
315
|
# network_border_group: "String",
|
|
316
316
|
# dry_run: false,
|
|
317
317
|
# })
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -1288,7 +1288,7 @@ module Aws::EC2
|
|
|
1288
1288
|
# @example Request syntax with placeholder values
|
|
1289
1289
|
#
|
|
1290
1290
|
# resp = client.associate_dhcp_options({
|
|
1291
|
-
# dhcp_options_id: "
|
|
1291
|
+
# dhcp_options_id: "DefaultingDhcpOptionsId", # required
|
|
1292
1292
|
# vpc_id: "VpcId", # required
|
|
1293
1293
|
# dry_run: false,
|
|
1294
1294
|
# })
|
|
@@ -1462,7 +1462,7 @@ module Aws::EC2
|
|
|
1462
1462
|
#
|
|
1463
1463
|
# resp = client.associate_subnet_cidr_block({
|
|
1464
1464
|
# ipv_6_cidr_block: "String", # required
|
|
1465
|
-
# subnet_id: "
|
|
1465
|
+
# subnet_id: "SubnetId", # required
|
|
1466
1466
|
# })
|
|
1467
1467
|
#
|
|
1468
1468
|
# @example Response structure
|
|
@@ -2544,7 +2544,7 @@ module Aws::EC2
|
|
|
2544
2544
|
# @example Request syntax with placeholder values
|
|
2545
2545
|
#
|
|
2546
2546
|
# resp = client.cancel_bundle_task({
|
|
2547
|
-
# bundle_id: "
|
|
2547
|
+
# bundle_id: "BundleId", # required
|
|
2548
2548
|
# dry_run: false,
|
|
2549
2549
|
# })
|
|
2550
2550
|
#
|
|
@@ -3175,7 +3175,7 @@ module Aws::EC2
|
|
|
3175
3175
|
# client_token: "String",
|
|
3176
3176
|
# description: "String",
|
|
3177
3177
|
# encrypted: false,
|
|
3178
|
-
# kms_key_id: "
|
|
3178
|
+
# kms_key_id: "KmsKeyId",
|
|
3179
3179
|
# name: "String", # required
|
|
3180
3180
|
# source_image_id: "String", # required
|
|
3181
3181
|
# source_region: "String", # required
|
|
@@ -4825,15 +4825,15 @@ module Aws::EC2
|
|
|
4825
4825
|
# snapshot_id: "String",
|
|
4826
4826
|
# volume_size: 1,
|
|
4827
4827
|
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
4828
|
-
# encrypted: false,
|
|
4829
4828
|
# kms_key_id: "String",
|
|
4829
|
+
# encrypted: false,
|
|
4830
4830
|
# },
|
|
4831
4831
|
# no_device: "String",
|
|
4832
4832
|
# },
|
|
4833
4833
|
# ],
|
|
4834
4834
|
# description: "String",
|
|
4835
4835
|
# dry_run: false,
|
|
4836
|
-
# instance_id: "
|
|
4836
|
+
# instance_id: "InstanceId", # required
|
|
4837
4837
|
# name: "String", # required
|
|
4838
4838
|
# no_reboot: false,
|
|
4839
4839
|
# })
|
|
@@ -7227,7 +7227,7 @@ module Aws::EC2
|
|
|
7227
7227
|
# cidr_block: "String", # required
|
|
7228
7228
|
# ipv_6_cidr_block: "String",
|
|
7229
7229
|
# outpost_arn: "String",
|
|
7230
|
-
# vpc_id: "
|
|
7230
|
+
# vpc_id: "VpcId", # required
|
|
7231
7231
|
# dry_run: false,
|
|
7232
7232
|
# })
|
|
7233
7233
|
#
|
|
@@ -10541,7 +10541,7 @@ module Aws::EC2
|
|
|
10541
10541
|
# @example Request syntax with placeholder values
|
|
10542
10542
|
#
|
|
10543
10543
|
# resp = client.delete_subnet({
|
|
10544
|
-
# subnet_id: "
|
|
10544
|
+
# subnet_id: "SubnetId", # required
|
|
10545
10545
|
# dry_run: false,
|
|
10546
10546
|
# })
|
|
10547
10547
|
#
|
|
@@ -11483,7 +11483,7 @@ module Aws::EC2
|
|
|
11483
11483
|
# @example Request syntax with placeholder values
|
|
11484
11484
|
#
|
|
11485
11485
|
# resp = client.deregister_image({
|
|
11486
|
-
# image_id: "
|
|
11486
|
+
# image_id: "ImageId", # required
|
|
11487
11487
|
# dry_run: false,
|
|
11488
11488
|
# })
|
|
11489
11489
|
#
|
|
@@ -12459,6 +12459,14 @@ module Aws::EC2
|
|
|
12459
12459
|
# @option params [Array<Types::Filter>] :filters
|
|
12460
12460
|
# One or more filters. Filter names and values are case-sensitive.
|
|
12461
12461
|
#
|
|
12462
|
+
# * `description` - The description of the authorization rule.
|
|
12463
|
+
#
|
|
12464
|
+
# * `destination-cidr` - The CIDR of the network to which the
|
|
12465
|
+
# authorization rule applies.
|
|
12466
|
+
#
|
|
12467
|
+
# * `group-id` - The ID of the Active Directory group to which the
|
|
12468
|
+
# authorization rule grants access.
|
|
12469
|
+
#
|
|
12462
12470
|
# @option params [Integer] :max_results
|
|
12463
12471
|
# The maximum number of results to return for the request in a single
|
|
12464
12472
|
# page. The remaining results can be seen by sending another request
|
|
@@ -12515,6 +12523,11 @@ module Aws::EC2
|
|
|
12515
12523
|
# @option params [Array<Types::Filter>] :filters
|
|
12516
12524
|
# One or more filters. Filter names and values are case-sensitive.
|
|
12517
12525
|
#
|
|
12526
|
+
# * `connection-id` - The ID of the connection.
|
|
12527
|
+
#
|
|
12528
|
+
# * `username` - For Active Directory client authentication, the user
|
|
12529
|
+
# name of the client who established the client connection.
|
|
12530
|
+
#
|
|
12518
12531
|
# @option params [String] :next_token
|
|
12519
12532
|
# The token to retrieve the next page of results.
|
|
12520
12533
|
#
|
|
@@ -12593,6 +12606,10 @@ module Aws::EC2
|
|
|
12593
12606
|
# @option params [Array<Types::Filter>] :filters
|
|
12594
12607
|
# One or more filters. Filter names and values are case-sensitive.
|
|
12595
12608
|
#
|
|
12609
|
+
# * `endpoint-id` - The ID of the Client VPN endpoint.
|
|
12610
|
+
#
|
|
12611
|
+
# * `transport-protocol` - The transport protocol (`tcp` \| `udp`).
|
|
12612
|
+
#
|
|
12596
12613
|
# @option params [Boolean] :dry_run
|
|
12597
12614
|
# Checks whether you have the required permissions for the action,
|
|
12598
12615
|
# without actually making the request, and provides an error response.
|
|
@@ -12668,6 +12685,14 @@ module Aws::EC2
|
|
|
12668
12685
|
# @option params [Array<Types::Filter>] :filters
|
|
12669
12686
|
# One or more filters. Filter names and values are case-sensitive.
|
|
12670
12687
|
#
|
|
12688
|
+
# * `destination-cidr` - The CIDR of the route destination.
|
|
12689
|
+
#
|
|
12690
|
+
# * `origin` - How the route was associated with the Client VPN endpoint
|
|
12691
|
+
# (`associate` \| `add-route`).
|
|
12692
|
+
#
|
|
12693
|
+
# * `target-subnet` - The ID of the subnet through which traffic is
|
|
12694
|
+
# routed.
|
|
12695
|
+
#
|
|
12671
12696
|
# @option params [Integer] :max_results
|
|
12672
12697
|
# The maximum number of results to return for the request in a single
|
|
12673
12698
|
# page. The remaining results can be seen by sending another request
|
|
@@ -12744,6 +12769,13 @@ module Aws::EC2
|
|
|
12744
12769
|
# @option params [Array<Types::Filter>] :filters
|
|
12745
12770
|
# One or more filters. Filter names and values are case-sensitive.
|
|
12746
12771
|
#
|
|
12772
|
+
# * `association-id` - The ID of the association.
|
|
12773
|
+
#
|
|
12774
|
+
# * `target-network-id` - The ID of the subnet specified as the target
|
|
12775
|
+
# network.
|
|
12776
|
+
#
|
|
12777
|
+
# * `vpc-id` - The ID of the VPC in which the target network is located.
|
|
12778
|
+
#
|
|
12747
12779
|
# @option params [Boolean] :dry_run
|
|
12748
12780
|
# Checks whether you have the required permissions for the action,
|
|
12749
12781
|
# without actually making the request, and provides an error response.
|
|
@@ -13410,6 +13442,7 @@ module Aws::EC2
|
|
|
13410
13442
|
# The export task IDs.
|
|
13411
13443
|
#
|
|
13412
13444
|
# @option params [Array<Types::Filter>] :filters
|
|
13445
|
+
# the filters for the export tasks.
|
|
13413
13446
|
#
|
|
13414
13447
|
# @return [Types::DescribeExportTasksResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
13415
13448
|
#
|
|
@@ -14647,8 +14680,8 @@ module Aws::EC2
|
|
|
14647
14680
|
# resp.block_device_mappings[0].ebs.snapshot_id #=> String
|
|
14648
14681
|
# resp.block_device_mappings[0].ebs.volume_size #=> Integer
|
|
14649
14682
|
# resp.block_device_mappings[0].ebs.volume_type #=> String, one of "standard", "io1", "gp2", "sc1", "st1"
|
|
14650
|
-
# resp.block_device_mappings[0].ebs.encrypted #=> Boolean
|
|
14651
14683
|
# resp.block_device_mappings[0].ebs.kms_key_id #=> String
|
|
14684
|
+
# resp.block_device_mappings[0].ebs.encrypted #=> Boolean
|
|
14652
14685
|
# resp.block_device_mappings[0].no_device #=> String
|
|
14653
14686
|
# resp.image_id #=> String
|
|
14654
14687
|
# resp.launch_permissions #=> Array
|
|
@@ -14885,8 +14918,8 @@ module Aws::EC2
|
|
|
14885
14918
|
# resp.images[0].block_device_mappings[0].ebs.snapshot_id #=> String
|
|
14886
14919
|
# resp.images[0].block_device_mappings[0].ebs.volume_size #=> Integer
|
|
14887
14920
|
# resp.images[0].block_device_mappings[0].ebs.volume_type #=> String, one of "standard", "io1", "gp2", "sc1", "st1"
|
|
14888
|
-
# resp.images[0].block_device_mappings[0].ebs.encrypted #=> Boolean
|
|
14889
14921
|
# resp.images[0].block_device_mappings[0].ebs.kms_key_id #=> String
|
|
14922
|
+
# resp.images[0].block_device_mappings[0].ebs.encrypted #=> Boolean
|
|
14890
14923
|
# resp.images[0].block_device_mappings[0].no_device #=> String
|
|
14891
14924
|
# resp.images[0].description #=> String
|
|
14892
14925
|
# resp.images[0].ena_support #=> Boolean
|
|
@@ -15683,7 +15716,7 @@ module Aws::EC2
|
|
|
15683
15716
|
# instance type.
|
|
15684
15717
|
#
|
|
15685
15718
|
# * `vcpu-info.default-threads-per-core` - The default number of threads
|
|
15686
|
-
# per
|
|
15719
|
+
# per core for the instance type.
|
|
15687
15720
|
#
|
|
15688
15721
|
# * `vcpu-info.default-vcpus` - The default number of vCPUs for the
|
|
15689
15722
|
# instance type.
|
|
@@ -20594,8 +20627,8 @@ module Aws::EC2
|
|
|
20594
20627
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].block_device_mappings[0].ebs.snapshot_id #=> String
|
|
20595
20628
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].block_device_mappings[0].ebs.volume_size #=> Integer
|
|
20596
20629
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].block_device_mappings[0].ebs.volume_type #=> String, one of "standard", "io1", "gp2", "sc1", "st1"
|
|
20597
|
-
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].block_device_mappings[0].ebs.encrypted #=> Boolean
|
|
20598
20630
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].block_device_mappings[0].ebs.kms_key_id #=> String
|
|
20631
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].block_device_mappings[0].ebs.encrypted #=> Boolean
|
|
20599
20632
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].block_device_mappings[0].no_device #=> String
|
|
20600
20633
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].ebs_optimized #=> Boolean
|
|
20601
20634
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].iam_instance_profile.arn #=> String
|
|
@@ -20933,8 +20966,8 @@ module Aws::EC2
|
|
|
20933
20966
|
# resp.spot_instance_requests[0].launch_specification.block_device_mappings[0].ebs.snapshot_id #=> String
|
|
20934
20967
|
# resp.spot_instance_requests[0].launch_specification.block_device_mappings[0].ebs.volume_size #=> Integer
|
|
20935
20968
|
# resp.spot_instance_requests[0].launch_specification.block_device_mappings[0].ebs.volume_type #=> String, one of "standard", "io1", "gp2", "sc1", "st1"
|
|
20936
|
-
# resp.spot_instance_requests[0].launch_specification.block_device_mappings[0].ebs.encrypted #=> Boolean
|
|
20937
20969
|
# resp.spot_instance_requests[0].launch_specification.block_device_mappings[0].ebs.kms_key_id #=> String
|
|
20970
|
+
# resp.spot_instance_requests[0].launch_specification.block_device_mappings[0].ebs.encrypted #=> Boolean
|
|
20938
20971
|
# resp.spot_instance_requests[0].launch_specification.block_device_mappings[0].no_device #=> String
|
|
20939
20972
|
# resp.spot_instance_requests[0].launch_specification.ebs_optimized #=> Boolean
|
|
20940
20973
|
# resp.spot_instance_requests[0].launch_specification.iam_instance_profile.arn #=> String
|
|
@@ -24260,7 +24293,7 @@ module Aws::EC2
|
|
|
24260
24293
|
# @example Request syntax with placeholder values
|
|
24261
24294
|
#
|
|
24262
24295
|
# resp = client.detach_network_interface({
|
|
24263
|
-
# attachment_id: "
|
|
24296
|
+
# attachment_id: "NetworkInterfaceAttachmentId", # required
|
|
24264
24297
|
# dry_run: false,
|
|
24265
24298
|
# force: false,
|
|
24266
24299
|
# })
|
|
@@ -24719,7 +24752,7 @@ module Aws::EC2
|
|
|
24719
24752
|
# @example Request syntax with placeholder values
|
|
24720
24753
|
#
|
|
24721
24754
|
# resp = client.disassociate_address({
|
|
24722
|
-
# association_id: "
|
|
24755
|
+
# association_id: "ElasticIpAssociationId",
|
|
24723
24756
|
# public_ip: "String",
|
|
24724
24757
|
# dry_run: false,
|
|
24725
24758
|
# })
|
|
@@ -24908,7 +24941,7 @@ module Aws::EC2
|
|
|
24908
24941
|
# @example Request syntax with placeholder values
|
|
24909
24942
|
#
|
|
24910
24943
|
# resp = client.disassociate_subnet_cidr_block({
|
|
24911
|
-
# association_id: "
|
|
24944
|
+
# association_id: "SubnetCidrAssociationId", # required
|
|
24912
24945
|
# })
|
|
24913
24946
|
#
|
|
24914
24947
|
# @example Response structure
|
|
@@ -26893,7 +26926,7 @@ module Aws::EC2
|
|
|
26893
26926
|
# dry_run: false,
|
|
26894
26927
|
# encrypted: false,
|
|
26895
26928
|
# hypervisor: "String",
|
|
26896
|
-
# kms_key_id: "
|
|
26929
|
+
# kms_key_id: "KmsKeyId",
|
|
26897
26930
|
# license_type: "String",
|
|
26898
26931
|
# platform: "String",
|
|
26899
26932
|
# role_name: "String",
|
|
@@ -28138,7 +28171,7 @@ module Aws::EC2
|
|
|
28138
28171
|
# resp = client.modify_image_attribute({
|
|
28139
28172
|
# attribute: "String",
|
|
28140
28173
|
# description: "value", # value <Hash,Array,String,Numeric,Boolean,IO,Set,nil>
|
|
28141
|
-
# image_id: "
|
|
28174
|
+
# image_id: "ImageId", # required
|
|
28142
28175
|
# launch_permission: {
|
|
28143
28176
|
# add: [
|
|
28144
28177
|
# {
|
|
@@ -28343,7 +28376,7 @@ module Aws::EC2
|
|
|
28343
28376
|
# device_name: "String",
|
|
28344
28377
|
# ebs: {
|
|
28345
28378
|
# delete_on_termination: false,
|
|
28346
|
-
# volume_id: "
|
|
28379
|
+
# volume_id: "VolumeId",
|
|
28347
28380
|
# },
|
|
28348
28381
|
# no_device: "String",
|
|
28349
28382
|
# virtual_name: "String",
|
|
@@ -29244,7 +29277,7 @@ module Aws::EC2
|
|
|
29244
29277
|
# map_public_ip_on_launch: {
|
|
29245
29278
|
# value: false,
|
|
29246
29279
|
# },
|
|
29247
|
-
# subnet_id: "
|
|
29280
|
+
# subnet_id: "SubnetId", # required
|
|
29248
29281
|
# })
|
|
29249
29282
|
#
|
|
29250
29283
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifySubnetAttribute AWS API Documentation
|
|
@@ -31284,8 +31317,8 @@ module Aws::EC2
|
|
|
31284
31317
|
# snapshot_id: "String",
|
|
31285
31318
|
# volume_size: 1,
|
|
31286
31319
|
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
31287
|
-
# encrypted: false,
|
|
31288
31320
|
# kms_key_id: "String",
|
|
31321
|
+
# encrypted: false,
|
|
31289
31322
|
# },
|
|
31290
31323
|
# no_device: "String",
|
|
31291
31324
|
# },
|
|
@@ -31293,10 +31326,10 @@ module Aws::EC2
|
|
|
31293
31326
|
# description: "String",
|
|
31294
31327
|
# dry_run: false,
|
|
31295
31328
|
# ena_support: false,
|
|
31296
|
-
# kernel_id: "
|
|
31329
|
+
# kernel_id: "KernelId",
|
|
31297
31330
|
# name: "String", # required
|
|
31298
31331
|
# billing_products: ["String"],
|
|
31299
|
-
# ramdisk_id: "
|
|
31332
|
+
# ramdisk_id: "RamdiskId",
|
|
31300
31333
|
# root_device_name: "String",
|
|
31301
31334
|
# sriov_net_support: "String",
|
|
31302
31335
|
# virtualization_type: "String",
|
|
@@ -31693,7 +31726,7 @@ module Aws::EC2
|
|
|
31693
31726
|
# @example Request syntax with placeholder values
|
|
31694
31727
|
#
|
|
31695
31728
|
# resp = client.release_address({
|
|
31696
|
-
# allocation_id: "
|
|
31729
|
+
# allocation_id: "AllocationId",
|
|
31697
31730
|
# public_ip: "String",
|
|
31698
31731
|
# network_border_group: "String",
|
|
31699
31732
|
# dry_run: false,
|
|
@@ -32502,8 +32535,8 @@ module Aws::EC2
|
|
|
32502
32535
|
# snapshot_id: "String",
|
|
32503
32536
|
# volume_size: 1,
|
|
32504
32537
|
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
32505
|
-
# encrypted: false,
|
|
32506
32538
|
# kms_key_id: "String",
|
|
32539
|
+
# encrypted: false,
|
|
32507
32540
|
# },
|
|
32508
32541
|
# no_device: "String",
|
|
32509
32542
|
# },
|
|
@@ -32816,8 +32849,8 @@ module Aws::EC2
|
|
|
32816
32849
|
# snapshot_id: "String",
|
|
32817
32850
|
# volume_size: 1,
|
|
32818
32851
|
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
32819
|
-
# encrypted: false,
|
|
32820
32852
|
# kms_key_id: "String",
|
|
32853
|
+
# encrypted: false,
|
|
32821
32854
|
# },
|
|
32822
32855
|
# no_device: "String",
|
|
32823
32856
|
# },
|
|
@@ -32900,8 +32933,8 @@ module Aws::EC2
|
|
|
32900
32933
|
# resp.spot_instance_requests[0].launch_specification.block_device_mappings[0].ebs.snapshot_id #=> String
|
|
32901
32934
|
# resp.spot_instance_requests[0].launch_specification.block_device_mappings[0].ebs.volume_size #=> Integer
|
|
32902
32935
|
# resp.spot_instance_requests[0].launch_specification.block_device_mappings[0].ebs.volume_type #=> String, one of "standard", "io1", "gp2", "sc1", "st1"
|
|
32903
|
-
# resp.spot_instance_requests[0].launch_specification.block_device_mappings[0].ebs.encrypted #=> Boolean
|
|
32904
32936
|
# resp.spot_instance_requests[0].launch_specification.block_device_mappings[0].ebs.kms_key_id #=> String
|
|
32937
|
+
# resp.spot_instance_requests[0].launch_specification.block_device_mappings[0].ebs.encrypted #=> Boolean
|
|
32905
32938
|
# resp.spot_instance_requests[0].launch_specification.block_device_mappings[0].no_device #=> String
|
|
32906
32939
|
# resp.spot_instance_requests[0].launch_specification.ebs_optimized #=> Boolean
|
|
32907
32940
|
# resp.spot_instance_requests[0].launch_specification.iam_instance_profile.arn #=> String
|
|
@@ -33080,7 +33113,7 @@ module Aws::EC2
|
|
|
33080
33113
|
#
|
|
33081
33114
|
# resp = client.reset_image_attribute({
|
|
33082
33115
|
# attribute: "launchPermission", # required, accepts launchPermission
|
|
33083
|
-
# image_id: "
|
|
33116
|
+
# image_id: "ImageId", # required
|
|
33084
33117
|
# dry_run: false,
|
|
33085
33118
|
# })
|
|
33086
33119
|
#
|
|
@@ -34043,8 +34076,8 @@ module Aws::EC2
|
|
|
34043
34076
|
# snapshot_id: "String",
|
|
34044
34077
|
# volume_size: 1,
|
|
34045
34078
|
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
34046
|
-
# encrypted: false,
|
|
34047
34079
|
# kms_key_id: "String",
|
|
34080
|
+
# encrypted: false,
|
|
34048
34081
|
# },
|
|
34049
34082
|
# no_device: "String",
|
|
34050
34083
|
# },
|
|
@@ -35660,7 +35693,7 @@ module Aws::EC2
|
|
|
35660
35693
|
params: params,
|
|
35661
35694
|
config: config)
|
|
35662
35695
|
context[:gem_name] = 'aws-sdk-ec2'
|
|
35663
|
-
context[:gem_version] = '1.
|
|
35696
|
+
context[:gem_version] = '1.134.0'
|
|
35664
35697
|
Seahorse::Client::Request.new(handlers, context)
|
|
35665
35698
|
end
|
|
35666
35699
|
|
|
@@ -88,7 +88,6 @@ module Aws::EC2
|
|
|
88
88
|
AttachVolumeRequest = Shapes::StructureShape.new(name: 'AttachVolumeRequest')
|
|
89
89
|
AttachVpnGatewayRequest = Shapes::StructureShape.new(name: 'AttachVpnGatewayRequest')
|
|
90
90
|
AttachVpnGatewayResult = Shapes::StructureShape.new(name: 'AttachVpnGatewayResult')
|
|
91
|
-
AttachmentId = Shapes::StringShape.new(name: 'AttachmentId')
|
|
92
91
|
AttachmentStatus = Shapes::StringShape.new(name: 'AttachmentStatus')
|
|
93
92
|
AttributeBooleanValue = Shapes::StructureShape.new(name: 'AttributeBooleanValue')
|
|
94
93
|
AttributeValue = Shapes::StructureShape.new(name: 'AttributeValue')
|
|
@@ -119,6 +118,7 @@ module Aws::EC2
|
|
|
119
118
|
BlockDeviceMappingList = Shapes::ListShape.new(name: 'BlockDeviceMappingList')
|
|
120
119
|
BlockDeviceMappingRequestList = Shapes::ListShape.new(name: 'BlockDeviceMappingRequestList')
|
|
121
120
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
121
|
+
BundleId = Shapes::StringShape.new(name: 'BundleId')
|
|
122
122
|
BundleIdStringList = Shapes::ListShape.new(name: 'BundleIdStringList')
|
|
123
123
|
BundleInstanceRequest = Shapes::StructureShape.new(name: 'BundleInstanceRequest')
|
|
124
124
|
BundleInstanceResult = Shapes::StructureShape.new(name: 'BundleInstanceResult')
|
|
@@ -357,6 +357,7 @@ module Aws::EC2
|
|
|
357
357
|
DefaultRouteTableAssociationValue = Shapes::StringShape.new(name: 'DefaultRouteTableAssociationValue')
|
|
358
358
|
DefaultRouteTablePropagationValue = Shapes::StringShape.new(name: 'DefaultRouteTablePropagationValue')
|
|
359
359
|
DefaultTargetCapacityType = Shapes::StringShape.new(name: 'DefaultTargetCapacityType')
|
|
360
|
+
DefaultingDhcpOptionsId = Shapes::StringShape.new(name: 'DefaultingDhcpOptionsId')
|
|
360
361
|
DeleteClientVpnEndpointRequest = Shapes::StructureShape.new(name: 'DeleteClientVpnEndpointRequest')
|
|
361
362
|
DeleteClientVpnEndpointResult = Shapes::StructureShape.new(name: 'DeleteClientVpnEndpointResult')
|
|
362
363
|
DeleteClientVpnRouteRequest = Shapes::StructureShape.new(name: 'DeleteClientVpnRouteRequest')
|
|
@@ -809,6 +810,7 @@ module Aws::EC2
|
|
|
809
810
|
ElasticInferenceAcceleratorAssociationList = Shapes::ListShape.new(name: 'ElasticInferenceAcceleratorAssociationList')
|
|
810
811
|
ElasticInferenceAcceleratorCount = Shapes::IntegerShape.new(name: 'ElasticInferenceAcceleratorCount')
|
|
811
812
|
ElasticInferenceAccelerators = Shapes::ListShape.new(name: 'ElasticInferenceAccelerators')
|
|
813
|
+
ElasticIpAssociationId = Shapes::StringShape.new(name: 'ElasticIpAssociationId')
|
|
812
814
|
EnaSupport = Shapes::StringShape.new(name: 'EnaSupport')
|
|
813
815
|
EnableEbsEncryptionByDefaultRequest = Shapes::StructureShape.new(name: 'EnableEbsEncryptionByDefaultRequest')
|
|
814
816
|
EnableEbsEncryptionByDefaultResult = Shapes::StructureShape.new(name: 'EnableEbsEncryptionByDefaultResult')
|
|
@@ -1115,6 +1117,7 @@ module Aws::EC2
|
|
|
1115
1117
|
Ipv6Range = Shapes::StructureShape.new(name: 'Ipv6Range')
|
|
1116
1118
|
Ipv6RangeList = Shapes::ListShape.new(name: 'Ipv6RangeList')
|
|
1117
1119
|
Ipv6SupportValue = Shapes::StringShape.new(name: 'Ipv6SupportValue')
|
|
1120
|
+
KernelId = Shapes::StringShape.new(name: 'KernelId')
|
|
1118
1121
|
KeyNameStringList = Shapes::ListShape.new(name: 'KeyNameStringList')
|
|
1119
1122
|
KeyPair = Shapes::StructureShape.new(name: 'KeyPair')
|
|
1120
1123
|
KeyPairIdStringList = Shapes::ListShape.new(name: 'KeyPairIdStringList')
|
|
@@ -1332,6 +1335,7 @@ module Aws::EC2
|
|
|
1332
1335
|
NetworkInterfaceAssociation = Shapes::StructureShape.new(name: 'NetworkInterfaceAssociation')
|
|
1333
1336
|
NetworkInterfaceAttachment = Shapes::StructureShape.new(name: 'NetworkInterfaceAttachment')
|
|
1334
1337
|
NetworkInterfaceAttachmentChanges = Shapes::StructureShape.new(name: 'NetworkInterfaceAttachmentChanges')
|
|
1338
|
+
NetworkInterfaceAttachmentId = Shapes::StringShape.new(name: 'NetworkInterfaceAttachmentId')
|
|
1335
1339
|
NetworkInterfaceAttribute = Shapes::StringShape.new(name: 'NetworkInterfaceAttribute')
|
|
1336
1340
|
NetworkInterfaceCreationType = Shapes::StringShape.new(name: 'NetworkInterfaceCreationType')
|
|
1337
1341
|
NetworkInterfaceId = Shapes::StringShape.new(name: 'NetworkInterfaceId')
|
|
@@ -1456,6 +1460,7 @@ module Aws::EC2
|
|
|
1456
1460
|
PurchaseSet = Shapes::ListShape.new(name: 'PurchaseSet')
|
|
1457
1461
|
PurchasedScheduledInstanceSet = Shapes::ListShape.new(name: 'PurchasedScheduledInstanceSet')
|
|
1458
1462
|
RIProductDescription = Shapes::StringShape.new(name: 'RIProductDescription')
|
|
1463
|
+
RamdiskId = Shapes::StringShape.new(name: 'RamdiskId')
|
|
1459
1464
|
ReasonCodesList = Shapes::ListShape.new(name: 'ReasonCodesList')
|
|
1460
1465
|
RebootInstancesRequest = Shapes::StructureShape.new(name: 'RebootInstancesRequest')
|
|
1461
1466
|
RecurringCharge = Shapes::StructureShape.new(name: 'RecurringCharge')
|
|
@@ -1680,6 +1685,7 @@ module Aws::EC2
|
|
|
1680
1685
|
Subnet = Shapes::StructureShape.new(name: 'Subnet')
|
|
1681
1686
|
SubnetAssociation = Shapes::StructureShape.new(name: 'SubnetAssociation')
|
|
1682
1687
|
SubnetAssociationList = Shapes::ListShape.new(name: 'SubnetAssociationList')
|
|
1688
|
+
SubnetCidrAssociationId = Shapes::StringShape.new(name: 'SubnetCidrAssociationId')
|
|
1683
1689
|
SubnetCidrBlockState = Shapes::StructureShape.new(name: 'SubnetCidrBlockState')
|
|
1684
1690
|
SubnetCidrBlockStateCode = Shapes::StringShape.new(name: 'SubnetCidrBlockStateCode')
|
|
1685
1691
|
SubnetId = Shapes::StringShape.new(name: 'SubnetId')
|
|
@@ -2098,7 +2104,7 @@ module Aws::EC2
|
|
|
2098
2104
|
AssociateClientVpnTargetNetworkResult.add_member(:status, Shapes::ShapeRef.new(shape: AssociationStatus, location_name: "status"))
|
|
2099
2105
|
AssociateClientVpnTargetNetworkResult.struct_class = Types::AssociateClientVpnTargetNetworkResult
|
|
2100
2106
|
|
|
2101
|
-
AssociateDhcpOptionsRequest.add_member(:dhcp_options_id, Shapes::ShapeRef.new(shape:
|
|
2107
|
+
AssociateDhcpOptionsRequest.add_member(:dhcp_options_id, Shapes::ShapeRef.new(shape: DefaultingDhcpOptionsId, required: true, location_name: "DhcpOptionsId"))
|
|
2102
2108
|
AssociateDhcpOptionsRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
|
|
2103
2109
|
AssociateDhcpOptionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
|
2104
2110
|
AssociateDhcpOptionsRequest.struct_class = Types::AssociateDhcpOptionsRequest
|
|
@@ -2121,7 +2127,7 @@ module Aws::EC2
|
|
|
2121
2127
|
AssociateRouteTableResult.struct_class = Types::AssociateRouteTableResult
|
|
2122
2128
|
|
|
2123
2129
|
AssociateSubnetCidrBlockRequest.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ipv6CidrBlock"))
|
|
2124
|
-
AssociateSubnetCidrBlockRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape:
|
|
2130
|
+
AssociateSubnetCidrBlockRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, required: true, location_name: "subnetId"))
|
|
2125
2131
|
AssociateSubnetCidrBlockRequest.struct_class = Types::AssociateSubnetCidrBlockRequest
|
|
2126
2132
|
|
|
2127
2133
|
AssociateSubnetCidrBlockResult.add_member(:ipv_6_cidr_block_association, Shapes::ShapeRef.new(shape: SubnetIpv6CidrBlockAssociation, location_name: "ipv6CidrBlockAssociation"))
|
|
@@ -2330,7 +2336,7 @@ module Aws::EC2
|
|
|
2330
2336
|
|
|
2331
2337
|
ByoipCidrSet.member = Shapes::ShapeRef.new(shape: ByoipCidr, location_name: "item")
|
|
2332
2338
|
|
|
2333
|
-
CancelBundleTaskRequest.add_member(:bundle_id, Shapes::ShapeRef.new(shape:
|
|
2339
|
+
CancelBundleTaskRequest.add_member(:bundle_id, Shapes::ShapeRef.new(shape: BundleId, required: true, location_name: "BundleId"))
|
|
2334
2340
|
CancelBundleTaskRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
|
2335
2341
|
CancelBundleTaskRequest.struct_class = Types::CancelBundleTaskRequest
|
|
2336
2342
|
|
|
@@ -2649,7 +2655,7 @@ module Aws::EC2
|
|
|
2649
2655
|
CopyImageRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken"))
|
|
2650
2656
|
CopyImageRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
|
2651
2657
|
CopyImageRequest.add_member(:encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "encrypted"))
|
|
2652
|
-
CopyImageRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape:
|
|
2658
|
+
CopyImageRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "kmsKeyId"))
|
|
2653
2659
|
CopyImageRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
|
|
2654
2660
|
CopyImageRequest.add_member(:source_image_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceImageId"))
|
|
2655
2661
|
CopyImageRequest.add_member(:source_region, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceRegion"))
|
|
@@ -2842,7 +2848,7 @@ module Aws::EC2
|
|
|
2842
2848
|
CreateImageRequest.add_member(:block_device_mappings, Shapes::ShapeRef.new(shape: BlockDeviceMappingRequestList, location_name: "blockDeviceMapping"))
|
|
2843
2849
|
CreateImageRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
2844
2850
|
CreateImageRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
|
2845
|
-
CreateImageRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape:
|
|
2851
|
+
CreateImageRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "instanceId"))
|
|
2846
2852
|
CreateImageRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
|
2847
2853
|
CreateImageRequest.add_member(:no_reboot, Shapes::ShapeRef.new(shape: Boolean, location_name: "noReboot"))
|
|
2848
2854
|
CreateImageRequest.struct_class = Types::CreateImageRequest
|
|
@@ -3039,7 +3045,7 @@ module Aws::EC2
|
|
|
3039
3045
|
CreateSubnetRequest.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CidrBlock"))
|
|
3040
3046
|
CreateSubnetRequest.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6CidrBlock"))
|
|
3041
3047
|
CreateSubnetRequest.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "OutpostArn"))
|
|
3042
|
-
CreateSubnetRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape:
|
|
3048
|
+
CreateSubnetRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
|
|
3043
3049
|
CreateSubnetRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
|
3044
3050
|
CreateSubnetRequest.struct_class = Types::CreateSubnetRequest
|
|
3045
3051
|
|
|
@@ -3488,7 +3494,7 @@ module Aws::EC2
|
|
|
3488
3494
|
DeleteSpotDatafeedSubscriptionRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
|
3489
3495
|
DeleteSpotDatafeedSubscriptionRequest.struct_class = Types::DeleteSpotDatafeedSubscriptionRequest
|
|
3490
3496
|
|
|
3491
|
-
DeleteSubnetRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape:
|
|
3497
|
+
DeleteSubnetRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, required: true, location_name: "SubnetId"))
|
|
3492
3498
|
DeleteSubnetRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
|
3493
3499
|
DeleteSubnetRequest.struct_class = Types::DeleteSubnetRequest
|
|
3494
3500
|
|
|
@@ -3623,7 +3629,7 @@ module Aws::EC2
|
|
|
3623
3629
|
DeprovisionByoipCidrResult.add_member(:byoip_cidr, Shapes::ShapeRef.new(shape: ByoipCidr, location_name: "byoipCidr"))
|
|
3624
3630
|
DeprovisionByoipCidrResult.struct_class = Types::DeprovisionByoipCidrResult
|
|
3625
3631
|
|
|
3626
|
-
DeregisterImageRequest.add_member(:image_id, Shapes::ShapeRef.new(shape:
|
|
3632
|
+
DeregisterImageRequest.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, required: true, location_name: "ImageId"))
|
|
3627
3633
|
DeregisterImageRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
|
3628
3634
|
DeregisterImageRequest.struct_class = Types::DeregisterImageRequest
|
|
3629
3635
|
|
|
@@ -4855,7 +4861,7 @@ module Aws::EC2
|
|
|
4855
4861
|
DetachInternetGatewayRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "vpcId"))
|
|
4856
4862
|
DetachInternetGatewayRequest.struct_class = Types::DetachInternetGatewayRequest
|
|
4857
4863
|
|
|
4858
|
-
DetachNetworkInterfaceRequest.add_member(:attachment_id, Shapes::ShapeRef.new(shape:
|
|
4864
|
+
DetachNetworkInterfaceRequest.add_member(:attachment_id, Shapes::ShapeRef.new(shape: NetworkInterfaceAttachmentId, required: true, location_name: "attachmentId"))
|
|
4859
4865
|
DetachNetworkInterfaceRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
|
4860
4866
|
DetachNetworkInterfaceRequest.add_member(:force, Shapes::ShapeRef.new(shape: Boolean, location_name: "force"))
|
|
4861
4867
|
DetachNetworkInterfaceRequest.struct_class = Types::DetachNetworkInterfaceRequest
|
|
@@ -4967,7 +4973,7 @@ module Aws::EC2
|
|
|
4967
4973
|
DisableVpcClassicLinkResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
|
4968
4974
|
DisableVpcClassicLinkResult.struct_class = Types::DisableVpcClassicLinkResult
|
|
4969
4975
|
|
|
4970
|
-
DisassociateAddressRequest.add_member(:association_id, Shapes::ShapeRef.new(shape:
|
|
4976
|
+
DisassociateAddressRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: ElasticIpAssociationId, location_name: "AssociationId"))
|
|
4971
4977
|
DisassociateAddressRequest.add_member(:public_ip, Shapes::ShapeRef.new(shape: String, location_name: "PublicIp"))
|
|
4972
4978
|
DisassociateAddressRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
|
4973
4979
|
DisassociateAddressRequest.struct_class = Types::DisassociateAddressRequest
|
|
@@ -4991,7 +4997,7 @@ module Aws::EC2
|
|
|
4991
4997
|
DisassociateRouteTableRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
|
4992
4998
|
DisassociateRouteTableRequest.struct_class = Types::DisassociateRouteTableRequest
|
|
4993
4999
|
|
|
4994
|
-
DisassociateSubnetCidrBlockRequest.add_member(:association_id, Shapes::ShapeRef.new(shape:
|
|
5000
|
+
DisassociateSubnetCidrBlockRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: SubnetCidrAssociationId, required: true, location_name: "associationId"))
|
|
4995
5001
|
DisassociateSubnetCidrBlockRequest.struct_class = Types::DisassociateSubnetCidrBlockRequest
|
|
4996
5002
|
|
|
4997
5003
|
DisassociateSubnetCidrBlockResult.add_member(:ipv_6_cidr_block_association, Shapes::ShapeRef.new(shape: SubnetIpv6CidrBlockAssociation, location_name: "ipv6CidrBlockAssociation"))
|
|
@@ -5067,8 +5073,8 @@ module Aws::EC2
|
|
|
5067
5073
|
EbsBlockDevice.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "snapshotId"))
|
|
5068
5074
|
EbsBlockDevice.add_member(:volume_size, Shapes::ShapeRef.new(shape: Integer, location_name: "volumeSize"))
|
|
5069
5075
|
EbsBlockDevice.add_member(:volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "volumeType"))
|
|
5070
|
-
EbsBlockDevice.add_member(:encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "encrypted"))
|
|
5071
5076
|
EbsBlockDevice.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
|
5077
|
+
EbsBlockDevice.add_member(:encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "encrypted"))
|
|
5072
5078
|
EbsBlockDevice.struct_class = Types::EbsBlockDevice
|
|
5073
5079
|
|
|
5074
5080
|
EbsInfo.add_member(:ebs_optimized_support, Shapes::ShapeRef.new(shape: EbsOptimizedSupport, location_name: "ebsOptimizedSupport"))
|
|
@@ -5082,7 +5088,7 @@ module Aws::EC2
|
|
|
5082
5088
|
EbsInstanceBlockDevice.struct_class = Types::EbsInstanceBlockDevice
|
|
5083
5089
|
|
|
5084
5090
|
EbsInstanceBlockDeviceSpecification.add_member(:delete_on_termination, Shapes::ShapeRef.new(shape: Boolean, location_name: "deleteOnTermination"))
|
|
5085
|
-
EbsInstanceBlockDeviceSpecification.add_member(:volume_id, Shapes::ShapeRef.new(shape:
|
|
5091
|
+
EbsInstanceBlockDeviceSpecification.add_member(:volume_id, Shapes::ShapeRef.new(shape: VolumeId, location_name: "volumeId"))
|
|
5086
5092
|
EbsInstanceBlockDeviceSpecification.struct_class = Types::EbsInstanceBlockDeviceSpecification
|
|
5087
5093
|
|
|
5088
5094
|
EgressOnlyInternetGateway.add_member(:attachments, Shapes::ShapeRef.new(shape: InternetGatewayAttachmentList, location_name: "attachmentSet"))
|
|
@@ -5843,7 +5849,7 @@ module Aws::EC2
|
|
|
5843
5849
|
ImportImageRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
5844
5850
|
ImportImageRequest.add_member(:encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "Encrypted"))
|
|
5845
5851
|
ImportImageRequest.add_member(:hypervisor, Shapes::ShapeRef.new(shape: String, location_name: "Hypervisor"))
|
|
5846
|
-
ImportImageRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape:
|
|
5852
|
+
ImportImageRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
|
5847
5853
|
ImportImageRequest.add_member(:license_type, Shapes::ShapeRef.new(shape: String, location_name: "LicenseType"))
|
|
5848
5854
|
ImportImageRequest.add_member(:platform, Shapes::ShapeRef.new(shape: String, location_name: "Platform"))
|
|
5849
5855
|
ImportImageRequest.add_member(:role_name, Shapes::ShapeRef.new(shape: String, location_name: "RoleName"))
|
|
@@ -6818,7 +6824,7 @@ module Aws::EC2
|
|
|
6818
6824
|
|
|
6819
6825
|
ModifyImageAttributeRequest.add_member(:attribute, Shapes::ShapeRef.new(shape: String, location_name: "Attribute"))
|
|
6820
6826
|
ModifyImageAttributeRequest.add_member(:description, Shapes::ShapeRef.new(shape: AttributeValue, location_name: "Description"))
|
|
6821
|
-
ModifyImageAttributeRequest.add_member(:image_id, Shapes::ShapeRef.new(shape:
|
|
6827
|
+
ModifyImageAttributeRequest.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, required: true, location_name: "ImageId"))
|
|
6822
6828
|
ModifyImageAttributeRequest.add_member(:launch_permission, Shapes::ShapeRef.new(shape: LaunchPermissionModifications, location_name: "LaunchPermission"))
|
|
6823
6829
|
ModifyImageAttributeRequest.add_member(:operation_type, Shapes::ShapeRef.new(shape: OperationType, location_name: "OperationType"))
|
|
6824
6830
|
ModifyImageAttributeRequest.add_member(:product_codes, Shapes::ShapeRef.new(shape: ProductCodeStringList, location_name: "ProductCode"))
|
|
@@ -6941,7 +6947,7 @@ module Aws::EC2
|
|
|
6941
6947
|
|
|
6942
6948
|
ModifySubnetAttributeRequest.add_member(:assign_ipv_6_address_on_creation, Shapes::ShapeRef.new(shape: AttributeBooleanValue, location_name: "AssignIpv6AddressOnCreation"))
|
|
6943
6949
|
ModifySubnetAttributeRequest.add_member(:map_public_ip_on_launch, Shapes::ShapeRef.new(shape: AttributeBooleanValue, location_name: "MapPublicIpOnLaunch"))
|
|
6944
|
-
ModifySubnetAttributeRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape:
|
|
6950
|
+
ModifySubnetAttributeRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, required: true, location_name: "subnetId"))
|
|
6945
6951
|
ModifySubnetAttributeRequest.struct_class = Types::ModifySubnetAttributeRequest
|
|
6946
6952
|
|
|
6947
6953
|
ModifyTrafficMirrorFilterNetworkServicesRequest.add_member(:traffic_mirror_filter_id, Shapes::ShapeRef.new(shape: TrafficMirrorFilterId, required: true, location_name: "TrafficMirrorFilterId"))
|
|
@@ -7627,10 +7633,10 @@ module Aws::EC2
|
|
|
7627
7633
|
RegisterImageRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
7628
7634
|
RegisterImageRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
|
7629
7635
|
RegisterImageRequest.add_member(:ena_support, Shapes::ShapeRef.new(shape: Boolean, location_name: "enaSupport"))
|
|
7630
|
-
RegisterImageRequest.add_member(:kernel_id, Shapes::ShapeRef.new(shape:
|
|
7636
|
+
RegisterImageRequest.add_member(:kernel_id, Shapes::ShapeRef.new(shape: KernelId, location_name: "kernelId"))
|
|
7631
7637
|
RegisterImageRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
|
7632
7638
|
RegisterImageRequest.add_member(:billing_products, Shapes::ShapeRef.new(shape: BillingProductList, location_name: "BillingProduct"))
|
|
7633
|
-
RegisterImageRequest.add_member(:ramdisk_id, Shapes::ShapeRef.new(shape:
|
|
7639
|
+
RegisterImageRequest.add_member(:ramdisk_id, Shapes::ShapeRef.new(shape: RamdiskId, location_name: "ramdiskId"))
|
|
7634
7640
|
RegisterImageRequest.add_member(:root_device_name, Shapes::ShapeRef.new(shape: String, location_name: "rootDeviceName"))
|
|
7635
7641
|
RegisterImageRequest.add_member(:sriov_net_support, Shapes::ShapeRef.new(shape: String, location_name: "sriovNetSupport"))
|
|
7636
7642
|
RegisterImageRequest.add_member(:virtualization_type, Shapes::ShapeRef.new(shape: String, location_name: "virtualizationType"))
|
|
@@ -7686,7 +7692,7 @@ module Aws::EC2
|
|
|
7686
7692
|
RejectVpcPeeringConnectionResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
|
7687
7693
|
RejectVpcPeeringConnectionResult.struct_class = Types::RejectVpcPeeringConnectionResult
|
|
7688
7694
|
|
|
7689
|
-
ReleaseAddressRequest.add_member(:allocation_id, Shapes::ShapeRef.new(shape:
|
|
7695
|
+
ReleaseAddressRequest.add_member(:allocation_id, Shapes::ShapeRef.new(shape: AllocationId, location_name: "AllocationId"))
|
|
7690
7696
|
ReleaseAddressRequest.add_member(:public_ip, Shapes::ShapeRef.new(shape: String, location_name: "PublicIp"))
|
|
7691
7697
|
ReleaseAddressRequest.add_member(:network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "NetworkBorderGroup"))
|
|
7692
7698
|
ReleaseAddressRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
|
@@ -7980,7 +7986,7 @@ module Aws::EC2
|
|
|
7980
7986
|
ResetFpgaImageAttributeResult.struct_class = Types::ResetFpgaImageAttributeResult
|
|
7981
7987
|
|
|
7982
7988
|
ResetImageAttributeRequest.add_member(:attribute, Shapes::ShapeRef.new(shape: ResetImageAttributeName, required: true, location_name: "Attribute"))
|
|
7983
|
-
ResetImageAttributeRequest.add_member(:image_id, Shapes::ShapeRef.new(shape:
|
|
7989
|
+
ResetImageAttributeRequest.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, required: true, location_name: "ImageId"))
|
|
7984
7990
|
ResetImageAttributeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
|
7985
7991
|
ResetImageAttributeRequest.struct_class = Types::ResetImageAttributeRequest
|
|
7986
7992
|
|
data/lib/aws-sdk-ec2/instance.rb
CHANGED
|
@@ -636,8 +636,8 @@ module Aws::EC2
|
|
|
636
636
|
# snapshot_id: "String",
|
|
637
637
|
# volume_size: 1,
|
|
638
638
|
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
639
|
-
# encrypted: false,
|
|
640
639
|
# kms_key_id: "String",
|
|
640
|
+
# encrypted: false,
|
|
641
641
|
# },
|
|
642
642
|
# no_device: "String",
|
|
643
643
|
# },
|
|
@@ -808,7 +808,7 @@ module Aws::EC2
|
|
|
808
808
|
# device_name: "String",
|
|
809
809
|
# ebs: {
|
|
810
810
|
# delete_on_termination: false,
|
|
811
|
-
# volume_id: "
|
|
811
|
+
# volume_id: "VolumeId",
|
|
812
812
|
# },
|
|
813
813
|
# no_device: "String",
|
|
814
814
|
# virtual_name: "String",
|
data/lib/aws-sdk-ec2/resource.rb
CHANGED
|
@@ -63,8 +63,8 @@ module Aws::EC2
|
|
|
63
63
|
# snapshot_id: "String",
|
|
64
64
|
# volume_size: 1,
|
|
65
65
|
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
66
|
-
# encrypted: false,
|
|
67
66
|
# kms_key_id: "String",
|
|
67
|
+
# encrypted: false,
|
|
68
68
|
# },
|
|
69
69
|
# no_device: "String",
|
|
70
70
|
# },
|
|
@@ -830,7 +830,7 @@ module Aws::EC2
|
|
|
830
830
|
# cidr_block: "String", # required
|
|
831
831
|
# ipv_6_cidr_block: "String",
|
|
832
832
|
# outpost_arn: "String",
|
|
833
|
-
# vpc_id: "
|
|
833
|
+
# vpc_id: "VpcId", # required
|
|
834
834
|
# dry_run: false,
|
|
835
835
|
# })
|
|
836
836
|
# @param [Hash] options ({})
|
|
@@ -1185,8 +1185,8 @@ module Aws::EC2
|
|
|
1185
1185
|
# snapshot_id: "String",
|
|
1186
1186
|
# volume_size: 1,
|
|
1187
1187
|
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
1188
|
-
# encrypted: false,
|
|
1189
1188
|
# kms_key_id: "String",
|
|
1189
|
+
# encrypted: false,
|
|
1190
1190
|
# },
|
|
1191
1191
|
# no_device: "String",
|
|
1192
1192
|
# },
|
|
@@ -1194,10 +1194,10 @@ module Aws::EC2
|
|
|
1194
1194
|
# description: "String",
|
|
1195
1195
|
# dry_run: false,
|
|
1196
1196
|
# ena_support: false,
|
|
1197
|
-
# kernel_id: "
|
|
1197
|
+
# kernel_id: "KernelId",
|
|
1198
1198
|
# name: "String", # required
|
|
1199
1199
|
# billing_products: ["String"],
|
|
1200
|
-
# ramdisk_id: "
|
|
1200
|
+
# ramdisk_id: "RamdiskId",
|
|
1201
1201
|
# root_device_name: "String",
|
|
1202
1202
|
# sriov_net_support: "String",
|
|
1203
1203
|
# virtualization_type: "String",
|
data/lib/aws-sdk-ec2/subnet.rb
CHANGED
|
@@ -266,8 +266,8 @@ module Aws::EC2
|
|
|
266
266
|
# snapshot_id: "String",
|
|
267
267
|
# volume_size: 1,
|
|
268
268
|
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
269
|
-
# encrypted: false,
|
|
270
269
|
# kms_key_id: "String",
|
|
270
|
+
# encrypted: false,
|
|
271
271
|
# },
|
|
272
272
|
# no_device: "String",
|
|
273
273
|
# },
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
|
@@ -995,7 +995,7 @@ module Aws::EC2
|
|
|
995
995
|
# data as a hash:
|
|
996
996
|
#
|
|
997
997
|
# {
|
|
998
|
-
# dhcp_options_id: "
|
|
998
|
+
# dhcp_options_id: "DefaultingDhcpOptionsId", # required
|
|
999
999
|
# vpc_id: "VpcId", # required
|
|
1000
1000
|
# dry_run: false,
|
|
1001
1001
|
# }
|
|
@@ -1124,7 +1124,7 @@ module Aws::EC2
|
|
|
1124
1124
|
#
|
|
1125
1125
|
# {
|
|
1126
1126
|
# ipv_6_cidr_block: "String", # required
|
|
1127
|
-
# subnet_id: "
|
|
1127
|
+
# subnet_id: "SubnetId", # required
|
|
1128
1128
|
# }
|
|
1129
1129
|
#
|
|
1130
1130
|
# @!attribute [rw] ipv_6_cidr_block
|
|
@@ -2137,8 +2137,8 @@ module Aws::EC2
|
|
|
2137
2137
|
# snapshot_id: "String",
|
|
2138
2138
|
# volume_size: 1,
|
|
2139
2139
|
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
2140
|
-
# encrypted: false,
|
|
2141
2140
|
# kms_key_id: "String",
|
|
2141
|
+
# encrypted: false,
|
|
2142
2142
|
# },
|
|
2143
2143
|
# no_device: "String",
|
|
2144
2144
|
# }
|
|
@@ -2352,7 +2352,7 @@ module Aws::EC2
|
|
|
2352
2352
|
# data as a hash:
|
|
2353
2353
|
#
|
|
2354
2354
|
# {
|
|
2355
|
-
# bundle_id: "
|
|
2355
|
+
# bundle_id: "BundleId", # required
|
|
2356
2356
|
# dry_run: false,
|
|
2357
2357
|
# }
|
|
2358
2358
|
#
|
|
@@ -4065,7 +4065,7 @@ module Aws::EC2
|
|
|
4065
4065
|
# client_token: "String",
|
|
4066
4066
|
# description: "String",
|
|
4067
4067
|
# encrypted: false,
|
|
4068
|
-
# kms_key_id: "
|
|
4068
|
+
# kms_key_id: "KmsKeyId",
|
|
4069
4069
|
# name: "String", # required
|
|
4070
4070
|
# source_image_id: "String", # required
|
|
4071
4071
|
# source_region: "String", # required
|
|
@@ -5622,15 +5622,15 @@ module Aws::EC2
|
|
|
5622
5622
|
# snapshot_id: "String",
|
|
5623
5623
|
# volume_size: 1,
|
|
5624
5624
|
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
5625
|
-
# encrypted: false,
|
|
5626
5625
|
# kms_key_id: "String",
|
|
5626
|
+
# encrypted: false,
|
|
5627
5627
|
# },
|
|
5628
5628
|
# no_device: "String",
|
|
5629
5629
|
# },
|
|
5630
5630
|
# ],
|
|
5631
5631
|
# description: "String",
|
|
5632
5632
|
# dry_run: false,
|
|
5633
|
-
# instance_id: "
|
|
5633
|
+
# instance_id: "InstanceId", # required
|
|
5634
5634
|
# name: "String", # required
|
|
5635
5635
|
# no_reboot: false,
|
|
5636
5636
|
# }
|
|
@@ -7203,7 +7203,7 @@ module Aws::EC2
|
|
|
7203
7203
|
# cidr_block: "String", # required
|
|
7204
7204
|
# ipv_6_cidr_block: "String",
|
|
7205
7205
|
# outpost_arn: "String",
|
|
7206
|
-
# vpc_id: "
|
|
7206
|
+
# vpc_id: "VpcId", # required
|
|
7207
7207
|
# dry_run: false,
|
|
7208
7208
|
# }
|
|
7209
7209
|
#
|
|
@@ -10169,7 +10169,7 @@ module Aws::EC2
|
|
|
10169
10169
|
# data as a hash:
|
|
10170
10170
|
#
|
|
10171
10171
|
# {
|
|
10172
|
-
# subnet_id: "
|
|
10172
|
+
# subnet_id: "SubnetId", # required
|
|
10173
10173
|
# dry_run: false,
|
|
10174
10174
|
# }
|
|
10175
10175
|
#
|
|
@@ -10973,7 +10973,7 @@ module Aws::EC2
|
|
|
10973
10973
|
# data as a hash:
|
|
10974
10974
|
#
|
|
10975
10975
|
# {
|
|
10976
|
-
# image_id: "
|
|
10976
|
+
# image_id: "ImageId", # required
|
|
10977
10977
|
# dry_run: false,
|
|
10978
10978
|
# }
|
|
10979
10979
|
#
|
|
@@ -11671,6 +11671,14 @@ module Aws::EC2
|
|
|
11671
11671
|
#
|
|
11672
11672
|
# @!attribute [rw] filters
|
|
11673
11673
|
# One or more filters. Filter names and values are case-sensitive.
|
|
11674
|
+
#
|
|
11675
|
+
# * `description` - The description of the authorization rule.
|
|
11676
|
+
#
|
|
11677
|
+
# * `destination-cidr` - The CIDR of the network to which the
|
|
11678
|
+
# authorization rule applies.
|
|
11679
|
+
#
|
|
11680
|
+
# * `group-id` - The ID of the Active Directory group to which the
|
|
11681
|
+
# authorization rule grants access.
|
|
11674
11682
|
# @return [Array<Types::Filter>]
|
|
11675
11683
|
#
|
|
11676
11684
|
# @!attribute [rw] max_results
|
|
@@ -11729,6 +11737,11 @@ module Aws::EC2
|
|
|
11729
11737
|
#
|
|
11730
11738
|
# @!attribute [rw] filters
|
|
11731
11739
|
# One or more filters. Filter names and values are case-sensitive.
|
|
11740
|
+
#
|
|
11741
|
+
# * `connection-id` - The ID of the connection.
|
|
11742
|
+
#
|
|
11743
|
+
# * `username` - For Active Directory client authentication, the user
|
|
11744
|
+
# name of the client who established the client connection.
|
|
11732
11745
|
# @return [Array<Types::Filter>]
|
|
11733
11746
|
#
|
|
11734
11747
|
# @!attribute [rw] next_token
|
|
@@ -11808,6 +11821,10 @@ module Aws::EC2
|
|
|
11808
11821
|
#
|
|
11809
11822
|
# @!attribute [rw] filters
|
|
11810
11823
|
# One or more filters. Filter names and values are case-sensitive.
|
|
11824
|
+
#
|
|
11825
|
+
# * `endpoint-id` - The ID of the Client VPN endpoint.
|
|
11826
|
+
#
|
|
11827
|
+
# * `transport-protocol` - The transport protocol (`tcp` \| `udp`).
|
|
11811
11828
|
# @return [Array<Types::Filter>]
|
|
11812
11829
|
#
|
|
11813
11830
|
# @!attribute [rw] dry_run
|
|
@@ -11867,6 +11884,14 @@ module Aws::EC2
|
|
|
11867
11884
|
#
|
|
11868
11885
|
# @!attribute [rw] filters
|
|
11869
11886
|
# One or more filters. Filter names and values are case-sensitive.
|
|
11887
|
+
#
|
|
11888
|
+
# * `destination-cidr` - The CIDR of the route destination.
|
|
11889
|
+
#
|
|
11890
|
+
# * `origin` - How the route was associated with the Client VPN
|
|
11891
|
+
# endpoint (`associate` \| `add-route`).
|
|
11892
|
+
#
|
|
11893
|
+
# * `target-subnet` - The ID of the subnet through which traffic is
|
|
11894
|
+
# routed.
|
|
11870
11895
|
# @return [Array<Types::Filter>]
|
|
11871
11896
|
#
|
|
11872
11897
|
# @!attribute [rw] max_results
|
|
@@ -11951,6 +11976,14 @@ module Aws::EC2
|
|
|
11951
11976
|
#
|
|
11952
11977
|
# @!attribute [rw] filters
|
|
11953
11978
|
# One or more filters. Filter names and values are case-sensitive.
|
|
11979
|
+
#
|
|
11980
|
+
# * `association-id` - The ID of the association.
|
|
11981
|
+
#
|
|
11982
|
+
# * `target-network-id` - The ID of the subnet specified as the target
|
|
11983
|
+
# network.
|
|
11984
|
+
#
|
|
11985
|
+
# * `vpc-id` - The ID of the VPC in which the target network is
|
|
11986
|
+
# located.
|
|
11954
11987
|
# @return [Array<Types::Filter>]
|
|
11955
11988
|
#
|
|
11956
11989
|
# @!attribute [rw] dry_run
|
|
@@ -12532,6 +12565,7 @@ module Aws::EC2
|
|
|
12532
12565
|
# @return [Array<String>]
|
|
12533
12566
|
#
|
|
12534
12567
|
# @!attribute [rw] filters
|
|
12568
|
+
# the filters for the export tasks.
|
|
12535
12569
|
# @return [Array<Types::Filter>]
|
|
12536
12570
|
#
|
|
12537
12571
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeExportTasksRequest AWS API Documentation
|
|
@@ -14444,7 +14478,7 @@ module Aws::EC2
|
|
|
14444
14478
|
# instance type.
|
|
14445
14479
|
#
|
|
14446
14480
|
# * `vcpu-info.default-threads-per-core` - The default number of
|
|
14447
|
-
# threads per
|
|
14481
|
+
# threads per core for the instance type.
|
|
14448
14482
|
#
|
|
14449
14483
|
# * `vcpu-info.default-vcpus` - The default number of vCPUs for the
|
|
14450
14484
|
# instance type.
|
|
@@ -20908,7 +20942,7 @@ module Aws::EC2
|
|
|
20908
20942
|
# data as a hash:
|
|
20909
20943
|
#
|
|
20910
20944
|
# {
|
|
20911
|
-
# attachment_id: "
|
|
20945
|
+
# attachment_id: "NetworkInterfaceAttachmentId", # required
|
|
20912
20946
|
# dry_run: false,
|
|
20913
20947
|
# force: false,
|
|
20914
20948
|
# }
|
|
@@ -21483,7 +21517,7 @@ module Aws::EC2
|
|
|
21483
21517
|
# data as a hash:
|
|
21484
21518
|
#
|
|
21485
21519
|
# {
|
|
21486
|
-
# association_id: "
|
|
21520
|
+
# association_id: "ElasticIpAssociationId",
|
|
21487
21521
|
# public_ip: "String",
|
|
21488
21522
|
# dry_run: false,
|
|
21489
21523
|
# }
|
|
@@ -21623,7 +21657,7 @@ module Aws::EC2
|
|
|
21623
21657
|
# data as a hash:
|
|
21624
21658
|
#
|
|
21625
21659
|
# {
|
|
21626
|
-
# association_id: "
|
|
21660
|
+
# association_id: "SubnetCidrAssociationId", # required
|
|
21627
21661
|
# }
|
|
21628
21662
|
#
|
|
21629
21663
|
# @!attribute [rw] association_id
|
|
@@ -22009,8 +22043,8 @@ module Aws::EC2
|
|
|
22009
22043
|
# snapshot_id: "String",
|
|
22010
22044
|
# volume_size: 1,
|
|
22011
22045
|
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
22012
|
-
# encrypted: false,
|
|
22013
22046
|
# kms_key_id: "String",
|
|
22047
|
+
# encrypted: false,
|
|
22014
22048
|
# }
|
|
22015
22049
|
#
|
|
22016
22050
|
# @!attribute [rw] delete_on_termination
|
|
@@ -22074,6 +22108,21 @@ module Aws::EC2
|
|
|
22074
22108
|
# Default: `gp2`
|
|
22075
22109
|
# @return [String]
|
|
22076
22110
|
#
|
|
22111
|
+
# @!attribute [rw] kms_key_id
|
|
22112
|
+
# Identifier (key ID, key alias, ID ARN, or alias ARN) for a customer
|
|
22113
|
+
# managed CMK under which the EBS volume is encrypted.
|
|
22114
|
+
#
|
|
22115
|
+
# This parameter is only supported on `BlockDeviceMapping` objects
|
|
22116
|
+
# called by [RunInstances][1], [RequestSpotFleet][2], and
|
|
22117
|
+
# [RequestSpotInstances][3].
|
|
22118
|
+
#
|
|
22119
|
+
#
|
|
22120
|
+
#
|
|
22121
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html
|
|
22122
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotFleet.html
|
|
22123
|
+
# [3]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotInstances.html
|
|
22124
|
+
# @return [String]
|
|
22125
|
+
#
|
|
22077
22126
|
# @!attribute [rw] encrypted
|
|
22078
22127
|
# Indicates whether the encryption state of an EBS volume is changed
|
|
22079
22128
|
# while being restored from a backing snapshot. The effect of setting
|
|
@@ -22094,21 +22143,6 @@ module Aws::EC2
|
|
|
22094
22143
|
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#EBSEncryption_supported_instances
|
|
22095
22144
|
# @return [Boolean]
|
|
22096
22145
|
#
|
|
22097
|
-
# @!attribute [rw] kms_key_id
|
|
22098
|
-
# Identifier (key ID, key alias, ID ARN, or alias ARN) for a customer
|
|
22099
|
-
# managed CMK under which the EBS volume is encrypted.
|
|
22100
|
-
#
|
|
22101
|
-
# This parameter is only supported on `BlockDeviceMapping` objects
|
|
22102
|
-
# called by [RunInstances][1], [RequestSpotFleet][2], and
|
|
22103
|
-
# [RequestSpotInstances][3].
|
|
22104
|
-
#
|
|
22105
|
-
#
|
|
22106
|
-
#
|
|
22107
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html
|
|
22108
|
-
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotFleet.html
|
|
22109
|
-
# [3]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotInstances.html
|
|
22110
|
-
# @return [String]
|
|
22111
|
-
#
|
|
22112
22146
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/EbsBlockDevice AWS API Documentation
|
|
22113
22147
|
#
|
|
22114
22148
|
class EbsBlockDevice < Struct.new(
|
|
@@ -22117,8 +22151,8 @@ module Aws::EC2
|
|
|
22117
22151
|
:snapshot_id,
|
|
22118
22152
|
:volume_size,
|
|
22119
22153
|
:volume_type,
|
|
22120
|
-
:
|
|
22121
|
-
:
|
|
22154
|
+
:kms_key_id,
|
|
22155
|
+
:encrypted)
|
|
22122
22156
|
include Aws::Structure
|
|
22123
22157
|
end
|
|
22124
22158
|
|
|
@@ -22183,7 +22217,7 @@ module Aws::EC2
|
|
|
22183
22217
|
#
|
|
22184
22218
|
# {
|
|
22185
22219
|
# delete_on_termination: false,
|
|
22186
|
-
# volume_id: "
|
|
22220
|
+
# volume_id: "VolumeId",
|
|
22187
22221
|
# }
|
|
22188
22222
|
#
|
|
22189
22223
|
# @!attribute [rw] delete_on_termination
|
|
@@ -23167,6 +23201,7 @@ module Aws::EC2
|
|
|
23167
23201
|
# @return [String]
|
|
23168
23202
|
#
|
|
23169
23203
|
# @!attribute [rw] tags
|
|
23204
|
+
# The tags for the export task.
|
|
23170
23205
|
# @return [Array<Types::Tag>]
|
|
23171
23206
|
#
|
|
23172
23207
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ExportTask AWS API Documentation
|
|
@@ -26110,7 +26145,7 @@ module Aws::EC2
|
|
|
26110
26145
|
# dry_run: false,
|
|
26111
26146
|
# encrypted: false,
|
|
26112
26147
|
# hypervisor: "String",
|
|
26113
|
-
# kms_key_id: "
|
|
26148
|
+
# kms_key_id: "KmsKeyId",
|
|
26114
26149
|
# license_type: "String",
|
|
26115
26150
|
# platform: "String",
|
|
26116
26151
|
# role_name: "String",
|
|
@@ -26398,7 +26433,7 @@ module Aws::EC2
|
|
|
26398
26433
|
# @return [String]
|
|
26399
26434
|
#
|
|
26400
26435
|
# @!attribute [rw] tags
|
|
26401
|
-
#
|
|
26436
|
+
# The tags for the import image task.
|
|
26402
26437
|
# @return [Array<Types::Tag>]
|
|
26403
26438
|
#
|
|
26404
26439
|
# @!attribute [rw] license_specifications
|
|
@@ -26895,7 +26930,7 @@ module Aws::EC2
|
|
|
26895
26930
|
# @return [Types::SnapshotTaskDetail]
|
|
26896
26931
|
#
|
|
26897
26932
|
# @!attribute [rw] tags
|
|
26898
|
-
#
|
|
26933
|
+
# The tags for the import snapshot task.
|
|
26899
26934
|
# @return [Array<Types::Tag>]
|
|
26900
26935
|
#
|
|
26901
26936
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ImportSnapshotTask AWS API Documentation
|
|
@@ -27434,7 +27469,7 @@ module Aws::EC2
|
|
|
27434
27469
|
# device_name: "String",
|
|
27435
27470
|
# ebs: {
|
|
27436
27471
|
# delete_on_termination: false,
|
|
27437
|
-
# volume_id: "
|
|
27472
|
+
# volume_id: "VolumeId",
|
|
27438
27473
|
# },
|
|
27439
27474
|
# no_device: "String",
|
|
27440
27475
|
# virtual_name: "String",
|
|
@@ -31468,7 +31503,7 @@ module Aws::EC2
|
|
|
31468
31503
|
# {
|
|
31469
31504
|
# attribute: "String",
|
|
31470
31505
|
# description: "value", # value <Hash,Array,String,Numeric,Boolean,IO,Set,nil>
|
|
31471
|
-
# image_id: "
|
|
31506
|
+
# image_id: "ImageId", # required
|
|
31472
31507
|
# launch_permission: {
|
|
31473
31508
|
# add: [
|
|
31474
31509
|
# {
|
|
@@ -31570,7 +31605,7 @@ module Aws::EC2
|
|
|
31570
31605
|
# device_name: "String",
|
|
31571
31606
|
# ebs: {
|
|
31572
31607
|
# delete_on_termination: false,
|
|
31573
|
-
# volume_id: "
|
|
31608
|
+
# volume_id: "VolumeId",
|
|
31574
31609
|
# },
|
|
31575
31610
|
# no_device: "String",
|
|
31576
31611
|
# virtual_name: "String",
|
|
@@ -32401,7 +32436,7 @@ module Aws::EC2
|
|
|
32401
32436
|
# map_public_ip_on_launch: {
|
|
32402
32437
|
# value: false,
|
|
32403
32438
|
# },
|
|
32404
|
-
# subnet_id: "
|
|
32439
|
+
# subnet_id: "SubnetId", # required
|
|
32405
32440
|
# }
|
|
32406
32441
|
#
|
|
32407
32442
|
# @!attribute [rw] assign_ipv_6_address_on_creation
|
|
@@ -35966,8 +36001,8 @@ module Aws::EC2
|
|
|
35966
36001
|
# snapshot_id: "String",
|
|
35967
36002
|
# volume_size: 1,
|
|
35968
36003
|
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
35969
|
-
# encrypted: false,
|
|
35970
36004
|
# kms_key_id: "String",
|
|
36005
|
+
# encrypted: false,
|
|
35971
36006
|
# },
|
|
35972
36007
|
# no_device: "String",
|
|
35973
36008
|
# },
|
|
@@ -35975,10 +36010,10 @@ module Aws::EC2
|
|
|
35975
36010
|
# description: "String",
|
|
35976
36011
|
# dry_run: false,
|
|
35977
36012
|
# ena_support: false,
|
|
35978
|
-
# kernel_id: "
|
|
36013
|
+
# kernel_id: "KernelId",
|
|
35979
36014
|
# name: "String", # required
|
|
35980
36015
|
# billing_products: ["String"],
|
|
35981
|
-
# ramdisk_id: "
|
|
36016
|
+
# ramdisk_id: "RamdiskId",
|
|
35982
36017
|
# root_device_name: "String",
|
|
35983
36018
|
# sriov_net_support: "String",
|
|
35984
36019
|
# virtualization_type: "String",
|
|
@@ -36369,7 +36404,7 @@ module Aws::EC2
|
|
|
36369
36404
|
# data as a hash:
|
|
36370
36405
|
#
|
|
36371
36406
|
# {
|
|
36372
|
-
# allocation_id: "
|
|
36407
|
+
# allocation_id: "AllocationId",
|
|
36373
36408
|
# public_ip: "String",
|
|
36374
36409
|
# network_border_group: "String",
|
|
36375
36410
|
# dry_run: false,
|
|
@@ -37082,13 +37117,6 @@ module Aws::EC2
|
|
|
37082
37117
|
#
|
|
37083
37118
|
# @!attribute [rw] block_device_mappings
|
|
37084
37119
|
# The block device mapping.
|
|
37085
|
-
#
|
|
37086
|
-
# Supplying both a snapshot ID and an encryption value as arguments
|
|
37087
|
-
# for block-device mapping results in an error. This is because only
|
|
37088
|
-
# blank volumes can be encrypted on start, and these are not created
|
|
37089
|
-
# from a snapshot. If a snapshot is the basis for the volume, it
|
|
37090
|
-
# contains data by definition and its encryption status cannot be
|
|
37091
|
-
# changed using this action.
|
|
37092
37120
|
# @return [Array<Types::LaunchTemplateBlockDeviceMappingRequest>]
|
|
37093
37121
|
#
|
|
37094
37122
|
# @!attribute [rw] network_interfaces
|
|
@@ -37332,8 +37360,8 @@ module Aws::EC2
|
|
|
37332
37360
|
# snapshot_id: "String",
|
|
37333
37361
|
# volume_size: 1,
|
|
37334
37362
|
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
37335
|
-
# encrypted: false,
|
|
37336
37363
|
# kms_key_id: "String",
|
|
37364
|
+
# encrypted: false,
|
|
37337
37365
|
# },
|
|
37338
37366
|
# no_device: "String",
|
|
37339
37367
|
# },
|
|
@@ -37507,8 +37535,8 @@ module Aws::EC2
|
|
|
37507
37535
|
# snapshot_id: "String",
|
|
37508
37536
|
# volume_size: 1,
|
|
37509
37537
|
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
37510
|
-
# encrypted: false,
|
|
37511
37538
|
# kms_key_id: "String",
|
|
37539
|
+
# encrypted: false,
|
|
37512
37540
|
# },
|
|
37513
37541
|
# no_device: "String",
|
|
37514
37542
|
# },
|
|
@@ -37728,8 +37756,8 @@ module Aws::EC2
|
|
|
37728
37756
|
# snapshot_id: "String",
|
|
37729
37757
|
# volume_size: 1,
|
|
37730
37758
|
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
37731
|
-
# encrypted: false,
|
|
37732
37759
|
# kms_key_id: "String",
|
|
37760
|
+
# encrypted: false,
|
|
37733
37761
|
# },
|
|
37734
37762
|
# no_device: "String",
|
|
37735
37763
|
# },
|
|
@@ -38481,7 +38509,7 @@ module Aws::EC2
|
|
|
38481
38509
|
#
|
|
38482
38510
|
# {
|
|
38483
38511
|
# attribute: "launchPermission", # required, accepts launchPermission
|
|
38484
|
-
# image_id: "
|
|
38512
|
+
# image_id: "ImageId", # required
|
|
38485
38513
|
# dry_run: false,
|
|
38486
38514
|
# }
|
|
38487
38515
|
#
|
|
@@ -39368,8 +39396,8 @@ module Aws::EC2
|
|
|
39368
39396
|
# snapshot_id: "String",
|
|
39369
39397
|
# volume_size: 1,
|
|
39370
39398
|
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
39371
|
-
# encrypted: false,
|
|
39372
39399
|
# kms_key_id: "String",
|
|
39400
|
+
# encrypted: false,
|
|
39373
39401
|
# },
|
|
39374
39402
|
# no_device: "String",
|
|
39375
39403
|
# },
|
|
@@ -41822,8 +41850,8 @@ module Aws::EC2
|
|
|
41822
41850
|
# snapshot_id: "String",
|
|
41823
41851
|
# volume_size: 1,
|
|
41824
41852
|
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
41825
|
-
# encrypted: false,
|
|
41826
41853
|
# kms_key_id: "String",
|
|
41854
|
+
# encrypted: false,
|
|
41827
41855
|
# },
|
|
41828
41856
|
# no_device: "String",
|
|
41829
41857
|
# },
|
|
@@ -42108,8 +42136,8 @@ module Aws::EC2
|
|
|
42108
42136
|
# snapshot_id: "String",
|
|
42109
42137
|
# volume_size: 1,
|
|
42110
42138
|
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
|
42111
|
-
# encrypted: false,
|
|
42112
42139
|
# kms_key_id: "String",
|
|
42140
|
+
# encrypted: false,
|
|
42113
42141
|
# },
|
|
42114
42142
|
# no_device: "String",
|
|
42115
42143
|
# },
|
data/lib/aws-sdk-ec2/vpc.rb
CHANGED
|
@@ -270,7 +270,7 @@ module Aws::EC2
|
|
|
270
270
|
# @example Request syntax with placeholder values
|
|
271
271
|
#
|
|
272
272
|
# vpc.associate_dhcp_options({
|
|
273
|
-
# dhcp_options_id: "
|
|
273
|
+
# dhcp_options_id: "DefaultingDhcpOptionsId", # required
|
|
274
274
|
# dry_run: false,
|
|
275
275
|
# })
|
|
276
276
|
# @param [Hash] options ({})
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-ec2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.134.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-01-
|
|
11
|
+
date: 2020-01-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|