awsdocs / aws-doc-sdk-examples

Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
Apache License 2.0
9.6k stars 5.63k forks source link

.NET v3: EC2 standards update. #6939

Closed rlhagerm closed 1 month ago

rlhagerm commented 1 month ago

This pull request updates the .NET v3 EC2 examples to follow the coding standards. In most cases, this means adding better error handling with a specific error code, adding pagination, and adding waiters where necessary.

Closes #6616

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.