@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.
Files changed (64) hide show
  1. package/dist-types/commands/AssociateFirewallRuleGroupCommand.d.ts +25 -0
  2. package/dist-types/commands/AssociateResolverEndpointIpAddressCommand.d.ts +22 -0
  3. package/dist-types/commands/AssociateResolverQueryLogConfigCommand.d.ts +25 -0
  4. package/dist-types/commands/AssociateResolverRuleCommand.d.ts +25 -0
  5. package/dist-types/commands/CreateFirewallDomainListCommand.d.ts +17 -0
  6. package/dist-types/commands/CreateFirewallRuleCommand.d.ts +20 -0
  7. package/dist-types/commands/CreateFirewallRuleGroupCommand.d.ts +17 -0
  8. package/dist-types/commands/CreateResolverEndpointCommand.d.ts +22 -0
  9. package/dist-types/commands/CreateResolverQueryLogConfigCommand.d.ts +25 -0
  10. package/dist-types/commands/CreateResolverRuleCommand.d.ts +25 -0
  11. package/dist-types/commands/DeleteFirewallDomainListCommand.d.ts +18 -0
  12. package/dist-types/commands/DeleteFirewallRuleCommand.d.ts +13 -0
  13. package/dist-types/commands/DeleteFirewallRuleGroupCommand.d.ts +22 -0
  14. package/dist-types/commands/DeleteResolverEndpointCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteResolverQueryLogConfigCommand.d.ts +19 -0
  16. package/dist-types/commands/DeleteResolverRuleCommand.d.ts +16 -0
  17. package/dist-types/commands/DisassociateFirewallRuleGroupCommand.d.ts +22 -0
  18. package/dist-types/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +19 -0
  19. package/dist-types/commands/DisassociateResolverQueryLogConfigCommand.d.ts +19 -0
  20. package/dist-types/commands/DisassociateResolverRuleCommand.d.ts +13 -0
  21. package/dist-types/commands/GetFirewallConfigCommand.d.ts +17 -0
  22. package/dist-types/commands/GetFirewallDomainListCommand.d.ts +13 -0
  23. package/dist-types/commands/GetFirewallRuleGroupAssociationCommand.d.ts +13 -0
  24. package/dist-types/commands/GetFirewallRuleGroupCommand.d.ts +13 -0
  25. package/dist-types/commands/GetFirewallRuleGroupPolicyCommand.d.ts +17 -0
  26. package/dist-types/commands/GetResolverConfigCommand.d.ts +20 -0
  27. package/dist-types/commands/GetResolverDnssecConfigCommand.d.ts +19 -0
  28. package/dist-types/commands/GetResolverEndpointCommand.d.ts +13 -0
  29. package/dist-types/commands/GetResolverQueryLogConfigAssociationCommand.d.ts +19 -0
  30. package/dist-types/commands/GetResolverQueryLogConfigCommand.d.ts +19 -0
  31. package/dist-types/commands/GetResolverQueryLogConfigPolicyCommand.d.ts +16 -0
  32. package/dist-types/commands/GetResolverRuleAssociationCommand.d.ts +13 -0
  33. package/dist-types/commands/GetResolverRuleCommand.d.ts +13 -0
  34. package/dist-types/commands/GetResolverRulePolicyCommand.d.ts +13 -0
  35. package/dist-types/commands/ImportFirewallDomainsCommand.d.ts +25 -0
  36. package/dist-types/commands/ListFirewallConfigsCommand.d.ts +14 -0
  37. package/dist-types/commands/ListFirewallDomainListsCommand.d.ts +14 -0
  38. package/dist-types/commands/ListFirewallDomainsCommand.d.ts +17 -0
  39. package/dist-types/commands/ListFirewallRuleGroupAssociationsCommand.d.ts +14 -0
  40. package/dist-types/commands/ListFirewallRuleGroupsCommand.d.ts +14 -0
  41. package/dist-types/commands/ListFirewallRulesCommand.d.ts +17 -0
  42. package/dist-types/commands/ListResolverConfigsCommand.d.ts +23 -0
  43. package/dist-types/commands/ListResolverDnssecConfigsCommand.d.ts +19 -0
  44. package/dist-types/commands/ListResolverEndpointIpAddressesCommand.d.ts +16 -0
  45. package/dist-types/commands/ListResolverEndpointsCommand.d.ts +16 -0
  46. package/dist-types/commands/ListResolverQueryLogConfigAssociationsCommand.d.ts +19 -0
  47. package/dist-types/commands/ListResolverQueryLogConfigsCommand.d.ts +19 -0
  48. package/dist-types/commands/ListResolverRuleAssociationsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListResolverRulesCommand.d.ts +16 -0
  50. package/dist-types/commands/ListTagsForResourceCommand.d.ts +19 -0
  51. package/dist-types/commands/PutFirewallRuleGroupPolicyCommand.d.ts +17 -0
  52. package/dist-types/commands/PutResolverQueryLogConfigPolicyCommand.d.ts +19 -0
  53. package/dist-types/commands/PutResolverRulePolicyCommand.d.ts +16 -0
  54. package/dist-types/commands/TagResourceCommand.d.ts +22 -0
  55. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  56. package/dist-types/commands/UpdateFirewallConfigCommand.d.ts +17 -0
  57. package/dist-types/commands/UpdateFirewallDomainsCommand.d.ts +25 -0
  58. package/dist-types/commands/UpdateFirewallRuleCommand.d.ts +22 -0
  59. package/dist-types/commands/UpdateFirewallRuleGroupAssociationCommand.d.ts +22 -0
  60. package/dist-types/commands/UpdateResolverConfigCommand.d.ts +29 -0
  61. package/dist-types/commands/UpdateResolverDnssecConfigCommand.d.ts +19 -0
  62. package/dist-types/commands/UpdateResolverEndpointCommand.d.ts +16 -0
  63. package/dist-types/commands/UpdateResolverRuleCommand.d.ts +22 -0
  64. package/package.json +29 -29
