Skip to content

Commit 82296b6

Browse files
author
awstools
committed
docs(client-controltower): Updated the descriptions for the AWS Control Tower Baseline APIs to make them more intuitive.
1 parent 22aaa56 commit 82296b6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

clients/client-controltower/src/models/models_0.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -769,14 +769,14 @@ export interface EnabledBaselineInheritanceDrift {
769769
*/
770770
export interface EnabledBaselineDriftTypes {
771771
/**
772-
* <p>One or more accounts within the target OU does not match the baseline configuration defined on that OU. An account is in inheritance drift when it does not match the configuration of a parent OU, possibly a new parent OU if the account is moved. </p>
772+
* <p>At least one account within the target OU does not match the baseline configuration defined on that OU. An account is in inheritance drift when it does not match the configuration of a parent OU, possibly a new parent OU, if the account is moved. </p>
773773
* @public
774774
*/
775775
inheritance?: EnabledBaselineInheritanceDrift | undefined;
776776
}
777777

778778
/**
779-
* <p>The drift summary of the enabled baseline. Amazon Web Services Control Tower reports inheritance drift when an enabled baseline configuration of a member account is different than the configuration that applies to the OU. Amazon Web Services Control Tower reports this type of drift for a parent or child enabled baseline. One way to repair this drift by resetting the parent enabled baseline, on the OU.</p> <p>For example, if an account is moved between OUs that share the same baseline but different versions or parameters, the entity from the previous OU is unlinked; that (previous) OU reports <i>inheritance drift</i>. Also, the parent enabled baseline on the destination OU reports <i>inheritance drift</i>; it is missing the newly moved account. The configurations do not match for either OU, so both are in a state of inheritance drift.</p>
779+
* <p>The drift summary of the enabled baseline. Amazon Web Services Control Tower reports inheritance drift when an enabled baseline configuration of a member account is different than the configuration that applies to the OU. Amazon Web Services Control Tower reports this type of drift for a parent or child enabled baseline. One way to repair this drift by resetting the parent enabled baseline, on the OU.</p> <p>For example, you may see this type of drift if you move accounts between OUs, but the accounts are not yet (re-)enrolled.</p>
780780
* @public
781781
*/
782782
export interface EnabledBaselineDriftStatusSummary {

codegen/sdk-codegen/aws-models/controltower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2066,7 +2066,7 @@
20662066
}
20672067
},
20682068
"traits": {
2069-
"smithy.api#documentation": "<p>The drift summary of the enabled baseline. Amazon Web Services Control Tower reports inheritance drift when an enabled baseline configuration of a member account is different than the configuration that applies to the OU. Amazon Web Services Control Tower reports this type of drift for a parent or child enabled baseline. One way to repair this drift by resetting the parent enabled baseline, on the OU.</p> <p>For example, if an account is moved between OUs that share the same baseline but different versions or parameters, the entity from the previous OU is unlinked; that (previous) OU reports <i>inheritance drift</i>. Also, the parent enabled baseline on the destination OU reports <i>inheritance drift</i>; it is missing the newly moved account. The configurations do not match for either OU, so both are in a state of inheritance drift.</p>"
2069+
"smithy.api#documentation": "<p>The drift summary of the enabled baseline. Amazon Web Services Control Tower reports inheritance drift when an enabled baseline configuration of a member account is different than the configuration that applies to the OU. Amazon Web Services Control Tower reports this type of drift for a parent or child enabled baseline. One way to repair this drift by resetting the parent enabled baseline, on the OU.</p> <p>For example, you may see this type of drift if you move accounts between OUs, but the accounts are not yet (re-)enrolled.</p>"
20702070
}
20712071
},
20722072
"com.amazonaws.controltower#EnabledBaselineDriftStatuses": {
@@ -2087,7 +2087,7 @@
20872087
"inheritance": {
20882088
"target": "com.amazonaws.controltower#EnabledBaselineInheritanceDrift",
20892089
"traits": {
2090-
"smithy.api#documentation": "<p>One or more accounts within the target OU does not match the baseline configuration defined on that OU. An account is in inheritance drift when it does not match the configuration of a parent OU, possibly a new parent OU if the account is moved. </p>"
2090+
"smithy.api#documentation": "<p>At least one account within the target OU does not match the baseline configuration defined on that OU. An account is in inheritance drift when it does not match the configuration of a parent OU, possibly a new parent OU, if the account is moved. </p>"
20912091
}
20922092
}
20932093
},

0 commit comments

Comments
 (0)