@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,94 +0,0 @@
|
|
|
1
|
-
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
2
|
-
import { GetMinuteUsageRequest, GetMinuteUsageResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1GetMinuteUsageCommand,
|
|
5
|
-
serializeAws_restJson1GetMinuteUsageCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface GetMinuteUsageCommandInput extends GetMinuteUsageRequest {}
|
|
21
|
-
export interface GetMinuteUsageCommandOutput extends GetMinuteUsageResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Returns the number of minutes used by account.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { GroundStationClient, GetMinuteUsageCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
|
|
29
|
-
* // const { GroundStationClient, GetMinuteUsageCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
|
|
30
|
-
* const client = new GroundStationClient(config);
|
|
31
|
-
* const command = new GetMinuteUsageCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link GetMinuteUsageCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link GetMinuteUsageCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class GetMinuteUsageCommand extends $Command<
|
|
41
|
-
GetMinuteUsageCommandInput,
|
|
42
|
-
GetMinuteUsageCommandOutput,
|
|
43
|
-
GroundStationClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: GetMinuteUsageCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: GroundStationClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<GetMinuteUsageCommandInput, GetMinuteUsageCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "GroundStationClient";
|
|
68
|
-
const commandName = "GetMinuteUsageCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: GetMinuteUsageRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: GetMinuteUsageResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: GetMinuteUsageCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1GetMinuteUsageCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetMinuteUsageCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1GetMinuteUsageCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
2
|
-
import { GetMissionProfileRequest, GetMissionProfileResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1GetMissionProfileCommand,
|
|
5
|
-
serializeAws_restJson1GetMissionProfileCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface GetMissionProfileCommandInput extends GetMissionProfileRequest {}
|
|
21
|
-
export interface GetMissionProfileCommandOutput extends GetMissionProfileResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Returns a mission profile.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { GroundStationClient, GetMissionProfileCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
|
|
29
|
-
* // const { GroundStationClient, GetMissionProfileCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
|
|
30
|
-
* const client = new GroundStationClient(config);
|
|
31
|
-
* const command = new GetMissionProfileCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link GetMissionProfileCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link GetMissionProfileCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class GetMissionProfileCommand extends $Command<
|
|
41
|
-
GetMissionProfileCommandInput,
|
|
42
|
-
GetMissionProfileCommandOutput,
|
|
43
|
-
GroundStationClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: GetMissionProfileCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: GroundStationClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<GetMissionProfileCommandInput, GetMissionProfileCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "GroundStationClient";
|
|
68
|
-
const commandName = "GetMissionProfileCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: GetMissionProfileRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: GetMissionProfileResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: GetMissionProfileCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1GetMissionProfileCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetMissionProfileCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1GetMissionProfileCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
2
|
-
import { GetSatelliteRequest, GetSatelliteResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1GetSatelliteCommand,
|
|
5
|
-
serializeAws_restJson1GetSatelliteCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface GetSatelliteCommandInput extends GetSatelliteRequest {}
|
|
21
|
-
export interface GetSatelliteCommandOutput extends GetSatelliteResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Returns a satellite.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { GroundStationClient, GetSatelliteCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
|
|
29
|
-
* // const { GroundStationClient, GetSatelliteCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
|
|
30
|
-
* const client = new GroundStationClient(config);
|
|
31
|
-
* const command = new GetSatelliteCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link GetSatelliteCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link GetSatelliteCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class GetSatelliteCommand extends $Command<
|
|
41
|
-
GetSatelliteCommandInput,
|
|
42
|
-
GetSatelliteCommandOutput,
|
|
43
|
-
GroundStationClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: GetSatelliteCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: GroundStationClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<GetSatelliteCommandInput, GetSatelliteCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "GroundStationClient";
|
|
68
|
-
const commandName = "GetSatelliteCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: GetSatelliteRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: GetSatelliteResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: GetSatelliteCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1GetSatelliteCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetSatelliteCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1GetSatelliteCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
2
|
-
import { ListConfigsRequest, ListConfigsResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1ListConfigsCommand,
|
|
5
|
-
serializeAws_restJson1ListConfigsCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface ListConfigsCommandInput extends ListConfigsRequest {}
|
|
21
|
-
export interface ListConfigsCommandOutput extends ListConfigsResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Returns a list of <code>Config</code> objects.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { GroundStationClient, ListConfigsCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
|
|
29
|
-
* // const { GroundStationClient, ListConfigsCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
|
|
30
|
-
* const client = new GroundStationClient(config);
|
|
31
|
-
* const command = new ListConfigsCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link ListConfigsCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link ListConfigsCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class ListConfigsCommand extends $Command<
|
|
41
|
-
ListConfigsCommandInput,
|
|
42
|
-
ListConfigsCommandOutput,
|
|
43
|
-
GroundStationClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: ListConfigsCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: GroundStationClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<ListConfigsCommandInput, ListConfigsCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "GroundStationClient";
|
|
68
|
-
const commandName = "ListConfigsCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: ListConfigsRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: ListConfigsResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: ListConfigsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1ListConfigsCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListConfigsCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1ListConfigsCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
2
|
-
import { ListContactsRequest, ListContactsResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1ListContactsCommand,
|
|
5
|
-
serializeAws_restJson1ListContactsCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface ListContactsCommandInput extends ListContactsRequest {}
|
|
21
|
-
export interface ListContactsCommandOutput extends ListContactsResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Returns a list of contacts.</p>
|
|
25
|
-
* <p>If <code>statusList</code> contains AVAILABLE, the request must include
|
|
26
|
-
* <code>groundStation</code>, <code>missionprofileArn</code>, and <code>satelliteArn</code>.
|
|
27
|
-
* </p>
|
|
28
|
-
* @example
|
|
29
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
-
* ```javascript
|
|
31
|
-
* import { GroundStationClient, ListContactsCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
|
|
32
|
-
* // const { GroundStationClient, ListContactsCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
|
|
33
|
-
* const client = new GroundStationClient(config);
|
|
34
|
-
* const command = new ListContactsCommand(input);
|
|
35
|
-
* const response = await client.send(command);
|
|
36
|
-
* ```
|
|
37
|
-
*
|
|
38
|
-
* @see {@link ListContactsCommandInput} for command's `input` shape.
|
|
39
|
-
* @see {@link ListContactsCommandOutput} for command's `response` shape.
|
|
40
|
-
* @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
|
|
41
|
-
*
|
|
42
|
-
*/
|
|
43
|
-
export class ListContactsCommand extends $Command<
|
|
44
|
-
ListContactsCommandInput,
|
|
45
|
-
ListContactsCommandOutput,
|
|
46
|
-
GroundStationClientResolvedConfig
|
|
47
|
-
> {
|
|
48
|
-
// Start section: command_properties
|
|
49
|
-
// End section: command_properties
|
|
50
|
-
|
|
51
|
-
constructor(readonly input: ListContactsCommandInput) {
|
|
52
|
-
// Start section: command_constructor
|
|
53
|
-
super();
|
|
54
|
-
// End section: command_constructor
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
/**
|
|
58
|
-
* @internal
|
|
59
|
-
*/
|
|
60
|
-
resolveMiddleware(
|
|
61
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
62
|
-
configuration: GroundStationClientResolvedConfig,
|
|
63
|
-
options?: __HttpHandlerOptions
|
|
64
|
-
): Handler<ListContactsCommandInput, ListContactsCommandOutput> {
|
|
65
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
66
|
-
|
|
67
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
68
|
-
|
|
69
|
-
const { logger } = configuration;
|
|
70
|
-
const clientName = "GroundStationClient";
|
|
71
|
-
const commandName = "ListContactsCommand";
|
|
72
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
73
|
-
logger,
|
|
74
|
-
clientName,
|
|
75
|
-
commandName,
|
|
76
|
-
inputFilterSensitiveLog: ListContactsRequest.filterSensitiveLog,
|
|
77
|
-
outputFilterSensitiveLog: ListContactsResponse.filterSensitiveLog,
|
|
78
|
-
};
|
|
79
|
-
const { requestHandler } = configuration;
|
|
80
|
-
return stack.resolve(
|
|
81
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
82
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
83
|
-
handlerExecutionContext
|
|
84
|
-
);
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
private serialize(input: ListContactsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
88
|
-
return serializeAws_restJson1ListContactsCommand(input, context);
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListContactsCommandOutput> {
|
|
92
|
-
return deserializeAws_restJson1ListContactsCommand(output, context);
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
// Start section: command_body_extra
|
|
96
|
-
// End section: command_body_extra
|
|
97
|
-
}
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
2
|
-
import { ListDataflowEndpointGroupsRequest, ListDataflowEndpointGroupsResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1ListDataflowEndpointGroupsCommand,
|
|
5
|
-
serializeAws_restJson1ListDataflowEndpointGroupsCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface ListDataflowEndpointGroupsCommandInput extends ListDataflowEndpointGroupsRequest {}
|
|
21
|
-
export interface ListDataflowEndpointGroupsCommandOutput extends ListDataflowEndpointGroupsResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Returns a list of <code>DataflowEndpoint</code> groups.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { GroundStationClient, ListDataflowEndpointGroupsCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
|
|
29
|
-
* // const { GroundStationClient, ListDataflowEndpointGroupsCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
|
|
30
|
-
* const client = new GroundStationClient(config);
|
|
31
|
-
* const command = new ListDataflowEndpointGroupsCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link ListDataflowEndpointGroupsCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link ListDataflowEndpointGroupsCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class ListDataflowEndpointGroupsCommand extends $Command<
|
|
41
|
-
ListDataflowEndpointGroupsCommandInput,
|
|
42
|
-
ListDataflowEndpointGroupsCommandOutput,
|
|
43
|
-
GroundStationClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: ListDataflowEndpointGroupsCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: GroundStationClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<ListDataflowEndpointGroupsCommandInput, ListDataflowEndpointGroupsCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "GroundStationClient";
|
|
68
|
-
const commandName = "ListDataflowEndpointGroupsCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: ListDataflowEndpointGroupsRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: ListDataflowEndpointGroupsResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: ListDataflowEndpointGroupsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1ListDataflowEndpointGroupsCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(
|
|
89
|
-
output: __HttpResponse,
|
|
90
|
-
context: __SerdeContext
|
|
91
|
-
): Promise<ListDataflowEndpointGroupsCommandOutput> {
|
|
92
|
-
return deserializeAws_restJson1ListDataflowEndpointGroupsCommand(output, context);
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
// Start section: command_body_extra
|
|
96
|
-
// End section: command_body_extra
|
|
97
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
2
|
-
import { ListGroundStationsRequest, ListGroundStationsResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1ListGroundStationsCommand,
|
|
5
|
-
serializeAws_restJson1ListGroundStationsCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface ListGroundStationsCommandInput extends ListGroundStationsRequest {}
|
|
21
|
-
export interface ListGroundStationsCommandOutput extends ListGroundStationsResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Returns a list of ground stations. </p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { GroundStationClient, ListGroundStationsCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
|
|
29
|
-
* // const { GroundStationClient, ListGroundStationsCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
|
|
30
|
-
* const client = new GroundStationClient(config);
|
|
31
|
-
* const command = new ListGroundStationsCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link ListGroundStationsCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link ListGroundStationsCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class ListGroundStationsCommand extends $Command<
|
|
41
|
-
ListGroundStationsCommandInput,
|
|
42
|
-
ListGroundStationsCommandOutput,
|
|
43
|
-
GroundStationClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: ListGroundStationsCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: GroundStationClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<ListGroundStationsCommandInput, ListGroundStationsCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "GroundStationClient";
|
|
68
|
-
const commandName = "ListGroundStationsCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: ListGroundStationsRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: ListGroundStationsResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: ListGroundStationsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1ListGroundStationsCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListGroundStationsCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1ListGroundStationsCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|