aws-sdk-ec2 1.224.0 → 1.225.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f79d886db40447854b308edc88847d586595376b521dc7f33dd7036f1c9f6d96
4
- data.tar.gz: d494d78a4c9c91dfd8a9ffcf135050eab1adf9a05b7db86bac5f21a4acd13e57
3
+ metadata.gz: e4e5dbc31669f77d1e6bcc75e7650b67283960f25c26858187641fff2d6087f6
4
+ data.tar.gz: 506af3f6a75654792f1a874c311c4cd31d2475e8f74fbf20eb0a2c5d990d47a9
5
5
  SHA512:
6
- metadata.gz: b2cb64d16186746f2eee70535b4d9301f7862bdafcaba2e4290cac16719aa112a6118fe1093affd87d27a21f880413f935b8dd56ba6fa2d871571927735e3fa5
7
- data.tar.gz: 16ccbd2cf6daaa5a9a400d07eb4c233f297cd3b9c1962eaa594b35c6b1ba3225f44fba293b723b38473309afbf5b6b20875bc9edb876a9f17ddc7ed3fc3870be
6
+ metadata.gz: d3ec3f3c14675cfe11337832f2a81fe78d389445c3b017400d1824e518138b7f098a56515e489bf2de6e4d723cab5b98e91a1c79c9a713e844f998726a3dfb76
7
+ data.tar.gz: 07f57e24fce991cd6f4c38dd1748a4449ae17e4517594dc296ee36cc697e83afe0d4ba22a2e243638a33a6d97c3f1f0544ebee1224001a8f7b18f9da7c6dc93f
data/lib/aws-sdk-ec2.rb CHANGED
@@ -72,6 +72,6 @@ require_relative 'aws-sdk-ec2/customizations'
72
72
  # @!group service
73
73
  module Aws::EC2
74
74
 
75
- GEM_VERSION = '1.224.0'
75
+ GEM_VERSION = '1.225.0'
76
76
 
77
77
  end
@@ -266,10 +266,10 @@ module Aws::EC2
266
266
  # @option options [String] :allocation_id
267
267
  # \[EC2-VPC\] The allocation ID. This is required for EC2-VPC.
268
268
  # @option options [String] :instance_id
269
- # The ID of the instance. This is required for EC2-Classic. For EC2-VPC,
270
- # you can specify either the instance ID or the network interface ID,
271
- # but not both. The operation fails if you specify an instance ID unless
272
- # exactly one network interface is attached.
269
+ # The ID of the instance. The instance must have exactly one attached
270
+ # network interface. For EC2-VPC, you can specify either the instance ID
271
+ # or the network interface ID, but not both. For EC2-Classic, you must
272
+ # specify an instance ID and the instance must be in the running state.
273
273
  # @option options [Boolean] :allow_reassociation
274
274
  # \[EC2-VPC\] For a VPC in an EC2-Classic account, specify true to allow
275
275
  # an Elastic IP address that is already associated with an instance or
@@ -1042,10 +1042,12 @@ module Aws::EC2
1042
1042
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI
1043
1043
  #
1044
1044
  # @option params [Integer] :ipv_6_address_count
1045
- # The number of IPv6 addresses to assign to the network interface.
1046
- # Amazon EC2 automatically selects the IPv6 addresses from the subnet
1047
- # range. You can't use this option if specifying specific IPv6
1048
- # addresses.
1045
+ # The number of additional IPv6 addresses to assign to the network
1046
+ # interface. The specified number of IPv6 addresses are assigned in
1047
+ # addition to the existing IPv6 addresses that are already assigned to
1048
+ # the network interface. Amazon EC2 automatically selects the IPv6
1049
+ # addresses from the subnet range. You can't use this option if
1050
+ # specifying specific IPv6 addresses.
1049
1051
  #
1050
1052
  # @option params [Array<String>] :ipv_6_addresses
1051
1053
  # One or more specific IPv6 addresses to be assigned to the network
@@ -1231,14 +1233,14 @@ module Aws::EC2
1231
1233
  # \[EC2-VPC\] The allocation ID. This is required for EC2-VPC.
1232
1234
  #
1233
1235
  # @option params [String] :instance_id
1234
- # The ID of the instance. This is required for EC2-Classic. For EC2-VPC,
1235
- # you can specify either the instance ID or the network interface ID,
1236
- # but not both. The operation fails if you specify an instance ID unless
1237
- # exactly one network interface is attached.
1236
+ # The ID of the instance. The instance must have exactly one attached
1237
+ # network interface. For EC2-VPC, you can specify either the instance ID
1238
+ # or the network interface ID, but not both. For EC2-Classic, you must
1239
+ # specify an instance ID and the instance must be in the running state.
1238
1240
  #
1239
1241
  # @option params [String] :public_ip
1240
- # The Elastic IP address to associate with the instance. This is
1241
- # required for EC2-Classic.
1242
+ # \[EC2-Classic\] The Elastic IP address to associate with the instance.
1243
+ # This is required for EC2-Classic.
1242
1244
  #
1243
1245
  # @option params [Boolean] :allow_reassociation
1244
1246
  # \[EC2-VPC\] For a VPC in an EC2-Classic account, specify true to allow
@@ -3360,12 +3362,12 @@ module Aws::EC2
3360
3362
  #
3361
3363
  # @option params [String] :client_token
3362
3364
  # Unique, case-sensitive identifier you provide to ensure idempotency of
3363
- # the request. For more information, see [How to Ensure Idempotency][1]
3364
- # in the *Amazon Elastic Compute Cloud User Guide*.
3365
+ # the request. For more information, see [Ensuring idempotency][1] in
3366
+ # the *Amazon EC2 API Reference*.
3365
3367
  #
3366
3368
  #
3367
3369
  #
3368
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
3370
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
3369
3371
  #
3370
3372
  # @option params [String] :description
3371
3373
  # A description for the new AMI in the destination Region.
@@ -5429,7 +5431,7 @@ module Aws::EC2
5429
5431
  # The maximum length is 255 characters.
5430
5432
  #
5431
5433
  # @option params [required, Types::ExportToS3TaskSpecification] :export_to_s3_task
5432
- # The format and location for an instance export task.
5434
+ # The format and location for an export instance task.
5433
5435
  #
5434
5436
  # @option params [required, String] :instance_id
