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

Copyright(c) 2013-2016 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.ModifyIdentityIdFormat

Contents

Description

Modifies the ID format of a resource for a specified IAM user, IAM role, or the root user for an account; or all IAM users, IAM roles, and the root user for an account. 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 | snapshot | volume . For more information, see Resource IDs in the Amazon Elastic Compute Cloud User Guide .

This setting applies to the principal specified in the request; it does not apply to the principal that makes the request.

Resources created with longer IDs are visible to all IAM roles and users, regardless of these settings and provided that they have permission to use the relevant Describe command for the resource type.

Synopsis

Creating a Request

modifyIdentityIdFormat #

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

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

  • miifResource - The type of resource: instance | reservation | snapshot | volume
  • miifUseLongIds - Indicates whether the resource should use longer IDs (17-character IDs)
  • miifPrincipalARN - The ARN of the principal, which can be an IAM user, IAM role, or the root user. Specify all to modify the ID format for all IAM users, IAM roles, and the root user of the account.

data ModifyIdentityIdFormat #

Contains the parameters of ModifyIdentityIdFormat.

See: modifyIdentityIdFormat smart constructor.

Instances

Eq ModifyIdentityIdFormat # 
Data ModifyIdentityIdFormat # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ModifyIdentityIdFormat -> c ModifyIdentityIdFormat #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ModifyIdentityIdFormat #

toConstr :: ModifyIdentityIdFormat -> Constr #

dataTypeOf :: ModifyIdentityIdFormat -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ModifyIdentityIdFormat) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ModifyIdentityIdFormat) #

gmapT :: (forall b. Data b => b -> b) -> ModifyIdentityIdFormat -> ModifyIdentityIdFormat #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ModifyIdentityIdFormat -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ModifyIdentityIdFormat -> r #

gmapQ :: (forall d. Data d => d -> u) -> ModifyIdentityIdFormat -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ModifyIdentityIdFormat -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ModifyIdentityIdFormat -> m ModifyIdentityIdFormat #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ModifyIdentityIdFormat -> m ModifyIdentityIdFormat #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ModifyIdentityIdFormat -> m ModifyIdentityIdFormat #

Read ModifyIdentityIdFormat # 
Show ModifyIdentityIdFormat # 
Generic ModifyIdentityIdFormat # 
Hashable ModifyIdentityIdFormat # 
NFData ModifyIdentityIdFormat # 

Methods

rnf :: ModifyIdentityIdFormat -> () #

AWSRequest ModifyIdentityIdFormat # 
ToQuery ModifyIdentityIdFormat # 
ToPath ModifyIdentityIdFormat # 
ToHeaders ModifyIdentityIdFormat # 
type Rep ModifyIdentityIdFormat # 
type Rep ModifyIdentityIdFormat = D1 (MetaData "ModifyIdentityIdFormat" "Network.AWS.EC2.ModifyIdentityIdFormat" "amazonka-ec2-1.4.5-C4CR35JggG2GhWFrIiKGhu" False) (C1 (MetaCons "ModifyIdentityIdFormat'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_miifResource") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_miifUseLongIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)) (S1 (MetaSel (Just Symbol "_miifPrincipalARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs ModifyIdentityIdFormat # 

Request Lenses

miifResource :: Lens' ModifyIdentityIdFormat Text #

The type of resource: instance | reservation | snapshot | volume

miifUseLongIds :: Lens' ModifyIdentityIdFormat Bool #

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

miifPrincipalARN :: Lens' ModifyIdentityIdFormat Text #

The ARN of the principal, which can be an IAM user, IAM role, or the root user. Specify all to modify the ID format for all IAM users, IAM roles, and the root user of the account.

Destructuring the Response

modifyIdentityIdFormatResponse :: ModifyIdentityIdFormatResponse #

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

data ModifyIdentityIdFormatResponse #

See: modifyIdentityIdFormatResponse smart constructor.

Instances

Eq ModifyIdentityIdFormatResponse # 
Data ModifyIdentityIdFormatResponse # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ModifyIdentityIdFormatResponse -> c ModifyIdentityIdFormatResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ModifyIdentityIdFormatResponse #

toConstr :: ModifyIdentityIdFormatResponse -> Constr #

dataTypeOf :: ModifyIdentityIdFormatResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ModifyIdentityIdFormatResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ModifyIdentityIdFormatResponse) #

gmapT :: (forall b. Data b => b -> b) -> ModifyIdentityIdFormatResponse -> ModifyIdentityIdFormatResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ModifyIdentityIdFormatResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ModifyIdentityIdFormatResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ModifyIdentityIdFormatResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ModifyIdentityIdFormatResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ModifyIdentityIdFormatResponse -> m ModifyIdentityIdFormatResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ModifyIdentityIdFormatResponse -> m ModifyIdentityIdFormatResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ModifyIdentityIdFormatResponse -> m ModifyIdentityIdFormatResponse #

Read ModifyIdentityIdFormatResponse # 
Show ModifyIdentityIdFormatResponse # 
Generic ModifyIdentityIdFormatResponse # 
NFData ModifyIdentityIdFormatResponse # 
type Rep ModifyIdentityIdFormatResponse # 
type Rep ModifyIdentityIdFormatResponse = D1 (MetaData "ModifyIdentityIdFormatResponse" "Network.AWS.EC2.ModifyIdentityIdFormat" "amazonka-ec2-1.4.5-C4CR35JggG2GhWFrIiKGhu" False) (C1 (MetaCons "ModifyIdentityIdFormatResponse'" PrefixI False) U1)