@aws-sdk/client-network-firewall 3.288.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 (32) hide show
  1. package/dist-types/commands/AssociateFirewallPolicyCommand.d.ts +34 -0
  2. package/dist-types/commands/AssociateSubnetsCommand.d.ts +38 -0
  3. package/dist-types/commands/CreateFirewallCommand.d.ts +35 -0
  4. package/dist-types/commands/CreateFirewallPolicyCommand.d.ts +31 -0
  5. package/dist-types/commands/CreateRuleGroupCommand.d.ts +31 -0
  6. package/dist-types/commands/DeleteFirewallCommand.d.ts +34 -0
  7. package/dist-types/commands/DeleteFirewallPolicyCommand.d.ts +34 -0
  8. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +30 -0
  9. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +34 -0
  10. package/dist-types/commands/DescribeFirewallCommand.d.ts +27 -0
  11. package/dist-types/commands/DescribeFirewallPolicyCommand.d.ts +27 -0
  12. package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +27 -0
  13. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +27 -0
  14. package/dist-types/commands/DescribeRuleGroupCommand.d.ts +27 -0
  15. package/dist-types/commands/DescribeRuleGroupMetadataCommand.d.ts +27 -0
  16. package/dist-types/commands/DisassociateSubnetsCommand.d.ts +34 -0
  17. package/dist-types/commands/ListFirewallPoliciesCommand.d.ts +24 -0
  18. package/dist-types/commands/ListFirewallsCommand.d.ts +24 -0
  19. package/dist-types/commands/ListRuleGroupsCommand.d.ts +24 -0
  20. package/dist-types/commands/ListTagsForResourceCommand.d.ts +27 -0
  21. package/dist-types/commands/PutResourcePolicyCommand.d.ts +30 -0
  22. package/dist-types/commands/TagResourceCommand.d.ts +27 -0
  23. package/dist-types/commands/UntagResourceCommand.d.ts +27 -0
  24. package/dist-types/commands/UpdateFirewallDeleteProtectionCommand.d.ts +33 -0
  25. package/dist-types/commands/UpdateFirewallDescriptionCommand.d.ts +30 -0
  26. package/dist-types/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +33 -0
  27. package/dist-types/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +33 -0
  28. package/dist-types/commands/UpdateFirewallPolicyCommand.d.ts +30 -0
  29. package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +33 -0
  30. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +30 -0
  31. package/dist-types/commands/UpdateSubnetChangeProtectionCommand.d.ts +33 -0
  32. package/package.json +29 -29
@@ -33,6 +33,40 @@ export interface AssociateFirewallPolicyCommandOutput extends AssociateFirewallP
33
33
  * @see {@link AssociateFirewallPolicyCommandOutput} for command's `response` shape.
34
34
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
35
35
  *
36
+ * @throws {@link InternalServerError} (server fault)
37
+ * <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
38
+ * system problem. Retry your request. </p>
39
+ *
40
+ * @throws {@link InvalidOperationException} (client fault)
41
+ * <p>The operation failed because it's not valid. For example, you might have tried to delete
42
+ * a rule group or firewall policy that's in use.</p>
43
+ *
44
+ * @throws {@link InvalidRequestException} (client fault)
45
+ * <p>The operation failed because of a problem with your request. Examples include: </p>
46
+ * <ul>
47
+ * <li>
48
+ * <p>You specified an unsupported parameter name or value.</p>
49
+ * </li>
50
+ * <li>
51
+ * <p>You tried to update a property with a value that isn't among the available
52
+ * types.</p>
53
+ * </li>
54
+ * <li>
55
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource
56
+ * that isn't valid in the context of the request.</p>
57
+ * </li>
58
+ * </ul>
59
+ *
60
+ * @throws {@link InvalidTokenException} (client fault)
61
+ * <p>The token you provided is stale or isn't valid for the operation. </p>
62
+ *
63
+ * @throws {@link ResourceNotFoundException} (client fault)
64
+ * <p>Unable to locate a resource using the parameters that you provided.</p>
65
+ *
66
+ * @throws {@link ThrottlingException} (client fault)
67
+ * <p>Unable to process the request due to throttling limitations.</p>
68
+ *
69
+ *
36
70
  */
