@aws-sdk/client-connectcampaignsv2 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/ConnectCampaignsV2.d.ts +114 -141
- package/dist-types/ts3.4/ConnectCampaignsV2Client.d.ts +6 -19
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- 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/CreateCampaignCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteCampaignChannelSubtypeConfigCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteCampaignCommunicationLimitsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCampaignCommunicationTimeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCampaignEntryLimitsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteConnectInstanceConfigCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteConnectInstanceIntegrationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteInstanceOnboardingJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetCampaignStateBatchCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetCampaignStateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetConnectInstanceConfigCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetInstanceCommunicationLimitsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetInstanceOnboardingJobStatusCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListConnectInstanceIntegrationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PauseCampaignCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutConnectInstanceIntegrationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutInstanceCommunicationLimitsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutOutboundRequestBatchCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutProfileOutboundRequestBatchCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ResumeCampaignCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/StartCampaignCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/StartInstanceOnboardingJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StopCampaignCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateCampaignChannelSubtypeConfigCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCampaignCommunicationLimitsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCampaignCommunicationTimeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCampaignEntryLimitsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCampaignFlowAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCampaignNameCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/UpdateCampaignScheduleCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/UpdateCampaignSourceCommand.d.ts +3 -4
- 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 +3 -6
- package/dist-types/ts3.4/models/errors.d.ts +8 -24
- package/dist-types/ts3.4/models/models_0.d.ts +1 -3
- 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 {
|
|
@@ -144,10 +141,7 @@ import {
|
|
|
144
141
|
StopCampaignCommandInput,
|
|
145
142
|
StopCampaignCommandOutput,
|
|
146
143
|
} from "./commands/StopCampaignCommand";
|
|
147
|
-
import {
|
|
148
|
-
TagResourceCommandInput,
|
|
149
|
-
TagResourceCommandOutput,
|
|
150
|
-
} from "./commands/TagResourceCommand";
|
|
144
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
151
145
|
import {
|
|
152
146
|
UntagResourceCommandInput,
|
|
153
147
|
UntagResourceCommandOutput,
|
|
@@ -267,8 +261,7 @@ export type ServiceOutputTypes =
|
|
|
267
261
|
| UpdateCampaignNameCommandOutput
|
|
268
262
|
| UpdateCampaignScheduleCommandOutput
|
|
269
263
|
| UpdateCampaignSourceCommandOutput;
|
|
270
|
-
export interface ClientDefaults
|
|
271
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
264
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
272
265
|
requestHandler?: __HttpHandlerUserInput;
|
|
273
266
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
274
267
|
urlParser?: __UrlParser;
|
|
@@ -304,8 +297,7 @@ export type ConnectCampaignsV2ClientConfigType = Partial<
|
|
|
304
297
|
EndpointInputConfig<EndpointParameters> &
|
|
305
298
|
HttpAuthSchemeInputConfig &
|
|
306
299
|
ClientInputEndpointParameters;
|
|
307
|
-
export interface ConnectCampaignsV2ClientConfig
|
|
308
|
-
extends ConnectCampaignsV2ClientConfigType {}
|
|
300
|
+
export interface ConnectCampaignsV2ClientConfig extends ConnectCampaignsV2ClientConfigType {}
|
|
309
301
|
export type ConnectCampaignsV2ClientResolvedConfigType =
|
|
310
302
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
311
303
|
Required<ClientDefaults> &
|
|
@@ -317,8 +309,7 @@ export type ConnectCampaignsV2ClientResolvedConfigType =
|
|
|
317
309
|
EndpointResolvedConfig<EndpointParameters> &
|
|
318
310
|
HttpAuthSchemeResolvedConfig &
|
|
319
311
|
ClientResolvedEndpointParameters;
|
|
320
|
-
export interface ConnectCampaignsV2ClientResolvedConfig
|
|
321
|
-
extends ConnectCampaignsV2ClientResolvedConfigType {}
|
|
312
|
+
export interface ConnectCampaignsV2ClientResolvedConfig extends ConnectCampaignsV2ClientResolvedConfigType {}
|
|
322
313
|
export declare class ConnectCampaignsV2Client extends __Client<
|
|
323
314
|
__HttpHandlerOptions,
|
|
324
315
|
ServiceInputTypes,
|
|
@@ -326,10 +317,6 @@ export declare class ConnectCampaignsV2Client extends __Client<
|
|
|
326
317
|
ConnectCampaignsV2ClientResolvedConfig
|
|
327
318
|
> {
|
|
328
319
|
readonly config: ConnectCampaignsV2ClientResolvedConfig;
|
|
329
|
-
constructor(
|
|
330
|
-
...[
|
|
331
|
-
configuration,
|
|
332
|
-
]: __CheckOptionalClientConfig<ConnectCampaignsV2ClientConfig>
|
|
333
|
-
);
|
|
320
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<ConnectCampaignsV2ClientConfig>);
|
|
334
321
|
destroy(): void;
|
|
335
322
|
}
|
|
@@ -7,17 +7,10 @@ import { ConnectCampaignsV2HttpAuthSchemeProvider } from "./httpAuthSchemeProvid
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: ConnectCampaignsV2HttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: ConnectCampaignsV2HttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): ConnectCampaignsV2HttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { ConnectCampaignsV2ClientResolvedConfig } from "../ConnectCampaignsV2Client";
|
|
15
|
-
export interface ConnectCampaignsV2HttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface ConnectCampaignsV2HttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface ConnectCampaignsV2HttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface ConnectCampaignsV2HttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
ConnectCampaignsV2ClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
ConnectCampaignsV2HttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultConnectCampaignsV2HttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: ConnectCampaignsV2ClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<ConnectCampaignsV2HttpAuthSchemeParameters>;
|
|
31
|
-
export interface ConnectCampaignsV2HttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<ConnectCampaignsV2HttpAuthSchemeParameters> {}
|
|
29
|
+
export interface ConnectCampaignsV2HttpAuthSchemeProvider extends HttpAuthSchemeProvider<ConnectCampaignsV2HttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultConnectCampaignsV2HttpAuthSchemeProvider: ConnectCampaignsV2HttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: ConnectCampaignsV2HttpAuthSchemeProvider;
|
|
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: ConnectCampaignsV2HttpAuthSchemeProvider;
|
|
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 "./ConnectCampaignsV2Client";
|
|
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
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -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,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateCampaignRequest,
|
|
4
|
-
CreateCampaignResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateCampaignRequest, CreateCampaignResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateCampaignCommandInput extends CreateCampaignRequest {}
|
|
8
|
-
export interface CreateCampaignCommandOutput
|
|
9
|
-
extends CreateCampaignResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateCampaignCommandOutput extends CreateCampaignResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateCampaignCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateCampaignCommandInput
|
|
8
|
+
input: CreateCampaignCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateCampaignCommandInput,
|
|
16
11
|
CreateCampaignCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateCampaignCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateCampaignCommandInput
|
|
17
|
+
input: CreateCampaignCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateCampaignCommandInput,
|
|
25
20
|
CreateCampaignCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteCampaignChannelSubtypeConfigRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteCampaignChannelSubtypeConfigCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteCampaignChannelSubtypeConfigCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteCampaignChannelSubtypeConfigCommandInput extends DeleteCampaignChannelSubtypeConfigRequest {}
|
|
5
|
+
export interface DeleteCampaignChannelSubtypeConfigCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteCampaignChannelSubtypeConfigCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteCampaignChannelSubtypeConfigCommandInput
|
|
8
|
+
input: DeleteCampaignChannelSubtypeConfigCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteCampaignChannelSubtypeConfigCommandInput,
|
|
13
11
|
DeleteCampaignChannelSubtypeConfigCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteCampaignChannelSubtypeConfigCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteCampaignChannelSubtypeConfigCommandInput
|
|
17
|
+
input: DeleteCampaignChannelSubtypeConfigCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteCampaignChannelSubtypeConfigCommandInput,
|
|
22
20
|
DeleteCampaignChannelSubtypeConfigCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteCampaignCommandInput extends DeleteCampaignRequest {}
|
|
|
5
5
|
export interface DeleteCampaignCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteCampaignCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteCampaignCommandInput
|
|
8
|
+
input: DeleteCampaignCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteCampaignCommandInput,
|
|
11
11
|
DeleteCampaignCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteCampaignCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteCampaignCommandInput
|
|
17
|
+
input: DeleteCampaignCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteCampaignCommandInput,
|
|
20
20
|
DeleteCampaignCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteCampaignCommunicationLimitsRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteCampaignCommunicationLimitsCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteCampaignCommunicationLimitsCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteCampaignCommunicationLimitsCommandInput extends DeleteCampaignCommunicationLimitsRequest {}
|
|
5
|
+
export interface DeleteCampaignCommunicationLimitsCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteCampaignCommunicationLimitsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteCampaignCommunicationLimitsCommandInput
|
|
8
|
+
input: DeleteCampaignCommunicationLimitsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteCampaignCommunicationLimitsCommandInput,
|
|
13
11
|
DeleteCampaignCommunicationLimitsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteCampaignCommunicationLimitsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteCampaignCommunicationLimitsCommandInput
|
|
17
|
+
input: DeleteCampaignCommunicationLimitsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteCampaignCommunicationLimitsCommandInput,
|
|
22
20
|
DeleteCampaignCommunicationLimitsCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteCampaignCommunicationTimeRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteCampaignCommunicationTimeCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteCampaignCommunicationTimeCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteCampaignCommunicationTimeCommandInput extends DeleteCampaignCommunicationTimeRequest {}
|
|
5
|
+
export interface DeleteCampaignCommunicationTimeCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteCampaignCommunicationTimeCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteCampaignCommunicationTimeCommandInput
|
|
8
|
+
input: DeleteCampaignCommunicationTimeCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteCampaignCommunicationTimeCommandInput,
|
|
13
11
|
DeleteCampaignCommunicationTimeCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteCampaignCommunicationTimeCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteCampaignCommunicationTimeCommandInput
|
|
17
|
+
input: DeleteCampaignCommunicationTimeCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteCampaignCommunicationTimeCommandInput,
|
|
22
20
|
DeleteCampaignCommunicationTimeCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteCampaignEntryLimitsRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteCampaignEntryLimitsCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteCampaignEntryLimitsCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteCampaignEntryLimitsCommandInput extends DeleteCampaignEntryLimitsRequest {}
|
|
5
|
+
export interface DeleteCampaignEntryLimitsCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteCampaignEntryLimitsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteCampaignEntryLimitsCommandInput
|
|
8
|
+
input: DeleteCampaignEntryLimitsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteCampaignEntryLimitsCommandInput,
|
|
13
11
|
DeleteCampaignEntryLimitsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteCampaignEntryLimitsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteCampaignEntryLimitsCommandInput
|
|
17
|
+
input: DeleteCampaignEntryLimitsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteCampaignEntryLimitsCommandInput,
|
|
22
20
|
DeleteCampaignEntryLimitsCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteConnectInstanceConfigRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteConnectInstanceConfigCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteConnectInstanceConfigCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteConnectInstanceConfigCommandInput extends DeleteConnectInstanceConfigRequest {}
|
|
5
|
+
export interface DeleteConnectInstanceConfigCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteConnectInstanceConfigCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteConnectInstanceConfigCommandInput
|
|
8
|
+
input: DeleteConnectInstanceConfigCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteConnectInstanceConfigCommandInput,
|
|
13
11
|
DeleteConnectInstanceConfigCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteConnectInstanceConfigCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteConnectInstanceConfigCommandInput
|
|
17
|
+
input: DeleteConnectInstanceConfigCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteConnectInstanceConfigCommandInput,
|
|
22
20
|
DeleteConnectInstanceConfigCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteConnectInstanceIntegrationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteConnectInstanceIntegrationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteConnectInstanceIntegrationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteConnectInstanceIntegrationCommandInput extends DeleteConnectInstanceIntegrationRequest {}
|
|
5
|
+
export interface DeleteConnectInstanceIntegrationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteConnectInstanceIntegrationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteConnectInstanceIntegrationCommandInput
|
|
8
|
+
input: DeleteConnectInstanceIntegrationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteConnectInstanceIntegrationCommandInput,
|
|
13
11
|
DeleteConnectInstanceIntegrationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteConnectInstanceIntegrationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteConnectInstanceIntegrationCommandInput
|
|
17
|
+
input: DeleteConnectInstanceIntegrationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteConnectInstanceIntegrationCommandInput,
|
|
22
20
|
DeleteConnectInstanceIntegrationCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteInstanceOnboardingJobRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteInstanceOnboardingJobCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteInstanceOnboardingJobCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteInstanceOnboardingJobCommandInput extends DeleteInstanceOnboardingJobRequest {}
|
|
5
|
+
export interface DeleteInstanceOnboardingJobCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteInstanceOnboardingJobCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteInstanceOnboardingJobCommandInput
|
|
8
|
+
input: DeleteInstanceOnboardingJobCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteInstanceOnboardingJobCommandInput,
|
|
13
11
|
DeleteInstanceOnboardingJobCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteInstanceOnboardingJobCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteInstanceOnboardingJobCommandInput
|
|
17
|
+
input: DeleteInstanceOnboardingJobCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteInstanceOnboardingJobCommandInput,
|
|
22
20
|
DeleteInstanceOnboardingJobCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeCampaignRequest,
|
|
4
|
-
DescribeCampaignResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeCampaignRequest, DescribeCampaignResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeCampaignCommandInput extends DescribeCampaignRequest {}
|
|
8
|
-
export interface DescribeCampaignCommandOutput
|
|
9
|
-
extends DescribeCampaignResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeCampaignCommandOutput extends DescribeCampaignResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeCampaignCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeCampaignCommandInput
|
|
8
|
+
input: DescribeCampaignCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeCampaignCommandInput,
|
|
16
11
|
DescribeCampaignCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeCampaignCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeCampaignCommandInput
|
|
17
|
+
input: DescribeCampaignCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeCampaignCommandInput,
|
|
25
20
|
DescribeCampaignCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetCampaignStateBatchRequest,
|
|
4
|
-
GetCampaignStateBatchResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetCampaignStateBatchRequest, GetCampaignStateBatchResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetCampaignStateBatchCommandInput
|
|
8
|
-
extends GetCampaignStateBatchRequest {}
|
|
4
|
+
export interface GetCampaignStateBatchCommandInput extends GetCampaignStateBatchRequest {}
|
|
9
5
|
export interface GetCampaignStateBatchCommandOutput
|
|
10
|
-
extends GetCampaignStateBatchResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetCampaignStateBatchResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetCampaignStateBatchCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetCampaignStateBatchCommandInput
|
|
9
|
+
input: GetCampaignStateBatchCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetCampaignStateBatchCommandInput,
|
|
17
12
|
GetCampaignStateBatchCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetCampaignStateBatchCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetCampaignStateBatchCommandInput
|
|
18
|
+
input: GetCampaignStateBatchCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetCampaignStateBatchCommandInput,
|
|
26
21
|
GetCampaignStateBatchCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetCampaignStateRequest,
|
|
4
|
-
GetCampaignStateResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetCampaignStateRequest, GetCampaignStateResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetCampaignStateCommandInput extends GetCampaignStateRequest {}
|
|
8
|
-
export interface GetCampaignStateCommandOutput
|
|
9
|
-
extends GetCampaignStateResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetCampaignStateCommandOutput extends GetCampaignStateResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetCampaignStateCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetCampaignStateCommandInput
|
|
8
|
+
input: GetCampaignStateCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetCampaignStateCommandInput,
|
|
16
11
|
GetCampaignStateCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetCampaignStateCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetCampaignStateCommandInput
|
|
17
|
+
input: GetCampaignStateCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetCampaignStateCommandInput,
|
|
25
20
|
GetCampaignStateCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetConnectInstanceConfigResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetConnectInstanceConfigCommandInput
|
|
8
|
-
extends GetConnectInstanceConfigRequest {}
|
|
7
|
+
export interface GetConnectInstanceConfigCommandInput extends GetConnectInstanceConfigRequest {}
|
|
9
8
|
export interface GetConnectInstanceConfigCommandOutput
|
|
10
|
-
extends GetConnectInstanceConfigResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetConnectInstanceConfigResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetConnectInstanceConfigCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetConnectInstanceConfigCommandInput
|
|
12
|
+
input: GetConnectInstanceConfigCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetConnectInstanceConfigCommandInput,
|
|
17
15
|
GetConnectInstanceConfigCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetConnectInstanceConfigCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetConnectInstanceConfigCommandInput
|
|
21
|
+
input: GetConnectInstanceConfigCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetConnectInstanceConfigCommandInput,
|
|
26
24
|
GetConnectInstanceConfigCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetInstanceCommunicationLimitsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetInstanceCommunicationLimitsCommandInput
|
|
8
|
-
extends GetInstanceCommunicationLimitsRequest {}
|
|
7
|
+
export interface GetInstanceCommunicationLimitsCommandInput extends GetInstanceCommunicationLimitsRequest {}
|
|
9
8
|
export interface GetInstanceCommunicationLimitsCommandOutput
|
|
10
|
-
extends GetInstanceCommunicationLimitsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetInstanceCommunicationLimitsResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetInstanceCommunicationLimitsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetInstanceCommunicationLimitsCommandInput
|
|
12
|
+
input: GetInstanceCommunicationLimitsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetInstanceCommunicationLimitsCommandInput,
|
|
17
15
|
GetInstanceCommunicationLimitsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetInstanceCommunicationLimitsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetInstanceCommunicationLimitsCommandInput
|
|
21
|
+
input: GetInstanceCommunicationLimitsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetInstanceCommunicationLimitsCommandInput,
|
|
26
24
|
GetInstanceCommunicationLimitsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetInstanceOnboardingJobStatusResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetInstanceOnboardingJobStatusCommandInput
|
|
8
|
-
extends GetInstanceOnboardingJobStatusRequest {}
|
|
7
|
+
export interface GetInstanceOnboardingJobStatusCommandInput extends GetInstanceOnboardingJobStatusRequest {}
|
|
9
8
|
export interface GetInstanceOnboardingJobStatusCommandOutput
|
|
10
|
-
extends GetInstanceOnboardingJobStatusResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetInstanceOnboardingJobStatusResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetInstanceOnboardingJobStatusCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetInstanceOnboardingJobStatusCommandInput
|
|
12
|
+
input: GetInstanceOnboardingJobStatusCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetInstanceOnboardingJobStatusCommandInput,
|
|
17
15
|
GetInstanceOnboardingJobStatusCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetInstanceOnboardingJobStatusCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetInstanceOnboardingJobStatusCommandInput
|
|
21
|
+
input: GetInstanceOnboardingJobStatusCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetInstanceOnboardingJobStatusCommandInput,
|
|
26
24
|
GetInstanceOnboardingJobStatusCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListCampaignsRequest,
|
|
4
|
-
ListCampaignsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListCampaignsRequest, ListCampaignsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListCampaignsCommandInput extends ListCampaignsRequest {}
|
|
8
|
-
export interface ListCampaignsCommandOutput
|
|
9
|
-
extends ListCampaignsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListCampaignsCommandOutput extends ListCampaignsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListCampaignsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListCampaignsCommandInput
|
|
8
|
+
input: ListCampaignsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListCampaignsCommandInput,
|
|
16
11
|
ListCampaignsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListConnectInstanceIntegrationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListConnectInstanceIntegrationsCommandInput
|
|
8
|
-
extends ListConnectInstanceIntegrationsRequest {}
|
|
7
|
+
export interface ListConnectInstanceIntegrationsCommandInput extends ListConnectInstanceIntegrationsRequest {}
|
|
9
8
|
export interface ListConnectInstanceIntegrationsCommandOutput
|
|
10
|
-
extends ListConnectInstanceIntegrationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListConnectInstanceIntegrationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListConnectInstanceIntegrationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListConnectInstanceIntegrationsCommandInput
|
|
12
|
+
input: ListConnectInstanceIntegrationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListConnectInstanceIntegrationsCommandInput,
|
|
17
15
|
ListConnectInstanceIntegrationsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListConnectInstanceIntegrationsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListConnectInstanceIntegrationsCommandInput
|
|
21
|
+
input: ListConnectInstanceIntegrationsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListConnectInstanceIntegrationsCommandInput,
|
|
26
24
|
ListConnectInstanceIntegrationsCommandOutput,
|