@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.
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
@@ -4,14 +4,12 @@ import {
4
4
  ListLensReviewImprovementsOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListLensReviewImprovementsCommandInput
8
- extends ListLensReviewImprovementsInput {}
7
+ export interface ListLensReviewImprovementsCommandInput extends ListLensReviewImprovementsInput {}
9
8
  export interface ListLensReviewImprovementsCommandOutput
10
- extends ListLensReviewImprovementsOutput,
11
- __MetadataBearer {}
9
+ extends ListLensReviewImprovementsOutput, __MetadataBearer {}
12
10
  declare const ListLensReviewImprovementsCommand_base: {
13
11
  new (
14
- input: ListLensReviewImprovementsCommandInput
12
+ input: ListLensReviewImprovementsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListLensReviewImprovementsCommandInput,
17
15
  ListLensReviewImprovementsCommandOutput,
@@ -20,7 +18,7 @@ declare const ListLensReviewImprovementsCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ListLensReviewImprovementsCommandInput
21
+ input: ListLensReviewImprovementsCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ListLensReviewImprovementsCommandInput,
26
24
  ListLensReviewImprovementsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListLensReviewsInput,
4
- ListLensReviewsOutput,
5
- } from "../models/models_0";
2
+ import { ListLensReviewsInput, ListLensReviewsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListLensReviewsCommandInput extends ListLensReviewsInput {}
8
- export interface ListLensReviewsCommandOutput
9
- extends ListLensReviewsOutput,
10
- __MetadataBearer {}
5
+ export interface ListLensReviewsCommandOutput extends ListLensReviewsOutput, __MetadataBearer {}
11
6
  declare const ListLensReviewsCommand_base: {
12
7
  new (
13
- input: ListLensReviewsCommandInput
8
+ input: ListLensReviewsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListLensReviewsCommandInput,
16
11
  ListLensReviewsCommandOutput,
@@ -19,7 +14,7 @@ declare const ListLensReviewsCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: ListLensReviewsCommandInput
17
+ input: ListLensReviewsCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  ListLensReviewsCommandInput,
25
20
  ListLensReviewsCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListLensSharesInput, ListLensSharesOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ListLensSharesCommandInput extends ListLensSharesInput {}
5
- export interface ListLensSharesCommandOutput
6
- extends ListLensSharesOutput,
7
- __MetadataBearer {}
5
+ export interface ListLensSharesCommandOutput extends ListLensSharesOutput, __MetadataBearer {}
8
6
  declare const ListLensSharesCommand_base: {
9
7
  new (
10
- input: ListLensSharesCommandInput
8
+ input: ListLensSharesCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ListLensSharesCommandInput,
13
11
  ListLensSharesCommandOutput,
@@ -16,7 +14,7 @@ declare const ListLensSharesCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: ListLensSharesCommandInput
17
+ input: ListLensSharesCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  ListLensSharesCommandInput,
22
20
  ListLensSharesCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListLensesInput, ListLensesOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ListLensesCommandInput extends ListLensesInput {}
5
- export interface ListLensesCommandOutput
6
- extends ListLensesOutput,
7
- __MetadataBearer {}
5
+ export interface ListLensesCommandOutput extends ListLensesOutput, __MetadataBearer {}
8
6
  declare const ListLensesCommand_base: {
9
7
  new (
10
- input: ListLensesCommandInput
8
+ input: ListLensesCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ListLensesCommandInput,
13
11
  ListLensesCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListMilestonesInput, ListMilestonesOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ListMilestonesCommandInput extends ListMilestonesInput {}
5
- export interface ListMilestonesCommandOutput
6
- extends ListMilestonesOutput,
7
- __MetadataBearer {}
5
+ export interface ListMilestonesCommandOutput extends ListMilestonesOutput, __MetadataBearer {}
8
6
  declare const ListMilestonesCommand_base: {
9
7
  new (
10
- input: ListMilestonesCommandInput
8
+ input: ListMilestonesCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ListMilestonesCommandInput,
13
11
  ListMilestonesCommandOutput,
@@ -16,7 +14,7 @@ declare const ListMilestonesCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: ListMilestonesCommandInput
17
+ input: ListMilestonesCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  ListMilestonesCommandInput,
22
20
  ListMilestonesCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListNotificationsInput,
4
- ListNotificationsOutput,
5
- } from "../models/models_0";
2
+ import { ListNotificationsInput, ListNotificationsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListNotificationsCommandInput extends ListNotificationsInput {}
8
- export interface ListNotificationsCommandOutput
9
- extends ListNotificationsOutput,
10
- __MetadataBearer {}
5
+ export interface ListNotificationsCommandOutput extends ListNotificationsOutput, __MetadataBearer {}
11
6
  declare const ListNotificationsCommand_base: {
12
7
  new (
13
- input: ListNotificationsCommandInput
8
+ input: ListNotificationsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListNotificationsCommandInput,
16
11
  ListNotificationsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListProfileNotificationsInput,
4
- ListProfileNotificationsOutput,
5
- } from "../models/models_0";
2
+ import { ListProfileNotificationsInput, ListProfileNotificationsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListProfileNotificationsCommandInput
8
- extends ListProfileNotificationsInput {}
4
+ export interface ListProfileNotificationsCommandInput extends ListProfileNotificationsInput {}
9
5
  export interface ListProfileNotificationsCommandOutput
10
- extends ListProfileNotificationsOutput,
11
- __MetadataBearer {}
6
+ extends ListProfileNotificationsOutput, __MetadataBearer {}
12
7
  declare const ListProfileNotificationsCommand_base: {
13
8
  new (
14
- input: ListProfileNotificationsCommandInput
9
+ input: ListProfileNotificationsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListProfileNotificationsCommandInput,
17
12
  ListProfileNotificationsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListProfileSharesInput,
4
- ListProfileSharesOutput,
5
- } from "../models/models_0";
2
+ import { ListProfileSharesInput, ListProfileSharesOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListProfileSharesCommandInput extends ListProfileSharesInput {}
8
- export interface ListProfileSharesCommandOutput
9
- extends ListProfileSharesOutput,
10
- __MetadataBearer {}
5
+ export interface ListProfileSharesCommandOutput extends ListProfileSharesOutput, __MetadataBearer {}
11
6
  declare const ListProfileSharesCommand_base: {
12
7
  new (
13
- input: ListProfileSharesCommandInput
8
+ input: ListProfileSharesCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListProfileSharesCommandInput,
16
11
  ListProfileSharesCommandOutput,
@@ -19,7 +14,7 @@ declare const ListProfileSharesCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: ListProfileSharesCommandInput
17
+ input: ListProfileSharesCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  ListProfileSharesCommandInput,
25
20
  ListProfileSharesCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListProfilesInput, ListProfilesOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ListProfilesCommandInput extends ListProfilesInput {}
5
- export interface ListProfilesCommandOutput
6
- extends ListProfilesOutput,
7
- __MetadataBearer {}
5
+ export interface ListProfilesCommandOutput extends ListProfilesOutput, __MetadataBearer {}
8
6
  declare const ListProfilesCommand_base: {
9
7
  new (
10
- input: ListProfilesCommandInput
8
+ input: ListProfilesCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ListProfilesCommandInput,
13
11
  ListProfilesCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListReviewTemplateAnswersOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListReviewTemplateAnswersCommandInput
8
- extends ListReviewTemplateAnswersInput {}
7
+ export interface ListReviewTemplateAnswersCommandInput extends ListReviewTemplateAnswersInput {}
9
8
  export interface ListReviewTemplateAnswersCommandOutput
10
- extends ListReviewTemplateAnswersOutput,
11
- __MetadataBearer {}
9
+ extends ListReviewTemplateAnswersOutput, __MetadataBearer {}
12
10
  declare const ListReviewTemplateAnswersCommand_base: {
13
11
  new (
14
- input: ListReviewTemplateAnswersCommandInput
12
+ input: ListReviewTemplateAnswersCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListReviewTemplateAnswersCommandInput,
17
15
  ListReviewTemplateAnswersCommandOutput,
@@ -20,7 +18,7 @@ declare const ListReviewTemplateAnswersCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ListReviewTemplateAnswersCommandInput
21
+ input: ListReviewTemplateAnswersCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ListReviewTemplateAnswersCommandInput,
26
24
  ListReviewTemplateAnswersCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListReviewTemplatesInput,
4
- ListReviewTemplatesOutput,
5
- } from "../models/models_0";
2
+ import { ListReviewTemplatesInput, ListReviewTemplatesOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListReviewTemplatesCommandInput
8
- extends ListReviewTemplatesInput {}
4
+ export interface ListReviewTemplatesCommandInput extends ListReviewTemplatesInput {}
9
5
  export interface ListReviewTemplatesCommandOutput
10
- extends ListReviewTemplatesOutput,
11
- __MetadataBearer {}
6
+ extends ListReviewTemplatesOutput, __MetadataBearer {}
12
7
  declare const ListReviewTemplatesCommand_base: {
13
8
  new (
14
- input: ListReviewTemplatesCommandInput
9
+ input: ListReviewTemplatesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListReviewTemplatesCommandInput,
17
12
  ListReviewTemplatesCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListShareInvitationsInput,
4
- ListShareInvitationsOutput,
5
- } from "../models/models_0";
2
+ import { ListShareInvitationsInput, ListShareInvitationsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListShareInvitationsCommandInput
8
- extends ListShareInvitationsInput {}
4
+ export interface ListShareInvitationsCommandInput extends ListShareInvitationsInput {}
9
5
  export interface ListShareInvitationsCommandOutput
10
- extends ListShareInvitationsOutput,
11
- __MetadataBearer {}
6
+ extends ListShareInvitationsOutput, __MetadataBearer {}
12
7
  declare const ListShareInvitationsCommand_base: {
13
8
  new (
14
- input: ListShareInvitationsCommandInput
9
+ input: ListShareInvitationsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListShareInvitationsCommandInput,
17
12
  ListShareInvitationsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListTagsForResourceInput,
4
- ListTagsForResourceOutput,
5
- } from "../models/models_0";
2
+ import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListTagsForResourceCommandInput
8
- extends ListTagsForResourceInput {}
4
+ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInput {}
9
5
  export interface ListTagsForResourceCommandOutput
10
- extends ListTagsForResourceOutput,
11
- __MetadataBearer {}
6
+ extends ListTagsForResourceOutput, __MetadataBearer {}
12
7
  declare const ListTagsForResourceCommand_base: {
13
8
  new (
14
- input: ListTagsForResourceCommandInput
9
+ input: ListTagsForResourceCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListTagsForResourceCommandInput,
17
12
  ListTagsForResourceCommandOutput,
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListTagsForResourceCommandInput
18
+ input: ListTagsForResourceCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListTagsForResourceCommandInput,
26
21
  ListTagsForResourceCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListTemplateSharesInput,
4
- ListTemplateSharesOutput,
5
- } from "../models/models_0";
2
+ import { ListTemplateSharesInput, ListTemplateSharesOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListTemplateSharesCommandInput
8
- extends ListTemplateSharesInput {}
4
+ export interface ListTemplateSharesCommandInput extends ListTemplateSharesInput {}
9
5
  export interface ListTemplateSharesCommandOutput
10
- extends ListTemplateSharesOutput,
11
- __MetadataBearer {}
6
+ extends ListTemplateSharesOutput, __MetadataBearer {}
12
7
  declare const ListTemplateSharesCommand_base: {
13
8
  new (
14
- input: ListTemplateSharesCommandInput
9
+ input: ListTemplateSharesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListTemplateSharesCommandInput,
17
12
  ListTemplateSharesCommandOutput,
@@ -20,7 +15,7 @@ declare const ListTemplateSharesCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListTemplateSharesCommandInput
18
+ input: ListTemplateSharesCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListTemplateSharesCommandInput,
26
21
  ListTemplateSharesCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListWorkloadSharesInput,
4
- ListWorkloadSharesOutput,
5
- } from "../models/models_0";
2
+ import { ListWorkloadSharesInput, ListWorkloadSharesOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListWorkloadSharesCommandInput
8
- extends ListWorkloadSharesInput {}
4
+ export interface ListWorkloadSharesCommandInput extends ListWorkloadSharesInput {}
9
5
  export interface ListWorkloadSharesCommandOutput
10
- extends ListWorkloadSharesOutput,
11
- __MetadataBearer {}
6
+ extends ListWorkloadSharesOutput, __MetadataBearer {}
12
7
  declare const ListWorkloadSharesCommand_base: {
13
8
  new (
14
- input: ListWorkloadSharesCommandInput
9
+ input: ListWorkloadSharesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListWorkloadSharesCommandInput,
17
12
  ListWorkloadSharesCommandOutput,
@@ -20,7 +15,7 @@ declare const ListWorkloadSharesCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListWorkloadSharesCommandInput
18
+ input: ListWorkloadSharesCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListWorkloadSharesCommandInput,
26
21
  ListWorkloadSharesCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListWorkloadsInput, ListWorkloadsOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ListWorkloadsCommandInput extends ListWorkloadsInput {}
5
- export interface ListWorkloadsCommandOutput
6
- extends ListWorkloadsOutput,
7
- __MetadataBearer {}
5
+ export interface ListWorkloadsCommandOutput extends ListWorkloadsOutput, __MetadataBearer {}
8
6
  declare const ListWorkloadsCommand_base: {
9
7
  new (
10
- input: ListWorkloadsCommandInput
8
+ input: ListWorkloadsCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ListWorkloadsCommandInput,
13
11
  ListWorkloadsCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { TagResourceInput, TagResourceOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface TagResourceCommandInput extends TagResourceInput {}
5
- export interface TagResourceCommandOutput
6
- extends TagResourceOutput,
7
- __MetadataBearer {}
5
+ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {}
8
6
  declare const TagResourceCommand_base: {
9
7
  new (
10
- input: TagResourceCommandInput
8
+ input: TagResourceCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  TagResourceCommandInput,
13
11
  TagResourceCommandOutput,
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: TagResourceCommandInput
17
+ input: TagResourceCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  TagResourceCommandInput,
22
20
  TagResourceCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UntagResourceCommandInput extends UntagResourceInput {}
5
- export interface UntagResourceCommandOutput
6
- extends UntagResourceOutput,
7
- __MetadataBearer {}
5
+ export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {}
8
6
  declare const UntagResourceCommand_base: {
9
7
  new (
10
- input: UntagResourceCommandInput
8
+ input: UntagResourceCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UntagResourceCommandInput,
13
11
  UntagResourceCommandOutput,
@@ -16,7 +14,7 @@ declare const UntagResourceCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UntagResourceCommandInput
17
+ input: UntagResourceCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UntagResourceCommandInput,
22
20
  UntagResourceCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateAnswerInput, UpdateAnswerOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateAnswerCommandInput extends UpdateAnswerInput {}
5
- export interface UpdateAnswerCommandOutput
6
- extends UpdateAnswerOutput,
7
- __MetadataBearer {}
5
+ export interface UpdateAnswerCommandOutput extends UpdateAnswerOutput, __MetadataBearer {}
8
6
  declare const UpdateAnswerCommand_base: {
9
7
  new (
10
- input: UpdateAnswerCommandInput
8
+ input: UpdateAnswerCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateAnswerCommandInput,
13
11
  UpdateAnswerCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateAnswerCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateAnswerCommandInput
17
+ input: UpdateAnswerCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateAnswerCommandInput,
22
20
  UpdateAnswerCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateGlobalSettingsInput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface UpdateGlobalSettingsCommandInput
5
- extends UpdateGlobalSettingsInput {}
4
+ export interface UpdateGlobalSettingsCommandInput extends UpdateGlobalSettingsInput {}
6
5
  export interface UpdateGlobalSettingsCommandOutput extends __MetadataBearer {}
7
6
  declare const UpdateGlobalSettingsCommand_base: {
8
7
  new (
9
- input: UpdateGlobalSettingsCommandInput
8
+ input: UpdateGlobalSettingsCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  UpdateGlobalSettingsCommandInput,
12
11
  UpdateGlobalSettingsCommandOutput,
@@ -5,7 +5,7 @@ export interface UpdateIntegrationCommandInput extends UpdateIntegrationInput {}
5
5
  export interface UpdateIntegrationCommandOutput extends __MetadataBearer {}
6
6
  declare const UpdateIntegrationCommand_base: {
7
7
  new (
8
- input: UpdateIntegrationCommandInput
8
+ input: UpdateIntegrationCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  UpdateIntegrationCommandInput,
11
11
  UpdateIntegrationCommandOutput,
@@ -14,7 +14,7 @@ declare const UpdateIntegrationCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: UpdateIntegrationCommandInput
17
+ input: UpdateIntegrationCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  UpdateIntegrationCommandInput,
20
20
  UpdateIntegrationCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateLensReviewInput,
4
- UpdateLensReviewOutput,
5
- } from "../models/models_0";
2
+ import { UpdateLensReviewInput, UpdateLensReviewOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UpdateLensReviewCommandInput extends UpdateLensReviewInput {}
8
- export interface UpdateLensReviewCommandOutput
9
- extends UpdateLensReviewOutput,
10
- __MetadataBearer {}
5
+ export interface UpdateLensReviewCommandOutput extends UpdateLensReviewOutput, __MetadataBearer {}
11
6
  declare const UpdateLensReviewCommand_base: {
12
7
  new (
13
- input: UpdateLensReviewCommandInput
8
+ input: UpdateLensReviewCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UpdateLensReviewCommandInput,
16
11
  UpdateLensReviewCommandOutput,
@@ -19,7 +14,7 @@ declare const UpdateLensReviewCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UpdateLensReviewCommandInput
17
+ input: UpdateLensReviewCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UpdateLensReviewCommandInput,
25
20
  UpdateLensReviewCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateProfileInput, UpdateProfileOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateProfileCommandInput extends UpdateProfileInput {}
5
- export interface UpdateProfileCommandOutput
6
- extends UpdateProfileOutput,
7
- __MetadataBearer {}
5
+ export interface UpdateProfileCommandOutput extends UpdateProfileOutput, __MetadataBearer {}
8
6
  declare const UpdateProfileCommand_base: {
9
7
  new (
10
- input: UpdateProfileCommandInput
8
+ input: UpdateProfileCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateProfileCommandInput,
13
11
  UpdateProfileCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateProfileCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateProfileCommandInput
17
+ input: UpdateProfileCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateProfileCommandInput,
22
20
  UpdateProfileCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateReviewTemplateAnswerOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateReviewTemplateAnswerCommandInput
8
- extends UpdateReviewTemplateAnswerInput {}
7
+ export interface UpdateReviewTemplateAnswerCommandInput extends UpdateReviewTemplateAnswerInput {}
9
8
  export interface UpdateReviewTemplateAnswerCommandOutput
10
- extends UpdateReviewTemplateAnswerOutput,
11
- __MetadataBearer {}
9
+ extends UpdateReviewTemplateAnswerOutput, __MetadataBearer {}
12
10
  declare const UpdateReviewTemplateAnswerCommand_base: {
13
11
  new (
14
- input: UpdateReviewTemplateAnswerCommandInput
12
+ input: UpdateReviewTemplateAnswerCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateReviewTemplateAnswerCommandInput,
17
15
  UpdateReviewTemplateAnswerCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateReviewTemplateAnswerCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateReviewTemplateAnswerCommandInput
21
+ input: UpdateReviewTemplateAnswerCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateReviewTemplateAnswerCommandInput,
26
24
  UpdateReviewTemplateAnswerCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateReviewTemplateInput,
4
- UpdateReviewTemplateOutput,
5
- } from "../models/models_0";
2
+ import { UpdateReviewTemplateInput, UpdateReviewTemplateOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateReviewTemplateCommandInput
8
- extends UpdateReviewTemplateInput {}
4
+ export interface UpdateReviewTemplateCommandInput extends UpdateReviewTemplateInput {}
9
5
  export interface UpdateReviewTemplateCommandOutput
10
- extends UpdateReviewTemplateOutput,
11
- __MetadataBearer {}
6
+ extends UpdateReviewTemplateOutput, __MetadataBearer {}
12
7
  declare const UpdateReviewTemplateCommand_base: {
13
8
  new (
14
- input: UpdateReviewTemplateCommandInput
9
+ input: UpdateReviewTemplateCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateReviewTemplateCommandInput,
17
12
  UpdateReviewTemplateCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateReviewTemplateCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateReviewTemplateCommandInput
18
+ input: UpdateReviewTemplateCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateReviewTemplateCommandInput,
26
21
  UpdateReviewTemplateCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateReviewTemplateLensReviewOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateReviewTemplateLensReviewCommandInput
8
- extends UpdateReviewTemplateLensReviewInput {}
7
+ export interface UpdateReviewTemplateLensReviewCommandInput extends UpdateReviewTemplateLensReviewInput {}
9
8
  export interface UpdateReviewTemplateLensReviewCommandOutput
10
- extends UpdateReviewTemplateLensReviewOutput,
11
- __MetadataBearer {}
9
+ extends UpdateReviewTemplateLensReviewOutput, __MetadataBearer {}
12
10
  declare const UpdateReviewTemplateLensReviewCommand_base: {
13
11
  new (
14
- input: UpdateReviewTemplateLensReviewCommandInput
12
+ input: UpdateReviewTemplateLensReviewCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateReviewTemplateLensReviewCommandInput,
17
15
  UpdateReviewTemplateLensReviewCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateReviewTemplateLensReviewCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateReviewTemplateLensReviewCommandInput
21
+ input: UpdateReviewTemplateLensReviewCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateReviewTemplateLensReviewCommandInput,
26
24
  UpdateReviewTemplateLensReviewCommandOutput,