aws-sdk-pinpointsmsvoicev2 1.48.0 → 1.49.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-pinpointsmsvoicev2/client.rb +103 -88
- data/lib/aws-sdk-pinpointsmsvoicev2/client_api.rb +5 -0
- data/lib/aws-sdk-pinpointsmsvoicev2/types.rb +106 -71
- data/lib/aws-sdk-pinpointsmsvoicev2.rb +1 -1
- data/sig/client.rbs +8 -6
- data/sig/types.rbs +12 -7
- metadata +1 -1
data/sig/client.rbs
CHANGED
|
@@ -252,7 +252,7 @@ module Aws
|
|
|
252
252
|
def registration_arn: () -> ::String
|
|
253
253
|
def registration_id: () -> ::String
|
|
254
254
|
def registration_type: () -> ::String
|
|
255
|
-
def registration_status: () -> ("CREATED" | "SUBMITTED" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "PROVISIONING" | "COMPLETE" | "REQUIRES_UPDATES" | "CLOSED" | "DELETED")
|
|
255
|
+
def registration_status: () -> ("CREATED" | "SUBMITTED" | "AWS_REVIEWING" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "PROVISIONING" | "COMPLETE" | "REQUIRES_UPDATES" | "CLOSED" | "DELETED")
|
|
256
256
|
def current_version_number: () -> ::Integer
|
|
257
257
|
def additional_attributes: () -> ::Hash[::String, ::String]
|
|
258
258
|
def tags: () -> ::Array[Types::Tag]
|
|
@@ -316,7 +316,7 @@ module Aws
|
|
|
316
316
|
def registration_arn: () -> ::String
|
|
317
317
|
def registration_id: () -> ::String
|
|
318
318
|
def version_number: () -> ::Integer
|
|
319
|
-
def registration_version_status: () -> ("DRAFT" | "SUBMITTED" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "APPROVED" | "DISCARDED" | "DENIED" | "REVOKED" | "ARCHIVED")
|
|
319
|
+
def registration_version_status: () -> ("DRAFT" | "SUBMITTED" | "AWS_REVIEWING" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "APPROVED" | "DISCARDED" | "DENIED" | "REVOKED" | "ARCHIVED")
|
|
320
320
|
def registration_version_status_history: () -> Types::RegistrationVersionStatusHistory
|
|
321
321
|
end
|
|
322
322
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PinpointSMSVoiceV2/Client.html#create_registration_version-instance_method
|
|
@@ -517,7 +517,7 @@ module Aws
|
|
|
517
517
|
def registration_arn: () -> ::String
|
|
518
518
|
def registration_id: () -> ::String
|
|
519
519
|
def registration_type: () -> ::String
|
|
520
|
-
def registration_status: () -> ("CREATED" | "SUBMITTED" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "PROVISIONING" | "COMPLETE" | "REQUIRES_UPDATES" | "CLOSED" | "DELETED")
|
|
520
|
+
def registration_status: () -> ("CREATED" | "SUBMITTED" | "AWS_REVIEWING" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "PROVISIONING" | "COMPLETE" | "REQUIRES_UPDATES" | "CLOSED" | "DELETED")
|
|
521
521
|
def current_version_number: () -> ::Integer
|
|
522
522
|
def approved_version_number: () -> ::Integer
|
|
523
523
|
def latest_denied_version_number: () -> ::Integer
|
|
@@ -986,7 +986,7 @@ module Aws
|
|
|
986
986
|
def registration_arn: () -> ::String
|
|
987
987
|
def registration_id: () -> ::String
|
|
988
988
|
def version_number: () -> ::Integer
|
|
989
|
-
def registration_version_status: () -> ("DRAFT" | "SUBMITTED" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "APPROVED" | "DISCARDED" | "DENIED" | "REVOKED" | "ARCHIVED")
|
|
989
|
+
def registration_version_status: () -> ("DRAFT" | "SUBMITTED" | "AWS_REVIEWING" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "APPROVED" | "DISCARDED" | "DENIED" | "REVOKED" | "ARCHIVED")
|
|
990
990
|
def registration_version_status_history: () -> Types::RegistrationVersionStatusHistory
|
|
991
991
|
end
|
|
992
992
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PinpointSMSVoiceV2/Client.html#discard_registration_version-instance_method
|
|
@@ -1470,12 +1470,14 @@ module Aws
|
|
|
1470
1470
|
def registration_arn: () -> ::String
|
|
1471
1471
|
def registration_id: () -> ::String
|
|
1472
1472
|
def version_number: () -> ::Integer
|
|
1473
|
-
def registration_version_status: () -> ("DRAFT" | "SUBMITTED" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "APPROVED" | "DISCARDED" | "DENIED" | "REVOKED" | "ARCHIVED")
|
|
1473
|
+
def registration_version_status: () -> ("DRAFT" | "SUBMITTED" | "AWS_REVIEWING" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "APPROVED" | "DISCARDED" | "DENIED" | "REVOKED" | "ARCHIVED")
|
|
1474
1474
|
def registration_version_status_history: () -> Types::RegistrationVersionStatusHistory
|
|
1475
|
+
def aws_review: () -> bool
|
|
1475
1476
|
end
|
|
1476
1477
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PinpointSMSVoiceV2/Client.html#submit_registration_version-instance_method
|
|
1477
1478
|
def submit_registration_version: (
|
|
1478
|
-
registration_id: ::String
|
|
1479
|
+
registration_id: ::String,
|
|
1480
|
+
?aws_review: bool
|
|
1479
1481
|
) -> _SubmitRegistrationVersionResponseSuccess
|
|
1480
1482
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SubmitRegistrationVersionResponseSuccess
|
|
1481
1483
|
|
data/sig/types.rbs
CHANGED
|
@@ -245,7 +245,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
245
245
|
attr_accessor registration_arn: ::String
|
|
246
246
|
attr_accessor registration_id: ::String
|
|
247
247
|
attr_accessor registration_type: ::String
|
|
248
|
-
attr_accessor registration_status: ("CREATED" | "SUBMITTED" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "PROVISIONING" | "COMPLETE" | "REQUIRES_UPDATES" | "CLOSED" | "DELETED")
|
|
248
|
+
attr_accessor registration_status: ("CREATED" | "SUBMITTED" | "AWS_REVIEWING" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "PROVISIONING" | "COMPLETE" | "REQUIRES_UPDATES" | "CLOSED" | "DELETED")
|
|
249
249
|
attr_accessor current_version_number: ::Integer
|
|
250
250
|
attr_accessor additional_attributes: ::Hash[::String, ::String]
|
|
251
251
|
attr_accessor tags: ::Array[Types::Tag]
|
|
@@ -262,7 +262,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
262
262
|
attr_accessor registration_arn: ::String
|
|
263
263
|
attr_accessor registration_id: ::String
|
|
264
264
|
attr_accessor version_number: ::Integer
|
|
265
|
-
attr_accessor registration_version_status: ("DRAFT" | "SUBMITTED" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "APPROVED" | "DISCARDED" | "DENIED" | "REVOKED" | "ARCHIVED")
|
|
265
|
+
attr_accessor registration_version_status: ("DRAFT" | "SUBMITTED" | "AWS_REVIEWING" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "APPROVED" | "DISCARDED" | "DENIED" | "REVOKED" | "ARCHIVED")
|
|
266
266
|
attr_accessor registration_version_status_history: Types::RegistrationVersionStatusHistory
|
|
267
267
|
SENSITIVE: []
|
|
268
268
|
end
|
|
@@ -487,7 +487,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
487
487
|
attr_accessor registration_arn: ::String
|
|
488
488
|
attr_accessor registration_id: ::String
|
|
489
489
|
attr_accessor registration_type: ::String
|
|
490
|
-
attr_accessor registration_status: ("CREATED" | "SUBMITTED" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "PROVISIONING" | "COMPLETE" | "REQUIRES_UPDATES" | "CLOSED" | "DELETED")
|
|
490
|
+
attr_accessor registration_status: ("CREATED" | "SUBMITTED" | "AWS_REVIEWING" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "PROVISIONING" | "COMPLETE" | "REQUIRES_UPDATES" | "CLOSED" | "DELETED")
|
|
491
491
|
attr_accessor current_version_number: ::Integer
|
|
492
492
|
attr_accessor approved_version_number: ::Integer
|
|
493
493
|
attr_accessor latest_denied_version_number: ::Integer
|
|
@@ -858,7 +858,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
858
858
|
attr_accessor registration_arn: ::String
|
|
859
859
|
attr_accessor registration_id: ::String
|
|
860
860
|
attr_accessor version_number: ::Integer
|
|
861
|
-
attr_accessor registration_version_status: ("DRAFT" | "SUBMITTED" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "APPROVED" | "DISCARDED" | "DENIED" | "REVOKED" | "ARCHIVED")
|
|
861
|
+
attr_accessor registration_version_status: ("DRAFT" | "SUBMITTED" | "AWS_REVIEWING" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "APPROVED" | "DISCARDED" | "DENIED" | "REVOKED" | "ARCHIVED")
|
|
862
862
|
attr_accessor registration_version_status_history: Types::RegistrationVersionStatusHistory
|
|
863
863
|
SENSITIVE: []
|
|
864
864
|
end
|
|
@@ -1270,6 +1270,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
1270
1270
|
attr_accessor text_value: ::String
|
|
1271
1271
|
attr_accessor registration_attachment_id: ::String
|
|
1272
1272
|
attr_accessor denied_reason: ::String
|
|
1273
|
+
attr_accessor feedback: ::String
|
|
1273
1274
|
SENSITIVE: []
|
|
1274
1275
|
end
|
|
1275
1276
|
|
|
@@ -1283,7 +1284,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
1283
1284
|
attr_accessor registration_arn: ::String
|
|
1284
1285
|
attr_accessor registration_id: ::String
|
|
1285
1286
|
attr_accessor registration_type: ::String
|
|
1286
|
-
attr_accessor registration_status: ("CREATED" | "SUBMITTED" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "PROVISIONING" | "COMPLETE" | "REQUIRES_UPDATES" | "CLOSED" | "DELETED")
|
|
1287
|
+
attr_accessor registration_status: ("CREATED" | "SUBMITTED" | "AWS_REVIEWING" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "PROVISIONING" | "COMPLETE" | "REQUIRES_UPDATES" | "CLOSED" | "DELETED")
|
|
1287
1288
|
attr_accessor current_version_number: ::Integer
|
|
1288
1289
|
attr_accessor approved_version_number: ::Integer
|
|
1289
1290
|
attr_accessor latest_denied_version_number: ::Integer
|
|
@@ -1337,15 +1338,17 @@ module Aws::PinpointSMSVoiceV2
|
|
|
1337
1338
|
|
|
1338
1339
|
class RegistrationVersionInformation
|
|
1339
1340
|
attr_accessor version_number: ::Integer
|
|
1340
|
-
attr_accessor registration_version_status: ("DRAFT" | "SUBMITTED" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "APPROVED" | "DISCARDED" | "DENIED" | "REVOKED" | "ARCHIVED")
|
|
1341
|
+
attr_accessor registration_version_status: ("DRAFT" | "SUBMITTED" | "AWS_REVIEWING" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "APPROVED" | "DISCARDED" | "DENIED" | "REVOKED" | "ARCHIVED")
|
|
1341
1342
|
attr_accessor registration_version_status_history: Types::RegistrationVersionStatusHistory
|
|
1342
1343
|
attr_accessor denied_reasons: ::Array[Types::RegistrationDeniedReasonInformation]
|
|
1344
|
+
attr_accessor feedback: ::String
|
|
1343
1345
|
SENSITIVE: []
|
|
1344
1346
|
end
|
|
1345
1347
|
|
|
1346
1348
|
class RegistrationVersionStatusHistory
|
|
1347
1349
|
attr_accessor draft_timestamp: ::Time
|
|
1348
1350
|
attr_accessor submitted_timestamp: ::Time
|
|
1351
|
+
attr_accessor aws_reviewing_timestamp: ::Time
|
|
1349
1352
|
attr_accessor reviewing_timestamp: ::Time
|
|
1350
1353
|
attr_accessor requires_authentication_timestamp: ::Time
|
|
1351
1354
|
attr_accessor approved_timestamp: ::Time
|
|
@@ -1684,6 +1687,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
1684
1687
|
|
|
1685
1688
|
class SubmitRegistrationVersionRequest
|
|
1686
1689
|
attr_accessor registration_id: ::String
|
|
1690
|
+
attr_accessor aws_review: bool
|
|
1687
1691
|
SENSITIVE: []
|
|
1688
1692
|
end
|
|
1689
1693
|
|
|
@@ -1691,8 +1695,9 @@ module Aws::PinpointSMSVoiceV2
|
|
|
1691
1695
|
attr_accessor registration_arn: ::String
|
|
1692
1696
|
attr_accessor registration_id: ::String
|
|
1693
1697
|
attr_accessor version_number: ::Integer
|
|
1694
|
-
attr_accessor registration_version_status: ("DRAFT" | "SUBMITTED" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "APPROVED" | "DISCARDED" | "DENIED" | "REVOKED" | "ARCHIVED")
|
|
1698
|
+
attr_accessor registration_version_status: ("DRAFT" | "SUBMITTED" | "AWS_REVIEWING" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "APPROVED" | "DISCARDED" | "DENIED" | "REVOKED" | "ARCHIVED")
|
|
1695
1699
|
attr_accessor registration_version_status_history: Types::RegistrationVersionStatusHistory
|
|
1700
|
+
attr_accessor aws_review: bool
|
|
1696
1701
|
SENSITIVE: []
|
|
1697
1702
|
end
|
|
1698
1703
|
|