@aws-sdk/client-route-53 3.254.0 → 3.257.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +3 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +3 -0
- package/dist-types/Route53.d.ts +370 -372
- package/dist-types/Route53Client.d.ts +8 -8
- package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +18 -18
- package/dist-types/commands/ChangeCidrCollectionCommand.d.ts +10 -10
- package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +27 -29
- package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/CreateHealthCheckCommand.d.ts +12 -12
- package/dist-types/commands/CreateHostedZoneCommand.d.ts +27 -27
- package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +59 -59
- package/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +27 -27
- package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteHealthCheckCommand.d.ts +4 -4
- package/dist-types/commands/DeleteHostedZoneCommand.d.ts +13 -13
- package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +2 -2
- package/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +4 -4
- package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +8 -8
- package/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +22 -22
- package/dist-types/commands/GetAccountLimitCommand.d.ts +4 -4
- package/dist-types/commands/GetChangeCommand.d.ts +5 -5
- package/dist-types/commands/GetCheckerIpRangesCommand.d.ts +3 -3
- package/dist-types/commands/GetGeoLocationCommand.d.ts +7 -7
- package/dist-types/commands/GetHealthCheckStatusCommand.d.ts +3 -3
- package/dist-types/commands/GetHostedZoneLimitCommand.d.ts +1 -1
- package/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +1 -1
- package/dist-types/commands/GetTrafficPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +6 -6
- package/dist-types/commands/ListGeoLocationsCommand.d.ts +3 -3
- package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +17 -17
- package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +17 -17
- package/dist-types/commands/ListHostedZonesCommand.d.ts +1 -1
- package/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +23 -23
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +4 -4
- package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +4 -4
- package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +4 -4
- package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +1 -1
- package/dist-types/commands/TestDNSAnswerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHealthCheckCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +8 -8
- package/dist-types/models/models_0.d.ts +882 -880
- package/dist-types/ts3.4/Route53Client.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +3 -0
- package/package.json +31 -31
|
@@ -10,18 +10,18 @@ export interface GetChangeCommandOutput extends GetChangeResponse, __MetadataBea
|
|
|
10
10
|
/**
|
|
11
11
|
* <p>Returns the current status of a change batch request. The status is one of the
|
|
12
12
|
* following values:</p>
|
|
13
|
-
*
|
|
13
|
+
* <ul>
|
|
14
14
|
* <li>
|
|
15
|
-
*
|
|
15
|
+
* <p>
|
|
16
16
|
* <code>PENDING</code> indicates that the changes in this request have not
|
|
17
17
|
* propagated to all Amazon Route 53 DNS servers. This is the initial status of all
|
|
18
18
|
* change batch requests.</p>
|
|
19
|
-
*
|
|
19
|
+
* </li>
|
|
20
20
|
* <li>
|
|
21
|
-
*
|
|
21
|
+
* <p>
|
|
22
22
|
* <code>INSYNC</code> indicates that the changes have propagated to all Route 53
|
|
23
23
|
* DNS servers. </p>
|
|
24
|
-
*
|
|
24
|
+
* </li>
|
|
25
25
|
* </ul>
|
|
26
26
|
* @example
|
|
27
27
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -10,14 +10,14 @@ export interface GetCheckerIpRangesCommandOutput extends GetCheckerIpRangesRespo
|
|
|
10
10
|
/**
|
|
11
11
|
* <p>Route 53 does not perform authorization for this API because it retrieves information
|
|
12
12
|
* that is already available to the public.</p>
|
|
13
|
-
*
|
|
14
|
-
*
|
|
13
|
+
* <important>
|
|
14
|
+
* <p>
|
|
15
15
|
* <code>GetCheckerIpRanges</code> still works, but we recommend that you download
|
|
16
16
|
* ip-ranges.json, which includes IP address ranges for all Amazon Web Services
|
|
17
17
|
* services. For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/route-53-ip-addresses.html">IP Address Ranges
|
|
18
18
|
* of Amazon Route 53 Servers</a> in the <i>Amazon Route 53 Developer
|
|
19
19
|
* Guide</i>.</p>
|
|
20
|
-
*
|
|
20
|
+
* </important>
|
|
21
21
|
* @example
|
|
22
22
|
* Use a bare-bones client and the command you need to make an API call.
|
|
23
23
|
* ```javascript
|
|
@@ -10,25 +10,25 @@ export interface GetGeoLocationCommandOutput extends GetGeoLocationResponse, __M
|
|
|
10
10
|
/**
|
|
11
11
|
* <p>Gets information about whether a specified geographic location is supported for Amazon
|
|
12
12
|
* Route 53 geolocation resource record sets.</p>
|
|
13
|
-
*
|
|
13
|
+
* <p>Route 53 does not perform authorization for this API because it retrieves information
|
|
14
14
|
* that is already available to the public.</p>
|
|
15
|
-
*
|
|
15
|
+
* <p>Use the following syntax to determine whether a continent is supported for
|
|
16
16
|
* geolocation:</p>
|
|
17
|
-
*
|
|
17
|
+
* <p>
|
|
18
18
|
* <code>GET /2013-04-01/geolocation?continentcode=<i>two-letter abbreviation for
|
|
19
19
|
* a continent</i>
|
|
20
20
|
* </code>
|
|
21
21
|
* </p>
|
|
22
|
-
*
|
|
22
|
+
* <p>Use the following syntax to determine whether a country is supported for
|
|
23
23
|
* geolocation:</p>
|
|
24
|
-
*
|
|
24
|
+
* <p>
|
|
25
25
|
* <code>GET /2013-04-01/geolocation?countrycode=<i>two-character country
|
|
26
26
|
* code</i>
|
|
27
27
|
* </code>
|
|
28
28
|
* </p>
|
|
29
|
-
*
|
|
29
|
+
* <p>Use the following syntax to determine whether a subdivision of a country is supported
|
|
30
30
|
* for geolocation:</p>
|
|
31
|
-
*
|
|
31
|
+
* <p>
|
|
32
32
|
* <code>GET /2013-04-01/geolocation?countrycode=<i>two-character country
|
|
33
33
|
* code</i>&subdivisioncode=<i>subdivision
|
|
34
34
|
* code</i>
|
|
@@ -9,11 +9,11 @@ export interface GetHealthCheckStatusCommandOutput extends GetHealthCheckStatusR
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Gets status of a specified health check. </p>
|
|
12
|
-
*
|
|
13
|
-
*
|
|
12
|
+
* <important>
|
|
13
|
+
* <p>This API is intended for use during development to diagnose behavior. It doesn’t
|
|
14
14
|
* support production use-cases with high query rates that require immediate and
|
|
15
15
|
* actionable responses.</p>
|
|
16
|
-
*
|
|
16
|
+
* </important>
|
|
17
17
|
* @example
|
|
18
18
|
* Use a bare-bones client and the command you need to make an API call.
|
|
19
19
|
* ```javascript
|
|
@@ -10,7 +10,7 @@ export interface GetHostedZoneLimitCommandOutput extends GetHostedZoneLimitRespo
|
|
|
10
10
|
/**
|
|
11
11
|
* <p>Gets the specified limit for a specified hosted zone, for example, the maximum number
|
|
12
12
|
* of records that you can create in the hosted zone. </p>
|
|
13
|
-
*
|
|
13
|
+
* <p>For the default limit, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html">Limits</a> in the
|
|
14
14
|
* <i>Amazon Route 53 Developer Guide</i>. To request a higher limit,
|
|
15
15
|
* <a href="https://console.aws.amazon.com/support/home#/case/create?issueType=service-limit-increase&limitType=service-code-route53">open a case</a>.</p>
|
|
16
16
|
* @example
|
|
@@ -9,7 +9,7 @@ export interface GetQueryLoggingConfigCommandOutput extends GetQueryLoggingConfi
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Gets information about a specified configuration for DNS query logging.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>For more information about DNS query logs, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateQueryLoggingConfig.html">CreateQueryLoggingConfig</a> and <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/query-logs.html">Logging DNS
|
|
13
13
|
* Queries</a>.</p>
|
|
14
14
|
* @example
|
|
15
15
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -10,7 +10,7 @@ export interface GetReusableDelegationSetLimitCommandOutput extends GetReusableD
|
|
|
10
10
|
/**
|
|
11
11
|
* <p>Gets the maximum number of hosted zones that you can associate with the specified
|
|
12
12
|
* reusable delegation set.</p>
|
|
13
|
-
*
|
|
13
|
+
* <p>For the default limit, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html">Limits</a> in the
|
|
14
14
|
* <i>Amazon Route 53 Developer Guide</i>. To request a higher limit,
|
|
15
15
|
* <a href="https://console.aws.amazon.com/support/home#/case/create?issueType=service-limit-increase&limitType=service-code-route53">open a case</a>.</p>
|
|
16
16
|
* @example
|
|
@@ -9,7 +9,7 @@ export interface GetTrafficPolicyCommandOutput extends GetTrafficPolicyResponse,
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Gets information about a specific traffic policy version.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>For information about how of deleting a traffic policy affects the response from
|
|
13
13
|
* <code>GetTrafficPolicy</code>, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_DeleteTrafficPolicy.html">DeleteTrafficPolicy</a>. </p>
|
|
14
14
|
* @example
|
|
15
15
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -9,17 +9,17 @@ export interface GetTrafficPolicyInstanceCommandOutput extends GetTrafficPolicyI
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Gets information about a specified traffic policy instance.</p>
|
|
12
|
-
*
|
|
13
|
-
*
|
|
12
|
+
* <note>
|
|
13
|
+
* <p>After you submit a <code>CreateTrafficPolicyInstance</code> or an
|
|
14
14
|
* <code>UpdateTrafficPolicyInstance</code> request, there's a brief delay while
|
|
15
15
|
* Amazon Route 53 creates the resource record sets that are specified in the traffic
|
|
16
16
|
* policy definition. For more information, see the <code>State</code> response
|
|
17
17
|
* element.</p>
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
18
|
+
* </note>
|
|
19
|
+
* <note>
|
|
20
|
+
* <p>In the Route 53 console, traffic policy instances are known as policy
|
|
21
21
|
* records.</p>
|
|
22
|
-
*
|
|
22
|
+
* </note>
|
|
23
23
|
* @example
|
|
24
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
25
|
* ```javascript
|
|
@@ -9,13 +9,13 @@ export interface ListGeoLocationsCommandOutput extends ListGeoLocationsResponse,
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Retrieves a list of supported geographic locations.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>Countries are listed first, and continents are listed last. If Amazon Route 53
|
|
13
13
|
* supports subdivisions for a country (for example, states or provinces), the subdivisions
|
|
14
14
|
* for that country are listed in alphabetical order immediately after the corresponding
|
|
15
15
|
* country.</p>
|
|
16
|
-
*
|
|
16
|
+
* <p>Route 53 does not perform authorization for this API because it retrieves information
|
|
17
17
|
* that is already available to the public.</p>
|
|
18
|
-
*
|
|
18
|
+
* <p>For a list of supported geolocation codes, see the <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_GeoLocation.html">GeoLocation</a> data
|
|
19
19
|
* type.</p>
|
|
20
20
|
* @example
|
|
21
21
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -11,58 +11,58 @@ export interface ListHostedZonesByNameCommandOutput extends ListHostedZonesByNam
|
|
|
11
11
|
* <p>Retrieves a list of your hosted zones in lexicographic order. The response includes a
|
|
12
12
|
* <code>HostedZones</code> child element for each hosted zone created by the current
|
|
13
13
|
* Amazon Web Services account. </p>
|
|
14
|
-
*
|
|
14
|
+
* <p>
|
|
15
15
|
* <code>ListHostedZonesByName</code> sorts hosted zones by name with the labels
|
|
16
16
|
* reversed. For example:</p>
|
|
17
|
-
*
|
|
17
|
+
* <p>
|
|
18
18
|
* <code>com.example.www.</code>
|
|
19
19
|
* </p>
|
|
20
|
-
*
|
|
21
|
-
*
|
|
20
|
+
* <p>Note the trailing dot, which can change the sort order in some circumstances.</p>
|
|
21
|
+
* <p>If the domain name includes escape characters or Punycode,
|
|
22
22
|
* <code>ListHostedZonesByName</code> alphabetizes the domain name using the escaped or
|
|
23
23
|
* Punycoded value, which is the format that Amazon Route 53 saves in its database. For
|
|
24
24
|
* example, to create a hosted zone for exämple.com, you specify ex\344mple.com for
|
|
25
25
|
* the domain name. <code>ListHostedZonesByName</code> alphabetizes it as:</p>
|
|
26
|
-
*
|
|
26
|
+
* <p>
|
|
27
27
|
* <code>com.ex\344mple.</code>
|
|
28
28
|
* </p>
|
|
29
|
-
*
|
|
29
|
+
* <p>The labels are reversed and alphabetized using the escaped value. For more information
|
|
30
30
|
* about valid domain name formats, including internationalized domain names, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html">DNS
|
|
31
31
|
* Domain Name Format</a> in the <i>Amazon Route 53 Developer
|
|
32
32
|
* Guide</i>.</p>
|
|
33
|
-
*
|
|
33
|
+
* <p>Route 53 returns up to 100 items in each response. If you have a lot of hosted zones,
|
|
34
34
|
* use the <code>MaxItems</code> parameter to list them in groups of up to 100. The
|
|
35
35
|
* response includes values that help navigate from one group of <code>MaxItems</code>
|
|
36
36
|
* hosted zones to the next:</p>
|
|
37
|
-
*
|
|
37
|
+
* <ul>
|
|
38
38
|
* <li>
|
|
39
|
-
*
|
|
39
|
+
* <p>The <code>DNSName</code> and <code>HostedZoneId</code> elements in the
|
|
40
40
|
* response contain the values, if any, specified for the <code>dnsname</code> and
|
|
41
41
|
* <code>hostedzoneid</code> parameters in the request that produced the
|
|
42
42
|
* current response.</p>
|
|
43
|
-
*
|
|
43
|
+
* </li>
|
|
44
44
|
* <li>
|
|
45
|
-
*
|
|
45
|
+
* <p>The <code>MaxItems</code> element in the response contains the value, if any,
|
|
46
46
|
* that you specified for the <code>maxitems</code> parameter in the request that
|
|
47
47
|
* produced the current response.</p>
|
|
48
|
-
*
|
|
48
|
+
* </li>
|
|
49
49
|
* <li>
|
|
50
|
-
*
|
|
50
|
+
* <p>If the value of <code>IsTruncated</code> in the response is true, there are
|
|
51
51
|
* more hosted zones associated with the current Amazon Web Services account. </p>
|
|
52
|
-
*
|
|
52
|
+
* <p>If <code>IsTruncated</code> is false, this response includes the last hosted
|
|
53
53
|
* zone that is associated with the current account. The <code>NextDNSName</code>
|
|
54
54
|
* element and <code>NextHostedZoneId</code> elements are omitted from the
|
|
55
55
|
* response.</p>
|
|
56
|
-
*
|
|
56
|
+
* </li>
|
|
57
57
|
* <li>
|
|
58
|
-
*
|
|
58
|
+
* <p>The <code>NextDNSName</code> and <code>NextHostedZoneId</code> elements in the
|
|
59
59
|
* response contain the domain name and the hosted zone ID of the next hosted zone
|
|
60
60
|
* that is associated with the current Amazon Web Services account. If you want to
|
|
61
61
|
* list more hosted zones, make another call to <code>ListHostedZonesByName</code>,
|
|
62
62
|
* and specify the value of <code>NextDNSName</code> and
|
|
63
63
|
* <code>NextHostedZoneId</code> in the <code>dnsname</code> and
|
|
64
64
|
* <code>hostedzoneid</code> parameters, respectively.</p>
|
|
65
|
-
*
|
|
65
|
+
* </li>
|
|
66
66
|
* </ul>
|
|
67
67
|
* @example
|
|
68
68
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -12,42 +12,42 @@ export interface ListHostedZonesByVPCCommandOutput extends ListHostedZonesByVPCR
|
|
|
12
12
|
* of which Amazon Web Services account or Amazon Web Services service owns the hosted zones.
|
|
13
13
|
* The <code>HostedZoneOwner</code> structure in the response contains one of the following
|
|
14
14
|
* values:</p>
|
|
15
|
-
*
|
|
15
|
+
* <ul>
|
|
16
16
|
* <li>
|
|
17
|
-
*
|
|
17
|
+
* <p>An <code>OwningAccount</code> element, which contains the account number of
|
|
18
18
|
* either the current Amazon Web Services account or another Amazon Web Services account. Some services, such as Cloud Map, create
|
|
19
19
|
* hosted zones using the current account. </p>
|
|
20
|
-
*
|
|
20
|
+
* </li>
|
|
21
21
|
* <li>
|
|
22
|
-
*
|
|
22
|
+
* <p>An <code>OwningService</code> element, which identifies the Amazon Web Services
|
|
23
23
|
* service that created and owns the hosted zone. For example, if a hosted zone was
|
|
24
24
|
* created by Amazon Elastic File System (Amazon EFS), the value of
|
|
25
25
|
* <code>Owner</code> is <code>efs.amazonaws.com</code>. </p>
|
|
26
|
-
*
|
|
26
|
+
* </li>
|
|
27
27
|
* </ul>
|
|
28
|
-
*
|
|
29
|
-
*
|
|
28
|
+
* <note>
|
|
29
|
+
* <p>When listing private hosted zones, the hosted zone and the Amazon VPC must
|
|
30
30
|
* belong to the same partition where the hosted zones were created. A partition is a
|
|
31
31
|
* group of Amazon Web Services Regions. Each Amazon Web Services account is scoped to
|
|
32
32
|
* one partition.</p>
|
|
33
|
-
*
|
|
34
|
-
*
|
|
33
|
+
* <p>The following are the supported partitions:</p>
|
|
34
|
+
* <ul>
|
|
35
35
|
* <li>
|
|
36
|
-
*
|
|
36
|
+
* <p>
|
|
37
37
|
* <code>aws</code> - Amazon Web Services Regions</p>
|
|
38
|
-
*
|
|
38
|
+
* </li>
|
|
39
39
|
* <li>
|
|
40
|
-
*
|
|
40
|
+
* <p>
|
|
41
41
|
* <code>aws-cn</code> - China Regions</p>
|
|
42
|
-
*
|
|
42
|
+
* </li>
|
|
43
43
|
* <li>
|
|
44
|
-
*
|
|
44
|
+
* <p>
|
|
45
45
|
* <code>aws-us-gov</code> - Amazon Web Services GovCloud (US) Region</p>
|
|
46
|
-
*
|
|
46
|
+
* </li>
|
|
47
47
|
* </ul>
|
|
48
|
-
*
|
|
48
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Access Management</a>
|
|
49
49
|
* in the <i>Amazon Web Services General Reference</i>.</p>
|
|
50
|
-
*
|
|
50
|
+
* </note>
|
|
51
51
|
* @example
|
|
52
52
|
* Use a bare-bones client and the command you need to make an API call.
|
|
53
53
|
* ```javascript
|
|
@@ -11,7 +11,7 @@ export interface ListHostedZonesCommandOutput extends ListHostedZonesResponse, _
|
|
|
11
11
|
* <p>Retrieves a list of the public and private hosted zones that are associated with the
|
|
12
12
|
* current Amazon Web Services account. The response includes a <code>HostedZones</code>
|
|
13
13
|
* child element for each hosted zone.</p>
|
|
14
|
-
*
|
|
14
|
+
* <p>Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of
|
|
15
15
|
* hosted zones, you can use the <code>maxitems</code> parameter to list them in groups of
|
|
16
16
|
* up to 100.</p>
|
|
17
17
|
* @example
|
|
@@ -11,7 +11,7 @@ export interface ListQueryLoggingConfigsCommandOutput extends ListQueryLoggingCo
|
|
|
11
11
|
* <p>Lists the configurations for DNS query logging that are associated with the current
|
|
12
12
|
* Amazon Web Services account or the configuration that is associated with a specified
|
|
13
13
|
* hosted zone.</p>
|
|
14
|
-
*
|
|
14
|
+
* <p>For more information about DNS query logs, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateQueryLoggingConfig.html">CreateQueryLoggingConfig</a>. Additional information, including the format of
|
|
15
15
|
* DNS query logs, appears in <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/query-logs.html">Logging DNS Queries</a> in
|
|
16
16
|
* the <i>Amazon Route 53 Developer Guide</i>.</p>
|
|
17
17
|
* @example
|
|
@@ -9,70 +9,70 @@ export interface ListResourceRecordSetsCommandOutput extends ListResourceRecordS
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Lists the resource record sets in a specified hosted zone.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>
|
|
13
13
|
* <code>ListResourceRecordSets</code> returns up to 300 resource record sets at a time
|
|
14
14
|
* in ASCII order, beginning at a position specified by the <code>name</code> and
|
|
15
15
|
* <code>type</code> elements.</p>
|
|
16
|
-
*
|
|
16
|
+
* <p>
|
|
17
17
|
* <b>Sort order</b>
|
|
18
18
|
* </p>
|
|
19
|
-
*
|
|
19
|
+
* <p>
|
|
20
20
|
* <code>ListResourceRecordSets</code> sorts results first by DNS name with the labels
|
|
21
21
|
* reversed, for example:</p>
|
|
22
|
-
*
|
|
22
|
+
* <p>
|
|
23
23
|
* <code>com.example.www.</code>
|
|
24
24
|
* </p>
|
|
25
|
-
*
|
|
25
|
+
* <p>Note the trailing dot, which can change the sort order when the record name contains
|
|
26
26
|
* characters that appear before <code>.</code> (decimal 46) in the ASCII table. These
|
|
27
27
|
* characters include the following: <code>! " # $ % & ' ( ) * + , -</code>
|
|
28
28
|
* </p>
|
|
29
|
-
*
|
|
29
|
+
* <p>When multiple records have the same DNS name, <code>ListResourceRecordSets</code>
|
|
30
30
|
* sorts results by the record type.</p>
|
|
31
|
-
*
|
|
31
|
+
* <p>
|
|
32
32
|
* <b>Specifying where to start listing records</b>
|
|
33
33
|
* </p>
|
|
34
|
-
*
|
|
34
|
+
* <p>You can use the name and type elements to specify the resource record set that the
|
|
35
35
|
* list begins with:</p>
|
|
36
|
-
*
|
|
36
|
+
* <dl>
|
|
37
37
|
* <dt>If you do not specify Name or Type</dt>
|
|
38
38
|
* <dd>
|
|
39
|
-
*
|
|
39
|
+
* <p>The results begin with the first resource record set that the hosted zone
|
|
40
40
|
* contains.</p>
|
|
41
|
-
*
|
|
41
|
+
* </dd>
|
|
42
42
|
* <dt>If you specify Name but not Type</dt>
|
|
43
43
|
* <dd>
|
|
44
|
-
*
|
|
44
|
+
* <p>The results begin with the first resource record set in the list whose
|
|
45
45
|
* name is greater than or equal to <code>Name</code>.</p>
|
|
46
|
-
*
|
|
46
|
+
* </dd>
|
|
47
47
|
* <dt>If you specify Type but not Name</dt>
|
|
48
48
|
* <dd>
|
|
49
|
-
*
|
|
50
|
-
*
|
|
49
|
+
* <p>Amazon Route 53 returns the <code>InvalidInput</code> error.</p>
|
|
50
|
+
* </dd>
|
|
51
51
|
* <dt>If you specify both Name and Type</dt>
|
|
52
52
|
* <dd>
|
|
53
|
-
*
|
|
53
|
+
* <p>The results begin with the first resource record set in the list whose
|
|
54
54
|
* name is greater than or equal to <code>Name</code>, and whose type is
|
|
55
55
|
* greater than or equal to <code>Type</code>.</p>
|
|
56
|
-
*
|
|
56
|
+
* </dd>
|
|
57
57
|
* </dl>
|
|
58
|
-
*
|
|
58
|
+
* <p>
|
|
59
59
|
* <b>Resource record sets that are PENDING</b>
|
|
60
60
|
* </p>
|
|
61
|
-
*
|
|
61
|
+
* <p>This action returns the most current version of the records. This includes records
|
|
62
62
|
* that are <code>PENDING</code>, and that are not yet available on all Route 53 DNS
|
|
63
63
|
* servers.</p>
|
|
64
|
-
*
|
|
64
|
+
* <p>
|
|
65
65
|
* <b>Changing resource record sets</b>
|
|
66
66
|
* </p>
|
|
67
|
-
*
|
|
67
|
+
* <p>To ensure that you get an accurate listing of the resource record sets for a hosted
|
|
68
68
|
* zone at a point in time, do not submit a <code>ChangeResourceRecordSets</code> request
|
|
69
69
|
* while you're paging through the results of a <code>ListResourceRecordSets</code>
|
|
70
70
|
* request. If you do, some pages may display results without the latest changes while
|
|
71
71
|
* other pages display results with the latest changes.</p>
|
|
72
|
-
*
|
|
72
|
+
* <p>
|
|
73
73
|
* <b>Displaying the next page of results</b>
|
|
74
74
|
* </p>
|
|
75
|
-
*
|
|
75
|
+
* <p>If a <code>ListResourceRecordSets</code> command returns more than one page of
|
|
76
76
|
* results, the value of <code>IsTruncated</code> is <code>true</code>. To display the next
|
|
77
77
|
* page of results, get the values of <code>NextRecordName</code>,
|
|
78
78
|
* <code>NextRecordType</code>, and <code>NextRecordIdentifier</code> (if any) from the
|
|
@@ -9,7 +9,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Lists tags for one health check or hosted zone. </p>
|
|
12
|
-
*
|
|
12
|
+
* <p>For information about using tags for cost allocation, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html">Using Cost Allocation
|
|
13
13
|
* Tags</a> in the <i>Billing and Cost Management User Guide</i>.</p>
|
|
14
14
|
* @example
|
|
15
15
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -9,7 +9,7 @@ export interface ListTagsForResourcesCommandOutput extends ListTagsForResourcesR
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Lists tags for up to 10 health checks or hosted zones.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>For information about using tags for cost allocation, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html">Using Cost Allocation
|
|
13
13
|
* Tags</a> in the <i>Billing and Cost Management User Guide</i>.</p>
|
|
14
14
|
* @example
|
|
15
15
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -11,7 +11,7 @@ export interface ListTrafficPoliciesCommandOutput extends ListTrafficPoliciesRes
|
|
|
11
11
|
* <p>Gets information about the latest version for every traffic policy that is associated
|
|
12
12
|
* with the current Amazon Web Services account. Policies are listed in the order that they
|
|
13
13
|
* were created in. </p>
|
|
14
|
-
*
|
|
14
|
+
* <p>For information about how of deleting a traffic policy affects the response from
|
|
15
15
|
* <code>ListTrafficPolicies</code>, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_DeleteTrafficPolicy.html">DeleteTrafficPolicy</a>. </p>
|
|
16
16
|
* @example
|
|
17
17
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -10,14 +10,14 @@ export interface ListTrafficPolicyInstancesByHostedZoneCommandOutput extends Lis
|
|
|
10
10
|
/**
|
|
11
11
|
* <p>Gets information about the traffic policy instances that you created in a specified
|
|
12
12
|
* hosted zone.</p>
|
|
13
|
-
*
|
|
14
|
-
*
|
|
13
|
+
* <note>
|
|
14
|
+
* <p>After you submit a <code>CreateTrafficPolicyInstance</code> or an
|
|
15
15
|
* <code>UpdateTrafficPolicyInstance</code> request, there's a brief delay while
|
|
16
16
|
* Amazon Route 53 creates the resource record sets that are specified in the traffic
|
|
17
17
|
* policy definition. For more information, see the <code>State</code> response
|
|
18
18
|
* element.</p>
|
|
19
|
-
*
|
|
20
|
-
*
|
|
19
|
+
* </note>
|
|
20
|
+
* <p>Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic
|
|
21
21
|
* policy instances, you can use the <code>MaxItems</code> parameter to list them in groups
|
|
22
22
|
* of up to 100.</p>
|
|
23
23
|
* @example
|
|
@@ -10,14 +10,14 @@ export interface ListTrafficPolicyInstancesByPolicyCommandOutput extends ListTra
|
|
|
10
10
|
/**
|
|
11
11
|
* <p>Gets information about the traffic policy instances that you created by using a
|
|
12
12
|
* specify traffic policy version.</p>
|
|
13
|
-
*
|
|
14
|
-
*
|
|
13
|
+
* <note>
|
|
14
|
+
* <p>After you submit a <code>CreateTrafficPolicyInstance</code> or an
|
|
15
15
|
* <code>UpdateTrafficPolicyInstance</code> request, there's a brief delay while
|
|
16
16
|
* Amazon Route 53 creates the resource record sets that are specified in the traffic
|
|
17
17
|
* policy definition. For more information, see the <code>State</code> response
|
|
18
18
|
* element.</p>
|
|
19
|
-
*
|
|
20
|
-
*
|
|
19
|
+
* </note>
|
|
20
|
+
* <p>Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic
|
|
21
21
|
* policy instances, you can use the <code>MaxItems</code> parameter to list them in groups
|
|
22
22
|
* of up to 100.</p>
|
|
23
23
|
* @example
|
|
@@ -10,13 +10,13 @@ export interface ListTrafficPolicyInstancesCommandOutput extends ListTrafficPoli
|
|
|
10
10
|
/**
|
|
11
11
|
* <p>Gets information about the traffic policy instances that you created by using the
|
|
12
12
|
* current Amazon Web Services account.</p>
|
|
13
|
-
*
|
|
14
|
-
*
|
|
13
|
+
* <note>
|
|
14
|
+
* <p>After you submit an <code>UpdateTrafficPolicyInstance</code> request, there's a
|
|
15
15
|
* brief delay while Amazon Route 53 creates the resource record sets that are
|
|
16
16
|
* specified in the traffic policy definition. For more information, see the
|
|
17
17
|
* <code>State</code> response element.</p>
|
|
18
|
-
*
|
|
19
|
-
*
|
|
18
|
+
* </note>
|
|
19
|
+
* <p>Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic
|
|
20
20
|
* policy instances, you can use the <code>MaxItems</code> parameter to list them in groups
|
|
21
21
|
* of up to 100.</p>
|
|
22
22
|
* @example
|
|
@@ -9,7 +9,7 @@ export interface ListTrafficPolicyVersionsCommandOutput extends ListTrafficPolic
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Gets information about all of the versions for a specified traffic policy.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>Traffic policy versions are listed in numerical order by
|
|
13
13
|
* <code>VersionNumber</code>.</p>
|
|
14
14
|
* @example
|
|
15
15
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -11,7 +11,7 @@ export interface ListVPCAssociationAuthorizationsCommandOutput extends ListVPCAs
|
|
|
11
11
|
* <p>Gets a list of the VPCs that were created by other accounts and that can be associated
|
|
12
12
|
* with a specified hosted zone because you've submitted one or more
|
|
13
13
|
* <code>CreateVPCAssociationAuthorization</code> requests. </p>
|
|
14
|
-
*
|
|
14
|
+
* <p>The response includes a <code>VPCs</code> element with a <code>VPC</code> child
|
|
15
15
|
* element for each VPC that can be associated with the hosted zone.</p>
|
|
16
16
|
* @example
|
|
17
17
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -11,7 +11,7 @@ export interface TestDNSAnswerCommandOutput extends TestDNSAnswerResponse, __Met
|
|
|
11
11
|
* <p>Gets the value that Amazon Route 53 returns in response to a DNS request for a
|
|
12
12
|
* specified record name and type. You can optionally specify the IP address of a DNS
|
|
13
13
|
* resolver, an EDNS0 client subnet IP address, and a subnet mask. </p>
|
|
14
|
-
*
|
|
14
|
+
* <p>This call only supports querying public hosted zones.</p>
|
|
15
15
|
* @example
|
|
16
16
|
* Use a bare-bones client and the command you need to make an API call.
|
|
17
17
|
* ```javascript
|
|
@@ -9,7 +9,7 @@ export interface UpdateHealthCheckCommandOutput extends UpdateHealthCheckRespons
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Updates an existing health check. Note that some values can't be updated. </p>
|
|
12
|
-
*
|
|
12
|
+
* <p>For more information about updating health checks, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/health-checks-creating-deleting.html">Creating,
|
|
13
13
|
* Updating, and Deleting Health Checks</a> in the <i>Amazon Route 53
|
|
14
14
|
* Developer Guide</i>.</p>
|
|
15
15
|
* @example
|
|
@@ -10,26 +10,26 @@ export interface UpdateTrafficPolicyInstanceCommandOutput extends UpdateTrafficP
|
|
|
10
10
|
/**
|
|
11
11
|
* <p>Updates the resource record sets in a specified hosted zone that were created based on
|
|
12
12
|
* the settings in a specified traffic policy version.</p>
|
|
13
|
-
*
|
|
13
|
+
* <p>When you update a traffic policy instance, Amazon Route 53 continues to respond to DNS
|
|
14
14
|
* queries for the root resource record set name (such as example.com) while it replaces
|
|
15
15
|
* one group of resource record sets with another. Route 53 performs the following
|
|
16
16
|
* operations:</p>
|
|
17
|
-
*
|
|
17
|
+
* <ol>
|
|
18
18
|
* <li>
|
|
19
|
-
*
|
|
19
|
+
* <p>Route 53 creates a new group of resource record sets based on the specified
|
|
20
20
|
* traffic policy. This is true regardless of how significant the differences are
|
|
21
21
|
* between the existing resource record sets and the new resource record sets.
|
|
22
22
|
* </p>
|
|
23
|
-
*
|
|
23
|
+
* </li>
|
|
24
24
|
* <li>
|
|
25
|
-
*
|
|
25
|
+
* <p>When all of the new resource record sets have been created, Route 53 starts to
|
|
26
26
|
* respond to DNS queries for the root resource record set name (such as
|
|
27
27
|
* example.com) by using the new resource record sets.</p>
|
|
28
|
-
*
|
|
28
|
+
* </li>
|
|
29
29
|
* <li>
|
|
30
|
-
*
|
|
30
|
+
* <p>Route 53 deletes the old group of resource record sets that are associated
|
|
31
31
|
* with the root resource record set name.</p>
|
|
32
|
-
*
|
|
32
|
+
* </li>
|
|
33
33
|
* </ol>
|
|
34
34
|
* @example
|
|
35
35
|
* Use a bare-bones client and the command you need to make an API call.
|