Skip to content

Commit 11e94a4

Browse files
authored
Merge branch 'awsdocs:main' into main
2 parents 9f7cd24 + 98f2df5 commit 11e94a4

18 files changed

Lines changed: 1644 additions & 485 deletions

File tree

.doc_gen/metadata/sesv2_metadata.yaml

Lines changed: 109 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ sesv2_CreateContactList:
3939
Python:
4040
versions:
4141
- sdk_version: 3
42-
github: python/example_code/sesv2
42+
github: python/example_code/sesv2/newsletter_scenario
4343
excerpts:
4444
- description:
4545
genai: most
@@ -89,7 +89,7 @@ sesv2_CreateContact:
8989
Python:
9090
versions:
9191
- sdk_version: 3
92-
github: python/example_code/sesv2
92+
github: python/example_code/sesv2/newsletter_scenario
9393
excerpts:
9494
- description:
9595
genai: most
@@ -101,6 +101,15 @@ sesv2_CreateContact:
101101
sesv2: {CreateContact}
102102
sesv2_GetEmailIdentity:
103103
languages:
104+
Python:
105+
versions:
106+
- sdk_version: 3
107+
github: python/example_code/sesv2/attachments_scenario
108+
excerpts:
109+
- description:
110+
snippet_tags:
111+
- python.example_code.sesv2.SESv2Wrapper.decl
112+
- python.example_code.sesv2.GetEmailIdentityAttachment
104113
Rust:
105114
versions:
106115
- sdk_version: 1
@@ -163,7 +172,7 @@ sesv2_ListContacts:
163172
Python:
164173
versions:
165174
- sdk_version: 3
166-
github: python/example_code/sesv2
175+
github: python/example_code/sesv2/newsletter_scenario
167176
excerpts:
168177
- description:
169178
genai: most
@@ -234,7 +243,14 @@ sesv2_SendEmail:
234243
Python:
235244
versions:
236245
- sdk_version: 3
237-
github: python/example_code/sesv2
246+
github: python/example_code/sesv2/attachments_scenario
247+
excerpts:
248+
- description: Sends a message with optional attachments.
249+
snippet_tags:
250+
- python.example_code.sesv2.SESv2Wrapper.decl
251+
- python.example_code.sesv2.SendEmailAttachment
252+
- sdk_version: 3
253+
github: python/example_code/sesv2/newsletter_scenario
238254
excerpts:
239255
- description: Sends a message to all members of the contact list.
240256
genai: most
@@ -282,7 +298,14 @@ sesv2_CreateEmailIdentity:
282298
Python:
283299
versions:
284300
- sdk_version: 3
285-
github: python/example_code/sesv2
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
307+
- sdk_version: 3
308+
github: python/example_code/sesv2/newsletter_scenario
286309
excerpts:
287310
- description:
288311
genai: most
@@ -333,7 +356,14 @@ sesv2_CreateEmailTemplate:
333356
Python:
334357
versions:
335358
- sdk_version: 3
336-
github: python/example_code/sesv2
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
365+
- sdk_version: 3
366+
github: python/example_code/sesv2/newsletter_scenario
337367
excerpts:
338368
- description:
339369
genai: most
@@ -384,7 +414,7 @@ sesv2_DeleteContactList:
384414
Python:
385415
versions:
386416
- sdk_version: 3
387-
github: python/example_code/sesv2
417+
github: python/example_code/sesv2/newsletter_scenario
388418
excerpts:
389419
- description:
390420
genai: most
@@ -435,7 +465,14 @@ sesv2_DeleteEmailIdentity:
435465
Python:
436466
versions:
437467
- sdk_version: 3
438-
github: python/example_code/sesv2
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
474+
- sdk_version: 3
475+
github: python/example_code/sesv2/newsletter_scenario
439476
excerpts:
440477
- description:
441478
genai: most
@@ -486,7 +523,14 @@ sesv2_DeleteEmailTemplate:
486523
Python:
487524
versions:
488525
- sdk_version: 3
489-
github: python/example_code/sesv2
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
532+
- sdk_version: 3
533+
github: python/example_code/sesv2/newsletter_scenario
490534
excerpts:
491535
- description:
492536
genai: most
@@ -544,7 +588,7 @@ sesv2_NewsletterWorkflow:
544588
Python:
545589
versions:
546590
- sdk_version: 3
547-
github: python/example_code/sesv2
591+
github: python/example_code/sesv2/newsletter_scenario
548592
excerpts:
549593
- description:
550594
genai: most
@@ -581,3 +625,58 @@ sesv2_NewsletterWorkflow:
581625
services:
582626
sesv2: {CreateContactList, CreateContact, ListContacts, SendEmail.simple, SendEmail.template, CreateEmailIdentity, CreateEmailTemplate,
583627
DeleteContactList, DeleteEmailIdentity, DeleteEmailTemplate}
628+
629+
sesv2_Hello:
630+
title: Hello &SESv2;
631+
title_abbrev: Hello &SESv2;
632+
synopsis: get started using &SESv2;.
633+
category: Hello
634+
languages:
635+
Python:
636+
versions:
637+
- sdk_version: 3
638+
github: python/example_code/sesv2/attachments_scenario
639+
excerpts:
640+
- description:
641+
snippet_tags:
642+
- python.example_code.sesv2.Hello
643+
services:
644+
sesv2: {ListEmailIdentities}
645+
sesv2_SendBulkEmail:
646+
languages:
647+
Python:
648+
versions:
649+
- sdk_version: 3
650+
github: python/example_code/sesv2/attachments_scenario
651+
excerpts:
652+
- description:
653+
snippet_tags:
654+
- python.example_code.sesv2.SESv2Wrapper.decl
655+
- python.example_code.sesv2.SendBulkEmail
656+
services:
657+
sesv2: {SendBulkEmail}
658+
sesv2_Scenario_EmailAttachments:
659+
title: Send emails with attachments using &SESv2;
660+
title_abbrev: Email Attachments Scenario
661+
synopsis: send emails with attachments using &SESv2;.
662+
synopsis_list:
663+
- Create an email template for bulk sends.
664+
- Send a simple email with a file attachment.
665+
- Send a simple email with an inline image.
666+
- Send bulk templated emails with attachments.
667+
- Clean up resources.
668+
category: Scenarios
669+
languages:
670+
Python:
671+
versions:
672+
- sdk_version: 3
673+
github: python/example_code/sesv2/attachments_scenario
674+
excerpts:
675+
- description: Run an interactive scenario demonstrating email attachments.
676+
snippet_tags:
677+
- python.example_code.sesv2.Scenario_EmailAttachments
678+
- description: Create an SESv2 wrapper class to manage operations.
679+
snippet_tags:
680+
- python.example_code.sesv2.SESv2Wrapper.class
681+
services:
682+
sesv2: {SendEmail, SendBulkEmail, CreateEmailIdentity, CreateEmailTemplate, GetEmailIdentity, DeleteEmailTemplate, DeleteEmailIdentity}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ kotlin/services/**/.kotlin/
4141
.kiro/settings/
4242
.kiro/steering/
4343

