@aws-sdk/client-connectcampaigns 3.306.0 → 3.310.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 (49) hide show
  1. package/dist-cjs/commands/CreateCampaignCommand.js +2 -2
  2. package/dist-cjs/commands/DeleteCampaignCommand.js +2 -2
  3. package/dist-cjs/commands/DeleteConnectInstanceConfigCommand.js +2 -2
  4. package/dist-cjs/commands/DeleteInstanceOnboardingJobCommand.js +2 -2
  5. package/dist-cjs/commands/DescribeCampaignCommand.js +2 -2
  6. package/dist-cjs/commands/GetCampaignStateBatchCommand.js +2 -2
  7. package/dist-cjs/commands/GetCampaignStateCommand.js +2 -2
  8. package/dist-cjs/commands/GetConnectInstanceConfigCommand.js +2 -2
  9. package/dist-cjs/commands/GetInstanceOnboardingJobStatusCommand.js +2 -2
  10. package/dist-cjs/commands/ListCampaignsCommand.js +2 -2
  11. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  12. package/dist-cjs/commands/PauseCampaignCommand.js +2 -2
  13. package/dist-cjs/commands/PutDialRequestBatchCommand.js +2 -2
  14. package/dist-cjs/commands/ResumeCampaignCommand.js +2 -2
  15. package/dist-cjs/commands/StartCampaignCommand.js +2 -2
  16. package/dist-cjs/commands/StartInstanceOnboardingJobCommand.js +2 -2
  17. package/dist-cjs/commands/StopCampaignCommand.js +2 -2
  18. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  19. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  20. package/dist-cjs/commands/UpdateCampaignDialerConfigCommand.js +2 -2
  21. package/dist-cjs/commands/UpdateCampaignNameCommand.js +2 -2
  22. package/dist-cjs/commands/UpdateCampaignOutboundCallConfigCommand.js +2 -2
  23. package/dist-cjs/protocols/Aws_restJson1.js +332 -352
  24. package/dist-es/commands/CreateCampaignCommand.js +3 -3
  25. package/dist-es/commands/DeleteCampaignCommand.js +3 -3
  26. package/dist-es/commands/DeleteConnectInstanceConfigCommand.js +3 -3
  27. package/dist-es/commands/DeleteInstanceOnboardingJobCommand.js +3 -3
  28. package/dist-es/commands/DescribeCampaignCommand.js +3 -3
  29. package/dist-es/commands/GetCampaignStateBatchCommand.js +3 -3
  30. package/dist-es/commands/GetCampaignStateCommand.js +3 -3
  31. package/dist-es/commands/GetConnectInstanceConfigCommand.js +3 -3
  32. package/dist-es/commands/GetInstanceOnboardingJobStatusCommand.js +3 -3
  33. package/dist-es/commands/ListCampaignsCommand.js +3 -3
  34. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  35. package/dist-es/commands/PauseCampaignCommand.js +3 -3
  36. package/dist-es/commands/PutDialRequestBatchCommand.js +3 -3
  37. package/dist-es/commands/ResumeCampaignCommand.js +3 -3
  38. package/dist-es/commands/StartCampaignCommand.js +3 -3
  39. package/dist-es/commands/StartInstanceOnboardingJobCommand.js +3 -3
  40. package/dist-es/commands/StopCampaignCommand.js +3 -3
  41. package/dist-es/commands/TagResourceCommand.js +3 -3
  42. package/dist-es/commands/UntagResourceCommand.js +3 -3
  43. package/dist-es/commands/UpdateCampaignDialerConfigCommand.js +3 -3
  44. package/dist-es/commands/UpdateCampaignNameCommand.js +3 -3
  45. package/dist-es/commands/UpdateCampaignOutboundCallConfigCommand.js +3 -3
  46. package/dist-es/protocols/Aws_restJson1.js +287 -307
  47. package/dist-types/protocols/Aws_restJson1.d.ts +176 -44
  48. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +44 -44
  49. package/package.json +35 -35
@@ -22,47 +22,179 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../comman
22
22
  import { UpdateCampaignDialerConfigCommandInput, UpdateCampaignDialerConfigCommandOutput } from "../commands/UpdateCampaignDialerConfigCommand";
23
23
  import { UpdateCampaignNameCommandInput, UpdateCampaignNameCommandOutput } from "../commands/UpdateCampaignNameCommand";
