@aws-sdk/client-wellarchitected 3.1087.0 → 3.1088.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 (93) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/WellArchitected.d.ts +246 -284
  3. package/dist-types/ts3.4/WellArchitectedClient.d.ts +16 -56
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AssociateLensesCommand.d.ts +2 -2
  8. package/dist-types/ts3.4/commands/AssociateProfilesCommand.d.ts +2 -2
  9. package/dist-types/ts3.4/commands/CreateLensShareCommand.d.ts +4 -9
  10. package/dist-types/ts3.4/commands/CreateLensVersionCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateMilestoneCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +3 -5
  13. package/dist-types/ts3.4/commands/CreateProfileShareCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/CreateReviewTemplateCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/CreateTemplateShareCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/CreateWorkloadCommand.d.ts +3 -5
  17. package/dist-types/ts3.4/commands/CreateWorkloadShareCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/DeleteLensCommand.d.ts +2 -2
  19. package/dist-types/ts3.4/commands/DeleteLensShareCommand.d.ts +2 -2
  20. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +2 -2
  21. package/dist-types/ts3.4/commands/DeleteProfileShareCommand.d.ts +3 -4
  22. package/dist-types/ts3.4/commands/DeleteReviewTemplateCommand.d.ts +3 -4
  23. package/dist-types/ts3.4/commands/DeleteTemplateShareCommand.d.ts +3 -4
  24. package/dist-types/ts3.4/commands/DeleteWorkloadCommand.d.ts +2 -2
  25. package/dist-types/ts3.4/commands/DeleteWorkloadShareCommand.d.ts +3 -4
  26. package/dist-types/ts3.4/commands/DisassociateLensesCommand.d.ts +3 -4
  27. package/dist-types/ts3.4/commands/DisassociateProfilesCommand.d.ts +3 -4
  28. package/dist-types/ts3.4/commands/ExportLensCommand.d.ts +3 -5
  29. package/dist-types/ts3.4/commands/GetAnswerCommand.d.ts +7 -5
  30. package/dist-types/ts3.4/commands/GetConsolidatedReportCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +2 -4
  32. package/dist-types/ts3.4/commands/GetLensCommand.d.ts +6 -2
  33. package/dist-types/ts3.4/commands/GetLensReviewCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/GetLensReviewReportCommand.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/GetLensVersionDifferenceCommand.d.ts +5 -10
  36. package/dist-types/ts3.4/commands/GetMilestoneCommand.d.ts +3 -5
  37. package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +3 -5
  38. package/dist-types/ts3.4/commands/GetProfileTemplateCommand.d.ts +4 -9
  39. package/dist-types/ts3.4/commands/GetReviewTemplateAnswerCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/GetReviewTemplateCommand.d.ts +4 -9
  41. package/dist-types/ts3.4/commands/GetReviewTemplateLensReviewCommand.d.ts +4 -6
  42. package/dist-types/ts3.4/commands/GetWorkloadCommand.d.ts +3 -5
  43. package/dist-types/ts3.4/commands/ImportLensCommand.d.ts +3 -5
  44. package/dist-types/ts3.4/commands/ListAnswersCommand.d.ts +3 -5
  45. package/dist-types/ts3.4/commands/ListCheckDetailsCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/ListCheckSummariesCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/ListLensReviewImprovementsCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/ListLensReviewsCommand.d.ts +4 -9
  49. package/dist-types/ts3.4/commands/ListLensSharesCommand.d.ts +3 -5
  50. package/dist-types/ts3.4/commands/ListLensesCommand.d.ts +2 -4
  51. package/dist-types/ts3.4/commands/ListMilestonesCommand.d.ts +3 -5
  52. package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +3 -8
  53. package/dist-types/ts3.4/commands/ListProfileNotificationsCommand.d.ts +4 -9
  54. package/dist-types/ts3.4/commands/ListProfileSharesCommand.d.ts +4 -9
  55. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +2 -4
  56. package/dist-types/ts3.4/commands/ListReviewTemplateAnswersCommand.d.ts +4 -6
  57. package/dist-types/ts3.4/commands/ListReviewTemplatesCommand.d.ts +4 -9
  58. package/dist-types/ts3.4/commands/ListShareInvitationsCommand.d.ts +4 -9
  59. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/commands/ListTemplateSharesCommand.d.ts +5 -10
  61. package/dist-types/ts3.4/commands/ListWorkloadSharesCommand.d.ts +5 -10
  62. package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +2 -4
  63. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
  65. package/dist-types/ts3.4/commands/UpdateAnswerCommand.d.ts +3 -5
  66. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +2 -3
  67. package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +2 -2
  68. package/dist-types/ts3.4/commands/UpdateLensReviewCommand.d.ts +4 -9
  69. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +3 -5
  70. package/dist-types/ts3.4/commands/UpdateReviewTemplateAnswerCommand.d.ts +4 -6
  71. package/dist-types/ts3.4/commands/UpdateReviewTemplateCommand.d.ts +5 -10
  72. package/dist-types/ts3.4/commands/UpdateReviewTemplateLensReviewCommand.d.ts +4 -6
  73. package/dist-types/ts3.4/commands/UpdateShareInvitationCommand.d.ts +5 -10
  74. package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +3 -5
  75. package/dist-types/ts3.4/commands/UpdateWorkloadShareCommand.d.ts +5 -10
  76. package/dist-types/ts3.4/commands/UpgradeLensReviewCommand.d.ts +2 -2
  77. package/dist-types/ts3.4/commands/UpgradeProfileVersionCommand.d.ts +3 -4
  78. package/dist-types/ts3.4/commands/UpgradeReviewTemplateLensReviewCommand.d.ts +4 -6
  79. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  80. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  81. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  82. package/dist-types/ts3.4/models/enums.d.ts +14 -28
  83. package/dist-types/ts3.4/models/errors.d.ts +6 -18
  84. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  85. package/dist-types/ts3.4/pagination/ListAnswersPaginator.d.ts +1 -4
  86. package/dist-types/ts3.4/pagination/ListLensesPaginator.d.ts +1 -4
  87. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  88. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  89. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  90. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  91. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  92. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  93. package/package.json +38 -38
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteReviewTemplateInput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteReviewTemplateCommandInput
5
- extends DeleteReviewTemplateInput {}
4
+ export interface DeleteReviewTemplateCommandInput extends DeleteReviewTemplateInput {}
6
5
  export interface DeleteReviewTemplateCommandOutput extends __MetadataBearer {}
