Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Removes one or more tags from one or more on-premises instances.
Synopsis
- data RemoveTagsFromOnPremisesInstances = RemoveTagsFromOnPremisesInstances' {
- tags :: [Tag]
- instanceNames :: [Text]
- newRemoveTagsFromOnPremisesInstances :: RemoveTagsFromOnPremisesInstances
- removeTagsFromOnPremisesInstances_tags :: Lens' RemoveTagsFromOnPremisesInstances [Tag]
- removeTagsFromOnPremisesInstances_instanceNames :: Lens' RemoveTagsFromOnPremisesInstances [Text]
- data RemoveTagsFromOnPremisesInstancesResponse = RemoveTagsFromOnPremisesInstancesResponse' {
- newRemoveTagsFromOnPremisesInstancesResponse :: RemoveTagsFromOnPremisesInstancesResponse
Creating a Request
data RemoveTagsFromOnPremisesInstances Source #
Represents the input of a RemoveTagsFromOnPremisesInstances
operation.
See: newRemoveTagsFromOnPremisesInstances
smart constructor.
RemoveTagsFromOnPremisesInstances' | |
|
Instances
newRemoveTagsFromOnPremisesInstances :: RemoveTagsFromOnPremisesInstances Source #
Create a value of RemoveTagsFromOnPremisesInstances
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:RemoveTagsFromOnPremisesInstances'
, removeTagsFromOnPremisesInstances_tags
- The tag key-value pairs to remove from the on-premises instances.
$sel:instanceNames:RemoveTagsFromOnPremisesInstances'
, removeTagsFromOnPremisesInstances_instanceNames
- The names of the on-premises instances from which to remove tags.
Request Lenses
removeTagsFromOnPremisesInstances_tags :: Lens' RemoveTagsFromOnPremisesInstances [Tag] Source #
The tag key-value pairs to remove from the on-premises instances.
removeTagsFromOnPremisesInstances_instanceNames :: Lens' RemoveTagsFromOnPremisesInstances [Text] Source #
The names of the on-premises instances from which to remove tags.
Destructuring the Response
data RemoveTagsFromOnPremisesInstancesResponse Source #
See: newRemoveTagsFromOnPremisesInstancesResponse
smart constructor.
Instances
Eq RemoveTagsFromOnPremisesInstancesResponse Source # | |
Read RemoveTagsFromOnPremisesInstancesResponse Source # | |
Show RemoveTagsFromOnPremisesInstancesResponse Source # | |
Generic RemoveTagsFromOnPremisesInstancesResponse Source # | |
Defined in Amazonka.CodeDeploy.RemoveTagsFromOnPremisesInstances type Rep RemoveTagsFromOnPremisesInstancesResponse :: Type -> Type # | |
NFData RemoveTagsFromOnPremisesInstancesResponse Source # | |
type Rep RemoveTagsFromOnPremisesInstancesResponse Source # | |
Defined in Amazonka.CodeDeploy.RemoveTagsFromOnPremisesInstances type Rep RemoveTagsFromOnPremisesInstancesResponse = D1 ('MetaData "RemoveTagsFromOnPremisesInstancesResponse" "Amazonka.CodeDeploy.RemoveTagsFromOnPremisesInstances" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "RemoveTagsFromOnPremisesInstancesResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newRemoveTagsFromOnPremisesInstancesResponse :: RemoveTagsFromOnPremisesInstancesResponse Source #
Create a value of RemoveTagsFromOnPremisesInstancesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.