5435
5437
  # The ID of the instance.
@@ -5438,7 +5440,7 @@ module Aws::EC2
5438
5440
  # The target virtualization environment.
5439
5441
  #
5440
5442
  # @option params [Array<Types::TagSpecification>] :tag_specifications
5441
- # The tags to apply to the instance export task during creation.
5443
+ # The tags to apply to the export instance task during creation.
5442
5444
  #
5443
5445
  # @return [Types::CreateInstanceExportTaskResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5444
5446
  #
@@ -10133,9 +10135,7 @@ module Aws::EC2
10133
10135
  # attributes to `true`\: `enableDnsHostnames` and `enableDnsSupport`.
10134
10136
  # Use ModifyVpcAttribute to set the VPC attributes.
10135
10137
  #
10136
- # Private DNS is not supported for Amazon S3 interface endpoints.
10137
- #
10138
- # Default: `true` for supported endpoints
10138
+ # Default: `true`
10139
10139
  #
10140
10140
  # @option params [Array<Types::TagSpecification>] :tag_specifications
10141
10141
  # The tags to associate with the endpoint.
@@ -21153,9 +21153,8 @@ module Aws::EC2
21153
21153
  # * `private-dns-name` - The private DNS name of the network interface
21154
21154
  # (IPv4).
21155
21155
  #
21156
- # * `requester-id` - The ID of the entity that launched the instance on
21157
- # your behalf (for example, AWS Management Console, Auto Scaling, and
21158
- # so on).
21156
+ # * `requester-id` - The alias or AWS account ID of the principal or
21157
+ # service that created the network interface.
21159
21158
  #
21160
21159
  # * `requester-managed` - Indicates whether the network interface is
21161
21160
  # being managed by an AWS service (for example, AWS Management
@@ -22951,7 +22950,7 @@ module Aws::EC2
22951
22950
  # has been referenced in an outbound security group rule.
22952
22951
  #
22953
22952
  # * `egress.ip-permission.group-name` - The name of a security group
22954
- # that has been referenced in an outbound security group rule.
22953
+ # that is referenced in an outbound security group rule.
22955
22954
  #
22956
22955
  # * `egress.ip-permission.ipv6-cidr` - An IPv6 CIDR block for an
22957
22956
  # outbound security group rule.
@@ -22960,7 +22959,8 @@ module Aws::EC2
22960
22959
  # which a security group rule allows outbound access.
22961
22960
  #
22962
22961
  # * `egress.ip-permission.protocol` - The IP protocol for an outbound
22963
- # security group rule (`tcp` \| `udp` \| `icmp` or a protocol number).
22962
+ # security group rule (`tcp` \| `udp` \| `icmp`, a protocol number, or
22963
+ # -1 for all protocols).
22964
22964
  #
22965
22965
  # * `egress.ip-permission.to-port` - For an outbound rule, the end of
22966
22966
  # port range for the TCP and UDP protocols, or an ICMP code.
@@ -22981,8 +22981,8 @@ module Aws::EC2
22981
22981
  # * `ip-permission.group-id` - The ID of a security group that has been
22982
22982
  # referenced in an inbound security group rule.
22983
22983
  #
22984
- # * `ip-permission.group-name` - The name of a security group that has
22985
- # been referenced in an inbound security group rule.
22984
+ # * `ip-permission.group-name` - The name of a security group that is
22985
+ # referenced in an inbound security group rule.
22986
22986
  #
22987
22987
  # * `ip-permission.ipv6-cidr` - An IPv6 CIDR block for an inbound
22988
22988
  # security group rule.
@@ -22991,7 +22991,8 @@ module Aws::EC2
22991
22991
  # a security group rule allows inbound access.
22992
22992
  #
22993
22993
  # * `ip-permission.protocol` - The IP protocol for an inbound security
22994
- # group rule (`tcp` \| `udp` \| `icmp` or a protocol number).
22994
+ # group rule (`tcp` \| `udp` \| `icmp`, a protocol number, or -1 for
22995
+ # all protocols).
22995
22996
  #
22996
22997
  # * `ip-permission.to-port` - For an inbound rule, the end of port range
22997
22998
  # for the TCP and UDP protocols, or an ICMP code.
@@ -27049,6 +27050,8 @@ module Aws::EC2
27049
27050
  #
27050
27051
  # * `service-name` - The name of the service.
27051
27052
  #
27053
+ # * `service-type` - The type of service (`Interface` \| `Gateway`).
27054
+ #
27052
27055
  # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned to
27053
27056
  # the resource. Use the tag key in the filter name and the tag value
27054
27057
  # as the filter value. For example, to find all resources that have a
@@ -29248,7 +29251,7 @@ module Aws::EC2
29248
29251
  # the default role is named 'vmimport'.
29249
29252
  #
29250
29253
  # @option params [Array<Types::TagSpecification>] :tag_specifications
29251
- # The tags to apply to the image being exported.
29254
+ # The tags to apply to the export image task during creation.
29252
29255
  #
29253
29256
  # @return [Types::ExportImageResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
29254
29257
  #
@@ -30986,7 +30989,7 @@ module Aws::EC2
30986
30989
  # The ARNs of the license configurations.
30987
30990
  #
30988
30991
  # @option params [Array<Types::TagSpecification>] :tag_specifications
30989
- # The tags to apply to the image being imported.
30992
+ # The tags to apply to the import image task during creation.
30990
30993
  #
30991
30994
  # @return [Types::ImportImageResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
30992
30995
  #
@@ -31366,7 +31369,7 @@ module Aws::EC2
31366
31369
  # 'vmimport'.
31367
31370
  #
31368
31371
  # @option params [Array<Types::TagSpecification>] :tag_specifications
31369
- # The tags to apply to the snapshot being imported.
31372
+ # The tags to apply to the import snapshot task during creation.
31370
31373
  #
31371
31374
  # @return [Types::ImportSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
31372
31375
  #
@@ -34580,8 +34583,6 @@ module Aws::EC2
34580
34583
  # (Interface endpoint) Indicates whether a private hosted zone is
34581
34584
  # associated with the VPC.
34582
34585
  #
34583
- # Private DNS is not supported for Amazon S3 interface endpoints.
34584
- #
34585
34586
  # @return [Types::ModifyVpcEndpointResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
