aws-sdk-pinpointsmsvoicev2 1.41.0 → 1.42.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 +16 -1
- data/lib/aws-sdk-pinpointsmsvoicev2/client_api.rb +5 -0
- data/lib/aws-sdk-pinpointsmsvoicev2/types.rb +30 -0
- data/lib/aws-sdk-pinpointsmsvoicev2.rb +1 -1
- data/sig/client.rbs +4 -0
- data/sig/types.rbs +8 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3d4e86ec4df96222d1e86fe1165a6553ef3e589c6e78aa0db681ad7de9bb0254
|
4
|
+
data.tar.gz: f475b21ac4626659249196471bc8dc15b03348dc3966161b592057c1e32c3603
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 829c60f75c4c4467ba6e53d9ef901ecbc3864db81688d5c8b4e5d98f1e76365fa9ec0b1d3e2cb10d0b70eb796351319e1c44a7cc6ca60f10d03c53f48442c20a
|
7
|
+
data.tar.gz: 16324585c351314b11af33c99b3ae4bca3a6d8f0c36dfca0146dcec5f996371dc9ad93c5ee0457f542fb067bd30aee8de6af87bc6fb8da0ad10013d14732af89
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.42.0 (2025-08-20)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This change added InternationalSendingEnbaled as part of describe/Update/Request phone number API response, and as part of update/Request phone number API request
|
8
|
+
|
4
9
|
1.41.0 (2025-08-04)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.42.0
|
@@ -2566,6 +2566,7 @@ module Aws::PinpointSMSVoiceV2
|
|
2566
2566
|
# resp.phone_numbers[0].two_way_channel_role #=> String
|
2567
2567
|
# resp.phone_numbers[0].self_managed_opt_outs_enabled #=> Boolean
|
2568
2568
|
# resp.phone_numbers[0].opt_out_list_name #=> String
|
2569
|
+
# resp.phone_numbers[0].international_sending_enabled #=> Boolean
|
2569
2570
|
# resp.phone_numbers[0].deletion_protection_enabled #=> Boolean
|
2570
2571
|
# resp.phone_numbers[0].pool_id #=> String
|
2571
2572
|
# resp.phone_numbers[0].registration_id #=> String
|
@@ -4307,6 +4308,10 @@ module Aws::PinpointSMSVoiceV2
|
|
4307
4308
|
# Use this field to attach your phone number for an external
|
4308
4309
|
# registration process.
|
4309
4310
|
#
|
4311
|
+
# @option params [Boolean] :international_sending_enabled
|
4312
|
+
# By default this is set to false. When set to true the international
|
4313
|
+
# sending of phone number is Enabled.
|
4314
|
+
#
|
4310
4315
|
# @option params [Boolean] :deletion_protection_enabled
|
4311
4316
|
# By default this is set to false. When set to true the phone number
|
4312
4317
|
# can't be deleted.
|
@@ -4340,6 +4345,7 @@ module Aws::PinpointSMSVoiceV2
|
|
4340
4345
|
# * {Types::RequestPhoneNumberResult#two_way_channel_role #two_way_channel_role} => String
|
4341
4346
|
# * {Types::RequestPhoneNumberResult#self_managed_opt_outs_enabled #self_managed_opt_outs_enabled} => Boolean
|
4342
4347
|
# * {Types::RequestPhoneNumberResult#opt_out_list_name #opt_out_list_name} => String
|
4348
|
+
# * {Types::RequestPhoneNumberResult#international_sending_enabled #international_sending_enabled} => Boolean
|
4343
4349
|
# * {Types::RequestPhoneNumberResult#deletion_protection_enabled #deletion_protection_enabled} => Boolean
|
4344
4350
|
# * {Types::RequestPhoneNumberResult#pool_id #pool_id} => String
|
4345
4351
|
# * {Types::RequestPhoneNumberResult#registration_id #registration_id} => String
|
@@ -4356,6 +4362,7 @@ module Aws::PinpointSMSVoiceV2
|
|
4356
4362
|
# opt_out_list_name: "OptOutListNameOrArn",
|
4357
4363
|
# pool_id: "PoolIdOrArn",
|
4358
4364
|
# registration_id: "RegistrationIdOrArn",
|
4365
|
+
# international_sending_enabled: false,
|
4359
4366
|
# deletion_protection_enabled: false,
|
4360
4367
|
# tags: [
|
4361
4368
|
# {
|
@@ -4383,6 +4390,7 @@ module Aws::PinpointSMSVoiceV2
|
|
4383
4390
|
# resp.two_way_channel_role #=> String
|
4384
4391
|
# resp.self_managed_opt_outs_enabled #=> Boolean
|
4385
4392
|
# resp.opt_out_list_name #=> String
|
4393
|
+
# resp.international_sending_enabled #=> Boolean
|
4386
4394
|
# resp.deletion_protection_enabled #=> Boolean
|
4387
4395
|
# resp.pool_id #=> String
|
4388
4396
|
# resp.registration_id #=> String
|
@@ -5396,6 +5404,10 @@ module Aws::PinpointSMSVoiceV2
|
|
5396
5404
|
# The OptOutList to add the phone number to. Valid values for this field
|
5397
5405
|
# can be either the OutOutListName or OutOutListArn.
|
5398
5406
|
#
|
5407
|
+
# @option params [Boolean] :international_sending_enabled
|
5408
|
+
# By default this is set to false. When set to true the international
|
5409
|
+
# sending of phone number is Enabled.
|
5410
|
+
#
|
5399
5411
|
# @option params [Boolean] :deletion_protection_enabled
|
5400
5412
|
# By default this is set to false. When set to true the phone number
|
5401
5413
|
# can't be deleted.
|
@@ -5416,6 +5428,7 @@ module Aws::PinpointSMSVoiceV2
|
|
5416
5428
|
# * {Types::UpdatePhoneNumberResult#two_way_channel_role #two_way_channel_role} => String
|
5417
5429
|
# * {Types::UpdatePhoneNumberResult#self_managed_opt_outs_enabled #self_managed_opt_outs_enabled} => Boolean
|
5418
5430
|
# * {Types::UpdatePhoneNumberResult#opt_out_list_name #opt_out_list_name} => String
|
5431
|
+
# * {Types::UpdatePhoneNumberResult#international_sending_enabled #international_sending_enabled} => Boolean
|
5419
5432
|
# * {Types::UpdatePhoneNumberResult#deletion_protection_enabled #deletion_protection_enabled} => Boolean
|
5420
5433
|
# * {Types::UpdatePhoneNumberResult#registration_id #registration_id} => String
|
5421
5434
|
# * {Types::UpdatePhoneNumberResult#created_timestamp #created_timestamp} => Time
|
@@ -5429,6 +5442,7 @@ module Aws::PinpointSMSVoiceV2
|
|
5429
5442
|
# two_way_channel_role: "IamRoleArn",
|
5430
5443
|
# self_managed_opt_outs_enabled: false,
|
5431
5444
|
# opt_out_list_name: "OptOutListNameOrArn",
|
5445
|
+
# international_sending_enabled: false,
|
5432
5446
|
# deletion_protection_enabled: false,
|
5433
5447
|
# })
|
5434
5448
|
#
|
@@ -5449,6 +5463,7 @@ module Aws::PinpointSMSVoiceV2
|
|
5449
5463
|
# resp.two_way_channel_role #=> String
|
5450
5464
|
# resp.self_managed_opt_outs_enabled #=> Boolean
|
5451
5465
|
# resp.opt_out_list_name #=> String
|
5466
|
+
# resp.international_sending_enabled #=> Boolean
|
5452
5467
|
# resp.deletion_protection_enabled #=> Boolean
|
5453
5468
|
# resp.registration_id #=> String
|
5454
5469
|
# resp.created_timestamp #=> Time
|
@@ -5777,7 +5792,7 @@ module Aws::PinpointSMSVoiceV2
|
|
5777
5792
|
tracer: tracer
|
5778
5793
|
)
|
5779
5794
|
context[:gem_name] = 'aws-sdk-pinpointsmsvoicev2'
|
5780
|
-
context[:gem_version] = '1.
|
5795
|
+
context[:gem_version] = '1.42.0'
|
5781
5796
|
Seahorse::Client::Request.new(handlers, context)
|
5782
5797
|
end
|
5783
5798
|
|
@@ -1241,6 +1241,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1241
1241
|
PhoneNumberInformation.add_member(:two_way_channel_role, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "TwoWayChannelRole"))
|
1242
1242
|
PhoneNumberInformation.add_member(:self_managed_opt_outs_enabled, Shapes::ShapeRef.new(shape: PrimitiveBoolean, required: true, location_name: "SelfManagedOptOutsEnabled"))
|
1243
1243
|
PhoneNumberInformation.add_member(:opt_out_list_name, Shapes::ShapeRef.new(shape: OptOutListName, required: true, location_name: "OptOutListName"))
|
1244
|
+
PhoneNumberInformation.add_member(:international_sending_enabled, Shapes::ShapeRef.new(shape: PrimitiveBoolean, location_name: "InternationalSendingEnabled"))
|
1244
1245
|
PhoneNumberInformation.add_member(:deletion_protection_enabled, Shapes::ShapeRef.new(shape: PrimitiveBoolean, required: true, location_name: "DeletionProtectionEnabled"))
|
1245
1246
|
PhoneNumberInformation.add_member(:pool_id, Shapes::ShapeRef.new(shape: String, location_name: "PoolId"))
|
1246
1247
|
PhoneNumberInformation.add_member(:registration_id, Shapes::ShapeRef.new(shape: String, location_name: "RegistrationId"))
|
@@ -1583,6 +1584,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1583
1584
|
RequestPhoneNumberRequest.add_member(:opt_out_list_name, Shapes::ShapeRef.new(shape: OptOutListNameOrArn, location_name: "OptOutListName"))
|
1584
1585
|
RequestPhoneNumberRequest.add_member(:pool_id, Shapes::ShapeRef.new(shape: PoolIdOrArn, location_name: "PoolId"))
|
1585
1586
|
RequestPhoneNumberRequest.add_member(:registration_id, Shapes::ShapeRef.new(shape: RegistrationIdOrArn, location_name: "RegistrationId"))
|
1587
|
+
RequestPhoneNumberRequest.add_member(:international_sending_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "InternationalSendingEnabled"))
|
1586
1588
|
RequestPhoneNumberRequest.add_member(:deletion_protection_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "DeletionProtectionEnabled"))
|
1587
1589
|
RequestPhoneNumberRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1588
1590
|
RequestPhoneNumberRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
@@ -1602,6 +1604,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1602
1604
|
RequestPhoneNumberResult.add_member(:two_way_channel_role, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "TwoWayChannelRole"))
|
1603
1605
|
RequestPhoneNumberResult.add_member(:self_managed_opt_outs_enabled, Shapes::ShapeRef.new(shape: PrimitiveBoolean, location_name: "SelfManagedOptOutsEnabled"))
|
1604
1606
|
RequestPhoneNumberResult.add_member(:opt_out_list_name, Shapes::ShapeRef.new(shape: OptOutListName, location_name: "OptOutListName"))
|
1607
|
+
RequestPhoneNumberResult.add_member(:international_sending_enabled, Shapes::ShapeRef.new(shape: PrimitiveBoolean, location_name: "InternationalSendingEnabled"))
|
1605
1608
|
RequestPhoneNumberResult.add_member(:deletion_protection_enabled, Shapes::ShapeRef.new(shape: PrimitiveBoolean, location_name: "DeletionProtectionEnabled"))
|
1606
1609
|
RequestPhoneNumberResult.add_member(:pool_id, Shapes::ShapeRef.new(shape: String, location_name: "PoolId"))
|
1607
1610
|
RequestPhoneNumberResult.add_member(:registration_id, Shapes::ShapeRef.new(shape: String, location_name: "RegistrationId"))
|
@@ -1873,6 +1876,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1873
1876
|
UpdatePhoneNumberRequest.add_member(:two_way_channel_role, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "TwoWayChannelRole"))
|
1874
1877
|
UpdatePhoneNumberRequest.add_member(:self_managed_opt_outs_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SelfManagedOptOutsEnabled"))
|
1875
1878
|
UpdatePhoneNumberRequest.add_member(:opt_out_list_name, Shapes::ShapeRef.new(shape: OptOutListNameOrArn, location_name: "OptOutListName"))
|
1879
|
+
UpdatePhoneNumberRequest.add_member(:international_sending_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "InternationalSendingEnabled"))
|
1876
1880
|
UpdatePhoneNumberRequest.add_member(:deletion_protection_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "DeletionProtectionEnabled"))
|
1877
1881
|
UpdatePhoneNumberRequest.struct_class = Types::UpdatePhoneNumberRequest
|
1878
1882
|
|
@@ -1890,6 +1894,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1890
1894
|
UpdatePhoneNumberResult.add_member(:two_way_channel_role, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "TwoWayChannelRole"))
|
1891
1895
|
UpdatePhoneNumberResult.add_member(:self_managed_opt_outs_enabled, Shapes::ShapeRef.new(shape: PrimitiveBoolean, location_name: "SelfManagedOptOutsEnabled"))
|
1892
1896
|
UpdatePhoneNumberResult.add_member(:opt_out_list_name, Shapes::ShapeRef.new(shape: OptOutListName, location_name: "OptOutListName"))
|
1897
|
+
UpdatePhoneNumberResult.add_member(:international_sending_enabled, Shapes::ShapeRef.new(shape: PrimitiveBoolean, location_name: "InternationalSendingEnabled"))
|
1893
1898
|
UpdatePhoneNumberResult.add_member(:deletion_protection_enabled, Shapes::ShapeRef.new(shape: PrimitiveBoolean, location_name: "DeletionProtectionEnabled"))
|
1894
1899
|
UpdatePhoneNumberResult.add_member(:registration_id, Shapes::ShapeRef.new(shape: String, location_name: "RegistrationId"))
|
1895
1900
|
UpdatePhoneNumberResult.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTimestamp"))
|
@@ -3972,6 +3972,11 @@ module Aws::PinpointSMSVoiceV2
|
|
3972
3972
|
# The name of the OptOutList associated with the phone number.
|
3973
3973
|
# @return [String]
|
3974
3974
|
#
|
3975
|
+
# @!attribute [rw] international_sending_enabled
|
3976
|
+
# When set to true the international sending of phone number is
|
3977
|
+
# Enabled.
|
3978
|
+
# @return [Boolean]
|
3979
|
+
#
|
3975
3980
|
# @!attribute [rw] deletion_protection_enabled
|
3976
3981
|
# When set to true the phone number can't be deleted.
|
3977
3982
|
# @return [Boolean]
|
@@ -4010,6 +4015,7 @@ module Aws::PinpointSMSVoiceV2
|
|
4010
4015
|
:two_way_channel_role,
|
4011
4016
|
:self_managed_opt_outs_enabled,
|
4012
4017
|
:opt_out_list_name,
|
4018
|
+
:international_sending_enabled,
|
4013
4019
|
:deletion_protection_enabled,
|
4014
4020
|
:pool_id,
|
4015
4021
|
:registration_id,
|
@@ -5589,6 +5595,11 @@ module Aws::PinpointSMSVoiceV2
|
|
5589
5595
|
# registration process.
|
5590
5596
|
# @return [String]
|
5591
5597
|
#
|
5598
|
+
# @!attribute [rw] international_sending_enabled
|
5599
|
+
# By default this is set to false. When set to true the international
|
5600
|
+
# sending of phone number is Enabled.
|
5601
|
+
# @return [Boolean]
|
5602
|
+
#
|
5592
5603
|
# @!attribute [rw] deletion_protection_enabled
|
5593
5604
|
# By default this is set to false. When set to true the phone number
|
5594
5605
|
# can't be deleted.
|
@@ -5619,6 +5630,7 @@ module Aws::PinpointSMSVoiceV2
|
|
5619
5630
|
:opt_out_list_name,
|
5620
5631
|
:pool_id,
|
5621
5632
|
:registration_id,
|
5633
|
+
:international_sending_enabled,
|
5622
5634
|
:deletion_protection_enabled,
|
5623
5635
|
:tags,
|
5624
5636
|
:client_token)
|
@@ -5695,6 +5707,11 @@ module Aws::PinpointSMSVoiceV2
|
|
5695
5707
|
# phone number.
|
5696
5708
|
# @return [String]
|
5697
5709
|
#
|
5710
|
+
# @!attribute [rw] international_sending_enabled
|
5711
|
+
# By default this is set to false. When set to true the international
|
5712
|
+
# sending of phone number is Enabled.
|
5713
|
+
# @return [Boolean]
|
5714
|
+
#
|
5698
5715
|
# @!attribute [rw] deletion_protection_enabled
|
5699
5716
|
# By default this is set to false. When set to true the phone number
|
5700
5717
|
# can't be deleted.
|
@@ -5739,6 +5756,7 @@ module Aws::PinpointSMSVoiceV2
|
|
5739
5756
|
:two_way_channel_role,
|
5740
5757
|
:self_managed_opt_outs_enabled,
|
5741
5758
|
:opt_out_list_name,
|
5759
|
+
:international_sending_enabled,
|
5742
5760
|
:deletion_protection_enabled,
|
5743
5761
|
:pool_id,
|
5744
5762
|
:registration_id,
|
@@ -7067,6 +7085,11 @@ module Aws::PinpointSMSVoiceV2
|
|
7067
7085
|
# field can be either the OutOutListName or OutOutListArn.
|
7068
7086
|
# @return [String]
|
7069
7087
|
#
|
7088
|
+
# @!attribute [rw] international_sending_enabled
|
7089
|
+
# By default this is set to false. When set to true the international
|
7090
|
+
# sending of phone number is Enabled.
|
7091
|
+
# @return [Boolean]
|
7092
|
+
#
|
7070
7093
|
# @!attribute [rw] deletion_protection_enabled
|
7071
7094
|
# By default this is set to false. When set to true the phone number
|
7072
7095
|
# can't be deleted.
|
@@ -7081,6 +7104,7 @@ module Aws::PinpointSMSVoiceV2
|
|
7081
7104
|
:two_way_channel_role,
|
7082
7105
|
:self_managed_opt_outs_enabled,
|
7083
7106
|
:opt_out_list_name,
|
7107
|
+
:international_sending_enabled,
|
7084
7108
|
:deletion_protection_enabled)
|
7085
7109
|
SENSITIVE = []
|
7086
7110
|
include Aws::Structure
|
@@ -7148,6 +7172,11 @@ module Aws::PinpointSMSVoiceV2
|
|
7148
7172
|
# The name of the OptOutList associated with the phone number.
|
7149
7173
|
# @return [String]
|
7150
7174
|
#
|
7175
|
+
# @!attribute [rw] international_sending_enabled
|
7176
|
+
# When set to true the international sending of phone number is
|
7177
|
+
# Enabled.
|
7178
|
+
# @return [Boolean]
|
7179
|
+
#
|
7151
7180
|
# @!attribute [rw] deletion_protection_enabled
|
7152
7181
|
# When set to true the phone number can't be deleted.
|
7153
7182
|
# @return [Boolean]
|
@@ -7182,6 +7211,7 @@ module Aws::PinpointSMSVoiceV2
|
|
7182
7211
|
:two_way_channel_role,
|
7183
7212
|
:self_managed_opt_outs_enabled,
|
7184
7213
|
:opt_out_list_name,
|
7214
|
+
:international_sending_enabled,
|
7185
7215
|
:deletion_protection_enabled,
|
7186
7216
|
:registration_id,
|
7187
7217
|
:created_timestamp)
|
data/sig/client.rbs
CHANGED
@@ -1234,6 +1234,7 @@ module Aws
|
|
1234
1234
|
def two_way_channel_role: () -> ::String
|
1235
1235
|
def self_managed_opt_outs_enabled: () -> bool
|
1236
1236
|
def opt_out_list_name: () -> ::String
|
1237
|
+
def international_sending_enabled: () -> bool
|
1237
1238
|
def deletion_protection_enabled: () -> bool
|
1238
1239
|
def pool_id: () -> ::String
|
1239
1240
|
def registration_id: () -> ::String
|
@@ -1249,6 +1250,7 @@ module Aws
|
|
1249
1250
|
?opt_out_list_name: ::String,
|
1250
1251
|
?pool_id: ::String,
|
1251
1252
|
?registration_id: ::String,
|
1253
|
+
?international_sending_enabled: bool,
|
1252
1254
|
?deletion_protection_enabled: bool,
|
1253
1255
|
?tags: Array[
|
1254
1256
|
{
|
@@ -1527,6 +1529,7 @@ module Aws
|
|
1527
1529
|
def two_way_channel_role: () -> ::String
|
1528
1530
|
def self_managed_opt_outs_enabled: () -> bool
|
1529
1531
|
def opt_out_list_name: () -> ::String
|
1532
|
+
def international_sending_enabled: () -> bool
|
1530
1533
|
def deletion_protection_enabled: () -> bool
|
1531
1534
|
def registration_id: () -> ::String
|
1532
1535
|
def created_timestamp: () -> ::Time
|
@@ -1539,6 +1542,7 @@ module Aws
|
|
1539
1542
|
?two_way_channel_role: ::String,
|
1540
1543
|
?self_managed_opt_outs_enabled: bool,
|
1541
1544
|
?opt_out_list_name: ::String,
|
1545
|
+
?international_sending_enabled: bool,
|
1542
1546
|
?deletion_protection_enabled: bool
|
1543
1547
|
) -> _UpdatePhoneNumberResponseSuccess
|
1544
1548
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdatePhoneNumberResponseSuccess
|
data/sig/types.rbs
CHANGED
@@ -85,7 +85,7 @@ module Aws::PinpointSMSVoiceV2
|
|
85
85
|
class ConflictException
|
86
86
|
attr_accessor message: ::String
|
87
87
|
attr_accessor reason: ("CREATE_REGISTRATION_VERSION_NOT_ALLOWED" | "DELETION_PROTECTION_ENABLED" | "DESTINATION_PHONE_NUMBER_NOT_VERIFIED" | "DESTINATION_PHONE_NUMBER_OPTED_OUT" | "DISASSOCIATE_REGISTRATION_NOT_ALLOWED" | "DISCARD_REGISTRATION_VERSION_NOT_ALLOWED" | "EDIT_REGISTRATION_FIELD_VALUES_NOT_ALLOWED" | "EVENT_DESTINATION_MISMATCH" | "KEYWORD_MISMATCH" | "LAST_PHONE_NUMBER" | "NUMBER_CAPABILITIES_MISMATCH" | "MESSAGE_TYPE_MISMATCH" | "NO_ORIGINATION_IDENTITIES_FOUND" | "OPT_OUT_LIST_MISMATCH" | "PHONE_NUMBER_ASSOCIATED_TO_POOL" | "PHONE_NUMBER_ASSOCIATED_TO_REGISTRATION" | "PHONE_NUMBER_NOT_ASSOCIATED_TO_POOL" | "PHONE_NUMBER_NOT_IN_REGISTRATION_REGION" | "REGISTRATION_ALREADY_SUBMITTED" | "REGISTRATION_NOT_COMPLETE" | "SENDER_ID_ASSOCIATED_TO_POOL" | "RESOURCE_ALREADY_EXISTS" | "RESOURCE_DELETION_NOT_ALLOWED" | "RESOURCE_MODIFICATION_NOT_ALLOWED" | "RESOURCE_NOT_ACTIVE" | "RESOURCE_NOT_EMPTY" | "SELF_MANAGED_OPT_OUTS_MISMATCH" | "SUBMIT_REGISTRATION_VERSION_NOT_ALLOWED" | "TWO_WAY_CONFIG_MISMATCH" | "VERIFICATION_CODE_EXPIRED" | "VERIFICATION_ALREADY_COMPLETE" | "PROTECT_CONFIGURATION_IS_ACCOUNT_DEFAULT" | "PROTECT_CONFIGURATION_ASSOCIATED_WITH_CONFIGURATION_SET" | "PROTECT_CONFIGURATION_NOT_ASSOCIATED_WITH_CONFIGURATION_SET" | "DESTINATION_COUNTRY_BLOCKED_BY_PROTECT_CONFIGURATION" | "DESTINATION_PHONE_NUMBER_BLOCKED_BY_PROTECT_NUMBER_OVERRIDE")
|
88
|
-
attr_accessor resource_type: ("account" | "phone-number" | "sender-id" | "pool" | "configuration-set" | "opt-out-list" | "event-destination" | "keyword" | "opted-out-number" | "registration" | "registration-attachment" | "verified-destination-number" | "protect-configuration" | "policy" | "message")
|
88
|
+
attr_accessor resource_type: ("account" | "phone-number" | "sender-id" | "pool" | "configuration-set" | "opt-out-list" | "event-destination" | "keyword" | "opted-out-number" | "registration" | "registration-attachment" | "verified-destination-number" | "protect-configuration" | "message-template" | "policy" | "message")
|
89
89
|
attr_accessor resource_id: ::String
|
90
90
|
SENSITIVE: []
|
91
91
|
end
|
@@ -1017,6 +1017,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1017
1017
|
attr_accessor two_way_channel_role: ::String
|
1018
1018
|
attr_accessor self_managed_opt_outs_enabled: bool
|
1019
1019
|
attr_accessor opt_out_list_name: ::String
|
1020
|
+
attr_accessor international_sending_enabled: bool
|
1020
1021
|
attr_accessor deletion_protection_enabled: bool
|
1021
1022
|
attr_accessor pool_id: ::String
|
1022
1023
|
attr_accessor registration_id: ::String
|
@@ -1388,6 +1389,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1388
1389
|
attr_accessor opt_out_list_name: ::String
|
1389
1390
|
attr_accessor pool_id: ::String
|
1390
1391
|
attr_accessor registration_id: ::String
|
1392
|
+
attr_accessor international_sending_enabled: bool
|
1391
1393
|
attr_accessor deletion_protection_enabled: bool
|
1392
1394
|
attr_accessor tags: ::Array[Types::Tag]
|
1393
1395
|
attr_accessor client_token: ::String
|
@@ -1409,6 +1411,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1409
1411
|
attr_accessor two_way_channel_role: ::String
|
1410
1412
|
attr_accessor self_managed_opt_outs_enabled: bool
|
1411
1413
|
attr_accessor opt_out_list_name: ::String
|
1414
|
+
attr_accessor international_sending_enabled: bool
|
1412
1415
|
attr_accessor deletion_protection_enabled: bool
|
1413
1416
|
attr_accessor pool_id: ::String
|
1414
1417
|
attr_accessor registration_id: ::String
|
@@ -1441,7 +1444,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1441
1444
|
|
1442
1445
|
class ResourceNotFoundException
|
1443
1446
|
attr_accessor message: ::String
|
1444
|
-
attr_accessor resource_type: ("account" | "phone-number" | "sender-id" | "pool" | "configuration-set" | "opt-out-list" | "event-destination" | "keyword" | "opted-out-number" | "registration" | "registration-attachment" | "verified-destination-number" | "protect-configuration" | "policy" | "message")
|
1447
|
+
attr_accessor resource_type: ("account" | "phone-number" | "sender-id" | "pool" | "configuration-set" | "opt-out-list" | "event-destination" | "keyword" | "opted-out-number" | "registration" | "registration-attachment" | "verified-destination-number" | "protect-configuration" | "message-template" | "policy" | "message")
|
1445
1448
|
attr_accessor resource_id: ::String
|
1446
1449
|
SENSITIVE: []
|
1447
1450
|
end
|
@@ -1745,6 +1748,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1745
1748
|
attr_accessor two_way_channel_role: ::String
|
1746
1749
|
attr_accessor self_managed_opt_outs_enabled: bool
|
1747
1750
|
attr_accessor opt_out_list_name: ::String
|
1751
|
+
attr_accessor international_sending_enabled: bool
|
1748
1752
|
attr_accessor deletion_protection_enabled: bool
|
1749
1753
|
SENSITIVE: []
|
1750
1754
|
end
|
@@ -1764,6 +1768,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1764
1768
|
attr_accessor two_way_channel_role: ::String
|
1765
1769
|
attr_accessor self_managed_opt_outs_enabled: bool
|
1766
1770
|
attr_accessor opt_out_list_name: ::String
|
1771
|
+
attr_accessor international_sending_enabled: bool
|
1767
1772
|
attr_accessor deletion_protection_enabled: bool
|
1768
1773
|
attr_accessor registration_id: ::String
|
1769
1774
|
attr_accessor created_timestamp: ::Time
|
@@ -1849,7 +1854,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1849
1854
|
|
1850
1855
|
class ValidationException
|
1851
1856
|
attr_accessor message: ::String
|
1852
|
-
attr_accessor reason: ("CANNOT_ADD_OPTED_OUT_NUMBER" | "CANNOT_PARSE" | "COUNTRY_CODE_MISMATCH" | "DESTINATION_COUNTRY_BLOCKED" | "FIELD_VALIDATION_FAILED" | "ATTACHMENT_TYPE_NOT_SUPPORTED" | "INVALID_ARN" | "INVALID_FILTER_VALUES" | "INVALID_IDENTITY_FOR_DESTINATION_COUNTRY" | "INVALID_NEXT_TOKEN" | "INVALID_PARAMETER" | "INVALID_REQUEST" | "INVALID_REGISTRATION_ASSOCIATION" | "MAXIMUM_SIZE_EXCEEDED" | "MEDIA_TYPE_NOT_SUPPORTED" | "MISSING_PARAMETER" | "PARAMETERS_CANNOT_BE_USED_TOGETHER" | "PHONE_NUMBER_CANNOT_BE_OPTED_IN" | "PHONE_NUMBER_CANNOT_BE_RELEASED" | "PRICE_OVER_THRESHOLD" | "RESOURCE_NOT_ACCESSIBLE" | "REQUESTED_SPEND_LIMIT_HIGHER_THAN_SERVICE_LIMIT" | "SENDER_ID_NOT_REGISTERED" | "SENDER_ID_NOT_SUPPORTED" | "SENDER_ID_REQUIRES_REGISTRATION" | "TWO_WAY_TOPIC_NOT_PRESENT" | "TWO_WAY_NOT_ENABLED" | "TWO_WAY_NOT_SUPPORTED_IN_COUNTRY" | "TWO_WAY_NOT_SUPPORTED_IN_REGION" | "TWO_WAY_CHANNEL_NOT_PRESENT" | "UNKNOWN_REGISTRATION_FIELD" | "UNKNOWN_REGISTRATION_SECTION" | "UNKNOWN_REGISTRATION_TYPE" | "UNKNOWN_REGISTRATION_VERSION" | "UNKNOWN_OPERATION" | "REGISTRATION_FIELD_CANNOT_BE_DELETED" | "VERIFICATION_CODE_MISMATCH" | "VOICE_CAPABILITY_NOT_AVAILABLE" | "UNSPECIFIED_PARAMETER_NOT_SUPPORTED" | "OTHER")
|
1857
|
+
attr_accessor reason: ("CANNOT_ADD_OPTED_OUT_NUMBER" | "CANNOT_PARSE" | "COUNTRY_CODE_MISMATCH" | "DESTINATION_COUNTRY_BLOCKED" | "FIELD_VALIDATION_FAILED" | "ATTACHMENT_TYPE_NOT_SUPPORTED" | "INTERNATIONAL_SENDING_NOT_SUPPORTED" | "INVALID_ARN" | "INVALID_FILTER_VALUES" | "INVALID_IDENTITY_FOR_DESTINATION_COUNTRY" | "INVALID_NEXT_TOKEN" | "INVALID_PARAMETER" | "INVALID_REQUEST" | "INVALID_REGISTRATION_ASSOCIATION" | "MAXIMUM_SIZE_EXCEEDED" | "MEDIA_TYPE_NOT_SUPPORTED" | "MISSING_PARAMETER" | "PARAMETERS_CANNOT_BE_USED_TOGETHER" | "PHONE_NUMBER_CANNOT_BE_OPTED_IN" | "PHONE_NUMBER_CANNOT_BE_RELEASED" | "PRICE_OVER_THRESHOLD" | "RESOURCE_NOT_ACCESSIBLE" | "REQUESTED_SPEND_LIMIT_HIGHER_THAN_SERVICE_LIMIT" | "SENDER_ID_NOT_REGISTERED" | "SENDER_ID_NOT_SUPPORTED" | "SENDER_ID_REQUIRES_REGISTRATION" | "TWO_WAY_TOPIC_NOT_PRESENT" | "TWO_WAY_NOT_ENABLED" | "TWO_WAY_NOT_SUPPORTED_IN_COUNTRY" | "TWO_WAY_NOT_SUPPORTED_IN_REGION" | "TWO_WAY_CHANNEL_NOT_PRESENT" | "UNKNOWN_REGISTRATION_FIELD" | "UNKNOWN_REGISTRATION_SECTION" | "UNKNOWN_REGISTRATION_TYPE" | "UNKNOWN_REGISTRATION_VERSION" | "UNKNOWN_OPERATION" | "REGISTRATION_FIELD_CANNOT_BE_DELETED" | "VERIFICATION_CODE_MISMATCH" | "VOICE_CAPABILITY_NOT_AVAILABLE" | "UNSPECIFIED_PARAMETER_NOT_SUPPORTED" | "OTHER")
|
1853
1858
|
attr_accessor fields: ::Array[Types::ValidationExceptionField]
|
1854
1859
|
SENSITIVE: []
|
1855
1860
|
end
|