@aws-sdk/client-partnercentral-selling 3.1087.0 → 3.1089.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 +38 -38
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -200,10 +197,7 @@ import {
|
|
|
200
197
|
SubmitOpportunityCommandInput,
|
|
201
198
|
SubmitOpportunityCommandOutput,
|
|
202
199
|
} from "./commands/SubmitOpportunityCommand";
|
|
203
|
-
import {
|
|
204
|
-
TagResourceCommandInput,
|
|
205
|
-
TagResourceCommandOutput,
|
|
206
|
-
} from "./commands/TagResourceCommand";
|
|
200
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
207
201
|
import {
|
|
208
202
|
UntagResourceCommandInput,
|
|
209
203
|
UntagResourceCommandOutput,
|
|
@@ -315,8 +309,7 @@ export type ServiceOutputTypes =
|
|
|
315
309
|
| UntagResourceCommandOutput
|
|
316
310
|
| UpdateEngagementContextCommandOutput
|
|
317
311
|
| UpdateOpportunityCommandOutput;
|
|
318
|
-
export interface ClientDefaults
|
|
319
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
312
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
320
313
|
requestHandler?: __HttpHandlerUserInput;
|
|
321
314
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
322
315
|
urlParser?: __UrlParser;
|
|
@@ -352,8 +345,7 @@ export type PartnerCentralSellingClientConfigType = Partial<
|
|
|
352
345
|
EndpointInputConfig<EndpointParameters> &
|
|
353
346
|
HttpAuthSchemeInputConfig &
|
|
354
347
|
ClientInputEndpointParameters;
|
|
355
|
-
export interface PartnerCentralSellingClientConfig
|
|
356
|
-
extends PartnerCentralSellingClientConfigType {}
|
|
348
|
+
export interface PartnerCentralSellingClientConfig extends PartnerCentralSellingClientConfigType {}
|
|
357
349
|
export type PartnerCentralSellingClientResolvedConfigType =
|
|
358
350
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
359
351
|
Required<ClientDefaults> &
|
|
@@ -365,8 +357,7 @@ export type PartnerCentralSellingClientResolvedConfigType =
|
|
|
365
357
|
EndpointResolvedConfig<EndpointParameters> &
|
|
366
358
|
HttpAuthSchemeResolvedConfig &
|
|
367
359
|
ClientResolvedEndpointParameters;
|
|
368
|
-
export interface PartnerCentralSellingClientResolvedConfig
|
|
369
|
-
extends PartnerCentralSellingClientResolvedConfigType {}
|
|
360
|
+
export interface PartnerCentralSellingClientResolvedConfig extends PartnerCentralSellingClientResolvedConfigType {}
|
|
370
361
|
export declare class PartnerCentralSellingClient extends __Client<
|
|
371
362
|
__HttpHandlerOptions,
|
|
372
363
|
ServiceInputTypes,
|
|
@@ -374,10 +365,6 @@ export declare class PartnerCentralSellingClient extends __Client<
|
|
|
374
365
|
PartnerCentralSellingClientResolvedConfig
|
|
375
366
|
> {
|
|
376
367
|
readonly config: PartnerCentralSellingClientResolvedConfig;
|
|
377
|
-
constructor(
|
|
378
|
-
...[
|
|
379
|
-
configuration,
|
|
380
|
-
]: __CheckOptionalClientConfig<PartnerCentralSellingClientConfig>
|
|
381
|
-
);
|
|
368
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<PartnerCentralSellingClientConfig>);
|
|
382
369
|
destroy(): void;
|
|
383
370
|
}
|
|
@@ -8,16 +8,11 @@ export interface HttpAuthExtensionConfiguration {
|
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
10
|
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: PartnerCentralSellingHttpAuthSchemeProvider
|
|
11
|
+
httpAuthSchemeProvider: PartnerCentralSellingHttpAuthSchemeProvider,
|
|
12
12
|
): void;
|
|
13
13
|
httpAuthSchemeProvider(): PartnerCentralSellingHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
14
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
15
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
16
|
}
|
|
22
17
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
18
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +20,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
20
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
21
|
}>;
|
|
27
22
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
23
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
24
|
) => HttpAuthExtensionConfiguration;
|
|
30
25
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
26
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
27
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { PartnerCentralSellingClientResolvedConfig } from "../PartnerCentralSellingClient";
|
|
15
|
-
export interface PartnerCentralSellingHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface PartnerCentralSellingHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface PartnerCentralSellingHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface PartnerCentralSellingHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
PartnerCentralSellingClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
PartnerCentralSellingHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultPartnerCentralSellingHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: PartnerCentralSellingClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<PartnerCentralSellingHttpAuthSchemeParameters>;
|
|
31
|
-
export interface PartnerCentralSellingHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<PartnerCentralSellingHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface PartnerCentralSellingHttpAuthSchemeProvider extends HttpAuthSchemeProvider<PartnerCentralSellingHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultPartnerCentralSellingHttpAuthSchemeProvider: PartnerCentralSellingHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: PartnerCentralSellingHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: PartnerCentralSellingHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -4,22 +4,21 @@ import {
|
|
|
4
4
|
ServiceInputTypes,
|
|
5
5
|
ServiceOutputTypes,
|
|
6
6
|
} from "./PartnerCentralSellingClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
7
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
8
|
added: EndpointParameterInstructions,
|
|
12
9
|
plugins: (
|
|
13
10
|
CommandCtor: any,
|
|
14
11
|
clientStack: any,
|
|
15
12
|
config: any,
|
|
16
|
-
options: any
|
|
13
|
+
options: any,
|
|
17
14
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
15
|
op: string,
|
|
19
16
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
17
|
+
smithyContext?: Record<string, unknown>,
|
|
21
18
|
) => {
|
|
22
|
-
new (
|
|
19
|
+
new (
|
|
20
|
+
input: I,
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
22
|
I,
|
|
24
23
|
O,
|
|
25
24
|
PartnerCentralSellingClientResolvedConfig,
|
|
@@ -38,9 +37,4 @@ export declare const command: <
|
|
|
38
37
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
38
|
};
|
|
40
39
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
40
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { AcceptEngagementInvitationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface AcceptEngagementInvitationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface AcceptEngagementInvitationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface AcceptEngagementInvitationCommandInput extends AcceptEngagementInvitationRequest {}
|
|
5
|
+
export interface AcceptEngagementInvitationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const AcceptEngagementInvitationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: AcceptEngagementInvitationCommandInput
|
|
8
|
+
input: AcceptEngagementInvitationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
AcceptEngagementInvitationCommandInput,
|
|
13
11
|
AcceptEngagementInvitationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const AcceptEngagementInvitationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: AcceptEngagementInvitationCommandInput
|
|
17
|
+
input: AcceptEngagementInvitationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
AcceptEngagementInvitationCommandInput,
|
|
22
20
|
AcceptEngagementInvitationCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { AssignOpportunityRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface AssignOpportunityCommandInput
|
|
5
|
-
extends AssignOpportunityRequest {}
|
|
4
|
+
export interface AssignOpportunityCommandInput extends AssignOpportunityRequest {}
|
|
6
5
|
export interface AssignOpportunityCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const AssignOpportunityCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: AssignOpportunityCommandInput
|
|
8
|
+
input: AssignOpportunityCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
AssignOpportunityCommandInput,
|
|
12
11
|
AssignOpportunityCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const AssignOpportunityCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: AssignOpportunityCommandInput
|
|
17
|
+
input: AssignOpportunityCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
AssignOpportunityCommandInput,
|
|
21
20
|
AssignOpportunityCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { AssociateOpportunityRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface AssociateOpportunityCommandInput
|
|
5
|
-
extends AssociateOpportunityRequest {}
|
|
4
|
+
export interface AssociateOpportunityCommandInput extends AssociateOpportunityRequest {}
|
|
6
5
|
export interface AssociateOpportunityCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const AssociateOpportunityCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: AssociateOpportunityCommandInput
|
|
8
|
+
input: AssociateOpportunityCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
AssociateOpportunityCommandInput,
|
|
12
11
|
AssociateOpportunityCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const AssociateOpportunityCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: AssociateOpportunityCommandInput
|
|
17
|
+
input: AssociateOpportunityCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
AssociateOpportunityCommandInput,
|
|
21
20
|
AssociateOpportunityCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateEngagementRequest,
|
|
4
|
-
CreateEngagementResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateEngagementRequest, CreateEngagementResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateEngagementCommandInput extends CreateEngagementRequest {}
|
|
8
|
-
export interface CreateEngagementCommandOutput
|
|
9
|
-
extends CreateEngagementResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateEngagementCommandOutput extends CreateEngagementResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateEngagementCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateEngagementCommandInput
|
|
8
|
+
input: CreateEngagementCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateEngagementCommandInput,
|
|
16
11
|
CreateEngagementCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateEngagementCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateEngagementCommandInput
|
|
17
|
+
input: CreateEngagementCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateEngagementCommandInput,
|
|
25
20
|
CreateEngagementCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateEngagementContextResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateEngagementContextCommandInput
|
|
8
|
-
extends CreateEngagementContextRequest {}
|
|
7
|
+
export interface CreateEngagementContextCommandInput extends CreateEngagementContextRequest {}
|
|
9
8
|
export interface CreateEngagementContextCommandOutput
|
|
10
|
-
extends CreateEngagementContextResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateEngagementContextResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateEngagementContextCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateEngagementContextCommandInput
|
|
12
|
+
input: CreateEngagementContextCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateEngagementContextCommandInput,
|
|
17
15
|
CreateEngagementContextCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateEngagementContextCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateEngagementContextCommandInput
|
|
21
|
+
input: CreateEngagementContextCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateEngagementContextCommandInput,
|
|
26
24
|
CreateEngagementContextCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateEngagementInvitationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateEngagementInvitationCommandInput
|
|
8
|
-
extends CreateEngagementInvitationRequest {}
|
|
7
|
+
export interface CreateEngagementInvitationCommandInput extends CreateEngagementInvitationRequest {}
|
|
9
8
|
export interface CreateEngagementInvitationCommandOutput
|
|
10
|
-
extends CreateEngagementInvitationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateEngagementInvitationResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateEngagementInvitationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateEngagementInvitationCommandInput
|
|
12
|
+
input: CreateEngagementInvitationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateEngagementInvitationCommandInput,
|
|
17
15
|
CreateEngagementInvitationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateEngagementInvitationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateEngagementInvitationCommandInput
|
|
21
|
+
input: CreateEngagementInvitationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateEngagementInvitationCommandInput,
|
|
26
24
|
CreateEngagementInvitationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateOpportunityRequest,
|
|
4
|
-
CreateOpportunityResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateOpportunityRequest, CreateOpportunityResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateOpportunityCommandInput
|
|
8
|
-
extends CreateOpportunityRequest {}
|
|
4
|
+
export interface CreateOpportunityCommandInput extends CreateOpportunityRequest {}
|
|
9
5
|
export interface CreateOpportunityCommandOutput
|
|
10
|
-
extends CreateOpportunityResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateOpportunityResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateOpportunityCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateOpportunityCommandInput
|
|
9
|
+
input: CreateOpportunityCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateOpportunityCommandInput,
|
|
17
12
|
CreateOpportunityCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateOpportunityCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateOpportunityCommandInput
|
|
18
|
+
input: CreateOpportunityCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateOpportunityCommandInput,
|
|
26
21
|
CreateOpportunityCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateResourceSnapshotRequest,
|
|
4
|
-
CreateResourceSnapshotResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateResourceSnapshotRequest, CreateResourceSnapshotResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateResourceSnapshotCommandInput
|
|
8
|
-
extends CreateResourceSnapshotRequest {}
|
|
4
|
+
export interface CreateResourceSnapshotCommandInput extends CreateResourceSnapshotRequest {}
|
|
9
5
|
export interface CreateResourceSnapshotCommandOutput
|
|
10
|
-
extends CreateResourceSnapshotResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateResourceSnapshotResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateResourceSnapshotCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateResourceSnapshotCommandInput
|
|
9
|
+
input: CreateResourceSnapshotCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateResourceSnapshotCommandInput,
|
|
17
12
|
CreateResourceSnapshotCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateResourceSnapshotCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateResourceSnapshotCommandInput
|
|
18
|
+
input: CreateResourceSnapshotCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateResourceSnapshotCommandInput,
|
|
26
21
|
CreateResourceSnapshotCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateResourceSnapshotJobResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateResourceSnapshotJobCommandInput
|
|
8
|
-
extends CreateResourceSnapshotJobRequest {}
|
|
7
|
+
export interface CreateResourceSnapshotJobCommandInput extends CreateResourceSnapshotJobRequest {}
|
|
9
8
|
export interface CreateResourceSnapshotJobCommandOutput
|
|
10
|
-
extends CreateResourceSnapshotJobResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateResourceSnapshotJobResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateResourceSnapshotJobCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateResourceSnapshotJobCommandInput
|
|
12
|
+
input: CreateResourceSnapshotJobCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateResourceSnapshotJobCommandInput,
|
|
17
15
|
CreateResourceSnapshotJobCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateResourceSnapshotJobCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateResourceSnapshotJobCommandInput
|
|
21
|
+
input: CreateResourceSnapshotJobCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateResourceSnapshotJobCommandInput,
|
|
26
24
|
CreateResourceSnapshotJobCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteResourceSnapshotJobRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteResourceSnapshotJobCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteResourceSnapshotJobCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteResourceSnapshotJobCommandInput extends DeleteResourceSnapshotJobRequest {}
|
|
5
|
+
export interface DeleteResourceSnapshotJobCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteResourceSnapshotJobCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteResourceSnapshotJobCommandInput
|
|
8
|
+
input: DeleteResourceSnapshotJobCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteResourceSnapshotJobCommandInput,
|
|
13
11
|
DeleteResourceSnapshotJobCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteResourceSnapshotJobCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteResourceSnapshotJobCommandInput
|
|
17
|
+
input: DeleteResourceSnapshotJobCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteResourceSnapshotJobCommandInput,
|
|
22
20
|
DeleteResourceSnapshotJobCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DisassociateOpportunityRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DisassociateOpportunityCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DisassociateOpportunityCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DisassociateOpportunityCommandInput extends DisassociateOpportunityRequest {}
|
|
5
|
+
export interface DisassociateOpportunityCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DisassociateOpportunityCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DisassociateOpportunityCommandInput
|
|
8
|
+
input: DisassociateOpportunityCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DisassociateOpportunityCommandInput,
|
|
13
11
|
DisassociateOpportunityCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DisassociateOpportunityCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DisassociateOpportunityCommandInput
|
|
17
|
+
input: DisassociateOpportunityCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DisassociateOpportunityCommandInput,
|
|
22
20
|
DisassociateOpportunityCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetAwsOpportunitySummaryResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetAwsOpportunitySummaryCommandInput
|
|
8
|
-
extends GetAwsOpportunitySummaryRequest {}
|
|
7
|
+
export interface GetAwsOpportunitySummaryCommandInput extends GetAwsOpportunitySummaryRequest {}
|
|
9
8
|
export interface GetAwsOpportunitySummaryCommandOutput
|
|
10
|
-
extends GetAwsOpportunitySummaryResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetAwsOpportunitySummaryResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetAwsOpportunitySummaryCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetAwsOpportunitySummaryCommandInput
|
|
12
|
+
input: GetAwsOpportunitySummaryCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetAwsOpportunitySummaryCommandInput,
|
|
17
15
|
GetAwsOpportunitySummaryCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetAwsOpportunitySummaryCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetAwsOpportunitySummaryCommandInput
|
|
21
|
+
input: GetAwsOpportunitySummaryCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetAwsOpportunitySummaryCommandInput,
|
|
26
24
|
GetAwsOpportunitySummaryCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetEngagementRequest,
|
|
4
|
-
GetEngagementResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetEngagementRequest, GetEngagementResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetEngagementCommandInput extends GetEngagementRequest {}
|
|
8
|
-
export interface GetEngagementCommandOutput
|
|
9
|
-
extends GetEngagementResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetEngagementCommandOutput extends GetEngagementResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetEngagementCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetEngagementCommandInput
|
|
8
|
+
input: GetEngagementCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetEngagementCommandInput,
|
|
16
11
|
GetEngagementCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetEngagementCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetEngagementCommandInput
|
|
17
|
+
input: GetEngagementCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetEngagementCommandInput,
|
|
25
20
|
GetEngagementCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetEngagementInvitationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetEngagementInvitationCommandInput
|
|
8
|
-
extends GetEngagementInvitationRequest {}
|
|
7
|
+
export interface GetEngagementInvitationCommandInput extends GetEngagementInvitationRequest {}
|
|
9
8
|
export interface GetEngagementInvitationCommandOutput
|
|
10
|
-
extends GetEngagementInvitationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetEngagementInvitationResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetEngagementInvitationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetEngagementInvitationCommandInput
|
|
12
|
+
input: GetEngagementInvitationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetEngagementInvitationCommandInput,
|
|
17
15
|
GetEngagementInvitationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetEngagementInvitationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetEngagementInvitationCommandInput
|
|
21
|
+
input: GetEngagementInvitationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetEngagementInvitationCommandInput,
|
|
26
24
|
GetEngagementInvitationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetOpportunityRequest,
|
|
4
|
-
GetOpportunityResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetOpportunityRequest, GetOpportunityResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetOpportunityCommandInput extends GetOpportunityRequest {}
|
|
8
|
-
export interface GetOpportunityCommandOutput
|
|
9
|
-
extends GetOpportunityResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetOpportunityCommandOutput extends GetOpportunityResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetOpportunityCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetOpportunityCommandInput
|
|
8
|
+
input: GetOpportunityCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetOpportunityCommandInput,
|
|
16
11
|
GetOpportunityCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetOpportunityCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetOpportunityCommandInput
|
|
17
|
+
input: GetOpportunityCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetOpportunityCommandInput,
|
|
25
20
|
GetOpportunityCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetProspectingFromEngagementTaskResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetProspectingFromEngagementTaskCommandInput
|
|
8
|
-
extends GetProspectingFromEngagementTaskRequest {}
|
|
7
|
+
export interface GetProspectingFromEngagementTaskCommandInput extends GetProspectingFromEngagementTaskRequest {}
|
|
9
8
|
export interface GetProspectingFromEngagementTaskCommandOutput
|
|
10
|
-
extends GetProspectingFromEngagementTaskResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetProspectingFromEngagementTaskResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetProspectingFromEngagementTaskCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetProspectingFromEngagementTaskCommandInput
|
|
12
|
+
input: GetProspectingFromEngagementTaskCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetProspectingFromEngagementTaskCommandInput,
|
|
17
15
|
GetProspectingFromEngagementTaskCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetProspectingFromEngagementTaskCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetProspectingFromEngagementTaskCommandInput
|
|
21
|
+
input: GetProspectingFromEngagementTaskCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetProspectingFromEngagementTaskCommandInput,
|
|
26
24
|
GetProspectingFromEngagementTaskCommandOutput,
|