Wellarchitected

This page documents function available when using the Wellarchitected module, created with @service Wellarchitected.

Index

Documentation

Main.Wellarchitected.associate_lensesMethod
associate_lenses(lens_aliases, workload_id)
associate_lenses(lens_aliases, workload_id, params::Dict{String,<:Any})

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. 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.

Arguments

  • lens_aliases:
  • workload_id:
source
Main.Wellarchitected.associate_profilesMethod
associate_profiles(profile_arns, workload_id)
associate_profiles(profile_arns, workload_id, params::Dict{String,<:Any})

Associate a profile with a workload.

Arguments

  • profile_arns: The list of profile ARNs to associate with the workload.
  • workload_id:
source
Main.Wellarchitected.create_lens_shareMethod
create_lens_share(client_request_token, lens_alias, shared_with)
create_lens_share(client_request_token, lens_alias, shared_with, params::Dict{String,<:Any})

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. 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.

Arguments

  • client_request_token:
  • lens_alias:
  • shared_with:
source
Main.Wellarchitected.create_lens_versionMethod
create_lens_version(client_request_token, lens_alias, lens_version)
create_lens_version(client_request_token, lens_alias, lens_version, params::Dict{String,<:Any})

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.

Arguments

  • client_request_token:
  • lens_alias:
  • lens_version: The version of the lens being created.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "IsMajorVersion": Set to true if this new major lens version.
source
Main.Wellarchitected.create_milestoneMethod
create_milestone(client_request_token, milestone_name, workload_id)
create_milestone(client_request_token, milestone_name, workload_id, params::Dict{String,<:Any})

Create a milestone for an existing workload.

Arguments

  • client_request_token:
  • milestone_name:
  • workload_id:
source
Main.Wellarchitected.create_profileMethod
create_profile(client_request_token, profile_description, profile_name, profile_questions)
create_profile(client_request_token, profile_description, profile_name, profile_questions, params::Dict{String,<:Any})

Create a profile.

Arguments

  • client_request_token:
  • profile_description: The profile description.
  • profile_name: Name of the profile.
  • profile_questions: The profile questions.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "Tags": The tags assigned to the profile.
source
Main.Wellarchitected.create_profile_shareMethod
create_profile_share(client_request_token, profile_arn, shared_with)
create_profile_share(client_request_token, profile_arn, shared_with, params::Dict{String,<:Any})

Create a profile share.

Arguments

  • client_request_token:
  • profile_arn: The profile ARN.
  • shared_with:
source
Main.Wellarchitected.create_workloadMethod
create_workload(client_request_token, description, environment, lenses, workload_name)
create_workload(client_request_token, description, environment, lenses, workload_name, params::Dict{String,<:Any})

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. 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.

Arguments

  • client_request_token:
  • description:
  • environment:
  • lenses:
  • workload_name:

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "AccountIds":
  • "Applications": List of AppRegistry application ARNs associated to the workload.
  • "ArchitecturalDesign":
  • "AwsRegions":
  • "DiscoveryConfig": Well-Architected discovery configuration settings associated to the workload.
  • "Industry":
  • "IndustryType":
  • "NonAwsRegions":
  • "Notes":
  • "PillarPriorities":
  • "ProfileArns": The list of profile ARNs associated with the workload.
  • "ReviewOwner":
  • "Tags": The tags to be associated with the workload.
source
Main.Wellarchitected.create_workload_shareMethod
create_workload_share(client_request_token, permission_type, shared_with, workload_id)
create_workload_share(client_request_token, permission_type, shared_with, workload_id, params::Dict{String,<:Any})

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.

Arguments

  • client_request_token:
  • permission_type:
  • shared_with:
  • workload_id:
source
Main.Wellarchitected.delete_lensMethod
delete_lens(client_request_token, lens_alias, lens_status)
delete_lens(client_request_token, lens_alias, lens_status, params::Dict{String,<:Any})

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. 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.

Arguments

  • client_request_token:
  • lens_alias:
  • lens_status: The status of the lens to be deleted.
