@aws-sdk/client-device-farm 3.53.0 → 3.55.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 (112) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/DeviceFarmClient.js +13 -13
  3. package/dist-cjs/commands/CreateDevicePoolCommand.js +3 -3
  4. package/dist-cjs/commands/CreateInstanceProfileCommand.js +3 -3
  5. package/dist-cjs/commands/CreateNetworkProfileCommand.js +3 -3
  6. package/dist-cjs/commands/CreateProjectCommand.js +3 -3
  7. package/dist-cjs/commands/CreateRemoteAccessSessionCommand.js +3 -3
  8. package/dist-cjs/commands/CreateTestGridProjectCommand.js +3 -3
  9. package/dist-cjs/commands/CreateTestGridUrlCommand.js +3 -3
  10. package/dist-cjs/commands/CreateUploadCommand.js +3 -3
  11. package/dist-cjs/commands/CreateVPCEConfigurationCommand.js +3 -3
  12. package/dist-cjs/commands/DeleteDevicePoolCommand.js +3 -3
  13. package/dist-cjs/commands/DeleteInstanceProfileCommand.js +3 -3
  14. package/dist-cjs/commands/DeleteNetworkProfileCommand.js +3 -3
  15. package/dist-cjs/commands/DeleteProjectCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteRemoteAccessSessionCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteRunCommand.js +3 -3
  18. package/dist-cjs/commands/DeleteTestGridProjectCommand.js +3 -3
  19. package/dist-cjs/commands/DeleteUploadCommand.js +3 -3
  20. package/dist-cjs/commands/DeleteVPCEConfigurationCommand.js +3 -3
  21. package/dist-cjs/commands/GetAccountSettingsCommand.js +3 -3
  22. package/dist-cjs/commands/GetDeviceCommand.js +3 -3
  23. package/dist-cjs/commands/GetDeviceInstanceCommand.js +3 -3
  24. package/dist-cjs/commands/GetDevicePoolCommand.js +3 -3
  25. package/dist-cjs/commands/GetDevicePoolCompatibilityCommand.js +3 -3
  26. package/dist-cjs/commands/GetInstanceProfileCommand.js +3 -3
  27. package/dist-cjs/commands/GetJobCommand.js +3 -3
  28. package/dist-cjs/commands/GetNetworkProfileCommand.js +3 -3
  29. package/dist-cjs/commands/GetOfferingStatusCommand.js +3 -3
  30. package/dist-cjs/commands/GetProjectCommand.js +3 -3
  31. package/dist-cjs/commands/GetRemoteAccessSessionCommand.js +3 -3
  32. package/dist-cjs/commands/GetRunCommand.js +3 -3
  33. package/dist-cjs/commands/GetSuiteCommand.js +3 -3
  34. package/dist-cjs/commands/GetTestCommand.js +3 -3
  35. package/dist-cjs/commands/GetTestGridProjectCommand.js +3 -3
  36. package/dist-cjs/commands/GetTestGridSessionCommand.js +3 -3
  37. package/dist-cjs/commands/GetUploadCommand.js +3 -3
  38. package/dist-cjs/commands/GetVPCEConfigurationCommand.js +3 -3
  39. package/dist-cjs/commands/InstallToRemoteAccessSessionCommand.js +3 -3
  40. package/dist-cjs/commands/ListArtifactsCommand.js +3 -3
  41. package/dist-cjs/commands/ListDeviceInstancesCommand.js +3 -3
  42. package/dist-cjs/commands/ListDevicePoolsCommand.js +3 -3
  43. package/dist-cjs/commands/ListDevicesCommand.js +3 -3
  44. package/dist-cjs/commands/ListInstanceProfilesCommand.js +3 -3
  45. package/dist-cjs/commands/ListJobsCommand.js +3 -3
  46. package/dist-cjs/commands/ListNetworkProfilesCommand.js +3 -3
  47. package/dist-cjs/commands/ListOfferingPromotionsCommand.js +3 -3
  48. package/dist-cjs/commands/ListOfferingTransactionsCommand.js +3 -3
  49. package/dist-cjs/commands/ListOfferingsCommand.js +3 -3
  50. package/dist-cjs/commands/ListProjectsCommand.js +3 -3
  51. package/dist-cjs/commands/ListRemoteAccessSessionsCommand.js +3 -3
  52. package/dist-cjs/commands/ListRunsCommand.js +3 -3
  53. package/dist-cjs/commands/ListSamplesCommand.js +3 -3
  54. package/dist-cjs/commands/ListSuitesCommand.js +3 -3
  55. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  56. package/dist-cjs/commands/ListTestGridProjectsCommand.js +3 -3
  57. package/dist-cjs/commands/ListTestGridSessionActionsCommand.js +3 -3
  58. package/dist-cjs/commands/ListTestGridSessionArtifactsCommand.js +3 -3
  59. package/dist-cjs/commands/ListTestGridSessionsCommand.js +3 -3
  60. package/dist-cjs/commands/ListTestsCommand.js +3 -3
  61. package/dist-cjs/commands/ListUniqueProblemsCommand.js +3 -3
  62. package/dist-cjs/commands/ListUploadsCommand.js +3 -3
  63. package/dist-cjs/commands/ListVPCEConfigurationsCommand.js +3 -3
  64. package/dist-cjs/commands/PurchaseOfferingCommand.js +3 -3
  65. package/dist-cjs/commands/RenewOfferingCommand.js +3 -3
  66. package/dist-cjs/commands/ScheduleRunCommand.js +3 -3
  67. package/dist-cjs/commands/StopJobCommand.js +3 -3
  68. package/dist-cjs/commands/StopRemoteAccessSessionCommand.js +3 -3
  69. package/dist-cjs/commands/StopRunCommand.js +3 -3
  70. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  71. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  72. package/dist-cjs/commands/UpdateDeviceInstanceCommand.js +3 -3
  73. package/dist-cjs/commands/UpdateDevicePoolCommand.js +3 -3
  74. package/dist-cjs/commands/UpdateInstanceProfileCommand.js +3 -3
  75. package/dist-cjs/commands/UpdateNetworkProfileCommand.js +3 -3
  76. package/dist-cjs/commands/UpdateProjectCommand.js +3 -3
  77. package/dist-cjs/commands/UpdateTestGridProjectCommand.js +3 -3
  78. package/dist-cjs/commands/UpdateUploadCommand.js +3 -3
  79. package/dist-cjs/commands/UpdateVPCEConfigurationCommand.js +3 -3
  80. package/dist-cjs/endpoints.js +1 -1
  81. package/dist-cjs/protocols/Aws_json1_1.js +364 -364
  82. package/dist-cjs/runtimeConfig.browser.js +4 -4
  83. package/dist-cjs/runtimeConfig.js +9 -9
  84. package/dist-cjs/runtimeConfig.native.js +1 -1
  85. package/dist-es/DeviceFarm.js +77 -77
  86. package/dist-es/pagination/GetOfferingStatusPaginator.js +4 -4
  87. package/dist-es/pagination/ListArtifactsPaginator.js +4 -4
  88. package/dist-es/pagination/ListDevicePoolsPaginator.js +4 -4
  89. package/dist-es/pagination/ListDevicesPaginator.js +4 -4
  90. package/dist-es/pagination/ListJobsPaginator.js +4 -4
  91. package/dist-es/pagination/ListOfferingTransactionsPaginator.js +4 -4
  92. package/dist-es/pagination/ListOfferingsPaginator.js +4 -4
  93. package/dist-es/pagination/ListProjectsPaginator.js +4 -4
  94. package/dist-es/pagination/ListRunsPaginator.js +4 -4
  95. package/dist-es/pagination/ListSamplesPaginator.js +4 -4
  96. package/dist-es/pagination/ListSuitesPaginator.js +4 -4
  97. package/dist-es/pagination/ListTestGridProjectsPaginator.js +4 -4
  98. package/dist-es/pagination/ListTestGridSessionActionsPaginator.js +4 -4
  99. package/dist-es/pagination/ListTestGridSessionArtifactsPaginator.js +4 -4
  100. package/dist-es/pagination/ListTestGridSessionsPaginator.js +4 -4
  101. package/dist-es/pagination/ListTestsPaginator.js +4 -4
  102. package/dist-es/pagination/ListUniqueProblemsPaginator.js +4 -4
  103. package/dist-es/pagination/ListUploadsPaginator.js +4 -4
  104. package/dist-types/DeviceFarmClient.d.ts +2 -2
  105. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  106. package/dist-types/runtimeConfig.d.ts +1 -1
  107. package/dist-types/runtimeConfig.native.d.ts +3 -3
  108. package/dist-types/ts3.4/DeviceFarmClient.d.ts +2 -2
  109. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  110. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  111. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  112. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-device-farm
