@aws-sdk/client-device-farm 3.183.0 → 3.185.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 +11 -0
- package/dist-cjs/protocols/Aws_json1_1.js +2 -2
- package/dist-es/DeviceFarm.js +317 -310
- package/dist-es/DeviceFarmClient.js +28 -22
- package/dist-es/commands/CreateDevicePoolCommand.js +28 -21
- package/dist-es/commands/CreateInstanceProfileCommand.js +28 -21
- package/dist-es/commands/CreateNetworkProfileCommand.js +28 -21
- package/dist-es/commands/CreateProjectCommand.js +28 -21
- package/dist-es/commands/CreateRemoteAccessSessionCommand.js +28 -21
- package/dist-es/commands/CreateTestGridProjectCommand.js +28 -21
- package/dist-es/commands/CreateTestGridUrlCommand.js +28 -21
- package/dist-es/commands/CreateUploadCommand.js +28 -21
- package/dist-es/commands/CreateVPCEConfigurationCommand.js +28 -21
- package/dist-es/commands/DeleteDevicePoolCommand.js +28 -21
- package/dist-es/commands/DeleteInstanceProfileCommand.js +28 -21
- package/dist-es/commands/DeleteNetworkProfileCommand.js +28 -21
- package/dist-es/commands/DeleteProjectCommand.js +28 -21
- package/dist-es/commands/DeleteRemoteAccessSessionCommand.js +28 -21
- package/dist-es/commands/DeleteRunCommand.js +28 -21
- package/dist-es/commands/DeleteTestGridProjectCommand.js +28 -21
- package/dist-es/commands/DeleteUploadCommand.js +28 -21
- package/dist-es/commands/DeleteVPCEConfigurationCommand.js +28 -21
- package/dist-es/commands/GetAccountSettingsCommand.js +28 -21
- package/dist-es/commands/GetDeviceCommand.js +28 -21
- package/dist-es/commands/GetDeviceInstanceCommand.js +28 -21
- package/dist-es/commands/GetDevicePoolCommand.js +28 -21
- package/dist-es/commands/GetDevicePoolCompatibilityCommand.js +28 -21
- package/dist-es/commands/GetInstanceProfileCommand.js +28 -21
- package/dist-es/commands/GetJobCommand.js +28 -21
- package/dist-es/commands/GetNetworkProfileCommand.js +28 -21
- package/dist-es/commands/GetOfferingStatusCommand.js +28 -21
- package/dist-es/commands/GetProjectCommand.js +28 -21
- package/dist-es/commands/GetRemoteAccessSessionCommand.js +28 -21
- package/dist-es/commands/GetRunCommand.js +28 -21
- package/dist-es/commands/GetSuiteCommand.js +28 -21
- package/dist-es/commands/GetTestCommand.js +28 -21
- package/dist-es/commands/GetTestGridProjectCommand.js +28 -21
- package/dist-es/commands/GetTestGridSessionCommand.js +28 -21
- package/dist-es/commands/GetUploadCommand.js +28 -21
- package/dist-es/commands/GetVPCEConfigurationCommand.js +28 -21
- package/dist-es/commands/InstallToRemoteAccessSessionCommand.js +28 -21
- package/dist-es/commands/ListArtifactsCommand.js +28 -21
- package/dist-es/commands/ListDeviceInstancesCommand.js +28 -21
- package/dist-es/commands/ListDevicePoolsCommand.js +28 -21
- package/dist-es/commands/ListDevicesCommand.js +28 -21
- package/dist-es/commands/ListInstanceProfilesCommand.js +28 -21
- package/dist-es/commands/ListJobsCommand.js +28 -21
- package/dist-es/commands/ListNetworkProfilesCommand.js +28 -21
- package/dist-es/commands/ListOfferingPromotionsCommand.js +28 -21
- package/dist-es/commands/ListOfferingTransactionsCommand.js +28 -21
- package/dist-es/commands/ListOfferingsCommand.js +28 -21
- package/dist-es/commands/ListProjectsCommand.js +28 -21
- package/dist-es/commands/ListRemoteAccessSessionsCommand.js +28 -21
- package/dist-es/commands/ListRunsCommand.js +28 -21
- package/dist-es/commands/ListSamplesCommand.js +28 -21
- package/dist-es/commands/ListSuitesCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/ListTestGridProjectsCommand.js +28 -21
- package/dist-es/commands/ListTestGridSessionActionsCommand.js +28 -21
- package/dist-es/commands/ListTestGridSessionArtifactsCommand.js +28 -21
- package/dist-es/commands/ListTestGridSessionsCommand.js +28 -21
- package/dist-es/commands/ListTestsCommand.js +28 -21
- package/dist-es/commands/ListUniqueProblemsCommand.js +28 -21
- package/dist-es/commands/ListUploadsCommand.js +28 -21
- package/dist-es/commands/ListVPCEConfigurationsCommand.js +28 -21
- package/dist-es/commands/PurchaseOfferingCommand.js +28 -21
- package/dist-es/commands/RenewOfferingCommand.js +28 -21
- package/dist-es/commands/ScheduleRunCommand.js +28 -21
- package/dist-es/commands/StopJobCommand.js +28 -21
- package/dist-es/commands/StopRemoteAccessSessionCommand.js +28 -21
- package/dist-es/commands/StopRunCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +28 -21
- package/dist-es/commands/UpdateDeviceInstanceCommand.js +28 -21
- package/dist-es/commands/UpdateDevicePoolCommand.js +28 -21
- package/dist-es/commands/UpdateInstanceProfileCommand.js +28 -21
- package/dist-es/commands/UpdateNetworkProfileCommand.js +28 -21
- package/dist-es/commands/UpdateProjectCommand.js +28 -21
- package/dist-es/commands/UpdateTestGridProjectCommand.js +28 -21
- package/dist-es/commands/UpdateUploadCommand.js +28 -21
- package/dist-es/commands/UpdateVPCEConfigurationCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/DeviceFarmServiceException.js +10 -5
- package/dist-es/models/models_0.js +340 -756
- package/dist-es/pagination/GetOfferingStatusPaginator.js +67 -24
- package/dist-es/pagination/ListArtifactsPaginator.js +67 -24
- package/dist-es/pagination/ListDevicePoolsPaginator.js +67 -24
- package/dist-es/pagination/ListDevicesPaginator.js +67 -24
- package/dist-es/pagination/ListJobsPaginator.js +67 -24
- package/dist-es/pagination/ListOfferingTransactionsPaginator.js +67 -24
- package/dist-es/pagination/ListOfferingsPaginator.js +67 -24
- package/dist-es/pagination/ListProjectsPaginator.js +67 -24
- package/dist-es/pagination/ListRunsPaginator.js +67 -24
- package/dist-es/pagination/ListSamplesPaginator.js +67 -24
- package/dist-es/pagination/ListSuitesPaginator.js +67 -24
- package/dist-es/pagination/ListTestGridProjectsPaginator.js +68 -25
- package/dist-es/pagination/ListTestGridSessionActionsPaginator.js +68 -25
- package/dist-es/pagination/ListTestGridSessionArtifactsPaginator.js +68 -25
- package/dist-es/pagination/ListTestGridSessionsPaginator.js +68 -25
- package/dist-es/pagination/ListTestsPaginator.js +67 -24
- package/dist-es/pagination/ListUniqueProblemsPaginator.js +67 -24
- package/dist-es/pagination/ListUploadsPaginator.js +67 -24
- package/dist-es/protocols/Aws_json1_1.js +6427 -4984
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +5 -5
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListDevicePoolsRequestFilterSensitiveLog, ListDevicePoolsResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListDevicePoolsCommand, serializeAws_json1_1ListDevicePoolsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListDevicePoolsCommand = (function (_super) {
|
|
7
|
+
__extends(ListDevicePoolsCommand, _super);
|
|
8
|
+
function ListDevicePoolsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListDevicePoolsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DeviceFarmClient";
|
|
18
|
+
var commandName = "ListDevicePoolsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListDevicePoolsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListDevicePoolsResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListDevicePoolsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListDevicePoolsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListDevicePoolsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListDevicePoolsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListDevicePoolsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListDevicePoolsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListDevicesRequestFilterSensitiveLog, ListDevicesResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListDevicesCommand, serializeAws_json1_1ListDevicesCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListDevicesCommand = (function (_super) {
|
|
7
|
+
__extends(ListDevicesCommand, _super);
|
|
8
|
+
function ListDevicesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListDevicesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DeviceFarmClient";
|
|
18
|
+
var commandName = "ListDevicesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListDevicesRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListDevicesResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListDevicesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListDevicesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListDevicesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListDevicesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListDevicesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListDevicesCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListInstanceProfilesRequestFilterSensitiveLog, ListInstanceProfilesResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListInstanceProfilesCommand, serializeAws_json1_1ListInstanceProfilesCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListInstanceProfilesCommand = (function (_super) {
|
|
7
|
+
__extends(ListInstanceProfilesCommand, _super);
|
|
8
|
+
function ListInstanceProfilesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListInstanceProfilesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DeviceFarmClient";
|
|
18
|
+
var commandName = "ListInstanceProfilesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListInstanceProfilesRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListInstanceProfilesResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListInstanceProfilesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListInstanceProfilesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListInstanceProfilesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListInstanceProfilesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListInstanceProfilesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListInstanceProfilesCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListJobsRequestFilterSensitiveLog, ListJobsResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListJobsCommand, serializeAws_json1_1ListJobsCommand } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListJobsCommand = (function (_super) {
|
|
7
|
+
__extends(ListJobsCommand, _super);
|
|
8
|
+
function ListJobsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListJobsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DeviceFarmClient";
|
|
18
|
+
var commandName = "ListJobsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListJobsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListJobsResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListJobsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListJobsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListJobsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListJobsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListJobsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListJobsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListNetworkProfilesRequestFilterSensitiveLog, ListNetworkProfilesResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListNetworkProfilesCommand, serializeAws_json1_1ListNetworkProfilesCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListNetworkProfilesCommand = (function (_super) {
|
|
7
|
+
__extends(ListNetworkProfilesCommand, _super);
|
|
8
|
+
function ListNetworkProfilesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListNetworkProfilesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DeviceFarmClient";
|
|
18
|
+
var commandName = "ListNetworkProfilesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListNetworkProfilesRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListNetworkProfilesResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListNetworkProfilesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListNetworkProfilesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListNetworkProfilesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListNetworkProfilesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListNetworkProfilesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListNetworkProfilesCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListOfferingPromotionsRequestFilterSensitiveLog, ListOfferingPromotionsResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListOfferingPromotionsCommand, serializeAws_json1_1ListOfferingPromotionsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListOfferingPromotionsCommand = (function (_super) {
|
|
7
|
+
__extends(ListOfferingPromotionsCommand, _super);
|
|
8
|
+
function ListOfferingPromotionsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListOfferingPromotionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DeviceFarmClient";
|
|
18
|
+
var commandName = "ListOfferingPromotionsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListOfferingPromotionsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListOfferingPromotionsResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListOfferingPromotionsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListOfferingPromotionsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListOfferingPromotionsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListOfferingPromotionsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListOfferingPromotionsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListOfferingPromotionsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListOfferingTransactionsRequestFilterSensitiveLog, ListOfferingTransactionsResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListOfferingTransactionsCommand, serializeAws_json1_1ListOfferingTransactionsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListOfferingTransactionsCommand = (function (_super) {
|
|
7
|
+
__extends(ListOfferingTransactionsCommand, _super);
|
|
8
|
+
function ListOfferingTransactionsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListOfferingTransactionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DeviceFarmClient";
|
|
18
|
+
var commandName = "ListOfferingTransactionsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListOfferingTransactionsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListOfferingTransactionsResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListOfferingTransactionsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListOfferingTransactionsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListOfferingTransactionsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListOfferingTransactionsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListOfferingTransactionsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListOfferingTransactionsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListOfferingsRequestFilterSensitiveLog, ListOfferingsResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListOfferingsCommand, serializeAws_json1_1ListOfferingsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListOfferingsCommand = (function (_super) {
|
|
7
|
+
__extends(ListOfferingsCommand, _super);
|
|
8
|
+
function ListOfferingsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListOfferingsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DeviceFarmClient";
|
|
18
|
+
var commandName = "ListOfferingsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListOfferingsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListOfferingsResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListOfferingsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListOfferingsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListOfferingsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListOfferingsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListOfferingsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListOfferingsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListProjectsRequestFilterSensitiveLog, ListProjectsResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListProjectsCommand, serializeAws_json1_1ListProjectsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListProjectsCommand = (function (_super) {
|
|
7
|
+
__extends(ListProjectsCommand, _super);
|
|
8
|
+
function ListProjectsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListProjectsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DeviceFarmClient";
|
|
18
|
+
var commandName = "ListProjectsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListProjectsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListProjectsResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListProjectsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListProjectsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListProjectsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListProjectsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListProjectsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListProjectsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListRemoteAccessSessionsRequestFilterSensitiveLog, ListRemoteAccessSessionsResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListRemoteAccessSessionsCommand, serializeAws_json1_1ListRemoteAccessSessionsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListRemoteAccessSessionsCommand = (function (_super) {
|
|
7
|
+
__extends(ListRemoteAccessSessionsCommand, _super);
|
|
8
|
+
function ListRemoteAccessSessionsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListRemoteAccessSessionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DeviceFarmClient";
|
|
18
|
+
var commandName = "ListRemoteAccessSessionsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListRemoteAccessSessionsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListRemoteAccessSessionsResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListRemoteAccessSessionsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListRemoteAccessSessionsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListRemoteAccessSessionsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListRemoteAccessSessionsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListRemoteAccessSessionsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListRemoteAccessSessionsCommand };
|