@aws-sdk/client-fms 3.569.0 → 3.574.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.
|
@@ -69,7 +69,7 @@ declare const PutPolicyCommand_base: {
|
|
|
69
69
|
* </li>
|
|
70
70
|
* <li>
|
|
71
71
|
* <p>
|
|
72
|
-
* <b>Third-party firewall policy</b> - This policy applies third-party firewall protections. Third-party firewalls are available by subscription through the Amazon Web Services Marketplace console at <a href="
|
|
72
|
+
* <b>Third-party firewall policy</b> - This policy applies third-party firewall protections. Third-party firewalls are available by subscription through the Amazon Web Services Marketplace console at <a href="http://aws.amazon.com/marketplace">Amazon Web Services Marketplace</a>.</p>
|
|
73
73
|
* <ul>
|
|
74
74
|
* <li>
|
|
75
75
|
* <p>
|
|
@@ -999,6 +999,10 @@ export type CustomerPolicyStatus = (typeof CustomerPolicyStatus)[keyof typeof Cu
|
|
|
999
999
|
* tags with "AND" so that, if you add more than one tag to a policy scope, a resource must have
|
|
1000
1000
|
* all the specified tags to be included or excluded. For more information, see
|
|
1001
1001
|
* <a href="https://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/tag-editor.html">Working with Tag Editor</a>.</p>
|
|
1002
|
+
* <p>Every resource tag must have a string value, either a non-empty string or an empty string. If you don't
|
|
1003
|
+
* provide a value for a resource tag, Firewall Manager saves the value as an empty string: "". When Firewall Manager compares tags, it only
|
|
1004
|
+
* matches two tags if they have the same key and the same value. A tag with an empty string value only
|
|
1005
|
+
* matches with tags that also have an empty string value. </p>
|
|
1002
1006
|
* @public
|
|
1003
1007
|
*/
|
|
1004
1008
|
export interface ResourceTag {
|
|
@@ -1008,7 +1012,7 @@ export interface ResourceTag {
|
|
|
1008
1012
|
*/
|
|
1009
1013
|
Key: string | undefined;
|
|
1010
1014
|
/**
|
|
1011
|
-
* <p>The resource tag value
|
|
1015
|
+
* <p>The resource tag value. To specify an empty string value, either don't provide this or specify it as "". </p>
|
|
1012
1016
|
* @public
|
|
1013
1017
|
*/
|
|
1014
1018
|
Value?: string;
|
|
@@ -1125,7 +1129,7 @@ export interface NetworkAclEntrySet {
|
|
|
1125
1129
|
* violations that involve conflicts between the custom entries and the policy entries. </p>
|
|
1126
1130
|
* <p>If forced remediation is disabled, Firewall Manager marks the network ACL as noncompliant and does not try to
|
|
1127
1131
|
* remediate. For more information about the remediation behavior, see
|
|
1128
|
-
* <a href="https://docs.aws.amazon.com/waf/latest/developerguide/network-acl-policies.html">
|
|
1132
|
+
* <a href="https://docs.aws.amazon.com/waf/latest/developerguide/network-acl-policies.html#network-acls-remediation">Remediation for managed network ACLs</a>
|
|
1129
1133
|
* in the <i>Firewall Manager Developer Guide</i>.</p>
|
|
1130
1134
|
* @public
|
|
1131
1135
|
*/
|
|
@@ -1145,7 +1149,7 @@ export interface NetworkAclEntrySet {
|
|
|
1145
1149
|
* violations that involve conflicts between the custom entries and the policy entries. </p>
|
|
1146
1150
|
* <p>If forced remediation is disabled, Firewall Manager marks the network ACL as noncompliant and does not try to
|
|
1147
1151
|
* remediate. For more information about the remediation behavior, see
|
|
1148
|
-
* <a href="https://docs.aws.amazon.com/waf/latest/developerguide/network-acl-policies.html">
|
|
1152
|
+
* <a href="https://docs.aws.amazon.com/waf/latest/developerguide/network-acl-policies.html#network-acls-remediation">Remediation for managed network ACLs</a>
|
|
1149
1153
|
* in the <i>Firewall Manager Developer Guide</i>.</p>
|
|
1150
1154
|
* @public
|
|
1151
1155
|
*/
|
|
@@ -1662,7 +1666,7 @@ export interface Policy {
|
|
|
1662
1666
|
*/
|
|
1663
1667
|
ResourceSetIds?: string[];
|
|
1664
1668
|
/**
|
|
1665
|
-
* <p>
|
|
1669
|
+
* <p>Your description of the Firewall Manager policy.</p>
|
|
1666
1670
|
* @public
|
|
1667
1671
|
*/
|
|
1668
1672
|
PolicyDescription?: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-fms",
|
|
3
3
|
"description": "AWS SDK for JavaScript Fms Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.574.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-fms",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.574.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.574.0",
|
|
25
|
+
"@aws-sdk/core": "3.572.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.572.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.567.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.568.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.567.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.572.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.572.0",
|
|
32
32
|
"@aws-sdk/types": "3.567.0",
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.572.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.567.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.568.0",
|
|
36
36
|
"@smithy/config-resolver": "^2.2.0",
|