@aws-sdk/client-connect 3.50.0 → 3.53.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 (196) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/ConnectServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +247 -6
  5. package/dist-cjs/models/models_1.js +31 -2
  6. package/dist-cjs/protocols/Aws_restJson1.js +1432 -5764
  7. package/dist-es/index.js +1 -0
  8. package/dist-es/models/ConnectServiceException.js +12 -0
  9. package/dist-es/models/models_0.js +225 -1
  10. package/dist-es/models/models_1.js +28 -1
  11. package/dist-es/protocols/Aws_restJson1.js +3180 -6324
  12. package/dist-types/index.d.ts +1 -0
  13. package/dist-types/models/ConnectServiceException.d.ts +10 -0
  14. package/dist-types/models/models_0.d.ts +121 -52
  15. package/dist-types/models/models_1.d.ts +16 -7
  16. package/dist-types/ts3.4/Connect.d.ts +675 -0
  17. package/dist-types/ts3.4/ConnectClient.d.ts +207 -0
  18. package/dist-types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/AssociateBotCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/AssociateDefaultVocabularyCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/AssociateLexBotCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/CreateAgentStatusCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/CreateContactFlowCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/CreateQuickConnectCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/CreateSecurityProfileCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/DescribeContactFlowCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/DescribeQueueCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/DescribeVocabularyCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/ListDefaultVocabulariesCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +17 -0
  92. package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +17 -0
  93. package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +17 -0
  94. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +17 -0
  95. package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +17 -0
  96. package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +17 -0
  97. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +17 -0
  98. package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +17 -0
  99. package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +17 -0
  100. package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +17 -0
  101. package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +17 -0
  102. package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +17 -0
  103. package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +17 -0
  104. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  105. package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +17 -0
  106. package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/SearchVocabulariesCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +17 -0
  113. package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +17 -0
  114. package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +17 -0
  115. package/dist-types/ts3.4/commands/StopContactCommand.d.ts +17 -0
  116. package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +17 -0
  117. package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +17 -0
  118. package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +17 -0
  119. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  120. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  121. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +17 -0
  122. package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +17 -0
  123. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +17 -0
  124. package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +17 -0
  125. package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +17 -0
  126. package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +17 -0
  127. package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +17 -0
  128. package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +17 -0
  129. package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +17 -0
  130. package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +17 -0
  131. package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +17 -0
  132. package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +17 -0
  133. package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +17 -0
  134. package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +17 -0
  135. package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +17 -0
  136. package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +17 -0
  137. package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +17 -0
  138. package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +17 -0
  139. package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +17 -0
  140. package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +17 -0
  141. package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +17 -0
  142. package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +17 -0
  143. package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +17 -0
  144. package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +17 -0
  145. package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +17 -0
  146. package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +17 -0
  147. package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +17 -0
  148. package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +17 -0
  149. package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +17 -0
  150. package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +17 -0
  151. package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +17 -0
  152. package/dist-types/ts3.4/commands/index.d.ts +134 -0
  153. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  154. package/dist-types/ts3.4/index.d.ts +6 -0
  155. package/dist-types/ts3.4/models/ConnectServiceException.d.ts +6 -0
  156. package/dist-types/ts3.4/models/index.d.ts +2 -0
  157. package/dist-types/ts3.4/models/models_0.d.ts +3745 -0
  158. package/dist-types/ts3.4/models/models_1.d.ts +679 -0
  159. package/dist-types/ts3.4/pagination/GetCurrentMetricDataPaginator.d.ts +4 -0
  160. package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +4 -0
  161. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  162. package/dist-types/ts3.4/pagination/ListAgentStatusesPaginator.d.ts +4 -0
  163. package/dist-types/ts3.4/pagination/ListApprovedOriginsPaginator.d.ts +4 -0
  164. package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +4 -0
  165. package/dist-types/ts3.4/pagination/ListContactFlowModulesPaginator.d.ts +4 -0
  166. package/dist-types/ts3.4/pagination/ListContactFlowsPaginator.d.ts +4 -0
  167. package/dist-types/ts3.4/pagination/ListContactReferencesPaginator.d.ts +4 -0
  168. package/dist-types/ts3.4/pagination/ListDefaultVocabulariesPaginator.d.ts +4 -0
  169. package/dist-types/ts3.4/pagination/ListHoursOfOperationsPaginator.d.ts +4 -0
  170. package/dist-types/ts3.4/pagination/ListInstanceAttributesPaginator.d.ts +4 -0
  171. package/dist-types/ts3.4/pagination/ListInstanceStorageConfigsPaginator.d.ts +4 -0
  172. package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +4 -0
  173. package/dist-types/ts3.4/pagination/ListIntegrationAssociationsPaginator.d.ts +4 -0
  174. package/dist-types/ts3.4/pagination/ListLambdaFunctionsPaginator.d.ts +4 -0
  175. package/dist-types/ts3.4/pagination/ListLexBotsPaginator.d.ts +4 -0
  176. package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +4 -0
  177. package/dist-types/ts3.4/pagination/ListPromptsPaginator.d.ts +4 -0
  178. package/dist-types/ts3.4/pagination/ListQueueQuickConnectsPaginator.d.ts +4 -0
  179. package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +4 -0
  180. package/dist-types/ts3.4/pagination/ListQuickConnectsPaginator.d.ts +4 -0
  181. package/dist-types/ts3.4/pagination/ListRoutingProfileQueuesPaginator.d.ts +4 -0
  182. package/dist-types/ts3.4/pagination/ListRoutingProfilesPaginator.d.ts +4 -0
  183. package/dist-types/ts3.4/pagination/ListSecurityKeysPaginator.d.ts +4 -0
  184. package/dist-types/ts3.4/pagination/ListSecurityProfilePermissionsPaginator.d.ts +4 -0
  185. package/dist-types/ts3.4/pagination/ListSecurityProfilesPaginator.d.ts +4 -0
  186. package/dist-types/ts3.4/pagination/ListUseCasesPaginator.d.ts +4 -0
  187. package/dist-types/ts3.4/pagination/ListUserHierarchyGroupsPaginator.d.ts +4 -0
  188. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +4 -0
  189. package/dist-types/ts3.4/pagination/SearchVocabulariesPaginator.d.ts +4 -0
  190. package/dist-types/ts3.4/pagination/index.d.ts +31 -0
  191. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +404 -0
  192. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  193. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  194. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  195. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  196. package/package.json +33 -33
package/dist-es/index.js CHANGED
@@ -3,3 +3,4 @@ export * from "./ConnectClient";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
+ export { ConnectServiceException } from "./models/ConnectServiceException";
@@ -0,0 +1,12 @@
1
+ import { __extends } from "tslib";
2
+ import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
3
+ var ConnectServiceException = (function (_super) {
4
+ __extends(ConnectServiceException, _super);
5
+ function ConnectServiceException(options) {
6
+ var _this = _super.call(this, options) || this;
7
+ Object.setPrototypeOf(_this, ConnectServiceException.prototype);
8
+ return _this;
9
+ }
10
+ return ConnectServiceException;
11
+ }(__ServiceException));
12
+ export { ConnectServiceException };
@@ -1,5 +1,19 @@
1
- import { __assign } from "tslib";
1
+ import { __assign, __extends } from "tslib";
2
2
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
3
+ import { ConnectServiceException as __BaseException } from "./ConnectServiceException";
4
+ var AccessDeniedException = (function (_super) {
5
+ __extends(AccessDeniedException, _super);
6
+ function AccessDeniedException(opts) {
7
+ var _this = _super.call(this, __assign({ name: "AccessDeniedException", $fault: "client" }, opts)) || this;
8
+ _this.name = "AccessDeniedException";
9
+ _this.$fault = "client";
10
+ Object.setPrototypeOf(_this, AccessDeniedException.prototype);
11
+ _this.Message = opts.Message;
12
+ return _this;
13
+ }
14
+ return AccessDeniedException;
15
+ }(__BaseException));
16
+ export { AccessDeniedException };
3
17
  export var AgentInfo;
4
18
  (function (AgentInfo) {
5
19
  AgentInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -27,6 +41,97 @@ export var AssociateApprovedOriginRequest;
27
41
  (function (AssociateApprovedOriginRequest) {
28
42
  AssociateApprovedOriginRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
29
43
  })(AssociateApprovedOriginRequest || (AssociateApprovedOriginRequest = {}));
44
+ var InternalServiceException = (function (_super) {
45
+ __extends(InternalServiceException, _super);
46
+ function InternalServiceException(opts) {
47
+ var _this = _super.call(this, __assign({ name: "InternalServiceException", $fault: "server" }, opts)) || this;
48
+ _this.name = "InternalServiceException";
49
+ _this.$fault = "server";
50
+ Object.setPrototypeOf(_this, InternalServiceException.prototype);
51
+ _this.Message = opts.Message;
52
+ return _this;
53
+ }
54
+ return InternalServiceException;
55
+ }(__BaseException));
56
+ export { InternalServiceException };
57
+ var InvalidParameterException = (function (_super) {
58
+ __extends(InvalidParameterException, _super);
59
+ function InvalidParameterException(opts) {
60
+ var _this = _super.call(this, __assign({ name: "InvalidParameterException", $fault: "client" }, opts)) || this;
61
+ _this.name = "InvalidParameterException";
62
+ _this.$fault = "client";
63
+ Object.setPrototypeOf(_this, InvalidParameterException.prototype);
64
+ _this.Message = opts.Message;
65
+ return _this;
66
+ }
67
+ return InvalidParameterException;
68
+ }(__BaseException));
69
+ export { InvalidParameterException };
70
+ var InvalidRequestException = (function (_super) {
71
+ __extends(InvalidRequestException, _super);
72
+ function InvalidRequestException(opts) {
73
+ var _this = _super.call(this, __assign({ name: "InvalidRequestException", $fault: "client" }, opts)) || this;
74
+ _this.name = "InvalidRequestException";
75
+ _this.$fault = "client";
76
+ Object.setPrototypeOf(_this, InvalidRequestException.prototype);
77
+ _this.Message = opts.Message;
78
+ return _this;
79
+ }
80
+ return InvalidRequestException;
81
+ }(__BaseException));
82
+ export { InvalidRequestException };
83
+ var ResourceConflictException = (function (_super) {
84
+ __extends(ResourceConflictException, _super);
85
+ function ResourceConflictException(opts) {
86
+ var _this = _super.call(this, __assign({ name: "ResourceConflictException", $fault: "client" }, opts)) || this;
87
+ _this.name = "ResourceConflictException";
88
+ _this.$fault = "client";
89
+ Object.setPrototypeOf(_this, ResourceConflictException.prototype);
90
+ _this.Message = opts.Message;
91
+ return _this;
92
+ }
93
+ return ResourceConflictException;
94
+ }(__BaseException));
95
+ export { ResourceConflictException };
96
+ var ResourceNotFoundException = (function (_super) {
97
+ __extends(ResourceNotFoundException, _super);
98
+ function ResourceNotFoundException(opts) {
99
+ var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
100
+ _this.name = "ResourceNotFoundException";
101
+ _this.$fault = "client";
102
+ Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
103
+ _this.Message = opts.Message;
104
+ return _this;
105
+ }
106
+ return ResourceNotFoundException;
107
+ }(__BaseException));
108
+ export { ResourceNotFoundException };
109
+ var ServiceQuotaExceededException = (function (_super) {
110
+ __extends(ServiceQuotaExceededException, _super);
111
+ function ServiceQuotaExceededException(opts) {
112
+ var _this = _super.call(this, __assign({ name: "ServiceQuotaExceededException", $fault: "client" }, opts)) || this;
113
+ _this.name = "ServiceQuotaExceededException";
114
+ _this.$fault = "client";
115
+ Object.setPrototypeOf(_this, ServiceQuotaExceededException.prototype);
116
+ _this.Message = opts.Message;
117
+ return _this;
118
+ }
119
+ return ServiceQuotaExceededException;
120
+ }(__BaseException));
121
+ export { ServiceQuotaExceededException };
122
+ var ThrottlingException = (function (_super) {
123
+ __extends(ThrottlingException, _super);
124
+ function ThrottlingException(opts) {
125
+ var _this = _super.call(this, __assign({ name: "ThrottlingException", $fault: "client" }, opts)) || this;
126
+ _this.name = "ThrottlingException";
127
+ _this.$fault = "client";
128
+ Object.setPrototypeOf(_this, ThrottlingException.prototype);
129
+ _this.Message = opts.Message;
130
+ return _this;
131
+ }
132
+ return ThrottlingException;
133
+ }(__BaseException));
134
+ export { ThrottlingException };
30
135
  export var LexBot;
31
136
  (function (LexBot) {
32
137
  LexBot.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -39,6 +144,19 @@ export var AssociateBotRequest;
39
144
  (function (AssociateBotRequest) {
40
145
  AssociateBotRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
41
146
  })(AssociateBotRequest || (AssociateBotRequest = {}));
147
+ var LimitExceededException = (function (_super) {
148
+ __extends(LimitExceededException, _super);
149
+ function LimitExceededException(opts) {
150
+ var _this = _super.call(this, __assign({ name: "LimitExceededException", $fault: "client" }, opts)) || this;
151
+ _this.name = "LimitExceededException";
152
+ _this.$fault = "client";
153
+ Object.setPrototypeOf(_this, LimitExceededException.prototype);
154
+ _this.Message = opts.Message;
155
+ return _this;
156
+ }
157
+ return LimitExceededException;
158
+ }(__BaseException));
159
+ export { LimitExceededException };
42
160
  export var VocabularyLanguageCode;
43
161
  (function (VocabularyLanguageCode) {
44
162
  VocabularyLanguageCode["AR_AE"] = "ar-AE";
@@ -169,6 +287,19 @@ export var CreateAgentStatusResponse;
169
287
  (function (CreateAgentStatusResponse) {
170
288
  CreateAgentStatusResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
171
289
  })(CreateAgentStatusResponse || (CreateAgentStatusResponse = {}));
290
+ var DuplicateResourceException = (function (_super) {
291
+ __extends(DuplicateResourceException, _super);
292
+ function DuplicateResourceException(opts) {
293
+ var _this = _super.call(this, __assign({ name: "DuplicateResourceException", $fault: "client" }, opts)) || this;
294
+ _this.name = "DuplicateResourceException";
295
+ _this.$fault = "client";
296
+ Object.setPrototypeOf(_this, DuplicateResourceException.prototype);
297
+ _this.Message = opts.Message;
298
+ return _this;
299
+ }
300
+ return DuplicateResourceException;
301
+ }(__BaseException));
302
+ export { DuplicateResourceException };
172
303
  export var ContactFlowType;
173
304
  (function (ContactFlowType) {
174
305
  ContactFlowType["AGENT_HOLD"] = "AGENT_HOLD";
@@ -193,6 +324,19 @@ export var ProblemDetail;
193
324
  (function (ProblemDetail) {
194
325
  ProblemDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
195
326
  })(ProblemDetail || (ProblemDetail = {}));
327
+ var InvalidContactFlowException = (function (_super) {
328
+ __extends(InvalidContactFlowException, _super);
329
+ function InvalidContactFlowException(opts) {
330
+ var _this = _super.call(this, __assign({ name: "InvalidContactFlowException", $fault: "client" }, opts)) || this;
331
+ _this.name = "InvalidContactFlowException";
332
+ _this.$fault = "client";
333
+ Object.setPrototypeOf(_this, InvalidContactFlowException.prototype);
334
+ _this.problems = opts.problems;
335
+ return _this;
336
+ }
337
+ return InvalidContactFlowException;
338
+ }(__BaseException));
339
+ export { InvalidContactFlowException };
196
340
  export var CreateContactFlowModuleRequest;
197
341
  (function (CreateContactFlowModuleRequest) {
198
342
  CreateContactFlowModuleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -201,6 +345,32 @@ export var CreateContactFlowModuleResponse;
201
345
  (function (CreateContactFlowModuleResponse) {
202
346
  CreateContactFlowModuleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
203
347
  })(CreateContactFlowModuleResponse || (CreateContactFlowModuleResponse = {}));
348
+ var IdempotencyException = (function (_super) {
349
+ __extends(IdempotencyException, _super);
350
+ function IdempotencyException(opts) {
351
+ var _this = _super.call(this, __assign({ name: "IdempotencyException", $fault: "client" }, opts)) || this;
352
+ _this.name = "IdempotencyException";
353
+ _this.$fault = "client";
354
+ Object.setPrototypeOf(_this, IdempotencyException.prototype);
355
+ _this.Message = opts.Message;
356
+ return _this;
357
+ }
358
+ return IdempotencyException;
359
+ }(__BaseException));
360
+ export { IdempotencyException };
361
+ var InvalidContactFlowModuleException = (function (_super) {
362
+ __extends(InvalidContactFlowModuleException, _super);
363
+ function InvalidContactFlowModuleException(opts) {
364
+ var _this = _super.call(this, __assign({ name: "InvalidContactFlowModuleException", $fault: "client" }, opts)) || this;
365
+ _this.name = "InvalidContactFlowModuleException";
366
+ _this.$fault = "client";
367
+ Object.setPrototypeOf(_this, InvalidContactFlowModuleException.prototype);
368
+ _this.Problems = opts.Problems;
369
+ return _this;
370
+ }
371
+ return InvalidContactFlowModuleException;
372
+ }(__BaseException));
373
+ export { InvalidContactFlowModuleException };
204
374
  export var HoursOfOperationDays;
205
375
  (function (HoursOfOperationDays) {
206
376
  HoursOfOperationDays["FRIDAY"] = "FRIDAY";
@@ -423,6 +593,21 @@ export var ResourceType;
423
593
  ResourceType["PARTICIPANT"] = "PARTICIPANT";
424
594
  ResourceType["USER"] = "USER";
425
595
  })(ResourceType || (ResourceType = {}));
596
+ var ResourceInUseException = (function (_super) {
597
+ __extends(ResourceInUseException, _super);
598
+ function ResourceInUseException(opts) {
599
+ var _this = _super.call(this, __assign({ name: "ResourceInUseException", $fault: "client" }, opts)) || this;
600
+ _this.name = "ResourceInUseException";
601
+ _this.$fault = "client";
602
+ Object.setPrototypeOf(_this, ResourceInUseException.prototype);
603
+ _this.Message = opts.Message;
604
+ _this.ResourceType = opts.ResourceType;
605
+ _this.ResourceId = opts.ResourceId;
606
+ return _this;
607
+ }
608
+ return ResourceInUseException;
609
+ }(__BaseException));
610
+ export { ResourceInUseException };
426
611
  export var DeleteUseCaseRequest;
427
612
  (function (DeleteUseCaseRequest) {
428
613
  DeleteUseCaseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -476,6 +661,19 @@ export var DescribeContactResponse;
476
661
  (function (DescribeContactResponse) {
477
662
  DescribeContactResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
478
663
  })(DescribeContactResponse || (DescribeContactResponse = {}));
664
+ var ContactFlowNotPublishedException = (function (_super) {
665
+ __extends(ContactFlowNotPublishedException, _super);
666
+ function ContactFlowNotPublishedException(opts) {
667
+ var _this = _super.call(this, __assign({ name: "ContactFlowNotPublishedException", $fault: "client" }, opts)) || this;
668
+ _this.name = "ContactFlowNotPublishedException";
669
+ _this.$fault = "client";
670
+ Object.setPrototypeOf(_this, ContactFlowNotPublishedException.prototype);
671
+ _this.Message = opts.Message;
672
+ return _this;
673
+ }
674
+ return ContactFlowNotPublishedException;
675
+ }(__BaseException));
676
+ export { ContactFlowNotPublishedException };
479
677
  export var DescribeContactFlowRequest;
480
678
  (function (DescribeContactFlowRequest) {
481
679
  DescribeContactFlowRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -803,6 +1001,19 @@ export var GetFederationTokenResponse;
803
1001
  (function (GetFederationTokenResponse) {
804
1002
  GetFederationTokenResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Credentials && { Credentials: Credentials.filterSensitiveLog(obj.Credentials) }))); };
805
1003
  })(GetFederationTokenResponse || (GetFederationTokenResponse = {}));
1004
+ var UserNotFoundException = (function (_super) {
1005
+ __extends(UserNotFoundException, _super);
1006
+ function UserNotFoundException(opts) {
1007
+ var _this = _super.call(this, __assign({ name: "UserNotFoundException", $fault: "client" }, opts)) || this;
1008
+ _this.name = "UserNotFoundException";
1009
+ _this.$fault = "client";
1010
+ Object.setPrototypeOf(_this, UserNotFoundException.prototype);
1011
+ _this.Message = opts.Message;
1012
+ return _this;
1013
+ }
1014
+ return UserNotFoundException;
1015
+ }(__BaseException));
1016
+ export { UserNotFoundException };
806
1017
  export var HistoricalMetricName;
807
1018
  (function (HistoricalMetricName) {
808
1019
  HistoricalMetricName["ABANDON_TIME"] = "ABANDON_TIME";
@@ -1519,3 +1730,16 @@ export var StartContactStreamingResponse;
1519
1730
  (function (StartContactStreamingResponse) {
1520
1731
  StartContactStreamingResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1521
1732
  })(StartContactStreamingResponse || (StartContactStreamingResponse = {}));
1733
+ var DestinationNotAllowedException = (function (_super) {
1734
+ __extends(DestinationNotAllowedException, _super);
1735
+ function DestinationNotAllowedException(opts) {
1736
+ var _this = _super.call(this, __assign({ name: "DestinationNotAllowedException", $fault: "client" }, opts)) || this;
1737
+ _this.name = "DestinationNotAllowedException";
1738
+ _this.$fault = "client";
1739
+ Object.setPrototypeOf(_this, DestinationNotAllowedException.prototype);
1740
+ _this.Message = opts.Message;
1741
+ return _this;
1742
+ }
1743
+ return DestinationNotAllowedException;
1744
+ }(__BaseException));
1745
+ export { DestinationNotAllowedException };
@@ -1,4 +1,18 @@
1
- import { __assign } from "tslib";
1
+ import { __assign, __extends } from "tslib";
2
+ import { ConnectServiceException as __BaseException } from "./ConnectServiceException";
3
+ var OutboundContactNotPermittedException = (function (_super) {
4
+ __extends(OutboundContactNotPermittedException, _super);
5
+ function OutboundContactNotPermittedException(opts) {
6
+ var _this = _super.call(this, __assign({ name: "OutboundContactNotPermittedException", $fault: "client" }, opts)) || this;
7
+ _this.name = "OutboundContactNotPermittedException";
8
+ _this.$fault = "client";
9
+ Object.setPrototypeOf(_this, OutboundContactNotPermittedException.prototype);
10
+ _this.Message = opts.Message;
11
+ return _this;
12
+ }
13
+ return OutboundContactNotPermittedException;
14
+ }(__BaseException));
15
+ export { OutboundContactNotPermittedException };
2
16
  export var AnswerMachineDetectionConfig;
3
17
  (function (AnswerMachineDetectionConfig) {
4
18
  AnswerMachineDetectionConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -28,6 +42,19 @@ export var StartTaskContactResponse;
28
42
  (function (StartTaskContactResponse) {
29
43
  StartTaskContactResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
30
44
  })(StartTaskContactResponse || (StartTaskContactResponse = {}));
45
+ var ContactNotFoundException = (function (_super) {
46
+ __extends(ContactNotFoundException, _super);
47
+ function ContactNotFoundException(opts) {
48
+ var _this = _super.call(this, __assign({ name: "ContactNotFoundException", $fault: "client" }, opts)) || this;
49
+ _this.name = "ContactNotFoundException";
50
+ _this.$fault = "client";
51
+ Object.setPrototypeOf(_this, ContactNotFoundException.prototype);
52
+ _this.Message = opts.Message;
53
+ return _this;
54
+ }
55
+ return ContactNotFoundException;
56
+ }(__BaseException));
57
+ export { ContactNotFoundException };
31
58
  export var StopContactRequest;
32
59
  (function (StopContactRequest) {
33
60
  StopContactRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };