@aws-sdk/client-groundstation 3.477.0 → 3.481.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/commands/CancelContactCommand.js +18 -41
- package/dist-cjs/commands/CreateConfigCommand.js +18 -41
- package/dist-cjs/commands/CreateDataflowEndpointGroupCommand.js +18 -41
- package/dist-cjs/commands/CreateEphemerisCommand.js +18 -41
- package/dist-cjs/commands/CreateMissionProfileCommand.js +18 -41
- package/dist-cjs/commands/DeleteConfigCommand.js +18 -41
- package/dist-cjs/commands/DeleteDataflowEndpointGroupCommand.js +18 -41
- package/dist-cjs/commands/DeleteEphemerisCommand.js +18 -41
- package/dist-cjs/commands/DeleteMissionProfileCommand.js +18 -41
- package/dist-cjs/commands/DescribeContactCommand.js +18 -41
- package/dist-cjs/commands/DescribeEphemerisCommand.js +18 -41
- package/dist-cjs/commands/GetAgentConfigurationCommand.js +18 -41
- package/dist-cjs/commands/GetConfigCommand.js +18 -41
- package/dist-cjs/commands/GetDataflowEndpointGroupCommand.js +18 -41
- package/dist-cjs/commands/GetMinuteUsageCommand.js +18 -41
- package/dist-cjs/commands/GetMissionProfileCommand.js +18 -41
- package/dist-cjs/commands/GetSatelliteCommand.js +18 -41
- package/dist-cjs/commands/ListConfigsCommand.js +18 -41
- package/dist-cjs/commands/ListContactsCommand.js +18 -41
- package/dist-cjs/commands/ListDataflowEndpointGroupsCommand.js +18 -41
- package/dist-cjs/commands/ListEphemeridesCommand.js +18 -41
- package/dist-cjs/commands/ListGroundStationsCommand.js +18 -41
- package/dist-cjs/commands/ListMissionProfilesCommand.js +18 -41
- package/dist-cjs/commands/ListSatellitesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/RegisterAgentCommand.js +18 -41
- package/dist-cjs/commands/ReserveContactCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateAgentStatusCommand.js +18 -41
- package/dist-cjs/commands/UpdateConfigCommand.js +18 -41
- package/dist-cjs/commands/UpdateEphemerisCommand.js +18 -41
- package/dist-cjs/commands/UpdateMissionProfileCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListConfigsPaginator.js +2 -24
- package/dist-cjs/pagination/ListContactsPaginator.js +2 -24
- package/dist-cjs/pagination/ListDataflowEndpointGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/ListEphemeridesPaginator.js +2 -24
- package/dist-cjs/pagination/ListGroundStationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListMissionProfilesPaginator.js +2 -24
- package/dist-cjs/pagination/ListSatellitesPaginator.js +2 -24
- package/dist-es/commands/CancelContactCommand.js +18 -41
- package/dist-es/commands/CreateConfigCommand.js +18 -41
- package/dist-es/commands/CreateDataflowEndpointGroupCommand.js +18 -41
- package/dist-es/commands/CreateEphemerisCommand.js +18 -41
- package/dist-es/commands/CreateMissionProfileCommand.js +18 -41
- package/dist-es/commands/DeleteConfigCommand.js +18 -41
- package/dist-es/commands/DeleteDataflowEndpointGroupCommand.js +18 -41
- package/dist-es/commands/DeleteEphemerisCommand.js +18 -41
- package/dist-es/commands/DeleteMissionProfileCommand.js +18 -41
- package/dist-es/commands/DescribeContactCommand.js +18 -41
- package/dist-es/commands/DescribeEphemerisCommand.js +18 -41
- package/dist-es/commands/GetAgentConfigurationCommand.js +18 -41
- package/dist-es/commands/GetConfigCommand.js +18 -41
- package/dist-es/commands/GetDataflowEndpointGroupCommand.js +18 -41
- package/dist-es/commands/GetMinuteUsageCommand.js +18 -41
- package/dist-es/commands/GetMissionProfileCommand.js +18 -41
- package/dist-es/commands/GetSatelliteCommand.js +18 -41
- package/dist-es/commands/ListConfigsCommand.js +18 -41
- package/dist-es/commands/ListContactsCommand.js +18 -41
- package/dist-es/commands/ListDataflowEndpointGroupsCommand.js +18 -41
- package/dist-es/commands/ListEphemeridesCommand.js +18 -41
- package/dist-es/commands/ListGroundStationsCommand.js +18 -41
- package/dist-es/commands/ListMissionProfilesCommand.js +18 -41
- package/dist-es/commands/ListSatellitesCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/RegisterAgentCommand.js +18 -41
- package/dist-es/commands/ReserveContactCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateAgentStatusCommand.js +18 -41
- package/dist-es/commands/UpdateConfigCommand.js +18 -41
- package/dist-es/commands/UpdateEphemerisCommand.js +18 -41
- package/dist-es/commands/UpdateMissionProfileCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListConfigsPaginator.js +2 -23
- package/dist-es/pagination/ListContactsPaginator.js +2 -23
- package/dist-es/pagination/ListDataflowEndpointGroupsPaginator.js +2 -23
- package/dist-es/pagination/ListEphemeridesPaginator.js +2 -23
- package/dist-es/pagination/ListGroundStationsPaginator.js +2 -23
- package/dist-es/pagination/ListMissionProfilesPaginator.js +2 -23
- package/dist-es/pagination/ListSatellitesPaginator.js +2 -23
- package/dist-types/commands/CancelContactCommand.d.ts +6 -21
- package/dist-types/commands/CreateConfigCommand.d.ts +6 -21
- package/dist-types/commands/CreateDataflowEndpointGroupCommand.d.ts +6 -21
- package/dist-types/commands/CreateEphemerisCommand.d.ts +6 -21
- package/dist-types/commands/CreateMissionProfileCommand.d.ts +6 -21
- package/dist-types/commands/DeleteConfigCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDataflowEndpointGroupCommand.d.ts +6 -21
- package/dist-types/commands/DeleteEphemerisCommand.d.ts +6 -21
- package/dist-types/commands/DeleteMissionProfileCommand.d.ts +6 -21
- package/dist-types/commands/DescribeContactCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEphemerisCommand.d.ts +6 -21
- package/dist-types/commands/GetAgentConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/GetConfigCommand.d.ts +6 -21
- package/dist-types/commands/GetDataflowEndpointGroupCommand.d.ts +6 -21
- package/dist-types/commands/GetMinuteUsageCommand.d.ts +6 -21
- package/dist-types/commands/GetMissionProfileCommand.d.ts +6 -21
- package/dist-types/commands/GetSatelliteCommand.d.ts +6 -21
- package/dist-types/commands/ListConfigsCommand.d.ts +6 -21
- package/dist-types/commands/ListContactsCommand.d.ts +6 -21
- package/dist-types/commands/ListDataflowEndpointGroupsCommand.d.ts +6 -21
- package/dist-types/commands/ListEphemeridesCommand.d.ts +6 -21
- package/dist-types/commands/ListGroundStationsCommand.d.ts +6 -21
- package/dist-types/commands/ListMissionProfilesCommand.d.ts +6 -21
- package/dist-types/commands/ListSatellitesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/RegisterAgentCommand.d.ts +6 -21
- package/dist-types/commands/ReserveContactCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +6 -21
- package/dist-types/commands/UpdateConfigCommand.d.ts +6 -21
- package/dist-types/commands/UpdateEphemerisCommand.d.ts +6 -21
- package/dist-types/commands/UpdateMissionProfileCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListContactsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataflowEndpointGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEphemeridesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGroundStationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMissionProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSatellitesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelContactCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateEphemerisCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteEphemerisCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeEphemerisCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetAgentConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListEphemeridesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RegisterAgentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ReserveContactCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateEphemerisCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListConfigsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListContactsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDataflowEndpointGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListEphemeridesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListGroundStationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListMissionProfilesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSatellitesPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class TagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "GroundStationClient";
|
|
29
|
-
const commandName = "TagResourceCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "GroundStation",
|
|
38
|
-
operation: "TagResource",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_TagResourceCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class TagResourceCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("GroundStation", "TagResource", {})
|
|
22
|
+
.n("GroundStationClient", "TagResourceCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_TagResourceCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_TagResourceCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UntagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "GroundStationClient";
|
|
29
|
-
const commandName = "UntagResourceCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "GroundStation",
|
|
38
|
-
operation: "UntagResource",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_UntagResourceCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_UntagResourceCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UntagResourceCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("GroundStation", "UntagResource", {})
|
|
22
|
+
.n("GroundStationClient", "UntagResourceCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_UntagResourceCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_UntagResourceCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateAgentStatusCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "GroundStationClient";
|
|
29
|
-
const commandName = "UpdateAgentStatusCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "GroundStation",
|
|
38
|
-
operation: "UpdateAgentStatus",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_UpdateAgentStatusCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_UpdateAgentStatusCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UpdateAgentStatusCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("GroundStation", "UpdateAgentStatus", {})
|
|
22
|
+
.n("GroundStationClient", "UpdateAgentStatusCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_UpdateAgentStatusCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_UpdateAgentStatusCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UpdateAgentStatusCommand = UpdateAgentStatusCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateConfigCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "GroundStationClient";
|
|
29
|
-
const commandName = "UpdateConfigCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "GroundStation",
|
|
38
|
-
operation: "UpdateConfig",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_UpdateConfigCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_UpdateConfigCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UpdateConfigCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("GroundStation", "UpdateConfig", {})
|
|
22
|
+
.n("GroundStationClient", "UpdateConfigCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_UpdateConfigCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_UpdateConfigCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UpdateConfigCommand = UpdateConfigCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateEphemerisCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "GroundStationClient";
|
|
29
|
-
const commandName = "UpdateEphemerisCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "GroundStation",
|
|
38
|
-
operation: "UpdateEphemeris",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_UpdateEphemerisCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_UpdateEphemerisCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UpdateEphemerisCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("GroundStation", "UpdateEphemeris", {})
|
|
22
|
+
.n("GroundStationClient", "UpdateEphemerisCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_UpdateEphemerisCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_UpdateEphemerisCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UpdateEphemerisCommand = UpdateEphemerisCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateMissionProfileCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "GroundStationClient";
|
|
29
|
-
const commandName = "UpdateMissionProfileCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "GroundStation",
|
|
38
|
-
operation: "UpdateMissionProfile",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_UpdateMissionProfileCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_UpdateMissionProfileCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UpdateMissionProfileCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("GroundStation", "UpdateMissionProfile", {})
|
|
22
|
+
.n("GroundStationClient", "UpdateMissionProfileCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_UpdateMissionProfileCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_UpdateMissionProfileCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UpdateMissionProfileCommand = UpdateMissionProfileCommand;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.resolveClientEndpointParameters = void 0;
|
|
3
|
+
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
4
|
const resolveClientEndpointParameters = (options) => {
|
|
5
5
|
return {
|
|
6
6
|
...options,
|
|
@@ -10,3 +10,9 @@ const resolveClientEndpointParameters = (options) => {
|
|
|
10
10
|
};
|
|
11
11
|
};
|
|
12
12
|
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
+
exports.commonParams = {
|
|
14
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
+
Region: { type: "builtInParams", name: "region" },
|
|
17
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
+
};
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListConfigs = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListConfigsCommand_1 = require("../commands/ListConfigsCommand");
|
|
5
6
|
const GroundStationClient_1 = require("../GroundStationClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListConfigsCommand_1.ListConfigsCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListConfigs(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.nextToken = token;
|
|
15
|
-
input["maxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof GroundStationClient_1.GroundStationClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected GroundStation | GroundStationClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.nextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListConfigs = paginateListConfigs;
|
|
7
|
+
exports.paginateListConfigs = (0, core_1.createPaginator)(GroundStationClient_1.GroundStationClient, ListConfigsCommand_1.ListConfigsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListContacts = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListContactsCommand_1 = require("../commands/ListContactsCommand");
|
|
5
6
|
const GroundStationClient_1 = require("../GroundStationClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListContactsCommand_1.ListContactsCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListContacts(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.nextToken = token;
|
|
15
|
-
input["maxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof GroundStationClient_1.GroundStationClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected GroundStation | GroundStationClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.nextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListContacts = paginateListContacts;
|
|
7
|
+
exports.paginateListContacts = (0, core_1.createPaginator)(GroundStationClient_1.GroundStationClient, ListContactsCommand_1.ListContactsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListDataflowEndpointGroups = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListDataflowEndpointGroupsCommand_1 = require("../commands/ListDataflowEndpointGroupsCommand");
|
|
5
6
|
const GroundStationClient_1 = require("../GroundStationClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListDataflowEndpointGroupsCommand_1.ListDataflowEndpointGroupsCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListDataflowEndpointGroups(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.nextToken = token;
|
|
15
|
-
input["maxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof GroundStationClient_1.GroundStationClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected GroundStation | GroundStationClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.nextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListDataflowEndpointGroups = paginateListDataflowEndpointGroups;
|
|
7
|
+
exports.paginateListDataflowEndpointGroups = (0, core_1.createPaginator)(GroundStationClient_1.GroundStationClient, ListDataflowEndpointGroupsCommand_1.ListDataflowEndpointGroupsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListEphemerides = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListEphemeridesCommand_1 = require("../commands/ListEphemeridesCommand");
|
|
5
6
|
const GroundStationClient_1 = require("../GroundStationClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListEphemeridesCommand_1.ListEphemeridesCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListEphemerides(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.nextToken = token;
|
|
15
|
-
input["maxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof GroundStationClient_1.GroundStationClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected GroundStation | GroundStationClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.nextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListEphemerides = paginateListEphemerides;
|
|
7
|
+
exports.paginateListEphemerides = (0, core_1.createPaginator)(GroundStationClient_1.GroundStationClient, ListEphemeridesCommand_1.ListEphemeridesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListGroundStations = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListGroundStationsCommand_1 = require("../commands/ListGroundStationsCommand");
|
|
5
6
|
const GroundStationClient_1 = require("../GroundStationClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListGroundStationsCommand_1.ListGroundStationsCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListGroundStations(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.nextToken = token;
|
|
15
|
-
input["maxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof GroundStationClient_1.GroundStationClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected GroundStation | GroundStationClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.nextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListGroundStations = paginateListGroundStations;
|
|
7
|
+
exports.paginateListGroundStations = (0, core_1.createPaginator)(GroundStationClient_1.GroundStationClient, ListGroundStationsCommand_1.ListGroundStationsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListMissionProfiles = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListMissionProfilesCommand_1 = require("../commands/ListMissionProfilesCommand");
|
|
5
6
|
const GroundStationClient_1 = require("../GroundStationClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListMissionProfilesCommand_1.ListMissionProfilesCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListMissionProfiles(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.nextToken = token;
|
|
15
|
-
input["maxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof GroundStationClient_1.GroundStationClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected GroundStation | GroundStationClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.nextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListMissionProfiles = paginateListMissionProfiles;
|
|
7
|
+
exports.paginateListMissionProfiles = (0, core_1.createPaginator)(GroundStationClient_1.GroundStationClient, ListMissionProfilesCommand_1.ListMissionProfilesCommand, "nextToken", "nextToken", "maxResults");
|