9
+
10
+
11
+
12
+
13
+
14
+ ## [3.54.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.0...v3.54.1) (2022-03-15)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-device-farm
17
+
18
+
19
+
20
+
21
+
22
+ # [3.54.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.53.1...v3.54.0) (2022-03-11)
23
+
24
+ **Note:** Version bump only for package @aws-sdk/client-device-farm
25
+
26
+
27
+
28
+
29
+
6
30
  # [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
7
31
 
8
32
 
@@ -12,21 +12,21 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
12
12
  const runtimeConfig_1 = require("./runtimeConfig");
13
13
  class DeviceFarmClient extends smithy_client_1.Client {
14
14
  constructor(configuration) {
15
- const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
16
- const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
17
- const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
18
- const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
19
- const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
20
- const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
21
- const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
15
+ const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration);
16
+ const _config_1 = (0, config_resolver_1.resolveRegionConfig)(_config_0);
17
+ const _config_2 = (0, config_resolver_1.resolveEndpointsConfig)(_config_1);
18
+ const _config_3 = (0, middleware_retry_1.resolveRetryConfig)(_config_2);
19
+ const _config_4 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_3);
20
+ const _config_5 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_4);
21
+ const _config_6 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_5);
22
22
  super(_config_6);
23
23
  this.config = _config_6;
