aws-sdk-fms 1.106.0 → 1.107.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-fms/client.rb +1 -1
- data/lib/aws-sdk-fms.rb +1 -1
- data/sig/client.rbs +10 -38
- data/sig/params.rbs +29 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 22e539cc61f5c30b012f2f16c38c7617c2e17066be200c879b5a32f88863da6a
|
|
4
|
+
data.tar.gz: f7939069e9ea689645cfbe065b68ab52d1d3c08f0f5ca0b44f9e93975e18c100
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ffeae3ec5fcc07ffb5acbffee945dcbe014151f529e6c7545344edc618dacadf8d8aeb692527679344d66c3b63313472439d4b99935103fcb7a2b3fa029b2cdf
|
|
7
|
+
data.tar.gz: 563d6d9de6c5bf3eff446089a3e830e11e731d6223d4d2be5a9e3bcd71dac4226bd5544ea5f626e2be8ae1759d51183843ef4ea65ba2bb94fec49b57f4e6dd27
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.107.0
|
data/lib/aws-sdk-fms/client.rb
CHANGED
data/lib/aws-sdk-fms.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -486,21 +486,21 @@ module Aws
|
|
|
486
486
|
app_name: ::String,
|
|
487
487
|
protocol: ::String,
|
|
488
488
|
port: ::Integer
|
|
489
|
-
}
|
|
489
|
+
}
|
|
490
490
|
],
|
|
491
491
|
previous_apps_list: Hash[::String, Array[
|
|
492
492
|
{
|
|
493
493
|
app_name: ::String,
|
|
494
494
|
protocol: ::String,
|
|
495
495
|
port: ::Integer
|
|
496
|
-
}
|
|
496
|
+
}
|
|
497
497
|
]]?
|
|
498
498
|
},
|
|
499
499
|
?tag_list: Array[
|
|
500
500
|
{
|
|
501
501
|
key: ::String,
|
|
502
502
|
value: ::String
|
|
503
|
-
}
|
|
503
|
+
}
|
|
504
504
|
]
|
|
505
505
|
) -> _PutAppsListResponseSuccess
|
|
506
506
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutAppsListResponseSuccess
|
|
@@ -536,39 +536,11 @@ module Aws
|
|
|
536
536
|
network_acl_common_policy: {
|
|
537
537
|
network_acl_entry_set: {
|
|
538
538
|
first_entries: Array[
|
|
539
|
-
|
|
540
|
-
icmp_type_code: {
|
|
541
|
-
code: ::Integer?,
|
|
542
|
-
type: ::Integer?
|
|
543
|
-
}?,
|
|
544
|
-
protocol: ::String,
|
|
545
|
-
port_range: {
|
|
546
|
-
from: ::Integer?,
|
|
547
|
-
to: ::Integer?
|
|
548
|
-
}?,
|
|
549
|
-
cidr_block: ::String?,
|
|
550
|
-
ipv_6_cidr_block: ::String?,
|
|
551
|
-
rule_action: ("allow" | "deny"),
|
|
552
|
-
egress: bool
|
|
553
|
-
},
|
|
539
|
+
Params::network_acl_entry
|
|
554
540
|
]?,
|
|
555
541
|
force_remediate_for_first_entries: bool,
|
|
556
542
|
last_entries: Array[
|
|
557
|
-
|
|
558
|
-
icmp_type_code: {
|
|
559
|
-
code: ::Integer?,
|
|
560
|
-
type: ::Integer?
|
|
561
|
-
}?,
|
|
562
|
-
protocol: ::String,
|
|
563
|
-
port_range: {
|
|
564
|
-
from: ::Integer?,
|
|
565
|
-
to: ::Integer?
|
|
566
|
-
}?,
|
|
567
|
-
cidr_block: ::String?,
|
|
568
|
-
ipv_6_cidr_block: ::String?,
|
|
569
|
-
rule_action: ("allow" | "deny"),
|
|
570
|
-
egress: bool
|
|
571
|
-
},
|
|
543
|
+
Params::network_acl_entry
|
|
572
544
|
]?,
|
|
573
545
|
force_remediate_for_last_entries: bool
|
|
574
546
|
}
|
|
@@ -581,7 +553,7 @@ module Aws
|
|
|
581
553
|
{
|
|
582
554
|
key: ::String,
|
|
583
555
|
value: ::String?
|
|
584
|
-
}
|
|
556
|
+
}
|
|
585
557
|
]?,
|
|
586
558
|
exclude_resource_tags: bool,
|
|
587
559
|
remediation_enabled: bool,
|
|
@@ -597,7 +569,7 @@ module Aws
|
|
|
597
569
|
{
|
|
598
570
|
key: ::String,
|
|
599
571
|
value: ::String
|
|
600
|
-
}
|
|
572
|
+
}
|
|
601
573
|
]
|
|
602
574
|
) -> _PutPolicyResponseSuccess
|
|
603
575
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutPolicyResponseSuccess
|
|
@@ -622,7 +594,7 @@ module Aws
|
|
|
622
594
|
{
|
|
623
595
|
key: ::String,
|
|
624
596
|
value: ::String
|
|
625
|
-
}
|
|
597
|
+
}
|
|
626
598
|
]
|
|
627
599
|
) -> _PutProtocolsListResponseSuccess
|
|
628
600
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutProtocolsListResponseSuccess
|
|
@@ -647,7 +619,7 @@ module Aws
|
|
|
647
619
|
{
|
|
648
620
|
key: ::String,
|
|
649
621
|
value: ::String
|
|
650
|
-
}
|
|
622
|
+
}
|
|
651
623
|
]
|
|
652
624
|
) -> _PutResourceSetResponseSuccess
|
|
653
625
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutResourceSetResponseSuccess
|
|
@@ -662,7 +634,7 @@ module Aws
|
|
|
662
634
|
{
|
|
663
635
|
key: ::String,
|
|
664
636
|
value: ::String
|
|
665
|
-
}
|
|
637
|
+
}
|
|
666
638
|
]
|
|
667
639
|
) -> _TagResourceResponseSuccess
|
|
668
640
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module FMS
|
|
10
|
+
module Params
|
|
11
|
+
type network_acl_entry = {
|
|
12
|
+
icmp_type_code: {
|
|
13
|
+
code: ::Integer?,
|
|
14
|
+
type: ::Integer?
|
|
15
|
+
}?,
|
|
16
|
+
protocol: ::String,
|
|
17
|
+
port_range: {
|
|
18
|
+
from: ::Integer?,
|
|
19
|
+
to: ::Integer?
|
|
20
|
+
}?,
|
|
21
|
+
cidr_block: ::String?,
|
|
22
|
+
ipv_6_cidr_block: ::String?,
|
|
23
|
+
rule_action: ("allow" | "deny"),
|
|
24
|
+
egress: bool
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.107.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- lib/aws-sdk-fms/types.rb
|
|
68
68
|
- sig/client.rbs
|
|
69
69
|
- sig/errors.rbs
|
|
70
|
+
- sig/params.rbs
|
|
70
71
|
- sig/resource.rbs
|
|
71
72
|
- sig/types.rbs
|
|
72
73
|
- sig/waiters.rbs
|