@aws-sdk/client-connect 3.703.0 → 3.711.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 (120) hide show
  1. package/README.md +74 -2
  2. package/dist-cjs/index.js +583 -109
  3. package/dist-es/Connect.js +18 -0
  4. package/dist-es/commands/CreateContactCommand.js +1 -1
  5. package/dist-es/commands/CreateHoursOfOperationOverrideCommand.js +22 -0
  6. package/dist-es/commands/CreatePushNotificationRegistrationCommand.js +22 -0
  7. package/dist-es/commands/DeleteHoursOfOperationOverrideCommand.js +22 -0
  8. package/dist-es/commands/DeletePushNotificationRegistrationCommand.js +22 -0
  9. package/dist-es/commands/DescribeHoursOfOperationOverrideCommand.js +22 -0
  10. package/dist-es/commands/GetEffectiveHoursOfOperationsCommand.js +22 -0
  11. package/dist-es/commands/ListHoursOfOperationOverridesCommand.js +22 -0
  12. package/dist-es/commands/SearchHoursOfOperationOverridesCommand.js +22 -0
  13. package/dist-es/commands/UpdateHoursOfOperationOverrideCommand.js +22 -0
  14. package/dist-es/commands/UpdateUserIdentityInfoCommand.js +1 -1
  15. package/dist-es/commands/UpdateViewContentCommand.js +1 -1
  16. package/dist-es/commands/UpdateViewMetadataCommand.js +1 -1
  17. package/dist-es/commands/index.js +9 -0
  18. package/dist-es/models/models_0.js +14 -0
  19. package/dist-es/models/models_1.js +0 -33
  20. package/dist-es/models/models_2.js +53 -45
  21. package/dist-es/models/models_3.js +32 -0
  22. package/dist-es/pagination/ListHoursOfOperationOverridesPaginator.js +4 -0
  23. package/dist-es/pagination/SearchHoursOfOperationOverridesPaginator.js +4 -0
  24. package/dist-es/pagination/index.js +2 -0
  25. package/dist-es/protocols/Aws_restJson1.js +280 -1
  26. package/dist-types/Connect.d.ts +65 -2
  27. package/dist-types/ConnectClient.d.ts +13 -4
  28. package/dist-types/commands/CreateContactCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateEvaluationFormCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateHoursOfOperationOverrideCommand.d.ts +111 -0
  31. package/dist-types/commands/CreatePushNotificationRegistrationCommand.d.ts +101 -0
  32. package/dist-types/commands/CreateQueueCommand.d.ts +1 -2
  33. package/dist-types/commands/DeleteHoursOfOperationOverrideCommand.d.ts +87 -0
  34. package/dist-types/commands/DeletePushNotificationRegistrationCommand.d.ts +86 -0
  35. package/dist-types/commands/DeleteTaskTemplateCommand.d.ts +1 -1
  36. package/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteUseCaseCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteViewCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteViewVersionCommand.d.ts +1 -1
  42. package/dist-types/commands/DeleteVocabularyCommand.d.ts +1 -2
  43. package/dist-types/commands/DescribeHoursOfOperationOverrideCommand.d.ts +109 -0
  44. package/dist-types/commands/DescribePhoneNumberCommand.d.ts +1 -2
  45. package/dist-types/commands/GetEffectiveHoursOfOperationsCommand.d.ts +106 -0
  46. package/dist-types/commands/ImportPhoneNumberCommand.d.ts +2 -3
  47. package/dist-types/commands/ListHoursOfOperationOverridesCommand.d.ts +115 -0
  48. package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +1 -2
  49. package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +4 -0
  50. package/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +168 -0
  51. package/dist-types/commands/SendChatIntegrationEventCommand.d.ts +2 -2
  52. package/dist-types/commands/StartOutboundChatContactCommand.d.ts +1 -1
  53. package/dist-types/commands/UpdateHoursOfOperationOverrideCommand.d.ts +109 -0
  54. package/dist-types/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
  60. package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateUserProficienciesCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
  65. package/dist-types/commands/UpdateViewContentCommand.d.ts +1 -1
  66. package/dist-types/commands/UpdateViewMetadataCommand.d.ts +1 -1
  67. package/dist-types/commands/index.d.ts +9 -0
  68. package/dist-types/index.d.ts +2 -2
  69. package/dist-types/models/models_0.d.ts +250 -154
  70. package/dist-types/models/models_1.d.ts +384 -496
  71. package/dist-types/models/models_2.d.ts +3508 -3653
  72. package/dist-types/models/models_3.d.ts +791 -7
  73. package/dist-types/pagination/ListHoursOfOperationOverridesPaginator.d.ts +7 -0
  74. package/dist-types/pagination/SearchHoursOfOperationOverridesPaginator.d.ts +7 -0
  75. package/dist-types/pagination/index.d.ts +2 -0
  76. package/dist-types/protocols/Aws_restJson1.d.ts +81 -0
  77. package/dist-types/ts3.4/Connect.d.ts +165 -0
  78. package/dist-types/ts3.4/ConnectClient.d.ts +54 -0
  79. package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/CreateEvaluationFormCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/CreateHoursOfOperationOverrideCommand.d.ts +51 -0
  82. package/dist-types/ts3.4/commands/CreatePushNotificationRegistrationCommand.d.ts +51 -0
  83. package/dist-types/ts3.4/commands/DeleteHoursOfOperationOverrideCommand.d.ts +47 -0
  84. package/dist-types/ts3.4/commands/DeletePushNotificationRegistrationCommand.d.ts +51 -0
  85. package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/DeleteTrafficDistributionGroupCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DeleteViewVersionCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +4 -2
  93. package/dist-types/ts3.4/commands/DescribeHoursOfOperationOverrideCommand.d.ts +51 -0
  94. package/dist-types/ts3.4/commands/GetEffectiveHoursOfOperationsCommand.d.ts +51 -0
  95. package/dist-types/ts3.4/commands/ListHoursOfOperationOverridesCommand.d.ts +51 -0
  96. package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +4 -2
  97. package/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +49 -0
  98. package/dist-types/ts3.4/commands/UpdateHoursOfOperationOverrideCommand.d.ts +47 -0
  99. package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +2 -4
  100. package/dist-types/ts3.4/commands/UpdateTrafficDistributionCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/UpdateUserProficienciesCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/UpdateViewContentCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/UpdateViewMetadataCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  112. package/dist-types/ts3.4/models/models_0.d.ts +64 -37
  113. package/dist-types/ts3.4/models/models_1.d.ts +87 -142
  114. package/dist-types/ts3.4/models/models_2.d.ts +185 -212
  115. package/dist-types/ts3.4/models/models_3.d.ts +218 -5
  116. package/dist-types/ts3.4/pagination/ListHoursOfOperationOverridesPaginator.d.ts +11 -0
  117. package/dist-types/ts3.4/pagination/SearchHoursOfOperationOverridesPaginator.d.ts +11 -0
  118. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  119. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +108 -0
  120. package/package.json +35 -35
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.703.0",
4
+ "version": "3.711.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-connect",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.699.0",
24
- "@aws-sdk/client-sts": "3.699.0",
25
- "@aws-sdk/core": "3.696.0",
26
- "@aws-sdk/credential-provider-node": "3.699.0",
27
- "@aws-sdk/middleware-host-header": "3.696.0",
28
- "@aws-sdk/middleware-logger": "3.696.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.696.0",
30
- "@aws-sdk/middleware-user-agent": "3.696.0",
31
- "@aws-sdk/region-config-resolver": "3.696.0",
32
- "@aws-sdk/types": "3.696.0",
33
- "@aws-sdk/util-endpoints": "3.696.0",
34
- "@aws-sdk/util-user-agent-browser": "3.696.0",
35
- "@aws-sdk/util-user-agent-node": "3.696.0",
36
- "@smithy/config-resolver": "^3.0.12",
37
- "@smithy/core": "^2.5.3",
38
- "@smithy/fetch-http-handler": "^4.1.1",
39
- "@smithy/hash-node": "^3.0.10",
40
- "@smithy/invalid-dependency": "^3.0.10",
41
- "@smithy/middleware-content-length": "^3.0.12",
42
- "@smithy/middleware-endpoint": "^3.2.3",
43
- "@smithy/middleware-retry": "^3.0.27",
44
- "@smithy/middleware-serde": "^3.0.10",
45
- "@smithy/middleware-stack": "^3.0.10",
46
- "@smithy/node-config-provider": "^3.1.11",
47
- "@smithy/node-http-handler": "^3.3.1",
48
- "@smithy/protocol-http": "^4.1.7",
49
- "@smithy/smithy-client": "^3.4.4",
50
- "@smithy/types": "^3.7.1",
51
- "@smithy/url-parser": "^3.0.10",
23
+ "@aws-sdk/client-sso-oidc": "3.709.0",
24
+ "@aws-sdk/client-sts": "3.709.0",
25
+ "@aws-sdk/core": "3.709.0",
26
+ "@aws-sdk/credential-provider-node": "3.709.0",
27
+ "@aws-sdk/middleware-host-header": "3.709.0",
28
+ "@aws-sdk/middleware-logger": "3.709.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.709.0",
30
+ "@aws-sdk/middleware-user-agent": "3.709.0",
31
+ "@aws-sdk/region-config-resolver": "3.709.0",
32
+ "@aws-sdk/types": "3.709.0",
33
+ "@aws-sdk/util-endpoints": "3.709.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.709.0",
35
+ "@aws-sdk/util-user-agent-node": "3.709.0",
36
+ "@smithy/config-resolver": "^3.0.13",
37
+ "@smithy/core": "^2.5.5",
38
+ "@smithy/fetch-http-handler": "^4.1.2",
39
+ "@smithy/hash-node": "^3.0.11",
40
+ "@smithy/invalid-dependency": "^3.0.11",
41
+ "@smithy/middleware-content-length": "^3.0.13",
42
+ "@smithy/middleware-endpoint": "^3.2.5",
43
+ "@smithy/middleware-retry": "^3.0.30",
44
+ "@smithy/middleware-serde": "^3.0.11",
45
+ "@smithy/middleware-stack": "^3.0.11",
46
+ "@smithy/node-config-provider": "^3.1.12",
47
+ "@smithy/node-http-handler": "^3.3.2",
48
+ "@smithy/protocol-http": "^4.1.8",
49
+ "@smithy/smithy-client": "^3.5.0",
50
+ "@smithy/types": "^3.7.2",
51
+ "@smithy/url-parser": "^3.0.11",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.27",
56
- "@smithy/util-defaults-mode-node": "^3.0.27",
57
- "@smithy/util-endpoints": "^2.1.6",
58
- "@smithy/util-middleware": "^3.0.10",
59
- "@smithy/util-retry": "^3.0.10",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.30",
56
+ "@smithy/util-defaults-mode-node": "^3.0.30",
57
+ "@smithy/util-endpoints": "^2.1.7",
58
+ "@smithy/util-middleware": "^3.0.11",
59
+ "@smithy/util-retry": "^3.0.11",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "@types/uuid": "^9.0.1",
62
62
  "tslib": "^2.6.2",