libZSservicesZSamazonka-codebuildZSamazonka-codebuild
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.CodeBuild.InvalidateProjectCache

Description

Resets the cache for a project.

Synopsis

Creating a Request

data InvalidateProjectCache Source #

See: newInvalidateProjectCache smart constructor.

Constructors

InvalidateProjectCache' 

Fields

  • projectName :: Text

    The name of the CodeBuild build project that the cache is reset for.

Instances

Instances details
Eq InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Read InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Show InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Generic InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Associated Types

type Rep InvalidateProjectCache :: Type -> Type #

NFData InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Methods

rnf :: InvalidateProjectCache -> () #

Hashable InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

ToJSON InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

AWSRequest InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Associated Types

type AWSResponse InvalidateProjectCache #

ToHeaders InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

ToPath InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

ToQuery InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

type Rep InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

type Rep InvalidateProjectCache = D1 ('MetaData "InvalidateProjectCache" "Amazonka.CodeBuild.InvalidateProjectCache" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "InvalidateProjectCache'" 'PrefixI 'True) (S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

newInvalidateProjectCache Source #

Create a value of InvalidateProjectCache 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:projectName:InvalidateProjectCache', invalidateProjectCache_projectName - The name of the CodeBuild build project that the cache is reset for.

Request Lenses

invalidateProjectCache_projectName :: Lens' InvalidateProjectCache Text Source #

The name of the CodeBuild build project that the cache is reset for.

Destructuring the Response

data InvalidateProjectCacheResponse Source #

See: newInvalidateProjectCacheResponse smart constructor.

Constructors

InvalidateProjectCacheResponse' 

Fields

Instances

Instances details
Eq InvalidateProjectCacheResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Read InvalidateProjectCacheResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Show InvalidateProjectCacheResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Generic InvalidateProjectCacheResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Associated Types

type Rep InvalidateProjectCacheResponse :: Type -> Type #

NFData InvalidateProjectCacheResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

type Rep InvalidateProjectCacheResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

type Rep InvalidateProjectCacheResponse = D1 ('MetaData "InvalidateProjectCacheResponse" "Amazonka.CodeBuild.InvalidateProjectCache" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "InvalidateProjectCacheResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newInvalidateProjectCacheResponse Source #

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

Response Lenses