@aws-sdk/client-eventbridge 3.168.0 → 3.170.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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/EventBridge.d.ts +1012 -285
- package/dist-types/ts3.4/EventBridgeClient.d.ts +465 -129
- package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +56 -56
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/EventBridgeServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2198 -2033
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +677 -170
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +18 -13
- package/package.json +36 -36
|
@@ -1,170 +1,677 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
import {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
ActivateEventSourceCommandInput,
|
|
8
|
+
ActivateEventSourceCommandOutput,
|
|
9
|
+
} from "../commands/ActivateEventSourceCommand";
|
|
10
|
+
import {
|
|
11
|
+
CancelReplayCommandInput,
|
|
12
|
+
CancelReplayCommandOutput,
|
|
13
|
+
} from "../commands/CancelReplayCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateApiDestinationCommandInput,
|
|
16
|
+
CreateApiDestinationCommandOutput,
|
|
17
|
+
} from "../commands/CreateApiDestinationCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateArchiveCommandInput,
|
|
20
|
+
CreateArchiveCommandOutput,
|
|
21
|
+
} from "../commands/CreateArchiveCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateConnectionCommandInput,
|
|
24
|
+
CreateConnectionCommandOutput,
|
|
25
|
+
} from "../commands/CreateConnectionCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateEndpointCommandInput,
|
|
28
|
+
CreateEndpointCommandOutput,
|
|
29
|
+
} from "../commands/CreateEndpointCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateEventBusCommandInput,
|
|
32
|
+
CreateEventBusCommandOutput,
|
|
33
|
+
} from "../commands/CreateEventBusCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreatePartnerEventSourceCommandInput,
|
|
36
|
+
CreatePartnerEventSourceCommandOutput,
|
|
37
|
+
} from "../commands/CreatePartnerEventSourceCommand";
|
|
38
|
+
import {
|
|
39
|
+
DeactivateEventSourceCommandInput,
|
|
40
|
+
DeactivateEventSourceCommandOutput,
|
|
41
|
+
} from "../commands/DeactivateEventSourceCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeauthorizeConnectionCommandInput,
|
|
44
|
+
DeauthorizeConnectionCommandOutput,
|
|
45
|
+
} from "../commands/DeauthorizeConnectionCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteApiDestinationCommandInput,
|
|
48
|
+
DeleteApiDestinationCommandOutput,
|
|
49
|
+
} from "../commands/DeleteApiDestinationCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteArchiveCommandInput,
|
|
52
|
+
DeleteArchiveCommandOutput,
|
|
53
|
+
} from "../commands/DeleteArchiveCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteConnectionCommandInput,
|
|
56
|
+
DeleteConnectionCommandOutput,
|
|
57
|
+
} from "../commands/DeleteConnectionCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteEndpointCommandInput,
|
|
60
|
+
DeleteEndpointCommandOutput,
|
|
61
|
+
} from "../commands/DeleteEndpointCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteEventBusCommandInput,
|
|
64
|
+
DeleteEventBusCommandOutput,
|
|
65
|
+
} from "../commands/DeleteEventBusCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeletePartnerEventSourceCommandInput,
|
|
68
|
+
DeletePartnerEventSourceCommandOutput,
|
|
69
|
+
} from "../commands/DeletePartnerEventSourceCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteRuleCommandInput,
|
|
72
|
+
DeleteRuleCommandOutput,
|
|
73
|
+
} from "../commands/DeleteRuleCommand";
|
|
74
|
+
import {
|
|
75
|
+
DescribeApiDestinationCommandInput,
|
|
76
|
+
DescribeApiDestinationCommandOutput,
|
|
77
|
+
} from "../commands/DescribeApiDestinationCommand";
|
|
78
|
+
import {
|
|
79
|
+
DescribeArchiveCommandInput,
|
|
80
|
+
DescribeArchiveCommandOutput,
|
|
81
|
+
} from "../commands/DescribeArchiveCommand";
|
|
82
|
+
import {
|
|
83
|
+
DescribeConnectionCommandInput,
|
|
84
|
+
DescribeConnectionCommandOutput,
|
|
85
|
+
} from "../commands/DescribeConnectionCommand";
|
|
86
|
+
import {
|
|
87
|
+
DescribeEndpointCommandInput,
|
|
88
|
+
DescribeEndpointCommandOutput,
|
|
89
|
+
} from "../commands/DescribeEndpointCommand";
|
|
90
|
+
import {
|
|
91
|
+
DescribeEventBusCommandInput,
|
|
92
|
+
DescribeEventBusCommandOutput,
|
|
93
|
+
} from "../commands/DescribeEventBusCommand";
|
|
94
|
+
import {
|
|
95
|
+
DescribeEventSourceCommandInput,
|
|
96
|
+
DescribeEventSourceCommandOutput,
|
|
97
|
+
} from "../commands/DescribeEventSourceCommand";
|
|
98
|
+
import {
|
|
99
|
+
DescribePartnerEventSourceCommandInput,
|
|
100
|
+
DescribePartnerEventSourceCommandOutput,
|
|
101
|
+
} from "../commands/DescribePartnerEventSourceCommand";
|
|
102
|
+
import {
|
|
103
|
+
DescribeReplayCommandInput,
|
|
104
|
+
DescribeReplayCommandOutput,
|
|
105
|
+
} from "../commands/DescribeReplayCommand";
|
|
106
|
+
import {
|
|
107
|
+
DescribeRuleCommandInput,
|
|
108
|
+
DescribeRuleCommandOutput,
|
|
109
|
+
} from "../commands/DescribeRuleCommand";
|
|
110
|
+
import {
|
|
111
|
+
DisableRuleCommandInput,
|
|
112
|
+
DisableRuleCommandOutput,
|
|
113
|
+
} from "../commands/DisableRuleCommand";
|
|
114
|
+
import {
|
|
115
|
+
EnableRuleCommandInput,
|
|
116
|
+
EnableRuleCommandOutput,
|
|
117
|
+
} from "../commands/EnableRuleCommand";
|
|
118
|
+
import {
|
|
119
|
+
ListApiDestinationsCommandInput,
|
|
120
|
+
ListApiDestinationsCommandOutput,
|
|
121
|
+
} from "../commands/ListApiDestinationsCommand";
|
|
122
|
+
import {
|
|
123
|
+
ListArchivesCommandInput,
|
|
124
|
+
ListArchivesCommandOutput,
|
|
125
|
+
} from "../commands/ListArchivesCommand";
|
|
126
|
+
import {
|
|
127
|
+
ListConnectionsCommandInput,
|
|
128
|
+
ListConnectionsCommandOutput,
|
|
129
|
+
} from "../commands/ListConnectionsCommand";
|
|
130
|
+
import {
|
|
131
|
+
ListEndpointsCommandInput,
|
|
132
|
+
ListEndpointsCommandOutput,
|
|
133
|
+
} from "../commands/ListEndpointsCommand";
|
|
134
|
+
import {
|
|
135
|
+
ListEventBusesCommandInput,
|
|
136
|
+
ListEventBusesCommandOutput,
|
|
137
|
+
} from "../commands/ListEventBusesCommand";
|
|
138
|
+
import {
|
|
139
|
+
ListEventSourcesCommandInput,
|
|
140
|
+
ListEventSourcesCommandOutput,
|
|
141
|
+
} from "../commands/ListEventSourcesCommand";
|
|
142
|
+
import {
|
|
143
|
+
ListPartnerEventSourceAccountsCommandInput,
|
|
144
|
+
ListPartnerEventSourceAccountsCommandOutput,
|
|
145
|
+
} from "../commands/ListPartnerEventSourceAccountsCommand";
|
|
146
|
+
import {
|
|
147
|
+
ListPartnerEventSourcesCommandInput,
|
|
148
|
+
ListPartnerEventSourcesCommandOutput,
|
|
149
|
+
} from "../commands/ListPartnerEventSourcesCommand";
|
|
150
|
+
import {
|
|
151
|
+
ListReplaysCommandInput,
|
|
152
|
+
ListReplaysCommandOutput,
|
|
153
|
+
} from "../commands/ListReplaysCommand";
|
|
154
|
+
import {
|
|
155
|
+
ListRuleNamesByTargetCommandInput,
|
|
156
|
+
ListRuleNamesByTargetCommandOutput,
|
|
157
|
+
} from "../commands/ListRuleNamesByTargetCommand";
|
|
158
|
+
import {
|
|
159
|
+
ListRulesCommandInput,
|
|
160
|
+
ListRulesCommandOutput,
|
|
161
|
+
} from "../commands/ListRulesCommand";
|
|
162
|
+
import {
|
|
163
|
+
ListTagsForResourceCommandInput,
|
|
164
|
+
ListTagsForResourceCommandOutput,
|
|
165
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
166
|
+
import {
|
|
167
|
+
ListTargetsByRuleCommandInput,
|
|
168
|
+
ListTargetsByRuleCommandOutput,
|
|
169
|
+
} from "../commands/ListTargetsByRuleCommand";
|
|
170
|
+
import {
|
|
171
|
+
PutEventsCommandInput,
|
|
172
|
+
PutEventsCommandOutput,
|
|
173
|
+
} from "../commands/PutEventsCommand";
|
|
174
|
+
import {
|
|
175
|
+
PutPartnerEventsCommandInput,
|
|
176
|
+
PutPartnerEventsCommandOutput,
|
|
177
|
+
} from "../commands/PutPartnerEventsCommand";
|
|
178
|
+
import {
|
|
179
|
+
PutPermissionCommandInput,
|
|
180
|
+
PutPermissionCommandOutput,
|
|
181
|
+
} from "../commands/PutPermissionCommand";
|
|
182
|
+
import {
|
|
183
|
+
PutRuleCommandInput,
|
|
184
|
+
PutRuleCommandOutput,
|
|
185
|
+
} from "../commands/PutRuleCommand";
|
|
186
|
+
import {
|
|
187
|
+
PutTargetsCommandInput,
|
|
188
|
+
PutTargetsCommandOutput,
|
|
189
|
+
} from "../commands/PutTargetsCommand";
|
|
190
|
+
import {
|
|
191
|
+
RemovePermissionCommandInput,
|
|
192
|
+
RemovePermissionCommandOutput,
|
|
193
|
+
} from "../commands/RemovePermissionCommand";
|
|
194
|
+
import {
|
|
195
|
+
RemoveTargetsCommandInput,
|
|
196
|
+
RemoveTargetsCommandOutput,
|
|
197
|
+
} from "../commands/RemoveTargetsCommand";
|
|
198
|
+
import {
|
|
199
|
+
StartReplayCommandInput,
|
|
200
|
+
StartReplayCommandOutput,
|
|
201
|
+
} from "../commands/StartReplayCommand";
|
|
202
|
+
import {
|
|
203
|
+
TagResourceCommandInput,
|
|
204
|
+
TagResourceCommandOutput,
|
|
205
|
+
} from "../commands/TagResourceCommand";
|
|
206
|
+
import {
|
|
207
|
+
TestEventPatternCommandInput,
|
|
208
|
+
TestEventPatternCommandOutput,
|
|
209
|
+
} from "../commands/TestEventPatternCommand";
|
|
210
|
+
import {
|
|
211
|
+
UntagResourceCommandInput,
|
|
212
|
+
UntagResourceCommandOutput,
|
|
213
|
+
} from "../commands/UntagResourceCommand";
|
|
214
|
+
import {
|
|
215
|
+
UpdateApiDestinationCommandInput,
|
|
216
|
+
UpdateApiDestinationCommandOutput,
|
|
217
|
+
} from "../commands/UpdateApiDestinationCommand";
|
|
218
|
+
import {
|
|
219
|
+
UpdateArchiveCommandInput,
|
|
220
|
+
UpdateArchiveCommandOutput,
|
|
221
|
+
} from "../commands/UpdateArchiveCommand";
|
|
222
|
+
import {
|
|
223
|
+
UpdateConnectionCommandInput,
|
|
224
|
+
UpdateConnectionCommandOutput,
|
|
225
|
+
} from "../commands/UpdateConnectionCommand";
|
|
226
|
+
import {
|
|
227
|
+
UpdateEndpointCommandInput,
|
|
228
|
+
UpdateEndpointCommandOutput,
|
|
229
|
+
} from "../commands/UpdateEndpointCommand";
|
|
230
|
+
export declare const serializeAws_json1_1ActivateEventSourceCommand: (
|
|
231
|
+
input: ActivateEventSourceCommandInput,
|
|
232
|
+
context: __SerdeContext
|
|
233
|
+
) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const serializeAws_json1_1CancelReplayCommand: (
|
|
235
|
+
input: CancelReplayCommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
238
|
+
export declare const serializeAws_json1_1CreateApiDestinationCommand: (
|
|
239
|
+
input: CreateApiDestinationCommandInput,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<__HttpRequest>;
|
|
242
|
+
export declare const serializeAws_json1_1CreateArchiveCommand: (
|
|
243
|
+
input: CreateArchiveCommandInput,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<__HttpRequest>;
|
|
246
|
+
export declare const serializeAws_json1_1CreateConnectionCommand: (
|
|
247
|
+
input: CreateConnectionCommandInput,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const serializeAws_json1_1CreateEndpointCommand: (
|
|
251
|
+
input: CreateEndpointCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const serializeAws_json1_1CreateEventBusCommand: (
|
|
255
|
+
input: CreateEventBusCommandInput,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<__HttpRequest>;
|
|
258
|
+
export declare const serializeAws_json1_1CreatePartnerEventSourceCommand: (
|
|
259
|
+
input: CreatePartnerEventSourceCommandInput,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<__HttpRequest>;
|
|
262
|
+
export declare const serializeAws_json1_1DeactivateEventSourceCommand: (
|
|
263
|
+
input: DeactivateEventSourceCommandInput,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<__HttpRequest>;
|
|
266
|
+
export declare const serializeAws_json1_1DeauthorizeConnectionCommand: (
|
|
267
|
+
input: DeauthorizeConnectionCommandInput,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<__HttpRequest>;
|
|
270
|
+
export declare const serializeAws_json1_1DeleteApiDestinationCommand: (
|
|
271
|
+
input: DeleteApiDestinationCommandInput,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<__HttpRequest>;
|
|
274
|
+
export declare const serializeAws_json1_1DeleteArchiveCommand: (
|
|
275
|
+
input: DeleteArchiveCommandInput,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const serializeAws_json1_1DeleteConnectionCommand: (
|
|
279
|
+
input: DeleteConnectionCommandInput,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<__HttpRequest>;
|
|
282
|
+
export declare const serializeAws_json1_1DeleteEndpointCommand: (
|
|
283
|
+
input: DeleteEndpointCommandInput,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<__HttpRequest>;
|
|
286
|
+
export declare const serializeAws_json1_1DeleteEventBusCommand: (
|
|
287
|
+
input: DeleteEventBusCommandInput,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<__HttpRequest>;
|
|
290
|
+
export declare const serializeAws_json1_1DeletePartnerEventSourceCommand: (
|
|
291
|
+
input: DeletePartnerEventSourceCommandInput,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<__HttpRequest>;
|
|
294
|
+
export declare const serializeAws_json1_1DeleteRuleCommand: (
|
|
295
|
+
input: DeleteRuleCommandInput,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<__HttpRequest>;
|
|
298
|
+
export declare const serializeAws_json1_1DescribeApiDestinationCommand: (
|
|
299
|
+
input: DescribeApiDestinationCommandInput,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<__HttpRequest>;
|
|
302
|
+
export declare const serializeAws_json1_1DescribeArchiveCommand: (
|
|
303
|
+
input: DescribeArchiveCommandInput,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<__HttpRequest>;
|
|
306
|
+
export declare const serializeAws_json1_1DescribeConnectionCommand: (
|
|
307
|
+
input: DescribeConnectionCommandInput,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const serializeAws_json1_1DescribeEndpointCommand: (
|
|
311
|
+
input: DescribeEndpointCommandInput,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<__HttpRequest>;
|
|
314
|
+
export declare const serializeAws_json1_1DescribeEventBusCommand: (
|
|
315
|
+
input: DescribeEventBusCommandInput,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<__HttpRequest>;
|
|
318
|
+
export declare const serializeAws_json1_1DescribeEventSourceCommand: (
|
|
319
|
+
input: DescribeEventSourceCommandInput,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<__HttpRequest>;
|
|
322
|
+
export declare const serializeAws_json1_1DescribePartnerEventSourceCommand: (
|
|
323
|
+
input: DescribePartnerEventSourceCommandInput,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<__HttpRequest>;
|
|
326
|
+
export declare const serializeAws_json1_1DescribeReplayCommand: (
|
|
327
|
+
input: DescribeReplayCommandInput,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<__HttpRequest>;
|
|
330
|
+
export declare const serializeAws_json1_1DescribeRuleCommand: (
|
|
331
|
+
input: DescribeRuleCommandInput,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<__HttpRequest>;
|
|
334
|
+
export declare const serializeAws_json1_1DisableRuleCommand: (
|
|
335
|
+
input: DisableRuleCommandInput,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<__HttpRequest>;
|
|
338
|
+
export declare const serializeAws_json1_1EnableRuleCommand: (
|
|
339
|
+
input: EnableRuleCommandInput,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<__HttpRequest>;
|
|
342
|
+
export declare const serializeAws_json1_1ListApiDestinationsCommand: (
|
|
343
|
+
input: ListApiDestinationsCommandInput,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<__HttpRequest>;
|
|
346
|
+
export declare const serializeAws_json1_1ListArchivesCommand: (
|
|
347
|
+
input: ListArchivesCommandInput,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<__HttpRequest>;
|
|
350
|
+
export declare const serializeAws_json1_1ListConnectionsCommand: (
|
|
351
|
+
input: ListConnectionsCommandInput,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<__HttpRequest>;
|
|
354
|
+
export declare const serializeAws_json1_1ListEndpointsCommand: (
|
|
355
|
+
input: ListEndpointsCommandInput,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<__HttpRequest>;
|
|
358
|
+
export declare const serializeAws_json1_1ListEventBusesCommand: (
|
|
359
|
+
input: ListEventBusesCommandInput,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<__HttpRequest>;
|
|
362
|
+
export declare const serializeAws_json1_1ListEventSourcesCommand: (
|
|
363
|
+
input: ListEventSourcesCommandInput,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<__HttpRequest>;
|
|
366
|
+
export declare const serializeAws_json1_1ListPartnerEventSourceAccountsCommand: (
|
|
367
|
+
input: ListPartnerEventSourceAccountsCommandInput,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<__HttpRequest>;
|
|
370
|
+
export declare const serializeAws_json1_1ListPartnerEventSourcesCommand: (
|
|
371
|
+
input: ListPartnerEventSourcesCommandInput,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<__HttpRequest>;
|
|
374
|
+
export declare const serializeAws_json1_1ListReplaysCommand: (
|
|
375
|
+
input: ListReplaysCommandInput,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<__HttpRequest>;
|
|
378
|
+
export declare const serializeAws_json1_1ListRuleNamesByTargetCommand: (
|
|
379
|
+
input: ListRuleNamesByTargetCommandInput,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<__HttpRequest>;
|
|
382
|
+
export declare const serializeAws_json1_1ListRulesCommand: (
|
|
383
|
+
input: ListRulesCommandInput,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<__HttpRequest>;
|
|
386
|
+
export declare const serializeAws_json1_1ListTagsForResourceCommand: (
|
|
387
|
+
input: ListTagsForResourceCommandInput,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<__HttpRequest>;
|
|
390
|
+
export declare const serializeAws_json1_1ListTargetsByRuleCommand: (
|
|
391
|
+
input: ListTargetsByRuleCommandInput,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<__HttpRequest>;
|
|
394
|
+
export declare const serializeAws_json1_1PutEventsCommand: (
|
|
395
|
+
input: PutEventsCommandInput,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<__HttpRequest>;
|
|
398
|
+
export declare const serializeAws_json1_1PutPartnerEventsCommand: (
|
|
399
|
+
input: PutPartnerEventsCommandInput,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<__HttpRequest>;
|
|
402
|
+
export declare const serializeAws_json1_1PutPermissionCommand: (
|
|
403
|
+
input: PutPermissionCommandInput,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<__HttpRequest>;
|
|
406
|
+
export declare const serializeAws_json1_1PutRuleCommand: (
|
|
407
|
+
input: PutRuleCommandInput,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<__HttpRequest>;
|
|
410
|
+
export declare const serializeAws_json1_1PutTargetsCommand: (
|
|
411
|
+
input: PutTargetsCommandInput,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<__HttpRequest>;
|
|
414
|
+
export declare const serializeAws_json1_1RemovePermissionCommand: (
|
|
415
|
+
input: RemovePermissionCommandInput,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<__HttpRequest>;
|
|
418
|
+
export declare const serializeAws_json1_1RemoveTargetsCommand: (
|
|
419
|
+
input: RemoveTargetsCommandInput,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<__HttpRequest>;
|
|
422
|
+
export declare const serializeAws_json1_1StartReplayCommand: (
|
|
423
|
+
input: StartReplayCommandInput,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<__HttpRequest>;
|
|
426
|
+
export declare const serializeAws_json1_1TagResourceCommand: (
|
|
427
|
+
input: TagResourceCommandInput,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<__HttpRequest>;
|
|
430
|
+
export declare const serializeAws_json1_1TestEventPatternCommand: (
|
|
431
|
+
input: TestEventPatternCommandInput,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<__HttpRequest>;
|
|
434
|
+
export declare const serializeAws_json1_1UntagResourceCommand: (
|
|
435
|
+
input: UntagResourceCommandInput,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<__HttpRequest>;
|
|
438
|
+
export declare const serializeAws_json1_1UpdateApiDestinationCommand: (
|
|
439
|
+
input: UpdateApiDestinationCommandInput,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<__HttpRequest>;
|
|
442
|
+
export declare const serializeAws_json1_1UpdateArchiveCommand: (
|
|
443
|
+
input: UpdateArchiveCommandInput,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<__HttpRequest>;
|
|
446
|
+
export declare const serializeAws_json1_1UpdateConnectionCommand: (
|
|
447
|
+
input: UpdateConnectionCommandInput,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<__HttpRequest>;
|
|
450
|
+
export declare const serializeAws_json1_1UpdateEndpointCommand: (
|
|
451
|
+
input: UpdateEndpointCommandInput,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<__HttpRequest>;
|
|
454
|
+
export declare const deserializeAws_json1_1ActivateEventSourceCommand: (
|
|
455
|
+
output: __HttpResponse,
|
|
456
|
+
context: __SerdeContext
|
|
457
|
+
) => Promise<ActivateEventSourceCommandOutput>;
|
|
458
|
+
export declare const deserializeAws_json1_1CancelReplayCommand: (
|
|
459
|
+
output: __HttpResponse,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<CancelReplayCommandOutput>;
|
|
462
|
+
export declare const deserializeAws_json1_1CreateApiDestinationCommand: (
|
|
463
|
+
output: __HttpResponse,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<CreateApiDestinationCommandOutput>;
|
|
466
|
+
export declare const deserializeAws_json1_1CreateArchiveCommand: (
|
|
467
|
+
output: __HttpResponse,
|
|
468
|
+
context: __SerdeContext
|
|
469
|
+
) => Promise<CreateArchiveCommandOutput>;
|
|
470
|
+
export declare const deserializeAws_json1_1CreateConnectionCommand: (
|
|
471
|
+
output: __HttpResponse,
|
|
472
|
+
context: __SerdeContext
|
|
473
|
+
) => Promise<CreateConnectionCommandOutput>;
|
|
474
|
+
export declare const deserializeAws_json1_1CreateEndpointCommand: (
|
|
475
|
+
output: __HttpResponse,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<CreateEndpointCommandOutput>;
|
|
478
|
+
export declare const deserializeAws_json1_1CreateEventBusCommand: (
|
|
479
|
+
output: __HttpResponse,
|
|
480
|
+
context: __SerdeContext
|
|
481
|
+
) => Promise<CreateEventBusCommandOutput>;
|
|
482
|
+
export declare const deserializeAws_json1_1CreatePartnerEventSourceCommand: (
|
|
483
|
+
output: __HttpResponse,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<CreatePartnerEventSourceCommandOutput>;
|
|
486
|
+
export declare const deserializeAws_json1_1DeactivateEventSourceCommand: (
|
|
487
|
+
output: __HttpResponse,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<DeactivateEventSourceCommandOutput>;
|
|
490
|
+
export declare const deserializeAws_json1_1DeauthorizeConnectionCommand: (
|
|
491
|
+
output: __HttpResponse,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<DeauthorizeConnectionCommandOutput>;
|
|
494
|
+
export declare const deserializeAws_json1_1DeleteApiDestinationCommand: (
|
|
495
|
+
output: __HttpResponse,
|
|
496
|
+
context: __SerdeContext
|
|
497
|
+
) => Promise<DeleteApiDestinationCommandOutput>;
|
|
498
|
+
export declare const deserializeAws_json1_1DeleteArchiveCommand: (
|
|
499
|
+
output: __HttpResponse,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<DeleteArchiveCommandOutput>;
|
|
502
|
+
export declare const deserializeAws_json1_1DeleteConnectionCommand: (
|
|
503
|
+
output: __HttpResponse,
|
|
504
|
+
context: __SerdeContext
|
|
505
|
+
) => Promise<DeleteConnectionCommandOutput>;
|
|
506
|
+
export declare const deserializeAws_json1_1DeleteEndpointCommand: (
|
|
507
|
+
output: __HttpResponse,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<DeleteEndpointCommandOutput>;
|
|
510
|
+
export declare const deserializeAws_json1_1DeleteEventBusCommand: (
|
|
511
|
+
output: __HttpResponse,
|
|
512
|
+
context: __SerdeContext
|
|
513
|
+
) => Promise<DeleteEventBusCommandOutput>;
|
|
514
|
+
export declare const deserializeAws_json1_1DeletePartnerEventSourceCommand: (
|
|
515
|
+
output: __HttpResponse,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<DeletePartnerEventSourceCommandOutput>;
|
|
518
|
+
export declare const deserializeAws_json1_1DeleteRuleCommand: (
|
|
519
|
+
output: __HttpResponse,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<DeleteRuleCommandOutput>;
|
|
522
|
+
export declare const deserializeAws_json1_1DescribeApiDestinationCommand: (
|
|
523
|
+
output: __HttpResponse,
|
|
524
|
+
context: __SerdeContext
|
|
525
|
+
) => Promise<DescribeApiDestinationCommandOutput>;
|
|
526
|
+
export declare const deserializeAws_json1_1DescribeArchiveCommand: (
|
|
527
|
+
output: __HttpResponse,
|
|
528
|
+
context: __SerdeContext
|
|
529
|
+
) => Promise<DescribeArchiveCommandOutput>;
|
|
530
|
+
export declare const deserializeAws_json1_1DescribeConnectionCommand: (
|
|
531
|
+
output: __HttpResponse,
|
|
532
|
+
context: __SerdeContext
|
|
533
|
+
) => Promise<DescribeConnectionCommandOutput>;
|
|
534
|
+
export declare const deserializeAws_json1_1DescribeEndpointCommand: (
|
|
535
|
+
output: __HttpResponse,
|
|
536
|
+
context: __SerdeContext
|
|
537
|
+
) => Promise<DescribeEndpointCommandOutput>;
|
|
538
|
+
export declare const deserializeAws_json1_1DescribeEventBusCommand: (
|
|
539
|
+
output: __HttpResponse,
|
|
540
|
+
context: __SerdeContext
|
|
541
|
+
) => Promise<DescribeEventBusCommandOutput>;
|
|
542
|
+
export declare const deserializeAws_json1_1DescribeEventSourceCommand: (
|
|
543
|
+
output: __HttpResponse,
|
|
544
|
+
context: __SerdeContext
|
|
545
|
+
) => Promise<DescribeEventSourceCommandOutput>;
|
|
546
|
+
export declare const deserializeAws_json1_1DescribePartnerEventSourceCommand: (
|
|
547
|
+
output: __HttpResponse,
|
|
548
|
+
context: __SerdeContext
|
|
549
|
+
) => Promise<DescribePartnerEventSourceCommandOutput>;
|
|
550
|
+
export declare const deserializeAws_json1_1DescribeReplayCommand: (
|
|
551
|
+
output: __HttpResponse,
|
|
552
|
+
context: __SerdeContext
|
|
553
|
+
) => Promise<DescribeReplayCommandOutput>;
|
|
554
|
+
export declare const deserializeAws_json1_1DescribeRuleCommand: (
|
|
555
|
+
output: __HttpResponse,
|
|
556
|
+
context: __SerdeContext
|
|
557
|
+
) => Promise<DescribeRuleCommandOutput>;
|
|
558
|
+
export declare const deserializeAws_json1_1DisableRuleCommand: (
|
|
559
|
+
output: __HttpResponse,
|
|
560
|
+
context: __SerdeContext
|
|
561
|
+
) => Promise<DisableRuleCommandOutput>;
|
|
562
|
+
export declare const deserializeAws_json1_1EnableRuleCommand: (
|
|
563
|
+
output: __HttpResponse,
|
|
564
|
+
context: __SerdeContext
|
|
565
|
+
) => Promise<EnableRuleCommandOutput>;
|
|
566
|
+
export declare const deserializeAws_json1_1ListApiDestinationsCommand: (
|
|
567
|
+
output: __HttpResponse,
|
|
568
|
+
context: __SerdeContext
|
|
569
|
+
) => Promise<ListApiDestinationsCommandOutput>;
|
|
570
|
+
export declare const deserializeAws_json1_1ListArchivesCommand: (
|
|
571
|
+
output: __HttpResponse,
|
|
572
|
+
context: __SerdeContext
|
|
573
|
+
) => Promise<ListArchivesCommandOutput>;
|
|
574
|
+
export declare const deserializeAws_json1_1ListConnectionsCommand: (
|
|
575
|
+
output: __HttpResponse,
|
|
576
|
+
context: __SerdeContext
|
|
577
|
+
) => Promise<ListConnectionsCommandOutput>;
|
|
578
|
+
export declare const deserializeAws_json1_1ListEndpointsCommand: (
|
|
579
|
+
output: __HttpResponse,
|
|
580
|
+
context: __SerdeContext
|
|
581
|
+
) => Promise<ListEndpointsCommandOutput>;
|
|
582
|
+
export declare const deserializeAws_json1_1ListEventBusesCommand: (
|
|
583
|
+
output: __HttpResponse,
|
|
584
|
+
context: __SerdeContext
|
|
585
|
+
) => Promise<ListEventBusesCommandOutput>;
|
|
586
|
+
export declare const deserializeAws_json1_1ListEventSourcesCommand: (
|
|
587
|
+
output: __HttpResponse,
|
|
588
|
+
context: __SerdeContext
|
|
589
|
+
) => Promise<ListEventSourcesCommandOutput>;
|
|
590
|
+
export declare const deserializeAws_json1_1ListPartnerEventSourceAccountsCommand: (
|
|
591
|
+
output: __HttpResponse,
|
|
592
|
+
context: __SerdeContext
|
|
593
|
+
) => Promise<ListPartnerEventSourceAccountsCommandOutput>;
|
|
594
|
+
export declare const deserializeAws_json1_1ListPartnerEventSourcesCommand: (
|
|
595
|
+
output: __HttpResponse,
|
|
596
|
+
context: __SerdeContext
|
|
597
|
+
) => Promise<ListPartnerEventSourcesCommandOutput>;
|
|
598
|
+
export declare const deserializeAws_json1_1ListReplaysCommand: (
|
|
599
|
+
output: __HttpResponse,
|
|
600
|
+
context: __SerdeContext
|
|
601
|
+
) => Promise<ListReplaysCommandOutput>;
|
|
602
|
+
export declare const deserializeAws_json1_1ListRuleNamesByTargetCommand: (
|
|
603
|
+
output: __HttpResponse,
|
|
604
|
+
context: __SerdeContext
|
|
605
|
+
) => Promise<ListRuleNamesByTargetCommandOutput>;
|
|
606
|
+
export declare const deserializeAws_json1_1ListRulesCommand: (
|
|
607
|
+
output: __HttpResponse,
|
|
608
|
+
context: __SerdeContext
|
|
609
|
+
) => Promise<ListRulesCommandOutput>;
|
|
610
|
+
export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
|
|
611
|
+
output: __HttpResponse,
|
|
612
|
+
context: __SerdeContext
|
|
613
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
614
|
+
export declare const deserializeAws_json1_1ListTargetsByRuleCommand: (
|
|
615
|
+
output: __HttpResponse,
|
|
616
|
+
context: __SerdeContext
|
|
617
|
+
) => Promise<ListTargetsByRuleCommandOutput>;
|
|
618
|
+
export declare const deserializeAws_json1_1PutEventsCommand: (
|
|
619
|
+
output: __HttpResponse,
|
|
620
|
+
context: __SerdeContext
|
|
621
|
+
) => Promise<PutEventsCommandOutput>;
|
|
622
|
+
export declare const deserializeAws_json1_1PutPartnerEventsCommand: (
|
|
623
|
+
output: __HttpResponse,
|
|
624
|
+
context: __SerdeContext
|
|
625
|
+
) => Promise<PutPartnerEventsCommandOutput>;
|
|
626
|
+
export declare const deserializeAws_json1_1PutPermissionCommand: (
|
|
627
|
+
output: __HttpResponse,
|
|
628
|
+
context: __SerdeContext
|
|
629
|
+
) => Promise<PutPermissionCommandOutput>;
|
|
630
|
+
export declare const deserializeAws_json1_1PutRuleCommand: (
|
|
631
|
+
output: __HttpResponse,
|
|
632
|
+
context: __SerdeContext
|
|
633
|
+
) => Promise<PutRuleCommandOutput>;
|
|
634
|
+
export declare const deserializeAws_json1_1PutTargetsCommand: (
|
|
635
|
+
output: __HttpResponse,
|
|
636
|
+
context: __SerdeContext
|
|
637
|
+
) => Promise<PutTargetsCommandOutput>;
|
|
638
|
+
export declare const deserializeAws_json1_1RemovePermissionCommand: (
|
|
639
|
+
output: __HttpResponse,
|
|
640
|
+
context: __SerdeContext
|
|
641
|
+
) => Promise<RemovePermissionCommandOutput>;
|
|
642
|
+
export declare const deserializeAws_json1_1RemoveTargetsCommand: (
|
|
643
|
+
output: __HttpResponse,
|
|
644
|
+
context: __SerdeContext
|
|
645
|
+
) => Promise<RemoveTargetsCommandOutput>;
|
|
646
|
+
export declare const deserializeAws_json1_1StartReplayCommand: (
|
|
647
|
+
output: __HttpResponse,
|
|
648
|
+
context: __SerdeContext
|
|
649
|
+
) => Promise<StartReplayCommandOutput>;
|
|
650
|
+
export declare const deserializeAws_json1_1TagResourceCommand: (
|
|
651
|
+
output: __HttpResponse,
|
|
652
|
+
context: __SerdeContext
|
|
653
|
+
) => Promise<TagResourceCommandOutput>;
|
|
654
|
+
export declare const deserializeAws_json1_1TestEventPatternCommand: (
|
|
655
|
+
output: __HttpResponse,
|
|
656
|
+
context: __SerdeContext
|
|
657
|
+
) => Promise<TestEventPatternCommandOutput>;
|
|
658
|
+
export declare const deserializeAws_json1_1UntagResourceCommand: (
|
|
659
|
+
output: __HttpResponse,
|
|
660
|
+
context: __SerdeContext
|
|
661
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
662
|
+
export declare const deserializeAws_json1_1UpdateApiDestinationCommand: (
|
|
663
|
+
output: __HttpResponse,
|
|
664
|
+
context: __SerdeContext
|
|
665
|
+
) => Promise<UpdateApiDestinationCommandOutput>;
|
|
666
|
+
export declare const deserializeAws_json1_1UpdateArchiveCommand: (
|
|
667
|
+
output: __HttpResponse,
|
|
668
|
+
context: __SerdeContext
|
|
669
|
+
) => Promise<UpdateArchiveCommandOutput>;
|
|
670
|
+
export declare const deserializeAws_json1_1UpdateConnectionCommand: (
|
|
671
|
+
output: __HttpResponse,
|
|
672
|
+
context: __SerdeContext
|
|
673
|
+
) => Promise<UpdateConnectionCommandOutput>;
|
|
674
|
+
export declare const deserializeAws_json1_1UpdateEndpointCommand: (
|
|
675
|
+
output: __HttpResponse,
|
|
676
|
+
context: __SerdeContext
|
|
677
|
+
) => Promise<UpdateEndpointCommandOutput>;
|