34586
34587
  #
34587
34588
  # * {Types::ModifyVpcEndpointResult#return #return} => Boolean
@@ -36012,11 +36013,25 @@ module Aws::EC2
36012
36013
  #
36013
36014
  # </note>
36014
36015
  #
36015
- # You can also use `RegisterImage` to create an Amazon EBS-backed Linux
36016
- # AMI from a snapshot of a root device volume. You specify the snapshot
36017
- # using the block device mapping. For more information, see [Launching a
36018
- # Linux instance from a backup][2] in the *Amazon Elastic Compute Cloud
36019
- # User Guide*.
36016
+ # If needed, you can deregister an AMI at any time. Any modifications
36017
+ # you make to an AMI backed by an instance store volume invalidates its
36018
+ # registration. If you make changes to an image, deregister the previous
36019
+ # image and register the new image.
36020
+ #
36021
+ # **Register a snapshot of a root device volume**
36022
+ #
36023
+ # You can use `RegisterImage` to create an Amazon EBS-backed Linux AMI
36024
+ # from a snapshot of a root device volume. You specify the snapshot
36025
+ # using a block device mapping. You can't set the encryption state of
36026
+ # the volume using the block device mapping. If the snapshot is
36027
+ # encrypted, or encryption by default is enabled, the root volume of an
36028
+ # instance launched from the AMI is encrypted.
36029
+ #
36030
+ # For more information, see [Create a Linux AMI from a snapshot][2] and
36031
+ # [Use encryption with EBS-backed AMIs][3] in the *Amazon Elastic
36032
+ # Compute Cloud User Guide*.
36033
+ #
36034
+ # **AWS Marketplace product codes**
36020
36035
  #
36021
36036
  # If any snapshots have AWS Marketplace product codes, they are copied
36022
36037
  # to the new AMI.
@@ -36041,19 +36056,15 @@ module Aws::EC2
36041
36056
  # you purchase a Reserved Instance without the matching billing product
36042
36057
  # code, the Reserved Instance will not be applied to the On-Demand
36043
36058
  # Instance. For information about how to obtain the platform details and
36044
- # billing information of an AMI, see [Obtaining billing information][3]
36059
+ # billing information of an AMI, see [Obtaining billing information][4]
36045
36060
  # in the *Amazon Elastic Compute Cloud User Guide*.
36046
36061
  #
36047
- # If needed, you can deregister an AMI at any time. Any modifications
36048
- # you make to an AMI backed by an instance store volume invalidates its
36049
- # registration. If you make changes to an image, deregister the previous
36050
- # image and register the new image.
36051
- #
36052
36062
  #
36053
36063
  #
36054
36064
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami.html
36055
- # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-launch-snapshot.html
36056
- # [3]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-billing-info.html
36065
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html#creating-launching-ami-from-snapshot
36066
+ # [3]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIEncryption.html
36067
+ # [4]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-billing-info.html
36057
36068
  #
36058
36069
  # @option params [String] :image_location
36059
36070
  # The full path to your AMI manifest in Amazon S3 storage. The specified
@@ -36074,6 +36085,9 @@ module Aws::EC2
36074
36085
  # @option params [Array<Types::BlockDeviceMapping>] :block_device_mappings
36075
36086
  # The block device mapping entries.
36076
36087
  #
36088
+ # If you specify an EBS volume using the ID of an EBS snapshot, you
36089
+ # can't specify the encryption state of the volume.
36090
+ #
36077
36091
  # If you create an AMI on an Outpost, then all backing snapshots must be
36078
36092
  # on the same Outpost or in the Region of that Outpost. AMIs on an
36079
36093
  # Outpost that include local snapshots can be used to launch instances
@@ -39085,7 +39099,7 @@ module Aws::EC2
39085
39099
  # Default: `false`
39086
39100
  #
39087
39101
  # @option params [Types::IamInstanceProfileSpecification] :iam_instance_profile
39088
- # The IAM instance profile.
39102
+ # The name or Amazon Resource Name (ARN) of an IAM instance profile.
39089
39103
  #
39090
39104
  # @option params [String] :instance_initiated_shutdown_behavior
39091
39105
  # Indicates whether an instance stops or terminates when you initiate
@@ -41222,7 +41236,7 @@ module Aws::EC2
41222
41236
  params: params,
41223
41237
  config: config)
41224
41238
  context[:gem_name] = 'aws-sdk-ec2'
41225
- context[:gem_version] = '1.224.0'
41239
+ context[:gem_version] = '1.225.0'
41226
41240
  Seahorse::Client::Request.new(handlers, context)
41227
41241
  end
41228
41242
 
@@ -9996,7 +9996,7 @@ module Aws::EC2
9996
9996
 
9997
9997
  SubnetIdStringList.member = Shapes::ShapeRef.new(shape: SubnetId, location_name: "SubnetId")
9998
9998
 
9999
- SubnetIpv6CidrBlockAssociation.add_member(:association_id, Shapes::ShapeRef.new(shape: String, location_name: "associationId"))
9999
+ SubnetIpv6CidrBlockAssociation.add_member(:association_id, Shapes::ShapeRef.new(shape: SubnetCidrAssociationId, location_name: "associationId"))
10000
10000
  SubnetIpv6CidrBlockAssociation.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "ipv6CidrBlock"))
10001
10001
  SubnetIpv6CidrBlockAssociation.add_member(:ipv_6_cidr_block_state, Shapes::ShapeRef.new(shape: SubnetCidrBlockState, location_name: "ipv6CidrBlockState"))
10002
10002
  SubnetIpv6CidrBlockAssociation.struct_class = Types::SubnetIpv6CidrBlockAssociation
@@ -107,8 +107,8 @@ module Aws::EC2
107
107
  data[:private_ip_addresses]
108
108
  end
109
109
 
110
- # The ID of the entity that launched the instance on your behalf (for
111
- # example, AWS Management Console or Auto Scaling).
110
+ # The alias or AWS account ID of the principal or service that created
111
+ # the network interface.
112
112
  # @return [String]
113
113
  def requester_id
114
114
  data[:requester_id]
@@ -413,7 +413,7 @@ module Aws::EC2
413
413
  #
414
414
  # Default: `false`
415
415
  # @option options [Types::IamInstanceProfileSpecification] :iam_instance_profile
416
- # The IAM instance profile.
416
+ # The name or Amazon Resource Name (ARN) of an IAM instance profile.
417
417
  # @option options [String] :instance_initiated_shutdown_behavior
418
418
  # Indicates whether an instance stops or terminates when you initiate
419
419
  # shutdown from the instance (using the operating system command for
@@ -1563,6 +1563,9 @@ module Aws::EC2
1563
1563
  # @option options [Array<Types::BlockDeviceMapping>] :block_device_mappings
1564
1564
  # The block device mapping entries.
1565
1565
  #
1566
+ # If you specify an EBS volume using the ID of an EBS snapshot, you
1567
+ # can't specify the encryption state of the volume.
1568
+ #
1566
1569
  # If you create an AMI on an Outpost, then all backing snapshots must be
1567
1570
  # on the same Outpost or in the Region of that Outpost. AMIs on an
1568
1571
  # Outpost that include local snapshots can be used to launch instances
@@ -2668,9 +2671,8 @@ module Aws::EC2
2668
2671
  # * `private-dns-name` - The private DNS name of the network interface
2669
2672
  # (IPv4).
2670
2673
  #
2671
- # * `requester-id` - The ID of the entity that launched the instance on
2672
- # your behalf (for example, AWS Management Console, Auto Scaling, and
2673
- # so on).
2674
+ # * `requester-id` - The alias or AWS account ID of the principal or
2675
+ # service that created the network interface.
2674
2676
  #
2675
2677
  # * `requester-managed` - Indicates whether the network interface is
2676
2678
  # being managed by an AWS service (for example, AWS Management
@@ -2968,7 +2970,7 @@ module Aws::EC2
2968
2970
  # has been referenced in an outbound security group rule.
2969
2971
  #
2970
2972
  # * `egress.ip-permission.group-name` - The name of a security group
2971
- # that has been referenced in an outbound security group rule.
2973
+ # that is referenced in an outbound security group rule.
2972
2974
  #
2973
2975
  # * `egress.ip-permission.ipv6-cidr` - An IPv6 CIDR block for an
2974
2976
  # outbound security group rule.
@@ -2977,7 +2979,8 @@ module Aws::EC2
2977
2979
  # which a security group rule allows outbound access.
2978
2980
  #
2979
2981
  # * `egress.ip-permission.protocol` - The IP protocol for an outbound
2980
- # security group rule (`tcp` \| `udp` \| `icmp` or a protocol number).
2982
+ # security group rule (`tcp` \| `udp` \| `icmp`, a protocol number, or
2983
+ # -1 for all protocols).
2981
2984
  #
2982
2985
  # * `egress.ip-permission.to-port` - For an outbound rule, the end of
2983
2986
  # port range for the TCP and UDP protocols, or an ICMP code.
@@ -2998,8 +3001,8 @@ module Aws::EC2
2998
3001
  # * `ip-permission.group-id` - The ID of a security group that has been
2999
3002
  # referenced in an inbound security group rule.
3000
3003
  #
3001
- # * `ip-permission.group-name` - The name of a security group that has
3002
- # been referenced in an inbound security group rule.
3004
+ # * `ip-permission.group-name` - The name of a security group that is
3005
+ # referenced in an inbound security group rule.
3003
3006
  #
3004
3007
  # * `ip-permission.ipv6-cidr` - An IPv6 CIDR block for an inbound
3005
3008
  # security group rule.
@@ -3008,7 +3011,8 @@ module Aws::EC2
3008
3011
  # a security group rule allows inbound access.
3009
3012
  #
3010
3013
  # * `ip-permission.protocol` - The IP protocol for an inbound security
3011
- # group rule (`tcp` \| `udp` \| `icmp` or a protocol number).
3014
+ # group rule (`tcp` \| `udp` \| `icmp`, a protocol number, or -1 for
3015
+ # all protocols).
3012
3016
  #
3013
3017
  # * `ip-permission.to-port` - For an inbound rule, the end of port range
3014
3018
  # for the TCP and UDP protocols, or an ICMP code.
@@ -602,7 +602,7 @@ module Aws::EC2
602
602
  #
603
603
  # Default: `false`
604
604
  # @option options [Types::IamInstanceProfileSpecification] :iam_instance_profile
605
- # The IAM instance profile.
605
+ # The name or Amazon Resource Name (ARN) of an IAM instance profile.
606
606
  # @option options [String] :instance_initiated_shutdown_behavior
607
607
  # Indicates whether an instance stops or terminates when you initiate
608
608
  # shutdown from the instance (using the operating system command for
@@ -1406,9 +1406,8 @@ module Aws::EC2
1406
1406
  # * `private-dns-name` - The private DNS name of the network interface
1407
1407
  # (IPv4).
1408
1408
  #
1409
- # * `requester-id` - The ID of the entity that launched the instance on
1410
- # your behalf (for example, AWS Management Console, Auto Scaling, and
1411
- # so on).
1409
+ # * `requester-id` - The alias or AWS account ID of the principal or
1410
+ # service that created the network interface.
1412
1411
  #
1413
1412
  # * `requester-managed` - Indicates whether the network interface is
1414
1413
  # being managed by an AWS service (for example, AWS Management
@@ -1167,10 +1167,12 @@ module Aws::EC2
1167
1167
  # }
1168
1168
  #
1169
1169
  # @!attribute [rw] ipv_6_address_count
1170
- # The number of IPv6 addresses to assign to the network interface.
1171
- # Amazon EC2 automatically selects the IPv6 addresses from the subnet
1172
- # range. You can't use this option if specifying specific IPv6
1173
- # addresses.
1170
+ # The number of additional IPv6 addresses to assign to the network
1171
+ # interface. The specified number of IPv6 addresses are assigned in
1172
+ # addition to the existing IPv6 addresses that are already assigned to
1173
+ # the network interface. Amazon EC2 automatically selects the IPv6
1174
+ # addresses from the subnet range. You can't use this option if
1175
+ # specifying specific IPv6 addresses.
1174
1176
  # @return [Integer]
1175
1177
  #
1176
1178
  # @!attribute [rw] ipv_6_addresses
@@ -1194,7 +1196,9 @@ module Aws::EC2
1194
1196
  end
1195
1197
 
1196
1198
  # @!attribute [rw] assigned_ipv_6_addresses
