@aws-sdk/client-groundstation 3.296.0 → 3.298.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 (115) hide show
  1. package/dist-cjs/commands/CancelContactCommand.js +2 -3
  2. package/dist-cjs/commands/CreateConfigCommand.js +2 -3
  3. package/dist-cjs/commands/CreateDataflowEndpointGroupCommand.js +2 -3
  4. package/dist-cjs/commands/CreateEphemerisCommand.js +2 -3
  5. package/dist-cjs/commands/CreateMissionProfileCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteConfigCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteDataflowEndpointGroupCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteEphemerisCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteMissionProfileCommand.js +2 -3
  10. package/dist-cjs/commands/DescribeContactCommand.js +2 -3
  11. package/dist-cjs/commands/DescribeEphemerisCommand.js +2 -3
  12. package/dist-cjs/commands/GetAgentConfigurationCommand.js +2 -3
  13. package/dist-cjs/commands/GetConfigCommand.js +2 -3
  14. package/dist-cjs/commands/GetDataflowEndpointGroupCommand.js +2 -3
  15. package/dist-cjs/commands/GetMinuteUsageCommand.js +2 -3
  16. package/dist-cjs/commands/GetMissionProfileCommand.js +2 -3
  17. package/dist-cjs/commands/GetSatelliteCommand.js +2 -3
  18. package/dist-cjs/commands/ListConfigsCommand.js +2 -3
  19. package/dist-cjs/commands/ListContactsCommand.js +2 -3
  20. package/dist-cjs/commands/ListDataflowEndpointGroupsCommand.js +2 -3
  21. package/dist-cjs/commands/ListEphemeridesCommand.js +2 -3
  22. package/dist-cjs/commands/ListGroundStationsCommand.js +2 -3
  23. package/dist-cjs/commands/ListMissionProfilesCommand.js +2 -3
  24. package/dist-cjs/commands/ListSatellitesCommand.js +2 -3
  25. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  26. package/dist-cjs/commands/RegisterAgentCommand.js +2 -3
  27. package/dist-cjs/commands/ReserveContactCommand.js +2 -3
  28. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  29. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  30. package/dist-cjs/commands/UpdateAgentStatusCommand.js +2 -3
  31. package/dist-cjs/commands/UpdateConfigCommand.js +2 -3
  32. package/dist-cjs/commands/UpdateEphemerisCommand.js +2 -3
  33. package/dist-cjs/commands/UpdateMissionProfileCommand.js +2 -3
  34. package/dist-cjs/models/models_0.js +1 -499
  35. package/dist-es/commands/CancelContactCommand.js +2 -3
  36. package/dist-es/commands/CreateConfigCommand.js +2 -3
  37. package/dist-es/commands/CreateDataflowEndpointGroupCommand.js +2 -3
  38. package/dist-es/commands/CreateEphemerisCommand.js +2 -3
  39. package/dist-es/commands/CreateMissionProfileCommand.js +2 -3
  40. package/dist-es/commands/DeleteConfigCommand.js +2 -3
  41. package/dist-es/commands/DeleteDataflowEndpointGroupCommand.js +2 -3
  42. package/dist-es/commands/DeleteEphemerisCommand.js +2 -3
  43. package/dist-es/commands/DeleteMissionProfileCommand.js +2 -3
  44. package/dist-es/commands/DescribeContactCommand.js +2 -3
  45. package/dist-es/commands/DescribeEphemerisCommand.js +2 -3
  46. package/dist-es/commands/GetAgentConfigurationCommand.js +2 -3
  47. package/dist-es/commands/GetConfigCommand.js +2 -3
  48. package/dist-es/commands/GetDataflowEndpointGroupCommand.js +2 -3
  49. package/dist-es/commands/GetMinuteUsageCommand.js +2 -3
  50. package/dist-es/commands/GetMissionProfileCommand.js +2 -3
  51. package/dist-es/commands/GetSatelliteCommand.js +2 -3
  52. package/dist-es/commands/ListConfigsCommand.js +2 -3
  53. package/dist-es/commands/ListContactsCommand.js +2 -3
  54. package/dist-es/commands/ListDataflowEndpointGroupsCommand.js +2 -3
  55. package/dist-es/commands/ListEphemeridesCommand.js +2 -3
  56. package/dist-es/commands/ListGroundStationsCommand.js +2 -3
  57. package/dist-es/commands/ListMissionProfilesCommand.js +2 -3
  58. package/dist-es/commands/ListSatellitesCommand.js +2 -3
  59. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  60. package/dist-es/commands/RegisterAgentCommand.js +2 -3
  61. package/dist-es/commands/ReserveContactCommand.js +2 -3
  62. package/dist-es/commands/TagResourceCommand.js +2 -3
  63. package/dist-es/commands/UntagResourceCommand.js +2 -3
  64. package/dist-es/commands/UpdateAgentStatusCommand.js +2 -3
  65. package/dist-es/commands/UpdateConfigCommand.js +2 -3
  66. package/dist-es/commands/UpdateEphemerisCommand.js +2 -3
  67. package/dist-es/commands/UpdateMissionProfileCommand.js +2 -3
  68. package/dist-es/models/models_0.js +0 -385
  69. package/dist-types/GroundStation.d.ts +34 -0
  70. package/dist-types/GroundStationClient.d.ts +24 -4
  71. package/dist-types/commands/CancelContactCommand.d.ts +16 -0
  72. package/dist-types/commands/CreateConfigCommand.d.ts +16 -0
  73. package/dist-types/commands/CreateDataflowEndpointGroupCommand.d.ts +16 -0
  74. package/dist-types/commands/CreateEphemerisCommand.d.ts +16 -0
  75. package/dist-types/commands/CreateMissionProfileCommand.d.ts +16 -0
  76. package/dist-types/commands/DeleteConfigCommand.d.ts +16 -0
  77. package/dist-types/commands/DeleteDataflowEndpointGroupCommand.d.ts +16 -0
  78. package/dist-types/commands/DeleteEphemerisCommand.d.ts +16 -0
  79. package/dist-types/commands/DeleteMissionProfileCommand.d.ts +16 -0
  80. package/dist-types/commands/DescribeContactCommand.d.ts +16 -0
  81. package/dist-types/commands/DescribeEphemerisCommand.d.ts +16 -0
  82. package/dist-types/commands/GetAgentConfigurationCommand.d.ts +16 -0
  83. package/dist-types/commands/GetConfigCommand.d.ts +16 -0
  84. package/dist-types/commands/GetDataflowEndpointGroupCommand.d.ts +16 -0
  85. package/dist-types/commands/GetMinuteUsageCommand.d.ts +16 -0
  86. package/dist-types/commands/GetMissionProfileCommand.d.ts +16 -0
  87. package/dist-types/commands/GetSatelliteCommand.d.ts +16 -0
  88. package/dist-types/commands/ListConfigsCommand.d.ts +16 -0
  89. package/dist-types/commands/ListContactsCommand.d.ts +16 -0
  90. package/dist-types/commands/ListDataflowEndpointGroupsCommand.d.ts +16 -0
  91. package/dist-types/commands/ListEphemeridesCommand.d.ts +16 -0
  92. package/dist-types/commands/ListGroundStationsCommand.d.ts +16 -0
  93. package/dist-types/commands/ListMissionProfilesCommand.d.ts +16 -0
  94. package/dist-types/commands/ListSatellitesCommand.d.ts +16 -0
  95. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  96. package/dist-types/commands/RegisterAgentCommand.d.ts +16 -0
  97. package/dist-types/commands/ReserveContactCommand.d.ts +16 -0
  98. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  99. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  100. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +16 -0
  101. package/dist-types/commands/UpdateConfigCommand.d.ts +16 -0
  102. package/dist-types/commands/UpdateEphemerisCommand.d.ts +16 -0
  103. package/dist-types/commands/UpdateMissionProfileCommand.d.ts +16 -0
  104. package/dist-types/models/GroundStationServiceException.d.ts +2 -0
  105. package/dist-types/models/models_0.d.ts +203 -444
  106. package/dist-types/pagination/Interfaces.d.ts +3 -0
  107. package/dist-types/pagination/ListConfigsPaginator.d.ts +3 -0
  108. package/dist-types/pagination/ListContactsPaginator.d.ts +3 -0
  109. package/dist-types/pagination/ListDataflowEndpointGroupsPaginator.d.ts +3 -0
  110. package/dist-types/pagination/ListEphemeridesPaginator.d.ts +3 -0
  111. package/dist-types/pagination/ListGroundStationsPaginator.d.ts +3 -0
  112. package/dist-types/pagination/ListMissionProfilesPaginator.d.ts +3 -0
  113. package/dist-types/pagination/ListSatellitesPaginator.d.ts +3 -0
  114. package/dist-types/ts3.4/models/models_0.d.ts +0 -303
  115. package/package.json +4 -3
@@ -41,15 +41,24 @@ import { UpdateConfigCommandInput, UpdateConfigCommandOutput } from "./commands/
41
41
  import { UpdateEphemerisCommandInput, UpdateEphemerisCommandOutput } from "./commands/UpdateEphemerisCommand";
42
42
  import { UpdateMissionProfileCommandInput, UpdateMissionProfileCommandOutput } from "./commands/UpdateMissionProfileCommand";
43
43
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
44
+ /**
45
+ * @public
46
+ */
44
47
  export type ServiceInputTypes = CancelContactCommandInput | CreateConfigCommandInput | CreateDataflowEndpointGroupCommandInput | CreateEphemerisCommandInput | CreateMissionProfileCommandInput | DeleteConfigCommandInput | DeleteDataflowEndpointGroupCommandInput | DeleteEphemerisCommandInput | DeleteMissionProfileCommandInput | DescribeContactCommandInput | DescribeEphemerisCommandInput | GetAgentConfigurationCommandInput | GetConfigCommandInput | GetDataflowEndpointGroupCommandInput | GetMinuteUsageCommandInput | GetMissionProfileCommandInput | GetSatelliteCommandInput | ListConfigsCommandInput | ListContactsCommandInput | ListDataflowEndpointGroupsCommandInput | ListEphemeridesCommandInput | ListGroundStationsCommandInput | ListMissionProfilesCommandInput | ListSatellitesCommandInput | ListTagsForResourceCommandInput | RegisterAgentCommandInput | ReserveContactCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentStatusCommandInput | UpdateConfigCommandInput | UpdateEphemerisCommandInput | UpdateMissionProfileCommandInput;
