@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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
2
  import type { PauseCampaignRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PauseCampaignCommandInput extends PauseCampaignRequest {
22
19
  export interface PauseCampaignCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const PauseCampaignCommand_base: {
25
- new (input: PauseCampaignCommandInput): import("@smithy/core/client").CommandImpl<PauseCampaignCommandInput, PauseCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PauseCampaignCommandInput): import("@smithy/core/client").CommandImpl<PauseCampaignCommandInput, PauseCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PauseCampaignCommandInput): import("@smithy/core/client").CommandImpl<PauseCampaignCommandInput, PauseCampaignCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PauseCampaignCommandInput): import("@smithy/core/client").CommandImpl<PauseCampaignCommandInput, PauseCampaignCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * Pauses a campaign for the specified Amazon Connect account.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
2
  import type { PutConnectInstanceIntegrationRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutConnectInstanceIntegrationCommandInput extends PutConnectIns
22
19
  export interface PutConnectInstanceIntegrationCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const PutConnectInstanceIntegrationCommand_base: {
25
- new (input: PutConnectInstanceIntegrationCommandInput): import("@smithy/core/client").CommandImpl<PutConnectInstanceIntegrationCommandInput, PutConnectInstanceIntegrationCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutConnectInstanceIntegrationCommandInput): import("@smithy/core/client").CommandImpl<PutConnectInstanceIntegrationCommandInput, PutConnectInstanceIntegrationCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutConnectInstanceIntegrationCommandInput): import("@smithy/core/client").CommandImpl<PutConnectInstanceIntegrationCommandInput, PutConnectInstanceIntegrationCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutConnectInstanceIntegrationCommandInput): import("@smithy/core/client").CommandImpl<PutConnectInstanceIntegrationCommandInput, PutConnectInstanceIntegrationCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * Put or update the integration for the specified Amazon Connect instance.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
2
  import type { PutInstanceCommunicationLimitsRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutInstanceCommunicationLimitsCommandInput extends PutInstanceC
22
19
  export interface PutInstanceCommunicationLimitsCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const PutInstanceCommunicationLimitsCommand_base: {
25
- new (input: PutInstanceCommunicationLimitsCommandInput): import("@smithy/core/client").CommandImpl<PutInstanceCommunicationLimitsCommandInput, PutInstanceCommunicationLimitsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutInstanceCommunicationLimitsCommandInput): import("@smithy/core/client").CommandImpl<PutInstanceCommunicationLimitsCommandInput, PutInstanceCommunicationLimitsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutInstanceCommunicationLimitsCommandInput): import("@smithy/core/client").CommandImpl<PutInstanceCommunicationLimitsCommandInput, PutInstanceCommunicationLimitsCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutInstanceCommunicationLimitsCommandInput): import("@smithy/core/client").CommandImpl<PutInstanceCommunicationLimitsCommandInput, PutInstanceCommunicationLimitsCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * Put the instance communication limits. This API is idempotent.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
2
  import type { PutOutboundRequestBatchRequest, PutOutboundRequestBatchResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutOutboundRequestBatchCommandInput extends PutOutboundRequestB
22
19
  export interface PutOutboundRequestBatchCommandOutput extends PutOutboundRequestBatchResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutOutboundRequestBatchCommand_base: {
25
- new (input: PutOutboundRequestBatchCommandInput): import("@smithy/core/client").CommandImpl<PutOutboundRequestBatchCommandInput, PutOutboundRequestBatchCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutOutboundRequestBatchCommandInput): import("@smithy/core/client").CommandImpl<PutOutboundRequestBatchCommandInput, PutOutboundRequestBatchCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutOutboundRequestBatchCommandInput): import("@smithy/core/client").CommandImpl<PutOutboundRequestBatchCommandInput, PutOutboundRequestBatchCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutOutboundRequestBatchCommandInput): import("@smithy/core/client").CommandImpl<PutOutboundRequestBatchCommandInput, PutOutboundRequestBatchCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * Creates outbound requests for the specified campaign Amazon Connect account. This API is idempotent.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
2
  import type { PutProfileOutboundRequestBatchRequest, PutProfileOutboundRequestBatchResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutProfileOutboundRequestBatchCommandInput extends PutProfileOu
22
19
  export interface PutProfileOutboundRequestBatchCommandOutput extends PutProfileOutboundRequestBatchResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutProfileOutboundRequestBatchCommand_base: {
25
- new (input: PutProfileOutboundRequestBatchCommandInput): import("@smithy/core/client").CommandImpl<PutProfileOutboundRequestBatchCommandInput, PutProfileOutboundRequestBatchCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutProfileOutboundRequestBatchCommandInput): import("@smithy/core/client").CommandImpl<PutProfileOutboundRequestBatchCommandInput, PutProfileOutboundRequestBatchCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutProfileOutboundRequestBatchCommandInput): import("@smithy/core/client").CommandImpl<PutProfileOutboundRequestBatchCommandInput, PutProfileOutboundRequestBatchCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutProfileOutboundRequestBatchCommandInput): import("@smithy/core/client").CommandImpl<PutProfileOutboundRequestBatchCommandInput, PutProfileOutboundRequestBatchCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * Takes in a list of profile outbound requests to be placed as part of an outbound campaign. This API is idempotent.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
2
  import type { ResumeCampaignRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ResumeCampaignCommandInput extends ResumeCampaignRequest {
22
19
  export interface ResumeCampaignCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const ResumeCampaignCommand_base: {
25
- new (input: ResumeCampaignCommandInput): import("@smithy/core/client").CommandImpl<ResumeCampaignCommandInput, ResumeCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ResumeCampaignCommandInput): import("@smithy/core/client").CommandImpl<ResumeCampaignCommandInput, ResumeCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ResumeCampaignCommandInput): import("@smithy/core/client").CommandImpl<ResumeCampaignCommandInput, ResumeCampaignCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ResumeCampaignCommandInput): import("@smithy/core/client").CommandImpl<ResumeCampaignCommandInput, ResumeCampaignCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * Stops a campaign for the specified Amazon Connect account.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
2
  import type { StartCampaignRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartCampaignCommandInput extends StartCampaignRequest {
22
19
  export interface StartCampaignCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const StartCampaignCommand_base: {
25
- new (input: StartCampaignCommandInput): import("@smithy/core/client").CommandImpl<StartCampaignCommandInput, StartCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartCampaignCommandInput): import("@smithy/core/client").CommandImpl<StartCampaignCommandInput, StartCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartCampaignCommandInput): import("@smithy/core/client").CommandImpl<StartCampaignCommandInput, StartCampaignCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartCampaignCommandInput): import("@smithy/core/client").CommandImpl<StartCampaignCommandInput, StartCampaignCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * Starts a campaign for the specified Amazon Connect account.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
2
  import type { StartInstanceOnboardingJobRequest, StartInstanceOnboardingJobResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartInstanceOnboardingJobCommandInput extends StartInstanceOnb
22
19
  export interface StartInstanceOnboardingJobCommandOutput extends StartInstanceOnboardingJobResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartInstanceOnboardingJobCommand_base: {
25
- new (input: StartInstanceOnboardingJobCommandInput): import("@smithy/core/client").CommandImpl<StartInstanceOnboardingJobCommandInput, StartInstanceOnboardingJobCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartInstanceOnboardingJobCommandInput): import("@smithy/core/client").CommandImpl<StartInstanceOnboardingJobCommandInput, StartInstanceOnboardingJobCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartInstanceOnboardingJobCommandInput): import("@smithy/core/client").CommandImpl<StartInstanceOnboardingJobCommandInput, StartInstanceOnboardingJobCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartInstanceOnboardingJobCommandInput): import("@smithy/core/client").CommandImpl<StartInstanceOnboardingJobCommandInput, StartInstanceOnboardingJobCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * Onboard the specific Amazon Connect instance to Connect Campaigns.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
2
  import type { StopCampaignRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StopCampaignCommandInput extends StopCampaignRequest {
22
19
  export interface StopCampaignCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const StopCampaignCommand_base: {
25
- new (input: StopCampaignCommandInput): import("@smithy/core/client").CommandImpl<StopCampaignCommandInput, StopCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopCampaignCommandInput): import("@smithy/core/client").CommandImpl<StopCampaignCommandInput, StopCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StopCampaignCommandInput): import("@smithy/core/client").CommandImpl<StopCampaignCommandInput, StopCampaignCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StopCampaignCommandInput): import("@smithy/core/client").CommandImpl<StopCampaignCommandInput, StopCampaignCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * Stops a campaign for the specified Amazon Connect account.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
2
  import type { TagResourceRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * Tag a resource.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
2
  import type { UntagResourceRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * Untag a resource.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
2
  import type { UpdateCampaignChannelSubtypeConfigRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateCampaignChannelSubtypeConfigCommandInput extends UpdateCa
22
19
  export interface UpdateCampaignChannelSubtypeConfigCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UpdateCampaignChannelSubtypeConfigCommand_base: {
25
- new (input: UpdateCampaignChannelSubtypeConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignChannelSubtypeConfigCommandInput, UpdateCampaignChannelSubtypeConfigCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateCampaignChannelSubtypeConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignChannelSubtypeConfigCommandInput, UpdateCampaignChannelSubtypeConfigCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateCampaignChannelSubtypeConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignChannelSubtypeConfigCommandInput, UpdateCampaignChannelSubtypeConfigCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateCampaignChannelSubtypeConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignChannelSubtypeConfigCommandInput, UpdateCampaignChannelSubtypeConfigCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * Updates the channel subtype config of a campaign. This API is idempotent.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
2
  import type { UpdateCampaignCommunicationLimitsRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateCampaignCommunicationLimitsCommandInput extends UpdateCam
22
19
  export interface UpdateCampaignCommunicationLimitsCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UpdateCampaignCommunicationLimitsCommand_base: {
25
- new (input: UpdateCampaignCommunicationLimitsCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignCommunicationLimitsCommandInput, UpdateCampaignCommunicationLimitsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateCampaignCommunicationLimitsCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignCommunicationLimitsCommandInput, UpdateCampaignCommunicationLimitsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateCampaignCommunicationLimitsCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignCommunicationLimitsCommandInput, UpdateCampaignCommunicationLimitsCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateCampaignCommunicationLimitsCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignCommunicationLimitsCommandInput, UpdateCampaignCommunicationLimitsCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * Updates the communication limits config for a campaign. This API is idempotent.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
2
  import type { UpdateCampaignCommunicationTimeRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateCampaignCommunicationTimeCommandInput extends UpdateCampa
22
19
  export interface UpdateCampaignCommunicationTimeCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UpdateCampaignCommunicationTimeCommand_base: {
25
- new (input: UpdateCampaignCommunicationTimeCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignCommunicationTimeCommandInput, UpdateCampaignCommunicationTimeCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateCampaignCommunicationTimeCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignCommunicationTimeCommandInput, UpdateCampaignCommunicationTimeCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateCampaignCommunicationTimeCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignCommunicationTimeCommandInput, UpdateCampaignCommunicationTimeCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateCampaignCommunicationTimeCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignCommunicationTimeCommandInput, UpdateCampaignCommunicationTimeCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * Updates the communication time config for a campaign. This API is idempotent.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
2
  import type { UpdateCampaignEntryLimitsRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateCampaignEntryLimitsCommandInput extends UpdateCampaignEnt
22
19
  export interface UpdateCampaignEntryLimitsCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UpdateCampaignEntryLimitsCommand_base: {
25
- new (input: UpdateCampaignEntryLimitsCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignEntryLimitsCommandInput, UpdateCampaignEntryLimitsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateCampaignEntryLimitsCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignEntryLimitsCommandInput, UpdateCampaignEntryLimitsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateCampaignEntryLimitsCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignEntryLimitsCommandInput, UpdateCampaignEntryLimitsCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateCampaignEntryLimitsCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignEntryLimitsCommandInput, UpdateCampaignEntryLimitsCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * Updates the entry limits config for a campaign. This API is idempotent.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
2
  import type { UpdateCampaignFlowAssociationRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateCampaignFlowAssociationCommandInput extends UpdateCampaig
22
19
  export interface UpdateCampaignFlowAssociationCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UpdateCampaignFlowAssociationCommand_base: {
25
- new (input: UpdateCampaignFlowAssociationCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignFlowAssociationCommandInput, UpdateCampaignFlowAssociationCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateCampaignFlowAssociationCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignFlowAssociationCommandInput, UpdateCampaignFlowAssociationCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateCampaignFlowAssociationCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignFlowAssociationCommandInput, UpdateCampaignFlowAssociationCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateCampaignFlowAssociationCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignFlowAssociationCommandInput, UpdateCampaignFlowAssociationCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * Updates the campaign flow associated with a campaign. This API is idempotent.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
2
  import type { UpdateCampaignNameRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateCampaignNameCommandInput extends UpdateCampaignNameReques
22
19
  export interface UpdateCampaignNameCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UpdateCampaignNameCommand_base: {
25
- new (input: UpdateCampaignNameCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignNameCommandInput, UpdateCampaignNameCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateCampaignNameCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignNameCommandInput, UpdateCampaignNameCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateCampaignNameCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignNameCommandInput, UpdateCampaignNameCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateCampaignNameCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignNameCommandInput, UpdateCampaignNameCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * Updates the name of a campaign. This API is idempotent.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
2
  import type { UpdateCampaignScheduleRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateCampaignScheduleCommandInput extends UpdateCampaignSchedu
22
19
  export interface UpdateCampaignScheduleCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UpdateCampaignScheduleCommand_base: {
25
- new (input: UpdateCampaignScheduleCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignScheduleCommandInput, UpdateCampaignScheduleCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateCampaignScheduleCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignScheduleCommandInput, UpdateCampaignScheduleCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateCampaignScheduleCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignScheduleCommandInput, UpdateCampaignScheduleCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateCampaignScheduleCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignScheduleCommandInput, UpdateCampaignScheduleCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * Updates the schedule for a campaign. This API is idempotent.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
2
  import type { UpdateCampaignSourceRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateCampaignSourceCommandInput extends UpdateCampaignSourceRe
22
19
  export interface UpdateCampaignSourceCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UpdateCampaignSourceCommand_base: {
25
- new (input: UpdateCampaignSourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignSourceCommandInput, UpdateCampaignSourceCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateCampaignSourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignSourceCommandInput, UpdateCampaignSourceCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateCampaignSourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignSourceCommandInput, UpdateCampaignSourceCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateCampaignSourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignSourceCommandInput, UpdateCampaignSourceCommandOutput, import("..").ConnectCampaignsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * Updates the campaign source with a campaign. This API is idempotent.
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { ConnectCampaignsV2ExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export { Command as $Command } from "@smithy/core/client";
12
13
  export * from "./schemas/schemas_0";
13
14
  export * from "./pagination";
14
15
  export * from "./models/enums";
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: ConnectCampaignsV2ClientConfig)
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
16
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: ConnectCampaignsV2ClientConfig)
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: ConnectCampaignsV2ClientConfig)
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
17
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: ConnectCampaignsV2ClientConfig)
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { ConnectCampaignsV2ClientConfig } from "./ConnectCampaignsV2Client"
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: ConnectCampaignsV2ClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: ConnectCampaignsV2ClientConfig)
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;