Copyright | (c) 2013-2021 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 |
Returns summary information about stack instances that are associated
with the specified CFN_STACKSET
type provisioned product. You can
filter for stack instances that are associated with a specific AWS
account name or region.
Synopsis
- data ListStackInstancesForProvisionedProduct = ListStackInstancesForProvisionedProduct' {}
- newListStackInstancesForProvisionedProduct :: Text -> ListStackInstancesForProvisionedProduct
- listStackInstancesForProvisionedProduct_acceptLanguage :: Lens' ListStackInstancesForProvisionedProduct (Maybe Text)
- listStackInstancesForProvisionedProduct_pageToken :: Lens' ListStackInstancesForProvisionedProduct (Maybe Text)
- listStackInstancesForProvisionedProduct_pageSize :: Lens' ListStackInstancesForProvisionedProduct (Maybe Natural)
- listStackInstancesForProvisionedProduct_provisionedProductId :: Lens' ListStackInstancesForProvisionedProduct Text
- data ListStackInstancesForProvisionedProductResponse = ListStackInstancesForProvisionedProductResponse' {}
- newListStackInstancesForProvisionedProductResponse :: Int -> ListStackInstancesForProvisionedProductResponse
- listStackInstancesForProvisionedProductResponse_nextPageToken :: Lens' ListStackInstancesForProvisionedProductResponse (Maybe Text)
- listStackInstancesForProvisionedProductResponse_stackInstances :: Lens' ListStackInstancesForProvisionedProductResponse (Maybe [StackInstance])
- listStackInstancesForProvisionedProductResponse_httpStatus :: Lens' ListStackInstancesForProvisionedProductResponse Int
Creating a Request
data ListStackInstancesForProvisionedProduct Source #
See: newListStackInstancesForProvisionedProduct
smart constructor.
ListStackInstancesForProvisionedProduct' | |
|
Instances
newListStackInstancesForProvisionedProduct Source #
:: Text |
|
-> ListStackInstancesForProvisionedProduct |
Create a value of ListStackInstancesForProvisionedProduct
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:acceptLanguage:ListStackInstancesForProvisionedProduct'
, listStackInstancesForProvisionedProduct_acceptLanguage
- The language code.
en
- English (default)jp
- Japanesezh
- Chinese
$sel:pageToken:ListStackInstancesForProvisionedProduct'
, listStackInstancesForProvisionedProduct_pageToken
- The page token for the next set of results. To retrieve the first set of
results, use null.
$sel:pageSize:ListStackInstancesForProvisionedProduct'
, listStackInstancesForProvisionedProduct_pageSize
- The maximum number of items to return with this call.
$sel:provisionedProductId:ListStackInstancesForProvisionedProduct'
, listStackInstancesForProvisionedProduct_provisionedProductId
- The identifier of the provisioned product.
Request Lenses
listStackInstancesForProvisionedProduct_acceptLanguage :: Lens' ListStackInstancesForProvisionedProduct (Maybe Text) Source #
The language code.
en
- English (default)jp
- Japanesezh
- Chinese
listStackInstancesForProvisionedProduct_pageToken :: Lens' ListStackInstancesForProvisionedProduct (Maybe Text) Source #
The page token for the next set of results. To retrieve the first set of results, use null.
listStackInstancesForProvisionedProduct_pageSize :: Lens' ListStackInstancesForProvisionedProduct (Maybe Natural) Source #
The maximum number of items to return with this call.
listStackInstancesForProvisionedProduct_provisionedProductId :: Lens' ListStackInstancesForProvisionedProduct Text Source #
The identifier of the provisioned product.
Destructuring the Response
data ListStackInstancesForProvisionedProductResponse Source #
See: newListStackInstancesForProvisionedProductResponse
smart constructor.
ListStackInstancesForProvisionedProductResponse' | |
|
Instances
newListStackInstancesForProvisionedProductResponse Source #
:: Int |
|
-> ListStackInstancesForProvisionedProductResponse |
Create a value of ListStackInstancesForProvisionedProductResponse
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:nextPageToken:ListStackInstancesForProvisionedProductResponse'
, listStackInstancesForProvisionedProductResponse_nextPageToken
- The page token to use to retrieve the next set of results. If there are
no additional results, this value is null.
$sel:stackInstances:ListStackInstancesForProvisionedProductResponse'
, listStackInstancesForProvisionedProductResponse_stackInstances
- List of stack instances.
$sel:httpStatus:ListStackInstancesForProvisionedProductResponse'
, listStackInstancesForProvisionedProductResponse_httpStatus
- The response's http status code.
Response Lenses
listStackInstancesForProvisionedProductResponse_nextPageToken :: Lens' ListStackInstancesForProvisionedProductResponse (Maybe Text) Source #
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
listStackInstancesForProvisionedProductResponse_stackInstances :: Lens' ListStackInstancesForProvisionedProductResponse (Maybe [StackInstance]) Source #
List of stack instances.
listStackInstancesForProvisionedProductResponse_httpStatus :: Lens' ListStackInstancesForProvisionedProductResponse Int Source #
The response's http status code.