View Source aws_wellarchitected (aws v0.3.1)
AWS Well-Architected Tool
This is the AWS Well-Architected Tool API Reference.
The AWS Well-Architected Tool API provides programmatic access to the AWS Well-Architected Tool in the AWS Management Console. For information about the AWS Well-Architected Tool, see the AWS Well-Architected Tool User Guide.Link to this section Summary
Functions
Associate a lens to a workload.
Create a milestone for an existing workload.
Create a new workload.
Create a workload share.
Delete an existing workload.
Delete a workload share.
Disassociate a lens from a workload.
Get lens review.
Get lens review.
Get lens review report.
Get lens version differences.
Get a milestone for an existing workload.
Get an existing workload.
List of answers.
List lens review improvements.
List lens reviews.
List the available lenses.
List all milestones for an existing workload.
List lens notifications.
List the workload invitations.
List the tags for a resource.
List the workload shares associated with the workload.
List workloads.
Adds one or more tags to the specified resource.
Deletes specified tags from a resource.
Update the answer to a specific question in a workload review.
Update lens review.
Update a workload invitation.
Update an existing workload.
Update a workload share.
Upgrade lens review.
Link to this section Functions
Create a new workload.
The owner of a workload can share the workload with other AWS accounts and IAM users in the same AWS Region. Only the owner of a workload can delete it.
For more information, see Defining a Workload in the AWS Well-Architected Tool User Guide.Disassociate a lens from a workload.
The AWS Well-Architected Framework lens (wellarchitected
) cannot be removed from a workload.
Link to this function
get_answer(Client, LensAlias, QuestionId, WorkloadId, QueryMap, HeadersMap)
View Source
Link to this function
get_answer(Client, LensAlias, QuestionId, WorkloadId, QueryMap, HeadersMap, Options0)
View Source
Link to this function
get_lens_review(Client, LensAlias, WorkloadId, QueryMap, HeadersMap)
View Source
Link to this function
get_lens_review(Client, LensAlias, WorkloadId, QueryMap, HeadersMap, Options0)
View Source
Link to this function
get_lens_review_report(Client, LensAlias, WorkloadId, QueryMap, HeadersMap)
View Source
Link to this function
get_lens_review_report(Client, LensAlias, WorkloadId, QueryMap, HeadersMap, Options0)
View Source
Link to this function
get_lens_version_difference(Client, LensAlias, BaseLensVersion, QueryMap, HeadersMap)
View Source
Link to this function
get_lens_version_difference(Client, LensAlias, BaseLensVersion, QueryMap, HeadersMap, Options0)
View Source
Link to this function
get_milestone(Client, MilestoneNumber, WorkloadId, QueryMap, HeadersMap)
View Source
Link to this function
get_milestone(Client, MilestoneNumber, WorkloadId, QueryMap, HeadersMap, Options0)
View Source
Link to this function
list_answers(Client, LensAlias, WorkloadId, QueryMap, HeadersMap, Options0)
View Source
Link to this function
list_lens_review_improvements(Client, LensAlias, WorkloadId, QueryMap, HeadersMap)
View Source
Link to this function
list_lens_review_improvements(Client, LensAlias, WorkloadId, QueryMap, HeadersMap, Options0)
View Source
Link to this function
list_lens_reviews(Client, WorkloadId, QueryMap, HeadersMap, Options0)
View Source
Link to this function
list_tags_for_resource(Client, WorkloadArn, QueryMap, HeadersMap, Options0)
View SourceList workloads.
Paginated.
Link to this function
update_answer(Client, LensAlias, QuestionId, WorkloadId, Input0, Options0)
View Source
Link to this function
update_lens_review(Client, LensAlias, WorkloadId, Input0, Options0)
View Source
Link to this function