User guide

Table Of Contents
DeleteMessageResponse response =
amazonSQSClient.DeleteMessage(deleteMessageRequest);
Calling DeleteMessage unconditionally removes the message from the queue, regardless of the
visibility timeout setting. For more information about visibility timeouts, go to Visibility Timeout.
For information about sending a message to a queue, see Send an Amazon SQS Message (p. 60).
For information about receiving messages from a queue, see Receive a Message from an Amazon SQS
Queue (p. 61).
Related Resources
The following table lists related resources that you'll find useful when using Amazon SQS with the AWS
SDK for .NET.
DescriptionResource
Provides sample code, documentation, tools, and additional
resources to help you build applications on Amazon Web
Services.
Windows & .NET Developer Center
Provides documentation for the AWS SDK for .NET.AWS SDK for .NET Documentation
Provides documentation for the Amazon SQS service.Amazon Simple Queue Service (SQS)
Documentation
Creating an Amazon Route 53 Hosted Zone and
Adding Resource Record Sets
Amazon Route 53 is a Domain Name System (DNS) web service that provides secure and reliable routing
to your infrastructure that uses Amazon Web Services (AWS) products, such as Amazon Elastic Compute
Cloud (Amazon EC2), Elastic Load Balancing, or Amazon Simple Storage Service (Amazon S3).You
can also use Amazon Route 53 to route users to your infrastructure outside of AWS.This topic describes
how to use the AWS SDK for .NET to create an Amazon Route 53 hosted zone and add a new resource
record set to that zone.
Note
This topic assumes that you are already familiar with how to use Amazon Route 53 and have
already installed the AWS SDK for .NET. For more information on Amazon Route 53, see the
Amazon Route 53 Developer Guide. For information on how to install the AWS SDK for .NET,
see Getting Started (p. 3).
The basic procedure is as follows.
To create a hosted zone and update its record sets
1. Create a hosted zone.
2. Create a change batch that contains one or more record sets, and instructions on what action to take
for each set.
3. Submit a change request to the hosted zone that contains the change batch.
Version v2.0.0
63
AWS SDK for .NET Developer Guide
Related Resources