aws-sdk-pinpointsmsvoicev2 1.20.0 → 1.21.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5909d0e9b1aeef16f6c488f4e467650890654266d964283c663a54fdedc5239e
4
- data.tar.gz: 229efae5782b19a0ca101a967ff15dcff80a3a76a4561d895fda08a8f6b4d22b
3
+ metadata.gz: 1d29fa4cb00903b6ca10383192407fcde9b6586ade44a9df653370d23d25b825
4
+ data.tar.gz: 41693a1c47c70221eeaf5d11a1a51f9a45dc7ee654331d40b25c767ce0e56e5d
5
5
  SHA512:
6
- metadata.gz: 67dd59f999658d7a0150237c0011f9fe474b2d47a640c9329d37c7dbd2d57397990bec6d54d9a9236f686806b5dc11d990b4c9464d781a5e8d65d6740efbf44f
7
- data.tar.gz: c0bee0d207d517ca443c64fdf5d6dc4ff8253dc629ae21e25c8a15aa76086a1716a767d04871b8a61e73f848f4f4d54cdb7ed1dfb807a7e1aa9055eff0ac7ac5
6
+ metadata.gz: 0fce7d71344dc66443b135bbd72d5c9254d4142a93775e3904640f33bcc5dfbcf743c2a33552da3314760d86f2de463afaa67b98e3f5b5dc04ad25d2b977edec
7
+ data.tar.gz: a26392f5097a66cf7526365e8a395357aa4524e12ced8a9a0b95d8a1547b5ba681edd1607933bef4dae902dc40af2ffaac86b9c938153e95b3dea423d27df489
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.20.0 (2024-07-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.20.0
1
+ 1.21.0
@@ -607,15 +607,14 @@ module Aws::PinpointSMSVoiceV2
607
607
  # Creates a new event destination in a configuration set.
608
608
  #
609
609
  # An event destination is a location where you send message events. The
610
- # event options are Amazon CloudWatch, Amazon Kinesis Data Firehose, or
611
- # Amazon SNS. For example, when a message is delivered successfully, you
612
- # can send information about that event to an event destination, or send
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
613
613
  # notifications to endpoints that are subscribed to an Amazon SNS topic.
614
614
  #
615
615
  # Each configuration set can contain between 0 and 5 event destinations.
616
616
  # Each event destination can contain a reference to a single
617
- # destination, such as a CloudWatch or Kinesis Data Firehose
618
- # destination.
617
+ # destination, such as a CloudWatch or Firehose destination.
619
618
  #
620
619
  # @option params [required, String] :configuration_set_name
621
620
  # Either the name of the configuration set or the configuration set ARN
@@ -628,7 +627,8 @@ module Aws::PinpointSMSVoiceV2
628
627
  #
629
628
  # @option params [required, Array<String>] :matching_event_types
630
629
  # An array of event types that determine which events to log. If "ALL"
631
- # is used, then Amazon Pinpoint logs every event type.
630
+ # is used, then AWS End User Messaging SMS and Voice logs every event
631
+ # type.
632
632
  #
633
633
  # <note markdown="1"> The `TEXT_SENT` event type is not supported.
634
634
  #
@@ -640,7 +640,7 @@ module Aws::PinpointSMSVoiceV2
640
640
  #
641
641
  # @option params [Types::KinesisFirehoseDestination] :kinesis_firehose_destination
642
642
  # An object that contains information about an event destination for
643
- # logging to Amazon Kinesis Data Firehose.
643
+ # logging to Amazon Data Firehose.
644
644
  #
645
645
  # @option params [Types::SnsDestination] :sns_destination
646
646
  # An object that contains information about an event destination for
@@ -713,8 +713,8 @@ module Aws::PinpointSMSVoiceV2
713
713
  # with the keyword "STOP," an entry for the phone number is added to
714
714
  # the opt-out list. In addition to STOP, your recipients can use any
715
715
  # supported opt-out keyword, such as CANCEL or OPTOUT. For a list of
716
- # supported opt-out keywords, see [ SMS opt out ][1] in the *Amazon
717
- # Pinpoint User Guide*.
716
+ # supported opt-out keywords, see [ SMS opt out ][1] in the *AWS End
717
+ # User Messaging SMS User Guide*.
718
718
  #
719
719
  #
720
720
  #
@@ -795,6 +795,13 @@ module Aws::PinpointSMSVoiceV2
795
795
  # PhoneNumberArn while DescribeSenderIds can be used to get the values
796
796
  # for SenderId and SenderIdArn.
797
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
+ #
798
805
  # @option params [required, String] :iso_country_code
799
806
  # The new two-character code, in ISO 3166-1 alpha-2 format, for the
800
807
  # country or region of the new pool.
@@ -802,7 +809,8 @@ module Aws::PinpointSMSVoiceV2
802
809
  # @option params [required, String] :message_type
803
810
  # The type of message. Valid values are TRANSACTIONAL for messages that
804
811
  # are critical or time-sensitive and PROMOTIONAL for messages that
805
- # 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.
806
814
  #
807
815
  # @option params [Boolean] :deletion_protection_enabled
808
816
  # By default this is set to false. When set to true the pool can't be
@@ -1448,8 +1456,8 @@ module Aws::PinpointSMSVoiceV2
1448
1456
  # number or pool. It is also a specific word or phrase that an end user
1449
1457
  # can send to your number to elicit a response, such as an informational
1450
1458
  # message or a special offer. When your number receives a message that
1451
- # begins with a keyword, Amazon Pinpoint responds with a customizable
1452
- # message.
1459
+ # begins with a keyword, AWS End User Messaging SMS and Voice responds
1460
+ # with a customizable message.
1453
1461
  #
1454
1462
  # Keywords "HELP" and "STOP" can't be deleted or modified.
1455
1463
  #
@@ -1833,11 +1841,11 @@ module Aws::PinpointSMSVoiceV2
1833
1841
  # text messages. Deleting a spend limit override will set the
1834
1842
  # `EnforcedLimit` to equal the `MaxLimit`, which is controlled by Amazon
1835
1843
  # Web Services. For more information on spend limits (quotas) see
1836
- # [Amazon Pinpoint quotas ][1] in the *Amazon Pinpoint Developer Guide*.
1844
+ # [Quotas ][1] in the *AWS End User Messaging SMS User Guide*.
1837
1845
  #
1838
1846
  #
1839
1847
  #
1840
- # [1]: https://docs.aws.amazon.com/pinpoint/latest/developerguide/quotas.html
1848
+ # [1]: https://docs.aws.amazon.com/sms-voice/latest/userguide/quotas.html
1841
1849
  #
1842
1850
  # @return [Types::DeleteTextMessageSpendLimitOverrideResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1843
1851
  #
@@ -1894,11 +1902,11 @@ module Aws::PinpointSMSVoiceV2
1894
1902
  # voice messages. Deleting a spend limit override sets the
1895
1903
  # `EnforcedLimit` equal to the `MaxLimit`, which is controlled by Amazon
1896
1904
  # Web Services. For more information on spending limits (quotas) see
1897
- # [Amazon Pinpoint quotas][1] in the *Amazon Pinpoint Developer Guide*.
1905
+ # [Quotas ][1] in the *AWS End User Messaging SMS User Guide*.
1898
1906
  #
1899
1907
  #
1900
1908
  #
1901
- # [1]: https://docs.aws.amazon.com/pinpoint/latest/developerguide/quotas.html
1909
+ # [1]: https://docs.aws.amazon.com/sms-voice/latest/userguide/quotas.html
1902
1910
  #
1903
1911
  # @return [Types::DeleteVoiceMessageSpendLimitOverrideResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1904
1912
  #
@@ -1923,9 +1931,9 @@ module Aws::PinpointSMSVoiceV2
1923
1931
  # you're ready to move your account out of the sandbox, create an
1924
1932
  # Amazon Web Services Support case for a service limit increase request.
1925
1933
  #
1926
- # New Amazon Pinpoint accounts are placed into an SMS or voice sandbox.
1927
- # The sandbox protects both Amazon Web Services end recipients and SMS
1928
- # or voice recipients from fraud and abuse.
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.
1929
1937
  #
1930
1938
  # @option params [String] :next_token
1931
1939
  # The token to be used for the next set of paginated results. You don't
@@ -1964,19 +1972,20 @@ module Aws::PinpointSMSVoiceV2
1964
1972
  req.send_request(options)
1965
1973
  end
1966
1974
 
1967
- # Describes the current Amazon Pinpoint SMS Voice V2 resource quotas for
1968
- # your account. The description for a quota includes the quota name,
1969
- # current usage toward that quota, and the quota's maximum value.
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.
1970
1979
  #
1971
1980
  # When you establish an Amazon Web Services account, the account has
1972
1981
  # initial quotas on the maximum number of configuration sets, opt-out
1973
1982
  # lists, phone numbers, and pools that you can create in a given Region.
1974
- # For more information see [ Amazon Pinpoint quotas ][1] in the *Amazon
1975
- # Pinpoint Developer Guide*.
1983
+ # For more information see [Quotas ][1] in the *AWS End User Messaging
1984
+ # SMS User Guide*.
1976
1985
  #
1977
1986
  #
1978
1987
  #
1979
- # [1]: https://docs.aws.amazon.com/pinpoint/latest/developerguide/quotas.html
1988
+ # [1]: https://docs.aws.amazon.com/sms-voice/latest/userguide/quotas.html
1980
1989
  #
1981
1990
  # @option params [String] :next_token
1982
1991
  # The token to be used for the next set of paginated results. You don't
@@ -2100,8 +2109,8 @@ module Aws::PinpointSMSVoiceV2
2100
2109
  # number or pool. It is also a specific word or phrase that an end user
2101
2110
  # can send to your number to elicit a response, such as an informational
2102
2111
  # message or a special offer. When your number receives a message that
2103
- # begins with a keyword, Amazon Pinpoint responds with a customizable
2104
- # message.
2112
+ # begins with a keyword, AWS End User Messaging SMS and Voice responds
2113
+ # with a customizable message.
2105
2114
  #
2106
2115
  # If you specify a keyword that isn't valid, an error is returned.
2107
2116
  #
@@ -3036,18 +3045,18 @@ module Aws::PinpointSMSVoiceV2
3036
3045
  req.send_request(options)
3037
3046
  end
3038
3047
 
3039
- # Describes the current Amazon Pinpoint monthly spend limits for sending
3040
- # voice and text messages.
3048
+ # Describes the current monthly spend limits for sending voice and text
3049
+ # messages.
3041
3050
  #
3042
3051
  # When you establish an Amazon Web Services account, the account has
3043
3052
  # initial monthly spend limit in a given Region. For more information on
3044
3053
  # increasing your monthly spend limit, see [ Requesting increases to
3045
- # your monthly SMS spending quota for Amazon Pinpoint ][1] in the
3046
- # *Amazon Pinpoint User Guide*.
3054
+ # your monthly SMS, MMS, or Voice spending quota ][1] in the *AWS End
3055
+ # User Messaging SMS User Guide*.
3047
3056
  #
3048
3057
  #
3049
3058
  #
3050
- # [1]: https://docs.aws.amazon.com/pinpoint/latest/userguide/channels-sms-awssupport-spend-threshold.html
3059
+ # [1]: https://docs.aws.amazon.com/sms-voice/latest/userguide/awssupport-spend-threshold.html
3051
3060
  #
3052
3061
  # @option params [String] :next_token
3053
3062
  # The token to be used for the next set of paginated results. You don't
@@ -3500,8 +3509,8 @@ module Aws::PinpointSMSVoiceV2
3500
3509
  # number or pool. It is also a specific word or phrase that an end user
3501
3510
  # can send to your number to elicit a response, such as an informational
3502
3511
  # message or a special offer. When your number receives a message that
3503
- # begins with a keyword, Amazon Pinpoint responds with a customizable
3504
- # message.
3512
+ # begins with a keyword, AWS End User Messaging SMS and Voice responds
3513
+ # with a customizable message.
3505
3514
  #
3506
3515
  # If you specify a keyword that isn't valid, an error is returned.
3507
3516
  #
@@ -3774,12 +3783,12 @@ module Aws::PinpointSMSVoiceV2
3774
3783
  end
3775
3784
 
3776
3785
  # Request an origination phone number for use in your account. For more
3777
- # information on phone number request see [ Requesting a number ][1] in
3778
- # the *Amazon Pinpoint User Guide*.
3786
+ # information on phone number request see [Request a phone number][1] in
3787
+ # the *AWS End User Messaging SMS User Guide*.
3779
3788
  #
3780
3789
  #
3781
3790
  #
3782
- # [1]: https://docs.aws.amazon.com/pinpoint/latest/userguide/settings-sms-request-number.html
3791
+ # [1]: https://docs.aws.amazon.com/sms-voice/latest/userguide/phone-numbers-request.html
3783
3792
  #
3784
3793
  # @option params [required, String] :iso_country_code
3785
3794
  # The two-character code, in ISO 3166-1 alpha-2 format, for the country
@@ -4142,17 +4151,19 @@ module Aws::PinpointSMSVoiceV2
4142
4151
  end
4143
4152
 
4144
4153
  # Creates a new text message and sends it to a recipient's phone
4145
- # number.
4154
+ # number. SendTextMessage only sends an SMS message to one recipient
4155
+ # each time it is invoked.
4146
4156
  #
4147
4157
  # SMS throughput limits are measured in Message Parts per Second (MPS).
4148
4158
  # Your MPS limit depends on the destination country of your messages, as
4149
4159
  # well as the type of phone number (origination number) that you use to
4150
- # send the message. For more information, see [Message Parts per Second
4151
- # (MPS) limits][1] in the *Amazon Pinpoint User Guide*.
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*.
4152
4163
  #
4153
4164
  #
4154
4165
  #
4155
- # [1]: https://docs.aws.amazon.com/pinpoint/latest/userguide/channels-sms-limitations-mps.html
4166
+ # [1]: https://docs.aws.amazon.com/sms-voice/latest/userguide/sms-limitations-mps.html
4156
4167
  #
4157
4168
  # @option params [required, String] :destination_phone_number
4158
4169
  # The destination phone number in E.164 format.
@@ -4180,10 +4191,15 @@ module Aws::PinpointSMSVoiceV2
4180
4191
  #
4181
4192
  # @option params [String] :max_price
4182
4193
  # The maximum amount that you want to spend, in US dollars, per each
4183
- # text message part. A text message can contain multiple parts.
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.
4184
4197
  #
4185
4198
  # @option params [Integer] :time_to_live
4186
- # How long the text message is valid for. By default this is 72 hours.
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.
4187
4203
  #
4188
4204
  # @option params [Hash<String,String>] :context
4189
4205
  # You can specify custom data in this field. If you do, that data is
@@ -4196,13 +4212,34 @@ module Aws::PinpointSMSVoiceV2
4196
4212
  # [Special requirements for sending SMS messages to recipients in
4197
4213
  # India][1].
4198
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
+ #
4199
4226
  #
4200
4227
  #
4201
4228
  # [1]: https://docs.aws.amazon.com/pinpoint/latest/userguide/channels-sms-senderid-india.html
4202
4229
  #
4203
4230
  # @option params [Boolean] :dry_run
4204
4231
  # When set to true, the message is checked and validated, but isn't
4205
- # 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
4206
4243
  #
4207
4244
  # @option params [String] :protect_configuration_id
4208
4245
  # The unique identifier for the protect configuration.
@@ -4245,9 +4282,9 @@ module Aws::PinpointSMSVoiceV2
4245
4282
  req.send_request(options)
4246
4283
  end
4247
4284
 
4248
- # Allows you to send a request that sends a voice message through Amazon
4249
- # Pinpoint. This operation uses [Amazon Polly][1] to convert a text
4250
- # script into a voice message.
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.
4251
4288
  #
4252
4289
  #
4253
4290
  #
@@ -4600,17 +4637,16 @@ module Aws::PinpointSMSVoiceV2
4600
4637
  req.send_request(options)
4601
4638
  end
4602
4639
 
4603
- # Adds or overwrites only the specified tags for the specified Amazon
4604
- # Pinpoint SMS Voice, version 2 resource. When you specify an existing
4605
- # tag key, the value is overwritten with the new value. Each resource
4606
- # can have a maximum of 50 tags. Each tag consists of a key and an
4607
- # optional value. Tag keys must be unique per resource. For more
4608
- # information about tags, see [ Tagging Amazon Pinpoint resources][1] in
4609
- # 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*.
4610
4646
  #
4611
4647
  #
4612
4648
  #
4613
- # [1]: https://docs.aws.amazon.com/pinpoint/latest/developerguide/tagging-resources.html
4649
+ # [1]: https://docs.aws.amazon.com/sms-voice/latest/userguide/phone-numbers-tags.html
4614
4650
  #
4615
4651
  # @option params [required, String] :resource_arn
4616
4652
  # The Amazon Resource Name (ARN) of the resource.
@@ -4642,14 +4678,13 @@ module Aws::PinpointSMSVoiceV2
4642
4678
  req.send_request(options)
4643
4679
  end
4644
4680
 
4645
- # Removes the association of the specified tags from an Amazon Pinpoint
4646
- # SMS Voice V2 resource. For more information on tags see [ Tagging
4647
- # Amazon Pinpoint resources][1] in the *Amazon Pinpoint Developer
4648
- # 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*.
4649
4684
  #
4650
4685
  #
4651
4686
  #
4652
- # [1]: https://docs.aws.amazon.com/pinpoint/latest/developerguide/tagging-resources.html
4687
+ # [1]: https://docs.aws.amazon.com/sms-voice/latest/userguide/phone-numbers-tags.html
4653
4688
  #
4654
4689
  # @option params [required, String] :resource_arn
4655
4690
  # The Amazon Resource Name (ARN) of the resource.
@@ -4676,13 +4711,13 @@ module Aws::PinpointSMSVoiceV2
4676
4711
  end
4677
4712
 
4678
4713
  # Updates an existing event destination in a configuration set. You can
4679
- # update the IAM role ARN for CloudWatch Logs and Kinesis Data Firehose.
4680
- # You can also enable or disable the event destination.
4714
+ # update the IAM role ARN for CloudWatch Logs and Firehose. You can also
4715
+ # enable or disable the event destination.
4681
4716
  #
4682
4717
  # You may want to update an event destination to change its matching
4683
4718
  # event types or updating the destination resource ARN. You can't
4684
- # change an event destination's type between CloudWatch Logs, Kinesis
4685
- # Data Firehose, and Amazon SNS.
4719
+ # change an event destination's type between CloudWatch Logs, Firehose,
4720
+ # and Amazon SNS.
4686
4721
  #
4687
4722
  # @option params [required, String] :configuration_set_name
4688
4723
  # The configuration set to update with the new event destination. Valid
@@ -4708,7 +4743,7 @@ module Aws::PinpointSMSVoiceV2
4708
4743
  #
4709
4744
  # @option params [Types::KinesisFirehoseDestination] :kinesis_firehose_destination
4710
4745
  # An object that contains information about an event destination for
4711
- # logging to Kinesis Data Firehose.
4746
+ # logging to Firehose.
4712
4747
  #
4713
4748
  # @option params [Types::SnsDestination] :sns_destination
4714
4749
  # An object that contains information about an event destination that
@@ -4788,11 +4823,12 @@ module Aws::PinpointSMSVoiceV2
4788
4823
  #
4789
4824
  # @option params [Boolean] :self_managed_opt_outs_enabled
4790
4825
  # By default this is set to false. When an end recipient sends a message
4791
- # that begins with HELP or STOP to one of your dedicated numbers, Amazon
4792
- # Pinpoint automatically replies with a customizable message and adds
4793
- # the end recipient to the OptOutList. When set to true you're
4794
- # responsible for responding to HELP and STOP requests. You're also
4795
- # responsible for tracking and honoring opt-out requests.
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.
4796
4832
  #
4797
4833
  # @option params [String] :opt_out_list_name
4798
4834
  # The OptOutList to add the phone number to. Valid values for this field
@@ -4886,11 +4922,12 @@ module Aws::PinpointSMSVoiceV2
4886
4922
  #
4887
4923
  # @option params [Boolean] :self_managed_opt_outs_enabled
4888
4924
  # By default this is set to false. When an end recipient sends a message
4889
- # that begins with HELP or STOP to one of your dedicated numbers, Amazon
4890
- # Pinpoint automatically replies with a customizable message and adds
4891
- # the end recipient to the OptOutList. When set to true you're
4892
- # responsible for responding to HELP and STOP requests. You're also
4893
- # responsible for tracking and honoring opt-out requests.
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.
4894
4931
  #
4895
4932
  # @option params [String] :opt_out_list_name
4896
4933
  # The OptOutList to associate with the pool. Valid values are either
@@ -5011,7 +5048,7 @@ module Aws::PinpointSMSVoiceV2
5011
5048
  # contain the details for the requested NumberCapability. The Key is the
5012
5049
  # two-letter ISO country code. For a list of supported ISO country
5013
5050
  # codes, see [Supported countries and regions (SMS channel)][1] in the
5014
- # Amazon Pinpoint SMS user guide.
5051
+ # AWS End User Messaging SMS User Guide.
5015
5052
  #
5016
5053
  #
5017
5054
  #
@@ -5162,7 +5199,7 @@ module Aws::PinpointSMSVoiceV2
5162
5199
  params: params,
5163
5200
  config: config)
