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 |
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.
DescribeStackSetOperation' | |
|
Instances
newDescribeStackSetOperation Source #
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.
DescribeStackSetOperationResponse' | |
|
Instances
Generic DescribeStackSetOperationResponse Source # | |
Read DescribeStackSetOperationResponse Source # | |
Show DescribeStackSetOperationResponse Source # | |
NFData DescribeStackSetOperationResponse Source # | |
Defined in Amazonka.CloudFormation.DescribeStackSetOperation rnf :: DescribeStackSetOperationResponse -> () # | |
Eq DescribeStackSetOperationResponse Source # | |
type Rep DescribeStackSetOperationResponse Source # | |
Defined in Amazonka.CloudFormation.DescribeStackSetOperation type Rep DescribeStackSetOperationResponse = D1 ('MetaData "DescribeStackSetOperationResponse" "Amazonka.CloudFormation.DescribeStackSetOperation" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "DescribeStackSetOperationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stackSetOperation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSetOperation)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDescribeStackSetOperationResponse Source #
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.