Skip to content

Commit

Permalink
.NET: Convert legacy Pinpoint examples (#6380)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlhagerm authored Apr 30, 2024
1 parent 6c3bc7d commit a676b79
Show file tree
Hide file tree
Showing 18 changed files with 618 additions and 337 deletions.
12 changes: 12 additions & 0 deletions .doc_gen/metadata/pinpoint_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ pinpoint_SendMessages:
synopsis: send email and text messages with &PIN;.
category:
languages:
.NET:
versions:
- sdk_version: 3
github: dotnetv3/Pinpoint
sdkguide:
excerpts:
- description: Send an email message.
snippet_tags:
- pinpoint.dotnet.pinpoint_send_email_message_api.complete
- description: Send an SMS message.
snippet_tags:
- pinpoint.dotnet.pinpoint_send_sms_message_api.complete
Kotlin:
versions:
- sdk_version: 1
Expand Down

This file was deleted.

116 changes: 0 additions & 116 deletions .dotnet/example_code_legacy/Pinpoint/pinpoint_send_email_smtp.cs

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion dotnetv3/CloudFormation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ For prerequisites, see the [README](../README.md#Prerequisites) in the `dotnetv3

### Get started

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


<!--custom.examples.start-->
Expand Down
Loading

0 comments on commit a676b79

Please sign in to comment.