| 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.ServiceCatalog.ListStackInstancesForProvisionedProduct
Description
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 Amazon
Web Services account name or Region.
Synopsis
- data ListStackInstancesForProvisionedProduct = ListStackInstancesForProvisionedProduct' {}
- newListStackInstancesForProvisionedProduct :: Text -> ListStackInstancesForProvisionedProduct
- listStackInstancesForProvisionedProduct_acceptLanguage :: Lens' ListStackInstancesForProvisionedProduct (Maybe Text)
- listStackInstancesForProvisionedProduct_pageSize :: Lens' ListStackInstancesForProvisionedProduct (Maybe Natural)
- listStackInstancesForProvisionedProduct_pageToken :: Lens' ListStackInstancesForProvisionedProduct (Maybe Text)
- 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.
Constructors
| ListStackInstancesForProvisionedProduct' | |
Fields
| |
Instances
newListStackInstancesForProvisionedProduct Source #
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:pageSize:ListStackInstancesForProvisionedProduct', listStackInstancesForProvisionedProduct_pageSize - The maximum number of items to return with this call.
$sel:pageToken:ListStackInstancesForProvisionedProduct', listStackInstancesForProvisionedProduct_pageToken - The page token for the next set of results. To retrieve the first set of
results, use null.
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_pageSize :: Lens' ListStackInstancesForProvisionedProduct (Maybe Natural) Source #
The maximum number of items to return with this call.
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_provisionedProductId :: Lens' ListStackInstancesForProvisionedProduct Text Source #
The identifier of the provisioned product.
Destructuring the Response
data ListStackInstancesForProvisionedProductResponse Source #
See: newListStackInstancesForProvisionedProductResponse smart constructor.
Constructors
| ListStackInstancesForProvisionedProductResponse' | |
Fields
| |
Instances
newListStackInstancesForProvisionedProductResponse Source #
Arguments
| :: 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.