@aws-sdk/client-device-farm 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateDevicePoolCommand.js +2 -2
- package/dist-cjs/commands/CreateInstanceProfileCommand.js +2 -2
- package/dist-cjs/commands/CreateNetworkProfileCommand.js +2 -2
- package/dist-cjs/commands/CreateProjectCommand.js +2 -2
- package/dist-cjs/commands/CreateRemoteAccessSessionCommand.js +2 -2
- package/dist-cjs/commands/CreateTestGridProjectCommand.js +2 -2
- package/dist-cjs/commands/CreateTestGridUrlCommand.js +2 -2
- package/dist-cjs/commands/CreateUploadCommand.js +2 -2
- package/dist-cjs/commands/CreateVPCEConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DeleteDevicePoolCommand.js +2 -2
- package/dist-cjs/commands/DeleteInstanceProfileCommand.js +2 -2
- package/dist-cjs/commands/DeleteNetworkProfileCommand.js +2 -2
- package/dist-cjs/commands/DeleteProjectCommand.js +2 -2
- package/dist-cjs/commands/DeleteRemoteAccessSessionCommand.js +2 -2
- package/dist-cjs/commands/DeleteRunCommand.js +2 -2
- package/dist-cjs/commands/DeleteTestGridProjectCommand.js +2 -2
- package/dist-cjs/commands/DeleteUploadCommand.js +2 -2
- package/dist-cjs/commands/DeleteVPCEConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetAccountSettingsCommand.js +2 -2
- package/dist-cjs/commands/GetDeviceCommand.js +2 -2
- package/dist-cjs/commands/GetDeviceInstanceCommand.js +2 -2
- package/dist-cjs/commands/GetDevicePoolCommand.js +2 -2
- package/dist-cjs/commands/GetDevicePoolCompatibilityCommand.js +2 -2
- package/dist-cjs/commands/GetInstanceProfileCommand.js +2 -2
- package/dist-cjs/commands/GetJobCommand.js +2 -2
- package/dist-cjs/commands/GetNetworkProfileCommand.js +2 -2
- package/dist-cjs/commands/GetOfferingStatusCommand.js +2 -2
- package/dist-cjs/commands/GetProjectCommand.js +2 -2
- package/dist-cjs/commands/GetRemoteAccessSessionCommand.js +2 -2
- package/dist-cjs/commands/GetRunCommand.js +2 -2
- package/dist-cjs/commands/GetSuiteCommand.js +2 -2
- package/dist-cjs/commands/GetTestCommand.js +2 -2
- package/dist-cjs/commands/GetTestGridProjectCommand.js +2 -2
- package/dist-cjs/commands/GetTestGridSessionCommand.js +2 -2
- package/dist-cjs/commands/GetUploadCommand.js +2 -2
- package/dist-cjs/commands/GetVPCEConfigurationCommand.js +2 -2
- package/dist-cjs/commands/InstallToRemoteAccessSessionCommand.js +2 -2
- package/dist-cjs/commands/ListArtifactsCommand.js +2 -2
- package/dist-cjs/commands/ListDeviceInstancesCommand.js +2 -2
- package/dist-cjs/commands/ListDevicePoolsCommand.js +2 -2
- package/dist-cjs/commands/ListDevicesCommand.js +2 -2
- package/dist-cjs/commands/ListInstanceProfilesCommand.js +2 -2
- package/dist-cjs/commands/ListJobsCommand.js +2 -2
- package/dist-cjs/commands/ListNetworkProfilesCommand.js +2 -2
- package/dist-cjs/commands/ListOfferingPromotionsCommand.js +2 -2
- package/dist-cjs/commands/ListOfferingTransactionsCommand.js +2 -2
- package/dist-cjs/commands/ListOfferingsCommand.js +2 -2
- package/dist-cjs/commands/ListProjectsCommand.js +2 -2
- package/dist-cjs/commands/ListRemoteAccessSessionsCommand.js +2 -2
- package/dist-cjs/commands/ListRunsCommand.js +2 -2
- package/dist-cjs/commands/ListSamplesCommand.js +2 -2
- package/dist-cjs/commands/ListSuitesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTestGridProjectsCommand.js +2 -2
- package/dist-cjs/commands/ListTestGridSessionActionsCommand.js +2 -2
- package/dist-cjs/commands/ListTestGridSessionArtifactsCommand.js +2 -2
- package/dist-cjs/commands/ListTestGridSessionsCommand.js +2 -2
- package/dist-cjs/commands/ListTestsCommand.js +2 -2
- package/dist-cjs/commands/ListUniqueProblemsCommand.js +2 -2
- package/dist-cjs/commands/ListUploadsCommand.js +2 -2
- package/dist-cjs/commands/ListVPCEConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/PurchaseOfferingCommand.js +2 -2
- package/dist-cjs/commands/RenewOfferingCommand.js +2 -2
- package/dist-cjs/commands/ScheduleRunCommand.js +2 -2
- package/dist-cjs/commands/StopJobCommand.js +2 -2
- package/dist-cjs/commands/StopRemoteAccessSessionCommand.js +2 -2
- package/dist-cjs/commands/StopRunCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDeviceInstanceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDevicePoolCommand.js +2 -2
- package/dist-cjs/commands/UpdateInstanceProfileCommand.js +2 -2
- package/dist-cjs/commands/UpdateNetworkProfileCommand.js +2 -2
- package/dist-cjs/commands/UpdateProjectCommand.js +2 -2
- package/dist-cjs/commands/UpdateTestGridProjectCommand.js +2 -2
- package/dist-cjs/commands/UpdateUploadCommand.js +2 -2
- package/dist-cjs/commands/UpdateVPCEConfigurationCommand.js +2 -2
- package/dist-cjs/models/models_0.js +826 -1232
- package/dist-cjs/protocols/Aws_json1_1.js +385 -655
- package/dist-es/commands/CreateDevicePoolCommand.js +3 -3
- package/dist-es/commands/CreateInstanceProfileCommand.js +3 -3
- package/dist-es/commands/CreateNetworkProfileCommand.js +3 -3
- package/dist-es/commands/CreateProjectCommand.js +3 -3
- package/dist-es/commands/CreateRemoteAccessSessionCommand.js +3 -3
- package/dist-es/commands/CreateTestGridProjectCommand.js +3 -3
- package/dist-es/commands/CreateTestGridUrlCommand.js +3 -3
- package/dist-es/commands/CreateUploadCommand.js +3 -3
- package/dist-es/commands/CreateVPCEConfigurationCommand.js +3 -3
- package/dist-es/commands/DeleteDevicePoolCommand.js +3 -3
- package/dist-es/commands/DeleteInstanceProfileCommand.js +3 -3
- package/dist-es/commands/DeleteNetworkProfileCommand.js +3 -3
- package/dist-es/commands/DeleteProjectCommand.js +3 -3
- package/dist-es/commands/DeleteRemoteAccessSessionCommand.js +3 -3
- package/dist-es/commands/DeleteRunCommand.js +3 -3
- package/dist-es/commands/DeleteTestGridProjectCommand.js +3 -3
- package/dist-es/commands/DeleteUploadCommand.js +3 -3
- package/dist-es/commands/DeleteVPCEConfigurationCommand.js +3 -3
- package/dist-es/commands/GetAccountSettingsCommand.js +3 -3
- package/dist-es/commands/GetDeviceCommand.js +3 -3
- package/dist-es/commands/GetDeviceInstanceCommand.js +3 -3
- package/dist-es/commands/GetDevicePoolCommand.js +3 -3
- package/dist-es/commands/GetDevicePoolCompatibilityCommand.js +3 -3
- package/dist-es/commands/GetInstanceProfileCommand.js +3 -3
- package/dist-es/commands/GetJobCommand.js +3 -3
- package/dist-es/commands/GetNetworkProfileCommand.js +3 -3
- package/dist-es/commands/GetOfferingStatusCommand.js +3 -3
- package/dist-es/commands/GetProjectCommand.js +3 -3
- package/dist-es/commands/GetRemoteAccessSessionCommand.js +3 -3
- package/dist-es/commands/GetRunCommand.js +3 -3
- package/dist-es/commands/GetSuiteCommand.js +3 -3
- package/dist-es/commands/GetTestCommand.js +3 -3
- package/dist-es/commands/GetTestGridProjectCommand.js +3 -3
- package/dist-es/commands/GetTestGridSessionCommand.js +3 -3
- package/dist-es/commands/GetUploadCommand.js +3 -3
- package/dist-es/commands/GetVPCEConfigurationCommand.js +3 -3
- package/dist-es/commands/InstallToRemoteAccessSessionCommand.js +3 -3
- package/dist-es/commands/ListArtifactsCommand.js +3 -3
- package/dist-es/commands/ListDeviceInstancesCommand.js +3 -3
- package/dist-es/commands/ListDevicePoolsCommand.js +3 -3
- package/dist-es/commands/ListDevicesCommand.js +3 -3
- package/dist-es/commands/ListInstanceProfilesCommand.js +3 -3
- package/dist-es/commands/ListJobsCommand.js +3 -3
- package/dist-es/commands/ListNetworkProfilesCommand.js +3 -3
- package/dist-es/commands/ListOfferingPromotionsCommand.js +3 -3
- package/dist-es/commands/ListOfferingTransactionsCommand.js +3 -3
- package/dist-es/commands/ListOfferingsCommand.js +3 -3
- package/dist-es/commands/ListProjectsCommand.js +3 -3
- package/dist-es/commands/ListRemoteAccessSessionsCommand.js +3 -3
- package/dist-es/commands/ListRunsCommand.js +3 -3
- package/dist-es/commands/ListSamplesCommand.js +3 -3
- package/dist-es/commands/ListSuitesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTestGridProjectsCommand.js +3 -3
- package/dist-es/commands/ListTestGridSessionActionsCommand.js +3 -3
- package/dist-es/commands/ListTestGridSessionArtifactsCommand.js +3 -3
- package/dist-es/commands/ListTestGridSessionsCommand.js +3 -3
- package/dist-es/commands/ListTestsCommand.js +3 -3
- package/dist-es/commands/ListUniqueProblemsCommand.js +3 -3
- package/dist-es/commands/ListUploadsCommand.js +3 -3
- package/dist-es/commands/ListVPCEConfigurationsCommand.js +3 -3
- package/dist-es/commands/PurchaseOfferingCommand.js +3 -3
- package/dist-es/commands/RenewOfferingCommand.js +3 -3
- package/dist-es/commands/ScheduleRunCommand.js +3 -3
- package/dist-es/commands/StopJobCommand.js +3 -3
- package/dist-es/commands/StopRemoteAccessSessionCommand.js +3 -3
- package/dist-es/commands/StopRunCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateDeviceInstanceCommand.js +3 -3
- package/dist-es/commands/UpdateDevicePoolCommand.js +3 -3
- package/dist-es/commands/UpdateInstanceProfileCommand.js +3 -3
- package/dist-es/commands/UpdateNetworkProfileCommand.js +3 -3
- package/dist-es/commands/UpdateProjectCommand.js +3 -3
- package/dist-es/commands/UpdateTestGridProjectCommand.js +3 -3
- package/dist-es/commands/UpdateUploadCommand.js +3 -3
- package/dist-es/commands/UpdateVPCEConfigurationCommand.js +3 -3
- package/dist-es/models/models_0.js +203 -812
- package/dist-es/protocols/Aws_json1_1.js +617 -656
- package/dist-types/models/models_0.d.ts +812 -1218
- package/dist-types/ts3.4/models/models_0.d.ts +406 -812
- package/package.json +6 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListUniqueProblemsRequestFilterSensitiveLog, ListUniqueProblemsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListUniqueProblemsCommand, serializeAws_json1_1ListUniqueProblemsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListUniqueProblemsCommand = (function (_super) {
|
|
7
7
|
__extends(ListUniqueProblemsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListUniqueProblemsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListUniqueProblemsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListUniqueProblemsResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListUploadsRequestFilterSensitiveLog, ListUploadsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListUploadsCommand, serializeAws_json1_1ListUploadsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListUploadsCommand = (function (_super) {
|
|
7
7
|
__extends(ListUploadsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListUploadsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListUploadsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListUploadsResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListVPCEConfigurationsRequestFilterSensitiveLog, ListVPCEConfigurationsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListVPCEConfigurationsCommand, serializeAws_json1_1ListVPCEConfigurationsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListVPCEConfigurationsCommand = (function (_super) {
|
|
7
7
|
__extends(ListVPCEConfigurationsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListVPCEConfigurationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListVPCEConfigurationsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListVPCEConfigurationsResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { PurchaseOfferingRequestFilterSensitiveLog, PurchaseOfferingResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1PurchaseOfferingCommand, serializeAws_json1_1PurchaseOfferingCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PurchaseOfferingCommand = (function (_super) {
|
|
7
7
|
__extends(PurchaseOfferingCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PurchaseOfferingCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PurchaseOfferingRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PurchaseOfferingResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { RenewOfferingRequestFilterSensitiveLog, RenewOfferingResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1RenewOfferingCommand, serializeAws_json1_1RenewOfferingCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var RenewOfferingCommand = (function (_super) {
|
|
7
7
|
__extends(RenewOfferingCommand, _super);
|
|
@@ -20,8 +20,8 @@ var RenewOfferingCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: RenewOfferingRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: RenewOfferingResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ScheduleRunRequestFilterSensitiveLog, ScheduleRunResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ScheduleRunCommand, serializeAws_json1_1ScheduleRunCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ScheduleRunCommand = (function (_super) {
|
|
7
7
|
__extends(ScheduleRunCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ScheduleRunCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ScheduleRunRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ScheduleRunResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StopJobRequestFilterSensitiveLog, StopJobResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StopJobCommand, serializeAws_json1_1StopJobCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StopJobCommand = (function (_super) {
|
|
7
7
|
__extends(StopJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StopJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StopJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StopJobResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StopRemoteAccessSessionRequestFilterSensitiveLog, StopRemoteAccessSessionResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StopRemoteAccessSessionCommand, serializeAws_json1_1StopRemoteAccessSessionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StopRemoteAccessSessionCommand = (function (_super) {
|
|
7
7
|
__extends(StopRemoteAccessSessionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StopRemoteAccessSessionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StopRemoteAccessSessionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StopRemoteAccessSessionResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StopRunRequestFilterSensitiveLog, StopRunResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StopRunCommand, serializeAws_json1_1StopRunCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StopRunCommand = (function (_super) {
|
|
7
7
|
__extends(StopRunCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StopRunCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StopRunRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StopRunResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var TagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(TagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var TagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UntagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(UntagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UntagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdateDeviceInstanceRequestFilterSensitiveLog, UpdateDeviceInstanceResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UpdateDeviceInstanceCommand, serializeAws_json1_1UpdateDeviceInstanceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateDeviceInstanceCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateDeviceInstanceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateDeviceInstanceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateDeviceInstanceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateDeviceInstanceResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdateDevicePoolRequestFilterSensitiveLog, UpdateDevicePoolResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UpdateDevicePoolCommand, serializeAws_json1_1UpdateDevicePoolCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateDevicePoolCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateDevicePoolCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateDevicePoolCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateDevicePoolRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateDevicePoolResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdateInstanceProfileRequestFilterSensitiveLog, UpdateInstanceProfileResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UpdateInstanceProfileCommand, serializeAws_json1_1UpdateInstanceProfileCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateInstanceProfileCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateInstanceProfileCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateInstanceProfileCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateInstanceProfileRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateInstanceProfileResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdateNetworkProfileRequestFilterSensitiveLog, UpdateNetworkProfileResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UpdateNetworkProfileCommand, serializeAws_json1_1UpdateNetworkProfileCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateNetworkProfileCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateNetworkProfileCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateNetworkProfileCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateNetworkProfileRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateNetworkProfileResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdateProjectRequestFilterSensitiveLog, UpdateProjectResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UpdateProjectCommand, serializeAws_json1_1UpdateProjectCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateProjectCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateProjectCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateProjectCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateProjectRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateProjectResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdateTestGridProjectRequestFilterSensitiveLog, UpdateTestGridProjectResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UpdateTestGridProjectCommand, serializeAws_json1_1UpdateTestGridProjectCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateTestGridProjectCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateTestGridProjectCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateTestGridProjectCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateTestGridProjectRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateTestGridProjectResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdateUploadRequestFilterSensitiveLog, UpdateUploadResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UpdateUploadCommand, serializeAws_json1_1UpdateUploadCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateUploadCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateUploadCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateUploadCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateUploadRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateUploadResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdateVPCEConfigurationRequestFilterSensitiveLog, UpdateVPCEConfigurationResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UpdateVPCEConfigurationCommand, serializeAws_json1_1UpdateVPCEConfigurationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateVPCEConfigurationCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateVPCEConfigurationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateVPCEConfigurationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateVPCEConfigurationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateVPCEConfigurationResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|