@aws-sdk/client-route-53 3.169.0 → 3.171.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.
Files changed (95) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Route53.d.ts +1218 -111
  3. package/dist-types/ts3.4/Route53Client.d.ts +524 -143
  4. package/dist-types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/ChangeCidrCollectionCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateCidrCollectionCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateHealthCheckCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/CreateHostedZoneCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +36 -17
  13. package/dist-types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +39 -8
  14. package/dist-types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/DeleteCidrCollectionCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/GetAccountLimitCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/GetChangeCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +36 -17
  35. package/dist-types/ts3.4/commands/GetDNSSECCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/GetGeoLocationCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/GetHealthCheckCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +36 -17
  39. package/dist-types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/GetHostedZoneCommand.d.ts +35 -17
  42. package/dist-types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +36 -17
  43. package/dist-types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +36 -17
  44. package/dist-types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +35 -17
  48. package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/ListCidrBlocksCommand.d.ts +35 -17
  51. package/dist-types/ts3.4/commands/ListCidrCollectionsCommand.d.ts +36 -17
  52. package/dist-types/ts3.4/commands/ListCidrLocationsCommand.d.ts +36 -17
  53. package/dist-types/ts3.4/commands/ListGeoLocationsCommand.d.ts +35 -17
  54. package/dist-types/ts3.4/commands/ListHealthChecksCommand.d.ts +35 -17
  55. package/dist-types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/ListHostedZonesCommand.d.ts +35 -17
  58. package/dist-types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +39 -17
  59. package/dist-types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +39 -17
  60. package/dist-types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +39 -17
  61. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  62. package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +39 -17
  63. package/dist-types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +36 -17
  64. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +39 -17
  67. package/dist-types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +39 -17
  68. package/dist-types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +39 -17
  69. package/dist-types/ts3.4/commands/TestDNSAnswerCommand.d.ts +35 -17
  70. package/dist-types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +36 -17
  71. package/dist-types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +39 -17
  72. package/dist-types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +39 -17
  73. package/dist-types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +39 -17
  74. package/dist-types/ts3.4/commands/index.d.ts +70 -70
  75. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  76. package/dist-types/ts3.4/index.d.ts +7 -7
  77. package/dist-types/ts3.4/models/Route53ServiceException.d.ts +7 -6
  78. package/dist-types/ts3.4/models/index.d.ts +1 -1
  79. package/dist-types/ts3.4/models/models_0.d.ts +1975 -2346
  80. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  81. package/dist-types/ts3.4/pagination/ListCidrBlocksPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListCidrCollectionsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListCidrLocationsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListHealthChecksPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListHostedZonesPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListQueryLoggingConfigsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/index.d.ts +7 -7
  88. package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +845 -212
  89. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  90. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  91. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  92. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  93. package/dist-types/ts3.4/waiters/index.d.ts +1 -1
  94. package/dist-types/ts3.4/waiters/waitForResourceRecordSetsChanged.d.ts +11 -7
  95. package/package.json +37 -37
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ActivateKeySigningKeyRequest, ActivateKeySigningKeyResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface ActivateKeySigningKeyCommandInput extends ActivateKeySigningKeyRequest {
6
- }
7
- export interface ActivateKeySigningKeyCommandOutput extends ActivateKeySigningKeyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ActivateKeySigningKeyCommand extends $Command<ActivateKeySigningKeyCommandInput, ActivateKeySigningKeyCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: ActivateKeySigningKeyCommandInput;
12
- constructor(input: ActivateKeySigningKeyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ActivateKeySigningKeyCommandInput, ActivateKeySigningKeyCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ ActivateKeySigningKeyRequest,
10
+ ActivateKeySigningKeyResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53ClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53Client";
17
+ export interface ActivateKeySigningKeyCommandInput
18
+ extends ActivateKeySigningKeyRequest {}
19
+ export interface ActivateKeySigningKeyCommandOutput
20
+ extends ActivateKeySigningKeyResponse,
21
+ __MetadataBearer {}
22
+ export declare class ActivateKeySigningKeyCommand extends $Command<
23
+ ActivateKeySigningKeyCommandInput,
24
+ ActivateKeySigningKeyCommandOutput,
25
+ Route53ClientResolvedConfig
26
+ > {
27
+ readonly input: ActivateKeySigningKeyCommandInput;
28
+ constructor(input: ActivateKeySigningKeyCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Route53ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ActivateKeySigningKeyCommandInput,
35
+ ActivateKeySigningKeyCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AssociateVPCWithHostedZoneRequest, AssociateVPCWithHostedZoneResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface AssociateVPCWithHostedZoneCommandInput extends AssociateVPCWithHostedZoneRequest {
6
- }
7
- export interface AssociateVPCWithHostedZoneCommandOutput extends AssociateVPCWithHostedZoneResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AssociateVPCWithHostedZoneCommand extends $Command<AssociateVPCWithHostedZoneCommandInput, AssociateVPCWithHostedZoneCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: AssociateVPCWithHostedZoneCommandInput;
12
- constructor(input: AssociateVPCWithHostedZoneCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateVPCWithHostedZoneCommandInput, AssociateVPCWithHostedZoneCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ AssociateVPCWithHostedZoneRequest,
10
+ AssociateVPCWithHostedZoneResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53ClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53Client";
17
+ export interface AssociateVPCWithHostedZoneCommandInput
18
+ extends AssociateVPCWithHostedZoneRequest {}
19
+ export interface AssociateVPCWithHostedZoneCommandOutput
20
+ extends AssociateVPCWithHostedZoneResponse,
21
+ __MetadataBearer {}
22
+ export declare class AssociateVPCWithHostedZoneCommand extends $Command<
23
+ AssociateVPCWithHostedZoneCommandInput,
24
+ AssociateVPCWithHostedZoneCommandOutput,
25
+ Route53ClientResolvedConfig
26
+ > {
27
+ readonly input: AssociateVPCWithHostedZoneCommandInput;
28
+ constructor(input: AssociateVPCWithHostedZoneCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Route53ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ AssociateVPCWithHostedZoneCommandInput,
35
+ AssociateVPCWithHostedZoneCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ChangeCidrCollectionRequest, ChangeCidrCollectionResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface ChangeCidrCollectionCommandInput extends ChangeCidrCollectionRequest {
6
- }
7
- export interface ChangeCidrCollectionCommandOutput extends ChangeCidrCollectionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ChangeCidrCollectionCommand extends $Command<ChangeCidrCollectionCommandInput, ChangeCidrCollectionCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: ChangeCidrCollectionCommandInput;
12
- constructor(input: ChangeCidrCollectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ChangeCidrCollectionCommandInput, ChangeCidrCollectionCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ ChangeCidrCollectionRequest,
10
+ ChangeCidrCollectionResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53ClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53Client";
17
+ export interface ChangeCidrCollectionCommandInput
18
+ extends ChangeCidrCollectionRequest {}
19
+ export interface ChangeCidrCollectionCommandOutput
20
+ extends ChangeCidrCollectionResponse,
21
+ __MetadataBearer {}
22
+ export declare class ChangeCidrCollectionCommand extends $Command<
23
+ ChangeCidrCollectionCommandInput,
24
+ ChangeCidrCollectionCommandOutput,
25
+ Route53ClientResolvedConfig
26
+ > {
27
+ readonly input: ChangeCidrCollectionCommandInput;
28
+ constructor(input: ChangeCidrCollectionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Route53ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ChangeCidrCollectionCommandInput,
35
+ ChangeCidrCollectionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ChangeResourceRecordSetsRequest, ChangeResourceRecordSetsResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface ChangeResourceRecordSetsCommandInput extends ChangeResourceRecordSetsRequest {
6
- }
7
- export interface ChangeResourceRecordSetsCommandOutput extends ChangeResourceRecordSetsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ChangeResourceRecordSetsCommand extends $Command<ChangeResourceRecordSetsCommandInput, ChangeResourceRecordSetsCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: ChangeResourceRecordSetsCommandInput;
12
- constructor(input: ChangeResourceRecordSetsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ChangeResourceRecordSetsCommandInput, ChangeResourceRecordSetsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ ChangeResourceRecordSetsRequest,
10
+ ChangeResourceRecordSetsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53ClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53Client";
17
+ export interface ChangeResourceRecordSetsCommandInput
18
+ extends ChangeResourceRecordSetsRequest {}
19
+ export interface ChangeResourceRecordSetsCommandOutput
20
+ extends ChangeResourceRecordSetsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ChangeResourceRecordSetsCommand extends $Command<
23
+ ChangeResourceRecordSetsCommandInput,
24
+ ChangeResourceRecordSetsCommandOutput,
25
+ Route53ClientResolvedConfig
26
+ > {
27
+ readonly input: ChangeResourceRecordSetsCommandInput;
28
+ constructor(input: ChangeResourceRecordSetsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Route53ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ChangeResourceRecordSetsCommandInput,
35
+ ChangeResourceRecordSetsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ChangeTagsForResourceRequest, ChangeTagsForResourceResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface ChangeTagsForResourceCommandInput extends ChangeTagsForResourceRequest {
6
- }
7
- export interface ChangeTagsForResourceCommandOutput extends ChangeTagsForResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ChangeTagsForResourceCommand extends $Command<ChangeTagsForResourceCommandInput, ChangeTagsForResourceCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: ChangeTagsForResourceCommandInput;
12
- constructor(input: ChangeTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ChangeTagsForResourceCommandInput, ChangeTagsForResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ ChangeTagsForResourceRequest,
10
+ ChangeTagsForResourceResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53ClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53Client";
17
+ export interface ChangeTagsForResourceCommandInput
18
+ extends ChangeTagsForResourceRequest {}
19
+ export interface ChangeTagsForResourceCommandOutput
20
+ extends ChangeTagsForResourceResponse,
21
+ __MetadataBearer {}
22
+ export declare class ChangeTagsForResourceCommand extends $Command<
23
+ ChangeTagsForResourceCommandInput,
24
+ ChangeTagsForResourceCommandOutput,
25
+ Route53ClientResolvedConfig
26
+ > {
27
+ readonly input: ChangeTagsForResourceCommandInput;
28
+ constructor(input: ChangeTagsForResourceCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Route53ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ChangeTagsForResourceCommandInput,
35
+ ChangeTagsForResourceCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateCidrCollectionRequest, CreateCidrCollectionResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface CreateCidrCollectionCommandInput extends CreateCidrCollectionRequest {
6
- }
7
- export interface CreateCidrCollectionCommandOutput extends CreateCidrCollectionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateCidrCollectionCommand extends $Command<CreateCidrCollectionCommandInput, CreateCidrCollectionCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: CreateCidrCollectionCommandInput;
12
- constructor(input: CreateCidrCollectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCidrCollectionCommandInput, CreateCidrCollectionCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ CreateCidrCollectionRequest,
10
+ CreateCidrCollectionResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53ClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53Client";
17
+ export interface CreateCidrCollectionCommandInput
18
+ extends CreateCidrCollectionRequest {}
19
+ export interface CreateCidrCollectionCommandOutput
20
+ extends CreateCidrCollectionResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateCidrCollectionCommand extends $Command<
23
+ CreateCidrCollectionCommandInput,
24
+ CreateCidrCollectionCommandOutput,
25
+ Route53ClientResolvedConfig
26
+ > {
27
+ readonly input: CreateCidrCollectionCommandInput;
28
+ constructor(input: CreateCidrCollectionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Route53ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateCidrCollectionCommandInput,
35
+ CreateCidrCollectionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateHealthCheckRequest, CreateHealthCheckResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface CreateHealthCheckCommandInput extends CreateHealthCheckRequest {
6
- }
7
- export interface CreateHealthCheckCommandOutput extends CreateHealthCheckResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateHealthCheckCommand extends $Command<CreateHealthCheckCommandInput, CreateHealthCheckCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: CreateHealthCheckCommandInput;
12
- constructor(input: CreateHealthCheckCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateHealthCheckCommandInput, CreateHealthCheckCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ CreateHealthCheckRequest,
10
+ CreateHealthCheckResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53ClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53Client";
17
+ export interface CreateHealthCheckCommandInput
18
+ extends CreateHealthCheckRequest {}
19
+ export interface CreateHealthCheckCommandOutput
20
+ extends CreateHealthCheckResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateHealthCheckCommand extends $Command<
23
+ CreateHealthCheckCommandInput,
24
+ CreateHealthCheckCommandOutput,
25
+ Route53ClientResolvedConfig
26
+ > {
27
+ readonly input: CreateHealthCheckCommandInput;
28
+ constructor(input: CreateHealthCheckCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Route53ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<CreateHealthCheckCommandInput, CreateHealthCheckCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateHostedZoneRequest, CreateHostedZoneResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface CreateHostedZoneCommandInput extends CreateHostedZoneRequest {
6
- }
7
- export interface CreateHostedZoneCommandOutput extends CreateHostedZoneResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateHostedZoneCommand extends $Command<CreateHostedZoneCommandInput, CreateHostedZoneCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: CreateHostedZoneCommandInput;
12
- constructor(input: CreateHostedZoneCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateHostedZoneCommandInput, CreateHostedZoneCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ CreateHostedZoneRequest,
10
+ CreateHostedZoneResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53ClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53Client";
17
+ export interface CreateHostedZoneCommandInput extends CreateHostedZoneRequest {}
18
+ export interface CreateHostedZoneCommandOutput
19
+ extends CreateHostedZoneResponse,
20
+ __MetadataBearer {}
21
+ export declare class CreateHostedZoneCommand extends $Command<
22
+ CreateHostedZoneCommandInput,
23
+ CreateHostedZoneCommandOutput,
24
+ Route53ClientResolvedConfig
25
+ > {
26
+ readonly input: CreateHostedZoneCommandInput;
27
+ constructor(input: CreateHostedZoneCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: Route53ClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateHostedZoneCommandInput, CreateHostedZoneCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateKeySigningKeyRequest, CreateKeySigningKeyResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface CreateKeySigningKeyCommandInput extends CreateKeySigningKeyRequest {
6
- }
7
- export interface CreateKeySigningKeyCommandOutput extends CreateKeySigningKeyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateKeySigningKeyCommand extends $Command<CreateKeySigningKeyCommandInput, CreateKeySigningKeyCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: CreateKeySigningKeyCommandInput;
12
- constructor(input: CreateKeySigningKeyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateKeySigningKeyCommandInput, CreateKeySigningKeyCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ CreateKeySigningKeyRequest,
10
+ CreateKeySigningKeyResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53ClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53Client";
17
+ export interface CreateKeySigningKeyCommandInput
18
+ extends CreateKeySigningKeyRequest {}
19
+ export interface CreateKeySigningKeyCommandOutput
20
+ extends CreateKeySigningKeyResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateKeySigningKeyCommand extends $Command<
23
+ CreateKeySigningKeyCommandInput,
24
+ CreateKeySigningKeyCommandOutput,
25
+ Route53ClientResolvedConfig
26
+ > {
27
+ readonly input: CreateKeySigningKeyCommandInput;
28
+ constructor(input: CreateKeySigningKeyCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Route53ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<CreateKeySigningKeyCommandInput, CreateKeySigningKeyCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,8 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateQueryLoggingConfigRequest, CreateQueryLoggingConfigResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface CreateQueryLoggingConfigCommandInput extends CreateQueryLoggingConfigRequest {
6
- }
7
- export interface CreateQueryLoggingConfigCommandOutput extends CreateQueryLoggingConfigResponse, __MetadataBearer {
8
- }
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
+ CreateQueryLoggingConfigRequest,
10
+ CreateQueryLoggingConfigResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53ClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53Client";
17
+ export interface CreateQueryLoggingConfigCommandInput
18
+ extends CreateQueryLoggingConfigRequest {}
19
+ export interface CreateQueryLoggingConfigCommandOutput
20
+ extends CreateQueryLoggingConfigResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateQueryLoggingConfigCommand extends $Command<
23
+ CreateQueryLoggingConfigCommandInput,
24
+ CreateQueryLoggingConfigCommandOutput,
25
+ Route53ClientResolvedConfig
26
+ > {
27
+ readonly input: CreateQueryLoggingConfigCommandInput;
28
+ constructor(input: CreateQueryLoggingConfigCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Route53ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateQueryLoggingConfigCommandInput,
35
+ CreateQueryLoggingConfigCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateReusableDelegationSetRequest, CreateReusableDelegationSetResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface CreateReusableDelegationSetCommandInput extends CreateReusableDelegationSetRequest {
6
- }
7
- export interface CreateReusableDelegationSetCommandOutput extends CreateReusableDelegationSetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateReusableDelegationSetCommand extends $Command<CreateReusableDelegationSetCommandInput, CreateReusableDelegationSetCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: CreateReusableDelegationSetCommandInput;
12
- constructor(input: CreateReusableDelegationSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateReusableDelegationSetCommandInput, CreateReusableDelegationSetCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ CreateReusableDelegationSetRequest,
10
+ CreateReusableDelegationSetResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53ClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53Client";
17
+ export interface CreateReusableDelegationSetCommandInput
18
+ extends CreateReusableDelegationSetRequest {}
19
+ export interface CreateReusableDelegationSetCommandOutput
20
+ extends CreateReusableDelegationSetResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateReusableDelegationSetCommand extends $Command<
23
+ CreateReusableDelegationSetCommandInput,
24
+ CreateReusableDelegationSetCommandOutput,
25
+ Route53ClientResolvedConfig
26
+ > {
27
+ readonly input: CreateReusableDelegationSetCommandInput;
28
+ constructor(input: CreateReusableDelegationSetCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Route53ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateReusableDelegationSetCommandInput,
35
+ CreateReusableDelegationSetCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }