File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
codegen/sdk-codegen/aws-models Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export interface PutAccountDetailsCommandOutput extends PutAccountDetailsRespons
4343 * MailType: "MARKETING" || "TRANSACTIONAL", // required
4444 * WebsiteURL: "STRING_VALUE", // required
4545 * ContactLanguage: "EN" || "JA",
46- * UseCaseDescription: "STRING_VALUE", // required
46+ * UseCaseDescription: "STRING_VALUE",
4747 * AdditionalContactEmailAddresses: [ // AdditionalContactEmailAddresses
4848 * "STRING_VALUE",
4949 * ],
Original file line number Diff line number Diff line change @@ -127,6 +127,8 @@ export interface AccountDetails {
127127 ContactLanguage ?: ContactLanguage ;
128128
129129 /**
130+ * @deprecated
131+ *
130132 * <p>A description of the types of email that you plan to send.</p>
131133 * @public
132134 */
@@ -6864,10 +6866,12 @@ export interface PutAccountDetailsRequest {
68646866 ContactLanguage ?: ContactLanguage ;
68656867
68666868 /**
6869+ * @deprecated
6870+ *
68676871 * <p>A description of the types of email that you plan to send.</p>
68686872 * @public
68696873 */
6870- UseCaseDescription : string | undefined ;
6874+ UseCaseDescription ? : string ;
68716875
68726876 /**
68736877 * <p>Additional email addresses that you would like to be notified regarding Amazon SES
Original file line number Diff line number Diff line change 82318231 "UseCaseDescription": {
82328232 "target": "com.amazonaws.sesv2#UseCaseDescription",
82338233 "traits": {
8234- "smithy.api#documentation": "<p>A description of the types of email that you plan to send.</p>",
8235- "smithy.api#required": {}
8234+ "smithy.api#documentation": "<p>A description of the types of email that you plan to send.</p>"
82368235 }
82378236 },
82388237 "AdditionalContactEmailAddresses": {
1246212461 "com.amazonaws.sesv2#UseCaseDescription": {
1246312462 "type": "string",
1246412463 "traits": {
12464+ "smithy.api#deprecated": {
12465+ "message": "Use case description is optional and deprecated"
12466+ },
1246512467 "smithy.api#length": {
12466- "min": 1 ,
12468+ "min": 0 ,
1246712469 "max": 5000
1246812470 },
1246912471 "smithy.api#sensitive": {}
You can’t perform that action at this time.
0 commit comments