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