@aws-sdk/client-connectcampaigns 3.650.0 → 3.654.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 (45) hide show
  1. package/dist-types/commands/CreateCampaignCommand.d.ts +11 -0
  2. package/dist-types/commands/DeleteCampaignCommand.d.ts +11 -0
  3. package/dist-types/commands/DeleteConnectInstanceConfigCommand.d.ts +11 -0
  4. package/dist-types/commands/DeleteInstanceOnboardingJobCommand.d.ts +11 -0
  5. package/dist-types/commands/DescribeCampaignCommand.d.ts +11 -0
  6. package/dist-types/commands/GetCampaignStateBatchCommand.d.ts +11 -0
  7. package/dist-types/commands/GetCampaignStateCommand.d.ts +11 -0
  8. package/dist-types/commands/GetConnectInstanceConfigCommand.d.ts +11 -0
  9. package/dist-types/commands/GetInstanceOnboardingJobStatusCommand.d.ts +11 -0
  10. package/dist-types/commands/ListCampaignsCommand.d.ts +11 -0
  11. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  12. package/dist-types/commands/PauseCampaignCommand.d.ts +11 -0
  13. package/dist-types/commands/PutDialRequestBatchCommand.d.ts +11 -0
  14. package/dist-types/commands/ResumeCampaignCommand.d.ts +11 -0
  15. package/dist-types/commands/StartCampaignCommand.d.ts +11 -0
  16. package/dist-types/commands/StartInstanceOnboardingJobCommand.d.ts +11 -0
  17. package/dist-types/commands/StopCampaignCommand.d.ts +11 -0
  18. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  19. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  20. package/dist-types/commands/UpdateCampaignDialerConfigCommand.d.ts +11 -0
  21. package/dist-types/commands/UpdateCampaignNameCommand.d.ts +11 -0
  22. package/dist-types/commands/UpdateCampaignOutboundCallConfigCommand.d.ts +11 -0
  23. package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +12 -1
  24. package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +12 -1
  25. package/dist-types/ts3.4/commands/DeleteConnectInstanceConfigCommand.d.ts +12 -1
  26. package/dist-types/ts3.4/commands/DeleteInstanceOnboardingJobCommand.d.ts +12 -1
  27. package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +12 -1
  28. package/dist-types/ts3.4/commands/GetCampaignStateBatchCommand.d.ts +12 -1
  29. package/dist-types/ts3.4/commands/GetCampaignStateCommand.d.ts +12 -1
  30. package/dist-types/ts3.4/commands/GetConnectInstanceConfigCommand.d.ts +12 -1
  31. package/dist-types/ts3.4/commands/GetInstanceOnboardingJobStatusCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +12 -1
  33. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/PauseCampaignCommand.d.ts +12 -1
  35. package/dist-types/ts3.4/commands/PutDialRequestBatchCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/ResumeCampaignCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/StartCampaignCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/StartInstanceOnboardingJobCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/StopCampaignCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/UpdateCampaignDialerConfigCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/UpdateCampaignNameCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/UpdateCampaignOutboundCallConfigCommand.d.ts +12 -1
  45. package/package.json +35 -35
@@ -108,4 +108,15 @@ declare const CreateCampaignCommand_base: {
108
108
  * @public
109
109
  */
110
110
  export declare class CreateCampaignCommand extends CreateCampaignCommand_base {
111
+ /** @internal type navigation helper, not in runtime. */
112
+ protected static __types: {
113
+ api: {
114
+ input: CreateCampaignRequest;
115
+ output: CreateCampaignResponse;
116
+ };
117
+ sdk: {
118
+ input: CreateCampaignCommandInput;
119
+ output: CreateCampaignCommandOutput;
120
+ };
121
+ };
111
122
  }
@@ -67,4 +67,15 @@ declare const DeleteCampaignCommand_base: {
67
67
  * @public
68
68
  */
69
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
+ };
70
81
  }
