aws-sdk-pinpointsmsvoicev2 1.29.0 → 1.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-pinpointsmsvoicev2/client.rb +286 -13
- data/lib/aws-sdk-pinpointsmsvoicev2/client_api.rb +169 -0
- data/lib/aws-sdk-pinpointsmsvoicev2/types.rb +488 -76
- data/lib/aws-sdk-pinpointsmsvoicev2.rb +1 -1
- data/sig/client.rbs +93 -6
- data/sig/types.rbs +106 -7
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 97946b768431d3d739dce28ade6a19ac7a4e287efa36ca49b1ce2384fde66966
|
4
|
+
data.tar.gz: 6202f2022afbac4fda7a9969f1b01b59f4f01c0516c7de738b4381cfd6b7734e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 042d00c0454a11559e8ab8fe9bb48d0c573dd2f36c5462ffcd652c60c34797b86e7102d7734dc6a0515e01abb9239a482b41d61fc46e13a5222e9e052f8d9abd
|
7
|
+
data.tar.gz: a65e5fcbe043116f4a9577b8d6407b63a906118c123c06369e9c804b1d5b735b1921de8dbc32931dcedaef4b28211f84dd8eb869f461c8faef3d877485e6dfd5
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.31.0 (2024-11-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Use rule overrides to always allow or always block messages to specific phone numbers. Use message feedback to monitor if a customer interacts with your message.
|
8
|
+
|
9
|
+
1.30.0 (2024-11-08)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added the RequiresAuthenticationTimestamp field to the RegistrationVersionStatusHistory data type.
|
13
|
+
|
4
14
|
1.29.0 (2024-10-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.31.0
|
@@ -694,7 +694,7 @@ module Aws::PinpointSMSVoiceV2
|
|
694
694
|
# resp = client.create_event_destination({
|
695
695
|
# configuration_set_name: "ConfigurationSetNameOrArn", # required
|
696
696
|
# event_destination_name: "EventDestinationName", # required
|
697
|
-
# matching_event_types: ["ALL"], # required, accepts ALL, TEXT_ALL, TEXT_SENT, TEXT_PENDING, TEXT_QUEUED, TEXT_SUCCESSFUL, TEXT_DELIVERED, TEXT_INVALID, TEXT_INVALID_MESSAGE, TEXT_UNREACHABLE, TEXT_CARRIER_UNREACHABLE, TEXT_BLOCKED, TEXT_CARRIER_BLOCKED, TEXT_SPAM, TEXT_UNKNOWN, TEXT_TTL_EXPIRED, VOICE_ALL, VOICE_INITIATED, VOICE_RINGING, VOICE_ANSWERED, VOICE_COMPLETED, VOICE_BUSY, VOICE_NO_ANSWER, VOICE_FAILED, VOICE_TTL_EXPIRED, MEDIA_ALL, MEDIA_PENDING, MEDIA_QUEUED, MEDIA_SUCCESSFUL, MEDIA_DELIVERED, MEDIA_INVALID, MEDIA_INVALID_MESSAGE, MEDIA_UNREACHABLE, MEDIA_CARRIER_UNREACHABLE, MEDIA_BLOCKED, MEDIA_CARRIER_BLOCKED, MEDIA_SPAM, MEDIA_UNKNOWN, MEDIA_TTL_EXPIRED, MEDIA_FILE_INACCESSIBLE, MEDIA_FILE_TYPE_UNSUPPORTED, MEDIA_FILE_SIZE_EXCEEDED
|
697
|
+
# matching_event_types: ["ALL"], # required, accepts ALL, TEXT_ALL, TEXT_SENT, TEXT_PENDING, TEXT_QUEUED, TEXT_SUCCESSFUL, TEXT_DELIVERED, TEXT_INVALID, TEXT_INVALID_MESSAGE, TEXT_UNREACHABLE, TEXT_CARRIER_UNREACHABLE, TEXT_BLOCKED, TEXT_CARRIER_BLOCKED, TEXT_SPAM, TEXT_UNKNOWN, TEXT_TTL_EXPIRED, TEXT_PROTECT_BLOCKED, VOICE_ALL, VOICE_INITIATED, VOICE_RINGING, VOICE_ANSWERED, VOICE_COMPLETED, VOICE_BUSY, VOICE_NO_ANSWER, VOICE_FAILED, VOICE_TTL_EXPIRED, MEDIA_ALL, MEDIA_PENDING, MEDIA_QUEUED, MEDIA_SUCCESSFUL, MEDIA_DELIVERED, MEDIA_INVALID, MEDIA_INVALID_MESSAGE, MEDIA_UNREACHABLE, MEDIA_CARRIER_UNREACHABLE, MEDIA_BLOCKED, MEDIA_CARRIER_BLOCKED, MEDIA_SPAM, MEDIA_UNKNOWN, MEDIA_TTL_EXPIRED, MEDIA_FILE_INACCESSIBLE, MEDIA_FILE_TYPE_UNSUPPORTED, MEDIA_FILE_SIZE_EXCEEDED
|
698
698
|
# cloud_watch_logs_destination: {
|
699
699
|
# iam_role_arn: "IamRoleArn", # required
|
700
700
|
# log_group_arn: "LogGroupArn", # required
|
@@ -716,7 +716,7 @@ module Aws::PinpointSMSVoiceV2
|
|
716
716
|
# resp.event_destination.event_destination_name #=> String
|
717
717
|
# resp.event_destination.enabled #=> Boolean
|
718
718
|
# resp.event_destination.matching_event_types #=> Array
|
719
|
-
# resp.event_destination.matching_event_types[0] #=> String, one of "ALL", "TEXT_ALL", "TEXT_SENT", "TEXT_PENDING", "TEXT_QUEUED", "TEXT_SUCCESSFUL", "TEXT_DELIVERED", "TEXT_INVALID", "TEXT_INVALID_MESSAGE", "TEXT_UNREACHABLE", "TEXT_CARRIER_UNREACHABLE", "TEXT_BLOCKED", "TEXT_CARRIER_BLOCKED", "TEXT_SPAM", "TEXT_UNKNOWN", "TEXT_TTL_EXPIRED", "VOICE_ALL", "VOICE_INITIATED", "VOICE_RINGING", "VOICE_ANSWERED", "VOICE_COMPLETED", "VOICE_BUSY", "VOICE_NO_ANSWER", "VOICE_FAILED", "VOICE_TTL_EXPIRED", "MEDIA_ALL", "MEDIA_PENDING", "MEDIA_QUEUED", "MEDIA_SUCCESSFUL", "MEDIA_DELIVERED", "MEDIA_INVALID", "MEDIA_INVALID_MESSAGE", "MEDIA_UNREACHABLE", "MEDIA_CARRIER_UNREACHABLE", "MEDIA_BLOCKED", "MEDIA_CARRIER_BLOCKED", "MEDIA_SPAM", "MEDIA_UNKNOWN", "MEDIA_TTL_EXPIRED", "MEDIA_FILE_INACCESSIBLE", "MEDIA_FILE_TYPE_UNSUPPORTED", "MEDIA_FILE_SIZE_EXCEEDED"
|
719
|
+
# resp.event_destination.matching_event_types[0] #=> String, one of "ALL", "TEXT_ALL", "TEXT_SENT", "TEXT_PENDING", "TEXT_QUEUED", "TEXT_SUCCESSFUL", "TEXT_DELIVERED", "TEXT_INVALID", "TEXT_INVALID_MESSAGE", "TEXT_UNREACHABLE", "TEXT_CARRIER_UNREACHABLE", "TEXT_BLOCKED", "TEXT_CARRIER_BLOCKED", "TEXT_SPAM", "TEXT_UNKNOWN", "TEXT_TTL_EXPIRED", "TEXT_PROTECT_BLOCKED", "VOICE_ALL", "VOICE_INITIATED", "VOICE_RINGING", "VOICE_ANSWERED", "VOICE_COMPLETED", "VOICE_BUSY", "VOICE_NO_ANSWER", "VOICE_FAILED", "VOICE_TTL_EXPIRED", "MEDIA_ALL", "MEDIA_PENDING", "MEDIA_QUEUED", "MEDIA_SUCCESSFUL", "MEDIA_DELIVERED", "MEDIA_INVALID", "MEDIA_INVALID_MESSAGE", "MEDIA_UNREACHABLE", "MEDIA_CARRIER_UNREACHABLE", "MEDIA_BLOCKED", "MEDIA_CARRIER_BLOCKED", "MEDIA_SPAM", "MEDIA_UNKNOWN", "MEDIA_TTL_EXPIRED", "MEDIA_FILE_INACCESSIBLE", "MEDIA_FILE_TYPE_UNSUPPORTED", "MEDIA_FILE_SIZE_EXCEEDED"
|
720
720
|
# resp.event_destination.cloud_watch_logs_destination.iam_role_arn #=> String
|
721
721
|
# resp.event_destination.cloud_watch_logs_destination.log_group_arn #=> String
|
722
722
|
# resp.event_destination.kinesis_firehose_destination.iam_role_arn #=> String
|
@@ -1199,6 +1199,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1199
1199
|
# resp.registration_version_status_history.draft_timestamp #=> Time
|
1200
1200
|
# resp.registration_version_status_history.submitted_timestamp #=> Time
|
1201
1201
|
# resp.registration_version_status_history.reviewing_timestamp #=> Time
|
1202
|
+
# resp.registration_version_status_history.requires_authentication_timestamp #=> Time
|
1202
1203
|
# resp.registration_version_status_history.approved_timestamp #=> Time
|
1203
1204
|
# resp.registration_version_status_history.discarded_timestamp #=> Time
|
1204
1205
|
# resp.registration_version_status_history.denied_timestamp #=> Time
|
@@ -1316,6 +1317,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1316
1317
|
# * {Types::DeleteConfigurationSetResult#event_destinations #event_destinations} => Array<Types::EventDestination>
|
1317
1318
|
# * {Types::DeleteConfigurationSetResult#default_message_type #default_message_type} => String
|
1318
1319
|
# * {Types::DeleteConfigurationSetResult#default_sender_id #default_sender_id} => String
|
1320
|
+
# * {Types::DeleteConfigurationSetResult#default_message_feedback_enabled #default_message_feedback_enabled} => Boolean
|
1319
1321
|
# * {Types::DeleteConfigurationSetResult#created_timestamp #created_timestamp} => Time
|
1320
1322
|
#
|
1321
1323
|
# @example Request syntax with placeholder values
|
@@ -1332,7 +1334,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1332
1334
|
# resp.event_destinations[0].event_destination_name #=> String
|
1333
1335
|
# resp.event_destinations[0].enabled #=> Boolean
|
1334
1336
|
# resp.event_destinations[0].matching_event_types #=> Array
|
1335
|
-
# resp.event_destinations[0].matching_event_types[0] #=> String, one of "ALL", "TEXT_ALL", "TEXT_SENT", "TEXT_PENDING", "TEXT_QUEUED", "TEXT_SUCCESSFUL", "TEXT_DELIVERED", "TEXT_INVALID", "TEXT_INVALID_MESSAGE", "TEXT_UNREACHABLE", "TEXT_CARRIER_UNREACHABLE", "TEXT_BLOCKED", "TEXT_CARRIER_BLOCKED", "TEXT_SPAM", "TEXT_UNKNOWN", "TEXT_TTL_EXPIRED", "VOICE_ALL", "VOICE_INITIATED", "VOICE_RINGING", "VOICE_ANSWERED", "VOICE_COMPLETED", "VOICE_BUSY", "VOICE_NO_ANSWER", "VOICE_FAILED", "VOICE_TTL_EXPIRED", "MEDIA_ALL", "MEDIA_PENDING", "MEDIA_QUEUED", "MEDIA_SUCCESSFUL", "MEDIA_DELIVERED", "MEDIA_INVALID", "MEDIA_INVALID_MESSAGE", "MEDIA_UNREACHABLE", "MEDIA_CARRIER_UNREACHABLE", "MEDIA_BLOCKED", "MEDIA_CARRIER_BLOCKED", "MEDIA_SPAM", "MEDIA_UNKNOWN", "MEDIA_TTL_EXPIRED", "MEDIA_FILE_INACCESSIBLE", "MEDIA_FILE_TYPE_UNSUPPORTED", "MEDIA_FILE_SIZE_EXCEEDED"
|
1337
|
+
# resp.event_destinations[0].matching_event_types[0] #=> String, one of "ALL", "TEXT_ALL", "TEXT_SENT", "TEXT_PENDING", "TEXT_QUEUED", "TEXT_SUCCESSFUL", "TEXT_DELIVERED", "TEXT_INVALID", "TEXT_INVALID_MESSAGE", "TEXT_UNREACHABLE", "TEXT_CARRIER_UNREACHABLE", "TEXT_BLOCKED", "TEXT_CARRIER_BLOCKED", "TEXT_SPAM", "TEXT_UNKNOWN", "TEXT_TTL_EXPIRED", "TEXT_PROTECT_BLOCKED", "VOICE_ALL", "VOICE_INITIATED", "VOICE_RINGING", "VOICE_ANSWERED", "VOICE_COMPLETED", "VOICE_BUSY", "VOICE_NO_ANSWER", "VOICE_FAILED", "VOICE_TTL_EXPIRED", "MEDIA_ALL", "MEDIA_PENDING", "MEDIA_QUEUED", "MEDIA_SUCCESSFUL", "MEDIA_DELIVERED", "MEDIA_INVALID", "MEDIA_INVALID_MESSAGE", "MEDIA_UNREACHABLE", "MEDIA_CARRIER_UNREACHABLE", "MEDIA_BLOCKED", "MEDIA_CARRIER_BLOCKED", "MEDIA_SPAM", "MEDIA_UNKNOWN", "MEDIA_TTL_EXPIRED", "MEDIA_FILE_INACCESSIBLE", "MEDIA_FILE_TYPE_UNSUPPORTED", "MEDIA_FILE_SIZE_EXCEEDED"
|
1336
1338
|
# resp.event_destinations[0].cloud_watch_logs_destination.iam_role_arn #=> String
|
1337
1339
|
# resp.event_destinations[0].cloud_watch_logs_destination.log_group_arn #=> String
|
1338
1340
|
# resp.event_destinations[0].kinesis_firehose_destination.iam_role_arn #=> String
|
@@ -1340,6 +1342,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1340
1342
|
# resp.event_destinations[0].sns_destination.topic_arn #=> String
|
1341
1343
|
# resp.default_message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
|
1342
1344
|
# resp.default_sender_id #=> String
|
1345
|
+
# resp.default_message_feedback_enabled #=> Boolean
|
1343
1346
|
# resp.created_timestamp #=> Time
|
1344
1347
|
#
|
1345
1348
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-v2-2022-03-31/DeleteConfigurationSet AWS API Documentation
|
@@ -1469,7 +1472,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1469
1472
|
# resp.event_destination.event_destination_name #=> String
|
1470
1473
|
# resp.event_destination.enabled #=> Boolean
|
1471
1474
|
# resp.event_destination.matching_event_types #=> Array
|
1472
|
-
# resp.event_destination.matching_event_types[0] #=> String, one of "ALL", "TEXT_ALL", "TEXT_SENT", "TEXT_PENDING", "TEXT_QUEUED", "TEXT_SUCCESSFUL", "TEXT_DELIVERED", "TEXT_INVALID", "TEXT_INVALID_MESSAGE", "TEXT_UNREACHABLE", "TEXT_CARRIER_UNREACHABLE", "TEXT_BLOCKED", "TEXT_CARRIER_BLOCKED", "TEXT_SPAM", "TEXT_UNKNOWN", "TEXT_TTL_EXPIRED", "VOICE_ALL", "VOICE_INITIATED", "VOICE_RINGING", "VOICE_ANSWERED", "VOICE_COMPLETED", "VOICE_BUSY", "VOICE_NO_ANSWER", "VOICE_FAILED", "VOICE_TTL_EXPIRED", "MEDIA_ALL", "MEDIA_PENDING", "MEDIA_QUEUED", "MEDIA_SUCCESSFUL", "MEDIA_DELIVERED", "MEDIA_INVALID", "MEDIA_INVALID_MESSAGE", "MEDIA_UNREACHABLE", "MEDIA_CARRIER_UNREACHABLE", "MEDIA_BLOCKED", "MEDIA_CARRIER_BLOCKED", "MEDIA_SPAM", "MEDIA_UNKNOWN", "MEDIA_TTL_EXPIRED", "MEDIA_FILE_INACCESSIBLE", "MEDIA_FILE_TYPE_UNSUPPORTED", "MEDIA_FILE_SIZE_EXCEEDED"
|
1475
|
+
# resp.event_destination.matching_event_types[0] #=> String, one of "ALL", "TEXT_ALL", "TEXT_SENT", "TEXT_PENDING", "TEXT_QUEUED", "TEXT_SUCCESSFUL", "TEXT_DELIVERED", "TEXT_INVALID", "TEXT_INVALID_MESSAGE", "TEXT_UNREACHABLE", "TEXT_CARRIER_UNREACHABLE", "TEXT_BLOCKED", "TEXT_CARRIER_BLOCKED", "TEXT_SPAM", "TEXT_UNKNOWN", "TEXT_TTL_EXPIRED", "TEXT_PROTECT_BLOCKED", "VOICE_ALL", "VOICE_INITIATED", "VOICE_RINGING", "VOICE_ANSWERED", "VOICE_COMPLETED", "VOICE_BUSY", "VOICE_NO_ANSWER", "VOICE_FAILED", "VOICE_TTL_EXPIRED", "MEDIA_ALL", "MEDIA_PENDING", "MEDIA_QUEUED", "MEDIA_SUCCESSFUL", "MEDIA_DELIVERED", "MEDIA_INVALID", "MEDIA_INVALID_MESSAGE", "MEDIA_UNREACHABLE", "MEDIA_CARRIER_UNREACHABLE", "MEDIA_BLOCKED", "MEDIA_CARRIER_BLOCKED", "MEDIA_SPAM", "MEDIA_UNKNOWN", "MEDIA_TTL_EXPIRED", "MEDIA_FILE_INACCESSIBLE", "MEDIA_FILE_TYPE_UNSUPPORTED", "MEDIA_FILE_SIZE_EXCEEDED"
|
1473
1476
|
# resp.event_destination.cloud_watch_logs_destination.iam_role_arn #=> String
|
1474
1477
|
# resp.event_destination.cloud_watch_logs_destination.log_group_arn #=> String
|
1475
1478
|
# resp.event_destination.kinesis_firehose_destination.iam_role_arn #=> String
|
@@ -1757,6 +1760,50 @@ module Aws::PinpointSMSVoiceV2
|
|
1757
1760
|
req.send_request(options)
|
1758
1761
|
end
|
1759
1762
|
|
1763
|
+
# Permanently delete the protect configuration rule set number override.
|
1764
|
+
#
|
1765
|
+
# @option params [required, String] :protect_configuration_id
|
1766
|
+
# The unique identifier for the protect configuration.
|
1767
|
+
#
|
1768
|
+
# @option params [required, String] :destination_phone_number
|
1769
|
+
# The destination phone number in E.164 format.
|
1770
|
+
#
|
1771
|
+
# @return [Types::DeleteProtectConfigurationRuleSetNumberOverrideResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1772
|
+
#
|
1773
|
+
# * {Types::DeleteProtectConfigurationRuleSetNumberOverrideResult#protect_configuration_arn #protect_configuration_arn} => String
|
1774
|
+
# * {Types::DeleteProtectConfigurationRuleSetNumberOverrideResult#protect_configuration_id #protect_configuration_id} => String
|
1775
|
+
# * {Types::DeleteProtectConfigurationRuleSetNumberOverrideResult#destination_phone_number #destination_phone_number} => String
|
1776
|
+
# * {Types::DeleteProtectConfigurationRuleSetNumberOverrideResult#created_timestamp #created_timestamp} => Time
|
1777
|
+
# * {Types::DeleteProtectConfigurationRuleSetNumberOverrideResult#action #action} => String
|
1778
|
+
# * {Types::DeleteProtectConfigurationRuleSetNumberOverrideResult#iso_country_code #iso_country_code} => String
|
1779
|
+
# * {Types::DeleteProtectConfigurationRuleSetNumberOverrideResult#expiration_timestamp #expiration_timestamp} => Time
|
1780
|
+
#
|
1781
|
+
# @example Request syntax with placeholder values
|
1782
|
+
#
|
1783
|
+
# resp = client.delete_protect_configuration_rule_set_number_override({
|
1784
|
+
# protect_configuration_id: "ProtectConfigurationIdOrArn", # required
|
1785
|
+
# destination_phone_number: "PhoneNumber", # required
|
1786
|
+
# })
|
1787
|
+
#
|
1788
|
+
# @example Response structure
|
1789
|
+
#
|
1790
|
+
# resp.protect_configuration_arn #=> String
|
1791
|
+
# resp.protect_configuration_id #=> String
|
1792
|
+
# resp.destination_phone_number #=> String
|
1793
|
+
# resp.created_timestamp #=> Time
|
1794
|
+
# resp.action #=> String, one of "ALLOW", "BLOCK"
|
1795
|
+
# resp.iso_country_code #=> String
|
1796
|
+
# resp.expiration_timestamp #=> Time
|
1797
|
+
#
|
1798
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-v2-2022-03-31/DeleteProtectConfigurationRuleSetNumberOverride AWS API Documentation
|
1799
|
+
#
|
1800
|
+
# @overload delete_protect_configuration_rule_set_number_override(params = {})
|
1801
|
+
# @param [Hash] params ({})
|
1802
|
+
def delete_protect_configuration_rule_set_number_override(params = {}, options = {})
|
1803
|
+
req = build_request(:delete_protect_configuration_rule_set_number_override, params)
|
1804
|
+
req.send_request(options)
|
1805
|
+
end
|
1806
|
+
|
1760
1807
|
# Permanently delete an existing registration from your account.
|
1761
1808
|
#
|
1762
1809
|
# @option params [required, String] :registration_id
|
@@ -2146,7 +2193,7 @@ module Aws::PinpointSMSVoiceV2
|
|
2146
2193
|
# configuration_set_names: ["ConfigurationSetNameOrArn"],
|
2147
2194
|
# filters: [
|
2148
2195
|
# {
|
2149
|
-
# name: "event-destination-name", # required, accepts event-destination-name, matching-event-types, default-message-type, default-sender-id, protect-configuration-id
|
2196
|
+
# name: "event-destination-name", # required, accepts event-destination-name, matching-event-types, default-message-type, default-sender-id, default-message-feedback-enabled, protect-configuration-id
|
2150
2197
|
# values: ["FilterValue"], # required
|
2151
2198
|
# },
|
2152
2199
|
# ],
|
@@ -2163,7 +2210,7 @@ module Aws::PinpointSMSVoiceV2
|
|
2163
2210
|
# resp.configuration_sets[0].event_destinations[0].event_destination_name #=> String
|
2164
2211
|
# resp.configuration_sets[0].event_destinations[0].enabled #=> Boolean
|
2165
2212
|
# resp.configuration_sets[0].event_destinations[0].matching_event_types #=> Array
|
2166
|
-
# resp.configuration_sets[0].event_destinations[0].matching_event_types[0] #=> String, one of "ALL", "TEXT_ALL", "TEXT_SENT", "TEXT_PENDING", "TEXT_QUEUED", "TEXT_SUCCESSFUL", "TEXT_DELIVERED", "TEXT_INVALID", "TEXT_INVALID_MESSAGE", "TEXT_UNREACHABLE", "TEXT_CARRIER_UNREACHABLE", "TEXT_BLOCKED", "TEXT_CARRIER_BLOCKED", "TEXT_SPAM", "TEXT_UNKNOWN", "TEXT_TTL_EXPIRED", "VOICE_ALL", "VOICE_INITIATED", "VOICE_RINGING", "VOICE_ANSWERED", "VOICE_COMPLETED", "VOICE_BUSY", "VOICE_NO_ANSWER", "VOICE_FAILED", "VOICE_TTL_EXPIRED", "MEDIA_ALL", "MEDIA_PENDING", "MEDIA_QUEUED", "MEDIA_SUCCESSFUL", "MEDIA_DELIVERED", "MEDIA_INVALID", "MEDIA_INVALID_MESSAGE", "MEDIA_UNREACHABLE", "MEDIA_CARRIER_UNREACHABLE", "MEDIA_BLOCKED", "MEDIA_CARRIER_BLOCKED", "MEDIA_SPAM", "MEDIA_UNKNOWN", "MEDIA_TTL_EXPIRED", "MEDIA_FILE_INACCESSIBLE", "MEDIA_FILE_TYPE_UNSUPPORTED", "MEDIA_FILE_SIZE_EXCEEDED"
|
2213
|
+
# resp.configuration_sets[0].event_destinations[0].matching_event_types[0] #=> String, one of "ALL", "TEXT_ALL", "TEXT_SENT", "TEXT_PENDING", "TEXT_QUEUED", "TEXT_SUCCESSFUL", "TEXT_DELIVERED", "TEXT_INVALID", "TEXT_INVALID_MESSAGE", "TEXT_UNREACHABLE", "TEXT_CARRIER_UNREACHABLE", "TEXT_BLOCKED", "TEXT_CARRIER_BLOCKED", "TEXT_SPAM", "TEXT_UNKNOWN", "TEXT_TTL_EXPIRED", "TEXT_PROTECT_BLOCKED", "VOICE_ALL", "VOICE_INITIATED", "VOICE_RINGING", "VOICE_ANSWERED", "VOICE_COMPLETED", "VOICE_BUSY", "VOICE_NO_ANSWER", "VOICE_FAILED", "VOICE_TTL_EXPIRED", "MEDIA_ALL", "MEDIA_PENDING", "MEDIA_QUEUED", "MEDIA_SUCCESSFUL", "MEDIA_DELIVERED", "MEDIA_INVALID", "MEDIA_INVALID_MESSAGE", "MEDIA_UNREACHABLE", "MEDIA_CARRIER_UNREACHABLE", "MEDIA_BLOCKED", "MEDIA_CARRIER_BLOCKED", "MEDIA_SPAM", "MEDIA_UNKNOWN", "MEDIA_TTL_EXPIRED", "MEDIA_FILE_INACCESSIBLE", "MEDIA_FILE_TYPE_UNSUPPORTED", "MEDIA_FILE_SIZE_EXCEEDED"
|
2167
2214
|
# resp.configuration_sets[0].event_destinations[0].cloud_watch_logs_destination.iam_role_arn #=> String
|
2168
2215
|
# resp.configuration_sets[0].event_destinations[0].cloud_watch_logs_destination.log_group_arn #=> String
|
2169
2216
|
# resp.configuration_sets[0].event_destinations[0].kinesis_firehose_destination.iam_role_arn #=> String
|
@@ -2171,6 +2218,7 @@ module Aws::PinpointSMSVoiceV2
|
|
2171
2218
|
# resp.configuration_sets[0].event_destinations[0].sns_destination.topic_arn #=> String
|
2172
2219
|
# resp.configuration_sets[0].default_message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
|
2173
2220
|
# resp.configuration_sets[0].default_sender_id #=> String
|
2221
|
+
# resp.configuration_sets[0].default_message_feedback_enabled #=> Boolean
|
2174
2222
|
# resp.configuration_sets[0].created_timestamp #=> Time
|
2175
2223
|
# resp.configuration_sets[0].protect_configuration_id #=> String
|
2176
2224
|
# resp.next_token #=> String
|
@@ -3010,6 +3058,7 @@ module Aws::PinpointSMSVoiceV2
|
|
3010
3058
|
# resp.registration_versions[0].registration_version_status_history.draft_timestamp #=> Time
|
3011
3059
|
# resp.registration_versions[0].registration_version_status_history.submitted_timestamp #=> Time
|
3012
3060
|
# resp.registration_versions[0].registration_version_status_history.reviewing_timestamp #=> Time
|
3061
|
+
# resp.registration_versions[0].registration_version_status_history.requires_authentication_timestamp #=> Time
|
3013
3062
|
# resp.registration_versions[0].registration_version_status_history.approved_timestamp #=> Time
|
3014
3063
|
# resp.registration_versions[0].registration_version_status_history.discarded_timestamp #=> Time
|
3015
3064
|
# resp.registration_versions[0].registration_version_status_history.denied_timestamp #=> Time
|
@@ -3226,10 +3275,10 @@ module Aws::PinpointSMSVoiceV2
|
|
3226
3275
|
req.send_request(options)
|
3227
3276
|
end
|
3228
3277
|
|
3229
|
-
# Retrieves the specified verified
|
3278
|
+
# Retrieves the specified verified destination numbers.
|
3230
3279
|
#
|
3231
3280
|
# @option params [Array<String>] :verified_destination_number_ids
|
3232
|
-
# An array of VerifiedDestinationNumberid to
|
3281
|
+
# An array of VerifiedDestinationNumberid to retrieve.
|
3233
3282
|
#
|
3234
3283
|
# @option params [Array<String>] :destination_phone_numbers
|
3235
3284
|
# An array of verified destination phone number, in E.164 format.
|
@@ -3421,6 +3470,7 @@ module Aws::PinpointSMSVoiceV2
|
|
3421
3470
|
# resp.registration_version_status_history.draft_timestamp #=> Time
|
3422
3471
|
# resp.registration_version_status_history.submitted_timestamp #=> Time
|
3423
3472
|
# resp.registration_version_status_history.reviewing_timestamp #=> Time
|
3473
|
+
# resp.registration_version_status_history.requires_authentication_timestamp #=> Time
|
3424
3474
|
# resp.registration_version_status_history.approved_timestamp #=> Time
|
3425
3475
|
# resp.registration_version_status_history.discarded_timestamp #=> Time
|
3426
3476
|
# resp.registration_version_status_history.denied_timestamp #=> Time
|
@@ -3580,7 +3630,68 @@ module Aws::PinpointSMSVoiceV2
|
|
3580
3630
|
req.send_request(options)
|
3581
3631
|
end
|
3582
3632
|
|
3583
|
-
#
|
3633
|
+
# Retrieve all of the protect configuration rule set number overrides
|
3634
|
+
# that match the filters.
|
3635
|
+
#
|
3636
|
+
# @option params [required, String] :protect_configuration_id
|
3637
|
+
# The unique identifier for the protect configuration.
|
3638
|
+
#
|
3639
|
+
# @option params [Array<Types::ProtectConfigurationRuleSetNumberOverrideFilterItem>] :filters
|
3640
|
+
# An array of ProtectConfigurationRuleSetNumberOverrideFilterItem
|
3641
|
+
# objects to filter the results.
|
3642
|
+
#
|
3643
|
+
# @option params [String] :next_token
|
3644
|
+
# The token to be used for the next set of paginated results. You don't
|
3645
|
+
# need to supply a value for this field in the initial request.
|
3646
|
+
#
|
3647
|
+
# @option params [Integer] :max_results
|
3648
|
+
# The maximum number of results to return per each request.
|
3649
|
+
#
|
3650
|
+
# @return [Types::ListProtectConfigurationRuleSetNumberOverridesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3651
|
+
#
|
3652
|
+
# * {Types::ListProtectConfigurationRuleSetNumberOverridesResult#protect_configuration_arn #protect_configuration_arn} => String
|
3653
|
+
# * {Types::ListProtectConfigurationRuleSetNumberOverridesResult#protect_configuration_id #protect_configuration_id} => String
|
3654
|
+
# * {Types::ListProtectConfigurationRuleSetNumberOverridesResult#rule_set_number_overrides #rule_set_number_overrides} => Array<Types::ProtectConfigurationRuleSetNumberOverride>
|
3655
|
+
# * {Types::ListProtectConfigurationRuleSetNumberOverridesResult#next_token #next_token} => String
|
3656
|
+
#
|
3657
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3658
|
+
#
|
3659
|
+
# @example Request syntax with placeholder values
|
3660
|
+
#
|
3661
|
+
# resp = client.list_protect_configuration_rule_set_number_overrides({
|
3662
|
+
# protect_configuration_id: "ProtectConfigurationIdOrArn", # required
|
3663
|
+
# filters: [
|
3664
|
+
# {
|
3665
|
+
# name: "iso-country-code", # required, accepts iso-country-code, destination-phone-number-begins-with, action, expires-before, expires-after, created-before, created-after
|
3666
|
+
# values: ["FilterValue"], # required
|
3667
|
+
# },
|
3668
|
+
# ],
|
3669
|
+
# next_token: "NextToken",
|
3670
|
+
# max_results: 1,
|
3671
|
+
# })
|
3672
|
+
#
|
3673
|
+
# @example Response structure
|
3674
|
+
#
|
3675
|
+
# resp.protect_configuration_arn #=> String
|
3676
|
+
# resp.protect_configuration_id #=> String
|
3677
|
+
# resp.rule_set_number_overrides #=> Array
|
3678
|
+
# resp.rule_set_number_overrides[0].destination_phone_number #=> String
|
3679
|
+
# resp.rule_set_number_overrides[0].created_timestamp #=> Time
|
3680
|
+
# resp.rule_set_number_overrides[0].action #=> String, one of "ALLOW", "BLOCK"
|
3681
|
+
# resp.rule_set_number_overrides[0].iso_country_code #=> String
|
3682
|
+
# resp.rule_set_number_overrides[0].expiration_timestamp #=> Time
|
3683
|
+
# resp.next_token #=> String
|
3684
|
+
#
|
3685
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-v2-2022-03-31/ListProtectConfigurationRuleSetNumberOverrides AWS API Documentation
|
3686
|
+
#
|
3687
|
+
# @overload list_protect_configuration_rule_set_number_overrides(params = {})
|
3688
|
+
# @param [Hash] params ({})
|
3689
|
+
def list_protect_configuration_rule_set_number_overrides(params = {}, options = {})
|
3690
|
+
req = build_request(:list_protect_configuration_rule_set_number_overrides, params)
|
3691
|
+
req.send_request(options)
|
3692
|
+
end
|
3693
|
+
|
3694
|
+
# Retrieve all of the origination identities that are associated with a
|
3584
3695
|
# registration.
|
3585
3696
|
#
|
3586
3697
|
# @option params [required, String] :registration_id
|
@@ -3746,6 +3857,47 @@ module Aws::PinpointSMSVoiceV2
|
|
3746
3857
|
req.send_request(options)
|
3747
3858
|
end
|
3748
3859
|
|
3860
|
+
# Set the MessageFeedbackStatus as `RECEIVED` or `FAILED` for the passed
|
3861
|
+
# in MessageId.
|
3862
|
+
#
|
3863
|
+
# If you use message feedback then you must update message feedback
|
3864
|
+
# record. When you receive a signal that a user has received the message
|
3865
|
+
# you must use `PutMessageFeedback` to set the message feedback record
|
3866
|
+
# as `RECEIVED`; Otherwise, an hour after the message feedback record is
|
3867
|
+
# set to `FAILED`.
|
3868
|
+
#
|
3869
|
+
# @option params [required, String] :message_id
|
3870
|
+
# The unique identifier for the message.
|
3871
|
+
#
|
3872
|
+
# @option params [required, String] :message_feedback_status
|
3873
|
+
# Set the message feedback to be either `RECEIVED` or `FAILED`.
|
3874
|
+
#
|
3875
|
+
# @return [Types::PutMessageFeedbackResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3876
|
+
#
|
3877
|
+
# * {Types::PutMessageFeedbackResult#message_id #message_id} => String
|
3878
|
+
# * {Types::PutMessageFeedbackResult#message_feedback_status #message_feedback_status} => String
|
3879
|
+
#
|
3880
|
+
# @example Request syntax with placeholder values
|
3881
|
+
#
|
3882
|
+
# resp = client.put_message_feedback({
|
3883
|
+
# message_id: "MessageId", # required
|
3884
|
+
# message_feedback_status: "RECEIVED", # required, accepts RECEIVED, FAILED
|
3885
|
+
# })
|
3886
|
+
#
|
3887
|
+
# @example Response structure
|
3888
|
+
#
|
3889
|
+
# resp.message_id #=> String
|
3890
|
+
# resp.message_feedback_status #=> String, one of "RECEIVED", "FAILED"
|
3891
|
+
#
|
3892
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-v2-2022-03-31/PutMessageFeedback AWS API Documentation
|
3893
|
+
#
|
3894
|
+
# @overload put_message_feedback(params = {})
|
3895
|
+
# @param [Hash] params ({})
|
3896
|
+
def put_message_feedback(params = {}, options = {})
|
3897
|
+
req = build_request(:put_message_feedback, params)
|
3898
|
+
req.send_request(options)
|
3899
|
+
end
|
3900
|
+
|
3749
3901
|
# Creates an opted out destination phone number in the opt-out list.
|
3750
3902
|
#
|
3751
3903
|
# If the destination phone number isn't valid or if the specified
|
@@ -3792,6 +3944,71 @@ module Aws::PinpointSMSVoiceV2
|
|
3792
3944
|
req.send_request(options)
|
3793
3945
|
end
|
3794
3946
|
|
3947
|
+
# Create or update a RuleSetNumberOverride and associate it with a
|
3948
|
+
# protect configuration.
|
3949
|
+
#
|
3950
|
+
# @option params [String] :client_token
|
3951
|
+
# Unique, case-sensitive identifier that you provide to ensure the
|
3952
|
+
# idempotency of the request. If you don't specify a client token, a
|
3953
|
+
# randomly generated token is used for the request to ensure
|
3954
|
+
# idempotency.
|
3955
|
+
#
|
3956
|
+
# **A suitable default value is auto-generated.** You should normally
|
3957
|
+
# not need to pass this option.**
|
3958
|
+
#
|
3959
|
+
# @option params [required, String] :protect_configuration_id
|
3960
|
+
# The unique identifier for the protect configuration.
|
3961
|
+
#
|
3962
|
+
# @option params [required, String] :destination_phone_number
|
3963
|
+
# The destination phone number in E.164 format.
|
3964
|
+
#
|
3965
|
+
# @option params [required, String] :action
|
3966
|
+
# The action for the rule to either block or allow messages to the
|
3967
|
+
# destination phone number.
|
3968
|
+
#
|
3969
|
+
# @option params [Time,DateTime,Date,Integer,String] :expiration_timestamp
|
3970
|
+
# The time the rule will expire at. If `ExpirationTimestamp` is not set
|
3971
|
+
# then the rule does not expire.
|
3972
|
+
#
|
3973
|
+
# @return [Types::PutProtectConfigurationRuleSetNumberOverrideResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3974
|
+
#
|
3975
|
+
# * {Types::PutProtectConfigurationRuleSetNumberOverrideResult#protect_configuration_arn #protect_configuration_arn} => String
|
3976
|
+
# * {Types::PutProtectConfigurationRuleSetNumberOverrideResult#protect_configuration_id #protect_configuration_id} => String
|
3977
|
+
# * {Types::PutProtectConfigurationRuleSetNumberOverrideResult#destination_phone_number #destination_phone_number} => String
|
3978
|
+
# * {Types::PutProtectConfigurationRuleSetNumberOverrideResult#created_timestamp #created_timestamp} => Time
|
3979
|
+
# * {Types::PutProtectConfigurationRuleSetNumberOverrideResult#action #action} => String
|
3980
|
+
# * {Types::PutProtectConfigurationRuleSetNumberOverrideResult#iso_country_code #iso_country_code} => String
|
3981
|
+
# * {Types::PutProtectConfigurationRuleSetNumberOverrideResult#expiration_timestamp #expiration_timestamp} => Time
|
3982
|
+
#
|
3983
|
+
# @example Request syntax with placeholder values
|
3984
|
+
#
|
3985
|
+
# resp = client.put_protect_configuration_rule_set_number_override({
|
3986
|
+
# client_token: "ClientToken",
|
3987
|
+
# protect_configuration_id: "ProtectConfigurationIdOrArn", # required
|
3988
|
+
# destination_phone_number: "PhoneNumber", # required
|
3989
|
+
# action: "ALLOW", # required, accepts ALLOW, BLOCK
|
3990
|
+
# expiration_timestamp: Time.now,
|
3991
|
+
# })
|
3992
|
+
#
|
3993
|
+
# @example Response structure
|
3994
|
+
#
|
3995
|
+
# resp.protect_configuration_arn #=> String
|
3996
|
+
# resp.protect_configuration_id #=> String
|
3997
|
+
# resp.destination_phone_number #=> String
|
3998
|
+
# resp.created_timestamp #=> Time
|
3999
|
+
# resp.action #=> String, one of "ALLOW", "BLOCK"
|
4000
|
+
# resp.iso_country_code #=> String
|
4001
|
+
# resp.expiration_timestamp #=> Time
|
4002
|
+
#
|
4003
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-v2-2022-03-31/PutProtectConfigurationRuleSetNumberOverride AWS API Documentation
|
4004
|
+
#
|
4005
|
+
# @overload put_protect_configuration_rule_set_number_override(params = {})
|
4006
|
+
# @param [Hash] params ({})
|
4007
|
+
def put_protect_configuration_rule_set_number_override(params = {}, options = {})
|
4008
|
+
req = build_request(:put_protect_configuration_rule_set_number_override, params)
|
4009
|
+
req.send_request(options)
|
4010
|
+
end
|
4011
|
+
|
3795
4012
|
# Creates or updates a field value for a registration.
|
3796
4013
|
#
|
3797
4014
|
# @option params [required, String] :registration_id
|
@@ -4343,7 +4560,7 @@ module Aws::PinpointSMSVoiceV2
|
|
4343
4560
|
# message.
|
4344
4561
|
#
|
4345
4562
|
# @option params [Integer] :time_to_live
|
4346
|
-
# How long the
|
4563
|
+
# How long the media message is valid for. By default this is 72 hours.
|
4347
4564
|
#
|
4348
4565
|
# @option params [Hash<String,String>] :context
|
4349
4566
|
# You can specify custom data in this field. If you do, that data is
|
@@ -4356,6 +4573,11 @@ module Aws::PinpointSMSVoiceV2
|
|
4356
4573
|
# @option params [String] :protect_configuration_id
|
4357
4574
|
# The unique identifier of the protect configuration to use.
|
4358
4575
|
#
|
4576
|
+
# @option params [Boolean] :message_feedback_enabled
|
4577
|
+
# Set to true to enable message feedback for the message. When a user
|
4578
|
+
# receives the message you need to update the message status using
|
4579
|
+
# PutMessageFeedback.
|
4580
|
+
#
|
4359
4581
|
# @return [Types::SendMediaMessageResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4360
4582
|
#
|
4361
4583
|
# * {Types::SendMediaMessageResult#message_id #message_id} => String
|
@@ -4375,6 +4597,7 @@ module Aws::PinpointSMSVoiceV2
|
|
4375
4597
|
# },
|
4376
4598
|
# dry_run: false,
|
4377
4599
|
# protect_configuration_id: "ProtectConfigurationIdOrArn",
|
4600
|
+
# message_feedback_enabled: false,
|
4378
4601
|
# })
|
4379
4602
|
#
|
4380
4603
|
# @example Response structure
|
@@ -4487,6 +4710,11 @@ module Aws::PinpointSMSVoiceV2
|
|
4487
4710
|
# @option params [String] :protect_configuration_id
|
4488
4711
|
# The unique identifier for the protect configuration.
|
4489
4712
|
#
|
4713
|
+
# @option params [Boolean] :message_feedback_enabled
|
4714
|
+
# Set to true to enable message feedback for the message. When a user
|
4715
|
+
# receives the message you need to update the message status using
|
4716
|
+
# PutMessageFeedback.
|
4717
|
+
#
|
4490
4718
|
# @return [Types::SendTextMessageResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4491
4719
|
#
|
4492
4720
|
# * {Types::SendTextMessageResult#message_id #message_id} => String
|
@@ -4510,6 +4738,7 @@ module Aws::PinpointSMSVoiceV2
|
|
4510
4738
|
# },
|
4511
4739
|
# dry_run: false,
|
4512
4740
|
# protect_configuration_id: "ProtectConfigurationIdOrArn",
|
4741
|
+
# message_feedback_enabled: false,
|
4513
4742
|
# })
|
4514
4743
|
#
|
4515
4744
|
# @example Response structure
|
@@ -4589,6 +4818,11 @@ module Aws::PinpointSMSVoiceV2
|
|
4589
4818
|
# @option params [String] :protect_configuration_id
|
4590
4819
|
# The unique identifier for the protect configuration.
|
4591
4820
|
#
|
4821
|
+
# @option params [Boolean] :message_feedback_enabled
|
4822
|
+
# Set to true to enable message feedback for the message. When a user
|
4823
|
+
# receives the message you need to update the message status using
|
4824
|
+
# PutMessageFeedback.
|
4825
|
+
#
|
4592
4826
|
# @return [Types::SendVoiceMessageResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4593
4827
|
#
|
4594
4828
|
# * {Types::SendVoiceMessageResult#message_id #message_id} => String
|
@@ -4609,6 +4843,7 @@ module Aws::PinpointSMSVoiceV2
|
|
4609
4843
|
# },
|
4610
4844
|
# dry_run: false,
|
4611
4845
|
# protect_configuration_id: "ProtectConfigurationIdOrArn",
|
4846
|
+
# message_feedback_enabled: false,
|
4612
4847
|
# })
|
4613
4848
|
#
|
4614
4849
|
# @example Response structure
|
@@ -4657,6 +4892,43 @@ module Aws::PinpointSMSVoiceV2
|
|
4657
4892
|
req.send_request(options)
|
4658
4893
|
end
|
4659
4894
|
|
4895
|
+
# Sets a configuration set's default for message feedback.
|
4896
|
+
#
|
4897
|
+
# @option params [required, String] :configuration_set_name
|
4898
|
+
# The name of the configuration set to use. This can be either the
|
4899
|
+
# ConfigurationSetName or ConfigurationSetArn.
|
4900
|
+
#
|
4901
|
+
# @option params [required, Boolean] :message_feedback_enabled
|
4902
|
+
# Set to true to enable message feedback.
|
4903
|
+
#
|
4904
|
+
# @return [Types::SetDefaultMessageFeedbackEnabledResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4905
|
+
#
|
4906
|
+
# * {Types::SetDefaultMessageFeedbackEnabledResult#configuration_set_arn #configuration_set_arn} => String
|
4907
|
+
# * {Types::SetDefaultMessageFeedbackEnabledResult#configuration_set_name #configuration_set_name} => String
|
4908
|
+
# * {Types::SetDefaultMessageFeedbackEnabledResult#message_feedback_enabled #message_feedback_enabled} => Boolean
|
4909
|
+
#
|
4910
|
+
# @example Request syntax with placeholder values
|
4911
|
+
#
|
4912
|
+
# resp = client.set_default_message_feedback_enabled({
|
4913
|
+
# configuration_set_name: "ConfigurationSetNameOrArn", # required
|
4914
|
+
# message_feedback_enabled: false, # required
|
4915
|
+
# })
|
4916
|
+
#
|
4917
|
+
# @example Response structure
|
4918
|
+
#
|
4919
|
+
# resp.configuration_set_arn #=> String
|
4920
|
+
# resp.configuration_set_name #=> String
|
4921
|
+
# resp.message_feedback_enabled #=> Boolean
|
4922
|
+
#
|
4923
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-v2-2022-03-31/SetDefaultMessageFeedbackEnabled AWS API Documentation
|
4924
|
+
#
|
4925
|
+
# @overload set_default_message_feedback_enabled(params = {})
|
4926
|
+
# @param [Hash] params ({})
|
4927
|
+
def set_default_message_feedback_enabled(params = {}, options = {})
|
4928
|
+
req = build_request(:set_default_message_feedback_enabled, params)
|
4929
|
+
req.send_request(options)
|
4930
|
+
end
|
4931
|
+
|
4660
4932
|
# Sets the default message type on a configuration set.
|
4661
4933
|
#
|
4662
4934
|
# Choose the category of SMS messages that you plan to send from this
|
@@ -4868,6 +5140,7 @@ module Aws::PinpointSMSVoiceV2
|
|
4868
5140
|
# resp.registration_version_status_history.draft_timestamp #=> Time
|
4869
5141
|
# resp.registration_version_status_history.submitted_timestamp #=> Time
|
4870
5142
|
# resp.registration_version_status_history.reviewing_timestamp #=> Time
|
5143
|
+
# resp.registration_version_status_history.requires_authentication_timestamp #=> Time
|
4871
5144
|
# resp.registration_version_status_history.approved_timestamp #=> Time
|
4872
5145
|
# resp.registration_version_status_history.discarded_timestamp #=> Time
|
4873
5146
|
# resp.registration_version_status_history.denied_timestamp #=> Time
|
@@ -5007,7 +5280,7 @@ module Aws::PinpointSMSVoiceV2
|
|
5007
5280
|
# configuration_set_name: "ConfigurationSetNameOrArn", # required
|
5008
5281
|
# event_destination_name: "EventDestinationName", # required
|
5009
5282
|
# enabled: false,
|
5010
|
-
# matching_event_types: ["ALL"], # accepts ALL, TEXT_ALL, TEXT_SENT, TEXT_PENDING, TEXT_QUEUED, TEXT_SUCCESSFUL, TEXT_DELIVERED, TEXT_INVALID, TEXT_INVALID_MESSAGE, TEXT_UNREACHABLE, TEXT_CARRIER_UNREACHABLE, TEXT_BLOCKED, TEXT_CARRIER_BLOCKED, TEXT_SPAM, TEXT_UNKNOWN, TEXT_TTL_EXPIRED, VOICE_ALL, VOICE_INITIATED, VOICE_RINGING, VOICE_ANSWERED, VOICE_COMPLETED, VOICE_BUSY, VOICE_NO_ANSWER, VOICE_FAILED, VOICE_TTL_EXPIRED, MEDIA_ALL, MEDIA_PENDING, MEDIA_QUEUED, MEDIA_SUCCESSFUL, MEDIA_DELIVERED, MEDIA_INVALID, MEDIA_INVALID_MESSAGE, MEDIA_UNREACHABLE, MEDIA_CARRIER_UNREACHABLE, MEDIA_BLOCKED, MEDIA_CARRIER_BLOCKED, MEDIA_SPAM, MEDIA_UNKNOWN, MEDIA_TTL_EXPIRED, MEDIA_FILE_INACCESSIBLE, MEDIA_FILE_TYPE_UNSUPPORTED, MEDIA_FILE_SIZE_EXCEEDED
|
5283
|
+
# matching_event_types: ["ALL"], # accepts ALL, TEXT_ALL, TEXT_SENT, TEXT_PENDING, TEXT_QUEUED, TEXT_SUCCESSFUL, TEXT_DELIVERED, TEXT_INVALID, TEXT_INVALID_MESSAGE, TEXT_UNREACHABLE, TEXT_CARRIER_UNREACHABLE, TEXT_BLOCKED, TEXT_CARRIER_BLOCKED, TEXT_SPAM, TEXT_UNKNOWN, TEXT_TTL_EXPIRED, TEXT_PROTECT_BLOCKED, VOICE_ALL, VOICE_INITIATED, VOICE_RINGING, VOICE_ANSWERED, VOICE_COMPLETED, VOICE_BUSY, VOICE_NO_ANSWER, VOICE_FAILED, VOICE_TTL_EXPIRED, MEDIA_ALL, MEDIA_PENDING, MEDIA_QUEUED, MEDIA_SUCCESSFUL, MEDIA_DELIVERED, MEDIA_INVALID, MEDIA_INVALID_MESSAGE, MEDIA_UNREACHABLE, MEDIA_CARRIER_UNREACHABLE, MEDIA_BLOCKED, MEDIA_CARRIER_BLOCKED, MEDIA_SPAM, MEDIA_UNKNOWN, MEDIA_TTL_EXPIRED, MEDIA_FILE_INACCESSIBLE, MEDIA_FILE_TYPE_UNSUPPORTED, MEDIA_FILE_SIZE_EXCEEDED
|
5011
5284
|
# cloud_watch_logs_destination: {
|
5012
5285
|
# iam_role_arn: "IamRoleArn", # required
|
5013
5286
|
# log_group_arn: "LogGroupArn", # required
|
@@ -5028,7 +5301,7 @@ module Aws::PinpointSMSVoiceV2
|
|
5028
5301
|
# resp.event_destination.event_destination_name #=> String
|
5029
5302
|
# resp.event_destination.enabled #=> Boolean
|
5030
5303
|
# resp.event_destination.matching_event_types #=> Array
|
5031
|
-
# resp.event_destination.matching_event_types[0] #=> String, one of "ALL", "TEXT_ALL", "TEXT_SENT", "TEXT_PENDING", "TEXT_QUEUED", "TEXT_SUCCESSFUL", "TEXT_DELIVERED", "TEXT_INVALID", "TEXT_INVALID_MESSAGE", "TEXT_UNREACHABLE", "TEXT_CARRIER_UNREACHABLE", "TEXT_BLOCKED", "TEXT_CARRIER_BLOCKED", "TEXT_SPAM", "TEXT_UNKNOWN", "TEXT_TTL_EXPIRED", "VOICE_ALL", "VOICE_INITIATED", "VOICE_RINGING", "VOICE_ANSWERED", "VOICE_COMPLETED", "VOICE_BUSY", "VOICE_NO_ANSWER", "VOICE_FAILED", "VOICE_TTL_EXPIRED", "MEDIA_ALL", "MEDIA_PENDING", "MEDIA_QUEUED", "MEDIA_SUCCESSFUL", "MEDIA_DELIVERED", "MEDIA_INVALID", "MEDIA_INVALID_MESSAGE", "MEDIA_UNREACHABLE", "MEDIA_CARRIER_UNREACHABLE", "MEDIA_BLOCKED", "MEDIA_CARRIER_BLOCKED", "MEDIA_SPAM", "MEDIA_UNKNOWN", "MEDIA_TTL_EXPIRED", "MEDIA_FILE_INACCESSIBLE", "MEDIA_FILE_TYPE_UNSUPPORTED", "MEDIA_FILE_SIZE_EXCEEDED"
|
5304
|
+
# resp.event_destination.matching_event_types[0] #=> String, one of "ALL", "TEXT_ALL", "TEXT_SENT", "TEXT_PENDING", "TEXT_QUEUED", "TEXT_SUCCESSFUL", "TEXT_DELIVERED", "TEXT_INVALID", "TEXT_INVALID_MESSAGE", "TEXT_UNREACHABLE", "TEXT_CARRIER_UNREACHABLE", "TEXT_BLOCKED", "TEXT_CARRIER_BLOCKED", "TEXT_SPAM", "TEXT_UNKNOWN", "TEXT_TTL_EXPIRED", "TEXT_PROTECT_BLOCKED", "VOICE_ALL", "VOICE_INITIATED", "VOICE_RINGING", "VOICE_ANSWERED", "VOICE_COMPLETED", "VOICE_BUSY", "VOICE_NO_ANSWER", "VOICE_FAILED", "VOICE_TTL_EXPIRED", "MEDIA_ALL", "MEDIA_PENDING", "MEDIA_QUEUED", "MEDIA_SUCCESSFUL", "MEDIA_DELIVERED", "MEDIA_INVALID", "MEDIA_INVALID_MESSAGE", "MEDIA_UNREACHABLE", "MEDIA_CARRIER_UNREACHABLE", "MEDIA_BLOCKED", "MEDIA_CARRIER_BLOCKED", "MEDIA_SPAM", "MEDIA_UNKNOWN", "MEDIA_TTL_EXPIRED", "MEDIA_FILE_INACCESSIBLE", "MEDIA_FILE_TYPE_UNSUPPORTED", "MEDIA_FILE_SIZE_EXCEEDED"
|
5032
5305
|
# resp.event_destination.cloud_watch_logs_destination.iam_role_arn #=> String
|
5033
5306
|
# resp.event_destination.cloud_watch_logs_destination.log_group_arn #=> String
|
5034
5307
|
# resp.event_destination.kinesis_firehose_destination.iam_role_arn #=> String
|
@@ -5459,7 +5732,7 @@ module Aws::PinpointSMSVoiceV2
|
|
5459
5732
|
tracer: tracer
|
5460
5733
|
)
|
5461
5734
|
context[:gem_name] = 'aws-sdk-pinpointsmsvoicev2'
|
5462
|
-
context[:gem_version] = '1.
|
5735
|
+
context[:gem_version] = '1.31.0'
|
5463
5736
|
Seahorse::Client::Request.new(handlers, context)
|
5464
5737
|
end
|
5465
5738
|
|