@aws-sdk/client-groundstation 3.1077.0 → 3.1079.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/dist-cjs/index.js +48 -403
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CancelContactCommand.js +2 -14
- package/dist-es/commands/CreateConfigCommand.js +2 -14
- package/dist-es/commands/CreateDataflowEndpointGroupCommand.js +2 -14
- package/dist-es/commands/CreateDataflowEndpointGroupV2Command.js +2 -14
- package/dist-es/commands/CreateEphemerisCommand.js +2 -14
- package/dist-es/commands/CreateMissionProfileCommand.js +2 -14
- package/dist-es/commands/DeleteConfigCommand.js +2 -14
- package/dist-es/commands/DeleteDataflowEndpointGroupCommand.js +2 -14
- package/dist-es/commands/DeleteEphemerisCommand.js +2 -14
- package/dist-es/commands/DeleteMissionProfileCommand.js +2 -14
- package/dist-es/commands/DescribeContactCommand.js +2 -14
- package/dist-es/commands/DescribeContactVersionCommand.js +2 -14
- package/dist-es/commands/DescribeEphemerisCommand.js +2 -14
- package/dist-es/commands/GetAgentConfigurationCommand.js +2 -14
- package/dist-es/commands/GetAgentTaskResponseUrlCommand.js +2 -14
- package/dist-es/commands/GetConfigCommand.js +2 -14
- package/dist-es/commands/GetDataflowEndpointGroupCommand.js +2 -14
- package/dist-es/commands/GetMinuteUsageCommand.js +2 -14
- package/dist-es/commands/GetMissionProfileCommand.js +2 -14
- package/dist-es/commands/GetSatelliteCommand.js +2 -14
- package/dist-es/commands/ListAntennasCommand.js +2 -14
- package/dist-es/commands/ListConfigsCommand.js +2 -14
- package/dist-es/commands/ListContactVersionsCommand.js +2 -14
- package/dist-es/commands/ListContactsCommand.js +2 -14
- package/dist-es/commands/ListDataflowEndpointGroupsCommand.js +2 -14
- package/dist-es/commands/ListEphemeridesCommand.js +2 -14
- package/dist-es/commands/ListGroundStationReservationsCommand.js +2 -14
- package/dist-es/commands/ListGroundStationsCommand.js +2 -14
- package/dist-es/commands/ListMissionProfilesCommand.js +2 -14
- package/dist-es/commands/ListSatellitesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/RegisterAgentCommand.js +2 -14
- package/dist-es/commands/ReserveContactCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAgentStatusCommand.js +2 -14
- package/dist-es/commands/UpdateConfigCommand.js +2 -14
- package/dist-es/commands/UpdateContactCommand.js +2 -14
- package/dist-es/commands/UpdateEphemerisCommand.js +2 -14
- package/dist-es/commands/UpdateMissionProfileCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CancelContactCommand.d.ts +3 -8
- package/dist-types/commands/CreateConfigCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataflowEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataflowEndpointGroupV2Command.d.ts +3 -8
- package/dist-types/commands/CreateEphemerisCommand.d.ts +3 -8
- package/dist-types/commands/CreateMissionProfileCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfigCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataflowEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEphemerisCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMissionProfileCommand.d.ts +3 -8
- package/dist-types/commands/DescribeContactCommand.d.ts +3 -8
- package/dist-types/commands/DescribeContactVersionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEphemerisCommand.d.ts +3 -8
- package/dist-types/commands/GetAgentConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetAgentTaskResponseUrlCommand.d.ts +3 -8
- package/dist-types/commands/GetConfigCommand.d.ts +3 -8
- package/dist-types/commands/GetDataflowEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/GetMinuteUsageCommand.d.ts +3 -8
- package/dist-types/commands/GetMissionProfileCommand.d.ts +3 -8
- package/dist-types/commands/GetSatelliteCommand.d.ts +3 -8
- package/dist-types/commands/ListAntennasCommand.d.ts +3 -8
- package/dist-types/commands/ListConfigsCommand.d.ts +3 -8
- package/dist-types/commands/ListContactVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListContactsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataflowEndpointGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListEphemeridesCommand.d.ts +3 -8
- package/dist-types/commands/ListGroundStationReservationsCommand.d.ts +3 -8
- package/dist-types/commands/ListGroundStationsCommand.d.ts +3 -8
- package/dist-types/commands/ListMissionProfilesCommand.d.ts +3 -8
- package/dist-types/commands/ListSatellitesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/RegisterAgentCommand.d.ts +3 -8
- package/dist-types/commands/ReserveContactCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConfigCommand.d.ts +3 -8
- package/dist-types/commands/UpdateContactCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEphemerisCommand.d.ts +3 -8
- package/dist-types/commands/UpdateMissionProfileCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CancelContactCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupV2Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEphemerisCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEphemerisCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeContactVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEphemerisCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAgentConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAgentTaskResponseUrlCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAntennasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListContactVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEphemeridesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListGroundStationReservationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterAgentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ReserveContactCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEphemerisCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteConfig$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteConfigCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GroundStation", "DeleteConfig", {})
|
|
13
|
-
.n("GroundStationClient", "DeleteConfigCommand")
|
|
14
|
-
.sc(DeleteConfig$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteConfigCommand extends command(_ep0, _mw0, "DeleteConfig", DeleteConfig$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteDataflowEndpointGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteDataflowEndpointGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GroundStation", "DeleteDataflowEndpointGroup", {})
|
|
13
|
-
.n("GroundStationClient", "DeleteDataflowEndpointGroupCommand")
|
|
14
|
-
.sc(DeleteDataflowEndpointGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteDataflowEndpointGroupCommand extends command(_ep0, _mw0, "DeleteDataflowEndpointGroup", DeleteDataflowEndpointGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteEphemeris$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteEphemerisCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GroundStation", "DeleteEphemeris", {})
|
|
13
|
-
.n("GroundStationClient", "DeleteEphemerisCommand")
|
|
14
|
-
.sc(DeleteEphemeris$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteEphemerisCommand extends command(_ep0, _mw0, "DeleteEphemeris", DeleteEphemeris$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteMissionProfile$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteMissionProfileCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GroundStation", "DeleteMissionProfile", {})
|
|
13
|
-
.n("GroundStationClient", "DeleteMissionProfileCommand")
|
|
14
|
-
.sc(DeleteMissionProfile$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteMissionProfileCommand extends command(_ep0, _mw0, "DeleteMissionProfile", DeleteMissionProfile$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeContact$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeContactCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GroundStation", "DescribeContact", {})
|
|
13
|
-
.n("GroundStationClient", "DescribeContactCommand")
|
|
14
|
-
.sc(DescribeContact$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeContactCommand extends command(_ep0, _mw0, "DescribeContact", DescribeContact$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeContactVersion$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeContactVersionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GroundStation", "DescribeContactVersion", {})
|
|
13
|
-
.n("GroundStationClient", "DescribeContactVersionCommand")
|
|
14
|
-
.sc(DescribeContactVersion$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeContactVersionCommand extends command(_ep0, _mw0, "DescribeContactVersion", DescribeContactVersion$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeEphemeris$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeEphemerisCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GroundStation", "DescribeEphemeris", {})
|
|
13
|
-
.n("GroundStationClient", "DescribeEphemerisCommand")
|
|
14
|
-
.sc(DescribeEphemeris$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeEphemerisCommand extends command(_ep0, _mw0, "DescribeEphemeris", DescribeEphemeris$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetAgentConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAgentConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GroundStation", "GetAgentConfiguration", {})
|
|
13
|
-
.n("GroundStationClient", "GetAgentConfigurationCommand")
|
|
14
|
-
.sc(GetAgentConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAgentConfigurationCommand extends command(_ep0, _mw0, "GetAgentConfiguration", GetAgentConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetAgentTaskResponseUrl$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAgentTaskResponseUrlCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GroundStation", "GetAgentTaskResponseUrl", {})
|
|
13
|
-
.n("GroundStationClient", "GetAgentTaskResponseUrlCommand")
|
|
14
|
-
.sc(GetAgentTaskResponseUrl$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAgentTaskResponseUrlCommand extends command(_ep0, _mw0, "GetAgentTaskResponseUrl", GetAgentTaskResponseUrl$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetConfig$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetConfigCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GroundStation", "GetConfig", {})
|
|
13
|
-
.n("GroundStationClient", "GetConfigCommand")
|
|
14
|
-
.sc(GetConfig$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetConfigCommand extends command(_ep0, _mw0, "GetConfig", GetConfig$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetDataflowEndpointGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetDataflowEndpointGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GroundStation", "GetDataflowEndpointGroup", {})
|
|
13
|
-
.n("GroundStationClient", "GetDataflowEndpointGroupCommand")
|
|
14
|
-
.sc(GetDataflowEndpointGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetDataflowEndpointGroupCommand extends command(_ep0, _mw0, "GetDataflowEndpointGroup", GetDataflowEndpointGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetMinuteUsage$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetMinuteUsageCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GroundStation", "GetMinuteUsage", {})
|
|
13
|
-
.n("GroundStationClient", "GetMinuteUsageCommand")
|
|
14
|
-
.sc(GetMinuteUsage$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetMinuteUsageCommand extends command(_ep0, _mw0, "GetMinuteUsage", GetMinuteUsage$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetMissionProfile$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetMissionProfileCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GroundStation", "GetMissionProfile", {})
|
|
13
|
-
.n("GroundStationClient", "GetMissionProfileCommand")
|
|
14
|
-
.sc(GetMissionProfile$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetMissionProfileCommand extends command(_ep0, _mw0, "GetMissionProfile", GetMissionProfile$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetSatellite$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetSatelliteCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GroundStation", "GetSatellite", {})
|
|
13
|
-
.n("GroundStationClient", "GetSatelliteCommand")
|
|
14
|
-
.sc(GetSatellite$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetSatelliteCommand extends command(_ep0, _mw0, "GetSatellite", GetSatellite$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAntennas$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAntennasCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GroundStation", "ListAntennas", {})
|
|
13
|
-
.n("GroundStationClient", "ListAntennasCommand")
|
|
14
|
-
.sc(ListAntennas$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAntennasCommand extends command(_ep0, _mw0, "ListAntennas", ListAntennas$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListConfigs$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListConfigsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GroundStation", "ListConfigs", {})
|
|
13
|
-
.n("GroundStationClient", "ListConfigsCommand")
|
|
14
|
-
.sc(ListConfigs$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListConfigsCommand extends command(_ep0, _mw0, "ListConfigs", ListConfigs$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListContactVersions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListContactVersionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GroundStation", "ListContactVersions", {})
|
|
13
|
-
.n("GroundStationClient", "ListContactVersionsCommand")
|
|
14
|
-
.sc(ListContactVersions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListContactVersionsCommand extends command(_ep0, _mw0, "ListContactVersions", ListContactVersions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListContacts$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListContactsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GroundStation", "ListContacts", {})
|
|
13
|
-
.n("GroundStationClient", "ListContactsCommand")
|
|
14
|
-
.sc(ListContacts$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListContactsCommand extends command(_ep0, _mw0, "ListContacts", ListContacts$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListDataflowEndpointGroups$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListDataflowEndpointGroupsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GroundStation", "ListDataflowEndpointGroups", {})
|
|
13
|
-
.n("GroundStationClient", "ListDataflowEndpointGroupsCommand")
|
|
14
|
-
.sc(ListDataflowEndpointGroups$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListDataflowEndpointGroupsCommand extends command(_ep0, _mw0, "ListDataflowEndpointGroups", ListDataflowEndpointGroups$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListEphemerides$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListEphemeridesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GroundStation", "ListEphemerides", {})
|
|
13
|
-
.n("GroundStationClient", "ListEphemeridesCommand")
|
|
14
|
-
.sc(ListEphemerides$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListEphemeridesCommand extends command(_ep0, _mw0, "ListEphemerides", ListEphemerides$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListGroundStationReservations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListGroundStationReservationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GroundStation", "ListGroundStationReservations", {})
|
|
13
|
-
.n("GroundStationClient", "ListGroundStationReservationsCommand")
|
|
14
|
-
.sc(ListGroundStationReservations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListGroundStationReservationsCommand extends command(_ep0, _mw0, "ListGroundStationReservations", ListGroundStationReservations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListGroundStations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListGroundStationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GroundStation", "ListGroundStations", {})
|
|
13
|
-
.n("GroundStationClient", "ListGroundStationsCommand")
|
|
14
|
-
.sc(ListGroundStations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListGroundStationsCommand extends command(_ep0, _mw0, "ListGroundStations", ListGroundStations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListMissionProfiles$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListMissionProfilesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GroundStation", "ListMissionProfiles", {})
|
|
13
|
-
.n("GroundStationClient", "ListMissionProfilesCommand")
|
|
14
|
-
.sc(ListMissionProfiles$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListMissionProfilesCommand extends command(_ep0, _mw0, "ListMissionProfiles", ListMissionProfiles$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListSatellites$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListSatellitesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GroundStation", "ListSatellites", {})
|
|
13
|
-
.n("GroundStationClient", "ListSatellitesCommand")
|
|
14
|
-
.sc(ListSatellites$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListSatellitesCommand extends command(_ep0, _mw0, "ListSatellites", ListSatellites$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GroundStation", "ListTagsForResource", {})
|
|
13
|
-
.n("GroundStationClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RegisterAgent$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RegisterAgentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GroundStation", "RegisterAgent", {})
|
|
13
|
-
.n("GroundStationClient", "RegisterAgentCommand")
|
|
14
|
-
.sc(RegisterAgent$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RegisterAgentCommand extends command(_ep0, _mw0, "RegisterAgent", RegisterAgent$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ReserveContact$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ReserveContactCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GroundStation", "ReserveContact", {})
|
|
13
|
-
.n("GroundStationClient", "ReserveContactCommand")
|
|
14
|
-
.sc(ReserveContact$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ReserveContactCommand extends command(_ep0, _mw0, "ReserveContact", ReserveContact$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GroundStation", "TagResource", {})
|
|
13
|
-
.n("GroundStationClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GroundStation", "UntagResource", {})
|
|
13
|
-
.n("GroundStationClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateAgentStatus$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateAgentStatusCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GroundStation", "UpdateAgentStatus", {})
|
|
13
|
-
.n("GroundStationClient", "UpdateAgentStatusCommand")
|
|
14
|
-
.sc(UpdateAgentStatus$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateAgentStatusCommand extends command(_ep0, _mw0, "UpdateAgentStatus", UpdateAgentStatus$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateConfig$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateConfigCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GroundStation", "UpdateConfig", {})
|
|
13
|
-
.n("GroundStationClient", "UpdateConfigCommand")
|
|
14
|
-
.sc(UpdateConfig$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateConfigCommand extends command(_ep0, _mw0, "UpdateConfig", UpdateConfig$) {
|
|
16
4
|
}
|