@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,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { DisassociateLensesInput } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -16,19 +10,16 @@ export { __MetadataBearer, $Command };
|
|
|
16
10
|
export interface DisassociateLensesCommandInput
|
|
17
11
|
extends DisassociateLensesInput {}
|
|
18
12
|
export interface DisassociateLensesCommandOutput extends __MetadataBearer {}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
private serialize;
|
|
33
|
-
private deserialize;
|
|
34
|
-
}
|
|
13
|
+
declare const DisassociateLensesCommand_base: {
|
|
14
|
+
new (
|
|
15
|
+
input: DisassociateLensesCommandInput
|
|
16
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
17
|
+
DisassociateLensesCommandInput,
|
|
18
|
+
DisassociateLensesCommandOutput,
|
|
19
|
+
WellArchitectedClientResolvedConfig,
|
|
20
|
+
ServiceInputTypes,
|
|
21
|
+
ServiceOutputTypes
|
|
22
|
+
>;
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
|
+
};
|
|
25
|
+
export declare class DisassociateLensesCommand extends DisassociateLensesCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { DisassociateProfilesInput } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -16,22 +10,16 @@ export { __MetadataBearer, $Command };
|
|
|
16
10
|
export interface DisassociateProfilesCommandInput
|
|
17
11
|
extends DisassociateProfilesInput {}
|
|
18
12
|
export interface DisassociateProfilesCommandOutput extends __MetadataBearer {}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
> {
|
|
24
|
-
readonly input: DisassociateProfilesCommandInput;
|
|
25
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
|
-
constructor(input: DisassociateProfilesCommandInput);
|
|
27
|
-
resolveMiddleware(
|
|
28
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
-
configuration: WellArchitectedClientResolvedConfig,
|
|
30
|
-
options?: __HttpHandlerOptions
|
|
31
|
-
): Handler<
|
|
13
|
+
declare const DisassociateProfilesCommand_base: {
|
|
14
|
+
new (
|
|
15
|
+
input: DisassociateProfilesCommandInput
|
|
16
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
17
|
DisassociateProfilesCommandInput,
|
|
33
|
-
DisassociateProfilesCommandOutput
|
|
18
|
+
DisassociateProfilesCommandOutput,
|
|
19
|
+
WellArchitectedClientResolvedConfig,
|
|
20
|
+
ServiceInputTypes,
|
|
21
|
+
ServiceOutputTypes
|
|
34
22
|
>;
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
|
+
};
|
|
25
|
+
export declare class DisassociateProfilesCommand extends DisassociateProfilesCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { ExportLensInput, ExportLensOutput } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface ExportLensCommandInput extends ExportLensInput {}
|
|
|
17
11
|
export interface ExportLensCommandOutput
|
|
18
12
|
extends ExportLensOutput,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const ExportLensCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: ExportLensCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
ExportLensCommandInput,
|
|
19
|
+
ExportLensCommandOutput,
|
|
20
|
+
WellArchitectedClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class ExportLensCommand extends ExportLensCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { GetAnswerInput, GetAnswerOutput } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface GetAnswerCommandInput extends GetAnswerInput {}
|
|
|
17
11
|
export interface GetAnswerCommandOutput
|
|
18
12
|
extends GetAnswerOutput,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const GetAnswerCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: GetAnswerCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
GetAnswerCommandInput,
|
|
19
|
+
GetAnswerCommandOutput,
|
|
20
|
+
WellArchitectedClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class GetAnswerCommand extends GetAnswerCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GetConsolidatedReportInput,
|
|
11
5
|
GetConsolidatedReportOutput,
|
|
@@ -21,22 +15,16 @@ export interface GetConsolidatedReportCommandInput
|
|
|
21
15
|
export interface GetConsolidatedReportCommandOutput
|
|
22
16
|
extends GetConsolidatedReportOutput,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: GetConsolidatedReportCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: GetConsolidatedReportCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: WellArchitectedClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const GetConsolidatedReportCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetConsolidatedReportCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
GetConsolidatedReportCommandInput,
|
|
38
|
-
GetConsolidatedReportCommandOutput
|
|
23
|
+
GetConsolidatedReportCommandOutput,
|
|
24
|
+
WellArchitectedClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetConsolidatedReportCommand extends GetConsolidatedReportCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { GetLensInput, GetLensOutput } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -15,19 +9,14 @@ import {
|
|
|
15
9
|
export { __MetadataBearer, $Command };
|
|
16
10
|
export interface GetLensCommandInput extends GetLensInput {}
|
|
17
11
|
export interface GetLensCommandOutput extends GetLensOutput, __MetadataBearer {}
|
|
18
|
-
|
|
19
|
-
GetLensCommandInput
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
options?: __HttpHandlerOptions
|
|
30
|
-
): Handler<GetLensCommandInput, GetLensCommandOutput>;
|
|
31
|
-
private serialize;
|
|
32
|
-
private deserialize;
|
|
33
|
-
}
|
|
12
|
+
declare const GetLensCommand_base: {
|
|
13
|
+
new (input: GetLensCommandInput): import("@smithy/smithy-client").CommandImpl<
|
|
14
|
+
GetLensCommandInput,
|
|
15
|
+
GetLensCommandOutput,
|
|
16
|
+
WellArchitectedClientResolvedConfig,
|
|
17
|
+
ServiceInputTypes,
|
|
18
|
+
ServiceOutputTypes
|
|
19
|
+
>;
|
|
20
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
21
|
+
};
|
|
22
|
+
export declare class GetLensCommand extends GetLensCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { GetLensReviewInput, GetLensReviewOutput } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface GetLensReviewCommandInput extends GetLensReviewInput {}
|
|
|
17
11
|
export interface GetLensReviewCommandOutput
|
|
18
12
|
extends GetLensReviewOutput,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const GetLensReviewCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: GetLensReviewCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
GetLensReviewCommandInput,
|
|
19
|
+
GetLensReviewCommandOutput,
|
|
20
|
+
WellArchitectedClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class GetLensReviewCommand extends GetLensReviewCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GetLensReviewReportInput,
|
|
11
5
|
GetLensReviewReportOutput,
|
|
@@ -21,19 +15,16 @@ export interface GetLensReviewReportCommandInput
|
|
|
21
15
|
export interface GetLensReviewReportCommandOutput
|
|
22
16
|
extends GetLensReviewReportOutput,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const GetLensReviewReportCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetLensReviewReportCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetLensReviewReportCommandInput,
|
|
23
|
+
GetLensReviewReportCommandOutput,
|
|
24
|
+
WellArchitectedClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetLensReviewReportCommand extends GetLensReviewReportCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GetLensVersionDifferenceInput,
|
|
11
5
|
GetLensVersionDifferenceOutput,
|
|
@@ -21,22 +15,16 @@ export interface GetLensVersionDifferenceCommandInput
|
|
|
21
15
|
export interface GetLensVersionDifferenceCommandOutput
|
|
22
16
|
extends GetLensVersionDifferenceOutput,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: GetLensVersionDifferenceCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: GetLensVersionDifferenceCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: WellArchitectedClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const GetLensVersionDifferenceCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetLensVersionDifferenceCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
GetLensVersionDifferenceCommandInput,
|
|
38
|
-
GetLensVersionDifferenceCommandOutput
|
|
23
|
+
GetLensVersionDifferenceCommandOutput,
|
|
24
|
+
WellArchitectedClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetLensVersionDifferenceCommand extends GetLensVersionDifferenceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { GetMilestoneInput, GetMilestoneOutput } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface GetMilestoneCommandInput extends GetMilestoneInput {}
|
|
|
17
11
|
export interface GetMilestoneCommandOutput
|
|
18
12
|
extends GetMilestoneOutput,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const GetMilestoneCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: GetMilestoneCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
GetMilestoneCommandInput,
|
|
19
|
+
GetMilestoneCommandOutput,
|
|
20
|
+
WellArchitectedClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class GetMilestoneCommand extends GetMilestoneCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { GetProfileInput, GetProfileOutput } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface GetProfileCommandInput extends GetProfileInput {}
|
|
|
17
11
|
export interface GetProfileCommandOutput
|
|
18
12
|
extends GetProfileOutput,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const GetProfileCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: GetProfileCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
GetProfileCommandInput,
|
|
19
|
+
GetProfileCommandOutput,
|
|
20
|
+
WellArchitectedClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class GetProfileCommand extends GetProfileCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GetProfileTemplateInput,
|
|
11
5
|
GetProfileTemplateOutput,
|
|
@@ -21,19 +15,16 @@ export interface GetProfileTemplateCommandInput
|
|
|
21
15
|
export interface GetProfileTemplateCommandOutput
|
|
22
16
|
extends GetProfileTemplateOutput,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const GetProfileTemplateCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetProfileTemplateCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetProfileTemplateCommandInput,
|
|
23
|
+
GetProfileTemplateCommandOutput,
|
|
24
|
+
WellArchitectedClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetProfileTemplateCommand extends GetProfileTemplateCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GetReviewTemplateAnswerInput,
|
|
11
5
|
GetReviewTemplateAnswerOutput,
|
|
@@ -21,22 +15,16 @@ export interface GetReviewTemplateAnswerCommandInput
|
|
|
21
15
|
export interface GetReviewTemplateAnswerCommandOutput
|
|
22
16
|
extends GetReviewTemplateAnswerOutput,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: GetReviewTemplateAnswerCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: GetReviewTemplateAnswerCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: WellArchitectedClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const GetReviewTemplateAnswerCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetReviewTemplateAnswerCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
GetReviewTemplateAnswerCommandInput,
|
|
38
|
-
GetReviewTemplateAnswerCommandOutput
|
|
23
|
+
GetReviewTemplateAnswerCommandOutput,
|
|
24
|
+
WellArchitectedClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetReviewTemplateAnswerCommand extends GetReviewTemplateAnswerCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GetReviewTemplateInput,
|
|
11
5
|
GetReviewTemplateOutput,
|
|
@@ -20,19 +14,16 @@ export interface GetReviewTemplateCommandInput extends GetReviewTemplateInput {}
|
|
|
20
14
|
export interface GetReviewTemplateCommandOutput
|
|
21
15
|
extends GetReviewTemplateOutput,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const GetReviewTemplateCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: GetReviewTemplateCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
GetReviewTemplateCommandInput,
|
|
22
|
+
GetReviewTemplateCommandOutput,
|
|
23
|
+
WellArchitectedClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class GetReviewTemplateCommand extends GetReviewTemplateCommand_base {}
|