Skip to content

Commit 09dfd06

Browse files
committed
Updates to metadata.
1 parent bf96ddf commit 09dfd06

2 files changed

Lines changed: 9 additions & 34 deletions

File tree

.doc_gen/metadata/sesv2_metadata.yaml

Lines changed: 8 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -294,13 +294,6 @@ sesv2_CreateEmailIdentity:
294294
- sesv2.java2.newsletter.CreateEmailIdentity
295295
Python:
296296
versions:
297-
- sdk_version: 3
298-
github: python/example_code/sesv2/attachments_scenario
299-
excerpts:
300-
- description:
301-
snippet_tags:
302-
- python.example_code.sesv2.SESv2Wrapper.decl
303-
- python.example_code.sesv2.CreateEmailIdentity
304297
- sdk_version: 3
305298
github: python/example_code/sesv2/newsletter_scenario
306299
excerpts:
@@ -310,6 +303,10 @@ sesv2_CreateEmailIdentity:
310303
- python.example_code.sesv2.SESv2Workflow.main
311304
- python.example_code.sesv2.SESv2Workflow.decl
312305
- python.example_code.sesv2.CreateEmailIdentity
306+
- description:
307+
snippet_tags:
308+
- python.example_code.sesv2.SESv2Wrapper.decl
309+
- python.example_code.sesv2.CreateEmailIdentity
313310
Rust:
314311
versions:
315312
- sdk_version: 1
@@ -352,13 +349,6 @@ sesv2_CreateEmailTemplate:
352349
- sesv2.java2.newsletter.CreateEmailTemplate
353350
Python:
354351
versions:
355-
- sdk_version: 3
356-
github: python/example_code/sesv2/attachments_scenario
357-
excerpts:
358-
- description:
359-
snippet_tags:
360-
- python.example_code.sesv2.SESv2Wrapper.decl
361-
- python.example_code.sesv2.CreateEmailTemplate
362352
- sdk_version: 3
363353
github: python/example_code/sesv2/newsletter_scenario
364354
excerpts:
@@ -368,6 +358,10 @@ sesv2_CreateEmailTemplate:
368358
- python.example_code.sesv2.SESv2Workflow.main
369359
- python.example_code.sesv2.SESv2Workflow.decl
370360
- python.example_code.sesv2.CreateEmailTemplate
361+
- description:
362+
snippet_tags:
363+
- python.example_code.sesv2.SESv2Wrapper.decl
364+
- python.example_code.sesv2.CreateEmailTemplate
371365
Rust:
372366
versions:
373367
- sdk_version: 1
@@ -461,13 +455,6 @@ sesv2_DeleteEmailIdentity:
461455
- sesv2.java2.newsletter.DeleteEmailIdentity
462456
Python:
463457
versions:
464-
- sdk_version: 3
465-
github: python/example_code/sesv2/attachments_scenario
466-
excerpts:
467-
- description:
468-
snippet_tags:
469-
- python.example_code.sesv2.SESv2Wrapper.decl
470-
- python.example_code.sesv2.DeleteEmailIdentity
471458
- sdk_version: 3
472459
github: python/example_code/sesv2/newsletter_scenario
473460
excerpts:
@@ -519,13 +506,6 @@ sesv2_DeleteEmailTemplate:
519506
- sesv2.java2.newsletter.DeleteEmailTemplate
520507
Python:
521508
versions:
522-
- sdk_version: 3
523-
github: python/example_code/sesv2/attachments_scenario
524-
excerpts:
525-
- description:
526-
snippet_tags:
527-
- python.example_code.sesv2.SESv2Wrapper.decl
528-
- python.example_code.sesv2.DeleteEmailTemplate
529509
- sdk_version: 3
530510
github: python/example_code/sesv2/newsletter_scenario
531511
excerpts:
@@ -643,7 +623,6 @@ sesv2_SendBulkEmail:
643623
title: Send bulk email with &SESv2;
644624
title_abbrev: Send bulk email
645625
synopsis: send bulk email with &SESv2;.
646-
category: Actions
647626
languages:
648627
Python:
649628
versions:

python/example_code/sesv2/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Code excerpts that show you how to call individual service functions.
5252
- [DeleteEmailTemplate](newsletter_scenario/newsletter.py#L271)
5353
- [GetEmailIdentity](attachments_scenario/sesv2_wrapper.py#L42)
5454
- [ListContacts](newsletter_scenario/newsletter.py#L198)
55+
- [SendBulkEmail](attachments_scenario/sesv2_wrapper.py#L227)
5556
- [SendEmail](newsletter_scenario/newsletter.py#L164)
5657

5758
### Scenarios
@@ -62,11 +63,6 @@ functions within the same service.
6263
- [Email Attachments Scenario](attachments_scenario/scenario_sesv2_email_attachments.py)
6364
- [Newsletter scenario](newsletter_scenario/newsletter.py)
6465

65-
### Actions
66-
_Actions_ are code excerpts from larger programs and must be run in context. While actions show you how to call individual service functions, you can see actions in context in their related scenarios.
67-
68-
- [SendBulkEmail](attachments_scenario/sesv2_wrapper.py#L227)
69-
7066

7167
<!--custom.examples.start-->
7268
<!--custom.examples.end-->

0 commit comments

Comments
 (0)