@aws-sdk/client-connect 3.614.0 → 3.618.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 (56) hide show
  1. package/README.md +17 -2
  2. package/dist-cjs/index.js +227 -31
  3. package/dist-es/Connect.js +4 -0
  4. package/dist-es/ConnectClient.js +5 -5
  5. package/dist-es/commands/SearchAgentStatusesCommand.js +24 -0
  6. package/dist-es/commands/SearchUserHierarchyGroupsCommand.js +24 -0
  7. package/dist-es/commands/index.js +2 -0
  8. package/dist-es/models/models_0.js +5 -18
  9. package/dist-es/models/models_1.js +32 -0
  10. package/dist-es/models/models_2.js +12 -5
  11. package/dist-es/pagination/SearchAgentStatusesPaginator.js +4 -0
  12. package/dist-es/pagination/SearchUserHierarchyGroupsPaginator.js +4 -0
  13. package/dist-es/pagination/index.js +2 -0
  14. package/dist-es/protocols/Aws_restJson1.js +118 -2
  15. package/dist-types/Connect.d.ts +16 -3
  16. package/dist-types/ConnectClient.d.ts +8 -7
  17. package/dist-types/commands/DescribeContactEvaluationCommand.d.ts +1 -1
  18. package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +6 -1
  19. package/dist-types/commands/ListTrafficDistributionGroupUsersCommand.d.ts +1 -1
  20. package/dist-types/commands/ListTrafficDistributionGroupsCommand.d.ts +1 -1
  21. package/dist-types/commands/ListUseCasesCommand.d.ts +1 -1
  22. package/dist-types/commands/SearchAgentStatusesCommand.d.ts +142 -0
  23. package/dist-types/commands/SearchUserHierarchyGroupsCommand.d.ts +181 -0
  24. package/dist-types/commands/SearchUsersCommand.d.ts +32 -4
  25. package/dist-types/commands/index.d.ts +2 -0
  26. package/dist-types/index.d.ts +2 -3
  27. package/dist-types/models/models_0.d.ts +128 -133
  28. package/dist-types/models/models_1.d.ts +335 -241
  29. package/dist-types/models/models_2.d.ts +537 -73
  30. package/dist-types/pagination/SearchAgentStatusesPaginator.d.ts +7 -0
  31. package/dist-types/pagination/SearchUserHierarchyGroupsPaginator.d.ts +7 -0
  32. package/dist-types/pagination/index.d.ts +2 -0
  33. package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
  34. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  35. package/dist-types/runtimeConfig.d.ts +1 -1
  36. package/dist-types/runtimeConfig.native.d.ts +1 -1
  37. package/dist-types/ts3.4/Connect.d.ts +34 -0
  38. package/dist-types/ts3.4/ConnectClient.d.ts +14 -2
  39. package/dist-types/ts3.4/commands/DescribeContactEvaluationCommand.d.ts +1 -1
  40. package/dist-types/ts3.4/commands/ListTrafficDistributionGroupUsersCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/ListTrafficDistributionGroupsCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/SearchAgentStatusesCommand.d.ts +40 -0
  44. package/dist-types/ts3.4/commands/SearchUserHierarchyGroupsCommand.d.ts +40 -0
  45. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  46. package/dist-types/ts3.4/models/models_0.d.ts +27 -60
  47. package/dist-types/ts3.4/models/models_1.d.ts +100 -46
  48. package/dist-types/ts3.4/models/models_2.d.ts +125 -20
  49. package/dist-types/ts3.4/pagination/SearchAgentStatusesPaginator.d.ts +11 -0
  50. package/dist-types/ts3.4/pagination/SearchUserHierarchyGroupsPaginator.d.ts +11 -0
  51. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  52. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
  53. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  54. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  55. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  56. package/package.json +17 -17
package/README.md CHANGED
@@ -9,8 +9,7 @@ AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native.
9
9
  <ul>
10
10
  <li>
11
11
  <p>
12
- <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_Operations_Amazon_Connect_Service.html">Amazon Connect
13
- actions</a>
12
+ <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_Operations_Amazon_Connect_Service.html">Amazon Connect actions</a>
14
13
  </p>
15
14
  </li>
16
15
  <li>
@@ -1610,6 +1609,14 @@ ResumeContactRecording
1610
1609
 
1611
1610
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/ResumeContactRecordingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ResumeContactRecordingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ResumeContactRecordingCommandOutput/)
1612
1611
 
1612
+ </details>
1613
+ <details>
1614
+ <summary>
1615
+ SearchAgentStatuses
1616
+ </summary>
1617
+
1618
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/SearchAgentStatusesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/SearchAgentStatusesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/SearchAgentStatusesCommandOutput/)
1619
+
1613
1620
  </details>
1614
1621
  <details>
1615
1622
  <summary>
@@ -1706,6 +1713,14 @@ SearchSecurityProfiles
1706
1713
 
1707
1714
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/SearchSecurityProfilesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/SearchSecurityProfilesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/SearchSecurityProfilesCommandOutput/)
1708
1715
 
1716
+ </details>
1717
+ <details>
1718
+ <summary>
1719
+ SearchUserHierarchyGroups
1720
+ </summary>
1721
+
1722
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/SearchUserHierarchyGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/SearchUserHierarchyGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/SearchUserHierarchyGroupsCommandOutput/)
1723
+
1709
1724
  </details>
1710
1725
  <details>
1711
1726
  <summary>
package/dist-cjs/index.js CHANGED
@@ -280,6 +280,7 @@ __export(src_exports, {
280
280
  MonitorContactCommand: () => MonitorContactCommand,
281
281
  NotificationContentType: () => NotificationContentType,
282
282
  NotificationDeliveryType: () => NotificationDeliveryType,
283
+ NumberComparisonType: () => NumberComparisonType,
283
284
  NumericQuestionPropertyAutomationLabel: () => NumericQuestionPropertyAutomationLabel,
284
285
  OutboundContactNotPermittedException: () => OutboundContactNotPermittedException,
285
286
  OutputTypeNotFoundException: () => OutputTypeNotFoundException,
@@ -300,6 +301,8 @@ __export(src_exports, {
300
301
  QueueType: () => QueueType,
301
302
  QuickConnectType: () => QuickConnectType,
302
303
  RealTimeContactAnalysisOutputType: () => RealTimeContactAnalysisOutputType,
304
+ RealTimeContactAnalysisPostContactSummaryFailureCode: () => RealTimeContactAnalysisPostContactSummaryFailureCode,
305
+ RealTimeContactAnalysisPostContactSummaryStatus: () => RealTimeContactAnalysisPostContactSummaryStatus,
303
306
  RealTimeContactAnalysisSegmentType: () => RealTimeContactAnalysisSegmentType,
304
307
  RealTimeContactAnalysisSentimentLabel: () => RealTimeContactAnalysisSentimentLabel,
305
308
  RealTimeContactAnalysisStatus: () => RealTimeContactAnalysisStatus,
@@ -322,6 +325,7 @@ __export(src_exports, {
322
325
  ResumeContactRecordingCommand: () => ResumeContactRecordingCommand,
323
326
  RoutingCriteriaStepStatus: () => RoutingCriteriaStepStatus,
324
327
  RulePublishStatus: () => RulePublishStatus,
328
+ SearchAgentStatusesCommand: () => SearchAgentStatusesCommand,
325
329
  SearchAvailablePhoneNumbersCommand: () => SearchAvailablePhoneNumbersCommand,
326
330
  SearchContactFlowModulesCommand: () => SearchContactFlowModulesCommand,
327
331
  SearchContactFlowsCommand: () => SearchContactFlowsCommand,
@@ -338,6 +342,7 @@ __export(src_exports, {
338
342
  SearchResourceTagsCommand: () => SearchResourceTagsCommand,
339
343
  SearchRoutingProfilesCommand: () => SearchRoutingProfilesCommand,
340
344
  SearchSecurityProfilesCommand: () => SearchSecurityProfilesCommand,
345
+ SearchUserHierarchyGroupsCommand: () => SearchUserHierarchyGroupsCommand,
341
346
  SearchUsersCommand: () => SearchUsersCommand,
342
347
  SearchUsersResponseFilterSensitiveLog: () => SearchUsersResponseFilterSensitiveLog,
343
348
  SearchVocabulariesCommand: () => SearchVocabulariesCommand,
@@ -372,6 +377,7 @@ __export(src_exports, {
372
377
  SuspendContactRecordingCommand: () => SuspendContactRecordingCommand,
373
378
  TagContactCommand: () => TagContactCommand,
374
379
  TagResourceCommand: () => TagResourceCommand,
380
+ TargetListType: () => TargetListType,
375
381
  TaskTemplateFieldType: () => TaskTemplateFieldType,
376
382
  TaskTemplateStatus: () => TaskTemplateStatus,
377
383
  ThrottlingException: () => ThrottlingException,
@@ -503,6 +509,7 @@ __export(src_exports, {
503
509
  paginateListUsers: () => paginateListUsers,
504
510
  paginateListViewVersions: () => paginateListViewVersions,
505
511
  paginateListViews: () => paginateListViews,
512
+ paginateSearchAgentStatuses: () => paginateSearchAgentStatuses,
506
513
  paginateSearchAvailablePhoneNumbers: () => paginateSearchAvailablePhoneNumbers,
507
514
  paginateSearchContactFlowModules: () => paginateSearchContactFlowModules,
508
515
  paginateSearchContactFlows: () => paginateSearchContactFlows,
@@ -515,6 +522,7 @@ __export(src_exports, {
515
522
  paginateSearchResourceTags: () => paginateSearchResourceTags,
516
523
  paginateSearchRoutingProfiles: () => paginateSearchRoutingProfiles,
517
524
  paginateSearchSecurityProfiles: () => paginateSearchSecurityProfiles,
525
+ paginateSearchUserHierarchyGroups: () => paginateSearchUserHierarchyGroups,
518
526
  paginateSearchUsers: () => paginateSearchUsers,
519
527
  paginateSearchVocabularies: () => paginateSearchVocabularies
520
528
  });
@@ -622,19 +630,19 @@ var _ConnectClient = class _ConnectClient extends import_smithy_client.Client {
622
630
  const _config_1 = resolveClientEndpointParameters(_config_0);
623
631
  const _config_2 = (0, import_config_resolver.resolveRegionConfig)(_config_1);
624
632
  const _config_3 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_2);
625
- const _config_4 = (0, import_middleware_retry.resolveRetryConfig)(_config_3);
626
- const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
627
- const _config_6 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_5);
633
+ const _config_4 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_3);
634
+ const _config_5 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_4);
635
+ const _config_6 = (0, import_middleware_retry.resolveRetryConfig)(_config_5);
628
636
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
629
637
  const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
630
638
  super(_config_8);
631
639
  this.config = _config_8;
632
- this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
633
- this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
634
640
  this.middlewareStack.use((0, import_middleware_host_header.getHostHeaderPlugin)(this.config));
635
641
  this.middlewareStack.use((0, import_middleware_logger.getLoggerPlugin)(this.config));
636
642
  this.middlewareStack.use((0, import_middleware_recursion_detection.getRecursionDetectionPlugin)(this.config));
637
643
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
644
+ this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
645
+ this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
638
646
  this.middlewareStack.use(
639
647
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
640
648
  httpAuthSchemeParametersProvider: this.getDefaultHttpAuthSchemeParametersProvider(),
@@ -854,6 +862,11 @@ var AgentStatusType = {
854
862
  OFFLINE: "OFFLINE",
855
863
  ROUTABLE: "ROUTABLE"
856
864
  };
865
+ var StringComparisonType = {
866
+ CONTAINS: "CONTAINS",
867
+ EXACT: "EXACT",
868
+ STARTS_WITH: "STARTS_WITH"
869
+ };
857
870
  var MonitorCapability = {
858
871
  BARGE: "BARGE",
859
872
  SILENT_MONITOR: "SILENT_MONITOR"
@@ -1398,24 +1411,6 @@ var AnsweringMachineDetectionStatus = {
1398
1411
  VOICEMAIL_BEEP: "VOICEMAIL_BEEP",
1399
1412
  VOICEMAIL_NO_BEEP: "VOICEMAIL_NO_BEEP"
1400
1413
  };
1401
- var RoutingCriteriaStepStatus = {
1402
- ACTIVE: "ACTIVE",
1403
- EXPIRED: "EXPIRED",
1404
- INACTIVE: "INACTIVE",
1405
- JOINED: "JOINED"
1406
- };
1407
- var EvaluationAnswerData;
1408
- ((EvaluationAnswerData3) => {
1409
- EvaluationAnswerData3.visit = /* @__PURE__ */ __name((value, visitor) => {
1410
- if (value.StringValue !== void 0)
1411
- return visitor.StringValue(value.StringValue);
1412
- if (value.NumericValue !== void 0)
1413
- return visitor.NumericValue(value.NumericValue);
1414
- if (value.NotApplicable !== void 0)
1415
- return visitor.NotApplicable(value.NotApplicable);
1416
- return visitor._(value.$unknown[0], value.$unknown[1]);
1417
- }, "visit");
1418
- })(EvaluationAnswerData || (EvaluationAnswerData = {}));
1419
1414
  var CreateInstanceRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1420
1415
  ...obj,
1421
1416
  ...obj.InstanceAlias && { InstanceAlias: import_smithy_client.SENSITIVE_STRING }
@@ -1462,6 +1457,24 @@ var CreateViewVersionResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) =
1462
1457
 
1463
1458
  // src/models/models_1.ts
1464
1459
 
1460
+ var RoutingCriteriaStepStatus = {
1461
+ ACTIVE: "ACTIVE",
1462
+ EXPIRED: "EXPIRED",
1463
+ INACTIVE: "INACTIVE",
1464
+ JOINED: "JOINED"
1465
+ };
1466
+ var EvaluationAnswerData;
1467
+ ((EvaluationAnswerData2) => {
1468
+ EvaluationAnswerData2.visit = /* @__PURE__ */ __name((value, visitor) => {
1469
+ if (value.StringValue !== void 0)
1470
+ return visitor.StringValue(value.StringValue);
1471
+ if (value.NumericValue !== void 0)
1472
+ return visitor.NumericValue(value.NumericValue);
1473
+ if (value.NotApplicable !== void 0)
1474
+ return visitor.NotApplicable(value.NotApplicable);
1475
+ return visitor._(value.$unknown[0], value.$unknown[1]);
1476
+ }, "visit");
1477
+ })(EvaluationAnswerData || (EvaluationAnswerData = {}));
1465
1478
  var EvaluationStatus = {
1466
1479
  DRAFT: "DRAFT",
1467
1480
  SUBMITTED: "SUBMITTED"
@@ -1913,6 +1926,7 @@ var RealTimeContactAnalysisSegmentType = {
1913
1926
  Categories: "Categories",
1914
1927
  Event: "Event",
1915
1928
  Issues: "Issues",
1929
+ PostContactSummary: "PostContactSummary",
1916
1930
  Transcript: "Transcript"
1917
1931
  };
1918
1932
  var RealTimeContactAnalysisSupportedChannel = {
@@ -1932,6 +1946,17 @@ var RealTimeContactAnalysisTimeData;
1932
1946
  return visitor._(value.$unknown[0], value.$unknown[1]);
1933
1947
  }, "visit");
1934
1948
  })(RealTimeContactAnalysisTimeData || (RealTimeContactAnalysisTimeData = {}));
1949
+ var RealTimeContactAnalysisPostContactSummaryFailureCode = {
1950
+ FAILED_SAFETY_GUIDELINES: "FAILED_SAFETY_GUIDELINES",
1951
+ INSUFFICIENT_CONVERSATION_CONTENT: "INSUFFICIENT_CONVERSATION_CONTENT",
1952
+ INTERNAL_ERROR: "INTERNAL_ERROR",
1953
+ INVALID_ANALYSIS_CONFIGURATION: "INVALID_ANALYSIS_CONFIGURATION",
1954
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED"
1955
+ };
1956
+ var RealTimeContactAnalysisPostContactSummaryStatus = {
1957
+ COMPLETED: "COMPLETED",
1958
+ FAILED: "FAILED"
1959
+ };
1935
1960
  var RealTimeContactAnalysisSentimentLabel = {
1936
1961
  NEGATIVE: "NEGATIVE",
1937
1962
  NEUTRAL: "NEUTRAL",
@@ -1950,6 +1975,8 @@ var RealtimeContactAnalysisSegment;
1950
1975
  return visitor.Event(value.Event);
1951
1976
  if (value.Attachments !== void 0)
1952
1977
  return visitor.Attachments(value.Attachments);
1978
+ if (value.PostContactSummary !== void 0)
1979
+ return visitor.PostContactSummary(value.PostContactSummary);
1953
1980
  return visitor._(value.$unknown[0], value.$unknown[1]);
1954
1981
  }, "visit");
1955
1982
  })(RealtimeContactAnalysisSegment || (RealtimeContactAnalysisSegment = {}));
@@ -2036,11 +2063,6 @@ var _ConflictException = class _ConflictException extends ConnectServiceExceptio
2036
2063
  };
2037
2064
  __name(_ConflictException, "ConflictException");
2038
2065
  var ConflictException = _ConflictException;
2039
- var StringComparisonType = {
2040
- CONTAINS: "CONTAINS",
2041
- EXACT: "EXACT",
2042
- STARTS_WITH: "STARTS_WITH"
2043
- };
2044
2066
  var SearchContactsMatchType = {
2045
2067
  MATCH_ALL: "MATCH_ALL",
2046
2068
  MATCH_ANY: "MATCH_ANY"
@@ -2084,6 +2106,18 @@ var HierarchyGroupMatchType = {
2084
2106
  EXACT: "EXACT",
2085
2107
  WITH_CHILD_GROUPS: "WITH_CHILD_GROUPS"
2086
2108
  };
2109
+ var NumberComparisonType = {
2110
+ EQUAL: "EQUAL",
2111
+ GREATER: "GREATER",
2112
+ GREATER_OR_EQUAL: "GREATER_OR_EQUAL",
2113
+ LESSER: "LESSER",
2114
+ LESSER_OR_EQUAL: "LESSER_OR_EQUAL",
2115
+ NOT_EQUAL: "NOT_EQUAL",
2116
+ RANGE: "RANGE"
2117
+ };
2118
+ var TargetListType = {
2119
+ PROFICIENCIES: "PROFICIENCIES"
2120
+ };
2087
2121
  var ChatEventType = {
2088
2122
  DISCONNECT: "DISCONNECT",
2089
2123
  EVENT: "EVENT",
@@ -4813,6 +4847,25 @@ var se_ResumeContactRecordingCommand = /* @__PURE__ */ __name(async (input, cont
4813
4847
  b.m("POST").h(headers).b(body);
4814
4848
  return b.build();
4815
4849
  }, "se_ResumeContactRecordingCommand");
4850
+ var se_SearchAgentStatusesCommand = /* @__PURE__ */ __name(async (input, context) => {
4851
+ const b = (0, import_core.requestBuilder)(input, context);
4852
+ const headers = {
4853
+ "content-type": "application/json"
4854
+ };
4855
+ b.bp("/search-agent-statuses");
4856
+ let body;
4857
+ body = JSON.stringify(
4858
+ (0, import_smithy_client.take)(input, {
4859
+ InstanceId: [],
4860
+ MaxResults: [],
4861
+ NextToken: [],
4862
+ SearchCriteria: (_) => se_AgentStatusSearchCriteria(_, context),
4863
+ SearchFilter: (_) => (0, import_smithy_client._json)(_)
4864
+ })
4865
+ );
4866
+ b.m("POST").h(headers).b(body);
4867
+ return b.build();
4868
+ }, "se_SearchAgentStatusesCommand");
4816
4869
  var se_SearchAvailablePhoneNumbersCommand = /* @__PURE__ */ __name(async (input, context) => {
4817
4870
  const b = (0, import_core.requestBuilder)(input, context);
4818
4871
  const headers = {
@@ -5043,6 +5096,25 @@ var se_SearchSecurityProfilesCommand = /* @__PURE__ */ __name(async (input, cont
5043
5096
  b.m("POST").h(headers).b(body);
5044
5097
  return b.build();
5045
5098
  }, "se_SearchSecurityProfilesCommand");
5099
+ var se_SearchUserHierarchyGroupsCommand = /* @__PURE__ */ __name(async (input, context) => {
5100
+ const b = (0, import_core.requestBuilder)(input, context);
5101
+ const headers = {
5102
+ "content-type": "application/json"
5103
+ };
5104
+ b.bp("/search-user-hierarchy-groups");
5105
+ let body;
5106
+ body = JSON.stringify(
5107
+ (0, import_smithy_client.take)(input, {
5108
+ InstanceId: [],
5109
+ MaxResults: [],
5110
+ NextToken: [],
5111
+ SearchCriteria: (_) => se_UserHierarchyGroupSearchCriteria(_, context),
5112
+ SearchFilter: (_) => (0, import_smithy_client._json)(_)
5113
+ })
5114
+ );
5115
+ b.m("POST").h(headers).b(body);
5116
+ return b.build();
5117
+ }, "se_SearchUserHierarchyGroupsCommand");
5046
5118
  var se_SearchUsersCommand = /* @__PURE__ */ __name(async (input, context) => {
5047
5119
  const b = (0, import_core.requestBuilder)(input, context);
5048
5120
  const headers = {
@@ -8644,6 +8716,22 @@ var de_ResumeContactRecordingCommand = /* @__PURE__ */ __name(async (output, con
8644
8716
  await (0, import_smithy_client.collectBody)(output.body, context);
8645
8717
  return contents;
8646
8718
  }, "de_ResumeContactRecordingCommand");
8719
+ var de_SearchAgentStatusesCommand = /* @__PURE__ */ __name(async (output, context) => {
8720
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
8721
+ return de_CommandError(output, context);
8722
+ }
8723
+ const contents = (0, import_smithy_client.map)({
8724
+ $metadata: deserializeMetadata(output)
8725
+ });
8726
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
8727
+ const doc = (0, import_smithy_client.take)(data, {
8728
+ AgentStatuses: (_) => de_AgentStatusList(_, context),
8729
+ ApproximateTotalCount: import_smithy_client.expectLong,
8730
+ NextToken: import_smithy_client.expectString
8731
+ });
8732
+ Object.assign(contents, doc);
8733
+ return contents;
8734
+ }, "de_SearchAgentStatusesCommand");
8647
8735
  var de_SearchAvailablePhoneNumbersCommand = /* @__PURE__ */ __name(async (output, context) => {
8648
8736
  if (output.statusCode !== 200 && output.statusCode >= 300) {
8649
8737
  return de_CommandError(output, context);
@@ -8834,6 +8922,22 @@ var de_SearchSecurityProfilesCommand = /* @__PURE__ */ __name(async (output, con
8834
8922
  Object.assign(contents, doc);
8835
8923
  return contents;
8836
8924
  }, "de_SearchSecurityProfilesCommand");
8925
+ var de_SearchUserHierarchyGroupsCommand = /* @__PURE__ */ __name(async (output, context) => {
8926
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
8927
+ return de_CommandError(output, context);
8928
+ }
8929
+ const contents = (0, import_smithy_client.map)({
8930
+ $metadata: deserializeMetadata(output)
8931
+ });
8932
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
8933
+ const doc = (0, import_smithy_client.take)(data, {
8934
+ ApproximateTotalCount: import_smithy_client.expectLong,
8935
+ NextToken: import_smithy_client.expectString,
8936
+ UserHierarchyGroups: (_) => de_UserHierarchyGroupList(_, context)
8937
+ });
8938
+ Object.assign(contents, doc);
8939
+ return contents;
8940
+ }, "de_SearchUserHierarchyGroupsCommand");
8837
8941
  var de_SearchUsersCommand = /* @__PURE__ */ __name(async (output, context) => {
8838
8942
  if (output.statusCode !== 200 && output.statusCode >= 300) {
8839
8943
  return de_CommandError(output, context);
@@ -10041,6 +10145,18 @@ var de_UserNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, co
10041
10145
  });
10042
10146
  return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
10043
10147
  }, "de_UserNotFoundExceptionRes");
10148
+ var se_AgentStatusSearchConditionList = /* @__PURE__ */ __name((input, context) => {
10149
+ return input.filter((e) => e != null).map((entry) => {
10150
+ return se_AgentStatusSearchCriteria(entry, context);
10151
+ });
10152
+ }, "se_AgentStatusSearchConditionList");
10153
+ var se_AgentStatusSearchCriteria = /* @__PURE__ */ __name((input, context) => {
10154
+ return (0, import_smithy_client.take)(input, {
10155
+ AndConditions: (_) => se_AgentStatusSearchConditionList(_, context),
10156
+ OrConditions: (_) => se_AgentStatusSearchConditionList(_, context),
10157
+ StringCondition: import_smithy_client._json
10158
+ });
10159
+ }, "se_AgentStatusSearchCriteria");
10044
10160
  var se_ContactFlowModuleSearchConditionList = /* @__PURE__ */ __name((input, context) => {
10045
10161
  return input.filter((e) => e != null).map((entry) => {
10046
10162
  return se_ContactFlowModuleSearchCriteria(entry, context);
@@ -10304,6 +10420,18 @@ var se_UpdateCaseActionDefinition = /* @__PURE__ */ __name((input, context) => {
10304
10420
  Fields: (_) => se_FieldValues(_, context)
10305
10421
  });
10306
10422
  }, "se_UpdateCaseActionDefinition");
10423
+ var se_UserHierarchyGroupSearchConditionList = /* @__PURE__ */ __name((input, context) => {
10424
+ return input.filter((e) => e != null).map((entry) => {
10425
+ return se_UserHierarchyGroupSearchCriteria(entry, context);
10426
+ });
10427
+ }, "se_UserHierarchyGroupSearchConditionList");
10428
+ var se_UserHierarchyGroupSearchCriteria = /* @__PURE__ */ __name((input, context) => {
10429
+ return (0, import_smithy_client.take)(input, {
10430
+ AndConditions: (_) => se_UserHierarchyGroupSearchConditionList(_, context),
10431
+ OrConditions: (_) => se_UserHierarchyGroupSearchConditionList(_, context),
10432
+ StringCondition: import_smithy_client._json
10433
+ });
10434
+ }, "se_UserHierarchyGroupSearchCriteria");
10307
10435
  var se_UserProficiency = /* @__PURE__ */ __name((input, context) => {
10308
10436
  return (0, import_smithy_client.take)(input, {
10309
10437
  AttributeName: [],
@@ -10325,6 +10453,7 @@ var se_UserSearchCriteria = /* @__PURE__ */ __name((input, context) => {
10325
10453
  return (0, import_smithy_client.take)(input, {
10326
10454
  AndConditions: (_) => se_UserSearchConditionList(_, context),
10327
10455
  HierarchyGroupCondition: import_smithy_client._json,
10456
+ ListCondition: import_smithy_client._json,
10328
10457
  OrConditions: (_) => se_UserSearchConditionList(_, context),
10329
10458
  StringCondition: import_smithy_client._json
10330
10459
  });
@@ -10375,6 +10504,12 @@ var de_AgentStatus = /* @__PURE__ */ __name((output, context) => {
10375
10504
  Type: import_smithy_client.expectString
10376
10505
  });
10377
10506
  }, "de_AgentStatus");
10507
+ var de_AgentStatusList = /* @__PURE__ */ __name((output, context) => {
10508
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
10509
+ return de_AgentStatus(entry, context);
10510
+ });
10511
+ return retVal;
10512
+ }, "de_AgentStatusList");
10378
10513
  var de_AgentStatusReference = /* @__PURE__ */ __name((output, context) => {
10379
10514
  return (0, import_smithy_client.take)(output, {
10380
10515
  StatusArn: import_smithy_client.expectString,
@@ -11152,6 +11287,11 @@ var de_RealtimeContactAnalysisSegment = /* @__PURE__ */ __name((output, context)
11152
11287
  Issues: (0, import_smithy_client._json)(output.Issues)
11153
11288
  };
11154
11289
  }
11290
+ if (output.PostContactSummary != null) {
11291
+ return {
11292
+ PostContactSummary: (0, import_smithy_client._json)(output.PostContactSummary)
11293
+ };
11294
+ }
11155
11295
  if (output.Transcript != null) {
11156
11296
  return {
11157
11297
  Transcript: de_RealTimeContactAnalysisSegmentTranscript(output.Transcript, context)
@@ -11437,6 +11577,12 @@ var de_UserDataList = /* @__PURE__ */ __name((output, context) => {
11437
11577
  });
11438
11578
  return retVal;
11439
11579
  }, "de_UserDataList");
11580
+ var de_UserHierarchyGroupList = /* @__PURE__ */ __name((output, context) => {
11581
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
11582
+ return de_HierarchyGroup(entry, context);
11583
+ });
11584
+ return retVal;
11585
+ }, "de_UserHierarchyGroupList");
11440
11586
  var de_UserProficiency = /* @__PURE__ */ __name((output, context) => {
11441
11587
  return (0, import_smithy_client.take)(output, {
11442
11588
  AttributeName: import_smithy_client.expectString,
@@ -14346,6 +14492,22 @@ var _ResumeContactRecordingCommand = class _ResumeContactRecordingCommand extend
14346
14492
  __name(_ResumeContactRecordingCommand, "ResumeContactRecordingCommand");
14347
14493
  var ResumeContactRecordingCommand = _ResumeContactRecordingCommand;
14348
14494
 
14495
+ // src/commands/SearchAgentStatusesCommand.ts
14496
+
14497
+
14498
+
14499
+ var _SearchAgentStatusesCommand = class _SearchAgentStatusesCommand extends import_smithy_client.Command.classBuilder().ep({
14500
+ ...commonParams
14501
+ }).m(function(Command, cs, config, o) {
14502
+ return [
14503
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14504
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
14505
+ ];
14506
+ }).s("AmazonConnectService", "SearchAgentStatuses", {}).n("ConnectClient", "SearchAgentStatusesCommand").f(void 0, void 0).ser(se_SearchAgentStatusesCommand).de(de_SearchAgentStatusesCommand).build() {
14507
+ };
14508
+ __name(_SearchAgentStatusesCommand, "SearchAgentStatusesCommand");
14509
+ var SearchAgentStatusesCommand = _SearchAgentStatusesCommand;
14510
+
14349
14511
  // src/commands/SearchAvailablePhoneNumbersCommand.ts
14350
14512
 
14351
14513
 
@@ -14538,6 +14700,22 @@ var _SearchSecurityProfilesCommand = class _SearchSecurityProfilesCommand extend
14538
14700
  __name(_SearchSecurityProfilesCommand, "SearchSecurityProfilesCommand");
14539
14701
  var SearchSecurityProfilesCommand = _SearchSecurityProfilesCommand;
14540
14702
 
14703
+ // src/commands/SearchUserHierarchyGroupsCommand.ts
14704
+
14705
+
14706
+
14707
+ var _SearchUserHierarchyGroupsCommand = class _SearchUserHierarchyGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
14708
+ ...commonParams
14709
+ }).m(function(Command, cs, config, o) {
14710
+ return [
14711
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14712
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
14713
+ ];
14714
+ }).s("AmazonConnectService", "SearchUserHierarchyGroups", {}).n("ConnectClient", "SearchUserHierarchyGroupsCommand").f(void 0, void 0).ser(se_SearchUserHierarchyGroupsCommand).de(de_SearchUserHierarchyGroupsCommand).build() {
14715
+ };
14716
+ __name(_SearchUserHierarchyGroupsCommand, "SearchUserHierarchyGroupsCommand");
14717
+ var SearchUserHierarchyGroupsCommand = _SearchUserHierarchyGroupsCommand;
14718
+
14541
14719
  // src/commands/SearchUsersCommand.ts
14542
14720
 
14543
14721
 
@@ -15801,6 +15979,7 @@ var commands = {
15801
15979
  ReplicateInstanceCommand,
15802
15980
  ResumeContactCommand,
15803
15981
  ResumeContactRecordingCommand,
15982
+ SearchAgentStatusesCommand,
15804
15983
  SearchAvailablePhoneNumbersCommand,
15805
15984
  SearchContactFlowModulesCommand,
15806
15985
  SearchContactFlowsCommand,
@@ -15813,6 +15992,7 @@ var commands = {
15813
15992
  SearchResourceTagsCommand,
15814
15993
  SearchRoutingProfilesCommand,
15815
15994
  SearchSecurityProfilesCommand,
15995
+ SearchUserHierarchyGroupsCommand,
15816
15996
  SearchUsersCommand,
15817
15997
  SearchVocabulariesCommand,
15818
15998
  SendChatIntegrationEventCommand,
@@ -16076,6 +16256,10 @@ var paginateListViewVersions = (0, import_core.createPaginator)(ConnectClient, L
16076
16256
 
16077
16257
  var paginateListViews = (0, import_core.createPaginator)(ConnectClient, ListViewsCommand, "NextToken", "NextToken", "MaxResults");
16078
16258
 
16259
+ // src/pagination/SearchAgentStatusesPaginator.ts
16260
+
16261
+ var paginateSearchAgentStatuses = (0, import_core.createPaginator)(ConnectClient, SearchAgentStatusesCommand, "NextToken", "NextToken", "MaxResults");
16262
+
16079
16263
  // src/pagination/SearchAvailablePhoneNumbersPaginator.ts
16080
16264
 
16081
16265
  var paginateSearchAvailablePhoneNumbers = (0, import_core.createPaginator)(ConnectClient, SearchAvailablePhoneNumbersCommand, "NextToken", "NextToken", "MaxResults");
@@ -16124,6 +16308,10 @@ var paginateSearchRoutingProfiles = (0, import_core.createPaginator)(ConnectClie
16124
16308
 
16125
16309
  var paginateSearchSecurityProfiles = (0, import_core.createPaginator)(ConnectClient, SearchSecurityProfilesCommand, "NextToken", "NextToken", "MaxResults");
16126
16310
 
16311
+ // src/pagination/SearchUserHierarchyGroupsPaginator.ts
16312
+
16313
+ var paginateSearchUserHierarchyGroups = (0, import_core.createPaginator)(ConnectClient, SearchUserHierarchyGroupsCommand, "NextToken", "NextToken", "MaxResults");
16314
+
16127
16315
  // src/pagination/SearchUsersPaginator.ts
16128
16316
 
16129
16317
  var paginateSearchUsers = (0, import_core.createPaginator)(ConnectClient, SearchUsersCommand, "NextToken", "NextToken", "MaxResults");
@@ -16312,6 +16500,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
16312
16500
  ReplicateInstanceCommand,
16313
16501
  ResumeContactCommand,
16314
16502
  ResumeContactRecordingCommand,
16503
+ SearchAgentStatusesCommand,
16315
16504
  SearchAvailablePhoneNumbersCommand,
16316
16505
  SearchContactFlowModulesCommand,
16317
16506
  SearchContactFlowsCommand,
@@ -16324,6 +16513,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
16324
16513
  SearchResourceTagsCommand,
16325
16514
  SearchRoutingProfilesCommand,
16326
16515
  SearchSecurityProfilesCommand,
16516
+ SearchUserHierarchyGroupsCommand,
16327
16517
  SearchUsersCommand,
16328
16518
  SearchVocabulariesCommand,
16329
16519
  SendChatIntegrationEventCommand,
@@ -16439,6 +16629,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
16439
16629
  paginateListUsers,
16440
16630
  paginateListViewVersions,
16441
16631
  paginateListViews,
16632
+ paginateSearchAgentStatuses,
16442
16633
  paginateSearchAvailablePhoneNumbers,
16443
16634
  paginateSearchContactFlowModules,
16444
16635
  paginateSearchContactFlows,
@@ -16451,6 +16642,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
16451
16642
  paginateSearchResourceTags,
16452
16643
  paginateSearchRoutingProfiles,
16453
16644
  paginateSearchSecurityProfiles,
16645
+ paginateSearchUserHierarchyGroups,
16454
16646
  paginateSearchUsers,
16455
16647
  paginateSearchVocabularies,
16456
16648
  AccessDeniedException,
@@ -16467,6 +16659,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
16467
16659
  VideoCapability,
16468
16660
  AgentStatusState,
16469
16661
  AgentStatusType,
16662
+ StringComparisonType,
16470
16663
  MonitorCapability,
16471
16664
  AttachedFileInvalidRequestExceptionReason,
16472
16665
  InvalidRequestExceptionReason,
@@ -16527,8 +16720,6 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
16527
16720
  TooManyRequestsException,
16528
16721
  VocabularyState,
16529
16722
  AnsweringMachineDetectionStatus,
16530
- RoutingCriteriaStepStatus,
16531
- EvaluationAnswerData,
16532
16723
  CreateInstanceRequestFilterSensitiveLog,
16533
16724
  UserIdentityInfoFilterSensitiveLog,
16534
16725
  CreateUserRequestFilterSensitiveLog,
@@ -16538,6 +16729,8 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
16538
16729
  ViewFilterSensitiveLog,
16539
16730
  CreateViewResponseFilterSensitiveLog,
16540
16731
  CreateViewVersionResponseFilterSensitiveLog,
16732
+ RoutingCriteriaStepStatus,
16733
+ EvaluationAnswerData,
16541
16734
  EvaluationStatus,
16542
16735
  ContactFlowNotPublishedException,
16543
16736
  ContactFlowState,
@@ -16569,6 +16762,8 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
16569
16762
  RealTimeContactAnalysisSupportedChannel,
16570
16763
  ArtifactStatus,
16571
16764
  RealTimeContactAnalysisTimeData,
16765
+ RealTimeContactAnalysisPostContactSummaryFailureCode,
16766
+ RealTimeContactAnalysisPostContactSummaryStatus,
16572
16767
  RealTimeContactAnalysisSentimentLabel,
16573
16768
  RealtimeContactAnalysisSegment,
16574
16769
  RealTimeContactAnalysisStatus,
@@ -16583,13 +16778,14 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
16583
16778
  InstanceSummaryFilterSensitiveLog,
16584
16779
  ListInstancesResponseFilterSensitiveLog,
16585
16780
  ConflictException,
16586
- StringComparisonType,
16587
16781
  SearchContactsMatchType,
16588
16782
  SortableFieldName,
16589
16783
  SearchContactsTimeRangeType,
16590
16784
  SearchableQueueType,
16591
16785
  MaximumResultReturnedException,
16592
16786
  HierarchyGroupMatchType,
16787
+ NumberComparisonType,
16788
+ TargetListType,
16593
16789
  ChatEventType,
16594
16790
  VoiceRecordingTrack,
16595
16791
  DestinationNotAllowedException,
@@ -172,6 +172,7 @@ import { ReleasePhoneNumberCommand, } from "./commands/ReleasePhoneNumberCommand
172
172
  import { ReplicateInstanceCommand, } from "./commands/ReplicateInstanceCommand";
173
173
  import { ResumeContactCommand, } from "./commands/ResumeContactCommand";
174
174
  import { ResumeContactRecordingCommand, } from "./commands/ResumeContactRecordingCommand";
175
+ import { SearchAgentStatusesCommand, } from "./commands/SearchAgentStatusesCommand";
175
176
  import { SearchAvailablePhoneNumbersCommand, } from "./commands/SearchAvailablePhoneNumbersCommand";
176
177
  import { SearchContactFlowModulesCommand, } from "./commands/SearchContactFlowModulesCommand";
177
178
  import { SearchContactFlowsCommand, } from "./commands/SearchContactFlowsCommand";
@@ -184,6 +185,7 @@ import { SearchQuickConnectsCommand, } from "./commands/SearchQuickConnectsComma
184
185
  import { SearchResourceTagsCommand, } from "./commands/SearchResourceTagsCommand";
185
186
  import { SearchRoutingProfilesCommand, } from "./commands/SearchRoutingProfilesCommand";
186
187
  import { SearchSecurityProfilesCommand, } from "./commands/SearchSecurityProfilesCommand";
188
+ import { SearchUserHierarchyGroupsCommand, } from "./commands/SearchUserHierarchyGroupsCommand";
187
189
  import { SearchUsersCommand } from "./commands/SearchUsersCommand";
188
190
  import { SearchVocabulariesCommand, } from "./commands/SearchVocabulariesCommand";
189
191
  import { SendChatIntegrationEventCommand, } from "./commands/SendChatIntegrationEventCommand";
@@ -427,6 +429,7 @@ const commands = {
427
429
  ReplicateInstanceCommand,
428
430
  ResumeContactCommand,
429
431
  ResumeContactRecordingCommand,
432
+ SearchAgentStatusesCommand,
430
433
  SearchAvailablePhoneNumbersCommand,
431
434
  SearchContactFlowModulesCommand,
432
435
  SearchContactFlowsCommand,
@@ -439,6 +442,7 @@ const commands = {
439
442
  SearchResourceTagsCommand,
440
443
  SearchRoutingProfilesCommand,
441
444
  SearchSecurityProfilesCommand,
445
+ SearchUserHierarchyGroupsCommand,
442
446
  SearchUsersCommand,
443
447
  SearchVocabulariesCommand,
444
448
  SendChatIntegrationEventCommand,
@@ -19,19 +19,19 @@ export class ConnectClient extends __Client {
19
19
  const _config_1 = resolveClientEndpointParameters(_config_0);
20
20
  const _config_2 = resolveRegionConfig(_config_1);
21
21
  const _config_3 = resolveEndpointConfig(_config_2);
22
- const _config_4 = resolveRetryConfig(_config_3);
23
- const _config_5 = resolveHostHeaderConfig(_config_4);
24
- const _config_6 = resolveUserAgentConfig(_config_5);
22
+ const _config_4 = resolveHostHeaderConfig(_config_3);
23
+ const _config_5 = resolveUserAgentConfig(_config_4);
24
+ const _config_6 = resolveRetryConfig(_config_5);
25
25
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
26
26
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
27
27
  super(_config_8);
28
28
  this.config = _config_8;
29
- this.middlewareStack.use(getRetryPlugin(this.config));
30
- this.middlewareStack.use(getContentLengthPlugin(this.config));
31
29
  this.middlewareStack.use(getHostHeaderPlugin(this.config));
32
30
  this.middlewareStack.use(getLoggerPlugin(this.config));
33
31
  this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
34
32
  this.middlewareStack.use(getUserAgentPlugin(this.config));
33
+ this.middlewareStack.use(getRetryPlugin(this.config));
34
+ this.middlewareStack.use(getContentLengthPlugin(this.config));
35
35
  this.middlewareStack.use(getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {
36
36
  httpAuthSchemeParametersProvider: this.getDefaultHttpAuthSchemeParametersProvider(),
37
37
  identityProviderConfigProvider: this.getIdentityProviderConfigProvider(),
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_SearchAgentStatusesCommand, se_SearchAgentStatusesCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class SearchAgentStatusesCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AmazonConnectService", "SearchAgentStatuses", {})
19
+ .n("ConnectClient", "SearchAgentStatusesCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_SearchAgentStatusesCommand)
22
+ .de(de_SearchAgentStatusesCommand)
23
+ .build() {
24
+ }