@aws-sdk/client-route-53 3.165.0 → 3.167.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 CHANGED
@@ -3,6 +3,17 @@
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.167.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.166.0...v3.167.0) (2022-09-08)
7
+
8
+
9
+ ### Features
10
+
11
+ * **client-route-53:** Amazon Route 53 now supports the Middle East (UAE) Region (me-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region. ([9676c8f](https://github.com/aws/aws-sdk-js-v3/commit/9676c8f18cf8da9cf44c2441f852a3b5ffed21fb))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.165.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.164.0...v3.165.0) (2022-09-06)
7
18
 
8
19
  **Note:** Version bump only for package @aws-sdk/client-route-53
package/README.md CHANGED
@@ -9,23 +9,8 @@
9
9
 
10
10
  AWS SDK for JavaScript Route53 Client for Node.js, Browser and React Native.
11
11
 
12
- <p>Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web
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>
29
14
 
30
15
  ## Installing
31
16
 
@@ -71,23 +71,8 @@ import { UpdateTrafficPolicyCommentCommandInput, UpdateTrafficPolicyCommentComma
71
71
  import { UpdateTrafficPolicyInstanceCommandInput, UpdateTrafficPolicyInstanceCommandOutput } from "./commands/UpdateTrafficPolicyInstanceCommand";
72
72
  import { Route53Client } from "./Route53Client";
73
73
  /**
74
- * <p>Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web
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>
91
76
  */
92
77
  export declare class Route53 extends Route53Client {
93
78
  /**
@@ -145,8 +130,9 @@ export declare class Route53 extends Route53Client {
145
130
  * <p>
146
131
  * <b>Limits</b>
147
132
  * </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>
133
+ * <p>The max number of CIDR blocks included in the request is
134
+ * 1000.
135
+ * As a result, big updates require multiple API calls.</p>
150
136
  * <p>
151
137
  * <b> PUT and DELETE_IF_EXISTS</b>
152
138
  * </p>
@@ -272,7 +258,9 @@ export declare class Route53 extends Route53Client {
272
258
  changeTagsForResource(args: ChangeTagsForResourceCommandInput, cb: (err: any, data?: ChangeTagsForResourceCommandOutput) => void): void;
273
259
  changeTagsForResource(args: ChangeTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ChangeTagsForResourceCommandOutput) => void): void;
274
260
  /**
275
- * <p>Creates a CIDR collection in the current Amazon Web Services account.</p>
261
+ * <p>Creates a CIDR collection in the
262
+ * current
263
+ * Amazon Web Services account.</p>
276
264
  */
277
265
  createCidrCollection(args: CreateCidrCollectionCommandInput, options?: __HttpHandlerOptions): Promise<CreateCidrCollectionCommandOutput>;
278
266
  createCidrCollection(args: CreateCidrCollectionCommandInput, cb: (err: any, data?: CreateCidrCollectionCommandOutput) => void): void;
@@ -196,23 +196,8 @@ declare type Route53ClientResolvedConfigType = __SmithyResolvedConfiguration<__H
196
196
  export interface Route53ClientResolvedConfig extends Route53ClientResolvedConfigType {
197
197
  }
198
198
  /**
199
- * <p>Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web
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>
216
201
  */
217
202
  export declare class Route53Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, Route53ClientResolvedConfig> {
218
203
  /**
@@ -15,8 +15,9 @@ 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 1000. As a result, big updates
19
- * require multiple API calls.</p>
18
+ * <p>The max number of CIDR blocks included in the request is
19
+ * 1000.
20
+ * As a result, big updates require multiple API calls.</p>
20
21
  * <p>
21
22
  * <b> PUT and DELETE_IF_EXISTS</b>
22
23
  * </p>
@@ -7,7 +7,9 @@ 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 current Amazon Web Services account.</p>
10
+ * <p>Creates a CIDR collection in the
11
+ * current
12
+ * Amazon Web Services account.</p>
11
13
  * @example
12
14
  * Use a bare-bones client and the command you need to make an API call.
13
15
  * ```javascript
@@ -161,7 +161,7 @@ export declare class NoSuchKeySigningKey extends __BaseException {
161
161
  */
162
162
  constructor(opts: __ExceptionOptionType<NoSuchKeySigningKey, __BaseException>);
163
163
  }
164
- export declare type CloudWatchRegion = "af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "eu-central-1" | "eu-north-1" | "eu-south-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "me-south-1" | "sa-east-1" | "us-east-1" | "us-east-2" | "us-gov-east-1" | "us-gov-west-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "us-west-1" | "us-west-2";
164
+ export declare type CloudWatchRegion = "af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "eu-central-1" | "eu-north-1" | "eu-south-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "me-central-1" | "me-south-1" | "sa-east-1" | "us-east-1" | "us-east-2" | "us-gov-east-1" | "us-gov-west-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "us-west-1" | "us-west-2";
165
165
  /**
166
166
  * <p>A complex type that identifies the CloudWatch alarm that you want Amazon Route 53
167
167
  * health checkers to use to determine whether the specified health check is
@@ -619,7 +619,7 @@ export interface AliasTarget {
619
619
  */
620
620
  EvaluateTargetHealth: boolean | undefined;
621
621
  }
622
- export declare type VPCRegion = "af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ca-central-1" | "cn-north-1" | "eu-central-1" | "eu-north-1" | "eu-south-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "me-south-1" | "sa-east-1" | "us-east-1" | "us-east-2" | "us-gov-east-1" | "us-gov-west-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "us-west-1" | "us-west-2";
622
+ export declare type VPCRegion = "af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ca-central-1" | "cn-north-1" | "eu-central-1" | "eu-north-1" | "eu-south-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "me-central-1" | "me-south-1" | "sa-east-1" | "us-east-1" | "us-east-2" | "us-gov-east-1" | "us-gov-west-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "us-west-1" | "us-west-2";
623
623
  /**
624
624
  * <p>(Private hosted zones only) A complex type that contains information about an Amazon VPC.</p>
625
625
  * <p>If you associate a private hosted zone with an Amazon VPC when you make a
@@ -4728,8 +4728,8 @@ export interface LocationSummary {
4728
4728
  }
4729
4729
  export interface ListCidrLocationsResponse {
4730
4730
  /**
4731
- * <p>An opaque pagination token to indicate where the service is to begin enumerating
4732
- * results.</p>
4731
+ * <p>An opaque
4732
+ * pagination token to indicate where the service is to begin enumerating results.</p>
4733
4733
  * <p>If no value is provided, the listing of results starts from the beginning.</p>
4734
4734
  */
4735
4735
  NextToken?: string;
@@ -72,7 +72,7 @@ export declare class NoSuchKeySigningKey extends __BaseException {
72
72
 
73
73
  constructor(opts: __ExceptionOptionType<NoSuchKeySigningKey, __BaseException>);
74
74
  }
75
- export declare type CloudWatchRegion = "af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "eu-central-1" | "eu-north-1" | "eu-south-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "me-south-1" | "sa-east-1" | "us-east-1" | "us-east-2" | "us-gov-east-1" | "us-gov-west-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "us-west-1" | "us-west-2";
75
+ export declare type CloudWatchRegion = "af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "eu-central-1" | "eu-north-1" | "eu-south-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "me-central-1" | "me-south-1" | "sa-east-1" | "us-east-1" | "us-east-2" | "us-gov-east-1" | "us-gov-west-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "us-west-1" | "us-west-2";
76
76
 
77
77
  export interface AlarmIdentifier {
78
78
 
@@ -89,7 +89,7 @@ export interface AliasTarget {
89
89
 
90
90
  EvaluateTargetHealth: boolean | undefined;
91
91
  }
92
- export declare type VPCRegion = "af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ca-central-1" | "cn-north-1" | "eu-central-1" | "eu-north-1" | "eu-south-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "me-south-1" | "sa-east-1" | "us-east-1" | "us-east-2" | "us-gov-east-1" | "us-gov-west-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "us-west-1" | "us-west-2";
92
+ export declare type VPCRegion = "af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ca-central-1" | "cn-north-1" | "eu-central-1" | "eu-north-1" | "eu-south-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "me-central-1" | "me-south-1" | "sa-east-1" | "us-east-1" | "us-east-2" | "us-gov-east-1" | "us-gov-west-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "us-west-1" | "us-west-2";
93
93
 
94
94
  export interface VPC {
95
95
 
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.165.0",
4
+ "version": "3.167.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",