@aws-sdk/client-wellarchitected 3.1087.0 → 3.1089.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 +1 -1
- package/dist-types/ts3.4/WellArchitected.d.ts +246 -284
- package/dist-types/ts3.4/WellArchitectedClient.d.ts +16 -56
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AssociateLensesCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/AssociateProfilesCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateLensShareCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateLensVersionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateMilestoneCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateProfileShareCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateReviewTemplateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTemplateShareCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateWorkloadCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateWorkloadShareCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteLensCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteLensShareCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteProfileShareCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteReviewTemplateCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteTemplateShareCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteWorkloadCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteWorkloadShareCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DisassociateLensesCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DisassociateProfilesCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/ExportLensCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetAnswerCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetConsolidatedReportCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetLensCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetLensReviewCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetLensReviewReportCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetLensVersionDifferenceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetMilestoneCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetProfileTemplateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetReviewTemplateAnswerCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetReviewTemplateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetReviewTemplateLensReviewCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetWorkloadCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ImportLensCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAnswersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListCheckDetailsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListCheckSummariesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListLensReviewImprovementsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListLensReviewsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListLensSharesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListLensesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListMilestonesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListProfileNotificationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListProfileSharesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListReviewTemplateAnswersCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListReviewTemplatesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListShareInvitationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTemplateSharesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListWorkloadSharesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateAnswerCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateLensReviewCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateReviewTemplateAnswerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateReviewTemplateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateReviewTemplateLensReviewCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateShareInvitationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateWorkloadShareCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpgradeLensReviewCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpgradeProfileVersionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/UpgradeReviewTemplateLensReviewCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +14 -28
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListAnswersPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListLensesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38