@aws-sdk/client-network-firewall 3.296.0 → 3.298.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 (106) hide show
  1. package/dist-cjs/commands/AssociateFirewallPolicyCommand.js +2 -3
  2. package/dist-cjs/commands/AssociateSubnetsCommand.js +2 -3
  3. package/dist-cjs/commands/CreateFirewallCommand.js +2 -3
  4. package/dist-cjs/commands/CreateFirewallPolicyCommand.js +2 -3
  5. package/dist-cjs/commands/CreateRuleGroupCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteFirewallCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteFirewallPolicyCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteRuleGroupCommand.js +2 -3
  10. package/dist-cjs/commands/DescribeFirewallCommand.js +2 -3
  11. package/dist-cjs/commands/DescribeFirewallPolicyCommand.js +2 -3
  12. package/dist-cjs/commands/DescribeLoggingConfigurationCommand.js +2 -3
  13. package/dist-cjs/commands/DescribeResourcePolicyCommand.js +2 -3
  14. package/dist-cjs/commands/DescribeRuleGroupCommand.js +2 -3
  15. package/dist-cjs/commands/DescribeRuleGroupMetadataCommand.js +2 -3
  16. package/dist-cjs/commands/DisassociateSubnetsCommand.js +2 -3
  17. package/dist-cjs/commands/ListFirewallPoliciesCommand.js +2 -3
  18. package/dist-cjs/commands/ListFirewallsCommand.js +2 -3
  19. package/dist-cjs/commands/ListRuleGroupsCommand.js +2 -3
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  21. package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -3
  22. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  23. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  24. package/dist-cjs/commands/UpdateFirewallDeleteProtectionCommand.js +2 -3
  25. package/dist-cjs/commands/UpdateFirewallDescriptionCommand.js +2 -3
  26. package/dist-cjs/commands/UpdateFirewallEncryptionConfigurationCommand.js +2 -3
  27. package/dist-cjs/commands/UpdateFirewallPolicyChangeProtectionCommand.js +2 -3
  28. package/dist-cjs/commands/UpdateFirewallPolicyCommand.js +2 -3
  29. package/dist-cjs/commands/UpdateLoggingConfigurationCommand.js +2 -3
  30. package/dist-cjs/commands/UpdateRuleGroupCommand.js +2 -3
  31. package/dist-cjs/commands/UpdateSubnetChangeProtectionCommand.js +2 -3
  32. package/dist-cjs/models/models_0.js +1 -439
  33. package/dist-es/commands/AssociateFirewallPolicyCommand.js +2 -3
  34. package/dist-es/commands/AssociateSubnetsCommand.js +2 -3
  35. package/dist-es/commands/CreateFirewallCommand.js +2 -3
  36. package/dist-es/commands/CreateFirewallPolicyCommand.js +2 -3
  37. package/dist-es/commands/CreateRuleGroupCommand.js +2 -3
  38. package/dist-es/commands/DeleteFirewallCommand.js +2 -3
  39. package/dist-es/commands/DeleteFirewallPolicyCommand.js +2 -3
  40. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -3
  41. package/dist-es/commands/DeleteRuleGroupCommand.js +2 -3
  42. package/dist-es/commands/DescribeFirewallCommand.js +2 -3
  43. package/dist-es/commands/DescribeFirewallPolicyCommand.js +2 -3
  44. package/dist-es/commands/DescribeLoggingConfigurationCommand.js +2 -3
  45. package/dist-es/commands/DescribeResourcePolicyCommand.js +2 -3
  46. package/dist-es/commands/DescribeRuleGroupCommand.js +2 -3
  47. package/dist-es/commands/DescribeRuleGroupMetadataCommand.js +2 -3
  48. package/dist-es/commands/DisassociateSubnetsCommand.js +2 -3
  49. package/dist-es/commands/ListFirewallPoliciesCommand.js +2 -3
  50. package/dist-es/commands/ListFirewallsCommand.js +2 -3
  51. package/dist-es/commands/ListRuleGroupsCommand.js +2 -3
  52. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  53. package/dist-es/commands/PutResourcePolicyCommand.js +2 -3
  54. package/dist-es/commands/TagResourceCommand.js +2 -3
  55. package/dist-es/commands/UntagResourceCommand.js +2 -3
  56. package/dist-es/commands/UpdateFirewallDeleteProtectionCommand.js +2 -3
  57. package/dist-es/commands/UpdateFirewallDescriptionCommand.js +2 -3
  58. package/dist-es/commands/UpdateFirewallEncryptionConfigurationCommand.js +2 -3
  59. package/dist-es/commands/UpdateFirewallPolicyChangeProtectionCommand.js +2 -3
  60. package/dist-es/commands/UpdateFirewallPolicyCommand.js +2 -3
  61. package/dist-es/commands/UpdateLoggingConfigurationCommand.js +2 -3
  62. package/dist-es/commands/UpdateRuleGroupCommand.js +2 -3
  63. package/dist-es/commands/UpdateSubnetChangeProtectionCommand.js +2 -3
  64. package/dist-es/models/models_0.js +0 -327
  65. package/dist-types/NetworkFirewall.d.ts +32 -0
  66. package/dist-types/NetworkFirewallClient.d.ts +24 -4
  67. package/dist-types/commands/AssociateFirewallPolicyCommand.d.ts +16 -0
  68. package/dist-types/commands/AssociateSubnetsCommand.d.ts +16 -0
  69. package/dist-types/commands/CreateFirewallCommand.d.ts +16 -0
  70. package/dist-types/commands/CreateFirewallPolicyCommand.d.ts +16 -0
  71. package/dist-types/commands/CreateRuleGroupCommand.d.ts +16 -0
  72. package/dist-types/commands/DeleteFirewallCommand.d.ts +16 -0
  73. package/dist-types/commands/DeleteFirewallPolicyCommand.d.ts +16 -0
  74. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
  75. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +16 -0
  76. package/dist-types/commands/DescribeFirewallCommand.d.ts +16 -0
  77. package/dist-types/commands/DescribeFirewallPolicyCommand.d.ts +16 -0
  78. package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +16 -0
  79. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +16 -0
  80. package/dist-types/commands/DescribeRuleGroupCommand.d.ts +16 -0
  81. package/dist-types/commands/DescribeRuleGroupMetadataCommand.d.ts +16 -0
  82. package/dist-types/commands/DisassociateSubnetsCommand.d.ts +16 -0
  83. package/dist-types/commands/ListFirewallPoliciesCommand.d.ts +16 -0
  84. package/dist-types/commands/ListFirewallsCommand.d.ts +16 -0
  85. package/dist-types/commands/ListRuleGroupsCommand.d.ts +16 -0
  86. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  87. package/dist-types/commands/PutResourcePolicyCommand.d.ts +16 -0
  88. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  89. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  90. package/dist-types/commands/UpdateFirewallDeleteProtectionCommand.d.ts +16 -0
  91. package/dist-types/commands/UpdateFirewallDescriptionCommand.d.ts +16 -0
  92. package/dist-types/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +16 -0
  93. package/dist-types/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +16 -0
  94. package/dist-types/commands/UpdateFirewallPolicyCommand.d.ts +16 -0
  95. package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +16 -0
  96. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +16 -0
  97. package/dist-types/commands/UpdateSubnetChangeProtectionCommand.d.ts +16 -0
  98. package/dist-types/models/NetworkFirewallServiceException.d.ts +2 -0
  99. package/dist-types/models/models_0.d.ts +313 -441
  100. package/dist-types/pagination/Interfaces.d.ts +3 -0
  101. package/dist-types/pagination/ListFirewallPoliciesPaginator.d.ts +3 -0
  102. package/dist-types/pagination/ListFirewallsPaginator.d.ts +3 -0
  103. package/dist-types/pagination/ListRuleGroupsPaginator.d.ts +3 -0
  104. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
  105. package/dist-types/ts3.4/models/models_0.d.ts +0 -293
  106. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AssociateFirewallPolicyRequest, AssociateFirewallPolicyResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssociateFirewallPolicyCommand}.
8
10
  */
9
11
  export interface AssociateFirewallPolicyCommandInput extends AssociateFirewallPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssociateFirewallPolicyCommand}.
13
17
  */
14
18
  export interface AssociateFirewallPolicyCommandOutput extends AssociateFirewallPolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Associates a <a>FirewallPolicy</a> to a <a>Firewall</a>. </p>
18
23
  * <p>A firewall policy defines how to monitor and manage your VPC network traffic, using a
19
24
  * collection of inspection rule groups and other settings. Each firewall requires one
@@ -29,6 +34,8 @@ export interface AssociateFirewallPolicyCommandOutput extends AssociateFirewallP
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param AssociateFirewallPolicyCommandInput - {@link AssociateFirewallPolicyCommandInput}
38
+ * @returns {@link AssociateFirewallPolicyCommandOutput}
32
39
  * @see {@link AssociateFirewallPolicyCommandInput} for command's `input` shape.
33
40
  * @see {@link AssociateFirewallPolicyCommandOutput} for command's `response` shape.
34
41
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
@@ -71,11 +78,20 @@ export interface AssociateFirewallPolicyCommandOutput extends AssociateFirewallP
71
78
  export declare class AssociateFirewallPolicyCommand extends $Command<AssociateFirewallPolicyCommandInput, AssociateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig> {
72
79
  readonly input: AssociateFirewallPolicyCommandInput;
73
80
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
+ /**
82
+ * @public
83
+ */
74
84
  constructor(input: AssociateFirewallPolicyCommandInput);
75
85
  /**
76
86
  * @internal
77
87
  */
78
88
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateFirewallPolicyCommandInput, AssociateFirewallPolicyCommandOutput>;
89
+ /**
90
+ * @internal
91
+ */
79
92
  private serialize;
93
+ /**
94
+ * @internal
95
+ */
80
96
  private deserialize;
81
97
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AssociateSubnetsRequest, AssociateSubnetsResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssociateSubnetsCommand}.
8
10
  */
