@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
|
@@ -73,6 +73,14 @@ import {
|
|
|
73
73
|
CreateProfileShareCommandInput,
|
|
74
74
|
CreateProfileShareCommandOutput,
|
|
75
75
|
} from "./commands/CreateProfileShareCommand";
|
|
76
|
+
import {
|
|
77
|
+
CreateReviewTemplateCommandInput,
|
|
78
|
+
CreateReviewTemplateCommandOutput,
|
|
79
|
+
} from "./commands/CreateReviewTemplateCommand";
|
|
80
|
+
import {
|
|
81
|
+
CreateTemplateShareCommandInput,
|
|
82
|
+
CreateTemplateShareCommandOutput,
|
|
83
|
+
} from "./commands/CreateTemplateShareCommand";
|
|
76
84
|
import {
|
|
77
85
|
CreateWorkloadCommandInput,
|
|
78
86
|
CreateWorkloadCommandOutput,
|
|
@@ -97,6 +105,14 @@ import {
|
|
|
97
105
|
DeleteProfileShareCommandInput,
|
|
98
106
|
DeleteProfileShareCommandOutput,
|
|
99
107
|
} from "./commands/DeleteProfileShareCommand";
|
|
108
|
+
import {
|
|
109
|
+
DeleteReviewTemplateCommandInput,
|
|
110
|
+
DeleteReviewTemplateCommandOutput,
|
|
111
|
+
} from "./commands/DeleteReviewTemplateCommand";
|
|
112
|
+
import {
|
|
113
|
+
DeleteTemplateShareCommandInput,
|
|
114
|
+
DeleteTemplateShareCommandOutput,
|
|
115
|
+
} from "./commands/DeleteTemplateShareCommand";
|
|
100
116
|
import {
|
|
101
117
|
DeleteWorkloadCommandInput,
|
|
102
118
|
DeleteWorkloadCommandOutput,
|
|
@@ -153,6 +169,18 @@ import {
|
|
|
153
169
|
GetProfileTemplateCommandInput,
|
|
154
170
|
GetProfileTemplateCommandOutput,
|
|
155
171
|
} from "./commands/GetProfileTemplateCommand";
|
|
172
|
+
import {
|
|
173
|
+
GetReviewTemplateAnswerCommandInput,
|
|
174
|
+
GetReviewTemplateAnswerCommandOutput,
|
|
175
|
+
} from "./commands/GetReviewTemplateAnswerCommand";
|
|
176
|
+
import {
|
|
177
|
+
GetReviewTemplateCommandInput,
|
|
178
|
+
GetReviewTemplateCommandOutput,
|
|
179
|
+
} from "./commands/GetReviewTemplateCommand";
|
|
180
|
+
import {
|
|
181
|
+
GetReviewTemplateLensReviewCommandInput,
|
|
182
|
+
GetReviewTemplateLensReviewCommandOutput,
|
|
183
|
+
} from "./commands/GetReviewTemplateLensReviewCommand";
|
|
156
184
|
import {
|
|
157
185
|
GetWorkloadCommandInput,
|
|
158
186
|
GetWorkloadCommandOutput,
|
|
@@ -209,6 +237,14 @@ import {
|
|
|
209
237
|
ListProfileSharesCommandInput,
|
|
210
238
|
ListProfileSharesCommandOutput,
|
|
211
239
|
} from "./commands/ListProfileSharesCommand";
|
|
240
|
+
import {
|
|
241
|
+
ListReviewTemplateAnswersCommandInput,
|
|
242
|
+
ListReviewTemplateAnswersCommandOutput,
|
|
243
|
+
} from "./commands/ListReviewTemplateAnswersCommand";
|
|
244
|
+
import {
|
|
245
|
+
ListReviewTemplatesCommandInput,
|
|
246
|
+
ListReviewTemplatesCommandOutput,
|
|
247
|
+
} from "./commands/ListReviewTemplatesCommand";
|
|
212
248
|
import {
|
|
213
249
|
ListShareInvitationsCommandInput,
|
|
214
250
|
ListShareInvitationsCommandOutput,
|
|
@@ -217,6 +253,10 @@ import {
|
|
|
217
253
|
ListTagsForResourceCommandInput,
|
|
218
254
|
ListTagsForResourceCommandOutput,
|
|
219
255
|
} from "./commands/ListTagsForResourceCommand";
|
|
256
|
+
import {
|
|
257
|
+
ListTemplateSharesCommandInput,
|
|
258
|
+
ListTemplateSharesCommandOutput,
|
|
259
|
+
} from "./commands/ListTemplateSharesCommand";
|
|
220
260
|
import {
|
|
221
261
|
ListWorkloadsCommandInput,
|
|
222
262
|
ListWorkloadsCommandOutput,
|
|
@@ -249,6 +289,18 @@ import {
|
|
|
249
289
|
UpdateProfileCommandInput,
|
|
250
290
|
UpdateProfileCommandOutput,
|
|
251
291
|
} from "./commands/UpdateProfileCommand";
|
|
292
|
+
import {
|
|
293
|
+
UpdateReviewTemplateAnswerCommandInput,
|
|
294
|
+
UpdateReviewTemplateAnswerCommandOutput,
|
|
295
|
+
} from "./commands/UpdateReviewTemplateAnswerCommand";
|
|
296
|
+
import {
|
|
297
|
+
UpdateReviewTemplateCommandInput,
|
|
298
|
+
UpdateReviewTemplateCommandOutput,
|
|
299
|
+
} from "./commands/UpdateReviewTemplateCommand";
|
|
300
|
+
import {
|
|
301
|
+
UpdateReviewTemplateLensReviewCommandInput,
|
|
302
|
+
UpdateReviewTemplateLensReviewCommandOutput,
|
|
303
|
+
} from "./commands/UpdateReviewTemplateLensReviewCommand";
|
|
252
304
|
import {
|
|
253
305
|
UpdateShareInvitationCommandInput,
|
|
254
306
|
UpdateShareInvitationCommandOutput,
|
|
@@ -269,6 +321,10 @@ import {
|
|
|
269
321
|
UpgradeProfileVersionCommandInput,
|
|
270
322
|
UpgradeProfileVersionCommandOutput,
|
|
271
323
|
} from "./commands/UpgradeProfileVersionCommand";
|
|
324
|
+
import {
|
|
325
|
+
UpgradeReviewTemplateLensReviewCommandInput,
|
|
326
|
+
UpgradeReviewTemplateLensReviewCommandOutput,
|
|
327
|
+
} from "./commands/UpgradeReviewTemplateLensReviewCommand";
|
|
272
328
|
import {
|
|
273
329
|
ClientInputEndpointParameters,
|
|
274
330
|
ClientResolvedEndpointParameters,
|
|
@@ -284,12 +340,16 @@ export type ServiceInputTypes =
|
|
|
284
340
|
| CreateMilestoneCommandInput
|
|
285
341
|
| CreateProfileCommandInput
|
|
286
342
|
| CreateProfileShareCommandInput
|
|
343
|
+
| CreateReviewTemplateCommandInput
|
|
344
|
+
| CreateTemplateShareCommandInput
|
|
287
345
|
| CreateWorkloadCommandInput
|
|
288
346
|
| CreateWorkloadShareCommandInput
|
|
289
347
|
| DeleteLensCommandInput
|
|
290
348
|
| DeleteLensShareCommandInput
|
|
291
349
|
| DeleteProfileCommandInput
|
|
292
350
|
| DeleteProfileShareCommandInput
|
|
351
|
+
| DeleteReviewTemplateCommandInput
|
|
352
|
+
| DeleteTemplateShareCommandInput
|
|
293
353
|
| DeleteWorkloadCommandInput
|
|
294
354
|
| DeleteWorkloadShareCommandInput
|
|
295
355
|
| DisassociateLensesCommandInput
|
|
@@ -304,6 +364,9 @@ export type ServiceInputTypes =
|
|
|
304
364
|
| GetMilestoneCommandInput
|
|
305
365
|
| GetProfileCommandInput
|
|
306
366
|
| GetProfileTemplateCommandInput
|
|
367
|
+
| GetReviewTemplateAnswerCommandInput
|
|
368
|
+
| GetReviewTemplateCommandInput
|
|
369
|
+
| GetReviewTemplateLensReviewCommandInput
|
|
307
370
|
| GetWorkloadCommandInput
|
|
308
371
|
| ImportLensCommandInput
|
|
309
372
|
| ListAnswersCommandInput
|
|
@@ -318,8 +381,11 @@ export type ServiceInputTypes =
|
|
|
318
381
|
| ListProfileNotificationsCommandInput
|
|
319
382
|
| ListProfileSharesCommandInput
|
|
320
383
|
| ListProfilesCommandInput
|
|
384
|
+
| ListReviewTemplateAnswersCommandInput
|
|
385
|
+
| ListReviewTemplatesCommandInput
|
|
321
386
|
| ListShareInvitationsCommandInput
|
|
322
387
|
| ListTagsForResourceCommandInput
|
|
388
|
+
| ListTemplateSharesCommandInput
|
|
323
389
|
| ListWorkloadSharesCommandInput
|
|
324
390
|
| ListWorkloadsCommandInput
|
|
325
391
|
| TagResourceCommandInput
|
|
@@ -328,11 +394,15 @@ export type ServiceInputTypes =
|
|
|
328
394
|
| UpdateGlobalSettingsCommandInput
|
|
329
395
|
| UpdateLensReviewCommandInput
|
|
330
396
|
| UpdateProfileCommandInput
|
|
397
|
+
| UpdateReviewTemplateAnswerCommandInput
|
|
398
|
+
| UpdateReviewTemplateCommandInput
|
|
399
|
+
| UpdateReviewTemplateLensReviewCommandInput
|
|
331
400
|
| UpdateShareInvitationCommandInput
|
|
332
401
|
| UpdateWorkloadCommandInput
|
|
333
402
|
| UpdateWorkloadShareCommandInput
|
|
334
403
|
| UpgradeLensReviewCommandInput
|
|
335
|
-
| UpgradeProfileVersionCommandInput
|
|
404
|
+
| UpgradeProfileVersionCommandInput
|
|
405
|
+
| UpgradeReviewTemplateLensReviewCommandInput;
|
|
336
406
|
export type ServiceOutputTypes =
|
|
337
407
|
| AssociateLensesCommandOutput
|
|
338
408
|
| AssociateProfilesCommandOutput
|
|
@@ -341,12 +411,16 @@ export type ServiceOutputTypes =
|
|
|
341
411
|
| CreateMilestoneCommandOutput
|
|
342
412
|
| CreateProfileCommandOutput
|
|
343
413
|
| CreateProfileShareCommandOutput
|
|
414
|
+
| CreateReviewTemplateCommandOutput
|
|
415
|
+
| CreateTemplateShareCommandOutput
|
|
344
416
|
| CreateWorkloadCommandOutput
|
|
345
417
|
| CreateWorkloadShareCommandOutput
|
|
346
418
|
| DeleteLensCommandOutput
|
|
347
419
|
| DeleteLensShareCommandOutput
|
|
348
420
|
| DeleteProfileCommandOutput
|
|
349
421
|
| DeleteProfileShareCommandOutput
|
|
422
|
+
| DeleteReviewTemplateCommandOutput
|
|
423
|
+
| DeleteTemplateShareCommandOutput
|
|
350
424
|
| DeleteWorkloadCommandOutput
|
|
351
425
|
| DeleteWorkloadShareCommandOutput
|
|
352
426
|
| DisassociateLensesCommandOutput
|
|
@@ -361,6 +435,9 @@ export type ServiceOutputTypes =
|
|
|
361
435
|
| GetMilestoneCommandOutput
|
|
362
436
|
| GetProfileCommandOutput
|
|
363
437
|
| GetProfileTemplateCommandOutput
|
|
438
|
+
| GetReviewTemplateAnswerCommandOutput
|
|
439
|
+
| GetReviewTemplateCommandOutput
|
|
440
|
+
| GetReviewTemplateLensReviewCommandOutput
|
|
364
441
|
| GetWorkloadCommandOutput
|
|
365
442
|
| ImportLensCommandOutput
|
|
366
443
|
| ListAnswersCommandOutput
|
|
@@ -375,8 +452,11 @@ export type ServiceOutputTypes =
|
|
|
375
452
|
| ListProfileNotificationsCommandOutput
|
|
376
453
|
| ListProfileSharesCommandOutput
|
|
377
454
|
| ListProfilesCommandOutput
|
|
455
|
+
| ListReviewTemplateAnswersCommandOutput
|
|
456
|
+
| ListReviewTemplatesCommandOutput
|
|
378
457
|
| ListShareInvitationsCommandOutput
|
|
379
458
|
| ListTagsForResourceCommandOutput
|
|
459
|
+
| ListTemplateSharesCommandOutput
|
|
380
460
|
| ListWorkloadSharesCommandOutput
|
|
381
461
|
| ListWorkloadsCommandOutput
|
|
382
462
|
| TagResourceCommandOutput
|
|
@@ -385,11 +465,15 @@ export type ServiceOutputTypes =
|
|
|
385
465
|
| UpdateGlobalSettingsCommandOutput
|
|
386
466
|
| UpdateLensReviewCommandOutput
|
|
387
467
|
| UpdateProfileCommandOutput
|
|
468
|
+
| UpdateReviewTemplateAnswerCommandOutput
|
|
469
|
+
| UpdateReviewTemplateCommandOutput
|
|
470
|
+
| UpdateReviewTemplateLensReviewCommandOutput
|
|
388
471
|
| UpdateShareInvitationCommandOutput
|
|
389
472
|
| UpdateWorkloadCommandOutput
|
|
390
473
|
| UpdateWorkloadShareCommandOutput
|
|
391
474
|
| UpgradeLensReviewCommandOutput
|
|
392
|
-
| UpgradeProfileVersionCommandOutput
|
|
475
|
+
| UpgradeProfileVersionCommandOutput
|
|
476
|
+
| UpgradeReviewTemplateLensReviewCommandOutput;
|
|
393
477
|
export interface ClientDefaults
|
|
394
478
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
395
479
|
requestHandler?: __HttpHandler;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CreateReviewTemplateInput,
|
|
11
|
+
CreateReviewTemplateOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
WellArchitectedClientResolvedConfig,
|
|
17
|
+
} from "../WellArchitectedClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateReviewTemplateCommandInput
|
|
20
|
+
extends CreateReviewTemplateInput {}
|
|
21
|
+
export interface CreateReviewTemplateCommandOutput
|
|
22
|
+
extends CreateReviewTemplateOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class CreateReviewTemplateCommand extends $Command<
|
|
25
|
+
CreateReviewTemplateCommandInput,
|
|
26
|
+
CreateReviewTemplateCommandOutput,
|
|
27
|
+
WellArchitectedClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: CreateReviewTemplateCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: CreateReviewTemplateCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: WellArchitectedClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
CreateReviewTemplateCommandInput,
|
|
38
|
+
CreateReviewTemplateCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CreateTemplateShareInput,
|
|
11
|
+
CreateTemplateShareOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
WellArchitectedClientResolvedConfig,
|
|
17
|
+
} from "../WellArchitectedClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateTemplateShareCommandInput
|
|
20
|
+
extends CreateTemplateShareInput {}
|
|
21
|
+
export interface CreateTemplateShareCommandOutput
|
|
22
|
+
extends CreateTemplateShareOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class CreateTemplateShareCommand extends $Command<
|
|
25
|
+
CreateTemplateShareCommandInput,
|
|
26
|
+
CreateTemplateShareCommandOutput,
|
|
27
|
+
WellArchitectedClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: CreateTemplateShareCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: CreateTemplateShareCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: WellArchitectedClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<CreateTemplateShareCommandInput, CreateTemplateShareCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import { DeleteReviewTemplateInput } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
WellArchitectedClientResolvedConfig,
|
|
14
|
+
} from "../WellArchitectedClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface DeleteReviewTemplateCommandInput
|
|
17
|
+
extends DeleteReviewTemplateInput {}
|
|
18
|
+
export interface DeleteReviewTemplateCommandOutput extends __MetadataBearer {}
|
|
19
|
+
export declare class DeleteReviewTemplateCommand extends $Command<
|
|
20
|
+
DeleteReviewTemplateCommandInput,
|
|
21
|
+
DeleteReviewTemplateCommandOutput,
|
|
22
|
+
WellArchitectedClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteReviewTemplateCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
|
+
constructor(input: DeleteReviewTemplateCommandInput);
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: WellArchitectedClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeleteReviewTemplateCommandInput,
|
|
33
|
+
DeleteReviewTemplateCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import { DeleteTemplateShareInput } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
WellArchitectedClientResolvedConfig,
|
|
14
|
+
} from "../WellArchitectedClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface DeleteTemplateShareCommandInput
|
|
17
|
+
extends DeleteTemplateShareInput {}
|
|
18
|
+
export interface DeleteTemplateShareCommandOutput extends __MetadataBearer {}
|
|
19
|
+
export declare class DeleteTemplateShareCommand extends $Command<
|
|
20
|
+
DeleteTemplateShareCommandInput,
|
|
21
|
+
DeleteTemplateShareCommandOutput,
|
|
22
|
+
WellArchitectedClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteTemplateShareCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
|
+
constructor(input: DeleteTemplateShareCommandInput);
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: WellArchitectedClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteTemplateShareCommandInput, DeleteTemplateShareCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
GetReviewTemplateAnswerInput,
|
|
11
|
+
GetReviewTemplateAnswerOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
WellArchitectedClientResolvedConfig,
|
|
17
|
+
} from "../WellArchitectedClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetReviewTemplateAnswerCommandInput
|
|
20
|
+
extends GetReviewTemplateAnswerInput {}
|
|
21
|
+
export interface GetReviewTemplateAnswerCommandOutput
|
|
22
|
+
extends GetReviewTemplateAnswerOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetReviewTemplateAnswerCommand extends $Command<
|
|
25
|
+
GetReviewTemplateAnswerCommandInput,
|
|
26
|
+
GetReviewTemplateAnswerCommandOutput,
|
|
27
|
+
WellArchitectedClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetReviewTemplateAnswerCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetReviewTemplateAnswerCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: WellArchitectedClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
GetReviewTemplateAnswerCommandInput,
|
|
38
|
+
GetReviewTemplateAnswerCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
GetReviewTemplateInput,
|
|
11
|
+
GetReviewTemplateOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
WellArchitectedClientResolvedConfig,
|
|
17
|
+
} from "../WellArchitectedClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetReviewTemplateCommandInput extends GetReviewTemplateInput {}
|
|
20
|
+
export interface GetReviewTemplateCommandOutput
|
|
21
|
+
extends GetReviewTemplateOutput,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class GetReviewTemplateCommand extends $Command<
|
|
24
|
+
GetReviewTemplateCommandInput,
|
|
25
|
+
GetReviewTemplateCommandOutput,
|
|
26
|
+
WellArchitectedClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetReviewTemplateCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: GetReviewTemplateCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WellArchitectedClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetReviewTemplateCommandInput, GetReviewTemplateCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
GetReviewTemplateLensReviewInput,
|
|
11
|
+
GetReviewTemplateLensReviewOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
WellArchitectedClientResolvedConfig,
|
|
17
|
+
} from "../WellArchitectedClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetReviewTemplateLensReviewCommandInput
|
|
20
|
+
extends GetReviewTemplateLensReviewInput {}
|
|
21
|
+
export interface GetReviewTemplateLensReviewCommandOutput
|
|
22
|
+
extends GetReviewTemplateLensReviewOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetReviewTemplateLensReviewCommand extends $Command<
|
|
25
|
+
GetReviewTemplateLensReviewCommandInput,
|
|
26
|
+
GetReviewTemplateLensReviewCommandOutput,
|
|
27
|
+
WellArchitectedClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetReviewTemplateLensReviewCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetReviewTemplateLensReviewCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: WellArchitectedClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
GetReviewTemplateLensReviewCommandInput,
|
|
38
|
+
GetReviewTemplateLensReviewCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ListReviewTemplateAnswersInput,
|
|
11
|
+
ListReviewTemplateAnswersOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
WellArchitectedClientResolvedConfig,
|
|
17
|
+
} from "../WellArchitectedClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListReviewTemplateAnswersCommandInput
|
|
20
|
+
extends ListReviewTemplateAnswersInput {}
|
|
21
|
+
export interface ListReviewTemplateAnswersCommandOutput
|
|
22
|
+
extends ListReviewTemplateAnswersOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListReviewTemplateAnswersCommand extends $Command<
|
|
25
|
+
ListReviewTemplateAnswersCommandInput,
|
|
26
|
+
ListReviewTemplateAnswersCommandOutput,
|
|
27
|
+
WellArchitectedClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListReviewTemplateAnswersCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListReviewTemplateAnswersCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: WellArchitectedClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ListReviewTemplateAnswersCommandInput,
|
|
38
|
+
ListReviewTemplateAnswersCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ListReviewTemplatesInput,
|
|
11
|
+
ListReviewTemplatesOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
WellArchitectedClientResolvedConfig,
|
|
17
|
+
} from "../WellArchitectedClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListReviewTemplatesCommandInput
|
|
20
|
+
extends ListReviewTemplatesInput {}
|
|
21
|
+
export interface ListReviewTemplatesCommandOutput
|
|
22
|
+
extends ListReviewTemplatesOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListReviewTemplatesCommand extends $Command<
|
|
25
|
+
ListReviewTemplatesCommandInput,
|
|
26
|
+
ListReviewTemplatesCommandOutput,
|
|
27
|
+
WellArchitectedClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListReviewTemplatesCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListReviewTemplatesCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: WellArchitectedClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<ListReviewTemplatesCommandInput, ListReviewTemplatesCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ListTemplateSharesInput,
|
|
11
|
+
ListTemplateSharesOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
WellArchitectedClientResolvedConfig,
|
|
17
|
+
} from "../WellArchitectedClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListTemplateSharesCommandInput
|
|
20
|
+
extends ListTemplateSharesInput {}
|
|
21
|
+
export interface ListTemplateSharesCommandOutput
|
|
22
|
+
extends ListTemplateSharesOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListTemplateSharesCommand extends $Command<
|
|
25
|
+
ListTemplateSharesCommandInput,
|
|
26
|
+
ListTemplateSharesCommandOutput,
|
|
27
|
+
WellArchitectedClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListTemplateSharesCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListTemplateSharesCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: WellArchitectedClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<ListTemplateSharesCommandInput, ListTemplateSharesCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
UpdateReviewTemplateAnswerInput,
|
|
11
|
+
UpdateReviewTemplateAnswerOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
WellArchitectedClientResolvedConfig,
|
|
17
|
+
} from "../WellArchitectedClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface UpdateReviewTemplateAnswerCommandInput
|
|
20
|
+
extends UpdateReviewTemplateAnswerInput {}
|
|
21
|
+
export interface UpdateReviewTemplateAnswerCommandOutput
|
|
22
|
+
extends UpdateReviewTemplateAnswerOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class UpdateReviewTemplateAnswerCommand extends $Command<
|
|
25
|
+
UpdateReviewTemplateAnswerCommandInput,
|
|
26
|
+
UpdateReviewTemplateAnswerCommandOutput,
|
|
27
|
+
WellArchitectedClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: UpdateReviewTemplateAnswerCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: UpdateReviewTemplateAnswerCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: WellArchitectedClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
UpdateReviewTemplateAnswerCommandInput,
|
|
38
|
+
UpdateReviewTemplateAnswerCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|