@aws-sdk/client-route53resolver 3.296.0 → 3.297.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/Route53Resolver.d.ts +64 -0
- package/dist-types/Route53ResolverClient.d.ts +24 -4
- package/dist-types/commands/AssociateFirewallRuleGroupCommand.d.ts +16 -0
- package/dist-types/commands/AssociateResolverEndpointIpAddressCommand.d.ts +16 -0
- package/dist-types/commands/AssociateResolverQueryLogConfigCommand.d.ts +16 -0
- package/dist-types/commands/AssociateResolverRuleCommand.d.ts +16 -0
- package/dist-types/commands/CreateFirewallDomainListCommand.d.ts +16 -0
- package/dist-types/commands/CreateFirewallRuleCommand.d.ts +16 -0
- package/dist-types/commands/CreateFirewallRuleGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateResolverEndpointCommand.d.ts +16 -0
- package/dist-types/commands/CreateResolverQueryLogConfigCommand.d.ts +16 -0
- package/dist-types/commands/CreateResolverRuleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFirewallDomainListCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFirewallRuleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFirewallRuleGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteResolverEndpointCommand.d.ts +16 -0
- package/dist-types/commands/DeleteResolverQueryLogConfigCommand.d.ts +16 -0
- package/dist-types/commands/DeleteResolverRuleCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateFirewallRuleGroupCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateResolverQueryLogConfigCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateResolverRuleCommand.d.ts +16 -0
- package/dist-types/commands/GetFirewallConfigCommand.d.ts +16 -0
- package/dist-types/commands/GetFirewallDomainListCommand.d.ts +16 -0
- package/dist-types/commands/GetFirewallRuleGroupAssociationCommand.d.ts +16 -0
- package/dist-types/commands/GetFirewallRuleGroupCommand.d.ts +16 -0
- package/dist-types/commands/GetFirewallRuleGroupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetResolverConfigCommand.d.ts +16 -0
- package/dist-types/commands/GetResolverDnssecConfigCommand.d.ts +16 -0
- package/dist-types/commands/GetResolverEndpointCommand.d.ts +16 -0
- package/dist-types/commands/GetResolverQueryLogConfigAssociationCommand.d.ts +16 -0
- package/dist-types/commands/GetResolverQueryLogConfigCommand.d.ts +16 -0
- package/dist-types/commands/GetResolverQueryLogConfigPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetResolverRuleAssociationCommand.d.ts +16 -0
- package/dist-types/commands/GetResolverRuleCommand.d.ts +16 -0
- package/dist-types/commands/GetResolverRulePolicyCommand.d.ts +16 -0
- package/dist-types/commands/ImportFirewallDomainsCommand.d.ts +16 -0
- package/dist-types/commands/ListFirewallConfigsCommand.d.ts +16 -0
- package/dist-types/commands/ListFirewallDomainListsCommand.d.ts +16 -0
- package/dist-types/commands/ListFirewallDomainsCommand.d.ts +16 -0
- package/dist-types/commands/ListFirewallRuleGroupAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/ListFirewallRuleGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListFirewallRulesCommand.d.ts +16 -0
- package/dist-types/commands/ListResolverConfigsCommand.d.ts +16 -0
- package/dist-types/commands/ListResolverDnssecConfigsCommand.d.ts +16 -0
- package/dist-types/commands/ListResolverEndpointIpAddressesCommand.d.ts +16 -0
- package/dist-types/commands/ListResolverEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/ListResolverQueryLogConfigAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/ListResolverQueryLogConfigsCommand.d.ts +16 -0
- package/dist-types/commands/ListResolverRuleAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/ListResolverRulesCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/PutFirewallRuleGroupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/PutResolverQueryLogConfigPolicyCommand.d.ts +16 -0
- package/dist-types/commands/PutResolverRulePolicyCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFirewallConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFirewallDomainsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFirewallRuleCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFirewallRuleGroupAssociationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateResolverConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdateResolverDnssecConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdateResolverEndpointCommand.d.ts +16 -0
- package/dist-types/commands/UpdateResolverRuleCommand.d.ts +16 -0
- package/dist-types/models/Route53ResolverServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +490 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListFirewallConfigsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFirewallDomainListsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFirewallDomainsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFirewallRuleGroupAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFirewallRuleGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFirewallRulesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListResolverConfigsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListResolverDnssecConfigsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListResolverEndpointIpAddressesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListResolverEndpointsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListResolverQueryLogConfigAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListResolverQueryLogConfigsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListResolverRuleAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListResolverRulesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { UpdateResolverEndpointRequest, UpdateResolverEndpointResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateResolverEndpointCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateResolverEndpointCommandInput extends UpdateResolverEndpointRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateResolverEndpointCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateResolverEndpointCommandOutput extends UpdateResolverEndpointResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates the name, or enpoint type for an inbound or an outbound Resolver endpoint.
|
|
18
23
|
* You can only update between IPV4 and DUALSTACK, IPV6 endpoint type can't be updated to other type. </p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface UpdateResolverEndpointCommandOutput extends UpdateResolverEndpo
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param UpdateResolverEndpointCommandInput - {@link UpdateResolverEndpointCommandInput}
|
|
35
|
+
* @returns {@link UpdateResolverEndpointCommandOutput}
|
|
29
36
|
* @see {@link UpdateResolverEndpointCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link UpdateResolverEndpointCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface UpdateResolverEndpointCommandOutput extends UpdateResolverEndpo
|
|
|
50
57
|
export declare class UpdateResolverEndpointCommand extends $Command<UpdateResolverEndpointCommandInput, UpdateResolverEndpointCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
51
58
|
readonly input: UpdateResolverEndpointCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: UpdateResolverEndpointCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateResolverEndpointCommandInput, UpdateResolverEndpointCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { UpdateResolverRuleRequest, UpdateResolverRuleResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateResolverRuleCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateResolverRuleCommandInput extends UpdateResolverRuleRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateResolverRuleCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateResolverRuleCommandOutput extends UpdateResolverRuleResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates settings for a specified Resolver rule. <code>ResolverRuleId</code> is required, and all other parameters are optional.
|
|
18
23
|
* If you don't specify a parameter, it retains its current value.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface UpdateResolverRuleCommandOutput extends UpdateResolverRuleRespo
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param UpdateResolverRuleCommandInput - {@link UpdateResolverRuleCommandInput}
|
|
35
|
+
* @returns {@link UpdateResolverRuleCommandOutput}
|
|
29
36
|
* @see {@link UpdateResolverRuleCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link UpdateResolverRuleCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
@@ -56,11 +63,20 @@ export interface UpdateResolverRuleCommandOutput extends UpdateResolverRuleRespo
|
|
|
56
63
|
export declare class UpdateResolverRuleCommand extends $Command<UpdateResolverRuleCommandInput, UpdateResolverRuleCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
57
64
|
readonly input: UpdateResolverRuleCommandInput;
|
|
58
65
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
59
69
|
constructor(input: UpdateResolverRuleCommandInput);
|
|
60
70
|
/**
|
|
61
71
|
* @internal
|
|
62
72
|
*/
|
|
63
73
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateResolverRuleCommandInput, UpdateResolverRuleCommandOutput>;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
64
77
|
private serialize;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
65
81
|
private deserialize;
|
|
66
82
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
2
|
/**
|
|
3
|
+
* @public
|
|
4
|
+
*
|
|
3
5
|
* Base exception class for all service exceptions from Route53Resolver service.
|
|
4
6
|
*/
|
|
5
7
|
export declare class Route53ResolverServiceException extends __ServiceException {
|