Wellarchitected
This page documents function available when using the Wellarchitected
module, created with @service Wellarchitected
.
Index
Main.Wellarchitected.associate_lenses
Main.Wellarchitected.associate_profiles
Main.Wellarchitected.create_lens_share
Main.Wellarchitected.create_lens_version
Main.Wellarchitected.create_milestone
Main.Wellarchitected.create_profile
Main.Wellarchitected.create_profile_share
Main.Wellarchitected.create_review_template
Main.Wellarchitected.create_template_share
Main.Wellarchitected.create_workload
Main.Wellarchitected.create_workload_share
Main.Wellarchitected.delete_lens
Main.Wellarchitected.delete_lens_share
Main.Wellarchitected.delete_profile
Main.Wellarchitected.delete_profile_share
Main.Wellarchitected.delete_review_template
Main.Wellarchitected.delete_template_share
Main.Wellarchitected.delete_workload
Main.Wellarchitected.delete_workload_share
Main.Wellarchitected.disassociate_lenses
Main.Wellarchitected.disassociate_profiles
Main.Wellarchitected.export_lens
Main.Wellarchitected.get_answer
Main.Wellarchitected.get_consolidated_report
Main.Wellarchitected.get_global_settings
Main.Wellarchitected.get_lens
Main.Wellarchitected.get_lens_review
Main.Wellarchitected.get_lens_review_report
Main.Wellarchitected.get_lens_version_difference
Main.Wellarchitected.get_milestone
Main.Wellarchitected.get_profile
Main.Wellarchitected.get_profile_template
Main.Wellarchitected.get_review_template
Main.Wellarchitected.get_review_template_answer
Main.Wellarchitected.get_review_template_lens_review
Main.Wellarchitected.get_workload
Main.Wellarchitected.import_lens
Main.Wellarchitected.list_answers
Main.Wellarchitected.list_check_details
Main.Wellarchitected.list_check_summaries
Main.Wellarchitected.list_lens_review_improvements
Main.Wellarchitected.list_lens_reviews
Main.Wellarchitected.list_lens_shares
Main.Wellarchitected.list_lenses
Main.Wellarchitected.list_milestones
Main.Wellarchitected.list_notifications
Main.Wellarchitected.list_profile_notifications
Main.Wellarchitected.list_profile_shares
Main.Wellarchitected.list_profiles
Main.Wellarchitected.list_review_template_answers
Main.Wellarchitected.list_review_templates
Main.Wellarchitected.list_share_invitations
Main.Wellarchitected.list_tags_for_resource
Main.Wellarchitected.list_template_shares
Main.Wellarchitected.list_workload_shares
Main.Wellarchitected.list_workloads
Main.Wellarchitected.tag_resource
Main.Wellarchitected.untag_resource
Main.Wellarchitected.update_answer
Main.Wellarchitected.update_global_settings
Main.Wellarchitected.update_integration
Main.Wellarchitected.update_lens_review
Main.Wellarchitected.update_profile
Main.Wellarchitected.update_review_template
Main.Wellarchitected.update_review_template_answer
Main.Wellarchitected.update_review_template_lens_review
Main.Wellarchitected.update_share_invitation
Main.Wellarchitected.update_workload
Main.Wellarchitected.update_workload_share
Main.Wellarchitected.upgrade_lens_review
Main.Wellarchitected.upgrade_profile_version
Main.Wellarchitected.upgrade_review_template_lens_review
Documentation
Main.Wellarchitected.associate_lenses
— Methodassociate_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
:
Main.Wellarchitected.associate_profiles
— Methodassociate_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
:
Main.Wellarchitected.create_lens_share
— Methodcreate_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
:
Main.Wellarchitected.create_lens_version
— Methodcreate_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.
Main.Wellarchitected.create_milestone
— Methodcreate_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
:
Main.Wellarchitected.create_profile
— Methodcreate_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.
Main.Wellarchitected.create_profile_share
— Methodcreate_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
:
Main.Wellarchitected.create_review_template
— Methodcreate_review_template(client_request_token, description, lenses, template_name)
create_review_template(client_request_token, description, lenses, template_name, params::Dict{String,<:Any})
Create a review template. 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.
Arguments
client_request_token
:description
: The review template description.lenses
: Lenses applied to the review template.template_name
: Name of the review template.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"Notes"
:"Tags"
: The tags assigned to the review template.
Main.Wellarchitected.create_template_share
— Methodcreate_template_share(client_request_token, shared_with, template_arn)
create_template_share(client_request_token, shared_with, template_arn, params::Dict{String,<:Any})
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. 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.
Arguments
client_request_token
:shared_with
:template_arn
: The review template ARN.
Main.Wellarchitected.create_workload
— Methodcreate_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. When creating a workload using a review template, you must have the following IAM permissions: wellarchitected:GetReviewTemplate wellarchitected:GetReviewTemplateAnswer wellarchitected:ListReviewTemplateAnswers wellarchitected:GetReviewTemplateLensReview
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"
:"JiraConfiguration"
: Jira configuration settings when creating a workload."NonAwsRegions"
:"Notes"
:"PillarPriorities"
:"ProfileArns"
: The list of profile ARNs associated with the workload."ReviewOwner"
:"ReviewTemplateArns"
: The list of review template ARNs to associate with the workload."Tags"
: The tags to be associated with the workload.
Main.Wellarchitected.create_workload_share
— Methodcreate_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
:
Main.Wellarchitected.delete_lens
— Methoddelete_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.
Main.Wellarchitected.delete_lens_share
— Methoddelete_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
:
Main.Wellarchitected.delete_profile
— Methoddelete_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.
Main.Wellarchitected.delete_profile_share
— Methoddelete_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
:
Main.Wellarchitected.delete_review_template
— Methoddelete_review_template(client_request_token, template_arn)
delete_review_template(client_request_token, template_arn, params::Dict{String,<:Any})
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.
Arguments
client_request_token
:template_arn
: The review template ARN.
Main.Wellarchitected.delete_template_share
— Methoddelete_template_share(client_request_token, share_id, template_arn)
delete_template_share(client_request_token, share_id, template_arn, params::Dict{String,<:Any})
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.
Arguments
client_request_token
:share_id
:template_arn
: The review template ARN.
Main.Wellarchitected.delete_workload
— Methoddelete_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
:
Main.Wellarchitected.delete_workload_share
— Methoddelete_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
:
Main.Wellarchitected.disassociate_lenses
— Methoddisassociate_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
:
Main.Wellarchitected.disassociate_profiles
— Methoddisassociate_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
:
Main.Wellarchitected.export_lens
— Methodexport_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.
Main.Wellarchitected.get_answer
— Methodget_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"
:
Main.Wellarchitected.get_consolidated_report
— Methodget_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"
:
Main.Wellarchitected.get_global_settings
— Methodget_global_settings()
get_global_settings(params::Dict{String,<:Any})
Global settings for all workloads.
Main.Wellarchitected.get_lens
— Methodget_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.
Main.Wellarchitected.get_lens_review
— Methodget_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"
:
Main.Wellarchitected.get_lens_review_report
— Methodget_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"
:
Main.Wellarchitected.get_lens_version_difference
— Methodget_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.
Main.Wellarchitected.get_milestone
— Methodget_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
:
Main.Wellarchitected.get_profile
— Methodget_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.
Main.Wellarchitected.get_profile_template
— Methodget_profile_template()
get_profile_template(params::Dict{String,<:Any})
Get profile template.
Main.Wellarchitected.get_review_template
— Methodget_review_template(template_arn)
get_review_template(template_arn, params::Dict{String,<:Any})
Get review template.
Arguments
template_arn
: The review template ARN.
Main.Wellarchitected.get_review_template_answer
— Methodget_review_template_answer(lens_alias, question_id, template_arn)
get_review_template_answer(lens_alias, question_id, template_arn, params::Dict{String,<:Any})
Get review template answer.
Arguments
lens_alias
:question_id
:template_arn
: The review template ARN.
Main.Wellarchitected.get_review_template_lens_review
— Methodget_review_template_lens_review(lens_alias, template_arn)
get_review_template_lens_review(lens_alias, template_arn, params::Dict{String,<:Any})
Get a lens review associated with a review template.
Arguments
lens_alias
:template_arn
: The review template ARN.
Main.Wellarchitected.get_workload
— Methodget_workload(workload_id)
get_workload(workload_id, params::Dict{String,<:Any})
Get an existing workload.
Arguments
workload_id
:
Main.Wellarchitected.import_lens
— Methodimport_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.
Main.Wellarchitected.list_answers
— Methodlist_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.
Main.Wellarchitected.list_check_details
— Methodlist_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"
:
Main.Wellarchitected.list_check_summaries
— Methodlist_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"
:
Main.Wellarchitected.list_lens_review_improvements
— Methodlist_lens_review_improvements(lens_alias, workload_id)
list_lens_review_improvements(lens_alias, workload_id, params::Dict{String,<:Any})
List the improvements of a particular lens review.
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.
Main.Wellarchitected.list_lens_reviews
— Methodlist_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"
:
Main.Wellarchitected.list_lens_shares
— Methodlist_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, organization ID, or organizational unit (OU) ID with which the lens is shared."Status"
:
Main.Wellarchitected.list_lenses
— Methodlist_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"
:
Main.Wellarchitected.list_milestones
— Methodlist_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"
:
Main.Wellarchitected.list_notifications
— Methodlist_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"
:"ResourceArn"
: The ARN for the related resource for the notification. Only one of WorkloadID or ResourceARN should be specified."WorkloadId"
:
Main.Wellarchitected.list_profile_notifications
— Methodlist_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"
:
Main.Wellarchitected.list_profile_shares
— Methodlist_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, organization ID, or organizational unit (OU) ID with which the profile is shared."Status"
:
Main.Wellarchitected.list_profiles
— Methodlist_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"
: An optional string added to the beginning of each profile name returned in the results."ProfileOwnerType"
: Profile owner type.
Main.Wellarchitected.list_review_template_answers
— Methodlist_review_template_answers(lens_alias, template_arn)
list_review_template_answers(lens_alias, template_arn, params::Dict{String,<:Any})
List the answers of a review template.
Arguments
lens_alias
:template_arn
: The ARN of the review template.
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"
:"PillarId"
:
Main.Wellarchitected.list_review_templates
— Methodlist_review_templates()
list_review_templates(params::Dict{String,<:Any})
List review templates.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"MaxResults"
:"NextToken"
:
Main.Wellarchitected.list_share_invitations
— Methodlist_share_invitations()
list_share_invitations(params::Dict{String,<:Any})
List the share invitations. WorkloadNamePrefix, LensNamePrefix, ProfileNamePrefix, and TemplateNamePrefix are mutually exclusive. Use the parameter that matches your ShareResourceType.
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"
: An optional string added to the beginning of each profile name returned in the results."ShareResourceType"
: The type of share invitations to be returned."TemplateNamePrefix"
: An optional string added to the beginning of each review template name returned in the results."WorkloadNamePrefix"
:
Main.Wellarchitected.list_tags_for_resource
— Methodlist_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, a profile ARN, or review template ARN.
Arguments
workload_arn
:
Main.Wellarchitected.list_template_shares
— Methodlist_template_shares(template_arn)
list_template_shares(template_arn, params::Dict{String,<:Any})
List review template shares.
Arguments
template_arn
: The review template 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, organization ID, or organizational unit (OU) ID with which the profile is shared."Status"
:
Main.Wellarchitected.list_workload_shares
— Methodlist_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, organization ID, or organizational unit (OU) ID with which the workload is shared."Status"
:
Main.Wellarchitected.list_workloads
— Methodlist_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"
:
Main.Wellarchitected.tag_resource
— Methodtag_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, a profile ARN, or review template ARN.
Arguments
tags
: The tags for the resource.workload_arn
:
Main.Wellarchitected.untag_resource
— Methoduntag_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, a profile ARN, or review template ARN. To specify multiple tags, use separate tagKeys parameters, for example: DELETE /tags/WorkloadArn?tagKeys=key1&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.
Main.Wellarchitected.update_answer
— Methodupdate_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"
:
Main.Wellarchitected.update_global_settings
— Methodupdate_global_settings()
update_global_settings(params::Dict{String,<:Any})
Update 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."JiraConfiguration"
: The status of Jira integration settings."OrganizationSharingStatus"
: The status of organization sharing settings.
Main.Wellarchitected.update_integration
— Methodupdate_integration(client_request_token, integrating_service, workload_id)
update_integration(client_request_token, integrating_service, workload_id, params::Dict{String,<:Any})
Update integration features.
Arguments
client_request_token
:integrating_service
: Which integrated service to update.workload_id
:
Main.Wellarchitected.update_lens_review
— Methodupdate_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:
"JiraConfiguration"
: Configuration of the Jira integration."LensNotes"
:"PillarNotes"
:
Main.Wellarchitected.update_profile
— Methodupdate_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.
Main.Wellarchitected.update_review_template
— Methodupdate_review_template(template_arn)
update_review_template(template_arn, params::Dict{String,<:Any})
Update a review template.
Arguments
template_arn
: The review template ARN.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"Description"
: The review template description."LensesToAssociate"
: A list of lens aliases or ARNs to apply to the review template."LensesToDisassociate"
: A list of lens aliases or ARNs to unapply to the review template. The wellarchitected lens cannot be unapplied."Notes"
:"TemplateName"
: The review template name.
Main.Wellarchitected.update_review_template_answer
— Methodupdate_review_template_answer(lens_alias, question_id, template_arn)
update_review_template_answer(lens_alias, question_id, template_arn, params::Dict{String,<:Any})
Update a review template answer.
Arguments
lens_alias
:question_id
:template_arn
: The review template ARN.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"ChoiceUpdates"
: A list of choices to be updated."IsApplicable"
:"Notes"
:"Reason"
: The update reason."SelectedChoices"
:
Main.Wellarchitected.update_review_template_lens_review
— Methodupdate_review_template_lens_review(lens_alias, template_arn)
update_review_template_lens_review(lens_alias, template_arn, params::Dict{String,<:Any})
Update a lens review associated with a review template.
Arguments
lens_alias
:template_arn
: The review template ARN.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"LensNotes"
:"PillarNotes"
:
Main.Wellarchitected.update_share_invitation
— Methodupdate_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.
Main.Wellarchitected.update_workload
— Methodupdate_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."JiraConfiguration"
: Configuration of the Jira integration."NonAwsRegions"
:"Notes"
:"PillarPriorities"
:"ReviewOwner"
:"WorkloadName"
:
Main.Wellarchitected.update_workload_share
— Methodupdate_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
:
Main.Wellarchitected.upgrade_lens_review
— Methodupgrade_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"
:
Main.Wellarchitected.upgrade_profile_version
— Methodupgrade_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"
:
Main.Wellarchitected.upgrade_review_template_lens_review
— Methodupgrade_review_template_lens_review(lens_alias, template_arn)
upgrade_review_template_lens_review(lens_alias, template_arn, params::Dict{String,<:Any})
Upgrade the lens review of a review template.
Arguments
lens_alias
:template_arn
: The ARN of the review template.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"ClientRequestToken"
: