@aws-sdk/client-outposts 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 (56) hide show
  1. package/dist-cjs/index.js +1518 -1485
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/OutpostsClient.js +2 -0
  4. package/dist-es/commands/CancelCapacityTaskCommand.js +3 -9
  5. package/dist-es/commands/CancelOrderCommand.js +3 -9
  6. package/dist-es/commands/CreateOrderCommand.js +3 -9
  7. package/dist-es/commands/CreateOutpostCommand.js +3 -9
  8. package/dist-es/commands/CreateSiteCommand.js +3 -9
  9. package/dist-es/commands/DeleteOutpostCommand.js +3 -9
  10. package/dist-es/commands/DeleteSiteCommand.js +3 -9
  11. package/dist-es/commands/GetCapacityTaskCommand.js +3 -9
  12. package/dist-es/commands/GetCatalogItemCommand.js +3 -9
  13. package/dist-es/commands/GetConnectionCommand.js +3 -9
  14. package/dist-es/commands/GetOrderCommand.js +3 -9
  15. package/dist-es/commands/GetOutpostBillingInformationCommand.js +3 -9
  16. package/dist-es/commands/GetOutpostCommand.js +3 -9
  17. package/dist-es/commands/GetOutpostInstanceTypesCommand.js +3 -9
  18. package/dist-es/commands/GetOutpostSupportedInstanceTypesCommand.js +3 -9
  19. package/dist-es/commands/GetSiteAddressCommand.js +3 -9
  20. package/dist-es/commands/GetSiteCommand.js +3 -9
  21. package/dist-es/commands/ListAssetInstancesCommand.js +3 -9
  22. package/dist-es/commands/ListAssetsCommand.js +3 -9
  23. package/dist-es/commands/ListBlockingInstancesForCapacityTaskCommand.js +3 -9
  24. package/dist-es/commands/ListCapacityTasksCommand.js +3 -9
  25. package/dist-es/commands/ListCatalogItemsCommand.js +3 -9
  26. package/dist-es/commands/ListOrdersCommand.js +3 -9
  27. package/dist-es/commands/ListOutpostsCommand.js +3 -9
  28. package/dist-es/commands/ListSitesCommand.js +3 -9
  29. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  30. package/dist-es/commands/StartCapacityTaskCommand.js +3 -9
  31. package/dist-es/commands/StartConnectionCommand.js +3 -9
  32. package/dist-es/commands/StartOutpostDecommissionCommand.js +3 -9
  33. package/dist-es/commands/TagResourceCommand.js +3 -9
  34. package/dist-es/commands/UntagResourceCommand.js +3 -9
  35. package/dist-es/commands/UpdateOutpostCommand.js +3 -9
  36. package/dist-es/commands/UpdateSiteAddressCommand.js +3 -9
  37. package/dist-es/commands/UpdateSiteCommand.js +3 -9
  38. package/dist-es/commands/UpdateSiteRackPhysicalPropertiesCommand.js +3 -9
  39. package/dist-es/runtimeConfig.shared.js +2 -0
  40. package/dist-es/schemas/schemas_0.js +1476 -0
  41. package/dist-types/OutpostsClient.d.ts +10 -1
  42. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  43. package/dist-types/runtimeConfig.d.ts +1 -0
  44. package/dist-types/runtimeConfig.native.d.ts +1 -0
  45. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  46. package/dist-types/schemas/schemas_0.d.ts +181 -0
  47. package/dist-types/ts3.4/OutpostsClient.d.ts +4 -0
  48. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  49. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  50. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  51. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  52. package/dist-types/ts3.4/schemas/schemas_0.d.ts +186 -0
  53. package/package.json +33 -33
  54. package/dist-es/protocols/Aws_restJson1.js +0 -1244
  55. package/dist-types/protocols/Aws_restJson1.d.ts +0 -317
  56. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -425
