@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSWellArchitected
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSWellArchitected
instead.
This is the Well-Architected Tool API Reference. The WA Tool API provides programmatic access to the Well-Architected Tool in the Amazon Web Services Management Console. For information about the Well-Architected Tool, see the Well-Architected Tool User Guide.
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
Modifier and Type | Method and Description |
---|---|
AssociateLensesResult |
associateLenses(AssociateLensesRequest associateLensesRequest)
Associate a lens to a workload.
|
CreateLensShareResult |
createLensShare(CreateLensShareRequest createLensShareRequest)
Create a lens share.
|
CreateLensVersionResult |
createLensVersion(CreateLensVersionRequest createLensVersionRequest)
Create a new lens version.
|
CreateMilestoneResult |
createMilestone(CreateMilestoneRequest createMilestoneRequest)
Create a milestone for an existing workload.
|
CreateWorkloadResult |
createWorkload(CreateWorkloadRequest createWorkloadRequest)
Create a new workload.
|
CreateWorkloadShareResult |
createWorkloadShare(CreateWorkloadShareRequest createWorkloadShareRequest)
Create a workload share.
|
DeleteLensResult |
deleteLens(DeleteLensRequest deleteLensRequest)
Delete an existing lens.
|
DeleteLensShareResult |
deleteLensShare(DeleteLensShareRequest deleteLensShareRequest)
Delete a lens share.
|
DeleteWorkloadResult |
deleteWorkload(DeleteWorkloadRequest deleteWorkloadRequest)
Delete an existing workload.
|
DeleteWorkloadShareResult |
deleteWorkloadShare(DeleteWorkloadShareRequest deleteWorkloadShareRequest)
Delete a workload share.
|
DisassociateLensesResult |
disassociateLenses(DisassociateLensesRequest disassociateLensesRequest)
Disassociate a lens from a workload.
|
ExportLensResult |
exportLens(ExportLensRequest exportLensRequest)
Export an existing lens.
|
GetAnswerResult |
getAnswer(GetAnswerRequest getAnswerRequest)
Get the answer to a specific question in a workload review.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetConsolidatedReportResult |
getConsolidatedReport(GetConsolidatedReportRequest getConsolidatedReportRequest)
Get a consolidated report of your workloads.
|
GetLensResult |
getLens(GetLensRequest getLensRequest)
Get an existing lens.
|
GetLensReviewResult |
getLensReview(GetLensReviewRequest getLensReviewRequest)
Get lens review.
|
GetLensReviewReportResult |
getLensReviewReport(GetLensReviewReportRequest getLensReviewReportRequest)
Get lens review report.
|
GetLensVersionDifferenceResult |
getLensVersionDifference(GetLensVersionDifferenceRequest getLensVersionDifferenceRequest)
Get lens version differences.
|
GetMilestoneResult |
getMilestone(GetMilestoneRequest getMilestoneRequest)
Get a milestone for an existing workload.
|
GetWorkloadResult |
getWorkload(GetWorkloadRequest getWorkloadRequest)
Get an existing workload.
|
ImportLensResult |
importLens(ImportLensRequest importLensRequest)
Import a new custom lens or update an existing custom lens.
|
ListAnswersResult |
listAnswers(ListAnswersRequest listAnswersRequest)
List of answers for a particular workload and lens.
|
ListCheckDetailsResult |
listCheckDetails(ListCheckDetailsRequest listCheckDetailsRequest)
List of Trusted Advisor check details by account related to the workload.
|
ListCheckSummariesResult |
listCheckSummaries(ListCheckSummariesRequest listCheckSummariesRequest)
List of Trusted Advisor checks summarized for all accounts related to the workload.
|
ListLensesResult |
listLenses(ListLensesRequest listLensesRequest)
List the available lenses.
|
ListLensReviewImprovementsResult |
listLensReviewImprovements(ListLensReviewImprovementsRequest listLensReviewImprovementsRequest)
List lens review improvements.
|
ListLensReviewsResult |
listLensReviews(ListLensReviewsRequest listLensReviewsRequest)
List lens reviews for a particular workload.
|
ListLensSharesResult |
listLensShares(ListLensSharesRequest listLensSharesRequest)
List the lens shares associated with the lens.
|
ListMilestonesResult |
listMilestones(ListMilestonesRequest listMilestonesRequest)
List all milestones for an existing workload.
|
ListNotificationsResult |
listNotifications(ListNotificationsRequest listNotificationsRequest)
List lens notifications.
|
ListShareInvitationsResult |
listShareInvitations(ListShareInvitationsRequest listShareInvitationsRequest)
List the workload invitations.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List the tags for a resource.
|
ListWorkloadsResult |
listWorkloads(ListWorkloadsRequest listWorkloadsRequest)
Paginated list of workloads.
|
ListWorkloadSharesResult |
listWorkloadShares(ListWorkloadSharesRequest listWorkloadSharesRequest)
List the workload shares associated with the workload.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest tagResourceRequest)
Adds one or more tags to the specified resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest untagResourceRequest)
Deletes specified tags from a resource.
|
UpdateAnswerResult |
updateAnswer(UpdateAnswerRequest updateAnswerRequest)
Update the answer to a specific question in a workload review.
|
UpdateGlobalSettingsResult |
updateGlobalSettings(UpdateGlobalSettingsRequest updateGlobalSettingsRequest)
Updates whether the Amazon Web Services account is opted into organization sharing features.
|
UpdateLensReviewResult |
updateLensReview(UpdateLensReviewRequest updateLensReviewRequest)
Update lens review for a particular workload.
|
UpdateShareInvitationResult |
updateShareInvitation(UpdateShareInvitationRequest updateShareInvitationRequest)
Update a workload or custom lens share invitation.
|
UpdateWorkloadResult |
updateWorkload(UpdateWorkloadRequest updateWorkloadRequest)
Update an existing workload.
|
UpdateWorkloadShareResult |
updateWorkloadShare(UpdateWorkloadShareRequest updateWorkloadShareRequest)
Update a workload share.
|
UpgradeLensReviewResult |
upgradeLensReview(UpgradeLensReviewRequest upgradeLensReviewRequest)
Upgrade lens review for a particular workload.
|
static final String ENDPOINT_PREFIX
AssociateLensesResult associateLenses(AssociateLensesRequest associateLensesRequest)
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.
associateLensesRequest
- Input to associate lens reviews.ValidationException
- The user input is not valid.ResourceNotFoundException
- The requested resource was not found.ConflictException
- The resource has already been processed, was deleted, or is too large.InternalServerException
- There is a problem with the Well-Architected Tool API service.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.CreateLensShareResult createLensShare(CreateLensShareRequest createLensShareRequest)
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.
createLensShareRequest
- ValidationException
- The user input is not valid.ConflictException
- The resource has already been processed, was deleted, or is too large.InternalServerException
- There is a problem with the Well-Architected Tool API service.ResourceNotFoundException
- The requested resource was not found.ServiceQuotaExceededException
- The user has reached their resource quota.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.CreateLensVersionResult createLensVersion(CreateLensVersionRequest createLensVersionRequest)
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.
createLensVersionRequest
- ValidationException
- The user input is not valid.ResourceNotFoundException
- The requested resource was not found.ServiceQuotaExceededException
- The user has reached their resource quota.ConflictException
- The resource has already been processed, was deleted, or is too large.InternalServerException
- There is a problem with the Well-Architected Tool API service.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.CreateMilestoneResult createMilestone(CreateMilestoneRequest createMilestoneRequest)
Create a milestone for an existing workload.
createMilestoneRequest
- Input for milestone creation.ValidationException
- The user input is not valid.ConflictException
- The resource has already been processed, was deleted, or is too large.InternalServerException
- There is a problem with the Well-Architected Tool API service.ResourceNotFoundException
- The requested resource was not found.ServiceQuotaExceededException
- The user has reached their resource quota.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.CreateWorkloadResult createWorkload(CreateWorkloadRequest createWorkloadRequest)
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.
createWorkloadRequest
- Input for workload creation.ValidationException
- The user input is not valid.ConflictException
- The resource has already been processed, was deleted, or is too large.ServiceQuotaExceededException
- The user has reached their resource quota.InternalServerException
- There is a problem with the Well-Architected Tool API service.AccessDeniedException
- User does not have sufficient access to perform this action.ResourceNotFoundException
- The requested resource was not found.ThrottlingException
- Request was denied due to request throttling.CreateWorkloadShareResult createWorkloadShare(CreateWorkloadShareRequest createWorkloadShareRequest)
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.
createWorkloadShareRequest
- Input for Create Workload ShareValidationException
- The user input is not valid.ConflictException
- The resource has already been processed, was deleted, or is too large.InternalServerException
- There is a problem with the Well-Architected Tool API service.ResourceNotFoundException
- The requested resource was not found.ServiceQuotaExceededException
- The user has reached their resource quota.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.DeleteLensResult deleteLens(DeleteLensRequest deleteLensRequest)
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.
deleteLensRequest
- ValidationException
- The user input is not valid.ResourceNotFoundException
- The requested resource was not found.ConflictException
- The resource has already been processed, was deleted, or is too large.InternalServerException
- There is a problem with the Well-Architected Tool API service.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.DeleteLensShareResult deleteLensShare(DeleteLensShareRequest deleteLensShareRequest)
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.
deleteLensShareRequest
- ValidationException
- The user input is not valid.InternalServerException
- There is a problem with the Well-Architected Tool API service.ResourceNotFoundException
- The requested resource was not found.ConflictException
- The resource has already been processed, was deleted, or is too large.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.DeleteWorkloadResult deleteWorkload(DeleteWorkloadRequest deleteWorkloadRequest)
Delete an existing workload.
deleteWorkloadRequest
- Input for workload deletion.ValidationException
- The user input is not valid.ResourceNotFoundException
- The requested resource was not found.ConflictException
- The resource has already been processed, was deleted, or is too large.InternalServerException
- There is a problem with the Well-Architected Tool API service.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.DeleteWorkloadShareResult deleteWorkloadShare(DeleteWorkloadShareRequest deleteWorkloadShareRequest)
Delete a workload share.
deleteWorkloadShareRequest
- Input for Delete Workload ShareValidationException
- The user input is not valid.InternalServerException
- There is a problem with the Well-Architected Tool API service.ResourceNotFoundException
- The requested resource was not found.ConflictException
- The resource has already been processed, was deleted, or is too large.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.DisassociateLensesResult disassociateLenses(DisassociateLensesRequest disassociateLensesRequest)
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.
disassociateLensesRequest
- Input to disassociate lens reviews.ValidationException
- The user input is not valid.ResourceNotFoundException
- The requested resource was not found.ConflictException
- The resource has already been processed, was deleted, or is too large.InternalServerException
- There is a problem with the Well-Architected Tool API service.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.ExportLensResult exportLens(ExportLensRequest exportLensRequest)
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.
exportLensRequest
- ValidationException
- The user input is not valid.ResourceNotFoundException
- The requested resource was not found.InternalServerException
- There is a problem with the Well-Architected Tool API service.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.GetAnswerResult getAnswer(GetAnswerRequest getAnswerRequest)
Get the answer to a specific question in a workload review.
getAnswerRequest
- Input to get answer.ValidationException
- The user input is not valid.ResourceNotFoundException
- The requested resource was not found.InternalServerException
- There is a problem with the Well-Architected Tool API service.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.GetConsolidatedReportResult getConsolidatedReport(GetConsolidatedReportRequest getConsolidatedReportRequest)
Get a consolidated report of your workloads.
You can optionally choose to include workloads that have been shared with you.
getConsolidatedReportRequest
- ValidationException
- The user input is not valid.InternalServerException
- There is a problem with the Well-Architected Tool API service.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.ConflictException
- The resource has already been processed, was deleted, or is too large.GetLensResult getLens(GetLensRequest getLensRequest)
Get an existing lens.
getLensRequest
- ValidationException
- The user input is not valid.ResourceNotFoundException
- The requested resource was not found.InternalServerException
- There is a problem with the Well-Architected Tool API service.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.GetLensReviewResult getLensReview(GetLensReviewRequest getLensReviewRequest)
Get lens review.
getLensReviewRequest
- Input to get lens review.ValidationException
- The user input is not valid.ResourceNotFoundException
- The requested resource was not found.InternalServerException
- There is a problem with the Well-Architected Tool API service.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.GetLensReviewReportResult getLensReviewReport(GetLensReviewReportRequest getLensReviewReportRequest)
Get lens review report.
getLensReviewReportRequest
- Input to get lens review report.ValidationException
- The user input is not valid.ResourceNotFoundException
- The requested resource was not found.InternalServerException
- There is a problem with the Well-Architected Tool API service.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.GetLensVersionDifferenceResult getLensVersionDifference(GetLensVersionDifferenceRequest getLensVersionDifferenceRequest)
Get lens version differences.
getLensVersionDifferenceRequest
- ValidationException
- The user input is not valid.ResourceNotFoundException
- The requested resource was not found.InternalServerException
- There is a problem with the Well-Architected Tool API service.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.GetMilestoneResult getMilestone(GetMilestoneRequest getMilestoneRequest)
Get a milestone for an existing workload.
getMilestoneRequest
- Input to get a milestone.ValidationException
- The user input is not valid.ResourceNotFoundException
- The requested resource was not found.InternalServerException
- There is a problem with the Well-Architected Tool API service.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.GetWorkloadResult getWorkload(GetWorkloadRequest getWorkloadRequest)
Get an existing workload.
getWorkloadRequest
- Input to get a workload.ValidationException
- The user input is not valid.ResourceNotFoundException
- The requested resource was not found.InternalServerException
- There is a problem with the Well-Architected Tool API service.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.ImportLensResult importLens(ImportLensRequest importLensRequest)
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.
importLensRequest
- ValidationException
- The user input is not valid.ConflictException
- The resource has already been processed, was deleted, or is too large.ResourceNotFoundException
- The requested resource was not found.ServiceQuotaExceededException
- The user has reached their resource quota.InternalServerException
- There is a problem with the Well-Architected Tool API service.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.ListAnswersResult listAnswers(ListAnswersRequest listAnswersRequest)
List of answers for a particular workload and lens.
listAnswersRequest
- Input to list answers.ValidationException
- The user input is not valid.InternalServerException
- There is a problem with the Well-Architected Tool API service.ResourceNotFoundException
- The requested resource was not found.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.ListCheckDetailsResult listCheckDetails(ListCheckDetailsRequest listCheckDetailsRequest)
List of Trusted Advisor check details by account related to the workload.
listCheckDetailsRequest
- ValidationException
- The user input is not valid.ResourceNotFoundException
- The requested resource was not found.InternalServerException
- There is a problem with the Well-Architected Tool API service.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.ListCheckSummariesResult listCheckSummaries(ListCheckSummariesRequest listCheckSummariesRequest)
List of Trusted Advisor checks summarized for all accounts related to the workload.
listCheckSummariesRequest
- ValidationException
- The user input is not valid.ResourceNotFoundException
- The requested resource was not found.InternalServerException
- There is a problem with the Well-Architected Tool API service.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.ListLensReviewImprovementsResult listLensReviewImprovements(ListLensReviewImprovementsRequest listLensReviewImprovementsRequest)
List lens review improvements.
listLensReviewImprovementsRequest
- Input to list lens review improvements.ValidationException
- The user input is not valid.InternalServerException
- There is a problem with the Well-Architected Tool API service.ResourceNotFoundException
- The requested resource was not found.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.ListLensReviewsResult listLensReviews(ListLensReviewsRequest listLensReviewsRequest)
List lens reviews for a particular workload.
listLensReviewsRequest
- Input to list lens reviews.ValidationException
- The user input is not valid.InternalServerException
- There is a problem with the Well-Architected Tool API service.ResourceNotFoundException
- The requested resource was not found.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.ListLensSharesResult listLensShares(ListLensSharesRequest listLensSharesRequest)
List the lens shares associated with the lens.
listLensSharesRequest
- ValidationException
- The user input is not valid.InternalServerException
- There is a problem with the Well-Architected Tool API service.ResourceNotFoundException
- The requested resource was not found.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.ListLensesResult listLenses(ListLensesRequest listLensesRequest)
List the available lenses.
listLensesRequest
- Input to list lenses.ValidationException
- The user input is not valid.InternalServerException
- There is a problem with the Well-Architected Tool API service.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.ListMilestonesResult listMilestones(ListMilestonesRequest listMilestonesRequest)
List all milestones for an existing workload.
listMilestonesRequest
- Input to list all milestones for a workload.ValidationException
- The user input is not valid.InternalServerException
- There is a problem with the Well-Architected Tool API service.ResourceNotFoundException
- The requested resource was not found.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.ListNotificationsResult listNotifications(ListNotificationsRequest listNotificationsRequest)
List lens notifications.
listNotificationsRequest
- ValidationException
- The user input is not valid.InternalServerException
- There is a problem with the Well-Architected Tool API service.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.ListShareInvitationsResult listShareInvitations(ListShareInvitationsRequest listShareInvitationsRequest)
List the workload invitations.
listShareInvitationsRequest
- Input for List Share InvitationsValidationException
- The user input is not valid.InternalServerException
- There is a problem with the Well-Architected Tool API service.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List the tags for a resource.
The WorkloadArn parameter can be either a workload ARN or a custom lens ARN.
listTagsForResourceRequest
- InternalServerException
- There is a problem with the Well-Architected Tool API service.ResourceNotFoundException
- The requested resource was not found.ListWorkloadSharesResult listWorkloadShares(ListWorkloadSharesRequest listWorkloadSharesRequest)
List the workload shares associated with the workload.
listWorkloadSharesRequest
- Input for List Workload ShareValidationException
- The user input is not valid.InternalServerException
- There is a problem with the Well-Architected Tool API service.ResourceNotFoundException
- The requested resource was not found.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.ListWorkloadsResult listWorkloads(ListWorkloadsRequest listWorkloadsRequest)
Paginated list of workloads.
listWorkloadsRequest
- Input to list all workloads.ValidationException
- The user input is not valid.InternalServerException
- There is a problem with the Well-Architected Tool API service.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.TagResourceResult tagResource(TagResourceRequest tagResourceRequest)
Adds one or more tags to the specified resource.
The WorkloadArn parameter can be either a workload ARN or a custom lens ARN.
tagResourceRequest
- InternalServerException
- There is a problem with the Well-Architected Tool API service.ResourceNotFoundException
- The requested resource was not found.UntagResourceResult untagResource(UntagResourceRequest untagResourceRequest)
Deletes specified tags from a resource.
The WorkloadArn parameter can be either a workload ARN or a custom lens ARN.
To specify multiple tags, use separate tagKeys parameters, for example:
DELETE /tags/WorkloadArn?tagKeys=key1&tagKeys=key2
untagResourceRequest
- InternalServerException
- There is a problem with the Well-Architected Tool API service.ResourceNotFoundException
- The requested resource was not found.UpdateAnswerResult updateAnswer(UpdateAnswerRequest updateAnswerRequest)
Update the answer to a specific question in a workload review.
updateAnswerRequest
- Input to update answer.ValidationException
- The user input is not valid.ResourceNotFoundException
- The requested resource was not found.ConflictException
- The resource has already been processed, was deleted, or is too large.InternalServerException
- There is a problem with the Well-Architected Tool API service.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.UpdateGlobalSettingsResult updateGlobalSettings(UpdateGlobalSettingsRequest updateGlobalSettingsRequest)
Updates whether the Amazon Web Services account is opted into organization sharing features.
updateGlobalSettingsRequest
- ValidationException
- The user input is not valid.ConflictException
- The resource has already been processed, was deleted, or is too large.InternalServerException
- There is a problem with the Well-Architected Tool API service.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.UpdateLensReviewResult updateLensReview(UpdateLensReviewRequest updateLensReviewRequest)
Update lens review for a particular workload.
updateLensReviewRequest
- Input for update lens review.ValidationException
- The user input is not valid.ResourceNotFoundException
- The requested resource was not found.ConflictException
- The resource has already been processed, was deleted, or is too large.InternalServerException
- There is a problem with the Well-Architected Tool API service.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.UpdateShareInvitationResult updateShareInvitation(UpdateShareInvitationRequest updateShareInvitationRequest)
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.
updateShareInvitationRequest
- Input for Update Share InvitationValidationException
- The user input is not valid.InternalServerException
- There is a problem with the Well-Architected Tool API service.ResourceNotFoundException
- The requested resource was not found.ConflictException
- The resource has already been processed, was deleted, or is too large.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.UpdateWorkloadResult updateWorkload(UpdateWorkloadRequest updateWorkloadRequest)
Update an existing workload.
updateWorkloadRequest
- Input to update a workload.ValidationException
- The user input is not valid.ResourceNotFoundException
- The requested resource was not found.ConflictException
- The resource has already been processed, was deleted, or is too large.InternalServerException
- There is a problem with the Well-Architected Tool API service.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.UpdateWorkloadShareResult updateWorkloadShare(UpdateWorkloadShareRequest updateWorkloadShareRequest)
Update a workload share.
updateWorkloadShareRequest
- Input for Update Workload ShareValidationException
- The user input is not valid.InternalServerException
- There is a problem with the Well-Architected Tool API service.ResourceNotFoundException
- The requested resource was not found.ConflictException
- The resource has already been processed, was deleted, or is too large.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.UpgradeLensReviewResult upgradeLensReview(UpgradeLensReviewRequest upgradeLensReviewRequest)
Upgrade lens review for a particular workload.
upgradeLensReviewRequest
- ValidationException
- The user input is not valid.ResourceNotFoundException
- The requested resource was not found.ConflictException
- The resource has already been processed, was deleted, or is too large.InternalServerException
- There is a problem with the Well-Architected Tool API service.AccessDeniedException
- User does not have sufficient access to perform this action.ThrottlingException
- Request was denied due to request throttling.void shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
request
- The originally executed request.