@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
|
@@ -29,6 +29,25 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} 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 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 ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
34
53
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -31,6 +31,23 @@ export interface PutFirewallRuleGroupPolicyCommandOutput extends PutFirewallRule
|
|
|
31
31
|
* @see {@link PutFirewallRuleGroupPolicyCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>The current account doesn't have the IAM permissions required to perform the specified Resolver operation.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServiceErrorException} (client fault)
|
|
38
|
+
* <p>We encountered an unknown error. Try again in a few minutes.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p>The specified resource doesn't exist.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>You have provided an invalid command. Supported values are <code>ADD</code>,
|
|
48
|
+
* <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
34
51
|
*/
|
|
35
52
|
export declare class PutFirewallRuleGroupPolicyCommand extends $Command<PutFirewallRuleGroupPolicyCommandInput, PutFirewallRuleGroupPolicyCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
36
53
|
readonly input: PutFirewallRuleGroupPolicyCommandInput;
|
|
@@ -30,6 +30,25 @@ export interface PutResolverQueryLogConfigPolicyCommandOutput extends PutResolve
|
|
|
30
30
|
* @see {@link PutResolverQueryLogConfigPolicyCommandOutput} 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 InvalidPolicyDocument} (client fault)
|
|
43
|
+
* <p>The specified Resolver rule policy is invalid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
46
|
+
* <p>The request is invalid.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link UnknownResourceException} (client fault)
|
|
49
|
+
* <p>The specified resource doesn't exist.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
33
52
|
*/
|
|
34
53
|
export declare class PutResolverQueryLogConfigPolicyCommand extends $Command<PutResolverQueryLogConfigPolicyCommandInput, PutResolverQueryLogConfigPolicyCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
35
54
|
readonly input: PutResolverQueryLogConfigPolicyCommandInput;
|
|
@@ -30,6 +30,22 @@ export interface PutResolverRulePolicyCommandOutput extends PutResolverRulePolic
|
|
|
30
30
|
* @see {@link PutResolverRulePolicyCommandOutput} 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 InvalidPolicyDocument} (client fault)
|
|
43
|
+
* <p>The specified Resolver rule policy 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 PutResolverRulePolicyCommand extends $Command<PutResolverRulePolicyCommandInput, PutResolverRulePolicyCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
35
51
|
readonly input: PutResolverRulePolicyCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
29
29
|
* @see {@link TagResourceCommandOutput} 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 InvalidParameterException} (client fault)
|
|
36
|
+
* <p>One or more parameters in this request are not valid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
39
|
+
* <p>The request is invalid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidTagException} (client fault)
|
|
42
|
+
* <p>The specified tag 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 ResourceNotFoundException} (client fault)
|
|
48
|
+
* <p>The specified resource doesn't exist.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
51
|
+
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
34
56
|
readonly input: TagResourceCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
29
29
|
* @see {@link UntagResourceCommandOutput} 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 InvalidParameterException} (client fault)
|
|
36
|
+
* <p>One or more parameters in this request are not valid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
39
|
+
* <p>The request is invalid.</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 UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
34
50
|
readonly input: UntagResourceCommandInput;
|
|
@@ -30,6 +30,23 @@ export interface UpdateFirewallConfigCommandOutput extends UpdateFirewallConfigR
|
|
|
30
30
|
* @see {@link UpdateFirewallConfigCommandOutput} 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 UpdateFirewallConfigCommand extends $Command<UpdateFirewallConfigCommandInput, UpdateFirewallConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
35
52
|
readonly input: UpdateFirewallConfigCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface UpdateFirewallDomainsCommandOutput extends UpdateFirewallDomain
|
|
|
29
29
|
* @see {@link UpdateFirewallDomainsCommandOutput} 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 UpdateFirewallDomainsCommand extends $Command<UpdateFirewallDomainsCommandInput, UpdateFirewallDomainsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
34
59
|
readonly input: UpdateFirewallDomainsCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface UpdateFirewallRuleCommandOutput extends UpdateFirewallRuleRespo
|
|
|
29
29
|
* @see {@link UpdateFirewallRuleCommandOutput} 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 UpdateFirewallRuleCommand extends $Command<UpdateFirewallRuleCommandInput, UpdateFirewallRuleCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
34
56
|
readonly input: UpdateFirewallRuleCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface UpdateFirewallRuleGroupAssociationCommandOutput extends UpdateF
|
|
|
29
29
|
* @see {@link UpdateFirewallRuleGroupAssociationCommandOutput} 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 UpdateFirewallRuleGroupAssociationCommand extends $Command<UpdateFirewallRuleGroupAssociationCommandInput, UpdateFirewallRuleGroupAssociationCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
34
56
|
readonly input: UpdateFirewallRuleGroupAssociationCommandInput;
|
|
@@ -30,6 +30,35 @@ export interface UpdateResolverConfigCommandOutput extends UpdateResolverConfigR
|
|
|
30
30
|
* @see {@link UpdateResolverConfigCommandOutput} 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 LimitExceededException} (client fault)
|
|
46
|
+
* <p>The request caused one or more limits to be exceeded.</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
|
+
* @throws {@link ValidationException} (client fault)
|
|
58
|
+
* <p>You have provided an invalid command. Supported values are <code>ADD</code>,
|
|
59
|
+
* <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
33
62
|
*/
|
|
34
63
|
export declare class UpdateResolverConfigCommand extends $Command<UpdateResolverConfigCommandInput, UpdateResolverConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
35
64
|
readonly input: UpdateResolverConfigCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface UpdateResolverDnssecConfigCommandOutput extends UpdateResolverD
|
|
|
29
29
|
* @see {@link UpdateResolverDnssecConfigCommandOutput} 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 UpdateResolverDnssecConfigCommand extends $Command<UpdateResolverDnssecConfigCommandInput, UpdateResolverDnssecConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
34
53
|
readonly input: UpdateResolverDnssecConfigCommandInput;
|
|
@@ -30,6 +30,22 @@ export interface UpdateResolverEndpointCommandOutput extends UpdateResolverEndpo
|
|
|
30
30
|
* @see {@link UpdateResolverEndpointCommandOutput} 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 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
|
+
*
|
|
33
49
|
*/
|
|
34
50
|
export declare class UpdateResolverEndpointCommand extends $Command<UpdateResolverEndpointCommandInput, UpdateResolverEndpointCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
35
51
|
readonly input: UpdateResolverEndpointCommandInput;
|
|
@@ -30,6 +30,28 @@ export interface UpdateResolverRuleCommandOutput extends UpdateResolverRuleRespo
|
|
|
30
30
|
* @see {@link UpdateResolverRuleCommandOutput} 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 ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>The specified resource doesn't exist.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceUnavailableException} (client fault)
|
|
49
|
+
* <p>The specified resource isn't available.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
52
|
+
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
33
55
|
*/
|
|
34
56
|
export declare class UpdateResolverRuleCommand extends $Command<UpdateResolverRuleCommandInput, UpdateResolverRuleCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
35
57
|
readonly input: UpdateResolverRuleCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-route53resolver",
|
|
3
3
|
"description": "AWS SDK for JavaScript Route53resolver Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.290.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,37 +20,37 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
55
|
"tslib": "^2.3.1",
|
|
56
56
|
"uuid": "^8.3.2"
|