@@ -73,4 +73,15 @@ declare const DeleteConnectInstanceConfigCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeleteConnectInstanceConfigCommand extends DeleteConnectInstanceConfigCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeleteConnectInstanceConfigRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: DeleteConnectInstanceConfigCommandInput;
84
+ output: DeleteConnectInstanceConfigCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -70,4 +70,15 @@ declare const DeleteInstanceOnboardingJobCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class DeleteInstanceOnboardingJobCommand extends DeleteInstanceOnboardingJobCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: DeleteInstanceOnboardingJobRequest;
77
+ output: {};
78
+ };
79
+ sdk: {
80
+ input: DeleteInstanceOnboardingJobCommandInput;
81
+ output: DeleteInstanceOnboardingJobCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -99,4 +99,15 @@ declare const DescribeCampaignCommand_base: {
99
99
  * @public
100
100
  */
101
101
  export declare class DescribeCampaignCommand extends DescribeCampaignCommand_base {
102
+ /** @internal type navigation helper, not in runtime. */
103
+ protected static __types: {
104
+ api: {
105
+ input: DescribeCampaignRequest;
106
+ output: DescribeCampaignResponse;
107
+ };
108
+ sdk: {
109
+ input: DescribeCampaignCommandInput;
110
+ output: DescribeCampaignCommandOutput;
111
+ };
112
+ };
102
113
  }
@@ -82,4 +82,15 @@ declare const GetCampaignStateBatchCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class GetCampaignStateBatchCommand extends GetCampaignStateBatchCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: GetCampaignStateBatchRequest;
89
+ output: GetCampaignStateBatchResponse;
90
+ };
91
+ sdk: {
92
+ input: GetCampaignStateBatchCommandInput;
93
+ output: GetCampaignStateBatchCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -72,4 +72,15 @@ declare const GetCampaignStateCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class GetCampaignStateCommand extends GetCampaignStateCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: GetCampaignStateRequest;
79
+ output: GetCampaignStateResponse;
80
+ };
81
+ sdk: {
82
+ input: GetCampaignStateCommandInput;
83
+ output: GetCampaignStateCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -77,4 +77,15 @@ declare const GetConnectInstanceConfigCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class GetConnectInstanceConfigCommand extends GetConnectInstanceConfigCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: GetConnectInstanceConfigRequest;
84
+ output: GetConnectInstanceConfigResponse;
85
+ };
86
+ sdk: {
87
+ input: GetConnectInstanceConfigCommandInput;
88
+ output: GetConnectInstanceConfigCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -73,4 +73,15 @@ declare const GetInstanceOnboardingJobStatusCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class GetInstanceOnboardingJobStatusCommand extends GetInstanceOnboardingJobStatusCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: GetInstanceOnboardingJobStatusRequest;
80
+ output: GetInstanceOnboardingJobStatusResponse;
81
+ };
82
+ sdk: {
83
+ input: GetInstanceOnboardingJobStatusCommandInput;
84
+ output: GetInstanceOnboardingJobStatusCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -81,4 +81,15 @@ declare const ListCampaignsCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class ListCampaignsCommand extends ListCampaignsCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: ListCampaignsRequest;
88
+ output: ListCampaignsResponse;
89
+ };
90
+ sdk: {
91
+ input: ListCampaignsCommandInput;
92
+ output: ListCampaignsCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -74,4 +74,15 @@ declare const ListTagsForResourceCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: ListTagsForResourceRequest;
81
+ output: ListTagsForResourceResponse;
82
+ };
83
+ sdk: {
84
+ input: ListTagsForResourceCommandInput;
85
+ output: ListTagsForResourceCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -76,4 +76,15 @@ declare const PauseCampaignCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class PauseCampaignCommand extends PauseCampaignCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: PauseCampaignRequest;
83
+ output: {};
84
+ };
85
+ sdk: {
86
+ input: PauseCampaignCommandInput;
87
+ output: PauseCampaignCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -100,4 +100,15 @@ declare const PutDialRequestBatchCommand_base: {
100
100
  * @public
101
101
  */
102
102
  export declare class PutDialRequestBatchCommand extends PutDialRequestBatchCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: PutDialRequestBatchRequest;
107
+ output: PutDialRequestBatchResponse;
108
+ };
109
+ sdk: {
110
+ input: PutDialRequestBatchCommandInput;
111
+ output: PutDialRequestBatchCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -76,4 +76,15 @@ declare const ResumeCampaignCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class ResumeCampaignCommand extends ResumeCampaignCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: ResumeCampaignRequest;
83
+ output: {};
84
+ };
85
+ sdk: {
86
+ input: ResumeCampaignCommandInput;
87
+ output: ResumeCampaignCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -76,4 +76,15 @@ declare const StartCampaignCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class StartCampaignCommand extends StartCampaignCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: StartCampaignRequest;
83
+ output: {};
84
+ };
85
+ sdk: {
86
+ input: StartCampaignCommandInput;
87
+ output: StartCampaignCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -84,4 +84,15 @@ declare const StartInstanceOnboardingJobCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class StartInstanceOnboardingJobCommand extends StartInstanceOnboardingJobCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: StartInstanceOnboardingJobRequest;
91
+ output: StartInstanceOnboardingJobResponse;
92
+ };
93
+ sdk: {
94
+ input: StartInstanceOnboardingJobCommandInput;
95
+ output: StartInstanceOnboardingJobCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -76,4 +76,15 @@ declare const StopCampaignCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class StopCampaignCommand extends StopCampaignCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: StopCampaignRequest;
83
+ output: {};
84
+ };
85
+ sdk: {
86
+ input: StopCampaignCommandInput;
87
+ output: StopCampaignCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -73,4 +73,15 @@ declare const TagResourceCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class TagResourceCommand extends TagResourceCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: TagResourceRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: TagResourceCommandInput;
84
+ output: TagResourceCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -73,4 +73,15 @@ declare const UntagResourceCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: UntagResourceRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: UntagResourceCommandInput;
84
+ output: UntagResourceCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -83,4 +83,15 @@ declare const UpdateCampaignDialerConfigCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class UpdateCampaignDialerConfigCommand extends UpdateCampaignDialerConfigCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: UpdateCampaignDialerConfigRequest;
90
+ output: {};
91
+ };
92
+ sdk: {
93
+ input: UpdateCampaignDialerConfigCommandInput;
94
+ output: UpdateCampaignDialerConfigCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -71,4 +71,15 @@ declare const UpdateCampaignNameCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class UpdateCampaignNameCommand extends UpdateCampaignNameCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: UpdateCampaignNameRequest;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: UpdateCampaignNameCommandInput;
82
+ output: UpdateCampaignNameCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -79,4 +79,15 @@ declare const UpdateCampaignOutboundCallConfigCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class UpdateCampaignOutboundCallConfigCommand extends UpdateCampaignOutboundCallConfigCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: UpdateCampaignOutboundCallConfigRequest;
86
+ output: {};
87
+ };
88
+ sdk: {
89
+ input: UpdateCampaignOutboundCallConfigCommandInput;
90
+ output: UpdateCampaignOutboundCallConfigCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -36,4 +36,15 @@ declare const CreateCampaignCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateCampaignCommand extends CreateCampaignCommand_base {}
39
+ export declare class CreateCampaignCommand extends CreateCampaignCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateCampaignRequest;
43
+ output: CreateCampaignResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateCampaignCommandInput;
47
+ output: CreateCampaignCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -31,4 +31,15 @@ declare const DeleteCampaignCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteCampaignCommand extends DeleteCampaignCommand_base {}
34
+ export declare class DeleteCampaignCommand extends DeleteCampaignCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteCampaignRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteCampaignCommandInput;
42
+ output: DeleteCampaignCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const DeleteConnectInstanceConfigCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteConnectInstanceConfigCommand extends DeleteConnectInstanceConfigCommand_base {}
36
+ export declare class DeleteConnectInstanceConfigCommand extends DeleteConnectInstanceConfigCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteConnectInstanceConfigRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteConnectInstanceConfigCommandInput;
44
+ output: DeleteConnectInstanceConfigCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DeleteInstanceOnboardingJobCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteInstanceOnboardingJobCommand extends DeleteInstanceOnboardingJobCommand_base {}
36
+ export declare class DeleteInstanceOnboardingJobCommand extends DeleteInstanceOnboardingJobCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteInstanceOnboardingJobRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteInstanceOnboardingJobCommandInput;
44
+ output: DeleteInstanceOnboardingJobCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const DescribeCampaignCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeCampaignCommand extends DescribeCampaignCommand_base {}
39
+ export declare class DescribeCampaignCommand extends DescribeCampaignCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeCampaignRequest;
43
+ output: DescribeCampaignResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeCampaignCommandInput;
47
+ output: DescribeCampaignCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetCampaignStateBatchCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetCampaignStateBatchCommand extends GetCampaignStateBatchCommand_base {}
40
+ export declare class GetCampaignStateBatchCommand extends GetCampaignStateBatchCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetCampaignStateBatchRequest;
44
+ output: GetCampaignStateBatchResponse;
45
+ };
46
+ sdk: {
47
+ input: GetCampaignStateBatchCommandInput;
48
+ output: GetCampaignStateBatchCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const GetCampaignStateCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetCampaignStateCommand extends GetCampaignStateCommand_base {}
39
+ export declare class GetCampaignStateCommand extends GetCampaignStateCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetCampaignStateRequest;
43
+ output: GetCampaignStateResponse;
44
+ };
45
+ sdk: {
46
+ input: GetCampaignStateCommandInput;
47
+ output: GetCampaignStateCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetConnectInstanceConfigCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetConnectInstanceConfigCommand extends GetConnectInstanceConfigCommand_base {}
40
+ export declare class GetConnectInstanceConfigCommand extends GetConnectInstanceConfigCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetConnectInstanceConfigRequest;
44
+ output: GetConnectInstanceConfigResponse;
45
+ };
46
+ sdk: {
47
+ input: GetConnectInstanceConfigCommandInput;
48
+ output: GetConnectInstanceConfigCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetInstanceOnboardingJobStatusCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetInstanceOnboardingJobStatusCommand extends GetInstanceOnboardingJobStatusCommand_base {}
40
+ export declare class GetInstanceOnboardingJobStatusCommand extends GetInstanceOnboardingJobStatusCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetInstanceOnboardingJobStatusRequest;
44
+ output: GetInstanceOnboardingJobStatusResponse;
45
+ };
46
+ sdk: {
47
+ input: GetInstanceOnboardingJobStatusCommandInput;
48
+ output: GetInstanceOnboardingJobStatusCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListCampaignsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListCampaignsCommand extends ListCampaignsCommand_base {}
39
+ export declare class ListCampaignsCommand extends ListCampaignsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListCampaignsRequest;
43
+ output: ListCampaignsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListCampaignsCommandInput;
47
+ output: ListCampaignsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -31,4 +31,15 @@ declare const PauseCampaignCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class PauseCampaignCommand extends PauseCampaignCommand_base {}
34
+ export declare class PauseCampaignCommand extends PauseCampaignCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: PauseCampaignRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: PauseCampaignCommandInput;
42
+ output: PauseCampaignCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -37,4 +37,15 @@ declare const PutDialRequestBatchCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class PutDialRequestBatchCommand extends PutDialRequestBatchCommand_base {}
40
+ export declare class PutDialRequestBatchCommand extends PutDialRequestBatchCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: PutDialRequestBatchRequest;
44
+ output: PutDialRequestBatchResponse;
45
+ };
46
+ sdk: {
47
+ input: PutDialRequestBatchCommandInput;
48
+ output: PutDialRequestBatchCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -31,4 +31,15 @@ declare const ResumeCampaignCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class ResumeCampaignCommand extends ResumeCampaignCommand_base {}
34
+ export declare class ResumeCampaignCommand extends ResumeCampaignCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: ResumeCampaignRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: ResumeCampaignCommandInput;
42
+ output: ResumeCampaignCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const StartCampaignCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class StartCampaignCommand extends StartCampaignCommand_base {}
34
+ export declare class StartCampaignCommand extends StartCampaignCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: StartCampaignRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: StartCampaignCommandInput;
42
+ output: StartCampaignCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -37,4 +37,15 @@ declare const StartInstanceOnboardingJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class StartInstanceOnboardingJobCommand extends StartInstanceOnboardingJobCommand_base {}
40
+ export declare class StartInstanceOnboardingJobCommand extends StartInstanceOnboardingJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: StartInstanceOnboardingJobRequest;
44
+ output: StartInstanceOnboardingJobResponse;
45
+ };
46
+ sdk: {
47
+ input: StartInstanceOnboardingJobCommandInput;
48
+ output: StartInstanceOnboardingJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -31,4 +31,15 @@ declare const StopCampaignCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class StopCampaignCommand extends StopCampaignCommand_base {}
34
+ export declare class StopCampaignCommand extends StopCampaignCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: StopCampaignRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: StopCampaignCommandInput;
42
+ output: StopCampaignCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const TagResourceCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class TagResourceCommand extends TagResourceCommand_base {}
34
+ export declare class TagResourceCommand extends TagResourceCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: TagResourceRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: TagResourceCommandInput;
42
+ output: TagResourceCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const UntagResourceCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
34
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: UntagResourceRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: UntagResourceCommandInput;
42
+ output: UntagResourceCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const UpdateCampaignDialerConfigCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateCampaignDialerConfigCommand extends UpdateCampaignDialerConfigCommand_base {}
36
+ export declare class UpdateCampaignDialerConfigCommand extends UpdateCampaignDialerConfigCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateCampaignDialerConfigRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: UpdateCampaignDialerConfigCommandInput;
44
+ output: UpdateCampaignDialerConfigCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -32,4 +32,15 @@ declare const UpdateCampaignNameCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class UpdateCampaignNameCommand extends UpdateCampaignNameCommand_base {}
35
+ export declare class UpdateCampaignNameCommand extends UpdateCampaignNameCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: UpdateCampaignNameRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: UpdateCampaignNameCommandInput;
43
+ output: UpdateCampaignNameCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -33,4 +33,15 @@ declare const UpdateCampaignOutboundCallConfigCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateCampaignOutboundCallConfigCommand extends UpdateCampaignOutboundCallConfigCommand_base {}
36
+ export declare class UpdateCampaignOutboundCallConfigCommand extends UpdateCampaignOutboundCallConfigCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateCampaignOutboundCallConfigRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: UpdateCampaignOutboundCallConfigCommandInput;
44
+ output: UpdateCampaignOutboundCallConfigCommandOutput;
45
+ };
46
+ };
47
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-connectcampaigns",
3
3
  "description": "AWS SDK for JavaScript Connectcampaigns Client for Node.js, Browser and React Native",
4
- "version": "3.650.0",
4
+ "version": "3.654.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-connectcampaigns",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.650.0",
24
- "@aws-sdk/client-sts": "3.650.0",
25
- "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.650.0",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.654.0",
24
+ "@aws-sdk/client-sts": "3.654.0",
25
+ "@aws-sdk/core": "3.654.0",
26
+ "@aws-sdk/credential-provider-node": "3.654.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },