Skip to content

Commit a676b79

Browse files
authored
.NET: Convert legacy Pinpoint examples (#6380)
1 parent 6c3bc7d commit a676b79

18 files changed

+618
-337
lines changed

.doc_gen/metadata/pinpoint_metadata.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ pinpoint_SendMessages:
44
synopsis: send email and text messages with &PIN;.
55
category:
66
languages:
7+
.NET:
8+
versions:
9+
- sdk_version: 3
10+
github: dotnetv3/Pinpoint
11+
sdkguide:
12+
excerpts:
13+
- description: Send an email message.
14+
snippet_tags:
15+
- pinpoint.dotnet.pinpoint_send_email_message_api.complete
16+
- description: Send an SMS message.
17+
snippet_tags:
18+
- pinpoint.dotnet.pinpoint_send_sms_message_api.complete
719
Kotlin:
820
versions:
921
- sdk_version: 1

.dotnet/example_code_legacy/Pinpoint/pinpoint_send_email_message_api.cs

-121
This file was deleted.

.dotnet/example_code_legacy/Pinpoint/pinpoint_send_email_smtp.cs

-116
This file was deleted.

.dotnet/example_code_legacy/Pinpoint/pinpoint_send_sms_message_api.cs

-99
This file was deleted.

dotnetv3/CloudFormation/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For prerequisites, see the [README](../README.md#Prerequisites) in the `dotnetv3
3131

3232
### Get started
3333

34-
- [Hello CloudFormation](../CloudFormation/Actions/HelloCloudFormation.cs#L4) (`DescribeStackResources`)
34+
- [Hello CloudFormation](Actions/HelloCloudFormation.cs#L4) (`DescribeStackResources`)
3535

3636

3737
<!--custom.examples.start-->

0 commit comments

Comments
 (0)