@aws-sdk/client-route53resolver 3.289.0 → 3.290.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 +25 -0
- package/dist-types/commands/AssociateResolverEndpointIpAddressCommand.d.ts +22 -0
- package/dist-types/commands/AssociateResolverQueryLogConfigCommand.d.ts +25 -0
- package/dist-types/commands/AssociateResolverRuleCommand.d.ts +25 -0
- package/dist-types/commands/CreateFirewallDomainListCommand.d.ts +17 -0
- package/dist-types/commands/CreateFirewallRuleCommand.d.ts +20 -0
- package/dist-types/commands/CreateFirewallRuleGroupCommand.d.ts +17 -0
- package/dist-types/commands/CreateResolverEndpointCommand.d.ts +22 -0
- package/dist-types/commands/CreateResolverQueryLogConfigCommand.d.ts +25 -0
- package/dist-types/commands/CreateResolverRuleCommand.d.ts +25 -0
- package/dist-types/commands/DeleteFirewallDomainListCommand.d.ts +18 -0
- package/dist-types/commands/DeleteFirewallRuleCommand.d.ts +13 -0
- package/dist-types/commands/DeleteFirewallRuleGroupCommand.d.ts +22 -0
- package/dist-types/commands/DeleteResolverEndpointCommand.d.ts +16 -0
- package/dist-types/commands/DeleteResolverQueryLogConfigCommand.d.ts +19 -0
- package/dist-types/commands/DeleteResolverRuleCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateFirewallRuleGroupCommand.d.ts +22 -0
- package/dist-types/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +19 -0
- package/dist-types/commands/DisassociateResolverQueryLogConfigCommand.d.ts +19 -0
- package/dist-types/commands/DisassociateResolverRuleCommand.d.ts +13 -0
- package/dist-types/commands/GetFirewallConfigCommand.d.ts +17 -0
- package/dist-types/commands/GetFirewallDomainListCommand.d.ts +13 -0
- package/dist-types/commands/GetFirewallRuleGroupAssociationCommand.d.ts +13 -0
- package/dist-types/commands/GetFirewallRuleGroupCommand.d.ts +13 -0
- package/dist-types/commands/GetFirewallRuleGroupPolicyCommand.d.ts +17 -0
- package/dist-types/commands/GetResolverConfigCommand.d.ts +20 -0
- package/dist-types/commands/GetResolverDnssecConfigCommand.d.ts +19 -0
- package/dist-types/commands/GetResolverEndpointCommand.d.ts +13 -0
- package/dist-types/commands/GetResolverQueryLogConfigAssociationCommand.d.ts +19 -0
- package/dist-types/commands/GetResolverQueryLogConfigCommand.d.ts +19 -0
- package/dist-types/commands/GetResolverQueryLogConfigPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetResolverRuleAssociationCommand.d.ts +13 -0
- package/dist-types/commands/GetResolverRuleCommand.d.ts +13 -0
- package/dist-types/commands/GetResolverRulePolicyCommand.d.ts +13 -0
- package/dist-types/commands/ImportFirewallDomainsCommand.d.ts +25 -0
- package/dist-types/commands/ListFirewallConfigsCommand.d.ts +14 -0
- package/dist-types/commands/ListFirewallDomainListsCommand.d.ts +14 -0
- package/dist-types/commands/ListFirewallDomainsCommand.d.ts +17 -0
- package/dist-types/commands/ListFirewallRuleGroupAssociationsCommand.d.ts +14 -0
- package/dist-types/commands/ListFirewallRuleGroupsCommand.d.ts +14 -0
- package/dist-types/commands/ListFirewallRulesCommand.d.ts +17 -0
- package/dist-types/commands/ListResolverConfigsCommand.d.ts +23 -0
- package/dist-types/commands/ListResolverDnssecConfigsCommand.d.ts +19 -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 +19 -0
- package/dist-types/commands/ListResolverQueryLogConfigsCommand.d.ts +19 -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 +19 -0
- package/dist-types/commands/PutFirewallRuleGroupPolicyCommand.d.ts +17 -0
- package/dist-types/commands/PutResolverQueryLogConfigPolicyCommand.d.ts +19 -0
- package/dist-types/commands/PutResolverRulePolicyCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +22 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFirewallConfigCommand.d.ts +17 -0
- package/dist-types/commands/UpdateFirewallDomainsCommand.d.ts +25 -0
- package/dist-types/commands/UpdateFirewallRuleCommand.d.ts +22 -0
- package/dist-types/commands/UpdateFirewallRuleGroupAssociationCommand.d.ts +22 -0
- package/dist-types/commands/UpdateResolverConfigCommand.d.ts +29 -0
- package/dist-types/commands/UpdateResolverDnssecConfigCommand.d.ts +19 -0
- package/dist-types/commands/UpdateResolverEndpointCommand.d.ts +16 -0
- package/dist-types/commands/UpdateResolverRuleCommand.d.ts +22 -0
- package/package.json +29 -29
|
@@ -30,6 +30,23 @@ export interface GetFirewallRuleGroupPolicyCommandOutput extends GetFirewallRule
|
|
|
30
30
|
* @see {@link GetFirewallRuleGroupPolicyCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>The current account doesn't have the IAM permissions required to perform the specified Resolver operation.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServiceErrorException} (client fault)
|
|
37
|
+
* <p>We encountered an unknown error. Try again in a few minutes.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The specified resource doesn't exist.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p>You have provided an invalid command. Supported values are <code>ADD</code>,
|
|
47
|
+
* <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
33
50
|
*/
|
|
34
51
|
export declare class GetFirewallRuleGroupPolicyCommand extends $Command<GetFirewallRuleGroupPolicyCommandInput, GetFirewallRuleGroupPolicyCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
35
52
|
readonly input: GetFirewallRuleGroupPolicyCommandInput;
|
|
@@ -30,6 +30,26 @@ export interface GetResolverConfigCommandOutput extends GetResolverConfigRespons
|
|
|
30
30
|
* @see {@link GetResolverConfigCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>The current account doesn't have the IAM permissions required to perform the specified Resolver operation.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServiceErrorException} (client fault)
|
|
37
|
+
* <p>We encountered an unknown error. Try again in a few minutes.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
40
|
+
* <p>One or more parameters in this request are not valid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>The specified resource doesn't exist.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>You have provided an invalid command. Supported values are <code>ADD</code>,
|
|
50
|
+
* <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
33
53
|
*/
|
|
34
54
|
export declare class GetResolverConfigCommand extends $Command<GetResolverConfigCommandInput, GetResolverConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
35
55
|
readonly input: GetResolverConfigCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface GetResolverDnssecConfigCommandOutput extends GetResolverDnssecC
|
|
|
29
29
|
* @see {@link GetResolverDnssecConfigCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>The current account doesn't have the IAM permissions required to perform the specified Resolver operation.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServiceErrorException} (client fault)
|
|
36
|
+
* <p>We encountered an unknown error. Try again in a few minutes.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
39
|
+
* <p>One or more parameters in this request are not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
42
|
+
* <p>The request is invalid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
45
|
+
* <p>The specified resource doesn't exist.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
48
|
+
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class GetResolverDnssecConfigCommand extends $Command<GetResolverDnssecConfigCommandInput, GetResolverDnssecConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
34
53
|
readonly input: GetResolverDnssecConfigCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface GetResolverEndpointCommandOutput extends GetResolverEndpointRes
|
|
|
30
30
|
* @see {@link GetResolverEndpointCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalServiceErrorException} (client fault)
|
|
34
|
+
* <p>We encountered an unknown error. Try again in a few minutes.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
37
|
+
* <p>One or more parameters in this request are not valid.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The specified resource doesn't exist.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
33
46
|
*/
|
|
34
47
|
export declare class GetResolverEndpointCommand extends $Command<GetResolverEndpointCommandInput, GetResolverEndpointCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
35
48
|
readonly input: GetResolverEndpointCommandInput;
|
|
@@ -30,6 +30,25 @@ export interface GetResolverQueryLogConfigAssociationCommandOutput extends GetRe
|
|
|
30
30
|
* @see {@link GetResolverQueryLogConfigAssociationCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>The current account doesn't have the IAM permissions required to perform the specified Resolver operation.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServiceErrorException} (client fault)
|
|
37
|
+
* <p>We encountered an unknown error. Try again in a few minutes.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
40
|
+
* <p>One or more parameters in this request are not valid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
43
|
+
* <p>The request is invalid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>The specified resource doesn't exist.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
33
52
|
*/
|
|
34
53
|
export declare class GetResolverQueryLogConfigAssociationCommand extends $Command<GetResolverQueryLogConfigAssociationCommandInput, GetResolverQueryLogConfigAssociationCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
35
54
|
readonly input: GetResolverQueryLogConfigAssociationCommandInput;
|
|
@@ -30,6 +30,25 @@ export interface GetResolverQueryLogConfigCommandOutput extends GetResolverQuery
|
|
|
30
30
|
* @see {@link GetResolverQueryLogConfigCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>The current account doesn't have the IAM permissions required to perform the specified Resolver operation.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServiceErrorException} (client fault)
|
|
37
|
+
* <p>We encountered an unknown error. Try again in a few minutes.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
40
|
+
* <p>One or more parameters in this request are not valid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
43
|
+
* <p>The request is invalid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>The specified resource doesn't exist.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
33
52
|
*/
|
|
34
53
|
export declare class GetResolverQueryLogConfigCommand extends $Command<GetResolverQueryLogConfigCommandInput, GetResolverQueryLogConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
35
54
|
readonly input: GetResolverQueryLogConfigCommandInput;
|
|
@@ -30,6 +30,22 @@ export interface GetResolverQueryLogConfigPolicyCommandOutput extends GetResolve
|
|
|
30
30
|
* @see {@link GetResolverQueryLogConfigPolicyCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>The current account doesn't have the IAM permissions required to perform the specified Resolver operation.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServiceErrorException} (client fault)
|
|
37
|
+
* <p>We encountered an unknown error. Try again in a few minutes.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
40
|
+
* <p>One or more parameters in this request are not valid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
43
|
+
* <p>The request is invalid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link UnknownResourceException} (client fault)
|
|
46
|
+
* <p>The specified resource doesn't exist.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
33
49
|
*/
|
|
34
50
|
export declare class GetResolverQueryLogConfigPolicyCommand extends $Command<GetResolverQueryLogConfigPolicyCommandInput, GetResolverQueryLogConfigPolicyCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
35
51
|
readonly input: GetResolverQueryLogConfigPolicyCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface GetResolverRuleAssociationCommandOutput extends GetResolverRule
|
|
|
30
30
|
* @see {@link GetResolverRuleAssociationCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalServiceErrorException} (client fault)
|
|
34
|
+
* <p>We encountered an unknown error. Try again in a few minutes.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
37
|
+
* <p>One or more parameters in this request are not valid.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The specified resource doesn't exist.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
33
46
|
*/
|
|
34
47
|
export declare class GetResolverRuleAssociationCommand extends $Command<GetResolverRuleAssociationCommandInput, GetResolverRuleAssociationCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
35
48
|
readonly input: GetResolverRuleAssociationCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface GetResolverRuleCommandOutput extends GetResolverRuleResponse, _
|
|
|
30
30
|
* @see {@link GetResolverRuleCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalServiceErrorException} (client fault)
|
|
34
|
+
* <p>We encountered an unknown error. Try again in a few minutes.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
37
|
+
* <p>One or more parameters in this request are not valid.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The specified resource doesn't exist.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
33
46
|
*/
|
|
34
47
|
export declare class GetResolverRuleCommand extends $Command<GetResolverRuleCommandInput, GetResolverRuleCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
35
48
|
readonly input: GetResolverRuleCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface GetResolverRulePolicyCommandOutput extends GetResolverRulePolic
|
|
|
30
30
|
* @see {@link GetResolverRulePolicyCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>The current account doesn't have the IAM permissions required to perform the specified Resolver operation.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServiceErrorException} (client fault)
|
|
37
|
+
* <p>We encountered an unknown error. Try again in a few minutes.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
40
|
+
* <p>One or more parameters in this request are not valid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link UnknownResourceException} (client fault)
|
|
43
|
+
* <p>The specified resource doesn't exist.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
33
46
|
*/
|
|
34
47
|
export declare class GetResolverRulePolicyCommand extends $Command<GetResolverRulePolicyCommandInput, GetResolverRulePolicyCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
35
48
|
readonly input: GetResolverRulePolicyCommandInput;
|
|
@@ -44,6 +44,31 @@ export interface ImportFirewallDomainsCommandOutput extends ImportFirewallDomain
|
|
|
44
44
|
* @see {@link ImportFirewallDomainsCommandOutput} for command's `response` shape.
|
|
45
45
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
46
46
|
*
|
|
47
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
48
|
+
* <p>The current account doesn't have the IAM permissions required to perform the specified Resolver operation.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ConflictException} (client fault)
|
|
51
|
+
* <p>The requested state transition isn't valid. For example, you can't delete a firewall
|
|
52
|
+
* domain list if it is in the process of being deleted, or you can't import domains into a
|
|
53
|
+
* domain list that is in the process of being deleted.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link InternalServiceErrorException} (client fault)
|
|
56
|
+
* <p>We encountered an unknown error. Try again in a few minutes.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
59
|
+
* <p>The request caused one or more limits to be exceeded.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
62
|
+
* <p>The specified resource doesn't exist.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
65
|
+
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link ValidationException} (client fault)
|
|
68
|
+
* <p>You have provided an invalid command. Supported values are <code>ADD</code>,
|
|
69
|
+
* <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
|
|
70
|
+
*
|
|
71
|
+
*
|
|
47
72
|
*/
|
|
48
73
|
export declare class ImportFirewallDomainsCommand extends $Command<ImportFirewallDomainsCommandInput, ImportFirewallDomainsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
49
74
|
readonly input: ImportFirewallDomainsCommandInput;
|
|
@@ -30,6 +30,20 @@ export interface ListFirewallConfigsCommandOutput extends ListFirewallConfigsRes
|
|
|
30
30
|
* @see {@link ListFirewallConfigsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>The current account doesn't have the IAM permissions required to perform the specified Resolver operation.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServiceErrorException} (client fault)
|
|
37
|
+
* <p>We encountered an unknown error. Try again in a few minutes.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
40
|
+
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ValidationException} (client fault)
|
|
43
|
+
* <p>You have provided an invalid command. Supported values are <code>ADD</code>,
|
|
44
|
+
* <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
33
47
|
*/
|
|
34
48
|
export declare class ListFirewallConfigsCommand extends $Command<ListFirewallConfigsCommandInput, ListFirewallConfigsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
35
49
|
readonly input: ListFirewallConfigsCommandInput;
|
|
@@ -30,6 +30,20 @@ export interface ListFirewallDomainListsCommandOutput extends ListFirewallDomain
|
|
|
30
30
|
* @see {@link ListFirewallDomainListsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>The current account doesn't have the IAM permissions required to perform the specified Resolver operation.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServiceErrorException} (client fault)
|
|
37
|
+
* <p>We encountered an unknown error. Try again in a few minutes.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
40
|
+
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ValidationException} (client fault)
|
|
43
|
+
* <p>You have provided an invalid command. Supported values are <code>ADD</code>,
|
|
44
|
+
* <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
33
47
|
*/
|
|
34
48
|
export declare class ListFirewallDomainListsCommand extends $Command<ListFirewallDomainListsCommandInput, ListFirewallDomainListsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
35
49
|
readonly input: ListFirewallDomainListsCommandInput;
|
|
@@ -30,6 +30,23 @@ export interface ListFirewallDomainsCommandOutput extends ListFirewallDomainsRes
|
|
|
30
30
|
* @see {@link ListFirewallDomainsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>The current account doesn't have the IAM permissions required to perform the specified Resolver operation.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServiceErrorException} (client fault)
|
|
37
|
+
* <p>We encountered an unknown error. Try again in a few minutes.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The specified resource doesn't exist.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p>You have provided an invalid command. Supported values are <code>ADD</code>,
|
|
47
|
+
* <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
33
50
|
*/
|
|
34
51
|
export declare class ListFirewallDomainsCommand extends $Command<ListFirewallDomainsCommandInput, ListFirewallDomainsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
35
52
|
readonly input: ListFirewallDomainsCommandInput;
|
|
@@ -30,6 +30,20 @@ export interface ListFirewallRuleGroupAssociationsCommandOutput extends ListFire
|
|
|
30
30
|
* @see {@link ListFirewallRuleGroupAssociationsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>The current account doesn't have the IAM permissions required to perform the specified Resolver operation.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServiceErrorException} (client fault)
|
|
37
|
+
* <p>We encountered an unknown error. Try again in a few minutes.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
40
|
+
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ValidationException} (client fault)
|
|
43
|
+
* <p>You have provided an invalid command. Supported values are <code>ADD</code>,
|
|
44
|
+
* <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
33
47
|
*/
|
|
34
48
|
export declare class ListFirewallRuleGroupAssociationsCommand extends $Command<ListFirewallRuleGroupAssociationsCommandInput, ListFirewallRuleGroupAssociationsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
35
49
|
readonly input: ListFirewallRuleGroupAssociationsCommandInput;
|
|
@@ -30,6 +30,20 @@ export interface ListFirewallRuleGroupsCommandOutput extends ListFirewallRuleGro
|
|
|
30
30
|
* @see {@link ListFirewallRuleGroupsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>The current account doesn't have the IAM permissions required to perform the specified Resolver operation.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServiceErrorException} (client fault)
|
|
37
|
+
* <p>We encountered an unknown error. Try again in a few minutes.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
40
|
+
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ValidationException} (client fault)
|
|
43
|
+
* <p>You have provided an invalid command. Supported values are <code>ADD</code>,
|
|
44
|
+
* <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
33
47
|
*/
|
|
34
48
|
export declare class ListFirewallRuleGroupsCommand extends $Command<ListFirewallRuleGroupsCommandInput, ListFirewallRuleGroupsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
35
49
|
readonly input: ListFirewallRuleGroupsCommandInput;
|
|
@@ -30,6 +30,23 @@ export interface ListFirewallRulesCommandOutput extends ListFirewallRulesRespons
|
|
|
30
30
|
* @see {@link ListFirewallRulesCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>The current account doesn't have the IAM permissions required to perform the specified Resolver operation.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServiceErrorException} (client fault)
|
|
37
|
+
* <p>We encountered an unknown error. Try again in a few minutes.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The specified resource doesn't exist.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p>You have provided an invalid command. Supported values are <code>ADD</code>,
|
|
47
|
+
* <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
33
50
|
*/
|
|
34
51
|
export declare class ListFirewallRulesCommand extends $Command<ListFirewallRulesCommandInput, ListFirewallRulesCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
35
52
|
readonly input: ListFirewallRulesCommandInput;
|
|
@@ -30,6 +30,29 @@ export interface ListResolverConfigsCommandOutput extends ListResolverConfigsRes
|
|
|
30
30
|
* @see {@link ListResolverConfigsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>The current account doesn't have the IAM permissions required to perform the specified Resolver operation.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServiceErrorException} (client fault)
|
|
37
|
+
* <p>We encountered an unknown error. Try again in a few minutes.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
40
|
+
* <p>The value that you specified for <code>NextToken</code> in a <code>List</code> request isn't valid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
43
|
+
* <p>One or more parameters in this request are not valid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
46
|
+
* <p>The request is invalid.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ValidationException} (client fault)
|
|
52
|
+
* <p>You have provided an invalid command. Supported values are <code>ADD</code>,
|
|
53
|
+
* <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
33
56
|
*/
|
|
34
57
|
export declare class ListResolverConfigsCommand extends $Command<ListResolverConfigsCommandInput, ListResolverConfigsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
35
58
|
readonly input: ListResolverConfigsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface ListResolverDnssecConfigsCommandOutput extends ListResolverDnss
|
|
|
29
29
|
* @see {@link ListResolverDnssecConfigsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>The current account doesn't have the IAM permissions required to perform the specified Resolver operation.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServiceErrorException} (client fault)
|
|
36
|
+
* <p>We encountered an unknown error. Try again in a few minutes.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
39
|
+
* <p>The value that you specified for <code>NextToken</code> in a <code>List</code> request isn't valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
42
|
+
* <p>One or more parameters in this request are not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
45
|
+
* <p>The request is invalid.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
48
|
+
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class ListResolverDnssecConfigsCommand extends $Command<ListResolverDnssecConfigsCommandInput, ListResolverDnssecConfigsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
34
53
|
readonly input: ListResolverDnssecConfigsCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface ListResolverEndpointIpAddressesCommandOutput extends ListResolv
|
|
|
29
29
|
* @see {@link ListResolverEndpointIpAddressesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServiceErrorException} (client fault)
|
|
33
|
+
* <p>We encountered an unknown error. Try again in a few minutes.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
36
|
+
* <p>The value that you specified for <code>NextToken</code> in a <code>List</code> request isn't valid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
39
|
+
* <p>One or more parameters in this request are not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>The specified resource doesn't exist.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
45
|
+
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class ListResolverEndpointIpAddressesCommand extends $Command<ListResolverEndpointIpAddressesCommandInput, ListResolverEndpointIpAddressesCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
34
50
|
readonly input: ListResolverEndpointIpAddressesCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface ListResolverEndpointsCommandOutput extends ListResolverEndpoint
|
|
|
29
29
|
* @see {@link ListResolverEndpointsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServiceErrorException} (client fault)
|
|
33
|
+
* <p>We encountered an unknown error. Try again in a few minutes.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
36
|
+
* <p>The value that you specified for <code>NextToken</code> in a <code>List</code> request isn't valid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
39
|
+
* <p>One or more parameters in this request are not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
42
|
+
* <p>The request is invalid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
45
|
+
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class ListResolverEndpointsCommand extends $Command<ListResolverEndpointsCommandInput, ListResolverEndpointsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
34
50
|
readonly input: ListResolverEndpointsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface ListResolverQueryLogConfigAssociationsCommandOutput extends Lis
|
|
|
29
29
|
* @see {@link ListResolverQueryLogConfigAssociationsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>The current account doesn't have the IAM permissions required to perform the specified Resolver operation.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServiceErrorException} (client fault)
|
|
36
|
+
* <p>We encountered an unknown error. Try again in a few minutes.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
39
|
+
* <p>One or more parameters in this request are not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
42
|
+
* <p>The request is invalid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
45
|
+
* <p>The request caused one or more limits to be exceeded.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
48
|
+
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class ListResolverQueryLogConfigAssociationsCommand extends $Command<ListResolverQueryLogConfigAssociationsCommandInput, ListResolverQueryLogConfigAssociationsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
34
53
|
readonly input: ListResolverQueryLogConfigAssociationsCommandInput;
|
|
@@ -30,6 +30,25 @@ export interface ListResolverQueryLogConfigsCommandOutput extends ListResolverQu
|
|
|
30
30
|
* @see {@link ListResolverQueryLogConfigsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>The current account doesn't have the IAM permissions required to perform the specified Resolver operation.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServiceErrorException} (client fault)
|
|
37
|
+
* <p>We encountered an unknown error. Try again in a few minutes.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
40
|
+
* <p>The value that you specified for <code>NextToken</code> in a <code>List</code> request isn't valid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
43
|
+
* <p>One or more parameters in this request are not valid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
46
|
+
* <p>The request is invalid.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
33
52
|
*/
|
|
34
53
|
export declare class ListResolverQueryLogConfigsCommand extends $Command<ListResolverQueryLogConfigsCommandInput, ListResolverQueryLogConfigsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
35
54
|
readonly input: ListResolverQueryLogConfigsCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface ListResolverRuleAssociationsCommandOutput extends ListResolverR
|
|
|
29
29
|
* @see {@link ListResolverRuleAssociationsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServiceErrorException} (client fault)
|
|
33
|
+
* <p>We encountered an unknown error. Try again in a few minutes.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
36
|
+
* <p>The value that you specified for <code>NextToken</code> in a <code>List</code> request isn't valid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
39
|
+
* <p>One or more parameters in this request are not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
42
|
+
* <p>The request is invalid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
45
|
+
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class ListResolverRuleAssociationsCommand extends $Command<ListResolverRuleAssociationsCommandInput, ListResolverRuleAssociationsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
34
50
|
readonly input: ListResolverRuleAssociationsCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface ListResolverRulesCommandOutput extends ListResolverRulesRespons
|
|
|
29
29
|
* @see {@link ListResolverRulesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServiceErrorException} (client fault)
|
|
33
|
+
* <p>We encountered an unknown error. Try again in a few minutes.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
36
|
+
* <p>The value that you specified for <code>NextToken</code> in a <code>List</code> request isn't valid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
39
|
+
* <p>One or more parameters in this request are not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
42
|
+
* <p>The request is invalid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
45
|
+
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class ListResolverRulesCommand extends $Command<ListResolverRulesCommandInput, ListResolverRulesCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
34
50
|
readonly input: ListResolverRulesCommandInput;
|