@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 { DescribeResourcePolicyRequest, DescribeResourcePolicyResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeResourcePolicyCommand}.
8
10
  */
9
11
  export interface DescribeResourcePolicyCommandInput extends DescribeResourcePolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeResourcePolicyCommand}.
13
17
  */
14
18
  export interface DescribeResourcePolicyCommandOutput extends DescribeResourcePolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves 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 DescribeResourcePolicyCommandOutput extends DescribeResourcePol
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeResourcePolicyCommandInput - {@link DescribeResourcePolicyCommandInput}
34
+ * @returns {@link DescribeResourcePolicyCommandOutput}
28
35
  * @see {@link DescribeResourcePolicyCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeResourcePolicyCommandOutput} for command's `response` shape.
30
37
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
@@ -60,11 +67,20 @@ export interface DescribeResourcePolicyCommandOutput extends DescribeResourcePol
60
67
  export declare class DescribeResourcePolicyCommand extends $Command<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, NetworkFirewallClientResolvedConfig> {
61
68
  readonly input: DescribeResourcePolicyCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: DescribeResourcePolicyCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput>;
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 { DescribeRuleGroupRequest, DescribeRuleGroupResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeRuleGroupCommand}.
8
10
  */
9
11
  export interface DescribeRuleGroupCommandInput extends DescribeRuleGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeRuleGroupCommand}.
13
17
  */
14
18
  export interface DescribeRuleGroupCommandOutput extends DescribeRuleGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the data objects for the specified rule group. </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 DescribeRuleGroupCommandOutput extends DescribeRuleGroupRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeRuleGroupCommandInput - {@link DescribeRuleGroupCommandInput}
34
+ * @returns {@link DescribeRuleGroupCommandOutput}
28
35
  * @see {@link DescribeRuleGroupCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeRuleGroupCommandOutput} for command's `response` shape.
30
37
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
@@ -60,11 +67,20 @@ export interface DescribeRuleGroupCommandOutput extends DescribeRuleGroupRespons
60
67
  export declare class DescribeRuleGroupCommand extends $Command<DescribeRuleGroupCommandInput, DescribeRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig> {
61
68
  readonly input: DescribeRuleGroupCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: DescribeRuleGroupCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRuleGroupCommandInput, DescribeRuleGroupCommandOutput>;
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 { DescribeRuleGroupMetadataRequest, DescribeRuleGroupMetadataResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeRuleGroupMetadataCommand}.
8
10
  */
9
11
  export interface DescribeRuleGroupMetadataCommandInput extends DescribeRuleGroupMetadataRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeRuleGroupMetadataCommand}.
13
17
  */
14
18
  export interface DescribeRuleGroupMetadataCommandOutput extends DescribeRuleGroupMetadataResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>High-level information about a rule group, returned by operations like create and describe.
18
23
  * You can use the information provided in the metadata to retrieve and manage a rule group.
19
24
  * You can retrieve all objects for a rule group by calling <a>DescribeRuleGroup</a>.
@@ -28,6 +33,8 @@ export interface DescribeRuleGroupMetadataCommandOutput extends DescribeRuleGrou
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param DescribeRuleGroupMetadataCommandInput - {@link DescribeRuleGroupMetadataCommandInput}
37
+ * @returns {@link DescribeRuleGroupMetadataCommandOutput}
31
38
  * @see {@link DescribeRuleGroupMetadataCommandInput} for command's `input` shape.
32
39
  * @see {@link DescribeRuleGroupMetadataCommandOutput} for command's `response` shape.
33
40
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
@@ -63,11 +70,20 @@ export interface DescribeRuleGroupMetadataCommandOutput extends DescribeRuleGrou
63
70
  export declare class DescribeRuleGroupMetadataCommand extends $Command<DescribeRuleGroupMetadataCommandInput, DescribeRuleGroupMetadataCommandOutput, NetworkFirewallClientResolvedConfig> {
64
71
  readonly input: DescribeRuleGroupMetadataCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: DescribeRuleGroupMetadataCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRuleGroupMetadataCommandInput, DescribeRuleGroupMetadataCommandOutput>;
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 { DisassociateSubnetsRequest, DisassociateSubnetsResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociateSubnetsCommand}.
8
10
  */
9
11
  export interface DisassociateSubnetsCommandInput extends DisassociateSubnetsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociateSubnetsCommand}.
13
17
  */
14
18
  export interface DisassociateSubnetsCommandOutput extends DisassociateSubnetsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes the specified subnet associations from the firewall. This removes the
18
23
  * firewall endpoints from the subnets and removes any network filtering protections that the endpoints
19
24
  * were providing.
@@ -28,6 +33,8 @@ export interface DisassociateSubnetsCommandOutput extends DisassociateSubnetsRes
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param DisassociateSubnetsCommandInput - {@link DisassociateSubnetsCommandInput}
37
+ * @returns {@link DisassociateSubnetsCommandOutput}
31
38
  * @see {@link DisassociateSubnetsCommandInput} for command's `input` shape.
32
39
  * @see {@link DisassociateSubnetsCommandOutput} for command's `response` shape.
33
40
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
@@ -70,11 +77,20 @@ export interface DisassociateSubnetsCommandOutput extends DisassociateSubnetsRes
70
77
  export declare class DisassociateSubnetsCommand extends $Command<DisassociateSubnetsCommandInput, DisassociateSubnetsCommandOutput, NetworkFirewallClientResolvedConfig> {
71
78
  readonly input: DisassociateSubnetsCommandInput;
72
79
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
+ /**
81
+ * @public
82
+ */
73
83
  constructor(input: DisassociateSubnetsCommandInput);
74
84
  /**
75
85
  * @internal
76
86
  */
77
87
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateSubnetsCommandInput, DisassociateSubnetsCommandOutput>;
88
+ /**
89
+ * @internal
90
+ */
78
91
  private serialize;
92
+ /**
93
+ * @internal
94
+ */
79
95
  private deserialize;
80
96
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListFirewallPoliciesRequest, ListFirewallPoliciesResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListFirewallPoliciesCommand}.
8
10
  */
9
11
  export interface ListFirewallPoliciesCommandInput extends ListFirewallPoliciesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListFirewallPoliciesCommand}.
13
17
  */
14
18
  export interface ListFirewallPoliciesCommandOutput extends ListFirewallPoliciesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the metadata for the firewall policies that you have defined. Depending on
18
23
  * your setting for max results and the number of firewall policies, a single call might not
19
24
  * return the full list. </p>
@@ -27,6 +32,8 @@ export interface ListFirewallPoliciesCommandOutput extends ListFirewallPoliciesR
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param ListFirewallPoliciesCommandInput - {@link ListFirewallPoliciesCommandInput}
36
+ * @returns {@link ListFirewallPoliciesCommandOutput}
30
37
  * @see {@link ListFirewallPoliciesCommandInput} for command's `input` shape.
31
38
  * @see {@link ListFirewallPoliciesCommandOutput} for command's `response` shape.
32
39
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
@@ -59,11 +66,20 @@ export interface ListFirewallPoliciesCommandOutput extends ListFirewallPoliciesR
59
66
  export declare class ListFirewallPoliciesCommand extends $Command<ListFirewallPoliciesCommandInput, ListFirewallPoliciesCommandOutput, NetworkFirewallClientResolvedConfig> {
60
67
  readonly input: ListFirewallPoliciesCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: ListFirewallPoliciesCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFirewallPoliciesCommandInput, ListFirewallPoliciesCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListFirewallsRequest, ListFirewallsResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListFirewallsCommand}.
8
10
  */
9
11
  export interface ListFirewallsCommandInput extends ListFirewallsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListFirewallsCommand}.
13
17
  */
14
18
  export interface ListFirewallsCommandOutput extends ListFirewallsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the metadata for the firewalls that you have defined. If you provide VPC
18
23
  * identifiers in your request, this returns only the firewalls for those VPCs.</p>
19
24
  * <p>Depending on your setting for max results and the number of firewalls, a single call
@@ -28,6 +33,8 @@ export interface ListFirewallsCommandOutput extends ListFirewallsResponse, __Met
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param ListFirewallsCommandInput - {@link ListFirewallsCommandInput}
37
+ * @returns {@link ListFirewallsCommandOutput}
31
38
  * @see {@link ListFirewallsCommandInput} for command's `input` shape.
32
39
  * @see {@link ListFirewallsCommandOutput} for command's `response` shape.
