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.DescribePrincipalIdFormat

Contents

Description

Describes the ID format settings for the root user and all IAM roles and IAM users that have explicitly specified a longer ID (17-character ID) preference.

By default, all IAM roles and IAM users default to the same ID settings as the root user, unless they explicitly override the settings. This request is useful for identifying those IAM users and IAM roles that have overridden the default ID settings.

The following resource types support longer IDs: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway .

Synopsis

Creating a Request

describePrincipalIdFormat :: DescribePrincipalIdFormat Source #

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

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

  • dpifResources - The type of resource: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway
  • dpifNextToken - The token to request the next page of results.
  • dpifDryRun - 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 .
  • dpifMaxResults - The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

data DescribePrincipalIdFormat Source #

See: describePrincipalIdFormat smart constructor.

Instances

Eq DescribePrincipalIdFormat Source # 
Data DescribePrincipalIdFormat Source # 

Methods

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

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

toConstr :: DescribePrincipalIdFormat -> Constr #

dataTypeOf :: DescribePrincipalIdFormat -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribePrincipalIdFormat Source # 
Show DescribePrincipalIdFormat Source # 
Generic DescribePrincipalIdFormat Source # 
Hashable DescribePrincipalIdFormat Source # 
NFData DescribePrincipalIdFormat Source # 
AWSRequest DescribePrincipalIdFormat Source # 
ToHeaders DescribePrincipalIdFormat Source # 
ToPath DescribePrincipalIdFormat Source # 
ToQuery DescribePrincipalIdFormat Source # 
type Rep DescribePrincipalIdFormat Source # 
type Rep DescribePrincipalIdFormat = D1 * (MetaData "DescribePrincipalIdFormat" "Network.AWS.EC2.DescribePrincipalIdFormat" "amazonka-ec2-1.6.0-Kkew7Kpgof6EYi20Z0WOzs" False) (C1 * (MetaCons "DescribePrincipalIdFormat'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_dpifResources") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Text]))) (S1 * (MetaSel (Just Symbol "_dpifNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dpifDryRun") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Bool))) (S1 * (MetaSel (Just Symbol "_dpifMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int))))))
type Rs DescribePrincipalIdFormat Source # 

Request Lenses

dpifResources :: Lens' DescribePrincipalIdFormat [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 | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway

dpifNextToken :: Lens' DescribePrincipalIdFormat (Maybe Text) Source #

The token to request the next page of results.

dpifDryRun :: Lens' DescribePrincipalIdFormat (Maybe Bool) Source #

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 .

dpifMaxResults :: Lens' DescribePrincipalIdFormat (Maybe Int) Source #

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

Destructuring the Response

describePrincipalIdFormatResponse Source #

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

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

  • dpifrsPrincipals - Information about the ID format settings for the ARN.
  • dpifrsNextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.
  • dpifrsResponseStatus - -- | The response status code.

data DescribePrincipalIdFormatResponse Source #

See: describePrincipalIdFormatResponse smart constructor.

Instances

Eq DescribePrincipalIdFormatResponse Source # 
Data DescribePrincipalIdFormatResponse Source # 

Methods

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

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

toConstr :: DescribePrincipalIdFormatResponse -> Constr #

dataTypeOf :: DescribePrincipalIdFormatResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribePrincipalIdFormatResponse Source # 
Show DescribePrincipalIdFormatResponse Source # 
Generic DescribePrincipalIdFormatResponse Source # 
NFData DescribePrincipalIdFormatResponse Source # 
type Rep DescribePrincipalIdFormatResponse Source # 
type Rep DescribePrincipalIdFormatResponse = D1 * (MetaData "DescribePrincipalIdFormatResponse" "Network.AWS.EC2.DescribePrincipalIdFormat" "amazonka-ec2-1.6.0-Kkew7Kpgof6EYi20Z0WOzs" False) (C1 * (MetaCons "DescribePrincipalIdFormatResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dpifrsPrincipals") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [PrincipalIdFormat]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dpifrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_dpifrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

dpifrsPrincipals :: Lens' DescribePrincipalIdFormatResponse [PrincipalIdFormat] Source #

Information about the ID format settings for the ARN.

dpifrsNextToken :: Lens' DescribePrincipalIdFormatResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.