@aws-sdk/client-connectcampaignsv2 3.694.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 (223) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +461 -0
  3. package/dist-cjs/ConnectCampaignsV2.js +75 -0
  4. package/dist-cjs/ConnectCampaignsV2Client.js +50 -0
  5. package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
  6. package/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
  7. package/dist-cjs/commands/CreateCampaignCommand.js +27 -0
  8. package/dist-cjs/commands/DeleteCampaignChannelSubtypeConfigCommand.js +26 -0
  9. package/dist-cjs/commands/DeleteCampaignCommand.js +26 -0
  10. package/dist-cjs/commands/DeleteCampaignCommunicationLimitsCommand.js +26 -0
  11. package/dist-cjs/commands/DeleteCampaignCommunicationTimeCommand.js +26 -0
  12. package/dist-cjs/commands/DeleteConnectInstanceConfigCommand.js +26 -0
  13. package/dist-cjs/commands/DeleteConnectInstanceIntegrationCommand.js +26 -0
  14. package/dist-cjs/commands/DeleteInstanceOnboardingJobCommand.js +26 -0
  15. package/dist-cjs/commands/DescribeCampaignCommand.js +27 -0
  16. package/dist-cjs/commands/GetCampaignStateBatchCommand.js +26 -0
  17. package/dist-cjs/commands/GetCampaignStateCommand.js +26 -0
  18. package/dist-cjs/commands/GetConnectInstanceConfigCommand.js +26 -0
  19. package/dist-cjs/commands/GetInstanceOnboardingJobStatusCommand.js +26 -0
  20. package/dist-cjs/commands/ListCampaignsCommand.js +26 -0
  21. package/dist-cjs/commands/ListConnectInstanceIntegrationsCommand.js +26 -0
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +26 -0
  23. package/dist-cjs/commands/PauseCampaignCommand.js +26 -0
  24. package/dist-cjs/commands/PutConnectInstanceIntegrationCommand.js +26 -0
  25. package/dist-cjs/commands/PutOutboundRequestBatchCommand.js +27 -0
  26. package/dist-cjs/commands/ResumeCampaignCommand.js +26 -0
  27. package/dist-cjs/commands/StartCampaignCommand.js +26 -0
  28. package/dist-cjs/commands/StartInstanceOnboardingJobCommand.js +26 -0
  29. package/dist-cjs/commands/StopCampaignCommand.js +26 -0
  30. package/dist-cjs/commands/TagResourceCommand.js +26 -0
  31. package/dist-cjs/commands/UntagResourceCommand.js +26 -0
  32. package/dist-cjs/commands/UpdateCampaignChannelSubtypeConfigCommand.js +27 -0
  33. package/dist-cjs/commands/UpdateCampaignCommunicationLimitsCommand.js +26 -0
  34. package/dist-cjs/commands/UpdateCampaignCommunicationTimeCommand.js +26 -0
  35. package/dist-cjs/commands/UpdateCampaignFlowAssociationCommand.js +26 -0
  36. package/dist-cjs/commands/UpdateCampaignNameCommand.js +26 -0
  37. package/dist-cjs/commands/UpdateCampaignScheduleCommand.js +26 -0
  38. package/dist-cjs/commands/UpdateCampaignSourceCommand.js +26 -0
  39. package/dist-cjs/commands/index.js +35 -0
  40. package/dist-cjs/endpoint/EndpointParameters.js +18 -0
  41. package/dist-cjs/endpoint/endpointResolver.js +18 -0
  42. package/dist-cjs/endpoint/ruleset.js +7 -0
  43. package/dist-cjs/extensionConfiguration.js +2 -0
  44. package/dist-cjs/index.js +11 -0
  45. package/dist-cjs/models/ConnectCampaignsV2ServiceException.js +12 -0
  46. package/dist-cjs/models/index.js +4 -0
  47. package/dist-cjs/models/models_0.js +409 -0
  48. package/dist-cjs/pagination/Interfaces.js +2 -0
  49. package/dist-cjs/pagination/ListCampaignsPaginator.js +7 -0
  50. package/dist-cjs/pagination/ListConnectInstanceIntegrationsPaginator.js +7 -0
  51. package/dist-cjs/pagination/index.js +6 -0
  52. package/dist-cjs/protocols/Aws_restJson1.js +1193 -0
  53. package/dist-cjs/runtimeConfig.browser.js +39 -0
  54. package/dist-cjs/runtimeConfig.js +50 -0
  55. package/dist-cjs/runtimeConfig.native.js +15 -0
  56. package/dist-cjs/runtimeConfig.shared.js +34 -0
  57. package/dist-cjs/runtimeExtensions.js +25 -0
  58. package/dist-es/ConnectCampaignsV2.js +71 -0
  59. package/dist-es/ConnectCampaignsV2Client.js +46 -0
  60. package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  61. package/dist-es/auth/httpAuthSchemeProvider.js +41 -0
  62. package/dist-es/commands/CreateCampaignCommand.js +23 -0
  63. package/dist-es/commands/DeleteCampaignChannelSubtypeConfigCommand.js +22 -0
  64. package/dist-es/commands/DeleteCampaignCommand.js +22 -0
  65. package/dist-es/commands/DeleteCampaignCommunicationLimitsCommand.js +22 -0
  66. package/dist-es/commands/DeleteCampaignCommunicationTimeCommand.js +22 -0
  67. package/dist-es/commands/DeleteConnectInstanceConfigCommand.js +22 -0
  68. package/dist-es/commands/DeleteConnectInstanceIntegrationCommand.js +22 -0
  69. package/dist-es/commands/DeleteInstanceOnboardingJobCommand.js +22 -0
  70. package/dist-es/commands/DescribeCampaignCommand.js +23 -0
  71. package/dist-es/commands/GetCampaignStateBatchCommand.js +22 -0
  72. package/dist-es/commands/GetCampaignStateCommand.js +22 -0
  73. package/dist-es/commands/GetConnectInstanceConfigCommand.js +22 -0
  74. package/dist-es/commands/GetInstanceOnboardingJobStatusCommand.js +22 -0
  75. package/dist-es/commands/ListCampaignsCommand.js +22 -0
  76. package/dist-es/commands/ListConnectInstanceIntegrationsCommand.js +22 -0
  77. package/dist-es/commands/ListTagsForResourceCommand.js +22 -0
  78. package/dist-es/commands/PauseCampaignCommand.js +22 -0
  79. package/dist-es/commands/PutConnectInstanceIntegrationCommand.js +22 -0
  80. package/dist-es/commands/PutOutboundRequestBatchCommand.js +23 -0
  81. package/dist-es/commands/ResumeCampaignCommand.js +22 -0
  82. package/dist-es/commands/StartCampaignCommand.js +22 -0
  83. package/dist-es/commands/StartInstanceOnboardingJobCommand.js +22 -0
  84. package/dist-es/commands/StopCampaignCommand.js +22 -0
  85. package/dist-es/commands/TagResourceCommand.js +22 -0
  86. package/dist-es/commands/UntagResourceCommand.js +22 -0
  87. package/dist-es/commands/UpdateCampaignChannelSubtypeConfigCommand.js +23 -0
  88. package/dist-es/commands/UpdateCampaignCommunicationLimitsCommand.js +22 -0
  89. package/dist-es/commands/UpdateCampaignCommunicationTimeCommand.js +22 -0
  90. package/dist-es/commands/UpdateCampaignFlowAssociationCommand.js +22 -0
  91. package/dist-es/commands/UpdateCampaignNameCommand.js +22 -0
  92. package/dist-es/commands/UpdateCampaignScheduleCommand.js +22 -0
  93. package/dist-es/commands/UpdateCampaignSourceCommand.js +22 -0
  94. package/dist-es/commands/index.js +32 -0
  95. package/dist-es/endpoint/EndpointParameters.js +14 -0
  96. package/dist-es/endpoint/endpointResolver.js +14 -0
  97. package/dist-es/endpoint/ruleset.js +4 -0
  98. package/dist-es/extensionConfiguration.js +1 -0
  99. package/dist-es/index.js +6 -0
  100. package/dist-es/models/ConnectCampaignsV2ServiceException.js +8 -0
  101. package/dist-es/models/index.js +1 -0
  102. package/dist-es/models/models_0.js +384 -0
  103. package/dist-es/pagination/Interfaces.js +1 -0
  104. package/dist-es/pagination/ListCampaignsPaginator.js +4 -0
  105. package/dist-es/pagination/ListConnectInstanceIntegrationsPaginator.js +4 -0
  106. package/dist-es/pagination/index.js +3 -0
  107. package/dist-es/protocols/Aws_restJson1.js +1125 -0
  108. package/dist-es/runtimeConfig.browser.js +34 -0
  109. package/dist-es/runtimeConfig.js +45 -0
  110. package/dist-es/runtimeConfig.native.js +11 -0
  111. package/dist-es/runtimeConfig.shared.js +30 -0
  112. package/dist-es/runtimeExtensions.js +21 -0
  113. package/dist-types/ConnectCampaignsV2.d.ts +235 -0
  114. package/dist-types/ConnectCampaignsV2Client.d.ts +201 -0
  115. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  116. package/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  117. package/dist-types/commands/CreateCampaignCommand.d.ts +235 -0
  118. package/dist-types/commands/DeleteCampaignChannelSubtypeConfigCommand.d.ts +85 -0
  119. package/dist-types/commands/DeleteCampaignCommand.d.ts +81 -0
  120. package/dist-types/commands/DeleteCampaignCommunicationLimitsCommand.d.ts +88 -0
  121. package/dist-types/commands/DeleteCampaignCommunicationTimeCommand.d.ts +88 -0
  122. package/dist-types/commands/DeleteConnectInstanceConfigCommand.d.ts +88 -0
  123. package/dist-types/commands/DeleteConnectInstanceIntegrationCommand.d.ts +92 -0
  124. package/dist-types/commands/DeleteInstanceOnboardingJobCommand.d.ts +84 -0
  125. package/dist-types/commands/DescribeCampaignCommand.d.ts +226 -0
  126. package/dist-types/commands/GetCampaignStateBatchCommand.d.ts +96 -0
  127. package/dist-types/commands/GetCampaignStateCommand.d.ts +86 -0
  128. package/dist-types/commands/GetConnectInstanceConfigCommand.d.ts +91 -0
  129. package/dist-types/commands/GetInstanceOnboardingJobStatusCommand.d.ts +87 -0
  130. package/dist-types/commands/ListCampaignsCommand.d.ts +104 -0
  131. package/dist-types/commands/ListConnectInstanceIntegrationsCommand.d.ts +101 -0
  132. package/dist-types/commands/ListTagsForResourceCommand.d.ts +88 -0
  133. package/dist-types/commands/PauseCampaignCommand.d.ts +90 -0
  134. package/dist-types/commands/PutConnectInstanceIntegrationCommand.d.ts +98 -0
  135. package/dist-types/commands/PutOutboundRequestBatchCommand.d.ts +139 -0
  136. package/dist-types/commands/ResumeCampaignCommand.d.ts +90 -0
  137. package/dist-types/commands/StartCampaignCommand.d.ts +90 -0
  138. package/dist-types/commands/StartInstanceOnboardingJobCommand.d.ts +98 -0
  139. package/dist-types/commands/StopCampaignCommand.d.ts +90 -0
  140. package/dist-types/commands/TagResourceCommand.d.ts +87 -0
  141. package/dist-types/commands/UntagResourceCommand.d.ts +87 -0
  142. package/dist-types/commands/UpdateCampaignChannelSubtypeConfigCommand.d.ts +128 -0
  143. package/dist-types/commands/UpdateCampaignCommunicationLimitsCommand.d.ts +98 -0
  144. package/dist-types/commands/UpdateCampaignCommunicationTimeCommand.d.ts +158 -0
  145. package/dist-types/commands/UpdateCampaignFlowAssociationCommand.d.ts +88 -0
  146. package/dist-types/commands/UpdateCampaignNameCommand.d.ts +85 -0
  147. package/dist-types/commands/UpdateCampaignScheduleCommand.d.ts +92 -0
  148. package/dist-types/commands/UpdateCampaignSourceCommand.d.ts +90 -0
  149. package/dist-types/commands/index.d.ts +32 -0
  150. package/dist-types/endpoint/EndpointParameters.d.ts +40 -0
  151. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  152. package/dist-types/endpoint/ruleset.d.ts +2 -0
  153. package/dist-types/extensionConfiguration.d.ts +9 -0
  154. package/dist-types/index.d.ts +14 -0
  155. package/dist-types/models/ConnectCampaignsV2ServiceException.d.ts +14 -0
  156. package/dist-types/models/index.d.ts +1 -0
  157. package/dist-types/models/models_0.d.ts +2299 -0
  158. package/dist-types/pagination/Interfaces.d.ts +8 -0
  159. package/dist-types/pagination/ListCampaignsPaginator.d.ts +7 -0
  160. package/dist-types/pagination/ListConnectInstanceIntegrationsPaginator.d.ts +7 -0
  161. package/dist-types/pagination/index.d.ts +3 -0
  162. package/dist-types/protocols/Aws_restJson1.d.ts +290 -0
  163. package/dist-types/runtimeConfig.browser.d.ts +48 -0
  164. package/dist-types/runtimeConfig.d.ts +48 -0
  165. package/dist-types/runtimeConfig.native.d.ts +47 -0
  166. package/dist-types/runtimeConfig.shared.d.ts +21 -0
  167. package/dist-types/runtimeExtensions.d.ts +17 -0
  168. package/dist-types/ts3.4/ConnectCampaignsV2.d.ts +576 -0
  169. package/dist-types/ts3.4/ConnectCampaignsV2Client.d.ts +313 -0
  170. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  171. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
  172. package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +50 -0
  173. package/dist-types/ts3.4/commands/DeleteCampaignChannelSubtypeConfigCommand.d.ts +47 -0
  174. package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +45 -0
  175. package/dist-types/ts3.4/commands/DeleteCampaignCommunicationLimitsCommand.d.ts +47 -0
  176. package/dist-types/ts3.4/commands/DeleteCampaignCommunicationTimeCommand.d.ts +47 -0
  177. package/dist-types/ts3.4/commands/DeleteConnectInstanceConfigCommand.d.ts +47 -0
  178. package/dist-types/ts3.4/commands/DeleteConnectInstanceIntegrationCommand.d.ts +47 -0
  179. package/dist-types/ts3.4/commands/DeleteInstanceOnboardingJobCommand.d.ts +47 -0
  180. package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +50 -0
  181. package/dist-types/ts3.4/commands/GetCampaignStateBatchCommand.d.ts +51 -0
  182. package/dist-types/ts3.4/commands/GetCampaignStateCommand.d.ts +50 -0
  183. package/dist-types/ts3.4/commands/GetConnectInstanceConfigCommand.d.ts +51 -0
  184. package/dist-types/ts3.4/commands/GetInstanceOnboardingJobStatusCommand.d.ts +51 -0
  185. package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +50 -0
  186. package/dist-types/ts3.4/commands/ListConnectInstanceIntegrationsCommand.d.ts +51 -0
  187. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
  188. package/dist-types/ts3.4/commands/PauseCampaignCommand.d.ts +45 -0
  189. package/dist-types/ts3.4/commands/PutConnectInstanceIntegrationCommand.d.ts +47 -0
  190. package/dist-types/ts3.4/commands/PutOutboundRequestBatchCommand.d.ts +51 -0
  191. package/dist-types/ts3.4/commands/ResumeCampaignCommand.d.ts +45 -0
  192. package/dist-types/ts3.4/commands/StartCampaignCommand.d.ts +45 -0
  193. package/dist-types/ts3.4/commands/StartInstanceOnboardingJobCommand.d.ts +51 -0
  194. package/dist-types/ts3.4/commands/StopCampaignCommand.d.ts +45 -0
  195. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +45 -0
  196. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +45 -0
  197. package/dist-types/ts3.4/commands/UpdateCampaignChannelSubtypeConfigCommand.d.ts +47 -0
  198. package/dist-types/ts3.4/commands/UpdateCampaignCommunicationLimitsCommand.d.ts +47 -0
  199. package/dist-types/ts3.4/commands/UpdateCampaignCommunicationTimeCommand.d.ts +47 -0
  200. package/dist-types/ts3.4/commands/UpdateCampaignFlowAssociationCommand.d.ts +47 -0
  201. package/dist-types/ts3.4/commands/UpdateCampaignNameCommand.d.ts +46 -0
  202. package/dist-types/ts3.4/commands/UpdateCampaignScheduleCommand.d.ts +46 -0
  203. package/dist-types/ts3.4/commands/UpdateCampaignSourceCommand.d.ts +46 -0
  204. package/dist-types/ts3.4/commands/index.d.ts +32 -0
  205. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
  206. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  207. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  208. package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  209. package/dist-types/ts3.4/index.d.ts +9 -0
  210. package/dist-types/ts3.4/models/ConnectCampaignsV2ServiceException.d.ts +9 -0
  211. package/dist-types/ts3.4/models/index.d.ts +1 -0
  212. package/dist-types/ts3.4/models/models_0.d.ts +827 -0
  213. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  214. package/dist-types/ts3.4/pagination/ListCampaignsPaginator.d.ts +11 -0
  215. package/dist-types/ts3.4/pagination/ListConnectInstanceIntegrationsPaginator.d.ts +11 -0
  216. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  217. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +389 -0
  218. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +95 -0
  219. package/dist-types/ts3.4/runtimeConfig.d.ts +96 -0
  220. package/dist-types/ts3.4/runtimeConfig.native.d.ts +89 -0
  221. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +23 -0
  222. package/dist-types/ts3.4/runtimeExtensions.d.ts +13 -0
  223. package/package.json +101 -0
