@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,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 { CreateMilestoneInput, CreateMilestoneOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface CreateMilestoneCommandInput extends CreateMilestoneInput {
6
- }
7
- export interface CreateMilestoneCommandOutput extends CreateMilestoneOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateMilestoneCommand extends $Command<CreateMilestoneCommandInput, CreateMilestoneCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: CreateMilestoneCommandInput;
12
- constructor(input: CreateMilestoneCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMilestoneCommandInput, CreateMilestoneCommandOutput>;
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
+ CreateMilestoneInput,
10
+ CreateMilestoneOutput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WellArchitectedClientResolvedConfig,
16
+ } from "../WellArchitectedClient";
17
+ export interface CreateMilestoneCommandInput extends CreateMilestoneInput {}
18
+ export interface CreateMilestoneCommandOutput
19
+ extends CreateMilestoneOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateMilestoneCommand extends $Command<
23
+ CreateMilestoneCommandInput,
24
+ CreateMilestoneCommandOutput,
25
+ WellArchitectedClientResolvedConfig
26
+ > {
27
+ readonly input: CreateMilestoneCommandInput;
28
+ constructor(input: CreateMilestoneCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: WellArchitectedClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateMilestoneCommandInput, CreateMilestoneCommandOutput>;
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 { CreateWorkloadInput, CreateWorkloadOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface CreateWorkloadCommandInput extends CreateWorkloadInput {
6
- }
7
- export interface CreateWorkloadCommandOutput extends CreateWorkloadOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateWorkloadCommand extends $Command<CreateWorkloadCommandInput, CreateWorkloadCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: CreateWorkloadCommandInput;
12
- constructor(input: CreateWorkloadCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWorkloadCommandInput, CreateWorkloadCommandOutput>;
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 { CreateWorkloadInput, CreateWorkloadOutput } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WellArchitectedClientResolvedConfig,
13
+ } from "../WellArchitectedClient";
14
+ export interface CreateWorkloadCommandInput extends CreateWorkloadInput {}
15
+ export interface CreateWorkloadCommandOutput
16
+ extends CreateWorkloadOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CreateWorkloadCommand extends $Command<
20
+ CreateWorkloadCommandInput,
21
+ CreateWorkloadCommandOutput,
22
+ WellArchitectedClientResolvedConfig
23
+ > {
24
+ readonly input: CreateWorkloadCommandInput;
25
+ constructor(input: CreateWorkloadCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: WellArchitectedClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateWorkloadCommandInput, CreateWorkloadCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
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 { CreateWorkloadShareInput, CreateWorkloadShareOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface CreateWorkloadShareCommandInput extends CreateWorkloadShareInput {
6
- }
7
- export interface CreateWorkloadShareCommandOutput extends CreateWorkloadShareOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateWorkloadShareCommand extends $Command<CreateWorkloadShareCommandInput, CreateWorkloadShareCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: CreateWorkloadShareCommandInput;
12
- constructor(input: CreateWorkloadShareCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWorkloadShareCommandInput, CreateWorkloadShareCommandOutput>;
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
+ CreateWorkloadShareInput,
10
+ CreateWorkloadShareOutput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WellArchitectedClientResolvedConfig,
16
+ } from "../WellArchitectedClient";
17
+ export interface CreateWorkloadShareCommandInput
18
+ extends CreateWorkloadShareInput {}
19
+ export interface CreateWorkloadShareCommandOutput
20
+ extends CreateWorkloadShareOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateWorkloadShareCommand extends $Command<
24
+ CreateWorkloadShareCommandInput,
25
+ CreateWorkloadShareCommandOutput,
26
+ WellArchitectedClientResolvedConfig
27
+ > {
28
+ readonly input: CreateWorkloadShareCommandInput;
29
+ constructor(input: CreateWorkloadShareCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WellArchitectedClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<CreateWorkloadShareCommandInput, CreateWorkloadShareCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,32 @@
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 { DeleteLensInput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface DeleteLensCommandInput extends DeleteLensInput {
6
- }
7
- export interface DeleteLensCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteLensCommand extends $Command<DeleteLensCommandInput, DeleteLensCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: DeleteLensCommandInput;
12
- constructor(input: DeleteLensCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLensCommandInput, DeleteLensCommandOutput>;
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 { DeleteLensInput } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WellArchitectedClientResolvedConfig,
13
+ } from "../WellArchitectedClient";
14
+ export interface DeleteLensCommandInput extends DeleteLensInput {}
15
+ export interface DeleteLensCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class DeleteLensCommand extends $Command<
18
+ DeleteLensCommandInput,
19
+ DeleteLensCommandOutput,
20
+ WellArchitectedClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteLensCommandInput;
23
+ constructor(input: DeleteLensCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: WellArchitectedClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteLensCommandInput, DeleteLensCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
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 { DeleteLensShareInput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface DeleteLensShareCommandInput extends DeleteLensShareInput {
6
- }
7
- export interface DeleteLensShareCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteLensShareCommand extends $Command<DeleteLensShareCommandInput, DeleteLensShareCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: DeleteLensShareCommandInput;
12
- constructor(input: DeleteLensShareCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLensShareCommandInput, DeleteLensShareCommandOutput>;
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 { DeleteLensShareInput } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WellArchitectedClientResolvedConfig,
13
+ } from "../WellArchitectedClient";
14
+ export interface DeleteLensShareCommandInput extends DeleteLensShareInput {}
15
+ export interface DeleteLensShareCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class DeleteLensShareCommand extends $Command<
18
+ DeleteLensShareCommandInput,
19
+ DeleteLensShareCommandOutput,
20
+ WellArchitectedClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteLensShareCommandInput;
23
+ constructor(input: DeleteLensShareCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: WellArchitectedClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteLensShareCommandInput, DeleteLensShareCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
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 { DeleteWorkloadInput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface DeleteWorkloadCommandInput extends DeleteWorkloadInput {
6
- }
7
- export interface DeleteWorkloadCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteWorkloadCommand extends $Command<DeleteWorkloadCommandInput, DeleteWorkloadCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: DeleteWorkloadCommandInput;
12
- constructor(input: DeleteWorkloadCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWorkloadCommandInput, DeleteWorkloadCommandOutput>;
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 { DeleteWorkloadInput } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WellArchitectedClientResolvedConfig,
13
+ } from "../WellArchitectedClient";
14
+ export interface DeleteWorkloadCommandInput extends DeleteWorkloadInput {}
15
+ export interface DeleteWorkloadCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class DeleteWorkloadCommand extends $Command<
18
+ DeleteWorkloadCommandInput,
19
+ DeleteWorkloadCommandOutput,
20
+ WellArchitectedClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteWorkloadCommandInput;
23
+ constructor(input: DeleteWorkloadCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: WellArchitectedClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteWorkloadCommandInput, DeleteWorkloadCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,33 @@
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 { DeleteWorkloadShareInput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface DeleteWorkloadShareCommandInput extends DeleteWorkloadShareInput {
6
- }
7
- export interface DeleteWorkloadShareCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteWorkloadShareCommand extends $Command<DeleteWorkloadShareCommandInput, DeleteWorkloadShareCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: DeleteWorkloadShareCommandInput;
12
- constructor(input: DeleteWorkloadShareCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWorkloadShareCommandInput, DeleteWorkloadShareCommandOutput>;
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 { DeleteWorkloadShareInput } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WellArchitectedClientResolvedConfig,
13
+ } from "../WellArchitectedClient";
14
+ export interface DeleteWorkloadShareCommandInput
15
+ extends DeleteWorkloadShareInput {}
16
+ export interface DeleteWorkloadShareCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class DeleteWorkloadShareCommand extends $Command<
19
+ DeleteWorkloadShareCommandInput,
20
+ DeleteWorkloadShareCommandOutput,
21
+ WellArchitectedClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteWorkloadShareCommandInput;
24
+ constructor(input: DeleteWorkloadShareCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: WellArchitectedClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<DeleteWorkloadShareCommandInput, DeleteWorkloadShareCommandOutput>;
31
+ private serialize;
32
+ private deserialize;
33
+ }
@@ -1,17 +1,33 @@
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 { DisassociateLensesInput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface DisassociateLensesCommandInput extends DisassociateLensesInput {
6
- }
7
- export interface DisassociateLensesCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateLensesCommand extends $Command<DisassociateLensesCommandInput, DisassociateLensesCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: DisassociateLensesCommandInput;
12
- constructor(input: DisassociateLensesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateLensesCommandInput, DisassociateLensesCommandOutput>;
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 { DisassociateLensesInput } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WellArchitectedClientResolvedConfig,
13
+ } from "../WellArchitectedClient";
14
+ export interface DisassociateLensesCommandInput
15
+ extends DisassociateLensesInput {}
16
+ export interface DisassociateLensesCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class DisassociateLensesCommand extends $Command<
19
+ DisassociateLensesCommandInput,
20
+ DisassociateLensesCommandOutput,
21
+ WellArchitectedClientResolvedConfig
22
+ > {
23
+ readonly input: DisassociateLensesCommandInput;
24
+ constructor(input: DisassociateLensesCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: WellArchitectedClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<DisassociateLensesCommandInput, DisassociateLensesCommandOutput>;
31
+ private serialize;
32
+ private deserialize;
33
+ }
@@ -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 { ExportLensInput, ExportLensOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface ExportLensCommandInput extends ExportLensInput {
6
- }
7
- export interface ExportLensCommandOutput extends ExportLensOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ExportLensCommand extends $Command<ExportLensCommandInput, ExportLensCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: ExportLensCommandInput;
12
- constructor(input: ExportLensCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExportLensCommandInput, ExportLensCommandOutput>;
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 { ExportLensInput, ExportLensOutput } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WellArchitectedClientResolvedConfig,
13
+ } from "../WellArchitectedClient";
14
+ export interface ExportLensCommandInput extends ExportLensInput {}
15
+ export interface ExportLensCommandOutput
16
+ extends ExportLensOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ExportLensCommand extends $Command<
20
+ ExportLensCommandInput,
21
+ ExportLensCommandOutput,
22
+ WellArchitectedClientResolvedConfig
23
+ > {
24
+ readonly input: ExportLensCommandInput;
25
+ constructor(input: ExportLensCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: WellArchitectedClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ExportLensCommandInput, ExportLensCommandOutput>;
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 { GetAnswerInput, GetAnswerOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface GetAnswerCommandInput extends GetAnswerInput {
6
- }
7
- export interface GetAnswerCommandOutput extends GetAnswerOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetAnswerCommand extends $Command<GetAnswerCommandInput, GetAnswerCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: GetAnswerCommandInput;
12
- constructor(input: GetAnswerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAnswerCommandInput, GetAnswerCommandOutput>;
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 { GetAnswerInput, GetAnswerOutput } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WellArchitectedClientResolvedConfig,
13
+ } from "../WellArchitectedClient";
14
+ export interface GetAnswerCommandInput extends GetAnswerInput {}
15
+ export interface GetAnswerCommandOutput
16
+ extends GetAnswerOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetAnswerCommand extends $Command<
20
+ GetAnswerCommandInput,
21
+ GetAnswerCommandOutput,
22
+ WellArchitectedClientResolvedConfig
23
+ > {
24
+ readonly input: GetAnswerCommandInput;
25
+ constructor(input: GetAnswerCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: WellArchitectedClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetAnswerCommandInput, GetAnswerCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,32 @@
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 { GetLensInput, GetLensOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface GetLensCommandInput extends GetLensInput {
6
- }
7
- export interface GetLensCommandOutput extends GetLensOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetLensCommand extends $Command<GetLensCommandInput, GetLensCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: GetLensCommandInput;
12
- constructor(input: GetLensCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLensCommandInput, GetLensCommandOutput>;
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 { GetLensInput, GetLensOutput } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WellArchitectedClientResolvedConfig,
13
+ } from "../WellArchitectedClient";
14
+ export interface GetLensCommandInput extends GetLensInput {}
15
+ export interface GetLensCommandOutput extends GetLensOutput, __MetadataBearer {}
16
+
17
+ export declare class GetLensCommand extends $Command<
18
+ GetLensCommandInput,
19
+ GetLensCommandOutput,
20
+ WellArchitectedClientResolvedConfig
21
+ > {
22
+ readonly input: GetLensCommandInput;
23
+ constructor(input: GetLensCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: WellArchitectedClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetLensCommandInput, GetLensCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { GetLensReviewInput, GetLensReviewOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface GetLensReviewCommandInput extends GetLensReviewInput {
6
- }
7
- export interface GetLensReviewCommandOutput extends GetLensReviewOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetLensReviewCommand extends $Command<GetLensReviewCommandInput, GetLensReviewCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: GetLensReviewCommandInput;
12
- constructor(input: GetLensReviewCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLensReviewCommandInput, GetLensReviewCommandOutput>;
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 { GetLensReviewInput, GetLensReviewOutput } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WellArchitectedClientResolvedConfig,
13
+ } from "../WellArchitectedClient";
14
+ export interface GetLensReviewCommandInput extends GetLensReviewInput {}
15
+ export interface GetLensReviewCommandOutput
16
+ extends GetLensReviewOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetLensReviewCommand extends $Command<
20
+ GetLensReviewCommandInput,
21
+ GetLensReviewCommandOutput,
22
+ WellArchitectedClientResolvedConfig
23
+ > {
24
+ readonly input: GetLensReviewCommandInput;
25
+ constructor(input: GetLensReviewCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: WellArchitectedClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetLensReviewCommandInput, GetLensReviewCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }