@aws-sdk/client-connect 3.299.0 → 3.300.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 (176) hide show
  1. package/dist-cjs/protocols/Aws_restJson1.js +1 -0
  2. package/dist-es/protocols/Aws_restJson1.js +1 -0
  3. package/dist-types/Connect.d.ts +2 -3
  4. package/dist-types/commands/AssociateApprovedOriginCommand.d.ts +4 -0
  5. package/dist-types/commands/AssociateBotCommand.d.ts +10 -0
  6. package/dist-types/commands/AssociateDefaultVocabularyCommand.d.ts +5 -0
  7. package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +30 -0
  8. package/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +4 -0
  9. package/dist-types/commands/AssociateLexBotCommand.d.ts +7 -0
  10. package/dist-types/commands/AssociatePhoneNumberContactFlowCommand.d.ts +5 -0
  11. package/dist-types/commands/AssociateQueueQuickConnectsCommand.d.ts +7 -0
  12. package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +14 -0
  13. package/dist-types/commands/AssociateSecurityKeyCommand.d.ts +4 -0
  14. package/dist-types/commands/ClaimPhoneNumberCommand.d.ts +9 -0
  15. package/dist-types/commands/CreateAgentStatusCommand.d.ts +10 -0
  16. package/dist-types/commands/CreateContactFlowCommand.d.ts +10 -0
  17. package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +10 -0
  18. package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +22 -0
  19. package/dist-types/commands/CreateInstanceCommand.d.ts +8 -0
  20. package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +11 -0
  21. package/dist-types/commands/CreateQueueCommand.d.ts +18 -0
  22. package/dist-types/commands/CreateQuickConnectCommand.d.ts +22 -0
  23. package/dist-types/commands/CreateRoutingProfileCommand.d.ts +25 -0
  24. package/dist-types/commands/CreateRuleCommand.d.ts +45 -0
  25. package/dist-types/commands/CreateSecurityProfileCommand.d.ts +17 -0
  26. package/dist-types/commands/CreateTaskTemplateCommand.d.ts +53 -0
  27. package/dist-types/commands/CreateTrafficDistributionGroupCommand.d.ts +9 -0
  28. package/dist-types/commands/CreateUseCaseCommand.d.ts +8 -0
  29. package/dist-types/commands/CreateUserCommand.d.ts +27 -0
  30. package/dist-types/commands/CreateUserHierarchyGroupCommand.d.ts +8 -0
  31. package/dist-types/commands/CreateVocabularyCommand.d.ts +10 -0
  32. package/dist-types/commands/DeleteContactFlowCommand.d.ts +4 -0
  33. package/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +4 -0
  34. package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +4 -0
  35. package/dist-types/commands/DeleteInstanceCommand.d.ts +3 -0
  36. package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +4 -0
  37. package/dist-types/commands/DeleteQuickConnectCommand.d.ts +4 -0
  38. package/dist-types/commands/DeleteRuleCommand.d.ts +4 -0
  39. package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +4 -0
  40. package/dist-types/commands/DeleteTaskTemplateCommand.d.ts +4 -0
  41. package/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +3 -0
  42. package/dist-types/commands/DeleteUseCaseCommand.d.ts +5 -0
  43. package/dist-types/commands/DeleteUserCommand.d.ts +4 -0
  44. package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +4 -0
  45. package/dist-types/commands/DeleteVocabularyCommand.d.ts +4 -0
  46. package/dist-types/commands/DescribeAgentStatusCommand.d.ts +4 -0
  47. package/dist-types/commands/DescribeContactCommand.d.ts +4 -0
  48. package/dist-types/commands/DescribeContactFlowCommand.d.ts +4 -0
  49. package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +4 -0
  50. package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +4 -0
  51. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +4 -0
  52. package/dist-types/commands/DescribeInstanceCommand.d.ts +3 -0
  53. package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +5 -0
  54. package/dist-types/commands/DescribePhoneNumberCommand.d.ts +3 -0
  55. package/dist-types/commands/DescribeQueueCommand.d.ts +4 -0
  56. package/dist-types/commands/DescribeQuickConnectCommand.d.ts +4 -0
  57. package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +4 -0
  58. package/dist-types/commands/DescribeRuleCommand.d.ts +4 -0
  59. package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +4 -0
  60. package/dist-types/commands/DescribeTrafficDistributionGroupCommand.d.ts +3 -0
  61. package/dist-types/commands/DescribeUserCommand.d.ts +4 -0
  62. package/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +4 -0
  63. package/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +3 -0
  64. package/dist-types/commands/DescribeVocabularyCommand.d.ts +4 -0
  65. package/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +4 -0
  66. package/dist-types/commands/DisassociateBotCommand.d.ts +10 -0
  67. package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +5 -0
  68. package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +4 -0
  69. package/dist-types/commands/DisassociateLexBotCommand.d.ts +5 -0
  70. package/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +4 -0
  71. package/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +7 -0
  72. package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +10 -0
  73. package/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +4 -0
  74. package/dist-types/commands/DismissUserContactCommand.d.ts +5 -0
  75. package/dist-types/commands/GetContactAttributesCommand.d.ts +4 -0
  76. package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +31 -0
  77. package/dist-types/commands/GetCurrentUserDataCommand.d.ts +24 -0
  78. package/dist-types/commands/GetFederationTokenCommand.d.ts +3 -0
  79. package/dist-types/commands/GetMetricDataCommand.d.ts +32 -0
  80. package/dist-types/commands/GetMetricDataV2Command.d.ts +39 -3
  81. package/dist-types/commands/GetTaskTemplateCommand.d.ts +5 -0
  82. package/dist-types/commands/GetTrafficDistributionCommand.d.ts +3 -0
  83. package/dist-types/commands/ListAgentStatusesCommand.d.ts +8 -0
  84. package/dist-types/commands/ListApprovedOriginsCommand.d.ts +5 -0
  85. package/dist-types/commands/ListBotsCommand.d.ts +6 -0
  86. package/dist-types/commands/ListContactFlowModulesCommand.d.ts +6 -0
  87. package/dist-types/commands/ListContactFlowsCommand.d.ts +8 -0
  88. package/dist-types/commands/ListContactReferencesCommand.d.ts +8 -0
  89. package/dist-types/commands/ListDefaultVocabulariesCommand.d.ts +6 -0
  90. package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +5 -0
  91. package/dist-types/commands/ListInstanceAttributesCommand.d.ts +5 -0
  92. package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +6 -0
  93. package/dist-types/commands/ListInstancesCommand.d.ts +4 -0
  94. package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +6 -0
  95. package/dist-types/commands/ListLambdaFunctionsCommand.d.ts +5 -0
  96. package/dist-types/commands/ListLexBotsCommand.d.ts +5 -0
  97. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +11 -0
  98. package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +12 -0
  99. package/dist-types/commands/ListPromptsCommand.d.ts +5 -0
  100. package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +6 -0
  101. package/dist-types/commands/ListQueuesCommand.d.ts +8 -0
  102. package/dist-types/commands/ListQuickConnectsCommand.d.ts +8 -0
  103. package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +6 -0
  104. package/dist-types/commands/ListRoutingProfilesCommand.d.ts +5 -0
  105. package/dist-types/commands/ListRulesCommand.d.ts +7 -0
  106. package/dist-types/commands/ListSecurityKeysCommand.d.ts +5 -0
  107. package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +6 -0
  108. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +5 -0
  109. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
  110. package/dist-types/commands/ListTaskTemplatesCommand.d.ts +7 -0
  111. package/dist-types/commands/ListTrafficDistributionGroupsCommand.d.ts +5 -0
  112. package/dist-types/commands/ListUseCasesCommand.d.ts +6 -0
  113. package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +5 -0
  114. package/dist-types/commands/ListUsersCommand.d.ts +5 -0
  115. package/dist-types/commands/MonitorContactCommand.d.ts +9 -0
  116. package/dist-types/commands/PutUserStatusCommand.d.ts +5 -0
  117. package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +4 -0
  118. package/dist-types/commands/ReplicateInstanceCommand.d.ts +6 -0
  119. package/dist-types/commands/ResumeContactRecordingCommand.d.ts +5 -0
  120. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +8 -0
  121. package/dist-types/commands/SearchQueuesCommand.d.ts +59 -0
  122. package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +56 -0
  123. package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +56 -0
  124. package/dist-types/commands/SearchUsersCommand.d.ts +65 -0
  125. package/dist-types/commands/SearchVocabulariesCommand.d.ts +8 -0
  126. package/dist-types/commands/StartChatContactCommand.d.ts +24 -0
  127. package/dist-types/commands/StartContactRecordingCommand.d.ts +8 -0
  128. package/dist-types/commands/StartContactStreamingCommand.d.ts +8 -0
  129. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +17 -0
  130. package/dist-types/commands/StartTaskContactCommand.d.ts +21 -0
  131. package/dist-types/commands/StopContactCommand.d.ts +4 -0
  132. package/dist-types/commands/StopContactRecordingCommand.d.ts +5 -0
  133. package/dist-types/commands/StopContactStreamingCommand.d.ts +5 -0
  134. package/dist-types/commands/SuspendContactRecordingCommand.d.ts +5 -0
  135. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  136. package/dist-types/commands/TransferContactCommand.d.ts +8 -0
  137. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  138. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +9 -0
  139. package/dist-types/commands/UpdateContactAttributesCommand.d.ts +7 -0
  140. package/dist-types/commands/UpdateContactCommand.d.ts +12 -0
  141. package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +5 -0
  142. package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +7 -0
  143. package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +5 -0
  144. package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +7 -0
  145. package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +6 -0
  146. package/dist-types/commands/UpdateContactScheduleCommand.d.ts +5 -0
  147. package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +20 -0
  148. package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +5 -0
  149. package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +31 -0
  150. package/dist-types/commands/UpdateParticipantRoleConfigCommand.d.ts +18 -0
  151. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +5 -0
  152. package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +5 -0
  153. package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +5 -0
  154. package/dist-types/commands/UpdateQueueNameCommand.d.ts +6 -0
  155. package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +9 -0
  156. package/dist-types/commands/UpdateQueueStatusCommand.d.ts +5 -0
  157. package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +18 -0
  158. package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +6 -0
  159. package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +10 -0
  160. package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +5 -0
  161. package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +6 -0
  162. package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +14 -0
  163. package/dist-types/commands/UpdateRuleCommand.d.ts +41 -0
  164. package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +14 -0
  165. package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +53 -0
  166. package/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +11 -0
  167. package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +5 -0
  168. package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +5 -0
  169. package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +20 -0
  170. package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +11 -0
  171. package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +10 -0
  172. package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +5 -0
  173. package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +7 -0
  174. package/dist-types/models/models_1.d.ts +22 -5
  175. package/dist-types/ts3.4/models/models_1.d.ts +1 -0
  176. package/package.json +8 -8
