@aws-sdk/client-wellarchitected 3.940.0 → 3.946.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (118) hide show
  1. package/dist-cjs/index.js +154 -723
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/WellArchitectedClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +154 -723
  8. package/dist-types/WellArchitected.d.ts +1 -1
  9. package/dist-types/WellArchitectedClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/AssociateLensesCommand.d.ts +3 -3
  13. package/dist-types/commands/AssociateProfilesCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateLensShareCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateLensVersionCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateMilestoneCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateProfileCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateProfileShareCommand.d.ts +3 -3
  19. package/dist-types/commands/CreateReviewTemplateCommand.d.ts +3 -3
  20. package/dist-types/commands/CreateTemplateShareCommand.d.ts +3 -3
  21. package/dist-types/commands/CreateWorkloadCommand.d.ts +3 -3
  22. package/dist-types/commands/CreateWorkloadShareCommand.d.ts +3 -3
  23. package/dist-types/commands/DeleteLensCommand.d.ts +3 -3
  24. package/dist-types/commands/DeleteLensShareCommand.d.ts +3 -3
  25. package/dist-types/commands/DeleteProfileCommand.d.ts +3 -3
  26. package/dist-types/commands/DeleteProfileShareCommand.d.ts +3 -3
  27. package/dist-types/commands/DeleteReviewTemplateCommand.d.ts +3 -3
  28. package/dist-types/commands/DeleteTemplateShareCommand.d.ts +3 -3
  29. package/dist-types/commands/DeleteWorkloadCommand.d.ts +3 -3
  30. package/dist-types/commands/DeleteWorkloadShareCommand.d.ts +3 -3
  31. package/dist-types/commands/DisassociateLensesCommand.d.ts +3 -3
  32. package/dist-types/commands/DisassociateProfilesCommand.d.ts +3 -3
  33. package/dist-types/commands/ExportLensCommand.d.ts +3 -3
  34. package/dist-types/commands/GetAnswerCommand.d.ts +3 -3
  35. package/dist-types/commands/GetConsolidatedReportCommand.d.ts +3 -3
  36. package/dist-types/commands/GetGlobalSettingsCommand.d.ts +3 -3
  37. package/dist-types/commands/GetLensCommand.d.ts +3 -3
  38. package/dist-types/commands/GetLensReviewCommand.d.ts +3 -3
  39. package/dist-types/commands/GetLensReviewReportCommand.d.ts +3 -3
  40. package/dist-types/commands/GetLensVersionDifferenceCommand.d.ts +3 -3
  41. package/dist-types/commands/GetMilestoneCommand.d.ts +3 -3
  42. package/dist-types/commands/GetProfileCommand.d.ts +3 -3
  43. package/dist-types/commands/GetProfileTemplateCommand.d.ts +3 -3
  44. package/dist-types/commands/GetReviewTemplateAnswerCommand.d.ts +3 -3
  45. package/dist-types/commands/GetReviewTemplateCommand.d.ts +3 -3
  46. package/dist-types/commands/GetReviewTemplateLensReviewCommand.d.ts +3 -3
  47. package/dist-types/commands/GetWorkloadCommand.d.ts +3 -3
  48. package/dist-types/commands/ImportLensCommand.d.ts +3 -3
  49. package/dist-types/commands/ListAnswersCommand.d.ts +3 -3
  50. package/dist-types/commands/ListCheckDetailsCommand.d.ts +3 -3
  51. package/dist-types/commands/ListCheckSummariesCommand.d.ts +3 -3
  52. package/dist-types/commands/ListLensReviewImprovementsCommand.d.ts +3 -3
  53. package/dist-types/commands/ListLensReviewsCommand.d.ts +3 -3
  54. package/dist-types/commands/ListLensSharesCommand.d.ts +3 -3
  55. package/dist-types/commands/ListLensesCommand.d.ts +3 -3
  56. package/dist-types/commands/ListMilestonesCommand.d.ts +3 -3
  57. package/dist-types/commands/ListNotificationsCommand.d.ts +3 -3
  58. package/dist-types/commands/ListProfileNotificationsCommand.d.ts +3 -3
  59. package/dist-types/commands/ListProfileSharesCommand.d.ts +3 -3
  60. package/dist-types/commands/ListProfilesCommand.d.ts +3 -3
  61. package/dist-types/commands/ListReviewTemplateAnswersCommand.d.ts +3 -3
  62. package/dist-types/commands/ListReviewTemplatesCommand.d.ts +3 -3
  63. package/dist-types/commands/ListShareInvitationsCommand.d.ts +3 -3
  64. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  65. package/dist-types/commands/ListTemplateSharesCommand.d.ts +3 -3
  66. package/dist-types/commands/ListWorkloadSharesCommand.d.ts +3 -3
  67. package/dist-types/commands/ListWorkloadsCommand.d.ts +3 -3
  68. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  69. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  70. package/dist-types/commands/UpdateAnswerCommand.d.ts +3 -3
  71. package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +3 -3
  72. package/dist-types/commands/UpdateIntegrationCommand.d.ts +3 -3
  73. package/dist-types/commands/UpdateLensReviewCommand.d.ts +3 -3
  74. package/dist-types/commands/UpdateProfileCommand.d.ts +3 -3
  75. package/dist-types/commands/UpdateReviewTemplateAnswerCommand.d.ts +3 -3
  76. package/dist-types/commands/UpdateReviewTemplateCommand.d.ts +3 -3
  77. package/dist-types/commands/UpdateReviewTemplateLensReviewCommand.d.ts +3 -3
  78. package/dist-types/commands/UpdateShareInvitationCommand.d.ts +3 -3
  79. package/dist-types/commands/UpdateWorkloadCommand.d.ts +3 -3
  80. package/dist-types/commands/UpdateWorkloadShareCommand.d.ts +3 -3
  81. package/dist-types/commands/UpgradeLensReviewCommand.d.ts +3 -3
  82. package/dist-types/commands/UpgradeProfileVersionCommand.d.ts +3 -3
  83. package/dist-types/commands/UpgradeReviewTemplateLensReviewCommand.d.ts +3 -3
  84. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  85. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  86. package/dist-types/extensionConfiguration.d.ts +4 -4
  87. package/dist-types/models/WellArchitectedServiceException.d.ts +1 -1
  88. package/dist-types/models/errors.d.ts +1 -1
  89. package/dist-types/pagination/GetConsolidatedReportPaginator.d.ts +1 -1
  90. package/dist-types/pagination/Interfaces.d.ts +1 -1
  91. package/dist-types/pagination/ListAnswersPaginator.d.ts +1 -1
  92. package/dist-types/pagination/ListCheckDetailsPaginator.d.ts +1 -1
  93. package/dist-types/pagination/ListCheckSummariesPaginator.d.ts +1 -1
  94. package/dist-types/pagination/ListLensReviewImprovementsPaginator.d.ts +1 -1
  95. package/dist-types/pagination/ListLensReviewsPaginator.d.ts +1 -1
  96. package/dist-types/pagination/ListLensSharesPaginator.d.ts +1 -1
  97. package/dist-types/pagination/ListLensesPaginator.d.ts +1 -1
  98. package/dist-types/pagination/ListMilestonesPaginator.d.ts +1 -1
  99. package/dist-types/pagination/ListNotificationsPaginator.d.ts +1 -1
  100. package/dist-types/pagination/ListProfileNotificationsPaginator.d.ts +1 -1
  101. package/dist-types/pagination/ListProfileSharesPaginator.d.ts +1 -1
  102. package/dist-types/pagination/ListProfilesPaginator.d.ts +1 -1
  103. package/dist-types/pagination/ListReviewTemplateAnswersPaginator.d.ts +1 -1
  104. package/dist-types/pagination/ListReviewTemplatesPaginator.d.ts +1 -1
  105. package/dist-types/pagination/ListShareInvitationsPaginator.d.ts +1 -1
  106. package/dist-types/pagination/ListTemplateSharesPaginator.d.ts +1 -1
  107. package/dist-types/pagination/ListWorkloadSharesPaginator.d.ts +1 -1
  108. package/dist-types/pagination/ListWorkloadsPaginator.d.ts +1 -1
  109. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  110. package/dist-types/runtimeConfig.d.ts +1 -1
  111. package/dist-types/runtimeConfig.native.d.ts +1 -1
  112. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  113. package/dist-types/runtimeExtensions.d.ts +1 -1
  114. package/dist-types/schemas/schemas_0.d.ts +1 -1
  115. package/dist-types/ts3.4/WellArchitectedClient.d.ts +3 -3
  116. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  117. package/dist-types/ts3.4/models/WellArchitectedServiceException.d.ts +1 -1
  118. package/package.json +13 -12
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListLensesInput, ListLensesOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListLensesInput, ListLensesOutput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListMilestonesInput, ListMilestonesOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListMilestonesInput, ListMilestonesOutput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListNotificationsInput, ListNotificationsOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListNotificationsInput, ListNotificationsOutput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListProfileNotificationsInput, ListProfileNotificationsOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListProfileNotificationsInput, ListProfileNotificationsOutput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListProfileSharesInput, ListProfileSharesOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListProfileSharesInput, ListProfileSharesOutput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListProfilesInput, ListProfilesOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListProfilesInput, ListProfilesOutput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListReviewTemplateAnswersInput, ListReviewTemplateAnswersOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListReviewTemplateAnswersInput, ListReviewTemplateAnswersOutput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListReviewTemplatesInput, ListReviewTemplatesOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListReviewTemplatesInput, ListReviewTemplatesOutput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListShareInvitationsInput, ListShareInvitationsOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListShareInvitationsInput, ListShareInvitationsOutput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListTemplateSharesInput, ListTemplateSharesOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListTemplateSharesInput, ListTemplateSharesOutput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListWorkloadSharesInput, ListWorkloadSharesOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListWorkloadSharesInput, ListWorkloadSharesOutput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListWorkloadsInput, ListWorkloadsOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListWorkloadsInput, ListWorkloadsOutput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { TagResourceInput, TagResourceOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { TagResourceInput, TagResourceOutput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateAnswerInput, UpdateAnswerOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UpdateAnswerInput, UpdateAnswerOutput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateGlobalSettingsInput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UpdateGlobalSettingsInput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateIntegrationInput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UpdateIntegrationInput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateLensReviewInput, UpdateLensReviewOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UpdateLensReviewInput, UpdateLensReviewOutput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateProfileInput, UpdateProfileOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UpdateProfileInput, UpdateProfileOutput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateReviewTemplateAnswerInput, UpdateReviewTemplateAnswerOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UpdateReviewTemplateAnswerInput, UpdateReviewTemplateAnswerOutput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateReviewTemplateInput, UpdateReviewTemplateOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UpdateReviewTemplateInput, UpdateReviewTemplateOutput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateReviewTemplateLensReviewInput, UpdateReviewTemplateLensReviewOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UpdateReviewTemplateLensReviewInput, UpdateReviewTemplateLensReviewOutput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateShareInvitationInput, UpdateShareInvitationOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UpdateShareInvitationInput, UpdateShareInvitationOutput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateWorkloadInput, UpdateWorkloadOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UpdateWorkloadInput, UpdateWorkloadOutput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateWorkloadShareInput, UpdateWorkloadShareOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UpdateWorkloadShareInput, UpdateWorkloadShareOutput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpgradeLensReviewInput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UpgradeLensReviewInput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpgradeProfileVersionInput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UpgradeProfileVersionInput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpgradeReviewTemplateLensReviewInput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UpgradeReviewTemplateLensReviewInput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,4 +1,4 @@
1
- import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
1
+ import type { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
2
2
  /**
3
3
  * @public
4
4
  */
@@ -8,10 +8,19 @@ export interface ClientInputEndpointParameters {
8
8
  useFipsEndpoint?: boolean | undefined | Provider<boolean | undefined>;
9
9
  endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
10
10
  }
11
+ /**
12
+ * @public
13
+ */
11
14
  export type ClientResolvedEndpointParameters = Omit<ClientInputEndpointParameters, "endpoint"> & {
12
15
  defaultSigningName: string;
13
16
  };
17
+ /**
18
+ * @internal
19
+ */
14
20
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
21
+ /**
22
+ * @internal
23
+ */
15
24
  export declare const commonParams: {
16
25
  readonly UseFIPS: {
17
26
  readonly type: "builtInParams";
@@ -30,6 +39,9 @@ export declare const commonParams: {
30
39
  readonly name: "useDualstackEndpoint";
31
40
  };
32
41
  };
42
+ /**
43
+ * @internal
44
+ */
33
45
  export interface EndpointParameters extends __EndpointParameters {
34
46
  Region?: string | undefined;
35
47
  UseDualStack?: boolean | undefined;
@@ -1,5 +1,8 @@
1
- import { EndpointV2, Logger } from "@smithy/types";
2
- import { EndpointParameters } from "./EndpointParameters";
1
+ import type { EndpointV2, Logger } from "@smithy/types";
2
+ import type { EndpointParameters } from "./EndpointParameters";
3
+ /**
4
+ * @internal
5
+ */
3
6
  export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
4
7
  logger?: Logger;
5
8
  }) => EndpointV2;
@@ -1,7 +1,7 @@
1
- import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
3
- import { DefaultExtensionConfiguration } from "@smithy/types";
4
- import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
1
+ import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
3
+ import type { DefaultExtensionConfiguration } from "@smithy/types";
4
+ import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
6
6
  * @internal
7
7
  */
@@ -1,4 +1,4 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { ValidationExceptionReason } from "./enums";
3
3
  import { ValidationExceptionField } from "./models_0";
4
4
  import { WellArchitectedServiceException as __BaseException } from "./WellArchitectedServiceException";
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { GetConsolidatedReportCommandInput, GetConsolidatedReportCommandOutput } from "../commands/GetConsolidatedReportCommand";
3
3
  import { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { PaginationConfiguration } from "@smithy/types";
1
+ import type { PaginationConfiguration } from "@smithy/types";
2
2
  import { WellArchitectedClient } from "../WellArchitectedClient";
3
3
  /**
4
4
  * @public
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListAnswersCommandInput, ListAnswersCommandOutput } from "../commands/ListAnswersCommand";
3
3
  import { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListCheckDetailsCommandInput, ListCheckDetailsCommandOutput } from "../commands/ListCheckDetailsCommand";
3
3
  import { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListCheckSummariesCommandInput, ListCheckSummariesCommandOutput } from "../commands/ListCheckSummariesCommand";
3
3
  import { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListLensReviewImprovementsCommandInput, ListLensReviewImprovementsCommandOutput } from "../commands/ListLensReviewImprovementsCommand";
3
3
  import { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListLensReviewsCommandInput, ListLensReviewsCommandOutput } from "../commands/ListLensReviewsCommand";
3
3
  import { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListLensSharesCommandInput, ListLensSharesCommandOutput } from "../commands/ListLensSharesCommand";
3
3
  import { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListLensesCommandInput, ListLensesCommandOutput } from "../commands/ListLensesCommand";
3
3
  import { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListMilestonesCommandInput, ListMilestonesCommandOutput } from "../commands/ListMilestonesCommand";
3
3
  import { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListNotificationsCommandInput, ListNotificationsCommandOutput } from "../commands/ListNotificationsCommand";
3
3
  import { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListProfileNotificationsCommandInput, ListProfileNotificationsCommandOutput } from "../commands/ListProfileNotificationsCommand";
3
3
  import { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListProfileSharesCommandInput, ListProfileSharesCommandOutput } from "../commands/ListProfileSharesCommand";
3
3
  import { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListProfilesCommandInput, ListProfilesCommandOutput } from "../commands/ListProfilesCommand";
3
3
  import { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListReviewTemplateAnswersCommandInput, ListReviewTemplateAnswersCommandOutput } from "../commands/ListReviewTemplateAnswersCommand";
3
3
  import { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListReviewTemplatesCommandInput, ListReviewTemplatesCommandOutput } from "../commands/ListReviewTemplatesCommand";
3
3
  import { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListShareInvitationsCommandInput, ListShareInvitationsCommandOutput } from "../commands/ListShareInvitationsCommand";
3
3
  import { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListTemplateSharesCommandInput, ListTemplateSharesCommandOutput } from "../commands/ListTemplateSharesCommand";
3
3
  import { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListWorkloadSharesCommandInput, ListWorkloadSharesCommandOutput } from "../commands/ListWorkloadSharesCommand";
3
3
  import { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListWorkloadsCommandInput, ListWorkloadsCommandOutput } from "../commands/ListWorkloadsCommand";
3
3
  import { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,5 +1,5 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
2
- import { WellArchitectedClientConfig } from "./WellArchitectedClient";
2
+ import type { WellArchitectedClientConfig } from "./WellArchitectedClient";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
2
- import { WellArchitectedClientConfig } from "./WellArchitectedClient";
2
+ import type { WellArchitectedClientConfig } from "./WellArchitectedClient";
3
3
  /**
4
4
  * @internal
5
5
  */