7
6
  declare const DeleteReviewTemplateCommand_base: {
8
7
  new (
9
- input: DeleteReviewTemplateCommandInput
8
+ input: DeleteReviewTemplateCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DeleteReviewTemplateCommandInput,
12
11
  DeleteReviewTemplateCommandOutput,
@@ -15,7 +14,7 @@ declare const DeleteReviewTemplateCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DeleteReviewTemplateCommandInput
17
+ input: DeleteReviewTemplateCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DeleteReviewTemplateCommandInput,
21
20
  DeleteReviewTemplateCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteTemplateShareInput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteTemplateShareCommandInput
5
- extends DeleteTemplateShareInput {}
4
+ export interface DeleteTemplateShareCommandInput extends DeleteTemplateShareInput {}
6
5
  export interface DeleteTemplateShareCommandOutput extends __MetadataBearer {}
7
6
  declare const DeleteTemplateShareCommand_base: {
8
7
  new (
9
- input: DeleteTemplateShareCommandInput
8
+ input: DeleteTemplateShareCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DeleteTemplateShareCommandInput,
12
11
  DeleteTemplateShareCommandOutput,
@@ -15,7 +14,7 @@ declare const DeleteTemplateShareCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DeleteTemplateShareCommandInput
17
+ input: DeleteTemplateShareCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DeleteTemplateShareCommandInput,
21
20
  DeleteTemplateShareCommandOutput,
@@ -5,7 +5,7 @@ export interface DeleteWorkloadCommandInput extends DeleteWorkloadInput {}
5
5
  export interface DeleteWorkloadCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteWorkloadCommand_base: {
7
7
  new (
8
- input: DeleteWorkloadCommandInput
8
+ input: DeleteWorkloadCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteWorkloadCommandInput,
11
11
  DeleteWorkloadCommandOutput,
@@ -14,7 +14,7 @@ declare const DeleteWorkloadCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeleteWorkloadCommandInput
17
+ input: DeleteWorkloadCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteWorkloadCommandInput,
20
20
  DeleteWorkloadCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteWorkloadShareInput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteWorkloadShareCommandInput
5
- extends DeleteWorkloadShareInput {}
4
+ export interface DeleteWorkloadShareCommandInput extends DeleteWorkloadShareInput {}
6
5
  export interface DeleteWorkloadShareCommandOutput extends __MetadataBearer {}
7
6
  declare const DeleteWorkloadShareCommand_base: {
8
7
  new (
9
- input: DeleteWorkloadShareCommandInput
8
+ input: DeleteWorkloadShareCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DeleteWorkloadShareCommandInput,
12
11
  DeleteWorkloadShareCommandOutput,
@@ -15,7 +14,7 @@ declare const DeleteWorkloadShareCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DeleteWorkloadShareCommandInput
17
+ input: DeleteWorkloadShareCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DeleteWorkloadShareCommandInput,
21
20
  DeleteWorkloadShareCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DisassociateLensesInput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DisassociateLensesCommandInput
5
- extends DisassociateLensesInput {}
4
+ export interface DisassociateLensesCommandInput extends DisassociateLensesInput {}
6
5
  export interface DisassociateLensesCommandOutput extends __MetadataBearer {}
7
6
  declare const DisassociateLensesCommand_base: {
8
7
  new (
9
- input: DisassociateLensesCommandInput
8
+ input: DisassociateLensesCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DisassociateLensesCommandInput,
12
11
  DisassociateLensesCommandOutput,
@@ -15,7 +14,7 @@ declare const DisassociateLensesCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DisassociateLensesCommandInput
17
+ input: DisassociateLensesCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DisassociateLensesCommandInput,
21
20
  DisassociateLensesCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DisassociateProfilesInput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DisassociateProfilesCommandInput
5
- extends DisassociateProfilesInput {}
4
+ export interface DisassociateProfilesCommandInput extends DisassociateProfilesInput {}
6
5
  export interface DisassociateProfilesCommandOutput extends __MetadataBearer {}
7
6
  declare const DisassociateProfilesCommand_base: {
8
7
  new (
9
- input: DisassociateProfilesCommandInput
8
+ input: DisassociateProfilesCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DisassociateProfilesCommandInput,
12
11
  DisassociateProfilesCommandOutput,
@@ -15,7 +14,7 @@ declare const DisassociateProfilesCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DisassociateProfilesCommandInput
17
+ input: DisassociateProfilesCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DisassociateProfilesCommandInput,
21
20
  DisassociateProfilesCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ExportLensInput, ExportLensOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ExportLensCommandInput extends ExportLensInput {}
5
- export interface ExportLensCommandOutput
6
- extends ExportLensOutput,
7
- __MetadataBearer {}
5
+ export interface ExportLensCommandOutput extends ExportLensOutput, __MetadataBearer {}
8
6
  declare const ExportLensCommand_base: {
9
7
  new (
10
- input: ExportLensCommandInput
8
+ input: ExportLensCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ExportLensCommandInput,
13
11
  ExportLensCommandOutput,
@@ -16,7 +14,7 @@ declare const ExportLensCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: ExportLensCommandInput
17
+ input: ExportLensCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  ExportLensCommandInput,
22
20
  ExportLensCommandOutput,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetAnswerInput, GetAnswerOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetAnswerCommandInput extends GetAnswerInput {}
5
- export interface GetAnswerCommandOutput
6
- extends GetAnswerOutput,
7
- __MetadataBearer {}
5
+ export interface GetAnswerCommandOutput extends GetAnswerOutput, __MetadataBearer {}
8
6
  declare const GetAnswerCommand_base: {
9
- new (input: GetAnswerCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: GetAnswerCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  GetAnswerCommandInput,
11
11
  GetAnswerCommandOutput,
12
12
  import("..").WellArchitectedClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: GetAnswerCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: GetAnswerCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  GetAnswerCommandInput,
18
20
  GetAnswerCommandOutput,
19
21
  import("..").WellArchitectedClientResolvedConfig,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetConsolidatedReportInput,
4
- GetConsolidatedReportOutput,
5
- } from "../models/models_0";
2
+ import { GetConsolidatedReportInput, GetConsolidatedReportOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetConsolidatedReportCommandInput
8
- extends GetConsolidatedReportInput {}
4
+ export interface GetConsolidatedReportCommandInput extends GetConsolidatedReportInput {}
9
5
  export interface GetConsolidatedReportCommandOutput
10
- extends GetConsolidatedReportOutput,
11
- __MetadataBearer {}
6
+ extends GetConsolidatedReportOutput, __MetadataBearer {}
12
7
  declare const GetConsolidatedReportCommand_base: {
13
8
  new (
14
- input: GetConsolidatedReportCommandInput
9
+ input: GetConsolidatedReportCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetConsolidatedReportCommandInput,
17
12
  GetConsolidatedReportCommandOutput,
@@ -20,7 +15,7 @@ declare const GetConsolidatedReportCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetConsolidatedReportCommandInput
18
+ input: GetConsolidatedReportCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetConsolidatedReportCommandInput,
26
21
  GetConsolidatedReportCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetGlobalSettingsOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetGlobalSettingsCommandInput {}
5
- export interface GetGlobalSettingsCommandOutput
6
- extends GetGlobalSettingsOutput,
7
- __MetadataBearer {}
5
+ export interface GetGlobalSettingsCommandOutput extends GetGlobalSettingsOutput, __MetadataBearer {}
8
6
  declare const GetGlobalSettingsCommand_base: {
9
7
  new (
10
- input: GetGlobalSettingsCommandInput
8
+ input: GetGlobalSettingsCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetGlobalSettingsCommandInput,
13
11
  GetGlobalSettingsCommandOutput,
@@ -4,14 +4,18 @@ export { __MetadataBearer };
4
4
  export interface GetLensCommandInput extends GetLensInput {}
5
5
  export interface GetLensCommandOutput extends GetLensOutput, __MetadataBearer {}
6
6
  declare const GetLensCommand_base: {
7
- new (input: GetLensCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: GetLensCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
8
10
  GetLensCommandInput,
9
11
  GetLensCommandOutput,
10
12
  import("..").WellArchitectedClientResolvedConfig,
11
13
  import("..").ServiceInputTypes,
12
14
  import("..").ServiceOutputTypes
13
15
  >;
14
- new (input: GetLensCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: GetLensCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
15
19
  GetLensCommandInput,
16
20
  GetLensCommandOutput,
17
21
  import("..").WellArchitectedClientResolvedConfig,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetLensReviewInput, GetLensReviewOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetLensReviewCommandInput extends GetLensReviewInput {}
5
- export interface GetLensReviewCommandOutput
6
- extends GetLensReviewOutput,
7
- __MetadataBearer {}
5
+ export interface GetLensReviewCommandOutput extends GetLensReviewOutput, __MetadataBearer {}
8
6
  declare const GetLensReviewCommand_base: {
9
7
  new (
10
- input: GetLensReviewCommandInput
8
+ input: GetLensReviewCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetLensReviewCommandInput,
13
11
  GetLensReviewCommandOutput,
@@ -16,7 +14,7 @@ declare const GetLensReviewCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetLensReviewCommandInput
17
+ input: GetLensReviewCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetLensReviewCommandInput,
22
20
  GetLensReviewCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetLensReviewReportInput,
4
- GetLensReviewReportOutput,
5
- } from "../models/models_0";
2
+ import { GetLensReviewReportInput, GetLensReviewReportOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetLensReviewReportCommandInput
8
- extends GetLensReviewReportInput {}
4
+ export interface GetLensReviewReportCommandInput extends GetLensReviewReportInput {}
9
5
  export interface GetLensReviewReportCommandOutput
10
- extends GetLensReviewReportOutput,
11
- __MetadataBearer {}
6
+ extends GetLensReviewReportOutput, __MetadataBearer {}
12
7
  declare const GetLensReviewReportCommand_base: {
13
8
  new (
14
- input: GetLensReviewReportCommandInput
9
+ input: GetLensReviewReportCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetLensReviewReportCommandInput,
17
12
  GetLensReviewReportCommandOutput,
@@ -20,7 +15,7 @@ declare const GetLensReviewReportCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetLensReviewReportCommandInput
18
+ input: GetLensReviewReportCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetLensReviewReportCommandInput,
26
21
  GetLensReviewReportCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetLensVersionDifferenceInput,
4
- GetLensVersionDifferenceOutput,
5
- } from "../models/models_0";
2
+ import { GetLensVersionDifferenceInput, GetLensVersionDifferenceOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetLensVersionDifferenceCommandInput
8
- extends GetLensVersionDifferenceInput {}
4
+ export interface GetLensVersionDifferenceCommandInput extends GetLensVersionDifferenceInput {}
9
5
  export interface GetLensVersionDifferenceCommandOutput
10
- extends GetLensVersionDifferenceOutput,
11
- __MetadataBearer {}
6
+ extends GetLensVersionDifferenceOutput, __MetadataBearer {}
12
7
  declare const GetLensVersionDifferenceCommand_base: {
13
8
  new (
14
- input: GetLensVersionDifferenceCommandInput
9
+ input: GetLensVersionDifferenceCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetLensVersionDifferenceCommandInput,
17
12
  GetLensVersionDifferenceCommandOutput,
@@ -20,7 +15,7 @@ declare const GetLensVersionDifferenceCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetLensVersionDifferenceCommandInput
18
+ input: GetLensVersionDifferenceCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetLensVersionDifferenceCommandInput,
26
21
  GetLensVersionDifferenceCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetMilestoneInput, GetMilestoneOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetMilestoneCommandInput extends GetMilestoneInput {}
5
- export interface GetMilestoneCommandOutput
6
- extends GetMilestoneOutput,
7
- __MetadataBearer {}
5
+ export interface GetMilestoneCommandOutput extends GetMilestoneOutput, __MetadataBearer {}
8
6
  declare const GetMilestoneCommand_base: {
9
7
  new (
10
- input: GetMilestoneCommandInput
8
+ input: GetMilestoneCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetMilestoneCommandInput,
13
11
  GetMilestoneCommandOutput,
@@ -16,7 +14,7 @@ declare const GetMilestoneCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetMilestoneCommandInput
17
+ input: GetMilestoneCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetMilestoneCommandInput,
22
20
  GetMilestoneCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetProfileInput, GetProfileOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetProfileCommandInput extends GetProfileInput {}
5
- export interface GetProfileCommandOutput
6
- extends GetProfileOutput,
7
- __MetadataBearer {}
5
+ export interface GetProfileCommandOutput extends GetProfileOutput, __MetadataBearer {}
8
6
  declare const GetProfileCommand_base: {
9
7
  new (
10
- input: GetProfileCommandInput
8
+ input: GetProfileCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetProfileCommandInput,
13
11
  GetProfileCommandOutput,
@@ -16,7 +14,7 @@ declare const GetProfileCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetProfileCommandInput
17
+ input: GetProfileCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetProfileCommandInput,
22
20
  GetProfileCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetProfileTemplateInput,
4
- GetProfileTemplateOutput,
5
- } from "../models/models_0";
2
+ import { GetProfileTemplateInput, GetProfileTemplateOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetProfileTemplateCommandInput
8
- extends GetProfileTemplateInput {}
4
+ export interface GetProfileTemplateCommandInput extends GetProfileTemplateInput {}
9
5
  export interface GetProfileTemplateCommandOutput
10
- extends GetProfileTemplateOutput,
11
- __MetadataBearer {}
6
+ extends GetProfileTemplateOutput, __MetadataBearer {}
12
7
  declare const GetProfileTemplateCommand_base: {
13
8
  new (
14
- input: GetProfileTemplateCommandInput
9
+ input: GetProfileTemplateCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetProfileTemplateCommandInput,
17
12
  GetProfileTemplateCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetReviewTemplateAnswerInput,
4
- GetReviewTemplateAnswerOutput,
5
- } from "../models/models_0";
2
+ import { GetReviewTemplateAnswerInput, GetReviewTemplateAnswerOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetReviewTemplateAnswerCommandInput
8
- extends GetReviewTemplateAnswerInput {}
4
+ export interface GetReviewTemplateAnswerCommandInput extends GetReviewTemplateAnswerInput {}
9
5
  export interface GetReviewTemplateAnswerCommandOutput
10
- extends GetReviewTemplateAnswerOutput,
11
- __MetadataBearer {}
6
+ extends GetReviewTemplateAnswerOutput, __MetadataBearer {}
12
7
  declare const GetReviewTemplateAnswerCommand_base: {
13
8
  new (
14
- input: GetReviewTemplateAnswerCommandInput
9
+ input: GetReviewTemplateAnswerCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetReviewTemplateAnswerCommandInput,
17
12
  GetReviewTemplateAnswerCommandOutput,
@@ -20,7 +15,7 @@ declare const GetReviewTemplateAnswerCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetReviewTemplateAnswerCommandInput
18
+ input: GetReviewTemplateAnswerCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetReviewTemplateAnswerCommandInput,
26
21
  GetReviewTemplateAnswerCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetReviewTemplateInput,
4
- GetReviewTemplateOutput,
5
- } from "../models/models_0";
2
+ import { GetReviewTemplateInput, GetReviewTemplateOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetReviewTemplateCommandInput extends GetReviewTemplateInput {}
8
- export interface GetReviewTemplateCommandOutput
9
- extends GetReviewTemplateOutput,
10
- __MetadataBearer {}
5
+ export interface GetReviewTemplateCommandOutput extends GetReviewTemplateOutput, __MetadataBearer {}
11
6
  declare const GetReviewTemplateCommand_base: {
12
7
  new (
13
- input: GetReviewTemplateCommandInput
8
+ input: GetReviewTemplateCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetReviewTemplateCommandInput,
16
11
  GetReviewTemplateCommandOutput,
@@ -19,7 +14,7 @@ declare const GetReviewTemplateCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetReviewTemplateCommandInput
17
+ input: GetReviewTemplateCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetReviewTemplateCommandInput,
25
20
  GetReviewTemplateCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetReviewTemplateLensReviewOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetReviewTemplateLensReviewCommandInput
8
- extends GetReviewTemplateLensReviewInput {}
7
+ export interface GetReviewTemplateLensReviewCommandInput extends GetReviewTemplateLensReviewInput {}
9
8
  export interface GetReviewTemplateLensReviewCommandOutput
10
- extends GetReviewTemplateLensReviewOutput,
11
- __MetadataBearer {}
9
+ extends GetReviewTemplateLensReviewOutput, __MetadataBearer {}
12
10
  declare const GetReviewTemplateLensReviewCommand_base: {
13
11
  new (
14
- input: GetReviewTemplateLensReviewCommandInput
12
+ input: GetReviewTemplateLensReviewCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetReviewTemplateLensReviewCommandInput,
17
15
  GetReviewTemplateLensReviewCommandOutput,
@@ -20,7 +18,7 @@ declare const GetReviewTemplateLensReviewCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetReviewTemplateLensReviewCommandInput
21
+ input: GetReviewTemplateLensReviewCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetReviewTemplateLensReviewCommandInput,
26
24
  GetReviewTemplateLensReviewCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetWorkloadInput, GetWorkloadOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetWorkloadCommandInput extends GetWorkloadInput {}
5
- export interface GetWorkloadCommandOutput
6
- extends GetWorkloadOutput,
7
- __MetadataBearer {}
5
+ export interface GetWorkloadCommandOutput extends GetWorkloadOutput, __MetadataBearer {}
8
6
  declare const GetWorkloadCommand_base: {
9
7
  new (
10
- input: GetWorkloadCommandInput
8
+ input: GetWorkloadCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetWorkloadCommandInput,
13
11
  GetWorkloadCommandOutput,
@@ -16,7 +14,7 @@ declare const GetWorkloadCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetWorkloadCommandInput
17
+ input: GetWorkloadCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetWorkloadCommandInput,
22
20
  GetWorkloadCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ImportLensInput, ImportLensOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ImportLensCommandInput extends ImportLensInput {}
5
- export interface ImportLensCommandOutput
6
- extends ImportLensOutput,
7
- __MetadataBearer {}
5
+ export interface ImportLensCommandOutput extends ImportLensOutput, __MetadataBearer {}
8
6
  declare const ImportLensCommand_base: {
9
7
  new (
10
- input: ImportLensCommandInput
8
+ input: ImportLensCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ImportLensCommandInput,
13
11
  ImportLensCommandOutput,
@@ -16,7 +14,7 @@ declare const ImportLensCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: ImportLensCommandInput
17
+ input: ImportLensCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  ImportLensCommandInput,
22
20
  ImportLensCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListAnswersInput, ListAnswersOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ListAnswersCommandInput extends ListAnswersInput {}
5
- export interface ListAnswersCommandOutput
6
- extends ListAnswersOutput,
7
- __MetadataBearer {}
5
+ export interface ListAnswersCommandOutput extends ListAnswersOutput, __MetadataBearer {}
8
6
  declare const ListAnswersCommand_base: {
9
7
  new (
10
- input: ListAnswersCommandInput
8
+ input: ListAnswersCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ListAnswersCommandInput,
13
11
  ListAnswersCommandOutput,
@@ -16,7 +14,7 @@ declare const ListAnswersCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: ListAnswersCommandInput
17
+ input: ListAnswersCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  ListAnswersCommandInput,
22
20
  ListAnswersCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListCheckDetailsInput,
4
- ListCheckDetailsOutput,
5
- } from "../models/models_0";
2
+ import { ListCheckDetailsInput, ListCheckDetailsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListCheckDetailsCommandInput extends ListCheckDetailsInput {}
8
- export interface ListCheckDetailsCommandOutput
9
- extends ListCheckDetailsOutput,
10
- __MetadataBearer {}
5
+ export interface ListCheckDetailsCommandOutput extends ListCheckDetailsOutput, __MetadataBearer {}
11
6
  declare const ListCheckDetailsCommand_base: {
12
7
  new (
13
- input: ListCheckDetailsCommandInput
8
+ input: ListCheckDetailsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListCheckDetailsCommandInput,
16
11
  ListCheckDetailsCommandOutput,
@@ -19,7 +14,7 @@ declare const ListCheckDetailsCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: ListCheckDetailsCommandInput
17
+ input: ListCheckDetailsCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  ListCheckDetailsCommandInput,
25
20
  ListCheckDetailsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListCheckSummariesInput,
4
- ListCheckSummariesOutput,
5
- } from "../models/models_0";
2
+ import { ListCheckSummariesInput, ListCheckSummariesOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListCheckSummariesCommandInput
8
- extends ListCheckSummariesInput {}
4
+ export interface ListCheckSummariesCommandInput extends ListCheckSummariesInput {}
9
5
  export interface ListCheckSummariesCommandOutput
10
- extends ListCheckSummariesOutput,
11
- __MetadataBearer {}
6
+ extends ListCheckSummariesOutput, __MetadataBearer {}
12
7
  declare const ListCheckSummariesCommand_base: {
13
8
  new (
14
- input: ListCheckSummariesCommandInput
9
+ input: ListCheckSummariesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListCheckSummariesCommandInput,
17
12
  ListCheckSummariesCommandOutput,
@@ -20,7 +15,7 @@ declare const ListCheckSummariesCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListCheckSummariesCommandInput
18
+ input: ListCheckSummariesCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListCheckSummariesCommandInput,
26
21
  ListCheckSummariesCommandOutput,