@aws-sdk/client-device-farm 3.413.0 → 3.418.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 (159) hide show
  1. package/dist-cjs/commands/CreateDevicePoolCommand.js +5 -0
  2. package/dist-cjs/commands/CreateInstanceProfileCommand.js +5 -0
  3. package/dist-cjs/commands/CreateNetworkProfileCommand.js +5 -0
  4. package/dist-cjs/commands/CreateProjectCommand.js +5 -0
  5. package/dist-cjs/commands/CreateRemoteAccessSessionCommand.js +5 -0
  6. package/dist-cjs/commands/CreateTestGridProjectCommand.js +5 -0
  7. package/dist-cjs/commands/CreateTestGridUrlCommand.js +5 -0
  8. package/dist-cjs/commands/CreateUploadCommand.js +5 -0
  9. package/dist-cjs/commands/CreateVPCEConfigurationCommand.js +5 -0
  10. package/dist-cjs/commands/DeleteDevicePoolCommand.js +5 -0
  11. package/dist-cjs/commands/DeleteInstanceProfileCommand.js +5 -0
  12. package/dist-cjs/commands/DeleteNetworkProfileCommand.js +5 -0
  13. package/dist-cjs/commands/DeleteProjectCommand.js +5 -0
  14. package/dist-cjs/commands/DeleteRemoteAccessSessionCommand.js +5 -0
  15. package/dist-cjs/commands/DeleteRunCommand.js +5 -0
  16. package/dist-cjs/commands/DeleteTestGridProjectCommand.js +5 -0
  17. package/dist-cjs/commands/DeleteUploadCommand.js +5 -0
  18. package/dist-cjs/commands/DeleteVPCEConfigurationCommand.js +5 -0
  19. package/dist-cjs/commands/GetAccountSettingsCommand.js +5 -0
  20. package/dist-cjs/commands/GetDeviceCommand.js +5 -0
  21. package/dist-cjs/commands/GetDeviceInstanceCommand.js +5 -0
  22. package/dist-cjs/commands/GetDevicePoolCommand.js +5 -0
  23. package/dist-cjs/commands/GetDevicePoolCompatibilityCommand.js +5 -0
  24. package/dist-cjs/commands/GetInstanceProfileCommand.js +5 -0
  25. package/dist-cjs/commands/GetJobCommand.js +5 -0
  26. package/dist-cjs/commands/GetNetworkProfileCommand.js +5 -0
  27. package/dist-cjs/commands/GetOfferingStatusCommand.js +5 -0
  28. package/dist-cjs/commands/GetProjectCommand.js +5 -0
  29. package/dist-cjs/commands/GetRemoteAccessSessionCommand.js +5 -0
  30. package/dist-cjs/commands/GetRunCommand.js +5 -0
  31. package/dist-cjs/commands/GetSuiteCommand.js +5 -0
  32. package/dist-cjs/commands/GetTestCommand.js +5 -0
  33. package/dist-cjs/commands/GetTestGridProjectCommand.js +5 -0
  34. package/dist-cjs/commands/GetTestGridSessionCommand.js +5 -0
  35. package/dist-cjs/commands/GetUploadCommand.js +5 -0
  36. package/dist-cjs/commands/GetVPCEConfigurationCommand.js +5 -0
  37. package/dist-cjs/commands/InstallToRemoteAccessSessionCommand.js +5 -0
  38. package/dist-cjs/commands/ListArtifactsCommand.js +5 -0
  39. package/dist-cjs/commands/ListDeviceInstancesCommand.js +5 -0
  40. package/dist-cjs/commands/ListDevicePoolsCommand.js +5 -0
  41. package/dist-cjs/commands/ListDevicesCommand.js +5 -0
  42. package/dist-cjs/commands/ListInstanceProfilesCommand.js +5 -0
  43. package/dist-cjs/commands/ListJobsCommand.js +5 -0
  44. package/dist-cjs/commands/ListNetworkProfilesCommand.js +5 -0
  45. package/dist-cjs/commands/ListOfferingPromotionsCommand.js +5 -0
  46. package/dist-cjs/commands/ListOfferingTransactionsCommand.js +5 -0
  47. package/dist-cjs/commands/ListOfferingsCommand.js +5 -0
  48. package/dist-cjs/commands/ListProjectsCommand.js +5 -0
  49. package/dist-cjs/commands/ListRemoteAccessSessionsCommand.js +5 -0
  50. package/dist-cjs/commands/ListRunsCommand.js +5 -0
  51. package/dist-cjs/commands/ListSamplesCommand.js +5 -0
  52. package/dist-cjs/commands/ListSuitesCommand.js +5 -0
  53. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  54. package/dist-cjs/commands/ListTestGridProjectsCommand.js +5 -0
  55. package/dist-cjs/commands/ListTestGridSessionActionsCommand.js +5 -0
  56. package/dist-cjs/commands/ListTestGridSessionArtifactsCommand.js +5 -0
  57. package/dist-cjs/commands/ListTestGridSessionsCommand.js +5 -0
  58. package/dist-cjs/commands/ListTestsCommand.js +5 -0
  59. package/dist-cjs/commands/ListUniqueProblemsCommand.js +5 -0
  60. package/dist-cjs/commands/ListUploadsCommand.js +5 -0
  61. package/dist-cjs/commands/ListVPCEConfigurationsCommand.js +5 -0
  62. package/dist-cjs/commands/PurchaseOfferingCommand.js +5 -0
  63. package/dist-cjs/commands/RenewOfferingCommand.js +5 -0
  64. package/dist-cjs/commands/ScheduleRunCommand.js +5 -0
  65. package/dist-cjs/commands/StopJobCommand.js +5 -0
  66. package/dist-cjs/commands/StopRemoteAccessSessionCommand.js +5 -0
  67. package/dist-cjs/commands/StopRunCommand.js +5 -0
  68. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  69. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  70. package/dist-cjs/commands/UpdateDeviceInstanceCommand.js +5 -0
  71. package/dist-cjs/commands/UpdateDevicePoolCommand.js +5 -0
  72. package/dist-cjs/commands/UpdateInstanceProfileCommand.js +5 -0
  73. package/dist-cjs/commands/UpdateNetworkProfileCommand.js +5 -0
  74. package/dist-cjs/commands/UpdateProjectCommand.js +5 -0
  75. package/dist-cjs/commands/UpdateTestGridProjectCommand.js +5 -0
  76. package/dist-cjs/commands/UpdateUploadCommand.js +5 -0
  77. package/dist-cjs/commands/UpdateVPCEConfigurationCommand.js +5 -0
  78. package/dist-cjs/runtimeExtensions.js +3 -0
  79. package/dist-es/commands/CreateDevicePoolCommand.js +5 -0
  80. package/dist-es/commands/CreateInstanceProfileCommand.js +5 -0
  81. package/dist-es/commands/CreateNetworkProfileCommand.js +5 -0
  82. package/dist-es/commands/CreateProjectCommand.js +5 -0
  83. package/dist-es/commands/CreateRemoteAccessSessionCommand.js +5 -0
  84. package/dist-es/commands/CreateTestGridProjectCommand.js +5 -0
  85. package/dist-es/commands/CreateTestGridUrlCommand.js +5 -0
  86. package/dist-es/commands/CreateUploadCommand.js +5 -0
  87. package/dist-es/commands/CreateVPCEConfigurationCommand.js +5 -0
  88. package/dist-es/commands/DeleteDevicePoolCommand.js +5 -0
  89. package/dist-es/commands/DeleteInstanceProfileCommand.js +5 -0
  90. package/dist-es/commands/DeleteNetworkProfileCommand.js +5 -0
  91. package/dist-es/commands/DeleteProjectCommand.js +5 -0
  92. package/dist-es/commands/DeleteRemoteAccessSessionCommand.js +5 -0
  93. package/dist-es/commands/DeleteRunCommand.js +5 -0
  94. package/dist-es/commands/DeleteTestGridProjectCommand.js +5 -0
  95. package/dist-es/commands/DeleteUploadCommand.js +5 -0
  96. package/dist-es/commands/DeleteVPCEConfigurationCommand.js +5 -0
  97. package/dist-es/commands/GetAccountSettingsCommand.js +5 -0
  98. package/dist-es/commands/GetDeviceCommand.js +5 -0
  99. package/dist-es/commands/GetDeviceInstanceCommand.js +5 -0
  100. package/dist-es/commands/GetDevicePoolCommand.js +5 -0
  101. package/dist-es/commands/GetDevicePoolCompatibilityCommand.js +5 -0
  102. package/dist-es/commands/GetInstanceProfileCommand.js +5 -0
  103. package/dist-es/commands/GetJobCommand.js +5 -0
  104. package/dist-es/commands/GetNetworkProfileCommand.js +5 -0
  105. package/dist-es/commands/GetOfferingStatusCommand.js +5 -0
  106. package/dist-es/commands/GetProjectCommand.js +5 -0
  107. package/dist-es/commands/GetRemoteAccessSessionCommand.js +5 -0
  108. package/dist-es/commands/GetRunCommand.js +5 -0
  109. package/dist-es/commands/GetSuiteCommand.js +5 -0
  110. package/dist-es/commands/GetTestCommand.js +5 -0
  111. package/dist-es/commands/GetTestGridProjectCommand.js +5 -0
  112. package/dist-es/commands/GetTestGridSessionCommand.js +5 -0
  113. package/dist-es/commands/GetUploadCommand.js +5 -0
  114. package/dist-es/commands/GetVPCEConfigurationCommand.js +5 -0
  115. package/dist-es/commands/InstallToRemoteAccessSessionCommand.js +5 -0
  116. package/dist-es/commands/ListArtifactsCommand.js +5 -0
  117. package/dist-es/commands/ListDeviceInstancesCommand.js +5 -0
  118. package/dist-es/commands/ListDevicePoolsCommand.js +5 -0
  119. package/dist-es/commands/ListDevicesCommand.js +5 -0
  120. package/dist-es/commands/ListInstanceProfilesCommand.js +5 -0
  121. package/dist-es/commands/ListJobsCommand.js +5 -0
  122. package/dist-es/commands/ListNetworkProfilesCommand.js +5 -0
  123. package/dist-es/commands/ListOfferingPromotionsCommand.js +5 -0
  124. package/dist-es/commands/ListOfferingTransactionsCommand.js +5 -0
  125. package/dist-es/commands/ListOfferingsCommand.js +5 -0
  126. package/dist-es/commands/ListProjectsCommand.js +5 -0
  127. package/dist-es/commands/ListRemoteAccessSessionsCommand.js +5 -0
  128. package/dist-es/commands/ListRunsCommand.js +5 -0
  129. package/dist-es/commands/ListSamplesCommand.js +5 -0
  130. package/dist-es/commands/ListSuitesCommand.js +5 -0
  131. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  132. package/dist-es/commands/ListTestGridProjectsCommand.js +5 -0
  133. package/dist-es/commands/ListTestGridSessionActionsCommand.js +5 -0
  134. package/dist-es/commands/ListTestGridSessionArtifactsCommand.js +5 -0
  135. package/dist-es/commands/ListTestGridSessionsCommand.js +5 -0
  136. package/dist-es/commands/ListTestsCommand.js +5 -0
  137. package/dist-es/commands/ListUniqueProblemsCommand.js +5 -0
  138. package/dist-es/commands/ListUploadsCommand.js +5 -0
  139. package/dist-es/commands/ListVPCEConfigurationsCommand.js +5 -0
  140. package/dist-es/commands/PurchaseOfferingCommand.js +5 -0
  141. package/dist-es/commands/RenewOfferingCommand.js +5 -0
  142. package/dist-es/commands/ScheduleRunCommand.js +5 -0
  143. package/dist-es/commands/StopJobCommand.js +5 -0
  144. package/dist-es/commands/StopRemoteAccessSessionCommand.js +5 -0
  145. package/dist-es/commands/StopRunCommand.js +5 -0
  146. package/dist-es/commands/TagResourceCommand.js +5 -0
  147. package/dist-es/commands/UntagResourceCommand.js +5 -0
  148. package/dist-es/commands/UpdateDeviceInstanceCommand.js +5 -0
  149. package/dist-es/commands/UpdateDevicePoolCommand.js +5 -0
  150. package/dist-es/commands/UpdateInstanceProfileCommand.js +5 -0
  151. package/dist-es/commands/UpdateNetworkProfileCommand.js +5 -0
  152. package/dist-es/commands/UpdateProjectCommand.js +5 -0
  153. package/dist-es/commands/UpdateTestGridProjectCommand.js +5 -0
  154. package/dist-es/commands/UpdateUploadCommand.js +5 -0
  155. package/dist-es/commands/UpdateVPCEConfigurationCommand.js +5 -0
  156. package/dist-es/runtimeExtensions.js +3 -0
  157. package/dist-types/extensionConfiguration.d.ts +2 -1
  158. package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
  159. package/package.json +31 -30
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetAccountSettingsCommand, se_GetAccountSettingsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetAccountSettingsCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetAccountSettingsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "DeviceFarm_20150623",
35
+ operation: "GetAccountSettings",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetDeviceCommand, se_GetDeviceCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetDeviceCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetDeviceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "DeviceFarm_20150623",
35
+ operation: "GetDevice",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetDeviceInstanceCommand, se_GetDeviceInstanceCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetDeviceInstanceCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetDeviceInstanceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "DeviceFarm_20150623",
35
+ operation: "GetDeviceInstance",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetDevicePoolCommand, se_GetDevicePoolCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetDevicePoolCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetDevicePoolCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "DeviceFarm_20150623",
35
+ operation: "GetDevicePool",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetDevicePoolCompatibilityCommand, se_GetDevicePoolCompatibilityCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetDevicePoolCompatibilityCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetDevicePoolCompatibilityCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "DeviceFarm_20150623",
35
+ operation: "GetDevicePoolCompatibility",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetInstanceProfileCommand, se_GetInstanceProfileCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetInstanceProfileCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetInstanceProfileCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "DeviceFarm_20150623",
35
+ operation: "GetInstanceProfile",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetJobCommand, se_GetJobCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetJobCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetJobCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "DeviceFarm_20150623",
35
+ operation: "GetJob",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetNetworkProfileCommand, se_GetNetworkProfileCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetNetworkProfileCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetNetworkProfileCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "DeviceFarm_20150623",
35
+ operation: "GetNetworkProfile",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetOfferingStatusCommand, se_GetOfferingStatusCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetOfferingStatusCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetOfferingStatusCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "DeviceFarm_20150623",
35
+ operation: "GetOfferingStatus",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetProjectCommand, se_GetProjectCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetProjectCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetProjectCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "DeviceFarm_20150623",
35
+ operation: "GetProject",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetRemoteAccessSessionCommand, se_GetRemoteAccessSessionCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetRemoteAccessSessionCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetRemoteAccessSessionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "DeviceFarm_20150623",
35
+ operation: "GetRemoteAccessSession",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetRunCommand, se_GetRunCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetRunCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetRunCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "DeviceFarm_20150623",
35
+ operation: "GetRun",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetSuiteCommand, se_GetSuiteCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetSuiteCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetSuiteCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "DeviceFarm_20150623",
35
+ operation: "GetSuite",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetTestCommand, se_GetTestCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetTestCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetTestCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "DeviceFarm_20150623",
35
+ operation: "GetTest",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetTestGridProjectCommand, se_GetTestGridProjectCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetTestGridProjectCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetTestGridProjectCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "DeviceFarm_20150623",
35
+ operation: "GetTestGridProject",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetTestGridSessionCommand, se_GetTestGridSessionCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetTestGridSessionCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetTestGridSessionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "DeviceFarm_20150623",
35
+ operation: "GetTestGridSession",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { GetUploadResultFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_GetUploadCommand, se_GetUploadCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetUploadCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: GetUploadResultFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "DeviceFarm_20150623",
36
+ operation: "GetUpload",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetVPCEConfigurationCommand, se_GetVPCEConfigurationCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetVPCEConfigurationCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetVPCEConfigurationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "DeviceFarm_20150623",
35
+ operation: "GetVPCEConfiguration",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { InstallToRemoteAccessSessionResultFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_InstallToRemoteAccessSessionCommand, se_InstallToRemoteAccessSessionCommand, } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class InstallToRemoteAccessSessionCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: InstallToRemoteAccessSessionResultFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "DeviceFarm_20150623",
36
+ operation: "InstallToRemoteAccessSession",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListArtifactsCommand, se_ListArtifactsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListArtifactsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListArtifactsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "DeviceFarm_20150623",
35
+ operation: "ListArtifacts",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListDeviceInstancesCommand, se_ListDeviceInstancesCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListDeviceInstancesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListDeviceInstancesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "DeviceFarm_20150623",
35
+ operation: "ListDeviceInstances",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListDevicePoolsCommand, se_ListDevicePoolsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListDevicePoolsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListDevicePoolsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "DeviceFarm_20150623",
35
+ operation: "ListDevicePools",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListDevicesCommand, se_ListDevicesCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListDevicesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListDevicesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "DeviceFarm_20150623",
35
+ operation: "ListDevices",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListInstanceProfilesCommand, se_ListInstanceProfilesCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListInstanceProfilesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListInstanceProfilesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "DeviceFarm_20150623",
35
+ operation: "ListInstanceProfiles",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListJobsCommand, se_ListJobsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListJobsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListJobsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "DeviceFarm_20150623",
35
+ operation: "ListJobs",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListNetworkProfilesCommand, se_ListNetworkProfilesCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListNetworkProfilesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListNetworkProfilesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "DeviceFarm_20150623",
35
+ operation: "ListNetworkProfiles",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListOfferingPromotionsCommand, se_ListOfferingPromotionsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListOfferingPromotionsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListOfferingPromotionsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "DeviceFarm_20150623",
35
+ operation: "ListOfferingPromotions",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListOfferingTransactionsCommand, se_ListOfferingTransactionsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListOfferingTransactionsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListOfferingTransactionsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "DeviceFarm_20150623",
35
+ operation: "ListOfferingTransactions",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListOfferingsCommand, se_ListOfferingsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListOfferingsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListOfferingsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "DeviceFarm_20150623",
35
+ operation: "ListOfferings",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListProjectsCommand, se_ListProjectsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListProjectsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListProjectsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "DeviceFarm_20150623",
35
+ operation: "ListProjects",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListRemoteAccessSessionsCommand, se_ListRemoteAccessSessionsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListRemoteAccessSessionsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListRemoteAccessSessionsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "DeviceFarm_20150623",
35
+ operation: "ListRemoteAccessSessions",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListRunsCommand, se_ListRunsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListRunsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListRunsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "DeviceFarm_20150623",
35
+ operation: "ListRuns",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);