@aws-sdk/client-groundstation 3.337.0 → 3.338.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 (145) hide show
  1. package/dist-cjs/GroundStationClient.js +2 -1
  2. package/dist-cjs/commands/CancelContactCommand.js +2 -1
  3. package/dist-cjs/commands/CreateConfigCommand.js +2 -1
  4. package/dist-cjs/commands/CreateDataflowEndpointGroupCommand.js +2 -1
  5. package/dist-cjs/commands/CreateEphemerisCommand.js +2 -1
  6. package/dist-cjs/commands/CreateMissionProfileCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteConfigCommand.js +2 -1
  8. package/dist-cjs/commands/DeleteDataflowEndpointGroupCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteEphemerisCommand.js +2 -1
  10. package/dist-cjs/commands/DeleteMissionProfileCommand.js +2 -1
  11. package/dist-cjs/commands/DescribeContactCommand.js +2 -1
  12. package/dist-cjs/commands/DescribeEphemerisCommand.js +2 -1
  13. package/dist-cjs/commands/GetAgentConfigurationCommand.js +2 -1
  14. package/dist-cjs/commands/GetConfigCommand.js +2 -1
  15. package/dist-cjs/commands/GetDataflowEndpointGroupCommand.js +2 -1
  16. package/dist-cjs/commands/GetMinuteUsageCommand.js +2 -1
  17. package/dist-cjs/commands/GetMissionProfileCommand.js +2 -1
  18. package/dist-cjs/commands/GetSatelliteCommand.js +2 -1
  19. package/dist-cjs/commands/ListConfigsCommand.js +2 -1
  20. package/dist-cjs/commands/ListContactsCommand.js +2 -1
  21. package/dist-cjs/commands/ListDataflowEndpointGroupsCommand.js +2 -1
  22. package/dist-cjs/commands/ListEphemeridesCommand.js +2 -1
  23. package/dist-cjs/commands/ListGroundStationsCommand.js +2 -1
  24. package/dist-cjs/commands/ListMissionProfilesCommand.js +2 -1
  25. package/dist-cjs/commands/ListSatellitesCommand.js +2 -1
  26. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  27. package/dist-cjs/commands/RegisterAgentCommand.js +2 -1
  28. package/dist-cjs/commands/ReserveContactCommand.js +2 -1
  29. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  30. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  31. package/dist-cjs/commands/UpdateAgentStatusCommand.js +2 -1
  32. package/dist-cjs/commands/UpdateConfigCommand.js +2 -1
  33. package/dist-cjs/commands/UpdateEphemerisCommand.js +2 -1
  34. package/dist-cjs/commands/UpdateMissionProfileCommand.js +2 -1
  35. package/dist-cjs/index.js +2 -2
  36. package/dist-cjs/models/GroundStationServiceException.js +2 -1
  37. package/dist-es/GroundStationClient.js +1 -0
  38. package/dist-es/commands/CancelContactCommand.js +1 -0
  39. package/dist-es/commands/CreateConfigCommand.js +1 -0
  40. package/dist-es/commands/CreateDataflowEndpointGroupCommand.js +1 -0
  41. package/dist-es/commands/CreateEphemerisCommand.js +1 -0
  42. package/dist-es/commands/CreateMissionProfileCommand.js +1 -0
  43. package/dist-es/commands/DeleteConfigCommand.js +1 -0
  44. package/dist-es/commands/DeleteDataflowEndpointGroupCommand.js +1 -0
  45. package/dist-es/commands/DeleteEphemerisCommand.js +1 -0
  46. package/dist-es/commands/DeleteMissionProfileCommand.js +1 -0
  47. package/dist-es/commands/DescribeContactCommand.js +1 -0
  48. package/dist-es/commands/DescribeEphemerisCommand.js +1 -0
  49. package/dist-es/commands/GetAgentConfigurationCommand.js +1 -0
  50. package/dist-es/commands/GetConfigCommand.js +1 -0
  51. package/dist-es/commands/GetDataflowEndpointGroupCommand.js +1 -0
  52. package/dist-es/commands/GetMinuteUsageCommand.js +1 -0
  53. package/dist-es/commands/GetMissionProfileCommand.js +1 -0
  54. package/dist-es/commands/GetSatelliteCommand.js +1 -0
  55. package/dist-es/commands/ListConfigsCommand.js +1 -0
  56. package/dist-es/commands/ListContactsCommand.js +1 -0
  57. package/dist-es/commands/ListDataflowEndpointGroupsCommand.js +1 -0
  58. package/dist-es/commands/ListEphemeridesCommand.js +1 -0
  59. package/dist-es/commands/ListGroundStationsCommand.js +1 -0
  60. package/dist-es/commands/ListMissionProfilesCommand.js +1 -0
  61. package/dist-es/commands/ListSatellitesCommand.js +1 -0
  62. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  63. package/dist-es/commands/RegisterAgentCommand.js +1 -0
  64. package/dist-es/commands/ReserveContactCommand.js +1 -0
  65. package/dist-es/commands/TagResourceCommand.js +1 -0
  66. package/dist-es/commands/UntagResourceCommand.js +1 -0
  67. package/dist-es/commands/UpdateAgentStatusCommand.js +1 -0
  68. package/dist-es/commands/UpdateConfigCommand.js +1 -0
  69. package/dist-es/commands/UpdateEphemerisCommand.js +1 -0
  70. package/dist-es/commands/UpdateMissionProfileCommand.js +1 -0
  71. package/dist-es/index.js +2 -2
  72. package/dist-es/models/GroundStationServiceException.js +1 -0
  73. package/dist-types/GroundStationClient.d.ts +3 -3
  74. package/dist-types/commands/CancelContactCommand.d.ts +4 -0
  75. package/dist-types/commands/CreateConfigCommand.d.ts +4 -0
  76. package/dist-types/commands/CreateDataflowEndpointGroupCommand.d.ts +4 -0
  77. package/dist-types/commands/CreateEphemerisCommand.d.ts +4 -0
  78. package/dist-types/commands/CreateMissionProfileCommand.d.ts +4 -0
  79. package/dist-types/commands/DeleteConfigCommand.d.ts +4 -0
  80. package/dist-types/commands/DeleteDataflowEndpointGroupCommand.d.ts +4 -0
  81. package/dist-types/commands/DeleteEphemerisCommand.d.ts +4 -0
  82. package/dist-types/commands/DeleteMissionProfileCommand.d.ts +4 -0
  83. package/dist-types/commands/DescribeContactCommand.d.ts +4 -0
  84. package/dist-types/commands/DescribeEphemerisCommand.d.ts +4 -0
  85. package/dist-types/commands/GetAgentConfigurationCommand.d.ts +4 -0
  86. package/dist-types/commands/GetConfigCommand.d.ts +4 -0
  87. package/dist-types/commands/GetDataflowEndpointGroupCommand.d.ts +4 -0
  88. package/dist-types/commands/GetMinuteUsageCommand.d.ts +4 -0
  89. package/dist-types/commands/GetMissionProfileCommand.d.ts +4 -0
  90. package/dist-types/commands/GetSatelliteCommand.d.ts +4 -0
  91. package/dist-types/commands/ListConfigsCommand.d.ts +4 -0
  92. package/dist-types/commands/ListContactsCommand.d.ts +4 -0
  93. package/dist-types/commands/ListDataflowEndpointGroupsCommand.d.ts +4 -0
  94. package/dist-types/commands/ListEphemeridesCommand.d.ts +4 -0
  95. package/dist-types/commands/ListGroundStationsCommand.d.ts +4 -0
  96. package/dist-types/commands/ListMissionProfilesCommand.d.ts +4 -0
  97. package/dist-types/commands/ListSatellitesCommand.d.ts +4 -0
  98. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  99. package/dist-types/commands/RegisterAgentCommand.d.ts +4 -0
  100. package/dist-types/commands/ReserveContactCommand.d.ts +4 -0
  101. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  102. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  103. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +4 -0
  104. package/dist-types/commands/UpdateConfigCommand.d.ts +4 -0
  105. package/dist-types/commands/UpdateEphemerisCommand.d.ts +4 -0
  106. package/dist-types/commands/UpdateMissionProfileCommand.d.ts +4 -0
  107. package/dist-types/index.d.ts +10 -2
  108. package/dist-types/models/GroundStationServiceException.d.ts +1 -0
  109. package/dist-types/ts3.4/GroundStationClient.d.ts +3 -3
  110. package/dist-types/ts3.4/commands/CancelContactCommand.d.ts +1 -0
  111. package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +1 -0
  112. package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +1 -0
  113. package/dist-types/ts3.4/commands/CreateEphemerisCommand.d.ts +1 -0
  114. package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +1 -0
  115. package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +1 -0
  116. package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +1 -0
  117. package/dist-types/ts3.4/commands/DeleteEphemerisCommand.d.ts +1 -0
  118. package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +1 -0
  119. package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +1 -0
  120. package/dist-types/ts3.4/commands/DescribeEphemerisCommand.d.ts +1 -0
  121. package/dist-types/ts3.4/commands/GetAgentConfigurationCommand.d.ts +1 -0
  122. package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +1 -0
  124. package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +1 -0
  125. package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +1 -0
  126. package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +1 -0
  127. package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +1 -0
  128. package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +1 -0
  129. package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +1 -0
  130. package/dist-types/ts3.4/commands/ListEphemeridesCommand.d.ts +1 -0
  131. package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +1 -0
  132. package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +1 -0
  133. package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +1 -0
  134. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  135. package/dist-types/ts3.4/commands/RegisterAgentCommand.d.ts +1 -0
  136. package/dist-types/ts3.4/commands/ReserveContactCommand.d.ts +1 -0
  137. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  138. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  139. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +1 -0
  140. package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +1 -0
  141. package/dist-types/ts3.4/commands/UpdateEphemerisCommand.d.ts +1 -0
  142. package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.d.ts +1 -0
  143. package/dist-types/ts3.4/index.d.ts +2 -2
  144. package/dist-types/ts3.4/models/GroundStationServiceException.d.ts +1 -0
  145. package/package.json +29 -29
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { MissionProfileIdResponse, UpdateMissionProfileRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,7 +1,15 @@
1
- export * from "./GroundStation";
1
+ /**
2
+ * <p>Welcome to the AWS Ground Station API Reference. AWS Ground Station is a fully managed service that
3
+ * enables you to control satellite communications, downlink and process satellite data, and
4
+ * scale your satellite operations efficiently and cost-effectively without having
5
+ * to build or manage your own ground station infrastructure.</p>
6
+ *
7
+ * @packageDocumentation
8
+ */
2
9
  export * from "./GroundStationClient";
10
+ export * from "./GroundStation";
3
11
  export * from "./commands";
4
- export * from "./models";
5
12
  export * from "./pagination";
6
13
  export * from "./waiters";
14
+ export * from "./models";
7
15
  export { GroundStationServiceException } from "./models/GroundStationServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -183,6 +183,7 @@ import {
183
183
  ClientResolvedEndpointParameters,
184
184
  EndpointParameters,
185
185
  } from "./endpoint/EndpointParameters";
