@@ -39,27 +39,27 @@ export enum ActionEnum {
3939
4040/**
4141 * <p>
42- * The wrapper of account details, such as account ID, email address, and so on.
42+ * The wrapper of Amazon Web Services account details, such as account ID, email address, and so on.
4343 * </p>
4444 */
4545export interface AWSAccount {
4646 /**
4747 * <p>
48- * The identifier for the specified account.
48+ * The identifier for the specified Amazon Web Services account.
4949 * </p>
5050 */
5151 id ?: string ;
5252
5353 /**
5454 * <p>
55- * The email address associated with the specified account.
55+ * The email address associated with the specified Amazon Web Services account.
5656 * </p>
5757 */
5858 emailAddress ?: string ;
5959
6060 /**
6161 * <p>
62- * The name of the specified account.
62+ * The name of the specified Amazon Web Services account.
6363 * </p>
6464 */
6565 name ?: string ;
@@ -568,13 +568,13 @@ export namespace AWSService {
568568
569569/**
570570 * <p>
571- * The wrapper that contains the accounts and services in scope for the assessment.
571+ * The wrapper that contains the Amazon Web Services accounts and services in scope for the assessment.
572572 * </p>
573573 */
574574export interface Scope {
575575 /**
576576 * <p>
577- * The accounts included in the scope of the assessment.
577+ * The Amazon Web Services accounts included in the scope of the assessment.
578578 * </p>
579579 */
580580 awsAccounts ?: AWSAccount [ ] ;
@@ -651,7 +651,7 @@ export interface AssessmentMetadata {
651651
652652 /**
653653 * <p>
654- * The wrapper of accounts and services in scope for the assessment.
654+ * The wrapper of Amazon Web Services accounts and services in scope for the assessment.
655655 * </p>
656656 */
657657 scope ?: Scope ;
@@ -709,7 +709,7 @@ export interface Assessment {
709709
710710 /**
711711 * <p>
712- * The account associated with the assessment.
712+ * The Amazon Web Services account associated with the assessment.
713713 * </p>
714714 */
715715 awsAccount ?: AWSAccount ;
@@ -1093,7 +1093,7 @@ export interface AssessmentReport {
10931093
10941094 /**
10951095 * <p>
1096- * The identifier for the specified account.
1096+ * The identifier for the specified Amazon Web Services account.
10971097 * </p>
10981098 */
10991099 awsAccountId ?: string ;
@@ -1882,7 +1882,7 @@ export interface CreateAssessmentRequest {
18821882
18831883 /**
18841884 * <p>
1885- * The wrapper that contains the accounts and services in scope for the assessment.
1885+ * The wrapper that contains the Amazon Web Services accounts and services in scope for the assessment.
18861886 * </p>
18871887 */
18881888 scope : Scope | undefined ;
@@ -2881,7 +2881,7 @@ export namespace GetAccountStatusRequest {
28812881export interface GetAccountStatusResponse {
28822882 /**
28832883 * <p>
2884- * The status of the specified account.
2884+ * The status of the specified Amazon Web Services account.
28852885 * </p>
28862886 */
28872887 status ?: AccountStatus | string ;
@@ -3415,7 +3415,7 @@ export interface Evidence {
34153415
34163416 /**
34173417 * <p>
3418- * The identifier for the specified account.
3418+ * The identifier for the specified Amazon Web Services account.
34193419 * </p>
34203420 */
34213421 evidenceAwsAccountId ?: string ;
@@ -3479,14 +3479,14 @@ export interface Evidence {
34793479
34803480 /**
34813481 * <p>
3482- * The account from which the evidence is collected, and its organization path.
3482+ * The Amazon Web Services account from which the evidence is collected, and its organization path.
34833483 * </p>
34843484 */
34853485 awsOrganization ?: string ;
34863486
34873487 /**
34883488 * <p>
3489- * The identifier for the specified account.
3489+ * The identifier for the specified Amazon Web Services account.
34903490 * </p>
34913491 */
34923492 awsAccountId ?: string ;
0 commit comments