@aws-sdk/client-device-farm 3.927.0 → 3.929.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.
Files changed (101) hide show
  1. package/dist-cjs/index.js +2140 -3002
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/DeviceFarmClient.js +2 -0
  4. package/dist-es/commands/CreateDevicePoolCommand.js +3 -9
  5. package/dist-es/commands/CreateInstanceProfileCommand.js +3 -9
  6. package/dist-es/commands/CreateNetworkProfileCommand.js +3 -9
  7. package/dist-es/commands/CreateProjectCommand.js +3 -9
  8. package/dist-es/commands/CreateRemoteAccessSessionCommand.js +3 -9
  9. package/dist-es/commands/CreateTestGridProjectCommand.js +3 -9
  10. package/dist-es/commands/CreateTestGridUrlCommand.js +3 -10
  11. package/dist-es/commands/CreateUploadCommand.js +3 -10
  12. package/dist-es/commands/CreateVPCEConfigurationCommand.js +3 -9
  13. package/dist-es/commands/DeleteDevicePoolCommand.js +3 -9
  14. package/dist-es/commands/DeleteInstanceProfileCommand.js +3 -9
  15. package/dist-es/commands/DeleteNetworkProfileCommand.js +3 -9
  16. package/dist-es/commands/DeleteProjectCommand.js +3 -9
  17. package/dist-es/commands/DeleteRemoteAccessSessionCommand.js +3 -9
  18. package/dist-es/commands/DeleteRunCommand.js +3 -9
  19. package/dist-es/commands/DeleteTestGridProjectCommand.js +3 -9
  20. package/dist-es/commands/DeleteUploadCommand.js +3 -9
  21. package/dist-es/commands/DeleteVPCEConfigurationCommand.js +3 -9
  22. package/dist-es/commands/GetAccountSettingsCommand.js +3 -9
  23. package/dist-es/commands/GetDeviceCommand.js +3 -9
  24. package/dist-es/commands/GetDeviceInstanceCommand.js +3 -9
  25. package/dist-es/commands/GetDevicePoolCommand.js +3 -9
  26. package/dist-es/commands/GetDevicePoolCompatibilityCommand.js +3 -9
  27. package/dist-es/commands/GetInstanceProfileCommand.js +3 -9
  28. package/dist-es/commands/GetJobCommand.js +3 -9
  29. package/dist-es/commands/GetNetworkProfileCommand.js +3 -9
  30. package/dist-es/commands/GetOfferingStatusCommand.js +3 -9
  31. package/dist-es/commands/GetProjectCommand.js +3 -9
  32. package/dist-es/commands/GetRemoteAccessSessionCommand.js +3 -9
  33. package/dist-es/commands/GetRunCommand.js +3 -9
  34. package/dist-es/commands/GetSuiteCommand.js +3 -9
  35. package/dist-es/commands/GetTestCommand.js +3 -9
  36. package/dist-es/commands/GetTestGridProjectCommand.js +3 -9
  37. package/dist-es/commands/GetTestGridSessionCommand.js +3 -9
  38. package/dist-es/commands/GetUploadCommand.js +3 -10
  39. package/dist-es/commands/GetVPCEConfigurationCommand.js +3 -9
  40. package/dist-es/commands/InstallToRemoteAccessSessionCommand.js +3 -10
  41. package/dist-es/commands/ListArtifactsCommand.js +3 -9
  42. package/dist-es/commands/ListDeviceInstancesCommand.js +3 -9
  43. package/dist-es/commands/ListDevicePoolsCommand.js +3 -9
  44. package/dist-es/commands/ListDevicesCommand.js +3 -9
  45. package/dist-es/commands/ListInstanceProfilesCommand.js +3 -9
  46. package/dist-es/commands/ListJobsCommand.js +3 -9
  47. package/dist-es/commands/ListNetworkProfilesCommand.js +3 -9
  48. package/dist-es/commands/ListOfferingPromotionsCommand.js +3 -9
  49. package/dist-es/commands/ListOfferingTransactionsCommand.js +3 -9
  50. package/dist-es/commands/ListOfferingsCommand.js +3 -9
  51. package/dist-es/commands/ListProjectsCommand.js +3 -9
  52. package/dist-es/commands/ListRemoteAccessSessionsCommand.js +3 -9
  53. package/dist-es/commands/ListRunsCommand.js +3 -9
  54. package/dist-es/commands/ListSamplesCommand.js +3 -9
  55. package/dist-es/commands/ListSuitesCommand.js +3 -9
  56. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  57. package/dist-es/commands/ListTestGridProjectsCommand.js +3 -9
  58. package/dist-es/commands/ListTestGridSessionActionsCommand.js +3 -9
  59. package/dist-es/commands/ListTestGridSessionArtifactsCommand.js +3 -10
  60. package/dist-es/commands/ListTestGridSessionsCommand.js +3 -9
  61. package/dist-es/commands/ListTestsCommand.js +3 -9
  62. package/dist-es/commands/ListUniqueProblemsCommand.js +3 -9
  63. package/dist-es/commands/ListUploadsCommand.js +3 -10
  64. package/dist-es/commands/ListVPCEConfigurationsCommand.js +3 -9
  65. package/dist-es/commands/PurchaseOfferingCommand.js +3 -9
  66. package/dist-es/commands/RenewOfferingCommand.js +3 -9
  67. package/dist-es/commands/ScheduleRunCommand.js +3 -9
  68. package/dist-es/commands/StopJobCommand.js +3 -9
  69. package/dist-es/commands/StopRemoteAccessSessionCommand.js +3 -9
  70. package/dist-es/commands/StopRunCommand.js +3 -9
  71. package/dist-es/commands/TagResourceCommand.js +3 -9
  72. package/dist-es/commands/UntagResourceCommand.js +3 -9
  73. package/dist-es/commands/UpdateDeviceInstanceCommand.js +3 -9
  74. package/dist-es/commands/UpdateDevicePoolCommand.js +3 -9
  75. package/dist-es/commands/UpdateInstanceProfileCommand.js +3 -9
  76. package/dist-es/commands/UpdateNetworkProfileCommand.js +3 -9
  77. package/dist-es/commands/UpdateProjectCommand.js +3 -9
  78. package/dist-es/commands/UpdateTestGridProjectCommand.js +3 -9
  79. package/dist-es/commands/UpdateUploadCommand.js +3 -10
  80. package/dist-es/commands/UpdateVPCEConfigurationCommand.js +3 -9
  81. package/dist-es/models/models_0.js +0 -37
  82. package/dist-es/runtimeConfig.shared.js +7 -0
  83. package/dist-es/schemas/schemas_0.js +1965 -0
  84. package/dist-types/DeviceFarmClient.d.ts +10 -1
  85. package/dist-types/models/models_0.d.ts +0 -36
  86. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  87. package/dist-types/runtimeConfig.d.ts +1 -0
  88. package/dist-types/runtimeConfig.native.d.ts +1 -0
  89. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  90. package/dist-types/schemas/schemas_0.d.ts +347 -0
  91. package/dist-types/ts3.4/DeviceFarmClient.d.ts +4 -0
  92. package/dist-types/ts3.4/models/models_0.d.ts +0 -25
  93. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  94. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  95. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  96. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  97. package/dist-types/ts3.4/schemas/schemas_0.d.ts +354 -0
  98. package/package.json +5 -5
  99. package/dist-es/protocols/Aws_json1_1.js +0 -2386
  100. package/dist-types/protocols/Aws_json1_1.d.ts +0 -695
  101. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -929
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetDevicePoolCompatibilityCommand, se_GetDevicePoolCompatibilityCommand } from "../protocols/Aws_json1_1";
4
+ import { GetDevicePoolCompatibility } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDevicePoolCompatibilityCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("DeviceFarm_20150623", "GetDevicePoolCompatibility", {})
17
13
  .n("DeviceFarmClient", "GetDevicePoolCompatibilityCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDevicePoolCompatibilityCommand)
20
- .de(de_GetDevicePoolCompatibilityCommand)
14
+ .sc(GetDevicePoolCompatibility)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetInstanceProfileCommand, se_GetInstanceProfileCommand } from "../protocols/Aws_json1_1";
4
+ import { GetInstanceProfile } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetInstanceProfileCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("DeviceFarm_20150623", "GetInstanceProfile", {})
17
13
  .n("DeviceFarmClient", "GetInstanceProfileCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetInstanceProfileCommand)
20
- .de(de_GetInstanceProfileCommand)
14
+ .sc(GetInstanceProfile)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetJobCommand, se_GetJobCommand } from "../protocols/Aws_json1_1";
4
+ import { GetJob } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetJobCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("DeviceFarm_20150623", "GetJob", {})
17
13
  .n("DeviceFarmClient", "GetJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetJobCommand)
20
- .de(de_GetJobCommand)
14
+ .sc(GetJob)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetNetworkProfileCommand, se_GetNetworkProfileCommand } from "../protocols/Aws_json1_1";
4
+ import { GetNetworkProfile } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetNetworkProfileCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("DeviceFarm_20150623", "GetNetworkProfile", {})
17
13
  .n("DeviceFarmClient", "GetNetworkProfileCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetNetworkProfileCommand)
20
- .de(de_GetNetworkProfileCommand)
14
+ .sc(GetNetworkProfile)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetOfferingStatusCommand, se_GetOfferingStatusCommand } from "../protocols/Aws_json1_1";
4
+ import { GetOfferingStatus } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetOfferingStatusCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("DeviceFarm_20150623", "GetOfferingStatus", {})
17
13
  .n("DeviceFarmClient", "GetOfferingStatusCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetOfferingStatusCommand)
20
- .de(de_GetOfferingStatusCommand)
14
+ .sc(GetOfferingStatus)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetProjectCommand, se_GetProjectCommand } from "../protocols/Aws_json1_1";
4
+ import { GetProject } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetProjectCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("DeviceFarm_20150623", "GetProject", {})
17
13
  .n("DeviceFarmClient", "GetProjectCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetProjectCommand)
20
- .de(de_GetProjectCommand)
14
+ .sc(GetProject)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetRemoteAccessSessionCommand, se_GetRemoteAccessSessionCommand } from "../protocols/Aws_json1_1";
4
+ import { GetRemoteAccessSession } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetRemoteAccessSessionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("DeviceFarm_20150623", "GetRemoteAccessSession", {})
17
13
  .n("DeviceFarmClient", "GetRemoteAccessSessionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetRemoteAccessSessionCommand)
20
- .de(de_GetRemoteAccessSessionCommand)
14
+ .sc(GetRemoteAccessSession)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetRunCommand, se_GetRunCommand } from "../protocols/Aws_json1_1";
4
+ import { GetRun } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetRunCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("DeviceFarm_20150623", "GetRun", {})
17
13
  .n("DeviceFarmClient", "GetRunCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetRunCommand)
20
- .de(de_GetRunCommand)
14
+ .sc(GetRun)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetSuiteCommand, se_GetSuiteCommand } from "../protocols/Aws_json1_1";
4
+ import { GetSuite } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetSuiteCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("DeviceFarm_20150623", "GetSuite", {})
17
13
  .n("DeviceFarmClient", "GetSuiteCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetSuiteCommand)
20
- .de(de_GetSuiteCommand)
14
+ .sc(GetSuite)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetTestCommand, se_GetTestCommand } from "../protocols/Aws_json1_1";
4
+ import { GetTest } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTestCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("DeviceFarm_20150623", "GetTest", {})
17
13
  .n("DeviceFarmClient", "GetTestCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTestCommand)
20
- .de(de_GetTestCommand)
14
+ .sc(GetTest)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetTestGridProjectCommand, se_GetTestGridProjectCommand } from "../protocols/Aws_json1_1";
4
+ import { GetTestGridProject } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTestGridProjectCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("DeviceFarm_20150623", "GetTestGridProject", {})
17
13
  .n("DeviceFarmClient", "GetTestGridProjectCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTestGridProjectCommand)
20
- .de(de_GetTestGridProjectCommand)
14
+ .sc(GetTestGridProject)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetTestGridSessionCommand, se_GetTestGridSessionCommand } from "../protocols/Aws_json1_1";
4
+ import { GetTestGridSession } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTestGridSessionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("DeviceFarm_20150623", "GetTestGridSession", {})
17
13
  .n("DeviceFarmClient", "GetTestGridSessionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTestGridSessionCommand)
20
- .de(de_GetTestGridSessionCommand)
14
+ .sc(GetTestGridSession)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetUploadResultFilterSensitiveLog } from "../models/models_0";
6
- import { de_GetUploadCommand, se_GetUploadCommand } from "../protocols/Aws_json1_1";
4
+ import { GetUpload } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetUploadCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("DeviceFarm_20150623", "GetUpload", {})
18
13
  .n("DeviceFarmClient", "GetUploadCommand")
