aws-sdk-pinpointsmsvoicev2 1.30.0 → 1.31.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-pinpointsmsvoicev2/client.rb +282 -13
- data/lib/aws-sdk-pinpointsmsvoicev2/client_api.rb +168 -0
- data/lib/aws-sdk-pinpointsmsvoicev2/types.rb +386 -5
- data/lib/aws-sdk-pinpointsmsvoicev2.rb +1 -1
- data/sig/client.rbs +93 -6
- data/sig/types.rbs +105 -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,11 @@
|
|
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
|
+
|
4
9
|
1.30.0 (2024-11-08)
|
5
10
|
------------------
|
6
11
|
|
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
|
@@ -1317,6 +1317,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1317
1317
|
# * {Types::DeleteConfigurationSetResult#event_destinations #event_destinations} => Array<Types::EventDestination>
|
1318
1318
|
# * {Types::DeleteConfigurationSetResult#default_message_type #default_message_type} => String
|
1319
1319
|
# * {Types::DeleteConfigurationSetResult#default_sender_id #default_sender_id} => String
|
1320
|
+
# * {Types::DeleteConfigurationSetResult#default_message_feedback_enabled #default_message_feedback_enabled} => Boolean
|
1320
1321
|
# * {Types::DeleteConfigurationSetResult#created_timestamp #created_timestamp} => Time
|
1321
1322
|
#
|
1322
1323
|
# @example Request syntax with placeholder values
|
@@ -1333,7 +1334,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1333
1334
|
# resp.event_destinations[0].event_destination_name #=> String
|
1334
1335
|
# resp.event_destinations[0].enabled #=> Boolean
|
1335
1336
|
# resp.event_destinations[0].matching_event_types #=> Array
|
1336
|
-
# 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"
|
1337
1338
|
# resp.event_destinations[0].cloud_watch_logs_destination.iam_role_arn #=> String
|
1338
1339
|
# resp.event_destinations[0].cloud_watch_logs_destination.log_group_arn #=> String
|
1339
1340
|
# resp.event_destinations[0].kinesis_firehose_destination.iam_role_arn #=> String
|
@@ -1341,6 +1342,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1341
1342
|
# resp.event_destinations[0].sns_destination.topic_arn #=> String
|
1342
1343
|
# resp.default_message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
|
1343
1344
|
# resp.default_sender_id #=> String
|
1345
|
+
# resp.default_message_feedback_enabled #=> Boolean
|
1344
1346
|
# resp.created_timestamp #=> Time
|
1345
1347
|
#
|
1346
1348
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-v2-2022-03-31/DeleteConfigurationSet AWS API Documentation
|
@@ -1470,7 +1472,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1470
1472
|
# resp.event_destination.event_destination_name #=> String
|
1471
1473
|
# resp.event_destination.enabled #=> Boolean
|
1472
1474
|
# resp.event_destination.matching_event_types #=> Array
|
1473
|
-
# 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"
|
1474
1476
|
# resp.event_destination.cloud_watch_logs_destination.iam_role_arn #=> String
|
1475
1477
|
# resp.event_destination.cloud_watch_logs_destination.log_group_arn #=> String
|
1476
1478
|
# resp.event_destination.kinesis_firehose_destination.iam_role_arn #=> String
|
@@ -1758,6 +1760,50 @@ module Aws::PinpointSMSVoiceV2
|
|
1758
1760
|
req.send_request(options)
|
1759
1761
|
end
|
1760
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
|
+
|
1761
1807
|
# Permanently delete an existing registration from your account.
|
1762
1808
|
#
|
1763
1809
|
# @option params [required, String] :registration_id
|
@@ -2147,7 +2193,7 @@ module Aws::PinpointSMSVoiceV2
|
|
2147
2193
|
# configuration_set_names: ["ConfigurationSetNameOrArn"],
|
2148
2194
|
# filters: [
|
2149
2195
|
# {
|
2150
|
-
# 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
|
2151
2197
|
# values: ["FilterValue"], # required
|
2152
2198
|
# },
|
2153
2199
|
# ],
|
@@ -2164,7 +2210,7 @@ module Aws::PinpointSMSVoiceV2
|
|
2164
2210
|
# resp.configuration_sets[0].event_destinations[0].event_destination_name #=> String
|
2165
2211
|
# resp.configuration_sets[0].event_destinations[0].enabled #=> Boolean
|
2166
2212
|
# resp.configuration_sets[0].event_destinations[0].matching_event_types #=> Array
|
2167
|
-
# 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"
|
2168
2214
|
# resp.configuration_sets[0].event_destinations[0].cloud_watch_logs_destination.iam_role_arn #=> String
|
2169
2215
|
# resp.configuration_sets[0].event_destinations[0].cloud_watch_logs_destination.log_group_arn #=> String
|
2170
2216
|
# resp.configuration_sets[0].event_destinations[0].kinesis_firehose_destination.iam_role_arn #=> String
|
@@ -2172,6 +2218,7 @@ module Aws::PinpointSMSVoiceV2
|
|
2172
2218
|
# resp.configuration_sets[0].event_destinations[0].sns_destination.topic_arn #=> String
|
2173
2219
|
# resp.configuration_sets[0].default_message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
|
2174
2220
|
# resp.configuration_sets[0].default_sender_id #=> String
|
2221
|
+
# resp.configuration_sets[0].default_message_feedback_enabled #=> Boolean
|
2175
2222
|
# resp.configuration_sets[0].created_timestamp #=> Time
|
2176
2223
|
# resp.configuration_sets[0].protect_configuration_id #=> String
|
2177
2224
|
# resp.next_token #=> String
|
@@ -3228,10 +3275,10 @@ module Aws::PinpointSMSVoiceV2
|
|
3228
3275
|
req.send_request(options)
|
3229
3276
|
end
|
3230
3277
|
|
3231
|
-
# Retrieves the specified verified
|
3278
|
+
# Retrieves the specified verified destination numbers.
|
3232
3279
|
#
|
3233
3280
|
# @option params [Array<String>] :verified_destination_number_ids
|
3234
|
-
# An array of VerifiedDestinationNumberid to
|
3281
|
+
# An array of VerifiedDestinationNumberid to retrieve.
|
3235
3282
|
#
|
3236
3283
|
# @option params [Array<String>] :destination_phone_numbers
|
3237
3284
|
# An array of verified destination phone number, in E.164 format.
|
@@ -3583,7 +3630,68 @@ module Aws::PinpointSMSVoiceV2
|
|
3583
3630
|
req.send_request(options)
|
3584
3631
|
end
|
3585
3632
|
|
3586
|
-
#
|
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
|
3587
3695
|
# registration.
|
3588
3696
|
#
|
3589
3697
|
# @option params [required, String] :registration_id
|
@@ -3749,6 +3857,47 @@ module Aws::PinpointSMSVoiceV2
|
|
3749
3857
|
req.send_request(options)
|
3750
3858
|
end
|
3751
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
|
+
|
3752
3901
|
# Creates an opted out destination phone number in the opt-out list.
|
3753
3902
|
#
|
3754
3903
|
# If the destination phone number isn't valid or if the specified
|
@@ -3795,6 +3944,71 @@ module Aws::PinpointSMSVoiceV2
|
|
3795
3944
|
req.send_request(options)
|
3796
3945
|
end
|
3797
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
|
+
|
3798
4012
|
# Creates or updates a field value for a registration.
|
3799
4013
|
#
|
3800
4014
|
# @option params [required, String] :registration_id
|
@@ -4346,7 +4560,7 @@ module Aws::PinpointSMSVoiceV2
|
|
4346
4560
|
# message.
|
4347
4561
|
#
|
4348
4562
|
# @option params [Integer] :time_to_live
|
4349
|
-
# How long the
|
4563
|
+
# How long the media message is valid for. By default this is 72 hours.
|
4350
4564
|
#
|
4351
4565
|
# @option params [Hash<String,String>] :context
|
4352
4566
|
# You can specify custom data in this field. If you do, that data is
|
@@ -4359,6 +4573,11 @@ module Aws::PinpointSMSVoiceV2
|
|
4359
4573
|
# @option params [String] :protect_configuration_id
|
4360
4574
|
# The unique identifier of the protect configuration to use.
|
4361
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
|
+
#
|
4362
4581
|
# @return [Types::SendMediaMessageResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4363
4582
|
#
|
4364
4583
|
# * {Types::SendMediaMessageResult#message_id #message_id} => String
|
@@ -4378,6 +4597,7 @@ module Aws::PinpointSMSVoiceV2
|
|
4378
4597
|
# },
|
4379
4598
|
# dry_run: false,
|
4380
4599
|
# protect_configuration_id: "ProtectConfigurationIdOrArn",
|
4600
|
+
# message_feedback_enabled: false,
|
4381
4601
|
# })
|
4382
4602
|
#
|
4383
4603
|
# @example Response structure
|
@@ -4490,6 +4710,11 @@ module Aws::PinpointSMSVoiceV2
|
|
4490
4710
|
# @option params [String] :protect_configuration_id
|
4491
4711
|
# The unique identifier for the protect configuration.
|
4492
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
|
+
#
|
4493
4718
|
# @return [Types::SendTextMessageResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4494
4719
|
#
|
4495
4720
|
# * {Types::SendTextMessageResult#message_id #message_id} => String
|
@@ -4513,6 +4738,7 @@ module Aws::PinpointSMSVoiceV2
|
|
4513
4738
|
# },
|
4514
4739
|
# dry_run: false,
|
4515
4740
|
# protect_configuration_id: "ProtectConfigurationIdOrArn",
|
4741
|
+
# message_feedback_enabled: false,
|
4516
4742
|
# })
|
4517
4743
|
#
|
4518
4744
|
# @example Response structure
|
@@ -4592,6 +4818,11 @@ module Aws::PinpointSMSVoiceV2
|
|
4592
4818
|
# @option params [String] :protect_configuration_id
|
4593
4819
|
# The unique identifier for the protect configuration.
|
4594
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
|
+
#
|
4595
4826
|
# @return [Types::SendVoiceMessageResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4596
4827
|
#
|
4597
4828
|
# * {Types::SendVoiceMessageResult#message_id #message_id} => String
|
@@ -4612,6 +4843,7 @@ module Aws::PinpointSMSVoiceV2
|
|
4612
4843
|
# },
|
4613
4844
|
# dry_run: false,
|
4614
4845
|
# protect_configuration_id: "ProtectConfigurationIdOrArn",
|
4846
|
+
# message_feedback_enabled: false,
|
4615
4847
|
# })
|
4616
4848
|
#
|
4617
4849
|
# @example Response structure
|
@@ -4660,6 +4892,43 @@ module Aws::PinpointSMSVoiceV2
|
|
4660
4892
|
req.send_request(options)
|
4661
4893
|
end
|
4662
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
|
+
|
4663
4932
|
# Sets the default message type on a configuration set.
|
4664
4933
|
#
|
4665
4934
|
# Choose the category of SMS messages that you plan to send from this
|
@@ -5011,7 +5280,7 @@ module Aws::PinpointSMSVoiceV2
|
|
5011
5280
|
# configuration_set_name: "ConfigurationSetNameOrArn", # required
|
5012
5281
|
# event_destination_name: "EventDestinationName", # required
|
5013
5282
|
# enabled: false,
|
5014
|
-
# 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
|
5015
5284
|
# cloud_watch_logs_destination: {
|
5016
5285
|
# iam_role_arn: "IamRoleArn", # required
|
5017
5286
|
# log_group_arn: "LogGroupArn", # required
|
@@ -5032,7 +5301,7 @@ module Aws::PinpointSMSVoiceV2
|
|
5032
5301
|
# resp.event_destination.event_destination_name #=> String
|
5033
5302
|
# resp.event_destination.enabled #=> Boolean
|
5034
5303
|
# resp.event_destination.matching_event_types #=> Array
|
5035
|
-
# 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"
|
5036
5305
|
# resp.event_destination.cloud_watch_logs_destination.iam_role_arn #=> String
|
5037
5306
|
# resp.event_destination.cloud_watch_logs_destination.log_group_arn #=> String
|
5038
5307
|
# resp.event_destination.kinesis_firehose_destination.iam_role_arn #=> String
|
@@ -5463,7 +5732,7 @@ module Aws::PinpointSMSVoiceV2
|
|
5463
5732
|
tracer: tracer
|
5464
5733
|
)
|
5465
5734
|
context[:gem_name] = 'aws-sdk-pinpointsmsvoicev2'
|
5466
|
-
context[:gem_version] = '1.
|
5735
|
+
context[:gem_version] = '1.31.0'
|
5467
5736
|
Seahorse::Client::Request.new(handlers, context)
|
5468
5737
|
end
|
5469
5738
|
|