@aws-sdk/client-network-firewall 3.289.0 → 3.292.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/AssociateFirewallPolicyCommand.d.ts +34 -0
- package/dist-types/commands/AssociateSubnetsCommand.d.ts +38 -0
- package/dist-types/commands/CreateFirewallCommand.d.ts +35 -0
- package/dist-types/commands/CreateFirewallPolicyCommand.d.ts +31 -0
- package/dist-types/commands/CreateRuleGroupCommand.d.ts +31 -0
- package/dist-types/commands/DeleteFirewallCommand.d.ts +34 -0
- package/dist-types/commands/DeleteFirewallPolicyCommand.d.ts +34 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +30 -0
- package/dist-types/commands/DeleteRuleGroupCommand.d.ts +34 -0
- package/dist-types/commands/DescribeFirewallCommand.d.ts +27 -0
- package/dist-types/commands/DescribeFirewallPolicyCommand.d.ts +27 -0
- package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +27 -0
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +27 -0
- package/dist-types/commands/DescribeRuleGroupCommand.d.ts +27 -0
- package/dist-types/commands/DescribeRuleGroupMetadataCommand.d.ts +27 -0
- package/dist-types/commands/DisassociateSubnetsCommand.d.ts +34 -0
- package/dist-types/commands/ListFirewallPoliciesCommand.d.ts +24 -0
- package/dist-types/commands/ListFirewallsCommand.d.ts +24 -0
- package/dist-types/commands/ListRuleGroupsCommand.d.ts +24 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +27 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +30 -0
- package/dist-types/commands/TagResourceCommand.d.ts +27 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +27 -0
- package/dist-types/commands/UpdateFirewallDeleteProtectionCommand.d.ts +33 -0
- package/dist-types/commands/UpdateFirewallDescriptionCommand.d.ts +30 -0
- package/dist-types/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +33 -0
- package/dist-types/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +33 -0
- package/dist-types/commands/UpdateFirewallPolicyCommand.d.ts +30 -0
- package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +33 -0
- package/dist-types/commands/UpdateRuleGroupCommand.d.ts +30 -0
- package/dist-types/commands/UpdateSubnetChangeProtectionCommand.d.ts +33 -0
- package/package.json +35 -40
|
@@ -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.
|
|
4
|
+
"version": "3.292.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,55 +20,50 @@
|
|
|
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.
|
|
45
|
-
"@aws-sdk/util-base64": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
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.
|
|
54
|
-
"@aws-sdk/util-utf8": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.292.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.292.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.292.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.292.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.292.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
43
|
+
"@aws-sdk/types": "3.292.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
45
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.292.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
54
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
55
55
|
"tslib": "^2.3.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
58
|
+
"@aws-sdk/service-client-documentation-generator": "3.292.0",
|
|
59
59
|
"@tsconfig/node14": "1.0.3",
|
|
60
60
|
"@types/node": "^14.14.31",
|
|
61
61
|
"concurrently": "7.0.0",
|
|
62
62
|
"downlevel-dts": "0.10.1",
|
|
63
63
|
"rimraf": "3.0.2",
|
|
64
|
-
"typedoc": "0.
|
|
64
|
+
"typedoc": "0.23.23",
|
|
65
65
|
"typescript": "~4.6.2"
|
|
66
66
|
},
|
|
67
|
-
"overrides": {
|
|
68
|
-
"typedoc": {
|
|
69
|
-
"typescript": "~4.6.2"
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
67
|
"engines": {
|
|
73
68
|
"node": ">=14.0.0"
|
|
74
69
|
},
|