@@ -70,7 +70,7 @@ def get_email_identity(self, email_address: str) -> Dict[str, Any]:
7070
7171 # snippet-end:[python.example_code.sesv2.GetEmailIdentity]
7272
73- # snippet-start:[python.example_code.sesv2.CreateEmailIdentity ]
73+ # snippet-start:[python.example_code.sesv2.CreateEmailIdentityAttachment ]
7474 def create_email_identity (self , email_address : str ) -> Dict [str , Any ]:
7575 """
7676 Starts the process of verifying an email identity (email address or domain).
@@ -104,9 +104,9 @@ def create_email_identity(self, email_address: str) -> Dict[str, Any]:
104104 )
105105 raise
106106
107- # snippet-end:[python.example_code.sesv2.CreateEmailIdentity ]
107+ # snippet-end:[python.example_code.sesv2.CreateEmailIdentityAttachment ]
108108
109- # snippet-start:[python.example_code.sesv2.CreateEmailTemplate ]
109+ # snippet-start:[python.example_code.sesv2.CreateEmailTemplateAttachment ]
110110 def create_email_template (
111111 self ,
112112 template_name : str ,
@@ -150,7 +150,7 @@ def create_email_template(
150150 )
151151 raise
152152
153- # snippet-end:[python.example_code.sesv2.CreateEmailTemplate ]
153+ # snippet-end:[python.example_code.sesv2.CreateEmailTemplateAttachment ]
154154
155155 # snippet-start:[python.example_code.sesv2.SendEmail]
156156 def send_email (
@@ -288,7 +288,7 @@ def send_bulk_email(
288288
289289 # snippet-end:[python.example_code.sesv2.SendBulkEmail]
290290
291- # snippet-start:[python.example_code.sesv2.DeleteEmailTemplate ]
291+ # snippet-start:[python.example_code.sesv2.DeleteEmailTemplateAttachment ]
292292 def delete_email_template (self , template_name : str ) -> None :
293293 """
294294 Deletes an email template.
@@ -316,9 +316,9 @@ def delete_email_template(self, template_name: str) -> None:
316316 )
317317 raise
318318
319- # snippet-end:[python.example_code.sesv2.DeleteEmailTemplate ]
319+ # snippet-end:[python.example_code.sesv2.DeleteEmailTemplateAttachment ]
320320
321- # snippet-start:[python.example_code.sesv2.DeleteEmailIdentity ]
321+ # snippet-start:[python.example_code.sesv2.DeleteEmailIdentityAttachment ]
322322 def delete_email_identity (self , email_address : str ) -> None :
323323 """
324324 Deletes an email identity.
@@ -346,7 +346,7 @@ def delete_email_identity(self, email_address: str) -> None:
346346 )
347347 raise
348348
349- # snippet-end:[python.example_code.sesv2.DeleteEmailIdentity ]
349+ # snippet-end:[python.example_code.sesv2.DeleteEmailIdentityAttachment ]
350350
351351
352352# snippet-end:[python.example_code.sesv2.SESv2Wrapper.class]
0 commit comments