aws-sdk-pinpointsmsvoicev2 1.58.0 → 1.59.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-pinpointsmsvoicev2/client.rb +380 -16
- data/lib/aws-sdk-pinpointsmsvoicev2/client_api.rb +261 -0
- data/lib/aws-sdk-pinpointsmsvoicev2/types.rb +813 -10
- data/lib/aws-sdk-pinpointsmsvoicev2.rb +1 -1
- data/sig/client.rbs +107 -3
- data/sig/params.rbs +53 -0
- data/sig/types.rbs +222 -5
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4e015d09ef99a36fe9cd9acc6ceed92a025be2a30c6eda8b4b26270e928378b4
|
|
4
|
+
data.tar.gz: b31665c9bdca7e7e5af9f21bc965cb01ca846b3e4b0396c83aca9707ac388df7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7ed60689163abfa86601f0d9f02163cd2edd69126c0bf2f34634b7b94c1afd4dfc0595b8300917e5e54f75bb7b0a2d12c42367bf5b46022199fd82fb9c5315bf
|
|
7
|
+
data.tar.gz: 9c10f87b5f621ffdbcfa367869e711225282e3ba494f63f5219154e261ab1b27b720158771079e055dad2f731f23cddc0b833fcab50df8d185fd2afc17538a91
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.59.0 (2026-06-29)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This launch is an expansion of our Q1 RCS for business launch where we will release an API that supports rich media and interactive messaging elements.
|
|
8
|
+
|
|
4
9
|
1.58.0 (2026-05-28)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.59.0
|
|
@@ -803,7 +803,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
803
803
|
# resp = client.create_event_destination({
|
|
804
804
|
# configuration_set_name: "ConfigurationSetNameOrArn", # required
|
|
805
805
|
# event_destination_name: "EventDestinationName", # required
|
|
806
|
-
# 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
|
|
806
|
+
# 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, RCS_ALL, RCS_QUEUED, RCS_SENT, RCS_DELIVERED, RCS_READ, RCS_FAILED, RCS_TTL_EXPIRED, RCS_PROTECT_BLOCKED, RCS_FALLEN_BACK_TO_SMS
|
|
807
807
|
# cloud_watch_logs_destination: {
|
|
808
808
|
# iam_role_arn: "IamRoleArn", # required
|
|
809
809
|
# log_group_arn: "LogGroupArn", # required
|
|
@@ -825,7 +825,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
825
825
|
# resp.event_destination.event_destination_name #=> String
|
|
826
826
|
# resp.event_destination.enabled #=> Boolean
|
|
827
827
|
# resp.event_destination.matching_event_types #=> Array
|
|
828
|
-
# 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"
|
|
828
|
+
# 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", "RCS_ALL", "RCS_QUEUED", "RCS_SENT", "RCS_DELIVERED", "RCS_READ", "RCS_FAILED", "RCS_TTL_EXPIRED", "RCS_PROTECT_BLOCKED", "RCS_FALLEN_BACK_TO_SMS"
|
|
829
829
|
# resp.event_destination.cloud_watch_logs_destination.iam_role_arn #=> String
|
|
830
830
|
# resp.event_destination.cloud_watch_logs_destination.log_group_arn #=> String
|
|
831
831
|
# resp.event_destination.kinesis_firehose_destination.iam_role_arn #=> String
|
|
@@ -1299,6 +1299,10 @@ module Aws::PinpointSMSVoiceV2
|
|
|
1299
1299
|
# * {Types::CreateRcsAgentResult#two_way_channel_arn #two_way_channel_arn} => String
|
|
1300
1300
|
# * {Types::CreateRcsAgentResult#two_way_channel_role #two_way_channel_role} => String
|
|
1301
1301
|
# * {Types::CreateRcsAgentResult#two_way_enabled #two_way_enabled} => Boolean
|
|
1302
|
+
# * {Types::CreateRcsAgentResult#two_way_media_s3_bucket_name #two_way_media_s3_bucket_name} => String
|
|
1303
|
+
# * {Types::CreateRcsAgentResult#two_way_media_s3_key_prefix #two_way_media_s3_key_prefix} => String
|
|
1304
|
+
# * {Types::CreateRcsAgentResult#two_way_media_s3_role #two_way_media_s3_role} => String
|
|
1305
|
+
# * {Types::CreateRcsAgentResult#two_way_rcs_events_enabled #two_way_rcs_events_enabled} => Array<String>
|
|
1302
1306
|
# * {Types::CreateRcsAgentResult#tags #tags} => Array<Types::Tag>
|
|
1303
1307
|
#
|
|
1304
1308
|
# @example Request syntax with placeholder values
|
|
@@ -1327,6 +1331,11 @@ module Aws::PinpointSMSVoiceV2
|
|
|
1327
1331
|
# resp.two_way_channel_arn #=> String
|
|
1328
1332
|
# resp.two_way_channel_role #=> String
|
|
1329
1333
|
# resp.two_way_enabled #=> Boolean
|
|
1334
|
+
# resp.two_way_media_s3_bucket_name #=> String
|
|
1335
|
+
# resp.two_way_media_s3_key_prefix #=> String
|
|
1336
|
+
# resp.two_way_media_s3_role #=> String
|
|
1337
|
+
# resp.two_way_rcs_events_enabled #=> Array
|
|
1338
|
+
# resp.two_way_rcs_events_enabled[0] #=> String
|
|
1330
1339
|
# resp.tags #=> Array
|
|
1331
1340
|
# resp.tags[0].key #=> String
|
|
1332
1341
|
# resp.tags[0].value #=> String
|
|
@@ -1699,7 +1708,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
1699
1708
|
# resp.event_destinations[0].event_destination_name #=> String
|
|
1700
1709
|
# resp.event_destinations[0].enabled #=> Boolean
|
|
1701
1710
|
# resp.event_destinations[0].matching_event_types #=> Array
|
|
1702
|
-
# 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"
|
|
1711
|
+
# 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", "RCS_ALL", "RCS_QUEUED", "RCS_SENT", "RCS_DELIVERED", "RCS_READ", "RCS_FAILED", "RCS_TTL_EXPIRED", "RCS_PROTECT_BLOCKED", "RCS_FALLEN_BACK_TO_SMS"
|
|
1703
1712
|
# resp.event_destinations[0].cloud_watch_logs_destination.iam_role_arn #=> String
|
|
1704
1713
|
# resp.event_destinations[0].cloud_watch_logs_destination.log_group_arn #=> String
|
|
1705
1714
|
# resp.event_destinations[0].kinesis_firehose_destination.iam_role_arn #=> String
|
|
@@ -1837,7 +1846,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
1837
1846
|
# resp.event_destination.event_destination_name #=> String
|
|
1838
1847
|
# resp.event_destination.enabled #=> Boolean
|
|
1839
1848
|
# resp.event_destination.matching_event_types #=> Array
|
|
1840
|
-
# 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"
|
|
1849
|
+
# 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", "RCS_ALL", "RCS_QUEUED", "RCS_SENT", "RCS_DELIVERED", "RCS_READ", "RCS_FAILED", "RCS_TTL_EXPIRED", "RCS_PROTECT_BLOCKED", "RCS_FALLEN_BACK_TO_SMS"
|
|
1841
1850
|
# resp.event_destination.cloud_watch_logs_destination.iam_role_arn #=> String
|
|
1842
1851
|
# resp.event_destination.cloud_watch_logs_destination.log_group_arn #=> String
|
|
1843
1852
|
# resp.event_destination.kinesis_firehose_destination.iam_role_arn #=> String
|
|
@@ -2317,6 +2326,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
2317
2326
|
# * {Types::DeleteRcsAgentResult#two_way_channel_arn #two_way_channel_arn} => String
|
|
2318
2327
|
# * {Types::DeleteRcsAgentResult#two_way_channel_role #two_way_channel_role} => String
|
|
2319
2328
|
# * {Types::DeleteRcsAgentResult#two_way_enabled #two_way_enabled} => Boolean
|
|
2329
|
+
# * {Types::DeleteRcsAgentResult#two_way_rcs_events_enabled #two_way_rcs_events_enabled} => Array<String>
|
|
2320
2330
|
#
|
|
2321
2331
|
# @example Request syntax with placeholder values
|
|
2322
2332
|
#
|
|
@@ -2336,6 +2346,8 @@ module Aws::PinpointSMSVoiceV2
|
|
|
2336
2346
|
# resp.two_way_channel_arn #=> String
|
|
2337
2347
|
# resp.two_way_channel_role #=> String
|
|
2338
2348
|
# resp.two_way_enabled #=> Boolean
|
|
2349
|
+
# resp.two_way_rcs_events_enabled #=> Array
|
|
2350
|
+
# resp.two_way_rcs_events_enabled[0] #=> String
|
|
2339
2351
|
#
|
|
2340
2352
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-v2-2022-03-31/DeleteRcsAgent AWS API Documentation
|
|
2341
2353
|
#
|
|
@@ -2346,6 +2358,27 @@ module Aws::PinpointSMSVoiceV2
|
|
|
2346
2358
|
req.send_request(options)
|
|
2347
2359
|
end
|
|
2348
2360
|
|
|
2361
|
+
# Deletes an account-level monthly spending limit override for sending
|
|
2362
|
+
# RCS messages. Deleting a spend limit override sets the `EnforcedLimit`
|
|
2363
|
+
# to equal the `MaxLimit`, which is set by Amazon Web Services.
|
|
2364
|
+
#
|
|
2365
|
+
# @return [Types::DeleteRcsMessageSpendLimitOverrideResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
2366
|
+
#
|
|
2367
|
+
# * {Types::DeleteRcsMessageSpendLimitOverrideResult#monthly_limit #monthly_limit} => Integer
|
|
2368
|
+
#
|
|
2369
|
+
# @example Response structure
|
|
2370
|
+
#
|
|
2371
|
+
# resp.monthly_limit #=> Integer
|
|
2372
|
+
#
|
|
2373
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-v2-2022-03-31/DeleteRcsMessageSpendLimitOverride AWS API Documentation
|
|
2374
|
+
#
|
|
2375
|
+
# @overload delete_rcs_message_spend_limit_override(params = {})
|
|
2376
|
+
# @param [Hash] params ({})
|
|
2377
|
+
def delete_rcs_message_spend_limit_override(params = {}, options = {})
|
|
2378
|
+
req = build_request(:delete_rcs_message_spend_limit_override, params)
|
|
2379
|
+
req.send_request(options)
|
|
2380
|
+
end
|
|
2381
|
+
|
|
2349
2382
|
# Permanently delete an existing registration from your account.
|
|
2350
2383
|
#
|
|
2351
2384
|
# @option params [required, String] :registration_id
|
|
@@ -2752,7 +2785,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
2752
2785
|
# resp.configuration_sets[0].event_destinations[0].event_destination_name #=> String
|
|
2753
2786
|
# resp.configuration_sets[0].event_destinations[0].enabled #=> Boolean
|
|
2754
2787
|
# resp.configuration_sets[0].event_destinations[0].matching_event_types #=> Array
|
|
2755
|
-
# 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"
|
|
2788
|
+
# 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", "RCS_ALL", "RCS_QUEUED", "RCS_SENT", "RCS_DELIVERED", "RCS_READ", "RCS_FAILED", "RCS_TTL_EXPIRED", "RCS_PROTECT_BLOCKED", "RCS_FALLEN_BACK_TO_SMS"
|
|
2756
2789
|
# resp.configuration_sets[0].event_destinations[0].cloud_watch_logs_destination.iam_role_arn #=> String
|
|
2757
2790
|
# resp.configuration_sets[0].event_destinations[0].cloud_watch_logs_destination.log_group_arn #=> String
|
|
2758
2791
|
# resp.configuration_sets[0].event_destinations[0].kinesis_firehose_destination.iam_role_arn #=> String
|
|
@@ -3636,6 +3669,11 @@ module Aws::PinpointSMSVoiceV2
|
|
|
3636
3669
|
# resp.rcs_agents[0].two_way_channel_role #=> String
|
|
3637
3670
|
# resp.rcs_agents[0].two_way_enabled #=> Boolean
|
|
3638
3671
|
# resp.rcs_agents[0].pool_id #=> String
|
|
3672
|
+
# resp.rcs_agents[0].two_way_media_s3_bucket_name #=> String
|
|
3673
|
+
# resp.rcs_agents[0].two_way_media_s3_key_prefix #=> String
|
|
3674
|
+
# resp.rcs_agents[0].two_way_media_s3_role #=> String
|
|
3675
|
+
# resp.rcs_agents[0].two_way_rcs_events_enabled #=> Array
|
|
3676
|
+
# resp.rcs_agents[0].two_way_rcs_events_enabled[0] #=> String
|
|
3639
3677
|
# resp.rcs_agents[0].testing_agent.status #=> String, one of "CREATED", "PENDING", "ACTIVE"
|
|
3640
3678
|
# resp.rcs_agents[0].testing_agent.testing_agent_id #=> String
|
|
3641
3679
|
# resp.rcs_agents[0].testing_agent.registration_id #=> String
|
|
@@ -4227,7 +4265,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
4227
4265
|
# @example Response structure
|
|
4228
4266
|
#
|
|
4229
4267
|
# resp.spend_limits #=> Array
|
|
4230
|
-
# resp.spend_limits[0].name #=> String, one of "TEXT_MESSAGE_MONTHLY_SPEND_LIMIT", "VOICE_MESSAGE_MONTHLY_SPEND_LIMIT", "MEDIA_MESSAGE_MONTHLY_SPEND_LIMIT", "NOTIFY_MESSAGE_MONTHLY_SPEND_LIMIT"
|
|
4268
|
+
# resp.spend_limits[0].name #=> String, one of "TEXT_MESSAGE_MONTHLY_SPEND_LIMIT", "VOICE_MESSAGE_MONTHLY_SPEND_LIMIT", "MEDIA_MESSAGE_MONTHLY_SPEND_LIMIT", "NOTIFY_MESSAGE_MONTHLY_SPEND_LIMIT", "RCS_MESSAGE_MONTHLY_SPEND_LIMIT"
|
|
4231
4269
|
# resp.spend_limits[0].enforced_limit #=> Integer
|
|
4232
4270
|
# resp.spend_limits[0].max_limit #=> Integer
|
|
4233
4271
|
# resp.spend_limits[0].overridden #=> Boolean
|
|
@@ -5452,7 +5490,10 @@ module Aws::PinpointSMSVoiceV2
|
|
|
5452
5490
|
# Request a new sender ID that doesn't require registration.
|
|
5453
5491
|
#
|
|
5454
5492
|
# @option params [required, String] :sender_id
|
|
5455
|
-
# The sender ID string to request.
|
|
5493
|
+
# The sender ID string to request. The sender ID can be 1-11
|
|
5494
|
+
# alphanumeric characters including letters (A-Z, a-z), numbers (0-9),
|
|
5495
|
+
# or hyphens (-). The sender ID must contain at least one letter and
|
|
5496
|
+
# cannot start or end with a hyphen.
|
|
5456
5497
|
#
|
|
5457
5498
|
# @option params [required, String] :iso_country_code
|
|
5458
5499
|
# The two-character code, in ISO 3166-1 alpha-2 format, for the country
|
|
@@ -5910,6 +5951,258 @@ module Aws::PinpointSMSVoiceV2
|
|
|
5910
5951
|
req.send_request(options)
|
|
5911
5952
|
end
|
|
5912
5953
|
|
|
5954
|
+
# Creates a new RCS message and sends it to a recipient's phone number.
|
|
5955
|
+
# RCS messages support rich content including text, files, rich cards,
|
|
5956
|
+
# and carousels with interactive suggested actions.
|
|
5957
|
+
#
|
|
5958
|
+
# @option params [required, String] :destination_phone_number
|
|
5959
|
+
# The destination phone number in E.164 format.
|
|
5960
|
+
#
|
|
5961
|
+
# @option params [required, String] :origination_identity
|
|
5962
|
+
# The origination identity of the message. This can be either the
|
|
5963
|
+
# RcsAgentId, RcsAgentArn, PoolId, or PoolArn.
|
|
5964
|
+
#
|
|
5965
|
+
# @option params [Types::RcsMessageContent] :rcs_message_content
|
|
5966
|
+
# The content of the RCS message. Contains the message content (text,
|
|
5967
|
+
# file, rich card, or carousel) and optional message-level suggested
|
|
5968
|
+
# actions.
|
|
5969
|
+
#
|
|
5970
|
+
# @option params [Integer] :time_to_live
|
|
5971
|
+
# The duration in seconds that the RCS message is valid for delivery. If
|
|
5972
|
+
# the message cannot be delivered within this duration, it is considered
|
|
5973
|
+
# expired. Valid values are 1 to 172800 (48 hours). If a
|
|
5974
|
+
# FallbackConfiguration is provided, the fallback is triggered when the
|
|
5975
|
+
# duration expires without delivery confirmation.
|
|
5976
|
+
#
|
|
5977
|
+
# @option params [String] :message_traffic_type
|
|
5978
|
+
# The traffic type of the RCS message. Valid values are AUTHENTICATION,
|
|
5979
|
+
# TRANSACTION, PROMOTION, SERVICE\_REQUEST, and ACKNOWLEDGEMENT. This
|
|
5980
|
+
# field is reserved for future use.
|
|
5981
|
+
#
|
|
5982
|
+
# @option params [Types::RcsFallbackConfiguration] :fallback_configuration
|
|
5983
|
+
# Configuration for SMS or MMS fallback when RCS delivery fails. If
|
|
5984
|
+
# provided, the service sends a fallback message via the specified
|
|
5985
|
+
# channel when the RCS message fails or the TimeToLive expires.
|
|
5986
|
+
#
|
|
5987
|
+
# @option params [String] :protect_configuration_id
|
|
5988
|
+
# The unique identifier of the protect configuration to use.
|
|
5989
|
+
#
|
|
5990
|
+
# @option params [String] :configuration_set_name
|
|
5991
|
+
# The name of the configuration set to use. This can be either the
|
|
5992
|
+
# ConfigurationSetName or ConfigurationSetArn.
|
|
5993
|
+
#
|
|
5994
|
+
# @option params [String] :max_price
|
|
5995
|
+
# The maximum amount that you want to spend, in US dollars, per each RCS
|
|
5996
|
+
# message.
|
|
5997
|
+
#
|
|
5998
|
+
# @option params [Boolean] :dry_run
|
|
5999
|
+
# When set to true, the message is checked and validated, but isn't
|
|
6000
|
+
# sent to the end recipient.
|
|
6001
|
+
#
|
|
6002
|
+
# @option params [Hash<String,String>] :context
|
|
6003
|
+
# You can specify custom data in this field. If you do, that data is
|
|
6004
|
+
# logged to the event destination.
|
|
6005
|
+
#
|
|
6006
|
+
# @option params [Boolean] :message_feedback_enabled
|
|
6007
|
+
# Set to true to enable message feedback for the message. When a user
|
|
6008
|
+
# receives the message you need to update the message status using
|
|
6009
|
+
# PutMessageFeedback.
|
|
6010
|
+
#
|
|
6011
|
+
# @return [Types::SendRcsMessageResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
6012
|
+
#
|
|
6013
|
+
# * {Types::SendRcsMessageResult#message_id #message_id} => String
|
|
6014
|
+
#
|
|
6015
|
+
# @example Request syntax with placeholder values
|
|
6016
|
+
#
|
|
6017
|
+
# resp = client.send_rcs_message({
|
|
6018
|
+
# destination_phone_number: "PhoneNumber", # required
|
|
6019
|
+
# origination_identity: "RcsMessageOriginationIdentity", # required
|
|
6020
|
+
# rcs_message_content: {
|
|
6021
|
+
# content: { # required
|
|
6022
|
+
# text_message: {
|
|
6023
|
+
# body: "RcsTextBody", # required
|
|
6024
|
+
# },
|
|
6025
|
+
# file_message: {
|
|
6026
|
+
# file_url: "RcsMediaUrl", # required
|
|
6027
|
+
# thumbnail_url: "RcsMediaUrl",
|
|
6028
|
+
# },
|
|
6029
|
+
# rich_card: {
|
|
6030
|
+
# card_orientation: "RcsStandaloneCardCardOrientationString", # required
|
|
6031
|
+
# thumbnail_image_alignment: "RcsStandaloneCardThumbnailImageAlignmentString",
|
|
6032
|
+
# card_content: { # required
|
|
6033
|
+
# title: "RcsCardTitle",
|
|
6034
|
+
# description: "RcsCardDescription",
|
|
6035
|
+
# media: {
|
|
6036
|
+
# file_url: "RcsMediaUrl", # required
|
|
6037
|
+
# thumbnail_url: "RcsMediaUrl",
|
|
6038
|
+
# height: "RcsCardMediaHeightString",
|
|
6039
|
+
# },
|
|
6040
|
+
# suggestions: [
|
|
6041
|
+
# {
|
|
6042
|
+
# reply: {
|
|
6043
|
+
# text: "RcsSuggestedActionText", # required
|
|
6044
|
+
# postback_data: "RcsPostbackData", # required
|
|
6045
|
+
# },
|
|
6046
|
+
# open_url: {
|
|
6047
|
+
# text: "RcsSuggestedActionText", # required
|
|
6048
|
+
# postback_data: "RcsPostbackData", # required
|
|
6049
|
+
# url: "RcsOpenUrlValue", # required
|
|
6050
|
+
# application: "RcsOpenUrlActionApplicationString",
|
|
6051
|
+
# webview_view_mode: "RcsOpenUrlActionWebviewViewModeString",
|
|
6052
|
+
# },
|
|
6053
|
+
# dial_phone: {
|
|
6054
|
+
# text: "RcsSuggestedActionText", # required
|
|
6055
|
+
# postback_data: "RcsPostbackData", # required
|
|
6056
|
+
# phone_number: "PhoneNumber", # required
|
|
6057
|
+
# },
|
|
6058
|
+
# show_location: {
|
|
6059
|
+
# text: "RcsSuggestedActionText", # required
|
|
6060
|
+
# postback_data: "RcsPostbackData", # required
|
|
6061
|
+
# latitude: 1.0, # required
|
|
6062
|
+
# longitude: 1.0, # required
|
|
6063
|
+
# label: "RcsLocationLabel",
|
|
6064
|
+
# },
|
|
6065
|
+
# request_location: {
|
|
6066
|
+
# text: "RcsSuggestedActionText", # required
|
|
6067
|
+
# postback_data: "RcsPostbackData", # required
|
|
6068
|
+
# },
|
|
6069
|
+
# create_calendar_event: {
|
|
6070
|
+
# text: "RcsSuggestedActionText", # required
|
|
6071
|
+
# postback_data: "RcsPostbackData", # required
|
|
6072
|
+
# title: "RcsCalendarEventTitle", # required
|
|
6073
|
+
# start_time: Time.now, # required
|
|
6074
|
+
# end_time: Time.now, # required
|
|
6075
|
+
# description: "RcsCalendarEventDescription",
|
|
6076
|
+
# },
|
|
6077
|
+
# },
|
|
6078
|
+
# ],
|
|
6079
|
+
# },
|
|
6080
|
+
# },
|
|
6081
|
+
# carousel: {
|
|
6082
|
+
# card_width: "RcsCarouselCardWidthString", # required
|
|
6083
|
+
# card_contents: [ # required
|
|
6084
|
+
# {
|
|
6085
|
+
# title: "RcsCardTitle",
|
|
6086
|
+
# description: "RcsCardDescription",
|
|
6087
|
+
# media: {
|
|
6088
|
+
# file_url: "RcsMediaUrl", # required
|
|
6089
|
+
# thumbnail_url: "RcsMediaUrl",
|
|
6090
|
+
# height: "RcsCarouselCardMediaHeightString",
|
|
6091
|
+
# },
|
|
6092
|
+
# suggestions: [
|
|
6093
|
+
# {
|
|
6094
|
+
# reply: {
|
|
6095
|
+
# text: "RcsSuggestedActionText", # required
|
|
6096
|
+
# postback_data: "RcsPostbackData", # required
|
|
6097
|
+
# },
|
|
6098
|
+
# open_url: {
|
|
6099
|
+
# text: "RcsSuggestedActionText", # required
|
|
6100
|
+
# postback_data: "RcsPostbackData", # required
|
|
6101
|
+
# url: "RcsOpenUrlValue", # required
|
|
6102
|
+
# application: "RcsOpenUrlActionApplicationString",
|
|
6103
|
+
# webview_view_mode: "RcsOpenUrlActionWebviewViewModeString",
|
|
6104
|
+
# },
|
|
6105
|
+
# dial_phone: {
|
|
6106
|
+
# text: "RcsSuggestedActionText", # required
|
|
6107
|
+
# postback_data: "RcsPostbackData", # required
|
|
6108
|
+
# phone_number: "PhoneNumber", # required
|
|
6109
|
+
# },
|
|
6110
|
+
# show_location: {
|
|
6111
|
+
# text: "RcsSuggestedActionText", # required
|
|
6112
|
+
# postback_data: "RcsPostbackData", # required
|
|
6113
|
+
# latitude: 1.0, # required
|
|
6114
|
+
# longitude: 1.0, # required
|
|
6115
|
+
# label: "RcsLocationLabel",
|
|
6116
|
+
# },
|
|
6117
|
+
# request_location: {
|
|
6118
|
+
# text: "RcsSuggestedActionText", # required
|
|
6119
|
+
# postback_data: "RcsPostbackData", # required
|
|
6120
|
+
# },
|
|
6121
|
+
# create_calendar_event: {
|
|
6122
|
+
# text: "RcsSuggestedActionText", # required
|
|
6123
|
+
# postback_data: "RcsPostbackData", # required
|
|
6124
|
+
# title: "RcsCalendarEventTitle", # required
|
|
6125
|
+
# start_time: Time.now, # required
|
|
6126
|
+
# end_time: Time.now, # required
|
|
6127
|
+
# description: "RcsCalendarEventDescription",
|
|
6128
|
+
# },
|
|
6129
|
+
# },
|
|
6130
|
+
# ],
|
|
6131
|
+
# },
|
|
6132
|
+
# ],
|
|
6133
|
+
# },
|
|
6134
|
+
# },
|
|
6135
|
+
# suggestions: [
|
|
6136
|
+
# {
|
|
6137
|
+
# reply: {
|
|
6138
|
+
# text: "RcsSuggestedActionText", # required
|
|
6139
|
+
# postback_data: "RcsPostbackData", # required
|
|
6140
|
+
# },
|
|
6141
|
+
# open_url: {
|
|
6142
|
+
# text: "RcsSuggestedActionText", # required
|
|
6143
|
+
# postback_data: "RcsPostbackData", # required
|
|
6144
|
+
# url: "RcsOpenUrlValue", # required
|
|
6145
|
+
# application: "RcsOpenUrlActionApplicationString",
|
|
6146
|
+
# webview_view_mode: "RcsOpenUrlActionWebviewViewModeString",
|
|
6147
|
+
# },
|
|
6148
|
+
# dial_phone: {
|
|
6149
|
+
# text: "RcsSuggestedActionText", # required
|
|
6150
|
+
# postback_data: "RcsPostbackData", # required
|
|
6151
|
+
# phone_number: "PhoneNumber", # required
|
|
6152
|
+
# },
|
|
6153
|
+
# show_location: {
|
|
6154
|
+
# text: "RcsSuggestedActionText", # required
|
|
6155
|
+
# postback_data: "RcsPostbackData", # required
|
|
6156
|
+
# latitude: 1.0, # required
|
|
6157
|
+
# longitude: 1.0, # required
|
|
6158
|
+
# label: "RcsLocationLabel",
|
|
6159
|
+
# },
|
|
6160
|
+
# request_location: {
|
|
6161
|
+
# text: "RcsSuggestedActionText", # required
|
|
6162
|
+
# postback_data: "RcsPostbackData", # required
|
|
6163
|
+
# },
|
|
6164
|
+
# create_calendar_event: {
|
|
6165
|
+
# text: "RcsSuggestedActionText", # required
|
|
6166
|
+
# postback_data: "RcsPostbackData", # required
|
|
6167
|
+
# title: "RcsCalendarEventTitle", # required
|
|
6168
|
+
# start_time: Time.now, # required
|
|
6169
|
+
# end_time: Time.now, # required
|
|
6170
|
+
# description: "RcsCalendarEventDescription",
|
|
6171
|
+
# },
|
|
6172
|
+
# },
|
|
6173
|
+
# ],
|
|
6174
|
+
# },
|
|
6175
|
+
# time_to_live: 1,
|
|
6176
|
+
# message_traffic_type: "RcsMessageTrafficType",
|
|
6177
|
+
# fallback_configuration: {
|
|
6178
|
+
# channel: "SMS", # required, accepts SMS, MMS
|
|
6179
|
+
# message_body: "RcsFallbackMessageBody",
|
|
6180
|
+
# media_urls: ["MediaUrlValue"],
|
|
6181
|
+
# origination_identity: "RcsFallbackOriginationIdentity",
|
|
6182
|
+
# },
|
|
6183
|
+
# protect_configuration_id: "ProtectConfigurationIdOrArn",
|
|
6184
|
+
# configuration_set_name: "ConfigurationSetNameOrArn",
|
|
6185
|
+
# max_price: "MaxPrice",
|
|
6186
|
+
# dry_run: false,
|
|
6187
|
+
# context: {
|
|
6188
|
+
# "ContextKey" => "ContextValue",
|
|
6189
|
+
# },
|
|
6190
|
+
# message_feedback_enabled: false,
|
|
6191
|
+
# })
|
|
6192
|
+
#
|
|
6193
|
+
# @example Response structure
|
|
6194
|
+
#
|
|
6195
|
+
# resp.message_id #=> String
|
|
6196
|
+
#
|
|
6197
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-v2-2022-03-31/SendRcsMessage AWS API Documentation
|
|
6198
|
+
#
|
|
6199
|
+
# @overload send_rcs_message(params = {})
|
|
6200
|
+
# @param [Hash] params ({})
|
|
6201
|
+
def send_rcs_message(params = {}, options = {})
|
|
6202
|
+
req = build_request(:send_rcs_message, params)
|
|
6203
|
+
req.send_request(options)
|
|
6204
|
+
end
|
|
6205
|
+
|
|
5913
6206
|
# Creates a new text message and sends it to a recipient's phone
|
|
5914
6207
|
# number. SendTextMessage only sends an SMS message to one recipient
|
|
5915
6208
|
# each time it is invoked.
|
|
@@ -5930,8 +6223,8 @@ module Aws::PinpointSMSVoiceV2
|
|
|
5930
6223
|
#
|
|
5931
6224
|
# @option params [String] :origination_identity
|
|
5932
6225
|
# The origination identity of the message. This can be either the
|
|
5933
|
-
# PhoneNumber, PhoneNumberId, PhoneNumberArn,
|
|
5934
|
-
# PoolId, or PoolArn.
|
|
6226
|
+
# PhoneNumber, PhoneNumberId, PhoneNumberArn, RcsAgentId, RcsAgentArn,
|
|
6227
|
+
# SenderId, SenderIdArn, PoolId, or PoolArn.
|
|
5935
6228
|
#
|
|
5936
6229
|
# If you are using a shared End User Messaging SMS resource then you
|
|
5937
6230
|
# must use the full Amazon Resource Name(ARN).
|
|
@@ -6393,6 +6686,36 @@ module Aws::PinpointSMSVoiceV2
|
|
|
6393
6686
|
req.send_request(options)
|
|
6394
6687
|
end
|
|
6395
6688
|
|
|
6689
|
+
# Sets an account level monthly spend limit override for sending RCS
|
|
6690
|
+
# messages. The requested spend limit must be less than or equal to the
|
|
6691
|
+
# `MaxLimit`, which is set by Amazon Web Services.
|
|
6692
|
+
#
|
|
6693
|
+
# @option params [required, Integer] :monthly_limit
|
|
6694
|
+
# The new monthly limit to enforce on RCS message spending.
|
|
6695
|
+
#
|
|
6696
|
+
# @return [Types::SetRcsMessageSpendLimitOverrideResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
6697
|
+
#
|
|
6698
|
+
# * {Types::SetRcsMessageSpendLimitOverrideResult#monthly_limit #monthly_limit} => Integer
|
|
6699
|
+
#
|
|
6700
|
+
# @example Request syntax with placeholder values
|
|
6701
|
+
#
|
|
6702
|
+
# resp = client.set_rcs_message_spend_limit_override({
|
|
6703
|
+
# monthly_limit: 1, # required
|
|
6704
|
+
# })
|
|
6705
|
+
#
|
|
6706
|
+
# @example Response structure
|
|
6707
|
+
#
|
|
6708
|
+
# resp.monthly_limit #=> Integer
|
|
6709
|
+
#
|
|
6710
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-v2-2022-03-31/SetRcsMessageSpendLimitOverride AWS API Documentation
|
|
6711
|
+
#
|
|
6712
|
+
# @overload set_rcs_message_spend_limit_override(params = {})
|
|
6713
|
+
# @param [Hash] params ({})
|
|
6714
|
+
def set_rcs_message_spend_limit_override(params = {}, options = {})
|
|
6715
|
+
req = build_request(:set_rcs_message_spend_limit_override, params)
|
|
6716
|
+
req.send_request(options)
|
|
6717
|
+
end
|
|
6718
|
+
|
|
6396
6719
|
# Sets an account level monthly spend limit override for sending text
|
|
6397
6720
|
# messages. The requested spend limit must be less than or equal to the
|
|
6398
6721
|
# `MaxLimit`, which is set by Amazon Web Services.
|
|
@@ -6629,7 +6952,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
6629
6952
|
# configuration_set_name: "ConfigurationSetNameOrArn", # required
|
|
6630
6953
|
# event_destination_name: "EventDestinationName", # required
|
|
6631
6954
|
# enabled: false,
|
|
6632
|
-
# 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
|
|
6955
|
+
# 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, RCS_ALL, RCS_QUEUED, RCS_SENT, RCS_DELIVERED, RCS_READ, RCS_FAILED, RCS_TTL_EXPIRED, RCS_PROTECT_BLOCKED, RCS_FALLEN_BACK_TO_SMS
|
|
6633
6956
|
# cloud_watch_logs_destination: {
|
|
6634
6957
|
# iam_role_arn: "IamRoleArn", # required
|
|
6635
6958
|
# log_group_arn: "LogGroupArn", # required
|
|
@@ -6650,7 +6973,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
6650
6973
|
# resp.event_destination.event_destination_name #=> String
|
|
6651
6974
|
# resp.event_destination.enabled #=> Boolean
|
|
6652
6975
|
# resp.event_destination.matching_event_types #=> Array
|
|
6653
|
-
# 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"
|
|
6976
|
+
# 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", "RCS_ALL", "RCS_QUEUED", "RCS_SENT", "RCS_DELIVERED", "RCS_READ", "RCS_FAILED", "RCS_TTL_EXPIRED", "RCS_PROTECT_BLOCKED", "RCS_FALLEN_BACK_TO_SMS"
|
|
6654
6977
|
# resp.event_destination.cloud_watch_logs_destination.iam_role_arn #=> String
|
|
6655
6978
|
# resp.event_destination.cloud_watch_logs_destination.log_group_arn #=> String
|
|
6656
6979
|
# resp.event_destination.kinesis_firehose_destination.iam_role_arn #=> String
|
|
@@ -6676,12 +6999,17 @@ module Aws::PinpointSMSVoiceV2
|
|
|
6676
6999
|
# DescribeNotifyConfigurations operation.
|
|
6677
7000
|
#
|
|
6678
7001
|
# @option params [String] :default_template_id
|
|
6679
|
-
# The template
|
|
6680
|
-
#
|
|
7002
|
+
# The default template identifier to associate with the notify
|
|
7003
|
+
# configuration. If specified, this template is used when sending
|
|
7004
|
+
# messages without an explicit template identifier. Pass the special
|
|
7005
|
+
# value `UNSET_DEFAULT_TEMPLATE` to clear the current default template
|
|
7006
|
+
# from the notify configuration.
|
|
6681
7007
|
#
|
|
6682
7008
|
# @option params [String] :pool_id
|
|
6683
|
-
# The pool
|
|
6684
|
-
#
|
|
7009
|
+
# The pool identifier or Amazon Resource Name (ARN) to associate with
|
|
7010
|
+
# the notify configuration. Pass the special value
|
|
7011
|
+
# `UNSET_DEFAULT_POOL_FOR_NOTIFY` to clear the current default pool from
|
|
7012
|
+
# the notify configuration.
|
|
6685
7013
|
#
|
|
6686
7014
|
# @option params [Array<String>] :enabled_countries
|
|
6687
7015
|
# An array of two-character ISO country codes, in ISO 3166-1 alpha-2
|
|
@@ -7136,6 +7464,29 @@ module Aws::PinpointSMSVoiceV2
|
|
|
7136
7464
|
# By default this is set to false. When set to true you can receive
|
|
7137
7465
|
# incoming text messages from your end recipients.
|
|
7138
7466
|
#
|
|
7467
|
+
# @option params [String] :two_way_media_s3_bucket_name
|
|
7468
|
+
# The name of the S3 bucket where inbound RCS media files are stored.
|
|
7469
|
+
# Two-way messaging must be enabled on the agent. To remove the media
|
|
7470
|
+
# configuration, pass the sentinel value `UNSET_RCS_MEDIA_CONFIGURATION`
|
|
7471
|
+
# for both this field and TwoWayMediaS3Role.
|
|
7472
|
+
#
|
|
7473
|
+
# @option params [String] :two_way_media_s3_key_prefix
|
|
7474
|
+
# The key prefix used for inbound RCS media objects in the S3 bucket.
|
|
7475
|
+
#
|
|
7476
|
+
# @option params [String] :two_way_media_s3_role
|
|
7477
|
+
# The ARN of the IAM role used to write inbound RCS media files to the
|
|
7478
|
+
# S3 bucket. The role must have `s3:PutObject` permission on the bucket
|
|
7479
|
+
# and a trust policy allowing `sms-voice.amazonaws.com` to assume it. To
|
|
7480
|
+
# remove the media configuration, pass the sentinel value
|
|
7481
|
+
# `UNSET_RCS_MEDIA_CONFIGURATION` for both this field and
|
|
7482
|
+
# TwoWayMediaS3BucketName.
|
|
7483
|
+
#
|
|
7484
|
+
# @option params [Array<String>] :two_way_rcs_events_enabled
|
|
7485
|
+
# The list of RCS event types to enable for two-way messaging. Pass an
|
|
7486
|
+
# empty list to disable all event types. The special value `ALL` enables
|
|
7487
|
+
# all current and future event types and must be the sole element if
|
|
7488
|
+
# used.
|
|
7489
|
+
#
|
|
7139
7490
|
# @return [Types::UpdateRcsAgentResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
7140
7491
|
#
|
|
7141
7492
|
# * {Types::UpdateRcsAgentResult#rcs_agent_arn #rcs_agent_arn} => String
|
|
@@ -7148,6 +7499,10 @@ module Aws::PinpointSMSVoiceV2
|
|
|
7148
7499
|
# * {Types::UpdateRcsAgentResult#two_way_channel_arn #two_way_channel_arn} => String
|
|
7149
7500
|
# * {Types::UpdateRcsAgentResult#two_way_channel_role #two_way_channel_role} => String
|
|
7150
7501
|
# * {Types::UpdateRcsAgentResult#two_way_enabled #two_way_enabled} => Boolean
|
|
7502
|
+
# * {Types::UpdateRcsAgentResult#two_way_media_s3_bucket_name #two_way_media_s3_bucket_name} => String
|
|
7503
|
+
# * {Types::UpdateRcsAgentResult#two_way_media_s3_key_prefix #two_way_media_s3_key_prefix} => String
|
|
7504
|
+
# * {Types::UpdateRcsAgentResult#two_way_media_s3_role #two_way_media_s3_role} => String
|
|
7505
|
+
# * {Types::UpdateRcsAgentResult#two_way_rcs_events_enabled #two_way_rcs_events_enabled} => Array<String>
|
|
7151
7506
|
#
|
|
7152
7507
|
# @example Request syntax with placeholder values
|
|
7153
7508
|
#
|
|
@@ -7159,6 +7514,10 @@ module Aws::PinpointSMSVoiceV2
|
|
|
7159
7514
|
# two_way_channel_arn: "TwoWayChannelArn",
|
|
7160
7515
|
# two_way_channel_role: "IamRoleArn",
|
|
7161
7516
|
# two_way_enabled: false,
|
|
7517
|
+
# two_way_media_s3_bucket_name: "TwoWayMediaS3BucketNameOrUnset",
|
|
7518
|
+
# two_way_media_s3_key_prefix: "TwoWayMediaS3KeyPrefix",
|
|
7519
|
+
# two_way_media_s3_role: "IamRoleArnOrUnset",
|
|
7520
|
+
# two_way_rcs_events_enabled: ["RcsEventType"],
|
|
7162
7521
|
# })
|
|
7163
7522
|
#
|
|
7164
7523
|
# @example Response structure
|
|
@@ -7173,6 +7532,11 @@ module Aws::PinpointSMSVoiceV2
|
|
|
7173
7532
|
# resp.two_way_channel_arn #=> String
|
|
7174
7533
|
# resp.two_way_channel_role #=> String
|
|
7175
7534
|
# resp.two_way_enabled #=> Boolean
|
|
7535
|
+
# resp.two_way_media_s3_bucket_name #=> String
|
|
7536
|
+
# resp.two_way_media_s3_key_prefix #=> String
|
|
7537
|
+
# resp.two_way_media_s3_role #=> String
|
|
7538
|
+
# resp.two_way_rcs_events_enabled #=> Array
|
|
7539
|
+
# resp.two_way_rcs_events_enabled[0] #=> String
|
|
7176
7540
|
#
|
|
7177
7541
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-v2-2022-03-31/UpdateRcsAgent AWS API Documentation
|
|
7178
7542
|
#
|
|
@@ -7297,7 +7661,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
7297
7661
|
tracer: tracer
|
|
7298
7662
|
)
|
|
7299
7663
|
context[:gem_name] = 'aws-sdk-pinpointsmsvoicev2'
|
|
7300
|
-
context[:gem_version] = '1.
|
|
7664
|
+
context[:gem_version] = '1.59.0'
|
|
7301
7665
|
Seahorse::Client::Request.new(handlers, context)
|
|
7302
7666
|
end
|
|
7303
7667
|
|