@@ -26,6 +26,11 @@ export interface ListTrafficDistributionGroupsCommandOutput extends ListTrafficD
26
26
  * import { ConnectClient, ListTrafficDistributionGroupsCommand } from "@aws-sdk/client-connect"; // ES Modules import
27
27
  * // const { ConnectClient, ListTrafficDistributionGroupsCommand } = require("@aws-sdk/client-connect"); // CommonJS import
28
28
  * const client = new ConnectClient(config);
29
+ * const input = {
30
+ * MaxResults: Number("int"),
31
+ * NextToken: "STRING_VALUE",
32
+ * InstanceId: "STRING_VALUE",
33
+ * };
29
34
  * const command = new ListTrafficDistributionGroupsCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,12 @@ export interface ListUseCasesCommandOutput extends ListUseCasesResponse, __Metad
26
26
  * import { ConnectClient, ListUseCasesCommand } from "@aws-sdk/client-connect"; // ES Modules import
27
27
  * // const { ConnectClient, ListUseCasesCommand } = require("@aws-sdk/client-connect"); // CommonJS import
28
28
  * const client = new ConnectClient(config);
29
+ * const input = {
30
+ * InstanceId: "STRING_VALUE", // required
31
+ * IntegrationAssociationId: "STRING_VALUE", // required
32
+ * NextToken: "STRING_VALUE",
33
+ * MaxResults: Number("int"),
34
+ * };
29
35
  * const command = new ListUseCasesCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -29,6 +29,11 @@ export interface ListUserHierarchyGroupsCommandOutput extends ListUserHierarchyG
