aws-sdk 2.810.0 → 2.814.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 (86) hide show
  1. package/CHANGELOG.md +35 -1
  2. package/README.md +2 -3
  3. package/apis/amp-2020-08-01.examples.json +5 -0
  4. package/apis/amp-2020-08-01.min.json +211 -0
  5. package/apis/amp-2020-08-01.paginators.json +10 -0
  6. package/apis/ce-2017-10-25.min.json +101 -97
  7. package/apis/config-2014-11-12.min.json +40 -6
  8. package/apis/dlm-2018-01-12.min.json +104 -16
  9. package/apis/ec2-2016-11-15.min.json +11 -0
  10. package/apis/greengrassv2-2020-11-30.examples.json +5 -0
  11. package/apis/greengrassv2-2020-11-30.min.json +1069 -0
  12. package/apis/greengrassv2-2020-11-30.paginators.json +40 -0
  13. package/apis/imagebuilder-2019-12-02.min.json +375 -88
  14. package/apis/imagebuilder-2019-12-02.paginators.json +24 -9
  15. package/apis/iot-2015-05-28.min.json +904 -278
  16. package/apis/iot-2015-05-28.paginators.json +24 -0
  17. package/apis/iotanalytics-2017-11-27.min.json +79 -27
  18. package/apis/iotdeviceadvisor-2020-09-18.examples.json +5 -0
  19. package/apis/iotdeviceadvisor-2020-09-18.min.json +596 -0
  20. package/apis/iotdeviceadvisor-2020-09-18.paginators.json +19 -0
  21. package/apis/iotfleethub-2020-11-03.examples.json +5 -0
  22. package/apis/iotfleethub-2020-11-03.min.json +292 -0
  23. package/apis/iotfleethub-2020-11-03.paginators.json +9 -0
  24. package/apis/iotwireless-2020-11-22.examples.json +5 -0
  25. package/apis/iotwireless-2020-11-22.min.json +1832 -0
  26. package/apis/iotwireless-2020-11-22.paginators.json +29 -0
  27. package/apis/kms-2014-11-01.examples.json +7 -4
  28. package/apis/kms-2014-11-01.min.json +7 -1
  29. package/apis/lambda-2015-03-31.examples.json +6 -6
  30. package/apis/lambda-2015-03-31.min.json +140 -100
  31. package/apis/location-2020-11-19.examples.json +5 -0
  32. package/apis/location-2020-11-19.min.json +1759 -0
  33. package/apis/location-2020-11-19.paginators.json +44 -0
  34. package/apis/metadata.json +21 -0
  35. package/apis/quicksight-2018-04-01.min.json +120 -119
  36. package/apis/rds-2014-10-31.min.json +192 -172
  37. package/apis/route53-2013-04-01.min.json +372 -96
  38. package/apis/route53resolver-2018-04-01.min.json +81 -6
  39. package/apis/route53resolver-2018-04-01.paginators.json +6 -0
  40. package/apis/servicecatalog-2015-12-10.min.json +187 -117
  41. package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
  42. package/apis/ssm-2014-11-06.min.json +606 -293
  43. package/apis/ssm-2014-11-06.paginators.json +12 -0
  44. package/apis/wellarchitected-2020-03-31.examples.json +5 -0
  45. package/apis/wellarchitected-2020-03-31.min.json +1329 -0
  46. package/apis/wellarchitected-2020-03-31.paginators.json +49 -0
  47. package/clients/all.d.ts +7 -0
  48. package/clients/all.js +8 -1
  49. package/clients/amp.d.ts +220 -0
  50. package/clients/amp.js +18 -0
  51. package/clients/configservice.d.ts +49 -28
  52. package/clients/costexplorer.d.ts +3 -2
  53. package/clients/dlm.d.ts +99 -7
  54. package/clients/ec2.d.ts +14 -2
  55. package/clients/greengrassv2.d.ts +1270 -0
  56. package/clients/greengrassv2.js +18 -0
  57. package/clients/imagebuilder.d.ts +433 -5
  58. package/clients/iot.d.ts +770 -60
  59. package/clients/iotanalytics.d.ts +68 -2
  60. package/clients/iotdeviceadvisor.d.ts +710 -0
  61. package/clients/iotdeviceadvisor.js +18 -0
  62. package/clients/iotfleethub.d.ts +315 -0
  63. package/clients/iotfleethub.js +18 -0
  64. package/clients/iotwireless.d.ts +2124 -0
  65. package/clients/iotwireless.js +18 -0
  66. package/clients/kms.d.ts +117 -109
  67. package/clients/lambda.d.ts +63 -17
  68. package/clients/location.d.ts +1498 -0
  69. package/clients/location.js +18 -0
  70. package/clients/quicksight.d.ts +15 -10
  71. package/clients/rds.d.ts +41 -14
  72. package/clients/route53.d.ts +247 -1
  73. package/clients/route53resolver.d.ts +105 -8
  74. package/clients/servicecatalog.d.ts +122 -14
  75. package/clients/sqs.d.ts +23 -23
  76. package/clients/ssm.d.ts +534 -31
  77. package/clients/wellarchitected.d.ts +871 -0
  78. package/clients/wellarchitected.js +18 -0
  79. package/dist/aws-sdk-core-react-native.js +7 -2
  80. package/dist/aws-sdk-react-native.js +293 -24
  81. package/dist/aws-sdk.js +2709 -1190
  82. package/dist/aws-sdk.min.js +81 -81
  83. package/lib/config_service_placeholders.d.ts +14 -0
  84. package/lib/core.js +1 -1
  85. package/lib/util.js +5 -0
  86. package/package.json +1 -1
