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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-controltower/client.rb +1 -1
- data/lib/aws-sdk-controltower/types.rb +4 -9
- data/lib/aws-sdk-controltower.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 020c7401c2598d27f0a48bb45ea381acc5bc01a4896762b152a6dd460194b8d5
|
4
|
+
data.tar.gz: 40f4953863d199ca07f686171f83264a075c57d21f14f560c00dcbd34a2fdc3b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5473bd6614a0474a9d423f01d7643fb0df347bccb42f40ec73faa344d9e34cff7004ff0c2857b8026e224f82358ce5eeca111edd50f0d676980e43a47a443db7
|
7
|
+
data.tar.gz: 74859af4fbd8d414d430e7458cdfc5f88d0279e746178e89e39738de7cd7f15f153d3cddb7168bd0902bf50d5438744770ab49fdd48e5f46fa43685860f73aa1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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,
|
604
|
-
#
|
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
|
-
#
|
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
|
data/lib/aws-sdk-controltower.rb
CHANGED