aws-sdk-networkfirewall 1.3.0 → 1.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2284fc4b33b4795a4dfba2c23a70e0df1b42a8f923da8c542b7e95cc1c049170
4
- data.tar.gz: b0bfbb9f710a6f4ea785824760c62047d23b784d404f8838e6381d4807955ccf
3
+ metadata.gz: 7fbd66b2c614a071383c54a79d815a002fc645b301d7753644373f51f614350e
4
+ data.tar.gz: 878c9322630d33432a1ff072de50e40a150792034347162d28ea4aac5e669216
5
5
  SHA512:
6
- metadata.gz: 3559fae902e3fcb2296604278ea8fd0f758fcef3d91e952f70d2f620e215289ad9feb664db28fd4771dc782d34a28fd1c2938c4e4de9cbe8fd864c405274c779
7
- data.tar.gz: 9379ff24f6544ccc8f2fbced08a7a9d5d1ac028ece68c4b76d3355b7e8ac62422672c848951f7713ea73baeb878b9c002770f2bd92b863b756f62bc5b1294640
6
+ metadata.gz: '083f3daba271313c62e22bde5f6cafac97c1b63f22499c78bdc4424e4605848f07f7c6af80c9bf8b6e25a1a54e9ecb7024cdb0e54a5c3e70e38c0133a0ff6625'
7
+ data.tar.gz: 7cd39ff791c98b127fb9f2da3e008289b3b093eaf62578753366b8fa2e8ca20c68921f1badfc76c837d2658f177e64e0527cd3d888b3aa839832c385df7151b0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.7.0 (2021-09-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.6.0 (2021-07-30)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.5.0 (2021-07-28)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.4.0 (2021-03-11)
20
+ ------------------
21
+
22
+ * Feature - Correct the documentation about how you can provide rule group rules
23
+
4
24
  1.3.0 (2021-03-10)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.0
1
+ 1.7.0
@@ -746,23 +746,19 @@ module Aws::NetworkFirewall
746
746
  # </note>
747
747
  #
748
748
  # @option params [String] :rules
749
- # The name of a file containing stateful rule group rules specifications
750
- # in Suricata flat format, with one rule per line. Use this to import
751
- # your existing Suricata compatible rule groups.
749
+ # A string containing stateful rule group rules specifications in
750
+ # Suricata flat format, with one rule per line. Use this to import your
751
+ # existing Suricata compatible rule groups.
752
752
  #
753
753
  # <note markdown="1"> You must provide either this rules setting or a populated `RuleGroup`
754
754
  # setting, but not both.
755
755
  #
756
756
  # </note>
757
757
  #
758
- # You can provide your rule group specification in a file through this
759
- # setting when you create or update your rule group. The call response
760
- # returns a RuleGroup object that Network Firewall has populated from
761
- # your file. Network Firewall uses the file contents to populate the
762
- # rule group rules, but does not maintain a reference to the file or use
763
- # the file in any way after performing the create or update. If you call
764
- # DescribeRuleGroup to retrieve the rule group, Network Firewall returns
765
- # rules settings inside a RuleGroup object.
758
+ # You can provide your rule group specification in Suricata flat format
759
+ # through this setting when you create or update your rule group. The
760
+ # call response returns a RuleGroup object that Network Firewall has
761
+ # populated from your string.
766
762
  #
767
763
  # @option params [required, String] :type
768
764
  # Indicates whether the rule group is stateless or stateful. If the rule
@@ -2361,23 +2357,19 @@ module Aws::NetworkFirewall
2361
2357
  # </note>
2362
2358
  #
2363
2359
  # @option params [String] :rules
2364
- # The name of a file containing stateful rule group rules specifications
2365
- # in Suricata flat format, with one rule per line. Use this to import
2366
- # your existing Suricata compatible rule groups.
2360
+ # A string containing stateful rule group rules specifications in
2361
+ # Suricata flat format, with one rule per line. Use this to import your
2362
+ # existing Suricata compatible rule groups.
2367
2363
  #
2368
2364
  # <note markdown="1"> You must provide either this rules setting or a populated `RuleGroup`
2369
2365
  # setting, but not both.
2370
2366
  #
2371
2367
  # </note>
2372
2368
  #
2373
- # You can provide your rule group specification in a file through this
2374
- # setting when you create or update your rule group. The call response
2375
- # returns a RuleGroup object that Network Firewall has populated from
2376
- # your file. Network Firewall uses the file contents to populate the
2377
- # rule group rules, but does not maintain a reference to the file or use
2378
- # the file in any way after performing the create or update. If you call
2379
- # DescribeRuleGroup to retrieve the rule group, Network Firewall returns
2380
- # rules settings inside a RuleGroup object.
2369
+ # You can provide your rule group specification in Suricata flat format
2370
+ # through this setting when you create or update your rule group. The
2371
+ # call response returns a RuleGroup object that Network Firewall has
2372
+ # populated from your string.
2381
2373
  #
2382
2374
  # @option params [String] :type
2383
2375
  # Indicates whether the rule group is stateless or stateful. If the rule
@@ -2625,7 +2617,7 @@ module Aws::NetworkFirewall
2625
2617
  params: params,
2626
2618
  config: config)
2627
2619
  context[:gem_name] = 'aws-sdk-networkfirewall'
2628
- context[:gem_version] = '1.3.0'
2620
+ context[:gem_version] = '1.7.0'
2629
2621
  Seahorse::Client::Request.new(handlers, context)
2630
2622
  end
2631
2623
 
@@ -692,23 +692,19 @@ module Aws::NetworkFirewall
692
692
  # @return [Types::RuleGroup]
693
693
  #
694
694
  # @!attribute [rw] rules
695
- # The name of a file containing stateful rule group rules
696
- # specifications in Suricata flat format, with one rule per line. Use
697
- # this to import your existing Suricata compatible rule groups.
695
+ # A string containing stateful rule group rules specifications in
696
+ # Suricata flat format, with one rule per line. Use this to import
697
+ # your existing Suricata compatible rule groups.
698
698
  #
699
699
  # <note markdown="1"> You must provide either this rules setting or a populated
700
700
  # `RuleGroup` setting, but not both.
701
701
  #
702
702
  # </note>
703
703
  #
704
- # You can provide your rule group specification in a file through this
705
- # setting when you create or update your rule group. The call response
706
- # returns a RuleGroup object that Network Firewall has populated from
707
- # your file. Network Firewall uses the file contents to populate the
708
- # rule group rules, but does not maintain a reference to the file or
709
- # use the file in any way after performing the create or update. If
710
- # you call DescribeRuleGroup to retrieve the rule group, Network
711
- # Firewall returns rules settings inside a RuleGroup object.
704
+ # You can provide your rule group specification in Suricata flat
705
+ # format through this setting when you create or update your rule
706
+ # group. The call response returns a RuleGroup object that Network
707
+ # Firewall has populated from your string.
712
708
  # @return [String]
713
709
  #
714
710
  # @!attribute [rw] type
@@ -1867,7 +1863,8 @@ module Aws::NetworkFirewall
1867
1863
  # }
1868
1864
  #
1869
1865
  # @!attribute [rw] protocol
1870
- # The protocol to inspect for.
1866
+ # The protocol to inspect for. To specify all, you can use `IP`,
1867
+ # because all traffic on AWS and on the internet is IP.
1871
1868
  # @return [String]
1872
1869
  #
1873
1870
  # @!attribute [rw] source
@@ -4447,23 +4444,19 @@ module Aws::NetworkFirewall
4447
4444
  # @return [Types::RuleGroup]
4448
4445
  #
4449
4446
  # @!attribute [rw] rules
4450
- # The name of a file containing stateful rule group rules
4451
- # specifications in Suricata flat format, with one rule per line. Use
4452
- # this to import your existing Suricata compatible rule groups.
4447
+ # A string containing stateful rule group rules specifications in
4448
+ # Suricata flat format, with one rule per line. Use this to import
4449
+ # your existing Suricata compatible rule groups.
4453
4450
  #
4454
4451
  # <note markdown="1"> You must provide either this rules setting or a populated
4455
4452
  # `RuleGroup` setting, but not both.
4456
4453
  #
4457
4454
  # </note>
4458
4455
  #
4459
- # You can provide your rule group specification in a file through this
4460
- # setting when you create or update your rule group. The call response
4461
- # returns a RuleGroup object that Network Firewall has populated from
4462
- # your file. Network Firewall uses the file contents to populate the
4463
- # rule group rules, but does not maintain a reference to the file or
4464
- # use the file in any way after performing the create or update. If
4465
- # you call DescribeRuleGroup to retrieve the rule group, Network
4466
- # Firewall returns rules settings inside a RuleGroup object.
4456
+ # You can provide your rule group specification in Suricata flat
4457
+ # format through this setting when you create or update your rule
4458
+ # group. The call response returns a RuleGroup object that Network
4459
+ # Firewall has populated from your string.
4467
4460
  # @return [String]
4468
4461
  #
4469
4462
  # @!attribute [rw] type
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-networkfirewall/customizations'
48
48
  # @!group service
49
49
  module Aws::NetworkFirewall
50
50
 
51
- GEM_VERSION = '1.3.0'
51
+ GEM_VERSION = '1.7.0'
52
52
 
53
53
  end
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.3.0
4
+ version: 1.7.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: 2021-03-10 00:00:00.000000000 Z
11
+ date: 2021-09-01 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.112.0
22
+ version: 3.120.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.112.0
32
+ version: 3.120.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -66,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
66
66
  licenses:
67
67
  - Apache-2.0
68
68
  metadata:
69
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-networkfirewall
70
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-networkfirewall/CHANGELOG.md
69
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-networkfirewall
70
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-networkfirewall/CHANGELOG.md
71
71
  post_install_message:
72
72
  rdoc_options: []
73
73
  require_paths:
@@ -76,15 +76,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
76
  requirements:
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
- version: '0'
79
+ version: '2.3'
80
80
  required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  requirements:
82
82
  - - ">="
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
- rubyforge_project:
87
- rubygems_version: 2.7.6.2
86
+ rubygems_version: 3.1.6
88
87
  signing_key:
89
88
  specification_version: 4
90
89
  summary: AWS SDK for Ruby - Network Firewall