@aws-sdk/client-connectcampaigns 3.296.0 → 3.298.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 (76) hide show
  1. package/dist-cjs/commands/CreateCampaignCommand.js +2 -3
  2. package/dist-cjs/commands/DeleteCampaignCommand.js +2 -3
  3. package/dist-cjs/commands/DeleteConnectInstanceConfigCommand.js +2 -3
  4. package/dist-cjs/commands/DeleteInstanceOnboardingJobCommand.js +2 -3
  5. package/dist-cjs/commands/DescribeCampaignCommand.js +2 -3
  6. package/dist-cjs/commands/GetCampaignStateBatchCommand.js +2 -3
  7. package/dist-cjs/commands/GetCampaignStateCommand.js +2 -3
  8. package/dist-cjs/commands/GetConnectInstanceConfigCommand.js +2 -3
  9. package/dist-cjs/commands/GetInstanceOnboardingJobStatusCommand.js +2 -3
  10. package/dist-cjs/commands/ListCampaignsCommand.js +2 -3
  11. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  12. package/dist-cjs/commands/PauseCampaignCommand.js +2 -3
  13. package/dist-cjs/commands/PutDialRequestBatchCommand.js +1 -1
  14. package/dist-cjs/commands/ResumeCampaignCommand.js +2 -3
  15. package/dist-cjs/commands/StartCampaignCommand.js +2 -3
  16. package/dist-cjs/commands/StartInstanceOnboardingJobCommand.js +2 -3
  17. package/dist-cjs/commands/StopCampaignCommand.js +2 -3
  18. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  19. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  20. package/dist-cjs/commands/UpdateCampaignDialerConfigCommand.js +2 -3
  21. package/dist-cjs/commands/UpdateCampaignNameCommand.js +2 -3
  22. package/dist-cjs/commands/UpdateCampaignOutboundCallConfigCommand.js +2 -3
  23. package/dist-cjs/models/models_0.js +1 -199
  24. package/dist-es/commands/CreateCampaignCommand.js +2 -3
  25. package/dist-es/commands/DeleteCampaignCommand.js +2 -3
  26. package/dist-es/commands/DeleteConnectInstanceConfigCommand.js +2 -3
  27. package/dist-es/commands/DeleteInstanceOnboardingJobCommand.js +2 -3
  28. package/dist-es/commands/DescribeCampaignCommand.js +2 -3
  29. package/dist-es/commands/GetCampaignStateBatchCommand.js +2 -3
  30. package/dist-es/commands/GetCampaignStateCommand.js +2 -3
  31. package/dist-es/commands/GetConnectInstanceConfigCommand.js +2 -3
  32. package/dist-es/commands/GetInstanceOnboardingJobStatusCommand.js +2 -3
  33. package/dist-es/commands/ListCampaignsCommand.js +2 -3
  34. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  35. package/dist-es/commands/PauseCampaignCommand.js +2 -3
  36. package/dist-es/commands/PutDialRequestBatchCommand.js +2 -2
  37. package/dist-es/commands/ResumeCampaignCommand.js +2 -3
  38. package/dist-es/commands/StartCampaignCommand.js +2 -3
  39. package/dist-es/commands/StartInstanceOnboardingJobCommand.js +2 -3
  40. package/dist-es/commands/StopCampaignCommand.js +2 -3
  41. package/dist-es/commands/TagResourceCommand.js +2 -3
  42. package/dist-es/commands/UntagResourceCommand.js +2 -3
  43. package/dist-es/commands/UpdateCampaignDialerConfigCommand.js +2 -3
  44. package/dist-es/commands/UpdateCampaignNameCommand.js +2 -3
  45. package/dist-es/commands/UpdateCampaignOutboundCallConfigCommand.js +2 -3
  46. package/dist-es/models/models_0.js +0 -150
  47. package/dist-types/ConnectCampaigns.d.ts +23 -0
  48. package/dist-types/ConnectCampaignsClient.d.ts +24 -4
  49. package/dist-types/commands/CreateCampaignCommand.d.ts +16 -0
  50. package/dist-types/commands/DeleteCampaignCommand.d.ts +16 -0
  51. package/dist-types/commands/DeleteConnectInstanceConfigCommand.d.ts +16 -0
  52. package/dist-types/commands/DeleteInstanceOnboardingJobCommand.d.ts +16 -0
  53. package/dist-types/commands/DescribeCampaignCommand.d.ts +16 -0
  54. package/dist-types/commands/GetCampaignStateBatchCommand.d.ts +16 -0
  55. package/dist-types/commands/GetCampaignStateCommand.d.ts +16 -0
  56. package/dist-types/commands/GetConnectInstanceConfigCommand.d.ts +16 -0
  57. package/dist-types/commands/GetInstanceOnboardingJobStatusCommand.d.ts +16 -0
  58. package/dist-types/commands/ListCampaignsCommand.d.ts +16 -0
  59. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  60. package/dist-types/commands/PauseCampaignCommand.d.ts +16 -0
  61. package/dist-types/commands/PutDialRequestBatchCommand.d.ts +16 -0
  62. package/dist-types/commands/ResumeCampaignCommand.d.ts +16 -0
  63. package/dist-types/commands/StartCampaignCommand.d.ts +16 -0
  64. package/dist-types/commands/StartInstanceOnboardingJobCommand.d.ts +16 -0
  65. package/dist-types/commands/StopCampaignCommand.d.ts +16 -0
  66. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  67. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  68. package/dist-types/commands/UpdateCampaignDialerConfigCommand.d.ts +16 -0
  69. package/dist-types/commands/UpdateCampaignNameCommand.d.ts +16 -0
  70. package/dist-types/commands/UpdateCampaignOutboundCallConfigCommand.d.ts +16 -0
  71. package/dist-types/models/ConnectCampaignsServiceException.d.ts +2 -0
  72. package/dist-types/models/models_0.d.ts +82 -188
  73. package/dist-types/pagination/Interfaces.d.ts +3 -0
  74. package/dist-types/pagination/ListCampaignsPaginator.d.ts +3 -0
  75. package/dist-types/ts3.4/models/models_0.d.ts +0 -137
  76. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
5
5
  import { UntagResourceRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Untag a resource.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
34
+ * @returns {@link UntagResourceCommandOutput}
28
35
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link ConnectCampaignsClientResolvedConfig | config} for ConnectCampaignsClient's `config` shape.
@@ -49,11 +56,20 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
49
56
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ConnectCampaignsClientResolvedConfig> {
50
57
  readonly input: UntagResourceCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: UntagResourceCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectCampaignsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
5
5
  import { UpdateCampaignDialerConfigRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateCampaignDialerConfigCommand}.
8
10
  */
9
11
  export interface UpdateCampaignDialerConfigCommandInput extends UpdateCampaignDialerConfigRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateCampaignDialerConfigCommand}.
13
17
  */
14
18
  export interface UpdateCampaignDialerConfigCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Updates the dialer config of a campaign. This API is idempotent.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateCampaignDialerConfigCommandOutput extends __MetadataBeare
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateCampaignDialerConfigCommandInput - {@link UpdateCampaignDialerConfigCommandInput}
34
+ * @returns {@link UpdateCampaignDialerConfigCommandOutput}
28
35
  * @see {@link UpdateCampaignDialerConfigCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateCampaignDialerConfigCommandOutput} for command's `response` shape.
30
37
  * @see {@link ConnectCampaignsClientResolvedConfig | config} for ConnectCampaignsClient's `config` shape.
@@ -49,11 +56,20 @@ export interface UpdateCampaignDialerConfigCommandOutput extends __MetadataBeare
49
56
  export declare class UpdateCampaignDialerConfigCommand extends $Command<UpdateCampaignDialerConfigCommandInput, UpdateCampaignDialerConfigCommandOutput, ConnectCampaignsClientResolvedConfig> {
50
57
  readonly input: UpdateCampaignDialerConfigCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: UpdateCampaignDialerConfigCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectCampaignsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCampaignDialerConfigCommandInput, UpdateCampaignDialerConfigCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
5
5
  import { UpdateCampaignNameRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateCampaignNameCommand}.
8
10
  */
9
11
  export interface UpdateCampaignNameCommandInput extends UpdateCampaignNameRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateCampaignNameCommand}.
13
17
  */
14
18
  export interface UpdateCampaignNameCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Updates the name of a campaign. This API is idempotent.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateCampaignNameCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateCampaignNameCommandInput - {@link UpdateCampaignNameCommandInput}
34
+ * @returns {@link UpdateCampaignNameCommandOutput}
28
35
  * @see {@link UpdateCampaignNameCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateCampaignNameCommandOutput} for command's `response` shape.
30
37
  * @see {@link ConnectCampaignsClientResolvedConfig | config} for ConnectCampaignsClient's `config` shape.
@@ -49,11 +56,20 @@ export interface UpdateCampaignNameCommandOutput extends __MetadataBearer {
49
56
  export declare class UpdateCampaignNameCommand extends $Command<UpdateCampaignNameCommandInput, UpdateCampaignNameCommandOutput, ConnectCampaignsClientResolvedConfig> {
50
57
  readonly input: UpdateCampaignNameCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: UpdateCampaignNameCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectCampaignsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCampaignNameCommandInput, UpdateCampaignNameCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
5
5
  import { UpdateCampaignOutboundCallConfigRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateCampaignOutboundCallConfigCommand}.
8
10
  */
9
11
  export interface UpdateCampaignOutboundCallConfigCommandInput extends UpdateCampaignOutboundCallConfigRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateCampaignOutboundCallConfigCommand}.
13
17
  */
14
18
  export interface UpdateCampaignOutboundCallConfigCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Updates the outbound call config of a campaign. This API is idempotent.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateCampaignOutboundCallConfigCommandOutput extends __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateCampaignOutboundCallConfigCommandInput - {@link UpdateCampaignOutboundCallConfigCommandInput}
34
+ * @returns {@link UpdateCampaignOutboundCallConfigCommandOutput}
28
35
  * @see {@link UpdateCampaignOutboundCallConfigCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateCampaignOutboundCallConfigCommandOutput} for command's `response` shape.
30
37
  * @see {@link ConnectCampaignsClientResolvedConfig | config} for ConnectCampaignsClient's `config` shape.
@@ -52,11 +59,20 @@ export interface UpdateCampaignOutboundCallConfigCommandOutput extends __Metadat
52
59
  export declare class UpdateCampaignOutboundCallConfigCommand extends $Command<UpdateCampaignOutboundCallConfigCommandInput, UpdateCampaignOutboundCallConfigCommandOutput, ConnectCampaignsClientResolvedConfig> {
53
60
  readonly input: UpdateCampaignOutboundCallConfigCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: UpdateCampaignOutboundCallConfigCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectCampaignsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCampaignOutboundCallConfigCommandInput, UpdateCampaignOutboundCallConfigCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from ConnectCampaigns service.
4
6
  */
5
7
  export declare class ConnectCampaignsServiceException extends __ServiceException {