48
+ /**
49
+ * @public
50
+ */
45
51
  export type ServiceOutputTypes = CancelContactCommandOutput | CreateConfigCommandOutput | CreateDataflowEndpointGroupCommandOutput | CreateEphemerisCommandOutput | CreateMissionProfileCommandOutput | DeleteConfigCommandOutput | DeleteDataflowEndpointGroupCommandOutput | DeleteEphemerisCommandOutput | DeleteMissionProfileCommandOutput | DescribeContactCommandOutput | DescribeEphemerisCommandOutput | GetAgentConfigurationCommandOutput | GetConfigCommandOutput | GetDataflowEndpointGroupCommandOutput | GetMinuteUsageCommandOutput | GetMissionProfileCommandOutput | GetSatelliteCommandOutput | ListConfigsCommandOutput | ListContactsCommandOutput | ListDataflowEndpointGroupsCommandOutput | ListEphemeridesCommandOutput | ListGroundStationsCommandOutput | ListMissionProfilesCommandOutput | ListSatellitesCommandOutput | ListTagsForResourceCommandOutput | RegisterAgentCommandOutput | ReserveContactCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentStatusCommandOutput | UpdateConfigCommandOutput | UpdateEphemerisCommandOutput | UpdateMissionProfileCommandOutput;
52
+ /**
53
+ * @public
54
+ */
46
55
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
47
56
  /**
48
57
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
49
58
  */
