@aws-sdk/client-route53resolver 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/Route53Resolver.d.ts +1117 -320
  3. package/dist-types/ts3.4/Route53ResolverClient.d.ts +483 -136
  4. package/dist-types/ts3.4/commands/AssociateFirewallRuleGroupCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AssociateResolverEndpointIpAddressCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/AssociateResolverQueryLogConfigCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/AssociateResolverRuleCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateFirewallDomainListCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateFirewallRuleCommand.d.ts +36 -17
  10. package/dist-types/ts3.4/commands/CreateFirewallRuleGroupCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CreateResolverEndpointCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/CreateResolverQueryLogConfigCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/CreateResolverRuleCommand.d.ts +36 -17
  14. package/dist-types/ts3.4/commands/DeleteFirewallDomainListCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DeleteFirewallRuleCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/DeleteFirewallRuleGroupCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DeleteResolverEndpointCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DeleteResolverQueryLogConfigCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DeleteResolverRuleCommand.d.ts +36 -17
  20. package/dist-types/ts3.4/commands/DisassociateFirewallRuleGroupCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DisassociateResolverQueryLogConfigCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DisassociateResolverRuleCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/GetFirewallConfigCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/GetFirewallDomainListCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/GetFirewallRuleGroupAssociationCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/GetFirewallRuleGroupCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/GetFirewallRuleGroupPolicyCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/GetResolverConfigCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/GetResolverDnssecConfigCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/GetResolverEndpointCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/GetResolverQueryLogConfigAssociationCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/GetResolverQueryLogConfigCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/GetResolverQueryLogConfigPolicyCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/GetResolverRuleAssociationCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/GetResolverRuleCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/GetResolverRulePolicyCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/ImportFirewallDomainsCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/ListFirewallConfigsCommand.d.ts +36 -17
  40. package/dist-types/ts3.4/commands/ListFirewallDomainListsCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/ListFirewallDomainsCommand.d.ts +36 -17
  42. package/dist-types/ts3.4/commands/ListFirewallRuleGroupAssociationsCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/ListFirewallRuleGroupsCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/ListFirewallRulesCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/ListResolverConfigsCommand.d.ts +36 -17
  46. package/dist-types/ts3.4/commands/ListResolverDnssecConfigsCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/ListResolverEndpointIpAddressesCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/ListResolverEndpointsCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/ListResolverQueryLogConfigAssociationsCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/ListResolverQueryLogConfigsCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/ListResolverRuleAssociationsCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/ListResolverRulesCommand.d.ts +36 -17
  53. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  54. package/dist-types/ts3.4/commands/PutFirewallRuleGroupPolicyCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/PutResolverQueryLogConfigPolicyCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/PutResolverRulePolicyCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  58. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  59. package/dist-types/ts3.4/commands/UpdateFirewallConfigCommand.d.ts +39 -17
  60. package/dist-types/ts3.4/commands/UpdateFirewallDomainsCommand.d.ts +39 -17
  61. package/dist-types/ts3.4/commands/UpdateFirewallRuleCommand.d.ts +36 -17
  62. package/dist-types/ts3.4/commands/UpdateFirewallRuleGroupAssociationCommand.d.ts +39 -17
  63. package/dist-types/ts3.4/commands/UpdateResolverConfigCommand.d.ts +39 -17
  64. package/dist-types/ts3.4/commands/UpdateResolverDnssecConfigCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/UpdateResolverEndpointCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/UpdateResolverRuleCommand.d.ts +36 -17
  67. package/dist-types/ts3.4/commands/index.d.ts +63 -63
  68. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  69. package/dist-types/ts3.4/index.d.ts +6 -6
  70. package/dist-types/ts3.4/models/Route53ResolverServiceException.d.ts +7 -6
  71. package/dist-types/ts3.4/models/index.d.ts +1 -1
  72. package/dist-types/ts3.4/models/models_0.d.ts +1388 -1675
  73. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  74. package/dist-types/ts3.4/pagination/ListFirewallConfigsPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/ListFirewallDomainListsPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/ListFirewallDomainsPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/ListFirewallRuleGroupAssociationsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/ListFirewallRuleGroupsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListFirewallRulesPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListResolverConfigsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListResolverDnssecConfigsPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListResolverEndpointIpAddressesPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListResolverEndpointsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListResolverQueryLogConfigAssociationsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListResolverQueryLogConfigsPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListResolverRuleAssociationsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListResolverRulesPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/index.d.ts +16 -16
  90. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +761 -191
  91. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
  92. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  93. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  94. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  95. package/package.json +34 -34
