2019/11/26 - Amazon Elastic Inference - 3 new api methods
Changes Update elastic-inference client to latest version
Returns all tags of an Elastic Inference Accelerator.
See also: AWS API Documentation
Request Syntax
client.list_tags_for_resource(
resourceArn='string'
)
string
[REQUIRED] The ARN of the Elastic Inference Accelerator to list the tags for.
dict
Response Syntax
{
'tags': {
'string': 'string'
}
}
Response Structure
(dict) --
tags (dict) -- The tags of the Elastic Inference Accelerator.
(string) --
(string) --
Removes the specified tag(s) from an Elastic Inference Accelerator.
See also: AWS API Documentation
Request Syntax
client.untag_resource(
resourceArn='string',
tagKeys=[
'string',
]
)
string
[REQUIRED] The ARN of the Elastic Inference Accelerator to untag.
list
[REQUIRED] The list of tags to remove from the Elastic Inference Accelerator.
(string) --
dict
Response Syntax
{}
Response Structure
(dict) --
Adds the specified tag(s) to an Elastic Inference Accelerator.
See also: AWS API Documentation
Request Syntax
client.tag_resource(
resourceArn='string',
tags={
'string': 'string'
}
)
string
[REQUIRED] The ARN of the Elastic Inference Accelerator to tag.
dict
[REQUIRED] The tags to add to the Elastic Inference Accelerator.
(string) --
(string) --
dict
Response Syntax
{}
Response Structure
(dict) --