50
59
  requestHandler?: __HttpHandler;
51
60
  /**
52
- * A constructor for a class implementing the {@link __Checksum} interface
61
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
53
62
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
54
63
  * @internal
55
64
  */
@@ -139,23 +148,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
139
148
  */
140
149
  logger?: __Logger;
141
150
  /**
142
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
151
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
143
152
  */
144
153
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
145
154
  }
155
+ /**
156
+ * @public
157
+ */
146
158
  type GroundStationClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
147
159
  /**
148
- * The configuration interface of GroundStationClient class constructor that set the region, credentials and other options.
160
+ * @public
161
+ *
162
+ * The configuration interface of GroundStationClient class constructor that set the region, credentials and other options.
149
163
  */
150
164
  export interface GroundStationClientConfig extends GroundStationClientConfigType {
151
165
  }
166
+ /**
167
+ * @public
168
+ */
152
169
  type GroundStationClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
153
170
  /**
154
- * The resolved configuration interface of GroundStationClient class. This is resolved and normalized from the {@link GroundStationClientConfig | constructor configuration interface}.
171
+ * @public
172
+ *
173
+ * The resolved configuration interface of GroundStationClient class. This is resolved and normalized from the {@link GroundStationClientConfig | constructor configuration interface}.
155
174
  */
156
175
  export interface GroundStationClientResolvedConfig extends GroundStationClientResolvedConfigType {
157
176
  }
158
177
  /**
178
+ * @public
159
179
  * <p>Welcome to the AWS Ground Station API Reference. AWS Ground Station is a fully managed service that
160
180
  * enables you to control satellite communications, downlink and process satellite data, and
161
181
  * scale your satellite operations efficiently and cost-effectively without having
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { CancelContactRequest, ContactIdResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CancelContactCommand}.
8
10
  */
9
11
  export interface CancelContactCommandInput extends CancelContactRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CancelContactCommand}.
13
17
  */
14
18
  export interface CancelContactCommandOutput extends ContactIdResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Cancels a contact with a specified contact ID.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CancelContactCommandOutput extends ContactIdResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CancelContactCommandInput - {@link CancelContactCommandInput}
34
+ * @returns {@link CancelContactCommandOutput}
28
35
  * @see {@link CancelContactCommandInput} for command's `input` shape.
29
36
  * @see {@link CancelContactCommandOutput} for command's `response` shape.
30
37
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
@@ -43,11 +50,20 @@ export interface CancelContactCommandOutput extends ContactIdResponse, __Metadat
43
50
  export declare class CancelContactCommand extends $Command<CancelContactCommandInput, CancelContactCommandOutput, GroundStationClientResolvedConfig> {
44
51
  readonly input: CancelContactCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: CancelContactCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelContactCommandInput, CancelContactCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { ConfigIdResponse, CreateConfigRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateConfigCommand}.
8
10
  */
9
11
  export interface CreateConfigCommandInput extends CreateConfigRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateConfigCommand}.
13
17
  */
14
18
  export interface CreateConfigCommandOutput extends ConfigIdResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a <code>Config</code> with the specified <code>configData</code> parameters.</p>
18
23
  * <p>Only one type of <code>configData</code> can be specified.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateConfigCommandOutput extends ConfigIdResponse, __MetadataB
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateConfigCommandInput - {@link CreateConfigCommandInput}
35
+ * @returns {@link CreateConfigCommandOutput}
29
36
  * @see {@link CreateConfigCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateConfigCommandOutput} for command's `response` shape.
