@aws-sdk/client-route-53 3.37.0 → 3.38.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 +12 -0
- package/dist-cjs/commands/index.js +67 -0
- package/dist-cjs/index.js +5 -71
- package/dist-cjs/pagination/index.js +7 -0
- package/dist-cjs/waiters/index.js +4 -0
- package/dist-es/commands/index.js +64 -0
- package/dist-es/index.js +5 -71
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/waiters/index.js +1 -0
- package/dist-types/commands/index.d.ts +64 -0
- package/dist-types/index.d.ts +5 -71
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/commands/index.d.ts +64 -0
- package/dist-types/ts3.4/index.d.ts +5 -71
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/waiters/index.d.ts +1 -0
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
|
|
12
|
+
* **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
7
19
|
|
|
8
20
|
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./ActivateKeySigningKeyCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./AssociateVPCWithHostedZoneCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./ChangeResourceRecordSetsCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./ChangeTagsForResourceCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./CreateHealthCheckCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./CreateHostedZoneCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./CreateKeySigningKeyCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./CreateQueryLoggingConfigCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./CreateReusableDelegationSetCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./CreateTrafficPolicyCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./CreateTrafficPolicyInstanceCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./CreateTrafficPolicyVersionCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./CreateVPCAssociationAuthorizationCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./DeactivateKeySigningKeyCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./DeleteHealthCheckCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./DeleteHostedZoneCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./DeleteKeySigningKeyCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./DeleteQueryLoggingConfigCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./DeleteReusableDelegationSetCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./DeleteTrafficPolicyCommand"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./DeleteTrafficPolicyInstanceCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./DeleteVPCAssociationAuthorizationCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./DisableHostedZoneDNSSECCommand"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./DisassociateVPCFromHostedZoneCommand"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./EnableHostedZoneDNSSECCommand"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./GetAccountLimitCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./GetChangeCommand"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./GetCheckerIpRangesCommand"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./GetDNSSECCommand"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./GetGeoLocationCommand"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./GetHealthCheckCommand"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./GetHealthCheckCountCommand"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./GetHealthCheckLastFailureReasonCommand"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./GetHealthCheckStatusCommand"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./GetHostedZoneCommand"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./GetHostedZoneCountCommand"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./GetHostedZoneLimitCommand"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./GetQueryLoggingConfigCommand"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./GetReusableDelegationSetCommand"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./GetReusableDelegationSetLimitCommand"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./GetTrafficPolicyCommand"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./GetTrafficPolicyInstanceCommand"), exports);
|
|
46
|
+
tslib_1.__exportStar(require("./GetTrafficPolicyInstanceCountCommand"), exports);
|
|
47
|
+
tslib_1.__exportStar(require("./ListGeoLocationsCommand"), exports);
|
|
48
|
+
tslib_1.__exportStar(require("./ListHealthChecksCommand"), exports);
|
|
49
|
+
tslib_1.__exportStar(require("./ListHostedZonesByNameCommand"), exports);
|
|
50
|
+
tslib_1.__exportStar(require("./ListHostedZonesByVPCCommand"), exports);
|
|
51
|
+
tslib_1.__exportStar(require("./ListHostedZonesCommand"), exports);
|
|
52
|
+
tslib_1.__exportStar(require("./ListQueryLoggingConfigsCommand"), exports);
|
|
53
|
+
tslib_1.__exportStar(require("./ListResourceRecordSetsCommand"), exports);
|
|
54
|
+
tslib_1.__exportStar(require("./ListReusableDelegationSetsCommand"), exports);
|
|
55
|
+
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
56
|
+
tslib_1.__exportStar(require("./ListTagsForResourcesCommand"), exports);
|
|
57
|
+
tslib_1.__exportStar(require("./ListTrafficPoliciesCommand"), exports);
|
|
58
|
+
tslib_1.__exportStar(require("./ListTrafficPolicyInstancesByHostedZoneCommand"), exports);
|
|
59
|
+
tslib_1.__exportStar(require("./ListTrafficPolicyInstancesByPolicyCommand"), exports);
|
|
60
|
+
tslib_1.__exportStar(require("./ListTrafficPolicyInstancesCommand"), exports);
|
|
61
|
+
tslib_1.__exportStar(require("./ListTrafficPolicyVersionsCommand"), exports);
|
|
62
|
+
tslib_1.__exportStar(require("./ListVPCAssociationAuthorizationsCommand"), exports);
|
|
63
|
+
tslib_1.__exportStar(require("./TestDNSAnswerCommand"), exports);
|
|
64
|
+
tslib_1.__exportStar(require("./UpdateHealthCheckCommand"), exports);
|
|
65
|
+
tslib_1.__exportStar(require("./UpdateHostedZoneCommentCommand"), exports);
|
|
66
|
+
tslib_1.__exportStar(require("./UpdateTrafficPolicyCommentCommand"), exports);
|
|
67
|
+
tslib_1.__exportStar(require("./UpdateTrafficPolicyInstanceCommand"), exports);
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,75 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./Route53Client"), exports);
|
|
5
4
|
tslib_1.__exportStar(require("./Route53"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./
|
|
7
|
-
tslib_1.__exportStar(require("./commands
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
9
|
-
tslib_1.__exportStar(require("./
|
|
10
|
-
tslib_1.__exportStar(require("./
|
|
11
|
-
tslib_1.__exportStar(require("./commands/CreateHostedZoneCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./commands/CreateKeySigningKeyCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./commands/CreateQueryLoggingConfigCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./commands/CreateReusableDelegationSetCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./commands/CreateTrafficPolicyCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./commands/CreateTrafficPolicyInstanceCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./commands/CreateTrafficPolicyVersionCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./commands/CreateVPCAssociationAuthorizationCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./commands/DeactivateKeySigningKeyCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./commands/DeleteHealthCheckCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./commands/DeleteHostedZoneCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./commands/DeleteKeySigningKeyCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./commands/DeleteQueryLoggingConfigCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./commands/DeleteReusableDelegationSetCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./commands/DeleteTrafficPolicyCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./commands/DeleteTrafficPolicyInstanceCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./commands/DeleteVPCAssociationAuthorizationCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./commands/DisableHostedZoneDNSSECCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./commands/DisassociateVPCFromHostedZoneCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./commands/EnableHostedZoneDNSSECCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./commands/GetAccountLimitCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./commands/GetChangeCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./waiters/waitForResourceRecordSetsChanged"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./commands/GetCheckerIpRangesCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./commands/GetDNSSECCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./commands/GetGeoLocationCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./commands/GetHealthCheckCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./commands/GetHealthCheckCountCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./commands/GetHealthCheckLastFailureReasonCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./commands/GetHealthCheckStatusCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./commands/GetHostedZoneCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./commands/GetHostedZoneCountCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./commands/GetHostedZoneLimitCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./commands/GetQueryLoggingConfigCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./commands/GetReusableDelegationSetCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./commands/GetReusableDelegationSetLimitCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./commands/GetTrafficPolicyCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./commands/GetTrafficPolicyInstanceCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./commands/GetTrafficPolicyInstanceCountCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./commands/ListGeoLocationsCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./commands/ListHealthChecksCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./pagination/ListHealthChecksPaginator"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./commands/ListHostedZonesCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./pagination/ListHostedZonesPaginator"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./commands/ListHostedZonesByNameCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./commands/ListHostedZonesByVPCCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./commands/ListQueryLoggingConfigsCommand"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./pagination/ListQueryLoggingConfigsPaginator"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./commands/ListResourceRecordSetsCommand"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./commands/ListReusableDelegationSetsCommand"), exports);
|
|
61
|
-
tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
|
|
62
|
-
tslib_1.__exportStar(require("./commands/ListTagsForResourcesCommand"), exports);
|
|
63
|
-
tslib_1.__exportStar(require("./commands/ListTrafficPoliciesCommand"), exports);
|
|
64
|
-
tslib_1.__exportStar(require("./commands/ListTrafficPolicyInstancesCommand"), exports);
|
|
65
|
-
tslib_1.__exportStar(require("./commands/ListTrafficPolicyInstancesByHostedZoneCommand"), exports);
|
|
66
|
-
tslib_1.__exportStar(require("./commands/ListTrafficPolicyInstancesByPolicyCommand"), exports);
|
|
67
|
-
tslib_1.__exportStar(require("./commands/ListTrafficPolicyVersionsCommand"), exports);
|
|
68
|
-
tslib_1.__exportStar(require("./commands/ListVPCAssociationAuthorizationsCommand"), exports);
|
|
69
|
-
tslib_1.__exportStar(require("./commands/TestDNSAnswerCommand"), exports);
|
|
70
|
-
tslib_1.__exportStar(require("./commands/UpdateHealthCheckCommand"), exports);
|
|
71
|
-
tslib_1.__exportStar(require("./commands/UpdateHostedZoneCommentCommand"), exports);
|
|
72
|
-
tslib_1.__exportStar(require("./commands/UpdateTrafficPolicyCommentCommand"), exports);
|
|
73
|
-
tslib_1.__exportStar(require("./commands/UpdateTrafficPolicyInstanceCommand"), exports);
|
|
74
|
-
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
75
|
-
tslib_1.__exportStar(require("./models/index"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./Route53Client"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./pagination"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./waiters"), exports);
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./ListHealthChecksPaginator"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./ListHostedZonesPaginator"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./ListQueryLoggingConfigsPaginator"), exports);
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
export * from "./ActivateKeySigningKeyCommand";
|
|
2
|
+
export * from "./AssociateVPCWithHostedZoneCommand";
|
|
3
|
+
export * from "./ChangeResourceRecordSetsCommand";
|
|
4
|
+
export * from "./ChangeTagsForResourceCommand";
|
|
5
|
+
export * from "./CreateHealthCheckCommand";
|
|
6
|
+
export * from "./CreateHostedZoneCommand";
|
|
7
|
+
export * from "./CreateKeySigningKeyCommand";
|
|
8
|
+
export * from "./CreateQueryLoggingConfigCommand";
|
|
9
|
+
export * from "./CreateReusableDelegationSetCommand";
|
|
10
|
+
export * from "./CreateTrafficPolicyCommand";
|
|
11
|
+
export * from "./CreateTrafficPolicyInstanceCommand";
|
|
12
|
+
export * from "./CreateTrafficPolicyVersionCommand";
|
|
13
|
+
export * from "./CreateVPCAssociationAuthorizationCommand";
|
|
14
|
+
export * from "./DeactivateKeySigningKeyCommand";
|
|
15
|
+
export * from "./DeleteHealthCheckCommand";
|
|
16
|
+
export * from "./DeleteHostedZoneCommand";
|
|
17
|
+
export * from "./DeleteKeySigningKeyCommand";
|
|
18
|
+
export * from "./DeleteQueryLoggingConfigCommand";
|
|
19
|
+
export * from "./DeleteReusableDelegationSetCommand";
|
|
20
|
+
export * from "./DeleteTrafficPolicyCommand";
|
|
21
|
+
export * from "./DeleteTrafficPolicyInstanceCommand";
|
|
22
|
+
export * from "./DeleteVPCAssociationAuthorizationCommand";
|
|
23
|
+
export * from "./DisableHostedZoneDNSSECCommand";
|
|
24
|
+
export * from "./DisassociateVPCFromHostedZoneCommand";
|
|
25
|
+
export * from "./EnableHostedZoneDNSSECCommand";
|
|
26
|
+
export * from "./GetAccountLimitCommand";
|
|
27
|
+
export * from "./GetChangeCommand";
|
|
28
|
+
export * from "./GetCheckerIpRangesCommand";
|
|
29
|
+
export * from "./GetDNSSECCommand";
|
|
30
|
+
export * from "./GetGeoLocationCommand";
|
|
31
|
+
export * from "./GetHealthCheckCommand";
|
|
32
|
+
export * from "./GetHealthCheckCountCommand";
|
|
33
|
+
export * from "./GetHealthCheckLastFailureReasonCommand";
|
|
34
|
+
export * from "./GetHealthCheckStatusCommand";
|
|
35
|
+
export * from "./GetHostedZoneCommand";
|
|
36
|
+
export * from "./GetHostedZoneCountCommand";
|
|
37
|
+
export * from "./GetHostedZoneLimitCommand";
|
|
38
|
+
export * from "./GetQueryLoggingConfigCommand";
|
|
39
|
+
export * from "./GetReusableDelegationSetCommand";
|
|
40
|
+
export * from "./GetReusableDelegationSetLimitCommand";
|
|
41
|
+
export * from "./GetTrafficPolicyCommand";
|
|
42
|
+
export * from "./GetTrafficPolicyInstanceCommand";
|
|
43
|
+
export * from "./GetTrafficPolicyInstanceCountCommand";
|
|
44
|
+
export * from "./ListGeoLocationsCommand";
|
|
45
|
+
export * from "./ListHealthChecksCommand";
|
|
46
|
+
export * from "./ListHostedZonesByNameCommand";
|
|
47
|
+
export * from "./ListHostedZonesByVPCCommand";
|
|
48
|
+
export * from "./ListHostedZonesCommand";
|
|
49
|
+
export * from "./ListQueryLoggingConfigsCommand";
|
|
50
|
+
export * from "./ListResourceRecordSetsCommand";
|
|
51
|
+
export * from "./ListReusableDelegationSetsCommand";
|
|
52
|
+
export * from "./ListTagsForResourceCommand";
|
|
53
|
+
export * from "./ListTagsForResourcesCommand";
|
|
54
|
+
export * from "./ListTrafficPoliciesCommand";
|
|
55
|
+
export * from "./ListTrafficPolicyInstancesByHostedZoneCommand";
|
|
56
|
+
export * from "./ListTrafficPolicyInstancesByPolicyCommand";
|
|
57
|
+
export * from "./ListTrafficPolicyInstancesCommand";
|
|
58
|
+
export * from "./ListTrafficPolicyVersionsCommand";
|
|
59
|
+
export * from "./ListVPCAssociationAuthorizationsCommand";
|
|
60
|
+
export * from "./TestDNSAnswerCommand";
|
|
61
|
+
export * from "./UpdateHealthCheckCommand";
|
|
62
|
+
export * from "./UpdateHostedZoneCommentCommand";
|
|
63
|
+
export * from "./UpdateTrafficPolicyCommentCommand";
|
|
64
|
+
export * from "./UpdateTrafficPolicyInstanceCommand";
|
package/dist-es/index.js
CHANGED
|
@@ -1,72 +1,6 @@
|
|
|
1
|
-
export * from "./Route53Client";
|
|
2
1
|
export * from "./Route53";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/CreateHostedZoneCommand";
|
|
9
|
-
export * from "./commands/CreateKeySigningKeyCommand";
|
|
10
|
-
export * from "./commands/CreateQueryLoggingConfigCommand";
|
|
11
|
-
export * from "./commands/CreateReusableDelegationSetCommand";
|
|
12
|
-
export * from "./commands/CreateTrafficPolicyCommand";
|
|
13
|
-
export * from "./commands/CreateTrafficPolicyInstanceCommand";
|
|
14
|
-
export * from "./commands/CreateTrafficPolicyVersionCommand";
|
|
15
|
-
export * from "./commands/CreateVPCAssociationAuthorizationCommand";
|
|
16
|
-
export * from "./commands/DeactivateKeySigningKeyCommand";
|
|
17
|
-
export * from "./commands/DeleteHealthCheckCommand";
|
|
18
|
-
export * from "./commands/DeleteHostedZoneCommand";
|
|
19
|
-
export * from "./commands/DeleteKeySigningKeyCommand";
|
|
20
|
-
export * from "./commands/DeleteQueryLoggingConfigCommand";
|
|
21
|
-
export * from "./commands/DeleteReusableDelegationSetCommand";
|
|
22
|
-
export * from "./commands/DeleteTrafficPolicyCommand";
|
|
23
|
-
export * from "./commands/DeleteTrafficPolicyInstanceCommand";
|
|
24
|
-
export * from "./commands/DeleteVPCAssociationAuthorizationCommand";
|
|
25
|
-
export * from "./commands/DisableHostedZoneDNSSECCommand";
|
|
26
|
-
export * from "./commands/DisassociateVPCFromHostedZoneCommand";
|
|
27
|
-
export * from "./commands/EnableHostedZoneDNSSECCommand";
|
|
28
|
-
export * from "./commands/GetAccountLimitCommand";
|
|
29
|
-
export * from "./commands/GetChangeCommand";
|
|
30
|
-
export * from "./waiters/waitForResourceRecordSetsChanged";
|
|
31
|
-
export * from "./commands/GetCheckerIpRangesCommand";
|
|
32
|
-
export * from "./commands/GetDNSSECCommand";
|
|
33
|
-
export * from "./commands/GetGeoLocationCommand";
|
|
34
|
-
export * from "./commands/GetHealthCheckCommand";
|
|
35
|
-
export * from "./commands/GetHealthCheckCountCommand";
|
|
36
|
-
export * from "./commands/GetHealthCheckLastFailureReasonCommand";
|
|
37
|
-
export * from "./commands/GetHealthCheckStatusCommand";
|
|
38
|
-
export * from "./commands/GetHostedZoneCommand";
|
|
39
|
-
export * from "./commands/GetHostedZoneCountCommand";
|
|
40
|
-
export * from "./commands/GetHostedZoneLimitCommand";
|
|
41
|
-
export * from "./commands/GetQueryLoggingConfigCommand";
|
|
42
|
-
export * from "./commands/GetReusableDelegationSetCommand";
|
|
43
|
-
export * from "./commands/GetReusableDelegationSetLimitCommand";
|
|
44
|
-
export * from "./commands/GetTrafficPolicyCommand";
|
|
45
|
-
export * from "./commands/GetTrafficPolicyInstanceCommand";
|
|
46
|
-
export * from "./commands/GetTrafficPolicyInstanceCountCommand";
|
|
47
|
-
export * from "./commands/ListGeoLocationsCommand";
|
|
48
|
-
export * from "./commands/ListHealthChecksCommand";
|
|
49
|
-
export * from "./pagination/ListHealthChecksPaginator";
|
|
50
|
-
export * from "./commands/ListHostedZonesCommand";
|
|
51
|
-
export * from "./pagination/ListHostedZonesPaginator";
|
|
52
|
-
export * from "./commands/ListHostedZonesByNameCommand";
|
|
53
|
-
export * from "./commands/ListHostedZonesByVPCCommand";
|
|
54
|
-
export * from "./commands/ListQueryLoggingConfigsCommand";
|
|
55
|
-
export * from "./pagination/ListQueryLoggingConfigsPaginator";
|
|
56
|
-
export * from "./commands/ListResourceRecordSetsCommand";
|
|
57
|
-
export * from "./commands/ListReusableDelegationSetsCommand";
|
|
58
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
59
|
-
export * from "./commands/ListTagsForResourcesCommand";
|
|
60
|
-
export * from "./commands/ListTrafficPoliciesCommand";
|
|
61
|
-
export * from "./commands/ListTrafficPolicyInstancesCommand";
|
|
62
|
-
export * from "./commands/ListTrafficPolicyInstancesByHostedZoneCommand";
|
|
63
|
-
export * from "./commands/ListTrafficPolicyInstancesByPolicyCommand";
|
|
64
|
-
export * from "./commands/ListTrafficPolicyVersionsCommand";
|
|
65
|
-
export * from "./commands/ListVPCAssociationAuthorizationsCommand";
|
|
66
|
-
export * from "./commands/TestDNSAnswerCommand";
|
|
67
|
-
export * from "./commands/UpdateHealthCheckCommand";
|
|
68
|
-
export * from "./commands/UpdateHostedZoneCommentCommand";
|
|
69
|
-
export * from "./commands/UpdateTrafficPolicyCommentCommand";
|
|
70
|
-
export * from "./commands/UpdateTrafficPolicyInstanceCommand";
|
|
71
|
-
export * from "./pagination/Interfaces";
|
|
72
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./Route53Client";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./waitForResourceRecordSetsChanged";
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
export * from "./ActivateKeySigningKeyCommand";
|
|
2
|
+
export * from "./AssociateVPCWithHostedZoneCommand";
|
|
3
|
+
export * from "./ChangeResourceRecordSetsCommand";
|
|
4
|
+
export * from "./ChangeTagsForResourceCommand";
|
|
5
|
+
export * from "./CreateHealthCheckCommand";
|
|
6
|
+
export * from "./CreateHostedZoneCommand";
|
|
7
|
+
export * from "./CreateKeySigningKeyCommand";
|
|
8
|
+
export * from "./CreateQueryLoggingConfigCommand";
|
|
9
|
+
export * from "./CreateReusableDelegationSetCommand";
|
|
10
|
+
export * from "./CreateTrafficPolicyCommand";
|
|
11
|
+
export * from "./CreateTrafficPolicyInstanceCommand";
|
|
12
|
+
export * from "./CreateTrafficPolicyVersionCommand";
|
|
13
|
+
export * from "./CreateVPCAssociationAuthorizationCommand";
|
|
14
|
+
export * from "./DeactivateKeySigningKeyCommand";
|
|
15
|
+
export * from "./DeleteHealthCheckCommand";
|
|
16
|
+
export * from "./DeleteHostedZoneCommand";
|
|
17
|
+
export * from "./DeleteKeySigningKeyCommand";
|
|
18
|
+
export * from "./DeleteQueryLoggingConfigCommand";
|
|
19
|
+
export * from "./DeleteReusableDelegationSetCommand";
|
|
20
|
+
export * from "./DeleteTrafficPolicyCommand";
|
|
21
|
+
export * from "./DeleteTrafficPolicyInstanceCommand";
|
|
22
|
+
export * from "./DeleteVPCAssociationAuthorizationCommand";
|
|
23
|
+
export * from "./DisableHostedZoneDNSSECCommand";
|
|
24
|
+
export * from "./DisassociateVPCFromHostedZoneCommand";
|
|
25
|
+
export * from "./EnableHostedZoneDNSSECCommand";
|
|
26
|
+
export * from "./GetAccountLimitCommand";
|
|
27
|
+
export * from "./GetChangeCommand";
|
|
28
|
+
export * from "./GetCheckerIpRangesCommand";
|
|
29
|
+
export * from "./GetDNSSECCommand";
|
|
30
|
+
export * from "./GetGeoLocationCommand";
|
|
31
|
+
export * from "./GetHealthCheckCommand";
|
|
32
|
+
export * from "./GetHealthCheckCountCommand";
|
|
33
|
+
export * from "./GetHealthCheckLastFailureReasonCommand";
|
|
34
|
+
export * from "./GetHealthCheckStatusCommand";
|
|
35
|
+
export * from "./GetHostedZoneCommand";
|
|
36
|
+
export * from "./GetHostedZoneCountCommand";
|
|
37
|
+
export * from "./GetHostedZoneLimitCommand";
|
|
38
|
+
export * from "./GetQueryLoggingConfigCommand";
|
|
39
|
+
export * from "./GetReusableDelegationSetCommand";
|
|
40
|
+
export * from "./GetReusableDelegationSetLimitCommand";
|
|
41
|
+
export * from "./GetTrafficPolicyCommand";
|
|
42
|
+
export * from "./GetTrafficPolicyInstanceCommand";
|
|
43
|
+
export * from "./GetTrafficPolicyInstanceCountCommand";
|
|
44
|
+
export * from "./ListGeoLocationsCommand";
|
|
45
|
+
export * from "./ListHealthChecksCommand";
|
|
46
|
+
export * from "./ListHostedZonesByNameCommand";
|
|
47
|
+
export * from "./ListHostedZonesByVPCCommand";
|
|
48
|
+
export * from "./ListHostedZonesCommand";
|
|
49
|
+
export * from "./ListQueryLoggingConfigsCommand";
|
|
50
|
+
export * from "./ListResourceRecordSetsCommand";
|
|
51
|
+
export * from "./ListReusableDelegationSetsCommand";
|
|
52
|
+
export * from "./ListTagsForResourceCommand";
|
|
53
|
+
export * from "./ListTagsForResourcesCommand";
|
|
54
|
+
export * from "./ListTrafficPoliciesCommand";
|
|
55
|
+
export * from "./ListTrafficPolicyInstancesByHostedZoneCommand";
|
|
56
|
+
export * from "./ListTrafficPolicyInstancesByPolicyCommand";
|
|
57
|
+
export * from "./ListTrafficPolicyInstancesCommand";
|
|
58
|
+
export * from "./ListTrafficPolicyVersionsCommand";
|
|
59
|
+
export * from "./ListVPCAssociationAuthorizationsCommand";
|
|
60
|
+
export * from "./TestDNSAnswerCommand";
|
|
61
|
+
export * from "./UpdateHealthCheckCommand";
|
|
62
|
+
export * from "./UpdateHostedZoneCommentCommand";
|
|
63
|
+
export * from "./UpdateTrafficPolicyCommentCommand";
|
|
64
|
+
export * from "./UpdateTrafficPolicyInstanceCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,72 +1,6 @@
|
|
|
1
|
-
export * from "./Route53Client";
|
|
2
1
|
export * from "./Route53";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/CreateHostedZoneCommand";
|
|
9
|
-
export * from "./commands/CreateKeySigningKeyCommand";
|
|
10
|
-
export * from "./commands/CreateQueryLoggingConfigCommand";
|
|
11
|
-
export * from "./commands/CreateReusableDelegationSetCommand";
|
|
12
|
-
export * from "./commands/CreateTrafficPolicyCommand";
|
|
13
|
-
export * from "./commands/CreateTrafficPolicyInstanceCommand";
|
|
14
|
-
export * from "./commands/CreateTrafficPolicyVersionCommand";
|
|
15
|
-
export * from "./commands/CreateVPCAssociationAuthorizationCommand";
|
|
16
|
-
export * from "./commands/DeactivateKeySigningKeyCommand";
|
|
17
|
-
export * from "./commands/DeleteHealthCheckCommand";
|
|
18
|
-
export * from "./commands/DeleteHostedZoneCommand";
|
|
19
|
-
export * from "./commands/DeleteKeySigningKeyCommand";
|
|
20
|
-
export * from "./commands/DeleteQueryLoggingConfigCommand";
|
|
21
|
-
export * from "./commands/DeleteReusableDelegationSetCommand";
|
|
22
|
-
export * from "./commands/DeleteTrafficPolicyCommand";
|
|
23
|
-
export * from "./commands/DeleteTrafficPolicyInstanceCommand";
|
|
24
|
-
export * from "./commands/DeleteVPCAssociationAuthorizationCommand";
|
|
25
|
-
export * from "./commands/DisableHostedZoneDNSSECCommand";
|
|
26
|
-
export * from "./commands/DisassociateVPCFromHostedZoneCommand";
|
|
27
|
-
export * from "./commands/EnableHostedZoneDNSSECCommand";
|
|
28
|
-
export * from "./commands/GetAccountLimitCommand";
|
|
29
|
-
export * from "./commands/GetChangeCommand";
|
|
30
|
-
export * from "./waiters/waitForResourceRecordSetsChanged";
|
|
31
|
-
export * from "./commands/GetCheckerIpRangesCommand";
|
|
32
|
-
export * from "./commands/GetDNSSECCommand";
|
|
33
|
-
export * from "./commands/GetGeoLocationCommand";
|
|
34
|
-
export * from "./commands/GetHealthCheckCommand";
|
|
35
|
-
export * from "./commands/GetHealthCheckCountCommand";
|
|
36
|
-
export * from "./commands/GetHealthCheckLastFailureReasonCommand";
|
|
37
|
-
export * from "./commands/GetHealthCheckStatusCommand";
|
|
38
|
-
export * from "./commands/GetHostedZoneCommand";
|
|
39
|
-
export * from "./commands/GetHostedZoneCountCommand";
|
|
40
|
-
export * from "./commands/GetHostedZoneLimitCommand";
|
|
41
|
-
export * from "./commands/GetQueryLoggingConfigCommand";
|
|
42
|
-
export * from "./commands/GetReusableDelegationSetCommand";
|
|
43
|
-
export * from "./commands/GetReusableDelegationSetLimitCommand";
|
|
44
|
-
export * from "./commands/GetTrafficPolicyCommand";
|
|
45
|
-
export * from "./commands/GetTrafficPolicyInstanceCommand";
|
|
46
|
-
export * from "./commands/GetTrafficPolicyInstanceCountCommand";
|
|
47
|
-
export * from "./commands/ListGeoLocationsCommand";
|
|
48
|
-
export * from "./commands/ListHealthChecksCommand";
|
|
49
|
-
export * from "./pagination/ListHealthChecksPaginator";
|
|
50
|
-
export * from "./commands/ListHostedZonesCommand";
|
|
51
|
-
export * from "./pagination/ListHostedZonesPaginator";
|
|
52
|
-
export * from "./commands/ListHostedZonesByNameCommand";
|
|
53
|
-
export * from "./commands/ListHostedZonesByVPCCommand";
|
|
54
|
-
export * from "./commands/ListQueryLoggingConfigsCommand";
|
|
55
|
-
export * from "./pagination/ListQueryLoggingConfigsPaginator";
|
|
56
|
-
export * from "./commands/ListResourceRecordSetsCommand";
|
|
57
|
-
export * from "./commands/ListReusableDelegationSetsCommand";
|
|
58
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
59
|
-
export * from "./commands/ListTagsForResourcesCommand";
|
|
60
|
-
export * from "./commands/ListTrafficPoliciesCommand";
|
|
61
|
-
export * from "./commands/ListTrafficPolicyInstancesCommand";
|
|
62
|
-
export * from "./commands/ListTrafficPolicyInstancesByHostedZoneCommand";
|
|
63
|
-
export * from "./commands/ListTrafficPolicyInstancesByPolicyCommand";
|
|
64
|
-
export * from "./commands/ListTrafficPolicyVersionsCommand";
|
|
65
|
-
export * from "./commands/ListVPCAssociationAuthorizationsCommand";
|
|
66
|
-
export * from "./commands/TestDNSAnswerCommand";
|
|
67
|
-
export * from "./commands/UpdateHealthCheckCommand";
|
|
68
|
-
export * from "./commands/UpdateHostedZoneCommentCommand";
|
|
69
|
-
export * from "./commands/UpdateTrafficPolicyCommentCommand";
|
|
70
|
-
export * from "./commands/UpdateTrafficPolicyInstanceCommand";
|
|
71
|
-
export * from "./pagination/Interfaces";
|
|
72
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./Route53Client";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
export * from "./ActivateKeySigningKeyCommand";
|
|
2
|
+
export * from "./AssociateVPCWithHostedZoneCommand";
|
|
3
|
+
export * from "./ChangeResourceRecordSetsCommand";
|
|
4
|
+
export * from "./ChangeTagsForResourceCommand";
|
|
5
|
+
export * from "./CreateHealthCheckCommand";
|
|
6
|
+
export * from "./CreateHostedZoneCommand";
|
|
7
|
+
export * from "./CreateKeySigningKeyCommand";
|
|
8
|
+
export * from "./CreateQueryLoggingConfigCommand";
|
|
9
|
+
export * from "./CreateReusableDelegationSetCommand";
|
|
10
|
+
export * from "./CreateTrafficPolicyCommand";
|
|
11
|
+
export * from "./CreateTrafficPolicyInstanceCommand";
|
|
12
|
+
export * from "./CreateTrafficPolicyVersionCommand";
|
|
13
|
+
export * from "./CreateVPCAssociationAuthorizationCommand";
|
|
14
|
+
export * from "./DeactivateKeySigningKeyCommand";
|
|
15
|
+
export * from "./DeleteHealthCheckCommand";
|
|
16
|
+
export * from "./DeleteHostedZoneCommand";
|
|
17
|
+
export * from "./DeleteKeySigningKeyCommand";
|
|
18
|
+
export * from "./DeleteQueryLoggingConfigCommand";
|
|
19
|
+
export * from "./DeleteReusableDelegationSetCommand";
|
|
20
|
+
export * from "./DeleteTrafficPolicyCommand";
|
|
21
|
+
export * from "./DeleteTrafficPolicyInstanceCommand";
|
|
22
|
+
export * from "./DeleteVPCAssociationAuthorizationCommand";
|
|
23
|
+
export * from "./DisableHostedZoneDNSSECCommand";
|
|
24
|
+
export * from "./DisassociateVPCFromHostedZoneCommand";
|
|
25
|
+
export * from "./EnableHostedZoneDNSSECCommand";
|
|
26
|
+
export * from "./GetAccountLimitCommand";
|
|
27
|
+
export * from "./GetChangeCommand";
|
|
28
|
+
export * from "./GetCheckerIpRangesCommand";
|
|
29
|
+
export * from "./GetDNSSECCommand";
|
|
30
|
+
export * from "./GetGeoLocationCommand";
|
|
31
|
+
export * from "./GetHealthCheckCommand";
|
|
32
|
+
export * from "./GetHealthCheckCountCommand";
|
|
33
|
+
export * from "./GetHealthCheckLastFailureReasonCommand";
|
|
34
|
+
export * from "./GetHealthCheckStatusCommand";
|
|
35
|
+
export * from "./GetHostedZoneCommand";
|
|
36
|
+
export * from "./GetHostedZoneCountCommand";
|
|
37
|
+
export * from "./GetHostedZoneLimitCommand";
|
|
38
|
+
export * from "./GetQueryLoggingConfigCommand";
|
|
39
|
+
export * from "./GetReusableDelegationSetCommand";
|
|
40
|
+
export * from "./GetReusableDelegationSetLimitCommand";
|
|
41
|
+
export * from "./GetTrafficPolicyCommand";
|
|
42
|
+
export * from "./GetTrafficPolicyInstanceCommand";
|
|
43
|
+
export * from "./GetTrafficPolicyInstanceCountCommand";
|
|
44
|
+
export * from "./ListGeoLocationsCommand";
|
|
45
|
+
export * from "./ListHealthChecksCommand";
|
|
46
|
+
export * from "./ListHostedZonesByNameCommand";
|
|
47
|
+
export * from "./ListHostedZonesByVPCCommand";
|
|
48
|
+
export * from "./ListHostedZonesCommand";
|
|
49
|
+
export * from "./ListQueryLoggingConfigsCommand";
|
|
50
|
+
export * from "./ListResourceRecordSetsCommand";
|
|
51
|
+
export * from "./ListReusableDelegationSetsCommand";
|
|
52
|
+
export * from "./ListTagsForResourceCommand";
|
|
53
|
+
export * from "./ListTagsForResourcesCommand";
|
|
54
|
+
export * from "./ListTrafficPoliciesCommand";
|
|
55
|
+
export * from "./ListTrafficPolicyInstancesByHostedZoneCommand";
|
|
56
|
+
export * from "./ListTrafficPolicyInstancesByPolicyCommand";
|
|
57
|
+
export * from "./ListTrafficPolicyInstancesCommand";
|
|
58
|
+
export * from "./ListTrafficPolicyVersionsCommand";
|
|
59
|
+
export * from "./ListVPCAssociationAuthorizationsCommand";
|
|
60
|
+
export * from "./TestDNSAnswerCommand";
|
|
61
|
+
export * from "./UpdateHealthCheckCommand";
|
|
62
|
+
export * from "./UpdateHostedZoneCommentCommand";
|
|
63
|
+
export * from "./UpdateTrafficPolicyCommentCommand";
|
|
64
|
+
export * from "./UpdateTrafficPolicyInstanceCommand";
|
|
@@ -1,72 +1,6 @@
|
|
|
1
|
-
export * from "./Route53Client";
|
|
2
1
|
export * from "./Route53";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/CreateHostedZoneCommand";
|
|
9
|
-
export * from "./commands/CreateKeySigningKeyCommand";
|
|
10
|
-
export * from "./commands/CreateQueryLoggingConfigCommand";
|
|
11
|
-
export * from "./commands/CreateReusableDelegationSetCommand";
|
|
12
|
-
export * from "./commands/CreateTrafficPolicyCommand";
|
|
13
|
-
export * from "./commands/CreateTrafficPolicyInstanceCommand";
|
|
14
|
-
export * from "./commands/CreateTrafficPolicyVersionCommand";
|
|
15
|
-
export * from "./commands/CreateVPCAssociationAuthorizationCommand";
|
|
16
|
-
export * from "./commands/DeactivateKeySigningKeyCommand";
|
|
17
|
-
export * from "./commands/DeleteHealthCheckCommand";
|
|
18
|
-
export * from "./commands/DeleteHostedZoneCommand";
|
|
19
|
-
export * from "./commands/DeleteKeySigningKeyCommand";
|
|
20
|
-
export * from "./commands/DeleteQueryLoggingConfigCommand";
|
|
21
|
-
export * from "./commands/DeleteReusableDelegationSetCommand";
|
|
22
|
-
export * from "./commands/DeleteTrafficPolicyCommand";
|
|
23
|
-
export * from "./commands/DeleteTrafficPolicyInstanceCommand";
|
|
24
|
-
export * from "./commands/DeleteVPCAssociationAuthorizationCommand";
|
|
25
|
-
export * from "./commands/DisableHostedZoneDNSSECCommand";
|
|
26
|
-
export * from "./commands/DisassociateVPCFromHostedZoneCommand";
|
|
27
|
-
export * from "./commands/EnableHostedZoneDNSSECCommand";
|
|
28
|
-
export * from "./commands/GetAccountLimitCommand";
|
|
29
|
-
export * from "./commands/GetChangeCommand";
|
|
30
|
-
export * from "./waiters/waitForResourceRecordSetsChanged";
|
|
31
|
-
export * from "./commands/GetCheckerIpRangesCommand";
|
|
32
|
-
export * from "./commands/GetDNSSECCommand";
|
|
33
|
-
export * from "./commands/GetGeoLocationCommand";
|
|
34
|
-
export * from "./commands/GetHealthCheckCommand";
|
|
35
|
-
export * from "./commands/GetHealthCheckCountCommand";
|
|
36
|
-
export * from "./commands/GetHealthCheckLastFailureReasonCommand";
|
|
37
|
-
export * from "./commands/GetHealthCheckStatusCommand";
|
|
38
|
-
export * from "./commands/GetHostedZoneCommand";
|
|
39
|
-
export * from "./commands/GetHostedZoneCountCommand";
|
|
40
|
-
export * from "./commands/GetHostedZoneLimitCommand";
|
|
41
|
-
export * from "./commands/GetQueryLoggingConfigCommand";
|
|
42
|
-
export * from "./commands/GetReusableDelegationSetCommand";
|
|
43
|
-
export * from "./commands/GetReusableDelegationSetLimitCommand";
|
|
44
|
-
export * from "./commands/GetTrafficPolicyCommand";
|
|
45
|
-
export * from "./commands/GetTrafficPolicyInstanceCommand";
|
|
46
|
-
export * from "./commands/GetTrafficPolicyInstanceCountCommand";
|
|
47
|
-
export * from "./commands/ListGeoLocationsCommand";
|
|
48
|
-
export * from "./commands/ListHealthChecksCommand";
|
|
49
|
-
export * from "./pagination/ListHealthChecksPaginator";
|
|
50
|
-
export * from "./commands/ListHostedZonesCommand";
|
|
51
|
-
export * from "./pagination/ListHostedZonesPaginator";
|
|
52
|
-
export * from "./commands/ListHostedZonesByNameCommand";
|
|
53
|
-
export * from "./commands/ListHostedZonesByVPCCommand";
|
|
54
|
-
export * from "./commands/ListQueryLoggingConfigsCommand";
|
|
55
|
-
export * from "./pagination/ListQueryLoggingConfigsPaginator";
|
|
56
|
-
export * from "./commands/ListResourceRecordSetsCommand";
|
|
57
|
-
export * from "./commands/ListReusableDelegationSetsCommand";
|
|
58
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
59
|
-
export * from "./commands/ListTagsForResourcesCommand";
|
|
60
|
-
export * from "./commands/ListTrafficPoliciesCommand";
|
|
61
|
-
export * from "./commands/ListTrafficPolicyInstancesCommand";
|
|
62
|
-
export * from "./commands/ListTrafficPolicyInstancesByHostedZoneCommand";
|
|
63
|
-
export * from "./commands/ListTrafficPolicyInstancesByPolicyCommand";
|
|
64
|
-
export * from "./commands/ListTrafficPolicyVersionsCommand";
|
|
65
|
-
export * from "./commands/ListVPCAssociationAuthorizationsCommand";
|
|
66
|
-
export * from "./commands/TestDNSAnswerCommand";
|
|
67
|
-
export * from "./commands/UpdateHealthCheckCommand";
|
|
68
|
-
export * from "./commands/UpdateHostedZoneCommentCommand";
|
|
69
|
-
export * from "./commands/UpdateTrafficPolicyCommentCommand";
|
|
70
|
-
export * from "./commands/UpdateTrafficPolicyInstanceCommand";
|
|
71
|
-
export * from "./pagination/Interfaces";
|
|
72
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./Route53Client";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./waitForResourceRecordSetsChanged";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./waitForResourceRecordSetsChanged";
|
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.38.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,43 +21,43 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "^1.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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.38.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.38.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.38.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.38.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.38.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.38.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.38.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.38.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.38.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.38.0",
|
|
34
|
+
"@aws-sdk/middleware-sdk-route53": "3.38.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.38.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.38.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.38.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.38.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.38.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.38.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.38.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.38.0",
|
|
43
|
+
"@aws-sdk/types": "3.38.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.38.0",
|
|
45
45
|
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
46
46
|
"@aws-sdk/util-base64-node": "3.37.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.38.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.38.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
53
|
-
"@aws-sdk/util-waiter": "3.
|
|
53
|
+
"@aws-sdk/util-waiter": "3.38.0",
|
|
54
54
|
"@aws-sdk/xml-builder": "3.37.0",
|
|
55
55
|
"entities": "2.2.0",
|
|
56
56
|
"fast-xml-parser": "3.19.0",
|
|
57
57
|
"tslib": "^2.3.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
60
|
+
"@aws-sdk/service-client-documentation-generator": "3.38.0",
|
|
61
61
|
"@types/node": "^12.7.5",
|
|
62
62
|
"downlevel-dts": "0.7.0",
|
|
63
63
|
"jest": "^26.1.0",
|