@aws-sdk/client-groundstation 3.362.0 → 3.369.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 (189) hide show
  1. package/dist-cjs/GroundStation.js +1 -1
  2. package/dist-cjs/GroundStationClient.js +5 -5
  3. package/dist-cjs/commands/CancelContactCommand.js +3 -3
  4. package/dist-cjs/commands/CreateConfigCommand.js +3 -3
  5. package/dist-cjs/commands/CreateDataflowEndpointGroupCommand.js +3 -3
  6. package/dist-cjs/commands/CreateEphemerisCommand.js +3 -3
  7. package/dist-cjs/commands/CreateMissionProfileCommand.js +3 -3
  8. package/dist-cjs/commands/DeleteConfigCommand.js +3 -3
  9. package/dist-cjs/commands/DeleteDataflowEndpointGroupCommand.js +3 -3
  10. package/dist-cjs/commands/DeleteEphemerisCommand.js +3 -3
  11. package/dist-cjs/commands/DeleteMissionProfileCommand.js +3 -3
  12. package/dist-cjs/commands/DescribeContactCommand.js +3 -3
  13. package/dist-cjs/commands/DescribeEphemerisCommand.js +3 -3
  14. package/dist-cjs/commands/GetAgentConfigurationCommand.js +3 -3
  15. package/dist-cjs/commands/GetConfigCommand.js +3 -3
  16. package/dist-cjs/commands/GetDataflowEndpointGroupCommand.js +3 -3
  17. package/dist-cjs/commands/GetMinuteUsageCommand.js +3 -3
  18. package/dist-cjs/commands/GetMissionProfileCommand.js +3 -3
  19. package/dist-cjs/commands/GetSatelliteCommand.js +3 -3
  20. package/dist-cjs/commands/ListConfigsCommand.js +3 -3
  21. package/dist-cjs/commands/ListContactsCommand.js +3 -3
  22. package/dist-cjs/commands/ListDataflowEndpointGroupsCommand.js +3 -3
  23. package/dist-cjs/commands/ListEphemeridesCommand.js +3 -3
  24. package/dist-cjs/commands/ListGroundStationsCommand.js +3 -3
  25. package/dist-cjs/commands/ListMissionProfilesCommand.js +3 -3
  26. package/dist-cjs/commands/ListSatellitesCommand.js +3 -3
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  28. package/dist-cjs/commands/RegisterAgentCommand.js +3 -3
  29. package/dist-cjs/commands/ReserveContactCommand.js +3 -3
  30. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  31. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  32. package/dist-cjs/commands/UpdateAgentStatusCommand.js +3 -3
  33. package/dist-cjs/commands/UpdateConfigCommand.js +3 -3
  34. package/dist-cjs/commands/UpdateEphemerisCommand.js +3 -3
  35. package/dist-cjs/commands/UpdateMissionProfileCommand.js +3 -3
  36. package/dist-cjs/models/GroundStationServiceException.js +1 -1
  37. package/dist-cjs/protocols/Aws_restJson1.js +1 -1
  38. package/dist-cjs/runtimeConfig.browser.js +7 -7
  39. package/dist-cjs/runtimeConfig.js +10 -10
  40. package/dist-cjs/runtimeConfig.shared.js +4 -4
  41. package/dist-cjs/waiters/waitForContactScheduled.js +1 -1
  42. package/dist-es/GroundStation.js +1 -1
  43. package/dist-es/GroundStationClient.js +5 -5
  44. package/dist-es/commands/CancelContactCommand.js +3 -3
  45. package/dist-es/commands/CreateConfigCommand.js +3 -3
  46. package/dist-es/commands/CreateDataflowEndpointGroupCommand.js +3 -3
  47. package/dist-es/commands/CreateEphemerisCommand.js +3 -3
  48. package/dist-es/commands/CreateMissionProfileCommand.js +3 -3
  49. package/dist-es/commands/DeleteConfigCommand.js +3 -3
  50. package/dist-es/commands/DeleteDataflowEndpointGroupCommand.js +3 -3
  51. package/dist-es/commands/DeleteEphemerisCommand.js +3 -3
  52. package/dist-es/commands/DeleteMissionProfileCommand.js +3 -3
  53. package/dist-es/commands/DescribeContactCommand.js +3 -3
  54. package/dist-es/commands/DescribeEphemerisCommand.js +3 -3
  55. package/dist-es/commands/GetAgentConfigurationCommand.js +3 -3
  56. package/dist-es/commands/GetConfigCommand.js +3 -3
  57. package/dist-es/commands/GetDataflowEndpointGroupCommand.js +3 -3
  58. package/dist-es/commands/GetMinuteUsageCommand.js +3 -3
  59. package/dist-es/commands/GetMissionProfileCommand.js +3 -3
  60. package/dist-es/commands/GetSatelliteCommand.js +3 -3
  61. package/dist-es/commands/ListConfigsCommand.js +3 -3
  62. package/dist-es/commands/ListContactsCommand.js +3 -3
  63. package/dist-es/commands/ListDataflowEndpointGroupsCommand.js +3 -3
  64. package/dist-es/commands/ListEphemeridesCommand.js +3 -3
  65. package/dist-es/commands/ListGroundStationsCommand.js +3 -3
  66. package/dist-es/commands/ListMissionProfilesCommand.js +3 -3
  67. package/dist-es/commands/ListSatellitesCommand.js +3 -3
  68. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  69. package/dist-es/commands/RegisterAgentCommand.js +3 -3
  70. package/dist-es/commands/ReserveContactCommand.js +3 -3
  71. package/dist-es/commands/TagResourceCommand.js +3 -3
  72. package/dist-es/commands/UntagResourceCommand.js +3 -3
  73. package/dist-es/commands/UpdateAgentStatusCommand.js +3 -3
  74. package/dist-es/commands/UpdateConfigCommand.js +3 -3
  75. package/dist-es/commands/UpdateEphemerisCommand.js +3 -3
  76. package/dist-es/commands/UpdateMissionProfileCommand.js +3 -3
  77. package/dist-es/models/GroundStationServiceException.js +1 -1
  78. package/dist-es/protocols/Aws_restJson1.js +1 -1
  79. package/dist-es/runtimeConfig.browser.js +7 -7
  80. package/dist-es/runtimeConfig.js +10 -10
  81. package/dist-es/runtimeConfig.shared.js +4 -4
  82. package/dist-es/waiters/waitForContactScheduled.js +1 -1
  83. package/dist-types/GroundStation.d.ts +1 -1
  84. package/dist-types/GroundStationClient.d.ts +8 -8
  85. package/dist-types/commands/CancelContactCommand.d.ts +3 -3
  86. package/dist-types/commands/CreateConfigCommand.d.ts +3 -3
  87. package/dist-types/commands/CreateDataflowEndpointGroupCommand.d.ts +3 -3
  88. package/dist-types/commands/CreateEphemerisCommand.d.ts +3 -3
  89. package/dist-types/commands/CreateMissionProfileCommand.d.ts +3 -3
  90. package/dist-types/commands/DeleteConfigCommand.d.ts +3 -3
  91. package/dist-types/commands/DeleteDataflowEndpointGroupCommand.d.ts +3 -3
  92. package/dist-types/commands/DeleteEphemerisCommand.d.ts +3 -3
  93. package/dist-types/commands/DeleteMissionProfileCommand.d.ts +3 -3
  94. package/dist-types/commands/DescribeContactCommand.d.ts +3 -3
  95. package/dist-types/commands/DescribeEphemerisCommand.d.ts +3 -3
  96. package/dist-types/commands/GetAgentConfigurationCommand.d.ts +3 -3
  97. package/dist-types/commands/GetConfigCommand.d.ts +3 -3
  98. package/dist-types/commands/GetDataflowEndpointGroupCommand.d.ts +3 -3
  99. package/dist-types/commands/GetMinuteUsageCommand.d.ts +3 -3
  100. package/dist-types/commands/GetMissionProfileCommand.d.ts +3 -3
  101. package/dist-types/commands/GetSatelliteCommand.d.ts +3 -3
  102. package/dist-types/commands/ListConfigsCommand.d.ts +3 -3
  103. package/dist-types/commands/ListContactsCommand.d.ts +3 -3
  104. package/dist-types/commands/ListDataflowEndpointGroupsCommand.d.ts +3 -3
  105. package/dist-types/commands/ListEphemeridesCommand.d.ts +3 -3
  106. package/dist-types/commands/ListGroundStationsCommand.d.ts +3 -3
  107. package/dist-types/commands/ListMissionProfilesCommand.d.ts +3 -3
  108. package/dist-types/commands/ListSatellitesCommand.d.ts +3 -3
  109. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  110. package/dist-types/commands/RegisterAgentCommand.d.ts +3 -3
  111. package/dist-types/commands/ReserveContactCommand.d.ts +3 -3
  112. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  113. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  114. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +3 -3
  115. package/dist-types/commands/UpdateConfigCommand.d.ts +3 -3
  116. package/dist-types/commands/UpdateEphemerisCommand.d.ts +3 -3
  117. package/dist-types/commands/UpdateMissionProfileCommand.d.ts +3 -3
  118. package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
  119. package/dist-types/endpoint/endpointResolver.d.ts +1 -1
  120. package/dist-types/endpoint/ruleset.d.ts +1 -1
  121. package/dist-types/models/GroundStationServiceException.d.ts +1 -1
  122. package/dist-types/models/models_0.d.ts +1 -1
  123. package/dist-types/pagination/Interfaces.d.ts +1 -1
  124. package/dist-types/pagination/ListConfigsPaginator.d.ts +1 -1
  125. package/dist-types/pagination/ListContactsPaginator.d.ts +1 -1
  126. package/dist-types/pagination/ListDataflowEndpointGroupsPaginator.d.ts +1 -1
  127. package/dist-types/pagination/ListEphemeridesPaginator.d.ts +1 -1
  128. package/dist-types/pagination/ListGroundStationsPaginator.d.ts +1 -1
  129. package/dist-types/pagination/ListMissionProfilesPaginator.d.ts +1 -1
  130. package/dist-types/pagination/ListSatellitesPaginator.d.ts +1 -1
  131. package/dist-types/runtimeConfig.browser.d.ts +20 -20
  132. package/dist-types/runtimeConfig.d.ts +20 -20
  133. package/dist-types/runtimeConfig.native.d.ts +19 -19
  134. package/dist-types/runtimeConfig.shared.d.ts +4 -4
  135. package/dist-types/ts3.4/GroundStation.d.ts +1 -1
  136. package/dist-types/ts3.4/GroundStationClient.d.ts +19 -21
  137. package/dist-types/ts3.4/commands/CancelContactCommand.d.ts +3 -3
  138. package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +3 -3
  139. package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +3 -3
  140. package/dist-types/ts3.4/commands/CreateEphemerisCommand.d.ts +3 -3
  141. package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +3 -3
  142. package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +3 -3
  143. package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +3 -3
  144. package/dist-types/ts3.4/commands/DeleteEphemerisCommand.d.ts +3 -3
  145. package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +3 -3
  146. package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +3 -3
  147. package/dist-types/ts3.4/commands/DescribeEphemerisCommand.d.ts +3 -3
  148. package/dist-types/ts3.4/commands/GetAgentConfigurationCommand.d.ts +3 -3
  149. package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +3 -3
  150. package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +3 -3
  151. package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +3 -3
  152. package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +3 -3
  153. package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +3 -3
  154. package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +3 -3
  155. package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +3 -3
  156. package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +3 -3
  157. package/dist-types/ts3.4/commands/ListEphemeridesCommand.d.ts +3 -3
  158. package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +3 -3
  159. package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +3 -3
  160. package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +3 -3
  161. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
  162. package/dist-types/ts3.4/commands/RegisterAgentCommand.d.ts +3 -3
  163. package/dist-types/ts3.4/commands/ReserveContactCommand.d.ts +3 -3
  164. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -3
  165. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
  166. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +3 -3
  167. package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +3 -3
  168. package/dist-types/ts3.4/commands/UpdateEphemerisCommand.d.ts +3 -3
  169. package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.d.ts +3 -3
  170. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
  171. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  172. package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
  173. package/dist-types/ts3.4/models/GroundStationServiceException.d.ts +1 -1
  174. package/dist-types/ts3.4/models/models_0.d.ts +1 -1
  175. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
  176. package/dist-types/ts3.4/pagination/ListConfigsPaginator.d.ts +1 -1
  177. package/dist-types/ts3.4/pagination/ListContactsPaginator.d.ts +1 -1
  178. package/dist-types/ts3.4/pagination/ListDataflowEndpointGroupsPaginator.d.ts +1 -1
  179. package/dist-types/ts3.4/pagination/ListEphemeridesPaginator.d.ts +1 -1
  180. package/dist-types/ts3.4/pagination/ListGroundStationsPaginator.d.ts +1 -1
  181. package/dist-types/ts3.4/pagination/ListMissionProfilesPaginator.d.ts +1 -1
  182. package/dist-types/ts3.4/pagination/ListSatellitesPaginator.d.ts +1 -1
  183. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -40
  184. package/dist-types/ts3.4/runtimeConfig.d.ts +35 -37
  185. package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -38
  186. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  187. package/dist-types/ts3.4/waiters/waitForContactScheduled.d.ts +1 -1
  188. package/dist-types/waiters/waitForContactScheduled.d.ts +1 -1
  189. package/package.json +35 -34
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GroundStation = void 0;
4
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
5
  const CancelContactCommand_1 = require("./commands/CancelContactCommand");
