Tags: list tags
URI
/prod/tags/
resource-arn
HTTP methods
DELETE
Operation ID: DeleteTags
Name | Type | Required | Description |
---|---|---|---|
resource-arn | String | True |
Name | Type | Required | Description |
---|---|---|---|
tagKeys | String | True |
Status code | Response model | Description |
---|---|---|
204 | None | 204 response |
400 | InvalidRequest | 400 response |
403 | AccessDenied | 403 response |
404 | ResourceNotFound | 404 response |
500 | InternalServiceError | 500 response |
GET
Operation ID: ListTagsForResource
Name | Type | Required | Description |
---|---|---|---|
resource-arn | String | True |
Status code | Response model | Description |
---|---|---|
200 | TagsModel | 200 response |
400 | InvalidRequest | 400 response |
403 | AccessDenied | 403 response |
404 | ResourceNotFound | 404 response |
500 | InternalServiceError | 500 response |
POST
Operation ID: CreateTags
Name | Type | Required | Description |
---|---|---|---|
resource-arn | String | True |
Status code | Response model | Description |
---|---|---|
204 | None | 204 response |
400 | InvalidRequest | 400 response |
403 | AccessDenied | 403 response |
404 | ResourceNotFound | 404 response |
500 | InternalServiceError | 500 response |
Schemas
Request bodies
{ "tags": { } }
Response bodies
{ "tags": { } }
{ "message": "string" }
{ "message": "string" }
{ "message": "string" }
{ "message": "string" }
Properties
AccessDenied
Property | Type | Required | Description |
---|---|---|---|
message | string | False |
InternalServiceError
Property | Type | Required | Description |
---|---|---|---|
message | string | False |
InvalidRequest
Property | Type | Required | Description |
---|---|---|---|
message | string | False |
ResourceNotFound
Property | Type | Required | Description |
---|---|---|---|
message | string | False |
Tags
Property | Type | Required | Description |
---|---|---|---|
| string | False |
TagsModel
Property | Type | Required | Description |
---|---|---|---|
tags | False |
See also
For more information about using this API in one of the language-specific AWS SDKs and references, see the following: