aws-sdk-pinpointsmsvoicev2 1.28.0 → 1.30.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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)
@@ -962,27 +962,30 @@ module Aws::PinpointSMSVoiceV2
962
962
  # @!attribute [rw] registration_status
963
963
  # The status of the registration.
964
964
  #
965
+ # * `CLOSED`: The phone number or sender ID has been deleted and you
966
+ # must also delete the registration for the number.
967
+ #
965
968
  # * `CREATED`: Your registration is created but not submitted.
966
969
  #
967
- # * `SUBMITTED`: Your registration has been submitted and is awaiting
968
- # review.
970
+ # * `COMPLETE`: Your registration has been approved and your
971
+ # origination identity has been created.
969
972
  #
970
- # * `REVIEWING`: Your registration has been accepted and is being
971
- # reviewed.
973
+ # * `DELETED`: The registration has been deleted.
972
974
  #
973
975
  # * `PROVISIONING`: Your registration has been approved and your
974
976
  # origination identity is being created.
975
977
  #
976
- # * `COMPLETE`: Your registration has been approved and and your
977
- # origination identity has been created.
978
+ # * `REQUIRES_AUTHENTICATION`: You need to complete email
979
+ # authentication.
978
980
  #
979
981
  # * `REQUIRES_UPDATES`: You must fix your registration and resubmit
980
982
  # it.
981
983
  #
982
- # * `CLOSED`: The phone number or sender ID has been deleted and you
983
- # must also delete the registration for the number.
984
+ # * `REVIEWING`: Your registration has been accepted and is being
985
+ # reviewed.
984
986
  #
985
- # * `DELETED`: The registration has been deleted.
987
+ # * `SUBMITTED`: Your registration has been submitted and is awaiting
988
+ # review.
986
989
  # @return [String]
987
990
  #
988
991
  # @!attribute [rw] current_version_number
@@ -1050,26 +1053,29 @@ module Aws::PinpointSMSVoiceV2
1050
1053
  # @!attribute [rw] registration_version_status
1051
1054
  # The status of the registration.
1052
1055
  #
1053
- # * `DRAFT`: The initial status of a registration version after it’s
1054
- # created.
1055
- #
1056
- # * `SUBMITTED`: Your registration has been submitted.
1056
+ # * `APPROVED`: Your registration has been approved.
1057
1057
  #
1058
- # * `REVIEWING`: Your registration has been accepted and is being
1059
- # reviewed.
1058
+ # * `ARCHIVED`: Your previously approved registration version moves
1059
+ # into this status when a more recently submitted version is
1060
+ # approved.
1060
1061
  #
1061
- # * `APPROVED`: Your registration has been approved.
1062
+ # * `DENIED`: You must fix your registration and resubmit it.
1062
1063
  #
1063
1064
  # * `DISCARDED`: You've abandon this version of their registration to
1064
1065
  # start over with a new version.
1065
1066
  #
1066
- # * `DENIED`: You must fix your registration and resubmit it.
1067
+ # * `DRAFT`: The initial status of a registration version after it’s
1068
+ # created.
1069
+ #
1070
+ # * `REQUIRES_AUTHENTICATION`: You need to complete email
1071
+ # authentication.
1072
+ #
1073
+ # * `REVIEWING`: Your registration has been accepted and is being
1074
+ # reviewed.
1067
1075
  #
1068
1076
  # * `REVOKED`: Your previously approved registration has been revoked.
1069
1077
  #
1070
- # * `ARCHIVED`: Your previously approved registration version moves
1071
- # into this status when a more recently submitted version is
1072
- # approved.
1078
+ # * `SUBMITTED`: Your registration has been submitted.
1073
1079
  # @return [String]
1074
1080
  #
1075
1081
  # @!attribute [rw] registration_version_status_history
@@ -1834,27 +1840,30 @@ module Aws::PinpointSMSVoiceV2
1834
1840
  # @!attribute [rw] registration_status
1835
1841
  # The status of the registration.
1836
1842
  #
1843
+ # * `CLOSED`: The phone number or sender ID has been deleted and you
1844
+ # must also delete the registration for the number.
1845
+ #
1837
1846
  # * `CREATED`: Your registration is created but not submitted.
1838
1847
  #
1839
- # * `SUBMITTED`: Your registration has been submitted and is awaiting
1840
- # review.
1848
+ # * `COMPLETE`: Your registration has been approved and your
1849
+ # origination identity has been created.
1841
1850
  #
1842
- # * `REVIEWING`: Your registration has been accepted and is being
1843
- # reviewed.
1851
+ # * `DELETED`: The registration has been deleted.
1844
1852
  #
1845
1853
  # * `PROVISIONING`: Your registration has been approved and your
1846
1854
  # origination identity is being created.
1847
1855
  #
1848
- # * `COMPLETE`: Your registration has been approved and and your
1849
- # origination identity has been created.
1856
+ # * `REQUIRES_AUTHENTICATION`: You need to complete email
1857
+ # authentication.
1850
1858
  #
1851
1859
  # * `REQUIRES_UPDATES`: You must fix your registration and resubmit
1852
1860
  # it.
