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
43
43
* MailType: "MARKETING" || "TRANSACTIONAL", // required
44
44
* WebsiteURL: "STRING_VALUE", // required
45
45
* ContactLanguage: "EN" || "JA",
46
- * UseCaseDescription: "STRING_VALUE", // required
46
+ * UseCaseDescription: "STRING_VALUE",
47
47
* AdditionalContactEmailAddresses: [ // AdditionalContactEmailAddresses
48
48
* "STRING_VALUE",
49
49
* ],
Original file line number Diff line number Diff line change @@ -127,6 +127,8 @@ export interface AccountDetails {
127
127
ContactLanguage ?: ContactLanguage ;
128
128
129
129
/**
130
+ * @deprecated
131
+ *
130
132
* <p>A description of the types of email that you plan to send.</p>
131
133
* @public
132
134
*/
@@ -6864,10 +6866,12 @@ export interface PutAccountDetailsRequest {
6864
6866
ContactLanguage ?: ContactLanguage ;
6865
6867
6866
6868
/**
6869
+ * @deprecated
6870
+ *
6867
6871
* <p>A description of the types of email that you plan to send.</p>
6868
6872
* @public
6869
6873
*/
6870
- UseCaseDescription : string | undefined ;
6874
+ UseCaseDescription ? : string ;
6871
6875
6872
6876
/**
6873
6877
* <p>Additional email addresses that you would like to be notified regarding Amazon SES
Original file line number Diff line number Diff line change 8231
8231
"UseCaseDescription": {
8232
8232
"target": "com.amazonaws.sesv2#UseCaseDescription",
8233
8233
"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>"
8236
8235
}
8237
8236
},
8238
8237
"AdditionalContactEmailAddresses": {
12462
12461
"com.amazonaws.sesv2#UseCaseDescription": {
12463
12462
"type": "string",
12464
12463
"traits": {
12464
+ "smithy.api#deprecated": {
12465
+ "message": "Use case description is optional and deprecated"
12466
+ },
12465
12467
"smithy.api#length": {
12466
- "min": 1 ,
12468
+ "min": 0 ,
12467
12469
"max": 5000
12468
12470
},
12469
12471
"smithy.api#sensitive": {}
You can’t perform that action at this time.
0 commit comments