@@ -0,0 +1,61 @@
1
+ import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
+ import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider } from "@smithy/types";
3
+ import { ConnectCampaignsV2ClientResolvedConfig } from "../ConnectCampaignsV2Client";
4
+ /**
5
+ * @internal
6
+ */
7
+ export interface ConnectCampaignsV2HttpAuthSchemeParameters extends HttpAuthSchemeParameters {
8
+ region?: string;
9
+ }
10
+ /**
11
+ * @internal
12
+ */
13
+ export interface ConnectCampaignsV2HttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<ConnectCampaignsV2ClientResolvedConfig, HandlerExecutionContext, ConnectCampaignsV2HttpAuthSchemeParameters, object> {
14
+ }
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const defaultConnectCampaignsV2HttpAuthSchemeParametersProvider: (config: ConnectCampaignsV2ClientResolvedConfig, context: HandlerExecutionContext, input: object) => Promise<ConnectCampaignsV2HttpAuthSchemeParameters>;
19
+ /**
20
+ * @internal
21
+ */
22
+ export interface ConnectCampaignsV2HttpAuthSchemeProvider extends HttpAuthSchemeProvider<ConnectCampaignsV2HttpAuthSchemeParameters> {
23
+ }
24
+ /**
25
+ * @internal
26
+ */
27
+ export declare const defaultConnectCampaignsV2HttpAuthSchemeProvider: ConnectCampaignsV2HttpAuthSchemeProvider;
28
+ /**
29
+ * @internal
30
+ */
31
+ export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
32
+ /**
33
+ * Configuration of HttpAuthSchemes for a client which provides default identity providers and signers per auth scheme.
34
+ * @internal
35
+ */
36
+ httpAuthSchemes?: HttpAuthScheme[];
37
+ /**
38
+ * Configuration of an HttpAuthSchemeProvider for a client which resolves which HttpAuthScheme to use.
39
+ * @internal
40
+ */
41
+ httpAuthSchemeProvider?: ConnectCampaignsV2HttpAuthSchemeProvider;
42
+ }
43
+ /**
44
+ * @internal
45
+ */
46
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
47
+ /**
48
+ * Configuration of HttpAuthSchemes for a client which provides default identity providers and signers per auth scheme.
49
+ * @internal
50
+ */
51
+ readonly httpAuthSchemes: HttpAuthScheme[];
52
+ /**
53
+ * Configuration of an HttpAuthSchemeProvider for a client which resolves which HttpAuthScheme to use.
54
+ * @internal
55
+ */
56
+ readonly httpAuthSchemeProvider: ConnectCampaignsV2HttpAuthSchemeProvider;
57
+ }
58
+ /**
59
+ * @internal
60
+ */
61
+ export declare const resolveHttpAuthSchemeConfig: <T>(config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved) => T & HttpAuthSchemeResolvedConfig;
@@ -0,0 +1,235 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
+ import { CreateCampaignRequest, CreateCampaignResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CreateCampaignCommand}.
14
+ */
15
+ export interface CreateCampaignCommandInput extends CreateCampaignRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CreateCampaignCommand}.
21
+ */
22
+ export interface CreateCampaignCommandOutput extends CreateCampaignResponse, __MetadataBearer {
23
+ }
24
+ declare const CreateCampaignCommand_base: {
25
+ new (input: CreateCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCampaignCommandInput, CreateCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: CreateCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCampaignCommandInput, CreateCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * Creates a campaign for the specified Amazon Connect account. This API is idempotent.
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { ConnectCampaignsV2Client, CreateCampaignCommand } from "@aws-sdk/client-connectcampaignsv2"; // ES Modules import
35
+ * // const { ConnectCampaignsV2Client, CreateCampaignCommand } = require("@aws-sdk/client-connectcampaignsv2"); // CommonJS import
36
+ * const client = new ConnectCampaignsV2Client(config);
37
+ * const input = { // CreateCampaignRequest
38
+ * name: "STRING_VALUE", // required
39
+ * connectInstanceId: "STRING_VALUE", // required
40
+ * channelSubtypeConfig: { // ChannelSubtypeConfig
41
+ * telephony: { // TelephonyChannelSubtypeConfig
42
+ * capacity: Number("double"),
43
+ * connectQueueId: "STRING_VALUE",
44
+ * outboundMode: { // TelephonyOutboundMode Union: only one key present
45
+ * progressive: { // ProgressiveConfig
46
+ * bandwidthAllocation: Number("double"), // required
47
+ * },
48
+ * predictive: { // PredictiveConfig
49
+ * bandwidthAllocation: Number("double"), // required
50
+ * },
51
+ * agentless: {},
52
+ * },
53
+ * defaultOutboundConfig: { // TelephonyOutboundConfig
54
+ * connectContactFlowId: "STRING_VALUE", // required
55
+ * connectSourcePhoneNumber: "STRING_VALUE",
56
+ * answerMachineDetectionConfig: { // AnswerMachineDetectionConfig
57
+ * enableAnswerMachineDetection: true || false, // required
58
+ * awaitAnswerMachinePrompt: true || false,
59
+ * },
60
+ * },
61
+ * },
62
+ * sms: { // SmsChannelSubtypeConfig
63
+ * capacity: Number("double"),
64
+ * outboundMode: { // SmsOutboundMode Union: only one key present
65
+ * agentless: {},
66
+ * },
67
+ * defaultOutboundConfig: { // SmsOutboundConfig
68
+ * connectSourcePhoneNumberArn: "STRING_VALUE", // required
69
+ * wisdomTemplateArn: "STRING_VALUE", // required
70
+ * },
71
+ * },
72
+ * email: { // EmailChannelSubtypeConfig
73
+ * capacity: Number("double"),
74
+ * outboundMode: { // EmailOutboundMode Union: only one key present
75
+ * agentless: {},
76
+ * },
77
+ * defaultOutboundConfig: { // EmailOutboundConfig
78
+ * connectSourceEmailAddress: "STRING_VALUE", // required
79
+ * sourceEmailAddressDisplayName: "STRING_VALUE",
80
+ * wisdomTemplateArn: "STRING_VALUE", // required
81
+ * },
82
+ * },
83
+ * },
84
+ * source: { // Source Union: only one key present
85
+ * customerProfilesSegmentArn: "STRING_VALUE",
86
+ * },
87
+ * connectCampaignFlowArn: "STRING_VALUE",
88
+ * schedule: { // Schedule
89
+ * startTime: new Date("TIMESTAMP"), // required
90
+ * endTime: new Date("TIMESTAMP"), // required
91
+ * refreshFrequency: "STRING_VALUE",
92
+ * },
93
+ * communicationTimeConfig: { // CommunicationTimeConfig
94
+ * localTimeZoneConfig: { // LocalTimeZoneConfig
95
+ * defaultTimeZone: "STRING_VALUE",
96
+ * localTimeZoneDetection: [ // LocalTimeZoneDetection
97
+ * "STRING_VALUE",
98
+ * ],
99
+ * },
100
+ * telephony: { // TimeWindow
101
+ * openHours: { // OpenHours Union: only one key present
102
+ * dailyHours: { // DailyHours
103
+ * "<keys>": [ // TimeRangeList
104
+ * { // TimeRange
105
+ * startTime: "STRING_VALUE", // required
106
+ * endTime: "STRING_VALUE", // required
107
+ * },
108
+ * ],
109
+ * },
110
+ * },
111
+ * restrictedPeriods: { // RestrictedPeriods Union: only one key present
112
+ * restrictedPeriodList: [ // RestrictedPeriodList
113
+ * { // RestrictedPeriod
114
+ * name: "STRING_VALUE",
115
+ * startDate: "STRING_VALUE", // required
116
+ * endDate: "STRING_VALUE", // required
117
+ * },
118
+ * ],
119
+ * },
120
+ * },
121
+ * sms: {
122
+ * openHours: {// Union: only one key present
123
+ * dailyHours: {
124
+ * "<keys>": [
125
+ * {
126
+ * startTime: "STRING_VALUE", // required
127
+ * endTime: "STRING_VALUE", // required
128
+ * },
129
+ * ],
130
+ * },
131
+ * },
132
+ * restrictedPeriods: {// Union: only one key present
133
+ * restrictedPeriodList: [
134
+ * {
135
+ * name: "STRING_VALUE",
136
+ * startDate: "STRING_VALUE", // required
137
+ * endDate: "STRING_VALUE", // required
138
+ * },
139
+ * ],
140
+ * },
141
+ * },
142
+ * email: {
143
+ * openHours: {// Union: only one key present
144
+ * dailyHours: {
145
+ * "<keys>": [
146
+ * {
147
+ * startTime: "STRING_VALUE", // required
148
+ * endTime: "STRING_VALUE", // required
149
+ * },
150
+ * ],
151
+ * },
152
+ * },
153
+ * restrictedPeriods: {// Union: only one key present
154
+ * restrictedPeriodList: [
155
+ * {
156
+ * name: "STRING_VALUE",
157
+ * startDate: "STRING_VALUE", // required
158
+ * endDate: "STRING_VALUE", // required
159
+ * },
160
+ * ],
161
+ * },
162
+ * },
163
+ * },
164
+ * communicationLimitsOverride: { // CommunicationLimitsConfig
165
+ * allChannelSubtypes: { // CommunicationLimits Union: only one key present
166
+ * communicationLimitsList: [ // CommunicationLimitList
167
+ * { // CommunicationLimit
168
+ * maxCountPerRecipient: Number("int"), // required
169
+ * frequency: Number("int"), // required
170
+ * unit: "STRING_VALUE", // required
171
+ * },
172
+ * ],
173
+ * },
174
+ * },
175
+ * tags: { // TagMap
176
+ * "<keys>": "STRING_VALUE",
177
+ * },
178
+ * };
179
+ * const command = new CreateCampaignCommand(input);
180
+ * const response = await client.send(command);
181
+ * // { // CreateCampaignResponse
182
+ * // id: "STRING_VALUE",
183
+ * // arn: "STRING_VALUE",
184
+ * // tags: { // TagMap
185
+ * // "<keys>": "STRING_VALUE",
186
+ * // },
187
+ * // };
188
+ *
189
+ * ```
190
+ *
191
+ * @param CreateCampaignCommandInput - {@link CreateCampaignCommandInput}
192
+ * @returns {@link CreateCampaignCommandOutput}
193
+ * @see {@link CreateCampaignCommandInput} for command's `input` shape.
194
+ * @see {@link CreateCampaignCommandOutput} for command's `response` shape.
195
+ * @see {@link ConnectCampaignsV2ClientResolvedConfig | config} for ConnectCampaignsV2Client's `config` shape.
196
+ *
197
+ * @throws {@link AccessDeniedException} (client fault)
198
+ * You do not have sufficient access to perform this action.
199
+ *
200
+ * @throws {@link ConflictException} (client fault)
201
+ * The request could not be processed because of conflict in the current state of the resource.
202
+ *
203
+ * @throws {@link InternalServerException} (server fault)
204
+ * Request processing failed because of an error or failure with the service.
205
+ *
206
+ * @throws {@link ResourceNotFoundException} (client fault)
207
+ * The specified resource was not found.
208
+ *
209
+ * @throws {@link ServiceQuotaExceededException} (client fault)
210
+ * Request would cause a service quota to be exceeded.
211
+ *
212
+ * @throws {@link ThrottlingException} (client fault)
213
+ * The request was denied due to request throttling.
214
+ *
215
+ * @throws {@link ValidationException} (client fault)
216
+ * The input fails to satisfy the constraints specified by an AWS service.
217
+ *
218
+ * @throws {@link ConnectCampaignsV2ServiceException}
219
+ * <p>Base exception class for all service exceptions from ConnectCampaignsV2 service.</p>
220
+ *
221
+ * @public
222
+ */
223
+ export declare class CreateCampaignCommand extends CreateCampaignCommand_base {
224
+ /** @internal type navigation helper, not in runtime. */
225
+ protected static __types: {
226
+ api: {
227
+ input: CreateCampaignRequest;
228
+ output: CreateCampaignResponse;
229
+ };
230
+ sdk: {
231
+ input: CreateCampaignCommandInput;
232
+ output: CreateCampaignCommandOutput;
233
+ };
234
+ };
235
+ }
@@ -0,0 +1,85 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
+ import { DeleteCampaignChannelSubtypeConfigRequest } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteCampaignChannelSubtypeConfigCommand}.
14
+ */
15
+ export interface DeleteCampaignChannelSubtypeConfigCommandInput extends DeleteCampaignChannelSubtypeConfigRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteCampaignChannelSubtypeConfigCommand}.
21
+ */
22
+ export interface DeleteCampaignChannelSubtypeConfigCommandOutput extends __MetadataBearer {
23
+ }
24
+ declare const DeleteCampaignChannelSubtypeConfigCommand_base: {
25
+ new (input: DeleteCampaignChannelSubtypeConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCampaignChannelSubtypeConfigCommandInput, DeleteCampaignChannelSubtypeConfigCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: DeleteCampaignChannelSubtypeConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCampaignChannelSubtypeConfigCommandInput, DeleteCampaignChannelSubtypeConfigCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * Deletes the channel subtype config of a campaign. This API is idempotent.
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { ConnectCampaignsV2Client, DeleteCampaignChannelSubtypeConfigCommand } from "@aws-sdk/client-connectcampaignsv2"; // ES Modules import
35
+ * // const { ConnectCampaignsV2Client, DeleteCampaignChannelSubtypeConfigCommand } = require("@aws-sdk/client-connectcampaignsv2"); // CommonJS import
36
+ * const client = new ConnectCampaignsV2Client(config);
37
+ * const input = { // DeleteCampaignChannelSubtypeConfigRequest
38
+ * id: "STRING_VALUE", // required
39
+ * channelSubtype: "STRING_VALUE", // required
40
+ * };
41
+ * const command = new DeleteCampaignChannelSubtypeConfigCommand(input);
42
+ * const response = await client.send(command);
43
+ * // {};
44
+ *
45
+ * ```
46
+ *
47
+ * @param DeleteCampaignChannelSubtypeConfigCommandInput - {@link DeleteCampaignChannelSubtypeConfigCommandInput}
48
+ * @returns {@link DeleteCampaignChannelSubtypeConfigCommandOutput}
49
+ * @see {@link DeleteCampaignChannelSubtypeConfigCommandInput} for command's `input` shape.
50
+ * @see {@link DeleteCampaignChannelSubtypeConfigCommandOutput} for command's `response` shape.
51
+ * @see {@link ConnectCampaignsV2ClientResolvedConfig | config} for ConnectCampaignsV2Client's `config` shape.
52
+ *
53
+ * @throws {@link AccessDeniedException} (client fault)
54
+ * You do not have sufficient access to perform this action.
55
+ *
56
+ * @throws {@link ConflictException} (client fault)
57
+ * The request could not be processed because of conflict in the current state of the resource.
58
+ *
59
+ * @throws {@link InternalServerException} (server fault)
60
+ * Request processing failed because of an error or failure with the service.
61
+ *
62
+ * @throws {@link ResourceNotFoundException} (client fault)
63
+ * The specified resource was not found.
64
+ *
65
+ * @throws {@link ValidationException} (client fault)
66
+ * The input fails to satisfy the constraints specified by an AWS service.
67
+ *
68
+ * @throws {@link ConnectCampaignsV2ServiceException}
69
+ * <p>Base exception class for all service exceptions from ConnectCampaignsV2 service.</p>
70
+ *
71
+ * @public
72
+ */
73
+ export declare class DeleteCampaignChannelSubtypeConfigCommand extends DeleteCampaignChannelSubtypeConfigCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: DeleteCampaignChannelSubtypeConfigRequest;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: DeleteCampaignChannelSubtypeConfigCommandInput;
82
+ output: DeleteCampaignChannelSubtypeConfigCommandOutput;
83
+ };
84
+ };
85
+ }
@@ -0,0 +1,81 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
+ import { DeleteCampaignRequest } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteCampaignCommand}.
14
+ */
15
+ export interface DeleteCampaignCommandInput extends DeleteCampaignRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteCampaignCommand}.
21
+ */
22
+ export interface DeleteCampaignCommandOutput extends __MetadataBearer {
23
+ }
24
+ declare const DeleteCampaignCommand_base: {
25
+ new (input: DeleteCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCampaignCommandInput, DeleteCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: DeleteCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCampaignCommandInput, DeleteCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * Deletes a campaign from the specified Amazon Connect account.
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { ConnectCampaignsV2Client, DeleteCampaignCommand } from "@aws-sdk/client-connectcampaignsv2"; // ES Modules import
35
+ * // const { ConnectCampaignsV2Client, DeleteCampaignCommand } = require("@aws-sdk/client-connectcampaignsv2"); // CommonJS import
36
+ * const client = new ConnectCampaignsV2Client(config);
37
+ * const input = { // DeleteCampaignRequest
38
+ * id: "STRING_VALUE", // required
39
+ * };
40
+ * const command = new DeleteCampaignCommand(input);
41
+ * const response = await client.send(command);
42
+ * // {};
43
+ *
44
+ * ```
45
+ *
46
+ * @param DeleteCampaignCommandInput - {@link DeleteCampaignCommandInput}
47
+ * @returns {@link DeleteCampaignCommandOutput}
48
+ * @see {@link DeleteCampaignCommandInput} for command's `input` shape.
49
+ * @see {@link DeleteCampaignCommandOutput} for command's `response` shape.
50
+ * @see {@link ConnectCampaignsV2ClientResolvedConfig | config} for ConnectCampaignsV2Client's `config` shape.
51
+ *
52
+ * @throws {@link AccessDeniedException} (client fault)
53
+ * You do not have sufficient access to perform this action.
54
+ *
55
+ * @throws {@link InternalServerException} (server fault)
56
+ * Request processing failed because of an error or failure with the service.
57
+ *
58
+ * @throws {@link ResourceNotFoundException} (client fault)
59
+ * The specified resource was not found.
60
+ *
61
+ * @throws {@link ValidationException} (client fault)
62
+ * The input fails to satisfy the constraints specified by an AWS service.
63
+ *
64
+ * @throws {@link ConnectCampaignsV2ServiceException}
65
+ * <p>Base exception class for all service exceptions from ConnectCampaignsV2 service.</p>
66
+ *
67
+ * @public
68
+ */
69
+ export declare class DeleteCampaignCommand extends DeleteCampaignCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: DeleteCampaignRequest;
74
+ output: {};
75
+ };
76
+ sdk: {
77
+ input: DeleteCampaignCommandInput;
78
+ output: DeleteCampaignCommandOutput;
79
+ };
80
+ };
81
+ }
@@ -0,0 +1,88 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
+ import { DeleteCampaignCommunicationLimitsRequest } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteCampaignCommunicationLimitsCommand}.
14
+ */
15
+ export interface DeleteCampaignCommunicationLimitsCommandInput extends DeleteCampaignCommunicationLimitsRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteCampaignCommunicationLimitsCommand}.
21
+ */
22
+ export interface DeleteCampaignCommunicationLimitsCommandOutput extends __MetadataBearer {
23
+ }
24
+ declare const DeleteCampaignCommunicationLimitsCommand_base: {
25
+ new (input: DeleteCampaignCommunicationLimitsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCampaignCommunicationLimitsCommandInput, DeleteCampaignCommunicationLimitsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: DeleteCampaignCommunicationLimitsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCampaignCommunicationLimitsCommandInput, DeleteCampaignCommunicationLimitsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * Deletes the communication limits config for a campaign. This API is idempotent.
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { ConnectCampaignsV2Client, DeleteCampaignCommunicationLimitsCommand } from "@aws-sdk/client-connectcampaignsv2"; // ES Modules import
35
+ * // const { ConnectCampaignsV2Client, DeleteCampaignCommunicationLimitsCommand } = require("@aws-sdk/client-connectcampaignsv2"); // CommonJS import
36
+ * const client = new ConnectCampaignsV2Client(config);
37
+ * const input = { // DeleteCampaignCommunicationLimitsRequest
38
+ * id: "STRING_VALUE", // required
39
+ * config: "STRING_VALUE", // required
40
+ * };
41
+ * const command = new DeleteCampaignCommunicationLimitsCommand(input);
42
+ * const response = await client.send(command);
43
+ * // {};
44
+ *
45
+ * ```
46
+ *
47
+ * @param DeleteCampaignCommunicationLimitsCommandInput - {@link DeleteCampaignCommunicationLimitsCommandInput}
48
+ * @returns {@link DeleteCampaignCommunicationLimitsCommandOutput}
49
+ * @see {@link DeleteCampaignCommunicationLimitsCommandInput} for command's `input` shape.
50
+ * @see {@link DeleteCampaignCommunicationLimitsCommandOutput} for command's `response` shape.
51
+ * @see {@link ConnectCampaignsV2ClientResolvedConfig | config} for ConnectCampaignsV2Client's `config` shape.
52
+ *
53
+ * @throws {@link AccessDeniedException} (client fault)
54
+ * You do not have sufficient access to perform this action.
55
+ *
56
+ * @throws {@link ConflictException} (client fault)
57
+ * The request could not be processed because of conflict in the current state of the resource.
58
+ *
59
+ * @throws {@link InternalServerException} (server fault)
60
+ * Request processing failed because of an error or failure with the service.
61
+ *
62
+ * @throws {@link InvalidCampaignStateException} (client fault)
63
+ * The request could not be processed because of conflict in the current state of the campaign.
64
+ *
65
+ * @throws {@link ResourceNotFoundException} (client fault)
66
+ * The specified resource was not found.
67
+ *
68
+ * @throws {@link ValidationException} (client fault)
69
+ * The input fails to satisfy the constraints specified by an AWS service.
70
+ *
71
+ * @throws {@link ConnectCampaignsV2ServiceException}
72
+ * <p>Base exception class for all service exceptions from ConnectCampaignsV2 service.</p>
73
+ *
74
+ * @public
75
+ */
76
+ export declare class DeleteCampaignCommunicationLimitsCommand extends DeleteCampaignCommunicationLimitsCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: DeleteCampaignCommunicationLimitsRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: DeleteCampaignCommunicationLimitsCommandInput;
85
+ output: DeleteCampaignCommunicationLimitsCommandOutput;
86
+ };
87
+ };
88
+ }
@@ -0,0 +1,88 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
+ import { DeleteCampaignCommunicationTimeRequest } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteCampaignCommunicationTimeCommand}.
14
+ */
15
+ export interface DeleteCampaignCommunicationTimeCommandInput extends DeleteCampaignCommunicationTimeRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteCampaignCommunicationTimeCommand}.
21
+ */
22
+ export interface DeleteCampaignCommunicationTimeCommandOutput extends __MetadataBearer {
23
+ }
24
+ declare const DeleteCampaignCommunicationTimeCommand_base: {
25
+ new (input: DeleteCampaignCommunicationTimeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCampaignCommunicationTimeCommandInput, DeleteCampaignCommunicationTimeCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: DeleteCampaignCommunicationTimeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCampaignCommunicationTimeCommandInput, DeleteCampaignCommunicationTimeCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * Deletes the communication time config for a campaign. This API is idempotent.
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { ConnectCampaignsV2Client, DeleteCampaignCommunicationTimeCommand } from "@aws-sdk/client-connectcampaignsv2"; // ES Modules import
35
+ * // const { ConnectCampaignsV2Client, DeleteCampaignCommunicationTimeCommand } = require("@aws-sdk/client-connectcampaignsv2"); // CommonJS import
36
+ * const client = new ConnectCampaignsV2Client(config);
37
+ * const input = { // DeleteCampaignCommunicationTimeRequest
38
+ * id: "STRING_VALUE", // required
39
+ * config: "STRING_VALUE", // required
40
+ * };
41
+ * const command = new DeleteCampaignCommunicationTimeCommand(input);
42
+ * const response = await client.send(command);
43
+ * // {};
44
+ *
45
+ * ```
46
+ *
47
+ * @param DeleteCampaignCommunicationTimeCommandInput - {@link DeleteCampaignCommunicationTimeCommandInput}
48
+ * @returns {@link DeleteCampaignCommunicationTimeCommandOutput}
49
+ * @see {@link DeleteCampaignCommunicationTimeCommandInput} for command's `input` shape.
50
+ * @see {@link DeleteCampaignCommunicationTimeCommandOutput} for command's `response` shape.
51
+ * @see {@link ConnectCampaignsV2ClientResolvedConfig | config} for ConnectCampaignsV2Client's `config` shape.
52
+ *
53
+ * @throws {@link AccessDeniedException} (client fault)
54
+ * You do not have sufficient access to perform this action.
55
+ *
56
+ * @throws {@link ConflictException} (client fault)
57
+ * The request could not be processed because of conflict in the current state of the resource.
58
+ *
59
+ * @throws {@link InternalServerException} (server fault)
60
+ * Request processing failed because of an error or failure with the service.
61
+ *
62
+ * @throws {@link InvalidCampaignStateException} (client fault)
63
+ * The request could not be processed because of conflict in the current state of the campaign.
64
+ *
65
+ * @throws {@link ResourceNotFoundException} (client fault)
66
+ * The specified resource was not found.
67
+ *
68
+ * @throws {@link ValidationException} (client fault)
69
+ * The input fails to satisfy the constraints specified by an AWS service.
70
+ *
71
+ * @throws {@link ConnectCampaignsV2ServiceException}
72
+ * <p>Base exception class for all service exceptions from ConnectCampaignsV2 service.</p>
73
+ *
74
+ * @public
75
+ */
76
+ export declare class DeleteCampaignCommunicationTimeCommand extends DeleteCampaignCommunicationTimeCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: DeleteCampaignCommunicationTimeRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: DeleteCampaignCommunicationTimeCommandInput;
85
+ output: DeleteCampaignCommunicationTimeCommandOutput;
86
+ };
87
+ };
88
+ }