| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Greengrass.GetBulkDeploymentStatus
Description
Returns the status of a bulk deployment.
Synopsis
- data GetBulkDeploymentStatus = GetBulkDeploymentStatus' {}
- newGetBulkDeploymentStatus :: Text -> GetBulkDeploymentStatus
- getBulkDeploymentStatus_bulkDeploymentId :: Lens' GetBulkDeploymentStatus Text
- data GetBulkDeploymentStatusResponse = GetBulkDeploymentStatusResponse' {}
- newGetBulkDeploymentStatusResponse :: Int -> GetBulkDeploymentStatusResponse
- getBulkDeploymentStatusResponse_bulkDeploymentMetrics :: Lens' GetBulkDeploymentStatusResponse (Maybe BulkDeploymentMetrics)
- getBulkDeploymentStatusResponse_bulkDeploymentStatus :: Lens' GetBulkDeploymentStatusResponse (Maybe BulkDeploymentStatus)
- getBulkDeploymentStatusResponse_createdAt :: Lens' GetBulkDeploymentStatusResponse (Maybe Text)
- getBulkDeploymentStatusResponse_errorDetails :: Lens' GetBulkDeploymentStatusResponse (Maybe [ErrorDetail])
- getBulkDeploymentStatusResponse_errorMessage :: Lens' GetBulkDeploymentStatusResponse (Maybe Text)
- getBulkDeploymentStatusResponse_tags :: Lens' GetBulkDeploymentStatusResponse (Maybe (HashMap Text Text))
- getBulkDeploymentStatusResponse_httpStatus :: Lens' GetBulkDeploymentStatusResponse Int
Creating a Request
data GetBulkDeploymentStatus Source #
See: newGetBulkDeploymentStatus smart constructor.
Constructors
| GetBulkDeploymentStatus' | |
Fields
| |
Instances
newGetBulkDeploymentStatus Source #
Arguments
| :: Text | |
| -> GetBulkDeploymentStatus |
Create a value of GetBulkDeploymentStatus with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
GetBulkDeploymentStatus, getBulkDeploymentStatus_bulkDeploymentId - The ID of the bulk deployment.
Request Lenses
getBulkDeploymentStatus_bulkDeploymentId :: Lens' GetBulkDeploymentStatus Text Source #
The ID of the bulk deployment.
Destructuring the Response
data GetBulkDeploymentStatusResponse Source #
See: newGetBulkDeploymentStatusResponse smart constructor.
Constructors
| GetBulkDeploymentStatusResponse' | |
Fields
| |
Instances
newGetBulkDeploymentStatusResponse Source #
Create a value of GetBulkDeploymentStatusResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:bulkDeploymentMetrics:GetBulkDeploymentStatusResponse', getBulkDeploymentStatusResponse_bulkDeploymentMetrics - Relevant metrics on input records processed during bulk deployment.
$sel:bulkDeploymentStatus:GetBulkDeploymentStatusResponse', getBulkDeploymentStatusResponse_bulkDeploymentStatus - The status of the bulk deployment.
GetBulkDeploymentStatusResponse, getBulkDeploymentStatusResponse_createdAt - The time, in ISO format, when the deployment was created.
GetBulkDeploymentStatusResponse, getBulkDeploymentStatusResponse_errorDetails - Error details
GetBulkDeploymentStatusResponse, getBulkDeploymentStatusResponse_errorMessage - Error message
GetBulkDeploymentStatusResponse, getBulkDeploymentStatusResponse_tags - Tag(s) attached to the resource arn.
$sel:httpStatus:GetBulkDeploymentStatusResponse', getBulkDeploymentStatusResponse_httpStatus - The response's http status code.
Response Lenses
getBulkDeploymentStatusResponse_bulkDeploymentMetrics :: Lens' GetBulkDeploymentStatusResponse (Maybe BulkDeploymentMetrics) Source #
Relevant metrics on input records processed during bulk deployment.
getBulkDeploymentStatusResponse_bulkDeploymentStatus :: Lens' GetBulkDeploymentStatusResponse (Maybe BulkDeploymentStatus) Source #
The status of the bulk deployment.
getBulkDeploymentStatusResponse_createdAt :: Lens' GetBulkDeploymentStatusResponse (Maybe Text) Source #
The time, in ISO format, when the deployment was created.
getBulkDeploymentStatusResponse_errorDetails :: Lens' GetBulkDeploymentStatusResponse (Maybe [ErrorDetail]) Source #
Error details
getBulkDeploymentStatusResponse_errorMessage :: Lens' GetBulkDeploymentStatusResponse (Maybe Text) Source #
Error message
getBulkDeploymentStatusResponse_tags :: Lens' GetBulkDeploymentStatusResponse (Maybe (HashMap Text Text)) Source #
Tag(s) attached to the resource arn.
getBulkDeploymentStatusResponse_httpStatus :: Lens' GetBulkDeploymentStatusResponse Int Source #
The response's http status code.