C# Класс Amazon.Route53.AmazonRoute53Client

Наследование: AmazonWebServiceClient, AmazonRoute53
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AmazonRoute53Client ( ) : System

Constructs AmazonRoute53Client with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonRoute53Client ( AWSCredentials credentials ) : System

Constructs AmazonRoute53Client with AWS Credentials

AmazonRoute53Client ( AWSCredentials credentials, AmazonRoute53Config clientConfig ) : System

Constructs AmazonRoute53Client with AWS Credentials and an AmazonRoute53Client Configuration object.

AmazonRoute53Client ( AWSCredentials credentials, RegionEndpoint region ) : System

Constructs AmazonRoute53Client with AWS Credentials

AmazonRoute53Client ( AmazonRoute53Config config ) : System

Constructs AmazonRoute53Client with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonRoute53Client ( RegionEndpoint region ) : System

Constructs AmazonRoute53Client with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonRoute53Client ( string awsAccessKeyId, string awsSecretAccessKey ) : System

Constructs AmazonRoute53Client with AWS Access Key ID and AWS Secret Key

AmazonRoute53Client ( string awsAccessKeyId, string awsSecretAccessKey, AmazonRoute53Config clientConfig ) : System

Constructs AmazonRoute53Client with AWS Access Key ID, AWS Secret Key and an AmazonRoute53Client Configuration object.

AmazonRoute53Client ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System

Constructs AmazonRoute53Client with AWS Access Key ID and AWS Secret Key

AmazonRoute53Client ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System

Constructs AmazonRoute53Client with AWS Access Key ID and AWS Secret Key

AmazonRoute53Client ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonRoute53Config clientConfig ) : System

Constructs AmazonRoute53Client with AWS Access Key ID, AWS Secret Key and an AmazonRoute53Client Configuration object.

AmazonRoute53Client ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System

Constructs AmazonRoute53Client with AWS Access Key ID and AWS Secret Key

AssociateVPCWithHostedZone ( AssociateVPCWithHostedZoneRequest request ) : AssociateVPCWithHostedZoneResponse

Associates an Amazon VPC with a private hosted zone.

To perform the association, the VPC and the private hosted zone must already exist. You can't convert a public hosted zone into a private hosted zone.

Send a POST request to the /2013-04-01/hostedzone/hosted zone ID/associatevpc resource. The request body must include a document with an AssociateVPCWithHostedZoneRequest element. The response contains a ChangeInfo data type that you can use to track the progress of the request.

If you want to associate a VPC that was created by using one AWS account with a private hosted zone that was created by using a different account, the AWS account that created the private hosted zone must first submit a CreateVPCAssociationAuthorization request. Then the account that created the VPC must submit an AssociateVPCWithHostedZone request.

