@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
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListProfileNotificationsCommandInput, ListProfileNotificationsCommandOutput } from "../commands/ListProfileNotificationsCommand";
|
|
3
|
+
import { WellArchitectedPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListProfileNotifications(config: WellArchitectedPaginationConfiguration, input: ListProfileNotificationsCommandInput, ...additionalArguments: any): Paginator<ListProfileNotificationsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListProfileSharesCommandInput, ListProfileSharesCommandOutput } from "../commands/ListProfileSharesCommand";
|
|
3
|
+
import { WellArchitectedPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListProfileShares(config: WellArchitectedPaginationConfiguration, input: ListProfileSharesCommandInput, ...additionalArguments: any): Paginator<ListProfileSharesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListProfilesCommandInput, ListProfilesCommandOutput } from "../commands/ListProfilesCommand";
|
|
3
|
+
import { WellArchitectedPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListProfiles(config: WellArchitectedPaginationConfiguration, input: ListProfilesCommandInput, ...additionalArguments: any): Paginator<ListProfilesCommandOutput>;
|
|
@@ -9,6 +9,9 @@ export * from "./ListLensSharesPaginator";
|
|
|
9
9
|
export * from "./ListLensesPaginator";
|
|
10
10
|
export * from "./ListMilestonesPaginator";
|
|
11
11
|
export * from "./ListNotificationsPaginator";
|
|
12
|
+
export * from "./ListProfileNotificationsPaginator";
|
|
13
|
+
export * from "./ListProfileSharesPaginator";
|
|
14
|
+
export * from "./ListProfilesPaginator";
|
|
12
15
|
export * from "./ListShareInvitationsPaginator";
|
|
13
16
|
export * from "./ListWorkloadSharesPaginator";
|
|
14
17
|
export * from "./ListWorkloadsPaginator";
|
|
@@ -1,16 +1,22 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
3
|
import { AssociateLensesCommandInput, AssociateLensesCommandOutput } from "../commands/AssociateLensesCommand";
|
|
4
|
+
import { AssociateProfilesCommandInput, AssociateProfilesCommandOutput } from "../commands/AssociateProfilesCommand";
|
|
4
5
|
import { CreateLensShareCommandInput, CreateLensShareCommandOutput } from "../commands/CreateLensShareCommand";
|
|
5
6
|
import { CreateLensVersionCommandInput, CreateLensVersionCommandOutput } from "../commands/CreateLensVersionCommand";
|
|
6
7
|
import { CreateMilestoneCommandInput, CreateMilestoneCommandOutput } from "../commands/CreateMilestoneCommand";
|
|
8
|
+
import { CreateProfileCommandInput, CreateProfileCommandOutput } from "../commands/CreateProfileCommand";
|
|
9
|
+
import { CreateProfileShareCommandInput, CreateProfileShareCommandOutput } from "../commands/CreateProfileShareCommand";
|
|
7
10
|
import { CreateWorkloadCommandInput, CreateWorkloadCommandOutput } from "../commands/CreateWorkloadCommand";
|
|
8
11
|
import { CreateWorkloadShareCommandInput, CreateWorkloadShareCommandOutput } from "../commands/CreateWorkloadShareCommand";
|
|
9
12
|
import { DeleteLensCommandInput, DeleteLensCommandOutput } from "../commands/DeleteLensCommand";
|
|
10
13
|
import { DeleteLensShareCommandInput, DeleteLensShareCommandOutput } from "../commands/DeleteLensShareCommand";
|
|
14
|
+
import { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "../commands/DeleteProfileCommand";
|
|
15
|
+
import { DeleteProfileShareCommandInput, DeleteProfileShareCommandOutput } from "../commands/DeleteProfileShareCommand";
|
|
11
16
|
import { DeleteWorkloadCommandInput, DeleteWorkloadCommandOutput } from "../commands/DeleteWorkloadCommand";
|
|
12
17
|
import { DeleteWorkloadShareCommandInput, DeleteWorkloadShareCommandOutput } from "../commands/DeleteWorkloadShareCommand";
|
|
13
18
|
import { DisassociateLensesCommandInput, DisassociateLensesCommandOutput } from "../commands/DisassociateLensesCommand";
|
|
19
|
+
import { DisassociateProfilesCommandInput, DisassociateProfilesCommandOutput } from "../commands/DisassociateProfilesCommand";
|
|
14
20
|
import { ExportLensCommandInput, ExportLensCommandOutput } from "../commands/ExportLensCommand";
|
|
15
21
|
import { GetAnswerCommandInput, GetAnswerCommandOutput } from "../commands/GetAnswerCommand";
|
|
16
22
|
import { GetConsolidatedReportCommandInput, GetConsolidatedReportCommandOutput } from "../commands/GetConsolidatedReportCommand";
|
|
@@ -19,6 +25,8 @@ import { GetLensReviewCommandInput, GetLensReviewCommandOutput } from "../comman
|
|
|
19
25
|
import { GetLensReviewReportCommandInput, GetLensReviewReportCommandOutput } from "../commands/GetLensReviewReportCommand";
|
|
20
26
|
import { GetLensVersionDifferenceCommandInput, GetLensVersionDifferenceCommandOutput } from "../commands/GetLensVersionDifferenceCommand";
|
|
21
27
|
import { GetMilestoneCommandInput, GetMilestoneCommandOutput } from "../commands/GetMilestoneCommand";
|
|
28
|
+
import { GetProfileCommandInput, GetProfileCommandOutput } from "../commands/GetProfileCommand";
|
|
29
|
+
import { GetProfileTemplateCommandInput, GetProfileTemplateCommandOutput } from "../commands/GetProfileTemplateCommand";
|
|
22
30
|
import { GetWorkloadCommandInput, GetWorkloadCommandOutput } from "../commands/GetWorkloadCommand";
|
|
23
31
|
import { ImportLensCommandInput, ImportLensCommandOutput } from "../commands/ImportLensCommand";
|
|
24
32
|
import { ListAnswersCommandInput, ListAnswersCommandOutput } from "../commands/ListAnswersCommand";
|
|
@@ -30,6 +38,9 @@ import { ListLensReviewsCommandInput, ListLensReviewsCommandOutput } from "../co
|
|
|
30
38
|
import { ListLensSharesCommandInput, ListLensSharesCommandOutput } from "../commands/ListLensSharesCommand";
|
|
31
39
|
import { ListMilestonesCommandInput, ListMilestonesCommandOutput } from "../commands/ListMilestonesCommand";
|
|
32
40
|
import { ListNotificationsCommandInput, ListNotificationsCommandOutput } from "../commands/ListNotificationsCommand";
|
|
41
|
+
import { ListProfileNotificationsCommandInput, ListProfileNotificationsCommandOutput } from "../commands/ListProfileNotificationsCommand";
|
|
42
|
+
import { ListProfilesCommandInput, ListProfilesCommandOutput } from "../commands/ListProfilesCommand";
|
|
43
|
+
import { ListProfileSharesCommandInput, ListProfileSharesCommandOutput } from "../commands/ListProfileSharesCommand";
|
|
33
44
|
import { ListShareInvitationsCommandInput, ListShareInvitationsCommandOutput } from "../commands/ListShareInvitationsCommand";
|
|
34
45
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
35
46
|
import { ListWorkloadsCommandInput, ListWorkloadsCommandOutput } from "../commands/ListWorkloadsCommand";
|
|
@@ -39,14 +50,20 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../comman
|
|
|
39
50
|
import { UpdateAnswerCommandInput, UpdateAnswerCommandOutput } from "../commands/UpdateAnswerCommand";
|
|
40
51
|
import { UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput } from "../commands/UpdateGlobalSettingsCommand";
|
|
41
52
|
import { UpdateLensReviewCommandInput, UpdateLensReviewCommandOutput } from "../commands/UpdateLensReviewCommand";
|
|
53
|
+
import { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "../commands/UpdateProfileCommand";
|
|
42
54
|
import { UpdateShareInvitationCommandInput, UpdateShareInvitationCommandOutput } from "../commands/UpdateShareInvitationCommand";
|
|
43
55
|
import { UpdateWorkloadCommandInput, UpdateWorkloadCommandOutput } from "../commands/UpdateWorkloadCommand";
|
|
44
56
|
import { UpdateWorkloadShareCommandInput, UpdateWorkloadShareCommandOutput } from "../commands/UpdateWorkloadShareCommand";
|
|
45
57
|
import { UpgradeLensReviewCommandInput, UpgradeLensReviewCommandOutput } from "../commands/UpgradeLensReviewCommand";
|
|
58
|
+
import { UpgradeProfileVersionCommandInput, UpgradeProfileVersionCommandOutput } from "../commands/UpgradeProfileVersionCommand";
|
|
46
59
|
/**
|
|
47
60
|
* serializeAws_restJson1AssociateLensesCommand
|
|
48
61
|
*/
|
|
49
62
|
export declare const se_AssociateLensesCommand: (input: AssociateLensesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
+
/**
|
|
64
|
+
* serializeAws_restJson1AssociateProfilesCommand
|
|
65
|
+
*/
|
|
66
|
+
export declare const se_AssociateProfilesCommand: (input: AssociateProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
67
|
/**
|
|
51
68
|
* serializeAws_restJson1CreateLensShareCommand
|
|
52
69
|
*/
|
|
@@ -59,6 +76,14 @@ export declare const se_CreateLensVersionCommand: (input: CreateLensVersionComma
|
|
|
59
76
|
* serializeAws_restJson1CreateMilestoneCommand
|
|
60
77
|
*/
|
|
61
78
|
export declare const se_CreateMilestoneCommand: (input: CreateMilestoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
+
/**
|
|
80
|
+
* serializeAws_restJson1CreateProfileCommand
|
|
81
|
+
*/
|
|
82
|
+
export declare const se_CreateProfileCommand: (input: CreateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
+
/**
|
|
84
|
+
* serializeAws_restJson1CreateProfileShareCommand
|
|
85
|
+
*/
|
|
86
|
+
export declare const se_CreateProfileShareCommand: (input: CreateProfileShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
87
|
/**
|
|
63
88
|
* serializeAws_restJson1CreateWorkloadCommand
|
|
64
89
|
*/
|
|
@@ -75,6 +100,14 @@ export declare const se_DeleteLensCommand: (input: DeleteLensCommandInput, conte
|
|
|
75
100
|
* serializeAws_restJson1DeleteLensShareCommand
|
|
76
101
|
*/
|
|
77
102
|
export declare const se_DeleteLensShareCommand: (input: DeleteLensShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
+
/**
|
|
104
|
+
* serializeAws_restJson1DeleteProfileCommand
|
|
105
|
+
*/
|
|
106
|
+
export declare const se_DeleteProfileCommand: (input: DeleteProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
+
/**
|
|
108
|
+
* serializeAws_restJson1DeleteProfileShareCommand
|
|
109
|
+
*/
|
|
110
|
+
export declare const se_DeleteProfileShareCommand: (input: DeleteProfileShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
111
|
/**
|
|
79
112
|
* serializeAws_restJson1DeleteWorkloadCommand
|
|
80
113
|
*/
|
|
@@ -87,6 +120,10 @@ export declare const se_DeleteWorkloadShareCommand: (input: DeleteWorkloadShareC
|
|
|
87
120
|
* serializeAws_restJson1DisassociateLensesCommand
|
|
88
121
|
*/
|
|
89
122
|
export declare const se_DisassociateLensesCommand: (input: DisassociateLensesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
+
/**
|
|
124
|
+
* serializeAws_restJson1DisassociateProfilesCommand
|
|
125
|
+
*/
|
|
126
|
+
export declare const se_DisassociateProfilesCommand: (input: DisassociateProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
127
|
/**
|
|
91
128
|
* serializeAws_restJson1ExportLensCommand
|
|
92
129
|
*/
|
|
@@ -119,6 +156,14 @@ export declare const se_GetLensVersionDifferenceCommand: (input: GetLensVersionD
|
|
|
119
156
|
* serializeAws_restJson1GetMilestoneCommand
|
|
120
157
|
*/
|
|
121
158
|
export declare const se_GetMilestoneCommand: (input: GetMilestoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
159
|
+
/**
|
|
160
|
+
* serializeAws_restJson1GetProfileCommand
|
|
161
|
+
*/
|
|
162
|
+
export declare const se_GetProfileCommand: (input: GetProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
163
|
+
/**
|
|
164
|
+
* serializeAws_restJson1GetProfileTemplateCommand
|
|
165
|
+
*/
|
|
166
|
+
export declare const se_GetProfileTemplateCommand: (input: GetProfileTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
167
|
/**
|
|
123
168
|
* serializeAws_restJson1GetWorkloadCommand
|
|
124
169
|
*/
|
|
@@ -163,6 +208,18 @@ export declare const se_ListMilestonesCommand: (input: ListMilestonesCommandInpu
|
|
|
163
208
|
* serializeAws_restJson1ListNotificationsCommand
|
|
164
209
|
*/
|
|
165
210
|
export declare const se_ListNotificationsCommand: (input: ListNotificationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
211
|
+
/**
|
|
212
|
+
* serializeAws_restJson1ListProfileNotificationsCommand
|
|
213
|
+
*/
|
|
214
|
+
export declare const se_ListProfileNotificationsCommand: (input: ListProfileNotificationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
215
|
+
/**
|
|
216
|
+
* serializeAws_restJson1ListProfilesCommand
|
|
217
|
+
*/
|
|
218
|
+
export declare const se_ListProfilesCommand: (input: ListProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
219
|
+
/**
|
|
220
|
+
* serializeAws_restJson1ListProfileSharesCommand
|
|
221
|
+
*/
|
|
222
|
+
export declare const se_ListProfileSharesCommand: (input: ListProfileSharesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
166
223
|
/**
|
|
167
224
|
* serializeAws_restJson1ListShareInvitationsCommand
|
|
168
225
|
*/
|
|
@@ -199,6 +256,10 @@ export declare const se_UpdateGlobalSettingsCommand: (input: UpdateGlobalSetting
|
|
|
199
256
|
* serializeAws_restJson1UpdateLensReviewCommand
|
|
200
257
|
*/
|
|
201
258
|
export declare const se_UpdateLensReviewCommand: (input: UpdateLensReviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
259
|
+
/**
|
|
260
|
+
* serializeAws_restJson1UpdateProfileCommand
|
|
261
|
+
*/
|
|
262
|
+
export declare const se_UpdateProfileCommand: (input: UpdateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
202
263
|
/**
|
|
203
264
|
* serializeAws_restJson1UpdateShareInvitationCommand
|
|
204
265
|
*/
|
|
@@ -215,10 +276,18 @@ export declare const se_UpdateWorkloadShareCommand: (input: UpdateWorkloadShareC
|
|
|
215
276
|
* serializeAws_restJson1UpgradeLensReviewCommand
|
|
216
277
|
*/
|
|
217
278
|
export declare const se_UpgradeLensReviewCommand: (input: UpgradeLensReviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
279
|
+
/**
|
|
280
|
+
* serializeAws_restJson1UpgradeProfileVersionCommand
|
|
281
|
+
*/
|
|
282
|
+
export declare const se_UpgradeProfileVersionCommand: (input: UpgradeProfileVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
218
283
|
/**
|
|
219
284
|
* deserializeAws_restJson1AssociateLensesCommand
|
|
220
285
|
*/
|
|
221
286
|
export declare const de_AssociateLensesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateLensesCommandOutput>;
|
|
287
|
+
/**
|
|
288
|
+
* deserializeAws_restJson1AssociateProfilesCommand
|
|
289
|
+
*/
|
|
290
|
+
export declare const de_AssociateProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateProfilesCommandOutput>;
|
|
222
291
|
/**
|
|
223
292
|
* deserializeAws_restJson1CreateLensShareCommand
|
|
224
293
|
*/
|
|
@@ -231,6 +300,14 @@ export declare const de_CreateLensVersionCommand: (output: __HttpResponse, conte
|
|
|
231
300
|
* deserializeAws_restJson1CreateMilestoneCommand
|
|
232
301
|
*/
|
|
233
302
|
export declare const de_CreateMilestoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMilestoneCommandOutput>;
|
|
303
|
+
/**
|
|
304
|
+
* deserializeAws_restJson1CreateProfileCommand
|
|
305
|
+
*/
|
|
306
|
+
export declare const de_CreateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProfileCommandOutput>;
|
|
307
|
+
/**
|
|
308
|
+
* deserializeAws_restJson1CreateProfileShareCommand
|
|
309
|
+
*/
|
|
310
|
+
export declare const de_CreateProfileShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProfileShareCommandOutput>;
|
|
234
311
|
/**
|
|
235
312
|
* deserializeAws_restJson1CreateWorkloadCommand
|
|
236
313
|
*/
|
|
@@ -247,6 +324,14 @@ export declare const de_DeleteLensCommand: (output: __HttpResponse, context: __S
|
|
|
247
324
|
* deserializeAws_restJson1DeleteLensShareCommand
|
|
248
325
|
*/
|
|
249
326
|
export declare const de_DeleteLensShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLensShareCommandOutput>;
|
|
327
|
+
/**
|
|
328
|
+
* deserializeAws_restJson1DeleteProfileCommand
|
|
329
|
+
*/
|
|
330
|
+
export declare const de_DeleteProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProfileCommandOutput>;
|
|
331
|
+
/**
|
|
332
|
+
* deserializeAws_restJson1DeleteProfileShareCommand
|
|
333
|
+
*/
|
|
334
|
+
export declare const de_DeleteProfileShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProfileShareCommandOutput>;
|
|
250
335
|
/**
|
|
251
336
|
* deserializeAws_restJson1DeleteWorkloadCommand
|
|
252
337
|
*/
|
|
@@ -259,6 +344,10 @@ export declare const de_DeleteWorkloadShareCommand: (output: __HttpResponse, con
|
|
|
259
344
|
* deserializeAws_restJson1DisassociateLensesCommand
|
|
260
345
|
*/
|
|
261
346
|
export declare const de_DisassociateLensesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateLensesCommandOutput>;
|
|
347
|
+
/**
|
|
348
|
+
* deserializeAws_restJson1DisassociateProfilesCommand
|
|
349
|
+
*/
|
|
350
|
+
export declare const de_DisassociateProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateProfilesCommandOutput>;
|
|
262
351
|
/**
|
|
263
352
|
* deserializeAws_restJson1ExportLensCommand
|
|
264
353
|
*/
|
|
@@ -291,6 +380,14 @@ export declare const de_GetLensVersionDifferenceCommand: (output: __HttpResponse
|
|
|
291
380
|
* deserializeAws_restJson1GetMilestoneCommand
|
|
292
381
|
*/
|
|
293
382
|
export declare const de_GetMilestoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMilestoneCommandOutput>;
|
|
383
|
+
/**
|
|
384
|
+
* deserializeAws_restJson1GetProfileCommand
|
|
385
|
+
*/
|
|
386
|
+
export declare const de_GetProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProfileCommandOutput>;
|
|
387
|
+
/**
|
|
388
|
+
* deserializeAws_restJson1GetProfileTemplateCommand
|
|
389
|
+
*/
|
|
390
|
+
export declare const de_GetProfileTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProfileTemplateCommandOutput>;
|
|
294
391
|
/**
|
|
295
392
|
* deserializeAws_restJson1GetWorkloadCommand
|
|
296
393
|
*/
|
|
@@ -335,6 +432,18 @@ export declare const de_ListMilestonesCommand: (output: __HttpResponse, context:
|
|
|
335
432
|
* deserializeAws_restJson1ListNotificationsCommand
|
|
336
433
|
*/
|
|
337
434
|
export declare const de_ListNotificationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNotificationsCommandOutput>;
|
|
435
|
+
/**
|
|
436
|
+
* deserializeAws_restJson1ListProfileNotificationsCommand
|
|
437
|
+
*/
|
|
438
|
+
export declare const de_ListProfileNotificationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfileNotificationsCommandOutput>;
|
|
439
|
+
/**
|
|
440
|
+
* deserializeAws_restJson1ListProfilesCommand
|
|
441
|
+
*/
|
|
442
|
+
export declare const de_ListProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfilesCommandOutput>;
|
|
443
|
+
/**
|
|
444
|
+
* deserializeAws_restJson1ListProfileSharesCommand
|
|
445
|
+
*/
|
|
446
|
+
export declare const de_ListProfileSharesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfileSharesCommandOutput>;
|
|
338
447
|
/**
|
|
339
448
|
* deserializeAws_restJson1ListShareInvitationsCommand
|
|
340
449
|
*/
|
|
@@ -371,6 +480,10 @@ export declare const de_UpdateGlobalSettingsCommand: (output: __HttpResponse, co
|
|
|
371
480
|
* deserializeAws_restJson1UpdateLensReviewCommand
|
|
372
481
|
*/
|
|
373
482
|
export declare const de_UpdateLensReviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLensReviewCommandOutput>;
|
|
483
|
+
/**
|
|
484
|
+
* deserializeAws_restJson1UpdateProfileCommand
|
|
485
|
+
*/
|
|
486
|
+
export declare const de_UpdateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProfileCommandOutput>;
|
|
374
487
|
/**
|
|
375
488
|
* deserializeAws_restJson1UpdateShareInvitationCommand
|
|
376
489
|
*/
|
|
@@ -387,3 +500,7 @@ export declare const de_UpdateWorkloadShareCommand: (output: __HttpResponse, con
|
|
|
387
500
|
* deserializeAws_restJson1UpgradeLensReviewCommand
|
|
388
501
|
*/
|
|
389
502
|
export declare const de_UpgradeLensReviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpgradeLensReviewCommandOutput>;
|
|
503
|
+
/**
|
|
504
|
+
* deserializeAws_restJson1UpgradeProfileVersionCommand
|
|
505
|
+
*/
|
|
506
|
+
export declare const de_UpgradeProfileVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpgradeProfileVersionCommandOutput>;
|
|
@@ -3,6 +3,10 @@ import {
|
|
|
3
3
|
AssociateLensesCommandInput,
|
|
4
4
|
AssociateLensesCommandOutput,
|
|
5
5
|
} from "./commands/AssociateLensesCommand";
|
|
6
|
+
import {
|
|
7
|
+
AssociateProfilesCommandInput,
|
|
8
|
+
AssociateProfilesCommandOutput,
|
|
9
|
+
} from "./commands/AssociateProfilesCommand";
|
|
6
10
|
import {
|
|
7
11
|
CreateLensShareCommandInput,
|
|
8
12
|
CreateLensShareCommandOutput,
|
|
@@ -15,6 +19,14 @@ import {
|
|
|
15
19
|
CreateMilestoneCommandInput,
|
|
16
20
|
CreateMilestoneCommandOutput,
|
|
17
21
|
} from "./commands/CreateMilestoneCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateProfileCommandInput,
|
|
24
|
+
CreateProfileCommandOutput,
|
|
25
|
+
} from "./commands/CreateProfileCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateProfileShareCommandInput,
|
|
28
|
+
CreateProfileShareCommandOutput,
|
|
29
|
+
} from "./commands/CreateProfileShareCommand";
|
|
18
30
|
import {
|
|
19
31
|
CreateWorkloadCommandInput,
|
|
20
32
|
CreateWorkloadCommandOutput,
|
|
@@ -31,6 +43,14 @@ import {
|
|
|
31
43
|
DeleteLensShareCommandInput,
|
|
32
44
|
DeleteLensShareCommandOutput,
|
|
33
45
|
} from "./commands/DeleteLensShareCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteProfileCommandInput,
|
|
48
|
+
DeleteProfileCommandOutput,
|
|
49
|
+
} from "./commands/DeleteProfileCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteProfileShareCommandInput,
|
|
52
|
+
DeleteProfileShareCommandOutput,
|
|
53
|
+
} from "./commands/DeleteProfileShareCommand";
|
|
34
54
|
import {
|
|
35
55
|
DeleteWorkloadCommandInput,
|
|
36
56
|
DeleteWorkloadCommandOutput,
|
|
@@ -43,6 +63,10 @@ import {
|
|
|
43
63
|
DisassociateLensesCommandInput,
|
|
44
64
|
DisassociateLensesCommandOutput,
|
|
45
65
|
} from "./commands/DisassociateLensesCommand";
|
|
66
|
+
import {
|
|
67
|
+
DisassociateProfilesCommandInput,
|
|
68
|
+
DisassociateProfilesCommandOutput,
|
|
69
|
+
} from "./commands/DisassociateProfilesCommand";
|
|
46
70
|
import {
|
|
47
71
|
ExportLensCommandInput,
|
|
48
72
|
ExportLensCommandOutput,
|
|
@@ -75,6 +99,14 @@ import {
|
|
|
75
99
|
GetMilestoneCommandInput,
|
|
76
100
|
GetMilestoneCommandOutput,
|
|
77
101
|
} from "./commands/GetMilestoneCommand";
|
|
102
|
+
import {
|
|
103
|
+
GetProfileCommandInput,
|
|
104
|
+
GetProfileCommandOutput,
|
|
105
|
+
} from "./commands/GetProfileCommand";
|
|
106
|
+
import {
|
|
107
|
+
GetProfileTemplateCommandInput,
|
|
108
|
+
GetProfileTemplateCommandOutput,
|
|
109
|
+
} from "./commands/GetProfileTemplateCommand";
|
|
78
110
|
import {
|
|
79
111
|
GetWorkloadCommandInput,
|
|
80
112
|
GetWorkloadCommandOutput,
|
|
@@ -119,6 +151,18 @@ import {
|
|
|
119
151
|
ListNotificationsCommandInput,
|
|
120
152
|
ListNotificationsCommandOutput,
|
|
121
153
|
} from "./commands/ListNotificationsCommand";
|
|
154
|
+
import {
|
|
155
|
+
ListProfileNotificationsCommandInput,
|
|
156
|
+
ListProfileNotificationsCommandOutput,
|
|
157
|
+
} from "./commands/ListProfileNotificationsCommand";
|
|
158
|
+
import {
|
|
159
|
+
ListProfilesCommandInput,
|
|
160
|
+
ListProfilesCommandOutput,
|
|
161
|
+
} from "./commands/ListProfilesCommand";
|
|
162
|
+
import {
|
|
163
|
+
ListProfileSharesCommandInput,
|
|
164
|
+
ListProfileSharesCommandOutput,
|
|
165
|
+
} from "./commands/ListProfileSharesCommand";
|
|
122
166
|
import {
|
|
123
167
|
ListShareInvitationsCommandInput,
|
|
124
168
|
ListShareInvitationsCommandOutput,
|
|
@@ -155,6 +199,10 @@ import {
|
|
|
155
199
|
UpdateLensReviewCommandInput,
|
|
156
200
|
UpdateLensReviewCommandOutput,
|
|
157
201
|
} from "./commands/UpdateLensReviewCommand";
|
|
202
|
+
import {
|
|
203
|
+
UpdateProfileCommandInput,
|
|
204
|
+
UpdateProfileCommandOutput,
|
|
205
|
+
} from "./commands/UpdateProfileCommand";
|
|
158
206
|
import {
|
|
159
207
|
UpdateShareInvitationCommandInput,
|
|
160
208
|
UpdateShareInvitationCommandOutput,
|
|
@@ -171,6 +219,10 @@ import {
|
|
|
171
219
|
UpgradeLensReviewCommandInput,
|
|
172
220
|
UpgradeLensReviewCommandOutput,
|
|
173
221
|
} from "./commands/UpgradeLensReviewCommand";
|
|
222
|
+
import {
|
|
223
|
+
UpgradeProfileVersionCommandInput,
|
|
224
|
+
UpgradeProfileVersionCommandOutput,
|
|
225
|
+
} from "./commands/UpgradeProfileVersionCommand";
|
|
174
226
|
import { WellArchitectedClient } from "./WellArchitectedClient";
|
|
175
227
|
export interface WellArchitected {
|
|
176
228
|
associateLenses(
|
|
@@ -186,6 +238,19 @@ export interface WellArchitected {
|
|
|
186
238
|
options: __HttpHandlerOptions,
|
|
187
239
|
cb: (err: any, data?: AssociateLensesCommandOutput) => void
|
|
188
240
|
): void;
|
|
241
|
+
associateProfiles(
|
|
242
|
+
args: AssociateProfilesCommandInput,
|
|
243
|
+
options?: __HttpHandlerOptions
|
|
244
|
+
): Promise<AssociateProfilesCommandOutput>;
|
|
245
|
+
associateProfiles(
|
|
246
|
+
args: AssociateProfilesCommandInput,
|
|
247
|
+
cb: (err: any, data?: AssociateProfilesCommandOutput) => void
|
|
248
|
+
): void;
|
|
249
|
+
associateProfiles(
|
|
250
|
+
args: AssociateProfilesCommandInput,
|
|
251
|
+
options: __HttpHandlerOptions,
|
|
252
|
+
cb: (err: any, data?: AssociateProfilesCommandOutput) => void
|
|
253
|
+
): void;
|
|
189
254
|
createLensShare(
|
|
190
255
|
args: CreateLensShareCommandInput,
|
|
191
256
|
options?: __HttpHandlerOptions
|
|
@@ -225,6 +290,32 @@ export interface WellArchitected {
|
|
|
225
290
|
options: __HttpHandlerOptions,
|
|
226
291
|
cb: (err: any, data?: CreateMilestoneCommandOutput) => void
|
|
227
292
|
): void;
|
|
293
|
+
createProfile(
|
|
294
|
+
args: CreateProfileCommandInput,
|
|
295
|
+
options?: __HttpHandlerOptions
|
|
296
|
+
): Promise<CreateProfileCommandOutput>;
|
|
297
|
+
createProfile(
|
|
298
|
+
args: CreateProfileCommandInput,
|
|
299
|
+
cb: (err: any, data?: CreateProfileCommandOutput) => void
|
|
300
|
+
): void;
|
|
301
|
+
createProfile(
|
|
302
|
+
args: CreateProfileCommandInput,
|
|
303
|
+
options: __HttpHandlerOptions,
|
|
304
|
+
cb: (err: any, data?: CreateProfileCommandOutput) => void
|
|
305
|
+
): void;
|
|
306
|
+
createProfileShare(
|
|
307
|
+
args: CreateProfileShareCommandInput,
|
|
308
|
+
options?: __HttpHandlerOptions
|
|
309
|
+
): Promise<CreateProfileShareCommandOutput>;
|
|
310
|
+
createProfileShare(
|
|
311
|
+
args: CreateProfileShareCommandInput,
|
|
312
|
+
cb: (err: any, data?: CreateProfileShareCommandOutput) => void
|
|
313
|
+
): void;
|
|
314
|
+
createProfileShare(
|
|
315
|
+
args: CreateProfileShareCommandInput,
|
|
316
|
+
options: __HttpHandlerOptions,
|
|
317
|
+
cb: (err: any, data?: CreateProfileShareCommandOutput) => void
|
|
318
|
+
): void;
|
|
228
319
|
createWorkload(
|
|
229
320
|
args: CreateWorkloadCommandInput,
|
|
230
321
|
options?: __HttpHandlerOptions
|
|
@@ -277,6 +368,32 @@ export interface WellArchitected {
|
|
|
277
368
|
options: __HttpHandlerOptions,
|
|
278
369
|
cb: (err: any, data?: DeleteLensShareCommandOutput) => void
|
|
279
370
|
): void;
|
|
371
|
+
deleteProfile(
|
|
372
|
+
args: DeleteProfileCommandInput,
|
|
373
|
+
options?: __HttpHandlerOptions
|
|
374
|
+
): Promise<DeleteProfileCommandOutput>;
|
|
375
|
+
deleteProfile(
|
|
376
|
+
args: DeleteProfileCommandInput,
|
|
377
|
+
cb: (err: any, data?: DeleteProfileCommandOutput) => void
|
|
378
|
+
): void;
|
|
379
|
+
deleteProfile(
|
|
380
|
+
args: DeleteProfileCommandInput,
|
|
381
|
+
options: __HttpHandlerOptions,
|
|
382
|
+
cb: (err: any, data?: DeleteProfileCommandOutput) => void
|
|
383
|
+
): void;
|
|
384
|
+
deleteProfileShare(
|
|
385
|
+
args: DeleteProfileShareCommandInput,
|
|
386
|
+
options?: __HttpHandlerOptions
|
|
387
|
+
): Promise<DeleteProfileShareCommandOutput>;
|
|
388
|
+
deleteProfileShare(
|
|
389
|
+
args: DeleteProfileShareCommandInput,
|
|
390
|
+
cb: (err: any, data?: DeleteProfileShareCommandOutput) => void
|
|
391
|
+
): void;
|
|
392
|
+
deleteProfileShare(
|
|
393
|
+
args: DeleteProfileShareCommandInput,
|
|
394
|
+
options: __HttpHandlerOptions,
|
|
395
|
+
cb: (err: any, data?: DeleteProfileShareCommandOutput) => void
|
|
396
|
+
): void;
|
|
280
397
|
deleteWorkload(
|
|
281
398
|
args: DeleteWorkloadCommandInput,
|
|
282
399
|
options?: __HttpHandlerOptions
|
|
@@ -316,6 +433,19 @@ export interface WellArchitected {
|
|
|
316
433
|
options: __HttpHandlerOptions,
|
|
317
434
|
cb: (err: any, data?: DisassociateLensesCommandOutput) => void
|
|
318
435
|
): void;
|
|
436
|
+
disassociateProfiles(
|
|
437
|
+
args: DisassociateProfilesCommandInput,
|
|
438
|
+
options?: __HttpHandlerOptions
|
|
439
|
+
): Promise<DisassociateProfilesCommandOutput>;
|
|
440
|
+
disassociateProfiles(
|
|
441
|
+
args: DisassociateProfilesCommandInput,
|
|
442
|
+
cb: (err: any, data?: DisassociateProfilesCommandOutput) => void
|
|
443
|
+
): void;
|
|
444
|
+
disassociateProfiles(
|
|
445
|
+
args: DisassociateProfilesCommandInput,
|
|
446
|
+
options: __HttpHandlerOptions,
|
|
447
|
+
cb: (err: any, data?: DisassociateProfilesCommandOutput) => void
|
|
448
|
+
): void;
|
|
319
449
|
exportLens(
|
|
320
450
|
args: ExportLensCommandInput,
|
|
321
451
|
options?: __HttpHandlerOptions
|
|
@@ -420,6 +550,32 @@ export interface WellArchitected {
|
|
|
420
550
|
options: __HttpHandlerOptions,
|
|
421
551
|
cb: (err: any, data?: GetMilestoneCommandOutput) => void
|
|
422
552
|
): void;
|
|
553
|
+
getProfile(
|
|
554
|
+
args: GetProfileCommandInput,
|
|
555
|
+
options?: __HttpHandlerOptions
|
|
556
|
+
): Promise<GetProfileCommandOutput>;
|
|
557
|
+
getProfile(
|
|
558
|
+
args: GetProfileCommandInput,
|
|
559
|
+
cb: (err: any, data?: GetProfileCommandOutput) => void
|
|
560
|
+
): void;
|
|
561
|
+
getProfile(
|
|
562
|
+
args: GetProfileCommandInput,
|
|
563
|
+
options: __HttpHandlerOptions,
|
|
564
|
+
cb: (err: any, data?: GetProfileCommandOutput) => void
|
|
565
|
+
): void;
|
|
566
|
+
getProfileTemplate(
|
|
567
|
+
args: GetProfileTemplateCommandInput,
|
|
568
|
+
options?: __HttpHandlerOptions
|
|
569
|
+
): Promise<GetProfileTemplateCommandOutput>;
|
|
570
|
+
getProfileTemplate(
|
|
571
|
+
args: GetProfileTemplateCommandInput,
|
|
572
|
+
cb: (err: any, data?: GetProfileTemplateCommandOutput) => void
|
|
573
|
+
): void;
|
|
574
|
+
getProfileTemplate(
|
|
575
|
+
args: GetProfileTemplateCommandInput,
|
|
576
|
+
options: __HttpHandlerOptions,
|
|
577
|
+
cb: (err: any, data?: GetProfileTemplateCommandOutput) => void
|
|
578
|
+
): void;
|
|
423
579
|
getWorkload(
|
|
424
580
|
args: GetWorkloadCommandInput,
|
|
425
581
|
options?: __HttpHandlerOptions
|
|
@@ -563,6 +719,45 @@ export interface WellArchitected {
|
|
|
563
719
|
options: __HttpHandlerOptions,
|
|
564
720
|
cb: (err: any, data?: ListNotificationsCommandOutput) => void
|
|
565
721
|
): void;
|
|
722
|
+
listProfileNotifications(
|
|
723
|
+
args: ListProfileNotificationsCommandInput,
|
|
724
|
+
options?: __HttpHandlerOptions
|
|
725
|
+
): Promise<ListProfileNotificationsCommandOutput>;
|
|
726
|
+
listProfileNotifications(
|
|
727
|
+
args: ListProfileNotificationsCommandInput,
|
|
728
|
+
cb: (err: any, data?: ListProfileNotificationsCommandOutput) => void
|
|
729
|
+
): void;
|
|
730
|
+
listProfileNotifications(
|
|
731
|
+
args: ListProfileNotificationsCommandInput,
|
|
732
|
+
options: __HttpHandlerOptions,
|
|
733
|
+
cb: (err: any, data?: ListProfileNotificationsCommandOutput) => void
|
|
734
|
+
): void;
|
|
735
|
+
listProfiles(
|
|
736
|
+
args: ListProfilesCommandInput,
|
|
737
|
+
options?: __HttpHandlerOptions
|
|
738
|
+
): Promise<ListProfilesCommandOutput>;
|
|
739
|
+
listProfiles(
|
|
740
|
+
args: ListProfilesCommandInput,
|
|
741
|
+
cb: (err: any, data?: ListProfilesCommandOutput) => void
|
|
742
|
+
): void;
|
|
743
|
+
listProfiles(
|
|
744
|
+
args: ListProfilesCommandInput,
|
|
745
|
+
options: __HttpHandlerOptions,
|
|
746
|
+
cb: (err: any, data?: ListProfilesCommandOutput) => void
|
|
747
|
+
): void;
|
|
748
|
+
listProfileShares(
|
|
749
|
+
args: ListProfileSharesCommandInput,
|
|
750
|
+
options?: __HttpHandlerOptions
|
|
751
|
+
): Promise<ListProfileSharesCommandOutput>;
|
|
752
|
+
listProfileShares(
|
|
753
|
+
args: ListProfileSharesCommandInput,
|
|
754
|
+
cb: (err: any, data?: ListProfileSharesCommandOutput) => void
|
|
755
|
+
): void;
|
|
756
|
+
listProfileShares(
|
|
757
|
+
args: ListProfileSharesCommandInput,
|
|
758
|
+
options: __HttpHandlerOptions,
|
|
759
|
+
cb: (err: any, data?: ListProfileSharesCommandOutput) => void
|
|
760
|
+
): void;
|
|
566
761
|
listShareInvitations(
|
|
567
762
|
args: ListShareInvitationsCommandInput,
|
|
568
763
|
options?: __HttpHandlerOptions
|
|
@@ -680,6 +875,19 @@ export interface WellArchitected {
|
|
|
680
875
|
options: __HttpHandlerOptions,
|
|
681
876
|
cb: (err: any, data?: UpdateLensReviewCommandOutput) => void
|
|
682
877
|
): void;
|
|
878
|
+
updateProfile(
|
|
879
|
+
args: UpdateProfileCommandInput,
|
|
880
|
+
options?: __HttpHandlerOptions
|
|
881
|
+
): Promise<UpdateProfileCommandOutput>;
|
|
882
|
+
updateProfile(
|
|
883
|
+
args: UpdateProfileCommandInput,
|
|
884
|
+
cb: (err: any, data?: UpdateProfileCommandOutput) => void
|
|
885
|
+
): void;
|
|
886
|
+
updateProfile(
|
|
887
|
+
args: UpdateProfileCommandInput,
|
|
888
|
+
options: __HttpHandlerOptions,
|
|
889
|
+
cb: (err: any, data?: UpdateProfileCommandOutput) => void
|
|
890
|
+
): void;
|
|
683
891
|
updateShareInvitation(
|
|
684
892
|
args: UpdateShareInvitationCommandInput,
|
|
685
893
|
options?: __HttpHandlerOptions
|
|
@@ -732,6 +940,19 @@ export interface WellArchitected {
|
|
|
732
940
|
options: __HttpHandlerOptions,
|
|
733
941
|
cb: (err: any, data?: UpgradeLensReviewCommandOutput) => void
|
|
734
942
|
): void;
|
|
943
|
+
upgradeProfileVersion(
|
|
944
|
+
args: UpgradeProfileVersionCommandInput,
|
|
945
|
+
options?: __HttpHandlerOptions
|
|
946
|
+
): Promise<UpgradeProfileVersionCommandOutput>;
|
|
947
|
+
upgradeProfileVersion(
|
|
948
|
+
args: UpgradeProfileVersionCommandInput,
|
|
949
|
+
cb: (err: any, data?: UpgradeProfileVersionCommandOutput) => void
|
|
950
|
+
): void;
|
|
951
|
+
upgradeProfileVersion(
|
|
952
|
+
args: UpgradeProfileVersionCommandInput,
|
|
953
|
+
options: __HttpHandlerOptions,
|
|
954
|
+
cb: (err: any, data?: UpgradeProfileVersionCommandOutput) => void
|
|
955
|
+
): void;
|
|
735
956
|
}
|
|
736
957
|
export declare class WellArchitected
|
|
737
958
|
extends WellArchitectedClient
|