amazonka-codebuild-2.0: Amazon CodeBuild 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.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
ToJSON InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.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

AWSRequest InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Associated Types

type AWSResponse InvalidateProjectCache #

Generic InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Associated Types

type Rep InvalidateProjectCache :: Type -> Type #

Read InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Show InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

NFData InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Methods

rnf :: InvalidateProjectCache -> () #

Eq InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Hashable InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

type AWSResponse 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" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "InvalidateProjectCache'" 'PrefixI 'True) (S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic InvalidateProjectCacheResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Associated Types

type Rep InvalidateProjectCacheResponse :: Type -> Type #

Read InvalidateProjectCacheResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Show InvalidateProjectCacheResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

NFData InvalidateProjectCacheResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Eq 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" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" '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