| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.SageMaker.DeleteTags
Description
Deletes the specified tags from an Amazon SageMaker resource.
To list a resource's tags, use the ListTags API.
Creating a Request
Arguments
| :: Text | |
| -> NonEmpty Text | |
| -> DeleteTags |
Creates a value of DeleteTags with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dtResourceARN- The Amazon Resource Name (ARN) of the resource whose tags you want to delete.dtTagKeys- An array or one or more tag keys to delete.
data DeleteTags Source #
See: deleteTags smart constructor.
Instances
Request Lenses
dtResourceARN :: Lens' DeleteTags Text Source #
The Amazon Resource Name (ARN) of the resource whose tags you want to delete.
Destructuring the Response
Arguments
| :: Int | |
| -> DeleteTagsResponse |
Creates a value of DeleteTagsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dtrsResponseStatus- -- | The response status code.
data DeleteTagsResponse Source #
See: deleteTagsResponse smart constructor.
Response Lenses
dtrsResponseStatus :: Lens' DeleteTagsResponse Int Source #
- - | The response status code.