@aws-sdk/client-connect 3.299.0 → 3.301.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 +51 -0
  122. package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +49 -0
  123. package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +49 -0
  124. package/dist-types/commands/SearchUsersCommand.d.ts +57 -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,14 @@ export interface CreateUserHierarchyGroupCommandOutput extends CreateUserHierarc
26
26
  * import { ConnectClient, CreateUserHierarchyGroupCommand } from "@aws-sdk/client-connect"; // ES Modules import
27
27
  * // const { ConnectClient, CreateUserHierarchyGroupCommand } = require("@aws-sdk/client-connect"); // CommonJS import
28
28
  * const client = new ConnectClient(config);
29
+ * const input = { // CreateUserHierarchyGroupRequest
30
+ * Name: "STRING_VALUE", // required
31
+ * ParentGroupId: "STRING_VALUE",
32
+ * InstanceId: "STRING_VALUE", // required
33
+ * Tags: { // TagMap
34
+ * "<keys>": "STRING_VALUE",
35
+ * },
36
+ * };
29
37
  * const command = new CreateUserHierarchyGroupCommand(input);
30
38
  * const response = await client.send(command);
31
39
  * ```
@@ -28,6 +28,16 @@ export interface CreateVocabularyCommandOutput extends CreateVocabularyResponse,
28
28
  * import { ConnectClient, CreateVocabularyCommand } from "@aws-sdk/client-connect"; // ES Modules import
29
29
  * // const { ConnectClient, CreateVocabularyCommand } = require("@aws-sdk/client-connect"); // CommonJS import
30
30
  * const client = new ConnectClient(config);
31
+ * const input = { // CreateVocabularyRequest
32
+ * ClientToken: "STRING_VALUE",
33
+ * InstanceId: "STRING_VALUE", // required
34
+ * VocabularyName: "STRING_VALUE", // required
35
+ * 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", // required
36
+ * Content: "STRING_VALUE", // required
37
+ * Tags: { // TagMap
38
+ * "<keys>": "STRING_VALUE",
39
+ * },
40
+ * };
31
41
  * const command = new CreateVocabularyCommand(input);
32
42
  * const response = await client.send(command);
33
43
  * ```
@@ -26,6 +26,10 @@ export interface DeleteContactFlowCommandOutput extends DeleteContactFlowRespons
26
26
  * import { ConnectClient, DeleteContactFlowCommand } from "@aws-sdk/client-connect"; // ES Modules import
27
27
  * // const { ConnectClient, DeleteContactFlowCommand } = require("@aws-sdk/client-connect"); // CommonJS import
28
28
  * const client = new ConnectClient(config);
29
+ * const input = { // DeleteContactFlowRequest
30
+ * InstanceId: "STRING_VALUE", // required
31
+ * ContactFlowId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DeleteContactFlowCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,10 @@ export interface DeleteContactFlowModuleCommandOutput extends DeleteContactFlowM
26
26
  * import { ConnectClient, DeleteContactFlowModuleCommand } from "@aws-sdk/client-connect"; // ES Modules import
27
27
  * // const { ConnectClient, DeleteContactFlowModuleCommand } = require("@aws-sdk/client-connect"); // CommonJS import
28
28
  * const client = new ConnectClient(config);
29
+ * const input = { // DeleteContactFlowModuleRequest
30
+ * InstanceId: "STRING_VALUE", // required
31
+ * ContactFlowModuleId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DeleteContactFlowModuleCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -27,6 +27,10 @@ export interface DeleteHoursOfOperationCommandOutput extends __MetadataBearer {
27
27
  * import { ConnectClient, DeleteHoursOfOperationCommand } from "@aws-sdk/client-connect"; // ES Modules import
28
28
  * // const { ConnectClient, DeleteHoursOfOperationCommand } = require("@aws-sdk/client-connect"); // CommonJS import
29
29
  * const client = new ConnectClient(config);
30
+ * const input = { // DeleteHoursOfOperationRequest
31
+ * InstanceId: "STRING_VALUE", // required
32
+ * HoursOfOperationId: "STRING_VALUE", // required
33
+ * };
30
34
  * const command = new DeleteHoursOfOperationCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -30,6 +30,9 @@ export interface DeleteInstanceCommandOutput extends __MetadataBearer {
30
30
  * import { ConnectClient, DeleteInstanceCommand } from "@aws-sdk/client-connect"; // ES Modules import
31
31
  * // const { ConnectClient, DeleteInstanceCommand } = require("@aws-sdk/client-connect"); // CommonJS import
32
32
  * const client = new ConnectClient(config);
33
+ * const input = { // DeleteInstanceRequest
34
+ * InstanceId: "STRING_VALUE", // required
35
+ * };
33
36
  * const command = new DeleteInstanceCommand(input);
34
37
  * const response = await client.send(command);
35
38
  * ```
@@ -27,6 +27,10 @@ export interface DeleteIntegrationAssociationCommandOutput extends __MetadataBea
27
27
  * import { ConnectClient, DeleteIntegrationAssociationCommand } from "@aws-sdk/client-connect"; // ES Modules import
28
28
  * // const { ConnectClient, DeleteIntegrationAssociationCommand } = require("@aws-sdk/client-connect"); // CommonJS import
29
29
  * const client = new ConnectClient(config);
30
+ * const input = { // DeleteIntegrationAssociationRequest
31
+ * InstanceId: "STRING_VALUE", // required
32
+ * IntegrationAssociationId: "STRING_VALUE", // required
33
+ * };
30
34
  * const command = new DeleteIntegrationAssociationCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -26,6 +26,10 @@ export interface DeleteQuickConnectCommandOutput extends __MetadataBearer {
26
26
  * import { ConnectClient, DeleteQuickConnectCommand } from "@aws-sdk/client-connect"; // ES Modules import
27
27
  * // const { ConnectClient, DeleteQuickConnectCommand } = require("@aws-sdk/client-connect"); // CommonJS import
28
28
  * const client = new ConnectClient(config);
29
+ * const input = { // DeleteQuickConnectRequest
30
+ * InstanceId: "STRING_VALUE", // required
31
+ * QuickConnectId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DeleteQuickConnectCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,10 @@ export interface DeleteRuleCommandOutput extends __MetadataBearer {
26
26
  * import { ConnectClient, DeleteRuleCommand } from "@aws-sdk/client-connect"; // ES Modules import
27
27
  * // const { ConnectClient, DeleteRuleCommand } = require("@aws-sdk/client-connect"); // CommonJS import
28
28
  * const client = new ConnectClient(config);
29
+ * const input = { // DeleteRuleRequest
30
+ * InstanceId: "STRING_VALUE", // required
31
+ * RuleId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DeleteRuleCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -27,6 +27,10 @@ export interface DeleteSecurityProfileCommandOutput extends __MetadataBearer {
27
27
  * import { ConnectClient, DeleteSecurityProfileCommand } from "@aws-sdk/client-connect"; // ES Modules import
28
28
  * // const { ConnectClient, DeleteSecurityProfileCommand } = require("@aws-sdk/client-connect"); // CommonJS import
29
29
  * const client = new ConnectClient(config);
30
+ * const input = { // DeleteSecurityProfileRequest
31
+ * InstanceId: "STRING_VALUE", // required
32
+ * SecurityProfileId: "STRING_VALUE", // required
33
+ * };
30
34
  * const command = new DeleteSecurityProfileCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -26,6 +26,10 @@ export interface DeleteTaskTemplateCommandOutput extends DeleteTaskTemplateRespo
26
26
  * import { ConnectClient, DeleteTaskTemplateCommand } from "@aws-sdk/client-connect"; // ES Modules import
27
27
  * // const { ConnectClient, DeleteTaskTemplateCommand } = require("@aws-sdk/client-connect"); // CommonJS import
28
28
  * const client = new ConnectClient(config);
29
+ * const input = { // DeleteTaskTemplateRequest
30
+ * InstanceId: "STRING_VALUE", // required
31
+ * TaskTemplateId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DeleteTaskTemplateCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -29,6 +29,9 @@ export interface DeleteTrafficDistributionGroupCommandOutput extends DeleteTraff
29
29
  * import { ConnectClient, DeleteTrafficDistributionGroupCommand } from "@aws-sdk/client-connect"; // ES Modules import
30
30
  * // const { ConnectClient, DeleteTrafficDistributionGroupCommand } = require("@aws-sdk/client-connect"); // CommonJS import
31
31
  * const client = new ConnectClient(config);
32
+ * const input = { // DeleteTrafficDistributionGroupRequest
33
+ * TrafficDistributionGroupId: "STRING_VALUE", // required
34
+ * };
32
35
  * const command = new DeleteTrafficDistributionGroupCommand(input);
33
36
  * const response = await client.send(command);
34
37
  * ```
@@ -26,6 +26,11 @@ export interface DeleteUseCaseCommandOutput extends __MetadataBearer {
26
26
  * import { ConnectClient, DeleteUseCaseCommand } from "@aws-sdk/client-connect"; // ES Modules import
27
27
  * // const { ConnectClient, DeleteUseCaseCommand } = require("@aws-sdk/client-connect"); // CommonJS import
28
28
  * const client = new ConnectClient(config);
29
+ * const input = { // DeleteUseCaseRequest
30
+ * InstanceId: "STRING_VALUE", // required
31
+ * IntegrationAssociationId: "STRING_VALUE", // required
32
+ * UseCaseId: "STRING_VALUE", // required
33
+ * };
29
34
  * const command = new DeleteUseCaseCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -30,6 +30,10 @@ export interface DeleteUserCommandOutput extends __MetadataBearer {
30
30
  * import { ConnectClient, DeleteUserCommand } from "@aws-sdk/client-connect"; // ES Modules import
31
31
  * // const { ConnectClient, DeleteUserCommand } = require("@aws-sdk/client-connect"); // CommonJS import
32
32
  * const client = new ConnectClient(config);
33
+ * const input = { // DeleteUserRequest
34
+ * InstanceId: "STRING_VALUE", // required
35
+ * UserId: "STRING_VALUE", // required
36
+ * };
33
37
  * const command = new DeleteUserCommand(input);
34
38
  * const response = await client.send(command);
35
39
  * ```
@@ -27,6 +27,10 @@ export interface DeleteUserHierarchyGroupCommandOutput extends __MetadataBearer
27
27
  * import { ConnectClient, DeleteUserHierarchyGroupCommand } from "@aws-sdk/client-connect"; // ES Modules import
28
28
  * // const { ConnectClient, DeleteUserHierarchyGroupCommand } = require("@aws-sdk/client-connect"); // CommonJS import
29
29
  * const client = new ConnectClient(config);
30
+ * const input = { // DeleteUserHierarchyGroupRequest
31
+ * HierarchyGroupId: "STRING_VALUE", // required
32
+ * InstanceId: "STRING_VALUE", // required
33
+ * };
30
34
  * const command = new DeleteUserHierarchyGroupCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -26,6 +26,10 @@ export interface DeleteVocabularyCommandOutput extends DeleteVocabularyResponse,
26
26
  * import { ConnectClient, DeleteVocabularyCommand } from "@aws-sdk/client-connect"; // ES Modules import
27
27
  * // const { ConnectClient, DeleteVocabularyCommand } = require("@aws-sdk/client-connect"); // CommonJS import
28
28
  * const client = new ConnectClient(config);
29
+ * const input = { // DeleteVocabularyRequest
30
+ * InstanceId: "STRING_VALUE", // required
31
+ * VocabularyId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DeleteVocabularyCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -27,6 +27,10 @@ export interface DescribeAgentStatusCommandOutput extends DescribeAgentStatusRes
27
27
  * import { ConnectClient, DescribeAgentStatusCommand } from "@aws-sdk/client-connect"; // ES Modules import
28
28
  * // const { ConnectClient, DescribeAgentStatusCommand } = require("@aws-sdk/client-connect"); // CommonJS import
29
29
  * const client = new ConnectClient(config);
30
+ * const input = { // DescribeAgentStatusRequest
31
+ * InstanceId: "STRING_VALUE", // required
32
+ * AgentStatusId: "STRING_VALUE", // required
33
+ * };
30
34
  * const command = new DescribeAgentStatusCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -33,6 +33,10 @@ export interface DescribeContactCommandOutput extends DescribeContactResponse, _
33
33
  * import { ConnectClient, DescribeContactCommand } from "@aws-sdk/client-connect"; // ES Modules import
34
34
  * // const { ConnectClient, DescribeContactCommand } = require("@aws-sdk/client-connect"); // CommonJS import
35
35
  * const client = new ConnectClient(config);
36
+ * const input = { // DescribeContactRequest
37
+ * InstanceId: "STRING_VALUE", // required
38
+ * ContactId: "STRING_VALUE", // required
39
+ * };
36
40
  * const command = new DescribeContactCommand(input);
37
41
  * const response = await client.send(command);
38
42
  * ```
@@ -28,6 +28,10 @@ export interface DescribeContactFlowCommandOutput extends DescribeContactFlowRes
28
28
  * import { ConnectClient, DescribeContactFlowCommand } from "@aws-sdk/client-connect"; // ES Modules import
29
29
  * // const { ConnectClient, DescribeContactFlowCommand } = require("@aws-sdk/client-connect"); // CommonJS import
30
30
  * const client = new ConnectClient(config);
31
+ * const input = { // DescribeContactFlowRequest
32
+ * InstanceId: "STRING_VALUE", // required
33
+ * ContactFlowId: "STRING_VALUE", // required
34
+ * };
31
35
  * const command = new DescribeContactFlowCommand(input);
32
36
  * const response = await client.send(command);
33
37
  * ```
@@ -26,6 +26,10 @@ export interface DescribeContactFlowModuleCommandOutput extends DescribeContactF
26
26
  * import { ConnectClient, DescribeContactFlowModuleCommand } from "@aws-sdk/client-connect"; // ES Modules import
27
27
  * // const { ConnectClient, DescribeContactFlowModuleCommand } = require("@aws-sdk/client-connect"); // CommonJS import
28
28
  * const client = new ConnectClient(config);
29
+ * const input = { // DescribeContactFlowModuleRequest
30
+ * InstanceId: "STRING_VALUE", // required
31
+ * ContactFlowModuleId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DescribeContactFlowModuleCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -27,6 +27,10 @@ export interface DescribeHoursOfOperationCommandOutput extends DescribeHoursOfOp
27
27
  * import { ConnectClient, DescribeHoursOfOperationCommand } from "@aws-sdk/client-connect"; // ES Modules import
28
28
  * // const { ConnectClient, DescribeHoursOfOperationCommand } = require("@aws-sdk/client-connect"); // CommonJS import
29
29
  * const client = new ConnectClient(config);
30
+ * const input = { // DescribeHoursOfOperationRequest
31
+ * InstanceId: "STRING_VALUE", // required
32
+ * HoursOfOperationId: "STRING_VALUE", // required
33
+ * };
30
34
  * const command = new DescribeHoursOfOperationCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -27,6 +27,10 @@ export interface DescribeInstanceAttributeCommandOutput extends DescribeInstance
27
27
  * import { ConnectClient, DescribeInstanceAttributeCommand } from "@aws-sdk/client-connect"; // ES Modules import
28
28
  * // const { ConnectClient, DescribeInstanceAttributeCommand } = require("@aws-sdk/client-connect"); // CommonJS import
29
29
  * const client = new ConnectClient(config);
30
+ * const input = { // DescribeInstanceAttributeRequest
31
+ * InstanceId: "STRING_VALUE", // required
32
+ * AttributeType: "INBOUND_CALLS" || "OUTBOUND_CALLS" || "CONTACTFLOW_LOGS" || "CONTACT_LENS" || "AUTO_RESOLVE_BEST_VOICES" || "USE_CUSTOM_TTS_VOICES" || "EARLY_MEDIA" || "MULTI_PARTY_CONFERENCE" || "HIGH_VOLUME_OUTBOUND" || "ENHANCED_CONTACT_MONITORING", // required
33
+ * };
30
34
  * const command = new DescribeInstanceAttributeCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -31,6 +31,9 @@ export interface DescribeInstanceCommandOutput extends DescribeInstanceResponse,
31
31
  * import { ConnectClient, DescribeInstanceCommand } from "@aws-sdk/client-connect"; // ES Modules import
32
32
  * // const { ConnectClient, DescribeInstanceCommand } = require("@aws-sdk/client-connect"); // CommonJS import
33
33
  * const client = new ConnectClient(config);
34
+ * const input = { // DescribeInstanceRequest
35
+ * InstanceId: "STRING_VALUE", // required
36
+ * };
34
37
  * const command = new DescribeInstanceCommand(input);
35
38
  * const response = await client.send(command);
36
39
  * ```
@@ -28,6 +28,11 @@ export interface DescribeInstanceStorageConfigCommandOutput extends DescribeInst
28
28
  * import { ConnectClient, DescribeInstanceStorageConfigCommand } from "@aws-sdk/client-connect"; // ES Modules import
29
29
  * // const { ConnectClient, DescribeInstanceStorageConfigCommand } = require("@aws-sdk/client-connect"); // CommonJS import
30
30
  * const client = new ConnectClient(config);
31
+ * const input = { // DescribeInstanceStorageConfigRequest
32
+ * InstanceId: "STRING_VALUE", // required
33
+ * AssociationId: "STRING_VALUE", // required
34
+ * ResourceType: "CHAT_TRANSCRIPTS" || "CALL_RECORDINGS" || "SCHEDULED_REPORTS" || "MEDIA_STREAMS" || "CONTACT_TRACE_RECORDS" || "AGENT_EVENTS" || "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" || "ATTACHMENTS" || "CONTACT_EVALUATIONS", // required
35
+ * };
31
36
  * const command = new DescribeInstanceStorageConfigCommand(input);
32
37
  * const response = await client.send(command);
33
38
  * ```
@@ -37,6 +37,9 @@ export interface DescribePhoneNumberCommandOutput extends DescribePhoneNumberRes
37
37
  * import { ConnectClient, DescribePhoneNumberCommand } from "@aws-sdk/client-connect"; // ES Modules import
38
38
  * // const { ConnectClient, DescribePhoneNumberCommand } = require("@aws-sdk/client-connect"); // CommonJS import
39
39
  * const client = new ConnectClient(config);
40
+ * const input = { // DescribePhoneNumberRequest
41
+ * PhoneNumberId: "STRING_VALUE", // required
42
+ * };
40
43
  * const command = new DescribePhoneNumberCommand(input);
41
44
  * const response = await client.send(command);
42
45
  * ```
@@ -27,6 +27,10 @@ export interface DescribeQueueCommandOutput extends DescribeQueueResponse, __Met
27
27
  * import { ConnectClient, DescribeQueueCommand } from "@aws-sdk/client-connect"; // ES Modules import
28
28
  * // const { ConnectClient, DescribeQueueCommand } = require("@aws-sdk/client-connect"); // CommonJS import
29
29
  * const client = new ConnectClient(config);
30
+ * const input = { // DescribeQueueRequest
31
+ * InstanceId: "STRING_VALUE", // required
32
+ * QueueId: "STRING_VALUE", // required
33
+ * };
30
34
  * const command = new DescribeQueueCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -26,6 +26,10 @@ export interface DescribeQuickConnectCommandOutput extends DescribeQuickConnectR
26
26
  * import { ConnectClient, DescribeQuickConnectCommand } from "@aws-sdk/client-connect"; // ES Modules import
27
27
  * // const { ConnectClient, DescribeQuickConnectCommand } = require("@aws-sdk/client-connect"); // CommonJS import
28
28
  * const client = new ConnectClient(config);
29
+ * const input = { // DescribeQuickConnectRequest
30
+ * InstanceId: "STRING_VALUE", // required
31
+ * QuickConnectId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DescribeQuickConnectCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,10 @@ export interface DescribeRoutingProfileCommandOutput extends DescribeRoutingProf
26
26
  * import { ConnectClient, DescribeRoutingProfileCommand } from "@aws-sdk/client-connect"; // ES Modules import
27
27
  * // const { ConnectClient, DescribeRoutingProfileCommand } = require("@aws-sdk/client-connect"); // CommonJS import
28
28
  * const client = new ConnectClient(config);
29
+ * const input = { // DescribeRoutingProfileRequest
30
+ * InstanceId: "STRING_VALUE", // required
31
+ * RoutingProfileId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DescribeRoutingProfileCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,10 @@ export interface DescribeRuleCommandOutput extends DescribeRuleResponse, __Metad
26
26
  * import { ConnectClient, DescribeRuleCommand } from "@aws-sdk/client-connect"; // ES Modules import
27
27
  * // const { ConnectClient, DescribeRuleCommand } = require("@aws-sdk/client-connect"); // CommonJS import
28
28
  * const client = new ConnectClient(config);
29
+ * const input = { // DescribeRuleRequest
30
+ * InstanceId: "STRING_VALUE", // required
31
+ * RuleId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DescribeRuleCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -27,6 +27,10 @@ export interface DescribeSecurityProfileCommandOutput extends DescribeSecurityPr
27
27
  * import { ConnectClient, DescribeSecurityProfileCommand } from "@aws-sdk/client-connect"; // ES Modules import
28
28
  * // const { ConnectClient, DescribeSecurityProfileCommand } = require("@aws-sdk/client-connect"); // CommonJS import
29
29
  * const client = new ConnectClient(config);
30
+ * const input = { // DescribeSecurityProfileRequest
31
+ * SecurityProfileId: "STRING_VALUE", // required
32
+ * InstanceId: "STRING_VALUE", // required
33
+ * };
30
34
  * const command = new DescribeSecurityProfileCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -26,6 +26,9 @@ export interface DescribeTrafficDistributionGroupCommandOutput extends DescribeT
26
26
  * import { ConnectClient, DescribeTrafficDistributionGroupCommand } from "@aws-sdk/client-connect"; // ES Modules import
27
27
  * // const { ConnectClient, DescribeTrafficDistributionGroupCommand } = require("@aws-sdk/client-connect"); // CommonJS import
28
28
  * const client = new ConnectClient(config);
29
+ * const input = { // DescribeTrafficDistributionGroupRequest
30
+ * TrafficDistributionGroupId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DescribeTrafficDistributionGroupCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -27,6 +27,10 @@ export interface DescribeUserCommandOutput extends DescribeUserResponse, __Metad
27
27
  * import { ConnectClient, DescribeUserCommand } from "@aws-sdk/client-connect"; // ES Modules import
28
28
  * // const { ConnectClient, DescribeUserCommand } = require("@aws-sdk/client-connect"); // CommonJS import
29
29
  * const client = new ConnectClient(config);
30
+ * const input = { // DescribeUserRequest
31
+ * UserId: "STRING_VALUE", // required
32
+ * InstanceId: "STRING_VALUE", // required
33
+ * };
30
34
  * const command = new DescribeUserCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -26,6 +26,10 @@ export interface DescribeUserHierarchyGroupCommandOutput extends DescribeUserHie
26
26
  * import { ConnectClient, DescribeUserHierarchyGroupCommand } from "@aws-sdk/client-connect"; // ES Modules import
27
27
  * // const { ConnectClient, DescribeUserHierarchyGroupCommand } = require("@aws-sdk/client-connect"); // CommonJS import
28
28
  * const client = new ConnectClient(config);
29
+ * const input = { // DescribeUserHierarchyGroupRequest
30
+ * HierarchyGroupId: "STRING_VALUE", // required
31
+ * InstanceId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DescribeUserHierarchyGroupCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,9 @@ export interface DescribeUserHierarchyStructureCommandOutput extends DescribeUse
26
26
  * import { ConnectClient, DescribeUserHierarchyStructureCommand } from "@aws-sdk/client-connect"; // ES Modules import
27
27
  * // const { ConnectClient, DescribeUserHierarchyStructureCommand } = require("@aws-sdk/client-connect"); // CommonJS import
28
28
  * const client = new ConnectClient(config);
29
+ * const input = { // DescribeUserHierarchyStructureRequest
30
+ * InstanceId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DescribeUserHierarchyStructureCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,10 @@ export interface DescribeVocabularyCommandOutput extends DescribeVocabularyRespo
26
26
  * import { ConnectClient, DescribeVocabularyCommand } from "@aws-sdk/client-connect"; // ES Modules import
27
27
  * // const { ConnectClient, DescribeVocabularyCommand } = require("@aws-sdk/client-connect"); // CommonJS import
28
28
  * const client = new ConnectClient(config);
29
+ * const input = { // DescribeVocabularyRequest
30
+ * InstanceId: "STRING_VALUE", // required
31
+ * VocabularyId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DescribeVocabularyCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -27,6 +27,10 @@ export interface DisassociateApprovedOriginCommandOutput extends __MetadataBeare
27
27
  * import { ConnectClient, DisassociateApprovedOriginCommand } from "@aws-sdk/client-connect"; // ES Modules import
28
28
  * // const { ConnectClient, DisassociateApprovedOriginCommand } = require("@aws-sdk/client-connect"); // CommonJS import
29
29
  * const client = new ConnectClient(config);
30
+ * const input = { // DisassociateApprovedOriginRequest
31
+ * InstanceId: "STRING_VALUE", // required
32
+ * Origin: "STRING_VALUE", // required
33
+ * };
30
34
  * const command = new DisassociateApprovedOriginCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -28,6 +28,16 @@ export interface DisassociateBotCommandOutput extends __MetadataBearer {
28
28
  * import { ConnectClient, DisassociateBotCommand } from "@aws-sdk/client-connect"; // ES Modules import
29
29
  * // const { ConnectClient, DisassociateBotCommand } = require("@aws-sdk/client-connect"); // CommonJS import
30
30
  * const client = new ConnectClient(config);
31
+ * const input = { // DisassociateBotRequest
32
+ * InstanceId: "STRING_VALUE", // required
33
+ * LexBot: { // LexBot
34
+ * Name: "STRING_VALUE", // required
35
+ * LexRegion: "STRING_VALUE", // required
36
+ * },
37
+ * LexV2Bot: { // LexV2Bot
38
+ * AliasArn: "STRING_VALUE",
39
+ * },
40
+ * };
31
41
  * const command = new DisassociateBotCommand(input);
32
42
  * const response = await client.send(command);
33
43
  * ```
@@ -28,6 +28,11 @@ export interface DisassociateInstanceStorageConfigCommandOutput extends __Metada
28
28
  * import { ConnectClient, DisassociateInstanceStorageConfigCommand } from "@aws-sdk/client-connect"; // ES Modules import
29
29
  * // const { ConnectClient, DisassociateInstanceStorageConfigCommand } = require("@aws-sdk/client-connect"); // CommonJS import
30
30
  * const client = new ConnectClient(config);
31
+ * const input = { // DisassociateInstanceStorageConfigRequest
32
+ * InstanceId: "STRING_VALUE", // required
33
+ * AssociationId: "STRING_VALUE", // required
34
+ * ResourceType: "CHAT_TRANSCRIPTS" || "CALL_RECORDINGS" || "SCHEDULED_REPORTS" || "MEDIA_STREAMS" || "CONTACT_TRACE_RECORDS" || "AGENT_EVENTS" || "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" || "ATTACHMENTS" || "CONTACT_EVALUATIONS", // required
35
+ * };
31
36
  * const command = new DisassociateInstanceStorageConfigCommand(input);
32
37
  * const response = await client.send(command);
33
38
  * ```
@@ -28,6 +28,10 @@ export interface DisassociateLambdaFunctionCommandOutput extends __MetadataBeare
28
28
  * import { ConnectClient, DisassociateLambdaFunctionCommand } from "@aws-sdk/client-connect"; // ES Modules import
29
29
  * // const { ConnectClient, DisassociateLambdaFunctionCommand } = require("@aws-sdk/client-connect"); // CommonJS import
30
30
  * const client = new ConnectClient(config);
31
+ * const input = { // DisassociateLambdaFunctionRequest
32
+ * InstanceId: "STRING_VALUE", // required
33
+ * FunctionArn: "STRING_VALUE", // required
34
+ * };
31
35
  * const command = new DisassociateLambdaFunctionCommand(input);
32
36
  * const response = await client.send(command);
33
37
  * ```
@@ -28,6 +28,11 @@ export interface DisassociateLexBotCommandOutput extends __MetadataBearer {
28
28
  * import { ConnectClient, DisassociateLexBotCommand } from "@aws-sdk/client-connect"; // ES Modules import
29
29
  * // const { ConnectClient, DisassociateLexBotCommand } = require("@aws-sdk/client-connect"); // CommonJS import
30
30
  * const client = new ConnectClient(config);
31
+ * const input = { // DisassociateLexBotRequest
32
+ * InstanceId: "STRING_VALUE", // required
33
+ * BotName: "STRING_VALUE", // required
34
+ * LexRegion: "STRING_VALUE", // required
35
+ * };
31
36
  * const command = new DisassociateLexBotCommand(input);
32
37
  * const response = await client.send(command);
33
38
  * ```
@@ -36,6 +36,10 @@ export interface DisassociatePhoneNumberContactFlowCommandOutput extends __Metad
36
36
  * import { ConnectClient, DisassociatePhoneNumberContactFlowCommand } from "@aws-sdk/client-connect"; // ES Modules import
37
37
  * // const { ConnectClient, DisassociatePhoneNumberContactFlowCommand } = require("@aws-sdk/client-connect"); // CommonJS import
38
38
  * const client = new ConnectClient(config);
39
+ * const input = { // DisassociatePhoneNumberContactFlowRequest
40
+ * PhoneNumberId: "STRING_VALUE", // required
41
+ * InstanceId: "STRING_VALUE", // required
42
+ * };
39
43
  * const command = new DisassociatePhoneNumberContactFlowCommand(input);
40
44
  * const response = await client.send(command);
41
45
  * ```
@@ -27,6 +27,13 @@ export interface DisassociateQueueQuickConnectsCommandOutput extends __MetadataB
27
27
  * import { ConnectClient, DisassociateQueueQuickConnectsCommand } from "@aws-sdk/client-connect"; // ES Modules import
28
28
  * // const { ConnectClient, DisassociateQueueQuickConnectsCommand } = require("@aws-sdk/client-connect"); // CommonJS import
29
29
  * const client = new ConnectClient(config);
30
+ * const input = { // DisassociateQueueQuickConnectsRequest
31
+ * InstanceId: "STRING_VALUE", // required
32
+ * QueueId: "STRING_VALUE", // required
33
+ * QuickConnectIds: [ // QuickConnectsList // required
34
+ * "STRING_VALUE",
35
+ * ],
36
+ * };
30
37
  * const command = new DisassociateQueueQuickConnectsCommand(input);
31
38
  * const response = await client.send(command);
32
39
  * ```
@@ -26,6 +26,16 @@ export interface DisassociateRoutingProfileQueuesCommandOutput extends __Metadat
26
26
  * import { ConnectClient, DisassociateRoutingProfileQueuesCommand } from "@aws-sdk/client-connect"; // ES Modules import
27
27
  * // const { ConnectClient, DisassociateRoutingProfileQueuesCommand } = require("@aws-sdk/client-connect"); // CommonJS import
28
28
  * const client = new ConnectClient(config);
29
+ * const input = { // DisassociateRoutingProfileQueuesRequest
30
+ * InstanceId: "STRING_VALUE", // required
31
+ * RoutingProfileId: "STRING_VALUE", // required
32
+ * QueueReferences: [ // RoutingProfileQueueReferenceList // required
33
+ * { // RoutingProfileQueueReference
34
+ * QueueId: "STRING_VALUE", // required
35
+ * Channel: "VOICE" || "CHAT" || "TASK", // required
36
+ * },
37
+ * ],
38
+ * };
29
39
  * const command = new DisassociateRoutingProfileQueuesCommand(input);
30
40
  * const response = await client.send(command);
31
41
  * ```
@@ -27,6 +27,10 @@ export interface DisassociateSecurityKeyCommandOutput extends __MetadataBearer {
27
27
  * import { ConnectClient, DisassociateSecurityKeyCommand } from "@aws-sdk/client-connect"; // ES Modules import
28
28
  * // const { ConnectClient, DisassociateSecurityKeyCommand } = require("@aws-sdk/client-connect"); // CommonJS import
29
29
  * const client = new ConnectClient(config);
30
+ * const input = { // DisassociateSecurityKeyRequest
31
+ * InstanceId: "STRING_VALUE", // required
32
+ * AssociationId: "STRING_VALUE", // required
33
+ * };
30
34
  * const command = new DisassociateSecurityKeyCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -30,6 +30,11 @@ export interface DismissUserContactCommandOutput extends DismissUserContactRespo
30
30
  * import { ConnectClient, DismissUserContactCommand } from "@aws-sdk/client-connect"; // ES Modules import
31
31
  * // const { ConnectClient, DismissUserContactCommand } = require("@aws-sdk/client-connect"); // CommonJS import
32
32
  * const client = new ConnectClient(config);
33
+ * const input = { // DismissUserContactRequest
34
+ * UserId: "STRING_VALUE", // required
35
+ * InstanceId: "STRING_VALUE", // required
36
+ * ContactId: "STRING_VALUE", // required
37
+ * };
33
38
  * const command = new DismissUserContactCommand(input);
34
39
  * const response = await client.send(command);
35
40
  * ```
@@ -26,6 +26,10 @@ export interface GetContactAttributesCommandOutput extends GetContactAttributesR
26
26
  * import { ConnectClient, GetContactAttributesCommand } from "@aws-sdk/client-connect"; // ES Modules import
27
27
  * // const { ConnectClient, GetContactAttributesCommand } = require("@aws-sdk/client-connect"); // CommonJS import
28
28
  * const client = new ConnectClient(config);
29
+ * const input = { // GetContactAttributesRequest
30
+ * InstanceId: "STRING_VALUE", // required
31
+ * InitialContactId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new GetContactAttributesCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```