amazonka-appsync-2.0: Amazon AppSync SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.AppSync.GetSchemaCreationStatus

Description

Retrieves the current status of a schema creation operation.

Synopsis

Creating a Request

data GetSchemaCreationStatus Source #

See: newGetSchemaCreationStatus smart constructor.

Constructors

GetSchemaCreationStatus' 

Fields

Instances

Instances details
ToHeaders GetSchemaCreationStatus Source # 
Instance details

Defined in Amazonka.AppSync.GetSchemaCreationStatus

ToPath GetSchemaCreationStatus Source # 
Instance details

Defined in Amazonka.AppSync.GetSchemaCreationStatus

ToQuery GetSchemaCreationStatus Source # 
Instance details

Defined in Amazonka.AppSync.GetSchemaCreationStatus

AWSRequest GetSchemaCreationStatus Source # 
Instance details

Defined in Amazonka.AppSync.GetSchemaCreationStatus

Generic GetSchemaCreationStatus Source # 
Instance details

Defined in Amazonka.AppSync.GetSchemaCreationStatus

Associated Types

type Rep GetSchemaCreationStatus :: Type -> Type #

Read GetSchemaCreationStatus Source # 
Instance details

Defined in Amazonka.AppSync.GetSchemaCreationStatus

Show GetSchemaCreationStatus Source # 
Instance details

Defined in Amazonka.AppSync.GetSchemaCreationStatus

NFData GetSchemaCreationStatus Source # 
Instance details

Defined in Amazonka.AppSync.GetSchemaCreationStatus

Methods

rnf :: GetSchemaCreationStatus -> () #

Eq GetSchemaCreationStatus Source # 
Instance details

Defined in Amazonka.AppSync.GetSchemaCreationStatus

Hashable GetSchemaCreationStatus Source # 
Instance details

Defined in Amazonka.AppSync.GetSchemaCreationStatus

type AWSResponse GetSchemaCreationStatus Source # 
Instance details

Defined in Amazonka.AppSync.GetSchemaCreationStatus

type Rep GetSchemaCreationStatus Source # 
Instance details

Defined in Amazonka.AppSync.GetSchemaCreationStatus

type Rep GetSchemaCreationStatus = D1 ('MetaData "GetSchemaCreationStatus" "Amazonka.AppSync.GetSchemaCreationStatus" "amazonka-appsync-2.0-4Pb6UqteLv1I9NIWaj90bg" 'False) (C1 ('MetaCons "GetSchemaCreationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "apiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetSchemaCreationStatus Source #

Create a value of GetSchemaCreationStatus 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:

GetSchemaCreationStatus, getSchemaCreationStatus_apiId - The API ID.

Request Lenses

Destructuring the Response

data GetSchemaCreationStatusResponse Source #

See: newGetSchemaCreationStatusResponse smart constructor.

Constructors

GetSchemaCreationStatusResponse' 

Fields

  • details :: Maybe Text

    Detailed information about the status of the schema creation operation.

  • status :: Maybe SchemaStatus

    The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When the schema is in the ACTIVE state, you can add data.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Generic GetSchemaCreationStatusResponse Source # 
Instance details

Defined in Amazonka.AppSync.GetSchemaCreationStatus

Associated Types

type Rep GetSchemaCreationStatusResponse :: Type -> Type #

Read GetSchemaCreationStatusResponse Source # 
Instance details

Defined in Amazonka.AppSync.GetSchemaCreationStatus

Show GetSchemaCreationStatusResponse Source # 
Instance details

Defined in Amazonka.AppSync.GetSchemaCreationStatus

NFData GetSchemaCreationStatusResponse Source # 
Instance details

Defined in Amazonka.AppSync.GetSchemaCreationStatus

Eq GetSchemaCreationStatusResponse Source # 
Instance details

Defined in Amazonka.AppSync.GetSchemaCreationStatus

type Rep GetSchemaCreationStatusResponse Source # 
Instance details

Defined in Amazonka.AppSync.GetSchemaCreationStatus

type Rep GetSchemaCreationStatusResponse = D1 ('MetaData "GetSchemaCreationStatusResponse" "Amazonka.AppSync.GetSchemaCreationStatus" "amazonka-appsync-2.0-4Pb6UqteLv1I9NIWaj90bg" 'False) (C1 ('MetaCons "GetSchemaCreationStatusResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SchemaStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetSchemaCreationStatusResponse Source #

Create a value of GetSchemaCreationStatusResponse 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:details:GetSchemaCreationStatusResponse', getSchemaCreationStatusResponse_details - Detailed information about the status of the schema creation operation.

GetSchemaCreationStatusResponse, getSchemaCreationStatusResponse_status - The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When the schema is in the ACTIVE state, you can add data.

$sel:httpStatus:GetSchemaCreationStatusResponse', getSchemaCreationStatusResponse_httpStatus - The response's http status code.

Response Lenses

getSchemaCreationStatusResponse_details :: Lens' GetSchemaCreationStatusResponse (Maybe Text) Source #

Detailed information about the status of the schema creation operation.

getSchemaCreationStatusResponse_status :: Lens' GetSchemaCreationStatusResponse (Maybe SchemaStatus) Source #

The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When the schema is in the ACTIVE state, you can add data.