9
11
  export interface AssociateSubnetsCommandInput extends AssociateSubnetsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssociateSubnetsCommand}.
13
17
  */
14
18
  export interface AssociateSubnetsCommandOutput extends AssociateSubnetsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Associates the specified subnets in the Amazon VPC to the firewall. You can specify one
18
23
  * subnet for each of the Availability Zones that the VPC spans. </p>
19
24
  * <p>This request creates an Network Firewall firewall endpoint in each of the subnets. To
@@ -30,6 +35,8 @@ export interface AssociateSubnetsCommandOutput extends AssociateSubnetsResponse,
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param AssociateSubnetsCommandInput - {@link AssociateSubnetsCommandInput}
39
+ * @returns {@link AssociateSubnetsCommandOutput}
33
40
  * @see {@link AssociateSubnetsCommandInput} for command's `input` shape.
34
41
  * @see {@link AssociateSubnetsCommandOutput} for command's `response` shape.
35
42
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
@@ -76,11 +83,20 @@ export interface AssociateSubnetsCommandOutput extends AssociateSubnetsResponse,
76
83
  export declare class AssociateSubnetsCommand extends $Command<AssociateSubnetsCommandInput, AssociateSubnetsCommandOutput, NetworkFirewallClientResolvedConfig> {
77
84
  readonly input: AssociateSubnetsCommandInput;
78
85
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
+ /**
87
+ * @public
88
+ */
79
89
  constructor(input: AssociateSubnetsCommandInput);
80
90
  /**
81
91
  * @internal
82
92
  */
83
93
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateSubnetsCommandInput, AssociateSubnetsCommandOutput>;
94
+ /**
95
+ * @internal
96
+ */
84
97
  private serialize;
98
+ /**
99
+ * @internal
100
+ */
85
101
  private deserialize;
86
102
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateFirewallRequest, CreateFirewallResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateFirewallCommand}.
8
10
  */
9
11
  export interface CreateFirewallCommandInput extends CreateFirewallRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateFirewallCommand}.
13
17
  */
14
18
  export interface CreateFirewallCommandOutput extends CreateFirewallResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates an Network Firewall <a>Firewall</a> and accompanying <a>FirewallStatus</a> for a VPC. </p>
18
23
  * <p>The firewall defines the configuration settings for an Network Firewall firewall. The settings that you can define at creation include the firewall policy, the subnets in your VPC to use for the firewall endpoints, and any tags that are attached to the firewall Amazon Web Services resource. </p>
19
24
  * <p>After you create a firewall, you can provide additional settings, like the logging configuration. </p>
@@ -31,6 +36,8 @@ export interface CreateFirewallCommandOutput extends CreateFirewallResponse, __M
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param CreateFirewallCommandInput - {@link CreateFirewallCommandInput}
40
+ * @returns {@link CreateFirewallCommandOutput}
34
41
  * @see {@link CreateFirewallCommandInput} for command's `input` shape.
35
42
  * @see {@link CreateFirewallCommandOutput} for command's `response` shape.
36
43
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
@@ -74,11 +81,20 @@ export interface CreateFirewallCommandOutput extends CreateFirewallResponse, __M
74
81
  export declare class CreateFirewallCommand extends $Command<CreateFirewallCommandInput, CreateFirewallCommandOutput, NetworkFirewallClientResolvedConfig> {
75
82
  readonly input: CreateFirewallCommandInput;
76
83
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
+ /**
85
+ * @public
86
+ */
77
87
  constructor(input: CreateFirewallCommandInput);
78
88
  /**
79
89
  * @internal
80
90
  */
81
91
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFirewallCommandInput, CreateFirewallCommandOutput>;
92
+ /**
93
+ * @internal
94
+ */
82
95
  private serialize;
96
+ /**
97
+ * @internal
98
+ */
83
99
  private deserialize;
84
100
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateFirewallPolicyRequest, CreateFirewallPolicyResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateFirewallPolicyCommand}.
8
10
  */
9
11
  export interface CreateFirewallPolicyCommandInput extends CreateFirewallPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateFirewallPolicyCommand}.
13
17
  */
14
18
  export interface CreateFirewallPolicyCommandOutput extends CreateFirewallPolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates the firewall policy for the firewall according to the specifications. </p>
18
23
  * <p>An Network Firewall firewall policy defines the behavior of a firewall, in a collection of
19
24
  * stateless and stateful rule groups and other settings. You can use one firewall policy for
@@ -28,6 +33,8 @@ export interface CreateFirewallPolicyCommandOutput extends CreateFirewallPolicyR
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param CreateFirewallPolicyCommandInput - {@link CreateFirewallPolicyCommandInput}
37
+ * @returns {@link CreateFirewallPolicyCommandOutput}
31
38
  * @see {@link CreateFirewallPolicyCommandInput} for command's `input` shape.
32
39
  * @see {@link CreateFirewallPolicyCommandOutput} for command's `response` shape.
33
40
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
@@ -67,11 +74,20 @@ export interface CreateFirewallPolicyCommandOutput extends CreateFirewallPolicyR
67
74
  export declare class CreateFirewallPolicyCommand extends $Command<CreateFirewallPolicyCommandInput, CreateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig> {
68
75
  readonly input: CreateFirewallPolicyCommandInput;
69
76
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
+ /**
78
+ * @public
79
+ */
70
80
  constructor(input: CreateFirewallPolicyCommandInput);
71
81
  /**
72
82
  * @internal
73
83
  */
74
84
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFirewallPolicyCommandInput, CreateFirewallPolicyCommandOutput>;
85
+ /**
86
+ * @internal
87
+ */
75
88
  private serialize;
89
+ /**
90
+ * @internal
91
+ */
76
92
  private deserialize;
77
93
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateRuleGroupRequest, CreateRuleGroupResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateRuleGroupCommand}.
8
10
  */
9
11
  export interface CreateRuleGroupCommandInput extends CreateRuleGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateRuleGroupCommand}.
13
17
  */
14
18
  export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates the specified stateless or stateful rule group, which includes the rules for
18
23
  * network traffic inspection, a capacity setting, and tags. </p>
19
24
  * <p>You provide your rule group specification in your request using either
@@ -28,6 +33,8 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param CreateRuleGroupCommandInput - {@link CreateRuleGroupCommandInput}
37
+ * @returns {@link CreateRuleGroupCommandOutput}
31
38
  * @see {@link CreateRuleGroupCommandInput} for command's `input` shape.
32
39
  * @see {@link CreateRuleGroupCommandOutput} for command's `response` shape.
33
40
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
@@ -67,11 +74,20 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _
67
74
  export declare class CreateRuleGroupCommand extends $Command<CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig> {
68
75
  readonly input: CreateRuleGroupCommandInput;
69
76
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
+ /**
78
+ * @public
79
+ */
70
80
  constructor(input: CreateRuleGroupCommandInput);
71
81
  /**
72
82
  * @internal
73
83
  */
74
84
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput>;
85
+ /**
86
+ * @internal
87
+ */
75
88
  private serialize;
89
+ /**
90
+ * @internal
91
+ */
76
92
  private deserialize;
77
93
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteFirewallRequest, DeleteFirewallResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteFirewallCommand}.
8
10
  */
9
11
  export interface DeleteFirewallCommandInput extends DeleteFirewallRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteFirewallCommand}.
13
17
  */
14
18
  export interface DeleteFirewallCommandOutput extends DeleteFirewallResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified <a>Firewall</a> and its <a>FirewallStatus</a>.
18
23
  * This operation requires the firewall's <code>DeleteProtection</code> flag to be
19
24
  * <code>FALSE</code>. You can't revert this operation. </p>
@@ -35,6 +40,8 @@ export interface DeleteFirewallCommandOutput extends DeleteFirewallResponse, __M
35
40
  * const response = await client.send(command);
36
41
  * ```
37
42
  *
43
+ * @param DeleteFirewallCommandInput - {@link DeleteFirewallCommandInput}
44
+ * @returns {@link DeleteFirewallCommandOutput}
38
45
  * @see {@link DeleteFirewallCommandInput} for command's `input` shape.
39
46
  * @see {@link DeleteFirewallCommandOutput} for command's `response` shape.
40
47
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
@@ -77,11 +84,20 @@ export interface DeleteFirewallCommandOutput extends DeleteFirewallResponse, __M
77
84
  export declare class DeleteFirewallCommand extends $Command<DeleteFirewallCommandInput, DeleteFirewallCommandOutput, NetworkFirewallClientResolvedConfig> {
78
85
  readonly input: DeleteFirewallCommandInput;
79
86
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
+ /**
88
+ * @public
89
+ */
80
90
  constructor(input: DeleteFirewallCommandInput);
81
91
  /**
82
92
  * @internal
83
93
  */
84
94
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFirewallCommandInput, DeleteFirewallCommandOutput>;
95
+ /**
96
+ * @internal
97
+ */
85
98
  private serialize;
99
+ /**
100
+ * @internal
101
+ */
86
102
  private deserialize;
87
103
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteFirewallPolicyRequest, DeleteFirewallPolicyResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteFirewallPolicyCommand}.
8
10
  */
9
11
  export interface DeleteFirewallPolicyCommandInput extends DeleteFirewallPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteFirewallPolicyCommand}.
13
17
  */
14
18
  export interface DeleteFirewallPolicyCommandOutput extends DeleteFirewallPolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified <a>FirewallPolicy</a>. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteFirewallPolicyCommandOutput extends DeleteFirewallPolicyR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteFirewallPolicyCommandInput - {@link DeleteFirewallPolicyCommandInput}
34
+ * @returns {@link DeleteFirewallPolicyCommandOutput}
28
35
  * @see {@link DeleteFirewallPolicyCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteFirewallPolicyCommandOutput} for command's `response` shape.
30
37
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
@@ -67,11 +74,20 @@ export interface DeleteFirewallPolicyCommandOutput extends DeleteFirewallPolicyR
67
74
  export declare class DeleteFirewallPolicyCommand extends $Command<DeleteFirewallPolicyCommandInput, DeleteFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig> {
68
75
  readonly input: DeleteFirewallPolicyCommandInput;
69
76
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
+ /**
78
+ * @public
79
+ */
70
80
  constructor(input: DeleteFirewallPolicyCommandInput);
71
81
  /**
72
82
  * @internal
73
83
  */
74
84
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFirewallPolicyCommandInput, DeleteFirewallPolicyCommandOutput>;
85
+ /**
86
+ * @internal
87
+ */
75
88
  private serialize;
89
+ /**
90
+ * @internal
91
+ */
76
92
  private deserialize;
77
93
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteResourcePolicyCommand}.
8
10
  */
9
11
  export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteResourcePolicyCommand}.
13
17
  */
14
18
  export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a resource policy that you created in a <a>PutResourcePolicy</a> request. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteResourcePolicyCommandInput - {@link DeleteResourcePolicyCommandInput}
34
+ * @returns {@link DeleteResourcePolicyCommandOutput}
28
35
  * @see {@link DeleteResourcePolicyCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteResourcePolicyCommandOutput} for command's `response` shape.
30
37
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
@@ -63,11 +70,20 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
63
70
  export declare class DeleteResourcePolicyCommand extends $Command<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, NetworkFirewallClientResolvedConfig> {
64
71
  readonly input: DeleteResourcePolicyCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: DeleteResourcePolicyCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteRuleGroupRequest, DeleteRuleGroupResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteRuleGroupCommand}.
8
10
  */
9
11
  export interface DeleteRuleGroupCommandInput extends DeleteRuleGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteRuleGroupCommand}.
13
17
  */
14
18
  export interface DeleteRuleGroupCommandOutput extends DeleteRuleGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified <a>RuleGroup</a>. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteRuleGroupCommandOutput extends DeleteRuleGroupResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteRuleGroupCommandInput - {@link DeleteRuleGroupCommandInput}
34
+ * @returns {@link DeleteRuleGroupCommandOutput}
28
35
  * @see {@link DeleteRuleGroupCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteRuleGroupCommandOutput} for command's `response` shape.
30
37
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
@@ -67,11 +74,20 @@ export interface DeleteRuleGroupCommandOutput extends DeleteRuleGroupResponse, _
67
74
  export declare class DeleteRuleGroupCommand extends $Command<DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig> {
68
75
  readonly input: DeleteRuleGroupCommandInput;
69
76
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
+ /**
78
+ * @public
79
+ */
70
80
  constructor(input: DeleteRuleGroupCommandInput);
71
81
  /**
72
82
  * @internal
73
83
  */
74
84
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput>;
85
+ /**
86
+ * @internal
87
+ */
75
88
  private serialize;
89
+ /**
90
+ * @internal
91
+ */
76
92
  private deserialize;
77
93
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeFirewallRequest, DescribeFirewallResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeFirewallCommand}.
8
10
  */
9
11
  export interface DescribeFirewallCommandInput extends DescribeFirewallRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeFirewallCommand}.
13
17
  */
14
18
  export interface DescribeFirewallCommandOutput extends DescribeFirewallResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the data objects for the specified firewall. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeFirewallCommandOutput extends DescribeFirewallResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeFirewallCommandInput - {@link DescribeFirewallCommandInput}
34
+ * @returns {@link DescribeFirewallCommandOutput}
28
35
  * @see {@link DescribeFirewallCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeFirewallCommandOutput} for command's `response` shape.
30
37
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
@@ -60,11 +67,20 @@ export interface DescribeFirewallCommandOutput extends DescribeFirewallResponse,
60
67
  export declare class DescribeFirewallCommand extends $Command<DescribeFirewallCommandInput, DescribeFirewallCommandOutput, NetworkFirewallClientResolvedConfig> {
61
68
  readonly input: DescribeFirewallCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: DescribeFirewallCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFirewallCommandInput, DescribeFirewallCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeFirewallPolicyRequest, DescribeFirewallPolicyResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeFirewallPolicyCommand}.
8
10
  */
9
11
  export interface DescribeFirewallPolicyCommandInput extends DescribeFirewallPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeFirewallPolicyCommand}.
13
17
  */
14
18
  export interface DescribeFirewallPolicyCommandOutput extends DescribeFirewallPolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the data objects for the specified firewall policy. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeFirewallPolicyCommandOutput extends DescribeFirewallPol
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeFirewallPolicyCommandInput - {@link DescribeFirewallPolicyCommandInput}
34
+ * @returns {@link DescribeFirewallPolicyCommandOutput}
28
35
  * @see {@link DescribeFirewallPolicyCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeFirewallPolicyCommandOutput} for command's `response` shape.
30
37
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
@@ -60,11 +67,20 @@ export interface DescribeFirewallPolicyCommandOutput extends DescribeFirewallPol
60
67
  export declare class DescribeFirewallPolicyCommand extends $Command<DescribeFirewallPolicyCommandInput, DescribeFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig> {
61
68
  readonly input: DescribeFirewallPolicyCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: DescribeFirewallPolicyCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFirewallPolicyCommandInput, DescribeFirewallPolicyCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeLoggingConfigurationRequest, DescribeLoggingConfigurationResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeLoggingConfigurationCommand}.
8
10
  */
9
11
  export interface DescribeLoggingConfigurationCommandInput extends DescribeLoggingConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeLoggingConfigurationCommand}.
13
17
  */
14
18
  export interface DescribeLoggingConfigurationCommandOutput extends DescribeLoggingConfigurationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the logging configuration for the specified firewall. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeLoggingConfigurationCommandOutput extends DescribeLoggi
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeLoggingConfigurationCommandInput - {@link DescribeLoggingConfigurationCommandInput}
34
+ * @returns {@link DescribeLoggingConfigurationCommandOutput}
28
35
  * @see {@link DescribeLoggingConfigurationCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeLoggingConfigurationCommandOutput} for command's `response` shape.
30
37
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
@@ -60,11 +67,20 @@ export interface DescribeLoggingConfigurationCommandOutput extends DescribeLoggi
60
67
  export declare class DescribeLoggingConfigurationCommand extends $Command<DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput, NetworkFirewallClientResolvedConfig> {
61
68
  readonly input: DescribeLoggingConfigurationCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: DescribeLoggingConfigurationCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }