@aws-sdk/client-outposts 3.303.0 → 3.309.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 (57) hide show
  1. package/dist-cjs/commands/CancelOrderCommand.js +2 -2
  2. package/dist-cjs/commands/CreateOrderCommand.js +2 -2
  3. package/dist-cjs/commands/CreateOutpostCommand.js +2 -2
  4. package/dist-cjs/commands/CreateSiteCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteOutpostCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteSiteCommand.js +2 -2
  7. package/dist-cjs/commands/GetCatalogItemCommand.js +2 -2
  8. package/dist-cjs/commands/GetConnectionCommand.js +2 -2
  9. package/dist-cjs/commands/GetOrderCommand.js +2 -2
  10. package/dist-cjs/commands/GetOutpostCommand.js +2 -2
  11. package/dist-cjs/commands/GetOutpostInstanceTypesCommand.js +2 -2
  12. package/dist-cjs/commands/GetSiteAddressCommand.js +2 -2
  13. package/dist-cjs/commands/GetSiteCommand.js +2 -2
  14. package/dist-cjs/commands/ListAssetsCommand.js +2 -2
  15. package/dist-cjs/commands/ListCatalogItemsCommand.js +2 -2
  16. package/dist-cjs/commands/ListOrdersCommand.js +2 -2
  17. package/dist-cjs/commands/ListOutpostsCommand.js +2 -2
  18. package/dist-cjs/commands/ListSitesCommand.js +2 -2
  19. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  20. package/dist-cjs/commands/StartConnectionCommand.js +2 -2
  21. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  22. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  23. package/dist-cjs/commands/UpdateOutpostCommand.js +2 -2
  24. package/dist-cjs/commands/UpdateSiteAddressCommand.js +2 -2
  25. package/dist-cjs/commands/UpdateSiteCommand.js +2 -2
  26. package/dist-cjs/commands/UpdateSiteRackPhysicalPropertiesCommand.js +2 -2
  27. package/dist-cjs/protocols/Aws_restJson1.js +360 -376
  28. package/dist-es/commands/CancelOrderCommand.js +3 -3
  29. package/dist-es/commands/CreateOrderCommand.js +3 -3
  30. package/dist-es/commands/CreateOutpostCommand.js +3 -3
  31. package/dist-es/commands/CreateSiteCommand.js +3 -3
  32. package/dist-es/commands/DeleteOutpostCommand.js +3 -3
  33. package/dist-es/commands/DeleteSiteCommand.js +3 -3
  34. package/dist-es/commands/GetCatalogItemCommand.js +3 -3
  35. package/dist-es/commands/GetConnectionCommand.js +3 -3
  36. package/dist-es/commands/GetOrderCommand.js +3 -3
  37. package/dist-es/commands/GetOutpostCommand.js +3 -3
  38. package/dist-es/commands/GetOutpostInstanceTypesCommand.js +3 -3
  39. package/dist-es/commands/GetSiteAddressCommand.js +3 -3
  40. package/dist-es/commands/GetSiteCommand.js +3 -3
  41. package/dist-es/commands/ListAssetsCommand.js +3 -3
  42. package/dist-es/commands/ListCatalogItemsCommand.js +3 -3
  43. package/dist-es/commands/ListOrdersCommand.js +3 -3
  44. package/dist-es/commands/ListOutpostsCommand.js +3 -3
  45. package/dist-es/commands/ListSitesCommand.js +3 -3
  46. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  47. package/dist-es/commands/StartConnectionCommand.js +3 -3
  48. package/dist-es/commands/TagResourceCommand.js +3 -3
  49. package/dist-es/commands/UntagResourceCommand.js +3 -3
  50. package/dist-es/commands/UpdateOutpostCommand.js +3 -3
  51. package/dist-es/commands/UpdateSiteAddressCommand.js +3 -3
  52. package/dist-es/commands/UpdateSiteCommand.js +3 -3
  53. package/dist-es/commands/UpdateSiteRackPhysicalPropertiesCommand.js +3 -3
  54. package/dist-es/protocols/Aws_restJson1.js +306 -322
  55. package/dist-types/protocols/Aws_restJson1.d.ts +208 -52
  56. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +52 -52
  57. package/package.json +29 -29
@@ -26,55 +26,211 @@ import { UpdateOutpostCommandInput, UpdateOutpostCommandOutput } from "../comman
26
26
  import { UpdateSiteAddressCommandInput, UpdateSiteAddressCommandOutput } from "../commands/UpdateSiteAddressCommand";
27
27
  import { UpdateSiteCommandInput, UpdateSiteCommandOutput } from "../commands/UpdateSiteCommand";
28
28
  import { UpdateSiteRackPhysicalPropertiesCommandInput, UpdateSiteRackPhysicalPropertiesCommandOutput } from "../commands/UpdateSiteRackPhysicalPropertiesCommand";
29
- export declare const serializeAws_restJson1CancelOrderCommand: (input: CancelOrderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- export declare const serializeAws_restJson1CreateOrderCommand: (input: CreateOrderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const serializeAws_restJson1CreateOutpostCommand: (input: CreateOutpostCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_restJson1CreateSiteCommand: (input: CreateSiteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_restJson1DeleteOutpostCommand: (input: DeleteOutpostCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_restJson1DeleteSiteCommand: (input: DeleteSiteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_restJson1GetCatalogItemCommand: (input: GetCatalogItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_restJson1GetConnectionCommand: (input: GetConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1GetOrderCommand: (input: GetOrderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1GetOutpostCommand: (input: GetOutpostCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1GetOutpostInstanceTypesCommand: (input: GetOutpostInstanceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1GetSiteCommand: (input: GetSiteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1GetSiteAddressCommand: (input: GetSiteAddressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1ListAssetsCommand: (input: ListAssetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1ListCatalogItemsCommand: (input: ListCatalogItemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1ListOrdersCommand: (input: ListOrdersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1ListOutpostsCommand: (input: ListOutpostsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1ListSitesCommand: (input: ListSitesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1StartConnectionCommand: (input: StartConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1UpdateOutpostCommand: (input: UpdateOutpostCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1UpdateSiteCommand: (input: UpdateSiteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1UpdateSiteAddressCommand: (input: UpdateSiteAddressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1UpdateSiteRackPhysicalPropertiesCommand: (input: UpdateSiteRackPhysicalPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const deserializeAws_restJson1CancelOrderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelOrderCommandOutput>;
56
- export declare const deserializeAws_restJson1CreateOrderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOrderCommandOutput>;
57
- export declare const deserializeAws_restJson1CreateOutpostCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOutpostCommandOutput>;
58
- export declare const deserializeAws_restJson1CreateSiteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSiteCommandOutput>;
59
- export declare const deserializeAws_restJson1DeleteOutpostCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOutpostCommandOutput>;
60
- export declare const deserializeAws_restJson1DeleteSiteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSiteCommandOutput>;
61
- export declare const deserializeAws_restJson1GetCatalogItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCatalogItemCommandOutput>;
62
- export declare const deserializeAws_restJson1GetConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectionCommandOutput>;
63
- export declare const deserializeAws_restJson1GetOrderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOrderCommandOutput>;
64
- export declare const deserializeAws_restJson1GetOutpostCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOutpostCommandOutput>;
65
- export declare const deserializeAws_restJson1GetOutpostInstanceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOutpostInstanceTypesCommandOutput>;
66
- export declare const deserializeAws_restJson1GetSiteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSiteCommandOutput>;
67
- export declare const deserializeAws_restJson1GetSiteAddressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSiteAddressCommandOutput>;
68
- export declare const deserializeAws_restJson1ListAssetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssetsCommandOutput>;
69
- export declare const deserializeAws_restJson1ListCatalogItemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCatalogItemsCommandOutput>;
70
- export declare const deserializeAws_restJson1ListOrdersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOrdersCommandOutput>;
71
- export declare const deserializeAws_restJson1ListOutpostsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOutpostsCommandOutput>;
72
- export declare const deserializeAws_restJson1ListSitesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSitesCommandOutput>;
73
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
74
- export declare const deserializeAws_restJson1StartConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartConnectionCommandOutput>;
75
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
76
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
77
- export declare const deserializeAws_restJson1UpdateOutpostCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOutpostCommandOutput>;
78
- export declare const deserializeAws_restJson1UpdateSiteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSiteCommandOutput>;
79
- export declare const deserializeAws_restJson1UpdateSiteAddressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSiteAddressCommandOutput>;
80
- export declare const deserializeAws_restJson1UpdateSiteRackPhysicalPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSiteRackPhysicalPropertiesCommandOutput>;
29
+ /**
30
+ * serializeAws_restJson1CancelOrderCommand
31
+ */
32
+ export declare const se_CancelOrderCommand: (input: CancelOrderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
+ /**
34
+ * serializeAws_restJson1CreateOrderCommand
35
+ */
36
+ export declare const se_CreateOrderCommand: (input: CreateOrderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
+ /**
38
+ * serializeAws_restJson1CreateOutpostCommand
39
+ */
40
+ export declare const se_CreateOutpostCommand: (input: CreateOutpostCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
+ /**
42
+ * serializeAws_restJson1CreateSiteCommand
43
+ */
44
+ export declare const se_CreateSiteCommand: (input: CreateSiteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
+ /**
46
+ * serializeAws_restJson1DeleteOutpostCommand
47
+ */
48
+ export declare const se_DeleteOutpostCommand: (input: DeleteOutpostCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
+ /**
50
+ * serializeAws_restJson1DeleteSiteCommand
51
+ */
52
+ export declare const se_DeleteSiteCommand: (input: DeleteSiteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
+ /**
54
+ * serializeAws_restJson1GetCatalogItemCommand
55
+ */
56
+ export declare const se_GetCatalogItemCommand: (input: GetCatalogItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
+ /**
58
+ * serializeAws_restJson1GetConnectionCommand
59
+ */
60
+ export declare const se_GetConnectionCommand: (input: GetConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
+ /**
62
+ * serializeAws_restJson1GetOrderCommand
63
+ */
64
+ export declare const se_GetOrderCommand: (input: GetOrderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
+ /**
66
+ * serializeAws_restJson1GetOutpostCommand
67
+ */
68
+ export declare const se_GetOutpostCommand: (input: GetOutpostCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
+ /**
70
+ * serializeAws_restJson1GetOutpostInstanceTypesCommand
71
+ */
72
+ export declare const se_GetOutpostInstanceTypesCommand: (input: GetOutpostInstanceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
+ /**
74
+ * serializeAws_restJson1GetSiteCommand
75
+ */
76
+ export declare const se_GetSiteCommand: (input: GetSiteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
+ /**
78
+ * serializeAws_restJson1GetSiteAddressCommand
79
+ */
80
+ export declare const se_GetSiteAddressCommand: (input: GetSiteAddressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
+ /**
82
+ * serializeAws_restJson1ListAssetsCommand
83
+ */
84
+ export declare const se_ListAssetsCommand: (input: ListAssetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
+ /**
86
+ * serializeAws_restJson1ListCatalogItemsCommand
87
+ */
88
+ export declare const se_ListCatalogItemsCommand: (input: ListCatalogItemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
+ /**
90
+ * serializeAws_restJson1ListOrdersCommand
91
+ */
92
+ export declare const se_ListOrdersCommand: (input: ListOrdersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
+ /**
94
+ * serializeAws_restJson1ListOutpostsCommand
95
+ */
96
+ export declare const se_ListOutpostsCommand: (input: ListOutpostsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
+ /**
98
+ * serializeAws_restJson1ListSitesCommand
99
+ */
100
+ export declare const se_ListSitesCommand: (input: ListSitesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
+ /**
102
+ * serializeAws_restJson1ListTagsForResourceCommand
103
+ */
104
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
+ /**
106
+ * serializeAws_restJson1StartConnectionCommand
107
+ */
108
+ export declare const se_StartConnectionCommand: (input: StartConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
+ /**
110
+ * serializeAws_restJson1TagResourceCommand
111
+ */
112
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
+ /**
114
+ * serializeAws_restJson1UntagResourceCommand
115
+ */
116
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
+ /**
118
+ * serializeAws_restJson1UpdateOutpostCommand
119
+ */
120
+ export declare const se_UpdateOutpostCommand: (input: UpdateOutpostCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
+ /**
122
+ * serializeAws_restJson1UpdateSiteCommand
123
+ */
124
+ export declare const se_UpdateSiteCommand: (input: UpdateSiteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
+ /**
126
+ * serializeAws_restJson1UpdateSiteAddressCommand
127
+ */
128
+ export declare const se_UpdateSiteAddressCommand: (input: UpdateSiteAddressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
+ /**
130
+ * serializeAws_restJson1UpdateSiteRackPhysicalPropertiesCommand
131
+ */
132
+ export declare const se_UpdateSiteRackPhysicalPropertiesCommand: (input: UpdateSiteRackPhysicalPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
+ /**
134
+ * deserializeAws_restJson1CancelOrderCommand
135
+ */
136
+ export declare const de_CancelOrderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelOrderCommandOutput>;
137
+ /**
138
+ * deserializeAws_restJson1CreateOrderCommand
139
+ */
140
+ export declare const de_CreateOrderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOrderCommandOutput>;
141
+ /**
142
+ * deserializeAws_restJson1CreateOutpostCommand
143
+ */
144
+ export declare const de_CreateOutpostCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOutpostCommandOutput>;
145
+ /**
146
+ * deserializeAws_restJson1CreateSiteCommand
147
+ */
148
+ export declare const de_CreateSiteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSiteCommandOutput>;
149
+ /**
150
+ * deserializeAws_restJson1DeleteOutpostCommand
151
+ */
152
+ export declare const de_DeleteOutpostCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOutpostCommandOutput>;
153
+ /**
154
+ * deserializeAws_restJson1DeleteSiteCommand
155
+ */
156
+ export declare const de_DeleteSiteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSiteCommandOutput>;
157
+ /**
158
+ * deserializeAws_restJson1GetCatalogItemCommand
159
+ */
160
+ export declare const de_GetCatalogItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCatalogItemCommandOutput>;
161
+ /**
162
+ * deserializeAws_restJson1GetConnectionCommand
163
+ */
164
+ export declare const de_GetConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectionCommandOutput>;
165
+ /**
166
+ * deserializeAws_restJson1GetOrderCommand
167
+ */
168
+ export declare const de_GetOrderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOrderCommandOutput>;
169
+ /**
170
+ * deserializeAws_restJson1GetOutpostCommand
171
+ */
172
+ export declare const de_GetOutpostCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOutpostCommandOutput>;
173
+ /**
174
+ * deserializeAws_restJson1GetOutpostInstanceTypesCommand
175
+ */
176
+ export declare const de_GetOutpostInstanceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOutpostInstanceTypesCommandOutput>;
177
+ /**
178
+ * deserializeAws_restJson1GetSiteCommand
179
+ */
180
+ export declare const de_GetSiteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSiteCommandOutput>;
181
+ /**
182
+ * deserializeAws_restJson1GetSiteAddressCommand
183
+ */
184
+ export declare const de_GetSiteAddressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSiteAddressCommandOutput>;
185
+ /**
186
+ * deserializeAws_restJson1ListAssetsCommand
187
+ */
188
+ export declare const de_ListAssetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssetsCommandOutput>;
189
+ /**
190
+ * deserializeAws_restJson1ListCatalogItemsCommand
191
+ */
192
+ export declare const de_ListCatalogItemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCatalogItemsCommandOutput>;
193
+ /**
194
+ * deserializeAws_restJson1ListOrdersCommand
195
+ */
196
+ export declare const de_ListOrdersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOrdersCommandOutput>;
197
+ /**
198
+ * deserializeAws_restJson1ListOutpostsCommand
199
+ */
200
+ export declare const de_ListOutpostsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOutpostsCommandOutput>;
201
+ /**
202
+ * deserializeAws_restJson1ListSitesCommand
203
+ */
204
+ export declare const de_ListSitesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSitesCommandOutput>;
205
+ /**
206
+ * deserializeAws_restJson1ListTagsForResourceCommand
207
+ */
208
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
209
+ /**
210
+ * deserializeAws_restJson1StartConnectionCommand
211
+ */
212
+ export declare const de_StartConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartConnectionCommandOutput>;
213
+ /**
214
+ * deserializeAws_restJson1TagResourceCommand
215
+ */
216
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
217
+ /**
218
+ * deserializeAws_restJson1UntagResourceCommand
219
+ */
220
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
221
+ /**
222
+ * deserializeAws_restJson1UpdateOutpostCommand
223
+ */
224
+ export declare const de_UpdateOutpostCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOutpostCommandOutput>;
225
+ /**
226
+ * deserializeAws_restJson1UpdateSiteCommand
227
+ */
228
+ export declare const de_UpdateSiteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSiteCommandOutput>;
229
+ /**
230
+ * deserializeAws_restJson1UpdateSiteAddressCommand
231
+ */
232
+ export declare const de_UpdateSiteAddressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSiteAddressCommandOutput>;
233
+ /**
234
+ * deserializeAws_restJson1UpdateSiteRackPhysicalPropertiesCommand
235
+ */
236
+ export declare const de_UpdateSiteRackPhysicalPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSiteRackPhysicalPropertiesCommandOutput>;
@@ -107,211 +107,211 @@ import {
107
107
  UpdateSiteRackPhysicalPropertiesCommandInput,
108
108
  UpdateSiteRackPhysicalPropertiesCommandOutput,
109
109
  } from "../commands/UpdateSiteRackPhysicalPropertiesCommand";
110
- export declare const serializeAws_restJson1CancelOrderCommand: (
110
+ export declare const se_CancelOrderCommand: (
111
111
  input: CancelOrderCommandInput,
112
112
  context: __SerdeContext
113
113
  ) => Promise<__HttpRequest>;
114
- export declare const serializeAws_restJson1CreateOrderCommand: (
114
+ export declare const se_CreateOrderCommand: (
115
115
  input: CreateOrderCommandInput,
116
116
  context: __SerdeContext
117
117
  ) => Promise<__HttpRequest>;
118
- export declare const serializeAws_restJson1CreateOutpostCommand: (
118
+ export declare const se_CreateOutpostCommand: (
119
119
  input: CreateOutpostCommandInput,
120
120
  context: __SerdeContext
121
121
  ) => Promise<__HttpRequest>;
122
- export declare const serializeAws_restJson1CreateSiteCommand: (
122
+ export declare const se_CreateSiteCommand: (
123
123
  input: CreateSiteCommandInput,
124
124
  context: __SerdeContext
125
125
  ) => Promise<__HttpRequest>;
126
- export declare const serializeAws_restJson1DeleteOutpostCommand: (
126
+ export declare const se_DeleteOutpostCommand: (
127
127
  input: DeleteOutpostCommandInput,
128
128
  context: __SerdeContext
129
129
  ) => Promise<__HttpRequest>;
130
- export declare const serializeAws_restJson1DeleteSiteCommand: (
130
+ export declare const se_DeleteSiteCommand: (
131
131
  input: DeleteSiteCommandInput,
132
132
  context: __SerdeContext
133
133
  ) => Promise<__HttpRequest>;
134
- export declare const serializeAws_restJson1GetCatalogItemCommand: (
134
+ export declare const se_GetCatalogItemCommand: (
135
135
  input: GetCatalogItemCommandInput,
136
136
  context: __SerdeContext
137
137
  ) => Promise<__HttpRequest>;
138
- export declare const serializeAws_restJson1GetConnectionCommand: (
138
+ export declare const se_GetConnectionCommand: (
139
139
  input: GetConnectionCommandInput,
140
140
  context: __SerdeContext
141
141
  ) => Promise<__HttpRequest>;
142
- export declare const serializeAws_restJson1GetOrderCommand: (
142
+ export declare const se_GetOrderCommand: (
143
143
  input: GetOrderCommandInput,
144
144
  context: __SerdeContext
145
145
  ) => Promise<__HttpRequest>;
146
- export declare const serializeAws_restJson1GetOutpostCommand: (
146
+ export declare const se_GetOutpostCommand: (
147
147
  input: GetOutpostCommandInput,
148
148
  context: __SerdeContext
149
149
  ) => Promise<__HttpRequest>;
150
- export declare const serializeAws_restJson1GetOutpostInstanceTypesCommand: (
150
+ export declare const se_GetOutpostInstanceTypesCommand: (
151
151
  input: GetOutpostInstanceTypesCommandInput,
152
152
  context: __SerdeContext
153
153
  ) => Promise<__HttpRequest>;
154
- export declare const serializeAws_restJson1GetSiteCommand: (
154
+ export declare const se_GetSiteCommand: (
155
155
  input: GetSiteCommandInput,
156
156
  context: __SerdeContext
157
157
  ) => Promise<__HttpRequest>;
158
- export declare const serializeAws_restJson1GetSiteAddressCommand: (
158
+ export declare const se_GetSiteAddressCommand: (
159
159
  input: GetSiteAddressCommandInput,
160
160
  context: __SerdeContext
161
161
  ) => Promise<__HttpRequest>;
162
- export declare const serializeAws_restJson1ListAssetsCommand: (
162
+ export declare const se_ListAssetsCommand: (
163
163
  input: ListAssetsCommandInput,
164
164
  context: __SerdeContext
165
165
  ) => Promise<__HttpRequest>;
166
- export declare const serializeAws_restJson1ListCatalogItemsCommand: (
166
+ export declare const se_ListCatalogItemsCommand: (
167
167
  input: ListCatalogItemsCommandInput,
168
168
  context: __SerdeContext
169
169
  ) => Promise<__HttpRequest>;
170
- export declare const serializeAws_restJson1ListOrdersCommand: (
170
+ export declare const se_ListOrdersCommand: (
171
171
  input: ListOrdersCommandInput,
172
172
  context: __SerdeContext
173
173
  ) => Promise<__HttpRequest>;
174
- export declare const serializeAws_restJson1ListOutpostsCommand: (
174
+ export declare const se_ListOutpostsCommand: (
175
175
  input: ListOutpostsCommandInput,
176
176
  context: __SerdeContext
177
177
  ) => Promise<__HttpRequest>;
178
- export declare const serializeAws_restJson1ListSitesCommand: (
178
+ export declare const se_ListSitesCommand: (
179
179
  input: ListSitesCommandInput,
180
180
  context: __SerdeContext
181
181
  ) => Promise<__HttpRequest>;
182
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (
182
+ export declare const se_ListTagsForResourceCommand: (
183
183
  input: ListTagsForResourceCommandInput,
184
184
  context: __SerdeContext
185
185
  ) => Promise<__HttpRequest>;
186
- export declare const serializeAws_restJson1StartConnectionCommand: (
186
+ export declare const se_StartConnectionCommand: (
187
187
  input: StartConnectionCommandInput,
188
188
  context: __SerdeContext
189
189
  ) => Promise<__HttpRequest>;
190
- export declare const serializeAws_restJson1TagResourceCommand: (
190
+ export declare const se_TagResourceCommand: (
191
191
  input: TagResourceCommandInput,
192
192
  context: __SerdeContext
193
193
  ) => Promise<__HttpRequest>;
194
- export declare const serializeAws_restJson1UntagResourceCommand: (
194
+ export declare const se_UntagResourceCommand: (
195
195
  input: UntagResourceCommandInput,
196
196
  context: __SerdeContext
197
197
  ) => Promise<__HttpRequest>;
198
- export declare const serializeAws_restJson1UpdateOutpostCommand: (
198
+ export declare const se_UpdateOutpostCommand: (
199
199
  input: UpdateOutpostCommandInput,
200
200
  context: __SerdeContext
201
201
  ) => Promise<__HttpRequest>;
202
- export declare const serializeAws_restJson1UpdateSiteCommand: (
202
+ export declare const se_UpdateSiteCommand: (
203
203
  input: UpdateSiteCommandInput,
204
204
  context: __SerdeContext
205
205
  ) => Promise<__HttpRequest>;
206
- export declare const serializeAws_restJson1UpdateSiteAddressCommand: (
206
+ export declare const se_UpdateSiteAddressCommand: (
207
207
  input: UpdateSiteAddressCommandInput,
208
208
  context: __SerdeContext
209
209
  ) => Promise<__HttpRequest>;
210
- export declare const serializeAws_restJson1UpdateSiteRackPhysicalPropertiesCommand: (
210
+ export declare const se_UpdateSiteRackPhysicalPropertiesCommand: (
211
211
  input: UpdateSiteRackPhysicalPropertiesCommandInput,
212
212
  context: __SerdeContext
213
213
  ) => Promise<__HttpRequest>;
214
- export declare const deserializeAws_restJson1CancelOrderCommand: (
214
+ export declare const de_CancelOrderCommand: (
215
215
  output: __HttpResponse,
216
216
  context: __SerdeContext
217
217
  ) => Promise<CancelOrderCommandOutput>;
218
- export declare const deserializeAws_restJson1CreateOrderCommand: (
218
+ export declare const de_CreateOrderCommand: (
219
219
  output: __HttpResponse,
220
220
  context: __SerdeContext
221
221
  ) => Promise<CreateOrderCommandOutput>;
222
- export declare const deserializeAws_restJson1CreateOutpostCommand: (
222
+ export declare const de_CreateOutpostCommand: (
223
223
  output: __HttpResponse,
224
224
  context: __SerdeContext
225
225
  ) => Promise<CreateOutpostCommandOutput>;
226
- export declare const deserializeAws_restJson1CreateSiteCommand: (
226
+ export declare const de_CreateSiteCommand: (
227
227
  output: __HttpResponse,
228
228
  context: __SerdeContext
229
229
  ) => Promise<CreateSiteCommandOutput>;
230
- export declare const deserializeAws_restJson1DeleteOutpostCommand: (
230
+ export declare const de_DeleteOutpostCommand: (
231
231
  output: __HttpResponse,
232
232
  context: __SerdeContext
233
233
  ) => Promise<DeleteOutpostCommandOutput>;
234
- export declare const deserializeAws_restJson1DeleteSiteCommand: (
234
+ export declare const de_DeleteSiteCommand: (
235
235
  output: __HttpResponse,
236
236
  context: __SerdeContext
237
237
  ) => Promise<DeleteSiteCommandOutput>;
238
- export declare const deserializeAws_restJson1GetCatalogItemCommand: (
238
+ export declare const de_GetCatalogItemCommand: (
239
239
  output: __HttpResponse,
240
240
  context: __SerdeContext
241
241
  ) => Promise<GetCatalogItemCommandOutput>;
242
- export declare const deserializeAws_restJson1GetConnectionCommand: (
242
+ export declare const de_GetConnectionCommand: (
243
243
  output: __HttpResponse,
244
244
  context: __SerdeContext
245
245
  ) => Promise<GetConnectionCommandOutput>;
246
- export declare const deserializeAws_restJson1GetOrderCommand: (
246
+ export declare const de_GetOrderCommand: (
247
247
  output: __HttpResponse,
248
248
  context: __SerdeContext
249
249
  ) => Promise<GetOrderCommandOutput>;
250
- export declare const deserializeAws_restJson1GetOutpostCommand: (
250
+ export declare const de_GetOutpostCommand: (
251
251
  output: __HttpResponse,
252
252
  context: __SerdeContext
253
253
  ) => Promise<GetOutpostCommandOutput>;
254
- export declare const deserializeAws_restJson1GetOutpostInstanceTypesCommand: (
254
+ export declare const de_GetOutpostInstanceTypesCommand: (
255
255
  output: __HttpResponse,
256
256
  context: __SerdeContext
257
257
  ) => Promise<GetOutpostInstanceTypesCommandOutput>;
258
- export declare const deserializeAws_restJson1GetSiteCommand: (
258
+ export declare const de_GetSiteCommand: (
259
259
  output: __HttpResponse,
260
260
  context: __SerdeContext
261
261
  ) => Promise<GetSiteCommandOutput>;
262
- export declare const deserializeAws_restJson1GetSiteAddressCommand: (
262
+ export declare const de_GetSiteAddressCommand: (
263
263
  output: __HttpResponse,
264
264
  context: __SerdeContext
265
265
  ) => Promise<GetSiteAddressCommandOutput>;
266
- export declare const deserializeAws_restJson1ListAssetsCommand: (
266
+ export declare const de_ListAssetsCommand: (
267
267
  output: __HttpResponse,
268
268
  context: __SerdeContext
269
269
  ) => Promise<ListAssetsCommandOutput>;
270
- export declare const deserializeAws_restJson1ListCatalogItemsCommand: (
270
+ export declare const de_ListCatalogItemsCommand: (
271
271
  output: __HttpResponse,
272
272
  context: __SerdeContext
273
273
  ) => Promise<ListCatalogItemsCommandOutput>;
274
- export declare const deserializeAws_restJson1ListOrdersCommand: (
274
+ export declare const de_ListOrdersCommand: (
275
275
  output: __HttpResponse,
276
276
  context: __SerdeContext
277
277
  ) => Promise<ListOrdersCommandOutput>;
278
- export declare const deserializeAws_restJson1ListOutpostsCommand: (
278
+ export declare const de_ListOutpostsCommand: (
279
279
  output: __HttpResponse,
280
280
  context: __SerdeContext
281
281
  ) => Promise<ListOutpostsCommandOutput>;
282
- export declare const deserializeAws_restJson1ListSitesCommand: (
282
+ export declare const de_ListSitesCommand: (
283
283
  output: __HttpResponse,
284
284
  context: __SerdeContext
285
285
  ) => Promise<ListSitesCommandOutput>;
286
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
286
+ export declare const de_ListTagsForResourceCommand: (
287
287
  output: __HttpResponse,
288
288
  context: __SerdeContext
289
289
  ) => Promise<ListTagsForResourceCommandOutput>;
290
- export declare const deserializeAws_restJson1StartConnectionCommand: (
290
+ export declare const de_StartConnectionCommand: (
291
291
  output: __HttpResponse,
292
292
  context: __SerdeContext
293
293
  ) => Promise<StartConnectionCommandOutput>;
294
- export declare const deserializeAws_restJson1TagResourceCommand: (
294
+ export declare const de_TagResourceCommand: (
295
295
  output: __HttpResponse,
296
296
  context: __SerdeContext
297
297
  ) => Promise<TagResourceCommandOutput>;
298
- export declare const deserializeAws_restJson1UntagResourceCommand: (
298
+ export declare const de_UntagResourceCommand: (
299
299
  output: __HttpResponse,
300
300
  context: __SerdeContext
301
301
  ) => Promise<UntagResourceCommandOutput>;
302
- export declare const deserializeAws_restJson1UpdateOutpostCommand: (
302
+ export declare const de_UpdateOutpostCommand: (
303
303
  output: __HttpResponse,
304
304
  context: __SerdeContext
305
305
  ) => Promise<UpdateOutpostCommandOutput>;
306
- export declare const deserializeAws_restJson1UpdateSiteCommand: (
306
+ export declare const de_UpdateSiteCommand: (
307
307
  output: __HttpResponse,
308
308
  context: __SerdeContext
309
309
  ) => Promise<UpdateSiteCommandOutput>;
310
- export declare const deserializeAws_restJson1UpdateSiteAddressCommand: (
310
+ export declare const de_UpdateSiteAddressCommand: (
311
311
  output: __HttpResponse,
312
312
  context: __SerdeContext
313
313
  ) => Promise<UpdateSiteAddressCommandOutput>;
314
- export declare const deserializeAws_restJson1UpdateSiteRackPhysicalPropertiesCommand: (
314
+ export declare const de_UpdateSiteRackPhysicalPropertiesCommand: (
315
315
  output: __HttpResponse,
316
316
  context: __SerdeContext
317
317
  ) => Promise<UpdateSiteRackPhysicalPropertiesCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-outposts",
3
3
  "description": "AWS SDK for JavaScript Outposts Client for Node.js, Browser and React Native",
4
- "version": "3.303.0",
4
+ "version": "3.309.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,37 +21,37 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.303.0",
25
- "@aws-sdk/config-resolver": "3.303.0",
26
- "@aws-sdk/credential-provider-node": "3.303.0",
27
- "@aws-sdk/fetch-http-handler": "3.303.0",
28
- "@aws-sdk/hash-node": "3.303.0",
29
- "@aws-sdk/invalid-dependency": "3.303.0",
30
- "@aws-sdk/middleware-content-length": "3.303.0",
31
- "@aws-sdk/middleware-endpoint": "3.303.0",
32
- "@aws-sdk/middleware-host-header": "3.303.0",
33
- "@aws-sdk/middleware-logger": "3.303.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.303.0",
35
- "@aws-sdk/middleware-retry": "3.303.0",
36
- "@aws-sdk/middleware-serde": "3.303.0",
37
- "@aws-sdk/middleware-signing": "3.303.0",
38
- "@aws-sdk/middleware-stack": "3.303.0",
39
- "@aws-sdk/middleware-user-agent": "3.303.0",
40
- "@aws-sdk/node-config-provider": "3.303.0",
41
- "@aws-sdk/node-http-handler": "3.303.0",
42
- "@aws-sdk/protocol-http": "3.303.0",
43
- "@aws-sdk/smithy-client": "3.303.0",
44
- "@aws-sdk/types": "3.303.0",
45
- "@aws-sdk/url-parser": "3.303.0",
24
+ "@aws-sdk/client-sts": "3.309.0",
25
+ "@aws-sdk/config-resolver": "3.306.0",
26
+ "@aws-sdk/credential-provider-node": "3.309.0",
27
+ "@aws-sdk/fetch-http-handler": "3.306.0",
28
+ "@aws-sdk/hash-node": "3.306.0",
29
+ "@aws-sdk/invalid-dependency": "3.306.0",
30
+ "@aws-sdk/middleware-content-length": "3.306.0",
31
+ "@aws-sdk/middleware-endpoint": "3.306.0",
32
+ "@aws-sdk/middleware-host-header": "3.306.0",
33
+ "@aws-sdk/middleware-logger": "3.306.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.306.0",
35
+ "@aws-sdk/middleware-retry": "3.306.0",
36
+ "@aws-sdk/middleware-serde": "3.306.0",
37
+ "@aws-sdk/middleware-signing": "3.306.0",
38
+ "@aws-sdk/middleware-stack": "3.306.0",
39
+ "@aws-sdk/middleware-user-agent": "3.306.0",
40
+ "@aws-sdk/node-config-provider": "3.306.0",
41
+ "@aws-sdk/node-http-handler": "3.306.0",
42
+ "@aws-sdk/protocol-http": "3.306.0",
43
+ "@aws-sdk/smithy-client": "3.309.0",
44
+ "@aws-sdk/types": "3.306.0",
45
+ "@aws-sdk/url-parser": "3.306.0",
46
46
  "@aws-sdk/util-base64": "3.303.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.303.0",
48
48
  "@aws-sdk/util-body-length-node": "3.303.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.303.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.303.0",
51
- "@aws-sdk/util-endpoints": "3.303.0",
52
- "@aws-sdk/util-retry": "3.303.0",
53
- "@aws-sdk/util-user-agent-browser": "3.303.0",
54
- "@aws-sdk/util-user-agent-node": "3.303.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.309.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.309.0",
51
+ "@aws-sdk/util-endpoints": "3.306.0",
52
+ "@aws-sdk/util-retry": "3.306.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.306.0",
54
+ "@aws-sdk/util-user-agent-node": "3.306.0",
55
55
  "@aws-sdk/util-utf8": "3.303.0",
56
56
  "tslib": "^2.5.0"
57
57
  },