@aws-sdk/client-wellarchitected 3.169.0 → 3.170.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 (67) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/WellArchitected.d.ts +724 -205
  3. package/dist-types/ts3.4/WellArchitectedClient.d.ts +370 -113
  4. package/dist-types/ts3.4/commands/AssociateLensesCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/CreateLensShareCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CreateLensVersionCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreateMilestoneCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateWorkloadCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/CreateWorkloadShareCommand.d.ts +38 -17
  10. package/dist-types/ts3.4/commands/DeleteLensCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/DeleteLensShareCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/DeleteWorkloadCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/DeleteWorkloadShareCommand.d.ts +33 -17
  14. package/dist-types/ts3.4/commands/DisassociateLensesCommand.d.ts +33 -17
  15. package/dist-types/ts3.4/commands/ExportLensCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/GetAnswerCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/GetLensCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/GetLensReviewCommand.d.ts +34 -17
  19. package/dist-types/ts3.4/commands/GetLensReviewReportCommand.d.ts +38 -17
  20. package/dist-types/ts3.4/commands/GetLensVersionDifferenceCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/GetMilestoneCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/GetWorkloadCommand.d.ts +34 -17
  23. package/dist-types/ts3.4/commands/ImportLensCommand.d.ts +34 -17
  24. package/dist-types/ts3.4/commands/ListAnswersCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/ListLensReviewImprovementsCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/ListLensReviewsCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/ListLensSharesCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/ListLensesCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/ListMilestonesCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/ListShareInvitationsCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  33. package/dist-types/ts3.4/commands/ListWorkloadSharesCommand.d.ts +38 -17
  34. package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +34 -17
  35. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/UpdateAnswerCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +36 -17
  39. package/dist-types/ts3.4/commands/UpdateLensReviewCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/UpdateShareInvitationCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +34 -17
  42. package/dist-types/ts3.4/commands/UpdateWorkloadShareCommand.d.ts +38 -17
  43. package/dist-types/ts3.4/commands/UpgradeLensReviewCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/index.d.ts +40 -40
  45. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  46. package/dist-types/ts3.4/index.d.ts +6 -6
  47. package/dist-types/ts3.4/models/WellArchitectedServiceException.d.ts +8 -6
  48. package/dist-types/ts3.4/models/index.d.ts +1 -1
  49. package/dist-types/ts3.4/models/models_0.d.ts +1598 -1503
  50. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  51. package/dist-types/ts3.4/pagination/ListAnswersPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/ListLensReviewImprovementsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/ListLensReviewsPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/ListLensSharesPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListLensesPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListMilestonesPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListNotificationsPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/ListShareInvitationsPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListWorkloadSharesPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListWorkloadsPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/index.d.ts +11 -11
  62. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +485 -122
  63. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  64. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  65. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  66. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  67. package/package.json +34 -34
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetLensReviewReportInput, GetLensReviewReportOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface GetLensReviewReportCommandInput extends GetLensReviewReportInput {
6
- }
7
- export interface GetLensReviewReportCommandOutput extends GetLensReviewReportOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetLensReviewReportCommand extends $Command<GetLensReviewReportCommandInput, GetLensReviewReportCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: GetLensReviewReportCommandInput;
12
- constructor(input: GetLensReviewReportCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLensReviewReportCommandInput, GetLensReviewReportCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GetLensReviewReportInput,
10
+ GetLensReviewReportOutput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WellArchitectedClientResolvedConfig,
16
+ } from "../WellArchitectedClient";
17
+ export interface GetLensReviewReportCommandInput
18
+ extends GetLensReviewReportInput {}
19
+ export interface GetLensReviewReportCommandOutput
20
+ extends GetLensReviewReportOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetLensReviewReportCommand extends $Command<
24
+ GetLensReviewReportCommandInput,
25
+ GetLensReviewReportCommandOutput,
26
+ WellArchitectedClientResolvedConfig
27
+ > {
28
+ readonly input: GetLensReviewReportCommandInput;
29
+ constructor(input: GetLensReviewReportCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WellArchitectedClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetLensReviewReportCommandInput, GetLensReviewReportCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetLensVersionDifferenceInput, GetLensVersionDifferenceOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface GetLensVersionDifferenceCommandInput extends GetLensVersionDifferenceInput {
6
- }
7
- export interface GetLensVersionDifferenceCommandOutput extends GetLensVersionDifferenceOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetLensVersionDifferenceCommand extends $Command<GetLensVersionDifferenceCommandInput, GetLensVersionDifferenceCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: GetLensVersionDifferenceCommandInput;
12
- constructor(input: GetLensVersionDifferenceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLensVersionDifferenceCommandInput, GetLensVersionDifferenceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GetLensVersionDifferenceInput,
10
+ GetLensVersionDifferenceOutput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WellArchitectedClientResolvedConfig,
16
+ } from "../WellArchitectedClient";
17
+ export interface GetLensVersionDifferenceCommandInput
18
+ extends GetLensVersionDifferenceInput {}
19
+ export interface GetLensVersionDifferenceCommandOutput
20
+ extends GetLensVersionDifferenceOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetLensVersionDifferenceCommand extends $Command<
24
+ GetLensVersionDifferenceCommandInput,
25
+ GetLensVersionDifferenceCommandOutput,
26
+ WellArchitectedClientResolvedConfig
27
+ > {
28
+ readonly input: GetLensVersionDifferenceCommandInput;
29
+ constructor(input: GetLensVersionDifferenceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WellArchitectedClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetLensVersionDifferenceCommandInput,
37
+ GetLensVersionDifferenceCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetMilestoneInput, GetMilestoneOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface GetMilestoneCommandInput extends GetMilestoneInput {
6
- }
7
- export interface GetMilestoneCommandOutput extends GetMilestoneOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetMilestoneCommand extends $Command<GetMilestoneCommandInput, GetMilestoneCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: GetMilestoneCommandInput;
12
- constructor(input: GetMilestoneCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMilestoneCommandInput, GetMilestoneCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { GetMilestoneInput, GetMilestoneOutput } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WellArchitectedClientResolvedConfig,
13
+ } from "../WellArchitectedClient";
14
+ export interface GetMilestoneCommandInput extends GetMilestoneInput {}
15
+ export interface GetMilestoneCommandOutput
16
+ extends GetMilestoneOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetMilestoneCommand extends $Command<
20
+ GetMilestoneCommandInput,
21
+ GetMilestoneCommandOutput,
22
+ WellArchitectedClientResolvedConfig
23
+ > {
24
+ readonly input: GetMilestoneCommandInput;
25
+ constructor(input: GetMilestoneCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: WellArchitectedClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetMilestoneCommandInput, GetMilestoneCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetWorkloadInput, GetWorkloadOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface GetWorkloadCommandInput extends GetWorkloadInput {
6
- }
7
- export interface GetWorkloadCommandOutput extends GetWorkloadOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetWorkloadCommand extends $Command<GetWorkloadCommandInput, GetWorkloadCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: GetWorkloadCommandInput;
12
- constructor(input: GetWorkloadCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetWorkloadCommandInput, GetWorkloadCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { GetWorkloadInput, GetWorkloadOutput } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WellArchitectedClientResolvedConfig,
13
+ } from "../WellArchitectedClient";
14
+ export interface GetWorkloadCommandInput extends GetWorkloadInput {}
15
+ export interface GetWorkloadCommandOutput
16
+ extends GetWorkloadOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetWorkloadCommand extends $Command<
20
+ GetWorkloadCommandInput,
21
+ GetWorkloadCommandOutput,
22
+ WellArchitectedClientResolvedConfig
23
+ > {
24
+ readonly input: GetWorkloadCommandInput;
25
+ constructor(input: GetWorkloadCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: WellArchitectedClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetWorkloadCommandInput, GetWorkloadCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ImportLensInput, ImportLensOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface ImportLensCommandInput extends ImportLensInput {
6
- }
7
- export interface ImportLensCommandOutput extends ImportLensOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ImportLensCommand extends $Command<ImportLensCommandInput, ImportLensCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: ImportLensCommandInput;
12
- constructor(input: ImportLensCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportLensCommandInput, ImportLensCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { ImportLensInput, ImportLensOutput } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WellArchitectedClientResolvedConfig,
13
+ } from "../WellArchitectedClient";
14
+ export interface ImportLensCommandInput extends ImportLensInput {}
15
+ export interface ImportLensCommandOutput
16
+ extends ImportLensOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ImportLensCommand extends $Command<
20
+ ImportLensCommandInput,
21
+ ImportLensCommandOutput,
22
+ WellArchitectedClientResolvedConfig
23
+ > {
24
+ readonly input: ImportLensCommandInput;
25
+ constructor(input: ImportLensCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: WellArchitectedClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ImportLensCommandInput, ImportLensCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListAnswersInput, ListAnswersOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface ListAnswersCommandInput extends ListAnswersInput {
6
- }
7
- export interface ListAnswersCommandOutput extends ListAnswersOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListAnswersCommand extends $Command<ListAnswersCommandInput, ListAnswersCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: ListAnswersCommandInput;
12
- constructor(input: ListAnswersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAnswersCommandInput, ListAnswersCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { ListAnswersInput, ListAnswersOutput } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WellArchitectedClientResolvedConfig,
13
+ } from "../WellArchitectedClient";
14
+ export interface ListAnswersCommandInput extends ListAnswersInput {}
15
+ export interface ListAnswersCommandOutput
16
+ extends ListAnswersOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListAnswersCommand extends $Command<
20
+ ListAnswersCommandInput,
21
+ ListAnswersCommandOutput,
22
+ WellArchitectedClientResolvedConfig
23
+ > {
24
+ readonly input: ListAnswersCommandInput;
25
+ constructor(input: ListAnswersCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: WellArchitectedClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListAnswersCommandInput, ListAnswersCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListLensReviewImprovementsInput, ListLensReviewImprovementsOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface ListLensReviewImprovementsCommandInput extends ListLensReviewImprovementsInput {
6
- }
7
- export interface ListLensReviewImprovementsCommandOutput extends ListLensReviewImprovementsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListLensReviewImprovementsCommand extends $Command<ListLensReviewImprovementsCommandInput, ListLensReviewImprovementsCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: ListLensReviewImprovementsCommandInput;
12
- constructor(input: ListLensReviewImprovementsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLensReviewImprovementsCommandInput, ListLensReviewImprovementsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ListLensReviewImprovementsInput,
10
+ ListLensReviewImprovementsOutput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WellArchitectedClientResolvedConfig,
16
+ } from "../WellArchitectedClient";
17
+ export interface ListLensReviewImprovementsCommandInput
18
+ extends ListLensReviewImprovementsInput {}
19
+ export interface ListLensReviewImprovementsCommandOutput
20
+ extends ListLensReviewImprovementsOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListLensReviewImprovementsCommand extends $Command<
24
+ ListLensReviewImprovementsCommandInput,
25
+ ListLensReviewImprovementsCommandOutput,
26
+ WellArchitectedClientResolvedConfig
27
+ > {
28
+ readonly input: ListLensReviewImprovementsCommandInput;
29
+ constructor(input: ListLensReviewImprovementsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WellArchitectedClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListLensReviewImprovementsCommandInput,
37
+ ListLensReviewImprovementsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListLensReviewsInput, ListLensReviewsOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface ListLensReviewsCommandInput extends ListLensReviewsInput {
6
- }
7
- export interface ListLensReviewsCommandOutput extends ListLensReviewsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListLensReviewsCommand extends $Command<ListLensReviewsCommandInput, ListLensReviewsCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: ListLensReviewsCommandInput;
12
- constructor(input: ListLensReviewsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLensReviewsCommandInput, ListLensReviewsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ListLensReviewsInput,
10
+ ListLensReviewsOutput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WellArchitectedClientResolvedConfig,
16
+ } from "../WellArchitectedClient";
17
+ export interface ListLensReviewsCommandInput extends ListLensReviewsInput {}
18
+ export interface ListLensReviewsCommandOutput
19
+ extends ListLensReviewsOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListLensReviewsCommand extends $Command<
23
+ ListLensReviewsCommandInput,
24
+ ListLensReviewsCommandOutput,
25
+ WellArchitectedClientResolvedConfig
26
+ > {
27
+ readonly input: ListLensReviewsCommandInput;
28
+ constructor(input: ListLensReviewsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: WellArchitectedClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListLensReviewsCommandInput, ListLensReviewsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListLensSharesInput, ListLensSharesOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface ListLensSharesCommandInput extends ListLensSharesInput {
6
- }
7
- export interface ListLensSharesCommandOutput extends ListLensSharesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListLensSharesCommand extends $Command<ListLensSharesCommandInput, ListLensSharesCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: ListLensSharesCommandInput;
12
- constructor(input: ListLensSharesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLensSharesCommandInput, ListLensSharesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { ListLensSharesInput, ListLensSharesOutput } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WellArchitectedClientResolvedConfig,
13
+ } from "../WellArchitectedClient";
14
+ export interface ListLensSharesCommandInput extends ListLensSharesInput {}
15
+ export interface ListLensSharesCommandOutput
16
+ extends ListLensSharesOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListLensSharesCommand extends $Command<
20
+ ListLensSharesCommandInput,
21
+ ListLensSharesCommandOutput,
22
+ WellArchitectedClientResolvedConfig
23
+ > {
24
+ readonly input: ListLensSharesCommandInput;
25
+ constructor(input: ListLensSharesCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: WellArchitectedClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListLensSharesCommandInput, ListLensSharesCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListLensesInput, ListLensesOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface ListLensesCommandInput extends ListLensesInput {
6
- }
7
- export interface ListLensesCommandOutput extends ListLensesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListLensesCommand extends $Command<ListLensesCommandInput, ListLensesCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: ListLensesCommandInput;
12
- constructor(input: ListLensesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLensesCommandInput, ListLensesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { ListLensesInput, ListLensesOutput } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WellArchitectedClientResolvedConfig,
13
+ } from "../WellArchitectedClient";
14
+ export interface ListLensesCommandInput extends ListLensesInput {}
15
+ export interface ListLensesCommandOutput
16
+ extends ListLensesOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListLensesCommand extends $Command<
20
+ ListLensesCommandInput,
21
+ ListLensesCommandOutput,
22
+ WellArchitectedClientResolvedConfig
23
+ > {
24
+ readonly input: ListLensesCommandInput;
25
+ constructor(input: ListLensesCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: WellArchitectedClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListLensesCommandInput, ListLensesCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListMilestonesInput, ListMilestonesOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface ListMilestonesCommandInput extends ListMilestonesInput {
6
- }
7
- export interface ListMilestonesCommandOutput extends ListMilestonesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListMilestonesCommand extends $Command<ListMilestonesCommandInput, ListMilestonesCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: ListMilestonesCommandInput;
12
- constructor(input: ListMilestonesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMilestonesCommandInput, ListMilestonesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { ListMilestonesInput, ListMilestonesOutput } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WellArchitectedClientResolvedConfig,
13
+ } from "../WellArchitectedClient";
14
+ export interface ListMilestonesCommandInput extends ListMilestonesInput {}
15
+ export interface ListMilestonesCommandOutput
16
+ extends ListMilestonesOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListMilestonesCommand extends $Command<
20
+ ListMilestonesCommandInput,
21
+ ListMilestonesCommandOutput,
22
+ WellArchitectedClientResolvedConfig
23
+ > {
24
+ readonly input: ListMilestonesCommandInput;
25
+ constructor(input: ListMilestonesCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: WellArchitectedClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListMilestonesCommandInput, ListMilestonesCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }