aws-sdk-pinpointsmsvoicev2 1.30.0 → 1.32.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 +305 -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 +95 -6
- data/sig/resource.rbs +2 -0
- data/sig/types.rbs +105 -7
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d61a07ac4020d0c307ffa88a5472c5df2347156dff91e249cd7c6c1059a60ab5
|
4
|
+
data.tar.gz: 3753d6acb0dec98392ee5507111844ed082c348ecd27fc24af4431b0d1042323
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0ea9684539171ea184a11c91f38ced89b7247add164605df3dba1695878bd3e688c215d79c67b254665979485d943ea85bd88f983c2dc62b855ce0be0d849188
|
7
|
+
data.tar.gz: 6ba3d093999bcbae3a29e6d3c104ed99f4274e3748346c592e0727e93e1272b8c3fdcede1218e32505946a2545d80e4c87549815f8ff773a9a169359180b7220
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.32.0 (2025-01-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.31.0 (2024-11-15)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* 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.
|
13
|
+
|
4
14
|
1.30.0 (2024-11-08)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.32.0
|
@@ -257,11 +257,34 @@ module Aws::PinpointSMSVoiceV2
|
|
257
257
|
# Used when loading credentials from the shared credentials file
|
258
258
|
# at HOME/.aws/credentials. When not specified, 'default' is used.
|
259
259
|
#
|
260
|
+
# @option options [String] :request_checksum_calculation ("when_supported")
|
261
|
+
# Determines when a checksum will be calculated for request payloads. Values are:
|
262
|
+
#
|
263
|
+
# * `when_supported` - (default) When set, a checksum will be
|
264
|
+
# calculated for all request payloads of operations modeled with the
|
265
|
+
# `httpChecksum` trait where `requestChecksumRequired` is `true` and/or a
|
266
|
+
# `requestAlgorithmMember` is modeled.
|
267
|
+
# * `when_required` - When set, a checksum will only be calculated for
|
268
|
+
# request payloads of operations modeled with the `httpChecksum` trait where
|
269
|
+
# `requestChecksumRequired` is `true` or where a `requestAlgorithmMember`
|
270
|
+
# is modeled and supplied.
|
271
|
+
#
|
260
272
|
# @option options [Integer] :request_min_compression_size_bytes (10240)
|
261
273
|
# The minimum size in bytes that triggers compression for request
|
262
274
|
# bodies. The value must be non-negative integer value between 0
|
263
275
|
# and 10485780 bytes inclusive.
|
264
276
|
#
|
277
|
+
# @option options [String] :response_checksum_validation ("when_supported")
|
278
|
+
# Determines when checksum validation will be performed on response payloads. Values are:
|
279
|
+
#
|
280
|
+
# * `when_supported` - (default) When set, checksum validation is performed on all
|
281
|
+
# response payloads of operations modeled with the `httpChecksum` trait where
|
282
|
+
# `responseAlgorithms` is modeled, except when no modeled checksum algorithms
|
283
|
+
# are supported.
|
284
|
+
# * `when_required` - When set, checksum validation is not performed on
|
285
|
+
# response payloads of operations unless the checksum algorithm is supported and
|
286
|
+
# the `requestValidationModeMember` member is set to `ENABLED`.
|
287
|
+
#
|
265
288
|
# @option options [Proc] :retry_backoff
|
266
289
|
# A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
|
267
290
|
# This option is only used in the `legacy` retry mode.
|
@@ -694,7 +717,7 @@ module Aws::PinpointSMSVoiceV2
|
|
694
717
|
# resp = client.create_event_destination({
|
695
718
|
# configuration_set_name: "ConfigurationSetNameOrArn", # required
|
696
719
|
# 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
|
720
|
+
# 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
721
|
# cloud_watch_logs_destination: {
|
699
722
|
# iam_role_arn: "IamRoleArn", # required
|
700
723
|
# log_group_arn: "LogGroupArn", # required
|
@@ -716,7 +739,7 @@ module Aws::PinpointSMSVoiceV2
|
|
716
739
|
# resp.event_destination.event_destination_name #=> String
|
717
740
|
# resp.event_destination.enabled #=> Boolean
|
718
741
|
# 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"
|
742
|
+
# 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
743
|
# resp.event_destination.cloud_watch_logs_destination.iam_role_arn #=> String
|
721
744
|
# resp.event_destination.cloud_watch_logs_destination.log_group_arn #=> String
|
722
745
|
# resp.event_destination.kinesis_firehose_destination.iam_role_arn #=> String
|
@@ -1317,6 +1340,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1317
1340
|
# * {Types::DeleteConfigurationSetResult#event_destinations #event_destinations} => Array<Types::EventDestination>
|
1318
1341
|
# * {Types::DeleteConfigurationSetResult#default_message_type #default_message_type} => String
|
1319
1342
|
# * {Types::DeleteConfigurationSetResult#default_sender_id #default_sender_id} => String
|
1343
|
+
# * {Types::DeleteConfigurationSetResult#default_message_feedback_enabled #default_message_feedback_enabled} => Boolean
|
1320
1344
|
# * {Types::DeleteConfigurationSetResult#created_timestamp #created_timestamp} => Time
|
1321
1345
|
#
|
1322
1346
|
# @example Request syntax with placeholder values
|
@@ -1333,7 +1357,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1333
1357
|
# resp.event_destinations[0].event_destination_name #=> String
|
1334
1358
|
# resp.event_destinations[0].enabled #=> Boolean
|
1335
1359
|
# 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"
|
1360
|
+
# 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
1361
|
# resp.event_destinations[0].cloud_watch_logs_destination.iam_role_arn #=> String
|
1338
1362
|
# resp.event_destinations[0].cloud_watch_logs_destination.log_group_arn #=> String
|
1339
1363
|
# resp.event_destinations[0].kinesis_firehose_destination.iam_role_arn #=> String
|
@@ -1341,6 +1365,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1341
1365
|
# resp.event_destinations[0].sns_destination.topic_arn #=> String
|
1342
1366
|
# resp.default_message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
|
1343
1367
|
# resp.default_sender_id #=> String
|
1368
|
+
# resp.default_message_feedback_enabled #=> Boolean
|
1344
1369
|
# resp.created_timestamp #=> Time
|
1345
1370
|
#
|
1346
1371
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-v2-2022-03-31/DeleteConfigurationSet AWS API Documentation
|
@@ -1470,7 +1495,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1470
1495
|
# resp.event_destination.event_destination_name #=> String
|
1471
1496
|
# resp.event_destination.enabled #=> Boolean
|
1472
1497
|
# 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"
|
1498
|
+
# 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
1499
|
# resp.event_destination.cloud_watch_logs_destination.iam_role_arn #=> String
|
1475
1500
|
# resp.event_destination.cloud_watch_logs_destination.log_group_arn #=> String
|
1476
1501
|
# resp.event_destination.kinesis_firehose_destination.iam_role_arn #=> String
|
@@ -1758,6 +1783,50 @@ module Aws::PinpointSMSVoiceV2
|
|
1758
1783
|
req.send_request(options)
|
1759
1784
|
end
|
1760
1785
|
|
1786
|
+
# Permanently delete the protect configuration rule set number override.
|
1787
|
+
#
|
1788
|
+
# @option params [required, String] :protect_configuration_id
|
1789
|
+
# The unique identifier for the protect configuration.
|
1790
|
+
#
|
1791
|
+
# @option params [required, String] :destination_phone_number
|
1792
|
+
# The destination phone number in E.164 format.
|
1793
|
+
#
|
1794
|
+
# @return [Types::DeleteProtectConfigurationRuleSetNumberOverrideResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1795
|
+
#
|
1796
|
+
# * {Types::DeleteProtectConfigurationRuleSetNumberOverrideResult#protect_configuration_arn #protect_configuration_arn} => String
|
1797
|
+
# * {Types::DeleteProtectConfigurationRuleSetNumberOverrideResult#protect_configuration_id #protect_configuration_id} => String
|
1798
|
+
# * {Types::DeleteProtectConfigurationRuleSetNumberOverrideResult#destination_phone_number #destination_phone_number} => String
|
1799
|
+
# * {Types::DeleteProtectConfigurationRuleSetNumberOverrideResult#created_timestamp #created_timestamp} => Time
|
1800
|
+
# * {Types::DeleteProtectConfigurationRuleSetNumberOverrideResult#action #action} => String
|
1801
|
+
# * {Types::DeleteProtectConfigurationRuleSetNumberOverrideResult#iso_country_code #iso_country_code} => String
|
1802
|
+
# * {Types::DeleteProtectConfigurationRuleSetNumberOverrideResult#expiration_timestamp #expiration_timestamp} => Time
|
1803
|
+
#
|
1804
|
+
# @example Request syntax with placeholder values
|
1805
|
+
#
|
1806
|
+
# resp = client.delete_protect_configuration_rule_set_number_override({
|
1807
|
+
# protect_configuration_id: "ProtectConfigurationIdOrArn", # required
|
1808
|
+
# destination_phone_number: "PhoneNumber", # required
|
1809
|
+
# })
|
1810
|
+
#
|
1811
|
+
# @example Response structure
|
1812
|
+
#
|
1813
|
+
# resp.protect_configuration_arn #=> String
|
1814
|
+
# resp.protect_configuration_id #=> String
|
1815
|
+
# resp.destination_phone_number #=> String
|
1816
|
+
# resp.created_timestamp #=> Time
|
1817
|
+
# resp.action #=> String, one of "ALLOW", "BLOCK"
|
1818
|
+
# resp.iso_country_code #=> String
|
1819
|
+
# resp.expiration_timestamp #=> Time
|
1820
|
+
#
|
1821
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-v2-2022-03-31/DeleteProtectConfigurationRuleSetNumberOverride AWS API Documentation
|
1822
|
+
#
|
1823
|
+
# @overload delete_protect_configuration_rule_set_number_override(params = {})
|
1824
|
+
# @param [Hash] params ({})
|
1825
|
+
def delete_protect_configuration_rule_set_number_override(params = {}, options = {})
|
1826
|
+
req = build_request(:delete_protect_configuration_rule_set_number_override, params)
|
1827
|
+
req.send_request(options)
|
1828
|
+
end
|
1829
|
+
|
1761
1830
|
# Permanently delete an existing registration from your account.
|
1762
1831
|
#
|
1763
1832
|
# @option params [required, String] :registration_id
|
@@ -2147,7 +2216,7 @@ module Aws::PinpointSMSVoiceV2
|
|
2147
2216
|
# configuration_set_names: ["ConfigurationSetNameOrArn"],
|
2148
2217
|
# filters: [
|
2149
2218
|
# {
|
2150
|
-
# name: "event-destination-name", # required, accepts event-destination-name, matching-event-types, default-message-type, default-sender-id, protect-configuration-id
|
2219
|
+
# 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
2220
|
# values: ["FilterValue"], # required
|
2152
2221
|
# },
|
2153
2222
|
# ],
|
@@ -2164,7 +2233,7 @@ module Aws::PinpointSMSVoiceV2
|
|
2164
2233
|
# resp.configuration_sets[0].event_destinations[0].event_destination_name #=> String
|
2165
2234
|
# resp.configuration_sets[0].event_destinations[0].enabled #=> Boolean
|
2166
2235
|
# 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"
|
2236
|
+
# 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
2237
|
# resp.configuration_sets[0].event_destinations[0].cloud_watch_logs_destination.iam_role_arn #=> String
|
2169
2238
|
# resp.configuration_sets[0].event_destinations[0].cloud_watch_logs_destination.log_group_arn #=> String
|
2170
2239
|
# resp.configuration_sets[0].event_destinations[0].kinesis_firehose_destination.iam_role_arn #=> String
|
@@ -2172,6 +2241,7 @@ module Aws::PinpointSMSVoiceV2
|
|
2172
2241
|
# resp.configuration_sets[0].event_destinations[0].sns_destination.topic_arn #=> String
|
2173
2242
|
# resp.configuration_sets[0].default_message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
|
2174
2243
|
# resp.configuration_sets[0].default_sender_id #=> String
|
2244
|
+
# resp.configuration_sets[0].default_message_feedback_enabled #=> Boolean
|
2175
2245
|
# resp.configuration_sets[0].created_timestamp #=> Time
|
2176
2246
|
# resp.configuration_sets[0].protect_configuration_id #=> String
|
2177
2247
|
# resp.next_token #=> String
|
@@ -3228,10 +3298,10 @@ module Aws::PinpointSMSVoiceV2
|
|
3228
3298
|
req.send_request(options)
|
3229
3299
|
end
|
3230
3300
|
|
3231
|
-
# Retrieves the specified verified
|
3301
|
+
# Retrieves the specified verified destination numbers.
|
3232
3302
|
#
|
3233
3303
|
# @option params [Array<String>] :verified_destination_number_ids
|
3234
|
-
# An array of VerifiedDestinationNumberid to
|
3304
|
+
# An array of VerifiedDestinationNumberid to retrieve.
|
3235
3305
|
#
|
3236
3306
|
# @option params [Array<String>] :destination_phone_numbers
|
3237
3307
|
# An array of verified destination phone number, in E.164 format.
|
@@ -3583,7 +3653,68 @@ module Aws::PinpointSMSVoiceV2
|
|
3583
3653
|
req.send_request(options)
|
3584
3654
|
end
|
3585
3655
|
|
3586
|
-
#
|
3656
|
+
# Retrieve all of the protect configuration rule set number overrides
|
3657
|
+
# that match the filters.
|
3658
|
+
#
|
3659
|
+
# @option params [required, String] :protect_configuration_id
|
3660
|
+
# The unique identifier for the protect configuration.
|
3661
|
+
#
|
3662
|
+
# @option params [Array<Types::ProtectConfigurationRuleSetNumberOverrideFilterItem>] :filters
|
3663
|
+
# An array of ProtectConfigurationRuleSetNumberOverrideFilterItem
|
3664
|
+
# objects to filter the results.
|
3665
|
+
#
|
3666
|
+
# @option params [String] :next_token
|
3667
|
+
# The token to be used for the next set of paginated results. You don't
|
3668
|
+
# need to supply a value for this field in the initial request.
|
3669
|
+
#
|
3670
|
+
# @option params [Integer] :max_results
|
3671
|
+
# The maximum number of results to return per each request.
|
3672
|
+
#
|
3673
|
+
# @return [Types::ListProtectConfigurationRuleSetNumberOverridesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3674
|
+
#
|
3675
|
+
# * {Types::ListProtectConfigurationRuleSetNumberOverridesResult#protect_configuration_arn #protect_configuration_arn} => String
|
3676
|
+
# * {Types::ListProtectConfigurationRuleSetNumberOverridesResult#protect_configuration_id #protect_configuration_id} => String
|
3677
|
+
# * {Types::ListProtectConfigurationRuleSetNumberOverridesResult#rule_set_number_overrides #rule_set_number_overrides} => Array<Types::ProtectConfigurationRuleSetNumberOverride>
|
3678
|
+
# * {Types::ListProtectConfigurationRuleSetNumberOverridesResult#next_token #next_token} => String
|
3679
|
+
#
|
3680
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3681
|
+
#
|
3682
|
+
# @example Request syntax with placeholder values
|
3683
|
+
#
|
3684
|
+
# resp = client.list_protect_configuration_rule_set_number_overrides({
|
3685
|
+
# protect_configuration_id: "ProtectConfigurationIdOrArn", # required
|
3686
|
+
# filters: [
|
3687
|
+
# {
|
3688
|
+
# name: "iso-country-code", # required, accepts iso-country-code, destination-phone-number-begins-with, action, expires-before, expires-after, created-before, created-after
|
3689
|
+
# values: ["FilterValue"], # required
|
3690
|
+
# },
|
3691
|
+
# ],
|
3692
|
+
# next_token: "NextToken",
|
3693
|
+
# max_results: 1,
|
3694
|
+
# })
|
3695
|
+
#
|
3696
|
+
# @example Response structure
|
3697
|
+
#
|
3698
|
+
# resp.protect_configuration_arn #=> String
|
3699
|
+
# resp.protect_configuration_id #=> String
|
3700
|
+
# resp.rule_set_number_overrides #=> Array
|
3701
|
+
# resp.rule_set_number_overrides[0].destination_phone_number #=> String
|
3702
|
+
# resp.rule_set_number_overrides[0].created_timestamp #=> Time
|
3703
|
+
# resp.rule_set_number_overrides[0].action #=> String, one of "ALLOW", "BLOCK"
|
3704
|
+
# resp.rule_set_number_overrides[0].iso_country_code #=> String
|
3705
|
+
# resp.rule_set_number_overrides[0].expiration_timestamp #=> Time
|
3706
|
+
# resp.next_token #=> String
|
3707
|
+
#
|
3708
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-v2-2022-03-31/ListProtectConfigurationRuleSetNumberOverrides AWS API Documentation
|
3709
|
+
#
|
3710
|
+
# @overload list_protect_configuration_rule_set_number_overrides(params = {})
|
3711
|
+
# @param [Hash] params ({})
|
3712
|
+
def list_protect_configuration_rule_set_number_overrides(params = {}, options = {})
|
3713
|
+
req = build_request(:list_protect_configuration_rule_set_number_overrides, params)
|
3714
|
+
req.send_request(options)
|
3715
|
+
end
|
3716
|
+
|
3717
|
+
# Retrieve all of the origination identities that are associated with a
|
3587
3718
|
# registration.
|
3588
3719
|
#
|
3589
3720
|
# @option params [required, String] :registration_id
|
@@ -3749,6 +3880,47 @@ module Aws::PinpointSMSVoiceV2
|
|
3749
3880
|
req.send_request(options)
|
3750
3881
|
end
|
3751
3882
|
|
3883
|
+
# Set the MessageFeedbackStatus as `RECEIVED` or `FAILED` for the passed
|
3884
|
+
# in MessageId.
|
3885
|
+
#
|
3886
|
+
# If you use message feedback then you must update message feedback
|
3887
|
+
# record. When you receive a signal that a user has received the message
|
3888
|
+
# you must use `PutMessageFeedback` to set the message feedback record
|
3889
|
+
# as `RECEIVED`; Otherwise, an hour after the message feedback record is
|
3890
|
+
# set to `FAILED`.
|
3891
|
+
#
|
3892
|
+
# @option params [required, String] :message_id
|
3893
|
+
# The unique identifier for the message.
|
3894
|
+
#
|
3895
|
+
# @option params [required, String] :message_feedback_status
|
3896
|
+
# Set the message feedback to be either `RECEIVED` or `FAILED`.
|
3897
|
+
#
|
3898
|
+
# @return [Types::PutMessageFeedbackResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3899
|
+
#
|
3900
|
+
# * {Types::PutMessageFeedbackResult#message_id #message_id} => String
|
3901
|
+
# * {Types::PutMessageFeedbackResult#message_feedback_status #message_feedback_status} => String
|
3902
|
+
#
|
3903
|
+
# @example Request syntax with placeholder values
|
3904
|
+
#
|
3905
|
+
# resp = client.put_message_feedback({
|
3906
|
+
# message_id: "MessageId", # required
|
3907
|
+
# message_feedback_status: "RECEIVED", # required, accepts RECEIVED, FAILED
|
3908
|
+
# })
|
3909
|
+
#
|
3910
|
+
# @example Response structure
|
3911
|
+
#
|
3912
|
+
# resp.message_id #=> String
|
3913
|
+
# resp.message_feedback_status #=> String, one of "RECEIVED", "FAILED"
|
3914
|
+
#
|
3915
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-v2-2022-03-31/PutMessageFeedback AWS API Documentation
|
3916
|
+
#
|
3917
|
+
# @overload put_message_feedback(params = {})
|
3918
|
+
# @param [Hash] params ({})
|
3919
|
+
def put_message_feedback(params = {}, options = {})
|
3920
|
+
req = build_request(:put_message_feedback, params)
|
3921
|
+
req.send_request(options)
|
3922
|
+
end
|
3923
|
+
|
3752
3924
|
# Creates an opted out destination phone number in the opt-out list.
|
3753
3925
|
#
|
3754
3926
|
# If the destination phone number isn't valid or if the specified
|
@@ -3795,6 +3967,71 @@ module Aws::PinpointSMSVoiceV2
|
|
3795
3967
|
req.send_request(options)
|
3796
3968
|
end
|
3797
3969
|
|
3970
|
+
# Create or update a RuleSetNumberOverride and associate it with a
|
3971
|
+
# protect configuration.
|
3972
|
+
#
|
3973
|
+
# @option params [String] :client_token
|
3974
|
+
# Unique, case-sensitive identifier that you provide to ensure the
|
3975
|
+
# idempotency of the request. If you don't specify a client token, a
|
3976
|
+
# randomly generated token is used for the request to ensure
|
3977
|
+
# idempotency.
|
3978
|
+
#
|
3979
|
+
# **A suitable default value is auto-generated.** You should normally
|
3980
|
+
# not need to pass this option.**
|
3981
|
+
#
|
3982
|
+
# @option params [required, String] :protect_configuration_id
|
3983
|
+
# The unique identifier for the protect configuration.
|
3984
|
+
#
|
3985
|
+
# @option params [required, String] :destination_phone_number
|
3986
|
+
# The destination phone number in E.164 format.
|
3987
|
+
#
|
3988
|
+
# @option params [required, String] :action
|
3989
|
+
# The action for the rule to either block or allow messages to the
|
3990
|
+
# destination phone number.
|
3991
|
+
#
|
3992
|
+
# @option params [Time,DateTime,Date,Integer,String] :expiration_timestamp
|
3993
|
+
# The time the rule will expire at. If `ExpirationTimestamp` is not set
|
3994
|
+
# then the rule does not expire.
|
3995
|
+
#
|
3996
|
+
# @return [Types::PutProtectConfigurationRuleSetNumberOverrideResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3997
|
+
#
|
3998
|
+
# * {Types::PutProtectConfigurationRuleSetNumberOverrideResult#protect_configuration_arn #protect_configuration_arn} => String
|
3999
|
+
# * {Types::PutProtectConfigurationRuleSetNumberOverrideResult#protect_configuration_id #protect_configuration_id} => String
|
4000
|
+
# * {Types::PutProtectConfigurationRuleSetNumberOverrideResult#destination_phone_number #destination_phone_number} => String
|
4001
|
+
# * {Types::PutProtectConfigurationRuleSetNumberOverrideResult#created_timestamp #created_timestamp} => Time
|
4002
|
+
# * {Types::PutProtectConfigurationRuleSetNumberOverrideResult#action #action} => String
|
4003
|
+
# * {Types::PutProtectConfigurationRuleSetNumberOverrideResult#iso_country_code #iso_country_code} => String
|
4004
|
+
# * {Types::PutProtectConfigurationRuleSetNumberOverrideResult#expiration_timestamp #expiration_timestamp} => Time
|
4005
|
+
#
|
4006
|
+
# @example Request syntax with placeholder values
|
4007
|
+
#
|
4008
|
+
# resp = client.put_protect_configuration_rule_set_number_override({
|
4009
|
+
# client_token: "ClientToken",
|
4010
|
+
# protect_configuration_id: "ProtectConfigurationIdOrArn", # required
|
4011
|
+
# destination_phone_number: "PhoneNumber", # required
|
4012
|
+
# action: "ALLOW", # required, accepts ALLOW, BLOCK
|
4013
|
+
# expiration_timestamp: Time.now,
|
4014
|
+
# })
|
4015
|
+
#
|
4016
|
+
# @example Response structure
|
4017
|
+
#
|
4018
|
+
# resp.protect_configuration_arn #=> String
|
4019
|
+
# resp.protect_configuration_id #=> String
|
4020
|
+
# resp.destination_phone_number #=> String
|
4021
|
+
# resp.created_timestamp #=> Time
|
4022
|
+
# resp.action #=> String, one of "ALLOW", "BLOCK"
|
4023
|
+
# resp.iso_country_code #=> String
|
4024
|
+
# resp.expiration_timestamp #=> Time
|
4025
|
+
#
|
4026
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-v2-2022-03-31/PutProtectConfigurationRuleSetNumberOverride AWS API Documentation
|
4027
|
+
#
|
4028
|
+
# @overload put_protect_configuration_rule_set_number_override(params = {})
|
4029
|
+
# @param [Hash] params ({})
|
4030
|
+
def put_protect_configuration_rule_set_number_override(params = {}, options = {})
|
4031
|
+
req = build_request(:put_protect_configuration_rule_set_number_override, params)
|
4032
|
+
req.send_request(options)
|
4033
|
+
end
|
4034
|
+
|
3798
4035
|
# Creates or updates a field value for a registration.
|
3799
4036
|
#
|
3800
4037
|
# @option params [required, String] :registration_id
|
@@ -4346,7 +4583,7 @@ module Aws::PinpointSMSVoiceV2
|
|
4346
4583
|
# message.
|
4347
4584
|
#
|
4348
4585
|
# @option params [Integer] :time_to_live
|
4349
|
-
# How long the
|
4586
|
+
# How long the media message is valid for. By default this is 72 hours.
|
4350
4587
|
#
|
4351
4588
|
# @option params [Hash<String,String>] :context
|
4352
4589
|
# You can specify custom data in this field. If you do, that data is
|
@@ -4359,6 +4596,11 @@ module Aws::PinpointSMSVoiceV2
|
|
4359
4596
|
# @option params [String] :protect_configuration_id
|
4360
4597
|
# The unique identifier of the protect configuration to use.
|
4361
4598
|
#
|
4599
|
+
# @option params [Boolean] :message_feedback_enabled
|
4600
|
+
# Set to true to enable message feedback for the message. When a user
|
4601
|
+
# receives the message you need to update the message status using
|
4602
|
+
# PutMessageFeedback.
|
4603
|
+
#
|
4362
4604
|
# @return [Types::SendMediaMessageResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4363
4605
|
#
|
4364
4606
|
# * {Types::SendMediaMessageResult#message_id #message_id} => String
|
@@ -4378,6 +4620,7 @@ module Aws::PinpointSMSVoiceV2
|
|
4378
4620
|
# },
|
4379
4621
|
# dry_run: false,
|
4380
4622
|
# protect_configuration_id: "ProtectConfigurationIdOrArn",
|
4623
|
+
# message_feedback_enabled: false,
|
4381
4624
|
# })
|
4382
4625
|
#
|
4383
4626
|
# @example Response structure
|
@@ -4490,6 +4733,11 @@ module Aws::PinpointSMSVoiceV2
|
|
4490
4733
|
# @option params [String] :protect_configuration_id
|
4491
4734
|
# The unique identifier for the protect configuration.
|
4492
4735
|
#
|
4736
|
+
# @option params [Boolean] :message_feedback_enabled
|
4737
|
+
# Set to true to enable message feedback for the message. When a user
|
4738
|
+
# receives the message you need to update the message status using
|
4739
|
+
# PutMessageFeedback.
|
4740
|
+
#
|
4493
4741
|
# @return [Types::SendTextMessageResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4494
4742
|
#
|
4495
4743
|
# * {Types::SendTextMessageResult#message_id #message_id} => String
|
@@ -4513,6 +4761,7 @@ module Aws::PinpointSMSVoiceV2
|
|
4513
4761
|
# },
|
4514
4762
|
# dry_run: false,
|
4515
4763
|
# protect_configuration_id: "ProtectConfigurationIdOrArn",
|
4764
|
+
# message_feedback_enabled: false,
|
4516
4765
|
# })
|
4517
4766
|
#
|
4518
4767
|
# @example Response structure
|
@@ -4592,6 +4841,11 @@ module Aws::PinpointSMSVoiceV2
|
|
4592
4841
|
# @option params [String] :protect_configuration_id
|
4593
4842
|
# The unique identifier for the protect configuration.
|
4594
4843
|
#
|
4844
|
+
# @option params [Boolean] :message_feedback_enabled
|
4845
|
+
# Set to true to enable message feedback for the message. When a user
|
4846
|
+
# receives the message you need to update the message status using
|
4847
|
+
# PutMessageFeedback.
|
4848
|
+
#
|
4595
4849
|
# @return [Types::SendVoiceMessageResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4596
4850
|
#
|
4597
4851
|
# * {Types::SendVoiceMessageResult#message_id #message_id} => String
|
@@ -4612,6 +4866,7 @@ module Aws::PinpointSMSVoiceV2
|
|
4612
4866
|
# },
|
4613
4867
|
# dry_run: false,
|
4614
4868
|
# protect_configuration_id: "ProtectConfigurationIdOrArn",
|
4869
|
+
# message_feedback_enabled: false,
|
4615
4870
|
# })
|
4616
4871
|
#
|
4617
4872
|
# @example Response structure
|
@@ -4660,6 +4915,43 @@ module Aws::PinpointSMSVoiceV2
|
|
4660
4915
|
req.send_request(options)
|
4661
4916
|
end
|
4662
4917
|
|
4918
|
+
# Sets a configuration set's default for message feedback.
|
4919
|
+
#
|
4920
|
+
# @option params [required, String] :configuration_set_name
|
4921
|
+
# The name of the configuration set to use. This can be either the
|
4922
|
+
# ConfigurationSetName or ConfigurationSetArn.
|
4923
|
+
#
|
4924
|
+
# @option params [required, Boolean] :message_feedback_enabled
|
4925
|
+
# Set to true to enable message feedback.
|
4926
|
+
#
|
4927
|
+
# @return [Types::SetDefaultMessageFeedbackEnabledResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4928
|
+
#
|
4929
|
+
# * {Types::SetDefaultMessageFeedbackEnabledResult#configuration_set_arn #configuration_set_arn} => String
|
4930
|
+
# * {Types::SetDefaultMessageFeedbackEnabledResult#configuration_set_name #configuration_set_name} => String
|
4931
|
+
# * {Types::SetDefaultMessageFeedbackEnabledResult#message_feedback_enabled #message_feedback_enabled} => Boolean
|
4932
|
+
#
|
4933
|
+
# @example Request syntax with placeholder values
|
4934
|
+
#
|
4935
|
+
# resp = client.set_default_message_feedback_enabled({
|
4936
|
+
# configuration_set_name: "ConfigurationSetNameOrArn", # required
|
4937
|
+
# message_feedback_enabled: false, # required
|
4938
|
+
# })
|
4939
|
+
#
|
4940
|
+
# @example Response structure
|
4941
|
+
#
|
4942
|
+
# resp.configuration_set_arn #=> String
|
4943
|
+
# resp.configuration_set_name #=> String
|
4944
|
+
# resp.message_feedback_enabled #=> Boolean
|
4945
|
+
#
|
4946
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-v2-2022-03-31/SetDefaultMessageFeedbackEnabled AWS API Documentation
|
4947
|
+
#
|
4948
|
+
# @overload set_default_message_feedback_enabled(params = {})
|
4949
|
+
# @param [Hash] params ({})
|
4950
|
+
def set_default_message_feedback_enabled(params = {}, options = {})
|
4951
|
+
req = build_request(:set_default_message_feedback_enabled, params)
|
4952
|
+
req.send_request(options)
|
4953
|
+
end
|
4954
|
+
|
4663
4955
|
# Sets the default message type on a configuration set.
|
4664
4956
|
#
|
4665
4957
|
# Choose the category of SMS messages that you plan to send from this
|
@@ -5011,7 +5303,7 @@ module Aws::PinpointSMSVoiceV2
|
|
5011
5303
|
# configuration_set_name: "ConfigurationSetNameOrArn", # required
|
5012
5304
|
# event_destination_name: "EventDestinationName", # required
|
5013
5305
|
# 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
|
5306
|
+
# 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
5307
|
# cloud_watch_logs_destination: {
|
5016
5308
|
# iam_role_arn: "IamRoleArn", # required
|
5017
5309
|
# log_group_arn: "LogGroupArn", # required
|
@@ -5032,7 +5324,7 @@ module Aws::PinpointSMSVoiceV2
|
|
5032
5324
|
# resp.event_destination.event_destination_name #=> String
|
5033
5325
|
# resp.event_destination.enabled #=> Boolean
|
5034
5326
|
# 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"
|
5327
|
+
# 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
5328
|
# resp.event_destination.cloud_watch_logs_destination.iam_role_arn #=> String
|
5037
5329
|
# resp.event_destination.cloud_watch_logs_destination.log_group_arn #=> String
|
5038
5330
|
# resp.event_destination.kinesis_firehose_destination.iam_role_arn #=> String
|
@@ -5463,7 +5755,7 @@ module Aws::PinpointSMSVoiceV2
|
|
5463
5755
|
tracer: tracer
|
5464
5756
|
)
|
5465
5757
|
context[:gem_name] = 'aws-sdk-pinpointsmsvoicev2'
|
5466
|
-
context[:gem_version] = '1.
|
5758
|
+
context[:gem_version] = '1.32.0'
|
5467
5759
|
Seahorse::Client::Request.new(handlers, context)
|
5468
5760
|
end
|
5469
5761
|
|