@aws-sdk/client-route-53 3.41.0 → 3.46.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 +44 -0
- package/dist-cjs/endpoints.js +1 -0
- package/dist-cjs/protocols/Aws_restXml.js +8 -0
- package/dist-cjs/runtimeConfig.js +0 -2
- package/dist-es/endpoints.js +1 -0
- package/dist-es/protocols/Aws_restXml.js +21 -13
- package/dist-es/runtimeConfig.js +0 -2
- package/dist-types/Route53.d.ts +4 -0
- package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +22 -17
- package/dist-types/ts3.4/models/models_0.d.ts +3 -3
- package/package.json +39 -46
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,50 @@
|
|
|
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.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **clients:** update clean:dist script to delete dist-* folder ([#3155](https://github.com/aws/aws-sdk-js-v3/issues/3155)) ([cdb1709](https://github.com/aws/aws-sdk-js-v3/commit/cdb17090f82d1fc8755811c82cbed5976ec7e60b))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* **clients:** extend typedoc.json from root ([#3136](https://github.com/aws/aws-sdk-js-v3/issues/3136)) ([f6a3ef5](https://github.com/aws/aws-sdk-js-v3/commit/f6a3ef541ae2d92872d09d8cab6727911287ebb2))
|
|
17
|
+
* end support for Node.js 10.x ([#3122](https://github.com/aws/aws-sdk-js-v3/issues/3122)) ([7acf18a](https://github.com/aws/aws-sdk-js-v3/commit/7acf18abd3fb1cc461f809110cdb0d7968c2070e))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
# [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Features
|
|
27
|
+
|
|
28
|
+
* **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
35
|
+
|
|
36
|
+
**Note:** Version bump only for package @aws-sdk/client-route-53
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
43
|
+
|
|
44
|
+
**Note:** Version bump only for package @aws-sdk/client-route-53
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
6
50
|
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
7
51
|
|
|
8
52
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -6641,6 +6641,14 @@ const deserializeAws_restXmlUpdateHostedZoneCommentCommandError = async (output,
|
|
|
6641
6641
|
$metadata: deserializeMetadata(output),
|
|
6642
6642
|
};
|
|
6643
6643
|
break;
|
|
6644
|
+
case "PriorRequestNotComplete":
|
|
6645
|
+
case "com.amazonaws.route53#PriorRequestNotComplete":
|
|
6646
|
+
response = {
|
|
6647
|
+
...(await deserializeAws_restXmlPriorRequestNotCompleteResponse(parsedOutput, context)),
|
|
6648
|
+
name: errorCode,
|
|
6649
|
+
$metadata: deserializeMetadata(output),
|
|
6650
|
+
};
|
|
6651
|
+
break;
|
|
6644
6652
|
default:
|
|
6645
6653
|
const parsedBody = parsedOutput.body;
|
|
6646
6654
|
errorCode = parsedBody.Error.code || parsedBody.Error.Code || errorCode;
|
|
@@ -15,10 +15,8 @@ const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
|
|
|
15
15
|
const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
16
16
|
const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
18
|
const getRuntimeConfig = (config) => {
|
|
20
19
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
21
|
-
smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
|
|
22
20
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
23
21
|
return {
|
|
24
22
|
...clientSharedValues,
|
package/dist-es/endpoints.js
CHANGED
|
@@ -7700,16 +7700,16 @@ export var deserializeAws_restXmlUpdateHostedZoneCommentCommand = function (outp
|
|
|
7700
7700
|
});
|
|
7701
7701
|
}); };
|
|
7702
7702
|
var deserializeAws_restXmlUpdateHostedZoneCommentCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
7703
|
-
var parsedOutput, _a, response, errorCode, _b, _c, _d, parsedBody, message;
|
|
7704
|
-
var
|
|
7705
|
-
return __generator(this, function (
|
|
7706
|
-
switch (
|
|
7703
|
+
var parsedOutput, _a, response, errorCode, _b, _c, _d, _e, parsedBody, message;
|
|
7704
|
+
var _f;
|
|
7705
|
+
return __generator(this, function (_g) {
|
|
7706
|
+
switch (_g.label) {
|
|
7707
7707
|
case 0:
|
|
7708
7708
|
_a = [__assign({}, output)];
|
|
7709
|
-
|
|
7709
|
+
_f = {};
|
|
7710
7710
|
return [4, parseBody(output.body, context)];
|
|
7711
7711
|
case 1:
|
|
7712
|
-
parsedOutput = __assign.apply(void 0, _a.concat([(
|
|
7712
|
+
parsedOutput = __assign.apply(void 0, _a.concat([(_f.body = _g.sent(), _f)]));
|
|
7713
7713
|
errorCode = "UnknownError";
|
|
7714
7714
|
errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
7715
7715
|
_b = errorCode;
|
|
@@ -7718,26 +7718,34 @@ var deserializeAws_restXmlUpdateHostedZoneCommentCommandError = function (output
|
|
|
7718
7718
|
case "com.amazonaws.route53#InvalidInput": return [3, 2];
|
|
7719
7719
|
case "NoSuchHostedZone": return [3, 4];
|
|
7720
7720
|
case "com.amazonaws.route53#NoSuchHostedZone": return [3, 4];
|
|
7721
|
+
case "PriorRequestNotComplete": return [3, 6];
|
|
7722
|
+
case "com.amazonaws.route53#PriorRequestNotComplete": return [3, 6];
|
|
7721
7723
|
}
|
|
7722
|
-
return [3,
|
|
7724
|
+
return [3, 8];
|
|
7723
7725
|
case 2:
|
|
7724
7726
|
_c = [{}];
|
|
7725
7727
|
return [4, deserializeAws_restXmlInvalidInputResponse(parsedOutput, context)];
|
|
7726
7728
|
case 3:
|
|
7727
|
-
response = __assign.apply(void 0, [__assign.apply(void 0, _c.concat([(
|
|
7728
|
-
return [3,
|
|
7729
|
+
response = __assign.apply(void 0, [__assign.apply(void 0, _c.concat([(_g.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
7730
|
+
return [3, 9];
|
|
7729
7731
|
case 4:
|
|
7730
7732
|
_d = [{}];
|
|
7731
7733
|
return [4, deserializeAws_restXmlNoSuchHostedZoneResponse(parsedOutput, context)];
|
|
7732
7734
|
case 5:
|
|
7733
|
-
response = __assign.apply(void 0, [__assign.apply(void 0, _d.concat([(
|
|
7734
|
-
return [3,
|
|
7735
|
+
response = __assign.apply(void 0, [__assign.apply(void 0, _d.concat([(_g.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
7736
|
+
return [3, 9];
|
|
7735
7737
|
case 6:
|
|
7738
|
+
_e = [{}];
|
|
7739
|
+
return [4, deserializeAws_restXmlPriorRequestNotCompleteResponse(parsedOutput, context)];
|
|
7740
|
+
case 7:
|
|
7741
|
+
response = __assign.apply(void 0, [__assign.apply(void 0, _e.concat([(_g.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
7742
|
+
return [3, 9];
|
|
7743
|
+
case 8:
|
|
7736
7744
|
parsedBody = parsedOutput.body;
|
|
7737
7745
|
errorCode = parsedBody.Error.code || parsedBody.Error.Code || errorCode;
|
|
7738
7746
|
response = __assign(__assign({}, parsedBody.Error), { name: "" + errorCode, message: parsedBody.Error.message || parsedBody.Error.Message || errorCode, $fault: "client", $metadata: deserializeMetadata(output) });
|
|
7739
|
-
|
|
7740
|
-
case
|
|
7747
|
+
_g.label = 9;
|
|
7748
|
+
case 9:
|
|
7741
7749
|
message = response.message || response.Message || errorCode;
|
|
7742
7750
|
response.message = message;
|
|
7743
7751
|
delete response.Message;
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -12,10 +12,8 @@ import { calculateBodyLength } from "@aws-sdk/util-body-length-node";
|
|
|
12
12
|
import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
|
|
13
13
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
|
|
14
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
15
|
-
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
16
15
|
export var getRuntimeConfig = function (config) {
|
|
17
16
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
18
|
-
emitWarningIfUnsupportedVersion(process.version);
|
|
19
17
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
20
18
|
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
|
|
21
19
|
};
|
package/dist-types/Route53.d.ts
CHANGED
|
@@ -561,6 +561,10 @@ export declare class Route53 extends Route53Client {
|
|
|
561
561
|
/**
|
|
562
562
|
* <p>Deletes a key-signing key (KSK). Before you can delete a KSK, you must deactivate it. The KSK must be
|
|
563
563
|
* deactivated before you can delete it regardless of whether the hosted zone is enabled for DNSSEC signing.</p>
|
|
564
|
+
* <p>You can use <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_DeactivateKeySigningKey.html">DeactivateKeySigningKey</a>
|
|
565
|
+
* to deactivate the key before you delete it.</p>
|
|
566
|
+
* <p>Use <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetDNSSEC.html">GetDNSSEC</a> to verify that the KSK is in an <code>INACTIVE</code>
|
|
567
|
+
* status.</p>
|
|
564
568
|
*/
|
|
565
569
|
deleteKeySigningKey(args: DeleteKeySigningKeyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteKeySigningKeyCommandOutput>;
|
|
566
570
|
deleteKeySigningKey(args: DeleteKeySigningKeyCommandInput, cb: (err: any, data?: DeleteKeySigningKeyCommandOutput) => void): void;
|
|
@@ -9,6 +9,10 @@ export interface DeleteKeySigningKeyCommandOutput extends DeleteKeySigningKeyRes
|
|
|
9
9
|
/**
|
|
10
10
|
* <p>Deletes a key-signing key (KSK). Before you can delete a KSK, you must deactivate it. The KSK must be
|
|
11
11
|
* deactivated before you can delete it regardless of whether the hosted zone is enabled for DNSSEC signing.</p>
|
|
12
|
+
* <p>You can use <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_DeactivateKeySigningKey.html">DeactivateKeySigningKey</a>
|
|
13
|
+
* to deactivate the key before you delete it.</p>
|
|
14
|
+
* <p>Use <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetDNSSEC.html">GetDNSSEC</a> to verify that the KSK is in an <code>INACTIVE</code>
|
|
15
|
+
* status.</p>
|
|
12
16
|
* @example
|
|
13
17
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
18
|
* ```javascript
|
|
@@ -203,7 +203,7 @@ export declare namespace NoSuchKeySigningKey {
|
|
|
203
203
|
*/
|
|
204
204
|
const filterSensitiveLog: (obj: NoSuchKeySigningKey) => any;
|
|
205
205
|
}
|
|
206
|
-
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" | "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-isob-east-1" | "us-west-1" | "us-west-2";
|
|
206
|
+
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";
|
|
207
207
|
/**
|
|
208
208
|
* <p>A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether
|
|
209
209
|
* the specified health check is healthy.</p>
|
|
@@ -616,9 +616,11 @@ export declare namespace AliasTarget {
|
|
|
616
616
|
*/
|
|
617
617
|
const filterSensitiveLog: (obj: AliasTarget) => any;
|
|
618
618
|
}
|
|
619
|
-
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" | "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-isob-east-1" | "us-west-1" | "us-west-2";
|
|
619
|
+
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";
|
|
620
620
|
/**
|
|
621
621
|
* <p>(Private hosted zones only) A complex type that contains information about an Amazon VPC.</p>
|
|
622
|
+
* <p>If you associate a private hosted zone with an Amazon VPC when you make a <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateHostedZone.html">CreateHostedZone</a> request, the following parameters are also
|
|
623
|
+
* required.</p>
|
|
622
624
|
*/
|
|
623
625
|
export interface VPC {
|
|
624
626
|
/**
|
|
@@ -884,7 +886,7 @@ export declare namespace GeoLocation {
|
|
|
884
886
|
*/
|
|
885
887
|
const filterSensitiveLog: (obj: GeoLocation) => any;
|
|
886
888
|
}
|
|
887
|
-
export declare type ResourceRecordSetRegion = "af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "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-west-1" | "us-west-2";
|
|
889
|
+
export declare type ResourceRecordSetRegion = "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-west-1" | "us-west-2";
|
|
888
890
|
/**
|
|
889
891
|
* <p>Information specific to the resource record.</p>
|
|
890
892
|
* <note>
|
|
@@ -2265,7 +2267,10 @@ export interface CreateHostedZoneRequest {
|
|
|
2265
2267
|
Name: string | undefined;
|
|
2266
2268
|
/**
|
|
2267
2269
|
* <p>(Private hosted zones only) A complex type that contains information about the Amazon VPC that you're associating with this hosted zone.</p>
|
|
2268
|
-
* <p>You can specify only one Amazon VPC when you create a private hosted zone.
|
|
2270
|
+
* <p>You can specify only one Amazon VPC when you create a private hosted zone. If you are associating a VPC with a hosted zone with this request,
|
|
2271
|
+
* the paramaters
|
|
2272
|
+
* <code>VPCId</code> and <code>VPCRegion</code> are also required.</p>
|
|
2273
|
+
* <p>To associate additional Amazon VPCs with the hosted zone,
|
|
2269
2274
|
* use <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_AssociateVPCWithHostedZone.html">AssociateVPCWithHostedZone</a>
|
|
2270
2275
|
* after you create a hosted zone.</p>
|
|
2271
2276
|
*/
|
|
@@ -2525,11 +2530,11 @@ export interface CreateKeySigningKeyRequest {
|
|
|
2525
2530
|
*/
|
|
2526
2531
|
HostedZoneId: string | undefined;
|
|
2527
2532
|
/**
|
|
2528
|
-
* <p>The Amazon resource name (ARN) for a customer managed
|
|
2533
|
+
* <p>The Amazon resource name (ARN) for a customer managed key in Key Management Service (KMS).
|
|
2529
2534
|
* The <code>KeyManagementServiceArn</code> must be unique for each key-signing key (KSK) in a single hosted zone.
|
|
2530
2535
|
* To see an example of <code>KeyManagementServiceArn</code> that grants the correct permissions for DNSSEC,
|
|
2531
2536
|
* scroll down to <b>Example</b>. </p>
|
|
2532
|
-
* <p>You must configure the customer managed
|
|
2537
|
+
* <p>You must configure the customer managed customer managed key as follows:</p>
|
|
2533
2538
|
* <dl>
|
|
2534
2539
|
* <dt>Status</dt>
|
|
2535
2540
|
* <dd>
|
|
@@ -2568,7 +2573,7 @@ export interface CreateKeySigningKeyRequest {
|
|
|
2568
2573
|
* </ul>
|
|
2569
2574
|
* </dd>
|
|
2570
2575
|
* </dl>
|
|
2571
|
-
* <p>For more information about working with a customer managed
|
|
2576
|
+
* <p>For more information about working with a customer managed key in KMS, see
|
|
2572
2577
|
* <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html">Key Management Service concepts</a>.</p>
|
|
2573
2578
|
*/
|
|
2574
2579
|
KeyManagementServiceArn: string | undefined;
|
|
@@ -2600,9 +2605,9 @@ export interface KeySigningKey {
|
|
|
2600
2605
|
*/
|
|
2601
2606
|
Name?: string;
|
|
2602
2607
|
/**
|
|
2603
|
-
* <p>The Amazon resource name (ARN) used to identify the customer managed
|
|
2608
|
+
* <p>The Amazon resource name (ARN) used to identify the customer managed key in Key Management Service (KMS).
|
|
2604
2609
|
* The <code>KmsArn</code> must be unique for each key-signing key (KSK) in a single hosted zone.</p>
|
|
2605
|
-
* <p>You must configure the
|
|
2610
|
+
* <p>You must configure the customer managed key as follows:</p>
|
|
2606
2611
|
* <dl>
|
|
2607
2612
|
* <dt>Status</dt>
|
|
2608
2613
|
* <dd>
|
|
@@ -2641,7 +2646,7 @@ export interface KeySigningKey {
|
|
|
2641
2646
|
* </ul>
|
|
2642
2647
|
* </dd>
|
|
2643
2648
|
* </dl>
|
|
2644
|
-
* <p>For more information about working with the customer managed
|
|
2649
|
+
* <p>For more information about working with the customer managed key in KMS, see
|
|
2645
2650
|
* <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html">Key Management Service concepts</a>.</p>
|
|
2646
2651
|
*/
|
|
2647
2652
|
KmsArn?: string;
|
|
@@ -2714,8 +2719,8 @@ export interface KeySigningKey {
|
|
|
2714
2719
|
* <dt>ACTION_NEEDED</dt>
|
|
2715
2720
|
* <dd>
|
|
2716
2721
|
* <p>There is a problem with the KSK that requires you to take action to resolve.
|
|
2717
|
-
*
|
|
2718
|
-
*
|
|
2722
|
+
* For example, the customer managed key might have been deleted, or the
|
|
2723
|
+
* permissions for the customer managed key might have been changed.</p>
|
|
2719
2724
|
* </dd>
|
|
2720
2725
|
* <dt>INTERNAL_FAILURE</dt>
|
|
2721
2726
|
* <dd>
|
|
@@ -2800,7 +2805,7 @@ export declare namespace InvalidKeySigningKeyName {
|
|
|
2800
2805
|
const filterSensitiveLog: (obj: InvalidKeySigningKeyName) => any;
|
|
2801
2806
|
}
|
|
2802
2807
|
/**
|
|
2803
|
-
* <p>You've already created a key-signing key (KSK) with this name or with the same customer managed
|
|
2808
|
+
* <p>You've already created a key-signing key (KSK) with this name or with the same customer managed key ARN.</p>
|
|
2804
2809
|
*/
|
|
2805
2810
|
export interface KeySigningKeyAlreadyExists extends __SmithyException, $MetadataBearer {
|
|
2806
2811
|
name: "KeySigningKeyAlreadyExists";
|
|
@@ -4222,8 +4227,8 @@ export interface DNSSECStatus {
|
|
|
4222
4227
|
* <dt>ACTION_NEEDED</dt>
|
|
4223
4228
|
* <dd>
|
|
4224
4229
|
* <p>There is a problem with signing in the hosted zone that requires you to take action to resolve.
|
|
4225
|
-
* For example, the customer managed
|
|
4226
|
-
* permissions for the customer managed
|
|
4230
|
+
* For example, the customer managed key might have been deleted, or the
|
|
4231
|
+
* permissions for the customer managed key might have been changed.</p>
|
|
4227
4232
|
* </dd>
|
|
4228
4233
|
* <dt>INTERNAL_FAILURE</dt>
|
|
4229
4234
|
* <dd>
|
|
@@ -6539,8 +6544,8 @@ export interface UpdateHealthCheckRequest {
|
|
|
6539
6544
|
* </li>
|
|
6540
6545
|
* <li>
|
|
6541
6546
|
* <p>
|
|
6542
|
-
* <code>LastKnownStatus</code>: Route 53 uses the status of the health check from the last time CloudWatch had sufficient data
|
|
6543
|
-
* to determine the alarm state. For new health checks that have no last known status, the
|
|
6547
|
+
* <code>LastKnownStatus</code>: By default, Route 53 uses the status of the health check from the last time CloudWatch had sufficient data
|
|
6548
|
+
* to determine the alarm state. For new health checks that have no last known status, the status for the health check is healthy.</p>
|
|
6544
6549
|
* </li>
|
|
6545
6550
|
* </ul>
|
|
6546
6551
|
*/
|
|
@@ -107,7 +107,7 @@ export declare namespace NoSuchKeySigningKey {
|
|
|
107
107
|
|
|
108
108
|
const filterSensitiveLog: (obj: NoSuchKeySigningKey) => any;
|
|
109
109
|
}
|
|
110
|
-
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" | "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-isob-east-1" | "us-west-1" | "us-west-2";
|
|
110
|
+
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";
|
|
111
111
|
|
|
112
112
|
export interface AlarmIdentifier {
|
|
113
113
|
|
|
@@ -132,7 +132,7 @@ export declare namespace AliasTarget {
|
|
|
132
132
|
|
|
133
133
|
const filterSensitiveLog: (obj: AliasTarget) => any;
|
|
134
134
|
}
|
|
135
|
-
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" | "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-isob-east-1" | "us-west-1" | "us-west-2";
|
|
135
|
+
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";
|
|
136
136
|
|
|
137
137
|
export interface VPC {
|
|
138
138
|
|
|
@@ -256,7 +256,7 @@ export declare namespace GeoLocation {
|
|
|
256
256
|
|
|
257
257
|
const filterSensitiveLog: (obj: GeoLocation) => any;
|
|
258
258
|
}
|
|
259
|
-
export declare type ResourceRecordSetRegion = "af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "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-west-1" | "us-west-2";
|
|
259
|
+
export declare type ResourceRecordSetRegion = "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-west-1" | "us-west-2";
|
|
260
260
|
|
|
261
261
|
export interface ResourceRecord {
|
|
262
262
|
|
package/package.json
CHANGED
|
@@ -1,18 +1,17 @@
|
|
|
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.46.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
8
|
-
"build:docs": "
|
|
8
|
+
"build:docs": "typedoc",
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
+
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
11
12
|
"clean": "yarn clean:dist && yarn clean:docs",
|
|
12
|
-
"clean:dist": "rimraf ./dist",
|
|
13
|
-
"clean:docs": "rimraf ./docs"
|
|
14
|
-
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
|
|
15
|
-
"test": "exit 0"
|
|
13
|
+
"clean:dist": "rimraf ./dist-*",
|
|
14
|
+
"clean:docs": "rimraf ./docs"
|
|
16
15
|
},
|
|
17
16
|
"main": "./dist-cjs/index.js",
|
|
18
17
|
"types": "./dist-types/index.d.ts",
|
|
@@ -21,53 +20,47 @@
|
|
|
21
20
|
"dependencies": {
|
|
22
21
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
22
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-sdk-route53": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
45
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
46
|
-
"@aws-sdk/util-base64-node": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
51
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
52
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
53
|
-
"@aws-sdk/util-waiter": "3.
|
|
54
|
-
"@aws-sdk/xml-builder": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.46.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.46.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.46.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.46.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.46.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.46.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.46.0",
|
|
30
|
+
"@aws-sdk/middleware-host-header": "3.46.0",
|
|
31
|
+
"@aws-sdk/middleware-logger": "3.46.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.46.0",
|
|
33
|
+
"@aws-sdk/middleware-sdk-route53": "3.46.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.46.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.46.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.46.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.46.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.46.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.46.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.46.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.46.0",
|
|
42
|
+
"@aws-sdk/types": "3.46.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.46.0",
|
|
44
|
+
"@aws-sdk/util-base64-browser": "3.46.0",
|
|
45
|
+
"@aws-sdk/util-base64-node": "3.46.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.46.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.46.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.46.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.46.0",
|
|
50
|
+
"@aws-sdk/util-utf8-browser": "3.46.0",
|
|
51
|
+
"@aws-sdk/util-utf8-node": "3.46.0",
|
|
52
|
+
"@aws-sdk/util-waiter": "3.46.0",
|
|
53
|
+
"@aws-sdk/xml-builder": "3.46.0",
|
|
55
54
|
"entities": "2.2.0",
|
|
56
55
|
"fast-xml-parser": "3.19.0",
|
|
57
56
|
"tslib": "^2.3.0"
|
|
58
57
|
},
|
|
59
58
|
"devDependencies": {
|
|
60
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
61
|
-
"@types/node": "^12.7.5"
|
|
62
|
-
"downlevel-dts": "0.7.0",
|
|
63
|
-
"jest": "^26.1.0",
|
|
64
|
-
"rimraf": "^3.0.0",
|
|
65
|
-
"ts-jest": "^26.4.1",
|
|
66
|
-
"typedoc": "^0.19.2",
|
|
67
|
-
"typescript": "~4.3.5"
|
|
59
|
+
"@aws-sdk/service-client-documentation-generator": "3.46.0",
|
|
60
|
+
"@types/node": "^12.7.5"
|
|
68
61
|
},
|
|
69
62
|
"engines": {
|
|
70
|
-
"node": ">=
|
|
63
|
+
"node": ">=12.0.0"
|
|
71
64
|
},
|
|
72
65
|
"typesVersions": {
|
|
73
66
|
"<4.0": {
|