aws-sdk-pinpointsmsvoicev2 1.48.0 → 1.49.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-pinpointsmsvoicev2/client.rb +103 -88
- data/lib/aws-sdk-pinpointsmsvoicev2/client_api.rb +5 -0
- data/lib/aws-sdk-pinpointsmsvoicev2/types.rb +106 -71
- data/lib/aws-sdk-pinpointsmsvoicev2.rb +1 -1
- data/sig/client.rbs +8 -6
- data/sig/types.rbs +12 -7
- metadata +1 -1
|
@@ -497,7 +497,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
497
497
|
# PoolId or PoolArn, and you can find these values using
|
|
498
498
|
# [DescribePools][1].
|
|
499
499
|
#
|
|
500
|
-
# If you are using a shared End User
|
|
500
|
+
# If you are using a shared End User Messaging SMS; resource then you
|
|
501
501
|
# must use the full Amazon Resource Name(ARN).
|
|
502
502
|
#
|
|
503
503
|
#
|
|
@@ -511,8 +511,8 @@ module Aws::PinpointSMSVoiceV2
|
|
|
511
511
|
# PhoneNumberArn, while DescribeSenderIds can be used to get the values
|
|
512
512
|
# for SenderId and SenderIdArn.
|
|
513
513
|
#
|
|
514
|
-
# If you are using a shared End User
|
|
515
|
-
# use the full Amazon Resource Name(ARN).
|
|
514
|
+
# If you are using a shared End User Messaging SMS resource then you
|
|
515
|
+
# must use the full Amazon Resource Name(ARN).
|
|
516
516
|
#
|
|
517
517
|
# @option params [required, String] :iso_country_code
|
|
518
518
|
# The new two-character code, in ISO 3166-1 alpha-2 format, for the
|
|
@@ -765,7 +765,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
765
765
|
#
|
|
766
766
|
# @option params [required, Array<String>] :matching_event_types
|
|
767
767
|
# An array of event types that determine which events to log. If "ALL"
|
|
768
|
-
# is used, then End User
|
|
768
|
+
# is used, then End User Messaging SMS logs every event type.
|
|
769
769
|
#
|
|
770
770
|
# <note markdown="1"> The `TEXT_SENT` event type is not supported.
|
|
771
771
|
#
|
|
@@ -851,7 +851,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
851
851
|
# the opt-out list. In addition to STOP, your recipients can use any
|
|
852
852
|
# supported opt-out keyword, such as CANCEL or OPTOUT. For a list of
|
|
853
853
|
# supported opt-out keywords, see [ SMS opt out ][1] in the End User
|
|
854
|
-
#
|
|
854
|
+
# Messaging SMS User Guide.
|
|
855
855
|
#
|
|
856
856
|
#
|
|
857
857
|
#
|
|
@@ -935,8 +935,8 @@ module Aws::PinpointSMSVoiceV2
|
|
|
935
935
|
# After the pool is created you can add more origination identities to
|
|
936
936
|
# the pool by using [AssociateOriginationIdentity][3].
|
|
937
937
|
#
|
|
938
|
-
# If you are using a shared End User
|
|
939
|
-
# use the full Amazon Resource Name(ARN).
|
|
938
|
+
# If you are using a shared End User Messaging SMS resource then you
|
|
939
|
+
# must use the full Amazon Resource Name(ARN).
|
|
940
940
|
#
|
|
941
941
|
#
|
|
942
942
|
#
|
|
@@ -1147,7 +1147,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
1147
1147
|
# resp.registration_arn #=> String
|
|
1148
1148
|
# resp.registration_id #=> String
|
|
1149
1149
|
# resp.registration_type #=> String
|
|
1150
|
-
# resp.registration_status #=> String, one of "CREATED", "SUBMITTED", "REVIEWING", "REQUIRES_AUTHENTICATION", "PROVISIONING", "COMPLETE", "REQUIRES_UPDATES", "CLOSED", "DELETED"
|
|
1150
|
+
# resp.registration_status #=> String, one of "CREATED", "SUBMITTED", "AWS_REVIEWING", "REVIEWING", "REQUIRES_AUTHENTICATION", "PROVISIONING", "COMPLETE", "REQUIRES_UPDATES", "CLOSED", "DELETED"
|
|
1151
1151
|
# resp.current_version_number #=> Integer
|
|
1152
1152
|
# resp.additional_attributes #=> Hash
|
|
1153
1153
|
# resp.additional_attributes["String"] #=> String
|
|
@@ -1310,9 +1310,10 @@ module Aws::PinpointSMSVoiceV2
|
|
|
1310
1310
|
# resp.registration_arn #=> String
|
|
1311
1311
|
# resp.registration_id #=> String
|
|
1312
1312
|
# resp.version_number #=> Integer
|
|
1313
|
-
# resp.registration_version_status #=> String, one of "DRAFT", "SUBMITTED", "REVIEWING", "REQUIRES_AUTHENTICATION", "APPROVED", "DISCARDED", "DENIED", "REVOKED", "ARCHIVED"
|
|
1313
|
+
# resp.registration_version_status #=> String, one of "DRAFT", "SUBMITTED", "AWS_REVIEWING", "REVIEWING", "REQUIRES_AUTHENTICATION", "APPROVED", "DISCARDED", "DENIED", "REVOKED", "ARCHIVED"
|
|
1314
1314
|
# resp.registration_version_status_history.draft_timestamp #=> Time
|
|
1315
1315
|
# resp.registration_version_status_history.submitted_timestamp #=> Time
|
|
1316
|
+
# resp.registration_version_status_history.aws_reviewing_timestamp #=> Time
|
|
1316
1317
|
# resp.registration_version_status_history.reviewing_timestamp #=> Time
|
|
1317
1318
|
# resp.registration_version_status_history.requires_authentication_timestamp #=> Time
|
|
1318
1319
|
# resp.registration_version_status_history.approved_timestamp #=> Time
|
|
@@ -1609,7 +1610,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
1609
1610
|
# number or pool. It is also a specific word or phrase that an end user
|
|
1610
1611
|
# can send to your number to elicit a response, such as an informational
|
|
1611
1612
|
# message or a special offer. When your number receives a message that
|
|
1612
|
-
# begins with a keyword, End User
|
|
1613
|
+
# begins with a keyword, End User Messaging SMS responds with a
|
|
1613
1614
|
# customizable message.
|
|
1614
1615
|
#
|
|
1615
1616
|
# Keywords "HELP" and "STOP" can't be deleted or modified.
|
|
@@ -1620,8 +1621,8 @@ module Aws::PinpointSMSVoiceV2
|
|
|
1620
1621
|
# find the values for PhoneNumberId and PhoneNumberArn and DescribePools
|
|
1621
1622
|
# to find the values of PoolId and PoolArn.
|
|
1622
1623
|
#
|
|
1623
|
-
# If you are using a shared End User
|
|
1624
|
-
# use the full Amazon Resource Name(ARN).
|
|
1624
|
+
# If you are using a shared End User Messaging SMS resource then you
|
|
1625
|
+
# must use the full Amazon Resource Name(ARN).
|
|
1625
1626
|
#
|
|
1626
1627
|
# @option params [required, String] :keyword
|
|
1627
1628
|
# The keyword to delete.
|
|
@@ -1697,8 +1698,8 @@ module Aws::PinpointSMSVoiceV2
|
|
|
1697
1698
|
# can use DescribeOptOutLists to find the values for OptOutListName and
|
|
1698
1699
|
# OptOutListArn.
|
|
1699
1700
|
#
|
|
1700
|
-
# If you are using a shared End User
|
|
1701
|
-
# use the full Amazon Resource Name(ARN).
|
|
1701
|
+
# If you are using a shared End User Messaging SMS resource then you
|
|
1702
|
+
# must use the full Amazon Resource Name(ARN).
|
|
1702
1703
|
#
|
|
1703
1704
|
# @return [Types::DeleteOptOutListResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1704
1705
|
#
|
|
@@ -1738,8 +1739,8 @@ module Aws::PinpointSMSVoiceV2
|
|
|
1738
1739
|
# @option params [required, String] :opt_out_list_name
|
|
1739
1740
|
# The OptOutListName or OptOutListArn to remove the phone number from.
|
|
1740
1741
|
#
|
|
1741
|
-
# If you are using a shared End User
|
|
1742
|
-
# use the full Amazon Resource Name(ARN).
|
|
1742
|
+
# If you are using a shared End User Messaging SMS resource then you
|
|
1743
|
+
# must use the full Amazon Resource Name(ARN).
|
|
1743
1744
|
#
|
|
1744
1745
|
# @option params [required, String] :opted_out_number
|
|
1745
1746
|
# The phone number, in E.164 format, to remove from the OptOutList.
|
|
@@ -1790,8 +1791,8 @@ module Aws::PinpointSMSVoiceV2
|
|
|
1790
1791
|
# The PoolId or PoolArn of the pool to delete. You can use DescribePools
|
|
1791
1792
|
# to find the values for PoolId and PoolArn .
|
|
1792
1793
|
#
|
|
1793
|
-
# If you are using a shared End User
|
|
1794
|
-
# use the full Amazon Resource Name(ARN).
|
|
1794
|
+
# If you are using a shared End User Messaging SMS resource then you
|
|
1795
|
+
# must use the full Amazon Resource Name(ARN).
|
|
1795
1796
|
#
|
|
1796
1797
|
# @return [Types::DeletePoolResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1797
1798
|
#
|
|
@@ -1947,7 +1948,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
1947
1948
|
# resp.registration_arn #=> String
|
|
1948
1949
|
# resp.registration_id #=> String
|
|
1949
1950
|
# resp.registration_type #=> String
|
|
1950
|
-
# resp.registration_status #=> String, one of "CREATED", "SUBMITTED", "REVIEWING", "REQUIRES_AUTHENTICATION", "PROVISIONING", "COMPLETE", "REQUIRES_UPDATES", "CLOSED", "DELETED"
|
|
1951
|
+
# resp.registration_status #=> String, one of "CREATED", "SUBMITTED", "AWS_REVIEWING", "REVIEWING", "REQUIRES_AUTHENTICATION", "PROVISIONING", "COMPLETE", "REQUIRES_UPDATES", "CLOSED", "DELETED"
|
|
1951
1952
|
# resp.current_version_number #=> Integer
|
|
1952
1953
|
# resp.approved_version_number #=> Integer
|
|
1953
1954
|
# resp.latest_denied_version_number #=> Integer
|
|
@@ -2047,11 +2048,11 @@ module Aws::PinpointSMSVoiceV2
|
|
|
2047
2048
|
end
|
|
2048
2049
|
|
|
2049
2050
|
# Deletes the resource-based policy document attached to the End User
|
|
2050
|
-
#
|
|
2051
|
+
# Messaging SMS resource. A shared resource can be a Pool, Opt-out list,
|
|
2051
2052
|
# Sender Id, or Phone number.
|
|
2052
2053
|
#
|
|
2053
2054
|
# @option params [required, String] :resource_arn
|
|
2054
|
-
# The Amazon Resource Name (ARN) of the End User
|
|
2055
|
+
# The Amazon Resource Name (ARN) of the End User Messaging SMS resource
|
|
2055
2056
|
# you're deleting the resource-based policy from.
|
|
2056
2057
|
#
|
|
2057
2058
|
# @return [Types::DeleteResourcePolicyResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
@@ -2085,7 +2086,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
2085
2086
|
# text messages. Deleting a spend limit override will set the
|
|
2086
2087
|
# `EnforcedLimit` to equal the `MaxLimit`, which is controlled by Amazon
|
|
2087
2088
|
# Web Services. For more information on spend limits (quotas) see
|
|
2088
|
-
# [Quotas ][1] in the *End User
|
|
2089
|
+
# [Quotas ][1] in the *End User Messaging SMS User Guide*.
|
|
2089
2090
|
#
|
|
2090
2091
|
#
|
|
2091
2092
|
#
|
|
@@ -2146,7 +2147,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
2146
2147
|
# voice messages. Deleting a spend limit override sets the
|
|
2147
2148
|
# `EnforcedLimit` equal to the `MaxLimit`, which is controlled by Amazon
|
|
2148
2149
|
# Web Services. For more information on spending limits (quotas) see
|
|
2149
|
-
# [Quotas ][1] in the *End User
|
|
2150
|
+
# [Quotas ][1] in the *End User Messaging SMS User Guide*.
|
|
2150
2151
|
#
|
|
2151
2152
|
#
|
|
2152
2153
|
#
|
|
@@ -2216,7 +2217,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
2216
2217
|
req.send_request(options)
|
|
2217
2218
|
end
|
|
2218
2219
|
|
|
2219
|
-
# Describes the current End User
|
|
2220
|
+
# Describes the current End User Messaging SMS SMS Voice V2 resource
|
|
2220
2221
|
# quotas for your account. The description for a quota includes the
|
|
2221
2222
|
# quota name, current usage toward that quota, and the quota's maximum
|
|
2222
2223
|
# value.
|
|
@@ -2224,7 +2225,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
2224
2225
|
# When you establish an Amazon Web Services account, the account has
|
|
2225
2226
|
# initial quotas on the maximum number of configuration sets, opt-out
|
|
2226
2227
|
# lists, phone numbers, and pools that you can create in a given Region.
|
|
2227
|
-
# For more information see [Quotas ][1] in the *End User
|
|
2228
|
+
# For more information see [Quotas ][1] in the *End User Messaging SMS
|
|
2228
2229
|
# User Guide*.
|
|
2229
2230
|
#
|
|
2230
2231
|
#
|
|
@@ -2354,7 +2355,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
2354
2355
|
# number or pool. It is also a specific word or phrase that an end user
|
|
2355
2356
|
# can send to your number to elicit a response, such as an informational
|
|
2356
2357
|
# message or a special offer. When your number receives a message that
|
|
2357
|
-
# begins with a keyword, End User
|
|
2358
|
+
# begins with a keyword, End User Messaging SMS responds with a
|
|
2358
2359
|
# customizable message.
|
|
2359
2360
|
#
|
|
2360
2361
|
# If you specify a keyword that isn't valid, an error is returned.
|
|
@@ -2366,8 +2367,8 @@ module Aws::PinpointSMSVoiceV2
|
|
|
2366
2367
|
# PhoneNumberArn while DescribeSenderIds can be used to get the values
|
|
2367
2368
|
# for SenderId and SenderIdArn.
|
|
2368
2369
|
#
|
|
2369
|
-
# If you are using a shared End User
|
|
2370
|
-
# use the full Amazon Resource Name(ARN).
|
|
2370
|
+
# If you are using a shared End User Messaging SMS resource then you
|
|
2371
|
+
# must use the full Amazon Resource Name(ARN).
|
|
2371
2372
|
#
|
|
2372
2373
|
# @option params [Array<String>] :keywords
|
|
2373
2374
|
# An array of keywords to search for.
|
|
@@ -2441,8 +2442,8 @@ module Aws::PinpointSMSVoiceV2
|
|
|
2441
2442
|
# The OptOutLists to show the details of. This is an array of strings
|
|
2442
2443
|
# that can be either the OptOutListName or OptOutListArn.
|
|
2443
2444
|
#
|
|
2444
|
-
# If you are using a shared End User
|
|
2445
|
-
# use the full Amazon Resource Name(ARN).
|
|
2445
|
+
# If you are using a shared End User Messaging SMS resource then you
|
|
2446
|
+
# must use the full Amazon Resource Name(ARN).
|
|
2446
2447
|
#
|
|
2447
2448
|
# @option params [String] :next_token
|
|
2448
2449
|
# The token to be used for the next set of paginated results. You don't
|
|
@@ -2508,8 +2509,8 @@ module Aws::PinpointSMSVoiceV2
|
|
|
2508
2509
|
# DescribeOptOutLists to find the values for OptOutListName and
|
|
2509
2510
|
# OptOutListArn.
|
|
2510
2511
|
#
|
|
2511
|
-
# If you are using a shared End User
|
|
2512
|
-
# use the full Amazon Resource Name(ARN).
|
|
2512
|
+
# If you are using a shared End User Messaging SMS resource then you
|
|
2513
|
+
# must use the full Amazon Resource Name(ARN).
|
|
2513
2514
|
#
|
|
2514
2515
|
# @option params [Array<String>] :opted_out_numbers
|
|
2515
2516
|
# An array of phone numbers to search for in the OptOutList.
|
|
@@ -2587,8 +2588,8 @@ module Aws::PinpointSMSVoiceV2
|
|
|
2587
2588
|
# is an array of strings that can be either the PhoneNumberId or
|
|
2588
2589
|
# PhoneNumberArn.
|
|
2589
2590
|
#
|
|
2590
|
-
# If you are using a shared End User
|
|
2591
|
-
# use the full Amazon Resource Name(ARN).
|
|
2591
|
+
# If you are using a shared End User Messaging SMS resource then you
|
|
2592
|
+
# must use the full Amazon Resource Name(ARN).
|
|
2592
2593
|
#
|
|
2593
2594
|
# @option params [Array<Types::PhoneNumberFilter>] :filters
|
|
2594
2595
|
# An array of PhoneNumberFilter objects to filter the results.
|
|
@@ -2681,8 +2682,8 @@ module Aws::PinpointSMSVoiceV2
|
|
|
2681
2682
|
# The unique identifier of pools to find. This is an array of strings
|
|
2682
2683
|
# that can be either the PoolId or PoolArn.
|
|
2683
2684
|
#
|
|
2684
|
-
# If you are using a shared End User
|
|
2685
|
-
# use the full Amazon Resource Name(ARN).
|
|
2685
|
+
# If you are using a shared End User Messaging SMS resource then you
|
|
2686
|
+
# must use the full Amazon Resource Name(ARN).
|
|
2686
2687
|
#
|
|
2687
2688
|
# @option params [Array<Types::PoolFilter>] :filters
|
|
2688
2689
|
# An array of PoolFilter objects to filter the results.
|
|
@@ -2991,6 +2992,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
2991
2992
|
# resp.registration_field_values[0].text_value #=> String
|
|
2992
2993
|
# resp.registration_field_values[0].registration_attachment_id #=> String
|
|
2993
2994
|
# resp.registration_field_values[0].denied_reason #=> String
|
|
2995
|
+
# resp.registration_field_values[0].feedback #=> String
|
|
2994
2996
|
# resp.next_token #=> String
|
|
2995
2997
|
#
|
|
2996
2998
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-v2-2022-03-31/DescribeRegistrationFieldValues AWS API Documentation
|
|
@@ -3170,9 +3172,10 @@ module Aws::PinpointSMSVoiceV2
|
|
|
3170
3172
|
# resp.registration_id #=> String
|
|
3171
3173
|
# resp.registration_versions #=> Array
|
|
3172
3174
|
# resp.registration_versions[0].version_number #=> Integer
|
|
3173
|
-
# resp.registration_versions[0].registration_version_status #=> String, one of "DRAFT", "SUBMITTED", "REVIEWING", "REQUIRES_AUTHENTICATION", "APPROVED", "DISCARDED", "DENIED", "REVOKED", "ARCHIVED"
|
|
3175
|
+
# resp.registration_versions[0].registration_version_status #=> String, one of "DRAFT", "SUBMITTED", "AWS_REVIEWING", "REVIEWING", "REQUIRES_AUTHENTICATION", "APPROVED", "DISCARDED", "DENIED", "REVOKED", "ARCHIVED"
|
|
3174
3176
|
# resp.registration_versions[0].registration_version_status_history.draft_timestamp #=> Time
|
|
3175
3177
|
# resp.registration_versions[0].registration_version_status_history.submitted_timestamp #=> Time
|
|
3178
|
+
# resp.registration_versions[0].registration_version_status_history.aws_reviewing_timestamp #=> Time
|
|
3176
3179
|
# resp.registration_versions[0].registration_version_status_history.reviewing_timestamp #=> Time
|
|
3177
3180
|
# resp.registration_versions[0].registration_version_status_history.requires_authentication_timestamp #=> Time
|
|
3178
3181
|
# resp.registration_versions[0].registration_version_status_history.approved_timestamp #=> Time
|
|
@@ -3186,6 +3189,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
3186
3189
|
# resp.registration_versions[0].denied_reasons[0].long_description #=> String
|
|
3187
3190
|
# resp.registration_versions[0].denied_reasons[0].documentation_title #=> String
|
|
3188
3191
|
# resp.registration_versions[0].denied_reasons[0].documentation_link #=> String
|
|
3192
|
+
# resp.registration_versions[0].feedback #=> String
|
|
3189
3193
|
# resp.next_token #=> String
|
|
3190
3194
|
#
|
|
3191
3195
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-v2-2022-03-31/DescribeRegistrationVersions AWS API Documentation
|
|
@@ -3239,7 +3243,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
3239
3243
|
# resp.registrations[0].registration_arn #=> String
|
|
3240
3244
|
# resp.registrations[0].registration_id #=> String
|
|
3241
3245
|
# resp.registrations[0].registration_type #=> String
|
|
3242
|
-
# resp.registrations[0].registration_status #=> String, one of "CREATED", "SUBMITTED", "REVIEWING", "REQUIRES_AUTHENTICATION", "PROVISIONING", "COMPLETE", "REQUIRES_UPDATES", "CLOSED", "DELETED"
|
|
3246
|
+
# resp.registrations[0].registration_status #=> String, one of "CREATED", "SUBMITTED", "AWS_REVIEWING", "REVIEWING", "REQUIRES_AUTHENTICATION", "PROVISIONING", "COMPLETE", "REQUIRES_UPDATES", "CLOSED", "DELETED"
|
|
3243
3247
|
# resp.registrations[0].current_version_number #=> Integer
|
|
3244
3248
|
# resp.registrations[0].approved_version_number #=> Integer
|
|
3245
3249
|
# resp.registrations[0].latest_denied_version_number #=> Integer
|
|
@@ -3271,8 +3275,8 @@ module Aws::PinpointSMSVoiceV2
|
|
|
3271
3275
|
# @option params [Array<Types::SenderIdAndCountry>] :sender_ids
|
|
3272
3276
|
# An array of SenderIdAndCountry objects to search for.
|
|
3273
3277
|
#
|
|
3274
|
-
# If you are using a shared End User
|
|
3275
|
-
# use the full Amazon Resource Name(ARN).
|
|
3278
|
+
# If you are using a shared End User Messaging SMS resource then you
|
|
3279
|
+
# must use the full Amazon Resource Name(ARN).
|
|
3276
3280
|
#
|
|
3277
3281
|
# @option params [Array<Types::SenderIdFilter>] :filters
|
|
3278
3282
|
# An array of SenderIdFilter objects to filter the results.
|
|
@@ -3346,7 +3350,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
3346
3350
|
# initial monthly spend limit in a given Region. For more information on
|
|
3347
3351
|
# increasing your monthly spend limit, see [ Requesting increases to
|
|
3348
3352
|
# your monthly SMS, MMS, or Voice spending quota ][1] in the *End User
|
|
3349
|
-
#
|
|
3353
|
+
# Messaging SMS User Guide*.
|
|
3350
3354
|
#
|
|
3351
3355
|
#
|
|
3352
3356
|
#
|
|
@@ -3460,8 +3464,8 @@ module Aws::PinpointSMSVoiceV2
|
|
|
3460
3464
|
# The unique identifier for the pool to disassociate with the
|
|
3461
3465
|
# origination identity. This value can be either the PoolId or PoolArn.
|
|
3462
3466
|
#
|
|
3463
|
-
# If you are using a shared End User
|
|
3464
|
-
# use the full Amazon Resource Name(ARN).
|
|
3467
|
+
# If you are using a shared End User Messaging SMS resource then you
|
|
3468
|
+
# must use the full Amazon Resource Name(ARN).
|
|
3465
3469
|
#
|
|
3466
3470
|
# @option params [required, String] :origination_identity
|
|
3467
3471
|
# The origination identity to use such as a PhoneNumberId,
|
|
@@ -3470,8 +3474,8 @@ module Aws::PinpointSMSVoiceV2
|
|
|
3470
3474
|
# PhoneNumberArn, or use DescribeSenderIds to get the values for
|
|
3471
3475
|
# SenderId and SenderIdArn.
|
|
3472
3476
|
#
|
|
3473
|
-
# If you are using a shared End User
|
|
3474
|
-
# use the full Amazon Resource Name(ARN).
|
|
3477
|
+
# If you are using a shared End User Messaging SMS resource then you
|
|
3478
|
+
# must use the full Amazon Resource Name(ARN).
|
|
3475
3479
|
#
|
|
3476
3480
|
# @option params [required, String] :iso_country_code
|
|
3477
3481
|
# The two-character code, in ISO 3166-1 alpha-2 format, for the country
|
|
@@ -3582,9 +3586,10 @@ module Aws::PinpointSMSVoiceV2
|
|
|
3582
3586
|
# resp.registration_arn #=> String
|
|
3583
3587
|
# resp.registration_id #=> String
|
|
3584
3588
|
# resp.version_number #=> Integer
|
|
3585
|
-
# resp.registration_version_status #=> String, one of "DRAFT", "SUBMITTED", "REVIEWING", "REQUIRES_AUTHENTICATION", "APPROVED", "DISCARDED", "DENIED", "REVOKED", "ARCHIVED"
|
|
3589
|
+
# resp.registration_version_status #=> String, one of "DRAFT", "SUBMITTED", "AWS_REVIEWING", "REVIEWING", "REQUIRES_AUTHENTICATION", "APPROVED", "DISCARDED", "DENIED", "REVOKED", "ARCHIVED"
|
|
3586
3590
|
# resp.registration_version_status_history.draft_timestamp #=> Time
|
|
3587
3591
|
# resp.registration_version_status_history.submitted_timestamp #=> Time
|
|
3592
|
+
# resp.registration_version_status_history.aws_reviewing_timestamp #=> Time
|
|
3588
3593
|
# resp.registration_version_status_history.reviewing_timestamp #=> Time
|
|
3589
3594
|
# resp.registration_version_status_history.requires_authentication_timestamp #=> Time
|
|
3590
3595
|
# resp.registration_version_status_history.approved_timestamp #=> Time
|
|
@@ -3644,11 +3649,11 @@ module Aws::PinpointSMSVoiceV2
|
|
|
3644
3649
|
end
|
|
3645
3650
|
|
|
3646
3651
|
# Retrieves the JSON text of the resource-based policy document attached
|
|
3647
|
-
# to the End User
|
|
3652
|
+
# to the End User Messaging SMS resource. A shared resource can be a
|
|
3648
3653
|
# Pool, Opt-out list, Sender Id, or Phone number.
|
|
3649
3654
|
#
|
|
3650
3655
|
# @option params [required, String] :resource_arn
|
|
3651
|
-
# The Amazon Resource Name (ARN) of the End User
|
|
3656
|
+
# The Amazon Resource Name (ARN) of the End User Messaging SMS resource
|
|
3652
3657
|
# attached to the resource-based policy.
|
|
3653
3658
|
#
|
|
3654
3659
|
# @return [Types::GetResourcePolicyResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
@@ -3687,8 +3692,8 @@ module Aws::PinpointSMSVoiceV2
|
|
|
3687
3692
|
# The unique identifier for the pool. This value can be either the
|
|
3688
3693
|
# PoolId or PoolArn.
|
|
3689
3694
|
#
|
|
3690
|
-
# If you are using a shared End User
|
|
3691
|
-
# use the full Amazon Resource Name(ARN).
|
|
3695
|
+
# If you are using a shared End User Messaging SMS resource then you
|
|
3696
|
+
# must use the full Amazon Resource Name(ARN).
|
|
3692
3697
|
#
|
|
3693
3698
|
# @option params [Array<Types::PoolOriginationIdentitiesFilter>] :filters
|
|
3694
3699
|
# An array of PoolOriginationIdentitiesFilter objects to filter the
|
|
@@ -3909,7 +3914,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
3909
3914
|
# number or pool. It is also a specific word or phrase that an end user
|
|
3910
3915
|
# can send to your number to elicit a response, such as an informational
|
|
3911
3916
|
# message or a special offer. When your number receives a message that
|
|
3912
|
-
# begins with a keyword, End User
|
|
3917
|
+
# begins with a keyword, End User Messaging SMS responds with a
|
|
3913
3918
|
# customizable message.
|
|
3914
3919
|
#
|
|
3915
3920
|
# If you specify a keyword that isn't valid, an error is returned.
|
|
@@ -3921,8 +3926,8 @@ module Aws::PinpointSMSVoiceV2
|
|
|
3921
3926
|
# PhoneNumberArn while DescribeSenderIds can be used to get the values
|
|
3922
3927
|
# for SenderId and SenderIdArn.
|
|
3923
3928
|
#
|
|
3924
|
-
# If you are using a shared End User
|
|
3925
|
-
# use the full Amazon Resource Name(ARN).
|
|
3929
|
+
# If you are using a shared End User Messaging SMS resource then you
|
|
3930
|
+
# must use the full Amazon Resource Name(ARN).
|
|
3926
3931
|
#
|
|
3927
3932
|
# @option params [required, String] :keyword
|
|
3928
3933
|
# The new keyword to add.
|
|
@@ -4022,8 +4027,8 @@ module Aws::PinpointSMSVoiceV2
|
|
|
4022
4027
|
# @option params [required, String] :opt_out_list_name
|
|
4023
4028
|
# The OptOutListName or OptOutListArn to add the phone number to.
|
|
4024
4029
|
#
|
|
4025
|
-
# If you are using a shared End User
|
|
4026
|
-
# use the full Amazon Resource Name(ARN).
|
|
4030
|
+
# If you are using a shared End User Messaging SMS resource then you
|
|
4031
|
+
# must use the full Amazon Resource Name(ARN).
|
|
4027
4032
|
#
|
|
4028
4033
|
# @option params [required, String] :opted_out_number
|
|
4029
4034
|
# The phone number to add to the OptOutList in E.164 format.
|
|
@@ -4183,19 +4188,19 @@ module Aws::PinpointSMSVoiceV2
|
|
|
4183
4188
|
req.send_request(options)
|
|
4184
4189
|
end
|
|
4185
4190
|
|
|
4186
|
-
# Attaches a resource-based policy to a End User
|
|
4191
|
+
# Attaches a resource-based policy to a End User Messaging SMS
|
|
4187
4192
|
# resource(phone number, sender Id, phone poll, or opt-out list) that is
|
|
4188
4193
|
# used for sharing the resource. A shared resource can be a Pool,
|
|
4189
4194
|
# Opt-out list, Sender Id, or Phone number. For more information about
|
|
4190
4195
|
# resource-based policies, see [Working with shared resources][1] in the
|
|
4191
|
-
# *End User
|
|
4196
|
+
# *End User Messaging SMS User Guide*.
|
|
4192
4197
|
#
|
|
4193
4198
|
#
|
|
4194
4199
|
#
|
|
4195
4200
|
# [1]: https://docs.aws.amazon.com/sms-voice/latest/userguide/shared-resources.html
|
|
4196
4201
|
#
|
|
4197
4202
|
# @option params [required, String] :resource_arn
|
|
4198
|
-
# The Amazon Resource Name (ARN) of the End User
|
|
4203
|
+
# The Amazon Resource Name (ARN) of the End User Messaging SMS resource
|
|
4199
4204
|
# to attach the resource-based policy to.
|
|
4200
4205
|
#
|
|
4201
4206
|
# @option params [required, String] :policy
|
|
@@ -4240,8 +4245,8 @@ module Aws::PinpointSMSVoiceV2
|
|
|
4240
4245
|
# You can use DescribePhoneNumbers to get the values for PhoneNumberId
|
|
4241
4246
|
# and PhoneNumberArn.
|
|
4242
4247
|
#
|
|
4243
|
-
# If you are using a shared End User
|
|
4244
|
-
# use the full Amazon Resource Name(ARN).
|
|
4248
|
+
# If you are using a shared End User Messaging SMS resource then you
|
|
4249
|
+
# must use the full Amazon Resource Name(ARN).
|
|
4245
4250
|
#
|
|
4246
4251
|
# @return [Types::ReleasePhoneNumberResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
4247
4252
|
#
|
|
@@ -4345,7 +4350,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
4345
4350
|
|
|
4346
4351
|
# Request an origination phone number for use in your account. For more
|
|
4347
4352
|
# information on phone number request see [Request a phone number][1] in
|
|
4348
|
-
# the *End User
|
|
4353
|
+
# the *End User Messaging SMS User Guide*.
|
|
4349
4354
|
#
|
|
4350
4355
|
#
|
|
4351
4356
|
#
|
|
@@ -4374,15 +4379,15 @@ module Aws::PinpointSMSVoiceV2
|
|
|
4374
4379
|
# The name of the OptOutList to associate with the phone number. You can
|
|
4375
4380
|
# use the OptOutListName or OptOutListArn.
|
|
4376
4381
|
#
|
|
4377
|
-
# If you are using a shared End User
|
|
4378
|
-
# use the full Amazon Resource Name(ARN).
|
|
4382
|
+
# If you are using a shared End User Messaging SMS resource then you
|
|
4383
|
+
# must use the full Amazon Resource Name(ARN).
|
|
4379
4384
|
#
|
|
4380
4385
|
# @option params [String] :pool_id
|
|
4381
4386
|
# The pool to associated with the phone number. You can use the PoolId
|
|
4382
4387
|
# or PoolArn.
|
|
4383
4388
|
#
|
|
4384
|
-
# If you are using a shared End User
|
|
4385
|
-
# use the full Amazon Resource Name(ARN).
|
|
4389
|
+
# If you are using a shared End User Messaging SMS resource then you
|
|
4390
|
+
# must use the full Amazon Resource Name(ARN).
|
|
4386
4391
|
#
|
|
4387
4392
|
# @option params [String] :registration_id
|
|
4388
4393
|
# Use this field to attach your phone number for an external
|
|
@@ -4590,8 +4595,8 @@ module Aws::PinpointSMSVoiceV2
|
|
|
4590
4595
|
# PhoneNumber, PhoneNumberId, PhoneNumberArn, SenderId, SenderIdArn,
|
|
4591
4596
|
# PoolId, or PoolArn.
|
|
4592
4597
|
#
|
|
4593
|
-
# If you are using a shared End User
|
|
4594
|
-
# use the full Amazon Resource Name(ARN).
|
|
4598
|
+
# If you are using a shared End User Messaging SMS resource then you
|
|
4599
|
+
# must use the full Amazon Resource Name(ARN).
|
|
4595
4600
|
#
|
|
4596
4601
|
# @option params [String] :configuration_set_name
|
|
4597
4602
|
# The name of the configuration set to use. This can be either the
|
|
@@ -4656,8 +4661,8 @@ module Aws::PinpointSMSVoiceV2
|
|
|
4656
4661
|
# PhoneNumber, PhoneNumberId, PhoneNumberArn, SenderId, SenderIdArn,
|
|
4657
4662
|
# PoolId, or PoolArn.
|
|
4658
4663
|
#
|
|
4659
|
-
# If you are using a shared End User
|
|
4660
|
-
# use the full Amazon Resource Name(ARN).
|
|
4664
|
+
# If you are using a shared End User Messaging SMS resource then you
|
|
4665
|
+
# must use the full Amazon Resource Name(ARN).
|
|
4661
4666
|
#
|
|
4662
4667
|
# @option params [String] :message_body
|
|
4663
4668
|
# The text body of the message.
|
|
@@ -4750,7 +4755,8 @@ module Aws::PinpointSMSVoiceV2
|
|
|
4750
4755
|
# Your MPS limit depends on the destination country of your messages, as
|
|
4751
4756
|
# well as the type of phone number (origination number) that you use to
|
|
4752
4757
|
# send the message. For more information about MPS, see [Message Parts
|
|
4753
|
-
# per Second (MPS) limits][1] in the *End User
|
|
4758
|
+
# per Second (MPS) limits][1] in the *End User Messaging SMS User
|
|
4759
|
+
# Guide*.
|
|
4754
4760
|
#
|
|
4755
4761
|
#
|
|
4756
4762
|
#
|
|
@@ -4764,8 +4770,8 @@ module Aws::PinpointSMSVoiceV2
|
|
|
4764
4770
|
# PhoneNumber, PhoneNumberId, PhoneNumberArn, SenderId, SenderIdArn,
|
|
4765
4771
|
# PoolId, or PoolArn.
|
|
4766
4772
|
#
|
|
4767
|
-
# If you are using a shared End User
|
|
4768
|
-
# use the full Amazon Resource Name(ARN).
|
|
4773
|
+
# If you are using a shared End User Messaging SMS resource then you
|
|
4774
|
+
# must use the full Amazon Resource Name(ARN).
|
|
4769
4775
|
#
|
|
4770
4776
|
# @option params [String] :message_body
|
|
4771
4777
|
# The body of the text message.
|
|
@@ -4828,7 +4834,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
4828
4834
|
# The Message Parts per Second (MPS) limit when using `DryRun` is five.
|
|
4829
4835
|
# If your origination identity has a lower MPS limit then the lower MPS
|
|
4830
4836
|
# limit is used. For more information about MPS limits, see [Message
|
|
4831
|
-
# Parts per Second (MPS) limits][1] in the *End User
|
|
4837
|
+
# Parts per Second (MPS) limits][1] in the *End User Messaging SMS User
|
|
4832
4838
|
# Guide*..
|
|
4833
4839
|
#
|
|
4834
4840
|
#
|
|
@@ -4897,8 +4903,8 @@ module Aws::PinpointSMSVoiceV2
|
|
|
4897
4903
|
# The origination identity to use for the voice call. This can be the
|
|
4898
4904
|
# PhoneNumber, PhoneNumberId, PhoneNumberArn, PoolId, or PoolArn.
|
|
4899
4905
|
#
|
|
4900
|
-
# If you are using a shared End User
|
|
4901
|
-
# use the full Amazon Resource Name(ARN).
|
|
4906
|
+
# If you are using a shared End User Messaging SMS resource then you
|
|
4907
|
+
# must use the full Amazon Resource Name(ARN).
|
|
4902
4908
|
#
|
|
4903
4909
|
# @option params [String] :message_body
|
|
4904
4910
|
# The text to convert to a voice message.
|
|
@@ -5245,6 +5251,11 @@ module Aws::PinpointSMSVoiceV2
|
|
|
5245
5251
|
# @option params [required, String] :registration_id
|
|
5246
5252
|
# The unique identifier for the registration.
|
|
5247
5253
|
#
|
|
5254
|
+
# @option params [Boolean] :aws_review
|
|
5255
|
+
# Set to true to request AWS review of the registration. When enabled,
|
|
5256
|
+
# AWS will perform additional validation and review of the registration
|
|
5257
|
+
# submission before processing.
|
|
5258
|
+
#
|
|
5248
5259
|
# @return [Types::SubmitRegistrationVersionResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
5249
5260
|
#
|
|
5250
5261
|
# * {Types::SubmitRegistrationVersionResult#registration_arn #registration_arn} => String
|
|
@@ -5252,11 +5263,13 @@ module Aws::PinpointSMSVoiceV2
|
|
|
5252
5263
|
# * {Types::SubmitRegistrationVersionResult#version_number #version_number} => Integer
|
|
5253
5264
|
# * {Types::SubmitRegistrationVersionResult#registration_version_status #registration_version_status} => String
|
|
5254
5265
|
# * {Types::SubmitRegistrationVersionResult#registration_version_status_history #registration_version_status_history} => Types::RegistrationVersionStatusHistory
|
|
5266
|
+
# * {Types::SubmitRegistrationVersionResult#aws_review #aws_review} => Boolean
|
|
5255
5267
|
#
|
|
5256
5268
|
# @example Request syntax with placeholder values
|
|
5257
5269
|
#
|
|
5258
5270
|
# resp = client.submit_registration_version({
|
|
5259
5271
|
# registration_id: "RegistrationIdOrArn", # required
|
|
5272
|
+
# aws_review: false,
|
|
5260
5273
|
# })
|
|
5261
5274
|
#
|
|
5262
5275
|
# @example Response structure
|
|
@@ -5264,9 +5277,10 @@ module Aws::PinpointSMSVoiceV2
|
|
|
5264
5277
|
# resp.registration_arn #=> String
|
|
5265
5278
|
# resp.registration_id #=> String
|
|
5266
5279
|
# resp.version_number #=> Integer
|
|
5267
|
-
# resp.registration_version_status #=> String, one of "DRAFT", "SUBMITTED", "REVIEWING", "REQUIRES_AUTHENTICATION", "APPROVED", "DISCARDED", "DENIED", "REVOKED", "ARCHIVED"
|
|
5280
|
+
# resp.registration_version_status #=> String, one of "DRAFT", "SUBMITTED", "AWS_REVIEWING", "REVIEWING", "REQUIRES_AUTHENTICATION", "APPROVED", "DISCARDED", "DENIED", "REVOKED", "ARCHIVED"
|
|
5268
5281
|
# resp.registration_version_status_history.draft_timestamp #=> Time
|
|
5269
5282
|
# resp.registration_version_status_history.submitted_timestamp #=> Time
|
|
5283
|
+
# resp.registration_version_status_history.aws_reviewing_timestamp #=> Time
|
|
5270
5284
|
# resp.registration_version_status_history.reviewing_timestamp #=> Time
|
|
5271
5285
|
# resp.registration_version_status_history.requires_authentication_timestamp #=> Time
|
|
5272
5286
|
# resp.registration_version_status_history.approved_timestamp #=> Time
|
|
@@ -5274,6 +5288,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
5274
5288
|
# resp.registration_version_status_history.denied_timestamp #=> Time
|
|
5275
5289
|
# resp.registration_version_status_history.revoked_timestamp #=> Time
|
|
5276
5290
|
# resp.registration_version_status_history.archived_timestamp #=> Time
|
|
5291
|
+
# resp.aws_review #=> Boolean
|
|
5277
5292
|
#
|
|
5278
5293
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-v2-2022-03-31/SubmitRegistrationVersion AWS API Documentation
|
|
5279
5294
|
#
|
|
@@ -5288,7 +5303,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
5288
5303
|
# When you specify an existing tag key, the value is overwritten with
|
|
5289
5304
|
# the new value. Each tag consists of a key and an optional value. Tag
|
|
5290
5305
|
# keys must be unique per resource. For more information about tags, see
|
|
5291
|
-
# [Tags ][1] in the *End User
|
|
5306
|
+
# [Tags ][1] in the *End User Messaging SMS User Guide*.
|
|
5292
5307
|
#
|
|
5293
5308
|
#
|
|
5294
5309
|
#
|
|
@@ -5325,7 +5340,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
5325
5340
|
end
|
|
5326
5341
|
|
|
5327
5342
|
# Removes the association of the specified tags from a resource. For
|
|
5328
|
-
# more information on tags see [Tags ][1] in the *End User
|
|
5343
|
+
# more information on tags see [Tags ][1] in the *End User Messaging SMS
|
|
5329
5344
|
# User Guide*.
|
|
5330
5345
|
#
|
|
5331
5346
|
#
|
|
@@ -5456,8 +5471,8 @@ module Aws::PinpointSMSVoiceV2
|
|
|
5456
5471
|
# The unique identifier of the phone number. Valid values for this field
|
|
5457
5472
|
# can be either the PhoneNumberId or PhoneNumberArn.
|
|
5458
5473
|
#
|
|
5459
|
-
# If you are using a shared End User
|
|
5460
|
-
# use the full Amazon Resource Name(ARN).
|
|
5474
|
+
# If you are using a shared End User Messaging SMS resource then you
|
|
5475
|
+
# must use the full Amazon Resource Name(ARN).
|
|
5461
5476
|
#
|
|
5462
5477
|
# @option params [Boolean] :two_way_enabled
|
|
5463
5478
|
# By default this is set to false. When set to true you can receive
|
|
@@ -5473,7 +5488,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
5473
5488
|
# @option params [Boolean] :self_managed_opt_outs_enabled
|
|
5474
5489
|
# By default this is set to false. When set to false and an end
|
|
5475
5490
|
# recipient sends a message that begins with HELP or STOP to one of your
|
|
5476
|
-
# dedicated numbers, End User
|
|
5491
|
+
# dedicated numbers, End User Messaging SMS automatically replies with a
|
|
5477
5492
|
# customizable message and adds the end recipient to the OptOutList.
|
|
5478
5493
|
# When set to true you're responsible for responding to HELP and STOP
|
|
5479
5494
|
# requests. You're also responsible for tracking and honoring opt-out
|
|
@@ -5565,8 +5580,8 @@ module Aws::PinpointSMSVoiceV2
|
|
|
5565
5580
|
# The unique identifier of the pool to update. Valid values are either
|
|
5566
5581
|
# the PoolId or PoolArn.
|
|
5567
5582
|
#
|
|
5568
|
-
# If you are using a shared End User
|
|
5569
|
-
# use the full Amazon Resource Name(ARN).
|
|
5583
|
+
# If you are using a shared End User Messaging SMS resource then you
|
|
5584
|
+
# must use the full Amazon Resource Name(ARN).
|
|
5570
5585
|
#
|
|
5571
5586
|
# @option params [Boolean] :two_way_enabled
|
|
5572
5587
|
# By default this is set to false. When set to true you can receive
|
|
@@ -5582,7 +5597,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
5582
5597
|
# @option params [Boolean] :self_managed_opt_outs_enabled
|
|
5583
5598
|
# By default this is set to false. When set to false and an end
|
|
5584
5599
|
# recipient sends a message that begins with HELP or STOP to one of your
|
|
5585
|
-
# dedicated numbers, End User
|
|
5600
|
+
# dedicated numbers, End User Messaging SMS automatically replies with a
|
|
5586
5601
|
# customizable message and adds the end recipient to the OptOutList.
|
|
5587
5602
|
# When set to true you're responsible for responding to HELP and STOP
|
|
5588
5603
|
# requests. You're also responsible for tracking and honoring opt-out
|
|
@@ -5592,8 +5607,8 @@ module Aws::PinpointSMSVoiceV2
|
|
|
5592
5607
|
# The OptOutList to associate with the pool. Valid values are either
|
|
5593
5608
|
# OptOutListName or OptOutListArn.
|
|
5594
5609
|
#
|
|
5595
|
-
# If you are using a shared End User
|
|
5596
|
-
# use the full Amazon Resource Name(ARN).
|
|
5610
|
+
# If you are using a shared End User Messaging SMS resource then you
|
|
5611
|
+
# must use the full Amazon Resource Name(ARN).
|
|
5597
5612
|
#
|
|
5598
5613
|
# @option params [Boolean] :shared_routes_enabled
|
|
5599
5614
|
# Indicates whether shared routes are enabled for the pool.
|
|
@@ -5710,7 +5725,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
5710
5725
|
# contain the details for the requested NumberCapability. The Key is the
|
|
5711
5726
|
# two-letter ISO country code. For a list of supported ISO country
|
|
5712
5727
|
# codes, see [Supported countries and regions (SMS channel)][1] in the
|
|
5713
|
-
# End User
|
|
5728
|
+
# End User Messaging SMS User Guide.
|
|
5714
5729
|
#
|
|
5715
5730
|
# For example, to set the United States as allowed and Canada as
|
|
5716
5731
|
# blocked, the `CountryRuleSetUpdates` would be formatted as:
|
|
@@ -5871,7 +5886,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
5871
5886
|
tracer: tracer
|
|
5872
5887
|
)
|
|
5873
5888
|
context[:gem_name] = 'aws-sdk-pinpointsmsvoicev2'
|
|
5874
|
-
context[:gem_version] = '1.
|
|
5889
|
+
context[:gem_version] = '1.49.0'
|
|
5875
5890
|
Seahorse::Client::Request.new(handlers, context)
|
|
5876
5891
|
end
|
|
5877
5892
|
|