aws-sdk-networkfirewall 1.77.0 → 1.78.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/endpoint_parameters.rb +4 -4
- data/lib/aws-sdk-networkfirewall.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9a00f918c7f9bfed16a173040df150e82f586a67a1fe8202e8aff0c104011aff
|
4
|
+
data.tar.gz: baf2428fe5b7b7418f20495daa3549a410b40f53fdad96748743ad39233ee855
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c92a3c834645852dc5f5b0f64dd9746bf8142a5ec4bc8ad52277499b370c231ab4f0081c1d0e729ff1bc92158f782f1a71e9e68ffb14d6a9adc09869d3f84eed
|
7
|
+
data.tar.gz: 0d9f4bac926baf1290c158ce85afb35279f43a8c719b0857a64147b7c274c8f81e5b92d0fd11800a5256e663505cb4eef062b11498375dc6483cc0519452fcdf
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.78.0
|
@@ -5277,7 +5277,7 @@ module Aws::NetworkFirewall
|
|
5277
5277
|
tracer: tracer
|
5278
5278
|
)
|
5279
5279
|
context[:gem_name] = 'aws-sdk-networkfirewall'
|
5280
|
-
context[:gem_version] = '1.
|
5280
|
+
context[:gem_version] = '1.78.0'
|
5281
5281
|
Seahorse::Client::Request.new(handlers, context)
|
5282
5282
|
end
|
5283
5283
|
|
@@ -13,22 +13,22 @@ module Aws::NetworkFirewall
|
|
13
13
|
# @!attribute region
|
14
14
|
# The AWS region used to dispatch the request.
|
15
15
|
#
|
16
|
-
# @return [
|
16
|
+
# @return [string]
|
17
17
|
#
|
18
18
|
# @!attribute use_dual_stack
|
19
19
|
# When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
|
20
20
|
#
|
21
|
-
# @return [
|
21
|
+
# @return [boolean]
|
22
22
|
#
|
23
23
|
# @!attribute use_fips
|
24
24
|
# When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
|
25
25
|
#
|
26
|
-
# @return [
|
26
|
+
# @return [boolean]
|
27
27
|
#
|
28
28
|
# @!attribute endpoint
|
29
29
|
# Override the endpoint used to send this request
|
30
30
|
#
|
31
|
-
# @return [
|
31
|
+
# @return [string]
|
32
32
|
#
|
33
33
|
EndpointParameters = Struct.new(
|
34
34
|
:region,
|