@aws-sdk/client-guardduty 3.47.2 → 3.51.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,7 +7,7 @@ export interface DeleteInvitationsCommandInput extends DeleteInvitationsRequest
7
7
  export interface DeleteInvitationsCommandOutput extends DeleteInvitationsResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Deletes invitations sent to the current member account by AWS accounts specified by their
10
+ * <p>Deletes invitations sent to the current member account by Amazon Web Services accounts specified by their
11
11
  * account IDs.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
@@ -7,7 +7,7 @@ export interface DisableOrganizationAdminAccountCommandInput extends DisableOrga
7
7
  export interface DisableOrganizationAdminAccountCommandOutput extends DisableOrganizationAdminAccountResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Disables an AWS account within the Organization as the GuardDuty delegated
10
+ * <p>Disables an Amazon Web Services account within the Organization as the GuardDuty delegated
11
11
  * administrator.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
@@ -7,7 +7,7 @@ export interface EnableOrganizationAdminAccountCommandInput extends EnableOrgani
7
7
  export interface EnableOrganizationAdminAccountCommandOutput extends EnableOrganizationAdminAccountResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Enables an AWS account within the organization as the GuardDuty delegated
10
+ * <p>Enables an Amazon Web Services account within the organization as the GuardDuty delegated
11
11
  * administrator.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
@@ -7,8 +7,8 @@ export interface InviteMembersCommandInput extends InviteMembersRequest {
7
7
  export interface InviteMembersCommandOutput extends InviteMembersResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Invites other AWS accounts (created as members of the current AWS account by
11
- * CreateMembers) to enable GuardDuty, and allow the current AWS account to view and manage these
10
+ * <p>Invites other Amazon Web Services accounts (created as members of the current Amazon Web Services account by
11
+ * CreateMembers) to enable GuardDuty, and allow the current Amazon Web Services account to view and manage these
12
12
  * accounts' findings on their behalf as the GuardDuty administrator account.</p>
13
13
  * @example
14
14
  * Use a bare-bones client and the command you need to make an API call.
@@ -7,7 +7,7 @@ export interface ListInvitationsCommandInput extends ListInvitationsRequest {
7
7
  export interface ListInvitationsCommandOutput extends ListInvitationsResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Lists all GuardDuty membership invitations that were sent to the current AWS
10
+ * <p>Lists all GuardDuty membership invitations that were sent to the current Amazon Web Services
11
11
  * account.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
@@ -8,7 +8,7 @@ export interface ListPublishingDestinationsCommandOutput extends ListPublishingD
8
8
  }
9
9
  /**
10
10
  * <p>Returns a list of publishing destinations associated with the specified
11
- * <code>dectectorId</code>.</p>
11
+ * <code>detectorId</code>.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
14
14
  * ```javascript