1853
1861
  #
1854
- # * `CLOSED`: The phone number or sender ID has been deleted and you
1855
- # must also delete the registration for the number.
1862
+ # * `REVIEWING`: Your registration has been accepted and is being
1863
+ # reviewed.
1856
1864
  #
1857
- # * `DELETED`: The registration has been deleted.
1865
+ # * `SUBMITTED`: Your registration has been submitted and is awaiting
1866
+ # review.
1858
1867
  # @return [String]
1859
1868
  #
1860
1869
  # @!attribute [rw] current_version_number
@@ -3186,26 +3195,29 @@ module Aws::PinpointSMSVoiceV2
3186
3195
  # @!attribute [rw] registration_version_status
3187
3196
  # The status of the registration version.
3188
3197
  #
3189
- # * `DRAFT`: The initial status of a registration version after it’s
3190
- # created.
3191
- #
3192
- # * `SUBMITTED`: Your registration has been submitted.
3198
+ # * `APPROVED`: Your registration has been approved.
3193
3199
  #
3194
- # * `REVIEWING`: Your registration has been accepted and is being
3195
- # reviewed.
3200
+ # * `ARCHIVED`: Your previously approved registration version moves
3201
+ # into this status when a more recently submitted version is
3202
+ # approved.
3196
3203
  #
3197
- # * `APPROVED`: Your registration has been approved.
3204
+ # * `DENIED`: You must fix your registration and resubmit it.
3198
3205
  #
3199
3206
  # * `DISCARDED`: You've abandon this version of their registration to
3200
3207
  # start over with a new version.
3201
3208
  #
3202
- # * `DENIED`: You must fix your registration and resubmit it.
3209
+ # * `DRAFT`: The initial status of a registration version after it’s
3210
+ # created.
3211
+ #
3212
+ # * `REQUIRES_AUTHENTICATION`: You need to complete email
3213
+ # authentication.
3214
+ #
3215
+ # * `REVIEWING`: Your registration has been accepted and is being
3216
+ # reviewed.
3203
3217
  #
3204
3218
  # * `REVOKED`: Your previously approved registration has been revoked.
3205
3219
  #
3206
- # * `ARCHIVED`: Your previously approved registration version moves
3207
- # into this status when a more recently submitted version is
3208
- # approved.
3220
+ # * `SUBMITTED`: Your registration has been submitted.
3209
3221
  # @return [String]
3210
3222
  #
3211
3223
  # @!attribute [rw] registration_version_status_history
@@ -4656,27 +4668,30 @@ module Aws::PinpointSMSVoiceV2
4656
4668
  # @!attribute [rw] registration_status
4657
4669
  # The status of the registration.
4658
4670
  #
4671
+ # * `CLOSED`: The phone number or sender ID has been deleted and you
4672
+ # must also delete the registration for the number.
4673
+ #
4659
4674
  # * `CREATED`: Your registration is created but not submitted.
4660
4675
  #
4661
- # * `SUBMITTED`: Your registration has been submitted and is awaiting
4662
- # review.
4676
+ # * `COMPLETE`: Your registration has been approved and your
4677
+ # origination identity has been created.
4663
4678
  #
4664
- # * `REVIEWING`: Your registration has been accepted and is being
4665
- # reviewed.
4679
+ # * `DELETED`: The registration has been deleted.
4666
4680
  #
4667
4681
  # * `PROVISIONING`: Your registration has been approved and your
4668
4682
  # origination identity is being created.
4669
4683
  #
4670
- # * `COMPLETE`: Your registration has been approved and and your
4671
- # origination identity has been created.
4684
+ # * `REQUIRES_AUTHENTICATION`: You need to complete email
4685
+ # authentication.
4672
4686
  #
4673
4687
  # * `REQUIRES_UPDATES`: You must fix your registration and resubmit
4674
4688
  # it.
4675
4689
  #
4676
- # * `CLOSED`: The phone number or sender ID has been deleted and you
4677
- # must also delete the registration for the number.
4690
+ # * `REVIEWING`: Your registration has been accepted and is being
4691
+ # reviewed.
4678
4692
  #
4679
- # * `DELETED`: The registration has been deleted.
4693
+ # * `SUBMITTED`: Your registration has been submitted and is awaiting
4694
+ # review.
4680
4695
  # @return [String]
4681
4696
  #
4682
4697
  # @!attribute [rw] current_version_number
@@ -4882,26 +4897,29 @@ module Aws::PinpointSMSVoiceV2
4882
4897
  # @!attribute [rw] registration_version_status
4883
4898
  # The status of the registration.
4884
4899
  #
4885
- # * `DRAFT`: The initial status of a registration version after it’s
4886
- # created.
4887
- #
4888
- # * `SUBMITTED`: Your registration has been submitted.
4900
+ # * `APPROVED`: Your registration has been approved.
4889
4901
  #
4890
- # * `REVIEWING`: Your registration has been accepted and is being
4891
- # reviewed.
4902
+ # * `ARCHIVED`: Your previously approved registration version moves
4903
+ # into this status when a more recently submitted version is
4904
+ # approved.
4892
4905
  #
