aws-sdk-pinpointsmsvoicev2 1.29.0 → 1.30.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: 1a566a58d92461571c32b0ccdf7dd2eda245dfad9896df0273db9aa3bdbff077
4
- data.tar.gz: 752fc57c1afea3987246cc9dddd2407e3a0e06b788b5a63177f9a35ddbc13498
3
+ metadata.gz: e747ee3d285efceb56b314f47de54784afa814ff57e656bc03ae963d75a83528
4
+ data.tar.gz: 7c97b975ab54922ad3ad4bcedcfc4b79e26bc3db4ff9402c0e2722186e44e4b1
5
5
  SHA512:
6
- metadata.gz: 1db919ac115b41fc96231b64252d4a7a8ffed96b96fccc71d531de619727b2ae302db6f342f11cf6010f40646060783c811c3f41a293396c7c2e9aaf4e884cb7
7
- data.tar.gz: eece203cb6c5c6f6727e671c4d03896055195b99417a6c9736595fddd900cbdbde2e3905c3ab7bae50257fb9e05b7324604e7e7819ff06749ce224b69a52b6a8
6
+ metadata.gz: 34a7607383fcf4a6b5eb1d6468989333d3940f17126cefb80be590fc83c61fe80f54fcd12a721ceb27d96da9cf469b5f0dce089f143a1b7972409d2a850e2a26
7
+ data.tar.gz: 36cddccad016b9852304892aa93447726eb3632a20ddbfb8778e49ae593ad148a94188db63072b587286a3082e43908d6b154f232258a9a01c217905be169cad
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.30.0 (2024-11-08)
5
+ ------------------
6
+
7
+ * Feature - Added the RequiresAuthenticationTimestamp field to the RegistrationVersionStatusHistory data type.
8
+
4
9
  1.29.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.29.0
1
+ 1.30.0
@@ -1199,6 +1199,7 @@ module Aws::PinpointSMSVoiceV2
1199
1199
  # resp.registration_version_status_history.draft_timestamp #=> Time
1200
1200
  # resp.registration_version_status_history.submitted_timestamp #=> Time
1201
1201
  # resp.registration_version_status_history.reviewing_timestamp #=> Time
1202
+ # resp.registration_version_status_history.requires_authentication_timestamp #=> Time
1202
1203
  # resp.registration_version_status_history.approved_timestamp #=> Time
1203
1204
  # resp.registration_version_status_history.discarded_timestamp #=> Time
1204
1205
  # resp.registration_version_status_history.denied_timestamp #=> Time
@@ -3010,6 +3011,7 @@ module Aws::PinpointSMSVoiceV2
3010
3011
  # resp.registration_versions[0].registration_version_status_history.draft_timestamp #=> Time
3011
3012
  # resp.registration_versions[0].registration_version_status_history.submitted_timestamp #=> Time
3012
3013
  # resp.registration_versions[0].registration_version_status_history.reviewing_timestamp #=> Time
3014
+ # resp.registration_versions[0].registration_version_status_history.requires_authentication_timestamp #=> Time
3013
3015
  # resp.registration_versions[0].registration_version_status_history.approved_timestamp #=> Time
3014
3016
  # resp.registration_versions[0].registration_version_status_history.discarded_timestamp #=> Time
3015
3017
  # resp.registration_versions[0].registration_version_status_history.denied_timestamp #=> Time
@@ -3421,6 +3423,7 @@ module Aws::PinpointSMSVoiceV2
3421
3423
  # resp.registration_version_status_history.draft_timestamp #=> Time
3422
3424
  # resp.registration_version_status_history.submitted_timestamp #=> Time
3423
3425
  # resp.registration_version_status_history.reviewing_timestamp #=> Time
3426
+ # resp.registration_version_status_history.requires_authentication_timestamp #=> Time
3424
3427
  # resp.registration_version_status_history.approved_timestamp #=> Time
3425
3428
  # resp.registration_version_status_history.discarded_timestamp #=> Time
3426
3429
  # resp.registration_version_status_history.denied_timestamp #=> Time
@@ -4868,6 +4871,7 @@ module Aws::PinpointSMSVoiceV2
4868
4871
  # resp.registration_version_status_history.draft_timestamp #=> Time
4869
4872
  # resp.registration_version_status_history.submitted_timestamp #=> Time
4870
4873
  # resp.registration_version_status_history.reviewing_timestamp #=> Time
4874
+ # resp.registration_version_status_history.requires_authentication_timestamp #=> Time
4871
4875
  # resp.registration_version_status_history.approved_timestamp #=> Time
4872
4876
  # resp.registration_version_status_history.discarded_timestamp #=> Time
4873
4877
  # resp.registration_version_status_history.denied_timestamp #=> Time
@@ -5459,7 +5463,7 @@ module Aws::PinpointSMSVoiceV2
5459
5463
  tracer: tracer
5460
5464
  )
5461
5465
  context[:gem_name] = 'aws-sdk-pinpointsmsvoicev2'
5462
- context[:gem_version] = '1.29.0'
5466
+ context[:gem_version] = '1.30.0'
5463
5467
  Seahorse::Client::Request.new(handlers, context)
5464
5468
  end
5465
5469
 
@@ -1450,6 +1450,7 @@ module Aws::PinpointSMSVoiceV2
1450
1450
  RegistrationVersionStatusHistory.add_member(:draft_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "DraftTimestamp"))
1451
1451
  RegistrationVersionStatusHistory.add_member(:submitted_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "SubmittedTimestamp"))
1452
1452
  RegistrationVersionStatusHistory.add_member(:reviewing_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ReviewingTimestamp"))
1453
+ RegistrationVersionStatusHistory.add_member(:requires_authentication_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "RequiresAuthenticationTimestamp"))
1453
1454
  RegistrationVersionStatusHistory.add_member(:approved_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ApprovedTimestamp"))
1454
1455
  RegistrationVersionStatusHistory.add_member(:discarded_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "DiscardedTimestamp"))
1455
1456
  RegistrationVersionStatusHistory.add_member(:denied_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "DeniedTimestamp"))
@@ -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.29.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.29.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-18 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