@aws-sdk/client-route-53 3.161.0 → 3.165.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/CHANGELOG.md +24 -0
- package/README.md +16 -1
- package/dist-types/Route53.d.ts +19 -7
- package/dist-types/Route53Client.d.ts +16 -1
- package/dist-types/commands/ChangeCidrCollectionCommand.d.ts +2 -3
- package/dist-types/commands/CreateCidrCollectionCommand.d.ts +1 -3
- package/dist-types/models/models_0.d.ts +2 -10
- package/package.json +28 -28
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,30 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.165.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.164.0...v3.165.0) (2022-09-06)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-route-53
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.163.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.162.0...v3.163.0) (2022-09-01)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-route-53
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [3.162.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.161.0...v3.162.0) (2022-08-31)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @aws-sdk/client-route-53
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
6
30
|
# [3.161.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.160.0...v3.161.0) (2022-08-30)
|
|
7
31
|
|
|
8
32
|
|
package/README.md
CHANGED
|
@@ -9,8 +9,23 @@
|
|
|
9
9
|
|
|
10
10
|
AWS SDK for JavaScript Route53 Client for Node.js, Browser and React Native.
|
|
11
11
|
|
|
12
|
-
<p>Amazon Route
|
|
12
|
+
<p>Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web
|
|
13
13
|
service.</p>
|
|
14
|
+
<p>You can use Route 53 to:</p>
|
|
15
|
+
<ul>
|
|
16
|
+
<li>
|
|
17
|
+
<p>Register domain names.</p>
|
|
18
|
+
<p>For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-domain-registration.html">How domain registration works</a>.</p>
|
|
19
|
+
</li>
|
|
20
|
+
<li>
|
|
21
|
+
<p>Route internet traffic to the resources for your domain</p>
|
|
22
|
+
<p>For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-dns-service.html">How internet traffic is routed to your website or web application</a>.</p>
|
|
23
|
+
</li>
|
|
24
|
+
<li>
|
|
25
|
+
<p>Check the health of your resources.</p>
|
|
26
|
+
<p>For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-health-checks.html">How Route 53 checks the health of your resources</a>.</p>
|
|
27
|
+
</li>
|
|
28
|
+
</ul>
|
|
14
29
|
|
|
15
30
|
## Installing
|
|
16
31
|
|
package/dist-types/Route53.d.ts
CHANGED
|
@@ -71,8 +71,23 @@ import { UpdateTrafficPolicyCommentCommandInput, UpdateTrafficPolicyCommentComma
|
|
|
71
71
|
import { UpdateTrafficPolicyInstanceCommandInput, UpdateTrafficPolicyInstanceCommandOutput } from "./commands/UpdateTrafficPolicyInstanceCommand";
|
|
72
72
|
import { Route53Client } from "./Route53Client";
|
|
73
73
|
/**
|
|
74
|
-
* <p>Amazon Route
|
|
74
|
+
* <p>Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web
|
|
75
75
|
* service.</p>
|
|
76
|
+
* <p>You can use Route 53 to:</p>
|
|
77
|
+
* <ul>
|
|
78
|
+
* <li>
|
|
79
|
+
* <p>Register domain names.</p>
|
|
80
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-domain-registration.html">How domain registration works</a>.</p>
|
|
81
|
+
* </li>
|
|
82
|
+
* <li>
|
|
83
|
+
* <p>Route internet traffic to the resources for your domain</p>
|
|
84
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-dns-service.html">How internet traffic is routed to your website or web application</a>.</p>
|
|
85
|
+
* </li>
|
|
86
|
+
* <li>
|
|
87
|
+
* <p>Check the health of your resources.</p>
|
|
88
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-health-checks.html">How Route 53 checks the health of your resources</a>.</p>
|
|
89
|
+
* </li>
|
|
90
|
+
* </ul>
|
|
76
91
|
*/
|
|
77
92
|
export declare class Route53 extends Route53Client {
|
|
78
93
|
/**
|
|
@@ -130,9 +145,8 @@ export declare class Route53 extends Route53Client {
|
|
|
130
145
|
* <p>
|
|
131
146
|
* <b>Limits</b>
|
|
132
147
|
* </p>
|
|
133
|
-
* <p>The max number of CIDR blocks included in the request is
|
|
134
|
-
*
|
|
135
|
-
* As a result, big updates require multiple API calls.</p>
|
|
148
|
+
* <p>The max number of CIDR blocks included in the request is 1000. As a result, big updates
|
|
149
|
+
* require multiple API calls.</p>
|
|
136
150
|
* <p>
|
|
137
151
|
* <b> PUT and DELETE_IF_EXISTS</b>
|
|
138
152
|
* </p>
|
|
@@ -258,9 +272,7 @@ export declare class Route53 extends Route53Client {
|
|
|
258
272
|
changeTagsForResource(args: ChangeTagsForResourceCommandInput, cb: (err: any, data?: ChangeTagsForResourceCommandOutput) => void): void;
|
|
259
273
|
changeTagsForResource(args: ChangeTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ChangeTagsForResourceCommandOutput) => void): void;
|
|
260
274
|
/**
|
|
261
|
-
* <p>Creates a CIDR collection in the
|
|
262
|
-
* current
|
|
263
|
-
* Amazon Web Services account.</p>
|
|
275
|
+
* <p>Creates a CIDR collection in the current Amazon Web Services account.</p>
|
|
264
276
|
*/
|
|
265
277
|
createCidrCollection(args: CreateCidrCollectionCommandInput, options?: __HttpHandlerOptions): Promise<CreateCidrCollectionCommandOutput>;
|
|
266
278
|
createCidrCollection(args: CreateCidrCollectionCommandInput, cb: (err: any, data?: CreateCidrCollectionCommandOutput) => void): void;
|
|
@@ -196,8 +196,23 @@ declare type Route53ClientResolvedConfigType = __SmithyResolvedConfiguration<__H
|
|
|
196
196
|
export interface Route53ClientResolvedConfig extends Route53ClientResolvedConfigType {
|
|
197
197
|
}
|
|
198
198
|
/**
|
|
199
|
-
* <p>Amazon Route
|
|
199
|
+
* <p>Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web
|
|
200
200
|
* service.</p>
|
|
201
|
+
* <p>You can use Route 53 to:</p>
|
|
202
|
+
* <ul>
|
|
203
|
+
* <li>
|
|
204
|
+
* <p>Register domain names.</p>
|
|
205
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-domain-registration.html">How domain registration works</a>.</p>
|
|
206
|
+
* </li>
|
|
207
|
+
* <li>
|
|
208
|
+
* <p>Route internet traffic to the resources for your domain</p>
|
|
209
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-dns-service.html">How internet traffic is routed to your website or web application</a>.</p>
|
|
210
|
+
* </li>
|
|
211
|
+
* <li>
|
|
212
|
+
* <p>Check the health of your resources.</p>
|
|
213
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-health-checks.html">How Route 53 checks the health of your resources</a>.</p>
|
|
214
|
+
* </li>
|
|
215
|
+
* </ul>
|
|
201
216
|
*/
|
|
202
217
|
export declare class Route53Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, Route53ClientResolvedConfig> {
|
|
203
218
|
/**
|
|
@@ -15,9 +15,8 @@ export interface ChangeCidrCollectionCommandOutput extends ChangeCidrCollectionR
|
|
|
15
15
|
* <p>
|
|
16
16
|
* <b>Limits</b>
|
|
17
17
|
* </p>
|
|
18
|
-
* <p>The max number of CIDR blocks included in the request is
|
|
19
|
-
*
|
|
20
|
-
* As a result, big updates require multiple API calls.</p>
|
|
18
|
+
* <p>The max number of CIDR blocks included in the request is 1000. As a result, big updates
|
|
19
|
+
* require multiple API calls.</p>
|
|
21
20
|
* <p>
|
|
22
21
|
* <b> PUT and DELETE_IF_EXISTS</b>
|
|
23
22
|
* </p>
|
|
@@ -7,9 +7,7 @@ export interface CreateCidrCollectionCommandInput extends CreateCidrCollectionRe
|
|
|
7
7
|
export interface CreateCidrCollectionCommandOutput extends CreateCidrCollectionResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Creates a CIDR collection in the
|
|
11
|
-
* current
|
|
12
|
-
* Amazon Web Services account.</p>
|
|
10
|
+
* <p>Creates a CIDR collection in the current Amazon Web Services account.</p>
|
|
13
11
|
* @example
|
|
14
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
13
|
* ```javascript
|
|
@@ -204,10 +204,6 @@ export interface AlarmIdentifier {
|
|
|
204
204
|
* following:</p>
|
|
205
205
|
* <ul>
|
|
206
206
|
* <li>
|
|
207
|
-
* <p>Creating geolocation alias resource record sets or latency alias resource
|
|
208
|
-
* record sets in a private hosted zone is unsupported.</p>
|
|
209
|
-
* </li>
|
|
210
|
-
* <li>
|
|
211
207
|
* <p>For information about creating failover resource record sets in a private
|
|
212
208
|
* hosted zone, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-private-hosted-zones.html">Configuring Failover in a Private Hosted Zone</a>.</p>
|
|
213
209
|
* </li>
|
|
@@ -1395,10 +1391,6 @@ export interface ResourceRecordSet {
|
|
|
1395
1391
|
* route traffic to a CloudFront distribution.</p>
|
|
1396
1392
|
* </li>
|
|
1397
1393
|
* <li>
|
|
1398
|
-
* <p>Creating geolocation alias resource record sets or latency alias resource
|
|
1399
|
-
* record sets in a private hosted zone is unsupported.</p>
|
|
1400
|
-
* </li>
|
|
1401
|
-
* <li>
|
|
1402
1394
|
* <p>For information about creating failover resource record sets in a private
|
|
1403
1395
|
* hosted zone, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-private-hosted-zones.html">Configuring Failover in a Private Hosted Zone</a> in the
|
|
1404
1396
|
* <i>Amazon Route 53 Developer Guide</i>.</p>
|
|
@@ -4736,8 +4728,8 @@ export interface LocationSummary {
|
|
|
4736
4728
|
}
|
|
4737
4729
|
export interface ListCidrLocationsResponse {
|
|
4738
4730
|
/**
|
|
4739
|
-
* <p>An opaque
|
|
4740
|
-
*
|
|
4731
|
+
* <p>An opaque pagination token to indicate where the service is to begin enumerating
|
|
4732
|
+
* results.</p>
|
|
4741
4733
|
* <p>If no value is provided, the listing of results starts from the beginning.</p>
|
|
4742
4734
|
*/
|
|
4743
4735
|
NextToken?: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-route-53",
|
|
3
3
|
"description": "AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.165.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,39 +18,39 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
31
|
-
"@aws-sdk/middleware-retry": "3.
|
|
32
|
-
"@aws-sdk/middleware-sdk-route53": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.165.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.163.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.165.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.162.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.162.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.162.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.162.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.162.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.162.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.162.0",
|
|
31
|
+
"@aws-sdk/middleware-retry": "3.162.0",
|
|
32
|
+
"@aws-sdk/middleware-sdk-route53": "3.162.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.162.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.163.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.162.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.162.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.162.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.162.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.162.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.162.0",
|
|
41
|
+
"@aws-sdk/types": "3.162.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.162.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.154.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.162.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.163.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.162.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.162.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.109.0",
|
|
53
|
-
"@aws-sdk/util-waiter": "3.
|
|
53
|
+
"@aws-sdk/util-waiter": "3.162.0",
|
|
54
54
|
"@aws-sdk/xml-builder": "3.142.0",
|
|
55
55
|
"entities": "2.2.0",
|
|
56
56
|
"fast-xml-parser": "3.19.0",
|