@aws-sdk/client-wellarchitected 3.1045.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 { CreateTemplateShareInput, CreateTemplateShareOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateTemplateShareCommandInput extends CreateTemplateShareInpu
|
|
|
22
22
|
export interface CreateTemplateShareCommandOutput extends CreateTemplateShareOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateTemplateShareCommand_base: {
|
|
25
|
-
new (input: CreateTemplateShareCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateTemplateShareCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateTemplateShareCommandInput): import("@smithy/core/client").CommandImpl<CreateTemplateShareCommandInput, CreateTemplateShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateTemplateShareCommandInput): import("@smithy/core/client").CommandImpl<CreateTemplateShareCommandInput, CreateTemplateShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Create a review template share.</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 { CreateWorkloadInput, CreateWorkloadOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateWorkloadCommandInput extends CreateWorkloadInput {
|
|
|
22
22
|
export interface CreateWorkloadCommandOutput extends CreateWorkloadOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateWorkloadCommand_base: {
|
|
25
|
-
new (input: CreateWorkloadCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateWorkloadCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateWorkloadCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkloadCommandInput, CreateWorkloadCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateWorkloadCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkloadCommandInput, CreateWorkloadCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Create a new 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 { CreateWorkloadShareInput, CreateWorkloadShareOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateWorkloadShareCommandInput extends CreateWorkloadShareInpu
|
|
|
22
22
|
export interface CreateWorkloadShareCommandOutput extends CreateWorkloadShareOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateWorkloadShareCommand_base: {
|
|
25
|
-
new (input: CreateWorkloadShareCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateWorkloadShareCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateWorkloadShareCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkloadShareCommandInput, CreateWorkloadShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateWorkloadShareCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkloadShareCommandInput, CreateWorkloadShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Create a workload share.</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 { DeleteLensInput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteLensCommandInput extends DeleteLensInput {
|
|
|
22
22
|
export interface DeleteLensCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteLensCommand_base: {
|
|
25
|
-
new (input: DeleteLensCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteLensCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteLensCommandInput): import("@smithy/core/client").CommandImpl<DeleteLensCommandInput, DeleteLensCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteLensCommandInput): import("@smithy/core/client").CommandImpl<DeleteLensCommandInput, DeleteLensCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Delete an existing 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 { DeleteLensShareInput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteLensShareCommandInput extends DeleteLensShareInput {
|
|
|
22
22
|
export interface DeleteLensShareCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteLensShareCommand_base: {
|
|
25
|
-
new (input: DeleteLensShareCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteLensShareCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteLensShareCommandInput): import("@smithy/core/client").CommandImpl<DeleteLensShareCommandInput, DeleteLensShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteLensShareCommandInput): import("@smithy/core/client").CommandImpl<DeleteLensShareCommandInput, DeleteLensShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Delete a lens share.</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 { DeleteProfileInput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteProfileCommandInput extends DeleteProfileInput {
|
|
|
22
22
|
export interface DeleteProfileCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteProfileCommand_base: {
|
|
25
|
-
new (input: DeleteProfileCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteProfileCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteProfileCommandInput, DeleteProfileCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteProfileCommandInput, DeleteProfileCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Delete a profile.</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 { DeleteProfileShareInput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteProfileShareCommandInput extends DeleteProfileShareInput
|
|
|
22
22
|
export interface DeleteProfileShareCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteProfileShareCommand_base: {
|
|
25
|
-
new (input: DeleteProfileShareCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteProfileShareCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteProfileShareCommandInput): import("@smithy/core/client").CommandImpl<DeleteProfileShareCommandInput, DeleteProfileShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteProfileShareCommandInput): import("@smithy/core/client").CommandImpl<DeleteProfileShareCommandInput, DeleteProfileShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Delete a profile share.</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 { DeleteReviewTemplateInput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteReviewTemplateCommandInput extends DeleteReviewTemplateIn
|
|
|
22
22
|
export interface DeleteReviewTemplateCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteReviewTemplateCommand_base: {
|
|
25
|
-
new (input: DeleteReviewTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteReviewTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteReviewTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteReviewTemplateCommandInput, DeleteReviewTemplateCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteReviewTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteReviewTemplateCommandInput, DeleteReviewTemplateCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Delete 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 { DeleteTemplateShareInput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteTemplateShareCommandInput extends DeleteTemplateShareInpu
|
|
|
22
22
|
export interface DeleteTemplateShareCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteTemplateShareCommand_base: {
|
|
25
|
-
new (input: DeleteTemplateShareCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteTemplateShareCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteTemplateShareCommandInput): import("@smithy/core/client").CommandImpl<DeleteTemplateShareCommandInput, DeleteTemplateShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteTemplateShareCommandInput): import("@smithy/core/client").CommandImpl<DeleteTemplateShareCommandInput, DeleteTemplateShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Delete a review template share.</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 { DeleteWorkloadInput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteWorkloadCommandInput extends DeleteWorkloadInput {
|
|
|
22
22
|
export interface DeleteWorkloadCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteWorkloadCommand_base: {
|
|
25
|
-
new (input: DeleteWorkloadCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteWorkloadCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteWorkloadCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkloadCommandInput, DeleteWorkloadCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteWorkloadCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkloadCommandInput, DeleteWorkloadCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Delete 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 { DeleteWorkloadShareInput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteWorkloadShareCommandInput extends DeleteWorkloadShareInpu
|
|
|
22
22
|
export interface DeleteWorkloadShareCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteWorkloadShareCommand_base: {
|
|
25
|
-
new (input: DeleteWorkloadShareCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteWorkloadShareCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteWorkloadShareCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkloadShareCommandInput, DeleteWorkloadShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteWorkloadShareCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkloadShareCommandInput, DeleteWorkloadShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Delete a workload share.</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 { DisassociateLensesInput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface DisassociateLensesCommandInput extends DisassociateLensesInput
|
|
|
22
22
|
export interface DisassociateLensesCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateLensesCommand_base: {
|
|
25
|
-
new (input: DisassociateLensesCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisassociateLensesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisassociateLensesCommandInput): import("@smithy/core/client").CommandImpl<DisassociateLensesCommandInput, DisassociateLensesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisassociateLensesCommandInput): import("@smithy/core/client").CommandImpl<DisassociateLensesCommandInput, DisassociateLensesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disassociate a lens from a 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 { DisassociateProfilesInput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface DisassociateProfilesCommandInput extends DisassociateProfilesIn
|
|
|
22
22
|
export interface DisassociateProfilesCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateProfilesCommand_base: {
|
|
25
|
-
new (input: DisassociateProfilesCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisassociateProfilesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisassociateProfilesCommandInput): import("@smithy/core/client").CommandImpl<DisassociateProfilesCommandInput, DisassociateProfilesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisassociateProfilesCommandInput): import("@smithy/core/client").CommandImpl<DisassociateProfilesCommandInput, DisassociateProfilesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disassociate a profile from a 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 { ExportLensInput, ExportLensOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface ExportLensCommandInput extends ExportLensInput {
|
|
|
22
22
|
export interface ExportLensCommandOutput extends ExportLensOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ExportLensCommand_base: {
|
|
25
|
-
new (input: ExportLensCommandInput): import("@smithy/
|
|
26
|
-
new (input: ExportLensCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ExportLensCommandInput): import("@smithy/core/client").CommandImpl<ExportLensCommandInput, ExportLensCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ExportLensCommandInput): import("@smithy/core/client").CommandImpl<ExportLensCommandInput, ExportLensCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Export an existing 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 { GetAnswerInput, GetAnswerOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface GetAnswerCommandInput extends GetAnswerInput {
|
|
|
22
22
|
export interface GetAnswerCommandOutput extends GetAnswerOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetAnswerCommand_base: {
|
|
25
|
-
new (input: GetAnswerCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetAnswerCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetAnswerCommandInput): import("@smithy/core/client").CommandImpl<GetAnswerCommandInput, GetAnswerCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetAnswerCommandInput): import("@smithy/core/client").CommandImpl<GetAnswerCommandInput, GetAnswerCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get 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 { GetConsolidatedReportInput, GetConsolidatedReportOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface GetConsolidatedReportCommandInput extends GetConsolidatedReport
|
|
|
22
22
|
export interface GetConsolidatedReportCommandOutput extends GetConsolidatedReportOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetConsolidatedReportCommand_base: {
|
|
25
|
-
new (input: GetConsolidatedReportCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetConsolidatedReportCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetConsolidatedReportCommandInput): import("@smithy/core/client").CommandImpl<GetConsolidatedReportCommandInput, GetConsolidatedReportCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetConsolidatedReportCommandInput): import("@smithy/core/client").CommandImpl<GetConsolidatedReportCommandInput, GetConsolidatedReportCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get a consolidated report of your 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 { GetGlobalSettingsOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface GetGlobalSettingsCommandInput {
|
|
|
22
22
|
export interface GetGlobalSettingsCommandOutput extends GetGlobalSettingsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetGlobalSettingsCommand_base: {
|
|
25
|
-
new (input: GetGlobalSettingsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetGlobalSettingsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetGlobalSettingsCommandInput): import("@smithy/core/client").CommandImpl<GetGlobalSettingsCommandInput, GetGlobalSettingsCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetGlobalSettingsCommandInput]): import("@smithy/core/client").CommandImpl<GetGlobalSettingsCommandInput, GetGlobalSettingsCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Global settings for all 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 { GetLensInput, GetLensOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface GetLensCommandInput extends GetLensInput {
|
|
|
22
22
|
export interface GetLensCommandOutput extends GetLensOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetLensCommand_base: {
|
|
25
|
-
new (input: GetLensCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetLensCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetLensCommandInput): import("@smithy/core/client").CommandImpl<GetLensCommandInput, GetLensCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetLensCommandInput): import("@smithy/core/client").CommandImpl<GetLensCommandInput, GetLensCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get an existing 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 { GetLensReviewInput, GetLensReviewOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface GetLensReviewCommandInput extends GetLensReviewInput {
|
|
|
22
22
|
export interface GetLensReviewCommandOutput extends GetLensReviewOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetLensReviewCommand_base: {
|
|
25
|
-
new (input: GetLensReviewCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetLensReviewCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetLensReviewCommandInput): import("@smithy/core/client").CommandImpl<GetLensReviewCommandInput, GetLensReviewCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetLensReviewCommandInput): import("@smithy/core/client").CommandImpl<GetLensReviewCommandInput, GetLensReviewCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get 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 { GetLensReviewReportInput, GetLensReviewReportOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface GetLensReviewReportCommandInput extends GetLensReviewReportInpu
|
|
|
22
22
|
export interface GetLensReviewReportCommandOutput extends GetLensReviewReportOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetLensReviewReportCommand_base: {
|
|
25
|
-
new (input: GetLensReviewReportCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetLensReviewReportCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetLensReviewReportCommandInput): import("@smithy/core/client").CommandImpl<GetLensReviewReportCommandInput, GetLensReviewReportCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetLensReviewReportCommandInput): import("@smithy/core/client").CommandImpl<GetLensReviewReportCommandInput, GetLensReviewReportCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get lens review report.</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 { GetLensVersionDifferenceInput, GetLensVersionDifferenceOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface GetLensVersionDifferenceCommandInput extends GetLensVersionDiff
|
|
|
22
22
|
export interface GetLensVersionDifferenceCommandOutput extends GetLensVersionDifferenceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetLensVersionDifferenceCommand_base: {
|
|
25
|
-
new (input: GetLensVersionDifferenceCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetLensVersionDifferenceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetLensVersionDifferenceCommandInput): import("@smithy/core/client").CommandImpl<GetLensVersionDifferenceCommandInput, GetLensVersionDifferenceCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetLensVersionDifferenceCommandInput): import("@smithy/core/client").CommandImpl<GetLensVersionDifferenceCommandInput, GetLensVersionDifferenceCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get lens version differences.</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 { GetMilestoneInput, GetMilestoneOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface GetMilestoneCommandInput extends GetMilestoneInput {
|
|
|
22
22
|
export interface GetMilestoneCommandOutput extends GetMilestoneOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetMilestoneCommand_base: {
|
|
25
|
-
new (input: GetMilestoneCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetMilestoneCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetMilestoneCommandInput): import("@smithy/core/client").CommandImpl<GetMilestoneCommandInput, GetMilestoneCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetMilestoneCommandInput): import("@smithy/core/client").CommandImpl<GetMilestoneCommandInput, GetMilestoneCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get a milestone 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 { GetProfileInput, GetProfileOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface GetProfileCommandInput extends GetProfileInput {
|
|
|
22
22
|
export interface GetProfileCommandOutput extends GetProfileOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetProfileCommand_base: {
|
|
25
|
-
new (input: GetProfileCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetProfileCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetProfileCommandInput): import("@smithy/core/client").CommandImpl<GetProfileCommandInput, GetProfileCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetProfileCommandInput): import("@smithy/core/client").CommandImpl<GetProfileCommandInput, GetProfileCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get profile information.</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 { GetProfileTemplateInput, GetProfileTemplateOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface GetProfileTemplateCommandInput extends GetProfileTemplateInput
|
|
|
22
22
|
export interface GetProfileTemplateCommandOutput extends GetProfileTemplateOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetProfileTemplateCommand_base: {
|
|
25
|
-
new (input: GetProfileTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetProfileTemplateCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetProfileTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetProfileTemplateCommandInput, GetProfileTemplateCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetProfileTemplateCommandInput]): import("@smithy/core/client").CommandImpl<GetProfileTemplateCommandInput, GetProfileTemplateCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get profile 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 { GetReviewTemplateAnswerInput, GetReviewTemplateAnswerOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface GetReviewTemplateAnswerCommandInput extends GetReviewTemplateAn
|
|
|
22
22
|
export interface GetReviewTemplateAnswerCommandOutput extends GetReviewTemplateAnswerOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetReviewTemplateAnswerCommand_base: {
|
|
25
|
-
new (input: GetReviewTemplateAnswerCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetReviewTemplateAnswerCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetReviewTemplateAnswerCommandInput): import("@smithy/core/client").CommandImpl<GetReviewTemplateAnswerCommandInput, GetReviewTemplateAnswerCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetReviewTemplateAnswerCommandInput): import("@smithy/core/client").CommandImpl<GetReviewTemplateAnswerCommandInput, GetReviewTemplateAnswerCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get review template answer.</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 { GetReviewTemplateInput, GetReviewTemplateOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface GetReviewTemplateCommandInput extends GetReviewTemplateInput {
|
|
|
22
22
|
export interface GetReviewTemplateCommandOutput extends GetReviewTemplateOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetReviewTemplateCommand_base: {
|
|
25
|
-
new (input: GetReviewTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetReviewTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetReviewTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetReviewTemplateCommandInput, GetReviewTemplateCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetReviewTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetReviewTemplateCommandInput, GetReviewTemplateCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get review template.</p>
|