@aws-sdk/client-rekognition 3.414.0 → 3.421.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 (146) hide show
  1. package/README.md +7 -7
  2. package/dist-cjs/commands/AssociateFacesCommand.js +5 -0
  3. package/dist-cjs/commands/CompareFacesCommand.js +5 -0
  4. package/dist-cjs/commands/CopyProjectVersionCommand.js +5 -0
  5. package/dist-cjs/commands/CreateCollectionCommand.js +5 -0
  6. package/dist-cjs/commands/CreateDatasetCommand.js +5 -0
  7. package/dist-cjs/commands/CreateFaceLivenessSessionCommand.js +5 -0
  8. package/dist-cjs/commands/CreateProjectCommand.js +5 -0
  9. package/dist-cjs/commands/CreateProjectVersionCommand.js +5 -0
  10. package/dist-cjs/commands/CreateStreamProcessorCommand.js +5 -0
  11. package/dist-cjs/commands/CreateUserCommand.js +5 -0
  12. package/dist-cjs/commands/DeleteCollectionCommand.js +5 -0
  13. package/dist-cjs/commands/DeleteDatasetCommand.js +5 -0
  14. package/dist-cjs/commands/DeleteFacesCommand.js +5 -0
  15. package/dist-cjs/commands/DeleteProjectCommand.js +5 -0
  16. package/dist-cjs/commands/DeleteProjectPolicyCommand.js +5 -0
  17. package/dist-cjs/commands/DeleteProjectVersionCommand.js +5 -0
  18. package/dist-cjs/commands/DeleteStreamProcessorCommand.js +5 -0
  19. package/dist-cjs/commands/DeleteUserCommand.js +5 -0
  20. package/dist-cjs/commands/DescribeCollectionCommand.js +5 -0
  21. package/dist-cjs/commands/DescribeDatasetCommand.js +5 -0
  22. package/dist-cjs/commands/DescribeProjectVersionsCommand.js +5 -0
  23. package/dist-cjs/commands/DescribeProjectsCommand.js +5 -0
  24. package/dist-cjs/commands/DescribeStreamProcessorCommand.js +5 -0
  25. package/dist-cjs/commands/DetectCustomLabelsCommand.js +5 -0
  26. package/dist-cjs/commands/DetectFacesCommand.js +5 -0
  27. package/dist-cjs/commands/DetectLabelsCommand.js +5 -0
  28. package/dist-cjs/commands/DetectModerationLabelsCommand.js +5 -0
  29. package/dist-cjs/commands/DetectProtectiveEquipmentCommand.js +5 -0
  30. package/dist-cjs/commands/DetectTextCommand.js +5 -0
  31. package/dist-cjs/commands/DisassociateFacesCommand.js +5 -0
  32. package/dist-cjs/commands/DistributeDatasetEntriesCommand.js +5 -0
  33. package/dist-cjs/commands/GetCelebrityInfoCommand.js +5 -0
  34. package/dist-cjs/commands/GetCelebrityRecognitionCommand.js +5 -0
  35. package/dist-cjs/commands/GetContentModerationCommand.js +5 -0
  36. package/dist-cjs/commands/GetFaceDetectionCommand.js +5 -0
  37. package/dist-cjs/commands/GetFaceLivenessSessionResultsCommand.js +5 -0
  38. package/dist-cjs/commands/GetFaceSearchCommand.js +5 -0
  39. package/dist-cjs/commands/GetLabelDetectionCommand.js +5 -0
  40. package/dist-cjs/commands/GetPersonTrackingCommand.js +5 -0
  41. package/dist-cjs/commands/GetSegmentDetectionCommand.js +5 -0
  42. package/dist-cjs/commands/GetTextDetectionCommand.js +5 -0
  43. package/dist-cjs/commands/IndexFacesCommand.js +5 -0
  44. package/dist-cjs/commands/ListCollectionsCommand.js +5 -0
  45. package/dist-cjs/commands/ListDatasetEntriesCommand.js +5 -0
  46. package/dist-cjs/commands/ListDatasetLabelsCommand.js +5 -0
  47. package/dist-cjs/commands/ListFacesCommand.js +5 -0
  48. package/dist-cjs/commands/ListProjectPoliciesCommand.js +5 -0
  49. package/dist-cjs/commands/ListStreamProcessorsCommand.js +5 -0
  50. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  51. package/dist-cjs/commands/ListUsersCommand.js +5 -0
  52. package/dist-cjs/commands/PutProjectPolicyCommand.js +5 -0
  53. package/dist-cjs/commands/RecognizeCelebritiesCommand.js +5 -0
  54. package/dist-cjs/commands/SearchFacesByImageCommand.js +5 -0
  55. package/dist-cjs/commands/SearchFacesCommand.js +5 -0
  56. package/dist-cjs/commands/SearchUsersByImageCommand.js +5 -0
  57. package/dist-cjs/commands/SearchUsersCommand.js +5 -0
  58. package/dist-cjs/commands/StartCelebrityRecognitionCommand.js +5 -0
  59. package/dist-cjs/commands/StartContentModerationCommand.js +5 -0
  60. package/dist-cjs/commands/StartFaceDetectionCommand.js +5 -0
  61. package/dist-cjs/commands/StartFaceSearchCommand.js +5 -0
  62. package/dist-cjs/commands/StartLabelDetectionCommand.js +5 -0
  63. package/dist-cjs/commands/StartPersonTrackingCommand.js +5 -0
  64. package/dist-cjs/commands/StartProjectVersionCommand.js +5 -0
  65. package/dist-cjs/commands/StartSegmentDetectionCommand.js +5 -0
  66. package/dist-cjs/commands/StartStreamProcessorCommand.js +5 -0
  67. package/dist-cjs/commands/StartTextDetectionCommand.js +5 -0
  68. package/dist-cjs/commands/StopProjectVersionCommand.js +5 -0
  69. package/dist-cjs/commands/StopStreamProcessorCommand.js +5 -0
  70. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  71. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  72. package/dist-cjs/commands/UpdateDatasetEntriesCommand.js +5 -0
  73. package/dist-cjs/commands/UpdateStreamProcessorCommand.js +5 -0
  74. package/dist-es/commands/AssociateFacesCommand.js +5 -0
  75. package/dist-es/commands/CompareFacesCommand.js +5 -0
  76. package/dist-es/commands/CopyProjectVersionCommand.js +5 -0
  77. package/dist-es/commands/CreateCollectionCommand.js +5 -0
  78. package/dist-es/commands/CreateDatasetCommand.js +5 -0
  79. package/dist-es/commands/CreateFaceLivenessSessionCommand.js +5 -0
  80. package/dist-es/commands/CreateProjectCommand.js +5 -0
  81. package/dist-es/commands/CreateProjectVersionCommand.js +5 -0
  82. package/dist-es/commands/CreateStreamProcessorCommand.js +5 -0
  83. package/dist-es/commands/CreateUserCommand.js +5 -0
  84. package/dist-es/commands/DeleteCollectionCommand.js +5 -0
  85. package/dist-es/commands/DeleteDatasetCommand.js +5 -0
  86. package/dist-es/commands/DeleteFacesCommand.js +5 -0
  87. package/dist-es/commands/DeleteProjectCommand.js +5 -0
  88. package/dist-es/commands/DeleteProjectPolicyCommand.js +5 -0
  89. package/dist-es/commands/DeleteProjectVersionCommand.js +5 -0
  90. package/dist-es/commands/DeleteStreamProcessorCommand.js +5 -0
  91. package/dist-es/commands/DeleteUserCommand.js +5 -0
  92. package/dist-es/commands/DescribeCollectionCommand.js +5 -0
  93. package/dist-es/commands/DescribeDatasetCommand.js +5 -0
  94. package/dist-es/commands/DescribeProjectVersionsCommand.js +5 -0
  95. package/dist-es/commands/DescribeProjectsCommand.js +5 -0
  96. package/dist-es/commands/DescribeStreamProcessorCommand.js +5 -0
  97. package/dist-es/commands/DetectCustomLabelsCommand.js +5 -0
  98. package/dist-es/commands/DetectFacesCommand.js +5 -0
  99. package/dist-es/commands/DetectLabelsCommand.js +5 -0
  100. package/dist-es/commands/DetectModerationLabelsCommand.js +5 -0
  101. package/dist-es/commands/DetectProtectiveEquipmentCommand.js +5 -0
  102. package/dist-es/commands/DetectTextCommand.js +5 -0
  103. package/dist-es/commands/DisassociateFacesCommand.js +5 -0
  104. package/dist-es/commands/DistributeDatasetEntriesCommand.js +5 -0
  105. package/dist-es/commands/GetCelebrityInfoCommand.js +5 -0
  106. package/dist-es/commands/GetCelebrityRecognitionCommand.js +5 -0
  107. package/dist-es/commands/GetContentModerationCommand.js +5 -0
  108. package/dist-es/commands/GetFaceDetectionCommand.js +5 -0
  109. package/dist-es/commands/GetFaceLivenessSessionResultsCommand.js +5 -0
  110. package/dist-es/commands/GetFaceSearchCommand.js +5 -0
  111. package/dist-es/commands/GetLabelDetectionCommand.js +5 -0
  112. package/dist-es/commands/GetPersonTrackingCommand.js +5 -0
  113. package/dist-es/commands/GetSegmentDetectionCommand.js +5 -0
  114. package/dist-es/commands/GetTextDetectionCommand.js +5 -0
  115. package/dist-es/commands/IndexFacesCommand.js +5 -0
  116. package/dist-es/commands/ListCollectionsCommand.js +5 -0
  117. package/dist-es/commands/ListDatasetEntriesCommand.js +5 -0
  118. package/dist-es/commands/ListDatasetLabelsCommand.js +5 -0
  119. package/dist-es/commands/ListFacesCommand.js +5 -0
  120. package/dist-es/commands/ListProjectPoliciesCommand.js +5 -0
  121. package/dist-es/commands/ListStreamProcessorsCommand.js +5 -0
  122. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  123. package/dist-es/commands/ListUsersCommand.js +5 -0
  124. package/dist-es/commands/PutProjectPolicyCommand.js +5 -0
  125. package/dist-es/commands/RecognizeCelebritiesCommand.js +5 -0
  126. package/dist-es/commands/SearchFacesByImageCommand.js +5 -0
  127. package/dist-es/commands/SearchFacesCommand.js +5 -0
  128. package/dist-es/commands/SearchUsersByImageCommand.js +5 -0
  129. package/dist-es/commands/SearchUsersCommand.js +5 -0
  130. package/dist-es/commands/StartCelebrityRecognitionCommand.js +5 -0
  131. package/dist-es/commands/StartContentModerationCommand.js +5 -0
  132. package/dist-es/commands/StartFaceDetectionCommand.js +5 -0
  133. package/dist-es/commands/StartFaceSearchCommand.js +5 -0
  134. package/dist-es/commands/StartLabelDetectionCommand.js +5 -0
  135. package/dist-es/commands/StartPersonTrackingCommand.js +5 -0
  136. package/dist-es/commands/StartProjectVersionCommand.js +5 -0
  137. package/dist-es/commands/StartSegmentDetectionCommand.js +5 -0
  138. package/dist-es/commands/StartStreamProcessorCommand.js +5 -0
  139. package/dist-es/commands/StartTextDetectionCommand.js +5 -0
  140. package/dist-es/commands/StopProjectVersionCommand.js +5 -0
  141. package/dist-es/commands/StopStreamProcessorCommand.js +5 -0
  142. package/dist-es/commands/TagResourceCommand.js +5 -0
  143. package/dist-es/commands/UntagResourceCommand.js +5 -0
  144. package/dist-es/commands/UpdateDatasetEntriesCommand.js +5 -0
  145. package/dist-es/commands/UpdateStreamProcessorCommand.js +5 -0
  146. package/package.json +32 -32