37
71
  export declare class AssociateFirewallPolicyCommand extends $Command<AssociateFirewallPolicyCommandInput, AssociateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig> {
38
72
  readonly input: AssociateFirewallPolicyCommandInput;
@@ -34,6 +34,44 @@ export interface AssociateSubnetsCommandOutput extends AssociateSubnetsResponse,
34
34
  * @see {@link AssociateSubnetsCommandOutput} for command's `response` shape.
35
35
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
36
36
  *
37
+ * @throws {@link InsufficientCapacityException} (server fault)
38
+ * <p>Amazon Web Services doesn't currently have enough available capacity to fulfill your request. Try your
39
+ * request later. </p>
40
+ *
41
+ * @throws {@link InternalServerError} (server fault)
42
+ * <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
43
+ * system problem. Retry your request. </p>
44
+ *
45
+ * @throws {@link InvalidOperationException} (client fault)
46
+ * <p>The operation failed because it's not valid. For example, you might have tried to delete
47
+ * a rule group or firewall policy that's in use.</p>
48
+ *
49
+ * @throws {@link InvalidRequestException} (client fault)
50
+ * <p>The operation failed because of a problem with your request. Examples include: </p>
51
+ * <ul>
52
+ * <li>
53
+ * <p>You specified an unsupported parameter name or value.</p>
54
+ * </li>
55
+ * <li>
56
+ * <p>You tried to update a property with a value that isn't among the available
57
+ * types.</p>
58
+ * </li>
59
+ * <li>
60
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource
61
+ * that isn't valid in the context of the request.</p>
62
+ * </li>
63
+ * </ul>
64
+ *
65
+ * @throws {@link InvalidTokenException} (client fault)
66
+ * <p>The token you provided is stale or isn't valid for the operation. </p>
67
+ *
68
+ * @throws {@link ResourceNotFoundException} (client fault)
69
+ * <p>Unable to locate a resource using the parameters that you provided.</p>
70
+ *
71
+ * @throws {@link ThrottlingException} (client fault)
72
+ * <p>Unable to process the request due to throttling limitations.</p>
73
+ *
74
+ *
37
75
  */
38
76
  export declare class AssociateSubnetsCommand extends $Command<AssociateSubnetsCommandInput, AssociateSubnetsCommandOutput, NetworkFirewallClientResolvedConfig> {
39
77
  readonly input: AssociateSubnetsCommandInput;
@@ -35,6 +35,41 @@ export interface CreateFirewallCommandOutput extends CreateFirewallResponse, __M
35
35
  * @see {@link CreateFirewallCommandOutput} for command's `response` shape.
36
36
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
37
37
  *
38
+ * @throws {@link InsufficientCapacityException} (server fault)
39
+ * <p>Amazon Web Services doesn't currently have enough available capacity to fulfill your request. Try your
40
+ * request later. </p>
41
+ *
42
+ * @throws {@link InternalServerError} (server fault)
43
+ * <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
44
+ * system problem. Retry your request. </p>
45
+ *
46
+ * @throws {@link InvalidOperationException} (client fault)
47
+ * <p>The operation failed because it's not valid. For example, you might have tried to delete
48
+ * a rule group or firewall policy that's in use.</p>
49
+ *
50
+ * @throws {@link InvalidRequestException} (client fault)
51
+ * <p>The operation failed because of a problem with your request. Examples include: </p>
52
+ * <ul>
53
+ * <li>
54
+ * <p>You specified an unsupported parameter name or value.</p>
55
+ * </li>
56
+ * <li>
57
+ * <p>You tried to update a property with a value that isn't among the available
58
+ * types.</p>
59
+ * </li>
60
+ * <li>
61
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource
62
+ * that isn't valid in the context of the request.</p>
63
+ * </li>
64
+ * </ul>
65
+ *
66
+ * @throws {@link LimitExceededException} (client fault)
67
+ * <p>Unable to perform the operation because doing so would violate a limit setting. </p>
68
+ *
69
+ * @throws {@link ThrottlingException} (client fault)
70
+ * <p>Unable to process the request due to throttling limitations.</p>
71
+ *
72
+ *
38
73
  */
39
74
  export declare class CreateFirewallCommand extends $Command<CreateFirewallCommandInput, CreateFirewallCommandOutput, NetworkFirewallClientResolvedConfig> {
40
75
  readonly input: CreateFirewallCommandInput;
@@ -32,6 +32,37 @@ export interface CreateFirewallPolicyCommandOutput extends CreateFirewallPolicyR
32
32
  * @see {@link CreateFirewallPolicyCommandOutput} for command's `response` shape.
33
33
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
34
34
  *
35
+ * @throws {@link InsufficientCapacityException} (server fault)
36
+ * <p>Amazon Web Services doesn't currently have enough available capacity to fulfill your request. Try your
37
+ * request later. </p>
38
+ *
39
+ * @throws {@link InternalServerError} (server fault)
40
+ * <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
41
+ * system problem. Retry your request. </p>
42
+ *
43
+ * @throws {@link InvalidRequestException} (client fault)
44
+ * <p>The operation failed because of a problem with your request. Examples include: </p>
45
+ * <ul>
46
+ * <li>
47
+ * <p>You specified an unsupported parameter name or value.</p>
48
+ * </li>
49
+ * <li>
50
+ * <p>You tried to update a property with a value that isn't among the available
51
+ * types.</p>
52
+ * </li>
53
+ * <li>
54
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource
55
+ * that isn't valid in the context of the request.</p>
56
+ * </li>
57
+ * </ul>
58
+ *
59
+ * @throws {@link LimitExceededException} (client fault)
60
+ * <p>Unable to perform the operation because doing so would violate a limit setting. </p>
61
+ *
62
+ * @throws {@link ThrottlingException} (client fault)
63
+ * <p>Unable to process the request due to throttling limitations.</p>
64
+ *
65
+ *
35
66
  */
36
67
  export declare class CreateFirewallPolicyCommand extends $Command<CreateFirewallPolicyCommandInput, CreateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig> {
37
68
  readonly input: CreateFirewallPolicyCommandInput;
@@ -32,6 +32,37 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _
32
32
  * @see {@link CreateRuleGroupCommandOutput} for command's `response` shape.
33
33
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
34
34
  *
35
+ * @throws {@link InsufficientCapacityException} (server fault)
36
+ * <p>Amazon Web Services doesn't currently have enough available capacity to fulfill your request. Try your
37
+ * request later. </p>
38
+ *
39
+ * @throws {@link InternalServerError} (server fault)
40
+ * <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
41
+ * system problem. Retry your request. </p>
42
+ *
43
+ * @throws {@link InvalidRequestException} (client fault)
44
+ * <p>The operation failed because of a problem with your request. Examples include: </p>
45
+ * <ul>
46
+ * <li>
47
+ * <p>You specified an unsupported parameter name or value.</p>
48
+ * </li>
49
+ * <li>
50
+ * <p>You tried to update a property with a value that isn't among the available
51
+ * types.</p>
52
+ * </li>
53
+ * <li>
54
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource
55
+ * that isn't valid in the context of the request.</p>
56
+ * </li>
57
+ * </ul>
58
+ *
59
+ * @throws {@link LimitExceededException} (client fault)
60
+ * <p>Unable to perform the operation because doing so would violate a limit setting. </p>
61
+ *
62
+ * @throws {@link ThrottlingException} (client fault)
63
+ * <p>Unable to process the request due to throttling limitations.</p>
64
+ *
65
+ *
35
66
  */
36
67
  export declare class CreateRuleGroupCommand extends $Command<CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig> {
37
68
  readonly input: CreateRuleGroupCommandInput;
@@ -39,6 +39,40 @@ export interface DeleteFirewallCommandOutput extends DeleteFirewallResponse, __M
39
39
  * @see {@link DeleteFirewallCommandOutput} for command's `response` shape.
40
40
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
41
41
  *
42
+ * @throws {@link InternalServerError} (server fault)
43
+ * <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
44
+ * system problem. Retry your request. </p>
45
+ *
46
+ * @throws {@link InvalidOperationException} (client fault)
47
+ * <p>The operation failed because it's not valid. For example, you might have tried to delete
48
+ * a rule group or firewall policy that's in use.</p>
49
+ *
50
+ * @throws {@link InvalidRequestException} (client fault)
51
+ * <p>The operation failed because of a problem with your request. Examples include: </p>
52
+ * <ul>
53
+ * <li>
54
+ * <p>You specified an unsupported parameter name or value.</p>
55
+ * </li>
56
+ * <li>
57
+ * <p>You tried to update a property with a value that isn't among the available
58
+ * types.</p>
59
+ * </li>
60
+ * <li>
61
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource
62
+ * that isn't valid in the context of the request.</p>
63
+ * </li>
64
+ * </ul>
65
+ *
66
+ * @throws {@link ResourceNotFoundException} (client fault)
67
+ * <p>Unable to locate a resource using the parameters that you provided.</p>
68
+ *
69
+ * @throws {@link ThrottlingException} (client fault)
70
+ * <p>Unable to process the request due to throttling limitations.</p>
71
+ *
72
+ * @throws {@link UnsupportedOperationException} (client fault)
73
+ * <p>The operation you requested isn't supported by Network Firewall. </p>
74
+ *
75
+ *
42
76
  */
43
77
  export declare class DeleteFirewallCommand extends $Command<DeleteFirewallCommandInput, DeleteFirewallCommandOutput, NetworkFirewallClientResolvedConfig> {
44
78
  readonly input: DeleteFirewallCommandInput;
@@ -29,6 +29,40 @@ export interface DeleteFirewallPolicyCommandOutput extends DeleteFirewallPolicyR
29
29
  * @see {@link DeleteFirewallPolicyCommandOutput} for command's `response` shape.
30
30
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerError} (server fault)
33
+ * <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
34
+ * system problem. Retry your request. </p>
35
+ *
36
+ * @throws {@link InvalidOperationException} (client fault)
37
+ * <p>The operation failed because it's not valid. For example, you might have tried to delete
38
+ * a rule group or firewall policy that's in use.</p>
39
+ *
40
+ * @throws {@link InvalidRequestException} (client fault)
41
+ * <p>The operation failed because of a problem with your request. Examples include: </p>
42
+ * <ul>
43
+ * <li>
44
+ * <p>You specified an unsupported parameter name or value.</p>
45
+ * </li>
46
+ * <li>
47
+ * <p>You tried to update a property with a value that isn't among the available
48
+ * types.</p>
49
+ * </li>
50
+ * <li>
51
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource
52
+ * that isn't valid in the context of the request.</p>
53
+ * </li>
54
+ * </ul>
55
+ *
56
+ * @throws {@link ResourceNotFoundException} (client fault)
57
+ * <p>Unable to locate a resource using the parameters that you provided.</p>
58
+ *
59
+ * @throws {@link ThrottlingException} (client fault)
60
+ * <p>Unable to process the request due to throttling limitations.</p>
61
+ *
62
+ * @throws {@link UnsupportedOperationException} (client fault)
63
+ * <p>The operation you requested isn't supported by Network Firewall. </p>
64
+ *
65
+ *
32
66
  */
33
67
  export declare class DeleteFirewallPolicyCommand extends $Command<DeleteFirewallPolicyCommandInput, DeleteFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig> {
34
68
  readonly input: DeleteFirewallPolicyCommandInput;
@@ -29,6 +29,36 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
29
29
  * @see {@link DeleteResourcePolicyCommandOutput} for command's `response` shape.
30
30
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerError} (server fault)
33
+ * <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
34
+ * system problem. Retry your request. </p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The operation failed because of a problem with your request. Examples include: </p>
38
+ * <ul>
39
+ * <li>
40
+ * <p>You specified an unsupported parameter name or value.</p>
41
+ * </li>
42
+ * <li>
43
+ * <p>You tried to update a property with a value that isn't among the available
44
+ * types.</p>
45
+ * </li>
46
+ * <li>
47
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource
48
+ * that isn't valid in the context of the request.</p>
49
+ * </li>
50
+ * </ul>
51
+ *
52
+ * @throws {@link InvalidResourcePolicyException} (client fault)
53
+ * <p>The policy statement failed validation.</p>
54
+ *
55
+ * @throws {@link ResourceNotFoundException} (client fault)
56
+ * <p>Unable to locate a resource using the parameters that you provided.</p>
57
+ *
58
+ * @throws {@link ThrottlingException} (client fault)
59
+ * <p>Unable to process the request due to throttling limitations.</p>
60
+ *
61
+ *
32
62
  */
33
63
  export declare class DeleteResourcePolicyCommand extends $Command<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, NetworkFirewallClientResolvedConfig> {
34
64
  readonly input: DeleteResourcePolicyCommandInput;
@@ -29,6 +29,40 @@ export interface DeleteRuleGroupCommandOutput extends DeleteRuleGroupResponse, _
29
29
  * @see {@link DeleteRuleGroupCommandOutput} for command's `response` shape.
30
30
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerError} (server fault)
33
+ * <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
34
+ * system problem. Retry your request. </p>
35
+ *
36
+ * @throws {@link InvalidOperationException} (client fault)
37
+ * <p>The operation failed because it's not valid. For example, you might have tried to delete
38
+ * a rule group or firewall policy that's in use.</p>
39
+ *
40
+ * @throws {@link InvalidRequestException} (client fault)
41
+ * <p>The operation failed because of a problem with your request. Examples include: </p>
42
+ * <ul>
43
+ * <li>
44
+ * <p>You specified an unsupported parameter name or value.</p>
45
+ * </li>
46
+ * <li>
47
+ * <p>You tried to update a property with a value that isn't among the available
48
+ * types.</p>
49
+ * </li>
50
+ * <li>
51
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource
52
+ * that isn't valid in the context of the request.</p>
53
+ * </li>
54
+ * </ul>
55
+ *
56
+ * @throws {@link ResourceNotFoundException} (client fault)
57
+ * <p>Unable to locate a resource using the parameters that you provided.</p>
58
+ *
59
+ * @throws {@link ThrottlingException} (client fault)
60
+ * <p>Unable to process the request due to throttling limitations.</p>
61
+ *
62
+ * @throws {@link UnsupportedOperationException} (client fault)
63
+ * <p>The operation you requested isn't supported by Network Firewall. </p>
64
+ *
65
+ *
32
66
  */
33
67
  export declare class DeleteRuleGroupCommand extends $Command<DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig> {
34
68
  readonly input: DeleteRuleGroupCommandInput;
@@ -29,6 +29,33 @@ export interface DescribeFirewallCommandOutput extends DescribeFirewallResponse,
29
29
  * @see {@link DescribeFirewallCommandOutput} for command's `response` shape.
30
30
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerError} (server fault)
33
+ * <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
34
+ * system problem. Retry your request. </p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The operation failed because of a problem with your request. Examples include: </p>
38
+ * <ul>
39
+ * <li>
40
+ * <p>You specified an unsupported parameter name or value.</p>
41
+ * </li>
42
+ * <li>
43
+ * <p>You tried to update a property with a value that isn't among the available
44
+ * types.</p>
45
+ * </li>
46
+ * <li>
47
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource
48
+ * that isn't valid in the context of the request.</p>
49
+ * </li>
50
+ * </ul>
51
+ *
52
+ * @throws {@link ResourceNotFoundException} (client fault)
53
+ * <p>Unable to locate a resource using the parameters that you provided.</p>
54
+ *
55
+ * @throws {@link ThrottlingException} (client fault)
56
+ * <p>Unable to process the request due to throttling limitations.</p>
57
+ *
58
+ *
32
59
  */
33
60
  export declare class DescribeFirewallCommand extends $Command<DescribeFirewallCommandInput, DescribeFirewallCommandOutput, NetworkFirewallClientResolvedConfig> {
34
61
  readonly input: DescribeFirewallCommandInput;
@@ -29,6 +29,33 @@ export interface DescribeFirewallPolicyCommandOutput extends DescribeFirewallPol
29
29
  * @see {@link DescribeFirewallPolicyCommandOutput} for command's `response` shape.
30
30
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerError} (server fault)
33
+ * <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
34
+ * system problem. Retry your request. </p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The operation failed because of a problem with your request. Examples include: </p>
38
+ * <ul>
39
+ * <li>
40
+ * <p>You specified an unsupported parameter name or value.</p>
41
+ * </li>
42
+ * <li>
43
+ * <p>You tried to update a property with a value that isn't among the available
44
+ * types.</p>
45
+ * </li>
46
+ * <li>
47
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource
48
+ * that isn't valid in the context of the request.</p>
49
+ * </li>
50
+ * </ul>
51
+ *
52
+ * @throws {@link ResourceNotFoundException} (client fault)
53
+ * <p>Unable to locate a resource using the parameters that you provided.</p>
54
+ *
55
+ * @throws {@link ThrottlingException} (client fault)
56
+ * <p>Unable to process the request due to throttling limitations.</p>
57
+ *
58
+ *
32
59
  */
33
60
  export declare class DescribeFirewallPolicyCommand extends $Command<DescribeFirewallPolicyCommandInput, DescribeFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig> {
34
61
  readonly input: DescribeFirewallPolicyCommandInput;
@@ -29,6 +29,33 @@ export interface DescribeLoggingConfigurationCommandOutput extends DescribeLoggi
29
29
  * @see {@link DescribeLoggingConfigurationCommandOutput} for command's `response` shape.
30
30
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerError} (server fault)
33
+ * <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
34
+ * system problem. Retry your request. </p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The operation failed because of a problem with your request. Examples include: </p>
38
+ * <ul>
39
+ * <li>
40
+ * <p>You specified an unsupported parameter name or value.</p>
41
+ * </li>
42
+ * <li>
43
+ * <p>You tried to update a property with a value that isn't among the available
44
+ * types.</p>
45
+ * </li>
46
+ * <li>
47
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource
48
+ * that isn't valid in the context of the request.</p>
49
+ * </li>
50
+ * </ul>
51
+ *
52
+ * @throws {@link ResourceNotFoundException} (client fault)
53
+ * <p>Unable to locate a resource using the parameters that you provided.</p>
54
+ *
55
+ * @throws {@link ThrottlingException} (client fault)
56
+ * <p>Unable to process the request due to throttling limitations.</p>
57
+ *
58
+ *
32
59
  */
33
60
  export declare class DescribeLoggingConfigurationCommand extends $Command<DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput, NetworkFirewallClientResolvedConfig> {
34
61
  readonly input: DescribeLoggingConfigurationCommandInput;
@@ -29,6 +29,33 @@ export interface DescribeResourcePolicyCommandOutput extends DescribeResourcePol
29
29
  * @see {@link DescribeResourcePolicyCommandOutput} for command's `response` shape.
30
30
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerError} (server fault)
33
+ * <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
34
+ * system problem. Retry your request. </p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The operation failed because of a problem with your request. Examples include: </p>
38
+ * <ul>
39
+ * <li>
40
+ * <p>You specified an unsupported parameter name or value.</p>
41
+ * </li>
42
+ * <li>
43
+ * <p>You tried to update a property with a value that isn't among the available
44
+ * types.</p>
45
+ * </li>
46
+ * <li>
47
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource
48
+ * that isn't valid in the context of the request.</p>
49
+ * </li>
50
+ * </ul>
51
+ *
52
+ * @throws {@link ResourceNotFoundException} (client fault)
53
+ * <p>Unable to locate a resource using the parameters that you provided.</p>
54
+ *
55
+ * @throws {@link ThrottlingException} (client fault)
56
+ * <p>Unable to process the request due to throttling limitations.</p>
57
+ *
58
+ *
32
59
  */
33
60
  export declare class DescribeResourcePolicyCommand extends $Command<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, NetworkFirewallClientResolvedConfig> {
34
61
  readonly input: DescribeResourcePolicyCommandInput;
@@ -29,6 +29,33 @@ export interface DescribeRuleGroupCommandOutput extends DescribeRuleGroupRespons
29
29
  * @see {@link DescribeRuleGroupCommandOutput} for command's `response` shape.
30
30
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerError} (server fault)
33
+ * <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
34
+ * system problem. Retry your request. </p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The operation failed because of a problem with your request. Examples include: </p>
38
+ * <ul>
39
+ * <li>
40
+ * <p>You specified an unsupported parameter name or value.</p>
41
+ * </li>
42
+ * <li>
43
+ * <p>You tried to update a property with a value that isn't among the available
44
+ * types.</p>
45
+ * </li>
46
+ * <li>
47
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource
48
+ * that isn't valid in the context of the request.</p>
49
+ * </li>
50
+ * </ul>
51
+ *
52
+ * @throws {@link ResourceNotFoundException} (client fault)
53
+ * <p>Unable to locate a resource using the parameters that you provided.</p>
54
+ *
55
+ * @throws {@link ThrottlingException} (client fault)
56
+ * <p>Unable to process the request due to throttling limitations.</p>
57
+ *
58
+ *
32
59
  */
33
60
  export declare class DescribeRuleGroupCommand extends $Command<DescribeRuleGroupCommandInput, DescribeRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig> {
34
61
  readonly input: DescribeRuleGroupCommandInput;
@@ -32,6 +32,33 @@ export interface DescribeRuleGroupMetadataCommandOutput extends DescribeRuleGrou
32
32
  * @see {@link DescribeRuleGroupMetadataCommandOutput} for command's `response` shape.
33
33
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
34
34
  *
35
+ * @throws {@link InternalServerError} (server fault)
36
+ * <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
37
+ * system problem. Retry your request. </p>
38
+ *
39
+ * @throws {@link InvalidRequestException} (client fault)
40
+ * <p>The operation failed because of a problem with your request. Examples include: </p>
41
+ * <ul>
42
+ * <li>
43
+ * <p>You specified an unsupported parameter name or value.</p>
44
+ * </li>
45
+ * <li>
46
+ * <p>You tried to update a property with a value that isn't among the available
47
+ * types.</p>
48
+ * </li>
49
+ * <li>
50
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource
51
+ * that isn't valid in the context of the request.</p>
52
+ * </li>
53
+ * </ul>
54
+ *
55
+ * @throws {@link ResourceNotFoundException} (client fault)
56
+ * <p>Unable to locate a resource using the parameters that you provided.</p>
57
+ *
58
+ * @throws {@link ThrottlingException} (client fault)
59
+ * <p>Unable to process the request due to throttling limitations.</p>
60
+ *
61
+ *
35
62
  */
36
63
  export declare class DescribeRuleGroupMetadataCommand extends $Command<DescribeRuleGroupMetadataCommandInput, DescribeRuleGroupMetadataCommandOutput, NetworkFirewallClientResolvedConfig> {
37
64
  readonly input: DescribeRuleGroupMetadataCommandInput;
@@ -32,6 +32,40 @@ export interface DisassociateSubnetsCommandOutput extends DisassociateSubnetsRes
32
32
  * @see {@link DisassociateSubnetsCommandOutput} for command's `response` shape.
33
33
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
34
34
  *
35
+ * @throws {@link InternalServerError} (server fault)
36
+ * <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
37
+ * system problem. Retry your request. </p>
38
+ *
39
+ * @throws {@link InvalidOperationException} (client fault)
40
+ * <p>The operation failed because it's not valid. For example, you might have tried to delete
41
+ * a rule group or firewall policy that's in use.</p>
42
+ *
43
+ * @throws {@link InvalidRequestException} (client fault)
44
+ * <p>The operation failed because of a problem with your request. Examples include: </p>
45
+ * <ul>
46
+ * <li>
47
+ * <p>You specified an unsupported parameter name or value.</p>
48
+ * </li>
49
+ * <li>
50
+ * <p>You tried to update a property with a value that isn't among the available
51
+ * types.</p>
52
+ * </li>
53
+ * <li>
54
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource
55
+ * that isn't valid in the context of the request.</p>
56
+ * </li>
57
+ * </ul>
58
+ *
59
+ * @throws {@link InvalidTokenException} (client fault)
60
+ * <p>The token you provided is stale or isn't valid for the operation. </p>
61
+ *
62
+ * @throws {@link ResourceNotFoundException} (client fault)
63
+ * <p>Unable to locate a resource using the parameters that you provided.</p>
64
+ *
65
+ * @throws {@link ThrottlingException} (client fault)
66
+ * <p>Unable to process the request due to throttling limitations.</p>
67
+ *
68
+ *
35
69
  */
36
70
  export declare class DisassociateSubnetsCommand extends $Command<DisassociateSubnetsCommandInput, DisassociateSubnetsCommandOutput, NetworkFirewallClientResolvedConfig> {
37
71
  readonly input: DisassociateSubnetsCommandInput;
@@ -31,6 +31,30 @@ export interface ListFirewallPoliciesCommandOutput extends ListFirewallPoliciesR
31
31
  * @see {@link ListFirewallPoliciesCommandOutput} for command's `response` shape.
32
32
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
33
33
  *
34
+ * @throws {@link InternalServerError} (server fault)
35
+ * <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
36
+ * system problem. Retry your request. </p>
37
+ *
38
+ * @throws {@link InvalidRequestException} (client fault)
39
+ * <p>The operation failed because of a problem with your request. Examples include: </p>
40
+ * <ul>
41
+ * <li>
42
+ * <p>You specified an unsupported parameter name or value.</p>
43
+ * </li>
44
+ * <li>
45
+ * <p>You tried to update a property with a value that isn't among the available
46
+ * types.</p>
47
+ * </li>
48
+ * <li>
49
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource
50
+ * that isn't valid in the context of the request.</p>
51
+ * </li>
52
+ * </ul>
53
+ *
54
+ * @throws {@link ThrottlingException} (client fault)
55
+ * <p>Unable to process the request due to throttling limitations.</p>
56
+ *
57
+ *
34
58
  */
35
59
  export declare class ListFirewallPoliciesCommand extends $Command<ListFirewallPoliciesCommandInput, ListFirewallPoliciesCommandOutput, NetworkFirewallClientResolvedConfig> {
36
60
  readonly input: ListFirewallPoliciesCommandInput;
@@ -32,6 +32,30 @@ export interface ListFirewallsCommandOutput extends ListFirewallsResponse, __Met
32
32
  * @see {@link ListFirewallsCommandOutput} for command's `response` shape.
33
33
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
34
34
  *
35
+ * @throws {@link InternalServerError} (server fault)
36
+ * <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
37
+ * system problem. Retry your request. </p>
38
+ *
39
+ * @throws {@link InvalidRequestException} (client fault)
40
+ * <p>The operation failed because of a problem with your request. Examples include: </p>
41
+ * <ul>
42
+ * <li>
43
+ * <p>You specified an unsupported parameter name or value.</p>
44
+ * </li>
45
+ * <li>
46
+ * <p>You tried to update a property with a value that isn't among the available
47
+ * types.</p>
48
+ * </li>
49
+ * <li>
50
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource
51
+ * that isn't valid in the context of the request.</p>
52
+ * </li>
53
+ * </ul>
54
+ *
55
+ * @throws {@link ThrottlingException} (client fault)
56
+ * <p>Unable to process the request due to throttling limitations.</p>
57
+ *
58
+ *
35
59
  */
36
60
  export declare class ListFirewallsCommand extends $Command<ListFirewallsCommandInput, ListFirewallsCommandOutput, NetworkFirewallClientResolvedConfig> {
37
61
  readonly input: ListFirewallsCommandInput;
@@ -31,6 +31,30 @@ export interface ListRuleGroupsCommandOutput extends ListRuleGroupsResponse, __M
31
31
  * @see {@link ListRuleGroupsCommandOutput} for command's `response` shape.
32
32
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
33
33
  *
34
+ * @throws {@link InternalServerError} (server fault)
35
+ * <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
36
+ * system problem. Retry your request. </p>
37
+ *
38
+ * @throws {@link InvalidRequestException} (client fault)
39
+ * <p>The operation failed because of a problem with your request. Examples include: </p>
40
+ * <ul>
41
+ * <li>
42
+ * <p>You specified an unsupported parameter name or value.</p>
43
+ * </li>
44
+ * <li>
45
+ * <p>You tried to update a property with a value that isn't among the available
46
+ * types.</p>
47
+ * </li>
48
+ * <li>
49
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource
50
+ * that isn't valid in the context of the request.</p>
51
+ * </li>
52
+ * </ul>
53
+ *
54
+ * @throws {@link ThrottlingException} (client fault)
55
+ * <p>Unable to process the request due to throttling limitations.</p>
56
+ *
57
+ *
34
58
  */
35
59
  export declare class ListRuleGroupsCommand extends $Command<ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput, NetworkFirewallClientResolvedConfig> {
36
60
  readonly input: ListRuleGroupsCommandInput;
@@ -35,6 +35,33 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
35
35
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
36
36
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
37
37
  *
38
+ * @throws {@link InternalServerError} (server fault)
39
+ * <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
40
+ * system problem. Retry your request. </p>
41
+ *
42
+ * @throws {@link InvalidRequestException} (client fault)
43
+ * <p>The operation failed because of a problem with your request. Examples include: </p>
44
+ * <ul>
45
+ * <li>
46
+ * <p>You specified an unsupported parameter name or value.</p>
47
+ * </li>
48
+ * <li>
49
+ * <p>You tried to update a property with a value that isn't among the available
50
+ * types.</p>
51
+ * </li>
52
+ * <li>
53
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource
54
+ * that isn't valid in the context of the request.</p>
55
+ * </li>
56
+ * </ul>
57
+ *
58
+ * @throws {@link ResourceNotFoundException} (client fault)
59
+ * <p>Unable to locate a resource using the parameters that you provided.</p>
60
+ *
61
+ * @throws {@link ThrottlingException} (client fault)
62
+ * <p>Unable to process the request due to throttling limitations.</p>
63
+ *
64
+ *
38
65
  */
39
66
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, NetworkFirewallClientResolvedConfig> {
40
67
  readonly input: ListTagsForResourceCommandInput;
@@ -43,6 +43,36 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
43
43
  * @see {@link PutResourcePolicyCommandOutput} for command's `response` shape.
44
44
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
45
45
  *
46
+ * @throws {@link InternalServerError} (server fault)
47
+ * <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
48
+ * system problem. Retry your request. </p>
49
+ *
50
+ * @throws {@link InvalidRequestException} (client fault)
51
+ * <p>The operation failed because of a problem with your request. Examples include: </p>
52
+ * <ul>
53
+ * <li>
54
+ * <p>You specified an unsupported parameter name or value.</p>
55
+ * </li>
56
+ * <li>
57
+ * <p>You tried to update a property with a value that isn't among the available
58
+ * types.</p>
59
+ * </li>
60
+ * <li>
61
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource
62
+ * that isn't valid in the context of the request.</p>
63
+ * </li>
64
+ * </ul>
65
+ *
66
+ * @throws {@link InvalidResourcePolicyException} (client fault)
67
+ * <p>The policy statement failed validation.</p>
68
+ *
69
+ * @throws {@link ResourceNotFoundException} (client fault)
70
+ * <p>Unable to locate a resource using the parameters that you provided.</p>
71
+ *
72
+ * @throws {@link ThrottlingException} (client fault)
73
+ * <p>Unable to process the request due to throttling limitations.</p>
74
+ *
75
+ *
46
76
  */
47
77
  export declare class PutResourcePolicyCommand extends $Command<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, NetworkFirewallClientResolvedConfig> {
48
78
  readonly input: PutResourcePolicyCommandInput;
@@ -34,6 +34,33 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
34
34
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
35
35
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
36
36
  *
37
+ * @throws {@link InternalServerError} (server fault)
38
+ * <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
39
+ * system problem. Retry your request. </p>
40
+ *
41
+ * @throws {@link InvalidRequestException} (client fault)
42
+ * <p>The operation failed because of a problem with your request. Examples include: </p>
43
+ * <ul>
44
+ * <li>
45
+ * <p>You specified an unsupported parameter name or value.</p>
46
+ * </li>
47
+ * <li>
48
+ * <p>You tried to update a property with a value that isn't among the available
49
+ * types.</p>
50
+ * </li>
51
+ * <li>
52
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource
53
+ * that isn't valid in the context of the request.</p>
54
+ * </li>
55
+ * </ul>
56
+ *
57
+ * @throws {@link ResourceNotFoundException} (client fault)
58
+ * <p>Unable to locate a resource using the parameters that you provided.</p>
59
+ *
60
+ * @throws {@link ThrottlingException} (client fault)
61
+ * <p>Unable to process the request due to throttling limitations.</p>
62
+ *
63
+ *
37
64
  */
38
65
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, NetworkFirewallClientResolvedConfig> {
39
66
  readonly input: TagResourceCommandInput;
@@ -35,6 +35,33 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
35
35
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
36
36
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
37
37
  *
38
+ * @throws {@link InternalServerError} (server fault)
39
+ * <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
40
+ * system problem. Retry your request. </p>
41
+ *
42
+ * @throws {@link InvalidRequestException} (client fault)
43
+ * <p>The operation failed because of a problem with your request. Examples include: </p>
44
+ * <ul>
45
+ * <li>
46
+ * <p>You specified an unsupported parameter name or value.</p>
47
+ * </li>
48
+ * <li>
49
+ * <p>You tried to update a property with a value that isn't among the available
50
+ * types.</p>
51
+ * </li>
52
+ * <li>
53
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource
54
+ * that isn't valid in the context of the request.</p>
55
+ * </li>
56
+ * </ul>
57
+ *
58
+ * @throws {@link ResourceNotFoundException} (client fault)
59
+ * <p>Unable to locate a resource using the parameters that you provided.</p>
60
+ *
61
+ * @throws {@link ThrottlingException} (client fault)
62
+ * <p>Unable to process the request due to throttling limitations.</p>
63
+ *
64
+ *
38
65
  */
39
66
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, NetworkFirewallClientResolvedConfig> {
40
67
  readonly input: UntagResourceCommandInput;
@@ -32,6 +32,39 @@ export interface UpdateFirewallDeleteProtectionCommandOutput extends UpdateFirew
32
32
  * @see {@link UpdateFirewallDeleteProtectionCommandOutput} for command's `response` shape.
33
33
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
34
34
  *
35
+ * @throws {@link InternalServerError} (server fault)
36
+ * <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
37
+ * system problem. Retry your request. </p>
38
+ *
39
+ * @throws {@link InvalidRequestException} (client fault)
40
+ * <p>The operation failed because of a problem with your request. Examples include: </p>
41
+ * <ul>
42
+ * <li>
43
+ * <p>You specified an unsupported parameter name or value.</p>
44
+ * </li>
45
+ * <li>
46
+ * <p>You tried to update a property with a value that isn't among the available
47
+ * types.</p>
48
+ * </li>
49
+ * <li>
50
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource
51
+ * that isn't valid in the context of the request.</p>
52
+ * </li>
53
+ * </ul>
54
+ *
55
+ * @throws {@link InvalidTokenException} (client fault)
56
+ * <p>The token you provided is stale or isn't valid for the operation. </p>
57
+ *
58
+ * @throws {@link ResourceNotFoundException} (client fault)
59
+ * <p>Unable to locate a resource using the parameters that you provided.</p>
60
+ *
61
+ * @throws {@link ResourceOwnerCheckException} (client fault)
62
+ * <p>Unable to change the resource because your account doesn't own it. </p>
63
+ *
64
+ * @throws {@link ThrottlingException} (client fault)
65
+ * <p>Unable to process the request due to throttling limitations.</p>
66
+ *
67
+ *
35
68
  */
36
69
  export declare class UpdateFirewallDeleteProtectionCommand extends $Command<UpdateFirewallDeleteProtectionCommandInput, UpdateFirewallDeleteProtectionCommandOutput, NetworkFirewallClientResolvedConfig> {
37
70
  readonly input: UpdateFirewallDeleteProtectionCommandInput;
@@ -30,6 +30,36 @@ export interface UpdateFirewallDescriptionCommandOutput extends UpdateFirewallDe
30
30
  * @see {@link UpdateFirewallDescriptionCommandOutput} for command's `response` shape.
31
31
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalServerError} (server fault)
34
+ * <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
35
+ * system problem. Retry your request. </p>
36
+ *
37
+ * @throws {@link InvalidRequestException} (client fault)
38
+ * <p>The operation failed because of a problem with your request. Examples include: </p>
39
+ * <ul>
40
+ * <li>
41
+ * <p>You specified an unsupported parameter name or value.</p>
42
+ * </li>
43
+ * <li>
44
+ * <p>You tried to update a property with a value that isn't among the available
45
+ * types.</p>
46
+ * </li>
47
+ * <li>
48
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource
49
+ * that isn't valid in the context of the request.</p>
50
+ * </li>
51
+ * </ul>
52
+ *
53
+ * @throws {@link InvalidTokenException} (client fault)
54
+ * <p>The token you provided is stale or isn't valid for the operation. </p>
55
+ *
56
+ * @throws {@link ResourceNotFoundException} (client fault)
57
+ * <p>Unable to locate a resource using the parameters that you provided.</p>
58
+ *
59
+ * @throws {@link ThrottlingException} (client fault)
60
+ * <p>Unable to process the request due to throttling limitations.</p>
61
+ *
62
+ *
33
63
  */
34
64
  export declare class UpdateFirewallDescriptionCommand extends $Command<UpdateFirewallDescriptionCommandInput, UpdateFirewallDescriptionCommandOutput, NetworkFirewallClientResolvedConfig> {
35
65
  readonly input: UpdateFirewallDescriptionCommandInput;
@@ -29,6 +29,39 @@ export interface UpdateFirewallEncryptionConfigurationCommandOutput extends Upda
29
29
  * @see {@link UpdateFirewallEncryptionConfigurationCommandOutput} for command's `response` shape.
30
30
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerError} (server fault)
33
+ * <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
34
+ * system problem. Retry your request. </p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The operation failed because of a problem with your request. Examples include: </p>
38
+ * <ul>
39
+ * <li>
40
+ * <p>You specified an unsupported parameter name or value.</p>
41
+ * </li>
42
+ * <li>
43
+ * <p>You tried to update a property with a value that isn't among the available
44
+ * types.</p>
45
+ * </li>
46
+ * <li>
47
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource
48
+ * that isn't valid in the context of the request.</p>
49
+ * </li>
50
+ * </ul>
51
+ *
52
+ * @throws {@link InvalidTokenException} (client fault)
53
+ * <p>The token you provided is stale or isn't valid for the operation. </p>
54
+ *
55
+ * @throws {@link ResourceNotFoundException} (client fault)
56
+ * <p>Unable to locate a resource using the parameters that you provided.</p>
57
+ *
58
+ * @throws {@link ResourceOwnerCheckException} (client fault)
59
+ * <p>Unable to change the resource because your account doesn't own it. </p>
60
+ *
61
+ * @throws {@link ThrottlingException} (client fault)
62
+ * <p>Unable to process the request due to throttling limitations.</p>
63
+ *
64
+ *
32
65
  */
33
66
  export declare class UpdateFirewallEncryptionConfigurationCommand extends $Command<UpdateFirewallEncryptionConfigurationCommandInput, UpdateFirewallEncryptionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig> {
34
67
  readonly input: UpdateFirewallEncryptionConfigurationCommandInput;
@@ -31,6 +31,39 @@ export interface UpdateFirewallPolicyChangeProtectionCommandOutput extends Updat
31
31
  * @see {@link UpdateFirewallPolicyChangeProtectionCommandOutput} for command's `response` shape.
32
32
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
33
33
  *
34
+ * @throws {@link InternalServerError} (server fault)
35
+ * <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
36
+ * system problem. Retry your request. </p>
37
+ *
38
+ * @throws {@link InvalidRequestException} (client fault)
39
+ * <p>The operation failed because of a problem with your request. Examples include: </p>
40
+ * <ul>
41
+ * <li>
42
+ * <p>You specified an unsupported parameter name or value.</p>
43
+ * </li>
44
+ * <li>
45
+ * <p>You tried to update a property with a value that isn't among the available
46
+ * types.</p>
47
+ * </li>
48
+ * <li>
49
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource
50
+ * that isn't valid in the context of the request.</p>
51
+ * </li>
52
+ * </ul>
53
+ *
54
+ * @throws {@link InvalidTokenException} (client fault)
55
+ * <p>The token you provided is stale or isn't valid for the operation. </p>
56
+ *
57
+ * @throws {@link ResourceNotFoundException} (client fault)
58
+ * <p>Unable to locate a resource using the parameters that you provided.</p>
59
+ *
60
+ * @throws {@link ResourceOwnerCheckException} (client fault)
61
+ * <p>Unable to change the resource because your account doesn't own it. </p>
62
+ *
63
+ * @throws {@link ThrottlingException} (client fault)
64
+ * <p>Unable to process the request due to throttling limitations.</p>
65
+ *
66
+ *
34
67
  */
35
68
  export declare class UpdateFirewallPolicyChangeProtectionCommand extends $Command<UpdateFirewallPolicyChangeProtectionCommandInput, UpdateFirewallPolicyChangeProtectionCommandOutput, NetworkFirewallClientResolvedConfig> {
36
69
  readonly input: UpdateFirewallPolicyChangeProtectionCommandInput;
@@ -29,6 +29,36 @@ export interface UpdateFirewallPolicyCommandOutput extends UpdateFirewallPolicyR
29
29
  * @see {@link UpdateFirewallPolicyCommandOutput} for command's `response` shape.
30
30
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerError} (server fault)
33
+ * <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
34
+ * system problem. Retry your request. </p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The operation failed because of a problem with your request. Examples include: </p>
38
+ * <ul>
39
+ * <li>
40
+ * <p>You specified an unsupported parameter name or value.</p>
41
+ * </li>
42
+ * <li>
43
+ * <p>You tried to update a property with a value that isn't among the available
44
+ * types.</p>
45
+ * </li>
46
+ * <li>
47
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource
48
+ * that isn't valid in the context of the request.</p>
49
+ * </li>
50
+ * </ul>
51
+ *
52
+ * @throws {@link InvalidTokenException} (client fault)
53
+ * <p>The token you provided is stale or isn't valid for the operation. </p>
54
+ *
55
+ * @throws {@link ResourceNotFoundException} (client fault)
56
+ * <p>Unable to locate a resource using the parameters that you provided.</p>
57
+ *
58
+ * @throws {@link ThrottlingException} (client fault)
59
+ * <p>Unable to process the request due to throttling limitations.</p>
60
+ *
61
+ *
32
62
  */
33
63
  export declare class UpdateFirewallPolicyCommand extends $Command<UpdateFirewallPolicyCommandInput, UpdateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig> {
34
64
  readonly input: UpdateFirewallPolicyCommandInput;
@@ -54,6 +54,39 @@ export interface UpdateLoggingConfigurationCommandOutput extends UpdateLoggingCo
54
54
  * @see {@link UpdateLoggingConfigurationCommandOutput} for command's `response` shape.
55
55
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
56
56
  *
57
+ * @throws {@link InternalServerError} (server fault)
58
+ * <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
59
+ * system problem. Retry your request. </p>
60
+ *
61
+ * @throws {@link InvalidRequestException} (client fault)
62
+ * <p>The operation failed because of a problem with your request. Examples include: </p>
63
+ * <ul>
64
+ * <li>
65
+ * <p>You specified an unsupported parameter name or value.</p>
66
+ * </li>
67
+ * <li>
68
+ * <p>You tried to update a property with a value that isn't among the available
69
+ * types.</p>
70
+ * </li>
71
+ * <li>
72
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource
73
+ * that isn't valid in the context of the request.</p>
74
+ * </li>
75
+ * </ul>
76
+ *
77
+ * @throws {@link InvalidTokenException} (client fault)
78
+ * <p>The token you provided is stale or isn't valid for the operation. </p>
79
+ *
80
+ * @throws {@link LogDestinationPermissionException} (client fault)
81
+ * <p>Unable to send logs to a configured logging destination. </p>
82
+ *
83
+ * @throws {@link ResourceNotFoundException} (client fault)
84
+ * <p>Unable to locate a resource using the parameters that you provided.</p>
85
+ *
86
+ * @throws {@link ThrottlingException} (client fault)
87
+ * <p>Unable to process the request due to throttling limitations.</p>
88
+ *
89
+ *
57
90
  */
58
91
  export declare class UpdateLoggingConfigurationCommand extends $Command<UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput, NetworkFirewallClientResolvedConfig> {
59
92
  readonly input: UpdateLoggingConfigurationCommandInput;
@@ -34,6 +34,36 @@ export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, _
34
34
  * @see {@link UpdateRuleGroupCommandOutput} for command's `response` shape.
35
35
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
36
36
  *
37
+ * @throws {@link InternalServerError} (server fault)
38
+ * <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
39
+ * system problem. Retry your request. </p>
40
+ *
41
+ * @throws {@link InvalidRequestException} (client fault)
42
+ * <p>The operation failed because of a problem with your request. Examples include: </p>
43
+ * <ul>
44
+ * <li>
45
+ * <p>You specified an unsupported parameter name or value.</p>
46
+ * </li>
47
+ * <li>
48
+ * <p>You tried to update a property with a value that isn't among the available
49
+ * types.</p>
50
+ * </li>
51
+ * <li>
52
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource
53
+ * that isn't valid in the context of the request.</p>
54
+ * </li>
55
+ * </ul>
56
+ *
57
+ * @throws {@link InvalidTokenException} (client fault)
58
+ * <p>The token you provided is stale or isn't valid for the operation. </p>
59
+ *
60
+ * @throws {@link ResourceNotFoundException} (client fault)
61
+ * <p>Unable to locate a resource using the parameters that you provided.</p>
62
+ *
63
+ * @throws {@link ThrottlingException} (client fault)
64
+ * <p>Unable to process the request due to throttling limitations.</p>
65
+ *
66
+ *
37
67
  */
38
68
  export declare class UpdateRuleGroupCommand extends $Command<UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig> {
39
69
  readonly input: UpdateRuleGroupCommandInput;
@@ -29,6 +29,39 @@ export interface UpdateSubnetChangeProtectionCommandOutput extends UpdateSubnetC
29
29
  * @see {@link UpdateSubnetChangeProtectionCommandOutput} for command's `response` shape.
30
30
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerError} (server fault)
33
+ * <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
34
+ * system problem. Retry your request. </p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The operation failed because of a problem with your request. Examples include: </p>
38
+ * <ul>
39
+ * <li>
40
+ * <p>You specified an unsupported parameter name or value.</p>
41
+ * </li>
42
+ * <li>
43
+ * <p>You tried to update a property with a value that isn't among the available
44
+ * types.</p>
45
+ * </li>
46
+ * <li>
47
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource
48
+ * that isn't valid in the context of the request.</p>
49
+ * </li>
50
+ * </ul>
51
+ *
52
+ * @throws {@link InvalidTokenException} (client fault)
53
+ * <p>The token you provided is stale or isn't valid for the operation. </p>
54
+ *
55
+ * @throws {@link ResourceNotFoundException} (client fault)
56
+ * <p>Unable to locate a resource using the parameters that you provided.</p>
57
+ *
58
+ * @throws {@link ResourceOwnerCheckException} (client fault)
59
+ * <p>Unable to change the resource because your account doesn't own it. </p>
60
+ *
61
+ * @throws {@link ThrottlingException} (client fault)
62
+ * <p>Unable to process the request due to throttling limitations.</p>
63
+ *
64
+ *
32
65
  */
33
66
  export declare class UpdateSubnetChangeProtectionCommand extends $Command<UpdateSubnetChangeProtectionCommandInput, UpdateSubnetChangeProtectionCommandOutput, NetworkFirewallClientResolvedConfig> {
34
67
  readonly input: UpdateSubnetChangeProtectionCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-network-firewall",
3
3
  "description": "AWS SDK for JavaScript Network Firewall Client for Node.js, Browser and React Native",
4
- "version": "3.288.0",
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.288.0",
24
- "@aws-sdk/config-resolver": "3.287.0",
25
- "@aws-sdk/credential-provider-node": "3.288.0",
26
- "@aws-sdk/fetch-http-handler": "3.282.0",
27
- "@aws-sdk/hash-node": "3.272.0",
28
- "@aws-sdk/invalid-dependency": "3.272.0",
29
- "@aws-sdk/middleware-content-length": "3.282.0",
30
- "@aws-sdk/middleware-endpoint": "3.282.0",
31
- "@aws-sdk/middleware-host-header": "3.282.0",
32
- "@aws-sdk/middleware-logger": "3.288.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.282.0",
34
- "@aws-sdk/middleware-retry": "3.287.0",
35
- "@aws-sdk/middleware-serde": "3.272.0",
36
- "@aws-sdk/middleware-signing": "3.282.0",
37
- "@aws-sdk/middleware-stack": "3.272.0",
38
- "@aws-sdk/middleware-user-agent": "3.282.0",
39
- "@aws-sdk/node-config-provider": "3.287.0",
40
- "@aws-sdk/node-http-handler": "3.282.0",
41
- "@aws-sdk/protocol-http": "3.282.0",
42
- "@aws-sdk/smithy-client": "3.279.0",
43
- "@aws-sdk/types": "3.272.0",
44
- "@aws-sdk/url-parser": "3.272.0",
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.279.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.287.0",
50
- "@aws-sdk/util-endpoints": "3.272.0",
51
- "@aws-sdk/util-retry": "3.272.0",
52
- "@aws-sdk/util-user-agent-browser": "3.282.0",
53
- "@aws-sdk/util-user-agent-node": "3.287.0",
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
  },