@aws-sdk/client-rtbfabric 3.928.0 → 3.930.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 (55) hide show
  1. package/dist-cjs/index.js +1115 -1450
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/RTBFabricClient.js +2 -0
  4. package/dist-es/commands/AcceptLinkCommand.js +3 -9
  5. package/dist-es/commands/CreateInboundExternalLinkCommand.js +3 -9
  6. package/dist-es/commands/CreateLinkCommand.js +3 -9
  7. package/dist-es/commands/CreateOutboundExternalLinkCommand.js +3 -9
  8. package/dist-es/commands/CreateRequesterGatewayCommand.js +3 -9
  9. package/dist-es/commands/CreateResponderGatewayCommand.js +3 -10
  10. package/dist-es/commands/DeleteInboundExternalLinkCommand.js +3 -9
  11. package/dist-es/commands/DeleteLinkCommand.js +3 -9
  12. package/dist-es/commands/DeleteOutboundExternalLinkCommand.js +3 -9
  13. package/dist-es/commands/DeleteRequesterGatewayCommand.js +3 -9
  14. package/dist-es/commands/DeleteResponderGatewayCommand.js +3 -9
  15. package/dist-es/commands/GetInboundExternalLinkCommand.js +3 -9
  16. package/dist-es/commands/GetLinkCommand.js +3 -9
  17. package/dist-es/commands/GetOutboundExternalLinkCommand.js +3 -9
  18. package/dist-es/commands/GetRequesterGatewayCommand.js +3 -9
  19. package/dist-es/commands/GetResponderGatewayCommand.js +3 -10
  20. package/dist-es/commands/ListLinksCommand.js +3 -9
  21. package/dist-es/commands/ListRequesterGatewaysCommand.js +3 -9
  22. package/dist-es/commands/ListResponderGatewaysCommand.js +3 -9
  23. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  24. package/dist-es/commands/RejectLinkCommand.js +3 -9
  25. package/dist-es/commands/TagResourceCommand.js +3 -9
  26. package/dist-es/commands/UntagResourceCommand.js +3 -9
  27. package/dist-es/commands/UpdateLinkCommand.js +3 -9
  28. package/dist-es/commands/UpdateLinkModuleFlowCommand.js +3 -9
  29. package/dist-es/commands/UpdateRequesterGatewayCommand.js +3 -9
  30. package/dist-es/commands/UpdateResponderGatewayCommand.js +3 -10
  31. package/dist-es/models/models_0.js +0 -76
  32. package/dist-es/runtimeConfig.shared.js +2 -0
  33. package/dist-es/schemas/schemas_0.js +1051 -0
  34. package/dist-types/RTBFabricClient.d.ts +10 -1
  35. package/dist-types/commands/CreateInboundExternalLinkCommand.d.ts +17 -1
  36. package/dist-types/commands/CreateOutboundExternalLinkCommand.d.ts +29 -0
  37. package/dist-types/commands/GetInboundExternalLinkCommand.d.ts +8 -0
  38. package/dist-types/commands/GetOutboundExternalLinkCommand.d.ts +8 -0
  39. package/dist-types/models/models_0.d.ts +37 -27
  40. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  41. package/dist-types/runtimeConfig.d.ts +1 -0
  42. package/dist-types/runtimeConfig.native.d.ts +1 -0
  43. package/dist-types/runtimeConfig.shared.d.ts +2 -5
  44. package/dist-types/schemas/schemas_0.d.ts +127 -0
  45. package/dist-types/ts3.4/RTBFabricClient.d.ts +4 -0
  46. package/dist-types/ts3.4/models/models_0.d.ts +5 -24
  47. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  48. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  49. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  50. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  51. package/dist-types/ts3.4/schemas/schemas_0.d.ts +133 -0
  52. package/package.json +34 -35
  53. package/dist-es/protocols/Aws_restJson1.js +0 -1163
  54. package/dist-types/protocols/Aws_restJson1.d.ts +0 -245
  55. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -329
