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

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@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.

This request can only be used to modify longer ID settings for resource types that are within the opt-in period. Resources currently in their opt-in period include: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | route-table | route-table-association | security-group | subnet | subnet-cidr-block-association | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway .

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 Source #

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:

  • 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.
  • miifResource - The type of resource: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | route-table | route-table-association | security-group | subnet | subnet-cidr-block-association | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway . Alternatively, use the all-current option to include all resource types that are currently within their opt-in period for longer IDs.
  • miifUseLongIds - Indicates whether the resource should use longer IDs (17-character IDs)

data ModifyIdentityIdFormat Source #

Contains the parameters of ModifyIdentityIdFormat.

See: modifyIdentityIdFormat smart constructor.

Instances

Eq ModifyIdentityIdFormat Source # 
Data ModifyIdentityIdFormat Source # 

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 Source # 
Show ModifyIdentityIdFormat Source # 
Generic ModifyIdentityIdFormat Source # 
Hashable ModifyIdentityIdFormat Source # 
NFData ModifyIdentityIdFormat Source # 

Methods

rnf :: ModifyIdentityIdFormat -> () #

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

Request Lenses

miifPrincipalARN :: Lens' ModifyIdentityIdFormat Text Source #

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.

miifResource :: Lens' ModifyIdentityIdFormat Text Source #

The type of resource: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | route-table | route-table-association | security-group | subnet | subnet-cidr-block-association | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway . Alternatively, use the all-current option to include all resource types that are currently within their opt-in period for longer IDs.

miifUseLongIds :: Lens' ModifyIdentityIdFormat Bool Source #

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

Destructuring the Response

modifyIdentityIdFormatResponse :: ModifyIdentityIdFormatResponse Source #

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

data ModifyIdentityIdFormatResponse Source #

See: modifyIdentityIdFormatResponse smart constructor.

Instances

Eq ModifyIdentityIdFormatResponse Source # 
Data ModifyIdentityIdFormatResponse Source # 

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 Source # 
Show ModifyIdentityIdFormatResponse Source # 
Generic ModifyIdentityIdFormatResponse Source # 
NFData ModifyIdentityIdFormatResponse Source # 
type Rep ModifyIdentityIdFormatResponse Source # 
type Rep ModifyIdentityIdFormatResponse = D1 * (MetaData "ModifyIdentityIdFormatResponse" "Network.AWS.EC2.ModifyIdentityIdFormat" "amazonka-ec2-1.6.0-Kkew7Kpgof6EYi20Z0WOzs" False) (C1 * (MetaCons "ModifyIdentityIdFormatResponse'" PrefixI False) (U1 *))