@aws-sdk/client-route-53 3.168.0 → 3.170.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Route53.d.ts +1395 -11
- package/dist-types/ts3.4/Route53Client.d.ts +549 -143
- package/dist-types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ChangeCidrCollectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateCidrCollectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateHealthCheckCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateHostedZoneCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +21 -8
- package/dist-types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteCidrCollectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccountLimitCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetChangeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetDNSSECCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetGeoLocationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetHealthCheckCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetHostedZoneCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCidrBlocksCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListCidrCollectionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListCidrLocationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListGeoLocationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListHealthChecksCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListHostedZonesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TestDNSAnswerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +70 -70
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/Route53ServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2750 -2346
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListCidrBlocksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCidrCollectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCidrLocationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListHealthChecksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListHostedZonesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListQueryLoggingConfigsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +845 -212
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForResourceRecordSetsChanged.d.ts +13 -7
- package/package.json +37 -37
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GetTrafficPolicyInstanceRequest,
|
|
10
|
+
GetTrafficPolicyInstanceResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface GetTrafficPolicyInstanceCommandInput
|
|
18
|
+
extends GetTrafficPolicyInstanceRequest {}
|
|
19
|
+
export interface GetTrafficPolicyInstanceCommandOutput
|
|
20
|
+
extends GetTrafficPolicyInstanceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetTrafficPolicyInstanceCommand extends $Command<
|
|
24
|
+
GetTrafficPolicyInstanceCommandInput,
|
|
25
|
+
GetTrafficPolicyInstanceCommandOutput,
|
|
26
|
+
Route53ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetTrafficPolicyInstanceCommandInput;
|
|
29
|
+
constructor(input: GetTrafficPolicyInstanceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Route53ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetTrafficPolicyInstanceCommandInput,
|
|
37
|
+
GetTrafficPolicyInstanceCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GetTrafficPolicyInstanceCountRequest,
|
|
10
|
+
GetTrafficPolicyInstanceCountResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface GetTrafficPolicyInstanceCountCommandInput
|
|
18
|
+
extends GetTrafficPolicyInstanceCountRequest {}
|
|
19
|
+
export interface GetTrafficPolicyInstanceCountCommandOutput
|
|
20
|
+
extends GetTrafficPolicyInstanceCountResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetTrafficPolicyInstanceCountCommand extends $Command<
|
|
24
|
+
GetTrafficPolicyInstanceCountCommandInput,
|
|
25
|
+
GetTrafficPolicyInstanceCountCommandOutput,
|
|
26
|
+
Route53ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetTrafficPolicyInstanceCountCommandInput;
|
|
29
|
+
constructor(input: GetTrafficPolicyInstanceCountCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Route53ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetTrafficPolicyInstanceCountCommandInput,
|
|
37
|
+
GetTrafficPolicyInstanceCountCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListCidrBlocksRequest,
|
|
10
|
+
ListCidrBlocksResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface ListCidrBlocksCommandInput extends ListCidrBlocksRequest {}
|
|
18
|
+
export interface ListCidrBlocksCommandOutput
|
|
19
|
+
extends ListCidrBlocksResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListCidrBlocksCommand extends $Command<
|
|
23
|
+
ListCidrBlocksCommandInput,
|
|
24
|
+
ListCidrBlocksCommandOutput,
|
|
25
|
+
Route53ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListCidrBlocksCommandInput;
|
|
28
|
+
constructor(input: ListCidrBlocksCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: Route53ClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListCidrBlocksCommandInput, ListCidrBlocksCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListCidrCollectionsRequest,
|
|
10
|
+
ListCidrCollectionsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface ListCidrCollectionsCommandInput
|
|
18
|
+
extends ListCidrCollectionsRequest {}
|
|
19
|
+
export interface ListCidrCollectionsCommandOutput
|
|
20
|
+
extends ListCidrCollectionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListCidrCollectionsCommand extends $Command<
|
|
24
|
+
ListCidrCollectionsCommandInput,
|
|
25
|
+
ListCidrCollectionsCommandOutput,
|
|
26
|
+
Route53ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListCidrCollectionsCommandInput;
|
|
29
|
+
constructor(input: ListCidrCollectionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Route53ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListCidrCollectionsCommandInput, ListCidrCollectionsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListCidrLocationsRequest,
|
|
10
|
+
ListCidrLocationsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface ListCidrLocationsCommandInput
|
|
18
|
+
extends ListCidrLocationsRequest {}
|
|
19
|
+
export interface ListCidrLocationsCommandOutput
|
|
20
|
+
extends ListCidrLocationsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListCidrLocationsCommand extends $Command<
|
|
24
|
+
ListCidrLocationsCommandInput,
|
|
25
|
+
ListCidrLocationsCommandOutput,
|
|
26
|
+
Route53ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListCidrLocationsCommandInput;
|
|
29
|
+
constructor(input: ListCidrLocationsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Route53ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListCidrLocationsCommandInput, ListCidrLocationsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListGeoLocationsRequest,
|
|
10
|
+
ListGeoLocationsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface ListGeoLocationsCommandInput extends ListGeoLocationsRequest {}
|
|
18
|
+
export interface ListGeoLocationsCommandOutput
|
|
19
|
+
extends ListGeoLocationsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListGeoLocationsCommand extends $Command<
|
|
23
|
+
ListGeoLocationsCommandInput,
|
|
24
|
+
ListGeoLocationsCommandOutput,
|
|
25
|
+
Route53ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListGeoLocationsCommandInput;
|
|
28
|
+
constructor(input: ListGeoLocationsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: Route53ClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListGeoLocationsCommandInput, ListGeoLocationsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListHealthChecksRequest,
|
|
10
|
+
ListHealthChecksResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface ListHealthChecksCommandInput extends ListHealthChecksRequest {}
|
|
18
|
+
export interface ListHealthChecksCommandOutput
|
|
19
|
+
extends ListHealthChecksResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListHealthChecksCommand extends $Command<
|
|
23
|
+
ListHealthChecksCommandInput,
|
|
24
|
+
ListHealthChecksCommandOutput,
|
|
25
|
+
Route53ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListHealthChecksCommandInput;
|
|
28
|
+
constructor(input: ListHealthChecksCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: Route53ClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListHealthChecksCommandInput, ListHealthChecksCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListHostedZonesByNameRequest,
|
|
10
|
+
ListHostedZonesByNameResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface ListHostedZonesByNameCommandInput
|
|
18
|
+
extends ListHostedZonesByNameRequest {}
|
|
19
|
+
export interface ListHostedZonesByNameCommandOutput
|
|
20
|
+
extends ListHostedZonesByNameResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListHostedZonesByNameCommand extends $Command<
|
|
24
|
+
ListHostedZonesByNameCommandInput,
|
|
25
|
+
ListHostedZonesByNameCommandOutput,
|
|
26
|
+
Route53ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListHostedZonesByNameCommandInput;
|
|
29
|
+
constructor(input: ListHostedZonesByNameCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Route53ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListHostedZonesByNameCommandInput,
|
|
37
|
+
ListHostedZonesByNameCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListHostedZonesByVPCRequest,
|
|
10
|
+
ListHostedZonesByVPCResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface ListHostedZonesByVPCCommandInput
|
|
18
|
+
extends ListHostedZonesByVPCRequest {}
|
|
19
|
+
export interface ListHostedZonesByVPCCommandOutput
|
|
20
|
+
extends ListHostedZonesByVPCResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListHostedZonesByVPCCommand extends $Command<
|
|
24
|
+
ListHostedZonesByVPCCommandInput,
|
|
25
|
+
ListHostedZonesByVPCCommandOutput,
|
|
26
|
+
Route53ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListHostedZonesByVPCCommandInput;
|
|
29
|
+
constructor(input: ListHostedZonesByVPCCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Route53ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListHostedZonesByVPCCommandInput,
|
|
37
|
+
ListHostedZonesByVPCCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListHostedZonesRequest,
|
|
10
|
+
ListHostedZonesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface ListHostedZonesCommandInput extends ListHostedZonesRequest {}
|
|
18
|
+
export interface ListHostedZonesCommandOutput
|
|
19
|
+
extends ListHostedZonesResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListHostedZonesCommand extends $Command<
|
|
23
|
+
ListHostedZonesCommandInput,
|
|
24
|
+
ListHostedZonesCommandOutput,
|
|
25
|
+
Route53ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListHostedZonesCommandInput;
|
|
28
|
+
constructor(input: ListHostedZonesCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: Route53ClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListHostedZonesCommandInput, ListHostedZonesCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListQueryLoggingConfigsRequest,
|
|
10
|
+
ListQueryLoggingConfigsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface ListQueryLoggingConfigsCommandInput
|
|
18
|
+
extends ListQueryLoggingConfigsRequest {}
|
|
19
|
+
export interface ListQueryLoggingConfigsCommandOutput
|
|
20
|
+
extends ListQueryLoggingConfigsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListQueryLoggingConfigsCommand extends $Command<
|
|
24
|
+
ListQueryLoggingConfigsCommandInput,
|
|
25
|
+
ListQueryLoggingConfigsCommandOutput,
|
|
26
|
+
Route53ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListQueryLoggingConfigsCommandInput;
|
|
29
|
+
constructor(input: ListQueryLoggingConfigsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Route53ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListQueryLoggingConfigsCommandInput,
|
|
37
|
+
ListQueryLoggingConfigsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|