aws-sdk-networkfirewall 1.27.0 → 1.29.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-networkfirewall/client.rb +12 -7
- data/lib/aws-sdk-networkfirewall/types.rb +19 -2
- data/lib/aws-sdk-networkfirewall.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0b4f0ad111427813c88b3e6a548c007f9229aaf04b1847d5d470378d015fed1f
|
4
|
+
data.tar.gz: d6b5438819073c12a431cb75dbc2dc98f039c2e92c673a9c53de698647c75d36
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f3daa2ccdda78f4b0e25c4041052ee985de25ccae9ce037013cd129486afa0f61dce1a6910d5f51db653e3e92aef68a91055c64711ea50d7032f21881bd1830
|
7
|
+
data.tar.gz: 3dce49d8082b25cbf765accf6faa7492dff1b89fa1b811a7a82ba5afcbf26fb4035b4ad9af5bfc5ccfebe03d5b7c399f1708c5a5cddb5fe5faf919d872f9d5d8
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.29.0 (2023-05-31)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.28.0 (2023-05-04)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds support for the Suricata REJECT option in midstream exception configurations.
|
13
|
+
|
4
14
|
1.27.0 (2023-05-03)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.29.0
|
@@ -275,6 +275,11 @@ module Aws::NetworkFirewall
|
|
275
275
|
# in the future.
|
276
276
|
#
|
277
277
|
#
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
279
|
+
# A unique and opaque application ID that is appended to the
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
281
|
+
# maximum length of 50.
|
282
|
+
#
|
278
283
|
# @option options [String] :secret_access_key
|
279
284
|
#
|
280
285
|
# @option options [String] :session_token
|
@@ -663,7 +668,7 @@ module Aws::NetworkFirewall
|
|
663
668
|
# resp.firewall_status.sync_states #=> Hash
|
664
669
|
# resp.firewall_status.sync_states["AvailabilityZone"].attachment.subnet_id #=> String
|
665
670
|
# resp.firewall_status.sync_states["AvailabilityZone"].attachment.endpoint_id #=> String
|
666
|
-
# resp.firewall_status.sync_states["AvailabilityZone"].attachment.status #=> String, one of "CREATING", "DELETING", "
|
671
|
+
# resp.firewall_status.sync_states["AvailabilityZone"].attachment.status #=> String, one of "CREATING", "DELETING", "FAILED", "ERROR", "SCALING", "READY"
|
667
672
|
# resp.firewall_status.sync_states["AvailabilityZone"].attachment.status_message #=> String
|
668
673
|
# resp.firewall_status.sync_states["AvailabilityZone"].config #=> Hash
|
669
674
|
# resp.firewall_status.sync_states["AvailabilityZone"].config["ResourceName"].sync_status #=> String, one of "PENDING", "IN_SYNC", "CAPACITY_CONSTRAINED"
|
@@ -766,7 +771,7 @@ module Aws::NetworkFirewall
|
|
766
771
|
# stateful_default_actions: ["CollectionMember_String"],
|
767
772
|
# stateful_engine_options: {
|
768
773
|
# rule_order: "DEFAULT_ACTION_ORDER", # accepts DEFAULT_ACTION_ORDER, STRICT_ORDER
|
769
|
-
# stream_exception_policy: "DROP", # accepts DROP, CONTINUE
|
774
|
+
# stream_exception_policy: "DROP", # accepts DROP, CONTINUE, REJECT
|
770
775
|
# },
|
771
776
|
# tls_inspection_configuration_arn: "ResourceArn",
|
772
777
|
# policy_variables: {
|
@@ -1331,7 +1336,7 @@ module Aws::NetworkFirewall
|
|
1331
1336
|
# resp.firewall_status.sync_states #=> Hash
|
1332
1337
|
# resp.firewall_status.sync_states["AvailabilityZone"].attachment.subnet_id #=> String
|
1333
1338
|
# resp.firewall_status.sync_states["AvailabilityZone"].attachment.endpoint_id #=> String
|
1334
|
-
# resp.firewall_status.sync_states["AvailabilityZone"].attachment.status #=> String, one of "CREATING", "DELETING", "
|
1339
|
+
# resp.firewall_status.sync_states["AvailabilityZone"].attachment.status #=> String, one of "CREATING", "DELETING", "FAILED", "ERROR", "SCALING", "READY"
|
1335
1340
|
# resp.firewall_status.sync_states["AvailabilityZone"].attachment.status_message #=> String
|
1336
1341
|
# resp.firewall_status.sync_states["AvailabilityZone"].config #=> Hash
|
1337
1342
|
# resp.firewall_status.sync_states["AvailabilityZone"].config["ResourceName"].sync_status #=> String, one of "PENDING", "IN_SYNC", "CAPACITY_CONSTRAINED"
|
@@ -1593,7 +1598,7 @@ module Aws::NetworkFirewall
|
|
1593
1598
|
# resp.firewall_status.sync_states #=> Hash
|
1594
1599
|
# resp.firewall_status.sync_states["AvailabilityZone"].attachment.subnet_id #=> String
|
1595
1600
|
# resp.firewall_status.sync_states["AvailabilityZone"].attachment.endpoint_id #=> String
|
1596
|
-
# resp.firewall_status.sync_states["AvailabilityZone"].attachment.status #=> String, one of "CREATING", "DELETING", "
|
1601
|
+
# resp.firewall_status.sync_states["AvailabilityZone"].attachment.status #=> String, one of "CREATING", "DELETING", "FAILED", "ERROR", "SCALING", "READY"
|
1597
1602
|
# resp.firewall_status.sync_states["AvailabilityZone"].attachment.status_message #=> String
|
1598
1603
|
# resp.firewall_status.sync_states["AvailabilityZone"].config #=> Hash
|
1599
1604
|
# resp.firewall_status.sync_states["AvailabilityZone"].config["ResourceName"].sync_status #=> String, one of "PENDING", "IN_SYNC", "CAPACITY_CONSTRAINED"
|
@@ -1673,7 +1678,7 @@ module Aws::NetworkFirewall
|
|
1673
1678
|
# resp.firewall_policy.stateful_default_actions #=> Array
|
1674
1679
|
# resp.firewall_policy.stateful_default_actions[0] #=> String
|
1675
1680
|
# resp.firewall_policy.stateful_engine_options.rule_order #=> String, one of "DEFAULT_ACTION_ORDER", "STRICT_ORDER"
|
1676
|
-
# resp.firewall_policy.stateful_engine_options.stream_exception_policy #=> String, one of "DROP", "CONTINUE"
|
1681
|
+
# resp.firewall_policy.stateful_engine_options.stream_exception_policy #=> String, one of "DROP", "CONTINUE", "REJECT"
|
1677
1682
|
# resp.firewall_policy.tls_inspection_configuration_arn #=> String
|
1678
1683
|
# resp.firewall_policy.policy_variables.rule_variables #=> Hash
|
1679
1684
|
# resp.firewall_policy.policy_variables.rule_variables["RuleVariableName"].definition #=> Array
|
@@ -2831,7 +2836,7 @@ module Aws::NetworkFirewall
|
|
2831
2836
|
# stateful_default_actions: ["CollectionMember_String"],
|
2832
2837
|
# stateful_engine_options: {
|
2833
2838
|
# rule_order: "DEFAULT_ACTION_ORDER", # accepts DEFAULT_ACTION_ORDER, STRICT_ORDER
|
2834
|
-
# stream_exception_policy: "DROP", # accepts DROP, CONTINUE
|
2839
|
+
# stream_exception_policy: "DROP", # accepts DROP, CONTINUE, REJECT
|
2835
2840
|
# },
|
2836
2841
|
# tls_inspection_configuration_arn: "ResourceArn",
|
2837
2842
|
# policy_variables: {
|
@@ -3520,7 +3525,7 @@ module Aws::NetworkFirewall
|
|
3520
3525
|
params: params,
|
3521
3526
|
config: config)
|
3522
3527
|
context[:gem_name] = 'aws-sdk-networkfirewall'
|
3523
|
-
context[:gem_version] = '1.
|
3528
|
+
context[:gem_version] = '1.29.0'
|
3524
3529
|
Seahorse::Client::Request.new(handlers, context)
|
3525
3530
|
end
|
3526
3531
|
|
@@ -3197,7 +3197,7 @@ module Aws::NetworkFirewall
|
|
3197
3197
|
#
|
3198
3198
|
#
|
3199
3199
|
#
|
3200
|
-
# [1]: https://suricata.readthedocs.
|
3200
|
+
# [1]: https://suricata.readthedocs.iorules/intro.html#
|
3201
3201
|
# @return [Array<Types::StatefulRule>]
|
3202
3202
|
#
|
3203
3203
|
# @!attribute [rw] stateless_rules_and_custom_actions
|
@@ -3449,6 +3449,13 @@ module Aws::NetworkFirewall
|
|
3449
3449
|
# behavior is rule dependent—a TCP-layer rule using a
|
3450
3450
|
# `flow:stateless` rule would still match, as would the
|
3451
3451
|
# `aws:drop_strict` default action.
|
3452
|
+
#
|
3453
|
+
# * `REJECT` - Network Firewall fails closed and drops all subsequent
|
3454
|
+
# traffic going to the firewall. Network Firewall also sends a TCP
|
3455
|
+
# reject packet back to your client so that the client can
|
3456
|
+
# immediately establish a new session. Network Firewall will have
|
3457
|
+
# context about the new session and will apply rules to the
|
3458
|
+
# subsequent traffic.
|
3452
3459
|
# @return [String]
|
3453
3460
|
#
|
3454
3461
|
# @see http://docs.aws.amazon.com/goto/WebAPI/network-firewall-2020-11-12/StatefulEngineOptions AWS API Documentation
|
@@ -3468,7 +3475,7 @@ module Aws::NetworkFirewall
|
|
3468
3475
|
#
|
3469
3476
|
#
|
3470
3477
|
#
|
3471
|
-
# [1]: https://suricata.readthedocs.
|
3478
|
+
# [1]: https://suricata.readthedocs.iorules/intro.html#
|
3472
3479
|
#
|
3473
3480
|
# @!attribute [rw] action
|
3474
3481
|
# Defines what Network Firewall should do with the packets in a
|
@@ -3492,6 +3499,16 @@ module Aws::NetworkFirewall
|
|
3492
3499
|
# drop traffic. You can enable the rule with `ALERT` action, verify
|
3493
3500
|
# in the logs that the rule is filtering as you want, then change
|
3494
3501
|
# the action to `DROP`.
|
3502
|
+
#
|
3503
|
+
# * **REJECT** - Drops TCP traffic that matches the conditions of the
|
3504
|
+
# stateful rule, and sends a TCP reset packet back to sender of the
|
3505
|
+
# packet. A TCP reset packet is a packet with no payload and a `RST`
|
3506
|
+
# bit contained in the TCP header flags. Also sends an alert log
|
3507
|
+
# mesage if alert logging is configured in the Firewall
|
3508
|
+
# LoggingConfiguration.
|
3509
|
+
#
|
3510
|
+
# `REJECT` isn't currently available for use with IMAP and FTP
|
3511
|
+
# protocols.
|
3495
3512
|
# @return [String]
|
3496
3513
|
#
|
3497
3514
|
# @!attribute [rw] header
|
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.29.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: 2023-05-
|
11
|
+
date: 2023-05-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.174.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.174.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|