@aws-sdk/client-groundstation 3.32.0 → 3.36.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 +44 -0
- package/{dist/cjs → dist-cjs}/GroundStation.js +1 -2
- package/{dist/cjs → dist-cjs}/GroundStationClient.js +8 -9
- package/{dist/cjs → dist-cjs}/commands/CancelContactCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateConfigCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateDataflowEndpointGroupCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateMissionProfileCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteConfigCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteDataflowEndpointGroupCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteMissionProfileCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeContactCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetConfigCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetDataflowEndpointGroupCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetMinuteUsageCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetMissionProfileCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetSatelliteCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListConfigsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListContactsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListDataflowEndpointGroupsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListGroundStationsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListMissionProfilesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListSatellitesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ReserveContactCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateConfigCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateMissionProfileCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListConfigsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListContactsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListDataflowEndpointGroupsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListGroundStationsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListMissionProfilesPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListSatellitesPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +12 -13
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/GroundStation.js +2 -9
- package/{dist/es → dist-es}/GroundStationClient.js +2 -14
- package/{dist/es → dist-es}/commands/CancelContactCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateConfigCommand.js +4 -31
- package/{dist/es → dist-es}/commands/CreateDataflowEndpointGroupCommand.js +4 -34
- package/{dist/es → dist-es}/commands/CreateMissionProfileCommand.js +4 -33
- package/{dist/es → dist-es}/commands/DeleteConfigCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteDataflowEndpointGroupCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteMissionProfileCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeContactCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetConfigCommand.js +4 -31
- package/{dist/es → dist-es}/commands/GetDataflowEndpointGroupCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetMinuteUsageCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetMissionProfileCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetSatelliteCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListConfigsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListContactsCommand.js +4 -33
- package/{dist/es → dist-es}/commands/ListDataflowEndpointGroupsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListGroundStationsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListMissionProfilesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListSatellitesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ReserveContactCommand.js +4 -30
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateConfigCommand.js +4 -32
- package/{dist/es → dist-es}/commands/UpdateMissionProfileCommand.js +4 -32
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -241
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListConfigsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListContactsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListDataflowEndpointGroupsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListGroundStationsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListMissionProfilesPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListSatellitesPaginator.js +17 -30
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +534 -540
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/GroundStation.d.ts +2 -2
- package/{dist/types → dist-types}/GroundStationClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/CancelContactCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateConfigCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateDataflowEndpointGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateMissionProfileCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteConfigCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteDataflowEndpointGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteMissionProfileCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeContactCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetConfigCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetDataflowEndpointGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetMinuteUsageCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetMissionProfileCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetSatelliteCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListConfigsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListContactsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListDataflowEndpointGroupsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListGroundStationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListMissionProfilesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListSatellitesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ReserveContactCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateConfigCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateMissionProfileCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListConfigsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListContactsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListDataflowEndpointGroupsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListGroundStationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListMissionProfilesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListSatellitesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/GroundStation.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/GroundStationClient.d.ts +8 -8
- package/{dist/types → dist-types}/ts3.4/commands/CancelContactCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateConfigCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateMissionProfileCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteConfigCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteMissionProfileCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeContactCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetConfigCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetMinuteUsageCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetMissionProfileCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetSatelliteCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListConfigsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListContactsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListGroundStationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListMissionProfilesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListSatellitesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ReserveContactCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateConfigCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateMissionProfileCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListConfigsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListContactsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListDataflowEndpointGroupsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListGroundStationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListMissionProfilesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListSatellitesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/GroundStation.ts +0 -906
- package/GroundStationClient.ts +0 -340
- package/commands/CancelContactCommand.ts +0 -94
- package/commands/CreateConfigCommand.ts +0 -95
- package/commands/CreateDataflowEndpointGroupCommand.ts +0 -101
- package/commands/CreateMissionProfileCommand.ts +0 -97
- package/commands/DeleteConfigCommand.ts +0 -94
- package/commands/DeleteDataflowEndpointGroupCommand.ts +0 -97
- package/commands/DeleteMissionProfileCommand.ts +0 -94
- package/commands/DescribeContactCommand.ts +0 -94
- package/commands/GetConfigCommand.ts +0 -95
- package/commands/GetDataflowEndpointGroupCommand.ts +0 -94
- package/commands/GetMinuteUsageCommand.ts +0 -94
- package/commands/GetMissionProfileCommand.ts +0 -94
- package/commands/GetSatelliteCommand.ts +0 -94
- package/commands/ListConfigsCommand.ts +0 -94
- package/commands/ListContactsCommand.ts +0 -97
- package/commands/ListDataflowEndpointGroupsCommand.ts +0 -97
- package/commands/ListGroundStationsCommand.ts +0 -94
- package/commands/ListMissionProfilesCommand.ts +0 -94
- package/commands/ListSatellitesCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/ReserveContactCommand.ts +0 -94
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateConfigCommand.ts +0 -96
- package/commands/UpdateMissionProfileCommand.ts +0 -96
- 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/package.json +0 -91
- 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 +0 -36
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/Interfaces.js +0 -2
- 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/endpoints.ts +0 -73
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -2545
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListConfigsPaginator.ts +0 -54
- package/pagination/ListContactsPaginator.ts +0 -58
- package/pagination/ListDataflowEndpointGroupsPaginator.ts +0 -58
- package/pagination/ListGroundStationsPaginator.ts +0 -58
- package/pagination/ListMissionProfilesPaginator.ts +0 -58
- package/pagination/ListSatellitesPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -3831
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteMissionProfileRequest, MissionProfileIdResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DeleteMissionProfileCommand, serializeAws_restJson1DeleteMissionProfileCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { GroundStationClient, DeleteMissionProfileCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
|
|
12
|
-
* // const { GroundStationClient, DeleteMissionProfileCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
|
|
13
|
-
* const client = new GroundStationClient(config);
|
|
14
|
-
* const command = new DeleteMissionProfileCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link DeleteMissionProfileCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link DeleteMissionProfileCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var DeleteMissionProfileCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { DeleteMissionProfileRequest, MissionProfileIdResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DeleteMissionProfileCommand, serializeAws_restJson1DeleteMissionProfileCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DeleteMissionProfileCommand = (function (_super) {
|
|
24
7
|
__extends(DeleteMissionProfileCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function DeleteMissionProfileCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
DeleteMissionProfileCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var DeleteMissionProfileCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return DeleteMissionProfileCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { DeleteMissionProfileCommand };
|
|
65
|
-
//# sourceMappingURL=DeleteMissionProfileCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeContactRequest, DescribeContactResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DescribeContactCommand, serializeAws_restJson1DescribeContactCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { GroundStationClient, DescribeContactCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
|
|
12
|
-
* // const { GroundStationClient, DescribeContactCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
|
|
13
|
-
* const client = new GroundStationClient(config);
|
|
14
|
-
* const command = new DescribeContactCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link DescribeContactCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link DescribeContactCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var DescribeContactCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { DescribeContactRequest, DescribeContactResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DescribeContactCommand, serializeAws_restJson1DescribeContactCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DescribeContactCommand = (function (_super) {
|
|
24
7
|
__extends(DescribeContactCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function DescribeContactCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
DescribeContactCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var DescribeContactCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return DescribeContactCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { DescribeContactCommand };
|
|
65
|
-
//# sourceMappingURL=DescribeContactCommand.js.map
|
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetConfigRequest, GetConfigResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1GetConfigCommand, serializeAws_restJson1GetConfigCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { GroundStationClient, GetConfigCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
|
|
13
|
-
* // const { GroundStationClient, GetConfigCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
|
|
14
|
-
* const client = new GroundStationClient(config);
|
|
15
|
-
* const command = new GetConfigCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link GetConfigCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link GetConfigCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var GetConfigCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { GetConfigRequest, GetConfigResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetConfigCommand, serializeAws_restJson1GetConfigCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var GetConfigCommand = (function (_super) {
|
|
25
7
|
__extends(GetConfigCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
8
|
function GetConfigCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
32
10
|
_this.input = input;
|
|
33
11
|
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
GetConfigCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -63,4 +37,3 @@ var GetConfigCommand = /** @class */ (function (_super) {
|
|
|
63
37
|
return GetConfigCommand;
|
|
64
38
|
}($Command));
|
|
65
39
|
export { GetConfigCommand };
|
|
66
|
-
//# sourceMappingURL=GetConfigCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetDataflowEndpointGroupRequest, GetDataflowEndpointGroupResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1GetDataflowEndpointGroupCommand, serializeAws_restJson1GetDataflowEndpointGroupCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { GroundStationClient, GetDataflowEndpointGroupCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
|
|
12
|
-
* // const { GroundStationClient, GetDataflowEndpointGroupCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
|
|
13
|
-
* const client = new GroundStationClient(config);
|
|
14
|
-
* const command = new GetDataflowEndpointGroupCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link GetDataflowEndpointGroupCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link GetDataflowEndpointGroupCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var GetDataflowEndpointGroupCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { GetDataflowEndpointGroupRequest, GetDataflowEndpointGroupResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetDataflowEndpointGroupCommand, serializeAws_restJson1GetDataflowEndpointGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var GetDataflowEndpointGroupCommand = (function (_super) {
|
|
24
7
|
__extends(GetDataflowEndpointGroupCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function GetDataflowEndpointGroupCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
GetDataflowEndpointGroupCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var GetDataflowEndpointGroupCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return GetDataflowEndpointGroupCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { GetDataflowEndpointGroupCommand };
|
|
65
|
-
//# sourceMappingURL=GetDataflowEndpointGroupCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetMinuteUsageRequest, GetMinuteUsageResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1GetMinuteUsageCommand, serializeAws_restJson1GetMinuteUsageCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { GroundStationClient, GetMinuteUsageCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
|
|
12
|
-
* // const { GroundStationClient, GetMinuteUsageCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
|
|
13
|
-
* const client = new GroundStationClient(config);
|
|
14
|
-
* const command = new GetMinuteUsageCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link GetMinuteUsageCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link GetMinuteUsageCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var GetMinuteUsageCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { GetMinuteUsageRequest, GetMinuteUsageResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetMinuteUsageCommand, serializeAws_restJson1GetMinuteUsageCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var GetMinuteUsageCommand = (function (_super) {
|
|
24
7
|
__extends(GetMinuteUsageCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function GetMinuteUsageCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
GetMinuteUsageCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var GetMinuteUsageCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return GetMinuteUsageCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { GetMinuteUsageCommand };
|
|
65
|
-
//# sourceMappingURL=GetMinuteUsageCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetMissionProfileRequest, GetMissionProfileResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1GetMissionProfileCommand, serializeAws_restJson1GetMissionProfileCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { GroundStationClient, GetMissionProfileCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
|
|
12
|
-
* // const { GroundStationClient, GetMissionProfileCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
|
|
13
|
-
* const client = new GroundStationClient(config);
|
|
14
|
-
* const command = new GetMissionProfileCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link GetMissionProfileCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link GetMissionProfileCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var GetMissionProfileCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { GetMissionProfileRequest, GetMissionProfileResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetMissionProfileCommand, serializeAws_restJson1GetMissionProfileCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var GetMissionProfileCommand = (function (_super) {
|
|
24
7
|
__extends(GetMissionProfileCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function GetMissionProfileCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
GetMissionProfileCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var GetMissionProfileCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return GetMissionProfileCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { GetMissionProfileCommand };
|
|
65
|
-
//# sourceMappingURL=GetMissionProfileCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetSatelliteRequest, GetSatelliteResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1GetSatelliteCommand, serializeAws_restJson1GetSatelliteCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { GroundStationClient, GetSatelliteCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
|
|
12
|
-
* // const { GroundStationClient, GetSatelliteCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
|
|
13
|
-
* const client = new GroundStationClient(config);
|
|
14
|
-
* const command = new GetSatelliteCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link GetSatelliteCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link GetSatelliteCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var GetSatelliteCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { GetSatelliteRequest, GetSatelliteResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetSatelliteCommand, serializeAws_restJson1GetSatelliteCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var GetSatelliteCommand = (function (_super) {
|
|
24
7
|
__extends(GetSatelliteCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function GetSatelliteCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
GetSatelliteCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var GetSatelliteCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return GetSatelliteCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { GetSatelliteCommand };
|
|
65
|
-
//# sourceMappingURL=GetSatelliteCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListConfigsRequest, ListConfigsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1ListConfigsCommand, serializeAws_restJson1ListConfigsCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { GroundStationClient, ListConfigsCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
|
|
12
|
-
* // const { GroundStationClient, ListConfigsCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
|
|
13
|
-
* const client = new GroundStationClient(config);
|
|
14
|
-
* const command = new ListConfigsCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link ListConfigsCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link ListConfigsCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var ListConfigsCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ListConfigsRequest, ListConfigsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1ListConfigsCommand, serializeAws_restJson1ListConfigsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var ListConfigsCommand = (function (_super) {
|
|
24
7
|
__extends(ListConfigsCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function ListConfigsCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
ListConfigsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var ListConfigsCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return ListConfigsCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { ListConfigsCommand };
|
|
65
|
-
//# sourceMappingURL=ListConfigsCommand.js.map
|
|
@@ -1,43 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListContactsRequest, ListContactsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1ListContactsCommand, serializeAws_restJson1ListContactsCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* <code>groundStation</code>, <code>missionprofileArn</code>, and <code>satelliteArn</code>.
|
|
10
|
-
* </p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { GroundStationClient, ListContactsCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
|
|
15
|
-
* // const { GroundStationClient, ListContactsCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
|
|
16
|
-
* const client = new GroundStationClient(config);
|
|
17
|
-
* const command = new ListContactsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ListContactsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ListContactsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
var ListContactsCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ListContactsRequest, ListContactsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1ListContactsCommand, serializeAws_restJson1ListContactsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var ListContactsCommand = (function (_super) {
|
|
27
7
|
__extends(ListContactsCommand, _super);
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
8
|
function ListContactsCommand(input) {
|
|
31
|
-
var _this =
|
|
32
|
-
// Start section: command_constructor
|
|
33
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
34
10
|
_this.input = input;
|
|
35
11
|
return _this;
|
|
36
|
-
// End section: command_constructor
|
|
37
12
|
}
|
|
38
|
-
/**
|
|
39
|
-
* @internal
|
|
40
|
-
*/
|
|
41
13
|
ListContactsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
42
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
43
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -65,4 +37,3 @@ var ListContactsCommand = /** @class */ (function (_super) {
|
|
|
65
37
|
return ListContactsCommand;
|
|
66
38
|
}($Command));
|
|
67
39
|
export { ListContactsCommand };
|
|
68
|
-
//# sourceMappingURL=ListContactsCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListDataflowEndpointGroupsRequest, ListDataflowEndpointGroupsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1ListDataflowEndpointGroupsCommand, serializeAws_restJson1ListDataflowEndpointGroupsCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { GroundStationClient, ListDataflowEndpointGroupsCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
|
|
12
|
-
* // const { GroundStationClient, ListDataflowEndpointGroupsCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
|
|
13
|
-
* const client = new GroundStationClient(config);
|
|
14
|
-
* const command = new ListDataflowEndpointGroupsCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link ListDataflowEndpointGroupsCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link ListDataflowEndpointGroupsCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var ListDataflowEndpointGroupsCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ListDataflowEndpointGroupsRequest, ListDataflowEndpointGroupsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1ListDataflowEndpointGroupsCommand, serializeAws_restJson1ListDataflowEndpointGroupsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var ListDataflowEndpointGroupsCommand = (function (_super) {
|
|
24
7
|
__extends(ListDataflowEndpointGroupsCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function ListDataflowEndpointGroupsCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
ListDataflowEndpointGroupsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var ListDataflowEndpointGroupsCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return ListDataflowEndpointGroupsCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { ListDataflowEndpointGroupsCommand };
|
|
65
|
-
//# sourceMappingURL=ListDataflowEndpointGroupsCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListGroundStationsRequest, ListGroundStationsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1ListGroundStationsCommand, serializeAws_restJson1ListGroundStationsCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { GroundStationClient, ListGroundStationsCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
|
|
12
|
-
* // const { GroundStationClient, ListGroundStationsCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
|
|
13
|
-
* const client = new GroundStationClient(config);
|
|
14
|
-
* const command = new ListGroundStationsCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link ListGroundStationsCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link ListGroundStationsCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var ListGroundStationsCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ListGroundStationsRequest, ListGroundStationsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1ListGroundStationsCommand, serializeAws_restJson1ListGroundStationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var ListGroundStationsCommand = (function (_super) {
|
|
24
7
|
__extends(ListGroundStationsCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function ListGroundStationsCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
ListGroundStationsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var ListGroundStationsCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return ListGroundStationsCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { ListGroundStationsCommand };
|
|
65
|
-
//# sourceMappingURL=ListGroundStationsCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListMissionProfilesRequest, ListMissionProfilesResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1ListMissionProfilesCommand, serializeAws_restJson1ListMissionProfilesCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { GroundStationClient, ListMissionProfilesCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
|
|
12
|
-
* // const { GroundStationClient, ListMissionProfilesCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
|
|
13
|
-
* const client = new GroundStationClient(config);
|
|
14
|
-
* const command = new ListMissionProfilesCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link ListMissionProfilesCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link ListMissionProfilesCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var ListMissionProfilesCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ListMissionProfilesRequest, ListMissionProfilesResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1ListMissionProfilesCommand, serializeAws_restJson1ListMissionProfilesCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var ListMissionProfilesCommand = (function (_super) {
|
|
24
7
|
__extends(ListMissionProfilesCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function ListMissionProfilesCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
ListMissionProfilesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var ListMissionProfilesCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return ListMissionProfilesCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { ListMissionProfilesCommand };
|
|
65
|
-
//# sourceMappingURL=ListMissionProfilesCommand.js.map
|