aws-sdk-pinpointsmsvoicev2 1.19.0 → 1.21.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-pinpointsmsvoicev2/client.rb +123 -77
- data/lib/aws-sdk-pinpointsmsvoicev2/client_api.rb +2 -0
- data/lib/aws-sdk-pinpointsmsvoicev2/types.rb +110 -70
- data/lib/aws-sdk-pinpointsmsvoicev2.rb +1 -1
- data/sig/client.rbs +1 -0
- data/sig/resource.rbs +1 -0
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1d29fa4cb00903b6ca10383192407fcde9b6586ade44a9df653370d23d25b825
|
4
|
+
data.tar.gz: 41693a1c47c70221eeaf5d11a1a51f9a45dc7ee654331d40b25c767ce0e56e5d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0fce7d71344dc66443b135bbd72d5c9254d4142a93775e3904640f33bcc5dfbcf743c2a33552da3314760d86f2de463afaa67b98e3f5b5dc04ad25d2b977edec
|
7
|
+
data.tar.gz: a26392f5097a66cf7526365e8a395357aa4524e12ced8a9a0b95d8a1547b5ba681edd1607933bef4dae902dc40af2ffaac86b9c938153e95b3dea423d27df489
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.21.0 (2024-07-24)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Update for rebrand to AWS End User Messaging SMS and Voice.
|
8
|
+
|
9
|
+
1.20.0 (2024-07-02)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.19.0 (2024-06-25)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.21.0
|
@@ -312,6 +312,15 @@ module Aws::PinpointSMSVoiceV2
|
|
312
312
|
#
|
313
313
|
# @option options [String] :session_token
|
314
314
|
#
|
315
|
+
# @option options [Array] :sigv4a_signing_region_set
|
316
|
+
# A list of regions that should be signed with SigV4a signing. When
|
317
|
+
# not passed, a default `:sigv4a_signing_region_set` is searched for
|
318
|
+
# in the following locations:
|
319
|
+
#
|
320
|
+
# * `Aws.config[:sigv4a_signing_region_set]`
|
321
|
+
# * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
|
322
|
+
# * `~/.aws/config`
|
323
|
+
#
|
315
324
|
# @option options [Boolean] :simple_json (false)
|
316
325
|
# Disables request parameter conversion, validation, and formatting.
|
317
326
|
# Also disables response data type conversions. The request parameters
|
@@ -598,15 +607,14 @@ module Aws::PinpointSMSVoiceV2
|
|
598
607
|
# Creates a new event destination in a configuration set.
|
599
608
|
#
|
600
609
|
# An event destination is a location where you send message events. The
|
601
|
-
# event options are Amazon CloudWatch, Amazon
|
602
|
-
#
|
603
|
-
#
|
610
|
+
# event options are Amazon CloudWatch, Amazon Data Firehose, or Amazon
|
611
|
+
# SNS. For example, when a message is delivered successfully, you can
|
612
|
+
# send information about that event to an event destination, or send
|
604
613
|
# notifications to endpoints that are subscribed to an Amazon SNS topic.
|
605
614
|
#
|
606
615
|
# Each configuration set can contain between 0 and 5 event destinations.
|
607
616
|
# Each event destination can contain a reference to a single
|
608
|
-
# destination, such as a CloudWatch or
|
609
|
-
# destination.
|
617
|
+
# destination, such as a CloudWatch or Firehose destination.
|
610
618
|
#
|
611
619
|
# @option params [required, String] :configuration_set_name
|
612
620
|
# Either the name of the configuration set or the configuration set ARN
|
@@ -619,7 +627,8 @@ module Aws::PinpointSMSVoiceV2
|
|
619
627
|
#
|
620
628
|
# @option params [required, Array<String>] :matching_event_types
|
621
629
|
# An array of event types that determine which events to log. If "ALL"
|
622
|
-
# is used, then
|
630
|
+
# is used, then AWS End User Messaging SMS and Voice logs every event
|
631
|
+
# type.
|
623
632
|
#
|
624
633
|
# <note markdown="1"> The `TEXT_SENT` event type is not supported.
|
625
634
|
#
|
@@ -631,7 +640,7 @@ module Aws::PinpointSMSVoiceV2
|
|
631
640
|
#
|
632
641
|
# @option params [Types::KinesisFirehoseDestination] :kinesis_firehose_destination
|
633
642
|
# An object that contains information about an event destination for
|
634
|
-
# logging to Amazon
|
643
|
+
# logging to Amazon Data Firehose.
|
635
644
|
#
|
636
645
|
# @option params [Types::SnsDestination] :sns_destination
|
637
646
|
# An object that contains information about an event destination for
|
@@ -704,8 +713,8 @@ module Aws::PinpointSMSVoiceV2
|
|
704
713
|
# with the keyword "STOP," an entry for the phone number is added to
|
705
714
|
# the opt-out list. In addition to STOP, your recipients can use any
|
706
715
|
# supported opt-out keyword, such as CANCEL or OPTOUT. For a list of
|
707
|
-
# supported opt-out keywords, see [ SMS opt out ][1] in the *
|
708
|
-
#
|
716
|
+
# supported opt-out keywords, see [ SMS opt out ][1] in the *AWS End
|
717
|
+
# User Messaging SMS User Guide*.
|
709
718
|
#
|
710
719
|
#
|
711
720
|
#
|
@@ -786,6 +795,13 @@ module Aws::PinpointSMSVoiceV2
|
|
786
795
|
# PhoneNumberArn while DescribeSenderIds can be used to get the values
|
787
796
|
# for SenderId and SenderIdArn.
|
788
797
|
#
|
798
|
+
# After the pool is created you can add more origination identities to
|
799
|
+
# the pool by using [AssociateOriginationIdentity][1].
|
800
|
+
#
|
801
|
+
#
|
802
|
+
#
|
803
|
+
# [1]: https://docs.aws.amazon.com/pinpoint/latest/apireference_smsvoicev2/API_AssociateOriginationIdentity.html
|
804
|
+
#
|
789
805
|
# @option params [required, String] :iso_country_code
|
790
806
|
# The new two-character code, in ISO 3166-1 alpha-2 format, for the
|
791
807
|
# country or region of the new pool.
|
@@ -793,7 +809,8 @@ module Aws::PinpointSMSVoiceV2
|
|
793
809
|
# @option params [required, String] :message_type
|
794
810
|
# The type of message. Valid values are TRANSACTIONAL for messages that
|
795
811
|
# are critical or time-sensitive and PROMOTIONAL for messages that
|
796
|
-
# aren't critical or time-sensitive.
|
812
|
+
# aren't critical or time-sensitive. After the pool is created the
|
813
|
+
# MessageType can't be changed.
|
797
814
|
#
|
798
815
|
# @option params [Boolean] :deletion_protection_enabled
|
799
816
|
# By default this is set to false. When set to true the pool can't be
|
@@ -1439,8 +1456,8 @@ module Aws::PinpointSMSVoiceV2
|
|
1439
1456
|
# number or pool. It is also a specific word or phrase that an end user
|
1440
1457
|
# can send to your number to elicit a response, such as an informational
|
1441
1458
|
# message or a special offer. When your number receives a message that
|
1442
|
-
# begins with a keyword,
|
1443
|
-
# message.
|
1459
|
+
# begins with a keyword, AWS End User Messaging SMS and Voice responds
|
1460
|
+
# with a customizable message.
|
1444
1461
|
#
|
1445
1462
|
# Keywords "HELP" and "STOP" can't be deleted or modified.
|
1446
1463
|
#
|
@@ -1824,11 +1841,11 @@ module Aws::PinpointSMSVoiceV2
|
|
1824
1841
|
# text messages. Deleting a spend limit override will set the
|
1825
1842
|
# `EnforcedLimit` to equal the `MaxLimit`, which is controlled by Amazon
|
1826
1843
|
# Web Services. For more information on spend limits (quotas) see
|
1827
|
-
# [
|
1844
|
+
# [Quotas ][1] in the *AWS End User Messaging SMS User Guide*.
|
1828
1845
|
#
|
1829
1846
|
#
|
1830
1847
|
#
|
1831
|
-
# [1]: https://docs.aws.amazon.com/
|
1848
|
+
# [1]: https://docs.aws.amazon.com/sms-voice/latest/userguide/quotas.html
|
1832
1849
|
#
|
1833
1850
|
# @return [Types::DeleteTextMessageSpendLimitOverrideResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1834
1851
|
#
|
@@ -1885,11 +1902,11 @@ module Aws::PinpointSMSVoiceV2
|
|
1885
1902
|
# voice messages. Deleting a spend limit override sets the
|
1886
1903
|
# `EnforcedLimit` equal to the `MaxLimit`, which is controlled by Amazon
|
1887
1904
|
# Web Services. For more information on spending limits (quotas) see
|
1888
|
-
# [
|
1905
|
+
# [Quotas ][1] in the *AWS End User Messaging SMS User Guide*.
|
1889
1906
|
#
|
1890
1907
|
#
|
1891
1908
|
#
|
1892
|
-
# [1]: https://docs.aws.amazon.com/
|
1909
|
+
# [1]: https://docs.aws.amazon.com/sms-voice/latest/userguide/quotas.html
|
1893
1910
|
#
|
1894
1911
|
# @return [Types::DeleteVoiceMessageSpendLimitOverrideResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1895
1912
|
#
|
@@ -1914,9 +1931,9 @@ module Aws::PinpointSMSVoiceV2
|
|
1914
1931
|
# you're ready to move your account out of the sandbox, create an
|
1915
1932
|
# Amazon Web Services Support case for a service limit increase request.
|
1916
1933
|
#
|
1917
|
-
# New
|
1918
|
-
#
|
1919
|
-
#
|
1934
|
+
# New accounts are placed into an SMS or voice sandbox. The sandbox
|
1935
|
+
# protects both Amazon Web Services end recipients and SMS or voice
|
1936
|
+
# recipients from fraud and abuse.
|
1920
1937
|
#
|
1921
1938
|
# @option params [String] :next_token
|
1922
1939
|
# The token to be used for the next set of paginated results. You don't
|
@@ -1955,19 +1972,20 @@ module Aws::PinpointSMSVoiceV2
|
|
1955
1972
|
req.send_request(options)
|
1956
1973
|
end
|
1957
1974
|
|
1958
|
-
# Describes the current
|
1959
|
-
# your account. The description for a quota
|
1960
|
-
# current usage toward that quota, and the
|
1975
|
+
# Describes the current AWS End User Messaging SMS and Voice SMS Voice
|
1976
|
+
# V2 resource quotas for your account. The description for a quota
|
1977
|
+
# includes the quota name, current usage toward that quota, and the
|
1978
|
+
# quota's maximum value.
|
1961
1979
|
#
|
1962
1980
|
# When you establish an Amazon Web Services account, the account has
|
1963
1981
|
# initial quotas on the maximum number of configuration sets, opt-out
|
1964
1982
|
# lists, phone numbers, and pools that you can create in a given Region.
|
1965
|
-
# For more information see [
|
1966
|
-
#
|
1983
|
+
# For more information see [Quotas ][1] in the *AWS End User Messaging
|
1984
|
+
# SMS User Guide*.
|
1967
1985
|
#
|
1968
1986
|
#
|
1969
1987
|
#
|
1970
|
-
# [1]: https://docs.aws.amazon.com/
|
1988
|
+
# [1]: https://docs.aws.amazon.com/sms-voice/latest/userguide/quotas.html
|
1971
1989
|
#
|
1972
1990
|
# @option params [String] :next_token
|
1973
1991
|
# The token to be used for the next set of paginated results. You don't
|
@@ -2091,8 +2109,8 @@ module Aws::PinpointSMSVoiceV2
|
|
2091
2109
|
# number or pool. It is also a specific word or phrase that an end user
|
2092
2110
|
# can send to your number to elicit a response, such as an informational
|
2093
2111
|
# message or a special offer. When your number receives a message that
|
2094
|
-
# begins with a keyword,
|
2095
|
-
# message.
|
2112
|
+
# begins with a keyword, AWS End User Messaging SMS and Voice responds
|
2113
|
+
# with a customizable message.
|
2096
2114
|
#
|
2097
2115
|
# If you specify a keyword that isn't valid, an error is returned.
|
2098
2116
|
#
|
@@ -3027,18 +3045,18 @@ module Aws::PinpointSMSVoiceV2
|
|
3027
3045
|
req.send_request(options)
|
3028
3046
|
end
|
3029
3047
|
|
3030
|
-
# Describes the current
|
3031
|
-
#
|
3048
|
+
# Describes the current monthly spend limits for sending voice and text
|
3049
|
+
# messages.
|
3032
3050
|
#
|
3033
3051
|
# When you establish an Amazon Web Services account, the account has
|
3034
3052
|
# initial monthly spend limit in a given Region. For more information on
|
3035
3053
|
# increasing your monthly spend limit, see [ Requesting increases to
|
3036
|
-
# your monthly SMS
|
3037
|
-
#
|
3054
|
+
# your monthly SMS, MMS, or Voice spending quota ][1] in the *AWS End
|
3055
|
+
# User Messaging SMS User Guide*.
|
3038
3056
|
#
|
3039
3057
|
#
|
3040
3058
|
#
|
3041
|
-
# [1]: https://docs.aws.amazon.com/
|
3059
|
+
# [1]: https://docs.aws.amazon.com/sms-voice/latest/userguide/awssupport-spend-threshold.html
|
3042
3060
|
#
|
3043
3061
|
# @option params [String] :next_token
|
3044
3062
|
# The token to be used for the next set of paginated results. You don't
|
@@ -3491,8 +3509,8 @@ module Aws::PinpointSMSVoiceV2
|
|
3491
3509
|
# number or pool. It is also a specific word or phrase that an end user
|
3492
3510
|
# can send to your number to elicit a response, such as an informational
|
3493
3511
|
# message or a special offer. When your number receives a message that
|
3494
|
-
# begins with a keyword,
|
3495
|
-
# message.
|
3512
|
+
# begins with a keyword, AWS End User Messaging SMS and Voice responds
|
3513
|
+
# with a customizable message.
|
3496
3514
|
#
|
3497
3515
|
# If you specify a keyword that isn't valid, an error is returned.
|
3498
3516
|
#
|
@@ -3765,12 +3783,12 @@ module Aws::PinpointSMSVoiceV2
|
|
3765
3783
|
end
|
3766
3784
|
|
3767
3785
|
# Request an origination phone number for use in your account. For more
|
3768
|
-
# information on phone number request see [
|
3769
|
-
# the *
|
3786
|
+
# information on phone number request see [Request a phone number][1] in
|
3787
|
+
# the *AWS End User Messaging SMS User Guide*.
|
3770
3788
|
#
|
3771
3789
|
#
|
3772
3790
|
#
|
3773
|
-
# [1]: https://docs.aws.amazon.com/
|
3791
|
+
# [1]: https://docs.aws.amazon.com/sms-voice/latest/userguide/phone-numbers-request.html
|
3774
3792
|
#
|
3775
3793
|
# @option params [required, String] :iso_country_code
|
3776
3794
|
# The two-character code, in ISO 3166-1 alpha-2 format, for the country
|
@@ -4133,17 +4151,19 @@ module Aws::PinpointSMSVoiceV2
|
|
4133
4151
|
end
|
4134
4152
|
|
4135
4153
|
# Creates a new text message and sends it to a recipient's phone
|
4136
|
-
# number.
|
4154
|
+
# number. SendTextMessage only sends an SMS message to one recipient
|
4155
|
+
# each time it is invoked.
|
4137
4156
|
#
|
4138
4157
|
# SMS throughput limits are measured in Message Parts per Second (MPS).
|
4139
4158
|
# Your MPS limit depends on the destination country of your messages, as
|
4140
4159
|
# well as the type of phone number (origination number) that you use to
|
4141
|
-
# send the message. For more information, see [Message Parts
|
4142
|
-
# (MPS) limits][1] in the *
|
4160
|
+
# send the message. For more information about MPS, see [Message Parts
|
4161
|
+
# per Second (MPS) limits][1] in the *AWS End User Messaging SMS User
|
4162
|
+
# Guide*.
|
4143
4163
|
#
|
4144
4164
|
#
|
4145
4165
|
#
|
4146
|
-
# [1]: https://docs.aws.amazon.com/
|
4166
|
+
# [1]: https://docs.aws.amazon.com/sms-voice/latest/userguide/sms-limitations-mps.html
|
4147
4167
|
#
|
4148
4168
|
# @option params [required, String] :destination_phone_number
|
4149
4169
|
# The destination phone number in E.164 format.
|
@@ -4171,10 +4191,15 @@ module Aws::PinpointSMSVoiceV2
|
|
4171
4191
|
#
|
4172
4192
|
# @option params [String] :max_price
|
4173
4193
|
# The maximum amount that you want to spend, in US dollars, per each
|
4174
|
-
# text message
|
4194
|
+
# text message. If the calculated amount to send the text message is
|
4195
|
+
# greater than `MaxPrice`, the message is not sent and an error is
|
4196
|
+
# returned.
|
4175
4197
|
#
|
4176
4198
|
# @option params [Integer] :time_to_live
|
4177
|
-
# How long the text message is valid for. By default this is
|
4199
|
+
# How long the text message is valid for, in seconds. By default this is
|
4200
|
+
# 72 hours. If the messages isn't handed off before the TTL expires we
|
4201
|
+
# stop attempting to hand off the message and return `TTL_EXPIRED`
|
4202
|
+
# event.
|
4178
4203
|
#
|
4179
4204
|
# @option params [Hash<String,String>] :context
|
4180
4205
|
# You can specify custom data in this field. If you do, that data is
|
@@ -4187,13 +4212,34 @@ module Aws::PinpointSMSVoiceV2
|
|
4187
4212
|
# [Special requirements for sending SMS messages to recipients in
|
4188
4213
|
# India][1].
|
4189
4214
|
#
|
4215
|
+
# * `IN_ENTITY_ID` The entity ID or Principal Entity (PE) ID that you
|
4216
|
+
# received after completing the sender ID registration process.
|
4217
|
+
#
|
4218
|
+
# * `IN_TEMPLATE_ID` The template ID that you received after completing
|
4219
|
+
# the sender ID registration process.
|
4220
|
+
#
|
4221
|
+
# Make sure that the Template ID that you specify matches your message
|
4222
|
+
# template exactly. If your message doesn't match the template that
|
4223
|
+
# you provided during the registration process, the mobile carriers
|
4224
|
+
# might reject your message.
|
4225
|
+
#
|
4190
4226
|
#
|
4191
4227
|
#
|
4192
4228
|
# [1]: https://docs.aws.amazon.com/pinpoint/latest/userguide/channels-sms-senderid-india.html
|
4193
4229
|
#
|
4194
4230
|
# @option params [Boolean] :dry_run
|
4195
4231
|
# When set to true, the message is checked and validated, but isn't
|
4196
|
-
# sent to the end recipient.
|
4232
|
+
# sent to the end recipient. You are not charged for using `DryRun`.
|
4233
|
+
#
|
4234
|
+
# The Message Parts per Second (MPS) limit when using `DryRun` is five.
|
4235
|
+
# If your origination identity has a lower MPS limit then the lower MPS
|
4236
|
+
# limit is used. For more information about MPS limits, see [Message
|
4237
|
+
# Parts per Second (MPS) limits][1] in the *AWS End User Messaging SMS
|
4238
|
+
# User Guide*..
|
4239
|
+
#
|
4240
|
+
#
|
4241
|
+
#
|
4242
|
+
# [1]: https://docs.aws.amazon.com/sms-voice/latest/userguide/sms-limitations-mps.html
|
4197
4243
|
#
|
4198
4244
|
# @option params [String] :protect_configuration_id
|
4199
4245
|
# The unique identifier for the protect configuration.
|
@@ -4236,9 +4282,9 @@ module Aws::PinpointSMSVoiceV2
|
|
4236
4282
|
req.send_request(options)
|
4237
4283
|
end
|
4238
4284
|
|
4239
|
-
# Allows you to send a request that sends a voice message
|
4240
|
-
#
|
4241
|
-
#
|
4285
|
+
# Allows you to send a request that sends a voice message. This
|
4286
|
+
# operation uses [Amazon Polly][1] to convert a text script into a voice
|
4287
|
+
# message.
|
4242
4288
|
#
|
4243
4289
|
#
|
4244
4290
|
#
|
@@ -4591,17 +4637,16 @@ module Aws::PinpointSMSVoiceV2
|
|
4591
4637
|
req.send_request(options)
|
4592
4638
|
end
|
4593
4639
|
|
4594
|
-
# Adds or overwrites only the specified tags for the specified
|
4595
|
-
#
|
4596
|
-
#
|
4597
|
-
#
|
4598
|
-
#
|
4599
|
-
#
|
4600
|
-
# the *Amazon Pinpoint Developer Guide*.
|
4640
|
+
# Adds or overwrites only the specified tags for the specified resource.
|
4641
|
+
# When you specify an existing tag key, the value is overwritten with
|
4642
|
+
# the new value. Each resource can have a maximum of 50 tags. Each tag
|
4643
|
+
# consists of a key and an optional value. Tag keys must be unique per
|
4644
|
+
# resource. For more information about tags, see [Tags ][1] in the *AWS
|
4645
|
+
# End User Messaging SMS User Guide*.
|
4601
4646
|
#
|
4602
4647
|
#
|
4603
4648
|
#
|
4604
|
-
# [1]: https://docs.aws.amazon.com/
|
4649
|
+
# [1]: https://docs.aws.amazon.com/sms-voice/latest/userguide/phone-numbers-tags.html
|
4605
4650
|
#
|
4606
4651
|
# @option params [required, String] :resource_arn
|
4607
4652
|
# The Amazon Resource Name (ARN) of the resource.
|
@@ -4633,14 +4678,13 @@ module Aws::PinpointSMSVoiceV2
|
|
4633
4678
|
req.send_request(options)
|
4634
4679
|
end
|
4635
4680
|
|
4636
|
-
# Removes the association of the specified tags from
|
4637
|
-
#
|
4638
|
-
#
|
4639
|
-
# Guide*.
|
4681
|
+
# Removes the association of the specified tags from a resource. For
|
4682
|
+
# more information on tags see [Tags ][1] in the *AWS End User Messaging
|
4683
|
+
# SMS User Guide*.
|
4640
4684
|
#
|
4641
4685
|
#
|
4642
4686
|
#
|
4643
|
-
# [1]: https://docs.aws.amazon.com/
|
4687
|
+
# [1]: https://docs.aws.amazon.com/sms-voice/latest/userguide/phone-numbers-tags.html
|
4644
4688
|
#
|
4645
4689
|
# @option params [required, String] :resource_arn
|
4646
4690
|
# The Amazon Resource Name (ARN) of the resource.
|
@@ -4667,13 +4711,13 @@ module Aws::PinpointSMSVoiceV2
|
|
4667
4711
|
end
|
4668
4712
|
|
4669
4713
|
# Updates an existing event destination in a configuration set. You can
|
4670
|
-
# update the IAM role ARN for CloudWatch Logs and
|
4671
|
-
#
|
4714
|
+
# update the IAM role ARN for CloudWatch Logs and Firehose. You can also
|
4715
|
+
# enable or disable the event destination.
|
4672
4716
|
#
|
4673
4717
|
# You may want to update an event destination to change its matching
|
4674
4718
|
# event types or updating the destination resource ARN. You can't
|
4675
|
-
# change an event destination's type between CloudWatch Logs,
|
4676
|
-
#
|
4719
|
+
# change an event destination's type between CloudWatch Logs, Firehose,
|
4720
|
+
# and Amazon SNS.
|
4677
4721
|
#
|
4678
4722
|
# @option params [required, String] :configuration_set_name
|
4679
4723
|
# The configuration set to update with the new event destination. Valid
|
@@ -4699,7 +4743,7 @@ module Aws::PinpointSMSVoiceV2
|
|
4699
4743
|
#
|
4700
4744
|
# @option params [Types::KinesisFirehoseDestination] :kinesis_firehose_destination
|
4701
4745
|
# An object that contains information about an event destination for
|
4702
|
-
# logging to
|
4746
|
+
# logging to Firehose.
|
4703
4747
|
#
|
4704
4748
|
# @option params [Types::SnsDestination] :sns_destination
|
4705
4749
|
# An object that contains information about an event destination that
|
@@ -4779,11 +4823,12 @@ module Aws::PinpointSMSVoiceV2
|
|
4779
4823
|
#
|
4780
4824
|
# @option params [Boolean] :self_managed_opt_outs_enabled
|
4781
4825
|
# By default this is set to false. When an end recipient sends a message
|
4782
|
-
# that begins with HELP or STOP to one of your dedicated numbers,
|
4783
|
-
#
|
4784
|
-
# the end recipient to the OptOutList.
|
4785
|
-
# responsible for responding to HELP and STOP
|
4786
|
-
# responsible for tracking and honoring opt-out
|
4826
|
+
# that begins with HELP or STOP to one of your dedicated numbers, AWS
|
4827
|
+
# End User Messaging SMS and Voice automatically replies with a
|
4828
|
+
# customizable message and adds the end recipient to the OptOutList.
|
4829
|
+
# When set to true you're responsible for responding to HELP and STOP
|
4830
|
+
# requests. You're also responsible for tracking and honoring opt-out
|
4831
|
+
# requests.
|
4787
4832
|
#
|
4788
4833
|
# @option params [String] :opt_out_list_name
|
4789
4834
|
# The OptOutList to add the phone number to. Valid values for this field
|
@@ -4877,11 +4922,12 @@ module Aws::PinpointSMSVoiceV2
|
|
4877
4922
|
#
|
4878
4923
|
# @option params [Boolean] :self_managed_opt_outs_enabled
|
4879
4924
|
# By default this is set to false. When an end recipient sends a message
|
4880
|
-
# that begins with HELP or STOP to one of your dedicated numbers,
|
4881
|
-
#
|
4882
|
-
# the end recipient to the OptOutList.
|
4883
|
-
# responsible for responding to HELP and STOP
|
4884
|
-
# responsible for tracking and honoring opt-out
|
4925
|
+
# that begins with HELP or STOP to one of your dedicated numbers, AWS
|
4926
|
+
# End User Messaging SMS and Voice automatically replies with a
|
4927
|
+
# customizable message and adds the end recipient to the OptOutList.
|
4928
|
+
# When set to true you're responsible for responding to HELP and STOP
|
4929
|
+
# requests. You're also responsible for tracking and honoring opt-out
|
4930
|
+
# requests.
|
4885
4931
|
#
|
4886
4932
|
# @option params [String] :opt_out_list_name
|
4887
4933
|
# The OptOutList to associate with the pool. Valid values are either
|
@@ -5002,7 +5048,7 @@ module Aws::PinpointSMSVoiceV2
|
|
5002
5048
|
# contain the details for the requested NumberCapability. The Key is the
|
5003
5049
|
# two-letter ISO country code. For a list of supported ISO country
|
5004
5050
|
# codes, see [Supported countries and regions (SMS channel)][1] in the
|
5005
|
-
#
|
5051
|
+
# AWS End User Messaging SMS User Guide.
|
5006
5052
|
#
|
5007
5053
|
#
|
5008
5054
|
#
|
@@ -5153,7 +5199,7 @@ module Aws::PinpointSMSVoiceV2
|
|
5153
5199
|
params: params,
|
5154
5200
|
config: config)
|
5155
5201
|
context[:gem_name] = 'aws-sdk-pinpointsmsvoicev2'
|
5156
|
-
context[:gem_version] = '1.
|
5202
|
+
context[:gem_version] = '1.21.0'
|
5157
5203
|
Seahorse::Client::Request.new(handlers, context)
|
5158
5204
|
end
|
5159
5205
|
|
@@ -1868,9 +1868,11 @@ module Aws::PinpointSMSVoiceV2
|
|
1868
1868
|
|
1869
1869
|
api.metadata = {
|
1870
1870
|
"apiVersion" => "2022-03-31",
|
1871
|
+
"auth" => ["aws.auth#sigv4"],
|
1871
1872
|
"endpointPrefix" => "sms-voice",
|
1872
1873
|
"jsonVersion" => "1.0",
|
1873
1874
|
"protocol" => "json",
|
1875
|
+
"protocols" => ["json"],
|
1874
1876
|
"serviceFullName" => "Amazon Pinpoint SMS Voice V2",
|
1875
1877
|
"serviceId" => "Pinpoint SMS Voice V2",
|
1876
1878
|
"signatureVersion" => "v4",
|
@@ -396,7 +396,8 @@ module Aws::PinpointSMSVoiceV2
|
|
396
396
|
#
|
397
397
|
# @!attribute [rw] matching_event_types
|
398
398
|
# An array of event types that determine which events to log. If
|
399
|
-
# "ALL" is used, then
|
399
|
+
# "ALL" is used, then AWS End User Messaging SMS and Voice logs
|
400
|
+
# every event type.
|
400
401
|
#
|
401
402
|
# <note markdown="1"> The `TEXT_SENT` event type is not supported.
|
402
403
|
#
|
@@ -410,7 +411,7 @@ module Aws::PinpointSMSVoiceV2
|
|
410
411
|
#
|
411
412
|
# @!attribute [rw] kinesis_firehose_destination
|
412
413
|
# An object that contains information about an event destination for
|
413
|
-
# logging to Amazon
|
414
|
+
# logging to Amazon Data Firehose.
|
414
415
|
# @return [Types::KinesisFirehoseDestination]
|
415
416
|
#
|
416
417
|
# @!attribute [rw] sns_destination
|
@@ -531,6 +532,13 @@ module Aws::PinpointSMSVoiceV2
|
|
531
532
|
# DescribePhoneNumbers to find the values for PhoneNumberId and
|
532
533
|
# PhoneNumberArn while DescribeSenderIds can be used to get the values
|
533
534
|
# for SenderId and SenderIdArn.
|
535
|
+
#
|
536
|
+
# After the pool is created you can add more origination identities to
|
537
|
+
# the pool by using [AssociateOriginationIdentity][1].
|
538
|
+
#
|
539
|
+
#
|
540
|
+
#
|
541
|
+
# [1]: https://docs.aws.amazon.com/pinpoint/latest/apireference_smsvoicev2/API_AssociateOriginationIdentity.html
|
534
542
|
# @return [String]
|
535
543
|
#
|
536
544
|
# @!attribute [rw] iso_country_code
|
@@ -541,7 +549,8 @@ module Aws::PinpointSMSVoiceV2
|
|
541
549
|
# @!attribute [rw] message_type
|
542
550
|
# The type of message. Valid values are TRANSACTIONAL for messages
|
543
551
|
# that are critical or time-sensitive and PROMOTIONAL for messages
|
544
|
-
# that aren't critical or time-sensitive.
|
552
|
+
# that aren't critical or time-sensitive. After the pool is created
|
553
|
+
# the MessageType can't be changed.
|
545
554
|
# @return [String]
|
546
555
|
#
|
547
556
|
# @!attribute [rw] deletion_protection_enabled
|
@@ -616,10 +625,11 @@ module Aws::PinpointSMSVoiceV2
|
|
616
625
|
# @!attribute [rw] self_managed_opt_outs_enabled
|
617
626
|
# By default this is set to false. When an end recipient sends a
|
618
627
|
# message that begins with HELP or STOP to one of your dedicated
|
619
|
-
# numbers,
|
620
|
-
# message and adds the end recipient to the
|
621
|
-
# true you're responsible for responding to
|
622
|
-
# You're also responsible for tracking and
|
628
|
+
# numbers, AWS End User Messaging SMS and Voice automatically replies
|
629
|
+
# with a customizable message and adds the end recipient to the
|
630
|
+
# OptOutList. When set to true you're responsible for responding to
|
631
|
+
# HELP and STOP requests. You're also responsible for tracking and
|
632
|
+
# honoring opt-out requests.
|
623
633
|
# @return [Boolean]
|
624
634
|
#
|
625
635
|
# @!attribute [rw] opt_out_list_name
|
@@ -627,7 +637,9 @@ module Aws::PinpointSMSVoiceV2
|
|
627
637
|
# @return [String]
|
628
638
|
#
|
629
639
|
# @!attribute [rw] shared_routes_enabled
|
630
|
-
# Indicates whether shared routes are enabled for the pool.
|
640
|
+
# Indicates whether shared routes are enabled for the pool. Set to
|
641
|
+
# false and only origination identities in this pool are used to send
|
642
|
+
# messages.
|
631
643
|
# @return [Boolean]
|
632
644
|
#
|
633
645
|
# @!attribute [rw] deletion_protection_enabled
|
@@ -1562,10 +1574,11 @@ module Aws::PinpointSMSVoiceV2
|
|
1562
1574
|
# @!attribute [rw] self_managed_opt_outs_enabled
|
1563
1575
|
# By default this is set to false. When an end recipient sends a
|
1564
1576
|
# message that begins with HELP or STOP to one of your dedicated
|
1565
|
-
# numbers,
|
1566
|
-
# message and adds the end recipient to the
|
1567
|
-
# true you're responsible for responding to
|
1568
|
-
# You're also responsible for tracking and
|
1577
|
+
# numbers, AWS End User Messaging SMS and Voice automatically replies
|
1578
|
+
# with a customizable message and adds the end recipient to the
|
1579
|
+
# OptOutList. When set to true you're responsible for responding to
|
1580
|
+
# HELP and STOP requests. You're also responsible for tracking and
|
1581
|
+
# honoring opt-out requests.
|
1569
1582
|
# @return [Boolean]
|
1570
1583
|
#
|
1571
1584
|
# @!attribute [rw] opt_out_list_name
|
@@ -3095,8 +3108,8 @@ module Aws::PinpointSMSVoiceV2
|
|
3095
3108
|
# Contains information about an event destination.
|
3096
3109
|
#
|
3097
3110
|
# Event destinations are associated with configuration sets, which
|
3098
|
-
# enable you to publish message sending events to CloudWatch,
|
3099
|
-
#
|
3111
|
+
# enable you to publish message sending events to CloudWatch, Firehose,
|
3112
|
+
# or Amazon SNS.
|
3100
3113
|
#
|
3101
3114
|
# @!attribute [rw] event_destination_name
|
3102
3115
|
# The name of the EventDestination.
|
@@ -3121,7 +3134,7 @@ module Aws::PinpointSMSVoiceV2
|
|
3121
3134
|
#
|
3122
3135
|
# @!attribute [rw] kinesis_firehose_destination
|
3123
3136
|
# An object that contains information about an event destination for
|
3124
|
-
# logging to Amazon
|
3137
|
+
# logging to Amazon Data Firehose.
|
3125
3138
|
# @return [Types::KinesisFirehoseDestination]
|
3126
3139
|
#
|
3127
3140
|
# @!attribute [rw] sns_destination
|
@@ -3178,7 +3191,7 @@ module Aws::PinpointSMSVoiceV2
|
|
3178
3191
|
# contain the details for the requested NumberCapability. The Key is
|
3179
3192
|
# the two-letter ISO country code. For a list of supported ISO country
|
3180
3193
|
# codes, see [Supported countries and regions (SMS channel)][1] in the
|
3181
|
-
#
|
3194
|
+
# AWS End User Messaging SMS User Guide.
|
3182
3195
|
#
|
3183
3196
|
#
|
3184
3197
|
#
|
@@ -3261,15 +3274,15 @@ module Aws::PinpointSMSVoiceV2
|
|
3261
3274
|
|
3262
3275
|
# Contains the delivery stream Amazon Resource Name (ARN), and the ARN
|
3263
3276
|
# of the Identity and Access Management (IAM) role associated with a
|
3264
|
-
#
|
3277
|
+
# Firehose event destination.
|
3265
3278
|
#
|
3266
|
-
# Event destinations, such as
|
3279
|
+
# Event destinations, such as Firehose, are associated with
|
3267
3280
|
# configuration sets, which enable you to publish message sending
|
3268
3281
|
# events.
|
3269
3282
|
#
|
3270
3283
|
# @!attribute [rw] iam_role_arn
|
3271
3284
|
# The ARN of an Identity and Access Management role that is able to
|
3272
|
-
# write event data to an Amazon
|
3285
|
+
# write event data to an Amazon Data Firehose destination.
|
3273
3286
|
# @return [String]
|
3274
3287
|
#
|
3275
3288
|
# @!attribute [rw] delivery_stream_arn
|
@@ -3629,12 +3642,12 @@ module Aws::PinpointSMSVoiceV2
|
|
3629
3642
|
#
|
3630
3643
|
# @!attribute [rw] self_managed_opt_outs_enabled
|
3631
3644
|
# When set to false an end recipient sends a message that begins with
|
3632
|
-
# HELP or STOP to one of your dedicated numbers,
|
3633
|
-
# automatically replies with a customizable
|
3634
|
-
# recipient to the OptOutList. When set to
|
3635
|
-
# for responding to HELP and STOP requests.
|
3636
|
-
# for tracking and honoring opt-out request.
|
3637
|
-
# [Self-managed opt-outs][1]
|
3645
|
+
# HELP or STOP to one of your dedicated numbers, AWS End User
|
3646
|
+
# Messaging SMS and Voice automatically replies with a customizable
|
3647
|
+
# message and adds the end recipient to the OptOutList. When set to
|
3648
|
+
# true you're responsible for responding to HELP and STOP requests.
|
3649
|
+
# You're also responsible for tracking and honoring opt-out request.
|
3650
|
+
# For more information see [Self-managed opt-outs][1]
|
3638
3651
|
#
|
3639
3652
|
#
|
3640
3653
|
#
|
@@ -3746,12 +3759,12 @@ module Aws::PinpointSMSVoiceV2
|
|
3746
3759
|
#
|
3747
3760
|
# @!attribute [rw] self_managed_opt_outs_enabled
|
3748
3761
|
# When set to false, an end recipient sends a message that begins with
|
3749
|
-
# HELP or STOP to one of your dedicated numbers,
|
3750
|
-
# automatically replies with a customizable
|
3751
|
-
# recipient to the OptOutList. When set to
|
3752
|
-
# for responding to HELP and STOP requests.
|
3753
|
-
# for tracking and honoring opt-out requests.
|
3754
|
-
# [Self-managed opt-outs][1]
|
3762
|
+
# HELP or STOP to one of your dedicated numbers, AWS End User
|
3763
|
+
# Messaging SMS and Voice automatically replies with a customizable
|
3764
|
+
# message and adds the end recipient to the OptOutList. When set to
|
3765
|
+
# true you're responsible for responding to HELP and STOP requests.
|
3766
|
+
# You're also responsible for tracking and honoring opt-out requests.
|
3767
|
+
# For more information see [Self-managed opt-outs][1]
|
3755
3768
|
#
|
3756
3769
|
#
|
3757
3770
|
#
|
@@ -3767,10 +3780,9 @@ module Aws::PinpointSMSVoiceV2
|
|
3767
3780
|
#
|
3768
3781
|
# By default, this is set to `False`. If you set this value to `True`,
|
3769
3782
|
# your messages are sent using phone numbers or sender IDs (depending
|
3770
|
-
# on the country) that are shared with other
|
3771
|
-
#
|
3772
|
-
#
|
3773
|
-
# code.
|
3783
|
+
# on the country) that are shared with other users. In some countries,
|
3784
|
+
# such as the United States, senders aren't allowed to use shared
|
3785
|
+
# routes and must use a dedicated phone number or short code.
|
3774
3786
|
# @return [Boolean]
|
3775
3787
|
#
|
3776
3788
|
# @!attribute [rw] deletion_protection_enabled
|
@@ -4854,10 +4866,11 @@ module Aws::PinpointSMSVoiceV2
|
|
4854
4866
|
# @!attribute [rw] self_managed_opt_outs_enabled
|
4855
4867
|
# By default this is set to false. When an end recipient sends a
|
4856
4868
|
# message that begins with HELP or STOP to one of your dedicated
|
4857
|
-
# numbers,
|
4858
|
-
# message and adds the end recipient to the
|
4859
|
-
# true you're responsible for responding to
|
4860
|
-
# You're also responsible for tracking and
|
4869
|
+
# numbers, AWS End User Messaging SMS and Voice automatically replies
|
4870
|
+
# with a customizable message and adds the end recipient to the
|
4871
|
+
# OptOutList. When set to true you're responsible for responding to
|
4872
|
+
# HELP and STOP requests. You're also responsible for tracking and
|
4873
|
+
# honoring opt-out requests.
|
4861
4874
|
# @return [Boolean]
|
4862
4875
|
#
|
4863
4876
|
# @!attribute [rw] opt_out_list_name
|
@@ -5093,10 +5106,11 @@ module Aws::PinpointSMSVoiceV2
|
|
5093
5106
|
# @!attribute [rw] self_managed_opt_outs_enabled
|
5094
5107
|
# By default this is set to false. When an end recipient sends a
|
5095
5108
|
# message that begins with HELP or STOP to one of your dedicated
|
5096
|
-
# numbers,
|
5097
|
-
# message and adds the end recipient to the
|
5098
|
-
# true you're responsible for responding to
|
5099
|
-
# You're also responsible for tracking and
|
5109
|
+
# numbers, AWS End User Messaging SMS and Voice automatically replies
|
5110
|
+
# with a customizable message and adds the end recipient to the
|
5111
|
+
# OptOutList. When set to true you're responsible for responding to
|
5112
|
+
# HELP and STOP requests. You're also responsible for tracking and
|
5113
|
+
# honoring opt-out requests.
|
5100
5114
|
# @return [Boolean]
|
5101
5115
|
#
|
5102
5116
|
# @!attribute [rw] opt_out_list_name
|
@@ -5513,11 +5527,16 @@ module Aws::PinpointSMSVoiceV2
|
|
5513
5527
|
#
|
5514
5528
|
# @!attribute [rw] max_price
|
5515
5529
|
# The maximum amount that you want to spend, in US dollars, per each
|
5516
|
-
# text message
|
5530
|
+
# text message. If the calculated amount to send the text message is
|
5531
|
+
# greater than `MaxPrice`, the message is not sent and an error is
|
5532
|
+
# returned.
|
5517
5533
|
# @return [String]
|
5518
5534
|
#
|
5519
5535
|
# @!attribute [rw] time_to_live
|
5520
|
-
# How long the text message is valid for. By default this
|
5536
|
+
# How long the text message is valid for, in seconds. By default this
|
5537
|
+
# is 72 hours. If the messages isn't handed off before the TTL
|
5538
|
+
# expires we stop attempting to hand off the message and return
|
5539
|
+
# `TTL_EXPIRED` event.
|
5521
5540
|
# @return [Integer]
|
5522
5541
|
#
|
5523
5542
|
# @!attribute [rw] context
|
@@ -5532,6 +5551,17 @@ module Aws::PinpointSMSVoiceV2
|
|
5532
5551
|
# information see [Special requirements for sending SMS messages to
|
5533
5552
|
# recipients in India][1].
|
5534
5553
|
#
|
5554
|
+
# * `IN_ENTITY_ID` The entity ID or Principal Entity (PE) ID that you
|
5555
|
+
# received after completing the sender ID registration process.
|
5556
|
+
#
|
5557
|
+
# * `IN_TEMPLATE_ID` The template ID that you received after
|
5558
|
+
# completing the sender ID registration process.
|
5559
|
+
#
|
5560
|
+
# Make sure that the Template ID that you specify matches your
|
5561
|
+
# message template exactly. If your message doesn't match the
|
5562
|
+
# template that you provided during the registration process, the
|
5563
|
+
# mobile carriers might reject your message.
|
5564
|
+
#
|
5535
5565
|
#
|
5536
5566
|
#
|
5537
5567
|
# [1]: https://docs.aws.amazon.com/pinpoint/latest/userguide/channels-sms-senderid-india.html
|
@@ -5539,7 +5569,17 @@ module Aws::PinpointSMSVoiceV2
|
|
5539
5569
|
#
|
5540
5570
|
# @!attribute [rw] dry_run
|
5541
5571
|
# When set to true, the message is checked and validated, but isn't
|
5542
|
-
# sent to the end recipient.
|
5572
|
+
# sent to the end recipient. You are not charged for using `DryRun`.
|
5573
|
+
#
|
5574
|
+
# The Message Parts per Second (MPS) limit when using `DryRun` is
|
5575
|
+
# five. If your origination identity has a lower MPS limit then the
|
5576
|
+
# lower MPS limit is used. For more information about MPS limits, see
|
5577
|
+
# [Message Parts per Second (MPS) limits][1] in the *AWS End User
|
5578
|
+
# Messaging SMS User Guide*..
|
5579
|
+
#
|
5580
|
+
#
|
5581
|
+
#
|
5582
|
+
# [1]: https://docs.aws.amazon.com/sms-voice/latest/userguide/sms-limitations-mps.html
|
5543
5583
|
# @return [Boolean]
|
5544
5584
|
#
|
5545
5585
|
# @!attribute [rw] protect_configuration_id
|
@@ -5674,12 +5714,11 @@ module Aws::PinpointSMSVoiceV2
|
|
5674
5714
|
|
5675
5715
|
# The alphanumeric sender ID in a specific country that you want to
|
5676
5716
|
# describe. For more information on sender IDs see [Requesting sender
|
5677
|
-
# IDs
|
5678
|
-
# Pinpoint User Guide*.
|
5717
|
+
# IDs ][1] in the *AWS End User Messaging SMS User Guide*.
|
5679
5718
|
#
|
5680
5719
|
#
|
5681
5720
|
#
|
5682
|
-
# [1]: https://docs.aws.amazon.com/
|
5721
|
+
# [1]: https://docs.aws.amazon.com/sms-voice/latest/userguide/sender-id-request.html
|
5683
5722
|
#
|
5684
5723
|
# @!attribute [rw] sender_id
|
5685
5724
|
# The unique identifier of the sender.
|
@@ -5995,15 +6034,14 @@ module Aws::PinpointSMSVoiceV2
|
|
5995
6034
|
include Aws::Structure
|
5996
6035
|
end
|
5997
6036
|
|
5998
|
-
# Describes the current
|
5999
|
-
#
|
6000
|
-
#
|
6001
|
-
#
|
6002
|
-
# Guide*.
|
6037
|
+
# Describes the current monthly spend limits for sending voice and text
|
6038
|
+
# messages. For more information on increasing your monthly spend limit,
|
6039
|
+
# see [ Requesting a spending quota increase ][1] in the *AWS End User
|
6040
|
+
# Messaging SMS User Guide*.
|
6003
6041
|
#
|
6004
6042
|
#
|
6005
6043
|
#
|
6006
|
-
# [1]: https://docs.aws.amazon.com/
|
6044
|
+
# [1]: https://docs.aws.amazon.com/sms-voice/latest/userguide/awssupport-spend-threshold.html
|
6007
6045
|
#
|
6008
6046
|
# @!attribute [rw] name
|
6009
6047
|
# The name for the SpendLimit.
|
@@ -6289,7 +6327,7 @@ module Aws::PinpointSMSVoiceV2
|
|
6289
6327
|
#
|
6290
6328
|
# @!attribute [rw] kinesis_firehose_destination
|
6291
6329
|
# An object that contains information about an event destination for
|
6292
|
-
# logging to
|
6330
|
+
# logging to Firehose.
|
6293
6331
|
# @return [Types::KinesisFirehoseDestination]
|
6294
6332
|
#
|
6295
6333
|
# @!attribute [rw] sns_destination
|
@@ -6357,10 +6395,11 @@ module Aws::PinpointSMSVoiceV2
|
|
6357
6395
|
# @!attribute [rw] self_managed_opt_outs_enabled
|
6358
6396
|
# By default this is set to false. When an end recipient sends a
|
6359
6397
|
# message that begins with HELP or STOP to one of your dedicated
|
6360
|
-
# numbers,
|
6361
|
-
# message and adds the end recipient to the
|
6362
|
-
# true you're responsible for responding to
|
6363
|
-
# You're also responsible for tracking and
|
6398
|
+
# numbers, AWS End User Messaging SMS and Voice automatically replies
|
6399
|
+
# with a customizable message and adds the end recipient to the
|
6400
|
+
# OptOutList. When set to true you're responsible for responding to
|
6401
|
+
# HELP and STOP requests. You're also responsible for tracking and
|
6402
|
+
# honoring opt-out requests.
|
6364
6403
|
# @return [Boolean]
|
6365
6404
|
#
|
6366
6405
|
# @!attribute [rw] opt_out_list_name
|
@@ -6512,10 +6551,11 @@ module Aws::PinpointSMSVoiceV2
|
|
6512
6551
|
# @!attribute [rw] self_managed_opt_outs_enabled
|
6513
6552
|
# By default this is set to false. When an end recipient sends a
|
6514
6553
|
# message that begins with HELP or STOP to one of your dedicated
|
6515
|
-
# numbers,
|
6516
|
-
# message and adds the end recipient to the
|
6517
|
-
# true you're responsible for responding to
|
6518
|
-
# You're also responsible for tracking and
|
6554
|
+
# numbers, AWS End User Messaging SMS and Voice automatically replies
|
6555
|
+
# with a customizable message and adds the end recipient to the
|
6556
|
+
# OptOutList. When set to true you're responsible for responding to
|
6557
|
+
# HELP and STOP requests. You're also responsible for tracking and
|
6558
|
+
# honoring opt-out requests.
|
6519
6559
|
# @return [Boolean]
|
6520
6560
|
#
|
6521
6561
|
# @!attribute [rw] opt_out_list_name
|
@@ -6578,11 +6618,11 @@ module Aws::PinpointSMSVoiceV2
|
|
6578
6618
|
#
|
6579
6619
|
# @!attribute [rw] self_managed_opt_outs_enabled
|
6580
6620
|
# When an end recipient sends a message that begins with HELP or STOP
|
6581
|
-
# to one of your dedicated numbers,
|
6582
|
-
# replies with a customizable message and adds the
|
6583
|
-
# the OptOutList. When set to true you're
|
6584
|
-
# to HELP and STOP requests. You're also
|
6585
|
-
# honoring opt-out requests.
|
6621
|
+
# to one of your dedicated numbers, AWS End User Messaging SMS and
|
6622
|
+
# Voice automatically replies with a customizable message and adds the
|
6623
|
+
# end recipient to the OptOutList. When set to true you're
|
6624
|
+
# responsible for responding to HELP and STOP requests. You're also
|
6625
|
+
# responsible for tracking and honoring opt-out requests.
|
6586
6626
|
# @return [Boolean]
|
6587
6627
|
#
|
6588
6628
|
# @!attribute [rw] opt_out_list_name
|
@@ -6637,7 +6677,7 @@ module Aws::PinpointSMSVoiceV2
|
|
6637
6677
|
# contain the details for the requested NumberCapability. The Key is
|
6638
6678
|
# the two-letter ISO country code. For a list of supported ISO country
|
6639
6679
|
# codes, see [Supported countries and regions (SMS channel)][1] in the
|
6640
|
-
#
|
6680
|
+
# AWS End User Messaging SMS User Guide.
|
6641
6681
|
#
|
6642
6682
|
#
|
6643
6683
|
#
|
data/sig/client.rbs
CHANGED
data/sig/resource.rbs
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-pinpointsmsvoicev2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.21.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-07-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.201.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,21 +29,21 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.201.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
36
36
|
requirements:
|
37
37
|
- - "~>"
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version: '1.
|
39
|
+
version: '1.5'
|
40
40
|
type: :runtime
|
41
41
|
prerelease: false
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
43
43
|
requirements:
|
44
44
|
- - "~>"
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: '1.
|
46
|
+
version: '1.5'
|
47
47
|
description: Official AWS Ruby gem for Amazon Pinpoint SMS Voice V2. This gem is part
|
48
48
|
of the AWS SDK for Ruby.
|
49
49
|
email:
|