AssociateVPCWithHostedZoneAsync ( AssociateVPCWithHostedZoneRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AssociateVPCWithHostedZone operation.

BeginAssociateVPCWithHostedZone ( AssociateVPCWithHostedZoneRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AssociateVPCWithHostedZone operation.

BeginChangeResourceRecordSets ( ChangeResourceRecordSetsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ChangeResourceRecordSets operation.

BeginChangeTagsForResource ( ChangeTagsForResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ChangeTagsForResource operation.

BeginCreateHealthCheck ( CreateHealthCheckRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateHealthCheck operation.

BeginCreateHostedZone ( CreateHostedZoneRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateHostedZone operation.

BeginCreateReusableDelegationSet ( CreateReusableDelegationSetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateReusableDelegationSet operation.

BeginCreateTrafficPolicy ( CreateTrafficPolicyRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateTrafficPolicy operation.

BeginCreateTrafficPolicyInstance ( CreateTrafficPolicyInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateTrafficPolicyInstance operation.

BeginCreateTrafficPolicyVersion ( CreateTrafficPolicyVersionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateTrafficPolicyVersion operation.

BeginCreateVPCAssociationAuthorization ( CreateVPCAssociationAuthorizationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateVPCAssociationAuthorization operation.

BeginDeleteHealthCheck ( DeleteHealthCheckRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteHealthCheck operation.

BeginDeleteHostedZone ( DeleteHostedZoneRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteHostedZone operation.

BeginDeleteReusableDelegationSet ( DeleteReusableDelegationSetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteReusableDelegationSet operation.

BeginDeleteTrafficPolicy ( DeleteTrafficPolicyRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteTrafficPolicy operation.

BeginDeleteTrafficPolicyInstance ( DeleteTrafficPolicyInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteTrafficPolicyInstance operation.

BeginDeleteVPCAssociationAuthorization ( DeleteVPCAssociationAuthorizationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteVPCAssociationAuthorization operation.

BeginDisassociateVPCFromHostedZone ( DisassociateVPCFromHostedZoneRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DisassociateVPCFromHostedZone operation.

BeginGetChange ( GetChangeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetChange operation.

BeginGetCheckerIpRanges ( GetCheckerIpRangesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetCheckerIpRanges operation.

BeginGetGeoLocation ( GetGeoLocationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetGeoLocation operation.

BeginGetHealthCheck ( GetHealthCheckRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetHealthCheck operation.

BeginGetHealthCheckCount ( GetHealthCheckCountRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetHealthCheckCount operation.

BeginGetHealthCheckLastFailureReason ( GetHealthCheckLastFailureReasonRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetHealthCheckLastFailureReason operation.

BeginGetHealthCheckStatus ( GetHealthCheckStatusRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetHealthCheckStatus operation.

BeginGetHostedZone ( GetHostedZoneRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetHostedZone operation.

BeginGetHostedZoneCount ( GetHostedZoneCountRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetHostedZoneCount operation.

BeginGetReusableDelegationSet ( GetReusableDelegationSetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetReusableDelegationSet operation.

BeginGetTrafficPolicy ( GetTrafficPolicyRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetTrafficPolicy operation.

BeginGetTrafficPolicyInstance ( GetTrafficPolicyInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetTrafficPolicyInstance operation.

BeginGetTrafficPolicyInstanceCount ( GetTrafficPolicyInstanceCountRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetTrafficPolicyInstanceCount operation.

BeginListGeoLocations ( ListGeoLocationsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListGeoLocations operation.

BeginListHealthChecks ( ListHealthChecksRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListHealthChecks operation.

BeginListHostedZones ( ListHostedZonesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListHostedZones operation.

BeginListHostedZonesByName ( ListHostedZonesByNameRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListHostedZonesByName operation.

BeginListResourceRecordSets ( ListResourceRecordSetsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListResourceRecordSets operation.

BeginListReusableDelegationSets ( ListReusableDelegationSetsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListReusableDelegationSets operation.

BeginListTagsForResource ( ListTagsForResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListTagsForResource operation.

BeginListTagsForResources ( ListTagsForResourcesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListTagsForResources operation.

BeginListTrafficPolicies ( ListTrafficPoliciesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListTrafficPolicies operation.

BeginListTrafficPolicyInstances ( ListTrafficPolicyInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListTrafficPolicyInstances operation.

BeginListTrafficPolicyInstancesByHostedZone ( ListTrafficPolicyInstancesByHostedZoneRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListTrafficPolicyInstancesByHostedZone operation.

BeginListTrafficPolicyInstancesByPolicy ( ListTrafficPolicyInstancesByPolicyRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListTrafficPolicyInstancesByPolicy operation.

BeginListTrafficPolicyVersions ( ListTrafficPolicyVersionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListTrafficPolicyVersions operation.

BeginListVPCAssociationAuthorizations ( ListVPCAssociationAuthorizationsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListVPCAssociationAuthorizations operation.

BeginTestDNSAnswer ( TestDNSAnswerRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the TestDNSAnswer operation.

BeginUpdateHealthCheck ( UpdateHealthCheckRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateHealthCheck operation.

BeginUpdateHostedZoneComment ( UpdateHostedZoneCommentRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateHostedZoneComment operation.

BeginUpdateTrafficPolicyComment ( UpdateTrafficPolicyCommentRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateTrafficPolicyComment operation.

BeginUpdateTrafficPolicyInstance ( UpdateTrafficPolicyInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateTrafficPolicyInstance operation.

ChangeResourceRecordSets ( ChangeResourceRecordSetsRequest request ) : ChangeResourceRecordSetsResponse

Create, change, update, or delete authoritative DNS information on all Amazon Route 53 servers. Send a POST request to:

/2013-04-01/hostedzone/Amazon Route 53 hosted Zone ID/rrset resource.

The request body must include a document with a ChangeResourceRecordSetsRequest element. The request body contains a list of change items, known as a change batch. Change batches are considered transactional changes. When using the Amazon Route 53 API to change resource record sets, Amazon Route 53 either makes all or none of the changes in a change batch request. This ensures that Amazon Route 53 never partially implements the intended changes to the resource record sets in a hosted zone.

For example, a change batch request that deletes the CNAME record for www.example.com and creates an alias resource record set for www.example.com. Amazon Route 53 deletes the first resource record set and creates the second resource record set in a single operation. If either the DELETE or the CREATE action fails, then both changes (plus any other changes in the batch) fail, and the original CNAME record continues to exist.

Due to the nature of transactional changes, you can't delete the same resource record set more than once in a single change batch. If you attempt to delete the same change batch more than once, Amazon Route 53 returns an InvalidChangeBatch error.

To create resource record sets for complex routing configurations, use either the traffic flow visual editor in the Amazon Route 53 console or the API actions for traffic policies and traffic policy instances. Save the configuration as a traffic policy, then associate the traffic policy with one or more domain names (such as example.com) or subdomain names (such as www.example.com), in the same hosted zone or in multiple hosted zones. You can roll back the updates if the new configuration isn't performing as expected. For more information, see Using Traffic Flow to Route DNS Traffic in the Amazon Route 53 Developer Guide.

Use ChangeResourceRecordsSetsRequest to perform the following actions:

  • CREATE: Creates a resource record set that has the specified values.

  • DELETE: Deletes an existing resource record set that has the specified values.

  • UPSERT: If a resource record set does not already exist, AWS creates it. If a resource set does exist, Amazon Route 53 updates it with the values in the request.

The values that you need to include in the request depend on the type of resource record set that you're creating, deleting, or updating:

Basic resource record sets (excluding alias, failover, geolocation, latency, and weighted resource record sets)

  • Name

  • Type

  • TTL

Failover, geolocation, latency, or weighted resource record sets (excluding alias resource record sets)

  • Name

  • Type

  • TTL

  • SetIdentifier

Alias resource record sets (including failover alias, geolocation alias, latency alias, and weighted alias resource record sets)

  • Name

  • Type

  • AliasTarget (includes DNSName, EvaluateTargetHealth, and HostedZoneId)

  • SetIdentifier (for failover, geolocation, latency, and weighted resource record sets)

When you submit a ChangeResourceRecordSets request, Amazon Route 53 propagates your changes to all of the Amazon Route 53 authoritative DNS servers. While your changes are propagating, GetChange returns a status of PENDING. When propagation is complete, GetChange returns a status of INSYNC. Changes generally propagate to all Amazon Route 53 name servers in a few minutes. In rare circumstances, propagation can take up to 30 minutes. For more information, see GetChange

For information about the limits on a ChangeResourceRecordSets request, see Limits in the Amazon Route 53 Developer Guide.

ChangeResourceRecordSetsAsync ( ChangeResourceRecordSetsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ChangeResourceRecordSets operation.

ChangeTagsForResource ( ChangeTagsForResourceRequest request ) : ChangeTagsForResourceResponse

Adds, edits, or deletes tags for a health check or a hosted zone.

For information about using tags for cost allocation, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.

ChangeTagsForResourceAsync ( ChangeTagsForResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ChangeTagsForResource operation.

CreateHealthCheck ( CreateHealthCheckRequest request ) : CreateHealthCheckResponse

Creates a new health check.

To create a new health check, send a POST request to the /2013-04-01/healthcheck resource. The request body must include a document with a CreateHealthCheckRequest element. The response returns the CreateHealthCheckResponse element, containing the health check ID specified when adding health check to a resource record set. For information about adding health checks to resource record sets, see ResourceRecordSet$HealthCheckId in ChangeResourceRecordSets.

If you are registering EC2 instances with an Elastic Load Balancing (ELB) load balancer, do not create Amazon Route 53 health checks for the EC2 instances. When you register an EC2 instance with a load balancer, you configure settings for an ELB health check, which performs a similar function to an Amazon Route 53 health check.

You can associate health checks with failover resource record sets in a private hosted zone. Note the following:

  • Amazon Route 53 health checkers are outside the VPC. To check the health of an endpoint within a VPC by IP address, you must assign a public IP address to the instance in the VPC.

  • You can configure a health checker to check the health of an external resource that the instance relies on, such as a database server.

  • You can create a CloudWatch metric, associate an alarm with the metric, and then create a health check that is based on the state of the alarm. For example, you might create a CloudWatch metric that checks the status of the Amazon EC2 StatusCheckFailed metric, add an alarm to the metric, and then create a health check that is based on the state of the alarm. For information about creating CloudWatch metrics and alarms by using the CloudWatch console, see the Amazon CloudWatch User Guide.

CreateHealthCheckAsync ( CreateHealthCheckRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateHealthCheck operation.

CreateHostedZone ( CreateHostedZoneRequest request ) : CreateHostedZoneResponse

Creates a new public hosted zone, used to specify how the Domain Name System (DNS) routes traffic on the Internet for a domain, such as example.com, and its subdomains.

Public hosted zones can't be converted to a private hosted zone or vice versa. Instead, create a new hosted zone with the same name and create new resource record sets.

Send a POST request to the /2013-04-01/hostedzone resource. The request body must include a document with a CreateHostedZoneRequest element. The response returns the CreateHostedZoneResponse element containing metadata about the hosted zone.

Fore more information about charges for hosted zones, see Amazon Route 53 Pricing.

Note the following:

  • You can't create a hosted zone for a top-level domain (TLD).

  • Amazon Route 53 automatically creates a default SOA record and four NS records for the zone. For more information about SOA and NS records, see NS and SOA Records that Amazon Route 53 Creates for a Hosted Zone in the Amazon Route 53 Developer Guide.

  • If your domain is registered with a registrar other than Amazon Route 53, you must update the name servers with your registrar to make Amazon Route 53 your DNS service. For more information, see Configuring Amazon Route 53 as your DNS Service in the Amazon Route 53 Developer's Guide.

After creating a zone, its initial status is PENDING. This means that it is not yet available on all DNS servers. The status of the zone changes to INSYNC when the NS and SOA records are available on all Amazon Route 53 DNS servers.

When trying to create a hosted zone using a reusable delegation set, specify an optional DelegationSetId, and Amazon Route 53 would assign those 4 NS records for the zone, instead of allotting a new one.

CreateHostedZoneAsync ( CreateHostedZoneRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateHostedZone operation.

CreateReusableDelegationSet ( CreateReusableDelegationSetRequest request ) : CreateReusableDelegationSetResponse

Creates a delegation set (a group of four name servers) that can be reused by multiple hosted zones. If a hosted zoned ID is specified, CreateReusableDelegationSet marks the delegation set associated with that zone as reusable

Send a POST request to the /2013-04-01/delegationset resource. The request body must include a document with a CreateReusableDelegationSetRequest element.

A reusable delegation set can't be associated with a private hosted zone/

For more information, including a procedure on how to create and configure a reusable delegation set (also known as white label name servers), see Configuring White Label Name Servers.

CreateReusableDelegationSetAsync ( CreateReusableDelegationSetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateReusableDelegationSet operation.

CreateTrafficPolicy ( CreateTrafficPolicyRequest request ) : CreateTrafficPolicyResponse

Creates a traffic policy, which you use to create multiple DNS resource record sets for one domain name (such as example.com) or one subdomain name (such as www.example.com).

Send a POST request to the /2013-04-01/trafficpolicy resource. The request body must include a document with a CreateTrafficPolicyRequest element. The response includes the CreateTrafficPolicyResponse element, which contains information about the new traffic policy.

CreateTrafficPolicyAsync ( CreateTrafficPolicyRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateTrafficPolicy operation.

CreateTrafficPolicyInstance ( CreateTrafficPolicyInstanceRequest request ) : CreateTrafficPolicyInstanceResponse

Creates resource record sets in a specified hosted zone based on the settings in a specified traffic policy version. In addition, CreateTrafficPolicyInstance associates the resource record sets with a specified domain name (such as example.com) or subdomain name (such as www.example.com). Amazon Route 53 responds to DNS queries for the domain or subdomain name by using the resource record sets that CreateTrafficPolicyInstance created.

Send a POST request to the /2013-04-01/trafficpolicyinstance resource. The request body must include a document with a CreateTrafficPolicyRequest element. The response returns the CreateTrafficPolicyInstanceResponse element, which contains information about the traffic policy instance.

CreateTrafficPolicyInstanceAsync ( CreateTrafficPolicyInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateTrafficPolicyInstance operation.

CreateTrafficPolicyVersion ( CreateTrafficPolicyVersionRequest request ) : CreateTrafficPolicyVersionResponse

Creates a new version of an existing traffic policy. When you create a new version of a traffic policy, you specify the ID of the traffic policy that you want to update and a JSON-formatted document that describes the new version. You use traffic policies to create multiple DNS resource record sets for one domain name (such as example.com) or one subdomain name (such as www.example.com). You can create a maximum of 1000 versions of a traffic policy. If you reach the limit and need to create another version, you'll need to start a new traffic policy.

Send a POST request to the /2013-04-01/trafficpolicy/ resource. The request body includes a document with a CreateTrafficPolicyVersionRequest element. The response returns the CreateTrafficPolicyVersionResponse element, which contains information about the new version of the traffic policy.

CreateTrafficPolicyVersionAsync ( CreateTrafficPolicyVersionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateTrafficPolicyVersion operation.

CreateVPCAssociationAuthorization ( CreateVPCAssociationAuthorizationRequest request ) : CreateVPCAssociationAuthorizationResponse

Authorizes the AWS account that created a specified VPC to submit an AssociateVPCWithHostedZone request to associate the VPC with a specified hosted zone that was created by a different account. To submit a CreateVPCAssociationAuthorization request, you must use the account that created the hosted zone. After you authorize the association, use the account that created the VPC to submit an AssociateVPCWithHostedZone request.

If you want to associate multiple VPCs that you created by using one account with a hosted zone that you created by using a different account, you must submit one authorization request for each VPC.

Send a POST request to the /2013-04-01/hostedzone/hosted zone ID/authorizevpcassociation resource. The request body must include a document with a CreateVPCAssociationAuthorizationRequest element. The response contains information about the authorization.

CreateVPCAssociationAuthorizationAsync ( CreateVPCAssociationAuthorizationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateVPCAssociationAuthorization operation.

DeleteHealthCheck ( DeleteHealthCheckRequest request ) : DeleteHealthCheckResponse

Deletes a health check. Send a DELETE request to the /2013-04-01/healthcheck/health check ID resource.

Amazon Route 53 does not prevent you from deleting a health check even if the health check is associated with one or more resource record sets. If you delete a health check and you don't update the associated resource record sets, the future status of the health check can't be predicted and may change. This will affect the routing of DNS queries for your DNS failover configuration. For more information, see Replacing and Deleting Health Checks in the Amazon Route 53 Developer Guide.

DeleteHealthCheckAsync ( DeleteHealthCheckRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteHealthCheck operation.

DeleteHostedZone ( DeleteHostedZoneRequest request ) : DeleteHostedZoneResponse

Deletes a hosted zone. Send a DELETE request to the /Amazon Route 53 API version/hostedzone/hosted zone ID resource.

Delete a hosted zone only if there are no resource record sets other than the default SOA record and NS resource record sets. If the hosted zone contains other resource record sets, delete them before deleting the hosted zone. If you try to delete a hosted zone that contains other resource record sets, Amazon Route 53 denies your request with a HostedZoneNotEmpty error. For information about deleting records from your hosted zone, see ChangeResourceRecordSets.

DeleteHostedZoneAsync ( DeleteHostedZoneRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteHostedZone operation.

DeleteReusableDelegationSet ( DeleteReusableDelegationSetRequest request ) : DeleteReusableDelegationSetResponse

Deletes a reusable delegation set. Send a DELETE request to the /2013-04-01/delegationset/delegation set ID resource.

You can delete a reusable delegation set only if there are no associated hosted zones.

To verify that the reusable delegation set is not associated with any hosted zones, run the GetReusableDelegationSet action and specify the ID of the reusable delegation set that you want to delete.

DeleteReusableDelegationSetAsync ( DeleteReusableDelegationSetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteReusableDelegationSet operation.

DeleteTrafficPolicy ( DeleteTrafficPolicyRequest request ) : DeleteTrafficPolicyResponse

Deletes a traffic policy.

Send a DELETE request to the /Amazon Route 53 API version/trafficpolicy resource.

DeleteTrafficPolicyAsync ( DeleteTrafficPolicyRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteTrafficPolicy operation.

DeleteTrafficPolicyInstance ( DeleteTrafficPolicyInstanceRequest request ) : DeleteTrafficPolicyInstanceResponse

Deletes a traffic policy instance and all of the resource record sets that Amazon Route 53 created when you created the instance.

Send a DELETE request to the /Amazon Route 53 API version/trafficpolicy/traffic policy instance ID resource.

In the Amazon Route 53 console, traffic policy instances are known as policy records.

DeleteTrafficPolicyInstanceAsync ( DeleteTrafficPolicyInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteTrafficPolicyInstance operation.

DeleteVPCAssociationAuthorization ( DeleteVPCAssociationAuthorizationRequest request ) : DeleteVPCAssociationAuthorizationResponse

Removes authorization to submit an AssociateVPCWithHostedZone request to associate a specified VPC with a hosted zone that was created by a different account. You must use the account that created the hosted zone to submit a DeleteVPCAssociationAuthorization request.

Sending this request only prevents the AWS account that created the VPC from associating the VPC with the Amazon Route 53 hosted zone in the future. If the VPC is already associated with the hosted zone, DeleteVPCAssociationAuthorization won't disassociate the VPC from the hosted zone. If you want to delete an existing association, use DisassociateVPCFromHostedZone.

Send a DELETE request to the /2013-04-01/hostedzone/hosted zone ID/deauthorizevpcassociation resource. The request body must include a document with a DeleteVPCAssociationAuthorizationRequest element.

DeleteVPCAssociationAuthorizationAsync ( DeleteVPCAssociationAuthorizationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteVPCAssociationAuthorization operation.

DisassociateVPCFromHostedZone ( DisassociateVPCFromHostedZoneRequest request ) : DisassociateVPCFromHostedZoneResponse

Disassociates a VPC from a Amazon Route 53 private hosted zone.

You can't disassociate the last VPC from a private hosted zone.

Send a POST request to the /2013-04-01/hostedzone/hosted zone ID/disassociatevpc resource. The request body must include a document with a DisassociateVPCFromHostedZoneRequest element. The response includes a DisassociateVPCFromHostedZoneResponse element.

You can't disassociate a VPC from a private hosted zone when only one VPC is associated with the hosted zone. You also can't convert a private hosted zone into a public hosted zone.

DisassociateVPCFromHostedZoneAsync ( DisassociateVPCFromHostedZoneRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DisassociateVPCFromHostedZone operation.

EndAssociateVPCWithHostedZone ( IAsyncResult asyncResult ) : AssociateVPCWithHostedZoneResponse

Finishes the asynchronous execution of the AssociateVPCWithHostedZone operation.

EndChangeResourceRecordSets ( IAsyncResult asyncResult ) : ChangeResourceRecordSetsResponse

Finishes the asynchronous execution of the ChangeResourceRecordSets operation.

EndChangeTagsForResource ( IAsyncResult asyncResult ) : ChangeTagsForResourceResponse

Finishes the asynchronous execution of the ChangeTagsForResource operation.

EndCreateHealthCheck ( IAsyncResult asyncResult ) : CreateHealthCheckResponse

Finishes the asynchronous execution of the CreateHealthCheck operation.

EndCreateHostedZone ( IAsyncResult asyncResult ) : CreateHostedZoneResponse

Finishes the asynchronous execution of the CreateHostedZone operation.

EndCreateReusableDelegationSet ( IAsyncResult asyncResult ) : CreateReusableDelegationSetResponse

Finishes the asynchronous execution of the CreateReusableDelegationSet operation.

EndCreateTrafficPolicy ( IAsyncResult asyncResult ) : CreateTrafficPolicyResponse

Finishes the asynchronous execution of the CreateTrafficPolicy operation.

EndCreateTrafficPolicyInstance ( IAsyncResult asyncResult ) : CreateTrafficPolicyInstanceResponse

Finishes the asynchronous execution of the CreateTrafficPolicyInstance operation.

EndCreateTrafficPolicyVersion ( IAsyncResult asyncResult ) : CreateTrafficPolicyVersionResponse

Finishes the asynchronous execution of the CreateTrafficPolicyVersion operation.

EndCreateVPCAssociationAuthorization ( IAsyncResult asyncResult ) : CreateVPCAssociationAuthorizationResponse

Finishes the asynchronous execution of the CreateVPCAssociationAuthorization operation.

EndDeleteHealthCheck ( IAsyncResult asyncResult ) : DeleteHealthCheckResponse

Finishes the asynchronous execution of the DeleteHealthCheck operation.

EndDeleteHostedZone ( IAsyncResult asyncResult ) : DeleteHostedZoneResponse

Finishes the asynchronous execution of the DeleteHostedZone operation.

EndDeleteReusableDelegationSet ( IAsyncResult asyncResult ) : DeleteReusableDelegationSetResponse

Finishes the asynchronous execution of the DeleteReusableDelegationSet operation.

EndDeleteTrafficPolicy ( IAsyncResult asyncResult ) : DeleteTrafficPolicyResponse

Finishes the asynchronous execution of the DeleteTrafficPolicy operation.

EndDeleteTrafficPolicyInstance ( IAsyncResult asyncResult ) : DeleteTrafficPolicyInstanceResponse

Finishes the asynchronous execution of the DeleteTrafficPolicyInstance operation.

EndDeleteVPCAssociationAuthorization ( IAsyncResult asyncResult ) : DeleteVPCAssociationAuthorizationResponse

Finishes the asynchronous execution of the DeleteVPCAssociationAuthorization operation.

EndDisassociateVPCFromHostedZone ( IAsyncResult asyncResult ) : DisassociateVPCFromHostedZoneResponse

Finishes the asynchronous execution of the DisassociateVPCFromHostedZone operation.

EndGetChange ( IAsyncResult asyncResult ) : GetChangeResponse

Finishes the asynchronous execution of the GetChange operation.

EndGetCheckerIpRanges ( IAsyncResult asyncResult ) : GetCheckerIpRangesResponse

Finishes the asynchronous execution of the GetCheckerIpRanges operation.

EndGetGeoLocation ( IAsyncResult asyncResult ) : GetGeoLocationResponse

Finishes the asynchronous execution of the GetGeoLocation operation.

EndGetHealthCheck ( IAsyncResult asyncResult ) : GetHealthCheckResponse

Finishes the asynchronous execution of the GetHealthCheck operation.

EndGetHealthCheckCount ( IAsyncResult asyncResult ) : GetHealthCheckCountResponse

Finishes the asynchronous execution of the GetHealthCheckCount operation.

EndGetHealthCheckLastFailureReason ( IAsyncResult asyncResult ) : GetHealthCheckLastFailureReasonResponse

Finishes the asynchronous execution of the GetHealthCheckLastFailureReason operation.

EndGetHealthCheckStatus ( IAsyncResult asyncResult ) : GetHealthCheckStatusResponse

Finishes the asynchronous execution of the GetHealthCheckStatus operation.

EndGetHostedZone ( IAsyncResult asyncResult ) : GetHostedZoneResponse

Finishes the asynchronous execution of the GetHostedZone operation.

EndGetHostedZoneCount ( IAsyncResult asyncResult ) : GetHostedZoneCountResponse

Finishes the asynchronous execution of the GetHostedZoneCount operation.

EndGetReusableDelegationSet ( IAsyncResult asyncResult ) : GetReusableDelegationSetResponse

Finishes the asynchronous execution of the GetReusableDelegationSet operation.

EndGetTrafficPolicy ( IAsyncResult asyncResult ) : GetTrafficPolicyResponse

Finishes the asynchronous execution of the GetTrafficPolicy operation.

EndGetTrafficPolicyInstance ( IAsyncResult asyncResult ) : GetTrafficPolicyInstanceResponse

Finishes the asynchronous execution of the GetTrafficPolicyInstance operation.

EndGetTrafficPolicyInstanceCount ( IAsyncResult asyncResult ) : GetTrafficPolicyInstanceCountResponse

Finishes the asynchronous execution of the GetTrafficPolicyInstanceCount operation.

EndListGeoLocations ( IAsyncResult asyncResult ) : ListGeoLocationsResponse

Finishes the asynchronous execution of the ListGeoLocations operation.

EndListHealthChecks ( IAsyncResult asyncResult ) : ListHealthChecksResponse

Finishes the asynchronous execution of the ListHealthChecks operation.

EndListHostedZones ( IAsyncResult asyncResult ) : ListHostedZonesResponse

Finishes the asynchronous execution of the ListHostedZones operation.

EndListHostedZonesByName ( IAsyncResult asyncResult ) : ListHostedZonesByNameResponse

Finishes the asynchronous execution of the ListHostedZonesByName operation.

EndListResourceRecordSets ( IAsyncResult asyncResult ) : ListResourceRecordSetsResponse

Finishes the asynchronous execution of the ListResourceRecordSets operation.

EndListReusableDelegationSets ( IAsyncResult asyncResult ) : ListReusableDelegationSetsResponse

Finishes the asynchronous execution of the ListReusableDelegationSets operation.

EndListTagsForResource ( IAsyncResult asyncResult ) : ListTagsForResourceResponse

Finishes the asynchronous execution of the ListTagsForResource operation.

EndListTagsForResources ( IAsyncResult asyncResult ) : ListTagsForResourcesResponse

Finishes the asynchronous execution of the ListTagsForResources operation.

EndListTrafficPolicies ( IAsyncResult asyncResult ) : ListTrafficPoliciesResponse

Finishes the asynchronous execution of the ListTrafficPolicies operation.

EndListTrafficPolicyInstances ( IAsyncResult asyncResult ) : ListTrafficPolicyInstancesResponse

Finishes the asynchronous execution of the ListTrafficPolicyInstances operation.

EndListTrafficPolicyInstancesByHostedZone ( IAsyncResult asyncResult ) : ListTrafficPolicyInstancesByHostedZoneResponse

Finishes the asynchronous execution of the ListTrafficPolicyInstancesByHostedZone operation.

EndListTrafficPolicyInstancesByPolicy ( IAsyncResult asyncResult ) : ListTrafficPolicyInstancesByPolicyResponse

Finishes the asynchronous execution of the ListTrafficPolicyInstancesByPolicy operation.

EndListTrafficPolicyVersions ( IAsyncResult asyncResult ) : ListTrafficPolicyVersionsResponse

Finishes the asynchronous execution of the ListTrafficPolicyVersions operation.

EndListVPCAssociationAuthorizations ( IAsyncResult asyncResult ) : ListVPCAssociationAuthorizationsResponse

Finishes the asynchronous execution of the ListVPCAssociationAuthorizations operation.

EndTestDNSAnswer ( IAsyncResult asyncResult ) : TestDNSAnswerResponse

Finishes the asynchronous execution of the TestDNSAnswer operation.

EndUpdateHealthCheck ( IAsyncResult asyncResult ) : UpdateHealthCheckResponse

Finishes the asynchronous execution of the UpdateHealthCheck operation.

EndUpdateHostedZoneComment ( IAsyncResult asyncResult ) : UpdateHostedZoneCommentResponse

Finishes the asynchronous execution of the UpdateHostedZoneComment operation.

EndUpdateTrafficPolicyComment ( IAsyncResult asyncResult ) : UpdateTrafficPolicyCommentResponse

Finishes the asynchronous execution of the UpdateTrafficPolicyComment operation.

EndUpdateTrafficPolicyInstance ( IAsyncResult asyncResult ) : UpdateTrafficPolicyInstanceResponse

Finishes the asynchronous execution of the UpdateTrafficPolicyInstance operation.

GetChange ( GetChangeRequest request ) : GetChangeResponse

Returns the current status of a change batch request. The status is one of the following values:

  • PENDING indicates that the changes in this request have not replicated to all Amazon Route 53 DNS servers. This is the initial status of all change batch requests.

  • INSYNC indicates that the changes have replicated to all Amazon Route 53 DNS servers.

GetChangeAsync ( GetChangeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetChange operation.

GetCheckerIpRanges ( GetCheckerIpRangesRequest request ) : GetCheckerIpRangesResponse

Retrieves a list of the IP ranges used by Amazon Route 53 health checkers to check the health of your resources. Send a GET request to the /Amazon Route 53 API version/checkeripranges resource. Use these IP addresses to configure router and firewall rules to allow health checkers to check the health of your resources.

GetCheckerIpRangesAsync ( GetCheckerIpRangesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetCheckerIpRanges operation.

GetGeoLocation ( GetGeoLocationRequest request ) : GetGeoLocationResponse

Retrieves a single geo location. Send a GET request to the /2013-04-01/geolocation resource with one of these options: continentcode | countrycode | countrycode and subdivisioncode.

GetGeoLocationAsync ( GetGeoLocationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetGeoLocation operation.

GetHealthCheck ( GetHealthCheckRequest request ) : GetHealthCheckResponse

Gets information about a specified health check. Send a GET request to the /2013-04-01/healthcheck/health check ID resource. For more information about using the console to perform this operation, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.

GetHealthCheckAsync ( GetHealthCheckRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetHealthCheck operation.

GetHealthCheckCount ( GetHealthCheckCountRequest request ) : GetHealthCheckCountResponse

To retrieve a count of all your health checks, send a GET request to the /2013-04-01/healthcheckcount resource.

GetHealthCheckCountAsync ( GetHealthCheckCountRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetHealthCheckCount operation.

GetHealthCheckLastFailureReason ( GetHealthCheckLastFailureReasonRequest request ) : GetHealthCheckLastFailureReasonResponse

If you want to learn why a health check is currently failing or why it failed most recently (if at all), you can get the failure reason for the most recent failure. Send a GET request to the /Amazon Route 53 API version/healthcheck/health check ID/lastfailurereason resource.

GetHealthCheckLastFailureReasonAsync ( GetHealthCheckLastFailureReasonRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetHealthCheckLastFailureReason operation.

GetHealthCheckStatus ( GetHealthCheckStatusRequest request ) : GetHealthCheckStatusResponse

Gets status of a specified health check. Send a GET request to the /2013-04-01/healthcheck/health check ID/status resource. You can use this call to get a health check's current status.

GetHealthCheckStatusAsync ( GetHealthCheckStatusRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetHealthCheckStatus operation.

GetHostedZone ( GetHostedZoneRequest request ) : GetHostedZoneResponse

Retrieves the delegation set for a hosted zone, including the four name servers assigned to the hosted zone. Send a GET request to the /Amazon Route 53 API version/hostedzone/hosted zone ID resource.

GetHostedZoneAsync ( GetHostedZoneRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetHostedZone operation.

GetHostedZoneCount ( ) : GetHostedZoneCountResponse

Retrieves a count of all your hosted zones. Send a GET request to the /2013-04-01/hostedzonecount resource.

GetHostedZoneCount ( GetHostedZoneCountRequest request ) : GetHostedZoneCountResponse

Retrieves a count of all your hosted zones. Send a GET request to the /2013-04-01/hostedzonecount resource.

GetHostedZoneCountAsync ( GetHostedZoneCountRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetHostedZoneCount operation.

GetHostedZoneCountAsync ( System cancellationToken = default(CancellationToken) ) : Task

Retrieves a count of all your hosted zones. Send a GET request to the /2013-04-01/hostedzonecount resource.

GetReusableDelegationSet ( GetReusableDelegationSetRequest request ) : GetReusableDelegationSetResponse

Retrieves the reusable delegation set. Send a GET request to the /2013-04-01/delegationset/delegation set ID resource.

GetReusableDelegationSetAsync ( GetReusableDelegationSetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetReusableDelegationSet operation.

GetTrafficPolicy ( GetTrafficPolicyRequest request ) : GetTrafficPolicyResponse

Gets information about a specific traffic policy version.

Send a GET request to the /Amazon Route 53 API version/trafficpolicy resource.

GetTrafficPolicyAsync ( GetTrafficPolicyRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetTrafficPolicy operation.

GetTrafficPolicyInstance ( GetTrafficPolicyInstanceRequest request ) : GetTrafficPolicyInstanceResponse

Gets information about a specified traffic policy instance.

Send a GET request to the /Amazon Route 53 API version/trafficpolicyinstance resource.

After you submit a CreateTrafficPolicyInstance or an UpdateTrafficPolicyInstance request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the State response element.

In the Amazon Route 53 console, traffic policy instances are known as policy records.

GetTrafficPolicyInstanceAsync ( GetTrafficPolicyInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetTrafficPolicyInstance operation.

GetTrafficPolicyInstanceCount ( GetTrafficPolicyInstanceCountRequest request ) : GetTrafficPolicyInstanceCountResponse

Gets the number of traffic policy instances that are associated with the current AWS account.

To get the number of traffic policy instances, send a GET request to the /2013-04-01/trafficpolicyinstancecount resource.

GetTrafficPolicyInstanceCountAsync ( GetTrafficPolicyInstanceCountRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetTrafficPolicyInstanceCount operation.

ListGeoLocations ( ) : ListGeoLocationsResponse

Retrieves a list of supported geo locations. Send a GET request to the /2013-04-01/geolocations resource. The response to this request includes a GeoLocationDetailsList element for each location that Amazon Route 53 supports.

Countries are listed first, and continents are listed last. If Amazon Route 53 supports subdivisions for a country (for example, states or provinces), the subdivisions for that country are listed in alphabetical order immediately after the corresponding country.

ListGeoLocations ( ListGeoLocationsRequest request ) : ListGeoLocationsResponse

Retrieves a list of supported geo locations. Send a GET request to the /2013-04-01/geolocations resource. The response to this request includes a GeoLocationDetailsList element for each location that Amazon Route 53 supports.

Countries are listed first, and continents are listed last. If Amazon Route 53 supports subdivisions for a country (for example, states or provinces), the subdivisions for that country are listed in alphabetical order immediately after the corresponding country.

ListGeoLocationsAsync ( ListGeoLocationsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListGeoLocations operation.

ListGeoLocationsAsync ( System cancellationToken = default(CancellationToken) ) : Task

Retrieves a list of supported geo locations. Send a GET request to the /2013-04-01/geolocations resource. The response to this request includes a GeoLocationDetailsList element for each location that Amazon Route 53 supports.

Countries are listed first, and continents are listed last. If Amazon Route 53 supports subdivisions for a country (for example, states or provinces), the subdivisions for that country are listed in alphabetical order immediately after the corresponding country.

ListHealthChecks ( ) : ListHealthChecksResponse

Retrieve a list of your health checks. Send a GET request to the /2013-04-01/healthcheck resource. The response to this request includes a HealthChecks element with zero or more HealthCheck child elements. By default, the list of health checks is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the Marker parameter to control the health check that the list begins with.

For information about listing health checks using the Amazon Route 53 console, see Amazon Route 53 Health Checks and DNS Failover.

ListHealthChecks ( ListHealthChecksRequest request ) : ListHealthChecksResponse

Retrieve a list of your health checks. Send a GET request to the /2013-04-01/healthcheck resource. The response to this request includes a HealthChecks element with zero or more HealthCheck child elements. By default, the list of health checks is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the Marker parameter to control the health check that the list begins with.

For information about listing health checks using the Amazon Route 53 console, see Amazon Route 53 Health Checks and DNS Failover.

ListHealthChecksAsync ( ListHealthChecksRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListHealthChecks operation.

ListHealthChecksAsync ( System cancellationToken = default(CancellationToken) ) : Task

Retrieve a list of your health checks. Send a GET request to the /2013-04-01/healthcheck resource. The response to this request includes a HealthChecks element with zero or more HealthCheck child elements. By default, the list of health checks is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the Marker parameter to control the health check that the list begins with.

For information about listing health checks using the Amazon Route 53 console, see Amazon Route 53 Health Checks and DNS Failover.

ListHostedZones ( ) : ListHostedZonesResponse

To retrieve a list of your public and private hosted zones, send a GET request to the /2013-04-01/hostedzone resource. The response to this request includes a HostedZones child element for each hosted zone created by the current AWS account.

Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of hosted zones, you can use the maxitems parameter to list them in groups of up to 100. The response includes four values that help navigate from one group of maxitems hosted zones to the next:

  • MaxItems is the value specified for the maxitems parameter in the request that produced the current response.

  • If the value of IsTruncated in the response is true, there are more hosted zones associated with the current AWS account.

  • NextMarker is the hosted zone ID of the next hosted zone that is associated with the current AWS account. If you want to list more hosted zones, make another call to ListHostedZones, and specify the value of the NextMarker element in the marker parameter.

    If IsTruncated is false, the NextMarker element is omitted from the response.

  • If you're making the second or subsequent call to ListHostedZones, the Marker element matches the value that you specified in the marker parameter in the previous request.

ListHostedZones ( ListHostedZonesRequest request ) : ListHostedZonesResponse

To retrieve a list of your public and private hosted zones, send a GET request to the /2013-04-01/hostedzone resource. The response to this request includes a HostedZones child element for each hosted zone created by the current AWS account.

Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of hosted zones, you can use the maxitems parameter to list them in groups of up to 100. The response includes four values that help navigate from one group of maxitems hosted zones to the next:

  • MaxItems is the value specified for the maxitems parameter in the request that produced the current response.

  • If the value of IsTruncated in the response is true, there are more hosted zones associated with the current AWS account.

  • NextMarker is the hosted zone ID of the next hosted zone that is associated with the current AWS account. If you want to list more hosted zones, make another call to ListHostedZones, and specify the value of the NextMarker element in the marker parameter.

    If IsTruncated is false, the NextMarker element is omitted from the response.

  • If you're making the second or subsequent call to ListHostedZones, the Marker element matches the value that you specified in the marker parameter in the previous request.

ListHostedZonesAsync ( ListHostedZonesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListHostedZones operation.

ListHostedZonesAsync ( System cancellationToken = default(CancellationToken) ) : Task

To retrieve a list of your public and private hosted zones, send a GET request to the /2013-04-01/hostedzone resource. The response to this request includes a HostedZones child element for each hosted zone created by the current AWS account.

Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of hosted zones, you can use the maxitems parameter to list them in groups of up to 100. The response includes four values that help navigate from one group of maxitems hosted zones to the next:

  • MaxItems is the value specified for the maxitems parameter in the request that produced the current response.

  • If the value of IsTruncated in the response is true, there are more hosted zones associated with the current AWS account.

  • NextMarker is the hosted zone ID of the next hosted zone that is associated with the current AWS account. If you want to list more hosted zones, make another call to ListHostedZones, and specify the value of the NextMarker element in the marker parameter.

    If IsTruncated is false, the NextMarker element is omitted from the response.

  • If you're making the second or subsequent call to ListHostedZones, the Marker element matches the value that you specified in the marker parameter in the previous request.

ListHostedZonesByName ( ListHostedZonesByNameRequest request ) : ListHostedZonesByNameResponse

Retrieves a list of your hosted zones in lexicographic order. Send a GET request to the /2013-04-01/hostedzonesbyname resource. The response includes a HostedZones child element for each hosted zone created by the current AWS account.

ListHostedZonesByName sorts hosted zones by name with the labels reversed. For example:

  • com.example.www.

Note the trailing dot, which can change the sort order in some circumstances.

If the domain name includes escape characters or Punycode, ListHostedZonesByName alphabetizes the domain name using the escaped or Punycoded value, which is the format that Amazon Route 53 saves in its database. For example, to create a hosted zone for example.com, specify ex\344mple.com for the domain name. ListHostedZonesByName alphabetizes it as:

  • com.ex\344mple.

The labels are reversed and alphabetized using the escaped value. For more information about valid domain name formats, including internationalized domain names, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.

Amazon Route 53 returns up to 100 items in each response. If you have a lot of hosted zones, use the MaxItems parameter to list them in groups of up to 100. The response includes values that help navigate from one group of MaxItems hosted zones to the next:

  • The DNSName and HostedZoneId elements in the response contain the values, if any, specified for the dnsname and hostedzoneid parameters in the request that produced the current response.

  • The MaxItems element in the response contains the value, if any, that you specified for the maxitems parameter in the request that produced the current response.

  • If the value of IsTruncated in the response is true, there are more hosted zones associated with the current AWS account.

    If IsTruncated is false, this response includes the last hosted zone that is associated with the current account. The NextDNSName element and NextHostedZoneId elements are omitted from the response.

  • The NextDNSName and NextHostedZoneId elements in the response contain the domain name and the hosted zone ID of the next hosted zone that is associated with the current AWS account. If you want to list more hosted zones, make another call to ListHostedZonesByName, and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

ListHostedZonesByNameAsync ( ListHostedZonesByNameRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListHostedZonesByName operation.

ListResourceRecordSets ( ListResourceRecordSetsRequest request ) : ListResourceRecordSetsResponse

Lists the resource record sets in a specified hosted zone.

ListResourceRecordSets returns up to 100 resource record sets at a time in ASCII order, beginning at a position specified by the name and type elements. The action sorts results first by DNS name with the labels reversed, for example:

com.example.www.

Note the trailing dot, which can change the sort order in some circumstances.

When multiple records have the same DNS name, the action sorts results by the record type.

You can use the name and type elements to adjust the beginning position of the list of resource record sets returned:

If you do not specify Name or Type

The results begin with the first resource record set that the hosted zone contains.

If you specify Name but not Type

The results begin with the first resource record set in the list whose name is greater than or equal to Name.

If you specify Type but not Name

Amazon Route 53 returns the InvalidInput error.

If you specify both Name and Type

The results begin with the first resource record set in the list whose name is greater than or equal to Name, and whose type is greater than or equal to Type.

This action returns the most current version of the records. This includes records that are PENDING, and that are not yet available on all Amazon Route 53 DNS servers.

To ensure that you get an accurate listing of the resource record sets for a hosted zone at a point in time, do not submit a ChangeResourceRecordSets request while you're paging through the results of a ListResourceRecordSets request. If you do, some pages may display results without the latest changes while other pages display results with the latest changes.

ListResourceRecordSetsAsync ( ListResourceRecordSetsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListResourceRecordSets operation.

ListReusableDelegationSets ( ) : ListReusableDelegationSetsResponse

To retrieve a list of your reusable delegation sets, send a GET request to the /2013-04-01/delegationset resource. The response to this request includes a DelegationSets element with zero, one, or multiple DelegationSet child elements. By default, the list of delegation sets is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the Marker parameter to control the delegation set that the list begins with.

Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100.

ListReusableDelegationSets ( ListReusableDelegationSetsRequest request ) : ListReusableDelegationSetsResponse

To retrieve a list of your reusable delegation sets, send a GET request to the /2013-04-01/delegationset resource. The response to this request includes a DelegationSets element with zero, one, or multiple DelegationSet child elements. By default, the list of delegation sets is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the Marker parameter to control the delegation set that the list begins with.

Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100.

ListReusableDelegationSetsAsync ( ListReusableDelegationSetsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListReusableDelegationSets operation.

ListReusableDelegationSetsAsync ( System cancellationToken = default(CancellationToken) ) : Task

To retrieve a list of your reusable delegation sets, send a GET request to the /2013-04-01/delegationset resource. The response to this request includes a DelegationSets element with zero, one, or multiple DelegationSet child elements. By default, the list of delegation sets is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the Marker parameter to control the delegation set that the list begins with.

Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100.

ListTagsForResource ( ListTagsForResourceRequest request ) : ListTagsForResourceResponse

Lists tags for one health check or hosted zone.

For information about using tags for cost allocation, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.

ListTagsForResourceAsync ( ListTagsForResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListTagsForResource operation.

ListTagsForResources ( ListTagsForResourcesRequest request ) : ListTagsForResourcesResponse

Lists tags for up to 10 health checks or hosted zones.

For information about using tags for cost allocation, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.

ListTagsForResourcesAsync ( ListTagsForResourcesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListTagsForResources operation.

ListTrafficPolicies ( ListTrafficPoliciesRequest request ) : ListTrafficPoliciesResponse

Gets information about the latest version for every traffic policy that is associated with the current AWS account. Send a GET request to the /Amazon Route 53 API version/trafficpolicy resource.

Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policies, you can use the maxitems parameter to list them in groups of up to 100.

The response includes three values that help you navigate from one group of maxitems traffic policies to the next:

  • IsTruncated

    If the value of IsTruncated in the response is true, there are more traffic policies associated with the current AWS account.

    If IsTruncated is false, this response includes the last traffic policy that is associated with the current account.

  • TrafficPolicyIdMarker

    If IsTruncated is true, TrafficPolicyIdMarker is the ID of the first traffic policy in the next group of MaxItems traffic policies. If you want to list more traffic policies, make another call to ListTrafficPolicies, and specify the value of the TrafficPolicyIdMarker element from the response in the TrafficPolicyIdMarker request parameter.

    If IsTruncated is false, the TrafficPolicyIdMarker element is omitted from the response.

  • MaxItems

    The value that you specified for the MaxItems parameter in the request that produced the current response.

ListTrafficPoliciesAsync ( ListTrafficPoliciesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListTrafficPolicies operation.

ListTrafficPolicyInstances ( ListTrafficPolicyInstancesRequest request ) : ListTrafficPolicyInstancesResponse

Gets information about the traffic policy instances that you created by using the current AWS account.

After you submit an UpdateTrafficPolicyInstance request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the State response element.

Send a GET request to the /Amazon Route 53 API version/trafficpolicyinstance resource.

Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the MaxItems parameter to list them in groups of up to 100.

The response includes five values that help you navigate from one group of MaxItems traffic policy instances to the next:

  • IsTruncated

    If the value of IsTruncated in the response is true, there are more traffic policy instances associated with the current AWS account.

    If IsTruncated is false, this response includes the last traffic policy instance that is associated with the current account.

  • MaxItems

    The value that you specified for the MaxItems parameter in the request that produced the current response.

  • HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker

    If IsTruncated is true, these three values in the response represent the first traffic policy instance in the next group of MaxItems traffic policy instances. To list more traffic policy instances, make another call to ListTrafficPolicyInstances, and specify these values in the corresponding request parameters.

    If IsTruncated is false, all three elements are omitted from the response.

ListTrafficPolicyInstancesAsync ( ListTrafficPolicyInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListTrafficPolicyInstances operation.

ListTrafficPolicyInstancesByHostedZone ( ListTrafficPolicyInstancesByHostedZoneRequest request ) : ListTrafficPolicyInstancesByHostedZoneResponse

Gets information about the traffic policy instances that you created in a specified hosted zone.

After you submit an UpdateTrafficPolicyInstance request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the State response element.

Send a GET request to the /Amazon Route 53 API version/trafficpolicyinstance resource and include the ID of the hosted zone.

Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the MaxItems parameter to list them in groups of up to 100.

The response includes four values that help you navigate from one group of MaxItems traffic policy instances to the next:

  • IsTruncated

    If the value of IsTruncated in the response is true, there are more traffic policy instances associated with the current AWS account.

    If IsTruncated is false, this response includes the last traffic policy instance that is associated with the current account.

  • MaxItems

    The value that you specified for the MaxItems parameter in the request that produced the current response.

  • TrafficPolicyInstanceNameMarker and TrafficPolicyInstanceTypeMarker

    If IsTruncated is true, these two values in the response represent the first traffic policy instance in the next group of MaxItems traffic policy instances. To list more traffic policy instances, make another call to ListTrafficPolicyInstancesByHostedZone, and specify these values in the corresponding request parameters.

    If IsTruncated is false, all three elements are omitted from the response.

ListTrafficPolicyInstancesByHostedZoneAsync ( ListTrafficPolicyInstancesByHostedZoneRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListTrafficPolicyInstancesByHostedZone operation.

ListTrafficPolicyInstancesByPolicy ( ListTrafficPolicyInstancesByPolicyRequest request ) : ListTrafficPolicyInstancesByPolicyResponse

Gets information about the traffic policy instances that you created by using a specify traffic policy version.

After you submit a CreateTrafficPolicyInstance or an UpdateTrafficPolicyInstance request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the State response element.

Send a GET request to the /Route 53 API version/trafficpolicyinstance resource and include the ID and version of the traffic policy.

Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the MaxItems parameter to list them in groups of up to 100.

The response includes five values that help you navigate from one group of MaxItems traffic policy instances to the next:

  • IsTruncated

    If the value of IsTruncated in the response is true, there are more traffic policy instances associated with the specified traffic policy.

    If IsTruncated is false, this response includes the last traffic policy instance that is associated with the specified traffic policy.

  • MaxItems

    The value that you specified for the MaxItems parameter in the request that produced the current response.

  • HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker

    If IsTruncated is true, these values in the response represent the first traffic policy instance in the next group of MaxItems traffic policy instances. To list more traffic policy instances, make another call to ListTrafficPolicyInstancesByPolicy, and specify these values in the corresponding request parameters.

    If IsTruncated is false, all three elements are omitted from the response.

ListTrafficPolicyInstancesByPolicyAsync ( ListTrafficPolicyInstancesByPolicyRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListTrafficPolicyInstancesByPolicy operation.

ListTrafficPolicyVersions ( ListTrafficPolicyVersionsRequest request ) : ListTrafficPolicyVersionsResponse

Gets information about all of the versions for a specified traffic policy.

Send a GET request to the /Amazon Route 53 API version/trafficpolicy resource and specify the ID of the traffic policy for which you want to list versions.

Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policies, you can use the maxitems parameter to list them in groups of up to 100.

The response includes three values that help you navigate from one group of maxitems traffic policies to the next:

  • IsTruncated

    If the value of IsTruncated in the response is true, there are more traffic policy versions associated with the specified traffic policy.

    If IsTruncated is false, this response includes the last traffic policy version that is associated with the specified traffic policy.

  • TrafficPolicyVersionMarker

    The ID of the next traffic policy version that is associated with the current AWS account. If you want to list more traffic policies, make another call to ListTrafficPolicyVersions, and specify the value of the TrafficPolicyVersionMarker element in the TrafficPolicyVersionMarker request parameter.

    If IsTruncated is false, Amazon Route 53 omits the TrafficPolicyVersionMarker element from the response.

  • MaxItems

    The value that you specified for the MaxItems parameter in the request that produced the current response.

ListTrafficPolicyVersionsAsync ( ListTrafficPolicyVersionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListTrafficPolicyVersions operation.

ListVPCAssociationAuthorizations ( ListVPCAssociationAuthorizationsRequest request ) : ListVPCAssociationAuthorizationsResponse

Gets a list of the VPCs that were created by other accounts and that can be associated with a specified hosted zone because you've submitted one or more CreateVPCAssociationAuthorization requests.

Send a GET request to the /2013-04-01/hostedzone/hosted zone ID/authorizevpcassociation resource. The response to this request includes a VPCs element with a VPC child element for each VPC that can be associated with the hosted zone.

Amazon Route 53 returns up to 50 VPCs per page. To return fewer VPCs per page, include the MaxResults parameter:

/2013-04-01/hostedzone/hosted zone ID/authorizevpcassociation?MaxItems=VPCs per page

If the response includes a NextToken element, there are more VPCs to list. To get the next page of VPCs, submit another ListVPCAssociationAuthorizations request, and include the value of the NextToken element from the response in the NextToken request parameter:

/2013-04-01/hostedzone/hosted zone ID/authorizevpcassociation?MaxItems=VPCs per page&NextToken=

ListVPCAssociationAuthorizationsAsync ( ListVPCAssociationAuthorizationsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListVPCAssociationAuthorizations operation.

TestDNSAnswer ( TestDNSAnswerRequest request ) : TestDNSAnswerResponse

Gets the value that Amazon Route 53 returns in response to a DNS request for a specified record name and type. You can optionally specify the IP address of a DNS resolver, an EDNS0 client subnet IP address, and a subnet mask.

TestDNSAnswerAsync ( TestDNSAnswerRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the TestDNSAnswer operation.

UpdateHealthCheck ( UpdateHealthCheckRequest request ) : UpdateHealthCheckResponse

Updates an existing health check.

Send a POST request to the /2013-04-01/healthcheck/health check ID resource. The request body must include a document with an UpdateHealthCheckRequest element. For more information about updating health checks, see Creating, Updating, and Deleting Health Checks in the Amazon Route 53 Developer Guide.

UpdateHealthCheckAsync ( UpdateHealthCheckRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateHealthCheck operation.

UpdateHostedZoneComment ( UpdateHostedZoneCommentRequest request ) : UpdateHostedZoneCommentResponse

Updates the hosted zone comment. Send a POST request to the /2013-04-01/hostedzone/hosted zone ID resource.

UpdateHostedZoneCommentAsync ( UpdateHostedZoneCommentRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateHostedZoneComment operation.

UpdateTrafficPolicyComment ( UpdateTrafficPolicyCommentRequest request ) : UpdateTrafficPolicyCommentResponse

Updates the comment for a specified traffic policy version.

Send a POST request to the /2013-04-01/trafficpolicy/ resource.

The request body must include a document with an UpdateTrafficPolicyCommentRequest element.

UpdateTrafficPolicyCommentAsync ( UpdateTrafficPolicyCommentRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateTrafficPolicyComment operation.

UpdateTrafficPolicyInstance ( UpdateTrafficPolicyInstanceRequest request ) : UpdateTrafficPolicyInstanceResponse

Updates the resource record sets in a specified hosted zone that were created based on the settings in a specified traffic policy version.

Send a POST request to the /2013-04-01/trafficpolicyinstance/traffic policy ID resource. The request body must include a document with an UpdateTrafficPolicyInstanceRequest element.

When you update a traffic policy instance, Amazon Route 53 continues to respond to DNS queries for the root resource record set name (such as example.com) while it replaces one group of resource record sets with another. Amazon Route 53 performs the following operations:

  1. Amazon Route 53 creates a new group of resource record sets based on the specified traffic policy. This is true regardless of how substantial the differences are between the existing resource record sets and the new resource record sets.

  2. When all of the new resource record sets have been created, Amazon Route 53 starts to respond to DNS queries for the root resource record set name (such as example.com) by using the new resource record sets.

  3. Amazon Route 53 deletes the old group of resource record sets that are associated with the root resource record set name.

UpdateTrafficPolicyInstanceAsync ( UpdateTrafficPolicyInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateTrafficPolicyInstance operation.

Защищенные методы

Метод Описание
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

CustomizeRuntimePipeline ( RuntimePipeline pipeline ) : void

Customize the pipeline

Dispose ( bool disposing ) : void

Disposes the service client.

Описание методов

AmazonRoute53Client() публичный Метод

Constructs AmazonRoute53Client with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonRoute53Client ( ) : System
Результат System

AmazonRoute53Client() публичный Метод

Constructs AmazonRoute53Client with AWS Credentials
public AmazonRoute53Client ( AWSCredentials credentials ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
Результат System

AmazonRoute53Client() публичный Метод

Constructs AmazonRoute53Client with AWS Credentials and an AmazonRoute53Client Configuration object.
public AmazonRoute53Client ( AWSCredentials credentials, AmazonRoute53Config clientConfig ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
clientConfig AmazonRoute53Config The AmazonRoute53Client Configuration Object
Результат System

AmazonRoute53Client() публичный Метод

Constructs AmazonRoute53Client with AWS Credentials
public AmazonRoute53Client ( AWSCredentials credentials, RegionEndpoint region ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
region RegionEndpoint The region to connect.
Результат System

AmazonRoute53Client() публичный Метод

Constructs AmazonRoute53Client with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonRoute53Client ( AmazonRoute53Config config ) : System
config AmazonRoute53Config The AmazonRoute53Client Configuration Object
Результат System

AmazonRoute53Client() публичный Метод

Constructs AmazonRoute53Client with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonRoute53Client ( RegionEndpoint region ) : System
region RegionEndpoint The region to connect.
Результат System

AmazonRoute53Client() публичный Метод

Constructs AmazonRoute53Client with AWS Access Key ID and AWS Secret Key
public AmazonRoute53Client ( string awsAccessKeyId, string awsSecretAccessKey ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
Результат System

AmazonRoute53Client() публичный Метод

Constructs AmazonRoute53Client with AWS Access Key ID, AWS Secret Key and an AmazonRoute53Client Configuration object.
public AmazonRoute53Client ( string awsAccessKeyId, string awsSecretAccessKey, AmazonRoute53Config clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
clientConfig AmazonRoute53Config The AmazonRoute53Client Configuration Object
Результат System

AmazonRoute53Client() публичный Метод

Constructs AmazonRoute53Client with AWS Access Key ID and AWS Secret Key
public AmazonRoute53Client ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
region RegionEndpoint The region to connect.
Результат System

AmazonRoute53Client() публичный Метод

Constructs AmazonRoute53Client with AWS Access Key ID and AWS Secret Key
public AmazonRoute53Client ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
Результат System

AmazonRoute53Client() публичный Метод

Constructs AmazonRoute53Client with AWS Access Key ID, AWS Secret Key and an AmazonRoute53Client Configuration object.
public AmazonRoute53Client ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonRoute53Config clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
clientConfig AmazonRoute53Config The AmazonRoute53Client Configuration Object
Результат System

AmazonRoute53Client() публичный Метод

Constructs AmazonRoute53Client with AWS Access Key ID and AWS Secret Key
public AmazonRoute53Client ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
region RegionEndpoint The region to connect.
Результат System

AssociateVPCWithHostedZone() публичный Метод

Associates an Amazon VPC with a private hosted zone.

To perform the association, the VPC and the private hosted zone must already exist. You can't convert a public hosted zone into a private hosted zone.

Send a POST request to the /2013-04-01/hostedzone/hosted zone ID/associatevpc resource. The request body must include a document with an AssociateVPCWithHostedZoneRequest element. The response contains a ChangeInfo data type that you can use to track the progress of the request.

If you want to associate a VPC that was created by using one AWS account with a private hosted zone that was created by using a different account, the AWS account that created the private hosted zone must first submit a CreateVPCAssociationAuthorization request. Then the account that created the VPC must submit an AssociateVPCWithHostedZone request.

/// You specified an Amazon VPC that you're already using for another hosted zone, and /// the domain that you specified for one of the hosted zones is a subdomain of the domain /// that you specified for the other hosted zone. For example, you can't use the same /// Amazon VPC for the hosted zones for example.com and test.example.com. /// /// The input is not valid. /// /// The VPC ID that you specified either isn't a valid ID or the current account is not /// authorized to access this VPC. /// /// The limits specified for a resource have been exceeded. /// /// No hosted zone exists with the ID that you specified. /// /// Associating the specified VPC with the specified hosted zone has not been authorized. /// /// You're trying to associate a VPC with a public hosted zone. Amazon Route 53 doesn't /// support associating a VPC with a public hosted zone. ///
public AssociateVPCWithHostedZone ( AssociateVPCWithHostedZoneRequest request ) : AssociateVPCWithHostedZoneResponse
request AssociateVPCWithHostedZoneRequest Container for the necessary parameters to execute the AssociateVPCWithHostedZone service method.
Результат AssociateVPCWithHostedZoneResponse

AssociateVPCWithHostedZoneAsync() публичный Метод

Initiates the asynchronous execution of the AssociateVPCWithHostedZone operation.
public AssociateVPCWithHostedZoneAsync ( AssociateVPCWithHostedZoneRequest request, System cancellationToken = default(CancellationToken) ) : Task
request AssociateVPCWithHostedZoneRequest Container for the necessary parameters to execute the AssociateVPCWithHostedZone operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

BeginAssociateVPCWithHostedZone() публичный Метод

Initiates the asynchronous execution of the AssociateVPCWithHostedZone operation.
public BeginAssociateVPCWithHostedZone ( AssociateVPCWithHostedZoneRequest request, AsyncCallback callback, object state ) : IAsyncResult
request AssociateVPCWithHostedZoneRequest Container for the necessary parameters to execute the AssociateVPCWithHostedZone operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginChangeResourceRecordSets() публичный Метод

Initiates the asynchronous execution of the ChangeResourceRecordSets operation.
public BeginChangeResourceRecordSets ( ChangeResourceRecordSetsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ChangeResourceRecordSetsRequest Container for the necessary parameters to execute the ChangeResourceRecordSets operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginChangeTagsForResource() публичный Метод

Initiates the asynchronous execution of the ChangeTagsForResource operation.
public BeginChangeTagsForResource ( ChangeTagsForResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ChangeTagsForResourceRequest Container for the necessary parameters to execute the ChangeTagsForResource operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginCreateHealthCheck() публичный Метод

Initiates the asynchronous execution of the CreateHealthCheck operation.
public BeginCreateHealthCheck ( CreateHealthCheckRequest request, AsyncCallback callback, object state ) : IAsyncResult
request CreateHealthCheckRequest Container for the necessary parameters to execute the CreateHealthCheck operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginCreateHostedZone() публичный Метод

Initiates the asynchronous execution of the CreateHostedZone operation.
public BeginCreateHostedZone ( CreateHostedZoneRequest request, AsyncCallback callback, object state ) : IAsyncResult
request CreateHostedZoneRequest Container for the necessary parameters to execute the CreateHostedZone operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginCreateReusableDelegationSet() публичный Метод

Initiates the asynchronous execution of the CreateReusableDelegationSet operation.
public BeginCreateReusableDelegationSet ( CreateReusableDelegationSetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request CreateReusableDelegationSetRequest Container for the necessary parameters to execute the CreateReusableDelegationSet operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginCreateTrafficPolicy() публичный Метод

Initiates the asynchronous execution of the CreateTrafficPolicy operation.
public BeginCreateTrafficPolicy ( CreateTrafficPolicyRequest request, AsyncCallback callback, object state ) : IAsyncResult
request CreateTrafficPolicyRequest Container for the necessary parameters to execute the CreateTrafficPolicy operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginCreateTrafficPolicyInstance() публичный Метод

Initiates the asynchronous execution of the CreateTrafficPolicyInstance operation.
public BeginCreateTrafficPolicyInstance ( CreateTrafficPolicyInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request CreateTrafficPolicyInstanceRequest Container for the necessary parameters to execute the CreateTrafficPolicyInstance operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginCreateTrafficPolicyVersion() публичный Метод

Initiates the asynchronous execution of the CreateTrafficPolicyVersion operation.
public BeginCreateTrafficPolicyVersion ( CreateTrafficPolicyVersionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request CreateTrafficPolicyVersionRequest Container for the necessary parameters to execute the CreateTrafficPolicyVersion operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginCreateVPCAssociationAuthorization() публичный Метод

Initiates the asynchronous execution of the CreateVPCAssociationAuthorization operation.
public BeginCreateVPCAssociationAuthorization ( CreateVPCAssociationAuthorizationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request CreateVPCAssociationAuthorizationRequest Container for the necessary parameters to execute the CreateVPCAssociationAuthorization operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginDeleteHealthCheck() публичный Метод

Initiates the asynchronous execution of the DeleteHealthCheck operation.
public BeginDeleteHealthCheck ( DeleteHealthCheckRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DeleteHealthCheckRequest Container for the necessary parameters to execute the DeleteHealthCheck operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginDeleteHostedZone() публичный Метод

Initiates the asynchronous execution of the DeleteHostedZone operation.
public BeginDeleteHostedZone ( DeleteHostedZoneRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DeleteHostedZoneRequest Container for the necessary parameters to execute the DeleteHostedZone operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginDeleteReusableDelegationSet() публичный Метод

Initiates the asynchronous execution of the DeleteReusableDelegationSet operation.
public BeginDeleteReusableDelegationSet ( DeleteReusableDelegationSetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DeleteReusableDelegationSetRequest Container for the necessary parameters to execute the DeleteReusableDelegationSet operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginDeleteTrafficPolicy() публичный Метод

Initiates the asynchronous execution of the DeleteTrafficPolicy operation.
public BeginDeleteTrafficPolicy ( DeleteTrafficPolicyRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DeleteTrafficPolicyRequest Container for the necessary parameters to execute the DeleteTrafficPolicy operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginDeleteTrafficPolicyInstance() публичный Метод

Initiates the asynchronous execution of the DeleteTrafficPolicyInstance operation.
public BeginDeleteTrafficPolicyInstance ( DeleteTrafficPolicyInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DeleteTrafficPolicyInstanceRequest Container for the necessary parameters to execute the DeleteTrafficPolicyInstance operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginDeleteVPCAssociationAuthorization() публичный Метод

Initiates the asynchronous execution of the DeleteVPCAssociationAuthorization operation.
public BeginDeleteVPCAssociationAuthorization ( DeleteVPCAssociationAuthorizationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DeleteVPCAssociationAuthorizationRequest Container for the necessary parameters to execute the DeleteVPCAssociationAuthorization operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginDisassociateVPCFromHostedZone() публичный Метод

Initiates the asynchronous execution of the DisassociateVPCFromHostedZone operation.
public BeginDisassociateVPCFromHostedZone ( DisassociateVPCFromHostedZoneRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DisassociateVPCFromHostedZoneRequest Container for the necessary parameters to execute the DisassociateVPCFromHostedZone operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginGetChange() публичный Метод

Initiates the asynchronous execution of the GetChange operation.
public BeginGetChange ( GetChangeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request GetChangeRequest Container for the necessary parameters to execute the GetChange operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginGetCheckerIpRanges() публичный Метод

Initiates the asynchronous execution of the GetCheckerIpRanges operation.
public BeginGetCheckerIpRanges ( GetCheckerIpRangesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request GetCheckerIpRangesRequest Container for the necessary parameters to execute the GetCheckerIpRanges operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginGetGeoLocation() публичный Метод

Initiates the asynchronous execution of the GetGeoLocation operation.
public BeginGetGeoLocation ( GetGeoLocationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request GetGeoLocationRequest Container for the necessary parameters to execute the GetGeoLocation operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginGetHealthCheck() публичный Метод

Initiates the asynchronous execution of the GetHealthCheck operation.
public BeginGetHealthCheck ( GetHealthCheckRequest request, AsyncCallback callback, object state ) : IAsyncResult
request GetHealthCheckRequest Container for the necessary parameters to execute the GetHealthCheck operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginGetHealthCheckCount() публичный Метод

Initiates the asynchronous execution of the GetHealthCheckCount operation.
public BeginGetHealthCheckCount ( GetHealthCheckCountRequest request, AsyncCallback callback, object state ) : IAsyncResult
request GetHealthCheckCountRequest Container for the necessary parameters to execute the GetHealthCheckCount operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginGetHealthCheckLastFailureReason() публичный Метод

Initiates the asynchronous execution of the GetHealthCheckLastFailureReason operation.
public BeginGetHealthCheckLastFailureReason ( GetHealthCheckLastFailureReasonRequest request, AsyncCallback callback, object state ) : IAsyncResult
request GetHealthCheckLastFailureReasonRequest Container for the necessary parameters to execute the GetHealthCheckLastFailureReason operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginGetHealthCheckStatus() публичный Метод

Initiates the asynchronous execution of the GetHealthCheckStatus operation.
public BeginGetHealthCheckStatus ( GetHealthCheckStatusRequest request, AsyncCallback callback, object state ) : IAsyncResult
request GetHealthCheckStatusRequest Container for the necessary parameters to execute the GetHealthCheckStatus operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginGetHostedZone() публичный Метод

Initiates the asynchronous execution of the GetHostedZone operation.
public BeginGetHostedZone ( GetHostedZoneRequest request, AsyncCallback callback, object state ) : IAsyncResult
request GetHostedZoneRequest Container for the necessary parameters to execute the GetHostedZone operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginGetHostedZoneCount() публичный Метод

Initiates the asynchronous execution of the GetHostedZoneCount operation.
public BeginGetHostedZoneCount ( GetHostedZoneCountRequest request, AsyncCallback callback, object state ) : IAsyncResult
request GetHostedZoneCountRequest Container for the necessary parameters to execute the GetHostedZoneCount operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginGetReusableDelegationSet() публичный Метод

Initiates the asynchronous execution of the GetReusableDelegationSet operation.
public BeginGetReusableDelegationSet ( GetReusableDelegationSetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request GetReusableDelegationSetRequest Container for the necessary parameters to execute the GetReusableDelegationSet operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginGetTrafficPolicy() публичный Метод

Initiates the asynchronous execution of the GetTrafficPolicy operation.
public BeginGetTrafficPolicy ( GetTrafficPolicyRequest request, AsyncCallback callback, object state ) : IAsyncResult
request GetTrafficPolicyRequest Container for the necessary parameters to execute the GetTrafficPolicy operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginGetTrafficPolicyInstance() публичный Метод

Initiates the asynchronous execution of the GetTrafficPolicyInstance operation.
public BeginGetTrafficPolicyInstance ( GetTrafficPolicyInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request GetTrafficPolicyInstanceRequest Container for the necessary parameters to execute the GetTrafficPolicyInstance operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginGetTrafficPolicyInstanceCount() публичный Метод

Initiates the asynchronous execution of the GetTrafficPolicyInstanceCount operation.
public BeginGetTrafficPolicyInstanceCount ( GetTrafficPolicyInstanceCountRequest request, AsyncCallback callback, object state ) : IAsyncResult
request GetTrafficPolicyInstanceCountRequest Container for the necessary parameters to execute the GetTrafficPolicyInstanceCount operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginListGeoLocations() публичный Метод

Initiates the asynchronous execution of the ListGeoLocations operation.
public BeginListGeoLocations ( ListGeoLocationsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ListGeoLocationsRequest Container for the necessary parameters to execute the ListGeoLocations operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginListHealthChecks() публичный Метод

Initiates the asynchronous execution of the ListHealthChecks operation.
public BeginListHealthChecks ( ListHealthChecksRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ListHealthChecksRequest Container for the necessary parameters to execute the ListHealthChecks operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginListHostedZones() публичный Метод

Initiates the asynchronous execution of the ListHostedZones operation.
public BeginListHostedZones ( ListHostedZonesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ListHostedZonesRequest Container for the necessary parameters to execute the ListHostedZones operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginListHostedZonesByName() публичный Метод

Initiates the asynchronous execution of the ListHostedZonesByName operation.
public BeginListHostedZonesByName ( ListHostedZonesByNameRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ListHostedZonesByNameRequest Container for the necessary parameters to execute the ListHostedZonesByName operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginListResourceRecordSets() публичный Метод

Initiates the asynchronous execution of the ListResourceRecordSets operation.
public BeginListResourceRecordSets ( ListResourceRecordSetsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ListResourceRecordSetsRequest Container for the necessary parameters to execute the ListResourceRecordSets operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginListReusableDelegationSets() публичный Метод

Initiates the asynchronous execution of the ListReusableDelegationSets operation.
public BeginListReusableDelegationSets ( ListReusableDelegationSetsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ListReusableDelegationSetsRequest Container for the necessary parameters to execute the ListReusableDelegationSets operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginListTagsForResource() публичный Метод

Initiates the asynchronous execution of the ListTagsForResource operation.
public BeginListTagsForResource ( ListTagsForResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ListTagsForResourceRequest Container for the necessary parameters to execute the ListTagsForResource operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginListTagsForResources() публичный Метод

Initiates the asynchronous execution of the ListTagsForResources operation.
public BeginListTagsForResources ( ListTagsForResourcesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ListTagsForResourcesRequest Container for the necessary parameters to execute the ListTagsForResources operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginListTrafficPolicies() публичный Метод

Initiates the asynchronous execution of the ListTrafficPolicies operation.
public BeginListTrafficPolicies ( ListTrafficPoliciesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ListTrafficPoliciesRequest Container for the necessary parameters to execute the ListTrafficPolicies operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginListTrafficPolicyInstances() публичный Метод

Initiates the asynchronous execution of the ListTrafficPolicyInstances operation.
public BeginListTrafficPolicyInstances ( ListTrafficPolicyInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ListTrafficPolicyInstancesRequest Container for the necessary parameters to execute the ListTrafficPolicyInstances operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginListTrafficPolicyInstancesByHostedZone() публичный Метод

Initiates the asynchronous execution of the ListTrafficPolicyInstancesByHostedZone operation.
public BeginListTrafficPolicyInstancesByHostedZone ( ListTrafficPolicyInstancesByHostedZoneRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ListTrafficPolicyInstancesByHostedZoneRequest Container for the necessary parameters to execute the ListTrafficPolicyInstancesByHostedZone operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginListTrafficPolicyInstancesByPolicy() публичный Метод

Initiates the asynchronous execution of the ListTrafficPolicyInstancesByPolicy operation.
public BeginListTrafficPolicyInstancesByPolicy ( ListTrafficPolicyInstancesByPolicyRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ListTrafficPolicyInstancesByPolicyRequest Container for the necessary parameters to execute the ListTrafficPolicyInstancesByPolicy operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginListTrafficPolicyVersions() публичный Метод

Initiates the asynchronous execution of the ListTrafficPolicyVersions operation.
public BeginListTrafficPolicyVersions ( ListTrafficPolicyVersionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ListTrafficPolicyVersionsRequest Container for the necessary parameters to execute the ListTrafficPolicyVersions operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginListVPCAssociationAuthorizations() публичный Метод

Initiates the asynchronous execution of the ListVPCAssociationAuthorizations operation.
public BeginListVPCAssociationAuthorizations ( ListVPCAssociationAuthorizationsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ListVPCAssociationAuthorizationsRequest Container for the necessary parameters to execute the ListVPCAssociationAuthorizations operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginTestDNSAnswer() публичный Метод

Initiates the asynchronous execution of the TestDNSAnswer operation.
public BeginTestDNSAnswer ( TestDNSAnswerRequest request, AsyncCallback callback, object state ) : IAsyncResult
request TestDNSAnswerRequest Container for the necessary parameters to execute the TestDNSAnswer operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginUpdateHealthCheck() публичный Метод

Initiates the asynchronous execution of the UpdateHealthCheck operation.
public BeginUpdateHealthCheck ( UpdateHealthCheckRequest request, AsyncCallback callback, object state ) : IAsyncResult
request UpdateHealthCheckRequest Container for the necessary parameters to execute the UpdateHealthCheck operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginUpdateHostedZoneComment() публичный Метод

Initiates the asynchronous execution of the UpdateHostedZoneComment operation.
public BeginUpdateHostedZoneComment ( UpdateHostedZoneCommentRequest request, AsyncCallback callback, object state ) : IAsyncResult
request UpdateHostedZoneCommentRequest Container for the necessary parameters to execute the UpdateHostedZoneComment operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginUpdateTrafficPolicyComment() публичный Метод

Initiates the asynchronous execution of the UpdateTrafficPolicyComment operation.
public BeginUpdateTrafficPolicyComment ( UpdateTrafficPolicyCommentRequest request, AsyncCallback callback, object state ) : IAsyncResult
request UpdateTrafficPolicyCommentRequest Container for the necessary parameters to execute the UpdateTrafficPolicyComment operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginUpdateTrafficPolicyInstance() публичный Метод

Initiates the asynchronous execution of the UpdateTrafficPolicyInstance operation.
public BeginUpdateTrafficPolicyInstance ( UpdateTrafficPolicyInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request UpdateTrafficPolicyInstanceRequest Container for the necessary parameters to execute the UpdateTrafficPolicyInstance operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

ChangeResourceRecordSets() публичный Метод

Create, change, update, or delete authoritative DNS information on all Amazon Route 53 servers. Send a POST request to:

/2013-04-01/hostedzone/Amazon Route 53 hosted Zone ID/rrset resource.

The request body must include a document with a ChangeResourceRecordSetsRequest element. The request body contains a list of change items, known as a change batch. Change batches are considered transactional changes. When using the Amazon Route 53 API to change resource record sets, Amazon Route 53 either makes all or none of the changes in a change batch request. This ensures that Amazon Route 53 never partially implements the intended changes to the resource record sets in a hosted zone.

For example, a change batch request that deletes the CNAME record for www.example.com and creates an alias resource record set for www.example.com. Amazon Route 53 deletes the first resource record set and creates the second resource record set in a single operation. If either the DELETE or the CREATE action fails, then both changes (plus any other changes in the batch) fail, and the original CNAME record continues to exist.

Due to the nature of transactional changes, you can't delete the same resource record set more than once in a single change batch. If you attempt to delete the same change batch more than once, Amazon Route 53 returns an InvalidChangeBatch error.

To create resource record sets for complex routing configurations, use either the traffic flow visual editor in the Amazon Route 53 console or the API actions for traffic policies and traffic policy instances. Save the configuration as a traffic policy, then associate the traffic policy with one or more domain names (such as example.com) or subdomain names (such as www.example.com), in the same hosted zone or in multiple hosted zones. You can roll back the updates if the new configuration isn't performing as expected. For more information, see Using Traffic Flow to Route DNS Traffic in the Amazon Route 53 Developer Guide.

Use ChangeResourceRecordsSetsRequest to perform the following actions:

  • CREATE: Creates a resource record set that has the specified values.

  • DELETE: Deletes an existing resource record set that has the specified values.

  • UPSERT: If a resource record set does not already exist, AWS creates it. If a resource set does exist, Amazon Route 53 updates it with the values in the request.

The values that you need to include in the request depend on the type of resource record set that you're creating, deleting, or updating:

Basic resource record sets (excluding alias, failover, geolocation, latency, and weighted resource record sets)

  • Name

  • Type

  • TTL

Failover, geolocation, latency, or weighted resource record sets (excluding alias resource record sets)

  • Name

  • Type

  • TTL

  • SetIdentifier

Alias resource record sets (including failover alias, geolocation alias, latency alias, and weighted alias resource record sets)

  • Name

  • Type

  • AliasTarget (includes DNSName, EvaluateTargetHealth, and HostedZoneId)

  • SetIdentifier (for failover, geolocation, latency, and weighted resource record sets)

When you submit a ChangeResourceRecordSets request, Amazon Route 53 propagates your changes to all of the Amazon Route 53 authoritative DNS servers. While your changes are propagating, GetChange returns a status of PENDING. When propagation is complete, GetChange returns a status of INSYNC. Changes generally propagate to all Amazon Route 53 name servers in a few minutes. In rare circumstances, propagation can take up to 30 minutes. For more information, see GetChange

For information about the limits on a ChangeResourceRecordSets request, see Limits in the Amazon Route 53 Developer Guide.

/// This exception contains a list of messages that might contain one or more error messages. /// Each error message indicates one error in the change batch. /// /// The input is not valid. /// /// No health check exists with the ID that you specified in the DeleteHealthCheck /// request. /// /// No hosted zone exists with the ID that you specified. /// /// If Amazon Route 53 can't process a request before the next request arrives, it will /// reject subsequent requests for the same hosted zone and return an HTTP 400 error /// (Bad request). If Amazon Route 53 returns this error repeatedly for the /// same request, we recommend that you wait, in intervals of increasing duration, before /// you try the request again. ///
public ChangeResourceRecordSets ( ChangeResourceRecordSetsRequest request ) : ChangeResourceRecordSetsResponse
request ChangeResourceRecordSetsRequest Container for the necessary parameters to execute the ChangeResourceRecordSets service method.
Результат ChangeResourceRecordSetsResponse

ChangeResourceRecordSetsAsync() публичный Метод

Initiates the asynchronous execution of the ChangeResourceRecordSets operation.
public ChangeResourceRecordSetsAsync ( ChangeResourceRecordSetsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ChangeResourceRecordSetsRequest Container for the necessary parameters to execute the ChangeResourceRecordSets operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

ChangeTagsForResource() публичный Метод

Adds, edits, or deletes tags for a health check or a hosted zone.

For information about using tags for cost allocation, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.

/// The input is not valid. /// /// No health check exists with the ID that you specified in the DeleteHealthCheck /// request. /// /// No hosted zone exists with the ID that you specified. /// /// If Amazon Route 53 can't process a request before the next request arrives, it will /// reject subsequent requests for the same hosted zone and return an HTTP 400 error /// (Bad request). If Amazon Route 53 returns this error repeatedly for the /// same request, we recommend that you wait, in intervals of increasing duration, before /// you try the request again. /// /// ///
public ChangeTagsForResource ( ChangeTagsForResourceRequest request ) : ChangeTagsForResourceResponse
request ChangeTagsForResourceRequest Container for the necessary parameters to execute the ChangeTagsForResource service method.
Результат ChangeTagsForResourceResponse

ChangeTagsForResourceAsync() публичный Метод

Initiates the asynchronous execution of the ChangeTagsForResource operation.
public ChangeTagsForResourceAsync ( ChangeTagsForResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ChangeTagsForResourceRequest Container for the necessary parameters to execute the ChangeTagsForResource operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

CreateHealthCheck() публичный Метод

Creates a new health check.

To create a new health check, send a POST request to the /2013-04-01/healthcheck resource. The request body must include a document with a CreateHealthCheckRequest element. The response returns the CreateHealthCheckResponse element, containing the health check ID specified when adding health check to a resource record set. For information about adding health checks to resource record sets, see ResourceRecordSet$HealthCheckId in ChangeResourceRecordSets.

If you are registering EC2 instances with an Elastic Load Balancing (ELB) load balancer, do not create Amazon Route 53 health checks for the EC2 instances. When you register an EC2 instance with a load balancer, you configure settings for an ELB health check, which performs a similar function to an Amazon Route 53 health check.

You can associate health checks with failover resource record sets in a private hosted zone. Note the following:

  • Amazon Route 53 health checkers are outside the VPC. To check the health of an endpoint within a VPC by IP address, you must assign a public IP address to the instance in the VPC.

  • You can configure a health checker to check the health of an external resource that the instance relies on, such as a database server.

  • You can create a CloudWatch metric, associate an alarm with the metric, and then create a health check that is based on the state of the alarm. For example, you might create a CloudWatch metric that checks the status of the Amazon EC2 StatusCheckFailed metric, add an alarm to the metric, and then create a health check that is based on the state of the alarm. For information about creating CloudWatch metrics and alarms by using the CloudWatch console, see the Amazon CloudWatch User Guide.

/// The health check you're attempting to create already exists. /// /// /// /// Amazon Route 53 returns this error when a health check has already been created with /// the specified value for CallerReference. /// /// /// The input is not valid. /// /// You have reached the maximum number of active health checks for an AWS account. The /// default limit is 100. To request a higher limit, create /// a case with the AWS Support Center. ///
public CreateHealthCheck ( CreateHealthCheckRequest request ) : CreateHealthCheckResponse
request CreateHealthCheckRequest Container for the necessary parameters to execute the CreateHealthCheck service method.
Результат CreateHealthCheckResponse

CreateHealthCheckAsync() публичный Метод

Initiates the asynchronous execution of the CreateHealthCheck operation.
public CreateHealthCheckAsync ( CreateHealthCheckRequest request, System cancellationToken = default(CancellationToken) ) : Task
request CreateHealthCheckRequest Container for the necessary parameters to execute the CreateHealthCheck operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

CreateHostedZone() публичный Метод

Creates a new public hosted zone, used to specify how the Domain Name System (DNS) routes traffic on the Internet for a domain, such as example.com, and its subdomains.

Public hosted zones can't be converted to a private hosted zone or vice versa. Instead, create a new hosted zone with the same name and create new resource record sets.

Send a POST request to the /2013-04-01/hostedzone resource. The request body must include a document with a CreateHostedZoneRequest element. The response returns the CreateHostedZoneResponse element containing metadata about the hosted zone.

Fore more information about charges for hosted zones, see Amazon Route 53 Pricing.

Note the following:

  • You can't create a hosted zone for a top-level domain (TLD).

  • Amazon Route 53 automatically creates a default SOA record and four NS records for the zone. For more information about SOA and NS records, see NS and SOA Records that Amazon Route 53 Creates for a Hosted Zone in the Amazon Route 53 Developer Guide.

  • If your domain is registered with a registrar other than Amazon Route 53, you must update the name servers with your registrar to make Amazon Route 53 your DNS service. For more information, see Configuring Amazon Route 53 as your DNS Service in the Amazon Route 53 Developer's Guide.

After creating a zone, its initial status is PENDING. This means that it is not yet available on all DNS servers. The status of the zone changes to INSYNC when the NS and SOA records are available on all Amazon Route 53 DNS servers.

When trying to create a hosted zone using a reusable delegation set, specify an optional DelegationSetId, and Amazon Route 53 would assign those 4 NS records for the zone, instead of allotting a new one.

/// You specified an Amazon VPC that you're already using for another hosted zone, and /// the domain that you specified for one of the hosted zones is a subdomain of the domain /// that you specified for the other hosted zone. For example, you can't use the same /// Amazon VPC for the hosted zones for example.com and test.example.com. /// /// You can create a hosted zone that has the same name as an existing hosted zone (example.com /// is common), but there is a limit to the number of hosted zones that have the same /// name. If you get this error, Amazon Route 53 has reached that limit. If you own the /// domain name and Amazon Route 53 generates this error, contact Customer Support. /// /// A reusable delegation set with the specified ID does not exist. /// /// The hosted zone you are trying to create already exists. Amazon Route 53 returns this /// error when a hosted zone has already been created with the specified CallerReference. /// /// The specified domain name is not valid. /// /// The input is not valid. /// /// The VPC ID that you specified either isn't a valid ID or the current account is not /// authorized to access this VPC. /// /// A reusable delegation set with the specified ID does not exist. /// /// This hosted zone can't be created because the hosted zone limit is exceeded. To request /// a limit increase, go to the Amazon Route 53 Contact /// Us page. ///
public CreateHostedZone ( CreateHostedZoneRequest request ) : CreateHostedZoneResponse
request CreateHostedZoneRequest Container for the necessary parameters to execute the CreateHostedZone service method.
Результат CreateHostedZoneResponse

CreateHostedZoneAsync() публичный Метод

Initiates the asynchronous execution of the CreateHostedZone operation.
public CreateHostedZoneAsync ( CreateHostedZoneRequest request, System cancellationToken = default(CancellationToken) ) : Task
request CreateHostedZoneRequest Container for the necessary parameters to execute the CreateHostedZone operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

CreateReusableDelegationSet() публичный Метод

Creates a delegation set (a group of four name servers) that can be reused by multiple hosted zones. If a hosted zoned ID is specified, CreateReusableDelegationSet marks the delegation set associated with that zone as reusable

Send a POST request to the /2013-04-01/delegationset resource. The request body must include a document with a CreateReusableDelegationSetRequest element.

A reusable delegation set can't be associated with a private hosted zone/

For more information, including a procedure on how to create and configure a reusable delegation set (also known as white label name servers), see Configuring White Label Name Servers.

/// A delegation set with the same owner and caller reference combination has already /// been created. /// /// The specified delegation set has already been marked as reusable. /// /// You can create a hosted zone that has the same name as an existing hosted zone (example.com /// is common), but there is a limit to the number of hosted zones that have the same /// name. If you get this error, Amazon Route 53 has reached that limit. If you own the /// domain name and Amazon Route 53 generates this error, contact Customer Support. /// /// The specified HostedZone can't be found. /// /// Parameter name and problem. /// /// The input is not valid. /// /// The limits specified for a resource have been exceeded. ///
public CreateReusableDelegationSet ( CreateReusableDelegationSetRequest request ) : CreateReusableDelegationSetResponse
request CreateReusableDelegationSetRequest Container for the necessary parameters to execute the CreateReusableDelegationSet service method.
Результат CreateReusableDelegationSetResponse

CreateReusableDelegationSetAsync() публичный Метод

Initiates the asynchronous execution of the CreateReusableDelegationSet operation.
public CreateReusableDelegationSetAsync ( CreateReusableDelegationSetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request CreateReusableDelegationSetRequest Container for the necessary parameters to execute the CreateReusableDelegationSet operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

CreateSigner() защищенный Метод

Creates the signer for the service.
protected CreateSigner ( ) : AbstractAWSSigner
Результат Amazon.Runtime.Internal.Auth.AbstractAWSSigner

CreateTrafficPolicy() публичный Метод

Creates a traffic policy, which you use to create multiple DNS resource record sets for one domain name (such as example.com) or one subdomain name (such as www.example.com).

Send a POST request to the /2013-04-01/trafficpolicy resource. The request body must include a document with a CreateTrafficPolicyRequest element. The response includes the CreateTrafficPolicyResponse element, which contains information about the new traffic policy.

/// The input is not valid. /// /// The format of the traffic policy document that you specified in the Document /// element is invalid. /// /// You've created the maximum number of traffic policies that can be created for the /// current AWS account. You can request an increase to the limit on the Contact /// Us page. /// /// A traffic policy that has the same value for Name already exists. ///
public CreateTrafficPolicy ( CreateTrafficPolicyRequest request ) : CreateTrafficPolicyResponse
request CreateTrafficPolicyRequest Container for the necessary parameters to execute the CreateTrafficPolicy service method.
Результат CreateTrafficPolicyResponse

CreateTrafficPolicyAsync() публичный Метод

Initiates the asynchronous execution of the CreateTrafficPolicy operation.
public CreateTrafficPolicyAsync ( CreateTrafficPolicyRequest request, System cancellationToken = default(CancellationToken) ) : Task
request CreateTrafficPolicyRequest Container for the necessary parameters to execute the CreateTrafficPolicy operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

CreateTrafficPolicyInstance() публичный Метод

Creates resource record sets in a specified hosted zone based on the settings in a specified traffic policy version. In addition, CreateTrafficPolicyInstance associates the resource record sets with a specified domain name (such as example.com) or subdomain name (such as www.example.com). Amazon Route 53 responds to DNS queries for the domain or subdomain name by using the resource record sets that CreateTrafficPolicyInstance created.

Send a POST request to the /2013-04-01/trafficpolicyinstance resource. The request body must include a document with a CreateTrafficPolicyRequest element. The response returns the CreateTrafficPolicyInstanceResponse element, which contains information about the traffic policy instance.

/// The input is not valid. /// /// No hosted zone exists with the ID that you specified. /// /// No traffic policy exists with the specified ID. /// /// You've created the maximum number of traffic policy instances that can be created /// for the current AWS account. You can request an increase to the limit on the Contact /// Us page. /// /// Traffic policy instance with given Id already exists. ///
public CreateTrafficPolicyInstance ( CreateTrafficPolicyInstanceRequest request ) : CreateTrafficPolicyInstanceResponse
request CreateTrafficPolicyInstanceRequest Container for the necessary parameters to execute the CreateTrafficPolicyInstance service method.
Результат CreateTrafficPolicyInstanceResponse

CreateTrafficPolicyInstanceAsync() публичный Метод

Initiates the asynchronous execution of the CreateTrafficPolicyInstance operation.
public CreateTrafficPolicyInstanceAsync ( CreateTrafficPolicyInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request CreateTrafficPolicyInstanceRequest Container for the necessary parameters to execute the CreateTrafficPolicyInstance operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

CreateTrafficPolicyVersion() публичный Метод

Creates a new version of an existing traffic policy. When you create a new version of a traffic policy, you specify the ID of the traffic policy that you want to update and a JSON-formatted document that describes the new version. You use traffic policies to create multiple DNS resource record sets for one domain name (such as example.com) or one subdomain name (such as www.example.com). You can create a maximum of 1000 versions of a traffic policy. If you reach the limit and need to create another version, you'll need to start a new traffic policy.

Send a POST request to the /2013-04-01/trafficpolicy/ resource. The request body includes a document with a CreateTrafficPolicyVersionRequest element. The response returns the CreateTrafficPolicyVersionResponse element, which contains information about the new version of the traffic policy.

/// Another user submitted a request to update the object at the same time that you did. /// Retry the request. /// /// The input is not valid. /// /// The format of the traffic policy document that you specified in the Document /// element is invalid. /// /// No traffic policy exists with the specified ID. ///
public CreateTrafficPolicyVersion ( CreateTrafficPolicyVersionRequest request ) : CreateTrafficPolicyVersionResponse
request CreateTrafficPolicyVersionRequest Container for the necessary parameters to execute the CreateTrafficPolicyVersion service method.
Результат CreateTrafficPolicyVersionResponse

CreateTrafficPolicyVersionAsync() публичный Метод

Initiates the asynchronous execution of the CreateTrafficPolicyVersion operation.
public CreateTrafficPolicyVersionAsync ( CreateTrafficPolicyVersionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request CreateTrafficPolicyVersionRequest Container for the necessary parameters to execute the CreateTrafficPolicyVersion operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

CreateVPCAssociationAuthorization() публичный Метод

Authorizes the AWS account that created a specified VPC to submit an AssociateVPCWithHostedZone request to associate the VPC with a specified hosted zone that was created by a different account. To submit a CreateVPCAssociationAuthorization request, you must use the account that created the hosted zone. After you authorize the association, use the account that created the VPC to submit an AssociateVPCWithHostedZone request.

If you want to associate multiple VPCs that you created by using one account with a hosted zone that you created by using a different account, you must submit one authorization request for each VPC.

Send a POST request to the /2013-04-01/hostedzone/hosted zone ID/authorizevpcassociation resource. The request body must include a document with a CreateVPCAssociationAuthorizationRequest element. The response contains information about the authorization.

/// The input is not valid. /// /// The VPC ID that you specified either isn't a valid ID or the current account is not /// authorized to access this VPC. /// /// No hosted zone exists with the ID that you specified. /// /// You've created the maximum number of authorizations that can be created for the specified /// hosted zone. To authorize another VPC to be associated with the hosted zone, submit /// a DeleteVPCAssociationAuthorization request to remove an existing authorization. /// To get a list of existing authorizations, submit a ListVPCAssociationAuthorizations /// request. ///
public CreateVPCAssociationAuthorization ( CreateVPCAssociationAuthorizationRequest request ) : CreateVPCAssociationAuthorizationResponse
request CreateVPCAssociationAuthorizationRequest Container for the necessary parameters to execute the CreateVPCAssociationAuthorization service method.
Результат CreateVPCAssociationAuthorizationResponse

CreateVPCAssociationAuthorizationAsync() публичный Метод

Initiates the asynchronous execution of the CreateVPCAssociationAuthorization operation.
public CreateVPCAssociationAuthorizationAsync ( CreateVPCAssociationAuthorizationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request CreateVPCAssociationAuthorizationRequest Container for the necessary parameters to execute the CreateVPCAssociationAuthorization operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

CustomizeRuntimePipeline() защищенный Метод

Customize the pipeline
protected CustomizeRuntimePipeline ( RuntimePipeline pipeline ) : void
pipeline RuntimePipeline
Результат void

DeleteHealthCheck() публичный Метод

Deletes a health check. Send a DELETE request to the /2013-04-01/healthcheck/health check ID resource.

Amazon Route 53 does not prevent you from deleting a health check even if the health check is associated with one or more resource record sets. If you delete a health check and you don't update the associated resource record sets, the future status of the health check can't be predicted and may change. This will affect the routing of DNS queries for your DNS failover configuration. For more information, see Replacing and Deleting Health Checks in the Amazon Route 53 Developer Guide.

/// The health check ID for this health check is referenced in the HealthCheckId /// element in one of the resource record sets in one of the hosted zones that are owned /// by the current AWS account. /// /// The input is not valid. /// /// No health check exists with the ID that you specified in the DeleteHealthCheck /// request. ///
public DeleteHealthCheck ( DeleteHealthCheckRequest request ) : DeleteHealthCheckResponse
request DeleteHealthCheckRequest Container for the necessary parameters to execute the DeleteHealthCheck service method.
Результат DeleteHealthCheckResponse

DeleteHealthCheckAsync() публичный Метод

Initiates the asynchronous execution of the DeleteHealthCheck operation.
public DeleteHealthCheckAsync ( DeleteHealthCheckRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteHealthCheckRequest Container for the necessary parameters to execute the DeleteHealthCheck operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DeleteHostedZone() публичный Метод

Deletes a hosted zone. Send a DELETE request to the /Amazon Route 53 API version/hostedzone/hosted zone ID resource.

Delete a hosted zone only if there are no resource record sets other than the default SOA record and NS resource record sets. If the hosted zone contains other resource record sets, delete them before deleting the hosted zone. If you try to delete a hosted zone that contains other resource record sets, Amazon Route 53 denies your request with a HostedZoneNotEmpty error. For information about deleting records from your hosted zone, see ChangeResourceRecordSets.

/// The hosted zone contains resource records that are not SOA or NS records. /// /// The specified domain name is not valid. /// /// The input is not valid. /// /// No hosted zone exists with the ID that you specified. /// /// If Amazon Route 53 can't process a request before the next request arrives, it will /// reject subsequent requests for the same hosted zone and return an HTTP 400 error /// (Bad request). If Amazon Route 53 returns this error repeatedly for the /// same request, we recommend that you wait, in intervals of increasing duration, before /// you try the request again. ///
public DeleteHostedZone ( DeleteHostedZoneRequest request ) : DeleteHostedZoneResponse
request DeleteHostedZoneRequest Container for the necessary parameters to execute the DeleteHostedZone service method.
Результат DeleteHostedZoneResponse

DeleteHostedZoneAsync() публичный Метод

Initiates the asynchronous execution of the DeleteHostedZone operation.
public DeleteHostedZoneAsync ( DeleteHostedZoneRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteHostedZoneRequest Container for the necessary parameters to execute the DeleteHostedZone operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DeleteReusableDelegationSet() публичный Метод

Deletes a reusable delegation set. Send a DELETE request to the /2013-04-01/delegationset/delegation set ID resource.

You can delete a reusable delegation set only if there are no associated hosted zones.

To verify that the reusable delegation set is not associated with any hosted zones, run the GetReusableDelegationSet action and specify the ID of the reusable delegation set that you want to delete.

/// The specified delegation contains associated hosted zones which must be deleted before /// the reusable delegation set can be deleted. /// /// A reusable delegation set with the specified ID does not exist. /// /// The input is not valid. /// /// A reusable delegation set with the specified ID does not exist. ///
public DeleteReusableDelegationSet ( DeleteReusableDelegationSetRequest request ) : DeleteReusableDelegationSetResponse
request DeleteReusableDelegationSetRequest Container for the necessary parameters to execute the DeleteReusableDelegationSet service method.
Результат DeleteReusableDelegationSetResponse

DeleteReusableDelegationSetAsync() публичный Метод

Initiates the asynchronous execution of the DeleteReusableDelegationSet operation.
public DeleteReusableDelegationSetAsync ( DeleteReusableDelegationSetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteReusableDelegationSetRequest Container for the necessary parameters to execute the DeleteReusableDelegationSet operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DeleteTrafficPolicy() публичный Метод

Deletes a traffic policy.

Send a DELETE request to the /Amazon Route 53 API version/trafficpolicy resource.

/// Another user submitted a request to update the object at the same time that you did. /// Retry the request. /// /// The input is not valid. /// /// No traffic policy exists with the specified ID. /// /// One or more traffic policy instances were created by using the specified traffic policy. ///
public DeleteTrafficPolicy ( DeleteTrafficPolicyRequest request ) : DeleteTrafficPolicyResponse
request DeleteTrafficPolicyRequest Container for the necessary parameters to execute the DeleteTrafficPolicy service method.
Результат DeleteTrafficPolicyResponse

DeleteTrafficPolicyAsync() публичный Метод

Initiates the asynchronous execution of the DeleteTrafficPolicy operation.
public DeleteTrafficPolicyAsync ( DeleteTrafficPolicyRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteTrafficPolicyRequest Container for the necessary parameters to execute the DeleteTrafficPolicy operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DeleteTrafficPolicyInstance() публичный Метод

Deletes a traffic policy instance and all of the resource record sets that Amazon Route 53 created when you created the instance.

Send a DELETE request to the /Amazon Route 53 API version/trafficpolicy/traffic policy instance ID resource.

In the Amazon Route 53 console, traffic policy instances are known as policy records.

/// The input is not valid. /// /// No traffic policy instance exists with the specified ID. /// /// If Amazon Route 53 can't process a request before the next request arrives, it will /// reject subsequent requests for the same hosted zone and return an HTTP 400 error /// (Bad request). If Amazon Route 53 returns this error repeatedly for the /// same request, we recommend that you wait, in intervals of increasing duration, before /// you try the request again. ///
public DeleteTrafficPolicyInstance ( DeleteTrafficPolicyInstanceRequest request ) : DeleteTrafficPolicyInstanceResponse
request DeleteTrafficPolicyInstanceRequest Container for the necessary parameters to execute the DeleteTrafficPolicyInstance service method.
Результат DeleteTrafficPolicyInstanceResponse

DeleteTrafficPolicyInstanceAsync() публичный Метод

Initiates the asynchronous execution of the DeleteTrafficPolicyInstance operation.
public DeleteTrafficPolicyInstanceAsync ( DeleteTrafficPolicyInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteTrafficPolicyInstanceRequest Container for the necessary parameters to execute the DeleteTrafficPolicyInstance operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DeleteVPCAssociationAuthorization() публичный Метод

Removes authorization to submit an AssociateVPCWithHostedZone request to associate a specified VPC with a hosted zone that was created by a different account. You must use the account that created the hosted zone to submit a DeleteVPCAssociationAuthorization request.

Sending this request only prevents the AWS account that created the VPC from associating the VPC with the Amazon Route 53 hosted zone in the future. If the VPC is already associated with the hosted zone, DeleteVPCAssociationAuthorization won't disassociate the VPC from the hosted zone. If you want to delete an existing association, use DisassociateVPCFromHostedZone.

Send a DELETE request to the /2013-04-01/hostedzone/hosted zone ID/deauthorizevpcassociation resource. The request body must include a document with a DeleteVPCAssociationAuthorizationRequest element.

/// The input is not valid. /// /// The VPC ID that you specified either isn't a valid ID or the current account is not /// authorized to access this VPC. /// /// No hosted zone exists with the ID that you specified. /// /// The VPC that you specified is not authorized to be associated with the hosted zone. ///
public DeleteVPCAssociationAuthorization ( DeleteVPCAssociationAuthorizationRequest request ) : DeleteVPCAssociationAuthorizationResponse
request DeleteVPCAssociationAuthorizationRequest Container for the necessary parameters to execute the DeleteVPCAssociationAuthorization service method.
Результат DeleteVPCAssociationAuthorizationResponse

DeleteVPCAssociationAuthorizationAsync() публичный Метод

Initiates the asynchronous execution of the DeleteVPCAssociationAuthorization operation.
public DeleteVPCAssociationAuthorizationAsync ( DeleteVPCAssociationAuthorizationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteVPCAssociationAuthorizationRequest Container for the necessary parameters to execute the DeleteVPCAssociationAuthorization operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DisassociateVPCFromHostedZone() публичный Метод

Disassociates a VPC from a Amazon Route 53 private hosted zone.

You can't disassociate the last VPC from a private hosted zone.

Send a POST request to the /2013-04-01/hostedzone/hosted zone ID/disassociatevpc resource. The request body must include a document with a DisassociateVPCFromHostedZoneRequest element. The response includes a DisassociateVPCFromHostedZoneResponse element.

You can't disassociate a VPC from a private hosted zone when only one VPC is associated with the hosted zone. You also can't convert a private hosted zone into a public hosted zone.

/// The input is not valid. /// /// The VPC ID that you specified either isn't a valid ID or the current account is not /// authorized to access this VPC. /// /// The VPC that you're trying to disassociate from the private hosted zone is the last /// VPC that is associated with the hosted zone. Amazon Route 53 doesn't support disassociating /// the last VPC from a hosted zone. /// /// No hosted zone exists with the ID that you specified. /// /// The specified VPC and hosted zone are not currently associated. ///
public DisassociateVPCFromHostedZone ( DisassociateVPCFromHostedZoneRequest request ) : DisassociateVPCFromHostedZoneResponse
request DisassociateVPCFromHostedZoneRequest Container for the necessary parameters to execute the DisassociateVPCFromHostedZone service method.
Результат DisassociateVPCFromHostedZoneResponse

DisassociateVPCFromHostedZoneAsync() публичный Метод

Initiates the asynchronous execution of the DisassociateVPCFromHostedZone operation.
public DisassociateVPCFromHostedZoneAsync ( DisassociateVPCFromHostedZoneRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DisassociateVPCFromHostedZoneRequest Container for the necessary parameters to execute the DisassociateVPCFromHostedZone operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

Dispose() защищенный Метод

Disposes the service client.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

EndAssociateVPCWithHostedZone() публичный Метод

Finishes the asynchronous execution of the AssociateVPCWithHostedZone operation.
public EndAssociateVPCWithHostedZone ( IAsyncResult asyncResult ) : AssociateVPCWithHostedZoneResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAssociateVPCWithHostedZone.
Результат AssociateVPCWithHostedZoneResponse

EndChangeResourceRecordSets() публичный Метод

Finishes the asynchronous execution of the ChangeResourceRecordSets operation.
public EndChangeResourceRecordSets ( IAsyncResult asyncResult ) : ChangeResourceRecordSetsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginChangeResourceRecordSets.
Результат ChangeResourceRecordSetsResponse

EndChangeTagsForResource() публичный Метод

Finishes the asynchronous execution of the ChangeTagsForResource operation.
public EndChangeTagsForResource ( IAsyncResult asyncResult ) : ChangeTagsForResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginChangeTagsForResource.
Результат ChangeTagsForResourceResponse

EndCreateHealthCheck() публичный Метод

Finishes the asynchronous execution of the CreateHealthCheck operation.
public EndCreateHealthCheck ( IAsyncResult asyncResult ) : CreateHealthCheckResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateHealthCheck.
Результат CreateHealthCheckResponse

EndCreateHostedZone() публичный Метод

Finishes the asynchronous execution of the CreateHostedZone operation.
public EndCreateHostedZone ( IAsyncResult asyncResult ) : CreateHostedZoneResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateHostedZone.
Результат CreateHostedZoneResponse

EndCreateReusableDelegationSet() публичный Метод

Finishes the asynchronous execution of the CreateReusableDelegationSet operation.
public EndCreateReusableDelegationSet ( IAsyncResult asyncResult ) : CreateReusableDelegationSetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateReusableDelegationSet.
Результат CreateReusableDelegationSetResponse

EndCreateTrafficPolicy() публичный Метод

Finishes the asynchronous execution of the CreateTrafficPolicy operation.
public EndCreateTrafficPolicy ( IAsyncResult asyncResult ) : CreateTrafficPolicyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateTrafficPolicy.
Результат CreateTrafficPolicyResponse

EndCreateTrafficPolicyInstance() публичный Метод

Finishes the asynchronous execution of the CreateTrafficPolicyInstance operation.
public EndCreateTrafficPolicyInstance ( IAsyncResult asyncResult ) : CreateTrafficPolicyInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateTrafficPolicyInstance.
Результат CreateTrafficPolicyInstanceResponse

EndCreateTrafficPolicyVersion() публичный Метод

Finishes the asynchronous execution of the CreateTrafficPolicyVersion operation.
public EndCreateTrafficPolicyVersion ( IAsyncResult asyncResult ) : CreateTrafficPolicyVersionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateTrafficPolicyVersion.
Результат CreateTrafficPolicyVersionResponse

EndCreateVPCAssociationAuthorization() публичный Метод

Finishes the asynchronous execution of the CreateVPCAssociationAuthorization operation.
public EndCreateVPCAssociationAuthorization ( IAsyncResult asyncResult ) : CreateVPCAssociationAuthorizationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateVPCAssociationAuthorization.
Результат CreateVPCAssociationAuthorizationResponse

EndDeleteHealthCheck() публичный Метод

Finishes the asynchronous execution of the DeleteHealthCheck operation.
public EndDeleteHealthCheck ( IAsyncResult asyncResult ) : DeleteHealthCheckResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteHealthCheck.
Результат DeleteHealthCheckResponse

EndDeleteHostedZone() публичный Метод

Finishes the asynchronous execution of the DeleteHostedZone operation.
public EndDeleteHostedZone ( IAsyncResult asyncResult ) : DeleteHostedZoneResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteHostedZone.
Результат DeleteHostedZoneResponse

EndDeleteReusableDelegationSet() публичный Метод

Finishes the asynchronous execution of the DeleteReusableDelegationSet operation.
public EndDeleteReusableDelegationSet ( IAsyncResult asyncResult ) : DeleteReusableDelegationSetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteReusableDelegationSet.
Результат DeleteReusableDelegationSetResponse

EndDeleteTrafficPolicy() публичный Метод

Finishes the asynchronous execution of the DeleteTrafficPolicy operation.
public EndDeleteTrafficPolicy ( IAsyncResult asyncResult ) : DeleteTrafficPolicyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteTrafficPolicy.
Результат DeleteTrafficPolicyResponse

EndDeleteTrafficPolicyInstance() публичный Метод

Finishes the asynchronous execution of the DeleteTrafficPolicyInstance operation.
public EndDeleteTrafficPolicyInstance ( IAsyncResult asyncResult ) : DeleteTrafficPolicyInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteTrafficPolicyInstance.
Результат DeleteTrafficPolicyInstanceResponse

EndDeleteVPCAssociationAuthorization() публичный Метод

Finishes the asynchronous execution of the DeleteVPCAssociationAuthorization operation.
public EndDeleteVPCAssociationAuthorization ( IAsyncResult asyncResult ) : DeleteVPCAssociationAuthorizationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteVPCAssociationAuthorization.
Результат DeleteVPCAssociationAuthorizationResponse

EndDisassociateVPCFromHostedZone() публичный Метод

Finishes the asynchronous execution of the DisassociateVPCFromHostedZone operation.
public EndDisassociateVPCFromHostedZone ( IAsyncResult asyncResult ) : DisassociateVPCFromHostedZoneResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisassociateVPCFromHostedZone.
Результат DisassociateVPCFromHostedZoneResponse

EndGetChange() публичный Метод

Finishes the asynchronous execution of the GetChange operation.
public EndGetChange ( IAsyncResult asyncResult ) : GetChangeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetChange.
Результат GetChangeResponse

EndGetCheckerIpRanges() публичный Метод

Finishes the asynchronous execution of the GetCheckerIpRanges operation.
public EndGetCheckerIpRanges ( IAsyncResult asyncResult ) : GetCheckerIpRangesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetCheckerIpRanges.
Результат GetCheckerIpRangesResponse

EndGetGeoLocation() публичный Метод

Finishes the asynchronous execution of the GetGeoLocation operation.
public EndGetGeoLocation ( IAsyncResult asyncResult ) : GetGeoLocationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetGeoLocation.
Результат GetGeoLocationResponse

EndGetHealthCheck() публичный Метод

Finishes the asynchronous execution of the GetHealthCheck operation.
public EndGetHealthCheck ( IAsyncResult asyncResult ) : GetHealthCheckResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetHealthCheck.
Результат GetHealthCheckResponse

EndGetHealthCheckCount() публичный Метод

Finishes the asynchronous execution of the GetHealthCheckCount operation.
public EndGetHealthCheckCount ( IAsyncResult asyncResult ) : GetHealthCheckCountResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetHealthCheckCount.
Результат GetHealthCheckCountResponse

EndGetHealthCheckLastFailureReason() публичный Метод

Finishes the asynchronous execution of the GetHealthCheckLastFailureReason operation.
public EndGetHealthCheckLastFailureReason ( IAsyncResult asyncResult ) : GetHealthCheckLastFailureReasonResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetHealthCheckLastFailureReason.
Результат GetHealthCheckLastFailureReasonResponse

EndGetHealthCheckStatus() публичный Метод

Finishes the asynchronous execution of the GetHealthCheckStatus operation.
public EndGetHealthCheckStatus ( IAsyncResult asyncResult ) : GetHealthCheckStatusResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetHealthCheckStatus.
Результат GetHealthCheckStatusResponse

EndGetHostedZone() публичный Метод

Finishes the asynchronous execution of the GetHostedZone operation.
public EndGetHostedZone ( IAsyncResult asyncResult ) : GetHostedZoneResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetHostedZone.
Результат GetHostedZoneResponse

EndGetHostedZoneCount() публичный Метод

Finishes the asynchronous execution of the GetHostedZoneCount operation.
public EndGetHostedZoneCount ( IAsyncResult asyncResult ) : GetHostedZoneCountResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetHostedZoneCount.
Результат GetHostedZoneCountResponse

EndGetReusableDelegationSet() публичный Метод

Finishes the asynchronous execution of the GetReusableDelegationSet operation.
public EndGetReusableDelegationSet ( IAsyncResult asyncResult ) : GetReusableDelegationSetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetReusableDelegationSet.
Результат GetReusableDelegationSetResponse

EndGetTrafficPolicy() публичный Метод

Finishes the asynchronous execution of the GetTrafficPolicy operation.
public EndGetTrafficPolicy ( IAsyncResult asyncResult ) : GetTrafficPolicyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetTrafficPolicy.
Результат GetTrafficPolicyResponse

EndGetTrafficPolicyInstance() публичный Метод

Finishes the asynchronous execution of the GetTrafficPolicyInstance operation.
public EndGetTrafficPolicyInstance ( IAsyncResult asyncResult ) : GetTrafficPolicyInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetTrafficPolicyInstance.
Результат GetTrafficPolicyInstanceResponse

EndGetTrafficPolicyInstanceCount() публичный Метод

Finishes the asynchronous execution of the GetTrafficPolicyInstanceCount operation.
public EndGetTrafficPolicyInstanceCount ( IAsyncResult asyncResult ) : GetTrafficPolicyInstanceCountResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetTrafficPolicyInstanceCount.
Результат GetTrafficPolicyInstanceCountResponse

EndListGeoLocations() публичный Метод

Finishes the asynchronous execution of the ListGeoLocations operation.
public EndListGeoLocations ( IAsyncResult asyncResult ) : ListGeoLocationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListGeoLocations.
Результат ListGeoLocationsResponse

EndListHealthChecks() публичный Метод

Finishes the asynchronous execution of the ListHealthChecks operation.
public EndListHealthChecks ( IAsyncResult asyncResult ) : ListHealthChecksResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListHealthChecks.
Результат ListHealthChecksResponse

EndListHostedZones() публичный Метод

Finishes the asynchronous execution of the ListHostedZones operation.
public EndListHostedZones ( IAsyncResult asyncResult ) : ListHostedZonesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListHostedZones.
Результат ListHostedZonesResponse

EndListHostedZonesByName() публичный Метод

Finishes the asynchronous execution of the ListHostedZonesByName operation.
public EndListHostedZonesByName ( IAsyncResult asyncResult ) : ListHostedZonesByNameResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListHostedZonesByName.
Результат ListHostedZonesByNameResponse

EndListResourceRecordSets() публичный Метод

Finishes the asynchronous execution of the ListResourceRecordSets operation.
public EndListResourceRecordSets ( IAsyncResult asyncResult ) : ListResourceRecordSetsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListResourceRecordSets.
Результат ListResourceRecordSetsResponse

EndListReusableDelegationSets() публичный Метод

Finishes the asynchronous execution of the ListReusableDelegationSets operation.
public EndListReusableDelegationSets ( IAsyncResult asyncResult ) : ListReusableDelegationSetsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListReusableDelegationSets.
Результат ListReusableDelegationSetsResponse

EndListTagsForResource() публичный Метод

Finishes the asynchronous execution of the ListTagsForResource operation.
public EndListTagsForResource ( IAsyncResult asyncResult ) : ListTagsForResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListTagsForResource.
Результат ListTagsForResourceResponse

EndListTagsForResources() публичный Метод

Finishes the asynchronous execution of the ListTagsForResources operation.
public EndListTagsForResources ( IAsyncResult asyncResult ) : ListTagsForResourcesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListTagsForResources.
Результат ListTagsForResourcesResponse

EndListTrafficPolicies() публичный Метод

Finishes the asynchronous execution of the ListTrafficPolicies operation.
public EndListTrafficPolicies ( IAsyncResult asyncResult ) : ListTrafficPoliciesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListTrafficPolicies.
Результат ListTrafficPoliciesResponse

EndListTrafficPolicyInstances() публичный Метод

Finishes the asynchronous execution of the ListTrafficPolicyInstances operation.
public EndListTrafficPolicyInstances ( IAsyncResult asyncResult ) : ListTrafficPolicyInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListTrafficPolicyInstances.
Результат ListTrafficPolicyInstancesResponse

EndListTrafficPolicyInstancesByHostedZone() публичный Метод

Finishes the asynchronous execution of the ListTrafficPolicyInstancesByHostedZone operation.
public EndListTrafficPolicyInstancesByHostedZone ( IAsyncResult asyncResult ) : ListTrafficPolicyInstancesByHostedZoneResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListTrafficPolicyInstancesByHostedZone.
Результат ListTrafficPolicyInstancesByHostedZoneResponse

EndListTrafficPolicyInstancesByPolicy() публичный Метод

Finishes the asynchronous execution of the ListTrafficPolicyInstancesByPolicy operation.
public EndListTrafficPolicyInstancesByPolicy ( IAsyncResult asyncResult ) : ListTrafficPolicyInstancesByPolicyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListTrafficPolicyInstancesByPolicy.
Результат ListTrafficPolicyInstancesByPolicyResponse

EndListTrafficPolicyVersions() публичный Метод

Finishes the asynchronous execution of the ListTrafficPolicyVersions operation.
public EndListTrafficPolicyVersions ( IAsyncResult asyncResult ) : ListTrafficPolicyVersionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListTrafficPolicyVersions.
Результат ListTrafficPolicyVersionsResponse

EndListVPCAssociationAuthorizations() публичный Метод

Finishes the asynchronous execution of the ListVPCAssociationAuthorizations operation.
public EndListVPCAssociationAuthorizations ( IAsyncResult asyncResult ) : ListVPCAssociationAuthorizationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListVPCAssociationAuthorizations.
Результат ListVPCAssociationAuthorizationsResponse

EndTestDNSAnswer() публичный Метод

Finishes the asynchronous execution of the TestDNSAnswer operation.
public EndTestDNSAnswer ( IAsyncResult asyncResult ) : TestDNSAnswerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginTestDNSAnswer.
Результат TestDNSAnswerResponse

EndUpdateHealthCheck() публичный Метод

Finishes the asynchronous execution of the UpdateHealthCheck operation.
public EndUpdateHealthCheck ( IAsyncResult asyncResult ) : UpdateHealthCheckResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateHealthCheck.
Результат UpdateHealthCheckResponse

EndUpdateHostedZoneComment() публичный Метод

Finishes the asynchronous execution of the UpdateHostedZoneComment operation.
public EndUpdateHostedZoneComment ( IAsyncResult asyncResult ) : UpdateHostedZoneCommentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateHostedZoneComment.
Результат UpdateHostedZoneCommentResponse

EndUpdateTrafficPolicyComment() публичный Метод

Finishes the asynchronous execution of the UpdateTrafficPolicyComment operation.
public EndUpdateTrafficPolicyComment ( IAsyncResult asyncResult ) : UpdateTrafficPolicyCommentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateTrafficPolicyComment.
Результат UpdateTrafficPolicyCommentResponse

EndUpdateTrafficPolicyInstance() публичный Метод

Finishes the asynchronous execution of the UpdateTrafficPolicyInstance operation.
public EndUpdateTrafficPolicyInstance ( IAsyncResult asyncResult ) : UpdateTrafficPolicyInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateTrafficPolicyInstance.
Результат UpdateTrafficPolicyInstanceResponse

GetChange() публичный Метод

Returns the current status of a change batch request. The status is one of the following values:
  • PENDING indicates that the changes in this request have not replicated to all Amazon Route 53 DNS servers. This is the initial status of all change batch requests.

  • INSYNC indicates that the changes have replicated to all Amazon Route 53 DNS servers.

/// The input is not valid. /// /// A change with the specified change ID does not exist. ///
public GetChange ( GetChangeRequest request ) : GetChangeResponse
request GetChangeRequest Container for the necessary parameters to execute the GetChange service method.
Результат GetChangeResponse

GetChangeAsync() публичный Метод

Initiates the asynchronous execution of the GetChange operation.
public GetChangeAsync ( GetChangeRequest request, System cancellationToken = default(CancellationToken) ) : Task
request GetChangeRequest Container for the necessary parameters to execute the GetChange operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

GetCheckerIpRanges() публичный Метод

Retrieves a list of the IP ranges used by Amazon Route 53 health checkers to check the health of your resources. Send a GET request to the /Amazon Route 53 API version/checkeripranges resource. Use these IP addresses to configure router and firewall rules to allow health checkers to check the health of your resources.
public GetCheckerIpRanges ( GetCheckerIpRangesRequest request ) : GetCheckerIpRangesResponse
request GetCheckerIpRangesRequest Container for the necessary parameters to execute the GetCheckerIpRanges service method.
Результат GetCheckerIpRangesResponse

GetCheckerIpRangesAsync() публичный Метод

Initiates the asynchronous execution of the GetCheckerIpRanges operation.
public GetCheckerIpRangesAsync ( GetCheckerIpRangesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request GetCheckerIpRangesRequest Container for the necessary parameters to execute the GetCheckerIpRanges operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

GetGeoLocation() публичный Метод

Retrieves a single geo location. Send a GET request to the /2013-04-01/geolocation resource with one of these options: continentcode | countrycode | countrycode and subdivisioncode.
/// The input is not valid. /// /// Amazon Route 53 doesn't support the specified geolocation. ///
public GetGeoLocation ( GetGeoLocationRequest request ) : GetGeoLocationResponse
request GetGeoLocationRequest Container for the necessary parameters to execute the GetGeoLocation service method.
Результат GetGeoLocationResponse

GetGeoLocationAsync() публичный Метод

Initiates the asynchronous execution of the GetGeoLocation operation.
public GetGeoLocationAsync ( GetGeoLocationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request GetGeoLocationRequest Container for the necessary parameters to execute the GetGeoLocation operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

GetHealthCheck() публичный Метод

Gets information about a specified health check. Send a GET request to the /2013-04-01/healthcheck/health check ID resource. For more information about using the console to perform this operation, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
/// The resource you are trying to access is unsupported on this Amazon Route 53 endpoint. /// Please consider using a newer endpoint or a tool that does so. /// /// The input is not valid. /// /// No health check exists with the ID that you specified in the DeleteHealthCheck /// request. ///
public GetHealthCheck ( GetHealthCheckRequest request ) : GetHealthCheckResponse
request GetHealthCheckRequest Container for the necessary parameters to execute the GetHealthCheck service method.
Результат GetHealthCheckResponse

GetHealthCheckAsync() публичный Метод

Initiates the asynchronous execution of the GetHealthCheck operation.
public GetHealthCheckAsync ( GetHealthCheckRequest request, System cancellationToken = default(CancellationToken) ) : Task
request GetHealthCheckRequest Container for the necessary parameters to execute the GetHealthCheck operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

GetHealthCheckCount() публичный Метод

To retrieve a count of all your health checks, send a GET request to the /2013-04-01/healthcheckcount resource.
public GetHealthCheckCount ( GetHealthCheckCountRequest request ) : GetHealthCheckCountResponse
request GetHealthCheckCountRequest Container for the necessary parameters to execute the GetHealthCheckCount service method.
Результат GetHealthCheckCountResponse

GetHealthCheckCountAsync() публичный Метод

Initiates the asynchronous execution of the GetHealthCheckCount operation.
public GetHealthCheckCountAsync ( GetHealthCheckCountRequest request, System cancellationToken = default(CancellationToken) ) : Task
request GetHealthCheckCountRequest Container for the necessary parameters to execute the GetHealthCheckCount operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

GetHealthCheckLastFailureReason() публичный Метод

If you want to learn why a health check is currently failing or why it failed most recently (if at all), you can get the failure reason for the most recent failure. Send a GET request to the /Amazon Route 53 API version/healthcheck/health check ID/lastfailurereason resource.
/// The input is not valid. /// /// No health check exists with the ID that you specified in the DeleteHealthCheck /// request. ///
public GetHealthCheckLastFailureReason ( GetHealthCheckLastFailureReasonRequest request ) : GetHealthCheckLastFailureReasonResponse
request GetHealthCheckLastFailureReasonRequest Container for the necessary parameters to execute the GetHealthCheckLastFailureReason service method.
Результат GetHealthCheckLastFailureReasonResponse

GetHealthCheckLastFailureReasonAsync() публичный Метод

Initiates the asynchronous execution of the GetHealthCheckLastFailureReason operation.
public GetHealthCheckLastFailureReasonAsync ( GetHealthCheckLastFailureReasonRequest request, System cancellationToken = default(CancellationToken) ) : Task
request GetHealthCheckLastFailureReasonRequest Container for the necessary parameters to execute the GetHealthCheckLastFailureReason operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

GetHealthCheckStatus() публичный Метод

Gets status of a specified health check. Send a GET request to the /2013-04-01/healthcheck/health check ID/status resource. You can use this call to get a health check's current status.
/// The input is not valid. /// /// No health check exists with the ID that you specified in the DeleteHealthCheck /// request. ///
public GetHealthCheckStatus ( GetHealthCheckStatusRequest request ) : GetHealthCheckStatusResponse
request GetHealthCheckStatusRequest Container for the necessary parameters to execute the GetHealthCheckStatus service method.
Результат GetHealthCheckStatusResponse

GetHealthCheckStatusAsync() публичный Метод

Initiates the asynchronous execution of the GetHealthCheckStatus operation.
public GetHealthCheckStatusAsync ( GetHealthCheckStatusRequest request, System cancellationToken = default(CancellationToken) ) : Task
request GetHealthCheckStatusRequest Container for the necessary parameters to execute the GetHealthCheckStatus operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

GetHostedZone() публичный Метод

Retrieves the delegation set for a hosted zone, including the four name servers assigned to the hosted zone. Send a GET request to the /Amazon Route 53 API version/hostedzone/hosted zone ID resource.
/// The input is not valid. /// /// No hosted zone exists with the ID that you specified. ///
public GetHostedZone ( GetHostedZoneRequest request ) : GetHostedZoneResponse
request GetHostedZoneRequest Container for the necessary parameters to execute the GetHostedZone service method.
Результат GetHostedZoneResponse

GetHostedZoneAsync() публичный Метод

Initiates the asynchronous execution of the GetHostedZone operation.
public GetHostedZoneAsync ( GetHostedZoneRequest request, System cancellationToken = default(CancellationToken) ) : Task
request GetHostedZoneRequest Container for the necessary parameters to execute the GetHostedZone operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

GetHostedZoneCount() публичный Метод

Retrieves a count of all your hosted zones. Send a GET request to the /2013-04-01/hostedzonecount resource.
/// The input is not valid. ///
public GetHostedZoneCount ( ) : GetHostedZoneCountResponse
Результат GetHostedZoneCountResponse

GetHostedZoneCount() публичный Метод

Retrieves a count of all your hosted zones. Send a GET request to the /2013-04-01/hostedzonecount resource.
/// The input is not valid. ///
public GetHostedZoneCount ( GetHostedZoneCountRequest request ) : GetHostedZoneCountResponse
request GetHostedZoneCountRequest Container for the necessary parameters to execute the GetHostedZoneCount service method.
Результат GetHostedZoneCountResponse

GetHostedZoneCountAsync() публичный Метод

Initiates the asynchronous execution of the GetHostedZoneCount operation.
public GetHostedZoneCountAsync ( GetHostedZoneCountRequest request, System cancellationToken = default(CancellationToken) ) : Task
request GetHostedZoneCountRequest Container for the necessary parameters to execute the GetHostedZoneCount operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

GetHostedZoneCountAsync() публичный Метод

Retrieves a count of all your hosted zones. Send a GET request to the /2013-04-01/hostedzonecount resource.
/// The input is not valid. ///
public GetHostedZoneCountAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

GetReusableDelegationSet() публичный Метод

Retrieves the reusable delegation set. Send a GET request to the /2013-04-01/delegationset/delegation set ID resource.
/// A reusable delegation set with the specified ID does not exist. /// /// The input is not valid. /// /// A reusable delegation set with the specified ID does not exist. ///
public GetReusableDelegationSet ( GetReusableDelegationSetRequest request ) : GetReusableDelegationSetResponse
request GetReusableDelegationSetRequest Container for the necessary parameters to execute the GetReusableDelegationSet service method.
Результат GetReusableDelegationSetResponse

GetReusableDelegationSetAsync() публичный Метод

Initiates the asynchronous execution of the GetReusableDelegationSet operation.
public GetReusableDelegationSetAsync ( GetReusableDelegationSetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request GetReusableDelegationSetRequest Container for the necessary parameters to execute the GetReusableDelegationSet operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

GetTrafficPolicy() публичный Метод

Gets information about a specific traffic policy version.

Send a GET request to the /Amazon Route 53 API version/trafficpolicy resource.

/// The input is not valid. /// /// No traffic policy exists with the specified ID. ///
public GetTrafficPolicy ( GetTrafficPolicyRequest request ) : GetTrafficPolicyResponse
request GetTrafficPolicyRequest Container for the necessary parameters to execute the GetTrafficPolicy service method.
Результат GetTrafficPolicyResponse

GetTrafficPolicyAsync() публичный Метод

Initiates the asynchronous execution of the GetTrafficPolicy operation.
public GetTrafficPolicyAsync ( GetTrafficPolicyRequest request, System cancellationToken = default(CancellationToken) ) : Task
request GetTrafficPolicyRequest Container for the necessary parameters to execute the GetTrafficPolicy operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

GetTrafficPolicyInstance() публичный Метод

Gets information about a specified traffic policy instance.

Send a GET request to the /Amazon Route 53 API version/trafficpolicyinstance resource.

After you submit a CreateTrafficPolicyInstance or an UpdateTrafficPolicyInstance request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the State response element.

In the Amazon Route 53 console, traffic policy instances are known as policy records.

/// The input is not valid. /// /// No traffic policy instance exists with the specified ID. ///
public GetTrafficPolicyInstance ( GetTrafficPolicyInstanceRequest request ) : GetTrafficPolicyInstanceResponse
request GetTrafficPolicyInstanceRequest Container for the necessary parameters to execute the GetTrafficPolicyInstance service method.
Результат GetTrafficPolicyInstanceResponse

GetTrafficPolicyInstanceAsync() публичный Метод

Initiates the asynchronous execution of the GetTrafficPolicyInstance operation.
public GetTrafficPolicyInstanceAsync ( GetTrafficPolicyInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request GetTrafficPolicyInstanceRequest Container for the necessary parameters to execute the GetTrafficPolicyInstance operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

GetTrafficPolicyInstanceCount() публичный Метод

Gets the number of traffic policy instances that are associated with the current AWS account.

To get the number of traffic policy instances, send a GET request to the /2013-04-01/trafficpolicyinstancecount resource.

public GetTrafficPolicyInstanceCount ( GetTrafficPolicyInstanceCountRequest request ) : GetTrafficPolicyInstanceCountResponse
request GetTrafficPolicyInstanceCountRequest Container for the necessary parameters to execute the GetTrafficPolicyInstanceCount service method.
Результат GetTrafficPolicyInstanceCountResponse

GetTrafficPolicyInstanceCountAsync() публичный Метод

Initiates the asynchronous execution of the GetTrafficPolicyInstanceCount operation.
public GetTrafficPolicyInstanceCountAsync ( GetTrafficPolicyInstanceCountRequest request, System cancellationToken = default(CancellationToken) ) : Task
request GetTrafficPolicyInstanceCountRequest Container for the necessary parameters to execute the GetTrafficPolicyInstanceCount operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

ListGeoLocations() публичный Метод

Retrieves a list of supported geo locations. Send a GET request to the /2013-04-01/geolocations resource. The response to this request includes a GeoLocationDetailsList element for each location that Amazon Route 53 supports.

Countries are listed first, and continents are listed last. If Amazon Route 53 supports subdivisions for a country (for example, states or provinces), the subdivisions for that country are listed in alphabetical order immediately after the corresponding country.

/// The input is not valid. ///
public ListGeoLocations ( ) : ListGeoLocationsResponse
Результат ListGeoLocationsResponse

ListGeoLocations() публичный Метод

Retrieves a list of supported geo locations. Send a GET request to the /2013-04-01/geolocations resource. The response to this request includes a GeoLocationDetailsList element for each location that Amazon Route 53 supports.

Countries are listed first, and continents are listed last. If Amazon Route 53 supports subdivisions for a country (for example, states or provinces), the subdivisions for that country are listed in alphabetical order immediately after the corresponding country.

/// The input is not valid. ///
public ListGeoLocations ( ListGeoLocationsRequest request ) : ListGeoLocationsResponse
request ListGeoLocationsRequest Container for the necessary parameters to execute the ListGeoLocations service method.
Результат ListGeoLocationsResponse

ListGeoLocationsAsync() публичный Метод

Initiates the asynchronous execution of the ListGeoLocations operation.
public ListGeoLocationsAsync ( ListGeoLocationsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListGeoLocationsRequest Container for the necessary parameters to execute the ListGeoLocations operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

ListGeoLocationsAsync() публичный Метод

Retrieves a list of supported geo locations. Send a GET request to the /2013-04-01/geolocations resource. The response to this request includes a GeoLocationDetailsList element for each location that Amazon Route 53 supports.

Countries are listed first, and continents are listed last. If Amazon Route 53 supports subdivisions for a country (for example, states or provinces), the subdivisions for that country are listed in alphabetical order immediately after the corresponding country.

/// The input is not valid. ///
public ListGeoLocationsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

ListHealthChecks() публичный Метод

Retrieve a list of your health checks. Send a GET request to the /2013-04-01/healthcheck resource. The response to this request includes a HealthChecks element with zero or more HealthCheck child elements. By default, the list of health checks is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the Marker parameter to control the health check that the list begins with.

For information about listing health checks using the Amazon Route 53 console, see Amazon Route 53 Health Checks and DNS Failover.

/// The resource you are trying to access is unsupported on this Amazon Route 53 endpoint. /// Please consider using a newer endpoint or a tool that does so. /// /// The input is not valid. ///
public ListHealthChecks ( ) : ListHealthChecksResponse
Результат ListHealthChecksResponse

ListHealthChecks() публичный Метод

Retrieve a list of your health checks. Send a GET request to the /2013-04-01/healthcheck resource. The response to this request includes a HealthChecks element with zero or more HealthCheck child elements. By default, the list of health checks is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the Marker parameter to control the health check that the list begins with.

For information about listing health checks using the Amazon Route 53 console, see Amazon Route 53 Health Checks and DNS Failover.

/// The resource you are trying to access is unsupported on this Amazon Route 53 endpoint. /// Please consider using a newer endpoint or a tool that does so. /// /// The input is not valid. ///
public ListHealthChecks ( ListHealthChecksRequest request ) : ListHealthChecksResponse
request ListHealthChecksRequest Container for the necessary parameters to execute the ListHealthChecks service method.
Результат ListHealthChecksResponse

ListHealthChecksAsync() публичный Метод

Initiates the asynchronous execution of the ListHealthChecks operation.
public ListHealthChecksAsync ( ListHealthChecksRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListHealthChecksRequest Container for the necessary parameters to execute the ListHealthChecks operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

ListHealthChecksAsync() публичный Метод

Retrieve a list of your health checks. Send a GET request to the /2013-04-01/healthcheck resource. The response to this request includes a HealthChecks element with zero or more HealthCheck child elements. By default, the list of health checks is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the Marker parameter to control the health check that the list begins with.

For information about listing health checks using the Amazon Route 53 console, see Amazon Route 53 Health Checks and DNS Failover.

/// The resource you are trying to access is unsupported on this Amazon Route 53 endpoint. /// Please consider using a newer endpoint or a tool that does so. /// /// The input is not valid. ///
public ListHealthChecksAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

ListHostedZones() публичный Метод

To retrieve a list of your public and private hosted zones, send a GET request to the /2013-04-01/hostedzone resource. The response to this request includes a HostedZones child element for each hosted zone created by the current AWS account.

Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of hosted zones, you can use the maxitems parameter to list them in groups of up to 100. The response includes four values that help navigate from one group of maxitems hosted zones to the next:

  • MaxItems is the value specified for the maxitems parameter in the request that produced the current response.

  • If the value of IsTruncated in the response is true, there are more hosted zones associated with the current AWS account.

  • NextMarker is the hosted zone ID of the next hosted zone that is associated with the current AWS account. If you want to list more hosted zones, make another call to ListHostedZones, and specify the value of the NextMarker element in the marker parameter.

    If IsTruncated is false, the NextMarker element is omitted from the response.

  • If you're making the second or subsequent call to ListHostedZones, the Marker element matches the value that you specified in the marker parameter in the previous request.

/// A reusable delegation set with the specified ID does not exist. /// /// The input is not valid. /// /// A reusable delegation set with the specified ID does not exist. ///
public ListHostedZones ( ) : ListHostedZonesResponse
Результат ListHostedZonesResponse

ListHostedZones() публичный Метод

To retrieve a list of your public and private hosted zones, send a GET request to the /2013-04-01/hostedzone resource. The response to this request includes a HostedZones child element for each hosted zone created by the current AWS account.

Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of hosted zones, you can use the maxitems parameter to list them in groups of up to 100. The response includes four values that help navigate from one group of maxitems hosted zones to the next:

  • MaxItems is the value specified for the maxitems parameter in the request that produced the current response.

  • If the value of IsTruncated in the response is true, there are more hosted zones associated with the current AWS account.

  • NextMarker is the hosted zone ID of the next hosted zone that is associated with the current AWS account. If you want to list more hosted zones, make another call to ListHostedZones, and specify the value of the NextMarker element in the marker parameter.

    If IsTruncated is false, the NextMarker element is omitted from the response.

  • If you're making the second or subsequent call to ListHostedZones, the Marker element matches the value that you specified in the marker parameter in the previous request.

/// A reusable delegation set with the specified ID does not exist. /// /// The input is not valid. /// /// A reusable delegation set with the specified ID does not exist. ///
public ListHostedZones ( ListHostedZonesRequest request ) : ListHostedZonesResponse
request ListHostedZonesRequest Container for the necessary parameters to execute the ListHostedZones service method.
Результат ListHostedZonesResponse

ListHostedZonesAsync() публичный Метод

Initiates the asynchronous execution of the ListHostedZones operation.
public ListHostedZonesAsync ( ListHostedZonesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListHostedZonesRequest Container for the necessary parameters to execute the ListHostedZones operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

ListHostedZonesAsync() публичный Метод

To retrieve a list of your public and private hosted zones, send a GET request to the /2013-04-01/hostedzone resource. The response to this request includes a HostedZones child element for each hosted zone created by the current AWS account.

Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of hosted zones, you can use the maxitems parameter to list them in groups of up to 100. The response includes four values that help navigate from one group of maxitems hosted zones to the next:

  • MaxItems is the value specified for the maxitems parameter in the request that produced the current response.

  • If the value of IsTruncated in the response is true, there are more hosted zones associated with the current AWS account.

  • NextMarker is the hosted zone ID of the next hosted zone that is associated with the current AWS account. If you want to list more hosted zones, make another call to ListHostedZones, and specify the value of the NextMarker element in the marker parameter.

    If IsTruncated is false, the NextMarker element is omitted from the response.

  • If you're making the second or subsequent call to ListHostedZones, the Marker element matches the value that you specified in the marker parameter in the previous request.

/// A reusable delegation set with the specified ID does not exist. /// /// The input is not valid. /// /// A reusable delegation set with the specified ID does not exist. ///
public ListHostedZonesAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

ListHostedZonesByName() публичный Метод

Retrieves a list of your hosted zones in lexicographic order. Send a GET request to the /2013-04-01/hostedzonesbyname resource. The response includes a HostedZones child element for each hosted zone created by the current AWS account.

ListHostedZonesByName sorts hosted zones by name with the labels reversed. For example:

  • com.example.www.

Note the trailing dot, which can change the sort order in some circumstances.

If the domain name includes escape characters or Punycode, ListHostedZonesByName alphabetizes the domain name using the escaped or Punycoded value, which is the format that Amazon Route 53 saves in its database. For example, to create a hosted zone for example.com, specify ex\344mple.com for the domain name. ListHostedZonesByName alphabetizes it as:

  • com.ex\344mple.

The labels are reversed and alphabetized using the escaped value. For more information about valid domain name formats, including internationalized domain names, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.

Amazon Route 53 returns up to 100 items in each response. If you have a lot of hosted zones, use the MaxItems parameter to list them in groups of up to 100. The response includes values that help navigate from one group of MaxItems hosted zones to the next:

  • The DNSName and HostedZoneId elements in the response contain the values, if any, specified for the dnsname and hostedzoneid parameters in the request that produced the current response.

  • The MaxItems element in the response contains the value, if any, that you specified for the maxitems parameter in the request that produced the current response.

  • If the value of IsTruncated in the response is true, there are more hosted zones associated with the current AWS account.

    If IsTruncated is false, this response includes the last hosted zone that is associated with the current account. The NextDNSName element and NextHostedZoneId elements are omitted from the response.

  • The NextDNSName and NextHostedZoneId elements in the response contain the domain name and the hosted zone ID of the next hosted zone that is associated with the current AWS account. If you want to list more hosted zones, make another call to ListHostedZonesByName, and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

/// The specified domain name is not valid. /// /// The input is not valid. ///
public ListHostedZonesByName ( ListHostedZonesByNameRequest request ) : ListHostedZonesByNameResponse
request ListHostedZonesByNameRequest Container for the necessary parameters to execute the ListHostedZonesByName service method.
Результат ListHostedZonesByNameResponse

ListHostedZonesByNameAsync() публичный Метод

Initiates the asynchronous execution of the ListHostedZonesByName operation.
public ListHostedZonesByNameAsync ( ListHostedZonesByNameRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListHostedZonesByNameRequest Container for the necessary parameters to execute the ListHostedZonesByName operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

ListResourceRecordSets() публичный Метод

Lists the resource record sets in a specified hosted zone.

ListResourceRecordSets returns up to 100 resource record sets at a time in ASCII order, beginning at a position specified by the name and type elements. The action sorts results first by DNS name with the labels reversed, for example:

com.example.www.

Note the trailing dot, which can change the sort order in some circumstances.

When multiple records have the same DNS name, the action sorts results by the record type.

You can use the name and type elements to adjust the beginning position of the list of resource record sets returned:

If you do not specify Name or Type

The results begin with the first resource record set that the hosted zone contains.

If you specify Name but not Type

The results begin with the first resource record set in the list whose name is greater than or equal to Name.

If you specify Type but not Name

Amazon Route 53 returns the InvalidInput error.

If you specify both Name and Type

The results begin with the first resource record set in the list whose name is greater than or equal to Name, and whose type is greater than or equal to Type.

This action returns the most current version of the records. This includes records that are PENDING, and that are not yet available on all Amazon Route 53 DNS servers.

To ensure that you get an accurate listing of the resource record sets for a hosted zone at a point in time, do not submit a ChangeResourceRecordSets request while you're paging through the results of a ListResourceRecordSets request. If you do, some pages may display results without the latest changes while other pages display results with the latest changes.

/// The input is not valid. /// /// No hosted zone exists with the ID that you specified. ///
public ListResourceRecordSets ( ListResourceRecordSetsRequest request ) : ListResourceRecordSetsResponse
request ListResourceRecordSetsRequest Container for the necessary parameters to execute the ListResourceRecordSets service method.
Результат ListResourceRecordSetsResponse

ListResourceRecordSetsAsync() публичный Метод

Initiates the asynchronous execution of the ListResourceRecordSets operation.
public ListResourceRecordSetsAsync ( ListResourceRecordSetsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListResourceRecordSetsRequest Container for the necessary parameters to execute the ListResourceRecordSets operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

ListReusableDelegationSets() публичный Метод

To retrieve a list of your reusable delegation sets, send a GET request to the /2013-04-01/delegationset resource. The response to this request includes a DelegationSets element with zero, one, or multiple DelegationSet child elements. By default, the list of delegation sets is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the Marker parameter to control the delegation set that the list begins with.

Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100.

/// The input is not valid. ///
public ListReusableDelegationSets ( ) : ListReusableDelegationSetsResponse
Результат ListReusableDelegationSetsResponse

ListReusableDelegationSets() публичный Метод

To retrieve a list of your reusable delegation sets, send a GET request to the /2013-04-01/delegationset resource. The response to this request includes a DelegationSets element with zero, one, or multiple DelegationSet child elements. By default, the list of delegation sets is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the Marker parameter to control the delegation set that the list begins with.

Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100.

/// The input is not valid. ///
public ListReusableDelegationSets ( ListReusableDelegationSetsRequest request ) : ListReusableDelegationSetsResponse
request ListReusableDelegationSetsRequest Container for the necessary parameters to execute the ListReusableDelegationSets service method.
Результат ListReusableDelegationSetsResponse

ListReusableDelegationSetsAsync() публичный Метод

Initiates the asynchronous execution of the ListReusableDelegationSets operation.
public ListReusableDelegationSetsAsync ( ListReusableDelegationSetsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListReusableDelegationSetsRequest Container for the necessary parameters to execute the ListReusableDelegationSets operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

ListReusableDelegationSetsAsync() публичный Метод

To retrieve a list of your reusable delegation sets, send a GET request to the /2013-04-01/delegationset resource. The response to this request includes a DelegationSets element with zero, one, or multiple DelegationSet child elements. By default, the list of delegation sets is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the Marker parameter to control the delegation set that the list begins with.

Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100.

/// The input is not valid. ///
public ListReusableDelegationSetsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

ListTagsForResource() публичный Метод

Lists tags for one health check or hosted zone.

For information about using tags for cost allocation, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.

/// The input is not valid. /// /// No health check exists with the ID that you specified in the DeleteHealthCheck /// request. /// /// No hosted zone exists with the ID that you specified. /// /// If Amazon Route 53 can't process a request before the next request arrives, it will /// reject subsequent requests for the same hosted zone and return an HTTP 400 error /// (Bad request). If Amazon Route 53 returns this error repeatedly for the /// same request, we recommend that you wait, in intervals of increasing duration, before /// you try the request again. /// /// ///
public ListTagsForResource ( ListTagsForResourceRequest request ) : ListTagsForResourceResponse
request ListTagsForResourceRequest Container for the necessary parameters to execute the ListTagsForResource service method.
Результат ListTagsForResourceResponse

ListTagsForResourceAsync() публичный Метод

Initiates the asynchronous execution of the ListTagsForResource operation.
public ListTagsForResourceAsync ( ListTagsForResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListTagsForResourceRequest Container for the necessary parameters to execute the ListTagsForResource operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

ListTagsForResources() публичный Метод

Lists tags for up to 10 health checks or hosted zones.

For information about using tags for cost allocation, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.

/// The input is not valid. /// /// No health check exists with the ID that you specified in the DeleteHealthCheck /// request. /// /// No hosted zone exists with the ID that you specified. /// /// If Amazon Route 53 can't process a request before the next request arrives, it will /// reject subsequent requests for the same hosted zone and return an HTTP 400 error /// (Bad request). If Amazon Route 53 returns this error repeatedly for the /// same request, we recommend that you wait, in intervals of increasing duration, before /// you try the request again. /// /// ///
public ListTagsForResources ( ListTagsForResourcesRequest request ) : ListTagsForResourcesResponse
request ListTagsForResourcesRequest Container for the necessary parameters to execute the ListTagsForResources service method.
Результат ListTagsForResourcesResponse

ListTagsForResourcesAsync() публичный Метод

Initiates the asynchronous execution of the ListTagsForResources operation.
public ListTagsForResourcesAsync ( ListTagsForResourcesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListTagsForResourcesRequest Container for the necessary parameters to execute the ListTagsForResources operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

ListTrafficPolicies() публичный Метод

Gets information about the latest version for every traffic policy that is associated with the current AWS account. Send a GET request to the /Amazon Route 53 API version/trafficpolicy resource.

Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policies, you can use the maxitems parameter to list them in groups of up to 100.

The response includes three values that help you navigate from one group of maxitems traffic policies to the next:

  • IsTruncated

    If the value of IsTruncated in the response is true, there are more traffic policies associated with the current AWS account.

    If IsTruncated is false, this response includes the last traffic policy that is associated with the current account.

  • TrafficPolicyIdMarker

    If IsTruncated is true, TrafficPolicyIdMarker is the ID of the first traffic policy in the next group of MaxItems traffic policies. If you want to list more traffic policies, make another call to ListTrafficPolicies, and specify the value of the TrafficPolicyIdMarker element from the response in the TrafficPolicyIdMarker request parameter.

    If IsTruncated is false, the TrafficPolicyIdMarker element is omitted from the response.

  • MaxItems

    The value that you specified for the MaxItems parameter in the request that produced the current response.

/// The input is not valid. ///
public ListTrafficPolicies ( ListTrafficPoliciesRequest request ) : ListTrafficPoliciesResponse
request ListTrafficPoliciesRequest Container for the necessary parameters to execute the ListTrafficPolicies service method.
Результат ListTrafficPoliciesResponse

ListTrafficPoliciesAsync() публичный Метод

Initiates the asynchronous execution of the ListTrafficPolicies operation.
public ListTrafficPoliciesAsync ( ListTrafficPoliciesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListTrafficPoliciesRequest Container for the necessary parameters to execute the ListTrafficPolicies operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

ListTrafficPolicyInstances() публичный Метод

Gets information about the traffic policy instances that you created by using the current AWS account.

After you submit an UpdateTrafficPolicyInstance request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the State response element.

Send a GET request to the /Amazon Route 53 API version/trafficpolicyinstance resource.

Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the MaxItems parameter to list them in groups of up to 100.

The response includes five values that help you navigate from one group of MaxItems traffic policy instances to the next:

  • IsTruncated

    If the value of IsTruncated in the response is true, there are more traffic policy instances associated with the current AWS account.

    If IsTruncated is false, this response includes the last traffic policy instance that is associated with the current account.

  • MaxItems

    The value that you specified for the MaxItems parameter in the request that produced the current response.

  • HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker

    If IsTruncated is true, these three values in the response represent the first traffic policy instance in the next group of MaxItems traffic policy instances. To list more traffic policy instances, make another call to ListTrafficPolicyInstances, and specify these values in the corresponding request parameters.

    If IsTruncated is false, all three elements are omitted from the response.

/// The input is not valid. /// /// No traffic policy instance exists with the specified ID. ///
public ListTrafficPolicyInstances ( ListTrafficPolicyInstancesRequest request ) : ListTrafficPolicyInstancesResponse
request ListTrafficPolicyInstancesRequest Container for the necessary parameters to execute the ListTrafficPolicyInstances service method.
Результат ListTrafficPolicyInstancesResponse

ListTrafficPolicyInstancesAsync() публичный Метод

Initiates the asynchronous execution of the ListTrafficPolicyInstances operation.
public ListTrafficPolicyInstancesAsync ( ListTrafficPolicyInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListTrafficPolicyInstancesRequest Container for the necessary parameters to execute the ListTrafficPolicyInstances operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

ListTrafficPolicyInstancesByHostedZone() публичный Метод

Gets information about the traffic policy instances that you created in a specified hosted zone.

After you submit an UpdateTrafficPolicyInstance request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the State response element.

Send a GET request to the /Amazon Route 53 API version/trafficpolicyinstance resource and include the ID of the hosted zone.

Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the MaxItems parameter to list them in groups of up to 100.

The response includes four values that help you navigate from one group of MaxItems traffic policy instances to the next:

  • IsTruncated

    If the value of IsTruncated in the response is true, there are more traffic policy instances associated with the current AWS account.

    If IsTruncated is false, this response includes the last traffic policy instance that is associated with the current account.

  • MaxItems

    The value that you specified for the MaxItems parameter in the request that produced the current response.

  • TrafficPolicyInstanceNameMarker and TrafficPolicyInstanceTypeMarker

    If IsTruncated is true, these two values in the response represent the first traffic policy instance in the next group of MaxItems traffic policy instances. To list more traffic policy instances, make another call to ListTrafficPolicyInstancesByHostedZone, and specify these values in the corresponding request parameters.

    If IsTruncated is false, all three elements are omitted from the response.

/// The input is not valid. /// /// No hosted zone exists with the ID that you specified. /// /// No traffic policy instance exists with the specified ID. ///
public ListTrafficPolicyInstancesByHostedZone ( ListTrafficPolicyInstancesByHostedZoneRequest request ) : ListTrafficPolicyInstancesByHostedZoneResponse
request ListTrafficPolicyInstancesByHostedZoneRequest Container for the necessary parameters to execute the ListTrafficPolicyInstancesByHostedZone service method.
Результат ListTrafficPolicyInstancesByHostedZoneResponse

ListTrafficPolicyInstancesByHostedZoneAsync() публичный Метод

Initiates the asynchronous execution of the ListTrafficPolicyInstancesByHostedZone operation.
public ListTrafficPolicyInstancesByHostedZoneAsync ( ListTrafficPolicyInstancesByHostedZoneRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListTrafficPolicyInstancesByHostedZoneRequest Container for the necessary parameters to execute the ListTrafficPolicyInstancesByHostedZone operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

ListTrafficPolicyInstancesByPolicy() публичный Метод

Gets information about the traffic policy instances that you created by using a specify traffic policy version.

After you submit a CreateTrafficPolicyInstance or an UpdateTrafficPolicyInstance request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the State response element.

Send a GET request to the /Route 53 API version/trafficpolicyinstance resource and include the ID and version of the traffic policy.

Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the MaxItems parameter to list them in groups of up to 100.

The response includes five values that help you navigate from one group of MaxItems traffic policy instances to the next:

  • IsTruncated

    If the value of IsTruncated in the response is true, there are more traffic policy instances associated with the specified traffic policy.

    If IsTruncated is false, this response includes the last traffic policy instance that is associated with the specified traffic policy.

  • MaxItems

    The value that you specified for the MaxItems parameter in the request that produced the current response.

  • HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker

    If IsTruncated is true, these values in the response represent the first traffic policy instance in the next group of MaxItems traffic policy instances. To list more traffic policy instances, make another call to ListTrafficPolicyInstancesByPolicy, and specify these values in the corresponding request parameters.

    If IsTruncated is false, all three elements are omitted from the response.

/// The input is not valid. /// /// No traffic policy exists with the specified ID. /// /// No traffic policy instance exists with the specified ID. ///
public ListTrafficPolicyInstancesByPolicy ( ListTrafficPolicyInstancesByPolicyRequest request ) : ListTrafficPolicyInstancesByPolicyResponse
request ListTrafficPolicyInstancesByPolicyRequest Container for the necessary parameters to execute the ListTrafficPolicyInstancesByPolicy service method.
Результат ListTrafficPolicyInstancesByPolicyResponse

ListTrafficPolicyInstancesByPolicyAsync() публичный Метод

Initiates the asynchronous execution of the ListTrafficPolicyInstancesByPolicy operation.
public ListTrafficPolicyInstancesByPolicyAsync ( ListTrafficPolicyInstancesByPolicyRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListTrafficPolicyInstancesByPolicyRequest Container for the necessary parameters to execute the ListTrafficPolicyInstancesByPolicy operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

ListTrafficPolicyVersions() публичный Метод

Gets information about all of the versions for a specified traffic policy.

Send a GET request to the /Amazon Route 53 API version/trafficpolicy resource and specify the ID of the traffic policy for which you want to list versions.

Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policies, you can use the maxitems parameter to list them in groups of up to 100.

The response includes three values that help you navigate from one group of maxitems traffic policies to the next:

  • IsTruncated

    If the value of IsTruncated in the response is true, there are more traffic policy versions associated with the specified traffic policy.

    If IsTruncated is false, this response includes the last traffic policy version that is associated with the specified traffic policy.

  • TrafficPolicyVersionMarker

    The ID of the next traffic policy version that is associated with the current AWS account. If you want to list more traffic policies, make another call to ListTrafficPolicyVersions, and specify the value of the TrafficPolicyVersionMarker element in the TrafficPolicyVersionMarker request parameter.

    If IsTruncated is false, Amazon Route 53 omits the TrafficPolicyVersionMarker element from the response.

  • MaxItems

    The value that you specified for the MaxItems parameter in the request that produced the current response.

/// The input is not valid. /// /// No traffic policy exists with the specified ID. ///
public ListTrafficPolicyVersions ( ListTrafficPolicyVersionsRequest request ) : ListTrafficPolicyVersionsResponse
request ListTrafficPolicyVersionsRequest Container for the necessary parameters to execute the ListTrafficPolicyVersions service method.
Результат ListTrafficPolicyVersionsResponse

ListTrafficPolicyVersionsAsync() публичный Метод

Initiates the asynchronous execution of the ListTrafficPolicyVersions operation.
public ListTrafficPolicyVersionsAsync ( ListTrafficPolicyVersionsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListTrafficPolicyVersionsRequest Container for the necessary parameters to execute the ListTrafficPolicyVersions operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

ListVPCAssociationAuthorizations() публичный Метод

Gets a list of the VPCs that were created by other accounts and that can be associated with a specified hosted zone because you've submitted one or more CreateVPCAssociationAuthorization requests.

Send a GET request to the /2013-04-01/hostedzone/hosted zone ID/authorizevpcassociation resource. The response to this request includes a VPCs element with a VPC child element for each VPC that can be associated with the hosted zone.

Amazon Route 53 returns up to 50 VPCs per page. To return fewer VPCs per page, include the MaxResults parameter:

/2013-04-01/hostedzone/hosted zone ID/authorizevpcassociation?MaxItems=VPCs per page

If the response includes a NextToken element, there are more VPCs to list. To get the next page of VPCs, submit another ListVPCAssociationAuthorizations request, and include the value of the NextToken element from the response in the NextToken request parameter:

/2013-04-01/hostedzone/hosted zone ID/authorizevpcassociation?MaxItems=VPCs per page&NextToken=

/// The input is not valid. /// /// /// /// No hosted zone exists with the ID that you specified. ///
public ListVPCAssociationAuthorizations ( ListVPCAssociationAuthorizationsRequest request ) : ListVPCAssociationAuthorizationsResponse
request ListVPCAssociationAuthorizationsRequest Container for the necessary parameters to execute the ListVPCAssociationAuthorizations service method.
Результат ListVPCAssociationAuthorizationsResponse

ListVPCAssociationAuthorizationsAsync() публичный Метод

Initiates the asynchronous execution of the ListVPCAssociationAuthorizations operation.
public ListVPCAssociationAuthorizationsAsync ( ListVPCAssociationAuthorizationsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListVPCAssociationAuthorizationsRequest Container for the necessary parameters to execute the ListVPCAssociationAuthorizations operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

TestDNSAnswer() публичный Метод

Gets the value that Amazon Route 53 returns in response to a DNS request for a specified record name and type. You can optionally specify the IP address of a DNS resolver, an EDNS0 client subnet IP address, and a subnet mask.
/// The input is not valid. /// /// No hosted zone exists with the ID that you specified. ///
public TestDNSAnswer ( TestDNSAnswerRequest request ) : TestDNSAnswerResponse
request TestDNSAnswerRequest Container for the necessary parameters to execute the TestDNSAnswer service method.
Результат TestDNSAnswerResponse

TestDNSAnswerAsync() публичный Метод

Initiates the asynchronous execution of the TestDNSAnswer operation.
public TestDNSAnswerAsync ( TestDNSAnswerRequest request, System cancellationToken = default(CancellationToken) ) : Task
request TestDNSAnswerRequest Container for the necessary parameters to execute the TestDNSAnswer operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

UpdateHealthCheck() публичный Метод

Updates an existing health check.

Send a POST request to the /2013-04-01/healthcheck/health check ID resource. The request body must include a document with an UpdateHealthCheckRequest element. For more information about updating health checks, see Creating, Updating, and Deleting Health Checks in the Amazon Route 53 Developer Guide.

/// The value of HealthCheckVersion in the request doesn't match the value /// of HealthCheckVersion in the health check. /// /// The input is not valid. /// /// No health check exists with the ID that you specified in the DeleteHealthCheck /// request. ///
public UpdateHealthCheck ( UpdateHealthCheckRequest request ) : UpdateHealthCheckResponse
request UpdateHealthCheckRequest Container for the necessary parameters to execute the UpdateHealthCheck service method.
Результат UpdateHealthCheckResponse

UpdateHealthCheckAsync() публичный Метод

Initiates the asynchronous execution of the UpdateHealthCheck operation.
public UpdateHealthCheckAsync ( UpdateHealthCheckRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateHealthCheckRequest Container for the necessary parameters to execute the UpdateHealthCheck operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

UpdateHostedZoneComment() публичный Метод

Updates the hosted zone comment. Send a POST request to the /2013-04-01/hostedzone/hosted zone ID resource.
/// The input is not valid. /// /// No hosted zone exists with the ID that you specified. ///
public UpdateHostedZoneComment ( UpdateHostedZoneCommentRequest request ) : UpdateHostedZoneCommentResponse
request UpdateHostedZoneCommentRequest Container for the necessary parameters to execute the UpdateHostedZoneComment service method.
Результат UpdateHostedZoneCommentResponse

UpdateHostedZoneCommentAsync() публичный Метод

Initiates the asynchronous execution of the UpdateHostedZoneComment operation.
public UpdateHostedZoneCommentAsync ( UpdateHostedZoneCommentRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateHostedZoneCommentRequest Container for the necessary parameters to execute the UpdateHostedZoneComment operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

UpdateTrafficPolicyComment() публичный Метод

Updates the comment for a specified traffic policy version.

Send a POST request to the /2013-04-01/trafficpolicy/ resource.

The request body must include a document with an UpdateTrafficPolicyCommentRequest element.

/// Another user submitted a request to update the object at the same time that you did. /// Retry the request. /// /// The input is not valid. /// /// No traffic policy exists with the specified ID. ///
public UpdateTrafficPolicyComment ( UpdateTrafficPolicyCommentRequest request ) : UpdateTrafficPolicyCommentResponse
request UpdateTrafficPolicyCommentRequest Container for the necessary parameters to execute the UpdateTrafficPolicyComment service method.
Результат UpdateTrafficPolicyCommentResponse

UpdateTrafficPolicyCommentAsync() публичный Метод

Initiates the asynchronous execution of the UpdateTrafficPolicyComment operation.
public UpdateTrafficPolicyCommentAsync ( UpdateTrafficPolicyCommentRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateTrafficPolicyCommentRequest Container for the necessary parameters to execute the UpdateTrafficPolicyComment operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

UpdateTrafficPolicyInstance() публичный Метод

Updates the resource record sets in a specified hosted zone that were created based on the settings in a specified traffic policy version.

Send a POST request to the /2013-04-01/trafficpolicyinstance/traffic policy ID resource. The request body must include a document with an UpdateTrafficPolicyInstanceRequest element.

When you update a traffic policy instance, Amazon Route 53 continues to respond to DNS queries for the root resource record set name (such as example.com) while it replaces one group of resource record sets with another. Amazon Route 53 performs the following operations:

  1. Amazon Route 53 creates a new group of resource record sets based on the specified traffic policy. This is true regardless of how substantial the differences are between the existing resource record sets and the new resource record sets.

  2. When all of the new resource record sets have been created, Amazon Route 53 starts to respond to DNS queries for the root resource record set name (such as example.com) by using the new resource record sets.

  3. Amazon Route 53 deletes the old group of resource record sets that are associated with the root resource record set name.

/// You tried to update a traffic policy instance by using a traffic policy version that /// has a different DNS type than the current type for the instance. You specified the /// type in the JSON document in the CreateTrafficPolicy or CreateTrafficPolicyVersionrequest. /// /// The input is not valid. /// /// No traffic policy exists with the specified ID. /// /// No traffic policy instance exists with the specified ID. /// /// If Amazon Route 53 can't process a request before the next request arrives, it will /// reject subsequent requests for the same hosted zone and return an HTTP 400 error /// (Bad request). If Amazon Route 53 returns this error repeatedly for the /// same request, we recommend that you wait, in intervals of increasing duration, before /// you try the request again. ///
public UpdateTrafficPolicyInstance ( UpdateTrafficPolicyInstanceRequest request ) : UpdateTrafficPolicyInstanceResponse
request UpdateTrafficPolicyInstanceRequest Container for the necessary parameters to execute the UpdateTrafficPolicyInstance service method.
Результат UpdateTrafficPolicyInstanceResponse

UpdateTrafficPolicyInstanceAsync() публичный Метод

Initiates the asynchronous execution of the UpdateTrafficPolicyInstance operation.
public UpdateTrafficPolicyInstanceAsync ( UpdateTrafficPolicyInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateTrafficPolicyInstanceRequest Container for the necessary parameters to execute the UpdateTrafficPolicyInstance operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task