package/README.md CHANGED
@@ -381,16 +381,16 @@ using your favorite package manager:
381
381
 
382
382
  The AWS SDK is modulized by clients and commands.
383
383
  To send a request, you only need to import the `RekognitionClient` and
384
- the commands you need, for example `AssociateFacesCommand`:
384
+ the commands you need, for example `ListCollectionsCommand`:
385
385
 
386
386
  ```js
387
387
  // ES5 example
388
- const { RekognitionClient, AssociateFacesCommand } = require("@aws-sdk/client-rekognition");
388
+ const { RekognitionClient, ListCollectionsCommand } = require("@aws-sdk/client-rekognition");
389
389
  ```
390
390
 
391
391
  ```ts
392
392
  // ES6+ example
393
- import { RekognitionClient, AssociateFacesCommand } from "@aws-sdk/client-rekognition";
393
+ import { RekognitionClient, ListCollectionsCommand } from "@aws-sdk/client-rekognition";
394
394
  ```
395
395
 
396
396
  ### Usage
@@ -409,7 +409,7 @@ const client = new RekognitionClient({ region: "REGION" });
409
409
  const params = {
410
410
  /** input parameters */
411
411
  };
412
- const command = new AssociateFacesCommand(params);
412
+ const command = new ListCollectionsCommand(params);
413
413
  ```
414
414
 
415
415
  #### Async/await
@@ -488,7 +488,7 @@ const client = new AWS.Rekognition({ region: "REGION" });
488
488
 
489
489
  // async/await.
490
490
  try {
491
- const data = await client.associateFaces(params);
491
+ const data = await client.listCollections(params);
492
492
  // process data.
493
493
  } catch (error) {
494
494
  // error handling.
@@ -496,7 +496,7 @@ try {
496
496
 
497
497
  // Promises.
498
498
  client
499
- .associateFaces(params)
499
+ .listCollections(params)
500
500
  .then((data) => {
501
501
  // process data.
502
502
  })
@@ -505,7 +505,7 @@ client
505
505
  });
506
506
 
507
507
  // callbacks.
508
- client.associateFaces(params, (err, data) => {
508
+ client.listCollections(params, (err, data) => {
509
509
  // process err and data.
510
510
  });
511
511
  ```
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class AssociateFacesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AssociateFacesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RekognitionService",
38
+ operation: "AssociateFaces",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CompareFacesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CompareFacesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RekognitionService",
38
+ operation: "CompareFaces",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CopyProjectVersionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CopyProjectVersionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RekognitionService",
38
+ operation: "CopyProjectVersion",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateCollectionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateCollectionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RekognitionService",
38
+ operation: "CreateCollection",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateDatasetCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateDatasetCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RekognitionService",
38
+ operation: "CreateDataset",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateFaceLivenessSessionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateFaceLivenessSessionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RekognitionService",
38
+ operation: "CreateFaceLivenessSession",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateProjectCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateProjectCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RekognitionService",
38
+ operation: "CreateProject",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateProjectVersionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateProjectVersionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RekognitionService",
38
+ operation: "CreateProjectVersion",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateStreamProcessorCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateStreamProcessorCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RekognitionService",
38
+ operation: "CreateStreamProcessor",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateUserCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateUserCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RekognitionService",
38
+ operation: "CreateUser",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteCollectionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteCollectionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RekognitionService",
38
+ operation: "DeleteCollection",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteDatasetCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteDatasetCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RekognitionService",
38
+ operation: "DeleteDataset",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteFacesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteFacesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RekognitionService",
38
+ operation: "DeleteFaces",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteProjectCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteProjectCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RekognitionService",
38
+ operation: "DeleteProject",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteProjectPolicyCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteProjectPolicyCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RekognitionService",
38
+ operation: "DeleteProjectPolicy",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteProjectVersionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteProjectVersionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RekognitionService",
38
+ operation: "DeleteProjectVersion",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteStreamProcessorCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteStreamProcessorCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RekognitionService",
38
+ operation: "DeleteStreamProcessor",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteUserCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteUserCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RekognitionService",
38
+ operation: "DeleteUser",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DescribeCollectionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeCollectionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RekognitionService",
38
+ operation: "DescribeCollection",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DescribeDatasetCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeDatasetCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RekognitionService",
38
+ operation: "DescribeDataset",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DescribeProjectVersionsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeProjectVersionsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RekognitionService",
38
+ operation: "DescribeProjectVersions",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DescribeProjectsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeProjectsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RekognitionService",
38
+ operation: "DescribeProjects",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DescribeStreamProcessorCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeStreamProcessorCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RekognitionService",
38
+ operation: "DescribeStreamProcessor",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DetectCustomLabelsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DetectCustomLabelsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RekognitionService",
38
+ operation: "DetectCustomLabels",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DetectFacesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DetectFacesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RekognitionService",
38
+ operation: "DetectFaces",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DetectLabelsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DetectLabelsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RekognitionService",
38
+ operation: "DetectLabels",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DetectModerationLabelsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DetectModerationLabelsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RekognitionService",
38
+ operation: "DetectModerationLabels",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DetectProtectiveEquipmentCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DetectProtectiveEquipmentCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RekognitionService",
38
+ operation: "DetectProtectiveEquipment",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DetectTextCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DetectTextCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RekognitionService",
38
+ operation: "DetectText",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);