@aws-sdk/client-route-53 3.53.0 → 3.55.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/dist-cjs/Route53Client.js +13 -13
- package/dist-cjs/commands/ActivateKeySigningKeyCommand.js +4 -4
- package/dist-cjs/commands/AssociateVPCWithHostedZoneCommand.js +4 -4
- package/dist-cjs/commands/ChangeResourceRecordSetsCommand.js +5 -5
- package/dist-cjs/commands/ChangeTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/CreateHealthCheckCommand.js +3 -3
- package/dist-cjs/commands/CreateHostedZoneCommand.js +4 -4
- package/dist-cjs/commands/CreateKeySigningKeyCommand.js +4 -4
- package/dist-cjs/commands/CreateQueryLoggingConfigCommand.js +4 -4
- package/dist-cjs/commands/CreateReusableDelegationSetCommand.js +4 -4
- package/dist-cjs/commands/CreateTrafficPolicyCommand.js +3 -3
- package/dist-cjs/commands/CreateTrafficPolicyInstanceCommand.js +4 -4
- package/dist-cjs/commands/CreateTrafficPolicyVersionCommand.js +4 -4
- package/dist-cjs/commands/CreateVPCAssociationAuthorizationCommand.js +4 -4
- package/dist-cjs/commands/DeactivateKeySigningKeyCommand.js +4 -4
- package/dist-cjs/commands/DeleteHealthCheckCommand.js +3 -3
- package/dist-cjs/commands/DeleteHostedZoneCommand.js +4 -4
- package/dist-cjs/commands/DeleteKeySigningKeyCommand.js +4 -4
- package/dist-cjs/commands/DeleteQueryLoggingConfigCommand.js +4 -4
- package/dist-cjs/commands/DeleteReusableDelegationSetCommand.js +4 -4
- package/dist-cjs/commands/DeleteTrafficPolicyCommand.js +4 -4
- package/dist-cjs/commands/DeleteTrafficPolicyInstanceCommand.js +4 -4
- package/dist-cjs/commands/DeleteVPCAssociationAuthorizationCommand.js +4 -4
- package/dist-cjs/commands/DisableHostedZoneDNSSECCommand.js +4 -4
- package/dist-cjs/commands/DisassociateVPCFromHostedZoneCommand.js +4 -4
- package/dist-cjs/commands/EnableHostedZoneDNSSECCommand.js +4 -4
- package/dist-cjs/commands/GetAccountLimitCommand.js +3 -3
- package/dist-cjs/commands/GetChangeCommand.js +4 -4
- package/dist-cjs/commands/GetCheckerIpRangesCommand.js +3 -3
- package/dist-cjs/commands/GetDNSSECCommand.js +4 -4
- package/dist-cjs/commands/GetGeoLocationCommand.js +3 -3
- package/dist-cjs/commands/GetHealthCheckCommand.js +3 -3
- package/dist-cjs/commands/GetHealthCheckCountCommand.js +3 -3
- package/dist-cjs/commands/GetHealthCheckLastFailureReasonCommand.js +3 -3
- package/dist-cjs/commands/GetHealthCheckStatusCommand.js +3 -3
- package/dist-cjs/commands/GetHostedZoneCommand.js +4 -4
- package/dist-cjs/commands/GetHostedZoneCountCommand.js +3 -3
- package/dist-cjs/commands/GetHostedZoneLimitCommand.js +4 -4
- package/dist-cjs/commands/GetQueryLoggingConfigCommand.js +4 -4
- package/dist-cjs/commands/GetReusableDelegationSetCommand.js +4 -4
- package/dist-cjs/commands/GetReusableDelegationSetLimitCommand.js +4 -4
- package/dist-cjs/commands/GetTrafficPolicyCommand.js +4 -4
- package/dist-cjs/commands/GetTrafficPolicyInstanceCommand.js +4 -4
- package/dist-cjs/commands/GetTrafficPolicyInstanceCountCommand.js +3 -3
- package/dist-cjs/commands/ListGeoLocationsCommand.js +3 -3
- package/dist-cjs/commands/ListHealthChecksCommand.js +3 -3
- package/dist-cjs/commands/ListHostedZonesByNameCommand.js +4 -4
- package/dist-cjs/commands/ListHostedZonesByVPCCommand.js +3 -3
- package/dist-cjs/commands/ListHostedZonesCommand.js +4 -4
- package/dist-cjs/commands/ListQueryLoggingConfigsCommand.js +4 -4
- package/dist-cjs/commands/ListResourceRecordSetsCommand.js +4 -4
- package/dist-cjs/commands/ListReusableDelegationSetsCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourcesCommand.js +3 -3
- package/dist-cjs/commands/ListTrafficPoliciesCommand.js +3 -3
- package/dist-cjs/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +4 -4
- package/dist-cjs/commands/ListTrafficPolicyInstancesByPolicyCommand.js +3 -3
- package/dist-cjs/commands/ListTrafficPolicyInstancesCommand.js +3 -3
- package/dist-cjs/commands/ListTrafficPolicyVersionsCommand.js +4 -4
- package/dist-cjs/commands/ListVPCAssociationAuthorizationsCommand.js +4 -4
- package/dist-cjs/commands/TestDNSAnswerCommand.js +4 -4
- package/dist-cjs/commands/UpdateHealthCheckCommand.js +3 -3
- package/dist-cjs/commands/UpdateHostedZoneCommentCommand.js +4 -4
- package/dist-cjs/commands/UpdateTrafficPolicyCommentCommand.js +4 -4
- package/dist-cjs/commands/UpdateTrafficPolicyInstanceCommand.js +4 -4
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_restXml.js +526 -526
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-cjs/waiters/waitForResourceRecordSetsChanged.js +3 -3
- package/dist-es/Route53.js +64 -64
- package/dist-es/pagination/ListHealthChecksPaginator.js +4 -4
- package/dist-es/pagination/ListHostedZonesPaginator.js +4 -4
- package/dist-es/pagination/ListQueryLoggingConfigsPaginator.js +4 -4
- package/dist-es/protocols/Aws_restXml.js +64 -64
- package/dist-types/Route53Client.d.ts +2 -2
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/Route53Client.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +37 -37
|
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
|
|
|
10
10
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
11
11
|
return __generator(this, function (_a) {
|
|
12
12
|
switch (_a.label) {
|
|
13
|
-
case 0: return [4, client.send.apply(client, __spreadArray([new ListHealthChecksCommand(input)], __read(args)))];
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new ListHealthChecksCommand(input)], __read(args), false))];
|
|
14
14
|
case 1: return [2, _a.sent()];
|
|
15
15
|
}
|
|
16
16
|
});
|
|
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
|
|
|
24
24
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
25
25
|
return __generator(this, function (_a) {
|
|
26
26
|
switch (_a.label) {
|
|
27
|
-
case 0: return [4, client.listHealthChecks.apply(client, __spreadArray([input], __read(args)))];
|
|
27
|
+
case 0: return [4, client.listHealthChecks.apply(client, __spreadArray([input], __read(args), false))];
|
|
28
28
|
case 1: return [2, _a.sent()];
|
|
29
29
|
}
|
|
30
30
|
});
|
|
@@ -48,13 +48,13 @@ export function paginateListHealthChecks(config, input) {
|
|
|
48
48
|
input.Marker = token;
|
|
49
49
|
input["MaxItems"] = config.pageSize;
|
|
50
50
|
if (!(config.client instanceof Route53)) return [3, 3];
|
|
51
|
-
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
52
52
|
case 2:
|
|
53
53
|
page = _a.sent();
|
|
54
54
|
return [3, 6];
|
|
55
55
|
case 3:
|
|
56
56
|
if (!(config.client instanceof Route53Client)) return [3, 5];
|
|
57
|
-
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
58
58
|
case 4:
|
|
59
59
|
page = _a.sent();
|
|
60
60
|
return [3, 6];
|
|
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
|
|
|
10
10
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
11
11
|
return __generator(this, function (_a) {
|
|
12
12
|
switch (_a.label) {
|
|
13
|
-
case 0: return [4, client.send.apply(client, __spreadArray([new ListHostedZonesCommand(input)], __read(args)))];
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new ListHostedZonesCommand(input)], __read(args), false))];
|
|
14
14
|
case 1: return [2, _a.sent()];
|
|
15
15
|
}
|
|
16
16
|
});
|
|
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
|
|
|
24
24
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
25
25
|
return __generator(this, function (_a) {
|
|
26
26
|
switch (_a.label) {
|
|
27
|
-
case 0: return [4, client.listHostedZones.apply(client, __spreadArray([input], __read(args)))];
|
|
27
|
+
case 0: return [4, client.listHostedZones.apply(client, __spreadArray([input], __read(args), false))];
|
|
28
28
|
case 1: return [2, _a.sent()];
|
|
29
29
|
}
|
|
30
30
|
});
|
|
@@ -48,13 +48,13 @@ export function paginateListHostedZones(config, input) {
|
|
|
48
48
|
input.Marker = token;
|
|
49
49
|
input["MaxItems"] = config.pageSize;
|
|
50
50
|
if (!(config.client instanceof Route53)) return [3, 3];
|
|
51
|
-
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
52
52
|
case 2:
|
|
53
53
|
page = _a.sent();
|
|
54
54
|
return [3, 6];
|
|
55
55
|
case 3:
|
|
56
56
|
if (!(config.client instanceof Route53Client)) return [3, 5];
|
|
57
|
-
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
58
58
|
case 4:
|
|
59
59
|
page = _a.sent();
|
|
60
60
|
return [3, 6];
|
|
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
|
|
|
10
10
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
11
11
|
return __generator(this, function (_a) {
|
|
12
12
|
switch (_a.label) {
|
|
13
|
-
case 0: return [4, client.send.apply(client, __spreadArray([new ListQueryLoggingConfigsCommand(input)], __read(args)))];
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new ListQueryLoggingConfigsCommand(input)], __read(args), false))];
|
|
14
14
|
case 1: return [2, _a.sent()];
|
|
15
15
|
}
|
|
16
16
|
});
|
|
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
|
|
|
24
24
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
25
25
|
return __generator(this, function (_a) {
|
|
26
26
|
switch (_a.label) {
|
|
27
|
-
case 0: return [4, client.listQueryLoggingConfigs.apply(client, __spreadArray([input], __read(args)))];
|
|
27
|
+
case 0: return [4, client.listQueryLoggingConfigs.apply(client, __spreadArray([input], __read(args), false))];
|
|
28
28
|
case 1: return [2, _a.sent()];
|
|
29
29
|
}
|
|
30
30
|
});
|
|
@@ -48,13 +48,13 @@ export function paginateListQueryLoggingConfigs(config, input) {
|
|
|
48
48
|
input.NextToken = token;
|
|
49
49
|
input["MaxResults"] = config.pageSize;
|
|
50
50
|
if (!(config.client instanceof Route53)) return [3, 3];
|
|
51
|
-
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
52
52
|
case 2:
|
|
53
53
|
page = _a.sent();
|
|
54
54
|
return [3, 6];
|
|
55
55
|
case 3:
|
|
56
56
|
if (!(config.client instanceof Route53Client)) return [3, 5];
|
|
57
|
-
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
58
58
|
case 4:
|
|
59
59
|
page = _a.sent();
|
|
60
60
|
return [3, 6];
|