@@ -39,27 +39,27 @@ export enum ActionEnum {
39
39
40
40
/**
41
41
* <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.
43
43
* </p>
44
44
*/
45
45
export interface AWSAccount {
46
46
/**
47
47
* <p>
48
- * The identifier for the specified account.
48
+ * The identifier for the specified Amazon Web Services account.
49
49
* </p>
50
50
*/
51
51
id ?: string ;
52
52
53
53
/**
54
54
* <p>
55
- * The email address associated with the specified account.
55
+ * The email address associated with the specified Amazon Web Services account.
56
56
* </p>
57
57
*/
58
58
emailAddress ?: string ;
59
59
60
60
/**
61
61
* <p>
62
- * The name of the specified account.
62
+ * The name of the specified Amazon Web Services account.
63
63
* </p>
64
64
*/
65
65
name ?: string ;
@@ -568,13 +568,13 @@ export namespace AWSService {
568
568
569
569
/**
570
570
* <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.
572
572
* </p>
573
573
*/
574
574
export interface Scope {
575
575
/**
576
576
* <p>
577
- * The accounts included in the scope of the assessment.
577
+ * The Amazon Web Services accounts included in the scope of the assessment.
578
578
* </p>
579
579
*/
580
580
awsAccounts ?: AWSAccount [ ] ;
@@ -651,7 +651,7 @@ export interface AssessmentMetadata {
651
651
652
652
/**
653
653
* <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.
655
655
* </p>
656
656
*/
657
657
scope ?: Scope ;
@@ -709,7 +709,7 @@ export interface Assessment {
709
709
710
710
/**
711
711
* <p>
712
- * The account associated with the assessment.
712
+ * The Amazon Web Services account associated with the assessment.
713
713
* </p>
714
714
*/
715
715
awsAccount ?: AWSAccount ;
@@ -1093,7 +1093,7 @@ export interface AssessmentReport {
1093
1093
1094
1094
/**
1095
1095
* <p>
1096
- * The identifier for the specified account.
1096
+ * The identifier for the specified Amazon Web Services account.
1097
1097
* </p>
1098
1098
*/
1099
1099
awsAccountId ?: string ;
@@ -1882,7 +1882,7 @@ export interface CreateAssessmentRequest {
1882
1882
1883
1883
/**
1884
1884
* <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.
1886
1886
* </p>
1887
1887
*/
1888
1888
scope : Scope | undefined ;
@@ -2881,7 +2881,7 @@ export namespace GetAccountStatusRequest {
2881
2881
export interface GetAccountStatusResponse {
2882
2882
/**
2883
2883
* <p>
2884
- * The status of the specified account.
2884
+ * The status of the specified Amazon Web Services account.
2885
2885
* </p>
2886
2886
*/
2887
2887
status ?: AccountStatus | string ;
@@ -3415,7 +3415,7 @@ export interface Evidence {
3415
3415
3416
3416
/**
3417
3417
* <p>
3418
- * The identifier for the specified account.
3418
+ * The identifier for the specified Amazon Web Services account.
3419
3419
* </p>
3420
3420
*/
3421
3421
evidenceAwsAccountId ?: string ;
@@ -3479,14 +3479,14 @@ export interface Evidence {
3479
3479
3480
3480
/**
3481
3481
* <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.
3483
3483
* </p>
3484
3484
*/
3485
3485
awsOrganization ?: string ;
3486
3486
3487
3487
/**
3488
3488
* <p>
3489
- * The identifier for the specified account.
3489
+ * The identifier for the specified Amazon Web Services account.
3490
3490
* </p>
3491
3491
*/
3492
3492
awsAccountId ?: string ;
0 commit comments