source
Main.Wellarchitected.delete_lens_shareMethod
delete_lens_share(client_request_token, lens_alias, share_id)
delete_lens_share(client_request_token, lens_alias, share_id, params::Dict{String,<:Any})

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. 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.

Arguments

  • client_request_token:
  • lens_alias:
  • share_id:
source
Main.Wellarchitected.delete_profileMethod
delete_profile(client_request_token, profile_arn)
delete_profile(client_request_token, profile_arn, params::Dict{String,<:Any})

Delete a profile. 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.

Arguments

  • client_request_token:
  • profile_arn: The profile ARN.
source
Main.Wellarchitected.delete_profile_shareMethod
delete_profile_share(client_request_token, profile_arn, share_id)
delete_profile_share(client_request_token, profile_arn, share_id, params::Dict{String,<:Any})

Delete a profile share.

Arguments

  • client_request_token:
  • profile_arn: The profile ARN.
  • share_id:
source
Main.Wellarchitected.delete_workloadMethod
delete_workload(client_request_token, workload_id)
delete_workload(client_request_token, workload_id, params::Dict{String,<:Any})

Delete an existing workload.

Arguments

  • client_request_token:
  • workload_id:
source
Main.Wellarchitected.delete_workload_shareMethod
delete_workload_share(client_request_token, share_id, workload_id)
delete_workload_share(client_request_token, share_id, workload_id, params::Dict{String,<:Any})

Delete a workload share.

Arguments

  • client_request_token:
  • share_id:
  • workload_id:
source
Main.Wellarchitected.disassociate_lensesMethod
disassociate_lenses(lens_aliases, workload_id)
disassociate_lenses(lens_aliases, workload_id, params::Dict{String,<:Any})

Disassociate a lens from a workload. Up to 10 lenses can be disassociated from a workload in a single API operation. The Amazon Web Services Well-Architected Framework lens (wellarchitected) cannot be removed from a workload.

Arguments

  • lens_aliases:
  • workload_id:
source
Main.Wellarchitected.disassociate_profilesMethod
disassociate_profiles(profile_arns, workload_id)
disassociate_profiles(profile_arns, workload_id, params::Dict{String,<:Any})

Disassociate a profile from a workload.

Arguments

  • profile_arns: The list of profile ARNs to disassociate from the workload.
  • workload_id:
source
Main.Wellarchitected.export_lensMethod
export_lens(lens_alias)
export_lens(lens_alias, params::Dict{String,<:Any})

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. 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.

Arguments

  • lens_alias:

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "LensVersion": The lens version to be exported.
source
Main.Wellarchitected.get_answerMethod
get_answer(lens_alias, question_id, workload_id)
get_answer(lens_alias, question_id, workload_id, params::Dict{String,<:Any})

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

Arguments

  • lens_alias:
  • question_id:
  • workload_id:

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "MilestoneNumber":
source
Main.Wellarchitected.get_consolidated_reportMethod
get_consolidated_report(format)
get_consolidated_report(format, params::Dict{String,<:Any})

Get a consolidated report of your workloads. You can optionally choose to include workloads that have been shared with you.

Arguments

  • format: The format of the consolidated report. For PDF, Base64String is returned. For JSON, Metrics is returned.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "IncludeSharedResources": Set to true to have shared resources included in the report.
  • "MaxResults": The maximum number of results to return for this request.
  • "NextToken":
source
Main.Wellarchitected.get_lensMethod
get_lens(lens_alias)
get_lens(lens_alias, params::Dict{String,<:Any})

Get an existing lens.

Arguments

  • lens_alias:

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "LensVersion": The lens version to be retrieved.
source
Main.Wellarchitected.get_lens_reviewMethod
get_lens_review(lens_alias, workload_id)
get_lens_review(lens_alias, workload_id, params::Dict{String,<:Any})

Get lens review.

Arguments

  • lens_alias:
  • workload_id:

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "MilestoneNumber":
source
Main.Wellarchitected.get_lens_review_reportMethod
get_lens_review_report(lens_alias, workload_id)
get_lens_review_report(lens_alias, workload_id, params::Dict{String,<:Any})

Get lens review report.

Arguments

  • lens_alias:
  • workload_id:

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "MilestoneNumber":
source
Main.Wellarchitected.get_lens_version_differenceMethod
get_lens_version_difference(lens_alias)
get_lens_version_difference(lens_alias, params::Dict{String,<:Any})

Get lens version differences.

Arguments

  • lens_alias:

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "BaseLensVersion": The base version of the lens.
  • "TargetLensVersion": The lens version to target a difference for.
source
Main.Wellarchitected.get_milestoneMethod
get_milestone(milestone_number, workload_id)
get_milestone(milestone_number, workload_id, params::Dict{String,<:Any})

Get a milestone for an existing workload.

Arguments

  • milestone_number:
  • workload_id:
source
Main.Wellarchitected.get_profileMethod
get_profile(profile_arn)
get_profile(profile_arn, params::Dict{String,<:Any})

Get profile information.

Arguments

  • profile_arn: The profile ARN.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "ProfileVersion": The profile version.
source
Main.Wellarchitected.import_lensMethod
import_lens(client_request_token, jsonstring)
import_lens(client_request_token, jsonstring, params::Dict{String,<:Any})

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. 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.

Arguments

  • client_request_token:
  • jsonstring: The JSON representation of a lens.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "LensAlias":
  • "Tags": Tags to associate to a lens.
source
Main.Wellarchitected.list_answersMethod
list_answers(lens_alias, workload_id)
list_answers(lens_alias, workload_id, params::Dict{String,<:Any})

List of answers for a particular workload and lens.

Arguments

  • lens_alias:
  • workload_id:

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "MaxResults": The maximum number of results to return for this request.
  • "MilestoneNumber":
  • "NextToken":
  • "PillarId":
  • "QuestionPriority": The priority of the question.
source
Main.Wellarchitected.list_check_detailsMethod
list_check_details(choice_id, lens_arn, pillar_id, question_id, workload_id)
list_check_details(choice_id, lens_arn, pillar_id, question_id, workload_id, params::Dict{String,<:Any})

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

Arguments

  • choice_id:
  • lens_arn: Well-Architected Lens ARN.
  • pillar_id:
  • question_id:
  • workload_id:

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "MaxResults":
  • "NextToken":
source
Main.Wellarchitected.list_check_summariesMethod
list_check_summaries(choice_id, lens_arn, pillar_id, question_id, workload_id)
list_check_summaries(choice_id, lens_arn, pillar_id, question_id, workload_id, params::Dict{String,<:Any})

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

Arguments

  • choice_id:
  • lens_arn: Well-Architected Lens ARN.
  • pillar_id:
  • question_id:
  • workload_id:

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "MaxResults":
  • "NextToken":
source
Main.Wellarchitected.list_lens_review_improvementsMethod
list_lens_review_improvements(lens_alias, workload_id)
list_lens_review_improvements(lens_alias, workload_id, params::Dict{String,<:Any})

List lens review improvements.

Arguments

  • lens_alias:
  • workload_id:

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "MaxResults": The maximum number of results to return for this request.
  • "MilestoneNumber":
  • "NextToken":
  • "PillarId":
  • "QuestionPriority": The priority of the question.
source
Main.Wellarchitected.list_lens_reviewsMethod
list_lens_reviews(workload_id)
list_lens_reviews(workload_id, params::Dict{String,<:Any})

List lens reviews for a particular workload.

Arguments

  • workload_id:

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "MaxResults":
  • "MilestoneNumber":
  • "NextToken":
source
Main.Wellarchitected.list_lens_sharesMethod
list_lens_shares(lens_alias)
list_lens_shares(lens_alias, params::Dict{String,<:Any})

List the lens shares associated with the lens.

Arguments

  • lens_alias:

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "MaxResults": The maximum number of results to return for this request.
  • "NextToken":
  • "SharedWithPrefix": The Amazon Web Services account ID, IAM role, organization ID, or organizational unit (OU) ID with which the lens is shared.
  • "Status":
source
Main.Wellarchitected.list_lensesMethod
list_lenses()
list_lenses(params::Dict{String,<:Any})