31
38
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
@@ -47,11 +54,20 @@ export interface CreateConfigCommandOutput extends ConfigIdResponse, __MetadataB
47
54
  export declare class CreateConfigCommand extends $Command<CreateConfigCommandInput, CreateConfigCommandOutput, GroundStationClientResolvedConfig> {
48
55
  readonly input: CreateConfigCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: CreateConfigCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConfigCommandInput, CreateConfigCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { CreateDataflowEndpointGroupRequest, DataflowEndpointGroupIdResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateDataflowEndpointGroupCommand}.
8
10
  */
9
11
  export interface CreateDataflowEndpointGroupCommandInput extends CreateDataflowEndpointGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateDataflowEndpointGroupCommand}.
13
17
  */
14
18
  export interface CreateDataflowEndpointGroupCommandOutput extends DataflowEndpointGroupIdResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a <code>DataflowEndpoint</code> group containing the specified list of <code>DataflowEndpoint</code> objects.</p>
18
23
  * <p>The <code>name</code> field in each endpoint is used in your mission profile <code>DataflowEndpointConfig</code>
19
24
  * to specify which endpoints to use during a contact.</p>
@@ -29,6 +34,8 @@ export interface CreateDataflowEndpointGroupCommandOutput extends DataflowEndpoi
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param CreateDataflowEndpointGroupCommandInput - {@link CreateDataflowEndpointGroupCommandInput}
38
+ * @returns {@link CreateDataflowEndpointGroupCommandOutput}
32
39
  * @see {@link CreateDataflowEndpointGroupCommandInput} for command's `input` shape.
33
40
  * @see {@link CreateDataflowEndpointGroupCommandOutput} for command's `response` shape.
34
41
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
@@ -47,11 +54,20 @@ export interface CreateDataflowEndpointGroupCommandOutput extends DataflowEndpoi
47
54
  export declare class CreateDataflowEndpointGroupCommand extends $Command<CreateDataflowEndpointGroupCommandInput, CreateDataflowEndpointGroupCommandOutput, GroundStationClientResolvedConfig> {
48
55
  readonly input: CreateDataflowEndpointGroupCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: CreateDataflowEndpointGroupCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDataflowEndpointGroupCommandInput, CreateDataflowEndpointGroupCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { CreateEphemerisRequest, EphemerisIdResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateEphemerisCommand}.
8
10
  */
9
11
  export interface CreateEphemerisCommandInput extends CreateEphemerisRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateEphemerisCommand}.
13
17
  */
14
18
  export interface CreateEphemerisCommandOutput extends EphemerisIdResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates an Ephemeris with the specified <code>EphemerisData</code>.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateEphemerisCommandOutput extends EphemerisIdResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateEphemerisCommandInput - {@link CreateEphemerisCommandInput}
34
+ * @returns {@link CreateEphemerisCommandOutput}
28
35
  * @see {@link CreateEphemerisCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateEphemerisCommandOutput} for command's `response` shape.
30
37
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
@@ -43,11 +50,20 @@ export interface CreateEphemerisCommandOutput extends EphemerisIdResponse, __Met
43
50
  export declare class CreateEphemerisCommand extends $Command<CreateEphemerisCommandInput, CreateEphemerisCommandOutput, GroundStationClientResolvedConfig> {
44
51
  readonly input: CreateEphemerisCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: CreateEphemerisCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEphemerisCommandInput, CreateEphemerisCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { CreateMissionProfileRequest, MissionProfileIdResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateMissionProfileCommand}.
8
10
  */
9
11
  export interface CreateMissionProfileCommandInput extends CreateMissionProfileRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateMissionProfileCommand}.
13
17
  */
14
18
  export interface CreateMissionProfileCommandOutput extends MissionProfileIdResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a mission profile.</p>
18
23
  * <p>
19
24
  * <code>dataflowEdges</code> is a list of lists of strings. Each lower level list of strings
