@aws-sdk/client-wellarchitected 3.1077.0 → 3.1079.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,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListWorkloadsInput, ListWorkloadsOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListWorkloadsCommandInput extends ListWorkloadsInput {
|
|
|
22
19
|
export interface ListWorkloadsCommandOutput extends ListWorkloadsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListWorkloadsCommand_base: {
|
|
25
|
-
new (input: ListWorkloadsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkloadsCommandInput, ListWorkloadsCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListWorkloadsCommandInput]): import("@smithy/core/client").CommandImpl<ListWorkloadsCommandInput, ListWorkloadsCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListWorkloadsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkloadsCommandInput, ListWorkloadsCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListWorkloadsCommandInput]): import("@smithy/core/client").CommandImpl<ListWorkloadsCommandInput, ListWorkloadsCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Paginated list of workloads.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceInput {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Adds one or more tags to the specified resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes specified tags from a resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateAnswerInput, UpdateAnswerOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateAnswerCommandInput extends UpdateAnswerInput {
|
|
|
22
19
|
export interface UpdateAnswerCommandOutput extends UpdateAnswerOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateAnswerCommand_base: {
|
|
25
|
-
new (input: UpdateAnswerCommandInput): import("@smithy/core/client").CommandImpl<UpdateAnswerCommandInput, UpdateAnswerCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateAnswerCommandInput): import("@smithy/core/client").CommandImpl<UpdateAnswerCommandInput, UpdateAnswerCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateAnswerCommandInput): import("@smithy/core/client").CommandImpl<UpdateAnswerCommandInput, UpdateAnswerCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateAnswerCommandInput): import("@smithy/core/client").CommandImpl<UpdateAnswerCommandInput, UpdateAnswerCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Update the answer to a specific question in a workload review.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateGlobalSettingsInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateGlobalSettingsCommandInput extends UpdateGlobalSettingsIn
|
|
|
22
19
|
export interface UpdateGlobalSettingsCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateGlobalSettingsCommand_base: {
|
|
25
|
-
new (input: UpdateGlobalSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [UpdateGlobalSettingsCommandInput]): import("@smithy/core/client").CommandImpl<UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateGlobalSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [UpdateGlobalSettingsCommandInput]): import("@smithy/core/client").CommandImpl<UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Update whether the Amazon Web Services account is opted into organization sharing and discovery integration features.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateIntegrationInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateIntegrationCommandInput extends UpdateIntegrationInput {
|
|
|
22
19
|
export interface UpdateIntegrationCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateIntegrationCommand_base: {
|
|
25
|
-
new (input: UpdateIntegrationCommandInput): import("@smithy/core/client").CommandImpl<UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateIntegrationCommandInput): import("@smithy/core/client").CommandImpl<UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateIntegrationCommandInput): import("@smithy/core/client").CommandImpl<UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateIntegrationCommandInput): import("@smithy/core/client").CommandImpl<UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Update integration features.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateLensReviewInput, UpdateLensReviewOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateLensReviewCommandInput extends UpdateLensReviewInput {
|
|
|
22
19
|
export interface UpdateLensReviewCommandOutput extends UpdateLensReviewOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateLensReviewCommand_base: {
|
|
25
|
-
new (input: UpdateLensReviewCommandInput): import("@smithy/core/client").CommandImpl<UpdateLensReviewCommandInput, UpdateLensReviewCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateLensReviewCommandInput): import("@smithy/core/client").CommandImpl<UpdateLensReviewCommandInput, UpdateLensReviewCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateLensReviewCommandInput): import("@smithy/core/client").CommandImpl<UpdateLensReviewCommandInput, UpdateLensReviewCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateLensReviewCommandInput): import("@smithy/core/client").CommandImpl<UpdateLensReviewCommandInput, UpdateLensReviewCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Update lens review for a particular workload.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateProfileInput, UpdateProfileOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateProfileCommandInput extends UpdateProfileInput {
|
|
|
22
19
|
export interface UpdateProfileCommandOutput extends UpdateProfileOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateProfileCommand_base: {
|
|
25
|
-
new (input: UpdateProfileCommandInput): import("@smithy/core/client").CommandImpl<UpdateProfileCommandInput, UpdateProfileCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateProfileCommandInput): import("@smithy/core/client").CommandImpl<UpdateProfileCommandInput, UpdateProfileCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateProfileCommandInput): import("@smithy/core/client").CommandImpl<UpdateProfileCommandInput, UpdateProfileCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateProfileCommandInput): import("@smithy/core/client").CommandImpl<UpdateProfileCommandInput, UpdateProfileCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Update a profile.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateReviewTemplateAnswerInput, UpdateReviewTemplateAnswerOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateReviewTemplateAnswerCommandInput extends UpdateReviewTemp
|
|
|
22
19
|
export interface UpdateReviewTemplateAnswerCommandOutput extends UpdateReviewTemplateAnswerOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateReviewTemplateAnswerCommand_base: {
|
|
25
|
-
new (input: UpdateReviewTemplateAnswerCommandInput): import("@smithy/core/client").CommandImpl<UpdateReviewTemplateAnswerCommandInput, UpdateReviewTemplateAnswerCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateReviewTemplateAnswerCommandInput): import("@smithy/core/client").CommandImpl<UpdateReviewTemplateAnswerCommandInput, UpdateReviewTemplateAnswerCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateReviewTemplateAnswerCommandInput): import("@smithy/core/client").CommandImpl<UpdateReviewTemplateAnswerCommandInput, UpdateReviewTemplateAnswerCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateReviewTemplateAnswerCommandInput): import("@smithy/core/client").CommandImpl<UpdateReviewTemplateAnswerCommandInput, UpdateReviewTemplateAnswerCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Update a review template answer.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateReviewTemplateInput, UpdateReviewTemplateOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateReviewTemplateCommandInput extends UpdateReviewTemplateIn
|
|
|
22
19
|
export interface UpdateReviewTemplateCommandOutput extends UpdateReviewTemplateOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateReviewTemplateCommand_base: {
|
|
25
|
-
new (input: UpdateReviewTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateReviewTemplateCommandInput, UpdateReviewTemplateCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateReviewTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateReviewTemplateCommandInput, UpdateReviewTemplateCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateReviewTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateReviewTemplateCommandInput, UpdateReviewTemplateCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateReviewTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateReviewTemplateCommandInput, UpdateReviewTemplateCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Update a review template.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateReviewTemplateLensReviewInput, UpdateReviewTemplateLensReviewOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateReviewTemplateLensReviewCommandInput extends UpdateReview
|
|
|
22
19
|
export interface UpdateReviewTemplateLensReviewCommandOutput extends UpdateReviewTemplateLensReviewOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateReviewTemplateLensReviewCommand_base: {
|
|
25
|
-
new (input: UpdateReviewTemplateLensReviewCommandInput): import("@smithy/core/client").CommandImpl<UpdateReviewTemplateLensReviewCommandInput, UpdateReviewTemplateLensReviewCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateReviewTemplateLensReviewCommandInput): import("@smithy/core/client").CommandImpl<UpdateReviewTemplateLensReviewCommandInput, UpdateReviewTemplateLensReviewCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateReviewTemplateLensReviewCommandInput): import("@smithy/core/client").CommandImpl<UpdateReviewTemplateLensReviewCommandInput, UpdateReviewTemplateLensReviewCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateReviewTemplateLensReviewCommandInput): import("@smithy/core/client").CommandImpl<UpdateReviewTemplateLensReviewCommandInput, UpdateReviewTemplateLensReviewCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Update a lens review associated with a review template.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateShareInvitationInput, UpdateShareInvitationOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateShareInvitationCommandInput extends UpdateShareInvitation
|
|
|
22
19
|
export interface UpdateShareInvitationCommandOutput extends UpdateShareInvitationOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateShareInvitationCommand_base: {
|
|
25
|
-
new (input: UpdateShareInvitationCommandInput): import("@smithy/core/client").CommandImpl<UpdateShareInvitationCommandInput, UpdateShareInvitationCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateShareInvitationCommandInput): import("@smithy/core/client").CommandImpl<UpdateShareInvitationCommandInput, UpdateShareInvitationCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateShareInvitationCommandInput): import("@smithy/core/client").CommandImpl<UpdateShareInvitationCommandInput, UpdateShareInvitationCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateShareInvitationCommandInput): import("@smithy/core/client").CommandImpl<UpdateShareInvitationCommandInput, UpdateShareInvitationCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Update a workload or custom lens share invitation.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateWorkloadInput, UpdateWorkloadOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateWorkloadCommandInput extends UpdateWorkloadInput {
|
|
|
22
19
|
export interface UpdateWorkloadCommandOutput extends UpdateWorkloadOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateWorkloadCommand_base: {
|
|
25
|
-
new (input: UpdateWorkloadCommandInput): import("@smithy/core/client").CommandImpl<UpdateWorkloadCommandInput, UpdateWorkloadCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateWorkloadCommandInput): import("@smithy/core/client").CommandImpl<UpdateWorkloadCommandInput, UpdateWorkloadCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateWorkloadCommandInput): import("@smithy/core/client").CommandImpl<UpdateWorkloadCommandInput, UpdateWorkloadCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateWorkloadCommandInput): import("@smithy/core/client").CommandImpl<UpdateWorkloadCommandInput, UpdateWorkloadCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Update an existing workload.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateWorkloadShareInput, UpdateWorkloadShareOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateWorkloadShareCommandInput extends UpdateWorkloadShareInpu
|
|
|
22
19
|
export interface UpdateWorkloadShareCommandOutput extends UpdateWorkloadShareOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateWorkloadShareCommand_base: {
|
|
25
|
-
new (input: UpdateWorkloadShareCommandInput): import("@smithy/core/client").CommandImpl<UpdateWorkloadShareCommandInput, UpdateWorkloadShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateWorkloadShareCommandInput): import("@smithy/core/client").CommandImpl<UpdateWorkloadShareCommandInput, UpdateWorkloadShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateWorkloadShareCommandInput): import("@smithy/core/client").CommandImpl<UpdateWorkloadShareCommandInput, UpdateWorkloadShareCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateWorkloadShareCommandInput): import("@smithy/core/client").CommandImpl<UpdateWorkloadShareCommandInput, UpdateWorkloadShareCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Update a workload share.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpgradeLensReviewInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpgradeLensReviewCommandInput extends UpgradeLensReviewInput {
|
|
|
22
19
|
export interface UpgradeLensReviewCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpgradeLensReviewCommand_base: {
|
|
25
|
-
new (input: UpgradeLensReviewCommandInput): import("@smithy/core/client").CommandImpl<UpgradeLensReviewCommandInput, UpgradeLensReviewCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpgradeLensReviewCommandInput): import("@smithy/core/client").CommandImpl<UpgradeLensReviewCommandInput, UpgradeLensReviewCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpgradeLensReviewCommandInput): import("@smithy/core/client").CommandImpl<UpgradeLensReviewCommandInput, UpgradeLensReviewCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpgradeLensReviewCommandInput): import("@smithy/core/client").CommandImpl<UpgradeLensReviewCommandInput, UpgradeLensReviewCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Upgrade lens review for a particular workload.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpgradeProfileVersionInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpgradeProfileVersionCommandInput extends UpgradeProfileVersion
|
|
|
22
19
|
export interface UpgradeProfileVersionCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpgradeProfileVersionCommand_base: {
|
|
25
|
-
new (input: UpgradeProfileVersionCommandInput): import("@smithy/core/client").CommandImpl<UpgradeProfileVersionCommandInput, UpgradeProfileVersionCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpgradeProfileVersionCommandInput): import("@smithy/core/client").CommandImpl<UpgradeProfileVersionCommandInput, UpgradeProfileVersionCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpgradeProfileVersionCommandInput): import("@smithy/core/client").CommandImpl<UpgradeProfileVersionCommandInput, UpgradeProfileVersionCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpgradeProfileVersionCommandInput): import("@smithy/core/client").CommandImpl<UpgradeProfileVersionCommandInput, UpgradeProfileVersionCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Upgrade a profile.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpgradeReviewTemplateLensReviewInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpgradeReviewTemplateLensReviewCommandInput extends UpgradeRevi
|
|
|
22
19
|
export interface UpgradeReviewTemplateLensReviewCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpgradeReviewTemplateLensReviewCommand_base: {
|
|
25
|
-
new (input: UpgradeReviewTemplateLensReviewCommandInput): import("@smithy/core/client").CommandImpl<UpgradeReviewTemplateLensReviewCommandInput, UpgradeReviewTemplateLensReviewCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpgradeReviewTemplateLensReviewCommandInput): import("@smithy/core/client").CommandImpl<UpgradeReviewTemplateLensReviewCommandInput, UpgradeReviewTemplateLensReviewCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpgradeReviewTemplateLensReviewCommandInput): import("@smithy/core/client").CommandImpl<UpgradeReviewTemplateLensReviewCommandInput, UpgradeReviewTemplateLensReviewCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpgradeReviewTemplateLensReviewCommandInput): import("@smithy/core/client").CommandImpl<UpgradeReviewTemplateLensReviewCommandInput, UpgradeReviewTemplateLensReviewCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Upgrade the lens review of a review template.</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
14
14
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
15
15
|
export type { WellArchitectedExtensionConfiguration } from "./extensionConfiguration";
|
|
16
16
|
export * from "./commands";
|
|
17
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
17
18
|
export * from "./schemas/schemas_0";
|
|
18
19
|
export * from "./pagination";
|
|
19
20
|
export * from "./models/enums";
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ServiceInputTypes,
|
|
4
|
+
ServiceOutputTypes,
|
|
5
|
+
WellArchitectedClientResolvedConfig,
|
|
6
|
+
} from "./WellArchitectedClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
WellArchitectedClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
WellArchitectedClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -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 { AssociateLensesInput } 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 AssociateLensesCommandInput extends AssociateLensesInput {}
|
|
12
5
|
export interface AssociateLensesCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const AssociateLensesCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const AssociateLensesCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
AssociateLensesCommandInput,
|
|
18
11
|
AssociateLensesCommandOutput,
|
|
19
|
-
WellArchitectedClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: AssociateLensesCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
AssociateLensesCommandInput,
|
|
27
20
|
AssociateLensesCommandOutput,
|
|
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 AssociateLensesCommand extends AssociateLensesCommand_base {
|
|
37
28
|
protected static __types: {
|