@@ -29,6 +29,31 @@ export interface AssociateFirewallRuleGroupCommandOutput extends AssociateFirewa
29
29
  * @see {@link AssociateFirewallRuleGroupCommandOutput} 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 ConflictException} (client fault)
36
+ * <p>The requested state transition isn't valid. For example, you can't delete a firewall
37
+ * domain list if it is in the process of being deleted, or you can't import domains into a
38
+ * domain list that is in the process of being deleted.</p>
39
+ *
40
+ * @throws {@link InternalServiceErrorException} (client fault)
41
+ * <p>We encountered an unknown error. Try again in a few minutes.</p>
42
+ *
43
+ * @throws {@link LimitExceededException} (client fault)
44
+ * <p>The request caused one or more limits to be exceeded.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>The specified resource doesn't exist.</p>
48
+ *
49
+ * @throws {@link ThrottlingException} (client fault)
50
+ * <p>The request was throttled. Try again in a few minutes.</p>
51
+ *
52
+ * @throws {@link ValidationException} (client fault)
53
+ * <p>You have provided an invalid command. Supported values are <code>ADD</code>,
54
+ * <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
55
+ *
56
+ *
32
57
  */
33
58
  export declare class AssociateFirewallRuleGroupCommand extends $Command<AssociateFirewallRuleGroupCommandInput, AssociateFirewallRuleGroupCommandOutput, Route53ResolverClientResolvedConfig> {
34
59
  readonly input: AssociateFirewallRuleGroupCommandInput;
@@ -33,6 +33,28 @@ export interface AssociateResolverEndpointIpAddressCommandOutput extends Associa
33
33
  * @see {@link AssociateResolverEndpointIpAddressCommandOutput} for command's `response` shape.
34
34
  * @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
35
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 LimitExceededException} (client fault)
46
+ * <p>The request caused one or more limits to be exceeded.</p>
47
+ *
48
+ * @throws {@link ResourceExistsException} (client fault)
49
+ * <p>The resource that you tried to create already exists.</p>
50
+ *
51
+ * @throws {@link ResourceNotFoundException} (client fault)
52
+ * <p>The specified resource doesn't exist.</p>
53
+ *
54
+ * @throws {@link ThrottlingException} (client fault)
55
+ * <p>The request was throttled. Try again in a few minutes.</p>
56
+ *
57
+ *
36
58
  */
