@aws-sdk/client-wellarchitected 3.169.0 → 3.170.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.
Files changed (67) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/WellArchitected.d.ts +724 -205
  3. package/dist-types/ts3.4/WellArchitectedClient.d.ts +370 -113
  4. package/dist-types/ts3.4/commands/AssociateLensesCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/CreateLensShareCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CreateLensVersionCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreateMilestoneCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateWorkloadCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/CreateWorkloadShareCommand.d.ts +38 -17
  10. package/dist-types/ts3.4/commands/DeleteLensCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/DeleteLensShareCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/DeleteWorkloadCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/DeleteWorkloadShareCommand.d.ts +33 -17
  14. package/dist-types/ts3.4/commands/DisassociateLensesCommand.d.ts +33 -17
  15. package/dist-types/ts3.4/commands/ExportLensCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/GetAnswerCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/GetLensCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/GetLensReviewCommand.d.ts +34 -17
  19. package/dist-types/ts3.4/commands/GetLensReviewReportCommand.d.ts +38 -17
  20. package/dist-types/ts3.4/commands/GetLensVersionDifferenceCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/GetMilestoneCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/GetWorkloadCommand.d.ts +34 -17
  23. package/dist-types/ts3.4/commands/ImportLensCommand.d.ts +34 -17
  24. package/dist-types/ts3.4/commands/ListAnswersCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/ListLensReviewImprovementsCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/ListLensReviewsCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/ListLensSharesCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/ListLensesCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/ListMilestonesCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/ListShareInvitationsCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  33. package/dist-types/ts3.4/commands/ListWorkloadSharesCommand.d.ts +38 -17
  34. package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +34 -17
  35. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/UpdateAnswerCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +36 -17
  39. package/dist-types/ts3.4/commands/UpdateLensReviewCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/UpdateShareInvitationCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +34 -17
  42. package/dist-types/ts3.4/commands/UpdateWorkloadShareCommand.d.ts +38 -17
  43. package/dist-types/ts3.4/commands/UpgradeLensReviewCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/index.d.ts +40 -40
  45. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  46. package/dist-types/ts3.4/index.d.ts +6 -6
  47. package/dist-types/ts3.4/models/WellArchitectedServiceException.d.ts +8 -6
  48. package/dist-types/ts3.4/models/index.d.ts +1 -1
  49. package/dist-types/ts3.4/models/models_0.d.ts +1598 -1503
  50. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  51. package/dist-types/ts3.4/pagination/ListAnswersPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/ListLensReviewImprovementsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/ListLensReviewsPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/ListLensSharesPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListLensesPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListMilestonesPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListNotificationsPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/ListShareInvitationsPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListWorkloadSharesPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListWorkloadsPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/index.d.ts +11 -11
  62. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +485 -122
  63. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  64. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  65. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  66. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  67. package/package.json +34 -34
