@aws-sdk/client-wellarchitected 3.194.0 → 3.197.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/CHANGELOG.md +22 -0
- package/dist-cjs/WellArchitectedClient.js +11 -8
- package/dist-cjs/commands/AssociateLensesCommand.js +10 -0
- package/dist-cjs/commands/CreateLensShareCommand.js +10 -0
- package/dist-cjs/commands/CreateLensVersionCommand.js +10 -0
- package/dist-cjs/commands/CreateMilestoneCommand.js +10 -0
- package/dist-cjs/commands/CreateWorkloadCommand.js +10 -0
- package/dist-cjs/commands/CreateWorkloadShareCommand.js +10 -0
- package/dist-cjs/commands/DeleteLensCommand.js +10 -0
- package/dist-cjs/commands/DeleteLensShareCommand.js +10 -0
- package/dist-cjs/commands/DeleteWorkloadCommand.js +10 -0
- package/dist-cjs/commands/DeleteWorkloadShareCommand.js +10 -0
- package/dist-cjs/commands/DisassociateLensesCommand.js +10 -0
- package/dist-cjs/commands/ExportLensCommand.js +10 -0
- package/dist-cjs/commands/GetAnswerCommand.js +10 -0
- package/dist-cjs/commands/GetLensCommand.js +10 -0
- package/dist-cjs/commands/GetLensReviewCommand.js +10 -0
- package/dist-cjs/commands/GetLensReviewReportCommand.js +10 -0
- package/dist-cjs/commands/GetLensVersionDifferenceCommand.js +10 -0
- package/dist-cjs/commands/GetMilestoneCommand.js +10 -0
- package/dist-cjs/commands/GetWorkloadCommand.js +10 -0
- package/dist-cjs/commands/ImportLensCommand.js +10 -0
- package/dist-cjs/commands/ListAnswersCommand.js +10 -0
- package/dist-cjs/commands/ListLensReviewImprovementsCommand.js +10 -0
- package/dist-cjs/commands/ListLensReviewsCommand.js +10 -0
- package/dist-cjs/commands/ListLensSharesCommand.js +10 -0
- package/dist-cjs/commands/ListLensesCommand.js +10 -0
- package/dist-cjs/commands/ListMilestonesCommand.js +10 -0
- package/dist-cjs/commands/ListNotificationsCommand.js +10 -0
- package/dist-cjs/commands/ListShareInvitationsCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/ListWorkloadSharesCommand.js +10 -0
- package/dist-cjs/commands/ListWorkloadsCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateAnswerCommand.js +10 -0
- package/dist-cjs/commands/UpdateGlobalSettingsCommand.js +10 -0
- package/dist-cjs/commands/UpdateLensReviewCommand.js +10 -0
- package/dist-cjs/commands/UpdateShareInvitationCommand.js +10 -0
- package/dist-cjs/commands/UpdateWorkloadCommand.js +10 -0
- package/dist-cjs/commands/UpdateWorkloadShareCommand.js +10 -0
- package/dist-cjs/commands/UpgradeLensReviewCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/WellArchitectedClient.js +12 -9
- package/dist-es/commands/AssociateLensesCommand.js +10 -0
- package/dist-es/commands/CreateLensShareCommand.js +10 -0
- package/dist-es/commands/CreateLensVersionCommand.js +10 -0
- package/dist-es/commands/CreateMilestoneCommand.js +10 -0
- package/dist-es/commands/CreateWorkloadCommand.js +10 -0
- package/dist-es/commands/CreateWorkloadShareCommand.js +10 -0
- package/dist-es/commands/DeleteLensCommand.js +10 -0
- package/dist-es/commands/DeleteLensShareCommand.js +10 -0
- package/dist-es/commands/DeleteWorkloadCommand.js +10 -0
- package/dist-es/commands/DeleteWorkloadShareCommand.js +10 -0
- package/dist-es/commands/DisassociateLensesCommand.js +10 -0
- package/dist-es/commands/ExportLensCommand.js +10 -0
- package/dist-es/commands/GetAnswerCommand.js +10 -0
- package/dist-es/commands/GetLensCommand.js +10 -0
- package/dist-es/commands/GetLensReviewCommand.js +10 -0
- package/dist-es/commands/GetLensReviewReportCommand.js +10 -0
- package/dist-es/commands/GetLensVersionDifferenceCommand.js +10 -0
- package/dist-es/commands/GetMilestoneCommand.js +10 -0
- package/dist-es/commands/GetWorkloadCommand.js +10 -0
- package/dist-es/commands/ImportLensCommand.js +10 -0
- package/dist-es/commands/ListAnswersCommand.js +10 -0
- package/dist-es/commands/ListLensReviewImprovementsCommand.js +10 -0
- package/dist-es/commands/ListLensReviewsCommand.js +10 -0
- package/dist-es/commands/ListLensSharesCommand.js +10 -0
- package/dist-es/commands/ListLensesCommand.js +10 -0
- package/dist-es/commands/ListMilestonesCommand.js +10 -0
- package/dist-es/commands/ListNotificationsCommand.js +10 -0
- package/dist-es/commands/ListShareInvitationsCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/ListWorkloadSharesCommand.js +10 -0
- package/dist-es/commands/ListWorkloadsCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateAnswerCommand.js +10 -0
- package/dist-es/commands/UpdateGlobalSettingsCommand.js +10 -0
- package/dist-es/commands/UpdateLensReviewCommand.js +10 -0
- package/dist-es/commands/UpdateShareInvitationCommand.js +10 -0
- package/dist-es/commands/UpdateWorkloadCommand.js +10 -0
- package/dist-es/commands/UpdateWorkloadShareCommand.js +10 -0
- package/dist-es/commands/UpgradeLensReviewCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/WellArchitectedClient.d.ts +6 -9
- package/dist-types/commands/AssociateLensesCommand.d.ts +2 -0
- package/dist-types/commands/CreateLensShareCommand.d.ts +2 -0
- package/dist-types/commands/CreateLensVersionCommand.d.ts +2 -0
- package/dist-types/commands/CreateMilestoneCommand.d.ts +2 -0
- package/dist-types/commands/CreateWorkloadCommand.d.ts +2 -0
- package/dist-types/commands/CreateWorkloadShareCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLensCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLensShareCommand.d.ts +2 -0
- package/dist-types/commands/DeleteWorkloadCommand.d.ts +2 -0
- package/dist-types/commands/DeleteWorkloadShareCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateLensesCommand.d.ts +2 -0
- package/dist-types/commands/ExportLensCommand.d.ts +2 -0
- package/dist-types/commands/GetAnswerCommand.d.ts +2 -0
- package/dist-types/commands/GetLensCommand.d.ts +2 -0
- package/dist-types/commands/GetLensReviewCommand.d.ts +2 -0
- package/dist-types/commands/GetLensReviewReportCommand.d.ts +2 -0
- package/dist-types/commands/GetLensVersionDifferenceCommand.d.ts +2 -0
- package/dist-types/commands/GetMilestoneCommand.d.ts +2 -0
- package/dist-types/commands/GetWorkloadCommand.d.ts +2 -0
- package/dist-types/commands/ImportLensCommand.d.ts +2 -0
- package/dist-types/commands/ListAnswersCommand.d.ts +2 -0
- package/dist-types/commands/ListLensReviewImprovementsCommand.d.ts +2 -0
- package/dist-types/commands/ListLensReviewsCommand.d.ts +2 -0
- package/dist-types/commands/ListLensSharesCommand.d.ts +2 -0
- package/dist-types/commands/ListLensesCommand.d.ts +2 -0
- package/dist-types/commands/ListMilestonesCommand.d.ts +2 -0
- package/dist-types/commands/ListNotificationsCommand.d.ts +2 -0
- package/dist-types/commands/ListShareInvitationsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListWorkloadSharesCommand.d.ts +2 -0
- package/dist-types/commands/ListWorkloadsCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAnswerCommand.d.ts +2 -0
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateLensReviewCommand.d.ts +2 -0
- package/dist-types/commands/UpdateShareInvitationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateWorkloadCommand.d.ts +2 -0
- package/dist-types/commands/UpdateWorkloadShareCommand.d.ts +2 -0
- package/dist-types/commands/UpgradeLensReviewCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/WellArchitectedClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/AssociateLensesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLensShareCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLensVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateMilestoneCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateWorkloadCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateWorkloadShareCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLensCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLensShareCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteWorkloadCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteWorkloadShareCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateLensesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ExportLensCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAnswerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetLensCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetLensReviewCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetLensReviewReportCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetLensVersionDifferenceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetMilestoneCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetWorkloadCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ImportLensCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAnswersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListLensReviewImprovementsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListLensReviewsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListLensSharesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListLensesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListMilestonesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListShareInvitationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListWorkloadSharesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateAnswerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateLensReviewCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateShareInvitationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateWorkloadShareCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpgradeLensReviewCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +23 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +23 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +28 -26
- package/dist-cjs/endpoints.js +0 -132
- package/dist-es/endpoints.js +0 -128
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetLensVersionDifferenceInput, GetLensVersionDifferenceOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface GetLensVersionDifferenceCommandOutput extends GetLensVersionDif
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetLensVersionDifferenceCommand extends $Command<GetLensVersionDifferenceCommandInput, GetLensVersionDifferenceCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
27
28
|
readonly input: GetLensVersionDifferenceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetLensVersionDifferenceCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetMilestoneInput, GetMilestoneOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface GetMilestoneCommandOutput extends GetMilestoneOutput, __Metadat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetMilestoneCommand extends $Command<GetMilestoneCommandInput, GetMilestoneCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
27
28
|
readonly input: GetMilestoneCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetMilestoneCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetWorkloadInput, GetWorkloadOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface GetWorkloadCommandOutput extends GetWorkloadOutput, __MetadataB
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetWorkloadCommand extends $Command<GetWorkloadCommandInput, GetWorkloadCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
27
28
|
readonly input: GetWorkloadCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetWorkloadCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ImportLensInput, ImportLensOutput } from "../models/models_0";
|
|
@@ -43,6 +44,7 @@ export interface ImportLensCommandOutput extends ImportLensOutput, __MetadataBea
|
|
|
43
44
|
*/
|
|
44
45
|
export declare class ImportLensCommand extends $Command<ImportLensCommandInput, ImportLensCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
45
46
|
readonly input: ImportLensCommandInput;
|
|
47
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
46
48
|
constructor(input: ImportLensCommandInput);
|
|
47
49
|
/**
|
|
48
50
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListAnswersInput, ListAnswersOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface ListAnswersCommandOutput extends ListAnswersOutput, __MetadataB
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListAnswersCommand extends $Command<ListAnswersCommandInput, ListAnswersCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
27
28
|
readonly input: ListAnswersCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListAnswersCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListLensReviewImprovementsInput, ListLensReviewImprovementsOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface ListLensReviewImprovementsCommandOutput extends ListLensReviewI
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListLensReviewImprovementsCommand extends $Command<ListLensReviewImprovementsCommandInput, ListLensReviewImprovementsCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
27
28
|
readonly input: ListLensReviewImprovementsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListLensReviewImprovementsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListLensReviewsInput, ListLensReviewsOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface ListLensReviewsCommandOutput extends ListLensReviewsOutput, __M
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListLensReviewsCommand extends $Command<ListLensReviewsCommandInput, ListLensReviewsCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
27
28
|
readonly input: ListLensReviewsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListLensReviewsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListLensSharesInput, ListLensSharesOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface ListLensSharesCommandOutput extends ListLensSharesOutput, __Met
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListLensSharesCommand extends $Command<ListLensSharesCommandInput, ListLensSharesCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
27
28
|
readonly input: ListLensSharesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListLensSharesCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListLensesInput, ListLensesOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface ListLensesCommandOutput extends ListLensesOutput, __MetadataBea
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListLensesCommand extends $Command<ListLensesCommandInput, ListLensesCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
27
28
|
readonly input: ListLensesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListLensesCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListMilestonesInput, ListMilestonesOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface ListMilestonesCommandOutput extends ListMilestonesOutput, __Met
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListMilestonesCommand extends $Command<ListMilestonesCommandInput, ListMilestonesCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
27
28
|
readonly input: ListMilestonesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListMilestonesCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListNotificationsInput, ListNotificationsOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface ListNotificationsCommandOutput extends ListNotificationsOutput,
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListNotificationsCommand extends $Command<ListNotificationsCommandInput, ListNotificationsCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
27
28
|
readonly input: ListNotificationsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListNotificationsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListShareInvitationsInput, ListShareInvitationsOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface ListShareInvitationsCommandOutput extends ListShareInvitationsO
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListShareInvitationsCommand extends $Command<ListShareInvitationsCommandInput, ListShareInvitationsCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
27
28
|
readonly input: ListShareInvitationsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListShareInvitationsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
@@ -28,6 +29,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
30
31
|
readonly input: ListTagsForResourceCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: ListTagsForResourceCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListWorkloadSharesInput, ListWorkloadSharesOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface ListWorkloadSharesCommandOutput extends ListWorkloadSharesOutpu
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListWorkloadSharesCommand extends $Command<ListWorkloadSharesCommandInput, ListWorkloadSharesCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
27
28
|
readonly input: ListWorkloadSharesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListWorkloadSharesCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListWorkloadsInput, ListWorkloadsOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface ListWorkloadsCommandOutput extends ListWorkloadsOutput, __Metad
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListWorkloadsCommand extends $Command<ListWorkloadsCommandInput, ListWorkloadsCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
27
28
|
readonly input: ListWorkloadsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListWorkloadsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
@@ -28,6 +29,7 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
30
31
|
readonly input: TagResourceCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: TagResourceCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
@@ -33,6 +34,7 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
|
|
|
33
34
|
*/
|
|
34
35
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
35
36
|
readonly input: UntagResourceCommandInput;
|
|
37
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
36
38
|
constructor(input: UntagResourceCommandInput);
|
|
37
39
|
/**
|
|
38
40
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateAnswerInput, UpdateAnswerOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface UpdateAnswerCommandOutput extends UpdateAnswerOutput, __Metadat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateAnswerCommand extends $Command<UpdateAnswerCommandInput, UpdateAnswerCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateAnswerCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateAnswerCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateGlobalSettingsInput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface UpdateGlobalSettingsCommandOutput extends __MetadataBearer {
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateGlobalSettingsCommand extends $Command<UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateGlobalSettingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateGlobalSettingsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateLensReviewInput, UpdateLensReviewOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface UpdateLensReviewCommandOutput extends UpdateLensReviewOutput, _
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateLensReviewCommand extends $Command<UpdateLensReviewCommandInput, UpdateLensReviewCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateLensReviewCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateLensReviewCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateShareInvitationInput, UpdateShareInvitationOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface UpdateShareInvitationCommandOutput extends UpdateShareInvitatio
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateShareInvitationCommand extends $Command<UpdateShareInvitationCommandInput, UpdateShareInvitationCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateShareInvitationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateShareInvitationCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateWorkloadInput, UpdateWorkloadOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface UpdateWorkloadCommandOutput extends UpdateWorkloadOutput, __Met
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateWorkloadCommand extends $Command<UpdateWorkloadCommandInput, UpdateWorkloadCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateWorkloadCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateWorkloadCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateWorkloadShareInput, UpdateWorkloadShareOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface UpdateWorkloadShareCommandOutput extends UpdateWorkloadShareOut
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateWorkloadShareCommand extends $Command<UpdateWorkloadShareCommandInput, UpdateWorkloadShareCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateWorkloadShareCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateWorkloadShareCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpgradeLensReviewInput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface UpgradeLensReviewCommandOutput extends __MetadataBearer {
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpgradeLensReviewCommand extends $Command<UpgradeLensReviewCommandInput, UpgradeLensReviewCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
27
28
|
readonly input: UpgradeLensReviewCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpgradeLensReviewCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@aws-sdk/types";
|
|
2
|
+
export interface ClientInputEndpointParameters {
|
|
3
|
+
region?: string | Provider<string>;
|
|
4
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
5
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
6
|
+
endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
|
|
7
|
+
}
|
|
8
|
+
export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
9
|
+
defaultSigningName: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
12
|
+
defaultSigningName: string;
|
|
13
|
+
};
|
|
14
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
+
Region?: string;
|
|
16
|
+
UseDualStack?: boolean;
|
|
17
|
+
UseFIPS?: boolean;
|
|
18
|
+
Endpoint?: string;
|
|
19
|
+
}
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: WellArchitectedClientConfig) =>
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: WellArchitectedClientConfig) =>
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -23,10 +23,12 @@ export declare const getRuntimeConfig: (config: WellArchitectedClientConfig) =>
|
|
|
23
23
|
serviceId: string;
|
|
24
24
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
26
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
27
|
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
29
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> | undefined;
|
|
29
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
30
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
31
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
30
32
|
tls?: boolean | undefined;
|
|
31
33
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
34
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -6,8 +6,10 @@ import { WellArchitectedClientConfig } from "./WellArchitectedClient";
|
|
|
6
6
|
export declare const getRuntimeConfig: (config: WellArchitectedClientConfig) => {
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
disableHostPrefix: boolean;
|
|
9
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
10
|
+
logger?: __Logger | undefined;
|
|
11
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
9
12
|
logger: __Logger;
|
|
10
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
11
13
|
serviceId: string;
|
|
12
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
13
15
|
};
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
|
-
EndpointsInputConfig,
|
|
3
|
-
EndpointsResolvedConfig,
|
|
4
2
|
RegionInputConfig,
|
|
5
3
|
RegionResolvedConfig,
|
|
6
4
|
} from "@aws-sdk/config-resolver";
|
|
5
|
+
import {
|
|
6
|
+
EndpointInputConfig,
|
|
7
|
+
EndpointResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
7
9
|
import {
|
|
8
10
|
HostHeaderInputConfig,
|
|
9
11
|
HostHeaderResolvedConfig,
|
|
@@ -37,7 +39,6 @@ import {
|
|
|
37
39
|
Logger as __Logger,
|
|
38
40
|
Provider as __Provider,
|
|
39
41
|
Provider,
|
|
40
|
-
RegionInfoProvider,
|
|
41
42
|
StreamCollector as __StreamCollector,
|
|
42
43
|
UrlParser as __UrlParser,
|
|
43
44
|
UserAgent as __UserAgent,
|
|
@@ -202,6 +203,11 @@ import {
|
|
|
202
203
|
UpgradeLensReviewCommandInput,
|
|
203
204
|
UpgradeLensReviewCommandOutput,
|
|
204
205
|
} from "./commands/UpgradeLensReviewCommand";
|
|
206
|
+
import {
|
|
207
|
+
ClientInputEndpointParameters,
|
|
208
|
+
ClientResolvedEndpointParameters,
|
|
209
|
+
EndpointParameters,
|
|
210
|
+
} from "./endpoint/EndpointParameters";
|
|
205
211
|
export declare type ServiceInputTypes =
|
|
206
212
|
| AssociateLensesCommandInput
|
|
207
213
|
| CreateLensShareCommandInput
|
|
@@ -305,7 +311,6 @@ export interface ClientDefaults
|
|
|
305
311
|
serviceId?: string;
|
|
306
312
|
region?: string | __Provider<string>;
|
|
307
313
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
308
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
309
314
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
310
315
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
311
316
|
}
|
|
@@ -314,22 +319,24 @@ declare type WellArchitectedClientConfigType = Partial<
|
|
|
314
319
|
> &
|
|
315
320
|
ClientDefaults &
|
|
316
321
|
RegionInputConfig &
|
|
317
|
-
|
|
322
|
+
EndpointInputConfig<EndpointParameters> &
|
|
318
323
|
RetryInputConfig &
|
|
319
324
|
HostHeaderInputConfig &
|
|
320
325
|
AwsAuthInputConfig &
|
|
321
|
-
UserAgentInputConfig
|
|
326
|
+
UserAgentInputConfig &
|
|
327
|
+
ClientInputEndpointParameters;
|
|
322
328
|
export interface WellArchitectedClientConfig
|
|
323
329
|
extends WellArchitectedClientConfigType {}
|
|
324
330
|
declare type WellArchitectedClientResolvedConfigType =
|
|
325
331
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
326
332
|
Required<ClientDefaults> &
|
|
327
333
|
RegionResolvedConfig &
|
|
328
|
-
|
|
334
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
329
335
|
RetryResolvedConfig &
|
|
330
336
|
HostHeaderResolvedConfig &
|
|
331
337
|
AwsAuthResolvedConfig &
|
|
332
|
-
UserAgentResolvedConfig
|
|
338
|
+
UserAgentResolvedConfig &
|
|
339
|
+
ClientResolvedEndpointParameters;
|
|
333
340
|
export interface WellArchitectedClientResolvedConfig
|
|
334
341
|
extends WellArchitectedClientResolvedConfigType {}
|
|
335
342
|
export declare class WellArchitectedClient extends __Client<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -19,6 +20,7 @@ export declare class AssociateLensesCommand extends $Command<
|
|
|
19
20
|
WellArchitectedClientResolvedConfig
|
|
20
21
|
> {
|
|
21
22
|
readonly input: AssociateLensesCommandInput;
|
|
23
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
22
24
|
constructor(input: AssociateLensesCommandInput);
|
|
23
25
|
resolveMiddleware(
|
|
24
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class CreateLensShareCommand extends $Command<
|
|
|
24
25
|
WellArchitectedClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: CreateLensShareCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: CreateLensShareCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class CreateLensVersionCommand extends $Command<
|
|
|
24
25
|
WellArchitectedClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: CreateLensVersionCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: CreateLensVersionCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class CreateMilestoneCommand extends $Command<
|
|
|
24
25
|
WellArchitectedClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: CreateMilestoneCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: CreateMilestoneCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class CreateWorkloadCommand extends $Command<
|
|
|
21
22
|
WellArchitectedClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: CreateWorkloadCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: CreateWorkloadCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateWorkloadShareCommand extends $Command<
|
|
|
25
26
|
WellArchitectedClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateWorkloadShareCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateWorkloadShareCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -19,6 +20,7 @@ export declare class DeleteLensCommand extends $Command<
|
|
|
19
20
|
WellArchitectedClientResolvedConfig
|
|
20
21
|
> {
|
|
21
22
|
readonly input: DeleteLensCommandInput;
|
|
23
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
22
24
|
constructor(input: DeleteLensCommandInput);
|
|
23
25
|
resolveMiddleware(
|
|
24
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -19,6 +20,7 @@ export declare class DeleteLensShareCommand extends $Command<
|
|
|
19
20
|
WellArchitectedClientResolvedConfig
|
|
20
21
|
> {
|
|
21
22
|
readonly input: DeleteLensShareCommandInput;
|
|
23
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
22
24
|
constructor(input: DeleteLensShareCommandInput);
|
|
23
25
|
resolveMiddleware(
|
|
24
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -19,6 +20,7 @@ export declare class DeleteWorkloadCommand extends $Command<
|
|
|
19
20
|
WellArchitectedClientResolvedConfig
|
|
20
21
|
> {
|
|
21
22
|
readonly input: DeleteWorkloadCommandInput;
|
|
23
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
22
24
|
constructor(input: DeleteWorkloadCommandInput);
|
|
23
25
|
resolveMiddleware(
|
|
24
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|