@aws-sdk/client-wellarchitected 3.1076.0 → 3.1078.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/index.js +225 -867
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateLensesCommand.js +2 -14
- package/dist-es/commands/AssociateProfilesCommand.js +2 -14
- package/dist-es/commands/CreateLensShareCommand.js +2 -14
- package/dist-es/commands/CreateLensVersionCommand.js +2 -14
- package/dist-es/commands/CreateMilestoneCommand.js +2 -14
- package/dist-es/commands/CreateProfileCommand.js +2 -14
- package/dist-es/commands/CreateProfileShareCommand.js +2 -14
- package/dist-es/commands/CreateReviewTemplateCommand.js +2 -14
- package/dist-es/commands/CreateTemplateShareCommand.js +2 -14
- package/dist-es/commands/CreateWorkloadCommand.js +2 -14
- package/dist-es/commands/CreateWorkloadShareCommand.js +2 -14
- package/dist-es/commands/DeleteLensCommand.js +2 -14
- package/dist-es/commands/DeleteLensShareCommand.js +2 -14
- package/dist-es/commands/DeleteProfileCommand.js +2 -14
- package/dist-es/commands/DeleteProfileShareCommand.js +2 -14
- package/dist-es/commands/DeleteReviewTemplateCommand.js +2 -14
- package/dist-es/commands/DeleteTemplateShareCommand.js +2 -14
- package/dist-es/commands/DeleteWorkloadCommand.js +2 -14
- package/dist-es/commands/DeleteWorkloadShareCommand.js +2 -14
- package/dist-es/commands/DisassociateLensesCommand.js +2 -14
- package/dist-es/commands/DisassociateProfilesCommand.js +2 -14
- package/dist-es/commands/ExportLensCommand.js +2 -14
- package/dist-es/commands/GetAnswerCommand.js +2 -14
- package/dist-es/commands/GetConsolidatedReportCommand.js +2 -14
- package/dist-es/commands/GetGlobalSettingsCommand.js +2 -14
- package/dist-es/commands/GetLensCommand.js +2 -14
- package/dist-es/commands/GetLensReviewCommand.js +2 -14
- package/dist-es/commands/GetLensReviewReportCommand.js +2 -14
- package/dist-es/commands/GetLensVersionDifferenceCommand.js +2 -14
- package/dist-es/commands/GetMilestoneCommand.js +2 -14
- package/dist-es/commands/GetProfileCommand.js +2 -14
- package/dist-es/commands/GetProfileTemplateCommand.js +2 -14
- package/dist-es/commands/GetReviewTemplateAnswerCommand.js +2 -14
- package/dist-es/commands/GetReviewTemplateCommand.js +2 -14
- package/dist-es/commands/GetReviewTemplateLensReviewCommand.js +2 -14
- package/dist-es/commands/GetWorkloadCommand.js +2 -14
- package/dist-es/commands/ImportLensCommand.js +2 -14
- package/dist-es/commands/ListAnswersCommand.js +2 -14
- package/dist-es/commands/ListCheckDetailsCommand.js +2 -14
- package/dist-es/commands/ListCheckSummariesCommand.js +2 -14
- package/dist-es/commands/ListLensReviewImprovementsCommand.js +2 -14
- package/dist-es/commands/ListLensReviewsCommand.js +2 -14
- package/dist-es/commands/ListLensSharesCommand.js +2 -14
- package/dist-es/commands/ListLensesCommand.js +2 -14
- package/dist-es/commands/ListMilestonesCommand.js +2 -14
- package/dist-es/commands/ListNotificationsCommand.js +2 -14
- package/dist-es/commands/ListProfileNotificationsCommand.js +2 -14
- package/dist-es/commands/ListProfileSharesCommand.js +2 -14
- package/dist-es/commands/ListProfilesCommand.js +2 -14
- package/dist-es/commands/ListReviewTemplateAnswersCommand.js +2 -14
- package/dist-es/commands/ListReviewTemplatesCommand.js +2 -14
- package/dist-es/commands/ListShareInvitationsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTemplateSharesCommand.js +2 -14
- package/dist-es/commands/ListWorkloadSharesCommand.js +2 -14
- package/dist-es/commands/ListWorkloadsCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAnswerCommand.js +2 -14
- package/dist-es/commands/UpdateGlobalSettingsCommand.js +2 -14
- package/dist-es/commands/UpdateIntegrationCommand.js +2 -14
- package/dist-es/commands/UpdateLensReviewCommand.js +2 -14
- package/dist-es/commands/UpdateProfileCommand.js +2 -14
- package/dist-es/commands/UpdateReviewTemplateAnswerCommand.js +2 -14
- package/dist-es/commands/UpdateReviewTemplateCommand.js +2 -14
- package/dist-es/commands/UpdateReviewTemplateLensReviewCommand.js +2 -14
- package/dist-es/commands/UpdateShareInvitationCommand.js +2 -14
- package/dist-es/commands/UpdateWorkloadCommand.js +2 -14
- package/dist-es/commands/UpdateWorkloadShareCommand.js +2 -14
- package/dist-es/commands/UpgradeLensReviewCommand.js +2 -14
- package/dist-es/commands/UpgradeProfileVersionCommand.js +2 -14
- package/dist-es/commands/UpgradeReviewTemplateLensReviewCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateLensesCommand.d.ts +3 -8
- package/dist-types/commands/AssociateProfilesCommand.d.ts +3 -8
- package/dist-types/commands/CreateLensShareCommand.d.ts +3 -8
- package/dist-types/commands/CreateLensVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateMilestoneCommand.d.ts +3 -8
- package/dist-types/commands/CreateProfileCommand.d.ts +3 -8
- package/dist-types/commands/CreateProfileShareCommand.d.ts +3 -8
- package/dist-types/commands/CreateReviewTemplateCommand.d.ts +3 -8
- package/dist-types/commands/CreateTemplateShareCommand.d.ts +3 -8
- package/dist-types/commands/CreateWorkloadCommand.d.ts +3 -8
- package/dist-types/commands/CreateWorkloadShareCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLensCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLensShareCommand.d.ts +3 -8
- package/dist-types/commands/DeleteProfileCommand.d.ts +3 -8
- package/dist-types/commands/DeleteProfileShareCommand.d.ts +3 -8
- package/dist-types/commands/DeleteReviewTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTemplateShareCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWorkloadCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWorkloadShareCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateLensesCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateProfilesCommand.d.ts +3 -8
- package/dist-types/commands/ExportLensCommand.d.ts +3 -8
- package/dist-types/commands/GetAnswerCommand.d.ts +3 -8
- package/dist-types/commands/GetConsolidatedReportCommand.d.ts +3 -8
- package/dist-types/commands/GetGlobalSettingsCommand.d.ts +3 -8
- package/dist-types/commands/GetLensCommand.d.ts +3 -8
- package/dist-types/commands/GetLensReviewCommand.d.ts +3 -8
- package/dist-types/commands/GetLensReviewReportCommand.d.ts +3 -8
- package/dist-types/commands/GetLensVersionDifferenceCommand.d.ts +3 -8
- package/dist-types/commands/GetMilestoneCommand.d.ts +3 -8
- package/dist-types/commands/GetProfileCommand.d.ts +3 -8
- package/dist-types/commands/GetProfileTemplateCommand.d.ts +3 -8
- package/dist-types/commands/GetReviewTemplateAnswerCommand.d.ts +3 -8
- package/dist-types/commands/GetReviewTemplateCommand.d.ts +3 -8
- package/dist-types/commands/GetReviewTemplateLensReviewCommand.d.ts +3 -8
- package/dist-types/commands/GetWorkloadCommand.d.ts +3 -8
- package/dist-types/commands/ImportLensCommand.d.ts +3 -8
- package/dist-types/commands/ListAnswersCommand.d.ts +3 -8
- package/dist-types/commands/ListCheckDetailsCommand.d.ts +3 -8
- package/dist-types/commands/ListCheckSummariesCommand.d.ts +3 -8
- package/dist-types/commands/ListLensReviewImprovementsCommand.d.ts +3 -8
- package/dist-types/commands/ListLensReviewsCommand.d.ts +3 -8
- package/dist-types/commands/ListLensSharesCommand.d.ts +3 -8
- package/dist-types/commands/ListLensesCommand.d.ts +3 -8
- package/dist-types/commands/ListMilestonesCommand.d.ts +3 -8
- package/dist-types/commands/ListNotificationsCommand.d.ts +3 -8
- package/dist-types/commands/ListProfileNotificationsCommand.d.ts +3 -8
- package/dist-types/commands/ListProfileSharesCommand.d.ts +3 -8
- package/dist-types/commands/ListProfilesCommand.d.ts +3 -8
- package/dist-types/commands/ListReviewTemplateAnswersCommand.d.ts +3 -8
- package/dist-types/commands/ListReviewTemplatesCommand.d.ts +3 -8
- package/dist-types/commands/ListShareInvitationsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTemplateSharesCommand.d.ts +3 -8
- package/dist-types/commands/ListWorkloadSharesCommand.d.ts +3 -8
- package/dist-types/commands/ListWorkloadsCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAnswerCommand.d.ts +3 -8
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateIntegrationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLensReviewCommand.d.ts +3 -8
- package/dist-types/commands/UpdateProfileCommand.d.ts +3 -8
- package/dist-types/commands/UpdateReviewTemplateAnswerCommand.d.ts +3 -8
- package/dist-types/commands/UpdateReviewTemplateCommand.d.ts +3 -8
- package/dist-types/commands/UpdateReviewTemplateLensReviewCommand.d.ts +3 -8
- package/dist-types/commands/UpdateShareInvitationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateWorkloadCommand.d.ts +3 -8
- package/dist-types/commands/UpdateWorkloadShareCommand.d.ts +3 -8
- package/dist-types/commands/UpgradeLensReviewCommand.d.ts +3 -8
- package/dist-types/commands/UpgradeProfileVersionCommand.d.ts +3 -8
- package/dist-types/commands/UpgradeReviewTemplateLensReviewCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateLensesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateProfilesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLensShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLensVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMilestoneCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateProfileShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateReviewTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTemplateShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWorkloadCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWorkloadShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLensCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLensShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteProfileShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteReviewTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTemplateShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWorkloadCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWorkloadShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateLensesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateProfilesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExportLensCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAnswerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConsolidatedReportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLensCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLensReviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLensReviewReportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLensVersionDifferenceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMilestoneCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetProfileTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetReviewTemplateAnswerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetReviewTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetReviewTemplateLensReviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetWorkloadCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ImportLensCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAnswersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCheckDetailsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCheckSummariesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLensReviewImprovementsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLensReviewsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLensSharesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLensesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMilestonesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProfileNotificationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProfileSharesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReviewTemplateAnswersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReviewTemplatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListShareInvitationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTemplateSharesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWorkloadSharesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAnswerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLensReviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateReviewTemplateAnswerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateReviewTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateReviewTemplateLensReviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateShareInvitationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateWorkloadShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpgradeLensReviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpgradeProfileVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpgradeReviewTemplateLensReviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetProfileTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetProfileTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "GetProfileTemplate", {})
|
|
13
|
-
.n("WellArchitectedClient", "GetProfileTemplateCommand")
|
|
14
|
-
.sc(GetProfileTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetProfileTemplateCommand extends command(_ep0, _mw0, "GetProfileTemplate", GetProfileTemplate$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetReviewTemplateAnswer$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetReviewTemplateAnswerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "GetReviewTemplateAnswer", {})
|
|
13
|
-
.n("WellArchitectedClient", "GetReviewTemplateAnswerCommand")
|
|
14
|
-
.sc(GetReviewTemplateAnswer$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetReviewTemplateAnswerCommand extends command(_ep0, _mw0, "GetReviewTemplateAnswer", GetReviewTemplateAnswer$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetReviewTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetReviewTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "GetReviewTemplate", {})
|
|
13
|
-
.n("WellArchitectedClient", "GetReviewTemplateCommand")
|
|
14
|
-
.sc(GetReviewTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetReviewTemplateCommand extends command(_ep0, _mw0, "GetReviewTemplate", GetReviewTemplate$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetReviewTemplateLensReview$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetReviewTemplateLensReviewCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "GetReviewTemplateLensReview", {})
|
|
13
|
-
.n("WellArchitectedClient", "GetReviewTemplateLensReviewCommand")
|
|
14
|
-
.sc(GetReviewTemplateLensReview$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetReviewTemplateLensReviewCommand extends command(_ep0, _mw0, "GetReviewTemplateLensReview", GetReviewTemplateLensReview$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetWorkload$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetWorkloadCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "GetWorkload", {})
|
|
13
|
-
.n("WellArchitectedClient", "GetWorkloadCommand")
|
|
14
|
-
.sc(GetWorkload$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetWorkloadCommand extends command(_ep0, _mw0, "GetWorkload", GetWorkload$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ImportLens$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ImportLensCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "ImportLens", {})
|
|
13
|
-
.n("WellArchitectedClient", "ImportLensCommand")
|
|
14
|
-
.sc(ImportLens$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ImportLensCommand extends command(_ep0, _mw0, "ImportLens", ImportLens$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAnswers$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAnswersCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "ListAnswers", {})
|
|
13
|
-
.n("WellArchitectedClient", "ListAnswersCommand")
|
|
14
|
-
.sc(ListAnswers$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAnswersCommand extends command(_ep0, _mw0, "ListAnswers", ListAnswers$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListCheckDetails$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListCheckDetailsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "ListCheckDetails", {})
|
|
13
|
-
.n("WellArchitectedClient", "ListCheckDetailsCommand")
|
|
14
|
-
.sc(ListCheckDetails$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListCheckDetailsCommand extends command(_ep0, _mw0, "ListCheckDetails", ListCheckDetails$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListCheckSummaries$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListCheckSummariesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "ListCheckSummaries", {})
|
|
13
|
-
.n("WellArchitectedClient", "ListCheckSummariesCommand")
|
|
14
|
-
.sc(ListCheckSummaries$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListCheckSummariesCommand extends command(_ep0, _mw0, "ListCheckSummaries", ListCheckSummaries$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListLensReviewImprovements$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListLensReviewImprovementsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "ListLensReviewImprovements", {})
|
|
13
|
-
.n("WellArchitectedClient", "ListLensReviewImprovementsCommand")
|
|
14
|
-
.sc(ListLensReviewImprovements$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListLensReviewImprovementsCommand extends command(_ep0, _mw0, "ListLensReviewImprovements", ListLensReviewImprovements$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListLensReviews$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListLensReviewsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "ListLensReviews", {})
|
|
13
|
-
.n("WellArchitectedClient", "ListLensReviewsCommand")
|
|
14
|
-
.sc(ListLensReviews$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListLensReviewsCommand extends command(_ep0, _mw0, "ListLensReviews", ListLensReviews$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListLensShares$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListLensSharesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "ListLensShares", {})
|
|
13
|
-
.n("WellArchitectedClient", "ListLensSharesCommand")
|
|
14
|
-
.sc(ListLensShares$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListLensSharesCommand extends command(_ep0, _mw0, "ListLensShares", ListLensShares$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListLenses$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListLensesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "ListLenses", {})
|
|
13
|
-
.n("WellArchitectedClient", "ListLensesCommand")
|
|
14
|
-
.sc(ListLenses$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListLensesCommand extends command(_ep0, _mw0, "ListLenses", ListLenses$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListMilestones$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListMilestonesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "ListMilestones", {})
|
|
13
|
-
.n("WellArchitectedClient", "ListMilestonesCommand")
|
|
14
|
-
.sc(ListMilestones$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListMilestonesCommand extends command(_ep0, _mw0, "ListMilestones", ListMilestones$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListNotifications$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListNotificationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "ListNotifications", {})
|
|
13
|
-
.n("WellArchitectedClient", "ListNotificationsCommand")
|
|
14
|
-
.sc(ListNotifications$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListNotificationsCommand extends command(_ep0, _mw0, "ListNotifications", ListNotifications$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListProfileNotifications$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListProfileNotificationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "ListProfileNotifications", {})
|
|
13
|
-
.n("WellArchitectedClient", "ListProfileNotificationsCommand")
|
|
14
|
-
.sc(ListProfileNotifications$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListProfileNotificationsCommand extends command(_ep0, _mw0, "ListProfileNotifications", ListProfileNotifications$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListProfileShares$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListProfileSharesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "ListProfileShares", {})
|
|
13
|
-
.n("WellArchitectedClient", "ListProfileSharesCommand")
|
|
14
|
-
.sc(ListProfileShares$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListProfileSharesCommand extends command(_ep0, _mw0, "ListProfileShares", ListProfileShares$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListProfiles$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListProfilesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "ListProfiles", {})
|
|
13
|
-
.n("WellArchitectedClient", "ListProfilesCommand")
|
|
14
|
-
.sc(ListProfiles$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListProfilesCommand extends command(_ep0, _mw0, "ListProfiles", ListProfiles$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListReviewTemplateAnswers$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListReviewTemplateAnswersCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "ListReviewTemplateAnswers", {})
|
|
13
|
-
.n("WellArchitectedClient", "ListReviewTemplateAnswersCommand")
|
|
14
|
-
.sc(ListReviewTemplateAnswers$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListReviewTemplateAnswersCommand extends command(_ep0, _mw0, "ListReviewTemplateAnswers", ListReviewTemplateAnswers$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListReviewTemplates$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListReviewTemplatesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "ListReviewTemplates", {})
|
|
13
|
-
.n("WellArchitectedClient", "ListReviewTemplatesCommand")
|
|
14
|
-
.sc(ListReviewTemplates$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListReviewTemplatesCommand extends command(_ep0, _mw0, "ListReviewTemplates", ListReviewTemplates$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListShareInvitations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListShareInvitationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "ListShareInvitations", {})
|
|
13
|
-
.n("WellArchitectedClient", "ListShareInvitationsCommand")
|
|
14
|
-
.sc(ListShareInvitations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListShareInvitationsCommand extends command(_ep0, _mw0, "ListShareInvitations", ListShareInvitations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "ListTagsForResource", {})
|
|
13
|
-
.n("WellArchitectedClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTemplateShares$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTemplateSharesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "ListTemplateShares", {})
|
|
13
|
-
.n("WellArchitectedClient", "ListTemplateSharesCommand")
|
|
14
|
-
.sc(ListTemplateShares$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTemplateSharesCommand extends command(_ep0, _mw0, "ListTemplateShares", ListTemplateShares$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListWorkloadShares$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListWorkloadSharesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "ListWorkloadShares", {})
|
|
13
|
-
.n("WellArchitectedClient", "ListWorkloadSharesCommand")
|
|
14
|
-
.sc(ListWorkloadShares$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListWorkloadSharesCommand extends command(_ep0, _mw0, "ListWorkloadShares", ListWorkloadShares$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListWorkloads$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListWorkloadsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "ListWorkloads", {})
|
|
13
|
-
.n("WellArchitectedClient", "ListWorkloadsCommand")
|
|
14
|
-
.sc(ListWorkloads$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListWorkloadsCommand extends command(_ep0, _mw0, "ListWorkloads", ListWorkloads$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "TagResource", {})
|
|
13
|
-
.n("WellArchitectedClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "UntagResource", {})
|
|
13
|
-
.n("WellArchitectedClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateAnswer$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateAnswerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "UpdateAnswer", {})
|
|
13
|
-
.n("WellArchitectedClient", "UpdateAnswerCommand")
|
|
14
|
-
.sc(UpdateAnswer$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateAnswerCommand extends command(_ep0, _mw0, "UpdateAnswer", UpdateAnswer$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateGlobalSettings$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateGlobalSettingsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "UpdateGlobalSettings", {})
|
|
13
|
-
.n("WellArchitectedClient", "UpdateGlobalSettingsCommand")
|
|
14
|
-
.sc(UpdateGlobalSettings$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateGlobalSettingsCommand extends command(_ep0, _mw0, "UpdateGlobalSettings", UpdateGlobalSettings$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateIntegration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateIntegrationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "UpdateIntegration", {})
|
|
13
|
-
.n("WellArchitectedClient", "UpdateIntegrationCommand")
|
|
14
|
-
.sc(UpdateIntegration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateIntegrationCommand extends command(_ep0, _mw0, "UpdateIntegration", UpdateIntegration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateLensReview$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateLensReviewCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "UpdateLensReview", {})
|
|
13
|
-
.n("WellArchitectedClient", "UpdateLensReviewCommand")
|
|
14
|
-
.sc(UpdateLensReview$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateLensReviewCommand extends command(_ep0, _mw0, "UpdateLensReview", UpdateLensReview$) {
|
|
16
4
|
}
|