@aws-sdk/client-wellarchitected 3.489.0 → 3.495.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/WellArchitected.js +1 -151
- package/dist-cjs/WellArchitectedClient.js +1 -43
- package/dist-cjs/commands/AssociateLensesCommand.js +1 -28
- package/dist-cjs/commands/AssociateProfilesCommand.js +1 -28
- package/dist-cjs/commands/CreateLensShareCommand.js +1 -28
- package/dist-cjs/commands/CreateLensVersionCommand.js +1 -28
- package/dist-cjs/commands/CreateMilestoneCommand.js +1 -28
- package/dist-cjs/commands/CreateProfileCommand.js +1 -28
- package/dist-cjs/commands/CreateProfileShareCommand.js +1 -28
- package/dist-cjs/commands/CreateReviewTemplateCommand.js +1 -28
- package/dist-cjs/commands/CreateTemplateShareCommand.js +1 -28
- package/dist-cjs/commands/CreateWorkloadCommand.js +1 -28
- package/dist-cjs/commands/CreateWorkloadShareCommand.js +1 -28
- package/dist-cjs/commands/DeleteLensCommand.js +1 -28
- package/dist-cjs/commands/DeleteLensShareCommand.js +1 -28
- package/dist-cjs/commands/DeleteProfileCommand.js +1 -28
- package/dist-cjs/commands/DeleteProfileShareCommand.js +1 -28
- package/dist-cjs/commands/DeleteReviewTemplateCommand.js +1 -28
- package/dist-cjs/commands/DeleteTemplateShareCommand.js +1 -28
- package/dist-cjs/commands/DeleteWorkloadCommand.js +1 -28
- package/dist-cjs/commands/DeleteWorkloadShareCommand.js +1 -28
- package/dist-cjs/commands/DisassociateLensesCommand.js +1 -28
- package/dist-cjs/commands/DisassociateProfilesCommand.js +1 -28
- package/dist-cjs/commands/ExportLensCommand.js +1 -28
- package/dist-cjs/commands/GetAnswerCommand.js +1 -28
- package/dist-cjs/commands/GetConsolidatedReportCommand.js +1 -28
- package/dist-cjs/commands/GetLensCommand.js +1 -28
- package/dist-cjs/commands/GetLensReviewCommand.js +1 -28
- package/dist-cjs/commands/GetLensReviewReportCommand.js +1 -28
- package/dist-cjs/commands/GetLensVersionDifferenceCommand.js +1 -28
- package/dist-cjs/commands/GetMilestoneCommand.js +1 -28
- package/dist-cjs/commands/GetProfileCommand.js +1 -28
- package/dist-cjs/commands/GetProfileTemplateCommand.js +1 -28
- package/dist-cjs/commands/GetReviewTemplateAnswerCommand.js +1 -28
- package/dist-cjs/commands/GetReviewTemplateCommand.js +1 -28
- package/dist-cjs/commands/GetReviewTemplateLensReviewCommand.js +1 -28
- package/dist-cjs/commands/GetWorkloadCommand.js +1 -28
- package/dist-cjs/commands/ImportLensCommand.js +1 -28
- package/dist-cjs/commands/ListAnswersCommand.js +1 -28
- package/dist-cjs/commands/ListCheckDetailsCommand.js +1 -28
- package/dist-cjs/commands/ListCheckSummariesCommand.js +1 -28
- package/dist-cjs/commands/ListLensReviewImprovementsCommand.js +1 -28
- package/dist-cjs/commands/ListLensReviewsCommand.js +1 -28
- package/dist-cjs/commands/ListLensSharesCommand.js +1 -28
- package/dist-cjs/commands/ListLensesCommand.js +1 -28
- package/dist-cjs/commands/ListMilestonesCommand.js +1 -28
- package/dist-cjs/commands/ListNotificationsCommand.js +1 -28
- package/dist-cjs/commands/ListProfileNotificationsCommand.js +1 -28
- package/dist-cjs/commands/ListProfileSharesCommand.js +1 -28
- package/dist-cjs/commands/ListProfilesCommand.js +1 -28
- package/dist-cjs/commands/ListReviewTemplateAnswersCommand.js +1 -28
- package/dist-cjs/commands/ListReviewTemplatesCommand.js +1 -28
- package/dist-cjs/commands/ListShareInvitationsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListTemplateSharesCommand.js +1 -28
- package/dist-cjs/commands/ListWorkloadSharesCommand.js +1 -28
- package/dist-cjs/commands/ListWorkloadsCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateAnswerCommand.js +1 -28
- package/dist-cjs/commands/UpdateGlobalSettingsCommand.js +1 -28
- package/dist-cjs/commands/UpdateLensReviewCommand.js +1 -28
- package/dist-cjs/commands/UpdateProfileCommand.js +1 -28
- package/dist-cjs/commands/UpdateReviewTemplateAnswerCommand.js +1 -28
- package/dist-cjs/commands/UpdateReviewTemplateCommand.js +1 -28
- package/dist-cjs/commands/UpdateReviewTemplateLensReviewCommand.js +1 -28
- package/dist-cjs/commands/UpdateShareInvitationCommand.js +1 -28
- package/dist-cjs/commands/UpdateWorkloadCommand.js +1 -28
- package/dist-cjs/commands/UpdateWorkloadShareCommand.js +1 -28
- package/dist-cjs/commands/UpgradeLensReviewCommand.js +1 -28
- package/dist-cjs/commands/UpgradeProfileVersionCommand.js +1 -28
- package/dist-cjs/commands/UpgradeReviewTemplateLensReviewCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -73
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +6842 -11
- package/dist-cjs/models/WellArchitectedServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -283
- package/dist-cjs/pagination/GetConsolidatedReportPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAnswersPaginator.js +1 -7
- package/dist-cjs/pagination/ListCheckDetailsPaginator.js +1 -7
- package/dist-cjs/pagination/ListCheckSummariesPaginator.js +1 -7
- package/dist-cjs/pagination/ListLensReviewImprovementsPaginator.js +1 -7
- package/dist-cjs/pagination/ListLensReviewsPaginator.js +1 -7
- package/dist-cjs/pagination/ListLensSharesPaginator.js +1 -7
- package/dist-cjs/pagination/ListLensesPaginator.js +1 -7
- package/dist-cjs/pagination/ListMilestonesPaginator.js +1 -7
- package/dist-cjs/pagination/ListNotificationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListProfileNotificationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListProfileSharesPaginator.js +1 -7
- package/dist-cjs/pagination/ListProfilesPaginator.js +1 -7
- package/dist-cjs/pagination/ListReviewTemplateAnswersPaginator.js +1 -7
- package/dist-cjs/pagination/ListReviewTemplatesPaginator.js +1 -7
- package/dist-cjs/pagination/ListShareInvitationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTemplateSharesPaginator.js +1 -7
- package/dist-cjs/pagination/ListWorkloadSharesPaginator.js +1 -7
- package/dist-cjs/pagination/ListWorkloadsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -23
- package/dist-cjs/protocols/Aws_restJson1.js +1 -4886
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UntagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UntagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("WellArchitectedApiServiceLambda", "UntagResource", {})
|
|
22
|
-
.n("WellArchitectedClient", "UntagResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UntagResourceCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UntagResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateAnswerCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateAnswerCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("WellArchitectedApiServiceLambda", "UpdateAnswer", {})
|
|
22
|
-
.n("WellArchitectedClient", "UpdateAnswerCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateAnswerCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateAnswerCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateAnswerCommand = UpdateAnswerCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateGlobalSettingsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateGlobalSettingsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("WellArchitectedApiServiceLambda", "UpdateGlobalSettings", {})
|
|
22
|
-
.n("WellArchitectedClient", "UpdateGlobalSettingsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateGlobalSettingsCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateGlobalSettingsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateGlobalSettingsCommand = UpdateGlobalSettingsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateLensReviewCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateLensReviewCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("WellArchitectedApiServiceLambda", "UpdateLensReview", {})
|
|
22
|
-
.n("WellArchitectedClient", "UpdateLensReviewCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateLensReviewCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateLensReviewCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateLensReviewCommand = UpdateLensReviewCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateProfileCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateProfileCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("WellArchitectedApiServiceLambda", "UpdateProfile", {})
|
|
22
|
-
.n("WellArchitectedClient", "UpdateProfileCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateProfileCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateProfileCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateProfileCommand = UpdateProfileCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateReviewTemplateAnswerCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateReviewTemplateAnswerCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("WellArchitectedApiServiceLambda", "UpdateReviewTemplateAnswer", {})
|
|
22
|
-
.n("WellArchitectedClient", "UpdateReviewTemplateAnswerCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateReviewTemplateAnswerCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateReviewTemplateAnswerCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateReviewTemplateAnswerCommand = UpdateReviewTemplateAnswerCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateReviewTemplateCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateReviewTemplateCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("WellArchitectedApiServiceLambda", "UpdateReviewTemplate", {})
|
|
22
|
-
.n("WellArchitectedClient", "UpdateReviewTemplateCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateReviewTemplateCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateReviewTemplateCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateReviewTemplateCommand = UpdateReviewTemplateCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateReviewTemplateLensReviewCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateReviewTemplateLensReviewCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("WellArchitectedApiServiceLambda", "UpdateReviewTemplateLensReview", {})
|
|
22
|
-
.n("WellArchitectedClient", "UpdateReviewTemplateLensReviewCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateReviewTemplateLensReviewCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateReviewTemplateLensReviewCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateReviewTemplateLensReviewCommand = UpdateReviewTemplateLensReviewCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateShareInvitationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateShareInvitationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("WellArchitectedApiServiceLambda", "UpdateShareInvitation", {})
|
|
22
|
-
.n("WellArchitectedClient", "UpdateShareInvitationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateShareInvitationCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateShareInvitationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateShareInvitationCommand = UpdateShareInvitationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateWorkloadCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateWorkloadCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("WellArchitectedApiServiceLambda", "UpdateWorkload", {})
|
|
22
|
-
.n("WellArchitectedClient", "UpdateWorkloadCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateWorkloadCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateWorkloadCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateWorkloadCommand = UpdateWorkloadCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateWorkloadShareCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateWorkloadShareCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("WellArchitectedApiServiceLambda", "UpdateWorkloadShare", {})
|
|
22
|
-
.n("WellArchitectedClient", "UpdateWorkloadShareCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateWorkloadShareCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateWorkloadShareCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateWorkloadShareCommand = UpdateWorkloadShareCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpgradeLensReviewCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpgradeLensReviewCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("WellArchitectedApiServiceLambda", "UpgradeLensReview", {})
|
|
22
|
-
.n("WellArchitectedClient", "UpgradeLensReviewCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpgradeLensReviewCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpgradeLensReviewCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpgradeLensReviewCommand = UpgradeLensReviewCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpgradeProfileVersionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpgradeProfileVersionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("WellArchitectedApiServiceLambda", "UpgradeProfileVersion", {})
|
|
22
|
-
.n("WellArchitectedClient", "UpgradeProfileVersionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpgradeProfileVersionCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpgradeProfileVersionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpgradeProfileVersionCommand = UpgradeProfileVersionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpgradeReviewTemplateLensReviewCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpgradeReviewTemplateLensReviewCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("WellArchitectedApiServiceLambda", "UpgradeReviewTemplateLensReview", {})
|
|
22
|
-
.n("WellArchitectedClient", "UpgradeReviewTemplateLensReviewCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpgradeReviewTemplateLensReviewCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpgradeReviewTemplateLensReviewCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpgradeReviewTemplateLensReviewCommand = UpgradeReviewTemplateLensReviewCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,73 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./AssociateLensesCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./AssociateProfilesCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./CreateLensShareCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CreateLensVersionCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./CreateMilestoneCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./CreateProfileCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./CreateProfileShareCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./CreateReviewTemplateCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./CreateTemplateShareCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./CreateWorkloadCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./CreateWorkloadShareCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./DeleteLensCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./DeleteLensShareCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./DeleteProfileCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DeleteProfileShareCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DeleteReviewTemplateCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./DeleteTemplateShareCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./DeleteWorkloadCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./DeleteWorkloadShareCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./DisassociateLensesCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./DisassociateProfilesCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./ExportLensCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./GetAnswerCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./GetConsolidatedReportCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./GetLensCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./GetLensReviewCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./GetLensReviewReportCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./GetLensVersionDifferenceCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./GetMilestoneCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./GetProfileCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./GetProfileTemplateCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./GetReviewTemplateAnswerCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./GetReviewTemplateCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./GetReviewTemplateLensReviewCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./GetWorkloadCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./ImportLensCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./ListAnswersCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./ListCheckDetailsCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./ListCheckSummariesCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./ListLensReviewImprovementsCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./ListLensReviewsCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./ListLensSharesCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./ListLensesCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./ListMilestonesCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./ListNotificationsCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./ListProfileNotificationsCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./ListProfileSharesCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./ListProfilesCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./ListReviewTemplateAnswersCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./ListReviewTemplatesCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./ListShareInvitationsCommand"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./ListTemplateSharesCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./ListWorkloadSharesCommand"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./ListWorkloadsCommand"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
61
|
-
tslib_1.__exportStar(require("./UpdateAnswerCommand"), exports);
|
|
62
|
-
tslib_1.__exportStar(require("./UpdateGlobalSettingsCommand"), exports);
|
|
63
|
-
tslib_1.__exportStar(require("./UpdateLensReviewCommand"), exports);
|
|
64
|
-
tslib_1.__exportStar(require("./UpdateProfileCommand"), exports);
|
|
65
|
-
tslib_1.__exportStar(require("./UpdateReviewTemplateAnswerCommand"), exports);
|
|
66
|
-
tslib_1.__exportStar(require("./UpdateReviewTemplateCommand"), exports);
|
|
67
|
-
tslib_1.__exportStar(require("./UpdateReviewTemplateLensReviewCommand"), exports);
|
|
68
|
-
tslib_1.__exportStar(require("./UpdateShareInvitationCommand"), exports);
|
|
69
|
-
tslib_1.__exportStar(require("./UpdateWorkloadCommand"), exports);
|
|
70
|
-
tslib_1.__exportStar(require("./UpdateWorkloadShareCommand"), exports);
|
|
71
|
-
tslib_1.__exportStar(require("./UpgradeLensReviewCommand"), exports);
|
|
72
|
-
tslib_1.__exportStar(require("./UpgradeProfileVersionCommand"), exports);
|
|
73
|
-
tslib_1.__exportStar(require("./UpgradeReviewTemplateLensReviewCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "wellarchitected",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|