List the available lenses.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "LensName":
  • "LensStatus": The status of lenses to be returned.
  • "LensType": The type of lenses to be returned.
  • "MaxResults":
  • "NextToken":
source
Main.Wellarchitected.list_milestonesMethod
list_milestones(workload_id)
list_milestones(workload_id, params::Dict{String,<:Any})

List all milestones for an existing workload.

Arguments

  • workload_id:

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "MaxResults":
  • "NextToken":
source
Main.Wellarchitected.list_notificationsMethod
list_notifications()
list_notifications(params::Dict{String,<:Any})

List lens notifications.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "MaxResults": The maximum number of results to return for this request.
  • "NextToken":
  • "WorkloadId":
source
Main.Wellarchitected.list_profile_notificationsMethod
list_profile_notifications()
list_profile_notifications(params::Dict{String,<:Any})

List profile notifications.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "MaxResults":
  • "NextToken":
  • "WorkloadId":
source
Main.Wellarchitected.list_profile_sharesMethod
list_profile_shares(profile_arn)
list_profile_shares(profile_arn, params::Dict{String,<:Any})

List profile shares.

Arguments

  • profile_arn: The profile ARN.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "MaxResults": The maximum number of results to return for this request.
  • "NextToken":
  • "SharedWithPrefix": The Amazon Web Services account ID, IAM role, organization ID, or organizational unit (OU) ID with which the profile is shared.
  • "Status":
source
Main.Wellarchitected.list_profilesMethod
list_profiles()
list_profiles(params::Dict{String,<:Any})

List profiles.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "MaxResults":
  • "NextToken":
  • "ProfileNamePrefix": Prefix for profile name.
  • "ProfileOwnerType": Profile owner type.
source
Main.Wellarchitected.list_share_invitationsMethod
list_share_invitations()
list_share_invitations(params::Dict{String,<:Any})

List the workload invitations.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "LensNamePrefix": An optional string added to the beginning of each lens name returned in the results.
  • "MaxResults": The maximum number of results to return for this request.
  • "NextToken":
  • "ProfileNamePrefix": Profile name prefix.
  • "ShareResourceType": The type of share invitations to be returned.
  • "WorkloadNamePrefix":
source
Main.Wellarchitected.list_tags_for_resourceMethod
list_tags_for_resource(workload_arn)
list_tags_for_resource(workload_arn, params::Dict{String,<:Any})

List the tags for a resource. The WorkloadArn parameter can be a workload ARN, a custom lens ARN, or a profile ARN.

Arguments

  • workload_arn:
source
Main.Wellarchitected.list_workload_sharesMethod
list_workload_shares(workload_id)
list_workload_shares(workload_id, params::Dict{String,<:Any})

List the workload shares associated with the workload.

Arguments

  • workload_id:

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "MaxResults": The maximum number of results to return for this request.
  • "NextToken":
  • "SharedWithPrefix": The Amazon Web Services account ID, IAM role, organization ID, or organizational unit (OU) ID with which the workload is shared.
  • "Status":
source
Main.Wellarchitected.list_workloadsMethod
list_workloads()
list_workloads(params::Dict{String,<:Any})

Paginated list of workloads.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "MaxResults": The maximum number of results to return for this request.
  • "NextToken":
  • "WorkloadNamePrefix":
source
Main.Wellarchitected.tag_resourceMethod
tag_resource(tags, workload_arn)
tag_resource(tags, workload_arn, params::Dict{String,<:Any})

Adds one or more tags to the specified resource. The WorkloadArn parameter can be a workload ARN, a custom lens ARN, or a profile ARN.

Arguments

  • tags: The tags for the resource.
  • workload_arn:
source
Main.Wellarchitected.untag_resourceMethod
untag_resource(workload_arn, tag_keys)
untag_resource(workload_arn, tag_keys, params::Dict{String,<:Any})

Deletes specified tags from a resource. The WorkloadArn parameter can be a workload ARN, a custom lens ARN, or a profile ARN. To specify multiple tags, use separate tagKeys parameters, for example: DELETE /tags/WorkloadArn?tagKeys=key1&amp;tagKeys=key2

