@aws-sdk/client-wellarchitected 3.1077.0 → 3.1078.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/dist-cjs/index.js +222 -865
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateLensesCommand.js +2 -14
- package/dist-es/commands/AssociateProfilesCommand.js +2 -14
- package/dist-es/commands/CreateLensShareCommand.js +2 -14
- package/dist-es/commands/CreateLensVersionCommand.js +2 -14
- package/dist-es/commands/CreateMilestoneCommand.js +2 -14
- package/dist-es/commands/CreateProfileCommand.js +2 -14
- package/dist-es/commands/CreateProfileShareCommand.js +2 -14
- package/dist-es/commands/CreateReviewTemplateCommand.js +2 -14
- package/dist-es/commands/CreateTemplateShareCommand.js +2 -14
- package/dist-es/commands/CreateWorkloadCommand.js +2 -14
- package/dist-es/commands/CreateWorkloadShareCommand.js +2 -14
- package/dist-es/commands/DeleteLensCommand.js +2 -14
- package/dist-es/commands/DeleteLensShareCommand.js +2 -14
- package/dist-es/commands/DeleteProfileCommand.js +2 -14
- package/dist-es/commands/DeleteProfileShareCommand.js +2 -14
- package/dist-es/commands/DeleteReviewTemplateCommand.js +2 -14
- package/dist-es/commands/DeleteTemplateShareCommand.js +2 -14
- package/dist-es/commands/DeleteWorkloadCommand.js +2 -14
- package/dist-es/commands/DeleteWorkloadShareCommand.js +2 -14
- package/dist-es/commands/DisassociateLensesCommand.js +2 -14
- package/dist-es/commands/DisassociateProfilesCommand.js +2 -14
- package/dist-es/commands/ExportLensCommand.js +2 -14
- package/dist-es/commands/GetAnswerCommand.js +2 -14
- package/dist-es/commands/GetConsolidatedReportCommand.js +2 -14
- package/dist-es/commands/GetGlobalSettingsCommand.js +2 -14
- package/dist-es/commands/GetLensCommand.js +2 -14
- package/dist-es/commands/GetLensReviewCommand.js +2 -14
- package/dist-es/commands/GetLensReviewReportCommand.js +2 -14
- package/dist-es/commands/GetLensVersionDifferenceCommand.js +2 -14
- package/dist-es/commands/GetMilestoneCommand.js +2 -14
- package/dist-es/commands/GetProfileCommand.js +2 -14
- package/dist-es/commands/GetProfileTemplateCommand.js +2 -14
- package/dist-es/commands/GetReviewTemplateAnswerCommand.js +2 -14
- package/dist-es/commands/GetReviewTemplateCommand.js +2 -14
- package/dist-es/commands/GetReviewTemplateLensReviewCommand.js +2 -14
- package/dist-es/commands/GetWorkloadCommand.js +2 -14
- package/dist-es/commands/ImportLensCommand.js +2 -14
- package/dist-es/commands/ListAnswersCommand.js +2 -14
- package/dist-es/commands/ListCheckDetailsCommand.js +2 -14
- package/dist-es/commands/ListCheckSummariesCommand.js +2 -14
- package/dist-es/commands/ListLensReviewImprovementsCommand.js +2 -14
- package/dist-es/commands/ListLensReviewsCommand.js +2 -14
- package/dist-es/commands/ListLensSharesCommand.js +2 -14
- package/dist-es/commands/ListLensesCommand.js +2 -14
- package/dist-es/commands/ListMilestonesCommand.js +2 -14
- package/dist-es/commands/ListNotificationsCommand.js +2 -14
- package/dist-es/commands/ListProfileNotificationsCommand.js +2 -14
- package/dist-es/commands/ListProfileSharesCommand.js +2 -14
- package/dist-es/commands/ListProfilesCommand.js +2 -14
- package/dist-es/commands/ListReviewTemplateAnswersCommand.js +2 -14
- package/dist-es/commands/ListReviewTemplatesCommand.js +2 -14
- package/dist-es/commands/ListShareInvitationsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTemplateSharesCommand.js +2 -14
- package/dist-es/commands/ListWorkloadSharesCommand.js +2 -14
- package/dist-es/commands/ListWorkloadsCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAnswerCommand.js +2 -14
- package/dist-es/commands/UpdateGlobalSettingsCommand.js +2 -14
- package/dist-es/commands/UpdateIntegrationCommand.js +2 -14
- package/dist-es/commands/UpdateLensReviewCommand.js +2 -14
- package/dist-es/commands/UpdateProfileCommand.js +2 -14
- package/dist-es/commands/UpdateReviewTemplateAnswerCommand.js +2 -14
- package/dist-es/commands/UpdateReviewTemplateCommand.js +2 -14
- package/dist-es/commands/UpdateReviewTemplateLensReviewCommand.js +2 -14
- package/dist-es/commands/UpdateShareInvitationCommand.js +2 -14
- package/dist-es/commands/UpdateWorkloadCommand.js +2 -14
- package/dist-es/commands/UpdateWorkloadShareCommand.js +2 -14
- package/dist-es/commands/UpgradeLensReviewCommand.js +2 -14
- package/dist-es/commands/UpgradeProfileVersionCommand.js +2 -14
- package/dist-es/commands/UpgradeReviewTemplateLensReviewCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateLensesCommand.d.ts +3 -8
- package/dist-types/commands/AssociateProfilesCommand.d.ts +3 -8
- package/dist-types/commands/CreateLensShareCommand.d.ts +3 -8
- package/dist-types/commands/CreateLensVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateMilestoneCommand.d.ts +3 -8
- package/dist-types/commands/CreateProfileCommand.d.ts +3 -8
- package/dist-types/commands/CreateProfileShareCommand.d.ts +3 -8
- package/dist-types/commands/CreateReviewTemplateCommand.d.ts +3 -8
- package/dist-types/commands/CreateTemplateShareCommand.d.ts +3 -8
- package/dist-types/commands/CreateWorkloadCommand.d.ts +3 -8
- package/dist-types/commands/CreateWorkloadShareCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLensCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLensShareCommand.d.ts +3 -8
- package/dist-types/commands/DeleteProfileCommand.d.ts +3 -8
- package/dist-types/commands/DeleteProfileShareCommand.d.ts +3 -8
- package/dist-types/commands/DeleteReviewTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTemplateShareCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWorkloadCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWorkloadShareCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateLensesCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateProfilesCommand.d.ts +3 -8
- package/dist-types/commands/ExportLensCommand.d.ts +3 -8
- package/dist-types/commands/GetAnswerCommand.d.ts +3 -8
- package/dist-types/commands/GetConsolidatedReportCommand.d.ts +3 -8
- package/dist-types/commands/GetGlobalSettingsCommand.d.ts +3 -8
- package/dist-types/commands/GetLensCommand.d.ts +3 -8
- package/dist-types/commands/GetLensReviewCommand.d.ts +3 -8
- package/dist-types/commands/GetLensReviewReportCommand.d.ts +3 -8
- package/dist-types/commands/GetLensVersionDifferenceCommand.d.ts +3 -8
- package/dist-types/commands/GetMilestoneCommand.d.ts +3 -8
- package/dist-types/commands/GetProfileCommand.d.ts +3 -8
- package/dist-types/commands/GetProfileTemplateCommand.d.ts +3 -8
- package/dist-types/commands/GetReviewTemplateAnswerCommand.d.ts +3 -8
- package/dist-types/commands/GetReviewTemplateCommand.d.ts +3 -8
- package/dist-types/commands/GetReviewTemplateLensReviewCommand.d.ts +3 -8
- package/dist-types/commands/GetWorkloadCommand.d.ts +3 -8
- package/dist-types/commands/ImportLensCommand.d.ts +3 -8
- package/dist-types/commands/ListAnswersCommand.d.ts +3 -8
- package/dist-types/commands/ListCheckDetailsCommand.d.ts +3 -8
- package/dist-types/commands/ListCheckSummariesCommand.d.ts +3 -8
- package/dist-types/commands/ListLensReviewImprovementsCommand.d.ts +3 -8
- package/dist-types/commands/ListLensReviewsCommand.d.ts +3 -8
- package/dist-types/commands/ListLensSharesCommand.d.ts +3 -8
- package/dist-types/commands/ListLensesCommand.d.ts +3 -8
- package/dist-types/commands/ListMilestonesCommand.d.ts +3 -8
- package/dist-types/commands/ListNotificationsCommand.d.ts +3 -8
- package/dist-types/commands/ListProfileNotificationsCommand.d.ts +3 -8
- package/dist-types/commands/ListProfileSharesCommand.d.ts +3 -8
- package/dist-types/commands/ListProfilesCommand.d.ts +3 -8
- package/dist-types/commands/ListReviewTemplateAnswersCommand.d.ts +3 -8
- package/dist-types/commands/ListReviewTemplatesCommand.d.ts +3 -8
- package/dist-types/commands/ListShareInvitationsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTemplateSharesCommand.d.ts +3 -8
- package/dist-types/commands/ListWorkloadSharesCommand.d.ts +3 -8
- package/dist-types/commands/ListWorkloadsCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAnswerCommand.d.ts +3 -8
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateIntegrationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLensReviewCommand.d.ts +3 -8
- package/dist-types/commands/UpdateProfileCommand.d.ts +3 -8
- package/dist-types/commands/UpdateReviewTemplateAnswerCommand.d.ts +3 -8
- package/dist-types/commands/UpdateReviewTemplateCommand.d.ts +3 -8
- package/dist-types/commands/UpdateReviewTemplateLensReviewCommand.d.ts +3 -8
- package/dist-types/commands/UpdateShareInvitationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateWorkloadCommand.d.ts +3 -8
- package/dist-types/commands/UpdateWorkloadShareCommand.d.ts +3 -8
- package/dist-types/commands/UpgradeLensReviewCommand.d.ts +3 -8
- package/dist-types/commands/UpgradeProfileVersionCommand.d.ts +3 -8
- package/dist-types/commands/UpgradeReviewTemplateLensReviewCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateLensesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateProfilesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLensShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLensVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMilestoneCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateProfileShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateReviewTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTemplateShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWorkloadCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWorkloadShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLensCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLensShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteProfileShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteReviewTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTemplateShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWorkloadCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWorkloadShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateLensesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateProfilesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExportLensCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAnswerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConsolidatedReportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLensCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLensReviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLensReviewReportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLensVersionDifferenceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMilestoneCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetProfileTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetReviewTemplateAnswerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetReviewTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetReviewTemplateLensReviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetWorkloadCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ImportLensCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAnswersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCheckDetailsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCheckSummariesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLensReviewImprovementsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLensReviewsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLensSharesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLensesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMilestonesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProfileNotificationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProfileSharesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReviewTemplateAnswersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReviewTemplatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListShareInvitationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTemplateSharesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWorkloadSharesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAnswerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLensReviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateReviewTemplateAnswerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateReviewTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateReviewTemplateLensReviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateShareInvitationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateWorkloadShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpgradeLensReviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpgradeProfileVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpgradeReviewTemplateLensReviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { DeleteReviewTemplateInput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
WellArchitectedClientResolvedConfig,
|
|
8
|
-
} from "../WellArchitectedClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteReviewTemplateCommandInput
|
|
12
5
|
extends DeleteReviewTemplateInput {}
|
|
13
6
|
export interface DeleteReviewTemplateCommandOutput extends __MetadataBearer {}
|
|
@@ -17,22 +10,20 @@ declare const DeleteReviewTemplateCommand_base: {
|
|
|
17
10
|
): import("@smithy/core/client").CommandImpl<
|
|
18
11
|
DeleteReviewTemplateCommandInput,
|
|
19
12
|
DeleteReviewTemplateCommandOutput,
|
|
20
|
-
WellArchitectedClientResolvedConfig,
|
|
21
|
-
ServiceInputTypes,
|
|
22
|
-
ServiceOutputTypes
|
|
13
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
23
16
|
>;
|
|
24
17
|
new (
|
|
25
18
|
input: DeleteReviewTemplateCommandInput
|
|
26
19
|
): import("@smithy/core/client").CommandImpl<
|
|
27
20
|
DeleteReviewTemplateCommandInput,
|
|
28
21
|
DeleteReviewTemplateCommandOutput,
|
|
29
|
-
WellArchitectedClientResolvedConfig,
|
|
30
|
-
ServiceInputTypes,
|
|
31
|
-
ServiceOutputTypes
|
|
22
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
32
25
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
34
|
-
[x: string]: unknown;
|
|
35
|
-
};
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
36
27
|
};
|
|
37
28
|
export declare class DeleteReviewTemplateCommand extends DeleteReviewTemplateCommand_base {
|
|
38
29
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { DeleteTemplateShareInput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
WellArchitectedClientResolvedConfig,
|
|
8
|
-
} from "../WellArchitectedClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteTemplateShareCommandInput
|
|
12
5
|
extends DeleteTemplateShareInput {}
|
|
13
6
|
export interface DeleteTemplateShareCommandOutput extends __MetadataBearer {}
|
|
@@ -17,22 +10,20 @@ declare const DeleteTemplateShareCommand_base: {
|
|
|
17
10
|
): import("@smithy/core/client").CommandImpl<
|
|
18
11
|
DeleteTemplateShareCommandInput,
|
|
19
12
|
DeleteTemplateShareCommandOutput,
|
|
20
|
-
WellArchitectedClientResolvedConfig,
|
|
21
|
-
ServiceInputTypes,
|
|
22
|
-
ServiceOutputTypes
|
|
13
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
23
16
|
>;
|
|
24
17
|
new (
|
|
25
18
|
input: DeleteTemplateShareCommandInput
|
|
26
19
|
): import("@smithy/core/client").CommandImpl<
|
|
27
20
|
DeleteTemplateShareCommandInput,
|
|
28
21
|
DeleteTemplateShareCommandOutput,
|
|
29
|
-
WellArchitectedClientResolvedConfig,
|
|
30
|
-
ServiceInputTypes,
|
|
31
|
-
ServiceOutputTypes
|
|
22
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
32
25
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
34
|
-
[x: string]: unknown;
|
|
35
|
-
};
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
36
27
|
};
|
|
37
28
|
export declare class DeleteTemplateShareCommand extends DeleteTemplateShareCommand_base {
|
|
38
29
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { DeleteWorkloadInput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
WellArchitectedClientResolvedConfig,
|
|
8
|
-
} from "../WellArchitectedClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteWorkloadCommandInput extends DeleteWorkloadInput {}
|
|
12
5
|
export interface DeleteWorkloadCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const DeleteWorkloadCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const DeleteWorkloadCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
DeleteWorkloadCommandInput,
|
|
18
11
|
DeleteWorkloadCommandOutput,
|
|
19
|
-
WellArchitectedClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: DeleteWorkloadCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
DeleteWorkloadCommandInput,
|
|
27
20
|
DeleteWorkloadCommandOutput,
|
|
28
|
-
WellArchitectedClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class DeleteWorkloadCommand extends DeleteWorkloadCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { DeleteWorkloadShareInput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
WellArchitectedClientResolvedConfig,
|
|
8
|
-
} from "../WellArchitectedClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteWorkloadShareCommandInput
|
|
12
5
|
extends DeleteWorkloadShareInput {}
|
|
13
6
|
export interface DeleteWorkloadShareCommandOutput extends __MetadataBearer {}
|
|
@@ -17,22 +10,20 @@ declare const DeleteWorkloadShareCommand_base: {
|
|
|
17
10
|
): import("@smithy/core/client").CommandImpl<
|
|
18
11
|
DeleteWorkloadShareCommandInput,
|
|
19
12
|
DeleteWorkloadShareCommandOutput,
|
|
20
|
-
WellArchitectedClientResolvedConfig,
|
|
21
|
-
ServiceInputTypes,
|
|
22
|
-
ServiceOutputTypes
|
|
13
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
23
16
|
>;
|
|
24
17
|
new (
|
|
25
18
|
input: DeleteWorkloadShareCommandInput
|
|
26
19
|
): import("@smithy/core/client").CommandImpl<
|
|
27
20
|
DeleteWorkloadShareCommandInput,
|
|
28
21
|
DeleteWorkloadShareCommandOutput,
|
|
29
|
-
WellArchitectedClientResolvedConfig,
|
|
30
|
-
ServiceInputTypes,
|
|
31
|
-
ServiceOutputTypes
|
|
22
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
32
25
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
34
|
-
[x: string]: unknown;
|
|
35
|
-
};
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
36
27
|
};
|
|
37
28
|
export declare class DeleteWorkloadShareCommand extends DeleteWorkloadShareCommand_base {
|
|
38
29
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { DisassociateLensesInput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
WellArchitectedClientResolvedConfig,
|
|
8
|
-
} from "../WellArchitectedClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DisassociateLensesCommandInput
|
|
12
5
|
extends DisassociateLensesInput {}
|
|
13
6
|
export interface DisassociateLensesCommandOutput extends __MetadataBearer {}
|
|
@@ -17,22 +10,20 @@ declare const DisassociateLensesCommand_base: {
|
|
|
17
10
|
): import("@smithy/core/client").CommandImpl<
|
|
18
11
|
DisassociateLensesCommandInput,
|
|
19
12
|
DisassociateLensesCommandOutput,
|
|
20
|
-
WellArchitectedClientResolvedConfig,
|
|
21
|
-
ServiceInputTypes,
|
|
22
|
-
ServiceOutputTypes
|
|
13
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
23
16
|
>;
|
|
24
17
|
new (
|
|
25
18
|
input: DisassociateLensesCommandInput
|
|
26
19
|
): import("@smithy/core/client").CommandImpl<
|
|
27
20
|
DisassociateLensesCommandInput,
|
|
28
21
|
DisassociateLensesCommandOutput,
|
|
29
|
-
WellArchitectedClientResolvedConfig,
|
|
30
|
-
ServiceInputTypes,
|
|
31
|
-
ServiceOutputTypes
|
|
22
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
32
25
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
34
|
-
[x: string]: unknown;
|
|
35
|
-
};
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
36
27
|
};
|
|
37
28
|
export declare class DisassociateLensesCommand extends DisassociateLensesCommand_base {
|
|
38
29
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { DisassociateProfilesInput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
WellArchitectedClientResolvedConfig,
|
|
8
|
-
} from "../WellArchitectedClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DisassociateProfilesCommandInput
|
|
12
5
|
extends DisassociateProfilesInput {}
|
|
13
6
|
export interface DisassociateProfilesCommandOutput extends __MetadataBearer {}
|
|
@@ -17,22 +10,20 @@ declare const DisassociateProfilesCommand_base: {
|
|
|
17
10
|
): import("@smithy/core/client").CommandImpl<
|
|
18
11
|
DisassociateProfilesCommandInput,
|
|
19
12
|
DisassociateProfilesCommandOutput,
|
|
20
|
-
WellArchitectedClientResolvedConfig,
|
|
21
|
-
ServiceInputTypes,
|
|
22
|
-
ServiceOutputTypes
|
|
13
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
23
16
|
>;
|
|
24
17
|
new (
|
|
25
18
|
input: DisassociateProfilesCommandInput
|
|
26
19
|
): import("@smithy/core/client").CommandImpl<
|
|
27
20
|
DisassociateProfilesCommandInput,
|
|
28
21
|
DisassociateProfilesCommandOutput,
|
|
29
|
-
WellArchitectedClientResolvedConfig,
|
|
30
|
-
ServiceInputTypes,
|
|
31
|
-
ServiceOutputTypes
|
|
22
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
32
25
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
34
|
-
[x: string]: unknown;
|
|
35
|
-
};
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
36
27
|
};
|
|
37
28
|
export declare class DisassociateProfilesCommand extends DisassociateProfilesCommand_base {
|
|
38
29
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { ExportLensInput, ExportLensOutput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
WellArchitectedClientResolvedConfig,
|
|
8
|
-
} from "../WellArchitectedClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ExportLensCommandInput extends ExportLensInput {}
|
|
12
5
|
export interface ExportLensCommandOutput
|
|
13
6
|
extends ExportLensOutput,
|
|
@@ -18,22 +11,20 @@ declare const ExportLensCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ExportLensCommandInput,
|
|
20
13
|
ExportLensCommandOutput,
|
|
21
|
-
WellArchitectedClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: ExportLensCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ExportLensCommandInput,
|
|
29
22
|
ExportLensCommandOutput,
|
|
30
|
-
WellArchitectedClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ExportLensCommand extends ExportLensCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { GetAnswerInput, GetAnswerOutput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
WellArchitectedClientResolvedConfig,
|
|
8
|
-
} from "../WellArchitectedClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetAnswerCommandInput extends GetAnswerInput {}
|
|
12
5
|
export interface GetAnswerCommandOutput
|
|
13
6
|
extends GetAnswerOutput,
|
|
@@ -16,20 +9,18 @@ declare const GetAnswerCommand_base: {
|
|
|
16
9
|
new (input: GetAnswerCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
GetAnswerCommandInput,
|
|
18
11
|
GetAnswerCommandOutput,
|
|
19
|
-
WellArchitectedClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (input: GetAnswerCommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
17
|
GetAnswerCommandInput,
|
|
25
18
|
GetAnswerCommandOutput,
|
|
26
|
-
WellArchitectedClientResolvedConfig,
|
|
27
|
-
ServiceInputTypes,
|
|
28
|
-
ServiceOutputTypes
|
|
19
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
20
|
+
import("..").ServiceInputTypes,
|
|
21
|
+
import("..").ServiceOutputTypes
|
|
29
22
|
>;
|
|
30
|
-
getEndpointParameterInstructions():
|
|
31
|
-
[x: string]: unknown;
|
|
32
|
-
};
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
33
24
|
};
|
|
34
25
|
export declare class GetAnswerCommand extends GetAnswerCommand_base {
|
|
35
26
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetConsolidatedReportInput,
|
|
5
4
|
GetConsolidatedReportOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
WellArchitectedClientResolvedConfig,
|
|
11
|
-
} from "../WellArchitectedClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetConsolidatedReportCommandInput
|
|
15
8
|
extends GetConsolidatedReportInput {}
|
|
16
9
|
export interface GetConsolidatedReportCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetConsolidatedReportCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetConsolidatedReportCommandInput,
|
|
24
17
|
GetConsolidatedReportCommandOutput,
|
|
25
|
-
WellArchitectedClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetConsolidatedReportCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetConsolidatedReportCommandInput,
|
|
33
26
|
GetConsolidatedReportCommandOutput,
|
|
34
|
-
WellArchitectedClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetConsolidatedReportCommand extends GetConsolidatedReportCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { GetGlobalSettingsOutput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
WellArchitectedClientResolvedConfig,
|
|
8
|
-
} from "../WellArchitectedClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetGlobalSettingsCommandInput {}
|
|
12
5
|
export interface GetGlobalSettingsCommandOutput
|
|
13
6
|
extends GetGlobalSettingsOutput,
|
|
@@ -18,22 +11,20 @@ declare const GetGlobalSettingsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GetGlobalSettingsCommandInput,
|
|
20
13
|
GetGlobalSettingsCommandOutput,
|
|
21
|
-
WellArchitectedClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [GetGlobalSettingsCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GetGlobalSettingsCommandInput,
|
|
29
22
|
GetGlobalSettingsCommandOutput,
|
|
30
|
-
WellArchitectedClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class GetGlobalSettingsCommand extends GetGlobalSettingsCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,33 +1,24 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { GetLensInput, GetLensOutput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
WellArchitectedClientResolvedConfig,
|
|
8
|
-
} from "../WellArchitectedClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetLensCommandInput extends GetLensInput {}
|
|
12
5
|
export interface GetLensCommandOutput extends GetLensOutput, __MetadataBearer {}
|
|
13
6
|
declare const GetLensCommand_base: {
|
|
14
7
|
new (input: GetLensCommandInput): import("@smithy/core/client").CommandImpl<
|
|
15
8
|
GetLensCommandInput,
|
|
16
9
|
GetLensCommandOutput,
|
|
17
|
-
WellArchitectedClientResolvedConfig,
|
|
18
|
-
ServiceInputTypes,
|
|
19
|
-
ServiceOutputTypes
|
|
10
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
11
|
+
import("..").ServiceInputTypes,
|
|
12
|
+
import("..").ServiceOutputTypes
|
|
20
13
|
>;
|
|
21
14
|
new (input: GetLensCommandInput): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
GetLensCommandInput,
|
|
23
16
|
GetLensCommandOutput,
|
|
24
|
-
WellArchitectedClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
|
-
getEndpointParameterInstructions():
|
|
29
|
-
[x: string]: unknown;
|
|
30
|
-
};
|
|
21
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
31
22
|
};
|
|
32
23
|
export declare class GetLensCommand extends GetLensCommand_base {
|
|
33
24
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { GetLensReviewInput, GetLensReviewOutput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
WellArchitectedClientResolvedConfig,
|
|
8
|
-
} from "../WellArchitectedClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetLensReviewCommandInput extends GetLensReviewInput {}
|
|
12
5
|
export interface GetLensReviewCommandOutput
|
|
13
6
|
extends GetLensReviewOutput,
|
|
@@ -18,22 +11,20 @@ declare const GetLensReviewCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GetLensReviewCommandInput,
|
|
20
13
|
GetLensReviewCommandOutput,
|
|
21
|
-
WellArchitectedClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: GetLensReviewCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GetLensReviewCommandInput,
|
|
29
22
|
GetLensReviewCommandOutput,
|
|
30
|
-
WellArchitectedClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class GetLensReviewCommand extends GetLensReviewCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetLensReviewReportInput,
|
|
5
4
|
GetLensReviewReportOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
WellArchitectedClientResolvedConfig,
|
|
11
|
-
} from "../WellArchitectedClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetLensReviewReportCommandInput
|
|
15
8
|
extends GetLensReviewReportInput {}
|
|
16
9
|
export interface GetLensReviewReportCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetLensReviewReportCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetLensReviewReportCommandInput,
|
|
24
17
|
GetLensReviewReportCommandOutput,
|
|
25
|
-
WellArchitectedClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetLensReviewReportCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetLensReviewReportCommandInput,
|
|
33
26
|
GetLensReviewReportCommandOutput,
|
|
34
|
-
WellArchitectedClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetLensReviewReportCommand extends GetLensReviewReportCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetLensVersionDifferenceInput,
|
|
5
4
|
GetLensVersionDifferenceOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
WellArchitectedClientResolvedConfig,
|
|
11
|
-
} from "../WellArchitectedClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetLensVersionDifferenceCommandInput
|
|
15
8
|
extends GetLensVersionDifferenceInput {}
|
|
16
9
|
export interface GetLensVersionDifferenceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetLensVersionDifferenceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetLensVersionDifferenceCommandInput,
|
|
24
17
|
GetLensVersionDifferenceCommandOutput,
|
|
25
|
-
WellArchitectedClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetLensVersionDifferenceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetLensVersionDifferenceCommandInput,
|
|
33
26
|
GetLensVersionDifferenceCommandOutput,
|
|
34
|
-
WellArchitectedClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetLensVersionDifferenceCommand extends GetLensVersionDifferenceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { GetMilestoneInput, GetMilestoneOutput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
WellArchitectedClientResolvedConfig,
|
|
8
|
-
} from "../WellArchitectedClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetMilestoneCommandInput extends GetMilestoneInput {}
|
|
12
5
|
export interface GetMilestoneCommandOutput
|
|
13
6
|
extends GetMilestoneOutput,
|
|
@@ -18,22 +11,20 @@ declare const GetMilestoneCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GetMilestoneCommandInput,
|
|
20
13
|
GetMilestoneCommandOutput,
|
|
21
|
-
WellArchitectedClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: GetMilestoneCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GetMilestoneCommandInput,
|
|
29
22
|
GetMilestoneCommandOutput,
|
|
30
|
-
WellArchitectedClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class GetMilestoneCommand extends GetMilestoneCommand_base {
|
|
39
30
|
protected static __types: {
|