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 |
Lists all exported output values in the account and Region in which you call this action. Use this action to see the exported output values that you can import into other stacks. To import values, use the Fn::ImportValue function.
For more information, see CloudFormation export stack output values.
This operation returns paginated results.
Synopsis
- data ListExports = ListExports' {}
- newListExports :: ListExports
- listExports_nextToken :: Lens' ListExports (Maybe Text)
- data ListExportsResponse = ListExportsResponse' {}
- newListExportsResponse :: Int -> ListExportsResponse
- listExportsResponse_exports :: Lens' ListExportsResponse (Maybe [Export])
- listExportsResponse_nextToken :: Lens' ListExportsResponse (Maybe Text)
- listExportsResponse_httpStatus :: Lens' ListExportsResponse Int
Creating a Request
data ListExports Source #
See: newListExports
smart constructor.
Instances
newListExports :: ListExports Source #
Create a value of ListExports
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:
ListExports
, listExports_nextToken
- A string (provided by the ListExports response output) that identifies
the next page of exported output values that you asked to retrieve.
Request Lenses
listExports_nextToken :: Lens' ListExports (Maybe Text) Source #
A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.
Destructuring the Response
data ListExportsResponse Source #
See: newListExportsResponse
smart constructor.
Instances
newListExportsResponse Source #
Create a value of ListExportsResponse
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:exports:ListExportsResponse'
, listExportsResponse_exports
- The output for the ListExports action.
ListExports
, listExportsResponse_nextToken
- If the output exceeds 100 exported output values, a string that
identifies the next page of exports. If there is no additional page,
this value is null.
$sel:httpStatus:ListExportsResponse'
, listExportsResponse_httpStatus
- The response's http status code.
Response Lenses
listExportsResponse_exports :: Lens' ListExportsResponse (Maybe [Export]) Source #
The output for the ListExports action.
listExportsResponse_nextToken :: Lens' ListExportsResponse (Maybe Text) Source #
If the output exceeds 100 exported output values, a string that identifies the next page of exports. If there is no additional page, this value is null.
listExportsResponse_httpStatus :: Lens' ListExportsResponse Int Source #
The response's http status code.