@aws-sdk/client-connect 3.296.0 → 3.297.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 (218) hide show
  1. package/dist-types/Connect.d.ts +171 -0
  2. package/dist-types/ConnectClient.d.ts +24 -4
  3. package/dist-types/commands/AssociateApprovedOriginCommand.d.ts +16 -0
  4. package/dist-types/commands/AssociateBotCommand.d.ts +16 -0
  5. package/dist-types/commands/AssociateDefaultVocabularyCommand.d.ts +16 -0
  6. package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +16 -0
  7. package/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +16 -0
  8. package/dist-types/commands/AssociateLexBotCommand.d.ts +16 -0
  9. package/dist-types/commands/AssociatePhoneNumberContactFlowCommand.d.ts +16 -0
  10. package/dist-types/commands/AssociateQueueQuickConnectsCommand.d.ts +16 -0
  11. package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +16 -0
  12. package/dist-types/commands/AssociateSecurityKeyCommand.d.ts +16 -0
  13. package/dist-types/commands/ClaimPhoneNumberCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateAgentStatusCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateContactFlowCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +16 -0
  18. package/dist-types/commands/CreateInstanceCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +16 -0
  20. package/dist-types/commands/CreateQueueCommand.d.ts +16 -0
  21. package/dist-types/commands/CreateQuickConnectCommand.d.ts +16 -0
  22. package/dist-types/commands/CreateRoutingProfileCommand.d.ts +16 -0
  23. package/dist-types/commands/CreateRuleCommand.d.ts +16 -0
  24. package/dist-types/commands/CreateSecurityProfileCommand.d.ts +16 -0
  25. package/dist-types/commands/CreateTaskTemplateCommand.d.ts +16 -0
  26. package/dist-types/commands/CreateTrafficDistributionGroupCommand.d.ts +16 -0
  27. package/dist-types/commands/CreateUseCaseCommand.d.ts +16 -0
  28. package/dist-types/commands/CreateUserCommand.d.ts +16 -0
  29. package/dist-types/commands/CreateUserHierarchyGroupCommand.d.ts +16 -0
  30. package/dist-types/commands/CreateVocabularyCommand.d.ts +16 -0
  31. package/dist-types/commands/DeleteContactFlowCommand.d.ts +16 -0
  32. package/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +16 -0
  33. package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +16 -0
  34. package/dist-types/commands/DeleteInstanceCommand.d.ts +16 -0
  35. package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +16 -0
  36. package/dist-types/commands/DeleteQuickConnectCommand.d.ts +16 -0
  37. package/dist-types/commands/DeleteRuleCommand.d.ts +16 -0
  38. package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +16 -0
  39. package/dist-types/commands/DeleteTaskTemplateCommand.d.ts +16 -0
  40. package/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +16 -0
  41. package/dist-types/commands/DeleteUseCaseCommand.d.ts +16 -0
  42. package/dist-types/commands/DeleteUserCommand.d.ts +16 -0
  43. package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +16 -0
  44. package/dist-types/commands/DeleteVocabularyCommand.d.ts +16 -0
  45. package/dist-types/commands/DescribeAgentStatusCommand.d.ts +16 -0
  46. package/dist-types/commands/DescribeContactCommand.d.ts +16 -0
  47. package/dist-types/commands/DescribeContactFlowCommand.d.ts +16 -0
  48. package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +16 -0
  49. package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +16 -0
  50. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +16 -0
  51. package/dist-types/commands/DescribeInstanceCommand.d.ts +16 -0
  52. package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +16 -0
  53. package/dist-types/commands/DescribePhoneNumberCommand.d.ts +16 -0
  54. package/dist-types/commands/DescribeQueueCommand.d.ts +16 -0
  55. package/dist-types/commands/DescribeQuickConnectCommand.d.ts +16 -0
  56. package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +16 -0
  57. package/dist-types/commands/DescribeRuleCommand.d.ts +16 -0
  58. package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +16 -0
  59. package/dist-types/commands/DescribeTrafficDistributionGroupCommand.d.ts +16 -0
  60. package/dist-types/commands/DescribeUserCommand.d.ts +16 -0
  61. package/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +16 -0
  62. package/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +16 -0
  63. package/dist-types/commands/DescribeVocabularyCommand.d.ts +16 -0
  64. package/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +16 -0
  65. package/dist-types/commands/DisassociateBotCommand.d.ts +16 -0
  66. package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +16 -0
  67. package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +16 -0
  68. package/dist-types/commands/DisassociateLexBotCommand.d.ts +16 -0
  69. package/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +16 -0
  70. package/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +16 -0
  71. package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +16 -0
  72. package/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +16 -0
  73. package/dist-types/commands/DismissUserContactCommand.d.ts +16 -0
  74. package/dist-types/commands/GetContactAttributesCommand.d.ts +16 -0
  75. package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +16 -0
  76. package/dist-types/commands/GetCurrentUserDataCommand.d.ts +16 -0
  77. package/dist-types/commands/GetFederationTokenCommand.d.ts +16 -0
  78. package/dist-types/commands/GetMetricDataCommand.d.ts +16 -0
  79. package/dist-types/commands/GetMetricDataV2Command.d.ts +16 -0
  80. package/dist-types/commands/GetTaskTemplateCommand.d.ts +16 -0
  81. package/dist-types/commands/GetTrafficDistributionCommand.d.ts +16 -0
  82. package/dist-types/commands/ListAgentStatusesCommand.d.ts +16 -0
  83. package/dist-types/commands/ListApprovedOriginsCommand.d.ts +16 -0
  84. package/dist-types/commands/ListBotsCommand.d.ts +16 -0
  85. package/dist-types/commands/ListContactFlowModulesCommand.d.ts +16 -0
  86. package/dist-types/commands/ListContactFlowsCommand.d.ts +16 -0
  87. package/dist-types/commands/ListContactReferencesCommand.d.ts +16 -0
  88. package/dist-types/commands/ListDefaultVocabulariesCommand.d.ts +16 -0
  89. package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +16 -0
  90. package/dist-types/commands/ListInstanceAttributesCommand.d.ts +16 -0
  91. package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +16 -0
  92. package/dist-types/commands/ListInstancesCommand.d.ts +16 -0
  93. package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +16 -0
  94. package/dist-types/commands/ListLambdaFunctionsCommand.d.ts +16 -0
  95. package/dist-types/commands/ListLexBotsCommand.d.ts +16 -0
  96. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +16 -0
  97. package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +16 -0
  98. package/dist-types/commands/ListPromptsCommand.d.ts +16 -0
  99. package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +16 -0
  100. package/dist-types/commands/ListQueuesCommand.d.ts +16 -0
  101. package/dist-types/commands/ListQuickConnectsCommand.d.ts +16 -0
  102. package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +16 -0
  103. package/dist-types/commands/ListRoutingProfilesCommand.d.ts +16 -0
  104. package/dist-types/commands/ListRulesCommand.d.ts +16 -0
  105. package/dist-types/commands/ListSecurityKeysCommand.d.ts +16 -0
  106. package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +16 -0
  107. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +16 -0
  108. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  109. package/dist-types/commands/ListTaskTemplatesCommand.d.ts +16 -0
  110. package/dist-types/commands/ListTrafficDistributionGroupsCommand.d.ts +16 -0
  111. package/dist-types/commands/ListUseCasesCommand.d.ts +16 -0
  112. package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +16 -0
  113. package/dist-types/commands/ListUsersCommand.d.ts +16 -0
  114. package/dist-types/commands/MonitorContactCommand.d.ts +16 -0
  115. package/dist-types/commands/PutUserStatusCommand.d.ts +16 -0
  116. package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +16 -0
  117. package/dist-types/commands/ReplicateInstanceCommand.d.ts +16 -0
  118. package/dist-types/commands/ResumeContactRecordingCommand.d.ts +16 -0
  119. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +16 -0
  120. package/dist-types/commands/SearchQueuesCommand.d.ts +16 -0
  121. package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +16 -0
  122. package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +16 -0
  123. package/dist-types/commands/SearchUsersCommand.d.ts +16 -0
  124. package/dist-types/commands/SearchVocabulariesCommand.d.ts +16 -0
  125. package/dist-types/commands/StartChatContactCommand.d.ts +16 -0
  126. package/dist-types/commands/StartContactRecordingCommand.d.ts +16 -0
  127. package/dist-types/commands/StartContactStreamingCommand.d.ts +16 -0
  128. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +16 -0
  129. package/dist-types/commands/StartTaskContactCommand.d.ts +16 -0
  130. package/dist-types/commands/StopContactCommand.d.ts +16 -0
  131. package/dist-types/commands/StopContactRecordingCommand.d.ts +16 -0
  132. package/dist-types/commands/StopContactStreamingCommand.d.ts +16 -0
  133. package/dist-types/commands/SuspendContactRecordingCommand.d.ts +16 -0
  134. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  135. package/dist-types/commands/TransferContactCommand.d.ts +16 -0
  136. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  137. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +16 -0
  138. package/dist-types/commands/UpdateContactAttributesCommand.d.ts +16 -0
  139. package/dist-types/commands/UpdateContactCommand.d.ts +16 -0
  140. package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +16 -0
  141. package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +16 -0
  142. package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +16 -0
  143. package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +16 -0
  144. package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +16 -0
  145. package/dist-types/commands/UpdateContactScheduleCommand.d.ts +16 -0
  146. package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +16 -0
  147. package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +16 -0
  148. package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +16 -0
  149. package/dist-types/commands/UpdateParticipantRoleConfigCommand.d.ts +16 -0
  150. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +16 -0
  151. package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +16 -0
  152. package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +16 -0
  153. package/dist-types/commands/UpdateQueueNameCommand.d.ts +16 -0
  154. package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +16 -0
  155. package/dist-types/commands/UpdateQueueStatusCommand.d.ts +16 -0
  156. package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +16 -0
  157. package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +16 -0
  158. package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +16 -0
  159. package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +16 -0
  160. package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +16 -0
  161. package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +16 -0
  162. package/dist-types/commands/UpdateRuleCommand.d.ts +16 -0
  163. package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +16 -0
  164. package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +16 -0
  165. package/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +16 -0
  166. package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +16 -0
  167. package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +16 -0
  168. package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +16 -0
  169. package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +16 -0
  170. package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +16 -0
  171. package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +16 -0
  172. package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +16 -0
  173. package/dist-types/models/ConnectServiceException.d.ts +2 -0
  174. package/dist-types/models/models_0.d.ts +706 -34
  175. package/dist-types/models/models_1.d.ts +549 -3
  176. package/dist-types/pagination/GetCurrentMetricDataPaginator.d.ts +3 -0
  177. package/dist-types/pagination/GetCurrentUserDataPaginator.d.ts +3 -0
  178. package/dist-types/pagination/GetMetricDataPaginator.d.ts +3 -0
  179. package/dist-types/pagination/GetMetricDataV2Paginator.d.ts +3 -0
  180. package/dist-types/pagination/Interfaces.d.ts +3 -0
  181. package/dist-types/pagination/ListAgentStatusesPaginator.d.ts +3 -0
  182. package/dist-types/pagination/ListApprovedOriginsPaginator.d.ts +3 -0
  183. package/dist-types/pagination/ListBotsPaginator.d.ts +3 -0
  184. package/dist-types/pagination/ListContactFlowModulesPaginator.d.ts +3 -0
  185. package/dist-types/pagination/ListContactFlowsPaginator.d.ts +3 -0
  186. package/dist-types/pagination/ListContactReferencesPaginator.d.ts +3 -0
  187. package/dist-types/pagination/ListDefaultVocabulariesPaginator.d.ts +3 -0
  188. package/dist-types/pagination/ListHoursOfOperationsPaginator.d.ts +3 -0
  189. package/dist-types/pagination/ListInstanceAttributesPaginator.d.ts +3 -0
  190. package/dist-types/pagination/ListInstanceStorageConfigsPaginator.d.ts +3 -0
  191. package/dist-types/pagination/ListInstancesPaginator.d.ts +3 -0
  192. package/dist-types/pagination/ListIntegrationAssociationsPaginator.d.ts +3 -0
  193. package/dist-types/pagination/ListLambdaFunctionsPaginator.d.ts +3 -0
  194. package/dist-types/pagination/ListLexBotsPaginator.d.ts +3 -0
  195. package/dist-types/pagination/ListPhoneNumbersPaginator.d.ts +3 -0
  196. package/dist-types/pagination/ListPhoneNumbersV2Paginator.d.ts +3 -0
  197. package/dist-types/pagination/ListPromptsPaginator.d.ts +3 -0
  198. package/dist-types/pagination/ListQueueQuickConnectsPaginator.d.ts +3 -0
  199. package/dist-types/pagination/ListQueuesPaginator.d.ts +3 -0
  200. package/dist-types/pagination/ListQuickConnectsPaginator.d.ts +3 -0
  201. package/dist-types/pagination/ListRoutingProfileQueuesPaginator.d.ts +3 -0
  202. package/dist-types/pagination/ListRoutingProfilesPaginator.d.ts +3 -0
  203. package/dist-types/pagination/ListRulesPaginator.d.ts +3 -0
  204. package/dist-types/pagination/ListSecurityKeysPaginator.d.ts +3 -0
  205. package/dist-types/pagination/ListSecurityProfilePermissionsPaginator.d.ts +3 -0
  206. package/dist-types/pagination/ListSecurityProfilesPaginator.d.ts +3 -0
  207. package/dist-types/pagination/ListTaskTemplatesPaginator.d.ts +3 -0
  208. package/dist-types/pagination/ListTrafficDistributionGroupsPaginator.d.ts +3 -0
  209. package/dist-types/pagination/ListUseCasesPaginator.d.ts +3 -0
  210. package/dist-types/pagination/ListUserHierarchyGroupsPaginator.d.ts +3 -0
  211. package/dist-types/pagination/ListUsersPaginator.d.ts +3 -0
  212. package/dist-types/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +3 -0
  213. package/dist-types/pagination/SearchQueuesPaginator.d.ts +3 -0
  214. package/dist-types/pagination/SearchRoutingProfilesPaginator.d.ts +3 -0
  215. package/dist-types/pagination/SearchSecurityProfilesPaginator.d.ts +3 -0
  216. package/dist-types/pagination/SearchUsersPaginator.d.ts +3 -0
  217. package/dist-types/pagination/SearchVocabulariesPaginator.d.ts +3 -0
  218. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
5
  import { DeleteTrafficDistributionGroupRequest, DeleteTrafficDistributionGroupResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteTrafficDistributionGroupCommand}.
8
10
  */
9
11
  export interface DeleteTrafficDistributionGroupCommandInput extends DeleteTrafficDistributionGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteTrafficDistributionGroupCommand}.
13
17
  */
14
18
  export interface DeleteTrafficDistributionGroupCommandOutput extends DeleteTrafficDistributionGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a traffic distribution group. This API can be called only in the Region where the traffic distribution group is
18
23
  * created.</p>
19
24
  * <p>For more information about deleting traffic distribution groups, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/delete-traffic-distribution-groups.html">Delete traffic distribution groups</a> in
@@ -28,6 +33,8 @@ export interface DeleteTrafficDistributionGroupCommandOutput extends DeleteTraff
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param DeleteTrafficDistributionGroupCommandInput - {@link DeleteTrafficDistributionGroupCommandInput}
37
+ * @returns {@link DeleteTrafficDistributionGroupCommandOutput}
31
38
  * @see {@link DeleteTrafficDistributionGroupCommandInput} for command's `input` shape.
32
39
  * @see {@link DeleteTrafficDistributionGroupCommandOutput} for command's `response` shape.
33
40
  * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DeleteTrafficDistributionGroupCommandOutput extends DeleteTraff
