lib/aws-sdk-ec2/resource.rb in aws-sdk-ec2-1.322.0 vs lib/aws-sdk-ec2/resource.rb in aws-sdk-ec2-1.323.0
- old
+ new
@@ -481,17 +481,29 @@
# workloads.
#
# You cannot specify accelerators from different generations in the same
# request.
# @option options [Array<Types::TagSpecification>] :tag_specifications
- # The tags to apply to the resources during launch. You can only tag
- # instances and volumes on launch. The specified tags are applied to all
- # instances or volumes that are created during launch. To tag a resource
- # after it has been created, see [CreateTags][1].
+ # The tags to apply to the resources that are created during instance
+ # launch.
#
+ # You can specify tags for the following resources only:
#
+ # * Instances
#
+ # * Volumes
+ #
+ # * Elastic graphics
+ #
+ # * Spot Instance requests
+ #
+ # * Network interfaces
+ #
+ # To tag a resource after it has been created, see [CreateTags][1].
+ #
+ #
+ #
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html
# @option options [Types::LaunchTemplateSpecification] :launch_template
# The launch template to use to launch the instances. Any parameters
# that you specify in RunInstances override the same parameters in the
# launch template. You can specify either the name or ID of a launch
@@ -567,11 +579,11 @@
# inherited from the subnet.
# @option options [Types::InstanceMaintenanceOptionsRequest] :maintenance_options
# The maintenance and recovery options for the instance.
# @option options [Boolean] :disable_api_stop
# Indicates whether an instance is enabled for stop protection. For more
- # information, see [Stop Protection][1].
+ # information, see [Stop protection][1].
#
#
#
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html#Using_StopProtection
# @return [Instance::Collection]
@@ -1483,33 +1495,45 @@
# `Ipv6Pool` in the request.
#
# To let Amazon choose the IPv6 CIDR block for you, omit this parameter.
# @option options [String] :ipv_4_ipam_pool_id
# The ID of an IPv4 IPAM pool you want to use for allocating this VPC's
- # CIDR. For more information, see [What is
- # IPAM?](/vpc/latest/ipam/what-is-it-ipam.html) in the *Amazon VPC IPAM
- # User Guide*.
+ # CIDR. For more information, see [What is IPAM?][1] in the *Amazon VPC
+ # IPAM User Guide*.
+ #
+ #
+ #
+ # [1]: https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html
# @option options [Integer] :ipv_4_netmask_length
# The netmask length of the IPv4 CIDR you want to allocate to this VPC
# from an Amazon VPC IP Address Manager (IPAM) pool. For more
- # information about IPAM, see [What is
- # IPAM?](/vpc/latest/ipam/what-is-it-ipam.html) in the *Amazon VPC IPAM
+ # information about IPAM, see [What is IPAM?][1] in the *Amazon VPC IPAM
# User Guide*.
+ #
+ #
+ #
+ # [1]: https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html
# @option options [String] :ipv_6_ipam_pool_id
# The ID of an IPv6 IPAM pool which will be used to allocate this VPC an
# IPv6 CIDR. IPAM is a VPC feature that you can use to automate your IP
# address management workflows including assigning, tracking,
# troubleshooting, and auditing IP addresses across Amazon Web Services
# Regions and accounts throughout your Amazon Web Services Organization.
- # For more information, see [What is
- # IPAM?](/vpc/latest/ipam/what-is-it-ipam.html) in the *Amazon VPC IPAM
+ # For more information, see [What is IPAM?][1] in the *Amazon VPC IPAM
# User Guide*.
+ #
+ #
+ #
+ # [1]: https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html
# @option options [Integer] :ipv_6_netmask_length
# The netmask length of the IPv6 CIDR you want to allocate to this VPC
# from an Amazon VPC IP Address Manager (IPAM) pool. For more
- # information about IPAM, see [What is
- # IPAM?](/vpc/latest/ipam/what-is-it-ipam.html) in the *Amazon VPC IPAM
+ # information about IPAM, see [What is IPAM?][1] in the *Amazon VPC IPAM
# User Guide*.
+ #
+ #
+ #
+ # [1]: https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html
# @option options [Boolean] :dry_run
# Checks whether you have the required permissions for the action,
# without actually making the request, and provides an error response.
# If you have the required permissions, the error response is
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.