@aws-sdk/client-wellarchitected 3.49.0 → 3.50.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.
- package/CHANGELOG.md +8 -0
- package/package.json +25 -25
- package/dist-types/ts3.4/WellArchitected.d.ts +0 -200
- package/dist-types/ts3.4/WellArchitectedClient.d.ts +0 -112
- package/dist-types/ts3.4/commands/AssociateLensesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateLensShareCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateLensVersionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateMilestoneCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateWorkloadCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateWorkloadShareCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteLensCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteLensShareCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteWorkloadCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteWorkloadShareCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateLensesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ExportLensCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetAnswerCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetLensCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetLensReviewCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetLensReviewReportCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetLensVersionDifferenceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetMilestoneCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetWorkloadCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ImportLensCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListAnswersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListLensReviewImprovementsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListLensReviewsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListLensSharesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListLensesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListMilestonesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListShareInvitationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListWorkloadSharesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateAnswerCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateLensReviewCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateShareInvitationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateWorkloadShareCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpgradeLensReviewCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -39
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -5
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -1676
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListAnswersPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListLensReviewImprovementsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListLensReviewsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListLensSharesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListLensesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListMilestonesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListNotificationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListShareInvitationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListWorkloadSharesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListWorkloadsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -11
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -119
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
|
@@ -1,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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 { ListNotificationsInput, ListNotificationsOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
|
-
export interface ListNotificationsCommandInput extends ListNotificationsInput {
|
|
6
|
-
}
|
|
7
|
-
export interface ListNotificationsCommandOutput extends ListNotificationsOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListNotificationsCommand extends $Command<ListNotificationsCommandInput, ListNotificationsCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
11
|
-
readonly input: ListNotificationsCommandInput;
|
|
12
|
-
constructor(input: ListNotificationsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListNotificationsCommandInput, ListNotificationsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { ListShareInvitationsInput, ListShareInvitationsOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
|
-
export interface ListShareInvitationsCommandInput extends ListShareInvitationsInput {
|
|
6
|
-
}
|
|
7
|
-
export interface ListShareInvitationsCommandOutput extends ListShareInvitationsOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListShareInvitationsCommand extends $Command<ListShareInvitationsCommandInput, ListShareInvitationsCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
11
|
-
readonly input: ListShareInvitationsCommandInput;
|
|
12
|
-
constructor(input: ListShareInvitationsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListShareInvitationsCommandInput, ListShareInvitationsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
|
-
export interface ListTagsForResourceCommandInput extends ListTagsForResourceInput {
|
|
6
|
-
}
|
|
7
|
-
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
11
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
12
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { ListWorkloadSharesInput, ListWorkloadSharesOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
|
-
export interface ListWorkloadSharesCommandInput extends ListWorkloadSharesInput {
|
|
6
|
-
}
|
|
7
|
-
export interface ListWorkloadSharesCommandOutput extends ListWorkloadSharesOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListWorkloadSharesCommand extends $Command<ListWorkloadSharesCommandInput, ListWorkloadSharesCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
11
|
-
readonly input: ListWorkloadSharesCommandInput;
|
|
12
|
-
constructor(input: ListWorkloadSharesCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkloadSharesCommandInput, ListWorkloadSharesCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { ListWorkloadsInput, ListWorkloadsOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
|
-
export interface ListWorkloadsCommandInput extends ListWorkloadsInput {
|
|
6
|
-
}
|
|
7
|
-
export interface ListWorkloadsCommandOutput extends ListWorkloadsOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListWorkloadsCommand extends $Command<ListWorkloadsCommandInput, ListWorkloadsCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
11
|
-
readonly input: ListWorkloadsCommandInput;
|
|
12
|
-
constructor(input: ListWorkloadsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkloadsCommandInput, ListWorkloadsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
|
-
export interface TagResourceCommandInput extends TagResourceInput {
|
|
6
|
-
}
|
|
7
|
-
export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
11
|
-
readonly input: TagResourceCommandInput;
|
|
12
|
-
constructor(input: TagResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
|
-
export interface UntagResourceCommandInput extends UntagResourceInput {
|
|
6
|
-
}
|
|
7
|
-
export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
11
|
-
readonly input: UntagResourceCommandInput;
|
|
12
|
-
constructor(input: UntagResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { UpdateAnswerInput, UpdateAnswerOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
|
-
export interface UpdateAnswerCommandInput extends UpdateAnswerInput {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateAnswerCommandOutput extends UpdateAnswerOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateAnswerCommand extends $Command<UpdateAnswerCommandInput, UpdateAnswerCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateAnswerCommandInput;
|
|
12
|
-
constructor(input: UpdateAnswerCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAnswerCommandInput, UpdateAnswerCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { UpdateLensReviewInput, UpdateLensReviewOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
|
-
export interface UpdateLensReviewCommandInput extends UpdateLensReviewInput {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateLensReviewCommandOutput extends UpdateLensReviewOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateLensReviewCommand extends $Command<UpdateLensReviewCommandInput, UpdateLensReviewCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateLensReviewCommandInput;
|
|
12
|
-
constructor(input: UpdateLensReviewCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLensReviewCommandInput, UpdateLensReviewCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { UpdateShareInvitationInput, UpdateShareInvitationOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
|
-
export interface UpdateShareInvitationCommandInput extends UpdateShareInvitationInput {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateShareInvitationCommandOutput extends UpdateShareInvitationOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateShareInvitationCommand extends $Command<UpdateShareInvitationCommandInput, UpdateShareInvitationCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateShareInvitationCommandInput;
|
|
12
|
-
constructor(input: UpdateShareInvitationCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateShareInvitationCommandInput, UpdateShareInvitationCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { UpdateWorkloadInput, UpdateWorkloadOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
|
-
export interface UpdateWorkloadCommandInput extends UpdateWorkloadInput {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateWorkloadCommandOutput extends UpdateWorkloadOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateWorkloadCommand extends $Command<UpdateWorkloadCommandInput, UpdateWorkloadCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateWorkloadCommandInput;
|
|
12
|
-
constructor(input: UpdateWorkloadCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateWorkloadCommandInput, UpdateWorkloadCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { UpdateWorkloadShareInput, UpdateWorkloadShareOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
|
-
export interface UpdateWorkloadShareCommandInput extends UpdateWorkloadShareInput {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateWorkloadShareCommandOutput extends UpdateWorkloadShareOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateWorkloadShareCommand extends $Command<UpdateWorkloadShareCommandInput, UpdateWorkloadShareCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateWorkloadShareCommandInput;
|
|
12
|
-
constructor(input: UpdateWorkloadShareCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateWorkloadShareCommandInput, UpdateWorkloadShareCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { UpgradeLensReviewInput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
|
-
export interface UpgradeLensReviewCommandInput extends UpgradeLensReviewInput {
|
|
6
|
-
}
|
|
7
|
-
export interface UpgradeLensReviewCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpgradeLensReviewCommand extends $Command<UpgradeLensReviewCommandInput, UpgradeLensReviewCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
11
|
-
readonly input: UpgradeLensReviewCommandInput;
|
|
12
|
-
constructor(input: UpgradeLensReviewCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpgradeLensReviewCommandInput, UpgradeLensReviewCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
export * from "./AssociateLensesCommand";
|
|
2
|
-
export * from "./CreateLensShareCommand";
|
|
3
|
-
export * from "./CreateLensVersionCommand";
|
|
4
|
-
export * from "./CreateMilestoneCommand";
|
|
5
|
-
export * from "./CreateWorkloadCommand";
|
|
6
|
-
export * from "./CreateWorkloadShareCommand";
|
|
7
|
-
export * from "./DeleteLensCommand";
|
|
8
|
-
export * from "./DeleteLensShareCommand";
|
|
9
|
-
export * from "./DeleteWorkloadCommand";
|
|
10
|
-
export * from "./DeleteWorkloadShareCommand";
|
|
11
|
-
export * from "./DisassociateLensesCommand";
|
|
12
|
-
export * from "./ExportLensCommand";
|
|
13
|
-
export * from "./GetAnswerCommand";
|
|
14
|
-
export * from "./GetLensCommand";
|
|
15
|
-
export * from "./GetLensReviewCommand";
|
|
16
|
-
export * from "./GetLensReviewReportCommand";
|
|
17
|
-
export * from "./GetLensVersionDifferenceCommand";
|
|
18
|
-
export * from "./GetMilestoneCommand";
|
|
19
|
-
export * from "./GetWorkloadCommand";
|
|
20
|
-
export * from "./ImportLensCommand";
|
|
21
|
-
export * from "./ListAnswersCommand";
|
|
22
|
-
export * from "./ListLensReviewImprovementsCommand";
|
|
23
|
-
export * from "./ListLensReviewsCommand";
|
|
24
|
-
export * from "./ListLensSharesCommand";
|
|
25
|
-
export * from "./ListLensesCommand";
|
|
26
|
-
export * from "./ListMilestonesCommand";
|
|
27
|
-
export * from "./ListNotificationsCommand";
|
|
28
|
-
export * from "./ListShareInvitationsCommand";
|
|
29
|
-
export * from "./ListTagsForResourceCommand";
|
|
30
|
-
export * from "./ListWorkloadSharesCommand";
|
|
31
|
-
export * from "./ListWorkloadsCommand";
|
|
32
|
-
export * from "./TagResourceCommand";
|
|
33
|
-
export * from "./UntagResourceCommand";
|
|
34
|
-
export * from "./UpdateAnswerCommand";
|
|
35
|
-
export * from "./UpdateLensReviewCommand";
|
|
36
|
-
export * from "./UpdateShareInvitationCommand";
|
|
37
|
-
export * from "./UpdateWorkloadCommand";
|
|
38
|
-
export * from "./UpdateWorkloadShareCommand";
|
|
39
|
-
export * from "./UpgradeLensReviewCommand";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|