@aws-sdk/client-wellarchitected 3.423.0 → 3.424.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/README.md +112 -0
- package/dist-cjs/WellArchitected.js +28 -0
- package/dist-cjs/commands/CreateReviewTemplateCommand.js +51 -0
- package/dist-cjs/commands/CreateTemplateShareCommand.js +51 -0
- package/dist-cjs/commands/DeleteReviewTemplateCommand.js +51 -0
- package/dist-cjs/commands/DeleteTemplateShareCommand.js +51 -0
- package/dist-cjs/commands/GetReviewTemplateAnswerCommand.js +51 -0
- package/dist-cjs/commands/GetReviewTemplateCommand.js +51 -0
- package/dist-cjs/commands/GetReviewTemplateLensReviewCommand.js +51 -0
- package/dist-cjs/commands/ListReviewTemplateAnswersCommand.js +51 -0
- package/dist-cjs/commands/ListReviewTemplatesCommand.js +51 -0
- package/dist-cjs/commands/ListTemplateSharesCommand.js +51 -0
- package/dist-cjs/commands/UpdateReviewTemplateAnswerCommand.js +51 -0
- package/dist-cjs/commands/UpdateReviewTemplateCommand.js +51 -0
- package/dist-cjs/commands/UpdateReviewTemplateLensReviewCommand.js +51 -0
- package/dist-cjs/commands/UpgradeReviewTemplateLensReviewCommand.js +51 -0
- package/dist-cjs/commands/index.js +14 -0
- package/dist-cjs/models/models_0.js +14 -1
- package/dist-cjs/pagination/ListReviewTemplateAnswersPaginator.js +29 -0
- package/dist-cjs/pagination/ListReviewTemplatesPaginator.js +29 -0
- package/dist-cjs/pagination/ListTemplateSharesPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1098 -53
- package/dist-es/WellArchitected.js +28 -0
- package/dist-es/commands/CreateReviewTemplateCommand.js +47 -0
- package/dist-es/commands/CreateTemplateShareCommand.js +47 -0
- package/dist-es/commands/DeleteReviewTemplateCommand.js +47 -0
- package/dist-es/commands/DeleteTemplateShareCommand.js +47 -0
- package/dist-es/commands/GetReviewTemplateAnswerCommand.js +47 -0
- package/dist-es/commands/GetReviewTemplateCommand.js +47 -0
- package/dist-es/commands/GetReviewTemplateLensReviewCommand.js +47 -0
- package/dist-es/commands/ListReviewTemplateAnswersCommand.js +47 -0
- package/dist-es/commands/ListReviewTemplatesCommand.js +47 -0
- package/dist-es/commands/ListTemplateSharesCommand.js +47 -0
- package/dist-es/commands/UpdateReviewTemplateAnswerCommand.js +47 -0
- package/dist-es/commands/UpdateReviewTemplateCommand.js +47 -0
- package/dist-es/commands/UpdateReviewTemplateLensReviewCommand.js +47 -0
- package/dist-es/commands/UpgradeReviewTemplateLensReviewCommand.js +47 -0
- package/dist-es/commands/index.js +14 -0
- package/dist-es/models/models_0.js +13 -0
- package/dist-es/pagination/ListReviewTemplateAnswersPaginator.js +25 -0
- package/dist-es/pagination/ListReviewTemplatesPaginator.js +25 -0
- package/dist-es/pagination/ListTemplateSharesPaginator.js +25 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +1065 -48
- package/dist-types/WellArchitected.d.ts +98 -0
- package/dist-types/WellArchitectedClient.d.ts +16 -2
- package/dist-types/commands/CreateReviewTemplateCommand.d.ts +114 -0
- package/dist-types/commands/CreateTemplateShareCommand.d.ts +111 -0
- package/dist-types/commands/CreateWorkloadCommand.d.ts +26 -0
- package/dist-types/commands/DeleteReviewTemplateCommand.d.ts +94 -0
- package/dist-types/commands/DeleteTemplateShareCommand.d.ts +94 -0
- package/dist-types/commands/GetReviewTemplateAnswerCommand.d.ts +141 -0
- package/dist-types/commands/GetReviewTemplateCommand.d.ts +106 -0
- package/dist-types/commands/GetReviewTemplateLensReviewCommand.d.ts +112 -0
- package/dist-types/commands/ListNotificationsCommand.d.ts +3 -0
- package/dist-types/commands/ListReviewTemplateAnswersCommand.d.ts +141 -0
- package/dist-types/commands/ListReviewTemplatesCommand.d.ts +99 -0
- package/dist-types/commands/ListShareInvitationsCommand.d.ts +10 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplateSharesCommand.d.ts +101 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateReviewTemplateAnswerCommand.d.ts +157 -0
- package/dist-types/commands/UpdateReviewTemplateCommand.d.ts +118 -0
- package/dist-types/commands/UpdateReviewTemplateLensReviewCommand.d.ts +119 -0
- package/dist-types/commands/UpdateShareInvitationCommand.d.ts +2 -1
- package/dist-types/commands/UpgradeReviewTemplateLensReviewCommand.d.ts +91 -0
- package/dist-types/commands/index.d.ts +14 -0
- package/dist-types/models/models_0.d.ts +1206 -103
- package/dist-types/pagination/ListReviewTemplateAnswersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListReviewTemplatesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTemplateSharesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +126 -0
- package/dist-types/ts3.4/WellArchitected.d.ts +238 -0
- package/dist-types/ts3.4/WellArchitectedClient.d.ts +86 -2
- package/dist-types/ts3.4/commands/CreateReviewTemplateCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateTemplateShareCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteReviewTemplateCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteTemplateShareCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/GetReviewTemplateAnswerCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetReviewTemplateCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetReviewTemplateLensReviewCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListReviewTemplateAnswersCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListReviewTemplatesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListTemplateSharesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateReviewTemplateAnswerCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateReviewTemplateCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateReviewTemplateLensReviewCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpgradeReviewTemplateLensReviewCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/index.d.ts +14 -0
- package/dist-types/ts3.4/models/models_0.d.ts +227 -0
- package/dist-types/ts3.4/pagination/ListReviewTemplateAnswersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListReviewTemplatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTemplateSharesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +168 -0
- package/package.json +1 -1
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListReviewTemplateAnswersCommandInput, ListReviewTemplateAnswersCommandOutput } from "../commands/ListReviewTemplateAnswersCommand";
|
|
3
|
+
import { WellArchitectedPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListReviewTemplateAnswers(config: WellArchitectedPaginationConfiguration, input: ListReviewTemplateAnswersCommandInput, ...additionalArguments: any): Paginator<ListReviewTemplateAnswersCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListReviewTemplatesCommandInput, ListReviewTemplatesCommandOutput } from "../commands/ListReviewTemplatesCommand";
|
|
3
|
+
import { WellArchitectedPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListReviewTemplates(config: WellArchitectedPaginationConfiguration, input: ListReviewTemplatesCommandInput, ...additionalArguments: any): Paginator<ListReviewTemplatesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListTemplateSharesCommandInput, ListTemplateSharesCommandOutput } from "../commands/ListTemplateSharesCommand";
|
|
3
|
+
import { WellArchitectedPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListTemplateShares(config: WellArchitectedPaginationConfiguration, input: ListTemplateSharesCommandInput, ...additionalArguments: any): Paginator<ListTemplateSharesCommandOutput>;
|
|
@@ -12,6 +12,9 @@ export * from "./ListNotificationsPaginator";
|
|
|
12
12
|
export * from "./ListProfileNotificationsPaginator";
|
|
13
13
|
export * from "./ListProfileSharesPaginator";
|
|
14
14
|
export * from "./ListProfilesPaginator";
|
|
15
|
+
export * from "./ListReviewTemplateAnswersPaginator";
|
|
16
|
+
export * from "./ListReviewTemplatesPaginator";
|
|
15
17
|
export * from "./ListShareInvitationsPaginator";
|
|
18
|
+
export * from "./ListTemplateSharesPaginator";
|
|
16
19
|
export * from "./ListWorkloadSharesPaginator";
|
|
17
20
|
export * from "./ListWorkloadsPaginator";
|
|
@@ -7,12 +7,16 @@ import { CreateLensVersionCommandInput, CreateLensVersionCommandOutput } from ".
|
|
|
7
7
|
import { CreateMilestoneCommandInput, CreateMilestoneCommandOutput } from "../commands/CreateMilestoneCommand";
|
|
8
8
|
import { CreateProfileCommandInput, CreateProfileCommandOutput } from "../commands/CreateProfileCommand";
|
|
9
9
|
import { CreateProfileShareCommandInput, CreateProfileShareCommandOutput } from "../commands/CreateProfileShareCommand";
|
|
10
|
+
import { CreateReviewTemplateCommandInput, CreateReviewTemplateCommandOutput } from "../commands/CreateReviewTemplateCommand";
|
|
11
|
+
import { CreateTemplateShareCommandInput, CreateTemplateShareCommandOutput } from "../commands/CreateTemplateShareCommand";
|
|
10
12
|
import { CreateWorkloadCommandInput, CreateWorkloadCommandOutput } from "../commands/CreateWorkloadCommand";
|
|
11
13
|
import { CreateWorkloadShareCommandInput, CreateWorkloadShareCommandOutput } from "../commands/CreateWorkloadShareCommand";
|
|
12
14
|
import { DeleteLensCommandInput, DeleteLensCommandOutput } from "../commands/DeleteLensCommand";
|
|
13
15
|
import { DeleteLensShareCommandInput, DeleteLensShareCommandOutput } from "../commands/DeleteLensShareCommand";
|
|
14
16
|
import { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "../commands/DeleteProfileCommand";
|
|
15
17
|
import { DeleteProfileShareCommandInput, DeleteProfileShareCommandOutput } from "../commands/DeleteProfileShareCommand";
|
|
18
|
+
import { DeleteReviewTemplateCommandInput, DeleteReviewTemplateCommandOutput } from "../commands/DeleteReviewTemplateCommand";
|
|
19
|
+
import { DeleteTemplateShareCommandInput, DeleteTemplateShareCommandOutput } from "../commands/DeleteTemplateShareCommand";
|
|
16
20
|
import { DeleteWorkloadCommandInput, DeleteWorkloadCommandOutput } from "../commands/DeleteWorkloadCommand";
|
|
17
21
|
import { DeleteWorkloadShareCommandInput, DeleteWorkloadShareCommandOutput } from "../commands/DeleteWorkloadShareCommand";
|
|
18
22
|
import { DisassociateLensesCommandInput, DisassociateLensesCommandOutput } from "../commands/DisassociateLensesCommand";
|
|
@@ -27,6 +31,9 @@ import { GetLensVersionDifferenceCommandInput, GetLensVersionDifferenceCommandOu
|
|
|
27
31
|
import { GetMilestoneCommandInput, GetMilestoneCommandOutput } from "../commands/GetMilestoneCommand";
|
|
28
32
|
import { GetProfileCommandInput, GetProfileCommandOutput } from "../commands/GetProfileCommand";
|
|
29
33
|
import { GetProfileTemplateCommandInput, GetProfileTemplateCommandOutput } from "../commands/GetProfileTemplateCommand";
|
|
34
|
+
import { GetReviewTemplateAnswerCommandInput, GetReviewTemplateAnswerCommandOutput } from "../commands/GetReviewTemplateAnswerCommand";
|
|
35
|
+
import { GetReviewTemplateCommandInput, GetReviewTemplateCommandOutput } from "../commands/GetReviewTemplateCommand";
|
|
36
|
+
import { GetReviewTemplateLensReviewCommandInput, GetReviewTemplateLensReviewCommandOutput } from "../commands/GetReviewTemplateLensReviewCommand";
|
|
30
37
|
import { GetWorkloadCommandInput, GetWorkloadCommandOutput } from "../commands/GetWorkloadCommand";
|
|
31
38
|
import { ImportLensCommandInput, ImportLensCommandOutput } from "../commands/ImportLensCommand";
|
|
32
39
|
import { ListAnswersCommandInput, ListAnswersCommandOutput } from "../commands/ListAnswersCommand";
|
|
@@ -41,8 +48,11 @@ import { ListNotificationsCommandInput, ListNotificationsCommandOutput } from ".
|
|
|
41
48
|
import { ListProfileNotificationsCommandInput, ListProfileNotificationsCommandOutput } from "../commands/ListProfileNotificationsCommand";
|
|
42
49
|
import { ListProfilesCommandInput, ListProfilesCommandOutput } from "../commands/ListProfilesCommand";
|
|
43
50
|
import { ListProfileSharesCommandInput, ListProfileSharesCommandOutput } from "../commands/ListProfileSharesCommand";
|
|
51
|
+
import { ListReviewTemplateAnswersCommandInput, ListReviewTemplateAnswersCommandOutput } from "../commands/ListReviewTemplateAnswersCommand";
|
|
52
|
+
import { ListReviewTemplatesCommandInput, ListReviewTemplatesCommandOutput } from "../commands/ListReviewTemplatesCommand";
|
|
44
53
|
import { ListShareInvitationsCommandInput, ListShareInvitationsCommandOutput } from "../commands/ListShareInvitationsCommand";
|
|
45
54
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
55
|
+
import { ListTemplateSharesCommandInput, ListTemplateSharesCommandOutput } from "../commands/ListTemplateSharesCommand";
|
|
46
56
|
import { ListWorkloadsCommandInput, ListWorkloadsCommandOutput } from "../commands/ListWorkloadsCommand";
|
|
47
57
|
import { ListWorkloadSharesCommandInput, ListWorkloadSharesCommandOutput } from "../commands/ListWorkloadSharesCommand";
|
|
48
58
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
@@ -51,11 +61,15 @@ import { UpdateAnswerCommandInput, UpdateAnswerCommandOutput } from "../commands
|
|
|
51
61
|
import { UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput } from "../commands/UpdateGlobalSettingsCommand";
|
|
52
62
|
import { UpdateLensReviewCommandInput, UpdateLensReviewCommandOutput } from "../commands/UpdateLensReviewCommand";
|
|
53
63
|
import { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "../commands/UpdateProfileCommand";
|
|
64
|
+
import { UpdateReviewTemplateAnswerCommandInput, UpdateReviewTemplateAnswerCommandOutput } from "../commands/UpdateReviewTemplateAnswerCommand";
|
|
65
|
+
import { UpdateReviewTemplateCommandInput, UpdateReviewTemplateCommandOutput } from "../commands/UpdateReviewTemplateCommand";
|
|
66
|
+
import { UpdateReviewTemplateLensReviewCommandInput, UpdateReviewTemplateLensReviewCommandOutput } from "../commands/UpdateReviewTemplateLensReviewCommand";
|
|
54
67
|
import { UpdateShareInvitationCommandInput, UpdateShareInvitationCommandOutput } from "../commands/UpdateShareInvitationCommand";
|
|
55
68
|
import { UpdateWorkloadCommandInput, UpdateWorkloadCommandOutput } from "../commands/UpdateWorkloadCommand";
|
|
56
69
|
import { UpdateWorkloadShareCommandInput, UpdateWorkloadShareCommandOutput } from "../commands/UpdateWorkloadShareCommand";
|
|
57
70
|
import { UpgradeLensReviewCommandInput, UpgradeLensReviewCommandOutput } from "../commands/UpgradeLensReviewCommand";
|
|
58
71
|
import { UpgradeProfileVersionCommandInput, UpgradeProfileVersionCommandOutput } from "../commands/UpgradeProfileVersionCommand";
|
|
72
|
+
import { UpgradeReviewTemplateLensReviewCommandInput, UpgradeReviewTemplateLensReviewCommandOutput } from "../commands/UpgradeReviewTemplateLensReviewCommand";
|
|
59
73
|
/**
|
|
60
74
|
* serializeAws_restJson1AssociateLensesCommand
|
|
61
75
|
*/
|
|
@@ -84,6 +98,14 @@ export declare const se_CreateProfileCommand: (input: CreateProfileCommandInput,
|
|
|
84
98
|
* serializeAws_restJson1CreateProfileShareCommand
|
|
85
99
|
*/
|
|
86
100
|
export declare const se_CreateProfileShareCommand: (input: CreateProfileShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
+
/**
|
|
102
|
+
* serializeAws_restJson1CreateReviewTemplateCommand
|
|
103
|
+
*/
|
|
104
|
+
export declare const se_CreateReviewTemplateCommand: (input: CreateReviewTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
+
/**
|
|
106
|
+
* serializeAws_restJson1CreateTemplateShareCommand
|
|
107
|
+
*/
|
|
108
|
+
export declare const se_CreateTemplateShareCommand: (input: CreateTemplateShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
109
|
/**
|
|
88
110
|
* serializeAws_restJson1CreateWorkloadCommand
|
|
89
111
|
*/
|
|
@@ -108,6 +130,14 @@ export declare const se_DeleteProfileCommand: (input: DeleteProfileCommandInput,
|
|
|
108
130
|
* serializeAws_restJson1DeleteProfileShareCommand
|
|
109
131
|
*/
|
|
110
132
|
export declare const se_DeleteProfileShareCommand: (input: DeleteProfileShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
|
+
/**
|
|
134
|
+
* serializeAws_restJson1DeleteReviewTemplateCommand
|
|
135
|
+
*/
|
|
136
|
+
export declare const se_DeleteReviewTemplateCommand: (input: DeleteReviewTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
137
|
+
/**
|
|
138
|
+
* serializeAws_restJson1DeleteTemplateShareCommand
|
|
139
|
+
*/
|
|
140
|
+
export declare const se_DeleteTemplateShareCommand: (input: DeleteTemplateShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
141
|
/**
|
|
112
142
|
* serializeAws_restJson1DeleteWorkloadCommand
|
|
113
143
|
*/
|
|
@@ -164,6 +194,18 @@ export declare const se_GetProfileCommand: (input: GetProfileCommandInput, conte
|
|
|
164
194
|
* serializeAws_restJson1GetProfileTemplateCommand
|
|
165
195
|
*/
|
|
166
196
|
export declare const se_GetProfileTemplateCommand: (input: GetProfileTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
197
|
+
/**
|
|
198
|
+
* serializeAws_restJson1GetReviewTemplateCommand
|
|
199
|
+
*/
|
|
200
|
+
export declare const se_GetReviewTemplateCommand: (input: GetReviewTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
201
|
+
/**
|
|
202
|
+
* serializeAws_restJson1GetReviewTemplateAnswerCommand
|
|
203
|
+
*/
|
|
204
|
+
export declare const se_GetReviewTemplateAnswerCommand: (input: GetReviewTemplateAnswerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
205
|
+
/**
|
|
206
|
+
* serializeAws_restJson1GetReviewTemplateLensReviewCommand
|
|
207
|
+
*/
|
|
208
|
+
export declare const se_GetReviewTemplateLensReviewCommand: (input: GetReviewTemplateLensReviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
167
209
|
/**
|
|
168
210
|
* serializeAws_restJson1GetWorkloadCommand
|
|
169
211
|
*/
|
|
@@ -220,6 +262,14 @@ export declare const se_ListProfilesCommand: (input: ListProfilesCommandInput, c
|
|
|
220
262
|
* serializeAws_restJson1ListProfileSharesCommand
|
|
221
263
|
*/
|
|
222
264
|
export declare const se_ListProfileSharesCommand: (input: ListProfileSharesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
265
|
+
/**
|
|
266
|
+
* serializeAws_restJson1ListReviewTemplateAnswersCommand
|
|
267
|
+
*/
|
|
268
|
+
export declare const se_ListReviewTemplateAnswersCommand: (input: ListReviewTemplateAnswersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
269
|
+
/**
|
|
270
|
+
* serializeAws_restJson1ListReviewTemplatesCommand
|
|
271
|
+
*/
|
|
272
|
+
export declare const se_ListReviewTemplatesCommand: (input: ListReviewTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
223
273
|
/**
|
|
224
274
|
* serializeAws_restJson1ListShareInvitationsCommand
|
|
225
275
|
*/
|
|
@@ -228,6 +278,10 @@ export declare const se_ListShareInvitationsCommand: (input: ListShareInvitation
|
|
|
228
278
|
* serializeAws_restJson1ListTagsForResourceCommand
|
|
229
279
|
*/
|
|
230
280
|
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
281
|
+
/**
|
|
282
|
+
* serializeAws_restJson1ListTemplateSharesCommand
|
|
283
|
+
*/
|
|
284
|
+
export declare const se_ListTemplateSharesCommand: (input: ListTemplateSharesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
231
285
|
/**
|
|
232
286
|
* serializeAws_restJson1ListWorkloadsCommand
|
|
233
287
|
*/
|
|
@@ -260,6 +314,18 @@ export declare const se_UpdateLensReviewCommand: (input: UpdateLensReviewCommand
|
|
|
260
314
|
* serializeAws_restJson1UpdateProfileCommand
|
|
261
315
|
*/
|
|
262
316
|
export declare const se_UpdateProfileCommand: (input: UpdateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
317
|
+
/**
|
|
318
|
+
* serializeAws_restJson1UpdateReviewTemplateCommand
|
|
319
|
+
*/
|
|
320
|
+
export declare const se_UpdateReviewTemplateCommand: (input: UpdateReviewTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
321
|
+
/**
|
|
322
|
+
* serializeAws_restJson1UpdateReviewTemplateAnswerCommand
|
|
323
|
+
*/
|
|
324
|
+
export declare const se_UpdateReviewTemplateAnswerCommand: (input: UpdateReviewTemplateAnswerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
325
|
+
/**
|
|
326
|
+
* serializeAws_restJson1UpdateReviewTemplateLensReviewCommand
|
|
327
|
+
*/
|
|
328
|
+
export declare const se_UpdateReviewTemplateLensReviewCommand: (input: UpdateReviewTemplateLensReviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
263
329
|
/**
|
|
264
330
|
* serializeAws_restJson1UpdateShareInvitationCommand
|
|
265
331
|
*/
|
|
@@ -280,6 +346,10 @@ export declare const se_UpgradeLensReviewCommand: (input: UpgradeLensReviewComma
|
|
|
280
346
|
* serializeAws_restJson1UpgradeProfileVersionCommand
|
|
281
347
|
*/
|
|
282
348
|
export declare const se_UpgradeProfileVersionCommand: (input: UpgradeProfileVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
349
|
+
/**
|
|
350
|
+
* serializeAws_restJson1UpgradeReviewTemplateLensReviewCommand
|
|
351
|
+
*/
|
|
352
|
+
export declare const se_UpgradeReviewTemplateLensReviewCommand: (input: UpgradeReviewTemplateLensReviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
283
353
|
/**
|
|
284
354
|
* deserializeAws_restJson1AssociateLensesCommand
|
|
285
355
|
*/
|
|
@@ -308,6 +378,14 @@ export declare const de_CreateProfileCommand: (output: __HttpResponse, context:
|
|
|
308
378
|
* deserializeAws_restJson1CreateProfileShareCommand
|
|
309
379
|
*/
|
|
310
380
|
export declare const de_CreateProfileShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProfileShareCommandOutput>;
|
|
381
|
+
/**
|
|
382
|
+
* deserializeAws_restJson1CreateReviewTemplateCommand
|
|
383
|
+
*/
|
|
384
|
+
export declare const de_CreateReviewTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReviewTemplateCommandOutput>;
|
|
385
|
+
/**
|
|
386
|
+
* deserializeAws_restJson1CreateTemplateShareCommand
|
|
387
|
+
*/
|
|
388
|
+
export declare const de_CreateTemplateShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTemplateShareCommandOutput>;
|
|
311
389
|
/**
|
|
312
390
|
* deserializeAws_restJson1CreateWorkloadCommand
|
|
313
391
|
*/
|
|
@@ -332,6 +410,14 @@ export declare const de_DeleteProfileCommand: (output: __HttpResponse, context:
|
|
|
332
410
|
* deserializeAws_restJson1DeleteProfileShareCommand
|
|
333
411
|
*/
|
|
334
412
|
export declare const de_DeleteProfileShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProfileShareCommandOutput>;
|
|
413
|
+
/**
|
|
414
|
+
* deserializeAws_restJson1DeleteReviewTemplateCommand
|
|
415
|
+
*/
|
|
416
|
+
export declare const de_DeleteReviewTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReviewTemplateCommandOutput>;
|
|
417
|
+
/**
|
|
418
|
+
* deserializeAws_restJson1DeleteTemplateShareCommand
|
|
419
|
+
*/
|
|
420
|
+
export declare const de_DeleteTemplateShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTemplateShareCommandOutput>;
|
|
335
421
|
/**
|
|
336
422
|
* deserializeAws_restJson1DeleteWorkloadCommand
|
|
337
423
|
*/
|
|
@@ -388,6 +474,18 @@ export declare const de_GetProfileCommand: (output: __HttpResponse, context: __S
|
|
|
388
474
|
* deserializeAws_restJson1GetProfileTemplateCommand
|
|
389
475
|
*/
|
|
390
476
|
export declare const de_GetProfileTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProfileTemplateCommandOutput>;
|
|
477
|
+
/**
|
|
478
|
+
* deserializeAws_restJson1GetReviewTemplateCommand
|
|
479
|
+
*/
|
|
480
|
+
export declare const de_GetReviewTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReviewTemplateCommandOutput>;
|
|
481
|
+
/**
|
|
482
|
+
* deserializeAws_restJson1GetReviewTemplateAnswerCommand
|
|
483
|
+
*/
|
|
484
|
+
export declare const de_GetReviewTemplateAnswerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReviewTemplateAnswerCommandOutput>;
|
|
485
|
+
/**
|
|
486
|
+
* deserializeAws_restJson1GetReviewTemplateLensReviewCommand
|
|
487
|
+
*/
|
|
488
|
+
export declare const de_GetReviewTemplateLensReviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReviewTemplateLensReviewCommandOutput>;
|
|
391
489
|
/**
|
|
392
490
|
* deserializeAws_restJson1GetWorkloadCommand
|
|
393
491
|
*/
|
|
@@ -444,6 +542,14 @@ export declare const de_ListProfilesCommand: (output: __HttpResponse, context: _
|
|
|
444
542
|
* deserializeAws_restJson1ListProfileSharesCommand
|
|
445
543
|
*/
|
|
446
544
|
export declare const de_ListProfileSharesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfileSharesCommandOutput>;
|
|
545
|
+
/**
|
|
546
|
+
* deserializeAws_restJson1ListReviewTemplateAnswersCommand
|
|
547
|
+
*/
|
|
548
|
+
export declare const de_ListReviewTemplateAnswersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReviewTemplateAnswersCommandOutput>;
|
|
549
|
+
/**
|
|
550
|
+
* deserializeAws_restJson1ListReviewTemplatesCommand
|
|
551
|
+
*/
|
|
552
|
+
export declare const de_ListReviewTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReviewTemplatesCommandOutput>;
|
|
447
553
|
/**
|
|
448
554
|
* deserializeAws_restJson1ListShareInvitationsCommand
|
|
449
555
|
*/
|
|
@@ -452,6 +558,10 @@ export declare const de_ListShareInvitationsCommand: (output: __HttpResponse, co
|
|
|
452
558
|
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
453
559
|
*/
|
|
454
560
|
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
561
|
+
/**
|
|
562
|
+
* deserializeAws_restJson1ListTemplateSharesCommand
|
|
563
|
+
*/
|
|
564
|
+
export declare const de_ListTemplateSharesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTemplateSharesCommandOutput>;
|
|
455
565
|
/**
|
|
456
566
|
* deserializeAws_restJson1ListWorkloadsCommand
|
|
457
567
|
*/
|
|
@@ -484,6 +594,18 @@ export declare const de_UpdateLensReviewCommand: (output: __HttpResponse, contex
|
|
|
484
594
|
* deserializeAws_restJson1UpdateProfileCommand
|
|
485
595
|
*/
|
|
486
596
|
export declare const de_UpdateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProfileCommandOutput>;
|
|
597
|
+
/**
|
|
598
|
+
* deserializeAws_restJson1UpdateReviewTemplateCommand
|
|
599
|
+
*/
|
|
600
|
+
export declare const de_UpdateReviewTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateReviewTemplateCommandOutput>;
|
|
601
|
+
/**
|
|
602
|
+
* deserializeAws_restJson1UpdateReviewTemplateAnswerCommand
|
|
603
|
+
*/
|
|
604
|
+
export declare const de_UpdateReviewTemplateAnswerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateReviewTemplateAnswerCommandOutput>;
|
|
605
|
+
/**
|
|
606
|
+
* deserializeAws_restJson1UpdateReviewTemplateLensReviewCommand
|
|
607
|
+
*/
|
|
608
|
+
export declare const de_UpdateReviewTemplateLensReviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateReviewTemplateLensReviewCommandOutput>;
|
|
487
609
|
/**
|
|
488
610
|
* deserializeAws_restJson1UpdateShareInvitationCommand
|
|
489
611
|
*/
|
|
@@ -504,3 +626,7 @@ export declare const de_UpgradeLensReviewCommand: (output: __HttpResponse, conte
|
|
|
504
626
|
* deserializeAws_restJson1UpgradeProfileVersionCommand
|
|
505
627
|
*/
|
|
506
628
|
export declare const de_UpgradeProfileVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpgradeProfileVersionCommandOutput>;
|
|
629
|
+
/**
|
|
630
|
+
* deserializeAws_restJson1UpgradeReviewTemplateLensReviewCommand
|
|
631
|
+
*/
|
|
632
|
+
export declare const de_UpgradeReviewTemplateLensReviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpgradeReviewTemplateLensReviewCommandOutput>;
|
|
@@ -27,6 +27,14 @@ import {
|
|
|
27
27
|
CreateProfileShareCommandInput,
|
|
28
28
|
CreateProfileShareCommandOutput,
|
|
29
29
|
} from "./commands/CreateProfileShareCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateReviewTemplateCommandInput,
|
|
32
|
+
CreateReviewTemplateCommandOutput,
|
|
33
|
+
} from "./commands/CreateReviewTemplateCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateTemplateShareCommandInput,
|
|
36
|
+
CreateTemplateShareCommandOutput,
|
|
37
|
+
} from "./commands/CreateTemplateShareCommand";
|
|
30
38
|
import {
|
|
31
39
|
CreateWorkloadCommandInput,
|
|
32
40
|
CreateWorkloadCommandOutput,
|
|
@@ -51,6 +59,14 @@ import {
|
|
|
51
59
|
DeleteProfileShareCommandInput,
|
|
52
60
|
DeleteProfileShareCommandOutput,
|
|
53
61
|
} from "./commands/DeleteProfileShareCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteReviewTemplateCommandInput,
|
|
64
|
+
DeleteReviewTemplateCommandOutput,
|
|
65
|
+
} from "./commands/DeleteReviewTemplateCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteTemplateShareCommandInput,
|
|
68
|
+
DeleteTemplateShareCommandOutput,
|
|
69
|
+
} from "./commands/DeleteTemplateShareCommand";
|
|
54
70
|
import {
|
|
55
71
|
DeleteWorkloadCommandInput,
|
|
56
72
|
DeleteWorkloadCommandOutput,
|
|
@@ -107,6 +123,18 @@ import {
|
|
|
107
123
|
GetProfileTemplateCommandInput,
|
|
108
124
|
GetProfileTemplateCommandOutput,
|
|
109
125
|
} from "./commands/GetProfileTemplateCommand";
|
|
126
|
+
import {
|
|
127
|
+
GetReviewTemplateAnswerCommandInput,
|
|
128
|
+
GetReviewTemplateAnswerCommandOutput,
|
|
129
|
+
} from "./commands/GetReviewTemplateAnswerCommand";
|
|
130
|
+
import {
|
|
131
|
+
GetReviewTemplateCommandInput,
|
|
132
|
+
GetReviewTemplateCommandOutput,
|
|
133
|
+
} from "./commands/GetReviewTemplateCommand";
|
|
134
|
+
import {
|
|
135
|
+
GetReviewTemplateLensReviewCommandInput,
|
|
136
|
+
GetReviewTemplateLensReviewCommandOutput,
|
|
137
|
+
} from "./commands/GetReviewTemplateLensReviewCommand";
|
|
110
138
|
import {
|
|
111
139
|
GetWorkloadCommandInput,
|
|
112
140
|
GetWorkloadCommandOutput,
|
|
@@ -163,6 +191,14 @@ import {
|
|
|
163
191
|
ListProfileSharesCommandInput,
|
|
164
192
|
ListProfileSharesCommandOutput,
|
|
165
193
|
} from "./commands/ListProfileSharesCommand";
|
|
194
|
+
import {
|
|
195
|
+
ListReviewTemplateAnswersCommandInput,
|
|
196
|
+
ListReviewTemplateAnswersCommandOutput,
|
|
197
|
+
} from "./commands/ListReviewTemplateAnswersCommand";
|
|
198
|
+
import {
|
|
199
|
+
ListReviewTemplatesCommandInput,
|
|
200
|
+
ListReviewTemplatesCommandOutput,
|
|
201
|
+
} from "./commands/ListReviewTemplatesCommand";
|
|
166
202
|
import {
|
|
167
203
|
ListShareInvitationsCommandInput,
|
|
168
204
|
ListShareInvitationsCommandOutput,
|
|
@@ -171,6 +207,10 @@ import {
|
|
|
171
207
|
ListTagsForResourceCommandInput,
|
|
172
208
|
ListTagsForResourceCommandOutput,
|
|
173
209
|
} from "./commands/ListTagsForResourceCommand";
|
|
210
|
+
import {
|
|
211
|
+
ListTemplateSharesCommandInput,
|
|
212
|
+
ListTemplateSharesCommandOutput,
|
|
213
|
+
} from "./commands/ListTemplateSharesCommand";
|
|
174
214
|
import {
|
|
175
215
|
ListWorkloadsCommandInput,
|
|
176
216
|
ListWorkloadsCommandOutput,
|
|
@@ -203,6 +243,18 @@ import {
|
|
|
203
243
|
UpdateProfileCommandInput,
|
|
204
244
|
UpdateProfileCommandOutput,
|
|
205
245
|
} from "./commands/UpdateProfileCommand";
|
|
246
|
+
import {
|
|
247
|
+
UpdateReviewTemplateAnswerCommandInput,
|
|
248
|
+
UpdateReviewTemplateAnswerCommandOutput,
|
|
249
|
+
} from "./commands/UpdateReviewTemplateAnswerCommand";
|
|
250
|
+
import {
|
|
251
|
+
UpdateReviewTemplateCommandInput,
|
|
252
|
+
UpdateReviewTemplateCommandOutput,
|
|
253
|
+
} from "./commands/UpdateReviewTemplateCommand";
|
|
254
|
+
import {
|
|
255
|
+
UpdateReviewTemplateLensReviewCommandInput,
|
|
256
|
+
UpdateReviewTemplateLensReviewCommandOutput,
|
|
257
|
+
} from "./commands/UpdateReviewTemplateLensReviewCommand";
|
|
206
258
|
import {
|
|
207
259
|
UpdateShareInvitationCommandInput,
|
|
208
260
|
UpdateShareInvitationCommandOutput,
|
|
@@ -223,6 +275,10 @@ import {
|
|
|
223
275
|
UpgradeProfileVersionCommandInput,
|
|
224
276
|
UpgradeProfileVersionCommandOutput,
|
|
225
277
|
} from "./commands/UpgradeProfileVersionCommand";
|
|
278
|
+
import {
|
|
279
|
+
UpgradeReviewTemplateLensReviewCommandInput,
|
|
280
|
+
UpgradeReviewTemplateLensReviewCommandOutput,
|
|
281
|
+
} from "./commands/UpgradeReviewTemplateLensReviewCommand";
|
|
226
282
|
import { WellArchitectedClient } from "./WellArchitectedClient";
|
|
227
283
|
export interface WellArchitected {
|
|
228
284
|
associateLenses(
|
|
@@ -316,6 +372,32 @@ export interface WellArchitected {
|
|
|
316
372
|
options: __HttpHandlerOptions,
|
|
317
373
|
cb: (err: any, data?: CreateProfileShareCommandOutput) => void
|
|
318
374
|
): void;
|
|
375
|
+
createReviewTemplate(
|
|
376
|
+
args: CreateReviewTemplateCommandInput,
|
|
377
|
+
options?: __HttpHandlerOptions
|
|
378
|
+
): Promise<CreateReviewTemplateCommandOutput>;
|
|
379
|
+
createReviewTemplate(
|
|
380
|
+
args: CreateReviewTemplateCommandInput,
|
|
381
|
+
cb: (err: any, data?: CreateReviewTemplateCommandOutput) => void
|
|
382
|
+
): void;
|
|
383
|
+
createReviewTemplate(
|
|
384
|
+
args: CreateReviewTemplateCommandInput,
|
|
385
|
+
options: __HttpHandlerOptions,
|
|
386
|
+
cb: (err: any, data?: CreateReviewTemplateCommandOutput) => void
|
|
387
|
+
): void;
|
|
388
|
+
createTemplateShare(
|
|
389
|
+
args: CreateTemplateShareCommandInput,
|
|
390
|
+
options?: __HttpHandlerOptions
|
|
391
|
+
): Promise<CreateTemplateShareCommandOutput>;
|
|
392
|
+
createTemplateShare(
|
|
393
|
+
args: CreateTemplateShareCommandInput,
|
|
394
|
+
cb: (err: any, data?: CreateTemplateShareCommandOutput) => void
|
|
395
|
+
): void;
|
|
396
|
+
createTemplateShare(
|
|
397
|
+
args: CreateTemplateShareCommandInput,
|
|
398
|
+
options: __HttpHandlerOptions,
|
|
399
|
+
cb: (err: any, data?: CreateTemplateShareCommandOutput) => void
|
|
400
|
+
): void;
|
|
319
401
|
createWorkload(
|
|
320
402
|
args: CreateWorkloadCommandInput,
|
|
321
403
|
options?: __HttpHandlerOptions
|
|
@@ -394,6 +476,32 @@ export interface WellArchitected {
|
|
|
394
476
|
options: __HttpHandlerOptions,
|
|
395
477
|
cb: (err: any, data?: DeleteProfileShareCommandOutput) => void
|
|
396
478
|
): void;
|
|
479
|
+
deleteReviewTemplate(
|
|
480
|
+
args: DeleteReviewTemplateCommandInput,
|
|
481
|
+
options?: __HttpHandlerOptions
|
|
482
|
+
): Promise<DeleteReviewTemplateCommandOutput>;
|
|
483
|
+
deleteReviewTemplate(
|
|
484
|
+
args: DeleteReviewTemplateCommandInput,
|
|
485
|
+
cb: (err: any, data?: DeleteReviewTemplateCommandOutput) => void
|
|
486
|
+
): void;
|
|
487
|
+
deleteReviewTemplate(
|
|
488
|
+
args: DeleteReviewTemplateCommandInput,
|
|
489
|
+
options: __HttpHandlerOptions,
|
|
490
|
+
cb: (err: any, data?: DeleteReviewTemplateCommandOutput) => void
|
|
491
|
+
): void;
|
|
492
|
+
deleteTemplateShare(
|
|
493
|
+
args: DeleteTemplateShareCommandInput,
|
|
494
|
+
options?: __HttpHandlerOptions
|
|
495
|
+
): Promise<DeleteTemplateShareCommandOutput>;
|
|
496
|
+
deleteTemplateShare(
|
|
497
|
+
args: DeleteTemplateShareCommandInput,
|
|
498
|
+
cb: (err: any, data?: DeleteTemplateShareCommandOutput) => void
|
|
499
|
+
): void;
|
|
500
|
+
deleteTemplateShare(
|
|
501
|
+
args: DeleteTemplateShareCommandInput,
|
|
502
|
+
options: __HttpHandlerOptions,
|
|
503
|
+
cb: (err: any, data?: DeleteTemplateShareCommandOutput) => void
|
|
504
|
+
): void;
|
|
397
505
|
deleteWorkload(
|
|
398
506
|
args: DeleteWorkloadCommandInput,
|
|
399
507
|
options?: __HttpHandlerOptions
|
|
@@ -576,6 +684,45 @@ export interface WellArchitected {
|
|
|
576
684
|
options: __HttpHandlerOptions,
|
|
577
685
|
cb: (err: any, data?: GetProfileTemplateCommandOutput) => void
|
|
578
686
|
): void;
|
|
687
|
+
getReviewTemplate(
|
|
688
|
+
args: GetReviewTemplateCommandInput,
|
|
689
|
+
options?: __HttpHandlerOptions
|
|
690
|
+
): Promise<GetReviewTemplateCommandOutput>;
|
|
691
|
+
getReviewTemplate(
|
|
692
|
+
args: GetReviewTemplateCommandInput,
|
|
693
|
+
cb: (err: any, data?: GetReviewTemplateCommandOutput) => void
|
|
694
|
+
): void;
|
|
695
|
+
getReviewTemplate(
|
|
696
|
+
args: GetReviewTemplateCommandInput,
|
|
697
|
+
options: __HttpHandlerOptions,
|
|
698
|
+
cb: (err: any, data?: GetReviewTemplateCommandOutput) => void
|
|
699
|
+
): void;
|
|
700
|
+
getReviewTemplateAnswer(
|
|
701
|
+
args: GetReviewTemplateAnswerCommandInput,
|
|
702
|
+
options?: __HttpHandlerOptions
|
|
703
|
+
): Promise<GetReviewTemplateAnswerCommandOutput>;
|
|
704
|
+
getReviewTemplateAnswer(
|
|
705
|
+
args: GetReviewTemplateAnswerCommandInput,
|
|
706
|
+
cb: (err: any, data?: GetReviewTemplateAnswerCommandOutput) => void
|
|
707
|
+
): void;
|
|
708
|
+
getReviewTemplateAnswer(
|
|
709
|
+
args: GetReviewTemplateAnswerCommandInput,
|
|
710
|
+
options: __HttpHandlerOptions,
|
|
711
|
+
cb: (err: any, data?: GetReviewTemplateAnswerCommandOutput) => void
|
|
712
|
+
): void;
|
|
713
|
+
getReviewTemplateLensReview(
|
|
714
|
+
args: GetReviewTemplateLensReviewCommandInput,
|
|
715
|
+
options?: __HttpHandlerOptions
|
|
716
|
+
): Promise<GetReviewTemplateLensReviewCommandOutput>;
|
|
717
|
+
getReviewTemplateLensReview(
|
|
718
|
+
args: GetReviewTemplateLensReviewCommandInput,
|
|
719
|
+
cb: (err: any, data?: GetReviewTemplateLensReviewCommandOutput) => void
|
|
720
|
+
): void;
|
|
721
|
+
getReviewTemplateLensReview(
|
|
722
|
+
args: GetReviewTemplateLensReviewCommandInput,
|
|
723
|
+
options: __HttpHandlerOptions,
|
|
724
|
+
cb: (err: any, data?: GetReviewTemplateLensReviewCommandOutput) => void
|
|
725
|
+
): void;
|
|
579
726
|
getWorkload(
|
|
580
727
|
args: GetWorkloadCommandInput,
|
|
581
728
|
options?: __HttpHandlerOptions
|
|
@@ -758,6 +905,32 @@ export interface WellArchitected {
|
|
|
758
905
|
options: __HttpHandlerOptions,
|
|
759
906
|
cb: (err: any, data?: ListProfileSharesCommandOutput) => void
|
|
760
907
|
): void;
|
|
908
|
+
listReviewTemplateAnswers(
|
|
909
|
+
args: ListReviewTemplateAnswersCommandInput,
|
|
910
|
+
options?: __HttpHandlerOptions
|
|
911
|
+
): Promise<ListReviewTemplateAnswersCommandOutput>;
|
|
912
|
+
listReviewTemplateAnswers(
|
|
913
|
+
args: ListReviewTemplateAnswersCommandInput,
|
|
914
|
+
cb: (err: any, data?: ListReviewTemplateAnswersCommandOutput) => void
|
|
915
|
+
): void;
|
|
916
|
+
listReviewTemplateAnswers(
|
|
917
|
+
args: ListReviewTemplateAnswersCommandInput,
|
|
918
|
+
options: __HttpHandlerOptions,
|
|
919
|
+
cb: (err: any, data?: ListReviewTemplateAnswersCommandOutput) => void
|
|
920
|
+
): void;
|
|
921
|
+
listReviewTemplates(
|
|
922
|
+
args: ListReviewTemplatesCommandInput,
|
|
923
|
+
options?: __HttpHandlerOptions
|
|
924
|
+
): Promise<ListReviewTemplatesCommandOutput>;
|
|
925
|
+
listReviewTemplates(
|
|
926
|
+
args: ListReviewTemplatesCommandInput,
|
|
927
|
+
cb: (err: any, data?: ListReviewTemplatesCommandOutput) => void
|
|
928
|
+
): void;
|
|
929
|
+
listReviewTemplates(
|
|
930
|
+
args: ListReviewTemplatesCommandInput,
|
|
931
|
+
options: __HttpHandlerOptions,
|
|
932
|
+
cb: (err: any, data?: ListReviewTemplatesCommandOutput) => void
|
|
933
|
+
): void;
|
|
761
934
|
listShareInvitations(
|
|
762
935
|
args: ListShareInvitationsCommandInput,
|
|
763
936
|
options?: __HttpHandlerOptions
|
|
@@ -784,6 +957,19 @@ export interface WellArchitected {
|
|
|
784
957
|
options: __HttpHandlerOptions,
|
|
785
958
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
786
959
|
): void;
|
|
960
|
+
listTemplateShares(
|
|
961
|
+
args: ListTemplateSharesCommandInput,
|
|
962
|
+
options?: __HttpHandlerOptions
|
|
963
|
+
): Promise<ListTemplateSharesCommandOutput>;
|
|
964
|
+
listTemplateShares(
|
|
965
|
+
args: ListTemplateSharesCommandInput,
|
|
966
|
+
cb: (err: any, data?: ListTemplateSharesCommandOutput) => void
|
|
967
|
+
): void;
|
|
968
|
+
listTemplateShares(
|
|
969
|
+
args: ListTemplateSharesCommandInput,
|
|
970
|
+
options: __HttpHandlerOptions,
|
|
971
|
+
cb: (err: any, data?: ListTemplateSharesCommandOutput) => void
|
|
972
|
+
): void;
|
|
787
973
|
listWorkloads(
|
|
788
974
|
args: ListWorkloadsCommandInput,
|
|
789
975
|
options?: __HttpHandlerOptions
|
|
@@ -888,6 +1074,45 @@ export interface WellArchitected {
|
|
|
888
1074
|
options: __HttpHandlerOptions,
|
|
889
1075
|
cb: (err: any, data?: UpdateProfileCommandOutput) => void
|
|
890
1076
|
): void;
|
|
1077
|
+
updateReviewTemplate(
|
|
1078
|
+
args: UpdateReviewTemplateCommandInput,
|
|
1079
|
+
options?: __HttpHandlerOptions
|
|
1080
|
+
): Promise<UpdateReviewTemplateCommandOutput>;
|
|
1081
|
+
updateReviewTemplate(
|
|
1082
|
+
args: UpdateReviewTemplateCommandInput,
|
|
1083
|
+
cb: (err: any, data?: UpdateReviewTemplateCommandOutput) => void
|
|
1084
|
+
): void;
|
|
1085
|
+
updateReviewTemplate(
|
|
1086
|
+
args: UpdateReviewTemplateCommandInput,
|
|
1087
|
+
options: __HttpHandlerOptions,
|
|
1088
|
+
cb: (err: any, data?: UpdateReviewTemplateCommandOutput) => void
|
|
1089
|
+
): void;
|
|
1090
|
+
updateReviewTemplateAnswer(
|
|
1091
|
+
args: UpdateReviewTemplateAnswerCommandInput,
|
|
1092
|
+
options?: __HttpHandlerOptions
|
|
1093
|
+
): Promise<UpdateReviewTemplateAnswerCommandOutput>;
|
|
1094
|
+
updateReviewTemplateAnswer(
|
|
1095
|
+
args: UpdateReviewTemplateAnswerCommandInput,
|
|
1096
|
+
cb: (err: any, data?: UpdateReviewTemplateAnswerCommandOutput) => void
|
|
1097
|
+
): void;
|
|
1098
|
+
updateReviewTemplateAnswer(
|
|
1099
|
+
args: UpdateReviewTemplateAnswerCommandInput,
|
|
1100
|
+
options: __HttpHandlerOptions,
|
|
1101
|
+
cb: (err: any, data?: UpdateReviewTemplateAnswerCommandOutput) => void
|
|
1102
|
+
): void;
|
|
1103
|
+
updateReviewTemplateLensReview(
|
|
1104
|
+
args: UpdateReviewTemplateLensReviewCommandInput,
|
|
1105
|
+
options?: __HttpHandlerOptions
|
|
1106
|
+
): Promise<UpdateReviewTemplateLensReviewCommandOutput>;
|
|
1107
|
+
updateReviewTemplateLensReview(
|
|
1108
|
+
args: UpdateReviewTemplateLensReviewCommandInput,
|
|
1109
|
+
cb: (err: any, data?: UpdateReviewTemplateLensReviewCommandOutput) => void
|
|
1110
|
+
): void;
|
|
1111
|
+
updateReviewTemplateLensReview(
|
|
1112
|
+
args: UpdateReviewTemplateLensReviewCommandInput,
|
|
1113
|
+
options: __HttpHandlerOptions,
|
|
1114
|
+
cb: (err: any, data?: UpdateReviewTemplateLensReviewCommandOutput) => void
|
|
1115
|
+
): void;
|
|
891
1116
|
updateShareInvitation(
|
|
892
1117
|
args: UpdateShareInvitationCommandInput,
|
|
893
1118
|
options?: __HttpHandlerOptions
|
|
@@ -953,6 +1178,19 @@ export interface WellArchitected {
|
|
|
953
1178
|
options: __HttpHandlerOptions,
|
|
954
1179
|
cb: (err: any, data?: UpgradeProfileVersionCommandOutput) => void
|
|
955
1180
|
): void;
|
|
1181
|
+
upgradeReviewTemplateLensReview(
|
|
1182
|
+
args: UpgradeReviewTemplateLensReviewCommandInput,
|
|
1183
|
+
options?: __HttpHandlerOptions
|
|
1184
|
+
): Promise<UpgradeReviewTemplateLensReviewCommandOutput>;
|
|
1185
|
+
upgradeReviewTemplateLensReview(
|
|
1186
|
+
args: UpgradeReviewTemplateLensReviewCommandInput,
|
|
1187
|
+
cb: (err: any, data?: UpgradeReviewTemplateLensReviewCommandOutput) => void
|
|
1188
|
+
): void;
|
|
1189
|
+
upgradeReviewTemplateLensReview(
|
|
1190
|
+
args: UpgradeReviewTemplateLensReviewCommandInput,
|
|
1191
|
+
options: __HttpHandlerOptions,
|
|
1192
|
+
cb: (err: any, data?: UpgradeReviewTemplateLensReviewCommandOutput) => void
|
|
1193
|
+
): void;
|
|
956
1194
|
}
|
|
957
1195
|
export declare class WellArchitected
|
|
958
1196
|
extends WellArchitectedClient
|