@aws-sdk/client-wellarchitected 3.1044.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +160 -161
- package/dist-cjs/models/WellArchitectedServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/WellArchitected.js +1 -1
- package/dist-es/WellArchitectedClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateLensesCommand.js +2 -2
- package/dist-es/commands/AssociateProfilesCommand.js +2 -2
- package/dist-es/commands/CreateLensShareCommand.js +2 -2
- package/dist-es/commands/CreateLensVersionCommand.js +2 -2
- package/dist-es/commands/CreateMilestoneCommand.js +2 -2
- package/dist-es/commands/CreateProfileCommand.js +2 -2
- package/dist-es/commands/CreateProfileShareCommand.js +2 -2
- package/dist-es/commands/CreateReviewTemplateCommand.js +2 -2
- package/dist-es/commands/CreateTemplateShareCommand.js +2 -2
- package/dist-es/commands/CreateWorkloadCommand.js +2 -2
- package/dist-es/commands/CreateWorkloadShareCommand.js +2 -2
- package/dist-es/commands/DeleteLensCommand.js +2 -2
- package/dist-es/commands/DeleteLensShareCommand.js +2 -2
- package/dist-es/commands/DeleteProfileCommand.js +2 -2
- package/dist-es/commands/DeleteProfileShareCommand.js +2 -2
- package/dist-es/commands/DeleteReviewTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteTemplateShareCommand.js +2 -2
- package/dist-es/commands/DeleteWorkloadCommand.js +2 -2
- package/dist-es/commands/DeleteWorkloadShareCommand.js +2 -2
- package/dist-es/commands/DisassociateLensesCommand.js +2 -2
- package/dist-es/commands/DisassociateProfilesCommand.js +2 -2
- package/dist-es/commands/ExportLensCommand.js +2 -2
- package/dist-es/commands/GetAnswerCommand.js +2 -2
- package/dist-es/commands/GetConsolidatedReportCommand.js +2 -2
- package/dist-es/commands/GetGlobalSettingsCommand.js +2 -2
- package/dist-es/commands/GetLensCommand.js +2 -2
- package/dist-es/commands/GetLensReviewCommand.js +2 -2
- package/dist-es/commands/GetLensReviewReportCommand.js +2 -2
- package/dist-es/commands/GetLensVersionDifferenceCommand.js +2 -2
- package/dist-es/commands/GetMilestoneCommand.js +2 -2
- package/dist-es/commands/GetProfileCommand.js +2 -2
- package/dist-es/commands/GetProfileTemplateCommand.js +2 -2
- package/dist-es/commands/GetReviewTemplateAnswerCommand.js +2 -2
- package/dist-es/commands/GetReviewTemplateCommand.js +2 -2
- package/dist-es/commands/GetReviewTemplateLensReviewCommand.js +2 -2
- package/dist-es/commands/GetWorkloadCommand.js +2 -2
- package/dist-es/commands/ImportLensCommand.js +2 -2
- package/dist-es/commands/ListAnswersCommand.js +2 -2
- package/dist-es/commands/ListCheckDetailsCommand.js +2 -2
- package/dist-es/commands/ListCheckSummariesCommand.js +2 -2
- package/dist-es/commands/ListLensReviewImprovementsCommand.js +2 -2
- package/dist-es/commands/ListLensReviewsCommand.js +2 -2
- package/dist-es/commands/ListLensSharesCommand.js +2 -2
- package/dist-es/commands/ListLensesCommand.js +2 -2
- package/dist-es/commands/ListMilestonesCommand.js +2 -2
- package/dist-es/commands/ListNotificationsCommand.js +2 -2
- package/dist-es/commands/ListProfileNotificationsCommand.js +2 -2
- package/dist-es/commands/ListProfileSharesCommand.js +2 -2
- package/dist-es/commands/ListProfilesCommand.js +2 -2
- package/dist-es/commands/ListReviewTemplateAnswersCommand.js +2 -2
- package/dist-es/commands/ListReviewTemplatesCommand.js +2 -2
- package/dist-es/commands/ListShareInvitationsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTemplateSharesCommand.js +2 -2
- package/dist-es/commands/ListWorkloadSharesCommand.js +2 -2
- package/dist-es/commands/ListWorkloadsCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAnswerCommand.js +2 -2
- package/dist-es/commands/UpdateGlobalSettingsCommand.js +2 -2
- package/dist-es/commands/UpdateIntegrationCommand.js +2 -2
- package/dist-es/commands/UpdateLensReviewCommand.js +2 -2
- package/dist-es/commands/UpdateProfileCommand.js +2 -2
- package/dist-es/commands/UpdateReviewTemplateAnswerCommand.js +2 -2
- package/dist-es/commands/UpdateReviewTemplateCommand.js +2 -2
- package/dist-es/commands/UpdateReviewTemplateLensReviewCommand.js +2 -2
- package/dist-es/commands/UpdateShareInvitationCommand.js +2 -2
- package/dist-es/commands/UpdateWorkloadCommand.js +2 -2
- package/dist-es/commands/UpdateWorkloadShareCommand.js +2 -2
- package/dist-es/commands/UpgradeLensReviewCommand.js +2 -2
- package/dist-es/commands/UpgradeProfileVersionCommand.js +2 -2
- package/dist-es/commands/UpgradeReviewTemplateLensReviewCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/WellArchitectedServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/WellArchitectedClient.d.ts +5 -5
- package/dist-types/commands/AssociateLensesCommand.d.ts +6 -4
- package/dist-types/commands/AssociateProfilesCommand.d.ts +6 -4
- package/dist-types/commands/CreateLensShareCommand.d.ts +6 -4
- package/dist-types/commands/CreateLensVersionCommand.d.ts +6 -4
- package/dist-types/commands/CreateMilestoneCommand.d.ts +6 -4
- package/dist-types/commands/CreateProfileCommand.d.ts +6 -4
- package/dist-types/commands/CreateProfileShareCommand.d.ts +6 -4
- package/dist-types/commands/CreateReviewTemplateCommand.d.ts +6 -4
- package/dist-types/commands/CreateTemplateShareCommand.d.ts +6 -4
- package/dist-types/commands/CreateWorkloadCommand.d.ts +6 -4
- package/dist-types/commands/CreateWorkloadShareCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLensCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLensShareCommand.d.ts +6 -4
- package/dist-types/commands/DeleteProfileCommand.d.ts +6 -4
- package/dist-types/commands/DeleteProfileShareCommand.d.ts +6 -4
- package/dist-types/commands/DeleteReviewTemplateCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTemplateShareCommand.d.ts +6 -4
- package/dist-types/commands/DeleteWorkloadCommand.d.ts +6 -4
- package/dist-types/commands/DeleteWorkloadShareCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateLensesCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateProfilesCommand.d.ts +6 -4
- package/dist-types/commands/ExportLensCommand.d.ts +6 -4
- package/dist-types/commands/GetAnswerCommand.d.ts +6 -4
- package/dist-types/commands/GetConsolidatedReportCommand.d.ts +6 -4
- package/dist-types/commands/GetGlobalSettingsCommand.d.ts +6 -4
- package/dist-types/commands/GetLensCommand.d.ts +6 -4
- package/dist-types/commands/GetLensReviewCommand.d.ts +6 -4
- package/dist-types/commands/GetLensReviewReportCommand.d.ts +6 -4
- package/dist-types/commands/GetLensVersionDifferenceCommand.d.ts +6 -4
- package/dist-types/commands/GetMilestoneCommand.d.ts +6 -4
- package/dist-types/commands/GetProfileCommand.d.ts +6 -4
- package/dist-types/commands/GetProfileTemplateCommand.d.ts +6 -4
- package/dist-types/commands/GetReviewTemplateAnswerCommand.d.ts +6 -4
- package/dist-types/commands/GetReviewTemplateCommand.d.ts +6 -4
- package/dist-types/commands/GetReviewTemplateLensReviewCommand.d.ts +6 -4
- package/dist-types/commands/GetWorkloadCommand.d.ts +6 -4
- package/dist-types/commands/ImportLensCommand.d.ts +6 -4
- package/dist-types/commands/ListAnswersCommand.d.ts +6 -4
- package/dist-types/commands/ListCheckDetailsCommand.d.ts +6 -4
- package/dist-types/commands/ListCheckSummariesCommand.d.ts +6 -4
- package/dist-types/commands/ListLensReviewImprovementsCommand.d.ts +6 -4
- package/dist-types/commands/ListLensReviewsCommand.d.ts +6 -4
- package/dist-types/commands/ListLensSharesCommand.d.ts +6 -4
- package/dist-types/commands/ListLensesCommand.d.ts +6 -4
- package/dist-types/commands/ListMilestonesCommand.d.ts +6 -4
- package/dist-types/commands/ListNotificationsCommand.d.ts +6 -4
- package/dist-types/commands/ListProfileNotificationsCommand.d.ts +6 -4
- package/dist-types/commands/ListProfileSharesCommand.d.ts +6 -4
- package/dist-types/commands/ListProfilesCommand.d.ts +6 -4
- package/dist-types/commands/ListReviewTemplateAnswersCommand.d.ts +6 -4
- package/dist-types/commands/ListReviewTemplatesCommand.d.ts +6 -4
- package/dist-types/commands/ListShareInvitationsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListTemplateSharesCommand.d.ts +6 -4
- package/dist-types/commands/ListWorkloadSharesCommand.d.ts +6 -4
- package/dist-types/commands/ListWorkloadsCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAnswerCommand.d.ts +6 -4
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateIntegrationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateLensReviewCommand.d.ts +6 -4
- package/dist-types/commands/UpdateProfileCommand.d.ts +6 -4
- package/dist-types/commands/UpdateReviewTemplateAnswerCommand.d.ts +6 -4
- package/dist-types/commands/UpdateReviewTemplateCommand.d.ts +6 -4
- package/dist-types/commands/UpdateReviewTemplateLensReviewCommand.d.ts +6 -4
- package/dist-types/commands/UpdateShareInvitationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateWorkloadCommand.d.ts +6 -4
- package/dist-types/commands/UpdateWorkloadShareCommand.d.ts +6 -4
- package/dist-types/commands/UpgradeLensReviewCommand.d.ts +6 -4
- package/dist-types/commands/UpgradeProfileVersionCommand.d.ts +6 -4
- package/dist-types/commands/UpgradeReviewTemplateLensReviewCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/WellArchitectedServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/WellArchitectedClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateLensesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateProfilesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLensShareCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLensVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateMilestoneCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateProfileShareCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateReviewTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTemplateShareCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateWorkloadCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateWorkloadShareCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLensCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLensShareCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteProfileShareCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteReviewTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTemplateShareCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteWorkloadCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteWorkloadShareCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateLensesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateProfilesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExportLensCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAnswerCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetConsolidatedReportCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetLensCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetLensReviewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetLensReviewReportCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetLensVersionDifferenceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMilestoneCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetProfileTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetReviewTemplateAnswerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetReviewTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetReviewTemplateLensReviewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetWorkloadCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ImportLensCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAnswersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCheckDetailsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCheckSummariesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLensReviewImprovementsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLensReviewsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLensSharesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLensesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMilestonesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListProfileNotificationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListProfileSharesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListReviewTemplateAnswersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListReviewTemplatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListShareInvitationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTemplateSharesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListWorkloadSharesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAnswerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateLensReviewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateReviewTemplateAnswerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateReviewTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateReviewTemplateLensReviewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateShareInvitationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateWorkloadShareCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpgradeLensReviewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpgradeProfileVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpgradeReviewTemplateLensReviewCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/WellArchitectedServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetReviewTemplateLensReviewInput, GetReviewTemplateLensReviewOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface GetReviewTemplateLensReviewCommandInput extends GetReviewTempla
|
|
|
22
22
|
export interface GetReviewTemplateLensReviewCommandOutput extends GetReviewTemplateLensReviewOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetReviewTemplateLensReviewCommand_base: {
|
|
25
|
-
new (input: GetReviewTemplateLensReviewCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetReviewTemplateLensReviewCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetReviewTemplateLensReviewCommandInput): import("@smithy/core/client").CommandImpl<GetReviewTemplateLensReviewCommandInput, GetReviewTemplateLensReviewCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetReviewTemplateLensReviewCommandInput): import("@smithy/core/client").CommandImpl<GetReviewTemplateLensReviewCommandInput, GetReviewTemplateLensReviewCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get a lens review associated with a review template.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetWorkloadInput, GetWorkloadOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface GetWorkloadCommandInput extends GetWorkloadInput {
|
|
|
22
22
|
export interface GetWorkloadCommandOutput extends GetWorkloadOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetWorkloadCommand_base: {
|
|
25
|
-
new (input: GetWorkloadCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetWorkloadCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetWorkloadCommandInput): import("@smithy/core/client").CommandImpl<GetWorkloadCommandInput, GetWorkloadCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetWorkloadCommandInput): import("@smithy/core/client").CommandImpl<GetWorkloadCommandInput, GetWorkloadCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get an existing workload.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ImportLensInput, ImportLensOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface ImportLensCommandInput extends ImportLensInput {
|
|
|
22
22
|
export interface ImportLensCommandOutput extends ImportLensOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ImportLensCommand_base: {
|
|
25
|
-
new (input: ImportLensCommandInput): import("@smithy/
|
|
26
|
-
new (input: ImportLensCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ImportLensCommandInput): import("@smithy/core/client").CommandImpl<ImportLensCommandInput, ImportLensCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ImportLensCommandInput): import("@smithy/core/client").CommandImpl<ImportLensCommandInput, ImportLensCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Import a new custom lens or update an existing custom lens.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListAnswersInput, ListAnswersOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface ListAnswersCommandInput extends ListAnswersInput {
|
|
|
22
22
|
export interface ListAnswersCommandOutput extends ListAnswersOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListAnswersCommand_base: {
|
|
25
|
-
new (input: ListAnswersCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListAnswersCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListAnswersCommandInput): import("@smithy/core/client").CommandImpl<ListAnswersCommandInput, ListAnswersCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListAnswersCommandInput): import("@smithy/core/client").CommandImpl<ListAnswersCommandInput, ListAnswersCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List of answers for a particular workload and lens.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListCheckDetailsInput, ListCheckDetailsOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface ListCheckDetailsCommandInput extends ListCheckDetailsInput {
|
|
|
22
22
|
export interface ListCheckDetailsCommandOutput extends ListCheckDetailsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListCheckDetailsCommand_base: {
|
|
25
|
-
new (input: ListCheckDetailsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListCheckDetailsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListCheckDetailsCommandInput): import("@smithy/core/client").CommandImpl<ListCheckDetailsCommandInput, ListCheckDetailsCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListCheckDetailsCommandInput): import("@smithy/core/client").CommandImpl<ListCheckDetailsCommandInput, ListCheckDetailsCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List of Trusted Advisor check details by account related to the workload.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListCheckSummariesInput, ListCheckSummariesOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface ListCheckSummariesCommandInput extends ListCheckSummariesInput
|
|
|
22
22
|
export interface ListCheckSummariesCommandOutput extends ListCheckSummariesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListCheckSummariesCommand_base: {
|
|
25
|
-
new (input: ListCheckSummariesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListCheckSummariesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListCheckSummariesCommandInput): import("@smithy/core/client").CommandImpl<ListCheckSummariesCommandInput, ListCheckSummariesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListCheckSummariesCommandInput): import("@smithy/core/client").CommandImpl<ListCheckSummariesCommandInput, ListCheckSummariesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List of Trusted Advisor checks summarized for all accounts related to the workload.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListLensReviewImprovementsInput, ListLensReviewImprovementsOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface ListLensReviewImprovementsCommandInput extends ListLensReviewIm
|
|
|
22
22
|
export interface ListLensReviewImprovementsCommandOutput extends ListLensReviewImprovementsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListLensReviewImprovementsCommand_base: {
|
|
25
|
-
new (input: ListLensReviewImprovementsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListLensReviewImprovementsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListLensReviewImprovementsCommandInput): import("@smithy/core/client").CommandImpl<ListLensReviewImprovementsCommandInput, ListLensReviewImprovementsCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListLensReviewImprovementsCommandInput): import("@smithy/core/client").CommandImpl<ListLensReviewImprovementsCommandInput, ListLensReviewImprovementsCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List the improvements of a particular lens review.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListLensReviewsInput, ListLensReviewsOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface ListLensReviewsCommandInput extends ListLensReviewsInput {
|
|
|
22
22
|
export interface ListLensReviewsCommandOutput extends ListLensReviewsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListLensReviewsCommand_base: {
|
|
25
|
-
new (input: ListLensReviewsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListLensReviewsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListLensReviewsCommandInput): import("@smithy/core/client").CommandImpl<ListLensReviewsCommandInput, ListLensReviewsCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListLensReviewsCommandInput): import("@smithy/core/client").CommandImpl<ListLensReviewsCommandInput, ListLensReviewsCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List lens reviews for a particular workload.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListLensSharesInput, ListLensSharesOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface ListLensSharesCommandInput extends ListLensSharesInput {
|
|
|
22
22
|
export interface ListLensSharesCommandOutput extends ListLensSharesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListLensSharesCommand_base: {
|
|
25
|
-
new (input: ListLensSharesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListLensSharesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListLensSharesCommandInput): import("@smithy/core/client").CommandImpl<ListLensSharesCommandInput, ListLensSharesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListLensSharesCommandInput): import("@smithy/core/client").CommandImpl<ListLensSharesCommandInput, ListLensSharesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List the lens shares associated with the lens.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListLensesInput, ListLensesOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface ListLensesCommandInput extends ListLensesInput {
|
|
|
22
22
|
export interface ListLensesCommandOutput extends ListLensesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListLensesCommand_base: {
|
|
25
|
-
new (input: ListLensesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListLensesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListLensesCommandInput): import("@smithy/core/client").CommandImpl<ListLensesCommandInput, ListLensesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListLensesCommandInput]): import("@smithy/core/client").CommandImpl<ListLensesCommandInput, ListLensesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List the available lenses.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListMilestonesInput, ListMilestonesOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface ListMilestonesCommandInput extends ListMilestonesInput {
|
|
|
22
22
|
export interface ListMilestonesCommandOutput extends ListMilestonesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListMilestonesCommand_base: {
|
|
25
|
-
new (input: ListMilestonesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListMilestonesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListMilestonesCommandInput): import("@smithy/core/client").CommandImpl<ListMilestonesCommandInput, ListMilestonesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListMilestonesCommandInput): import("@smithy/core/client").CommandImpl<ListMilestonesCommandInput, ListMilestonesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List all milestones for an existing workload.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListNotificationsInput, ListNotificationsOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface ListNotificationsCommandInput extends ListNotificationsInput {
|
|
|
22
22
|
export interface ListNotificationsCommandOutput extends ListNotificationsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListNotificationsCommand_base: {
|
|
25
|
-
new (input: ListNotificationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListNotificationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListNotificationsCommandInput): import("@smithy/core/client").CommandImpl<ListNotificationsCommandInput, ListNotificationsCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListNotificationsCommandInput]): import("@smithy/core/client").CommandImpl<ListNotificationsCommandInput, ListNotificationsCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List lens notifications.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListProfileNotificationsInput, ListProfileNotificationsOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface ListProfileNotificationsCommandInput extends ListProfileNotific
|
|
|
22
22
|
export interface ListProfileNotificationsCommandOutput extends ListProfileNotificationsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListProfileNotificationsCommand_base: {
|
|
25
|
-
new (input: ListProfileNotificationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListProfileNotificationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListProfileNotificationsCommandInput): import("@smithy/core/client").CommandImpl<ListProfileNotificationsCommandInput, ListProfileNotificationsCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListProfileNotificationsCommandInput]): import("@smithy/core/client").CommandImpl<ListProfileNotificationsCommandInput, ListProfileNotificationsCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List profile notifications.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListProfileSharesInput, ListProfileSharesOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface ListProfileSharesCommandInput extends ListProfileSharesInput {
|
|
|
22
22
|
export interface ListProfileSharesCommandOutput extends ListProfileSharesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListProfileSharesCommand_base: {
|
|
25
|
-
new (input: ListProfileSharesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListProfileSharesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListProfileSharesCommandInput): import("@smithy/core/client").CommandImpl<ListProfileSharesCommandInput, ListProfileSharesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListProfileSharesCommandInput): import("@smithy/core/client").CommandImpl<ListProfileSharesCommandInput, ListProfileSharesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List profile shares.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListProfilesInput, ListProfilesOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface ListProfilesCommandInput extends ListProfilesInput {
|
|
|
22
22
|
export interface ListProfilesCommandOutput extends ListProfilesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListProfilesCommand_base: {
|
|
25
|
-
new (input: ListProfilesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListProfilesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListProfilesCommandInput): import("@smithy/core/client").CommandImpl<ListProfilesCommandInput, ListProfilesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListProfilesCommandInput]): import("@smithy/core/client").CommandImpl<ListProfilesCommandInput, ListProfilesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List profiles.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListReviewTemplateAnswersInput, ListReviewTemplateAnswersOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface ListReviewTemplateAnswersCommandInput extends ListReviewTemplat
|
|
|
22
22
|
export interface ListReviewTemplateAnswersCommandOutput extends ListReviewTemplateAnswersOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListReviewTemplateAnswersCommand_base: {
|
|
25
|
-
new (input: ListReviewTemplateAnswersCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListReviewTemplateAnswersCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListReviewTemplateAnswersCommandInput): import("@smithy/core/client").CommandImpl<ListReviewTemplateAnswersCommandInput, ListReviewTemplateAnswersCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListReviewTemplateAnswersCommandInput): import("@smithy/core/client").CommandImpl<ListReviewTemplateAnswersCommandInput, ListReviewTemplateAnswersCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List the answers of a review template.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListReviewTemplatesInput, ListReviewTemplatesOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface ListReviewTemplatesCommandInput extends ListReviewTemplatesInpu
|
|
|
22
22
|
export interface ListReviewTemplatesCommandOutput extends ListReviewTemplatesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListReviewTemplatesCommand_base: {
|
|
25
|
-
new (input: ListReviewTemplatesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListReviewTemplatesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListReviewTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListReviewTemplatesCommandInput, ListReviewTemplatesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListReviewTemplatesCommandInput]): import("@smithy/core/client").CommandImpl<ListReviewTemplatesCommandInput, ListReviewTemplatesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List review templates.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListShareInvitationsInput, ListShareInvitationsOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface ListShareInvitationsCommandInput extends ListShareInvitationsIn
|
|
|
22
22
|
export interface ListShareInvitationsCommandOutput extends ListShareInvitationsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListShareInvitationsCommand_base: {
|
|
25
|
-
new (input: ListShareInvitationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListShareInvitationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListShareInvitationsCommandInput): import("@smithy/core/client").CommandImpl<ListShareInvitationsCommandInput, ListShareInvitationsCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListShareInvitationsCommandInput]): import("@smithy/core/client").CommandImpl<ListShareInvitationsCommandInput, ListShareInvitationsCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List the share invitations.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List the tags for a resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListTemplateSharesInput, ListTemplateSharesOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface ListTemplateSharesCommandInput extends ListTemplateSharesInput
|
|
|
22
22
|
export interface ListTemplateSharesCommandOutput extends ListTemplateSharesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTemplateSharesCommand_base: {
|
|
25
|
-
new (input: ListTemplateSharesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTemplateSharesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTemplateSharesCommandInput): import("@smithy/core/client").CommandImpl<ListTemplateSharesCommandInput, ListTemplateSharesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTemplateSharesCommandInput): import("@smithy/core/client").CommandImpl<ListTemplateSharesCommandInput, ListTemplateSharesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List review template shares.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListWorkloadSharesInput, ListWorkloadSharesOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface ListWorkloadSharesCommandInput extends ListWorkloadSharesInput
|
|
|
22
22
|
export interface ListWorkloadSharesCommandOutput extends ListWorkloadSharesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListWorkloadSharesCommand_base: {
|
|
25
|
-
new (input: ListWorkloadSharesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListWorkloadSharesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListWorkloadSharesCommandInput): import("@smithy/core/client").CommandImpl<ListWorkloadSharesCommandInput, ListWorkloadSharesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListWorkloadSharesCommandInput): import("@smithy/core/client").CommandImpl<ListWorkloadSharesCommandInput, ListWorkloadSharesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List the workload shares associated with the workload.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListWorkloadsInput, ListWorkloadsOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface ListWorkloadsCommandInput extends ListWorkloadsInput {
|
|
|
22
22
|
export interface ListWorkloadsCommandOutput extends ListWorkloadsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListWorkloadsCommand_base: {
|
|
25
|
-
new (input: ListWorkloadsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListWorkloadsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Paginated list of workloads.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceInput {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds one or more tags to the specified resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes specified tags from a resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateAnswerInput, UpdateAnswerOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateAnswerCommandInput extends UpdateAnswerInput {
|
|
|
22
22
|
export interface UpdateAnswerCommandOutput extends UpdateAnswerOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateAnswerCommand_base: {
|
|
25
|
-
new (input: UpdateAnswerCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateAnswerCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Update the answer to a specific question in a workload review.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateGlobalSettingsInput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateGlobalSettingsCommandInput extends UpdateGlobalSettingsIn
|
|
|
22
22
|
export interface UpdateGlobalSettingsCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateGlobalSettingsCommand_base: {
|
|
25
|
-
new (input: UpdateGlobalSettingsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [UpdateGlobalSettingsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Update whether the Amazon Web Services account is opted into organization sharing and discovery integration features.</p>
|