@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 {
|
|
3
4
|
Handler,
|
|
@@ -20,6 +21,7 @@ export declare class DeleteWorkloadShareCommand extends $Command<
|
|
|
20
21
|
WellArchitectedClientResolvedConfig
|
|
21
22
|
> {
|
|
22
23
|
readonly input: DeleteWorkloadShareCommandInput;
|
|
24
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
25
|
constructor(input: DeleteWorkloadShareCommandInput);
|
|
24
26
|
resolveMiddleware(
|
|
25
27
|
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,
|
|
@@ -20,6 +21,7 @@ export declare class DisassociateLensesCommand extends $Command<
|
|
|
20
21
|
WellArchitectedClientResolvedConfig
|
|
21
22
|
> {
|
|
22
23
|
readonly input: DisassociateLensesCommandInput;
|
|
24
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
25
|
constructor(input: DisassociateLensesCommandInput);
|
|
24
26
|
resolveMiddleware(
|
|
25
27
|
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 ExportLensCommand extends $Command<
|
|
|
21
22
|
WellArchitectedClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: ExportLensCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: ExportLensCommandInput);
|
|
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,
|
|
@@ -21,6 +22,7 @@ export declare class GetAnswerCommand extends $Command<
|
|
|
21
22
|
WellArchitectedClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: GetAnswerCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: GetAnswerCommandInput);
|
|
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,
|
|
@@ -19,6 +20,7 @@ export declare class GetLensCommand extends $Command<
|
|
|
19
20
|
WellArchitectedClientResolvedConfig
|
|
20
21
|
> {
|
|
21
22
|
readonly input: GetLensCommandInput;
|
|
23
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
22
24
|
constructor(input: GetLensCommandInput);
|
|
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,
|
|
@@ -21,6 +22,7 @@ export declare class GetLensReviewCommand extends $Command<
|
|
|
21
22
|
WellArchitectedClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: GetLensReviewCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: GetLensReviewCommandInput);
|
|
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 GetLensReviewReportCommand extends $Command<
|
|
|
25
26
|
WellArchitectedClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetLensReviewReportCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetLensReviewReportCommandInput);
|
|
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,
|
|
@@ -25,6 +26,7 @@ export declare class GetLensVersionDifferenceCommand extends $Command<
|
|
|
25
26
|
WellArchitectedClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetLensVersionDifferenceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetLensVersionDifferenceCommandInput);
|
|
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,
|
|
@@ -21,6 +22,7 @@ export declare class GetMilestoneCommand extends $Command<
|
|
|
21
22
|
WellArchitectedClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: GetMilestoneCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: GetMilestoneCommandInput);
|
|
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,
|
|
@@ -21,6 +22,7 @@ export declare class GetWorkloadCommand extends $Command<
|
|
|
21
22
|
WellArchitectedClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: GetWorkloadCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: GetWorkloadCommandInput);
|
|
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,
|
|
@@ -21,6 +22,7 @@ export declare class ImportLensCommand extends $Command<
|
|
|
21
22
|
WellArchitectedClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: ImportLensCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: ImportLensCommandInput);
|
|
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,
|
|
@@ -21,6 +22,7 @@ export declare class ListAnswersCommand extends $Command<
|
|
|
21
22
|
WellArchitectedClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: ListAnswersCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: ListAnswersCommandInput);
|
|
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 ListLensReviewImprovementsCommand extends $Command<
|
|
|
25
26
|
WellArchitectedClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListLensReviewImprovementsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListLensReviewImprovementsCommandInput);
|
|
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,
|
|
@@ -24,6 +25,7 @@ export declare class ListLensReviewsCommand extends $Command<
|
|
|
24
25
|
WellArchitectedClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: ListLensReviewsCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: ListLensReviewsCommandInput);
|
|
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 ListLensSharesCommand extends $Command<
|
|
|
21
22
|
WellArchitectedClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: ListLensSharesCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: ListLensSharesCommandInput);
|
|
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,
|
|
@@ -21,6 +22,7 @@ export declare class ListLensesCommand extends $Command<
|
|
|
21
22
|
WellArchitectedClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: ListLensesCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: ListLensesCommandInput);
|
|
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,
|
|
@@ -21,6 +22,7 @@ export declare class ListMilestonesCommand extends $Command<
|
|
|
21
22
|
WellArchitectedClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: ListMilestonesCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: ListMilestonesCommandInput);
|
|
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,
|
|
@@ -24,6 +25,7 @@ export declare class ListNotificationsCommand extends $Command<
|
|
|
24
25
|
WellArchitectedClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: ListNotificationsCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: ListNotificationsCommandInput);
|
|
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,
|
|
@@ -25,6 +26,7 @@ export declare class ListShareInvitationsCommand extends $Command<
|
|
|
25
26
|
WellArchitectedClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListShareInvitationsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListShareInvitationsCommandInput);
|
|
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,
|
|
@@ -25,6 +26,7 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
25
26
|
WellArchitectedClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListTagsForResourceCommandInput);
|
|
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,
|
|
@@ -25,6 +26,7 @@ export declare class ListWorkloadSharesCommand extends $Command<
|
|
|
25
26
|
WellArchitectedClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListWorkloadSharesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListWorkloadSharesCommandInput);
|
|
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,
|
|
@@ -21,6 +22,7 @@ export declare class ListWorkloadsCommand extends $Command<
|
|
|
21
22
|
WellArchitectedClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: ListWorkloadsCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: ListWorkloadsCommandInput);
|
|
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,
|
|
@@ -21,6 +22,7 @@ export declare class TagResourceCommand extends $Command<
|
|
|
21
22
|
WellArchitectedClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: TagResourceCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: TagResourceCommandInput);
|
|
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,
|
|
@@ -21,6 +22,7 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
21
22
|
WellArchitectedClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: UntagResourceCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: UntagResourceCommandInput);
|
|
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,
|
|
@@ -21,6 +22,7 @@ export declare class UpdateAnswerCommand extends $Command<
|
|
|
21
22
|
WellArchitectedClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: UpdateAnswerCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: UpdateAnswerCommandInput);
|
|
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,
|
|
@@ -20,6 +21,7 @@ export declare class UpdateGlobalSettingsCommand extends $Command<
|
|
|
20
21
|
WellArchitectedClientResolvedConfig
|
|
21
22
|
> {
|
|
22
23
|
readonly input: UpdateGlobalSettingsCommandInput;
|
|
24
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
25
|
constructor(input: UpdateGlobalSettingsCommandInput);
|
|
24
26
|
resolveMiddleware(
|
|
25
27
|
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 UpdateLensReviewCommand extends $Command<
|
|
|
24
25
|
WellArchitectedClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: UpdateLensReviewCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: UpdateLensReviewCommandInput);
|
|
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,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateShareInvitationCommand extends $Command<
|
|
|
25
26
|
WellArchitectedClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateShareInvitationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateShareInvitationCommandInput);
|
|
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,
|
|
@@ -21,6 +22,7 @@ export declare class UpdateWorkloadCommand extends $Command<
|
|
|
21
22
|
WellArchitectedClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: UpdateWorkloadCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: UpdateWorkloadCommandInput);
|
|
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 UpdateWorkloadShareCommand extends $Command<
|
|
|
25
26
|
WellArchitectedClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateWorkloadShareCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateWorkloadShareCommandInput);
|
|
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 UpgradeLensReviewCommand extends $Command<
|
|
|
19
20
|
WellArchitectedClientResolvedConfig
|
|
20
21
|
> {
|
|
21
22
|
readonly input: UpgradeLensReviewCommandInput;
|
|
23
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
22
24
|
constructor(input: UpgradeLensReviewCommandInput);
|
|
23
25
|
resolveMiddleware(
|
|
24
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import {
|
|
2
|
+
Endpoint,
|
|
3
|
+
EndpointParameters as __EndpointParameters,
|
|
4
|
+
EndpointV2,
|
|
5
|
+
Provider,
|
|
6
|
+
} from "@aws-sdk/types";
|
|
7
|
+
export interface ClientInputEndpointParameters {
|
|
8
|
+
region?: string | Provider<string>;
|
|
9
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
10
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
11
|
+
endpoint?:
|
|
12
|
+
| string
|
|
13
|
+
| Provider<string>
|
|
14
|
+
| Endpoint
|
|
15
|
+
| Provider<Endpoint>
|
|
16
|
+
| EndpointV2
|
|
17
|
+
| Provider<EndpointV2>;
|
|
18
|
+
}
|
|
19
|
+
export declare type ClientResolvedEndpointParameters =
|
|
20
|
+
ClientInputEndpointParameters & {
|
|
21
|
+
defaultSigningName: string;
|
|
22
|
+
};
|
|
23
|
+
export declare const resolveClientEndpointParameters: <T>(
|
|
24
|
+
options: T & ClientInputEndpointParameters
|
|
25
|
+
) => T &
|
|
26
|
+
ClientInputEndpointParameters & {
|
|
27
|
+
defaultSigningName: string;
|
|
28
|
+
};
|
|
29
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
30
|
+
Region?: string;
|
|
31
|
+
UseDualStack?: boolean;
|
|
32
|
+
UseFIPS?: boolean;
|
|
33
|
+
Endpoint?: string;
|
|
34
|
+
}
|
|
@@ -38,12 +38,31 @@ export declare const getRuntimeConfig: (
|
|
|
38
38
|
disableHostPrefix: boolean;
|
|
39
39
|
logger: import("@aws-sdk/types").Logger;
|
|
40
40
|
serviceId: string;
|
|
41
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
42
41
|
endpoint?:
|
|
43
|
-
|
|
|
44
|
-
|
|
45
|
-
|
|
42
|
+
| ((
|
|
43
|
+
| string
|
|
44
|
+
| import("@aws-sdk/types").Endpoint
|
|
45
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
46
|
+
| import("@aws-sdk/types").EndpointV2
|
|
47
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
48
|
+
) &
|
|
49
|
+
(
|
|
50
|
+
| string
|
|
51
|
+
| import("@aws-sdk/types").Provider<string>
|
|
52
|
+
| import("@aws-sdk/types").Endpoint
|
|
53
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
54
|
+
| import("@aws-sdk/types").EndpointV2
|
|
55
|
+
| import("@aws-sdk/types").Provider<
|
|
56
|
+
import("@aws-sdk/types").EndpointV2
|
|
57
|
+
>
|
|
58
|
+
))
|
|
46
59
|
| undefined;
|
|
60
|
+
endpointProvider: (
|
|
61
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
62
|
+
context?: {
|
|
63
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
64
|
+
}
|
|
65
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
47
66
|
tls?: boolean | undefined;
|
|
48
67
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
49
68
|
credentials?:
|
|
@@ -38,12 +38,31 @@ export declare const getRuntimeConfig: (
|
|
|
38
38
|
disableHostPrefix: boolean;
|
|
39
39
|
logger: import("@aws-sdk/types").Logger;
|
|
40
40
|
serviceId: string;
|
|
41
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
42
41
|
endpoint?:
|
|
43
|
-
|
|
|
44
|
-
|
|
45
|
-
|
|
42
|
+
| ((
|
|
43
|
+
| string
|
|
44
|
+
| import("@aws-sdk/types").Endpoint
|
|
45
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
46
|
+
| import("@aws-sdk/types").EndpointV2
|
|
47
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
48
|
+
) &
|
|
49
|
+
(
|
|
50
|
+
| string
|
|
51
|
+
| import("@aws-sdk/types").Provider<string>
|
|
52
|
+
| import("@aws-sdk/types").Endpoint
|
|
53
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
54
|
+
| import("@aws-sdk/types").EndpointV2
|
|
55
|
+
| import("@aws-sdk/types").Provider<
|
|
56
|
+
import("@aws-sdk/types").EndpointV2
|
|
57
|
+
>
|
|
58
|
+
))
|
|
46
59
|
| undefined;
|
|
60
|
+
endpointProvider: (
|
|
61
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
62
|
+
context?: {
|
|
63
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
64
|
+
}
|
|
65
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
47
66
|
tls?: boolean | undefined;
|
|
48
67
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
49
68
|
credentials?:
|
|
@@ -31,7 +31,6 @@ export declare const getRuntimeConfig: (
|
|
|
31
31
|
credentialDefaultProvider: (
|
|
32
32
|
input: any
|
|
33
33
|
) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
34
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
35
34
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
36
35
|
import("@aws-sdk/types").UserAgent
|
|
37
36
|
>;
|
|
@@ -44,7 +43,15 @@ export declare const getRuntimeConfig: (
|
|
|
44
43
|
| string
|
|
45
44
|
| import("@aws-sdk/types").Endpoint
|
|
46
45
|
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
46
|
+
| import("@aws-sdk/types").EndpointV2
|
|
47
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
47
48
|
| undefined;
|
|
49
|
+
endpointProvider: (
|
|
50
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
51
|
+
context?: {
|
|
52
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
53
|
+
}
|
|
54
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
48
55
|
tls?: boolean | undefined;
|
|
49
56
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
50
57
|
credentials?:
|
|
@@ -5,8 +5,13 @@ export declare const getRuntimeConfig: (
|
|
|
5
5
|
) => {
|
|
6
6
|
apiVersion: string;
|
|
7
7
|
disableHostPrefix: boolean;
|
|
8
|
+
endpointProvider: (
|
|
9
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
10
|
+
context?: {
|
|
11
|
+
logger?: __Logger | undefined;
|
|
12
|
+
}
|
|
13
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
8
14
|
logger: __Logger;
|
|
9
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
10
15
|
serviceId: string;
|
|
11
16
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
12
17
|
};
|