@aws-sdk/client-groundstation 3.289.0 → 3.292.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 (34) hide show
  1. package/dist-types/commands/CancelContactCommand.d.ts +10 -0
  2. package/dist-types/commands/CreateConfigCommand.d.ts +13 -0
  3. package/dist-types/commands/CreateDataflowEndpointGroupCommand.d.ts +10 -0
  4. package/dist-types/commands/CreateEphemerisCommand.d.ts +10 -0
  5. package/dist-types/commands/CreateMissionProfileCommand.d.ts +10 -0
  6. package/dist-types/commands/DeleteConfigCommand.d.ts +10 -0
  7. package/dist-types/commands/DeleteDataflowEndpointGroupCommand.d.ts +10 -0
  8. package/dist-types/commands/DeleteEphemerisCommand.d.ts +10 -0
  9. package/dist-types/commands/DeleteMissionProfileCommand.d.ts +10 -0
  10. package/dist-types/commands/DescribeContactCommand.d.ts +10 -0
  11. package/dist-types/commands/DescribeEphemerisCommand.d.ts +10 -0
  12. package/dist-types/commands/GetAgentConfigurationCommand.d.ts +10 -0
  13. package/dist-types/commands/GetConfigCommand.d.ts +10 -0
  14. package/dist-types/commands/GetDataflowEndpointGroupCommand.d.ts +10 -0
  15. package/dist-types/commands/GetMinuteUsageCommand.d.ts +10 -0
  16. package/dist-types/commands/GetMissionProfileCommand.d.ts +10 -0
  17. package/dist-types/commands/GetSatelliteCommand.d.ts +10 -0
  18. package/dist-types/commands/ListConfigsCommand.d.ts +10 -0
  19. package/dist-types/commands/ListContactsCommand.d.ts +10 -0
  20. package/dist-types/commands/ListDataflowEndpointGroupsCommand.d.ts +10 -0
  21. package/dist-types/commands/ListEphemeridesCommand.d.ts +10 -0
  22. package/dist-types/commands/ListGroundStationsCommand.d.ts +10 -0
  23. package/dist-types/commands/ListMissionProfilesCommand.d.ts +10 -0
  24. package/dist-types/commands/ListSatellitesCommand.d.ts +10 -0
  25. package/dist-types/commands/ListTagsForResourceCommand.d.ts +10 -0
  26. package/dist-types/commands/RegisterAgentCommand.d.ts +10 -0
  27. package/dist-types/commands/ReserveContactCommand.d.ts +10 -0
  28. package/dist-types/commands/TagResourceCommand.d.ts +10 -0
  29. package/dist-types/commands/UntagResourceCommand.d.ts +10 -0
  30. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +10 -0
  31. package/dist-types/commands/UpdateConfigCommand.d.ts +10 -0
  32. package/dist-types/commands/UpdateEphemerisCommand.d.ts +10 -0
  33. package/dist-types/commands/UpdateMissionProfileCommand.d.ts +10 -0
  34. package/package.json +36 -41
@@ -29,6 +29,16 @@ export interface CancelContactCommandOutput extends ContactIdResponse, __Metadat
29
29
  * @see {@link CancelContactCommandOutput} for command's `response` shape.
30
30
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
31
31
  *
32
+ * @throws {@link DependencyException} (server fault)
33
+ * <p>Dependency encountered an error.</p>
34
+ *
35
+ * @throws {@link InvalidParameterException} (client fault)
36
+ * <p>One or more parameters are not valid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource was not found.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class CancelContactCommand extends $Command<CancelContactCommandInput, CancelContactCommandOutput, GroundStationClientResolvedConfig> {
34
44
  readonly input: CancelContactCommandInput;
@@ -30,6 +30,19 @@ export interface CreateConfigCommandOutput extends ConfigIdResponse, __MetadataB
30
30
  * @see {@link CreateConfigCommandOutput} for command's `response` shape.
31
31
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
32
32
  *
33
+ * @throws {@link DependencyException} (server fault)
34
+ * <p>Dependency encountered an error.</p>
35
+ *
36
+ * @throws {@link InvalidParameterException} (client fault)
37
+ * <p>One or more parameters are not valid.</p>
38
+ *
39
+ * @throws {@link ResourceLimitExceededException} (client fault)
40
+ * <p>Account limits for this resource have been exceeded.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>Resource was not found.</p>
44
+ *
45
+ *
33
46
  */
34
47
  export declare class CreateConfigCommand extends $Command<CreateConfigCommandInput, CreateConfigCommandOutput, GroundStationClientResolvedConfig> {
35
48
  readonly input: CreateConfigCommandInput;
@@ -33,6 +33,16 @@ export interface CreateDataflowEndpointGroupCommandOutput extends DataflowEndpoi
33
33
  * @see {@link CreateDataflowEndpointGroupCommandOutput} for command's `response` shape.
34
34
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
35
35
  *
36
+ * @throws {@link DependencyException} (server fault)
37
+ * <p>Dependency encountered an error.</p>
38
+ *
39
+ * @throws {@link InvalidParameterException} (client fault)
40
+ * <p>One or more parameters are not valid.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>Resource was not found.</p>
44
+ *
45
+ *
36
46
  */
37
47
  export declare class CreateDataflowEndpointGroupCommand extends $Command<CreateDataflowEndpointGroupCommandInput, CreateDataflowEndpointGroupCommandOutput, GroundStationClientResolvedConfig> {
38
48
  readonly input: CreateDataflowEndpointGroupCommandInput;
@@ -29,6 +29,16 @@ export interface CreateEphemerisCommandOutput extends EphemerisIdResponse, __Met
29
29
  * @see {@link CreateEphemerisCommandOutput} for command's `response` shape.
30
30
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
31
31
  *
32
+ * @throws {@link DependencyException} (server fault)
33
+ * <p>Dependency encountered an error.</p>
34
+ *
35
+ * @throws {@link InvalidParameterException} (client fault)
36
+ * <p>One or more parameters are not valid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource was not found.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class CreateEphemerisCommand extends $Command<CreateEphemerisCommandInput, CreateEphemerisCommandOutput, GroundStationClientResolvedConfig> {
34
44
  readonly input: CreateEphemerisCommandInput;
@@ -32,6 +32,16 @@ export interface CreateMissionProfileCommandOutput extends MissionProfileIdRespo
32
32
  * @see {@link CreateMissionProfileCommandOutput} for command's `response` shape.
33
33
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
34
34
  *
35
+ * @throws {@link DependencyException} (server fault)
36
+ * <p>Dependency encountered an error.</p>
37
+ *
38
+ * @throws {@link InvalidParameterException} (client fault)
39
+ * <p>One or more parameters are not valid.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>Resource was not found.</p>
43
+ *
44
+ *
35
45
  */
36
46
  export declare class CreateMissionProfileCommand extends $Command<CreateMissionProfileCommandInput, CreateMissionProfileCommandOutput, GroundStationClientResolvedConfig> {
37
47
  readonly input: CreateMissionProfileCommandInput;
@@ -29,6 +29,16 @@ export interface DeleteConfigCommandOutput extends ConfigIdResponse, __MetadataB
29
29
  * @see {@link DeleteConfigCommandOutput} for command's `response` shape.
30
30
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
31
31
  *
32
+ * @throws {@link DependencyException} (server fault)
33
+ * <p>Dependency encountered an error.</p>
34
+ *
35
+ * @throws {@link InvalidParameterException} (client fault)
36
+ * <p>One or more parameters are not valid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource was not found.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class DeleteConfigCommand extends $Command<DeleteConfigCommandInput, DeleteConfigCommandOutput, GroundStationClientResolvedConfig> {
34
44
  readonly input: DeleteConfigCommandInput;
@@ -29,6 +29,16 @@ export interface DeleteDataflowEndpointGroupCommandOutput extends DataflowEndpoi
29
29
  * @see {@link DeleteDataflowEndpointGroupCommandOutput} for command's `response` shape.
30
30
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
31
31
  *
32
+ * @throws {@link DependencyException} (server fault)
33
+ * <p>Dependency encountered an error.</p>
34
+ *
35
+ * @throws {@link InvalidParameterException} (client fault)
36
+ * <p>One or more parameters are not valid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource was not found.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class DeleteDataflowEndpointGroupCommand extends $Command<DeleteDataflowEndpointGroupCommandInput, DeleteDataflowEndpointGroupCommandOutput, GroundStationClientResolvedConfig> {
34
44
  readonly input: DeleteDataflowEndpointGroupCommandInput;
@@ -29,6 +29,16 @@ export interface DeleteEphemerisCommandOutput extends EphemerisIdResponse, __Met
29
29
  * @see {@link DeleteEphemerisCommandOutput} for command's `response` shape.
30
30
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
31
31
  *
32
+ * @throws {@link DependencyException} (server fault)
33
+ * <p>Dependency encountered an error.</p>
34
+ *
35
+ * @throws {@link InvalidParameterException} (client fault)
36
+ * <p>One or more parameters are not valid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource was not found.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class DeleteEphemerisCommand extends $Command<DeleteEphemerisCommandInput, DeleteEphemerisCommandOutput, GroundStationClientResolvedConfig> {
34
44
  readonly input: DeleteEphemerisCommandInput;
@@ -29,6 +29,16 @@ export interface DeleteMissionProfileCommandOutput extends MissionProfileIdRespo
29
29
  * @see {@link DeleteMissionProfileCommandOutput} for command's `response` shape.
30
30
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
31
31
  *
32
+ * @throws {@link DependencyException} (server fault)
33
+ * <p>Dependency encountered an error.</p>
34
+ *
35
+ * @throws {@link InvalidParameterException} (client fault)
36
+ * <p>One or more parameters are not valid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource was not found.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class DeleteMissionProfileCommand extends $Command<DeleteMissionProfileCommandInput, DeleteMissionProfileCommandOutput, GroundStationClientResolvedConfig> {
34
44
  readonly input: DeleteMissionProfileCommandInput;
@@ -29,6 +29,16 @@ export interface DescribeContactCommandOutput extends DescribeContactResponse, _
29
29
  * @see {@link DescribeContactCommandOutput} for command's `response` shape.
30
30
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
31
31
  *
32
+ * @throws {@link DependencyException} (server fault)
33
+ * <p>Dependency encountered an error.</p>
34
+ *
35
+ * @throws {@link InvalidParameterException} (client fault)
36
+ * <p>One or more parameters are not valid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource was not found.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class DescribeContactCommand extends $Command<DescribeContactCommandInput, DescribeContactCommandOutput, GroundStationClientResolvedConfig> {
34
44
  readonly input: DescribeContactCommandInput;
@@ -29,6 +29,16 @@ export interface DescribeEphemerisCommandOutput extends DescribeEphemerisRespons
29
29
  * @see {@link DescribeEphemerisCommandOutput} for command's `response` shape.
30
30
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
31
31
  *
32
+ * @throws {@link DependencyException} (server fault)
33
+ * <p>Dependency encountered an error.</p>
34
+ *
35
+ * @throws {@link InvalidParameterException} (client fault)
36
+ * <p>One or more parameters are not valid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource was not found.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class DescribeEphemerisCommand extends $Command<DescribeEphemerisCommandInput, DescribeEphemerisCommandOutput, GroundStationClientResolvedConfig> {
34
44
  readonly input: DescribeEphemerisCommandInput;
@@ -29,6 +29,16 @@ export interface GetAgentConfigurationCommandOutput extends GetAgentConfiguratio
29
29
  * @see {@link GetAgentConfigurationCommandOutput} for command's `response` shape.
30
30
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
31
31
  *
32
+ * @throws {@link DependencyException} (server fault)
33
+ * <p>Dependency encountered an error.</p>
34
+ *
35
+ * @throws {@link InvalidParameterException} (client fault)
36
+ * <p>One or more parameters are not valid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource was not found.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class GetAgentConfigurationCommand extends $Command<GetAgentConfigurationCommandInput, GetAgentConfigurationCommandOutput, GroundStationClientResolvedConfig> {
34
44
  readonly input: GetAgentConfigurationCommandInput;
@@ -30,6 +30,16 @@ export interface GetConfigCommandOutput extends GetConfigResponse, __MetadataBea
30
30
  * @see {@link GetConfigCommandOutput} for command's `response` shape.
31
31
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
32
32
  *
33
+ * @throws {@link DependencyException} (server fault)
34
+ * <p>Dependency encountered an error.</p>
35
+ *
36
+ * @throws {@link InvalidParameterException} (client fault)
37
+ * <p>One or more parameters are not valid.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>Resource was not found.</p>
41
+ *
42
+ *
33
43
  */
34
44
  export declare class GetConfigCommand extends $Command<GetConfigCommandInput, GetConfigCommandOutput, GroundStationClientResolvedConfig> {
35
45
  readonly input: GetConfigCommandInput;
@@ -29,6 +29,16 @@ export interface GetDataflowEndpointGroupCommandOutput extends GetDataflowEndpoi
29
29
  * @see {@link GetDataflowEndpointGroupCommandOutput} for command's `response` shape.
30
30
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
31
31
  *
32
+ * @throws {@link DependencyException} (server fault)
33
+ * <p>Dependency encountered an error.</p>
34
+ *
35
+ * @throws {@link InvalidParameterException} (client fault)
36
+ * <p>One or more parameters are not valid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource was not found.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class GetDataflowEndpointGroupCommand extends $Command<GetDataflowEndpointGroupCommandInput, GetDataflowEndpointGroupCommandOutput, GroundStationClientResolvedConfig> {
34
44
  readonly input: GetDataflowEndpointGroupCommandInput;
@@ -29,6 +29,16 @@ export interface GetMinuteUsageCommandOutput extends GetMinuteUsageResponse, __M
29
29
  * @see {@link GetMinuteUsageCommandOutput} for command's `response` shape.
30
30
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
31
31
  *
32
+ * @throws {@link DependencyException} (server fault)
33
+ * <p>Dependency encountered an error.</p>
34
+ *
35
+ * @throws {@link InvalidParameterException} (client fault)
36
+ * <p>One or more parameters are not valid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource was not found.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class GetMinuteUsageCommand extends $Command<GetMinuteUsageCommandInput, GetMinuteUsageCommandOutput, GroundStationClientResolvedConfig> {
34
44
  readonly input: GetMinuteUsageCommandInput;
@@ -29,6 +29,16 @@ export interface GetMissionProfileCommandOutput extends GetMissionProfileRespons
29
29
  * @see {@link GetMissionProfileCommandOutput} for command's `response` shape.
30
30
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
31
31
  *
32
+ * @throws {@link DependencyException} (server fault)
33
+ * <p>Dependency encountered an error.</p>
34
+ *
35
+ * @throws {@link InvalidParameterException} (client fault)
36
+ * <p>One or more parameters are not valid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource was not found.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class GetMissionProfileCommand extends $Command<GetMissionProfileCommandInput, GetMissionProfileCommandOutput, GroundStationClientResolvedConfig> {
34
44
  readonly input: GetMissionProfileCommandInput;
@@ -29,6 +29,16 @@ export interface GetSatelliteCommandOutput extends GetSatelliteResponse, __Metad
29
29
  * @see {@link GetSatelliteCommandOutput} for command's `response` shape.
30
30
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
31
31
  *
32
+ * @throws {@link DependencyException} (server fault)
33
+ * <p>Dependency encountered an error.</p>
34
+ *
35
+ * @throws {@link InvalidParameterException} (client fault)
36
+ * <p>One or more parameters are not valid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource was not found.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class GetSatelliteCommand extends $Command<GetSatelliteCommandInput, GetSatelliteCommandOutput, GroundStationClientResolvedConfig> {
34
44
  readonly input: GetSatelliteCommandInput;
@@ -29,6 +29,16 @@ export interface ListConfigsCommandOutput extends ListConfigsResponse, __Metadat
29
29
  * @see {@link ListConfigsCommandOutput} for command's `response` shape.
30
30
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
31
31
  *
32
+ * @throws {@link DependencyException} (server fault)
33
+ * <p>Dependency encountered an error.</p>
34
+ *
35
+ * @throws {@link InvalidParameterException} (client fault)
36
+ * <p>One or more parameters are not valid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource was not found.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class ListConfigsCommand extends $Command<ListConfigsCommandInput, ListConfigsCommandOutput, GroundStationClientResolvedConfig> {
34
44
  readonly input: ListConfigsCommandInput;
@@ -32,6 +32,16 @@ export interface ListContactsCommandOutput extends ListContactsResponse, __Metad
32
32
  * @see {@link ListContactsCommandOutput} for command's `response` shape.
33
33
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
34
34
  *
35
+ * @throws {@link DependencyException} (server fault)
36
+ * <p>Dependency encountered an error.</p>
37
+ *
38
+ * @throws {@link InvalidParameterException} (client fault)
39
+ * <p>One or more parameters are not valid.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>Resource was not found.</p>
43
+ *
44
+ *
35
45
  */
36
46
  export declare class ListContactsCommand extends $Command<ListContactsCommandInput, ListContactsCommandOutput, GroundStationClientResolvedConfig> {
37
47
  readonly input: ListContactsCommandInput;
@@ -29,6 +29,16 @@ export interface ListDataflowEndpointGroupsCommandOutput extends ListDataflowEnd
29
29
  * @see {@link ListDataflowEndpointGroupsCommandOutput} for command's `response` shape.
30
30
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
31
31
  *
32
+ * @throws {@link DependencyException} (server fault)
33
+ * <p>Dependency encountered an error.</p>
34
+ *
35
+ * @throws {@link InvalidParameterException} (client fault)
36
+ * <p>One or more parameters are not valid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource was not found.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class ListDataflowEndpointGroupsCommand extends $Command<ListDataflowEndpointGroupsCommandInput, ListDataflowEndpointGroupsCommandOutput, GroundStationClientResolvedConfig> {
34
44
  readonly input: ListDataflowEndpointGroupsCommandInput;
@@ -29,6 +29,16 @@ export interface ListEphemeridesCommandOutput extends ListEphemeridesResponse, _
29
29
  * @see {@link ListEphemeridesCommandOutput} for command's `response` shape.
30
30
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
31
31
  *
32
+ * @throws {@link DependencyException} (server fault)
33
+ * <p>Dependency encountered an error.</p>
34
+ *
35
+ * @throws {@link InvalidParameterException} (client fault)
36
+ * <p>One or more parameters are not valid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource was not found.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class ListEphemeridesCommand extends $Command<ListEphemeridesCommandInput, ListEphemeridesCommandOutput, GroundStationClientResolvedConfig> {
34
44
  readonly input: ListEphemeridesCommandInput;
@@ -29,6 +29,16 @@ export interface ListGroundStationsCommandOutput extends ListGroundStationsRespo
29
29
  * @see {@link ListGroundStationsCommandOutput} for command's `response` shape.
30
30
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
31
31
  *
32
+ * @throws {@link DependencyException} (server fault)
33
+ * <p>Dependency encountered an error.</p>
34
+ *
35
+ * @throws {@link InvalidParameterException} (client fault)
36
+ * <p>One or more parameters are not valid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource was not found.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class ListGroundStationsCommand extends $Command<ListGroundStationsCommandInput, ListGroundStationsCommandOutput, GroundStationClientResolvedConfig> {
34
44
  readonly input: ListGroundStationsCommandInput;
@@ -29,6 +29,16 @@ export interface ListMissionProfilesCommandOutput extends ListMissionProfilesRes
29
29
  * @see {@link ListMissionProfilesCommandOutput} for command's `response` shape.
30
30
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
31
31
  *
32
+ * @throws {@link DependencyException} (server fault)
33
+ * <p>Dependency encountered an error.</p>
34
+ *
35
+ * @throws {@link InvalidParameterException} (client fault)
36
+ * <p>One or more parameters are not valid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource was not found.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class ListMissionProfilesCommand extends $Command<ListMissionProfilesCommandInput, ListMissionProfilesCommandOutput, GroundStationClientResolvedConfig> {
34
44
  readonly input: ListMissionProfilesCommandInput;
@@ -29,6 +29,16 @@ export interface ListSatellitesCommandOutput extends ListSatellitesResponse, __M
29
29
  * @see {@link ListSatellitesCommandOutput} for command's `response` shape.
30
30
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
31
31
  *
32
+ * @throws {@link DependencyException} (server fault)
33
+ * <p>Dependency encountered an error.</p>
34
+ *
35
+ * @throws {@link InvalidParameterException} (client fault)
36
+ * <p>One or more parameters are not valid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource was not found.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class ListSatellitesCommand extends $Command<ListSatellitesCommandInput, ListSatellitesCommandOutput, GroundStationClientResolvedConfig> {
34
44
  readonly input: ListSatellitesCommandInput;
@@ -29,6 +29,16 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
29
29
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
31
31
  *
32
+ * @throws {@link DependencyException} (server fault)
33
+ * <p>Dependency encountered an error.</p>
34
+ *
35
+ * @throws {@link InvalidParameterException} (client fault)
36
+ * <p>One or more parameters are not valid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource was not found.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GroundStationClientResolvedConfig> {
34
44
  readonly input: ListTagsForResourceCommandInput;
@@ -29,6 +29,16 @@ export interface RegisterAgentCommandOutput extends RegisterAgentResponse, __Met
29
29
  * @see {@link RegisterAgentCommandOutput} for command's `response` shape.
30
30
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
31
31
  *
32
+ * @throws {@link DependencyException} (server fault)
33
+ * <p>Dependency encountered an error.</p>
34
+ *
35
+ * @throws {@link InvalidParameterException} (client fault)
36
+ * <p>One or more parameters are not valid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource was not found.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class RegisterAgentCommand extends $Command<RegisterAgentCommandInput, RegisterAgentCommandOutput, GroundStationClientResolvedConfig> {
34
44
  readonly input: RegisterAgentCommandInput;
@@ -29,6 +29,16 @@ export interface ReserveContactCommandOutput extends ContactIdResponse, __Metada
29
29
  * @see {@link ReserveContactCommandOutput} for command's `response` shape.
30
30
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
31
31
  *
32
+ * @throws {@link DependencyException} (server fault)
33
+ * <p>Dependency encountered an error.</p>
34
+ *
35
+ * @throws {@link InvalidParameterException} (client fault)
36
+ * <p>One or more parameters are not valid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource was not found.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class ReserveContactCommand extends $Command<ReserveContactCommandInput, ReserveContactCommandOutput, GroundStationClientResolvedConfig> {
34
44
  readonly input: ReserveContactCommandInput;
@@ -29,6 +29,16 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
29
29
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
31
31
  *
32
+ * @throws {@link DependencyException} (server fault)
33
+ * <p>Dependency encountered an error.</p>
34
+ *
35
+ * @throws {@link InvalidParameterException} (client fault)
36
+ * <p>One or more parameters are not valid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource was not found.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, GroundStationClientResolvedConfig> {
34
44
  readonly input: TagResourceCommandInput;
@@ -29,6 +29,16 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
29
29
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
31
31
  *
32
+ * @throws {@link DependencyException} (server fault)
33
+ * <p>Dependency encountered an error.</p>
34
+ *
35
+ * @throws {@link InvalidParameterException} (client fault)
36
+ * <p>One or more parameters are not valid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource was not found.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, GroundStationClientResolvedConfig> {
34
44
  readonly input: UntagResourceCommandInput;
@@ -29,6 +29,16 @@ export interface UpdateAgentStatusCommandOutput extends UpdateAgentStatusRespons
29
29
  * @see {@link UpdateAgentStatusCommandOutput} for command's `response` shape.
30
30
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
31
31
  *
32
+ * @throws {@link DependencyException} (server fault)
33
+ * <p>Dependency encountered an error.</p>
34
+ *
35
+ * @throws {@link InvalidParameterException} (client fault)
36
+ * <p>One or more parameters are not valid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource was not found.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class UpdateAgentStatusCommand extends $Command<UpdateAgentStatusCommandInput, UpdateAgentStatusCommandOutput, GroundStationClientResolvedConfig> {
34
44
  readonly input: UpdateAgentStatusCommandInput;
@@ -31,6 +31,16 @@ export interface UpdateConfigCommandOutput extends ConfigIdResponse, __MetadataB
31
31
  * @see {@link UpdateConfigCommandOutput} for command's `response` shape.
32
32
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
33
33
  *
34
+ * @throws {@link DependencyException} (server fault)
35
+ * <p>Dependency encountered an error.</p>
36
+ *
37
+ * @throws {@link InvalidParameterException} (client fault)
38
+ * <p>One or more parameters are not valid.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>Resource was not found.</p>
42
+ *
43
+ *
34
44
  */
35
45
  export declare class UpdateConfigCommand extends $Command<UpdateConfigCommandInput, UpdateConfigCommandOutput, GroundStationClientResolvedConfig> {
36
46
  readonly input: UpdateConfigCommandInput;
@@ -29,6 +29,16 @@ export interface UpdateEphemerisCommandOutput extends EphemerisIdResponse, __Met
29
29
  * @see {@link UpdateEphemerisCommandOutput} for command's `response` shape.
30
30
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
31
31
  *
32
+ * @throws {@link DependencyException} (server fault)
33
+ * <p>Dependency encountered an error.</p>
34
+ *
35
+ * @throws {@link InvalidParameterException} (client fault)
36
+ * <p>One or more parameters are not valid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource was not found.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class UpdateEphemerisCommand extends $Command<UpdateEphemerisCommandInput, UpdateEphemerisCommandOutput, GroundStationClientResolvedConfig> {
34
44
  readonly input: UpdateEphemerisCommandInput;
@@ -31,6 +31,16 @@ export interface UpdateMissionProfileCommandOutput extends MissionProfileIdRespo
31
31
  * @see {@link UpdateMissionProfileCommandOutput} for command's `response` shape.
32
32
  * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
33
33
  *
34
+ * @throws {@link DependencyException} (server fault)
35
+ * <p>Dependency encountered an error.</p>
36
+ *
37
+ * @throws {@link InvalidParameterException} (client fault)
38
+ * <p>One or more parameters are not valid.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>Resource was not found.</p>
42
+ *
43
+ *
34
44
  */
35
45
  export declare class UpdateMissionProfileCommand extends $Command<UpdateMissionProfileCommandInput, UpdateMissionProfileCommandOutput, GroundStationClientResolvedConfig> {
36
46
  readonly input: UpdateMissionProfileCommandInput;
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.289.0",
4
+ "version": "3.292.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",
@@ -20,56 +20,51 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.289.0",
24
- "@aws-sdk/config-resolver": "3.289.0",
25
- "@aws-sdk/credential-provider-node": "3.289.0",
26
- "@aws-sdk/fetch-http-handler": "3.289.0",
27
- "@aws-sdk/hash-node": "3.289.0",
28
- "@aws-sdk/invalid-dependency": "3.289.0",
29
- "@aws-sdk/middleware-content-length": "3.289.0",
30
- "@aws-sdk/middleware-endpoint": "3.289.0",
31
- "@aws-sdk/middleware-host-header": "3.289.0",
32
- "@aws-sdk/middleware-logger": "3.289.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.289.0",
34
- "@aws-sdk/middleware-retry": "3.289.0",
35
- "@aws-sdk/middleware-serde": "3.289.0",
36
- "@aws-sdk/middleware-signing": "3.289.0",
37
- "@aws-sdk/middleware-stack": "3.289.0",
38
- "@aws-sdk/middleware-user-agent": "3.289.0",
39
- "@aws-sdk/node-config-provider": "3.289.0",
40
- "@aws-sdk/node-http-handler": "3.289.0",
41
- "@aws-sdk/protocol-http": "3.289.0",
42
- "@aws-sdk/smithy-client": "3.289.0",
43
- "@aws-sdk/types": "3.289.0",
44
- "@aws-sdk/url-parser": "3.289.0",
45
- "@aws-sdk/util-base64": "3.208.0",
46
- "@aws-sdk/util-body-length-browser": "3.188.0",
47
- "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.289.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.289.0",
50
- "@aws-sdk/util-endpoints": "3.289.0",
51
- "@aws-sdk/util-retry": "3.289.0",
52
- "@aws-sdk/util-user-agent-browser": "3.289.0",
53
- "@aws-sdk/util-user-agent-node": "3.289.0",
54
- "@aws-sdk/util-utf8": "3.254.0",
55
- "@aws-sdk/util-waiter": "3.289.0",
23
+ "@aws-sdk/client-sts": "3.292.0",
24
+ "@aws-sdk/config-resolver": "3.292.0",
25
+ "@aws-sdk/credential-provider-node": "3.292.0",
26
+ "@aws-sdk/fetch-http-handler": "3.292.0",
27
+ "@aws-sdk/hash-node": "3.292.0",
28
+ "@aws-sdk/invalid-dependency": "3.292.0",
29
+ "@aws-sdk/middleware-content-length": "3.292.0",
30
+ "@aws-sdk/middleware-endpoint": "3.292.0",
31
+ "@aws-sdk/middleware-host-header": "3.292.0",
32
+ "@aws-sdk/middleware-logger": "3.292.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.292.0",
34
+ "@aws-sdk/middleware-retry": "3.292.0",
35
+ "@aws-sdk/middleware-serde": "3.292.0",
36
+ "@aws-sdk/middleware-signing": "3.292.0",
37
+ "@aws-sdk/middleware-stack": "3.292.0",
38
+ "@aws-sdk/middleware-user-agent": "3.292.0",
39
+ "@aws-sdk/node-config-provider": "3.292.0",
40
+ "@aws-sdk/node-http-handler": "3.292.0",
41
+ "@aws-sdk/protocol-http": "3.292.0",
42
+ "@aws-sdk/smithy-client": "3.292.0",
43
+ "@aws-sdk/types": "3.292.0",
44
+ "@aws-sdk/url-parser": "3.292.0",
45
+ "@aws-sdk/util-base64": "3.292.0",
46
+ "@aws-sdk/util-body-length-browser": "3.292.0",
47
+ "@aws-sdk/util-body-length-node": "3.292.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.292.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.292.0",
50
+ "@aws-sdk/util-endpoints": "3.292.0",
51
+ "@aws-sdk/util-retry": "3.292.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.292.0",
53
+ "@aws-sdk/util-user-agent-node": "3.292.0",
54
+ "@aws-sdk/util-utf8": "3.292.0",
55
+ "@aws-sdk/util-waiter": "3.292.0",
56
56
  "tslib": "^2.3.1"
57
57
  },
58
58
  "devDependencies": {
59
- "@aws-sdk/service-client-documentation-generator": "3.208.0",
59
+ "@aws-sdk/service-client-documentation-generator": "3.292.0",
60
60
  "@tsconfig/node14": "1.0.3",
61
61
  "@types/node": "^14.14.31",
62
62
  "concurrently": "7.0.0",
63
63
  "downlevel-dts": "0.10.1",
64
64
  "rimraf": "3.0.2",
65
- "typedoc": "0.19.2",
65
+ "typedoc": "0.23.23",
66
66
  "typescript": "~4.6.2"
67
67
  },
68
- "overrides": {
69
- "typedoc": {
70
- "typescript": "~4.6.2"
71
- }
72
- },
73
68
  "engines": {
74
69
  "node": ">=14.0.0"
75
70
  },