@aws-sdk/client-wellarchitected 3.170.0 → 3.178.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/WellArchitected.d.ts +0 -40
- package/dist-types/ts3.4/WellArchitectedClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateLensesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLensShareCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLensVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateMilestoneCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateWorkloadCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateWorkloadShareCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLensCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLensShareCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteWorkloadCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteWorkloadShareCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateLensesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ExportLensCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAnswerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetLensCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetLensReviewCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetLensReviewReportCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetLensVersionDifferenceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMilestoneCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetWorkloadCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportLensCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAnswersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListLensReviewImprovementsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListLensReviewsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListLensSharesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListLensesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListMilestonesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListShareInvitationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListWorkloadSharesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateAnswerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateLensReviewCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateShareInvitationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateWorkloadShareCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpgradeLensReviewCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/WellArchitectedServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -522
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-wellarchitected
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-wellarchitected
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-wellarchitected
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: WellArchitectedClientConfig) =>
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: WellArchitectedClientConfig) =>
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: WellArchitectedClientConfig) =>
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -160,7 +160,6 @@ import {
|
|
|
160
160
|
UpgradeLensReviewCommandOutput,
|
|
161
161
|
} from "./commands/UpgradeLensReviewCommand";
|
|
162
162
|
import { WellArchitectedClient } from "./WellArchitectedClient";
|
|
163
|
-
|
|
164
163
|
export declare class WellArchitected extends WellArchitectedClient {
|
|
165
164
|
associateLenses(
|
|
166
165
|
args: AssociateLensesCommandInput,
|
|
@@ -175,7 +174,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
175
174
|
options: __HttpHandlerOptions,
|
|
176
175
|
cb: (err: any, data?: AssociateLensesCommandOutput) => void
|
|
177
176
|
): void;
|
|
178
|
-
|
|
179
177
|
createLensShare(
|
|
180
178
|
args: CreateLensShareCommandInput,
|
|
181
179
|
options?: __HttpHandlerOptions
|
|
@@ -189,7 +187,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
189
187
|
options: __HttpHandlerOptions,
|
|
190
188
|
cb: (err: any, data?: CreateLensShareCommandOutput) => void
|
|
191
189
|
): void;
|
|
192
|
-
|
|
193
190
|
createLensVersion(
|
|
194
191
|
args: CreateLensVersionCommandInput,
|
|
195
192
|
options?: __HttpHandlerOptions
|
|
@@ -203,7 +200,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
203
200
|
options: __HttpHandlerOptions,
|
|
204
201
|
cb: (err: any, data?: CreateLensVersionCommandOutput) => void
|
|
205
202
|
): void;
|
|
206
|
-
|
|
207
203
|
createMilestone(
|
|
208
204
|
args: CreateMilestoneCommandInput,
|
|
209
205
|
options?: __HttpHandlerOptions
|
|
@@ -217,7 +213,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
217
213
|
options: __HttpHandlerOptions,
|
|
218
214
|
cb: (err: any, data?: CreateMilestoneCommandOutput) => void
|
|
219
215
|
): void;
|
|
220
|
-
|
|
221
216
|
createWorkload(
|
|
222
217
|
args: CreateWorkloadCommandInput,
|
|
223
218
|
options?: __HttpHandlerOptions
|
|
@@ -231,7 +226,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
231
226
|
options: __HttpHandlerOptions,
|
|
232
227
|
cb: (err: any, data?: CreateWorkloadCommandOutput) => void
|
|
233
228
|
): void;
|
|
234
|
-
|
|
235
229
|
createWorkloadShare(
|
|
236
230
|
args: CreateWorkloadShareCommandInput,
|
|
237
231
|
options?: __HttpHandlerOptions
|
|
@@ -245,7 +239,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
245
239
|
options: __HttpHandlerOptions,
|
|
246
240
|
cb: (err: any, data?: CreateWorkloadShareCommandOutput) => void
|
|
247
241
|
): void;
|
|
248
|
-
|
|
249
242
|
deleteLens(
|
|
250
243
|
args: DeleteLensCommandInput,
|
|
251
244
|
options?: __HttpHandlerOptions
|
|
@@ -259,7 +252,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
259
252
|
options: __HttpHandlerOptions,
|
|
260
253
|
cb: (err: any, data?: DeleteLensCommandOutput) => void
|
|
261
254
|
): void;
|
|
262
|
-
|
|
263
255
|
deleteLensShare(
|
|
264
256
|
args: DeleteLensShareCommandInput,
|
|
265
257
|
options?: __HttpHandlerOptions
|
|
@@ -273,7 +265,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
273
265
|
options: __HttpHandlerOptions,
|
|
274
266
|
cb: (err: any, data?: DeleteLensShareCommandOutput) => void
|
|
275
267
|
): void;
|
|
276
|
-
|
|
277
268
|
deleteWorkload(
|
|
278
269
|
args: DeleteWorkloadCommandInput,
|
|
279
270
|
options?: __HttpHandlerOptions
|
|
@@ -287,7 +278,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
287
278
|
options: __HttpHandlerOptions,
|
|
288
279
|
cb: (err: any, data?: DeleteWorkloadCommandOutput) => void
|
|
289
280
|
): void;
|
|
290
|
-
|
|
291
281
|
deleteWorkloadShare(
|
|
292
282
|
args: DeleteWorkloadShareCommandInput,
|
|
293
283
|
options?: __HttpHandlerOptions
|
|
@@ -301,7 +291,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
301
291
|
options: __HttpHandlerOptions,
|
|
302
292
|
cb: (err: any, data?: DeleteWorkloadShareCommandOutput) => void
|
|
303
293
|
): void;
|
|
304
|
-
|
|
305
294
|
disassociateLenses(
|
|
306
295
|
args: DisassociateLensesCommandInput,
|
|
307
296
|
options?: __HttpHandlerOptions
|
|
@@ -315,7 +304,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
315
304
|
options: __HttpHandlerOptions,
|
|
316
305
|
cb: (err: any, data?: DisassociateLensesCommandOutput) => void
|
|
317
306
|
): void;
|
|
318
|
-
|
|
319
307
|
exportLens(
|
|
320
308
|
args: ExportLensCommandInput,
|
|
321
309
|
options?: __HttpHandlerOptions
|
|
@@ -329,7 +317,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
329
317
|
options: __HttpHandlerOptions,
|
|
330
318
|
cb: (err: any, data?: ExportLensCommandOutput) => void
|
|
331
319
|
): void;
|
|
332
|
-
|
|
333
320
|
getAnswer(
|
|
334
321
|
args: GetAnswerCommandInput,
|
|
335
322
|
options?: __HttpHandlerOptions
|
|
@@ -343,7 +330,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
343
330
|
options: __HttpHandlerOptions,
|
|
344
331
|
cb: (err: any, data?: GetAnswerCommandOutput) => void
|
|
345
332
|
): void;
|
|
346
|
-
|
|
347
333
|
getLens(
|
|
348
334
|
args: GetLensCommandInput,
|
|
349
335
|
options?: __HttpHandlerOptions
|
|
@@ -357,7 +343,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
357
343
|
options: __HttpHandlerOptions,
|
|
358
344
|
cb: (err: any, data?: GetLensCommandOutput) => void
|
|
359
345
|
): void;
|
|
360
|
-
|
|
361
346
|
getLensReview(
|
|
362
347
|
args: GetLensReviewCommandInput,
|
|
363
348
|
options?: __HttpHandlerOptions
|
|
@@ -371,7 +356,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
371
356
|
options: __HttpHandlerOptions,
|
|
372
357
|
cb: (err: any, data?: GetLensReviewCommandOutput) => void
|
|
373
358
|
): void;
|
|
374
|
-
|
|
375
359
|
getLensReviewReport(
|
|
376
360
|
args: GetLensReviewReportCommandInput,
|
|
377
361
|
options?: __HttpHandlerOptions
|
|
@@ -385,7 +369,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
385
369
|
options: __HttpHandlerOptions,
|
|
386
370
|
cb: (err: any, data?: GetLensReviewReportCommandOutput) => void
|
|
387
371
|
): void;
|
|
388
|
-
|
|
389
372
|
getLensVersionDifference(
|
|
390
373
|
args: GetLensVersionDifferenceCommandInput,
|
|
391
374
|
options?: __HttpHandlerOptions
|
|
@@ -399,7 +382,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
399
382
|
options: __HttpHandlerOptions,
|
|
400
383
|
cb: (err: any, data?: GetLensVersionDifferenceCommandOutput) => void
|
|
401
384
|
): void;
|
|
402
|
-
|
|
403
385
|
getMilestone(
|
|
404
386
|
args: GetMilestoneCommandInput,
|
|
405
387
|
options?: __HttpHandlerOptions
|
|
@@ -413,7 +395,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
413
395
|
options: __HttpHandlerOptions,
|
|
414
396
|
cb: (err: any, data?: GetMilestoneCommandOutput) => void
|
|
415
397
|
): void;
|
|
416
|
-
|
|
417
398
|
getWorkload(
|
|
418
399
|
args: GetWorkloadCommandInput,
|
|
419
400
|
options?: __HttpHandlerOptions
|
|
@@ -427,7 +408,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
427
408
|
options: __HttpHandlerOptions,
|
|
428
409
|
cb: (err: any, data?: GetWorkloadCommandOutput) => void
|
|
429
410
|
): void;
|
|
430
|
-
|
|
431
411
|
importLens(
|
|
432
412
|
args: ImportLensCommandInput,
|
|
433
413
|
options?: __HttpHandlerOptions
|
|
@@ -441,7 +421,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
441
421
|
options: __HttpHandlerOptions,
|
|
442
422
|
cb: (err: any, data?: ImportLensCommandOutput) => void
|
|
443
423
|
): void;
|
|
444
|
-
|
|
445
424
|
listAnswers(
|
|
446
425
|
args: ListAnswersCommandInput,
|
|
447
426
|
options?: __HttpHandlerOptions
|
|
@@ -455,7 +434,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
455
434
|
options: __HttpHandlerOptions,
|
|
456
435
|
cb: (err: any, data?: ListAnswersCommandOutput) => void
|
|
457
436
|
): void;
|
|
458
|
-
|
|
459
437
|
listLenses(
|
|
460
438
|
args: ListLensesCommandInput,
|
|
461
439
|
options?: __HttpHandlerOptions
|
|
@@ -469,7 +447,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
469
447
|
options: __HttpHandlerOptions,
|
|
470
448
|
cb: (err: any, data?: ListLensesCommandOutput) => void
|
|
471
449
|
): void;
|
|
472
|
-
|
|
473
450
|
listLensReviewImprovements(
|
|
474
451
|
args: ListLensReviewImprovementsCommandInput,
|
|
475
452
|
options?: __HttpHandlerOptions
|
|
@@ -483,7 +460,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
483
460
|
options: __HttpHandlerOptions,
|
|
484
461
|
cb: (err: any, data?: ListLensReviewImprovementsCommandOutput) => void
|
|
485
462
|
): void;
|
|
486
|
-
|
|
487
463
|
listLensReviews(
|
|
488
464
|
args: ListLensReviewsCommandInput,
|
|
489
465
|
options?: __HttpHandlerOptions
|
|
@@ -497,7 +473,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
497
473
|
options: __HttpHandlerOptions,
|
|
498
474
|
cb: (err: any, data?: ListLensReviewsCommandOutput) => void
|
|
499
475
|
): void;
|
|
500
|
-
|
|
501
476
|
listLensShares(
|
|
502
477
|
args: ListLensSharesCommandInput,
|
|
503
478
|
options?: __HttpHandlerOptions
|
|
@@ -511,7 +486,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
511
486
|
options: __HttpHandlerOptions,
|
|
512
487
|
cb: (err: any, data?: ListLensSharesCommandOutput) => void
|
|
513
488
|
): void;
|
|
514
|
-
|
|
515
489
|
listMilestones(
|
|
516
490
|
args: ListMilestonesCommandInput,
|
|
517
491
|
options?: __HttpHandlerOptions
|
|
@@ -525,7 +499,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
525
499
|
options: __HttpHandlerOptions,
|
|
526
500
|
cb: (err: any, data?: ListMilestonesCommandOutput) => void
|
|
527
501
|
): void;
|
|
528
|
-
|
|
529
502
|
listNotifications(
|
|
530
503
|
args: ListNotificationsCommandInput,
|
|
531
504
|
options?: __HttpHandlerOptions
|
|
@@ -539,7 +512,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
539
512
|
options: __HttpHandlerOptions,
|
|
540
513
|
cb: (err: any, data?: ListNotificationsCommandOutput) => void
|
|
541
514
|
): void;
|
|
542
|
-
|
|
543
515
|
listShareInvitations(
|
|
544
516
|
args: ListShareInvitationsCommandInput,
|
|
545
517
|
options?: __HttpHandlerOptions
|
|
@@ -553,7 +525,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
553
525
|
options: __HttpHandlerOptions,
|
|
554
526
|
cb: (err: any, data?: ListShareInvitationsCommandOutput) => void
|
|
555
527
|
): void;
|
|
556
|
-
|
|
557
528
|
listTagsForResource(
|
|
558
529
|
args: ListTagsForResourceCommandInput,
|
|
559
530
|
options?: __HttpHandlerOptions
|
|
@@ -567,7 +538,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
567
538
|
options: __HttpHandlerOptions,
|
|
568
539
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
569
540
|
): void;
|
|
570
|
-
|
|
571
541
|
listWorkloads(
|
|
572
542
|
args: ListWorkloadsCommandInput,
|
|
573
543
|
options?: __HttpHandlerOptions
|
|
@@ -581,7 +551,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
581
551
|
options: __HttpHandlerOptions,
|
|
582
552
|
cb: (err: any, data?: ListWorkloadsCommandOutput) => void
|
|
583
553
|
): void;
|
|
584
|
-
|
|
585
554
|
listWorkloadShares(
|
|
586
555
|
args: ListWorkloadSharesCommandInput,
|
|
587
556
|
options?: __HttpHandlerOptions
|
|
@@ -595,7 +564,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
595
564
|
options: __HttpHandlerOptions,
|
|
596
565
|
cb: (err: any, data?: ListWorkloadSharesCommandOutput) => void
|
|
597
566
|
): void;
|
|
598
|
-
|
|
599
567
|
tagResource(
|
|
600
568
|
args: TagResourceCommandInput,
|
|
601
569
|
options?: __HttpHandlerOptions
|
|
@@ -609,7 +577,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
609
577
|
options: __HttpHandlerOptions,
|
|
610
578
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
611
579
|
): void;
|
|
612
|
-
|
|
613
580
|
untagResource(
|
|
614
581
|
args: UntagResourceCommandInput,
|
|
615
582
|
options?: __HttpHandlerOptions
|
|
@@ -623,7 +590,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
623
590
|
options: __HttpHandlerOptions,
|
|
624
591
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
625
592
|
): void;
|
|
626
|
-
|
|
627
593
|
updateAnswer(
|
|
628
594
|
args: UpdateAnswerCommandInput,
|
|
629
595
|
options?: __HttpHandlerOptions
|
|
@@ -637,7 +603,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
637
603
|
options: __HttpHandlerOptions,
|
|
638
604
|
cb: (err: any, data?: UpdateAnswerCommandOutput) => void
|
|
639
605
|
): void;
|
|
640
|
-
|
|
641
606
|
updateGlobalSettings(
|
|
642
607
|
args: UpdateGlobalSettingsCommandInput,
|
|
643
608
|
options?: __HttpHandlerOptions
|
|
@@ -651,7 +616,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
651
616
|
options: __HttpHandlerOptions,
|
|
652
617
|
cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void
|
|
653
618
|
): void;
|
|
654
|
-
|
|
655
619
|
updateLensReview(
|
|
656
620
|
args: UpdateLensReviewCommandInput,
|
|
657
621
|
options?: __HttpHandlerOptions
|
|
@@ -665,7 +629,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
665
629
|
options: __HttpHandlerOptions,
|
|
666
630
|
cb: (err: any, data?: UpdateLensReviewCommandOutput) => void
|
|
667
631
|
): void;
|
|
668
|
-
|
|
669
632
|
updateShareInvitation(
|
|
670
633
|
args: UpdateShareInvitationCommandInput,
|
|
671
634
|
options?: __HttpHandlerOptions
|
|
@@ -679,7 +642,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
679
642
|
options: __HttpHandlerOptions,
|
|
680
643
|
cb: (err: any, data?: UpdateShareInvitationCommandOutput) => void
|
|
681
644
|
): void;
|
|
682
|
-
|
|
683
645
|
updateWorkload(
|
|
684
646
|
args: UpdateWorkloadCommandInput,
|
|
685
647
|
options?: __HttpHandlerOptions
|
|
@@ -693,7 +655,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
693
655
|
options: __HttpHandlerOptions,
|
|
694
656
|
cb: (err: any, data?: UpdateWorkloadCommandOutput) => void
|
|
695
657
|
): void;
|
|
696
|
-
|
|
697
658
|
updateWorkloadShare(
|
|
698
659
|
args: UpdateWorkloadShareCommandInput,
|
|
699
660
|
options?: __HttpHandlerOptions
|
|
@@ -707,7 +668,6 @@ export declare class WellArchitected extends WellArchitectedClient {
|
|
|
707
668
|
options: __HttpHandlerOptions,
|
|
708
669
|
cb: (err: any, data?: UpdateWorkloadShareCommandOutput) => void
|
|
709
670
|
): void;
|
|
710
|
-
|
|
711
671
|
upgradeLensReview(
|
|
712
672
|
args: UpgradeLensReviewCommandInput,
|
|
713
673
|
options?: __HttpHandlerOptions
|
|
@@ -287,47 +287,26 @@ export declare type ServiceOutputTypes =
|
|
|
287
287
|
export interface ClientDefaults
|
|
288
288
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
289
289
|
requestHandler?: __HttpHandler;
|
|
290
|
-
|
|
291
290
|
sha256?: __HashConstructor;
|
|
292
|
-
|
|
293
291
|
urlParser?: __UrlParser;
|
|
294
|
-
|
|
295
292
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
296
|
-
|
|
297
293
|
streamCollector?: __StreamCollector;
|
|
298
|
-
|
|
299
294
|
base64Decoder?: __Decoder;
|
|
300
|
-
|
|
301
295
|
base64Encoder?: __Encoder;
|
|
302
|
-
|
|
303
296
|
utf8Decoder?: __Decoder;
|
|
304
|
-
|
|
305
297
|
utf8Encoder?: __Encoder;
|
|
306
|
-
|
|
307
298
|
runtime?: string;
|
|
308
|
-
|
|
309
299
|
disableHostPrefix?: boolean;
|
|
310
|
-
|
|
311
300
|
maxAttempts?: number | __Provider<number>;
|
|
312
|
-
|
|
313
301
|
retryMode?: string | __Provider<string>;
|
|
314
|
-
|
|
315
302
|
logger?: __Logger;
|
|
316
|
-
|
|
317
303
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
318
|
-
|
|
319
304
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
320
|
-
|
|
321
305
|
serviceId?: string;
|
|
322
|
-
|
|
323
306
|
region?: string | __Provider<string>;
|
|
324
|
-
|
|
325
307
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
326
|
-
|
|
327
308
|
regionInfoProvider?: RegionInfoProvider;
|
|
328
|
-
|
|
329
309
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
330
|
-
|
|
331
310
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
332
311
|
}
|
|
333
312
|
declare type WellArchitectedClientConfigType = Partial<
|
|
@@ -340,7 +319,6 @@ declare type WellArchitectedClientConfigType = Partial<
|
|
|
340
319
|
HostHeaderInputConfig &
|
|
341
320
|
AwsAuthInputConfig &
|
|
342
321
|
UserAgentInputConfig;
|
|
343
|
-
|
|
344
322
|
export interface WellArchitectedClientConfig
|
|
345
323
|
extends WellArchitectedClientConfigType {}
|
|
346
324
|
declare type WellArchitectedClientResolvedConfigType =
|
|
@@ -352,10 +330,8 @@ declare type WellArchitectedClientResolvedConfigType =
|
|
|
352
330
|
HostHeaderResolvedConfig &
|
|
353
331
|
AwsAuthResolvedConfig &
|
|
354
332
|
UserAgentResolvedConfig;
|
|
355
|
-
|
|
356
333
|
export interface WellArchitectedClientResolvedConfig
|
|
357
334
|
extends WellArchitectedClientResolvedConfigType {}
|
|
358
|
-
|
|
359
335
|
export declare class WellArchitectedClient extends __Client<
|
|
360
336
|
__HttpHandlerOptions,
|
|
361
337
|
ServiceInputTypes,
|
|
@@ -364,7 +340,6 @@ export declare class WellArchitectedClient extends __Client<
|
|
|
364
340
|
> {
|
|
365
341
|
readonly config: WellArchitectedClientResolvedConfig;
|
|
366
342
|
constructor(configuration: WellArchitectedClientConfig);
|
|
367
|
-
|
|
368
343
|
destroy(): void;
|
|
369
344
|
}
|
|
370
345
|
export {};
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../WellArchitectedClient";
|
|
14
14
|
export interface AssociateLensesCommandInput extends AssociateLensesInput {}
|
|
15
15
|
export interface AssociateLensesCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class AssociateLensesCommand extends $Command<
|
|
18
17
|
AssociateLensesCommandInput,
|
|
19
18
|
AssociateLensesCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class AssociateLensesCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: AssociateLensesCommandInput;
|
|
23
22
|
constructor(input: AssociateLensesCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: WellArchitectedClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateLensShareCommandInput extends CreateLensShareInput {}
|
|
|
18
18
|
export interface CreateLensShareCommandOutput
|
|
19
19
|
extends CreateLensShareOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateLensShareCommand extends $Command<
|
|
23
22
|
CreateLensShareCommandInput,
|
|
24
23
|
CreateLensShareCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateLensShareCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateLensShareCommandInput;
|
|
28
27
|
constructor(input: CreateLensShareCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: WellArchitectedClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateLensVersionCommandInput extends CreateLensVersionInput {}
|
|
|
18
18
|
export interface CreateLensVersionCommandOutput
|
|
19
19
|
extends CreateLensVersionOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateLensVersionCommand extends $Command<
|
|
23
22
|
CreateLensVersionCommandInput,
|
|
24
23
|
CreateLensVersionCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateLensVersionCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateLensVersionCommandInput;
|
|
28
27
|
constructor(input: CreateLensVersionCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: WellArchitectedClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateMilestoneCommandInput extends CreateMilestoneInput {}
|
|
|
18
18
|
export interface CreateMilestoneCommandOutput
|
|
19
19
|
extends CreateMilestoneOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateMilestoneCommand extends $Command<
|
|
23
22
|
CreateMilestoneCommandInput,
|
|
24
23
|
CreateMilestoneCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateMilestoneCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateMilestoneCommandInput;
|
|
28
27
|
constructor(input: CreateMilestoneCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: WellArchitectedClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateWorkloadCommandInput extends CreateWorkloadInput {}
|
|
|
15
15
|
export interface CreateWorkloadCommandOutput
|
|
16
16
|
extends CreateWorkloadOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateWorkloadCommand extends $Command<
|
|
20
19
|
CreateWorkloadCommandInput,
|
|
21
20
|
CreateWorkloadCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateWorkloadCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateWorkloadCommandInput;
|
|
25
24
|
constructor(input: CreateWorkloadCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: WellArchitectedClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateWorkloadShareCommandInput
|
|
|
19
19
|
export interface CreateWorkloadShareCommandOutput
|
|
20
20
|
extends CreateWorkloadShareOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateWorkloadShareCommand extends $Command<
|
|
24
23
|
CreateWorkloadShareCommandInput,
|
|
25
24
|
CreateWorkloadShareCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateWorkloadShareCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateWorkloadShareCommandInput;
|
|
29
28
|
constructor(input: CreateWorkloadShareCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: WellArchitectedClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../WellArchitectedClient";
|
|
14
14
|
export interface DeleteLensCommandInput extends DeleteLensInput {}
|
|
15
15
|
export interface DeleteLensCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DeleteLensCommand extends $Command<
|
|
18
17
|
DeleteLensCommandInput,
|
|
19
18
|
DeleteLensCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DeleteLensCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DeleteLensCommandInput;
|
|
23
22
|
constructor(input: DeleteLensCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: WellArchitectedClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../WellArchitectedClient";
|
|
14
14
|
export interface DeleteLensShareCommandInput extends DeleteLensShareInput {}
|
|
15
15
|
export interface DeleteLensShareCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DeleteLensShareCommand extends $Command<
|
|
18
17
|
DeleteLensShareCommandInput,
|
|
19
18
|
DeleteLensShareCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DeleteLensShareCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DeleteLensShareCommandInput;
|
|
23
22
|
constructor(input: DeleteLensShareCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: WellArchitectedClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../WellArchitectedClient";
|
|
14
14
|
export interface DeleteWorkloadCommandInput extends DeleteWorkloadInput {}
|
|
15
15
|
export interface DeleteWorkloadCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DeleteWorkloadCommand extends $Command<
|
|
18
17
|
DeleteWorkloadCommandInput,
|
|
19
18
|
DeleteWorkloadCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DeleteWorkloadCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DeleteWorkloadCommandInput;
|
|
23
22
|
constructor(input: DeleteWorkloadCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: WellArchitectedClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import {
|
|
|
14
14
|
export interface DeleteWorkloadShareCommandInput
|
|
15
15
|
extends DeleteWorkloadShareInput {}
|
|
16
16
|
export interface DeleteWorkloadShareCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class DeleteWorkloadShareCommand extends $Command<
|
|
19
18
|
DeleteWorkloadShareCommandInput,
|
|
20
19
|
DeleteWorkloadShareCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class DeleteWorkloadShareCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: DeleteWorkloadShareCommandInput;
|
|
24
23
|
constructor(input: DeleteWorkloadShareCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: WellArchitectedClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import {
|
|
|
14
14
|
export interface DisassociateLensesCommandInput
|
|
15
15
|
extends DisassociateLensesInput {}
|
|
16
16
|
export interface DisassociateLensesCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class DisassociateLensesCommand extends $Command<
|
|
19
18
|
DisassociateLensesCommandInput,
|
|
20
19
|
DisassociateLensesCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class DisassociateLensesCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: DisassociateLensesCommandInput;
|
|
24
23
|
constructor(input: DisassociateLensesCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: WellArchitectedClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ExportLensCommandInput extends ExportLensInput {}
|
|
|
15
15
|
export interface ExportLensCommandOutput
|
|
16
16
|
extends ExportLensOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ExportLensCommand extends $Command<
|
|
20
19
|
ExportLensCommandInput,
|
|
21
20
|
ExportLensCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ExportLensCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ExportLensCommandInput;
|
|
25
24
|
constructor(input: ExportLensCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: WellArchitectedClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetAnswerCommandInput extends GetAnswerInput {}
|
|
|
15
15
|
export interface GetAnswerCommandOutput
|
|
16
16
|
extends GetAnswerOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetAnswerCommand extends $Command<
|
|
20
19
|
GetAnswerCommandInput,
|
|
21
20
|
GetAnswerCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetAnswerCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetAnswerCommandInput;
|
|
25
24
|
constructor(input: GetAnswerCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: WellArchitectedClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../WellArchitectedClient";
|
|
14
14
|
export interface GetLensCommandInput extends GetLensInput {}
|
|
15
15
|
export interface GetLensCommandOutput extends GetLensOutput, __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class GetLensCommand extends $Command<
|
|
18
17
|
GetLensCommandInput,
|
|
19
18
|
GetLensCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class GetLensCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: GetLensCommandInput;
|
|
23
22
|
constructor(input: GetLensCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: WellArchitectedClientResolvedConfig,
|