@aws-sdk/client-network-firewall 3.828.0 → 3.831.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 +56 -0
- package/dist-cjs/index.js +343 -58
- package/dist-es/NetworkFirewall.js +14 -0
- package/dist-es/commands/AcceptNetworkFirewallTransitGatewayAttachmentCommand.js +22 -0
- package/dist-es/commands/AssociateAvailabilityZonesCommand.js +22 -0
- package/dist-es/commands/DeleteNetworkFirewallTransitGatewayAttachmentCommand.js +22 -0
- package/dist-es/commands/DescribeRuleGroupSummaryCommand.js +22 -0
- package/dist-es/commands/DisassociateAvailabilityZonesCommand.js +22 -0
- package/dist-es/commands/RejectNetworkFirewallTransitGatewayAttachmentCommand.js +22 -0
- package/dist-es/commands/UpdateAvailabilityZoneChangeProtectionCommand.js +22 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/models/models_0.js +58 -39
- package/dist-es/protocols/Aws_json1_0.js +142 -6
- package/dist-types/NetworkFirewall.d.ts +50 -0
- package/dist-types/NetworkFirewallClient.d.ts +9 -2
- package/dist-types/commands/AcceptNetworkFirewallTransitGatewayAttachmentCommand.d.ts +104 -0
- package/dist-types/commands/AssociateAvailabilityZonesCommand.d.ts +124 -0
- package/dist-types/commands/CreateFirewallCommand.d.ts +20 -0
- package/dist-types/commands/CreateFirewallPolicyCommand.d.ts +1 -0
- package/dist-types/commands/CreateRuleGroupCommand.d.ts +11 -1
- package/dist-types/commands/DeleteFirewallCommand.d.ts +13 -0
- package/dist-types/commands/DeleteNetworkFirewallTransitGatewayAttachmentCommand.d.ts +103 -0
- package/dist-types/commands/DeleteRuleGroupCommand.d.ts +5 -0
- package/dist-types/commands/DescribeFirewallCommand.d.ts +13 -0
- package/dist-types/commands/DescribeFirewallMetadataCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFirewallPolicyCommand.d.ts +1 -0
- package/dist-types/commands/DescribeRuleGroupCommand.d.ts +6 -1
- package/dist-types/commands/DescribeRuleGroupSummaryCommand.d.ts +112 -0
- package/dist-types/commands/DisassociateAvailabilityZonesCommand.d.ts +123 -0
- package/dist-types/commands/ListFirewallsCommand.d.ts +1 -0
- package/dist-types/commands/ListRuleGroupsCommand.d.ts +1 -1
- package/dist-types/commands/RejectNetworkFirewallTransitGatewayAttachmentCommand.d.ts +104 -0
- package/dist-types/commands/UpdateAvailabilityZoneChangeProtectionCommand.d.ts +111 -0
- package/dist-types/commands/UpdateFirewallPolicyCommand.d.ts +1 -0
- package/dist-types/commands/UpdateRuleGroupCommand.d.ts +11 -1
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +7 -7
- package/dist-types/models/models_0.d.ts +884 -138
- package/dist-types/protocols/Aws_json1_0.d.ts +63 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/NetworkFirewall.d.ts +144 -0
- package/dist-types/ts3.4/NetworkFirewallClient.d.ts +42 -0
- package/dist-types/ts3.4/commands/AcceptNetworkFirewallTransitGatewayAttachmentCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/AssociateAvailabilityZonesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteNetworkFirewallTransitGatewayAttachmentCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeRuleGroupSummaryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisassociateAvailabilityZonesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/RejectNetworkFirewallTransitGatewayAttachmentCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateAvailabilityZoneChangeProtectionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +7 -7
- package/dist-types/ts3.4/models/models_0.d.ts +170 -45
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +84 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
- package/package.json +2 -2
|
@@ -40,7 +40,7 @@ declare const ListRuleGroupsCommand_base: {
|
|
|
40
40
|
* NextToken: "STRING_VALUE",
|
|
41
41
|
* MaxResults: Number("int"),
|
|
42
42
|
* Scope: "MANAGED" || "ACCOUNT",
|
|
43
|
-
* ManagedType: "AWS_MANAGED_THREAT_SIGNATURES" || "AWS_MANAGED_DOMAIN_LISTS",
|
|
43
|
+
* ManagedType: "AWS_MANAGED_THREAT_SIGNATURES" || "AWS_MANAGED_DOMAIN_LISTS" || "ACTIVE_THREAT_DEFENSE",
|
|
44
44
|
* Type: "STATELESS" || "STATEFUL",
|
|
45
45
|
* };
|
|
46
46
|
* const command = new ListRuleGroupsCommand(input);
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { RejectNetworkFirewallTransitGatewayAttachmentRequest, RejectNetworkFirewallTransitGatewayAttachmentResponse } from "../models/models_0";
|
|
4
|
+
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link RejectNetworkFirewallTransitGatewayAttachmentCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface RejectNetworkFirewallTransitGatewayAttachmentCommandInput extends RejectNetworkFirewallTransitGatewayAttachmentRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link RejectNetworkFirewallTransitGatewayAttachmentCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface RejectNetworkFirewallTransitGatewayAttachmentCommandOutput extends RejectNetworkFirewallTransitGatewayAttachmentResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const RejectNetworkFirewallTransitGatewayAttachmentCommand_base: {
|
|
25
|
+
new (input: RejectNetworkFirewallTransitGatewayAttachmentCommandInput): import("@smithy/smithy-client").CommandImpl<RejectNetworkFirewallTransitGatewayAttachmentCommandInput, RejectNetworkFirewallTransitGatewayAttachmentCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RejectNetworkFirewallTransitGatewayAttachmentCommandInput): import("@smithy/smithy-client").CommandImpl<RejectNetworkFirewallTransitGatewayAttachmentCommandInput, RejectNetworkFirewallTransitGatewayAttachmentCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Rejects a transit gateway attachment request for Network Firewall. When you reject the attachment request, Network Firewall cancels the creation of routing components between the transit gateway and firewall endpoints.</p>
|
|
31
|
+
* <p>Only the firewall owner can reject the attachment. After rejection, no traffic will flow through the firewall endpoints for this attachment.</p>
|
|
32
|
+
* <p>Use <a>DescribeFirewall</a> to monitor the rejection status. To accept the attachment instead of rejecting it, use <a>AcceptNetworkFirewallTransitGatewayAttachment</a>.</p>
|
|
33
|
+
* <note>
|
|
34
|
+
* <p>Once rejected, you cannot reverse this action. To establish connectivity, you must create a new transit gateway-attached firewall.</p>
|
|
35
|
+
* </note>
|
|
36
|
+
* @example
|
|
37
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
38
|
+
* ```javascript
|
|
39
|
+
* import { NetworkFirewallClient, RejectNetworkFirewallTransitGatewayAttachmentCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
40
|
+
* // const { NetworkFirewallClient, RejectNetworkFirewallTransitGatewayAttachmentCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
41
|
+
* const client = new NetworkFirewallClient(config);
|
|
42
|
+
* const input = { // RejectNetworkFirewallTransitGatewayAttachmentRequest
|
|
43
|
+
* TransitGatewayAttachmentId: "STRING_VALUE", // required
|
|
44
|
+
* };
|
|
45
|
+
* const command = new RejectNetworkFirewallTransitGatewayAttachmentCommand(input);
|
|
46
|
+
* const response = await client.send(command);
|
|
47
|
+
* // { // RejectNetworkFirewallTransitGatewayAttachmentResponse
|
|
48
|
+
* // TransitGatewayAttachmentId: "STRING_VALUE", // required
|
|
49
|
+
* // TransitGatewayAttachmentStatus: "CREATING" || "DELETING" || "DELETED" || "FAILED" || "ERROR" || "READY" || "PENDING_ACCEPTANCE" || "REJECTING" || "REJECTED", // required
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
52
|
+
* ```
|
|
53
|
+
*
|
|
54
|
+
* @param RejectNetworkFirewallTransitGatewayAttachmentCommandInput - {@link RejectNetworkFirewallTransitGatewayAttachmentCommandInput}
|
|
55
|
+
* @returns {@link RejectNetworkFirewallTransitGatewayAttachmentCommandOutput}
|
|
56
|
+
* @see {@link RejectNetworkFirewallTransitGatewayAttachmentCommandInput} for command's `input` shape.
|
|
57
|
+
* @see {@link RejectNetworkFirewallTransitGatewayAttachmentCommandOutput} for command's `response` shape.
|
|
58
|
+
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InternalServerError} (server fault)
|
|
61
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
62
|
+
* system problem. Retry your request. </p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
65
|
+
* <p>The operation failed because of a problem with your request. Examples include: </p>
|
|
66
|
+
* <ul>
|
|
67
|
+
* <li>
|
|
68
|
+
* <p>You specified an unsupported parameter name or value.</p>
|
|
69
|
+
* </li>
|
|
70
|
+
* <li>
|
|
71
|
+
* <p>You tried to update a property with a value that isn't among the available
|
|
72
|
+
* types.</p>
|
|
73
|
+
* </li>
|
|
74
|
+
* <li>
|
|
75
|
+
* <p>Your request references an ARN that is malformed, or corresponds to a resource
|
|
76
|
+
* that isn't valid in the context of the request.</p>
|
|
77
|
+
* </li>
|
|
78
|
+
* </ul>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
81
|
+
* <p>Unable to locate a resource using the parameters that you provided.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
84
|
+
* <p>Unable to process the request due to throttling limitations.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link NetworkFirewallServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
88
|
+
*
|
|
89
|
+
*
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
export declare class RejectNetworkFirewallTransitGatewayAttachmentCommand extends RejectNetworkFirewallTransitGatewayAttachmentCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: RejectNetworkFirewallTransitGatewayAttachmentRequest;
|
|
97
|
+
output: RejectNetworkFirewallTransitGatewayAttachmentResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: RejectNetworkFirewallTransitGatewayAttachmentCommandInput;
|
|
101
|
+
output: RejectNetworkFirewallTransitGatewayAttachmentCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
}
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { UpdateAvailabilityZoneChangeProtectionRequest, UpdateAvailabilityZoneChangeProtectionResponse } from "../models/models_0";
|
|
4
|
+
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateAvailabilityZoneChangeProtectionCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateAvailabilityZoneChangeProtectionCommandInput extends UpdateAvailabilityZoneChangeProtectionRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateAvailabilityZoneChangeProtectionCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateAvailabilityZoneChangeProtectionCommandOutput extends UpdateAvailabilityZoneChangeProtectionResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateAvailabilityZoneChangeProtectionCommand_base: {
|
|
25
|
+
new (input: UpdateAvailabilityZoneChangeProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAvailabilityZoneChangeProtectionCommandInput, UpdateAvailabilityZoneChangeProtectionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateAvailabilityZoneChangeProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAvailabilityZoneChangeProtectionCommandInput, UpdateAvailabilityZoneChangeProtectionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Modifies the <code>AvailabilityZoneChangeProtection</code> setting for a transit gateway-attached firewall. When enabled, this setting prevents accidental changes to the firewall's Availability Zone configuration. This helps protect against disrupting traffic flow in production environments.</p>
|
|
31
|
+
* <p>When enabled, you must disable this protection before using <a>AssociateAvailabilityZones</a> or <a>DisassociateAvailabilityZones</a> to modify the firewall's Availability Zone configuration.</p>
|
|
32
|
+
* @example
|
|
33
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
+
* ```javascript
|
|
35
|
+
* import { NetworkFirewallClient, UpdateAvailabilityZoneChangeProtectionCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
36
|
+
* // const { NetworkFirewallClient, UpdateAvailabilityZoneChangeProtectionCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
37
|
+
* const client = new NetworkFirewallClient(config);
|
|
38
|
+
* const input = { // UpdateAvailabilityZoneChangeProtectionRequest
|
|
39
|
+
* UpdateToken: "STRING_VALUE",
|
|
40
|
+
* FirewallArn: "STRING_VALUE",
|
|
41
|
+
* FirewallName: "STRING_VALUE",
|
|
42
|
+
* AvailabilityZoneChangeProtection: true || false, // required
|
|
43
|
+
* };
|
|
44
|
+
* const command = new UpdateAvailabilityZoneChangeProtectionCommand(input);
|
|
45
|
+
* const response = await client.send(command);
|
|
46
|
+
* // { // UpdateAvailabilityZoneChangeProtectionResponse
|
|
47
|
+
* // UpdateToken: "STRING_VALUE",
|
|
48
|
+
* // FirewallArn: "STRING_VALUE",
|
|
49
|
+
* // FirewallName: "STRING_VALUE",
|
|
50
|
+
* // AvailabilityZoneChangeProtection: true || false,
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
53
|
+
* ```
|
|
54
|
+
*
|
|
55
|
+
* @param UpdateAvailabilityZoneChangeProtectionCommandInput - {@link UpdateAvailabilityZoneChangeProtectionCommandInput}
|
|
56
|
+
* @returns {@link UpdateAvailabilityZoneChangeProtectionCommandOutput}
|
|
57
|
+
* @see {@link UpdateAvailabilityZoneChangeProtectionCommandInput} for command's `input` shape.
|
|
58
|
+
* @see {@link UpdateAvailabilityZoneChangeProtectionCommandOutput} for command's `response` shape.
|
|
59
|
+
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link InternalServerError} (server fault)
|
|
62
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
63
|
+
* system problem. Retry your request. </p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
66
|
+
* <p>The operation failed because of a problem with your request. Examples include: </p>
|
|
67
|
+
* <ul>
|
|
68
|
+
* <li>
|
|
69
|
+
* <p>You specified an unsupported parameter name or value.</p>
|
|
70
|
+
* </li>
|
|
71
|
+
* <li>
|
|
72
|
+
* <p>You tried to update a property with a value that isn't among the available
|
|
73
|
+
* types.</p>
|
|
74
|
+
* </li>
|
|
75
|
+
* <li>
|
|
76
|
+
* <p>Your request references an ARN that is malformed, or corresponds to a resource
|
|
77
|
+
* that isn't valid in the context of the request.</p>
|
|
78
|
+
* </li>
|
|
79
|
+
* </ul>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link InvalidTokenException} (client fault)
|
|
82
|
+
* <p>The token you provided is stale or isn't valid for the operation. </p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
85
|
+
* <p>Unable to locate a resource using the parameters that you provided.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link ResourceOwnerCheckException} (client fault)
|
|
88
|
+
* <p>Unable to change the resource because your account doesn't own it. </p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
91
|
+
* <p>Unable to process the request due to throttling limitations.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link NetworkFirewallServiceException}
|
|
94
|
+
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
95
|
+
*
|
|
96
|
+
*
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
export declare class UpdateAvailabilityZoneChangeProtectionCommand extends UpdateAvailabilityZoneChangeProtectionCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: UpdateAvailabilityZoneChangeProtectionRequest;
|
|
104
|
+
output: UpdateAvailabilityZoneChangeProtectionResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: UpdateAvailabilityZoneChangeProtectionCommandInput;
|
|
108
|
+
output: UpdateAvailabilityZoneChangeProtectionCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
111
|
+
}
|
|
@@ -82,7 +82,7 @@ declare const UpdateRuleGroupCommand_base: {
|
|
|
82
82
|
* { // StatefulRule
|
|
83
83
|
* Action: "PASS" || "DROP" || "ALERT" || "REJECT", // required
|
|
84
84
|
* Header: { // Header
|
|
85
|
-
* Protocol: "IP" || "TCP" || "UDP" || "ICMP" || "HTTP" || "FTP" || "TLS" || "SMB" || "DNS" || "DCERPC" || "SSH" || "SMTP" || "IMAP" || "MSN" || "KRB5" || "IKEV2" || "TFTP" || "NTP" || "DHCP", // required
|
|
85
|
+
* Protocol: "IP" || "TCP" || "UDP" || "ICMP" || "HTTP" || "FTP" || "TLS" || "SMB" || "DNS" || "DCERPC" || "SSH" || "SMTP" || "IMAP" || "MSN" || "KRB5" || "IKEV2" || "TFTP" || "NTP" || "DHCP" || "HTTP2" || "QUIC", // required
|
|
86
86
|
* Source: "STRING_VALUE", // required
|
|
87
87
|
* SourcePort: "STRING_VALUE", // required
|
|
88
88
|
* Direction: "FORWARD" || "ANY", // required
|
|
@@ -180,6 +180,11 @@ declare const UpdateRuleGroupCommand_base: {
|
|
|
180
180
|
* SourceUpdateToken: "STRING_VALUE",
|
|
181
181
|
* },
|
|
182
182
|
* AnalyzeRuleGroup: true || false,
|
|
183
|
+
* SummaryConfiguration: { // SummaryConfiguration
|
|
184
|
+
* RuleOptions: [ // SummaryRuleOptions
|
|
185
|
+
* "SID" || "MSG" || "METADATA",
|
|
186
|
+
* ],
|
|
187
|
+
* },
|
|
183
188
|
* };
|
|
184
189
|
* const command = new UpdateRuleGroupCommand(input);
|
|
185
190
|
* const response = await client.send(command);
|
|
@@ -220,6 +225,11 @@ declare const UpdateRuleGroupCommand_base: {
|
|
|
220
225
|
* // AnalysisDetail: "STRING_VALUE",
|
|
221
226
|
* // },
|
|
222
227
|
* // ],
|
|
228
|
+
* // SummaryConfiguration: { // SummaryConfiguration
|
|
229
|
+
* // RuleOptions: [ // SummaryRuleOptions
|
|
230
|
+
* // "SID" || "MSG" || "METADATA",
|
|
231
|
+
* // ],
|
|
232
|
+
* // },
|
|
223
233
|
* // },
|
|
224
234
|
* // };
|
|
225
235
|
*
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export * from "./AcceptNetworkFirewallTransitGatewayAttachmentCommand";
|
|
2
|
+
export * from "./AssociateAvailabilityZonesCommand";
|
|
1
3
|
export * from "./AssociateFirewallPolicyCommand";
|
|
2
4
|
export * from "./AssociateSubnetsCommand";
|
|
3
5
|
export * from "./CreateFirewallCommand";
|
|
@@ -7,6 +9,7 @@ export * from "./CreateTLSInspectionConfigurationCommand";
|
|
|
7
9
|
export * from "./CreateVpcEndpointAssociationCommand";
|
|
8
10
|
export * from "./DeleteFirewallCommand";
|
|
9
11
|
export * from "./DeleteFirewallPolicyCommand";
|
|
12
|
+
export * from "./DeleteNetworkFirewallTransitGatewayAttachmentCommand";
|
|
10
13
|
export * from "./DeleteResourcePolicyCommand";
|
|
11
14
|
export * from "./DeleteRuleGroupCommand";
|
|
12
15
|
export * from "./DeleteTLSInspectionConfigurationCommand";
|
|
@@ -19,8 +22,10 @@ export * from "./DescribeLoggingConfigurationCommand";
|
|
|
19
22
|
export * from "./DescribeResourcePolicyCommand";
|
|
20
23
|
export * from "./DescribeRuleGroupCommand";
|
|
21
24
|
export * from "./DescribeRuleGroupMetadataCommand";
|
|
25
|
+
export * from "./DescribeRuleGroupSummaryCommand";
|
|
22
26
|
export * from "./DescribeTLSInspectionConfigurationCommand";
|
|
23
27
|
export * from "./DescribeVpcEndpointAssociationCommand";
|
|
28
|
+
export * from "./DisassociateAvailabilityZonesCommand";
|
|
24
29
|
export * from "./DisassociateSubnetsCommand";
|
|
25
30
|
export * from "./GetAnalysisReportResultsCommand";
|
|
26
31
|
export * from "./ListAnalysisReportsCommand";
|
|
@@ -33,11 +38,13 @@ export * from "./ListTLSInspectionConfigurationsCommand";
|
|
|
33
38
|
export * from "./ListTagsForResourceCommand";
|
|
34
39
|
export * from "./ListVpcEndpointAssociationsCommand";
|
|
35
40
|
export * from "./PutResourcePolicyCommand";
|
|
41
|
+
export * from "./RejectNetworkFirewallTransitGatewayAttachmentCommand";
|
|
36
42
|
export * from "./StartAnalysisReportCommand";
|
|
37
43
|
export * from "./StartFlowCaptureCommand";
|
|
38
44
|
export * from "./StartFlowFlushCommand";
|
|
39
45
|
export * from "./TagResourceCommand";
|
|
40
46
|
export * from "./UntagResourceCommand";
|
|
47
|
+
export * from "./UpdateAvailabilityZoneChangeProtectionCommand";
|
|
41
48
|
export * from "./UpdateFirewallAnalysisSettingsCommand";
|
|
42
49
|
export * from "./UpdateFirewallDeleteProtectionCommand";
|
|
43
50
|
export * from "./UpdateFirewallDescriptionCommand";
|
|
@@ -3,9 +3,9 @@ import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provi
|
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
5
5
|
export interface ClientInputEndpointParameters {
|
|
6
|
-
region?: string | Provider<string>;
|
|
7
|
-
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
8
|
-
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
6
|
+
region?: string | undefined | Provider<string | undefined>;
|
|
7
|
+
useDualstackEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
8
|
+
useFipsEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
9
9
|
endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
|
|
10
10
|
}
|
|
11
11
|
export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
@@ -31,8 +31,8 @@ export declare const commonParams: {
|
|
|
31
31
|
};
|
|
32
32
|
};
|
|
33
33
|
export interface EndpointParameters extends __EndpointParameters {
|
|
34
|
-
Region?: string;
|
|
35
|
-
UseDualStack?: boolean;
|
|
36
|
-
UseFIPS?: boolean;
|
|
37
|
-
Endpoint?: string;
|
|
34
|
+
Region?: string | undefined;
|
|
35
|
+
UseDualStack?: boolean | undefined;
|
|
36
|
+
UseFIPS?: boolean | undefined;
|
|
37
|
+
Endpoint?: string | undefined;
|
|
38
38
|
}
|