@aws-sdk/client-groundstation 3.35.0 → 3.38.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.
- package/CHANGELOG.md +47 -0
- package/dist-cjs/GroundStation.js +0 -7
- package/dist-cjs/GroundStationClient.js +0 -12
- package/dist-cjs/commands/CancelContactCommand.js +0 -25
- package/dist-cjs/commands/CreateConfigCommand.js +0 -26
- package/dist-cjs/commands/CreateDataflowEndpointGroupCommand.js +0 -29
- package/dist-cjs/commands/CreateMissionProfileCommand.js +0 -28
- package/dist-cjs/commands/DeleteConfigCommand.js +0 -25
- package/dist-cjs/commands/DeleteDataflowEndpointGroupCommand.js +0 -25
- package/dist-cjs/commands/DeleteMissionProfileCommand.js +0 -25
- package/dist-cjs/commands/DescribeContactCommand.js +0 -25
- package/dist-cjs/commands/GetConfigCommand.js +0 -26
- package/dist-cjs/commands/GetDataflowEndpointGroupCommand.js +0 -25
- package/dist-cjs/commands/GetMinuteUsageCommand.js +0 -25
- package/dist-cjs/commands/GetMissionProfileCommand.js +0 -25
- package/dist-cjs/commands/GetSatelliteCommand.js +0 -25
- package/dist-cjs/commands/ListConfigsCommand.js +0 -25
- package/dist-cjs/commands/ListContactsCommand.js +0 -28
- package/dist-cjs/commands/ListDataflowEndpointGroupsCommand.js +0 -25
- package/dist-cjs/commands/ListGroundStationsCommand.js +0 -25
- package/dist-cjs/commands/ListMissionProfilesCommand.js +0 -25
- package/dist-cjs/commands/ListSatellitesCommand.js +0 -25
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/ReserveContactCommand.js +0 -25
- package/dist-cjs/commands/TagResourceCommand.js +0 -25
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateConfigCommand.js +0 -27
- package/dist-cjs/commands/UpdateMissionProfileCommand.js +0 -27
- package/dist-cjs/commands/index.js +28 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -35
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -241
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListConfigsPaginator.js +0 -11
- package/dist-cjs/pagination/ListContactsPaginator.js +0 -11
- package/dist-cjs/pagination/ListDataflowEndpointGroupsPaginator.js +0 -11
- package/dist-cjs/pagination/ListGroundStationsPaginator.js +0 -11
- package/dist-cjs/pagination/ListMissionProfilesPaginator.js +0 -11
- package/dist-cjs/pagination/ListSatellitesPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +10 -0
- package/dist-cjs/protocols/Aws_restJson1.js +0 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/GroundStation.js +0 -1
- package/dist-es/GroundStationClient.js +0 -1
- package/dist-es/commands/CancelContactCommand.js +0 -1
- package/dist-es/commands/CreateConfigCommand.js +0 -1
- package/dist-es/commands/CreateDataflowEndpointGroupCommand.js +0 -1
- package/dist-es/commands/CreateMissionProfileCommand.js +0 -1
- package/dist-es/commands/DeleteConfigCommand.js +0 -1
- package/dist-es/commands/DeleteDataflowEndpointGroupCommand.js +0 -1
- package/dist-es/commands/DeleteMissionProfileCommand.js +0 -1
- package/dist-es/commands/DescribeContactCommand.js +0 -1
- package/dist-es/commands/GetConfigCommand.js +0 -1
- package/dist-es/commands/GetDataflowEndpointGroupCommand.js +0 -1
- package/dist-es/commands/GetMinuteUsageCommand.js +0 -1
- package/dist-es/commands/GetMissionProfileCommand.js +0 -1
- package/dist-es/commands/GetSatelliteCommand.js +0 -1
- package/dist-es/commands/ListConfigsCommand.js +0 -1
- package/dist-es/commands/ListContactsCommand.js +0 -1
- package/dist-es/commands/ListDataflowEndpointGroupsCommand.js +0 -1
- package/dist-es/commands/ListGroundStationsCommand.js +0 -1
- package/dist-es/commands/ListMissionProfilesCommand.js +0 -1
- package/dist-es/commands/ListSatellitesCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/ReserveContactCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateConfigCommand.js +0 -1
- package/dist-es/commands/UpdateMissionProfileCommand.js +0 -1
- package/dist-es/commands/index.js +25 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -35
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListConfigsPaginator.js +0 -1
- package/dist-es/pagination/ListContactsPaginator.js +0 -1
- package/dist-es/pagination/ListDataflowEndpointGroupsPaginator.js +0 -1
- package/dist-es/pagination/ListGroundStationsPaginator.js +0 -1
- package/dist-es/pagination/ListMissionProfilesPaginator.js +0 -1
- package/dist-es/pagination/ListSatellitesPaginator.js +0 -1
- package/dist-es/pagination/index.js +7 -0
- package/dist-es/protocols/Aws_restJson1.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/commands/index.d.ts +25 -0
- package/dist-types/index.d.ts +4 -34
- package/dist-types/pagination/index.d.ts +7 -0
- package/dist-types/ts3.4/GroundStation.d.ts +26 -97
- package/dist-types/ts3.4/GroundStationClient.d.ts +24 -92
- package/dist-types/ts3.4/commands/CancelContactCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ReserveContactCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/index.d.ts +25 -0
- package/dist-types/ts3.4/index.d.ts +4 -34
- package/dist-types/ts3.4/models/models_0.d.ts +386 -1194
- package/dist-types/ts3.4/pagination/index.d.ts +7 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/GroundStation.js.map +0 -1
- package/dist-cjs/GroundStationClient.js.map +0 -1
- package/dist-cjs/commands/CancelContactCommand.js.map +0 -1
- package/dist-cjs/commands/CreateConfigCommand.js.map +0 -1
- package/dist-cjs/commands/CreateDataflowEndpointGroupCommand.js.map +0 -1
- package/dist-cjs/commands/CreateMissionProfileCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteConfigCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteDataflowEndpointGroupCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteMissionProfileCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeContactCommand.js.map +0 -1
- package/dist-cjs/commands/GetConfigCommand.js.map +0 -1
- package/dist-cjs/commands/GetDataflowEndpointGroupCommand.js.map +0 -1
- package/dist-cjs/commands/GetMinuteUsageCommand.js.map +0 -1
- package/dist-cjs/commands/GetMissionProfileCommand.js.map +0 -1
- package/dist-cjs/commands/GetSatelliteCommand.js.map +0 -1
- package/dist-cjs/commands/ListConfigsCommand.js.map +0 -1
- package/dist-cjs/commands/ListContactsCommand.js.map +0 -1
- package/dist-cjs/commands/ListDataflowEndpointGroupsCommand.js.map +0 -1
- package/dist-cjs/commands/ListGroundStationsCommand.js.map +0 -1
- package/dist-cjs/commands/ListMissionProfilesCommand.js.map +0 -1
- package/dist-cjs/commands/ListSatellitesCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/ReserveContactCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateConfigCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateMissionProfileCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListConfigsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListContactsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListDataflowEndpointGroupsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListGroundStationsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListMissionProfilesPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListSatellitesPaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/GroundStation.js.map +0 -1
- package/dist-es/GroundStationClient.js.map +0 -1
- package/dist-es/commands/CancelContactCommand.js.map +0 -1
- package/dist-es/commands/CreateConfigCommand.js.map +0 -1
- package/dist-es/commands/CreateDataflowEndpointGroupCommand.js.map +0 -1
- package/dist-es/commands/CreateMissionProfileCommand.js.map +0 -1
- package/dist-es/commands/DeleteConfigCommand.js.map +0 -1
- package/dist-es/commands/DeleteDataflowEndpointGroupCommand.js.map +0 -1
- package/dist-es/commands/DeleteMissionProfileCommand.js.map +0 -1
- package/dist-es/commands/DescribeContactCommand.js.map +0 -1
- package/dist-es/commands/GetConfigCommand.js.map +0 -1
- package/dist-es/commands/GetDataflowEndpointGroupCommand.js.map +0 -1
- package/dist-es/commands/GetMinuteUsageCommand.js.map +0 -1
- package/dist-es/commands/GetMissionProfileCommand.js.map +0 -1
- package/dist-es/commands/GetSatelliteCommand.js.map +0 -1
- package/dist-es/commands/ListConfigsCommand.js.map +0 -1
- package/dist-es/commands/ListContactsCommand.js.map +0 -1
- package/dist-es/commands/ListDataflowEndpointGroupsCommand.js.map +0 -1
- package/dist-es/commands/ListGroundStationsCommand.js.map +0 -1
- package/dist-es/commands/ListMissionProfilesCommand.js.map +0 -1
- package/dist-es/commands/ListSatellitesCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/ReserveContactCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateConfigCommand.js.map +0 -1
- package/dist-es/commands/UpdateMissionProfileCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListConfigsPaginator.js.map +0 -1
- package/dist-es/pagination/ListContactsPaginator.js.map +0 -1
- package/dist-es/pagination/ListDataflowEndpointGroupsPaginator.js.map +0 -1
- package/dist-es/pagination/ListGroundStationsPaginator.js.map +0 -1
- package/dist-es/pagination/ListMissionProfilesPaginator.js.map +0 -1
- package/dist-es/pagination/ListSatellitesPaginator.js.map +0 -1
- package/dist-es/protocols/Aws_restJson1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/GroundStation.ts +0 -907
- package/src/GroundStationClient.ts +0 -341
- package/src/commands/CancelContactCommand.ts +0 -95
- package/src/commands/CreateConfigCommand.ts +0 -96
- package/src/commands/CreateDataflowEndpointGroupCommand.ts +0 -102
- package/src/commands/CreateMissionProfileCommand.ts +0 -98
- package/src/commands/DeleteConfigCommand.ts +0 -95
- package/src/commands/DeleteDataflowEndpointGroupCommand.ts +0 -98
- package/src/commands/DeleteMissionProfileCommand.ts +0 -95
- package/src/commands/DescribeContactCommand.ts +0 -95
- package/src/commands/GetConfigCommand.ts +0 -96
- package/src/commands/GetDataflowEndpointGroupCommand.ts +0 -95
- package/src/commands/GetMinuteUsageCommand.ts +0 -95
- package/src/commands/GetMissionProfileCommand.ts +0 -95
- package/src/commands/GetSatelliteCommand.ts +0 -95
- package/src/commands/ListConfigsCommand.ts +0 -95
- package/src/commands/ListContactsCommand.ts +0 -98
- package/src/commands/ListDataflowEndpointGroupsCommand.ts +0 -98
- package/src/commands/ListGroundStationsCommand.ts +0 -95
- package/src/commands/ListMissionProfilesCommand.ts +0 -95
- package/src/commands/ListSatellitesCommand.ts +0 -95
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/ReserveContactCommand.ts +0 -95
- package/src/commands/TagResourceCommand.ts +0 -95
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/commands/UpdateConfigCommand.ts +0 -97
- package/src/commands/UpdateMissionProfileCommand.ts +0 -97
- package/src/endpoints.ts +0 -73
- package/src/index.ts +0 -35
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -2545
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListConfigsPaginator.ts +0 -55
- package/src/pagination/ListContactsPaginator.ts +0 -59
- package/src/pagination/ListDataflowEndpointGroupsPaginator.ts +0 -59
- package/src/pagination/ListGroundStationsPaginator.ts +0 -59
- package/src/pagination/ListMissionProfilesPaginator.ts +0 -59
- package/src/pagination/ListSatellitesPaginator.ts +0 -59
- package/src/protocols/Aws_restJson1.ts +0 -3832
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -6,29 +6,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deassigns a resource tag.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { GroundStationClient, UntagResourceCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
|
|
15
|
-
* // const { GroundStationClient, UntagResourceCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
|
|
16
|
-
* const client = new GroundStationClient(config);
|
|
17
|
-
* const command = new UntagResourceCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, GroundStationClientResolvedConfig> {
|
|
27
11
|
readonly input: UntagResourceCommandInput;
|
|
28
12
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface UpdateConfigCommandInput extends UpdateConfigRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateConfigCommandOutput extends ConfigIdResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Updates the <code>Config</code> used when scheduling contacts.</p>
|
|
11
|
-
* <p>Updating a <code>Config</code> will not update the execution parameters
|
|
12
|
-
* for existing future contacts scheduled with this <code>Config</code>.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { GroundStationClient, UpdateConfigCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
|
|
17
|
-
* // const { GroundStationClient, UpdateConfigCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
|
|
18
|
-
* const client = new GroundStationClient(config);
|
|
19
|
-
* const command = new UpdateConfigCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link UpdateConfigCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link UpdateConfigCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class UpdateConfigCommand extends $Command<UpdateConfigCommandInput, UpdateConfigCommandOutput, GroundStationClientResolvedConfig> {
|
|
29
11
|
readonly input: UpdateConfigCommandInput;
|
|
30
12
|
constructor(input: UpdateConfigCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConfigCommandInput, UpdateConfigCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface UpdateMissionProfileCommandInput extends UpdateMissionProfileRe
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateMissionProfileCommandOutput extends MissionProfileIdResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Updates a mission profile.</p>
|
|
11
|
-
* <p>Updating a mission profile will not update the execution parameters
|
|
12
|
-
* for existing future contacts.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { GroundStationClient, UpdateMissionProfileCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
|
|
17
|
-
* // const { GroundStationClient, UpdateMissionProfileCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
|
|
18
|
-
* const client = new GroundStationClient(config);
|
|
19
|
-
* const command = new UpdateMissionProfileCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link UpdateMissionProfileCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link UpdateMissionProfileCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class UpdateMissionProfileCommand extends $Command<UpdateMissionProfileCommandInput, UpdateMissionProfileCommandOutput, GroundStationClientResolvedConfig> {
|
|
29
11
|
readonly input: UpdateMissionProfileCommandInput;
|
|
30
12
|
constructor(input: UpdateMissionProfileCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMissionProfileCommandInput, UpdateMissionProfileCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export * from "./CancelContactCommand";
|
|
2
|
+
export * from "./CreateConfigCommand";
|
|
3
|
+
export * from "./CreateDataflowEndpointGroupCommand";
|
|
4
|
+
export * from "./CreateMissionProfileCommand";
|
|
5
|
+
export * from "./DeleteConfigCommand";
|
|
6
|
+
export * from "./DeleteDataflowEndpointGroupCommand";
|
|
7
|
+
export * from "./DeleteMissionProfileCommand";
|
|
8
|
+
export * from "./DescribeContactCommand";
|
|
9
|
+
export * from "./GetConfigCommand";
|
|
10
|
+
export * from "./GetDataflowEndpointGroupCommand";
|
|
11
|
+
export * from "./GetMinuteUsageCommand";
|
|
12
|
+
export * from "./GetMissionProfileCommand";
|
|
13
|
+
export * from "./GetSatelliteCommand";
|
|
14
|
+
export * from "./ListConfigsCommand";
|
|
15
|
+
export * from "./ListContactsCommand";
|
|
16
|
+
export * from "./ListDataflowEndpointGroupsCommand";
|
|
17
|
+
export * from "./ListGroundStationsCommand";
|
|
18
|
+
export * from "./ListMissionProfilesCommand";
|
|
19
|
+
export * from "./ListSatellitesCommand";
|
|
20
|
+
export * from "./ListTagsForResourceCommand";
|
|
21
|
+
export * from "./ReserveContactCommand";
|
|
22
|
+
export * from "./TagResourceCommand";
|
|
23
|
+
export * from "./UntagResourceCommand";
|
|
24
|
+
export * from "./UpdateConfigCommand";
|
|
25
|
+
export * from "./UpdateMissionProfileCommand";
|
|
@@ -1,35 +1,5 @@
|
|
|
1
|
-
export * from "./GroundStationClient";
|
|
2
1
|
export * from "./GroundStation";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/DeleteConfigCommand";
|
|
8
|
-
export * from "./commands/DeleteDataflowEndpointGroupCommand";
|
|
9
|
-
export * from "./commands/DeleteMissionProfileCommand";
|
|
10
|
-
export * from "./commands/DescribeContactCommand";
|
|
11
|
-
export * from "./commands/GetConfigCommand";
|
|
12
|
-
export * from "./commands/GetDataflowEndpointGroupCommand";
|
|
13
|
-
export * from "./commands/GetMinuteUsageCommand";
|
|
14
|
-
export * from "./commands/GetMissionProfileCommand";
|
|
15
|
-
export * from "./commands/GetSatelliteCommand";
|
|
16
|
-
export * from "./commands/ListConfigsCommand";
|
|
17
|
-
export * from "./pagination/ListConfigsPaginator";
|
|
18
|
-
export * from "./commands/ListContactsCommand";
|
|
19
|
-
export * from "./pagination/ListContactsPaginator";
|
|
20
|
-
export * from "./commands/ListDataflowEndpointGroupsCommand";
|
|
21
|
-
export * from "./pagination/ListDataflowEndpointGroupsPaginator";
|
|
22
|
-
export * from "./commands/ListGroundStationsCommand";
|
|
23
|
-
export * from "./pagination/ListGroundStationsPaginator";
|
|
24
|
-
export * from "./commands/ListMissionProfilesCommand";
|
|
25
|
-
export * from "./pagination/ListMissionProfilesPaginator";
|
|
26
|
-
export * from "./commands/ListSatellitesCommand";
|
|
27
|
-
export * from "./pagination/ListSatellitesPaginator";
|
|
28
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
29
|
-
export * from "./commands/ReserveContactCommand";
|
|
30
|
-
export * from "./commands/TagResourceCommand";
|
|
31
|
-
export * from "./commands/UntagResourceCommand";
|
|
32
|
-
export * from "./commands/UpdateConfigCommand";
|
|
33
|
-
export * from "./commands/UpdateMissionProfileCommand";
|
|
34
|
-
export * from "./pagination/Interfaces";
|
|
35
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./GroundStationClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|