@aws-sdk/client-connectcampaigns 3.529.1 → 3.535.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 (57) hide show
  1. package/dist-types/ConnectCampaigns.d.ts +2 -1
  2. package/dist-types/ConnectCampaignsClient.d.ts +1 -1
  3. package/dist-types/commands/CreateCampaignCommand.d.ts +2 -1
  4. package/dist-types/commands/DeleteCampaignCommand.d.ts +2 -1
  5. package/dist-types/commands/DeleteConnectInstanceConfigCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteInstanceOnboardingJobCommand.d.ts +2 -1
  7. package/dist-types/commands/DescribeCampaignCommand.d.ts +2 -1
  8. package/dist-types/commands/GetCampaignStateBatchCommand.d.ts +2 -1
  9. package/dist-types/commands/GetCampaignStateCommand.d.ts +2 -1
  10. package/dist-types/commands/GetConnectInstanceConfigCommand.d.ts +2 -1
  11. package/dist-types/commands/GetInstanceOnboardingJobStatusCommand.d.ts +2 -1
  12. package/dist-types/commands/ListCampaignsCommand.d.ts +2 -1
  13. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  14. package/dist-types/commands/PauseCampaignCommand.d.ts +2 -1
  15. package/dist-types/commands/PutDialRequestBatchCommand.d.ts +2 -1
  16. package/dist-types/commands/ResumeCampaignCommand.d.ts +2 -1
  17. package/dist-types/commands/StartCampaignCommand.d.ts +2 -1
  18. package/dist-types/commands/StartInstanceOnboardingJobCommand.d.ts +2 -1
  19. package/dist-types/commands/StopCampaignCommand.d.ts +2 -1
  20. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  21. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  22. package/dist-types/commands/UpdateCampaignDialerConfigCommand.d.ts +2 -1
  23. package/dist-types/commands/UpdateCampaignNameCommand.d.ts +2 -1
  24. package/dist-types/commands/UpdateCampaignOutboundCallConfigCommand.d.ts +2 -1
  25. package/dist-types/models/models_0.d.ts +170 -170
  26. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  27. package/dist-types/runtimeConfig.d.ts +2 -2
  28. package/dist-types/runtimeConfig.native.d.ts +2 -2
  29. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  30. package/dist-types/ts3.4/ConnectCampaigns.d.ts +1 -0
  31. package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +9 -0
  32. package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +9 -0
  33. package/dist-types/ts3.4/commands/DeleteConnectInstanceConfigCommand.d.ts +9 -0
  34. package/dist-types/ts3.4/commands/DeleteInstanceOnboardingJobCommand.d.ts +9 -0
  35. package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +9 -0
  36. package/dist-types/ts3.4/commands/GetCampaignStateBatchCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/GetCampaignStateCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/GetConnectInstanceConfigCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/GetInstanceOnboardingJobStatusCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/PauseCampaignCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/PutDialRequestBatchCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/ResumeCampaignCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/StartCampaignCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/StartInstanceOnboardingJobCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/StopCampaignCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/UpdateCampaignDialerConfigCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/UpdateCampaignNameCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/UpdateCampaignOutboundCallConfigCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  54. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  55. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  56. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  57. package/package.json +40 -40
@@ -80,6 +80,7 @@ export interface ConnectCampaigns {
80
80
  /**
81
81
  * @see {@link ListCampaignsCommand}
82
82
  */
83
+ listCampaigns(): Promise<ListCampaignsCommandOutput>;
83
84
  listCampaigns(args: ListCampaignsCommandInput, options?: __HttpHandlerOptions): Promise<ListCampaignsCommandOutput>;
84
85
  listCampaigns(args: ListCampaignsCommandInput, cb: (err: any, data?: ListCampaignsCommandOutput) => void): void;
85
86
  listCampaigns(args: ListCampaignsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCampaignsCommandOutput) => void): void;
@@ -157,8 +158,8 @@ export interface ConnectCampaigns {
157
158
  updateCampaignOutboundCallConfig(args: UpdateCampaignOutboundCallConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCampaignOutboundCallConfigCommandOutput) => void): void;
158
159
  }
159
160
  /**
160
- * @public
161
161
  * Provide APIs to create and manage Amazon Connect Campaigns.
162
+ * @public
162
163
  */
163
164
  export declare class ConnectCampaigns extends ConnectCampaignsClient implements ConnectCampaigns {
164
165
  }
@@ -173,8 +173,8 @@ export type ConnectCampaignsClientResolvedConfigType = __SmithyResolvedConfigura
173
173
  export interface ConnectCampaignsClientResolvedConfig extends ConnectCampaignsClientResolvedConfigType {
174
174
  }
175
175
  /**
176
- * @public
177
176
  * Provide APIs to create and manage Amazon Connect Campaigns.
177
+ * @public
178
178
  */
179
179
  export declare class ConnectCampaignsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ConnectCampaignsClientResolvedConfig> {
180
180
  /**
@@ -22,10 +22,10 @@ export interface CreateCampaignCommandOutput extends CreateCampaignResponse, __M
22
22
  }
23
23
  declare const CreateCampaignCommand_base: {
24
24
  new (input: CreateCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCampaignCommandInput, CreateCampaignCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCampaignCommandInput, CreateCampaignCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Creates a campaign for the specified Amazon Connect account. This API is idempotent.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -103,6 +103,7 @@ declare const CreateCampaignCommand_base: {
103
103
  * @throws {@link ConnectCampaignsServiceException}
104
104
  * <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
105
105
  *
106
+ * @public
106
107
  */
107
108
  export declare class CreateCampaignCommand extends CreateCampaignCommand_base {
108
109
  }
@@ -22,10 +22,10 @@ export interface DeleteCampaignCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteCampaignCommand_base: {
24
24
  new (input: DeleteCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCampaignCommandInput, DeleteCampaignCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCampaignCommandInput, DeleteCampaignCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Deletes a campaign from the specified Amazon Connect account.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const DeleteCampaignCommand_base: {
63
63
  * @throws {@link ConnectCampaignsServiceException}
64
64
  * <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class DeleteCampaignCommand extends DeleteCampaignCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface DeleteConnectInstanceConfigCommandOutput extends __MetadataBear
22
22
  }
23
23
  declare const DeleteConnectInstanceConfigCommand_base: {
24
24
  new (input: DeleteConnectInstanceConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConnectInstanceConfigCommandInput, DeleteConnectInstanceConfigCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteConnectInstanceConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConnectInstanceConfigCommandInput, DeleteConnectInstanceConfigCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Deletes a connect instance config from the specified AWS account.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const DeleteConnectInstanceConfigCommand_base: {
69
69
  * @throws {@link ConnectCampaignsServiceException}
70
70
  * <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class DeleteConnectInstanceConfigCommand extends DeleteConnectInstanceConfigCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface DeleteInstanceOnboardingJobCommandOutput extends __MetadataBear
22
22
  }
23
23
  declare const DeleteInstanceOnboardingJobCommand_base: {
24
24
  new (input: DeleteInstanceOnboardingJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInstanceOnboardingJobCommandInput, DeleteInstanceOnboardingJobCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteInstanceOnboardingJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInstanceOnboardingJobCommandInput, DeleteInstanceOnboardingJobCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Delete the Connect Campaigns onboarding job for the specified Amazon Connect instance.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const DeleteInstanceOnboardingJobCommand_base: {
66
66
  * @throws {@link ConnectCampaignsServiceException}
67
67
  * <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class DeleteInstanceOnboardingJobCommand extends DeleteInstanceOnboardingJobCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface DescribeCampaignCommandOutput extends DescribeCampaignResponse,
22
22
  }
23
23
  declare const DescribeCampaignCommand_base: {
24
24
  new (input: DescribeCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCampaignCommandInput, DescribeCampaignCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCampaignCommandInput, DescribeCampaignCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Describes the specific campaign.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -94,6 +94,7 @@ declare const DescribeCampaignCommand_base: {
94
94
  * @throws {@link ConnectCampaignsServiceException}
95
95
  * <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class DescribeCampaignCommand extends DescribeCampaignCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface GetCampaignStateBatchCommandOutput extends GetCampaignStateBatc
22
22
  }
23
23
  declare const GetCampaignStateBatchCommand_base: {
24
24
  new (input: GetCampaignStateBatchCommandInput): import("@smithy/smithy-client").CommandImpl<GetCampaignStateBatchCommandInput, GetCampaignStateBatchCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetCampaignStateBatchCommandInput): import("@smithy/smithy-client").CommandImpl<GetCampaignStateBatchCommandInput, GetCampaignStateBatchCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Get state of campaigns for the specified Amazon Connect account.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const GetCampaignStateBatchCommand_base: {
78
78
  * @throws {@link ConnectCampaignsServiceException}
79
79
  * <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class GetCampaignStateBatchCommand extends GetCampaignStateBatchCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface GetCampaignStateCommandOutput extends GetCampaignStateResponse,
22
22
  }
23
23
  declare const GetCampaignStateCommand_base: {
24
24
  new (input: GetCampaignStateCommandInput): import("@smithy/smithy-client").CommandImpl<GetCampaignStateCommandInput, GetCampaignStateCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetCampaignStateCommandInput): import("@smithy/smithy-client").CommandImpl<GetCampaignStateCommandInput, GetCampaignStateCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Get state of a campaign for the specified Amazon Connect account.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const GetCampaignStateCommand_base: {
68
68
  * @throws {@link ConnectCampaignsServiceException}
69
69
  * <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class GetCampaignStateCommand extends GetCampaignStateCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface GetConnectInstanceConfigCommandOutput extends GetConnectInstanc
22
22
  }
23
23
  declare const GetConnectInstanceConfigCommand_base: {
24
24
  new (input: GetConnectInstanceConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectInstanceConfigCommandInput, GetConnectInstanceConfigCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetConnectInstanceConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectInstanceConfigCommandInput, GetConnectInstanceConfigCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Get the specific Connect instance config.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const GetConnectInstanceConfigCommand_base: {
73
73
  * @throws {@link ConnectCampaignsServiceException}
74
74
  * <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class GetConnectInstanceConfigCommand extends GetConnectInstanceConfigCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface GetInstanceOnboardingJobStatusCommandOutput extends GetInstance
22
22
  }
23
23
  declare const GetInstanceOnboardingJobStatusCommand_base: {
24
24
  new (input: GetInstanceOnboardingJobStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetInstanceOnboardingJobStatusCommandInput, GetInstanceOnboardingJobStatusCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetInstanceOnboardingJobStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetInstanceOnboardingJobStatusCommandInput, GetInstanceOnboardingJobStatusCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Get the specific instance onboarding job status.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const GetInstanceOnboardingJobStatusCommand_base: {
69
69
  * @throws {@link ConnectCampaignsServiceException}
70
70
  * <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class GetInstanceOnboardingJobStatusCommand extends GetInstanceOnboardingJobStatusCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface ListCampaignsCommandOutput extends ListCampaignsResponse, __Met
22
22
  }
23
23
  declare const ListCampaignsCommand_base: {
24
24
  new (input: ListCampaignsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCampaignsCommandInput, ListCampaignsCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListCampaignsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCampaignsCommandInput, ListCampaignsCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Provides summary information about the campaigns under the specified Amazon Connect account.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const ListCampaignsCommand_base: {
77
77
  * @throws {@link ConnectCampaignsServiceException}
78
78
  * <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class ListCampaignsCommand extends ListCampaignsCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * List tags for a resource.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -70,6 +70,7 @@ declare const ListTagsForResourceCommand_base: {
70
70
  * @throws {@link ConnectCampaignsServiceException}
71
71
  * <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface PauseCampaignCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const PauseCampaignCommand_base: {
24
24
  new (input: PauseCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<PauseCampaignCommandInput, PauseCampaignCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PauseCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<PauseCampaignCommandInput, PauseCampaignCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Pauses a campaign for the specified Amazon Connect account.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const PauseCampaignCommand_base: {
72
72
  * @throws {@link ConnectCampaignsServiceException}
73
73
  * <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class PauseCampaignCommand extends PauseCampaignCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface PutDialRequestBatchCommandOutput extends PutDialRequestBatchRes
22
22
  }
23
23
  declare const PutDialRequestBatchCommand_base: {
24
24
  new (input: PutDialRequestBatchCommandInput): import("@smithy/smithy-client").CommandImpl<PutDialRequestBatchCommandInput, PutDialRequestBatchCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutDialRequestBatchCommandInput): import("@smithy/smithy-client").CommandImpl<PutDialRequestBatchCommandInput, PutDialRequestBatchCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Creates dials requests for the specified campaign Amazon Connect account. This API is idempotent.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -96,6 +96,7 @@ declare const PutDialRequestBatchCommand_base: {
96
96
  * @throws {@link ConnectCampaignsServiceException}
97
97
  * <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
98
98
  *
99
+ * @public
99
100
  */
100
101
  export declare class PutDialRequestBatchCommand extends PutDialRequestBatchCommand_base {
101
102
  }
@@ -22,10 +22,10 @@ export interface ResumeCampaignCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const ResumeCampaignCommand_base: {
24
24
  new (input: ResumeCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<ResumeCampaignCommandInput, ResumeCampaignCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ResumeCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<ResumeCampaignCommandInput, ResumeCampaignCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Stops a campaign for the specified Amazon Connect account.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const ResumeCampaignCommand_base: {
72
72
  * @throws {@link ConnectCampaignsServiceException}
73
73
  * <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class ResumeCampaignCommand extends ResumeCampaignCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface StartCampaignCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const StartCampaignCommand_base: {
24
24
  new (input: StartCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<StartCampaignCommandInput, StartCampaignCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<StartCampaignCommandInput, StartCampaignCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Starts a campaign for the specified Amazon Connect account.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const StartCampaignCommand_base: {
72
72
  * @throws {@link ConnectCampaignsServiceException}
73
73
  * <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class StartCampaignCommand extends StartCampaignCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface StartInstanceOnboardingJobCommandOutput extends StartInstanceOn
22
22
  }
23
23
  declare const StartInstanceOnboardingJobCommand_base: {
24
24
  new (input: StartInstanceOnboardingJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartInstanceOnboardingJobCommandInput, StartInstanceOnboardingJobCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartInstanceOnboardingJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartInstanceOnboardingJobCommandInput, StartInstanceOnboardingJobCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Onboard the specific Amazon Connect instance to Connect Campaigns.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +80,7 @@ declare const StartInstanceOnboardingJobCommand_base: {
80
80
  * @throws {@link ConnectCampaignsServiceException}
81
81
  * <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class StartInstanceOnboardingJobCommand extends StartInstanceOnboardingJobCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface StopCampaignCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const StopCampaignCommand_base: {
24
24
  new (input: StopCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<StopCampaignCommandInput, StopCampaignCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<StopCampaignCommandInput, StopCampaignCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Stops a campaign for the specified Amazon Connect account.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const StopCampaignCommand_base: {
72
72
  * @throws {@link ConnectCampaignsServiceException}
73
73
  * <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class StopCampaignCommand extends StopCampaignCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Tag a resource.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const TagResourceCommand_base: {
69
69
  * @throws {@link ConnectCampaignsServiceException}
70
70
  * <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class TagResourceCommand extends TagResourceCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Untag a resource.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const UntagResourceCommand_base: {
69
69
  * @throws {@link ConnectCampaignsServiceException}
70
70
  * <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface UpdateCampaignDialerConfigCommandOutput extends __MetadataBeare
22
22
  }
23
23
  declare const UpdateCampaignDialerConfigCommand_base: {
24
24
  new (input: UpdateCampaignDialerConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCampaignDialerConfigCommandInput, UpdateCampaignDialerConfigCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateCampaignDialerConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCampaignDialerConfigCommandInput, UpdateCampaignDialerConfigCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Updates the dialer config of a campaign. This API is idempotent.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const UpdateCampaignDialerConfigCommand_base: {
79
79
  * @throws {@link ConnectCampaignsServiceException}
80
80
  * <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class UpdateCampaignDialerConfigCommand extends UpdateCampaignDialerConfigCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface UpdateCampaignNameCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const UpdateCampaignNameCommand_base: {
24
24
  new (input: UpdateCampaignNameCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCampaignNameCommandInput, UpdateCampaignNameCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateCampaignNameCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCampaignNameCommandInput, UpdateCampaignNameCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Updates the name of a campaign. This API is idempotent.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const UpdateCampaignNameCommand_base: {
67
67
  * @throws {@link ConnectCampaignsServiceException}
68
68
  * <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class UpdateCampaignNameCommand extends UpdateCampaignNameCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface UpdateCampaignOutboundCallConfigCommandOutput extends __Metadat
22
22
  }
23
23
  declare const UpdateCampaignOutboundCallConfigCommand_base: {
24
24
  new (input: UpdateCampaignOutboundCallConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCampaignOutboundCallConfigCommandInput, UpdateCampaignOutboundCallConfigCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateCampaignOutboundCallConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCampaignOutboundCallConfigCommandInput, UpdateCampaignOutboundCallConfigCommandOutput, ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Updates the outbound call config of a campaign. This API is idempotent.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const UpdateCampaignOutboundCallConfigCommand_base: {
74
74
  * @throws {@link ConnectCampaignsServiceException}
75
75
  * <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class UpdateCampaignOutboundCallConfigCommand extends UpdateCampaignOutboundCallConfigCommand_base {
79
80
  }