@@ -0,0 +1,871 @@
1
+ import {Request} from '../lib/request';
2
+ import {Response} from '../lib/response';
3
+ import {AWSError} from '../lib/error';
4
+ import {Service} from '../lib/service';
5
+ import {ServiceConfigurationOptions} from '../lib/service';
6
+ import {ConfigBase as Config} from '../lib/config-base';
7
+ interface Blob {}
8
+ declare class WellArchitected extends Service {
9
+ /**
10
+ * Constructs a service object. This object has one method for each API operation.
11
+ */
12
+ constructor(options?: WellArchitected.Types.ClientConfiguration)
13
+ config: Config & WellArchitected.Types.ClientConfiguration;
14
+ /**
15
+ * Associate a lens to a workload.
16
+ */
17
+ associateLenses(params: WellArchitected.Types.AssociateLensesInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
18
+ /**
19
+ * Associate a lens to a workload.
20
+ */
21
+ associateLenses(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
22
+ /**
23
+ * Create a milestone for an existing workload.
24
+ */
25
+ createMilestone(params: WellArchitected.Types.CreateMilestoneInput, callback?: (err: AWSError, data: WellArchitected.Types.CreateMilestoneOutput) => void): Request<WellArchitected.Types.CreateMilestoneOutput, AWSError>;
26
+ /**
27
+ * Create a milestone for an existing workload.
28
+ */
29
+ createMilestone(callback?: (err: AWSError, data: WellArchitected.Types.CreateMilestoneOutput) => void): Request<WellArchitected.Types.CreateMilestoneOutput, AWSError>;
30
+ /**
31
+ * Create a new workload. The owner of a workload can share the workload with other AWS accounts and IAM users in the same AWS Region. Only the owner of a workload can delete it. For more information, see Defining a Workload in the AWS Well-Architected Tool User Guide.
32
+ */
33
+ createWorkload(params: WellArchitected.Types.CreateWorkloadInput, callback?: (err: AWSError, data: WellArchitected.Types.CreateWorkloadOutput) => void): Request<WellArchitected.Types.CreateWorkloadOutput, AWSError>;
34
+ /**
35
+ * Create a new workload. The owner of a workload can share the workload with other AWS accounts and IAM users in the same AWS Region. Only the owner of a workload can delete it. For more information, see Defining a Workload in the AWS Well-Architected Tool User Guide.
36
+ */
37
+ createWorkload(callback?: (err: AWSError, data: WellArchitected.Types.CreateWorkloadOutput) => void): Request<WellArchitected.Types.CreateWorkloadOutput, AWSError>;
38
+ /**
39
+ * Create a workload share. The owner of a workload can share it with other AWS accounts and IAM users in the same AWS Region. Shared access to a workload is not removed until the workload invitation is deleted. For more information, see Sharing a Workload in the AWS Well-Architected Tool User Guide.
40
+ */
41
+ createWorkloadShare(params: WellArchitected.Types.CreateWorkloadShareInput, callback?: (err: AWSError, data: WellArchitected.Types.CreateWorkloadShareOutput) => void): Request<WellArchitected.Types.CreateWorkloadShareOutput, AWSError>;
42
+ /**
43
+ * Create a workload share. The owner of a workload can share it with other AWS accounts and IAM users in the same AWS Region. Shared access to a workload is not removed until the workload invitation is deleted. For more information, see Sharing a Workload in the AWS Well-Architected Tool User Guide.
44
+ */
45
+ createWorkloadShare(callback?: (err: AWSError, data: WellArchitected.Types.CreateWorkloadShareOutput) => void): Request<WellArchitected.Types.CreateWorkloadShareOutput, AWSError>;
46
+ /**
47
+ * Delete an existing workload.
48
+ */
49
+ deleteWorkload(params: WellArchitected.Types.DeleteWorkloadInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
50
+ /**
51
+ * Delete an existing workload.
52
+ */
53
+ deleteWorkload(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
54
+ /**
55
+ * Delete a workload share.
56
+ */
57
+ deleteWorkloadShare(params: WellArchitected.Types.DeleteWorkloadShareInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
58
+ /**
59
+ * Delete a workload share.
60
+ */
61
+ deleteWorkloadShare(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
62
+ /**
63
+ * Disassociate a lens from a workload. The AWS Well-Architected Framework lens (wellarchitected) cannot be removed from a workload.
64
+ */
65
+ disassociateLenses(params: WellArchitected.Types.DisassociateLensesInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
66
+ /**
67
+ * Disassociate a lens from a workload. The AWS Well-Architected Framework lens (wellarchitected) cannot be removed from a workload.
68
+ */
69
+ disassociateLenses(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
70
+ /**
71
+ * Get lens review.
72
+ */
73
+ getAnswer(params: WellArchitected.Types.GetAnswerInput, callback?: (err: AWSError, data: WellArchitected.Types.GetAnswerOutput) => void): Request<WellArchitected.Types.GetAnswerOutput, AWSError>;
74
+ /**
75
+ * Get lens review.
76
+ */
77
+ getAnswer(callback?: (err: AWSError, data: WellArchitected.Types.GetAnswerOutput) => void): Request<WellArchitected.Types.GetAnswerOutput, AWSError>;
78
+ /**
79
+ * Get lens review.
80
+ */
81
+ getLensReview(params: WellArchitected.Types.GetLensReviewInput, callback?: (err: AWSError, data: WellArchitected.Types.GetLensReviewOutput) => void): Request<WellArchitected.Types.GetLensReviewOutput, AWSError>;
82
+ /**
83
+ * Get lens review.
84
+ */
85
+ getLensReview(callback?: (err: AWSError, data: WellArchitected.Types.GetLensReviewOutput) => void): Request<WellArchitected.Types.GetLensReviewOutput, AWSError>;
86
+ /**
87
+ * Get lens review report.
88
+ */
89
+ getLensReviewReport(params: WellArchitected.Types.GetLensReviewReportInput, callback?: (err: AWSError, data: WellArchitected.Types.GetLensReviewReportOutput) => void): Request<WellArchitected.Types.GetLensReviewReportOutput, AWSError>;
90
+ /**
91
+ * Get lens review report.
92
+ */
93
+ getLensReviewReport(callback?: (err: AWSError, data: WellArchitected.Types.GetLensReviewReportOutput) => void): Request<WellArchitected.Types.GetLensReviewReportOutput, AWSError>;
94
+ /**
95
+ * Get lens version differences.
96
+ */
97
+ getLensVersionDifference(params: WellArchitected.Types.GetLensVersionDifferenceInput, callback?: (err: AWSError, data: WellArchitected.Types.GetLensVersionDifferenceOutput) => void): Request<WellArchitected.Types.GetLensVersionDifferenceOutput, AWSError>;
98
+ /**
99
+ * Get lens version differences.
100
+ */
101
+ getLensVersionDifference(callback?: (err: AWSError, data: WellArchitected.Types.GetLensVersionDifferenceOutput) => void): Request<WellArchitected.Types.GetLensVersionDifferenceOutput, AWSError>;
102
+ /**
103
+ * Get a milestone for an existing workload.
104
+ */
105
+ getMilestone(params: WellArchitected.Types.GetMilestoneInput, callback?: (err: AWSError, data: WellArchitected.Types.GetMilestoneOutput) => void): Request<WellArchitected.Types.GetMilestoneOutput, AWSError>;
106
+ /**
107
+ * Get a milestone for an existing workload.
108
+ */
109
+ getMilestone(callback?: (err: AWSError, data: WellArchitected.Types.GetMilestoneOutput) => void): Request<WellArchitected.Types.GetMilestoneOutput, AWSError>;
110
+ /**
111
+ * Get an existing workload.
112
+ */
113
+ getWorkload(params: WellArchitected.Types.GetWorkloadInput, callback?: (err: AWSError, data: WellArchitected.Types.GetWorkloadOutput) => void): Request<WellArchitected.Types.GetWorkloadOutput, AWSError>;
114
+ /**
115
+ * Get an existing workload.
116
+ */
117
+ getWorkload(callback?: (err: AWSError, data: WellArchitected.Types.GetWorkloadOutput) => void): Request<WellArchitected.Types.GetWorkloadOutput, AWSError>;
118
+ /**
119
+ * List of answers.
120
+ */
121
+ listAnswers(params: WellArchitected.Types.ListAnswersInput, callback?: (err: AWSError, data: WellArchitected.Types.ListAnswersOutput) => void): Request<WellArchitected.Types.ListAnswersOutput, AWSError>;
122
+ /**
123
+ * List of answers.
124
+ */
125
+ listAnswers(callback?: (err: AWSError, data: WellArchitected.Types.ListAnswersOutput) => void): Request<WellArchitected.Types.ListAnswersOutput, AWSError>;
126
+ /**
127
+ * List lens review improvements.
128
+ */
129
+ listLensReviewImprovements(params: WellArchitected.Types.ListLensReviewImprovementsInput, callback?: (err: AWSError, data: WellArchitected.Types.ListLensReviewImprovementsOutput) => void): Request<WellArchitected.Types.ListLensReviewImprovementsOutput, AWSError>;
130
+ /**
131
+ * List lens review improvements.
132
+ */
133
+ listLensReviewImprovements(callback?: (err: AWSError, data: WellArchitected.Types.ListLensReviewImprovementsOutput) => void): Request<WellArchitected.Types.ListLensReviewImprovementsOutput, AWSError>;
134
+ /**
135
+ * List lens reviews.
136
+ */
137
+ listLensReviews(params: WellArchitected.Types.ListLensReviewsInput, callback?: (err: AWSError, data: WellArchitected.Types.ListLensReviewsOutput) => void): Request<WellArchitected.Types.ListLensReviewsOutput, AWSError>;
138
+ /**
139
+ * List lens reviews.
140
+ */
141
+ listLensReviews(callback?: (err: AWSError, data: WellArchitected.Types.ListLensReviewsOutput) => void): Request<WellArchitected.Types.ListLensReviewsOutput, AWSError>;
142
+ /**
143
+ * List the available lenses.
144
+ */
145
+ listLenses(params: WellArchitected.Types.ListLensesInput, callback?: (err: AWSError, data: WellArchitected.Types.ListLensesOutput) => void): Request<WellArchitected.Types.ListLensesOutput, AWSError>;
146
+ /**
147
+ * List the available lenses.
148
+ */
149
+ listLenses(callback?: (err: AWSError, data: WellArchitected.Types.ListLensesOutput) => void): Request<WellArchitected.Types.ListLensesOutput, AWSError>;
150
+ /**
151
+ * List all milestones for an existing workload.
152
+ */
153
+ listMilestones(params: WellArchitected.Types.ListMilestonesInput, callback?: (err: AWSError, data: WellArchitected.Types.ListMilestonesOutput) => void): Request<WellArchitected.Types.ListMilestonesOutput, AWSError>;
154
+ /**
155
+ * List all milestones for an existing workload.
156
+ */
157
+ listMilestones(callback?: (err: AWSError, data: WellArchitected.Types.ListMilestonesOutput) => void): Request<WellArchitected.Types.ListMilestonesOutput, AWSError>;
158
+ /**
159
+ * List lens notifications.
160
+ */
161
+ listNotifications(params: WellArchitected.Types.ListNotificationsInput, callback?: (err: AWSError, data: WellArchitected.Types.ListNotificationsOutput) => void): Request<WellArchitected.Types.ListNotificationsOutput, AWSError>;
162
+ /**
163
+ * List lens notifications.
164
+ */
165
+ listNotifications(callback?: (err: AWSError, data: WellArchitected.Types.ListNotificationsOutput) => void): Request<WellArchitected.Types.ListNotificationsOutput, AWSError>;
166
+ /**
167
+ * List the workload invitations.
168
+ */
169
+ listShareInvitations(params: WellArchitected.Types.ListShareInvitationsInput, callback?: (err: AWSError, data: WellArchitected.Types.ListShareInvitationsOutput) => void): Request<WellArchitected.Types.ListShareInvitationsOutput, AWSError>;
170
+ /**
171
+ * List the workload invitations.
172
+ */
173
+ listShareInvitations(callback?: (err: AWSError, data: WellArchitected.Types.ListShareInvitationsOutput) => void): Request<WellArchitected.Types.ListShareInvitationsOutput, AWSError>;
174
+ /**
175
+ * List the workload shares associated with the workload.
176
+ */
177
+ listWorkloadShares(params: WellArchitected.Types.ListWorkloadSharesInput, callback?: (err: AWSError, data: WellArchitected.Types.ListWorkloadSharesOutput) => void): Request<WellArchitected.Types.ListWorkloadSharesOutput, AWSError>;
178
+ /**
179
+ * List the workload shares associated with the workload.
180
+ */
181
+ listWorkloadShares(callback?: (err: AWSError, data: WellArchitected.Types.ListWorkloadSharesOutput) => void): Request<WellArchitected.Types.ListWorkloadSharesOutput, AWSError>;
182
+ /**
183
+ * List workloads. Paginated.
184
+ */
185
+ listWorkloads(params: WellArchitected.Types.ListWorkloadsInput, callback?: (err: AWSError, data: WellArchitected.Types.ListWorkloadsOutput) => void): Request<WellArchitected.Types.ListWorkloadsOutput, AWSError>;
186
+ /**
187
+ * List workloads. Paginated.
188
+ */
189
+ listWorkloads(callback?: (err: AWSError, data: WellArchitected.Types.ListWorkloadsOutput) => void): Request<WellArchitected.Types.ListWorkloadsOutput, AWSError>;
190
+ /**
191
+ * Update the answer.
192
+ */
193
+ updateAnswer(params: WellArchitected.Types.UpdateAnswerInput, callback?: (err: AWSError, data: WellArchitected.Types.UpdateAnswerOutput) => void): Request<WellArchitected.Types.UpdateAnswerOutput, AWSError>;
194
+ /**
195
+ * Update the answer.
196
+ */
197
+ updateAnswer(callback?: (err: AWSError, data: WellArchitected.Types.UpdateAnswerOutput) => void): Request<WellArchitected.Types.UpdateAnswerOutput, AWSError>;
198
+ /**
199
+ * Update lens review.
200
+ */
201
+ updateLensReview(params: WellArchitected.Types.UpdateLensReviewInput, callback?: (err: AWSError, data: WellArchitected.Types.UpdateLensReviewOutput) => void): Request<WellArchitected.Types.UpdateLensReviewOutput, AWSError>;
202
+ /**
203
+ * Update lens review.
204
+ */
205
+ updateLensReview(callback?: (err: AWSError, data: WellArchitected.Types.UpdateLensReviewOutput) => void): Request<WellArchitected.Types.UpdateLensReviewOutput, AWSError>;
206
+ /**
207
+ * Update a workload invitation.
208
+ */
209
+ updateShareInvitation(params: WellArchitected.Types.UpdateShareInvitationInput, callback?: (err: AWSError, data: WellArchitected.Types.UpdateShareInvitationOutput) => void): Request<WellArchitected.Types.UpdateShareInvitationOutput, AWSError>;
210
+ /**
211
+ * Update a workload invitation.
212
+ */
213
+ updateShareInvitation(callback?: (err: AWSError, data: WellArchitected.Types.UpdateShareInvitationOutput) => void): Request<WellArchitected.Types.UpdateShareInvitationOutput, AWSError>;
214
+ /**
215
+ * Update an existing workload.
216
+ */
217
+ updateWorkload(params: WellArchitected.Types.UpdateWorkloadInput, callback?: (err: AWSError, data: WellArchitected.Types.UpdateWorkloadOutput) => void): Request<WellArchitected.Types.UpdateWorkloadOutput, AWSError>;
218
+ /**
219
+ * Update an existing workload.
220
+ */
221
+ updateWorkload(callback?: (err: AWSError, data: WellArchitected.Types.UpdateWorkloadOutput) => void): Request<WellArchitected.Types.UpdateWorkloadOutput, AWSError>;
222
+ /**
223
+ * Update a workload share.
224
+ */
225
+ updateWorkloadShare(params: WellArchitected.Types.UpdateWorkloadShareInput, callback?: (err: AWSError, data: WellArchitected.Types.UpdateWorkloadShareOutput) => void): Request<WellArchitected.Types.UpdateWorkloadShareOutput, AWSError>;
226
+ /**
227
+ * Update a workload share.
228
+ */
229
+ updateWorkloadShare(callback?: (err: AWSError, data: WellArchitected.Types.UpdateWorkloadShareOutput) => void): Request<WellArchitected.Types.UpdateWorkloadShareOutput, AWSError>;
230
+ /**
231
+ * Upgrade lens review.
232
+ */
233
+ upgradeLensReview(params: WellArchitected.Types.UpgradeLensReviewInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
234
+ /**
235
+ * Upgrade lens review.
236
+ */
237
+ upgradeLensReview(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
238
+ }
239
+ declare namespace WellArchitected {
240
+ export interface Answer {
241
+ QuestionId?: QuestionId;
242
+ PillarId?: PillarId;
243
+ QuestionTitle?: QuestionTitle;
244
+ QuestionDescription?: QuestionDescription;
245
+ ImprovementPlanUrl?: ImprovementPlanUrl;
246
+ HelpfulResourceUrl?: HelpfulResourceUrl;
247
+ Choices?: Choices;
248
+ SelectedChoices?: SelectedChoices;
249
+ IsApplicable?: IsApplicable;
250
+ Risk?: Risk;
251
+ Notes?: Notes;
252
+ }
253
+ export type AnswerSummaries = AnswerSummary[];
254
+ export interface AnswerSummary {
255
+ QuestionId?: QuestionId;
256
+ PillarId?: PillarId;
257
+ QuestionTitle?: QuestionTitle;
258
+ Choices?: Choices;
259
+ SelectedChoices?: SelectedChoices;
260
+ IsApplicable?: IsApplicable;
261
+ Risk?: Risk;
262
+ }
263
+ export interface AssociateLensesInput {
264
+ WorkloadId: WorkloadId;
265
+ LensAliases: LensAliases;
266
+ }
267
+ export type AwsAccountId = string;
268
+ export type AwsRegion = string;
269
+ export type Base64String = string;
270
+ export interface Choice {
271
+ ChoiceId?: ChoiceId;
272
+ Title?: ChoiceTitle;
273
+ Description?: ChoiceDescription;
274
+ }
275
+ export type ChoiceDescription = string;
276
+ export type ChoiceId = string;
277
+ export type ChoiceTitle = string;
278
+ export type Choices = Choice[];
279
+ export type ClientRequestToken = string;
280
+ export type Count = number;
281
+ export interface CreateMilestoneInput {
282
+ WorkloadId: WorkloadId;
283
+ MilestoneName: MilestoneName;
284
+ ClientRequestToken: ClientRequestToken;
285
+ }
286
+ export interface CreateMilestoneOutput {
287
+ WorkloadId?: WorkloadId;
288
+ MilestoneNumber?: MilestoneNumber;
289
+ }
290
+ export interface CreateWorkloadInput {
291
+ WorkloadName: WorkloadName;
292
+ Description: WorkloadDescription;
293
+ Environment: WorkloadEnvironment;
294
+ AccountIds?: WorkloadAccountIds;
295
+ AwsRegions?: WorkloadAwsRegions;
296
+ NonAwsRegions?: WorkloadNonAwsRegions;
297
+ PillarPriorities?: WorkloadPillarPriorities;
298
+ ArchitecturalDesign?: WorkloadArchitecturalDesign;
299
+ ReviewOwner: WorkloadReviewOwner;
300
+ IndustryType?: WorkloadIndustryType;
301
+ Industry?: WorkloadIndustry;
302
+ Lenses: WorkloadLenses;
303
+ Notes?: Notes;
304
+ ClientRequestToken: ClientRequestToken;
305
+ }
306
+ export interface CreateWorkloadOutput {
307
+ WorkloadId?: WorkloadId;
308
+ WorkloadArn?: WorkloadArn;
309
+ }
310
+ export interface CreateWorkloadShareInput {
311
+ WorkloadId: WorkloadId;
312
+ SharedWith: SharedWith;
313
+ PermissionType: PermissionType;
314
+ ClientRequestToken: ClientRequestToken;
315
+ }
316
+ export interface CreateWorkloadShareOutput {
317
+ WorkloadId?: WorkloadId;
318
+ ShareId?: ShareId;
319
+ }
320
+ export interface DeleteWorkloadInput {
321
+ WorkloadId: WorkloadId;
322
+ ClientRequestToken: ClientRequestToken;
323
+ }
324
+ export interface DeleteWorkloadShareInput {
325
+ ShareId: ShareId;
326
+ WorkloadId: WorkloadId;
327
+ ClientRequestToken: ClientRequestToken;
328
+ }
329
+ export type DifferenceStatus = "UPDATED"|"NEW"|"DELETED"|string;
330
+ export interface DisassociateLensesInput {
331
+ WorkloadId: WorkloadId;
332
+ LensAliases: LensAliases;
333
+ }
334
+ export interface GetAnswerInput {
335
+ WorkloadId: WorkloadId;
336
+ LensAlias: LensAlias;
337
+ QuestionId: QuestionId;
338
+ MilestoneNumber?: MilestoneNumber;
339
+ }
340
+ export interface GetAnswerOutput {
341
+ WorkloadId?: WorkloadId;
342
+ MilestoneNumber?: MilestoneNumber;
343
+ LensAlias?: LensAlias;
344
+ Answer?: Answer;
345
+ }
346
+ export interface GetLensReviewInput {
347
+ WorkloadId: WorkloadId;
348
+ LensAlias: LensAlias;
349
+ MilestoneNumber?: MilestoneNumber;
350
+ }
351
+ export interface GetLensReviewOutput {
352
+ WorkloadId?: WorkloadId;
353
+ MilestoneNumber?: MilestoneNumber;
354
+ LensReview?: LensReview;
355
+ }
356
+ export interface GetLensReviewReportInput {
357
+ WorkloadId: WorkloadId;
358
+ LensAlias: LensAlias;
359
+ MilestoneNumber?: MilestoneNumber;
360
+ }
361
+ export interface GetLensReviewReportOutput {
362
+ WorkloadId?: WorkloadId;
363
+ MilestoneNumber?: MilestoneNumber;
364
+ LensReviewReport?: LensReviewReport;
365
+ }
366
+ export interface GetLensVersionDifferenceInput {
367
+ LensAlias: LensAlias;
368
+ /**
369
+ * The base version of the lens.
370
+ */
371
+ BaseLensVersion: LensVersion;
372
+ }
373
+ export interface GetLensVersionDifferenceOutput {
374
+ LensAlias?: LensAlias;
375
+ /**
376
+ * The base version of the lens.
377
+ */
378
+ BaseLensVersion?: LensVersion;
379
+ /**
380
+ * The latest version of the lens.
381
+ */
382
+ LatestLensVersion?: LensVersion;
383
+ VersionDifferences?: VersionDifferences;
384
+ }
385
+ export interface GetMilestoneInput {
386
+ WorkloadId: WorkloadId;
387
+ MilestoneNumber: MilestoneNumber;
388
+ }
389
+ export interface GetMilestoneOutput {
390
+ WorkloadId?: WorkloadId;
391
+ Milestone?: Milestone;
392
+ }
393
+ export interface GetWorkloadInput {
394
+ WorkloadId: WorkloadId;
395
+ }
396
+ export interface GetWorkloadOutput {
397
+ Workload?: Workload;
398
+ }
399
+ export type HelpfulResourceUrl = string;
400
+ export type ImprovementPlanUrl = string;
401
+ export type ImprovementSummaries = ImprovementSummary[];
402
+ export interface ImprovementSummary {
403
+ QuestionId?: QuestionId;
404
+ PillarId?: PillarId;
405
+ QuestionTitle?: QuestionTitle;
406
+ Risk?: Risk;
407
+ ImprovementPlanUrl?: ImprovementPlanUrl;
408
+ }
409
+ export type IsApplicable = boolean;
410
+ export type IsReviewOwnerUpdateAcknowledged = boolean;
411
+ export type LensAlias = string;
412
+ export type LensAliases = LensAlias[];
413
+ export type LensDescription = string;
414
+ export type LensName = string;
415
+ export interface LensReview {
416
+ LensAlias?: LensAlias;
417
+ /**
418
+ * The version of the lens.
419
+ */
420
+ LensVersion?: LensVersion;
421
+ LensName?: LensName;
422
+ /**
423
+ * The status of the lens.
424
+ */
425
+ LensStatus?: LensStatus;
426
+ PillarReviewSummaries?: PillarReviewSummaries;
427
+ UpdatedAt?: Timestamp;
428
+ Notes?: Notes;
429
+ RiskCounts?: RiskCounts;
430
+ NextToken?: NextToken;
431
+ }
432
+ export interface LensReviewReport {
433
+ LensAlias?: LensAlias;
434
+ Base64String?: Base64String;
435
+ }
436
+ export type LensReviewSummaries = LensReviewSummary[];
437
+ export interface LensReviewSummary {
438
+ LensAlias?: LensAlias;
439
+ /**
440
+ * The version of the lens.
441
+ */
442
+ LensVersion?: LensVersion;
443
+ LensName?: LensName;
444
+ /**
445
+ * The status of the lens.
446
+ */
447
+ LensStatus?: LensStatus;
448
+ UpdatedAt?: Timestamp;
449
+ RiskCounts?: RiskCounts;
450
+ }
451
+ export type LensStatus = "CURRENT"|"NOT_CURRENT"|"DEPRECATED"|string;
452
+ export type LensSummaries = LensSummary[];
453
+ export interface LensSummary {
454
+ LensAlias?: LensAlias;
455
+ /**
456
+ * The version of the lens.
457
+ */
458
+ LensVersion?: LensVersion;
459
+ LensName?: LensName;
460
+ Description?: LensDescription;
461
+ }
462
+ export interface LensUpgradeSummary {
463
+ WorkloadId?: WorkloadId;
464
+ WorkloadName?: WorkloadName;
465
+ LensAlias?: LensAlias;
466
+ /**
467
+ * The current version of the lens.
468
+ */
469
+ CurrentLensVersion?: LensVersion;
470
+ /**
471
+ * The latest version of the lens.
472
+ */
473
+ LatestLensVersion?: LensVersion;
474
+ }
475
+ export type LensVersion = string;
476
+ export interface ListAnswersInput {
477
+ WorkloadId: WorkloadId;
478
+ LensAlias: LensAlias;
479
+ PillarId?: PillarId;
480
+ MilestoneNumber?: MilestoneNumber;
481
+ NextToken?: NextToken;
482
+ /**
483
+ * The maximum number of results to return for this request.
484
+ */
485
+ MaxResults?: ListAnswersMaxResults;
486
+ }
487
+ export type ListAnswersMaxResults = number;
488
+ export interface ListAnswersOutput {
489
+ WorkloadId?: WorkloadId;
490
+ MilestoneNumber?: MilestoneNumber;
491
+ LensAlias?: LensAlias;
492
+ AnswerSummaries?: AnswerSummaries;
493
+ NextToken?: NextToken;
494
+ }
495
+ export interface ListLensReviewImprovementsInput {
496
+ WorkloadId: WorkloadId;
497
+ LensAlias: LensAlias;
498
+ PillarId?: PillarId;
499
+ MilestoneNumber?: MilestoneNumber;
500
+ NextToken?: NextToken;
501
+ /**
502
+ * The maximum number of results to return for this request.
503
+ */
504
+ MaxResults?: ListLensReviewImprovementsMaxResults;
505
+ }
506
+ export type ListLensReviewImprovementsMaxResults = number;
507
+ export interface ListLensReviewImprovementsOutput {
508
+ WorkloadId?: WorkloadId;
509
+ MilestoneNumber?: MilestoneNumber;
510
+ LensAlias?: LensAlias;
511
+ ImprovementSummaries?: ImprovementSummaries;
512
+ NextToken?: NextToken;
513
+ }
514
+ export interface ListLensReviewsInput {
515
+ WorkloadId: WorkloadId;
516
+ MilestoneNumber?: MilestoneNumber;
517
+ NextToken?: NextToken;
518
+ MaxResults?: MaxResults;
519
+ }
520
+ export interface ListLensReviewsOutput {
521
+ WorkloadId?: WorkloadId;
522
+ MilestoneNumber?: MilestoneNumber;
523
+ LensReviewSummaries?: LensReviewSummaries;
524
+ NextToken?: NextToken;
525
+ }
526
+ export interface ListLensesInput {
527
+ NextToken?: NextToken;
528
+ MaxResults?: MaxResults;
529
+ }
530
+ export interface ListLensesOutput {
531
+ LensSummaries?: LensSummaries;
532
+ NextToken?: NextToken;
533
+ }
534
+ export interface ListMilestonesInput {
535
+ WorkloadId: WorkloadId;
536
+ NextToken?: NextToken;
537
+ MaxResults?: MaxResults;
538
+ }
539
+ export interface ListMilestonesOutput {
540
+ WorkloadId?: WorkloadId;
541
+ MilestoneSummaries?: MilestoneSummaries;
542
+ NextToken?: NextToken;
543
+ }
544
+ export interface ListNotificationsInput {
545
+ WorkloadId?: WorkloadId;
546
+ NextToken?: NextToken;
547
+ /**
548
+ * The maximum number of results to return for this request.
549
+ */
550
+ MaxResults?: ListNotificationsMaxResults;
551
+ }
552
+ export type ListNotificationsMaxResults = number;
553
+ export interface ListNotificationsOutput {
554
+ /**
555
+ * List of lens notification summaries in a workload.
556
+ */
557
+ NotificationSummaries?: NotificationSummaries;
558
+ NextToken?: NextToken;
559
+ }
560
+ export interface ListShareInvitationsInput {
561
+ WorkloadNamePrefix?: WorkloadNamePrefix;
562
+ NextToken?: NextToken;
563
+ /**
564
+ * The maximum number of results to return for this request.
565
+ */
566
+ MaxResults?: ListShareInvitationsMaxResults;
567
+ }
568
+ export type ListShareInvitationsMaxResults = number;
569
+ export interface ListShareInvitationsOutput {
570
+ /**
571
+ * List of share invitation summaries in a workload.
572
+ */
573
+ ShareInvitationSummaries?: ShareInvitationSummaries;
574
+ NextToken?: NextToken;
575
+ }
576
+ export interface ListWorkloadSharesInput {
577
+ WorkloadId: WorkloadId;
578
+ /**
579
+ * The AWS account ID or IAM role with which the workload is shared.
580
+ */
581
+ SharedWithPrefix?: SharedWithPrefix;
582
+ NextToken?: NextToken;
583
+ /**
584
+ * The maximum number of results to return for this request.
585
+ */
586
+ MaxResults?: ListWorkloadSharesMaxResults;
587
+ }
588
+ export type ListWorkloadSharesMaxResults = number;
589
+ export interface ListWorkloadSharesOutput {
590
+ WorkloadId?: WorkloadId;
591
+ WorkloadShareSummaries?: WorkloadShareSummaries;
592
+ NextToken?: NextToken;
593
+ }
594
+ export interface ListWorkloadsInput {
595
+ WorkloadNamePrefix?: WorkloadNamePrefix;
596
+ NextToken?: NextToken;
597
+ /**
598
+ * The maximum number of results to return for this request.
599
+ */
600
+ MaxResults?: ListWorkloadsMaxResults;
601
+ }
602
+ export type ListWorkloadsMaxResults = number;
603
+ export interface ListWorkloadsOutput {
604
+ WorkloadSummaries?: WorkloadSummaries;
605
+ NextToken?: NextToken;
606
+ }
607
+ export type MaxResults = number;
608
+ export interface Milestone {
609
+ MilestoneNumber?: MilestoneNumber;
610
+ MilestoneName?: MilestoneName;
611
+ RecordedAt?: Timestamp;
612
+ Workload?: Workload;
613
+ }
614
+ export type MilestoneName = string;
615
+ export type MilestoneNumber = number;
616
+ export type MilestoneSummaries = MilestoneSummary[];
617
+ export interface MilestoneSummary {
618
+ MilestoneNumber?: MilestoneNumber;
619
+ MilestoneName?: MilestoneName;
620
+ RecordedAt?: Timestamp;
621
+ WorkloadSummary?: WorkloadSummary;
622
+ }
623
+ export type NextToken = string;
624
+ export type Notes = string;
625
+ export type NotificationSummaries = NotificationSummary[];
626
+ export interface NotificationSummary {
627
+ /**
628
+ * The type of notification.
629
+ */
630
+ Type?: NotificationType;
631
+ /**
632
+ * Summary of lens upgrade.
633
+ */
634
+ LensUpgradeSummary?: LensUpgradeSummary;
635
+ }
636
+ export type NotificationType = "LENS_VERSION_UPGRADED"|"LENS_VERSION_DEPRECATED"|string;
637
+ export type PermissionType = "READONLY"|"CONTRIBUTOR"|string;
638
+ export interface PillarDifference {
639
+ PillarId?: PillarId;
640
+ /**
641
+ * Indicates the type of change to the pillar.
642
+ */
643
+ DifferenceStatus?: DifferenceStatus;
644
+ /**
645
+ * List of question differences.
646
+ */
647
+ QuestionDifferences?: QuestionDifferences;
648
+ }
649
+ export type PillarDifferences = PillarDifference[];
650
+ export type PillarId = string;
651
+ export type PillarName = string;
652
+ export type PillarNotes = {[key: string]: Notes};
653
+ export type PillarReviewSummaries = PillarReviewSummary[];
654
+ export interface PillarReviewSummary {
655
+ PillarId?: PillarId;
656
+ PillarName?: PillarName;
657
+ Notes?: Notes;
658
+ RiskCounts?: RiskCounts;
659
+ }
660
+ export type QuestionDescription = string;
661
+ export interface QuestionDifference {
662
+ QuestionId?: QuestionId;
663
+ QuestionTitle?: QuestionTitle;
664
+ /**
665
+ * Indicates the type of change to the question.
666
+ */
667
+ DifferenceStatus?: DifferenceStatus;
668
+ }
669
+ export type QuestionDifferences = QuestionDifference[];
670
+ export type QuestionId = string;
671
+ export type QuestionTitle = string;
672
+ export type Risk = "UNANSWERED"|"HIGH"|"MEDIUM"|"NONE"|"NOT_APPLICABLE"|string;
673
+ export type RiskCounts = {[key: string]: Count};
674
+ export type SelectedChoices = ChoiceId[];
675
+ export type ShareId = string;
676
+ export interface ShareInvitation {
677
+ /**
678
+ * The ID assigned to the share invitation.
679
+ */
680
+ ShareInvitationId?: ShareInvitationId;
681
+ WorkloadId?: WorkloadId;
682
+ }
683
+ export type ShareInvitationAction = "ACCEPT"|"REJECT"|string;
684
+ export type ShareInvitationId = string;
685
+ export type ShareInvitationSummaries = ShareInvitationSummary[];
686
+ export interface ShareInvitationSummary {
687
+ /**
688
+ * The ID assigned to the share invitation.
689
+ */
690
+ ShareInvitationId?: ShareInvitationId;
691
+ SharedBy?: AwsAccountId;
692
+ SharedWith?: SharedWith;
693
+ PermissionType?: PermissionType;
694
+ WorkloadName?: WorkloadName;
695
+ WorkloadId?: WorkloadId;
696
+ }
697
+ export type ShareStatus = "ACCEPTED"|"REJECTED"|"PENDING"|"REVOKED"|"EXPIRED"|string;
698
+ export type SharedWith = string;
699
+ export type SharedWithPrefix = string;
700
+ export type Timestamp = Date;
701
+ export interface UpdateAnswerInput {
702
+ WorkloadId: WorkloadId;
703
+ LensAlias: LensAlias;
704
+ QuestionId: QuestionId;
705
+ SelectedChoices?: SelectedChoices;
706
+ Notes?: Notes;
707
+ IsApplicable?: IsApplicable;
708
+ }
709
+ export interface UpdateAnswerOutput {
710
+ WorkloadId?: WorkloadId;
711
+ LensAlias?: LensAlias;
712
+ Answer?: Answer;
713
+ }
714
+ export interface UpdateLensReviewInput {
715
+ WorkloadId: WorkloadId;
716
+ LensAlias: LensAlias;
717
+ LensNotes?: Notes;
718
+ PillarNotes?: PillarNotes;
719
+ }
720
+ export interface UpdateLensReviewOutput {
721
+ WorkloadId?: WorkloadId;
722
+ LensReview?: LensReview;
723
+ }
724
+ export interface UpdateShareInvitationInput {
725
+ /**
726
+ * The ID assigned to the share invitation.
727
+ */
728
+ ShareInvitationId: ShareInvitationId;
729
+ ShareInvitationAction: ShareInvitationAction;
730
+ }
731
+ export interface UpdateShareInvitationOutput {
732
+ /**
733
+ * The updated workload share invitation.
734
+ */
735
+ ShareInvitation?: ShareInvitation;
736
+ }
737
+ export interface UpdateWorkloadInput {
738
+ WorkloadId: WorkloadId;
739
+ WorkloadName?: WorkloadName;
740
+ Description?: WorkloadDescription;
741
+ Environment?: WorkloadEnvironment;
742
+ AccountIds?: WorkloadAccountIds;
743
+ AwsRegions?: WorkloadAwsRegions;
744
+ NonAwsRegions?: WorkloadNonAwsRegions;
745
+ PillarPriorities?: WorkloadPillarPriorities;
746
+ ArchitecturalDesign?: WorkloadArchitecturalDesign;
747
+ ReviewOwner?: WorkloadReviewOwner;
748
+ /**
749
+ * Flag indicating whether the workload owner has acknowledged that the Review owner field is required. If a Review owner is not added to the workload within 60 days of acknowledgement, access to the workload is restricted until an owner is added.
750
+ */
751
+ IsReviewOwnerUpdateAcknowledged?: IsReviewOwnerUpdateAcknowledged;
752
+ IndustryType?: WorkloadIndustryType;
753
+ Industry?: WorkloadIndustry;
754
+ Notes?: Notes;
755
+ ImprovementStatus?: WorkloadImprovementStatus;
756
+ }
757
+ export interface UpdateWorkloadOutput {
758
+ Workload?: Workload;
759
+ }
760
+ export interface UpdateWorkloadShareInput {
761
+ ShareId: ShareId;
762
+ WorkloadId: WorkloadId;
763
+ PermissionType: PermissionType;
764
+ }
765
+ export interface UpdateWorkloadShareOutput {
766
+ WorkloadId?: WorkloadId;
767
+ WorkloadShare?: WorkloadShare;
768
+ }
769
+ export interface UpgradeLensReviewInput {
770
+ WorkloadId: WorkloadId;
771
+ LensAlias: LensAlias;
772
+ MilestoneName: MilestoneName;
773
+ ClientRequestToken?: ClientRequestToken;
774
+ }
775
+ export interface VersionDifferences {
776
+ /**
777
+ * The differences between the base and latest versions of the lens.
778
+ */
779
+ PillarDifferences?: PillarDifferences;
780
+ }
781
+ export interface Workload {
782
+ WorkloadId?: WorkloadId;
783
+ WorkloadArn?: WorkloadArn;
784
+ WorkloadName?: WorkloadName;
785
+ Description?: WorkloadDescription;
786
+ Environment?: WorkloadEnvironment;
787
+ UpdatedAt?: Timestamp;
788
+ AccountIds?: WorkloadAccountIds;
789
+ AwsRegions?: WorkloadAwsRegions;
790
+ NonAwsRegions?: WorkloadNonAwsRegions;
791
+ ArchitecturalDesign?: WorkloadArchitecturalDesign;
792
+ ReviewOwner?: WorkloadReviewOwner;
793
+ ReviewRestrictionDate?: Timestamp;
794
+ /**
795
+ * Flag indicating whether the workload owner has acknowledged that the Review owner field is required. If a Review owner is not added to the workload within 60 days of acknowledgement, access to the workload is restricted until an owner is added.
796
+ */
797
+ IsReviewOwnerUpdateAcknowledged?: IsReviewOwnerUpdateAcknowledged;
798
+ IndustryType?: WorkloadIndustryType;
799
+ Industry?: WorkloadIndustry;
800
+ Notes?: Notes;
801
+ ImprovementStatus?: WorkloadImprovementStatus;
802
+ RiskCounts?: RiskCounts;
803
+ PillarPriorities?: WorkloadPillarPriorities;
804
+ Lenses?: WorkloadLenses;
805
+ Owner?: AwsAccountId;
806
+ /**
807
+ * The ID assigned to the share invitation.
808
+ */
809
+ ShareInvitationId?: ShareInvitationId;
810
+ }
811
+ export type WorkloadAccountIds = AwsAccountId[];
812
+ export type WorkloadArchitecturalDesign = string;
813
+ export type WorkloadArn = string;
814
+ export type WorkloadAwsRegions = AwsRegion[];
815
+ export type WorkloadDescription = string;
816
+ export type WorkloadEnvironment = "PRODUCTION"|"PREPRODUCTION"|string;
817
+ export type WorkloadId = string;
818
+ export type WorkloadImprovementStatus = "NOT_APPLICABLE"|"NOT_STARTED"|"IN_PROGRESS"|"COMPLETE"|"RISK_ACKNOWLEDGED"|string;
819
+ export type WorkloadIndustry = string;
820
+ export type WorkloadIndustryType = string;
821
+ export type WorkloadLenses = LensAlias[];
822
+ export type WorkloadName = string;
823
+ export type WorkloadNamePrefix = string;
824
+ export type WorkloadNonAwsRegion = string;
825
+ export type WorkloadNonAwsRegions = WorkloadNonAwsRegion[];
826
+ export type WorkloadPillarPriorities = PillarId[];
827
+ export type WorkloadReviewOwner = string;
828
+ export interface WorkloadShare {
829
+ ShareId?: ShareId;
830
+ SharedBy?: AwsAccountId;
831
+ SharedWith?: SharedWith;
832
+ PermissionType?: PermissionType;
833
+ Status?: ShareStatus;
834
+ WorkloadName?: WorkloadName;
835
+ WorkloadId?: WorkloadId;
836
+ }
837
+ export type WorkloadShareSummaries = WorkloadShareSummary[];
838
+ export interface WorkloadShareSummary {
839
+ ShareId?: ShareId;
840
+ SharedWith?: SharedWith;
841
+ PermissionType?: PermissionType;
842
+ Status?: ShareStatus;
843
+ }
844
+ export type WorkloadSummaries = WorkloadSummary[];
845
+ export interface WorkloadSummary {
846
+ WorkloadId?: WorkloadId;
847
+ WorkloadArn?: WorkloadArn;
848
+ WorkloadName?: WorkloadName;
849
+ Owner?: AwsAccountId;
850
+ UpdatedAt?: Timestamp;
851
+ Lenses?: WorkloadLenses;
852
+ RiskCounts?: RiskCounts;
853
+ ImprovementStatus?: WorkloadImprovementStatus;
854
+ }
855
+ /**
856
+ * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
857
+ */
858
+ export type apiVersion = "2020-03-31"|"latest"|string;
859
+ export interface ClientApiVersions {
860
+ /**
861
+ * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
862
+ */
863
+ apiVersion?: apiVersion;
864
+ }
865
+ export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
866
+ /**
867
+ * Contains interfaces for use with the WellArchitected client.
868
+ */
869
+ export import Types = WellArchitected;
870
+ }
871
+ export = WellArchitected;