@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,425 +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
- CancelCapacityTaskCommandInput,
8
- CancelCapacityTaskCommandOutput,
9
- } from "../commands/CancelCapacityTaskCommand";
10
- import {
11
- CancelOrderCommandInput,
12
- CancelOrderCommandOutput,
13
- } from "../commands/CancelOrderCommand";
14
- import {
15
- CreateOrderCommandInput,
16
- CreateOrderCommandOutput,
17
- } from "../commands/CreateOrderCommand";
18
- import {
19
- CreateOutpostCommandInput,
20
- CreateOutpostCommandOutput,
21
- } from "../commands/CreateOutpostCommand";
22
- import {
23
- CreateSiteCommandInput,
24
- CreateSiteCommandOutput,
25
- } from "../commands/CreateSiteCommand";
26
- import {
27
- DeleteOutpostCommandInput,
28
- DeleteOutpostCommandOutput,
29
- } from "../commands/DeleteOutpostCommand";
30
- import {
31
- DeleteSiteCommandInput,
32
- DeleteSiteCommandOutput,
33
- } from "../commands/DeleteSiteCommand";
34
- import {
35
- GetCapacityTaskCommandInput,
36
- GetCapacityTaskCommandOutput,
37
- } from "../commands/GetCapacityTaskCommand";
38
- import {
39
- GetCatalogItemCommandInput,
40
- GetCatalogItemCommandOutput,
41
- } from "../commands/GetCatalogItemCommand";
42
- import {
43
- GetConnectionCommandInput,
44
- GetConnectionCommandOutput,
45
- } from "../commands/GetConnectionCommand";
46
- import {
47
- GetOrderCommandInput,
48
- GetOrderCommandOutput,
49
- } from "../commands/GetOrderCommand";
50
- import {
51
- GetOutpostBillingInformationCommandInput,
52
- GetOutpostBillingInformationCommandOutput,
53
- } from "../commands/GetOutpostBillingInformationCommand";
54
- import {
55
- GetOutpostCommandInput,
56
- GetOutpostCommandOutput,
57
- } from "../commands/GetOutpostCommand";
58
- import {
59
- GetOutpostInstanceTypesCommandInput,
60
- GetOutpostInstanceTypesCommandOutput,
61
- } from "../commands/GetOutpostInstanceTypesCommand";
62
- import {
63
- GetOutpostSupportedInstanceTypesCommandInput,
64
- GetOutpostSupportedInstanceTypesCommandOutput,
65
- } from "../commands/GetOutpostSupportedInstanceTypesCommand";
66
- import {
67
- GetSiteAddressCommandInput,
68
- GetSiteAddressCommandOutput,
69
- } from "../commands/GetSiteAddressCommand";
70
- import {
71
- GetSiteCommandInput,
72
- GetSiteCommandOutput,
73
- } from "../commands/GetSiteCommand";
74
- import {
75
- ListAssetInstancesCommandInput,
76
- ListAssetInstancesCommandOutput,
77
- } from "../commands/ListAssetInstancesCommand";
78
- import {
79
- ListAssetsCommandInput,
80
- ListAssetsCommandOutput,
81
- } from "../commands/ListAssetsCommand";
82
- import {
83
- ListBlockingInstancesForCapacityTaskCommandInput,
84
- ListBlockingInstancesForCapacityTaskCommandOutput,
85
- } from "../commands/ListBlockingInstancesForCapacityTaskCommand";
86
- import {
87
- ListCapacityTasksCommandInput,
88
- ListCapacityTasksCommandOutput,
89
- } from "../commands/ListCapacityTasksCommand";
90
- import {
91
- ListCatalogItemsCommandInput,
92
- ListCatalogItemsCommandOutput,
93
- } from "../commands/ListCatalogItemsCommand";
94
- import {
95
- ListOrdersCommandInput,
96
- ListOrdersCommandOutput,
97
- } from "../commands/ListOrdersCommand";
98
- import {
99
- ListOutpostsCommandInput,
100
- ListOutpostsCommandOutput,
101
- } from "../commands/ListOutpostsCommand";
102
- import {
103
- ListSitesCommandInput,
104
- ListSitesCommandOutput,
105
- } from "../commands/ListSitesCommand";
106
- import {
107
- ListTagsForResourceCommandInput,
108
- ListTagsForResourceCommandOutput,
109
- } from "../commands/ListTagsForResourceCommand";
110
- import {
111
- StartCapacityTaskCommandInput,
112
- StartCapacityTaskCommandOutput,
113
- } from "../commands/StartCapacityTaskCommand";
114
- import {
115
- StartConnectionCommandInput,
116
- StartConnectionCommandOutput,
117
- } from "../commands/StartConnectionCommand";
118
- import {
119
- StartOutpostDecommissionCommandInput,
120
- StartOutpostDecommissionCommandOutput,
121
- } from "../commands/StartOutpostDecommissionCommand";
122
- import {
123
- TagResourceCommandInput,
124
- TagResourceCommandOutput,
125
- } from "../commands/TagResourceCommand";
126
- import {
127
- UntagResourceCommandInput,
128
- UntagResourceCommandOutput,
129
- } from "../commands/UntagResourceCommand";
130
- import {
131
- UpdateOutpostCommandInput,
132
- UpdateOutpostCommandOutput,
133
- } from "../commands/UpdateOutpostCommand";
134
- import {
135
- UpdateSiteAddressCommandInput,
136
- UpdateSiteAddressCommandOutput,
137
- } from "../commands/UpdateSiteAddressCommand";
138
- import {
139
- UpdateSiteCommandInput,
140
- UpdateSiteCommandOutput,
141
- } from "../commands/UpdateSiteCommand";
142
- import {
143
- UpdateSiteRackPhysicalPropertiesCommandInput,
144
- UpdateSiteRackPhysicalPropertiesCommandOutput,
145
- } from "../commands/UpdateSiteRackPhysicalPropertiesCommand";
146
- export declare const se_CancelCapacityTaskCommand: (
147
- input: CancelCapacityTaskCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_CancelOrderCommand: (
151
- input: CancelOrderCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_CreateOrderCommand: (
155
- input: CreateOrderCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_CreateOutpostCommand: (
159
- input: CreateOutpostCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_CreateSiteCommand: (
163
- input: CreateSiteCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_DeleteOutpostCommand: (
167
- input: DeleteOutpostCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_DeleteSiteCommand: (
171
- input: DeleteSiteCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_GetCapacityTaskCommand: (
175
- input: GetCapacityTaskCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_GetCatalogItemCommand: (
179
- input: GetCatalogItemCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_GetConnectionCommand: (
183
- input: GetConnectionCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_GetOrderCommand: (
187
- input: GetOrderCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_GetOutpostCommand: (
191
- input: GetOutpostCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_GetOutpostBillingInformationCommand: (
195
- input: GetOutpostBillingInformationCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_GetOutpostInstanceTypesCommand: (
199
- input: GetOutpostInstanceTypesCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_GetOutpostSupportedInstanceTypesCommand: (
203
- input: GetOutpostSupportedInstanceTypesCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_GetSiteCommand: (
207
- input: GetSiteCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_GetSiteAddressCommand: (
211
- input: GetSiteAddressCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_ListAssetInstancesCommand: (
215
- input: ListAssetInstancesCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_ListAssetsCommand: (
219
- input: ListAssetsCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_ListBlockingInstancesForCapacityTaskCommand: (
223
- input: ListBlockingInstancesForCapacityTaskCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_ListCapacityTasksCommand: (
227
- input: ListCapacityTasksCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_ListCatalogItemsCommand: (
231
- input: ListCatalogItemsCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_ListOrdersCommand: (
235
- input: ListOrdersCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_ListOutpostsCommand: (
239
- input: ListOutpostsCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_ListSitesCommand: (
243
- input: ListSitesCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_ListTagsForResourceCommand: (
247
- input: ListTagsForResourceCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_StartCapacityTaskCommand: (
251
- input: StartCapacityTaskCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_StartConnectionCommand: (
255
- input: StartConnectionCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_StartOutpostDecommissionCommand: (
259
- input: StartOutpostDecommissionCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_TagResourceCommand: (
263
- input: TagResourceCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_UntagResourceCommand: (
267
- input: UntagResourceCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_UpdateOutpostCommand: (
271
- input: UpdateOutpostCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_UpdateSiteCommand: (
275
- input: UpdateSiteCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_UpdateSiteAddressCommand: (
279
- input: UpdateSiteAddressCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_UpdateSiteRackPhysicalPropertiesCommand: (
283
- input: UpdateSiteRackPhysicalPropertiesCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const de_CancelCapacityTaskCommand: (
287
- output: __HttpResponse,
288
- context: __SerdeContext
289
- ) => Promise<CancelCapacityTaskCommandOutput>;
290
- export declare const de_CancelOrderCommand: (
291
- output: __HttpResponse,
292
- context: __SerdeContext
293
- ) => Promise<CancelOrderCommandOutput>;
294
- export declare const de_CreateOrderCommand: (
295
- output: __HttpResponse,
296
- context: __SerdeContext
297
- ) => Promise<CreateOrderCommandOutput>;
298
- export declare const de_CreateOutpostCommand: (
299
- output: __HttpResponse,
300
- context: __SerdeContext
301
- ) => Promise<CreateOutpostCommandOutput>;
302
- export declare const de_CreateSiteCommand: (
303
- output: __HttpResponse,
304
- context: __SerdeContext
305
- ) => Promise<CreateSiteCommandOutput>;
306
- export declare const de_DeleteOutpostCommand: (
307
- output: __HttpResponse,
308
- context: __SerdeContext
309
- ) => Promise<DeleteOutpostCommandOutput>;
310
- export declare const de_DeleteSiteCommand: (
311
- output: __HttpResponse,
312
- context: __SerdeContext
313
- ) => Promise<DeleteSiteCommandOutput>;
314
- export declare const de_GetCapacityTaskCommand: (
315
- output: __HttpResponse,
316
- context: __SerdeContext
317
- ) => Promise<GetCapacityTaskCommandOutput>;
318
- export declare const de_GetCatalogItemCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<GetCatalogItemCommandOutput>;
322
- export declare const de_GetConnectionCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<GetConnectionCommandOutput>;
326
- export declare const de_GetOrderCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<GetOrderCommandOutput>;
330
- export declare const de_GetOutpostCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<GetOutpostCommandOutput>;
334
- export declare const de_GetOutpostBillingInformationCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<GetOutpostBillingInformationCommandOutput>;
338
- export declare const de_GetOutpostInstanceTypesCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<GetOutpostInstanceTypesCommandOutput>;
342
- export declare const de_GetOutpostSupportedInstanceTypesCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<GetOutpostSupportedInstanceTypesCommandOutput>;
346
- export declare const de_GetSiteCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<GetSiteCommandOutput>;
350
- export declare const de_GetSiteAddressCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<GetSiteAddressCommandOutput>;
354
- export declare const de_ListAssetInstancesCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<ListAssetInstancesCommandOutput>;
358
- export declare const de_ListAssetsCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<ListAssetsCommandOutput>;
362
- export declare const de_ListBlockingInstancesForCapacityTaskCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<ListBlockingInstancesForCapacityTaskCommandOutput>;
366
- export declare const de_ListCapacityTasksCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<ListCapacityTasksCommandOutput>;
370
- export declare const de_ListCatalogItemsCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<ListCatalogItemsCommandOutput>;
374
- export declare const de_ListOrdersCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<ListOrdersCommandOutput>;
378
- export declare const de_ListOutpostsCommand: (
379
- output: __HttpResponse,
380
- context: __SerdeContext
381
- ) => Promise<ListOutpostsCommandOutput>;
382
- export declare const de_ListSitesCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<ListSitesCommandOutput>;
386
- export declare const de_ListTagsForResourceCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<ListTagsForResourceCommandOutput>;
390
- export declare const de_StartCapacityTaskCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<StartCapacityTaskCommandOutput>;
394
- export declare const de_StartConnectionCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<StartConnectionCommandOutput>;
398
- export declare const de_StartOutpostDecommissionCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<StartOutpostDecommissionCommandOutput>;
402
- export declare const de_TagResourceCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<TagResourceCommandOutput>;
406
- export declare const de_UntagResourceCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<UntagResourceCommandOutput>;
410
- export declare const de_UpdateOutpostCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<UpdateOutpostCommandOutput>;
414
- export declare const de_UpdateSiteCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<UpdateSiteCommandOutput>;
418
- export declare const de_UpdateSiteAddressCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<UpdateSiteAddressCommandOutput>;
422
- export declare const de_UpdateSiteRackPhysicalPropertiesCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<UpdateSiteRackPhysicalPropertiesCommandOutput>;