37
59
  export declare class AssociateResolverEndpointIpAddressCommand extends $Command<AssociateResolverEndpointIpAddressCommandInput, AssociateResolverEndpointIpAddressCommandOutput, Route53ResolverClientResolvedConfig> {
38
60
  readonly input: AssociateResolverEndpointIpAddressCommandInput;
@@ -37,6 +37,31 @@ export interface AssociateResolverQueryLogConfigCommandOutput extends AssociateR
37
37
  * @see {@link AssociateResolverQueryLogConfigCommandOutput} for command's `response` shape.
38
38
  * @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
39
39
  *
40
+ * @throws {@link AccessDeniedException} (client fault)
41
+ * <p>The current account doesn't have the IAM permissions required to perform the specified Resolver operation.</p>
42
+ *
43
+ * @throws {@link InternalServiceErrorException} (client fault)
44
+ * <p>We encountered an unknown error. Try again in a few minutes.</p>
45
+ *
46
+ * @throws {@link InvalidParameterException} (client fault)
47
+ * <p>One or more parameters in this request are not valid.</p>
48
+ *
49
+ * @throws {@link InvalidRequestException} (client fault)
50
+ * <p>The request is invalid.</p>
51
+ *
52
+ * @throws {@link LimitExceededException} (client fault)
53
+ * <p>The request caused one or more limits to be exceeded.</p>
54
+ *
55
+ * @throws {@link ResourceExistsException} (client fault)
56
+ * <p>The resource that you tried to create already exists.</p>
57
+ *
58
+ * @throws {@link ResourceNotFoundException} (client fault)
59
+ * <p>The specified resource doesn't exist.</p>
60
+ *
61
+ * @throws {@link ThrottlingException} (client fault)
62
+ * <p>The request was throttled. Try again in a few minutes.</p>
63
+ *
64
+ *
40
65
  */
41
66
  export declare class AssociateResolverQueryLogConfigCommand extends $Command<AssociateResolverQueryLogConfigCommandInput, AssociateResolverQueryLogConfigCommandOutput, Route53ResolverClientResolvedConfig> {
42
67
  readonly input: AssociateResolverQueryLogConfigCommandInput;
@@ -32,6 +32,31 @@ export interface AssociateResolverRuleCommandOutput extends AssociateResolverRul
32
32
  * @see {@link AssociateResolverRuleCommandOutput} for command's `response` shape.
33
33
  * @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
34
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 ResourceExistsException} (client fault)
48
+ * <p>The resource that you tried to create already exists.</p>
49
+ *
50
+ * @throws {@link ResourceNotFoundException} (client fault)
51
+ * <p>The specified resource doesn't exist.</p>
52
+ *
53
+ * @throws {@link ResourceUnavailableException} (client fault)
54
+ * <p>The specified resource isn't available.</p>
55
+ *
56
+ * @throws {@link ThrottlingException} (client fault)
57
+ * <p>The request was throttled. Try again in a few minutes.</p>
58
+ *
59
+ *
35
60
  */
36
61
  export declare class AssociateResolverRuleCommand extends $Command<AssociateResolverRuleCommandInput, AssociateResolverRuleCommandOutput, Route53ResolverClientResolvedConfig> {
37
62
  readonly input: AssociateResolverRuleCommandInput;
@@ -29,6 +29,23 @@ export interface CreateFirewallDomainListCommandOutput extends CreateFirewallDom
29
29
  * @see {@link CreateFirewallDomainListCommandOutput} 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 LimitExceededException} (client fault)
39
+ * <p>The request caused one or more limits to be exceeded.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The request was throttled. Try again in a few minutes.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>You have provided an invalid command. Supported values are <code>ADD</code>,
46
+ * <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
47
+ *
48
+ *
32
49
  */
33
50
  export declare class CreateFirewallDomainListCommand extends $Command<CreateFirewallDomainListCommandInput, CreateFirewallDomainListCommandOutput, Route53ResolverClientResolvedConfig> {
34
51
  readonly input: CreateFirewallDomainListCommandInput;
@@ -29,6 +29,26 @@ export interface CreateFirewallRuleCommandOutput extends CreateFirewallRuleRespo
29
29
  * @see {@link CreateFirewallRuleCommandOutput} 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 LimitExceededException} (client fault)
39
+ * <p>The request caused one or more limits to be exceeded.</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
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>You have provided an invalid command. Supported values are <code>ADD</code>,
49
+ * <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
50
+ *
51
+ *
32
52
  */
33
53
  export declare class CreateFirewallRuleCommand extends $Command<CreateFirewallRuleCommandInput, CreateFirewallRuleCommandOutput, Route53ResolverClientResolvedConfig> {
34
54
  readonly input: CreateFirewallRuleCommandInput;
@@ -30,6 +30,23 @@ export interface CreateFirewallRuleGroupCommandOutput extends CreateFirewallRule
30
30
  * @see {@link CreateFirewallRuleGroupCommandOutput} 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 LimitExceededException} (client fault)
40
+ * <p>The request caused one or more limits to be exceeded.</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 CreateFirewallRuleGroupCommand extends $Command<CreateFirewallRuleGroupCommandInput, CreateFirewallRuleGroupCommandOutput, Route53ResolverClientResolvedConfig> {
35
52
  readonly input: CreateFirewallRuleGroupCommandInput;
@@ -39,6 +39,28 @@ export interface CreateResolverEndpointCommandOutput extends CreateResolverEndpo
39
39
  * @see {@link CreateResolverEndpointCommandOutput} for command's `response` shape.
40
40
  * @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
41
41
  *
42
+ * @throws {@link InternalServiceErrorException} (client fault)
43
+ * <p>We encountered an unknown error. Try again in a few minutes.</p>
44
+ *
45
+ * @throws {@link InvalidParameterException} (client fault)
46
+ * <p>One or more parameters in this request are not valid.</p>
47
+ *
48
+ * @throws {@link InvalidRequestException} (client fault)
49
+ * <p>The request is invalid.</p>
50
+ *
51
+ * @throws {@link LimitExceededException} (client fault)
52
+ * <p>The request caused one or more limits to be exceeded.</p>
53
+ *
54
+ * @throws {@link ResourceExistsException} (client fault)
55
+ * <p>The resource that you tried to create already exists.</p>
56
+ *
57
+ * @throws {@link ResourceNotFoundException} (client fault)
58
+ * <p>The specified resource doesn't exist.</p>
59
+ *
60
+ * @throws {@link ThrottlingException} (client fault)
61
+ * <p>The request was throttled. Try again in a few minutes.</p>
62
+ *
63
+ *
42
64
  */
43
65
  export declare class CreateResolverEndpointCommand extends $Command<CreateResolverEndpointCommandInput, CreateResolverEndpointCommandOutput, Route53ResolverClientResolvedConfig> {
44
66
  readonly input: CreateResolverEndpointCommandInput;
@@ -35,6 +35,31 @@ export interface CreateResolverQueryLogConfigCommandOutput extends CreateResolve
35
35
  * @see {@link CreateResolverQueryLogConfigCommandOutput} for command's `response` shape.
36
36
  * @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
37
37
  *
38
+ * @throws {@link AccessDeniedException} (client fault)
39
+ * <p>The current account doesn't have the IAM permissions required to perform the specified Resolver operation.</p>
40
+ *
41
+ * @throws {@link InternalServiceErrorException} (client fault)
42
+ * <p>We encountered an unknown error. Try again in a few minutes.</p>
43
+ *
44
+ * @throws {@link InvalidParameterException} (client fault)
45
+ * <p>One or more parameters in this request are not valid.</p>
46
+ *
47
+ * @throws {@link InvalidRequestException} (client fault)
48
+ * <p>The request is invalid.</p>
49
+ *
50
+ * @throws {@link LimitExceededException} (client fault)
51
+ * <p>The request caused one or more limits to be exceeded.</p>
52
+ *
53
+ * @throws {@link ResourceExistsException} (client fault)
54
+ * <p>The resource that you tried to create already exists.</p>
55
+ *
56
+ * @throws {@link ResourceNotFoundException} (client fault)
57
+ * <p>The specified resource doesn't exist.</p>
58
+ *
59
+ * @throws {@link ThrottlingException} (client fault)
60
+ * <p>The request was throttled. Try again in a few minutes.</p>
61
+ *
62
+ *
38
63
  */
39
64
  export declare class CreateResolverQueryLogConfigCommand extends $Command<CreateResolverQueryLogConfigCommandInput, CreateResolverQueryLogConfigCommandOutput, Route53ResolverClientResolvedConfig> {
40
65
  readonly input: CreateResolverQueryLogConfigCommandInput;
@@ -30,6 +30,31 @@ export interface CreateResolverRuleCommandOutput extends CreateResolverRuleRespo
30
30
  * @see {@link CreateResolverRuleCommandOutput} 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 InvalidRequestException} (client fault)
40
+ * <p>The request is invalid.</p>
41
+ *
42
+ * @throws {@link LimitExceededException} (client fault)
43
+ * <p>The request caused one or more limits to be exceeded.</p>
44
+ *
45
+ * @throws {@link ResourceExistsException} (client fault)
46
+ * <p>The resource that you tried to create already exists.</p>
47
+ *
48
+ * @throws {@link ResourceNotFoundException} (client fault)
49
+ * <p>The specified resource doesn't exist.</p>
50
+ *
51
+ * @throws {@link ResourceUnavailableException} (client fault)
52
+ * <p>The specified resource isn't available.</p>
53
+ *
54
+ * @throws {@link ThrottlingException} (client fault)
55
+ * <p>The request was throttled. Try again in a few minutes.</p>
56
+ *
57
+ *
33
58
  */
34
59
  export declare class CreateResolverRuleCommand extends $Command<CreateResolverRuleCommandInput, CreateResolverRuleCommandOutput, Route53ResolverClientResolvedConfig> {
35
60
  readonly input: CreateResolverRuleCommandInput;
@@ -29,6 +29,24 @@ export interface DeleteFirewallDomainListCommandOutput extends DeleteFirewallDom
29
29
  * @see {@link DeleteFirewallDomainListCommandOutput} 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 ConflictException} (client fault)
36
+ * <p>The requested state transition isn't valid. For example, you can't delete a firewall
37
+ * domain list if it is in the process of being deleted, or you can't import domains into a
38
+ * domain list that is in the process of being deleted.</p>
39
+ *
40
+ * @throws {@link InternalServiceErrorException} (client fault)
41
+ * <p>We encountered an unknown error. Try again in a few minutes.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>The specified resource doesn't exist.</p>
45
+ *
46
+ * @throws {@link ThrottlingException} (client fault)
47
+ * <p>The request was throttled. Try again in a few minutes.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class DeleteFirewallDomainListCommand extends $Command<DeleteFirewallDomainListCommandInput, DeleteFirewallDomainListCommandOutput, Route53ResolverClientResolvedConfig> {
34
52
  readonly input: DeleteFirewallDomainListCommandInput;
@@ -29,6 +29,19 @@ export interface DeleteFirewallRuleCommandOutput extends DeleteFirewallRuleRespo
29
29
  * @see {@link DeleteFirewallRuleCommandOutput} 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 ResourceNotFoundException} (client fault)
39
+ * <p>The specified resource doesn't exist.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The request was throttled. Try again in a few minutes.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class DeleteFirewallRuleCommand extends $Command<DeleteFirewallRuleCommandInput, DeleteFirewallRuleCommandOutput, Route53ResolverClientResolvedConfig> {
34
47
  readonly input: DeleteFirewallRuleCommandInput;
@@ -29,6 +29,28 @@ export interface DeleteFirewallRuleGroupCommandOutput extends DeleteFirewallRule
29
29
  * @see {@link DeleteFirewallRuleGroupCommandOutput} 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 ConflictException} (client fault)
36
+ * <p>The requested state transition isn't valid. For example, you can't delete a firewall
37
+ * domain list if it is in the process of being deleted, or you can't import domains into a
38
+ * domain list that is in the process of being deleted.</p>
39
+ *
40
+ * @throws {@link InternalServiceErrorException} (client fault)
41
+ * <p>We encountered an unknown error. Try again in a few minutes.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>The specified resource doesn't exist.</p>
45
+ *
46
+ * @throws {@link ThrottlingException} (client fault)
47
+ * <p>The request was throttled. Try again in a few minutes.</p>
48
+ *
49
+ * @throws {@link ValidationException} (client fault)
50
+ * <p>You have provided an invalid command. Supported values are <code>ADD</code>,
51
+ * <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class DeleteFirewallRuleGroupCommand extends $Command<DeleteFirewallRuleGroupCommandInput, DeleteFirewallRuleGroupCommandOutput, Route53ResolverClientResolvedConfig> {
34
56
  readonly input: DeleteFirewallRuleGroupCommandInput;
@@ -41,6 +41,22 @@ export interface DeleteResolverEndpointCommandOutput extends DeleteResolverEndpo
41
41
  * @see {@link DeleteResolverEndpointCommandOutput} for command's `response` shape.
42
42
  * @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
43
43
  *
44
+ * @throws {@link InternalServiceErrorException} (client fault)
45
+ * <p>We encountered an unknown error. Try again in a few minutes.</p>
46
+ *
47
+ * @throws {@link InvalidParameterException} (client fault)
48
+ * <p>One or more parameters in this request are not valid.</p>
49
+ *
50
+ * @throws {@link InvalidRequestException} (client fault)
51
+ * <p>The request is invalid.</p>
52
+ *
53
+ * @throws {@link ResourceNotFoundException} (client fault)
54
+ * <p>The specified resource doesn't exist.</p>
55
+ *
56
+ * @throws {@link ThrottlingException} (client fault)
57
+ * <p>The request was throttled. Try again in a few minutes.</p>
58
+ *
59
+ *
44
60
  */
45
61
  export declare class DeleteResolverEndpointCommand extends $Command<DeleteResolverEndpointCommandInput, DeleteResolverEndpointCommandOutput, Route53ResolverClientResolvedConfig> {
46
62
  readonly input: DeleteResolverEndpointCommandInput;
@@ -37,6 +37,25 @@ export interface DeleteResolverQueryLogConfigCommandOutput extends DeleteResolve
37
37
  * @see {@link DeleteResolverQueryLogConfigCommandOutput} for command's `response` shape.
38
38
  * @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
39
39
  *
40
+ * @throws {@link AccessDeniedException} (client fault)
41
+ * <p>The current account doesn't have the IAM permissions required to perform the specified Resolver operation.</p>
42
+ *
43
+ * @throws {@link InternalServiceErrorException} (client fault)
44
+ * <p>We encountered an unknown error. Try again in a few minutes.</p>
45
+ *
46
+ * @throws {@link InvalidParameterException} (client fault)
47
+ * <p>One or more parameters in this request are not valid.</p>
48
+ *
49
+ * @throws {@link InvalidRequestException} (client fault)
50
+ * <p>The request is invalid.</p>
51
+ *
52
+ * @throws {@link ResourceNotFoundException} (client fault)
53
+ * <p>The specified resource doesn't exist.</p>
54
+ *
55
+ * @throws {@link ThrottlingException} (client fault)
56
+ * <p>The request was throttled. Try again in a few minutes.</p>
57
+ *
58
+ *
40
59
  */
41
60
  export declare class DeleteResolverQueryLogConfigCommand extends $Command<DeleteResolverQueryLogConfigCommandInput, DeleteResolverQueryLogConfigCommandOutput, Route53ResolverClientResolvedConfig> {
42
61
  readonly input: DeleteResolverQueryLogConfigCommandInput;
@@ -31,6 +31,22 @@ export interface DeleteResolverRuleCommandOutput extends DeleteResolverRuleRespo
31
31
  * @see {@link DeleteResolverRuleCommandOutput} for command's `response` shape.
32
32
  * @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
33
33
  *
34
+ * @throws {@link InternalServiceErrorException} (client fault)
35
+ * <p>We encountered an unknown error. Try again in a few minutes.</p>
36
+ *
37
+ * @throws {@link InvalidParameterException} (client fault)
38
+ * <p>One or more parameters in this request are not valid.</p>
39
+ *
40
+ * @throws {@link ResourceInUseException} (client fault)
41
+ * <p>The resource that you tried to update or delete is currently in use.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>The specified resource doesn't exist.</p>
45
+ *
46
+ * @throws {@link ThrottlingException} (client fault)
47
+ * <p>The request was throttled. Try again in a few minutes.</p>
48
+ *
49
+ *
34
50
  */
35
51
  export declare class DeleteResolverRuleCommand extends $Command<DeleteResolverRuleCommandInput, DeleteResolverRuleCommandOutput, Route53ResolverClientResolvedConfig> {
36
52
  readonly input: DeleteResolverRuleCommandInput;
@@ -29,6 +29,28 @@ export interface DisassociateFirewallRuleGroupCommandOutput extends Disassociate
29
29
  * @see {@link DisassociateFirewallRuleGroupCommandOutput} 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 ConflictException} (client fault)
36
+ * <p>The requested state transition isn't valid. For example, you can't delete a firewall
37
+ * domain list if it is in the process of being deleted, or you can't import domains into a
38
+ * domain list that is in the process of being deleted.</p>
39
+ *
40
+ * @throws {@link InternalServiceErrorException} (client fault)
41
+ * <p>We encountered an unknown error. Try again in a few minutes.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>The specified resource doesn't exist.</p>
45
+ *
46
+ * @throws {@link ThrottlingException} (client fault)
47
+ * <p>The request was throttled. Try again in a few minutes.</p>
48
+ *
49
+ * @throws {@link ValidationException} (client fault)
50
+ * <p>You have provided an invalid command. Supported values are <code>ADD</code>,
51
+ * <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class DisassociateFirewallRuleGroupCommand extends $Command<DisassociateFirewallRuleGroupCommandInput, DisassociateFirewallRuleGroupCommandOutput, Route53ResolverClientResolvedConfig> {
34
56
  readonly input: DisassociateFirewallRuleGroupCommandInput;
@@ -33,6 +33,25 @@ export interface DisassociateResolverEndpointIpAddressCommandOutput extends Disa
33
33
  * @see {@link DisassociateResolverEndpointIpAddressCommandOutput} for command's `response` shape.
34
34
  * @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
35
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 ResourceExistsException} (client fault)
46
+ * <p>The resource that you tried to create already exists.</p>
47
+ *
48
+ * @throws {@link ResourceNotFoundException} (client fault)
49
+ * <p>The specified resource doesn't exist.</p>
50
+ *
51
+ * @throws {@link ThrottlingException} (client fault)
52
+ * <p>The request was throttled. Try again in a few minutes.</p>
53
+ *
54
+ *
36
55
  */
37
56
  export declare class DisassociateResolverEndpointIpAddressCommand extends $Command<DisassociateResolverEndpointIpAddressCommandInput, DisassociateResolverEndpointIpAddressCommandOutput, Route53ResolverClientResolvedConfig> {
38
57
  readonly input: DisassociateResolverEndpointIpAddressCommandInput;
@@ -43,6 +43,25 @@ export interface DisassociateResolverQueryLogConfigCommandOutput extends Disasso
43
43
  * @see {@link DisassociateResolverQueryLogConfigCommandOutput} for command's `response` shape.
44
44
  * @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
45
45
  *
46
+ * @throws {@link AccessDeniedException} (client fault)
47
+ * <p>The current account doesn't have the IAM permissions required to perform the specified Resolver operation.</p>
48
+ *
49
+ * @throws {@link InternalServiceErrorException} (client fault)
50
+ * <p>We encountered an unknown error. Try again in a few minutes.</p>
51
+ *
52
+ * @throws {@link InvalidParameterException} (client fault)
53
+ * <p>One or more parameters in this request are not valid.</p>
54
+ *
55
+ * @throws {@link InvalidRequestException} (client fault)
56
+ * <p>The request is invalid.</p>
57
+ *
58
+ * @throws {@link ResourceNotFoundException} (client fault)
59
+ * <p>The specified resource doesn't exist.</p>
60
+ *
61
+ * @throws {@link ThrottlingException} (client fault)
62
+ * <p>The request was throttled. Try again in a few minutes.</p>
63
+ *
64
+ *
46
65
  */
47
66
  export declare class DisassociateResolverQueryLogConfigCommand extends $Command<DisassociateResolverQueryLogConfigCommandInput, DisassociateResolverQueryLogConfigCommandOutput, Route53ResolverClientResolvedConfig> {
48
67
  readonly input: DisassociateResolverQueryLogConfigCommandInput;
@@ -33,6 +33,19 @@ export interface DisassociateResolverRuleCommandOutput extends DisassociateResol
33
33
  * @see {@link DisassociateResolverRuleCommandOutput} for command's `response` shape.
34
34
  * @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
35
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
+ *
36
49
  */
37
50
  export declare class DisassociateResolverRuleCommand extends $Command<DisassociateResolverRuleCommandInput, DisassociateResolverRuleCommandOutput, Route53ResolverClientResolvedConfig> {
38
51
  readonly input: DisassociateResolverRuleCommandInput;
@@ -30,6 +30,23 @@ export interface GetFirewallConfigCommandOutput extends GetFirewallConfigRespons
30
30
  * @see {@link GetFirewallConfigCommandOutput} 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 GetFirewallConfigCommand extends $Command<GetFirewallConfigCommandInput, GetFirewallConfigCommandOutput, Route53ResolverClientResolvedConfig> {
35
52
  readonly input: GetFirewallConfigCommandInput;
@@ -29,6 +29,19 @@ export interface GetFirewallDomainListCommandOutput extends GetFirewallDomainLis
29
29
  * @see {@link GetFirewallDomainListCommandOutput} 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 ResourceNotFoundException} (client fault)
39
+ * <p>The specified resource doesn't exist.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The request was throttled. Try again in a few minutes.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class GetFirewallDomainListCommand extends $Command<GetFirewallDomainListCommandInput, GetFirewallDomainListCommandOutput, Route53ResolverClientResolvedConfig> {
34
47
  readonly input: GetFirewallDomainListCommandInput;
@@ -29,6 +29,19 @@ export interface GetFirewallRuleGroupAssociationCommandOutput extends GetFirewal
29
29
  * @see {@link GetFirewallRuleGroupAssociationCommandOutput} 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 ResourceNotFoundException} (client fault)
39
+ * <p>The specified resource doesn't exist.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The request was throttled. Try again in a few minutes.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class GetFirewallRuleGroupAssociationCommand extends $Command<GetFirewallRuleGroupAssociationCommandInput, GetFirewallRuleGroupAssociationCommandOutput, Route53ResolverClientResolvedConfig> {
34
47
  readonly input: GetFirewallRuleGroupAssociationCommandInput;
@@ -29,6 +29,19 @@ export interface GetFirewallRuleGroupCommandOutput extends GetFirewallRuleGroupR
29
29
  * @see {@link GetFirewallRuleGroupCommandOutput} 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 ResourceNotFoundException} (client fault)
39
+ * <p>The specified resource doesn't exist.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The request was throttled. Try again in a few minutes.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class GetFirewallRuleGroupCommand extends $Command<GetFirewallRuleGroupCommandInput, GetFirewallRuleGroupCommandOutput, Route53ResolverClientResolvedConfig> {
34
47
  readonly input: GetFirewallRuleGroupCommandInput;