5164
5201
  context[:gem_name] = 'aws-sdk-pinpointsmsvoicev2'
5165
- context[:gem_version] = '1.20.0'
5202
+ context[:gem_version] = '1.21.0'
5166
5203
  Seahorse::Client::Request.new(handlers, context)
5167
5204
  end
5168
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 Amazon Pinpoint logs every event type.
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 Kinesis Data Firehose.
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, Amazon Pinpoint automatically replies with a customizable
620
- # message and adds the end recipient to the OptOutList. When set to
621
- # true you're responsible for responding to HELP and STOP requests.
622
- # You're also responsible for tracking and honoring opt-out requests.
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, Amazon Pinpoint automatically replies with a customizable
1566
- # message and adds the end recipient to the OptOutList. When set to
1567
- # true you're responsible for responding to HELP and STOP requests.
1568
- # You're also responsible for tracking and honoring opt-out requests.
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, Kinesis
3099
- # Data Firehose, or Amazon SNS.
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 Kinesis Data Firehose.
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
- # Amazon Pinpoint SMS user guide.
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
- # Kinesis Data Firehose event destination.
3277
+ # Firehose event destination.
3265
3278
  #
3266
- # Event destinations, such as Kinesis Data Firehose, are associated with
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 Kinesis Data Firehose destination.
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, Amazon Pinpoint
3633
- # automatically replies with a customizable message and adds the end
3634
- # recipient to the OptOutList. When set to true you're responsible
3635
- # for responding to HELP and STOP requests. You're also responsible
3636
- # for tracking and honoring opt-out request. For more information see
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, Amazon Pinpoint
3750
- # automatically replies with a customizable message and adds the end
3751
- # recipient to the OptOutList. When set to true you're responsible
3752
- # for responding to HELP and STOP requests. You're also responsible
3753
- # for tracking and honoring opt-out requests. For more information see
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 Amazon Pinpoint users. In
3771
- # some countries, such as the United States, senders aren't allowed
3772
- # to use shared routes and must use a dedicated phone number or short
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, Amazon Pinpoint automatically replies with a customizable
4858
- # message and adds the end recipient to the OptOutList. When set to
4859
- # true you're responsible for responding to HELP and STOP requests.
4860
- # You're also responsible for tracking and honoring opt-out requests.
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, Amazon Pinpoint automatically replies with a customizable
5097
- # message and adds the end recipient to the OptOutList. When set to
5098
- # true you're responsible for responding to HELP and STOP requests.
5099
- # You're also responsible for tracking and honoring opt-out requests.
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 part. A text message can contain multiple parts.
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 is 72 hours.
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 for SMS messaging with Amazon Pinpoint ][1] in the *Amazon
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/pinpoint/latest/userguide/channels-sms-awssupport-sender-id.html
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 Amazon Pinpoint monthly spend limits for sending
5999
- # voice and text messages. For more information on increasing your
6000
- # monthly spend limit, see [ Requesting increases to your monthly SMS
6001
- # spending quota for Amazon Pinpoint ][1] in the *Amazon Pinpoint User
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/pinpoint/latest/userguide/channels-sms-awssupport-spend-threshold.html
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 Kinesis Data Firehose.
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, Amazon Pinpoint automatically replies with a customizable
6361
- # message and adds the end recipient to the OptOutList. When set to
6362
- # true you're responsible for responding to HELP and STOP requests.
6363
- # You're also responsible for tracking and honoring opt-out requests.
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, Amazon Pinpoint automatically replies with a customizable
6516
- # message and adds the end recipient to the OptOutList. When set to
6517
- # true you're responsible for responding to HELP and STOP requests.
6518
- # You're also responsible for tracking and honoring opt-out requests.
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, Amazon Pinpoint automatically
6582
- # replies with a customizable message and adds the end recipient to
6583
- # the OptOutList. When set to true you're responsible for responding
6584
- # to HELP and STOP requests. You're also responsible for tracking and
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
- # Amazon Pinpoint SMS user guide.
6680
+ # AWS End User Messaging SMS User Guide.
6641
6681
  #
6642
6682
  #
6643
6683
  #
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-pinpointsmsvoicev2/customizations'
53
53
  # @!group service
54
54
  module Aws::PinpointSMSVoiceV2
55
55
 
56
- GEM_VERSION = '1.20.0'
56
+ GEM_VERSION = '1.21.0'
57
57
 
58
58
  end
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.20.0
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-07-02 00:00:00.000000000 Z
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
@@ -36,14 +36,14 @@ dependencies:
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '1.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.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: