AWS storagegateway documentation change
Summary
Updated links to AWS SDK for .NET documentation versions
Security assessment
Changes only update documentation links and migration guidance without addressing security vulnerabilities or describing security features
Diff
diff --git a/storagegateway/latest/vgw/DeletingASnapshot.md b/storagegateway/latest/vgw/DeletingASnapshot.md index 2c18c8f19..3c0ae6f87 100644 --- a//storagegateway/latest/vgw/DeletingASnapshot.md +++ b//storagegateway/latest/vgw/DeletingASnapshot.md @@ -173 +173 @@ Update the code to provide the service endpoint, your gateway Amazon Resource Na -To delete many snapshots associated with a volume, you can use a programmatic approach. The following example demonstrates how to delete snapshots using the AWS SDK for .NET version 2 and 3. To use the example code, you should be familiar with running a .NET console application. For more information, see [Getting Started](https://docs.aws.amazon.com/AWSSdkDocsNET/latest/DeveloperGuide/net-dg-setup.html) in the _AWS SDK for .NET Developer Guide_. If you need to just delete a few snapshots, use the console as described in [Deleting snapshots of your storage volumes](./DeletingASnapshot.html). +To delete many snapshots associated with a volume, you can use a programmatic approach. The following example demonstrates how to delete snapshots using the AWS SDK for .NET version 2 and 3. To use the example code, you should be familiar with running a .NET console application. For more information, see [Getting Started](https://docs.aws.amazon.com/sdk-for-net/v4/developer-guide/net-dg-config.html) in the _AWS SDK for .NET Developer Guide_. If you need to just delete a few snapshots, use the console as described in [Deleting snapshots of your storage volumes](./DeletingASnapshot.html). @@ -179 +179 @@ In the following C# code example, an AWS Identity and Access Management user can -The following code example uses the AWS SDK for .NET version 2 and 3. You can migrate older versions of .NET to the newer version. For more information, see [Migrating Your Code to the Latest Version of the AWS SDK for .NET](https://docs.aws.amazon.com/AWSSdkDocsNET/latest/DeveloperGuide/net-dg-migration-guide-v2.html#net-dg-migrate-v2-new). +The following code example uses the AWS SDK for .NET version 2 and 3. You can migrate older versions of .NET to the newer version. For more information, see [Migrating your project for the AWS SDK for .NET](https://docs.aws.amazon.com/sdk-for-net/v4/developer-guide/net-dg-migrating.html).