@@ -28,6 +33,8 @@ export interface CreateMissionProfileCommandOutput extends MissionProfileIdRespo
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param CreateMissionProfileCommandInput - {@link CreateMissionProfileCommandInput}
37
+ * @returns {@link CreateMissionProfileCommandOutput}
31
38
  * @see {@link CreateMissionProfileCommandInput} for command's `input` shape.
32
39
  * @see {@link CreateMissionProfileCommandOutput} for command's `response` shape.
33
40
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
@@ -46,11 +53,20 @@ export interface CreateMissionProfileCommandOutput extends MissionProfileIdRespo
46
53
  export declare class CreateMissionProfileCommand extends $Command<CreateMissionProfileCommandInput, CreateMissionProfileCommandOutput, GroundStationClientResolvedConfig> {
47
54
  readonly input: CreateMissionProfileCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: CreateMissionProfileCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMissionProfileCommandInput, CreateMissionProfileCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { ConfigIdResponse, DeleteConfigRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteConfigCommand}.
8
10
  */
9
11
  export interface DeleteConfigCommandInput extends DeleteConfigRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteConfigCommand}.
13
17
  */
14
18
  export interface DeleteConfigCommandOutput extends ConfigIdResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a <code>Config</code>.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteConfigCommandOutput extends ConfigIdResponse, __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteConfigCommandInput - {@link DeleteConfigCommandInput}
34
+ * @returns {@link DeleteConfigCommandOutput}
28
35
  * @see {@link DeleteConfigCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteConfigCommandOutput} for command's `response` shape.
30
37
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
@@ -43,11 +50,20 @@ export interface DeleteConfigCommandOutput extends ConfigIdResponse, __MetadataB
43
50
  export declare class DeleteConfigCommand extends $Command<DeleteConfigCommandInput, DeleteConfigCommandOutput, GroundStationClientResolvedConfig> {
44
51
  readonly input: DeleteConfigCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: DeleteConfigCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConfigCommandInput, DeleteConfigCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { DataflowEndpointGroupIdResponse, DeleteDataflowEndpointGroupRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteDataflowEndpointGroupCommand}.
8
10
  */
9
11
  export interface DeleteDataflowEndpointGroupCommandInput extends DeleteDataflowEndpointGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteDataflowEndpointGroupCommand}.
13
17
  */
14
18
  export interface DeleteDataflowEndpointGroupCommandOutput extends DataflowEndpointGroupIdResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a dataflow endpoint group.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteDataflowEndpointGroupCommandOutput extends DataflowEndpoi
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteDataflowEndpointGroupCommandInput - {@link DeleteDataflowEndpointGroupCommandInput}
34
+ * @returns {@link DeleteDataflowEndpointGroupCommandOutput}
28
35
  * @see {@link DeleteDataflowEndpointGroupCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteDataflowEndpointGroupCommandOutput} for command's `response` shape.
30
37
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
@@ -43,11 +50,20 @@ export interface DeleteDataflowEndpointGroupCommandOutput extends DataflowEndpoi
43
50
  export declare class DeleteDataflowEndpointGroupCommand extends $Command<DeleteDataflowEndpointGroupCommandInput, DeleteDataflowEndpointGroupCommandOutput, GroundStationClientResolvedConfig> {
44
51
  readonly input: DeleteDataflowEndpointGroupCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: DeleteDataflowEndpointGroupCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDataflowEndpointGroupCommandInput, DeleteDataflowEndpointGroupCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { DeleteEphemerisRequest, EphemerisIdResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteEphemerisCommand}.
8
10
  */
9
11
  export interface DeleteEphemerisCommandInput extends DeleteEphemerisRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteEphemerisCommand}.
13
17
  */
14
18
  export interface DeleteEphemerisCommandOutput extends EphemerisIdResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes an ephemeris</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteEphemerisCommandOutput extends EphemerisIdResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteEphemerisCommandInput - {@link DeleteEphemerisCommandInput}
