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

Description

Flushes an ApiCache object.

Synopsis

Creating a Request

data FlushApiCache Source #

Represents the input of a FlushApiCache operation.

See: newFlushApiCache smart constructor.

Constructors

FlushApiCache' 

Fields

Instances

Instances details
ToHeaders FlushApiCache Source # 
Instance details

Defined in Amazonka.AppSync.FlushApiCache

ToPath FlushApiCache Source # 
Instance details

Defined in Amazonka.AppSync.FlushApiCache

ToQuery FlushApiCache Source # 
Instance details

Defined in Amazonka.AppSync.FlushApiCache

AWSRequest FlushApiCache Source # 
Instance details

Defined in Amazonka.AppSync.FlushApiCache

Associated Types

type AWSResponse FlushApiCache #

Generic FlushApiCache Source # 
Instance details

Defined in Amazonka.AppSync.FlushApiCache

Associated Types

type Rep FlushApiCache :: Type -> Type #

Read FlushApiCache Source # 
Instance details

Defined in Amazonka.AppSync.FlushApiCache

Show FlushApiCache Source # 
Instance details

Defined in Amazonka.AppSync.FlushApiCache

NFData FlushApiCache Source # 
Instance details

Defined in Amazonka.AppSync.FlushApiCache

Methods

rnf :: FlushApiCache -> () #

Eq FlushApiCache Source # 
Instance details

Defined in Amazonka.AppSync.FlushApiCache

Hashable FlushApiCache Source # 
Instance details

Defined in Amazonka.AppSync.FlushApiCache

type AWSResponse FlushApiCache Source # 
Instance details

Defined in Amazonka.AppSync.FlushApiCache

type Rep FlushApiCache Source # 
Instance details

Defined in Amazonka.AppSync.FlushApiCache

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

newFlushApiCache Source #

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

FlushApiCache, flushApiCache_apiId - The API ID.

Request Lenses

Destructuring the Response

data FlushApiCacheResponse Source #

Represents the output of a FlushApiCache operation.

See: newFlushApiCacheResponse smart constructor.

Constructors

FlushApiCacheResponse' 

Fields

Instances

Instances details
Generic FlushApiCacheResponse Source # 
Instance details

Defined in Amazonka.AppSync.FlushApiCache

Associated Types

type Rep FlushApiCacheResponse :: Type -> Type #

Read FlushApiCacheResponse Source # 
Instance details

Defined in Amazonka.AppSync.FlushApiCache

Show FlushApiCacheResponse Source # 
Instance details

Defined in Amazonka.AppSync.FlushApiCache

NFData FlushApiCacheResponse Source # 
Instance details

Defined in Amazonka.AppSync.FlushApiCache

Methods

rnf :: FlushApiCacheResponse -> () #

Eq FlushApiCacheResponse Source # 
Instance details

Defined in Amazonka.AppSync.FlushApiCache

type Rep FlushApiCacheResponse Source # 
Instance details

Defined in Amazonka.AppSync.FlushApiCache

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

newFlushApiCacheResponse Source #

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

Response Lenses