aws-sdk-controltower 1.42.0 → 1.43.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: 828157ccb3fc91396f13f8742e861e121fc9b91ad7e4d34a2399bff4796f3e8a
4
- data.tar.gz: 5a649a78b39b61c5f50e7c1dae64ab968624cbcd4d42208c045426640f642f31
3
+ metadata.gz: 020c7401c2598d27f0a48bb45ea381acc5bc01a4896762b152a6dd460194b8d5
4
+ data.tar.gz: 40f4953863d199ca07f686171f83264a075c57d21f14f560c00dcbd34a2fdc3b
5
5
  SHA512:
6
- metadata.gz: a6f5cbfa684c64cd06530040e2b3cbf08b4c8a719e47048350c6cd64793167efc50cd35f793efc9ee85192bcf525c77dbc79a45303c40b7f428db8ce2d248869
7
- data.tar.gz: 1aaa25fb8d09cf242e63e5b2c5ff471939d44fd81186c84f840c5c680fe58f7d8cdba882285de87576029f65f5749acb33de6a465a1e6b85477a8ddc4580c625
6
+ metadata.gz: 5473bd6614a0474a9d423f01d7643fb0df347bccb42f40ec73faa344d9e34cff7004ff0c2857b8026e224f82358ce5eeca111edd50f0d676980e43a47a443db7
7
+ data.tar.gz: 74859af4fbd8d414d430e7458cdfc5f88d0279e746178e89e39738de7cd7f15f153d3cddb7168bd0902bf50d5438744770ab49fdd48e5f46fa43685860f73aa1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.43.0 (2025-05-15)
5
+ ------------------
6
+
7
+ * Feature - Updated the descriptions for the AWS Control Tower Baseline APIs to make them more intuitive.
8
+
4
9
  1.42.0 (2025-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.42.0
1
+ 1.43.0
@@ -1754,7 +1754,7 @@ module Aws::ControlTower
1754
1754
  tracer: tracer
1755
1755
  )
1756
1756
  context[:gem_name] = 'aws-sdk-controltower'
1757
- context[:gem_version] = '1.42.0'
1757
+ context[:gem_version] = '1.43.0'
1758
1758
  Seahorse::Client::Request.new(handlers, context)
1759
1759
  end
1760
1760
 
@@ -600,13 +600,8 @@ module Aws::ControlTower
600
600
  # drift for a parent or child enabled baseline. One way to repair this
601
601
  # drift by resetting the parent enabled baseline, on the OU.
602
602
  #
603
- # For example, if an account is moved between OUs that share the same
604
- # baseline but different versions or parameters, the entity from the
605
- # previous OU is unlinked; that (previous) OU reports *inheritance
606
- # drift*. Also, the parent enabled baseline on the destination OU
607
- # reports *inheritance drift*; it is missing the newly moved account.
608
- # The configurations do not match for either OU, so both are in a state
609
- # of inheritance drift.
603
+ # For example, you may see this type of drift if you move accounts
604
+ # between OUs, but the accounts are not yet (re-)enrolled.
610
605
  #
611
606
  # @!attribute [rw] types
612
607
  # The types of drift that can be detected for an enabled baseline.
@@ -650,10 +645,10 @@ module Aws::ControlTower
650
645
  # [1]: https://docs.aws.amazon.com/controltower/latest/userguide/types-of-baselines.html
651
646
  #
652
647
  # @!attribute [rw] inheritance
653
- # One or more accounts within the target OU does not match the
648
+ # At least one account within the target OU does not match the
654
649
  # baseline configuration defined on that OU. An account is in
655
650
  # inheritance drift when it does not match the configuration of a
656
- # parent OU, possibly a new parent OU if the account is moved.
651
+ # parent OU, possibly a new parent OU, if the account is moved.
657
652
  # @return [Types::EnabledBaselineInheritanceDrift]
658
653
  #
659
654
  # @see http://docs.aws.amazon.com/goto/WebAPI/controltower-2018-05-10/EnabledBaselineDriftTypes AWS API Documentation
@@ -54,7 +54,7 @@ module Aws::ControlTower
54
54
  autoload :EndpointProvider, 'aws-sdk-controltower/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-controltower/endpoints'
56
56
 
57
- GEM_VERSION = '1.42.0'
57
+ GEM_VERSION = '1.43.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-controltower
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.42.0
4
+ version: 1.43.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services