33
40
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
@@ -60,11 +67,20 @@ export interface ListFirewallsCommandOutput extends ListFirewallsResponse, __Met
60
67
  export declare class ListFirewallsCommand extends $Command<ListFirewallsCommandInput, ListFirewallsCommandOutput, NetworkFirewallClientResolvedConfig> {
61
68
  readonly input: ListFirewallsCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: ListFirewallsCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFirewallsCommandInput, ListFirewallsCommandOutput>;
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 { ListRuleGroupsRequest, ListRuleGroupsResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListRuleGroupsCommand}.
8
10
  */
9
11
  export interface ListRuleGroupsCommandInput extends ListRuleGroupsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListRuleGroupsCommand}.
13
17
  */
14
18
  export interface ListRuleGroupsCommandOutput extends ListRuleGroupsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the metadata for the rule groups that you have defined. Depending on your
18
23
  * setting for max results and the number of rule groups, a single call might not return the
19
24
  * full list. </p>
@@ -27,6 +32,8 @@ export interface ListRuleGroupsCommandOutput extends ListRuleGroupsResponse, __M
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param ListRuleGroupsCommandInput - {@link ListRuleGroupsCommandInput}
36
+ * @returns {@link ListRuleGroupsCommandOutput}
30
37
  * @see {@link ListRuleGroupsCommandInput} for command's `input` shape.
31
38
  * @see {@link ListRuleGroupsCommandOutput} for command's `response` shape.
32
39
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
@@ -59,11 +66,20 @@ export interface ListRuleGroupsCommandOutput extends ListRuleGroupsResponse, __M
59
66
  export declare class ListRuleGroupsCommand extends $Command<ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput, NetworkFirewallClientResolvedConfig> {
60
67
  readonly input: ListRuleGroupsCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: ListRuleGroupsCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the tags associated with the specified resource. Tags are key:value pairs that
18
23
  * you can use to categorize and manage your resources, for purposes like billing. For
19
24
  * example, you might set the tag key to "customer" and the value to the customer name or ID.
@@ -31,6 +36,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
40
+ * @returns {@link ListTagsForResourceCommandOutput}
34
41
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
35
42
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
36
43
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
@@ -66,11 +73,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
66
73
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, NetworkFirewallClientResolvedConfig> {
67
74
  readonly input: ListTagsForResourceCommandInput;
68
75
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
+ /**
77
+ * @public
78
+ */
69
79
  constructor(input: ListTagsForResourceCommandInput);
70
80
  /**
71
81
  * @internal
72
82
  */
73
83
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
84
+ /**
85
+ * @internal
86
+ */
74
87
  private serialize;
88
+ /**
89
+ * @internal
90
+ */
75
91
  private deserialize;
76
92
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutResourcePolicyCommand}.
8
10
  */
9
11
  export interface PutResourcePolicyCommandInput extends PutResourcePolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutResourcePolicyCommand}.
13
17
  */
14
18
  export interface PutResourcePolicyCommandOutput extends PutResourcePolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates or updates an IAM policy for your rule group or firewall policy. Use this to share rule groups and firewall policies between accounts. This operation works in conjunction with the Amazon Web Services Resource Access Manager (RAM) service
18
23
  * to manage resource sharing for Network Firewall. </p>
19
24
  * <p>Use this operation to create or update a resource policy for your rule group or firewall policy. In the policy, you specify the accounts that you want to share the resource with and the operations that you want the accounts to be able to perform. </p>
@@ -39,6 +44,8 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
39
44
  * const response = await client.send(command);
