Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Macie

import { Macie } from "https://aws-api.deno.dev/v0.4/services/macie.ts?docs=full";
class Macie {
constructor(apiFactory: client.ApiFactory);
async associateMemberAccount(params: AssociateMemberAccountRequest, opts?: client.RequestOptions): Promise<void>;
async associateS3Resources(params: AssociateS3ResourcesRequest, opts?: client.RequestOptions): Promise<AssociateS3ResourcesResult>;
async disassociateMemberAccount(params: DisassociateMemberAccountRequest, opts?: client.RequestOptions): Promise<void>;
async disassociateS3Resources(params: DisassociateS3ResourcesRequest, opts?: client.RequestOptions): Promise<DisassociateS3ResourcesResult>;
async listMemberAccounts(params?: ListMemberAccountsRequest, opts?: client.RequestOptions): Promise<ListMemberAccountsResult>;
async listS3Resources(params?: ListS3ResourcesRequest, opts?: client.RequestOptions): Promise<ListS3ResourcesResult>;
async updateS3Resources(params: UpdateS3ResourcesRequest, opts?: client.RequestOptions): Promise<UpdateS3ResourcesResult>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new Macie(apiFactory: client.ApiFactory)
[src]

§Methods

§
associateMemberAccount(params: AssociateMemberAccountRequest, opts?: client.RequestOptions): Promise<void>
[src]

(Discontinued) Associates a specified Amazon Web Services account with Amazon Macie Classic as a member account.

§

(Discontinued) Associates specified S3 resources with Amazon Macie Classic for monitoring and data classification. If memberAccountId isn't specified, the action associates specified S3 resources with Macie Classic for the current Macie Classic administrator account. If memberAccountId is specified, the action associates specified S3 resources with Macie Classic for the specified member account.

§
disassociateMemberAccount(params: DisassociateMemberAccountRequest, opts?: client.RequestOptions): Promise<void>
[src]

(Discontinued) Removes the specified member account from Amazon Macie Classic.

§

(Discontinued) Removes specified S3 resources from being monitored by Amazon Macie Classic. If memberAccountId isn't specified, the action removes specified S3 resources from Macie Classic for the current Macie Classic administrator account. If memberAccountId is specified, the action removes specified S3 resources from Macie Classic for the specified member account.

§

(Discontinued) Lists all Amazon Macie Classic member accounts for the current Macie Classic administrator account.

§
listS3Resources(params?: ListS3ResourcesRequest, opts?: client.RequestOptions): Promise<ListS3ResourcesResult>
[src]

(Discontinued) Lists all the S3 resources associated with Amazon Macie Classic. If memberAccountId isn't specified, the action lists the S3 resources associated with Macie Classic for the current Macie Classic administrator account. If memberAccountId is specified, the action lists the S3 resources associated with Macie Classic for the specified member account.

§

(Discontinued) Updates the classification types for the specified S3 resources. If memberAccountId isn't specified, the action updates the classification types of the S3 resources associated with Amazon Macie Classic for the current Macie Classic administrator account. If memberAccountId is specified, the action updates the classification types of the S3 resources associated with Macie Classic for the specified member account.

§Static Properties