libZSservicesZSamazonka-appsyncZSamazonka-appsync
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.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
Eq FlushApiCache Source # 
Instance details

Defined in Amazonka.AppSync.FlushApiCache

Read FlushApiCache Source # 
Instance details

Defined in Amazonka.AppSync.FlushApiCache

Show FlushApiCache Source # 
Instance details

Defined in Amazonka.AppSync.FlushApiCache

Generic FlushApiCache Source # 
Instance details

Defined in Amazonka.AppSync.FlushApiCache

Associated Types

type Rep FlushApiCache :: Type -> Type #

NFData FlushApiCache Source # 
Instance details

Defined in Amazonka.AppSync.FlushApiCache

Methods

rnf :: FlushApiCache -> () #

Hashable FlushApiCache Source # 
Instance details

Defined in Amazonka.AppSync.FlushApiCache

AWSRequest FlushApiCache Source # 
Instance details

Defined in Amazonka.AppSync.FlushApiCache

Associated Types

type AWSResponse FlushApiCache #

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

type Rep FlushApiCache Source # 
Instance details

Defined in Amazonka.AppSync.FlushApiCache

type Rep FlushApiCache = D1 ('MetaData "FlushApiCache" "Amazonka.AppSync.FlushApiCache" "libZSservicesZSamazonka-appsyncZSamazonka-appsync" 'False) (C1 ('MetaCons "FlushApiCache'" 'PrefixI 'True) (S1 ('MetaSel ('Just "apiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse FlushApiCache Source # 
Instance details

Defined in Amazonka.AppSync.FlushApiCache

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:

$sel:apiId: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
Eq FlushApiCacheResponse Source # 
Instance details

Defined in Amazonka.AppSync.FlushApiCache

Read FlushApiCacheResponse Source # 
Instance details

Defined in Amazonka.AppSync.FlushApiCache

Show FlushApiCacheResponse Source # 
Instance details

Defined in Amazonka.AppSync.FlushApiCache

Generic FlushApiCacheResponse Source # 
Instance details

Defined in Amazonka.AppSync.FlushApiCache

Associated Types

type Rep FlushApiCacheResponse :: Type -> Type #

NFData FlushApiCacheResponse Source # 
Instance details

Defined in Amazonka.AppSync.FlushApiCache

Methods

rnf :: FlushApiCacheResponse -> () #

type Rep FlushApiCacheResponse Source # 
Instance details

Defined in Amazonka.AppSync.FlushApiCache

type Rep FlushApiCacheResponse = D1 ('MetaData "FlushApiCacheResponse" "Amazonka.AppSync.FlushApiCache" "libZSservicesZSamazonka-appsyncZSamazonka-appsync" '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