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