Paws
view release on metacpan or search on metacpan
lib/Paws/EC2.pm view on Meta::CPAN
=item VpcId => Str
=item [DryRun => Bool]
=back
Each argument is described in detail in: L<Paws::EC2::DetachInternetGateway>
Returns: nothing
Detaches an internet gateway from a VPC, disabling connectivity between
the internet and the VPC. The VPC must not contain any running
instances with Elastic IP addresses or public IPv4 addresses.
=head2 DetachNetworkInterface
=over
=item AttachmentId => Str
=item [DryRun => Bool]
=item [Force => Bool]
=back
Each argument is described in detail in: L<Paws::EC2::DetachNetworkInterface>
Returns: nothing
Detaches a network interface from an instance.
=head2 DetachVolume
=over
=item VolumeId => Str
=item [Device => Str]
=item [DryRun => Bool]
=item [Force => Bool]
=item [InstanceId => Str]
=back
Each argument is described in detail in: L<Paws::EC2::DetachVolume>
Returns: a L<Paws::EC2::VolumeAttachment> instance
Detaches an EBS volume from an instance. Make sure to unmount any file
systems on the device within your operating system before detaching the
volume. Failure to do so can result in the volume becoming stuck in the
C<busy> state while detaching. If this happens, detachment can be
delayed indefinitely until you unmount the volume, force detachment,
reboot the instance, or all three. If an EBS volume is the root device
of an instance, it can't be detached while the instance is running. To
detach the root volume, stop the instance first.
When a volume with an AWS Marketplace product code is detached from an
instance, the product code is no longer associated with the instance.
For more information, see Detaching an Amazon EBS volume
(https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-detaching-volume.html)
in the I<Amazon Elastic Compute Cloud User Guide>.
=head2 DetachVpnGateway
=over
=item VpcId => Str
=item VpnGatewayId => Str
=item [DryRun => Bool]
=back
Each argument is described in detail in: L<Paws::EC2::DetachVpnGateway>
Returns: nothing
Detaches a virtual private gateway from a VPC. You do this if you're
planning to turn off the VPC and not use it anymore. You can confirm a
virtual private gateway has been completely detached from a VPC by
describing the virtual private gateway (any attachments to the virtual
private gateway are also described).
You must wait for the attachment's state to switch to C<detached>
before you can delete the VPC or attach a different VPC to the virtual
private gateway.
=head2 DisableEbsEncryptionByDefault
=over
=item [DryRun => Bool]
=back
Each argument is described in detail in: L<Paws::EC2::DisableEbsEncryptionByDefault>
Returns: a L<Paws::EC2::DisableEbsEncryptionByDefaultResult> instance
Disables EBS encryption by default for your account in the current
Region.
After you disable encryption by default, you can still create encrypted
volumes by enabling encryption when you create each volume.
( run in 1.116 second using v1.01-cache-2.11-cpan-39bf76dae61 )