@aws-sdk/client-groundstation 3.1076.0 → 3.1078.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 (140) hide show
  1. package/dist-cjs/index.js +51 -405
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CancelContactCommand.js +2 -14
  4. package/dist-es/commands/CreateConfigCommand.js +2 -14
  5. package/dist-es/commands/CreateDataflowEndpointGroupCommand.js +2 -14
  6. package/dist-es/commands/CreateDataflowEndpointGroupV2Command.js +2 -14
  7. package/dist-es/commands/CreateEphemerisCommand.js +2 -14
  8. package/dist-es/commands/CreateMissionProfileCommand.js +2 -14
  9. package/dist-es/commands/DeleteConfigCommand.js +2 -14
  10. package/dist-es/commands/DeleteDataflowEndpointGroupCommand.js +2 -14
  11. package/dist-es/commands/DeleteEphemerisCommand.js +2 -14
  12. package/dist-es/commands/DeleteMissionProfileCommand.js +2 -14
  13. package/dist-es/commands/DescribeContactCommand.js +2 -14
  14. package/dist-es/commands/DescribeContactVersionCommand.js +2 -14
  15. package/dist-es/commands/DescribeEphemerisCommand.js +2 -14
  16. package/dist-es/commands/GetAgentConfigurationCommand.js +2 -14
  17. package/dist-es/commands/GetAgentTaskResponseUrlCommand.js +2 -14
  18. package/dist-es/commands/GetConfigCommand.js +2 -14
  19. package/dist-es/commands/GetDataflowEndpointGroupCommand.js +2 -14
  20. package/dist-es/commands/GetMinuteUsageCommand.js +2 -14
  21. package/dist-es/commands/GetMissionProfileCommand.js +2 -14
  22. package/dist-es/commands/GetSatelliteCommand.js +2 -14
  23. package/dist-es/commands/ListAntennasCommand.js +2 -14
  24. package/dist-es/commands/ListConfigsCommand.js +2 -14
  25. package/dist-es/commands/ListContactVersionsCommand.js +2 -14
  26. package/dist-es/commands/ListContactsCommand.js +2 -14
  27. package/dist-es/commands/ListDataflowEndpointGroupsCommand.js +2 -14
  28. package/dist-es/commands/ListEphemeridesCommand.js +2 -14
  29. package/dist-es/commands/ListGroundStationReservationsCommand.js +2 -14
  30. package/dist-es/commands/ListGroundStationsCommand.js +2 -14
  31. package/dist-es/commands/ListMissionProfilesCommand.js +2 -14
  32. package/dist-es/commands/ListSatellitesCommand.js +2 -14
  33. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  34. package/dist-es/commands/RegisterAgentCommand.js +2 -14
  35. package/dist-es/commands/ReserveContactCommand.js +2 -14
  36. package/dist-es/commands/TagResourceCommand.js +2 -14
  37. package/dist-es/commands/UntagResourceCommand.js +2 -14
  38. package/dist-es/commands/UpdateAgentStatusCommand.js +2 -14
  39. package/dist-es/commands/UpdateConfigCommand.js +2 -14
  40. package/dist-es/commands/UpdateContactCommand.js +2 -14
  41. package/dist-es/commands/UpdateEphemerisCommand.js +2 -14
  42. package/dist-es/commands/UpdateMissionProfileCommand.js +2 -14
  43. package/dist-es/index.js +1 -0
  44. package/dist-es/runtimeConfig.browser.js +0 -2
  45. package/dist-es/runtimeConfig.js +1 -2
  46. package/dist-es/runtimeConfig.native.js +0 -2
  47. package/dist-es/runtimeConfig.shared.js +2 -0
  48. package/dist-types/commandBuilder.d.ts +18 -0
  49. package/dist-types/commands/CancelContactCommand.d.ts +3 -8
  50. package/dist-types/commands/CreateConfigCommand.d.ts +3 -8
  51. package/dist-types/commands/CreateDataflowEndpointGroupCommand.d.ts +3 -8
  52. package/dist-types/commands/CreateDataflowEndpointGroupV2Command.d.ts +3 -8
  53. package/dist-types/commands/CreateEphemerisCommand.d.ts +3 -8
  54. package/dist-types/commands/CreateMissionProfileCommand.d.ts +3 -8
  55. package/dist-types/commands/DeleteConfigCommand.d.ts +3 -8
  56. package/dist-types/commands/DeleteDataflowEndpointGroupCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteEphemerisCommand.d.ts +3 -8
  58. package/dist-types/commands/DeleteMissionProfileCommand.d.ts +3 -8
  59. package/dist-types/commands/DescribeContactCommand.d.ts +3 -8
  60. package/dist-types/commands/DescribeContactVersionCommand.d.ts +3 -8
  61. package/dist-types/commands/DescribeEphemerisCommand.d.ts +3 -8
  62. package/dist-types/commands/GetAgentConfigurationCommand.d.ts +3 -8
  63. package/dist-types/commands/GetAgentTaskResponseUrlCommand.d.ts +3 -8
  64. package/dist-types/commands/GetConfigCommand.d.ts +3 -8
  65. package/dist-types/commands/GetDataflowEndpointGroupCommand.d.ts +3 -8
  66. package/dist-types/commands/GetMinuteUsageCommand.d.ts +3 -8
  67. package/dist-types/commands/GetMissionProfileCommand.d.ts +3 -8
  68. package/dist-types/commands/GetSatelliteCommand.d.ts +3 -8
  69. package/dist-types/commands/ListAntennasCommand.d.ts +3 -8
  70. package/dist-types/commands/ListConfigsCommand.d.ts +3 -8
  71. package/dist-types/commands/ListContactVersionsCommand.d.ts +3 -8
  72. package/dist-types/commands/ListContactsCommand.d.ts +3 -8
  73. package/dist-types/commands/ListDataflowEndpointGroupsCommand.d.ts +3 -8
  74. package/dist-types/commands/ListEphemeridesCommand.d.ts +3 -8
  75. package/dist-types/commands/ListGroundStationReservationsCommand.d.ts +3 -8
  76. package/dist-types/commands/ListGroundStationsCommand.d.ts +3 -8
  77. package/dist-types/commands/ListMissionProfilesCommand.d.ts +3 -8
  78. package/dist-types/commands/ListSatellitesCommand.d.ts +3 -8
  79. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  80. package/dist-types/commands/RegisterAgentCommand.d.ts +3 -8
  81. package/dist-types/commands/ReserveContactCommand.d.ts +3 -8
  82. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  83. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  84. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +3 -8
  85. package/dist-types/commands/UpdateConfigCommand.d.ts +3 -8
  86. package/dist-types/commands/UpdateContactCommand.d.ts +3 -8
  87. package/dist-types/commands/UpdateEphemerisCommand.d.ts +3 -8
  88. package/dist-types/commands/UpdateMissionProfileCommand.d.ts +3 -8
  89. package/dist-types/index.d.ts +1 -0
  90. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  91. package/dist-types/runtimeConfig.d.ts +1 -1
  92. package/dist-types/runtimeConfig.native.d.ts +1 -1
  93. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  94. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  95. package/dist-types/ts3.4/commands/CancelContactCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupV2Command.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/CreateEphemerisCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/DeleteEphemerisCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/DescribeContactVersionCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/DescribeEphemerisCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/GetAgentConfigurationCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/GetAgentTaskResponseUrlCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/ListAntennasCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/ListContactVersionsCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/ListEphemeridesCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/ListGroundStationReservationsCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/RegisterAgentCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/ReserveContactCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/UpdateEphemerisCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/index.d.ts +1 -0
  136. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  137. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  138. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  139. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  140. package/package.json +8 -10
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
4
2
  import type { UpdateAgentStatusRequest, UpdateAgentStatusResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateAgentStatusCommandInput extends UpdateAgentStatusRequest
22
19
  export interface UpdateAgentStatusCommandOutput extends UpdateAgentStatusResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateAgentStatusCommand_base: {
25
- new (input: UpdateAgentStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdateAgentStatusCommandInput, UpdateAgentStatusCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateAgentStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdateAgentStatusCommandInput, UpdateAgentStatusCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateAgentStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdateAgentStatusCommandInput, UpdateAgentStatusCommandOutput, import("..").GroundStationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateAgentStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdateAgentStatusCommandInput, UpdateAgentStatusCommandOutput, import("..").GroundStationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <note> <p> For use by AWS Ground Station Agent and shouldn't be called directly.</p> </note> <p>Update the status of the agent.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
4
2
  import type { ConfigIdResponse, UpdateConfigRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateConfigCommandInput extends UpdateConfigRequest {
22
19
  export interface UpdateConfigCommandOutput extends ConfigIdResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateConfigCommand_base: {
25
- new (input: UpdateConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateConfigCommandInput, UpdateConfigCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateConfigCommandInput, UpdateConfigCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateConfigCommandInput, UpdateConfigCommandOutput, import("..").GroundStationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateConfigCommandInput, UpdateConfigCommandOutput, import("..").GroundStationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the <code>Config</code> used when scheduling contacts.</p> <p>Updating a <code>Config</code> will not update the execution parameters for existing future contacts scheduled with this <code>Config</code>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
4
2
  import type { UpdateContactRequest, UpdateContactResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateContactCommandInput extends UpdateContactRequest {
22
19
  export interface UpdateContactCommandOutput extends UpdateContactResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateContactCommand_base: {
25
- new (input: UpdateContactCommandInput): import("@smithy/core/client").CommandImpl<UpdateContactCommandInput, UpdateContactCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateContactCommandInput): import("@smithy/core/client").CommandImpl<UpdateContactCommandInput, UpdateContactCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateContactCommandInput): import("@smithy/core/client").CommandImpl<UpdateContactCommandInput, UpdateContactCommandOutput, import("..").GroundStationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateContactCommandInput): import("@smithy/core/client").CommandImpl<UpdateContactCommandInput, UpdateContactCommandOutput, import("..").GroundStationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates a specific contact.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
4
2
  import type { EphemerisIdResponse, UpdateEphemerisRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateEphemerisCommandInput extends UpdateEphemerisRequest {
22
19
  export interface UpdateEphemerisCommandOutput extends EphemerisIdResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateEphemerisCommand_base: {
25
- new (input: UpdateEphemerisCommandInput): import("@smithy/core/client").CommandImpl<UpdateEphemerisCommandInput, UpdateEphemerisCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateEphemerisCommandInput): import("@smithy/core/client").CommandImpl<UpdateEphemerisCommandInput, UpdateEphemerisCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateEphemerisCommandInput): import("@smithy/core/client").CommandImpl<UpdateEphemerisCommandInput, UpdateEphemerisCommandOutput, import("..").GroundStationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateEphemerisCommandInput): import("@smithy/core/client").CommandImpl<UpdateEphemerisCommandInput, UpdateEphemerisCommandOutput, import("..").GroundStationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Update an existing ephemeris.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
4
2
  import type { MissionProfileIdResponse, UpdateMissionProfileRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateMissionProfileCommandInput extends UpdateMissionProfileRe
22
19
  export interface UpdateMissionProfileCommandOutput extends MissionProfileIdResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateMissionProfileCommand_base: {
25
- new (input: UpdateMissionProfileCommandInput): import("@smithy/core/client").CommandImpl<UpdateMissionProfileCommandInput, UpdateMissionProfileCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateMissionProfileCommandInput): import("@smithy/core/client").CommandImpl<UpdateMissionProfileCommandInput, UpdateMissionProfileCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateMissionProfileCommandInput): import("@smithy/core/client").CommandImpl<UpdateMissionProfileCommandInput, UpdateMissionProfileCommandOutput, import("..").GroundStationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateMissionProfileCommandInput): import("@smithy/core/client").CommandImpl<UpdateMissionProfileCommandInput, UpdateMissionProfileCommandOutput, import("..").GroundStationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates a mission profile.</p> <p>Updating a mission profile will not update the execution parameters for existing future contacts.</p>
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { GroundStationExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export { Command as $Command } from "@smithy/core/client";
12
13
  export * from "./schemas/schemas_0";
13
14
  export * from "./pagination";
14
15
  export * from "./waiters";
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
16
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
17
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { GroundStationClientConfig } from "./GroundStationClient";
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
21
21
  defaultNamespace?: string;
22
22
  };
23
23
  serviceId: string;
24
+ sha256: import("@smithy/types").HashConstructor;
24
25
  urlParser: import("@smithy/types").UrlParser;
25
26
  utf8Decoder: import("@smithy/types").Decoder;
26
27
  utf8Encoder: (input: Uint8Array | string) => string;
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ GroundStationClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./GroundStationClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ GroundStationClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ GroundStationClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GroundStationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GroundStationClient";
8
2
  import { CancelContactRequest, ContactIdResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CancelContactCommandInput extends CancelContactRequest {}
12
5
  export interface CancelContactCommandOutput
13
6
  extends ContactIdResponse,
@@ -18,22 +11,20 @@ declare const CancelContactCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CancelContactCommandInput,
20
13
  CancelContactCommandOutput,
21
- GroundStationClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").GroundStationClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CancelContactCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CancelContactCommandInput,
29
22
  CancelContactCommandOutput,
30
- GroundStationClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").GroundStationClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class CancelContactCommand extends CancelContactCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GroundStationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GroundStationClient";
8
2
  import { ConfigIdResponse, CreateConfigRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateConfigCommandInput extends CreateConfigRequest {}
12
5
  export interface CreateConfigCommandOutput
13
6
  extends ConfigIdResponse,
@@ -18,22 +11,20 @@ declare const CreateConfigCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateConfigCommandInput,
20
13
  CreateConfigCommandOutput,
21
- GroundStationClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").GroundStationClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateConfigCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateConfigCommandInput,
29
22
  CreateConfigCommandOutput,
30
- GroundStationClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").GroundStationClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class CreateConfigCommand extends CreateConfigCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GroundStationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GroundStationClient";
8
2
  import {
9
3
  CreateDataflowEndpointGroupRequest,
10
4
  DataflowEndpointGroupIdResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateDataflowEndpointGroupCommandInput
15
8
  extends CreateDataflowEndpointGroupRequest {}
16
9
  export interface CreateDataflowEndpointGroupCommandOutput
@@ -22,22 +15,20 @@ declare const CreateDataflowEndpointGroupCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateDataflowEndpointGroupCommandInput,
24
17
  CreateDataflowEndpointGroupCommandOutput,
25
- GroundStationClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GroundStationClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateDataflowEndpointGroupCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateDataflowEndpointGroupCommandInput,
33
26
  CreateDataflowEndpointGroupCommandOutput,
34
- GroundStationClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").GroundStationClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateDataflowEndpointGroupCommand extends CreateDataflowEndpointGroupCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GroundStationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GroundStationClient";
8
2
  import {
9
3
  CreateDataflowEndpointGroupV2Request,
10
4
  CreateDataflowEndpointGroupV2Response,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateDataflowEndpointGroupV2CommandInput
15
8
  extends CreateDataflowEndpointGroupV2Request {}
16
9
  export interface CreateDataflowEndpointGroupV2CommandOutput
@@ -22,22 +15,20 @@ declare const CreateDataflowEndpointGroupV2Command_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateDataflowEndpointGroupV2CommandInput,
24
17
  CreateDataflowEndpointGroupV2CommandOutput,
25
- GroundStationClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GroundStationClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateDataflowEndpointGroupV2CommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateDataflowEndpointGroupV2CommandInput,
33
26
  CreateDataflowEndpointGroupV2CommandOutput,
34
- GroundStationClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").GroundStationClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateDataflowEndpointGroupV2Command extends CreateDataflowEndpointGroupV2Command_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GroundStationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GroundStationClient";
8
2
  import {
9
3
  CreateEphemerisRequest,
10
4
  EphemerisIdResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateEphemerisCommandInput extends CreateEphemerisRequest {}
15
8
  export interface CreateEphemerisCommandOutput
16
9
  extends EphemerisIdResponse,
@@ -21,22 +14,20 @@ declare const CreateEphemerisCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateEphemerisCommandInput,
23
16
  CreateEphemerisCommandOutput,
24
- GroundStationClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").GroundStationClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateEphemerisCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateEphemerisCommandInput,
32
25
  CreateEphemerisCommandOutput,
33
- GroundStationClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").GroundStationClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateEphemerisCommand extends CreateEphemerisCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GroundStationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GroundStationClient";
8
2
  import {
9
3
  CreateMissionProfileRequest,
10
4
  MissionProfileIdResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateMissionProfileCommandInput
15
8
  extends CreateMissionProfileRequest {}
16
9
  export interface CreateMissionProfileCommandOutput
@@ -22,22 +15,20 @@ declare const CreateMissionProfileCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateMissionProfileCommandInput,
24
17
  CreateMissionProfileCommandOutput,
25
- GroundStationClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GroundStationClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateMissionProfileCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateMissionProfileCommandInput,
33
26
  CreateMissionProfileCommandOutput,
34
- GroundStationClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").GroundStationClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateMissionProfileCommand extends CreateMissionProfileCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GroundStationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GroundStationClient";
8
2
  import { ConfigIdResponse, DeleteConfigRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteConfigCommandInput extends DeleteConfigRequest {}
12
5
  export interface DeleteConfigCommandOutput
13
6
  extends ConfigIdResponse,
@@ -18,22 +11,20 @@ declare const DeleteConfigCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeleteConfigCommandInput,
20
13
  DeleteConfigCommandOutput,
21
- GroundStationClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").GroundStationClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DeleteConfigCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeleteConfigCommandInput,
29
22
  DeleteConfigCommandOutput,
30
- GroundStationClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").GroundStationClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class DeleteConfigCommand extends DeleteConfigCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GroundStationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GroundStationClient";
8
2
  import {
9
3
  DataflowEndpointGroupIdResponse,
10
4
  DeleteDataflowEndpointGroupRequest,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteDataflowEndpointGroupCommandInput
15
8
  extends DeleteDataflowEndpointGroupRequest {}
16
9
  export interface DeleteDataflowEndpointGroupCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteDataflowEndpointGroupCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteDataflowEndpointGroupCommandInput,
24
17
  DeleteDataflowEndpointGroupCommandOutput,
25
- GroundStationClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GroundStationClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteDataflowEndpointGroupCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteDataflowEndpointGroupCommandInput,
33
26
  DeleteDataflowEndpointGroupCommandOutput,
34
- GroundStationClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").GroundStationClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeleteDataflowEndpointGroupCommand extends DeleteDataflowEndpointGroupCommand_base {
43
34
  protected static __types: {