| 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.DescribeMaintenanceWindowExecutionTaskInvocations
Description
Retrieves the individual task executions (one per target) for a particular task executed as part of a Maintenance Window execution.
- describeMaintenanceWindowExecutionTaskInvocations :: Text -> Text -> DescribeMaintenanceWindowExecutionTaskInvocations
- data DescribeMaintenanceWindowExecutionTaskInvocations
- dmwetiFilters :: Lens' DescribeMaintenanceWindowExecutionTaskInvocations [MaintenanceWindowFilter]
- dmwetiNextToken :: Lens' DescribeMaintenanceWindowExecutionTaskInvocations (Maybe Text)
- dmwetiMaxResults :: Lens' DescribeMaintenanceWindowExecutionTaskInvocations (Maybe Natural)
- dmwetiWindowExecutionId :: Lens' DescribeMaintenanceWindowExecutionTaskInvocations Text
- dmwetiTaskId :: Lens' DescribeMaintenanceWindowExecutionTaskInvocations Text
- describeMaintenanceWindowExecutionTaskInvocationsResponse :: Int -> DescribeMaintenanceWindowExecutionTaskInvocationsResponse
- data DescribeMaintenanceWindowExecutionTaskInvocationsResponse
- dmwetirsWindowExecutionTaskInvocationIdentities :: Lens' DescribeMaintenanceWindowExecutionTaskInvocationsResponse [MaintenanceWindowExecutionTaskInvocationIdentity]
- dmwetirsNextToken :: Lens' DescribeMaintenanceWindowExecutionTaskInvocationsResponse (Maybe Text)
- dmwetirsResponseStatus :: Lens' DescribeMaintenanceWindowExecutionTaskInvocationsResponse Int
Creating a Request
describeMaintenanceWindowExecutionTaskInvocations Source #
Arguments
| :: Text | |
| -> Text | |
| -> DescribeMaintenanceWindowExecutionTaskInvocations |
Creates a value of DescribeMaintenanceWindowExecutionTaskInvocations with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dmwetiFilters- Optional filters used to scope down the returned task invocations. The supported filter key is STATUS with the corresponding values PENDING, IN_PROGRESS, SUCCESS, FAILED, TIMED_OUT, CANCELLING, and CANCELLED.dmwetiNextToken- The token for the next set of items to return. (You received this token from a previous call.)dmwetiMaxResults- 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.dmwetiWindowExecutionId- The ID of the Maintenance Window execution the task is part of.dmwetiTaskId- The ID of the specific task in the Maintenance Window task that should be retrieved.
data DescribeMaintenanceWindowExecutionTaskInvocations Source #
See: describeMaintenanceWindowExecutionTaskInvocations smart constructor.
Instances
Request Lenses
dmwetiFilters :: Lens' DescribeMaintenanceWindowExecutionTaskInvocations [MaintenanceWindowFilter] Source #
Optional filters used to scope down the returned task invocations. The supported filter key is STATUS with the corresponding values PENDING, IN_PROGRESS, SUCCESS, FAILED, TIMED_OUT, CANCELLING, and CANCELLED.
dmwetiNextToken :: Lens' DescribeMaintenanceWindowExecutionTaskInvocations (Maybe Text) Source #
The token for the next set of items to return. (You received this token from a previous call.)
dmwetiMaxResults :: Lens' DescribeMaintenanceWindowExecutionTaskInvocations (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.
dmwetiWindowExecutionId :: Lens' DescribeMaintenanceWindowExecutionTaskInvocations Text Source #
The ID of the Maintenance Window execution the task is part of.
dmwetiTaskId :: Lens' DescribeMaintenanceWindowExecutionTaskInvocations Text Source #
The ID of the specific task in the Maintenance Window task that should be retrieved.
Destructuring the Response
describeMaintenanceWindowExecutionTaskInvocationsResponse Source #
Creates a value of DescribeMaintenanceWindowExecutionTaskInvocationsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dmwetirsWindowExecutionTaskInvocationIdentities- Information about the task invocation results per invocation.dmwetirsNextToken- The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.dmwetirsResponseStatus- -- | The response status code.
data DescribeMaintenanceWindowExecutionTaskInvocationsResponse Source #
See: describeMaintenanceWindowExecutionTaskInvocationsResponse smart constructor.
Instances
Response Lenses
dmwetirsWindowExecutionTaskInvocationIdentities :: Lens' DescribeMaintenanceWindowExecutionTaskInvocationsResponse [MaintenanceWindowExecutionTaskInvocationIdentity] Source #
Information about the task invocation results per invocation.
dmwetirsNextToken :: Lens' DescribeMaintenanceWindowExecutionTaskInvocationsResponse (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.
dmwetirsResponseStatus :: Lens' DescribeMaintenanceWindowExecutionTaskInvocationsResponse Int Source #
- - | The response status code.