@aws-sdk/client-connectcampaignsv2 3.1076.0 → 3.1078.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.
Files changed (131) hide show
  1. package/dist-cjs/index.js +48 -375
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateCampaignCommand.js +2 -14
  4. package/dist-es/commands/DeleteCampaignChannelSubtypeConfigCommand.js +2 -14
  5. package/dist-es/commands/DeleteCampaignCommand.js +2 -14
  6. package/dist-es/commands/DeleteCampaignCommunicationLimitsCommand.js +2 -14
  7. package/dist-es/commands/DeleteCampaignCommunicationTimeCommand.js +2 -14
  8. package/dist-es/commands/DeleteCampaignEntryLimitsCommand.js +2 -14
  9. package/dist-es/commands/DeleteConnectInstanceConfigCommand.js +2 -14
  10. package/dist-es/commands/DeleteConnectInstanceIntegrationCommand.js +2 -14
  11. package/dist-es/commands/DeleteInstanceOnboardingJobCommand.js +2 -14
  12. package/dist-es/commands/DescribeCampaignCommand.js +2 -14
  13. package/dist-es/commands/GetCampaignStateBatchCommand.js +2 -14
  14. package/dist-es/commands/GetCampaignStateCommand.js +2 -14
  15. package/dist-es/commands/GetConnectInstanceConfigCommand.js +2 -14
  16. package/dist-es/commands/GetInstanceCommunicationLimitsCommand.js +2 -14
  17. package/dist-es/commands/GetInstanceOnboardingJobStatusCommand.js +2 -14
  18. package/dist-es/commands/ListCampaignsCommand.js +2 -14
  19. package/dist-es/commands/ListConnectInstanceIntegrationsCommand.js +2 -14
  20. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  21. package/dist-es/commands/PauseCampaignCommand.js +2 -14
  22. package/dist-es/commands/PutConnectInstanceIntegrationCommand.js +2 -14
  23. package/dist-es/commands/PutInstanceCommunicationLimitsCommand.js +2 -14
  24. package/dist-es/commands/PutOutboundRequestBatchCommand.js +2 -14
  25. package/dist-es/commands/PutProfileOutboundRequestBatchCommand.js +2 -14
  26. package/dist-es/commands/ResumeCampaignCommand.js +2 -14
  27. package/dist-es/commands/StartCampaignCommand.js +2 -14
  28. package/dist-es/commands/StartInstanceOnboardingJobCommand.js +2 -14
  29. package/dist-es/commands/StopCampaignCommand.js +2 -14
  30. package/dist-es/commands/TagResourceCommand.js +2 -14
  31. package/dist-es/commands/UntagResourceCommand.js +2 -14
  32. package/dist-es/commands/UpdateCampaignChannelSubtypeConfigCommand.js +2 -14
  33. package/dist-es/commands/UpdateCampaignCommunicationLimitsCommand.js +2 -14
  34. package/dist-es/commands/UpdateCampaignCommunicationTimeCommand.js +2 -14
  35. package/dist-es/commands/UpdateCampaignEntryLimitsCommand.js +2 -14
  36. package/dist-es/commands/UpdateCampaignFlowAssociationCommand.js +2 -14
  37. package/dist-es/commands/UpdateCampaignNameCommand.js +2 -14
  38. package/dist-es/commands/UpdateCampaignScheduleCommand.js +2 -14
  39. package/dist-es/commands/UpdateCampaignSourceCommand.js +2 -14
  40. package/dist-es/index.js +1 -0
  41. package/dist-es/runtimeConfig.browser.js +0 -2
  42. package/dist-es/runtimeConfig.js +1 -2
  43. package/dist-es/runtimeConfig.native.js +0 -2
  44. package/dist-es/runtimeConfig.shared.js +2 -0
  45. package/dist-types/commandBuilder.d.ts +18 -0
  46. package/dist-types/commands/CreateCampaignCommand.d.ts +3 -8
  47. package/dist-types/commands/DeleteCampaignChannelSubtypeConfigCommand.d.ts +3 -8
  48. package/dist-types/commands/DeleteCampaignCommand.d.ts +3 -8
  49. package/dist-types/commands/DeleteCampaignCommunicationLimitsCommand.d.ts +3 -8
  50. package/dist-types/commands/DeleteCampaignCommunicationTimeCommand.d.ts +3 -8
  51. package/dist-types/commands/DeleteCampaignEntryLimitsCommand.d.ts +3 -8
  52. package/dist-types/commands/DeleteConnectInstanceConfigCommand.d.ts +3 -8
  53. package/dist-types/commands/DeleteConnectInstanceIntegrationCommand.d.ts +3 -8
  54. package/dist-types/commands/DeleteInstanceOnboardingJobCommand.d.ts +3 -8
  55. package/dist-types/commands/DescribeCampaignCommand.d.ts +3 -8
  56. package/dist-types/commands/GetCampaignStateBatchCommand.d.ts +3 -8
  57. package/dist-types/commands/GetCampaignStateCommand.d.ts +3 -8
  58. package/dist-types/commands/GetConnectInstanceConfigCommand.d.ts +3 -8
  59. package/dist-types/commands/GetInstanceCommunicationLimitsCommand.d.ts +3 -8
  60. package/dist-types/commands/GetInstanceOnboardingJobStatusCommand.d.ts +3 -8
  61. package/dist-types/commands/ListCampaignsCommand.d.ts +3 -8
  62. package/dist-types/commands/ListConnectInstanceIntegrationsCommand.d.ts +3 -8
  63. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  64. package/dist-types/commands/PauseCampaignCommand.d.ts +3 -8
  65. package/dist-types/commands/PutConnectInstanceIntegrationCommand.d.ts +3 -8
  66. package/dist-types/commands/PutInstanceCommunicationLimitsCommand.d.ts +3 -8
  67. package/dist-types/commands/PutOutboundRequestBatchCommand.d.ts +3 -8
  68. package/dist-types/commands/PutProfileOutboundRequestBatchCommand.d.ts +3 -8
  69. package/dist-types/commands/ResumeCampaignCommand.d.ts +3 -8
  70. package/dist-types/commands/StartCampaignCommand.d.ts +3 -8
  71. package/dist-types/commands/StartInstanceOnboardingJobCommand.d.ts +3 -8
  72. package/dist-types/commands/StopCampaignCommand.d.ts +3 -8
  73. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  74. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  75. package/dist-types/commands/UpdateCampaignChannelSubtypeConfigCommand.d.ts +3 -8
  76. package/dist-types/commands/UpdateCampaignCommunicationLimitsCommand.d.ts +3 -8
  77. package/dist-types/commands/UpdateCampaignCommunicationTimeCommand.d.ts +3 -8
  78. package/dist-types/commands/UpdateCampaignEntryLimitsCommand.d.ts +3 -8
  79. package/dist-types/commands/UpdateCampaignFlowAssociationCommand.d.ts +3 -8
  80. package/dist-types/commands/UpdateCampaignNameCommand.d.ts +3 -8
  81. package/dist-types/commands/UpdateCampaignScheduleCommand.d.ts +3 -8
  82. package/dist-types/commands/UpdateCampaignSourceCommand.d.ts +3 -8
  83. package/dist-types/index.d.ts +1 -0
  84. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  85. package/dist-types/runtimeConfig.d.ts +1 -1
  86. package/dist-types/runtimeConfig.native.d.ts +1 -1
  87. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  88. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  89. package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/DeleteCampaignChannelSubtypeConfigCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/DeleteCampaignCommunicationLimitsCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/DeleteCampaignCommunicationTimeCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/DeleteCampaignEntryLimitsCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/DeleteConnectInstanceConfigCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/DeleteConnectInstanceIntegrationCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/DeleteInstanceOnboardingJobCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/GetCampaignStateBatchCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/GetCampaignStateCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/GetConnectInstanceConfigCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/GetInstanceCommunicationLimitsCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/GetInstanceOnboardingJobStatusCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/ListConnectInstanceIntegrationsCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/PauseCampaignCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/PutConnectInstanceIntegrationCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/PutInstanceCommunicationLimitsCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/PutOutboundRequestBatchCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/PutProfileOutboundRequestBatchCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/ResumeCampaignCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/StartCampaignCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/StartInstanceOnboardingJobCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/StopCampaignCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/UpdateCampaignChannelSubtypeConfigCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/UpdateCampaignCommunicationLimitsCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/UpdateCampaignCommunicationTimeCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/UpdateCampaignEntryLimitsCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/UpdateCampaignFlowAssociationCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/UpdateCampaignNameCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/UpdateCampaignScheduleCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/UpdateCampaignSourceCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/index.d.ts +1 -0
  127. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  128. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  129. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  130. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  131. package/package.json +8 -10
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ConnectCampaignsV2ClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ConnectCampaignsV2Client";
8
2
  import {
9
3
  GetInstanceCommunicationLimitsRequest,
10
4
  GetInstanceCommunicationLimitsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetInstanceCommunicationLimitsCommandInput
15
8
  extends GetInstanceCommunicationLimitsRequest {}
16
9
  export interface GetInstanceCommunicationLimitsCommandOutput
@@ -22,22 +15,20 @@ declare const GetInstanceCommunicationLimitsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetInstanceCommunicationLimitsCommandInput,
24
17
  GetInstanceCommunicationLimitsCommandOutput,
25
- ConnectCampaignsV2ClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ConnectCampaignsV2ClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetInstanceCommunicationLimitsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetInstanceCommunicationLimitsCommandInput,
33
26
  GetInstanceCommunicationLimitsCommandOutput,
34
- ConnectCampaignsV2ClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ConnectCampaignsV2ClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetInstanceCommunicationLimitsCommand extends GetInstanceCommunicationLimitsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ConnectCampaignsV2ClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ConnectCampaignsV2Client";
8
2
  import {
9
3
  GetInstanceOnboardingJobStatusRequest,
10
4
  GetInstanceOnboardingJobStatusResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetInstanceOnboardingJobStatusCommandInput
15
8
  extends GetInstanceOnboardingJobStatusRequest {}
16
9
  export interface GetInstanceOnboardingJobStatusCommandOutput
@@ -22,22 +15,20 @@ declare const GetInstanceOnboardingJobStatusCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetInstanceOnboardingJobStatusCommandInput,
24
17
  GetInstanceOnboardingJobStatusCommandOutput,
25
- ConnectCampaignsV2ClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ConnectCampaignsV2ClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetInstanceOnboardingJobStatusCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetInstanceOnboardingJobStatusCommandInput,
33
26
  GetInstanceOnboardingJobStatusCommandOutput,
34
- ConnectCampaignsV2ClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ConnectCampaignsV2ClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetInstanceOnboardingJobStatusCommand extends GetInstanceOnboardingJobStatusCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ConnectCampaignsV2ClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ConnectCampaignsV2Client";
8
2
  import {
9
3
  ListCampaignsRequest,
10
4
  ListCampaignsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListCampaignsCommandInput extends ListCampaignsRequest {}
15
8
  export interface ListCampaignsCommandOutput
16
9
  extends ListCampaignsResponse,
@@ -21,22 +14,20 @@ declare const ListCampaignsCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListCampaignsCommandInput,
23
16
  ListCampaignsCommandOutput,
24
- ConnectCampaignsV2ClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ConnectCampaignsV2ClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [ListCampaignsCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListCampaignsCommandInput,
32
25
  ListCampaignsCommandOutput,
33
- ConnectCampaignsV2ClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").ConnectCampaignsV2ClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class ListCampaignsCommand extends ListCampaignsCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ConnectCampaignsV2ClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ConnectCampaignsV2Client";
8
2
  import {
9
3
  ListConnectInstanceIntegrationsRequest,
10
4
  ListConnectInstanceIntegrationsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListConnectInstanceIntegrationsCommandInput
15
8
  extends ListConnectInstanceIntegrationsRequest {}
16
9
  export interface ListConnectInstanceIntegrationsCommandOutput
@@ -22,22 +15,20 @@ declare const ListConnectInstanceIntegrationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListConnectInstanceIntegrationsCommandInput,
24
17
  ListConnectInstanceIntegrationsCommandOutput,
25
- ConnectCampaignsV2ClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ConnectCampaignsV2ClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListConnectInstanceIntegrationsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListConnectInstanceIntegrationsCommandInput,
33
26
  ListConnectInstanceIntegrationsCommandOutput,
34
- ConnectCampaignsV2ClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ConnectCampaignsV2ClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListConnectInstanceIntegrationsCommand extends ListConnectInstanceIntegrationsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ConnectCampaignsV2ClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ConnectCampaignsV2Client";
8
2
  import {
9
3
  ListTagsForResourceRequest,
10
4
  ListTagsForResourceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTagsForResourceCommandInput
15
8
  extends ListTagsForResourceRequest {}
16
9
  export interface ListTagsForResourceCommandOutput
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTagsForResourceCommandInput,
24
17
  ListTagsForResourceCommandOutput,
25
- ConnectCampaignsV2ClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ConnectCampaignsV2ClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTagsForResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTagsForResourceCommandInput,
33
26
  ListTagsForResourceCommandOutput,
34
- ConnectCampaignsV2ClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ConnectCampaignsV2ClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ConnectCampaignsV2ClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ConnectCampaignsV2Client";
8
2
  import { PauseCampaignRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface PauseCampaignCommandInput extends PauseCampaignRequest {}
12
5
  export interface PauseCampaignCommandOutput extends __MetadataBearer {}
13
6
  declare const PauseCampaignCommand_base: {
@@ -16,22 +9,20 @@ declare const PauseCampaignCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  PauseCampaignCommandInput,
18
11
  PauseCampaignCommandOutput,
19
- ConnectCampaignsV2ClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").ConnectCampaignsV2ClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: PauseCampaignCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  PauseCampaignCommandInput,
27
20
  PauseCampaignCommandOutput,
28
- ConnectCampaignsV2ClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").ConnectCampaignsV2ClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class PauseCampaignCommand extends PauseCampaignCommand_base {
37
28
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ConnectCampaignsV2ClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ConnectCampaignsV2Client";
8
2
  import { PutConnectInstanceIntegrationRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface PutConnectInstanceIntegrationCommandInput
12
5
  extends PutConnectInstanceIntegrationRequest {}
13
6
  export interface PutConnectInstanceIntegrationCommandOutput
@@ -18,22 +11,20 @@ declare const PutConnectInstanceIntegrationCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  PutConnectInstanceIntegrationCommandInput,
20
13
  PutConnectInstanceIntegrationCommandOutput,
21
- ConnectCampaignsV2ClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ConnectCampaignsV2ClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: PutConnectInstanceIntegrationCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  PutConnectInstanceIntegrationCommandInput,
29
22
  PutConnectInstanceIntegrationCommandOutput,
30
- ConnectCampaignsV2ClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").ConnectCampaignsV2ClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class PutConnectInstanceIntegrationCommand extends PutConnectInstanceIntegrationCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ConnectCampaignsV2ClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ConnectCampaignsV2Client";
8
2
  import { PutInstanceCommunicationLimitsRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface PutInstanceCommunicationLimitsCommandInput
12
5
  extends PutInstanceCommunicationLimitsRequest {}
13
6
  export interface PutInstanceCommunicationLimitsCommandOutput
@@ -18,22 +11,20 @@ declare const PutInstanceCommunicationLimitsCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  PutInstanceCommunicationLimitsCommandInput,
20
13
  PutInstanceCommunicationLimitsCommandOutput,
21
- ConnectCampaignsV2ClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ConnectCampaignsV2ClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: PutInstanceCommunicationLimitsCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  PutInstanceCommunicationLimitsCommandInput,
29
22
  PutInstanceCommunicationLimitsCommandOutput,
30
- ConnectCampaignsV2ClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").ConnectCampaignsV2ClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class PutInstanceCommunicationLimitsCommand extends PutInstanceCommunicationLimitsCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ConnectCampaignsV2ClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ConnectCampaignsV2Client";
8
2
  import {
9
3
  PutOutboundRequestBatchRequest,
10
4
  PutOutboundRequestBatchResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface PutOutboundRequestBatchCommandInput
15
8
  extends PutOutboundRequestBatchRequest {}
16
9
  export interface PutOutboundRequestBatchCommandOutput
@@ -22,22 +15,20 @@ declare const PutOutboundRequestBatchCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  PutOutboundRequestBatchCommandInput,
24
17
  PutOutboundRequestBatchCommandOutput,
25
- ConnectCampaignsV2ClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ConnectCampaignsV2ClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: PutOutboundRequestBatchCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  PutOutboundRequestBatchCommandInput,
33
26
  PutOutboundRequestBatchCommandOutput,
34
- ConnectCampaignsV2ClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ConnectCampaignsV2ClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class PutOutboundRequestBatchCommand extends PutOutboundRequestBatchCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ConnectCampaignsV2ClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ConnectCampaignsV2Client";
8
2
  import {
9
3
  PutProfileOutboundRequestBatchRequest,
10
4
  PutProfileOutboundRequestBatchResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface PutProfileOutboundRequestBatchCommandInput
15
8
  extends PutProfileOutboundRequestBatchRequest {}
16
9
  export interface PutProfileOutboundRequestBatchCommandOutput
@@ -22,22 +15,20 @@ declare const PutProfileOutboundRequestBatchCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  PutProfileOutboundRequestBatchCommandInput,
24
17
  PutProfileOutboundRequestBatchCommandOutput,
25
- ConnectCampaignsV2ClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ConnectCampaignsV2ClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: PutProfileOutboundRequestBatchCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  PutProfileOutboundRequestBatchCommandInput,
33
26
  PutProfileOutboundRequestBatchCommandOutput,
34
- ConnectCampaignsV2ClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ConnectCampaignsV2ClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class PutProfileOutboundRequestBatchCommand extends PutProfileOutboundRequestBatchCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ConnectCampaignsV2ClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ConnectCampaignsV2Client";
8
2
  import { ResumeCampaignRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ResumeCampaignCommandInput extends ResumeCampaignRequest {}
12
5
  export interface ResumeCampaignCommandOutput extends __MetadataBearer {}
13
6
  declare const ResumeCampaignCommand_base: {
@@ -16,22 +9,20 @@ declare const ResumeCampaignCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  ResumeCampaignCommandInput,
18
11
  ResumeCampaignCommandOutput,
19
- ConnectCampaignsV2ClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").ConnectCampaignsV2ClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: ResumeCampaignCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  ResumeCampaignCommandInput,
27
20
  ResumeCampaignCommandOutput,
28
- ConnectCampaignsV2ClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").ConnectCampaignsV2ClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class ResumeCampaignCommand extends ResumeCampaignCommand_base {
37
28
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ConnectCampaignsV2ClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ConnectCampaignsV2Client";
8
2
  import { StartCampaignRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface StartCampaignCommandInput extends StartCampaignRequest {}
12
5
  export interface StartCampaignCommandOutput extends __MetadataBearer {}
13
6
  declare const StartCampaignCommand_base: {
@@ -16,22 +9,20 @@ declare const StartCampaignCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  StartCampaignCommandInput,
18
11
  StartCampaignCommandOutput,
19
- ConnectCampaignsV2ClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").ConnectCampaignsV2ClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: StartCampaignCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  StartCampaignCommandInput,
27
20
  StartCampaignCommandOutput,
28
- ConnectCampaignsV2ClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").ConnectCampaignsV2ClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class StartCampaignCommand extends StartCampaignCommand_base {
37
28
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ConnectCampaignsV2ClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ConnectCampaignsV2Client";
8
2
  import {
9
3
  StartInstanceOnboardingJobRequest,
10
4
  StartInstanceOnboardingJobResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface StartInstanceOnboardingJobCommandInput
15
8
  extends StartInstanceOnboardingJobRequest {}
16
9
  export interface StartInstanceOnboardingJobCommandOutput
@@ -22,22 +15,20 @@ declare const StartInstanceOnboardingJobCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  StartInstanceOnboardingJobCommandInput,
24
17
  StartInstanceOnboardingJobCommandOutput,
25
- ConnectCampaignsV2ClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ConnectCampaignsV2ClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: StartInstanceOnboardingJobCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  StartInstanceOnboardingJobCommandInput,
33
26
  StartInstanceOnboardingJobCommandOutput,
34
- ConnectCampaignsV2ClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ConnectCampaignsV2ClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class StartInstanceOnboardingJobCommand extends StartInstanceOnboardingJobCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ConnectCampaignsV2ClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ConnectCampaignsV2Client";
8
2
  import { StopCampaignRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface StopCampaignCommandInput extends StopCampaignRequest {}
12
5
  export interface StopCampaignCommandOutput extends __MetadataBearer {}
13
6
  declare const StopCampaignCommand_base: {
@@ -16,22 +9,20 @@ declare const StopCampaignCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  StopCampaignCommandInput,
18
11
  StopCampaignCommandOutput,
19
- ConnectCampaignsV2ClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").ConnectCampaignsV2ClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: StopCampaignCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  StopCampaignCommandInput,
27
20
  StopCampaignCommandOutput,
28
- ConnectCampaignsV2ClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").ConnectCampaignsV2ClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class StopCampaignCommand extends StopCampaignCommand_base {
37
28
  protected static __types: {