1197
- # The IPv6 addresses assigned to the network interface.
1199
+ # The new IPv6 addresses assigned to the network interface. Existing
1200
+ # IPv6 addresses that were assigned to the network interface before
1201
+ # the request are not included.
1198
1202
  # @return [Array<String>]
1199
1203
  #
1200
1204
  # @!attribute [rw] network_interface_id
@@ -1307,15 +1311,16 @@ module Aws::EC2
1307
1311
  # @return [String]
1308
1312
  #
1309
1313
  # @!attribute [rw] instance_id
1310
- # The ID of the instance. This is required for EC2-Classic. For
1311
- # EC2-VPC, you can specify either the instance ID or the network
1312
- # interface ID, but not both. The operation fails if you specify an
1313
- # instance ID unless exactly one network interface is attached.
1314
+ # The ID of the instance. The instance must have exactly one attached
1315
+ # network interface. For EC2-VPC, you can specify either the instance
1316
+ # ID or the network interface ID, but not both. For EC2-Classic, you
1317
+ # must specify an instance ID and the instance must be in the running
1318
+ # state.
1314
1319
  # @return [String]
1315
1320
  #
1316
1321
  # @!attribute [rw] public_ip
1317
- # The Elastic IP address to associate with the instance. This is
1318
- # required for EC2-Classic.
1322
+ # \[EC2-Classic\] The Elastic IP address to associate with the
1323
+ # instance. This is required for EC2-Classic.
1319
1324
  # @return [String]
1320
1325
  #
1321
1326
  # @!attribute [rw] allow_reassociation
@@ -1522,7 +1527,7 @@ module Aws::EC2
1522
1527
  # @!attribute [rw] certificate_s3_object_key
1523
1528
  # The Amazon S3 object key where the certificate, certificate chain,
1524
1529
  # and encrypted private key bundle are stored. The object key is
1525
- # formatted as follows: `certificate_arn`/`role_arn`.
1530
+ # formatted as follows: `role_arn`/`certificate_arn`.
1526
1531
  # @return [String]
1527
1532
  #
1528
1533
  # @!attribute [rw] encryption_kms_key_id
@@ -1880,7 +1885,7 @@ module Aws::EC2
1880
1885
  # @!attribute [rw] certificate_s3_object_key
1881
1886
  # The key of the Amazon S3 object ey where the certificate,
1882
1887
  # certificate chain, and encrypted private key bundle is stored. The
1883
- # object key is formated as follows: `certificate_arn`/`role_arn`.
1888
+ # object key is formated as follows: `role_arn`/`certificate_arn`.
1884
1889
  # @return [String]
1885
1890
  #
1886
1891
  # @!attribute [rw] encryption_kms_key_id
@@ -4973,12 +4978,12 @@ module Aws::EC2
4973
4978
  #
4974
4979
  # @!attribute [rw] client_token
4975
4980
  # Unique, case-sensitive identifier you provide to ensure idempotency
4976
- # of the request. For more information, see [How to Ensure
4977
- # Idempotency][1] in the *Amazon Elastic Compute Cloud User Guide*.
4981
+ # of the request. For more information, see [Ensuring idempotency][1]
4982
+ # in the *Amazon EC2 API Reference*.
4978
4983
  #
4979
4984
  #
4980
4985
  #
4981
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
4986
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
4982
4987
  # @return [String]
4983
4988
  #
4984
4989
  # @!attribute [rw] description
@@ -6942,7 +6947,7 @@ module Aws::EC2
6942
6947
  # @return [String]
6943
6948
  #
6944
6949
  # @!attribute [rw] export_to_s3_task
6945
- # The format and location for an instance export task.
6950
+ # The format and location for an export instance task.
6946
6951
  # @return [Types::ExportToS3TaskSpecification]
6947
6952
  #
6948
6953
  # @!attribute [rw] instance_id
@@ -6954,7 +6959,7 @@ module Aws::EC2
6954
6959
  # @return [String]
6955
6960
  #
6956
6961
  # @!attribute [rw] tag_specifications
6957
- # The tags to apply to the instance export task during creation.
6962
+ # The tags to apply to the export instance task during creation.
6958
6963
  # @return [Array<Types::TagSpecification>]
6959
6964
  #
6960
6965
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateInstanceExportTaskRequest AWS API Documentation
@@ -6970,7 +6975,7 @@ module Aws::EC2
6970
6975
  end
6971
6976
 
6972
6977
  # @!attribute [rw] export_task
6973
- # Information about the instance export task.
6978
+ # Information about the export instance task.
6974
6979
  # @return [Types::ExportTask]
6975
6980
  #
6976
6981
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateInstanceExportTaskResult AWS API Documentation
@@ -10711,9 +10716,7 @@ module Aws::EC2
10711
10716
  # attributes to `true`\: `enableDnsHostnames` and `enableDnsSupport`.
10712
10717
  # Use ModifyVpcAttribute to set the VPC attributes.
10713
10718
  #
10714
- # Private DNS is not supported for Amazon S3 interface endpoints.
10715
- #
10716
- # Default: `true` for supported endpoints
10719
+ # Default: `true`
10717
10720
  # @return [Boolean]
10718
10721
  #
10719
10722
  # @!attribute [rw] tag_specifications
@@ -19859,9 +19862,8 @@ module Aws::EC2
19859
19862
  # * `private-dns-name` - The private DNS name of the network interface
19860
19863
  # (IPv4).
19861
19864
  #
19862
- # * `requester-id` - The ID of the entity that launched the instance
19863
- # on your behalf (for example, AWS Management Console, Auto Scaling,
19864
- # and so on).
19865
+ # * `requester-id` - The alias or AWS account ID of the principal or
19866
+ # service that created the network interface.
19865
19867
  #
19866
19868
  # * `requester-managed` - Indicates whether the network interface is
19867
19869
  # being managed by an AWS service (for example, AWS Management
@@ -21226,7 +21228,7 @@ module Aws::EC2
21226
21228
  # has been referenced in an outbound security group rule.
21227
21229
  #
21228
21230
  # * `egress.ip-permission.group-name` - The name of a security group
21229
- # that has been referenced in an outbound security group rule.
21231
+ # that is referenced in an outbound security group rule.
21230
21232
  #
