@aws-sdk/client-partnercentral-selling 3.1086.0 → 3.1088.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/index.js +1 -1
- package/dist-types/ts3.4/PartnerCentralSelling.d.ts +148 -205
- package/dist-types/ts3.4/PartnerCentralSellingClient.d.ts +6 -19
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AcceptEngagementInvitationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AssignOpportunityCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/AssociateOpportunityCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/CreateEngagementCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateEngagementContextCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateEngagementInvitationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateOpportunityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateResourceSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateResourceSnapshotJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteResourceSnapshotJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateOpportunityCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAwsOpportunitySummaryCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetEngagementCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetEngagementInvitationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetOpportunityCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetProspectingFromEngagementTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetResourceSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetResourceSnapshotJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSellingSystemSettingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListEngagementByAcceptingInvitationTasksCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListEngagementFromOpportunityTasksCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListEngagementInvitationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListEngagementMembersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListEngagementResourceAssociationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListEngagementsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListOpportunitiesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListOpportunityFromEngagementTasksCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListProspectingFromEngagementTasksCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListResourceSnapshotJobsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListResourceSnapshotsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutSellingSystemSettingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RejectEngagementInvitationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartEngagementByAcceptingInvitationTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartEngagementFromOpportunityTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartOpportunityFromEngagementTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartProspectingFromEngagementTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartResourceSnapshotJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StopResourceSnapshotJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SubmitOpportunityCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateEngagementContextCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateOpportunityCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +21 -42
- package/dist-types/ts3.4/models/errors.d.ts +7 -22
- package/dist-types/ts3.4/models/models_0.d.ts +2 -6
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/package.json +39 -39
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { StartResourceSnapshotJobRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface StartResourceSnapshotJobCommandInput
|
|
5
|
-
|
|
6
|
-
export interface StartResourceSnapshotJobCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface StartResourceSnapshotJobCommandInput extends StartResourceSnapshotJobRequest {}
|
|
5
|
+
export interface StartResourceSnapshotJobCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const StartResourceSnapshotJobCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: StartResourceSnapshotJobCommandInput
|
|
8
|
+
input: StartResourceSnapshotJobCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
StartResourceSnapshotJobCommandInput,
|
|
13
11
|
StartResourceSnapshotJobCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const StartResourceSnapshotJobCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: StartResourceSnapshotJobCommandInput
|
|
17
|
+
input: StartResourceSnapshotJobCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
StartResourceSnapshotJobCommandInput,
|
|
22
20
|
StartResourceSnapshotJobCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { StopResourceSnapshotJobRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface StopResourceSnapshotJobCommandInput
|
|
5
|
-
|
|
6
|
-
export interface StopResourceSnapshotJobCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface StopResourceSnapshotJobCommandInput extends StopResourceSnapshotJobRequest {}
|
|
5
|
+
export interface StopResourceSnapshotJobCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const StopResourceSnapshotJobCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: StopResourceSnapshotJobCommandInput
|
|
8
|
+
input: StopResourceSnapshotJobCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
StopResourceSnapshotJobCommandInput,
|
|
13
11
|
StopResourceSnapshotJobCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const StopResourceSnapshotJobCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: StopResourceSnapshotJobCommandInput
|
|
17
|
+
input: StopResourceSnapshotJobCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
StopResourceSnapshotJobCommandInput,
|
|
22
20
|
StopResourceSnapshotJobCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { SubmitOpportunityRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface SubmitOpportunityCommandInput
|
|
5
|
-
extends SubmitOpportunityRequest {}
|
|
4
|
+
export interface SubmitOpportunityCommandInput extends SubmitOpportunityRequest {}
|
|
6
5
|
export interface SubmitOpportunityCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const SubmitOpportunityCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: SubmitOpportunityCommandInput
|
|
8
|
+
input: SubmitOpportunityCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
SubmitOpportunityCommandInput,
|
|
12
11
|
SubmitOpportunityCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const SubmitOpportunityCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: SubmitOpportunityCommandInput
|
|
17
|
+
input: SubmitOpportunityCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
SubmitOpportunityCommandInput,
|
|
21
20
|
SubmitOpportunityCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
|
|
8
6
|
declare const TagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TagResourceCommandInput,
|
|
13
11
|
TagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TagResourceCommandInput,
|
|
22
20
|
TagResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UntagResourceRequest,
|
|
4
|
-
UntagResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
8
|
-
export interface UntagResourceCommandOutput
|
|
9
|
-
extends UntagResourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UntagResourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UntagResourceCommandInput,
|
|
16
11
|
UntagResourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UntagResourceCommandInput,
|
|
25
20
|
UntagResourceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateEngagementContextResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateEngagementContextCommandInput
|
|
8
|
-
extends UpdateEngagementContextRequest {}
|
|
7
|
+
export interface UpdateEngagementContextCommandInput extends UpdateEngagementContextRequest {}
|
|
9
8
|
export interface UpdateEngagementContextCommandOutput
|
|
10
|
-
extends UpdateEngagementContextResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateEngagementContextResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateEngagementContextCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateEngagementContextCommandInput
|
|
12
|
+
input: UpdateEngagementContextCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateEngagementContextCommandInput,
|
|
17
15
|
UpdateEngagementContextCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateEngagementContextCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateEngagementContextCommandInput
|
|
21
|
+
input: UpdateEngagementContextCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateEngagementContextCommandInput,
|
|
26
24
|
UpdateEngagementContextCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateOpportunityRequest,
|
|
4
|
-
UpdateOpportunityResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateOpportunityRequest, UpdateOpportunityResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateOpportunityCommandInput
|
|
8
|
-
extends UpdateOpportunityRequest {}
|
|
4
|
+
export interface UpdateOpportunityCommandInput extends UpdateOpportunityRequest {}
|
|
9
5
|
export interface UpdateOpportunityCommandOutput
|
|
10
|
-
extends UpdateOpportunityResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateOpportunityResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateOpportunityCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateOpportunityCommandInput
|
|
9
|
+
input: UpdateOpportunityCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateOpportunityCommandInput,
|
|
17
12
|
UpdateOpportunityCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateOpportunityCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateOpportunityCommandInput
|
|
18
|
+
input: UpdateOpportunityCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateOpportunityCommandInput,
|
|
26
21
|
UpdateOpportunityCommandOutput,
|
|
@@ -22,7 +22,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
22
22
|
defaultSigningName: string;
|
|
23
23
|
};
|
|
24
24
|
export declare const resolveClientEndpointParameters: <T>(
|
|
25
|
-
options: T & ClientInputEndpointParameters
|
|
25
|
+
options: T & ClientInputEndpointParameters,
|
|
26
26
|
) => T & ClientResolvedEndpointParameters;
|
|
27
27
|
export declare const commonParams: {
|
|
28
28
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface PartnerCentralSellingExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -314,8 +314,7 @@ export declare const RelatedEntityType: {
|
|
|
314
314
|
readonly AWS_PRODUCTS: "AwsProducts";
|
|
315
315
|
readonly SOLUTIONS: "Solutions";
|
|
316
316
|
};
|
|
317
|
-
export type RelatedEntityType =
|
|
318
|
-
(typeof RelatedEntityType)[keyof typeof RelatedEntityType];
|
|
317
|
+
export type RelatedEntityType = (typeof RelatedEntityType)[keyof typeof RelatedEntityType];
|
|
319
318
|
export declare const AwsClosedLostReason: {
|
|
320
319
|
readonly ADMINISTRATIVE: "Administrative";
|
|
321
320
|
readonly BUSINESS_ASSOCIATE_AGREEMENT: "Business Associate Agreement";
|
|
@@ -366,14 +365,12 @@ export declare const AwsClosedLostReason: {
|
|
|
366
365
|
readonly TECHNICAL_LIMITATIONS: "Technical Limitations";
|
|
367
366
|
readonly TERM_SHEET_IMPASSE: "Term Sheet Impasse";
|
|
368
367
|
};
|
|
369
|
-
export type AwsClosedLostReason =
|
|
370
|
-
(typeof AwsClosedLostReason)[keyof typeof AwsClosedLostReason];
|
|
368
|
+
export type AwsClosedLostReason = (typeof AwsClosedLostReason)[keyof typeof AwsClosedLostReason];
|
|
371
369
|
export declare const AwsFundingUsed: {
|
|
372
370
|
readonly NO: "No";
|
|
373
371
|
readonly YES: "Yes";
|
|
374
372
|
};
|
|
375
|
-
export type AwsFundingUsed =
|
|
376
|
-
(typeof AwsFundingUsed)[keyof typeof AwsFundingUsed];
|
|
373
|
+
export type AwsFundingUsed = (typeof AwsFundingUsed)[keyof typeof AwsFundingUsed];
|
|
377
374
|
export declare const AwsMemberBusinessTitle: {
|
|
378
375
|
readonly AWS_ACCOUNT_OWNER: "AWSAccountOwner";
|
|
379
376
|
readonly AWS_SALES_REP: "AWSSalesRep";
|
|
@@ -558,15 +555,13 @@ export type CurrencyCode = (typeof CurrencyCode)[keyof typeof CurrencyCode];
|
|
|
558
555
|
export declare const PaymentFrequency: {
|
|
559
556
|
readonly MONTHLY: "Monthly";
|
|
560
557
|
};
|
|
561
|
-
export type PaymentFrequency =
|
|
562
|
-
(typeof PaymentFrequency)[keyof typeof PaymentFrequency];
|
|
558
|
+
export type PaymentFrequency = (typeof PaymentFrequency)[keyof typeof PaymentFrequency];
|
|
563
559
|
export declare const EngagementScore: {
|
|
564
560
|
readonly HIGH: "High";
|
|
565
561
|
readonly LOW: "Low";
|
|
566
562
|
readonly MEDIUM: "Medium";
|
|
567
563
|
};
|
|
568
|
-
export type EngagementScore =
|
|
569
|
-
(typeof EngagementScore)[keyof typeof EngagementScore];
|
|
564
|
+
export type EngagementScore = (typeof EngagementScore)[keyof typeof EngagementScore];
|
|
570
565
|
export declare const AwsOpportunityStage: {
|
|
571
566
|
readonly BUILDING_INTEGRATION: "Building Integration";
|
|
572
567
|
readonly BUSINESS_VALIDATION: "Business Validation";
|
|
@@ -593,8 +588,7 @@ export declare const AwsOpportunityStage: {
|
|
|
593
588
|
readonly TECHNICAL_VALIDATION: "Technical Validation";
|
|
594
589
|
readonly TERM_SHEET_NEGOTIATION: "Term Sheet Negotiation";
|
|
595
590
|
};
|
|
596
|
-
export type AwsOpportunityStage =
|
|
597
|
-
(typeof AwsOpportunityStage)[keyof typeof AwsOpportunityStage];
|
|
591
|
+
export type AwsOpportunityStage = (typeof AwsOpportunityStage)[keyof typeof AwsOpportunityStage];
|
|
598
592
|
export declare const AwsPartition: {
|
|
599
593
|
readonly AWS_EUSC: "aws-eusc";
|
|
600
594
|
};
|
|
@@ -603,8 +597,7 @@ export declare const SalesInvolvementType: {
|
|
|
603
597
|
readonly CO_SELL: "Co-Sell";
|
|
604
598
|
readonly FOR_VISIBILITY_ONLY: "For Visibility Only";
|
|
605
599
|
};
|
|
606
|
-
export type SalesInvolvementType =
|
|
607
|
-
(typeof SalesInvolvementType)[keyof typeof SalesInvolvementType];
|
|
600
|
+
export type SalesInvolvementType = (typeof SalesInvolvementType)[keyof typeof SalesInvolvementType];
|
|
608
601
|
export declare const InvolvementTypeChangeReason: {
|
|
609
602
|
readonly CHANGE_IN_DEAL_INFORMATION: "Change in Deal Information";
|
|
610
603
|
readonly CUSTOMER_REQUESTED: "Customer Requested";
|
|
@@ -618,8 +611,7 @@ export declare const OpportunityOrigin: {
|
|
|
618
611
|
readonly AWS_REFERRAL: "AWS Referral";
|
|
619
612
|
readonly PARTNER_REFERRAL: "Partner Referral";
|
|
620
613
|
};
|
|
621
|
-
export type OpportunityOrigin =
|
|
622
|
-
(typeof OpportunityOrigin)[keyof typeof OpportunityOrigin];
|
|
614
|
+
export type OpportunityOrigin = (typeof OpportunityOrigin)[keyof typeof OpportunityOrigin];
|
|
623
615
|
export declare const Visibility: {
|
|
624
616
|
readonly FULL: "Full";
|
|
625
617
|
readonly LIMITED: "Limited";
|
|
@@ -643,8 +635,7 @@ export type EngagementContextType =
|
|
|
643
635
|
export declare const EngagementSortName: {
|
|
644
636
|
readonly CreatedDate: "CreatedDate";
|
|
645
637
|
};
|
|
646
|
-
export type EngagementSortName =
|
|
647
|
-
(typeof EngagementSortName)[keyof typeof EngagementSortName];
|
|
638
|
+
export type EngagementSortName = (typeof EngagementSortName)[keyof typeof EngagementSortName];
|
|
648
639
|
export declare const SortOrder: {
|
|
649
640
|
readonly ASCENDING: "ASCENDING";
|
|
650
641
|
readonly DESCENDING: "DESCENDING";
|
|
@@ -653,8 +644,7 @@ export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|
|
|
653
644
|
export declare const ListTasksSortName: {
|
|
654
645
|
readonly START_TIME: "StartTime";
|
|
655
646
|
};
|
|
656
|
-
export type ListTasksSortName =
|
|
657
|
-
(typeof ListTasksSortName)[keyof typeof ListTasksSortName];
|
|
647
|
+
export type ListTasksSortName = (typeof ListTasksSortName)[keyof typeof ListTasksSortName];
|
|
658
648
|
export declare const TaskStatus: {
|
|
659
649
|
readonly COMPLETE: "COMPLETE";
|
|
660
650
|
readonly FAILED: "FAILED";
|
|
@@ -711,14 +701,12 @@ export declare const InvitationStatus: {
|
|
|
711
701
|
readonly PENDING: "PENDING";
|
|
712
702
|
readonly REJECTED: "REJECTED";
|
|
713
703
|
};
|
|
714
|
-
export type InvitationStatus =
|
|
715
|
-
(typeof InvitationStatus)[keyof typeof InvitationStatus];
|
|
704
|
+
export type InvitationStatus = (typeof InvitationStatus)[keyof typeof InvitationStatus];
|
|
716
705
|
export declare const ParticipantType: {
|
|
717
706
|
readonly RECEIVER: "RECEIVER";
|
|
718
707
|
readonly SENDER: "SENDER";
|
|
719
708
|
};
|
|
720
|
-
export type ParticipantType =
|
|
721
|
-
(typeof ParticipantType)[keyof typeof ParticipantType];
|
|
709
|
+
export type ParticipantType = (typeof ParticipantType)[keyof typeof ParticipantType];
|
|
722
710
|
export declare const OpportunityEngagementInvitationSortName: {
|
|
723
711
|
readonly INVITATION_DATE: "InvitationDate";
|
|
724
712
|
};
|
|
@@ -745,8 +733,7 @@ export declare const ClosedLostReason: {
|
|
|
745
733
|
readonly SECURITY_COMPLIANCE: "Security / Compliance";
|
|
746
734
|
readonly TECHNICAL_LIMITATIONS: "Technical Limitations";
|
|
747
735
|
};
|
|
748
|
-
export type ClosedLostReason =
|
|
749
|
-
(typeof ClosedLostReason)[keyof typeof ClosedLostReason];
|
|
736
|
+
export type ClosedLostReason = (typeof ClosedLostReason)[keyof typeof ClosedLostReason];
|
|
750
737
|
export declare const ReviewStatus: {
|
|
751
738
|
readonly ACTION_REQUIRED: "Action Required";
|
|
752
739
|
readonly APPROVED: "Approved";
|
|
@@ -786,21 +773,18 @@ export declare const MarketingSource: {
|
|
|
786
773
|
readonly MARKETING_ACTIVITY: "Marketing Activity";
|
|
787
774
|
readonly NONE: "None";
|
|
788
775
|
};
|
|
789
|
-
export type MarketingSource =
|
|
790
|
-
(typeof MarketingSource)[keyof typeof MarketingSource];
|
|
776
|
+
export type MarketingSource = (typeof MarketingSource)[keyof typeof MarketingSource];
|
|
791
777
|
export declare const NationalSecurity: {
|
|
792
778
|
readonly NO: "No";
|
|
793
779
|
readonly YES: "Yes";
|
|
794
780
|
};
|
|
795
|
-
export type NationalSecurity =
|
|
796
|
-
(typeof NationalSecurity)[keyof typeof NationalSecurity];
|
|
781
|
+
export type NationalSecurity = (typeof NationalSecurity)[keyof typeof NationalSecurity];
|
|
797
782
|
export declare const OpportunityType: {
|
|
798
783
|
readonly EXPANSION: "Expansion";
|
|
799
784
|
readonly FLAT_RENEWAL: "Flat Renewal";
|
|
800
785
|
readonly NET_NEW_BUSINESS: "Net New Business";
|
|
801
786
|
};
|
|
802
|
-
export type OpportunityType =
|
|
803
|
-
(typeof OpportunityType)[keyof typeof OpportunityType];
|
|
787
|
+
export type OpportunityType = (typeof OpportunityType)[keyof typeof OpportunityType];
|
|
804
788
|
export declare const PrimaryNeedFromAws: {
|
|
805
789
|
readonly CO_SELL_ARCHITECTURAL_VALIDATION: "Co-Sell - Architectural Validation";
|
|
806
790
|
readonly CO_SELL_BUSINESS_PRESENTATION: "Co-Sell - Business Presentation";
|
|
@@ -811,8 +795,7 @@ export declare const PrimaryNeedFromAws: {
|
|
|
811
795
|
readonly CO_SELL_TECHNICAL_CONSULTATION: "Co-Sell - Technical Consultation";
|
|
812
796
|
readonly CO_SELL_TOTAL_COST_OF_OWNERSHIP_EVALUATION: "Co-Sell - Total Cost of Ownership Evaluation";
|
|
813
797
|
};
|
|
814
|
-
export type PrimaryNeedFromAws =
|
|
815
|
-
(typeof PrimaryNeedFromAws)[keyof typeof PrimaryNeedFromAws];
|
|
798
|
+
export type PrimaryNeedFromAws = (typeof PrimaryNeedFromAws)[keyof typeof PrimaryNeedFromAws];
|
|
816
799
|
export declare const CompetitorName: {
|
|
817
800
|
readonly AKAMAI: "Akamai";
|
|
818
801
|
readonly ALICLOUD: "AliCloud";
|
|
@@ -826,8 +809,7 @@ export declare const CompetitorName: {
|
|
|
826
809
|
readonly OTHER: "*Other";
|
|
827
810
|
readonly OTHER_COST_OPTIMIZATION: "Other- Cost Optimization";
|
|
828
811
|
};
|
|
829
|
-
export type CompetitorName =
|
|
830
|
-
(typeof CompetitorName)[keyof typeof CompetitorName];
|
|
812
|
+
export type CompetitorName = (typeof CompetitorName)[keyof typeof CompetitorName];
|
|
831
813
|
export declare const DeliveryModel: {
|
|
832
814
|
readonly BYOL_OR_AMI: "BYOL or AMI";
|
|
833
815
|
readonly MANAGED_SERVICES: "Managed Services";
|
|
@@ -866,8 +848,7 @@ export declare const OpportunitySortName: {
|
|
|
866
848
|
readonly LAST_MODIFIEDDATE: "LastModifiedDate";
|
|
867
849
|
readonly TARGET_CLOSE_DATE: "TargetCloseDate";
|
|
868
850
|
};
|
|
869
|
-
export type OpportunitySortName =
|
|
870
|
-
(typeof OpportunitySortName)[keyof typeof OpportunitySortName];
|
|
851
|
+
export type OpportunitySortName = (typeof OpportunitySortName)[keyof typeof OpportunitySortName];
|
|
871
852
|
export declare const ProspectingTaskStatus: {
|
|
872
853
|
readonly COMPLETED: "COMPLETED";
|
|
873
854
|
readonly FAILED: "FAILED";
|
|
@@ -904,12 +885,10 @@ export declare const SolutionSortName: {
|
|
|
904
885
|
readonly NAME: "Name";
|
|
905
886
|
readonly STATUS: "Status";
|
|
906
887
|
};
|
|
907
|
-
export type SolutionSortName =
|
|
908
|
-
(typeof SolutionSortName)[keyof typeof SolutionSortName];
|
|
888
|
+
export type SolutionSortName = (typeof SolutionSortName)[keyof typeof SolutionSortName];
|
|
909
889
|
export declare const SolutionStatus: {
|
|
910
890
|
readonly ACTIVE: "Active";
|
|
911
891
|
readonly DRAFT: "Draft";
|
|
912
892
|
readonly INACTIVE: "Inactive";
|
|
913
893
|
};
|
|
914
|
-
export type SolutionStatus =
|
|
915
|
-
(typeof SolutionStatus)[keyof typeof SolutionStatus];
|
|
894
|
+
export type SolutionStatus = (typeof SolutionStatus)[keyof typeof SolutionStatus];
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
|
-
import {
|
|
3
|
-
AccessDeniedExceptionErrorCode,
|
|
4
|
-
ValidationExceptionReason,
|
|
5
|
-
} from "./enums";
|
|
2
|
+
import { AccessDeniedExceptionErrorCode, ValidationExceptionReason } from "./enums";
|
|
6
3
|
import { ValidationExceptionError } from "./models_0";
|
|
7
4
|
import { PartnerCentralSellingServiceException as __BaseException } from "./PartnerCentralSellingServiceException";
|
|
8
5
|
export declare class AccessDeniedException extends __BaseException {
|
|
@@ -10,9 +7,7 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
10
7
|
readonly $fault: "client";
|
|
11
8
|
Message?: string | undefined;
|
|
12
9
|
Reason?: AccessDeniedExceptionErrorCode | undefined;
|
|
13
|
-
constructor(
|
|
14
|
-
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
15
|
-
);
|
|
10
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
16
11
|
}
|
|
17
12
|
export declare class ConflictException extends __BaseException {
|
|
18
13
|
readonly name: "ConflictException";
|
|
@@ -24,25 +19,19 @@ export declare class InternalServerException extends __BaseException {
|
|
|
24
19
|
readonly name: "InternalServerException";
|
|
25
20
|
readonly $fault: "server";
|
|
26
21
|
Message?: string | undefined;
|
|
27
|
-
constructor(
|
|
28
|
-
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
29
|
-
);
|
|
22
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
30
23
|
}
|
|
31
24
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
32
25
|
readonly name: "ResourceNotFoundException";
|
|
33
26
|
readonly $fault: "client";
|
|
34
27
|
Message?: string | undefined;
|
|
35
|
-
constructor(
|
|
36
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
37
|
-
);
|
|
28
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
38
29
|
}
|
|
39
30
|
export declare class ThrottlingException extends __BaseException {
|
|
40
31
|
readonly name: "ThrottlingException";
|
|
41
32
|
readonly $fault: "client";
|
|
42
33
|
Message?: string | undefined;
|
|
43
|
-
constructor(
|
|
44
|
-
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
45
|
-
);
|
|
34
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
46
35
|
}
|
|
47
36
|
export declare class ValidationException extends __BaseException {
|
|
48
37
|
readonly name: "ValidationException";
|
|
@@ -50,15 +39,11 @@ export declare class ValidationException extends __BaseException {
|
|
|
50
39
|
Message: string | undefined;
|
|
51
40
|
Reason: ValidationExceptionReason | undefined;
|
|
52
41
|
ErrorList?: ValidationExceptionError[] | undefined;
|
|
53
|
-
constructor(
|
|
54
|
-
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
55
|
-
);
|
|
42
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
56
43
|
}
|
|
57
44
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
58
45
|
readonly name: "ServiceQuotaExceededException";
|
|
59
46
|
readonly $fault: "client";
|
|
60
47
|
Message?: string | undefined;
|
|
61
|
-
constructor(
|
|
62
|
-
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
63
|
-
);
|
|
48
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
64
49
|
}
|
|
@@ -157,9 +157,7 @@ export interface Recommendation {
|
|
|
157
157
|
export interface AwsOpportunityInsights {
|
|
158
158
|
NextBestActions?: string | undefined;
|
|
159
159
|
EngagementScore?: EngagementScore | undefined;
|
|
160
|
-
AwsProductsSpendInsightsBySource?:
|
|
161
|
-
| AwsProductsSpendInsightsBySource
|
|
162
|
-
| undefined;
|
|
160
|
+
AwsProductsSpendInsightsBySource?: AwsProductsSpendInsightsBySource | undefined;
|
|
163
161
|
OpportunityQuality?: OpportunityQuality | undefined;
|
|
164
162
|
Recommendations?: Recommendation[] | undefined;
|
|
165
163
|
}
|
|
@@ -1124,9 +1122,7 @@ export interface EngagementResourceAssociationSummary {
|
|
|
1124
1122
|
CreatedBy?: string | undefined;
|
|
1125
1123
|
}
|
|
1126
1124
|
export interface ListEngagementResourceAssociationsResponse {
|
|
1127
|
-
EngagementResourceAssociationSummaries:
|
|
1128
|
-
| EngagementResourceAssociationSummary[]
|
|
1129
|
-
| undefined;
|
|
1125
|
+
EngagementResourceAssociationSummaries: EngagementResourceAssociationSummary[] | undefined;
|
|
1130
1126
|
NextToken?: string | undefined;
|
|
1131
1127
|
}
|
|
1132
1128
|
export interface ListResourceSnapshotsRequest {
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@smithy/types";
|
|
2
2
|
import { PartnerCentralSellingClient } from "../PartnerCentralSellingClient";
|
|
3
|
-
export interface PartnerCentralSellingPaginationConfiguration
|
|
4
|
-
extends PaginationConfiguration {
|
|
3
|
+
export interface PartnerCentralSellingPaginationConfiguration extends PaginationConfiguration {
|
|
5
4
|
client: PartnerCentralSellingClient;
|
|
6
5
|
}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
|
|
2
2
|
import { PartnerCentralSellingClientConfig } from "./PartnerCentralSellingClient";
|
|
3
|
-
export declare const getRuntimeConfig: (
|
|
4
|
-
config: PartnerCentralSellingClientConfig
|
|
5
|
-
) => {
|
|
3
|
+
export declare const getRuntimeConfig: (config: PartnerCentralSellingClientConfig) => {
|
|
6
4
|
runtime: string;
|
|
7
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
8
6
|
import("@smithy/core/client").ResolvedDefaultsMode
|
|
@@ -10,24 +8,16 @@ export declare const getRuntimeConfig: (
|
|
|
10
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
9
|
credentialDefaultProvider:
|
|
12
10
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
13
|
-
| ((
|
|
14
|
-
_: unknown
|
|
15
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
16
12
|
defaultUserAgentProvider: (
|
|
17
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
13
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
18
14
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
19
15
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
20
16
|
region: string | import("@smithy/types").Provider<any>;
|
|
21
|
-
requestHandler:
|
|
22
|
-
| import("@smithy/core/protocols").HttpHandler<any>
|
|
23
|
-
| RequestHandler;
|
|
17
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
24
18
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
25
19
|
streamCollector: (
|
|
26
|
-
stream:
|
|
27
|
-
| import("stream").Readable
|
|
28
|
-
| import("stream/web").ReadableStream
|
|
29
|
-
| ReadableStream
|
|
30
|
-
| Blob
|
|
20
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
31
21
|
) => Promise<Uint8Array>;
|
|
32
22
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
33
23
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -55,13 +45,8 @@ export declare const getRuntimeConfig: (
|
|
|
55
45
|
logger: import("@smithy/types").Logger;
|
|
56
46
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
57
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
58
|
-
userAgentAppId?:
|
|
59
|
-
|
|
60
|
-
| undefined
|
|
61
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
62
|
-
retryStrategy?:
|
|
63
|
-
| import("@smithy/types").RetryStrategy
|
|
64
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
48
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
49
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
65
50
|
endpoint?:
|
|
66
51
|
| ((
|
|
67
52
|
| string
|
|
@@ -83,7 +68,7 @@ export declare const getRuntimeConfig: (
|
|
|
83
68
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
84
69
|
context?: {
|
|
85
70
|
logger?: import("@smithy/types").Logger;
|
|
86
|
-
}
|
|
71
|
+
},
|
|
87
72
|
) => import("@smithy/types").EndpointV2;
|
|
88
73
|
tls?: boolean;
|
|
89
74
|
serviceConfiguredEndpoint?: never;
|
|
@@ -96,13 +81,13 @@ export declare const getRuntimeConfig: (
|
|
|
96
81
|
signer?:
|
|
97
82
|
| import("@smithy/types").RequestSigner
|
|
98
83
|
| ((
|
|
99
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
100
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
101
86
|
signingEscapePath?: boolean;
|
|
102
87
|
systemClockOffset?: number;
|
|
103
88
|
signingRegion?: string;
|
|
104
89
|
signerConstructor?: new (
|
|
105
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
106
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
107
92
|
) => import("@smithy/types").RequestSigner;
|
|
108
93
|
};
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
|
|
2
2
|
import { PartnerCentralSellingClientConfig } from "./PartnerCentralSellingClient";
|
|
3
|
-
export declare const getRuntimeConfig: (
|
|
4
|
-
config: PartnerCentralSellingClientConfig
|
|
5
|
-
) => {
|
|
3
|
+
export declare const getRuntimeConfig: (config: PartnerCentralSellingClientConfig) => {
|
|
6
4
|
runtime: string;
|
|
7
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
8
6
|
import("@smithy/core/client").ResolvedDefaultsMode
|
|
@@ -12,23 +10,17 @@ export declare const getRuntimeConfig: (
|
|
|
12
10
|
credentialDefaultProvider:
|
|
13
11
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
14
12
|
| ((
|
|
15
|
-
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
13
|
+
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
|
|
16
14
|
) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
17
15
|
defaultUserAgentProvider: (
|
|
18
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
16
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
19
17
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
20
18
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
21
19
|
region: string | import("@smithy/types").Provider<string>;
|
|
22
|
-
requestHandler:
|
|
23
|
-
| RequestHandler
|
|
24
|
-
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
20
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
25
21
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
26
22
|
streamCollector: (
|
|
27
|
-
stream:
|
|
28
|
-
| import("stream").Readable
|
|
29
|
-
| import("stream/web").ReadableStream
|
|
30
|
-
| ReadableStream
|
|
31
|
-
| Blob
|
|
23
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
32
24
|
) => Promise<Uint8Array>;
|
|
33
25
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
34
26
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -55,9 +47,7 @@ export declare const getRuntimeConfig: (
|
|
|
55
47
|
logger: import("@smithy/types").Logger;
|
|
56
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
57
49
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
58
|
-
retryStrategy?:
|
|
59
|
-
| import("@smithy/types").RetryStrategy
|
|
60
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
50
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
61
51
|
endpoint?:
|
|
62
52
|
| ((
|
|
63
53
|
| string
|
|
@@ -79,7 +69,7 @@ export declare const getRuntimeConfig: (
|
|
|
79
69
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
80
70
|
context?: {
|
|
81
71
|
logger?: import("@smithy/types").Logger;
|
|
82
|
-
}
|
|
72
|
+
},
|
|
83
73
|
) => import("@smithy/types").EndpointV2;
|
|
84
74
|
tls?: boolean;
|
|
85
75
|
serviceConfiguredEndpoint?: never;
|
|
@@ -91,13 +81,13 @@ export declare const getRuntimeConfig: (
|
|
|
91
81
|
signer?:
|
|
92
82
|
| import("@smithy/types").RequestSigner
|
|
93
83
|
| ((
|
|
94
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
95
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
96
86
|
signingEscapePath?: boolean;
|
|
97
87
|
systemClockOffset?: number;
|
|
98
88
|
signingRegion?: string;
|
|
99
89
|
signerConstructor?: new (
|
|
100
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
101
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
102
92
|
) => import("@smithy/types").RequestSigner;
|
|
103
93
|
};
|