@aws-sdk/client-wellarchitected 3.1077.0 → 3.1079.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 +222 -865
- 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-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/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/package.json +8 -8
|
@@ -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 { UpdateProfile$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateProfileCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "UpdateProfile", {})
|
|
13
|
-
.n("WellArchitectedClient", "UpdateProfileCommand")
|
|
14
|
-
.sc(UpdateProfile$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateProfileCommand extends command(_ep0, _mw0, "UpdateProfile", UpdateProfile$) {
|
|
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 { UpdateReviewTemplateAnswer$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateReviewTemplateAnswerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "UpdateReviewTemplateAnswer", {})
|
|
13
|
-
.n("WellArchitectedClient", "UpdateReviewTemplateAnswerCommand")
|
|
14
|
-
.sc(UpdateReviewTemplateAnswer$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateReviewTemplateAnswerCommand extends command(_ep0, _mw0, "UpdateReviewTemplateAnswer", UpdateReviewTemplateAnswer$) {
|
|
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 { UpdateReviewTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateReviewTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "UpdateReviewTemplate", {})
|
|
13
|
-
.n("WellArchitectedClient", "UpdateReviewTemplateCommand")
|
|
14
|
-
.sc(UpdateReviewTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateReviewTemplateCommand extends command(_ep0, _mw0, "UpdateReviewTemplate", UpdateReviewTemplate$) {
|
|
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 { UpdateReviewTemplateLensReview$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateReviewTemplateLensReviewCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "UpdateReviewTemplateLensReview", {})
|
|
13
|
-
.n("WellArchitectedClient", "UpdateReviewTemplateLensReviewCommand")
|
|
14
|
-
.sc(UpdateReviewTemplateLensReview$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateReviewTemplateLensReviewCommand extends command(_ep0, _mw0, "UpdateReviewTemplateLensReview", UpdateReviewTemplateLensReview$) {
|
|
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 { UpdateShareInvitation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateShareInvitationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "UpdateShareInvitation", {})
|
|
13
|
-
.n("WellArchitectedClient", "UpdateShareInvitationCommand")
|
|
14
|
-
.sc(UpdateShareInvitation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateShareInvitationCommand extends command(_ep0, _mw0, "UpdateShareInvitation", UpdateShareInvitation$) {
|
|
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 { UpdateWorkload$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateWorkloadCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "UpdateWorkload", {})
|
|
13
|
-
.n("WellArchitectedClient", "UpdateWorkloadCommand")
|
|
14
|
-
.sc(UpdateWorkload$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateWorkloadCommand extends command(_ep0, _mw0, "UpdateWorkload", UpdateWorkload$) {
|
|
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 { UpdateWorkloadShare$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateWorkloadShareCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "UpdateWorkloadShare", {})
|
|
13
|
-
.n("WellArchitectedClient", "UpdateWorkloadShareCommand")
|
|
14
|
-
.sc(UpdateWorkloadShare$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateWorkloadShareCommand extends command(_ep0, _mw0, "UpdateWorkloadShare", UpdateWorkloadShare$) {
|
|
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 { UpgradeLensReview$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpgradeLensReviewCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "UpgradeLensReview", {})
|
|
13
|
-
.n("WellArchitectedClient", "UpgradeLensReviewCommand")
|
|
14
|
-
.sc(UpgradeLensReview$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpgradeLensReviewCommand extends command(_ep0, _mw0, "UpgradeLensReview", UpgradeLensReview$) {
|
|
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 { UpgradeProfileVersion$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpgradeProfileVersionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "UpgradeProfileVersion", {})
|
|
13
|
-
.n("WellArchitectedClient", "UpgradeProfileVersionCommand")
|
|
14
|
-
.sc(UpgradeProfileVersion$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpgradeProfileVersionCommand extends command(_ep0, _mw0, "UpgradeProfileVersion", UpgradeProfileVersion$) {
|
|
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 { UpgradeReviewTemplateLensReview$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpgradeReviewTemplateLensReviewCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WellArchitectedApiServiceLambda", "UpgradeReviewTemplateLensReview", {})
|
|
13
|
-
.n("WellArchitectedClient", "UpgradeReviewTemplateLensReviewCommand")
|
|
14
|
-
.sc(UpgradeReviewTemplateLensReview$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpgradeReviewTemplateLensReviewCommand extends command(_ep0, _mw0, "UpgradeReviewTemplateLensReview", UpgradeReviewTemplateLensReview$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./WellArchitectedClient";
|
|
2
2
|
export * from "./WellArchitected";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
4
5
|
export * from "./schemas/schemas_0";
|
|
5
6
|
export * from "./pagination";
|
|
6
7
|
export * from "./models/enums";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "./WellArchitectedClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { AssociateLensesInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AssociateLensesCommandInput extends AssociateLensesInput {
|
|
|
22
19
|
export interface AssociateLensesCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AssociateLensesCommand_base: {
|
|
25
|
-
new (input: AssociateLensesCommandInput): import("@smithy/core/client").CommandImpl<AssociateLensesCommandInput, AssociateLensesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AssociateLensesCommandInput): import("@smithy/core/client").CommandImpl<AssociateLensesCommandInput, AssociateLensesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AssociateLensesCommandInput): import("@smithy/core/client").CommandImpl<AssociateLensesCommandInput, AssociateLensesCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AssociateLensesCommandInput): import("@smithy/core/client").CommandImpl<AssociateLensesCommandInput, AssociateLensesCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Associate a lens to a workload.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { AssociateProfilesInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AssociateProfilesCommandInput extends AssociateProfilesInput {
|
|
|
22
19
|
export interface AssociateProfilesCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AssociateProfilesCommand_base: {
|
|
25
|
-
new (input: AssociateProfilesCommandInput): import("@smithy/core/client").CommandImpl<AssociateProfilesCommandInput, AssociateProfilesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AssociateProfilesCommandInput): import("@smithy/core/client").CommandImpl<AssociateProfilesCommandInput, AssociateProfilesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AssociateProfilesCommandInput): import("@smithy/core/client").CommandImpl<AssociateProfilesCommandInput, AssociateProfilesCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AssociateProfilesCommandInput): import("@smithy/core/client").CommandImpl<AssociateProfilesCommandInput, AssociateProfilesCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Associate a profile with a workload.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateLensShareInput, CreateLensShareOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateLensShareCommandInput extends CreateLensShareInput {
|
|
|
22
19
|
export interface CreateLensShareCommandOutput extends CreateLensShareOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateLensShareCommand_base: {
|
|
25
|
-
new (input: CreateLensShareCommandInput): import("@smithy/core/client").CommandImpl<CreateLensShareCommandInput, CreateLensShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateLensShareCommandInput): import("@smithy/core/client").CommandImpl<CreateLensShareCommandInput, CreateLensShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateLensShareCommandInput): import("@smithy/core/client").CommandImpl<CreateLensShareCommandInput, CreateLensShareCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateLensShareCommandInput): import("@smithy/core/client").CommandImpl<CreateLensShareCommandInput, CreateLensShareCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Create a lens share.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateLensVersionInput, CreateLensVersionOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateLensVersionCommandInput extends CreateLensVersionInput {
|
|
|
22
19
|
export interface CreateLensVersionCommandOutput extends CreateLensVersionOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateLensVersionCommand_base: {
|
|
25
|
-
new (input: CreateLensVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateLensVersionCommandInput, CreateLensVersionCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateLensVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateLensVersionCommandInput, CreateLensVersionCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateLensVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateLensVersionCommandInput, CreateLensVersionCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateLensVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateLensVersionCommandInput, CreateLensVersionCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Create a new lens version.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateMilestoneInput, CreateMilestoneOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateMilestoneCommandInput extends CreateMilestoneInput {
|
|
|
22
19
|
export interface CreateMilestoneCommandOutput extends CreateMilestoneOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateMilestoneCommand_base: {
|
|
25
|
-
new (input: CreateMilestoneCommandInput): import("@smithy/core/client").CommandImpl<CreateMilestoneCommandInput, CreateMilestoneCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateMilestoneCommandInput): import("@smithy/core/client").CommandImpl<CreateMilestoneCommandInput, CreateMilestoneCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateMilestoneCommandInput): import("@smithy/core/client").CommandImpl<CreateMilestoneCommandInput, CreateMilestoneCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateMilestoneCommandInput): import("@smithy/core/client").CommandImpl<CreateMilestoneCommandInput, CreateMilestoneCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Create a milestone for an existing workload.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateProfileInput, CreateProfileOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateProfileCommandInput extends CreateProfileInput {
|
|
|
22
19
|
export interface CreateProfileCommandOutput extends CreateProfileOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateProfileCommand_base: {
|
|
25
|
-
new (input: CreateProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateProfileCommandInput, CreateProfileCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateProfileCommandInput, CreateProfileCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateProfileCommandInput, CreateProfileCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateProfileCommandInput, CreateProfileCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Create a profile.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateProfileShareInput, CreateProfileShareOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateProfileShareCommandInput extends CreateProfileShareInput
|
|
|
22
19
|
export interface CreateProfileShareCommandOutput extends CreateProfileShareOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateProfileShareCommand_base: {
|
|
25
|
-
new (input: CreateProfileShareCommandInput): import("@smithy/core/client").CommandImpl<CreateProfileShareCommandInput, CreateProfileShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateProfileShareCommandInput): import("@smithy/core/client").CommandImpl<CreateProfileShareCommandInput, CreateProfileShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateProfileShareCommandInput): import("@smithy/core/client").CommandImpl<CreateProfileShareCommandInput, CreateProfileShareCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateProfileShareCommandInput): import("@smithy/core/client").CommandImpl<CreateProfileShareCommandInput, CreateProfileShareCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Create a profile share.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateReviewTemplateInput, CreateReviewTemplateOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateReviewTemplateCommandInput extends CreateReviewTemplateIn
|
|
|
22
19
|
export interface CreateReviewTemplateCommandOutput extends CreateReviewTemplateOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateReviewTemplateCommand_base: {
|
|
25
|
-
new (input: CreateReviewTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateReviewTemplateCommandInput, CreateReviewTemplateCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateReviewTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateReviewTemplateCommandInput, CreateReviewTemplateCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateReviewTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateReviewTemplateCommandInput, CreateReviewTemplateCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateReviewTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateReviewTemplateCommandInput, CreateReviewTemplateCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Create a review template.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateTemplateShareInput, CreateTemplateShareOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateTemplateShareCommandInput extends CreateTemplateShareInpu
|
|
|
22
19
|
export interface CreateTemplateShareCommandOutput extends CreateTemplateShareOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateTemplateShareCommand_base: {
|
|
25
|
-
new (input: CreateTemplateShareCommandInput): import("@smithy/core/client").CommandImpl<CreateTemplateShareCommandInput, CreateTemplateShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateTemplateShareCommandInput): import("@smithy/core/client").CommandImpl<CreateTemplateShareCommandInput, CreateTemplateShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateTemplateShareCommandInput): import("@smithy/core/client").CommandImpl<CreateTemplateShareCommandInput, CreateTemplateShareCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateTemplateShareCommandInput): import("@smithy/core/client").CommandImpl<CreateTemplateShareCommandInput, CreateTemplateShareCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Create a review template share.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateWorkloadInput, CreateWorkloadOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateWorkloadCommandInput extends CreateWorkloadInput {
|
|
|
22
19
|
export interface CreateWorkloadCommandOutput extends CreateWorkloadOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateWorkloadCommand_base: {
|
|
25
|
-
new (input: CreateWorkloadCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkloadCommandInput, CreateWorkloadCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateWorkloadCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkloadCommandInput, CreateWorkloadCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateWorkloadCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkloadCommandInput, CreateWorkloadCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateWorkloadCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkloadCommandInput, CreateWorkloadCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Create a new workload.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateWorkloadShareInput, CreateWorkloadShareOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateWorkloadShareCommandInput extends CreateWorkloadShareInpu
|
|
|
22
19
|
export interface CreateWorkloadShareCommandOutput extends CreateWorkloadShareOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateWorkloadShareCommand_base: {
|
|
25
|
-
new (input: CreateWorkloadShareCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkloadShareCommandInput, CreateWorkloadShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateWorkloadShareCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkloadShareCommandInput, CreateWorkloadShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateWorkloadShareCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkloadShareCommandInput, CreateWorkloadShareCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateWorkloadShareCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkloadShareCommandInput, CreateWorkloadShareCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Create a workload share.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteLensInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteLensCommandInput extends DeleteLensInput {
|
|
|
22
19
|
export interface DeleteLensCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteLensCommand_base: {
|
|
25
|
-
new (input: DeleteLensCommandInput): import("@smithy/core/client").CommandImpl<DeleteLensCommandInput, DeleteLensCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteLensCommandInput): import("@smithy/core/client").CommandImpl<DeleteLensCommandInput, DeleteLensCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteLensCommandInput): import("@smithy/core/client").CommandImpl<DeleteLensCommandInput, DeleteLensCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteLensCommandInput): import("@smithy/core/client").CommandImpl<DeleteLensCommandInput, DeleteLensCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Delete an existing lens.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteLensShareInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteLensShareCommandInput extends DeleteLensShareInput {
|
|
|
22
19
|
export interface DeleteLensShareCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteLensShareCommand_base: {
|
|
25
|
-
new (input: DeleteLensShareCommandInput): import("@smithy/core/client").CommandImpl<DeleteLensShareCommandInput, DeleteLensShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteLensShareCommandInput): import("@smithy/core/client").CommandImpl<DeleteLensShareCommandInput, DeleteLensShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteLensShareCommandInput): import("@smithy/core/client").CommandImpl<DeleteLensShareCommandInput, DeleteLensShareCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteLensShareCommandInput): import("@smithy/core/client").CommandImpl<DeleteLensShareCommandInput, DeleteLensShareCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Delete a lens share.</p>
|