File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-wellarchitected/dist-cjs

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

index.js53.1 KB · 1461 lines
'use strict'; var client$1 = require('@aws-sdk/core/client');var core = require('@smithy/core');var client = require('@smithy/core/client');var config = require('@smithy/core/config');var endpoints = require('@smithy/core/endpoints');var protocols = require('@smithy/core/protocols');var retry = require('@smithy/core/retry');var schema = require('@smithy/core/schema');var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');var runtimeConfig = require('./runtimeConfig');var schemas_0 = require('./schemas/schemas_0');var errors = require('./models/errors');var WellArchitectedServiceException = require('./models/WellArchitectedServiceException'); const resolveClientEndpointParameters = (options) => {    return Object.assign(options, {        useDualstackEndpoint: options.useDualstackEndpoint ?? false,        useFipsEndpoint: options.useFipsEndpoint ?? false,        defaultSigningName: "wellarchitected",    });};const commonParams = {    UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },    Endpoint: { type: "builtInParams", name: "endpoint" },    Region: { type: "builtInParams", name: "region" },    UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },}; const getHttpAuthExtensionConfiguration = (runtimeConfig) => {    const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;    let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;    let _credentials = runtimeConfig.credentials;    return {        setHttpAuthScheme(httpAuthScheme) {            const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId);            if (index === -1) {                _httpAuthSchemes.push(httpAuthScheme);            }            else {                _httpAuthSchemes.splice(index, 1, httpAuthScheme);            }        },        httpAuthSchemes() {            return _httpAuthSchemes;        },        setHttpAuthSchemeProvider(httpAuthSchemeProvider) {            _httpAuthSchemeProvider = httpAuthSchemeProvider;        },        httpAuthSchemeProvider() {            return _httpAuthSchemeProvider;        },        setCredentials(credentials) {            _credentials = credentials;        },        credentials() {            return _credentials;        },    };};const resolveHttpAuthRuntimeConfig = (config) => {    return {        httpAuthSchemes: config.httpAuthSchemes(),        httpAuthSchemeProvider: config.httpAuthSchemeProvider(),        credentials: config.credentials(),    };}; const resolveRuntimeExtensions = (runtimeConfig, extensions) => {    const extensionConfiguration = Object.assign(client$1.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));    extensions.forEach((extension) => extension.configure(extensionConfiguration));    return Object.assign(runtimeConfig, client$1.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));}; class WellArchitectedClient extends client.Client {    config;    constructor(...[configuration]) {        const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});        super(_config_0);        this.initConfig = _config_0;        const _config_1 = resolveClientEndpointParameters(_config_0);        const _config_2 = client$1.resolveUserAgentConfig(_config_1);        const _config_3 = retry.resolveRetryConfig(_config_2);        const _config_4 = config.resolveRegionConfig(_config_3);        const _config_5 = client$1.resolveHostHeaderConfig(_config_4);        const _config_6 = endpoints.resolveEndpointConfig(_config_5);        const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);        const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);        this.config = _config_8;        this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));        this.middlewareStack.use(client$1.getUserAgentPlugin(this.config));        this.middlewareStack.use(retry.getRetryPlugin(this.config));        this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));        this.middlewareStack.use(client$1.getHostHeaderPlugin(this.config));        this.middlewareStack.use(client$1.getLoggerPlugin(this.config));        this.middlewareStack.use(client$1.getRecursionDetectionPlugin(this.config));        this.middlewareStack.use(core.getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {            httpAuthSchemeParametersProvider: httpAuthSchemeProvider.defaultWellArchitectedHttpAuthSchemeParametersProvider,            identityProviderConfigProvider: async (config) => new core.DefaultIdentityProviderConfig({                "aws.auth#sigv4": config.credentials,            }),        }));        this.middlewareStack.use(core.getHttpSigningPlugin(this.config));    }    destroy() {        super.destroy();    }} class AssociateLensesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "AssociateLenses", {})    .n("WellArchitectedClient", "AssociateLensesCommand")    .sc(schemas_0.AssociateLenses$)    .build() {} class AssociateProfilesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "AssociateProfiles", {})    .n("WellArchitectedClient", "AssociateProfilesCommand")    .sc(schemas_0.AssociateProfiles$)    .build() {} class CreateLensShareCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "CreateLensShare", {})    .n("WellArchitectedClient", "CreateLensShareCommand")    .sc(schemas_0.CreateLensShare$)    .build() {} class CreateLensVersionCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "CreateLensVersion", {})    .n("WellArchitectedClient", "CreateLensVersionCommand")    .sc(schemas_0.CreateLensVersion$)    .build() {} class CreateMilestoneCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "CreateMilestone", {})    .n("WellArchitectedClient", "CreateMilestoneCommand")    .sc(schemas_0.CreateMilestone$)    .build() {} class CreateProfileCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "CreateProfile", {})    .n("WellArchitectedClient", "CreateProfileCommand")    .sc(schemas_0.CreateProfile$)    .build() {} class CreateProfileShareCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "CreateProfileShare", {})    .n("WellArchitectedClient", "CreateProfileShareCommand")    .sc(schemas_0.CreateProfileShare$)    .build() {} class CreateReviewTemplateCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "CreateReviewTemplate", {})    .n("WellArchitectedClient", "CreateReviewTemplateCommand")    .sc(schemas_0.CreateReviewTemplate$)    .build() {} class CreateTemplateShareCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "CreateTemplateShare", {})    .n("WellArchitectedClient", "CreateTemplateShareCommand")    .sc(schemas_0.CreateTemplateShare$)    .build() {} class CreateWorkloadCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "CreateWorkload", {})    .n("WellArchitectedClient", "CreateWorkloadCommand")    .sc(schemas_0.CreateWorkload$)    .build() {} class CreateWorkloadShareCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "CreateWorkloadShare", {})    .n("WellArchitectedClient", "CreateWorkloadShareCommand")    .sc(schemas_0.CreateWorkloadShare$)    .build() {} class DeleteLensCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "DeleteLens", {})    .n("WellArchitectedClient", "DeleteLensCommand")    .sc(schemas_0.DeleteLens$)    .build() {} class DeleteLensShareCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "DeleteLensShare", {})    .n("WellArchitectedClient", "DeleteLensShareCommand")    .sc(schemas_0.DeleteLensShare$)    .build() {} class DeleteProfileCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "DeleteProfile", {})    .n("WellArchitectedClient", "DeleteProfileCommand")    .sc(schemas_0.DeleteProfile$)    .build() {} class DeleteProfileShareCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "DeleteProfileShare", {})    .n("WellArchitectedClient", "DeleteProfileShareCommand")    .sc(schemas_0.DeleteProfileShare$)    .build() {} class DeleteReviewTemplateCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "DeleteReviewTemplate", {})    .n("WellArchitectedClient", "DeleteReviewTemplateCommand")    .sc(schemas_0.DeleteReviewTemplate$)    .build() {} class DeleteTemplateShareCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "DeleteTemplateShare", {})    .n("WellArchitectedClient", "DeleteTemplateShareCommand")    .sc(schemas_0.DeleteTemplateShare$)    .build() {} class DeleteWorkloadCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "DeleteWorkload", {})    .n("WellArchitectedClient", "DeleteWorkloadCommand")    .sc(schemas_0.DeleteWorkload$)    .build() {} class DeleteWorkloadShareCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "DeleteWorkloadShare", {})    .n("WellArchitectedClient", "DeleteWorkloadShareCommand")    .sc(schemas_0.DeleteWorkloadShare$)    .build() {} class DisassociateLensesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "DisassociateLenses", {})    .n("WellArchitectedClient", "DisassociateLensesCommand")    .sc(schemas_0.DisassociateLenses$)    .build() {} class DisassociateProfilesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "DisassociateProfiles", {})    .n("WellArchitectedClient", "DisassociateProfilesCommand")    .sc(schemas_0.DisassociateProfiles$)    .build() {} class ExportLensCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "ExportLens", {})    .n("WellArchitectedClient", "ExportLensCommand")    .sc(schemas_0.ExportLens$)    .build() {} class GetAnswerCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "GetAnswer", {})    .n("WellArchitectedClient", "GetAnswerCommand")    .sc(schemas_0.GetAnswer$)    .build() {} class GetConsolidatedReportCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "GetConsolidatedReport", {})    .n("WellArchitectedClient", "GetConsolidatedReportCommand")    .sc(schemas_0.GetConsolidatedReport$)    .build() {} class GetGlobalSettingsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "GetGlobalSettings", {})    .n("WellArchitectedClient", "GetGlobalSettingsCommand")    .sc(schemas_0.GetGlobalSettings$)    .build() {} class GetLensCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "GetLens", {})    .n("WellArchitectedClient", "GetLensCommand")    .sc(schemas_0.GetLens$)    .build() {} class GetLensReviewCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "GetLensReview", {})    .n("WellArchitectedClient", "GetLensReviewCommand")    .sc(schemas_0.GetLensReview$)    .build() {} class GetLensReviewReportCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "GetLensReviewReport", {})    .n("WellArchitectedClient", "GetLensReviewReportCommand")    .sc(schemas_0.GetLensReviewReport$)    .build() {} class GetLensVersionDifferenceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "GetLensVersionDifference", {})    .n("WellArchitectedClient", "GetLensVersionDifferenceCommand")    .sc(schemas_0.GetLensVersionDifference$)    .build() {} class GetMilestoneCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "GetMilestone", {})    .n("WellArchitectedClient", "GetMilestoneCommand")    .sc(schemas_0.GetMilestone$)    .build() {} class GetProfileCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "GetProfile", {})    .n("WellArchitectedClient", "GetProfileCommand")    .sc(schemas_0.GetProfile$)    .build() {} class GetProfileTemplateCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "GetProfileTemplate", {})    .n("WellArchitectedClient", "GetProfileTemplateCommand")    .sc(schemas_0.GetProfileTemplate$)    .build() {} class GetReviewTemplateAnswerCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "GetReviewTemplateAnswer", {})    .n("WellArchitectedClient", "GetReviewTemplateAnswerCommand")    .sc(schemas_0.GetReviewTemplateAnswer$)    .build() {} class GetReviewTemplateCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "GetReviewTemplate", {})    .n("WellArchitectedClient", "GetReviewTemplateCommand")    .sc(schemas_0.GetReviewTemplate$)    .build() {} class GetReviewTemplateLensReviewCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "GetReviewTemplateLensReview", {})    .n("WellArchitectedClient", "GetReviewTemplateLensReviewCommand")    .sc(schemas_0.GetReviewTemplateLensReview$)    .build() {} class GetWorkloadCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "GetWorkload", {})    .n("WellArchitectedClient", "GetWorkloadCommand")    .sc(schemas_0.GetWorkload$)    .build() {} class ImportLensCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "ImportLens", {})    .n("WellArchitectedClient", "ImportLensCommand")    .sc(schemas_0.ImportLens$)    .build() {} class ListAnswersCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "ListAnswers", {})    .n("WellArchitectedClient", "ListAnswersCommand")    .sc(schemas_0.ListAnswers$)    .build() {} class ListCheckDetailsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "ListCheckDetails", {})    .n("WellArchitectedClient", "ListCheckDetailsCommand")    .sc(schemas_0.ListCheckDetails$)    .build() {} class ListCheckSummariesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "ListCheckSummaries", {})    .n("WellArchitectedClient", "ListCheckSummariesCommand")    .sc(schemas_0.ListCheckSummaries$)    .build() {} class ListLensesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "ListLenses", {})    .n("WellArchitectedClient", "ListLensesCommand")    .sc(schemas_0.ListLenses$)    .build() {} class ListLensReviewImprovementsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "ListLensReviewImprovements", {})    .n("WellArchitectedClient", "ListLensReviewImprovementsCommand")    .sc(schemas_0.ListLensReviewImprovements$)    .build() {} class ListLensReviewsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "ListLensReviews", {})    .n("WellArchitectedClient", "ListLensReviewsCommand")    .sc(schemas_0.ListLensReviews$)    .build() {} class ListLensSharesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "ListLensShares", {})    .n("WellArchitectedClient", "ListLensSharesCommand")    .sc(schemas_0.ListLensShares$)    .build() {} class ListMilestonesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "ListMilestones", {})    .n("WellArchitectedClient", "ListMilestonesCommand")    .sc(schemas_0.ListMilestones$)    .build() {} class ListNotificationsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "ListNotifications", {})    .n("WellArchitectedClient", "ListNotificationsCommand")    .sc(schemas_0.ListNotifications$)    .build() {} class ListProfileNotificationsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "ListProfileNotifications", {})    .n("WellArchitectedClient", "ListProfileNotificationsCommand")    .sc(schemas_0.ListProfileNotifications$)    .build() {} class ListProfilesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "ListProfiles", {})    .n("WellArchitectedClient", "ListProfilesCommand")    .sc(schemas_0.ListProfiles$)    .build() {} class ListProfileSharesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "ListProfileShares", {})    .n("WellArchitectedClient", "ListProfileSharesCommand")    .sc(schemas_0.ListProfileShares$)    .build() {} class ListReviewTemplateAnswersCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "ListReviewTemplateAnswers", {})    .n("WellArchitectedClient", "ListReviewTemplateAnswersCommand")    .sc(schemas_0.ListReviewTemplateAnswers$)    .build() {} class ListReviewTemplatesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "ListReviewTemplates", {})    .n("WellArchitectedClient", "ListReviewTemplatesCommand")    .sc(schemas_0.ListReviewTemplates$)    .build() {} class ListShareInvitationsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "ListShareInvitations", {})    .n("WellArchitectedClient", "ListShareInvitationsCommand")    .sc(schemas_0.ListShareInvitations$)    .build() {} class ListTagsForResourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "ListTagsForResource", {})    .n("WellArchitectedClient", "ListTagsForResourceCommand")    .sc(schemas_0.ListTagsForResource$)    .build() {} class ListTemplateSharesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "ListTemplateShares", {})    .n("WellArchitectedClient", "ListTemplateSharesCommand")    .sc(schemas_0.ListTemplateShares$)    .build() {} class ListWorkloadsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "ListWorkloads", {})    .n("WellArchitectedClient", "ListWorkloadsCommand")    .sc(schemas_0.ListWorkloads$)    .build() {} class ListWorkloadSharesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "ListWorkloadShares", {})    .n("WellArchitectedClient", "ListWorkloadSharesCommand")    .sc(schemas_0.ListWorkloadShares$)    .build() {} class TagResourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "TagResource", {})    .n("WellArchitectedClient", "TagResourceCommand")    .sc(schemas_0.TagResource$)    .build() {} class UntagResourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "UntagResource", {})    .n("WellArchitectedClient", "UntagResourceCommand")    .sc(schemas_0.UntagResource$)    .build() {} class UpdateAnswerCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "UpdateAnswer", {})    .n("WellArchitectedClient", "UpdateAnswerCommand")    .sc(schemas_0.UpdateAnswer$)    .build() {} class UpdateGlobalSettingsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "UpdateGlobalSettings", {})    .n("WellArchitectedClient", "UpdateGlobalSettingsCommand")    .sc(schemas_0.UpdateGlobalSettings$)    .build() {} class UpdateIntegrationCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "UpdateIntegration", {})    .n("WellArchitectedClient", "UpdateIntegrationCommand")    .sc(schemas_0.UpdateIntegration$)    .build() {} class UpdateLensReviewCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "UpdateLensReview", {})    .n("WellArchitectedClient", "UpdateLensReviewCommand")    .sc(schemas_0.UpdateLensReview$)    .build() {} class UpdateProfileCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "UpdateProfile", {})    .n("WellArchitectedClient", "UpdateProfileCommand")    .sc(schemas_0.UpdateProfile$)    .build() {} class UpdateReviewTemplateAnswerCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "UpdateReviewTemplateAnswer", {})    .n("WellArchitectedClient", "UpdateReviewTemplateAnswerCommand")    .sc(schemas_0.UpdateReviewTemplateAnswer$)    .build() {} class UpdateReviewTemplateCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "UpdateReviewTemplate", {})    .n("WellArchitectedClient", "UpdateReviewTemplateCommand")    .sc(schemas_0.UpdateReviewTemplate$)    .build() {} class UpdateReviewTemplateLensReviewCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "UpdateReviewTemplateLensReview", {})    .n("WellArchitectedClient", "UpdateReviewTemplateLensReviewCommand")    .sc(schemas_0.UpdateReviewTemplateLensReview$)    .build() {} class UpdateShareInvitationCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "UpdateShareInvitation", {})    .n("WellArchitectedClient", "UpdateShareInvitationCommand")    .sc(schemas_0.UpdateShareInvitation$)    .build() {} class UpdateWorkloadCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "UpdateWorkload", {})    .n("WellArchitectedClient", "UpdateWorkloadCommand")    .sc(schemas_0.UpdateWorkload$)    .build() {} class UpdateWorkloadShareCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "UpdateWorkloadShare", {})    .n("WellArchitectedClient", "UpdateWorkloadShareCommand")    .sc(schemas_0.UpdateWorkloadShare$)    .build() {} class UpgradeLensReviewCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "UpgradeLensReview", {})    .n("WellArchitectedClient", "UpgradeLensReviewCommand")    .sc(schemas_0.UpgradeLensReview$)    .build() {} class UpgradeProfileVersionCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "UpgradeProfileVersion", {})    .n("WellArchitectedClient", "UpgradeProfileVersionCommand")    .sc(schemas_0.UpgradeProfileVersion$)    .build() {} class UpgradeReviewTemplateLensReviewCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("WellArchitectedApiServiceLambda", "UpgradeReviewTemplateLensReview", {})    .n("WellArchitectedClient", "UpgradeReviewTemplateLensReviewCommand")    .sc(schemas_0.UpgradeReviewTemplateLensReview$)    .build() {} const paginateGetConsolidatedReport = core.createPaginator(WellArchitectedClient, GetConsolidatedReportCommand, "NextToken", "NextToken", "MaxResults"); const paginateListAnswers = core.createPaginator(WellArchitectedClient, ListAnswersCommand, "NextToken", "NextToken", "MaxResults"); const paginateListCheckDetails = core.createPaginator(WellArchitectedClient, ListCheckDetailsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListCheckSummaries = core.createPaginator(WellArchitectedClient, ListCheckSummariesCommand, "NextToken", "NextToken", "MaxResults"); const paginateListLenses = core.createPaginator(WellArchitectedClient, ListLensesCommand, "NextToken", "NextToken", "MaxResults"); const paginateListLensReviewImprovements = core.createPaginator(WellArchitectedClient, ListLensReviewImprovementsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListLensReviews = core.createPaginator(WellArchitectedClient, ListLensReviewsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListLensShares = core.createPaginator(WellArchitectedClient, ListLensSharesCommand, "NextToken", "NextToken", "MaxResults"); const paginateListMilestones = core.createPaginator(WellArchitectedClient, ListMilestonesCommand, "NextToken", "NextToken", "MaxResults"); const paginateListNotifications = core.createPaginator(WellArchitectedClient, ListNotificationsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListProfileNotifications = core.createPaginator(WellArchitectedClient, ListProfileNotificationsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListProfileShares = core.createPaginator(WellArchitectedClient, ListProfileSharesCommand, "NextToken", "NextToken", "MaxResults"); const paginateListProfiles = core.createPaginator(WellArchitectedClient, ListProfilesCommand, "NextToken", "NextToken", "MaxResults"); const paginateListReviewTemplateAnswers = core.createPaginator(WellArchitectedClient, ListReviewTemplateAnswersCommand, "NextToken", "NextToken", "MaxResults"); const paginateListReviewTemplates = core.createPaginator(WellArchitectedClient, ListReviewTemplatesCommand, "NextToken", "NextToken", "MaxResults"); const paginateListShareInvitations = core.createPaginator(WellArchitectedClient, ListShareInvitationsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListTemplateShares = core.createPaginator(WellArchitectedClient, ListTemplateSharesCommand, "NextToken", "NextToken", "MaxResults"); const paginateListWorkloadShares = core.createPaginator(WellArchitectedClient, ListWorkloadSharesCommand, "NextToken", "NextToken", "MaxResults"); const paginateListWorkloads = core.createPaginator(WellArchitectedClient, ListWorkloadsCommand, "NextToken", "NextToken", "MaxResults"); const commands = {    AssociateLensesCommand,    AssociateProfilesCommand,    CreateLensShareCommand,    CreateLensVersionCommand,    CreateMilestoneCommand,    CreateProfileCommand,    CreateProfileShareCommand,    CreateReviewTemplateCommand,    CreateTemplateShareCommand,    CreateWorkloadCommand,    CreateWorkloadShareCommand,    DeleteLensCommand,    DeleteLensShareCommand,    DeleteProfileCommand,    DeleteProfileShareCommand,    DeleteReviewTemplateCommand,    DeleteTemplateShareCommand,    DeleteWorkloadCommand,    DeleteWorkloadShareCommand,    DisassociateLensesCommand,    DisassociateProfilesCommand,    ExportLensCommand,    GetAnswerCommand,    GetConsolidatedReportCommand,    GetGlobalSettingsCommand,    GetLensCommand,    GetLensReviewCommand,    GetLensReviewReportCommand,    GetLensVersionDifferenceCommand,    GetMilestoneCommand,    GetProfileCommand,    GetProfileTemplateCommand,    GetReviewTemplateCommand,    GetReviewTemplateAnswerCommand,    GetReviewTemplateLensReviewCommand,    GetWorkloadCommand,    ImportLensCommand,    ListAnswersCommand,    ListCheckDetailsCommand,    ListCheckSummariesCommand,    ListLensesCommand,    ListLensReviewImprovementsCommand,    ListLensReviewsCommand,    ListLensSharesCommand,    ListMilestonesCommand,    ListNotificationsCommand,    ListProfileNotificationsCommand,    ListProfilesCommand,    ListProfileSharesCommand,    ListReviewTemplateAnswersCommand,    ListReviewTemplatesCommand,    ListShareInvitationsCommand,    ListTagsForResourceCommand,    ListTemplateSharesCommand,    ListWorkloadsCommand,    ListWorkloadSharesCommand,    TagResourceCommand,    UntagResourceCommand,    UpdateAnswerCommand,    UpdateGlobalSettingsCommand,    UpdateIntegrationCommand,    UpdateLensReviewCommand,    UpdateProfileCommand,    UpdateReviewTemplateCommand,    UpdateReviewTemplateAnswerCommand,    UpdateReviewTemplateLensReviewCommand,    UpdateShareInvitationCommand,    UpdateWorkloadCommand,    UpdateWorkloadShareCommand,    UpgradeLensReviewCommand,    UpgradeProfileVersionCommand,    UpgradeReviewTemplateLensReviewCommand,};const paginators = {    paginateGetConsolidatedReport,    paginateListAnswers,    paginateListCheckDetails,    paginateListCheckSummaries,    paginateListLenses,    paginateListLensReviewImprovements,    paginateListLensReviews,    paginateListLensShares,    paginateListMilestones,    paginateListNotifications,    paginateListProfileNotifications,    paginateListProfiles,    paginateListProfileShares,    paginateListReviewTemplateAnswers,    paginateListReviewTemplates,    paginateListShareInvitations,    paginateListTemplateShares,    paginateListWorkloads,    paginateListWorkloadShares,};class WellArchitected extends WellArchitectedClient {}client.createAggregatedClient(commands, WellArchitected, { paginators }); const IntegrationStatusInput = {    NOT_CONFIGURED: "NOT_CONFIGURED",};const AccountJiraIssueManagementStatus = {    DISABLED: "DISABLED",    ENABLED: "ENABLED",};const IssueManagementType = {    AUTO: "AUTO",    MANUAL: "MANUAL",};const IntegrationStatus = {    CONFIGURED: "CONFIGURED",    NOT_CONFIGURED: "NOT_CONFIGURED",};const CheckStatus = {    ERROR: "ERROR",    FETCH_FAILED: "FETCH_FAILED",    NOT_AVAILABLE: "NOT_AVAILABLE",    OKAY: "OKAY",    WARNING: "WARNING",};const AdditionalResourceType = {    HELPFUL_RESOURCE: "HELPFUL_RESOURCE",    IMPROVEMENT_PLAN: "IMPROVEMENT_PLAN",};const ChoiceReason = {    ARCHITECTURE_CONSTRAINTS: "ARCHITECTURE_CONSTRAINTS",    BUSINESS_PRIORITIES: "BUSINESS_PRIORITIES",    NONE: "NONE",    OTHER: "OTHER",    OUT_OF_SCOPE: "OUT_OF_SCOPE",};const ChoiceStatus = {    NOT_APPLICABLE: "NOT_APPLICABLE",    SELECTED: "SELECTED",    UNSELECTED: "UNSELECTED",};const AnswerReason = {    ARCHITECTURE_CONSTRAINTS: "ARCHITECTURE_CONSTRAINTS",    BUSINESS_PRIORITIES: "BUSINESS_PRIORITIES",    NONE: "NONE",    OTHER: "OTHER",    OUT_OF_SCOPE: "OUT_OF_SCOPE",};const Risk = {    HIGH: "HIGH",    MEDIUM: "MEDIUM",    NONE: "NONE",    NOT_APPLICABLE: "NOT_APPLICABLE",    UNANSWERED: "UNANSWERED",};const QuestionType = {    NON_PRIORITIZED: "NON_PRIORITIZED",    PRIORITIZED: "PRIORITIZED",};const ValidationExceptionReason = {    CANNOT_PARSE: "CANNOT_PARSE",    FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED",    OTHER: "OTHER",    UNKNOWN_OPERATION: "UNKNOWN_OPERATION",};const CheckProvider = {    TRUSTED_ADVISOR: "TRUSTED_ADVISOR",};const CheckFailureReason = {    ACCESS_DENIED: "ACCESS_DENIED",    ASSUME_ROLE_ERROR: "ASSUME_ROLE_ERROR",    PREMIUM_SUPPORT_REQUIRED: "PREMIUM_SUPPORT_REQUIRED",    UNKNOWN_ERROR: "UNKNOWN_ERROR",};const MetricType = {    WORKLOAD: "WORKLOAD",};const TrustedAdvisorIntegrationStatus = {    DISABLED: "DISABLED",    ENABLED: "ENABLED",};const DefinitionType = {    APP_REGISTRY: "APP_REGISTRY",    WORKLOAD_METADATA: "WORKLOAD_METADATA",};const WorkloadEnvironment = {    PREPRODUCTION: "PREPRODUCTION",    PRODUCTION: "PRODUCTION",};const WorkloadIssueManagementStatus = {    DISABLED: "DISABLED",    ENABLED: "ENABLED",    INHERIT: "INHERIT",};const PermissionType = {    CONTRIBUTOR: "CONTRIBUTOR",    READONLY: "READONLY",};const LensStatusType = {    ALL: "ALL",    DRAFT: "DRAFT",    PUBLISHED: "PUBLISHED",};const DifferenceStatus = {    DELETED: "DELETED",    NEW: "NEW",    UPDATED: "UPDATED",};const DiscoveryIntegrationStatus = {    DISABLED: "DISABLED",    ENABLED: "ENABLED",};const ReportFormat = {    JSON: "JSON",    PDF: "PDF",};const OrganizationSharingStatus = {    DISABLED: "DISABLED",    ENABLED: "ENABLED",};const LensStatus = {    CURRENT: "CURRENT",    DELETED: "DELETED",    DEPRECATED: "DEPRECATED",    NOT_CURRENT: "NOT_CURRENT",    UNSHARED: "UNSHARED",};const WorkloadImprovementStatus = {    COMPLETE: "COMPLETE",    IN_PROGRESS: "IN_PROGRESS",    NOT_APPLICABLE: "NOT_APPLICABLE",    NOT_STARTED: "NOT_STARTED",    RISK_ACKNOWLEDGED: "RISK_ACKNOWLEDGED",};const Question = {    ANSWERED: "ANSWERED",    UNANSWERED: "UNANSWERED",};const ReviewTemplateUpdateStatus = {    CURRENT: "CURRENT",    LENS_NOT_CURRENT: "LENS_NOT_CURRENT",};const ReviewTemplateAnswerStatus = {    ANSWERED: "ANSWERED",    UNANSWERED: "UNANSWERED",};const ImportLensStatus = {    COMPLETE: "COMPLETE",    ERROR: "ERROR",    IN_PROGRESS: "IN_PROGRESS",};const IntegratingService = {    JIRA: "JIRA",};const ShareStatus = {    ACCEPTED: "ACCEPTED",    ASSOCIATED: "ASSOCIATED",    ASSOCIATING: "ASSOCIATING",    EXPIRED: "EXPIRED",    FAILED: "FAILED",    PENDING: "PENDING",    REJECTED: "REJECTED",    REVOKED: "REVOKED",};const LensType = {    AWS_OFFICIAL: "AWS_OFFICIAL",    CUSTOM_SELF: "CUSTOM_SELF",    CUSTOM_SHARED: "CUSTOM_SHARED",};const QuestionPriority = {    NONE: "NONE",    PRIORITIZED: "PRIORITIZED",};const NotificationType = {    LENS_VERSION_DEPRECATED: "LENS_VERSION_DEPRECATED",    LENS_VERSION_UPGRADED: "LENS_VERSION_UPGRADED",};const ProfileNotificationType = {    PROFILE_ANSWERS_UPDATED: "PROFILE_ANSWERS_UPDATED",    PROFILE_DELETED: "PROFILE_DELETED",};const ProfileOwnerType = {    SELF: "SELF",    SHARED: "SHARED",};const ShareResourceType = {    LENS: "LENS",    PROFILE: "PROFILE",    TEMPLATE: "TEMPLATE",    WORKLOAD: "WORKLOAD",};const ShareInvitationAction = {    ACCEPT: "ACCEPT",    REJECT: "REJECT",}; exports.$Command = client.Command;exports.__Client = client.Client;exports.WellArchitectedServiceException = WellArchitectedServiceException.WellArchitectedServiceException;exports.AccountJiraIssueManagementStatus = AccountJiraIssueManagementStatus;exports.AdditionalResourceType = AdditionalResourceType;exports.AnswerReason = AnswerReason;exports.AssociateLensesCommand = AssociateLensesCommand;exports.AssociateProfilesCommand = AssociateProfilesCommand;exports.CheckFailureReason = CheckFailureReason;exports.CheckProvider = CheckProvider;exports.CheckStatus = CheckStatus;exports.ChoiceReason = ChoiceReason;exports.ChoiceStatus = ChoiceStatus;exports.CreateLensShareCommand = CreateLensShareCommand;exports.CreateLensVersionCommand = CreateLensVersionCommand;exports.CreateMilestoneCommand = CreateMilestoneCommand;exports.CreateProfileCommand = CreateProfileCommand;exports.CreateProfileShareCommand = CreateProfileShareCommand;exports.CreateReviewTemplateCommand = CreateReviewTemplateCommand;exports.CreateTemplateShareCommand = CreateTemplateShareCommand;exports.CreateWorkloadCommand = CreateWorkloadCommand;exports.CreateWorkloadShareCommand = CreateWorkloadShareCommand;exports.DefinitionType = DefinitionType;exports.DeleteLensCommand = DeleteLensCommand;exports.DeleteLensShareCommand = DeleteLensShareCommand;exports.DeleteProfileCommand = DeleteProfileCommand;exports.DeleteProfileShareCommand = DeleteProfileShareCommand;exports.DeleteReviewTemplateCommand = DeleteReviewTemplateCommand;exports.DeleteTemplateShareCommand = DeleteTemplateShareCommand;exports.DeleteWorkloadCommand = DeleteWorkloadCommand;exports.DeleteWorkloadShareCommand = DeleteWorkloadShareCommand;exports.DifferenceStatus = DifferenceStatus;exports.DisassociateLensesCommand = DisassociateLensesCommand;exports.DisassociateProfilesCommand = DisassociateProfilesCommand;exports.DiscoveryIntegrationStatus = DiscoveryIntegrationStatus;exports.ExportLensCommand = ExportLensCommand;exports.GetAnswerCommand = GetAnswerCommand;exports.GetConsolidatedReportCommand = GetConsolidatedReportCommand;exports.GetGlobalSettingsCommand = GetGlobalSettingsCommand;exports.GetLensCommand = GetLensCommand;exports.GetLensReviewCommand = GetLensReviewCommand;exports.GetLensReviewReportCommand = GetLensReviewReportCommand;exports.GetLensVersionDifferenceCommand = GetLensVersionDifferenceCommand;exports.GetMilestoneCommand = GetMilestoneCommand;exports.GetProfileCommand = GetProfileCommand;exports.GetProfileTemplateCommand = GetProfileTemplateCommand;exports.GetReviewTemplateAnswerCommand = GetReviewTemplateAnswerCommand;exports.GetReviewTemplateCommand = GetReviewTemplateCommand;exports.GetReviewTemplateLensReviewCommand = GetReviewTemplateLensReviewCommand;exports.GetWorkloadCommand = GetWorkloadCommand;exports.ImportLensCommand = ImportLensCommand;exports.ImportLensStatus = ImportLensStatus;exports.IntegratingService = IntegratingService;exports.IntegrationStatus = IntegrationStatus;exports.IntegrationStatusInput = IntegrationStatusInput;exports.IssueManagementType = IssueManagementType;exports.LensStatus = LensStatus;exports.LensStatusType = LensStatusType;exports.LensType = LensType;exports.ListAnswersCommand = ListAnswersCommand;exports.ListCheckDetailsCommand = ListCheckDetailsCommand;exports.ListCheckSummariesCommand = ListCheckSummariesCommand;exports.ListLensReviewImprovementsCommand = ListLensReviewImprovementsCommand;exports.ListLensReviewsCommand = ListLensReviewsCommand;exports.ListLensSharesCommand = ListLensSharesCommand;exports.ListLensesCommand = ListLensesCommand;exports.ListMilestonesCommand = ListMilestonesCommand;exports.ListNotificationsCommand = ListNotificationsCommand;exports.ListProfileNotificationsCommand = ListProfileNotificationsCommand;exports.ListProfileSharesCommand = ListProfileSharesCommand;exports.ListProfilesCommand = ListProfilesCommand;exports.ListReviewTemplateAnswersCommand = ListReviewTemplateAnswersCommand;exports.ListReviewTemplatesCommand = ListReviewTemplatesCommand;exports.ListShareInvitationsCommand = ListShareInvitationsCommand;exports.ListTagsForResourceCommand = ListTagsForResourceCommand;exports.ListTemplateSharesCommand = ListTemplateSharesCommand;exports.ListWorkloadSharesCommand = ListWorkloadSharesCommand;exports.ListWorkloadsCommand = ListWorkloadsCommand;exports.MetricType = MetricType;exports.NotificationType = NotificationType;exports.OrganizationSharingStatus = OrganizationSharingStatus;exports.PermissionType = PermissionType;exports.ProfileNotificationType = ProfileNotificationType;exports.ProfileOwnerType = ProfileOwnerType;exports.Question = Question;exports.QuestionPriority = QuestionPriority;exports.QuestionType = QuestionType;exports.ReportFormat = ReportFormat;exports.ReviewTemplateAnswerStatus = ReviewTemplateAnswerStatus;exports.ReviewTemplateUpdateStatus = ReviewTemplateUpdateStatus;exports.Risk = Risk;exports.ShareInvitationAction = ShareInvitationAction;exports.ShareResourceType = ShareResourceType;exports.ShareStatus = ShareStatus;exports.TagResourceCommand = TagResourceCommand;exports.TrustedAdvisorIntegrationStatus = TrustedAdvisorIntegrationStatus;exports.UntagResourceCommand = UntagResourceCommand;exports.UpdateAnswerCommand = UpdateAnswerCommand;exports.UpdateGlobalSettingsCommand = UpdateGlobalSettingsCommand;exports.UpdateIntegrationCommand = UpdateIntegrationCommand;exports.UpdateLensReviewCommand = UpdateLensReviewCommand;exports.UpdateProfileCommand = UpdateProfileCommand;exports.UpdateReviewTemplateAnswerCommand = UpdateReviewTemplateAnswerCommand;exports.UpdateReviewTemplateCommand = UpdateReviewTemplateCommand;exports.UpdateReviewTemplateLensReviewCommand = UpdateReviewTemplateLensReviewCommand;exports.UpdateShareInvitationCommand = UpdateShareInvitationCommand;exports.UpdateWorkloadCommand = UpdateWorkloadCommand;exports.UpdateWorkloadShareCommand = UpdateWorkloadShareCommand;exports.UpgradeLensReviewCommand = UpgradeLensReviewCommand;exports.UpgradeProfileVersionCommand = UpgradeProfileVersionCommand;exports.UpgradeReviewTemplateLensReviewCommand = UpgradeReviewTemplateLensReviewCommand;exports.ValidationExceptionReason = ValidationExceptionReason;exports.WellArchitected = WellArchitected;exports.WellArchitectedClient = WellArchitectedClient;exports.WorkloadEnvironment = WorkloadEnvironment;exports.WorkloadImprovementStatus = WorkloadImprovementStatus;exports.WorkloadIssueManagementStatus = WorkloadIssueManagementStatus;exports.paginateGetConsolidatedReport = paginateGetConsolidatedReport;exports.paginateListAnswers = paginateListAnswers;exports.paginateListCheckDetails = paginateListCheckDetails;exports.paginateListCheckSummaries = paginateListCheckSummaries;exports.paginateListLensReviewImprovements = paginateListLensReviewImprovements;exports.paginateListLensReviews = paginateListLensReviews;exports.paginateListLensShares = paginateListLensShares;exports.paginateListLenses = paginateListLenses;exports.paginateListMilestones = paginateListMilestones;exports.paginateListNotifications = paginateListNotifications;exports.paginateListProfileNotifications = paginateListProfileNotifications;exports.paginateListProfileShares = paginateListProfileShares;exports.paginateListProfiles = paginateListProfiles;exports.paginateListReviewTemplateAnswers = paginateListReviewTemplateAnswers;exports.paginateListReviewTemplates = paginateListReviewTemplates;exports.paginateListShareInvitations = paginateListShareInvitations;exports.paginateListTemplateShares = paginateListTemplateShares;exports.paginateListWorkloadShares = paginateListWorkloadShares;exports.paginateListWorkloads = paginateListWorkloads;Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&    !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&    Object.defineProperty(exports, '__proto__', {        enumerable: true,        value: schemas_0['__proto__']    }); Object.keys(schemas_0).forEach(function (k) {    if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = schemas_0[k];});Object.prototype.hasOwnProperty.call(errors, '__proto__') &&    !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&    Object.defineProperty(exports, '__proto__', {        enumerable: true,        value: errors['__proto__']    }); Object.keys(errors).forEach(function (k) {    if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = errors[k];});