29
29
  * import { ConnectClient, ListUserHierarchyGroupsCommand } from "@aws-sdk/client-connect"; // ES Modules import
30
30
  * // const { ConnectClient, ListUserHierarchyGroupsCommand } = require("@aws-sdk/client-connect"); // CommonJS import
31
31
  * const client = new ConnectClient(config);
32
+ * const input = {
33
+ * InstanceId: "STRING_VALUE", // required
34
+ * NextToken: "STRING_VALUE",
35
+ * MaxResults: Number("int"),
36
+ * };
32
37
  * const command = new ListUserHierarchyGroupsCommand(input);
33
38
  * const response = await client.send(command);
34
39
  * ```
@@ -27,6 +27,11 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
27
27
  * import { ConnectClient, ListUsersCommand } from "@aws-sdk/client-connect"; // ES Modules import
28
28
  * // const { ConnectClient, ListUsersCommand } = require("@aws-sdk/client-connect"); // CommonJS import
29
29
  * const client = new ConnectClient(config);
30
+ * const input = {
31
+ * InstanceId: "STRING_VALUE", // required
32
+ * NextToken: "STRING_VALUE",
33
+ * MaxResults: Number("int"),
34
+ * };
30
35
  * const command = new ListUsersCommand(input);
31
36
  * const response = await client.send(command);
32
37
  * ```
@@ -28,6 +28,15 @@ export interface MonitorContactCommandOutput extends MonitorContactResponse, __M
28
28
  * import { ConnectClient, MonitorContactCommand } from "@aws-sdk/client-connect"; // ES Modules import
29
29
  * // const { ConnectClient, MonitorContactCommand } = require("@aws-sdk/client-connect"); // CommonJS import
30
30
  * const client = new ConnectClient(config);
31
+ * const input = {
32
+ * InstanceId: "STRING_VALUE", // required
33
+ * ContactId: "STRING_VALUE", // required
34
+ * UserId: "STRING_VALUE", // required
35
+ * AllowedMonitorCapabilities: [
36
+ * "SILENT_MONITOR" || "BARGE",
37
+ * ],
38
+ * ClientToken: "STRING_VALUE",
39
+ * };
31
40
  * const command = new MonitorContactCommand(input);
32
41
  * const response = await client.send(command);
33
42
  * ```
@@ -29,6 +29,11 @@ export interface PutUserStatusCommandOutput extends PutUserStatusResponse, __Met
29
29
  * import { ConnectClient, PutUserStatusCommand } from "@aws-sdk/client-connect"; // ES Modules import
30
30
  * // const { ConnectClient, PutUserStatusCommand } = require("@aws-sdk/client-connect"); // CommonJS import
31
31
  * const client = new ConnectClient(config);
32
+ * const input = {
33
+ * UserId: "STRING_VALUE", // required
34
+ * InstanceId: "STRING_VALUE", // required
35
+ * AgentStatusId: "STRING_VALUE", // required
36
+ * };
32
37
  * const command = new PutUserStatusCommand(input);
33
38
  * const response = await client.send(command);
34
39
  * ```
@@ -34,6 +34,10 @@ export interface ReleasePhoneNumberCommandOutput extends __MetadataBearer {
34
34
  * import { ConnectClient, ReleasePhoneNumberCommand } from "@aws-sdk/client-connect"; // ES Modules import
35
35
  * // const { ConnectClient, ReleasePhoneNumberCommand } = require("@aws-sdk/client-connect"); // CommonJS import
36
36
  * const client = new ConnectClient(config);
37
+ * const input = {
38
+ * PhoneNumberId: "STRING_VALUE", // required
39
+ * ClientToken: "STRING_VALUE",
40
+ * };
37
41
  * const command = new ReleasePhoneNumberCommand(input);
38
42
  * const response = await client.send(command);
39
43
  * ```
@@ -29,6 +29,12 @@ export interface ReplicateInstanceCommandOutput extends ReplicateInstanceRespons
29
29
  * import { ConnectClient, ReplicateInstanceCommand } from "@aws-sdk/client-connect"; // ES Modules import
30
30
  * // const { ConnectClient, ReplicateInstanceCommand } = require("@aws-sdk/client-connect"); // CommonJS import
31
31
  * const client = new ConnectClient(config);
32
+ * const input = {
33
+ * InstanceId: "STRING_VALUE", // required
34
+ * ReplicaRegion: "STRING_VALUE", // required
35
+ * ClientToken: "STRING_VALUE",
36
+ * ReplicaAlias: "STRING_VALUE", // required
37
+ * };
32
38
  * const command = new ReplicateInstanceCommand(input);
33
39
  * const response = await client.send(command);
34
40
  * ```
@@ -28,6 +28,11 @@ export interface ResumeContactRecordingCommandOutput extends ResumeContactRecord
28
28
  * import { ConnectClient, ResumeContactRecordingCommand } from "@aws-sdk/client-connect"; // ES Modules import
29
29
  * // const { ConnectClient, ResumeContactRecordingCommand } = require("@aws-sdk/client-connect"); // CommonJS import
30
30
  * const client = new ConnectClient(config);
31
+ * const input = {
32
+ * InstanceId: "STRING_VALUE", // required
33
+ * ContactId: "STRING_VALUE", // required
34
+ * InitialContactId: "STRING_VALUE", // required
35
+ * };
31
36
  * const command = new ResumeContactRecordingCommand(input);
32
37
  * const response = await client.send(command);
33
38
  * ```
@@ -28,6 +28,14 @@ export interface SearchAvailablePhoneNumbersCommandOutput extends SearchAvailabl
28
28
  * import { ConnectClient, SearchAvailablePhoneNumbersCommand } from "@aws-sdk/client-connect"; // ES Modules import
29
29
  * // const { ConnectClient, SearchAvailablePhoneNumbersCommand } = require("@aws-sdk/client-connect"); // CommonJS import
30
30
  * const client = new ConnectClient(config);
31
+ * const input = {
32
+ * TargetArn: "STRING_VALUE", // required
33
+ * PhoneNumberCountryCode: "AF" || "AL" || "DZ" || "AS" || "AD" || "AO" || "AI" || "AQ" || "AG" || "AR" || "AM" || "AW" || "AU" || "AT" || "AZ" || "BS" || "BH" || "BD" || "BB" || "BY" || "BE" || "BZ" || "BJ" || "BM" || "BT" || "BO" || "BA" || "BW" || "BR" || "IO" || "VG" || "BN" || "BG" || "BF" || "BI" || "KH" || "CM" || "CA" || "CV" || "KY" || "CF" || "TD" || "CL" || "CN" || "CX" || "CC" || "CO" || "KM" || "CK" || "CR" || "HR" || "CU" || "CW" || "CY" || "CZ" || "CD" || "DK" || "DJ" || "DM" || "DO" || "TL" || "EC" || "EG" || "SV" || "GQ" || "ER" || "EE" || "ET" || "FK" || "FO" || "FJ" || "FI" || "FR" || "PF" || "GA" || "GM" || "GE" || "DE" || "GH" || "GI" || "GR" || "GL" || "GD" || "GU" || "GT" || "GG" || "GN" || "GW" || "GY" || "HT" || "HN" || "HK" || "HU" || "IS" || "IN" || "ID" || "IR" || "IQ" || "IE" || "IM" || "IL" || "IT" || "CI" || "JM" || "JP" || "JE" || "JO" || "KZ" || "KE" || "KI" || "KW" || "KG" || "LA" || "LV" || "LB" || "LS" || "LR" || "LY" || "LI" || "LT" || "LU" || "MO" || "MK" || "MG" || "MW" || "MY" || "MV" || "ML" || "MT" || "MH" || "MR" || "MU" || "YT" || "MX" || "FM" || "MD" || "MC" || "MN" || "ME" || "MS" || "MA" || "MZ" || "MM" || "NA" || "NR" || "NP" || "NL" || "AN" || "NC" || "NZ" || "NI" || "NE" || "NG" || "NU" || "KP" || "MP" || "NO" || "OM" || "PK" || "PW" || "PA" || "PG" || "PY" || "PE" || "PH" || "PN" || "PL" || "PT" || "PR" || "QA" || "CG" || "RE" || "RO" || "RU" || "RW" || "BL" || "SH" || "KN" || "LC" || "MF" || "PM" || "VC" || "WS" || "SM" || "ST" || "SA" || "SN" || "RS" || "SC" || "SL" || "SG" || "SX" || "SK" || "SI" || "SB" || "SO" || "ZA" || "KR" || "ES" || "LK" || "SD" || "SR" || "SJ" || "SZ" || "SE" || "CH" || "SY" || "TW" || "TJ" || "TZ" || "TH" || "TG" || "TK" || "TO" || "TT" || "TN" || "TR" || "TM" || "TC" || "TV" || "VI" || "UG" || "UA" || "AE" || "GB" || "US" || "UY" || "UZ" || "VU" || "VA" || "VE" || "VN" || "WF" || "EH" || "YE" || "ZM" || "ZW", // required
34
+ * PhoneNumberType: "TOLL_FREE" || "DID", // required
35
+ * PhoneNumberPrefix: "STRING_VALUE",
36
+ * MaxResults: Number("int"),
37
+ * NextToken: "STRING_VALUE",
38
+ * };
31
39
  * const command = new SearchAvailablePhoneNumbersCommand(input);
32
40
  * const response = await client.send(command);
33
41
  * ```
@@ -27,6 +27,65 @@ export interface SearchQueuesCommandOutput extends SearchQueuesResponse, __Metad
27
27
  * import { ConnectClient, SearchQueuesCommand } from "@aws-sdk/client-connect"; // ES Modules import
28
28
  * // const { ConnectClient, SearchQueuesCommand } = require("@aws-sdk/client-connect"); // CommonJS import
29
29
  * const client = new ConnectClient(config);
30
+ * const input = {
31
+ * InstanceId: "STRING_VALUE", // required
32
+ * NextToken: "STRING_VALUE",
33
+ * MaxResults: Number("int"),
34
+ * SearchFilter: {
35
+ * TagFilter: {
36
+ * OrConditions: [
37
+ * [
38
+ * {
39
+ * TagKey: "STRING_VALUE",
40
+ * TagValue: "STRING_VALUE",
41
+ * },
42
+ * ],
43
+ * ],
44
+ * AndConditions: [
45
+ * {
46
+ * TagKey: "STRING_VALUE",
47
+ * TagValue: "STRING_VALUE",
48
+ * },
49
+ * ],
50
+ * TagCondition: {
51
+ * TagKey: "<TagCondition>",
52
+ * TagValue: "<TagCondition>",
53
+ * },
54
+ * },
55
+ * },
56
+ * SearchCriteria: {
57
+ * OrConditions: [
58
+ * {
59
+ * OrConditions: [
60
+ * {
61
+ * OrConditions: "<QueueSearchCriteria>",
62
+ * AndConditions: [
63
+ * "<QueueSearchConditionList>",
64
+ * ],
65
+ * StringCondition: {
66
+ * FieldName: "STRING_VALUE",
67
+ * Value: "STRING_VALUE",
68
+ * ComparisonType: "STARTS_WITH" || "CONTAINS" || "EXACT",
69
+ * },
70
+ * QueueTypeCondition: "STANDARD",
71
+ * },
72
+ * ],
73
+ * AndConditions: [
74
+ * "<QueueSearchConditionList>",
75
+ * ],
76
+ * StringCondition: {
77
+ * FieldName: "STRING_VALUE",
78
+ * Value: "STRING_VALUE",
79
+ * ComparisonType: "STARTS_WITH" || "CONTAINS" || "EXACT",
80
+ * },
81
+ * QueueTypeCondition: "STANDARD",
82
+ * },
83
+ * ],
84
+ * AndConditions: "<QueueSearchCriteria>",
85
+ * StringCondition: "<QueueSearchCriteria>",
86
+ * QueueTypeCondition: "<QueueSearchCriteria>",
87
+ * },
88
+ * };
30
89
  * const command = new SearchQueuesCommand(input);
31
90
  * const response = await client.send(command);
32
91
  * ```
@@ -27,6 +27,62 @@ export interface SearchRoutingProfilesCommandOutput extends SearchRoutingProfile
27
27
  * import { ConnectClient, SearchRoutingProfilesCommand } from "@aws-sdk/client-connect"; // ES Modules import
28
28
  * // const { ConnectClient, SearchRoutingProfilesCommand } = require("@aws-sdk/client-connect"); // CommonJS import
29
29
  * const client = new ConnectClient(config);
30
+ * const input = {
31
+ * InstanceId: "STRING_VALUE", // required
32
+ * NextToken: "STRING_VALUE",
33
+ * MaxResults: Number("int"),
34
+ * SearchFilter: {
35
+ * TagFilter: {
36
+ * OrConditions: [
37
+ * [
38
+ * {
39
+ * TagKey: "STRING_VALUE",
40
+ * TagValue: "STRING_VALUE",
41
+ * },
42
+ * ],
43
+ * ],
44
+ * AndConditions: [
45
+ * {
46
+ * TagKey: "STRING_VALUE",
47
+ * TagValue: "STRING_VALUE",
48
+ * },
49
+ * ],
50
+ * TagCondition: {
51
+ * TagKey: "<TagCondition>",
52
+ * TagValue: "<TagCondition>",
53
+ * },
54
+ * },
55
+ * },
56
+ * SearchCriteria: {
57
+ * OrConditions: [
58
+ * {
59
+ * OrConditions: [
60
+ * {
61
+ * OrConditions: "<RoutingProfileSearchCriteria>",
62
+ * AndConditions: [
63
+ * "<RoutingProfileSearchConditionList>",
64
+ * ],
65
+ * StringCondition: {
66
+ * FieldName: "STRING_VALUE",
67
+ * Value: "STRING_VALUE",
68
+ * ComparisonType: "STARTS_WITH" || "CONTAINS" || "EXACT",
69
+ * },
70
+ * },
71
+ * ],
72
+ * AndConditions: [
73
+ * "<RoutingProfileSearchConditionList>",
74
+ * ],
75
+ * StringCondition: {
76
+ * FieldName: "STRING_VALUE",
77
+ * Value: "STRING_VALUE",
78
+ * ComparisonType: "STARTS_WITH" || "CONTAINS" || "EXACT",
79
+ * },
80
+ * },
81
+ * ],
82
+ * AndConditions: "<RoutingProfileSearchCriteria>",
83
+ * StringCondition: "<RoutingProfileSearchCriteria>",
84
+ * },
85
+ * };
30
86
  * const command = new SearchRoutingProfilesCommand(input);
31
87
  * const response = await client.send(command);
32
88
  * ```
@@ -28,6 +28,62 @@ export interface SearchSecurityProfilesCommandOutput extends SearchSecurityProfi
28
28
  * import { ConnectClient, SearchSecurityProfilesCommand } from "@aws-sdk/client-connect"; // ES Modules import
29
29
  * // const { ConnectClient, SearchSecurityProfilesCommand } = require("@aws-sdk/client-connect"); // CommonJS import
30
30
  * const client = new ConnectClient(config);
31
+ * const input = {
32
+ * InstanceId: "STRING_VALUE", // required
33
+ * NextToken: "STRING_VALUE",
34
+ * MaxResults: Number("int"),
35
+ * SearchCriteria: {
36
+ * OrConditions: [
37
+ * {
38
+ * OrConditions: [
39
+ * {
40
+ * OrConditions: "<SecurityProfileSearchCriteria>",
41
+ * AndConditions: [
42
+ * "<SecurityProfileSearchConditionList>",
43
+ * ],
44
+ * StringCondition: {
45
+ * FieldName: "STRING_VALUE",
46
+ * Value: "STRING_VALUE",
47
+ * ComparisonType: "STARTS_WITH" || "CONTAINS" || "EXACT",
48
+ * },
49
+ * },
50
+ * ],
51
+ * AndConditions: [
52
+ * "<SecurityProfileSearchConditionList>",
53
+ * ],
54
+ * StringCondition: {
55
+ * FieldName: "STRING_VALUE",
56
+ * Value: "STRING_VALUE",
57
+ * ComparisonType: "STARTS_WITH" || "CONTAINS" || "EXACT",
58
+ * },
59
+ * },
60
+ * ],
61
+ * AndConditions: "<SecurityProfileSearchCriteria>",
62
+ * StringCondition: "<SecurityProfileSearchCriteria>",
63
+ * },
64
+ * SearchFilter: {
65
+ * TagFilter: {
66
+ * OrConditions: [
67
+ * [
68
+ * {
69
+ * TagKey: "STRING_VALUE",
70
+ * TagValue: "STRING_VALUE",
71
+ * },
72
+ * ],
73
+ * ],
74
+ * AndConditions: [
75
+ * {
76
+ * TagKey: "STRING_VALUE",
77
+ * TagValue: "STRING_VALUE",
78
+ * },
79
+ * ],
80
+ * TagCondition: {
81
+ * TagKey: "<TagCondition>",
82
+ * TagValue: "<TagCondition>",
83
+ * },
84
+ * },
85
+ * },
86
+ * };
31
87
  * const command = new SearchSecurityProfilesCommand(input);
32
88
  * const response = await client.send(command);
33
89
  * ```
@@ -30,6 +30,71 @@ export interface SearchUsersCommandOutput extends SearchUsersResponse, __Metadat
30
30
  * import { ConnectClient, SearchUsersCommand } from "@aws-sdk/client-connect"; // ES Modules import
31
31
  * // const { ConnectClient, SearchUsersCommand } = require("@aws-sdk/client-connect"); // CommonJS import
32
32
  * const client = new ConnectClient(config);
33
+ * const input = {
34
+ * InstanceId: "STRING_VALUE",
35
+ * NextToken: "STRING_VALUE",
36
+ * MaxResults: Number("int"),
37
+ * SearchFilter: {
38
+ * TagFilter: {
39
+ * OrConditions: [
40
+ * [
41
+ * {
42
+ * TagKey: "STRING_VALUE",
43
+ * TagValue: "STRING_VALUE",
44
+ * },
45
+ * ],
46
+ * ],
47
+ * AndConditions: [
48
+ * {
49
+ * TagKey: "STRING_VALUE",
50
+ * TagValue: "STRING_VALUE",
51
+ * },
52
+ * ],
53
+ * TagCondition: {
54
+ * TagKey: "<TagCondition>",
55
+ * TagValue: "<TagCondition>",
56
+ * },
57
+ * },
58
+ * },
59
+ * SearchCriteria: {
60
+ * OrConditions: [
61
+ * {
62
+ * OrConditions: [
63
+ * {
64
+ * OrConditions: "<UserSearchCriteria>",
65
+ * AndConditions: [
66
+ * "<UserSearchConditionList>",
67
+ * ],
68
+ * StringCondition: {
69
+ * FieldName: "STRING_VALUE",
70
+ * Value: "STRING_VALUE",
71
+ * ComparisonType: "STARTS_WITH" || "CONTAINS" || "EXACT",
72
+ * },
73
+ * HierarchyGroupCondition: {
74
+ * Value: "STRING_VALUE",
75
+ * HierarchyGroupMatchType: "EXACT" || "WITH_CHILD_GROUPS",
76
+ * },
77
+ * },
78
+ * ],
79
+ * AndConditions: [
80
+ * "<UserSearchConditionList>",
81
+ * ],
82
+ * StringCondition: {
83
+ * FieldName: "STRING_VALUE",
84
+ * Value: "STRING_VALUE",
85
+ * ComparisonType: "STARTS_WITH" || "CONTAINS" || "EXACT",
86
+ * },
87
+ * HierarchyGroupCondition: {
88
+ * Value: "STRING_VALUE",
89
+ * HierarchyGroupMatchType: "EXACT" || "WITH_CHILD_GROUPS",
90
+ * },
91
+ * },
92
+ * ],
93
+ * AndConditions: "<UserSearchCriteria>",
94
+ * StringCondition: "<UserSearchCriteria>",
95
+ * HierarchyGroupCondition: "<UserSearchCriteria>",
96
+ * },
97
+ * };
33
98
  * const command = new SearchUsersCommand(input);
34
99
  * const response = await client.send(command);
35
100
  * ```
@@ -27,6 +27,14 @@ export interface SearchVocabulariesCommandOutput extends SearchVocabulariesRespo
27
27
  * import { ConnectClient, SearchVocabulariesCommand } from "@aws-sdk/client-connect"; // ES Modules import
28
28
  * // const { ConnectClient, SearchVocabulariesCommand } = require("@aws-sdk/client-connect"); // CommonJS import
29
29
  * const client = new ConnectClient(config);
30
+ * const input = {
31
+ * InstanceId: "STRING_VALUE", // required
32
+ * MaxResults: Number("int"),
33
+ * NextToken: "STRING_VALUE",
34
+ * State: "CREATION_IN_PROGRESS" || "ACTIVE" || "CREATION_FAILED" || "DELETE_IN_PROGRESS",
35
+ * NameStartsWith: "STRING_VALUE",
36
+ * LanguageCode: "ar-AE" || "de-CH" || "de-DE" || "en-AB" || "en-AU" || "en-GB" || "en-IE" || "en-IN" || "en-US" || "en-WL" || "es-ES" || "es-US" || "fr-CA" || "fr-FR" || "hi-IN" || "it-IT" || "ja-JP" || "ko-KR" || "pt-BR" || "pt-PT" || "zh-CN" || "en-NZ" || "en-ZA",
37
+ * };
30
38
  * const command = new SearchVocabulariesCommand(input);
31
39
  * const response = await client.send(command);
32
40
  * ```
@@ -46,6 +46,30 @@ export interface StartChatContactCommandOutput extends StartChatContactResponse,
46
46
  * import { ConnectClient, StartChatContactCommand } from "@aws-sdk/client-connect"; // ES Modules import
47
47
  * // const { ConnectClient, StartChatContactCommand } = require("@aws-sdk/client-connect"); // CommonJS import
48
48
  * const client = new ConnectClient(config);
49
+ * const input = {
50
+ * InstanceId: "STRING_VALUE", // required
51
+ * ContactFlowId: "STRING_VALUE", // required
52
+ * Attributes: {
53
+ * "<keys>": "STRING_VALUE",
54
+ * },
55
+ * ParticipantDetails: {
56
+ * DisplayName: "STRING_VALUE", // required
57
+ * },
58
+ * InitialMessage: {
59
+ * ContentType: "STRING_VALUE", // required
60
+ * Content: "STRING_VALUE", // required
61
+ * },
62
+ * ClientToken: "STRING_VALUE",
63
+ * ChatDurationInMinutes: Number("int"),
64
+ * SupportedMessagingContentTypes: [
65
+ * "STRING_VALUE",
66
+ * ],
67
+ * PersistentChat: {
68
+ * RehydrationType: "ENTIRE_PAST_SESSION" || "FROM_SEGMENT",
69
+ * SourceContactId: "STRING_VALUE",
70
+ * },
71
+ * RelatedContactId: "STRING_VALUE",
72
+ * };
49
73
  * const command = new StartChatContactCommand(input);
50
74
  * const response = await client.send(command);
51
75
  * ```
@@ -44,6 +44,14 @@ export interface StartContactRecordingCommandOutput extends StartContactRecordin
44
44
  * import { ConnectClient, StartContactRecordingCommand } from "@aws-sdk/client-connect"; // ES Modules import
45
45
  * // const { ConnectClient, StartContactRecordingCommand } = require("@aws-sdk/client-connect"); // CommonJS import
46
46
  * const client = new ConnectClient(config);
47
+ * const input = {
48
+ * InstanceId: "STRING_VALUE", // required
49
+ * ContactId: "STRING_VALUE", // required
50
+ * InitialContactId: "STRING_VALUE", // required
51
+ * VoiceRecordingConfiguration: {
52
+ * VoiceRecordingTrack: "FROM_AGENT" || "TO_AGENT" || "ALL",
53
+ * },
54
+ * };
47
55
  * const command = new StartContactRecordingCommand(input);
48
56
  * const response = await client.send(command);
49
57
  * ```
@@ -28,6 +28,14 @@ export interface StartContactStreamingCommandOutput extends StartContactStreamin
28
28
  * import { ConnectClient, StartContactStreamingCommand } from "@aws-sdk/client-connect"; // ES Modules import
29
29
  * // const { ConnectClient, StartContactStreamingCommand } = require("@aws-sdk/client-connect"); // CommonJS import
30
30
  * const client = new ConnectClient(config);
31
+ * const input = {
32
+ * InstanceId: "STRING_VALUE", // required
33
+ * ContactId: "STRING_VALUE", // required
34
+ * ChatStreamingConfiguration: {
35
+ * StreamingEndpointArn: "STRING_VALUE", // required
36
+ * },
37
+ * ClientToken: "STRING_VALUE", // required
38
+ * };
31
39
  * const command = new StartContactStreamingCommand(input);
32
40
  * const response = await client.send(command);
33
41
  * ```
@@ -43,6 +43,23 @@ export interface StartOutboundVoiceContactCommandOutput extends StartOutboundVoi
43
43
  * import { ConnectClient, StartOutboundVoiceContactCommand } from "@aws-sdk/client-connect"; // ES Modules import
44
44
  * // const { ConnectClient, StartOutboundVoiceContactCommand } = require("@aws-sdk/client-connect"); // CommonJS import
45
45
  * const client = new ConnectClient(config);
46
+ * const input = {
47
+ * DestinationPhoneNumber: "STRING_VALUE", // required
48
+ * ContactFlowId: "STRING_VALUE", // required
49
+ * InstanceId: "STRING_VALUE", // required
50
+ * ClientToken: "STRING_VALUE",
51
+ * SourcePhoneNumber: "STRING_VALUE",
52
+ * QueueId: "STRING_VALUE",
53
+ * Attributes: {
54
+ * "<keys>": "STRING_VALUE",
55
+ * },
56
+ * AnswerMachineDetectionConfig: {
57
+ * EnableAnswerMachineDetection: true || false,
58
+ * AwaitAnswerMachinePrompt: true || false,
59
+ * },
60
+ * CampaignId: "STRING_VALUE",
61
+ * TrafficType: "GENERAL" || "CAMPAIGN",
62
+ * };
46
63
  * const command = new StartOutboundVoiceContactCommand(input);
47
64
  * const response = await client.send(command);
48
65
  * ```
@@ -26,6 +26,27 @@ export interface StartTaskContactCommandOutput extends StartTaskContactResponse,
26
26
  * import { ConnectClient, StartTaskContactCommand } from "@aws-sdk/client-connect"; // ES Modules import
27
27
  * // const { ConnectClient, StartTaskContactCommand } = require("@aws-sdk/client-connect"); // CommonJS import
28
28
  * const client = new ConnectClient(config);
29
+ * const input = {
30
+ * InstanceId: "STRING_VALUE", // required
31
+ * PreviousContactId: "STRING_VALUE",
32
+ * ContactFlowId: "STRING_VALUE",
33
+ * Attributes: {
34
+ * "<keys>": "STRING_VALUE",
35
+ * },
36
+ * Name: "STRING_VALUE", // required
37
+ * References: {
38
+ * "<keys>": {
39
+ * Value: "STRING_VALUE", // required
40
+ * Type: "URL" || "ATTACHMENT" || "NUMBER" || "STRING" || "DATE" || "EMAIL", // required
41
+ * },
42
+ * },
43
+ * Description: "STRING_VALUE",
44
+ * ClientToken: "STRING_VALUE",
45
+ * ScheduledTime: new Date("TIMESTAMP"),
46
+ * TaskTemplateId: "STRING_VALUE",
47
+ * QuickConnectId: "STRING_VALUE",
48
+ * RelatedContactId: "STRING_VALUE",
49
+ * };
29
50
  * const command = new StartTaskContactCommand(input);
30
51
  * const response = await client.send(command);
31
52
  * ```
@@ -38,6 +38,10 @@ export interface StopContactCommandOutput extends StopContactResponse, __Metadat
38
38
  * import { ConnectClient, StopContactCommand } from "@aws-sdk/client-connect"; // ES Modules import
39
39
  * // const { ConnectClient, StopContactCommand } = require("@aws-sdk/client-connect"); // CommonJS import
40
40
  * const client = new ConnectClient(config);
41
+ * const input = {
42
+ * ContactId: "STRING_VALUE", // required
43
+ * InstanceId: "STRING_VALUE", // required
44
+ * };
41
45
  * const command = new StopContactCommand(input);
42
46
  * const response = await client.send(command);
43
47
  * ```
@@ -31,6 +31,11 @@ export interface StopContactRecordingCommandOutput extends StopContactRecordingR
31
31
  * import { ConnectClient, StopContactRecordingCommand } from "@aws-sdk/client-connect"; // ES Modules import
32
32
  * // const { ConnectClient, StopContactRecordingCommand } = require("@aws-sdk/client-connect"); // CommonJS import
33
33
  * const client = new ConnectClient(config);
34
+ * const input = {
35
+ * InstanceId: "STRING_VALUE", // required
36
+ * ContactId: "STRING_VALUE", // required
37
+ * InitialContactId: "STRING_VALUE", // required
38
+ * };
34
39
  * const command = new StopContactRecordingCommand(input);
35
40
  * const response = await client.send(command);
36
41
  * ```
@@ -28,6 +28,11 @@ export interface StopContactStreamingCommandOutput extends StopContactStreamingR
28
28
  * import { ConnectClient, StopContactStreamingCommand } from "@aws-sdk/client-connect"; // ES Modules import
29
29
  * // const { ConnectClient, StopContactStreamingCommand } = require("@aws-sdk/client-connect"); // CommonJS import
30
30
  * const client = new ConnectClient(config);
31
+ * const input = {
32
+ * InstanceId: "STRING_VALUE", // required
33
+ * ContactId: "STRING_VALUE", // required
34
+ * StreamingId: "STRING_VALUE", // required
35
+ * };
31
36
  * const command = new StopContactStreamingCommand(input);
32
37
  * const response = await client.send(command);
33
38
  * ```
@@ -31,6 +31,11 @@ export interface SuspendContactRecordingCommandOutput extends SuspendContactReco
31
31
  * import { ConnectClient, SuspendContactRecordingCommand } from "@aws-sdk/client-connect"; // ES Modules import
32
32
  * // const { ConnectClient, SuspendContactRecordingCommand } = require("@aws-sdk/client-connect"); // CommonJS import
33
33
  * const client = new ConnectClient(config);
34
+ * const input = {
35
+ * InstanceId: "STRING_VALUE", // required
36
+ * ContactId: "STRING_VALUE", // required
37
+ * InitialContactId: "STRING_VALUE", // required
38
+ * };
34
39
  * const command = new SuspendContactRecordingCommand(input);
35
40
  * const response = await client.send(command);
36
41
  * ```
@@ -32,6 +32,12 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
32
32
  * import { ConnectClient, TagResourceCommand } from "@aws-sdk/client-connect"; // ES Modules import
33
33
  * // const { ConnectClient, TagResourceCommand } = require("@aws-sdk/client-connect"); // CommonJS import
34
34
  * const client = new ConnectClient(config);
35
+ * const input = {
36
+ * resourceArn: "STRING_VALUE", // required
37
+ * tags: { // required
38
+ * "<keys>": "STRING_VALUE",
39
+ * },
40
+ * };
35
41
  * const command = new TagResourceCommand(input);
36
42
  * const response = await client.send(command);
37
43
  * ```
@@ -49,6 +49,14 @@ export interface TransferContactCommandOutput extends TransferContactResponse, _
49
49
  * import { ConnectClient, TransferContactCommand } from "@aws-sdk/client-connect"; // ES Modules import
50
50
  * // const { ConnectClient, TransferContactCommand } = require("@aws-sdk/client-connect"); // CommonJS import
51
51
  * const client = new ConnectClient(config);
52
+ * const input = {
53
+ * InstanceId: "STRING_VALUE", // required
54
+ * ContactId: "STRING_VALUE", // required
55
+ * QueueId: "STRING_VALUE",
56
+ * UserId: "STRING_VALUE",
57
+ * ContactFlowId: "STRING_VALUE", // required
58
+ * ClientToken: "STRING_VALUE",
59
+ * };
52
60
  * const command = new TransferContactCommand(input);
53
61
  * const response = await client.send(command);
54
62
  * ```
@@ -26,6 +26,12 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
26
26
  * import { ConnectClient, UntagResourceCommand } from "@aws-sdk/client-connect"; // ES Modules import
27
27
  * // const { ConnectClient, UntagResourceCommand } = require("@aws-sdk/client-connect"); // CommonJS import
28
28
  * const client = new ConnectClient(config);
29
+ * const input = {
30
+ * resourceArn: "STRING_VALUE", // required
31
+ * tagKeys: [ // required
32
+ * "STRING_VALUE",
33
+ * ],
34
+ * };
29
35
  * const command = new UntagResourceCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```