24
24
  import { UpdateCampaignOutboundCallConfigCommandInput, UpdateCampaignOutboundCallConfigCommandOutput } from "../commands/UpdateCampaignOutboundCallConfigCommand";
25
- export declare const serializeAws_restJson1CreateCampaignCommand: (input: CreateCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
- export declare const serializeAws_restJson1DeleteCampaignCommand: (input: DeleteCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
- export declare const serializeAws_restJson1DeleteConnectInstanceConfigCommand: (input: DeleteConnectInstanceConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
- export declare const serializeAws_restJson1DeleteInstanceOnboardingJobCommand: (input: DeleteInstanceOnboardingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- export declare const serializeAws_restJson1DescribeCampaignCommand: (input: DescribeCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- export declare const serializeAws_restJson1GetCampaignStateCommand: (input: GetCampaignStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const serializeAws_restJson1GetCampaignStateBatchCommand: (input: GetCampaignStateBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_restJson1GetConnectInstanceConfigCommand: (input: GetConnectInstanceConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_restJson1GetInstanceOnboardingJobStatusCommand: (input: GetInstanceOnboardingJobStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_restJson1ListCampaignsCommand: (input: ListCampaignsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_restJson1PauseCampaignCommand: (input: PauseCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1PutDialRequestBatchCommand: (input: PutDialRequestBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1ResumeCampaignCommand: (input: ResumeCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1StartCampaignCommand: (input: StartCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1StartInstanceOnboardingJobCommand: (input: StartInstanceOnboardingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1StopCampaignCommand: (input: StopCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1UpdateCampaignDialerConfigCommand: (input: UpdateCampaignDialerConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1UpdateCampaignNameCommand: (input: UpdateCampaignNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1UpdateCampaignOutboundCallConfigCommand: (input: UpdateCampaignOutboundCallConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const deserializeAws_restJson1CreateCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCampaignCommandOutput>;
48
- export declare const deserializeAws_restJson1DeleteCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCampaignCommandOutput>;
49
- export declare const deserializeAws_restJson1DeleteConnectInstanceConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectInstanceConfigCommandOutput>;
50
- export declare const deserializeAws_restJson1DeleteInstanceOnboardingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInstanceOnboardingJobCommandOutput>;
51
- export declare const deserializeAws_restJson1DescribeCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCampaignCommandOutput>;
52
- export declare const deserializeAws_restJson1GetCampaignStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCampaignStateCommandOutput>;
53
- export declare const deserializeAws_restJson1GetCampaignStateBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCampaignStateBatchCommandOutput>;
54
- export declare const deserializeAws_restJson1GetConnectInstanceConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectInstanceConfigCommandOutput>;
55
- export declare const deserializeAws_restJson1GetInstanceOnboardingJobStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInstanceOnboardingJobStatusCommandOutput>;
56
- export declare const deserializeAws_restJson1ListCampaignsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCampaignsCommandOutput>;
57
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
58
- export declare const deserializeAws_restJson1PauseCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PauseCampaignCommandOutput>;
59
- export declare const deserializeAws_restJson1PutDialRequestBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDialRequestBatchCommandOutput>;
60
- export declare const deserializeAws_restJson1ResumeCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResumeCampaignCommandOutput>;
61
- export declare const deserializeAws_restJson1StartCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartCampaignCommandOutput>;
62
- export declare const deserializeAws_restJson1StartInstanceOnboardingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartInstanceOnboardingJobCommandOutput>;
63
- export declare const deserializeAws_restJson1StopCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopCampaignCommandOutput>;
64
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
65
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
66
- export declare const deserializeAws_restJson1UpdateCampaignDialerConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCampaignDialerConfigCommandOutput>;
67
- export declare const deserializeAws_restJson1UpdateCampaignNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCampaignNameCommandOutput>;
68
- export declare const deserializeAws_restJson1UpdateCampaignOutboundCallConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCampaignOutboundCallConfigCommandOutput>;
25
+ /**
26
+ * serializeAws_restJson1CreateCampaignCommand
27
+ */
28
+ export declare const se_CreateCampaignCommand: (input: CreateCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
+ /**
30
+ * serializeAws_restJson1DeleteCampaignCommand
31
+ */
32
+ export declare const se_DeleteCampaignCommand: (input: DeleteCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
+ /**
34
+ * serializeAws_restJson1DeleteConnectInstanceConfigCommand
35
+ */
36
+ export declare const se_DeleteConnectInstanceConfigCommand: (input: DeleteConnectInstanceConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
+ /**
38
+ * serializeAws_restJson1DeleteInstanceOnboardingJobCommand
39
+ */
40
+ export declare const se_DeleteInstanceOnboardingJobCommand: (input: DeleteInstanceOnboardingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
+ /**
42
+ * serializeAws_restJson1DescribeCampaignCommand
43
+ */
44
+ export declare const se_DescribeCampaignCommand: (input: DescribeCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
+ /**
46
+ * serializeAws_restJson1GetCampaignStateCommand
47
+ */
48
+ export declare const se_GetCampaignStateCommand: (input: GetCampaignStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
+ /**
50
+ * serializeAws_restJson1GetCampaignStateBatchCommand
51
+ */
52
+ export declare const se_GetCampaignStateBatchCommand: (input: GetCampaignStateBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
+ /**
54
+ * serializeAws_restJson1GetConnectInstanceConfigCommand
55
+ */
56
+ export declare const se_GetConnectInstanceConfigCommand: (input: GetConnectInstanceConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
+ /**
58
+ * serializeAws_restJson1GetInstanceOnboardingJobStatusCommand
59
+ */
60
+ export declare const se_GetInstanceOnboardingJobStatusCommand: (input: GetInstanceOnboardingJobStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
+ /**
62
+ * serializeAws_restJson1ListCampaignsCommand
63
+ */
64
+ export declare const se_ListCampaignsCommand: (input: ListCampaignsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
+ /**
66
+ * serializeAws_restJson1ListTagsForResourceCommand
67
+ */
68
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
+ /**
70
+ * serializeAws_restJson1PauseCampaignCommand
71
+ */
72
+ export declare const se_PauseCampaignCommand: (input: PauseCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
+ /**
74
+ * serializeAws_restJson1PutDialRequestBatchCommand
75
+ */
76
+ export declare const se_PutDialRequestBatchCommand: (input: PutDialRequestBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
+ /**
78
+ * serializeAws_restJson1ResumeCampaignCommand
79
+ */
80
+ export declare const se_ResumeCampaignCommand: (input: ResumeCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
+ /**
82
+ * serializeAws_restJson1StartCampaignCommand
83
+ */
84
+ export declare const se_StartCampaignCommand: (input: StartCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
+ /**
86
+ * serializeAws_restJson1StartInstanceOnboardingJobCommand
87
+ */
88
+ export declare const se_StartInstanceOnboardingJobCommand: (input: StartInstanceOnboardingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
+ /**
90
+ * serializeAws_restJson1StopCampaignCommand
91
+ */
92
+ export declare const se_StopCampaignCommand: (input: StopCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
+ /**
94
+ * serializeAws_restJson1TagResourceCommand
95
+ */
96
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
+ /**
98
+ * serializeAws_restJson1UntagResourceCommand
99
+ */
100
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
+ /**
102
+ * serializeAws_restJson1UpdateCampaignDialerConfigCommand
103
+ */
104
+ export declare const se_UpdateCampaignDialerConfigCommand: (input: UpdateCampaignDialerConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
+ /**
106
+ * serializeAws_restJson1UpdateCampaignNameCommand
107
+ */
108
+ export declare const se_UpdateCampaignNameCommand: (input: UpdateCampaignNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
+ /**
110
+ * serializeAws_restJson1UpdateCampaignOutboundCallConfigCommand
111
+ */
112
+ export declare const se_UpdateCampaignOutboundCallConfigCommand: (input: UpdateCampaignOutboundCallConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
+ /**
114
+ * deserializeAws_restJson1CreateCampaignCommand
115
+ */
116
+ export declare const de_CreateCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCampaignCommandOutput>;
117
+ /**
118
+ * deserializeAws_restJson1DeleteCampaignCommand
119
+ */
120
+ export declare const de_DeleteCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCampaignCommandOutput>;
121
+ /**
122
+ * deserializeAws_restJson1DeleteConnectInstanceConfigCommand
123
+ */
124
+ export declare const de_DeleteConnectInstanceConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectInstanceConfigCommandOutput>;
125
+ /**
126
+ * deserializeAws_restJson1DeleteInstanceOnboardingJobCommand
127
+ */
128
+ export declare const de_DeleteInstanceOnboardingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInstanceOnboardingJobCommandOutput>;
129
+ /**
130
+ * deserializeAws_restJson1DescribeCampaignCommand
131
+ */
132
+ export declare const de_DescribeCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCampaignCommandOutput>;
133
+ /**
134
+ * deserializeAws_restJson1GetCampaignStateCommand
135
+ */
136
+ export declare const de_GetCampaignStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCampaignStateCommandOutput>;
137
+ /**
138
+ * deserializeAws_restJson1GetCampaignStateBatchCommand
139
+ */
140
+ export declare const de_GetCampaignStateBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCampaignStateBatchCommandOutput>;
141
+ /**
142
+ * deserializeAws_restJson1GetConnectInstanceConfigCommand
143
+ */
144
+ export declare const de_GetConnectInstanceConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectInstanceConfigCommandOutput>;
145
+ /**
146
+ * deserializeAws_restJson1GetInstanceOnboardingJobStatusCommand
147
+ */
148
+ export declare const de_GetInstanceOnboardingJobStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInstanceOnboardingJobStatusCommandOutput>;
149
+ /**
150
+ * deserializeAws_restJson1ListCampaignsCommand
151
+ */
152
+ export declare const de_ListCampaignsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCampaignsCommandOutput>;
153
+ /**
154
+ * deserializeAws_restJson1ListTagsForResourceCommand
155
+ */
156
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
157
+ /**
158
+ * deserializeAws_restJson1PauseCampaignCommand
159
+ */
160
+ export declare const de_PauseCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PauseCampaignCommandOutput>;
161
+ /**
162
+ * deserializeAws_restJson1PutDialRequestBatchCommand
163
+ */
164
+ export declare const de_PutDialRequestBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDialRequestBatchCommandOutput>;
165
+ /**
166
+ * deserializeAws_restJson1ResumeCampaignCommand
167
+ */
168
+ export declare const de_ResumeCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResumeCampaignCommandOutput>;
169
+ /**
170
+ * deserializeAws_restJson1StartCampaignCommand
171
+ */
172
+ export declare const de_StartCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartCampaignCommandOutput>;
173
+ /**
174
+ * deserializeAws_restJson1StartInstanceOnboardingJobCommand
175
+ */
176
+ export declare const de_StartInstanceOnboardingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartInstanceOnboardingJobCommandOutput>;
177
+ /**
178
+ * deserializeAws_restJson1StopCampaignCommand
179
+ */
180
+ export declare const de_StopCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopCampaignCommandOutput>;
181
+ /**
182
+ * deserializeAws_restJson1TagResourceCommand
183
+ */
184
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
185
+ /**
186
+ * deserializeAws_restJson1UntagResourceCommand
187
+ */
188
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
189
+ /**
190
+ * deserializeAws_restJson1UpdateCampaignDialerConfigCommand
191
+ */
192
+ export declare const de_UpdateCampaignDialerConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCampaignDialerConfigCommandOutput>;
193
+ /**
194
+ * deserializeAws_restJson1UpdateCampaignNameCommand
195
+ */
196
+ export declare const de_UpdateCampaignNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCampaignNameCommandOutput>;
197
+ /**
198
+ * deserializeAws_restJson1UpdateCampaignOutboundCallConfigCommand
199
+ */
200
+ export declare const de_UpdateCampaignOutboundCallConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCampaignOutboundCallConfigCommandOutput>;
@@ -91,179 +91,179 @@ import {
91
91
  UpdateCampaignOutboundCallConfigCommandInput,
92
92
  UpdateCampaignOutboundCallConfigCommandOutput,
93
93
  } from "../commands/UpdateCampaignOutboundCallConfigCommand";
94
- export declare const serializeAws_restJson1CreateCampaignCommand: (
94
+ export declare const se_CreateCampaignCommand: (
95
95
  input: CreateCampaignCommandInput,
96
96
  context: __SerdeContext
97
97
  ) => Promise<__HttpRequest>;
98
- export declare const serializeAws_restJson1DeleteCampaignCommand: (
98
+ export declare const se_DeleteCampaignCommand: (
99
99
  input: DeleteCampaignCommandInput,
100
100
  context: __SerdeContext
101
101
  ) => Promise<__HttpRequest>;
102
- export declare const serializeAws_restJson1DeleteConnectInstanceConfigCommand: (
102
+ export declare const se_DeleteConnectInstanceConfigCommand: (
103
103
  input: DeleteConnectInstanceConfigCommandInput,
104
104
  context: __SerdeContext
105
105
  ) => Promise<__HttpRequest>;
106
- export declare const serializeAws_restJson1DeleteInstanceOnboardingJobCommand: (
106
+ export declare const se_DeleteInstanceOnboardingJobCommand: (
107
107
  input: DeleteInstanceOnboardingJobCommandInput,
108
108
  context: __SerdeContext
109
109
  ) => Promise<__HttpRequest>;
110
- export declare const serializeAws_restJson1DescribeCampaignCommand: (
110
+ export declare const se_DescribeCampaignCommand: (
111
111
  input: DescribeCampaignCommandInput,
112
112
  context: __SerdeContext
113
113
  ) => Promise<__HttpRequest>;
114
- export declare const serializeAws_restJson1GetCampaignStateCommand: (
114
+ export declare const se_GetCampaignStateCommand: (
115
115
  input: GetCampaignStateCommandInput,
116
116
  context: __SerdeContext
117
117
  ) => Promise<__HttpRequest>;
118
- export declare const serializeAws_restJson1GetCampaignStateBatchCommand: (
118
+ export declare const se_GetCampaignStateBatchCommand: (
119
119
  input: GetCampaignStateBatchCommandInput,
120
120
  context: __SerdeContext
121
121
  ) => Promise<__HttpRequest>;
122
- export declare const serializeAws_restJson1GetConnectInstanceConfigCommand: (
122
+ export declare const se_GetConnectInstanceConfigCommand: (
123
123
  input: GetConnectInstanceConfigCommandInput,
124
124
  context: __SerdeContext
125
125
  ) => Promise<__HttpRequest>;
126
- export declare const serializeAws_restJson1GetInstanceOnboardingJobStatusCommand: (
126
+ export declare const se_GetInstanceOnboardingJobStatusCommand: (
127
127
  input: GetInstanceOnboardingJobStatusCommandInput,
128
128
  context: __SerdeContext
129
129
  ) => Promise<__HttpRequest>;
130
- export declare const serializeAws_restJson1ListCampaignsCommand: (
130
+ export declare const se_ListCampaignsCommand: (
131
131
  input: ListCampaignsCommandInput,
132
132
  context: __SerdeContext
133
133
  ) => Promise<__HttpRequest>;
134
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (
134
+ export declare const se_ListTagsForResourceCommand: (
135
135
  input: ListTagsForResourceCommandInput,
136
136
  context: __SerdeContext
137
137
  ) => Promise<__HttpRequest>;
138
- export declare const serializeAws_restJson1PauseCampaignCommand: (
138
+ export declare const se_PauseCampaignCommand: (
139
139
  input: PauseCampaignCommandInput,
140
140
  context: __SerdeContext
141
141
  ) => Promise<__HttpRequest>;
142
- export declare const serializeAws_restJson1PutDialRequestBatchCommand: (
142
+ export declare const se_PutDialRequestBatchCommand: (
143
143
  input: PutDialRequestBatchCommandInput,
144
144
  context: __SerdeContext
145
145
  ) => Promise<__HttpRequest>;
146
- export declare const serializeAws_restJson1ResumeCampaignCommand: (
146
+ export declare const se_ResumeCampaignCommand: (
147
147
  input: ResumeCampaignCommandInput,
148
148
  context: __SerdeContext
149
149
  ) => Promise<__HttpRequest>;
150
- export declare const serializeAws_restJson1StartCampaignCommand: (
150
+ export declare const se_StartCampaignCommand: (
151
151
  input: StartCampaignCommandInput,
152
152
  context: __SerdeContext
153
153
  ) => Promise<__HttpRequest>;
154
- export declare const serializeAws_restJson1StartInstanceOnboardingJobCommand: (
154
+ export declare const se_StartInstanceOnboardingJobCommand: (
155
155
  input: StartInstanceOnboardingJobCommandInput,
156
156
  context: __SerdeContext
157
157
  ) => Promise<__HttpRequest>;
158
- export declare const serializeAws_restJson1StopCampaignCommand: (
158
+ export declare const se_StopCampaignCommand: (
159
159
  input: StopCampaignCommandInput,
160
160
  context: __SerdeContext
161
161
  ) => Promise<__HttpRequest>;
162
- export declare const serializeAws_restJson1TagResourceCommand: (
162
+ export declare const se_TagResourceCommand: (
163
163
  input: TagResourceCommandInput,
164
164
  context: __SerdeContext
165
165
  ) => Promise<__HttpRequest>;
166
- export declare const serializeAws_restJson1UntagResourceCommand: (
166
+ export declare const se_UntagResourceCommand: (
167
167
  input: UntagResourceCommandInput,
168
168
  context: __SerdeContext
169
169
  ) => Promise<__HttpRequest>;
170
- export declare const serializeAws_restJson1UpdateCampaignDialerConfigCommand: (
170
+ export declare const se_UpdateCampaignDialerConfigCommand: (
171
171
  input: UpdateCampaignDialerConfigCommandInput,
172
172
  context: __SerdeContext
173
173
  ) => Promise<__HttpRequest>;
174
- export declare const serializeAws_restJson1UpdateCampaignNameCommand: (
174
+ export declare const se_UpdateCampaignNameCommand: (
175
175
  input: UpdateCampaignNameCommandInput,
176
176
  context: __SerdeContext
177
177
  ) => Promise<__HttpRequest>;
178
- export declare const serializeAws_restJson1UpdateCampaignOutboundCallConfigCommand: (
178
+ export declare const se_UpdateCampaignOutboundCallConfigCommand: (
179
179
  input: UpdateCampaignOutboundCallConfigCommandInput,
180
180
  context: __SerdeContext
181
181
  ) => Promise<__HttpRequest>;
182
- export declare const deserializeAws_restJson1CreateCampaignCommand: (
182
+ export declare const de_CreateCampaignCommand: (
183
183
  output: __HttpResponse,
184
184
  context: __SerdeContext
185
185
  ) => Promise<CreateCampaignCommandOutput>;
186
- export declare const deserializeAws_restJson1DeleteCampaignCommand: (
186
+ export declare const de_DeleteCampaignCommand: (
187
187
  output: __HttpResponse,
188
188
  context: __SerdeContext
189
189
  ) => Promise<DeleteCampaignCommandOutput>;
190
- export declare const deserializeAws_restJson1DeleteConnectInstanceConfigCommand: (
190
+ export declare const de_DeleteConnectInstanceConfigCommand: (
191
191
  output: __HttpResponse,
192
192
  context: __SerdeContext
193
193
  ) => Promise<DeleteConnectInstanceConfigCommandOutput>;
194
- export declare const deserializeAws_restJson1DeleteInstanceOnboardingJobCommand: (
194
+ export declare const de_DeleteInstanceOnboardingJobCommand: (
195
195
  output: __HttpResponse,
196
196
  context: __SerdeContext
197
197
  ) => Promise<DeleteInstanceOnboardingJobCommandOutput>;
198
- export declare const deserializeAws_restJson1DescribeCampaignCommand: (
198
+ export declare const de_DescribeCampaignCommand: (
199
199
  output: __HttpResponse,
200
200
  context: __SerdeContext
201
201
  ) => Promise<DescribeCampaignCommandOutput>;
202
- export declare const deserializeAws_restJson1GetCampaignStateCommand: (
202
+ export declare const de_GetCampaignStateCommand: (
203
203
  output: __HttpResponse,
204
204
  context: __SerdeContext
205
205
  ) => Promise<GetCampaignStateCommandOutput>;
206
- export declare const deserializeAws_restJson1GetCampaignStateBatchCommand: (
206
+ export declare const de_GetCampaignStateBatchCommand: (
207
207
  output: __HttpResponse,
208
208
  context: __SerdeContext
209
209
  ) => Promise<GetCampaignStateBatchCommandOutput>;
210
- export declare const deserializeAws_restJson1GetConnectInstanceConfigCommand: (
210
+ export declare const de_GetConnectInstanceConfigCommand: (
211
211
  output: __HttpResponse,
212
212
  context: __SerdeContext
213
213
  ) => Promise<GetConnectInstanceConfigCommandOutput>;
214
- export declare const deserializeAws_restJson1GetInstanceOnboardingJobStatusCommand: (
214
+ export declare const de_GetInstanceOnboardingJobStatusCommand: (
215
215
  output: __HttpResponse,
216
216
  context: __SerdeContext
217
217
  ) => Promise<GetInstanceOnboardingJobStatusCommandOutput>;
218
- export declare const deserializeAws_restJson1ListCampaignsCommand: (
218
+ export declare const de_ListCampaignsCommand: (
219
219
  output: __HttpResponse,
220
220
  context: __SerdeContext
221
221
  ) => Promise<ListCampaignsCommandOutput>;
222
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
222
+ export declare const de_ListTagsForResourceCommand: (
223
223
  output: __HttpResponse,
224
224
  context: __SerdeContext
225
225
  ) => Promise<ListTagsForResourceCommandOutput>;
226
- export declare const deserializeAws_restJson1PauseCampaignCommand: (
226
+ export declare const de_PauseCampaignCommand: (
227
227
  output: __HttpResponse,
228
228
  context: __SerdeContext
229
229
  ) => Promise<PauseCampaignCommandOutput>;
230
- export declare const deserializeAws_restJson1PutDialRequestBatchCommand: (
230
+ export declare const de_PutDialRequestBatchCommand: (
231
231
  output: __HttpResponse,
232
232
  context: __SerdeContext
233
233
  ) => Promise<PutDialRequestBatchCommandOutput>;
234
- export declare const deserializeAws_restJson1ResumeCampaignCommand: (
234
+ export declare const de_ResumeCampaignCommand: (
235
235
  output: __HttpResponse,
236
236
  context: __SerdeContext
237
237
  ) => Promise<ResumeCampaignCommandOutput>;
238
- export declare const deserializeAws_restJson1StartCampaignCommand: (
238
+ export declare const de_StartCampaignCommand: (
239
239
  output: __HttpResponse,
240
240
  context: __SerdeContext
241
241
  ) => Promise<StartCampaignCommandOutput>;
242
- export declare const deserializeAws_restJson1StartInstanceOnboardingJobCommand: (
242
+ export declare const de_StartInstanceOnboardingJobCommand: (
243
243
  output: __HttpResponse,
244
244
  context: __SerdeContext
245
245
  ) => Promise<StartInstanceOnboardingJobCommandOutput>;
246
- export declare const deserializeAws_restJson1StopCampaignCommand: (
246
+ export declare const de_StopCampaignCommand: (
247
247
  output: __HttpResponse,
248
248
  context: __SerdeContext
249
249
  ) => Promise<StopCampaignCommandOutput>;
250
- export declare const deserializeAws_restJson1TagResourceCommand: (
250
+ export declare const de_TagResourceCommand: (
251
251
  output: __HttpResponse,
252
252
  context: __SerdeContext
253
253
  ) => Promise<TagResourceCommandOutput>;
254
- export declare const deserializeAws_restJson1UntagResourceCommand: (
254
+ export declare const de_UntagResourceCommand: (
255
255
  output: __HttpResponse,
256
256
  context: __SerdeContext
257
257
  ) => Promise<UntagResourceCommandOutput>;
258
- export declare const deserializeAws_restJson1UpdateCampaignDialerConfigCommand: (
258
+ export declare const de_UpdateCampaignDialerConfigCommand: (
259
259
  output: __HttpResponse,
260
260
  context: __SerdeContext
261
261
  ) => Promise<UpdateCampaignDialerConfigCommandOutput>;
262
- export declare const deserializeAws_restJson1UpdateCampaignNameCommand: (
262
+ export declare const de_UpdateCampaignNameCommand: (
263
263
  output: __HttpResponse,
264
264
  context: __SerdeContext
265
265
  ) => Promise<UpdateCampaignNameCommandOutput>;
266
- export declare const deserializeAws_restJson1UpdateCampaignOutboundCallConfigCommand: (
266
+ export declare const de_UpdateCampaignOutboundCallConfigCommand: (
267
267
  output: __HttpResponse,
268
268
  context: __SerdeContext
269
269
  ) => Promise<UpdateCampaignOutboundCallConfigCommandOutput>;
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.306.0",
4
+ "version": "3.310.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,42 +21,42 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.306.0",
25
- "@aws-sdk/config-resolver": "3.306.0",
26
- "@aws-sdk/credential-provider-node": "3.306.0",
27
- "@aws-sdk/fetch-http-handler": "3.306.0",
28
- "@aws-sdk/hash-node": "3.306.0",
29
- "@aws-sdk/invalid-dependency": "3.306.0",
30
- "@aws-sdk/middleware-content-length": "3.306.0",
31
- "@aws-sdk/middleware-endpoint": "3.306.0",
32
- "@aws-sdk/middleware-host-header": "3.306.0",
33
- "@aws-sdk/middleware-logger": "3.306.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.306.0",
35
- "@aws-sdk/middleware-retry": "3.306.0",
36
- "@aws-sdk/middleware-serde": "3.306.0",
37
- "@aws-sdk/middleware-signing": "3.306.0",
38
- "@aws-sdk/middleware-stack": "3.306.0",
39
- "@aws-sdk/middleware-user-agent": "3.306.0",
40
- "@aws-sdk/node-config-provider": "3.306.0",
41
- "@aws-sdk/node-http-handler": "3.306.0",
42
- "@aws-sdk/protocol-http": "3.306.0",
43
- "@aws-sdk/smithy-client": "3.306.0",
44
- "@aws-sdk/types": "3.306.0",
45
- "@aws-sdk/url-parser": "3.306.0",
46
- "@aws-sdk/util-base64": "3.303.0",
47
- "@aws-sdk/util-body-length-browser": "3.303.0",
48
- "@aws-sdk/util-body-length-node": "3.303.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.306.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.306.0",
51
- "@aws-sdk/util-endpoints": "3.306.0",
52
- "@aws-sdk/util-retry": "3.306.0",
53
- "@aws-sdk/util-user-agent-browser": "3.306.0",
54
- "@aws-sdk/util-user-agent-node": "3.306.0",
55
- "@aws-sdk/util-utf8": "3.303.0",
24
+ "@aws-sdk/client-sts": "3.310.0",
25
+ "@aws-sdk/config-resolver": "3.310.0",
26
+ "@aws-sdk/credential-provider-node": "3.310.0",
27
+ "@aws-sdk/fetch-http-handler": "3.310.0",
28
+ "@aws-sdk/hash-node": "3.310.0",
29
+ "@aws-sdk/invalid-dependency": "3.310.0",
30
+ "@aws-sdk/middleware-content-length": "3.310.0",
31
+ "@aws-sdk/middleware-endpoint": "3.310.0",
32
+ "@aws-sdk/middleware-host-header": "3.310.0",
33
+ "@aws-sdk/middleware-logger": "3.310.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.310.0",
35
+ "@aws-sdk/middleware-retry": "3.310.0",
36
+ "@aws-sdk/middleware-serde": "3.310.0",
37
+ "@aws-sdk/middleware-signing": "3.310.0",
38
+ "@aws-sdk/middleware-stack": "3.310.0",
39
+ "@aws-sdk/middleware-user-agent": "3.310.0",
40
+ "@aws-sdk/node-config-provider": "3.310.0",
41
+ "@aws-sdk/node-http-handler": "3.310.0",
42
+ "@aws-sdk/protocol-http": "3.310.0",
43
+ "@aws-sdk/smithy-client": "3.310.0",
44
+ "@aws-sdk/types": "3.310.0",
45
+ "@aws-sdk/url-parser": "3.310.0",
46
+ "@aws-sdk/util-base64": "3.310.0",
47
+ "@aws-sdk/util-body-length-browser": "3.310.0",
48
+ "@aws-sdk/util-body-length-node": "3.310.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.310.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.310.0",
51
+ "@aws-sdk/util-endpoints": "3.310.0",
52
+ "@aws-sdk/util-retry": "3.310.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.310.0",
54
+ "@aws-sdk/util-user-agent-node": "3.310.0",
55
+ "@aws-sdk/util-utf8": "3.310.0",
56
56
  "tslib": "^2.5.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@aws-sdk/service-client-documentation-generator": "3.303.0",
59
+ "@aws-sdk/service-client-documentation-generator": "3.310.0",
60
60
  "@tsconfig/node14": "1.0.3",
61
61
  "@types/node": "^14.14.31",
62
62
  "concurrently": "7.0.0",
@@ -76,7 +76,7 @@
76
76
  }
77
77
  },
78
78
  "files": [
79
- "dist-*"
79
+ "dist-*/**"
80
80
  ],
81
81
  "author": {
82
82
  "name": "AWS SDK for JavaScript Team",