@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.
Files changed (95) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Route53.d.ts +1395 -11
  3. package/dist-types/ts3.4/Route53Client.d.ts +549 -143
  4. package/dist-types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/ChangeCidrCollectionCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateCidrCollectionCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateHealthCheckCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/CreateHostedZoneCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +38 -17
  13. package/dist-types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +21 -8
  14. package/dist-types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DeleteCidrCollectionCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +38 -17
  22. package/dist-types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +38 -17
  24. package/dist-types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/GetAccountLimitCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/GetChangeCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/GetDNSSECCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/GetGeoLocationCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/GetHealthCheckCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +38 -17
  39. package/dist-types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/GetHostedZoneCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +38 -17
  43. package/dist-types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +38 -17
  44. package/dist-types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +37 -17
  48. package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/ListCidrBlocksCommand.d.ts +37 -17
  51. package/dist-types/ts3.4/commands/ListCidrCollectionsCommand.d.ts +38 -17
  52. package/dist-types/ts3.4/commands/ListCidrLocationsCommand.d.ts +38 -17
  53. package/dist-types/ts3.4/commands/ListGeoLocationsCommand.d.ts +37 -17
  54. package/dist-types/ts3.4/commands/ListHealthChecksCommand.d.ts +37 -17
  55. package/dist-types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/ListHostedZonesCommand.d.ts +37 -17
  58. package/dist-types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  62. package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +41 -17
  63. package/dist-types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +38 -17
  64. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +41 -17
  66. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +41 -17
  67. package/dist-types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +41 -17
  68. package/dist-types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/TestDNSAnswerCommand.d.ts +37 -17
  70. package/dist-types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +38 -17
  71. package/dist-types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +41 -17
  72. package/dist-types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +41 -17
  73. package/dist-types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +41 -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 +8 -6
  78. package/dist-types/ts3.4/models/index.d.ts +1 -1
  79. package/dist-types/ts3.4/models/models_0.d.ts +2750 -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 +66 -38
  90. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  91. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  92. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  93. package/dist-types/ts3.4/waiters/index.d.ts +1 -1
  94. package/dist-types/ts3.4/waiters/waitForResourceRecordSetsChanged.d.ts +13 -7
  95. package/package.json +37 -37
