aws-sdk-pinpointsmsvoicev2 1.27.0 → 1.29.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-pinpointsmsvoicev2/client.rb +22 -15
- data/lib/aws-sdk-pinpointsmsvoicev2/endpoint_parameters.rb +9 -6
- data/lib/aws-sdk-pinpointsmsvoicev2/endpoints.rb +2 -933
- data/lib/aws-sdk-pinpointsmsvoicev2/plugins/endpoints.rb +1 -176
- data/lib/aws-sdk-pinpointsmsvoicev2/types.rb +6 -3
- data/lib/aws-sdk-pinpointsmsvoicev2.rb +1 -1
- data/sig/client.rbs +5 -5
- data/sig/types.rbs +8 -8
- metadata +4 -4
@@ -27,7 +27,7 @@ The endpoint provider used to resolve endpoints. Any object that responds to
|
|
27
27
|
class Handler < Seahorse::Client::Handler
|
28
28
|
def call(context)
|
29
29
|
unless context[:discovered_endpoint]
|
30
|
-
params = parameters_for_operation(context)
|
30
|
+
params = Aws::PinpointSMSVoiceV2::Endpoints.parameters_for_operation(context)
|
31
31
|
endpoint = context.config.endpoint_provider.resolve_endpoint(params)
|
32
32
|
|
33
33
|
context.http_request.endpoint = endpoint.url
|
@@ -67,181 +67,6 @@ The endpoint provider used to resolve endpoints. Any object that responds to
|
|
67
67
|
context.http_request.headers[key] = value
|
68
68
|
end
|
69
69
|
end
|
70
|
-
|
71
|
-
def parameters_for_operation(context)
|
72
|
-
case context.operation_name
|
73
|
-
when :associate_origination_identity
|
74
|
-
Aws::PinpointSMSVoiceV2::Endpoints::AssociateOriginationIdentity.build(context)
|
75
|
-
when :associate_protect_configuration
|
76
|
-
Aws::PinpointSMSVoiceV2::Endpoints::AssociateProtectConfiguration.build(context)
|
77
|
-
when :create_configuration_set
|
78
|
-
Aws::PinpointSMSVoiceV2::Endpoints::CreateConfigurationSet.build(context)
|
79
|
-
when :create_event_destination
|
80
|
-
Aws::PinpointSMSVoiceV2::Endpoints::CreateEventDestination.build(context)
|
81
|
-
when :create_opt_out_list
|
82
|
-
Aws::PinpointSMSVoiceV2::Endpoints::CreateOptOutList.build(context)
|
83
|
-
when :create_pool
|
84
|
-
Aws::PinpointSMSVoiceV2::Endpoints::CreatePool.build(context)
|
85
|
-
when :create_protect_configuration
|
86
|
-
Aws::PinpointSMSVoiceV2::Endpoints::CreateProtectConfiguration.build(context)
|
87
|
-
when :create_registration
|
88
|
-
Aws::PinpointSMSVoiceV2::Endpoints::CreateRegistration.build(context)
|
89
|
-
when :create_registration_association
|
90
|
-
Aws::PinpointSMSVoiceV2::Endpoints::CreateRegistrationAssociation.build(context)
|
91
|
-
when :create_registration_attachment
|
92
|
-
Aws::PinpointSMSVoiceV2::Endpoints::CreateRegistrationAttachment.build(context)
|
93
|
-
when :create_registration_version
|
94
|
-
Aws::PinpointSMSVoiceV2::Endpoints::CreateRegistrationVersion.build(context)
|
95
|
-
when :create_verified_destination_number
|
96
|
-
Aws::PinpointSMSVoiceV2::Endpoints::CreateVerifiedDestinationNumber.build(context)
|
97
|
-
when :delete_account_default_protect_configuration
|
98
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DeleteAccountDefaultProtectConfiguration.build(context)
|
99
|
-
when :delete_configuration_set
|
100
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DeleteConfigurationSet.build(context)
|
101
|
-
when :delete_default_message_type
|
102
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DeleteDefaultMessageType.build(context)
|
103
|
-
when :delete_default_sender_id
|
104
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DeleteDefaultSenderId.build(context)
|
105
|
-
when :delete_event_destination
|
106
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DeleteEventDestination.build(context)
|
107
|
-
when :delete_keyword
|
108
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DeleteKeyword.build(context)
|
109
|
-
when :delete_media_message_spend_limit_override
|
110
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DeleteMediaMessageSpendLimitOverride.build(context)
|
111
|
-
when :delete_opt_out_list
|
112
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DeleteOptOutList.build(context)
|
113
|
-
when :delete_opted_out_number
|
114
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DeleteOptedOutNumber.build(context)
|
115
|
-
when :delete_pool
|
116
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DeletePool.build(context)
|
117
|
-
when :delete_protect_configuration
|
118
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DeleteProtectConfiguration.build(context)
|
119
|
-
when :delete_registration
|
120
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DeleteRegistration.build(context)
|
121
|
-
when :delete_registration_attachment
|
122
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DeleteRegistrationAttachment.build(context)
|
123
|
-
when :delete_registration_field_value
|
124
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DeleteRegistrationFieldValue.build(context)
|
125
|
-
when :delete_resource_policy
|
126
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DeleteResourcePolicy.build(context)
|
127
|
-
when :delete_text_message_spend_limit_override
|
128
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DeleteTextMessageSpendLimitOverride.build(context)
|
129
|
-
when :delete_verified_destination_number
|
130
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DeleteVerifiedDestinationNumber.build(context)
|
131
|
-
when :delete_voice_message_spend_limit_override
|
132
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DeleteVoiceMessageSpendLimitOverride.build(context)
|
133
|
-
when :describe_account_attributes
|
134
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DescribeAccountAttributes.build(context)
|
135
|
-
when :describe_account_limits
|
136
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DescribeAccountLimits.build(context)
|
137
|
-
when :describe_configuration_sets
|
138
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DescribeConfigurationSets.build(context)
|
139
|
-
when :describe_keywords
|
140
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DescribeKeywords.build(context)
|
141
|
-
when :describe_opt_out_lists
|
142
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DescribeOptOutLists.build(context)
|
143
|
-
when :describe_opted_out_numbers
|
144
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DescribeOptedOutNumbers.build(context)
|
145
|
-
when :describe_phone_numbers
|
146
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DescribePhoneNumbers.build(context)
|
147
|
-
when :describe_pools
|
148
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DescribePools.build(context)
|
149
|
-
when :describe_protect_configurations
|
150
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DescribeProtectConfigurations.build(context)
|
151
|
-
when :describe_registration_attachments
|
152
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DescribeRegistrationAttachments.build(context)
|
153
|
-
when :describe_registration_field_definitions
|
154
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DescribeRegistrationFieldDefinitions.build(context)
|
155
|
-
when :describe_registration_field_values
|
156
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DescribeRegistrationFieldValues.build(context)
|
157
|
-
when :describe_registration_section_definitions
|
158
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DescribeRegistrationSectionDefinitions.build(context)
|
159
|
-
when :describe_registration_type_definitions
|
160
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DescribeRegistrationTypeDefinitions.build(context)
|
161
|
-
when :describe_registration_versions
|
162
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DescribeRegistrationVersions.build(context)
|
163
|
-
when :describe_registrations
|
164
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DescribeRegistrations.build(context)
|
165
|
-
when :describe_sender_ids
|
166
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DescribeSenderIds.build(context)
|
167
|
-
when :describe_spend_limits
|
168
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DescribeSpendLimits.build(context)
|
169
|
-
when :describe_verified_destination_numbers
|
170
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DescribeVerifiedDestinationNumbers.build(context)
|
171
|
-
when :disassociate_origination_identity
|
172
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DisassociateOriginationIdentity.build(context)
|
173
|
-
when :disassociate_protect_configuration
|
174
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DisassociateProtectConfiguration.build(context)
|
175
|
-
when :discard_registration_version
|
176
|
-
Aws::PinpointSMSVoiceV2::Endpoints::DiscardRegistrationVersion.build(context)
|
177
|
-
when :get_protect_configuration_country_rule_set
|
178
|
-
Aws::PinpointSMSVoiceV2::Endpoints::GetProtectConfigurationCountryRuleSet.build(context)
|
179
|
-
when :get_resource_policy
|
180
|
-
Aws::PinpointSMSVoiceV2::Endpoints::GetResourcePolicy.build(context)
|
181
|
-
when :list_pool_origination_identities
|
182
|
-
Aws::PinpointSMSVoiceV2::Endpoints::ListPoolOriginationIdentities.build(context)
|
183
|
-
when :list_registration_associations
|
184
|
-
Aws::PinpointSMSVoiceV2::Endpoints::ListRegistrationAssociations.build(context)
|
185
|
-
when :list_tags_for_resource
|
186
|
-
Aws::PinpointSMSVoiceV2::Endpoints::ListTagsForResource.build(context)
|
187
|
-
when :put_keyword
|
188
|
-
Aws::PinpointSMSVoiceV2::Endpoints::PutKeyword.build(context)
|
189
|
-
when :put_opted_out_number
|
190
|
-
Aws::PinpointSMSVoiceV2::Endpoints::PutOptedOutNumber.build(context)
|
191
|
-
when :put_registration_field_value
|
192
|
-
Aws::PinpointSMSVoiceV2::Endpoints::PutRegistrationFieldValue.build(context)
|
193
|
-
when :put_resource_policy
|
194
|
-
Aws::PinpointSMSVoiceV2::Endpoints::PutResourcePolicy.build(context)
|
195
|
-
when :release_phone_number
|
196
|
-
Aws::PinpointSMSVoiceV2::Endpoints::ReleasePhoneNumber.build(context)
|
197
|
-
when :release_sender_id
|
198
|
-
Aws::PinpointSMSVoiceV2::Endpoints::ReleaseSenderId.build(context)
|
199
|
-
when :request_phone_number
|
200
|
-
Aws::PinpointSMSVoiceV2::Endpoints::RequestPhoneNumber.build(context)
|
201
|
-
when :request_sender_id
|
202
|
-
Aws::PinpointSMSVoiceV2::Endpoints::RequestSenderId.build(context)
|
203
|
-
when :send_destination_number_verification_code
|
204
|
-
Aws::PinpointSMSVoiceV2::Endpoints::SendDestinationNumberVerificationCode.build(context)
|
205
|
-
when :send_media_message
|
206
|
-
Aws::PinpointSMSVoiceV2::Endpoints::SendMediaMessage.build(context)
|
207
|
-
when :send_text_message
|
208
|
-
Aws::PinpointSMSVoiceV2::Endpoints::SendTextMessage.build(context)
|
209
|
-
when :send_voice_message
|
210
|
-
Aws::PinpointSMSVoiceV2::Endpoints::SendVoiceMessage.build(context)
|
211
|
-
when :set_account_default_protect_configuration
|
212
|
-
Aws::PinpointSMSVoiceV2::Endpoints::SetAccountDefaultProtectConfiguration.build(context)
|
213
|
-
when :set_default_message_type
|
214
|
-
Aws::PinpointSMSVoiceV2::Endpoints::SetDefaultMessageType.build(context)
|
215
|
-
when :set_default_sender_id
|
216
|
-
Aws::PinpointSMSVoiceV2::Endpoints::SetDefaultSenderId.build(context)
|
217
|
-
when :set_media_message_spend_limit_override
|
218
|
-
Aws::PinpointSMSVoiceV2::Endpoints::SetMediaMessageSpendLimitOverride.build(context)
|
219
|
-
when :set_text_message_spend_limit_override
|
220
|
-
Aws::PinpointSMSVoiceV2::Endpoints::SetTextMessageSpendLimitOverride.build(context)
|
221
|
-
when :set_voice_message_spend_limit_override
|
222
|
-
Aws::PinpointSMSVoiceV2::Endpoints::SetVoiceMessageSpendLimitOverride.build(context)
|
223
|
-
when :submit_registration_version
|
224
|
-
Aws::PinpointSMSVoiceV2::Endpoints::SubmitRegistrationVersion.build(context)
|
225
|
-
when :tag_resource
|
226
|
-
Aws::PinpointSMSVoiceV2::Endpoints::TagResource.build(context)
|
227
|
-
when :untag_resource
|
228
|
-
Aws::PinpointSMSVoiceV2::Endpoints::UntagResource.build(context)
|
229
|
-
when :update_event_destination
|
230
|
-
Aws::PinpointSMSVoiceV2::Endpoints::UpdateEventDestination.build(context)
|
231
|
-
when :update_phone_number
|
232
|
-
Aws::PinpointSMSVoiceV2::Endpoints::UpdatePhoneNumber.build(context)
|
233
|
-
when :update_pool
|
234
|
-
Aws::PinpointSMSVoiceV2::Endpoints::UpdatePool.build(context)
|
235
|
-
when :update_protect_configuration
|
236
|
-
Aws::PinpointSMSVoiceV2::Endpoints::UpdateProtectConfiguration.build(context)
|
237
|
-
when :update_protect_configuration_country_rule_set
|
238
|
-
Aws::PinpointSMSVoiceV2::Endpoints::UpdateProtectConfigurationCountryRuleSet.build(context)
|
239
|
-
when :update_sender_id
|
240
|
-
Aws::PinpointSMSVoiceV2::Endpoints::UpdateSenderId.build(context)
|
241
|
-
when :verify_destination_number
|
242
|
-
Aws::PinpointSMSVoiceV2::Endpoints::VerifyDestinationNumber.build(context)
|
243
|
-
end
|
244
|
-
end
|
245
70
|
end
|
246
71
|
|
247
72
|
def add_handlers(handlers, _config)
|
@@ -833,13 +833,13 @@ module Aws::PinpointSMSVoiceV2
|
|
833
833
|
end
|
834
834
|
|
835
835
|
# @!attribute [rw] attachment_body
|
836
|
-
# The registration file to upload. The maximum file size is
|
836
|
+
# The registration file to upload. The maximum file size is 500KB and
|
837
837
|
# valid file extensions are PDF, JPEG and PNG.
|
838
838
|
# @return [String]
|
839
839
|
#
|
840
840
|
# @!attribute [rw] attachment_url
|
841
|
-
#
|
842
|
-
#
|
841
|
+
# Registration files have to be stored in an Amazon S3 bucket. The URI
|
842
|
+
# to use when sending is in the format `s3://BucketName/FileName`.
|
843
843
|
# @return [String]
|
844
844
|
#
|
845
845
|
# @!attribute [rw] tags
|
@@ -2275,6 +2275,9 @@ module Aws::PinpointSMSVoiceV2
|
|
2275
2275
|
#
|
2276
2276
|
# @!attribute [rw] opted_out_numbers
|
2277
2277
|
# An array of phone numbers to search for in the OptOutList.
|
2278
|
+
#
|
2279
|
+
# If you specify an opted out number that isn't valid, an exception
|
2280
|
+
# is returned.
|
2278
2281
|
# @return [Array<String>]
|
2279
2282
|
#
|
2280
2283
|
# @!attribute [rw] filters
|
data/sig/client.rbs
CHANGED
@@ -232,7 +232,7 @@ module Aws
|
|
232
232
|
def registration_arn: () -> ::String
|
233
233
|
def registration_id: () -> ::String
|
234
234
|
def registration_type: () -> ::String
|
235
|
-
def registration_status: () -> ("CREATED" | "SUBMITTED" | "REVIEWING" | "PROVISIONING" | "COMPLETE" | "REQUIRES_UPDATES" | "CLOSED" | "DELETED")
|
235
|
+
def registration_status: () -> ("CREATED" | "SUBMITTED" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "PROVISIONING" | "COMPLETE" | "REQUIRES_UPDATES" | "CLOSED" | "DELETED")
|
236
236
|
def current_version_number: () -> ::Integer
|
237
237
|
def additional_attributes: () -> ::Hash[::String, ::String]
|
238
238
|
def tags: () -> ::Array[Types::Tag]
|
@@ -296,7 +296,7 @@ module Aws
|
|
296
296
|
def registration_arn: () -> ::String
|
297
297
|
def registration_id: () -> ::String
|
298
298
|
def version_number: () -> ::Integer
|
299
|
-
def registration_version_status: () -> ("DRAFT" | "SUBMITTED" | "REVIEWING" | "APPROVED" | "DISCARDED" | "DENIED" | "REVOKED" | "ARCHIVED")
|
299
|
+
def registration_version_status: () -> ("DRAFT" | "SUBMITTED" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "APPROVED" | "DISCARDED" | "DENIED" | "REVOKED" | "ARCHIVED")
|
300
300
|
def registration_version_status_history: () -> Types::RegistrationVersionStatusHistory
|
301
301
|
end
|
302
302
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PinpointSMSVoiceV2/Client.html#create_registration_version-instance_method
|
@@ -479,7 +479,7 @@ module Aws
|
|
479
479
|
def registration_arn: () -> ::String
|
480
480
|
def registration_id: () -> ::String
|
481
481
|
def registration_type: () -> ::String
|
482
|
-
def registration_status: () -> ("CREATED" | "SUBMITTED" | "REVIEWING" | "PROVISIONING" | "COMPLETE" | "REQUIRES_UPDATES" | "CLOSED" | "DELETED")
|
482
|
+
def registration_status: () -> ("CREATED" | "SUBMITTED" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "PROVISIONING" | "COMPLETE" | "REQUIRES_UPDATES" | "CLOSED" | "DELETED")
|
483
483
|
def current_version_number: () -> ::Integer
|
484
484
|
def approved_version_number: () -> ::Integer
|
485
485
|
def latest_denied_version_number: () -> ::Integer
|
@@ -948,7 +948,7 @@ module Aws
|
|
948
948
|
def registration_arn: () -> ::String
|
949
949
|
def registration_id: () -> ::String
|
950
950
|
def version_number: () -> ::Integer
|
951
|
-
def registration_version_status: () -> ("DRAFT" | "SUBMITTED" | "REVIEWING" | "APPROVED" | "DISCARDED" | "DENIED" | "REVOKED" | "ARCHIVED")
|
951
|
+
def registration_version_status: () -> ("DRAFT" | "SUBMITTED" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "APPROVED" | "DISCARDED" | "DENIED" | "REVOKED" | "ARCHIVED")
|
952
952
|
def registration_version_status_history: () -> Types::RegistrationVersionStatusHistory
|
953
953
|
end
|
954
954
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PinpointSMSVoiceV2/Client.html#discard_registration_version-instance_method
|
@@ -1361,7 +1361,7 @@ module Aws
|
|
1361
1361
|
def registration_arn: () -> ::String
|
1362
1362
|
def registration_id: () -> ::String
|
1363
1363
|
def version_number: () -> ::Integer
|
1364
|
-
def registration_version_status: () -> ("DRAFT" | "SUBMITTED" | "REVIEWING" | "APPROVED" | "DISCARDED" | "DENIED" | "REVOKED" | "ARCHIVED")
|
1364
|
+
def registration_version_status: () -> ("DRAFT" | "SUBMITTED" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "APPROVED" | "DISCARDED" | "DENIED" | "REVOKED" | "ARCHIVED")
|
1365
1365
|
def registration_version_status_history: () -> Types::RegistrationVersionStatusHistory
|
1366
1366
|
end
|
1367
1367
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PinpointSMSVoiceV2/Client.html#submit_registration_version-instance_method
|
data/sig/types.rbs
CHANGED
@@ -227,7 +227,7 @@ module Aws::PinpointSMSVoiceV2
|
|
227
227
|
attr_accessor registration_arn: ::String
|
228
228
|
attr_accessor registration_id: ::String
|
229
229
|
attr_accessor registration_type: ::String
|
230
|
-
attr_accessor registration_status: ("CREATED" | "SUBMITTED" | "REVIEWING" | "PROVISIONING" | "COMPLETE" | "REQUIRES_UPDATES" | "CLOSED" | "DELETED")
|
230
|
+
attr_accessor registration_status: ("CREATED" | "SUBMITTED" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "PROVISIONING" | "COMPLETE" | "REQUIRES_UPDATES" | "CLOSED" | "DELETED")
|
231
231
|
attr_accessor current_version_number: ::Integer
|
232
232
|
attr_accessor additional_attributes: ::Hash[::String, ::String]
|
233
233
|
attr_accessor tags: ::Array[Types::Tag]
|
@@ -244,7 +244,7 @@ module Aws::PinpointSMSVoiceV2
|
|
244
244
|
attr_accessor registration_arn: ::String
|
245
245
|
attr_accessor registration_id: ::String
|
246
246
|
attr_accessor version_number: ::Integer
|
247
|
-
attr_accessor registration_version_status: ("DRAFT" | "SUBMITTED" | "REVIEWING" | "APPROVED" | "DISCARDED" | "DENIED" | "REVOKED" | "ARCHIVED")
|
247
|
+
attr_accessor registration_version_status: ("DRAFT" | "SUBMITTED" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "APPROVED" | "DISCARDED" | "DENIED" | "REVOKED" | "ARCHIVED")
|
248
248
|
attr_accessor registration_version_status_history: Types::RegistrationVersionStatusHistory
|
249
249
|
SENSITIVE: []
|
250
250
|
end
|
@@ -451,7 +451,7 @@ module Aws::PinpointSMSVoiceV2
|
|
451
451
|
attr_accessor registration_arn: ::String
|
452
452
|
attr_accessor registration_id: ::String
|
453
453
|
attr_accessor registration_type: ::String
|
454
|
-
attr_accessor registration_status: ("CREATED" | "SUBMITTED" | "REVIEWING" | "PROVISIONING" | "COMPLETE" | "REQUIRES_UPDATES" | "CLOSED" | "DELETED")
|
454
|
+
attr_accessor registration_status: ("CREATED" | "SUBMITTED" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "PROVISIONING" | "COMPLETE" | "REQUIRES_UPDATES" | "CLOSED" | "DELETED")
|
455
455
|
attr_accessor current_version_number: ::Integer
|
456
456
|
attr_accessor approved_version_number: ::Integer
|
457
457
|
attr_accessor latest_denied_version_number: ::Integer
|
@@ -822,7 +822,7 @@ module Aws::PinpointSMSVoiceV2
|
|
822
822
|
attr_accessor registration_arn: ::String
|
823
823
|
attr_accessor registration_id: ::String
|
824
824
|
attr_accessor version_number: ::Integer
|
825
|
-
attr_accessor registration_version_status: ("DRAFT" | "SUBMITTED" | "REVIEWING" | "APPROVED" | "DISCARDED" | "DENIED" | "REVOKED" | "ARCHIVED")
|
825
|
+
attr_accessor registration_version_status: ("DRAFT" | "SUBMITTED" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "APPROVED" | "DISCARDED" | "DENIED" | "REVOKED" | "ARCHIVED")
|
826
826
|
attr_accessor registration_version_status_history: Types::RegistrationVersionStatusHistory
|
827
827
|
SENSITIVE: []
|
828
828
|
end
|
@@ -1183,7 +1183,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1183
1183
|
attr_accessor registration_arn: ::String
|
1184
1184
|
attr_accessor registration_id: ::String
|
1185
1185
|
attr_accessor registration_type: ::String
|
1186
|
-
attr_accessor registration_status: ("CREATED" | "SUBMITTED" | "REVIEWING" | "PROVISIONING" | "COMPLETE" | "REQUIRES_UPDATES" | "CLOSED" | "DELETED")
|
1186
|
+
attr_accessor registration_status: ("CREATED" | "SUBMITTED" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "PROVISIONING" | "COMPLETE" | "REQUIRES_UPDATES" | "CLOSED" | "DELETED")
|
1187
1187
|
attr_accessor current_version_number: ::Integer
|
1188
1188
|
attr_accessor approved_version_number: ::Integer
|
1189
1189
|
attr_accessor latest_denied_version_number: ::Integer
|
@@ -1237,7 +1237,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1237
1237
|
|
1238
1238
|
class RegistrationVersionInformation
|
1239
1239
|
attr_accessor version_number: ::Integer
|
1240
|
-
attr_accessor registration_version_status: ("DRAFT" | "SUBMITTED" | "REVIEWING" | "APPROVED" | "DISCARDED" | "DENIED" | "REVOKED" | "ARCHIVED")
|
1240
|
+
attr_accessor registration_version_status: ("DRAFT" | "SUBMITTED" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "APPROVED" | "DISCARDED" | "DENIED" | "REVOKED" | "ARCHIVED")
|
1241
1241
|
attr_accessor registration_version_status_history: Types::RegistrationVersionStatusHistory
|
1242
1242
|
attr_accessor denied_reasons: ::Array[Types::RegistrationDeniedReasonInformation]
|
1243
1243
|
SENSITIVE: []
|
@@ -1572,7 +1572,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1572
1572
|
attr_accessor registration_arn: ::String
|
1573
1573
|
attr_accessor registration_id: ::String
|
1574
1574
|
attr_accessor version_number: ::Integer
|
1575
|
-
attr_accessor registration_version_status: ("DRAFT" | "SUBMITTED" | "REVIEWING" | "APPROVED" | "DISCARDED" | "DENIED" | "REVOKED" | "ARCHIVED")
|
1575
|
+
attr_accessor registration_version_status: ("DRAFT" | "SUBMITTED" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "APPROVED" | "DISCARDED" | "DENIED" | "REVOKED" | "ARCHIVED")
|
1576
1576
|
attr_accessor registration_version_status_history: Types::RegistrationVersionStatusHistory
|
1577
1577
|
SENSITIVE: []
|
1578
1578
|
end
|
@@ -1750,7 +1750,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1750
1750
|
|
1751
1751
|
class ValidationException
|
1752
1752
|
attr_accessor message: ::String
|
1753
|
-
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" | "OTHER")
|
1753
|
+
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")
|
1754
1754
|
attr_accessor fields: ::Array[Types::ValidationExceptionField]
|
1755
1755
|
SENSITIVE: []
|
1756
1756
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-pinpointsmsvoicev2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.29.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-10-18 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.210.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.210.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|