aws-sdk-networkfirewall 1.56.0 → 1.57.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-networkfirewall/client.rb +1 -1
- data/lib/aws-sdk-networkfirewall/types.rb +4 -5
- data/lib/aws-sdk-networkfirewall.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: a1a2a6a0278c877380eb9af16f4bfecd197a705de1bb6a7bab881df2cb7c8c02
|
|
4
|
+
data.tar.gz: 7982edde2ce4d490b84dbc227c2868af32a4ef4e7b90a4ece48baeba895af3b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f8660cca680a015675fd6647581f304981ed88d84f09aca8b56f45661a4632e6d9bd542bc2926e236045127c528f7756a58e2d03d026b08cd4015abfff86b61c
|
|
7
|
+
data.tar.gz: 78c9cf091e4088a1bc19d6118d1c11cc21eebcf9d1ec9bdba8022791098993c58a05151d144b0108da5df65e7ee32677f344c1cd5b0aaff2cd5648340172fe0e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.57.0
|
|
@@ -3685,7 +3685,7 @@ module Aws::NetworkFirewall
|
|
|
3685
3685
|
tracer: tracer
|
|
3686
3686
|
)
|
|
3687
3687
|
context[:gem_name] = 'aws-sdk-networkfirewall'
|
|
3688
|
-
context[:gem_version] = '1.
|
|
3688
|
+
context[:gem_version] = '1.57.0'
|
|
3689
3689
|
Seahorse::Client::Request.new(handlers, context)
|
|
3690
3690
|
end
|
|
3691
3691
|
|
|
@@ -2770,21 +2770,20 @@ module Aws::NetworkFirewall
|
|
|
2770
2770
|
# The following example specifies an Amazon S3 bucket named
|
|
2771
2771
|
# `DOC-EXAMPLE-BUCKET` and the prefix `alerts`:
|
|
2772
2772
|
#
|
|
2773
|
-
# `"LogDestination":
|
|
2774
|
-
# "
|
|
2773
|
+
# `"LogDestination": { "bucketName": "DOC-EXAMPLE-BUCKET", "prefix":
|
|
2774
|
+
# "alerts" }`
|
|
2775
2775
|
#
|
|
2776
2776
|
# * For a CloudWatch log group, provide the name of the CloudWatch log
|
|
2777
2777
|
# group, with key `logGroup`. The following example specifies a log
|
|
2778
2778
|
# group named `alert-log-group`:
|
|
2779
2779
|
#
|
|
2780
|
-
# `"LogDestination":
|
|
2780
|
+
# `"LogDestination": { "logGroup": "alert-log-group" }`
|
|
2781
2781
|
#
|
|
2782
2782
|
# * For a Firehose delivery stream, provide the name of the delivery
|
|
2783
2783
|
# stream, with key `deliveryStream`. The following example specifies
|
|
2784
2784
|
# a delivery stream named `alert-delivery-stream`:
|
|
2785
2785
|
#
|
|
2786
|
-
# `"LogDestination":
|
|
2787
|
-
# \}`
|
|
2786
|
+
# `"LogDestination": { "deliveryStream": "alert-delivery-stream" }`
|
|
2788
2787
|
# @return [Hash<String,String>]
|
|
2789
2788
|
#
|
|
2790
2789
|
# @see http://docs.aws.amazon.com/goto/WebAPI/network-firewall-2020-11-12/LogDestinationConfig AWS API Documentation
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-networkfirewall
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.57.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-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|