Skip to content

Commit 7d610fc

Browse files
author
AWS
committed
Amazon Simple Email Service Update: Updating the desired url for PutEmailIdentityDkimSigningAttributes from v1 to v2
1 parent bbd772f commit 7d610fc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Simple Email Service",
4+
"contributor": "",
5+
"description": "Updating the desired url for `PutEmailIdentityDkimSigningAttributes` from v1 to v2"
6+
}

services/sesv2/src/main/resources/codegen-resources/service-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,7 @@
14061406
"name":"PutEmailIdentityDkimSigningAttributes",
14071407
"http":{
14081408
"method":"PUT",
1409-
"requestUri":"/v1/email/identities/{EmailIdentity}/dkim/signing"
1409+
"requestUri":"/v2/email/identities/{EmailIdentity}/dkim/signing"
14101410
},
14111411
"input":{"shape":"PutEmailIdentityDkimSigningAttributesRequest"},
14121412
"output":{"shape":"PutEmailIdentityDkimSigningAttributesResponse"},

0 commit comments

Comments
 (0)