@aws-sdk/client-route53resolver 3.325.0 → 3.326.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/commands/AssociateFirewallRuleGroupCommand.d.ts +20 -0
- package/dist-types/commands/AssociateResolverEndpointIpAddressCommand.d.ts +22 -0
- package/dist-types/commands/AssociateResolverQueryLogConfigCommand.d.ts +14 -0
- package/dist-types/commands/AssociateResolverRuleCommand.d.ts +13 -0
- package/dist-types/commands/CreateFirewallDomainListCommand.d.ts +17 -0
- package/dist-types/commands/CreateFirewallRuleCommand.d.ts +19 -0
- package/dist-types/commands/CreateFirewallRuleGroupCommand.d.ts +18 -0
- package/dist-types/commands/CreateResolverEndpointCommand.d.ts +22 -0
- package/dist-types/commands/CreateResolverQueryLogConfigCommand.d.ts +17 -0
- package/dist-types/commands/CreateResolverRuleCommand.d.ts +27 -0
- package/dist-types/commands/DeleteFirewallDomainListCommand.d.ts +17 -0
- package/dist-types/commands/DeleteFirewallRuleCommand.d.ts +19 -0
- package/dist-types/commands/DeleteFirewallRuleGroupCommand.d.ts +18 -0
- package/dist-types/commands/DeleteResolverEndpointCommand.d.ts +22 -0
- package/dist-types/commands/DeleteResolverQueryLogConfigCommand.d.ts +17 -0
- package/dist-types/commands/DeleteResolverRuleCommand.d.ts +27 -0
- package/dist-types/commands/DisassociateFirewallRuleGroupCommand.d.ts +20 -0
- package/dist-types/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +22 -0
- package/dist-types/commands/DisassociateResolverQueryLogConfigCommand.d.ts +14 -0
- package/dist-types/commands/DisassociateResolverRuleCommand.d.ts +13 -0
- package/dist-types/commands/GetFirewallConfigCommand.d.ts +11 -0
- package/dist-types/commands/GetFirewallDomainListCommand.d.ts +17 -0
- package/dist-types/commands/GetFirewallRuleGroupAssociationCommand.d.ts +20 -0
- package/dist-types/commands/GetFirewallRuleGroupCommand.d.ts +18 -0
- package/dist-types/commands/GetFirewallRuleGroupPolicyCommand.d.ts +6 -0
- package/dist-types/commands/GetResolverConfigCommand.d.ts +11 -0
- package/dist-types/commands/GetResolverDnssecConfigCommand.d.ts +11 -0
- package/dist-types/commands/GetResolverEndpointCommand.d.ts +22 -0
- package/dist-types/commands/GetResolverQueryLogConfigAssociationCommand.d.ts +14 -0
- package/dist-types/commands/GetResolverQueryLogConfigCommand.d.ts +17 -0
- package/dist-types/commands/GetResolverQueryLogConfigPolicyCommand.d.ts +6 -0
- package/dist-types/commands/GetResolverRuleAssociationCommand.d.ts +13 -0
- package/dist-types/commands/GetResolverRuleCommand.d.ts +27 -0
- package/dist-types/commands/GetResolverRulePolicyCommand.d.ts +6 -0
- package/dist-types/commands/ImportFirewallDomainsCommand.d.ts +9 -0
- package/dist-types/commands/ListFirewallConfigsCommand.d.ts +14 -0
- package/dist-types/commands/ListFirewallDomainListsCommand.d.ts +15 -0
- package/dist-types/commands/ListFirewallDomainsCommand.d.ts +9 -0
- package/dist-types/commands/ListFirewallRuleGroupAssociationsCommand.d.ts +23 -0
- package/dist-types/commands/ListFirewallRuleGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListFirewallRulesCommand.d.ts +22 -0
- package/dist-types/commands/ListResolverConfigsCommand.d.ts +14 -0
- package/dist-types/commands/ListResolverDnssecConfigsCommand.d.ts +14 -0
- package/dist-types/commands/ListResolverEndpointIpAddressesCommand.d.ts +19 -0
- package/dist-types/commands/ListResolverEndpointsCommand.d.ts +26 -0
- package/dist-types/commands/ListResolverQueryLogConfigAssociationsCommand.d.ts +19 -0
- package/dist-types/commands/ListResolverQueryLogConfigsCommand.d.ts +22 -0
- package/dist-types/commands/ListResolverRuleAssociationsCommand.d.ts +17 -0
- package/dist-types/commands/ListResolverRulesCommand.d.ts +31 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +12 -0
- package/dist-types/commands/PutFirewallRuleGroupPolicyCommand.d.ts +6 -0
- package/dist-types/commands/PutResolverQueryLogConfigPolicyCommand.d.ts +6 -0
- package/dist-types/commands/PutResolverRulePolicyCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateFirewallConfigCommand.d.ts +11 -0
- package/dist-types/commands/UpdateFirewallDomainsCommand.d.ts +9 -0
- package/dist-types/commands/UpdateFirewallRuleCommand.d.ts +19 -0
- package/dist-types/commands/UpdateFirewallRuleGroupAssociationCommand.d.ts +20 -0
- package/dist-types/commands/UpdateResolverConfigCommand.d.ts +11 -0
- package/dist-types/commands/UpdateResolverDnssecConfigCommand.d.ts +11 -0
- package/dist-types/commands/UpdateResolverEndpointCommand.d.ts +22 -0
- package/dist-types/commands/UpdateResolverRuleCommand.d.ts +27 -0
- package/package.json +3 -3
|
@@ -33,6 +33,18 @@ export interface ListResolverConfigsCommandOutput extends ListResolverConfigsRes
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new ListResolverConfigsCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // ListResolverConfigsResponse
|
|
37
|
+
* // NextToken: "STRING_VALUE",
|
|
38
|
+
* // ResolverConfigs: [ // ResolverConfigList
|
|
39
|
+
* // { // ResolverConfig
|
|
40
|
+
* // Id: "STRING_VALUE",
|
|
41
|
+
* // ResourceId: "STRING_VALUE",
|
|
42
|
+
* // OwnerId: "STRING_VALUE",
|
|
43
|
+
* // AutodefinedReverse: "ENABLING" || "ENABLED" || "DISABLING" || "DISABLED" || "UPDATING_TO_USE_LOCAL_RESOURCE_SETTING" || "USE_LOCAL_RESOURCE_SETTING",
|
|
44
|
+
* // },
|
|
45
|
+
* // ],
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
36
48
|
* ```
|
|
37
49
|
*
|
|
38
50
|
* @param ListResolverConfigsCommandInput - {@link ListResolverConfigsCommandInput}
|
|
@@ -63,6 +75,8 @@ export interface ListResolverConfigsCommandOutput extends ListResolverConfigsRes
|
|
|
63
75
|
* <p>You have provided an invalid command. Supported values are <code>ADD</code>,
|
|
64
76
|
* <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
|
|
65
77
|
*
|
|
78
|
+
* @throws {@link Route53ResolverServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
66
80
|
*
|
|
67
81
|
*/
|
|
68
82
|
export declare class ListResolverConfigsCommand extends $Command<ListResolverConfigsCommandInput, ListResolverConfigsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -40,6 +40,18 @@ export interface ListResolverDnssecConfigsCommandOutput extends ListResolverDnss
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new ListResolverDnssecConfigsCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // ListResolverDnssecConfigsResponse
|
|
44
|
+
* // NextToken: "STRING_VALUE",
|
|
45
|
+
* // ResolverDnssecConfigs: [ // ResolverDnssecConfigList
|
|
46
|
+
* // { // ResolverDnssecConfig
|
|
47
|
+
* // Id: "STRING_VALUE",
|
|
48
|
+
* // OwnerId: "STRING_VALUE",
|
|
49
|
+
* // ResourceId: "STRING_VALUE",
|
|
50
|
+
* // ValidationStatus: "ENABLING" || "ENABLED" || "DISABLING" || "DISABLED" || "UPDATING_TO_USE_LOCAL_RESOURCE_SETTING" || "USE_LOCAL_RESOURCE_SETTING",
|
|
51
|
+
* // },
|
|
52
|
+
* // ],
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
43
55
|
* ```
|
|
44
56
|
*
|
|
45
57
|
* @param ListResolverDnssecConfigsCommandInput - {@link ListResolverDnssecConfigsCommandInput}
|
|
@@ -66,6 +78,8 @@ export interface ListResolverDnssecConfigsCommandOutput extends ListResolverDnss
|
|
|
66
78
|
* @throws {@link ThrottlingException} (client fault)
|
|
67
79
|
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
68
80
|
*
|
|
81
|
+
* @throws {@link Route53ResolverServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
69
83
|
*
|
|
70
84
|
*/
|
|
71
85
|
export declare class ListResolverDnssecConfigsCommand extends $Command<ListResolverDnssecConfigsCommandInput, ListResolverDnssecConfigsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -33,6 +33,23 @@ export interface ListResolverEndpointIpAddressesCommandOutput extends ListResolv
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new ListResolverEndpointIpAddressesCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // ListResolverEndpointIpAddressesResponse
|
|
37
|
+
* // NextToken: "STRING_VALUE",
|
|
38
|
+
* // MaxResults: Number("int"),
|
|
39
|
+
* // IpAddresses: [ // IpAddressesResponse
|
|
40
|
+
* // { // IpAddressResponse
|
|
41
|
+
* // IpId: "STRING_VALUE",
|
|
42
|
+
* // SubnetId: "STRING_VALUE",
|
|
43
|
+
* // Ip: "STRING_VALUE",
|
|
44
|
+
* // Ipv6: "STRING_VALUE",
|
|
45
|
+
* // Status: "CREATING" || "FAILED_CREATION" || "ATTACHING" || "ATTACHED" || "REMAP_DETACHING" || "REMAP_ATTACHING" || "DETACHING" || "FAILED_RESOURCE_GONE" || "DELETING" || "DELETE_FAILED_FAS_EXPIRED" || "UPDATING",
|
|
46
|
+
* // StatusMessage: "STRING_VALUE",
|
|
47
|
+
* // CreationTime: "STRING_VALUE",
|
|
48
|
+
* // ModificationTime: "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // ],
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
36
53
|
* ```
|
|
37
54
|
*
|
|
38
55
|
* @param ListResolverEndpointIpAddressesCommandInput - {@link ListResolverEndpointIpAddressesCommandInput}
|
|
@@ -56,6 +73,8 @@ export interface ListResolverEndpointIpAddressesCommandOutput extends ListResolv
|
|
|
56
73
|
* @throws {@link ThrottlingException} (client fault)
|
|
57
74
|
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
58
75
|
*
|
|
76
|
+
* @throws {@link Route53ResolverServiceException}
|
|
77
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
59
78
|
*
|
|
60
79
|
*/
|
|
61
80
|
export declare class ListResolverEndpointIpAddressesCommand extends $Command<ListResolverEndpointIpAddressesCommandInput, ListResolverEndpointIpAddressesCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -40,6 +40,30 @@ export interface ListResolverEndpointsCommandOutput extends ListResolverEndpoint
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new ListResolverEndpointsCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // ListResolverEndpointsResponse
|
|
44
|
+
* // NextToken: "STRING_VALUE",
|
|
45
|
+
* // MaxResults: Number("int"),
|
|
46
|
+
* // ResolverEndpoints: [ // ResolverEndpoints
|
|
47
|
+
* // { // ResolverEndpoint
|
|
48
|
+
* // Id: "STRING_VALUE",
|
|
49
|
+
* // CreatorRequestId: "STRING_VALUE",
|
|
50
|
+
* // Arn: "STRING_VALUE",
|
|
51
|
+
* // Name: "STRING_VALUE",
|
|
52
|
+
* // SecurityGroupIds: [ // SecurityGroupIds
|
|
53
|
+
* // "STRING_VALUE",
|
|
54
|
+
* // ],
|
|
55
|
+
* // Direction: "INBOUND" || "OUTBOUND",
|
|
56
|
+
* // IpAddressCount: Number("int"),
|
|
57
|
+
* // HostVPCId: "STRING_VALUE",
|
|
58
|
+
* // Status: "CREATING" || "OPERATIONAL" || "UPDATING" || "AUTO_RECOVERING" || "ACTION_NEEDED" || "DELETING",
|
|
59
|
+
* // StatusMessage: "STRING_VALUE",
|
|
60
|
+
* // CreationTime: "STRING_VALUE",
|
|
61
|
+
* // ModificationTime: "STRING_VALUE",
|
|
62
|
+
* // ResolverEndpointType: "IPV6" || "IPV4" || "DUALSTACK",
|
|
63
|
+
* // },
|
|
64
|
+
* // ],
|
|
65
|
+
* // };
|
|
66
|
+
*
|
|
43
67
|
* ```
|
|
44
68
|
*
|
|
45
69
|
* @param ListResolverEndpointsCommandInput - {@link ListResolverEndpointsCommandInput}
|
|
@@ -63,6 +87,8 @@ export interface ListResolverEndpointsCommandOutput extends ListResolverEndpoint
|
|
|
63
87
|
* @throws {@link ThrottlingException} (client fault)
|
|
64
88
|
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
65
89
|
*
|
|
90
|
+
* @throws {@link Route53ResolverServiceException}
|
|
91
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
66
92
|
*
|
|
67
93
|
*/
|
|
68
94
|
export declare class ListResolverEndpointsCommand extends $Command<ListResolverEndpointsCommandInput, ListResolverEndpointsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -42,6 +42,23 @@ export interface ListResolverQueryLogConfigAssociationsCommandOutput extends Lis
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new ListResolverQueryLogConfigAssociationsCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // ListResolverQueryLogConfigAssociationsResponse
|
|
46
|
+
* // NextToken: "STRING_VALUE",
|
|
47
|
+
* // TotalCount: Number("int"),
|
|
48
|
+
* // TotalFilteredCount: Number("int"),
|
|
49
|
+
* // ResolverQueryLogConfigAssociations: [ // ResolverQueryLogConfigAssociationList
|
|
50
|
+
* // { // ResolverQueryLogConfigAssociation
|
|
51
|
+
* // Id: "STRING_VALUE",
|
|
52
|
+
* // ResolverQueryLogConfigId: "STRING_VALUE",
|
|
53
|
+
* // ResourceId: "STRING_VALUE",
|
|
54
|
+
* // Status: "CREATING" || "ACTIVE" || "ACTION_NEEDED" || "DELETING" || "FAILED",
|
|
55
|
+
* // Error: "NONE" || "DESTINATION_NOT_FOUND" || "ACCESS_DENIED" || "INTERNAL_SERVICE_ERROR",
|
|
56
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
57
|
+
* // CreationTime: "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // ],
|
|
60
|
+
* // };
|
|
61
|
+
*
|
|
45
62
|
* ```
|
|
46
63
|
*
|
|
47
64
|
* @param ListResolverQueryLogConfigAssociationsCommandInput - {@link ListResolverQueryLogConfigAssociationsCommandInput}
|
|
@@ -68,6 +85,8 @@ export interface ListResolverQueryLogConfigAssociationsCommandOutput extends Lis
|
|
|
68
85
|
* @throws {@link ThrottlingException} (client fault)
|
|
69
86
|
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
70
87
|
*
|
|
88
|
+
* @throws {@link Route53ResolverServiceException}
|
|
89
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
71
90
|
*
|
|
72
91
|
*/
|
|
73
92
|
export declare class ListResolverQueryLogConfigAssociationsCommand extends $Command<ListResolverQueryLogConfigAssociationsCommandInput, ListResolverQueryLogConfigAssociationsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -43,6 +43,26 @@ export interface ListResolverQueryLogConfigsCommandOutput extends ListResolverQu
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new ListResolverQueryLogConfigsCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // { // ListResolverQueryLogConfigsResponse
|
|
47
|
+
* // NextToken: "STRING_VALUE",
|
|
48
|
+
* // TotalCount: Number("int"),
|
|
49
|
+
* // TotalFilteredCount: Number("int"),
|
|
50
|
+
* // ResolverQueryLogConfigs: [ // ResolverQueryLogConfigList
|
|
51
|
+
* // { // ResolverQueryLogConfig
|
|
52
|
+
* // Id: "STRING_VALUE",
|
|
53
|
+
* // OwnerId: "STRING_VALUE",
|
|
54
|
+
* // Status: "CREATING" || "CREATED" || "DELETING" || "FAILED",
|
|
55
|
+
* // ShareStatus: "NOT_SHARED" || "SHARED_WITH_ME" || "SHARED_BY_ME",
|
|
56
|
+
* // AssociationCount: Number("int"),
|
|
57
|
+
* // Arn: "STRING_VALUE",
|
|
58
|
+
* // Name: "STRING_VALUE",
|
|
59
|
+
* // DestinationArn: "STRING_VALUE",
|
|
60
|
+
* // CreatorRequestId: "STRING_VALUE",
|
|
61
|
+
* // CreationTime: "STRING_VALUE",
|
|
62
|
+
* // },
|
|
63
|
+
* // ],
|
|
64
|
+
* // };
|
|
65
|
+
*
|
|
46
66
|
* ```
|
|
47
67
|
*
|
|
48
68
|
* @param ListResolverQueryLogConfigsCommandInput - {@link ListResolverQueryLogConfigsCommandInput}
|
|
@@ -69,6 +89,8 @@ export interface ListResolverQueryLogConfigsCommandOutput extends ListResolverQu
|
|
|
69
89
|
* @throws {@link ThrottlingException} (client fault)
|
|
70
90
|
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
71
91
|
*
|
|
92
|
+
* @throws {@link Route53ResolverServiceException}
|
|
93
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
72
94
|
*
|
|
73
95
|
*/
|
|
74
96
|
export declare class ListResolverQueryLogConfigsCommand extends $Command<ListResolverQueryLogConfigsCommandInput, ListResolverQueryLogConfigsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -40,6 +40,21 @@ export interface ListResolverRuleAssociationsCommandOutput extends ListResolverR
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new ListResolverRuleAssociationsCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // ListResolverRuleAssociationsResponse
|
|
44
|
+
* // NextToken: "STRING_VALUE",
|
|
45
|
+
* // MaxResults: Number("int"),
|
|
46
|
+
* // ResolverRuleAssociations: [ // ResolverRuleAssociations
|
|
47
|
+
* // { // ResolverRuleAssociation
|
|
48
|
+
* // Id: "STRING_VALUE",
|
|
49
|
+
* // ResolverRuleId: "STRING_VALUE",
|
|
50
|
+
* // Name: "STRING_VALUE",
|
|
51
|
+
* // VPCId: "STRING_VALUE",
|
|
52
|
+
* // Status: "CREATING" || "COMPLETE" || "DELETING" || "FAILED" || "OVERRIDDEN",
|
|
53
|
+
* // StatusMessage: "STRING_VALUE",
|
|
54
|
+
* // },
|
|
55
|
+
* // ],
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
43
58
|
* ```
|
|
44
59
|
*
|
|
45
60
|
* @param ListResolverRuleAssociationsCommandInput - {@link ListResolverRuleAssociationsCommandInput}
|
|
@@ -63,6 +78,8 @@ export interface ListResolverRuleAssociationsCommandOutput extends ListResolverR
|
|
|
63
78
|
* @throws {@link ThrottlingException} (client fault)
|
|
64
79
|
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
65
80
|
*
|
|
81
|
+
* @throws {@link Route53ResolverServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
66
83
|
*
|
|
67
84
|
*/
|
|
68
85
|
export declare class ListResolverRuleAssociationsCommand extends $Command<ListResolverRuleAssociationsCommandInput, ListResolverRuleAssociationsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -40,6 +40,35 @@ export interface ListResolverRulesCommandOutput extends ListResolverRulesRespons
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new ListResolverRulesCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // ListResolverRulesResponse
|
|
44
|
+
* // NextToken: "STRING_VALUE",
|
|
45
|
+
* // MaxResults: Number("int"),
|
|
46
|
+
* // ResolverRules: [ // ResolverRules
|
|
47
|
+
* // { // ResolverRule
|
|
48
|
+
* // Id: "STRING_VALUE",
|
|
49
|
+
* // CreatorRequestId: "STRING_VALUE",
|
|
50
|
+
* // Arn: "STRING_VALUE",
|
|
51
|
+
* // DomainName: "STRING_VALUE",
|
|
52
|
+
* // Status: "COMPLETE" || "DELETING" || "UPDATING" || "FAILED",
|
|
53
|
+
* // StatusMessage: "STRING_VALUE",
|
|
54
|
+
* // RuleType: "FORWARD" || "SYSTEM" || "RECURSIVE",
|
|
55
|
+
* // Name: "STRING_VALUE",
|
|
56
|
+
* // TargetIps: [ // TargetList
|
|
57
|
+
* // { // TargetAddress
|
|
58
|
+
* // Ip: "STRING_VALUE",
|
|
59
|
+
* // Port: Number("int"),
|
|
60
|
+
* // Ipv6: "STRING_VALUE",
|
|
61
|
+
* // },
|
|
62
|
+
* // ],
|
|
63
|
+
* // ResolverEndpointId: "STRING_VALUE",
|
|
64
|
+
* // OwnerId: "STRING_VALUE",
|
|
65
|
+
* // ShareStatus: "NOT_SHARED" || "SHARED_WITH_ME" || "SHARED_BY_ME",
|
|
66
|
+
* // CreationTime: "STRING_VALUE",
|
|
67
|
+
* // ModificationTime: "STRING_VALUE",
|
|
68
|
+
* // },
|
|
69
|
+
* // ],
|
|
70
|
+
* // };
|
|
71
|
+
*
|
|
43
72
|
* ```
|
|
44
73
|
*
|
|
45
74
|
* @param ListResolverRulesCommandInput - {@link ListResolverRulesCommandInput}
|
|
@@ -63,6 +92,8 @@ export interface ListResolverRulesCommandOutput extends ListResolverRulesRespons
|
|
|
63
92
|
* @throws {@link ThrottlingException} (client fault)
|
|
64
93
|
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
65
94
|
*
|
|
95
|
+
* @throws {@link Route53ResolverServiceException}
|
|
96
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
66
97
|
*
|
|
67
98
|
*/
|
|
68
99
|
export declare class ListResolverRulesCommand extends $Command<ListResolverRulesCommandInput, ListResolverRulesCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -33,6 +33,16 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new ListTagsForResourceCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // ListTagsForResourceResponse
|
|
37
|
+
* // Tags: [ // TagList
|
|
38
|
+
* // { // Tag
|
|
39
|
+
* // Key: "STRING_VALUE", // required
|
|
40
|
+
* // Value: "STRING_VALUE", // required
|
|
41
|
+
* // },
|
|
42
|
+
* // ],
|
|
43
|
+
* // NextToken: "STRING_VALUE",
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
36
46
|
* ```
|
|
37
47
|
*
|
|
38
48
|
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
@@ -59,6 +69,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
59
69
|
* @throws {@link ThrottlingException} (client fault)
|
|
60
70
|
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
61
71
|
*
|
|
72
|
+
* @throws {@link Route53ResolverServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
62
74
|
*
|
|
63
75
|
*/
|
|
64
76
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -34,6 +34,10 @@ export interface PutFirewallRuleGroupPolicyCommandOutput extends PutFirewallRule
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new PutFirewallRuleGroupPolicyCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // PutFirewallRuleGroupPolicyResponse
|
|
38
|
+
* // ReturnValue: true || false,
|
|
39
|
+
* // };
|
|
40
|
+
*
|
|
37
41
|
* ```
|
|
38
42
|
*
|
|
39
43
|
* @param PutFirewallRuleGroupPolicyCommandInput - {@link PutFirewallRuleGroupPolicyCommandInput}
|
|
@@ -58,6 +62,8 @@ export interface PutFirewallRuleGroupPolicyCommandOutput extends PutFirewallRule
|
|
|
58
62
|
* <p>You have provided an invalid command. Supported values are <code>ADD</code>,
|
|
59
63
|
* <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
|
|
60
64
|
*
|
|
65
|
+
* @throws {@link Route53ResolverServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
61
67
|
*
|
|
62
68
|
*/
|
|
63
69
|
export declare class PutFirewallRuleGroupPolicyCommand extends $Command<PutFirewallRuleGroupPolicyCommandInput, PutFirewallRuleGroupPolicyCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -33,6 +33,10 @@ export interface PutResolverQueryLogConfigPolicyCommandOutput extends PutResolve
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new PutResolverQueryLogConfigPolicyCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // PutResolverQueryLogConfigPolicyResponse
|
|
37
|
+
* // ReturnValue: true || false,
|
|
38
|
+
* // };
|
|
39
|
+
*
|
|
36
40
|
* ```
|
|
37
41
|
*
|
|
38
42
|
* @param PutResolverQueryLogConfigPolicyCommandInput - {@link PutResolverQueryLogConfigPolicyCommandInput}
|
|
@@ -59,6 +63,8 @@ export interface PutResolverQueryLogConfigPolicyCommandOutput extends PutResolve
|
|
|
59
63
|
* @throws {@link UnknownResourceException} (client fault)
|
|
60
64
|
* <p>The specified resource doesn't exist.</p>
|
|
61
65
|
*
|
|
66
|
+
* @throws {@link Route53ResolverServiceException}
|
|
67
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
62
68
|
*
|
|
63
69
|
*/
|
|
64
70
|
export declare class PutResolverQueryLogConfigPolicyCommand extends $Command<PutResolverQueryLogConfigPolicyCommandInput, PutResolverQueryLogConfigPolicyCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -33,6 +33,10 @@ export interface PutResolverRulePolicyCommandOutput extends PutResolverRulePolic
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new PutResolverRulePolicyCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // PutResolverRulePolicyResponse
|
|
37
|
+
* // ReturnValue: true || false,
|
|
38
|
+
* // };
|
|
39
|
+
*
|
|
36
40
|
* ```
|
|
37
41
|
*
|
|
38
42
|
* @param PutResolverRulePolicyCommandInput - {@link PutResolverRulePolicyCommandInput}
|
|
@@ -56,6 +60,8 @@ export interface PutResolverRulePolicyCommandOutput extends PutResolverRulePolic
|
|
|
56
60
|
* @throws {@link UnknownResourceException} (client fault)
|
|
57
61
|
* <p>The specified resource doesn't exist.</p>
|
|
58
62
|
*
|
|
63
|
+
* @throws {@link Route53ResolverServiceException}
|
|
64
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
59
65
|
*
|
|
60
66
|
*/
|
|
61
67
|
export declare class PutResolverRulePolicyCommand extends $Command<PutResolverRulePolicyCommandInput, PutResolverRulePolicyCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -37,6 +37,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new TagResourceCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // {};
|
|
41
|
+
*
|
|
40
42
|
* ```
|
|
41
43
|
*
|
|
42
44
|
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
@@ -66,6 +68,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
66
68
|
* @throws {@link ThrottlingException} (client fault)
|
|
67
69
|
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
68
70
|
*
|
|
71
|
+
* @throws {@link Route53ResolverServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
69
73
|
*
|
|
70
74
|
*/
|
|
71
75
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new UntagResourceCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
@@ -57,6 +59,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
57
59
|
* @throws {@link ThrottlingException} (client fault)
|
|
58
60
|
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
59
61
|
*
|
|
62
|
+
* @throws {@link Route53ResolverServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
60
64
|
*
|
|
61
65
|
*/
|
|
62
66
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -33,6 +33,15 @@ export interface UpdateFirewallConfigCommandOutput extends UpdateFirewallConfigR
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new UpdateFirewallConfigCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // UpdateFirewallConfigResponse
|
|
37
|
+
* // FirewallConfig: { // FirewallConfig
|
|
38
|
+
* // Id: "STRING_VALUE",
|
|
39
|
+
* // ResourceId: "STRING_VALUE",
|
|
40
|
+
* // OwnerId: "STRING_VALUE",
|
|
41
|
+
* // FirewallFailOpen: "ENABLED" || "DISABLED" || "USE_LOCAL_RESOURCE_SETTING",
|
|
42
|
+
* // },
|
|
43
|
+
* // };
|
|
44
|
+
*
|
|
36
45
|
* ```
|
|
37
46
|
*
|
|
38
47
|
* @param UpdateFirewallConfigCommandInput - {@link UpdateFirewallConfigCommandInput}
|
|
@@ -57,6 +66,8 @@ export interface UpdateFirewallConfigCommandOutput extends UpdateFirewallConfigR
|
|
|
57
66
|
* <p>You have provided an invalid command. Supported values are <code>ADD</code>,
|
|
58
67
|
* <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
|
|
59
68
|
*
|
|
69
|
+
* @throws {@link Route53ResolverServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
60
71
|
*
|
|
61
72
|
*/
|
|
62
73
|
export declare class UpdateFirewallConfigCommand extends $Command<UpdateFirewallConfigCommandInput, UpdateFirewallConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -35,6 +35,13 @@ export interface UpdateFirewallDomainsCommandOutput extends UpdateFirewallDomain
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new UpdateFirewallDomainsCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // UpdateFirewallDomainsResponse
|
|
39
|
+
* // Id: "STRING_VALUE",
|
|
40
|
+
* // Name: "STRING_VALUE",
|
|
41
|
+
* // Status: "COMPLETE" || "COMPLETE_IMPORT_FAILED" || "IMPORTING" || "DELETING" || "UPDATING",
|
|
42
|
+
* // StatusMessage: "STRING_VALUE",
|
|
43
|
+
* // };
|
|
44
|
+
*
|
|
38
45
|
* ```
|
|
39
46
|
*
|
|
40
47
|
* @param UpdateFirewallDomainsCommandInput - {@link UpdateFirewallDomainsCommandInput}
|
|
@@ -67,6 +74,8 @@ export interface UpdateFirewallDomainsCommandOutput extends UpdateFirewallDomain
|
|
|
67
74
|
* <p>You have provided an invalid command. Supported values are <code>ADD</code>,
|
|
68
75
|
* <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
|
|
69
76
|
*
|
|
77
|
+
* @throws {@link Route53ResolverServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
70
79
|
*
|
|
71
80
|
*/
|
|
72
81
|
export declare class UpdateFirewallDomainsCommand extends $Command<UpdateFirewallDomainsCommandInput, UpdateFirewallDomainsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -39,6 +39,23 @@ export interface UpdateFirewallRuleCommandOutput extends UpdateFirewallRuleRespo
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new UpdateFirewallRuleCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // UpdateFirewallRuleResponse
|
|
43
|
+
* // FirewallRule: { // FirewallRule
|
|
44
|
+
* // FirewallRuleGroupId: "STRING_VALUE",
|
|
45
|
+
* // FirewallDomainListId: "STRING_VALUE",
|
|
46
|
+
* // Name: "STRING_VALUE",
|
|
47
|
+
* // Priority: Number("int"),
|
|
48
|
+
* // Action: "ALLOW" || "BLOCK" || "ALERT",
|
|
49
|
+
* // BlockResponse: "NODATA" || "NXDOMAIN" || "OVERRIDE",
|
|
50
|
+
* // BlockOverrideDomain: "STRING_VALUE",
|
|
51
|
+
* // BlockOverrideDnsType: "CNAME",
|
|
52
|
+
* // BlockOverrideTtl: Number("int"),
|
|
53
|
+
* // CreatorRequestId: "STRING_VALUE",
|
|
54
|
+
* // CreationTime: "STRING_VALUE",
|
|
55
|
+
* // ModificationTime: "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
42
59
|
* ```
|
|
43
60
|
*
|
|
44
61
|
* @param UpdateFirewallRuleCommandInput - {@link UpdateFirewallRuleCommandInput}
|
|
@@ -68,6 +85,8 @@ export interface UpdateFirewallRuleCommandOutput extends UpdateFirewallRuleRespo
|
|
|
68
85
|
* <p>You have provided an invalid command. Supported values are <code>ADD</code>,
|
|
69
86
|
* <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
|
|
70
87
|
*
|
|
88
|
+
* @throws {@link Route53ResolverServiceException}
|
|
89
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
71
90
|
*
|
|
72
91
|
*/
|
|
73
92
|
export declare class UpdateFirewallRuleCommand extends $Command<UpdateFirewallRuleCommandInput, UpdateFirewallRuleCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -34,6 +34,24 @@ export interface UpdateFirewallRuleGroupAssociationCommandOutput extends UpdateF
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new UpdateFirewallRuleGroupAssociationCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // UpdateFirewallRuleGroupAssociationResponse
|
|
38
|
+
* // FirewallRuleGroupAssociation: { // FirewallRuleGroupAssociation
|
|
39
|
+
* // Id: "STRING_VALUE",
|
|
40
|
+
* // Arn: "STRING_VALUE",
|
|
41
|
+
* // FirewallRuleGroupId: "STRING_VALUE",
|
|
42
|
+
* // VpcId: "STRING_VALUE",
|
|
43
|
+
* // Name: "STRING_VALUE",
|
|
44
|
+
* // Priority: Number("int"),
|
|
45
|
+
* // MutationProtection: "ENABLED" || "DISABLED",
|
|
46
|
+
* // ManagedOwnerName: "STRING_VALUE",
|
|
47
|
+
* // Status: "COMPLETE" || "DELETING" || "UPDATING",
|
|
48
|
+
* // StatusMessage: "STRING_VALUE",
|
|
49
|
+
* // CreatorRequestId: "STRING_VALUE",
|
|
50
|
+
* // CreationTime: "STRING_VALUE",
|
|
51
|
+
* // ModificationTime: "STRING_VALUE",
|
|
52
|
+
* // },
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
37
55
|
* ```
|
|
38
56
|
*
|
|
39
57
|
* @param UpdateFirewallRuleGroupAssociationCommandInput - {@link UpdateFirewallRuleGroupAssociationCommandInput}
|
|
@@ -63,6 +81,8 @@ export interface UpdateFirewallRuleGroupAssociationCommandOutput extends UpdateF
|
|
|
63
81
|
* <p>You have provided an invalid command. Supported values are <code>ADD</code>,
|
|
64
82
|
* <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
|
|
65
83
|
*
|
|
84
|
+
* @throws {@link Route53ResolverServiceException}
|
|
85
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
66
86
|
*
|
|
67
87
|
*/
|
|
68
88
|
export declare class UpdateFirewallRuleGroupAssociationCommand extends $Command<UpdateFirewallRuleGroupAssociationCommandInput, UpdateFirewallRuleGroupAssociationCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -33,6 +33,15 @@ export interface UpdateResolverConfigCommandOutput extends UpdateResolverConfigR
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new UpdateResolverConfigCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // UpdateResolverConfigResponse
|
|
37
|
+
* // ResolverConfig: { // ResolverConfig
|
|
38
|
+
* // Id: "STRING_VALUE",
|
|
39
|
+
* // ResourceId: "STRING_VALUE",
|
|
40
|
+
* // OwnerId: "STRING_VALUE",
|
|
41
|
+
* // AutodefinedReverse: "ENABLING" || "ENABLED" || "DISABLING" || "DISABLED" || "UPDATING_TO_USE_LOCAL_RESOURCE_SETTING" || "USE_LOCAL_RESOURCE_SETTING",
|
|
42
|
+
* // },
|
|
43
|
+
* // };
|
|
44
|
+
*
|
|
36
45
|
* ```
|
|
37
46
|
*
|
|
38
47
|
* @param UpdateResolverConfigCommandInput - {@link UpdateResolverConfigCommandInput}
|
|
@@ -69,6 +78,8 @@ export interface UpdateResolverConfigCommandOutput extends UpdateResolverConfigR
|
|
|
69
78
|
* <p>You have provided an invalid command. Supported values are <code>ADD</code>,
|
|
70
79
|
* <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
|
|
71
80
|
*
|
|
81
|
+
* @throws {@link Route53ResolverServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
72
83
|
*
|
|
73
84
|
*/
|
|
74
85
|
export declare class UpdateResolverConfigCommand extends $Command<UpdateResolverConfigCommandInput, UpdateResolverConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -32,6 +32,15 @@ export interface UpdateResolverDnssecConfigCommandOutput extends UpdateResolverD
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new UpdateResolverDnssecConfigCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // UpdateResolverDnssecConfigResponse
|
|
36
|
+
* // ResolverDNSSECConfig: { // ResolverDnssecConfig
|
|
37
|
+
* // Id: "STRING_VALUE",
|
|
38
|
+
* // OwnerId: "STRING_VALUE",
|
|
39
|
+
* // ResourceId: "STRING_VALUE",
|
|
40
|
+
* // ValidationStatus: "ENABLING" || "ENABLED" || "DISABLING" || "DISABLED" || "UPDATING_TO_USE_LOCAL_RESOURCE_SETTING" || "USE_LOCAL_RESOURCE_SETTING",
|
|
41
|
+
* // },
|
|
42
|
+
* // };
|
|
43
|
+
*
|
|
35
44
|
* ```
|
|
36
45
|
*
|
|
37
46
|
* @param UpdateResolverDnssecConfigCommandInput - {@link UpdateResolverDnssecConfigCommandInput}
|
|
@@ -58,6 +67,8 @@ export interface UpdateResolverDnssecConfigCommandOutput extends UpdateResolverD
|
|
|
58
67
|
* @throws {@link ThrottlingException} (client fault)
|
|
59
68
|
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
60
69
|
*
|
|
70
|
+
* @throws {@link Route53ResolverServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
61
72
|
*
|
|
62
73
|
*/
|
|
63
74
|
export declare class UpdateResolverDnssecConfigCommand extends $Command<UpdateResolverDnssecConfigCommandInput, UpdateResolverDnssecConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -40,6 +40,26 @@ export interface UpdateResolverEndpointCommandOutput extends UpdateResolverEndpo
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new UpdateResolverEndpointCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // UpdateResolverEndpointResponse
|
|
44
|
+
* // ResolverEndpoint: { // ResolverEndpoint
|
|
45
|
+
* // Id: "STRING_VALUE",
|
|
46
|
+
* // CreatorRequestId: "STRING_VALUE",
|
|
47
|
+
* // Arn: "STRING_VALUE",
|
|
48
|
+
* // Name: "STRING_VALUE",
|
|
49
|
+
* // SecurityGroupIds: [ // SecurityGroupIds
|
|
50
|
+
* // "STRING_VALUE",
|
|
51
|
+
* // ],
|
|
52
|
+
* // Direction: "INBOUND" || "OUTBOUND",
|
|
53
|
+
* // IpAddressCount: Number("int"),
|
|
54
|
+
* // HostVPCId: "STRING_VALUE",
|
|
55
|
+
* // Status: "CREATING" || "OPERATIONAL" || "UPDATING" || "AUTO_RECOVERING" || "ACTION_NEEDED" || "DELETING",
|
|
56
|
+
* // StatusMessage: "STRING_VALUE",
|
|
57
|
+
* // CreationTime: "STRING_VALUE",
|
|
58
|
+
* // ModificationTime: "STRING_VALUE",
|
|
59
|
+
* // ResolverEndpointType: "IPV6" || "IPV4" || "DUALSTACK",
|
|
60
|
+
* // },
|
|
61
|
+
* // };
|
|
62
|
+
*
|
|
43
63
|
* ```
|
|
44
64
|
*
|
|
45
65
|
* @param UpdateResolverEndpointCommandInput - {@link UpdateResolverEndpointCommandInput}
|
|
@@ -63,6 +83,8 @@ export interface UpdateResolverEndpointCommandOutput extends UpdateResolverEndpo
|
|
|
63
83
|
* @throws {@link ThrottlingException} (client fault)
|
|
64
84
|
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
65
85
|
*
|
|
86
|
+
* @throws {@link Route53ResolverServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
66
88
|
*
|
|
67
89
|
*/
|
|
68
90
|
export declare class UpdateResolverEndpointCommand extends $Command<UpdateResolverEndpointCommandInput, UpdateResolverEndpointCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -43,6 +43,31 @@ export interface UpdateResolverRuleCommandOutput extends UpdateResolverRuleRespo
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new UpdateResolverRuleCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // { // UpdateResolverRuleResponse
|
|
47
|
+
* // ResolverRule: { // ResolverRule
|
|
48
|
+
* // Id: "STRING_VALUE",
|
|
49
|
+
* // CreatorRequestId: "STRING_VALUE",
|
|
50
|
+
* // Arn: "STRING_VALUE",
|
|
51
|
+
* // DomainName: "STRING_VALUE",
|
|
52
|
+
* // Status: "COMPLETE" || "DELETING" || "UPDATING" || "FAILED",
|
|
53
|
+
* // StatusMessage: "STRING_VALUE",
|
|
54
|
+
* // RuleType: "FORWARD" || "SYSTEM" || "RECURSIVE",
|
|
55
|
+
* // Name: "STRING_VALUE",
|
|
56
|
+
* // TargetIps: [ // TargetList
|
|
57
|
+
* // { // TargetAddress
|
|
58
|
+
* // Ip: "STRING_VALUE",
|
|
59
|
+
* // Port: Number("int"),
|
|
60
|
+
* // Ipv6: "STRING_VALUE",
|
|
61
|
+
* // },
|
|
62
|
+
* // ],
|
|
63
|
+
* // ResolverEndpointId: "STRING_VALUE",
|
|
64
|
+
* // OwnerId: "STRING_VALUE",
|
|
65
|
+
* // ShareStatus: "NOT_SHARED" || "SHARED_WITH_ME" || "SHARED_BY_ME",
|
|
66
|
+
* // CreationTime: "STRING_VALUE",
|
|
67
|
+
* // ModificationTime: "STRING_VALUE",
|
|
68
|
+
* // },
|
|
69
|
+
* // };
|
|
70
|
+
*
|
|
46
71
|
* ```
|
|
47
72
|
*
|
|
48
73
|
* @param UpdateResolverRuleCommandInput - {@link UpdateResolverRuleCommandInput}
|
|
@@ -72,6 +97,8 @@ export interface UpdateResolverRuleCommandOutput extends UpdateResolverRuleRespo
|
|
|
72
97
|
* @throws {@link ThrottlingException} (client fault)
|
|
73
98
|
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
74
99
|
*
|
|
100
|
+
* @throws {@link Route53ResolverServiceException}
|
|
101
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
75
102
|
*
|
|
76
103
|
*/
|
|
77
104
|
export declare class UpdateResolverRuleCommand extends $Command<UpdateResolverRuleCommandInput, UpdateResolverRuleCommandOutput, Route53ResolverClientResolvedConfig> {
|