libZSservicesZSamazonka-codestarZSamazonka-codestar
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.CodeStar.UntagProject

Description

Removes tags from a project.

Synopsis

Creating a Request

data UntagProject Source #

See: newUntagProject smart constructor.

Constructors

UntagProject' 

Fields

  • id :: Text

    The ID of the project to remove tags from.

  • tags :: [Text]

    The tags to remove from the project.

Instances

Instances details
Eq UntagProject Source # 
Instance details

Defined in Amazonka.CodeStar.UntagProject

Read UntagProject Source # 
Instance details

Defined in Amazonka.CodeStar.UntagProject

Show UntagProject Source # 
Instance details

Defined in Amazonka.CodeStar.UntagProject

Generic UntagProject Source # 
Instance details

Defined in Amazonka.CodeStar.UntagProject

Associated Types

type Rep UntagProject :: Type -> Type #

NFData UntagProject Source # 
Instance details

Defined in Amazonka.CodeStar.UntagProject

Methods

rnf :: UntagProject -> () #

Hashable UntagProject Source # 
Instance details

Defined in Amazonka.CodeStar.UntagProject

ToJSON UntagProject Source # 
Instance details

Defined in Amazonka.CodeStar.UntagProject

AWSRequest UntagProject Source # 
Instance details

Defined in Amazonka.CodeStar.UntagProject

Associated Types

type AWSResponse UntagProject #

ToHeaders UntagProject Source # 
Instance details

Defined in Amazonka.CodeStar.UntagProject

ToPath UntagProject Source # 
Instance details

Defined in Amazonka.CodeStar.UntagProject

ToQuery UntagProject Source # 
Instance details

Defined in Amazonka.CodeStar.UntagProject

type Rep UntagProject Source # 
Instance details

Defined in Amazonka.CodeStar.UntagProject

type Rep UntagProject = D1 ('MetaData "UntagProject" "Amazonka.CodeStar.UntagProject" "libZSservicesZSamazonka-codestarZSamazonka-codestar" 'False) (C1 ('MetaCons "UntagProject'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse UntagProject Source # 
Instance details

Defined in Amazonka.CodeStar.UntagProject

newUntagProject Source #

Create a value of UntagProject 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:id:UntagProject', untagProject_id - The ID of the project to remove tags from.

$sel:tags:UntagProject', untagProject_tags - The tags to remove from the project.

Request Lenses

untagProject_id :: Lens' UntagProject Text Source #

The ID of the project to remove tags from.

untagProject_tags :: Lens' UntagProject [Text] Source #

The tags to remove from the project.

Destructuring the Response

data UntagProjectResponse Source #

See: newUntagProjectResponse smart constructor.

Constructors

UntagProjectResponse' 

Fields

Instances

Instances details
Eq UntagProjectResponse Source # 
Instance details

Defined in Amazonka.CodeStar.UntagProject

Read UntagProjectResponse Source # 
Instance details

Defined in Amazonka.CodeStar.UntagProject

Show UntagProjectResponse Source # 
Instance details

Defined in Amazonka.CodeStar.UntagProject

Generic UntagProjectResponse Source # 
Instance details

Defined in Amazonka.CodeStar.UntagProject

Associated Types

type Rep UntagProjectResponse :: Type -> Type #

NFData UntagProjectResponse Source # 
Instance details

Defined in Amazonka.CodeStar.UntagProject

Methods

rnf :: UntagProjectResponse -> () #

type Rep UntagProjectResponse Source # 
Instance details

Defined in Amazonka.CodeStar.UntagProject

type Rep UntagProjectResponse = D1 ('MetaData "UntagProjectResponse" "Amazonka.CodeStar.UntagProject" "libZSservicesZSamazonka-codestarZSamazonka-codestar" 'False) (C1 ('MetaCons "UntagProjectResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUntagProjectResponse Source #

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

Response Lenses