View Source AWS.NotificationsContacts (aws-elixir v1.0.4)

AWS User Notifications Contacts is a service that allows you to create and manage email contacts for AWS User Notifications.

The AWS User Notifications Contacts API Reference provides descriptions, API request parameters, and the JSON response for all email contact related API actions.

Link to this section Summary

Functions

Activates an email contact using an activation code.

Creates an email contact for the provided email address.

Lists all email contacts created under the Account.

Lists all of the tags associated with the Amazon Resource Name (ARN) that you specify.

Sends an activation email to the email address associated with the specified email contact.

Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN).

Detaches a key-value pair from a resource, as identified by its Amazon Resource Name (ARN).

Link to this section Functions

Link to this function

activate_email_contact(client, arn, code, input, options \\ [])

View Source

Activates an email contact using an activation code.

This code is in the activation email sent to the email address associated with this email contact.

Link to this function

create_email_contact(client, input, options \\ [])

View Source

Creates an email contact for the provided email address.

Link to this function

delete_email_contact(client, arn, input, options \\ [])

View Source

Deletes an email contact.

Deleting an email contact removes it from all associated notification configurations.

Link to this function

get_email_contact(client, arn, options \\ [])

View Source

Returns an email contact.

Link to this function

list_email_contacts(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Lists all email contacts created under the Account.

Link to this function

list_tags_for_resource(client, arn, options \\ [])

View Source

Lists all of the tags associated with the Amazon Resource Name (ARN) that you specify.

The resource can be a user, server, or role.

Link to this function

send_activation_code(client, arn, input, options \\ [])

View Source

Sends an activation email to the email address associated with the specified email contact.

It might take a few minutes for the activation email to arrive. If it doesn't arrive, check in your spam folder or try sending another activation email.

Link to this function

tag_resource(client, arn, input, options \\ [])

View Source

Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN).

Taggable resources in AWS User Notifications Contacts include email contacts.

Link to this function

untag_resource(client, arn, input, options \\ [])

View Source

Detaches a key-value pair from a resource, as identified by its Amazon Resource Name (ARN).

Taggable resources in AWS User Notifications Contacts include email contacts..