186
+ export { __Client };
186
187
  export type ServiceInputTypes =
187
188
  | CancelContactCommandInput
188
189
  | CreateConfigCommandInput
@@ -275,7 +276,7 @@ export interface ClientDefaults
275
276
  logger?: __Logger;
276
277
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
277
278
  }
278
- type GroundStationClientConfigType = Partial<
279
+ export type GroundStationClientConfigType = Partial<
279
280
  __SmithyConfiguration<__HttpHandlerOptions>
280
281
  > &
281
282
  ClientDefaults &
@@ -288,7 +289,7 @@ type GroundStationClientConfigType = Partial<
288
289
  ClientInputEndpointParameters;
289
290
  export interface GroundStationClientConfig
290
291
  extends GroundStationClientConfigType {}
291
- type GroundStationClientResolvedConfigType =
292
+ export type GroundStationClientResolvedConfigType =
292
293
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
293
294
  Required<ClientDefaults> &
294
295
  RegionResolvedConfig &
@@ -310,4 +311,3 @@ export declare class GroundStationClient extends __Client<
310
311
  constructor(configuration: GroundStationClientConfig);
311
312
  destroy(): void;
312
313
  }
313
- export {};
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../GroundStationClient";
14
14
  import { CancelContactRequest, ContactIdResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CancelContactCommandInput extends CancelContactRequest {}
16
17
  export interface CancelContactCommandOutput
17
18
  extends ContactIdResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../GroundStationClient";
14
14
  import { ConfigIdResponse, CreateConfigRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateConfigCommandInput extends CreateConfigRequest {}
16
17
  export interface CreateConfigCommandOutput
17
18
  extends ConfigIdResponse,
@@ -15,6 +15,7 @@ import {
15
15
  CreateDataflowEndpointGroupRequest,
16
16
  DataflowEndpointGroupIdResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateDataflowEndpointGroupCommandInput
19
20
  extends CreateDataflowEndpointGroupRequest {}
20
21
  export interface CreateDataflowEndpointGroupCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateEphemerisRequest,
16
16
  EphemerisIdResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateEphemerisCommandInput extends CreateEphemerisRequest {}
19
20
  export interface CreateEphemerisCommandOutput
20
21
  extends EphemerisIdResponse,
@@ -15,6 +15,7 @@ import {
15
15
  CreateMissionProfileRequest,
16
16
  MissionProfileIdResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateMissionProfileCommandInput
19
20
  extends CreateMissionProfileRequest {}
20
21
  export interface CreateMissionProfileCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../GroundStationClient";
14
14
  import { ConfigIdResponse, DeleteConfigRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteConfigCommandInput extends DeleteConfigRequest {}
16
17
  export interface DeleteConfigCommandOutput
17
18
  extends ConfigIdResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DataflowEndpointGroupIdResponse,
16
16
  DeleteDataflowEndpointGroupRequest,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteDataflowEndpointGroupCommandInput
19
20
  extends DeleteDataflowEndpointGroupRequest {}
20
21
  export interface DeleteDataflowEndpointGroupCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteEphemerisRequest,
16
16
  EphemerisIdResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteEphemerisCommandInput extends DeleteEphemerisRequest {}
19
20
  export interface DeleteEphemerisCommandOutput
20
21
  extends EphemerisIdResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DeleteMissionProfileRequest,
16
16
  MissionProfileIdResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteMissionProfileCommandInput
19
20
  extends DeleteMissionProfileRequest {}
20
21
  export interface DeleteMissionProfileCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeContactRequest,
16
16
  DescribeContactResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeContactCommandInput extends DescribeContactRequest {}
19
20
  export interface DescribeContactCommandOutput
20
21
  extends DescribeContactResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DescribeEphemerisRequest,
16
16
  DescribeEphemerisResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeEphemerisCommandInput
19
20
  extends DescribeEphemerisRequest {}
20
21
  export interface DescribeEphemerisCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetAgentConfigurationRequest,
16
16
  GetAgentConfigurationResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetAgentConfigurationCommandInput
19
20
  extends GetAgentConfigurationRequest {}
20
21
  export interface GetAgentConfigurationCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../GroundStationClient";
14
14
  import { GetConfigRequest, GetConfigResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetConfigCommandInput extends GetConfigRequest {}
16
17
  export interface GetConfigCommandOutput
17
18
  extends GetConfigResponse,
@@ -15,6 +15,7 @@ import {
15
15
  GetDataflowEndpointGroupRequest,
16
16
  GetDataflowEndpointGroupResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetDataflowEndpointGroupCommandInput
19
20
  extends GetDataflowEndpointGroupRequest {}
20
21
  export interface GetDataflowEndpointGroupCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetMinuteUsageRequest,
16
16
  GetMinuteUsageResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetMinuteUsageCommandInput extends GetMinuteUsageRequest {}
19
20
  export interface GetMinuteUsageCommandOutput
20
21
  extends GetMinuteUsageResponse,
@@ -15,6 +15,7 @@ import {
15
15
  GetMissionProfileRequest,
16
16
  GetMissionProfileResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetMissionProfileCommandInput
19
20
  extends GetMissionProfileRequest {}
20
21
  export interface GetMissionProfileCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../GroundStationClient";
14
14
  import { GetSatelliteRequest, GetSatelliteResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetSatelliteCommandInput extends GetSatelliteRequest {}
16
17
  export interface GetSatelliteCommandOutput
17
18
  extends GetSatelliteResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../GroundStationClient";
14
14
  import { ListConfigsRequest, ListConfigsResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListConfigsCommandInput extends ListConfigsRequest {}
16
17
  export interface ListConfigsCommandOutput
17
18
  extends ListConfigsResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../GroundStationClient";
14
14
  import { ListContactsRequest, ListContactsResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListContactsCommandInput extends ListContactsRequest {}
16
17
  export interface ListContactsCommandOutput
17
18
  extends ListContactsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ListDataflowEndpointGroupsRequest,
16
16
  ListDataflowEndpointGroupsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListDataflowEndpointGroupsCommandInput
19
20
  extends ListDataflowEndpointGroupsRequest {}
20
21
  export interface ListDataflowEndpointGroupsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListEphemeridesRequest,
16
16
  ListEphemeridesResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListEphemeridesCommandInput extends ListEphemeridesRequest {}
19
20
  export interface ListEphemeridesCommandOutput
20
21
  extends ListEphemeridesResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ListGroundStationsRequest,
16
16
  ListGroundStationsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListGroundStationsCommandInput
19
20
  extends ListGroundStationsRequest {}
20
21
  export interface ListGroundStationsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListMissionProfilesRequest,
16
16
  ListMissionProfilesResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListMissionProfilesCommandInput
19
20
  extends ListMissionProfilesRequest {}
20
21
  export interface ListMissionProfilesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListSatellitesRequest,
16
16
  ListSatellitesResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListSatellitesCommandInput extends ListSatellitesRequest {}
19
20
  export interface ListSatellitesCommandOutput
20
21
  extends ListSatellitesResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ListTagsForResourceRequest,
16
16
  ListTagsForResourceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListTagsForResourceCommandInput
19
20
  extends ListTagsForResourceRequest {}
20
21
  export interface ListTagsForResourceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  RegisterAgentRequest,
16
16
  RegisterAgentResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface RegisterAgentCommandInput extends RegisterAgentRequest {}
19
20
  export interface RegisterAgentCommandOutput
20
21
  extends RegisterAgentResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../GroundStationClient";
14
14
  import { ContactIdResponse, ReserveContactRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ReserveContactCommandInput extends ReserveContactRequest {}
16
17
  export interface ReserveContactCommandOutput
17
18
  extends ContactIdResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../GroundStationClient";
14
14
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface TagResourceCommandInput extends TagResourceRequest {}
16
17
  export interface TagResourceCommandOutput
17
18
  extends TagResourceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  UntagResourceRequest,
16
16
  UntagResourceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
19
20
  export interface UntagResourceCommandOutput
20
21
  extends UntagResourceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  UpdateAgentStatusRequest,
16
16
  UpdateAgentStatusResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateAgentStatusCommandInput
19
20
  extends UpdateAgentStatusRequest {}
20
21
  export interface UpdateAgentStatusCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../GroundStationClient";
14
14
  import { ConfigIdResponse, UpdateConfigRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UpdateConfigCommandInput extends UpdateConfigRequest {}
16
17
  export interface UpdateConfigCommandOutput
17
18
  extends ConfigIdResponse,
@@ -15,6 +15,7 @@ import {
15
15
  EphemerisIdResponse,
16
16
  UpdateEphemerisRequest,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateEphemerisCommandInput extends UpdateEphemerisRequest {}
19
20
  export interface UpdateEphemerisCommandOutput
20
21
  extends EphemerisIdResponse,
@@ -15,6 +15,7 @@ import {
15
15
  MissionProfileIdResponse,
16
16
  UpdateMissionProfileRequest,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateMissionProfileCommandInput
19
20
  extends UpdateMissionProfileRequest {}
20
21
  export interface UpdateMissionProfileCommandOutput
@@ -1,7 +1,7 @@
1
- export * from "./GroundStation";
2
1
  export * from "./GroundStationClient";
2
+ export * from "./GroundStation";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
6
5
  export * from "./waiters";
6
+ export * from "./models";
7
7
  export { GroundStationServiceException } from "./models/GroundStationServiceException";
@@ -2,6 +2,7 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
+ export { __ServiceException, __ServiceExceptionOptions };
5
6
  export declare class GroundStationServiceException extends __ServiceException {
6
7
  constructor(options: __ServiceExceptionOptions);
7
8
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-groundstation",
3
3
  "description": "AWS SDK for JavaScript Groundstation Client for Node.js, Browser and React Native",
4
- "version": "3.337.0",
4
+ "version": "3.338.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,38 +21,38 @@
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.337.0",
25
- "@aws-sdk/config-resolver": "3.337.0",
26
- "@aws-sdk/credential-provider-node": "3.337.0",
27
- "@aws-sdk/fetch-http-handler": "3.337.0",
28
- "@aws-sdk/hash-node": "3.337.0",
29
- "@aws-sdk/invalid-dependency": "3.337.0",
30
- "@aws-sdk/middleware-content-length": "3.337.0",
31
- "@aws-sdk/middleware-endpoint": "3.337.0",
32
- "@aws-sdk/middleware-host-header": "3.337.0",
33
- "@aws-sdk/middleware-logger": "3.337.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.337.0",
35
- "@aws-sdk/middleware-retry": "3.337.0",
36
- "@aws-sdk/middleware-serde": "3.337.0",
37
- "@aws-sdk/middleware-signing": "3.337.0",
38
- "@aws-sdk/middleware-stack": "3.337.0",
39
- "@aws-sdk/middleware-user-agent": "3.337.0",
40
- "@aws-sdk/node-config-provider": "3.337.0",
41
- "@aws-sdk/node-http-handler": "3.337.0",
42
- "@aws-sdk/smithy-client": "3.337.0",
43
- "@aws-sdk/types": "3.337.0",
44
- "@aws-sdk/url-parser": "3.337.0",
24
+ "@aws-sdk/client-sts": "3.338.0",
25
+ "@aws-sdk/config-resolver": "3.338.0",
26
+ "@aws-sdk/credential-provider-node": "3.338.0",
27
+ "@aws-sdk/fetch-http-handler": "3.338.0",
28
+ "@aws-sdk/hash-node": "3.338.0",
29
+ "@aws-sdk/invalid-dependency": "3.338.0",
30
+ "@aws-sdk/middleware-content-length": "3.338.0",
31
+ "@aws-sdk/middleware-endpoint": "3.338.0",
32
+ "@aws-sdk/middleware-host-header": "3.338.0",
33
+ "@aws-sdk/middleware-logger": "3.338.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.338.0",
35
+ "@aws-sdk/middleware-retry": "3.338.0",
36
+ "@aws-sdk/middleware-serde": "3.338.0",
37
+ "@aws-sdk/middleware-signing": "3.338.0",
38
+ "@aws-sdk/middleware-stack": "3.338.0",
39
+ "@aws-sdk/middleware-user-agent": "3.338.0",
40
+ "@aws-sdk/node-config-provider": "3.338.0",
41
+ "@aws-sdk/node-http-handler": "3.338.0",
42
+ "@aws-sdk/smithy-client": "3.338.0",
43
+ "@aws-sdk/types": "3.338.0",
44
+ "@aws-sdk/url-parser": "3.338.0",
45
45
  "@aws-sdk/util-base64": "3.310.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.310.0",
47
47
  "@aws-sdk/util-body-length-node": "3.310.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.337.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.337.0",
50
- "@aws-sdk/util-endpoints": "3.337.0",
51
- "@aws-sdk/util-retry": "3.337.0",
52
- "@aws-sdk/util-user-agent-browser": "3.337.0",
53
- "@aws-sdk/util-user-agent-node": "3.337.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.338.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.338.0",
50
+ "@aws-sdk/util-endpoints": "3.338.0",
51
+ "@aws-sdk/util-retry": "3.338.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.338.0",
53
+ "@aws-sdk/util-user-agent-node": "3.338.0",
54
54
  "@aws-sdk/util-utf8": "3.310.0",
55
- "@aws-sdk/util-waiter": "3.337.0",
55
+ "@aws-sdk/util-waiter": "3.338.0",
56
56
  "@smithy/protocol-http": "^1.0.1",
57
57
  "@smithy/types": "^1.0.0",
58
58
  "tslib": "^2.5.0"