@aws-sdk/client-wellarchitected 3.478.0 → 3.481.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-cjs/commands/AssociateLensesCommand.js +18 -41
- package/dist-cjs/commands/AssociateProfilesCommand.js +18 -41
- package/dist-cjs/commands/CreateLensShareCommand.js +18 -41
- package/dist-cjs/commands/CreateLensVersionCommand.js +18 -41
- package/dist-cjs/commands/CreateMilestoneCommand.js +18 -41
- package/dist-cjs/commands/CreateProfileCommand.js +18 -41
- package/dist-cjs/commands/CreateProfileShareCommand.js +18 -41
- package/dist-cjs/commands/CreateReviewTemplateCommand.js +18 -41
- package/dist-cjs/commands/CreateTemplateShareCommand.js +18 -41
- package/dist-cjs/commands/CreateWorkloadCommand.js +18 -41
- package/dist-cjs/commands/CreateWorkloadShareCommand.js +18 -41
- package/dist-cjs/commands/DeleteLensCommand.js +18 -41
- package/dist-cjs/commands/DeleteLensShareCommand.js +18 -41
- package/dist-cjs/commands/DeleteProfileCommand.js +18 -41
- package/dist-cjs/commands/DeleteProfileShareCommand.js +18 -41
- package/dist-cjs/commands/DeleteReviewTemplateCommand.js +18 -41
- package/dist-cjs/commands/DeleteTemplateShareCommand.js +18 -41
- package/dist-cjs/commands/DeleteWorkloadCommand.js +18 -41
- package/dist-cjs/commands/DeleteWorkloadShareCommand.js +18 -41
- package/dist-cjs/commands/DisassociateLensesCommand.js +18 -41
- package/dist-cjs/commands/DisassociateProfilesCommand.js +18 -41
- package/dist-cjs/commands/ExportLensCommand.js +18 -41
- package/dist-cjs/commands/GetAnswerCommand.js +18 -41
- package/dist-cjs/commands/GetConsolidatedReportCommand.js +18 -41
- package/dist-cjs/commands/GetLensCommand.js +18 -41
- package/dist-cjs/commands/GetLensReviewCommand.js +18 -41
- package/dist-cjs/commands/GetLensReviewReportCommand.js +18 -41
- package/dist-cjs/commands/GetLensVersionDifferenceCommand.js +18 -41
- package/dist-cjs/commands/GetMilestoneCommand.js +18 -41
- package/dist-cjs/commands/GetProfileCommand.js +18 -41
- package/dist-cjs/commands/GetProfileTemplateCommand.js +18 -41
- package/dist-cjs/commands/GetReviewTemplateAnswerCommand.js +18 -41
- package/dist-cjs/commands/GetReviewTemplateCommand.js +18 -41
- package/dist-cjs/commands/GetReviewTemplateLensReviewCommand.js +18 -41
- package/dist-cjs/commands/GetWorkloadCommand.js +18 -41
- package/dist-cjs/commands/ImportLensCommand.js +18 -41
- package/dist-cjs/commands/ListAnswersCommand.js +18 -41
- package/dist-cjs/commands/ListCheckDetailsCommand.js +18 -41
- package/dist-cjs/commands/ListCheckSummariesCommand.js +18 -41
- package/dist-cjs/commands/ListLensReviewImprovementsCommand.js +18 -41
- package/dist-cjs/commands/ListLensReviewsCommand.js +18 -41
- package/dist-cjs/commands/ListLensSharesCommand.js +18 -41
- package/dist-cjs/commands/ListLensesCommand.js +18 -41
- package/dist-cjs/commands/ListMilestonesCommand.js +18 -41
- package/dist-cjs/commands/ListNotificationsCommand.js +18 -41
- package/dist-cjs/commands/ListProfileNotificationsCommand.js +18 -41
- package/dist-cjs/commands/ListProfileSharesCommand.js +18 -41
- package/dist-cjs/commands/ListProfilesCommand.js +18 -41
- package/dist-cjs/commands/ListReviewTemplateAnswersCommand.js +18 -41
- package/dist-cjs/commands/ListReviewTemplatesCommand.js +18 -41
- package/dist-cjs/commands/ListShareInvitationsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListTemplateSharesCommand.js +18 -41
- package/dist-cjs/commands/ListWorkloadSharesCommand.js +18 -41
- package/dist-cjs/commands/ListWorkloadsCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateAnswerCommand.js +18 -41
- package/dist-cjs/commands/UpdateGlobalSettingsCommand.js +18 -41
- package/dist-cjs/commands/UpdateLensReviewCommand.js +18 -41
- package/dist-cjs/commands/UpdateProfileCommand.js +18 -41
- package/dist-cjs/commands/UpdateReviewTemplateAnswerCommand.js +18 -41
- package/dist-cjs/commands/UpdateReviewTemplateCommand.js +18 -41
- package/dist-cjs/commands/UpdateReviewTemplateLensReviewCommand.js +18 -41
- package/dist-cjs/commands/UpdateShareInvitationCommand.js +18 -41
- package/dist-cjs/commands/UpdateWorkloadCommand.js +18 -41
- package/dist-cjs/commands/UpdateWorkloadShareCommand.js +18 -41
- package/dist-cjs/commands/UpgradeLensReviewCommand.js +18 -41
- package/dist-cjs/commands/UpgradeProfileVersionCommand.js +18 -41
- package/dist-cjs/commands/UpgradeReviewTemplateLensReviewCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/AssociateLensesCommand.js +18 -41
- package/dist-es/commands/AssociateProfilesCommand.js +18 -41
- package/dist-es/commands/CreateLensShareCommand.js +18 -41
- package/dist-es/commands/CreateLensVersionCommand.js +18 -41
- package/dist-es/commands/CreateMilestoneCommand.js +18 -41
- package/dist-es/commands/CreateProfileCommand.js +18 -41
- package/dist-es/commands/CreateProfileShareCommand.js +18 -41
- package/dist-es/commands/CreateReviewTemplateCommand.js +18 -41
- package/dist-es/commands/CreateTemplateShareCommand.js +18 -41
- package/dist-es/commands/CreateWorkloadCommand.js +18 -41
- package/dist-es/commands/CreateWorkloadShareCommand.js +18 -41
- package/dist-es/commands/DeleteLensCommand.js +18 -41
- package/dist-es/commands/DeleteLensShareCommand.js +18 -41
- package/dist-es/commands/DeleteProfileCommand.js +18 -41
- package/dist-es/commands/DeleteProfileShareCommand.js +18 -41
- package/dist-es/commands/DeleteReviewTemplateCommand.js +18 -41
- package/dist-es/commands/DeleteTemplateShareCommand.js +18 -41
- package/dist-es/commands/DeleteWorkloadCommand.js +18 -41
- package/dist-es/commands/DeleteWorkloadShareCommand.js +18 -41
- package/dist-es/commands/DisassociateLensesCommand.js +18 -41
- package/dist-es/commands/DisassociateProfilesCommand.js +18 -41
- package/dist-es/commands/ExportLensCommand.js +18 -41
- package/dist-es/commands/GetAnswerCommand.js +18 -41
- package/dist-es/commands/GetConsolidatedReportCommand.js +18 -41
- package/dist-es/commands/GetLensCommand.js +18 -41
- package/dist-es/commands/GetLensReviewCommand.js +18 -41
- package/dist-es/commands/GetLensReviewReportCommand.js +18 -41
- package/dist-es/commands/GetLensVersionDifferenceCommand.js +18 -41
- package/dist-es/commands/GetMilestoneCommand.js +18 -41
- package/dist-es/commands/GetProfileCommand.js +18 -41
- package/dist-es/commands/GetProfileTemplateCommand.js +18 -41
- package/dist-es/commands/GetReviewTemplateAnswerCommand.js +18 -41
- package/dist-es/commands/GetReviewTemplateCommand.js +18 -41
- package/dist-es/commands/GetReviewTemplateLensReviewCommand.js +18 -41
- package/dist-es/commands/GetWorkloadCommand.js +18 -41
- package/dist-es/commands/ImportLensCommand.js +18 -41
- package/dist-es/commands/ListAnswersCommand.js +18 -41
- package/dist-es/commands/ListCheckDetailsCommand.js +18 -41
- package/dist-es/commands/ListCheckSummariesCommand.js +18 -41
- package/dist-es/commands/ListLensReviewImprovementsCommand.js +18 -41
- package/dist-es/commands/ListLensReviewsCommand.js +18 -41
- package/dist-es/commands/ListLensSharesCommand.js +18 -41
- package/dist-es/commands/ListLensesCommand.js +18 -41
- package/dist-es/commands/ListMilestonesCommand.js +18 -41
- package/dist-es/commands/ListNotificationsCommand.js +18 -41
- package/dist-es/commands/ListProfileNotificationsCommand.js +18 -41
- package/dist-es/commands/ListProfileSharesCommand.js +18 -41
- package/dist-es/commands/ListProfilesCommand.js +18 -41
- package/dist-es/commands/ListReviewTemplateAnswersCommand.js +18 -41
- package/dist-es/commands/ListReviewTemplatesCommand.js +18 -41
- package/dist-es/commands/ListShareInvitationsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListTemplateSharesCommand.js +18 -41
- package/dist-es/commands/ListWorkloadSharesCommand.js +18 -41
- package/dist-es/commands/ListWorkloadsCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateAnswerCommand.js +18 -41
- package/dist-es/commands/UpdateGlobalSettingsCommand.js +18 -41
- package/dist-es/commands/UpdateLensReviewCommand.js +18 -41
- package/dist-es/commands/UpdateProfileCommand.js +18 -41
- package/dist-es/commands/UpdateReviewTemplateAnswerCommand.js +18 -41
- package/dist-es/commands/UpdateReviewTemplateCommand.js +18 -41
- package/dist-es/commands/UpdateReviewTemplateLensReviewCommand.js +18 -41
- package/dist-es/commands/UpdateShareInvitationCommand.js +18 -41
- package/dist-es/commands/UpdateWorkloadCommand.js +18 -41
- package/dist-es/commands/UpdateWorkloadShareCommand.js +18 -41
- package/dist-es/commands/UpgradeLensReviewCommand.js +18 -41
- package/dist-es/commands/UpgradeProfileVersionCommand.js +18 -41
- package/dist-es/commands/UpgradeReviewTemplateLensReviewCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/AssociateLensesCommand.d.ts +6 -21
- package/dist-types/commands/AssociateProfilesCommand.d.ts +6 -21
- package/dist-types/commands/CreateLensShareCommand.d.ts +6 -21
- package/dist-types/commands/CreateLensVersionCommand.d.ts +6 -21
- package/dist-types/commands/CreateMilestoneCommand.d.ts +6 -21
- package/dist-types/commands/CreateProfileCommand.d.ts +6 -21
- package/dist-types/commands/CreateProfileShareCommand.d.ts +6 -21
- package/dist-types/commands/CreateReviewTemplateCommand.d.ts +6 -21
- package/dist-types/commands/CreateTemplateShareCommand.d.ts +6 -21
- package/dist-types/commands/CreateWorkloadCommand.d.ts +6 -21
- package/dist-types/commands/CreateWorkloadShareCommand.d.ts +6 -21
- package/dist-types/commands/DeleteLensCommand.d.ts +6 -21
- package/dist-types/commands/DeleteLensShareCommand.d.ts +6 -21
- package/dist-types/commands/DeleteProfileCommand.d.ts +6 -21
- package/dist-types/commands/DeleteProfileShareCommand.d.ts +6 -21
- package/dist-types/commands/DeleteReviewTemplateCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTemplateShareCommand.d.ts +6 -21
- package/dist-types/commands/DeleteWorkloadCommand.d.ts +6 -21
- package/dist-types/commands/DeleteWorkloadShareCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateLensesCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateProfilesCommand.d.ts +6 -21
- package/dist-types/commands/ExportLensCommand.d.ts +6 -21
- package/dist-types/commands/GetAnswerCommand.d.ts +6 -21
- package/dist-types/commands/GetConsolidatedReportCommand.d.ts +6 -21
- package/dist-types/commands/GetLensCommand.d.ts +6 -21
- package/dist-types/commands/GetLensReviewCommand.d.ts +6 -21
- package/dist-types/commands/GetLensReviewReportCommand.d.ts +6 -21
- package/dist-types/commands/GetLensVersionDifferenceCommand.d.ts +6 -21
- package/dist-types/commands/GetMilestoneCommand.d.ts +6 -21
- package/dist-types/commands/GetProfileCommand.d.ts +6 -21
- package/dist-types/commands/GetProfileTemplateCommand.d.ts +6 -21
- package/dist-types/commands/GetReviewTemplateAnswerCommand.d.ts +6 -21
- package/dist-types/commands/GetReviewTemplateCommand.d.ts +6 -21
- package/dist-types/commands/GetReviewTemplateLensReviewCommand.d.ts +6 -21
- package/dist-types/commands/GetWorkloadCommand.d.ts +6 -21
- package/dist-types/commands/ImportLensCommand.d.ts +6 -21
- package/dist-types/commands/ListAnswersCommand.d.ts +6 -21
- package/dist-types/commands/ListCheckDetailsCommand.d.ts +6 -21
- package/dist-types/commands/ListCheckSummariesCommand.d.ts +6 -21
- package/dist-types/commands/ListLensReviewImprovementsCommand.d.ts +6 -21
- package/dist-types/commands/ListLensReviewsCommand.d.ts +6 -21
- package/dist-types/commands/ListLensSharesCommand.d.ts +6 -21
- package/dist-types/commands/ListLensesCommand.d.ts +6 -21
- package/dist-types/commands/ListMilestonesCommand.d.ts +6 -21
- package/dist-types/commands/ListNotificationsCommand.d.ts +6 -21
- package/dist-types/commands/ListProfileNotificationsCommand.d.ts +6 -21
- package/dist-types/commands/ListProfileSharesCommand.d.ts +6 -21
- package/dist-types/commands/ListProfilesCommand.d.ts +6 -21
- package/dist-types/commands/ListReviewTemplateAnswersCommand.d.ts +6 -21
- package/dist-types/commands/ListReviewTemplatesCommand.d.ts +6 -21
- package/dist-types/commands/ListShareInvitationsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListTemplateSharesCommand.d.ts +6 -21
- package/dist-types/commands/ListWorkloadSharesCommand.d.ts +6 -21
- package/dist-types/commands/ListWorkloadsCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAnswerCommand.d.ts +6 -21
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateLensReviewCommand.d.ts +6 -21
- package/dist-types/commands/UpdateProfileCommand.d.ts +6 -21
- package/dist-types/commands/UpdateReviewTemplateAnswerCommand.d.ts +6 -21
- package/dist-types/commands/UpdateReviewTemplateCommand.d.ts +6 -21
- package/dist-types/commands/UpdateReviewTemplateLensReviewCommand.d.ts +6 -21
- package/dist-types/commands/UpdateShareInvitationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateWorkloadCommand.d.ts +6 -21
- package/dist-types/commands/UpdateWorkloadShareCommand.d.ts +6 -21
- package/dist-types/commands/UpgradeLensReviewCommand.d.ts +6 -21
- package/dist-types/commands/UpgradeProfileVersionCommand.d.ts +6 -21
- package/dist-types/commands/UpgradeReviewTemplateLensReviewCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/AssociateLensesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AssociateProfilesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateLensShareCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateLensVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateMilestoneCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateProfileShareCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateReviewTemplateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateTemplateShareCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateWorkloadCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateWorkloadShareCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteLensCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteLensShareCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteProfileShareCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteReviewTemplateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteTemplateShareCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteWorkloadCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteWorkloadShareCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisassociateLensesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisassociateProfilesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ExportLensCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetAnswerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetConsolidatedReportCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetLensCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/GetLensReviewCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetLensReviewReportCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetLensVersionDifferenceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetMilestoneCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetProfileTemplateCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetReviewTemplateAnswerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetReviewTemplateCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetReviewTemplateLensReviewCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetWorkloadCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ImportLensCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListAnswersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListCheckDetailsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListCheckSummariesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListLensReviewImprovementsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListLensReviewsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListLensSharesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListLensesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListMilestonesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListProfileNotificationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListProfileSharesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListReviewTemplateAnswersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListReviewTemplatesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListShareInvitationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTemplateSharesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListWorkloadSharesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateAnswerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateLensReviewCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateReviewTemplateAnswerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateReviewTemplateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateReviewTemplateLensReviewCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateShareInvitationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateWorkloadShareCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpgradeLensReviewCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpgradeProfileVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpgradeReviewTemplateLensReviewCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DisassociateProfilesInput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DisassociateProfilesCommandInput extends DisassociateProfilesIn
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DisassociateProfilesCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DisassociateProfilesCommand_base: {
|
|
24
|
+
new (input: DisassociateProfilesCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateProfilesCommandInput, DisassociateProfilesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Disassociate a profile from a workload.</p>
|
|
@@ -70,23 +73,5 @@ export interface DisassociateProfilesCommandOutput extends __MetadataBearer {
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class DisassociateProfilesCommand extends
|
|
74
|
-
readonly input: DisassociateProfilesCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: DisassociateProfilesCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateProfilesCommandInput, DisassociateProfilesCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class DisassociateProfilesCommand extends DisassociateProfilesCommand_base {
|
|
92
77
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ExportLensInput, ExportLensOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ExportLensCommandInput extends ExportLensInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ExportLensCommandOutput extends ExportLensOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ExportLensCommand_base: {
|
|
24
|
+
new (input: ExportLensCommandInput): import("@smithy/smithy-client").CommandImpl<ExportLensCommandInput, ExportLensCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Export an existing lens.</p>
|
|
@@ -82,23 +85,5 @@ export interface ExportLensCommandOutput extends ExportLensOutput, __MetadataBea
|
|
|
82
85
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class ExportLensCommand extends
|
|
86
|
-
readonly input: ExportLensCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: ExportLensCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExportLensCommandInput, ExportLensCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class ExportLensCommand extends ExportLensCommand_base {
|
|
104
89
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetAnswerInput, GetAnswerOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetAnswerCommandInput extends GetAnswerInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetAnswerCommandOutput extends GetAnswerOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetAnswerCommand_base: {
|
|
24
|
+
new (input: GetAnswerCommandInput): import("@smithy/smithy-client").CommandImpl<GetAnswerCommandInput, GetAnswerCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Get the answer to a specific question in a workload review.</p>
|
|
@@ -122,23 +125,5 @@ export interface GetAnswerCommandOutput extends GetAnswerOutput, __MetadataBeare
|
|
|
122
125
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
123
126
|
*
|
|
124
127
|
*/
|
|
125
|
-
export declare class GetAnswerCommand extends
|
|
126
|
-
readonly input: GetAnswerCommandInput;
|
|
127
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
128
|
-
/**
|
|
129
|
-
* @public
|
|
130
|
-
*/
|
|
131
|
-
constructor(input: GetAnswerCommandInput);
|
|
132
|
-
/**
|
|
133
|
-
* @internal
|
|
134
|
-
*/
|
|
135
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAnswerCommandInput, GetAnswerCommandOutput>;
|
|
136
|
-
/**
|
|
137
|
-
* @internal
|
|
138
|
-
*/
|
|
139
|
-
private serialize;
|
|
140
|
-
/**
|
|
141
|
-
* @internal
|
|
142
|
-
*/
|
|
143
|
-
private deserialize;
|
|
128
|
+
export declare class GetAnswerCommand extends GetAnswerCommand_base {
|
|
144
129
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetConsolidatedReportInput, GetConsolidatedReportOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetConsolidatedReportCommandInput extends GetConsolidatedReport
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetConsolidatedReportCommandOutput extends GetConsolidatedReportOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetConsolidatedReportCommand_base: {
|
|
24
|
+
new (input: GetConsolidatedReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetConsolidatedReportCommandInput, GetConsolidatedReportCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Get a consolidated report of your workloads.</p>
|
|
@@ -110,23 +113,5 @@ export interface GetConsolidatedReportCommandOutput extends GetConsolidatedRepor
|
|
|
110
113
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
111
114
|
*
|
|
112
115
|
*/
|
|
113
|
-
export declare class GetConsolidatedReportCommand extends
|
|
114
|
-
readonly input: GetConsolidatedReportCommandInput;
|
|
115
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
116
|
-
/**
|
|
117
|
-
* @public
|
|
118
|
-
*/
|
|
119
|
-
constructor(input: GetConsolidatedReportCommandInput);
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConsolidatedReportCommandInput, GetConsolidatedReportCommandOutput>;
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
|
-
private serialize;
|
|
128
|
-
/**
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
131
|
-
private deserialize;
|
|
116
|
+
export declare class GetConsolidatedReportCommand extends GetConsolidatedReportCommand_base {
|
|
132
117
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetLensInput, GetLensOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetLensCommandInput extends GetLensInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetLensCommandOutput extends GetLensOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetLensCommand_base: {
|
|
24
|
+
new (input: GetLensCommandInput): import("@smithy/smithy-client").CommandImpl<GetLensCommandInput, GetLensCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Get an existing lens.</p>
|
|
@@ -77,23 +80,5 @@ export interface GetLensCommandOutput extends GetLensOutput, __MetadataBearer {
|
|
|
77
80
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
78
81
|
*
|
|
79
82
|
*/
|
|
80
|
-
export declare class GetLensCommand extends
|
|
81
|
-
readonly input: GetLensCommandInput;
|
|
82
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
constructor(input: GetLensCommandInput);
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLensCommandInput, GetLensCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private serialize;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private deserialize;
|
|
83
|
+
export declare class GetLensCommand extends GetLensCommand_base {
|
|
99
84
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetLensReviewInput, GetLensReviewOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetLensReviewCommandInput extends GetLensReviewInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetLensReviewCommandOutput extends GetLensReviewOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetLensReviewCommand_base: {
|
|
24
|
+
new (input: GetLensReviewCommandInput): import("@smithy/smithy-client").CommandImpl<GetLensReviewCommandInput, GetLensReviewCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Get lens review.</p>
|
|
@@ -104,23 +107,5 @@ export interface GetLensReviewCommandOutput extends GetLensReviewOutput, __Metad
|
|
|
104
107
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
105
108
|
*
|
|
106
109
|
*/
|
|
107
|
-
export declare class GetLensReviewCommand extends
|
|
108
|
-
readonly input: GetLensReviewCommandInput;
|
|
109
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
110
|
-
/**
|
|
111
|
-
* @public
|
|
112
|
-
*/
|
|
113
|
-
constructor(input: GetLensReviewCommandInput);
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLensReviewCommandInput, GetLensReviewCommandOutput>;
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
|
-
private serialize;
|
|
122
|
-
/**
|
|
123
|
-
* @internal
|
|
124
|
-
*/
|
|
125
|
-
private deserialize;
|
|
110
|
+
export declare class GetLensReviewCommand extends GetLensReviewCommand_base {
|
|
126
111
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetLensReviewReportInput, GetLensReviewReportOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetLensReviewReportCommandInput extends GetLensReviewReportInpu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetLensReviewReportCommandOutput extends GetLensReviewReportOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetLensReviewReportCommand_base: {
|
|
24
|
+
new (input: GetLensReviewReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetLensReviewReportCommandInput, GetLensReviewReportCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Get lens review report.</p>
|
|
@@ -74,23 +77,5 @@ export interface GetLensReviewReportCommandOutput extends GetLensReviewReportOut
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class GetLensReviewReportCommand extends
|
|
78
|
-
readonly input: GetLensReviewReportCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: GetLensReviewReportCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLensReviewReportCommandInput, GetLensReviewReportCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class GetLensReviewReportCommand extends GetLensReviewReportCommand_base {
|
|
96
81
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetLensVersionDifferenceInput, GetLensVersionDifferenceOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetLensVersionDifferenceCommandInput extends GetLensVersionDiff
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetLensVersionDifferenceCommandOutput extends GetLensVersionDifferenceOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetLensVersionDifferenceCommand_base: {
|
|
24
|
+
new (input: GetLensVersionDifferenceCommandInput): import("@smithy/smithy-client").CommandImpl<GetLensVersionDifferenceCommandInput, GetLensVersionDifferenceCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Get lens version differences.</p>
|
|
@@ -88,23 +91,5 @@ export interface GetLensVersionDifferenceCommandOutput extends GetLensVersionDif
|
|
|
88
91
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
89
92
|
*
|
|
90
93
|
*/
|
|
91
|
-
export declare class GetLensVersionDifferenceCommand extends
|
|
92
|
-
readonly input: GetLensVersionDifferenceCommandInput;
|
|
93
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
-
/**
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
constructor(input: GetLensVersionDifferenceCommandInput);
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLensVersionDifferenceCommandInput, GetLensVersionDifferenceCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private serialize;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private deserialize;
|
|
94
|
+
export declare class GetLensVersionDifferenceCommand extends GetLensVersionDifferenceCommand_base {
|
|
110
95
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetMilestoneInput, GetMilestoneOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetMilestoneCommandInput extends GetMilestoneInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetMilestoneCommandOutput extends GetMilestoneOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetMilestoneCommand_base: {
|
|
24
|
+
new (input: GetMilestoneCommandInput): import("@smithy/smithy-client").CommandImpl<GetMilestoneCommandInput, GetMilestoneCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Get a milestone for an existing workload.</p>
|
|
@@ -129,23 +132,5 @@ export interface GetMilestoneCommandOutput extends GetMilestoneOutput, __Metadat
|
|
|
129
132
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
130
133
|
*
|
|
131
134
|
*/
|
|
132
|
-
export declare class GetMilestoneCommand extends
|
|
133
|
-
readonly input: GetMilestoneCommandInput;
|
|
134
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
135
|
-
/**
|
|
136
|
-
* @public
|
|
137
|
-
*/
|
|
138
|
-
constructor(input: GetMilestoneCommandInput);
|
|
139
|
-
/**
|
|
140
|
-
* @internal
|
|
141
|
-
*/
|
|
142
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMilestoneCommandInput, GetMilestoneCommandOutput>;
|
|
143
|
-
/**
|
|
144
|
-
* @internal
|
|
145
|
-
*/
|
|
146
|
-
private serialize;
|
|
147
|
-
/**
|
|
148
|
-
* @internal
|
|
149
|
-
*/
|
|
150
|
-
private deserialize;
|
|
135
|
+
export declare class GetMilestoneCommand extends GetMilestoneCommand_base {
|
|
151
136
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetProfileInput, GetProfileOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetProfileCommandInput extends GetProfileInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetProfileCommandOutput extends GetProfileOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetProfileCommand_base: {
|
|
24
|
+
new (input: GetProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetProfileCommandInput, GetProfileCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Get profile information.</p>
|
|
@@ -98,23 +101,5 @@ export interface GetProfileCommandOutput extends GetProfileOutput, __MetadataBea
|
|
|
98
101
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
99
102
|
*
|
|
100
103
|
*/
|
|
101
|
-
export declare class GetProfileCommand extends
|
|
102
|
-
readonly input: GetProfileCommandInput;
|
|
103
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
104
|
-
/**
|
|
105
|
-
* @public
|
|
106
|
-
*/
|
|
107
|
-
constructor(input: GetProfileCommandInput);
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetProfileCommandInput, GetProfileCommandOutput>;
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
private serialize;
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
|
-
private deserialize;
|
|
104
|
+
export declare class GetProfileCommand extends GetProfileCommand_base {
|
|
120
105
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetProfileTemplateInput, GetProfileTemplateOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetProfileTemplateCommandInput extends GetProfileTemplateInput
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetProfileTemplateCommandOutput extends GetProfileTemplateOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetProfileTemplateCommand_base: {
|
|
24
|
+
new (input: GetProfileTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetProfileTemplateCommandInput, GetProfileTemplateCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Get profile template.</p>
|
|
@@ -84,23 +87,5 @@ export interface GetProfileTemplateCommandOutput extends GetProfileTemplateOutpu
|
|
|
84
87
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
85
88
|
*
|
|
86
89
|
*/
|
|
87
|
-
export declare class GetProfileTemplateCommand extends
|
|
88
|
-
readonly input: GetProfileTemplateCommandInput;
|
|
89
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
constructor(input: GetProfileTemplateCommandInput);
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetProfileTemplateCommandInput, GetProfileTemplateCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private serialize;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private deserialize;
|
|
90
|
+
export declare class GetProfileTemplateCommand extends GetProfileTemplateCommand_base {
|
|
106
91
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetReviewTemplateAnswerInput, GetReviewTemplateAnswerOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetReviewTemplateAnswerCommandInput extends GetReviewTemplateAn
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetReviewTemplateAnswerCommandOutput extends GetReviewTemplateAnswerOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetReviewTemplateAnswerCommand_base: {
|
|
24
|
+
new (input: GetReviewTemplateAnswerCommandInput): import("@smithy/smithy-client").CommandImpl<GetReviewTemplateAnswerCommandInput, GetReviewTemplateAnswerCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Get review template answer.</p>
|
|
@@ -119,23 +122,5 @@ export interface GetReviewTemplateAnswerCommandOutput extends GetReviewTemplateA
|
|
|
119
122
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
120
123
|
*
|
|
121
124
|
*/
|
|
122
|
-
export declare class GetReviewTemplateAnswerCommand extends
|
|
123
|
-
readonly input: GetReviewTemplateAnswerCommandInput;
|
|
124
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
125
|
-
/**
|
|
126
|
-
* @public
|
|
127
|
-
*/
|
|
128
|
-
constructor(input: GetReviewTemplateAnswerCommandInput);
|
|
129
|
-
/**
|
|
130
|
-
* @internal
|
|
131
|
-
*/
|
|
132
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetReviewTemplateAnswerCommandInput, GetReviewTemplateAnswerCommandOutput>;
|
|
133
|
-
/**
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
136
|
-
private serialize;
|
|
137
|
-
/**
|
|
138
|
-
* @internal
|
|
139
|
-
*/
|
|
140
|
-
private deserialize;
|
|
125
|
+
export declare class GetReviewTemplateAnswerCommand extends GetReviewTemplateAnswerCommand_base {
|
|
141
126
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetReviewTemplateInput, GetReviewTemplateOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetReviewTemplateCommandInput extends GetReviewTemplateInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetReviewTemplateCommandOutput extends GetReviewTemplateOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetReviewTemplateCommand_base: {
|
|
24
|
+
new (input: GetReviewTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetReviewTemplateCommandInput, GetReviewTemplateCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Get review template.</p>
|
|
@@ -84,23 +87,5 @@ export interface GetReviewTemplateCommandOutput extends GetReviewTemplateOutput,
|
|
|
84
87
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
85
88
|
*
|
|
86
89
|
*/
|
|
87
|
-
export declare class GetReviewTemplateCommand extends
|
|
88
|
-
readonly input: GetReviewTemplateCommandInput;
|
|
89
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
constructor(input: GetReviewTemplateCommandInput);
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetReviewTemplateCommandInput, GetReviewTemplateCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private serialize;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private deserialize;
|
|
90
|
+
export declare class GetReviewTemplateCommand extends GetReviewTemplateCommand_base {
|
|
106
91
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetReviewTemplateLensReviewInput, GetReviewTemplateLensReviewOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetReviewTemplateLensReviewCommandInput extends GetReviewTempla
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetReviewTemplateLensReviewCommandOutput extends GetReviewTemplateLensReviewOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetReviewTemplateLensReviewCommand_base: {
|
|
24
|
+
new (input: GetReviewTemplateLensReviewCommandInput): import("@smithy/smithy-client").CommandImpl<GetReviewTemplateLensReviewCommandInput, GetReviewTemplateLensReviewCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Get a lens review associated with a review template.</p>
|
|
@@ -90,23 +93,5 @@ export interface GetReviewTemplateLensReviewCommandOutput extends GetReviewTempl
|
|
|
90
93
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
91
94
|
*
|
|
92
95
|
*/
|
|
93
|
-
export declare class GetReviewTemplateLensReviewCommand extends
|
|
94
|
-
readonly input: GetReviewTemplateLensReviewCommandInput;
|
|
95
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
96
|
-
/**
|
|
97
|
-
* @public
|
|
98
|
-
*/
|
|
99
|
-
constructor(input: GetReviewTemplateLensReviewCommandInput);
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetReviewTemplateLensReviewCommandInput, GetReviewTemplateLensReviewCommandOutput>;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private serialize;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private deserialize;
|
|
96
|
+
export declare class GetReviewTemplateLensReviewCommand extends GetReviewTemplateLensReviewCommand_base {
|
|
112
97
|
}
|