@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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/WellArchitected.d.ts +724 -205
- package/dist-types/ts3.4/WellArchitectedClient.d.ts +370 -113
- package/dist-types/ts3.4/commands/AssociateLensesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateLensShareCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateLensVersionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateMilestoneCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateWorkloadCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateWorkloadShareCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteLensCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteLensShareCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteWorkloadCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteWorkloadShareCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DisassociateLensesCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/ExportLensCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetAnswerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetLensCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetLensReviewCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetLensReviewReportCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetLensVersionDifferenceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetMilestoneCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetWorkloadCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ImportLensCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListAnswersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListLensReviewImprovementsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListLensReviewsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListLensSharesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListLensesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListMilestonesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListShareInvitationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListWorkloadSharesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateAnswerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateLensReviewCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateShareInvitationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateWorkloadShareCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpgradeLensReviewCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +40 -40
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/WellArchitectedServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1598 -1503
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAnswersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLensReviewImprovementsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLensReviewsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLensSharesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLensesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMilestonesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNotificationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListShareInvitationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkloadSharesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkloadsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +11 -11
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +485 -122
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
}
|