You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/client-config-service/src/ConfigService.ts
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -817,7 +817,7 @@ export class ConfigService extends ConfigServiceClient {
817
817
818
818
/**
819
819
* <p>Deletes the specified organization Config rule and all of its evaluation results from all member accounts in that organization. </p>
820
-
* <p>Only a master account and a delegated administrator account can delete an organization Config rule.
820
+
* <p>Only a management account and a delegated administrator account can delete an organization Config rule.
821
821
* When calling this API with a delegated administrator, you must ensure Organizations
822
822
* <code>ListDelegatedAdministrator</code> permissions are added.</p>
823
823
* <p>Config sets the state of a rule to DELETE_IN_PROGRESS until the deletion is complete.
@@ -855,7 +855,7 @@ export class ConfigService extends ConfigServiceClient {
855
855
/**
856
856
* <p>Deletes the specified organization conformance pack and all of the Config rules and remediation actions from
857
857
* all member accounts in that organization. </p>
858
-
* <p> Only a master account or a delegated administrator account can delete an organization conformance pack.
858
+
* <p> Only a management account or a delegated administrator account can delete an organization conformance pack.
859
859
* When calling this API with a delegated administrator, you must ensure Organizations
860
860
* <code>ListDelegatedAdministrator</code> permissions are added.</p>
861
861
* <p>Config sets the state of a conformance pack to DELETE_IN_PROGRESS until the deletion is complete.
@@ -2866,7 +2866,7 @@ export class ConfigService extends ConfigServiceClient {
2866
2866
/**
2867
2867
* <p>Returns a list of conformance pack compliance scores.
2868
2868
* A compliance score is the percentage of the number of compliant rule-resource combinations in a conformance pack compared to the number of total possible rule-resource combinations in the conformance pack.
2869
-
* This metric provides you with a high-level view of the compliance state of your conformance packs, and can be used to identify, investigate, and understand
2869
+
* This metric provides you with a high-level view of the compliance state of your conformance packs. You can use it to identify, investigate, and understand
2870
2870
* the level of compliance in your conformance packs.</p>
2871
2871
* <note>
2872
2872
* <p>Conformance packs with no evaluation results will have a compliance score of <code>INSUFFICIENT_DATA</code>.</p>
@@ -3210,15 +3210,15 @@ export class ConfigService extends ConfigServiceClient {
3210
3210
}
3211
3211
3212
3212
/**
3213
-
* <p>Creates or updates a conformance pack. A conformance pack is a collection of Config rules that can be easily deployed in an account and a region and across Amazon Web Services Organization.
3213
+
* <p>Creates or updates a conformance pack. A conformance pack is a collection of Config rules that can be easily deployed in an account and a region and across an organization.
3214
3214
* For information on how many conformance packs you can have per account,
3215
3215
* see <a href="https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html">
3216
3216
* <b>Service Limits</b>
3217
3217
* </a> in the Config Developer Guide.</p>
3218
3218
* <p>This API creates a service-linked role <code>AWSServiceRoleForConfigConforms</code> in your account.
3219
3219
* The service-linked role is created only when the role does not exist in your account. </p>
3220
3220
* <note>
3221
-
* <p>You must specify one and only one of the<code>TemplateS3Uri</code>, <code>TemplateBody</code> or <code>TemplateSSMDocumentDetails</code> parameters.</p>
3221
+
* <p>You must specify only one of the follow parameters: <code>TemplateS3Uri</code>, <code>TemplateBody</code> or <code>TemplateSSMDocumentDetails</code>.</p>
3222
3222
* </note>
3223
3223
*/
3224
3224
publicputConformancePack(
@@ -3371,11 +3371,11 @@ export class ConfigService extends ConfigServiceClient {
3371
3371
* see <a href="https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html">
3372
3372
* <b>Service Limits</b>
3373
3373
* </a> in the <i>Config Developer Guide</i>.</p>
3374
-
* <p> Only a master account and a delegated administrator can create or update an organization Config rule.
3374
+
* <p> Only a management account and a delegated administrator can create or update an organization Config rule.
3375
3375
* When calling this API with a delegated administrator, you must ensure Organizations
3376
3376
* <code>ListDelegatedAdministrator</code> permissions are added. An organization can have up to 3 delegated administrators.</p>
3377
3377
* <p>This API enables organization service access through the <code>EnableAWSServiceAccess</code> action and creates a service-linked
3378
-
* role <code>AWSServiceRoleForConfigMultiAccountSetup</code> in the master or delegated administrator account of your organization.
3378
+
* role <code>AWSServiceRoleForConfigMultiAccountSetup</code> in the management or delegated administrator account of your organization.
3379
3379
* The service-linked role is created only when the role does not exist in the caller account.
3380
3380
* Config verifies the existence of role with <code>GetRole</code> action.</p>
3381
3381
* <p>To use this API with delegated administrator, register a delegated administrator by calling Amazon Web Services Organization
@@ -3388,7 +3388,7 @@ export class ConfigService extends ConfigServiceClient {
* Repository</a>) is a policy-as-code language that allows you to write policies that
3390
3390
* are enforced by Config Custom Policy rules. Lambda uses custom code that you upload to
3391
-
* evaluate a custom rule. If you are adding a new Custom Lambda rule, you first need to create an Lambda function in the master account or a delegated
3391
+
* evaluate a custom rule. If you are adding a new Custom Lambda rule, you first need to create an Lambda function in the management account or a delegated
3392
3392
* administrator that the rule invokes to evaluate your resources. You also need to create an IAM role in the managed account that can be assumed by the Lambda function.
3393
3393
* When you use <code>PutOrganizationConfigRule</code> to add a Custom Lambda rule to Config, you must
3394
3394
* specify the Amazon Resource Name (ARN) that Lambda assigns to the function.</p>
@@ -3438,12 +3438,12 @@ export class ConfigService extends ConfigServiceClient {
3438
3438
* see <a href="https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html">
3439
3439
* <b>Service Limits</b>
3440
3440
* </a> in the Config Developer Guide.</p>
3441
-
* <p>Only a master account and a delegated administrator can call this API.
3441
+
* <p>Only a management account and a delegated administrator can call this API.
3442
3442
* When calling this API with a delegated administrator, you must ensure Organizations
3443
3443
* <code>ListDelegatedAdministrator</code> permissions are added. An organization can have up to 3 delegated administrators.</p>
3444
3444
* <p>This API enables organization service access for <code>config-multiaccountsetup.amazonaws.com</code>
3445
3445
* through the <code>EnableAWSServiceAccess</code> action and creates a
3446
-
* service-linked role <code>AWSServiceRoleForConfigMultiAccountSetup</code> in the master or delegated administrator account of your organization.
3446
+
* service-linked role <code>AWSServiceRoleForConfigMultiAccountSetup</code> in the management or delegated administrator account of your organization.
3447
3447
* The service-linked role is created only when the role does not exist in the caller account.
3448
3448
* To use this API with delegated administrator, register a delegated administrator by calling Amazon Web Services Organization
3449
3449
* <code>register-delegate-admin</code> for <code>config-multiaccountsetup.amazonaws.com</code>.</p>
* The resolved configuration interface of ConfigServiceClient class. This is resolved and normalized from the {@link ConfigServiceClientConfig | constructor configuration interface}.
710
706
*/
@@ -748,14 +744,15 @@ export class ConfigServiceClient extends __Client<
0 commit comments