Awso_notificationscontacts_syncSourceval activate_email_contact :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_notificationscontacts.Values.ActivateEmailContactRequest.t ->
(Awso_notificationscontacts.Values.ActivateEmailContactResponse.t,
Awso_notificationscontacts.Values.ActivateEmailContactResponse.error)
Result.tval create_email_contact :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_notificationscontacts.Values.CreateEmailContactRequest.t ->
(Awso_notificationscontacts.Values.CreateEmailContactResponse.t,
Awso_notificationscontacts.Values.CreateEmailContactResponse.error)
Result.tval delete_email_contact :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_notificationscontacts.Values.DeleteEmailContactRequest.t ->
(Awso_notificationscontacts.Values.DeleteEmailContactResponse.t,
Awso_notificationscontacts.Values.DeleteEmailContactResponse.error)
Result.tval get_email_contact :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_notificationscontacts.Values.GetEmailContactRequest.t ->
(Awso_notificationscontacts.Values.GetEmailContactResponse.t,
Awso_notificationscontacts.Values.GetEmailContactResponse.error)
Result.tval list_email_contacts :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_notificationscontacts.Values.ListEmailContactsRequest.t ->
(Awso_notificationscontacts.Values.ListEmailContactsResponse.t,
Awso_notificationscontacts.Values.ListEmailContactsResponse.error)
Result.tval list_tags_for_resource :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_notificationscontacts.Values.ListTagsForResourceRequest.t ->
(Awso_notificationscontacts.Values.ListTagsForResourceResponse.t,
Awso_notificationscontacts.Values.ListTagsForResourceResponse.error)
Result.tval send_activation_code :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_notificationscontacts.Values.SendActivationCodeRequest.t ->
(Awso_notificationscontacts.Values.SendActivationCodeResponse.t,
Awso_notificationscontacts.Values.SendActivationCodeResponse.error)
Result.tval tag_resource :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_notificationscontacts.Values.TagResourceRequest.t ->
(Awso_notificationscontacts.Values.TagResourceResponse.t,
Awso_notificationscontacts.Values.TagResourceResponse.error)
Result.tval untag_resource :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_notificationscontacts.Values.UntagResourceRequest.t ->
(Awso_notificationscontacts.Values.UntagResourceResponse.t,
Awso_notificationscontacts.Values.UntagResourceResponse.error)
Result.tinclude module type of struct include Awso_notificationscontacts.Values endval structure_to_value_aux :
('a * 'b option) list ->
f:(('a * 'b) list -> 'c) ->
[> `Structure of 'c ]val 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.
module SensitiveEmailContactAddress =
Awso_notificationscontacts.Values.SensitiveEmailContactAddressmodule ValidationExceptionFieldList =
Awso_notificationscontacts.Values.ValidationExceptionFieldListmodule ValidationExceptionReason =
Awso_notificationscontacts.Values.ValidationExceptionReasonAn email contact.
You do not have sufficient access to perform this action.
Unexpected error during processing of request.
module ResourceNotFoundException =
Awso_notificationscontacts.Values.ResourceNotFoundExceptionYour 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.
module ListEmailContactsRequestMaxResultsInteger =
Awso_notificationscontacts.Values.ListEmailContactsRequestMaxResultsIntegermodule ServiceQuotaExceededException =
Awso_notificationscontacts.Values.ServiceQuotaExceededExceptionRequest 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.
module SendActivationCodeResponse =
Awso_notificationscontacts.Values.SendActivationCodeResponseSends 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.
module SendActivationCodeRequest =
Awso_notificationscontacts.Values.SendActivationCodeRequestSends 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.
module ListTagsForResourceResponse =
Awso_notificationscontacts.Values.ListTagsForResourceResponseLists all of the tags associated with the Amazon Resource Name (ARN) that you specify. The resource can be a user, server, or role.
module ListTagsForResourceRequest =
Awso_notificationscontacts.Values.ListTagsForResourceRequestLists all of the tags associated with the Amazon Resource Name (ARN) that you specify. The resource can be a user, server, or role.
module ListEmailContactsResponse =
Awso_notificationscontacts.Values.ListEmailContactsResponseLists all email contacts created under the Account.
Lists all email contacts created under the Account.
Returns an email contact.
Returns an email contact.
module DeleteEmailContactResponse =
Awso_notificationscontacts.Values.DeleteEmailContactResponseDeletes an email contact. Deleting an email contact removes it from all associated notification configurations.
module DeleteEmailContactRequest =
Awso_notificationscontacts.Values.DeleteEmailContactRequestDeletes an email contact. Deleting an email contact removes it from all associated notification configurations.
module CreateEmailContactResponse =
Awso_notificationscontacts.Values.CreateEmailContactResponseCreates an email contact for the provided email address.
module CreateEmailContactRequest =
Awso_notificationscontacts.Values.CreateEmailContactRequestCreates an email contact for the provided email address.
module ActivateEmailContactResponse =
Awso_notificationscontacts.Values.ActivateEmailContactResponseActivates an email contact using an activation code. This code is in the activation email sent to the email address associated with this email contact.
module ActivateEmailContactRequest =
Awso_notificationscontacts.Values.ActivateEmailContactRequestActivates an email contact using an activation code. This code is in the activation email sent to the email address associated with this email contact.