| 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.DirectoryService.CancelSchemaExtension
Description
Cancels an in-progress schema extension to a Microsoft AD directory. Once a schema extension has started replicating to all domain controllers, the task can no longer be canceled. A schema extension can be canceled during any of the following states; Initializing , CreatingSnapshot , and UpdatingSchema .
- cancelSchemaExtension :: Text -> Text -> CancelSchemaExtension
- data CancelSchemaExtension
- cseDirectoryId :: Lens' CancelSchemaExtension Text
- cseSchemaExtensionId :: Lens' CancelSchemaExtension Text
- cancelSchemaExtensionResponse :: Int -> CancelSchemaExtensionResponse
- data CancelSchemaExtensionResponse
- csersResponseStatus :: Lens' CancelSchemaExtensionResponse Int
Creating a Request
cancelSchemaExtension Source #
Arguments
| :: Text | |
| -> Text | |
| -> CancelSchemaExtension |
Creates a value of CancelSchemaExtension with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
cseDirectoryId- The identifier of the directory whose schema extension will be canceled.cseSchemaExtensionId- The identifier of the schema extension that will be canceled.
data CancelSchemaExtension Source #
See: cancelSchemaExtension smart constructor.
Instances
Request Lenses
cseDirectoryId :: Lens' CancelSchemaExtension Text Source #
The identifier of the directory whose schema extension will be canceled.
cseSchemaExtensionId :: Lens' CancelSchemaExtension Text Source #
The identifier of the schema extension that will be canceled.
Destructuring the Response
cancelSchemaExtensionResponse Source #
Arguments
| :: Int | |
| -> CancelSchemaExtensionResponse |
Creates a value of CancelSchemaExtensionResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
csersResponseStatus- -- | The response status code.
data CancelSchemaExtensionResponse Source #
See: cancelSchemaExtensionResponse smart constructor.
Instances
Response Lenses
csersResponseStatus :: Lens' CancelSchemaExtensionResponse Int Source #
- - | The response status code.