6
6
  const CreateConfigCommand_1 = require("./commands/CreateConfigCommand");
7
7
  const CreateDataflowEndpointGroupCommand_1 = require("./commands/CreateDataflowEndpointGroupCommand");
@@ -1,16 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GroundStationClient = exports.__Client = void 0;
4
- const config_resolver_1 = require("@aws-sdk/config-resolver");
5
- const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
7
4
  const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
8
5
  const middleware_logger_1 = require("@aws-sdk/middleware-logger");
9
6
  const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
10
- const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
7
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
8
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
- const smithy_client_1 = require("@aws-sdk/smithy-client");
9
+ const config_resolver_1 = require("@smithy/config-resolver");
10
+ const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
+ const middleware_retry_1 = require("@smithy/middleware-retry");
13
+ const smithy_client_1 = require("@smithy/smithy-client");
14
14
  Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
16
  const runtimeConfig_1 = require("./runtimeConfig");
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CancelContactCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class CancelContactCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateConfigCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class CreateConfigCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateDataflowEndpointGroupCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class CreateDataflowEndpointGroupCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateEphemerisCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class CreateEphemerisCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateMissionProfileCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class CreateMissionProfileCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteConfigCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class DeleteConfigCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteDataflowEndpointGroupCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class DeleteDataflowEndpointGroupCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteEphemerisCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class DeleteEphemerisCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteMissionProfileCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class DeleteMissionProfileCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeContactCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class DescribeContactCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeEphemerisCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class DescribeEphemerisCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetAgentConfigurationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class GetAgentConfigurationCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetConfigCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class GetConfigCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetDataflowEndpointGroupCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class GetDataflowEndpointGroupCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetMinuteUsageCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class GetMinuteUsageCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetMissionProfileCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class GetMissionProfileCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetSatelliteCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class GetSatelliteCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListConfigsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ListConfigsCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListContactsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ListContactsCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListDataflowEndpointGroupsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ListDataflowEndpointGroupsCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListEphemeridesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ListEphemeridesCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListGroundStationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ListGroundStationsCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListMissionProfilesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ListMissionProfilesCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListSatellitesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ListSatellitesCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ListTagsForResourceCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RegisterAgentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class RegisterAgentCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ReserveContactCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ReserveContactCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class TagResourceCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UntagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UntagResourceCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateAgentStatusCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UpdateAgentStatusCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateConfigCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UpdateConfigCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateEphemerisCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UpdateEphemerisCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateMissionProfileCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UpdateMissionProfileCommand extends smithy_client_1.Command {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GroundStationServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
5
  Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
6
  class GroundStationServiceException extends smithy_client_1.ServiceException {
7
7
  constructor(options) {
@@ -2,8 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.de_GetSatelliteCommand = exports.de_GetMissionProfileCommand = exports.de_GetMinuteUsageCommand = exports.de_GetDataflowEndpointGroupCommand = exports.de_GetConfigCommand = exports.de_GetAgentConfigurationCommand = exports.de_DescribeEphemerisCommand = exports.de_DescribeContactCommand = exports.de_DeleteMissionProfileCommand = exports.de_DeleteEphemerisCommand = exports.de_DeleteDataflowEndpointGroupCommand = exports.de_DeleteConfigCommand = exports.de_CreateMissionProfileCommand = exports.de_CreateEphemerisCommand = exports.de_CreateDataflowEndpointGroupCommand = exports.de_CreateConfigCommand = exports.de_CancelContactCommand = exports.se_UpdateMissionProfileCommand = exports.se_UpdateEphemerisCommand = exports.se_UpdateConfigCommand = exports.se_UpdateAgentStatusCommand = exports.se_UntagResourceCommand = exports.se_TagResourceCommand = exports.se_ReserveContactCommand = exports.se_RegisterAgentCommand = exports.se_ListTagsForResourceCommand = exports.se_ListSatellitesCommand = exports.se_ListMissionProfilesCommand = exports.se_ListGroundStationsCommand = exports.se_ListEphemeridesCommand = exports.se_ListDataflowEndpointGroupsCommand = exports.se_ListContactsCommand = exports.se_ListConfigsCommand = exports.se_GetSatelliteCommand = exports.se_GetMissionProfileCommand = exports.se_GetMinuteUsageCommand = exports.se_GetDataflowEndpointGroupCommand = exports.se_GetConfigCommand = exports.se_GetAgentConfigurationCommand = exports.se_DescribeEphemerisCommand = exports.se_DescribeContactCommand = exports.se_DeleteMissionProfileCommand = exports.se_DeleteEphemerisCommand = exports.se_DeleteDataflowEndpointGroupCommand = exports.se_DeleteConfigCommand = exports.se_CreateMissionProfileCommand = exports.se_CreateEphemerisCommand = exports.se_CreateDataflowEndpointGroupCommand = exports.se_CreateConfigCommand = exports.se_CancelContactCommand = void 0;
4
4
  exports.de_UpdateMissionProfileCommand = exports.de_UpdateEphemerisCommand = exports.de_UpdateConfigCommand = exports.de_UpdateAgentStatusCommand = exports.de_UntagResourceCommand = exports.de_TagResourceCommand = exports.de_ReserveContactCommand = exports.de_RegisterAgentCommand = exports.de_ListTagsForResourceCommand = exports.de_ListSatellitesCommand = exports.de_ListMissionProfilesCommand = exports.de_ListGroundStationsCommand = exports.de_ListEphemeridesCommand = exports.de_ListDataflowEndpointGroupsCommand = exports.de_ListContactsCommand = exports.de_ListConfigsCommand = void 0;
5
- const smithy_client_1 = require("@aws-sdk/smithy-client");
6
5
  const protocol_http_1 = require("@smithy/protocol-http");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  const GroundStationServiceException_1 = require("../models/GroundStationServiceException");
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const se_CancelContactCommand = async (input, context) => {
@@ -4,15 +4,15 @@ exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
6
  const sha256_browser_1 = require("@aws-crypto/sha256-browser");
7
- const config_resolver_1 = require("@aws-sdk/config-resolver");
8
- const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
9
- const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
10
- const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
11
- const util_retry_1 = require("@aws-sdk/util-retry");
12
7
  const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
8
+ const config_resolver_1 = require("@smithy/config-resolver");
9
+ const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
10
+ const invalid_dependency_1 = require("@smithy/invalid-dependency");
11
+ const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
12
+ const util_retry_1 = require("@smithy/util-retry");
13
13
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
14
- const smithy_client_1 = require("@aws-sdk/smithy-client");
15
- const util_defaults_mode_browser_1 = require("@aws-sdk/util-defaults-mode-browser");
14
+ const smithy_client_1 = require("@smithy/smithy-client");
15
+ const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
16
16
  const getRuntimeConfig = (config) => {
17
17
  const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
18
18
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
@@ -4,19 +4,19 @@ exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
6
  const client_sts_1 = require("@aws-sdk/client-sts");
7
- const config_resolver_1 = require("@aws-sdk/config-resolver");
8
7
  const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
9
- const hash_node_1 = require("@aws-sdk/hash-node");
10
- const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
- const node_config_provider_1 = require("@aws-sdk/node-config-provider");
12
- const node_http_handler_1 = require("@aws-sdk/node-http-handler");
13
- const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
14
- const util_retry_1 = require("@aws-sdk/util-retry");
15
8
  const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
9
+ const config_resolver_1 = require("@smithy/config-resolver");
10
+ const hash_node_1 = require("@smithy/hash-node");
11
+ const middleware_retry_1 = require("@smithy/middleware-retry");
12
+ const node_config_provider_1 = require("@smithy/node-config-provider");
13
+ const node_http_handler_1 = require("@smithy/node-http-handler");
14
+ const util_body_length_node_1 = require("@smithy/util-body-length-node");
15
+ const util_retry_1 = require("@smithy/util-retry");
16
16
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
17
- const smithy_client_1 = require("@aws-sdk/smithy-client");
18
- const util_defaults_mode_node_1 = require("@aws-sdk/util-defaults-mode-node");
19
- const smithy_client_2 = require("@aws-sdk/smithy-client");
17
+ const smithy_client_1 = require("@smithy/smithy-client");
18
+ const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
19
+ const smithy_client_2 = require("@smithy/smithy-client");
20
20
  const getRuntimeConfig = (config) => {
21
21
  (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
22
22
  const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);