@aws-sdk/client-route-53 3.1076.0 → 3.1078.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 +89 -848
- package/dist-es/commandBuilder.js +14 -0
- package/dist-es/commands/ActivateKeySigningKeyCommand.js +2 -18
- package/dist-es/commands/AssociateVPCWithHostedZoneCommand.js +2 -18
- package/dist-es/commands/ChangeCidrCollectionCommand.js +2 -18
- package/dist-es/commands/ChangeResourceRecordSetsCommand.js +2 -19
- package/dist-es/commands/ChangeTagsForResourceCommand.js +2 -14
- package/dist-es/commands/CreateCidrCollectionCommand.js +2 -14
- package/dist-es/commands/CreateHealthCheckCommand.js +2 -14
- package/dist-es/commands/CreateHostedZoneCommand.js +2 -18
- package/dist-es/commands/CreateKeySigningKeyCommand.js +2 -18
- package/dist-es/commands/CreateQueryLoggingConfigCommand.js +2 -18
- package/dist-es/commands/CreateReusableDelegationSetCommand.js +2 -18
- package/dist-es/commands/CreateTrafficPolicyCommand.js +2 -14
- package/dist-es/commands/CreateTrafficPolicyInstanceCommand.js +2 -18
- package/dist-es/commands/CreateTrafficPolicyVersionCommand.js +2 -18
- package/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js +2 -18
- package/dist-es/commands/DeactivateKeySigningKeyCommand.js +2 -18
- package/dist-es/commands/DeleteCidrCollectionCommand.js +2 -18
- package/dist-es/commands/DeleteHealthCheckCommand.js +2 -14
- package/dist-es/commands/DeleteHostedZoneCommand.js +2 -18
- package/dist-es/commands/DeleteKeySigningKeyCommand.js +2 -18
- package/dist-es/commands/DeleteQueryLoggingConfigCommand.js +2 -18
- package/dist-es/commands/DeleteReusableDelegationSetCommand.js +2 -18
- package/dist-es/commands/DeleteTrafficPolicyCommand.js +2 -18
- package/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js +2 -18
- package/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js +2 -18
- package/dist-es/commands/DisableHostedZoneDNSSECCommand.js +2 -18
- package/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js +2 -18
- package/dist-es/commands/EnableHostedZoneDNSSECCommand.js +2 -18
- package/dist-es/commands/GetAccountLimitCommand.js +2 -14
- package/dist-es/commands/GetChangeCommand.js +2 -18
- package/dist-es/commands/GetCheckerIpRangesCommand.js +2 -14
- package/dist-es/commands/GetDNSSECCommand.js +2 -18
- package/dist-es/commands/GetGeoLocationCommand.js +2 -14
- package/dist-es/commands/GetHealthCheckCommand.js +2 -14
- package/dist-es/commands/GetHealthCheckCountCommand.js +2 -14
- package/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js +2 -14
- package/dist-es/commands/GetHealthCheckStatusCommand.js +2 -14
- package/dist-es/commands/GetHostedZoneCommand.js +2 -18
- package/dist-es/commands/GetHostedZoneCountCommand.js +2 -14
- package/dist-es/commands/GetHostedZoneLimitCommand.js +2 -18
- package/dist-es/commands/GetQueryLoggingConfigCommand.js +2 -18
- package/dist-es/commands/GetReusableDelegationSetCommand.js +2 -18
- package/dist-es/commands/GetReusableDelegationSetLimitCommand.js +2 -18
- package/dist-es/commands/GetTrafficPolicyCommand.js +2 -18
- package/dist-es/commands/GetTrafficPolicyInstanceCommand.js +2 -18
- package/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js +2 -14
- package/dist-es/commands/ListCidrBlocksCommand.js +2 -14
- package/dist-es/commands/ListCidrCollectionsCommand.js +2 -14
- package/dist-es/commands/ListCidrLocationsCommand.js +2 -14
- package/dist-es/commands/ListGeoLocationsCommand.js +2 -14
- package/dist-es/commands/ListHealthChecksCommand.js +2 -14
- package/dist-es/commands/ListHostedZonesByNameCommand.js +2 -18
- package/dist-es/commands/ListHostedZonesByVPCCommand.js +2 -14
- package/dist-es/commands/ListHostedZonesCommand.js +2 -18
- package/dist-es/commands/ListQueryLoggingConfigsCommand.js +2 -18
- package/dist-es/commands/ListResourceRecordSetsCommand.js +2 -18
- package/dist-es/commands/ListReusableDelegationSetsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourcesCommand.js +2 -14
- package/dist-es/commands/ListTrafficPoliciesCommand.js +2 -14
- package/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +2 -18
- package/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +2 -14
- package/dist-es/commands/ListTrafficPolicyInstancesCommand.js +2 -14
- package/dist-es/commands/ListTrafficPolicyVersionsCommand.js +2 -18
- package/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js +2 -18
- package/dist-es/commands/TestDNSAnswerCommand.js +2 -18
- package/dist-es/commands/UpdateHealthCheckCommand.js +2 -14
- package/dist-es/commands/UpdateHostedZoneCommentCommand.js +2 -18
- package/dist-es/commands/UpdateHostedZoneFeaturesCommand.js +2 -18
- package/dist-es/commands/UpdateTrafficPolicyCommentCommand.js +2 -18
- package/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js +2 -18
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +26 -0
- package/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +3 -8
- package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +3 -8
- package/dist-types/commands/ChangeCidrCollectionCommand.d.ts +3 -8
- package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +3 -8
- package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/CreateCidrCollectionCommand.d.ts +3 -8
- package/dist-types/commands/CreateHealthCheckCommand.d.ts +3 -8
- package/dist-types/commands/CreateHostedZoneCommand.d.ts +3 -8
- package/dist-types/commands/CreateKeySigningKeyCommand.d.ts +3 -8
- package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +3 -8
- package/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +3 -8
- package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +3 -8
- package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +3 -8
- package/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +3 -8
- package/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCidrCollectionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteHealthCheckCommand.d.ts +3 -8
- package/dist-types/commands/DeleteHostedZoneCommand.d.ts +3 -8
- package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +3 -8
- package/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +3 -8
- package/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +3 -8
- package/dist-types/commands/EnableHostedZoneDNSSECCommand.d.ts +3 -8
- package/dist-types/commands/GetAccountLimitCommand.d.ts +3 -8
- package/dist-types/commands/GetChangeCommand.d.ts +3 -8
- package/dist-types/commands/GetCheckerIpRangesCommand.d.ts +3 -8
- package/dist-types/commands/GetDNSSECCommand.d.ts +3 -8
- package/dist-types/commands/GetGeoLocationCommand.d.ts +3 -8
- package/dist-types/commands/GetHealthCheckCommand.d.ts +3 -8
- package/dist-types/commands/GetHealthCheckCountCommand.d.ts +3 -8
- package/dist-types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +3 -8
- package/dist-types/commands/GetHealthCheckStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetHostedZoneCommand.d.ts +3 -8
- package/dist-types/commands/GetHostedZoneCountCommand.d.ts +3 -8
- package/dist-types/commands/GetHostedZoneLimitCommand.d.ts +3 -8
- package/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +3 -8
- package/dist-types/commands/GetReusableDelegationSetCommand.d.ts +3 -8
- package/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +3 -8
- package/dist-types/commands/GetTrafficPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +3 -8
- package/dist-types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +3 -8
- package/dist-types/commands/ListCidrBlocksCommand.d.ts +3 -8
- package/dist-types/commands/ListCidrCollectionsCommand.d.ts +3 -8
- package/dist-types/commands/ListCidrLocationsCommand.d.ts +3 -8
- package/dist-types/commands/ListGeoLocationsCommand.d.ts +3 -8
- package/dist-types/commands/ListHealthChecksCommand.d.ts +3 -8
- package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +3 -8
- package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +3 -8
- package/dist-types/commands/ListHostedZonesCommand.d.ts +3 -8
- package/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +3 -8
- package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +3 -8
- package/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +3 -8
- package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +3 -8
- package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +3 -8
- package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +3 -8
- package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +3 -8
- package/dist-types/commands/TestDNSAnswerCommand.d.ts +3 -8
- package/dist-types/commands/UpdateHealthCheckCommand.d.ts +3 -8
- package/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateHostedZoneFeaturesCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +58 -0
- package/dist-types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ChangeCidrCollectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCidrCollectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateHealthCheckCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateHostedZoneCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCidrCollectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAccountLimitCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetChangeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDNSSECCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetGeoLocationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetHealthCheckCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetHostedZoneCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCidrBlocksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCidrCollectionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCidrLocationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListGeoLocationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListHealthChecksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListHostedZonesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TestDNSAnswerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateHostedZoneFeaturesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- 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 +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +10 -12
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
3
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
5
2
|
import { DisassociateVPCFromHostedZone$ } from "../schemas/schemas_0";
|
|
6
|
-
export
|
|
7
|
-
export class DisassociateVPCFromHostedZoneCommand extends $Command
|
|
8
|
-
.classBuilder()
|
|
9
|
-
.ep(commonParams)
|
|
10
|
-
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
13
|
-
getIdNormalizerPlugin(config),
|
|
14
|
-
];
|
|
15
|
-
})
|
|
16
|
-
.s("AWSDnsV20130401", "DisassociateVPCFromHostedZone", {})
|
|
17
|
-
.n("Route53Client", "DisassociateVPCFromHostedZoneCommand")
|
|
18
|
-
.sc(DisassociateVPCFromHostedZone$)
|
|
19
|
-
.build() {
|
|
3
|
+
export class DisassociateVPCFromHostedZoneCommand extends command(_ep0, _mw0, "DisassociateVPCFromHostedZone", DisassociateVPCFromHostedZone$) {
|
|
20
4
|
}
|
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
3
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
5
2
|
import { EnableHostedZoneDNSSEC$ } from "../schemas/schemas_0";
|
|
6
|
-
export
|
|
7
|
-
export class EnableHostedZoneDNSSECCommand extends $Command
|
|
8
|
-
.classBuilder()
|
|
9
|
-
.ep(commonParams)
|
|
10
|
-
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
13
|
-
getIdNormalizerPlugin(config),
|
|
14
|
-
];
|
|
15
|
-
})
|
|
16
|
-
.s("AWSDnsV20130401", "EnableHostedZoneDNSSEC", {})
|
|
17
|
-
.n("Route53Client", "EnableHostedZoneDNSSECCommand")
|
|
18
|
-
.sc(EnableHostedZoneDNSSEC$)
|
|
19
|
-
.build() {
|
|
3
|
+
export class EnableHostedZoneDNSSECCommand extends command(_ep0, _mw0, "EnableHostedZoneDNSSEC", EnableHostedZoneDNSSEC$) {
|
|
20
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw2, command } from "../commandBuilder";
|
|
4
2
|
import { GetAccountLimit$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAccountLimitCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDnsV20130401", "GetAccountLimit", {})
|
|
13
|
-
.n("Route53Client", "GetAccountLimitCommand")
|
|
14
|
-
.sc(GetAccountLimit$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAccountLimitCommand extends command(_ep0, _mw2, "GetAccountLimit", GetAccountLimit$) {
|
|
16
4
|
}
|
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
3
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
5
2
|
import { GetChange$ } from "../schemas/schemas_0";
|
|
6
|
-
export
|
|
7
|
-
export class GetChangeCommand extends $Command
|
|
8
|
-
.classBuilder()
|
|
9
|
-
.ep(commonParams)
|
|
10
|
-
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
13
|
-
getIdNormalizerPlugin(config),
|
|
14
|
-
];
|
|
15
|
-
})
|
|
16
|
-
.s("AWSDnsV20130401", "GetChange", {})
|
|
17
|
-
.n("Route53Client", "GetChangeCommand")
|
|
18
|
-
.sc(GetChange$)
|
|
19
|
-
.build() {
|
|
3
|
+
export class GetChangeCommand extends command(_ep0, _mw0, "GetChange", GetChange$) {
|
|
20
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw2, command } from "../commandBuilder";
|
|
4
2
|
import { GetCheckerIpRanges$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetCheckerIpRangesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDnsV20130401", "GetCheckerIpRanges", {})
|
|
13
|
-
.n("Route53Client", "GetCheckerIpRangesCommand")
|
|
14
|
-
.sc(GetCheckerIpRanges$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetCheckerIpRangesCommand extends command(_ep0, _mw2, "GetCheckerIpRanges", GetCheckerIpRanges$) {
|
|
16
4
|
}
|
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
3
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
5
2
|
import { GetDNSSEC$ } from "../schemas/schemas_0";
|
|
6
|
-
export
|
|
7
|
-
export class GetDNSSECCommand extends $Command
|
|
8
|
-
.classBuilder()
|
|
9
|
-
.ep(commonParams)
|
|
10
|
-
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
13
|
-
getIdNormalizerPlugin(config),
|
|
14
|
-
];
|
|
15
|
-
})
|
|
16
|
-
.s("AWSDnsV20130401", "GetDNSSEC", {})
|
|
17
|
-
.n("Route53Client", "GetDNSSECCommand")
|
|
18
|
-
.sc(GetDNSSEC$)
|
|
19
|
-
.build() {
|
|
3
|
+
export class GetDNSSECCommand extends command(_ep0, _mw0, "GetDNSSEC", GetDNSSEC$) {
|
|
20
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw2, command } from "../commandBuilder";
|
|
4
2
|
import { GetGeoLocation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetGeoLocationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDnsV20130401", "GetGeoLocation", {})
|
|
13
|
-
.n("Route53Client", "GetGeoLocationCommand")
|
|
14
|
-
.sc(GetGeoLocation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetGeoLocationCommand extends command(_ep0, _mw2, "GetGeoLocation", GetGeoLocation$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw2, command } from "../commandBuilder";
|
|
4
2
|
import { GetHealthCheck$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetHealthCheckCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDnsV20130401", "GetHealthCheck", {})
|
|
13
|
-
.n("Route53Client", "GetHealthCheckCommand")
|
|
14
|
-
.sc(GetHealthCheck$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetHealthCheckCommand extends command(_ep0, _mw2, "GetHealthCheck", GetHealthCheck$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw2, command } from "../commandBuilder";
|
|
4
2
|
import { GetHealthCheckCount$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetHealthCheckCountCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDnsV20130401", "GetHealthCheckCount", {})
|
|
13
|
-
.n("Route53Client", "GetHealthCheckCountCommand")
|
|
14
|
-
.sc(GetHealthCheckCount$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetHealthCheckCountCommand extends command(_ep0, _mw2, "GetHealthCheckCount", GetHealthCheckCount$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw2, command } from "../commandBuilder";
|
|
4
2
|
import { GetHealthCheckLastFailureReason$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetHealthCheckLastFailureReasonCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDnsV20130401", "GetHealthCheckLastFailureReason", {})
|
|
13
|
-
.n("Route53Client", "GetHealthCheckLastFailureReasonCommand")
|
|
14
|
-
.sc(GetHealthCheckLastFailureReason$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetHealthCheckLastFailureReasonCommand extends command(_ep0, _mw2, "GetHealthCheckLastFailureReason", GetHealthCheckLastFailureReason$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw2, command } from "../commandBuilder";
|
|
4
2
|
import { GetHealthCheckStatus$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetHealthCheckStatusCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDnsV20130401", "GetHealthCheckStatus", {})
|
|
13
|
-
.n("Route53Client", "GetHealthCheckStatusCommand")
|
|
14
|
-
.sc(GetHealthCheckStatus$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetHealthCheckStatusCommand extends command(_ep0, _mw2, "GetHealthCheckStatus", GetHealthCheckStatus$) {
|
|
16
4
|
}
|
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
3
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
5
2
|
import { GetHostedZone$ } from "../schemas/schemas_0";
|
|
6
|
-
export
|
|
7
|
-
export class GetHostedZoneCommand extends $Command
|
|
8
|
-
.classBuilder()
|
|
9
|
-
.ep(commonParams)
|
|
10
|
-
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
13
|
-
getIdNormalizerPlugin(config),
|
|
14
|
-
];
|
|
15
|
-
})
|
|
16
|
-
.s("AWSDnsV20130401", "GetHostedZone", {})
|
|
17
|
-
.n("Route53Client", "GetHostedZoneCommand")
|
|
18
|
-
.sc(GetHostedZone$)
|
|
19
|
-
.build() {
|
|
3
|
+
export class GetHostedZoneCommand extends command(_ep0, _mw0, "GetHostedZone", GetHostedZone$) {
|
|
20
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw2, command } from "../commandBuilder";
|
|
4
2
|
import { GetHostedZoneCount$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetHostedZoneCountCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDnsV20130401", "GetHostedZoneCount", {})
|
|
13
|
-
.n("Route53Client", "GetHostedZoneCountCommand")
|
|
14
|
-
.sc(GetHostedZoneCount$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetHostedZoneCountCommand extends command(_ep0, _mw2, "GetHostedZoneCount", GetHostedZoneCount$) {
|
|
16
4
|
}
|
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
3
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
5
2
|
import { GetHostedZoneLimit$ } from "../schemas/schemas_0";
|
|
6
|
-
export
|
|
7
|
-
export class GetHostedZoneLimitCommand extends $Command
|
|
8
|
-
.classBuilder()
|
|
9
|
-
.ep(commonParams)
|
|
10
|
-
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
13
|
-
getIdNormalizerPlugin(config),
|
|
14
|
-
];
|
|
15
|
-
})
|
|
16
|
-
.s("AWSDnsV20130401", "GetHostedZoneLimit", {})
|
|
17
|
-
.n("Route53Client", "GetHostedZoneLimitCommand")
|
|
18
|
-
.sc(GetHostedZoneLimit$)
|
|
19
|
-
.build() {
|
|
3
|
+
export class GetHostedZoneLimitCommand extends command(_ep0, _mw0, "GetHostedZoneLimit", GetHostedZoneLimit$) {
|
|
20
4
|
}
|
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
3
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
5
2
|
import { GetQueryLoggingConfig$ } from "../schemas/schemas_0";
|
|
6
|
-
export
|
|
7
|
-
export class GetQueryLoggingConfigCommand extends $Command
|
|
8
|
-
.classBuilder()
|
|
9
|
-
.ep(commonParams)
|
|
10
|
-
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
13
|
-
getIdNormalizerPlugin(config),
|
|
14
|
-
];
|
|
15
|
-
})
|
|
16
|
-
.s("AWSDnsV20130401", "GetQueryLoggingConfig", {})
|
|
17
|
-
.n("Route53Client", "GetQueryLoggingConfigCommand")
|
|
18
|
-
.sc(GetQueryLoggingConfig$)
|
|
19
|
-
.build() {
|
|
3
|
+
export class GetQueryLoggingConfigCommand extends command(_ep0, _mw0, "GetQueryLoggingConfig", GetQueryLoggingConfig$) {
|
|
20
4
|
}
|
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
3
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
5
2
|
import { GetReusableDelegationSet$ } from "../schemas/schemas_0";
|
|
6
|
-
export
|
|
7
|
-
export class GetReusableDelegationSetCommand extends $Command
|
|
8
|
-
.classBuilder()
|
|
9
|
-
.ep(commonParams)
|
|
10
|
-
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
13
|
-
getIdNormalizerPlugin(config),
|
|
14
|
-
];
|
|
15
|
-
})
|
|
16
|
-
.s("AWSDnsV20130401", "GetReusableDelegationSet", {})
|
|
17
|
-
.n("Route53Client", "GetReusableDelegationSetCommand")
|
|
18
|
-
.sc(GetReusableDelegationSet$)
|
|
19
|
-
.build() {
|
|
3
|
+
export class GetReusableDelegationSetCommand extends command(_ep0, _mw0, "GetReusableDelegationSet", GetReusableDelegationSet$) {
|
|
20
4
|
}
|
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
3
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
5
2
|
import { GetReusableDelegationSetLimit$ } from "../schemas/schemas_0";
|
|
6
|
-
export
|
|
7
|
-
export class GetReusableDelegationSetLimitCommand extends $Command
|
|
8
|
-
.classBuilder()
|
|
9
|
-
.ep(commonParams)
|
|
10
|
-
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
13
|
-
getIdNormalizerPlugin(config),
|
|
14
|
-
];
|
|
15
|
-
})
|
|
16
|
-
.s("AWSDnsV20130401", "GetReusableDelegationSetLimit", {})
|
|
17
|
-
.n("Route53Client", "GetReusableDelegationSetLimitCommand")
|
|
18
|
-
.sc(GetReusableDelegationSetLimit$)
|
|
19
|
-
.build() {
|
|
3
|
+
export class GetReusableDelegationSetLimitCommand extends command(_ep0, _mw0, "GetReusableDelegationSetLimit", GetReusableDelegationSetLimit$) {
|
|
20
4
|
}
|
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
3
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
5
2
|
import { GetTrafficPolicy$ } from "../schemas/schemas_0";
|
|
6
|
-
export
|
|
7
|
-
export class GetTrafficPolicyCommand extends $Command
|
|
8
|
-
.classBuilder()
|
|
9
|
-
.ep(commonParams)
|
|
10
|
-
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
13
|
-
getIdNormalizerPlugin(config),
|
|
14
|
-
];
|
|
15
|
-
})
|
|
16
|
-
.s("AWSDnsV20130401", "GetTrafficPolicy", {})
|
|
17
|
-
.n("Route53Client", "GetTrafficPolicyCommand")
|
|
18
|
-
.sc(GetTrafficPolicy$)
|
|
19
|
-
.build() {
|
|
3
|
+
export class GetTrafficPolicyCommand extends command(_ep0, _mw0, "GetTrafficPolicy", GetTrafficPolicy$) {
|
|
20
4
|
}
|
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
3
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
5
2
|
import { GetTrafficPolicyInstance$ } from "../schemas/schemas_0";
|
|
6
|
-
export
|
|
7
|
-
export class GetTrafficPolicyInstanceCommand extends $Command
|
|
8
|
-
.classBuilder()
|
|
9
|
-
.ep(commonParams)
|
|
10
|
-
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
13
|
-
getIdNormalizerPlugin(config),
|
|
14
|
-
];
|
|
15
|
-
})
|
|
16
|
-
.s("AWSDnsV20130401", "GetTrafficPolicyInstance", {})
|
|
17
|
-
.n("Route53Client", "GetTrafficPolicyInstanceCommand")
|
|
18
|
-
.sc(GetTrafficPolicyInstance$)
|
|
19
|
-
.build() {
|
|
3
|
+
export class GetTrafficPolicyInstanceCommand extends command(_ep0, _mw0, "GetTrafficPolicyInstance", GetTrafficPolicyInstance$) {
|
|
20
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw2, command } from "../commandBuilder";
|
|
4
2
|
import { GetTrafficPolicyInstanceCount$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetTrafficPolicyInstanceCountCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDnsV20130401", "GetTrafficPolicyInstanceCount", {})
|
|
13
|
-
.n("Route53Client", "GetTrafficPolicyInstanceCountCommand")
|
|
14
|
-
.sc(GetTrafficPolicyInstanceCount$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetTrafficPolicyInstanceCountCommand extends command(_ep0, _mw2, "GetTrafficPolicyInstanceCount", GetTrafficPolicyInstanceCount$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw2, command } from "../commandBuilder";
|
|
4
2
|
import { ListCidrBlocks$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListCidrBlocksCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDnsV20130401", "ListCidrBlocks", {})
|
|
13
|
-
.n("Route53Client", "ListCidrBlocksCommand")
|
|
14
|
-
.sc(ListCidrBlocks$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListCidrBlocksCommand extends command(_ep0, _mw2, "ListCidrBlocks", ListCidrBlocks$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw2, command } from "../commandBuilder";
|
|
4
2
|
import { ListCidrCollections$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListCidrCollectionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDnsV20130401", "ListCidrCollections", {})
|
|
13
|
-
.n("Route53Client", "ListCidrCollectionsCommand")
|
|
14
|
-
.sc(ListCidrCollections$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListCidrCollectionsCommand extends command(_ep0, _mw2, "ListCidrCollections", ListCidrCollections$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw2, command } from "../commandBuilder";
|
|
4
2
|
import { ListCidrLocations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListCidrLocationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDnsV20130401", "ListCidrLocations", {})
|
|
13
|
-
.n("Route53Client", "ListCidrLocationsCommand")
|
|
14
|
-
.sc(ListCidrLocations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListCidrLocationsCommand extends command(_ep0, _mw2, "ListCidrLocations", ListCidrLocations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw2, command } from "../commandBuilder";
|
|
4
2
|
import { ListGeoLocations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListGeoLocationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDnsV20130401", "ListGeoLocations", {})
|
|
13
|
-
.n("Route53Client", "ListGeoLocationsCommand")
|
|
14
|
-
.sc(ListGeoLocations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListGeoLocationsCommand extends command(_ep0, _mw2, "ListGeoLocations", ListGeoLocations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw2, command } from "../commandBuilder";
|
|
4
2
|
import { ListHealthChecks$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListHealthChecksCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDnsV20130401", "ListHealthChecks", {})
|
|
13
|
-
.n("Route53Client", "ListHealthChecksCommand")
|
|
14
|
-
.sc(ListHealthChecks$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListHealthChecksCommand extends command(_ep0, _mw2, "ListHealthChecks", ListHealthChecks$) {
|
|
16
4
|
}
|
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
3
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
5
2
|
import { ListHostedZonesByName$ } from "../schemas/schemas_0";
|
|
6
|
-
export
|
|
7
|
-
export class ListHostedZonesByNameCommand extends $Command
|
|
8
|
-
.classBuilder()
|
|
9
|
-
.ep(commonParams)
|
|
10
|
-
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
13
|
-
getIdNormalizerPlugin(config),
|
|
14
|
-
];
|
|
15
|
-
})
|
|
16
|
-
.s("AWSDnsV20130401", "ListHostedZonesByName", {})
|
|
17
|
-
.n("Route53Client", "ListHostedZonesByNameCommand")
|
|
18
|
-
.sc(ListHostedZonesByName$)
|
|
19
|
-
.build() {
|
|
3
|
+
export class ListHostedZonesByNameCommand extends command(_ep0, _mw0, "ListHostedZonesByName", ListHostedZonesByName$) {
|
|
20
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw2, command } from "../commandBuilder";
|
|
4
2
|
import { ListHostedZonesByVPC$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListHostedZonesByVPCCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDnsV20130401", "ListHostedZonesByVPC", {})
|
|
13
|
-
.n("Route53Client", "ListHostedZonesByVPCCommand")
|
|
14
|
-
.sc(ListHostedZonesByVPC$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListHostedZonesByVPCCommand extends command(_ep0, _mw2, "ListHostedZonesByVPC", ListHostedZonesByVPC$) {
|
|
16
4
|
}
|
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
3
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
5
2
|
import { ListHostedZones$ } from "../schemas/schemas_0";
|
|
6
|
-
export
|
|
7
|
-
export class ListHostedZonesCommand extends $Command
|
|
8
|
-
.classBuilder()
|
|
9
|
-
.ep(commonParams)
|
|
10
|
-
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
13
|
-
getIdNormalizerPlugin(config),
|
|
14
|
-
];
|
|
15
|
-
})
|
|
16
|
-
.s("AWSDnsV20130401", "ListHostedZones", {})
|
|
17
|
-
.n("Route53Client", "ListHostedZonesCommand")
|
|
18
|
-
.sc(ListHostedZones$)
|
|
19
|
-
.build() {
|
|
3
|
+
export class ListHostedZonesCommand extends command(_ep0, _mw0, "ListHostedZones", ListHostedZones$) {
|
|
20
4
|
}
|
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
3
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
5
2
|
import { ListQueryLoggingConfigs$ } from "../schemas/schemas_0";
|
|
6
|
-
export
|
|
7
|
-
export class ListQueryLoggingConfigsCommand extends $Command
|
|
8
|
-
.classBuilder()
|
|
9
|
-
.ep(commonParams)
|
|
10
|
-
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
13
|
-
getIdNormalizerPlugin(config),
|
|
14
|
-
];
|
|
15
|
-
})
|
|
16
|
-
.s("AWSDnsV20130401", "ListQueryLoggingConfigs", {})
|
|
17
|
-
.n("Route53Client", "ListQueryLoggingConfigsCommand")
|
|
18
|
-
.sc(ListQueryLoggingConfigs$)
|
|
19
|
-
.build() {
|
|
3
|
+
export class ListQueryLoggingConfigsCommand extends command(_ep0, _mw0, "ListQueryLoggingConfigs", ListQueryLoggingConfigs$) {
|
|
20
4
|
}
|