| 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.MarketplaceCatalog.DescribeChangeSet
Description
Provides information about a given change set.
Synopsis
- data DescribeChangeSet = DescribeChangeSet' {
- catalog :: Text
- changeSetId :: Text
- newDescribeChangeSet :: Text -> Text -> DescribeChangeSet
- describeChangeSet_catalog :: Lens' DescribeChangeSet Text
- describeChangeSet_changeSetId :: Lens' DescribeChangeSet Text
- data DescribeChangeSetResponse = DescribeChangeSetResponse' {}
- newDescribeChangeSetResponse :: Int -> DescribeChangeSetResponse
- describeChangeSetResponse_changeSet :: Lens' DescribeChangeSetResponse (Maybe [ChangeSummary])
- describeChangeSetResponse_changeSetArn :: Lens' DescribeChangeSetResponse (Maybe Text)
- describeChangeSetResponse_changeSetId :: Lens' DescribeChangeSetResponse (Maybe Text)
- describeChangeSetResponse_changeSetName :: Lens' DescribeChangeSetResponse (Maybe Text)
- describeChangeSetResponse_endTime :: Lens' DescribeChangeSetResponse (Maybe Text)
- describeChangeSetResponse_failureCode :: Lens' DescribeChangeSetResponse (Maybe FailureCode)
- describeChangeSetResponse_failureDescription :: Lens' DescribeChangeSetResponse (Maybe Text)
- describeChangeSetResponse_startTime :: Lens' DescribeChangeSetResponse (Maybe Text)
- describeChangeSetResponse_status :: Lens' DescribeChangeSetResponse (Maybe ChangeStatus)
- describeChangeSetResponse_httpStatus :: Lens' DescribeChangeSetResponse Int
Creating a Request
data DescribeChangeSet Source #
See: newDescribeChangeSet smart constructor.
Constructors
| DescribeChangeSet' | |
Fields
| |
Instances
Create a value of DescribeChangeSet 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:catalog:DescribeChangeSet', describeChangeSet_catalog - Required. The catalog related to the request. Fixed value:
AWSMarketplace
DescribeChangeSet, describeChangeSet_changeSetId - Required. The unique identifier for the StartChangeSet request that
you want to describe the details for.
Request Lenses
describeChangeSet_catalog :: Lens' DescribeChangeSet Text Source #
Required. The catalog related to the request. Fixed value:
AWSMarketplace
describeChangeSet_changeSetId :: Lens' DescribeChangeSet Text Source #
Required. The unique identifier for the StartChangeSet request that
you want to describe the details for.
Destructuring the Response
data DescribeChangeSetResponse Source #
See: newDescribeChangeSetResponse smart constructor.
Constructors
| DescribeChangeSetResponse' | |
Fields
| |
Instances
newDescribeChangeSetResponse Source #
Create a value of DescribeChangeSetResponse 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:changeSet:DescribeChangeSetResponse', describeChangeSetResponse_changeSet - An array of ChangeSummary objects.
DescribeChangeSetResponse, describeChangeSetResponse_changeSetArn - The ARN associated with the unique identifier for the change set
referenced in this request.
DescribeChangeSet, describeChangeSetResponse_changeSetId - Required. The unique identifier for the change set referenced in this
request.
DescribeChangeSetResponse, describeChangeSetResponse_changeSetName - The optional name provided in the StartChangeSet request. If you do
not provide a name, one is set by default.
DescribeChangeSetResponse, describeChangeSetResponse_endTime - The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the
request transitioned to a terminal state. The change cannot transition
to a different state. Null if the request is not in a terminal state.
DescribeChangeSetResponse, describeChangeSetResponse_failureCode - Returned if the change set is in FAILED status. Can be either
CLIENT_ERROR, which means that there are issues with the request (see
the ErrorDetailList), or SERVER_FAULT, which means that there is a
problem in the system, and you should retry your request.
$sel:failureDescription:DescribeChangeSetResponse', describeChangeSetResponse_failureDescription - Returned if there is a failure on the change set, but that failure is
not related to any of the changes in the request.
DescribeChangeSetResponse, describeChangeSetResponse_startTime - The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the
request started.
DescribeChangeSetResponse, describeChangeSetResponse_status - The status of the change request.
$sel:httpStatus:DescribeChangeSetResponse', describeChangeSetResponse_httpStatus - The response's http status code.
Response Lenses
describeChangeSetResponse_changeSet :: Lens' DescribeChangeSetResponse (Maybe [ChangeSummary]) Source #
An array of ChangeSummary objects.
describeChangeSetResponse_changeSetArn :: Lens' DescribeChangeSetResponse (Maybe Text) Source #
The ARN associated with the unique identifier for the change set referenced in this request.
describeChangeSetResponse_changeSetId :: Lens' DescribeChangeSetResponse (Maybe Text) Source #
Required. The unique identifier for the change set referenced in this request.
describeChangeSetResponse_changeSetName :: Lens' DescribeChangeSetResponse (Maybe Text) Source #
The optional name provided in the StartChangeSet request. If you do
not provide a name, one is set by default.
describeChangeSetResponse_endTime :: Lens' DescribeChangeSetResponse (Maybe Text) Source #
The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request transitioned to a terminal state. The change cannot transition to a different state. Null if the request is not in a terminal state.
describeChangeSetResponse_failureCode :: Lens' DescribeChangeSetResponse (Maybe FailureCode) Source #
Returned if the change set is in FAILED status. Can be either
CLIENT_ERROR, which means that there are issues with the request (see
the ErrorDetailList), or SERVER_FAULT, which means that there is a
problem in the system, and you should retry your request.
describeChangeSetResponse_failureDescription :: Lens' DescribeChangeSetResponse (Maybe Text) Source #
Returned if there is a failure on the change set, but that failure is not related to any of the changes in the request.
describeChangeSetResponse_startTime :: Lens' DescribeChangeSetResponse (Maybe Text) Source #
The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started.
describeChangeSetResponse_status :: Lens' DescribeChangeSetResponse (Maybe ChangeStatus) Source #
The status of the change request.
describeChangeSetResponse_httpStatus :: Lens' DescribeChangeSetResponse Int Source #
The response's http status code.