@aws-sdk/client-compute-optimizer 3.289.0 → 3.290.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/DeleteRecommendationPreferencesCommand.d.ts +26 -0
- package/dist-types/commands/DescribeRecommendationExportJobsCommand.d.ts +26 -0
- package/dist-types/commands/ExportAutoScalingGroupRecommendationsCommand.d.ts +26 -0
- package/dist-types/commands/ExportEBSVolumeRecommendationsCommand.d.ts +26 -0
- package/dist-types/commands/ExportEC2InstanceRecommendationsCommand.d.ts +26 -0
- package/dist-types/commands/ExportECSServiceRecommendationsCommand.d.ts +26 -0
- package/dist-types/commands/ExportLambdaFunctionRecommendationsCommand.d.ts +26 -0
- package/dist-types/commands/GetAutoScalingGroupRecommendationsCommand.d.ts +26 -0
- package/dist-types/commands/GetEBSVolumeRecommendationsCommand.d.ts +26 -0
- package/dist-types/commands/GetEC2InstanceRecommendationsCommand.d.ts +26 -0
- package/dist-types/commands/GetEC2RecommendationProjectedMetricsCommand.d.ts +26 -0
- package/dist-types/commands/GetECSServiceRecommendationProjectedMetricsCommand.d.ts +26 -0
- package/dist-types/commands/GetECSServiceRecommendationsCommand.d.ts +26 -0
- package/dist-types/commands/GetEffectiveRecommendationPreferencesCommand.d.ts +26 -0
- package/dist-types/commands/GetEnrollmentStatusCommand.d.ts +20 -0
- package/dist-types/commands/GetEnrollmentStatusesForOrganizationCommand.d.ts +20 -0
- package/dist-types/commands/GetLambdaFunctionRecommendationsCommand.d.ts +26 -0
- package/dist-types/commands/GetRecommendationPreferencesCommand.d.ts +26 -0
- package/dist-types/commands/GetRecommendationSummariesCommand.d.ts +23 -0
- package/dist-types/commands/PutRecommendationPreferencesCommand.d.ts +26 -0
- package/dist-types/commands/UpdateEnrollmentStatusCommand.d.ts +20 -0
- package/package.json +29 -29
|
@@ -32,6 +32,32 @@ export interface DeleteRecommendationPreferencesCommandOutput extends DeleteReco
|
|
|
32
32
|
* @see {@link DeleteRecommendationPreferencesCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link ComputeOptimizerClientResolvedConfig | config} for ComputeOptimizerClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
36
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>An internal error has occurred. Try your call again.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
42
|
+
* <p>The value supplied for the input parameter is out of range or not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link MissingAuthenticationToken} (client fault)
|
|
45
|
+
* <p>The request must contain either a valid (registered) Amazon Web Services access key ID
|
|
46
|
+
* or X.509 certificate.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link OptInRequiredException} (client fault)
|
|
49
|
+
* <p>The account is not opted in to Compute Optimizer.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
52
|
+
* <p>A resource that is required for the action doesn't exist.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
55
|
+
* <p>The request has failed due to a temporary failure of the server.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
58
|
+
* <p>The request was denied due to request throttling.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
35
61
|
*/
|
|
36
62
|
export declare class DeleteRecommendationPreferencesCommand extends $Command<DeleteRecommendationPreferencesCommandInput, DeleteRecommendationPreferencesCommandOutput, ComputeOptimizerClientResolvedConfig> {
|
|
37
63
|
readonly input: DeleteRecommendationPreferencesCommandInput;
|
|
@@ -32,6 +32,32 @@ export interface DescribeRecommendationExportJobsCommandOutput extends DescribeR
|
|
|
32
32
|
* @see {@link DescribeRecommendationExportJobsCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link ComputeOptimizerClientResolvedConfig | config} for ComputeOptimizerClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
36
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>An internal error has occurred. Try your call again.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
42
|
+
* <p>The value supplied for the input parameter is out of range or not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link MissingAuthenticationToken} (client fault)
|
|
45
|
+
* <p>The request must contain either a valid (registered) Amazon Web Services access key ID
|
|
46
|
+
* or X.509 certificate.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link OptInRequiredException} (client fault)
|
|
49
|
+
* <p>The account is not opted in to Compute Optimizer.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
52
|
+
* <p>A resource that is required for the action doesn't exist.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
55
|
+
* <p>The request has failed due to a temporary failure of the server.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
58
|
+
* <p>The request was denied due to request throttling.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
35
61
|
*/
|
|
36
62
|
export declare class DescribeRecommendationExportJobsCommand extends $Command<DescribeRecommendationExportJobsCommandInput, DescribeRecommendationExportJobsCommandOutput, ComputeOptimizerClientResolvedConfig> {
|
|
37
63
|
readonly input: DescribeRecommendationExportJobsCommandInput;
|
|
@@ -34,6 +34,32 @@ export interface ExportAutoScalingGroupRecommendationsCommandOutput extends Expo
|
|
|
34
34
|
* @see {@link ExportAutoScalingGroupRecommendationsCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link ComputeOptimizerClientResolvedConfig | config} for ComputeOptimizerClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
38
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>An internal error has occurred. Try your call again.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
44
|
+
* <p>The value supplied for the input parameter is out of range or not valid.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
47
|
+
* <p>The request exceeds a limit of the service.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link MissingAuthenticationToken} (client fault)
|
|
50
|
+
* <p>The request must contain either a valid (registered) Amazon Web Services access key ID
|
|
51
|
+
* or X.509 certificate.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link OptInRequiredException} (client fault)
|
|
54
|
+
* <p>The account is not opted in to Compute Optimizer.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
57
|
+
* <p>The request has failed due to a temporary failure of the server.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
60
|
+
* <p>The request was denied due to request throttling.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
37
63
|
*/
|
|
38
64
|
export declare class ExportAutoScalingGroupRecommendationsCommand extends $Command<ExportAutoScalingGroupRecommendationsCommandInput, ExportAutoScalingGroupRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig> {
|
|
39
65
|
readonly input: ExportAutoScalingGroupRecommendationsCommandInput;
|
|
@@ -34,6 +34,32 @@ export interface ExportEBSVolumeRecommendationsCommandOutput extends ExportEBSVo
|
|
|
34
34
|
* @see {@link ExportEBSVolumeRecommendationsCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link ComputeOptimizerClientResolvedConfig | config} for ComputeOptimizerClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
38
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>An internal error has occurred. Try your call again.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
44
|
+
* <p>The value supplied for the input parameter is out of range or not valid.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
47
|
+
* <p>The request exceeds a limit of the service.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link MissingAuthenticationToken} (client fault)
|
|
50
|
+
* <p>The request must contain either a valid (registered) Amazon Web Services access key ID
|
|
51
|
+
* or X.509 certificate.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link OptInRequiredException} (client fault)
|
|
54
|
+
* <p>The account is not opted in to Compute Optimizer.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
57
|
+
* <p>The request has failed due to a temporary failure of the server.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
60
|
+
* <p>The request was denied due to request throttling.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
37
63
|
*/
|
|
38
64
|
export declare class ExportEBSVolumeRecommendationsCommand extends $Command<ExportEBSVolumeRecommendationsCommandInput, ExportEBSVolumeRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig> {
|
|
39
65
|
readonly input: ExportEBSVolumeRecommendationsCommandInput;
|
|
@@ -34,6 +34,32 @@ export interface ExportEC2InstanceRecommendationsCommandOutput extends ExportEC2
|
|
|
34
34
|
* @see {@link ExportEC2InstanceRecommendationsCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link ComputeOptimizerClientResolvedConfig | config} for ComputeOptimizerClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
38
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>An internal error has occurred. Try your call again.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
44
|
+
* <p>The value supplied for the input parameter is out of range or not valid.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
47
|
+
* <p>The request exceeds a limit of the service.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link MissingAuthenticationToken} (client fault)
|
|
50
|
+
* <p>The request must contain either a valid (registered) Amazon Web Services access key ID
|
|
51
|
+
* or X.509 certificate.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link OptInRequiredException} (client fault)
|
|
54
|
+
* <p>The account is not opted in to Compute Optimizer.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
57
|
+
* <p>The request has failed due to a temporary failure of the server.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
60
|
+
* <p>The request was denied due to request throttling.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
37
63
|
*/
|
|
38
64
|
export declare class ExportEC2InstanceRecommendationsCommand extends $Command<ExportEC2InstanceRecommendationsCommandInput, ExportEC2InstanceRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig> {
|
|
39
65
|
readonly input: ExportEC2InstanceRecommendationsCommandInput;
|
|
@@ -36,6 +36,32 @@ export interface ExportECSServiceRecommendationsCommandOutput extends ExportECSS
|
|
|
36
36
|
* @see {@link ExportECSServiceRecommendationsCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link ComputeOptimizerClientResolvedConfig | config} for ComputeOptimizerClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
40
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InternalServerException} (server fault)
|
|
43
|
+
* <p>An internal error has occurred. Try your call again.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
46
|
+
* <p>The value supplied for the input parameter is out of range or not valid.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
49
|
+
* <p>The request exceeds a limit of the service.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link MissingAuthenticationToken} (client fault)
|
|
52
|
+
* <p>The request must contain either a valid (registered) Amazon Web Services access key ID
|
|
53
|
+
* or X.509 certificate.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link OptInRequiredException} (client fault)
|
|
56
|
+
* <p>The account is not opted in to Compute Optimizer.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
59
|
+
* <p>The request has failed due to a temporary failure of the server.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
62
|
+
* <p>The request was denied due to request throttling.</p>
|
|
63
|
+
*
|
|
64
|
+
*
|
|
39
65
|
*/
|
|
40
66
|
export declare class ExportECSServiceRecommendationsCommand extends $Command<ExportECSServiceRecommendationsCommandInput, ExportECSServiceRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig> {
|
|
41
67
|
readonly input: ExportECSServiceRecommendationsCommandInput;
|
|
@@ -34,6 +34,32 @@ export interface ExportLambdaFunctionRecommendationsCommandOutput extends Export
|
|
|
34
34
|
* @see {@link ExportLambdaFunctionRecommendationsCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link ComputeOptimizerClientResolvedConfig | config} for ComputeOptimizerClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
38
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>An internal error has occurred. Try your call again.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
44
|
+
* <p>The value supplied for the input parameter is out of range or not valid.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
47
|
+
* <p>The request exceeds a limit of the service.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link MissingAuthenticationToken} (client fault)
|
|
50
|
+
* <p>The request must contain either a valid (registered) Amazon Web Services access key ID
|
|
51
|
+
* or X.509 certificate.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link OptInRequiredException} (client fault)
|
|
54
|
+
* <p>The account is not opted in to Compute Optimizer.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
57
|
+
* <p>The request has failed due to a temporary failure of the server.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
60
|
+
* <p>The request was denied due to request throttling.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
37
63
|
*/
|
|
38
64
|
export declare class ExportLambdaFunctionRecommendationsCommand extends $Command<ExportLambdaFunctionRecommendationsCommandInput, ExportLambdaFunctionRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig> {
|
|
39
65
|
readonly input: ExportLambdaFunctionRecommendationsCommandInput;
|
|
@@ -33,6 +33,32 @@ export interface GetAutoScalingGroupRecommendationsCommandOutput extends GetAuto
|
|
|
33
33
|
* @see {@link GetAutoScalingGroupRecommendationsCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link ComputeOptimizerClientResolvedConfig | config} for ComputeOptimizerClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
37
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>An internal error has occurred. Try your call again.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
43
|
+
* <p>The value supplied for the input parameter is out of range or not valid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link MissingAuthenticationToken} (client fault)
|
|
46
|
+
* <p>The request must contain either a valid (registered) Amazon Web Services access key ID
|
|
47
|
+
* or X.509 certificate.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link OptInRequiredException} (client fault)
|
|
50
|
+
* <p>The account is not opted in to Compute Optimizer.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
53
|
+
* <p>A resource that is required for the action doesn't exist.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
56
|
+
* <p>The request has failed due to a temporary failure of the server.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
59
|
+
* <p>The request was denied due to request throttling.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
36
62
|
*/
|
|
37
63
|
export declare class GetAutoScalingGroupRecommendationsCommand extends $Command<GetAutoScalingGroupRecommendationsCommandInput, GetAutoScalingGroupRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig> {
|
|
38
64
|
readonly input: GetAutoScalingGroupRecommendationsCommandInput;
|
|
@@ -33,6 +33,32 @@ export interface GetEBSVolumeRecommendationsCommandOutput extends GetEBSVolumeRe
|
|
|
33
33
|
* @see {@link GetEBSVolumeRecommendationsCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link ComputeOptimizerClientResolvedConfig | config} for ComputeOptimizerClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
37
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>An internal error has occurred. Try your call again.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
43
|
+
* <p>The value supplied for the input parameter is out of range or not valid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link MissingAuthenticationToken} (client fault)
|
|
46
|
+
* <p>The request must contain either a valid (registered) Amazon Web Services access key ID
|
|
47
|
+
* or X.509 certificate.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link OptInRequiredException} (client fault)
|
|
50
|
+
* <p>The account is not opted in to Compute Optimizer.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
53
|
+
* <p>A resource that is required for the action doesn't exist.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
56
|
+
* <p>The request has failed due to a temporary failure of the server.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
59
|
+
* <p>The request was denied due to request throttling.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
36
62
|
*/
|
|
37
63
|
export declare class GetEBSVolumeRecommendationsCommand extends $Command<GetEBSVolumeRecommendationsCommandInput, GetEBSVolumeRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig> {
|
|
38
64
|
readonly input: GetEBSVolumeRecommendationsCommandInput;
|
|
@@ -33,6 +33,32 @@ export interface GetEC2InstanceRecommendationsCommandOutput extends GetEC2Instan
|
|
|
33
33
|
* @see {@link GetEC2InstanceRecommendationsCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link ComputeOptimizerClientResolvedConfig | config} for ComputeOptimizerClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
37
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>An internal error has occurred. Try your call again.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
43
|
+
* <p>The value supplied for the input parameter is out of range or not valid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link MissingAuthenticationToken} (client fault)
|
|
46
|
+
* <p>The request must contain either a valid (registered) Amazon Web Services access key ID
|
|
47
|
+
* or X.509 certificate.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link OptInRequiredException} (client fault)
|
|
50
|
+
* <p>The account is not opted in to Compute Optimizer.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
53
|
+
* <p>A resource that is required for the action doesn't exist.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
56
|
+
* <p>The request has failed due to a temporary failure of the server.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
59
|
+
* <p>The request was denied due to request throttling.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
36
62
|
*/
|
|
37
63
|
export declare class GetEC2InstanceRecommendationsCommand extends $Command<GetEC2InstanceRecommendationsCommandInput, GetEC2InstanceRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig> {
|
|
38
64
|
readonly input: GetEC2InstanceRecommendationsCommandInput;
|
|
@@ -36,6 +36,32 @@ export interface GetEC2RecommendationProjectedMetricsCommandOutput extends GetEC
|
|
|
36
36
|
* @see {@link GetEC2RecommendationProjectedMetricsCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link ComputeOptimizerClientResolvedConfig | config} for ComputeOptimizerClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
40
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InternalServerException} (server fault)
|
|
43
|
+
* <p>An internal error has occurred. Try your call again.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
46
|
+
* <p>The value supplied for the input parameter is out of range or not valid.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link MissingAuthenticationToken} (client fault)
|
|
49
|
+
* <p>The request must contain either a valid (registered) Amazon Web Services access key ID
|
|
50
|
+
* or X.509 certificate.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link OptInRequiredException} (client fault)
|
|
53
|
+
* <p>The account is not opted in to Compute Optimizer.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
56
|
+
* <p>A resource that is required for the action doesn't exist.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
59
|
+
* <p>The request has failed due to a temporary failure of the server.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
62
|
+
* <p>The request was denied due to request throttling.</p>
|
|
63
|
+
*
|
|
64
|
+
*
|
|
39
65
|
*/
|
|
40
66
|
export declare class GetEC2RecommendationProjectedMetricsCommand extends $Command<GetEC2RecommendationProjectedMetricsCommandInput, GetEC2RecommendationProjectedMetricsCommandOutput, ComputeOptimizerClientResolvedConfig> {
|
|
41
67
|
readonly input: GetEC2RecommendationProjectedMetricsCommandInput;
|
|
@@ -31,6 +31,32 @@ export interface GetECSServiceRecommendationProjectedMetricsCommandOutput extend
|
|
|
31
31
|
* @see {@link GetECSServiceRecommendationProjectedMetricsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ComputeOptimizerClientResolvedConfig | config} for ComputeOptimizerClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServerException} (server fault)
|
|
38
|
+
* <p>An internal error has occurred. Try your call again.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
41
|
+
* <p>The value supplied for the input parameter is out of range or not valid.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link MissingAuthenticationToken} (client fault)
|
|
44
|
+
* <p>The request must contain either a valid (registered) Amazon Web Services access key ID
|
|
45
|
+
* or X.509 certificate.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link OptInRequiredException} (client fault)
|
|
48
|
+
* <p>The account is not opted in to Compute Optimizer.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
51
|
+
* <p>A resource that is required for the action doesn't exist.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
54
|
+
* <p>The request has failed due to a temporary failure of the server.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
57
|
+
* <p>The request was denied due to request throttling.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
34
60
|
*/
|
|
35
61
|
export declare class GetECSServiceRecommendationProjectedMetricsCommand extends $Command<GetECSServiceRecommendationProjectedMetricsCommandInput, GetECSServiceRecommendationProjectedMetricsCommandOutput, ComputeOptimizerClientResolvedConfig> {
|
|
36
62
|
readonly input: GetECSServiceRecommendationProjectedMetricsCommandInput;
|
|
@@ -38,6 +38,32 @@ export interface GetECSServiceRecommendationsCommandOutput extends GetECSService
|
|
|
38
38
|
* @see {@link GetECSServiceRecommendationsCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link ComputeOptimizerClientResolvedConfig | config} for ComputeOptimizerClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
42
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerException} (server fault)
|
|
45
|
+
* <p>An internal error has occurred. Try your call again.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
48
|
+
* <p>The value supplied for the input parameter is out of range or not valid.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link MissingAuthenticationToken} (client fault)
|
|
51
|
+
* <p>The request must contain either a valid (registered) Amazon Web Services access key ID
|
|
52
|
+
* or X.509 certificate.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link OptInRequiredException} (client fault)
|
|
55
|
+
* <p>The account is not opted in to Compute Optimizer.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
58
|
+
* <p>A resource that is required for the action doesn't exist.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
61
|
+
* <p>The request has failed due to a temporary failure of the server.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
64
|
+
* <p>The request was denied due to request throttling.</p>
|
|
65
|
+
*
|
|
66
|
+
*
|
|
41
67
|
*/
|
|
42
68
|
export declare class GetECSServiceRecommendationsCommand extends $Command<GetECSServiceRecommendationsCommandInput, GetECSServiceRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig> {
|
|
43
69
|
readonly input: GetECSServiceRecommendationsCommandInput;
|
|
@@ -34,6 +34,32 @@ export interface GetEffectiveRecommendationPreferencesCommandOutput extends GetE
|
|
|
34
34
|
* @see {@link GetEffectiveRecommendationPreferencesCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link ComputeOptimizerClientResolvedConfig | config} for ComputeOptimizerClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
38
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>An internal error has occurred. Try your call again.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
44
|
+
* <p>The value supplied for the input parameter is out of range or not valid.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link MissingAuthenticationToken} (client fault)
|
|
47
|
+
* <p>The request must contain either a valid (registered) Amazon Web Services access key ID
|
|
48
|
+
* or X.509 certificate.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link OptInRequiredException} (client fault)
|
|
51
|
+
* <p>The account is not opted in to Compute Optimizer.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
54
|
+
* <p>A resource that is required for the action doesn't exist.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
57
|
+
* <p>The request has failed due to a temporary failure of the server.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
60
|
+
* <p>The request was denied due to request throttling.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
37
63
|
*/
|
|
38
64
|
export declare class GetEffectiveRecommendationPreferencesCommand extends $Command<GetEffectiveRecommendationPreferencesCommandInput, GetEffectiveRecommendationPreferencesCommandOutput, ComputeOptimizerClientResolvedConfig> {
|
|
39
65
|
readonly input: GetEffectiveRecommendationPreferencesCommandInput;
|
|
@@ -33,6 +33,26 @@ export interface GetEnrollmentStatusCommandOutput extends GetEnrollmentStatusRes
|
|
|
33
33
|
* @see {@link GetEnrollmentStatusCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link ComputeOptimizerClientResolvedConfig | config} for ComputeOptimizerClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
37
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>An internal error has occurred. Try your call again.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
43
|
+
* <p>The value supplied for the input parameter is out of range or not valid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link MissingAuthenticationToken} (client fault)
|
|
46
|
+
* <p>The request must contain either a valid (registered) Amazon Web Services access key ID
|
|
47
|
+
* or X.509 certificate.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
50
|
+
* <p>The request has failed due to a temporary failure of the server.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
53
|
+
* <p>The request was denied due to request throttling.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
36
56
|
*/
|
|
37
57
|
export declare class GetEnrollmentStatusCommand extends $Command<GetEnrollmentStatusCommandInput, GetEnrollmentStatusCommandOutput, ComputeOptimizerClientResolvedConfig> {
|
|
38
58
|
readonly input: GetEnrollmentStatusCommandInput;
|
|
@@ -31,6 +31,26 @@ export interface GetEnrollmentStatusesForOrganizationCommandOutput extends GetEn
|
|
|
31
31
|
* @see {@link GetEnrollmentStatusesForOrganizationCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ComputeOptimizerClientResolvedConfig | config} for ComputeOptimizerClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServerException} (server fault)
|
|
38
|
+
* <p>An internal error has occurred. Try your call again.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
41
|
+
* <p>The value supplied for the input parameter is out of range or not valid.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link MissingAuthenticationToken} (client fault)
|
|
44
|
+
* <p>The request must contain either a valid (registered) Amazon Web Services access key ID
|
|
45
|
+
* or X.509 certificate.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
48
|
+
* <p>The request has failed due to a temporary failure of the server.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
51
|
+
* <p>The request was denied due to request throttling.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
34
54
|
*/
|
|
35
55
|
export declare class GetEnrollmentStatusesForOrganizationCommand extends $Command<GetEnrollmentStatusesForOrganizationCommandInput, GetEnrollmentStatusesForOrganizationCommandOutput, ComputeOptimizerClientResolvedConfig> {
|
|
36
56
|
readonly input: GetEnrollmentStatusesForOrganizationCommandInput;
|
|
@@ -33,6 +33,32 @@ export interface GetLambdaFunctionRecommendationsCommandOutput extends GetLambda
|
|
|
33
33
|
* @see {@link GetLambdaFunctionRecommendationsCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link ComputeOptimizerClientResolvedConfig | config} for ComputeOptimizerClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
37
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>An internal error has occurred. Try your call again.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
43
|
+
* <p>The value supplied for the input parameter is out of range or not valid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
46
|
+
* <p>The request exceeds a limit of the service.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link MissingAuthenticationToken} (client fault)
|
|
49
|
+
* <p>The request must contain either a valid (registered) Amazon Web Services access key ID
|
|
50
|
+
* or X.509 certificate.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link OptInRequiredException} (client fault)
|
|
53
|
+
* <p>The account is not opted in to Compute Optimizer.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
56
|
+
* <p>The request has failed due to a temporary failure of the server.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
59
|
+
* <p>The request was denied due to request throttling.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
36
62
|
*/
|
|
37
63
|
export declare class GetLambdaFunctionRecommendationsCommand extends $Command<GetLambdaFunctionRecommendationsCommandInput, GetLambdaFunctionRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig> {
|
|
38
64
|
readonly input: GetLambdaFunctionRecommendationsCommandInput;
|
|
@@ -36,6 +36,32 @@ export interface GetRecommendationPreferencesCommandOutput extends GetRecommenda
|
|
|
36
36
|
* @see {@link GetRecommendationPreferencesCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link ComputeOptimizerClientResolvedConfig | config} for ComputeOptimizerClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
40
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InternalServerException} (server fault)
|
|
43
|
+
* <p>An internal error has occurred. Try your call again.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
46
|
+
* <p>The value supplied for the input parameter is out of range or not valid.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link MissingAuthenticationToken} (client fault)
|
|
49
|
+
* <p>The request must contain either a valid (registered) Amazon Web Services access key ID
|
|
50
|
+
* or X.509 certificate.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link OptInRequiredException} (client fault)
|
|
53
|
+
* <p>The account is not opted in to Compute Optimizer.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
56
|
+
* <p>A resource that is required for the action doesn't exist.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
59
|
+
* <p>The request has failed due to a temporary failure of the server.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
62
|
+
* <p>The request was denied due to request throttling.</p>
|
|
63
|
+
*
|
|
64
|
+
*
|
|
39
65
|
*/
|
|
40
66
|
export declare class GetRecommendationPreferencesCommand extends $Command<GetRecommendationPreferencesCommandInput, GetRecommendationPreferencesCommandOutput, ComputeOptimizerClientResolvedConfig> {
|
|
41
67
|
readonly input: GetRecommendationPreferencesCommandInput;
|
|
@@ -53,6 +53,29 @@ export interface GetRecommendationSummariesCommandOutput extends GetRecommendati
|
|
|
53
53
|
* @see {@link GetRecommendationSummariesCommandOutput} for command's `response` shape.
|
|
54
54
|
* @see {@link ComputeOptimizerClientResolvedConfig | config} for ComputeOptimizerClient's `config` shape.
|
|
55
55
|
*
|
|
56
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
57
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link InternalServerException} (server fault)
|
|
60
|
+
* <p>An internal error has occurred. Try your call again.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
63
|
+
* <p>The value supplied for the input parameter is out of range or not valid.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link MissingAuthenticationToken} (client fault)
|
|
66
|
+
* <p>The request must contain either a valid (registered) Amazon Web Services access key ID
|
|
67
|
+
* or X.509 certificate.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link OptInRequiredException} (client fault)
|
|
70
|
+
* <p>The account is not opted in to Compute Optimizer.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
73
|
+
* <p>The request has failed due to a temporary failure of the server.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
76
|
+
* <p>The request was denied due to request throttling.</p>
|
|
77
|
+
*
|
|
78
|
+
*
|
|
56
79
|
*/
|
|
57
80
|
export declare class GetRecommendationSummariesCommand extends $Command<GetRecommendationSummariesCommandInput, GetRecommendationSummariesCommandOutput, ComputeOptimizerClientResolvedConfig> {
|
|
58
81
|
readonly input: GetRecommendationSummariesCommandInput;
|
|
@@ -33,6 +33,32 @@ export interface PutRecommendationPreferencesCommandOutput extends PutRecommenda
|
|
|
33
33
|
* @see {@link PutRecommendationPreferencesCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link ComputeOptimizerClientResolvedConfig | config} for ComputeOptimizerClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
37
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>An internal error has occurred. Try your call again.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
43
|
+
* <p>The value supplied for the input parameter is out of range or not valid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link MissingAuthenticationToken} (client fault)
|
|
46
|
+
* <p>The request must contain either a valid (registered) Amazon Web Services access key ID
|
|
47
|
+
* or X.509 certificate.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link OptInRequiredException} (client fault)
|
|
50
|
+
* <p>The account is not opted in to Compute Optimizer.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
53
|
+
* <p>A resource that is required for the action doesn't exist.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
56
|
+
* <p>The request has failed due to a temporary failure of the server.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
59
|
+
* <p>The request was denied due to request throttling.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
36
62
|
*/
|
|
37
63
|
export declare class PutRecommendationPreferencesCommand extends $Command<PutRecommendationPreferencesCommandInput, PutRecommendationPreferencesCommandOutput, ComputeOptimizerClientResolvedConfig> {
|
|
38
64
|
readonly input: PutRecommendationPreferencesCommandInput;
|
|
@@ -36,6 +36,26 @@ export interface UpdateEnrollmentStatusCommandOutput extends UpdateEnrollmentSta
|
|
|
36
36
|
* @see {@link UpdateEnrollmentStatusCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link ComputeOptimizerClientResolvedConfig | config} for ComputeOptimizerClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
40
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InternalServerException} (server fault)
|
|
43
|
+
* <p>An internal error has occurred. Try your call again.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
46
|
+
* <p>The value supplied for the input parameter is out of range or not valid.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link MissingAuthenticationToken} (client fault)
|
|
49
|
+
* <p>The request must contain either a valid (registered) Amazon Web Services access key ID
|
|
50
|
+
* or X.509 certificate.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
53
|
+
* <p>The request has failed due to a temporary failure of the server.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
56
|
+
* <p>The request was denied due to request throttling.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
39
59
|
*/
|
|
40
60
|
export declare class UpdateEnrollmentStatusCommand extends $Command<UpdateEnrollmentStatusCommandInput, UpdateEnrollmentStatusCommandOutput, ComputeOptimizerClientResolvedConfig> {
|
|
41
61
|
readonly input: UpdateEnrollmentStatusCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-compute-optimizer",
|
|
3
3
|
"description": "AWS SDK for JavaScript Compute Optimizer Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.290.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,37 +20,37 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
55
|
"tslib": "^2.3.1"
|
|
56
56
|
},
|