@aws-sdk/client-groundstation 3.170.0 → 3.171.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 +8 -0
- package/dist-types/ts3.4/GroundStation.d.ts +0 -25
- package/dist-types/ts3.4/GroundStationClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CancelContactCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ReserveContactCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/GroundStationServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -312
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -15,7 +15,6 @@ export interface UpdateConfigCommandInput extends UpdateConfigRequest {}
|
|
|
15
15
|
export interface UpdateConfigCommandOutput
|
|
16
16
|
extends ConfigIdResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateConfigCommand extends $Command<
|
|
20
19
|
UpdateConfigCommandInput,
|
|
21
20
|
UpdateConfigCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateConfigCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateConfigCommandInput;
|
|
25
24
|
constructor(input: UpdateConfigCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: GroundStationClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateMissionProfileCommandInput
|
|
|
19
19
|
export interface UpdateMissionProfileCommandOutput
|
|
20
20
|
extends MissionProfileIdResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateMissionProfileCommand extends $Command<
|
|
24
23
|
UpdateMissionProfileCommandInput,
|
|
25
24
|
UpdateMissionProfileCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateMissionProfileCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateMissionProfileCommandInput;
|
|
29
28
|
constructor(input: UpdateMissionProfileCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GroundStationClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class GroundStationServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|