@aws-sdk/client-groundstation 3.306.0 → 3.310.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 (71) hide show
  1. package/dist-cjs/commands/CancelContactCommand.js +2 -2
  2. package/dist-cjs/commands/CreateConfigCommand.js +2 -2
  3. package/dist-cjs/commands/CreateDataflowEndpointGroupCommand.js +2 -2
  4. package/dist-cjs/commands/CreateEphemerisCommand.js +2 -2
  5. package/dist-cjs/commands/CreateMissionProfileCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteConfigCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteDataflowEndpointGroupCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteEphemerisCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteMissionProfileCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeContactCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeEphemerisCommand.js +2 -2
  12. package/dist-cjs/commands/GetAgentConfigurationCommand.js +2 -2
  13. package/dist-cjs/commands/GetConfigCommand.js +2 -2
  14. package/dist-cjs/commands/GetDataflowEndpointGroupCommand.js +2 -2
  15. package/dist-cjs/commands/GetMinuteUsageCommand.js +2 -2
  16. package/dist-cjs/commands/GetMissionProfileCommand.js +2 -2
  17. package/dist-cjs/commands/GetSatelliteCommand.js +2 -2
  18. package/dist-cjs/commands/ListConfigsCommand.js +2 -2
  19. package/dist-cjs/commands/ListContactsCommand.js +2 -2
  20. package/dist-cjs/commands/ListDataflowEndpointGroupsCommand.js +2 -2
  21. package/dist-cjs/commands/ListEphemeridesCommand.js +2 -2
  22. package/dist-cjs/commands/ListGroundStationsCommand.js +2 -2
  23. package/dist-cjs/commands/ListMissionProfilesCommand.js +2 -2
  24. package/dist-cjs/commands/ListSatellitesCommand.js +2 -2
  25. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  26. package/dist-cjs/commands/RegisterAgentCommand.js +2 -2
  27. package/dist-cjs/commands/ReserveContactCommand.js +2 -2
  28. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  29. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateAgentStatusCommand.js +2 -2
  31. package/dist-cjs/commands/UpdateConfigCommand.js +2 -2
  32. package/dist-cjs/commands/UpdateEphemerisCommand.js +2 -2
  33. package/dist-cjs/commands/UpdateMissionProfileCommand.js +2 -2
  34. package/dist-cjs/protocols/Aws_restJson1.js +553 -629
  35. package/dist-es/commands/CancelContactCommand.js +3 -3
  36. package/dist-es/commands/CreateConfigCommand.js +3 -3
  37. package/dist-es/commands/CreateDataflowEndpointGroupCommand.js +3 -3
  38. package/dist-es/commands/CreateEphemerisCommand.js +3 -3
  39. package/dist-es/commands/CreateMissionProfileCommand.js +3 -3
  40. package/dist-es/commands/DeleteConfigCommand.js +3 -3
  41. package/dist-es/commands/DeleteDataflowEndpointGroupCommand.js +3 -3
  42. package/dist-es/commands/DeleteEphemerisCommand.js +3 -3
  43. package/dist-es/commands/DeleteMissionProfileCommand.js +3 -3
  44. package/dist-es/commands/DescribeContactCommand.js +3 -3
  45. package/dist-es/commands/DescribeEphemerisCommand.js +3 -3
  46. package/dist-es/commands/GetAgentConfigurationCommand.js +3 -3
  47. package/dist-es/commands/GetConfigCommand.js +3 -3
  48. package/dist-es/commands/GetDataflowEndpointGroupCommand.js +3 -3
  49. package/dist-es/commands/GetMinuteUsageCommand.js +3 -3
  50. package/dist-es/commands/GetMissionProfileCommand.js +3 -3
  51. package/dist-es/commands/GetSatelliteCommand.js +3 -3
  52. package/dist-es/commands/ListConfigsCommand.js +3 -3
  53. package/dist-es/commands/ListContactsCommand.js +3 -3
  54. package/dist-es/commands/ListDataflowEndpointGroupsCommand.js +3 -3
  55. package/dist-es/commands/ListEphemeridesCommand.js +3 -3
  56. package/dist-es/commands/ListGroundStationsCommand.js +3 -3
  57. package/dist-es/commands/ListMissionProfilesCommand.js +3 -3
  58. package/dist-es/commands/ListSatellitesCommand.js +3 -3
  59. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  60. package/dist-es/commands/RegisterAgentCommand.js +3 -3
  61. package/dist-es/commands/ReserveContactCommand.js +3 -3
  62. package/dist-es/commands/TagResourceCommand.js +3 -3
  63. package/dist-es/commands/UntagResourceCommand.js +3 -3
  64. package/dist-es/commands/UpdateAgentStatusCommand.js +3 -3
  65. package/dist-es/commands/UpdateConfigCommand.js +3 -3
  66. package/dist-es/commands/UpdateEphemerisCommand.js +3 -3
  67. package/dist-es/commands/UpdateMissionProfileCommand.js +3 -3
  68. package/dist-es/protocols/Aws_restJson1.js +485 -561
  69. package/dist-types/protocols/Aws_restJson1.d.ts +264 -66
  70. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +66 -66
  71. package/package.json +36 -36