@@ -1,245 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AcceptLinkCommandInput, AcceptLinkCommandOutput } from "../commands/AcceptLinkCommand";
4
- import { CreateInboundExternalLinkCommandInput, CreateInboundExternalLinkCommandOutput } from "../commands/CreateInboundExternalLinkCommand";
5
- import { CreateLinkCommandInput, CreateLinkCommandOutput } from "../commands/CreateLinkCommand";
6
- import { CreateOutboundExternalLinkCommandInput, CreateOutboundExternalLinkCommandOutput } from "../commands/CreateOutboundExternalLinkCommand";
7
- import { CreateRequesterGatewayCommandInput, CreateRequesterGatewayCommandOutput } from "../commands/CreateRequesterGatewayCommand";
8
- import { CreateResponderGatewayCommandInput, CreateResponderGatewayCommandOutput } from "../commands/CreateResponderGatewayCommand";
9
- import { DeleteInboundExternalLinkCommandInput, DeleteInboundExternalLinkCommandOutput } from "../commands/DeleteInboundExternalLinkCommand";
10
- import { DeleteLinkCommandInput, DeleteLinkCommandOutput } from "../commands/DeleteLinkCommand";
11
- import { DeleteOutboundExternalLinkCommandInput, DeleteOutboundExternalLinkCommandOutput } from "../commands/DeleteOutboundExternalLinkCommand";
12
- import { DeleteRequesterGatewayCommandInput, DeleteRequesterGatewayCommandOutput } from "../commands/DeleteRequesterGatewayCommand";
13
- import { DeleteResponderGatewayCommandInput, DeleteResponderGatewayCommandOutput } from "../commands/DeleteResponderGatewayCommand";
14
- import { GetInboundExternalLinkCommandInput, GetInboundExternalLinkCommandOutput } from "../commands/GetInboundExternalLinkCommand";
15
- import { GetLinkCommandInput, GetLinkCommandOutput } from "../commands/GetLinkCommand";
16
- import { GetOutboundExternalLinkCommandInput, GetOutboundExternalLinkCommandOutput } from "../commands/GetOutboundExternalLinkCommand";
17
- import { GetRequesterGatewayCommandInput, GetRequesterGatewayCommandOutput } from "../commands/GetRequesterGatewayCommand";
18
- import { GetResponderGatewayCommandInput, GetResponderGatewayCommandOutput } from "../commands/GetResponderGatewayCommand";
19
- import { ListLinksCommandInput, ListLinksCommandOutput } from "../commands/ListLinksCommand";
20
- import { ListRequesterGatewaysCommandInput, ListRequesterGatewaysCommandOutput } from "../commands/ListRequesterGatewaysCommand";
21
- import { ListResponderGatewaysCommandInput, ListResponderGatewaysCommandOutput } from "../commands/ListResponderGatewaysCommand";
22
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
23
- import { RejectLinkCommandInput, RejectLinkCommandOutput } from "../commands/RejectLinkCommand";
24
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
25
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
26
- import { UpdateLinkCommandInput, UpdateLinkCommandOutput } from "../commands/UpdateLinkCommand";
27
- import { UpdateLinkModuleFlowCommandInput, UpdateLinkModuleFlowCommandOutput } from "../commands/UpdateLinkModuleFlowCommand";
28
- import { UpdateRequesterGatewayCommandInput, UpdateRequesterGatewayCommandOutput } from "../commands/UpdateRequesterGatewayCommand";
29
- import { UpdateResponderGatewayCommandInput, UpdateResponderGatewayCommandOutput } from "../commands/UpdateResponderGatewayCommand";
30
- /**
31
- * serializeAws_restJson1AcceptLinkCommand
32
- */
33
- export declare const se_AcceptLinkCommand: (input: AcceptLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- /**
35
- * serializeAws_restJson1CreateInboundExternalLinkCommand
36
- */
37
- export declare const se_CreateInboundExternalLinkCommand: (input: CreateInboundExternalLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- /**
39
- * serializeAws_restJson1CreateLinkCommand
40
- */
41
- export declare const se_CreateLinkCommand: (input: CreateLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- /**
43
- * serializeAws_restJson1CreateOutboundExternalLinkCommand
44
- */
45
- export declare const se_CreateOutboundExternalLinkCommand: (input: CreateOutboundExternalLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- /**
47
- * serializeAws_restJson1CreateRequesterGatewayCommand
48
- */
49
- export declare const se_CreateRequesterGatewayCommand: (input: CreateRequesterGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- /**
51
- * serializeAws_restJson1CreateResponderGatewayCommand
52
- */
53
- export declare const se_CreateResponderGatewayCommand: (input: CreateResponderGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- /**
55
- * serializeAws_restJson1DeleteInboundExternalLinkCommand
56
- */
57
- export declare const se_DeleteInboundExternalLinkCommand: (input: DeleteInboundExternalLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- /**
59
- * serializeAws_restJson1DeleteLinkCommand
60
- */
61
- export declare const se_DeleteLinkCommand: (input: DeleteLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- /**
63
- * serializeAws_restJson1DeleteOutboundExternalLinkCommand
64
- */
65
- export declare const se_DeleteOutboundExternalLinkCommand: (input: DeleteOutboundExternalLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- /**
67
- * serializeAws_restJson1DeleteRequesterGatewayCommand
68
- */
69
- export declare const se_DeleteRequesterGatewayCommand: (input: DeleteRequesterGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- /**
71
- * serializeAws_restJson1DeleteResponderGatewayCommand
72
- */
73
- export declare const se_DeleteResponderGatewayCommand: (input: DeleteResponderGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- /**
75
- * serializeAws_restJson1GetInboundExternalLinkCommand
76
- */
77
- export declare const se_GetInboundExternalLinkCommand: (input: GetInboundExternalLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- /**
79
- * serializeAws_restJson1GetLinkCommand
80
- */
81
- export declare const se_GetLinkCommand: (input: GetLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_restJson1GetOutboundExternalLinkCommand
84
- */
85
- export declare const se_GetOutboundExternalLinkCommand: (input: GetOutboundExternalLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_restJson1GetRequesterGatewayCommand
88
- */
89
- export declare const se_GetRequesterGatewayCommand: (input: GetRequesterGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_restJson1GetResponderGatewayCommand
92
- */
93
- export declare const se_GetResponderGatewayCommand: (input: GetResponderGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_restJson1ListLinksCommand
96
- */
97
- export declare const se_ListLinksCommand: (input: ListLinksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_restJson1ListRequesterGatewaysCommand
100
- */
101
- export declare const se_ListRequesterGatewaysCommand: (input: ListRequesterGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_restJson1ListResponderGatewaysCommand
104
- */
105
- export declare const se_ListResponderGatewaysCommand: (input: ListResponderGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_restJson1ListTagsForResourceCommand
108
- */
109
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_restJson1RejectLinkCommand
112
- */
113
- export declare const se_RejectLinkCommand: (input: RejectLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_restJson1TagResourceCommand
116
- */
117
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * serializeAws_restJson1UntagResourceCommand
120
- */
121
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- /**
123
- * serializeAws_restJson1UpdateLinkCommand
124
- */
125
- export declare const se_UpdateLinkCommand: (input: UpdateLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_restJson1UpdateLinkModuleFlowCommand
128
- */
129
- export declare const se_UpdateLinkModuleFlowCommand: (input: UpdateLinkModuleFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_restJson1UpdateRequesterGatewayCommand
132
- */
133
- export declare const se_UpdateRequesterGatewayCommand: (input: UpdateRequesterGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_restJson1UpdateResponderGatewayCommand
136
- */
137
- export declare const se_UpdateResponderGatewayCommand: (input: UpdateResponderGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * deserializeAws_restJson1AcceptLinkCommand
140
- */
141
- export declare const de_AcceptLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptLinkCommandOutput>;
142
- /**
143
- * deserializeAws_restJson1CreateInboundExternalLinkCommand
144
- */
145
- export declare const de_CreateInboundExternalLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInboundExternalLinkCommandOutput>;
146
- /**
147
- * deserializeAws_restJson1CreateLinkCommand
148
- */
149
- export declare const de_CreateLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLinkCommandOutput>;
150
- /**
151
- * deserializeAws_restJson1CreateOutboundExternalLinkCommand
152
- */
153
- export declare const de_CreateOutboundExternalLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOutboundExternalLinkCommandOutput>;
154
- /**
155
- * deserializeAws_restJson1CreateRequesterGatewayCommand
156
- */
157
- export declare const de_CreateRequesterGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRequesterGatewayCommandOutput>;
158
- /**
159
- * deserializeAws_restJson1CreateResponderGatewayCommand
160
- */
161
- export declare const de_CreateResponderGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResponderGatewayCommandOutput>;
162
- /**
163
- * deserializeAws_restJson1DeleteInboundExternalLinkCommand
164
- */
165
- export declare const de_DeleteInboundExternalLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInboundExternalLinkCommandOutput>;
166
- /**
167
- * deserializeAws_restJson1DeleteLinkCommand
168
- */
169
- export declare const de_DeleteLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLinkCommandOutput>;
170
- /**
171
- * deserializeAws_restJson1DeleteOutboundExternalLinkCommand
172
- */
173
- export declare const de_DeleteOutboundExternalLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOutboundExternalLinkCommandOutput>;
174
- /**
175
- * deserializeAws_restJson1DeleteRequesterGatewayCommand
176
- */
177
- export declare const de_DeleteRequesterGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRequesterGatewayCommandOutput>;
178
- /**
179
- * deserializeAws_restJson1DeleteResponderGatewayCommand
180
- */
181
- export declare const de_DeleteResponderGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResponderGatewayCommandOutput>;
182
- /**
183
- * deserializeAws_restJson1GetInboundExternalLinkCommand
184
- */
185
- export declare const de_GetInboundExternalLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInboundExternalLinkCommandOutput>;
186
- /**
187
- * deserializeAws_restJson1GetLinkCommand
188
- */
189
- export declare const de_GetLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLinkCommandOutput>;
190
- /**
191
- * deserializeAws_restJson1GetOutboundExternalLinkCommand
192
- */
193
- export declare const de_GetOutboundExternalLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOutboundExternalLinkCommandOutput>;
194
- /**
195
- * deserializeAws_restJson1GetRequesterGatewayCommand
196
- */
197
- export declare const de_GetRequesterGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRequesterGatewayCommandOutput>;
198
- /**
199
- * deserializeAws_restJson1GetResponderGatewayCommand
200
- */
201
- export declare const de_GetResponderGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResponderGatewayCommandOutput>;
202
- /**
203
- * deserializeAws_restJson1ListLinksCommand
204
- */
205
- export declare const de_ListLinksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLinksCommandOutput>;
206
- /**
207
- * deserializeAws_restJson1ListRequesterGatewaysCommand
208
- */
209
- export declare const de_ListRequesterGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRequesterGatewaysCommandOutput>;
210
- /**
211
- * deserializeAws_restJson1ListResponderGatewaysCommand
212
- */
213
- export declare const de_ListResponderGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResponderGatewaysCommandOutput>;
214
- /**
215
- * deserializeAws_restJson1ListTagsForResourceCommand
216
- */
217
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
218
- /**
219
- * deserializeAws_restJson1RejectLinkCommand
220
- */
221
- export declare const de_RejectLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectLinkCommandOutput>;
222
- /**
223
- * deserializeAws_restJson1TagResourceCommand
224
- */
225
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
226
- /**
227
- * deserializeAws_restJson1UntagResourceCommand
228
- */
229
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
230
- /**
231
- * deserializeAws_restJson1UpdateLinkCommand
232
- */
233
- export declare const de_UpdateLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLinkCommandOutput>;
234
- /**
235
- * deserializeAws_restJson1UpdateLinkModuleFlowCommand
236
- */
237
- export declare const de_UpdateLinkModuleFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLinkModuleFlowCommandOutput>;
238
- /**
239
- * deserializeAws_restJson1UpdateRequesterGatewayCommand
240
- */
241
- export declare const de_UpdateRequesterGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRequesterGatewayCommandOutput>;
242
- /**
243
- * deserializeAws_restJson1UpdateResponderGatewayCommand
244
- */
245
- export declare const de_UpdateResponderGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResponderGatewayCommandOutput>;
@@ -1,329 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AcceptLinkCommandInput,
8
- AcceptLinkCommandOutput,
9
- } from "../commands/AcceptLinkCommand";
10
- import {
11
- CreateInboundExternalLinkCommandInput,
12
- CreateInboundExternalLinkCommandOutput,
13
- } from "../commands/CreateInboundExternalLinkCommand";
14
- import {
15
- CreateLinkCommandInput,
16
- CreateLinkCommandOutput,
17
- } from "../commands/CreateLinkCommand";
18
- import {
19
- CreateOutboundExternalLinkCommandInput,
20
- CreateOutboundExternalLinkCommandOutput,
21
- } from "../commands/CreateOutboundExternalLinkCommand";
22
- import {
23
- CreateRequesterGatewayCommandInput,
24
- CreateRequesterGatewayCommandOutput,
25
- } from "../commands/CreateRequesterGatewayCommand";
26
- import {
27
- CreateResponderGatewayCommandInput,
28
- CreateResponderGatewayCommandOutput,
29
- } from "../commands/CreateResponderGatewayCommand";
30
- import {
31
- DeleteInboundExternalLinkCommandInput,
32
- DeleteInboundExternalLinkCommandOutput,
33
- } from "../commands/DeleteInboundExternalLinkCommand";
34
- import {
35
- DeleteLinkCommandInput,
36
- DeleteLinkCommandOutput,
37
- } from "../commands/DeleteLinkCommand";
38
- import {
39
- DeleteOutboundExternalLinkCommandInput,
40
- DeleteOutboundExternalLinkCommandOutput,
41
- } from "../commands/DeleteOutboundExternalLinkCommand";
42
- import {
43
- DeleteRequesterGatewayCommandInput,
44
- DeleteRequesterGatewayCommandOutput,
45
- } from "../commands/DeleteRequesterGatewayCommand";
46
- import {
47
- DeleteResponderGatewayCommandInput,
48
- DeleteResponderGatewayCommandOutput,
49
- } from "../commands/DeleteResponderGatewayCommand";
50
- import {
51
- GetInboundExternalLinkCommandInput,
52
- GetInboundExternalLinkCommandOutput,
53
- } from "../commands/GetInboundExternalLinkCommand";
54
- import {
55
- GetLinkCommandInput,
56
- GetLinkCommandOutput,
57
- } from "../commands/GetLinkCommand";
58
- import {
59
- GetOutboundExternalLinkCommandInput,
60
- GetOutboundExternalLinkCommandOutput,
61
- } from "../commands/GetOutboundExternalLinkCommand";
62
- import {
63
- GetRequesterGatewayCommandInput,
64
- GetRequesterGatewayCommandOutput,
65
- } from "../commands/GetRequesterGatewayCommand";
66
- import {
67
- GetResponderGatewayCommandInput,
68
- GetResponderGatewayCommandOutput,
69
- } from "../commands/GetResponderGatewayCommand";
70
- import {
71
- ListLinksCommandInput,
72
- ListLinksCommandOutput,
73
- } from "../commands/ListLinksCommand";
74
- import {
75
- ListRequesterGatewaysCommandInput,
76
- ListRequesterGatewaysCommandOutput,
77
- } from "../commands/ListRequesterGatewaysCommand";
78
- import {
79
- ListResponderGatewaysCommandInput,
80
- ListResponderGatewaysCommandOutput,
81
- } from "../commands/ListResponderGatewaysCommand";
82
- import {
83
- ListTagsForResourceCommandInput,
84
- ListTagsForResourceCommandOutput,
85
- } from "../commands/ListTagsForResourceCommand";
86
- import {
87
- RejectLinkCommandInput,
88
- RejectLinkCommandOutput,
89
- } from "../commands/RejectLinkCommand";
90
- import {
91
- TagResourceCommandInput,
92
- TagResourceCommandOutput,
93
- } from "../commands/TagResourceCommand";
94
- import {
95
- UntagResourceCommandInput,
96
- UntagResourceCommandOutput,
97
- } from "../commands/UntagResourceCommand";
98
- import {
99
- UpdateLinkCommandInput,
100
- UpdateLinkCommandOutput,
101
- } from "../commands/UpdateLinkCommand";
102
- import {
103
- UpdateLinkModuleFlowCommandInput,
104
- UpdateLinkModuleFlowCommandOutput,
105
- } from "../commands/UpdateLinkModuleFlowCommand";
106
- import {
107
- UpdateRequesterGatewayCommandInput,
108
- UpdateRequesterGatewayCommandOutput,
109
- } from "../commands/UpdateRequesterGatewayCommand";
110
- import {
111
- UpdateResponderGatewayCommandInput,
112
- UpdateResponderGatewayCommandOutput,
113
- } from "../commands/UpdateResponderGatewayCommand";
114
- export declare const se_AcceptLinkCommand: (
115
- input: AcceptLinkCommandInput,
116
- context: __SerdeContext
117
- ) => Promise<__HttpRequest>;
118
- export declare const se_CreateInboundExternalLinkCommand: (
119
- input: CreateInboundExternalLinkCommandInput,
120
- context: __SerdeContext
121
- ) => Promise<__HttpRequest>;
122
- export declare const se_CreateLinkCommand: (
123
- input: CreateLinkCommandInput,
124
- context: __SerdeContext
125
- ) => Promise<__HttpRequest>;
126
- export declare const se_CreateOutboundExternalLinkCommand: (
127
- input: CreateOutboundExternalLinkCommandInput,
128
- context: __SerdeContext
129
- ) => Promise<__HttpRequest>;
130
- export declare const se_CreateRequesterGatewayCommand: (
131
- input: CreateRequesterGatewayCommandInput,
132
- context: __SerdeContext
133
- ) => Promise<__HttpRequest>;
134
- export declare const se_CreateResponderGatewayCommand: (
135
- input: CreateResponderGatewayCommandInput,
136
- context: __SerdeContext
137
- ) => Promise<__HttpRequest>;
138
- export declare const se_DeleteInboundExternalLinkCommand: (
139
- input: DeleteInboundExternalLinkCommandInput,
140
- context: __SerdeContext
141
- ) => Promise<__HttpRequest>;
142
- export declare const se_DeleteLinkCommand: (
143
- input: DeleteLinkCommandInput,
144
- context: __SerdeContext
145
- ) => Promise<__HttpRequest>;
146
- export declare const se_DeleteOutboundExternalLinkCommand: (
147
- input: DeleteOutboundExternalLinkCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_DeleteRequesterGatewayCommand: (
151
- input: DeleteRequesterGatewayCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_DeleteResponderGatewayCommand: (
155
- input: DeleteResponderGatewayCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_GetInboundExternalLinkCommand: (
159
- input: GetInboundExternalLinkCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_GetLinkCommand: (
163
- input: GetLinkCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_GetOutboundExternalLinkCommand: (
167
- input: GetOutboundExternalLinkCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_GetRequesterGatewayCommand: (
171
- input: GetRequesterGatewayCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_GetResponderGatewayCommand: (
175
- input: GetResponderGatewayCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_ListLinksCommand: (
179
- input: ListLinksCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_ListRequesterGatewaysCommand: (
183
- input: ListRequesterGatewaysCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_ListResponderGatewaysCommand: (
187
- input: ListResponderGatewaysCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_ListTagsForResourceCommand: (
191
- input: ListTagsForResourceCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_RejectLinkCommand: (
195
- input: RejectLinkCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_TagResourceCommand: (
199
- input: TagResourceCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_UntagResourceCommand: (
203
- input: UntagResourceCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_UpdateLinkCommand: (
207
- input: UpdateLinkCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_UpdateLinkModuleFlowCommand: (
211
- input: UpdateLinkModuleFlowCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_UpdateRequesterGatewayCommand: (
215
- input: UpdateRequesterGatewayCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_UpdateResponderGatewayCommand: (
219
- input: UpdateResponderGatewayCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const de_AcceptLinkCommand: (
223
- output: __HttpResponse,
224
- context: __SerdeContext
225
- ) => Promise<AcceptLinkCommandOutput>;
226
- export declare const de_CreateInboundExternalLinkCommand: (
227
- output: __HttpResponse,
228
- context: __SerdeContext
229
- ) => Promise<CreateInboundExternalLinkCommandOutput>;
230
- export declare const de_CreateLinkCommand: (
231
- output: __HttpResponse,
232
- context: __SerdeContext
233
- ) => Promise<CreateLinkCommandOutput>;
234
- export declare const de_CreateOutboundExternalLinkCommand: (
235
- output: __HttpResponse,
236
- context: __SerdeContext
237
- ) => Promise<CreateOutboundExternalLinkCommandOutput>;
238
- export declare const de_CreateRequesterGatewayCommand: (
239
- output: __HttpResponse,
240
- context: __SerdeContext
241
- ) => Promise<CreateRequesterGatewayCommandOutput>;
242
- export declare const de_CreateResponderGatewayCommand: (
243
- output: __HttpResponse,
244
- context: __SerdeContext
245
- ) => Promise<CreateResponderGatewayCommandOutput>;
246
- export declare const de_DeleteInboundExternalLinkCommand: (
247
- output: __HttpResponse,
248
- context: __SerdeContext
249
- ) => Promise<DeleteInboundExternalLinkCommandOutput>;
250
- export declare const de_DeleteLinkCommand: (
251
- output: __HttpResponse,
252
- context: __SerdeContext
253
- ) => Promise<DeleteLinkCommandOutput>;
254
- export declare const de_DeleteOutboundExternalLinkCommand: (
255
- output: __HttpResponse,
256
- context: __SerdeContext
257
- ) => Promise<DeleteOutboundExternalLinkCommandOutput>;
258
- export declare const de_DeleteRequesterGatewayCommand: (
259
- output: __HttpResponse,
260
- context: __SerdeContext
261
- ) => Promise<DeleteRequesterGatewayCommandOutput>;
262
- export declare const de_DeleteResponderGatewayCommand: (
263
- output: __HttpResponse,
264
- context: __SerdeContext
265
- ) => Promise<DeleteResponderGatewayCommandOutput>;
266
- export declare const de_GetInboundExternalLinkCommand: (
267
- output: __HttpResponse,
268
- context: __SerdeContext
269
- ) => Promise<GetInboundExternalLinkCommandOutput>;
270
- export declare const de_GetLinkCommand: (
271
- output: __HttpResponse,
272
- context: __SerdeContext
273
- ) => Promise<GetLinkCommandOutput>;
274
- export declare const de_GetOutboundExternalLinkCommand: (
275
- output: __HttpResponse,
276
- context: __SerdeContext
277
- ) => Promise<GetOutboundExternalLinkCommandOutput>;
278
- export declare const de_GetRequesterGatewayCommand: (
279
- output: __HttpResponse,
280
- context: __SerdeContext
281
- ) => Promise<GetRequesterGatewayCommandOutput>;
282
- export declare const de_GetResponderGatewayCommand: (
283
- output: __HttpResponse,
284
- context: __SerdeContext
285
- ) => Promise<GetResponderGatewayCommandOutput>;
286
- export declare const de_ListLinksCommand: (
287
- output: __HttpResponse,
288
- context: __SerdeContext
289
- ) => Promise<ListLinksCommandOutput>;
290
- export declare const de_ListRequesterGatewaysCommand: (
291
- output: __HttpResponse,
292
- context: __SerdeContext
293
- ) => Promise<ListRequesterGatewaysCommandOutput>;
294
- export declare const de_ListResponderGatewaysCommand: (
295
- output: __HttpResponse,
296
- context: __SerdeContext
297
- ) => Promise<ListResponderGatewaysCommandOutput>;
298
- export declare const de_ListTagsForResourceCommand: (
299
- output: __HttpResponse,
300
- context: __SerdeContext
301
- ) => Promise<ListTagsForResourceCommandOutput>;
302
- export declare const de_RejectLinkCommand: (
303
- output: __HttpResponse,
304
- context: __SerdeContext
305
- ) => Promise<RejectLinkCommandOutput>;
306
- export declare const de_TagResourceCommand: (
307
- output: __HttpResponse,
308
- context: __SerdeContext
309
- ) => Promise<TagResourceCommandOutput>;
310
- export declare const de_UntagResourceCommand: (
311
- output: __HttpResponse,
312
- context: __SerdeContext
313
- ) => Promise<UntagResourceCommandOutput>;
314
- export declare const de_UpdateLinkCommand: (
315
- output: __HttpResponse,
316
- context: __SerdeContext
317
- ) => Promise<UpdateLinkCommandOutput>;
318
- export declare const de_UpdateLinkModuleFlowCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<UpdateLinkModuleFlowCommandOutput>;
322
- export declare const de_UpdateRequesterGatewayCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<UpdateRequesterGatewayCommandOutput>;
326
- export declare const de_UpdateResponderGatewayCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<UpdateResponderGatewayCommandOutput>;