44+
/codeloom_outputs

javascriptv3/example_code/cross-services/aurora-serverless-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"express": "^5.0.0",
2525
"mimetext": "^2.0.10",
2626
"prettier": "^2.7.1",
27-
"uuid": "^9.0.0"
27+
"uuid": "^14.0.0"
2828
}
2929
}

javav2/example_code/ses/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>com.sun.mail</groupId>
9595
<artifactId>jakarta.mail</artifactId>
96-
<version>1.6.5</version>
96+
<version>1.6.8</version>
9797
</dependency>
9898
<dependency>
9999
<groupId>org.mockito</groupId>

javav2/usecases/CreatingSpringRedshiftRest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>com.sun.mail</groupId>
8585
<artifactId>jakarta.mail</artifactId>
86-
<version>1.6.5</version>
86+
<version>1.6.8</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>mysql</groupId>

javav2/usecases/creating_message_application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>com.sun.mail</groupId>
8181
<artifactId>jakarta.mail</artifactId>
82-
<version>1.6.5</version>
82+
<version>1.6.8</version>
8383
</dependency>
8484
<dependency>
8585
<groupId>net.sourceforge.jexcelapi</groupId>

php/example_code/s3/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require": {
33
"aws/aws-sdk-php": "^3.209",
4-
"phpunit/phpunit": "^9.5"
4+
"phpunit/phpunit": "^12.5"
55
},
66
"require-dev": {
77
},

0 commit comments

Comments
 (0)