Skip to content

Commit 4e8746f

Browse files
author
awstools
committed
feat(client-sesv2): Updating the desired url for PutEmailIdentityDkimSigningAttributes from v1 to v2
1 parent f9245de commit 4e8746f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/client-sesv2/src/schemas/schemas_0.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3025,7 +3025,7 @@ export var PutEmailIdentityDkimSigningAttributes: StaticOperationSchema = [
30253025
9,
30263026
n0,
30273027
_PEIDSA,
3028-
{ [_h]: ["PUT", "/v1/email/identities/{EmailIdentity}/dkim/signing", 200] },
3028+
{ [_h]: ["PUT", "/v2/email/identities/{EmailIdentity}/dkim/signing", 200] },
30293029
() => PutEmailIdentityDkimSigningAttributesRequest,
30303030
() => PutEmailIdentityDkimSigningAttributesResponse,
30313031
];

codegen/sdk-codegen/aws-models/sesv2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10807,7 +10807,7 @@
1080710807
"smithy.api#documentation": "<p>Used to configure or change the DKIM authentication settings for an email domain\n identity. You can use this operation to do any of the following:</p>\n <ul>\n <li>\n <p>Update the signing attributes for an identity that uses Bring Your Own DKIM\n (BYODKIM).</p>\n </li>\n <li>\n <p>Update the key length that should be used for Easy DKIM.</p>\n </li>\n <li>\n <p>Change from using no DKIM authentication to using Easy DKIM.</p>\n </li>\n <li>\n <p>Change from using no DKIM authentication to using BYODKIM.</p>\n </li>\n <li>\n <p>Change from using Easy DKIM to using BYODKIM.</p>\n </li>\n <li>\n <p>Change from using BYODKIM to using Easy DKIM.</p>\n </li>\n </ul>",
1080810808
"smithy.api#http": {
1080910809
"method": "PUT",
10810-
"uri": "/v1/email/identities/{EmailIdentity}/dkim/signing",
10810+
"uri": "/v2/email/identities/{EmailIdentity}/dkim/signing",
1081110811
"code": 200
1081210812
}
1081310813
}

0 commit comments

Comments
 (0)