aws-sdk-pinpointsmsvoicev2 1.27.0 → 1.28.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a6a096ea210f76bfdd4859120fd150d3a4ca4ada1dc3def7a71da68813d0f503
4
- data.tar.gz: a25b481bb11f755c84d7b023c1cf2ddada94811439d17fff619b0dcb96b4ba13
3
+ metadata.gz: 23ab1dd59b2dacba525b2b198ad351de27b1ab4abbf9cd93b2a5d4d64a33dab8
4
+ data.tar.gz: ef8c3d1ff087ba9f34bd63c7261948b0b168646bceff45cc0493b98aab783256
5
5
  SHA512:
6
- metadata.gz: 785dac853591842e777542b0004b913563b4a1eea6e92393d09b92cc932a643a7b84c6ca6694dcc7a5d727e6a18cd39e49126abde119a36951c33b2f5fcc22f8
7
- data.tar.gz: b0226ffb4a33583f4d2f5dead1be987e24aecdbb9b1f5a809d40b3225fd0b8ff36b07806a34c24f30409c42bdceb76df6eeeb4099ad11495735dcfd0d458f834
6
+ metadata.gz: c54278df4eb120fd93b903e9ba48e87f94892f3c5c5f68e25314bb82524c38a5d44d074e47cf4425260ae01c189e9c1ca82b827d2d96725011754d6f95327bd6
7
+ data.tar.gz: 3aab2dad344acad850ca4782b532680d8d1f08517bd2807f9de4ec9da1fc4e4d73b11971a79889d96c99391d82a692cfdfbe6bf270ff523929e7c2c7a3433ac5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.28.0 (2024-10-17)
5
+ ------------------
6
+
7
+ * Feature - Added the registrations status of REQUIRES_AUTHENTICATION
8
+
4
9
  1.27.0 (2024-09-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.27.0
1
+ 1.28.0
@@ -1032,7 +1032,7 @@ module Aws::PinpointSMSVoiceV2
1032
1032
  # resp.registration_arn #=> String
1033
1033
  # resp.registration_id #=> String
1034
1034
  # resp.registration_type #=> String
1035
- # resp.registration_status #=> String, one of "CREATED", "SUBMITTED", "REVIEWING", "PROVISIONING", "COMPLETE", "REQUIRES_UPDATES", "CLOSED", "DELETED"
1035
+ # resp.registration_status #=> String, one of "CREATED", "SUBMITTED", "REVIEWING", "REQUIRES_AUTHENTICATION", "PROVISIONING", "COMPLETE", "REQUIRES_UPDATES", "CLOSED", "DELETED"
1036
1036
  # resp.current_version_number #=> Integer
1037
1037
  # resp.additional_attributes #=> Hash
1038
1038
  # resp.additional_attributes["String"] #=> String
@@ -1099,17 +1099,21 @@ module Aws::PinpointSMSVoiceV2
1099
1099
  end
1100
1100
 
1101
1101
  # Create a new registration attachment to use for uploading a file or a
1102
- # URL to a file. The maximum file size is 1MiB and valid file extensions
1103
- # are PDF, JPEG and PNG. For example, many sender ID registrations
1104
- # require a signed “letter of authorization” (LOA) to be submitted.
1102
+ # URL to a file. The maximum file size is 500KB and valid file
1103
+ # extensions are PDF, JPEG and PNG. For example, many sender ID
1104
+ # registrations require a signed “letter of authorization” (LOA) to be
1105
+ # submitted.
1106
+ #
1107
+ # Use either `AttachmentUrl` or `AttachmentBody` to upload your
1108
+ # attachment. If both are specified then an exception is returned.
1105
1109
  #
1106
1110
  # @option params [String, StringIO, File] :attachment_body
1107
- # The registration file to upload. The maximum file size is 1MiB and
1111
+ # The registration file to upload. The maximum file size is 500KB and
1108
1112
  # valid file extensions are PDF, JPEG and PNG.
1109
1113
  #
1110
1114
  # @option params [String] :attachment_url
1111
- # A URL to the required registration file. For example, you can provide
1112
- # the S3 object URL.
1115
+ # Registration files have to be stored in an Amazon S3 bucket. The URI
1116
+ # to use when sending is in the format `s3://BucketName/FileName`.
1113
1117
  #
1114
1118
  # @option params [Array<Types::Tag>] :tags
1115
1119
  # An array of tags (key and value pairs) to associate with the
@@ -1191,7 +1195,7 @@ module Aws::PinpointSMSVoiceV2
1191
1195
  # resp.registration_arn #=> String
1192
1196
  # resp.registration_id #=> String
1193
1197
  # resp.version_number #=> Integer
1194
- # resp.registration_version_status #=> String, one of "DRAFT", "SUBMITTED", "REVIEWING", "APPROVED", "DISCARDED", "DENIED", "REVOKED", "ARCHIVED"
1198
+ # resp.registration_version_status #=> String, one of "DRAFT", "SUBMITTED", "REVIEWING", "REQUIRES_AUTHENTICATION", "APPROVED", "DISCARDED", "DENIED", "REVOKED", "ARCHIVED"
1195
1199
  # resp.registration_version_status_history.draft_timestamp #=> Time
1196
1200
  # resp.registration_version_status_history.submitted_timestamp #=> Time
1197
1201
  # resp.registration_version_status_history.reviewing_timestamp #=> Time
@@ -1781,7 +1785,7 @@ module Aws::PinpointSMSVoiceV2
1781
1785
  # resp.registration_arn #=> String
1782
1786
  # resp.registration_id #=> String
1783
1787
  # resp.registration_type #=> String
1784
- # resp.registration_status #=> String, one of "CREATED", "SUBMITTED", "REVIEWING", "PROVISIONING", "COMPLETE", "REQUIRES_UPDATES", "CLOSED", "DELETED"
1788
+ # resp.registration_status #=> String, one of "CREATED", "SUBMITTED", "REVIEWING", "REQUIRES_AUTHENTICATION", "PROVISIONING", "COMPLETE", "REQUIRES_UPDATES", "CLOSED", "DELETED"
1785
1789
  # resp.current_version_number #=> Integer
1786
1790
  # resp.approved_version_number #=> Integer
1787
1791
  # resp.latest_denied_version_number #=> Integer
@@ -2333,7 +2337,7 @@ module Aws::PinpointSMSVoiceV2
2333
2337
  # filters, the output includes information for all opted out destination
2334
2338
  # numbers in your opt-out list.
2335
2339
  #
2336
- # If you specify an opted out number that isn't valid, an error is
2340
+ # If you specify an opted out number that isn't valid, an exception is
2337
2341
  # returned.
2338
2342
  #
2339
2343
  # @option params [required, String] :opt_out_list_name
@@ -2347,6 +2351,9 @@ module Aws::PinpointSMSVoiceV2
2347
2351
  # @option params [Array<String>] :opted_out_numbers
2348
2352
  # An array of phone numbers to search for in the OptOutList.
2349
2353
  #
2354
+ # If you specify an opted out number that isn't valid, an exception is
2355
+ # returned.
2356
+ #
2350
2357
  # @option params [Array<Types::OptedOutFilter>] :filters
2351
2358
  # An array of OptedOutFilter objects to filter the results on.
2352
2359
  #
@@ -2999,7 +3006,7 @@ module Aws::PinpointSMSVoiceV2
2999
3006
  # resp.registration_id #=> String
3000
3007
  # resp.registration_versions #=> Array
3001
3008
  # resp.registration_versions[0].version_number #=> Integer
3002
- # resp.registration_versions[0].registration_version_status #=> String, one of "DRAFT", "SUBMITTED", "REVIEWING", "APPROVED", "DISCARDED", "DENIED", "REVOKED", "ARCHIVED"
3009
+ # resp.registration_versions[0].registration_version_status #=> String, one of "DRAFT", "SUBMITTED", "REVIEWING", "REQUIRES_AUTHENTICATION", "APPROVED", "DISCARDED", "DENIED", "REVOKED", "ARCHIVED"
3003
3010
  # resp.registration_versions[0].registration_version_status_history.draft_timestamp #=> Time
3004
3011
  # resp.registration_versions[0].registration_version_status_history.submitted_timestamp #=> Time
3005
3012
  # resp.registration_versions[0].registration_version_status_history.reviewing_timestamp #=> Time
@@ -3067,7 +3074,7 @@ module Aws::PinpointSMSVoiceV2
3067
3074
  # resp.registrations[0].registration_arn #=> String
3068
3075
  # resp.registrations[0].registration_id #=> String
3069
3076
  # resp.registrations[0].registration_type #=> String
3070
- # resp.registrations[0].registration_status #=> String, one of "CREATED", "SUBMITTED", "REVIEWING", "PROVISIONING", "COMPLETE", "REQUIRES_UPDATES", "CLOSED", "DELETED"
3077
+ # resp.registrations[0].registration_status #=> String, one of "CREATED", "SUBMITTED", "REVIEWING", "REQUIRES_AUTHENTICATION", "PROVISIONING", "COMPLETE", "REQUIRES_UPDATES", "CLOSED", "DELETED"
3071
3078
  # resp.registrations[0].current_version_number #=> Integer
3072
3079
  # resp.registrations[0].approved_version_number #=> Integer
3073
3080
  # resp.registrations[0].latest_denied_version_number #=> Integer
@@ -3410,7 +3417,7 @@ module Aws::PinpointSMSVoiceV2
3410
3417
  # resp.registration_arn #=> String
3411
3418
  # resp.registration_id #=> String
3412
3419
  # resp.version_number #=> Integer
3413
- # resp.registration_version_status #=> String, one of "DRAFT", "SUBMITTED", "REVIEWING", "APPROVED", "DISCARDED", "DENIED", "REVOKED", "ARCHIVED"
3420
+ # resp.registration_version_status #=> String, one of "DRAFT", "SUBMITTED", "REVIEWING", "REQUIRES_AUTHENTICATION", "APPROVED", "DISCARDED", "DENIED", "REVOKED", "ARCHIVED"
3414
3421
  # resp.registration_version_status_history.draft_timestamp #=> Time
3415
3422
  # resp.registration_version_status_history.submitted_timestamp #=> Time
3416
3423
  # resp.registration_version_status_history.reviewing_timestamp #=> Time
@@ -4857,7 +4864,7 @@ module Aws::PinpointSMSVoiceV2
4857
4864
  # resp.registration_arn #=> String
4858
4865
  # resp.registration_id #=> String
4859
4866
  # resp.version_number #=> Integer
4860
- # resp.registration_version_status #=> String, one of "DRAFT", "SUBMITTED", "REVIEWING", "APPROVED", "DISCARDED", "DENIED", "REVOKED", "ARCHIVED"
4867
+ # resp.registration_version_status #=> String, one of "DRAFT", "SUBMITTED", "REVIEWING", "REQUIRES_AUTHENTICATION", "APPROVED", "DISCARDED", "DENIED", "REVOKED", "ARCHIVED"
4861
4868
  # resp.registration_version_status_history.draft_timestamp #=> Time
4862
4869
  # resp.registration_version_status_history.submitted_timestamp #=> Time
4863
4870
  # resp.registration_version_status_history.reviewing_timestamp #=> Time
@@ -5452,7 +5459,7 @@ module Aws::PinpointSMSVoiceV2
5452
5459
  tracer: tracer
5453
5460
  )
5454
5461
  context[:gem_name] = 'aws-sdk-pinpointsmsvoicev2'
5455
- context[:gem_version] = '1.27.0'
5462
+ context[:gem_version] = '1.28.0'
5456
5463
  Seahorse::Client::Request.new(handlers, context)
5457
5464
  end
5458
5465
 
@@ -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 1MiB and
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
- # A URL to the required registration file. For example, you can
842
- # provide the S3 object URL.
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
@@ -55,7 +55,7 @@ module Aws::PinpointSMSVoiceV2
55
55
  autoload :EndpointProvider, 'aws-sdk-pinpointsmsvoicev2/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-pinpointsmsvoicev2/endpoints'
57
57
 
58
- GEM_VERSION = '1.27.0'
58
+ GEM_VERSION = '1.28.0'
59
59
 
60
60
  end
61
61
 
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.27.0
4
+ version: 1.28.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-09-24 00:00:00.000000000 Z
11
+ date: 2024-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core