@aws-sdk/client-wellarchitected 3.168.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 +16 -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,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
|
+
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 {
|
|
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 { 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 {
|
|
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
|
+
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 {
|
|
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 { 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 {
|
|
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 { 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 {
|
|
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 { 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 {
|
|
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 { 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 {
|
|
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 { 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 {
|
|
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 { 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 {
|
|
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 { 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 {
|
|
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 { 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 {
|
|
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 { 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
|
+
}
|