40
45
  * ```
41
46
  *
47
+ * @param PutResourcePolicyCommandInput - {@link PutResourcePolicyCommandInput}
48
+ * @returns {@link PutResourcePolicyCommandOutput}
42
49
  * @see {@link PutResourcePolicyCommandInput} for command's `input` shape.
43
50
  * @see {@link PutResourcePolicyCommandOutput} for command's `response` shape.
44
51
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
@@ -77,11 +84,20 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
77
84
  export declare class PutResourcePolicyCommand extends $Command<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, NetworkFirewallClientResolvedConfig> {
78
85
  readonly input: PutResourcePolicyCommandInput;
79
86
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
+ /**
88
+ * @public
89
+ */
80
90
  constructor(input: PutResourcePolicyCommandInput);
81
91
  /**
82
92
  * @internal
83
93
  */
84
94
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput>;
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds the specified tags to the specified resource. Tags are key:value pairs that you can
18
23
  * use to categorize and manage your resources, for purposes like billing. For example, you
19
24
  * might set the tag key to "customer" and the value to the customer name or ID. You can
@@ -30,6 +35,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
39
+ * @returns {@link TagResourceCommandOutput}
33
40
  * @see {@link TagResourceCommandInput} for command's `input` shape.
34
41
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
35
42
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
@@ -65,11 +72,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
65
72
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, NetworkFirewallClientResolvedConfig> {
66
73
  readonly input: TagResourceCommandInput;
67
74
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
+ /**
76
+ * @public
77
+ */
68
78
  constructor(input: TagResourceCommandInput);
69
79
  /**
70
80
  * @internal
71
81
  */
72
82
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
83
+ /**
84
+ * @internal
85
+ */
73
86
  private serialize;
87
+ /**
88
+ * @internal
89
+ */
74
90
  private deserialize;
75
91
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes the tags with the specified keys from the specified resource. Tags are key:value
18
23
  * pairs that you can use to categorize and manage your resources, for purposes like billing.
19
24
  * For example, you might set the tag key to "customer" and the value to the customer name or
@@ -31,6 +36,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
40
+ * @returns {@link UntagResourceCommandOutput}
34
41
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
35
42
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
36
43
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
@@ -66,11 +73,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
66
73
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, NetworkFirewallClientResolvedConfig> {
67
74
  readonly input: UntagResourceCommandInput;
68
75
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
+ /**
77
+ * @public
78
+ */
69
79
  constructor(input: UntagResourceCommandInput);
70
80
  /**
71
81
  * @internal
72
82
  */
73
83
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
84
+ /**
85
+ * @internal
86
+ */
74
87
  private serialize;
88
+ /**
89
+ * @internal
90
+ */
75
91
  private deserialize;
76
92
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateFirewallDeleteProtectionRequest, UpdateFirewallDeleteProtectionResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateFirewallDeleteProtectionCommand}.
8
10
  */
9
11
  export interface UpdateFirewallDeleteProtectionCommandInput extends UpdateFirewallDeleteProtectionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateFirewallDeleteProtectionCommand}.
13
17
  */
14
18
  export interface UpdateFirewallDeleteProtectionCommandOutput extends UpdateFirewallDeleteProtectionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Modifies the flag, <code>DeleteProtection</code>, which indicates whether it is possible
18
23
  * to delete the firewall. If the flag is set to <code>TRUE</code>, the firewall is protected
19
24
  * against deletion. This setting helps protect against accidentally deleting a firewall
@@ -28,6 +33,8 @@ export interface UpdateFirewallDeleteProtectionCommandOutput extends UpdateFirew
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param UpdateFirewallDeleteProtectionCommandInput - {@link UpdateFirewallDeleteProtectionCommandInput}
37
+ * @returns {@link UpdateFirewallDeleteProtectionCommandOutput}
31
38
  * @see {@link UpdateFirewallDeleteProtectionCommandInput} for command's `input` shape.
32
39
  * @see {@link UpdateFirewallDeleteProtectionCommandOutput} for command's `response` shape.
33
40
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
@@ -69,11 +76,20 @@ export interface UpdateFirewallDeleteProtectionCommandOutput extends UpdateFirew
69
76
  export declare class UpdateFirewallDeleteProtectionCommand extends $Command<UpdateFirewallDeleteProtectionCommandInput, UpdateFirewallDeleteProtectionCommandOutput, NetworkFirewallClientResolvedConfig> {
70
77
  readonly input: UpdateFirewallDeleteProtectionCommandInput;
71
78
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
+ /**
80
+ * @public
81
+ */
72
82
  constructor(input: UpdateFirewallDeleteProtectionCommandInput);
73
83
  /**
74
84
  * @internal
75
85
  */
76
86
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFirewallDeleteProtectionCommandInput, UpdateFirewallDeleteProtectionCommandOutput>;
87
+ /**
88
+ * @internal
89
+ */
77
90
  private serialize;
91
+ /**
92
+ * @internal
93
+ */
78
94
  private deserialize;
79
95
  }