aws-sdk-fms 1.106.0 → 1.108.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: 32341d9ef30f930bd6948e408aaaadb6d87a72e60d8bb6392097e33b07c5b671
4
+ data.tar.gz: 8a364cd4a2ae49e91fd861c418e8d32cf8b78763b1b588f3cb232866ac30d09c
5
5
  SHA512:
6
- metadata.gz: 0d2ea1b98fc40b51923cb1e091ac8647eca34342b6ddab92f98816b4f11a744268721ffffbcfb25c563c0729e345f14bd2d0c716dbd19a3fd8bcffd372ec8c89
7
- data.tar.gz: ea4365354cfdeaa2a089f50daed69cdfd195530f99a4fe650e0421df13fbf209c60bdb745796c600ecf7eef03314bf0f5d949acdb7e01054b6eea2fbfc3ead91
6
+ metadata.gz: c818a555f6946c3749c29d82699823cec13d80d9a8672fdfaa92cf79c2f98cec7712b1d27e1423361e0766222d1805914198bc90a3a6e3d5c957984c256df77a
7
+ data.tar.gz: 204df2dad1c5d3a39ccfbd9b917f081bae110c360a2e99294f8e2d3292292179ef667f1b7b0d0d3040243df0fc994f9fdcdb7f388b6a3273a98c0e1d166ac96c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.108.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
9
+ 1.107.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.106.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.106.0
1
+ 1.108.0
@@ -199,7 +199,7 @@ module Aws::FMS
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::FMS
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -2986,7 +2984,7 @@ module Aws::FMS
2986
2984
  tracer: tracer
2987
2985
  )
2988
2986
  context[:gem_name] = 'aws-sdk-fms'
2989
- context[:gem_version] = '1.106.0'
2987
+ context[:gem_version] = '1.108.0'
2990
2988
  Seahorse::Client::Request.new(handlers, context)
2991
2989
  end
2992
2990
 
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.108.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.108.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -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