@aws-sdk/client-connect 3.439.0 → 3.441.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.
- package/README.md +8 -0
- package/dist-cjs/Connect.js +2 -0
- package/dist-cjs/commands/BatchGetFlowAssociationCommand.js +51 -0
- package/dist-cjs/commands/DescribeViewCommand.js +2 -2
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_0.js +6 -7
- package/dist-cjs/models/models_1.js +7 -14
- package/dist-cjs/models/models_2.js +14 -1
- package/dist-cjs/protocols/Aws_restJson1.js +464 -34
- package/dist-es/Connect.js +2 -0
- package/dist-es/commands/BatchGetFlowAssociationCommand.js +47 -0
- package/dist-es/commands/DescribeViewCommand.js +1 -1
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +4 -4
- package/dist-es/models/models_1.js +5 -13
- package/dist-es/models/models_2.js +13 -0
- package/dist-es/protocols/Aws_restJson1.js +453 -25
- package/dist-types/Connect.d.ts +7 -0
- package/dist-types/ConnectClient.d.ts +3 -2
- package/dist-types/commands/BatchGetFlowAssociationCommand.d.ts +101 -0
- package/dist-types/commands/CreateViewCommand.d.ts +5 -7
- package/dist-types/commands/CreateViewVersionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteViewCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAgentStatusCommand.d.ts +2 -0
- package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +2 -0
- package/dist-types/commands/DescribePromptCommand.d.ts +2 -0
- package/dist-types/commands/DescribeQueueCommand.d.ts +2 -0
- package/dist-types/commands/DescribeQuickConnectCommand.d.ts +2 -0
- package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +3 -0
- package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +2 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +2 -0
- package/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +12 -0
- package/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +12 -1
- package/dist-types/commands/DescribeViewCommand.d.ts +5 -5
- package/dist-types/commands/GetPromptFileCommand.d.ts +2 -0
- package/dist-types/commands/ListAgentStatusesCommand.d.ts +2 -0
- package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +2 -0
- package/dist-types/commands/ListPromptsCommand.d.ts +2 -0
- package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +4 -0
- package/dist-types/commands/ListQueuesCommand.d.ts +2 -0
- package/dist-types/commands/ListQuickConnectsCommand.d.ts +2 -0
- package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +2 -0
- package/dist-types/commands/ListRoutingProfilesCommand.d.ts +2 -0
- package/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +2 -0
- package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +2 -0
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +2 -0
- package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListUsersCommand.d.ts +2 -0
- package/dist-types/commands/ListViewVersionsCommand.d.ts +1 -2
- package/dist-types/commands/ReplicateInstanceCommand.d.ts +3 -1
- package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +2 -0
- package/dist-types/commands/SearchPromptsCommand.d.ts +2 -0
- package/dist-types/commands/SearchQueuesCommand.d.ts +2 -0
- package/dist-types/commands/SearchQuickConnectsCommand.d.ts +2 -0
- package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +3 -0
- package/dist-types/commands/UpdateViewContentCommand.d.ts +4 -6
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +212 -102
- package/dist-types/models/models_1.d.ts +201 -111
- package/dist-types/models/models_2.d.ts +106 -11
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/Connect.d.ts +17 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/BatchGetFlowAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeViewCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +44 -20
- package/dist-types/ts3.4/models/models_1.d.ts +46 -40
- package/dist-types/ts3.4/models/models_2.d.ts +42 -1
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/package.json +4 -4
package/dist-types/Connect.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ import { AssociateQueueQuickConnectsCommandInput, AssociateQueueQuickConnectsCom
|
|
|
11
11
|
import { AssociateRoutingProfileQueuesCommandInput, AssociateRoutingProfileQueuesCommandOutput } from "./commands/AssociateRoutingProfileQueuesCommand";
|
|
12
12
|
import { AssociateSecurityKeyCommandInput, AssociateSecurityKeyCommandOutput } from "./commands/AssociateSecurityKeyCommand";
|
|
13
13
|
import { AssociateTrafficDistributionGroupUserCommandInput, AssociateTrafficDistributionGroupUserCommandOutput } from "./commands/AssociateTrafficDistributionGroupUserCommand";
|
|
14
|
+
import { BatchGetFlowAssociationCommandInput, BatchGetFlowAssociationCommandOutput } from "./commands/BatchGetFlowAssociationCommand";
|
|
14
15
|
import { ClaimPhoneNumberCommandInput, ClaimPhoneNumberCommandOutput } from "./commands/ClaimPhoneNumberCommand";
|
|
15
16
|
import { CreateAgentStatusCommandInput, CreateAgentStatusCommandOutput } from "./commands/CreateAgentStatusCommand";
|
|
16
17
|
import { CreateContactFlowCommandInput, CreateContactFlowCommandOutput } from "./commands/CreateContactFlowCommand";
|
|
@@ -284,6 +285,12 @@ export interface Connect {
|
|
|
284
285
|
associateTrafficDistributionGroupUser(args: AssociateTrafficDistributionGroupUserCommandInput, options?: __HttpHandlerOptions): Promise<AssociateTrafficDistributionGroupUserCommandOutput>;
|
|
285
286
|
associateTrafficDistributionGroupUser(args: AssociateTrafficDistributionGroupUserCommandInput, cb: (err: any, data?: AssociateTrafficDistributionGroupUserCommandOutput) => void): void;
|
|
286
287
|
associateTrafficDistributionGroupUser(args: AssociateTrafficDistributionGroupUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateTrafficDistributionGroupUserCommandOutput) => void): void;
|
|
288
|
+
/**
|
|
289
|
+
* @see {@link BatchGetFlowAssociationCommand}
|
|
290
|
+
*/
|
|
291
|
+
batchGetFlowAssociation(args: BatchGetFlowAssociationCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetFlowAssociationCommandOutput>;
|
|
292
|
+
batchGetFlowAssociation(args: BatchGetFlowAssociationCommandInput, cb: (err: any, data?: BatchGetFlowAssociationCommandOutput) => void): void;
|
|
293
|
+
batchGetFlowAssociation(args: BatchGetFlowAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetFlowAssociationCommandOutput) => void): void;
|
|
287
294
|
/**
|
|
288
295
|
* @see {@link ClaimPhoneNumberCommand}
|
|
289
296
|
*/
|
|
@@ -20,6 +20,7 @@ import { AssociateQueueQuickConnectsCommandInput, AssociateQueueQuickConnectsCom
|
|
|
20
20
|
import { AssociateRoutingProfileQueuesCommandInput, AssociateRoutingProfileQueuesCommandOutput } from "./commands/AssociateRoutingProfileQueuesCommand";
|
|
21
21
|
import { AssociateSecurityKeyCommandInput, AssociateSecurityKeyCommandOutput } from "./commands/AssociateSecurityKeyCommand";
|
|
22
22
|
import { AssociateTrafficDistributionGroupUserCommandInput, AssociateTrafficDistributionGroupUserCommandOutput } from "./commands/AssociateTrafficDistributionGroupUserCommand";
|
|
23
|
+
import { BatchGetFlowAssociationCommandInput, BatchGetFlowAssociationCommandOutput } from "./commands/BatchGetFlowAssociationCommand";
|
|
23
24
|
import { ClaimPhoneNumberCommandInput, ClaimPhoneNumberCommandOutput } from "./commands/ClaimPhoneNumberCommand";
|
|
24
25
|
import { CreateAgentStatusCommandInput, CreateAgentStatusCommandOutput } from "./commands/CreateAgentStatusCommand";
|
|
25
26
|
import { CreateContactFlowCommandInput, CreateContactFlowCommandOutput } from "./commands/CreateContactFlowCommand";
|
|
@@ -225,11 +226,11 @@ export { __Client };
|
|
|
225
226
|
/**
|
|
226
227
|
* @public
|
|
227
228
|
*/
|
|
228
|
-
export type ServiceInputTypes = ActivateEvaluationFormCommandInput | AssociateApprovedOriginCommandInput | AssociateBotCommandInput | AssociateDefaultVocabularyCommandInput | AssociateInstanceStorageConfigCommandInput | AssociateLambdaFunctionCommandInput | AssociateLexBotCommandInput | AssociatePhoneNumberContactFlowCommandInput | AssociateQueueQuickConnectsCommandInput | AssociateRoutingProfileQueuesCommandInput | AssociateSecurityKeyCommandInput | AssociateTrafficDistributionGroupUserCommandInput | ClaimPhoneNumberCommandInput | CreateAgentStatusCommandInput | CreateContactFlowCommandInput | CreateContactFlowModuleCommandInput | CreateEvaluationFormCommandInput | CreateHoursOfOperationCommandInput | CreateInstanceCommandInput | CreateIntegrationAssociationCommandInput | CreateParticipantCommandInput | CreatePromptCommandInput | CreateQueueCommandInput | CreateQuickConnectCommandInput | CreateRoutingProfileCommandInput | CreateRuleCommandInput | CreateSecurityProfileCommandInput | CreateTaskTemplateCommandInput | CreateTrafficDistributionGroupCommandInput | CreateUseCaseCommandInput | CreateUserCommandInput | CreateUserHierarchyGroupCommandInput | CreateViewCommandInput | CreateViewVersionCommandInput | CreateVocabularyCommandInput | DeactivateEvaluationFormCommandInput | DeleteContactEvaluationCommandInput | DeleteContactFlowCommandInput | DeleteContactFlowModuleCommandInput | DeleteEvaluationFormCommandInput | DeleteHoursOfOperationCommandInput | DeleteInstanceCommandInput | DeleteIntegrationAssociationCommandInput | DeletePromptCommandInput | DeleteQueueCommandInput | DeleteQuickConnectCommandInput | DeleteRoutingProfileCommandInput | DeleteRuleCommandInput | DeleteSecurityProfileCommandInput | DeleteTaskTemplateCommandInput | DeleteTrafficDistributionGroupCommandInput | DeleteUseCaseCommandInput | DeleteUserCommandInput | DeleteUserHierarchyGroupCommandInput | DeleteViewCommandInput | DeleteViewVersionCommandInput | DeleteVocabularyCommandInput | DescribeAgentStatusCommandInput | DescribeContactCommandInput | DescribeContactEvaluationCommandInput | DescribeContactFlowCommandInput | DescribeContactFlowModuleCommandInput | DescribeEvaluationFormCommandInput | DescribeHoursOfOperationCommandInput | DescribeInstanceAttributeCommandInput | DescribeInstanceCommandInput | DescribeInstanceStorageConfigCommandInput | DescribePhoneNumberCommandInput | DescribePromptCommandInput | DescribeQueueCommandInput | DescribeQuickConnectCommandInput | DescribeRoutingProfileCommandInput | DescribeRuleCommandInput | DescribeSecurityProfileCommandInput | DescribeTrafficDistributionGroupCommandInput | DescribeUserCommandInput | DescribeUserHierarchyGroupCommandInput | DescribeUserHierarchyStructureCommandInput | DescribeViewCommandInput | DescribeVocabularyCommandInput | DisassociateApprovedOriginCommandInput | DisassociateBotCommandInput | DisassociateInstanceStorageConfigCommandInput | DisassociateLambdaFunctionCommandInput | DisassociateLexBotCommandInput | DisassociatePhoneNumberContactFlowCommandInput | DisassociateQueueQuickConnectsCommandInput | DisassociateRoutingProfileQueuesCommandInput | DisassociateSecurityKeyCommandInput | DisassociateTrafficDistributionGroupUserCommandInput | DismissUserContactCommandInput | GetContactAttributesCommandInput | GetCurrentMetricDataCommandInput | GetCurrentUserDataCommandInput | GetFederationTokenCommandInput | GetMetricDataCommandInput | GetMetricDataV2CommandInput | GetPromptFileCommandInput | GetTaskTemplateCommandInput | GetTrafficDistributionCommandInput | ListAgentStatusesCommandInput | ListApprovedOriginsCommandInput | ListBotsCommandInput | ListContactEvaluationsCommandInput | ListContactFlowModulesCommandInput | ListContactFlowsCommandInput | ListContactReferencesCommandInput | ListDefaultVocabulariesCommandInput | ListEvaluationFormVersionsCommandInput | ListEvaluationFormsCommandInput | ListHoursOfOperationsCommandInput | ListInstanceAttributesCommandInput | ListInstanceStorageConfigsCommandInput | ListInstancesCommandInput | ListIntegrationAssociationsCommandInput | ListLambdaFunctionsCommandInput | ListLexBotsCommandInput | ListPhoneNumbersCommandInput | ListPhoneNumbersV2CommandInput | ListPromptsCommandInput | ListQueueQuickConnectsCommandInput | ListQueuesCommandInput | ListQuickConnectsCommandInput | ListRoutingProfileQueuesCommandInput | ListRoutingProfilesCommandInput | ListRulesCommandInput | ListSecurityKeysCommandInput | ListSecurityProfileApplicationsCommandInput | ListSecurityProfilePermissionsCommandInput | ListSecurityProfilesCommandInput | ListTagsForResourceCommandInput | ListTaskTemplatesCommandInput | ListTrafficDistributionGroupUsersCommandInput | ListTrafficDistributionGroupsCommandInput | ListUseCasesCommandInput | ListUserHierarchyGroupsCommandInput | ListUsersCommandInput | ListViewVersionsCommandInput | ListViewsCommandInput | MonitorContactCommandInput | PutUserStatusCommandInput | ReleasePhoneNumberCommandInput | ReplicateInstanceCommandInput | ResumeContactRecordingCommandInput | SearchAvailablePhoneNumbersCommandInput | SearchHoursOfOperationsCommandInput | SearchPromptsCommandInput | SearchQueuesCommandInput | SearchQuickConnectsCommandInput | SearchResourceTagsCommandInput | SearchRoutingProfilesCommandInput | SearchSecurityProfilesCommandInput | SearchUsersCommandInput | SearchVocabulariesCommandInput | StartChatContactCommandInput | StartContactEvaluationCommandInput | StartContactRecordingCommandInput | StartContactStreamingCommandInput | StartOutboundVoiceContactCommandInput | StartTaskContactCommandInput | StopContactCommandInput | StopContactRecordingCommandInput | StopContactStreamingCommandInput | SubmitContactEvaluationCommandInput | SuspendContactRecordingCommandInput | TagResourceCommandInput | TransferContactCommandInput | UntagResourceCommandInput | UpdateAgentStatusCommandInput | UpdateContactAttributesCommandInput | UpdateContactCommandInput | UpdateContactEvaluationCommandInput | UpdateContactFlowContentCommandInput | UpdateContactFlowMetadataCommandInput | UpdateContactFlowModuleContentCommandInput | UpdateContactFlowModuleMetadataCommandInput | UpdateContactFlowNameCommandInput | UpdateContactScheduleCommandInput | UpdateEvaluationFormCommandInput | UpdateHoursOfOperationCommandInput | UpdateInstanceAttributeCommandInput | UpdateInstanceStorageConfigCommandInput | UpdateParticipantRoleConfigCommandInput | UpdatePhoneNumberCommandInput | UpdatePhoneNumberMetadataCommandInput | UpdatePromptCommandInput | UpdateQueueHoursOfOperationCommandInput | UpdateQueueMaxContactsCommandInput | UpdateQueueNameCommandInput | UpdateQueueOutboundCallerConfigCommandInput | UpdateQueueStatusCommandInput | UpdateQuickConnectConfigCommandInput | UpdateQuickConnectNameCommandInput | UpdateRoutingProfileAgentAvailabilityTimerCommandInput | UpdateRoutingProfileConcurrencyCommandInput | UpdateRoutingProfileDefaultOutboundQueueCommandInput | UpdateRoutingProfileNameCommandInput | UpdateRoutingProfileQueuesCommandInput | UpdateRuleCommandInput | UpdateSecurityProfileCommandInput | UpdateTaskTemplateCommandInput | UpdateTrafficDistributionCommandInput | UpdateUserHierarchyCommandInput | UpdateUserHierarchyGroupNameCommandInput | UpdateUserHierarchyStructureCommandInput | UpdateUserIdentityInfoCommandInput | UpdateUserPhoneConfigCommandInput | UpdateUserRoutingProfileCommandInput | UpdateUserSecurityProfilesCommandInput | UpdateViewContentCommandInput | UpdateViewMetadataCommandInput;
|
|
229
|
+
export type ServiceInputTypes = ActivateEvaluationFormCommandInput | AssociateApprovedOriginCommandInput | AssociateBotCommandInput | AssociateDefaultVocabularyCommandInput | AssociateInstanceStorageConfigCommandInput | AssociateLambdaFunctionCommandInput | AssociateLexBotCommandInput | AssociatePhoneNumberContactFlowCommandInput | AssociateQueueQuickConnectsCommandInput | AssociateRoutingProfileQueuesCommandInput | AssociateSecurityKeyCommandInput | AssociateTrafficDistributionGroupUserCommandInput | BatchGetFlowAssociationCommandInput | ClaimPhoneNumberCommandInput | CreateAgentStatusCommandInput | CreateContactFlowCommandInput | CreateContactFlowModuleCommandInput | CreateEvaluationFormCommandInput | CreateHoursOfOperationCommandInput | CreateInstanceCommandInput | CreateIntegrationAssociationCommandInput | CreateParticipantCommandInput | CreatePromptCommandInput | CreateQueueCommandInput | CreateQuickConnectCommandInput | CreateRoutingProfileCommandInput | CreateRuleCommandInput | CreateSecurityProfileCommandInput | CreateTaskTemplateCommandInput | CreateTrafficDistributionGroupCommandInput | CreateUseCaseCommandInput | CreateUserCommandInput | CreateUserHierarchyGroupCommandInput | CreateViewCommandInput | CreateViewVersionCommandInput | CreateVocabularyCommandInput | DeactivateEvaluationFormCommandInput | DeleteContactEvaluationCommandInput | DeleteContactFlowCommandInput | DeleteContactFlowModuleCommandInput | DeleteEvaluationFormCommandInput | DeleteHoursOfOperationCommandInput | DeleteInstanceCommandInput | DeleteIntegrationAssociationCommandInput | DeletePromptCommandInput | DeleteQueueCommandInput | DeleteQuickConnectCommandInput | DeleteRoutingProfileCommandInput | DeleteRuleCommandInput | DeleteSecurityProfileCommandInput | DeleteTaskTemplateCommandInput | DeleteTrafficDistributionGroupCommandInput | DeleteUseCaseCommandInput | DeleteUserCommandInput | DeleteUserHierarchyGroupCommandInput | DeleteViewCommandInput | DeleteViewVersionCommandInput | DeleteVocabularyCommandInput | DescribeAgentStatusCommandInput | DescribeContactCommandInput | DescribeContactEvaluationCommandInput | DescribeContactFlowCommandInput | DescribeContactFlowModuleCommandInput | DescribeEvaluationFormCommandInput | DescribeHoursOfOperationCommandInput | DescribeInstanceAttributeCommandInput | DescribeInstanceCommandInput | DescribeInstanceStorageConfigCommandInput | DescribePhoneNumberCommandInput | DescribePromptCommandInput | DescribeQueueCommandInput | DescribeQuickConnectCommandInput | DescribeRoutingProfileCommandInput | DescribeRuleCommandInput | DescribeSecurityProfileCommandInput | DescribeTrafficDistributionGroupCommandInput | DescribeUserCommandInput | DescribeUserHierarchyGroupCommandInput | DescribeUserHierarchyStructureCommandInput | DescribeViewCommandInput | DescribeVocabularyCommandInput | DisassociateApprovedOriginCommandInput | DisassociateBotCommandInput | DisassociateInstanceStorageConfigCommandInput | DisassociateLambdaFunctionCommandInput | DisassociateLexBotCommandInput | DisassociatePhoneNumberContactFlowCommandInput | DisassociateQueueQuickConnectsCommandInput | DisassociateRoutingProfileQueuesCommandInput | DisassociateSecurityKeyCommandInput | DisassociateTrafficDistributionGroupUserCommandInput | DismissUserContactCommandInput | GetContactAttributesCommandInput | GetCurrentMetricDataCommandInput | GetCurrentUserDataCommandInput | GetFederationTokenCommandInput | GetMetricDataCommandInput | GetMetricDataV2CommandInput | GetPromptFileCommandInput | GetTaskTemplateCommandInput | GetTrafficDistributionCommandInput | ListAgentStatusesCommandInput | ListApprovedOriginsCommandInput | ListBotsCommandInput | ListContactEvaluationsCommandInput | ListContactFlowModulesCommandInput | ListContactFlowsCommandInput | ListContactReferencesCommandInput | ListDefaultVocabulariesCommandInput | ListEvaluationFormVersionsCommandInput | ListEvaluationFormsCommandInput | ListHoursOfOperationsCommandInput | ListInstanceAttributesCommandInput | ListInstanceStorageConfigsCommandInput | ListInstancesCommandInput | ListIntegrationAssociationsCommandInput | ListLambdaFunctionsCommandInput | ListLexBotsCommandInput | ListPhoneNumbersCommandInput | ListPhoneNumbersV2CommandInput | ListPromptsCommandInput | ListQueueQuickConnectsCommandInput | ListQueuesCommandInput | ListQuickConnectsCommandInput | ListRoutingProfileQueuesCommandInput | ListRoutingProfilesCommandInput | ListRulesCommandInput | ListSecurityKeysCommandInput | ListSecurityProfileApplicationsCommandInput | ListSecurityProfilePermissionsCommandInput | ListSecurityProfilesCommandInput | ListTagsForResourceCommandInput | ListTaskTemplatesCommandInput | ListTrafficDistributionGroupUsersCommandInput | ListTrafficDistributionGroupsCommandInput | ListUseCasesCommandInput | ListUserHierarchyGroupsCommandInput | ListUsersCommandInput | ListViewVersionsCommandInput | ListViewsCommandInput | MonitorContactCommandInput | PutUserStatusCommandInput | ReleasePhoneNumberCommandInput | ReplicateInstanceCommandInput | ResumeContactRecordingCommandInput | SearchAvailablePhoneNumbersCommandInput | SearchHoursOfOperationsCommandInput | SearchPromptsCommandInput | SearchQueuesCommandInput | SearchQuickConnectsCommandInput | SearchResourceTagsCommandInput | SearchRoutingProfilesCommandInput | SearchSecurityProfilesCommandInput | SearchUsersCommandInput | SearchVocabulariesCommandInput | StartChatContactCommandInput | StartContactEvaluationCommandInput | StartContactRecordingCommandInput | StartContactStreamingCommandInput | StartOutboundVoiceContactCommandInput | StartTaskContactCommandInput | StopContactCommandInput | StopContactRecordingCommandInput | StopContactStreamingCommandInput | SubmitContactEvaluationCommandInput | SuspendContactRecordingCommandInput | TagResourceCommandInput | TransferContactCommandInput | UntagResourceCommandInput | UpdateAgentStatusCommandInput | UpdateContactAttributesCommandInput | UpdateContactCommandInput | UpdateContactEvaluationCommandInput | UpdateContactFlowContentCommandInput | UpdateContactFlowMetadataCommandInput | UpdateContactFlowModuleContentCommandInput | UpdateContactFlowModuleMetadataCommandInput | UpdateContactFlowNameCommandInput | UpdateContactScheduleCommandInput | UpdateEvaluationFormCommandInput | UpdateHoursOfOperationCommandInput | UpdateInstanceAttributeCommandInput | UpdateInstanceStorageConfigCommandInput | UpdateParticipantRoleConfigCommandInput | UpdatePhoneNumberCommandInput | UpdatePhoneNumberMetadataCommandInput | UpdatePromptCommandInput | UpdateQueueHoursOfOperationCommandInput | UpdateQueueMaxContactsCommandInput | UpdateQueueNameCommandInput | UpdateQueueOutboundCallerConfigCommandInput | UpdateQueueStatusCommandInput | UpdateQuickConnectConfigCommandInput | UpdateQuickConnectNameCommandInput | UpdateRoutingProfileAgentAvailabilityTimerCommandInput | UpdateRoutingProfileConcurrencyCommandInput | UpdateRoutingProfileDefaultOutboundQueueCommandInput | UpdateRoutingProfileNameCommandInput | UpdateRoutingProfileQueuesCommandInput | UpdateRuleCommandInput | UpdateSecurityProfileCommandInput | UpdateTaskTemplateCommandInput | UpdateTrafficDistributionCommandInput | UpdateUserHierarchyCommandInput | UpdateUserHierarchyGroupNameCommandInput | UpdateUserHierarchyStructureCommandInput | UpdateUserIdentityInfoCommandInput | UpdateUserPhoneConfigCommandInput | UpdateUserRoutingProfileCommandInput | UpdateUserSecurityProfilesCommandInput | UpdateViewContentCommandInput | UpdateViewMetadataCommandInput;
|
|
229
230
|
/**
|
|
230
231
|
* @public
|
|
231
232
|
*/
|
|
232
|
-
export type ServiceOutputTypes = ActivateEvaluationFormCommandOutput | AssociateApprovedOriginCommandOutput | AssociateBotCommandOutput | AssociateDefaultVocabularyCommandOutput | AssociateInstanceStorageConfigCommandOutput | AssociateLambdaFunctionCommandOutput | AssociateLexBotCommandOutput | AssociatePhoneNumberContactFlowCommandOutput | AssociateQueueQuickConnectsCommandOutput | AssociateRoutingProfileQueuesCommandOutput | AssociateSecurityKeyCommandOutput | AssociateTrafficDistributionGroupUserCommandOutput | ClaimPhoneNumberCommandOutput | CreateAgentStatusCommandOutput | CreateContactFlowCommandOutput | CreateContactFlowModuleCommandOutput | CreateEvaluationFormCommandOutput | CreateHoursOfOperationCommandOutput | CreateInstanceCommandOutput | CreateIntegrationAssociationCommandOutput | CreateParticipantCommandOutput | CreatePromptCommandOutput | CreateQueueCommandOutput | CreateQuickConnectCommandOutput | CreateRoutingProfileCommandOutput | CreateRuleCommandOutput | CreateSecurityProfileCommandOutput | CreateTaskTemplateCommandOutput | CreateTrafficDistributionGroupCommandOutput | CreateUseCaseCommandOutput | CreateUserCommandOutput | CreateUserHierarchyGroupCommandOutput | CreateViewCommandOutput | CreateViewVersionCommandOutput | CreateVocabularyCommandOutput | DeactivateEvaluationFormCommandOutput | DeleteContactEvaluationCommandOutput | DeleteContactFlowCommandOutput | DeleteContactFlowModuleCommandOutput | DeleteEvaluationFormCommandOutput | DeleteHoursOfOperationCommandOutput | DeleteInstanceCommandOutput | DeleteIntegrationAssociationCommandOutput | DeletePromptCommandOutput | DeleteQueueCommandOutput | DeleteQuickConnectCommandOutput | DeleteRoutingProfileCommandOutput | DeleteRuleCommandOutput | DeleteSecurityProfileCommandOutput | DeleteTaskTemplateCommandOutput | DeleteTrafficDistributionGroupCommandOutput | DeleteUseCaseCommandOutput | DeleteUserCommandOutput | DeleteUserHierarchyGroupCommandOutput | DeleteViewCommandOutput | DeleteViewVersionCommandOutput | DeleteVocabularyCommandOutput | DescribeAgentStatusCommandOutput | DescribeContactCommandOutput | DescribeContactEvaluationCommandOutput | DescribeContactFlowCommandOutput | DescribeContactFlowModuleCommandOutput | DescribeEvaluationFormCommandOutput | DescribeHoursOfOperationCommandOutput | DescribeInstanceAttributeCommandOutput | DescribeInstanceCommandOutput | DescribeInstanceStorageConfigCommandOutput | DescribePhoneNumberCommandOutput | DescribePromptCommandOutput | DescribeQueueCommandOutput | DescribeQuickConnectCommandOutput | DescribeRoutingProfileCommandOutput | DescribeRuleCommandOutput | DescribeSecurityProfileCommandOutput | DescribeTrafficDistributionGroupCommandOutput | DescribeUserCommandOutput | DescribeUserHierarchyGroupCommandOutput | DescribeUserHierarchyStructureCommandOutput | DescribeViewCommandOutput | DescribeVocabularyCommandOutput | DisassociateApprovedOriginCommandOutput | DisassociateBotCommandOutput | DisassociateInstanceStorageConfigCommandOutput | DisassociateLambdaFunctionCommandOutput | DisassociateLexBotCommandOutput | DisassociatePhoneNumberContactFlowCommandOutput | DisassociateQueueQuickConnectsCommandOutput | DisassociateRoutingProfileQueuesCommandOutput | DisassociateSecurityKeyCommandOutput | DisassociateTrafficDistributionGroupUserCommandOutput | DismissUserContactCommandOutput | GetContactAttributesCommandOutput | GetCurrentMetricDataCommandOutput | GetCurrentUserDataCommandOutput | GetFederationTokenCommandOutput | GetMetricDataCommandOutput | GetMetricDataV2CommandOutput | GetPromptFileCommandOutput | GetTaskTemplateCommandOutput | GetTrafficDistributionCommandOutput | ListAgentStatusesCommandOutput | ListApprovedOriginsCommandOutput | ListBotsCommandOutput | ListContactEvaluationsCommandOutput | ListContactFlowModulesCommandOutput | ListContactFlowsCommandOutput | ListContactReferencesCommandOutput | ListDefaultVocabulariesCommandOutput | ListEvaluationFormVersionsCommandOutput | ListEvaluationFormsCommandOutput | ListHoursOfOperationsCommandOutput | ListInstanceAttributesCommandOutput | ListInstanceStorageConfigsCommandOutput | ListInstancesCommandOutput | ListIntegrationAssociationsCommandOutput | ListLambdaFunctionsCommandOutput | ListLexBotsCommandOutput | ListPhoneNumbersCommandOutput | ListPhoneNumbersV2CommandOutput | ListPromptsCommandOutput | ListQueueQuickConnectsCommandOutput | ListQueuesCommandOutput | ListQuickConnectsCommandOutput | ListRoutingProfileQueuesCommandOutput | ListRoutingProfilesCommandOutput | ListRulesCommandOutput | ListSecurityKeysCommandOutput | ListSecurityProfileApplicationsCommandOutput | ListSecurityProfilePermissionsCommandOutput | ListSecurityProfilesCommandOutput | ListTagsForResourceCommandOutput | ListTaskTemplatesCommandOutput | ListTrafficDistributionGroupUsersCommandOutput | ListTrafficDistributionGroupsCommandOutput | ListUseCasesCommandOutput | ListUserHierarchyGroupsCommandOutput | ListUsersCommandOutput | ListViewVersionsCommandOutput | ListViewsCommandOutput | MonitorContactCommandOutput | PutUserStatusCommandOutput | ReleasePhoneNumberCommandOutput | ReplicateInstanceCommandOutput | ResumeContactRecordingCommandOutput | SearchAvailablePhoneNumbersCommandOutput | SearchHoursOfOperationsCommandOutput | SearchPromptsCommandOutput | SearchQueuesCommandOutput | SearchQuickConnectsCommandOutput | SearchResourceTagsCommandOutput | SearchRoutingProfilesCommandOutput | SearchSecurityProfilesCommandOutput | SearchUsersCommandOutput | SearchVocabulariesCommandOutput | StartChatContactCommandOutput | StartContactEvaluationCommandOutput | StartContactRecordingCommandOutput | StartContactStreamingCommandOutput | StartOutboundVoiceContactCommandOutput | StartTaskContactCommandOutput | StopContactCommandOutput | StopContactRecordingCommandOutput | StopContactStreamingCommandOutput | SubmitContactEvaluationCommandOutput | SuspendContactRecordingCommandOutput | TagResourceCommandOutput | TransferContactCommandOutput | UntagResourceCommandOutput | UpdateAgentStatusCommandOutput | UpdateContactAttributesCommandOutput | UpdateContactCommandOutput | UpdateContactEvaluationCommandOutput | UpdateContactFlowContentCommandOutput | UpdateContactFlowMetadataCommandOutput | UpdateContactFlowModuleContentCommandOutput | UpdateContactFlowModuleMetadataCommandOutput | UpdateContactFlowNameCommandOutput | UpdateContactScheduleCommandOutput | UpdateEvaluationFormCommandOutput | UpdateHoursOfOperationCommandOutput | UpdateInstanceAttributeCommandOutput | UpdateInstanceStorageConfigCommandOutput | UpdateParticipantRoleConfigCommandOutput | UpdatePhoneNumberCommandOutput | UpdatePhoneNumberMetadataCommandOutput | UpdatePromptCommandOutput | UpdateQueueHoursOfOperationCommandOutput | UpdateQueueMaxContactsCommandOutput | UpdateQueueNameCommandOutput | UpdateQueueOutboundCallerConfigCommandOutput | UpdateQueueStatusCommandOutput | UpdateQuickConnectConfigCommandOutput | UpdateQuickConnectNameCommandOutput | UpdateRoutingProfileAgentAvailabilityTimerCommandOutput | UpdateRoutingProfileConcurrencyCommandOutput | UpdateRoutingProfileDefaultOutboundQueueCommandOutput | UpdateRoutingProfileNameCommandOutput | UpdateRoutingProfileQueuesCommandOutput | UpdateRuleCommandOutput | UpdateSecurityProfileCommandOutput | UpdateTaskTemplateCommandOutput | UpdateTrafficDistributionCommandOutput | UpdateUserHierarchyCommandOutput | UpdateUserHierarchyGroupNameCommandOutput | UpdateUserHierarchyStructureCommandOutput | UpdateUserIdentityInfoCommandOutput | UpdateUserPhoneConfigCommandOutput | UpdateUserRoutingProfileCommandOutput | UpdateUserSecurityProfilesCommandOutput | UpdateViewContentCommandOutput | UpdateViewMetadataCommandOutput;
|
|
233
|
+
export type ServiceOutputTypes = ActivateEvaluationFormCommandOutput | AssociateApprovedOriginCommandOutput | AssociateBotCommandOutput | AssociateDefaultVocabularyCommandOutput | AssociateInstanceStorageConfigCommandOutput | AssociateLambdaFunctionCommandOutput | AssociateLexBotCommandOutput | AssociatePhoneNumberContactFlowCommandOutput | AssociateQueueQuickConnectsCommandOutput | AssociateRoutingProfileQueuesCommandOutput | AssociateSecurityKeyCommandOutput | AssociateTrafficDistributionGroupUserCommandOutput | BatchGetFlowAssociationCommandOutput | ClaimPhoneNumberCommandOutput | CreateAgentStatusCommandOutput | CreateContactFlowCommandOutput | CreateContactFlowModuleCommandOutput | CreateEvaluationFormCommandOutput | CreateHoursOfOperationCommandOutput | CreateInstanceCommandOutput | CreateIntegrationAssociationCommandOutput | CreateParticipantCommandOutput | CreatePromptCommandOutput | CreateQueueCommandOutput | CreateQuickConnectCommandOutput | CreateRoutingProfileCommandOutput | CreateRuleCommandOutput | CreateSecurityProfileCommandOutput | CreateTaskTemplateCommandOutput | CreateTrafficDistributionGroupCommandOutput | CreateUseCaseCommandOutput | CreateUserCommandOutput | CreateUserHierarchyGroupCommandOutput | CreateViewCommandOutput | CreateViewVersionCommandOutput | CreateVocabularyCommandOutput | DeactivateEvaluationFormCommandOutput | DeleteContactEvaluationCommandOutput | DeleteContactFlowCommandOutput | DeleteContactFlowModuleCommandOutput | DeleteEvaluationFormCommandOutput | DeleteHoursOfOperationCommandOutput | DeleteInstanceCommandOutput | DeleteIntegrationAssociationCommandOutput | DeletePromptCommandOutput | DeleteQueueCommandOutput | DeleteQuickConnectCommandOutput | DeleteRoutingProfileCommandOutput | DeleteRuleCommandOutput | DeleteSecurityProfileCommandOutput | DeleteTaskTemplateCommandOutput | DeleteTrafficDistributionGroupCommandOutput | DeleteUseCaseCommandOutput | DeleteUserCommandOutput | DeleteUserHierarchyGroupCommandOutput | DeleteViewCommandOutput | DeleteViewVersionCommandOutput | DeleteVocabularyCommandOutput | DescribeAgentStatusCommandOutput | DescribeContactCommandOutput | DescribeContactEvaluationCommandOutput | DescribeContactFlowCommandOutput | DescribeContactFlowModuleCommandOutput | DescribeEvaluationFormCommandOutput | DescribeHoursOfOperationCommandOutput | DescribeInstanceAttributeCommandOutput | DescribeInstanceCommandOutput | DescribeInstanceStorageConfigCommandOutput | DescribePhoneNumberCommandOutput | DescribePromptCommandOutput | DescribeQueueCommandOutput | DescribeQuickConnectCommandOutput | DescribeRoutingProfileCommandOutput | DescribeRuleCommandOutput | DescribeSecurityProfileCommandOutput | DescribeTrafficDistributionGroupCommandOutput | DescribeUserCommandOutput | DescribeUserHierarchyGroupCommandOutput | DescribeUserHierarchyStructureCommandOutput | DescribeViewCommandOutput | DescribeVocabularyCommandOutput | DisassociateApprovedOriginCommandOutput | DisassociateBotCommandOutput | DisassociateInstanceStorageConfigCommandOutput | DisassociateLambdaFunctionCommandOutput | DisassociateLexBotCommandOutput | DisassociatePhoneNumberContactFlowCommandOutput | DisassociateQueueQuickConnectsCommandOutput | DisassociateRoutingProfileQueuesCommandOutput | DisassociateSecurityKeyCommandOutput | DisassociateTrafficDistributionGroupUserCommandOutput | DismissUserContactCommandOutput | GetContactAttributesCommandOutput | GetCurrentMetricDataCommandOutput | GetCurrentUserDataCommandOutput | GetFederationTokenCommandOutput | GetMetricDataCommandOutput | GetMetricDataV2CommandOutput | GetPromptFileCommandOutput | GetTaskTemplateCommandOutput | GetTrafficDistributionCommandOutput | ListAgentStatusesCommandOutput | ListApprovedOriginsCommandOutput | ListBotsCommandOutput | ListContactEvaluationsCommandOutput | ListContactFlowModulesCommandOutput | ListContactFlowsCommandOutput | ListContactReferencesCommandOutput | ListDefaultVocabulariesCommandOutput | ListEvaluationFormVersionsCommandOutput | ListEvaluationFormsCommandOutput | ListHoursOfOperationsCommandOutput | ListInstanceAttributesCommandOutput | ListInstanceStorageConfigsCommandOutput | ListInstancesCommandOutput | ListIntegrationAssociationsCommandOutput | ListLambdaFunctionsCommandOutput | ListLexBotsCommandOutput | ListPhoneNumbersCommandOutput | ListPhoneNumbersV2CommandOutput | ListPromptsCommandOutput | ListQueueQuickConnectsCommandOutput | ListQueuesCommandOutput | ListQuickConnectsCommandOutput | ListRoutingProfileQueuesCommandOutput | ListRoutingProfilesCommandOutput | ListRulesCommandOutput | ListSecurityKeysCommandOutput | ListSecurityProfileApplicationsCommandOutput | ListSecurityProfilePermissionsCommandOutput | ListSecurityProfilesCommandOutput | ListTagsForResourceCommandOutput | ListTaskTemplatesCommandOutput | ListTrafficDistributionGroupUsersCommandOutput | ListTrafficDistributionGroupsCommandOutput | ListUseCasesCommandOutput | ListUserHierarchyGroupsCommandOutput | ListUsersCommandOutput | ListViewVersionsCommandOutput | ListViewsCommandOutput | MonitorContactCommandOutput | PutUserStatusCommandOutput | ReleasePhoneNumberCommandOutput | ReplicateInstanceCommandOutput | ResumeContactRecordingCommandOutput | SearchAvailablePhoneNumbersCommandOutput | SearchHoursOfOperationsCommandOutput | SearchPromptsCommandOutput | SearchQueuesCommandOutput | SearchQuickConnectsCommandOutput | SearchResourceTagsCommandOutput | SearchRoutingProfilesCommandOutput | SearchSecurityProfilesCommandOutput | SearchUsersCommandOutput | SearchVocabulariesCommandOutput | StartChatContactCommandOutput | StartContactEvaluationCommandOutput | StartContactRecordingCommandOutput | StartContactStreamingCommandOutput | StartOutboundVoiceContactCommandOutput | StartTaskContactCommandOutput | StopContactCommandOutput | StopContactRecordingCommandOutput | StopContactStreamingCommandOutput | SubmitContactEvaluationCommandOutput | SuspendContactRecordingCommandOutput | TagResourceCommandOutput | TransferContactCommandOutput | UntagResourceCommandOutput | UpdateAgentStatusCommandOutput | UpdateContactAttributesCommandOutput | UpdateContactCommandOutput | UpdateContactEvaluationCommandOutput | UpdateContactFlowContentCommandOutput | UpdateContactFlowMetadataCommandOutput | UpdateContactFlowModuleContentCommandOutput | UpdateContactFlowModuleMetadataCommandOutput | UpdateContactFlowNameCommandOutput | UpdateContactScheduleCommandOutput | UpdateEvaluationFormCommandOutput | UpdateHoursOfOperationCommandOutput | UpdateInstanceAttributeCommandOutput | UpdateInstanceStorageConfigCommandOutput | UpdateParticipantRoleConfigCommandOutput | UpdatePhoneNumberCommandOutput | UpdatePhoneNumberMetadataCommandOutput | UpdatePromptCommandOutput | UpdateQueueHoursOfOperationCommandOutput | UpdateQueueMaxContactsCommandOutput | UpdateQueueNameCommandOutput | UpdateQueueOutboundCallerConfigCommandOutput | UpdateQueueStatusCommandOutput | UpdateQuickConnectConfigCommandOutput | UpdateQuickConnectNameCommandOutput | UpdateRoutingProfileAgentAvailabilityTimerCommandOutput | UpdateRoutingProfileConcurrencyCommandOutput | UpdateRoutingProfileDefaultOutboundQueueCommandOutput | UpdateRoutingProfileNameCommandOutput | UpdateRoutingProfileQueuesCommandOutput | UpdateRuleCommandOutput | UpdateSecurityProfileCommandOutput | UpdateTaskTemplateCommandOutput | UpdateTrafficDistributionCommandOutput | UpdateUserHierarchyCommandOutput | UpdateUserHierarchyGroupNameCommandOutput | UpdateUserHierarchyStructureCommandOutput | UpdateUserIdentityInfoCommandOutput | UpdateUserPhoneConfigCommandOutput | UpdateUserRoutingProfileCommandOutput | UpdateUserSecurityProfilesCommandOutput | UpdateViewContentCommandOutput | UpdateViewMetadataCommandOutput;
|
|
233
234
|
/**
|
|
234
235
|
* @public
|
|
235
236
|
*/
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
5
|
+
import { BatchGetFlowAssociationRequest, BatchGetFlowAssociationResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link BatchGetFlowAssociationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface BatchGetFlowAssociationCommandInput extends BatchGetFlowAssociationRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link BatchGetFlowAssociationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface BatchGetFlowAssociationCommandOutput extends BatchGetFlowAssociationResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Retrieve the flow associations for the given resources.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { ConnectClient, BatchGetFlowAssociationCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
31
|
+
* // const { ConnectClient, BatchGetFlowAssociationCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
32
|
+
* const client = new ConnectClient(config);
|
|
33
|
+
* const input = { // BatchGetFlowAssociationRequest
|
|
34
|
+
* InstanceId: "STRING_VALUE", // required
|
|
35
|
+
* ResourceIds: [ // resourceArnListMaxLimit100 // required
|
|
36
|
+
* "STRING_VALUE",
|
|
37
|
+
* ],
|
|
38
|
+
* ResourceType: "SMS_PHONE_NUMBER" || "VOICE_PHONE_NUMBER",
|
|
39
|
+
* };
|
|
40
|
+
* const command = new BatchGetFlowAssociationCommand(input);
|
|
41
|
+
* const response = await client.send(command);
|
|
42
|
+
* // { // BatchGetFlowAssociationResponse
|
|
43
|
+
* // FlowAssociationSummaryList: [ // FlowAssociationSummaryList
|
|
44
|
+
* // { // FlowAssociationSummary
|
|
45
|
+
* // ResourceId: "STRING_VALUE",
|
|
46
|
+
* // FlowId: "STRING_VALUE",
|
|
47
|
+
* // ResourceType: "SMS_PHONE_NUMBER" || "VOICE_PHONE_NUMBER",
|
|
48
|
+
* // },
|
|
49
|
+
* // ],
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
52
|
+
* ```
|
|
53
|
+
*
|
|
54
|
+
* @param BatchGetFlowAssociationCommandInput - {@link BatchGetFlowAssociationCommandInput}
|
|
55
|
+
* @returns {@link BatchGetFlowAssociationCommandOutput}
|
|
56
|
+
* @see {@link BatchGetFlowAssociationCommandInput} for command's `input` shape.
|
|
57
|
+
* @see {@link BatchGetFlowAssociationCommandOutput} for command's `response` shape.
|
|
58
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
61
|
+
* <p>You do not have sufficient permissions to perform this action.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
64
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
67
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
70
|
+
* <p>The request is not valid.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
73
|
+
* <p>The specified resource was not found.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
76
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link ConnectServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
80
|
+
*
|
|
81
|
+
*/
|
|
82
|
+
export declare class BatchGetFlowAssociationCommand extends $Command<BatchGetFlowAssociationCommandInput, BatchGetFlowAssociationCommandOutput, ConnectClientResolvedConfig> {
|
|
83
|
+
readonly input: BatchGetFlowAssociationCommandInput;
|
|
84
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
+
/**
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
88
|
+
constructor(input: BatchGetFlowAssociationCommandInput);
|
|
89
|
+
/**
|
|
90
|
+
* @internal
|
|
91
|
+
*/
|
|
92
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetFlowAssociationCommandInput, BatchGetFlowAssociationCommandOutput>;
|
|
93
|
+
/**
|
|
94
|
+
* @internal
|
|
95
|
+
*/
|
|
96
|
+
private serialize;
|
|
97
|
+
/**
|
|
98
|
+
* @internal
|
|
99
|
+
*/
|
|
100
|
+
private deserialize;
|
|
101
|
+
}
|
|
@@ -23,14 +23,12 @@ export interface CreateViewCommandOutput extends CreateViewResponse, __MetadataB
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Creates a new view with the possible status of <code>SAVED</code> or
|
|
27
|
-
* <code>PUBLISHED</code>.</p>
|
|
26
|
+
* <p>Creates a new view with the possible status of <code>SAVED</code> or <code>PUBLISHED</code>.</p>
|
|
28
27
|
* <p>The views will have a unique name for each connect instance.</p>
|
|
29
|
-
* <p>It performs basic content validation if the status is <code>SAVED</code> or full content
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
* is idempotent if ClientToken is provided.</p>
|
|
28
|
+
* <p>It performs basic content validation if the status is <code>SAVED</code> or full content validation if the status
|
|
29
|
+
* is set to <code>PUBLISHED</code>. An error is returned if validation fails. It associates either
|
|
30
|
+
* the <code>$SAVED</code> qualifier or both of the <code>$SAVED</code> and <code>$LATEST</code> qualifiers with the
|
|
31
|
+
* provided view content based on the status. The view is idempotent if ClientToken is provided.</p>
|
|
34
32
|
* @example
|
|
35
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
34
|
* ```javascript
|
|
@@ -25,9 +25,9 @@ export interface CreateViewVersionCommandOutput extends CreateViewVersionRespons
|
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Publishes a new version of the view identifier.</p>
|
|
27
27
|
* <p>Versions are immutable and monotonically increasing.</p>
|
|
28
|
-
* <p>It returns the highest version if there is no change in content compared to that version. An
|
|
29
|
-
*
|
|
30
|
-
*
|
|
28
|
+
* <p>It returns the highest version if there is no change in content compared to that version. An error
|
|
29
|
+
* is displayed if the supplied ViewContentSha256 is different from the ViewContentSha256 of the
|
|
30
|
+
* <code>$LATEST</code> alias.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -23,8 +23,7 @@ export interface DeleteViewCommandOutput extends DeleteViewResponse, __MetadataB
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Deletes the view entirely. It deletes the view and all associated qualifiers (versions and
|
|
27
|
-
* aliases).</p>
|
|
26
|
+
* <p>Deletes the view entirely. It deletes the view and all associated qualifiers (versions and aliases).</p>
|
|
28
27
|
* @example
|
|
29
28
|
* Use a bare-bones client and the command you need to make an API call.
|
|
30
29
|
* ```javascript
|
|
@@ -49,6 +49,8 @@ export interface DescribeAgentStatusCommandOutput extends DescribeAgentStatusRes
|
|
|
49
49
|
* // Tags: { // TagMap
|
|
50
50
|
* // "<keys>": "STRING_VALUE",
|
|
51
51
|
* // },
|
|
52
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
53
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
52
54
|
* // },
|
|
53
55
|
* // };
|
|
54
56
|
*
|
|
@@ -60,6 +60,8 @@ export interface DescribeHoursOfOperationCommandOutput extends DescribeHoursOfOp
|
|
|
60
60
|
* // Tags: { // TagMap
|
|
61
61
|
* // "<keys>": "STRING_VALUE",
|
|
62
62
|
* // },
|
|
63
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
64
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
63
65
|
* // },
|
|
64
66
|
* // };
|
|
65
67
|
*
|
|
@@ -45,6 +45,8 @@ export interface DescribePromptCommandOutput extends DescribePromptResponse, __M
|
|
|
45
45
|
* // Tags: { // TagMap
|
|
46
46
|
* // "<keys>": "STRING_VALUE",
|
|
47
47
|
* // },
|
|
48
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
49
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
48
50
|
* // },
|
|
49
51
|
* // };
|
|
50
52
|
*
|
|
@@ -54,6 +54,8 @@ export interface DescribeQueueCommandOutput extends DescribeQueueResponse, __Met
|
|
|
54
54
|
* // Tags: { // TagMap
|
|
55
55
|
* // "<keys>": "STRING_VALUE",
|
|
56
56
|
* // },
|
|
57
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
58
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
57
59
|
* // },
|
|
58
60
|
* // };
|
|
59
61
|
*
|
|
@@ -59,6 +59,8 @@ export interface DescribeQuickConnectCommandOutput extends DescribeQuickConnectR
|
|
|
59
59
|
* // Tags: { // TagMap
|
|
60
60
|
* // "<keys>": "STRING_VALUE",
|
|
61
61
|
* // },
|
|
62
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
63
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
62
64
|
* // },
|
|
63
65
|
* // };
|
|
64
66
|
*
|
|
@@ -59,6 +59,9 @@ export interface DescribeRoutingProfileCommandOutput extends DescribeRoutingProf
|
|
|
59
59
|
* // NumberOfAssociatedQueues: Number("long"),
|
|
60
60
|
* // NumberOfAssociatedUsers: Number("long"),
|
|
61
61
|
* // AgentAvailabilityTimer: "TIME_SINCE_LAST_ACTIVITY" || "TIME_SINCE_LAST_INBOUND",
|
|
62
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
63
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
64
|
+
* // IsDefault: true || false,
|
|
62
65
|
* // },
|
|
63
66
|
* // };
|
|
64
67
|
*
|
|
@@ -52,6 +52,8 @@ export interface DescribeSecurityProfileCommandOutput extends DescribeSecurityPr
|
|
|
52
52
|
* // TagRestrictedResources: [ // TagRestrictedResourceList
|
|
53
53
|
* // "STRING_VALUE",
|
|
54
54
|
* // ],
|
|
55
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
56
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
55
57
|
* // },
|
|
56
58
|
* // };
|
|
57
59
|
*
|
|
@@ -64,6 +64,8 @@ export interface DescribeUserCommandOutput extends DescribeUserResponse, __Metad
|
|
|
64
64
|
* // Tags: { // TagMap
|
|
65
65
|
* // "<keys>": "STRING_VALUE",
|
|
66
66
|
* // },
|
|
67
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
68
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
67
69
|
* // },
|
|
68
70
|
* // };
|
|
69
71
|
*
|
|
@@ -47,31 +47,43 @@ export interface DescribeUserHierarchyGroupCommandOutput extends DescribeUserHie
|
|
|
47
47
|
* // Id: "STRING_VALUE",
|
|
48
48
|
* // Arn: "STRING_VALUE",
|
|
49
49
|
* // Name: "STRING_VALUE",
|
|
50
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
51
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
50
52
|
* // },
|
|
51
53
|
* // LevelTwo: {
|
|
52
54
|
* // Id: "STRING_VALUE",
|
|
53
55
|
* // Arn: "STRING_VALUE",
|
|
54
56
|
* // Name: "STRING_VALUE",
|
|
57
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
58
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
55
59
|
* // },
|
|
56
60
|
* // LevelThree: {
|
|
57
61
|
* // Id: "STRING_VALUE",
|
|
58
62
|
* // Arn: "STRING_VALUE",
|
|
59
63
|
* // Name: "STRING_VALUE",
|
|
64
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
65
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
60
66
|
* // },
|
|
61
67
|
* // LevelFour: {
|
|
62
68
|
* // Id: "STRING_VALUE",
|
|
63
69
|
* // Arn: "STRING_VALUE",
|
|
64
70
|
* // Name: "STRING_VALUE",
|
|
71
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
72
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
65
73
|
* // },
|
|
66
74
|
* // LevelFive: {
|
|
67
75
|
* // Id: "STRING_VALUE",
|
|
68
76
|
* // Arn: "STRING_VALUE",
|
|
69
77
|
* // Name: "STRING_VALUE",
|
|
78
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
79
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
70
80
|
* // },
|
|
71
81
|
* // },
|
|
72
82
|
* // Tags: { // TagMap
|
|
73
83
|
* // "<keys>": "STRING_VALUE",
|
|
74
84
|
* // },
|
|
85
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
86
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
75
87
|
* // },
|
|
76
88
|
* // };
|
|
77
89
|
*
|
|
@@ -2,7 +2,8 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
5
|
-
import { DescribeUserHierarchyStructureRequest
|
|
5
|
+
import { DescribeUserHierarchyStructureRequest } from "../models/models_0";
|
|
6
|
+
import { DescribeUserHierarchyStructureResponse } from "../models/models_1";
|
|
6
7
|
/**
|
|
7
8
|
* @public
|
|
8
9
|
*/
|
|
@@ -41,26 +42,36 @@ export interface DescribeUserHierarchyStructureCommandOutput extends DescribeUse
|
|
|
41
42
|
* // Id: "STRING_VALUE",
|
|
42
43
|
* // Arn: "STRING_VALUE",
|
|
43
44
|
* // Name: "STRING_VALUE",
|
|
45
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
46
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
44
47
|
* // },
|
|
45
48
|
* // LevelTwo: {
|
|
46
49
|
* // Id: "STRING_VALUE",
|
|
47
50
|
* // Arn: "STRING_VALUE",
|
|
48
51
|
* // Name: "STRING_VALUE",
|
|
52
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
53
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
49
54
|
* // },
|
|
50
55
|
* // LevelThree: {
|
|
51
56
|
* // Id: "STRING_VALUE",
|
|
52
57
|
* // Arn: "STRING_VALUE",
|
|
53
58
|
* // Name: "STRING_VALUE",
|
|
59
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
60
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
54
61
|
* // },
|
|
55
62
|
* // LevelFour: {
|
|
56
63
|
* // Id: "STRING_VALUE",
|
|
57
64
|
* // Arn: "STRING_VALUE",
|
|
58
65
|
* // Name: "STRING_VALUE",
|
|
66
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
67
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
59
68
|
* // },
|
|
60
69
|
* // LevelFive: {
|
|
61
70
|
* // Id: "STRING_VALUE",
|
|
62
71
|
* // Arn: "STRING_VALUE",
|
|
63
72
|
* // Name: "STRING_VALUE",
|
|
73
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
74
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
64
75
|
* // },
|
|
65
76
|
* // },
|
|
66
77
|
* // };
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
5
|
-
import { DescribeViewRequest, DescribeViewResponse } from "../models/
|
|
5
|
+
import { DescribeViewRequest, DescribeViewResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -27,10 +27,10 @@ export interface DescribeViewCommandOutput extends DescribeViewResponse, __Metad
|
|
|
27
27
|
* <p>The view identifier can be supplied as a ViewId or ARN.</p>
|
|
28
28
|
* <p>
|
|
29
29
|
* <code>$SAVED</code> needs to be supplied if a view is unpublished.</p>
|
|
30
|
-
* <p>The view identifier can contain an optional qualifier, for example,
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
* no published content available. Version 1 is assumed for Amazon Web Services managed views.</p>
|
|
30
|
+
* <p>The view identifier can contain an optional qualifier, for example, <code><view-id>:$SAVED</code>, which
|
|
31
|
+
* is either an actual version number or an Amazon Connect managed qualifier <code>$SAVED | $LATEST</code>.
|
|
32
|
+
* If it is not supplied, then <code>$LATEST</code> is assumed for customer managed views and an error is
|
|
33
|
+
* returned if there is no published content available. Version 1 is assumed for Amazon Web Services managed views.</p>
|
|
34
34
|
* @example
|
|
35
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
36
|
* ```javascript
|
|
@@ -38,6 +38,8 @@ export interface GetPromptFileCommandOutput extends GetPromptFileResponse, __Met
|
|
|
38
38
|
* const response = await client.send(command);
|
|
39
39
|
* // { // GetPromptFileResponse
|
|
40
40
|
* // PromptPresignedUrl: "STRING_VALUE",
|
|
41
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
42
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
41
43
|
* // };
|
|
42
44
|
*
|
|
43
45
|
* ```
|
|
@@ -49,6 +49,8 @@ export interface ListAgentStatusesCommandOutput extends ListAgentStatusResponse,
|
|
|
49
49
|
* // Arn: "STRING_VALUE",
|
|
50
50
|
* // Name: "STRING_VALUE",
|
|
51
51
|
* // Type: "ROUTABLE" || "CUSTOM" || "OFFLINE",
|
|
52
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
53
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
52
54
|
* // },
|
|
53
55
|
* // ],
|
|
54
56
|
* // };
|
|
@@ -46,6 +46,8 @@ export interface ListHoursOfOperationsCommandOutput extends ListHoursOfOperation
|
|
|
46
46
|
* // Id: "STRING_VALUE",
|
|
47
47
|
* // Arn: "STRING_VALUE",
|
|
48
48
|
* // Name: "STRING_VALUE",
|
|
49
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
50
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
49
51
|
* // },
|
|
50
52
|
* // ],
|
|
51
53
|
* // NextToken: "STRING_VALUE",
|
|
@@ -43,6 +43,8 @@ export interface ListPromptsCommandOutput extends ListPromptsResponse, __Metadat
|
|
|
43
43
|
* // Id: "STRING_VALUE",
|
|
44
44
|
* // Arn: "STRING_VALUE",
|
|
45
45
|
* // Name: "STRING_VALUE",
|
|
46
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
47
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
46
48
|
* // },
|
|
47
49
|
* // ],
|
|
48
50
|
* // NextToken: "STRING_VALUE",
|
|
@@ -47,8 +47,12 @@ export interface ListQueueQuickConnectsCommandOutput extends ListQueueQuickConne
|
|
|
47
47
|
* // Arn: "STRING_VALUE",
|
|
48
48
|
* // Name: "STRING_VALUE",
|
|
49
49
|
* // QuickConnectType: "USER" || "QUEUE" || "PHONE_NUMBER",
|
|
50
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
51
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
50
52
|
* // },
|
|
51
53
|
* // ],
|
|
54
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
55
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
52
56
|
* // };
|
|
53
57
|
*
|
|
54
58
|
* ```
|
|
@@ -53,6 +53,8 @@ export interface ListQueuesCommandOutput extends ListQueuesResponse, __MetadataB
|
|
|
53
53
|
* // Arn: "STRING_VALUE",
|
|
54
54
|
* // Name: "STRING_VALUE",
|
|
55
55
|
* // QueueType: "STANDARD" || "AGENT",
|
|
56
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
57
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
56
58
|
* // },
|
|
57
59
|
* // ],
|
|
58
60
|
* // NextToken: "STRING_VALUE",
|
|
@@ -48,6 +48,8 @@ export interface ListQuickConnectsCommandOutput extends ListQuickConnectsRespons
|
|
|
48
48
|
* // Arn: "STRING_VALUE",
|
|
49
49
|
* // Name: "STRING_VALUE",
|
|
50
50
|
* // QuickConnectType: "USER" || "QUEUE" || "PHONE_NUMBER",
|
|
51
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
52
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
51
53
|
* // },
|
|
52
54
|
* // ],
|
|
53
55
|
* // NextToken: "STRING_VALUE",
|
|
@@ -50,6 +50,8 @@ export interface ListRoutingProfileQueuesCommandOutput extends ListRoutingProfil
|
|
|
50
50
|
* // Channel: "VOICE" || "CHAT" || "TASK", // required
|
|
51
51
|
* // },
|
|
52
52
|
* // ],
|
|
53
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
54
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
53
55
|
* // };
|
|
54
56
|
*
|
|
55
57
|
* ```
|
|
@@ -46,6 +46,8 @@ export interface ListRoutingProfilesCommandOutput extends ListRoutingProfilesRes
|
|
|
46
46
|
* // Id: "STRING_VALUE",
|
|
47
47
|
* // Arn: "STRING_VALUE",
|
|
48
48
|
* // Name: "STRING_VALUE",
|
|
49
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
50
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
49
51
|
* // },
|
|
50
52
|
* // ],
|
|
51
53
|
* // NextToken: "STRING_VALUE",
|
|
@@ -43,6 +43,8 @@ export interface ListSecurityProfilePermissionsCommandOutput extends ListSecurit
|
|
|
43
43
|
* // "STRING_VALUE",
|
|
44
44
|
* // ],
|
|
45
45
|
* // NextToken: "STRING_VALUE",
|
|
46
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
47
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
46
48
|
* // };
|
|
47
49
|
*
|
|
48
50
|
* ```
|
|
@@ -45,6 +45,8 @@ export interface ListSecurityProfilesCommandOutput extends ListSecurityProfilesR
|
|
|
45
45
|
* // Id: "STRING_VALUE",
|
|
46
46
|
* // Arn: "STRING_VALUE",
|
|
47
47
|
* // Name: "STRING_VALUE",
|
|
48
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
49
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
48
50
|
* // },
|
|
49
51
|
* // ],
|
|
50
52
|
* // NextToken: "STRING_VALUE",
|
|
@@ -46,6 +46,8 @@ export interface ListUserHierarchyGroupsCommandOutput extends ListUserHierarchyG
|
|
|
46
46
|
* // Id: "STRING_VALUE",
|
|
47
47
|
* // Arn: "STRING_VALUE",
|
|
48
48
|
* // Name: "STRING_VALUE",
|
|
49
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
50
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
49
51
|
* // },
|
|
50
52
|
* // ],
|
|
51
53
|
* // NextToken: "STRING_VALUE",
|
|
@@ -44,6 +44,8 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
|
|
|
44
44
|
* // Id: "STRING_VALUE",
|
|
45
45
|
* // Arn: "STRING_VALUE",
|
|
46
46
|
* // Username: "STRING_VALUE",
|
|
47
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
48
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
47
49
|
* // },
|
|
48
50
|
* // ],
|
|
49
51
|
* // NextToken: "STRING_VALUE",
|
|
@@ -23,8 +23,7 @@ export interface ListViewVersionsCommandOutput extends ListViewVersionsResponse,
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Returns all the available versions for the specified Amazon Connect instance and view
|
|
27
|
-
* identifier.</p>
|
|
26
|
+
* <p>Returns all the available versions for the specified Amazon Connect instance and view identifier.</p>
|
|
28
27
|
* <p>Results will be sorted from highest to lowest.</p>
|
|
29
28
|
* @example
|
|
30
29
|
* Use a bare-bones client and the command you need to make an API call.
|