|
1790 | 1790 | }
|
1791 | 1791 | ],
|
1792 | 1792 | "traits": {
|
1793 |
| - "smithy.api#documentation": "<p>Creates member accounts of the current Amazon Web Services account by specifying a list of Amazon Web Services account\n IDs. This step is a prerequisite for managing the associated member accounts either by\n invitation or through an organization.</p>\n <p>When using <code>Create Members</code> as an organizations delegated administrator this\n action will enable GuardDuty in the added member accounts, with the exception of the\n organization delegated administrator account, which must enable GuardDuty prior to being added\n as a member.</p>\n <p>If you are adding accounts by invitation, use this action after GuardDuty has bee enabled in\n potential member accounts and before using <a href=\"https://docs.aws.amazon.com/guardduty/latest/APIReference/API_InviteMembers.html\">InviteMembers</a>.</p>", |
| 1793 | + "smithy.api#documentation": "<p>Creates member accounts of the current Amazon Web Services account by specifying a list of Amazon Web Services account\n IDs. This step is a prerequisite for managing the associated member accounts either by\n invitation or through an organization.</p>\n <p>As a delegated administrator, using <code>CreateMembers</code> will enable GuardDuty in \n the added member accounts, with the exception of the\n organization delegated administrator account. A delegated administrator must enable GuardDuty \n prior to being added as a member.</p>\n <p>If you are adding accounts by invitation, before using <a href=\"https://docs.aws.amazon.com/guardduty/latest/APIReference/API_InviteMembers.html\">InviteMembers</a>, use \n <code>CreateMembers</code> after GuardDuty has been enabled in potential member accounts.</p>\n <p>If you disassociate a member from a GuardDuty \n delegated administrator, the member account details \n obtained from this API, including the associated email addresses, will be retained. \n This is done so that the delegated administrator can invoke the <a href=\"https://docs.aws.amazon.com/guardduty/latest/APIReference/API_InviteMembers.html\">InviteMembers</a> API without the need to invoke the CreateMembers API again. To \n remove the details associated with a member account, the delegated administrator must invoke the \n <a href=\"https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DeleteMembers.html\">DeleteMembers</a> API. </p>", |
1794 | 1794 | "smithy.api#http": {
|
1795 | 1795 | "method": "POST",
|
1796 | 1796 | "uri": "/detector/{DetectorId}/member",
|
|
3606 | 3606 | }
|
3607 | 3607 | ],
|
3608 | 3608 | "traits": {
|
3609 |
| - "smithy.api#documentation": "<p>Disassociates the current GuardDuty member account from its administrator account.</p>\n <p>With <code>autoEnableOrganizationMembers</code> configuration for your organization set to\n <code>ALL</code>, you'll receive an error if you attempt to disable GuardDuty in a member\n account.</p>", |
| 3609 | + "smithy.api#documentation": "<p>Disassociates the current GuardDuty member account from its administrator account.</p>\n <p>When you \n disassociate an invited member from a GuardDuty delegated administrator, the member account details \n obtained from the <a href=\"https://docs.aws.amazon.com/guardduty/latest/APIReference/API_CreateMembers.html\">CreateMembers</a> API, including the associated email addresses, are retained. This is \n done so that the delegated administrator can invoke the <a href=\"https://docs.aws.amazon.com/guardduty/latest/APIReference/API_InviteMembers.html\">InviteMembers</a> API without the need to invoke the CreateMembers API again. To \n remove the details associated with a member account, the delegated administrator must invoke the \n <a href=\"https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DeleteMembers.html\">DeleteMembers</a> API. </p>\n <p>With <code>autoEnableOrganizationMembers</code> configuration for your organization set to\n <code>ALL</code>, you'll receive an error if you attempt to disable GuardDuty in a member\n account.</p>", |
3610 | 3610 | "smithy.api#http": {
|
3611 | 3611 | "method": "POST",
|
3612 | 3612 | "uri": "/detector/{DetectorId}/administrator/disassociate",
|
|
3658 | 3658 | "smithy.api#deprecated": {
|
3659 | 3659 | "message": "This operation is deprecated, use DisassociateFromAdministratorAccount instead"
|
3660 | 3660 | },
|
3661 |
| - "smithy.api#documentation": "<p>Disassociates the current GuardDuty member account from its administrator account.</p>", |
| 3661 | + "smithy.api#documentation": "<p>Disassociates the current GuardDuty member account from its administrator account.</p>\n <p>When you \n disassociate an invited member from a GuardDuty delegated administrator, the member account details \n obtained from the <a href=\"https://docs.aws.amazon.com/guardduty/latest/APIReference/API_CreateMembers.html\">CreateMembers</a> API, including the associated email addresses, are retained. This is \n done so that the delegated administrator can invoke the <a href=\"https://docs.aws.amazon.com/guardduty/latest/APIReference/API_InviteMembers.html\">InviteMembers</a> API without the need to invoke the CreateMembers API again. To \n remove the details associated with a member account, the delegated administrator must invoke the \n <a href=\"https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DeleteMembers.html\">DeleteMembers</a> API.</p>", |
3662 | 3662 | "smithy.api#http": {
|
3663 | 3663 | "method": "POST",
|
3664 | 3664 | "uri": "/detector/{DetectorId}/master/disassociate",
|
|
3713 | 3713 | }
|
3714 | 3714 | ],
|
3715 | 3715 | "traits": {
|
3716 |
| - "smithy.api#documentation": "<p>Disassociates GuardDuty member accounts (to the current administrator account) specified\n by the account IDs.</p>\n <p>With <code>autoEnableOrganizationMembers</code> configuration for your organization set to\n <code>ALL</code>, you'll receive an error if you attempt to disassociate a member account\n before removing them from your Amazon Web Services organization.</p>", |
| 3716 | + "smithy.api#documentation": "<p>Disassociates GuardDuty member accounts (from the current administrator account) specified\n by the account IDs.</p>\n <p>When you \n disassociate an invited member from a GuardDuty delegated administrator, the member account details \n obtained from the <a href=\"https://docs.aws.amazon.com/guardduty/latest/APIReference/API_CreateMembers.html\">CreateMembers</a> API, including the associated email addresses, are retained. This is \n done so that the delegated administrator can invoke the <a href=\"https://docs.aws.amazon.com/guardduty/latest/APIReference/API_InviteMembers.html\">InviteMembers</a> API without the need to invoke the CreateMembers API again. To \n remove the details associated with a member account, the delegated administrator must invoke the \n <a href=\"https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DeleteMembers.html\">DeleteMembers</a> API. </p>\n <p>With <code>autoEnableOrganizationMembers</code> configuration for your organization set to\n <code>ALL</code>, you'll receive an error if you attempt to disassociate a member account\n before removing them from your Amazon Web Services organization.</p>", |
3717 | 3717 | "smithy.api#http": {
|
3718 | 3718 | "method": "POST",
|
3719 | 3719 | "uri": "/detector/{DetectorId}/member/disassociate",
|
|
3768 | 3768 | "Domain": {
|
3769 | 3769 | "target": "com.amazonaws.guardduty#String",
|
3770 | 3770 | "traits": {
|
3771 |
| - "smithy.api#documentation": "<p>The domain information for the API request.</p>", |
| 3771 | + "smithy.api#documentation": "<p>The domain information for the DNS query.</p>", |
3772 | 3772 | "smithy.api#jsonName": "domain"
|
3773 | 3773 | }
|
3774 | 3774 | },
|
|
7538 | 7538 | }
|
7539 | 7539 | ],
|
7540 | 7540 | "traits": {
|
7541 |
| - "smithy.api#documentation": "<p>Invites other Amazon Web Services accounts (created as members of the current Amazon Web Services account by\n CreateMembers) to enable GuardDuty, and allow the current Amazon Web Services account to view and manage\n these accounts' findings on their behalf as the GuardDuty administrator account.</p>", |
| 7541 | + "smithy.api#documentation": "<p>Invites Amazon Web Services accounts to become members of an organization administered by the Amazon Web Services account \n that invokes this API. If you are using Amazon Web Services Organizations to manager your GuardDuty environment, this step is not \n needed. For more information, see <a href=\"https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_organizations.html\">Managing accounts with Amazon Web Services Organizations</a>.</p>\n <p>To invite Amazon Web Services accounts, the first step is \n to ensure that GuardDuty has been enabled in the potential member accounts. You can now invoke this API\n to add accounts by invitation. The \n invited accounts can either accept or decline the invitation from their GuardDuty accounts. Each invited Amazon Web Services account can \n choose to accept the invitation from only one Amazon Web Services account. For more information, see \n <a href=\"https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_invitations.html\">Managing GuardDuty accounts \n by invitation</a>.</p>\n <p>After the invite has been accepted and you choose to disassociate a member account \n (by using <a href=\"https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DisassociateMembers.html\">DisassociateMembers</a>) from your account, \n the details of the member account obtained by invoking <a href=\"https://docs.aws.amazon.com/guardduty/latest/APIReference/API_CreateMembers.html\">CreateMembers</a>, including the \n associated email addresses, will be retained. \n This is done so that you can invoke InviteMembers without the need to invoke \n <a href=\"https://docs.aws.amazon.com/guardduty/latest/APIReference/API_CreateMembers.html\">CreateMembers</a> again. To \n remove the details associated with a member account, you must also invoke \n <a href=\"https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DeleteMembers.html\">DeleteMembers</a>. </p>", |
7542 | 7542 | "smithy.api#http": {
|
7543 | 7543 | "method": "POST",
|
7544 | 7544 | "uri": "/detector/{DetectorId}/member/invite",
|
|
0 commit comments