@aws-sdk/client-wellarchitected 3.952.0 → 3.954.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 +865 -567
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/AssociateLensesCommand.js +2 -2
- package/dist-es/commands/AssociateProfilesCommand.js +2 -2
- package/dist-es/commands/CreateLensShareCommand.js +2 -2
- package/dist-es/commands/CreateLensVersionCommand.js +2 -2
- package/dist-es/commands/CreateMilestoneCommand.js +2 -2
- package/dist-es/commands/CreateProfileCommand.js +2 -2
- package/dist-es/commands/CreateProfileShareCommand.js +2 -2
- package/dist-es/commands/CreateReviewTemplateCommand.js +2 -2
- package/dist-es/commands/CreateTemplateShareCommand.js +2 -2
- package/dist-es/commands/CreateWorkloadCommand.js +2 -2
- package/dist-es/commands/CreateWorkloadShareCommand.js +2 -2
- package/dist-es/commands/DeleteLensCommand.js +2 -2
- package/dist-es/commands/DeleteLensShareCommand.js +2 -2
- package/dist-es/commands/DeleteProfileCommand.js +2 -2
- package/dist-es/commands/DeleteProfileShareCommand.js +2 -2
- package/dist-es/commands/DeleteReviewTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteTemplateShareCommand.js +2 -2
- package/dist-es/commands/DeleteWorkloadCommand.js +2 -2
- package/dist-es/commands/DeleteWorkloadShareCommand.js +2 -2
- package/dist-es/commands/DisassociateLensesCommand.js +2 -2
- package/dist-es/commands/DisassociateProfilesCommand.js +2 -2
- package/dist-es/commands/ExportLensCommand.js +2 -2
- package/dist-es/commands/GetAnswerCommand.js +2 -2
- package/dist-es/commands/GetConsolidatedReportCommand.js +2 -2
- package/dist-es/commands/GetGlobalSettingsCommand.js +2 -2
- package/dist-es/commands/GetLensCommand.js +2 -2
- package/dist-es/commands/GetLensReviewCommand.js +2 -2
- package/dist-es/commands/GetLensReviewReportCommand.js +2 -2
- package/dist-es/commands/GetLensVersionDifferenceCommand.js +2 -2
- package/dist-es/commands/GetMilestoneCommand.js +2 -2
- package/dist-es/commands/GetProfileCommand.js +2 -2
- package/dist-es/commands/GetProfileTemplateCommand.js +2 -2
- package/dist-es/commands/GetReviewTemplateAnswerCommand.js +2 -2
- package/dist-es/commands/GetReviewTemplateCommand.js +2 -2
- package/dist-es/commands/GetReviewTemplateLensReviewCommand.js +2 -2
- package/dist-es/commands/GetWorkloadCommand.js +2 -2
- package/dist-es/commands/ImportLensCommand.js +2 -2
- package/dist-es/commands/ListAnswersCommand.js +2 -2
- package/dist-es/commands/ListCheckDetailsCommand.js +2 -2
- package/dist-es/commands/ListCheckSummariesCommand.js +2 -2
- package/dist-es/commands/ListLensReviewImprovementsCommand.js +2 -2
- package/dist-es/commands/ListLensReviewsCommand.js +2 -2
- package/dist-es/commands/ListLensSharesCommand.js +2 -2
- package/dist-es/commands/ListLensesCommand.js +2 -2
- package/dist-es/commands/ListMilestonesCommand.js +2 -2
- package/dist-es/commands/ListNotificationsCommand.js +2 -2
- package/dist-es/commands/ListProfileNotificationsCommand.js +2 -2
- package/dist-es/commands/ListProfileSharesCommand.js +2 -2
- package/dist-es/commands/ListProfilesCommand.js +2 -2
- package/dist-es/commands/ListReviewTemplateAnswersCommand.js +2 -2
- package/dist-es/commands/ListReviewTemplatesCommand.js +2 -2
- package/dist-es/commands/ListShareInvitationsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTemplateSharesCommand.js +2 -2
- package/dist-es/commands/ListWorkloadSharesCommand.js +2 -2
- package/dist-es/commands/ListWorkloadsCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAnswerCommand.js +2 -2
- package/dist-es/commands/UpdateGlobalSettingsCommand.js +2 -2
- package/dist-es/commands/UpdateIntegrationCommand.js +2 -2
- package/dist-es/commands/UpdateLensReviewCommand.js +2 -2
- package/dist-es/commands/UpdateProfileCommand.js +2 -2
- package/dist-es/commands/UpdateReviewTemplateAnswerCommand.js +2 -2
- package/dist-es/commands/UpdateReviewTemplateCommand.js +2 -2
- package/dist-es/commands/UpdateReviewTemplateLensReviewCommand.js +2 -2
- package/dist-es/commands/UpdateShareInvitationCommand.js +2 -2
- package/dist-es/commands/UpdateWorkloadCommand.js +2 -2
- package/dist-es/commands/UpdateWorkloadShareCommand.js +2 -2
- package/dist-es/commands/UpgradeLensReviewCommand.js +2 -2
- package/dist-es/commands/UpgradeProfileVersionCommand.js +2 -2
- package/dist-es/commands/UpgradeReviewTemplateLensReviewCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +525 -497
- package/dist-types/WellArchitectedClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +271 -337
- package/dist-types/ts3.4/WellArchitectedClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +270 -338
- package/package.json +34 -34
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetWorkload } from "../schemas/schemas_0";
|
|
4
|
+
import { GetWorkload$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetWorkloadCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetWorkloadCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "GetWorkload", {})
|
|
13
13
|
.n("WellArchitectedClient", "GetWorkloadCommand")
|
|
14
|
-
.sc(GetWorkload)
|
|
14
|
+
.sc(GetWorkload$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ImportLens } from "../schemas/schemas_0";
|
|
4
|
+
import { ImportLens$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ImportLensCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ImportLensCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "ImportLens", {})
|
|
13
13
|
.n("WellArchitectedClient", "ImportLensCommand")
|
|
14
|
-
.sc(ImportLens)
|
|
14
|
+
.sc(ImportLens$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListAnswers } from "../schemas/schemas_0";
|
|
4
|
+
import { ListAnswers$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListAnswersCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListAnswersCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "ListAnswers", {})
|
|
13
13
|
.n("WellArchitectedClient", "ListAnswersCommand")
|
|
14
|
-
.sc(ListAnswers)
|
|
14
|
+
.sc(ListAnswers$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListCheckDetails } from "../schemas/schemas_0";
|
|
4
|
+
import { ListCheckDetails$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListCheckDetailsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListCheckDetailsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "ListCheckDetails", {})
|
|
13
13
|
.n("WellArchitectedClient", "ListCheckDetailsCommand")
|
|
14
|
-
.sc(ListCheckDetails)
|
|
14
|
+
.sc(ListCheckDetails$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListCheckSummaries } from "../schemas/schemas_0";
|
|
4
|
+
import { ListCheckSummaries$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListCheckSummariesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListCheckSummariesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "ListCheckSummaries", {})
|
|
13
13
|
.n("WellArchitectedClient", "ListCheckSummariesCommand")
|
|
14
|
-
.sc(ListCheckSummaries)
|
|
14
|
+
.sc(ListCheckSummaries$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListLensReviewImprovements } from "../schemas/schemas_0";
|
|
4
|
+
import { ListLensReviewImprovements$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListLensReviewImprovementsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListLensReviewImprovementsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "ListLensReviewImprovements", {})
|
|
13
13
|
.n("WellArchitectedClient", "ListLensReviewImprovementsCommand")
|
|
14
|
-
.sc(ListLensReviewImprovements)
|
|
14
|
+
.sc(ListLensReviewImprovements$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListLensReviews } from "../schemas/schemas_0";
|
|
4
|
+
import { ListLensReviews$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListLensReviewsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListLensReviewsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "ListLensReviews", {})
|
|
13
13
|
.n("WellArchitectedClient", "ListLensReviewsCommand")
|
|
14
|
-
.sc(ListLensReviews)
|
|
14
|
+
.sc(ListLensReviews$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListLensShares } from "../schemas/schemas_0";
|
|
4
|
+
import { ListLensShares$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListLensSharesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListLensSharesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "ListLensShares", {})
|
|
13
13
|
.n("WellArchitectedClient", "ListLensSharesCommand")
|
|
14
|
-
.sc(ListLensShares)
|
|
14
|
+
.sc(ListLensShares$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListLenses } from "../schemas/schemas_0";
|
|
4
|
+
import { ListLenses$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListLensesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListLensesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "ListLenses", {})
|
|
13
13
|
.n("WellArchitectedClient", "ListLensesCommand")
|
|
14
|
-
.sc(ListLenses)
|
|
14
|
+
.sc(ListLenses$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListMilestones } from "../schemas/schemas_0";
|
|
4
|
+
import { ListMilestones$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListMilestonesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListMilestonesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "ListMilestones", {})
|
|
13
13
|
.n("WellArchitectedClient", "ListMilestonesCommand")
|
|
14
|
-
.sc(ListMilestones)
|
|
14
|
+
.sc(ListMilestones$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListNotifications } from "../schemas/schemas_0";
|
|
4
|
+
import { ListNotifications$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListNotificationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListNotificationsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "ListNotifications", {})
|
|
13
13
|
.n("WellArchitectedClient", "ListNotificationsCommand")
|
|
14
|
-
.sc(ListNotifications)
|
|
14
|
+
.sc(ListNotifications$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListProfileNotifications } from "../schemas/schemas_0";
|
|
4
|
+
import { ListProfileNotifications$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListProfileNotificationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListProfileNotificationsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "ListProfileNotifications", {})
|
|
13
13
|
.n("WellArchitectedClient", "ListProfileNotificationsCommand")
|
|
14
|
-
.sc(ListProfileNotifications)
|
|
14
|
+
.sc(ListProfileNotifications$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListProfileShares } from "../schemas/schemas_0";
|
|
4
|
+
import { ListProfileShares$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListProfileSharesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListProfileSharesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "ListProfileShares", {})
|
|
13
13
|
.n("WellArchitectedClient", "ListProfileSharesCommand")
|
|
14
|
-
.sc(ListProfileShares)
|
|
14
|
+
.sc(ListProfileShares$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListProfiles } from "../schemas/schemas_0";
|
|
4
|
+
import { ListProfiles$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListProfilesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListProfilesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "ListProfiles", {})
|
|
13
13
|
.n("WellArchitectedClient", "ListProfilesCommand")
|
|
14
|
-
.sc(ListProfiles)
|
|
14
|
+
.sc(ListProfiles$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListReviewTemplateAnswers } from "../schemas/schemas_0";
|
|
4
|
+
import { ListReviewTemplateAnswers$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListReviewTemplateAnswersCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListReviewTemplateAnswersCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "ListReviewTemplateAnswers", {})
|
|
13
13
|
.n("WellArchitectedClient", "ListReviewTemplateAnswersCommand")
|
|
14
|
-
.sc(ListReviewTemplateAnswers)
|
|
14
|
+
.sc(ListReviewTemplateAnswers$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListReviewTemplates } from "../schemas/schemas_0";
|
|
4
|
+
import { ListReviewTemplates$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListReviewTemplatesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListReviewTemplatesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "ListReviewTemplates", {})
|
|
13
13
|
.n("WellArchitectedClient", "ListReviewTemplatesCommand")
|
|
14
|
-
.sc(ListReviewTemplates)
|
|
14
|
+
.sc(ListReviewTemplates$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListShareInvitations } from "../schemas/schemas_0";
|
|
4
|
+
import { ListShareInvitations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListShareInvitationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListShareInvitationsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "ListShareInvitations", {})
|
|
13
13
|
.n("WellArchitectedClient", "ListShareInvitationsCommand")
|
|
14
|
-
.sc(ListShareInvitations)
|
|
14
|
+
.sc(ListShareInvitations$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTagsForResource } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTagsForResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "ListTagsForResource", {})
|
|
13
13
|
.n("WellArchitectedClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource)
|
|
14
|
+
.sc(ListTagsForResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTemplateShares } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTemplateShares$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTemplateSharesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTemplateSharesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "ListTemplateShares", {})
|
|
13
13
|
.n("WellArchitectedClient", "ListTemplateSharesCommand")
|
|
14
|
-
.sc(ListTemplateShares)
|
|
14
|
+
.sc(ListTemplateShares$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListWorkloadShares } from "../schemas/schemas_0";
|
|
4
|
+
import { ListWorkloadShares$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListWorkloadSharesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListWorkloadSharesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "ListWorkloadShares", {})
|
|
13
13
|
.n("WellArchitectedClient", "ListWorkloadSharesCommand")
|
|
14
|
-
.sc(ListWorkloadShares)
|
|
14
|
+
.sc(ListWorkloadShares$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListWorkloads } from "../schemas/schemas_0";
|
|
4
|
+
import { ListWorkloads$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListWorkloadsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListWorkloadsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "ListWorkloads", {})
|
|
13
13
|
.n("WellArchitectedClient", "ListWorkloadsCommand")
|
|
14
|
-
.sc(ListWorkloads)
|
|
14
|
+
.sc(ListWorkloads$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { TagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "TagResource", {})
|
|
13
13
|
.n("WellArchitectedClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource)
|
|
14
|
+
.sc(TagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UntagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UntagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "UntagResource", {})
|
|
13
13
|
.n("WellArchitectedClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource)
|
|
14
|
+
.sc(UntagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateAnswer } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateAnswer$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateAnswerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateAnswerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "UpdateAnswer", {})
|
|
13
13
|
.n("WellArchitectedClient", "UpdateAnswerCommand")
|
|
14
|
-
.sc(UpdateAnswer)
|
|
14
|
+
.sc(UpdateAnswer$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateGlobalSettings } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateGlobalSettings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateGlobalSettingsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateGlobalSettingsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "UpdateGlobalSettings", {})
|
|
13
13
|
.n("WellArchitectedClient", "UpdateGlobalSettingsCommand")
|
|
14
|
-
.sc(UpdateGlobalSettings)
|
|
14
|
+
.sc(UpdateGlobalSettings$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateIntegration } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateIntegration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateIntegrationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateIntegrationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "UpdateIntegration", {})
|
|
13
13
|
.n("WellArchitectedClient", "UpdateIntegrationCommand")
|
|
14
|
-
.sc(UpdateIntegration)
|
|
14
|
+
.sc(UpdateIntegration$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateLensReview } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateLensReview$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateLensReviewCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateLensReviewCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "UpdateLensReview", {})
|
|
13
13
|
.n("WellArchitectedClient", "UpdateLensReviewCommand")
|
|
14
|
-
.sc(UpdateLensReview)
|
|
14
|
+
.sc(UpdateLensReview$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateProfile } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateProfile$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateProfileCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateProfileCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "UpdateProfile", {})
|
|
13
13
|
.n("WellArchitectedClient", "UpdateProfileCommand")
|
|
14
|
-
.sc(UpdateProfile)
|
|
14
|
+
.sc(UpdateProfile$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateReviewTemplateAnswer } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateReviewTemplateAnswer$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateReviewTemplateAnswerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateReviewTemplateAnswerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "UpdateReviewTemplateAnswer", {})
|
|
13
13
|
.n("WellArchitectedClient", "UpdateReviewTemplateAnswerCommand")
|
|
14
|
-
.sc(UpdateReviewTemplateAnswer)
|
|
14
|
+
.sc(UpdateReviewTemplateAnswer$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateReviewTemplate } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateReviewTemplate$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateReviewTemplateCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateReviewTemplateCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "UpdateReviewTemplate", {})
|
|
13
13
|
.n("WellArchitectedClient", "UpdateReviewTemplateCommand")
|
|
14
|
-
.sc(UpdateReviewTemplate)
|
|
14
|
+
.sc(UpdateReviewTemplate$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateReviewTemplateLensReview } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateReviewTemplateLensReview$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateReviewTemplateLensReviewCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateReviewTemplateLensReviewCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "UpdateReviewTemplateLensReview", {})
|
|
13
13
|
.n("WellArchitectedClient", "UpdateReviewTemplateLensReviewCommand")
|
|
14
|
-
.sc(UpdateReviewTemplateLensReview)
|
|
14
|
+
.sc(UpdateReviewTemplateLensReview$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateShareInvitation } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateShareInvitation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateShareInvitationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateShareInvitationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "UpdateShareInvitation", {})
|
|
13
13
|
.n("WellArchitectedClient", "UpdateShareInvitationCommand")
|
|
14
|
-
.sc(UpdateShareInvitation)
|
|
14
|
+
.sc(UpdateShareInvitation$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateWorkload } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateWorkload$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateWorkloadCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateWorkloadCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "UpdateWorkload", {})
|
|
13
13
|
.n("WellArchitectedClient", "UpdateWorkloadCommand")
|
|
14
|
-
.sc(UpdateWorkload)
|
|
14
|
+
.sc(UpdateWorkload$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateWorkloadShare } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateWorkloadShare$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateWorkloadShareCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateWorkloadShareCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "UpdateWorkloadShare", {})
|
|
13
13
|
.n("WellArchitectedClient", "UpdateWorkloadShareCommand")
|
|
14
|
-
.sc(UpdateWorkloadShare)
|
|
14
|
+
.sc(UpdateWorkloadShare$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpgradeLensReview } from "../schemas/schemas_0";
|
|
4
|
+
import { UpgradeLensReview$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpgradeLensReviewCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpgradeLensReviewCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "UpgradeLensReview", {})
|
|
13
13
|
.n("WellArchitectedClient", "UpgradeLensReviewCommand")
|
|
14
|
-
.sc(UpgradeLensReview)
|
|
14
|
+
.sc(UpgradeLensReview$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpgradeProfileVersion } from "../schemas/schemas_0";
|
|
4
|
+
import { UpgradeProfileVersion$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpgradeProfileVersionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpgradeProfileVersionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "UpgradeProfileVersion", {})
|
|
13
13
|
.n("WellArchitectedClient", "UpgradeProfileVersionCommand")
|
|
14
|
-
.sc(UpgradeProfileVersion)
|
|
14
|
+
.sc(UpgradeProfileVersion$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|