24
- this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
25
- this.middlewareStack.use(middleware_content_length_1.getContentLengthPlugin(this.config));
26
- this.middlewareStack.use(middleware_host_header_1.getHostHeaderPlugin(this.config));
27
- this.middlewareStack.use(middleware_logger_1.getLoggerPlugin(this.config));
28
- this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
29
- this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
24
+ this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
25
+ this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
26
+ this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
27
+ this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
28
+ this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
29
+ this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
30
30
  }
31
31
  destroy() {
32
32
  super.destroy();
@@ -11,7 +11,7 @@ class CreateDevicePoolCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "DeviceFarmClient";
@@ -27,10 +27,10 @@ class CreateDevicePoolCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1CreateDevicePoolCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreateDevicePoolCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreateDevicePoolCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreateDevicePoolCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateDevicePoolCommand = CreateDevicePoolCommand;
@@ -11,7 +11,7 @@ class CreateInstanceProfileCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "DeviceFarmClient";
@@ -27,10 +27,10 @@ class CreateInstanceProfileCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1CreateInstanceProfileCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreateInstanceProfileCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreateInstanceProfileCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreateInstanceProfileCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateInstanceProfileCommand = CreateInstanceProfileCommand;
@@ -11,7 +11,7 @@ class CreateNetworkProfileCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "DeviceFarmClient";
@@ -27,10 +27,10 @@ class CreateNetworkProfileCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1CreateNetworkProfileCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreateNetworkProfileCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreateNetworkProfileCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreateNetworkProfileCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateNetworkProfileCommand = CreateNetworkProfileCommand;
@@ -11,7 +11,7 @@ class CreateProjectCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "DeviceFarmClient";
@@ -27,10 +27,10 @@ class CreateProjectCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1CreateProjectCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreateProjectCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreateProjectCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreateProjectCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateProjectCommand = CreateProjectCommand;
@@ -11,7 +11,7 @@ class CreateRemoteAccessSessionCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "DeviceFarmClient";
@@ -27,10 +27,10 @@ class CreateRemoteAccessSessionCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1CreateRemoteAccessSessionCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreateRemoteAccessSessionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreateRemoteAccessSessionCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreateRemoteAccessSessionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateRemoteAccessSessionCommand = CreateRemoteAccessSessionCommand;
@@ -11,7 +11,7 @@ class CreateTestGridProjectCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "DeviceFarmClient";
@@ -27,10 +27,10 @@ class CreateTestGridProjectCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1CreateTestGridProjectCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreateTestGridProjectCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreateTestGridProjectCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreateTestGridProjectCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateTestGridProjectCommand = CreateTestGridProjectCommand;
@@ -11,7 +11,7 @@ class CreateTestGridUrlCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "DeviceFarmClient";
@@ -27,10 +27,10 @@ class CreateTestGridUrlCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1CreateTestGridUrlCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreateTestGridUrlCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreateTestGridUrlCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreateTestGridUrlCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateTestGridUrlCommand = CreateTestGridUrlCommand;
@@ -11,7 +11,7 @@ class CreateUploadCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "DeviceFarmClient";
@@ -27,10 +27,10 @@ class CreateUploadCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1CreateUploadCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreateUploadCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreateUploadCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreateUploadCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateUploadCommand = CreateUploadCommand;
@@ -11,7 +11,7 @@ class CreateVPCEConfigurationCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "DeviceFarmClient";
@@ -27,10 +27,10 @@ class CreateVPCEConfigurationCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1CreateVPCEConfigurationCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreateVPCEConfigurationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreateVPCEConfigurationCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreateVPCEConfigurationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateVPCEConfigurationCommand = CreateVPCEConfigurationCommand;
@@ -11,7 +11,7 @@ class DeleteDevicePoolCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "DeviceFarmClient";
@@ -27,10 +27,10 @@ class DeleteDevicePoolCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1DeleteDevicePoolCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteDevicePoolCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteDevicePoolCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteDevicePoolCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteDevicePoolCommand = DeleteDevicePoolCommand;
@@ -11,7 +11,7 @@ class DeleteInstanceProfileCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "DeviceFarmClient";
@@ -27,10 +27,10 @@ class DeleteInstanceProfileCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1DeleteInstanceProfileCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteInstanceProfileCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteInstanceProfileCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteInstanceProfileCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteInstanceProfileCommand = DeleteInstanceProfileCommand;
@@ -11,7 +11,7 @@ class DeleteNetworkProfileCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "DeviceFarmClient";
@@ -27,10 +27,10 @@ class DeleteNetworkProfileCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1DeleteNetworkProfileCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteNetworkProfileCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteNetworkProfileCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteNetworkProfileCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteNetworkProfileCommand = DeleteNetworkProfileCommand;
@@ -11,7 +11,7 @@ class DeleteProjectCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "DeviceFarmClient";
@@ -27,10 +27,10 @@ class DeleteProjectCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1DeleteProjectCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteProjectCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteProjectCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteProjectCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteProjectCommand = DeleteProjectCommand;
@@ -11,7 +11,7 @@ class DeleteRemoteAccessSessionCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "DeviceFarmClient";
@@ -27,10 +27,10 @@ class DeleteRemoteAccessSessionCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1DeleteRemoteAccessSessionCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteRemoteAccessSessionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteRemoteAccessSessionCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteRemoteAccessSessionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteRemoteAccessSessionCommand = DeleteRemoteAccessSessionCommand;
@@ -11,7 +11,7 @@ class DeleteRunCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "DeviceFarmClient";
@@ -27,10 +27,10 @@ class DeleteRunCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1DeleteRunCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteRunCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteRunCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteRunCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteRunCommand = DeleteRunCommand;
@@ -11,7 +11,7 @@ class DeleteTestGridProjectCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "DeviceFarmClient";
@@ -27,10 +27,10 @@ class DeleteTestGridProjectCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1DeleteTestGridProjectCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteTestGridProjectCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteTestGridProjectCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteTestGridProjectCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteTestGridProjectCommand = DeleteTestGridProjectCommand;
@@ -11,7 +11,7 @@ class DeleteUploadCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "DeviceFarmClient";
@@ -27,10 +27,10 @@ class DeleteUploadCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1DeleteUploadCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteUploadCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteUploadCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteUploadCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteUploadCommand = DeleteUploadCommand;
@@ -11,7 +11,7 @@ class DeleteVPCEConfigurationCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "DeviceFarmClient";
@@ -27,10 +27,10 @@ class DeleteVPCEConfigurationCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1DeleteVPCEConfigurationCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteVPCEConfigurationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteVPCEConfigurationCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteVPCEConfigurationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteVPCEConfigurationCommand = DeleteVPCEConfigurationCommand;
@@ -11,7 +11,7 @@ class GetAccountSettingsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "DeviceFarmClient";
@@ -27,10 +27,10 @@ class GetAccountSettingsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetAccountSettingsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetAccountSettingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetAccountSettingsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetAccountSettingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetAccountSettingsCommand = GetAccountSettingsCommand;
@@ -11,7 +11,7 @@ class GetDeviceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "DeviceFarmClient";
@@ -27,10 +27,10 @@ class GetDeviceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetDeviceCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetDeviceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetDeviceCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetDeviceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetDeviceCommand = GetDeviceCommand;
@@ -11,7 +11,7 @@ class GetDeviceInstanceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "DeviceFarmClient";
@@ -27,10 +27,10 @@ class GetDeviceInstanceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetDeviceInstanceCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetDeviceInstanceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetDeviceInstanceCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetDeviceInstanceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetDeviceInstanceCommand = GetDeviceInstanceCommand;
@@ -11,7 +11,7 @@ class GetDevicePoolCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "DeviceFarmClient";
@@ -27,10 +27,10 @@ class GetDevicePoolCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetDevicePoolCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetDevicePoolCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetDevicePoolCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetDevicePoolCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetDevicePoolCommand = GetDevicePoolCommand;
@@ -11,7 +11,7 @@ class GetDevicePoolCompatibilityCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "DeviceFarmClient";
@@ -27,10 +27,10 @@ class GetDevicePoolCompatibilityCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetDevicePoolCompatibilityCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetDevicePoolCompatibilityCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetDevicePoolCompatibilityCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetDevicePoolCompatibilityCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetDevicePoolCompatibilityCommand = GetDevicePoolCompatibilityCommand;
@@ -11,7 +11,7 @@ class GetInstanceProfileCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "DeviceFarmClient";
@@ -27,10 +27,10 @@ class GetInstanceProfileCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetInstanceProfileCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetInstanceProfileCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetInstanceProfileCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetInstanceProfileCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetInstanceProfileCommand = GetInstanceProfileCommand;