| 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.AppConfig.ListExtensionAssociations
Description
Lists all AppConfig extension associations in the account. For more information about extensions and associations, see Working with AppConfig extensions in the AppConfig User Guide.
Synopsis
- data ListExtensionAssociations = ListExtensionAssociations' {}
- newListExtensionAssociations :: ListExtensionAssociations
- listExtensionAssociations_extensionIdentifier :: Lens' ListExtensionAssociations (Maybe Text)
- listExtensionAssociations_extensionVersionNumber :: Lens' ListExtensionAssociations (Maybe Int)
- listExtensionAssociations_maxResults :: Lens' ListExtensionAssociations (Maybe Natural)
- listExtensionAssociations_nextToken :: Lens' ListExtensionAssociations (Maybe Text)
- listExtensionAssociations_resourceIdentifier :: Lens' ListExtensionAssociations (Maybe Text)
- data ListExtensionAssociationsResponse = ListExtensionAssociationsResponse' {}
- newListExtensionAssociationsResponse :: Int -> ListExtensionAssociationsResponse
- listExtensionAssociationsResponse_items :: Lens' ListExtensionAssociationsResponse (Maybe [ExtensionAssociationSummary])
- listExtensionAssociationsResponse_nextToken :: Lens' ListExtensionAssociationsResponse (Maybe Text)
- listExtensionAssociationsResponse_httpStatus :: Lens' ListExtensionAssociationsResponse Int
Creating a Request
data ListExtensionAssociations Source #
See: newListExtensionAssociations smart constructor.
Constructors
| ListExtensionAssociations' | |
Fields
| |
Instances
newListExtensionAssociations :: ListExtensionAssociations Source #
Create a value of ListExtensionAssociations 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:
ListExtensionAssociations, listExtensionAssociations_extensionIdentifier - The name, the ID, or the Amazon Resource Name (ARN) of the extension.
ListExtensionAssociations, listExtensionAssociations_extensionVersionNumber - The version number for the extension defined in the association.
$sel:maxResults:ListExtensionAssociations', listExtensionAssociations_maxResults - The maximum number of items to return for this call. The call also
returns a token that you can specify in a subsequent call to get the
next set of results.
ListExtensionAssociations, listExtensionAssociations_nextToken - A token to start the list. Use this token to get the next set of results
or pass null to get the first set of results.
$sel:resourceIdentifier:ListExtensionAssociations', listExtensionAssociations_resourceIdentifier - The ARN of an application, configuration profile, or environment.
Request Lenses
listExtensionAssociations_extensionIdentifier :: Lens' ListExtensionAssociations (Maybe Text) Source #
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
listExtensionAssociations_extensionVersionNumber :: Lens' ListExtensionAssociations (Maybe Int) Source #
The version number for the extension defined in the association.
listExtensionAssociations_maxResults :: Lens' ListExtensionAssociations (Maybe Natural) Source #
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
listExtensionAssociations_nextToken :: Lens' ListExtensionAssociations (Maybe Text) Source #
A token to start the list. Use this token to get the next set of results or pass null to get the first set of results.
listExtensionAssociations_resourceIdentifier :: Lens' ListExtensionAssociations (Maybe Text) Source #
The ARN of an application, configuration profile, or environment.
Destructuring the Response
data ListExtensionAssociationsResponse Source #
See: newListExtensionAssociationsResponse smart constructor.
Constructors
| ListExtensionAssociationsResponse' | |
Fields
| |
Instances
newListExtensionAssociationsResponse Source #
Arguments
| :: Int | |
| -> ListExtensionAssociationsResponse |
Create a value of ListExtensionAssociationsResponse 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:items:ListExtensionAssociationsResponse', listExtensionAssociationsResponse_items - The list of extension associations. Each item represents an extension
association to an application, environment, or configuration profile.
ListExtensionAssociations, listExtensionAssociationsResponse_nextToken - The token for the next set of items to return. Use this token to get the
next set of results.
$sel:httpStatus:ListExtensionAssociationsResponse', listExtensionAssociationsResponse_httpStatus - The response's http status code.
Response Lenses
listExtensionAssociationsResponse_items :: Lens' ListExtensionAssociationsResponse (Maybe [ExtensionAssociationSummary]) Source #
The list of extension associations. Each item represents an extension association to an application, environment, or configuration profile.
listExtensionAssociationsResponse_nextToken :: Lens' ListExtensionAssociationsResponse (Maybe Text) Source #
The token for the next set of items to return. Use this token to get the next set of results.
listExtensionAssociationsResponse_httpStatus :: Lens' ListExtensionAssociationsResponse Int Source #
The response's http status code.