Describe the feature
The GetEmailIdentityResponse, and it's subtypes, should include the Resource ARN for ease of use. Most other Get or List responses seem to include the ARN, so this seems like a reasonable addition.
Use Case
I'm working to implement the new SESv2 Email Tenant feature adding some domain EmailIdentitys as resources. The CreateTenantResourceAssociationCommand input requires the ARN of the resource, but there is currently no way to directly get the ARN of an EmailIdentity. The only way to do it is to manually construct the ARN as arn:aws:ses:${aws_region}:${account_id}:identity/${domain_name}, which works, but is cumbersome.
Proposed Solution
No response
Other Information
No response
Acknowledgements
SDK version used
3.934.0
Environment details (OS name and version, etc.)
Node 22
Describe the feature
The GetEmailIdentityResponse, and it's subtypes, should include the Resource ARN for ease of use. Most other Get or List responses seem to include the ARN, so this seems like a reasonable addition.
Use Case
I'm working to implement the new SESv2 Email Tenant feature adding some domain
EmailIdentitys as resources. TheCreateTenantResourceAssociationCommandinput requires the ARN of the resource, but there is currently no way to directly get the ARN of anEmailIdentity. The only way to do it is to manually construct the ARN asarn:aws:ses:${aws_region}:${account_id}:identity/${domain_name}, which works, but is cumbersome.Proposed Solution
No response
Other Information
No response
Acknowledgements
SDK version used
3.934.0
Environment details (OS name and version, etc.)
Node 22