34
+ * @returns {@link DeleteEphemerisCommandOutput}
28
35
  * @see {@link DeleteEphemerisCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteEphemerisCommandOutput} for command's `response` shape.
30
37
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
@@ -43,11 +50,20 @@ export interface DeleteEphemerisCommandOutput extends EphemerisIdResponse, __Met
43
50
  export declare class DeleteEphemerisCommand extends $Command<DeleteEphemerisCommandInput, DeleteEphemerisCommandOutput, GroundStationClientResolvedConfig> {
44
51
  readonly input: DeleteEphemerisCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: DeleteEphemerisCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEphemerisCommandInput, DeleteEphemerisCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { DeleteMissionProfileRequest, MissionProfileIdResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteMissionProfileCommand}.
8
10
  */
9
11
  export interface DeleteMissionProfileCommandInput extends DeleteMissionProfileRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteMissionProfileCommand}.
13
17
  */
14
18
  export interface DeleteMissionProfileCommandOutput extends MissionProfileIdResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a mission profile.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteMissionProfileCommandOutput extends MissionProfileIdRespo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteMissionProfileCommandInput - {@link DeleteMissionProfileCommandInput}
34
+ * @returns {@link DeleteMissionProfileCommandOutput}
28
35
  * @see {@link DeleteMissionProfileCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteMissionProfileCommandOutput} for command's `response` shape.
30
37
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
@@ -43,11 +50,20 @@ export interface DeleteMissionProfileCommandOutput extends MissionProfileIdRespo
43
50
  export declare class DeleteMissionProfileCommand extends $Command<DeleteMissionProfileCommandInput, DeleteMissionProfileCommandOutput, GroundStationClientResolvedConfig> {
44
51
  readonly input: DeleteMissionProfileCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: DeleteMissionProfileCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMissionProfileCommandInput, DeleteMissionProfileCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { DescribeContactRequest, DescribeContactResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeContactCommand}.
8
10
  */
9
11
  export interface DescribeContactCommandInput extends DescribeContactRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeContactCommand}.
13
17
  */
14
18
  export interface DescribeContactCommandOutput extends DescribeContactResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes an existing contact.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeContactCommandOutput extends DescribeContactResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeContactCommandInput - {@link DescribeContactCommandInput}
34
+ * @returns {@link DescribeContactCommandOutput}
28
35
  * @see {@link DescribeContactCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeContactCommandOutput} for command's `response` shape.
30
37
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
@@ -43,11 +50,20 @@ export interface DescribeContactCommandOutput extends DescribeContactResponse, _
43
50
  export declare class DescribeContactCommand extends $Command<DescribeContactCommandInput, DescribeContactCommandOutput, GroundStationClientResolvedConfig> {
44
51
  readonly input: DescribeContactCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: DescribeContactCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeContactCommandInput, DescribeContactCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { DescribeEphemerisRequest, DescribeEphemerisResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeEphemerisCommand}.
8
10
  */
9
11
  export interface DescribeEphemerisCommandInput extends DescribeEphemerisRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeEphemerisCommand}.
13
17
  */
14
18
  export interface DescribeEphemerisCommandOutput extends DescribeEphemerisResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes an existing ephemeris.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeEphemerisCommandOutput extends DescribeEphemerisRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeEphemerisCommandInput - {@link DescribeEphemerisCommandInput}
34
+ * @returns {@link DescribeEphemerisCommandOutput}
28
35
  * @see {@link DescribeEphemerisCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeEphemerisCommandOutput} for command's `response` shape.
30
37
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
@@ -43,11 +50,20 @@ export interface DescribeEphemerisCommandOutput extends DescribeEphemerisRespons
43
50
  export declare class DescribeEphemerisCommand extends $Command<DescribeEphemerisCommandInput, DescribeEphemerisCommandOutput, GroundStationClientResolvedConfig> {
44
51
  readonly input: DescribeEphemerisCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: DescribeEphemerisCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEphemerisCommandInput, DescribeEphemerisCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }