@aws-sdk/client-network-firewall 3.300.0 → 3.303.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/README.md +40 -0
- package/dist-cjs/NetworkFirewall.js +75 -0
- package/dist-cjs/commands/CreateTLSInspectionConfigurationCommand.js +45 -0
- package/dist-cjs/commands/DeleteTLSInspectionConfigurationCommand.js +45 -0
- package/dist-cjs/commands/DescribeTLSInspectionConfigurationCommand.js +45 -0
- package/dist-cjs/commands/ListTLSInspectionConfigurationsCommand.js +45 -0
- package/dist-cjs/commands/UpdateTLSInspectionConfigurationCommand.js +45 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +114 -135
- package/dist-cjs/pagination/ListTLSInspectionConfigurationsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_json1_0.js +540 -2
- package/dist-es/NetworkFirewall.js +75 -0
- package/dist-es/commands/CreateTLSInspectionConfigurationCommand.js +41 -0
- package/dist-es/commands/DeleteTLSInspectionConfigurationCommand.js +41 -0
- package/dist-es/commands/DescribeTLSInspectionConfigurationCommand.js +41 -0
- package/dist-es/commands/ListTLSInspectionConfigurationsCommand.js +41 -0
- package/dist-es/commands/UpdateTLSInspectionConfigurationCommand.js +41 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +114 -135
- package/dist-es/pagination/ListTLSInspectionConfigurationsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_0.js +528 -0
- package/dist-types/NetworkFirewall.d.ts +53 -0
- package/dist-types/NetworkFirewallClient.d.ts +7 -2
- package/dist-types/commands/AssociateFirewallPolicyCommand.d.ts +1 -1
- package/dist-types/commands/AssociateSubnetsCommand.d.ts +3 -3
- package/dist-types/commands/CreateFirewallCommand.d.ts +6 -6
- package/dist-types/commands/CreateFirewallPolicyCommand.d.ts +20 -19
- package/dist-types/commands/CreateRuleGroupCommand.d.ts +46 -46
- package/dist-types/commands/CreateTLSInspectionConfigurationCommand.d.ts +145 -0
- package/dist-types/commands/DeleteFirewallCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFirewallPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRuleGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTLSInspectionConfigurationCommand.d.ts +94 -0
- package/dist-types/commands/DescribeFirewallCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFirewallPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRuleGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRuleGroupMetadataCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTLSInspectionConfigurationCommand.d.ts +90 -0
- package/dist-types/commands/DisassociateSubnetsCommand.d.ts +2 -2
- package/dist-types/commands/ListFirewallPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListFirewallsCommand.d.ts +2 -2
- package/dist-types/commands/ListRuleGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListTLSInspectionConfigurationsCommand.d.ts +87 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateFirewallDeleteProtectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFirewallDescriptionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFirewallPolicyCommand.d.ts +18 -17
- package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +5 -5
- package/dist-types/commands/UpdateRuleGroupCommand.d.ts +44 -44
- package/dist-types/commands/UpdateSubnetChangeProtectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTLSInspectionConfigurationCommand.d.ts +144 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +558 -115
- package/dist-types/pagination/ListTLSInspectionConfigurationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_0.d.ts +15 -0
- package/dist-types/ts3.4/NetworkFirewall.d.ts +91 -0
- package/dist-types/ts3.4/NetworkFirewallClient.d.ts +32 -2
- package/dist-types/ts3.4/commands/CreateTLSInspectionConfigurationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteTLSInspectionConfigurationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeTLSInspectionConfigurationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListTLSInspectionConfigurationsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateTLSInspectionConfigurationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +244 -113
- package/dist-types/ts3.4/pagination/ListTLSInspectionConfigurationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +60 -0
- package/package.json +34 -34
|
@@ -4,21 +4,25 @@ import { AssociateSubnetsCommandInput, AssociateSubnetsCommandOutput } from "./c
|
|
|
4
4
|
import { CreateFirewallCommandInput, CreateFirewallCommandOutput } from "./commands/CreateFirewallCommand";
|
|
5
5
|
import { CreateFirewallPolicyCommandInput, CreateFirewallPolicyCommandOutput } from "./commands/CreateFirewallPolicyCommand";
|
|
6
6
|
import { CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput } from "./commands/CreateRuleGroupCommand";
|
|
7
|
+
import { CreateTLSInspectionConfigurationCommandInput, CreateTLSInspectionConfigurationCommandOutput } from "./commands/CreateTLSInspectionConfigurationCommand";
|
|
7
8
|
import { DeleteFirewallCommandInput, DeleteFirewallCommandOutput } from "./commands/DeleteFirewallCommand";
|
|
8
9
|
import { DeleteFirewallPolicyCommandInput, DeleteFirewallPolicyCommandOutput } from "./commands/DeleteFirewallPolicyCommand";
|
|
9
10
|
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
10
11
|
import { DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput } from "./commands/DeleteRuleGroupCommand";
|
|
12
|
+
import { DeleteTLSInspectionConfigurationCommandInput, DeleteTLSInspectionConfigurationCommandOutput } from "./commands/DeleteTLSInspectionConfigurationCommand";
|
|
11
13
|
import { DescribeFirewallCommandInput, DescribeFirewallCommandOutput } from "./commands/DescribeFirewallCommand";
|
|
12
14
|
import { DescribeFirewallPolicyCommandInput, DescribeFirewallPolicyCommandOutput } from "./commands/DescribeFirewallPolicyCommand";
|
|
13
15
|
import { DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput } from "./commands/DescribeLoggingConfigurationCommand";
|
|
14
16
|
import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "./commands/DescribeResourcePolicyCommand";
|
|
15
17
|
import { DescribeRuleGroupCommandInput, DescribeRuleGroupCommandOutput } from "./commands/DescribeRuleGroupCommand";
|
|
16
18
|
import { DescribeRuleGroupMetadataCommandInput, DescribeRuleGroupMetadataCommandOutput } from "./commands/DescribeRuleGroupMetadataCommand";
|
|
19
|
+
import { DescribeTLSInspectionConfigurationCommandInput, DescribeTLSInspectionConfigurationCommandOutput } from "./commands/DescribeTLSInspectionConfigurationCommand";
|
|
17
20
|
import { DisassociateSubnetsCommandInput, DisassociateSubnetsCommandOutput } from "./commands/DisassociateSubnetsCommand";
|
|
18
21
|
import { ListFirewallPoliciesCommandInput, ListFirewallPoliciesCommandOutput } from "./commands/ListFirewallPoliciesCommand";
|
|
19
22
|
import { ListFirewallsCommandInput, ListFirewallsCommandOutput } from "./commands/ListFirewallsCommand";
|
|
20
23
|
import { ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput } from "./commands/ListRuleGroupsCommand";
|
|
21
24
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
25
|
+
import { ListTLSInspectionConfigurationsCommandInput, ListTLSInspectionConfigurationsCommandOutput } from "./commands/ListTLSInspectionConfigurationsCommand";
|
|
22
26
|
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
23
27
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
24
28
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
@@ -30,6 +34,7 @@ import { UpdateFirewallPolicyCommandInput, UpdateFirewallPolicyCommandOutput } f
|
|
|
30
34
|
import { UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput } from "./commands/UpdateLoggingConfigurationCommand";
|
|
31
35
|
import { UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput } from "./commands/UpdateRuleGroupCommand";
|
|
32
36
|
import { UpdateSubnetChangeProtectionCommandInput, UpdateSubnetChangeProtectionCommandOutput } from "./commands/UpdateSubnetChangeProtectionCommand";
|
|
37
|
+
import { UpdateTLSInspectionConfigurationCommandInput, UpdateTLSInspectionConfigurationCommandOutput } from "./commands/UpdateTLSInspectionConfigurationCommand";
|
|
33
38
|
import { NetworkFirewallClient } from "./NetworkFirewallClient";
|
|
34
39
|
/**
|
|
35
40
|
* @public
|
|
@@ -169,6 +174,21 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
|
|
|
169
174
|
createRuleGroup(args: CreateRuleGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateRuleGroupCommandOutput>;
|
|
170
175
|
createRuleGroup(args: CreateRuleGroupCommandInput, cb: (err: any, data?: CreateRuleGroupCommandOutput) => void): void;
|
|
171
176
|
createRuleGroup(args: CreateRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRuleGroupCommandOutput) => void): void;
|
|
177
|
+
/**
|
|
178
|
+
* @public
|
|
179
|
+
* <p>Creates an Network Firewall TLS inspection configuration. A TLS inspection configuration contains the Certificate Manager certificate references that Network Firewall uses to decrypt and re-encrypt inbound traffic.</p>
|
|
180
|
+
* <p>After you create a TLS inspection configuration, you associate it with a firewall policy.</p>
|
|
181
|
+
* <p>To update the settings for a TLS inspection configuration, use <a>UpdateTLSInspectionConfiguration</a>.</p>
|
|
182
|
+
* <p>To manage a TLS inspection configuration's tags, use the standard Amazon Web Services resource tagging operations, <a>ListTagsForResource</a>, <a>TagResource</a>, and <a>UntagResource</a>.</p>
|
|
183
|
+
* <p>To retrieve information about TLS inspection configurations, use <a>ListTLSInspectionConfigurations</a> and <a>DescribeTLSInspectionConfiguration</a>.</p>
|
|
184
|
+
* <p>
|
|
185
|
+
* For more information about TLS inspection configurations, see <a href="https://docs.aws.amazon.com/network-firewall/latest/developerguide/tls-inspection.html">Decrypting SSL/TLS traffic with TLS
|
|
186
|
+
* inspection configurations</a> in the <i>Network Firewall Developer Guide</i>.
|
|
187
|
+
* </p>
|
|
188
|
+
*/
|
|
189
|
+
createTLSInspectionConfiguration(args: CreateTLSInspectionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateTLSInspectionConfigurationCommandOutput>;
|
|
190
|
+
createTLSInspectionConfiguration(args: CreateTLSInspectionConfigurationCommandInput, cb: (err: any, data?: CreateTLSInspectionConfigurationCommandOutput) => void): void;
|
|
191
|
+
createTLSInspectionConfiguration(args: CreateTLSInspectionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTLSInspectionConfigurationCommandOutput) => void): void;
|
|
172
192
|
/**
|
|
173
193
|
* @public
|
|
174
194
|
* <p>Deletes the specified <a>Firewall</a> and its <a>FirewallStatus</a>.
|
|
@@ -207,6 +227,13 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
|
|
|
207
227
|
deleteRuleGroup(args: DeleteRuleGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRuleGroupCommandOutput>;
|
|
208
228
|
deleteRuleGroup(args: DeleteRuleGroupCommandInput, cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void): void;
|
|
209
229
|
deleteRuleGroup(args: DeleteRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void): void;
|
|
230
|
+
/**
|
|
231
|
+
* @public
|
|
232
|
+
* <p>Deletes the specified <a>TLSInspectionConfiguration</a>.</p>
|
|
233
|
+
*/
|
|
234
|
+
deleteTLSInspectionConfiguration(args: DeleteTLSInspectionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTLSInspectionConfigurationCommandOutput>;
|
|
235
|
+
deleteTLSInspectionConfiguration(args: DeleteTLSInspectionConfigurationCommandInput, cb: (err: any, data?: DeleteTLSInspectionConfigurationCommandOutput) => void): void;
|
|
236
|
+
deleteTLSInspectionConfiguration(args: DeleteTLSInspectionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTLSInspectionConfigurationCommandOutput) => void): void;
|
|
210
237
|
/**
|
|
211
238
|
* @public
|
|
212
239
|
* <p>Returns the data objects for the specified firewall. </p>
|
|
@@ -252,6 +279,13 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
|
|
|
252
279
|
describeRuleGroupMetadata(args: DescribeRuleGroupMetadataCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRuleGroupMetadataCommandOutput>;
|
|
253
280
|
describeRuleGroupMetadata(args: DescribeRuleGroupMetadataCommandInput, cb: (err: any, data?: DescribeRuleGroupMetadataCommandOutput) => void): void;
|
|
254
281
|
describeRuleGroupMetadata(args: DescribeRuleGroupMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRuleGroupMetadataCommandOutput) => void): void;
|
|
282
|
+
/**
|
|
283
|
+
* @public
|
|
284
|
+
* <p>Returns the data objects for the specified TLS inspection configuration.</p>
|
|
285
|
+
*/
|
|
286
|
+
describeTLSInspectionConfiguration(args: DescribeTLSInspectionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTLSInspectionConfigurationCommandOutput>;
|
|
287
|
+
describeTLSInspectionConfiguration(args: DescribeTLSInspectionConfigurationCommandInput, cb: (err: any, data?: DescribeTLSInspectionConfigurationCommandOutput) => void): void;
|
|
288
|
+
describeTLSInspectionConfiguration(args: DescribeTLSInspectionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTLSInspectionConfigurationCommandOutput) => void): void;
|
|
255
289
|
/**
|
|
256
290
|
* @public
|
|
257
291
|
* <p>Removes the specified subnet associations from the firewall. This removes the
|
|
@@ -303,6 +337,13 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
|
|
|
303
337
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
304
338
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
305
339
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
340
|
+
/**
|
|
341
|
+
* @public
|
|
342
|
+
* <p>Retrieves the metadata for the TLS inspection configurations that you have defined. Depending on your setting for max results and the number of TLS inspection configurations, a single call might not return the full list.</p>
|
|
343
|
+
*/
|
|
344
|
+
listTLSInspectionConfigurations(args: ListTLSInspectionConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListTLSInspectionConfigurationsCommandOutput>;
|
|
345
|
+
listTLSInspectionConfigurations(args: ListTLSInspectionConfigurationsCommandInput, cb: (err: any, data?: ListTLSInspectionConfigurationsCommandOutput) => void): void;
|
|
346
|
+
listTLSInspectionConfigurations(args: ListTLSInspectionConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTLSInspectionConfigurationsCommandOutput) => void): void;
|
|
306
347
|
/**
|
|
307
348
|
* @public
|
|
308
349
|
* <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
|
|
@@ -441,4 +482,16 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
|
|
|
441
482
|
updateSubnetChangeProtection(args: UpdateSubnetChangeProtectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSubnetChangeProtectionCommandOutput>;
|
|
442
483
|
updateSubnetChangeProtection(args: UpdateSubnetChangeProtectionCommandInput, cb: (err: any, data?: UpdateSubnetChangeProtectionCommandOutput) => void): void;
|
|
443
484
|
updateSubnetChangeProtection(args: UpdateSubnetChangeProtectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSubnetChangeProtectionCommandOutput) => void): void;
|
|
485
|
+
/**
|
|
486
|
+
* @public
|
|
487
|
+
* <p>Updates the TLS inspection configuration settings for the specified TLS inspection configuration. You use a TLS inspection configuration by
|
|
488
|
+
* reference in one or more firewall policies. When you modify a TLS inspection configuration, you modify all
|
|
489
|
+
* firewall policies that use the TLS inspection configuration. </p>
|
|
490
|
+
* <p>To update a TLS inspection configuration, first call <a>DescribeTLSInspectionConfiguration</a> to retrieve the
|
|
491
|
+
* current <a>TLSInspectionConfiguration</a> object, update the object as needed, and then provide
|
|
492
|
+
* the updated object to this call. </p>
|
|
493
|
+
*/
|
|
494
|
+
updateTLSInspectionConfiguration(args: UpdateTLSInspectionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTLSInspectionConfigurationCommandOutput>;
|
|
495
|
+
updateTLSInspectionConfiguration(args: UpdateTLSInspectionConfigurationCommandInput, cb: (err: any, data?: UpdateTLSInspectionConfigurationCommandOutput) => void): void;
|
|
496
|
+
updateTLSInspectionConfiguration(args: UpdateTLSInspectionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTLSInspectionConfigurationCommandOutput) => void): void;
|
|
444
497
|
}
|
|
@@ -12,21 +12,25 @@ import { AssociateSubnetsCommandInput, AssociateSubnetsCommandOutput } from "./c
|
|
|
12
12
|
import { CreateFirewallCommandInput, CreateFirewallCommandOutput } from "./commands/CreateFirewallCommand";
|
|
13
13
|
import { CreateFirewallPolicyCommandInput, CreateFirewallPolicyCommandOutput } from "./commands/CreateFirewallPolicyCommand";
|
|
14
14
|
import { CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput } from "./commands/CreateRuleGroupCommand";
|
|
15
|
+
import { CreateTLSInspectionConfigurationCommandInput, CreateTLSInspectionConfigurationCommandOutput } from "./commands/CreateTLSInspectionConfigurationCommand";
|
|
15
16
|
import { DeleteFirewallCommandInput, DeleteFirewallCommandOutput } from "./commands/DeleteFirewallCommand";
|
|
16
17
|
import { DeleteFirewallPolicyCommandInput, DeleteFirewallPolicyCommandOutput } from "./commands/DeleteFirewallPolicyCommand";
|
|
17
18
|
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
18
19
|
import { DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput } from "./commands/DeleteRuleGroupCommand";
|
|
20
|
+
import { DeleteTLSInspectionConfigurationCommandInput, DeleteTLSInspectionConfigurationCommandOutput } from "./commands/DeleteTLSInspectionConfigurationCommand";
|
|
19
21
|
import { DescribeFirewallCommandInput, DescribeFirewallCommandOutput } from "./commands/DescribeFirewallCommand";
|
|
20
22
|
import { DescribeFirewallPolicyCommandInput, DescribeFirewallPolicyCommandOutput } from "./commands/DescribeFirewallPolicyCommand";
|
|
21
23
|
import { DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput } from "./commands/DescribeLoggingConfigurationCommand";
|
|
22
24
|
import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "./commands/DescribeResourcePolicyCommand";
|
|
23
25
|
import { DescribeRuleGroupCommandInput, DescribeRuleGroupCommandOutput } from "./commands/DescribeRuleGroupCommand";
|
|
24
26
|
import { DescribeRuleGroupMetadataCommandInput, DescribeRuleGroupMetadataCommandOutput } from "./commands/DescribeRuleGroupMetadataCommand";
|
|
27
|
+
import { DescribeTLSInspectionConfigurationCommandInput, DescribeTLSInspectionConfigurationCommandOutput } from "./commands/DescribeTLSInspectionConfigurationCommand";
|
|
25
28
|
import { DisassociateSubnetsCommandInput, DisassociateSubnetsCommandOutput } from "./commands/DisassociateSubnetsCommand";
|
|
26
29
|
import { ListFirewallPoliciesCommandInput, ListFirewallPoliciesCommandOutput } from "./commands/ListFirewallPoliciesCommand";
|
|
27
30
|
import { ListFirewallsCommandInput, ListFirewallsCommandOutput } from "./commands/ListFirewallsCommand";
|
|
28
31
|
import { ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput } from "./commands/ListRuleGroupsCommand";
|
|
29
32
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
33
|
+
import { ListTLSInspectionConfigurationsCommandInput, ListTLSInspectionConfigurationsCommandOutput } from "./commands/ListTLSInspectionConfigurationsCommand";
|
|
30
34
|
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
31
35
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
32
36
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
@@ -38,15 +42,16 @@ import { UpdateFirewallPolicyCommandInput, UpdateFirewallPolicyCommandOutput } f
|
|
|
38
42
|
import { UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput } from "./commands/UpdateLoggingConfigurationCommand";
|
|
39
43
|
import { UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput } from "./commands/UpdateRuleGroupCommand";
|
|
40
44
|
import { UpdateSubnetChangeProtectionCommandInput, UpdateSubnetChangeProtectionCommandOutput } from "./commands/UpdateSubnetChangeProtectionCommand";
|
|
45
|
+
import { UpdateTLSInspectionConfigurationCommandInput, UpdateTLSInspectionConfigurationCommandOutput } from "./commands/UpdateTLSInspectionConfigurationCommand";
|
|
41
46
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
42
47
|
/**
|
|
43
48
|
* @public
|
|
44
49
|
*/
|
|
45
|
-
export type ServiceInputTypes = AssociateFirewallPolicyCommandInput | AssociateSubnetsCommandInput | CreateFirewallCommandInput | CreateFirewallPolicyCommandInput | CreateRuleGroupCommandInput | DeleteFirewallCommandInput | DeleteFirewallPolicyCommandInput | DeleteResourcePolicyCommandInput | DeleteRuleGroupCommandInput | DescribeFirewallCommandInput | DescribeFirewallPolicyCommandInput | DescribeLoggingConfigurationCommandInput | DescribeResourcePolicyCommandInput | DescribeRuleGroupCommandInput | DescribeRuleGroupMetadataCommandInput | DisassociateSubnetsCommandInput | ListFirewallPoliciesCommandInput | ListFirewallsCommandInput | ListRuleGroupsCommandInput | ListTagsForResourceCommandInput | PutResourcePolicyCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateFirewallDeleteProtectionCommandInput | UpdateFirewallDescriptionCommandInput | UpdateFirewallEncryptionConfigurationCommandInput | UpdateFirewallPolicyChangeProtectionCommandInput | UpdateFirewallPolicyCommandInput | UpdateLoggingConfigurationCommandInput | UpdateRuleGroupCommandInput | UpdateSubnetChangeProtectionCommandInput;
|
|
50
|
+
export type ServiceInputTypes = AssociateFirewallPolicyCommandInput | AssociateSubnetsCommandInput | CreateFirewallCommandInput | CreateFirewallPolicyCommandInput | CreateRuleGroupCommandInput | CreateTLSInspectionConfigurationCommandInput | DeleteFirewallCommandInput | DeleteFirewallPolicyCommandInput | DeleteResourcePolicyCommandInput | DeleteRuleGroupCommandInput | DeleteTLSInspectionConfigurationCommandInput | DescribeFirewallCommandInput | DescribeFirewallPolicyCommandInput | DescribeLoggingConfigurationCommandInput | DescribeResourcePolicyCommandInput | DescribeRuleGroupCommandInput | DescribeRuleGroupMetadataCommandInput | DescribeTLSInspectionConfigurationCommandInput | DisassociateSubnetsCommandInput | ListFirewallPoliciesCommandInput | ListFirewallsCommandInput | ListRuleGroupsCommandInput | ListTLSInspectionConfigurationsCommandInput | ListTagsForResourceCommandInput | PutResourcePolicyCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateFirewallDeleteProtectionCommandInput | UpdateFirewallDescriptionCommandInput | UpdateFirewallEncryptionConfigurationCommandInput | UpdateFirewallPolicyChangeProtectionCommandInput | UpdateFirewallPolicyCommandInput | UpdateLoggingConfigurationCommandInput | UpdateRuleGroupCommandInput | UpdateSubnetChangeProtectionCommandInput | UpdateTLSInspectionConfigurationCommandInput;
|
|
46
51
|
/**
|
|
47
52
|
* @public
|
|
48
53
|
*/
|
|
49
|
-
export type ServiceOutputTypes = AssociateFirewallPolicyCommandOutput | AssociateSubnetsCommandOutput | CreateFirewallCommandOutput | CreateFirewallPolicyCommandOutput | CreateRuleGroupCommandOutput | DeleteFirewallCommandOutput | DeleteFirewallPolicyCommandOutput | DeleteResourcePolicyCommandOutput | DeleteRuleGroupCommandOutput | DescribeFirewallCommandOutput | DescribeFirewallPolicyCommandOutput | DescribeLoggingConfigurationCommandOutput | DescribeResourcePolicyCommandOutput | DescribeRuleGroupCommandOutput | DescribeRuleGroupMetadataCommandOutput | DisassociateSubnetsCommandOutput | ListFirewallPoliciesCommandOutput | ListFirewallsCommandOutput | ListRuleGroupsCommandOutput | ListTagsForResourceCommandOutput | PutResourcePolicyCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateFirewallDeleteProtectionCommandOutput | UpdateFirewallDescriptionCommandOutput | UpdateFirewallEncryptionConfigurationCommandOutput | UpdateFirewallPolicyChangeProtectionCommandOutput | UpdateFirewallPolicyCommandOutput | UpdateLoggingConfigurationCommandOutput | UpdateRuleGroupCommandOutput | UpdateSubnetChangeProtectionCommandOutput;
|
|
54
|
+
export type ServiceOutputTypes = AssociateFirewallPolicyCommandOutput | AssociateSubnetsCommandOutput | CreateFirewallCommandOutput | CreateFirewallPolicyCommandOutput | CreateRuleGroupCommandOutput | CreateTLSInspectionConfigurationCommandOutput | DeleteFirewallCommandOutput | DeleteFirewallPolicyCommandOutput | DeleteResourcePolicyCommandOutput | DeleteRuleGroupCommandOutput | DeleteTLSInspectionConfigurationCommandOutput | DescribeFirewallCommandOutput | DescribeFirewallPolicyCommandOutput | DescribeLoggingConfigurationCommandOutput | DescribeResourcePolicyCommandOutput | DescribeRuleGroupCommandOutput | DescribeRuleGroupMetadataCommandOutput | DescribeTLSInspectionConfigurationCommandOutput | DisassociateSubnetsCommandOutput | ListFirewallPoliciesCommandOutput | ListFirewallsCommandOutput | ListRuleGroupsCommandOutput | ListTLSInspectionConfigurationsCommandOutput | ListTagsForResourceCommandOutput | PutResourcePolicyCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateFirewallDeleteProtectionCommandOutput | UpdateFirewallDescriptionCommandOutput | UpdateFirewallEncryptionConfigurationCommandOutput | UpdateFirewallPolicyChangeProtectionCommandOutput | UpdateFirewallPolicyCommandOutput | UpdateLoggingConfigurationCommandOutput | UpdateRuleGroupCommandOutput | UpdateSubnetChangeProtectionCommandOutput | UpdateTLSInspectionConfigurationCommandOutput;
|
|
50
55
|
/**
|
|
51
56
|
* @public
|
|
52
57
|
*/
|
|
@@ -30,7 +30,7 @@ export interface AssociateFirewallPolicyCommandOutput extends AssociateFirewallP
|
|
|
30
30
|
* import { NetworkFirewallClient, AssociateFirewallPolicyCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
31
31
|
* // const { NetworkFirewallClient, AssociateFirewallPolicyCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
32
32
|
* const client = new NetworkFirewallClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // AssociateFirewallPolicyRequest
|
|
34
34
|
* UpdateToken: "STRING_VALUE",
|
|
35
35
|
* FirewallArn: "STRING_VALUE",
|
|
36
36
|
* FirewallName: "STRING_VALUE",
|
|
@@ -31,12 +31,12 @@ export interface AssociateSubnetsCommandOutput extends AssociateSubnetsResponse,
|
|
|
31
31
|
* import { NetworkFirewallClient, AssociateSubnetsCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
32
32
|
* // const { NetworkFirewallClient, AssociateSubnetsCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
33
33
|
* const client = new NetworkFirewallClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // AssociateSubnetsRequest
|
|
35
35
|
* UpdateToken: "STRING_VALUE",
|
|
36
36
|
* FirewallArn: "STRING_VALUE",
|
|
37
37
|
* FirewallName: "STRING_VALUE",
|
|
38
|
-
* SubnetMappings: [ // required
|
|
39
|
-
* {
|
|
38
|
+
* SubnetMappings: [ // SubnetMappings // required
|
|
39
|
+
* { // SubnetMapping
|
|
40
40
|
* SubnetId: "STRING_VALUE", // required
|
|
41
41
|
* IPAddressType: "DUALSTACK" || "IPV4",
|
|
42
42
|
* },
|
|
@@ -32,12 +32,12 @@ export interface CreateFirewallCommandOutput extends CreateFirewallResponse, __M
|
|
|
32
32
|
* import { NetworkFirewallClient, CreateFirewallCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
33
33
|
* // const { NetworkFirewallClient, CreateFirewallCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
34
34
|
* const client = new NetworkFirewallClient(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // CreateFirewallRequest
|
|
36
36
|
* FirewallName: "STRING_VALUE", // required
|
|
37
37
|
* FirewallPolicyArn: "STRING_VALUE", // required
|
|
38
38
|
* VpcId: "STRING_VALUE", // required
|
|
39
|
-
* SubnetMappings: [ // required
|
|
40
|
-
* {
|
|
39
|
+
* SubnetMappings: [ // SubnetMappings // required
|
|
40
|
+
* { // SubnetMapping
|
|
41
41
|
* SubnetId: "STRING_VALUE", // required
|
|
42
42
|
* IPAddressType: "DUALSTACK" || "IPV4",
|
|
43
43
|
* },
|
|
@@ -46,13 +46,13 @@ export interface CreateFirewallCommandOutput extends CreateFirewallResponse, __M
|
|
|
46
46
|
* SubnetChangeProtection: true || false,
|
|
47
47
|
* FirewallPolicyChangeProtection: true || false,
|
|
48
48
|
* Description: "STRING_VALUE",
|
|
49
|
-
* Tags: [
|
|
50
|
-
* {
|
|
49
|
+
* Tags: [ // TagList
|
|
50
|
+
* { // Tag
|
|
51
51
|
* Key: "STRING_VALUE", // required
|
|
52
52
|
* Value: "STRING_VALUE", // required
|
|
53
53
|
* },
|
|
54
54
|
* ],
|
|
55
|
-
* EncryptionConfiguration: {
|
|
55
|
+
* EncryptionConfiguration: { // EncryptionConfiguration
|
|
56
56
|
* KeyId: "STRING_VALUE",
|
|
57
57
|
* Type: "CUSTOMER_KMS" || "AWS_OWNED_KMS_KEY", // required
|
|
58
58
|
* },
|
|
@@ -29,28 +29,28 @@ export interface CreateFirewallPolicyCommandOutput extends CreateFirewallPolicyR
|
|
|
29
29
|
* import { NetworkFirewallClient, CreateFirewallPolicyCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
30
30
|
* // const { NetworkFirewallClient, CreateFirewallPolicyCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
31
31
|
* const client = new NetworkFirewallClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // CreateFirewallPolicyRequest
|
|
33
33
|
* FirewallPolicyName: "STRING_VALUE", // required
|
|
34
|
-
* FirewallPolicy: {
|
|
35
|
-
* StatelessRuleGroupReferences: [
|
|
36
|
-
* {
|
|
34
|
+
* FirewallPolicy: { // FirewallPolicy
|
|
35
|
+
* StatelessRuleGroupReferences: [ // StatelessRuleGroupReferences
|
|
36
|
+
* { // StatelessRuleGroupReference
|
|
37
37
|
* ResourceArn: "STRING_VALUE", // required
|
|
38
38
|
* Priority: Number("int"), // required
|
|
39
39
|
* },
|
|
40
40
|
* ],
|
|
41
|
-
* StatelessDefaultActions: [ // required
|
|
41
|
+
* StatelessDefaultActions: [ // StatelessActions // required
|
|
42
42
|
* "STRING_VALUE",
|
|
43
43
|
* ],
|
|
44
44
|
* StatelessFragmentDefaultActions: [ // required
|
|
45
45
|
* "STRING_VALUE",
|
|
46
46
|
* ],
|
|
47
|
-
* StatelessCustomActions: [
|
|
48
|
-
* {
|
|
47
|
+
* StatelessCustomActions: [ // CustomActions
|
|
48
|
+
* { // CustomAction
|
|
49
49
|
* ActionName: "STRING_VALUE", // required
|
|
50
|
-
* ActionDefinition: {
|
|
51
|
-
* PublishMetricAction: {
|
|
52
|
-
* Dimensions: [ // required
|
|
53
|
-
* {
|
|
50
|
+
* ActionDefinition: { // ActionDefinition
|
|
51
|
+
* PublishMetricAction: { // PublishMetricAction
|
|
52
|
+
* Dimensions: [ // Dimensions // required
|
|
53
|
+
* { // Dimension
|
|
54
54
|
* Value: "STRING_VALUE", // required
|
|
55
55
|
* },
|
|
56
56
|
* ],
|
|
@@ -58,32 +58,33 @@ export interface CreateFirewallPolicyCommandOutput extends CreateFirewallPolicyR
|
|
|
58
58
|
* },
|
|
59
59
|
* },
|
|
60
60
|
* ],
|
|
61
|
-
* StatefulRuleGroupReferences: [
|
|
62
|
-
* {
|
|
61
|
+
* StatefulRuleGroupReferences: [ // StatefulRuleGroupReferences
|
|
62
|
+
* { // StatefulRuleGroupReference
|
|
63
63
|
* ResourceArn: "STRING_VALUE", // required
|
|
64
64
|
* Priority: Number("int"),
|
|
65
|
-
* Override: {
|
|
65
|
+
* Override: { // StatefulRuleGroupOverride
|
|
66
66
|
* Action: "DROP_TO_ALERT",
|
|
67
67
|
* },
|
|
68
68
|
* },
|
|
69
69
|
* ],
|
|
70
|
-
* StatefulDefaultActions: [
|
|
70
|
+
* StatefulDefaultActions: [ // StatefulActions
|
|
71
71
|
* "STRING_VALUE",
|
|
72
72
|
* ],
|
|
73
|
-
* StatefulEngineOptions: {
|
|
73
|
+
* StatefulEngineOptions: { // StatefulEngineOptions
|
|
74
74
|
* RuleOrder: "DEFAULT_ACTION_ORDER" || "STRICT_ORDER",
|
|
75
75
|
* StreamExceptionPolicy: "DROP" || "CONTINUE",
|
|
76
76
|
* },
|
|
77
|
+
* TLSInspectionConfigurationArn: "STRING_VALUE",
|
|
77
78
|
* },
|
|
78
79
|
* Description: "STRING_VALUE",
|
|
79
|
-
* Tags: [
|
|
80
|
-
* {
|
|
80
|
+
* Tags: [ // TagList
|
|
81
|
+
* { // Tag
|
|
81
82
|
* Key: "STRING_VALUE", // required
|
|
82
83
|
* Value: "STRING_VALUE", // required
|
|
83
84
|
* },
|
|
84
85
|
* ],
|
|
85
86
|
* DryRun: true || false,
|
|
86
|
-
* EncryptionConfiguration: {
|
|
87
|
+
* EncryptionConfiguration: { // EncryptionConfiguration
|
|
87
88
|
* KeyId: "STRING_VALUE",
|
|
88
89
|
* Type: "CUSTOMER_KMS" || "AWS_OWNED_KMS_KEY", // required
|
|
89
90
|
* },
|
|
@@ -29,47 +29,47 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _
|
|
|
29
29
|
* import { NetworkFirewallClient, CreateRuleGroupCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
30
30
|
* // const { NetworkFirewallClient, CreateRuleGroupCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
31
31
|
* const client = new NetworkFirewallClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // CreateRuleGroupRequest
|
|
33
33
|
* RuleGroupName: "STRING_VALUE", // required
|
|
34
|
-
* RuleGroup: {
|
|
35
|
-
* RuleVariables: {
|
|
36
|
-
* IPSets: {
|
|
37
|
-
* "<keys>": {
|
|
38
|
-
* Definition: [ // required
|
|
34
|
+
* RuleGroup: { // RuleGroup
|
|
35
|
+
* RuleVariables: { // RuleVariables
|
|
36
|
+
* IPSets: { // IPSets
|
|
37
|
+
* "<keys>": { // IPSet
|
|
38
|
+
* Definition: [ // VariableDefinitionList // required
|
|
39
39
|
* "STRING_VALUE",
|
|
40
40
|
* ],
|
|
41
41
|
* },
|
|
42
42
|
* },
|
|
43
|
-
* PortSets: {
|
|
44
|
-
* "<keys>": {
|
|
43
|
+
* PortSets: { // PortSets
|
|
44
|
+
* "<keys>": { // PortSet
|
|
45
45
|
* Definition: [
|
|
46
46
|
* "STRING_VALUE",
|
|
47
47
|
* ],
|
|
48
48
|
* },
|
|
49
49
|
* },
|
|
50
50
|
* },
|
|
51
|
-
* ReferenceSets: {
|
|
52
|
-
* IPSetReferences: {
|
|
53
|
-
* "<keys>": {
|
|
51
|
+
* ReferenceSets: { // ReferenceSets
|
|
52
|
+
* IPSetReferences: { // IPSetReferenceMap
|
|
53
|
+
* "<keys>": { // IPSetReference
|
|
54
54
|
* ReferenceArn: "STRING_VALUE",
|
|
55
55
|
* },
|
|
56
56
|
* },
|
|
57
57
|
* },
|
|
58
|
-
* RulesSource: {
|
|
58
|
+
* RulesSource: { // RulesSource
|
|
59
59
|
* RulesString: "STRING_VALUE",
|
|
60
|
-
* RulesSourceList: {
|
|
61
|
-
* Targets: [ // required
|
|
60
|
+
* RulesSourceList: { // RulesSourceList
|
|
61
|
+
* Targets: [ // RuleTargets // required
|
|
62
62
|
* "STRING_VALUE",
|
|
63
63
|
* ],
|
|
64
|
-
* TargetTypes: [ // required
|
|
64
|
+
* TargetTypes: [ // TargetTypes // required
|
|
65
65
|
* "TLS_SNI" || "HTTP_HOST",
|
|
66
66
|
* ],
|
|
67
67
|
* GeneratedRulesType: "ALLOWLIST" || "DENYLIST", // required
|
|
68
68
|
* },
|
|
69
|
-
* StatefulRules: [
|
|
70
|
-
* {
|
|
69
|
+
* StatefulRules: [ // StatefulRules
|
|
70
|
+
* { // StatefulRule
|
|
71
71
|
* Action: "PASS" || "DROP" || "ALERT" || "REJECT", // required
|
|
72
|
-
* Header: {
|
|
72
|
+
* Header: { // Header
|
|
73
73
|
* Protocol: "IP" || "TCP" || "UDP" || "ICMP" || "HTTP" || "FTP" || "TLS" || "SMB" || "DNS" || "DCERPC" || "SSH" || "SMTP" || "IMAP" || "MSN" || "KRB5" || "IKEV2" || "TFTP" || "NTP" || "DHCP", // required
|
|
74
74
|
* Source: "STRING_VALUE", // required
|
|
75
75
|
* SourcePort: "STRING_VALUE", // required
|
|
@@ -77,23 +77,23 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _
|
|
|
77
77
|
* Destination: "STRING_VALUE", // required
|
|
78
78
|
* DestinationPort: "STRING_VALUE", // required
|
|
79
79
|
* },
|
|
80
|
-
* RuleOptions: [ // required
|
|
81
|
-
* {
|
|
80
|
+
* RuleOptions: [ // RuleOptions // required
|
|
81
|
+
* { // RuleOption
|
|
82
82
|
* Keyword: "STRING_VALUE", // required
|
|
83
|
-
* Settings: [
|
|
83
|
+
* Settings: [ // Settings
|
|
84
84
|
* "STRING_VALUE",
|
|
85
85
|
* ],
|
|
86
86
|
* },
|
|
87
87
|
* ],
|
|
88
88
|
* },
|
|
89
89
|
* ],
|
|
90
|
-
* StatelessRulesAndCustomActions: {
|
|
91
|
-
* StatelessRules: [ // required
|
|
92
|
-
* {
|
|
93
|
-
* RuleDefinition: {
|
|
94
|
-
* MatchAttributes: {
|
|
95
|
-
* Sources: [
|
|
96
|
-
* {
|
|
90
|
+
* StatelessRulesAndCustomActions: { // StatelessRulesAndCustomActions
|
|
91
|
+
* StatelessRules: [ // StatelessRules // required
|
|
92
|
+
* { // StatelessRule
|
|
93
|
+
* RuleDefinition: { // RuleDefinition
|
|
94
|
+
* MatchAttributes: { // MatchAttributes
|
|
95
|
+
* Sources: [ // Addresses
|
|
96
|
+
* { // Address
|
|
97
97
|
* AddressDefinition: "STRING_VALUE", // required
|
|
98
98
|
* },
|
|
99
99
|
* ],
|
|
@@ -102,8 +102,8 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _
|
|
|
102
102
|
* AddressDefinition: "STRING_VALUE", // required
|
|
103
103
|
* },
|
|
104
104
|
* ],
|
|
105
|
-
* SourcePorts: [
|
|
106
|
-
* {
|
|
105
|
+
* SourcePorts: [ // PortRanges
|
|
106
|
+
* { // PortRange
|
|
107
107
|
* FromPort: Number("int"), // required
|
|
108
108
|
* ToPort: Number("int"), // required
|
|
109
109
|
* },
|
|
@@ -114,12 +114,12 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _
|
|
|
114
114
|
* ToPort: Number("int"), // required
|
|
115
115
|
* },
|
|
116
116
|
* ],
|
|
117
|
-
* Protocols: [
|
|
117
|
+
* Protocols: [ // ProtocolNumbers
|
|
118
118
|
* Number("int"),
|
|
119
119
|
* ],
|
|
120
|
-
* TCPFlags: [
|
|
121
|
-
* {
|
|
122
|
-
* Flags: [ // required
|
|
120
|
+
* TCPFlags: [ // TCPFlags
|
|
121
|
+
* { // TCPFlagField
|
|
122
|
+
* Flags: [ // Flags // required
|
|
123
123
|
* "FIN" || "SYN" || "RST" || "PSH" || "ACK" || "URG" || "ECE" || "CWR",
|
|
124
124
|
* ],
|
|
125
125
|
* Masks: [
|
|
@@ -128,20 +128,20 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _
|
|
|
128
128
|
* },
|
|
129
129
|
* ],
|
|
130
130
|
* },
|
|
131
|
-
* Actions: [ // required
|
|
131
|
+
* Actions: [ // StatelessActions // required
|
|
132
132
|
* "STRING_VALUE",
|
|
133
133
|
* ],
|
|
134
134
|
* },
|
|
135
135
|
* Priority: Number("int"), // required
|
|
136
136
|
* },
|
|
137
137
|
* ],
|
|
138
|
-
* CustomActions: [
|
|
139
|
-
* {
|
|
138
|
+
* CustomActions: [ // CustomActions
|
|
139
|
+
* { // CustomAction
|
|
140
140
|
* ActionName: "STRING_VALUE", // required
|
|
141
|
-
* ActionDefinition: {
|
|
142
|
-
* PublishMetricAction: {
|
|
143
|
-
* Dimensions: [ // required
|
|
144
|
-
* {
|
|
141
|
+
* ActionDefinition: { // ActionDefinition
|
|
142
|
+
* PublishMetricAction: { // PublishMetricAction
|
|
143
|
+
* Dimensions: [ // Dimensions // required
|
|
144
|
+
* { // Dimension
|
|
145
145
|
* Value: "STRING_VALUE", // required
|
|
146
146
|
* },
|
|
147
147
|
* ],
|
|
@@ -151,7 +151,7 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _
|
|
|
151
151
|
* ],
|
|
152
152
|
* },
|
|
153
153
|
* },
|
|
154
|
-
* StatefulRuleOptions: {
|
|
154
|
+
* StatefulRuleOptions: { // StatefulRuleOptions
|
|
155
155
|
* RuleOrder: "DEFAULT_ACTION_ORDER" || "STRICT_ORDER",
|
|
156
156
|
* },
|
|
157
157
|
* },
|
|
@@ -159,18 +159,18 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _
|
|
|
159
159
|
* Type: "STATELESS" || "STATEFUL", // required
|
|
160
160
|
* Description: "STRING_VALUE",
|
|
161
161
|
* Capacity: Number("int"), // required
|
|
162
|
-
* Tags: [
|
|
163
|
-
* {
|
|
162
|
+
* Tags: [ // TagList
|
|
163
|
+
* { // Tag
|
|
164
164
|
* Key: "STRING_VALUE", // required
|
|
165
165
|
* Value: "STRING_VALUE", // required
|
|
166
166
|
* },
|
|
167
167
|
* ],
|
|
168
168
|
* DryRun: true || false,
|
|
169
|
-
* EncryptionConfiguration: {
|
|
169
|
+
* EncryptionConfiguration: { // EncryptionConfiguration
|
|
170
170
|
* KeyId: "STRING_VALUE",
|
|
171
171
|
* Type: "CUSTOMER_KMS" || "AWS_OWNED_KMS_KEY", // required
|
|
172
172
|
* },
|
|
173
|
-
* SourceMetadata: {
|
|
173
|
+
* SourceMetadata: { // SourceMetadata
|
|
174
174
|
* SourceArn: "STRING_VALUE",
|
|
175
175
|
* SourceUpdateToken: "STRING_VALUE",
|
|
176
176
|
* },
|