@@ -180,7 +180,7 @@ defmodule AWS.Config do
180180 Deletes the specified organization Config rule and all of its evaluation results
181181 from all member accounts in that organization.
182182
183- Only a master account and a delegated administrator account can delete an
183+ Only a management account and a delegated administrator account can delete an
184184 organization Config rule. When calling this API with a delegated administrator,
185185 you must ensure Organizations `ListDelegatedAdministrator` permissions are
186186 added.
@@ -198,7 +198,7 @@ defmodule AWS.Config do
198198 Deletes the specified organization conformance pack and all of the Config rules
199199 and remediation actions from all member accounts in that organization.
200200
201- Only a master account or a delegated administrator account can delete an
201+ Only a management account or a delegated administrator account can delete an
202202 organization conformance pack. When calling this API with a delegated
203203 administrator, you must ensure Organizations `ListDelegatedAdministrator`
204204 permissions are added.
@@ -1020,8 +1020,8 @@ defmodule AWS.Config do
10201020 A compliance score is the percentage of the number of compliant rule-resource
10211021 combinations in a conformance pack compared to the number of total possible
10221022 rule-resource combinations in the conformance pack. This metric provides you
1023- with a high-level view of the compliance state of your conformance packs, and
1024- can be used to identify, investigate, and understand the level of compliance in
1023+ with a high-level view of the compliance state of your conformance packs. You
1024+ can use it to identify, investigate, and understand the level of compliance in
10251025 your conformance packs.
10261026
10271027 Conformance packs with no evaluation results will have a compliance score of
@@ -1189,18 +1189,17 @@ defmodule AWS.Config do
11891189 Creates or updates a conformance pack.
11901190
11911191 A conformance pack is a collection of Config rules that can be easily deployed
1192- in an account and a region and across Amazon Web Services Organization. For
1193- information on how many conformance packs you can have per account, see [
1194- ## Service Limits
1192+ in an account and a region and across an organization. For information on how
1193+ many conformance packs you can have per account, see [ ## Service Limits
11951194 ](https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html) in
11961195 the Config Developer Guide.
11971196
11981197 This API creates a service-linked role `AWSServiceRoleForConfigConforms` in your
11991198 account. The service-linked role is created only when the role does not exist in
12001199 your account.
12011200
1202- You must specify one and only one of the`TemplateS3Uri`, `TemplateBody` or
1203- `TemplateSSMDocumentDetails` parameters .
1201+ You must specify only one of the follow parameters: `TemplateS3Uri`,
1202+ `TemplateBody` or `TemplateSSMDocumentDetails` .
12041203 """
12051204 def put_conformance_pack ( % Client { } = client , input , options \\ [ ] ) do
12061205 meta = metadata ( )
@@ -1263,14 +1262,14 @@ defmodule AWS.Config do
12631262 ](https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html) in
12641263 the *Config Developer Guide*.
12651264
1266- Only a master account and a delegated administrator can create or update an
1265+ Only a management account and a delegated administrator can create or update an
12671266 organization Config rule. When calling this API with a delegated administrator,
12681267 you must ensure Organizations `ListDelegatedAdministrator` permissions are
12691268 added. An organization can have up to 3 delegated administrators.
12701269
12711270 This API enables organization service access through the
12721271 `EnableAWSServiceAccess` action and creates a service-linked role
1273- `AWSServiceRoleForConfigMultiAccountSetup` in the master or delegated
1272+ `AWSServiceRoleForConfigMultiAccountSetup` in the management or delegated
12741273 administrator account of your organization. The service-linked role is created
12751274 only when the role does not exist in the caller account. Config verifies the
12761275 existence of role with `GetRole` action.
@@ -1288,7 +1287,7 @@ defmodule AWS.Config do
12881287 policy-as-code language that allows you to write policies that are enforced by
12891288 Config Custom Policy rules. Lambda uses custom code that you upload to evaluate
12901289 a custom rule. If you are adding a new Custom Lambda rule, you first need to
1291- create an Lambda function in the master account or a delegated administrator
1290+ create an Lambda function in the management account or a delegated administrator
12921291 that the rule invokes to evaluate your resources. You also need to create an IAM
12931292 role in the managed account that can be assumed by the Lambda function. When you
12941293 use `PutOrganizationConfigRule` to add a Custom Lambda rule to Config, you must
@@ -1321,15 +1320,15 @@ defmodule AWS.Config do
13211320 ](https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html) in
13221321 the Config Developer Guide.
13231322
1324- Only a master account and a delegated administrator can call this API. When
1323+ Only a management account and a delegated administrator can call this API. When
13251324 calling this API with a delegated administrator, you must ensure Organizations
13261325 `ListDelegatedAdministrator` permissions are added. An organization can have up
13271326 to 3 delegated administrators.
13281327
13291328 This API enables organization service access for
13301329 `config-multiaccountsetup.amazonaws.com` through the `EnableAWSServiceAccess`
13311330 action and creates a service-linked role
1332- `AWSServiceRoleForConfigMultiAccountSetup` in the master or delegated
1331+ `AWSServiceRoleForConfigMultiAccountSetup` in the management or delegated
13331332 administrator account of your organization. The service-linked role is created
13341333 only when the role does not exist in the caller account. To use this API with
13351334 delegated administrator, register a delegated administrator by calling Amazon
0 commit comments