@aws-sdk/client-groundstation 3.533.0 → 3.540.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 (77) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/GroundStation.d.ts +6 -1
  6. package/dist-types/GroundStationClient.d.ts +1 -1
  7. package/dist-types/commands/CancelContactCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateConfigCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateDataflowEndpointGroupCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateEphemerisCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateMissionProfileCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteConfigCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteDataflowEndpointGroupCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteEphemerisCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteMissionProfileCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeContactCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeEphemerisCommand.d.ts +2 -1
  18. package/dist-types/commands/GetAgentConfigurationCommand.d.ts +2 -1
  19. package/dist-types/commands/GetConfigCommand.d.ts +2 -1
  20. package/dist-types/commands/GetDataflowEndpointGroupCommand.d.ts +2 -1
  21. package/dist-types/commands/GetMinuteUsageCommand.d.ts +2 -1
  22. package/dist-types/commands/GetMissionProfileCommand.d.ts +2 -1
  23. package/dist-types/commands/GetSatelliteCommand.d.ts +2 -1
  24. package/dist-types/commands/ListConfigsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListContactsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListDataflowEndpointGroupsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListEphemeridesCommand.d.ts +2 -1
  28. package/dist-types/commands/ListGroundStationsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListMissionProfilesCommand.d.ts +2 -1
  30. package/dist-types/commands/ListSatellitesCommand.d.ts +2 -1
  31. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  32. package/dist-types/commands/RegisterAgentCommand.d.ts +2 -1
  33. package/dist-types/commands/ReserveContactCommand.d.ts +2 -1
  34. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  35. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  36. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateConfigCommand.d.ts +2 -1
  38. package/dist-types/commands/UpdateEphemerisCommand.d.ts +2 -1
  39. package/dist-types/commands/UpdateMissionProfileCommand.d.ts +2 -1
  40. package/dist-types/index.d.ts +0 -1
  41. package/dist-types/models/models_0.d.ts +451 -451
  42. package/dist-types/ts3.4/GroundStation.d.ts +5 -0
  43. package/dist-types/ts3.4/commands/CancelContactCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/CreateEphemerisCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DeleteEphemerisCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DescribeEphemerisCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/GetAgentConfigurationCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/ListEphemeridesCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/RegisterAgentCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/ReserveContactCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/UpdateEphemerisCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/index.d.ts +0 -1
  77. package/package.json +41 -41
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of tags for a specified resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -64,6 +64,7 @@ declare const ListTagsForResourceCommand_base: {
64
64
  * @throws {@link GroundStationServiceException}
65
65
  * <p>Base exception class for all service exceptions from GroundStation service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface RegisterAgentCommandOutput extends RegisterAgentResponse, __Met
22
22
  }
23
23
  declare const RegisterAgentCommand_base: {
24
24
  new (input: RegisterAgentCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterAgentCommandInput, RegisterAgentCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RegisterAgentCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterAgentCommandInput, RegisterAgentCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <note>
30
30
  * <p> For use by AWS Ground Station Agent and shouldn't be called directly.</p>
31
31
  * </note>
@@ -94,6 +94,7 @@ declare const RegisterAgentCommand_base: {
94
94
  * @throws {@link GroundStationServiceException}
95
95
  * <p>Base exception class for all service exceptions from GroundStation service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class RegisterAgentCommand extends RegisterAgentCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface ReserveContactCommandOutput extends ContactIdResponse, __Metada
22
22
  }
23
23
  declare const ReserveContactCommand_base: {
24
24
  new (input: ReserveContactCommandInput): import("@smithy/smithy-client").CommandImpl<ReserveContactCommandInput, ReserveContactCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ReserveContactCommandInput): import("@smithy/smithy-client").CommandImpl<ReserveContactCommandInput, ReserveContactCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Reserves a contact using specified parameters.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const ReserveContactCommand_base: {
69
69
  * @throws {@link GroundStationServiceException}
70
70
  * <p>Base exception class for all service exceptions from GroundStation service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class ReserveContactCommand extends ReserveContactCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Assigns a tag to a resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const TagResourceCommand_base: {
63
63
  * @throws {@link GroundStationServiceException}
64
64
  * <p>Base exception class for all service exceptions from GroundStation service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class TagResourceCommand extends TagResourceCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deassigns a resource tag.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const UntagResourceCommand_base: {
63
63
  * @throws {@link GroundStationServiceException}
64
64
  * <p>Base exception class for all service exceptions from GroundStation service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface UpdateAgentStatusCommandOutput extends UpdateAgentStatusRespons
22
22
  }
23
23
  declare const UpdateAgentStatusCommand_base: {
24
24
  new (input: UpdateAgentStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAgentStatusCommandInput, UpdateAgentStatusCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateAgentStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAgentStatusCommandInput, UpdateAgentStatusCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <note>
30
30
  * <p> For use by AWS Ground Station Agent and shouldn't be called directly.</p>
31
31
  * </note>
@@ -83,6 +83,7 @@ declare const UpdateAgentStatusCommand_base: {
83
83
  * @throws {@link GroundStationServiceException}
84
84
  * <p>Base exception class for all service exceptions from GroundStation service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class UpdateAgentStatusCommand extends UpdateAgentStatusCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface UpdateConfigCommandOutput extends ConfigIdResponse, __MetadataB
22
22
  }
23
23
  declare const UpdateConfigCommand_base: {
24
24
  new (input: UpdateConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConfigCommandInput, UpdateConfigCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConfigCommandInput, UpdateConfigCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the <code>Config</code> used when scheduling contacts.</p>
30
30
  * <p>Updating a <code>Config</code> will not update the execution parameters
31
31
  * for existing future contacts scheduled with this <code>Config</code>.</p>
@@ -132,6 +132,7 @@ declare const UpdateConfigCommand_base: {
132
132
  * @throws {@link GroundStationServiceException}
133
133
  * <p>Base exception class for all service exceptions from GroundStation service.</p>
134
134
  *
135
+ * @public
135
136
  */
136
137
  export declare class UpdateConfigCommand extends UpdateConfigCommand_base {
137
138
  }
@@ -22,10 +22,10 @@ export interface UpdateEphemerisCommandOutput extends EphemerisIdResponse, __Met
22
22
  }
23
23
  declare const UpdateEphemerisCommand_base: {
24
24
  new (input: UpdateEphemerisCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEphemerisCommandInput, UpdateEphemerisCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateEphemerisCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEphemerisCommandInput, UpdateEphemerisCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an existing ephemeris</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -65,6 +65,7 @@ declare const UpdateEphemerisCommand_base: {
65
65
  * @throws {@link GroundStationServiceException}
66
66
  * <p>Base exception class for all service exceptions from GroundStation service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class UpdateEphemerisCommand extends UpdateEphemerisCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface UpdateMissionProfileCommandOutput extends MissionProfileIdRespo
22
22
  }
23
23
  declare const UpdateMissionProfileCommand_base: {
24
24
  new (input: UpdateMissionProfileCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMissionProfileCommandInput, UpdateMissionProfileCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateMissionProfileCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMissionProfileCommandInput, UpdateMissionProfileCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a mission profile.</p>
30
30
  * <p>Updating a mission profile will not update the execution parameters
31
31
  * for existing future contacts.</p>
@@ -80,6 +80,7 @@ declare const UpdateMissionProfileCommand_base: {
80
80
  * @throws {@link GroundStationServiceException}
81
81
  * <p>Base exception class for all service exceptions from GroundStation service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class UpdateMissionProfileCommand extends UpdateMissionProfileCommand_base {
85
86
  }
@@ -15,5 +15,4 @@ export * from "./commands";
15
15
  export * from "./pagination";
16
16
  export * from "./waiters";
17
17
  export * from "./models";
18
- import "@aws-sdk/util-endpoints";
19
18
  export { GroundStationServiceException } from "./models/GroundStationServiceException";