@aws-sdk/client-rekognition 3.36.1 → 3.40.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 (87) hide show
  1. package/CHANGELOG.md +43 -0
  2. package/dist-cjs/Rekognition.js +105 -0
  3. package/dist-cjs/commands/CreateDatasetCommand.js +36 -0
  4. package/dist-cjs/commands/DeleteDatasetCommand.js +36 -0
  5. package/dist-cjs/commands/DescribeDatasetCommand.js +36 -0
  6. package/dist-cjs/commands/DistributeDatasetEntriesCommand.js +36 -0
  7. package/dist-cjs/commands/ListDatasetEntriesCommand.js +36 -0
  8. package/dist-cjs/commands/ListDatasetLabelsCommand.js +36 -0
  9. package/dist-cjs/commands/UpdateDatasetEntriesCommand.js +36 -0
  10. package/dist-cjs/commands/index.js +61 -0
  11. package/dist-cjs/endpoints.js +155 -25
  12. package/dist-cjs/index.js +5 -69
  13. package/dist-cjs/models/models_0.js +170 -16
  14. package/dist-cjs/pagination/ListDatasetEntriesPaginator.js +35 -0
  15. package/dist-cjs/pagination/ListDatasetLabelsPaginator.js +35 -0
  16. package/dist-cjs/pagination/index.js +19 -0
  17. package/dist-cjs/protocols/Aws_json1_1.js +1077 -54
  18. package/dist-cjs/runtimeConfig.browser.js +6 -3
  19. package/dist-cjs/runtimeConfig.js +5 -3
  20. package/dist-cjs/waiters/index.js +5 -0
  21. package/dist-es/Rekognition.js +105 -0
  22. package/dist-es/commands/CreateDatasetCommand.js +39 -0
  23. package/dist-es/commands/DeleteDatasetCommand.js +39 -0
  24. package/dist-es/commands/DescribeDatasetCommand.js +39 -0
  25. package/dist-es/commands/DistributeDatasetEntriesCommand.js +39 -0
  26. package/dist-es/commands/ListDatasetEntriesCommand.js +39 -0
  27. package/dist-es/commands/ListDatasetLabelsCommand.js +39 -0
  28. package/dist-es/commands/UpdateDatasetEntriesCommand.js +39 -0
  29. package/dist-es/commands/index.js +58 -0
  30. package/dist-es/endpoints.js +155 -25
  31. package/dist-es/index.js +5 -69
  32. package/dist-es/models/models_0.js +117 -8
  33. package/dist-es/pagination/ListDatasetEntriesPaginator.js +74 -0
  34. package/dist-es/pagination/ListDatasetLabelsPaginator.js +74 -0
  35. package/dist-es/pagination/index.js +16 -0
  36. package/dist-es/protocols/Aws_json1_1.js +1111 -51
  37. package/dist-es/runtimeConfig.browser.js +3 -2
  38. package/dist-es/runtimeConfig.js +3 -3
  39. package/dist-es/waiters/index.js +2 -0
  40. package/dist-types/Rekognition.d.ts +209 -29
  41. package/dist-types/RekognitionClient.d.ts +17 -2
  42. package/dist-types/commands/CreateDatasetCommand.d.ts +59 -0
  43. package/dist-types/commands/CreateProjectCommand.d.ts +2 -2
  44. package/dist-types/commands/CreateProjectVersionCommand.d.ts +32 -4
  45. package/dist-types/commands/DeleteDatasetCommand.d.ts +44 -0
  46. package/dist-types/commands/DeleteProjectCommand.d.ts +4 -0
  47. package/dist-types/commands/DescribeDatasetCommand.d.ts +39 -0
  48. package/dist-types/commands/DescribeProjectVersionsCommand.d.ts +2 -2
  49. package/dist-types/commands/DescribeProjectsCommand.d.ts +1 -1
  50. package/dist-types/commands/DistributeDatasetEntriesCommand.d.ts +46 -0
  51. package/dist-types/commands/GetCelebrityRecognitionCommand.d.ts +22 -17
  52. package/dist-types/commands/ListDatasetEntriesCommand.d.ts +49 -0
  53. package/dist-types/commands/ListDatasetLabelsCommand.d.ts +40 -0
  54. package/dist-types/commands/RecognizeCelebritiesCommand.d.ts +3 -3
  55. package/dist-types/commands/UpdateDatasetEntriesCommand.d.ts +62 -0
  56. package/dist-types/commands/index.d.ts +58 -0
  57. package/dist-types/index.d.ts +5 -69
  58. package/dist-types/models/models_0.d.ts +622 -51
  59. package/dist-types/pagination/ListDatasetEntriesPaginator.d.ts +4 -0
  60. package/dist-types/pagination/ListDatasetLabelsPaginator.d.ts +4 -0
  61. package/dist-types/pagination/index.d.ts +16 -0
  62. package/dist-types/protocols/Aws_json1_1.d.ts +21 -0
  63. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  64. package/dist-types/runtimeConfig.d.ts +2 -0
  65. package/dist-types/runtimeConfig.native.d.ts +2 -0
  66. package/dist-types/ts3.4/Rekognition.d.ts +35 -0
  67. package/dist-types/ts3.4/RekognitionClient.d.ts +13 -2
  68. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/DistributeDatasetEntriesCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/ListDatasetEntriesCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/ListDatasetLabelsCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/UpdateDatasetEntriesCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/index.d.ts +58 -0
  76. package/dist-types/ts3.4/index.d.ts +5 -69
  77. package/dist-types/ts3.4/models/models_0.d.ts +283 -23
  78. package/dist-types/ts3.4/pagination/ListDatasetEntriesPaginator.d.ts +4 -0
  79. package/dist-types/ts3.4/pagination/ListDatasetLabelsPaginator.d.ts +4 -0
  80. package/dist-types/ts3.4/pagination/index.d.ts +16 -0
  81. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +21 -0
  82. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  83. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  84. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  85. package/dist-types/ts3.4/waiters/index.d.ts +2 -0
  86. package/dist-types/waiters/index.d.ts +2 -0
  87. package/package.json +33 -33
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rekognition",
3
3
  "description": "AWS SDK for JavaScript Rekognition Client for Node.js, Browser and React Native",
4
- "version": "3.36.1",
4
+ "version": "3.40.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -19,41 +19,41 @@
19
19
  "module": "./dist-es/index.js",
20
20
  "sideEffects": false,
21
21
  "dependencies": {
22
- "@aws-crypto/sha256-browser": "^1.0.0",
23
- "@aws-crypto/sha256-js": "^1.0.0",
24
- "@aws-sdk/client-sts": "3.36.1",
25
- "@aws-sdk/config-resolver": "3.36.0",
26
- "@aws-sdk/credential-provider-node": "3.36.1",
27
- "@aws-sdk/fetch-http-handler": "3.36.0",
28
- "@aws-sdk/hash-node": "3.36.0",
29
- "@aws-sdk/invalid-dependency": "3.36.0",
30
- "@aws-sdk/middleware-content-length": "3.36.0",
31
- "@aws-sdk/middleware-host-header": "3.36.0",
32
- "@aws-sdk/middleware-logger": "3.36.0",
33
- "@aws-sdk/middleware-retry": "3.36.0",
34
- "@aws-sdk/middleware-serde": "3.36.0",
35
- "@aws-sdk/middleware-signing": "3.36.0",
36
- "@aws-sdk/middleware-stack": "3.36.0",
37
- "@aws-sdk/middleware-user-agent": "3.36.0",
38
- "@aws-sdk/node-config-provider": "3.36.0",
39
- "@aws-sdk/node-http-handler": "3.36.0",
40
- "@aws-sdk/protocol-http": "3.36.0",
41
- "@aws-sdk/smithy-client": "3.36.0",
42
- "@aws-sdk/types": "3.36.0",
43
- "@aws-sdk/url-parser": "3.36.0",
44
- "@aws-sdk/util-base64-browser": "3.36.0",
45
- "@aws-sdk/util-base64-node": "3.36.0",
46
- "@aws-sdk/util-body-length-browser": "3.36.0",
47
- "@aws-sdk/util-body-length-node": "3.36.0",
48
- "@aws-sdk/util-user-agent-browser": "3.36.0",
49
- "@aws-sdk/util-user-agent-node": "3.36.0",
50
- "@aws-sdk/util-utf8-browser": "3.36.0",
51
- "@aws-sdk/util-utf8-node": "3.36.0",
52
- "@aws-sdk/util-waiter": "3.36.0",
22
+ "@aws-crypto/sha256-browser": "2.0.0",
23
+ "@aws-crypto/sha256-js": "2.0.0",
24
+ "@aws-sdk/client-sts": "3.40.0",
25
+ "@aws-sdk/config-resolver": "3.40.0",
26
+ "@aws-sdk/credential-provider-node": "3.40.0",
27
+ "@aws-sdk/fetch-http-handler": "3.40.0",
28
+ "@aws-sdk/hash-node": "3.40.0",
29
+ "@aws-sdk/invalid-dependency": "3.40.0",
30
+ "@aws-sdk/middleware-content-length": "3.40.0",
31
+ "@aws-sdk/middleware-host-header": "3.40.0",
32
+ "@aws-sdk/middleware-logger": "3.40.0",
33
+ "@aws-sdk/middleware-retry": "3.40.0",
34
+ "@aws-sdk/middleware-serde": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.40.0",
36
+ "@aws-sdk/middleware-stack": "3.40.0",
37
+ "@aws-sdk/middleware-user-agent": "3.40.0",
38
+ "@aws-sdk/node-config-provider": "3.40.0",
39
+ "@aws-sdk/node-http-handler": "3.40.0",
40
+ "@aws-sdk/protocol-http": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.40.0",
42
+ "@aws-sdk/types": "3.40.0",
43
+ "@aws-sdk/url-parser": "3.40.0",
44
+ "@aws-sdk/util-base64-browser": "3.37.0",
45
+ "@aws-sdk/util-base64-node": "3.37.0",
46
+ "@aws-sdk/util-body-length-browser": "3.37.0",
47
+ "@aws-sdk/util-body-length-node": "3.37.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.40.0",
49
+ "@aws-sdk/util-user-agent-node": "3.40.0",
50
+ "@aws-sdk/util-utf8-browser": "3.37.0",
51
+ "@aws-sdk/util-utf8-node": "3.37.0",
52
+ "@aws-sdk/util-waiter": "3.40.0",
53
53
  "tslib": "^2.3.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@aws-sdk/client-documentation-generator": "3.36.0",
56
+ "@aws-sdk/service-client-documentation-generator": "3.38.0",
57
57
  "@types/node": "^12.7.5",
58
58
  "downlevel-dts": "0.7.0",
59
59
  "jest": "^26.1.0",