@aws-sdk/client-wellarchitected 3.348.0 → 3.352.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 +6 -6
|
@@ -50,6 +50,10 @@ import {
|
|
|
50
50
|
AssociateLensesCommandInput,
|
|
51
51
|
AssociateLensesCommandOutput,
|
|
52
52
|
} from "./commands/AssociateLensesCommand";
|
|
53
|
+
import {
|
|
54
|
+
AssociateProfilesCommandInput,
|
|
55
|
+
AssociateProfilesCommandOutput,
|
|
56
|
+
} from "./commands/AssociateProfilesCommand";
|
|
53
57
|
import {
|
|
54
58
|
CreateLensShareCommandInput,
|
|
55
59
|
CreateLensShareCommandOutput,
|
|
@@ -62,6 +66,14 @@ import {
|
|
|
62
66
|
CreateMilestoneCommandInput,
|
|
63
67
|
CreateMilestoneCommandOutput,
|
|
64
68
|
} from "./commands/CreateMilestoneCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateProfileCommandInput,
|
|
71
|
+
CreateProfileCommandOutput,
|
|
72
|
+
} from "./commands/CreateProfileCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreateProfileShareCommandInput,
|
|
75
|
+
CreateProfileShareCommandOutput,
|
|
76
|
+
} from "./commands/CreateProfileShareCommand";
|
|
65
77
|
import {
|
|
66
78
|
CreateWorkloadCommandInput,
|
|
67
79
|
CreateWorkloadCommandOutput,
|
|
@@ -78,6 +90,14 @@ import {
|
|
|
78
90
|
DeleteLensShareCommandInput,
|
|
79
91
|
DeleteLensShareCommandOutput,
|
|
80
92
|
} from "./commands/DeleteLensShareCommand";
|
|
93
|
+
import {
|
|
94
|
+
DeleteProfileCommandInput,
|
|
95
|
+
DeleteProfileCommandOutput,
|
|
96
|
+
} from "./commands/DeleteProfileCommand";
|
|
97
|
+
import {
|
|
98
|
+
DeleteProfileShareCommandInput,
|
|
99
|
+
DeleteProfileShareCommandOutput,
|
|
100
|
+
} from "./commands/DeleteProfileShareCommand";
|
|
81
101
|
import {
|
|
82
102
|
DeleteWorkloadCommandInput,
|
|
83
103
|
DeleteWorkloadCommandOutput,
|
|
@@ -90,6 +110,10 @@ import {
|
|
|
90
110
|
DisassociateLensesCommandInput,
|
|
91
111
|
DisassociateLensesCommandOutput,
|
|
92
112
|
} from "./commands/DisassociateLensesCommand";
|
|
113
|
+
import {
|
|
114
|
+
DisassociateProfilesCommandInput,
|
|
115
|
+
DisassociateProfilesCommandOutput,
|
|
116
|
+
} from "./commands/DisassociateProfilesCommand";
|
|
93
117
|
import {
|
|
94
118
|
ExportLensCommandInput,
|
|
95
119
|
ExportLensCommandOutput,
|
|
@@ -122,6 +146,14 @@ import {
|
|
|
122
146
|
GetMilestoneCommandInput,
|
|
123
147
|
GetMilestoneCommandOutput,
|
|
124
148
|
} from "./commands/GetMilestoneCommand";
|
|
149
|
+
import {
|
|
150
|
+
GetProfileCommandInput,
|
|
151
|
+
GetProfileCommandOutput,
|
|
152
|
+
} from "./commands/GetProfileCommand";
|
|
153
|
+
import {
|
|
154
|
+
GetProfileTemplateCommandInput,
|
|
155
|
+
GetProfileTemplateCommandOutput,
|
|
156
|
+
} from "./commands/GetProfileTemplateCommand";
|
|
125
157
|
import {
|
|
126
158
|
GetWorkloadCommandInput,
|
|
127
159
|
GetWorkloadCommandOutput,
|
|
@@ -166,6 +198,18 @@ import {
|
|
|
166
198
|
ListNotificationsCommandInput,
|
|
167
199
|
ListNotificationsCommandOutput,
|
|
168
200
|
} from "./commands/ListNotificationsCommand";
|
|
201
|
+
import {
|
|
202
|
+
ListProfileNotificationsCommandInput,
|
|
203
|
+
ListProfileNotificationsCommandOutput,
|
|
204
|
+
} from "./commands/ListProfileNotificationsCommand";
|
|
205
|
+
import {
|
|
206
|
+
ListProfilesCommandInput,
|
|
207
|
+
ListProfilesCommandOutput,
|
|
208
|
+
} from "./commands/ListProfilesCommand";
|
|
209
|
+
import {
|
|
210
|
+
ListProfileSharesCommandInput,
|
|
211
|
+
ListProfileSharesCommandOutput,
|
|
212
|
+
} from "./commands/ListProfileSharesCommand";
|
|
169
213
|
import {
|
|
170
214
|
ListShareInvitationsCommandInput,
|
|
171
215
|
ListShareInvitationsCommandOutput,
|
|
@@ -202,6 +246,10 @@ import {
|
|
|
202
246
|
UpdateLensReviewCommandInput,
|
|
203
247
|
UpdateLensReviewCommandOutput,
|
|
204
248
|
} from "./commands/UpdateLensReviewCommand";
|
|
249
|
+
import {
|
|
250
|
+
UpdateProfileCommandInput,
|
|
251
|
+
UpdateProfileCommandOutput,
|
|
252
|
+
} from "./commands/UpdateProfileCommand";
|
|
205
253
|
import {
|
|
206
254
|
UpdateShareInvitationCommandInput,
|
|
207
255
|
UpdateShareInvitationCommandOutput,
|
|
@@ -218,6 +266,10 @@ import {
|
|
|
218
266
|
UpgradeLensReviewCommandInput,
|
|
219
267
|
UpgradeLensReviewCommandOutput,
|
|
220
268
|
} from "./commands/UpgradeLensReviewCommand";
|
|
269
|
+
import {
|
|
270
|
+
UpgradeProfileVersionCommandInput,
|
|
271
|
+
UpgradeProfileVersionCommandOutput,
|
|
272
|
+
} from "./commands/UpgradeProfileVersionCommand";
|
|
221
273
|
import {
|
|
222
274
|
ClientInputEndpointParameters,
|
|
223
275
|
ClientResolvedEndpointParameters,
|
|
@@ -226,16 +278,22 @@ import {
|
|
|
226
278
|
export { __Client };
|
|
227
279
|
export type ServiceInputTypes =
|
|
228
280
|
| AssociateLensesCommandInput
|
|
281
|
+
| AssociateProfilesCommandInput
|
|
229
282
|
| CreateLensShareCommandInput
|
|
230
283
|
| CreateLensVersionCommandInput
|
|
231
284
|
| CreateMilestoneCommandInput
|
|
285
|
+
| CreateProfileCommandInput
|
|
286
|
+
| CreateProfileShareCommandInput
|
|
232
287
|
| CreateWorkloadCommandInput
|
|
233
288
|
| CreateWorkloadShareCommandInput
|
|
234
289
|
| DeleteLensCommandInput
|
|
235
290
|
| DeleteLensShareCommandInput
|
|
291
|
+
| DeleteProfileCommandInput
|
|
292
|
+
| DeleteProfileShareCommandInput
|
|
236
293
|
| DeleteWorkloadCommandInput
|
|
237
294
|
| DeleteWorkloadShareCommandInput
|
|
238
295
|
| DisassociateLensesCommandInput
|
|
296
|
+
| DisassociateProfilesCommandInput
|
|
239
297
|
| ExportLensCommandInput
|
|
240
298
|
| GetAnswerCommandInput
|
|
241
299
|
| GetConsolidatedReportCommandInput
|
|
@@ -244,6 +302,8 @@ export type ServiceInputTypes =
|
|
|
244
302
|
| GetLensReviewReportCommandInput
|
|
245
303
|
| GetLensVersionDifferenceCommandInput
|
|
246
304
|
| GetMilestoneCommandInput
|
|
305
|
+
| GetProfileCommandInput
|
|
306
|
+
| GetProfileTemplateCommandInput
|
|
247
307
|
| GetWorkloadCommandInput
|
|
248
308
|
| ImportLensCommandInput
|
|
249
309
|
| ListAnswersCommandInput
|
|
@@ -255,6 +315,9 @@ export type ServiceInputTypes =
|
|
|
255
315
|
| ListLensesCommandInput
|
|
256
316
|
| ListMilestonesCommandInput
|
|
257
317
|
| ListNotificationsCommandInput
|
|
318
|
+
| ListProfileNotificationsCommandInput
|
|
319
|
+
| ListProfileSharesCommandInput
|
|
320
|
+
| ListProfilesCommandInput
|
|
258
321
|
| ListShareInvitationsCommandInput
|
|
259
322
|
| ListTagsForResourceCommandInput
|
|
260
323
|
| ListWorkloadSharesCommandInput
|
|
@@ -264,22 +327,30 @@ export type ServiceInputTypes =
|
|
|
264
327
|
| UpdateAnswerCommandInput
|
|
265
328
|
| UpdateGlobalSettingsCommandInput
|
|
266
329
|
| UpdateLensReviewCommandInput
|
|
330
|
+
| UpdateProfileCommandInput
|
|
267
331
|
| UpdateShareInvitationCommandInput
|
|
268
332
|
| UpdateWorkloadCommandInput
|
|
269
333
|
| UpdateWorkloadShareCommandInput
|
|
270
|
-
| UpgradeLensReviewCommandInput
|
|
334
|
+
| UpgradeLensReviewCommandInput
|
|
335
|
+
| UpgradeProfileVersionCommandInput;
|
|
271
336
|
export type ServiceOutputTypes =
|
|
272
337
|
| AssociateLensesCommandOutput
|
|
338
|
+
| AssociateProfilesCommandOutput
|
|
273
339
|
| CreateLensShareCommandOutput
|
|
274
340
|
| CreateLensVersionCommandOutput
|
|
275
341
|
| CreateMilestoneCommandOutput
|
|
342
|
+
| CreateProfileCommandOutput
|
|
343
|
+
| CreateProfileShareCommandOutput
|
|
276
344
|
| CreateWorkloadCommandOutput
|
|
277
345
|
| CreateWorkloadShareCommandOutput
|
|
278
346
|
| DeleteLensCommandOutput
|
|
279
347
|
| DeleteLensShareCommandOutput
|
|
348
|
+
| DeleteProfileCommandOutput
|
|
349
|
+
| DeleteProfileShareCommandOutput
|
|
280
350
|
| DeleteWorkloadCommandOutput
|
|
281
351
|
| DeleteWorkloadShareCommandOutput
|
|
282
352
|
| DisassociateLensesCommandOutput
|
|
353
|
+
| DisassociateProfilesCommandOutput
|
|
283
354
|
| ExportLensCommandOutput
|
|
284
355
|
| GetAnswerCommandOutput
|
|
285
356
|
| GetConsolidatedReportCommandOutput
|
|
@@ -288,6 +359,8 @@ export type ServiceOutputTypes =
|
|
|
288
359
|
| GetLensReviewReportCommandOutput
|
|
289
360
|
| GetLensVersionDifferenceCommandOutput
|
|
290
361
|
| GetMilestoneCommandOutput
|
|
362
|
+
| GetProfileCommandOutput
|
|
363
|
+
| GetProfileTemplateCommandOutput
|
|
291
364
|
| GetWorkloadCommandOutput
|
|
292
365
|
| ImportLensCommandOutput
|
|
293
366
|
| ListAnswersCommandOutput
|
|
@@ -299,6 +372,9 @@ export type ServiceOutputTypes =
|
|
|
299
372
|
| ListLensesCommandOutput
|
|
300
373
|
| ListMilestonesCommandOutput
|
|
301
374
|
| ListNotificationsCommandOutput
|
|
375
|
+
| ListProfileNotificationsCommandOutput
|
|
376
|
+
| ListProfileSharesCommandOutput
|
|
377
|
+
| ListProfilesCommandOutput
|
|
302
378
|
| ListShareInvitationsCommandOutput
|
|
303
379
|
| ListTagsForResourceCommandOutput
|
|
304
380
|
| ListWorkloadSharesCommandOutput
|
|
@@ -308,10 +384,12 @@ export type ServiceOutputTypes =
|
|
|
308
384
|
| UpdateAnswerCommandOutput
|
|
309
385
|
| UpdateGlobalSettingsCommandOutput
|
|
310
386
|
| UpdateLensReviewCommandOutput
|
|
387
|
+
| UpdateProfileCommandOutput
|
|
311
388
|
| UpdateShareInvitationCommandOutput
|
|
312
389
|
| UpdateWorkloadCommandOutput
|
|
313
390
|
| UpdateWorkloadShareCommandOutput
|
|
314
|
-
| UpgradeLensReviewCommandOutput
|
|
391
|
+
| UpgradeLensReviewCommandOutput
|
|
392
|
+
| UpgradeProfileVersionCommandOutput;
|
|
315
393
|
export interface ClientDefaults
|
|
316
394
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
317
395
|
requestHandler?: __HttpHandler;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import { AssociateProfilesInput } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
WellArchitectedClientResolvedConfig,
|
|
14
|
+
} from "../WellArchitectedClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface AssociateProfilesCommandInput extends AssociateProfilesInput {}
|
|
17
|
+
export interface AssociateProfilesCommandOutput extends __MetadataBearer {}
|
|
18
|
+
export declare class AssociateProfilesCommand extends $Command<
|
|
19
|
+
AssociateProfilesCommandInput,
|
|
20
|
+
AssociateProfilesCommandOutput,
|
|
21
|
+
WellArchitectedClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: AssociateProfilesCommandInput;
|
|
24
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
25
|
+
constructor(input: AssociateProfilesCommandInput);
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: WellArchitectedClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<AssociateProfilesCommandInput, AssociateProfilesCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import { CreateProfileInput, CreateProfileOutput } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
WellArchitectedClientResolvedConfig,
|
|
14
|
+
} from "../WellArchitectedClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface CreateProfileCommandInput extends CreateProfileInput {}
|
|
17
|
+
export interface CreateProfileCommandOutput
|
|
18
|
+
extends CreateProfileOutput,
|
|
19
|
+
__MetadataBearer {}
|
|
20
|
+
export declare class CreateProfileCommand extends $Command<
|
|
21
|
+
CreateProfileCommandInput,
|
|
22
|
+
CreateProfileCommandOutput,
|
|
23
|
+
WellArchitectedClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: CreateProfileCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: CreateProfileCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: WellArchitectedClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateProfileCommandInput, CreateProfileCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
CreateProfileShareInput,
|
|
11
|
+
CreateProfileShareOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
WellArchitectedClientResolvedConfig,
|
|
17
|
+
} from "../WellArchitectedClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateProfileShareCommandInput
|
|
20
|
+
extends CreateProfileShareInput {}
|
|
21
|
+
export interface CreateProfileShareCommandOutput
|
|
22
|
+
extends CreateProfileShareOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class CreateProfileShareCommand extends $Command<
|
|
25
|
+
CreateProfileShareCommandInput,
|
|
26
|
+
CreateProfileShareCommandOutput,
|
|
27
|
+
WellArchitectedClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: CreateProfileShareCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: CreateProfileShareCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: WellArchitectedClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<CreateProfileShareCommandInput, CreateProfileShareCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import { DeleteProfileInput } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
WellArchitectedClientResolvedConfig,
|
|
14
|
+
} from "../WellArchitectedClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface DeleteProfileCommandInput extends DeleteProfileInput {}
|
|
17
|
+
export interface DeleteProfileCommandOutput extends __MetadataBearer {}
|
|
18
|
+
export declare class DeleteProfileCommand extends $Command<
|
|
19
|
+
DeleteProfileCommandInput,
|
|
20
|
+
DeleteProfileCommandOutput,
|
|
21
|
+
WellArchitectedClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteProfileCommandInput;
|
|
24
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
25
|
+
constructor(input: DeleteProfileCommandInput);
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: WellArchitectedClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<DeleteProfileCommandInput, DeleteProfileCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import { DeleteProfileShareInput } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
WellArchitectedClientResolvedConfig,
|
|
14
|
+
} from "../WellArchitectedClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface DeleteProfileShareCommandInput
|
|
17
|
+
extends DeleteProfileShareInput {}
|
|
18
|
+
export interface DeleteProfileShareCommandOutput extends __MetadataBearer {}
|
|
19
|
+
export declare class DeleteProfileShareCommand extends $Command<
|
|
20
|
+
DeleteProfileShareCommandInput,
|
|
21
|
+
DeleteProfileShareCommandOutput,
|
|
22
|
+
WellArchitectedClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteProfileShareCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
|
+
constructor(input: DeleteProfileShareCommandInput);
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: WellArchitectedClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteProfileShareCommandInput, DeleteProfileShareCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import { DisassociateProfilesInput } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
WellArchitectedClientResolvedConfig,
|
|
14
|
+
} from "../WellArchitectedClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface DisassociateProfilesCommandInput
|
|
17
|
+
extends DisassociateProfilesInput {}
|
|
18
|
+
export interface DisassociateProfilesCommandOutput extends __MetadataBearer {}
|
|
19
|
+
export declare class DisassociateProfilesCommand extends $Command<
|
|
20
|
+
DisassociateProfilesCommandInput,
|
|
21
|
+
DisassociateProfilesCommandOutput,
|
|
22
|
+
WellArchitectedClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DisassociateProfilesCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
|
+
constructor(input: DisassociateProfilesCommandInput);
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: WellArchitectedClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DisassociateProfilesCommandInput,
|
|
33
|
+
DisassociateProfilesCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import { GetProfileInput, GetProfileOutput } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
WellArchitectedClientResolvedConfig,
|
|
14
|
+
} from "../WellArchitectedClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface GetProfileCommandInput extends GetProfileInput {}
|
|
17
|
+
export interface GetProfileCommandOutput
|
|
18
|
+
extends GetProfileOutput,
|
|
19
|
+
__MetadataBearer {}
|
|
20
|
+
export declare class GetProfileCommand extends $Command<
|
|
21
|
+
GetProfileCommandInput,
|
|
22
|
+
GetProfileCommandOutput,
|
|
23
|
+
WellArchitectedClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: GetProfileCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: GetProfileCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: WellArchitectedClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetProfileCommandInput, GetProfileCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
GetProfileTemplateInput,
|
|
11
|
+
GetProfileTemplateOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
WellArchitectedClientResolvedConfig,
|
|
17
|
+
} from "../WellArchitectedClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetProfileTemplateCommandInput
|
|
20
|
+
extends GetProfileTemplateInput {}
|
|
21
|
+
export interface GetProfileTemplateCommandOutput
|
|
22
|
+
extends GetProfileTemplateOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetProfileTemplateCommand extends $Command<
|
|
25
|
+
GetProfileTemplateCommandInput,
|
|
26
|
+
GetProfileTemplateCommandOutput,
|
|
27
|
+
WellArchitectedClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetProfileTemplateCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetProfileTemplateCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: WellArchitectedClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<GetProfileTemplateCommandInput, GetProfileTemplateCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
ListProfileNotificationsInput,
|
|
11
|
+
ListProfileNotificationsOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
WellArchitectedClientResolvedConfig,
|
|
17
|
+
} from "../WellArchitectedClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListProfileNotificationsCommandInput
|
|
20
|
+
extends ListProfileNotificationsInput {}
|
|
21
|
+
export interface ListProfileNotificationsCommandOutput
|
|
22
|
+
extends ListProfileNotificationsOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListProfileNotificationsCommand extends $Command<
|
|
25
|
+
ListProfileNotificationsCommandInput,
|
|
26
|
+
ListProfileNotificationsCommandOutput,
|
|
27
|
+
WellArchitectedClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListProfileNotificationsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListProfileNotificationsCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: WellArchitectedClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ListProfileNotificationsCommandInput,
|
|
38
|
+
ListProfileNotificationsCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
ListProfileSharesInput,
|
|
11
|
+
ListProfileSharesOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
WellArchitectedClientResolvedConfig,
|
|
17
|
+
} from "../WellArchitectedClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListProfileSharesCommandInput extends ListProfileSharesInput {}
|
|
20
|
+
export interface ListProfileSharesCommandOutput
|
|
21
|
+
extends ListProfileSharesOutput,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class ListProfileSharesCommand extends $Command<
|
|
24
|
+
ListProfileSharesCommandInput,
|
|
25
|
+
ListProfileSharesCommandOutput,
|
|
26
|
+
WellArchitectedClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListProfileSharesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: ListProfileSharesCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WellArchitectedClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListProfileSharesCommandInput, ListProfileSharesCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import { ListProfilesInput, ListProfilesOutput } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
WellArchitectedClientResolvedConfig,
|
|
14
|
+
} from "../WellArchitectedClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface ListProfilesCommandInput extends ListProfilesInput {}
|
|
17
|
+
export interface ListProfilesCommandOutput
|
|
18
|
+
extends ListProfilesOutput,
|
|
19
|
+
__MetadataBearer {}
|
|
20
|
+
export declare class ListProfilesCommand extends $Command<
|
|
21
|
+
ListProfilesCommandInput,
|
|
22
|
+
ListProfilesCommandOutput,
|
|
23
|
+
WellArchitectedClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: ListProfilesCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: ListProfilesCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: WellArchitectedClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListProfilesCommandInput, ListProfilesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import { UpdateProfileInput, UpdateProfileOutput } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
WellArchitectedClientResolvedConfig,
|
|
14
|
+
} from "../WellArchitectedClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface UpdateProfileCommandInput extends UpdateProfileInput {}
|
|
17
|
+
export interface UpdateProfileCommandOutput
|
|
18
|
+
extends UpdateProfileOutput,
|
|
19
|
+
__MetadataBearer {}
|
|
20
|
+
export declare class UpdateProfileCommand extends $Command<
|
|
21
|
+
UpdateProfileCommandInput,
|
|
22
|
+
UpdateProfileCommandOutput,
|
|
23
|
+
WellArchitectedClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: UpdateProfileCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: UpdateProfileCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: WellArchitectedClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<UpdateProfileCommandInput, UpdateProfileCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|