Skip to content

Commit 2f9701a

Browse files
committed
Metadata fixes
1 parent 4067378 commit 2f9701a

2 files changed

Lines changed: 31 additions & 3 deletions

File tree

.doc_gen/metadata/sesv2_metadata.yaml

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ sesv2_GetEmailIdentity:
109109
- description:
110110
snippet_tags:
111111
- python.example_code.sesv2.SESv2Wrapper.decl
112-
- python.example_code.sesv2.GetEmailIdentity
112+
- python.example_code.sesv2.GetEmailIdentityAttachment
113113
Rust:
114114
versions:
115115
- sdk_version: 1
@@ -297,6 +297,13 @@ sesv2_CreateEmailIdentity:
297297
- sesv2.java2.newsletter.CreateEmailIdentity
298298
Python:
299299
versions:
300+
- sdk_version: 3
301+
github: python/example_code/sesv2/attachments_scenario
302+
excerpts:
303+
- description:
304+
snippet_tags:
305+
- python.example_code.sesv2.SESv2Wrapper.decl
306+
- python.example_code.sesv2.CreateEmailIdentityAttachment
300307
- sdk_version: 3
301308
github: python/example_code/sesv2/newsletter_scenario
302309
excerpts:
@@ -348,6 +355,13 @@ sesv2_CreateEmailTemplate:
348355
- sesv2.java2.newsletter.CreateEmailTemplate
349356
Python:
350357
versions:
358+
- sdk_version: 3
359+
github: python/example_code/sesv2/attachments_scenario
360+
excerpts:
361+
- description:
362+
snippet_tags:
363+
- python.example_code.sesv2.SESv2Wrapper.decl
364+
- python.example_code.sesv2.CreateEmailTemplateAttachment
351365
- sdk_version: 3
352366
github: python/example_code/sesv2/newsletter_scenario
353367
excerpts:
@@ -450,6 +464,13 @@ sesv2_DeleteEmailIdentity:
450464
- sesv2.java2.newsletter.DeleteEmailIdentity
451465
Python:
452466
versions:
467+
- sdk_version: 3
468+
github: python/example_code/sesv2/attachments_scenario
469+
excerpts:
470+
- description:
471+
snippet_tags:
472+
- python.example_code.sesv2.SESv2Wrapper.decl
473+
- python.example_code.sesv2.DeleteEmailIdentityAttachment
453474
- sdk_version: 3
454475
github: python/example_code/sesv2/newsletter_scenario
455476
excerpts:
@@ -501,6 +522,13 @@ sesv2_DeleteEmailTemplate:
501522
- sesv2.java2.newsletter.DeleteEmailTemplate
502523
Python:
503524
versions:
525+
- sdk_version: 3
526+
github: python/example_code/sesv2/attachments_scenario
527+
excerpts:
528+
- description:
529+
snippet_tags:
530+
- python.example_code.sesv2.SESv2Wrapper.decl
531+
- python.example_code.sesv2.DeleteEmailTemplateAttachment
504532
- sdk_version: 3
505533
github: python/example_code/sesv2/newsletter_scenario
506534
excerpts:

python/example_code/sesv2/attachments_scenario/sesv2_wrapper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def from_client(cls) -> "SESv2Wrapper":
3939

4040
# snippet-end:[python.example_code.sesv2.SESv2Wrapper.decl]
4141

42-
# snippet-start:[python.example_code.sesv2.GetEmailIdentity]
42+
# snippet-start:[python.example_code.sesv2.GetEmailIdentityAttachment]
4343
def get_email_identity(self, email_address: str) -> Dict[str, Any]:
4444
"""
4545
Gets information about an email identity, including its verification status.
@@ -68,7 +68,7 @@ def get_email_identity(self, email_address: str) -> Dict[str, Any]:
6868
)
6969
raise
7070

71-
# snippet-end:[python.example_code.sesv2.GetEmailIdentity]
71+
# snippet-end:[python.example_code.sesv2.GetEmailIdentityAttachment]
7272

7373
# snippet-start:[python.example_code.sesv2.CreateEmailIdentityAttachment]
7474
def create_email_identity(self, email_address: str) -> Dict[str, Any]:

0 commit comments

Comments
 (0)