@aws-sdk/client-network-firewall 3.823.0 → 3.825.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.
@@ -53,6 +53,7 @@ declare const DescribeLoggingConfigurationCommand_base: {
53
53
  * // },
54
54
  * // ],
55
55
  * // },
56
+ * // EnableMonitoringDashboard: true || false,
56
57
  * // };
57
58
  *
58
59
  * ```
@@ -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.823.0",
4
+ "version": "3.825.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",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.823.0",
24
- "@aws-sdk/credential-provider-node": "3.823.0",
23
+ "@aws-sdk/core": "3.825.0",
24
+ "@aws-sdk/credential-provider-node": "3.825.0",
25
25
  "@aws-sdk/middleware-host-header": "3.821.0",
26
26
  "@aws-sdk/middleware-logger": "3.821.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.821.0",
28
- "@aws-sdk/middleware-user-agent": "3.823.0",
28
+ "@aws-sdk/middleware-user-agent": "3.825.0",
29
29
  "@aws-sdk/region-config-resolver": "3.821.0",
30
30
  "@aws-sdk/types": "3.821.0",
31
31
  "@aws-sdk/util-endpoints": "3.821.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.821.0",
33
- "@aws-sdk/util-user-agent-node": "3.823.0",
33
+ "@aws-sdk/util-user-agent-node": "3.825.0",
34
34
  "@smithy/config-resolver": "^4.1.4",
35
- "@smithy/core": "^3.5.1",
35
+ "@smithy/core": "^3.5.2",
36
36
  "@smithy/fetch-http-handler": "^5.0.4",
37
37
  "@smithy/hash-node": "^4.0.4",
38
38
  "@smithy/invalid-dependency": "^4.0.4",
39
39
  "@smithy/middleware-content-length": "^4.0.4",
40
- "@smithy/middleware-endpoint": "^4.1.9",
41
- "@smithy/middleware-retry": "^4.1.10",
40
+ "@smithy/middleware-endpoint": "^4.1.10",
41
+ "@smithy/middleware-retry": "^4.1.11",
42
42
  "@smithy/middleware-serde": "^4.0.8",
43
43
  "@smithy/middleware-stack": "^4.0.4",
44
44
  "@smithy/node-config-provider": "^4.1.3",
45
45
  "@smithy/node-http-handler": "^4.0.6",
46
46
  "@smithy/protocol-http": "^5.1.2",
47
- "@smithy/smithy-client": "^4.4.1",
47
+ "@smithy/smithy-client": "^4.4.2",
48
48
  "@smithy/types": "^4.3.1",
49
49
  "@smithy/url-parser": "^4.0.4",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.17",
54
- "@smithy/util-defaults-mode-node": "^4.0.17",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.18",
54
+ "@smithy/util-defaults-mode-node": "^4.0.18",
55
55
  "@smithy/util-endpoints": "^3.0.6",
56
56
  "@smithy/util-middleware": "^4.0.4",
57
57
  "@smithy/util-retry": "^4.0.5",