Updates an existing notify configuration. You can update the default template, pool association, enabled channels, enabled countries, and deletion protection settings.
Headers
Request body
The identifier of the notify configuration to update. The NotifyConfigurationId can be found using the <a>DescribeNotifyConfigurations</a> operation.
The default template identifier to associate with the notify configuration. If specified, this template is used when sending messages without an explicit template identifier. Pass the special value <code>UNSET_DEFAULT_TEMPLATE</code> to clear the current default template from the notify configuration.
The pool identifier or Amazon Resource Name (ARN) to associate with the notify configuration. Pass the special value <code>UNSET_DEFAULT_POOL_FOR_NOTIFY</code> to clear the current default pool from the notify configuration.
An array of two-character ISO country codes, in ISO 3166-1 alpha-2 format, that are enabled for the notify configuration.
An array of channels to enable for the notify configuration. Supported values include <code>SMS</code> and <code>VOICE</code>.
When set to true the notify configuration can't be deleted.
Response
Success
The Amazon Resource Name (ARN) for the notify configuration.
The unique identifier for the notify configuration.
The display name associated with the notify configuration.
The use case for the notify configuration.
The default template identifier associated with the notify configuration.
The identifier of the pool associated with the notify configuration.
An array of two-character ISO country codes, in ISO 3166-1 alpha-2 format, that are enabled for the notify configuration.
An array of channels enabled for the notify configuration. Supported values include <code>SMS</code> and <code>VOICE</code>.
The tier of the notify configuration.
The tier upgrade status of the notify configuration.
The current status of the notify configuration.
The reason the notify configuration was rejected, if applicable.
When set to true deletion protection is enabled. By default this is set to false.
The time when the notify configuration was created, in <a href="https://www.epochconverter.com/">UNIX epoch time</a> format.