@aws-sdk/client-wellarchitected 3.716.0 → 3.723.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/dist-cjs/index.js +442 -261
- package/dist-es/WellArchitectedClient.js +1 -0
- package/dist-es/models/models_0.js +33 -14
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +43 -43
package/dist-cjs/index.js
CHANGED
|
@@ -262,7 +262,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
262
262
|
}, "resolveRuntimeExtensions");
|
|
263
263
|
|
|
264
264
|
// src/WellArchitectedClient.ts
|
|
265
|
-
var
|
|
265
|
+
var WellArchitectedClient = class extends import_smithy_client.Client {
|
|
266
|
+
static {
|
|
267
|
+
__name(this, "WellArchitectedClient");
|
|
268
|
+
}
|
|
269
|
+
/**
|
|
270
|
+
* The resolved configuration of WellArchitectedClient class. This is resolved and normalized from the {@link WellArchitectedClientConfig | constructor configuration interface}.
|
|
271
|
+
*/
|
|
272
|
+
config;
|
|
266
273
|
constructor(...[configuration]) {
|
|
267
274
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
268
275
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -272,7 +279,7 @@ var _WellArchitectedClient = class _WellArchitectedClient extends import_smithy_
|
|
|
272
279
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
273
280
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
274
281
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
275
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
282
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
276
283
|
super(_config_8);
|
|
277
284
|
this.config = _config_8;
|
|
278
285
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -300,8 +307,6 @@ var _WellArchitectedClient = class _WellArchitectedClient extends import_smithy_
|
|
|
300
307
|
super.destroy();
|
|
301
308
|
}
|
|
302
309
|
};
|
|
303
|
-
__name(_WellArchitectedClient, "WellArchitectedClient");
|
|
304
|
-
var WellArchitectedClient = _WellArchitectedClient;
|
|
305
310
|
|
|
306
311
|
// src/WellArchitected.ts
|
|
307
312
|
|
|
@@ -319,7 +324,10 @@ var import_uuid = require("uuid");
|
|
|
319
324
|
|
|
320
325
|
// src/models/WellArchitectedServiceException.ts
|
|
321
326
|
|
|
322
|
-
var
|
|
327
|
+
var WellArchitectedServiceException = class _WellArchitectedServiceException extends import_smithy_client.ServiceException {
|
|
328
|
+
static {
|
|
329
|
+
__name(this, "WellArchitectedServiceException");
|
|
330
|
+
}
|
|
323
331
|
/**
|
|
324
332
|
* @internal
|
|
325
333
|
*/
|
|
@@ -328,11 +336,19 @@ var _WellArchitectedServiceException = class _WellArchitectedServiceException ex
|
|
|
328
336
|
Object.setPrototypeOf(this, _WellArchitectedServiceException.prototype);
|
|
329
337
|
}
|
|
330
338
|
};
|
|
331
|
-
__name(_WellArchitectedServiceException, "WellArchitectedServiceException");
|
|
332
|
-
var WellArchitectedServiceException = _WellArchitectedServiceException;
|
|
333
339
|
|
|
334
340
|
// src/models/models_0.ts
|
|
335
|
-
var
|
|
341
|
+
var AccessDeniedException = class _AccessDeniedException extends WellArchitectedServiceException {
|
|
342
|
+
static {
|
|
343
|
+
__name(this, "AccessDeniedException");
|
|
344
|
+
}
|
|
345
|
+
name = "AccessDeniedException";
|
|
346
|
+
$fault = "client";
|
|
347
|
+
/**
|
|
348
|
+
* <p>Description of the error.</p>
|
|
349
|
+
* @public
|
|
350
|
+
*/
|
|
351
|
+
Message;
|
|
336
352
|
/**
|
|
337
353
|
* @internal
|
|
338
354
|
*/
|
|
@@ -342,14 +358,10 @@ var _AccessDeniedException = class _AccessDeniedException extends WellArchitecte
|
|
|
342
358
|
$fault: "client",
|
|
343
359
|
...opts
|
|
344
360
|
});
|
|
345
|
-
this.name = "AccessDeniedException";
|
|
346
|
-
this.$fault = "client";
|
|
347
361
|
Object.setPrototypeOf(this, _AccessDeniedException.prototype);
|
|
348
362
|
this.Message = opts.Message;
|
|
349
363
|
}
|
|
350
364
|
};
|
|
351
|
-
__name(_AccessDeniedException, "AccessDeniedException");
|
|
352
|
-
var AccessDeniedException = _AccessDeniedException;
|
|
353
365
|
var IntegrationStatusInput = {
|
|
354
366
|
NOT_CONFIGURED: "NOT_CONFIGURED"
|
|
355
367
|
};
|
|
@@ -406,7 +418,27 @@ var QuestionType = {
|
|
|
406
418
|
NON_PRIORITIZED: "NON_PRIORITIZED",
|
|
407
419
|
PRIORITIZED: "PRIORITIZED"
|
|
408
420
|
};
|
|
409
|
-
var
|
|
421
|
+
var ConflictException = class _ConflictException extends WellArchitectedServiceException {
|
|
422
|
+
static {
|
|
423
|
+
__name(this, "ConflictException");
|
|
424
|
+
}
|
|
425
|
+
name = "ConflictException";
|
|
426
|
+
$fault = "client";
|
|
427
|
+
/**
|
|
428
|
+
* <p>Description of the error.</p>
|
|
429
|
+
* @public
|
|
430
|
+
*/
|
|
431
|
+
Message;
|
|
432
|
+
/**
|
|
433
|
+
* <p>Identifier of the resource affected.</p>
|
|
434
|
+
* @public
|
|
435
|
+
*/
|
|
436
|
+
ResourceId;
|
|
437
|
+
/**
|
|
438
|
+
* <p>Type of the resource affected.</p>
|
|
439
|
+
* @public
|
|
440
|
+
*/
|
|
441
|
+
ResourceType;
|
|
410
442
|
/**
|
|
411
443
|
* @internal
|
|
412
444
|
*/
|
|
@@ -416,17 +448,23 @@ var _ConflictException = class _ConflictException extends WellArchitectedService
|
|
|
416
448
|
$fault: "client",
|
|
417
449
|
...opts
|
|
418
450
|
});
|
|
419
|
-
this.name = "ConflictException";
|
|
420
|
-
this.$fault = "client";
|
|
421
451
|
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
422
452
|
this.Message = opts.Message;
|
|
423
453
|
this.ResourceId = opts.ResourceId;
|
|
424
454
|
this.ResourceType = opts.ResourceType;
|
|
425
455
|
}
|
|
426
456
|
};
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
457
|
+
var InternalServerException = class _InternalServerException extends WellArchitectedServiceException {
|
|
458
|
+
static {
|
|
459
|
+
__name(this, "InternalServerException");
|
|
460
|
+
}
|
|
461
|
+
name = "InternalServerException";
|
|
462
|
+
$fault = "server";
|
|
463
|
+
/**
|
|
464
|
+
* <p>Description of the error.</p>
|
|
465
|
+
* @public
|
|
466
|
+
*/
|
|
467
|
+
Message;
|
|
430
468
|
/**
|
|
431
469
|
* @internal
|
|
432
470
|
*/
|
|
@@ -436,15 +474,31 @@ var _InternalServerException = class _InternalServerException extends WellArchit
|
|
|
436
474
|
$fault: "server",
|
|
437
475
|
...opts
|
|
438
476
|
});
|
|
439
|
-
this.name = "InternalServerException";
|
|
440
|
-
this.$fault = "server";
|
|
441
477
|
Object.setPrototypeOf(this, _InternalServerException.prototype);
|
|
442
478
|
this.Message = opts.Message;
|
|
443
479
|
}
|
|
444
480
|
};
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
481
|
+
var ResourceNotFoundException = class _ResourceNotFoundException extends WellArchitectedServiceException {
|
|
482
|
+
static {
|
|
483
|
+
__name(this, "ResourceNotFoundException");
|
|
484
|
+
}
|
|
485
|
+
name = "ResourceNotFoundException";
|
|
486
|
+
$fault = "client";
|
|
487
|
+
/**
|
|
488
|
+
* <p>Description of the error.</p>
|
|
489
|
+
* @public
|
|
490
|
+
*/
|
|
491
|
+
Message;
|
|
492
|
+
/**
|
|
493
|
+
* <p>Identifier of the resource affected.</p>
|
|
494
|
+
* @public
|
|
495
|
+
*/
|
|
496
|
+
ResourceId;
|
|
497
|
+
/**
|
|
498
|
+
* <p>Type of the resource affected.</p>
|
|
499
|
+
* @public
|
|
500
|
+
*/
|
|
501
|
+
ResourceType;
|
|
448
502
|
/**
|
|
449
503
|
* @internal
|
|
450
504
|
*/
|
|
@@ -454,17 +508,33 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends WellAr
|
|
|
454
508
|
$fault: "client",
|
|
455
509
|
...opts
|
|
456
510
|
});
|
|
457
|
-
this.name = "ResourceNotFoundException";
|
|
458
|
-
this.$fault = "client";
|
|
459
511
|
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
460
512
|
this.Message = opts.Message;
|
|
461
513
|
this.ResourceId = opts.ResourceId;
|
|
462
514
|
this.ResourceType = opts.ResourceType;
|
|
463
515
|
}
|
|
464
516
|
};
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
517
|
+
var ThrottlingException = class _ThrottlingException extends WellArchitectedServiceException {
|
|
518
|
+
static {
|
|
519
|
+
__name(this, "ThrottlingException");
|
|
520
|
+
}
|
|
521
|
+
name = "ThrottlingException";
|
|
522
|
+
$fault = "client";
|
|
523
|
+
/**
|
|
524
|
+
* <p>Description of the error.</p>
|
|
525
|
+
* @public
|
|
526
|
+
*/
|
|
527
|
+
Message;
|
|
528
|
+
/**
|
|
529
|
+
* <p>Service Quotas requirement to identify originating quota.</p>
|
|
530
|
+
* @public
|
|
531
|
+
*/
|
|
532
|
+
QuotaCode;
|
|
533
|
+
/**
|
|
534
|
+
* <p>Service Quotas requirement to identify originating service.</p>
|
|
535
|
+
* @public
|
|
536
|
+
*/
|
|
537
|
+
ServiceCode;
|
|
468
538
|
/**
|
|
469
539
|
* @internal
|
|
470
540
|
*/
|
|
@@ -474,23 +544,39 @@ var _ThrottlingException = class _ThrottlingException extends WellArchitectedSer
|
|
|
474
544
|
$fault: "client",
|
|
475
545
|
...opts
|
|
476
546
|
});
|
|
477
|
-
this.name = "ThrottlingException";
|
|
478
|
-
this.$fault = "client";
|
|
479
547
|
Object.setPrototypeOf(this, _ThrottlingException.prototype);
|
|
480
548
|
this.Message = opts.Message;
|
|
481
549
|
this.QuotaCode = opts.QuotaCode;
|
|
482
550
|
this.ServiceCode = opts.ServiceCode;
|
|
483
551
|
}
|
|
484
552
|
};
|
|
485
|
-
__name(_ThrottlingException, "ThrottlingException");
|
|
486
|
-
var ThrottlingException = _ThrottlingException;
|
|
487
553
|
var ValidationExceptionReason = {
|
|
488
554
|
CANNOT_PARSE: "CANNOT_PARSE",
|
|
489
555
|
FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED",
|
|
490
556
|
OTHER: "OTHER",
|
|
491
557
|
UNKNOWN_OPERATION: "UNKNOWN_OPERATION"
|
|
492
558
|
};
|
|
493
|
-
var
|
|
559
|
+
var ValidationException = class _ValidationException extends WellArchitectedServiceException {
|
|
560
|
+
static {
|
|
561
|
+
__name(this, "ValidationException");
|
|
562
|
+
}
|
|
563
|
+
name = "ValidationException";
|
|
564
|
+
$fault = "client";
|
|
565
|
+
/**
|
|
566
|
+
* <p>Description of the error.</p>
|
|
567
|
+
* @public
|
|
568
|
+
*/
|
|
569
|
+
Message;
|
|
570
|
+
/**
|
|
571
|
+
* <p>The reason why the request failed validation.</p>
|
|
572
|
+
* @public
|
|
573
|
+
*/
|
|
574
|
+
Reason;
|
|
575
|
+
/**
|
|
576
|
+
* <p>The fields that caused the error, if applicable.</p>
|
|
577
|
+
* @public
|
|
578
|
+
*/
|
|
579
|
+
Fields;
|
|
494
580
|
/**
|
|
495
581
|
* @internal
|
|
496
582
|
*/
|
|
@@ -500,16 +586,12 @@ var _ValidationException = class _ValidationException extends WellArchitectedSer
|
|
|
500
586
|
$fault: "client",
|
|
501
587
|
...opts
|
|
502
588
|
});
|
|
503
|
-
this.name = "ValidationException";
|
|
504
|
-
this.$fault = "client";
|
|
505
589
|
Object.setPrototypeOf(this, _ValidationException.prototype);
|
|
506
590
|
this.Message = opts.Message;
|
|
507
591
|
this.Reason = opts.Reason;
|
|
508
592
|
this.Fields = opts.Fields;
|
|
509
593
|
}
|
|
510
594
|
};
|
|
511
|
-
__name(_ValidationException, "ValidationException");
|
|
512
|
-
var ValidationException = _ValidationException;
|
|
513
595
|
var CheckProvider = {
|
|
514
596
|
TRUSTED_ADVISOR: "TRUSTED_ADVISOR"
|
|
515
597
|
};
|
|
@@ -522,7 +604,37 @@ var CheckFailureReason = {
|
|
|
522
604
|
var MetricType = {
|
|
523
605
|
WORKLOAD: "WORKLOAD"
|
|
524
606
|
};
|
|
525
|
-
var
|
|
607
|
+
var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends WellArchitectedServiceException {
|
|
608
|
+
static {
|
|
609
|
+
__name(this, "ServiceQuotaExceededException");
|
|
610
|
+
}
|
|
611
|
+
name = "ServiceQuotaExceededException";
|
|
612
|
+
$fault = "client";
|
|
613
|
+
/**
|
|
614
|
+
* <p>Description of the error.</p>
|
|
615
|
+
* @public
|
|
616
|
+
*/
|
|
617
|
+
Message;
|
|
618
|
+
/**
|
|
619
|
+
* <p>Identifier of the resource affected.</p>
|
|
620
|
+
* @public
|
|
621
|
+
*/
|
|
622
|
+
ResourceId;
|
|
623
|
+
/**
|
|
624
|
+
* <p>Type of the resource affected.</p>
|
|
625
|
+
* @public
|
|
626
|
+
*/
|
|
627
|
+
ResourceType;
|
|
628
|
+
/**
|
|
629
|
+
* <p>Service Quotas requirement to identify originating quota.</p>
|
|
630
|
+
* @public
|
|
631
|
+
*/
|
|
632
|
+
QuotaCode;
|
|
633
|
+
/**
|
|
634
|
+
* <p>Service Quotas requirement to identify originating service.</p>
|
|
635
|
+
* @public
|
|
636
|
+
*/
|
|
637
|
+
ServiceCode;
|
|
526
638
|
/**
|
|
527
639
|
* @internal
|
|
528
640
|
*/
|
|
@@ -532,8 +644,6 @@ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extend
|
|
|
532
644
|
$fault: "client",
|
|
533
645
|
...opts
|
|
534
646
|
});
|
|
535
|
-
this.name = "ServiceQuotaExceededException";
|
|
536
|
-
this.$fault = "client";
|
|
537
647
|
Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
|
|
538
648
|
this.Message = opts.Message;
|
|
539
649
|
this.ResourceId = opts.ResourceId;
|
|
@@ -542,8 +652,6 @@ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extend
|
|
|
542
652
|
this.ServiceCode = opts.ServiceCode;
|
|
543
653
|
}
|
|
544
654
|
};
|
|
545
|
-
__name(_ServiceQuotaExceededException, "ServiceQuotaExceededException");
|
|
546
|
-
var ServiceQuotaExceededException = _ServiceQuotaExceededException;
|
|
547
655
|
var TrustedAdvisorIntegrationStatus = {
|
|
548
656
|
DISABLED: "DISABLED",
|
|
549
657
|
ENABLED: "ENABLED"
|
|
@@ -3304,1009 +3412,1081 @@ var _WNP = "WorkloadNamePrefix";
|
|
|
3304
3412
|
var _tK = "tagKeys";
|
|
3305
3413
|
|
|
3306
3414
|
// src/commands/AssociateLensesCommand.ts
|
|
3307
|
-
var
|
|
3415
|
+
var AssociateLensesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3308
3416
|
return [
|
|
3309
3417
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3310
3418
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3311
3419
|
];
|
|
3312
3420
|
}).s("WellArchitectedApiServiceLambda", "AssociateLenses", {}).n("WellArchitectedClient", "AssociateLensesCommand").f(void 0, void 0).ser(se_AssociateLensesCommand).de(de_AssociateLensesCommand).build() {
|
|
3421
|
+
static {
|
|
3422
|
+
__name(this, "AssociateLensesCommand");
|
|
3423
|
+
}
|
|
3313
3424
|
};
|
|
3314
|
-
__name(_AssociateLensesCommand, "AssociateLensesCommand");
|
|
3315
|
-
var AssociateLensesCommand = _AssociateLensesCommand;
|
|
3316
3425
|
|
|
3317
3426
|
// src/commands/AssociateProfilesCommand.ts
|
|
3318
3427
|
|
|
3319
3428
|
|
|
3320
3429
|
|
|
3321
|
-
var
|
|
3430
|
+
var AssociateProfilesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3322
3431
|
return [
|
|
3323
3432
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3324
3433
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3325
3434
|
];
|
|
3326
3435
|
}).s("WellArchitectedApiServiceLambda", "AssociateProfiles", {}).n("WellArchitectedClient", "AssociateProfilesCommand").f(void 0, void 0).ser(se_AssociateProfilesCommand).de(de_AssociateProfilesCommand).build() {
|
|
3436
|
+
static {
|
|
3437
|
+
__name(this, "AssociateProfilesCommand");
|
|
3438
|
+
}
|
|
3327
3439
|
};
|
|
3328
|
-
__name(_AssociateProfilesCommand, "AssociateProfilesCommand");
|
|
3329
|
-
var AssociateProfilesCommand = _AssociateProfilesCommand;
|
|
3330
3440
|
|
|
3331
3441
|
// src/commands/CreateLensShareCommand.ts
|
|
3332
3442
|
|
|
3333
3443
|
|
|
3334
3444
|
|
|
3335
|
-
var
|
|
3445
|
+
var CreateLensShareCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3336
3446
|
return [
|
|
3337
3447
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3338
3448
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3339
3449
|
];
|
|
3340
3450
|
}).s("WellArchitectedApiServiceLambda", "CreateLensShare", {}).n("WellArchitectedClient", "CreateLensShareCommand").f(void 0, void 0).ser(se_CreateLensShareCommand).de(de_CreateLensShareCommand).build() {
|
|
3451
|
+
static {
|
|
3452
|
+
__name(this, "CreateLensShareCommand");
|
|
3453
|
+
}
|
|
3341
3454
|
};
|
|
3342
|
-
__name(_CreateLensShareCommand, "CreateLensShareCommand");
|
|
3343
|
-
var CreateLensShareCommand = _CreateLensShareCommand;
|
|
3344
3455
|
|
|
3345
3456
|
// src/commands/CreateLensVersionCommand.ts
|
|
3346
3457
|
|
|
3347
3458
|
|
|
3348
3459
|
|
|
3349
|
-
var
|
|
3460
|
+
var CreateLensVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3350
3461
|
return [
|
|
3351
3462
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3352
3463
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3353
3464
|
];
|
|
3354
3465
|
}).s("WellArchitectedApiServiceLambda", "CreateLensVersion", {}).n("WellArchitectedClient", "CreateLensVersionCommand").f(void 0, void 0).ser(se_CreateLensVersionCommand).de(de_CreateLensVersionCommand).build() {
|
|
3466
|
+
static {
|
|
3467
|
+
__name(this, "CreateLensVersionCommand");
|
|
3468
|
+
}
|
|
3355
3469
|
};
|
|
3356
|
-
__name(_CreateLensVersionCommand, "CreateLensVersionCommand");
|
|
3357
|
-
var CreateLensVersionCommand = _CreateLensVersionCommand;
|
|
3358
3470
|
|
|
3359
3471
|
// src/commands/CreateMilestoneCommand.ts
|
|
3360
3472
|
|
|
3361
3473
|
|
|
3362
3474
|
|
|
3363
|
-
var
|
|
3475
|
+
var CreateMilestoneCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3364
3476
|
return [
|
|
3365
3477
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3366
3478
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3367
3479
|
];
|
|
3368
3480
|
}).s("WellArchitectedApiServiceLambda", "CreateMilestone", {}).n("WellArchitectedClient", "CreateMilestoneCommand").f(void 0, void 0).ser(se_CreateMilestoneCommand).de(de_CreateMilestoneCommand).build() {
|
|
3481
|
+
static {
|
|
3482
|
+
__name(this, "CreateMilestoneCommand");
|
|
3483
|
+
}
|
|
3369
3484
|
};
|
|
3370
|
-
__name(_CreateMilestoneCommand, "CreateMilestoneCommand");
|
|
3371
|
-
var CreateMilestoneCommand = _CreateMilestoneCommand;
|
|
3372
3485
|
|
|
3373
3486
|
// src/commands/CreateProfileCommand.ts
|
|
3374
3487
|
|
|
3375
3488
|
|
|
3376
3489
|
|
|
3377
|
-
var
|
|
3490
|
+
var CreateProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3378
3491
|
return [
|
|
3379
3492
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3380
3493
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3381
3494
|
];
|
|
3382
3495
|
}).s("WellArchitectedApiServiceLambda", "CreateProfile", {}).n("WellArchitectedClient", "CreateProfileCommand").f(void 0, void 0).ser(se_CreateProfileCommand).de(de_CreateProfileCommand).build() {
|
|
3496
|
+
static {
|
|
3497
|
+
__name(this, "CreateProfileCommand");
|
|
3498
|
+
}
|
|
3383
3499
|
};
|
|
3384
|
-
__name(_CreateProfileCommand, "CreateProfileCommand");
|
|
3385
|
-
var CreateProfileCommand = _CreateProfileCommand;
|
|
3386
3500
|
|
|
3387
3501
|
// src/commands/CreateProfileShareCommand.ts
|
|
3388
3502
|
|
|
3389
3503
|
|
|
3390
3504
|
|
|
3391
|
-
var
|
|
3505
|
+
var CreateProfileShareCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3392
3506
|
return [
|
|
3393
3507
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3394
3508
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3395
3509
|
];
|
|
3396
3510
|
}).s("WellArchitectedApiServiceLambda", "CreateProfileShare", {}).n("WellArchitectedClient", "CreateProfileShareCommand").f(void 0, void 0).ser(se_CreateProfileShareCommand).de(de_CreateProfileShareCommand).build() {
|
|
3511
|
+
static {
|
|
3512
|
+
__name(this, "CreateProfileShareCommand");
|
|
3513
|
+
}
|
|
3397
3514
|
};
|
|
3398
|
-
__name(_CreateProfileShareCommand, "CreateProfileShareCommand");
|
|
3399
|
-
var CreateProfileShareCommand = _CreateProfileShareCommand;
|
|
3400
3515
|
|
|
3401
3516
|
// src/commands/CreateReviewTemplateCommand.ts
|
|
3402
3517
|
|
|
3403
3518
|
|
|
3404
3519
|
|
|
3405
|
-
var
|
|
3520
|
+
var CreateReviewTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3406
3521
|
return [
|
|
3407
3522
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3408
3523
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3409
3524
|
];
|
|
3410
3525
|
}).s("WellArchitectedApiServiceLambda", "CreateReviewTemplate", {}).n("WellArchitectedClient", "CreateReviewTemplateCommand").f(void 0, void 0).ser(se_CreateReviewTemplateCommand).de(de_CreateReviewTemplateCommand).build() {
|
|
3526
|
+
static {
|
|
3527
|
+
__name(this, "CreateReviewTemplateCommand");
|
|
3528
|
+
}
|
|
3411
3529
|
};
|
|
3412
|
-
__name(_CreateReviewTemplateCommand, "CreateReviewTemplateCommand");
|
|
3413
|
-
var CreateReviewTemplateCommand = _CreateReviewTemplateCommand;
|
|
3414
3530
|
|
|
3415
3531
|
// src/commands/CreateTemplateShareCommand.ts
|
|
3416
3532
|
|
|
3417
3533
|
|
|
3418
3534
|
|
|
3419
|
-
var
|
|
3535
|
+
var CreateTemplateShareCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3420
3536
|
return [
|
|
3421
3537
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3422
3538
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3423
3539
|
];
|
|
3424
3540
|
}).s("WellArchitectedApiServiceLambda", "CreateTemplateShare", {}).n("WellArchitectedClient", "CreateTemplateShareCommand").f(void 0, void 0).ser(se_CreateTemplateShareCommand).de(de_CreateTemplateShareCommand).build() {
|
|
3541
|
+
static {
|
|
3542
|
+
__name(this, "CreateTemplateShareCommand");
|
|
3543
|
+
}
|
|
3425
3544
|
};
|
|
3426
|
-
__name(_CreateTemplateShareCommand, "CreateTemplateShareCommand");
|
|
3427
|
-
var CreateTemplateShareCommand = _CreateTemplateShareCommand;
|
|
3428
3545
|
|
|
3429
3546
|
// src/commands/CreateWorkloadCommand.ts
|
|
3430
3547
|
|
|
3431
3548
|
|
|
3432
3549
|
|
|
3433
|
-
var
|
|
3550
|
+
var CreateWorkloadCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3434
3551
|
return [
|
|
3435
3552
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3436
3553
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3437
3554
|
];
|
|
3438
3555
|
}).s("WellArchitectedApiServiceLambda", "CreateWorkload", {}).n("WellArchitectedClient", "CreateWorkloadCommand").f(void 0, void 0).ser(se_CreateWorkloadCommand).de(de_CreateWorkloadCommand).build() {
|
|
3556
|
+
static {
|
|
3557
|
+
__name(this, "CreateWorkloadCommand");
|
|
3558
|
+
}
|
|
3439
3559
|
};
|
|
3440
|
-
__name(_CreateWorkloadCommand, "CreateWorkloadCommand");
|
|
3441
|
-
var CreateWorkloadCommand = _CreateWorkloadCommand;
|
|
3442
3560
|
|
|
3443
3561
|
// src/commands/CreateWorkloadShareCommand.ts
|
|
3444
3562
|
|
|
3445
3563
|
|
|
3446
3564
|
|
|
3447
|
-
var
|
|
3565
|
+
var CreateWorkloadShareCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3448
3566
|
return [
|
|
3449
3567
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3450
3568
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3451
3569
|
];
|
|
3452
3570
|
}).s("WellArchitectedApiServiceLambda", "CreateWorkloadShare", {}).n("WellArchitectedClient", "CreateWorkloadShareCommand").f(void 0, void 0).ser(se_CreateWorkloadShareCommand).de(de_CreateWorkloadShareCommand).build() {
|
|
3571
|
+
static {
|
|
3572
|
+
__name(this, "CreateWorkloadShareCommand");
|
|
3573
|
+
}
|
|
3453
3574
|
};
|
|
3454
|
-
__name(_CreateWorkloadShareCommand, "CreateWorkloadShareCommand");
|
|
3455
|
-
var CreateWorkloadShareCommand = _CreateWorkloadShareCommand;
|
|
3456
3575
|
|
|
3457
3576
|
// src/commands/DeleteLensCommand.ts
|
|
3458
3577
|
|
|
3459
3578
|
|
|
3460
3579
|
|
|
3461
|
-
var
|
|
3580
|
+
var DeleteLensCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3462
3581
|
return [
|
|
3463
3582
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3464
3583
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3465
3584
|
];
|
|
3466
3585
|
}).s("WellArchitectedApiServiceLambda", "DeleteLens", {}).n("WellArchitectedClient", "DeleteLensCommand").f(void 0, void 0).ser(se_DeleteLensCommand).de(de_DeleteLensCommand).build() {
|
|
3586
|
+
static {
|
|
3587
|
+
__name(this, "DeleteLensCommand");
|
|
3588
|
+
}
|
|
3467
3589
|
};
|
|
3468
|
-
__name(_DeleteLensCommand, "DeleteLensCommand");
|
|
3469
|
-
var DeleteLensCommand = _DeleteLensCommand;
|
|
3470
3590
|
|
|
3471
3591
|
// src/commands/DeleteLensShareCommand.ts
|
|
3472
3592
|
|
|
3473
3593
|
|
|
3474
3594
|
|
|
3475
|
-
var
|
|
3595
|
+
var DeleteLensShareCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3476
3596
|
return [
|
|
3477
3597
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3478
3598
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3479
3599
|
];
|
|
3480
3600
|
}).s("WellArchitectedApiServiceLambda", "DeleteLensShare", {}).n("WellArchitectedClient", "DeleteLensShareCommand").f(void 0, void 0).ser(se_DeleteLensShareCommand).de(de_DeleteLensShareCommand).build() {
|
|
3601
|
+
static {
|
|
3602
|
+
__name(this, "DeleteLensShareCommand");
|
|
3603
|
+
}
|
|
3481
3604
|
};
|
|
3482
|
-
__name(_DeleteLensShareCommand, "DeleteLensShareCommand");
|
|
3483
|
-
var DeleteLensShareCommand = _DeleteLensShareCommand;
|
|
3484
3605
|
|
|
3485
3606
|
// src/commands/DeleteProfileCommand.ts
|
|
3486
3607
|
|
|
3487
3608
|
|
|
3488
3609
|
|
|
3489
|
-
var
|
|
3610
|
+
var DeleteProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3490
3611
|
return [
|
|
3491
3612
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3492
3613
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3493
3614
|
];
|
|
3494
3615
|
}).s("WellArchitectedApiServiceLambda", "DeleteProfile", {}).n("WellArchitectedClient", "DeleteProfileCommand").f(void 0, void 0).ser(se_DeleteProfileCommand).de(de_DeleteProfileCommand).build() {
|
|
3616
|
+
static {
|
|
3617
|
+
__name(this, "DeleteProfileCommand");
|
|
3618
|
+
}
|
|
3495
3619
|
};
|
|
3496
|
-
__name(_DeleteProfileCommand, "DeleteProfileCommand");
|
|
3497
|
-
var DeleteProfileCommand = _DeleteProfileCommand;
|
|
3498
3620
|
|
|
3499
3621
|
// src/commands/DeleteProfileShareCommand.ts
|
|
3500
3622
|
|
|
3501
3623
|
|
|
3502
3624
|
|
|
3503
|
-
var
|
|
3625
|
+
var DeleteProfileShareCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3504
3626
|
return [
|
|
3505
3627
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3506
3628
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3507
3629
|
];
|
|
3508
3630
|
}).s("WellArchitectedApiServiceLambda", "DeleteProfileShare", {}).n("WellArchitectedClient", "DeleteProfileShareCommand").f(void 0, void 0).ser(se_DeleteProfileShareCommand).de(de_DeleteProfileShareCommand).build() {
|
|
3631
|
+
static {
|
|
3632
|
+
__name(this, "DeleteProfileShareCommand");
|
|
3633
|
+
}
|
|
3509
3634
|
};
|
|
3510
|
-
__name(_DeleteProfileShareCommand, "DeleteProfileShareCommand");
|
|
3511
|
-
var DeleteProfileShareCommand = _DeleteProfileShareCommand;
|
|
3512
3635
|
|
|
3513
3636
|
// src/commands/DeleteReviewTemplateCommand.ts
|
|
3514
3637
|
|
|
3515
3638
|
|
|
3516
3639
|
|
|
3517
|
-
var
|
|
3640
|
+
var DeleteReviewTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3518
3641
|
return [
|
|
3519
3642
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3520
3643
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3521
3644
|
];
|
|
3522
3645
|
}).s("WellArchitectedApiServiceLambda", "DeleteReviewTemplate", {}).n("WellArchitectedClient", "DeleteReviewTemplateCommand").f(void 0, void 0).ser(se_DeleteReviewTemplateCommand).de(de_DeleteReviewTemplateCommand).build() {
|
|
3646
|
+
static {
|
|
3647
|
+
__name(this, "DeleteReviewTemplateCommand");
|
|
3648
|
+
}
|
|
3523
3649
|
};
|
|
3524
|
-
__name(_DeleteReviewTemplateCommand, "DeleteReviewTemplateCommand");
|
|
3525
|
-
var DeleteReviewTemplateCommand = _DeleteReviewTemplateCommand;
|
|
3526
3650
|
|
|
3527
3651
|
// src/commands/DeleteTemplateShareCommand.ts
|
|
3528
3652
|
|
|
3529
3653
|
|
|
3530
3654
|
|
|
3531
|
-
var
|
|
3655
|
+
var DeleteTemplateShareCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3532
3656
|
return [
|
|
3533
3657
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3534
3658
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3535
3659
|
];
|
|
3536
3660
|
}).s("WellArchitectedApiServiceLambda", "DeleteTemplateShare", {}).n("WellArchitectedClient", "DeleteTemplateShareCommand").f(void 0, void 0).ser(se_DeleteTemplateShareCommand).de(de_DeleteTemplateShareCommand).build() {
|
|
3661
|
+
static {
|
|
3662
|
+
__name(this, "DeleteTemplateShareCommand");
|
|
3663
|
+
}
|
|
3537
3664
|
};
|
|
3538
|
-
__name(_DeleteTemplateShareCommand, "DeleteTemplateShareCommand");
|
|
3539
|
-
var DeleteTemplateShareCommand = _DeleteTemplateShareCommand;
|
|
3540
3665
|
|
|
3541
3666
|
// src/commands/DeleteWorkloadCommand.ts
|
|
3542
3667
|
|
|
3543
3668
|
|
|
3544
3669
|
|
|
3545
|
-
var
|
|
3670
|
+
var DeleteWorkloadCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3546
3671
|
return [
|
|
3547
3672
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3548
3673
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3549
3674
|
];
|
|
3550
3675
|
}).s("WellArchitectedApiServiceLambda", "DeleteWorkload", {}).n("WellArchitectedClient", "DeleteWorkloadCommand").f(void 0, void 0).ser(se_DeleteWorkloadCommand).de(de_DeleteWorkloadCommand).build() {
|
|
3676
|
+
static {
|
|
3677
|
+
__name(this, "DeleteWorkloadCommand");
|
|
3678
|
+
}
|
|
3551
3679
|
};
|
|
3552
|
-
__name(_DeleteWorkloadCommand, "DeleteWorkloadCommand");
|
|
3553
|
-
var DeleteWorkloadCommand = _DeleteWorkloadCommand;
|
|
3554
3680
|
|
|
3555
3681
|
// src/commands/DeleteWorkloadShareCommand.ts
|
|
3556
3682
|
|
|
3557
3683
|
|
|
3558
3684
|
|
|
3559
|
-
var
|
|
3685
|
+
var DeleteWorkloadShareCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3560
3686
|
return [
|
|
3561
3687
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3562
3688
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3563
3689
|
];
|
|
3564
3690
|
}).s("WellArchitectedApiServiceLambda", "DeleteWorkloadShare", {}).n("WellArchitectedClient", "DeleteWorkloadShareCommand").f(void 0, void 0).ser(se_DeleteWorkloadShareCommand).de(de_DeleteWorkloadShareCommand).build() {
|
|
3691
|
+
static {
|
|
3692
|
+
__name(this, "DeleteWorkloadShareCommand");
|
|
3693
|
+
}
|
|
3565
3694
|
};
|
|
3566
|
-
__name(_DeleteWorkloadShareCommand, "DeleteWorkloadShareCommand");
|
|
3567
|
-
var DeleteWorkloadShareCommand = _DeleteWorkloadShareCommand;
|
|
3568
3695
|
|
|
3569
3696
|
// src/commands/DisassociateLensesCommand.ts
|
|
3570
3697
|
|
|
3571
3698
|
|
|
3572
3699
|
|
|
3573
|
-
var
|
|
3700
|
+
var DisassociateLensesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3574
3701
|
return [
|
|
3575
3702
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3576
3703
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3577
3704
|
];
|
|
3578
3705
|
}).s("WellArchitectedApiServiceLambda", "DisassociateLenses", {}).n("WellArchitectedClient", "DisassociateLensesCommand").f(void 0, void 0).ser(se_DisassociateLensesCommand).de(de_DisassociateLensesCommand).build() {
|
|
3706
|
+
static {
|
|
3707
|
+
__name(this, "DisassociateLensesCommand");
|
|
3708
|
+
}
|
|
3579
3709
|
};
|
|
3580
|
-
__name(_DisassociateLensesCommand, "DisassociateLensesCommand");
|
|
3581
|
-
var DisassociateLensesCommand = _DisassociateLensesCommand;
|
|
3582
3710
|
|
|
3583
3711
|
// src/commands/DisassociateProfilesCommand.ts
|
|
3584
3712
|
|
|
3585
3713
|
|
|
3586
3714
|
|
|
3587
|
-
var
|
|
3715
|
+
var DisassociateProfilesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3588
3716
|
return [
|
|
3589
3717
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3590
3718
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3591
3719
|
];
|
|
3592
3720
|
}).s("WellArchitectedApiServiceLambda", "DisassociateProfiles", {}).n("WellArchitectedClient", "DisassociateProfilesCommand").f(void 0, void 0).ser(se_DisassociateProfilesCommand).de(de_DisassociateProfilesCommand).build() {
|
|
3721
|
+
static {
|
|
3722
|
+
__name(this, "DisassociateProfilesCommand");
|
|
3723
|
+
}
|
|
3593
3724
|
};
|
|
3594
|
-
__name(_DisassociateProfilesCommand, "DisassociateProfilesCommand");
|
|
3595
|
-
var DisassociateProfilesCommand = _DisassociateProfilesCommand;
|
|
3596
3725
|
|
|
3597
3726
|
// src/commands/ExportLensCommand.ts
|
|
3598
3727
|
|
|
3599
3728
|
|
|
3600
3729
|
|
|
3601
|
-
var
|
|
3730
|
+
var ExportLensCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3602
3731
|
return [
|
|
3603
3732
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3604
3733
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3605
3734
|
];
|
|
3606
3735
|
}).s("WellArchitectedApiServiceLambda", "ExportLens", {}).n("WellArchitectedClient", "ExportLensCommand").f(void 0, void 0).ser(se_ExportLensCommand).de(de_ExportLensCommand).build() {
|
|
3736
|
+
static {
|
|
3737
|
+
__name(this, "ExportLensCommand");
|
|
3738
|
+
}
|
|
3607
3739
|
};
|
|
3608
|
-
__name(_ExportLensCommand, "ExportLensCommand");
|
|
3609
|
-
var ExportLensCommand = _ExportLensCommand;
|
|
3610
3740
|
|
|
3611
3741
|
// src/commands/GetAnswerCommand.ts
|
|
3612
3742
|
|
|
3613
3743
|
|
|
3614
3744
|
|
|
3615
|
-
var
|
|
3745
|
+
var GetAnswerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3616
3746
|
return [
|
|
3617
3747
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3618
3748
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3619
3749
|
];
|
|
3620
3750
|
}).s("WellArchitectedApiServiceLambda", "GetAnswer", {}).n("WellArchitectedClient", "GetAnswerCommand").f(void 0, void 0).ser(se_GetAnswerCommand).de(de_GetAnswerCommand).build() {
|
|
3751
|
+
static {
|
|
3752
|
+
__name(this, "GetAnswerCommand");
|
|
3753
|
+
}
|
|
3621
3754
|
};
|
|
3622
|
-
__name(_GetAnswerCommand, "GetAnswerCommand");
|
|
3623
|
-
var GetAnswerCommand = _GetAnswerCommand;
|
|
3624
3755
|
|
|
3625
3756
|
// src/commands/GetConsolidatedReportCommand.ts
|
|
3626
3757
|
|
|
3627
3758
|
|
|
3628
3759
|
|
|
3629
|
-
var
|
|
3760
|
+
var GetConsolidatedReportCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3630
3761
|
return [
|
|
3631
3762
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3632
3763
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3633
3764
|
];
|
|
3634
3765
|
}).s("WellArchitectedApiServiceLambda", "GetConsolidatedReport", {}).n("WellArchitectedClient", "GetConsolidatedReportCommand").f(void 0, void 0).ser(se_GetConsolidatedReportCommand).de(de_GetConsolidatedReportCommand).build() {
|
|
3766
|
+
static {
|
|
3767
|
+
__name(this, "GetConsolidatedReportCommand");
|
|
3768
|
+
}
|
|
3635
3769
|
};
|
|
3636
|
-
__name(_GetConsolidatedReportCommand, "GetConsolidatedReportCommand");
|
|
3637
|
-
var GetConsolidatedReportCommand = _GetConsolidatedReportCommand;
|
|
3638
3770
|
|
|
3639
3771
|
// src/commands/GetGlobalSettingsCommand.ts
|
|
3640
3772
|
|
|
3641
3773
|
|
|
3642
3774
|
|
|
3643
|
-
var
|
|
3775
|
+
var GetGlobalSettingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3644
3776
|
return [
|
|
3645
3777
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3646
3778
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3647
3779
|
];
|
|
3648
3780
|
}).s("WellArchitectedApiServiceLambda", "GetGlobalSettings", {}).n("WellArchitectedClient", "GetGlobalSettingsCommand").f(void 0, void 0).ser(se_GetGlobalSettingsCommand).de(de_GetGlobalSettingsCommand).build() {
|
|
3781
|
+
static {
|
|
3782
|
+
__name(this, "GetGlobalSettingsCommand");
|
|
3783
|
+
}
|
|
3649
3784
|
};
|
|
3650
|
-
__name(_GetGlobalSettingsCommand, "GetGlobalSettingsCommand");
|
|
3651
|
-
var GetGlobalSettingsCommand = _GetGlobalSettingsCommand;
|
|
3652
3785
|
|
|
3653
3786
|
// src/commands/GetLensCommand.ts
|
|
3654
3787
|
|
|
3655
3788
|
|
|
3656
3789
|
|
|
3657
|
-
var
|
|
3790
|
+
var GetLensCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3658
3791
|
return [
|
|
3659
3792
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3660
3793
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3661
3794
|
];
|
|
3662
3795
|
}).s("WellArchitectedApiServiceLambda", "GetLens", {}).n("WellArchitectedClient", "GetLensCommand").f(void 0, void 0).ser(se_GetLensCommand).de(de_GetLensCommand).build() {
|
|
3796
|
+
static {
|
|
3797
|
+
__name(this, "GetLensCommand");
|
|
3798
|
+
}
|
|
3663
3799
|
};
|
|
3664
|
-
__name(_GetLensCommand, "GetLensCommand");
|
|
3665
|
-
var GetLensCommand = _GetLensCommand;
|
|
3666
3800
|
|
|
3667
3801
|
// src/commands/GetLensReviewCommand.ts
|
|
3668
3802
|
|
|
3669
3803
|
|
|
3670
3804
|
|
|
3671
|
-
var
|
|
3805
|
+
var GetLensReviewCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3672
3806
|
return [
|
|
3673
3807
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3674
3808
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3675
3809
|
];
|
|
3676
3810
|
}).s("WellArchitectedApiServiceLambda", "GetLensReview", {}).n("WellArchitectedClient", "GetLensReviewCommand").f(void 0, void 0).ser(se_GetLensReviewCommand).de(de_GetLensReviewCommand).build() {
|
|
3811
|
+
static {
|
|
3812
|
+
__name(this, "GetLensReviewCommand");
|
|
3813
|
+
}
|
|
3677
3814
|
};
|
|
3678
|
-
__name(_GetLensReviewCommand, "GetLensReviewCommand");
|
|
3679
|
-
var GetLensReviewCommand = _GetLensReviewCommand;
|
|
3680
3815
|
|
|
3681
3816
|
// src/commands/GetLensReviewReportCommand.ts
|
|
3682
3817
|
|
|
3683
3818
|
|
|
3684
3819
|
|
|
3685
|
-
var
|
|
3820
|
+
var GetLensReviewReportCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3686
3821
|
return [
|
|
3687
3822
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3688
3823
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3689
3824
|
];
|
|
3690
3825
|
}).s("WellArchitectedApiServiceLambda", "GetLensReviewReport", {}).n("WellArchitectedClient", "GetLensReviewReportCommand").f(void 0, void 0).ser(se_GetLensReviewReportCommand).de(de_GetLensReviewReportCommand).build() {
|
|
3826
|
+
static {
|
|
3827
|
+
__name(this, "GetLensReviewReportCommand");
|
|
3828
|
+
}
|
|
3691
3829
|
};
|
|
3692
|
-
__name(_GetLensReviewReportCommand, "GetLensReviewReportCommand");
|
|
3693
|
-
var GetLensReviewReportCommand = _GetLensReviewReportCommand;
|
|
3694
3830
|
|
|
3695
3831
|
// src/commands/GetLensVersionDifferenceCommand.ts
|
|
3696
3832
|
|
|
3697
3833
|
|
|
3698
3834
|
|
|
3699
|
-
var
|
|
3835
|
+
var GetLensVersionDifferenceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3700
3836
|
return [
|
|
3701
3837
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3702
3838
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3703
3839
|
];
|
|
3704
3840
|
}).s("WellArchitectedApiServiceLambda", "GetLensVersionDifference", {}).n("WellArchitectedClient", "GetLensVersionDifferenceCommand").f(void 0, void 0).ser(se_GetLensVersionDifferenceCommand).de(de_GetLensVersionDifferenceCommand).build() {
|
|
3841
|
+
static {
|
|
3842
|
+
__name(this, "GetLensVersionDifferenceCommand");
|
|
3843
|
+
}
|
|
3705
3844
|
};
|
|
3706
|
-
__name(_GetLensVersionDifferenceCommand, "GetLensVersionDifferenceCommand");
|
|
3707
|
-
var GetLensVersionDifferenceCommand = _GetLensVersionDifferenceCommand;
|
|
3708
3845
|
|
|
3709
3846
|
// src/commands/GetMilestoneCommand.ts
|
|
3710
3847
|
|
|
3711
3848
|
|
|
3712
3849
|
|
|
3713
|
-
var
|
|
3850
|
+
var GetMilestoneCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3714
3851
|
return [
|
|
3715
3852
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3716
3853
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3717
3854
|
];
|
|
3718
3855
|
}).s("WellArchitectedApiServiceLambda", "GetMilestone", {}).n("WellArchitectedClient", "GetMilestoneCommand").f(void 0, void 0).ser(se_GetMilestoneCommand).de(de_GetMilestoneCommand).build() {
|
|
3856
|
+
static {
|
|
3857
|
+
__name(this, "GetMilestoneCommand");
|
|
3858
|
+
}
|
|
3719
3859
|
};
|
|
3720
|
-
__name(_GetMilestoneCommand, "GetMilestoneCommand");
|
|
3721
|
-
var GetMilestoneCommand = _GetMilestoneCommand;
|
|
3722
3860
|
|
|
3723
3861
|
// src/commands/GetProfileCommand.ts
|
|
3724
3862
|
|
|
3725
3863
|
|
|
3726
3864
|
|
|
3727
|
-
var
|
|
3865
|
+
var GetProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3728
3866
|
return [
|
|
3729
3867
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3730
3868
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3731
3869
|
];
|
|
3732
3870
|
}).s("WellArchitectedApiServiceLambda", "GetProfile", {}).n("WellArchitectedClient", "GetProfileCommand").f(void 0, void 0).ser(se_GetProfileCommand).de(de_GetProfileCommand).build() {
|
|
3871
|
+
static {
|
|
3872
|
+
__name(this, "GetProfileCommand");
|
|
3873
|
+
}
|
|
3733
3874
|
};
|
|
3734
|
-
__name(_GetProfileCommand, "GetProfileCommand");
|
|
3735
|
-
var GetProfileCommand = _GetProfileCommand;
|
|
3736
3875
|
|
|
3737
3876
|
// src/commands/GetProfileTemplateCommand.ts
|
|
3738
3877
|
|
|
3739
3878
|
|
|
3740
3879
|
|
|
3741
|
-
var
|
|
3880
|
+
var GetProfileTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3742
3881
|
return [
|
|
3743
3882
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3744
3883
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3745
3884
|
];
|
|
3746
3885
|
}).s("WellArchitectedApiServiceLambda", "GetProfileTemplate", {}).n("WellArchitectedClient", "GetProfileTemplateCommand").f(void 0, void 0).ser(se_GetProfileTemplateCommand).de(de_GetProfileTemplateCommand).build() {
|
|
3886
|
+
static {
|
|
3887
|
+
__name(this, "GetProfileTemplateCommand");
|
|
3888
|
+
}
|
|
3747
3889
|
};
|
|
3748
|
-
__name(_GetProfileTemplateCommand, "GetProfileTemplateCommand");
|
|
3749
|
-
var GetProfileTemplateCommand = _GetProfileTemplateCommand;
|
|
3750
3890
|
|
|
3751
3891
|
// src/commands/GetReviewTemplateAnswerCommand.ts
|
|
3752
3892
|
|
|
3753
3893
|
|
|
3754
3894
|
|
|
3755
|
-
var
|
|
3895
|
+
var GetReviewTemplateAnswerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3756
3896
|
return [
|
|
3757
3897
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3758
3898
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3759
3899
|
];
|
|
3760
3900
|
}).s("WellArchitectedApiServiceLambda", "GetReviewTemplateAnswer", {}).n("WellArchitectedClient", "GetReviewTemplateAnswerCommand").f(void 0, void 0).ser(se_GetReviewTemplateAnswerCommand).de(de_GetReviewTemplateAnswerCommand).build() {
|
|
3901
|
+
static {
|
|
3902
|
+
__name(this, "GetReviewTemplateAnswerCommand");
|
|
3903
|
+
}
|
|
3761
3904
|
};
|
|
3762
|
-
__name(_GetReviewTemplateAnswerCommand, "GetReviewTemplateAnswerCommand");
|
|
3763
|
-
var GetReviewTemplateAnswerCommand = _GetReviewTemplateAnswerCommand;
|
|
3764
3905
|
|
|
3765
3906
|
// src/commands/GetReviewTemplateCommand.ts
|
|
3766
3907
|
|
|
3767
3908
|
|
|
3768
3909
|
|
|
3769
|
-
var
|
|
3910
|
+
var GetReviewTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3770
3911
|
return [
|
|
3771
3912
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3772
3913
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3773
3914
|
];
|
|
3774
3915
|
}).s("WellArchitectedApiServiceLambda", "GetReviewTemplate", {}).n("WellArchitectedClient", "GetReviewTemplateCommand").f(void 0, void 0).ser(se_GetReviewTemplateCommand).de(de_GetReviewTemplateCommand).build() {
|
|
3916
|
+
static {
|
|
3917
|
+
__name(this, "GetReviewTemplateCommand");
|
|
3918
|
+
}
|
|
3775
3919
|
};
|
|
3776
|
-
__name(_GetReviewTemplateCommand, "GetReviewTemplateCommand");
|
|
3777
|
-
var GetReviewTemplateCommand = _GetReviewTemplateCommand;
|
|
3778
3920
|
|
|
3779
3921
|
// src/commands/GetReviewTemplateLensReviewCommand.ts
|
|
3780
3922
|
|
|
3781
3923
|
|
|
3782
3924
|
|
|
3783
|
-
var
|
|
3925
|
+
var GetReviewTemplateLensReviewCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3784
3926
|
return [
|
|
3785
3927
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3786
3928
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3787
3929
|
];
|
|
3788
3930
|
}).s("WellArchitectedApiServiceLambda", "GetReviewTemplateLensReview", {}).n("WellArchitectedClient", "GetReviewTemplateLensReviewCommand").f(void 0, void 0).ser(se_GetReviewTemplateLensReviewCommand).de(de_GetReviewTemplateLensReviewCommand).build() {
|
|
3931
|
+
static {
|
|
3932
|
+
__name(this, "GetReviewTemplateLensReviewCommand");
|
|
3933
|
+
}
|
|
3789
3934
|
};
|
|
3790
|
-
__name(_GetReviewTemplateLensReviewCommand, "GetReviewTemplateLensReviewCommand");
|
|
3791
|
-
var GetReviewTemplateLensReviewCommand = _GetReviewTemplateLensReviewCommand;
|
|
3792
3935
|
|
|
3793
3936
|
// src/commands/GetWorkloadCommand.ts
|
|
3794
3937
|
|
|
3795
3938
|
|
|
3796
3939
|
|
|
3797
|
-
var
|
|
3940
|
+
var GetWorkloadCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3798
3941
|
return [
|
|
3799
3942
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3800
3943
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3801
3944
|
];
|
|
3802
3945
|
}).s("WellArchitectedApiServiceLambda", "GetWorkload", {}).n("WellArchitectedClient", "GetWorkloadCommand").f(void 0, void 0).ser(se_GetWorkloadCommand).de(de_GetWorkloadCommand).build() {
|
|
3946
|
+
static {
|
|
3947
|
+
__name(this, "GetWorkloadCommand");
|
|
3948
|
+
}
|
|
3803
3949
|
};
|
|
3804
|
-
__name(_GetWorkloadCommand, "GetWorkloadCommand");
|
|
3805
|
-
var GetWorkloadCommand = _GetWorkloadCommand;
|
|
3806
3950
|
|
|
3807
3951
|
// src/commands/ImportLensCommand.ts
|
|
3808
3952
|
|
|
3809
3953
|
|
|
3810
3954
|
|
|
3811
|
-
var
|
|
3955
|
+
var ImportLensCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3812
3956
|
return [
|
|
3813
3957
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3814
3958
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3815
3959
|
];
|
|
3816
3960
|
}).s("WellArchitectedApiServiceLambda", "ImportLens", {}).n("WellArchitectedClient", "ImportLensCommand").f(void 0, void 0).ser(se_ImportLensCommand).de(de_ImportLensCommand).build() {
|
|
3961
|
+
static {
|
|
3962
|
+
__name(this, "ImportLensCommand");
|
|
3963
|
+
}
|
|
3817
3964
|
};
|
|
3818
|
-
__name(_ImportLensCommand, "ImportLensCommand");
|
|
3819
|
-
var ImportLensCommand = _ImportLensCommand;
|
|
3820
3965
|
|
|
3821
3966
|
// src/commands/ListAnswersCommand.ts
|
|
3822
3967
|
|
|
3823
3968
|
|
|
3824
3969
|
|
|
3825
|
-
var
|
|
3970
|
+
var ListAnswersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3826
3971
|
return [
|
|
3827
3972
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3828
3973
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3829
3974
|
];
|
|
3830
3975
|
}).s("WellArchitectedApiServiceLambda", "ListAnswers", {}).n("WellArchitectedClient", "ListAnswersCommand").f(void 0, void 0).ser(se_ListAnswersCommand).de(de_ListAnswersCommand).build() {
|
|
3976
|
+
static {
|
|
3977
|
+
__name(this, "ListAnswersCommand");
|
|
3978
|
+
}
|
|
3831
3979
|
};
|
|
3832
|
-
__name(_ListAnswersCommand, "ListAnswersCommand");
|
|
3833
|
-
var ListAnswersCommand = _ListAnswersCommand;
|
|
3834
3980
|
|
|
3835
3981
|
// src/commands/ListCheckDetailsCommand.ts
|
|
3836
3982
|
|
|
3837
3983
|
|
|
3838
3984
|
|
|
3839
|
-
var
|
|
3985
|
+
var ListCheckDetailsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3840
3986
|
return [
|
|
3841
3987
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3842
3988
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3843
3989
|
];
|
|
3844
3990
|
}).s("WellArchitectedApiServiceLambda", "ListCheckDetails", {}).n("WellArchitectedClient", "ListCheckDetailsCommand").f(void 0, void 0).ser(se_ListCheckDetailsCommand).de(de_ListCheckDetailsCommand).build() {
|
|
3991
|
+
static {
|
|
3992
|
+
__name(this, "ListCheckDetailsCommand");
|
|
3993
|
+
}
|
|
3845
3994
|
};
|
|
3846
|
-
__name(_ListCheckDetailsCommand, "ListCheckDetailsCommand");
|
|
3847
|
-
var ListCheckDetailsCommand = _ListCheckDetailsCommand;
|
|
3848
3995
|
|
|
3849
3996
|
// src/commands/ListCheckSummariesCommand.ts
|
|
3850
3997
|
|
|
3851
3998
|
|
|
3852
3999
|
|
|
3853
|
-
var
|
|
4000
|
+
var ListCheckSummariesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3854
4001
|
return [
|
|
3855
4002
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3856
4003
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3857
4004
|
];
|
|
3858
4005
|
}).s("WellArchitectedApiServiceLambda", "ListCheckSummaries", {}).n("WellArchitectedClient", "ListCheckSummariesCommand").f(void 0, void 0).ser(se_ListCheckSummariesCommand).de(de_ListCheckSummariesCommand).build() {
|
|
4006
|
+
static {
|
|
4007
|
+
__name(this, "ListCheckSummariesCommand");
|
|
4008
|
+
}
|
|
3859
4009
|
};
|
|
3860
|
-
__name(_ListCheckSummariesCommand, "ListCheckSummariesCommand");
|
|
3861
|
-
var ListCheckSummariesCommand = _ListCheckSummariesCommand;
|
|
3862
4010
|
|
|
3863
4011
|
// src/commands/ListLensesCommand.ts
|
|
3864
4012
|
|
|
3865
4013
|
|
|
3866
4014
|
|
|
3867
|
-
var
|
|
4015
|
+
var ListLensesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3868
4016
|
return [
|
|
3869
4017
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3870
4018
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3871
4019
|
];
|
|
3872
4020
|
}).s("WellArchitectedApiServiceLambda", "ListLenses", {}).n("WellArchitectedClient", "ListLensesCommand").f(void 0, void 0).ser(se_ListLensesCommand).de(de_ListLensesCommand).build() {
|
|
4021
|
+
static {
|
|
4022
|
+
__name(this, "ListLensesCommand");
|
|
4023
|
+
}
|
|
3873
4024
|
};
|
|
3874
|
-
__name(_ListLensesCommand, "ListLensesCommand");
|
|
3875
|
-
var ListLensesCommand = _ListLensesCommand;
|
|
3876
4025
|
|
|
3877
4026
|
// src/commands/ListLensReviewImprovementsCommand.ts
|
|
3878
4027
|
|
|
3879
4028
|
|
|
3880
4029
|
|
|
3881
|
-
var
|
|
4030
|
+
var ListLensReviewImprovementsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3882
4031
|
return [
|
|
3883
4032
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3884
4033
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3885
4034
|
];
|
|
3886
4035
|
}).s("WellArchitectedApiServiceLambda", "ListLensReviewImprovements", {}).n("WellArchitectedClient", "ListLensReviewImprovementsCommand").f(void 0, void 0).ser(se_ListLensReviewImprovementsCommand).de(de_ListLensReviewImprovementsCommand).build() {
|
|
4036
|
+
static {
|
|
4037
|
+
__name(this, "ListLensReviewImprovementsCommand");
|
|
4038
|
+
}
|
|
3887
4039
|
};
|
|
3888
|
-
__name(_ListLensReviewImprovementsCommand, "ListLensReviewImprovementsCommand");
|
|
3889
|
-
var ListLensReviewImprovementsCommand = _ListLensReviewImprovementsCommand;
|
|
3890
4040
|
|
|
3891
4041
|
// src/commands/ListLensReviewsCommand.ts
|
|
3892
4042
|
|
|
3893
4043
|
|
|
3894
4044
|
|
|
3895
|
-
var
|
|
4045
|
+
var ListLensReviewsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3896
4046
|
return [
|
|
3897
4047
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3898
4048
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3899
4049
|
];
|
|
3900
4050
|
}).s("WellArchitectedApiServiceLambda", "ListLensReviews", {}).n("WellArchitectedClient", "ListLensReviewsCommand").f(void 0, void 0).ser(se_ListLensReviewsCommand).de(de_ListLensReviewsCommand).build() {
|
|
4051
|
+
static {
|
|
4052
|
+
__name(this, "ListLensReviewsCommand");
|
|
4053
|
+
}
|
|
3901
4054
|
};
|
|
3902
|
-
__name(_ListLensReviewsCommand, "ListLensReviewsCommand");
|
|
3903
|
-
var ListLensReviewsCommand = _ListLensReviewsCommand;
|
|
3904
4055
|
|
|
3905
4056
|
// src/commands/ListLensSharesCommand.ts
|
|
3906
4057
|
|
|
3907
4058
|
|
|
3908
4059
|
|
|
3909
|
-
var
|
|
4060
|
+
var ListLensSharesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3910
4061
|
return [
|
|
3911
4062
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3912
4063
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3913
4064
|
];
|
|
3914
4065
|
}).s("WellArchitectedApiServiceLambda", "ListLensShares", {}).n("WellArchitectedClient", "ListLensSharesCommand").f(void 0, void 0).ser(se_ListLensSharesCommand).de(de_ListLensSharesCommand).build() {
|
|
4066
|
+
static {
|
|
4067
|
+
__name(this, "ListLensSharesCommand");
|
|
4068
|
+
}
|
|
3915
4069
|
};
|
|
3916
|
-
__name(_ListLensSharesCommand, "ListLensSharesCommand");
|
|
3917
|
-
var ListLensSharesCommand = _ListLensSharesCommand;
|
|
3918
4070
|
|
|
3919
4071
|
// src/commands/ListMilestonesCommand.ts
|
|
3920
4072
|
|
|
3921
4073
|
|
|
3922
4074
|
|
|
3923
|
-
var
|
|
4075
|
+
var ListMilestonesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3924
4076
|
return [
|
|
3925
4077
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3926
4078
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3927
4079
|
];
|
|
3928
4080
|
}).s("WellArchitectedApiServiceLambda", "ListMilestones", {}).n("WellArchitectedClient", "ListMilestonesCommand").f(void 0, void 0).ser(se_ListMilestonesCommand).de(de_ListMilestonesCommand).build() {
|
|
4081
|
+
static {
|
|
4082
|
+
__name(this, "ListMilestonesCommand");
|
|
4083
|
+
}
|
|
3929
4084
|
};
|
|
3930
|
-
__name(_ListMilestonesCommand, "ListMilestonesCommand");
|
|
3931
|
-
var ListMilestonesCommand = _ListMilestonesCommand;
|
|
3932
4085
|
|
|
3933
4086
|
// src/commands/ListNotificationsCommand.ts
|
|
3934
4087
|
|
|
3935
4088
|
|
|
3936
4089
|
|
|
3937
|
-
var
|
|
4090
|
+
var ListNotificationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3938
4091
|
return [
|
|
3939
4092
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3940
4093
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3941
4094
|
];
|
|
3942
4095
|
}).s("WellArchitectedApiServiceLambda", "ListNotifications", {}).n("WellArchitectedClient", "ListNotificationsCommand").f(void 0, void 0).ser(se_ListNotificationsCommand).de(de_ListNotificationsCommand).build() {
|
|
4096
|
+
static {
|
|
4097
|
+
__name(this, "ListNotificationsCommand");
|
|
4098
|
+
}
|
|
3943
4099
|
};
|
|
3944
|
-
__name(_ListNotificationsCommand, "ListNotificationsCommand");
|
|
3945
|
-
var ListNotificationsCommand = _ListNotificationsCommand;
|
|
3946
4100
|
|
|
3947
4101
|
// src/commands/ListProfileNotificationsCommand.ts
|
|
3948
4102
|
|
|
3949
4103
|
|
|
3950
4104
|
|
|
3951
|
-
var
|
|
4105
|
+
var ListProfileNotificationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3952
4106
|
return [
|
|
3953
4107
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3954
4108
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3955
4109
|
];
|
|
3956
4110
|
}).s("WellArchitectedApiServiceLambda", "ListProfileNotifications", {}).n("WellArchitectedClient", "ListProfileNotificationsCommand").f(void 0, void 0).ser(se_ListProfileNotificationsCommand).de(de_ListProfileNotificationsCommand).build() {
|
|
4111
|
+
static {
|
|
4112
|
+
__name(this, "ListProfileNotificationsCommand");
|
|
4113
|
+
}
|
|
3957
4114
|
};
|
|
3958
|
-
__name(_ListProfileNotificationsCommand, "ListProfileNotificationsCommand");
|
|
3959
|
-
var ListProfileNotificationsCommand = _ListProfileNotificationsCommand;
|
|
3960
4115
|
|
|
3961
4116
|
// src/commands/ListProfilesCommand.ts
|
|
3962
4117
|
|
|
3963
4118
|
|
|
3964
4119
|
|
|
3965
|
-
var
|
|
4120
|
+
var ListProfilesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3966
4121
|
return [
|
|
3967
4122
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3968
4123
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3969
4124
|
];
|
|
3970
4125
|
}).s("WellArchitectedApiServiceLambda", "ListProfiles", {}).n("WellArchitectedClient", "ListProfilesCommand").f(void 0, void 0).ser(se_ListProfilesCommand).de(de_ListProfilesCommand).build() {
|
|
4126
|
+
static {
|
|
4127
|
+
__name(this, "ListProfilesCommand");
|
|
4128
|
+
}
|
|
3971
4129
|
};
|
|
3972
|
-
__name(_ListProfilesCommand, "ListProfilesCommand");
|
|
3973
|
-
var ListProfilesCommand = _ListProfilesCommand;
|
|
3974
4130
|
|
|
3975
4131
|
// src/commands/ListProfileSharesCommand.ts
|
|
3976
4132
|
|
|
3977
4133
|
|
|
3978
4134
|
|
|
3979
|
-
var
|
|
4135
|
+
var ListProfileSharesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3980
4136
|
return [
|
|
3981
4137
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3982
4138
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3983
4139
|
];
|
|
3984
4140
|
}).s("WellArchitectedApiServiceLambda", "ListProfileShares", {}).n("WellArchitectedClient", "ListProfileSharesCommand").f(void 0, void 0).ser(se_ListProfileSharesCommand).de(de_ListProfileSharesCommand).build() {
|
|
4141
|
+
static {
|
|
4142
|
+
__name(this, "ListProfileSharesCommand");
|
|
4143
|
+
}
|
|
3985
4144
|
};
|
|
3986
|
-
__name(_ListProfileSharesCommand, "ListProfileSharesCommand");
|
|
3987
|
-
var ListProfileSharesCommand = _ListProfileSharesCommand;
|
|
3988
4145
|
|
|
3989
4146
|
// src/commands/ListReviewTemplateAnswersCommand.ts
|
|
3990
4147
|
|
|
3991
4148
|
|
|
3992
4149
|
|
|
3993
|
-
var
|
|
4150
|
+
var ListReviewTemplateAnswersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3994
4151
|
return [
|
|
3995
4152
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3996
4153
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3997
4154
|
];
|
|
3998
4155
|
}).s("WellArchitectedApiServiceLambda", "ListReviewTemplateAnswers", {}).n("WellArchitectedClient", "ListReviewTemplateAnswersCommand").f(void 0, void 0).ser(se_ListReviewTemplateAnswersCommand).de(de_ListReviewTemplateAnswersCommand).build() {
|
|
4156
|
+
static {
|
|
4157
|
+
__name(this, "ListReviewTemplateAnswersCommand");
|
|
4158
|
+
}
|
|
3999
4159
|
};
|
|
4000
|
-
__name(_ListReviewTemplateAnswersCommand, "ListReviewTemplateAnswersCommand");
|
|
4001
|
-
var ListReviewTemplateAnswersCommand = _ListReviewTemplateAnswersCommand;
|
|
4002
4160
|
|
|
4003
4161
|
// src/commands/ListReviewTemplatesCommand.ts
|
|
4004
4162
|
|
|
4005
4163
|
|
|
4006
4164
|
|
|
4007
|
-
var
|
|
4165
|
+
var ListReviewTemplatesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4008
4166
|
return [
|
|
4009
4167
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4010
4168
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4011
4169
|
];
|
|
4012
4170
|
}).s("WellArchitectedApiServiceLambda", "ListReviewTemplates", {}).n("WellArchitectedClient", "ListReviewTemplatesCommand").f(void 0, void 0).ser(se_ListReviewTemplatesCommand).de(de_ListReviewTemplatesCommand).build() {
|
|
4171
|
+
static {
|
|
4172
|
+
__name(this, "ListReviewTemplatesCommand");
|
|
4173
|
+
}
|
|
4013
4174
|
};
|
|
4014
|
-
__name(_ListReviewTemplatesCommand, "ListReviewTemplatesCommand");
|
|
4015
|
-
var ListReviewTemplatesCommand = _ListReviewTemplatesCommand;
|
|
4016
4175
|
|
|
4017
4176
|
// src/commands/ListShareInvitationsCommand.ts
|
|
4018
4177
|
|
|
4019
4178
|
|
|
4020
4179
|
|
|
4021
|
-
var
|
|
4180
|
+
var ListShareInvitationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4022
4181
|
return [
|
|
4023
4182
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4024
4183
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4025
4184
|
];
|
|
4026
4185
|
}).s("WellArchitectedApiServiceLambda", "ListShareInvitations", {}).n("WellArchitectedClient", "ListShareInvitationsCommand").f(void 0, void 0).ser(se_ListShareInvitationsCommand).de(de_ListShareInvitationsCommand).build() {
|
|
4186
|
+
static {
|
|
4187
|
+
__name(this, "ListShareInvitationsCommand");
|
|
4188
|
+
}
|
|
4027
4189
|
};
|
|
4028
|
-
__name(_ListShareInvitationsCommand, "ListShareInvitationsCommand");
|
|
4029
|
-
var ListShareInvitationsCommand = _ListShareInvitationsCommand;
|
|
4030
4190
|
|
|
4031
4191
|
// src/commands/ListTagsForResourceCommand.ts
|
|
4032
4192
|
|
|
4033
4193
|
|
|
4034
4194
|
|
|
4035
|
-
var
|
|
4195
|
+
var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4036
4196
|
return [
|
|
4037
4197
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4038
4198
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4039
4199
|
];
|
|
4040
4200
|
}).s("WellArchitectedApiServiceLambda", "ListTagsForResource", {}).n("WellArchitectedClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
4201
|
+
static {
|
|
4202
|
+
__name(this, "ListTagsForResourceCommand");
|
|
4203
|
+
}
|
|
4041
4204
|
};
|
|
4042
|
-
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
4043
|
-
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
4044
4205
|
|
|
4045
4206
|
// src/commands/ListTemplateSharesCommand.ts
|
|
4046
4207
|
|
|
4047
4208
|
|
|
4048
4209
|
|
|
4049
|
-
var
|
|
4210
|
+
var ListTemplateSharesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4050
4211
|
return [
|
|
4051
4212
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4052
4213
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4053
4214
|
];
|
|
4054
4215
|
}).s("WellArchitectedApiServiceLambda", "ListTemplateShares", {}).n("WellArchitectedClient", "ListTemplateSharesCommand").f(void 0, void 0).ser(se_ListTemplateSharesCommand).de(de_ListTemplateSharesCommand).build() {
|
|
4216
|
+
static {
|
|
4217
|
+
__name(this, "ListTemplateSharesCommand");
|
|
4218
|
+
}
|
|
4055
4219
|
};
|
|
4056
|
-
__name(_ListTemplateSharesCommand, "ListTemplateSharesCommand");
|
|
4057
|
-
var ListTemplateSharesCommand = _ListTemplateSharesCommand;
|
|
4058
4220
|
|
|
4059
4221
|
// src/commands/ListWorkloadsCommand.ts
|
|
4060
4222
|
|
|
4061
4223
|
|
|
4062
4224
|
|
|
4063
|
-
var
|
|
4225
|
+
var ListWorkloadsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4064
4226
|
return [
|
|
4065
4227
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4066
4228
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4067
4229
|
];
|
|
4068
4230
|
}).s("WellArchitectedApiServiceLambda", "ListWorkloads", {}).n("WellArchitectedClient", "ListWorkloadsCommand").f(void 0, void 0).ser(se_ListWorkloadsCommand).de(de_ListWorkloadsCommand).build() {
|
|
4231
|
+
static {
|
|
4232
|
+
__name(this, "ListWorkloadsCommand");
|
|
4233
|
+
}
|
|
4069
4234
|
};
|
|
4070
|
-
__name(_ListWorkloadsCommand, "ListWorkloadsCommand");
|
|
4071
|
-
var ListWorkloadsCommand = _ListWorkloadsCommand;
|
|
4072
4235
|
|
|
4073
4236
|
// src/commands/ListWorkloadSharesCommand.ts
|
|
4074
4237
|
|
|
4075
4238
|
|
|
4076
4239
|
|
|
4077
|
-
var
|
|
4240
|
+
var ListWorkloadSharesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4078
4241
|
return [
|
|
4079
4242
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4080
4243
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4081
4244
|
];
|
|
4082
4245
|
}).s("WellArchitectedApiServiceLambda", "ListWorkloadShares", {}).n("WellArchitectedClient", "ListWorkloadSharesCommand").f(void 0, void 0).ser(se_ListWorkloadSharesCommand).de(de_ListWorkloadSharesCommand).build() {
|
|
4246
|
+
static {
|
|
4247
|
+
__name(this, "ListWorkloadSharesCommand");
|
|
4248
|
+
}
|
|
4083
4249
|
};
|
|
4084
|
-
__name(_ListWorkloadSharesCommand, "ListWorkloadSharesCommand");
|
|
4085
|
-
var ListWorkloadSharesCommand = _ListWorkloadSharesCommand;
|
|
4086
4250
|
|
|
4087
4251
|
// src/commands/TagResourceCommand.ts
|
|
4088
4252
|
|
|
4089
4253
|
|
|
4090
4254
|
|
|
4091
|
-
var
|
|
4255
|
+
var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4092
4256
|
return [
|
|
4093
4257
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4094
4258
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4095
4259
|
];
|
|
4096
4260
|
}).s("WellArchitectedApiServiceLambda", "TagResource", {}).n("WellArchitectedClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
4261
|
+
static {
|
|
4262
|
+
__name(this, "TagResourceCommand");
|
|
4263
|
+
}
|
|
4097
4264
|
};
|
|
4098
|
-
__name(_TagResourceCommand, "TagResourceCommand");
|
|
4099
|
-
var TagResourceCommand = _TagResourceCommand;
|
|
4100
4265
|
|
|
4101
4266
|
// src/commands/UntagResourceCommand.ts
|
|
4102
4267
|
|
|
4103
4268
|
|
|
4104
4269
|
|
|
4105
|
-
var
|
|
4270
|
+
var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4106
4271
|
return [
|
|
4107
4272
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4108
4273
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4109
4274
|
];
|
|
4110
4275
|
}).s("WellArchitectedApiServiceLambda", "UntagResource", {}).n("WellArchitectedClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
4276
|
+
static {
|
|
4277
|
+
__name(this, "UntagResourceCommand");
|
|
4278
|
+
}
|
|
4111
4279
|
};
|
|
4112
|
-
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
4113
|
-
var UntagResourceCommand = _UntagResourceCommand;
|
|
4114
4280
|
|
|
4115
4281
|
// src/commands/UpdateAnswerCommand.ts
|
|
4116
4282
|
|
|
4117
4283
|
|
|
4118
4284
|
|
|
4119
|
-
var
|
|
4285
|
+
var UpdateAnswerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4120
4286
|
return [
|
|
4121
4287
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4122
4288
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4123
4289
|
];
|
|
4124
4290
|
}).s("WellArchitectedApiServiceLambda", "UpdateAnswer", {}).n("WellArchitectedClient", "UpdateAnswerCommand").f(void 0, void 0).ser(se_UpdateAnswerCommand).de(de_UpdateAnswerCommand).build() {
|
|
4291
|
+
static {
|
|
4292
|
+
__name(this, "UpdateAnswerCommand");
|
|
4293
|
+
}
|
|
4125
4294
|
};
|
|
4126
|
-
__name(_UpdateAnswerCommand, "UpdateAnswerCommand");
|
|
4127
|
-
var UpdateAnswerCommand = _UpdateAnswerCommand;
|
|
4128
4295
|
|
|
4129
4296
|
// src/commands/UpdateGlobalSettingsCommand.ts
|
|
4130
4297
|
|
|
4131
4298
|
|
|
4132
4299
|
|
|
4133
|
-
var
|
|
4300
|
+
var UpdateGlobalSettingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4134
4301
|
return [
|
|
4135
4302
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4136
4303
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4137
4304
|
];
|
|
4138
4305
|
}).s("WellArchitectedApiServiceLambda", "UpdateGlobalSettings", {}).n("WellArchitectedClient", "UpdateGlobalSettingsCommand").f(void 0, void 0).ser(se_UpdateGlobalSettingsCommand).de(de_UpdateGlobalSettingsCommand).build() {
|
|
4306
|
+
static {
|
|
4307
|
+
__name(this, "UpdateGlobalSettingsCommand");
|
|
4308
|
+
}
|
|
4139
4309
|
};
|
|
4140
|
-
__name(_UpdateGlobalSettingsCommand, "UpdateGlobalSettingsCommand");
|
|
4141
|
-
var UpdateGlobalSettingsCommand = _UpdateGlobalSettingsCommand;
|
|
4142
4310
|
|
|
4143
4311
|
// src/commands/UpdateIntegrationCommand.ts
|
|
4144
4312
|
|
|
4145
4313
|
|
|
4146
4314
|
|
|
4147
|
-
var
|
|
4315
|
+
var UpdateIntegrationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4148
4316
|
return [
|
|
4149
4317
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4150
4318
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4151
4319
|
];
|
|
4152
4320
|
}).s("WellArchitectedApiServiceLambda", "UpdateIntegration", {}).n("WellArchitectedClient", "UpdateIntegrationCommand").f(void 0, void 0).ser(se_UpdateIntegrationCommand).de(de_UpdateIntegrationCommand).build() {
|
|
4321
|
+
static {
|
|
4322
|
+
__name(this, "UpdateIntegrationCommand");
|
|
4323
|
+
}
|
|
4153
4324
|
};
|
|
4154
|
-
__name(_UpdateIntegrationCommand, "UpdateIntegrationCommand");
|
|
4155
|
-
var UpdateIntegrationCommand = _UpdateIntegrationCommand;
|
|
4156
4325
|
|
|
4157
4326
|
// src/commands/UpdateLensReviewCommand.ts
|
|
4158
4327
|
|
|
4159
4328
|
|
|
4160
4329
|
|
|
4161
|
-
var
|
|
4330
|
+
var UpdateLensReviewCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4162
4331
|
return [
|
|
4163
4332
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4164
4333
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4165
4334
|
];
|
|
4166
4335
|
}).s("WellArchitectedApiServiceLambda", "UpdateLensReview", {}).n("WellArchitectedClient", "UpdateLensReviewCommand").f(void 0, void 0).ser(se_UpdateLensReviewCommand).de(de_UpdateLensReviewCommand).build() {
|
|
4336
|
+
static {
|
|
4337
|
+
__name(this, "UpdateLensReviewCommand");
|
|
4338
|
+
}
|
|
4167
4339
|
};
|
|
4168
|
-
__name(_UpdateLensReviewCommand, "UpdateLensReviewCommand");
|
|
4169
|
-
var UpdateLensReviewCommand = _UpdateLensReviewCommand;
|
|
4170
4340
|
|
|
4171
4341
|
// src/commands/UpdateProfileCommand.ts
|
|
4172
4342
|
|
|
4173
4343
|
|
|
4174
4344
|
|
|
4175
|
-
var
|
|
4345
|
+
var UpdateProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4176
4346
|
return [
|
|
4177
4347
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4178
4348
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4179
4349
|
];
|
|
4180
4350
|
}).s("WellArchitectedApiServiceLambda", "UpdateProfile", {}).n("WellArchitectedClient", "UpdateProfileCommand").f(void 0, void 0).ser(se_UpdateProfileCommand).de(de_UpdateProfileCommand).build() {
|
|
4351
|
+
static {
|
|
4352
|
+
__name(this, "UpdateProfileCommand");
|
|
4353
|
+
}
|
|
4181
4354
|
};
|
|
4182
|
-
__name(_UpdateProfileCommand, "UpdateProfileCommand");
|
|
4183
|
-
var UpdateProfileCommand = _UpdateProfileCommand;
|
|
4184
4355
|
|
|
4185
4356
|
// src/commands/UpdateReviewTemplateAnswerCommand.ts
|
|
4186
4357
|
|
|
4187
4358
|
|
|
4188
4359
|
|
|
4189
|
-
var
|
|
4360
|
+
var UpdateReviewTemplateAnswerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4190
4361
|
return [
|
|
4191
4362
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4192
4363
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4193
4364
|
];
|
|
4194
4365
|
}).s("WellArchitectedApiServiceLambda", "UpdateReviewTemplateAnswer", {}).n("WellArchitectedClient", "UpdateReviewTemplateAnswerCommand").f(void 0, void 0).ser(se_UpdateReviewTemplateAnswerCommand).de(de_UpdateReviewTemplateAnswerCommand).build() {
|
|
4366
|
+
static {
|
|
4367
|
+
__name(this, "UpdateReviewTemplateAnswerCommand");
|
|
4368
|
+
}
|
|
4195
4369
|
};
|
|
4196
|
-
__name(_UpdateReviewTemplateAnswerCommand, "UpdateReviewTemplateAnswerCommand");
|
|
4197
|
-
var UpdateReviewTemplateAnswerCommand = _UpdateReviewTemplateAnswerCommand;
|
|
4198
4370
|
|
|
4199
4371
|
// src/commands/UpdateReviewTemplateCommand.ts
|
|
4200
4372
|
|
|
4201
4373
|
|
|
4202
4374
|
|
|
4203
|
-
var
|
|
4375
|
+
var UpdateReviewTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4204
4376
|
return [
|
|
4205
4377
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4206
4378
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4207
4379
|
];
|
|
4208
4380
|
}).s("WellArchitectedApiServiceLambda", "UpdateReviewTemplate", {}).n("WellArchitectedClient", "UpdateReviewTemplateCommand").f(void 0, void 0).ser(se_UpdateReviewTemplateCommand).de(de_UpdateReviewTemplateCommand).build() {
|
|
4381
|
+
static {
|
|
4382
|
+
__name(this, "UpdateReviewTemplateCommand");
|
|
4383
|
+
}
|
|
4209
4384
|
};
|
|
4210
|
-
__name(_UpdateReviewTemplateCommand, "UpdateReviewTemplateCommand");
|
|
4211
|
-
var UpdateReviewTemplateCommand = _UpdateReviewTemplateCommand;
|
|
4212
4385
|
|
|
4213
4386
|
// src/commands/UpdateReviewTemplateLensReviewCommand.ts
|
|
4214
4387
|
|
|
4215
4388
|
|
|
4216
4389
|
|
|
4217
|
-
var
|
|
4390
|
+
var UpdateReviewTemplateLensReviewCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4218
4391
|
return [
|
|
4219
4392
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4220
4393
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4221
4394
|
];
|
|
4222
4395
|
}).s("WellArchitectedApiServiceLambda", "UpdateReviewTemplateLensReview", {}).n("WellArchitectedClient", "UpdateReviewTemplateLensReviewCommand").f(void 0, void 0).ser(se_UpdateReviewTemplateLensReviewCommand).de(de_UpdateReviewTemplateLensReviewCommand).build() {
|
|
4396
|
+
static {
|
|
4397
|
+
__name(this, "UpdateReviewTemplateLensReviewCommand");
|
|
4398
|
+
}
|
|
4223
4399
|
};
|
|
4224
|
-
__name(_UpdateReviewTemplateLensReviewCommand, "UpdateReviewTemplateLensReviewCommand");
|
|
4225
|
-
var UpdateReviewTemplateLensReviewCommand = _UpdateReviewTemplateLensReviewCommand;
|
|
4226
4400
|
|
|
4227
4401
|
// src/commands/UpdateShareInvitationCommand.ts
|
|
4228
4402
|
|
|
4229
4403
|
|
|
4230
4404
|
|
|
4231
|
-
var
|
|
4405
|
+
var UpdateShareInvitationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4232
4406
|
return [
|
|
4233
4407
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4234
4408
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4235
4409
|
];
|
|
4236
4410
|
}).s("WellArchitectedApiServiceLambda", "UpdateShareInvitation", {}).n("WellArchitectedClient", "UpdateShareInvitationCommand").f(void 0, void 0).ser(se_UpdateShareInvitationCommand).de(de_UpdateShareInvitationCommand).build() {
|
|
4411
|
+
static {
|
|
4412
|
+
__name(this, "UpdateShareInvitationCommand");
|
|
4413
|
+
}
|
|
4237
4414
|
};
|
|
4238
|
-
__name(_UpdateShareInvitationCommand, "UpdateShareInvitationCommand");
|
|
4239
|
-
var UpdateShareInvitationCommand = _UpdateShareInvitationCommand;
|
|
4240
4415
|
|
|
4241
4416
|
// src/commands/UpdateWorkloadCommand.ts
|
|
4242
4417
|
|
|
4243
4418
|
|
|
4244
4419
|
|
|
4245
|
-
var
|
|
4420
|
+
var UpdateWorkloadCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4246
4421
|
return [
|
|
4247
4422
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4248
4423
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4249
4424
|
];
|
|
4250
4425
|
}).s("WellArchitectedApiServiceLambda", "UpdateWorkload", {}).n("WellArchitectedClient", "UpdateWorkloadCommand").f(void 0, void 0).ser(se_UpdateWorkloadCommand).de(de_UpdateWorkloadCommand).build() {
|
|
4426
|
+
static {
|
|
4427
|
+
__name(this, "UpdateWorkloadCommand");
|
|
4428
|
+
}
|
|
4251
4429
|
};
|
|
4252
|
-
__name(_UpdateWorkloadCommand, "UpdateWorkloadCommand");
|
|
4253
|
-
var UpdateWorkloadCommand = _UpdateWorkloadCommand;
|
|
4254
4430
|
|
|
4255
4431
|
// src/commands/UpdateWorkloadShareCommand.ts
|
|
4256
4432
|
|
|
4257
4433
|
|
|
4258
4434
|
|
|
4259
|
-
var
|
|
4435
|
+
var UpdateWorkloadShareCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4260
4436
|
return [
|
|
4261
4437
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4262
4438
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4263
4439
|
];
|
|
4264
4440
|
}).s("WellArchitectedApiServiceLambda", "UpdateWorkloadShare", {}).n("WellArchitectedClient", "UpdateWorkloadShareCommand").f(void 0, void 0).ser(se_UpdateWorkloadShareCommand).de(de_UpdateWorkloadShareCommand).build() {
|
|
4441
|
+
static {
|
|
4442
|
+
__name(this, "UpdateWorkloadShareCommand");
|
|
4443
|
+
}
|
|
4265
4444
|
};
|
|
4266
|
-
__name(_UpdateWorkloadShareCommand, "UpdateWorkloadShareCommand");
|
|
4267
|
-
var UpdateWorkloadShareCommand = _UpdateWorkloadShareCommand;
|
|
4268
4445
|
|
|
4269
4446
|
// src/commands/UpgradeLensReviewCommand.ts
|
|
4270
4447
|
|
|
4271
4448
|
|
|
4272
4449
|
|
|
4273
|
-
var
|
|
4450
|
+
var UpgradeLensReviewCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4274
4451
|
return [
|
|
4275
4452
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4276
4453
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4277
4454
|
];
|
|
4278
4455
|
}).s("WellArchitectedApiServiceLambda", "UpgradeLensReview", {}).n("WellArchitectedClient", "UpgradeLensReviewCommand").f(void 0, void 0).ser(se_UpgradeLensReviewCommand).de(de_UpgradeLensReviewCommand).build() {
|
|
4456
|
+
static {
|
|
4457
|
+
__name(this, "UpgradeLensReviewCommand");
|
|
4458
|
+
}
|
|
4279
4459
|
};
|
|
4280
|
-
__name(_UpgradeLensReviewCommand, "UpgradeLensReviewCommand");
|
|
4281
|
-
var UpgradeLensReviewCommand = _UpgradeLensReviewCommand;
|
|
4282
4460
|
|
|
4283
4461
|
// src/commands/UpgradeProfileVersionCommand.ts
|
|
4284
4462
|
|
|
4285
4463
|
|
|
4286
4464
|
|
|
4287
|
-
var
|
|
4465
|
+
var UpgradeProfileVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4288
4466
|
return [
|
|
4289
4467
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4290
4468
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4291
4469
|
];
|
|
4292
4470
|
}).s("WellArchitectedApiServiceLambda", "UpgradeProfileVersion", {}).n("WellArchitectedClient", "UpgradeProfileVersionCommand").f(void 0, void 0).ser(se_UpgradeProfileVersionCommand).de(de_UpgradeProfileVersionCommand).build() {
|
|
4471
|
+
static {
|
|
4472
|
+
__name(this, "UpgradeProfileVersionCommand");
|
|
4473
|
+
}
|
|
4293
4474
|
};
|
|
4294
|
-
__name(_UpgradeProfileVersionCommand, "UpgradeProfileVersionCommand");
|
|
4295
|
-
var UpgradeProfileVersionCommand = _UpgradeProfileVersionCommand;
|
|
4296
4475
|
|
|
4297
4476
|
// src/commands/UpgradeReviewTemplateLensReviewCommand.ts
|
|
4298
4477
|
|
|
4299
4478
|
|
|
4300
4479
|
|
|
4301
|
-
var
|
|
4480
|
+
var UpgradeReviewTemplateLensReviewCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4302
4481
|
return [
|
|
4303
4482
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4304
4483
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4305
4484
|
];
|
|
4306
4485
|
}).s("WellArchitectedApiServiceLambda", "UpgradeReviewTemplateLensReview", {}).n("WellArchitectedClient", "UpgradeReviewTemplateLensReviewCommand").f(void 0, void 0).ser(se_UpgradeReviewTemplateLensReviewCommand).de(de_UpgradeReviewTemplateLensReviewCommand).build() {
|
|
4486
|
+
static {
|
|
4487
|
+
__name(this, "UpgradeReviewTemplateLensReviewCommand");
|
|
4488
|
+
}
|
|
4307
4489
|
};
|
|
4308
|
-
__name(_UpgradeReviewTemplateLensReviewCommand, "UpgradeReviewTemplateLensReviewCommand");
|
|
4309
|
-
var UpgradeReviewTemplateLensReviewCommand = _UpgradeReviewTemplateLensReviewCommand;
|
|
4310
4490
|
|
|
4311
4491
|
// src/WellArchitected.ts
|
|
4312
4492
|
var commands = {
|
|
@@ -4383,10 +4563,11 @@ var commands = {
|
|
|
4383
4563
|
UpgradeProfileVersionCommand,
|
|
4384
4564
|
UpgradeReviewTemplateLensReviewCommand
|
|
4385
4565
|
};
|
|
4386
|
-
var
|
|
4566
|
+
var WellArchitected = class extends WellArchitectedClient {
|
|
4567
|
+
static {
|
|
4568
|
+
__name(this, "WellArchitected");
|
|
4569
|
+
}
|
|
4387
4570
|
};
|
|
4388
|
-
__name(_WellArchitected, "WellArchitected");
|
|
4389
|
-
var WellArchitected = _WellArchitected;
|
|
4390
4571
|
(0, import_smithy_client.createAggregatedClient)(commands, WellArchitected);
|
|
4391
4572
|
|
|
4392
4573
|
// src/pagination/GetConsolidatedReportPaginator.ts
|