aws-sdk-pinpointsmsvoicev2 1.30.0 → 1.32.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-pinpointsmsvoicev2/client.rb +305 -13
- data/lib/aws-sdk-pinpointsmsvoicev2/client_api.rb +168 -0
- data/lib/aws-sdk-pinpointsmsvoicev2/types.rb +386 -5
- data/lib/aws-sdk-pinpointsmsvoicev2.rb +1 -1
- data/sig/client.rbs +95 -6
- data/sig/resource.rbs +2 -0
- data/sig/types.rbs +105 -7
- metadata +4 -4
data/sig/client.rbs
CHANGED
@@ -39,7 +39,9 @@ module Aws
|
|
39
39
|
?logger: untyped,
|
40
40
|
?max_attempts: Integer,
|
41
41
|
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
43
45
|
?retry_backoff: Proc,
|
44
46
|
?retry_base_delay: Float,
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
@@ -137,7 +139,7 @@ module Aws
|
|
137
139
|
def create_event_destination: (
|
138
140
|
configuration_set_name: ::String,
|
139
141
|
event_destination_name: ::String,
|
140
|
-
matching_event_types: Array[("ALL" | "TEXT_ALL" | "TEXT_SENT" | "TEXT_PENDING" | "TEXT_QUEUED" | "TEXT_SUCCESSFUL" | "TEXT_DELIVERED" | "TEXT_INVALID" | "TEXT_INVALID_MESSAGE" | "TEXT_UNREACHABLE" | "TEXT_CARRIER_UNREACHABLE" | "TEXT_BLOCKED" | "TEXT_CARRIER_BLOCKED" | "TEXT_SPAM" | "TEXT_UNKNOWN" | "TEXT_TTL_EXPIRED" | "VOICE_ALL" | "VOICE_INITIATED" | "VOICE_RINGING" | "VOICE_ANSWERED" | "VOICE_COMPLETED" | "VOICE_BUSY" | "VOICE_NO_ANSWER" | "VOICE_FAILED" | "VOICE_TTL_EXPIRED" | "MEDIA_ALL" | "MEDIA_PENDING" | "MEDIA_QUEUED" | "MEDIA_SUCCESSFUL" | "MEDIA_DELIVERED" | "MEDIA_INVALID" | "MEDIA_INVALID_MESSAGE" | "MEDIA_UNREACHABLE" | "MEDIA_CARRIER_UNREACHABLE" | "MEDIA_BLOCKED" | "MEDIA_CARRIER_BLOCKED" | "MEDIA_SPAM" | "MEDIA_UNKNOWN" | "MEDIA_TTL_EXPIRED" | "MEDIA_FILE_INACCESSIBLE" | "MEDIA_FILE_TYPE_UNSUPPORTED" | "MEDIA_FILE_SIZE_EXCEEDED")],
|
142
|
+
matching_event_types: Array[("ALL" | "TEXT_ALL" | "TEXT_SENT" | "TEXT_PENDING" | "TEXT_QUEUED" | "TEXT_SUCCESSFUL" | "TEXT_DELIVERED" | "TEXT_INVALID" | "TEXT_INVALID_MESSAGE" | "TEXT_UNREACHABLE" | "TEXT_CARRIER_UNREACHABLE" | "TEXT_BLOCKED" | "TEXT_CARRIER_BLOCKED" | "TEXT_SPAM" | "TEXT_UNKNOWN" | "TEXT_TTL_EXPIRED" | "TEXT_PROTECT_BLOCKED" | "VOICE_ALL" | "VOICE_INITIATED" | "VOICE_RINGING" | "VOICE_ANSWERED" | "VOICE_COMPLETED" | "VOICE_BUSY" | "VOICE_NO_ANSWER" | "VOICE_FAILED" | "VOICE_TTL_EXPIRED" | "MEDIA_ALL" | "MEDIA_PENDING" | "MEDIA_QUEUED" | "MEDIA_SUCCESSFUL" | "MEDIA_DELIVERED" | "MEDIA_INVALID" | "MEDIA_INVALID_MESSAGE" | "MEDIA_UNREACHABLE" | "MEDIA_CARRIER_UNREACHABLE" | "MEDIA_BLOCKED" | "MEDIA_CARRIER_BLOCKED" | "MEDIA_SPAM" | "MEDIA_UNKNOWN" | "MEDIA_TTL_EXPIRED" | "MEDIA_FILE_INACCESSIBLE" | "MEDIA_FILE_TYPE_UNSUPPORTED" | "MEDIA_FILE_SIZE_EXCEEDED")],
|
141
143
|
?cloud_watch_logs_destination: {
|
142
144
|
iam_role_arn: ::String,
|
143
145
|
log_group_arn: ::String
|
@@ -344,6 +346,7 @@ module Aws
|
|
344
346
|
def event_destinations: () -> ::Array[Types::EventDestination]
|
345
347
|
def default_message_type: () -> ("TRANSACTIONAL" | "PROMOTIONAL")
|
346
348
|
def default_sender_id: () -> ::String
|
349
|
+
def default_message_feedback_enabled: () -> bool
|
347
350
|
def created_timestamp: () -> ::Time
|
348
351
|
end
|
349
352
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PinpointSMSVoiceV2/Client.html#delete_configuration_set-instance_method
|
@@ -474,6 +477,23 @@ module Aws
|
|
474
477
|
) -> _DeleteProtectConfigurationResponseSuccess
|
475
478
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteProtectConfigurationResponseSuccess
|
476
479
|
|
480
|
+
interface _DeleteProtectConfigurationRuleSetNumberOverrideResponseSuccess
|
481
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteProtectConfigurationRuleSetNumberOverrideResult]
|
482
|
+
def protect_configuration_arn: () -> ::String
|
483
|
+
def protect_configuration_id: () -> ::String
|
484
|
+
def destination_phone_number: () -> ::String
|
485
|
+
def created_timestamp: () -> ::Time
|
486
|
+
def action: () -> ("ALLOW" | "BLOCK")
|
487
|
+
def iso_country_code: () -> ::String
|
488
|
+
def expiration_timestamp: () -> ::Time
|
489
|
+
end
|
490
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PinpointSMSVoiceV2/Client.html#delete_protect_configuration_rule_set_number_override-instance_method
|
491
|
+
def delete_protect_configuration_rule_set_number_override: (
|
492
|
+
protect_configuration_id: ::String,
|
493
|
+
destination_phone_number: ::String
|
494
|
+
) -> _DeleteProtectConfigurationRuleSetNumberOverrideResponseSuccess
|
495
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteProtectConfigurationRuleSetNumberOverrideResponseSuccess
|
496
|
+
|
477
497
|
interface _DeleteRegistrationResponseSuccess
|
478
498
|
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteRegistrationResult]
|
479
499
|
def registration_arn: () -> ::String
|
@@ -600,7 +620,7 @@ module Aws
|
|
600
620
|
?configuration_set_names: Array[::String],
|
601
621
|
?filters: Array[
|
602
622
|
{
|
603
|
-
name: ("event-destination-name" | "matching-event-types" | "default-message-type" | "default-sender-id" | "protect-configuration-id"),
|
623
|
+
name: ("event-destination-name" | "matching-event-types" | "default-message-type" | "default-sender-id" | "default-message-feedback-enabled" | "protect-configuration-id"),
|
604
624
|
values: Array[::String]
|
605
625
|
},
|
606
626
|
],
|
@@ -1004,6 +1024,27 @@ module Aws
|
|
1004
1024
|
) -> _ListPoolOriginationIdentitiesResponseSuccess
|
1005
1025
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPoolOriginationIdentitiesResponseSuccess
|
1006
1026
|
|
1027
|
+
interface _ListProtectConfigurationRuleSetNumberOverridesResponseSuccess
|
1028
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListProtectConfigurationRuleSetNumberOverridesResult]
|
1029
|
+
def protect_configuration_arn: () -> ::String
|
1030
|
+
def protect_configuration_id: () -> ::String
|
1031
|
+
def rule_set_number_overrides: () -> ::Array[Types::ProtectConfigurationRuleSetNumberOverride]
|
1032
|
+
def next_token: () -> ::String
|
1033
|
+
end
|
1034
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PinpointSMSVoiceV2/Client.html#list_protect_configuration_rule_set_number_overrides-instance_method
|
1035
|
+
def list_protect_configuration_rule_set_number_overrides: (
|
1036
|
+
protect_configuration_id: ::String,
|
1037
|
+
?filters: Array[
|
1038
|
+
{
|
1039
|
+
name: ("iso-country-code" | "destination-phone-number-begins-with" | "action" | "expires-before" | "expires-after" | "created-before" | "created-after"),
|
1040
|
+
values: Array[::String]
|
1041
|
+
},
|
1042
|
+
],
|
1043
|
+
?next_token: ::String,
|
1044
|
+
?max_results: ::Integer
|
1045
|
+
) -> _ListProtectConfigurationRuleSetNumberOverridesResponseSuccess
|
1046
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListProtectConfigurationRuleSetNumberOverridesResponseSuccess
|
1047
|
+
|
1007
1048
|
interface _ListRegistrationAssociationsResponseSuccess
|
1008
1049
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListRegistrationAssociationsResult]
|
1009
1050
|
def registration_arn: () -> ::String
|
@@ -1054,6 +1095,18 @@ module Aws
|
|
1054
1095
|
) -> _PutKeywordResponseSuccess
|
1055
1096
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutKeywordResponseSuccess
|
1056
1097
|
|
1098
|
+
interface _PutMessageFeedbackResponseSuccess
|
1099
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PutMessageFeedbackResult]
|
1100
|
+
def message_id: () -> ::String
|
1101
|
+
def message_feedback_status: () -> ("RECEIVED" | "FAILED")
|
1102
|
+
end
|
1103
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PinpointSMSVoiceV2/Client.html#put_message_feedback-instance_method
|
1104
|
+
def put_message_feedback: (
|
1105
|
+
message_id: ::String,
|
1106
|
+
message_feedback_status: ("RECEIVED" | "FAILED")
|
1107
|
+
) -> _PutMessageFeedbackResponseSuccess
|
1108
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutMessageFeedbackResponseSuccess
|
1109
|
+
|
1057
1110
|
interface _PutOptedOutNumberResponseSuccess
|
1058
1111
|
include ::Seahorse::Client::_ResponseSuccess[Types::PutOptedOutNumberResult]
|
1059
1112
|
def opt_out_list_arn: () -> ::String
|
@@ -1069,6 +1122,26 @@ module Aws
|
|
1069
1122
|
) -> _PutOptedOutNumberResponseSuccess
|
1070
1123
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutOptedOutNumberResponseSuccess
|
1071
1124
|
|
1125
|
+
interface _PutProtectConfigurationRuleSetNumberOverrideResponseSuccess
|
1126
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PutProtectConfigurationRuleSetNumberOverrideResult]
|
1127
|
+
def protect_configuration_arn: () -> ::String
|
1128
|
+
def protect_configuration_id: () -> ::String
|
1129
|
+
def destination_phone_number: () -> ::String
|
1130
|
+
def created_timestamp: () -> ::Time
|
1131
|
+
def action: () -> ("ALLOW" | "BLOCK")
|
1132
|
+
def iso_country_code: () -> ::String
|
1133
|
+
def expiration_timestamp: () -> ::Time
|
1134
|
+
end
|
1135
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PinpointSMSVoiceV2/Client.html#put_protect_configuration_rule_set_number_override-instance_method
|
1136
|
+
def put_protect_configuration_rule_set_number_override: (
|
1137
|
+
?client_token: ::String,
|
1138
|
+
protect_configuration_id: ::String,
|
1139
|
+
destination_phone_number: ::String,
|
1140
|
+
action: ("ALLOW" | "BLOCK"),
|
1141
|
+
?expiration_timestamp: ::Time
|
1142
|
+
) -> _PutProtectConfigurationRuleSetNumberOverrideResponseSuccess
|
1143
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutProtectConfigurationRuleSetNumberOverrideResponseSuccess
|
1144
|
+
|
1072
1145
|
interface _PutRegistrationFieldValueResponseSuccess
|
1073
1146
|
include ::Seahorse::Client::_ResponseSuccess[Types::PutRegistrationFieldValueResult]
|
1074
1147
|
def registration_arn: () -> ::String
|
@@ -1244,7 +1317,8 @@ module Aws
|
|
1244
1317
|
?time_to_live: ::Integer,
|
1245
1318
|
?context: Hash[::String, ::String],
|
1246
1319
|
?dry_run: bool,
|
1247
|
-
?protect_configuration_id: ::String
|
1320
|
+
?protect_configuration_id: ::String,
|
1321
|
+
?message_feedback_enabled: bool
|
1248
1322
|
) -> _SendMediaMessageResponseSuccess
|
1249
1323
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SendMediaMessageResponseSuccess
|
1250
1324
|
|
@@ -1265,7 +1339,8 @@ module Aws
|
|
1265
1339
|
?context: Hash[::String, ::String],
|
1266
1340
|
?destination_country_parameters: Hash[("IN_TEMPLATE_ID" | "IN_ENTITY_ID"), ::String],
|
1267
1341
|
?dry_run: bool,
|
1268
|
-
?protect_configuration_id: ::String
|
1342
|
+
?protect_configuration_id: ::String,
|
1343
|
+
?message_feedback_enabled: bool
|
1269
1344
|
) -> _SendTextMessageResponseSuccess
|
1270
1345
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SendTextMessageResponseSuccess
|
1271
1346
|
|
@@ -1285,7 +1360,8 @@ module Aws
|
|
1285
1360
|
?time_to_live: ::Integer,
|
1286
1361
|
?context: Hash[::String, ::String],
|
1287
1362
|
?dry_run: bool,
|
1288
|
-
?protect_configuration_id: ::String
|
1363
|
+
?protect_configuration_id: ::String,
|
1364
|
+
?message_feedback_enabled: bool
|
1289
1365
|
) -> _SendVoiceMessageResponseSuccess
|
1290
1366
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SendVoiceMessageResponseSuccess
|
1291
1367
|
|
@@ -1300,6 +1376,19 @@ module Aws
|
|
1300
1376
|
) -> _SetAccountDefaultProtectConfigurationResponseSuccess
|
1301
1377
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SetAccountDefaultProtectConfigurationResponseSuccess
|
1302
1378
|
|
1379
|
+
interface _SetDefaultMessageFeedbackEnabledResponseSuccess
|
1380
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::SetDefaultMessageFeedbackEnabledResult]
|
1381
|
+
def configuration_set_arn: () -> ::String
|
1382
|
+
def configuration_set_name: () -> ::String
|
1383
|
+
def message_feedback_enabled: () -> bool
|
1384
|
+
end
|
1385
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PinpointSMSVoiceV2/Client.html#set_default_message_feedback_enabled-instance_method
|
1386
|
+
def set_default_message_feedback_enabled: (
|
1387
|
+
configuration_set_name: ::String,
|
1388
|
+
message_feedback_enabled: bool
|
1389
|
+
) -> _SetDefaultMessageFeedbackEnabledResponseSuccess
|
1390
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SetDefaultMessageFeedbackEnabledResponseSuccess
|
1391
|
+
|
1303
1392
|
interface _SetDefaultMessageTypeResponseSuccess
|
1304
1393
|
include ::Seahorse::Client::_ResponseSuccess[Types::SetDefaultMessageTypeResult]
|
1305
1394
|
def configuration_set_arn: () -> ::String
|
@@ -1406,7 +1495,7 @@ module Aws
|
|
1406
1495
|
configuration_set_name: ::String,
|
1407
1496
|
event_destination_name: ::String,
|
1408
1497
|
?enabled: bool,
|
1409
|
-
?matching_event_types: Array[("ALL" | "TEXT_ALL" | "TEXT_SENT" | "TEXT_PENDING" | "TEXT_QUEUED" | "TEXT_SUCCESSFUL" | "TEXT_DELIVERED" | "TEXT_INVALID" | "TEXT_INVALID_MESSAGE" | "TEXT_UNREACHABLE" | "TEXT_CARRIER_UNREACHABLE" | "TEXT_BLOCKED" | "TEXT_CARRIER_BLOCKED" | "TEXT_SPAM" | "TEXT_UNKNOWN" | "TEXT_TTL_EXPIRED" | "VOICE_ALL" | "VOICE_INITIATED" | "VOICE_RINGING" | "VOICE_ANSWERED" | "VOICE_COMPLETED" | "VOICE_BUSY" | "VOICE_NO_ANSWER" | "VOICE_FAILED" | "VOICE_TTL_EXPIRED" | "MEDIA_ALL" | "MEDIA_PENDING" | "MEDIA_QUEUED" | "MEDIA_SUCCESSFUL" | "MEDIA_DELIVERED" | "MEDIA_INVALID" | "MEDIA_INVALID_MESSAGE" | "MEDIA_UNREACHABLE" | "MEDIA_CARRIER_UNREACHABLE" | "MEDIA_BLOCKED" | "MEDIA_CARRIER_BLOCKED" | "MEDIA_SPAM" | "MEDIA_UNKNOWN" | "MEDIA_TTL_EXPIRED" | "MEDIA_FILE_INACCESSIBLE" | "MEDIA_FILE_TYPE_UNSUPPORTED" | "MEDIA_FILE_SIZE_EXCEEDED")],
|
1498
|
+
?matching_event_types: Array[("ALL" | "TEXT_ALL" | "TEXT_SENT" | "TEXT_PENDING" | "TEXT_QUEUED" | "TEXT_SUCCESSFUL" | "TEXT_DELIVERED" | "TEXT_INVALID" | "TEXT_INVALID_MESSAGE" | "TEXT_UNREACHABLE" | "TEXT_CARRIER_UNREACHABLE" | "TEXT_BLOCKED" | "TEXT_CARRIER_BLOCKED" | "TEXT_SPAM" | "TEXT_UNKNOWN" | "TEXT_TTL_EXPIRED" | "TEXT_PROTECT_BLOCKED" | "VOICE_ALL" | "VOICE_INITIATED" | "VOICE_RINGING" | "VOICE_ANSWERED" | "VOICE_COMPLETED" | "VOICE_BUSY" | "VOICE_NO_ANSWER" | "VOICE_FAILED" | "VOICE_TTL_EXPIRED" | "MEDIA_ALL" | "MEDIA_PENDING" | "MEDIA_QUEUED" | "MEDIA_SUCCESSFUL" | "MEDIA_DELIVERED" | "MEDIA_INVALID" | "MEDIA_INVALID_MESSAGE" | "MEDIA_UNREACHABLE" | "MEDIA_CARRIER_UNREACHABLE" | "MEDIA_BLOCKED" | "MEDIA_CARRIER_BLOCKED" | "MEDIA_SPAM" | "MEDIA_UNKNOWN" | "MEDIA_TTL_EXPIRED" | "MEDIA_FILE_INACCESSIBLE" | "MEDIA_FILE_TYPE_UNSUPPORTED" | "MEDIA_FILE_SIZE_EXCEEDED")],
|
1410
1499
|
?cloud_watch_logs_destination: {
|
1411
1500
|
iam_role_arn: ::String,
|
1412
1501
|
log_group_arn: ::String
|
data/sig/resource.rbs
CHANGED
@@ -39,7 +39,9 @@ module Aws
|
|
39
39
|
?logger: untyped,
|
40
40
|
?max_attempts: Integer,
|
41
41
|
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
43
45
|
?retry_backoff: Proc,
|
44
46
|
?retry_base_delay: Float,
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
data/sig/types.rbs
CHANGED
@@ -65,7 +65,7 @@ module Aws::PinpointSMSVoiceV2
|
|
65
65
|
end
|
66
66
|
|
67
67
|
class ConfigurationSetFilter
|
68
|
-
attr_accessor name: ("event-destination-name" | "matching-event-types" | "default-message-type" | "default-sender-id" | "protect-configuration-id")
|
68
|
+
attr_accessor name: ("event-destination-name" | "matching-event-types" | "default-message-type" | "default-sender-id" | "default-message-feedback-enabled" | "protect-configuration-id")
|
69
69
|
attr_accessor values: ::Array[::String]
|
70
70
|
SENSITIVE: []
|
71
71
|
end
|
@@ -76,6 +76,7 @@ module Aws::PinpointSMSVoiceV2
|
|
76
76
|
attr_accessor event_destinations: ::Array[Types::EventDestination]
|
77
77
|
attr_accessor default_message_type: ("TRANSACTIONAL" | "PROMOTIONAL")
|
78
78
|
attr_accessor default_sender_id: ::String
|
79
|
+
attr_accessor default_message_feedback_enabled: bool
|
79
80
|
attr_accessor created_timestamp: ::Time
|
80
81
|
attr_accessor protect_configuration_id: ::String
|
81
82
|
SENSITIVE: []
|
@@ -83,8 +84,8 @@ module Aws::PinpointSMSVoiceV2
|
|
83
84
|
|
84
85
|
class ConflictException
|
85
86
|
attr_accessor message: ::String
|
86
|
-
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")
|
87
|
-
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")
|
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
89
|
attr_accessor resource_id: ::String
|
89
90
|
SENSITIVE: []
|
90
91
|
end
|
@@ -107,7 +108,7 @@ module Aws::PinpointSMSVoiceV2
|
|
107
108
|
class CreateEventDestinationRequest
|
108
109
|
attr_accessor configuration_set_name: ::String
|
109
110
|
attr_accessor event_destination_name: ::String
|
110
|
-
attr_accessor matching_event_types: ::Array[("ALL" | "TEXT_ALL" | "TEXT_SENT" | "TEXT_PENDING" | "TEXT_QUEUED" | "TEXT_SUCCESSFUL" | "TEXT_DELIVERED" | "TEXT_INVALID" | "TEXT_INVALID_MESSAGE" | "TEXT_UNREACHABLE" | "TEXT_CARRIER_UNREACHABLE" | "TEXT_BLOCKED" | "TEXT_CARRIER_BLOCKED" | "TEXT_SPAM" | "TEXT_UNKNOWN" | "TEXT_TTL_EXPIRED" | "VOICE_ALL" | "VOICE_INITIATED" | "VOICE_RINGING" | "VOICE_ANSWERED" | "VOICE_COMPLETED" | "VOICE_BUSY" | "VOICE_NO_ANSWER" | "VOICE_FAILED" | "VOICE_TTL_EXPIRED" | "MEDIA_ALL" | "MEDIA_PENDING" | "MEDIA_QUEUED" | "MEDIA_SUCCESSFUL" | "MEDIA_DELIVERED" | "MEDIA_INVALID" | "MEDIA_INVALID_MESSAGE" | "MEDIA_UNREACHABLE" | "MEDIA_CARRIER_UNREACHABLE" | "MEDIA_BLOCKED" | "MEDIA_CARRIER_BLOCKED" | "MEDIA_SPAM" | "MEDIA_UNKNOWN" | "MEDIA_TTL_EXPIRED" | "MEDIA_FILE_INACCESSIBLE" | "MEDIA_FILE_TYPE_UNSUPPORTED" | "MEDIA_FILE_SIZE_EXCEEDED")]
|
111
|
+
attr_accessor matching_event_types: ::Array[("ALL" | "TEXT_ALL" | "TEXT_SENT" | "TEXT_PENDING" | "TEXT_QUEUED" | "TEXT_SUCCESSFUL" | "TEXT_DELIVERED" | "TEXT_INVALID" | "TEXT_INVALID_MESSAGE" | "TEXT_UNREACHABLE" | "TEXT_CARRIER_UNREACHABLE" | "TEXT_BLOCKED" | "TEXT_CARRIER_BLOCKED" | "TEXT_SPAM" | "TEXT_UNKNOWN" | "TEXT_TTL_EXPIRED" | "TEXT_PROTECT_BLOCKED" | "VOICE_ALL" | "VOICE_INITIATED" | "VOICE_RINGING" | "VOICE_ANSWERED" | "VOICE_COMPLETED" | "VOICE_BUSY" | "VOICE_NO_ANSWER" | "VOICE_FAILED" | "VOICE_TTL_EXPIRED" | "MEDIA_ALL" | "MEDIA_PENDING" | "MEDIA_QUEUED" | "MEDIA_SUCCESSFUL" | "MEDIA_DELIVERED" | "MEDIA_INVALID" | "MEDIA_INVALID_MESSAGE" | "MEDIA_UNREACHABLE" | "MEDIA_CARRIER_UNREACHABLE" | "MEDIA_BLOCKED" | "MEDIA_CARRIER_BLOCKED" | "MEDIA_SPAM" | "MEDIA_UNKNOWN" | "MEDIA_TTL_EXPIRED" | "MEDIA_FILE_INACCESSIBLE" | "MEDIA_FILE_TYPE_UNSUPPORTED" | "MEDIA_FILE_SIZE_EXCEEDED")]
|
111
112
|
attr_accessor cloud_watch_logs_destination: Types::CloudWatchLogsDestination
|
112
113
|
attr_accessor kinesis_firehose_destination: Types::KinesisFirehoseDestination
|
113
114
|
attr_accessor sns_destination: Types::SnsDestination
|
@@ -286,6 +287,7 @@ module Aws::PinpointSMSVoiceV2
|
|
286
287
|
attr_accessor event_destinations: ::Array[Types::EventDestination]
|
287
288
|
attr_accessor default_message_type: ("TRANSACTIONAL" | "PROMOTIONAL")
|
288
289
|
attr_accessor default_sender_id: ::String
|
290
|
+
attr_accessor default_message_feedback_enabled: bool
|
289
291
|
attr_accessor created_timestamp: ::Time
|
290
292
|
SENSITIVE: []
|
291
293
|
end
|
@@ -411,6 +413,23 @@ module Aws::PinpointSMSVoiceV2
|
|
411
413
|
SENSITIVE: []
|
412
414
|
end
|
413
415
|
|
416
|
+
class DeleteProtectConfigurationRuleSetNumberOverrideRequest
|
417
|
+
attr_accessor protect_configuration_id: ::String
|
418
|
+
attr_accessor destination_phone_number: ::String
|
419
|
+
SENSITIVE: []
|
420
|
+
end
|
421
|
+
|
422
|
+
class DeleteProtectConfigurationRuleSetNumberOverrideResult
|
423
|
+
attr_accessor protect_configuration_arn: ::String
|
424
|
+
attr_accessor protect_configuration_id: ::String
|
425
|
+
attr_accessor destination_phone_number: ::String
|
426
|
+
attr_accessor created_timestamp: ::Time
|
427
|
+
attr_accessor action: ("ALLOW" | "BLOCK")
|
428
|
+
attr_accessor iso_country_code: ::String
|
429
|
+
attr_accessor expiration_timestamp: ::Time
|
430
|
+
SENSITIVE: []
|
431
|
+
end
|
432
|
+
|
414
433
|
class DeleteRegistrationAttachmentRequest
|
415
434
|
attr_accessor registration_attachment_id: ::String
|
416
435
|
SENSITIVE: []
|
@@ -830,7 +849,7 @@ module Aws::PinpointSMSVoiceV2
|
|
830
849
|
class EventDestination
|
831
850
|
attr_accessor event_destination_name: ::String
|
832
851
|
attr_accessor enabled: bool
|
833
|
-
attr_accessor matching_event_types: ::Array[("ALL" | "TEXT_ALL" | "TEXT_SENT" | "TEXT_PENDING" | "TEXT_QUEUED" | "TEXT_SUCCESSFUL" | "TEXT_DELIVERED" | "TEXT_INVALID" | "TEXT_INVALID_MESSAGE" | "TEXT_UNREACHABLE" | "TEXT_CARRIER_UNREACHABLE" | "TEXT_BLOCKED" | "TEXT_CARRIER_BLOCKED" | "TEXT_SPAM" | "TEXT_UNKNOWN" | "TEXT_TTL_EXPIRED" | "VOICE_ALL" | "VOICE_INITIATED" | "VOICE_RINGING" | "VOICE_ANSWERED" | "VOICE_COMPLETED" | "VOICE_BUSY" | "VOICE_NO_ANSWER" | "VOICE_FAILED" | "VOICE_TTL_EXPIRED" | "MEDIA_ALL" | "MEDIA_PENDING" | "MEDIA_QUEUED" | "MEDIA_SUCCESSFUL" | "MEDIA_DELIVERED" | "MEDIA_INVALID" | "MEDIA_INVALID_MESSAGE" | "MEDIA_UNREACHABLE" | "MEDIA_CARRIER_UNREACHABLE" | "MEDIA_BLOCKED" | "MEDIA_CARRIER_BLOCKED" | "MEDIA_SPAM" | "MEDIA_UNKNOWN" | "MEDIA_TTL_EXPIRED" | "MEDIA_FILE_INACCESSIBLE" | "MEDIA_FILE_TYPE_UNSUPPORTED" | "MEDIA_FILE_SIZE_EXCEEDED")]
|
852
|
+
attr_accessor matching_event_types: ::Array[("ALL" | "TEXT_ALL" | "TEXT_SENT" | "TEXT_PENDING" | "TEXT_QUEUED" | "TEXT_SUCCESSFUL" | "TEXT_DELIVERED" | "TEXT_INVALID" | "TEXT_INVALID_MESSAGE" | "TEXT_UNREACHABLE" | "TEXT_CARRIER_UNREACHABLE" | "TEXT_BLOCKED" | "TEXT_CARRIER_BLOCKED" | "TEXT_SPAM" | "TEXT_UNKNOWN" | "TEXT_TTL_EXPIRED" | "TEXT_PROTECT_BLOCKED" | "VOICE_ALL" | "VOICE_INITIATED" | "VOICE_RINGING" | "VOICE_ANSWERED" | "VOICE_COMPLETED" | "VOICE_BUSY" | "VOICE_NO_ANSWER" | "VOICE_FAILED" | "VOICE_TTL_EXPIRED" | "MEDIA_ALL" | "MEDIA_PENDING" | "MEDIA_QUEUED" | "MEDIA_SUCCESSFUL" | "MEDIA_DELIVERED" | "MEDIA_INVALID" | "MEDIA_INVALID_MESSAGE" | "MEDIA_UNREACHABLE" | "MEDIA_CARRIER_UNREACHABLE" | "MEDIA_BLOCKED" | "MEDIA_CARRIER_BLOCKED" | "MEDIA_SPAM" | "MEDIA_UNKNOWN" | "MEDIA_TTL_EXPIRED" | "MEDIA_FILE_INACCESSIBLE" | "MEDIA_FILE_TYPE_UNSUPPORTED" | "MEDIA_FILE_SIZE_EXCEEDED")]
|
834
853
|
attr_accessor cloud_watch_logs_destination: Types::CloudWatchLogsDestination
|
835
854
|
attr_accessor kinesis_firehose_destination: Types::KinesisFirehoseDestination
|
836
855
|
attr_accessor sns_destination: Types::SnsDestination
|
@@ -904,6 +923,22 @@ module Aws::PinpointSMSVoiceV2
|
|
904
923
|
SENSITIVE: []
|
905
924
|
end
|
906
925
|
|
926
|
+
class ListProtectConfigurationRuleSetNumberOverridesRequest
|
927
|
+
attr_accessor protect_configuration_id: ::String
|
928
|
+
attr_accessor filters: ::Array[Types::ProtectConfigurationRuleSetNumberOverrideFilterItem]
|
929
|
+
attr_accessor next_token: ::String
|
930
|
+
attr_accessor max_results: ::Integer
|
931
|
+
SENSITIVE: []
|
932
|
+
end
|
933
|
+
|
934
|
+
class ListProtectConfigurationRuleSetNumberOverridesResult
|
935
|
+
attr_accessor protect_configuration_arn: ::String
|
936
|
+
attr_accessor protect_configuration_id: ::String
|
937
|
+
attr_accessor rule_set_number_overrides: ::Array[Types::ProtectConfigurationRuleSetNumberOverride]
|
938
|
+
attr_accessor next_token: ::String
|
939
|
+
SENSITIVE: []
|
940
|
+
end
|
941
|
+
|
907
942
|
class ListRegistrationAssociationsRequest
|
908
943
|
attr_accessor registration_id: ::String
|
909
944
|
attr_accessor filters: ::Array[Types::RegistrationAssociationFilter]
|
@@ -1037,6 +1072,21 @@ module Aws::PinpointSMSVoiceV2
|
|
1037
1072
|
SENSITIVE: []
|
1038
1073
|
end
|
1039
1074
|
|
1075
|
+
class ProtectConfigurationRuleSetNumberOverride
|
1076
|
+
attr_accessor destination_phone_number: ::String
|
1077
|
+
attr_accessor created_timestamp: ::Time
|
1078
|
+
attr_accessor action: ("ALLOW" | "BLOCK")
|
1079
|
+
attr_accessor iso_country_code: ::String
|
1080
|
+
attr_accessor expiration_timestamp: ::Time
|
1081
|
+
SENSITIVE: []
|
1082
|
+
end
|
1083
|
+
|
1084
|
+
class ProtectConfigurationRuleSetNumberOverrideFilterItem
|
1085
|
+
attr_accessor name: ("iso-country-code" | "destination-phone-number-begins-with" | "action" | "expires-before" | "expires-after" | "created-before" | "created-after")
|
1086
|
+
attr_accessor values: ::Array[::String]
|
1087
|
+
SENSITIVE: []
|
1088
|
+
end
|
1089
|
+
|
1040
1090
|
class PutKeywordRequest
|
1041
1091
|
attr_accessor origination_identity: ::String
|
1042
1092
|
attr_accessor keyword: ::String
|
@@ -1054,6 +1104,18 @@ module Aws::PinpointSMSVoiceV2
|
|
1054
1104
|
SENSITIVE: []
|
1055
1105
|
end
|
1056
1106
|
|
1107
|
+
class PutMessageFeedbackRequest
|
1108
|
+
attr_accessor message_id: ::String
|
1109
|
+
attr_accessor message_feedback_status: ("RECEIVED" | "FAILED")
|
1110
|
+
SENSITIVE: []
|
1111
|
+
end
|
1112
|
+
|
1113
|
+
class PutMessageFeedbackResult
|
1114
|
+
attr_accessor message_id: ::String
|
1115
|
+
attr_accessor message_feedback_status: ("RECEIVED" | "FAILED")
|
1116
|
+
SENSITIVE: []
|
1117
|
+
end
|
1118
|
+
|
1057
1119
|
class PutOptedOutNumberRequest
|
1058
1120
|
attr_accessor opt_out_list_name: ::String
|
1059
1121
|
attr_accessor opted_out_number: ::String
|
@@ -1069,6 +1131,26 @@ module Aws::PinpointSMSVoiceV2
|
|
1069
1131
|
SENSITIVE: []
|
1070
1132
|
end
|
1071
1133
|
|
1134
|
+
class PutProtectConfigurationRuleSetNumberOverrideRequest
|
1135
|
+
attr_accessor client_token: ::String
|
1136
|
+
attr_accessor protect_configuration_id: ::String
|
1137
|
+
attr_accessor destination_phone_number: ::String
|
1138
|
+
attr_accessor action: ("ALLOW" | "BLOCK")
|
1139
|
+
attr_accessor expiration_timestamp: ::Time
|
1140
|
+
SENSITIVE: []
|
1141
|
+
end
|
1142
|
+
|
1143
|
+
class PutProtectConfigurationRuleSetNumberOverrideResult
|
1144
|
+
attr_accessor protect_configuration_arn: ::String
|
1145
|
+
attr_accessor protect_configuration_id: ::String
|
1146
|
+
attr_accessor destination_phone_number: ::String
|
1147
|
+
attr_accessor created_timestamp: ::Time
|
1148
|
+
attr_accessor action: ("ALLOW" | "BLOCK")
|
1149
|
+
attr_accessor iso_country_code: ::String
|
1150
|
+
attr_accessor expiration_timestamp: ::Time
|
1151
|
+
SENSITIVE: []
|
1152
|
+
end
|
1153
|
+
|
1072
1154
|
class PutRegistrationFieldValueRequest
|
1073
1155
|
attr_accessor registration_id: ::String
|
1074
1156
|
attr_accessor field_path: ::String
|
@@ -1359,7 +1441,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1359
1441
|
|
1360
1442
|
class ResourceNotFoundException
|
1361
1443
|
attr_accessor message: ::String
|
1362
|
-
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")
|
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")
|
1363
1445
|
attr_accessor resource_id: ::String
|
1364
1446
|
SENSITIVE: []
|
1365
1447
|
end
|
@@ -1405,6 +1487,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1405
1487
|
attr_accessor context: ::Hash[::String, ::String]
|
1406
1488
|
attr_accessor dry_run: bool
|
1407
1489
|
attr_accessor protect_configuration_id: ::String
|
1490
|
+
attr_accessor message_feedback_enabled: bool
|
1408
1491
|
SENSITIVE: []
|
1409
1492
|
end
|
1410
1493
|
|
@@ -1426,6 +1509,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1426
1509
|
attr_accessor destination_country_parameters: ::Hash[("IN_TEMPLATE_ID" | "IN_ENTITY_ID"), ::String]
|
1427
1510
|
attr_accessor dry_run: bool
|
1428
1511
|
attr_accessor protect_configuration_id: ::String
|
1512
|
+
attr_accessor message_feedback_enabled: bool
|
1429
1513
|
SENSITIVE: []
|
1430
1514
|
end
|
1431
1515
|
|
@@ -1446,6 +1530,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1446
1530
|
attr_accessor context: ::Hash[::String, ::String]
|
1447
1531
|
attr_accessor dry_run: bool
|
1448
1532
|
attr_accessor protect_configuration_id: ::String
|
1533
|
+
attr_accessor message_feedback_enabled: bool
|
1449
1534
|
SENSITIVE: []
|
1450
1535
|
end
|
1451
1536
|
|
@@ -1495,6 +1580,19 @@ module Aws::PinpointSMSVoiceV2
|
|
1495
1580
|
SENSITIVE: []
|
1496
1581
|
end
|
1497
1582
|
|
1583
|
+
class SetDefaultMessageFeedbackEnabledRequest
|
1584
|
+
attr_accessor configuration_set_name: ::String
|
1585
|
+
attr_accessor message_feedback_enabled: bool
|
1586
|
+
SENSITIVE: []
|
1587
|
+
end
|
1588
|
+
|
1589
|
+
class SetDefaultMessageFeedbackEnabledResult
|
1590
|
+
attr_accessor configuration_set_arn: ::String
|
1591
|
+
attr_accessor configuration_set_name: ::String
|
1592
|
+
attr_accessor message_feedback_enabled: bool
|
1593
|
+
SENSITIVE: []
|
1594
|
+
end
|
1595
|
+
|
1498
1596
|
class SetDefaultMessageTypeRequest
|
1499
1597
|
attr_accessor configuration_set_name: ::String
|
1500
1598
|
attr_accessor message_type: ("TRANSACTIONAL" | "PROMOTIONAL")
|
@@ -1626,7 +1724,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1626
1724
|
attr_accessor configuration_set_name: ::String
|
1627
1725
|
attr_accessor event_destination_name: ::String
|
1628
1726
|
attr_accessor enabled: bool
|
1629
|
-
attr_accessor matching_event_types: ::Array[("ALL" | "TEXT_ALL" | "TEXT_SENT" | "TEXT_PENDING" | "TEXT_QUEUED" | "TEXT_SUCCESSFUL" | "TEXT_DELIVERED" | "TEXT_INVALID" | "TEXT_INVALID_MESSAGE" | "TEXT_UNREACHABLE" | "TEXT_CARRIER_UNREACHABLE" | "TEXT_BLOCKED" | "TEXT_CARRIER_BLOCKED" | "TEXT_SPAM" | "TEXT_UNKNOWN" | "TEXT_TTL_EXPIRED" | "VOICE_ALL" | "VOICE_INITIATED" | "VOICE_RINGING" | "VOICE_ANSWERED" | "VOICE_COMPLETED" | "VOICE_BUSY" | "VOICE_NO_ANSWER" | "VOICE_FAILED" | "VOICE_TTL_EXPIRED" | "MEDIA_ALL" | "MEDIA_PENDING" | "MEDIA_QUEUED" | "MEDIA_SUCCESSFUL" | "MEDIA_DELIVERED" | "MEDIA_INVALID" | "MEDIA_INVALID_MESSAGE" | "MEDIA_UNREACHABLE" | "MEDIA_CARRIER_UNREACHABLE" | "MEDIA_BLOCKED" | "MEDIA_CARRIER_BLOCKED" | "MEDIA_SPAM" | "MEDIA_UNKNOWN" | "MEDIA_TTL_EXPIRED" | "MEDIA_FILE_INACCESSIBLE" | "MEDIA_FILE_TYPE_UNSUPPORTED" | "MEDIA_FILE_SIZE_EXCEEDED")]
|
1727
|
+
attr_accessor matching_event_types: ::Array[("ALL" | "TEXT_ALL" | "TEXT_SENT" | "TEXT_PENDING" | "TEXT_QUEUED" | "TEXT_SUCCESSFUL" | "TEXT_DELIVERED" | "TEXT_INVALID" | "TEXT_INVALID_MESSAGE" | "TEXT_UNREACHABLE" | "TEXT_CARRIER_UNREACHABLE" | "TEXT_BLOCKED" | "TEXT_CARRIER_BLOCKED" | "TEXT_SPAM" | "TEXT_UNKNOWN" | "TEXT_TTL_EXPIRED" | "TEXT_PROTECT_BLOCKED" | "VOICE_ALL" | "VOICE_INITIATED" | "VOICE_RINGING" | "VOICE_ANSWERED" | "VOICE_COMPLETED" | "VOICE_BUSY" | "VOICE_NO_ANSWER" | "VOICE_FAILED" | "VOICE_TTL_EXPIRED" | "MEDIA_ALL" | "MEDIA_PENDING" | "MEDIA_QUEUED" | "MEDIA_SUCCESSFUL" | "MEDIA_DELIVERED" | "MEDIA_INVALID" | "MEDIA_INVALID_MESSAGE" | "MEDIA_UNREACHABLE" | "MEDIA_CARRIER_UNREACHABLE" | "MEDIA_BLOCKED" | "MEDIA_CARRIER_BLOCKED" | "MEDIA_SPAM" | "MEDIA_UNKNOWN" | "MEDIA_TTL_EXPIRED" | "MEDIA_FILE_INACCESSIBLE" | "MEDIA_FILE_TYPE_UNSUPPORTED" | "MEDIA_FILE_SIZE_EXCEEDED")]
|
1630
1728
|
attr_accessor cloud_watch_logs_destination: Types::CloudWatchLogsDestination
|
1631
1729
|
attr_accessor kinesis_firehose_destination: Types::KinesisFirehoseDestination
|
1632
1730
|
attr_accessor sns_destination: Types::SnsDestination
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-pinpointsmsvoicev2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.32.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:
|
11
|
+
date: 2025-01-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.216.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.216.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|