libZSservicesZSamazonka-dsZSamazonka-ds
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.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.

Synopsis

Creating a Request

data CancelSchemaExtension Source #

See: newCancelSchemaExtension smart constructor.

Constructors

CancelSchemaExtension' 

Fields

Instances

Instances details
Eq CancelSchemaExtension Source # 
Instance details

Defined in Amazonka.DirectoryService.CancelSchemaExtension

Read CancelSchemaExtension Source # 
Instance details

Defined in Amazonka.DirectoryService.CancelSchemaExtension

Show CancelSchemaExtension Source # 
Instance details

Defined in Amazonka.DirectoryService.CancelSchemaExtension

Generic CancelSchemaExtension Source # 
Instance details

Defined in Amazonka.DirectoryService.CancelSchemaExtension

Associated Types

type Rep CancelSchemaExtension :: Type -> Type #

NFData CancelSchemaExtension Source # 
Instance details

Defined in Amazonka.DirectoryService.CancelSchemaExtension

Methods

rnf :: CancelSchemaExtension -> () #

Hashable CancelSchemaExtension Source # 
Instance details

Defined in Amazonka.DirectoryService.CancelSchemaExtension

ToJSON CancelSchemaExtension Source # 
Instance details

Defined in Amazonka.DirectoryService.CancelSchemaExtension

AWSRequest CancelSchemaExtension Source # 
Instance details

Defined in Amazonka.DirectoryService.CancelSchemaExtension

Associated Types

type AWSResponse CancelSchemaExtension #

ToHeaders CancelSchemaExtension Source # 
Instance details

Defined in Amazonka.DirectoryService.CancelSchemaExtension

ToPath CancelSchemaExtension Source # 
Instance details

Defined in Amazonka.DirectoryService.CancelSchemaExtension

ToQuery CancelSchemaExtension Source # 
Instance details

Defined in Amazonka.DirectoryService.CancelSchemaExtension

type Rep CancelSchemaExtension Source # 
Instance details

Defined in Amazonka.DirectoryService.CancelSchemaExtension

type Rep CancelSchemaExtension = D1 ('MetaData "CancelSchemaExtension" "Amazonka.DirectoryService.CancelSchemaExtension" "libZSservicesZSamazonka-dsZSamazonka-ds" 'False) (C1 ('MetaCons "CancelSchemaExtension'" 'PrefixI 'True) (S1 ('MetaSel ('Just "directoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "schemaExtensionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse CancelSchemaExtension Source # 
Instance details

Defined in Amazonka.DirectoryService.CancelSchemaExtension

newCancelSchemaExtension Source #

Create a value of CancelSchemaExtension 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:directoryId:CancelSchemaExtension', cancelSchemaExtension_directoryId - The identifier of the directory whose schema extension will be canceled.

$sel:schemaExtensionId:CancelSchemaExtension', cancelSchemaExtension_schemaExtensionId - The identifier of the schema extension that will be canceled.

Request Lenses

cancelSchemaExtension_directoryId :: Lens' CancelSchemaExtension Text Source #

The identifier of the directory whose schema extension will be canceled.

cancelSchemaExtension_schemaExtensionId :: Lens' CancelSchemaExtension Text Source #

The identifier of the schema extension that will be canceled.

Destructuring the Response

data CancelSchemaExtensionResponse Source #

See: newCancelSchemaExtensionResponse smart constructor.

Constructors

CancelSchemaExtensionResponse' 

Fields

Instances

Instances details
Eq CancelSchemaExtensionResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.CancelSchemaExtension

Read CancelSchemaExtensionResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.CancelSchemaExtension

Show CancelSchemaExtensionResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.CancelSchemaExtension

Generic CancelSchemaExtensionResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.CancelSchemaExtension

Associated Types

type Rep CancelSchemaExtensionResponse :: Type -> Type #

NFData CancelSchemaExtensionResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.CancelSchemaExtension

type Rep CancelSchemaExtensionResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.CancelSchemaExtension

type Rep CancelSchemaExtensionResponse = D1 ('MetaData "CancelSchemaExtensionResponse" "Amazonka.DirectoryService.CancelSchemaExtension" "libZSservicesZSamazonka-dsZSamazonka-ds" 'False) (C1 ('MetaCons "CancelSchemaExtensionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCancelSchemaExtensionResponse Source #

Create a value of CancelSchemaExtensionResponse 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:httpStatus:CancelSchemaExtensionResponse', cancelSchemaExtensionResponse_httpStatus - The response's http status code.

Response Lenses