| 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.CloudFormation.DescribeStackSetOperation
Description
Returns the description of the specified stack set operation.
Synopsis
- data DescribeStackSetOperation = DescribeStackSetOperation' {
- callAs :: Maybe CallAs
- stackSetName :: Text
- operationId :: Text
- newDescribeStackSetOperation :: Text -> Text -> DescribeStackSetOperation
- describeStackSetOperation_callAs :: Lens' DescribeStackSetOperation (Maybe CallAs)
- describeStackSetOperation_stackSetName :: Lens' DescribeStackSetOperation Text
- describeStackSetOperation_operationId :: Lens' DescribeStackSetOperation Text
- data DescribeStackSetOperationResponse = DescribeStackSetOperationResponse' {}
- newDescribeStackSetOperationResponse :: Int -> DescribeStackSetOperationResponse
- describeStackSetOperationResponse_stackSetOperation :: Lens' DescribeStackSetOperationResponse (Maybe StackSetOperation)
- describeStackSetOperationResponse_httpStatus :: Lens' DescribeStackSetOperationResponse Int
Creating a Request
data DescribeStackSetOperation Source #
See: newDescribeStackSetOperation smart constructor.
Constructors
| DescribeStackSetOperation' | |
Fields
| |
Instances
newDescribeStackSetOperation Source #
Arguments
| :: Text | |
| -> Text | |
| -> DescribeStackSetOperation |
Create a value of DescribeStackSetOperation 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:callAs:DescribeStackSetOperation', describeStackSetOperation_callAs - [Service-managed permissions] Specifies whether you are acting as an
account administrator in the organization's management account or as a
delegated administrator in a member account.
By default, SELF is specified. Use SELF for stack sets with
self-managed permissions.
- If you are signed in to the management account, specify
SELF. If you are signed in to a delegated administrator account, specify
DELEGATED_ADMIN.Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.
DescribeStackSetOperation, describeStackSetOperation_stackSetName - The name or the unique stack ID of the stack set for the stack
operation.
DescribeStackSetOperation, describeStackSetOperation_operationId - The unique ID of the stack set operation.
Request Lenses
describeStackSetOperation_callAs :: Lens' DescribeStackSetOperation (Maybe CallAs) Source #
- Service-managed permissions
- Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.
By default, SELF is specified. Use SELF for stack sets with
self-managed permissions.
- If you are signed in to the management account, specify
SELF. If you are signed in to a delegated administrator account, specify
DELEGATED_ADMIN.Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.
describeStackSetOperation_stackSetName :: Lens' DescribeStackSetOperation Text Source #
The name or the unique stack ID of the stack set for the stack operation.
describeStackSetOperation_operationId :: Lens' DescribeStackSetOperation Text Source #
The unique ID of the stack set operation.
Destructuring the Response
data DescribeStackSetOperationResponse Source #
See: newDescribeStackSetOperationResponse smart constructor.
Constructors
| DescribeStackSetOperationResponse' | |
Fields
| |
Instances
newDescribeStackSetOperationResponse Source #
Arguments
| :: Int | |
| -> DescribeStackSetOperationResponse |
Create a value of DescribeStackSetOperationResponse 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:stackSetOperation:DescribeStackSetOperationResponse', describeStackSetOperationResponse_stackSetOperation - The specified stack set operation.
$sel:httpStatus:DescribeStackSetOperationResponse', describeStackSetOperationResponse_httpStatus - The response's http status code.
Response Lenses
describeStackSetOperationResponse_stackSetOperation :: Lens' DescribeStackSetOperationResponse (Maybe StackSetOperation) Source #
The specified stack set operation.
describeStackSetOperationResponse_httpStatus :: Lens' DescribeStackSetOperationResponse Int Source #
The response's http status code.