19
- .f(void 0, GetUploadResultFilterSensitiveLog)
20
- .ser(se_GetUploadCommand)
21
- .de(de_GetUploadCommand)
14
+ .sc(GetUpload)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetVPCEConfigurationCommand, se_GetVPCEConfigurationCommand } from "../protocols/Aws_json1_1";
4
+ import { GetVPCEConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetVPCEConfigurationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("DeviceFarm_20150623", "GetVPCEConfiguration", {})
17
13
  .n("DeviceFarmClient", "GetVPCEConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetVPCEConfigurationCommand)
20
- .de(de_GetVPCEConfigurationCommand)
14
+ .sc(GetVPCEConfiguration)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { InstallToRemoteAccessSessionResultFilterSensitiveLog, } from "../models/models_0";
6
- import { de_InstallToRemoteAccessSessionCommand, se_InstallToRemoteAccessSessionCommand, } from "../protocols/Aws_json1_1";
4
+ import { InstallToRemoteAccessSession } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class InstallToRemoteAccessSessionCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("DeviceFarm_20150623", "InstallToRemoteAccessSession", {})
18
13
  .n("DeviceFarmClient", "InstallToRemoteAccessSessionCommand")
19
- .f(void 0, InstallToRemoteAccessSessionResultFilterSensitiveLog)
20
- .ser(se_InstallToRemoteAccessSessionCommand)
21
- .de(de_InstallToRemoteAccessSessionCommand)
14
+ .sc(InstallToRemoteAccessSession)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListArtifactsCommand, se_ListArtifactsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListArtifacts } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListArtifactsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("DeviceFarm_20150623", "ListArtifacts", {})
17
13
  .n("DeviceFarmClient", "ListArtifactsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListArtifactsCommand)
20
- .de(de_ListArtifactsCommand)
14
+ .sc(ListArtifacts)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListDeviceInstancesCommand, se_ListDeviceInstancesCommand } from "../protocols/Aws_json1_1";
4
+ import { ListDeviceInstances } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListDeviceInstancesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("DeviceFarm_20150623", "ListDeviceInstances", {})
17
13
  .n("DeviceFarmClient", "ListDeviceInstancesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListDeviceInstancesCommand)
20
- .de(de_ListDeviceInstancesCommand)
14
+ .sc(ListDeviceInstances)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListDevicePoolsCommand, se_ListDevicePoolsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListDevicePools } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListDevicePoolsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("DeviceFarm_20150623", "ListDevicePools", {})
17
13
  .n("DeviceFarmClient", "ListDevicePoolsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListDevicePoolsCommand)
20
- .de(de_ListDevicePoolsCommand)
14
+ .sc(ListDevicePools)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListDevicesCommand, se_ListDevicesCommand } from "../protocols/Aws_json1_1";
4
+ import { ListDevices } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListDevicesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("DeviceFarm_20150623", "ListDevices", {})
17
13
  .n("DeviceFarmClient", "ListDevicesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListDevicesCommand)
20
- .de(de_ListDevicesCommand)
14
+ .sc(ListDevices)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListInstanceProfilesCommand, se_ListInstanceProfilesCommand } from "../protocols/Aws_json1_1";
4
+ import { ListInstanceProfiles } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListInstanceProfilesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("DeviceFarm_20150623", "ListInstanceProfiles", {})
17
13
  .n("DeviceFarmClient", "ListInstanceProfilesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListInstanceProfilesCommand)
20
- .de(de_ListInstanceProfilesCommand)
14
+ .sc(ListInstanceProfiles)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListJobsCommand, se_ListJobsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListJobs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListJobsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("DeviceFarm_20150623", "ListJobs", {})
17
13
  .n("DeviceFarmClient", "ListJobsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListJobsCommand)
20
- .de(de_ListJobsCommand)
14
+ .sc(ListJobs)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListNetworkProfilesCommand, se_ListNetworkProfilesCommand } from "../protocols/Aws_json1_1";
4
+ import { ListNetworkProfiles } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListNetworkProfilesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("DeviceFarm_20150623", "ListNetworkProfiles", {})
17
13
  .n("DeviceFarmClient", "ListNetworkProfilesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListNetworkProfilesCommand)
20
- .de(de_ListNetworkProfilesCommand)
14
+ .sc(ListNetworkProfiles)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListOfferingPromotionsCommand, se_ListOfferingPromotionsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListOfferingPromotions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListOfferingPromotionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("DeviceFarm_20150623", "ListOfferingPromotions", {})
17
13
  .n("DeviceFarmClient", "ListOfferingPromotionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListOfferingPromotionsCommand)
20
- .de(de_ListOfferingPromotionsCommand)
14
+ .sc(ListOfferingPromotions)
21
15
  .build() {
22
16
  }