@aws-sdk/client-route-53 3.1087.0 → 3.1089.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 (91) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/Route53.d.ts +222 -255
  3. package/dist-types/ts3.4/Route53Client.d.ts +17 -33
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +9 -15
  7. package/dist-types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/ChangeCidrCollectionCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateCidrCollectionCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateHealthCheckCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/CreateHostedZoneCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +4 -6
  20. package/dist-types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +4 -6
  22. package/dist-types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +4 -6
  23. package/dist-types/ts3.4/commands/DeleteCidrCollectionCommand.d.ts +5 -10
  24. package/dist-types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +4 -6
  31. package/dist-types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +4 -6
  32. package/dist-types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +4 -6
  34. package/dist-types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/GetAccountLimitCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/GetChangeCommand.d.ts +7 -5
  37. package/dist-types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +4 -9
  38. package/dist-types/ts3.4/commands/GetDNSSECCommand.d.ts +7 -5
  39. package/dist-types/ts3.4/commands/GetGeoLocationCommand.d.ts +3 -8
  40. package/dist-types/ts3.4/commands/GetHealthCheckCommand.d.ts +4 -9
  41. package/dist-types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +4 -6
  43. package/dist-types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +5 -10
  44. package/dist-types/ts3.4/commands/GetHostedZoneCommand.d.ts +4 -9
  45. package/dist-types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +5 -10
  48. package/dist-types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +4 -9
  51. package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +4 -6
  52. package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +3 -5
  53. package/dist-types/ts3.4/commands/ListCidrBlocksCommand.d.ts +4 -9
  54. package/dist-types/ts3.4/commands/ListCidrCollectionsCommand.d.ts +4 -9
  55. package/dist-types/ts3.4/commands/ListCidrLocationsCommand.d.ts +5 -10
  56. package/dist-types/ts3.4/commands/ListGeoLocationsCommand.d.ts +3 -8
  57. package/dist-types/ts3.4/commands/ListHealthChecksCommand.d.ts +3 -8
  58. package/dist-types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +4 -9
  59. package/dist-types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/commands/ListHostedZonesCommand.d.ts +3 -8
  61. package/dist-types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +3 -5
  62. package/dist-types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +5 -10
  63. package/dist-types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  65. package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +4 -9
  67. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +4 -6
  68. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +4 -6
  69. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +3 -5
  70. package/dist-types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +4 -6
  71. package/dist-types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +4 -6
  72. package/dist-types/ts3.4/commands/TestDNSAnswerCommand.d.ts +4 -9
  73. package/dist-types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +5 -10
  74. package/dist-types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +4 -6
  75. package/dist-types/ts3.4/commands/UpdateHostedZoneFeaturesCommand.d.ts +4 -6
  76. package/dist-types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +4 -6
  77. package/dist-types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +4 -6
  78. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  79. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  80. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  81. package/dist-types/ts3.4/models/enums.d.ts +8 -16
  82. package/dist-types/ts3.4/models/errors.d.ts +48 -167
  83. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  84. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  85. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  86. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  87. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  88. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  89. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  90. package/dist-types/ts3.4/waiters/waitForResourceRecordSetsChanged.d.ts +3 -6
  91. package/package.json +40 -40
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetHostedZoneRequest,
4
- GetHostedZoneResponse,
5
- } from "../models/models_0";
2
+ import { GetHostedZoneRequest, GetHostedZoneResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetHostedZoneCommandInput extends GetHostedZoneRequest {}
8
- export interface GetHostedZoneCommandOutput
9
- extends GetHostedZoneResponse,
10
- __MetadataBearer {}
5
+ export interface GetHostedZoneCommandOutput extends GetHostedZoneResponse, __MetadataBearer {}
11
6
  declare const GetHostedZoneCommand_base: {
12
7
  new (
13
- input: GetHostedZoneCommandInput
8
+ input: GetHostedZoneCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetHostedZoneCommandInput,
16
11
  GetHostedZoneCommandOutput,
@@ -19,7 +14,7 @@ declare const GetHostedZoneCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetHostedZoneCommandInput
17
+ input: GetHostedZoneCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetHostedZoneCommandInput,
25
20
  GetHostedZoneCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetHostedZoneCountRequest,
4
- GetHostedZoneCountResponse,
5
- } from "../models/models_0";
2
+ import { GetHostedZoneCountRequest, GetHostedZoneCountResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetHostedZoneCountCommandInput
8
- extends GetHostedZoneCountRequest {}
4
+ export interface GetHostedZoneCountCommandInput extends GetHostedZoneCountRequest {}
9
5
  export interface GetHostedZoneCountCommandOutput
10
- extends GetHostedZoneCountResponse,
11
- __MetadataBearer {}
6
+ extends GetHostedZoneCountResponse, __MetadataBearer {}
12
7
  declare const GetHostedZoneCountCommand_base: {
13
8
  new (
14
- input: GetHostedZoneCountCommandInput
9
+ input: GetHostedZoneCountCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetHostedZoneCountCommandInput,
17
12
  GetHostedZoneCountCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetHostedZoneLimitRequest,
4
- GetHostedZoneLimitResponse,
5
- } from "../models/models_0";
2
+ import { GetHostedZoneLimitRequest, GetHostedZoneLimitResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetHostedZoneLimitCommandInput
8
- extends GetHostedZoneLimitRequest {}
4
+ export interface GetHostedZoneLimitCommandInput extends GetHostedZoneLimitRequest {}
9
5
  export interface GetHostedZoneLimitCommandOutput
10
- extends GetHostedZoneLimitResponse,
11
- __MetadataBearer {}
6
+ extends GetHostedZoneLimitResponse, __MetadataBearer {}
12
7
  declare const GetHostedZoneLimitCommand_base: {
13
8
  new (
14
- input: GetHostedZoneLimitCommandInput
9
+ input: GetHostedZoneLimitCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetHostedZoneLimitCommandInput,
17
12
  GetHostedZoneLimitCommandOutput,
@@ -20,7 +15,7 @@ declare const GetHostedZoneLimitCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetHostedZoneLimitCommandInput
18
+ input: GetHostedZoneLimitCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetHostedZoneLimitCommandInput,
26
21
  GetHostedZoneLimitCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetQueryLoggingConfigRequest,
4
- GetQueryLoggingConfigResponse,
5
- } from "../models/models_0";
2
+ import { GetQueryLoggingConfigRequest, GetQueryLoggingConfigResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetQueryLoggingConfigCommandInput
8
- extends GetQueryLoggingConfigRequest {}
4
+ export interface GetQueryLoggingConfigCommandInput extends GetQueryLoggingConfigRequest {}
9
5
  export interface GetQueryLoggingConfigCommandOutput
10
- extends GetQueryLoggingConfigResponse,
11
- __MetadataBearer {}
6
+ extends GetQueryLoggingConfigResponse, __MetadataBearer {}
12
7
  declare const GetQueryLoggingConfigCommand_base: {
13
8
  new (
14
- input: GetQueryLoggingConfigCommandInput
9
+ input: GetQueryLoggingConfigCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetQueryLoggingConfigCommandInput,
17
12
  GetQueryLoggingConfigCommandOutput,
@@ -20,7 +15,7 @@ declare const GetQueryLoggingConfigCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetQueryLoggingConfigCommandInput
18
+ input: GetQueryLoggingConfigCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetQueryLoggingConfigCommandInput,
26
21
  GetQueryLoggingConfigCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetReusableDelegationSetResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetReusableDelegationSetCommandInput
8
- extends GetReusableDelegationSetRequest {}
7
+ export interface GetReusableDelegationSetCommandInput extends GetReusableDelegationSetRequest {}
9
8
  export interface GetReusableDelegationSetCommandOutput
10
- extends GetReusableDelegationSetResponse,
11
- __MetadataBearer {}
9
+ extends GetReusableDelegationSetResponse, __MetadataBearer {}
12
10
  declare const GetReusableDelegationSetCommand_base: {
13
11
  new (
14
- input: GetReusableDelegationSetCommandInput
12
+ input: GetReusableDelegationSetCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetReusableDelegationSetCommandInput,
17
15
  GetReusableDelegationSetCommandOutput,
@@ -20,7 +18,7 @@ declare const GetReusableDelegationSetCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetReusableDelegationSetCommandInput
21
+ input: GetReusableDelegationSetCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetReusableDelegationSetCommandInput,
26
24
  GetReusableDelegationSetCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetReusableDelegationSetLimitResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetReusableDelegationSetLimitCommandInput
8
- extends GetReusableDelegationSetLimitRequest {}
7
+ export interface GetReusableDelegationSetLimitCommandInput extends GetReusableDelegationSetLimitRequest {}
9
8
  export interface GetReusableDelegationSetLimitCommandOutput
10
- extends GetReusableDelegationSetLimitResponse,
11
- __MetadataBearer {}
9
+ extends GetReusableDelegationSetLimitResponse, __MetadataBearer {}
12
10
  declare const GetReusableDelegationSetLimitCommand_base: {
13
11
  new (
14
- input: GetReusableDelegationSetLimitCommandInput
12
+ input: GetReusableDelegationSetLimitCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetReusableDelegationSetLimitCommandInput,
17
15
  GetReusableDelegationSetLimitCommandOutput,
@@ -20,7 +18,7 @@ declare const GetReusableDelegationSetLimitCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetReusableDelegationSetLimitCommandInput
21
+ input: GetReusableDelegationSetLimitCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetReusableDelegationSetLimitCommandInput,
26
24
  GetReusableDelegationSetLimitCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetTrafficPolicyRequest,
4
- GetTrafficPolicyResponse,
5
- } from "../models/models_0";
2
+ import { GetTrafficPolicyRequest, GetTrafficPolicyResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetTrafficPolicyCommandInput extends GetTrafficPolicyRequest {}
8
- export interface GetTrafficPolicyCommandOutput
9
- extends GetTrafficPolicyResponse,
10
- __MetadataBearer {}
5
+ export interface GetTrafficPolicyCommandOutput extends GetTrafficPolicyResponse, __MetadataBearer {}
11
6
  declare const GetTrafficPolicyCommand_base: {
12
7
  new (
13
- input: GetTrafficPolicyCommandInput
8
+ input: GetTrafficPolicyCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetTrafficPolicyCommandInput,
16
11
  GetTrafficPolicyCommandOutput,
@@ -19,7 +14,7 @@ declare const GetTrafficPolicyCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetTrafficPolicyCommandInput
17
+ input: GetTrafficPolicyCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetTrafficPolicyCommandInput,
25
20
  GetTrafficPolicyCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetTrafficPolicyInstanceResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetTrafficPolicyInstanceCommandInput
8
- extends GetTrafficPolicyInstanceRequest {}
7
+ export interface GetTrafficPolicyInstanceCommandInput extends GetTrafficPolicyInstanceRequest {}
9
8
  export interface GetTrafficPolicyInstanceCommandOutput
10
- extends GetTrafficPolicyInstanceResponse,
11
- __MetadataBearer {}
9
+ extends GetTrafficPolicyInstanceResponse, __MetadataBearer {}
12
10
  declare const GetTrafficPolicyInstanceCommand_base: {
13
11
  new (
14
- input: GetTrafficPolicyInstanceCommandInput
12
+ input: GetTrafficPolicyInstanceCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetTrafficPolicyInstanceCommandInput,
17
15
  GetTrafficPolicyInstanceCommandOutput,
@@ -20,7 +18,7 @@ declare const GetTrafficPolicyInstanceCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetTrafficPolicyInstanceCommandInput
21
+ input: GetTrafficPolicyInstanceCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetTrafficPolicyInstanceCommandInput,
26
24
  GetTrafficPolicyInstanceCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetTrafficPolicyInstanceCountResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetTrafficPolicyInstanceCountCommandInput
8
- extends GetTrafficPolicyInstanceCountRequest {}
7
+ export interface GetTrafficPolicyInstanceCountCommandInput extends GetTrafficPolicyInstanceCountRequest {}
9
8
  export interface GetTrafficPolicyInstanceCountCommandOutput
10
- extends GetTrafficPolicyInstanceCountResponse,
11
- __MetadataBearer {}
9
+ extends GetTrafficPolicyInstanceCountResponse, __MetadataBearer {}
12
10
  declare const GetTrafficPolicyInstanceCountCommand_base: {
13
11
  new (
14
- input: GetTrafficPolicyInstanceCountCommandInput
12
+ input: GetTrafficPolicyInstanceCountCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetTrafficPolicyInstanceCountCommandInput,
17
15
  GetTrafficPolicyInstanceCountCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListCidrBlocksRequest,
4
- ListCidrBlocksResponse,
5
- } from "../models/models_0";
2
+ import { ListCidrBlocksRequest, ListCidrBlocksResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListCidrBlocksCommandInput extends ListCidrBlocksRequest {}
8
- export interface ListCidrBlocksCommandOutput
9
- extends ListCidrBlocksResponse,
10
- __MetadataBearer {}
5
+ export interface ListCidrBlocksCommandOutput extends ListCidrBlocksResponse, __MetadataBearer {}
11
6
  declare const ListCidrBlocksCommand_base: {
12
7
  new (
13
- input: ListCidrBlocksCommandInput
8
+ input: ListCidrBlocksCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListCidrBlocksCommandInput,
16
11
  ListCidrBlocksCommandOutput,
@@ -19,7 +14,7 @@ declare const ListCidrBlocksCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: ListCidrBlocksCommandInput
17
+ input: ListCidrBlocksCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  ListCidrBlocksCommandInput,
25
20
  ListCidrBlocksCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListCidrCollectionsRequest,
4
- ListCidrCollectionsResponse,
5
- } from "../models/models_0";
2
+ import { ListCidrCollectionsRequest, ListCidrCollectionsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListCidrCollectionsCommandInput
8
- extends ListCidrCollectionsRequest {}
4
+ export interface ListCidrCollectionsCommandInput extends ListCidrCollectionsRequest {}
9
5
  export interface ListCidrCollectionsCommandOutput
10
- extends ListCidrCollectionsResponse,
11
- __MetadataBearer {}
6
+ extends ListCidrCollectionsResponse, __MetadataBearer {}
12
7
  declare const ListCidrCollectionsCommand_base: {
13
8
  new (
14
- input: ListCidrCollectionsCommandInput
9
+ input: ListCidrCollectionsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListCidrCollectionsCommandInput,
17
12
  ListCidrCollectionsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListCidrLocationsRequest,
4
- ListCidrLocationsResponse,
5
- } from "../models/models_0";
2
+ import { ListCidrLocationsRequest, ListCidrLocationsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListCidrLocationsCommandInput
8
- extends ListCidrLocationsRequest {}
4
+ export interface ListCidrLocationsCommandInput extends ListCidrLocationsRequest {}
9
5
  export interface ListCidrLocationsCommandOutput
10
- extends ListCidrLocationsResponse,
11
- __MetadataBearer {}
6
+ extends ListCidrLocationsResponse, __MetadataBearer {}
12
7
  declare const ListCidrLocationsCommand_base: {
13
8
  new (
14
- input: ListCidrLocationsCommandInput
9
+ input: ListCidrLocationsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListCidrLocationsCommandInput,
17
12
  ListCidrLocationsCommandOutput,
@@ -20,7 +15,7 @@ declare const ListCidrLocationsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListCidrLocationsCommandInput
18
+ input: ListCidrLocationsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListCidrLocationsCommandInput,
26
21
  ListCidrLocationsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListGeoLocationsRequest,
4
- ListGeoLocationsResponse,
5
- } from "../models/models_0";
2
+ import { ListGeoLocationsRequest, ListGeoLocationsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListGeoLocationsCommandInput extends ListGeoLocationsRequest {}
8
- export interface ListGeoLocationsCommandOutput
9
- extends ListGeoLocationsResponse,
10
- __MetadataBearer {}
5
+ export interface ListGeoLocationsCommandOutput extends ListGeoLocationsResponse, __MetadataBearer {}
11
6
  declare const ListGeoLocationsCommand_base: {
12
7
  new (
13
- input: ListGeoLocationsCommandInput
8
+ input: ListGeoLocationsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListGeoLocationsCommandInput,
16
11
  ListGeoLocationsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListHealthChecksRequest,
4
- ListHealthChecksResponse,
5
- } from "../models/models_0";
2
+ import { ListHealthChecksRequest, ListHealthChecksResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListHealthChecksCommandInput extends ListHealthChecksRequest {}
8
- export interface ListHealthChecksCommandOutput
9
- extends ListHealthChecksResponse,
10
- __MetadataBearer {}
5
+ export interface ListHealthChecksCommandOutput extends ListHealthChecksResponse, __MetadataBearer {}
11
6
  declare const ListHealthChecksCommand_base: {
12
7
  new (
13
- input: ListHealthChecksCommandInput
8
+ input: ListHealthChecksCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListHealthChecksCommandInput,
16
11
  ListHealthChecksCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListHostedZonesByNameRequest,
4
- ListHostedZonesByNameResponse,
5
- } from "../models/models_0";
2
+ import { ListHostedZonesByNameRequest, ListHostedZonesByNameResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListHostedZonesByNameCommandInput
8
- extends ListHostedZonesByNameRequest {}
4
+ export interface ListHostedZonesByNameCommandInput extends ListHostedZonesByNameRequest {}
9
5
  export interface ListHostedZonesByNameCommandOutput
10
- extends ListHostedZonesByNameResponse,
11
- __MetadataBearer {}
6
+ extends ListHostedZonesByNameResponse, __MetadataBearer {}
12
7
  declare const ListHostedZonesByNameCommand_base: {
13
8
  new (
14
- input: ListHostedZonesByNameCommandInput
9
+ input: ListHostedZonesByNameCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListHostedZonesByNameCommandInput,
17
12
  ListHostedZonesByNameCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListHostedZonesByVPCRequest,
4
- ListHostedZonesByVPCResponse,
5
- } from "../models/models_0";
2
+ import { ListHostedZonesByVPCRequest, ListHostedZonesByVPCResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListHostedZonesByVPCCommandInput
8
- extends ListHostedZonesByVPCRequest {}
4
+ export interface ListHostedZonesByVPCCommandInput extends ListHostedZonesByVPCRequest {}
9
5
  export interface ListHostedZonesByVPCCommandOutput
10
- extends ListHostedZonesByVPCResponse,
11
- __MetadataBearer {}
6
+ extends ListHostedZonesByVPCResponse, __MetadataBearer {}
12
7
  declare const ListHostedZonesByVPCCommand_base: {
13
8
  new (
14
- input: ListHostedZonesByVPCCommandInput
9
+ input: ListHostedZonesByVPCCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListHostedZonesByVPCCommandInput,
17
12
  ListHostedZonesByVPCCommandOutput,
@@ -20,7 +15,7 @@ declare const ListHostedZonesByVPCCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListHostedZonesByVPCCommandInput
18
+ input: ListHostedZonesByVPCCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListHostedZonesByVPCCommandInput,
26
21
  ListHostedZonesByVPCCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListHostedZonesRequest,
4
- ListHostedZonesResponse,
5
- } from "../models/models_0";
2
+ import { ListHostedZonesRequest, ListHostedZonesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListHostedZonesCommandInput extends ListHostedZonesRequest {}
8
- export interface ListHostedZonesCommandOutput
9
- extends ListHostedZonesResponse,
10
- __MetadataBearer {}
5
+ export interface ListHostedZonesCommandOutput extends ListHostedZonesResponse, __MetadataBearer {}
11
6
  declare const ListHostedZonesCommand_base: {
12
7
  new (
13
- input: ListHostedZonesCommandInput
8
+ input: ListHostedZonesCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListHostedZonesCommandInput,
16
11
  ListHostedZonesCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListQueryLoggingConfigsResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListQueryLoggingConfigsCommandInput
8
- extends ListQueryLoggingConfigsRequest {}
7
+ export interface ListQueryLoggingConfigsCommandInput extends ListQueryLoggingConfigsRequest {}
9
8
  export interface ListQueryLoggingConfigsCommandOutput
10
- extends ListQueryLoggingConfigsResponse,
11
- __MetadataBearer {}
9
+ extends ListQueryLoggingConfigsResponse, __MetadataBearer {}
12
10
  declare const ListQueryLoggingConfigsCommand_base: {
13
11
  new (
14
- input: ListQueryLoggingConfigsCommandInput
12
+ input: ListQueryLoggingConfigsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListQueryLoggingConfigsCommandInput,
17
15
  ListQueryLoggingConfigsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListResourceRecordSetsRequest,
4
- ListResourceRecordSetsResponse,
5
- } from "../models/models_0";
2
+ import { ListResourceRecordSetsRequest, ListResourceRecordSetsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListResourceRecordSetsCommandInput
8
- extends ListResourceRecordSetsRequest {}
4
+ export interface ListResourceRecordSetsCommandInput extends ListResourceRecordSetsRequest {}
9
5
  export interface ListResourceRecordSetsCommandOutput
10
- extends ListResourceRecordSetsResponse,
11
- __MetadataBearer {}
6
+ extends ListResourceRecordSetsResponse, __MetadataBearer {}
12
7
  declare const ListResourceRecordSetsCommand_base: {
13
8
  new (
14
- input: ListResourceRecordSetsCommandInput
9
+ input: ListResourceRecordSetsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListResourceRecordSetsCommandInput,
17
12
  ListResourceRecordSetsCommandOutput,
@@ -20,7 +15,7 @@ declare const ListResourceRecordSetsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListResourceRecordSetsCommandInput
18
+ input: ListResourceRecordSetsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListResourceRecordSetsCommandInput,
26
21
  ListResourceRecordSetsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListReusableDelegationSetsResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListReusableDelegationSetsCommandInput
8
- extends ListReusableDelegationSetsRequest {}
7
+ export interface ListReusableDelegationSetsCommandInput extends ListReusableDelegationSetsRequest {}
9
8
  export interface ListReusableDelegationSetsCommandOutput
10
- extends ListReusableDelegationSetsResponse,
11
- __MetadataBearer {}
9
+ extends ListReusableDelegationSetsResponse, __MetadataBearer {}
12
10
  declare const ListReusableDelegationSetsCommand_base: {
13
11
  new (
14
- input: ListReusableDelegationSetsCommandInput
12
+ input: ListReusableDelegationSetsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListReusableDelegationSetsCommandInput,
17
15
  ListReusableDelegationSetsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListTagsForResourceRequest,
4
- ListTagsForResourceResponse,
5
- } from "../models/models_0";
2
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListTagsForResourceCommandInput
8
- extends ListTagsForResourceRequest {}
4
+ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
9
5
  export interface ListTagsForResourceCommandOutput
10
- extends ListTagsForResourceResponse,
11
- __MetadataBearer {}
6
+ extends ListTagsForResourceResponse, __MetadataBearer {}
12
7
  declare const ListTagsForResourceCommand_base: {
13
8
  new (
14
- input: ListTagsForResourceCommandInput
9
+ input: ListTagsForResourceCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListTagsForResourceCommandInput,
17
12
  ListTagsForResourceCommandOutput,
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListTagsForResourceCommandInput
18
+ input: ListTagsForResourceCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListTagsForResourceCommandInput,
26
21
  ListTagsForResourceCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListTagsForResourcesRequest,
4
- ListTagsForResourcesResponse,
5
- } from "../models/models_0";
2
+ import { ListTagsForResourcesRequest, ListTagsForResourcesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListTagsForResourcesCommandInput
8
- extends ListTagsForResourcesRequest {}
4
+ export interface ListTagsForResourcesCommandInput extends ListTagsForResourcesRequest {}
9
5
  export interface ListTagsForResourcesCommandOutput
10
- extends ListTagsForResourcesResponse,
11
- __MetadataBearer {}
6
+ extends ListTagsForResourcesResponse, __MetadataBearer {}
12
7
  declare const ListTagsForResourcesCommand_base: {
13
8
  new (
14
- input: ListTagsForResourcesCommandInput
9
+ input: ListTagsForResourcesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListTagsForResourcesCommandInput,
17
12
  ListTagsForResourcesCommandOutput,
@@ -20,7 +15,7 @@ declare const ListTagsForResourcesCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListTagsForResourcesCommandInput
18
+ input: ListTagsForResourcesCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListTagsForResourcesCommandInput,
26
21
  ListTagsForResourcesCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListTrafficPoliciesRequest,
4
- ListTrafficPoliciesResponse,
5
- } from "../models/models_0";
2
+ import { ListTrafficPoliciesRequest, ListTrafficPoliciesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListTrafficPoliciesCommandInput
8
- extends ListTrafficPoliciesRequest {}
4
+ export interface ListTrafficPoliciesCommandInput extends ListTrafficPoliciesRequest {}
9
5
  export interface ListTrafficPoliciesCommandOutput
10
- extends ListTrafficPoliciesResponse,
11
- __MetadataBearer {}
6
+ extends ListTrafficPoliciesResponse, __MetadataBearer {}
12
7
  declare const ListTrafficPoliciesCommand_base: {
13
8
  new (
14
- input: ListTrafficPoliciesCommandInput
9
+ input: ListTrafficPoliciesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListTrafficPoliciesCommandInput,
17
12
  ListTrafficPoliciesCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListTrafficPolicyInstancesByHostedZoneResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListTrafficPolicyInstancesByHostedZoneCommandInput
8
- extends ListTrafficPolicyInstancesByHostedZoneRequest {}
7
+ export interface ListTrafficPolicyInstancesByHostedZoneCommandInput extends ListTrafficPolicyInstancesByHostedZoneRequest {}
9
8
  export interface ListTrafficPolicyInstancesByHostedZoneCommandOutput
10
- extends ListTrafficPolicyInstancesByHostedZoneResponse,
11
- __MetadataBearer {}
9
+ extends ListTrafficPolicyInstancesByHostedZoneResponse, __MetadataBearer {}
12
10
  declare const ListTrafficPolicyInstancesByHostedZoneCommand_base: {
13
11
  new (
14
- input: ListTrafficPolicyInstancesByHostedZoneCommandInput
12
+ input: ListTrafficPolicyInstancesByHostedZoneCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListTrafficPolicyInstancesByHostedZoneCommandInput,
17
15
  ListTrafficPolicyInstancesByHostedZoneCommandOutput,
@@ -20,7 +18,7 @@ declare const ListTrafficPolicyInstancesByHostedZoneCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ListTrafficPolicyInstancesByHostedZoneCommandInput
21
+ input: ListTrafficPolicyInstancesByHostedZoneCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ListTrafficPolicyInstancesByHostedZoneCommandInput,
26
24
  ListTrafficPolicyInstancesByHostedZoneCommandOutput,