You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>The country in the address being validated.</p>
4683
+
* <p>The country in the address being validated as two-letter country code in ISO 3166-1
4684
+
* alpha-2 format, such as <code>US</code>. For more information, see <a href="https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2">ISO 3166-1 alpha-2</a> in
"smithy.api#documentation": "<p>The country in the address being validated.</p>",
10690
+
"smithy.api#documentation": "<p>The country in the address being validated as two-letter country code in ISO 3166-1\n alpha-2 format, such as <code>US</code>. For more information, see <a href=\"https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2\">ISO 3166-1 alpha-2</a> in\n Wikipedia.</p>",
"smithy.api#documentation": "<p>Number indicating the result of address validation. <code>0</code> means the \naddress was perfect as-is and successfully validated. <code>1</code> means the \naddress was corrected. <code>2</code> means the address sent was not close \nenough and was not validated.</p>"
10713
+
"smithy.api#documentation": "<p>Number indicating the result of address validation.</p>\n <p>Each possible result is defined as follows:</p>\n <ul>\n <li>\n <p>\n <code>0</code> - Address validation succeeded.</p>\n </li>\n <li>\n <p>\n <code>1</code> - Address validation succeeded. The address was a close enough\n match and has been corrected as part of the address object.</p>\n </li>\n <li>\n <p>\n <code>2</code> - Address validation failed. You should re-submit the validation\n request with candidates from the <code>CandidateAddressList</code> result, if it's a\n close match.</p>\n </li>\n </ul>"
0 commit comments