@aws-sdk/client-device-farm 3.926.0 → 3.928.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
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const core_1 = require("@aws-sdk/core");
5
+ const protocols_1 = require("@aws-sdk/core/protocols");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const url_parser_1 = require("@smithy/url-parser");
7
8
  const util_base64_1 = require("@smithy/util-base64");
@@ -25,6 +26,12 @@ const getRuntimeConfig = (config) => {
25
26
  },
26
27
  ],
27
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
+ protocol: config?.protocol ??
30
+ new protocols_1.AwsJson1_1Protocol({
31
+ defaultNamespace: "com.amazonaws.devicefarm",
32
+ serviceTarget: "DeviceFarm_20150623",
33
+ awsQueryCompatible: false,
34
+ }),
28
35
  serviceId: config?.serviceId ?? "Device Farm",
29
36
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
30
37
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
4
4
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
5
5
  import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
+ import { getSchemaSerdePlugin } from "@smithy/core/schema";
7
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
9
  import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
10
  import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
@@ -28,6 +29,7 @@ export class DeviceFarmClient extends __Client {
28
29
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
29
30
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
30
31
  this.config = _config_8;
32
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
31
33
  this.middlewareStack.use(getUserAgentPlugin(this.config));
32
34
  this.middlewareStack.use(getRetryPlugin(this.config));
33
35
  this.middlewareStack.use(getContentLengthPlugin(this.config));
@@ -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_CreateDevicePoolCommand, se_CreateDevicePoolCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateDevicePool } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateDevicePoolCommand 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", "CreateDevicePool", {})
17
13
  .n("DeviceFarmClient", "CreateDevicePoolCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateDevicePoolCommand)
20
- .de(de_CreateDevicePoolCommand)
14
+ .sc(CreateDevicePool)
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_CreateInstanceProfileCommand, se_CreateInstanceProfileCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateInstanceProfile } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateInstanceProfileCommand 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", "CreateInstanceProfile", {})
17
13
  .n("DeviceFarmClient", "CreateInstanceProfileCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateInstanceProfileCommand)
20
- .de(de_CreateInstanceProfileCommand)
14
+ .sc(CreateInstanceProfile)
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_CreateNetworkProfileCommand, se_CreateNetworkProfileCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateNetworkProfile } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateNetworkProfileCommand 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", "CreateNetworkProfile", {})
17
13
  .n("DeviceFarmClient", "CreateNetworkProfileCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateNetworkProfileCommand)
20
- .de(de_CreateNetworkProfileCommand)
14
+ .sc(CreateNetworkProfile)
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_CreateProjectCommand, se_CreateProjectCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateProject } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateProjectCommand 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", "CreateProject", {})
17
13
  .n("DeviceFarmClient", "CreateProjectCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateProjectCommand)
20
- .de(de_CreateProjectCommand)
14
+ .sc(CreateProject)
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_CreateRemoteAccessSessionCommand, se_CreateRemoteAccessSessionCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateRemoteAccessSession } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateRemoteAccessSessionCommand 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", "CreateRemoteAccessSession", {})
17
13
  .n("DeviceFarmClient", "CreateRemoteAccessSessionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateRemoteAccessSessionCommand)
20
- .de(de_CreateRemoteAccessSessionCommand)
14
+ .sc(CreateRemoteAccessSession)
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_CreateTestGridProjectCommand, se_CreateTestGridProjectCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateTestGridProject } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateTestGridProjectCommand 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", "CreateTestGridProject", {})
17
13
  .n("DeviceFarmClient", "CreateTestGridProjectCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateTestGridProjectCommand)
20
- .de(de_CreateTestGridProjectCommand)
14
+ .sc(CreateTestGridProject)
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 { CreateTestGridUrlResultFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateTestGridUrlCommand, se_CreateTestGridUrlCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateTestGridUrl } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateTestGridUrlCommand 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", "CreateTestGridUrl", {})
18
13
  .n("DeviceFarmClient", "CreateTestGridUrlCommand")
19
- .f(void 0, CreateTestGridUrlResultFilterSensitiveLog)
20
- .ser(se_CreateTestGridUrlCommand)
21
- .de(de_CreateTestGridUrlCommand)
14
+ .sc(CreateTestGridUrl)
22
15
  .build() {
23
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 { CreateUploadResultFilterSensitiveLog } from "../models/models_0";
6
- import { de_CreateUploadCommand, se_CreateUploadCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateUpload } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateUploadCommand 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", "CreateUpload", {})
18
13
  .n("DeviceFarmClient", "CreateUploadCommand")
19
- .f(void 0, CreateUploadResultFilterSensitiveLog)
20
- .ser(se_CreateUploadCommand)
21
- .de(de_CreateUploadCommand)
14
+ .sc(CreateUpload)
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_CreateVPCEConfigurationCommand, se_CreateVPCEConfigurationCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateVPCEConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateVPCEConfigurationCommand 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", "CreateVPCEConfiguration", {})
17
13
  .n("DeviceFarmClient", "CreateVPCEConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateVPCEConfigurationCommand)
20
- .de(de_CreateVPCEConfigurationCommand)
14
+ .sc(CreateVPCEConfiguration)
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_DeleteDevicePoolCommand, se_DeleteDevicePoolCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteDevicePool } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteDevicePoolCommand 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", "DeleteDevicePool", {})
17
13
  .n("DeviceFarmClient", "DeleteDevicePoolCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteDevicePoolCommand)
20
- .de(de_DeleteDevicePoolCommand)
14
+ .sc(DeleteDevicePool)
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_DeleteInstanceProfileCommand, se_DeleteInstanceProfileCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteInstanceProfile } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteInstanceProfileCommand 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", "DeleteInstanceProfile", {})
17
13
  .n("DeviceFarmClient", "DeleteInstanceProfileCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteInstanceProfileCommand)
20
- .de(de_DeleteInstanceProfileCommand)
14
+ .sc(DeleteInstanceProfile)
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_DeleteNetworkProfileCommand, se_DeleteNetworkProfileCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteNetworkProfile } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteNetworkProfileCommand 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", "DeleteNetworkProfile", {})
17
13
  .n("DeviceFarmClient", "DeleteNetworkProfileCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteNetworkProfileCommand)
20
- .de(de_DeleteNetworkProfileCommand)
14
+ .sc(DeleteNetworkProfile)
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_DeleteProjectCommand, se_DeleteProjectCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteProject } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteProjectCommand 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", "DeleteProject", {})
17
13
  .n("DeviceFarmClient", "DeleteProjectCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteProjectCommand)
20
- .de(de_DeleteProjectCommand)
14
+ .sc(DeleteProject)
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_DeleteRemoteAccessSessionCommand, se_DeleteRemoteAccessSessionCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteRemoteAccessSession } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteRemoteAccessSessionCommand 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", "DeleteRemoteAccessSession", {})
17
13
  .n("DeviceFarmClient", "DeleteRemoteAccessSessionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteRemoteAccessSessionCommand)
20
- .de(de_DeleteRemoteAccessSessionCommand)
14
+ .sc(DeleteRemoteAccessSession)
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_DeleteRunCommand, se_DeleteRunCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteRun } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteRunCommand 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", "DeleteRun", {})
17
13
  .n("DeviceFarmClient", "DeleteRunCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteRunCommand)
20
- .de(de_DeleteRunCommand)
14
+ .sc(DeleteRun)
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_DeleteTestGridProjectCommand, se_DeleteTestGridProjectCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteTestGridProject } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteTestGridProjectCommand 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", "DeleteTestGridProject", {})
17
13
  .n("DeviceFarmClient", "DeleteTestGridProjectCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteTestGridProjectCommand)
20
- .de(de_DeleteTestGridProjectCommand)
14
+ .sc(DeleteTestGridProject)
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_DeleteUploadCommand, se_DeleteUploadCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteUpload } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteUploadCommand 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", "DeleteUpload", {})
17
13
  .n("DeviceFarmClient", "DeleteUploadCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteUploadCommand)
20
- .de(de_DeleteUploadCommand)
14
+ .sc(DeleteUpload)
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_DeleteVPCEConfigurationCommand, se_DeleteVPCEConfigurationCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteVPCEConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteVPCEConfigurationCommand 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", "DeleteVPCEConfiguration", {})
17
13
  .n("DeviceFarmClient", "DeleteVPCEConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteVPCEConfigurationCommand)
20
- .de(de_DeleteVPCEConfigurationCommand)
14
+ .sc(DeleteVPCEConfiguration)
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_GetAccountSettingsCommand, se_GetAccountSettingsCommand } from "../protocols/Aws_json1_1";
4
+ import { GetAccountSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetAccountSettingsCommand 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", "GetAccountSettings", {})
17
13
  .n("DeviceFarmClient", "GetAccountSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetAccountSettingsCommand)
20
- .de(de_GetAccountSettingsCommand)
14
+ .sc(GetAccountSettings)
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_GetDeviceCommand, se_GetDeviceCommand } from "../protocols/Aws_json1_1";
4
+ import { GetDevice } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDeviceCommand 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", "GetDevice", {})
17
13
  .n("DeviceFarmClient", "GetDeviceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDeviceCommand)
20
- .de(de_GetDeviceCommand)
14
+ .sc(GetDevice)
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_GetDeviceInstanceCommand, se_GetDeviceInstanceCommand } from "../protocols/Aws_json1_1";
4
+ import { GetDeviceInstance } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDeviceInstanceCommand 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", "GetDeviceInstance", {})
17
13
  .n("DeviceFarmClient", "GetDeviceInstanceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDeviceInstanceCommand)
20
- .de(de_GetDeviceInstanceCommand)
14
+ .sc(GetDeviceInstance)
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_GetDevicePoolCommand, se_GetDevicePoolCommand } from "../protocols/Aws_json1_1";
4
+ import { GetDevicePool } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDevicePoolCommand 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", "GetDevicePool", {})
17
13
  .n("DeviceFarmClient", "GetDevicePoolCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDevicePoolCommand)
20
- .de(de_GetDevicePoolCommand)
14
+ .sc(GetDevicePool)
21
15
  .build() {
22
16
  }