| Copyright | (c) 2013-2017 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.Discovery.DisassociateConfigurationItemsFromApplication
Description
Disassociates one or more configuration items from an application.
- disassociateConfigurationItemsFromApplication :: Text -> DisassociateConfigurationItemsFromApplication
- data DisassociateConfigurationItemsFromApplication
- dcifaApplicationConfigurationId :: Lens' DisassociateConfigurationItemsFromApplication Text
- dcifaConfigurationIds :: Lens' DisassociateConfigurationItemsFromApplication [Text]
- disassociateConfigurationItemsFromApplicationResponse :: Int -> DisassociateConfigurationItemsFromApplicationResponse
- data DisassociateConfigurationItemsFromApplicationResponse
- dcifarsResponseStatus :: Lens' DisassociateConfigurationItemsFromApplicationResponse Int
Creating a Request
disassociateConfigurationItemsFromApplication Source #
Creates a value of DisassociateConfigurationItemsFromApplication with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dcifaApplicationConfigurationId- Configuration ID of an application from which each item is disassociated.dcifaConfigurationIds- Configuration ID of each item to be disassociated from an application.
data DisassociateConfigurationItemsFromApplication Source #
See: disassociateConfigurationItemsFromApplication smart constructor.
Instances
Request Lenses
dcifaApplicationConfigurationId :: Lens' DisassociateConfigurationItemsFromApplication Text Source #
Configuration ID of an application from which each item is disassociated.
dcifaConfigurationIds :: Lens' DisassociateConfigurationItemsFromApplication [Text] Source #
Configuration ID of each item to be disassociated from an application.
Destructuring the Response
disassociateConfigurationItemsFromApplicationResponse Source #
Creates a value of DisassociateConfigurationItemsFromApplicationResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dcifarsResponseStatus- -- | The response status code.
data DisassociateConfigurationItemsFromApplicationResponse Source #
See: disassociateConfigurationItemsFromApplicationResponse smart constructor.
Instances
Response Lenses
dcifarsResponseStatus :: Lens' DisassociateConfigurationItemsFromApplicationResponse Int Source #
- - | The response status code.