amazonka-iam-1.5.0: Amazon Identity and Access Management SDK.

Copyright(c) 2013-2017 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.IAM.ListInstanceProfilesForRole

Contents

Description

Lists the instance profiles that have the specified associated IAM role. If there are none, the action returns an empty list. For more information about instance profiles, go to About Instance Profiles .

You can paginate the results using the MaxItems and Marker parameters.

This operation returns paginated results.

Synopsis

Creating a Request

listInstanceProfilesForRole Source #

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

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

  • lipfrMarker - Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the Marker element in the response that you received to indicate where the next call should start.
  • lipfrMaxItems - (Optional) Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the IsTruncated response element is true . If you do not include this parameter, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the IsTruncated response element returns true and Marker contains a value to include in the subsequent call that tells the service where to continue from.
  • lipfrRoleName - The name of the role to list instance profiles for. This parameter allows (per its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

data ListInstanceProfilesForRole Source #

See: listInstanceProfilesForRole smart constructor.

Instances

Eq ListInstanceProfilesForRole Source # 
Data ListInstanceProfilesForRole Source # 

Methods

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

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

toConstr :: ListInstanceProfilesForRole -> Constr #

dataTypeOf :: ListInstanceProfilesForRole -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListInstanceProfilesForRole Source # 
Show ListInstanceProfilesForRole Source # 
Generic ListInstanceProfilesForRole Source # 
Hashable ListInstanceProfilesForRole Source # 
NFData ListInstanceProfilesForRole Source # 
AWSPager ListInstanceProfilesForRole Source # 
AWSRequest ListInstanceProfilesForRole Source # 
ToQuery ListInstanceProfilesForRole Source # 
ToPath ListInstanceProfilesForRole Source # 
ToHeaders ListInstanceProfilesForRole Source # 
type Rep ListInstanceProfilesForRole Source # 
type Rep ListInstanceProfilesForRole = D1 (MetaData "ListInstanceProfilesForRole" "Network.AWS.IAM.ListInstanceProfilesForRole" "amazonka-iam-1.5.0-2w4nVHAOrDgI2P1QVLKd9e" False) (C1 (MetaCons "ListInstanceProfilesForRole'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lipfrMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_lipfrMaxItems") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat))) (S1 (MetaSel (Just Symbol "_lipfrRoleName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs ListInstanceProfilesForRole Source # 

Request Lenses

lipfrMarker :: Lens' ListInstanceProfilesForRole (Maybe Text) Source #

Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the Marker element in the response that you received to indicate where the next call should start.

lipfrMaxItems :: Lens' ListInstanceProfilesForRole (Maybe Natural) Source #

(Optional) Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the IsTruncated response element is true . If you do not include this parameter, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the IsTruncated response element returns true and Marker contains a value to include in the subsequent call that tells the service where to continue from.

lipfrRoleName :: Lens' ListInstanceProfilesForRole Text Source #

The name of the role to list instance profiles for. This parameter allows (per its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

Destructuring the Response

listInstanceProfilesForRoleResponse Source #

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

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

  • lipfrrsMarker - When IsTruncated is true , this element is present and contains the value to use for the Marker parameter in a subsequent pagination request.
  • lipfrrsIsTruncated - A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems number of results even when there are more results available. We recommend that you check IsTruncated after every call to ensure that you receive all of your results.
  • lipfrrsResponseStatus - -- | The response status code.
  • lipfrrsInstanceProfiles - A list of instance profiles.

data ListInstanceProfilesForRoleResponse Source #

Contains the response to a successful ListInstanceProfilesForRole request.

See: listInstanceProfilesForRoleResponse smart constructor.

Instances

Eq ListInstanceProfilesForRoleResponse Source # 
Data ListInstanceProfilesForRoleResponse Source # 

Methods

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

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

toConstr :: ListInstanceProfilesForRoleResponse -> Constr #

dataTypeOf :: ListInstanceProfilesForRoleResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListInstanceProfilesForRoleResponse Source # 
Show ListInstanceProfilesForRoleResponse Source # 
Generic ListInstanceProfilesForRoleResponse Source # 
NFData ListInstanceProfilesForRoleResponse Source # 
type Rep ListInstanceProfilesForRoleResponse Source # 
type Rep ListInstanceProfilesForRoleResponse = D1 (MetaData "ListInstanceProfilesForRoleResponse" "Network.AWS.IAM.ListInstanceProfilesForRole" "amazonka-iam-1.5.0-2w4nVHAOrDgI2P1QVLKd9e" False) (C1 (MetaCons "ListInstanceProfilesForRoleResponse'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_lipfrrsMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lipfrrsIsTruncated") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))) ((:*:) (S1 (MetaSel (Just Symbol "_lipfrrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)) (S1 (MetaSel (Just Symbol "_lipfrrsInstanceProfiles") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [InstanceProfile])))))

Response Lenses

lipfrrsMarker :: Lens' ListInstanceProfilesForRoleResponse (Maybe Text) Source #

When IsTruncated is true , this element is present and contains the value to use for the Marker parameter in a subsequent pagination request.

lipfrrsIsTruncated :: Lens' ListInstanceProfilesForRoleResponse (Maybe Bool) Source #

A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems number of results even when there are more results available. We recommend that you check IsTruncated after every call to ensure that you receive all of your results.