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

WellArchitected

import { WellArchitected } from "https://aws-api-bqtgftz736ft.deno.dev/v0.5/services/wellarchitected.ts?docs=full";
class WellArchitected {
constructor(apiFactory: client.ApiFactory);
async associateLenses(params: AssociateLensesInput, opts?: client.RequestOptions): Promise<void>;
async associateProfiles(params: AssociateProfilesInput, opts?: client.RequestOptions): Promise<void>;
async createLensShare(params: CreateLensShareInput, opts?: client.RequestOptions): Promise<CreateLensShareOutput>;
async createLensVersion(params: CreateLensVersionInput, opts?: client.RequestOptions): Promise<CreateLensVersionOutput>;
async createMilestone(params: CreateMilestoneInput, opts?: client.RequestOptions): Promise<CreateMilestoneOutput>;
async createProfile(params: CreateProfileInput, opts?: client.RequestOptions): Promise<CreateProfileOutput>;
async createProfileShare(params: CreateProfileShareInput, opts?: client.RequestOptions): Promise<CreateProfileShareOutput>;
async createReviewTemplate(params: CreateReviewTemplateInput, opts?: client.RequestOptions): Promise<CreateReviewTemplateOutput>;
async createTemplateShare(params: CreateTemplateShareInput, opts?: client.RequestOptions): Promise<CreateTemplateShareOutput>;
async createWorkload(params: CreateWorkloadInput, opts?: client.RequestOptions): Promise<CreateWorkloadOutput>;
async createWorkloadShare(params: CreateWorkloadShareInput, opts?: client.RequestOptions): Promise<CreateWorkloadShareOutput>;
async deleteLens(params: DeleteLensInput, opts?: client.RequestOptions): Promise<void>;
async deleteLensShare(params: DeleteLensShareInput, opts?: client.RequestOptions): Promise<void>;
async deleteProfile(params: DeleteProfileInput, opts?: client.RequestOptions): Promise<void>;
async deleteProfileShare(params: DeleteProfileShareInput, opts?: client.RequestOptions): Promise<void>;
async deleteReviewTemplate(params: DeleteReviewTemplateInput, opts?: client.RequestOptions): Promise<void>;
async deleteTemplateShare(params: DeleteTemplateShareInput, opts?: client.RequestOptions): Promise<void>;
async deleteWorkload(params: DeleteWorkloadInput, opts?: client.RequestOptions): Promise<void>;
async deleteWorkloadShare(params: DeleteWorkloadShareInput, opts?: client.RequestOptions): Promise<void>;
async disassociateLenses(params: DisassociateLensesInput, opts?: client.RequestOptions): Promise<void>;
async disassociateProfiles(params: DisassociateProfilesInput, opts?: client.RequestOptions): Promise<void>;
async exportLens(params: ExportLensInput, opts?: client.RequestOptions): Promise<ExportLensOutput>;
async getAnswer(params: GetAnswerInput, opts?: client.RequestOptions): Promise<GetAnswerOutput>;
async getConsolidatedReport(params: GetConsolidatedReportInput, opts?: client.RequestOptions): Promise<GetConsolidatedReportOutput>;
async getGlobalSettings(opts?: client.RequestOptions): Promise<GetGlobalSettingsOutput>;
async getLens(params: GetLensInput, opts?: client.RequestOptions): Promise<GetLensOutput>;
async getLensReview(params: GetLensReviewInput, opts?: client.RequestOptions): Promise<GetLensReviewOutput>;
async getLensReviewReport(params: GetLensReviewReportInput, opts?: client.RequestOptions): Promise<GetLensReviewReportOutput>;
async getLensVersionDifference(params: GetLensVersionDifferenceInput, opts?: client.RequestOptions): Promise<GetLensVersionDifferenceOutput>;
async getMilestone(params: GetMilestoneInput, opts?: client.RequestOptions): Promise<GetMilestoneOutput>;
async getProfile(params: GetProfileInput, opts?: client.RequestOptions): Promise<GetProfileOutput>;
async getProfileTemplate(opts?: client.RequestOptions): Promise<GetProfileTemplateOutput>;
async getReviewTemplate(params: GetReviewTemplateInput, opts?: client.RequestOptions): Promise<GetReviewTemplateOutput>;
async getReviewTemplateAnswer(params: GetReviewTemplateAnswerInput, opts?: client.RequestOptions): Promise<GetReviewTemplateAnswerOutput>;
async getReviewTemplateLensReview(params: GetReviewTemplateLensReviewInput, opts?: client.RequestOptions): Promise<GetReviewTemplateLensReviewOutput>;
async getWorkload(params: GetWorkloadInput, opts?: client.RequestOptions): Promise<GetWorkloadOutput>;
async importLens(params: ImportLensInput, opts?: client.RequestOptions): Promise<ImportLensOutput>;
async listAnswers(params: ListAnswersInput, opts?: client.RequestOptions): Promise<ListAnswersOutput>;
async listCheckDetails(params: ListCheckDetailsInput, opts?: client.RequestOptions): Promise<ListCheckDetailsOutput>;
async listCheckSummaries(params: ListCheckSummariesInput, opts?: client.RequestOptions): Promise<ListCheckSummariesOutput>;
async listLenses(params?: ListLensesInput, opts?: client.RequestOptions): Promise<ListLensesOutput>;
async listLensReviewImprovements(params: ListLensReviewImprovementsInput, opts?: client.RequestOptions): Promise<ListLensReviewImprovementsOutput>;
async listLensReviews(params: ListLensReviewsInput, opts?: client.RequestOptions): Promise<ListLensReviewsOutput>;
async listLensShares(params: ListLensSharesInput, opts?: client.RequestOptions): Promise<ListLensSharesOutput>;
async listMilestones(params: ListMilestonesInput, opts?: client.RequestOptions): Promise<ListMilestonesOutput>;
async listNotifications(params?: ListNotificationsInput, opts?: client.RequestOptions): Promise<ListNotificationsOutput>;
async listProfileNotifications(params?: ListProfileNotificationsInput, opts?: client.RequestOptions): Promise<ListProfileNotificationsOutput>;
async listProfiles(params?: ListProfilesInput, opts?: client.RequestOptions): Promise<ListProfilesOutput>;
async listProfileShares(params: ListProfileSharesInput, opts?: client.RequestOptions): Promise<ListProfileSharesOutput>;
async listReviewTemplateAnswers(params: ListReviewTemplateAnswersInput, opts?: client.RequestOptions): Promise<ListReviewTemplateAnswersOutput>;
async listReviewTemplates(params?: ListReviewTemplatesInput, opts?: client.RequestOptions): Promise<ListReviewTemplatesOutput>;
async listShareInvitations(params?: ListShareInvitationsInput, opts?: client.RequestOptions): Promise<ListShareInvitationsOutput>;
async listTagsForResource(params: ListTagsForResourceInput, opts?: client.RequestOptions): Promise<ListTagsForResourceOutput>;
async listTemplateShares(params: ListTemplateSharesInput, opts?: client.RequestOptions): Promise<ListTemplateSharesOutput>;
async listWorkloads(params?: ListWorkloadsInput, opts?: client.RequestOptions): Promise<ListWorkloadsOutput>;
async listWorkloadShares(params: ListWorkloadSharesInput, opts?: client.RequestOptions): Promise<ListWorkloadSharesOutput>;
async tagResource(params: TagResourceInput, opts?: client.RequestOptions): Promise<void>;
async untagResource(params: UntagResourceInput, opts?: client.RequestOptions): Promise<void>;
async updateAnswer(params: UpdateAnswerInput, opts?: client.RequestOptions): Promise<UpdateAnswerOutput>;
async updateGlobalSettings(params?: UpdateGlobalSettingsInput, opts?: client.RequestOptions): Promise<void>;
async updateIntegration(params: UpdateIntegrationInput, opts?: client.RequestOptions): Promise<void>;
async updateLensReview(params: UpdateLensReviewInput, opts?: client.RequestOptions): Promise<UpdateLensReviewOutput>;
async updateProfile(params: UpdateProfileInput, opts?: client.RequestOptions): Promise<UpdateProfileOutput>;
async updateReviewTemplate(params: UpdateReviewTemplateInput, opts?: client.RequestOptions): Promise<UpdateReviewTemplateOutput>;
async updateReviewTemplateAnswer(params: UpdateReviewTemplateAnswerInput, opts?: client.RequestOptions): Promise<UpdateReviewTemplateAnswerOutput>;
async updateReviewTemplateLensReview(params: UpdateReviewTemplateLensReviewInput, opts?: client.RequestOptions): Promise<UpdateReviewTemplateLensReviewOutput>;
async updateShareInvitation(params: UpdateShareInvitationInput, opts?: client.RequestOptions): Promise<UpdateShareInvitationOutput>;
async updateWorkload(params: UpdateWorkloadInput, opts?: client.RequestOptions): Promise<UpdateWorkloadOutput>;
async updateWorkloadShare(params: UpdateWorkloadShareInput, opts?: client.RequestOptions): Promise<UpdateWorkloadShareOutput>;
async upgradeLensReview(params: UpgradeLensReviewInput, opts?: client.RequestOptions): Promise<void>;
async upgradeProfileVersion(params: UpgradeProfileVersionInput, opts?: client.RequestOptions): Promise<void>;
async upgradeReviewTemplateLensReview(params: UpgradeReviewTemplateLensReviewInput, opts?: client.RequestOptions): Promise<void>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

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

§Methods

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

Associate a lens to a workload.

Up to 10 lenses can be associated with a workload in a single API operation. A maximum of 20 lenses can be associated with a workload.

Note:

Disclaimer

By accessing and/or applying custom lenses created by another Amazon Web Services user or account, you acknowledge that custom lenses created by other users and shared with you are Third Party Content as defined in the Amazon Web Services Customer Agreement.

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

Associate a profile with a workload.

§
createLensShare(params: CreateLensShareInput, opts?: client.RequestOptions): Promise<CreateLensShareOutput>
[src]

Create a lens share.

The owner of a lens can share it with other Amazon Web Services accounts, users, an organization, and organizational units (OUs) in the same Amazon Web Services Region. Lenses provided by Amazon Web Services (Amazon Web Services Official Content) cannot be shared.

Shared access to a lens is not removed until the lens invitation is deleted.

If you share a lens with an organization or OU, all accounts in the organization or OU are granted access to the lens.

For more information, see Sharing a custom lens in the Well-Architected Tool User Guide.

Note:

Disclaimer

By sharing your custom lenses with other Amazon Web Services accounts, you acknowledge that Amazon Web Services will make your custom lenses available to those other accounts. Those other accounts may continue to access and use your shared custom lenses even if you delete the custom lenses from your own Amazon Web Services account or terminate your Amazon Web Services account.

§

Create a new lens version.

A lens can have up to 100 versions.

Use this operation to publish a new lens version after you have imported a lens. The LensAlias is used to identify the lens to be published. The owner of a lens can share the lens with other Amazon Web Services accounts and users in the same Amazon Web Services Region. Only the owner of a lens can delete it.

§
createMilestone(params: CreateMilestoneInput, opts?: client.RequestOptions): Promise<CreateMilestoneOutput>
[src]

Create a milestone for an existing workload.

§
createProfile(params: CreateProfileInput, opts?: client.RequestOptions): Promise<CreateProfileOutput>
[src]

Create a profile.

§

Create a profile share.

§

Create a review template.

Note:

Disclaimer

Do not include or gather personal identifiable information (PII) of end users or other identifiable individuals in or via your review templates. If your review template or those shared with you and used in your account do include or collect PII you are responsible for: ensuring that the included PII is processed in accordance with applicable law, providing adequate privacy notices, and obtaining necessary consents for processing such data.

§

Create a review template share.

The owner of a review template can share it with other Amazon Web Services accounts, users, an organization, and organizational units (OUs) in the same Amazon Web Services Region.

Shared access to a review template is not removed until the review template share invitation is deleted.

If you share a review template with an organization or OU, all accounts in the organization or OU are granted access to the review template.

Note:

Disclaimer

By sharing your review template with other Amazon Web Services accounts, you acknowledge that Amazon Web Services will make your review template available to those other accounts.

§
createWorkload(params: CreateWorkloadInput, opts?: client.RequestOptions): Promise<CreateWorkloadOutput>
[src]

Create a new workload.

The owner of a workload can share the workload with other Amazon Web Services accounts, users, an organization, and organizational units (OUs) in the same Amazon Web Services Region. Only the owner of a workload can delete it.

For more information, see Defining a Workload in the Well-Architected Tool User Guide.

! IMPORTANT: ! Either AwsRegions, NonAwsRegions, or both must be specified when creating a workload. ! You also must specify ReviewOwner, even though the parameter is listed as not being required in the following section.

When creating a workload using a review template, you must have the following IAM permissions:

  • wellarchitected:GetReviewTemplate
    
  • wellarchitected:GetReviewTemplateAnswer
    
  • wellarchitected:ListReviewTemplateAnswers
    
  • wellarchitected:GetReviewTemplateLensReview
    
§

Create a workload share.

The owner of a workload can share it with other Amazon Web Services accounts and users in the same Amazon Web Services Region. Shared access to a workload is not removed until the workload invitation is deleted.

If you share a workload with an organization or OU, all accounts in the organization or OU are granted access to the workload.

For more information, see Sharing a workload in the Well-Architected Tool User Guide.

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

Delete an existing lens.

Only the owner of a lens can delete it. After the lens is deleted, Amazon Web Services accounts and users that you shared the lens with can continue to use it, but they will no longer be able to apply it to new workloads.

Note:

Disclaimer

By sharing your custom lenses with other Amazon Web Services accounts, you acknowledge that Amazon Web Services will make your custom lenses available to those other accounts. Those other accounts may continue to access and use your shared custom lenses even if you delete the custom lenses from your own Amazon Web Services account or terminate your Amazon Web Services account.

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

Delete a lens share.

After the lens share is deleted, Amazon Web Services accounts, users, organizations, and organizational units (OUs) that you shared the lens with can continue to use it, but they will no longer be able to apply it to new workloads.

Note:

Disclaimer

By sharing your custom lenses with other Amazon Web Services accounts, you acknowledge that Amazon Web Services will make your custom lenses available to those other accounts. Those other accounts may continue to access and use your shared custom lenses even if you delete the custom lenses from your own Amazon Web Services account or terminate your Amazon Web Services account.

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

Delete a profile.

Note:

Disclaimer

By sharing your profile with other Amazon Web Services accounts, you acknowledge that Amazon Web Services will make your profile available to those other accounts. Those other accounts may continue to access and use your shared profile even if you delete the profile from your own Amazon Web Services account or terminate your Amazon Web Services account.

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

Delete a profile share.

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

Delete a review template.

Only the owner of a review template can delete it.

After the review template is deleted, Amazon Web Services accounts, users, organizations, and organizational units (OUs) that you shared the review template with will no longer be able to apply it to new workloads.

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

Delete a review template share.

After the review template share is deleted, Amazon Web Services accounts, users, organizations, and organizational units (OUs) that you shared the review template with will no longer be able to apply it to new workloads.

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

Delete an existing workload.

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

Delete a workload share.

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

Disassociate a lens from a workload.

Up to 10 lenses can be disassociated from a workload in a single API operation.

Note: The Amazon Web Services Well-Architected Framework lens (wellarchitected) cannot be removed from a workload.

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

Disassociate a profile from a workload.

§
exportLens(params: ExportLensInput, opts?: client.RequestOptions): Promise<ExportLensOutput>
[src]

Export an existing lens.

Only the owner of a lens can export it. Lenses provided by Amazon Web Services (Amazon Web Services Official Content) cannot be exported.

Lenses are defined in JSON. For more information, see JSON format specification in the Well-Architected Tool User Guide.

Note:

Disclaimer

Do not include or gather personal identifiable information (PII) of end users or other identifiable individuals in or via your custom lenses. If your custom lens or those shared with you and used in your account do include or collect PII you are responsible for: ensuring that the included PII is processed in accordance with applicable law, providing adequate privacy notices, and obtaining necessary consents for processing such data.

§
getAnswer(params: GetAnswerInput, opts?: client.RequestOptions): Promise<GetAnswerOutput>
[src]

Get the answer to a specific question in a workload review.

§

Get a consolidated report of your workloads.

You can optionally choose to include workloads that have been shared with you.

§
getGlobalSettings(opts?: client.RequestOptions): Promise<GetGlobalSettingsOutput>
[src]

Global settings for all workloads.

§
getLens(params: GetLensInput, opts?: client.RequestOptions): Promise<GetLensOutput>
[src]

Get an existing lens.

§
getLensReview(params: GetLensReviewInput, opts?: client.RequestOptions): Promise<GetLensReviewOutput>
[src]

Get lens review.

§

Get lens review report.

§

Get lens version differences.

§
getMilestone(params: GetMilestoneInput, opts?: client.RequestOptions): Promise<GetMilestoneOutput>
[src]

Get a milestone for an existing workload.

§
getProfile(params: GetProfileInput, opts?: client.RequestOptions): Promise<GetProfileOutput>
[src]

Get profile information.

§
getProfileTemplate(opts?: client.RequestOptions): Promise<GetProfileTemplateOutput>
[src]

Get profile template.

§

Get review template.

§

Get review template answer.

§

Get a lens review associated with a review template.

§
getWorkload(params: GetWorkloadInput, opts?: client.RequestOptions): Promise<GetWorkloadOutput>
[src]

Get an existing workload.

§
importLens(params: ImportLensInput, opts?: client.RequestOptions): Promise<ImportLensOutput>
[src]

Import a new custom lens or update an existing custom lens.

To update an existing custom lens, specify its ARN as the LensAlias. If no ARN is specified, a new custom lens is created.

The new or updated lens will have a status of DRAFT. The lens cannot be applied to workloads or shared with other Amazon Web Services accounts until it's published with "CreateLensVersion".

Lenses are defined in JSON. For more information, see JSON format specification in the Well-Architected Tool User Guide.

A custom lens cannot exceed 500 KB in size.

Note:

Disclaimer

Do not include or gather personal identifiable information (PII) of end users or other identifiable individuals in or via your custom lenses. If your custom lens or those shared with you and used in your account do include or collect PII you are responsible for: ensuring that the included PII is processed in accordance with applicable law, providing adequate privacy notices, and obtaining necessary consents for processing such data.

§
listAnswers(params: ListAnswersInput, opts?: client.RequestOptions): Promise<ListAnswersOutput>
[src]

List of answers for a particular workload and lens.

§
listCheckDetails(params: ListCheckDetailsInput, opts?: client.RequestOptions): Promise<ListCheckDetailsOutput>
[src]

List of Trusted Advisor check details by account related to the workload.

§

List of Trusted Advisor checks summarized for all accounts related to the workload.

§
listLenses(params?: ListLensesInput, opts?: client.RequestOptions): Promise<ListLensesOutput>
[src]

List the available lenses.

§

List the improvements of a particular lens review.

§
listLensReviews(params: ListLensReviewsInput, opts?: client.RequestOptions): Promise<ListLensReviewsOutput>
[src]

List lens reviews for a particular workload.

§
listLensShares(params: ListLensSharesInput, opts?: client.RequestOptions): Promise<ListLensSharesOutput>
[src]

List the lens shares associated with the lens.

§
listMilestones(params: ListMilestonesInput, opts?: client.RequestOptions): Promise<ListMilestonesOutput>
[src]

List all milestones for an existing workload.

§
listNotifications(params?: ListNotificationsInput, opts?: client.RequestOptions): Promise<ListNotificationsOutput>
[src]

List lens notifications.

§

List profile notifications.

§
listProfiles(params?: ListProfilesInput, opts?: client.RequestOptions): Promise<ListProfilesOutput>
[src]

List profiles.

§

List profile shares.

§

List the answers of a review template.

§
listReviewTemplates(params?: ListReviewTemplatesInput, opts?: client.RequestOptions): Promise<ListReviewTemplatesOutput>
[src]

List review templates.

§

List the share invitations.

WorkloadNamePrefix, LensNamePrefix, ProfileNamePrefix, and TemplateNamePrefix are mutually exclusive. Use the parameter that matches your ShareResourceType.

§

List the tags for a resource.

Note: The WorkloadArn parameter can be a workload ARN, a custom lens ARN, a profile ARN, or review template ARN.

§

List review template shares.

§
listWorkloads(params?: ListWorkloadsInput, opts?: client.RequestOptions): Promise<ListWorkloadsOutput>
[src]

Paginated list of workloads.

§

List the workload shares associated with the workload.

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

Adds one or more tags to the specified resource.

Note: The WorkloadArn parameter can be a workload ARN, a custom lens ARN, a profile ARN, or review template ARN.

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

Deletes specified tags from a resource.

Note: The WorkloadArn parameter can be a workload ARN, a custom lens ARN, a profile ARN, or review template ARN.

To specify multiple tags, use separate tagKeys parameters, for example:

DELETE /tags/WorkloadArn?tagKeys=key1&tagKeys=key2
§
updateAnswer(params: UpdateAnswerInput, opts?: client.RequestOptions): Promise<UpdateAnswerOutput>
[src]

Update the answer to a specific question in a workload review.

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

Update whether the Amazon Web Services account is opted into organization sharing and discovery integration features.

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

Update integration features.

§
updateLensReview(params: UpdateLensReviewInput, opts?: client.RequestOptions): Promise<UpdateLensReviewOutput>
[src]

Update lens review for a particular workload.

§
updateProfile(params: UpdateProfileInput, opts?: client.RequestOptions): Promise<UpdateProfileOutput>
[src]

Update a profile.

§

Update a review template.

§

Update a review template answer.

§

Update a lens review associated with a review template.

§

Update a workload or custom lens share invitation.

Note: This API operation can be called independently of any resource. Previous documentation implied that a workload ARN must be specified.

§
updateWorkload(params: UpdateWorkloadInput, opts?: client.RequestOptions): Promise<UpdateWorkloadOutput>
[src]

Update an existing workload.

§

Update a workload share.

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

Upgrade lens review for a particular workload.

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

Upgrade a profile.

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

Upgrade the lens review of a review template.

§Static Properties