@@ -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 { UpdateFirewallConfigRequest, UpdateFirewallConfigResponse } from "../models/models_0";
4
- import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
5
- export interface UpdateFirewallConfigCommandInput extends UpdateFirewallConfigRequest {
6
- }
7
- export interface UpdateFirewallConfigCommandOutput extends UpdateFirewallConfigResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateFirewallConfigCommand extends $Command<UpdateFirewallConfigCommandInput, UpdateFirewallConfigCommandOutput, Route53ResolverClientResolvedConfig> {
11
- readonly input: UpdateFirewallConfigCommandInput;
12
- constructor(input: UpdateFirewallConfigCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFirewallConfigCommandInput, UpdateFirewallConfigCommandOutput>;
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
+ UpdateFirewallConfigRequest,
10
+ UpdateFirewallConfigResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53ResolverClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53ResolverClient";
17
+ export interface UpdateFirewallConfigCommandInput
18
+ extends UpdateFirewallConfigRequest {}
19
+ export interface UpdateFirewallConfigCommandOutput
20
+ extends UpdateFirewallConfigResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateFirewallConfigCommand extends $Command<
23
+ UpdateFirewallConfigCommandInput,
24
+ UpdateFirewallConfigCommandOutput,
25
+ Route53ResolverClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateFirewallConfigCommandInput;
28
+ constructor(input: UpdateFirewallConfigCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Route53ResolverClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateFirewallConfigCommandInput,
35
+ UpdateFirewallConfigCommandOutput
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 { UpdateFirewallDomainsRequest, UpdateFirewallDomainsResponse } from "../models/models_0";
4
- import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
5
- export interface UpdateFirewallDomainsCommandInput extends UpdateFirewallDomainsRequest {
6
- }
7
- export interface UpdateFirewallDomainsCommandOutput extends UpdateFirewallDomainsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateFirewallDomainsCommand extends $Command<UpdateFirewallDomainsCommandInput, UpdateFirewallDomainsCommandOutput, Route53ResolverClientResolvedConfig> {
11
- readonly input: UpdateFirewallDomainsCommandInput;
12
- constructor(input: UpdateFirewallDomainsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFirewallDomainsCommandInput, UpdateFirewallDomainsCommandOutput>;
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
+ UpdateFirewallDomainsRequest,
10
+ UpdateFirewallDomainsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53ResolverClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53ResolverClient";
17
+ export interface UpdateFirewallDomainsCommandInput
18
+ extends UpdateFirewallDomainsRequest {}
19
+ export interface UpdateFirewallDomainsCommandOutput
20
+ extends UpdateFirewallDomainsResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateFirewallDomainsCommand extends $Command<
23
+ UpdateFirewallDomainsCommandInput,
24
+ UpdateFirewallDomainsCommandOutput,
25
+ Route53ResolverClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateFirewallDomainsCommandInput;
28
+ constructor(input: UpdateFirewallDomainsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Route53ResolverClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateFirewallDomainsCommandInput,
35
+ UpdateFirewallDomainsCommandOutput
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 { UpdateFirewallRuleRequest, UpdateFirewallRuleResponse } from "../models/models_0";
4
- import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
5
- export interface UpdateFirewallRuleCommandInput extends UpdateFirewallRuleRequest {
6
- }
7
- export interface UpdateFirewallRuleCommandOutput extends UpdateFirewallRuleResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateFirewallRuleCommand extends $Command<UpdateFirewallRuleCommandInput, UpdateFirewallRuleCommandOutput, Route53ResolverClientResolvedConfig> {
11
- readonly input: UpdateFirewallRuleCommandInput;
12
- constructor(input: UpdateFirewallRuleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFirewallRuleCommandInput, UpdateFirewallRuleCommandOutput>;
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
+ UpdateFirewallRuleRequest,
10
+ UpdateFirewallRuleResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53ResolverClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53ResolverClient";
17
+ export interface UpdateFirewallRuleCommandInput
18
+ extends UpdateFirewallRuleRequest {}
19
+ export interface UpdateFirewallRuleCommandOutput
20
+ extends UpdateFirewallRuleResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateFirewallRuleCommand extends $Command<
23
+ UpdateFirewallRuleCommandInput,
24
+ UpdateFirewallRuleCommandOutput,
25
+ Route53ResolverClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateFirewallRuleCommandInput;
28
+ constructor(input: UpdateFirewallRuleCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Route53ResolverClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<UpdateFirewallRuleCommandInput, UpdateFirewallRuleCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -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 { UpdateFirewallRuleGroupAssociationRequest, UpdateFirewallRuleGroupAssociationResponse } from "../models/models_0";
4
- import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
5
- export interface UpdateFirewallRuleGroupAssociationCommandInput extends UpdateFirewallRuleGroupAssociationRequest {
6
- }
7
- export interface UpdateFirewallRuleGroupAssociationCommandOutput extends UpdateFirewallRuleGroupAssociationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateFirewallRuleGroupAssociationCommand extends $Command<UpdateFirewallRuleGroupAssociationCommandInput, UpdateFirewallRuleGroupAssociationCommandOutput, Route53ResolverClientResolvedConfig> {
11
- readonly input: UpdateFirewallRuleGroupAssociationCommandInput;
12
- constructor(input: UpdateFirewallRuleGroupAssociationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFirewallRuleGroupAssociationCommandInput, UpdateFirewallRuleGroupAssociationCommandOutput>;
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
+ UpdateFirewallRuleGroupAssociationRequest,
10
+ UpdateFirewallRuleGroupAssociationResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53ResolverClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53ResolverClient";
17
+ export interface UpdateFirewallRuleGroupAssociationCommandInput
18
+ extends UpdateFirewallRuleGroupAssociationRequest {}
19
+ export interface UpdateFirewallRuleGroupAssociationCommandOutput
20
+ extends UpdateFirewallRuleGroupAssociationResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateFirewallRuleGroupAssociationCommand extends $Command<
23
+ UpdateFirewallRuleGroupAssociationCommandInput,
24
+ UpdateFirewallRuleGroupAssociationCommandOutput,
25
+ Route53ResolverClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateFirewallRuleGroupAssociationCommandInput;
28
+ constructor(input: UpdateFirewallRuleGroupAssociationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Route53ResolverClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateFirewallRuleGroupAssociationCommandInput,
35
+ UpdateFirewallRuleGroupAssociationCommandOutput
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 { UpdateResolverConfigRequest, UpdateResolverConfigResponse } from "../models/models_0";
4
- import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
5
- export interface UpdateResolverConfigCommandInput extends UpdateResolverConfigRequest {
6
- }
7
- export interface UpdateResolverConfigCommandOutput extends UpdateResolverConfigResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateResolverConfigCommand extends $Command<UpdateResolverConfigCommandInput, UpdateResolverConfigCommandOutput, Route53ResolverClientResolvedConfig> {
11
- readonly input: UpdateResolverConfigCommandInput;
12
- constructor(input: UpdateResolverConfigCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateResolverConfigCommandInput, UpdateResolverConfigCommandOutput>;
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
+ UpdateResolverConfigRequest,
10
+ UpdateResolverConfigResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53ResolverClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53ResolverClient";
17
+ export interface UpdateResolverConfigCommandInput
18
+ extends UpdateResolverConfigRequest {}
19
+ export interface UpdateResolverConfigCommandOutput
20
+ extends UpdateResolverConfigResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateResolverConfigCommand extends $Command<
23
+ UpdateResolverConfigCommandInput,
24
+ UpdateResolverConfigCommandOutput,
25
+ Route53ResolverClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateResolverConfigCommandInput;
28
+ constructor(input: UpdateResolverConfigCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Route53ResolverClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateResolverConfigCommandInput,
35
+ UpdateResolverConfigCommandOutput
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 { UpdateResolverDnssecConfigRequest, UpdateResolverDnssecConfigResponse } from "../models/models_0";
4
- import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
5
- export interface UpdateResolverDnssecConfigCommandInput extends UpdateResolverDnssecConfigRequest {
6
- }
7
- export interface UpdateResolverDnssecConfigCommandOutput extends UpdateResolverDnssecConfigResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateResolverDnssecConfigCommand extends $Command<UpdateResolverDnssecConfigCommandInput, UpdateResolverDnssecConfigCommandOutput, Route53ResolverClientResolvedConfig> {
11
- readonly input: UpdateResolverDnssecConfigCommandInput;
12
- constructor(input: UpdateResolverDnssecConfigCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateResolverDnssecConfigCommandInput, UpdateResolverDnssecConfigCommandOutput>;
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
+ UpdateResolverDnssecConfigRequest,
10
+ UpdateResolverDnssecConfigResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53ResolverClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53ResolverClient";
17
+ export interface UpdateResolverDnssecConfigCommandInput
18
+ extends UpdateResolverDnssecConfigRequest {}
19
+ export interface UpdateResolverDnssecConfigCommandOutput
20
+ extends UpdateResolverDnssecConfigResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateResolverDnssecConfigCommand extends $Command<
23
+ UpdateResolverDnssecConfigCommandInput,
24
+ UpdateResolverDnssecConfigCommandOutput,
25
+ Route53ResolverClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateResolverDnssecConfigCommandInput;
28
+ constructor(input: UpdateResolverDnssecConfigCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Route53ResolverClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateResolverDnssecConfigCommandInput,
35
+ UpdateResolverDnssecConfigCommandOutput
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 { UpdateResolverEndpointRequest, UpdateResolverEndpointResponse } from "../models/models_0";
4
- import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
5
- export interface UpdateResolverEndpointCommandInput extends UpdateResolverEndpointRequest {
6
- }
7
- export interface UpdateResolverEndpointCommandOutput extends UpdateResolverEndpointResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateResolverEndpointCommand extends $Command<UpdateResolverEndpointCommandInput, UpdateResolverEndpointCommandOutput, Route53ResolverClientResolvedConfig> {
11
- readonly input: UpdateResolverEndpointCommandInput;
12
- constructor(input: UpdateResolverEndpointCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateResolverEndpointCommandInput, UpdateResolverEndpointCommandOutput>;
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
+ UpdateResolverEndpointRequest,
10
+ UpdateResolverEndpointResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53ResolverClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53ResolverClient";
17
+ export interface UpdateResolverEndpointCommandInput
18
+ extends UpdateResolverEndpointRequest {}
19
+ export interface UpdateResolverEndpointCommandOutput
20
+ extends UpdateResolverEndpointResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateResolverEndpointCommand extends $Command<
23
+ UpdateResolverEndpointCommandInput,
24
+ UpdateResolverEndpointCommandOutput,
25
+ Route53ResolverClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateResolverEndpointCommandInput;
28
+ constructor(input: UpdateResolverEndpointCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Route53ResolverClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateResolverEndpointCommandInput,
35
+ UpdateResolverEndpointCommandOutput
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 { UpdateResolverRuleRequest, UpdateResolverRuleResponse } from "../models/models_0";
4
- import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
5
- export interface UpdateResolverRuleCommandInput extends UpdateResolverRuleRequest {
6
- }
7
- export interface UpdateResolverRuleCommandOutput extends UpdateResolverRuleResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateResolverRuleCommand extends $Command<UpdateResolverRuleCommandInput, UpdateResolverRuleCommandOutput, Route53ResolverClientResolvedConfig> {
11
- readonly input: UpdateResolverRuleCommandInput;
12
- constructor(input: UpdateResolverRuleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateResolverRuleCommandInput, UpdateResolverRuleCommandOutput>;
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
+ UpdateResolverRuleRequest,
10
+ UpdateResolverRuleResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53ResolverClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53ResolverClient";
17
+ export interface UpdateResolverRuleCommandInput
18
+ extends UpdateResolverRuleRequest {}
19
+ export interface UpdateResolverRuleCommandOutput
20
+ extends UpdateResolverRuleResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateResolverRuleCommand extends $Command<
23
+ UpdateResolverRuleCommandInput,
24
+ UpdateResolverRuleCommandOutput,
25
+ Route53ResolverClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateResolverRuleCommandInput;
28
+ constructor(input: UpdateResolverRuleCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Route53ResolverClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<UpdateResolverRuleCommandInput, UpdateResolverRuleCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,63 +1,63 @@
1
- export * from "./AssociateFirewallRuleGroupCommand";
2
- export * from "./AssociateResolverEndpointIpAddressCommand";
3
- export * from "./AssociateResolverQueryLogConfigCommand";
4
- export * from "./AssociateResolverRuleCommand";
5
- export * from "./CreateFirewallDomainListCommand";
6
- export * from "./CreateFirewallRuleCommand";
7
- export * from "./CreateFirewallRuleGroupCommand";
8
- export * from "./CreateResolverEndpointCommand";
9
- export * from "./CreateResolverQueryLogConfigCommand";
10
- export * from "./CreateResolverRuleCommand";
11
- export * from "./DeleteFirewallDomainListCommand";
12
- export * from "./DeleteFirewallRuleCommand";
13
- export * from "./DeleteFirewallRuleGroupCommand";
14
- export * from "./DeleteResolverEndpointCommand";
15
- export * from "./DeleteResolverQueryLogConfigCommand";
16
- export * from "./DeleteResolverRuleCommand";
17
- export * from "./DisassociateFirewallRuleGroupCommand";
18
- export * from "./DisassociateResolverEndpointIpAddressCommand";
19
- export * from "./DisassociateResolverQueryLogConfigCommand";
20
- export * from "./DisassociateResolverRuleCommand";
21
- export * from "./GetFirewallConfigCommand";
22
- export * from "./GetFirewallDomainListCommand";
23
- export * from "./GetFirewallRuleGroupAssociationCommand";
24
- export * from "./GetFirewallRuleGroupCommand";
25
- export * from "./GetFirewallRuleGroupPolicyCommand";
26
- export * from "./GetResolverConfigCommand";
27
- export * from "./GetResolverDnssecConfigCommand";
28
- export * from "./GetResolverEndpointCommand";
29
- export * from "./GetResolverQueryLogConfigAssociationCommand";
30
- export * from "./GetResolverQueryLogConfigCommand";
31
- export * from "./GetResolverQueryLogConfigPolicyCommand";
32
- export * from "./GetResolverRuleAssociationCommand";
33
- export * from "./GetResolverRuleCommand";
34
- export * from "./GetResolverRulePolicyCommand";
35
- export * from "./ImportFirewallDomainsCommand";
36
- export * from "./ListFirewallConfigsCommand";
37
- export * from "./ListFirewallDomainListsCommand";
38
- export * from "./ListFirewallDomainsCommand";
39
- export * from "./ListFirewallRuleGroupAssociationsCommand";
40
- export * from "./ListFirewallRuleGroupsCommand";
41
- export * from "./ListFirewallRulesCommand";
42
- export * from "./ListResolverConfigsCommand";
43
- export * from "./ListResolverDnssecConfigsCommand";
44
- export * from "./ListResolverEndpointIpAddressesCommand";
45
- export * from "./ListResolverEndpointsCommand";
46
- export * from "./ListResolverQueryLogConfigAssociationsCommand";
47
- export * from "./ListResolverQueryLogConfigsCommand";
48
- export * from "./ListResolverRuleAssociationsCommand";
49
- export * from "./ListResolverRulesCommand";
50
- export * from "./ListTagsForResourceCommand";
51
- export * from "./PutFirewallRuleGroupPolicyCommand";
52
- export * from "./PutResolverQueryLogConfigPolicyCommand";
53
- export * from "./PutResolverRulePolicyCommand";
54
- export * from "./TagResourceCommand";
55
- export * from "./UntagResourceCommand";
56
- export * from "./UpdateFirewallConfigCommand";
57
- export * from "./UpdateFirewallDomainsCommand";
58
- export * from "./UpdateFirewallRuleCommand";
59
- export * from "./UpdateFirewallRuleGroupAssociationCommand";
60
- export * from "./UpdateResolverConfigCommand";
61
- export * from "./UpdateResolverDnssecConfigCommand";
62
- export * from "./UpdateResolverEndpointCommand";
63
- export * from "./UpdateResolverRuleCommand";
1
+ export * from "./AssociateFirewallRuleGroupCommand";
2
+ export * from "./AssociateResolverEndpointIpAddressCommand";
3
+ export * from "./AssociateResolverQueryLogConfigCommand";
4
+ export * from "./AssociateResolverRuleCommand";
5
+ export * from "./CreateFirewallDomainListCommand";
6
+ export * from "./CreateFirewallRuleCommand";
7
+ export * from "./CreateFirewallRuleGroupCommand";
8
+ export * from "./CreateResolverEndpointCommand";
9
+ export * from "./CreateResolverQueryLogConfigCommand";
10
+ export * from "./CreateResolverRuleCommand";
11
+ export * from "./DeleteFirewallDomainListCommand";
12
+ export * from "./DeleteFirewallRuleCommand";
13
+ export * from "./DeleteFirewallRuleGroupCommand";
14
+ export * from "./DeleteResolverEndpointCommand";
15
+ export * from "./DeleteResolverQueryLogConfigCommand";
16
+ export * from "./DeleteResolverRuleCommand";
17
+ export * from "./DisassociateFirewallRuleGroupCommand";
18
+ export * from "./DisassociateResolverEndpointIpAddressCommand";
19
+ export * from "./DisassociateResolverQueryLogConfigCommand";
20
+ export * from "./DisassociateResolverRuleCommand";
21
+ export * from "./GetFirewallConfigCommand";
22
+ export * from "./GetFirewallDomainListCommand";
23
+ export * from "./GetFirewallRuleGroupAssociationCommand";
24
+ export * from "./GetFirewallRuleGroupCommand";
25
+ export * from "./GetFirewallRuleGroupPolicyCommand";
26
+ export * from "./GetResolverConfigCommand";
27
+ export * from "./GetResolverDnssecConfigCommand";
28
+ export * from "./GetResolverEndpointCommand";
29
+ export * from "./GetResolverQueryLogConfigAssociationCommand";
30
+ export * from "./GetResolverQueryLogConfigCommand";
31
+ export * from "./GetResolverQueryLogConfigPolicyCommand";
32
+ export * from "./GetResolverRuleAssociationCommand";
33
+ export * from "./GetResolverRuleCommand";
34
+ export * from "./GetResolverRulePolicyCommand";
35
+ export * from "./ImportFirewallDomainsCommand";
36
+ export * from "./ListFirewallConfigsCommand";
37
+ export * from "./ListFirewallDomainListsCommand";
38
+ export * from "./ListFirewallDomainsCommand";
39
+ export * from "./ListFirewallRuleGroupAssociationsCommand";
40
+ export * from "./ListFirewallRuleGroupsCommand";
41
+ export * from "./ListFirewallRulesCommand";
42
+ export * from "./ListResolverConfigsCommand";
43
+ export * from "./ListResolverDnssecConfigsCommand";
44
+ export * from "./ListResolverEndpointIpAddressesCommand";
45
+ export * from "./ListResolverEndpointsCommand";
46
+ export * from "./ListResolverQueryLogConfigAssociationsCommand";
47
+ export * from "./ListResolverQueryLogConfigsCommand";
48
+ export * from "./ListResolverRuleAssociationsCommand";
49
+ export * from "./ListResolverRulesCommand";
50
+ export * from "./ListTagsForResourceCommand";
51
+ export * from "./PutFirewallRuleGroupPolicyCommand";
52
+ export * from "./PutResolverQueryLogConfigPolicyCommand";
53
+ export * from "./PutResolverRulePolicyCommand";
54
+ export * from "./TagResourceCommand";
55
+ export * from "./UntagResourceCommand";
56
+ export * from "./UpdateFirewallConfigCommand";
57
+ export * from "./UpdateFirewallDomainsCommand";
58
+ export * from "./UpdateFirewallRuleCommand";
59
+ export * from "./UpdateFirewallRuleGroupAssociationCommand";
60
+ export * from "./UpdateResolverConfigCommand";
61
+ export * from "./UpdateResolverDnssecConfigCommand";
62
+ export * from "./UpdateResolverEndpointCommand";
63
+ export * from "./UpdateResolverRuleCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,6 +1,6 @@
1
- export * from "./Route53Resolver";
2
- export * from "./Route53ResolverClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export { Route53ResolverServiceException } from "./models/Route53ResolverServiceException";
1
+ export * from "./Route53Resolver";
2
+ export * from "./Route53ResolverClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { Route53ResolverServiceException } from "./models/Route53ResolverServiceException";
@@ -1,6 +1,7 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class Route53ResolverServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+ export declare class Route53ResolverServiceException extends __ServiceException {
6
+ constructor(options: __ServiceExceptionOptions);
7
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";