@aws-sdk/client-connect 3.287.0 → 3.288.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 (49) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/Connect.js +15 -0
  3. package/dist-cjs/commands/GetMetricDataV2Command.js +46 -0
  4. package/dist-cjs/commands/ListContactFlowModulesCommand.js +3 -3
  5. package/dist-cjs/commands/ListContactFlowsCommand.js +3 -3
  6. package/dist-cjs/commands/ListContactReferencesCommand.js +1 -2
  7. package/dist-cjs/commands/index.js +1 -0
  8. package/dist-cjs/models/models_0.js +37 -38
  9. package/dist-cjs/models/models_1.js +38 -5
  10. package/dist-cjs/pagination/GetMetricDataV2Paginator.js +29 -0
  11. package/dist-cjs/pagination/index.js +1 -0
  12. package/dist-cjs/protocols/Aws_restJson1.js +264 -6
  13. package/dist-es/Connect.js +15 -0
  14. package/dist-es/commands/GetMetricDataV2Command.js +42 -0
  15. package/dist-es/commands/ListContactFlowModulesCommand.js +1 -1
  16. package/dist-es/commands/ListContactFlowsCommand.js +1 -1
  17. package/dist-es/commands/ListContactReferencesCommand.js +1 -2
  18. package/dist-es/commands/index.js +1 -0
  19. package/dist-es/models/models_0.js +23 -25
  20. package/dist-es/models/models_1.js +26 -0
  21. package/dist-es/pagination/GetMetricDataV2Paginator.js +25 -0
  22. package/dist-es/pagination/index.js +1 -0
  23. package/dist-es/protocols/Aws_restJson1.js +256 -0
  24. package/dist-types/Connect.d.ts +20 -2
  25. package/dist-types/ConnectClient.d.ts +3 -2
  26. package/dist-types/commands/DisassociateBotCommand.d.ts +2 -2
  27. package/dist-types/commands/GetMetricDataV2Command.d.ts +54 -0
  28. package/dist-types/commands/ListContactFlowModulesCommand.d.ts +1 -1
  29. package/dist-types/commands/ListContactFlowsCommand.d.ts +1 -1
  30. package/dist-types/commands/ListContactReferencesCommand.d.ts +1 -2
  31. package/dist-types/commands/index.d.ts +1 -0
  32. package/dist-types/models/models_0.d.ts +387 -153
  33. package/dist-types/models/models_1.d.ts +162 -1
  34. package/dist-types/pagination/GetMetricDataV2Paginator.d.ts +4 -0
  35. package/dist-types/pagination/index.d.ts +1 -0
  36. package/dist-types/protocols/Aws_restJson1.d.ts +3 -0
  37. package/dist-types/ts3.4/Connect.d.ts +17 -0
  38. package/dist-types/ts3.4/ConnectClient.d.ts +6 -0
  39. package/dist-types/ts3.4/commands/GetMetricDataV2Command.d.ts +37 -0
  40. package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +4 -2
  43. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  44. package/dist-types/ts3.4/models/models_0.d.ts +55 -64
  45. package/dist-types/ts3.4/models/models_1.d.ts +66 -1
  46. package/dist-types/ts3.4/pagination/GetMetricDataV2Paginator.d.ts +11 -0
  47. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  48. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  49. package/package.json +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-connect",
3
3
  "description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
4
- "version": "3.287.0",
4
+ "version": "3.288.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,16 +20,16 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.287.0",
23
+ "@aws-sdk/client-sts": "3.288.0",
24
24
  "@aws-sdk/config-resolver": "3.287.0",
25
- "@aws-sdk/credential-provider-node": "3.287.0",
25
+ "@aws-sdk/credential-provider-node": "3.288.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.282.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
29
29
  "@aws-sdk/middleware-content-length": "3.282.0",
30
30
  "@aws-sdk/middleware-endpoint": "3.282.0",
31
31
  "@aws-sdk/middleware-host-header": "3.282.0",
32
- "@aws-sdk/middleware-logger": "3.287.0",
32
+ "@aws-sdk/middleware-logger": "3.288.0",
33
33
  "@aws-sdk/middleware-recursion-detection": "3.282.0",
34
34
  "@aws-sdk/middleware-retry": "3.287.0",
35
35
  "@aws-sdk/middleware-serde": "3.272.0",