amazonka-ec2-1.3.7: Amazon Elastic Compute Cloud SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.ModifyIdFormat

Contents

Description

__Important: This command is reserved for future use, and is currently not available for you to use.__

Modifies the ID format for the specified resource. You can specify that resources should receive longer IDs (17-character IDs) when they are created. The following resource types support longer IDs: 'instance' | reservation.

This setting applies to the IAM user who makes the request; it does not apply to the entire AWS account. By default, an IAM user defaults to the same settings as the root user, unless they explicitly override the settings by running this request. These settings are applied on a per-region basis.

See: AWS API Reference for ModifyIdFormat.

Synopsis

Creating a Request

modifyIdFormat Source

Creates a value of ModifyIdFormat with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

mifResource :: Lens' ModifyIdFormat Text Source

The type of resource.

mifUseLongIds :: Lens' ModifyIdFormat Bool Source

Indicate whether the resource should use longer IDs (17-character IDs).

Destructuring the Response

modifyIdFormatResponse :: ModifyIdFormatResponse Source

Creates a value of ModifyIdFormatResponse with the minimum fields required to make a request.