@aws-sdk/client-route-53 3.1077.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 +86 -846
- 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-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/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/package.json +10 -10
|
@@ -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 { ListHealthChecksRequest, ListHealthChecksResponse } 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 ListHealthChecksCommandInput extends ListHealthChecksRequest {
|
|
|
22
19
|
export interface ListHealthChecksCommandOutput extends ListHealthChecksResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListHealthChecksCommand_base: {
|
|
25
|
-
new (input: ListHealthChecksCommandInput): import("@smithy/core/client").CommandImpl<ListHealthChecksCommandInput, ListHealthChecksCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListHealthChecksCommandInput]): import("@smithy/core/client").CommandImpl<ListHealthChecksCommandInput, ListHealthChecksCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListHealthChecksCommandInput): import("@smithy/core/client").CommandImpl<ListHealthChecksCommandInput, ListHealthChecksCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListHealthChecksCommandInput]): import("@smithy/core/client").CommandImpl<ListHealthChecksCommandInput, ListHealthChecksCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieve a list of the 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 { ListHostedZonesByNameRequest, ListHostedZonesByNameResponse } 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 ListHostedZonesByNameCommandInput extends ListHostedZonesByName
|
|
|
22
19
|
export interface ListHostedZonesByNameCommandOutput extends ListHostedZonesByNameResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListHostedZonesByNameCommand_base: {
|
|
25
|
-
new (input: ListHostedZonesByNameCommandInput): import("@smithy/core/client").CommandImpl<ListHostedZonesByNameCommandInput, ListHostedZonesByNameCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListHostedZonesByNameCommandInput]): import("@smithy/core/client").CommandImpl<ListHostedZonesByNameCommandInput, ListHostedZonesByNameCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListHostedZonesByNameCommandInput): import("@smithy/core/client").CommandImpl<ListHostedZonesByNameCommandInput, ListHostedZonesByNameCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListHostedZonesByNameCommandInput]): import("@smithy/core/client").CommandImpl<ListHostedZonesByNameCommandInput, ListHostedZonesByNameCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves a list of your hosted zones in lexicographic order. The response includes a
|
|
@@ -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 { ListHostedZonesByVPCRequest, ListHostedZonesByVPCResponse } 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 ListHostedZonesByVPCCommandInput extends ListHostedZonesByVPCRe
|
|
|
22
19
|
export interface ListHostedZonesByVPCCommandOutput extends ListHostedZonesByVPCResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListHostedZonesByVPCCommand_base: {
|
|
25
|
-
new (input: ListHostedZonesByVPCCommandInput): import("@smithy/core/client").CommandImpl<ListHostedZonesByVPCCommandInput, ListHostedZonesByVPCCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListHostedZonesByVPCCommandInput): import("@smithy/core/client").CommandImpl<ListHostedZonesByVPCCommandInput, ListHostedZonesByVPCCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListHostedZonesByVPCCommandInput): import("@smithy/core/client").CommandImpl<ListHostedZonesByVPCCommandInput, ListHostedZonesByVPCCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListHostedZonesByVPCCommandInput): import("@smithy/core/client").CommandImpl<ListHostedZonesByVPCCommandInput, ListHostedZonesByVPCCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all the private hosted zones that a specified VPC is associated with, regardless
|
|
@@ -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 { ListHostedZonesRequest, ListHostedZonesResponse } 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 ListHostedZonesCommandInput extends ListHostedZonesRequest {
|
|
|
22
19
|
export interface ListHostedZonesCommandOutput extends ListHostedZonesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListHostedZonesCommand_base: {
|
|
25
|
-
new (input: ListHostedZonesCommandInput): import("@smithy/core/client").CommandImpl<ListHostedZonesCommandInput, ListHostedZonesCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListHostedZonesCommandInput]): import("@smithy/core/client").CommandImpl<ListHostedZonesCommandInput, ListHostedZonesCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListHostedZonesCommandInput): import("@smithy/core/client").CommandImpl<ListHostedZonesCommandInput, ListHostedZonesCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListHostedZonesCommandInput]): import("@smithy/core/client").CommandImpl<ListHostedZonesCommandInput, ListHostedZonesCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves a list of the public and private hosted zones that are associated with 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 { ListQueryLoggingConfigsRequest, ListQueryLoggingConfigsResponse } 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 ListQueryLoggingConfigsCommandInput extends ListQueryLoggingCon
|
|
|
22
19
|
export interface ListQueryLoggingConfigsCommandOutput extends ListQueryLoggingConfigsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListQueryLoggingConfigsCommand_base: {
|
|
25
|
-
new (input: ListQueryLoggingConfigsCommandInput): import("@smithy/core/client").CommandImpl<ListQueryLoggingConfigsCommandInput, ListQueryLoggingConfigsCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListQueryLoggingConfigsCommandInput]): import("@smithy/core/client").CommandImpl<ListQueryLoggingConfigsCommandInput, ListQueryLoggingConfigsCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListQueryLoggingConfigsCommandInput): import("@smithy/core/client").CommandImpl<ListQueryLoggingConfigsCommandInput, ListQueryLoggingConfigsCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListQueryLoggingConfigsCommandInput]): import("@smithy/core/client").CommandImpl<ListQueryLoggingConfigsCommandInput, ListQueryLoggingConfigsCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the configurations for DNS query logging 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 { ListResourceRecordSetsRequest, ListResourceRecordSetsResponse } 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 ListResourceRecordSetsCommandInput extends ListResourceRecordSe
|
|
|
22
19
|
export interface ListResourceRecordSetsCommandOutput extends ListResourceRecordSetsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListResourceRecordSetsCommand_base: {
|
|
25
|
-
new (input: ListResourceRecordSetsCommandInput): import("@smithy/core/client").CommandImpl<ListResourceRecordSetsCommandInput, ListResourceRecordSetsCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListResourceRecordSetsCommandInput): import("@smithy/core/client").CommandImpl<ListResourceRecordSetsCommandInput, ListResourceRecordSetsCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListResourceRecordSetsCommandInput): import("@smithy/core/client").CommandImpl<ListResourceRecordSetsCommandInput, ListResourceRecordSetsCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListResourceRecordSetsCommandInput): import("@smithy/core/client").CommandImpl<ListResourceRecordSetsCommandInput, ListResourceRecordSetsCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the resource record sets in a specified 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 { ListReusableDelegationSetsRequest, ListReusableDelegationSetsResponse } 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 ListReusableDelegationSetsCommandInput extends ListReusableDele
|
|
|
22
19
|
export interface ListReusableDelegationSetsCommandOutput extends ListReusableDelegationSetsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListReusableDelegationSetsCommand_base: {
|
|
25
|
-
new (input: ListReusableDelegationSetsCommandInput): import("@smithy/core/client").CommandImpl<ListReusableDelegationSetsCommandInput, ListReusableDelegationSetsCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListReusableDelegationSetsCommandInput]): import("@smithy/core/client").CommandImpl<ListReusableDelegationSetsCommandInput, ListReusableDelegationSetsCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListReusableDelegationSetsCommandInput): import("@smithy/core/client").CommandImpl<ListReusableDelegationSetsCommandInput, ListReusableDelegationSetsCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListReusableDelegationSetsCommandInput]): import("@smithy/core/client").CommandImpl<ListReusableDelegationSetsCommandInput, ListReusableDelegationSetsCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves a list of the reusable delegation sets 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 { ListTagsForResourceRequest, ListTagsForResourceResponse } 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 ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists tags for one health check or 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 { ListTagsForResourcesRequest, ListTagsForResourcesResponse } 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 ListTagsForResourcesCommandInput extends ListTagsForResourcesRe
|
|
|
22
19
|
export interface ListTagsForResourcesCommandOutput extends ListTagsForResourcesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourcesCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourcesCommandInput, ListTagsForResourcesCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourcesCommandInput, ListTagsForResourcesCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourcesCommandInput, ListTagsForResourcesCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourcesCommandInput, ListTagsForResourcesCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists tags for up to 10 health checks or hosted zones.</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 { ListTrafficPoliciesRequest, ListTrafficPoliciesResponse } 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 ListTrafficPoliciesCommandInput extends ListTrafficPoliciesRequ
|
|
|
22
19
|
export interface ListTrafficPoliciesCommandOutput extends ListTrafficPoliciesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTrafficPoliciesCommand_base: {
|
|
25
|
-
new (input: ListTrafficPoliciesCommandInput): import("@smithy/core/client").CommandImpl<ListTrafficPoliciesCommandInput, ListTrafficPoliciesCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListTrafficPoliciesCommandInput]): import("@smithy/core/client").CommandImpl<ListTrafficPoliciesCommandInput, ListTrafficPoliciesCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTrafficPoliciesCommandInput): import("@smithy/core/client").CommandImpl<ListTrafficPoliciesCommandInput, ListTrafficPoliciesCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListTrafficPoliciesCommandInput]): import("@smithy/core/client").CommandImpl<ListTrafficPoliciesCommandInput, ListTrafficPoliciesCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about the latest version for every traffic policy that is associated
|
|
@@ -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 { ListTrafficPolicyInstancesByHostedZoneRequest, ListTrafficPolicyInstancesByHostedZoneResponse } 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 ListTrafficPolicyInstancesByHostedZoneCommandInput extends List
|
|
|
22
19
|
export interface ListTrafficPolicyInstancesByHostedZoneCommandOutput extends ListTrafficPolicyInstancesByHostedZoneResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTrafficPolicyInstancesByHostedZoneCommand_base: {
|
|
25
|
-
new (input: ListTrafficPolicyInstancesByHostedZoneCommandInput): import("@smithy/core/client").CommandImpl<ListTrafficPolicyInstancesByHostedZoneCommandInput, ListTrafficPolicyInstancesByHostedZoneCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTrafficPolicyInstancesByHostedZoneCommandInput): import("@smithy/core/client").CommandImpl<ListTrafficPolicyInstancesByHostedZoneCommandInput, ListTrafficPolicyInstancesByHostedZoneCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTrafficPolicyInstancesByHostedZoneCommandInput): import("@smithy/core/client").CommandImpl<ListTrafficPolicyInstancesByHostedZoneCommandInput, ListTrafficPolicyInstancesByHostedZoneCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTrafficPolicyInstancesByHostedZoneCommandInput): import("@smithy/core/client").CommandImpl<ListTrafficPolicyInstancesByHostedZoneCommandInput, ListTrafficPolicyInstancesByHostedZoneCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about the traffic policy instances that you created in a 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 { ListTrafficPolicyInstancesByPolicyRequest, ListTrafficPolicyInstancesByPolicyResponse } 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 ListTrafficPolicyInstancesByPolicyCommandInput extends ListTraf
|
|
|
22
19
|
export interface ListTrafficPolicyInstancesByPolicyCommandOutput extends ListTrafficPolicyInstancesByPolicyResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTrafficPolicyInstancesByPolicyCommand_base: {
|
|
25
|
-
new (input: ListTrafficPolicyInstancesByPolicyCommandInput): import("@smithy/core/client").CommandImpl<ListTrafficPolicyInstancesByPolicyCommandInput, ListTrafficPolicyInstancesByPolicyCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTrafficPolicyInstancesByPolicyCommandInput): import("@smithy/core/client").CommandImpl<ListTrafficPolicyInstancesByPolicyCommandInput, ListTrafficPolicyInstancesByPolicyCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTrafficPolicyInstancesByPolicyCommandInput): import("@smithy/core/client").CommandImpl<ListTrafficPolicyInstancesByPolicyCommandInput, ListTrafficPolicyInstancesByPolicyCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTrafficPolicyInstancesByPolicyCommandInput): import("@smithy/core/client").CommandImpl<ListTrafficPolicyInstancesByPolicyCommandInput, ListTrafficPolicyInstancesByPolicyCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about the traffic policy instances that you created by using a
|
|
@@ -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 { ListTrafficPolicyInstancesRequest, ListTrafficPolicyInstancesResponse } 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 ListTrafficPolicyInstancesCommandInput extends ListTrafficPolic
|
|
|
22
19
|
export interface ListTrafficPolicyInstancesCommandOutput extends ListTrafficPolicyInstancesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTrafficPolicyInstancesCommand_base: {
|
|
25
|
-
new (input: ListTrafficPolicyInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListTrafficPolicyInstancesCommandInput, ListTrafficPolicyInstancesCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListTrafficPolicyInstancesCommandInput]): import("@smithy/core/client").CommandImpl<ListTrafficPolicyInstancesCommandInput, ListTrafficPolicyInstancesCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTrafficPolicyInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListTrafficPolicyInstancesCommandInput, ListTrafficPolicyInstancesCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListTrafficPolicyInstancesCommandInput]): import("@smithy/core/client").CommandImpl<ListTrafficPolicyInstancesCommandInput, ListTrafficPolicyInstancesCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about the traffic policy instances that you created by using 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 { ListTrafficPolicyVersionsRequest, ListTrafficPolicyVersionsResponse } 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 ListTrafficPolicyVersionsCommandInput extends ListTrafficPolicy
|
|
|
22
19
|
export interface ListTrafficPolicyVersionsCommandOutput extends ListTrafficPolicyVersionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTrafficPolicyVersionsCommand_base: {
|
|
25
|
-
new (input: ListTrafficPolicyVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListTrafficPolicyVersionsCommandInput, ListTrafficPolicyVersionsCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTrafficPolicyVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListTrafficPolicyVersionsCommandInput, ListTrafficPolicyVersionsCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTrafficPolicyVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListTrafficPolicyVersionsCommandInput, ListTrafficPolicyVersionsCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTrafficPolicyVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListTrafficPolicyVersionsCommandInput, ListTrafficPolicyVersionsCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about all of the versions for a specified traffic policy.</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 { ListVPCAssociationAuthorizationsRequest, ListVPCAssociationAuthorizationsResponse } 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 ListVPCAssociationAuthorizationsCommandInput extends ListVPCAss
|
|
|
22
19
|
export interface ListVPCAssociationAuthorizationsCommandOutput extends ListVPCAssociationAuthorizationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListVPCAssociationAuthorizationsCommand_base: {
|
|
25
|
-
new (input: ListVPCAssociationAuthorizationsCommandInput): import("@smithy/core/client").CommandImpl<ListVPCAssociationAuthorizationsCommandInput, ListVPCAssociationAuthorizationsCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListVPCAssociationAuthorizationsCommandInput): import("@smithy/core/client").CommandImpl<ListVPCAssociationAuthorizationsCommandInput, ListVPCAssociationAuthorizationsCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListVPCAssociationAuthorizationsCommandInput): import("@smithy/core/client").CommandImpl<ListVPCAssociationAuthorizationsCommandInput, ListVPCAssociationAuthorizationsCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListVPCAssociationAuthorizationsCommandInput): import("@smithy/core/client").CommandImpl<ListVPCAssociationAuthorizationsCommandInput, ListVPCAssociationAuthorizationsCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets a list of the VPCs that were created by other accounts and that can be associated
|
|
@@ -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 { TestDNSAnswerRequest, TestDNSAnswerResponse } 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 TestDNSAnswerCommandInput extends TestDNSAnswerRequest {
|
|
|
22
19
|
export interface TestDNSAnswerCommandOutput extends TestDNSAnswerResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TestDNSAnswerCommand_base: {
|
|
25
|
-
new (input: TestDNSAnswerCommandInput): import("@smithy/core/client").CommandImpl<TestDNSAnswerCommandInput, TestDNSAnswerCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TestDNSAnswerCommandInput): import("@smithy/core/client").CommandImpl<TestDNSAnswerCommandInput, TestDNSAnswerCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TestDNSAnswerCommandInput): import("@smithy/core/client").CommandImpl<TestDNSAnswerCommandInput, TestDNSAnswerCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TestDNSAnswerCommandInput): import("@smithy/core/client").CommandImpl<TestDNSAnswerCommandInput, TestDNSAnswerCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets the value that Amazon Route 53 returns in response to a DNS request for a
|
|
@@ -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 { UpdateHealthCheckRequest, UpdateHealthCheckResponse } 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 UpdateHealthCheckCommandInput extends UpdateHealthCheckRequest
|
|
|
22
19
|
export interface UpdateHealthCheckCommandOutput extends UpdateHealthCheckResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateHealthCheckCommand_base: {
|
|
25
|
-
new (input: UpdateHealthCheckCommandInput): import("@smithy/core/client").CommandImpl<UpdateHealthCheckCommandInput, UpdateHealthCheckCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateHealthCheckCommandInput): import("@smithy/core/client").CommandImpl<UpdateHealthCheckCommandInput, UpdateHealthCheckCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateHealthCheckCommandInput): import("@smithy/core/client").CommandImpl<UpdateHealthCheckCommandInput, UpdateHealthCheckCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateHealthCheckCommandInput): import("@smithy/core/client").CommandImpl<UpdateHealthCheckCommandInput, UpdateHealthCheckCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an existing health check. Note that some values can't be updated. </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 { UpdateHostedZoneCommentRequest, UpdateHostedZoneCommentResponse } 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 UpdateHostedZoneCommentCommandInput extends UpdateHostedZoneCom
|
|
|
22
19
|
export interface UpdateHostedZoneCommentCommandOutput extends UpdateHostedZoneCommentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateHostedZoneCommentCommand_base: {
|
|
25
|
-
new (input: UpdateHostedZoneCommentCommandInput): import("@smithy/core/client").CommandImpl<UpdateHostedZoneCommentCommandInput, UpdateHostedZoneCommentCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateHostedZoneCommentCommandInput): import("@smithy/core/client").CommandImpl<UpdateHostedZoneCommentCommandInput, UpdateHostedZoneCommentCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateHostedZoneCommentCommandInput): import("@smithy/core/client").CommandImpl<UpdateHostedZoneCommentCommandInput, UpdateHostedZoneCommentCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateHostedZoneCommentCommandInput): import("@smithy/core/client").CommandImpl<UpdateHostedZoneCommentCommandInput, UpdateHostedZoneCommentCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the comment for a specified 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 { UpdateHostedZoneFeaturesRequest, UpdateHostedZoneFeaturesResponse } 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 UpdateHostedZoneFeaturesCommandInput extends UpdateHostedZoneFe
|
|
|
22
19
|
export interface UpdateHostedZoneFeaturesCommandOutput extends UpdateHostedZoneFeaturesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateHostedZoneFeaturesCommand_base: {
|
|
25
|
-
new (input: UpdateHostedZoneFeaturesCommandInput): import("@smithy/core/client").CommandImpl<UpdateHostedZoneFeaturesCommandInput, UpdateHostedZoneFeaturesCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateHostedZoneFeaturesCommandInput): import("@smithy/core/client").CommandImpl<UpdateHostedZoneFeaturesCommandInput, UpdateHostedZoneFeaturesCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateHostedZoneFeaturesCommandInput): import("@smithy/core/client").CommandImpl<UpdateHostedZoneFeaturesCommandInput, UpdateHostedZoneFeaturesCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateHostedZoneFeaturesCommandInput): import("@smithy/core/client").CommandImpl<UpdateHostedZoneFeaturesCommandInput, UpdateHostedZoneFeaturesCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the features configuration for a hosted zone. This operation allows you to enable or disable specific features for your hosted zone, such as accelerated recovery.</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 { UpdateTrafficPolicyCommentRequest, UpdateTrafficPolicyCommentResponse } 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 UpdateTrafficPolicyCommentCommandInput extends UpdateTrafficPol
|
|
|
22
19
|
export interface UpdateTrafficPolicyCommentCommandOutput extends UpdateTrafficPolicyCommentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateTrafficPolicyCommentCommand_base: {
|
|
25
|
-
new (input: UpdateTrafficPolicyCommentCommandInput): import("@smithy/core/client").CommandImpl<UpdateTrafficPolicyCommentCommandInput, UpdateTrafficPolicyCommentCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateTrafficPolicyCommentCommandInput): import("@smithy/core/client").CommandImpl<UpdateTrafficPolicyCommentCommandInput, UpdateTrafficPolicyCommentCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateTrafficPolicyCommentCommandInput): import("@smithy/core/client").CommandImpl<UpdateTrafficPolicyCommentCommandInput, UpdateTrafficPolicyCommentCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateTrafficPolicyCommentCommandInput): import("@smithy/core/client").CommandImpl<UpdateTrafficPolicyCommentCommandInput, UpdateTrafficPolicyCommentCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the comment for a specified 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 { UpdateTrafficPolicyInstanceRequest, UpdateTrafficPolicyInstanceResponse } 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 UpdateTrafficPolicyInstanceCommandInput extends UpdateTrafficPo
|
|
|
22
19
|
export interface UpdateTrafficPolicyInstanceCommandOutput extends UpdateTrafficPolicyInstanceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateTrafficPolicyInstanceCommand_base: {
|
|
25
|
-
new (input: UpdateTrafficPolicyInstanceCommandInput): import("@smithy/core/client").CommandImpl<UpdateTrafficPolicyInstanceCommandInput, UpdateTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateTrafficPolicyInstanceCommandInput): import("@smithy/core/client").CommandImpl<UpdateTrafficPolicyInstanceCommandInput, UpdateTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateTrafficPolicyInstanceCommandInput): import("@smithy/core/client").CommandImpl<UpdateTrafficPolicyInstanceCommandInput, UpdateTrafficPolicyInstanceCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateTrafficPolicyInstanceCommandInput): import("@smithy/core/client").CommandImpl<UpdateTrafficPolicyInstanceCommandInput, UpdateTrafficPolicyInstanceCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <note>
|