52
59
  export declare class DeleteTrafficDistributionGroupCommand extends $Command<DeleteTrafficDistributionGroupCommandInput, DeleteTrafficDistributionGroupCommandOutput, ConnectClientResolvedConfig> {
53
60
  readonly input: DeleteTrafficDistributionGroupCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DeleteTrafficDistributionGroupCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTrafficDistributionGroupCommandInput, DeleteTrafficDistributionGroupCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
5
  import { DeleteUseCaseRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteUseCaseCommand}.
8
10
  */
9
11
  export interface DeleteUseCaseCommandInput extends DeleteUseCaseRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteUseCaseCommand}.
13
17
  */
14
18
  export interface DeleteUseCaseCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a use case from an integration association.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteUseCaseCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteUseCaseCommandInput - {@link DeleteUseCaseCommandInput}
34
+ * @returns {@link DeleteUseCaseCommandOutput}
28
35
  * @see {@link DeleteUseCaseCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteUseCaseCommandOutput} for command's `response` shape.
30
37
  * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
@@ -46,11 +53,20 @@ export interface DeleteUseCaseCommandOutput extends __MetadataBearer {
46
53
  export declare class DeleteUseCaseCommand extends $Command<DeleteUseCaseCommandInput, DeleteUseCaseCommandOutput, ConnectClientResolvedConfig> {
47
54
  readonly input: DeleteUseCaseCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: DeleteUseCaseCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUseCaseCommandInput, DeleteUseCaseCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
5
  import { DeleteUserRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteUserCommand}.
8
10
  */
9
11
  export interface DeleteUserCommandInput extends DeleteUserRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteUserCommand}.
13
17
  */
14
18
  export interface DeleteUserCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a user account from the specified Amazon Connect instance.</p>
18
23
  * <p>For information about what happens to a user's data when their account is deleted, see
19
24
  * <a href="https://docs.aws.amazon.com/connect/latest/adminguide/delete-users.html">Delete Users from
@@ -29,6 +34,8 @@ export interface DeleteUserCommandOutput extends __MetadataBearer {
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param DeleteUserCommandInput - {@link DeleteUserCommandInput}
38
+ * @returns {@link DeleteUserCommandOutput}
32
39
  * @see {@link DeleteUserCommandInput} for command's `input` shape.
33
40
  * @see {@link DeleteUserCommandOutput} for command's `response` shape.
34
41
  * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
@@ -53,11 +60,20 @@ export interface DeleteUserCommandOutput extends __MetadataBearer {
53
60
  export declare class DeleteUserCommand extends $Command<DeleteUserCommandInput, DeleteUserCommandOutput, ConnectClientResolvedConfig> {
54
61
  readonly input: DeleteUserCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: DeleteUserCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUserCommandInput, DeleteUserCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
5
  import { DeleteUserHierarchyGroupRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteUserHierarchyGroupCommand}.
8
10
  */
9
11
  export interface DeleteUserHierarchyGroupCommandInput extends DeleteUserHierarchyGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteUserHierarchyGroupCommand}.
13
17
  */
14
18
  export interface DeleteUserHierarchyGroupCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes an existing user hierarchy group. It must not be associated with any agents or have
18
23
  * any active child groups.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeleteUserHierarchyGroupCommandOutput extends __MetadataBearer
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteUserHierarchyGroupCommandInput - {@link DeleteUserHierarchyGroupCommandInput}
35
+ * @returns {@link DeleteUserHierarchyGroupCommandOutput}
29
36
  * @see {@link DeleteUserHierarchyGroupCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteUserHierarchyGroupCommandOutput} for command's `response` shape.
31
38
  * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
@@ -53,11 +60,20 @@ export interface DeleteUserHierarchyGroupCommandOutput extends __MetadataBearer
53
60
  export declare class DeleteUserHierarchyGroupCommand extends $Command<DeleteUserHierarchyGroupCommandInput, DeleteUserHierarchyGroupCommandOutput, ConnectClientResolvedConfig> {
54
61
  readonly input: DeleteUserHierarchyGroupCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: DeleteUserHierarchyGroupCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUserHierarchyGroupCommandInput, DeleteUserHierarchyGroupCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
5
  import { DeleteVocabularyRequest, DeleteVocabularyResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteVocabularyCommand}.
8
10
  */
9
11
  export interface DeleteVocabularyCommandInput extends DeleteVocabularyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteVocabularyCommand}.
13
17
  */
14
18
  export interface DeleteVocabularyCommandOutput extends DeleteVocabularyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the vocabulary that has the given identifier.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteVocabularyCommandOutput extends DeleteVocabularyResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteVocabularyCommandInput - {@link DeleteVocabularyCommandInput}
34
+ * @returns {@link DeleteVocabularyCommandOutput}
28
35
  * @see {@link DeleteVocabularyCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteVocabularyCommandOutput} for command's `response` shape.
30
37
  * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DeleteVocabularyCommandOutput extends DeleteVocabularyResponse,
52
59
  export declare class DeleteVocabularyCommand extends $Command<DeleteVocabularyCommandInput, DeleteVocabularyCommandOutput, ConnectClientResolvedConfig> {
53
60
  readonly input: DeleteVocabularyCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DeleteVocabularyCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVocabularyCommandInput, DeleteVocabularyCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
5
  import { DescribeAgentStatusRequest, DescribeAgentStatusResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeAgentStatusCommand}.
8
10
  */
9
11
  export interface DescribeAgentStatusCommandInput extends DescribeAgentStatusRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeAgentStatusCommand}.
13
17
  */
14
18
  export interface DescribeAgentStatusCommandOutput extends DescribeAgentStatusResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
18
23
  * <p>Describes an agent status.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeAgentStatusCommandOutput extends DescribeAgentStatusRes
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeAgentStatusCommandInput - {@link DescribeAgentStatusCommandInput}
35
+ * @returns {@link DescribeAgentStatusCommandOutput}
29
36
  * @see {@link DescribeAgentStatusCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeAgentStatusCommandOutput} for command's `response` shape.
31
38
  * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
@@ -50,11 +57,20 @@ export interface DescribeAgentStatusCommandOutput extends DescribeAgentStatusRes
50
57
  export declare class DescribeAgentStatusCommand extends $Command<DescribeAgentStatusCommandInput, DescribeAgentStatusCommandOutput, ConnectClientResolvedConfig> {
51
58
  readonly input: DescribeAgentStatusCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: DescribeAgentStatusCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAgentStatusCommandInput, DescribeAgentStatusCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
5
  import { DescribeContactRequest, DescribeContactResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeContactCommand}.
8
10
  */
9
11
  export interface DescribeContactCommandInput extends DescribeContactRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeContactCommand}.
13
17
  */
14
18
  export interface DescribeContactCommandOutput extends DescribeContactResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
18
23
  * <p>Describes the specified contact. </p>
19
24
  * <important>
@@ -32,6 +37,8 @@ export interface DescribeContactCommandOutput extends DescribeContactResponse, _
32
37
  * const response = await client.send(command);
33
38
  * ```
34
39
  *
40
+ * @param DescribeContactCommandInput - {@link DescribeContactCommandInput}
41
+ * @returns {@link DescribeContactCommandOutput}
35
42
  * @see {@link DescribeContactCommandInput} for command's `input` shape.
36
43
  * @see {@link DescribeContactCommandOutput} for command's `response` shape.
37
44
  * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
@@ -56,11 +63,20 @@ export interface DescribeContactCommandOutput extends DescribeContactResponse, _
56
63
  export declare class DescribeContactCommand extends $Command<DescribeContactCommandInput, DescribeContactCommandOutput, ConnectClientResolvedConfig> {
57
64
  readonly input: DescribeContactCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: DescribeContactCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeContactCommandInput, DescribeContactCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
5
  import { DescribeContactFlowRequest, DescribeContactFlowResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeContactFlowCommand}.
8
10
  */
9
11
  export interface DescribeContactFlowCommandInput extends DescribeContactFlowRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeContactFlowCommand}.
13
17
  */
14
18
  export interface DescribeContactFlowCommandOutput extends DescribeContactFlowResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes the specified flow.</p>
18
23
  * <p>You can also create and update flows using the <a href="https://docs.aws.amazon.com/connect/latest/APIReference/flow-language.html">Amazon Connect
19
24
  * Flow language</a>.</p>
@@ -27,6 +32,8 @@ export interface DescribeContactFlowCommandOutput extends DescribeContactFlowRes
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DescribeContactFlowCommandInput - {@link DescribeContactFlowCommandInput}
36
+ * @returns {@link DescribeContactFlowCommandOutput}
30
37
  * @see {@link DescribeContactFlowCommandInput} for command's `input` shape.
31
38
  * @see {@link DescribeContactFlowCommandOutput} for command's `response` shape.
32
39
  * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
@@ -54,11 +61,20 @@ export interface DescribeContactFlowCommandOutput extends DescribeContactFlowRes
54
61
  export declare class DescribeContactFlowCommand extends $Command<DescribeContactFlowCommandInput, DescribeContactFlowCommandOutput, ConnectClientResolvedConfig> {
55
62
  readonly input: DescribeContactFlowCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: DescribeContactFlowCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeContactFlowCommandInput, DescribeContactFlowCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
5
  import { DescribeContactFlowModuleRequest, DescribeContactFlowModuleResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeContactFlowModuleCommand}.
8
10
  */
9
11
  export interface DescribeContactFlowModuleCommandInput extends DescribeContactFlowModuleRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeContactFlowModuleCommand}.
13
17
  */
14
18
  export interface DescribeContactFlowModuleCommandOutput extends DescribeContactFlowModuleResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes the specified flow module.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeContactFlowModuleCommandOutput extends DescribeContactF
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeContactFlowModuleCommandInput - {@link DescribeContactFlowModuleCommandInput}
34
+ * @returns {@link DescribeContactFlowModuleCommandOutput}
28
35
  * @see {@link DescribeContactFlowModuleCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeContactFlowModuleCommandOutput} for command's `response` shape.
30
37
  * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DescribeContactFlowModuleCommandOutput extends DescribeContactF
52
59
  export declare class DescribeContactFlowModuleCommand extends $Command<DescribeContactFlowModuleCommandInput, DescribeContactFlowModuleCommandOutput, ConnectClientResolvedConfig> {
53
60
  readonly input: DescribeContactFlowModuleCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DescribeContactFlowModuleCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeContactFlowModuleCommandInput, DescribeContactFlowModuleCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
5
  import { DescribeHoursOfOperationRequest, DescribeHoursOfOperationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeHoursOfOperationCommand}.
8
10
  */
9
11
  export interface DescribeHoursOfOperationCommandInput extends DescribeHoursOfOperationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeHoursOfOperationCommand}.
13
17
  */
14
18
  export interface DescribeHoursOfOperationCommandOutput extends DescribeHoursOfOperationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
18
23
  * <p>Describes the hours of operation.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeHoursOfOperationCommandOutput extends DescribeHoursOfOp
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeHoursOfOperationCommandInput - {@link DescribeHoursOfOperationCommandInput}
35
+ * @returns {@link DescribeHoursOfOperationCommandOutput}
29
36
  * @see {@link DescribeHoursOfOperationCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeHoursOfOperationCommandOutput} for command's `response` shape.
31
38
  * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
@@ -50,11 +57,20 @@ export interface DescribeHoursOfOperationCommandOutput extends DescribeHoursOfOp
50
57
  export declare class DescribeHoursOfOperationCommand extends $Command<DescribeHoursOfOperationCommandInput, DescribeHoursOfOperationCommandOutput, ConnectClientResolvedConfig> {
51
58
  readonly input: DescribeHoursOfOperationCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: DescribeHoursOfOperationCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeHoursOfOperationCommandInput, DescribeHoursOfOperationCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
5
  import { DescribeInstanceAttributeRequest, DescribeInstanceAttributeResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeInstanceAttributeCommand}.
8
10
  */
9
11
  export interface DescribeInstanceAttributeCommandInput extends DescribeInstanceAttributeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeInstanceAttributeCommand}.
13
17
  */
14
18
  export interface DescribeInstanceAttributeCommandOutput extends DescribeInstanceAttributeResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
18
23
  * <p>Describes the specified instance attribute.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeInstanceAttributeCommandOutput extends DescribeInstance
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeInstanceAttributeCommandInput - {@link DescribeInstanceAttributeCommandInput}
35
+ * @returns {@link DescribeInstanceAttributeCommandOutput}
29
36
  * @see {@link DescribeInstanceAttributeCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeInstanceAttributeCommandOutput} for command's `response` shape.
31
38
  * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
@@ -50,11 +57,20 @@ export interface DescribeInstanceAttributeCommandOutput extends DescribeInstance
50
57
  export declare class DescribeInstanceAttributeCommand extends $Command<DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput, ConnectClientResolvedConfig> {
51
58
  readonly input: DescribeInstanceAttributeCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: DescribeInstanceAttributeCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
5
  import { DescribeInstanceRequest, DescribeInstanceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeInstanceCommand}.
8
10
  */
9
11
  export interface DescribeInstanceCommandInput extends DescribeInstanceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeInstanceCommand}.
13
17
  */
14
18
  export interface DescribeInstanceCommandOutput extends DescribeInstanceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
18
23
  * <p>Returns the current state of the specified instance identifier. It tracks the instance while
19
24
  * it is being created and returns an error status, if applicable. </p>
@@ -30,6 +35,8 @@ export interface DescribeInstanceCommandOutput extends DescribeInstanceResponse,
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param DescribeInstanceCommandInput - {@link DescribeInstanceCommandInput}
39
+ * @returns {@link DescribeInstanceCommandOutput}
33
40
  * @see {@link DescribeInstanceCommandInput} for command's `input` shape.
34
41
  * @see {@link DescribeInstanceCommandOutput} for command's `response` shape.
35
42
  * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
@@ -48,11 +55,20 @@ export interface DescribeInstanceCommandOutput extends DescribeInstanceResponse,
48
55
  export declare class DescribeInstanceCommand extends $Command<DescribeInstanceCommandInput, DescribeInstanceCommandOutput, ConnectClientResolvedConfig> {
49
56
  readonly input: DescribeInstanceCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: DescribeInstanceCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeInstanceCommandInput, DescribeInstanceCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
5
  import { DescribeInstanceStorageConfigRequest, DescribeInstanceStorageConfigResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeInstanceStorageConfigCommand}.
8
10
  */
9
11
  export interface DescribeInstanceStorageConfigCommandInput extends DescribeInstanceStorageConfigRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeInstanceStorageConfigCommand}.
13
17
  */
14
18
  export interface DescribeInstanceStorageConfigCommandOutput extends DescribeInstanceStorageConfigResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
18
23
  * <p>Retrieves the current storage configurations for the specified resource type, association
19
24
  * ID, and instance ID.</p>
@@ -27,6 +32,8 @@ export interface DescribeInstanceStorageConfigCommandOutput extends DescribeInst
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DescribeInstanceStorageConfigCommandInput - {@link DescribeInstanceStorageConfigCommandInput}
36
+ * @returns {@link DescribeInstanceStorageConfigCommandOutput}
30
37
  * @see {@link DescribeInstanceStorageConfigCommandInput} for command's `input` shape.
31
38
  * @see {@link DescribeInstanceStorageConfigCommandOutput} for command's `response` shape.
32
39
  * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
@@ -51,11 +58,20 @@ export interface DescribeInstanceStorageConfigCommandOutput extends DescribeInst
51
58
  export declare class DescribeInstanceStorageConfigCommand extends $Command<DescribeInstanceStorageConfigCommandInput, DescribeInstanceStorageConfigCommandOutput, ConnectClientResolvedConfig> {
52
59
  readonly input: DescribeInstanceStorageConfigCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: DescribeInstanceStorageConfigCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeInstanceStorageConfigCommandInput, DescribeInstanceStorageConfigCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }