@aws-sdk/client-groundstation 3.35.0 → 3.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/dist-cjs/GroundStation.js +0 -7
- package/dist-cjs/GroundStationClient.js +0 -12
- package/dist-cjs/commands/CancelContactCommand.js +0 -25
- package/dist-cjs/commands/CreateConfigCommand.js +0 -26
- package/dist-cjs/commands/CreateDataflowEndpointGroupCommand.js +0 -29
- package/dist-cjs/commands/CreateMissionProfileCommand.js +0 -28
- package/dist-cjs/commands/DeleteConfigCommand.js +0 -25
- package/dist-cjs/commands/DeleteDataflowEndpointGroupCommand.js +0 -25
- package/dist-cjs/commands/DeleteMissionProfileCommand.js +0 -25
- package/dist-cjs/commands/DescribeContactCommand.js +0 -25
- package/dist-cjs/commands/GetConfigCommand.js +0 -26
- package/dist-cjs/commands/GetDataflowEndpointGroupCommand.js +0 -25
- package/dist-cjs/commands/GetMinuteUsageCommand.js +0 -25
- package/dist-cjs/commands/GetMissionProfileCommand.js +0 -25
- package/dist-cjs/commands/GetSatelliteCommand.js +0 -25
- package/dist-cjs/commands/ListConfigsCommand.js +0 -25
- package/dist-cjs/commands/ListContactsCommand.js +0 -28
- package/dist-cjs/commands/ListDataflowEndpointGroupsCommand.js +0 -25
- package/dist-cjs/commands/ListGroundStationsCommand.js +0 -25
- package/dist-cjs/commands/ListMissionProfilesCommand.js +0 -25
- package/dist-cjs/commands/ListSatellitesCommand.js +0 -25
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/ReserveContactCommand.js +0 -25
- package/dist-cjs/commands/TagResourceCommand.js +0 -25
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateConfigCommand.js +0 -27
- package/dist-cjs/commands/UpdateMissionProfileCommand.js +0 -27
- package/dist-cjs/commands/index.js +28 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -35
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -241
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListConfigsPaginator.js +0 -11
- package/dist-cjs/pagination/ListContactsPaginator.js +0 -11
- package/dist-cjs/pagination/ListDataflowEndpointGroupsPaginator.js +0 -11
- package/dist-cjs/pagination/ListGroundStationsPaginator.js +0 -11
- package/dist-cjs/pagination/ListMissionProfilesPaginator.js +0 -11
- package/dist-cjs/pagination/ListSatellitesPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +10 -0
- package/dist-cjs/protocols/Aws_restJson1.js +0 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/GroundStation.js +0 -1
- package/dist-es/GroundStationClient.js +0 -1
- package/dist-es/commands/CancelContactCommand.js +0 -1
- package/dist-es/commands/CreateConfigCommand.js +0 -1
- package/dist-es/commands/CreateDataflowEndpointGroupCommand.js +0 -1
- package/dist-es/commands/CreateMissionProfileCommand.js +0 -1
- package/dist-es/commands/DeleteConfigCommand.js +0 -1
- package/dist-es/commands/DeleteDataflowEndpointGroupCommand.js +0 -1
- package/dist-es/commands/DeleteMissionProfileCommand.js +0 -1
- package/dist-es/commands/DescribeContactCommand.js +0 -1
- package/dist-es/commands/GetConfigCommand.js +0 -1
- package/dist-es/commands/GetDataflowEndpointGroupCommand.js +0 -1
- package/dist-es/commands/GetMinuteUsageCommand.js +0 -1
- package/dist-es/commands/GetMissionProfileCommand.js +0 -1
- package/dist-es/commands/GetSatelliteCommand.js +0 -1
- package/dist-es/commands/ListConfigsCommand.js +0 -1
- package/dist-es/commands/ListContactsCommand.js +0 -1
- package/dist-es/commands/ListDataflowEndpointGroupsCommand.js +0 -1
- package/dist-es/commands/ListGroundStationsCommand.js +0 -1
- package/dist-es/commands/ListMissionProfilesCommand.js +0 -1
- package/dist-es/commands/ListSatellitesCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/ReserveContactCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateConfigCommand.js +0 -1
- package/dist-es/commands/UpdateMissionProfileCommand.js +0 -1
- package/dist-es/commands/index.js +25 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -35
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListConfigsPaginator.js +0 -1
- package/dist-es/pagination/ListContactsPaginator.js +0 -1
- package/dist-es/pagination/ListDataflowEndpointGroupsPaginator.js +0 -1
- package/dist-es/pagination/ListGroundStationsPaginator.js +0 -1
- package/dist-es/pagination/ListMissionProfilesPaginator.js +0 -1
- package/dist-es/pagination/ListSatellitesPaginator.js +0 -1
- package/dist-es/pagination/index.js +7 -0
- package/dist-es/protocols/Aws_restJson1.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/commands/index.d.ts +25 -0
- package/dist-types/index.d.ts +4 -34
- package/dist-types/pagination/index.d.ts +7 -0
- package/dist-types/ts3.4/GroundStation.d.ts +26 -97
- package/dist-types/ts3.4/GroundStationClient.d.ts +24 -92
- package/dist-types/ts3.4/commands/CancelContactCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ReserveContactCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/index.d.ts +25 -0
- package/dist-types/ts3.4/index.d.ts +4 -34
- package/dist-types/ts3.4/models/models_0.d.ts +386 -1194
- package/dist-types/ts3.4/pagination/index.d.ts +7 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/GroundStation.js.map +0 -1
- package/dist-cjs/GroundStationClient.js.map +0 -1
- package/dist-cjs/commands/CancelContactCommand.js.map +0 -1
- package/dist-cjs/commands/CreateConfigCommand.js.map +0 -1
- package/dist-cjs/commands/CreateDataflowEndpointGroupCommand.js.map +0 -1
- package/dist-cjs/commands/CreateMissionProfileCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteConfigCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteDataflowEndpointGroupCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteMissionProfileCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeContactCommand.js.map +0 -1
- package/dist-cjs/commands/GetConfigCommand.js.map +0 -1
- package/dist-cjs/commands/GetDataflowEndpointGroupCommand.js.map +0 -1
- package/dist-cjs/commands/GetMinuteUsageCommand.js.map +0 -1
- package/dist-cjs/commands/GetMissionProfileCommand.js.map +0 -1
- package/dist-cjs/commands/GetSatelliteCommand.js.map +0 -1
- package/dist-cjs/commands/ListConfigsCommand.js.map +0 -1
- package/dist-cjs/commands/ListContactsCommand.js.map +0 -1
- package/dist-cjs/commands/ListDataflowEndpointGroupsCommand.js.map +0 -1
- package/dist-cjs/commands/ListGroundStationsCommand.js.map +0 -1
- package/dist-cjs/commands/ListMissionProfilesCommand.js.map +0 -1
- package/dist-cjs/commands/ListSatellitesCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/ReserveContactCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateConfigCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateMissionProfileCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListConfigsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListContactsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListDataflowEndpointGroupsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListGroundStationsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListMissionProfilesPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListSatellitesPaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/GroundStation.js.map +0 -1
- package/dist-es/GroundStationClient.js.map +0 -1
- package/dist-es/commands/CancelContactCommand.js.map +0 -1
- package/dist-es/commands/CreateConfigCommand.js.map +0 -1
- package/dist-es/commands/CreateDataflowEndpointGroupCommand.js.map +0 -1
- package/dist-es/commands/CreateMissionProfileCommand.js.map +0 -1
- package/dist-es/commands/DeleteConfigCommand.js.map +0 -1
- package/dist-es/commands/DeleteDataflowEndpointGroupCommand.js.map +0 -1
- package/dist-es/commands/DeleteMissionProfileCommand.js.map +0 -1
- package/dist-es/commands/DescribeContactCommand.js.map +0 -1
- package/dist-es/commands/GetConfigCommand.js.map +0 -1
- package/dist-es/commands/GetDataflowEndpointGroupCommand.js.map +0 -1
- package/dist-es/commands/GetMinuteUsageCommand.js.map +0 -1
- package/dist-es/commands/GetMissionProfileCommand.js.map +0 -1
- package/dist-es/commands/GetSatelliteCommand.js.map +0 -1
- package/dist-es/commands/ListConfigsCommand.js.map +0 -1
- package/dist-es/commands/ListContactsCommand.js.map +0 -1
- package/dist-es/commands/ListDataflowEndpointGroupsCommand.js.map +0 -1
- package/dist-es/commands/ListGroundStationsCommand.js.map +0 -1
- package/dist-es/commands/ListMissionProfilesCommand.js.map +0 -1
- package/dist-es/commands/ListSatellitesCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/ReserveContactCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateConfigCommand.js.map +0 -1
- package/dist-es/commands/UpdateMissionProfileCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListConfigsPaginator.js.map +0 -1
- package/dist-es/pagination/ListContactsPaginator.js.map +0 -1
- package/dist-es/pagination/ListDataflowEndpointGroupsPaginator.js.map +0 -1
- package/dist-es/pagination/ListGroundStationsPaginator.js.map +0 -1
- package/dist-es/pagination/ListMissionProfilesPaginator.js.map +0 -1
- package/dist-es/pagination/ListSatellitesPaginator.js.map +0 -1
- package/dist-es/protocols/Aws_restJson1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/GroundStation.ts +0 -907
- package/src/GroundStationClient.ts +0 -341
- package/src/commands/CancelContactCommand.ts +0 -95
- package/src/commands/CreateConfigCommand.ts +0 -96
- package/src/commands/CreateDataflowEndpointGroupCommand.ts +0 -102
- package/src/commands/CreateMissionProfileCommand.ts +0 -98
- package/src/commands/DeleteConfigCommand.ts +0 -95
- package/src/commands/DeleteDataflowEndpointGroupCommand.ts +0 -98
- package/src/commands/DeleteMissionProfileCommand.ts +0 -95
- package/src/commands/DescribeContactCommand.ts +0 -95
- package/src/commands/GetConfigCommand.ts +0 -96
- package/src/commands/GetDataflowEndpointGroupCommand.ts +0 -95
- package/src/commands/GetMinuteUsageCommand.ts +0 -95
- package/src/commands/GetMissionProfileCommand.ts +0 -95
- package/src/commands/GetSatelliteCommand.ts +0 -95
- package/src/commands/ListConfigsCommand.ts +0 -95
- package/src/commands/ListContactsCommand.ts +0 -98
- package/src/commands/ListDataflowEndpointGroupsCommand.ts +0 -98
- package/src/commands/ListGroundStationsCommand.ts +0 -95
- package/src/commands/ListMissionProfilesCommand.ts +0 -95
- package/src/commands/ListSatellitesCommand.ts +0 -95
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/ReserveContactCommand.ts +0 -95
- package/src/commands/TagResourceCommand.ts +0 -95
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/commands/UpdateConfigCommand.ts +0 -97
- package/src/commands/UpdateMissionProfileCommand.ts +0 -97
- package/src/endpoints.ts +0 -73
- package/src/index.ts +0 -35
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -2545
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListConfigsPaginator.ts +0 -55
- package/src/pagination/ListContactsPaginator.ts +0 -59
- package/src/pagination/ListDataflowEndpointGroupsPaginator.ts +0 -59
- package/src/pagination/ListGroundStationsPaginator.ts +0 -59
- package/src/pagination/ListMissionProfilesPaginator.ts +0 -59
- package/src/pagination/ListSatellitesPaginator.ts +0 -59
- package/src/protocols/Aws_restJson1.ts +0 -3832
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -4,22 +4,13 @@ exports.paginateListConfigs = void 0;
|
|
|
4
4
|
const ListConfigsCommand_1 = require("../commands/ListConfigsCommand");
|
|
5
5
|
const GroundStation_1 = require("../GroundStation");
|
|
6
6
|
const GroundStationClient_1 = require("../GroundStationClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListConfigsCommand_1.ListConfigsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listConfigs(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListConfigs(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.nextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListConfigs(config, input, ...additionalArguments) {
|
|
|
39
30
|
token = page.nextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListConfigs = paginateListConfigs;
|
|
46
|
-
//# sourceMappingURL=ListConfigsPaginator.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateListContacts = void 0;
|
|
|
4
4
|
const ListContactsCommand_1 = require("../commands/ListContactsCommand");
|
|
5
5
|
const GroundStation_1 = require("../GroundStation");
|
|
6
6
|
const GroundStationClient_1 = require("../GroundStationClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListContactsCommand_1.ListContactsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listContacts(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListContacts(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.nextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListContacts(config, input, ...additionalArguments) {
|
|
|
39
30
|
token = page.nextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListContacts = paginateListContacts;
|
|
46
|
-
//# sourceMappingURL=ListContactsPaginator.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateListDataflowEndpointGroups = void 0;
|
|
|
4
4
|
const ListDataflowEndpointGroupsCommand_1 = require("../commands/ListDataflowEndpointGroupsCommand");
|
|
5
5
|
const GroundStation_1 = require("../GroundStation");
|
|
6
6
|
const GroundStationClient_1 = require("../GroundStationClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListDataflowEndpointGroupsCommand_1.ListDataflowEndpointGroupsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listDataflowEndpointGroups(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListDataflowEndpointGroups(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.nextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListDataflowEndpointGroups(config, input, ...additionalA
|
|
|
39
30
|
token = page.nextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListDataflowEndpointGroups = paginateListDataflowEndpointGroups;
|
|
46
|
-
//# sourceMappingURL=ListDataflowEndpointGroupsPaginator.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateListGroundStations = void 0;
|
|
|
4
4
|
const ListGroundStationsCommand_1 = require("../commands/ListGroundStationsCommand");
|
|
5
5
|
const GroundStation_1 = require("../GroundStation");
|
|
6
6
|
const GroundStationClient_1 = require("../GroundStationClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListGroundStationsCommand_1.ListGroundStationsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listGroundStations(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListGroundStations(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.nextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListGroundStations(config, input, ...additionalArguments
|
|
|
39
30
|
token = page.nextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListGroundStations = paginateListGroundStations;
|
|
46
|
-
//# sourceMappingURL=ListGroundStationsPaginator.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateListMissionProfiles = void 0;
|
|
|
4
4
|
const ListMissionProfilesCommand_1 = require("../commands/ListMissionProfilesCommand");
|
|
5
5
|
const GroundStation_1 = require("../GroundStation");
|
|
6
6
|
const GroundStationClient_1 = require("../GroundStationClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListMissionProfilesCommand_1.ListMissionProfilesCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listMissionProfiles(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListMissionProfiles(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.nextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListMissionProfiles(config, input, ...additionalArgument
|
|
|
39
30
|
token = page.nextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListMissionProfiles = paginateListMissionProfiles;
|
|
46
|
-
//# sourceMappingURL=ListMissionProfilesPaginator.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateListSatellites = void 0;
|
|
|
4
4
|
const ListSatellitesCommand_1 = require("../commands/ListSatellitesCommand");
|
|
5
5
|
const GroundStation_1 = require("../GroundStation");
|
|
6
6
|
const GroundStationClient_1 = require("../GroundStationClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListSatellitesCommand_1.ListSatellitesCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listSatellites(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListSatellites(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.nextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListSatellites(config, input, ...additionalArguments) {
|
|
|
39
30
|
token = page.nextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListSatellites = paginateListSatellites;
|
|
46
|
-
//# sourceMappingURL=ListSatellitesPaginator.js.map
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./ListConfigsPaginator"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./ListContactsPaginator"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./ListDataflowEndpointGroupsPaginator"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./ListGroundStationsPaginator"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./ListMissionProfilesPaginator"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./ListSatellitesPaginator"), exports);
|
|
@@ -3281,14 +3281,12 @@ const deserializeMetadata = (output) => {
|
|
|
3281
3281
|
cfId: output.headers["x-amz-cf-id"],
|
|
3282
3282
|
});
|
|
3283
3283
|
};
|
|
3284
|
-
// Collect low-level response body stream to Uint8Array.
|
|
3285
3284
|
const collectBody = (streamBody = new Uint8Array(), context) => {
|
|
3286
3285
|
if (streamBody instanceof Uint8Array) {
|
|
3287
3286
|
return Promise.resolve(streamBody);
|
|
3288
3287
|
}
|
|
3289
3288
|
return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
|
|
3290
3289
|
};
|
|
3291
|
-
// Encode Uint8Array data into string with utf-8.
|
|
3292
3290
|
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
3293
3291
|
const isSerializableHeaderValue = (value) => value !== undefined &&
|
|
3294
3292
|
value !== null &&
|
|
@@ -3301,9 +3299,6 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
|
|
|
3301
3299
|
}
|
|
3302
3300
|
return {};
|
|
3303
3301
|
});
|
|
3304
|
-
/**
|
|
3305
|
-
* Load an error code for the aws.rest-json-1.1 protocol.
|
|
3306
|
-
*/
|
|
3307
3302
|
const loadRestJsonErrorCode = (output, data) => {
|
|
3308
3303
|
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
3309
3304
|
const sanitizeErrorCode = (rawValue) => {
|
|
@@ -3328,4 +3323,3 @@ const loadRestJsonErrorCode = (output, data) => {
|
|
|
3328
3323
|
}
|
|
3329
3324
|
return "";
|
|
3330
3325
|
};
|
|
3331
|
-
//# sourceMappingURL=Aws_restJson1.js.map
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
5
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
6
7
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
7
8
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
@@ -10,12 +11,7 @@ const util_base64_browser_1 = require("@aws-sdk/util-base64-browser");
|
|
|
10
11
|
const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
11
12
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
12
13
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
13
|
-
// @ts-ignore: package.json will be imported from dist folders
|
|
14
|
-
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
15
14
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
16
|
-
/**
|
|
17
|
-
* @internal
|
|
18
|
-
*/
|
|
19
15
|
const getRuntimeConfig = (config) => {
|
|
20
16
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
21
17
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
@@ -39,4 +35,3 @@ const getRuntimeConfig = (config) => {
|
|
|
39
35
|
};
|
|
40
36
|
};
|
|
41
37
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
42
|
-
//# sourceMappingURL=runtimeConfig.browser.js.map
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
5
6
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
6
7
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
7
8
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
@@ -9,17 +10,12 @@ const hash_node_1 = require("@aws-sdk/hash-node");
|
|
|
9
10
|
const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
10
11
|
const node_config_provider_1 = require("@aws-sdk/node-config-provider");
|
|
11
12
|
const node_http_handler_1 = require("@aws-sdk/node-http-handler");
|
|
12
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
13
13
|
const util_base64_node_1 = require("@aws-sdk/util-base64-node");
|
|
14
14
|
const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
|
|
15
15
|
const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
16
16
|
const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
17
|
-
// @ts-ignore: package.json will be imported from dist folders
|
|
18
|
-
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
19
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
20
|
-
|
|
21
|
-
* @internal
|
|
22
|
-
*/
|
|
18
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
23
19
|
const getRuntimeConfig = (config) => {
|
|
24
20
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
25
21
|
smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -44,4 +40,3 @@ const getRuntimeConfig = (config) => {
|
|
|
44
40
|
};
|
|
45
41
|
};
|
|
46
42
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
47
|
-
//# sourceMappingURL=runtimeConfig.js.map
|
|
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const sha256_js_1 = require("@aws-crypto/sha256-js");
|
|
5
5
|
const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a;
|
|
11
8
|
const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config);
|
|
@@ -17,4 +14,3 @@ const getRuntimeConfig = (config) => {
|
|
|
17
14
|
};
|
|
18
15
|
};
|
|
19
16
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
20
|
-
//# sourceMappingURL=runtimeConfig.native.js.map
|
|
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const url_parser_1 = require("@aws-sdk/url-parser");
|
|
5
5
|
const endpoints_1 = require("./endpoints");
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a, _b, _c, _d, _e;
|
|
11
8
|
return ({
|
|
@@ -18,4 +15,3 @@ const getRuntimeConfig = (config) => {
|
|
|
18
15
|
});
|
|
19
16
|
};
|
|
20
17
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
21
|
-
//# sourceMappingURL=runtimeConfig.shared.js.map
|
package/dist-es/GroundStation.js
CHANGED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export * from "./CancelContactCommand";
|
|
2
|
+
export * from "./CreateConfigCommand";
|
|
3
|
+
export * from "./CreateDataflowEndpointGroupCommand";
|
|
4
|
+
export * from "./CreateMissionProfileCommand";
|
|
5
|
+
export * from "./DeleteConfigCommand";
|
|
6
|
+
export * from "./DeleteDataflowEndpointGroupCommand";
|
|
7
|
+
export * from "./DeleteMissionProfileCommand";
|
|
8
|
+
export * from "./DescribeContactCommand";
|
|
9
|
+
export * from "./GetConfigCommand";
|
|
10
|
+
export * from "./GetDataflowEndpointGroupCommand";
|
|
11
|
+
export * from "./GetMinuteUsageCommand";
|
|
12
|
+
export * from "./GetMissionProfileCommand";
|
|
13
|
+
export * from "./GetSatelliteCommand";
|
|
14
|
+
export * from "./ListConfigsCommand";
|
|
15
|
+
export * from "./ListContactsCommand";
|
|
16
|
+
export * from "./ListDataflowEndpointGroupsCommand";
|
|
17
|
+
export * from "./ListGroundStationsCommand";
|
|
18
|
+
export * from "./ListMissionProfilesCommand";
|
|
19
|
+
export * from "./ListSatellitesCommand";
|
|
20
|
+
export * from "./ListTagsForResourceCommand";
|
|
21
|
+
export * from "./ReserveContactCommand";
|
|
22
|
+
export * from "./TagResourceCommand";
|
|
23
|
+
export * from "./UntagResourceCommand";
|
|
24
|
+
export * from "./UpdateConfigCommand";
|
|
25
|
+
export * from "./UpdateMissionProfileCommand";
|
package/dist-es/endpoints.js
CHANGED
|
@@ -49,7 +49,7 @@ var partitionHash = {
|
|
|
49
49
|
hostname: "groundstation.{region}.amazonaws.com.cn",
|
|
50
50
|
},
|
|
51
51
|
"aws-iso": {
|
|
52
|
-
regions: ["us-iso-east-1"],
|
|
52
|
+
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
53
53
|
hostname: "groundstation.{region}.c2s.ic.gov",
|
|
54
54
|
},
|
|
55
55
|
"aws-iso-b": {
|
|
@@ -66,4 +66,3 @@ export var defaultRegionInfoProvider = function (region, options) { return __awa
|
|
|
66
66
|
return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "groundstation", regionHash: regionHash, partitionHash: partitionHash }))];
|
|
67
67
|
});
|
|
68
68
|
}); };
|
|
69
|
-
//# sourceMappingURL=endpoints.js.map
|
package/dist-es/index.js
CHANGED
|
@@ -1,36 +1,5 @@
|
|
|
1
|
-
export * from "./GroundStationClient";
|
|
2
1
|
export * from "./GroundStation";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/DeleteConfigCommand";
|
|
8
|
-
export * from "./commands/DeleteDataflowEndpointGroupCommand";
|
|
9
|
-
export * from "./commands/DeleteMissionProfileCommand";
|
|
10
|
-
export * from "./commands/DescribeContactCommand";
|
|
11
|
-
export * from "./commands/GetConfigCommand";
|
|
12
|
-
export * from "./commands/GetDataflowEndpointGroupCommand";
|
|
13
|
-
export * from "./commands/GetMinuteUsageCommand";
|
|
14
|
-
export * from "./commands/GetMissionProfileCommand";
|
|
15
|
-
export * from "./commands/GetSatelliteCommand";
|
|
16
|
-
export * from "./commands/ListConfigsCommand";
|
|
17
|
-
export * from "./pagination/ListConfigsPaginator";
|
|
18
|
-
export * from "./commands/ListContactsCommand";
|
|
19
|
-
export * from "./pagination/ListContactsPaginator";
|
|
20
|
-
export * from "./commands/ListDataflowEndpointGroupsCommand";
|
|
21
|
-
export * from "./pagination/ListDataflowEndpointGroupsPaginator";
|
|
22
|
-
export * from "./commands/ListGroundStationsCommand";
|
|
23
|
-
export * from "./pagination/ListGroundStationsPaginator";
|
|
24
|
-
export * from "./commands/ListMissionProfilesCommand";
|
|
25
|
-
export * from "./pagination/ListMissionProfilesPaginator";
|
|
26
|
-
export * from "./commands/ListSatellitesCommand";
|
|
27
|
-
export * from "./pagination/ListSatellitesPaginator";
|
|
28
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
29
|
-
export * from "./commands/ReserveContactCommand";
|
|
30
|
-
export * from "./commands/TagResourceCommand";
|
|
31
|
-
export * from "./commands/UntagResourceCommand";
|
|
32
|
-
export * from "./commands/UpdateConfigCommand";
|
|
33
|
-
export * from "./commands/UpdateMissionProfileCommand";
|
|
34
|
-
export * from "./pagination/Interfaces";
|
|
35
|
-
export * from "./models/index";
|
|
36
|
-
//# sourceMappingURL=index.js.map
|
|
2
|
+
export * from "./GroundStationClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
package/dist-es/models/index.js
CHANGED
|
@@ -442,4 +442,3 @@ export var UntagResourceResponse;
|
|
|
442
442
|
(function (UntagResourceResponse) {
|
|
443
443
|
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
444
444
|
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
445
|
-
//# sourceMappingURL=models_0.js.map
|