@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,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_CreateLensShareCommand, se_CreateLensShareCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class CreateLensShareCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "WellArchitectedClient";
|
|
26
|
-
const commandName = "CreateLensShareCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "WellArchitectedApiServiceLambda",
|
|
35
|
-
operation: "CreateLensShare",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_CreateLensShareCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_CreateLensShareCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class CreateLensShareCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("WellArchitectedApiServiceLambda", "CreateLensShare", {})
|
|
19
|
+
.n("WellArchitectedClient", "CreateLensShareCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateLensShareCommand)
|
|
22
|
+
.de(de_CreateLensShareCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_CreateLensVersionCommand, se_CreateLensVersionCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class CreateLensVersionCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "WellArchitectedClient";
|
|
26
|
-
const commandName = "CreateLensVersionCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "WellArchitectedApiServiceLambda",
|
|
35
|
-
operation: "CreateLensVersion",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_CreateLensVersionCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_CreateLensVersionCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class CreateLensVersionCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("WellArchitectedApiServiceLambda", "CreateLensVersion", {})
|
|
19
|
+
.n("WellArchitectedClient", "CreateLensVersionCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateLensVersionCommand)
|
|
22
|
+
.de(de_CreateLensVersionCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_CreateMilestoneCommand, se_CreateMilestoneCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class CreateMilestoneCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "WellArchitectedClient";
|
|
26
|
-
const commandName = "CreateMilestoneCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "WellArchitectedApiServiceLambda",
|
|
35
|
-
operation: "CreateMilestone",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_CreateMilestoneCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_CreateMilestoneCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class CreateMilestoneCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("WellArchitectedApiServiceLambda", "CreateMilestone", {})
|
|
19
|
+
.n("WellArchitectedClient", "CreateMilestoneCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateMilestoneCommand)
|
|
22
|
+
.de(de_CreateMilestoneCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_CreateProfileCommand, se_CreateProfileCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class CreateProfileCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "WellArchitectedClient";
|
|
26
|
-
const commandName = "CreateProfileCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "WellArchitectedApiServiceLambda",
|
|
35
|
-
operation: "CreateProfile",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_CreateProfileCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_CreateProfileCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class CreateProfileCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("WellArchitectedApiServiceLambda", "CreateProfile", {})
|
|
19
|
+
.n("WellArchitectedClient", "CreateProfileCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateProfileCommand)
|
|
22
|
+
.de(de_CreateProfileCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_CreateProfileShareCommand, se_CreateProfileShareCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class CreateProfileShareCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "WellArchitectedClient";
|
|
26
|
-
const commandName = "CreateProfileShareCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "WellArchitectedApiServiceLambda",
|
|
35
|
-
operation: "CreateProfileShare",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_CreateProfileShareCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_CreateProfileShareCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class CreateProfileShareCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("WellArchitectedApiServiceLambda", "CreateProfileShare", {})
|
|
19
|
+
.n("WellArchitectedClient", "CreateProfileShareCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateProfileShareCommand)
|
|
22
|
+
.de(de_CreateProfileShareCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_CreateReviewTemplateCommand, se_CreateReviewTemplateCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class CreateReviewTemplateCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "WellArchitectedClient";
|
|
26
|
-
const commandName = "CreateReviewTemplateCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "WellArchitectedApiServiceLambda",
|
|
35
|
-
operation: "CreateReviewTemplate",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_CreateReviewTemplateCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_CreateReviewTemplateCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class CreateReviewTemplateCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("WellArchitectedApiServiceLambda", "CreateReviewTemplate", {})
|
|
19
|
+
.n("WellArchitectedClient", "CreateReviewTemplateCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateReviewTemplateCommand)
|
|
22
|
+
.de(de_CreateReviewTemplateCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_CreateTemplateShareCommand, se_CreateTemplateShareCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class CreateTemplateShareCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "WellArchitectedClient";
|
|
26
|
-
const commandName = "CreateTemplateShareCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "WellArchitectedApiServiceLambda",
|
|
35
|
-
operation: "CreateTemplateShare",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_CreateTemplateShareCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_CreateTemplateShareCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class CreateTemplateShareCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("WellArchitectedApiServiceLambda", "CreateTemplateShare", {})
|
|
19
|
+
.n("WellArchitectedClient", "CreateTemplateShareCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateTemplateShareCommand)
|
|
22
|
+
.de(de_CreateTemplateShareCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_CreateWorkloadCommand, se_CreateWorkloadCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class CreateWorkloadCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "WellArchitectedClient";
|
|
26
|
-
const commandName = "CreateWorkloadCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "WellArchitectedApiServiceLambda",
|
|
35
|
-
operation: "CreateWorkload",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_CreateWorkloadCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_CreateWorkloadCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class CreateWorkloadCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("WellArchitectedApiServiceLambda", "CreateWorkload", {})
|
|
19
|
+
.n("WellArchitectedClient", "CreateWorkloadCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateWorkloadCommand)
|
|
22
|
+
.de(de_CreateWorkloadCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_CreateWorkloadShareCommand, se_CreateWorkloadShareCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class CreateWorkloadShareCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "WellArchitectedClient";
|
|
26
|
-
const commandName = "CreateWorkloadShareCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "WellArchitectedApiServiceLambda",
|
|
35
|
-
operation: "CreateWorkloadShare",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_CreateWorkloadShareCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_CreateWorkloadShareCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class CreateWorkloadShareCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("WellArchitectedApiServiceLambda", "CreateWorkloadShare", {})
|
|
19
|
+
.n("WellArchitectedClient", "CreateWorkloadShareCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateWorkloadShareCommand)
|
|
22
|
+
.de(de_CreateWorkloadShareCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|