aws-sdk-fms 1.69.0 → 1.71.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-fms/client.rb +5 -4
- data/lib/aws-sdk-fms/types.rb +16 -10
- data/lib/aws-sdk-fms.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 98d7bf15bad8db2d19bf2095dbc3a18f24ceff657c6de7f507b3c85539b88ebb
|
4
|
+
data.tar.gz: 50cfd031279ac2cab0578dac508141a8e090e28419612ae1a173cdffba9cfa98
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88d9197cb8c61f3244a73040e5ebe552ef64a88acc756e45fffb4166d06c1d166b598c8ae41f3fa7ab4905e3c58476bcb4720b0441535c9b601edc62bd4025f4
|
7
|
+
data.tar.gz: a165276b3916c5aecc02a0986ff15076b79adc9be828044ecfad9aff0cd6b442b4fd710106a4a78bbe663af0b9c595f3e6c282a5379789b6397b5e70c2114fba
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.71.0 (2024-05-13)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.70.0 (2024-05-08)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - The policy scope resource tag is always a string value, either a non-empty string or an empty string.
|
13
|
+
|
4
14
|
1.69.0 (2024-04-30)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.71.0
|
data/lib/aws-sdk-fms/client.rb
CHANGED
@@ -301,8 +301,9 @@ module Aws::FMS
|
|
301
301
|
#
|
302
302
|
# @option options [String] :sdk_ua_app_id
|
303
303
|
# A unique and opaque application ID that is appended to the
|
304
|
-
# User-Agent header as app
|
305
|
-
# maximum length of 50.
|
304
|
+
# User-Agent header as app/sdk_ua_app_id. It should have a
|
305
|
+
# maximum length of 50. This variable is sourced from environment
|
306
|
+
# variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
|
306
307
|
#
|
307
308
|
# @option options [String] :secret_access_key
|
308
309
|
#
|
@@ -2554,7 +2555,7 @@ module Aws::FMS
|
|
2554
2555
|
#
|
2555
2556
|
#
|
2556
2557
|
#
|
2557
|
-
# [1]:
|
2558
|
+
# [1]: http://aws.amazon.com/marketplace
|
2558
2559
|
#
|
2559
2560
|
# @option params [required, Types::Policy] :policy
|
2560
2561
|
# The details of the Firewall Manager policy to be created.
|
@@ -2910,7 +2911,7 @@ module Aws::FMS
|
|
2910
2911
|
params: params,
|
2911
2912
|
config: config)
|
2912
2913
|
context[:gem_name] = 'aws-sdk-fms'
|
2913
|
-
context[:gem_version] = '1.
|
2914
|
+
context[:gem_version] = '1.71.0'
|
2914
2915
|
Seahorse::Client::Request.new(handlers, context)
|
2915
2916
|
end
|
2916
2917
|
|
data/lib/aws-sdk-fms/types.rb
CHANGED
@@ -2681,13 +2681,12 @@ module Aws::FMS
|
|
2681
2681
|
#
|
2682
2682
|
# If forced remediation is disabled, Firewall Manager marks the
|
2683
2683
|
# network ACL as noncompliant and does not try to remediate. For more
|
2684
|
-
# information about the remediation behavior, see [
|
2685
|
-
#
|
2686
|
-
# Guide*.
|
2684
|
+
# information about the remediation behavior, see [Remediation for
|
2685
|
+
# managed network ACLs][1] in the *Firewall Manager Developer Guide*.
|
2687
2686
|
#
|
2688
2687
|
#
|
2689
2688
|
#
|
2690
|
-
# [1]: https://docs.aws.amazon.com/waf/latest/developerguide/network-acl-policies.html
|
2689
|
+
# [1]: https://docs.aws.amazon.com/waf/latest/developerguide/network-acl-policies.html#network-acls-remediation
|
2691
2690
|
# @return [Boolean]
|
2692
2691
|
#
|
2693
2692
|
# @!attribute [rw] last_entries
|
@@ -2712,13 +2711,12 @@ module Aws::FMS
|
|
2712
2711
|
#
|
2713
2712
|
# If forced remediation is disabled, Firewall Manager marks the
|
2714
2713
|
# network ACL as noncompliant and does not try to remediate. For more
|
2715
|
-
# information about the remediation behavior, see [
|
2716
|
-
#
|
2717
|
-
# Guide*.
|
2714
|
+
# information about the remediation behavior, see [Remediation for
|
2715
|
+
# managed network ACLs][1] in the *Firewall Manager Developer Guide*.
|
2718
2716
|
#
|
2719
2717
|
#
|
2720
2718
|
#
|
2721
|
-
# [1]: https://docs.aws.amazon.com/waf/latest/developerguide/network-acl-policies.html
|
2719
|
+
# [1]: https://docs.aws.amazon.com/waf/latest/developerguide/network-acl-policies.html#network-acls-remediation
|
2722
2720
|
# @return [Boolean]
|
2723
2721
|
#
|
2724
2722
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fms-2018-01-01/NetworkAclEntrySet AWS API Documentation
|
@@ -3537,7 +3535,7 @@ module Aws::FMS
|
|
3537
3535
|
# @return [Array<String>]
|
3538
3536
|
#
|
3539
3537
|
# @!attribute [rw] policy_description
|
3540
|
-
#
|
3538
|
+
# Your description of the Firewall Manager policy.
|
3541
3539
|
# @return [String]
|
3542
3540
|
#
|
3543
3541
|
# @!attribute [rw] policy_status
|
@@ -4435,6 +4433,13 @@ module Aws::FMS
|
|
4435
4433
|
# specified tags to be included or excluded. For more information, see
|
4436
4434
|
# [Working with Tag Editor][1].
|
4437
4435
|
#
|
4436
|
+
# Every resource tag must have a string value, either a non-empty string
|
4437
|
+
# or an empty string. If you don't provide a value for a resource tag,
|
4438
|
+
# Firewall Manager saves the value as an empty string: "". When
|
4439
|
+
# Firewall Manager compares tags, it only matches two tags if they have
|
4440
|
+
# the same key and the same value. A tag with an empty string value only
|
4441
|
+
# matches with tags that also have an empty string value.
|
4442
|
+
#
|
4438
4443
|
#
|
4439
4444
|
#
|
4440
4445
|
# [1]: https://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/tag-editor.html
|
@@ -4444,7 +4449,8 @@ module Aws::FMS
|
|
4444
4449
|
# @return [String]
|
4445
4450
|
#
|
4446
4451
|
# @!attribute [rw] value
|
4447
|
-
# The resource tag value.
|
4452
|
+
# The resource tag value. To specify an empty string value, either
|
4453
|
+
# don't provide this or specify it as "".
|
4448
4454
|
# @return [String]
|
4449
4455
|
#
|
4450
4456
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fms-2018-01-01/ResourceTag AWS API Documentation
|
data/lib/aws-sdk-fms.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-fms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.71.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-05-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|