@@ -1,205 +1,724 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { AssociateLensesCommandInput, AssociateLensesCommandOutput } from "./commands/AssociateLensesCommand";
3
- import { CreateLensShareCommandInput, CreateLensShareCommandOutput } from "./commands/CreateLensShareCommand";
4
- import { CreateLensVersionCommandInput, CreateLensVersionCommandOutput } from "./commands/CreateLensVersionCommand";
5
- import { CreateMilestoneCommandInput, CreateMilestoneCommandOutput } from "./commands/CreateMilestoneCommand";
6
- import { CreateWorkloadCommandInput, CreateWorkloadCommandOutput } from "./commands/CreateWorkloadCommand";
7
- import { CreateWorkloadShareCommandInput, CreateWorkloadShareCommandOutput } from "./commands/CreateWorkloadShareCommand";
8
- import { DeleteLensCommandInput, DeleteLensCommandOutput } from "./commands/DeleteLensCommand";
9
- import { DeleteLensShareCommandInput, DeleteLensShareCommandOutput } from "./commands/DeleteLensShareCommand";
10
- import { DeleteWorkloadCommandInput, DeleteWorkloadCommandOutput } from "./commands/DeleteWorkloadCommand";
11
- import { DeleteWorkloadShareCommandInput, DeleteWorkloadShareCommandOutput } from "./commands/DeleteWorkloadShareCommand";
12
- import { DisassociateLensesCommandInput, DisassociateLensesCommandOutput } from "./commands/DisassociateLensesCommand";
13
- import { ExportLensCommandInput, ExportLensCommandOutput } from "./commands/ExportLensCommand";
14
- import { GetAnswerCommandInput, GetAnswerCommandOutput } from "./commands/GetAnswerCommand";
15
- import { GetLensCommandInput, GetLensCommandOutput } from "./commands/GetLensCommand";
16
- import { GetLensReviewCommandInput, GetLensReviewCommandOutput } from "./commands/GetLensReviewCommand";
17
- import { GetLensReviewReportCommandInput, GetLensReviewReportCommandOutput } from "./commands/GetLensReviewReportCommand";
18
- import { GetLensVersionDifferenceCommandInput, GetLensVersionDifferenceCommandOutput } from "./commands/GetLensVersionDifferenceCommand";
19
- import { GetMilestoneCommandInput, GetMilestoneCommandOutput } from "./commands/GetMilestoneCommand";
20
- import { GetWorkloadCommandInput, GetWorkloadCommandOutput } from "./commands/GetWorkloadCommand";
21
- import { ImportLensCommandInput, ImportLensCommandOutput } from "./commands/ImportLensCommand";
22
- import { ListAnswersCommandInput, ListAnswersCommandOutput } from "./commands/ListAnswersCommand";
23
- import { ListLensesCommandInput, ListLensesCommandOutput } from "./commands/ListLensesCommand";
24
- import { ListLensReviewImprovementsCommandInput, ListLensReviewImprovementsCommandOutput } from "./commands/ListLensReviewImprovementsCommand";
25
- import { ListLensReviewsCommandInput, ListLensReviewsCommandOutput } from "./commands/ListLensReviewsCommand";
26
- import { ListLensSharesCommandInput, ListLensSharesCommandOutput } from "./commands/ListLensSharesCommand";
27
- import { ListMilestonesCommandInput, ListMilestonesCommandOutput } from "./commands/ListMilestonesCommand";
28
- import { ListNotificationsCommandInput, ListNotificationsCommandOutput } from "./commands/ListNotificationsCommand";
29
- import { ListShareInvitationsCommandInput, ListShareInvitationsCommandOutput } from "./commands/ListShareInvitationsCommand";
30
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
31
- import { ListWorkloadsCommandInput, ListWorkloadsCommandOutput } from "./commands/ListWorkloadsCommand";
32
- import { ListWorkloadSharesCommandInput, ListWorkloadSharesCommandOutput } from "./commands/ListWorkloadSharesCommand";
33
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
34
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
35
- import { UpdateAnswerCommandInput, UpdateAnswerCommandOutput } from "./commands/UpdateAnswerCommand";
36
- import { UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput } from "./commands/UpdateGlobalSettingsCommand";
37
- import { UpdateLensReviewCommandInput, UpdateLensReviewCommandOutput } from "./commands/UpdateLensReviewCommand";
38
- import { UpdateShareInvitationCommandInput, UpdateShareInvitationCommandOutput } from "./commands/UpdateShareInvitationCommand";
39
- import { UpdateWorkloadCommandInput, UpdateWorkloadCommandOutput } from "./commands/UpdateWorkloadCommand";
40
- import { UpdateWorkloadShareCommandInput, UpdateWorkloadShareCommandOutput } from "./commands/UpdateWorkloadShareCommand";
41
- import { UpgradeLensReviewCommandInput, UpgradeLensReviewCommandOutput } from "./commands/UpgradeLensReviewCommand";
42
- import { WellArchitectedClient } from "./WellArchitectedClient";
43
-
44
- export declare class WellArchitected extends WellArchitectedClient {
45
-
46
- associateLenses(args: AssociateLensesCommandInput, options?: __HttpHandlerOptions): Promise<AssociateLensesCommandOutput>;
47
- associateLenses(args: AssociateLensesCommandInput, cb: (err: any, data?: AssociateLensesCommandOutput) => void): void;
48
- associateLenses(args: AssociateLensesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateLensesCommandOutput) => void): void;
49
-
50
- createLensShare(args: CreateLensShareCommandInput, options?: __HttpHandlerOptions): Promise<CreateLensShareCommandOutput>;
51
- createLensShare(args: CreateLensShareCommandInput, cb: (err: any, data?: CreateLensShareCommandOutput) => void): void;
52
- createLensShare(args: CreateLensShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLensShareCommandOutput) => void): void;
53
-
54
- createLensVersion(args: CreateLensVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateLensVersionCommandOutput>;
55
- createLensVersion(args: CreateLensVersionCommandInput, cb: (err: any, data?: CreateLensVersionCommandOutput) => void): void;
56
- createLensVersion(args: CreateLensVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLensVersionCommandOutput) => void): void;
57
-
58
- createMilestone(args: CreateMilestoneCommandInput, options?: __HttpHandlerOptions): Promise<CreateMilestoneCommandOutput>;
59
- createMilestone(args: CreateMilestoneCommandInput, cb: (err: any, data?: CreateMilestoneCommandOutput) => void): void;
60
- createMilestone(args: CreateMilestoneCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMilestoneCommandOutput) => void): void;
61
-
62
- createWorkload(args: CreateWorkloadCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkloadCommandOutput>;
63
- createWorkload(args: CreateWorkloadCommandInput, cb: (err: any, data?: CreateWorkloadCommandOutput) => void): void;
64
- createWorkload(args: CreateWorkloadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkloadCommandOutput) => void): void;
65
-
66
- createWorkloadShare(args: CreateWorkloadShareCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkloadShareCommandOutput>;
67
- createWorkloadShare(args: CreateWorkloadShareCommandInput, cb: (err: any, data?: CreateWorkloadShareCommandOutput) => void): void;
68
- createWorkloadShare(args: CreateWorkloadShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkloadShareCommandOutput) => void): void;
69
-
70
- deleteLens(args: DeleteLensCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLensCommandOutput>;
71
- deleteLens(args: DeleteLensCommandInput, cb: (err: any, data?: DeleteLensCommandOutput) => void): void;
72
- deleteLens(args: DeleteLensCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLensCommandOutput) => void): void;
73
-
74
- deleteLensShare(args: DeleteLensShareCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLensShareCommandOutput>;
75
- deleteLensShare(args: DeleteLensShareCommandInput, cb: (err: any, data?: DeleteLensShareCommandOutput) => void): void;
76
- deleteLensShare(args: DeleteLensShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLensShareCommandOutput) => void): void;
77
-
78
- deleteWorkload(args: DeleteWorkloadCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkloadCommandOutput>;
79
- deleteWorkload(args: DeleteWorkloadCommandInput, cb: (err: any, data?: DeleteWorkloadCommandOutput) => void): void;
80
- deleteWorkload(args: DeleteWorkloadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkloadCommandOutput) => void): void;
81
-
82
- deleteWorkloadShare(args: DeleteWorkloadShareCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkloadShareCommandOutput>;
83
- deleteWorkloadShare(args: DeleteWorkloadShareCommandInput, cb: (err: any, data?: DeleteWorkloadShareCommandOutput) => void): void;
84
- deleteWorkloadShare(args: DeleteWorkloadShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkloadShareCommandOutput) => void): void;
85
-
86
- disassociateLenses(args: DisassociateLensesCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateLensesCommandOutput>;
87
- disassociateLenses(args: DisassociateLensesCommandInput, cb: (err: any, data?: DisassociateLensesCommandOutput) => void): void;
88
- disassociateLenses(args: DisassociateLensesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateLensesCommandOutput) => void): void;
89
-
90
- exportLens(args: ExportLensCommandInput, options?: __HttpHandlerOptions): Promise<ExportLensCommandOutput>;
91
- exportLens(args: ExportLensCommandInput, cb: (err: any, data?: ExportLensCommandOutput) => void): void;
92
- exportLens(args: ExportLensCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExportLensCommandOutput) => void): void;
93
-
94
- getAnswer(args: GetAnswerCommandInput, options?: __HttpHandlerOptions): Promise<GetAnswerCommandOutput>;
95
- getAnswer(args: GetAnswerCommandInput, cb: (err: any, data?: GetAnswerCommandOutput) => void): void;
96
- getAnswer(args: GetAnswerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAnswerCommandOutput) => void): void;
97
-
98
- getLens(args: GetLensCommandInput, options?: __HttpHandlerOptions): Promise<GetLensCommandOutput>;
99
- getLens(args: GetLensCommandInput, cb: (err: any, data?: GetLensCommandOutput) => void): void;
100
- getLens(args: GetLensCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLensCommandOutput) => void): void;
101
-
102
- getLensReview(args: GetLensReviewCommandInput, options?: __HttpHandlerOptions): Promise<GetLensReviewCommandOutput>;
103
- getLensReview(args: GetLensReviewCommandInput, cb: (err: any, data?: GetLensReviewCommandOutput) => void): void;
104
- getLensReview(args: GetLensReviewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLensReviewCommandOutput) => void): void;
105
-
106
- getLensReviewReport(args: GetLensReviewReportCommandInput, options?: __HttpHandlerOptions): Promise<GetLensReviewReportCommandOutput>;
107
- getLensReviewReport(args: GetLensReviewReportCommandInput, cb: (err: any, data?: GetLensReviewReportCommandOutput) => void): void;
108
- getLensReviewReport(args: GetLensReviewReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLensReviewReportCommandOutput) => void): void;
109
-
110
- getLensVersionDifference(args: GetLensVersionDifferenceCommandInput, options?: __HttpHandlerOptions): Promise<GetLensVersionDifferenceCommandOutput>;
111
- getLensVersionDifference(args: GetLensVersionDifferenceCommandInput, cb: (err: any, data?: GetLensVersionDifferenceCommandOutput) => void): void;
112
- getLensVersionDifference(args: GetLensVersionDifferenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLensVersionDifferenceCommandOutput) => void): void;
113
-
114
- getMilestone(args: GetMilestoneCommandInput, options?: __HttpHandlerOptions): Promise<GetMilestoneCommandOutput>;
115
- getMilestone(args: GetMilestoneCommandInput, cb: (err: any, data?: GetMilestoneCommandOutput) => void): void;
116
- getMilestone(args: GetMilestoneCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMilestoneCommandOutput) => void): void;
117
-
118
- getWorkload(args: GetWorkloadCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkloadCommandOutput>;
119
- getWorkload(args: GetWorkloadCommandInput, cb: (err: any, data?: GetWorkloadCommandOutput) => void): void;
120
- getWorkload(args: GetWorkloadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkloadCommandOutput) => void): void;
121
-
122
- importLens(args: ImportLensCommandInput, options?: __HttpHandlerOptions): Promise<ImportLensCommandOutput>;
123
- importLens(args: ImportLensCommandInput, cb: (err: any, data?: ImportLensCommandOutput) => void): void;
124
- importLens(args: ImportLensCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportLensCommandOutput) => void): void;
125
-
126
- listAnswers(args: ListAnswersCommandInput, options?: __HttpHandlerOptions): Promise<ListAnswersCommandOutput>;
127
- listAnswers(args: ListAnswersCommandInput, cb: (err: any, data?: ListAnswersCommandOutput) => void): void;
128
- listAnswers(args: ListAnswersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAnswersCommandOutput) => void): void;
129
-
130
- listLenses(args: ListLensesCommandInput, options?: __HttpHandlerOptions): Promise<ListLensesCommandOutput>;
131
- listLenses(args: ListLensesCommandInput, cb: (err: any, data?: ListLensesCommandOutput) => void): void;
132
- listLenses(args: ListLensesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLensesCommandOutput) => void): void;
133
-
134
- listLensReviewImprovements(args: ListLensReviewImprovementsCommandInput, options?: __HttpHandlerOptions): Promise<ListLensReviewImprovementsCommandOutput>;
135
- listLensReviewImprovements(args: ListLensReviewImprovementsCommandInput, cb: (err: any, data?: ListLensReviewImprovementsCommandOutput) => void): void;
136
- listLensReviewImprovements(args: ListLensReviewImprovementsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLensReviewImprovementsCommandOutput) => void): void;
137
-
138
- listLensReviews(args: ListLensReviewsCommandInput, options?: __HttpHandlerOptions): Promise<ListLensReviewsCommandOutput>;
139
- listLensReviews(args: ListLensReviewsCommandInput, cb: (err: any, data?: ListLensReviewsCommandOutput) => void): void;
140
- listLensReviews(args: ListLensReviewsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLensReviewsCommandOutput) => void): void;
141
-
142
- listLensShares(args: ListLensSharesCommandInput, options?: __HttpHandlerOptions): Promise<ListLensSharesCommandOutput>;
143
- listLensShares(args: ListLensSharesCommandInput, cb: (err: any, data?: ListLensSharesCommandOutput) => void): void;
144
- listLensShares(args: ListLensSharesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLensSharesCommandOutput) => void): void;
145
-
146
- listMilestones(args: ListMilestonesCommandInput, options?: __HttpHandlerOptions): Promise<ListMilestonesCommandOutput>;
147
- listMilestones(args: ListMilestonesCommandInput, cb: (err: any, data?: ListMilestonesCommandOutput) => void): void;
148
- listMilestones(args: ListMilestonesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMilestonesCommandOutput) => void): void;
149
-
150
- listNotifications(args: ListNotificationsCommandInput, options?: __HttpHandlerOptions): Promise<ListNotificationsCommandOutput>;
151
- listNotifications(args: ListNotificationsCommandInput, cb: (err: any, data?: ListNotificationsCommandOutput) => void): void;
152
- listNotifications(args: ListNotificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNotificationsCommandOutput) => void): void;
153
-
154
- listShareInvitations(args: ListShareInvitationsCommandInput, options?: __HttpHandlerOptions): Promise<ListShareInvitationsCommandOutput>;
155
- listShareInvitations(args: ListShareInvitationsCommandInput, cb: (err: any, data?: ListShareInvitationsCommandOutput) => void): void;
156
- listShareInvitations(args: ListShareInvitationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListShareInvitationsCommandOutput) => void): void;
157
-
158
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
159
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
160
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
161
-
162
- listWorkloads(args: ListWorkloadsCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkloadsCommandOutput>;
163
- listWorkloads(args: ListWorkloadsCommandInput, cb: (err: any, data?: ListWorkloadsCommandOutput) => void): void;
164
- listWorkloads(args: ListWorkloadsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkloadsCommandOutput) => void): void;
165
-
166
- listWorkloadShares(args: ListWorkloadSharesCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkloadSharesCommandOutput>;
167
- listWorkloadShares(args: ListWorkloadSharesCommandInput, cb: (err: any, data?: ListWorkloadSharesCommandOutput) => void): void;
168
- listWorkloadShares(args: ListWorkloadSharesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkloadSharesCommandOutput) => void): void;
169
-
170
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
171
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
172
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
173
-
174
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
175
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
176
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
177
-
178
- updateAnswer(args: UpdateAnswerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAnswerCommandOutput>;
179
- updateAnswer(args: UpdateAnswerCommandInput, cb: (err: any, data?: UpdateAnswerCommandOutput) => void): void;
180
- updateAnswer(args: UpdateAnswerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAnswerCommandOutput) => void): void;
181
-
182
- updateGlobalSettings(args: UpdateGlobalSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGlobalSettingsCommandOutput>;
183
- updateGlobalSettings(args: UpdateGlobalSettingsCommandInput, cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void): void;
184
- updateGlobalSettings(args: UpdateGlobalSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void): void;
185
-
186
- updateLensReview(args: UpdateLensReviewCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLensReviewCommandOutput>;
187
- updateLensReview(args: UpdateLensReviewCommandInput, cb: (err: any, data?: UpdateLensReviewCommandOutput) => void): void;
188
- updateLensReview(args: UpdateLensReviewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLensReviewCommandOutput) => void): void;
189
-
190
- updateShareInvitation(args: UpdateShareInvitationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateShareInvitationCommandOutput>;
191
- updateShareInvitation(args: UpdateShareInvitationCommandInput, cb: (err: any, data?: UpdateShareInvitationCommandOutput) => void): void;
192
- updateShareInvitation(args: UpdateShareInvitationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateShareInvitationCommandOutput) => void): void;
193
-
194
- updateWorkload(args: UpdateWorkloadCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkloadCommandOutput>;
195
- updateWorkload(args: UpdateWorkloadCommandInput, cb: (err: any, data?: UpdateWorkloadCommandOutput) => void): void;
196
- updateWorkload(args: UpdateWorkloadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkloadCommandOutput) => void): void;
197
-
198
- updateWorkloadShare(args: UpdateWorkloadShareCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkloadShareCommandOutput>;
199
- updateWorkloadShare(args: UpdateWorkloadShareCommandInput, cb: (err: any, data?: UpdateWorkloadShareCommandOutput) => void): void;
200
- updateWorkloadShare(args: UpdateWorkloadShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkloadShareCommandOutput) => void): void;
201
-
202
- upgradeLensReview(args: UpgradeLensReviewCommandInput, options?: __HttpHandlerOptions): Promise<UpgradeLensReviewCommandOutput>;
203
- upgradeLensReview(args: UpgradeLensReviewCommandInput, cb: (err: any, data?: UpgradeLensReviewCommandOutput) => void): void;
204
- upgradeLensReview(args: UpgradeLensReviewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpgradeLensReviewCommandOutput) => void): void;
205
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ AssociateLensesCommandInput,
4
+ AssociateLensesCommandOutput,
5
+ } from "./commands/AssociateLensesCommand";
6
+ import {
7
+ CreateLensShareCommandInput,
8
+ CreateLensShareCommandOutput,
9
+ } from "./commands/CreateLensShareCommand";
10
+ import {
11
+ CreateLensVersionCommandInput,
12
+ CreateLensVersionCommandOutput,
13
+ } from "./commands/CreateLensVersionCommand";
14
+ import {
15
+ CreateMilestoneCommandInput,
16
+ CreateMilestoneCommandOutput,
17
+ } from "./commands/CreateMilestoneCommand";
18
+ import {
19
+ CreateWorkloadCommandInput,
20
+ CreateWorkloadCommandOutput,
21
+ } from "./commands/CreateWorkloadCommand";
22
+ import {
23
+ CreateWorkloadShareCommandInput,
24
+ CreateWorkloadShareCommandOutput,
25
+ } from "./commands/CreateWorkloadShareCommand";
26
+ import {
27
+ DeleteLensCommandInput,
28
+ DeleteLensCommandOutput,
29
+ } from "./commands/DeleteLensCommand";
30
+ import {
31
+ DeleteLensShareCommandInput,
32
+ DeleteLensShareCommandOutput,
33
+ } from "./commands/DeleteLensShareCommand";
34
+ import {
35
+ DeleteWorkloadCommandInput,
36
+ DeleteWorkloadCommandOutput,
37
+ } from "./commands/DeleteWorkloadCommand";
38
+ import {
39
+ DeleteWorkloadShareCommandInput,
40
+ DeleteWorkloadShareCommandOutput,
41
+ } from "./commands/DeleteWorkloadShareCommand";
42
+ import {
43
+ DisassociateLensesCommandInput,
44
+ DisassociateLensesCommandOutput,
45
+ } from "./commands/DisassociateLensesCommand";
46
+ import {
47
+ ExportLensCommandInput,
48
+ ExportLensCommandOutput,
49
+ } from "./commands/ExportLensCommand";
50
+ import {
51
+ GetAnswerCommandInput,
52
+ GetAnswerCommandOutput,
53
+ } from "./commands/GetAnswerCommand";
54
+ import {
55
+ GetLensCommandInput,
56
+ GetLensCommandOutput,
57
+ } from "./commands/GetLensCommand";
58
+ import {
59
+ GetLensReviewCommandInput,
60
+ GetLensReviewCommandOutput,
61
+ } from "./commands/GetLensReviewCommand";
62
+ import {
63
+ GetLensReviewReportCommandInput,
64
+ GetLensReviewReportCommandOutput,
65
+ } from "./commands/GetLensReviewReportCommand";
66
+ import {
67
+ GetLensVersionDifferenceCommandInput,
68
+ GetLensVersionDifferenceCommandOutput,
69
+ } from "./commands/GetLensVersionDifferenceCommand";
70
+ import {
71
+ GetMilestoneCommandInput,
72
+ GetMilestoneCommandOutput,
73
+ } from "./commands/GetMilestoneCommand";
74
+ import {
75
+ GetWorkloadCommandInput,
76
+ GetWorkloadCommandOutput,
77
+ } from "./commands/GetWorkloadCommand";
78
+ import {
79
+ ImportLensCommandInput,
80
+ ImportLensCommandOutput,
81
+ } from "./commands/ImportLensCommand";
82
+ import {
83
+ ListAnswersCommandInput,
84
+ ListAnswersCommandOutput,
85
+ } from "./commands/ListAnswersCommand";
86
+ import {
87
+ ListLensesCommandInput,
88
+ ListLensesCommandOutput,
89
+ } from "./commands/ListLensesCommand";
90
+ import {
91
+ ListLensReviewImprovementsCommandInput,
92
+ ListLensReviewImprovementsCommandOutput,
93
+ } from "./commands/ListLensReviewImprovementsCommand";
94
+ import {
95
+ ListLensReviewsCommandInput,
96
+ ListLensReviewsCommandOutput,
97
+ } from "./commands/ListLensReviewsCommand";
98
+ import {
99
+ ListLensSharesCommandInput,
100
+ ListLensSharesCommandOutput,
101
+ } from "./commands/ListLensSharesCommand";
102
+ import {
103
+ ListMilestonesCommandInput,
104
+ ListMilestonesCommandOutput,
105
+ } from "./commands/ListMilestonesCommand";
106
+ import {
107
+ ListNotificationsCommandInput,
108
+ ListNotificationsCommandOutput,
109
+ } from "./commands/ListNotificationsCommand";
110
+ import {
111
+ ListShareInvitationsCommandInput,
112
+ ListShareInvitationsCommandOutput,
113
+ } from "./commands/ListShareInvitationsCommand";
114
+ import {
115
+ ListTagsForResourceCommandInput,
116
+ ListTagsForResourceCommandOutput,
117
+ } from "./commands/ListTagsForResourceCommand";
118
+ import {
119
+ ListWorkloadsCommandInput,
120
+ ListWorkloadsCommandOutput,
121
+ } from "./commands/ListWorkloadsCommand";
122
+ import {
123
+ ListWorkloadSharesCommandInput,
124
+ ListWorkloadSharesCommandOutput,
125
+ } from "./commands/ListWorkloadSharesCommand";
126
+ import {
127
+ TagResourceCommandInput,
128
+ TagResourceCommandOutput,
129
+ } from "./commands/TagResourceCommand";
130
+ import {
131
+ UntagResourceCommandInput,
132
+ UntagResourceCommandOutput,
133
+ } from "./commands/UntagResourceCommand";
134
+ import {
135
+ UpdateAnswerCommandInput,
136
+ UpdateAnswerCommandOutput,
137
+ } from "./commands/UpdateAnswerCommand";
138
+ import {
139
+ UpdateGlobalSettingsCommandInput,
140
+ UpdateGlobalSettingsCommandOutput,
141
+ } from "./commands/UpdateGlobalSettingsCommand";
142
+ import {
143
+ UpdateLensReviewCommandInput,
144
+ UpdateLensReviewCommandOutput,
145
+ } from "./commands/UpdateLensReviewCommand";
146
+ import {
147
+ UpdateShareInvitationCommandInput,
148
+ UpdateShareInvitationCommandOutput,
149
+ } from "./commands/UpdateShareInvitationCommand";
150
+ import {
151
+ UpdateWorkloadCommandInput,
152
+ UpdateWorkloadCommandOutput,
153
+ } from "./commands/UpdateWorkloadCommand";
154
+ import {
155
+ UpdateWorkloadShareCommandInput,
156
+ UpdateWorkloadShareCommandOutput,
157
+ } from "./commands/UpdateWorkloadShareCommand";
158
+ import {
159
+ UpgradeLensReviewCommandInput,
160
+ UpgradeLensReviewCommandOutput,
161
+ } from "./commands/UpgradeLensReviewCommand";
162
+ import { WellArchitectedClient } from "./WellArchitectedClient";
163
+
164
+ export declare class WellArchitected extends WellArchitectedClient {
165
+ associateLenses(
166
+ args: AssociateLensesCommandInput,
167
+ options?: __HttpHandlerOptions
168
+ ): Promise<AssociateLensesCommandOutput>;
169
+ associateLenses(
170
+ args: AssociateLensesCommandInput,
171
+ cb: (err: any, data?: AssociateLensesCommandOutput) => void
172
+ ): void;
173
+ associateLenses(
174
+ args: AssociateLensesCommandInput,
175
+ options: __HttpHandlerOptions,
176
+ cb: (err: any, data?: AssociateLensesCommandOutput) => void
177
+ ): void;
178
+
179
+ createLensShare(
180
+ args: CreateLensShareCommandInput,
181
+ options?: __HttpHandlerOptions
182
+ ): Promise<CreateLensShareCommandOutput>;
183
+ createLensShare(
184
+ args: CreateLensShareCommandInput,
185
+ cb: (err: any, data?: CreateLensShareCommandOutput) => void
186
+ ): void;
187
+ createLensShare(
188
+ args: CreateLensShareCommandInput,
189
+ options: __HttpHandlerOptions,
190
+ cb: (err: any, data?: CreateLensShareCommandOutput) => void
191
+ ): void;
192
+
193
+ createLensVersion(
194
+ args: CreateLensVersionCommandInput,
195
+ options?: __HttpHandlerOptions
196
+ ): Promise<CreateLensVersionCommandOutput>;
197
+ createLensVersion(
198
+ args: CreateLensVersionCommandInput,
199
+ cb: (err: any, data?: CreateLensVersionCommandOutput) => void
200
+ ): void;
201
+ createLensVersion(
202
+ args: CreateLensVersionCommandInput,
203
+ options: __HttpHandlerOptions,
204
+ cb: (err: any, data?: CreateLensVersionCommandOutput) => void
205
+ ): void;
206
+
207
+ createMilestone(
208
+ args: CreateMilestoneCommandInput,
209
+ options?: __HttpHandlerOptions
210
+ ): Promise<CreateMilestoneCommandOutput>;
211
+ createMilestone(
212
+ args: CreateMilestoneCommandInput,
213
+ cb: (err: any, data?: CreateMilestoneCommandOutput) => void
214
+ ): void;
215
+ createMilestone(
216
+ args: CreateMilestoneCommandInput,
217
+ options: __HttpHandlerOptions,
218
+ cb: (err: any, data?: CreateMilestoneCommandOutput) => void
219
+ ): void;
220
+
221
+ createWorkload(
222
+ args: CreateWorkloadCommandInput,
223
+ options?: __HttpHandlerOptions
224
+ ): Promise<CreateWorkloadCommandOutput>;
225
+ createWorkload(
226
+ args: CreateWorkloadCommandInput,
227
+ cb: (err: any, data?: CreateWorkloadCommandOutput) => void
228
+ ): void;
229
+ createWorkload(
230
+ args: CreateWorkloadCommandInput,
231
+ options: __HttpHandlerOptions,
232
+ cb: (err: any, data?: CreateWorkloadCommandOutput) => void
233
+ ): void;
234
+
235
+ createWorkloadShare(
236
+ args: CreateWorkloadShareCommandInput,
237
+ options?: __HttpHandlerOptions
238
+ ): Promise<CreateWorkloadShareCommandOutput>;
239
+ createWorkloadShare(
240
+ args: CreateWorkloadShareCommandInput,
241
+ cb: (err: any, data?: CreateWorkloadShareCommandOutput) => void
242
+ ): void;
243
+ createWorkloadShare(
244
+ args: CreateWorkloadShareCommandInput,
245
+ options: __HttpHandlerOptions,
246
+ cb: (err: any, data?: CreateWorkloadShareCommandOutput) => void
247
+ ): void;
248
+
249
+ deleteLens(
250
+ args: DeleteLensCommandInput,
251
+ options?: __HttpHandlerOptions
252
+ ): Promise<DeleteLensCommandOutput>;
253
+ deleteLens(
254
+ args: DeleteLensCommandInput,
255
+ cb: (err: any, data?: DeleteLensCommandOutput) => void
256
+ ): void;
257
+ deleteLens(
258
+ args: DeleteLensCommandInput,
259
+ options: __HttpHandlerOptions,
260
+ cb: (err: any, data?: DeleteLensCommandOutput) => void
261
+ ): void;
262
+
263
+ deleteLensShare(
264
+ args: DeleteLensShareCommandInput,
265
+ options?: __HttpHandlerOptions
266
+ ): Promise<DeleteLensShareCommandOutput>;
267
+ deleteLensShare(
268
+ args: DeleteLensShareCommandInput,
269
+ cb: (err: any, data?: DeleteLensShareCommandOutput) => void
270
+ ): void;
271
+ deleteLensShare(
272
+ args: DeleteLensShareCommandInput,
273
+ options: __HttpHandlerOptions,
274
+ cb: (err: any, data?: DeleteLensShareCommandOutput) => void
275
+ ): void;
276
+
277
+ deleteWorkload(
278
+ args: DeleteWorkloadCommandInput,
279
+ options?: __HttpHandlerOptions
280
+ ): Promise<DeleteWorkloadCommandOutput>;
281
+ deleteWorkload(
282
+ args: DeleteWorkloadCommandInput,
283
+ cb: (err: any, data?: DeleteWorkloadCommandOutput) => void
284
+ ): void;
285
+ deleteWorkload(
286
+ args: DeleteWorkloadCommandInput,
287
+ options: __HttpHandlerOptions,
288
+ cb: (err: any, data?: DeleteWorkloadCommandOutput) => void
289
+ ): void;
290
+
291
+ deleteWorkloadShare(
292
+ args: DeleteWorkloadShareCommandInput,
293
+ options?: __HttpHandlerOptions
294
+ ): Promise<DeleteWorkloadShareCommandOutput>;
295
+ deleteWorkloadShare(
296
+ args: DeleteWorkloadShareCommandInput,
297
+ cb: (err: any, data?: DeleteWorkloadShareCommandOutput) => void
298
+ ): void;
299
+ deleteWorkloadShare(
300
+ args: DeleteWorkloadShareCommandInput,
301
+ options: __HttpHandlerOptions,
302
+ cb: (err: any, data?: DeleteWorkloadShareCommandOutput) => void
303
+ ): void;
304
+
305
+ disassociateLenses(
306
+ args: DisassociateLensesCommandInput,
307
+ options?: __HttpHandlerOptions
308
+ ): Promise<DisassociateLensesCommandOutput>;
309
+ disassociateLenses(
310
+ args: DisassociateLensesCommandInput,
311
+ cb: (err: any, data?: DisassociateLensesCommandOutput) => void
312
+ ): void;
313
+ disassociateLenses(
314
+ args: DisassociateLensesCommandInput,
315
+ options: __HttpHandlerOptions,
316
+ cb: (err: any, data?: DisassociateLensesCommandOutput) => void
317
+ ): void;
318
+
319
+ exportLens(
320
+ args: ExportLensCommandInput,
321
+ options?: __HttpHandlerOptions
322
+ ): Promise<ExportLensCommandOutput>;
323
+ exportLens(
324
+ args: ExportLensCommandInput,
325
+ cb: (err: any, data?: ExportLensCommandOutput) => void
326
+ ): void;
327
+ exportLens(
328
+ args: ExportLensCommandInput,
329
+ options: __HttpHandlerOptions,
330
+ cb: (err: any, data?: ExportLensCommandOutput) => void
331
+ ): void;
332
+
333
+ getAnswer(
334
+ args: GetAnswerCommandInput,
335
+ options?: __HttpHandlerOptions
336
+ ): Promise<GetAnswerCommandOutput>;
337
+ getAnswer(
338
+ args: GetAnswerCommandInput,
339
+ cb: (err: any, data?: GetAnswerCommandOutput) => void
340
+ ): void;
341
+ getAnswer(
342
+ args: GetAnswerCommandInput,
343
+ options: __HttpHandlerOptions,
344
+ cb: (err: any, data?: GetAnswerCommandOutput) => void
345
+ ): void;
346
+
347
+ getLens(
348
+ args: GetLensCommandInput,
349
+ options?: __HttpHandlerOptions
350
+ ): Promise<GetLensCommandOutput>;
351
+ getLens(
352
+ args: GetLensCommandInput,
353
+ cb: (err: any, data?: GetLensCommandOutput) => void
354
+ ): void;
355
+ getLens(
356
+ args: GetLensCommandInput,
357
+ options: __HttpHandlerOptions,
358
+ cb: (err: any, data?: GetLensCommandOutput) => void
359
+ ): void;
360
+
361
+ getLensReview(
362
+ args: GetLensReviewCommandInput,
363
+ options?: __HttpHandlerOptions
364
+ ): Promise<GetLensReviewCommandOutput>;
365
+ getLensReview(
366
+ args: GetLensReviewCommandInput,
367
+ cb: (err: any, data?: GetLensReviewCommandOutput) => void
368
+ ): void;
369
+ getLensReview(
370
+ args: GetLensReviewCommandInput,
371
+ options: __HttpHandlerOptions,
372
+ cb: (err: any, data?: GetLensReviewCommandOutput) => void
373
+ ): void;
374
+
375
+ getLensReviewReport(
376
+ args: GetLensReviewReportCommandInput,
377
+ options?: __HttpHandlerOptions
378
+ ): Promise<GetLensReviewReportCommandOutput>;
379
+ getLensReviewReport(
380
+ args: GetLensReviewReportCommandInput,
381
+ cb: (err: any, data?: GetLensReviewReportCommandOutput) => void
382
+ ): void;
383
+ getLensReviewReport(
384
+ args: GetLensReviewReportCommandInput,
385
+ options: __HttpHandlerOptions,
386
+ cb: (err: any, data?: GetLensReviewReportCommandOutput) => void
387
+ ): void;
388
+
389
+ getLensVersionDifference(
390
+ args: GetLensVersionDifferenceCommandInput,
391
+ options?: __HttpHandlerOptions
392
+ ): Promise<GetLensVersionDifferenceCommandOutput>;
393
+ getLensVersionDifference(
394
+ args: GetLensVersionDifferenceCommandInput,
395
+ cb: (err: any, data?: GetLensVersionDifferenceCommandOutput) => void
396
+ ): void;
397
+ getLensVersionDifference(
398
+ args: GetLensVersionDifferenceCommandInput,
399
+ options: __HttpHandlerOptions,
400
+ cb: (err: any, data?: GetLensVersionDifferenceCommandOutput) => void
401
+ ): void;
402
+
403
+ getMilestone(
404
+ args: GetMilestoneCommandInput,
405
+ options?: __HttpHandlerOptions
406
+ ): Promise<GetMilestoneCommandOutput>;
407
+ getMilestone(
408
+ args: GetMilestoneCommandInput,
409
+ cb: (err: any, data?: GetMilestoneCommandOutput) => void
410
+ ): void;
411
+ getMilestone(
412
+ args: GetMilestoneCommandInput,
413
+ options: __HttpHandlerOptions,
414
+ cb: (err: any, data?: GetMilestoneCommandOutput) => void
415
+ ): void;
416
+
417
+ getWorkload(
418
+ args: GetWorkloadCommandInput,
419
+ options?: __HttpHandlerOptions
420
+ ): Promise<GetWorkloadCommandOutput>;
421
+ getWorkload(
422
+ args: GetWorkloadCommandInput,
423
+ cb: (err: any, data?: GetWorkloadCommandOutput) => void
424
+ ): void;
425
+ getWorkload(
426
+ args: GetWorkloadCommandInput,
427
+ options: __HttpHandlerOptions,
428
+ cb: (err: any, data?: GetWorkloadCommandOutput) => void
429
+ ): void;
430
+
431
+ importLens(
432
+ args: ImportLensCommandInput,
433
+ options?: __HttpHandlerOptions
434
+ ): Promise<ImportLensCommandOutput>;
435
+ importLens(
436
+ args: ImportLensCommandInput,
437
+ cb: (err: any, data?: ImportLensCommandOutput) => void
438
+ ): void;
439
+ importLens(
440
+ args: ImportLensCommandInput,
441
+ options: __HttpHandlerOptions,
442
+ cb: (err: any, data?: ImportLensCommandOutput) => void
443
+ ): void;
444
+
445
+ listAnswers(
446
+ args: ListAnswersCommandInput,
447
+ options?: __HttpHandlerOptions
448
+ ): Promise<ListAnswersCommandOutput>;
449
+ listAnswers(
450
+ args: ListAnswersCommandInput,
451
+ cb: (err: any, data?: ListAnswersCommandOutput) => void
452
+ ): void;
453
+ listAnswers(
454
+ args: ListAnswersCommandInput,
455
+ options: __HttpHandlerOptions,
456
+ cb: (err: any, data?: ListAnswersCommandOutput) => void
457
+ ): void;
458
+
459
+ listLenses(
460
+ args: ListLensesCommandInput,
461
+ options?: __HttpHandlerOptions
462
+ ): Promise<ListLensesCommandOutput>;
463
+ listLenses(
464
+ args: ListLensesCommandInput,
465
+ cb: (err: any, data?: ListLensesCommandOutput) => void
466
+ ): void;
467
+ listLenses(
468
+ args: ListLensesCommandInput,
469
+ options: __HttpHandlerOptions,
470
+ cb: (err: any, data?: ListLensesCommandOutput) => void
471
+ ): void;
472
+
473
+ listLensReviewImprovements(
474
+ args: ListLensReviewImprovementsCommandInput,
475
+ options?: __HttpHandlerOptions
476
+ ): Promise<ListLensReviewImprovementsCommandOutput>;
477
+ listLensReviewImprovements(
478
+ args: ListLensReviewImprovementsCommandInput,
479
+ cb: (err: any, data?: ListLensReviewImprovementsCommandOutput) => void
480
+ ): void;
481
+ listLensReviewImprovements(
482
+ args: ListLensReviewImprovementsCommandInput,
483
+ options: __HttpHandlerOptions,
484
+ cb: (err: any, data?: ListLensReviewImprovementsCommandOutput) => void
485
+ ): void;
486
+
487
+ listLensReviews(
488
+ args: ListLensReviewsCommandInput,
489
+ options?: __HttpHandlerOptions
490
+ ): Promise<ListLensReviewsCommandOutput>;
491
+ listLensReviews(
492
+ args: ListLensReviewsCommandInput,
493
+ cb: (err: any, data?: ListLensReviewsCommandOutput) => void
494
+ ): void;
495
+ listLensReviews(
496
+ args: ListLensReviewsCommandInput,
497
+ options: __HttpHandlerOptions,
498
+ cb: (err: any, data?: ListLensReviewsCommandOutput) => void
499
+ ): void;
500
+
501
+ listLensShares(
502
+ args: ListLensSharesCommandInput,
503
+ options?: __HttpHandlerOptions
504
+ ): Promise<ListLensSharesCommandOutput>;
505
+ listLensShares(
506
+ args: ListLensSharesCommandInput,
507
+ cb: (err: any, data?: ListLensSharesCommandOutput) => void
508
+ ): void;
509
+ listLensShares(
510
+ args: ListLensSharesCommandInput,
511
+ options: __HttpHandlerOptions,
512
+ cb: (err: any, data?: ListLensSharesCommandOutput) => void
513
+ ): void;
514
+
515
+ listMilestones(
516
+ args: ListMilestonesCommandInput,
517
+ options?: __HttpHandlerOptions
518
+ ): Promise<ListMilestonesCommandOutput>;
519
+ listMilestones(
520
+ args: ListMilestonesCommandInput,
521
+ cb: (err: any, data?: ListMilestonesCommandOutput) => void
522
+ ): void;
523
+ listMilestones(
524
+ args: ListMilestonesCommandInput,
525
+ options: __HttpHandlerOptions,
526
+ cb: (err: any, data?: ListMilestonesCommandOutput) => void
527
+ ): void;
528
+
529
+ listNotifications(
530
+ args: ListNotificationsCommandInput,
531
+ options?: __HttpHandlerOptions
532
+ ): Promise<ListNotificationsCommandOutput>;
533
+ listNotifications(
534
+ args: ListNotificationsCommandInput,
535
+ cb: (err: any, data?: ListNotificationsCommandOutput) => void
536
+ ): void;
537
+ listNotifications(
538
+ args: ListNotificationsCommandInput,
539
+ options: __HttpHandlerOptions,
540
+ cb: (err: any, data?: ListNotificationsCommandOutput) => void
541
+ ): void;
542
+
543
+ listShareInvitations(
544
+ args: ListShareInvitationsCommandInput,
545
+ options?: __HttpHandlerOptions
546
+ ): Promise<ListShareInvitationsCommandOutput>;
547
+ listShareInvitations(
548
+ args: ListShareInvitationsCommandInput,
549
+ cb: (err: any, data?: ListShareInvitationsCommandOutput) => void
550
+ ): void;
551
+ listShareInvitations(
552
+ args: ListShareInvitationsCommandInput,
553
+ options: __HttpHandlerOptions,
554
+ cb: (err: any, data?: ListShareInvitationsCommandOutput) => void
555
+ ): void;
556
+
557
+ listTagsForResource(
558
+ args: ListTagsForResourceCommandInput,
559
+ options?: __HttpHandlerOptions
560
+ ): Promise<ListTagsForResourceCommandOutput>;
561
+ listTagsForResource(
562
+ args: ListTagsForResourceCommandInput,
563
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
564
+ ): void;
565
+ listTagsForResource(
566
+ args: ListTagsForResourceCommandInput,
567
+ options: __HttpHandlerOptions,
568
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
569
+ ): void;
570
+
571
+ listWorkloads(
572
+ args: ListWorkloadsCommandInput,
573
+ options?: __HttpHandlerOptions
574
+ ): Promise<ListWorkloadsCommandOutput>;
575
+ listWorkloads(
576
+ args: ListWorkloadsCommandInput,
577
+ cb: (err: any, data?: ListWorkloadsCommandOutput) => void
578
+ ): void;
579
+ listWorkloads(
580
+ args: ListWorkloadsCommandInput,
581
+ options: __HttpHandlerOptions,
582
+ cb: (err: any, data?: ListWorkloadsCommandOutput) => void
583
+ ): void;
584
+
585
+ listWorkloadShares(
586
+ args: ListWorkloadSharesCommandInput,
587
+ options?: __HttpHandlerOptions
588
+ ): Promise<ListWorkloadSharesCommandOutput>;
589
+ listWorkloadShares(
590
+ args: ListWorkloadSharesCommandInput,
591
+ cb: (err: any, data?: ListWorkloadSharesCommandOutput) => void
592
+ ): void;
593
+ listWorkloadShares(
594
+ args: ListWorkloadSharesCommandInput,
595
+ options: __HttpHandlerOptions,
596
+ cb: (err: any, data?: ListWorkloadSharesCommandOutput) => void
597
+ ): void;
598
+
599
+ tagResource(
600
+ args: TagResourceCommandInput,
601
+ options?: __HttpHandlerOptions
602
+ ): Promise<TagResourceCommandOutput>;
603
+ tagResource(
604
+ args: TagResourceCommandInput,
605
+ cb: (err: any, data?: TagResourceCommandOutput) => void
606
+ ): void;
607
+ tagResource(
608
+ args: TagResourceCommandInput,
609
+ options: __HttpHandlerOptions,
610
+ cb: (err: any, data?: TagResourceCommandOutput) => void
611
+ ): void;
612
+
613
+ untagResource(
614
+ args: UntagResourceCommandInput,
615
+ options?: __HttpHandlerOptions
616
+ ): Promise<UntagResourceCommandOutput>;
617
+ untagResource(
618
+ args: UntagResourceCommandInput,
619
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
620
+ ): void;
621
+ untagResource(
622
+ args: UntagResourceCommandInput,
623
+ options: __HttpHandlerOptions,
624
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
625
+ ): void;
626
+
627
+ updateAnswer(
628
+ args: UpdateAnswerCommandInput,
629
+ options?: __HttpHandlerOptions
630
+ ): Promise<UpdateAnswerCommandOutput>;
631
+ updateAnswer(
632
+ args: UpdateAnswerCommandInput,
633
+ cb: (err: any, data?: UpdateAnswerCommandOutput) => void
634
+ ): void;
635
+ updateAnswer(
636
+ args: UpdateAnswerCommandInput,
637
+ options: __HttpHandlerOptions,
638
+ cb: (err: any, data?: UpdateAnswerCommandOutput) => void
639
+ ): void;
640
+
641
+ updateGlobalSettings(
642
+ args: UpdateGlobalSettingsCommandInput,
643
+ options?: __HttpHandlerOptions
644
+ ): Promise<UpdateGlobalSettingsCommandOutput>;
645
+ updateGlobalSettings(
646
+ args: UpdateGlobalSettingsCommandInput,
647
+ cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void
648
+ ): void;
649
+ updateGlobalSettings(
650
+ args: UpdateGlobalSettingsCommandInput,
651
+ options: __HttpHandlerOptions,
652
+ cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void
653
+ ): void;
654
+
655
+ updateLensReview(
656
+ args: UpdateLensReviewCommandInput,
657
+ options?: __HttpHandlerOptions
658
+ ): Promise<UpdateLensReviewCommandOutput>;
659
+ updateLensReview(
660
+ args: UpdateLensReviewCommandInput,
661
+ cb: (err: any, data?: UpdateLensReviewCommandOutput) => void
662
+ ): void;
663
+ updateLensReview(
664
+ args: UpdateLensReviewCommandInput,
665
+ options: __HttpHandlerOptions,
666
+ cb: (err: any, data?: UpdateLensReviewCommandOutput) => void
667
+ ): void;
668
+
669
+ updateShareInvitation(
670
+ args: UpdateShareInvitationCommandInput,
671
+ options?: __HttpHandlerOptions
672
+ ): Promise<UpdateShareInvitationCommandOutput>;
673
+ updateShareInvitation(
674
+ args: UpdateShareInvitationCommandInput,
675
+ cb: (err: any, data?: UpdateShareInvitationCommandOutput) => void
676
+ ): void;
677
+ updateShareInvitation(
678
+ args: UpdateShareInvitationCommandInput,
679
+ options: __HttpHandlerOptions,
680
+ cb: (err: any, data?: UpdateShareInvitationCommandOutput) => void
681
+ ): void;
682
+
683
+ updateWorkload(
684
+ args: UpdateWorkloadCommandInput,
685
+ options?: __HttpHandlerOptions
686
+ ): Promise<UpdateWorkloadCommandOutput>;
687
+ updateWorkload(
688
+ args: UpdateWorkloadCommandInput,
689
+ cb: (err: any, data?: UpdateWorkloadCommandOutput) => void
690
+ ): void;
691
+ updateWorkload(
692
+ args: UpdateWorkloadCommandInput,
693
+ options: __HttpHandlerOptions,
694
+ cb: (err: any, data?: UpdateWorkloadCommandOutput) => void
695
+ ): void;
696
+
697
+ updateWorkloadShare(
698
+ args: UpdateWorkloadShareCommandInput,
699
+ options?: __HttpHandlerOptions
700
+ ): Promise<UpdateWorkloadShareCommandOutput>;
701
+ updateWorkloadShare(
702
+ args: UpdateWorkloadShareCommandInput,
703
+ cb: (err: any, data?: UpdateWorkloadShareCommandOutput) => void
704
+ ): void;
705
+ updateWorkloadShare(
706
+ args: UpdateWorkloadShareCommandInput,
707
+ options: __HttpHandlerOptions,
708
+ cb: (err: any, data?: UpdateWorkloadShareCommandOutput) => void
709
+ ): void;
710
+
711
+ upgradeLensReview(
712
+ args: UpgradeLensReviewCommandInput,
713
+ options?: __HttpHandlerOptions
714
+ ): Promise<UpgradeLensReviewCommandOutput>;
715
+ upgradeLensReview(
716
+ args: UpgradeLensReviewCommandInput,
717
+ cb: (err: any, data?: UpgradeLensReviewCommandOutput) => void
718
+ ): void;
719
+ upgradeLensReview(
720
+ args: UpgradeLensReviewCommandInput,
721
+ options: __HttpHandlerOptions,
722
+ cb: (err: any, data?: UpgradeLensReviewCommandOutput) => void
723
+ ): void;
724
+ }