21231
21233
  # * `egress.ip-permission.ipv6-cidr` - An IPv6 CIDR block for an
21232
21234
  # outbound security group rule.
@@ -21235,8 +21237,8 @@ module Aws::EC2
21235
21237
  # which a security group rule allows outbound access.
21236
21238
  #
21237
21239
  # * `egress.ip-permission.protocol` - The IP protocol for an outbound
21238
- # security group rule (`tcp` \| `udp` \| `icmp` or a protocol
21239
- # number).
21240
+ # security group rule (`tcp` \| `udp` \| `icmp`, a protocol number,
21241
+ # or -1 for all protocols).
21240
21242
  #
21241
21243
  # * `egress.ip-permission.to-port` - For an outbound rule, the end of
21242
21244
  # port range for the TCP and UDP protocols, or an ICMP code.
@@ -21257,8 +21259,8 @@ module Aws::EC2
21257
21259
  # * `ip-permission.group-id` - The ID of a security group that has
21258
21260
  # been referenced in an inbound security group rule.
21259
21261
  #
21260
- # * `ip-permission.group-name` - The name of a security group that has
21261
- # been referenced in an inbound security group rule.
21262
+ # * `ip-permission.group-name` - The name of a security group that is
21263
+ # referenced in an inbound security group rule.
21262
21264
  #
21263
21265
  # * `ip-permission.ipv6-cidr` - An IPv6 CIDR block for an inbound
21264
21266
  # security group rule.
@@ -21267,7 +21269,8 @@ module Aws::EC2
21267
21269
  # which a security group rule allows inbound access.
21268
21270
  #
21269
21271
  # * `ip-permission.protocol` - The IP protocol for an inbound security
21270
- # group rule (`tcp` \| `udp` \| `icmp` or a protocol number).
21272
+ # group rule (`tcp` \| `udp` \| `icmp`, a protocol number, or -1 for
21273
+ # all protocols).
21271
21274
  #
21272
21275
  # * `ip-permission.to-port` - For an inbound rule, the end of port
21273
21276
  # range for the TCP and UDP protocols, or an ICMP code.
@@ -24330,6 +24333,8 @@ module Aws::EC2
24330
24333
  #
24331
24334
  # * `service-name` - The name of the service.
24332
24335
  #
24336
+ # * `service-type` - The type of service (`Interface` \| `Gateway`).
24337
+ #
24333
24338
  # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
24334
24339
  # to the resource. Use the tag key in the filter name and the tag
24335
24340
  # value as the filter value. For example, to find all resources that
@@ -27645,7 +27650,7 @@ module Aws::EC2
27645
27650
  # @return [String]
27646
27651
  #
27647
27652
  # @!attribute [rw] tag_specifications
27648
- # The tags to apply to the image being exported.
27653
+ # The tags to apply to the export image task during creation.
27649
27654
  # @return [Array<Types::TagSpecification>]
27650
27655
  #
27651
27656
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ExportImageRequest AWS API Documentation
@@ -27702,7 +27707,7 @@ module Aws::EC2
27702
27707
  # @return [String]
27703
27708
  #
27704
27709
  # @!attribute [rw] tags
27705
- # Any tags assigned to the image being exported.
27710
+ # Any tags assigned to the export image task.
27706
27711
  # @return [Array<Types::Tag>]
27707
27712
  #
27708
27713
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ExportImageResult AWS API Documentation
@@ -27754,7 +27759,7 @@ module Aws::EC2
27754
27759
  # @return [String]
27755
27760
  #
27756
27761
  # @!attribute [rw] tags
27757
- # Any tags assigned to the image being exported.
27762
+ # Any tags assigned to the export image task.
27758
27763
  # @return [Array<Types::Tag>]
27759
27764
  #
27760
27765
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ExportImageTask AWS API Documentation
@@ -27772,7 +27777,7 @@ module Aws::EC2
27772
27777
  include Aws::Structure
27773
27778
  end
27774
27779
 
27775
- # Describes an instance export task.
27780
+ # Describes an export instance task.
27776
27781
  #
27777
27782
  # @!attribute [rw] description
27778
27783
  # A description of the resource being exported.
@@ -27862,7 +27867,7 @@ module Aws::EC2
27862
27867
  include Aws::Structure
27863
27868
  end
27864
27869
 
27865
- # Describes the format and location for an instance export task.
27870
+ # Describes the format and location for the export task.
27866
27871
  #
27867
27872
  # @!attribute [rw] container_format
27868
27873
  # The container format used to combine disk images with metadata (such
@@ -27894,7 +27899,7 @@ module Aws::EC2
27894
27899
  include Aws::Structure
27895
27900
  end
27896
27901
 
27897
- # Describes an instance export task.
27902
+ # Describes an export instance task.
27898
27903
  #
27899
27904
  # @note When making an API call, you may pass ExportToS3TaskSpecification
27900
27905
  # data as a hash:
@@ -28093,28 +28098,7 @@ module Aws::EC2
28093
28098
  # A filter name and value pair that is used to return a more specific
28094
28099
  # list of results from a describe operation. Filters can be used to
28095
28100
  # match a set of resources by specific criteria, such as tags,
28096
- # attributes, or IDs. The filters supported by a describe operation are
28097
- # documented with the describe operation. For example:
28098
- #
28099
- # * DescribeAvailabilityZones
28100
- #
28101
- # * DescribeImages
28102
- #
28103
- # * DescribeInstances
28104
- #
28105
- # * DescribeKeyPairs
28106
- #
28107
- # * DescribeSecurityGroups
28108
- #
28109
- # * DescribeSnapshots
28110
- #
28111
- # * DescribeSubnets
28112
- #
28113
- # * DescribeTags
28114
- #
28115
- # * DescribeVolumes
28116
- #
28117
- # * DescribeVpcs
28101
+ # attributes, or IDs.
28118
28102
  #
28119
28103
  # @note When making an API call, you may pass Filter
28120
28104
  # data as a hash:
@@ -31301,7 +31285,7 @@ module Aws::EC2
31301
31285
  # @!attribute [rw] format
31302
31286
  # The format of the disk image being imported.
31303
31287
  #
31304
- # Valid values: `OVA` \| `VHD` \| `VHDX` \|`VMDK`
31288
+ # Valid values: `OVA` \| `VHD` \| `VHDX` \| `VMDK` \| `RAW`
31305
31289
  # @return [String]
