Module Awso_notificationscontacts_asyncSource

include module type of struct include Awso_notificationscontacts.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]

Stores information about a field passed inside a request that resulted in an exception.

An email contact.

You do not have sufficient access to perform this action.

Unexpected error during processing of request.

Your request references a resource which does not exist.

The request was denied due to request throttling.

The input fails to satisfy the constraints specified by an AWS service.

Updating or deleting a resource can cause an inconsistent state.

Request would cause a service quota to be exceeded.

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..

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..

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.

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.

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.

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.

Lists all of the tags associated with the Amazon Resource Name (ARN) that you specify. The resource can be a user, server, or role.

Lists all of the tags associated with the Amazon Resource Name (ARN) that you specify. The resource can be a user, server, or role.

Lists all email contacts created under the Account.

Lists all email contacts created under the Account.

Returns an email contact.

Returns an email contact.

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

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

Creates an email contact for the provided email address.

Creates an email contact for the provided email address.

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.

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.

Sourcemodule Cli : sig ... end