@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
package/GroundStationClient.ts
DELETED
|
@@ -1,340 +0,0 @@
|
|
|
1
|
-
import { CancelContactCommandInput, CancelContactCommandOutput } from "./commands/CancelContactCommand";
|
|
2
|
-
import { CreateConfigCommandInput, CreateConfigCommandOutput } from "./commands/CreateConfigCommand";
|
|
3
|
-
import {
|
|
4
|
-
CreateDataflowEndpointGroupCommandInput,
|
|
5
|
-
CreateDataflowEndpointGroupCommandOutput,
|
|
6
|
-
} from "./commands/CreateDataflowEndpointGroupCommand";
|
|
7
|
-
import {
|
|
8
|
-
CreateMissionProfileCommandInput,
|
|
9
|
-
CreateMissionProfileCommandOutput,
|
|
10
|
-
} from "./commands/CreateMissionProfileCommand";
|
|
11
|
-
import { DeleteConfigCommandInput, DeleteConfigCommandOutput } from "./commands/DeleteConfigCommand";
|
|
12
|
-
import {
|
|
13
|
-
DeleteDataflowEndpointGroupCommandInput,
|
|
14
|
-
DeleteDataflowEndpointGroupCommandOutput,
|
|
15
|
-
} from "./commands/DeleteDataflowEndpointGroupCommand";
|
|
16
|
-
import {
|
|
17
|
-
DeleteMissionProfileCommandInput,
|
|
18
|
-
DeleteMissionProfileCommandOutput,
|
|
19
|
-
} from "./commands/DeleteMissionProfileCommand";
|
|
20
|
-
import { DescribeContactCommandInput, DescribeContactCommandOutput } from "./commands/DescribeContactCommand";
|
|
21
|
-
import { GetConfigCommandInput, GetConfigCommandOutput } from "./commands/GetConfigCommand";
|
|
22
|
-
import {
|
|
23
|
-
GetDataflowEndpointGroupCommandInput,
|
|
24
|
-
GetDataflowEndpointGroupCommandOutput,
|
|
25
|
-
} from "./commands/GetDataflowEndpointGroupCommand";
|
|
26
|
-
import { GetMinuteUsageCommandInput, GetMinuteUsageCommandOutput } from "./commands/GetMinuteUsageCommand";
|
|
27
|
-
import { GetMissionProfileCommandInput, GetMissionProfileCommandOutput } from "./commands/GetMissionProfileCommand";
|
|
28
|
-
import { GetSatelliteCommandInput, GetSatelliteCommandOutput } from "./commands/GetSatelliteCommand";
|
|
29
|
-
import { ListConfigsCommandInput, ListConfigsCommandOutput } from "./commands/ListConfigsCommand";
|
|
30
|
-
import { ListContactsCommandInput, ListContactsCommandOutput } from "./commands/ListContactsCommand";
|
|
31
|
-
import {
|
|
32
|
-
ListDataflowEndpointGroupsCommandInput,
|
|
33
|
-
ListDataflowEndpointGroupsCommandOutput,
|
|
34
|
-
} from "./commands/ListDataflowEndpointGroupsCommand";
|
|
35
|
-
import { ListGroundStationsCommandInput, ListGroundStationsCommandOutput } from "./commands/ListGroundStationsCommand";
|
|
36
|
-
import {
|
|
37
|
-
ListMissionProfilesCommandInput,
|
|
38
|
-
ListMissionProfilesCommandOutput,
|
|
39
|
-
} from "./commands/ListMissionProfilesCommand";
|
|
40
|
-
import { ListSatellitesCommandInput, ListSatellitesCommandOutput } from "./commands/ListSatellitesCommand";
|
|
41
|
-
import {
|
|
42
|
-
ListTagsForResourceCommandInput,
|
|
43
|
-
ListTagsForResourceCommandOutput,
|
|
44
|
-
} from "./commands/ListTagsForResourceCommand";
|
|
45
|
-
import { ReserveContactCommandInput, ReserveContactCommandOutput } from "./commands/ReserveContactCommand";
|
|
46
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
47
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
48
|
-
import { UpdateConfigCommandInput, UpdateConfigCommandOutput } from "./commands/UpdateConfigCommand";
|
|
49
|
-
import {
|
|
50
|
-
UpdateMissionProfileCommandInput,
|
|
51
|
-
UpdateMissionProfileCommandOutput,
|
|
52
|
-
} from "./commands/UpdateMissionProfileCommand";
|
|
53
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
54
|
-
import {
|
|
55
|
-
EndpointsInputConfig,
|
|
56
|
-
EndpointsResolvedConfig,
|
|
57
|
-
RegionInputConfig,
|
|
58
|
-
RegionResolvedConfig,
|
|
59
|
-
resolveEndpointsConfig,
|
|
60
|
-
resolveRegionConfig,
|
|
61
|
-
} from "@aws-sdk/config-resolver";
|
|
62
|
-
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
63
|
-
import {
|
|
64
|
-
HostHeaderInputConfig,
|
|
65
|
-
HostHeaderResolvedConfig,
|
|
66
|
-
getHostHeaderPlugin,
|
|
67
|
-
resolveHostHeaderConfig,
|
|
68
|
-
} from "@aws-sdk/middleware-host-header";
|
|
69
|
-
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
70
|
-
import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
71
|
-
import {
|
|
72
|
-
AwsAuthInputConfig,
|
|
73
|
-
AwsAuthResolvedConfig,
|
|
74
|
-
getAwsAuthPlugin,
|
|
75
|
-
resolveAwsAuthConfig,
|
|
76
|
-
} from "@aws-sdk/middleware-signing";
|
|
77
|
-
import {
|
|
78
|
-
UserAgentInputConfig,
|
|
79
|
-
UserAgentResolvedConfig,
|
|
80
|
-
getUserAgentPlugin,
|
|
81
|
-
resolveUserAgentConfig,
|
|
82
|
-
} from "@aws-sdk/middleware-user-agent";
|
|
83
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
84
|
-
import {
|
|
85
|
-
Client as __Client,
|
|
86
|
-
SmithyConfiguration as __SmithyConfiguration,
|
|
87
|
-
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
88
|
-
} from "@aws-sdk/smithy-client";
|
|
89
|
-
import {
|
|
90
|
-
Provider,
|
|
91
|
-
RegionInfoProvider,
|
|
92
|
-
Credentials as __Credentials,
|
|
93
|
-
Decoder as __Decoder,
|
|
94
|
-
Encoder as __Encoder,
|
|
95
|
-
Hash as __Hash,
|
|
96
|
-
HashConstructor as __HashConstructor,
|
|
97
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
98
|
-
Logger as __Logger,
|
|
99
|
-
Provider as __Provider,
|
|
100
|
-
StreamCollector as __StreamCollector,
|
|
101
|
-
UrlParser as __UrlParser,
|
|
102
|
-
UserAgent as __UserAgent,
|
|
103
|
-
} from "@aws-sdk/types";
|
|
104
|
-
|
|
105
|
-
export type ServiceInputTypes =
|
|
106
|
-
| CancelContactCommandInput
|
|
107
|
-
| CreateConfigCommandInput
|
|
108
|
-
| CreateDataflowEndpointGroupCommandInput
|
|
109
|
-
| CreateMissionProfileCommandInput
|
|
110
|
-
| DeleteConfigCommandInput
|
|
111
|
-
| DeleteDataflowEndpointGroupCommandInput
|
|
112
|
-
| DeleteMissionProfileCommandInput
|
|
113
|
-
| DescribeContactCommandInput
|
|
114
|
-
| GetConfigCommandInput
|
|
115
|
-
| GetDataflowEndpointGroupCommandInput
|
|
116
|
-
| GetMinuteUsageCommandInput
|
|
117
|
-
| GetMissionProfileCommandInput
|
|
118
|
-
| GetSatelliteCommandInput
|
|
119
|
-
| ListConfigsCommandInput
|
|
120
|
-
| ListContactsCommandInput
|
|
121
|
-
| ListDataflowEndpointGroupsCommandInput
|
|
122
|
-
| ListGroundStationsCommandInput
|
|
123
|
-
| ListMissionProfilesCommandInput
|
|
124
|
-
| ListSatellitesCommandInput
|
|
125
|
-
| ListTagsForResourceCommandInput
|
|
126
|
-
| ReserveContactCommandInput
|
|
127
|
-
| TagResourceCommandInput
|
|
128
|
-
| UntagResourceCommandInput
|
|
129
|
-
| UpdateConfigCommandInput
|
|
130
|
-
| UpdateMissionProfileCommandInput;
|
|
131
|
-
|
|
132
|
-
export type ServiceOutputTypes =
|
|
133
|
-
| CancelContactCommandOutput
|
|
134
|
-
| CreateConfigCommandOutput
|
|
135
|
-
| CreateDataflowEndpointGroupCommandOutput
|
|
136
|
-
| CreateMissionProfileCommandOutput
|
|
137
|
-
| DeleteConfigCommandOutput
|
|
138
|
-
| DeleteDataflowEndpointGroupCommandOutput
|
|
139
|
-
| DeleteMissionProfileCommandOutput
|
|
140
|
-
| DescribeContactCommandOutput
|
|
141
|
-
| GetConfigCommandOutput
|
|
142
|
-
| GetDataflowEndpointGroupCommandOutput
|
|
143
|
-
| GetMinuteUsageCommandOutput
|
|
144
|
-
| GetMissionProfileCommandOutput
|
|
145
|
-
| GetSatelliteCommandOutput
|
|
146
|
-
| ListConfigsCommandOutput
|
|
147
|
-
| ListContactsCommandOutput
|
|
148
|
-
| ListDataflowEndpointGroupsCommandOutput
|
|
149
|
-
| ListGroundStationsCommandOutput
|
|
150
|
-
| ListMissionProfilesCommandOutput
|
|
151
|
-
| ListSatellitesCommandOutput
|
|
152
|
-
| ListTagsForResourceCommandOutput
|
|
153
|
-
| ReserveContactCommandOutput
|
|
154
|
-
| TagResourceCommandOutput
|
|
155
|
-
| UntagResourceCommandOutput
|
|
156
|
-
| UpdateConfigCommandOutput
|
|
157
|
-
| UpdateMissionProfileCommandOutput;
|
|
158
|
-
|
|
159
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
160
|
-
/**
|
|
161
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
162
|
-
*/
|
|
163
|
-
requestHandler?: __HttpHandler;
|
|
164
|
-
|
|
165
|
-
/**
|
|
166
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
167
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
168
|
-
* @internal
|
|
169
|
-
*/
|
|
170
|
-
sha256?: __HashConstructor;
|
|
171
|
-
|
|
172
|
-
/**
|
|
173
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
174
|
-
* @internal
|
|
175
|
-
*/
|
|
176
|
-
urlParser?: __UrlParser;
|
|
177
|
-
|
|
178
|
-
/**
|
|
179
|
-
* A function that can calculate the length of a request body.
|
|
180
|
-
* @internal
|
|
181
|
-
*/
|
|
182
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
183
|
-
|
|
184
|
-
/**
|
|
185
|
-
* A function that converts a stream into an array of bytes.
|
|
186
|
-
* @internal
|
|
187
|
-
*/
|
|
188
|
-
streamCollector?: __StreamCollector;
|
|
189
|
-
|
|
190
|
-
/**
|
|
191
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
192
|
-
* @internal
|
|
193
|
-
*/
|
|
194
|
-
base64Decoder?: __Decoder;
|
|
195
|
-
|
|
196
|
-
/**
|
|
197
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
198
|
-
* @internal
|
|
199
|
-
*/
|
|
200
|
-
base64Encoder?: __Encoder;
|
|
201
|
-
|
|
202
|
-
/**
|
|
203
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
204
|
-
* @internal
|
|
205
|
-
*/
|
|
206
|
-
utf8Decoder?: __Decoder;
|
|
207
|
-
|
|
208
|
-
/**
|
|
209
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
210
|
-
* @internal
|
|
211
|
-
*/
|
|
212
|
-
utf8Encoder?: __Encoder;
|
|
213
|
-
|
|
214
|
-
/**
|
|
215
|
-
* The runtime environment.
|
|
216
|
-
* @internal
|
|
217
|
-
*/
|
|
218
|
-
runtime?: string;
|
|
219
|
-
|
|
220
|
-
/**
|
|
221
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
222
|
-
* trait of an operation.
|
|
223
|
-
*/
|
|
224
|
-
disableHostPrefix?: boolean;
|
|
225
|
-
|
|
226
|
-
/**
|
|
227
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
228
|
-
*/
|
|
229
|
-
maxAttempts?: number | __Provider<number>;
|
|
230
|
-
|
|
231
|
-
/**
|
|
232
|
-
* Specifies which retry algorithm to use.
|
|
233
|
-
*/
|
|
234
|
-
retryMode?: string | __Provider<string>;
|
|
235
|
-
|
|
236
|
-
/**
|
|
237
|
-
* Optional logger for logging debug/info/warn/error.
|
|
238
|
-
*/
|
|
239
|
-
logger?: __Logger;
|
|
240
|
-
|
|
241
|
-
/**
|
|
242
|
-
* Unique service identifier.
|
|
243
|
-
* @internal
|
|
244
|
-
*/
|
|
245
|
-
serviceId?: string;
|
|
246
|
-
|
|
247
|
-
/**
|
|
248
|
-
* The AWS region to which this client will send requests
|
|
249
|
-
*/
|
|
250
|
-
region?: string | __Provider<string>;
|
|
251
|
-
|
|
252
|
-
/**
|
|
253
|
-
* Default credentials provider; Not available in browser runtime.
|
|
254
|
-
* @internal
|
|
255
|
-
*/
|
|
256
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
257
|
-
|
|
258
|
-
/**
|
|
259
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
260
|
-
* @internal
|
|
261
|
-
*/
|
|
262
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
263
|
-
|
|
264
|
-
/**
|
|
265
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
266
|
-
* @internal
|
|
267
|
-
*/
|
|
268
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
type GroundStationClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
272
|
-
ClientDefaults &
|
|
273
|
-
RegionInputConfig &
|
|
274
|
-
EndpointsInputConfig &
|
|
275
|
-
RetryInputConfig &
|
|
276
|
-
HostHeaderInputConfig &
|
|
277
|
-
AwsAuthInputConfig &
|
|
278
|
-
UserAgentInputConfig;
|
|
279
|
-
/**
|
|
280
|
-
* The configuration interface of GroundStationClient class constructor that set the region, credentials and other options.
|
|
281
|
-
*/
|
|
282
|
-
export interface GroundStationClientConfig extends GroundStationClientConfigType {}
|
|
283
|
-
|
|
284
|
-
type GroundStationClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
285
|
-
Required<ClientDefaults> &
|
|
286
|
-
RegionResolvedConfig &
|
|
287
|
-
EndpointsResolvedConfig &
|
|
288
|
-
RetryResolvedConfig &
|
|
289
|
-
HostHeaderResolvedConfig &
|
|
290
|
-
AwsAuthResolvedConfig &
|
|
291
|
-
UserAgentResolvedConfig;
|
|
292
|
-
/**
|
|
293
|
-
* The resolved configuration interface of GroundStationClient class. This is resolved and normalized from the {@link GroundStationClientConfig | constructor configuration interface}.
|
|
294
|
-
*/
|
|
295
|
-
export interface GroundStationClientResolvedConfig extends GroundStationClientResolvedConfigType {}
|
|
296
|
-
|
|
297
|
-
/**
|
|
298
|
-
* <p>Welcome to the AWS Ground Station API Reference. AWS Ground Station is a fully managed service that
|
|
299
|
-
* enables you to control satellite communications, downlink and process satellite data, and
|
|
300
|
-
* scale your satellite operations efficiently and cost-effectively without having
|
|
301
|
-
* to build or manage your own ground station infrastructure.</p>
|
|
302
|
-
*/
|
|
303
|
-
export class GroundStationClient extends __Client<
|
|
304
|
-
__HttpHandlerOptions,
|
|
305
|
-
ServiceInputTypes,
|
|
306
|
-
ServiceOutputTypes,
|
|
307
|
-
GroundStationClientResolvedConfig
|
|
308
|
-
> {
|
|
309
|
-
/**
|
|
310
|
-
* The resolved configuration of GroundStationClient class. This is resolved and normalized from the {@link GroundStationClientConfig | constructor configuration interface}.
|
|
311
|
-
*/
|
|
312
|
-
readonly config: GroundStationClientResolvedConfig;
|
|
313
|
-
|
|
314
|
-
constructor(configuration: GroundStationClientConfig) {
|
|
315
|
-
let _config_0 = __getRuntimeConfig(configuration);
|
|
316
|
-
let _config_1 = resolveRegionConfig(_config_0);
|
|
317
|
-
let _config_2 = resolveEndpointsConfig(_config_1);
|
|
318
|
-
let _config_3 = resolveRetryConfig(_config_2);
|
|
319
|
-
let _config_4 = resolveHostHeaderConfig(_config_3);
|
|
320
|
-
let _config_5 = resolveAwsAuthConfig(_config_4);
|
|
321
|
-
let _config_6 = resolveUserAgentConfig(_config_5);
|
|
322
|
-
super(_config_6);
|
|
323
|
-
this.config = _config_6;
|
|
324
|
-
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
325
|
-
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
326
|
-
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
327
|
-
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
328
|
-
this.middlewareStack.use(getAwsAuthPlugin(this.config));
|
|
329
|
-
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
/**
|
|
333
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
334
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
335
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
336
|
-
*/
|
|
337
|
-
destroy(): void {
|
|
338
|
-
super.destroy();
|
|
339
|
-
}
|
|
340
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
2
|
-
import { CancelContactRequest, ContactIdResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1CancelContactCommand,
|
|
5
|
-
serializeAws_restJson1CancelContactCommand,
|
|
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 CancelContactCommandInput extends CancelContactRequest {}
|
|
21
|
-
export interface CancelContactCommandOutput extends ContactIdResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Cancels a contact with a specified contact ID.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { GroundStationClient, CancelContactCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
|
|
29
|
-
* // const { GroundStationClient, CancelContactCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
|
|
30
|
-
* const client = new GroundStationClient(config);
|
|
31
|
-
* const command = new CancelContactCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link CancelContactCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link CancelContactCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class CancelContactCommand extends $Command<
|
|
41
|
-
CancelContactCommandInput,
|
|
42
|
-
CancelContactCommandOutput,
|
|
43
|
-
GroundStationClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: CancelContactCommandInput) {
|
|
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<CancelContactCommandInput, CancelContactCommandOutput> {
|
|
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 = "CancelContactCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: CancelContactRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: ContactIdResponse.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: CancelContactCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1CancelContactCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CancelContactCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1CancelContactCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
2
|
-
import { ConfigIdResponse, CreateConfigRequest } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1CreateConfigCommand,
|
|
5
|
-
serializeAws_restJson1CreateConfigCommand,
|
|
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 CreateConfigCommandInput extends CreateConfigRequest {}
|
|
21
|
-
export interface CreateConfigCommandOutput extends ConfigIdResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Creates a <code>Config</code> with the specified <code>configData</code> parameters.</p>
|
|
25
|
-
* <p>Only one type of <code>configData</code> can be specified.</p>
|
|
26
|
-
* @example
|
|
27
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
28
|
-
* ```javascript
|
|
29
|
-
* import { GroundStationClient, CreateConfigCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
|
|
30
|
-
* // const { GroundStationClient, CreateConfigCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
|
|
31
|
-
* const client = new GroundStationClient(config);
|
|
32
|
-
* const command = new CreateConfigCommand(input);
|
|
33
|
-
* const response = await client.send(command);
|
|
34
|
-
* ```
|
|
35
|
-
*
|
|
36
|
-
* @see {@link CreateConfigCommandInput} for command's `input` shape.
|
|
37
|
-
* @see {@link CreateConfigCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
|
|
39
|
-
*
|
|
40
|
-
*/
|
|
41
|
-
export class CreateConfigCommand extends $Command<
|
|
42
|
-
CreateConfigCommandInput,
|
|
43
|
-
CreateConfigCommandOutput,
|
|
44
|
-
GroundStationClientResolvedConfig
|
|
45
|
-
> {
|
|
46
|
-
// Start section: command_properties
|
|
47
|
-
// End section: command_properties
|
|
48
|
-
|
|
49
|
-
constructor(readonly input: CreateConfigCommandInput) {
|
|
50
|
-
// Start section: command_constructor
|
|
51
|
-
super();
|
|
52
|
-
// End section: command_constructor
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
resolveMiddleware(
|
|
59
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
60
|
-
configuration: GroundStationClientResolvedConfig,
|
|
61
|
-
options?: __HttpHandlerOptions
|
|
62
|
-
): Handler<CreateConfigCommandInput, CreateConfigCommandOutput> {
|
|
63
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
64
|
-
|
|
65
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
66
|
-
|
|
67
|
-
const { logger } = configuration;
|
|
68
|
-
const clientName = "GroundStationClient";
|
|
69
|
-
const commandName = "CreateConfigCommand";
|
|
70
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
71
|
-
logger,
|
|
72
|
-
clientName,
|
|
73
|
-
commandName,
|
|
74
|
-
inputFilterSensitiveLog: CreateConfigRequest.filterSensitiveLog,
|
|
75
|
-
outputFilterSensitiveLog: ConfigIdResponse.filterSensitiveLog,
|
|
76
|
-
};
|
|
77
|
-
const { requestHandler } = configuration;
|
|
78
|
-
return stack.resolve(
|
|
79
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
80
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
81
|
-
handlerExecutionContext
|
|
82
|
-
);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
private serialize(input: CreateConfigCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
86
|
-
return serializeAws_restJson1CreateConfigCommand(input, context);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateConfigCommandOutput> {
|
|
90
|
-
return deserializeAws_restJson1CreateConfigCommand(output, context);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
// Start section: command_body_extra
|
|
94
|
-
// End section: command_body_extra
|
|
95
|
-
}
|
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
2
|
-
import { CreateDataflowEndpointGroupRequest, DataflowEndpointGroupIdResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1CreateDataflowEndpointGroupCommand,
|
|
5
|
-
serializeAws_restJson1CreateDataflowEndpointGroupCommand,
|
|
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 CreateDataflowEndpointGroupCommandInput extends CreateDataflowEndpointGroupRequest {}
|
|
21
|
-
export interface CreateDataflowEndpointGroupCommandOutput extends DataflowEndpointGroupIdResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Creates a <code>DataflowEndpoint</code> group containing the specified list of <code>DataflowEndpoint</code> objects.</p>
|
|
25
|
-
* <p>The <code>name</code> field in each endpoint is used in your mission profile <code>DataflowEndpointConfig</code>
|
|
26
|
-
* to specify which endpoints to use during a contact.</p>
|
|
27
|
-
* <p>When a contact uses multiple <code>DataflowEndpointConfig</code> objects, each <code>Config</code>
|
|
28
|
-
* must match a <code>DataflowEndpoint</code> in the same group.</p>
|
|
29
|
-
* @example
|
|
30
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
31
|
-
* ```javascript
|
|
32
|
-
* import { GroundStationClient, CreateDataflowEndpointGroupCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
|
|
33
|
-
* // const { GroundStationClient, CreateDataflowEndpointGroupCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
|
|
34
|
-
* const client = new GroundStationClient(config);
|
|
35
|
-
* const command = new CreateDataflowEndpointGroupCommand(input);
|
|
36
|
-
* const response = await client.send(command);
|
|
37
|
-
* ```
|
|
38
|
-
*
|
|
39
|
-
* @see {@link CreateDataflowEndpointGroupCommandInput} for command's `input` shape.
|
|
40
|
-
* @see {@link CreateDataflowEndpointGroupCommandOutput} for command's `response` shape.
|
|
41
|
-
* @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
|
|
42
|
-
*
|
|
43
|
-
*/
|
|
44
|
-
export class CreateDataflowEndpointGroupCommand extends $Command<
|
|
45
|
-
CreateDataflowEndpointGroupCommandInput,
|
|
46
|
-
CreateDataflowEndpointGroupCommandOutput,
|
|
47
|
-
GroundStationClientResolvedConfig
|
|
48
|
-
> {
|
|
49
|
-
// Start section: command_properties
|
|
50
|
-
// End section: command_properties
|
|
51
|
-
|
|
52
|
-
constructor(readonly input: CreateDataflowEndpointGroupCommandInput) {
|
|
53
|
-
// Start section: command_constructor
|
|
54
|
-
super();
|
|
55
|
-
// End section: command_constructor
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
/**
|
|
59
|
-
* @internal
|
|
60
|
-
*/
|
|
61
|
-
resolveMiddleware(
|
|
62
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
63
|
-
configuration: GroundStationClientResolvedConfig,
|
|
64
|
-
options?: __HttpHandlerOptions
|
|
65
|
-
): Handler<CreateDataflowEndpointGroupCommandInput, CreateDataflowEndpointGroupCommandOutput> {
|
|
66
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
67
|
-
|
|
68
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
69
|
-
|
|
70
|
-
const { logger } = configuration;
|
|
71
|
-
const clientName = "GroundStationClient";
|
|
72
|
-
const commandName = "CreateDataflowEndpointGroupCommand";
|
|
73
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
74
|
-
logger,
|
|
75
|
-
clientName,
|
|
76
|
-
commandName,
|
|
77
|
-
inputFilterSensitiveLog: CreateDataflowEndpointGroupRequest.filterSensitiveLog,
|
|
78
|
-
outputFilterSensitiveLog: DataflowEndpointGroupIdResponse.filterSensitiveLog,
|
|
79
|
-
};
|
|
80
|
-
const { requestHandler } = configuration;
|
|
81
|
-
return stack.resolve(
|
|
82
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
83
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
84
|
-
handlerExecutionContext
|
|
85
|
-
);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private serialize(input: CreateDataflowEndpointGroupCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
89
|
-
return serializeAws_restJson1CreateDataflowEndpointGroupCommand(input, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
private deserialize(
|
|
93
|
-
output: __HttpResponse,
|
|
94
|
-
context: __SerdeContext
|
|
95
|
-
): Promise<CreateDataflowEndpointGroupCommandOutput> {
|
|
96
|
-
return deserializeAws_restJson1CreateDataflowEndpointGroupCommand(output, context);
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
// Start section: command_body_extra
|
|
100
|
-
// End section: command_body_extra
|
|
101
|
-
}
|