@@ -33,69 +33,267 @@ import { UpdateAgentStatusCommandInput, UpdateAgentStatusCommandOutput } from ".
33
33
  import { UpdateConfigCommandInput, UpdateConfigCommandOutput } from "../commands/UpdateConfigCommand";
34
34
  import { UpdateEphemerisCommandInput, UpdateEphemerisCommandOutput } from "../commands/UpdateEphemerisCommand";
35
35
  import { UpdateMissionProfileCommandInput, UpdateMissionProfileCommandOutput } from "../commands/UpdateMissionProfileCommand";
36
- export declare const serializeAws_restJson1CancelContactCommand: (input: CancelContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1CreateConfigCommand: (input: CreateConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1CreateDataflowEndpointGroupCommand: (input: CreateDataflowEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1CreateEphemerisCommand: (input: CreateEphemerisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1CreateMissionProfileCommand: (input: CreateMissionProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1DeleteConfigCommand: (input: DeleteConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1DeleteDataflowEndpointGroupCommand: (input: DeleteDataflowEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1DeleteEphemerisCommand: (input: DeleteEphemerisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1DeleteMissionProfileCommand: (input: DeleteMissionProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1DescribeContactCommand: (input: DescribeContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1DescribeEphemerisCommand: (input: DescribeEphemerisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1GetAgentConfigurationCommand: (input: GetAgentConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1GetConfigCommand: (input: GetConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1GetDataflowEndpointGroupCommand: (input: GetDataflowEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1GetMinuteUsageCommand: (input: GetMinuteUsageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1GetMissionProfileCommand: (input: GetMissionProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1GetSatelliteCommand: (input: GetSatelliteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1ListConfigsCommand: (input: ListConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1ListContactsCommand: (input: ListContactsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1ListDataflowEndpointGroupsCommand: (input: ListDataflowEndpointGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1ListEphemeridesCommand: (input: ListEphemeridesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1ListGroundStationsCommand: (input: ListGroundStationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1ListMissionProfilesCommand: (input: ListMissionProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1ListSatellitesCommand: (input: ListSatellitesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1RegisterAgentCommand: (input: RegisterAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1ReserveContactCommand: (input: ReserveContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1UpdateAgentStatusCommand: (input: UpdateAgentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1UpdateConfigCommand: (input: UpdateConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_restJson1UpdateEphemerisCommand: (input: UpdateEphemerisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_restJson1UpdateMissionProfileCommand: (input: UpdateMissionProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const deserializeAws_restJson1CancelContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelContactCommandOutput>;
70
- export declare const deserializeAws_restJson1CreateConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfigCommandOutput>;
71
- export declare const deserializeAws_restJson1CreateDataflowEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataflowEndpointGroupCommandOutput>;
72
- export declare const deserializeAws_restJson1CreateEphemerisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEphemerisCommandOutput>;
73
- export declare const deserializeAws_restJson1CreateMissionProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMissionProfileCommandOutput>;
74
- export declare const deserializeAws_restJson1DeleteConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfigCommandOutput>;
75
- export declare const deserializeAws_restJson1DeleteDataflowEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataflowEndpointGroupCommandOutput>;
76
- export declare const deserializeAws_restJson1DeleteEphemerisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEphemerisCommandOutput>;
77
- export declare const deserializeAws_restJson1DeleteMissionProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMissionProfileCommandOutput>;
78
- export declare const deserializeAws_restJson1DescribeContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeContactCommandOutput>;
79
- export declare const deserializeAws_restJson1DescribeEphemerisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEphemerisCommandOutput>;
80
- export declare const deserializeAws_restJson1GetAgentConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAgentConfigurationCommandOutput>;
81
- export declare const deserializeAws_restJson1GetConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfigCommandOutput>;
82
- export declare const deserializeAws_restJson1GetDataflowEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataflowEndpointGroupCommandOutput>;
83
- export declare const deserializeAws_restJson1GetMinuteUsageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMinuteUsageCommandOutput>;
84
- export declare const deserializeAws_restJson1GetMissionProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMissionProfileCommandOutput>;
85
- export declare const deserializeAws_restJson1GetSatelliteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSatelliteCommandOutput>;
86
- export declare const deserializeAws_restJson1ListConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfigsCommandOutput>;
87
- export declare const deserializeAws_restJson1ListContactsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContactsCommandOutput>;
88
- export declare const deserializeAws_restJson1ListDataflowEndpointGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataflowEndpointGroupsCommandOutput>;
89
- export declare const deserializeAws_restJson1ListEphemeridesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEphemeridesCommandOutput>;
90
- export declare const deserializeAws_restJson1ListGroundStationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroundStationsCommandOutput>;
91
- export declare const deserializeAws_restJson1ListMissionProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMissionProfilesCommandOutput>;
92
- export declare const deserializeAws_restJson1ListSatellitesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSatellitesCommandOutput>;
93
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
94
- export declare const deserializeAws_restJson1RegisterAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterAgentCommandOutput>;
95
- export declare const deserializeAws_restJson1ReserveContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReserveContactCommandOutput>;
96
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
97
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
98
- export declare const deserializeAws_restJson1UpdateAgentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAgentStatusCommandOutput>;
99
- export declare const deserializeAws_restJson1UpdateConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfigCommandOutput>;
100
- export declare const deserializeAws_restJson1UpdateEphemerisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEphemerisCommandOutput>;
101
- export declare const deserializeAws_restJson1UpdateMissionProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMissionProfileCommandOutput>;
36
+ /**
37
+ * serializeAws_restJson1CancelContactCommand
38
+ */
39
+ export declare const se_CancelContactCommand: (input: CancelContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
+ /**
41
+ * serializeAws_restJson1CreateConfigCommand
42
+ */
43
+ export declare const se_CreateConfigCommand: (input: CreateConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
+ /**
45
+ * serializeAws_restJson1CreateDataflowEndpointGroupCommand
46
+ */
47
+ export declare const se_CreateDataflowEndpointGroupCommand: (input: CreateDataflowEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
+ /**
49
+ * serializeAws_restJson1CreateEphemerisCommand
50
+ */
51
+ export declare const se_CreateEphemerisCommand: (input: CreateEphemerisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
+ /**
53
+ * serializeAws_restJson1CreateMissionProfileCommand
54
+ */
55
+ export declare const se_CreateMissionProfileCommand: (input: CreateMissionProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
+ /**
57
+ * serializeAws_restJson1DeleteConfigCommand
58
+ */
59
+ export declare const se_DeleteConfigCommand: (input: DeleteConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
+ /**
61
+ * serializeAws_restJson1DeleteDataflowEndpointGroupCommand
62
+ */
63
+ export declare const se_DeleteDataflowEndpointGroupCommand: (input: DeleteDataflowEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
+ /**
65
+ * serializeAws_restJson1DeleteEphemerisCommand
66
+ */
67
+ export declare const se_DeleteEphemerisCommand: (input: DeleteEphemerisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
+ /**
69
+ * serializeAws_restJson1DeleteMissionProfileCommand
70
+ */
71
+ export declare const se_DeleteMissionProfileCommand: (input: DeleteMissionProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
+ /**
73
+ * serializeAws_restJson1DescribeContactCommand
74
+ */
75
+ export declare const se_DescribeContactCommand: (input: DescribeContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
+ /**
77
+ * serializeAws_restJson1DescribeEphemerisCommand
78
+ */
79
+ export declare const se_DescribeEphemerisCommand: (input: DescribeEphemerisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
+ /**
81
+ * serializeAws_restJson1GetAgentConfigurationCommand
82
+ */
83
+ export declare const se_GetAgentConfigurationCommand: (input: GetAgentConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
+ /**
85
+ * serializeAws_restJson1GetConfigCommand
86
+ */
87
+ export declare const se_GetConfigCommand: (input: GetConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
+ /**
89
+ * serializeAws_restJson1GetDataflowEndpointGroupCommand
90
+ */
91
+ export declare const se_GetDataflowEndpointGroupCommand: (input: GetDataflowEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
+ /**
93
+ * serializeAws_restJson1GetMinuteUsageCommand
94
+ */
95
+ export declare const se_GetMinuteUsageCommand: (input: GetMinuteUsageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
+ /**
97
+ * serializeAws_restJson1GetMissionProfileCommand
98
+ */
99
+ export declare const se_GetMissionProfileCommand: (input: GetMissionProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
+ /**
101
+ * serializeAws_restJson1GetSatelliteCommand
102
+ */
103
+ export declare const se_GetSatelliteCommand: (input: GetSatelliteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
+ /**
105
+ * serializeAws_restJson1ListConfigsCommand
106
+ */
107
+ export declare const se_ListConfigsCommand: (input: ListConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
+ /**
109
+ * serializeAws_restJson1ListContactsCommand
110
+ */
111
+ export declare const se_ListContactsCommand: (input: ListContactsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
+ /**
113
+ * serializeAws_restJson1ListDataflowEndpointGroupsCommand
114
+ */
115
+ export declare const se_ListDataflowEndpointGroupsCommand: (input: ListDataflowEndpointGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
+ /**
117
+ * serializeAws_restJson1ListEphemeridesCommand
118
+ */
119
+ export declare const se_ListEphemeridesCommand: (input: ListEphemeridesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
+ /**
121
+ * serializeAws_restJson1ListGroundStationsCommand
122
+ */
123
+ export declare const se_ListGroundStationsCommand: (input: ListGroundStationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
+ /**
125
+ * serializeAws_restJson1ListMissionProfilesCommand
126
+ */
127
+ export declare const se_ListMissionProfilesCommand: (input: ListMissionProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
+ /**
129
+ * serializeAws_restJson1ListSatellitesCommand
130
+ */
131
+ export declare const se_ListSatellitesCommand: (input: ListSatellitesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
+ /**
133
+ * serializeAws_restJson1ListTagsForResourceCommand
134
+ */
135
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
+ /**
137
+ * serializeAws_restJson1RegisterAgentCommand
138
+ */
139
+ export declare const se_RegisterAgentCommand: (input: RegisterAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
+ /**
141
+ * serializeAws_restJson1ReserveContactCommand
142
+ */
143
+ export declare const se_ReserveContactCommand: (input: ReserveContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
+ /**
145
+ * serializeAws_restJson1TagResourceCommand
146
+ */
147
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
+ /**
149
+ * serializeAws_restJson1UntagResourceCommand
150
+ */
151
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
+ /**
153
+ * serializeAws_restJson1UpdateAgentStatusCommand
154
+ */
155
+ export declare const se_UpdateAgentStatusCommand: (input: UpdateAgentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
+ /**
157
+ * serializeAws_restJson1UpdateConfigCommand
158
+ */
159
+ export declare const se_UpdateConfigCommand: (input: UpdateConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
+ /**
161
+ * serializeAws_restJson1UpdateEphemerisCommand
162
+ */
163
+ export declare const se_UpdateEphemerisCommand: (input: UpdateEphemerisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
+ /**
165
+ * serializeAws_restJson1UpdateMissionProfileCommand
166
+ */
167
+ export declare const se_UpdateMissionProfileCommand: (input: UpdateMissionProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
+ /**
169
+ * deserializeAws_restJson1CancelContactCommand
170
+ */
171
+ export declare const de_CancelContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelContactCommandOutput>;
172
+ /**
173
+ * deserializeAws_restJson1CreateConfigCommand
174
+ */
175
+ export declare const de_CreateConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfigCommandOutput>;
176
+ /**
177
+ * deserializeAws_restJson1CreateDataflowEndpointGroupCommand
178
+ */
179
+ export declare const de_CreateDataflowEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataflowEndpointGroupCommandOutput>;
180
+ /**
181
+ * deserializeAws_restJson1CreateEphemerisCommand
182
+ */
183
+ export declare const de_CreateEphemerisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEphemerisCommandOutput>;
184
+ /**
185
+ * deserializeAws_restJson1CreateMissionProfileCommand
186
+ */
187
+ export declare const de_CreateMissionProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMissionProfileCommandOutput>;
188
+ /**
189
+ * deserializeAws_restJson1DeleteConfigCommand
190
+ */
191
+ export declare const de_DeleteConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfigCommandOutput>;
192
+ /**
193
+ * deserializeAws_restJson1DeleteDataflowEndpointGroupCommand
194
+ */
195
+ export declare const de_DeleteDataflowEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataflowEndpointGroupCommandOutput>;
196
+ /**
197
+ * deserializeAws_restJson1DeleteEphemerisCommand
198
+ */
199
+ export declare const de_DeleteEphemerisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEphemerisCommandOutput>;
200
+ /**
201
+ * deserializeAws_restJson1DeleteMissionProfileCommand
202
+ */
203
+ export declare const de_DeleteMissionProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMissionProfileCommandOutput>;
204
+ /**
205
+ * deserializeAws_restJson1DescribeContactCommand
206
+ */
207
+ export declare const de_DescribeContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeContactCommandOutput>;
208
+ /**
209
+ * deserializeAws_restJson1DescribeEphemerisCommand
210
+ */
211
+ export declare const de_DescribeEphemerisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEphemerisCommandOutput>;
212
+ /**
213
+ * deserializeAws_restJson1GetAgentConfigurationCommand
214
+ */
215
+ export declare const de_GetAgentConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAgentConfigurationCommandOutput>;
216
+ /**
217
+ * deserializeAws_restJson1GetConfigCommand
218
+ */
219
+ export declare const de_GetConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfigCommandOutput>;
220
+ /**
221
+ * deserializeAws_restJson1GetDataflowEndpointGroupCommand
222
+ */
223
+ export declare const de_GetDataflowEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataflowEndpointGroupCommandOutput>;
224
+ /**
225
+ * deserializeAws_restJson1GetMinuteUsageCommand
226
+ */
227
+ export declare const de_GetMinuteUsageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMinuteUsageCommandOutput>;
228
+ /**
229
+ * deserializeAws_restJson1GetMissionProfileCommand
230
+ */
231
+ export declare const de_GetMissionProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMissionProfileCommandOutput>;
232
+ /**
233
+ * deserializeAws_restJson1GetSatelliteCommand
234
+ */
235
+ export declare const de_GetSatelliteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSatelliteCommandOutput>;
236
+ /**
237
+ * deserializeAws_restJson1ListConfigsCommand
238
+ */
239
+ export declare const de_ListConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfigsCommandOutput>;
240
+ /**
241
+ * deserializeAws_restJson1ListContactsCommand
242
+ */
243
+ export declare const de_ListContactsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContactsCommandOutput>;
244
+ /**
245
+ * deserializeAws_restJson1ListDataflowEndpointGroupsCommand
246
+ */
247
+ export declare const de_ListDataflowEndpointGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataflowEndpointGroupsCommandOutput>;
248
+ /**
249
+ * deserializeAws_restJson1ListEphemeridesCommand
250
+ */
251
+ export declare const de_ListEphemeridesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEphemeridesCommandOutput>;
252
+ /**
253
+ * deserializeAws_restJson1ListGroundStationsCommand
254
+ */
255
+ export declare const de_ListGroundStationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroundStationsCommandOutput>;
256
+ /**
257
+ * deserializeAws_restJson1ListMissionProfilesCommand
258
+ */
259
+ export declare const de_ListMissionProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMissionProfilesCommandOutput>;
260
+ /**
261
+ * deserializeAws_restJson1ListSatellitesCommand
262
+ */
263
+ export declare const de_ListSatellitesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSatellitesCommandOutput>;
264
+ /**
265
+ * deserializeAws_restJson1ListTagsForResourceCommand
266
+ */
267
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
268
+ /**
269
+ * deserializeAws_restJson1RegisterAgentCommand
270
+ */
271
+ export declare const de_RegisterAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterAgentCommandOutput>;
272
+ /**
273
+ * deserializeAws_restJson1ReserveContactCommand
274
+ */
275
+ export declare const de_ReserveContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReserveContactCommandOutput>;
276
+ /**
277
+ * deserializeAws_restJson1TagResourceCommand
278
+ */
279
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
280
+ /**
281
+ * deserializeAws_restJson1UntagResourceCommand
282
+ */
283
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
284
+ /**
285
+ * deserializeAws_restJson1UpdateAgentStatusCommand
286
+ */
287
+ export declare const de_UpdateAgentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAgentStatusCommandOutput>;
288
+ /**
289
+ * deserializeAws_restJson1UpdateConfigCommand
290
+ */
291
+ export declare const de_UpdateConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfigCommandOutput>;
292
+ /**
293
+ * deserializeAws_restJson1UpdateEphemerisCommand
294
+ */
295
+ export declare const de_UpdateEphemerisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEphemerisCommandOutput>;
296
+ /**
297
+ * deserializeAws_restJson1UpdateMissionProfileCommand
298
+ */
299
+ export declare const de_UpdateMissionProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMissionProfileCommandOutput>;