Arguments

  • workload_arn:
  • tag_keys: A list of tag keys. Existing tags of the resource whose keys are members of this list are removed from the resource.
source
Main.Wellarchitected.update_answerMethod
update_answer(lens_alias, question_id, workload_id)
update_answer(lens_alias, question_id, workload_id, params::Dict{String,<:Any})

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

Arguments

  • lens_alias:
  • question_id:
  • workload_id:

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "ChoiceUpdates": A list of choices to update on a question in your workload. The String key corresponds to the choice ID to be updated.
  • "IsApplicable":
  • "Notes":
  • "Reason": The reason why a question is not applicable to your workload.
  • "SelectedChoices":
source
Main.Wellarchitected.update_global_settingsMethod
update_global_settings()
update_global_settings(params::Dict{String,<:Any})

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

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "DiscoveryIntegrationStatus": The status of discovery support settings.
  • "OrganizationSharingStatus": The status of organization sharing settings.
source
Main.Wellarchitected.update_lens_reviewMethod
update_lens_review(lens_alias, workload_id)
update_lens_review(lens_alias, workload_id, params::Dict{String,<:Any})

Update lens review for a particular workload.

Arguments

  • lens_alias:
  • workload_id:

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "LensNotes":
  • "PillarNotes":
source
Main.Wellarchitected.update_profileMethod
update_profile(profile_arn)
update_profile(profile_arn, params::Dict{String,<:Any})

Update a profile.

Arguments

  • profile_arn: The profile ARN.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "ProfileDescription": The profile description.
  • "ProfileQuestions": Profile questions.
source
Main.Wellarchitected.update_share_invitationMethod
update_share_invitation(share_invitation_action, share_invitation_id)
update_share_invitation(share_invitation_action, share_invitation_id, params::Dict{String,<:Any})

Update a workload or custom lens share invitation. This API operation can be called independently of any resource. Previous documentation implied that a workload ARN must be specified.

Arguments

  • share_invitation_action:
  • share_invitation_id: The ID assigned to the share invitation.
source
Main.Wellarchitected.update_workloadMethod
update_workload(workload_id)
update_workload(workload_id, params::Dict{String,<:Any})

Update an existing workload.

Arguments

  • workload_id:

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "AccountIds":
  • "Applications": List of AppRegistry application ARNs to associate to the workload.
  • "ArchitecturalDesign":
  • "AwsRegions":
  • "Description":
  • "DiscoveryConfig": Well-Architected discovery configuration settings to associate to the workload.
  • "Environment":
  • "ImprovementStatus":
  • "Industry":
  • "IndustryType":
  • "IsReviewOwnerUpdateAcknowledged": Flag indicating whether the workload owner has acknowledged that the Review owner field is required. If a Review owner is not added to the workload within 60 days of acknowledgement, access to the workload is restricted until an owner is added.
  • "NonAwsRegions":
  • "Notes":
  • "PillarPriorities":
  • "ReviewOwner":
  • "WorkloadName":
source
Main.Wellarchitected.update_workload_shareMethod
update_workload_share(permission_type, share_id, workload_id)
update_workload_share(permission_type, share_id, workload_id, params::Dict{String,<:Any})

Update a workload share.

Arguments

  • permission_type:
  • share_id:
  • workload_id:
source
Main.Wellarchitected.upgrade_lens_reviewMethod
upgrade_lens_review(lens_alias, milestone_name, workload_id)
upgrade_lens_review(lens_alias, milestone_name, workload_id, params::Dict{String,<:Any})

Upgrade lens review for a particular workload.

Arguments

  • lens_alias:
  • milestone_name:
  • workload_id:

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "ClientRequestToken":
source
Main.Wellarchitected.upgrade_profile_versionMethod
upgrade_profile_version(profile_arn, workload_id)
upgrade_profile_version(profile_arn, workload_id, params::Dict{String,<:Any})

Upgrade a profile.

Arguments

  • profile_arn: The profile ARN.
  • workload_id:

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "ClientRequestToken":
  • "MilestoneName":
source