"smithy.api#documentation": "<p>The two-character code, in ISO 3166-1 alpha-2 format, for the country or region where the phone number was originally registered.</p>"
"smithy.api#documentation": "<p>The two-character country or region code, in ISO 3166-1 alpha-2 format, for the phone number.</p>"
}
},
"Country": {
"target": "smithy.api#String",
"traits": {
"smithy.api#documentation": "<p>The name of the country where the phone number was originally registered.</p>"
"smithy.api#documentation": "<p>The name of the country or region for the phone number.</p>"
}
},
"MCC": {
@@ -10225,6 +10225,12 @@
"traits": {
"smithy.api#documentation": "<p>A description of why the registration was denied.</p>"
}
},
"Feedback": {
"target": "smithy.api#String",
"traits": {
"smithy.api#documentation": "<p>Feedback provided for this specific field during the registration review process. This may include validation errors, suggestions for improvement, or additional requirements.</p>"
}
}
},
"traits": {
@@ -10460,6 +10466,10 @@
"value": "SUBMITTED",
"name": "SUBMITTED"
},
{
"value": "AWS_REVIEWING",
"name": "AWS_REVIEWING"
},
{
"value": "REVIEWING",
"name": "REVIEWING"
@@ -10706,6 +10716,12 @@
"traits": {
"smithy.api#documentation": "<p>An array of RegistrationDeniedReasonInformation objects. </p>"
}
},
"Feedback": {
"target": "smithy.api#String",
"traits": {
"smithy.api#documentation": "<p>Feedback information provided during the registration review process. This includes comments, suggestions, or additional requirements.</p>"
}
}
},
"traits": {
@@ -10750,6 +10766,10 @@
"value": "SUBMITTED",
"name": "SUBMITTED"
},
{
"value": "AWS_REVIEWING",
"name": "AWS_REVIEWING"
},
{
"value": "REVIEWING",
"name": "REVIEWING"
@@ -10797,6 +10817,12 @@
"smithy.api#documentation": "<p>The time when the registration was in the submitted state, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>"
}
},
"AwsReviewingTimestamp": {
"target": "smithy.api#Timestamp",
"traits": {
"smithy.api#documentation": "<p>The time when the registration was in the AWS reviewing state, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>"
}
},
"ReviewingTimestamp": {
"target": "smithy.api#Timestamp",
"traits": {
@@ -13143,6 +13169,13 @@
"smithy.api#documentation": "<p>The unique identifier for the registration.</p>",
"smithy.api#required": {}
}
},
"AwsReview": {
"target": "smithy.api#PrimitiveBoolean",
"traits": {
"smithy.api#default": false,
"smithy.api#documentation": "<p>Set to true to request AWS review of the registration. When enabled, AWS will perform additional validation and review of the registration submission before processing.</p>"
}
}
},
"traits": {
@@ -13186,6 +13219,14 @@
"smithy.api#documentation": "<p>The <b>RegistrationVersionStatusHistory</b> object contains the time stamps for when the reservations status changes.</p>",
"smithy.api#required": {}
}
},
"AwsReview": {
"target": "smithy.api#PrimitiveBoolean",
"traits": {
"smithy.api#default": false,
"smithy.api#documentation": "<p>Indicates whether AWS review was requested for this registration submission.</p>",