@aws-sdk/client-cloudwatch-events 3.927.0 → 3.928.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 (75) hide show
  1. package/dist-cjs/index.js +1612 -2010
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/CloudWatchEventsClient.js +2 -0
  4. package/dist-es/commands/ActivateEventSourceCommand.js +3 -9
  5. package/dist-es/commands/CancelReplayCommand.js +3 -9
  6. package/dist-es/commands/CreateApiDestinationCommand.js +3 -9
  7. package/dist-es/commands/CreateArchiveCommand.js +3 -9
  8. package/dist-es/commands/CreateConnectionCommand.js +3 -10
  9. package/dist-es/commands/CreateEventBusCommand.js +3 -9
  10. package/dist-es/commands/CreatePartnerEventSourceCommand.js +3 -9
  11. package/dist-es/commands/DeactivateEventSourceCommand.js +3 -9
  12. package/dist-es/commands/DeauthorizeConnectionCommand.js +3 -9
  13. package/dist-es/commands/DeleteApiDestinationCommand.js +3 -9
  14. package/dist-es/commands/DeleteArchiveCommand.js +3 -9
  15. package/dist-es/commands/DeleteConnectionCommand.js +3 -9
  16. package/dist-es/commands/DeleteEventBusCommand.js +3 -9
  17. package/dist-es/commands/DeletePartnerEventSourceCommand.js +3 -9
  18. package/dist-es/commands/DeleteRuleCommand.js +3 -9
  19. package/dist-es/commands/DescribeApiDestinationCommand.js +3 -9
  20. package/dist-es/commands/DescribeArchiveCommand.js +3 -9
  21. package/dist-es/commands/DescribeConnectionCommand.js +3 -10
  22. package/dist-es/commands/DescribeEventBusCommand.js +3 -9
  23. package/dist-es/commands/DescribeEventSourceCommand.js +3 -9
  24. package/dist-es/commands/DescribePartnerEventSourceCommand.js +3 -9
  25. package/dist-es/commands/DescribeReplayCommand.js +3 -9
  26. package/dist-es/commands/DescribeRuleCommand.js +3 -9
  27. package/dist-es/commands/DisableRuleCommand.js +3 -9
  28. package/dist-es/commands/EnableRuleCommand.js +3 -9
  29. package/dist-es/commands/ListApiDestinationsCommand.js +3 -9
  30. package/dist-es/commands/ListArchivesCommand.js +3 -9
  31. package/dist-es/commands/ListConnectionsCommand.js +3 -9
  32. package/dist-es/commands/ListEventBusesCommand.js +3 -9
  33. package/dist-es/commands/ListEventSourcesCommand.js +3 -9
  34. package/dist-es/commands/ListPartnerEventSourceAccountsCommand.js +3 -9
  35. package/dist-es/commands/ListPartnerEventSourcesCommand.js +3 -9
  36. package/dist-es/commands/ListReplaysCommand.js +3 -9
  37. package/dist-es/commands/ListRuleNamesByTargetCommand.js +3 -9
  38. package/dist-es/commands/ListRulesCommand.js +3 -9
  39. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  40. package/dist-es/commands/ListTargetsByRuleCommand.js +3 -9
  41. package/dist-es/commands/PutEventsCommand.js +3 -9
  42. package/dist-es/commands/PutPartnerEventsCommand.js +3 -9
  43. package/dist-es/commands/PutPermissionCommand.js +3 -9
  44. package/dist-es/commands/PutRuleCommand.js +3 -9
  45. package/dist-es/commands/PutTargetsCommand.js +3 -9
  46. package/dist-es/commands/RemovePermissionCommand.js +3 -9
  47. package/dist-es/commands/RemoveTargetsCommand.js +3 -9
  48. package/dist-es/commands/StartReplayCommand.js +3 -9
  49. package/dist-es/commands/TagResourceCommand.js +3 -9
  50. package/dist-es/commands/TestEventPatternCommand.js +3 -9
  51. package/dist-es/commands/UntagResourceCommand.js +3 -9
  52. package/dist-es/commands/UpdateApiDestinationCommand.js +3 -9
  53. package/dist-es/commands/UpdateArchiveCommand.js +3 -9
  54. package/dist-es/commands/UpdateConnectionCommand.js +3 -10
  55. package/dist-es/models/models_0.js +0 -128
  56. package/dist-es/runtimeConfig.shared.js +7 -0
  57. package/dist-es/schemas/schemas_0.js +1486 -0
  58. package/dist-types/CloudWatchEventsClient.d.ts +10 -1
  59. package/dist-types/models/models_0.d.ts +0 -76
  60. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  61. package/dist-types/runtimeConfig.d.ts +1 -0
  62. package/dist-types/runtimeConfig.native.d.ts +1 -0
  63. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  64. package/dist-types/schemas/schemas_0.d.ts +256 -0
  65. package/dist-types/ts3.4/CloudWatchEventsClient.d.ts +4 -0
  66. package/dist-types/ts3.4/models/models_0.d.ts +0 -57
  67. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  68. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  69. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  70. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  71. package/dist-types/ts3.4/schemas/schemas_0.d.ts +262 -0
  72. package/package.json +5 -5
  73. package/dist-es/protocols/Aws_json1_1.js +0 -1478
  74. package/dist-types/protocols/Aws_json1_1.d.ts +0 -461
  75. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -617
@@ -1,461 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { ActivateEventSourceCommandInput, ActivateEventSourceCommandOutput } from "../commands/ActivateEventSourceCommand";
4
- import { CancelReplayCommandInput, CancelReplayCommandOutput } from "../commands/CancelReplayCommand";
5
- import { CreateApiDestinationCommandInput, CreateApiDestinationCommandOutput } from "../commands/CreateApiDestinationCommand";
6
- import { CreateArchiveCommandInput, CreateArchiveCommandOutput } from "../commands/CreateArchiveCommand";
7
- import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "../commands/CreateConnectionCommand";
8
- import { CreateEventBusCommandInput, CreateEventBusCommandOutput } from "../commands/CreateEventBusCommand";
9
- import { CreatePartnerEventSourceCommandInput, CreatePartnerEventSourceCommandOutput } from "../commands/CreatePartnerEventSourceCommand";
10
- import { DeactivateEventSourceCommandInput, DeactivateEventSourceCommandOutput } from "../commands/DeactivateEventSourceCommand";
11
- import { DeauthorizeConnectionCommandInput, DeauthorizeConnectionCommandOutput } from "../commands/DeauthorizeConnectionCommand";
12
- import { DeleteApiDestinationCommandInput, DeleteApiDestinationCommandOutput } from "../commands/DeleteApiDestinationCommand";
13
- import { DeleteArchiveCommandInput, DeleteArchiveCommandOutput } from "../commands/DeleteArchiveCommand";
14
- import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "../commands/DeleteConnectionCommand";
15
- import { DeleteEventBusCommandInput, DeleteEventBusCommandOutput } from "../commands/DeleteEventBusCommand";
16
- import { DeletePartnerEventSourceCommandInput, DeletePartnerEventSourceCommandOutput } from "../commands/DeletePartnerEventSourceCommand";
17
- import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "../commands/DeleteRuleCommand";
18
- import { DescribeApiDestinationCommandInput, DescribeApiDestinationCommandOutput } from "../commands/DescribeApiDestinationCommand";
19
- import { DescribeArchiveCommandInput, DescribeArchiveCommandOutput } from "../commands/DescribeArchiveCommand";
20
- import { DescribeConnectionCommandInput, DescribeConnectionCommandOutput } from "../commands/DescribeConnectionCommand";
21
- import { DescribeEventBusCommandInput, DescribeEventBusCommandOutput } from "../commands/DescribeEventBusCommand";
22
- import { DescribeEventSourceCommandInput, DescribeEventSourceCommandOutput } from "../commands/DescribeEventSourceCommand";
23
- import { DescribePartnerEventSourceCommandInput, DescribePartnerEventSourceCommandOutput } from "../commands/DescribePartnerEventSourceCommand";
24
- import { DescribeReplayCommandInput, DescribeReplayCommandOutput } from "../commands/DescribeReplayCommand";
25
- import { DescribeRuleCommandInput, DescribeRuleCommandOutput } from "../commands/DescribeRuleCommand";
26
- import { DisableRuleCommandInput, DisableRuleCommandOutput } from "../commands/DisableRuleCommand";
27
- import { EnableRuleCommandInput, EnableRuleCommandOutput } from "../commands/EnableRuleCommand";
28
- import { ListApiDestinationsCommandInput, ListApiDestinationsCommandOutput } from "../commands/ListApiDestinationsCommand";
29
- import { ListArchivesCommandInput, ListArchivesCommandOutput } from "../commands/ListArchivesCommand";
30
- import { ListConnectionsCommandInput, ListConnectionsCommandOutput } from "../commands/ListConnectionsCommand";
31
- import { ListEventBusesCommandInput, ListEventBusesCommandOutput } from "../commands/ListEventBusesCommand";
32
- import { ListEventSourcesCommandInput, ListEventSourcesCommandOutput } from "../commands/ListEventSourcesCommand";
33
- import { ListPartnerEventSourceAccountsCommandInput, ListPartnerEventSourceAccountsCommandOutput } from "../commands/ListPartnerEventSourceAccountsCommand";
34
- import { ListPartnerEventSourcesCommandInput, ListPartnerEventSourcesCommandOutput } from "../commands/ListPartnerEventSourcesCommand";
35
- import { ListReplaysCommandInput, ListReplaysCommandOutput } from "../commands/ListReplaysCommand";
36
- import { ListRuleNamesByTargetCommandInput, ListRuleNamesByTargetCommandOutput } from "../commands/ListRuleNamesByTargetCommand";
37
- import { ListRulesCommandInput, ListRulesCommandOutput } from "../commands/ListRulesCommand";
38
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
39
- import { ListTargetsByRuleCommandInput, ListTargetsByRuleCommandOutput } from "../commands/ListTargetsByRuleCommand";
40
- import { PutEventsCommandInput, PutEventsCommandOutput } from "../commands/PutEventsCommand";
41
- import { PutPartnerEventsCommandInput, PutPartnerEventsCommandOutput } from "../commands/PutPartnerEventsCommand";
42
- import { PutPermissionCommandInput, PutPermissionCommandOutput } from "../commands/PutPermissionCommand";
43
- import { PutRuleCommandInput, PutRuleCommandOutput } from "../commands/PutRuleCommand";
44
- import { PutTargetsCommandInput, PutTargetsCommandOutput } from "../commands/PutTargetsCommand";
45
- import { RemovePermissionCommandInput, RemovePermissionCommandOutput } from "../commands/RemovePermissionCommand";
46
- import { RemoveTargetsCommandInput, RemoveTargetsCommandOutput } from "../commands/RemoveTargetsCommand";
47
- import { StartReplayCommandInput, StartReplayCommandOutput } from "../commands/StartReplayCommand";
48
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
49
- import { TestEventPatternCommandInput, TestEventPatternCommandOutput } from "../commands/TestEventPatternCommand";
50
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
51
- import { UpdateApiDestinationCommandInput, UpdateApiDestinationCommandOutput } from "../commands/UpdateApiDestinationCommand";
52
- import { UpdateArchiveCommandInput, UpdateArchiveCommandOutput } from "../commands/UpdateArchiveCommand";
53
- import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "../commands/UpdateConnectionCommand";
54
- /**
55
- * serializeAws_json1_1ActivateEventSourceCommand
56
- */
57
- export declare const se_ActivateEventSourceCommand: (input: ActivateEventSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- /**
59
- * serializeAws_json1_1CancelReplayCommand
60
- */
61
- export declare const se_CancelReplayCommand: (input: CancelReplayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- /**
63
- * serializeAws_json1_1CreateApiDestinationCommand
64
- */
65
- export declare const se_CreateApiDestinationCommand: (input: CreateApiDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- /**
67
- * serializeAws_json1_1CreateArchiveCommand
68
- */
69
- export declare const se_CreateArchiveCommand: (input: CreateArchiveCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- /**
71
- * serializeAws_json1_1CreateConnectionCommand
72
- */
73
- export declare const se_CreateConnectionCommand: (input: CreateConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- /**
75
- * serializeAws_json1_1CreateEventBusCommand
76
- */
77
- export declare const se_CreateEventBusCommand: (input: CreateEventBusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- /**
79
- * serializeAws_json1_1CreatePartnerEventSourceCommand
80
- */
81
- export declare const se_CreatePartnerEventSourceCommand: (input: CreatePartnerEventSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_json1_1DeactivateEventSourceCommand
84
- */
85
- export declare const se_DeactivateEventSourceCommand: (input: DeactivateEventSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_json1_1DeauthorizeConnectionCommand
88
- */
89
- export declare const se_DeauthorizeConnectionCommand: (input: DeauthorizeConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_json1_1DeleteApiDestinationCommand
92
- */
93
- export declare const se_DeleteApiDestinationCommand: (input: DeleteApiDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_json1_1DeleteArchiveCommand
96
- */
97
- export declare const se_DeleteArchiveCommand: (input: DeleteArchiveCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_json1_1DeleteConnectionCommand
100
- */
101
- export declare const se_DeleteConnectionCommand: (input: DeleteConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_json1_1DeleteEventBusCommand
104
- */
105
- export declare const se_DeleteEventBusCommand: (input: DeleteEventBusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_json1_1DeletePartnerEventSourceCommand
108
- */
109
- export declare const se_DeletePartnerEventSourceCommand: (input: DeletePartnerEventSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_json1_1DeleteRuleCommand
112
- */
113
- export declare const se_DeleteRuleCommand: (input: DeleteRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_json1_1DescribeApiDestinationCommand
116
- */
117
- export declare const se_DescribeApiDestinationCommand: (input: DescribeApiDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * serializeAws_json1_1DescribeArchiveCommand
120
- */
121
- export declare const se_DescribeArchiveCommand: (input: DescribeArchiveCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- /**
123
- * serializeAws_json1_1DescribeConnectionCommand
124
- */
125
- export declare const se_DescribeConnectionCommand: (input: DescribeConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_json1_1DescribeEventBusCommand
128
- */
129
- export declare const se_DescribeEventBusCommand: (input: DescribeEventBusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_json1_1DescribeEventSourceCommand
132
- */
133
- export declare const se_DescribeEventSourceCommand: (input: DescribeEventSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_json1_1DescribePartnerEventSourceCommand
136
- */
137
- export declare const se_DescribePartnerEventSourceCommand: (input: DescribePartnerEventSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * serializeAws_json1_1DescribeReplayCommand
140
- */
141
- export declare const se_DescribeReplayCommand: (input: DescribeReplayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- /**
143
- * serializeAws_json1_1DescribeRuleCommand
144
- */
145
- export declare const se_DescribeRuleCommand: (input: DescribeRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- /**
147
- * serializeAws_json1_1DisableRuleCommand
148
- */
149
- export declare const se_DisableRuleCommand: (input: DisableRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- /**
151
- * serializeAws_json1_1EnableRuleCommand
152
- */
153
- export declare const se_EnableRuleCommand: (input: EnableRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- /**
155
- * serializeAws_json1_1ListApiDestinationsCommand
156
- */
157
- export declare const se_ListApiDestinationsCommand: (input: ListApiDestinationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- /**
159
- * serializeAws_json1_1ListArchivesCommand
160
- */
161
- export declare const se_ListArchivesCommand: (input: ListArchivesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- /**
163
- * serializeAws_json1_1ListConnectionsCommand
164
- */
165
- export declare const se_ListConnectionsCommand: (input: ListConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- /**
167
- * serializeAws_json1_1ListEventBusesCommand
168
- */
169
- export declare const se_ListEventBusesCommand: (input: ListEventBusesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- /**
171
- * serializeAws_json1_1ListEventSourcesCommand
172
- */
173
- export declare const se_ListEventSourcesCommand: (input: ListEventSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- /**
175
- * serializeAws_json1_1ListPartnerEventSourceAccountsCommand
176
- */
177
- export declare const se_ListPartnerEventSourceAccountsCommand: (input: ListPartnerEventSourceAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- /**
179
- * serializeAws_json1_1ListPartnerEventSourcesCommand
180
- */
181
- export declare const se_ListPartnerEventSourcesCommand: (input: ListPartnerEventSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- /**
183
- * serializeAws_json1_1ListReplaysCommand
184
- */
185
- export declare const se_ListReplaysCommand: (input: ListReplaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- /**
187
- * serializeAws_json1_1ListRuleNamesByTargetCommand
188
- */
189
- export declare const se_ListRuleNamesByTargetCommand: (input: ListRuleNamesByTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- /**
191
- * serializeAws_json1_1ListRulesCommand
192
- */
193
- export declare const se_ListRulesCommand: (input: ListRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- /**
195
- * serializeAws_json1_1ListTagsForResourceCommand
196
- */
197
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- /**
199
- * serializeAws_json1_1ListTargetsByRuleCommand
200
- */
201
- export declare const se_ListTargetsByRuleCommand: (input: ListTargetsByRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
- /**
203
- * serializeAws_json1_1PutEventsCommand
204
- */
205
- export declare const se_PutEventsCommand: (input: PutEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
- /**
207
- * serializeAws_json1_1PutPartnerEventsCommand
208
- */
209
- export declare const se_PutPartnerEventsCommand: (input: PutPartnerEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
- /**
211
- * serializeAws_json1_1PutPermissionCommand
212
- */
213
- export declare const se_PutPermissionCommand: (input: PutPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
- /**
215
- * serializeAws_json1_1PutRuleCommand
216
- */
217
- export declare const se_PutRuleCommand: (input: PutRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
- /**
219
- * serializeAws_json1_1PutTargetsCommand
220
- */
221
- export declare const se_PutTargetsCommand: (input: PutTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
- /**
223
- * serializeAws_json1_1RemovePermissionCommand
224
- */
225
- export declare const se_RemovePermissionCommand: (input: RemovePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
- /**
227
- * serializeAws_json1_1RemoveTargetsCommand
228
- */
229
- export declare const se_RemoveTargetsCommand: (input: RemoveTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
- /**
231
- * serializeAws_json1_1StartReplayCommand
232
- */
233
- export declare const se_StartReplayCommand: (input: StartReplayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
- /**
235
- * serializeAws_json1_1TagResourceCommand
236
- */
237
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
- /**
239
- * serializeAws_json1_1TestEventPatternCommand
240
- */
241
- export declare const se_TestEventPatternCommand: (input: TestEventPatternCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
- /**
243
- * serializeAws_json1_1UntagResourceCommand
244
- */
245
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
- /**
247
- * serializeAws_json1_1UpdateApiDestinationCommand
248
- */
249
- export declare const se_UpdateApiDestinationCommand: (input: UpdateApiDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
- /**
251
- * serializeAws_json1_1UpdateArchiveCommand
252
- */
253
- export declare const se_UpdateArchiveCommand: (input: UpdateArchiveCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
- /**
255
- * serializeAws_json1_1UpdateConnectionCommand
256
- */
257
- export declare const se_UpdateConnectionCommand: (input: UpdateConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
- /**
259
- * deserializeAws_json1_1ActivateEventSourceCommand
260
- */
261
- export declare const de_ActivateEventSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ActivateEventSourceCommandOutput>;
262
- /**
263
- * deserializeAws_json1_1CancelReplayCommand
264
- */
265
- export declare const de_CancelReplayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelReplayCommandOutput>;
266
- /**
267
- * deserializeAws_json1_1CreateApiDestinationCommand
268
- */
269
- export declare const de_CreateApiDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApiDestinationCommandOutput>;
270
- /**
271
- * deserializeAws_json1_1CreateArchiveCommand
272
- */
273
- export declare const de_CreateArchiveCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateArchiveCommandOutput>;
274
- /**
275
- * deserializeAws_json1_1CreateConnectionCommand
276
- */
277
- export declare const de_CreateConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectionCommandOutput>;
278
- /**
279
- * deserializeAws_json1_1CreateEventBusCommand
280
- */
281
- export declare const de_CreateEventBusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEventBusCommandOutput>;
282
- /**
283
- * deserializeAws_json1_1CreatePartnerEventSourceCommand
284
- */
285
- export declare const de_CreatePartnerEventSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePartnerEventSourceCommandOutput>;
286
- /**
287
- * deserializeAws_json1_1DeactivateEventSourceCommand
288
- */
289
- export declare const de_DeactivateEventSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeactivateEventSourceCommandOutput>;
290
- /**
291
- * deserializeAws_json1_1DeauthorizeConnectionCommand
292
- */
293
- export declare const de_DeauthorizeConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeauthorizeConnectionCommandOutput>;
294
- /**
295
- * deserializeAws_json1_1DeleteApiDestinationCommand
296
- */
297
- export declare const de_DeleteApiDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApiDestinationCommandOutput>;
298
- /**
299
- * deserializeAws_json1_1DeleteArchiveCommand
300
- */
301
- export declare const de_DeleteArchiveCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteArchiveCommandOutput>;
302
- /**
303
- * deserializeAws_json1_1DeleteConnectionCommand
304
- */
305
- export declare const de_DeleteConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectionCommandOutput>;
306
- /**
307
- * deserializeAws_json1_1DeleteEventBusCommand
308
- */
309
- export declare const de_DeleteEventBusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventBusCommandOutput>;
310
- /**
311
- * deserializeAws_json1_1DeletePartnerEventSourceCommand
312
- */
313
- export declare const de_DeletePartnerEventSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePartnerEventSourceCommandOutput>;
314
- /**
315
- * deserializeAws_json1_1DeleteRuleCommand
316
- */
317
- export declare const de_DeleteRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRuleCommandOutput>;
318
- /**
319
- * deserializeAws_json1_1DescribeApiDestinationCommand
320
- */
321
- export declare const de_DescribeApiDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeApiDestinationCommandOutput>;
322
- /**
323
- * deserializeAws_json1_1DescribeArchiveCommand
324
- */
325
- export declare const de_DescribeArchiveCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeArchiveCommandOutput>;
326
- /**
327
- * deserializeAws_json1_1DescribeConnectionCommand
328
- */
329
- export declare const de_DescribeConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectionCommandOutput>;
330
- /**
331
- * deserializeAws_json1_1DescribeEventBusCommand
332
- */
333
- export declare const de_DescribeEventBusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEventBusCommandOutput>;
334
- /**
335
- * deserializeAws_json1_1DescribeEventSourceCommand
336
- */
337
- export declare const de_DescribeEventSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEventSourceCommandOutput>;
338
- /**
339
- * deserializeAws_json1_1DescribePartnerEventSourceCommand
340
- */
341
- export declare const de_DescribePartnerEventSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePartnerEventSourceCommandOutput>;
342
- /**
343
- * deserializeAws_json1_1DescribeReplayCommand
344
- */
345
- export declare const de_DescribeReplayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReplayCommandOutput>;
346
- /**
347
- * deserializeAws_json1_1DescribeRuleCommand
348
- */
349
- export declare const de_DescribeRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRuleCommandOutput>;
350
- /**
351
- * deserializeAws_json1_1DisableRuleCommand
352
- */
353
- export declare const de_DisableRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableRuleCommandOutput>;
354
- /**
355
- * deserializeAws_json1_1EnableRuleCommand
356
- */
357
- export declare const de_EnableRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableRuleCommandOutput>;
358
- /**
359
- * deserializeAws_json1_1ListApiDestinationsCommand
360
- */
361
- export declare const de_ListApiDestinationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApiDestinationsCommandOutput>;
362
- /**
363
- * deserializeAws_json1_1ListArchivesCommand
364
- */
365
- export declare const de_ListArchivesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListArchivesCommandOutput>;
366
- /**
367
- * deserializeAws_json1_1ListConnectionsCommand
368
- */
369
- export declare const de_ListConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectionsCommandOutput>;
370
- /**
371
- * deserializeAws_json1_1ListEventBusesCommand
372
- */
373
- export declare const de_ListEventBusesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventBusesCommandOutput>;
374
- /**
375
- * deserializeAws_json1_1ListEventSourcesCommand
376
- */
377
- export declare const de_ListEventSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventSourcesCommandOutput>;
378
- /**
379
- * deserializeAws_json1_1ListPartnerEventSourceAccountsCommand
380
- */
381
- export declare const de_ListPartnerEventSourceAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPartnerEventSourceAccountsCommandOutput>;
382
- /**
383
- * deserializeAws_json1_1ListPartnerEventSourcesCommand
384
- */
385
- export declare const de_ListPartnerEventSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPartnerEventSourcesCommandOutput>;
386
- /**
387
- * deserializeAws_json1_1ListReplaysCommand
388
- */
389
- export declare const de_ListReplaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReplaysCommandOutput>;
390
- /**
391
- * deserializeAws_json1_1ListRuleNamesByTargetCommand
392
- */
393
- export declare const de_ListRuleNamesByTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRuleNamesByTargetCommandOutput>;
394
- /**
395
- * deserializeAws_json1_1ListRulesCommand
396
- */
397
- export declare const de_ListRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRulesCommandOutput>;
398
- /**
399
- * deserializeAws_json1_1ListTagsForResourceCommand
400
- */
401
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
402
- /**
403
- * deserializeAws_json1_1ListTargetsByRuleCommand
404
- */
405
- export declare const de_ListTargetsByRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTargetsByRuleCommandOutput>;
406
- /**
407
- * deserializeAws_json1_1PutEventsCommand
408
- */
409
- export declare const de_PutEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutEventsCommandOutput>;
410
- /**
411
- * deserializeAws_json1_1PutPartnerEventsCommand
412
- */
413
- export declare const de_PutPartnerEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutPartnerEventsCommandOutput>;
414
- /**
415
- * deserializeAws_json1_1PutPermissionCommand
416
- */
417
- export declare const de_PutPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutPermissionCommandOutput>;
418
- /**
419
- * deserializeAws_json1_1PutRuleCommand
420
- */
421
- export declare const de_PutRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRuleCommandOutput>;
422
- /**
423
- * deserializeAws_json1_1PutTargetsCommand
424
- */
425
- export declare const de_PutTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutTargetsCommandOutput>;
426
- /**
427
- * deserializeAws_json1_1RemovePermissionCommand
428
- */
429
- export declare const de_RemovePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemovePermissionCommandOutput>;
430
- /**
431
- * deserializeAws_json1_1RemoveTargetsCommand
432
- */
433
- export declare const de_RemoveTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveTargetsCommandOutput>;
434
- /**
435
- * deserializeAws_json1_1StartReplayCommand
436
- */
437
- export declare const de_StartReplayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartReplayCommandOutput>;
438
- /**
439
- * deserializeAws_json1_1TagResourceCommand
440
- */
441
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
442
- /**
443
- * deserializeAws_json1_1TestEventPatternCommand
444
- */
445
- export declare const de_TestEventPatternCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestEventPatternCommandOutput>;
446
- /**
447
- * deserializeAws_json1_1UntagResourceCommand
448
- */
449
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
450
- /**
451
- * deserializeAws_json1_1UpdateApiDestinationCommand
452
- */
453
- export declare const de_UpdateApiDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApiDestinationCommandOutput>;
454
- /**
455
- * deserializeAws_json1_1UpdateArchiveCommand
456
- */
457
- export declare const de_UpdateArchiveCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateArchiveCommandOutput>;
458
- /**
459
- * deserializeAws_json1_1UpdateConnectionCommand
460
- */
461
- export declare const de_UpdateConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectionCommandOutput>;