We are excited to announce our new API Documentation.
Protected
Upgrade lens review for a particular workload.
Use a bare-bones client and the command you need to make an API call.
import { WellArchitectedClient, UpgradeLensReviewCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import// const { WellArchitectedClient, UpgradeLensReviewCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS importconst client = new WellArchitectedClient(config);const input = { // UpgradeLensReviewInput WorkloadId: "STRING_VALUE", // required LensAlias: "STRING_VALUE", // required MilestoneName: "STRING_VALUE", // required ClientRequestToken: "STRING_VALUE",};const command = new UpgradeLensReviewCommand(input);const response = await client.send(command);// {};
UpgradeLensReviewCommandInput
UpgradeLensReviewCommandOutput
input
response
config
AccessDeniedException (client fault)
User does not have sufficient access to perform this action.
ConflictException (client fault)
The resource has already been processed, was deleted, or is too large.
InternalServerException (server fault)
There is a problem with the Well-Architected Tool API service.
ResourceNotFoundException (client fault)
The requested resource was not found.
ThrottlingException (client fault)
Request was denied due to request throttling.
ValidationException (client fault)
The user input is not valid.
WellArchitectedServiceException
Base exception class for all service exceptions from WellArchitected service.
Readonly
Static
Upgrade lens review for a particular workload.
Example
Use a bare-bones client and the command you need to make an API call.
Param
UpgradeLensReviewCommandInput
Returns
UpgradeLensReviewCommandOutput
See
input
shape.response
shape.config
shape.Throws
AccessDeniedException (client fault)
User does not have sufficient access to perform this action.
Throws
ConflictException (client fault)
The resource has already been processed, was deleted, or is too large.
Throws
InternalServerException (server fault)
There is a problem with the Well-Architected Tool API service.
Throws
ResourceNotFoundException (client fault)
The requested resource was not found.
Throws
ThrottlingException (client fault)
Request was denied due to request throttling.
Throws
ValidationException (client fault)
The user input is not valid.
Throws
WellArchitectedServiceException
Base exception class for all service exceptions from WellArchitected service.