31306
31290
  #
31307
31291
  # @!attribute [rw] snapshot_id
@@ -31590,7 +31574,7 @@ module Aws::EC2
31590
31574
  # @return [Array<Types::ImportImageLicenseConfigurationRequest>]
31591
31575
  #
31592
31576
  # @!attribute [rw] tag_specifications
31593
- # The tags to apply to the image being imported.
31577
+ # The tags to apply to the import image task during creation.
31594
31578
  # @return [Array<Types::TagSpecification>]
31595
31579
  #
31596
31580
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ImportImageRequest AWS API Documentation
@@ -31673,7 +31657,7 @@ module Aws::EC2
31673
31657
  # @return [Array<Types::ImportImageLicenseConfigurationResponse>]
31674
31658
  #
31675
31659
  # @!attribute [rw] tags
31676
- # Any tags assigned to the image being imported.
31660
+ # Any tags assigned to the import image task.
31677
31661
  # @return [Array<Types::Tag>]
31678
31662
  #
31679
31663
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ImportImageResult AWS API Documentation
@@ -32252,7 +32236,7 @@ module Aws::EC2
32252
32236
  # @return [String]
32253
32237
  #
32254
32238
  # @!attribute [rw] tag_specifications
32255
- # The tags to apply to the snapshot being imported.
32239
+ # The tags to apply to the import snapshot task during creation.
32256
32240
  # @return [Array<Types::TagSpecification>]
32257
32241
  #
32258
32242
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ImportSnapshotRequest AWS API Documentation
@@ -32284,7 +32268,7 @@ module Aws::EC2
32284
32268
  # @return [Types::SnapshotTaskDetail]
32285
32269
  #
32286
32270
  # @!attribute [rw] tags
32287
- # Any tags assigned to the snapshot being imported.
32271
+ # Any tags assigned to the import snapshot task.
32288
32272
  # @return [Array<Types::Tag>]
32289
32273
  #
32290
32274
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ImportSnapshotResult AWS API Documentation
@@ -34710,8 +34694,8 @@ module Aws::EC2
34710
34694
  # @return [Types::LaunchTemplateEbsBlockDevice]
34711
34695
  #
34712
34696
  # @!attribute [rw] no_device
34713
- # Suppresses the specified device included in the block device mapping
34714
- # of the AMI.
34697
+ # To omit the device from the block device mapping, specify an empty
34698
+ # string.
34715
34699
  # @return [String]
34716
34700
  #
34717
34701
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplateBlockDeviceMapping AWS API Documentation
@@ -34765,8 +34749,8 @@ module Aws::EC2
34765
34749
  # @return [Types::LaunchTemplateEbsBlockDeviceRequest]
34766
34750
  #
34767
34751
  # @!attribute [rw] no_device
34768
- # Suppresses the specified device included in the block device mapping
34769
- # of the AMI.
34752
+ # To omit the device from the block device mapping, specify an empty
34753
+ # string.
34770
34754
  # @return [String]
34771
34755
  #
34772
34756
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplateBlockDeviceMappingRequest AWS API Documentation
@@ -35041,9 +35025,9 @@ module Aws::EC2
35041
35025
  # [Instances built on the Nitro System][1]. Other instance families
35042
35026
  # guarantee performance up to 32,000 IOPS.
35043
35027
  #
35044
- # This parameter is required for `io1` and `io2` volumes. The default
35045
- # for `gp3` volumes is 3,000 IOPS. This parameter is not supported for
35046
- # `gp2`, `st1`, `sc1`, or `standard` volumes.
35028
+ # This parameter is supported for `io1`, `io2`, and `gp3` volumes
35029
+ # only. This parameter is not supported for `gp2`, `st1`, `sc1`, or
35030
+ # `standard` volumes.
35047
35031
  #
35048
35032
  #
35049
35033
  #
@@ -35061,11 +35045,8 @@ module Aws::EC2
35061
35045
  #
35062
35046
  # @!attribute [rw] volume_size
35063
35047
  # The size of the volume, in GiBs. You must specify either a snapshot
35064
- # ID or a volume size. If you specify a snapshot, the default is the
35065
- # snapshot size. You can specify a volume size that is equal to or
35066
- # larger than the snapshot size.
35067
- #
35068
- # The following are the supported volumes sizes for each volume type:
35048
+ # ID or a volume size. The following are the supported volumes sizes
35049
+ # for each volume type:
35069
35050
  #
35070
35051
  # * `gp2` and `gp3`\: 1-16,384
35071
35052
  #
@@ -35077,9 +35058,8 @@ module Aws::EC2
35077
35058
  # @return [Integer]
35078
35059
  #
35079
35060
  # @!attribute [rw] volume_type
35080
- # The volume type. The default is `gp2`. For more information, see
35081
- # [Amazon EBS volume types][1] in the *Amazon Elastic Compute Cloud
35082
- # User Guide*.
35061
+ # The volume type. For more information, see [Amazon EBS volume
35062
+ # types][1] in the *Amazon Elastic Compute Cloud User Guide*.
35083
35063
  #
35084
35064
  #
35085
35065
  #
@@ -39572,8 +39552,6 @@ module Aws::EC2
39572
39552
  # @!attribute [rw] private_dns_enabled
39573
39553
  # (Interface endpoint) Indicates whether a private hosted zone is
39574
39554
  # associated with the VPC.
39575
- #
39576
- # Private DNS is not supported for Amazon S3 interface endpoints.
39577
39555
  # @return [Boolean]
39578
39556
  #
39579
39557
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVpcEndpointRequest AWS API Documentation
@@ -41055,8 +41033,8 @@ module Aws::EC2
41055
41033
  # @return [Array<Types::NetworkInterfacePrivateIpAddress>]
41056
41034
  #
41057
41035
  # @!attribute [rw] requester_id
41058
- # The ID of the entity that launched the instance on your behalf (for
41059
- # example, AWS Management Console or Auto Scaling).
41036
+ # The alias or AWS account ID of the principal or service that created
41037
+ # the network interface.
41060
41038
  # @return [String]
41061
41039
  #
41062
41040
  # @!attribute [rw] requester_managed
@@ -43190,6 +43168,9 @@ module Aws::EC2
43190
43168
  # @!attribute [rw] block_device_mappings
43191
43169
  # The block device mapping entries.
43192
43170
  #
43171
+ # If you specify an EBS volume using the ID of an EBS snapshot, you
43172
+ # can't specify the encryption state of the volume.
43173
+ #
43193
43174
  # If you create an AMI on an Outpost, then all backing snapshots must
43194
43175
  # be on the same Outpost or in the Region of that Outpost. AMIs on an
43195
43176
  # Outpost that include local snapshots can be used to launch instances
@@ -44475,7 +44456,7 @@ module Aws::EC2
44475
44456
  # @return [Boolean]
44476
44457
  #
44477
44458
  # @!attribute [rw] iam_instance_profile
44478
- # The IAM instance profile.
44459
+ # The name or Amazon Resource Name (ARN) of an IAM instance profile.
44479
44460
  # @return [Types::LaunchTemplateIamInstanceProfileSpecificationRequest]
44480
44461
  #
44481
44462
  # @!attribute [rw] block_device_mappings
@@ -47391,7 +47372,7 @@ module Aws::EC2
47391
47372
  # @return [Boolean]
47392
47373
  #
47393
47374
  # @!attribute [rw] iam_instance_profile
47394
- # The IAM instance profile.
47375
+ # The name or Amazon Resource Name (ARN) of an IAM instance profile.
47395
47376
  # @return [Types::IamInstanceProfileSpecification]
47396
47377
  #
47397
47378
  # @!attribute [rw] instance_initiated_shutdown_behavior
@@ -49352,7 +49333,7 @@ module Aws::EC2
49352
49333
  # @!attribute [rw] format
49353
49334
  # The format of the disk image being imported.
49354
49335
  #
49355
- # Valid values: `VHD` \| `VMDK`
49336
+ # Valid values: `VHD` \| `VMDK` \| `RAW`
49356
49337
  # @return [String]
49357
49338
  #
49358
49339
  # @!attribute [rw] url
@@ -1495,9 +1495,8 @@ module Aws::EC2
1495
1495
  # * `private-dns-name` - The private DNS name of the network interface
1496
1496
  # (IPv4).
1497
1497
  #
1498
- # * `requester-id` - The ID of the entity that launched the instance on
1499
- # your behalf (for example, AWS Management Console, Auto Scaling, and
1500
- # so on).
1498
+ # * `requester-id` - The alias or AWS account ID of the principal or
1499
+ # service that created the network interface.
1501
1500
  #
1502
1501
  # * `requester-managed` - Indicates whether the network interface is
1503
1502
  # being managed by an AWS service (for example, AWS Management
@@ -1789,7 +1788,7 @@ module Aws::EC2
1789
1788
  # has been referenced in an outbound security group rule.
1790
1789
  #
1791
1790
  # * `egress.ip-permission.group-name` - The name of a security group
1792
- # that has been referenced in an outbound security group rule.
1791
+ # that is referenced in an outbound security group rule.
1793
1792
  #
1794
1793
  # * `egress.ip-permission.ipv6-cidr` - An IPv6 CIDR block for an
1795
1794
  # outbound security group rule.
@@ -1798,7 +1797,8 @@ module Aws::EC2
1798
1797
  # which a security group rule allows outbound access.
1799
1798
  #
1800
1799
  # * `egress.ip-permission.protocol` - The IP protocol for an outbound
1801
- # security group rule (`tcp` \| `udp` \| `icmp` or a protocol number).
1800
+ # security group rule (`tcp` \| `udp` \| `icmp`, a protocol number, or
1801
+ # -1 for all protocols).
1802
1802
  #
1803
1803
  # * `egress.ip-permission.to-port` - For an outbound rule, the end of
1804
1804
  # port range for the TCP and UDP protocols, or an ICMP code.
@@ -1819,8 +1819,8 @@ module Aws::EC2
1819
1819
  # * `ip-permission.group-id` - The ID of a security group that has been
1820
1820
  # referenced in an inbound security group rule.
1821
1821
  #
1822
- # * `ip-permission.group-name` - The name of a security group that has
1823
- # been referenced in an inbound security group rule.
1822
+ # * `ip-permission.group-name` - The name of a security group that is
1823
+ # referenced in an inbound security group rule.
1824
1824
  #
1825
1825
  # * `ip-permission.ipv6-cidr` - An IPv6 CIDR block for an inbound
1826
1826
  # security group rule.
@@ -1829,7 +1829,8 @@ module Aws::EC2
1829
1829
  # a security group rule allows inbound access.
1830
1830
  #
1831
1831
  # * `ip-permission.protocol` - The IP protocol for an inbound security
1832
- # group rule (`tcp` \| `udp` \| `icmp` or a protocol number).
1832
+ # group rule (`tcp` \| `udp` \| `icmp`, a protocol number, or -1 for
1833
+ # all protocols).
1833
1834
  #
1834
1835
  # * `ip-permission.to-port` - For an inbound rule, the end of port range
1835
1836
  # for the TCP and UDP protocols, or an ICMP code.
@@ -263,13 +263,13 @@ module Aws::EC2
263
263
  # })
264
264
  # @param [Hash] options ({})
265
265
  # @option options [String] :instance_id
266
- # The ID of the instance. This is required for EC2-Classic. For EC2-VPC,
267
- # you can specify either the instance ID or the network interface ID,
268
- # but not both. The operation fails if you specify an instance ID unless
269
- # exactly one network interface is attached.
266
+ # The ID of the instance. The instance must have exactly one attached
267
+ # network interface. For EC2-VPC, you can specify either the instance ID
268
+ # or the network interface ID, but not both. For EC2-Classic, you must
269
+ # specify an instance ID and the instance must be in the running state.
270
270
  # @option options [String] :public_ip
271
- # The Elastic IP address to associate with the instance. This is
272
- # required for EC2-Classic.
271
+ # \[EC2-Classic\] The Elastic IP address to associate with the instance.
272
+ # This is required for EC2-Classic.
273
273
  # @option options [Boolean] :allow_reassociation
274
274
  # \[EC2-VPC\] For a VPC in an EC2-Classic account, specify true to allow
275
275
  # an Elastic IP address that is already associated with an instance or
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.224.0
4
+ version: 1.225.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: 2021-02-04 00:00:00.000000000 Z
11
+ date: 2021-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4