@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 { UpdateIntegrationInput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateIntegrationCommandInput extends UpdateIntegrationInput {
|
|
|
22
22
|
export interface UpdateIntegrationCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateIntegrationCommand_base: {
|
|
25
|
-
new (input: UpdateIntegrationCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateIntegrationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateIntegrationCommandInput): import("@smithy/core/client").CommandImpl<UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateIntegrationCommandInput): import("@smithy/core/client").CommandImpl<UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Update integration features.</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 { UpdateLensReviewInput, UpdateLensReviewOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateLensReviewCommandInput extends UpdateLensReviewInput {
|
|
|
22
22
|
export interface UpdateLensReviewCommandOutput extends UpdateLensReviewOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateLensReviewCommand_base: {
|
|
25
|
-
new (input: UpdateLensReviewCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateLensReviewCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateLensReviewCommandInput): import("@smithy/core/client").CommandImpl<UpdateLensReviewCommandInput, UpdateLensReviewCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateLensReviewCommandInput): import("@smithy/core/client").CommandImpl<UpdateLensReviewCommandInput, UpdateLensReviewCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Update lens review 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 { UpdateProfileInput, UpdateProfileOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateProfileCommandInput extends UpdateProfileInput {
|
|
|
22
22
|
export interface UpdateProfileCommandOutput extends UpdateProfileOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateProfileCommand_base: {
|
|
25
|
-
new (input: UpdateProfileCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateProfileCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateProfileCommandInput): import("@smithy/core/client").CommandImpl<UpdateProfileCommandInput, UpdateProfileCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateProfileCommandInput): import("@smithy/core/client").CommandImpl<UpdateProfileCommandInput, UpdateProfileCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Update 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 { UpdateReviewTemplateAnswerInput, UpdateReviewTemplateAnswerOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateReviewTemplateAnswerCommandInput extends UpdateReviewTemp
|
|
|
22
22
|
export interface UpdateReviewTemplateAnswerCommandOutput extends UpdateReviewTemplateAnswerOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateReviewTemplateAnswerCommand_base: {
|
|
25
|
-
new (input: UpdateReviewTemplateAnswerCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateReviewTemplateAnswerCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateReviewTemplateAnswerCommandInput): import("@smithy/core/client").CommandImpl<UpdateReviewTemplateAnswerCommandInput, UpdateReviewTemplateAnswerCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateReviewTemplateAnswerCommandInput): import("@smithy/core/client").CommandImpl<UpdateReviewTemplateAnswerCommandInput, UpdateReviewTemplateAnswerCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Update a 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 { UpdateReviewTemplateInput, UpdateReviewTemplateOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateReviewTemplateCommandInput extends UpdateReviewTemplateIn
|
|
|
22
22
|
export interface UpdateReviewTemplateCommandOutput extends UpdateReviewTemplateOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateReviewTemplateCommand_base: {
|
|
25
|
-
new (input: UpdateReviewTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateReviewTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateReviewTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateReviewTemplateCommandInput, UpdateReviewTemplateCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateReviewTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateReviewTemplateCommandInput, UpdateReviewTemplateCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Update 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 { UpdateReviewTemplateLensReviewInput, UpdateReviewTemplateLensReviewOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateReviewTemplateLensReviewCommandInput extends UpdateReview
|
|
|
22
22
|
export interface UpdateReviewTemplateLensReviewCommandOutput extends UpdateReviewTemplateLensReviewOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateReviewTemplateLensReviewCommand_base: {
|
|
25
|
-
new (input: UpdateReviewTemplateLensReviewCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateReviewTemplateLensReviewCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateReviewTemplateLensReviewCommandInput): import("@smithy/core/client").CommandImpl<UpdateReviewTemplateLensReviewCommandInput, UpdateReviewTemplateLensReviewCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateReviewTemplateLensReviewCommandInput): import("@smithy/core/client").CommandImpl<UpdateReviewTemplateLensReviewCommandInput, UpdateReviewTemplateLensReviewCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Update 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 { UpdateShareInvitationInput, UpdateShareInvitationOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateShareInvitationCommandInput extends UpdateShareInvitation
|
|
|
22
22
|
export interface UpdateShareInvitationCommandOutput extends UpdateShareInvitationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateShareInvitationCommand_base: {
|
|
25
|
-
new (input: UpdateShareInvitationCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateShareInvitationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateShareInvitationCommandInput): import("@smithy/core/client").CommandImpl<UpdateShareInvitationCommandInput, UpdateShareInvitationCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateShareInvitationCommandInput): import("@smithy/core/client").CommandImpl<UpdateShareInvitationCommandInput, UpdateShareInvitationCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Update a workload or custom lens share invitation.</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 { UpdateWorkloadInput, UpdateWorkloadOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateWorkloadCommandInput extends UpdateWorkloadInput {
|
|
|
22
22
|
export interface UpdateWorkloadCommandOutput extends UpdateWorkloadOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateWorkloadCommand_base: {
|
|
25
|
-
new (input: UpdateWorkloadCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateWorkloadCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateWorkloadCommandInput): import("@smithy/core/client").CommandImpl<UpdateWorkloadCommandInput, UpdateWorkloadCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateWorkloadCommandInput): import("@smithy/core/client").CommandImpl<UpdateWorkloadCommandInput, UpdateWorkloadCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Update 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 { UpdateWorkloadShareInput, UpdateWorkloadShareOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateWorkloadShareCommandInput extends UpdateWorkloadShareInpu
|
|
|
22
22
|
export interface UpdateWorkloadShareCommandOutput extends UpdateWorkloadShareOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateWorkloadShareCommand_base: {
|
|
25
|
-
new (input: UpdateWorkloadShareCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateWorkloadShareCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateWorkloadShareCommandInput): import("@smithy/core/client").CommandImpl<UpdateWorkloadShareCommandInput, UpdateWorkloadShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateWorkloadShareCommandInput): import("@smithy/core/client").CommandImpl<UpdateWorkloadShareCommandInput, UpdateWorkloadShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Update 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 { UpgradeLensReviewInput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface UpgradeLensReviewCommandInput extends UpgradeLensReviewInput {
|
|
|
22
22
|
export interface UpgradeLensReviewCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpgradeLensReviewCommand_base: {
|
|
25
|
-
new (input: UpgradeLensReviewCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpgradeLensReviewCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpgradeLensReviewCommandInput): import("@smithy/core/client").CommandImpl<UpgradeLensReviewCommandInput, UpgradeLensReviewCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpgradeLensReviewCommandInput): import("@smithy/core/client").CommandImpl<UpgradeLensReviewCommandInput, UpgradeLensReviewCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Upgrade lens review 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 { UpgradeProfileVersionInput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface UpgradeProfileVersionCommandInput extends UpgradeProfileVersion
|
|
|
22
22
|
export interface UpgradeProfileVersionCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpgradeProfileVersionCommand_base: {
|
|
25
|
-
new (input: UpgradeProfileVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpgradeProfileVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpgradeProfileVersionCommandInput): import("@smithy/core/client").CommandImpl<UpgradeProfileVersionCommandInput, UpgradeProfileVersionCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpgradeProfileVersionCommandInput): import("@smithy/core/client").CommandImpl<UpgradeProfileVersionCommandInput, UpgradeProfileVersionCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Upgrade 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 { UpgradeReviewTemplateLensReviewInput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
|
|
@@ -22,9 +22,11 @@ export interface UpgradeReviewTemplateLensReviewCommandInput extends UpgradeRevi
|
|
|
22
22
|
export interface UpgradeReviewTemplateLensReviewCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpgradeReviewTemplateLensReviewCommand_base: {
|
|
25
|
-
new (input: UpgradeReviewTemplateLensReviewCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpgradeReviewTemplateLensReviewCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpgradeReviewTemplateLensReviewCommandInput): import("@smithy/core/client").CommandImpl<UpgradeReviewTemplateLensReviewCommandInput, UpgradeReviewTemplateLensReviewCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpgradeReviewTemplateLensReviewCommandInput): import("@smithy/core/client").CommandImpl<UpgradeReviewTemplateLensReviewCommandInput, UpgradeReviewTemplateLensReviewCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Upgrade the lens review of a review template.</p>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import type { ValidationExceptionReason } from "./enums";
|
|
3
3
|
import type { ValidationExceptionField } from "./models_0";
|
|
4
4
|
import { WellArchitectedServiceException as __BaseException } from "./WellArchitectedServiceException";
|
|
@@ -5,13 +5,13 @@ import type { WellArchitectedClientConfig } from "./WellArchitectedClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: WellArchitectedClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { WellArchitectedClientConfig } from "./WellArchitectedClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: WellArchitectedClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { WellArchitectedClientConfig } from "./WellArchitectedClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: WellArchitectedClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: WellArchitectedClientConfig) =>
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { AssociateLensesInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,7 +13,7 @@ export interface AssociateLensesCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const AssociateLensesCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: AssociateLensesCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
AssociateLensesCommandInput,
|
|
18
18
|
AssociateLensesCommandOutput,
|
|
19
19
|
WellArchitectedClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const AssociateLensesCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: AssociateLensesCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
AssociateLensesCommandInput,
|
|
27
27
|
AssociateLensesCommandOutput,
|
|
28
28
|
WellArchitectedClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class AssociateLensesCommand extends AssociateLensesCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { AssociateProfilesInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,7 +13,7 @@ export interface AssociateProfilesCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const AssociateProfilesCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: AssociateProfilesCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
AssociateProfilesCommandInput,
|
|
18
18
|
AssociateProfilesCommandOutput,
|
|
19
19
|
WellArchitectedClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const AssociateProfilesCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: AssociateProfilesCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
AssociateProfilesCommandInput,
|
|
27
27
|
AssociateProfilesCommandOutput,
|
|
28
28
|
WellArchitectedClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class AssociateProfilesCommand extends AssociateProfilesCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateLensShareInput,
|
|
@@ -18,7 +18,7 @@ export interface CreateLensShareCommandOutput
|
|
|
18
18
|
declare const CreateLensShareCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateLensShareCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateLensShareCommandInput,
|
|
23
23
|
CreateLensShareCommandOutput,
|
|
24
24
|
WellArchitectedClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateLensShareCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateLensShareCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateLensShareCommandInput,
|
|
32
32
|
CreateLensShareCommandOutput,
|
|
33
33
|
WellArchitectedClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateLensShareCommand extends CreateLensShareCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateLensVersionInput,
|
|
@@ -18,7 +18,7 @@ export interface CreateLensVersionCommandOutput
|
|
|
18
18
|
declare const CreateLensVersionCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateLensVersionCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateLensVersionCommandInput,
|
|
23
23
|
CreateLensVersionCommandOutput,
|
|
24
24
|
WellArchitectedClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateLensVersionCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateLensVersionCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateLensVersionCommandInput,
|
|
32
32
|
CreateLensVersionCommandOutput,
|
|
33
33
|
WellArchitectedClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateLensVersionCommand extends CreateLensVersionCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateMilestoneInput,
|
|
@@ -18,7 +18,7 @@ export interface CreateMilestoneCommandOutput
|
|
|
18
18
|
declare const CreateMilestoneCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateMilestoneCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateMilestoneCommandInput,
|
|
23
23
|
CreateMilestoneCommandOutput,
|
|
24
24
|
WellArchitectedClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateMilestoneCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateMilestoneCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateMilestoneCommandInput,
|
|
32
32
|
CreateMilestoneCommandOutput,
|
|
33
33
|
WellArchitectedClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateMilestoneCommand extends CreateMilestoneCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CreateProfileInput, CreateProfileOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface CreateProfileCommandOutput
|
|
|
15
15
|
declare const CreateProfileCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreateProfileCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateProfileCommandInput,
|
|
20
20
|
CreateProfileCommandOutput,
|
|
21
21
|
WellArchitectedClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreateProfileCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CreateProfileCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreateProfileCommandInput,
|
|
29
29
|
CreateProfileCommandOutput,
|
|
30
30
|
WellArchitectedClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CreateProfileCommand extends CreateProfileCommand_base {
|
|
37
39
|
protected static __types: {
|