4893
- # * `APPROVED`: Your registration has been approved.
4906
+ # * `DENIED`: You must fix your registration and resubmit it.
4894
4907
  #
4895
4908
  # * `DISCARDED`: You've abandon this version of their registration to
4896
4909
  # start over with a new version.
4897
4910
  #
4898
- # * `DENIED`: You must fix your registration and resubmit it.
4911
+ # * `DRAFT`: The initial status of a registration version after it’s
4912
+ # created.
4913
+ #
4914
+ # * `REQUIRES_AUTHENTICATION`: You need to complete email
4915
+ # authentication.
4916
+ #
4917
+ # * `REVIEWING`: Your registration has been accepted and is being
4918
+ # reviewed.
4899
4919
  #
4900
4920
  # * `REVOKED`: Your previously approved registration has been revoked.
4901
4921
  #
4902
- # * `ARCHIVED`: Your previously approved registration version moves
4903
- # into this status when a more recently submitted version is
4904
- # approved.
4922
+ # * `SUBMITTED`: Your registration has been submitted.
4905
4923
  # @return [String]
4906
4924
  #
4907
4925
  # @!attribute [rw] registration_version_status_history
@@ -4954,6 +4972,15 @@ module Aws::PinpointSMSVoiceV2
4954
4972
  # [1]: https://www.epochconverter.com/
4955
4973
  # @return [Time]
4956
4974
  #
4975
+ # @!attribute [rw] requires_authentication_timestamp
4976
+ # The time when the registration was in the requires authentication
4977
+ # state, in [UNIX epoch time][1] format.
4978
+ #
4979
+ #
4980
+ #
4981
+ # [1]: https://www.epochconverter.com/
4982
+ # @return [Time]
4983
+ #
4957
4984
  # @!attribute [rw] approved_timestamp
4958
4985
  # The time when the registration was in the approved state, in [UNIX
4959
4986
  # epoch time][1] format.
@@ -5005,6 +5032,7 @@ module Aws::PinpointSMSVoiceV2
5005
5032
  :draft_timestamp,
5006
5033
  :submitted_timestamp,
5007
5034
  :reviewing_timestamp,
5035
+ :requires_authentication_timestamp,
5008
5036
  :approved_timestamp,
5009
5037
  :discarded_timestamp,
5010
5038
  :denied_timestamp,
@@ -6342,26 +6370,29 @@ module Aws::PinpointSMSVoiceV2
6342
6370
  # @!attribute [rw] registration_version_status
6343
6371
  # The status of the registration version.
6344
6372
  #
6345
- # * `DRAFT`: The initial status of a registration version after it’s
6346
- # created.
6347
- #
6348
- # * `SUBMITTED`: Your registration has been submitted.
6373
+ # * `APPROVED`: Your registration has been approved.
6349
6374
  #
6350
- # * `REVIEWING`: Your registration has been accepted and is being
6351
- # reviewed.
6375
+ # * `ARCHIVED`: Your previously approved registration version moves
6376
+ # into this status when a more recently submitted version is
6377
+ # approved.
6352
6378
  #
6353
- # * `APPROVED`: Your registration has been approved.
6379
+ # * `DENIED`: You must fix your registration and resubmit it.
6354
6380
  #
6355
6381
  # * `DISCARDED`: You've abandon this version of their registration to
6356
6382
  # start over with a new version.
6357
6383
  #
6358
- # * `DENIED`: You must fix your registration and resubmit it.
6384
+ # * `DRAFT`: The initial status of a registration version after it’s
6385
+ # created.
6386
+ #
6387
+ # * `REQUIRES_AUTHENTICATION`: You need to complete email
6388
+ # authentication.
6389
+ #
6390
+ # * `REVIEWING`: Your registration has been accepted and is being
6391
+ # reviewed.
6359
6392
  #
6360
6393
  # * `REVOKED`: Your previously approved registration has been revoked.
6361
6394
  #
6362
- # * `ARCHIVED`: Your previously approved registration version moves
6363
- # into this status when a more recently submitted version is
6364
- # approved.
6395
+ # * `SUBMITTED`: Your registration has been submitted.
6365
6396
  # @return [String]
6366
6397
  #
6367
6398
  # @!attribute [rw] registration_version_status_history
@@ -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.28.0'
58
+ GEM_VERSION = '1.30.0'
59
59
 
60
60
  end
61
61
 
data/sig/types.rbs CHANGED
@@ -1247,6 +1247,7 @@ module Aws::PinpointSMSVoiceV2
1247
1247
  attr_accessor draft_timestamp: ::Time
1248
1248
  attr_accessor submitted_timestamp: ::Time
1249
1249
  attr_accessor reviewing_timestamp: ::Time
1250
+ attr_accessor requires_authentication_timestamp: ::Time
1250
1251
  attr_accessor approved_timestamp: ::Time
1251
1252
  attr_accessor discarded_timestamp: ::Time
1252
1253
  attr_accessor denied_timestamp: ::Time
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.28.0
4
+ version: 1.30.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-10-17 00:00:00.000000000 Z
11
+ date: 2024-11-08 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.207.0
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.207.0
32
+ version: 3.210.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement