@aws-sdk/client-route-53 3.649.0 → 3.650.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 +70 -210
- package/dist-es/commands/ActivateKeySigningKeyCommand.js +1 -3
- package/dist-es/commands/AssociateVPCWithHostedZoneCommand.js +1 -3
- package/dist-es/commands/ChangeCidrCollectionCommand.js +1 -3
- package/dist-es/commands/ChangeResourceRecordSetsCommand.js +1 -3
- package/dist-es/commands/ChangeTagsForResourceCommand.js +1 -3
- package/dist-es/commands/CreateCidrCollectionCommand.js +1 -3
- package/dist-es/commands/CreateHealthCheckCommand.js +1 -3
- package/dist-es/commands/CreateHostedZoneCommand.js +1 -3
- package/dist-es/commands/CreateKeySigningKeyCommand.js +1 -3
- package/dist-es/commands/CreateQueryLoggingConfigCommand.js +1 -3
- package/dist-es/commands/CreateReusableDelegationSetCommand.js +1 -3
- package/dist-es/commands/CreateTrafficPolicyCommand.js +1 -3
- package/dist-es/commands/CreateTrafficPolicyInstanceCommand.js +1 -3
- package/dist-es/commands/CreateTrafficPolicyVersionCommand.js +1 -3
- package/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js +1 -3
- package/dist-es/commands/DeactivateKeySigningKeyCommand.js +1 -3
- package/dist-es/commands/DeleteCidrCollectionCommand.js +1 -3
- package/dist-es/commands/DeleteHealthCheckCommand.js +1 -3
- package/dist-es/commands/DeleteHostedZoneCommand.js +1 -3
- package/dist-es/commands/DeleteKeySigningKeyCommand.js +1 -3
- package/dist-es/commands/DeleteQueryLoggingConfigCommand.js +1 -3
- package/dist-es/commands/DeleteReusableDelegationSetCommand.js +1 -3
- package/dist-es/commands/DeleteTrafficPolicyCommand.js +1 -3
- package/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js +1 -3
- package/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js +1 -3
- package/dist-es/commands/DisableHostedZoneDNSSECCommand.js +1 -3
- package/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js +1 -3
- package/dist-es/commands/EnableHostedZoneDNSSECCommand.js +1 -3
- package/dist-es/commands/GetAccountLimitCommand.js +1 -3
- package/dist-es/commands/GetChangeCommand.js +1 -3
- package/dist-es/commands/GetCheckerIpRangesCommand.js +1 -3
- package/dist-es/commands/GetDNSSECCommand.js +1 -3
- package/dist-es/commands/GetGeoLocationCommand.js +1 -3
- package/dist-es/commands/GetHealthCheckCommand.js +1 -3
- package/dist-es/commands/GetHealthCheckCountCommand.js +1 -3
- package/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js +1 -3
- package/dist-es/commands/GetHealthCheckStatusCommand.js +1 -3
- package/dist-es/commands/GetHostedZoneCommand.js +1 -3
- package/dist-es/commands/GetHostedZoneCountCommand.js +1 -3
- package/dist-es/commands/GetHostedZoneLimitCommand.js +1 -3
- package/dist-es/commands/GetQueryLoggingConfigCommand.js +1 -3
- package/dist-es/commands/GetReusableDelegationSetCommand.js +1 -3
- package/dist-es/commands/GetReusableDelegationSetLimitCommand.js +1 -3
- package/dist-es/commands/GetTrafficPolicyCommand.js +1 -3
- package/dist-es/commands/GetTrafficPolicyInstanceCommand.js +1 -3
- package/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js +1 -3
- package/dist-es/commands/ListCidrBlocksCommand.js +1 -3
- package/dist-es/commands/ListCidrCollectionsCommand.js +1 -3
- package/dist-es/commands/ListCidrLocationsCommand.js +1 -3
- package/dist-es/commands/ListGeoLocationsCommand.js +1 -3
- package/dist-es/commands/ListHealthChecksCommand.js +1 -3
- package/dist-es/commands/ListHostedZonesByNameCommand.js +1 -3
- package/dist-es/commands/ListHostedZonesByVPCCommand.js +1 -3
- package/dist-es/commands/ListHostedZonesCommand.js +1 -3
- package/dist-es/commands/ListQueryLoggingConfigsCommand.js +1 -3
- package/dist-es/commands/ListResourceRecordSetsCommand.js +1 -3
- package/dist-es/commands/ListReusableDelegationSetsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourcesCommand.js +1 -3
- package/dist-es/commands/ListTrafficPoliciesCommand.js +1 -3
- package/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +1 -3
- package/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +1 -3
- package/dist-es/commands/ListTrafficPolicyInstancesCommand.js +1 -3
- package/dist-es/commands/ListTrafficPolicyVersionsCommand.js +1 -3
- package/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js +1 -3
- package/dist-es/commands/TestDNSAnswerCommand.js +1 -3
- package/dist-es/commands/UpdateHealthCheckCommand.js +1 -3
- package/dist-es/commands/UpdateHostedZoneCommentCommand.js +1 -3
- package/dist-es/commands/UpdateTrafficPolicyCommentCommand.js +1 -3
- package/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +4 -4
- package/dist-types/tsdoc-metadata.json +0 -11
|
@@ -7,9 +7,7 @@ import { de_ActivateKeySigningKeyCommand, se_ActivateKeySigningKeyCommand } from
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ActivateKeySigningKeyCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_AssociateVPCWithHostedZoneCommand, se_AssociateVPCWithHostedZoneComm
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class AssociateVPCWithHostedZoneCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ChangeCidrCollectionCommand, se_ChangeCidrCollectionCommand } from "
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ChangeCidrCollectionCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ChangeResourceRecordSetsCommand, se_ChangeResourceRecordSetsCommand
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ChangeResourceRecordSetsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ChangeTagsForResourceCommand, se_ChangeTagsForResourceCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ChangeTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateCidrCollectionCommand, se_CreateCidrCollectionCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateCidrCollectionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateHealthCheckCommand, se_CreateHealthCheckCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateHealthCheckCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateHostedZoneCommand, se_CreateHostedZoneCommand } from "../proto
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateHostedZoneCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateKeySigningKeyCommand, se_CreateKeySigningKeyCommand } from "..
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateKeySigningKeyCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateQueryLoggingConfigCommand, se_CreateQueryLoggingConfigCommand
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateQueryLoggingConfigCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateReusableDelegationSetCommand, se_CreateReusableDelegationSetCo
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateReusableDelegationSetCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateTrafficPolicyCommand, se_CreateTrafficPolicyCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateTrafficPolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateTrafficPolicyInstanceCommand, se_CreateTrafficPolicyInstanceCo
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateTrafficPolicyInstanceCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateTrafficPolicyVersionCommand, se_CreateTrafficPolicyVersionComm
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateTrafficPolicyVersionCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateVPCAssociationAuthorizationCommand, se_CreateVPCAssociationAut
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateVPCAssociationAuthorizationCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DeactivateKeySigningKeyCommand, se_DeactivateKeySigningKeyCommand }
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DeactivateKeySigningKeyCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DeleteCidrCollectionCommand, se_DeleteCidrCollectionCommand } from "
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DeleteCidrCollectionCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteHealthCheckCommand, se_DeleteHealthCheckCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteHealthCheckCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DeleteHostedZoneCommand, se_DeleteHostedZoneCommand } from "../proto
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DeleteHostedZoneCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DeleteKeySigningKeyCommand, se_DeleteKeySigningKeyCommand } from "..
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DeleteKeySigningKeyCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DeleteQueryLoggingConfigCommand, se_DeleteQueryLoggingConfigCommand
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DeleteQueryLoggingConfigCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DeleteReusableDelegationSetCommand, se_DeleteReusableDelegationSetCo
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DeleteReusableDelegationSetCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DeleteTrafficPolicyCommand, se_DeleteTrafficPolicyCommand } from "..
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DeleteTrafficPolicyCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DeleteTrafficPolicyInstanceCommand, se_DeleteTrafficPolicyInstanceCo
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DeleteTrafficPolicyInstanceCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DeleteVPCAssociationAuthorizationCommand, se_DeleteVPCAssociationAut
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DeleteVPCAssociationAuthorizationCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DisableHostedZoneDNSSECCommand, se_DisableHostedZoneDNSSECCommand }
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DisableHostedZoneDNSSECCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DisassociateVPCFromHostedZoneCommand, se_DisassociateVPCFromHostedZo
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DisassociateVPCFromHostedZoneCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_EnableHostedZoneDNSSECCommand, se_EnableHostedZoneDNSSECCommand } fr
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class EnableHostedZoneDNSSECCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetAccountLimitCommand, se_GetAccountLimitCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetAccountLimitCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetChangeCommand, se_GetChangeCommand } from "../protocols/Aws_restX
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetChangeCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetCheckerIpRangesCommand, se_GetCheckerIpRangesCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetCheckerIpRangesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetDNSSECCommand, se_GetDNSSECCommand } from "../protocols/Aws_restX
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetDNSSECCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetGeoLocationCommand, se_GetGeoLocationCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetGeoLocationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetHealthCheckCommand, se_GetHealthCheckCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetHealthCheckCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetHealthCheckCountCommand, se_GetHealthCheckCountCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetHealthCheckCountCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetHealthCheckLastFailureReasonCommand, se_GetHealthCheckLastFailure
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetHealthCheckLastFailureReasonCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetHealthCheckStatusCommand, se_GetHealthCheckStatusCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetHealthCheckStatusCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetHostedZoneCommand, se_GetHostedZoneCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetHostedZoneCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetHostedZoneCountCommand, se_GetHostedZoneCountCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetHostedZoneCountCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetHostedZoneLimitCommand, se_GetHostedZoneLimitCommand } from "../p
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetHostedZoneLimitCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetQueryLoggingConfigCommand, se_GetQueryLoggingConfigCommand } from
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetQueryLoggingConfigCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetReusableDelegationSetCommand, se_GetReusableDelegationSetCommand
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetReusableDelegationSetCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetReusableDelegationSetLimitCommand, se_GetReusableDelegationSetLim
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetReusableDelegationSetLimitCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetTrafficPolicyCommand, se_GetTrafficPolicyCommand } from "../proto
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetTrafficPolicyCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetTrafficPolicyInstanceCommand, se_GetTrafficPolicyInstanceCommand
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetTrafficPolicyInstanceCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetTrafficPolicyInstanceCountCommand, se_GetTrafficPolicyInstanceCou
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetTrafficPolicyInstanceCountCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListCidrBlocksCommand, se_ListCidrBlocksCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListCidrBlocksCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListCidrCollectionsCommand, se_ListCidrCollectionsCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListCidrCollectionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListCidrLocationsCommand, se_ListCidrLocationsCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListCidrLocationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListGeoLocationsCommand, se_ListGeoLocationsCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListGeoLocationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListHealthChecksCommand, se_ListHealthChecksCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListHealthChecksCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListHostedZonesByNameCommand, se_ListHostedZonesByNameCommand } from
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListHostedZonesByNameCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListHostedZonesByVPCCommand, se_ListHostedZonesByVPCCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListHostedZonesByVPCCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|