@aws-sdk/client-route-53 3.929.0 → 3.931.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/dist-cjs/index.js +3942 -5218
- package/dist-cjs/runtimeConfig.shared.js +6 -0
- package/dist-es/Route53Client.js +2 -0
- package/dist-es/commands/ActivateKeySigningKeyCommand.js +3 -10
- package/dist-es/commands/AssociateVPCWithHostedZoneCommand.js +3 -10
- package/dist-es/commands/ChangeCidrCollectionCommand.js +3 -10
- package/dist-es/commands/ChangeResourceRecordSetsCommand.js +2 -6
- package/dist-es/commands/ChangeTagsForResourceCommand.js +3 -9
- package/dist-es/commands/CreateCidrCollectionCommand.js +3 -9
- package/dist-es/commands/CreateHealthCheckCommand.js +3 -9
- package/dist-es/commands/CreateHostedZoneCommand.js +3 -10
- package/dist-es/commands/CreateKeySigningKeyCommand.js +3 -10
- package/dist-es/commands/CreateQueryLoggingConfigCommand.js +3 -10
- package/dist-es/commands/CreateReusableDelegationSetCommand.js +3 -10
- package/dist-es/commands/CreateTrafficPolicyCommand.js +3 -9
- package/dist-es/commands/CreateTrafficPolicyInstanceCommand.js +3 -10
- package/dist-es/commands/CreateTrafficPolicyVersionCommand.js +3 -10
- package/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js +3 -10
- package/dist-es/commands/DeactivateKeySigningKeyCommand.js +3 -10
- package/dist-es/commands/DeleteCidrCollectionCommand.js +3 -10
- package/dist-es/commands/DeleteHealthCheckCommand.js +3 -9
- package/dist-es/commands/DeleteHostedZoneCommand.js +3 -10
- package/dist-es/commands/DeleteKeySigningKeyCommand.js +3 -10
- package/dist-es/commands/DeleteQueryLoggingConfigCommand.js +3 -10
- package/dist-es/commands/DeleteReusableDelegationSetCommand.js +3 -10
- package/dist-es/commands/DeleteTrafficPolicyCommand.js +3 -10
- package/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js +3 -10
- package/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js +3 -10
- package/dist-es/commands/DisableHostedZoneDNSSECCommand.js +3 -10
- package/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js +3 -10
- package/dist-es/commands/EnableHostedZoneDNSSECCommand.js +3 -10
- package/dist-es/commands/GetAccountLimitCommand.js +3 -9
- package/dist-es/commands/GetChangeCommand.js +3 -10
- package/dist-es/commands/GetCheckerIpRangesCommand.js +3 -9
- package/dist-es/commands/GetDNSSECCommand.js +3 -10
- package/dist-es/commands/GetGeoLocationCommand.js +3 -9
- package/dist-es/commands/GetHealthCheckCommand.js +3 -9
- package/dist-es/commands/GetHealthCheckCountCommand.js +3 -9
- package/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js +3 -9
- package/dist-es/commands/GetHealthCheckStatusCommand.js +3 -9
- package/dist-es/commands/GetHostedZoneCommand.js +3 -10
- package/dist-es/commands/GetHostedZoneCountCommand.js +3 -9
- package/dist-es/commands/GetHostedZoneLimitCommand.js +3 -10
- package/dist-es/commands/GetQueryLoggingConfigCommand.js +3 -10
- package/dist-es/commands/GetReusableDelegationSetCommand.js +3 -10
- package/dist-es/commands/GetReusableDelegationSetLimitCommand.js +3 -10
- package/dist-es/commands/GetTrafficPolicyCommand.js +3 -10
- package/dist-es/commands/GetTrafficPolicyInstanceCommand.js +3 -10
- package/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js +3 -9
- package/dist-es/commands/ListCidrBlocksCommand.js +3 -9
- package/dist-es/commands/ListCidrCollectionsCommand.js +3 -9
- package/dist-es/commands/ListCidrLocationsCommand.js +3 -9
- package/dist-es/commands/ListGeoLocationsCommand.js +3 -9
- package/dist-es/commands/ListHealthChecksCommand.js +3 -9
- package/dist-es/commands/ListHostedZonesByNameCommand.js +3 -10
- package/dist-es/commands/ListHostedZonesByVPCCommand.js +3 -9
- package/dist-es/commands/ListHostedZonesCommand.js +3 -10
- package/dist-es/commands/ListQueryLoggingConfigsCommand.js +3 -10
- package/dist-es/commands/ListResourceRecordSetsCommand.js +3 -10
- package/dist-es/commands/ListReusableDelegationSetsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourcesCommand.js +3 -9
- package/dist-es/commands/ListTrafficPoliciesCommand.js +3 -9
- package/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +3 -10
- package/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +3 -9
- package/dist-es/commands/ListTrafficPolicyInstancesCommand.js +3 -9
- package/dist-es/commands/ListTrafficPolicyVersionsCommand.js +3 -10
- package/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js +3 -10
- package/dist-es/commands/TestDNSAnswerCommand.js +3 -10
- package/dist-es/commands/UpdateHealthCheckCommand.js +3 -9
- package/dist-es/commands/UpdateHostedZoneCommentCommand.js +3 -10
- package/dist-es/commands/UpdateTrafficPolicyCommentCommand.js +3 -10
- package/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js +3 -10
- package/dist-es/runtimeConfig.shared.js +6 -0
- package/dist-es/schemas/schemas_0.js +3797 -0
- package/dist-types/Route53Client.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +355 -0
- package/dist-types/ts3.4/Route53Client.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +7 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +360 -0
- package/package.json +35 -36
- package/dist-es/protocols/Aws_restXml.js +0 -4684
- package/dist-types/protocols/Aws_restXml.d.ts +0 -632
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +0 -845
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const core_1 = require("@aws-sdk/core");
|
|
5
|
+
const protocols_1 = require("@aws-sdk/core/protocols");
|
|
5
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
7
|
const url_parser_1 = require("@smithy/url-parser");
|
|
7
8
|
const util_base64_1 = require("@smithy/util-base64");
|
|
@@ -25,6 +26,11 @@ const getRuntimeConfig = (config) => {
|
|
|
25
26
|
},
|
|
26
27
|
],
|
|
27
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
+
protocol: config?.protocol ??
|
|
30
|
+
new protocols_1.AwsRestXmlProtocol({
|
|
31
|
+
defaultNamespace: "com.amazonaws.route53",
|
|
32
|
+
xmlNamespace: "https://route53.amazonaws.com/doc/2013-04-01/",
|
|
33
|
+
}),
|
|
28
34
|
serviceId: config?.serviceId ?? "Route 53",
|
|
29
35
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
30
36
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
package/dist-es/Route53Client.js
CHANGED
|
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
|
|
|
4
4
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
5
5
|
import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
6
6
|
import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
|
|
7
|
+
import { getSchemaSerdePlugin } from "@smithy/core/schema";
|
|
7
8
|
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
8
9
|
import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
|
|
9
10
|
import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
|
|
@@ -28,6 +29,7 @@ export class Route53Client extends __Client {
|
|
|
28
29
|
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
|
29
30
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
30
31
|
this.config = _config_8;
|
|
32
|
+
this.middlewareStack.use(getSchemaSerdePlugin(this.config));
|
|
31
33
|
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
32
34
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
33
35
|
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { ActivateKeySigningKey } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class ActivateKeySigningKeyCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
10
9
|
.ep(commonParams)
|
|
11
10
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
getIdNormalizerPlugin(config),
|
|
16
|
-
];
|
|
11
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
|
|
17
12
|
})
|
|
18
13
|
.s("AWSDnsV20130401", "ActivateKeySigningKey", {})
|
|
19
14
|
.n("Route53Client", "ActivateKeySigningKeyCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_ActivateKeySigningKeyCommand)
|
|
22
|
-
.de(de_ActivateKeySigningKeyCommand)
|
|
15
|
+
.sc(ActivateKeySigningKey)
|
|
23
16
|
.build() {
|
|
24
17
|
}
|
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { AssociateVPCWithHostedZone } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class AssociateVPCWithHostedZoneCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
10
9
|
.ep(commonParams)
|
|
11
10
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
getIdNormalizerPlugin(config),
|
|
16
|
-
];
|
|
11
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
|
|
17
12
|
})
|
|
18
13
|
.s("AWSDnsV20130401", "AssociateVPCWithHostedZone", {})
|
|
19
14
|
.n("Route53Client", "AssociateVPCWithHostedZoneCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_AssociateVPCWithHostedZoneCommand)
|
|
22
|
-
.de(de_AssociateVPCWithHostedZoneCommand)
|
|
15
|
+
.sc(AssociateVPCWithHostedZone)
|
|
23
16
|
.build() {
|
|
24
17
|
}
|
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { ChangeCidrCollection } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class ChangeCidrCollectionCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
10
9
|
.ep(commonParams)
|
|
11
10
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
getIdNormalizerPlugin(config),
|
|
16
|
-
];
|
|
11
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
|
|
17
12
|
})
|
|
18
13
|
.s("AWSDnsV20130401", "ChangeCidrCollection", {})
|
|
19
14
|
.n("Route53Client", "ChangeCidrCollectionCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_ChangeCidrCollectionCommand)
|
|
22
|
-
.de(de_ChangeCidrCollectionCommand)
|
|
15
|
+
.sc(ChangeCidrCollection)
|
|
23
16
|
.build() {
|
|
24
17
|
}
|
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
import { getChangeResourceRecordSetsPlugin, getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { ChangeResourceRecordSets } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class ChangeResourceRecordSetsCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
10
9
|
.ep(commonParams)
|
|
11
10
|
.m(function (Command, cs, config, o) {
|
|
12
11
|
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
12
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
13
|
getChangeResourceRecordSetsPlugin(config),
|
|
16
14
|
getIdNormalizerPlugin(config),
|
|
@@ -18,8 +16,6 @@ export class ChangeResourceRecordSetsCommand extends $Command
|
|
|
18
16
|
})
|
|
19
17
|
.s("AWSDnsV20130401", "ChangeResourceRecordSets", {})
|
|
20
18
|
.n("Route53Client", "ChangeResourceRecordSetsCommand")
|
|
21
|
-
.
|
|
22
|
-
.ser(se_ChangeResourceRecordSetsCommand)
|
|
23
|
-
.de(de_ChangeResourceRecordSetsCommand)
|
|
19
|
+
.sc(ChangeResourceRecordSets)
|
|
24
20
|
.build() {
|
|
25
21
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ChangeTagsForResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ChangeTagsForResourceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSDnsV20130401", "ChangeTagsForResource", {})
|
|
17
13
|
.n("Route53Client", "ChangeTagsForResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ChangeTagsForResourceCommand)
|
|
20
|
-
.de(de_ChangeTagsForResourceCommand)
|
|
14
|
+
.sc(ChangeTagsForResource)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateCidrCollection } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateCidrCollectionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSDnsV20130401", "CreateCidrCollection", {})
|
|
17
13
|
.n("Route53Client", "CreateCidrCollectionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateCidrCollectionCommand)
|
|
20
|
-
.de(de_CreateCidrCollectionCommand)
|
|
14
|
+
.sc(CreateCidrCollection)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateHealthCheck } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateHealthCheckCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSDnsV20130401", "CreateHealthCheck", {})
|
|
17
13
|
.n("Route53Client", "CreateHealthCheckCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateHealthCheckCommand)
|
|
20
|
-
.de(de_CreateHealthCheckCommand)
|
|
14
|
+
.sc(CreateHealthCheck)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { CreateHostedZone } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class CreateHostedZoneCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
10
9
|
.ep(commonParams)
|
|
11
10
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
getIdNormalizerPlugin(config),
|
|
16
|
-
];
|
|
11
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
|
|
17
12
|
})
|
|
18
13
|
.s("AWSDnsV20130401", "CreateHostedZone", {})
|
|
19
14
|
.n("Route53Client", "CreateHostedZoneCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_CreateHostedZoneCommand)
|
|
22
|
-
.de(de_CreateHostedZoneCommand)
|
|
15
|
+
.sc(CreateHostedZone)
|
|
23
16
|
.build() {
|
|
24
17
|
}
|
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { CreateKeySigningKey } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class CreateKeySigningKeyCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
10
9
|
.ep(commonParams)
|
|
11
10
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
getIdNormalizerPlugin(config),
|
|
16
|
-
];
|
|
11
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
|
|
17
12
|
})
|
|
18
13
|
.s("AWSDnsV20130401", "CreateKeySigningKey", {})
|
|
19
14
|
.n("Route53Client", "CreateKeySigningKeyCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_CreateKeySigningKeyCommand)
|
|
22
|
-
.de(de_CreateKeySigningKeyCommand)
|
|
15
|
+
.sc(CreateKeySigningKey)
|
|
23
16
|
.build() {
|
|
24
17
|
}
|
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { CreateQueryLoggingConfig } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class CreateQueryLoggingConfigCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
10
9
|
.ep(commonParams)
|
|
11
10
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
getIdNormalizerPlugin(config),
|
|
16
|
-
];
|
|
11
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
|
|
17
12
|
})
|
|
18
13
|
.s("AWSDnsV20130401", "CreateQueryLoggingConfig", {})
|
|
19
14
|
.n("Route53Client", "CreateQueryLoggingConfigCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_CreateQueryLoggingConfigCommand)
|
|
22
|
-
.de(de_CreateQueryLoggingConfigCommand)
|
|
15
|
+
.sc(CreateQueryLoggingConfig)
|
|
23
16
|
.build() {
|
|
24
17
|
}
|
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { CreateReusableDelegationSet } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class CreateReusableDelegationSetCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
10
9
|
.ep(commonParams)
|
|
11
10
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
getIdNormalizerPlugin(config),
|
|
16
|
-
];
|
|
11
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
|
|
17
12
|
})
|
|
18
13
|
.s("AWSDnsV20130401", "CreateReusableDelegationSet", {})
|
|
19
14
|
.n("Route53Client", "CreateReusableDelegationSetCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_CreateReusableDelegationSetCommand)
|
|
22
|
-
.de(de_CreateReusableDelegationSetCommand)
|
|
15
|
+
.sc(CreateReusableDelegationSet)
|
|
23
16
|
.build() {
|
|
24
17
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateTrafficPolicy } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateTrafficPolicyCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSDnsV20130401", "CreateTrafficPolicy", {})
|
|
17
13
|
.n("Route53Client", "CreateTrafficPolicyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateTrafficPolicyCommand)
|
|
20
|
-
.de(de_CreateTrafficPolicyCommand)
|
|
14
|
+
.sc(CreateTrafficPolicy)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { CreateTrafficPolicyInstance } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class CreateTrafficPolicyInstanceCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
10
9
|
.ep(commonParams)
|
|
11
10
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
getIdNormalizerPlugin(config),
|
|
16
|
-
];
|
|
11
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
|
|
17
12
|
})
|
|
18
13
|
.s("AWSDnsV20130401", "CreateTrafficPolicyInstance", {})
|
|
19
14
|
.n("Route53Client", "CreateTrafficPolicyInstanceCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_CreateTrafficPolicyInstanceCommand)
|
|
22
|
-
.de(de_CreateTrafficPolicyInstanceCommand)
|
|
15
|
+
.sc(CreateTrafficPolicyInstance)
|
|
23
16
|
.build() {
|
|
24
17
|
}
|
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { CreateTrafficPolicyVersion } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class CreateTrafficPolicyVersionCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
10
9
|
.ep(commonParams)
|
|
11
10
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
getIdNormalizerPlugin(config),
|
|
16
|
-
];
|
|
11
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
|
|
17
12
|
})
|
|
18
13
|
.s("AWSDnsV20130401", "CreateTrafficPolicyVersion", {})
|
|
19
14
|
.n("Route53Client", "CreateTrafficPolicyVersionCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_CreateTrafficPolicyVersionCommand)
|
|
22
|
-
.de(de_CreateTrafficPolicyVersionCommand)
|
|
15
|
+
.sc(CreateTrafficPolicyVersion)
|
|
23
16
|
.build() {
|
|
24
17
|
}
|
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { CreateVPCAssociationAuthorization } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class CreateVPCAssociationAuthorizationCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
10
9
|
.ep(commonParams)
|
|
11
10
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
getIdNormalizerPlugin(config),
|
|
16
|
-
];
|
|
11
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
|
|
17
12
|
})
|
|
18
13
|
.s("AWSDnsV20130401", "CreateVPCAssociationAuthorization", {})
|
|
19
14
|
.n("Route53Client", "CreateVPCAssociationAuthorizationCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_CreateVPCAssociationAuthorizationCommand)
|
|
22
|
-
.de(de_CreateVPCAssociationAuthorizationCommand)
|
|
15
|
+
.sc(CreateVPCAssociationAuthorization)
|
|
23
16
|
.build() {
|
|
24
17
|
}
|
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { DeactivateKeySigningKey } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class DeactivateKeySigningKeyCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
10
9
|
.ep(commonParams)
|
|
11
10
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
getIdNormalizerPlugin(config),
|
|
16
|
-
];
|
|
11
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
|
|
17
12
|
})
|
|
18
13
|
.s("AWSDnsV20130401", "DeactivateKeySigningKey", {})
|
|
19
14
|
.n("Route53Client", "DeactivateKeySigningKeyCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_DeactivateKeySigningKeyCommand)
|
|
22
|
-
.de(de_DeactivateKeySigningKeyCommand)
|
|
15
|
+
.sc(DeactivateKeySigningKey)
|
|
23
16
|
.build() {
|
|
24
17
|
}
|
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { DeleteCidrCollection } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class DeleteCidrCollectionCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
10
9
|
.ep(commonParams)
|
|
11
10
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
getIdNormalizerPlugin(config),
|
|
16
|
-
];
|
|
11
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
|
|
17
12
|
})
|
|
18
13
|
.s("AWSDnsV20130401", "DeleteCidrCollection", {})
|
|
19
14
|
.n("Route53Client", "DeleteCidrCollectionCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_DeleteCidrCollectionCommand)
|
|
22
|
-
.de(de_DeleteCidrCollectionCommand)
|
|
15
|
+
.sc(DeleteCidrCollection)
|
|
23
16
|
.build() {
|
|
24
17
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteHealthCheck } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteHealthCheckCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSDnsV20130401", "DeleteHealthCheck", {})
|
|
17
13
|
.n("Route53Client", "DeleteHealthCheckCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteHealthCheckCommand)
|
|
20
|
-
.de(de_DeleteHealthCheckCommand)
|
|
14
|
+
.sc(DeleteHealthCheck)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { DeleteHostedZone } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class DeleteHostedZoneCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
10
9
|
.ep(commonParams)
|
|
11
10
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
getIdNormalizerPlugin(config),
|
|
16
|
-
];
|
|
11
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
|
|
17
12
|
})
|
|
18
13
|
.s("AWSDnsV20130401", "DeleteHostedZone", {})
|
|
19
14
|
.n("Route53Client", "DeleteHostedZoneCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_DeleteHostedZoneCommand)
|
|
22
|
-
.de(de_DeleteHostedZoneCommand)
|
|
15
|
+
.sc(DeleteHostedZone)
|
|
23
16
|
.build() {
|
|
24
17
|
}
|
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { DeleteKeySigningKey } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class DeleteKeySigningKeyCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
10
9
|
.ep(commonParams)
|
|
11
10
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
getIdNormalizerPlugin(config),
|
|
16
|
-
];
|
|
11
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
|
|
17
12
|
})
|
|
18
13
|
.s("AWSDnsV20130401", "DeleteKeySigningKey", {})
|
|
19
14
|
.n("Route53Client", "DeleteKeySigningKeyCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_DeleteKeySigningKeyCommand)
|
|
22
|
-
.de(de_DeleteKeySigningKeyCommand)
|
|
15
|
+
.sc(DeleteKeySigningKey)
|
|
23
16
|
.build() {
|
|
24
17
|
}
|
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { DeleteQueryLoggingConfig } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class DeleteQueryLoggingConfigCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
10
9
|
.ep(commonParams)
|
|
11
10
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
getIdNormalizerPlugin(config),
|
|
16
|
-
];
|
|
11
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
|
|
17
12
|
})
|
|
18
13
|
.s("AWSDnsV20130401", "DeleteQueryLoggingConfig", {})
|
|
19
14
|
.n("Route53Client", "DeleteQueryLoggingConfigCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_DeleteQueryLoggingConfigCommand)
|
|
22
|
-
.de(de_DeleteQueryLoggingConfigCommand)
|
|
15
|
+
.sc(DeleteQueryLoggingConfig)
|
|
23
16
|
.build() {
|
|
24
17
|
}
|