@aws-sdk/client-network-firewall 3.823.0 → 3.824.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.
|
@@ -73,6 +73,7 @@ declare const UpdateLoggingConfigurationCommand_base: {
|
|
|
73
73
|
* },
|
|
74
74
|
* ],
|
|
75
75
|
* },
|
|
76
|
+
* EnableMonitoringDashboard: true || false,
|
|
76
77
|
* };
|
|
77
78
|
* const command = new UpdateLoggingConfigurationCommand(input);
|
|
78
79
|
* const response = await client.send(command);
|
|
@@ -90,6 +91,7 @@ declare const UpdateLoggingConfigurationCommand_base: {
|
|
|
90
91
|
* // },
|
|
91
92
|
* // ],
|
|
92
93
|
* // },
|
|
94
|
+
* // EnableMonitoringDashboard: true || false,
|
|
93
95
|
* // };
|
|
94
96
|
*
|
|
95
97
|
* ```
|
|
@@ -3373,6 +3373,15 @@ export interface DescribeLoggingConfigurationResponse {
|
|
|
3373
3373
|
* @public
|
|
3374
3374
|
*/
|
|
3375
3375
|
LoggingConfiguration?: LoggingConfiguration | undefined;
|
|
3376
|
+
/**
|
|
3377
|
+
* <p>A boolean that reflects whether or not the firewall monitoring dashboard is enabled on a firewall.</p>
|
|
3378
|
+
* <p>
|
|
3379
|
+
* Returns <code>TRUE</code> when the firewall monitoring dashboard is enabled on the firewall.
|
|
3380
|
+
* Returns <code>FALSE</code> when the firewall monitoring dashboard is not enabled on the firewall.
|
|
3381
|
+
* </p>
|
|
3382
|
+
* @public
|
|
3383
|
+
*/
|
|
3384
|
+
EnableMonitoringDashboard?: boolean | undefined;
|
|
3376
3385
|
}
|
|
3377
3386
|
/**
|
|
3378
3387
|
* @public
|
|
@@ -5045,6 +5054,17 @@ export interface UpdateLoggingConfigurationRequest {
|
|
|
5045
5054
|
* @public
|
|
5046
5055
|
*/
|
|
5047
5056
|
LoggingConfiguration?: LoggingConfiguration | undefined;
|
|
5057
|
+
/**
|
|
5058
|
+
* <p>A boolean that lets you enable or disable the detailed firewall monitoring dashboard on the firewall. </p>
|
|
5059
|
+
* <p>The monitoring dashboard provides comprehensive visibility into your firewall's flow logs and alert logs.
|
|
5060
|
+
* After you enable detailed monitoring, you can access these dashboards directly from the <b>Monitoring</b> page of the Network Firewall console.</p>
|
|
5061
|
+
* <p>
|
|
5062
|
+
* Specify <code>TRUE</code> to enable the the detailed monitoring dashboard on the firewall.
|
|
5063
|
+
* Specify <code>FALSE</code> to disable the the detailed monitoring dashboard on the firewall.
|
|
5064
|
+
* </p>
|
|
5065
|
+
* @public
|
|
5066
|
+
*/
|
|
5067
|
+
EnableMonitoringDashboard?: boolean | undefined;
|
|
5048
5068
|
}
|
|
5049
5069
|
/**
|
|
5050
5070
|
* @public
|
|
@@ -5065,6 +5085,15 @@ export interface UpdateLoggingConfigurationResponse {
|
|
|
5065
5085
|
* @public
|
|
5066
5086
|
*/
|
|
5067
5087
|
LoggingConfiguration?: LoggingConfiguration | undefined;
|
|
5088
|
+
/**
|
|
5089
|
+
* <p>A boolean that reflects whether or not the firewall monitoring dashboard is enabled on a firewall.</p>
|
|
5090
|
+
* <p>
|
|
5091
|
+
* Returns <code>TRUE</code> when the firewall monitoring dashboard is enabled on the firewall.
|
|
5092
|
+
* Returns <code>FALSE</code> when the firewall monitoring dashboard is not enabled on the firewall.
|
|
5093
|
+
* </p>
|
|
5094
|
+
* @public
|
|
5095
|
+
*/
|
|
5096
|
+
EnableMonitoringDashboard?: boolean | undefined;
|
|
5068
5097
|
}
|
|
5069
5098
|
/**
|
|
5070
5099
|
* @public
|
|
@@ -783,6 +783,7 @@ export interface LoggingConfiguration {
|
|
|
783
783
|
export interface DescribeLoggingConfigurationResponse {
|
|
784
784
|
FirewallArn?: string | undefined;
|
|
785
785
|
LoggingConfiguration?: LoggingConfiguration | undefined;
|
|
786
|
+
EnableMonitoringDashboard?: boolean | undefined;
|
|
786
787
|
}
|
|
787
788
|
export interface DescribeResourcePolicyRequest {
|
|
788
789
|
ResourceArn: string | undefined;
|
|
@@ -1153,11 +1154,13 @@ export interface UpdateLoggingConfigurationRequest {
|
|
|
1153
1154
|
FirewallArn?: string | undefined;
|
|
1154
1155
|
FirewallName?: string | undefined;
|
|
1155
1156
|
LoggingConfiguration?: LoggingConfiguration | undefined;
|
|
1157
|
+
EnableMonitoringDashboard?: boolean | undefined;
|
|
1156
1158
|
}
|
|
1157
1159
|
export interface UpdateLoggingConfigurationResponse {
|
|
1158
1160
|
FirewallArn?: string | undefined;
|
|
1159
1161
|
FirewallName?: string | undefined;
|
|
1160
1162
|
LoggingConfiguration?: LoggingConfiguration | undefined;
|
|
1163
|
+
EnableMonitoringDashboard?: boolean | undefined;
|
|
1161
1164
|
}
|
|
1162
1165
|
export interface UpdateRuleGroupRequest {
|
|
1163
1166
|
UpdateToken: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-network-firewall",
|
|
3
3
|
"description": "AWS SDK for JavaScript Network Firewall Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.824.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-network-firewall",
|