@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,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { EnableHostedZoneDNSSECRequest, EnableHostedZoneDNSSECResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface EnableHostedZoneDNSSECCommandInput extends EnableHostedZoneDNSS
|
|
|
22
19
|
export interface EnableHostedZoneDNSSECCommandOutput extends EnableHostedZoneDNSSECResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const EnableHostedZoneDNSSECCommand_base: {
|
|
25
|
-
new (input: EnableHostedZoneDNSSECCommandInput): import("@smithy/core/client").CommandImpl<EnableHostedZoneDNSSECCommandInput, EnableHostedZoneDNSSECCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: EnableHostedZoneDNSSECCommandInput): import("@smithy/core/client").CommandImpl<EnableHostedZoneDNSSECCommandInput, EnableHostedZoneDNSSECCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: EnableHostedZoneDNSSECCommandInput): import("@smithy/core/client").CommandImpl<EnableHostedZoneDNSSECCommandInput, EnableHostedZoneDNSSECCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: EnableHostedZoneDNSSECCommandInput): import("@smithy/core/client").CommandImpl<EnableHostedZoneDNSSECCommandInput, EnableHostedZoneDNSSECCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Enables DNSSEC signing in a specific hosted zone.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetAccountLimitRequest, GetAccountLimitResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetAccountLimitCommandInput extends GetAccountLimitRequest {
|
|
|
22
19
|
export interface GetAccountLimitCommandOutput extends GetAccountLimitResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetAccountLimitCommand_base: {
|
|
25
|
-
new (input: GetAccountLimitCommandInput): import("@smithy/core/client").CommandImpl<GetAccountLimitCommandInput, GetAccountLimitCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetAccountLimitCommandInput): import("@smithy/core/client").CommandImpl<GetAccountLimitCommandInput, GetAccountLimitCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetAccountLimitCommandInput): import("@smithy/core/client").CommandImpl<GetAccountLimitCommandInput, GetAccountLimitCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetAccountLimitCommandInput): import("@smithy/core/client").CommandImpl<GetAccountLimitCommandInput, GetAccountLimitCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets the specified limit for the current account, for example, the maximum number of
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetChangeRequest, GetChangeResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetChangeCommandInput extends GetChangeRequest {
|
|
|
22
19
|
export interface GetChangeCommandOutput extends GetChangeResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetChangeCommand_base: {
|
|
25
|
-
new (input: GetChangeCommandInput): import("@smithy/core/client").CommandImpl<GetChangeCommandInput, GetChangeCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetChangeCommandInput): import("@smithy/core/client").CommandImpl<GetChangeCommandInput, GetChangeCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetChangeCommandInput): import("@smithy/core/client").CommandImpl<GetChangeCommandInput, GetChangeCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetChangeCommandInput): import("@smithy/core/client").CommandImpl<GetChangeCommandInput, GetChangeCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the current status of a change batch request. The status is one of the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetCheckerIpRangesRequest, GetCheckerIpRangesResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetCheckerIpRangesCommandInput extends GetCheckerIpRangesReques
|
|
|
22
19
|
export interface GetCheckerIpRangesCommandOutput extends GetCheckerIpRangesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetCheckerIpRangesCommand_base: {
|
|
25
|
-
new (input: GetCheckerIpRangesCommandInput): import("@smithy/core/client").CommandImpl<GetCheckerIpRangesCommandInput, GetCheckerIpRangesCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetCheckerIpRangesCommandInput]): import("@smithy/core/client").CommandImpl<GetCheckerIpRangesCommandInput, GetCheckerIpRangesCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetCheckerIpRangesCommandInput): import("@smithy/core/client").CommandImpl<GetCheckerIpRangesCommandInput, GetCheckerIpRangesCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetCheckerIpRangesCommandInput]): import("@smithy/core/client").CommandImpl<GetCheckerIpRangesCommandInput, GetCheckerIpRangesCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Route 53 does not perform authorization for this API because it retrieves information
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetDNSSECRequest, GetDNSSECResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetDNSSECCommandInput extends GetDNSSECRequest {
|
|
|
22
19
|
export interface GetDNSSECCommandOutput extends GetDNSSECResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetDNSSECCommand_base: {
|
|
25
|
-
new (input: GetDNSSECCommandInput): import("@smithy/core/client").CommandImpl<GetDNSSECCommandInput, GetDNSSECCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetDNSSECCommandInput): import("@smithy/core/client").CommandImpl<GetDNSSECCommandInput, GetDNSSECCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetDNSSECCommandInput): import("@smithy/core/client").CommandImpl<GetDNSSECCommandInput, GetDNSSECCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetDNSSECCommandInput): import("@smithy/core/client").CommandImpl<GetDNSSECCommandInput, GetDNSSECCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about DNSSEC for a specific hosted zone, including the key-signing
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetGeoLocationRequest, GetGeoLocationResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetGeoLocationCommandInput extends GetGeoLocationRequest {
|
|
|
22
19
|
export interface GetGeoLocationCommandOutput extends GetGeoLocationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetGeoLocationCommand_base: {
|
|
25
|
-
new (input: GetGeoLocationCommandInput): import("@smithy/core/client").CommandImpl<GetGeoLocationCommandInput, GetGeoLocationCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetGeoLocationCommandInput]): import("@smithy/core/client").CommandImpl<GetGeoLocationCommandInput, GetGeoLocationCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetGeoLocationCommandInput): import("@smithy/core/client").CommandImpl<GetGeoLocationCommandInput, GetGeoLocationCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetGeoLocationCommandInput]): import("@smithy/core/client").CommandImpl<GetGeoLocationCommandInput, GetGeoLocationCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about whether a specified geographic location is supported for Amazon
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetHealthCheckRequest, GetHealthCheckResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetHealthCheckCommandInput extends GetHealthCheckRequest {
|
|
|
22
19
|
export interface GetHealthCheckCommandOutput extends GetHealthCheckResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetHealthCheckCommand_base: {
|
|
25
|
-
new (input: GetHealthCheckCommandInput): import("@smithy/core/client").CommandImpl<GetHealthCheckCommandInput, GetHealthCheckCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetHealthCheckCommandInput): import("@smithy/core/client").CommandImpl<GetHealthCheckCommandInput, GetHealthCheckCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetHealthCheckCommandInput): import("@smithy/core/client").CommandImpl<GetHealthCheckCommandInput, GetHealthCheckCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetHealthCheckCommandInput): import("@smithy/core/client").CommandImpl<GetHealthCheckCommandInput, GetHealthCheckCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about a specified health check.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetHealthCheckCountRequest, GetHealthCheckCountResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetHealthCheckCountCommandInput extends GetHealthCheckCountRequ
|
|
|
22
19
|
export interface GetHealthCheckCountCommandOutput extends GetHealthCheckCountResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetHealthCheckCountCommand_base: {
|
|
25
|
-
new (input: GetHealthCheckCountCommandInput): import("@smithy/core/client").CommandImpl<GetHealthCheckCountCommandInput, GetHealthCheckCountCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetHealthCheckCountCommandInput]): import("@smithy/core/client").CommandImpl<GetHealthCheckCountCommandInput, GetHealthCheckCountCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetHealthCheckCountCommandInput): import("@smithy/core/client").CommandImpl<GetHealthCheckCountCommandInput, GetHealthCheckCountCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetHealthCheckCountCommandInput]): import("@smithy/core/client").CommandImpl<GetHealthCheckCountCommandInput, GetHealthCheckCountCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the number of health checks that are associated with the current Amazon Web Services account.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetHealthCheckLastFailureReasonRequest, GetHealthCheckLastFailureReasonResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetHealthCheckLastFailureReasonCommandInput extends GetHealthCh
|
|
|
22
19
|
export interface GetHealthCheckLastFailureReasonCommandOutput extends GetHealthCheckLastFailureReasonResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetHealthCheckLastFailureReasonCommand_base: {
|
|
25
|
-
new (input: GetHealthCheckLastFailureReasonCommandInput): import("@smithy/core/client").CommandImpl<GetHealthCheckLastFailureReasonCommandInput, GetHealthCheckLastFailureReasonCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetHealthCheckLastFailureReasonCommandInput): import("@smithy/core/client").CommandImpl<GetHealthCheckLastFailureReasonCommandInput, GetHealthCheckLastFailureReasonCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetHealthCheckLastFailureReasonCommandInput): import("@smithy/core/client").CommandImpl<GetHealthCheckLastFailureReasonCommandInput, GetHealthCheckLastFailureReasonCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetHealthCheckLastFailureReasonCommandInput): import("@smithy/core/client").CommandImpl<GetHealthCheckLastFailureReasonCommandInput, GetHealthCheckLastFailureReasonCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets the reason that a specified health check failed most recently.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetHealthCheckStatusRequest, GetHealthCheckStatusResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetHealthCheckStatusCommandInput extends GetHealthCheckStatusRe
|
|
|
22
19
|
export interface GetHealthCheckStatusCommandOutput extends GetHealthCheckStatusResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetHealthCheckStatusCommand_base: {
|
|
25
|
-
new (input: GetHealthCheckStatusCommandInput): import("@smithy/core/client").CommandImpl<GetHealthCheckStatusCommandInput, GetHealthCheckStatusCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetHealthCheckStatusCommandInput): import("@smithy/core/client").CommandImpl<GetHealthCheckStatusCommandInput, GetHealthCheckStatusCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetHealthCheckStatusCommandInput): import("@smithy/core/client").CommandImpl<GetHealthCheckStatusCommandInput, GetHealthCheckStatusCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetHealthCheckStatusCommandInput): import("@smithy/core/client").CommandImpl<GetHealthCheckStatusCommandInput, GetHealthCheckStatusCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets status of a specified health check. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetHostedZoneRequest, GetHostedZoneResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetHostedZoneCommandInput extends GetHostedZoneRequest {
|
|
|
22
19
|
export interface GetHostedZoneCommandOutput extends GetHostedZoneResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetHostedZoneCommand_base: {
|
|
25
|
-
new (input: GetHostedZoneCommandInput): import("@smithy/core/client").CommandImpl<GetHostedZoneCommandInput, GetHostedZoneCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetHostedZoneCommandInput): import("@smithy/core/client").CommandImpl<GetHostedZoneCommandInput, GetHostedZoneCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetHostedZoneCommandInput): import("@smithy/core/client").CommandImpl<GetHostedZoneCommandInput, GetHostedZoneCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetHostedZoneCommandInput): import("@smithy/core/client").CommandImpl<GetHostedZoneCommandInput, GetHostedZoneCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about a specified hosted zone including the four name servers
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetHostedZoneCountRequest, GetHostedZoneCountResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetHostedZoneCountCommandInput extends GetHostedZoneCountReques
|
|
|
22
19
|
export interface GetHostedZoneCountCommandOutput extends GetHostedZoneCountResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetHostedZoneCountCommand_base: {
|
|
25
|
-
new (input: GetHostedZoneCountCommandInput): import("@smithy/core/client").CommandImpl<GetHostedZoneCountCommandInput, GetHostedZoneCountCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetHostedZoneCountCommandInput]): import("@smithy/core/client").CommandImpl<GetHostedZoneCountCommandInput, GetHostedZoneCountCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetHostedZoneCountCommandInput): import("@smithy/core/client").CommandImpl<GetHostedZoneCountCommandInput, GetHostedZoneCountCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetHostedZoneCountCommandInput]): import("@smithy/core/client").CommandImpl<GetHostedZoneCountCommandInput, GetHostedZoneCountCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the number of hosted zones that are associated with the current Amazon Web Services account.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetHostedZoneLimitRequest, GetHostedZoneLimitResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetHostedZoneLimitCommandInput extends GetHostedZoneLimitReques
|
|
|
22
19
|
export interface GetHostedZoneLimitCommandOutput extends GetHostedZoneLimitResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetHostedZoneLimitCommand_base: {
|
|
25
|
-
new (input: GetHostedZoneLimitCommandInput): import("@smithy/core/client").CommandImpl<GetHostedZoneLimitCommandInput, GetHostedZoneLimitCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetHostedZoneLimitCommandInput): import("@smithy/core/client").CommandImpl<GetHostedZoneLimitCommandInput, GetHostedZoneLimitCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetHostedZoneLimitCommandInput): import("@smithy/core/client").CommandImpl<GetHostedZoneLimitCommandInput, GetHostedZoneLimitCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetHostedZoneLimitCommandInput): import("@smithy/core/client").CommandImpl<GetHostedZoneLimitCommandInput, GetHostedZoneLimitCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets the specified limit for a specified hosted zone, for example, the maximum number
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetQueryLoggingConfigRequest, GetQueryLoggingConfigResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetQueryLoggingConfigCommandInput extends GetQueryLoggingConfig
|
|
|
22
19
|
export interface GetQueryLoggingConfigCommandOutput extends GetQueryLoggingConfigResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetQueryLoggingConfigCommand_base: {
|
|
25
|
-
new (input: GetQueryLoggingConfigCommandInput): import("@smithy/core/client").CommandImpl<GetQueryLoggingConfigCommandInput, GetQueryLoggingConfigCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetQueryLoggingConfigCommandInput): import("@smithy/core/client").CommandImpl<GetQueryLoggingConfigCommandInput, GetQueryLoggingConfigCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetQueryLoggingConfigCommandInput): import("@smithy/core/client").CommandImpl<GetQueryLoggingConfigCommandInput, GetQueryLoggingConfigCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetQueryLoggingConfigCommandInput): import("@smithy/core/client").CommandImpl<GetQueryLoggingConfigCommandInput, GetQueryLoggingConfigCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about a specified configuration for DNS query logging.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetReusableDelegationSetRequest, GetReusableDelegationSetResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetReusableDelegationSetCommandInput extends GetReusableDelegat
|
|
|
22
19
|
export interface GetReusableDelegationSetCommandOutput extends GetReusableDelegationSetResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetReusableDelegationSetCommand_base: {
|
|
25
|
-
new (input: GetReusableDelegationSetCommandInput): import("@smithy/core/client").CommandImpl<GetReusableDelegationSetCommandInput, GetReusableDelegationSetCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetReusableDelegationSetCommandInput): import("@smithy/core/client").CommandImpl<GetReusableDelegationSetCommandInput, GetReusableDelegationSetCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetReusableDelegationSetCommandInput): import("@smithy/core/client").CommandImpl<GetReusableDelegationSetCommandInput, GetReusableDelegationSetCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetReusableDelegationSetCommandInput): import("@smithy/core/client").CommandImpl<GetReusableDelegationSetCommandInput, GetReusableDelegationSetCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about a specified reusable delegation set, including the four
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetReusableDelegationSetLimitRequest, GetReusableDelegationSetLimitResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetReusableDelegationSetLimitCommandInput extends GetReusableDe
|
|
|
22
19
|
export interface GetReusableDelegationSetLimitCommandOutput extends GetReusableDelegationSetLimitResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetReusableDelegationSetLimitCommand_base: {
|
|
25
|
-
new (input: GetReusableDelegationSetLimitCommandInput): import("@smithy/core/client").CommandImpl<GetReusableDelegationSetLimitCommandInput, GetReusableDelegationSetLimitCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetReusableDelegationSetLimitCommandInput): import("@smithy/core/client").CommandImpl<GetReusableDelegationSetLimitCommandInput, GetReusableDelegationSetLimitCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetReusableDelegationSetLimitCommandInput): import("@smithy/core/client").CommandImpl<GetReusableDelegationSetLimitCommandInput, GetReusableDelegationSetLimitCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetReusableDelegationSetLimitCommandInput): import("@smithy/core/client").CommandImpl<GetReusableDelegationSetLimitCommandInput, GetReusableDelegationSetLimitCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets the maximum number of hosted zones that you can associate with the specified
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetTrafficPolicyRequest, GetTrafficPolicyResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetTrafficPolicyCommandInput extends GetTrafficPolicyRequest {
|
|
|
22
19
|
export interface GetTrafficPolicyCommandOutput extends GetTrafficPolicyResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetTrafficPolicyCommand_base: {
|
|
25
|
-
new (input: GetTrafficPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetTrafficPolicyCommandInput, GetTrafficPolicyCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetTrafficPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetTrafficPolicyCommandInput, GetTrafficPolicyCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetTrafficPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetTrafficPolicyCommandInput, GetTrafficPolicyCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetTrafficPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetTrafficPolicyCommandInput, GetTrafficPolicyCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about a specific traffic policy version.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetTrafficPolicyInstanceRequest, GetTrafficPolicyInstanceResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetTrafficPolicyInstanceCommandInput extends GetTrafficPolicyIn
|
|
|
22
19
|
export interface GetTrafficPolicyInstanceCommandOutput extends GetTrafficPolicyInstanceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetTrafficPolicyInstanceCommand_base: {
|
|
25
|
-
new (input: GetTrafficPolicyInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetTrafficPolicyInstanceCommandInput, GetTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetTrafficPolicyInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetTrafficPolicyInstanceCommandInput, GetTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetTrafficPolicyInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetTrafficPolicyInstanceCommandInput, GetTrafficPolicyInstanceCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetTrafficPolicyInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetTrafficPolicyInstanceCommandInput, GetTrafficPolicyInstanceCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about a specified traffic policy instance.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetTrafficPolicyInstanceCountRequest, GetTrafficPolicyInstanceCountResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetTrafficPolicyInstanceCountCommandInput extends GetTrafficPol
|
|
|
22
19
|
export interface GetTrafficPolicyInstanceCountCommandOutput extends GetTrafficPolicyInstanceCountResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetTrafficPolicyInstanceCountCommand_base: {
|
|
25
|
-
new (input: GetTrafficPolicyInstanceCountCommandInput): import("@smithy/core/client").CommandImpl<GetTrafficPolicyInstanceCountCommandInput, GetTrafficPolicyInstanceCountCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetTrafficPolicyInstanceCountCommandInput]): import("@smithy/core/client").CommandImpl<GetTrafficPolicyInstanceCountCommandInput, GetTrafficPolicyInstanceCountCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetTrafficPolicyInstanceCountCommandInput): import("@smithy/core/client").CommandImpl<GetTrafficPolicyInstanceCountCommandInput, GetTrafficPolicyInstanceCountCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetTrafficPolicyInstanceCountCommandInput]): import("@smithy/core/client").CommandImpl<GetTrafficPolicyInstanceCountCommandInput, GetTrafficPolicyInstanceCountCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets the number of traffic policy instances that are associated with the current
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListCidrBlocksRequest, ListCidrBlocksResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListCidrBlocksCommandInput extends ListCidrBlocksRequest {
|
|
|
22
19
|
export interface ListCidrBlocksCommandOutput extends ListCidrBlocksResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListCidrBlocksCommand_base: {
|
|
25
|
-
new (input: ListCidrBlocksCommandInput): import("@smithy/core/client").CommandImpl<ListCidrBlocksCommandInput, ListCidrBlocksCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListCidrBlocksCommandInput): import("@smithy/core/client").CommandImpl<ListCidrBlocksCommandInput, ListCidrBlocksCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListCidrBlocksCommandInput): import("@smithy/core/client").CommandImpl<ListCidrBlocksCommandInput, ListCidrBlocksCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListCidrBlocksCommandInput): import("@smithy/core/client").CommandImpl<ListCidrBlocksCommandInput, ListCidrBlocksCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a paginated list of location objects and their CIDR blocks.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListCidrCollectionsRequest, ListCidrCollectionsResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListCidrCollectionsCommandInput extends ListCidrCollectionsRequ
|
|
|
22
19
|
export interface ListCidrCollectionsCommandOutput extends ListCidrCollectionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListCidrCollectionsCommand_base: {
|
|
25
|
-
new (input: ListCidrCollectionsCommandInput): import("@smithy/core/client").CommandImpl<ListCidrCollectionsCommandInput, ListCidrCollectionsCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListCidrCollectionsCommandInput]): import("@smithy/core/client").CommandImpl<ListCidrCollectionsCommandInput, ListCidrCollectionsCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListCidrCollectionsCommandInput): import("@smithy/core/client").CommandImpl<ListCidrCollectionsCommandInput, ListCidrCollectionsCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListCidrCollectionsCommandInput]): import("@smithy/core/client").CommandImpl<ListCidrCollectionsCommandInput, ListCidrCollectionsCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a paginated list of CIDR collections in the Amazon Web Services account
|