Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.CodeDeploy.BatchGetDeploymentInstances
Description
Gets information about one or more instance that are part of a deployment group.
- batchGetDeploymentInstances :: Text -> BatchGetDeploymentInstances
- data BatchGetDeploymentInstances
- bgdiDeploymentId :: Lens' BatchGetDeploymentInstances Text
- bgdiInstanceIds :: Lens' BatchGetDeploymentInstances [Text]
- batchGetDeploymentInstancesResponse :: Int -> BatchGetDeploymentInstancesResponse
- data BatchGetDeploymentInstancesResponse
- bgdirsInstancesSummary :: Lens' BatchGetDeploymentInstancesResponse [InstanceSummary]
- bgdirsErrorMessage :: Lens' BatchGetDeploymentInstancesResponse (Maybe Text)
- bgdirsResponseStatus :: Lens' BatchGetDeploymentInstancesResponse Int
Creating a Request
Arguments
:: Text | |
-> BatchGetDeploymentInstances |
Creates a value of BatchGetDeploymentInstances
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
bgdiDeploymentId
- The unique ID of a deployment.bgdiInstanceIds
- The unique IDs of instances in the deployment group.
data BatchGetDeploymentInstances #
Represents the input of a batch get deployment instances operation.
See: batchGetDeploymentInstances
smart constructor.
Instances
Request Lenses
bgdiDeploymentId :: Lens' BatchGetDeploymentInstances Text #
The unique ID of a deployment.
bgdiInstanceIds :: Lens' BatchGetDeploymentInstances [Text] #
The unique IDs of instances in the deployment group.
Destructuring the Response
batchGetDeploymentInstancesResponse #
Arguments
:: Int | |
-> BatchGetDeploymentInstancesResponse |
Creates a value of BatchGetDeploymentInstancesResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
bgdirsInstancesSummary
- Information about the instance.bgdirsErrorMessage
- Information about errors that may have occurred during the API call.bgdirsResponseStatus
- -- | The response status code.
data BatchGetDeploymentInstancesResponse #
Represents the output of a batch get deployment instance operation.
See: batchGetDeploymentInstancesResponse
smart constructor.
Instances
Response Lenses
bgdirsInstancesSummary :: Lens' BatchGetDeploymentInstancesResponse [InstanceSummary] #
Information about the instance.
bgdirsErrorMessage :: Lens' BatchGetDeploymentInstancesResponse (Maybe Text) #
Information about errors that may have occurred during the API call.
bgdirsResponseStatus :: Lens' BatchGetDeploymentInstancesResponse Int #
- - | The response status code.