@aws-sdk/client-wellarchitected 3.350.0 → 3.353.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 +104 -0
- package/dist-cjs/WellArchitected.js +26 -0
- package/dist-cjs/commands/AssociateProfilesCommand.js +46 -0
- package/dist-cjs/commands/CreateProfileCommand.js +46 -0
- package/dist-cjs/commands/CreateProfileShareCommand.js +46 -0
- package/dist-cjs/commands/DeleteProfileCommand.js +46 -0
- package/dist-cjs/commands/DeleteProfileShareCommand.js +46 -0
- package/dist-cjs/commands/DisassociateProfilesCommand.js +46 -0
- package/dist-cjs/commands/GetProfileCommand.js +46 -0
- package/dist-cjs/commands/GetProfileTemplateCommand.js +46 -0
- package/dist-cjs/commands/ListProfileNotificationsCommand.js +46 -0
- package/dist-cjs/commands/ListProfileSharesCommand.js +46 -0
- package/dist-cjs/commands/ListProfilesCommand.js +46 -0
- package/dist-cjs/commands/UpdateProfileCommand.js +46 -0
- package/dist-cjs/commands/UpgradeProfileVersionCommand.js +46 -0
- package/dist-cjs/commands/index.js +13 -0
- package/dist-cjs/models/models_0.js +18 -1
- package/dist-cjs/pagination/ListProfileNotificationsPaginator.js +29 -0
- package/dist-cjs/pagination/ListProfileSharesPaginator.js +29 -0
- package/dist-cjs/pagination/ListProfilesPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_restJson1.js +991 -40
- package/dist-es/WellArchitected.js +26 -0
- package/dist-es/commands/AssociateProfilesCommand.js +42 -0
- package/dist-es/commands/CreateProfileCommand.js +42 -0
- package/dist-es/commands/CreateProfileShareCommand.js +42 -0
- package/dist-es/commands/DeleteProfileCommand.js +42 -0
- package/dist-es/commands/DeleteProfileShareCommand.js +42 -0
- package/dist-es/commands/DisassociateProfilesCommand.js +42 -0
- package/dist-es/commands/GetProfileCommand.js +42 -0
- package/dist-es/commands/GetProfileTemplateCommand.js +42 -0
- package/dist-es/commands/ListProfileNotificationsCommand.js +42 -0
- package/dist-es/commands/ListProfileSharesCommand.js +42 -0
- package/dist-es/commands/ListProfilesCommand.js +42 -0
- package/dist-es/commands/UpdateProfileCommand.js +42 -0
- package/dist-es/commands/UpgradeProfileVersionCommand.js +42 -0
- package/dist-es/commands/index.js +13 -0
- package/dist-es/models/models_0.js +17 -0
- package/dist-es/pagination/ListProfileNotificationsPaginator.js +25 -0
- package/dist-es/pagination/ListProfileSharesPaginator.js +25 -0
- package/dist-es/pagination/ListProfilesPaginator.js +25 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +960 -36
- package/dist-types/WellArchitected.d.ts +91 -0
- package/dist-types/WellArchitectedClient.d.ts +15 -2
- package/dist-types/commands/AssociateProfilesCommand.d.ts +92 -0
- package/dist-types/commands/CreateProfileCommand.d.ts +105 -0
- package/dist-types/commands/CreateProfileShareCommand.d.ts +97 -0
- package/dist-types/commands/CreateWorkloadCommand.d.ts +3 -0
- package/dist-types/commands/DeleteProfileCommand.d.ts +101 -0
- package/dist-types/commands/DeleteProfileShareCommand.d.ts +91 -0
- package/dist-types/commands/DisassociateProfilesCommand.d.ts +92 -0
- package/dist-types/commands/GetLensReviewCommand.d.ts +12 -0
- package/dist-types/commands/GetMilestoneCommand.d.ts +9 -0
- package/dist-types/commands/GetProfileCommand.d.ts +120 -0
- package/dist-types/commands/GetProfileTemplateCommand.d.ts +106 -0
- package/dist-types/commands/GetWorkloadCommand.d.ts +9 -0
- package/dist-types/commands/ListAnswersCommand.d.ts +2 -0
- package/dist-types/commands/ListLensReviewImprovementsCommand.d.ts +1 -0
- package/dist-types/commands/ListLensReviewsCommand.d.ts +9 -0
- package/dist-types/commands/ListMilestonesCommand.d.ts +9 -0
- package/dist-types/commands/ListProfileNotificationsCommand.d.ts +98 -0
- package/dist-types/commands/ListProfileSharesCommand.d.ts +100 -0
- package/dist-types/commands/ListProfilesCommand.d.ts +99 -0
- package/dist-types/commands/ListShareInvitationsCommand.d.ts +5 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkloadsCommand.d.ts +9 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateLensReviewCommand.d.ts +12 -0
- package/dist-types/commands/UpdateProfileCommand.d.ts +131 -0
- package/dist-types/commands/UpdateShareInvitationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateWorkloadCommand.d.ts +9 -0
- package/dist-types/commands/UpgradeProfileVersionCommand.d.ts +92 -0
- package/dist-types/commands/index.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +850 -90
- package/dist-types/pagination/ListProfileNotificationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListProfileSharesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListProfilesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +117 -0
- package/dist-types/ts3.4/WellArchitected.d.ts +221 -0
- package/dist-types/ts3.4/WellArchitectedClient.d.ts +80 -2
- package/dist-types/ts3.4/commands/AssociateProfilesCommand.d.ts +33 -0
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateProfileShareCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +33 -0
- package/dist-types/ts3.4/commands/DeleteProfileShareCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/DisassociateProfilesCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetProfileTemplateCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListProfileNotificationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListProfileSharesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpgradeProfileVersionCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/dist-types/ts3.4/models/models_0.d.ts +210 -0
- package/dist-types/ts3.4/pagination/ListProfileNotificationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListProfileSharesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListProfilesPaginator.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 +156 -0
- package/package.json +13 -13
|
@@ -7,6 +7,10 @@ import {
|
|
|
7
7
|
AssociateLensesCommandInput,
|
|
8
8
|
AssociateLensesCommandOutput,
|
|
9
9
|
} from "../commands/AssociateLensesCommand";
|
|
10
|
+
import {
|
|
11
|
+
AssociateProfilesCommandInput,
|
|
12
|
+
AssociateProfilesCommandOutput,
|
|
13
|
+
} from "../commands/AssociateProfilesCommand";
|
|
10
14
|
import {
|
|
11
15
|
CreateLensShareCommandInput,
|
|
12
16
|
CreateLensShareCommandOutput,
|
|
@@ -19,6 +23,14 @@ import {
|
|
|
19
23
|
CreateMilestoneCommandInput,
|
|
20
24
|
CreateMilestoneCommandOutput,
|
|
21
25
|
} from "../commands/CreateMilestoneCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateProfileCommandInput,
|
|
28
|
+
CreateProfileCommandOutput,
|
|
29
|
+
} from "../commands/CreateProfileCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateProfileShareCommandInput,
|
|
32
|
+
CreateProfileShareCommandOutput,
|
|
33
|
+
} from "../commands/CreateProfileShareCommand";
|
|
22
34
|
import {
|
|
23
35
|
CreateWorkloadCommandInput,
|
|
24
36
|
CreateWorkloadCommandOutput,
|
|
@@ -35,6 +47,14 @@ import {
|
|
|
35
47
|
DeleteLensShareCommandInput,
|
|
36
48
|
DeleteLensShareCommandOutput,
|
|
37
49
|
} from "../commands/DeleteLensShareCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteProfileCommandInput,
|
|
52
|
+
DeleteProfileCommandOutput,
|
|
53
|
+
} from "../commands/DeleteProfileCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteProfileShareCommandInput,
|
|
56
|
+
DeleteProfileShareCommandOutput,
|
|
57
|
+
} from "../commands/DeleteProfileShareCommand";
|
|
38
58
|
import {
|
|
39
59
|
DeleteWorkloadCommandInput,
|
|
40
60
|
DeleteWorkloadCommandOutput,
|
|
@@ -47,6 +67,10 @@ import {
|
|
|
47
67
|
DisassociateLensesCommandInput,
|
|
48
68
|
DisassociateLensesCommandOutput,
|
|
49
69
|
} from "../commands/DisassociateLensesCommand";
|
|
70
|
+
import {
|
|
71
|
+
DisassociateProfilesCommandInput,
|
|
72
|
+
DisassociateProfilesCommandOutput,
|
|
73
|
+
} from "../commands/DisassociateProfilesCommand";
|
|
50
74
|
import {
|
|
51
75
|
ExportLensCommandInput,
|
|
52
76
|
ExportLensCommandOutput,
|
|
@@ -79,6 +103,14 @@ import {
|
|
|
79
103
|
GetMilestoneCommandInput,
|
|
80
104
|
GetMilestoneCommandOutput,
|
|
81
105
|
} from "../commands/GetMilestoneCommand";
|
|
106
|
+
import {
|
|
107
|
+
GetProfileCommandInput,
|
|
108
|
+
GetProfileCommandOutput,
|
|
109
|
+
} from "../commands/GetProfileCommand";
|
|
110
|
+
import {
|
|
111
|
+
GetProfileTemplateCommandInput,
|
|
112
|
+
GetProfileTemplateCommandOutput,
|
|
113
|
+
} from "../commands/GetProfileTemplateCommand";
|
|
82
114
|
import {
|
|
83
115
|
GetWorkloadCommandInput,
|
|
84
116
|
GetWorkloadCommandOutput,
|
|
@@ -123,6 +155,18 @@ import {
|
|
|
123
155
|
ListNotificationsCommandInput,
|
|
124
156
|
ListNotificationsCommandOutput,
|
|
125
157
|
} from "../commands/ListNotificationsCommand";
|
|
158
|
+
import {
|
|
159
|
+
ListProfileNotificationsCommandInput,
|
|
160
|
+
ListProfileNotificationsCommandOutput,
|
|
161
|
+
} from "../commands/ListProfileNotificationsCommand";
|
|
162
|
+
import {
|
|
163
|
+
ListProfilesCommandInput,
|
|
164
|
+
ListProfilesCommandOutput,
|
|
165
|
+
} from "../commands/ListProfilesCommand";
|
|
166
|
+
import {
|
|
167
|
+
ListProfileSharesCommandInput,
|
|
168
|
+
ListProfileSharesCommandOutput,
|
|
169
|
+
} from "../commands/ListProfileSharesCommand";
|
|
126
170
|
import {
|
|
127
171
|
ListShareInvitationsCommandInput,
|
|
128
172
|
ListShareInvitationsCommandOutput,
|
|
@@ -159,6 +203,10 @@ import {
|
|
|
159
203
|
UpdateLensReviewCommandInput,
|
|
160
204
|
UpdateLensReviewCommandOutput,
|
|
161
205
|
} from "../commands/UpdateLensReviewCommand";
|
|
206
|
+
import {
|
|
207
|
+
UpdateProfileCommandInput,
|
|
208
|
+
UpdateProfileCommandOutput,
|
|
209
|
+
} from "../commands/UpdateProfileCommand";
|
|
162
210
|
import {
|
|
163
211
|
UpdateShareInvitationCommandInput,
|
|
164
212
|
UpdateShareInvitationCommandOutput,
|
|
@@ -175,10 +223,18 @@ import {
|
|
|
175
223
|
UpgradeLensReviewCommandInput,
|
|
176
224
|
UpgradeLensReviewCommandOutput,
|
|
177
225
|
} from "../commands/UpgradeLensReviewCommand";
|
|
226
|
+
import {
|
|
227
|
+
UpgradeProfileVersionCommandInput,
|
|
228
|
+
UpgradeProfileVersionCommandOutput,
|
|
229
|
+
} from "../commands/UpgradeProfileVersionCommand";
|
|
178
230
|
export declare const se_AssociateLensesCommand: (
|
|
179
231
|
input: AssociateLensesCommandInput,
|
|
180
232
|
context: __SerdeContext
|
|
181
233
|
) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const se_AssociateProfilesCommand: (
|
|
235
|
+
input: AssociateProfilesCommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
182
238
|
export declare const se_CreateLensShareCommand: (
|
|
183
239
|
input: CreateLensShareCommandInput,
|
|
184
240
|
context: __SerdeContext
|
|
@@ -191,6 +247,14 @@ export declare const se_CreateMilestoneCommand: (
|
|
|
191
247
|
input: CreateMilestoneCommandInput,
|
|
192
248
|
context: __SerdeContext
|
|
193
249
|
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const se_CreateProfileCommand: (
|
|
251
|
+
input: CreateProfileCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const se_CreateProfileShareCommand: (
|
|
255
|
+
input: CreateProfileShareCommandInput,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<__HttpRequest>;
|
|
194
258
|
export declare const se_CreateWorkloadCommand: (
|
|
195
259
|
input: CreateWorkloadCommandInput,
|
|
196
260
|
context: __SerdeContext
|
|
@@ -207,6 +271,14 @@ export declare const se_DeleteLensShareCommand: (
|
|
|
207
271
|
input: DeleteLensShareCommandInput,
|
|
208
272
|
context: __SerdeContext
|
|
209
273
|
) => Promise<__HttpRequest>;
|
|
274
|
+
export declare const se_DeleteProfileCommand: (
|
|
275
|
+
input: DeleteProfileCommandInput,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const se_DeleteProfileShareCommand: (
|
|
279
|
+
input: DeleteProfileShareCommandInput,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<__HttpRequest>;
|
|
210
282
|
export declare const se_DeleteWorkloadCommand: (
|
|
211
283
|
input: DeleteWorkloadCommandInput,
|
|
212
284
|
context: __SerdeContext
|
|
@@ -219,6 +291,10 @@ export declare const se_DisassociateLensesCommand: (
|
|
|
219
291
|
input: DisassociateLensesCommandInput,
|
|
220
292
|
context: __SerdeContext
|
|
221
293
|
) => Promise<__HttpRequest>;
|
|
294
|
+
export declare const se_DisassociateProfilesCommand: (
|
|
295
|
+
input: DisassociateProfilesCommandInput,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<__HttpRequest>;
|
|
222
298
|
export declare const se_ExportLensCommand: (
|
|
223
299
|
input: ExportLensCommandInput,
|
|
224
300
|
context: __SerdeContext
|
|
@@ -251,6 +327,14 @@ export declare const se_GetMilestoneCommand: (
|
|
|
251
327
|
input: GetMilestoneCommandInput,
|
|
252
328
|
context: __SerdeContext
|
|
253
329
|
) => Promise<__HttpRequest>;
|
|
330
|
+
export declare const se_GetProfileCommand: (
|
|
331
|
+
input: GetProfileCommandInput,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<__HttpRequest>;
|
|
334
|
+
export declare const se_GetProfileTemplateCommand: (
|
|
335
|
+
input: GetProfileTemplateCommandInput,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<__HttpRequest>;
|
|
254
338
|
export declare const se_GetWorkloadCommand: (
|
|
255
339
|
input: GetWorkloadCommandInput,
|
|
256
340
|
context: __SerdeContext
|
|
@@ -295,6 +379,18 @@ export declare const se_ListNotificationsCommand: (
|
|
|
295
379
|
input: ListNotificationsCommandInput,
|
|
296
380
|
context: __SerdeContext
|
|
297
381
|
) => Promise<__HttpRequest>;
|
|
382
|
+
export declare const se_ListProfileNotificationsCommand: (
|
|
383
|
+
input: ListProfileNotificationsCommandInput,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<__HttpRequest>;
|
|
386
|
+
export declare const se_ListProfilesCommand: (
|
|
387
|
+
input: ListProfilesCommandInput,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<__HttpRequest>;
|
|
390
|
+
export declare const se_ListProfileSharesCommand: (
|
|
391
|
+
input: ListProfileSharesCommandInput,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<__HttpRequest>;
|
|
298
394
|
export declare const se_ListShareInvitationsCommand: (
|
|
299
395
|
input: ListShareInvitationsCommandInput,
|
|
300
396
|
context: __SerdeContext
|
|
@@ -331,6 +427,10 @@ export declare const se_UpdateLensReviewCommand: (
|
|
|
331
427
|
input: UpdateLensReviewCommandInput,
|
|
332
428
|
context: __SerdeContext
|
|
333
429
|
) => Promise<__HttpRequest>;
|
|
430
|
+
export declare const se_UpdateProfileCommand: (
|
|
431
|
+
input: UpdateProfileCommandInput,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<__HttpRequest>;
|
|
334
434
|
export declare const se_UpdateShareInvitationCommand: (
|
|
335
435
|
input: UpdateShareInvitationCommandInput,
|
|
336
436
|
context: __SerdeContext
|
|
@@ -347,10 +447,18 @@ export declare const se_UpgradeLensReviewCommand: (
|
|
|
347
447
|
input: UpgradeLensReviewCommandInput,
|
|
348
448
|
context: __SerdeContext
|
|
349
449
|
) => Promise<__HttpRequest>;
|
|
450
|
+
export declare const se_UpgradeProfileVersionCommand: (
|
|
451
|
+
input: UpgradeProfileVersionCommandInput,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<__HttpRequest>;
|
|
350
454
|
export declare const de_AssociateLensesCommand: (
|
|
351
455
|
output: __HttpResponse,
|
|
352
456
|
context: __SerdeContext
|
|
353
457
|
) => Promise<AssociateLensesCommandOutput>;
|
|
458
|
+
export declare const de_AssociateProfilesCommand: (
|
|
459
|
+
output: __HttpResponse,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<AssociateProfilesCommandOutput>;
|
|
354
462
|
export declare const de_CreateLensShareCommand: (
|
|
355
463
|
output: __HttpResponse,
|
|
356
464
|
context: __SerdeContext
|
|
@@ -363,6 +471,14 @@ export declare const de_CreateMilestoneCommand: (
|
|
|
363
471
|
output: __HttpResponse,
|
|
364
472
|
context: __SerdeContext
|
|
365
473
|
) => Promise<CreateMilestoneCommandOutput>;
|
|
474
|
+
export declare const de_CreateProfileCommand: (
|
|
475
|
+
output: __HttpResponse,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<CreateProfileCommandOutput>;
|
|
478
|
+
export declare const de_CreateProfileShareCommand: (
|
|
479
|
+
output: __HttpResponse,
|
|
480
|
+
context: __SerdeContext
|
|
481
|
+
) => Promise<CreateProfileShareCommandOutput>;
|
|
366
482
|
export declare const de_CreateWorkloadCommand: (
|
|
367
483
|
output: __HttpResponse,
|
|
368
484
|
context: __SerdeContext
|
|
@@ -379,6 +495,14 @@ export declare const de_DeleteLensShareCommand: (
|
|
|
379
495
|
output: __HttpResponse,
|
|
380
496
|
context: __SerdeContext
|
|
381
497
|
) => Promise<DeleteLensShareCommandOutput>;
|
|
498
|
+
export declare const de_DeleteProfileCommand: (
|
|
499
|
+
output: __HttpResponse,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<DeleteProfileCommandOutput>;
|
|
502
|
+
export declare const de_DeleteProfileShareCommand: (
|
|
503
|
+
output: __HttpResponse,
|
|
504
|
+
context: __SerdeContext
|
|
505
|
+
) => Promise<DeleteProfileShareCommandOutput>;
|
|
382
506
|
export declare const de_DeleteWorkloadCommand: (
|
|
383
507
|
output: __HttpResponse,
|
|
384
508
|
context: __SerdeContext
|
|
@@ -391,6 +515,10 @@ export declare const de_DisassociateLensesCommand: (
|
|
|
391
515
|
output: __HttpResponse,
|
|
392
516
|
context: __SerdeContext
|
|
393
517
|
) => Promise<DisassociateLensesCommandOutput>;
|
|
518
|
+
export declare const de_DisassociateProfilesCommand: (
|
|
519
|
+
output: __HttpResponse,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<DisassociateProfilesCommandOutput>;
|
|
394
522
|
export declare const de_ExportLensCommand: (
|
|
395
523
|
output: __HttpResponse,
|
|
396
524
|
context: __SerdeContext
|
|
@@ -423,6 +551,14 @@ export declare const de_GetMilestoneCommand: (
|
|
|
423
551
|
output: __HttpResponse,
|
|
424
552
|
context: __SerdeContext
|
|
425
553
|
) => Promise<GetMilestoneCommandOutput>;
|
|
554
|
+
export declare const de_GetProfileCommand: (
|
|
555
|
+
output: __HttpResponse,
|
|
556
|
+
context: __SerdeContext
|
|
557
|
+
) => Promise<GetProfileCommandOutput>;
|
|
558
|
+
export declare const de_GetProfileTemplateCommand: (
|
|
559
|
+
output: __HttpResponse,
|
|
560
|
+
context: __SerdeContext
|
|
561
|
+
) => Promise<GetProfileTemplateCommandOutput>;
|
|
426
562
|
export declare const de_GetWorkloadCommand: (
|
|
427
563
|
output: __HttpResponse,
|
|
428
564
|
context: __SerdeContext
|
|
@@ -467,6 +603,18 @@ export declare const de_ListNotificationsCommand: (
|
|
|
467
603
|
output: __HttpResponse,
|
|
468
604
|
context: __SerdeContext
|
|
469
605
|
) => Promise<ListNotificationsCommandOutput>;
|
|
606
|
+
export declare const de_ListProfileNotificationsCommand: (
|
|
607
|
+
output: __HttpResponse,
|
|
608
|
+
context: __SerdeContext
|
|
609
|
+
) => Promise<ListProfileNotificationsCommandOutput>;
|
|
610
|
+
export declare const de_ListProfilesCommand: (
|
|
611
|
+
output: __HttpResponse,
|
|
612
|
+
context: __SerdeContext
|
|
613
|
+
) => Promise<ListProfilesCommandOutput>;
|
|
614
|
+
export declare const de_ListProfileSharesCommand: (
|
|
615
|
+
output: __HttpResponse,
|
|
616
|
+
context: __SerdeContext
|
|
617
|
+
) => Promise<ListProfileSharesCommandOutput>;
|
|
470
618
|
export declare const de_ListShareInvitationsCommand: (
|
|
471
619
|
output: __HttpResponse,
|
|
472
620
|
context: __SerdeContext
|
|
@@ -503,6 +651,10 @@ export declare const de_UpdateLensReviewCommand: (
|
|
|
503
651
|
output: __HttpResponse,
|
|
504
652
|
context: __SerdeContext
|
|
505
653
|
) => Promise<UpdateLensReviewCommandOutput>;
|
|
654
|
+
export declare const de_UpdateProfileCommand: (
|
|
655
|
+
output: __HttpResponse,
|
|
656
|
+
context: __SerdeContext
|
|
657
|
+
) => Promise<UpdateProfileCommandOutput>;
|
|
506
658
|
export declare const de_UpdateShareInvitationCommand: (
|
|
507
659
|
output: __HttpResponse,
|
|
508
660
|
context: __SerdeContext
|
|
@@ -519,3 +671,7 @@ export declare const de_UpgradeLensReviewCommand: (
|
|
|
519
671
|
output: __HttpResponse,
|
|
520
672
|
context: __SerdeContext
|
|
521
673
|
) => Promise<UpgradeLensReviewCommandOutput>;
|
|
674
|
+
export declare const de_UpgradeProfileVersionCommand: (
|
|
675
|
+
output: __HttpResponse,
|
|
676
|
+
context: __SerdeContext
|
|
677
|
+
) => Promise<UpgradeProfileVersionCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-wellarchitected",
|
|
3
3
|
"description": "AWS SDK for JavaScript Wellarchitected Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.353.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.353.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.353.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.353.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.353.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.347.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.347.0",
|
|
30
30
|
"@aws-sdk/middleware-content-length": "3.347.0",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.347.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.347.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.347.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.353.0",
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.347.0",
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.353.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.347.0",
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.352.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.353.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.350.0",
|
|
42
42
|
"@aws-sdk/smithy-client": "3.347.0",
|
|
43
43
|
"@aws-sdk/types": "3.347.0",
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.353.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.353.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.352.0",
|
|
51
51
|
"@aws-sdk/util-retry": "3.347.0",
|
|
52
52
|
"@aws-sdk/util-user-agent-browser": "3.347.0",
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.353.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|