| Copyright | (c) 2013-2017 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.SSM.DescribeEffectiveInstanceAssociations
Description
All associations for the instance(s).
- describeEffectiveInstanceAssociations :: Text -> DescribeEffectiveInstanceAssociations
- data DescribeEffectiveInstanceAssociations
- deiaNextToken :: Lens' DescribeEffectiveInstanceAssociations (Maybe Text)
- deiaMaxResults :: Lens' DescribeEffectiveInstanceAssociations (Maybe Natural)
- deiaInstanceId :: Lens' DescribeEffectiveInstanceAssociations Text
- describeEffectiveInstanceAssociationsResponse :: Int -> DescribeEffectiveInstanceAssociationsResponse
- data DescribeEffectiveInstanceAssociationsResponse
- deiarsNextToken :: Lens' DescribeEffectiveInstanceAssociationsResponse (Maybe Text)
- deiarsAssociations :: Lens' DescribeEffectiveInstanceAssociationsResponse [InstanceAssociation]
- deiarsResponseStatus :: Lens' DescribeEffectiveInstanceAssociationsResponse Int
Creating a Request
describeEffectiveInstanceAssociations Source #
Arguments
| :: Text | |
| -> DescribeEffectiveInstanceAssociations |
Creates a value of DescribeEffectiveInstanceAssociations with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
deiaNextToken- The token for the next set of items to return. (You received this token from a previous call.)deiaMaxResults- The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.deiaInstanceId- The instance ID for which you want to view all associations.
data DescribeEffectiveInstanceAssociations Source #
See: describeEffectiveInstanceAssociations smart constructor.
Instances
Request Lenses
deiaNextToken :: Lens' DescribeEffectiveInstanceAssociations (Maybe Text) Source #
The token for the next set of items to return. (You received this token from a previous call.)
deiaMaxResults :: Lens' DescribeEffectiveInstanceAssociations (Maybe Natural) Source #
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
deiaInstanceId :: Lens' DescribeEffectiveInstanceAssociations Text Source #
The instance ID for which you want to view all associations.
Destructuring the Response
describeEffectiveInstanceAssociationsResponse Source #
Creates a value of DescribeEffectiveInstanceAssociationsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
deiarsNextToken- The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.deiarsAssociations- The associations for the requested instance.deiarsResponseStatus- -- | The response status code.
data DescribeEffectiveInstanceAssociationsResponse Source #
See: describeEffectiveInstanceAssociationsResponse smart constructor.
Instances
Response Lenses
deiarsNextToken :: Lens' DescribeEffectiveInstanceAssociationsResponse (Maybe Text) Source #
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
deiarsAssociations :: Lens' DescribeEffectiveInstanceAssociationsResponse [InstanceAssociation] Source #
The associations for the requested instance.
deiarsResponseStatus :: Lens' DescribeEffectiveInstanceAssociationsResponse Int Source #
- - | The response status code.