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.DeleteExtensionAssociation
Description
Deletes an extension association. This action doesn't delete extensions defined in the association.
Synopsis
- data DeleteExtensionAssociation = DeleteExtensionAssociation' {}
- newDeleteExtensionAssociation :: Text -> DeleteExtensionAssociation
- deleteExtensionAssociation_extensionAssociationId :: Lens' DeleteExtensionAssociation Text
- data DeleteExtensionAssociationResponse = DeleteExtensionAssociationResponse' {
- newDeleteExtensionAssociationResponse :: DeleteExtensionAssociationResponse
Creating a Request
data DeleteExtensionAssociation Source #
See: newDeleteExtensionAssociation
smart constructor.
Constructors
DeleteExtensionAssociation' | |
Fields
|
Instances
newDeleteExtensionAssociation Source #
Arguments
:: Text | |
-> DeleteExtensionAssociation |
Create a value of DeleteExtensionAssociation
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:
DeleteExtensionAssociation
, deleteExtensionAssociation_extensionAssociationId
- The ID of the extension association to delete.
Request Lenses
deleteExtensionAssociation_extensionAssociationId :: Lens' DeleteExtensionAssociation Text Source #
The ID of the extension association to delete.
Destructuring the Response
data DeleteExtensionAssociationResponse Source #
See: newDeleteExtensionAssociationResponse
smart constructor.
Constructors
DeleteExtensionAssociationResponse' | |
Instances
Generic DeleteExtensionAssociationResponse Source # | |
Defined in Amazonka.AppConfig.DeleteExtensionAssociation Associated Types type Rep DeleteExtensionAssociationResponse :: Type -> Type # | |
Read DeleteExtensionAssociationResponse Source # | |
Show DeleteExtensionAssociationResponse Source # | |
Defined in Amazonka.AppConfig.DeleteExtensionAssociation Methods showsPrec :: Int -> DeleteExtensionAssociationResponse -> ShowS # | |
NFData DeleteExtensionAssociationResponse Source # | |
Defined in Amazonka.AppConfig.DeleteExtensionAssociation Methods rnf :: DeleteExtensionAssociationResponse -> () # | |
Eq DeleteExtensionAssociationResponse Source # | |
type Rep DeleteExtensionAssociationResponse Source # | |
newDeleteExtensionAssociationResponse :: DeleteExtensionAssociationResponse Source #
Create a value of DeleteExtensionAssociationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.