| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.Glacier.RemoveTagsFromVault
Description
This operation removes one or more tags from the set of tags attached to a vault. For more information about tags, see Tagging Amazon Glacier Resources . This operation is idempotent. The operation will be successful, even if there are no tags attached to the vault.
- removeTagsFromVault :: Text -> Text -> RemoveTagsFromVault
- data RemoveTagsFromVault
- rtfvTagKeys :: Lens' RemoveTagsFromVault [Text]
- rtfvAccountId :: Lens' RemoveTagsFromVault Text
- rtfvVaultName :: Lens' RemoveTagsFromVault Text
- removeTagsFromVaultResponse :: RemoveTagsFromVaultResponse
- data RemoveTagsFromVaultResponse
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> RemoveTagsFromVault |
Creates a value of RemoveTagsFromVault with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rtfvTagKeys- A list of tag keys. Each corresponding tag is removed from the vault.rtfvAccountId- TheAccountIdvalue is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single '-' (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (-) in the ID.rtfvVaultName- The name of the vault.
data RemoveTagsFromVault Source #
The input value for RemoveTagsFromVaultInput .
See: removeTagsFromVault smart constructor.
Instances
Request Lenses
rtfvTagKeys :: Lens' RemoveTagsFromVault [Text] Source #
A list of tag keys. Each corresponding tag is removed from the vault.
rtfvAccountId :: Lens' RemoveTagsFromVault Text Source #
The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single '- ' (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (-) in the ID.
rtfvVaultName :: Lens' RemoveTagsFromVault Text Source #
The name of the vault.
Destructuring the Response
removeTagsFromVaultResponse :: RemoveTagsFromVaultResponse Source #
Creates a value of RemoveTagsFromVaultResponse with the minimum fields required to make a request.
data RemoveTagsFromVaultResponse Source #
See: removeTagsFromVaultResponse smart constructor.
Instances