libZSservicesZSamazonka-codedeployZSamazonka-codedeploy
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.CodeDeploy.AddTagsToOnPremisesInstances

Description

Adds tags to on-premises instances.

Synopsis

Creating a Request

data AddTagsToOnPremisesInstances Source #

Represents the input of, and adds tags to, an on-premises instance operation.

See: newAddTagsToOnPremisesInstances smart constructor.

Constructors

AddTagsToOnPremisesInstances' 

Fields

  • tags :: [Tag]

    The tag key-value pairs to add to the on-premises instances.

    Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.

  • instanceNames :: [Text]

    The names of the on-premises instances to which to add tags.

Instances

Instances details
Eq AddTagsToOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

Read AddTagsToOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

Show AddTagsToOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

Generic AddTagsToOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

Associated Types

type Rep AddTagsToOnPremisesInstances :: Type -> Type #

NFData AddTagsToOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

Hashable AddTagsToOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

ToJSON AddTagsToOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

AWSRequest AddTagsToOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

ToHeaders AddTagsToOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

ToPath AddTagsToOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

ToQuery AddTagsToOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

type Rep AddTagsToOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

type Rep AddTagsToOnPremisesInstances = D1 ('MetaData "AddTagsToOnPremisesInstances" "Amazonka.CodeDeploy.AddTagsToOnPremisesInstances" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "AddTagsToOnPremisesInstances'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag]) :*: S1 ('MetaSel ('Just "instanceNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse AddTagsToOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

newAddTagsToOnPremisesInstances :: AddTagsToOnPremisesInstances Source #

Create a value of AddTagsToOnPremisesInstances 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:tags:AddTagsToOnPremisesInstances', addTagsToOnPremisesInstances_tags - The tag key-value pairs to add to the on-premises instances.

Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.

$sel:instanceNames:AddTagsToOnPremisesInstances', addTagsToOnPremisesInstances_instanceNames - The names of the on-premises instances to which to add tags.

Request Lenses

addTagsToOnPremisesInstances_tags :: Lens' AddTagsToOnPremisesInstances [Tag] Source #

The tag key-value pairs to add to the on-premises instances.

Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.

addTagsToOnPremisesInstances_instanceNames :: Lens' AddTagsToOnPremisesInstances [Text] Source #

The names of the on-premises instances to which to add tags.

Destructuring the Response

data AddTagsToOnPremisesInstancesResponse Source #

Instances

Instances details
Eq AddTagsToOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

Read AddTagsToOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

Show AddTagsToOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

Generic AddTagsToOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

NFData AddTagsToOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

type Rep AddTagsToOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

type Rep AddTagsToOnPremisesInstancesResponse = D1 ('MetaData "AddTagsToOnPremisesInstancesResponse" "Amazonka.CodeDeploy.AddTagsToOnPremisesInstances" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "AddTagsToOnPremisesInstancesResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newAddTagsToOnPremisesInstancesResponse :: AddTagsToOnPremisesInstancesResponse Source #

Create a value of AddTagsToOnPremisesInstancesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.