libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory
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.CloudDirectory.GetAppliedSchemaVersion

Description

Returns current applied schema version ARN, including the minor version in use.

Synopsis

Creating a Request

data GetAppliedSchemaVersion Source #

See: newGetAppliedSchemaVersion smart constructor.

Constructors

GetAppliedSchemaVersion' 

Fields

Instances

Instances details
Eq GetAppliedSchemaVersion Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetAppliedSchemaVersion

Read GetAppliedSchemaVersion Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetAppliedSchemaVersion

Show GetAppliedSchemaVersion Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetAppliedSchemaVersion

Generic GetAppliedSchemaVersion Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetAppliedSchemaVersion

Associated Types

type Rep GetAppliedSchemaVersion :: Type -> Type #

NFData GetAppliedSchemaVersion Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetAppliedSchemaVersion

Methods

rnf :: GetAppliedSchemaVersion -> () #

Hashable GetAppliedSchemaVersion Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetAppliedSchemaVersion

ToJSON GetAppliedSchemaVersion Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetAppliedSchemaVersion

AWSRequest GetAppliedSchemaVersion Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetAppliedSchemaVersion

ToHeaders GetAppliedSchemaVersion Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetAppliedSchemaVersion

ToPath GetAppliedSchemaVersion Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetAppliedSchemaVersion

ToQuery GetAppliedSchemaVersion Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetAppliedSchemaVersion

type Rep GetAppliedSchemaVersion Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetAppliedSchemaVersion

type Rep GetAppliedSchemaVersion = D1 ('MetaData "GetAppliedSchemaVersion" "Amazonka.CloudDirectory.GetAppliedSchemaVersion" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "GetAppliedSchemaVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "schemaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetAppliedSchemaVersion Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetAppliedSchemaVersion

newGetAppliedSchemaVersion Source #

Create a value of GetAppliedSchemaVersion 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:schemaArn:GetAppliedSchemaVersion', getAppliedSchemaVersion_schemaArn - The ARN of the applied schema.

Request Lenses

Destructuring the Response

data GetAppliedSchemaVersionResponse Source #

See: newGetAppliedSchemaVersionResponse smart constructor.

Constructors

GetAppliedSchemaVersionResponse' 

Fields

Instances

Instances details
Eq GetAppliedSchemaVersionResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetAppliedSchemaVersion

Read GetAppliedSchemaVersionResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetAppliedSchemaVersion

Show GetAppliedSchemaVersionResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetAppliedSchemaVersion

Generic GetAppliedSchemaVersionResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetAppliedSchemaVersion

Associated Types

type Rep GetAppliedSchemaVersionResponse :: Type -> Type #

NFData GetAppliedSchemaVersionResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetAppliedSchemaVersion

type Rep GetAppliedSchemaVersionResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetAppliedSchemaVersion

type Rep GetAppliedSchemaVersionResponse = D1 ('MetaData "GetAppliedSchemaVersionResponse" "Amazonka.CloudDirectory.GetAppliedSchemaVersion" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "GetAppliedSchemaVersionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appliedSchemaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetAppliedSchemaVersionResponse Source #

Create a value of GetAppliedSchemaVersionResponse 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:appliedSchemaArn:GetAppliedSchemaVersionResponse', getAppliedSchemaVersionResponse_appliedSchemaArn - Current applied schema ARN, including the minor version in use if one was provided.

$sel:httpStatus:GetAppliedSchemaVersionResponse', getAppliedSchemaVersionResponse_httpStatus - The response's http status code.

Response Lenses

getAppliedSchemaVersionResponse_appliedSchemaArn :: Lens' GetAppliedSchemaVersionResponse (Maybe Text) Source #

Current applied schema ARN, including the minor version in use if one was provided.