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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fb3762abc8d2a33d483bf2e0ffa1da1af7867df3eac22868fc850cb64044aafe
4
- data.tar.gz: 5b4b5751e59f2f01484f5a0689ad648cced30671441625fd7118763f8e04497c
3
+ metadata.gz: 22e539cc61f5c30b012f2f16c38c7617c2e17066be200c879b5a32f88863da6a
4
+ data.tar.gz: f7939069e9ea689645cfbe065b68ab52d1d3c08f0f5ca0b44f9e93975e18c100
5
5
  SHA512:
6
- metadata.gz: 0d2ea1b98fc40b51923cb1e091ac8647eca34342b6ddab92f98816b4f11a744268721ffffbcfb25c563c0729e345f14bd2d0c716dbd19a3fd8bcffd372ec8c89
7
- data.tar.gz: ea4365354cfdeaa2a089f50daed69cdfd195530f99a4fe650e0421df13fbf209c60bdb745796c600ecf7eef03314bf0f5d949acdb7e01054b6eea2fbfc3ead91
6
+ metadata.gz: ffeae3ec5fcc07ffb5acbffee945dcbe014151f529e6c7545344edc618dacadf8d8aeb692527679344d66c3b63313472439d4b99935103fcb7a2b3fa029b2cdf
7
+ data.tar.gz: 563d6d9de6c5bf3eff446089a3e830e11e731d6223d4d2be5a9e3bcd71dac4226bd5544ea5f626e2be8ae1759d51183843ef4ea65ba2bb94fec49b57f4e6dd27
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.107.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.106.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.106.0
1
+ 1.107.0
@@ -2986,7 +2986,7 @@ module Aws::FMS
2986
2986
  tracer: tracer
2987
2987
  )
2988
2988
  context[:gem_name] = 'aws-sdk-fms'
2989
- context[:gem_version] = '1.106.0'
2989
+ context[:gem_version] = '1.107.0'
2990
2990
  Seahorse::Client::Request.new(handlers, context)
2991
2991
  end
2992
2992
 
data/lib/aws-sdk-fms.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::FMS
54
54
  autoload :EndpointProvider, 'aws-sdk-fms/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-fms/endpoints'
56
56
 
57
- GEM_VERSION = '1.106.0'
57
+ GEM_VERSION = '1.107.0'
58
58
 
59
59
  end
60
60
 
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.106.0
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