@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,151 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WellArchitected = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const AssociateLensesCommand_1 = require("./commands/AssociateLensesCommand");
|
|
6
|
-
const AssociateProfilesCommand_1 = require("./commands/AssociateProfilesCommand");
|
|
7
|
-
const CreateLensShareCommand_1 = require("./commands/CreateLensShareCommand");
|
|
8
|
-
const CreateLensVersionCommand_1 = require("./commands/CreateLensVersionCommand");
|
|
9
|
-
const CreateMilestoneCommand_1 = require("./commands/CreateMilestoneCommand");
|
|
10
|
-
const CreateProfileCommand_1 = require("./commands/CreateProfileCommand");
|
|
11
|
-
const CreateProfileShareCommand_1 = require("./commands/CreateProfileShareCommand");
|
|
12
|
-
const CreateReviewTemplateCommand_1 = require("./commands/CreateReviewTemplateCommand");
|
|
13
|
-
const CreateTemplateShareCommand_1 = require("./commands/CreateTemplateShareCommand");
|
|
14
|
-
const CreateWorkloadCommand_1 = require("./commands/CreateWorkloadCommand");
|
|
15
|
-
const CreateWorkloadShareCommand_1 = require("./commands/CreateWorkloadShareCommand");
|
|
16
|
-
const DeleteLensCommand_1 = require("./commands/DeleteLensCommand");
|
|
17
|
-
const DeleteLensShareCommand_1 = require("./commands/DeleteLensShareCommand");
|
|
18
|
-
const DeleteProfileCommand_1 = require("./commands/DeleteProfileCommand");
|
|
19
|
-
const DeleteProfileShareCommand_1 = require("./commands/DeleteProfileShareCommand");
|
|
20
|
-
const DeleteReviewTemplateCommand_1 = require("./commands/DeleteReviewTemplateCommand");
|
|
21
|
-
const DeleteTemplateShareCommand_1 = require("./commands/DeleteTemplateShareCommand");
|
|
22
|
-
const DeleteWorkloadCommand_1 = require("./commands/DeleteWorkloadCommand");
|
|
23
|
-
const DeleteWorkloadShareCommand_1 = require("./commands/DeleteWorkloadShareCommand");
|
|
24
|
-
const DisassociateLensesCommand_1 = require("./commands/DisassociateLensesCommand");
|
|
25
|
-
const DisassociateProfilesCommand_1 = require("./commands/DisassociateProfilesCommand");
|
|
26
|
-
const ExportLensCommand_1 = require("./commands/ExportLensCommand");
|
|
27
|
-
const GetAnswerCommand_1 = require("./commands/GetAnswerCommand");
|
|
28
|
-
const GetConsolidatedReportCommand_1 = require("./commands/GetConsolidatedReportCommand");
|
|
29
|
-
const GetLensCommand_1 = require("./commands/GetLensCommand");
|
|
30
|
-
const GetLensReviewCommand_1 = require("./commands/GetLensReviewCommand");
|
|
31
|
-
const GetLensReviewReportCommand_1 = require("./commands/GetLensReviewReportCommand");
|
|
32
|
-
const GetLensVersionDifferenceCommand_1 = require("./commands/GetLensVersionDifferenceCommand");
|
|
33
|
-
const GetMilestoneCommand_1 = require("./commands/GetMilestoneCommand");
|
|
34
|
-
const GetProfileCommand_1 = require("./commands/GetProfileCommand");
|
|
35
|
-
const GetProfileTemplateCommand_1 = require("./commands/GetProfileTemplateCommand");
|
|
36
|
-
const GetReviewTemplateAnswerCommand_1 = require("./commands/GetReviewTemplateAnswerCommand");
|
|
37
|
-
const GetReviewTemplateCommand_1 = require("./commands/GetReviewTemplateCommand");
|
|
38
|
-
const GetReviewTemplateLensReviewCommand_1 = require("./commands/GetReviewTemplateLensReviewCommand");
|
|
39
|
-
const GetWorkloadCommand_1 = require("./commands/GetWorkloadCommand");
|
|
40
|
-
const ImportLensCommand_1 = require("./commands/ImportLensCommand");
|
|
41
|
-
const ListAnswersCommand_1 = require("./commands/ListAnswersCommand");
|
|
42
|
-
const ListCheckDetailsCommand_1 = require("./commands/ListCheckDetailsCommand");
|
|
43
|
-
const ListCheckSummariesCommand_1 = require("./commands/ListCheckSummariesCommand");
|
|
44
|
-
const ListLensesCommand_1 = require("./commands/ListLensesCommand");
|
|
45
|
-
const ListLensReviewImprovementsCommand_1 = require("./commands/ListLensReviewImprovementsCommand");
|
|
46
|
-
const ListLensReviewsCommand_1 = require("./commands/ListLensReviewsCommand");
|
|
47
|
-
const ListLensSharesCommand_1 = require("./commands/ListLensSharesCommand");
|
|
48
|
-
const ListMilestonesCommand_1 = require("./commands/ListMilestonesCommand");
|
|
49
|
-
const ListNotificationsCommand_1 = require("./commands/ListNotificationsCommand");
|
|
50
|
-
const ListProfileNotificationsCommand_1 = require("./commands/ListProfileNotificationsCommand");
|
|
51
|
-
const ListProfilesCommand_1 = require("./commands/ListProfilesCommand");
|
|
52
|
-
const ListProfileSharesCommand_1 = require("./commands/ListProfileSharesCommand");
|
|
53
|
-
const ListReviewTemplateAnswersCommand_1 = require("./commands/ListReviewTemplateAnswersCommand");
|
|
54
|
-
const ListReviewTemplatesCommand_1 = require("./commands/ListReviewTemplatesCommand");
|
|
55
|
-
const ListShareInvitationsCommand_1 = require("./commands/ListShareInvitationsCommand");
|
|
56
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
57
|
-
const ListTemplateSharesCommand_1 = require("./commands/ListTemplateSharesCommand");
|
|
58
|
-
const ListWorkloadsCommand_1 = require("./commands/ListWorkloadsCommand");
|
|
59
|
-
const ListWorkloadSharesCommand_1 = require("./commands/ListWorkloadSharesCommand");
|
|
60
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
61
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
62
|
-
const UpdateAnswerCommand_1 = require("./commands/UpdateAnswerCommand");
|
|
63
|
-
const UpdateGlobalSettingsCommand_1 = require("./commands/UpdateGlobalSettingsCommand");
|
|
64
|
-
const UpdateLensReviewCommand_1 = require("./commands/UpdateLensReviewCommand");
|
|
65
|
-
const UpdateProfileCommand_1 = require("./commands/UpdateProfileCommand");
|
|
66
|
-
const UpdateReviewTemplateAnswerCommand_1 = require("./commands/UpdateReviewTemplateAnswerCommand");
|
|
67
|
-
const UpdateReviewTemplateCommand_1 = require("./commands/UpdateReviewTemplateCommand");
|
|
68
|
-
const UpdateReviewTemplateLensReviewCommand_1 = require("./commands/UpdateReviewTemplateLensReviewCommand");
|
|
69
|
-
const UpdateShareInvitationCommand_1 = require("./commands/UpdateShareInvitationCommand");
|
|
70
|
-
const UpdateWorkloadCommand_1 = require("./commands/UpdateWorkloadCommand");
|
|
71
|
-
const UpdateWorkloadShareCommand_1 = require("./commands/UpdateWorkloadShareCommand");
|
|
72
|
-
const UpgradeLensReviewCommand_1 = require("./commands/UpgradeLensReviewCommand");
|
|
73
|
-
const UpgradeProfileVersionCommand_1 = require("./commands/UpgradeProfileVersionCommand");
|
|
74
|
-
const UpgradeReviewTemplateLensReviewCommand_1 = require("./commands/UpgradeReviewTemplateLensReviewCommand");
|
|
75
|
-
const WellArchitectedClient_1 = require("./WellArchitectedClient");
|
|
76
|
-
const commands = {
|
|
77
|
-
AssociateLensesCommand: AssociateLensesCommand_1.AssociateLensesCommand,
|
|
78
|
-
AssociateProfilesCommand: AssociateProfilesCommand_1.AssociateProfilesCommand,
|
|
79
|
-
CreateLensShareCommand: CreateLensShareCommand_1.CreateLensShareCommand,
|
|
80
|
-
CreateLensVersionCommand: CreateLensVersionCommand_1.CreateLensVersionCommand,
|
|
81
|
-
CreateMilestoneCommand: CreateMilestoneCommand_1.CreateMilestoneCommand,
|
|
82
|
-
CreateProfileCommand: CreateProfileCommand_1.CreateProfileCommand,
|
|
83
|
-
CreateProfileShareCommand: CreateProfileShareCommand_1.CreateProfileShareCommand,
|
|
84
|
-
CreateReviewTemplateCommand: CreateReviewTemplateCommand_1.CreateReviewTemplateCommand,
|
|
85
|
-
CreateTemplateShareCommand: CreateTemplateShareCommand_1.CreateTemplateShareCommand,
|
|
86
|
-
CreateWorkloadCommand: CreateWorkloadCommand_1.CreateWorkloadCommand,
|
|
87
|
-
CreateWorkloadShareCommand: CreateWorkloadShareCommand_1.CreateWorkloadShareCommand,
|
|
88
|
-
DeleteLensCommand: DeleteLensCommand_1.DeleteLensCommand,
|
|
89
|
-
DeleteLensShareCommand: DeleteLensShareCommand_1.DeleteLensShareCommand,
|
|
90
|
-
DeleteProfileCommand: DeleteProfileCommand_1.DeleteProfileCommand,
|
|
91
|
-
DeleteProfileShareCommand: DeleteProfileShareCommand_1.DeleteProfileShareCommand,
|
|
92
|
-
DeleteReviewTemplateCommand: DeleteReviewTemplateCommand_1.DeleteReviewTemplateCommand,
|
|
93
|
-
DeleteTemplateShareCommand: DeleteTemplateShareCommand_1.DeleteTemplateShareCommand,
|
|
94
|
-
DeleteWorkloadCommand: DeleteWorkloadCommand_1.DeleteWorkloadCommand,
|
|
95
|
-
DeleteWorkloadShareCommand: DeleteWorkloadShareCommand_1.DeleteWorkloadShareCommand,
|
|
96
|
-
DisassociateLensesCommand: DisassociateLensesCommand_1.DisassociateLensesCommand,
|
|
97
|
-
DisassociateProfilesCommand: DisassociateProfilesCommand_1.DisassociateProfilesCommand,
|
|
98
|
-
ExportLensCommand: ExportLensCommand_1.ExportLensCommand,
|
|
99
|
-
GetAnswerCommand: GetAnswerCommand_1.GetAnswerCommand,
|
|
100
|
-
GetConsolidatedReportCommand: GetConsolidatedReportCommand_1.GetConsolidatedReportCommand,
|
|
101
|
-
GetLensCommand: GetLensCommand_1.GetLensCommand,
|
|
102
|
-
GetLensReviewCommand: GetLensReviewCommand_1.GetLensReviewCommand,
|
|
103
|
-
GetLensReviewReportCommand: GetLensReviewReportCommand_1.GetLensReviewReportCommand,
|
|
104
|
-
GetLensVersionDifferenceCommand: GetLensVersionDifferenceCommand_1.GetLensVersionDifferenceCommand,
|
|
105
|
-
GetMilestoneCommand: GetMilestoneCommand_1.GetMilestoneCommand,
|
|
106
|
-
GetProfileCommand: GetProfileCommand_1.GetProfileCommand,
|
|
107
|
-
GetProfileTemplateCommand: GetProfileTemplateCommand_1.GetProfileTemplateCommand,
|
|
108
|
-
GetReviewTemplateCommand: GetReviewTemplateCommand_1.GetReviewTemplateCommand,
|
|
109
|
-
GetReviewTemplateAnswerCommand: GetReviewTemplateAnswerCommand_1.GetReviewTemplateAnswerCommand,
|
|
110
|
-
GetReviewTemplateLensReviewCommand: GetReviewTemplateLensReviewCommand_1.GetReviewTemplateLensReviewCommand,
|
|
111
|
-
GetWorkloadCommand: GetWorkloadCommand_1.GetWorkloadCommand,
|
|
112
|
-
ImportLensCommand: ImportLensCommand_1.ImportLensCommand,
|
|
113
|
-
ListAnswersCommand: ListAnswersCommand_1.ListAnswersCommand,
|
|
114
|
-
ListCheckDetailsCommand: ListCheckDetailsCommand_1.ListCheckDetailsCommand,
|
|
115
|
-
ListCheckSummariesCommand: ListCheckSummariesCommand_1.ListCheckSummariesCommand,
|
|
116
|
-
ListLensesCommand: ListLensesCommand_1.ListLensesCommand,
|
|
117
|
-
ListLensReviewImprovementsCommand: ListLensReviewImprovementsCommand_1.ListLensReviewImprovementsCommand,
|
|
118
|
-
ListLensReviewsCommand: ListLensReviewsCommand_1.ListLensReviewsCommand,
|
|
119
|
-
ListLensSharesCommand: ListLensSharesCommand_1.ListLensSharesCommand,
|
|
120
|
-
ListMilestonesCommand: ListMilestonesCommand_1.ListMilestonesCommand,
|
|
121
|
-
ListNotificationsCommand: ListNotificationsCommand_1.ListNotificationsCommand,
|
|
122
|
-
ListProfileNotificationsCommand: ListProfileNotificationsCommand_1.ListProfileNotificationsCommand,
|
|
123
|
-
ListProfilesCommand: ListProfilesCommand_1.ListProfilesCommand,
|
|
124
|
-
ListProfileSharesCommand: ListProfileSharesCommand_1.ListProfileSharesCommand,
|
|
125
|
-
ListReviewTemplateAnswersCommand: ListReviewTemplateAnswersCommand_1.ListReviewTemplateAnswersCommand,
|
|
126
|
-
ListReviewTemplatesCommand: ListReviewTemplatesCommand_1.ListReviewTemplatesCommand,
|
|
127
|
-
ListShareInvitationsCommand: ListShareInvitationsCommand_1.ListShareInvitationsCommand,
|
|
128
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
129
|
-
ListTemplateSharesCommand: ListTemplateSharesCommand_1.ListTemplateSharesCommand,
|
|
130
|
-
ListWorkloadsCommand: ListWorkloadsCommand_1.ListWorkloadsCommand,
|
|
131
|
-
ListWorkloadSharesCommand: ListWorkloadSharesCommand_1.ListWorkloadSharesCommand,
|
|
132
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
133
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
134
|
-
UpdateAnswerCommand: UpdateAnswerCommand_1.UpdateAnswerCommand,
|
|
135
|
-
UpdateGlobalSettingsCommand: UpdateGlobalSettingsCommand_1.UpdateGlobalSettingsCommand,
|
|
136
|
-
UpdateLensReviewCommand: UpdateLensReviewCommand_1.UpdateLensReviewCommand,
|
|
137
|
-
UpdateProfileCommand: UpdateProfileCommand_1.UpdateProfileCommand,
|
|
138
|
-
UpdateReviewTemplateCommand: UpdateReviewTemplateCommand_1.UpdateReviewTemplateCommand,
|
|
139
|
-
UpdateReviewTemplateAnswerCommand: UpdateReviewTemplateAnswerCommand_1.UpdateReviewTemplateAnswerCommand,
|
|
140
|
-
UpdateReviewTemplateLensReviewCommand: UpdateReviewTemplateLensReviewCommand_1.UpdateReviewTemplateLensReviewCommand,
|
|
141
|
-
UpdateShareInvitationCommand: UpdateShareInvitationCommand_1.UpdateShareInvitationCommand,
|
|
142
|
-
UpdateWorkloadCommand: UpdateWorkloadCommand_1.UpdateWorkloadCommand,
|
|
143
|
-
UpdateWorkloadShareCommand: UpdateWorkloadShareCommand_1.UpdateWorkloadShareCommand,
|
|
144
|
-
UpgradeLensReviewCommand: UpgradeLensReviewCommand_1.UpgradeLensReviewCommand,
|
|
145
|
-
UpgradeProfileVersionCommand: UpgradeProfileVersionCommand_1.UpgradeProfileVersionCommand,
|
|
146
|
-
UpgradeReviewTemplateLensReviewCommand: UpgradeReviewTemplateLensReviewCommand_1.UpgradeReviewTemplateLensReviewCommand,
|
|
147
|
-
};
|
|
148
|
-
class WellArchitected extends WellArchitectedClient_1.WellArchitectedClient {
|
|
149
|
-
}
|
|
150
|
-
exports.WellArchitected = WellArchitected;
|
|
151
|
-
(0, smithy_client_1.createAggregatedClient)(commands, WellArchitected);
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WellArchitectedClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class WellArchitectedClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.WellArchitectedClient = WellArchitectedClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateLensesCommand = 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 AssociateLensesCommand 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", "AssociateLenses", {})
|
|
22
|
-
.n("WellArchitectedClient", "AssociateLensesCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_AssociateLensesCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_AssociateLensesCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AssociateLensesCommand = AssociateLensesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateProfilesCommand = 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 AssociateProfilesCommand 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", "AssociateProfiles", {})
|
|
22
|
-
.n("WellArchitectedClient", "AssociateProfilesCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_AssociateProfilesCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_AssociateProfilesCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AssociateProfilesCommand = AssociateProfilesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateLensShareCommand = 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 CreateLensShareCommand 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", "CreateLensShare", {})
|
|
22
|
-
.n("WellArchitectedClient", "CreateLensShareCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateLensShareCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateLensShareCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateLensShareCommand = CreateLensShareCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateLensVersionCommand = 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 CreateLensVersionCommand 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", "CreateLensVersion", {})
|
|
22
|
-
.n("WellArchitectedClient", "CreateLensVersionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateLensVersionCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateLensVersionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateLensVersionCommand = CreateLensVersionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateMilestoneCommand = 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 CreateMilestoneCommand 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", "CreateMilestone", {})
|
|
22
|
-
.n("WellArchitectedClient", "CreateMilestoneCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateMilestoneCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateMilestoneCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateMilestoneCommand = CreateMilestoneCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateProfileCommand = 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 CreateProfileCommand 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", "CreateProfile", {})
|
|
22
|
-
.n("WellArchitectedClient", "CreateProfileCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateProfileCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateProfileCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateProfileCommand = CreateProfileCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateProfileShareCommand = 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 CreateProfileShareCommand 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", "CreateProfileShare", {})
|
|
22
|
-
.n("WellArchitectedClient", "CreateProfileShareCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateProfileShareCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateProfileShareCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateProfileShareCommand = CreateProfileShareCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateReviewTemplateCommand = 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 CreateReviewTemplateCommand 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", "CreateReviewTemplate", {})
|
|
22
|
-
.n("WellArchitectedClient", "CreateReviewTemplateCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateReviewTemplateCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateReviewTemplateCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateReviewTemplateCommand = CreateReviewTemplateCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateTemplateShareCommand = 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 CreateTemplateShareCommand 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", "CreateTemplateShare", {})
|
|
22
|
-
.n("WellArchitectedClient", "CreateTemplateShareCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateTemplateShareCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateTemplateShareCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateTemplateShareCommand = CreateTemplateShareCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateWorkloadCommand = 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 CreateWorkloadCommand 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", "CreateWorkload", {})
|
|
22
|
-
.n("WellArchitectedClient", "CreateWorkloadCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateWorkloadCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateWorkloadCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateWorkloadCommand = CreateWorkloadCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateWorkloadShareCommand = 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 CreateWorkloadShareCommand 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", "CreateWorkloadShare", {})
|
|
22
|
-
.n("WellArchitectedClient", "CreateWorkloadShareCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateWorkloadShareCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateWorkloadShareCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateWorkloadShareCommand = CreateWorkloadShareCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteLensCommand = 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 DeleteLensCommand 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", "DeleteLens", {})
|
|
22
|
-
.n("WellArchitectedClient", "DeleteLensCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteLensCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteLensCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteLensCommand = DeleteLensCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteLensShareCommand = 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 DeleteLensShareCommand 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", "DeleteLensShare", {})
|
|
22
|
-
.n("WellArchitectedClient", "DeleteLensShareCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteLensShareCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteLensShareCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteLensShareCommand = DeleteLensShareCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteProfileCommand = 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 DeleteProfileCommand 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", "DeleteProfile", {})
|
|
22
|
-
.n("WellArchitectedClient", "DeleteProfileCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteProfileCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteProfileCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteProfileCommand = DeleteProfileCommand;
|
|
1
|
+
module.exports = require("../index.js");
|