| 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.DeleteExtension
Description
Deletes an AppConfig extension. You must delete all associations to an extension before you delete the extension.
Synopsis
- data DeleteExtension = DeleteExtension' {}
- newDeleteExtension :: Text -> DeleteExtension
- deleteExtension_versionNumber :: Lens' DeleteExtension (Maybe Int)
- deleteExtension_extensionIdentifier :: Lens' DeleteExtension Text
- data DeleteExtensionResponse = DeleteExtensionResponse' {
- newDeleteExtensionResponse :: DeleteExtensionResponse
Creating a Request
data DeleteExtension Source #
See: newDeleteExtension smart constructor.
Constructors
| DeleteExtension' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DeleteExtension |
Create a value of DeleteExtension 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:
DeleteExtension, deleteExtension_versionNumber - A specific version of an extension to delete. If omitted, the highest
version is deleted.
DeleteExtension, deleteExtension_extensionIdentifier - The name, ID, or Amazon Resource Name (ARN) of the extension you want to
delete.
Request Lenses
deleteExtension_versionNumber :: Lens' DeleteExtension (Maybe Int) Source #
A specific version of an extension to delete. If omitted, the highest version is deleted.
deleteExtension_extensionIdentifier :: Lens' DeleteExtension Text Source #
The name, ID, or Amazon Resource Name (ARN) of the extension you want to delete.
Destructuring the Response
data DeleteExtensionResponse Source #
See: newDeleteExtensionResponse smart constructor.
Constructors
| DeleteExtensionResponse' | |
Instances
newDeleteExtensionResponse :: DeleteExtensionResponse Source #
Create a value of DeleteExtensionResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.