@@ -1,17 +1,38 @@
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 { DeleteTrafficPolicyRequest, DeleteTrafficPolicyResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface DeleteTrafficPolicyCommandInput extends DeleteTrafficPolicyRequest {
6
- }
7
- export interface DeleteTrafficPolicyCommandOutput extends DeleteTrafficPolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteTrafficPolicyCommand extends $Command<DeleteTrafficPolicyCommandInput, DeleteTrafficPolicyCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: DeleteTrafficPolicyCommandInput;
12
- constructor(input: DeleteTrafficPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTrafficPolicyCommandInput, DeleteTrafficPolicyCommandOutput>;
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
+ 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteTrafficPolicyInstanceRequest, DeleteTrafficPolicyInstanceResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface DeleteTrafficPolicyInstanceCommandInput extends DeleteTrafficPolicyInstanceRequest {
6
- }
7
- export interface DeleteTrafficPolicyInstanceCommandOutput extends DeleteTrafficPolicyInstanceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteTrafficPolicyInstanceCommand extends $Command<DeleteTrafficPolicyInstanceCommandInput, DeleteTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: DeleteTrafficPolicyInstanceCommandInput;
12
- constructor(input: DeleteTrafficPolicyInstanceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTrafficPolicyInstanceCommandInput, DeleteTrafficPolicyInstanceCommandOutput>;
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
+ 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteVPCAssociationAuthorizationRequest, DeleteVPCAssociationAuthorizationResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface DeleteVPCAssociationAuthorizationCommandInput extends DeleteVPCAssociationAuthorizationRequest {
6
- }
7
- export interface DeleteVPCAssociationAuthorizationCommandOutput extends DeleteVPCAssociationAuthorizationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteVPCAssociationAuthorizationCommand extends $Command<DeleteVPCAssociationAuthorizationCommandInput, DeleteVPCAssociationAuthorizationCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: DeleteVPCAssociationAuthorizationCommandInput;
12
- constructor(input: DeleteVPCAssociationAuthorizationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVPCAssociationAuthorizationCommandInput, DeleteVPCAssociationAuthorizationCommandOutput>;
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
+ 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DisableHostedZoneDNSSECRequest, DisableHostedZoneDNSSECResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface DisableHostedZoneDNSSECCommandInput extends DisableHostedZoneDNSSECRequest {
6
- }
7
- export interface DisableHostedZoneDNSSECCommandOutput extends DisableHostedZoneDNSSECResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DisableHostedZoneDNSSECCommand extends $Command<DisableHostedZoneDNSSECCommandInput, DisableHostedZoneDNSSECCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: DisableHostedZoneDNSSECCommandInput;
12
- constructor(input: DisableHostedZoneDNSSECCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableHostedZoneDNSSECCommandInput, DisableHostedZoneDNSSECCommandOutput>;
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
+ 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DisassociateVPCFromHostedZoneRequest, DisassociateVPCFromHostedZoneResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface DisassociateVPCFromHostedZoneCommandInput extends DisassociateVPCFromHostedZoneRequest {
6
- }
7
- export interface DisassociateVPCFromHostedZoneCommandOutput extends DisassociateVPCFromHostedZoneResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateVPCFromHostedZoneCommand extends $Command<DisassociateVPCFromHostedZoneCommandInput, DisassociateVPCFromHostedZoneCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: DisassociateVPCFromHostedZoneCommandInput;
12
- constructor(input: DisassociateVPCFromHostedZoneCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateVPCFromHostedZoneCommandInput, DisassociateVPCFromHostedZoneCommandOutput>;
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
+ 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EnableHostedZoneDNSSECRequest, EnableHostedZoneDNSSECResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface EnableHostedZoneDNSSECCommandInput extends EnableHostedZoneDNSSECRequest {
6
- }
7
- export interface EnableHostedZoneDNSSECCommandOutput extends EnableHostedZoneDNSSECResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class EnableHostedZoneDNSSECCommand extends $Command<EnableHostedZoneDNSSECCommandInput, EnableHostedZoneDNSSECCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: EnableHostedZoneDNSSECCommandInput;
12
- constructor(input: EnableHostedZoneDNSSECCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableHostedZoneDNSSECCommandInput, EnableHostedZoneDNSSECCommandOutput>;
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
+ 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetAccountLimitRequest, GetAccountLimitResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface GetAccountLimitCommandInput extends GetAccountLimitRequest {
6
- }
7
- export interface GetAccountLimitCommandOutput extends GetAccountLimitResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetAccountLimitCommand extends $Command<GetAccountLimitCommandInput, GetAccountLimitCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: GetAccountLimitCommandInput;
12
- constructor(input: GetAccountLimitCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAccountLimitCommandInput, GetAccountLimitCommandOutput>;
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
+ 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetChangeRequest, GetChangeResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface GetChangeCommandInput extends GetChangeRequest {
6
- }
7
- export interface GetChangeCommandOutput extends GetChangeResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetChangeCommand extends $Command<GetChangeCommandInput, GetChangeCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: GetChangeCommandInput;
12
- constructor(input: GetChangeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetChangeCommandInput, GetChangeCommandOutput>;
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 { 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetCheckerIpRangesRequest, GetCheckerIpRangesResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface GetCheckerIpRangesCommandInput extends GetCheckerIpRangesRequest {
6
- }
7
- export interface GetCheckerIpRangesCommandOutput extends GetCheckerIpRangesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetCheckerIpRangesCommand extends $Command<GetCheckerIpRangesCommandInput, GetCheckerIpRangesCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: GetCheckerIpRangesCommandInput;
12
- constructor(input: GetCheckerIpRangesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCheckerIpRangesCommandInput, GetCheckerIpRangesCommandOutput>;
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
+ 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetDNSSECRequest, GetDNSSECResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface GetDNSSECCommandInput extends GetDNSSECRequest {
6
- }
7
- export interface GetDNSSECCommandOutput extends GetDNSSECResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetDNSSECCommand extends $Command<GetDNSSECCommandInput, GetDNSSECCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: GetDNSSECCommandInput;
12
- constructor(input: GetDNSSECCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDNSSECCommandInput, GetDNSSECCommandOutput>;
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 { 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetGeoLocationRequest, GetGeoLocationResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface GetGeoLocationCommandInput extends GetGeoLocationRequest {
6
- }
7
- export interface GetGeoLocationCommandOutput extends GetGeoLocationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetGeoLocationCommand extends $Command<GetGeoLocationCommandInput, GetGeoLocationCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: GetGeoLocationCommandInput;
12
- constructor(input: GetGeoLocationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGeoLocationCommandInput, GetGeoLocationCommandOutput>;
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
+ 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
+ }