@@ -1,317 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CancelCapacityTaskCommandInput, CancelCapacityTaskCommandOutput } from "../commands/CancelCapacityTaskCommand";
4
- import { CancelOrderCommandInput, CancelOrderCommandOutput } from "../commands/CancelOrderCommand";
5
- import { CreateOrderCommandInput, CreateOrderCommandOutput } from "../commands/CreateOrderCommand";
6
- import { CreateOutpostCommandInput, CreateOutpostCommandOutput } from "../commands/CreateOutpostCommand";
7
- import { CreateSiteCommandInput, CreateSiteCommandOutput } from "../commands/CreateSiteCommand";
8
- import { DeleteOutpostCommandInput, DeleteOutpostCommandOutput } from "../commands/DeleteOutpostCommand";
9
- import { DeleteSiteCommandInput, DeleteSiteCommandOutput } from "../commands/DeleteSiteCommand";
10
- import { GetCapacityTaskCommandInput, GetCapacityTaskCommandOutput } from "../commands/GetCapacityTaskCommand";
11
- import { GetCatalogItemCommandInput, GetCatalogItemCommandOutput } from "../commands/GetCatalogItemCommand";
12
- import { GetConnectionCommandInput, GetConnectionCommandOutput } from "../commands/GetConnectionCommand";
13
- import { GetOrderCommandInput, GetOrderCommandOutput } from "../commands/GetOrderCommand";
14
- import { GetOutpostBillingInformationCommandInput, GetOutpostBillingInformationCommandOutput } from "../commands/GetOutpostBillingInformationCommand";
15
- import { GetOutpostCommandInput, GetOutpostCommandOutput } from "../commands/GetOutpostCommand";
16
- import { GetOutpostInstanceTypesCommandInput, GetOutpostInstanceTypesCommandOutput } from "../commands/GetOutpostInstanceTypesCommand";
17
- import { GetOutpostSupportedInstanceTypesCommandInput, GetOutpostSupportedInstanceTypesCommandOutput } from "../commands/GetOutpostSupportedInstanceTypesCommand";
18
- import { GetSiteAddressCommandInput, GetSiteAddressCommandOutput } from "../commands/GetSiteAddressCommand";
19
- import { GetSiteCommandInput, GetSiteCommandOutput } from "../commands/GetSiteCommand";
20
- import { ListAssetInstancesCommandInput, ListAssetInstancesCommandOutput } from "../commands/ListAssetInstancesCommand";
21
- import { ListAssetsCommandInput, ListAssetsCommandOutput } from "../commands/ListAssetsCommand";
22
- import { ListBlockingInstancesForCapacityTaskCommandInput, ListBlockingInstancesForCapacityTaskCommandOutput } from "../commands/ListBlockingInstancesForCapacityTaskCommand";
23
- import { ListCapacityTasksCommandInput, ListCapacityTasksCommandOutput } from "../commands/ListCapacityTasksCommand";
24
- import { ListCatalogItemsCommandInput, ListCatalogItemsCommandOutput } from "../commands/ListCatalogItemsCommand";
25
- import { ListOrdersCommandInput, ListOrdersCommandOutput } from "../commands/ListOrdersCommand";
26
- import { ListOutpostsCommandInput, ListOutpostsCommandOutput } from "../commands/ListOutpostsCommand";
27
- import { ListSitesCommandInput, ListSitesCommandOutput } from "../commands/ListSitesCommand";
28
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
29
- import { StartCapacityTaskCommandInput, StartCapacityTaskCommandOutput } from "../commands/StartCapacityTaskCommand";
30
- import { StartConnectionCommandInput, StartConnectionCommandOutput } from "../commands/StartConnectionCommand";
31
- import { StartOutpostDecommissionCommandInput, StartOutpostDecommissionCommandOutput } from "../commands/StartOutpostDecommissionCommand";
32
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
33
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
34
- import { UpdateOutpostCommandInput, UpdateOutpostCommandOutput } from "../commands/UpdateOutpostCommand";
35
- import { UpdateSiteAddressCommandInput, UpdateSiteAddressCommandOutput } from "../commands/UpdateSiteAddressCommand";
36
- import { UpdateSiteCommandInput, UpdateSiteCommandOutput } from "../commands/UpdateSiteCommand";
37
- import { UpdateSiteRackPhysicalPropertiesCommandInput, UpdateSiteRackPhysicalPropertiesCommandOutput } from "../commands/UpdateSiteRackPhysicalPropertiesCommand";
38
- /**
39
- * serializeAws_restJson1CancelCapacityTaskCommand
40
- */
41
- export declare const se_CancelCapacityTaskCommand: (input: CancelCapacityTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- /**
43
- * serializeAws_restJson1CancelOrderCommand
44
- */
45
- export declare const se_CancelOrderCommand: (input: CancelOrderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- /**
47
- * serializeAws_restJson1CreateOrderCommand
48
- */
49
- export declare const se_CreateOrderCommand: (input: CreateOrderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- /**
51
- * serializeAws_restJson1CreateOutpostCommand
52
- */
53
- export declare const se_CreateOutpostCommand: (input: CreateOutpostCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- /**
55
- * serializeAws_restJson1CreateSiteCommand
56
- */
57
- export declare const se_CreateSiteCommand: (input: CreateSiteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- /**
59
- * serializeAws_restJson1DeleteOutpostCommand
60
- */
61
- export declare const se_DeleteOutpostCommand: (input: DeleteOutpostCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- /**
63
- * serializeAws_restJson1DeleteSiteCommand
64
- */
65
- export declare const se_DeleteSiteCommand: (input: DeleteSiteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- /**
67
- * serializeAws_restJson1GetCapacityTaskCommand
68
- */
69
- export declare const se_GetCapacityTaskCommand: (input: GetCapacityTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- /**
71
- * serializeAws_restJson1GetCatalogItemCommand
72
- */
73
- export declare const se_GetCatalogItemCommand: (input: GetCatalogItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- /**
75
- * serializeAws_restJson1GetConnectionCommand
76
- */
77
- export declare const se_GetConnectionCommand: (input: GetConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- /**
79
- * serializeAws_restJson1GetOrderCommand
80
- */
81
- export declare const se_GetOrderCommand: (input: GetOrderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_restJson1GetOutpostCommand
84
- */
85
- export declare const se_GetOutpostCommand: (input: GetOutpostCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_restJson1GetOutpostBillingInformationCommand
88
- */
89
- export declare const se_GetOutpostBillingInformationCommand: (input: GetOutpostBillingInformationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_restJson1GetOutpostInstanceTypesCommand
92
- */
93
- export declare const se_GetOutpostInstanceTypesCommand: (input: GetOutpostInstanceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_restJson1GetOutpostSupportedInstanceTypesCommand
96
- */
97
- export declare const se_GetOutpostSupportedInstanceTypesCommand: (input: GetOutpostSupportedInstanceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_restJson1GetSiteCommand
100
- */
101
- export declare const se_GetSiteCommand: (input: GetSiteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_restJson1GetSiteAddressCommand
104
- */
105
- export declare const se_GetSiteAddressCommand: (input: GetSiteAddressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_restJson1ListAssetInstancesCommand
108
- */
109
- export declare const se_ListAssetInstancesCommand: (input: ListAssetInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_restJson1ListAssetsCommand
112
- */
113
- export declare const se_ListAssetsCommand: (input: ListAssetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_restJson1ListBlockingInstancesForCapacityTaskCommand
116
- */
117
- export declare const se_ListBlockingInstancesForCapacityTaskCommand: (input: ListBlockingInstancesForCapacityTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * serializeAws_restJson1ListCapacityTasksCommand
120
- */
121
- export declare const se_ListCapacityTasksCommand: (input: ListCapacityTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- /**
123
- * serializeAws_restJson1ListCatalogItemsCommand
124
- */
125
- export declare const se_ListCatalogItemsCommand: (input: ListCatalogItemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_restJson1ListOrdersCommand
128
- */
129
- export declare const se_ListOrdersCommand: (input: ListOrdersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_restJson1ListOutpostsCommand
132
- */
133
- export declare const se_ListOutpostsCommand: (input: ListOutpostsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_restJson1ListSitesCommand
136
- */
137
- export declare const se_ListSitesCommand: (input: ListSitesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * serializeAws_restJson1ListTagsForResourceCommand
140
- */
141
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- /**
143
- * serializeAws_restJson1StartCapacityTaskCommand
144
- */
145
- export declare const se_StartCapacityTaskCommand: (input: StartCapacityTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- /**
147
- * serializeAws_restJson1StartConnectionCommand
148
- */
149
- export declare const se_StartConnectionCommand: (input: StartConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- /**
151
- * serializeAws_restJson1StartOutpostDecommissionCommand
152
- */
153
- export declare const se_StartOutpostDecommissionCommand: (input: StartOutpostDecommissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- /**
155
- * serializeAws_restJson1TagResourceCommand
156
- */
157
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- /**
159
- * serializeAws_restJson1UntagResourceCommand
160
- */
161
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- /**
163
- * serializeAws_restJson1UpdateOutpostCommand
164
- */
165
- export declare const se_UpdateOutpostCommand: (input: UpdateOutpostCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- /**
167
- * serializeAws_restJson1UpdateSiteCommand
168
- */
169
- export declare const se_UpdateSiteCommand: (input: UpdateSiteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- /**
171
- * serializeAws_restJson1UpdateSiteAddressCommand
172
- */
173
- export declare const se_UpdateSiteAddressCommand: (input: UpdateSiteAddressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- /**
175
- * serializeAws_restJson1UpdateSiteRackPhysicalPropertiesCommand
176
- */
177
- export declare const se_UpdateSiteRackPhysicalPropertiesCommand: (input: UpdateSiteRackPhysicalPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- /**
179
- * deserializeAws_restJson1CancelCapacityTaskCommand
180
- */
181
- export declare const de_CancelCapacityTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelCapacityTaskCommandOutput>;
182
- /**
183
- * deserializeAws_restJson1CancelOrderCommand
184
- */
185
- export declare const de_CancelOrderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelOrderCommandOutput>;
186
- /**
187
- * deserializeAws_restJson1CreateOrderCommand
188
- */
189
- export declare const de_CreateOrderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOrderCommandOutput>;
190
- /**
191
- * deserializeAws_restJson1CreateOutpostCommand
192
- */
193
- export declare const de_CreateOutpostCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOutpostCommandOutput>;
194
- /**
195
- * deserializeAws_restJson1CreateSiteCommand
196
- */
197
- export declare const de_CreateSiteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSiteCommandOutput>;
198
- /**
199
- * deserializeAws_restJson1DeleteOutpostCommand
200
- */
201
- export declare const de_DeleteOutpostCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOutpostCommandOutput>;
202
- /**
203
- * deserializeAws_restJson1DeleteSiteCommand
204
- */
205
- export declare const de_DeleteSiteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSiteCommandOutput>;
206
- /**
207
- * deserializeAws_restJson1GetCapacityTaskCommand
208
- */
209
- export declare const de_GetCapacityTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCapacityTaskCommandOutput>;
210
- /**
211
- * deserializeAws_restJson1GetCatalogItemCommand
212
- */
213
- export declare const de_GetCatalogItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCatalogItemCommandOutput>;
214
- /**
215
- * deserializeAws_restJson1GetConnectionCommand
216
- */
217
- export declare const de_GetConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectionCommandOutput>;
218
- /**
219
- * deserializeAws_restJson1GetOrderCommand
220
- */
221
- export declare const de_GetOrderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOrderCommandOutput>;
222
- /**
223
- * deserializeAws_restJson1GetOutpostCommand
224
- */
225
- export declare const de_GetOutpostCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOutpostCommandOutput>;
226
- /**
227
- * deserializeAws_restJson1GetOutpostBillingInformationCommand
228
- */
229
- export declare const de_GetOutpostBillingInformationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOutpostBillingInformationCommandOutput>;
230
- /**
231
- * deserializeAws_restJson1GetOutpostInstanceTypesCommand
232
- */
233
- export declare const de_GetOutpostInstanceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOutpostInstanceTypesCommandOutput>;
234
- /**
235
- * deserializeAws_restJson1GetOutpostSupportedInstanceTypesCommand
236
- */
237
- export declare const de_GetOutpostSupportedInstanceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOutpostSupportedInstanceTypesCommandOutput>;
238
- /**
239
- * deserializeAws_restJson1GetSiteCommand
240
- */
241
- export declare const de_GetSiteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSiteCommandOutput>;
242
- /**
243
- * deserializeAws_restJson1GetSiteAddressCommand
244
- */
245
- export declare const de_GetSiteAddressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSiteAddressCommandOutput>;
246
- /**
247
- * deserializeAws_restJson1ListAssetInstancesCommand
248
- */
249
- export declare const de_ListAssetInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssetInstancesCommandOutput>;
250
- /**
251
- * deserializeAws_restJson1ListAssetsCommand
252
- */
253
- export declare const de_ListAssetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssetsCommandOutput>;
254
- /**
255
- * deserializeAws_restJson1ListBlockingInstancesForCapacityTaskCommand
256
- */
257
- export declare const de_ListBlockingInstancesForCapacityTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBlockingInstancesForCapacityTaskCommandOutput>;
258
- /**
259
- * deserializeAws_restJson1ListCapacityTasksCommand
260
- */
261
- export declare const de_ListCapacityTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCapacityTasksCommandOutput>;
262
- /**
263
- * deserializeAws_restJson1ListCatalogItemsCommand
264
- */
265
- export declare const de_ListCatalogItemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCatalogItemsCommandOutput>;
266
- /**
267
- * deserializeAws_restJson1ListOrdersCommand
268
- */
269
- export declare const de_ListOrdersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOrdersCommandOutput>;
270
- /**
271
- * deserializeAws_restJson1ListOutpostsCommand
272
- */
273
- export declare const de_ListOutpostsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOutpostsCommandOutput>;
274
- /**
275
- * deserializeAws_restJson1ListSitesCommand
276
- */
277
- export declare const de_ListSitesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSitesCommandOutput>;
278
- /**
279
- * deserializeAws_restJson1ListTagsForResourceCommand
280
- */
281
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
282
- /**
283
- * deserializeAws_restJson1StartCapacityTaskCommand
284
- */
285
- export declare const de_StartCapacityTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartCapacityTaskCommandOutput>;
286
- /**
287
- * deserializeAws_restJson1StartConnectionCommand
288
- */
289
- export declare const de_StartConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartConnectionCommandOutput>;
290
- /**
291
- * deserializeAws_restJson1StartOutpostDecommissionCommand
292
- */
293
- export declare const de_StartOutpostDecommissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartOutpostDecommissionCommandOutput>;
294
- /**
295
- * deserializeAws_restJson1TagResourceCommand
296
- */
297
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
298
- /**
299
- * deserializeAws_restJson1UntagResourceCommand
300
- */
301
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
302
- /**
303
- * deserializeAws_restJson1UpdateOutpostCommand
304
- */
305
- export declare const de_UpdateOutpostCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOutpostCommandOutput>;
306
- /**
307
- * deserializeAws_restJson1UpdateSiteCommand
308
- */
309
- export declare const de_UpdateSiteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSiteCommandOutput>;
310
- /**
311
- * deserializeAws_restJson1UpdateSiteAddressCommand
312
- */
313
- export declare const de_UpdateSiteAddressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSiteAddressCommandOutput>;
314
- /**
315
- * deserializeAws_restJson1UpdateSiteRackPhysicalPropertiesCommand
316
- */
317
- export declare const de_UpdateSiteRackPhysicalPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSiteRackPhysicalPropertiesCommandOutput>;