tag#

async idem_aws.exec.aws.apigateway.tag.update_tags(hub, ctx, resource_arn: str, old_tags: Dict[str, Any], new_tags: Dict[str, Any])[source]#

Updates tags for an AWS API Gateway resource.

Parameters:
  • hub – required for functions in hub.

  • ctx – context.

  • resource_arn – AWS API Gateway resource arn.

  • old_tags (Dict[str, Any]) – Dict of existing tags.

  • new_tags (Dict[str, Any]) – Dict of new tags.

Returns:

True|False, “comment”: A message Tuple, “ret”: dict of updated tags}

Return type:

{“result”