@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,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
|
+
DeleteTrafficPolicyRequest,
|
|
10
|
+
DeleteTrafficPolicyResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface DeleteTrafficPolicyCommandInput
|
|
18
|
+
extends DeleteTrafficPolicyRequest {}
|
|
19
|
+
export interface DeleteTrafficPolicyCommandOutput
|
|
20
|
+
extends DeleteTrafficPolicyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteTrafficPolicyCommand extends $Command<
|
|
24
|
+
DeleteTrafficPolicyCommandInput,
|
|
25
|
+
DeleteTrafficPolicyCommandOutput,
|
|
26
|
+
Route53ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteTrafficPolicyCommandInput;
|
|
29
|
+
constructor(input: DeleteTrafficPolicyCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Route53ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DeleteTrafficPolicyCommandInput, DeleteTrafficPolicyCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
DeleteTrafficPolicyInstanceRequest,
|
|
10
|
+
DeleteTrafficPolicyInstanceResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface DeleteTrafficPolicyInstanceCommandInput
|
|
18
|
+
extends DeleteTrafficPolicyInstanceRequest {}
|
|
19
|
+
export interface DeleteTrafficPolicyInstanceCommandOutput
|
|
20
|
+
extends DeleteTrafficPolicyInstanceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteTrafficPolicyInstanceCommand extends $Command<
|
|
24
|
+
DeleteTrafficPolicyInstanceCommandInput,
|
|
25
|
+
DeleteTrafficPolicyInstanceCommandOutput,
|
|
26
|
+
Route53ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteTrafficPolicyInstanceCommandInput;
|
|
29
|
+
constructor(input: DeleteTrafficPolicyInstanceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Route53ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteTrafficPolicyInstanceCommandInput,
|
|
37
|
+
DeleteTrafficPolicyInstanceCommandOutput
|
|
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
|
+
DeleteVPCAssociationAuthorizationRequest,
|
|
10
|
+
DeleteVPCAssociationAuthorizationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface DeleteVPCAssociationAuthorizationCommandInput
|
|
18
|
+
extends DeleteVPCAssociationAuthorizationRequest {}
|
|
19
|
+
export interface DeleteVPCAssociationAuthorizationCommandOutput
|
|
20
|
+
extends DeleteVPCAssociationAuthorizationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteVPCAssociationAuthorizationCommand extends $Command<
|
|
24
|
+
DeleteVPCAssociationAuthorizationCommandInput,
|
|
25
|
+
DeleteVPCAssociationAuthorizationCommandOutput,
|
|
26
|
+
Route53ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteVPCAssociationAuthorizationCommandInput;
|
|
29
|
+
constructor(input: DeleteVPCAssociationAuthorizationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Route53ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteVPCAssociationAuthorizationCommandInput,
|
|
37
|
+
DeleteVPCAssociationAuthorizationCommandOutput
|
|
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
|
+
DisableHostedZoneDNSSECRequest,
|
|
10
|
+
DisableHostedZoneDNSSECResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface DisableHostedZoneDNSSECCommandInput
|
|
18
|
+
extends DisableHostedZoneDNSSECRequest {}
|
|
19
|
+
export interface DisableHostedZoneDNSSECCommandOutput
|
|
20
|
+
extends DisableHostedZoneDNSSECResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DisableHostedZoneDNSSECCommand extends $Command<
|
|
24
|
+
DisableHostedZoneDNSSECCommandInput,
|
|
25
|
+
DisableHostedZoneDNSSECCommandOutput,
|
|
26
|
+
Route53ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisableHostedZoneDNSSECCommandInput;
|
|
29
|
+
constructor(input: DisableHostedZoneDNSSECCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Route53ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DisableHostedZoneDNSSECCommandInput,
|
|
37
|
+
DisableHostedZoneDNSSECCommandOutput
|
|
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
|
+
DisassociateVPCFromHostedZoneRequest,
|
|
10
|
+
DisassociateVPCFromHostedZoneResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface DisassociateVPCFromHostedZoneCommandInput
|
|
18
|
+
extends DisassociateVPCFromHostedZoneRequest {}
|
|
19
|
+
export interface DisassociateVPCFromHostedZoneCommandOutput
|
|
20
|
+
extends DisassociateVPCFromHostedZoneResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DisassociateVPCFromHostedZoneCommand extends $Command<
|
|
24
|
+
DisassociateVPCFromHostedZoneCommandInput,
|
|
25
|
+
DisassociateVPCFromHostedZoneCommandOutput,
|
|
26
|
+
Route53ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisassociateVPCFromHostedZoneCommandInput;
|
|
29
|
+
constructor(input: DisassociateVPCFromHostedZoneCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Route53ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DisassociateVPCFromHostedZoneCommandInput,
|
|
37
|
+
DisassociateVPCFromHostedZoneCommandOutput
|
|
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
|
+
EnableHostedZoneDNSSECRequest,
|
|
10
|
+
EnableHostedZoneDNSSECResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface EnableHostedZoneDNSSECCommandInput
|
|
18
|
+
extends EnableHostedZoneDNSSECRequest {}
|
|
19
|
+
export interface EnableHostedZoneDNSSECCommandOutput
|
|
20
|
+
extends EnableHostedZoneDNSSECResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class EnableHostedZoneDNSSECCommand extends $Command<
|
|
24
|
+
EnableHostedZoneDNSSECCommandInput,
|
|
25
|
+
EnableHostedZoneDNSSECCommandOutput,
|
|
26
|
+
Route53ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: EnableHostedZoneDNSSECCommandInput;
|
|
29
|
+
constructor(input: EnableHostedZoneDNSSECCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Route53ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
EnableHostedZoneDNSSECCommandInput,
|
|
37
|
+
EnableHostedZoneDNSSECCommandOutput
|
|
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
|
+
GetAccountLimitRequest,
|
|
10
|
+
GetAccountLimitResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface GetAccountLimitCommandInput extends GetAccountLimitRequest {}
|
|
18
|
+
export interface GetAccountLimitCommandOutput
|
|
19
|
+
extends GetAccountLimitResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetAccountLimitCommand extends $Command<
|
|
23
|
+
GetAccountLimitCommandInput,
|
|
24
|
+
GetAccountLimitCommandOutput,
|
|
25
|
+
Route53ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetAccountLimitCommandInput;
|
|
28
|
+
constructor(input: GetAccountLimitCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: Route53ClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetAccountLimitCommandInput, GetAccountLimitCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { GetChangeRequest, GetChangeResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
Route53ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../Route53Client";
|
|
14
|
+
export interface GetChangeCommandInput extends GetChangeRequest {}
|
|
15
|
+
export interface GetChangeCommandOutput
|
|
16
|
+
extends GetChangeResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetChangeCommand extends $Command<
|
|
20
|
+
GetChangeCommandInput,
|
|
21
|
+
GetChangeCommandOutput,
|
|
22
|
+
Route53ClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetChangeCommandInput;
|
|
25
|
+
constructor(input: GetChangeCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: Route53ClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetChangeCommandInput, GetChangeCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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
|
+
GetCheckerIpRangesRequest,
|
|
10
|
+
GetCheckerIpRangesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface GetCheckerIpRangesCommandInput
|
|
18
|
+
extends GetCheckerIpRangesRequest {}
|
|
19
|
+
export interface GetCheckerIpRangesCommandOutput
|
|
20
|
+
extends GetCheckerIpRangesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetCheckerIpRangesCommand extends $Command<
|
|
24
|
+
GetCheckerIpRangesCommandInput,
|
|
25
|
+
GetCheckerIpRangesCommandOutput,
|
|
26
|
+
Route53ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetCheckerIpRangesCommandInput;
|
|
29
|
+
constructor(input: GetCheckerIpRangesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Route53ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetCheckerIpRangesCommandInput, GetCheckerIpRangesCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { GetDNSSECRequest, GetDNSSECResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
Route53ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../Route53Client";
|
|
14
|
+
export interface GetDNSSECCommandInput extends GetDNSSECRequest {}
|
|
15
|
+
export interface GetDNSSECCommandOutput
|
|
16
|
+
extends GetDNSSECResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetDNSSECCommand extends $Command<
|
|
20
|
+
GetDNSSECCommandInput,
|
|
21
|
+
GetDNSSECCommandOutput,
|
|
22
|
+
Route53ClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetDNSSECCommandInput;
|
|
25
|
+
constructor(input: GetDNSSECCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: Route53ClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetDNSSECCommandInput, GetDNSSECCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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
|
+
GetGeoLocationRequest,
|
|
10
|
+
GetGeoLocationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface GetGeoLocationCommandInput extends GetGeoLocationRequest {}
|
|
18
|
+
export interface GetGeoLocationCommandOutput
|
|
19
|
+
extends GetGeoLocationResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetGeoLocationCommand extends $Command<
|
|
23
|
+
GetGeoLocationCommandInput,
|
|
24
|
+
GetGeoLocationCommandOutput,
|
|
25
|
+
Route53ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetGeoLocationCommandInput;
|
|
28
|
+
constructor(input: GetGeoLocationCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: Route53ClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetGeoLocationCommandInput, GetGeoLocationCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|