@aws-sdk/client-connect 3.41.0 → 3.46.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/CHANGELOG.md +50 -0
- package/README.md +2 -4
- package/dist-cjs/Connect.js +180 -0
- package/dist-cjs/commands/CreateContactFlowModuleCommand.js +36 -0
- package/dist-cjs/commands/DeleteContactFlowCommand.js +36 -0
- package/dist-cjs/commands/DeleteContactFlowModuleCommand.js +36 -0
- package/dist-cjs/commands/DescribeContactCommand.js +36 -0
- package/dist-cjs/commands/DescribeContactFlowModuleCommand.js +36 -0
- package/dist-cjs/commands/ListContactFlowModulesCommand.js +36 -0
- package/dist-cjs/commands/ListContactReferencesCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAgentStatusCommand.js +2 -2
- package/dist-cjs/commands/UpdateContactAttributesCommand.js +3 -3
- package/dist-cjs/commands/UpdateContactCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactFlowContentCommand.js +2 -2
- package/dist-cjs/commands/UpdateContactFlowMetadataCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactFlowModuleContentCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactFlowModuleMetadataCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactFlowNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateContactScheduleCommand.js +36 -0
- package/dist-cjs/commands/UpdateHoursOfOperationCommand.js +2 -2
- package/dist-cjs/commands/UpdateInstanceAttributeCommand.js +2 -2
- package/dist-cjs/commands/UpdateInstanceStorageConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateQueueHoursOfOperationCommand.js +2 -2
- package/dist-cjs/commands/UpdateQueueMaxContactsCommand.js +2 -2
- package/dist-cjs/commands/UpdateQueueNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateQueueOutboundCallerConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateQueueStatusCommand.js +2 -2
- package/dist-cjs/commands/UpdateQuickConnectConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateQuickConnectNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateRoutingProfileConcurrencyCommand.js +2 -2
- package/dist-cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +2 -2
- package/dist-cjs/commands/UpdateRoutingProfileNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateRoutingProfileQueuesCommand.js +2 -2
- package/dist-cjs/commands/UpdateSecurityProfileCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserHierarchyCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserHierarchyGroupNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserHierarchyStructureCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserIdentityInfoCommand.js +2 -2
- package/dist-cjs/commands/index.js +12 -0
- package/dist-cjs/endpoints.js +1 -0
- package/dist-cjs/models/models_0.js +193 -178
- package/dist-cjs/models/models_1.js +223 -1
- package/dist-cjs/pagination/ListContactFlowModulesPaginator.js +35 -0
- package/dist-cjs/pagination/ListContactReferencesPaginator.js +34 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1829 -169
- package/dist-cjs/runtimeConfig.js +0 -2
- package/dist-es/Connect.js +180 -0
- package/dist-es/commands/CreateContactFlowModuleCommand.js +39 -0
- package/dist-es/commands/DeleteContactFlowCommand.js +39 -0
- package/dist-es/commands/DeleteContactFlowModuleCommand.js +39 -0
- package/dist-es/commands/DescribeContactCommand.js +39 -0
- package/dist-es/commands/DescribeContactFlowModuleCommand.js +39 -0
- package/dist-es/commands/ListContactFlowModulesCommand.js +39 -0
- package/dist-es/commands/ListContactReferencesCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +1 -1
- package/dist-es/commands/UntagResourceCommand.js +1 -1
- package/dist-es/commands/UpdateAgentStatusCommand.js +1 -1
- package/dist-es/commands/UpdateContactAttributesCommand.js +1 -1
- package/dist-es/commands/UpdateContactCommand.js +39 -0
- package/dist-es/commands/UpdateContactFlowContentCommand.js +1 -1
- package/dist-es/commands/UpdateContactFlowMetadataCommand.js +39 -0
- package/dist-es/commands/UpdateContactFlowModuleContentCommand.js +39 -0
- package/dist-es/commands/UpdateContactFlowModuleMetadataCommand.js +39 -0
- package/dist-es/commands/UpdateContactFlowNameCommand.js +1 -1
- package/dist-es/commands/UpdateContactScheduleCommand.js +39 -0
- package/dist-es/commands/UpdateHoursOfOperationCommand.js +1 -1
- package/dist-es/commands/UpdateInstanceAttributeCommand.js +1 -1
- package/dist-es/commands/UpdateInstanceStorageConfigCommand.js +1 -1
- package/dist-es/commands/UpdateQueueHoursOfOperationCommand.js +1 -1
- package/dist-es/commands/UpdateQueueMaxContactsCommand.js +1 -1
- package/dist-es/commands/UpdateQueueNameCommand.js +1 -1
- package/dist-es/commands/UpdateQueueOutboundCallerConfigCommand.js +1 -1
- package/dist-es/commands/UpdateQueueStatusCommand.js +1 -1
- package/dist-es/commands/UpdateQuickConnectConfigCommand.js +1 -1
- package/dist-es/commands/UpdateQuickConnectNameCommand.js +1 -1
- package/dist-es/commands/UpdateRoutingProfileConcurrencyCommand.js +1 -1
- package/dist-es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +1 -1
- package/dist-es/commands/UpdateRoutingProfileNameCommand.js +1 -1
- package/dist-es/commands/UpdateRoutingProfileQueuesCommand.js +1 -1
- package/dist-es/commands/UpdateSecurityProfileCommand.js +1 -1
- package/dist-es/commands/UpdateUserHierarchyCommand.js +1 -1
- package/dist-es/commands/UpdateUserHierarchyGroupNameCommand.js +1 -1
- package/dist-es/commands/UpdateUserHierarchyStructureCommand.js +1 -1
- package/dist-es/commands/UpdateUserIdentityInfoCommand.js +1 -1
- package/dist-es/commands/index.js +12 -0
- package/dist-es/endpoints.js +1 -0
- package/dist-es/models/models_0.js +143 -116
- package/dist-es/models/models_1.js +148 -0
- package/dist-es/pagination/ListContactFlowModulesPaginator.js +74 -0
- package/dist-es/pagination/ListContactReferencesPaginator.js +73 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +2179 -332
- package/dist-es/runtimeConfig.js +0 -2
- package/dist-types/Connect.d.ts +112 -14
- package/dist-types/ConnectClient.d.ts +17 -7
- package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +35 -0
- package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +2 -1
- package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteContactFlowCommand.d.ts +35 -0
- package/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +35 -0
- package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContactCommand.d.ts +40 -0
- package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +35 -0
- package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +2 -1
- package/dist-types/commands/ListContactFlowModulesCommand.d.ts +35 -0
- package/dist-types/commands/ListContactReferencesCommand.d.ts +37 -0
- package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +1 -2
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactAttributesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactCommand.d.ts +41 -0
- package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +35 -0
- package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +35 -0
- package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +35 -0
- package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactScheduleCommand.d.ts +35 -0
- package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +3 -2
- package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +592 -643
- package/dist-types/models/models_1.d.ts +771 -1
- package/dist-types/pagination/ListContactFlowModulesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListContactReferencesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +36 -0
- package/dist-types/ts3.4/Connect.d.ts +60 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +14 -2
- package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +12 -0
- package/dist-types/ts3.4/models/models_0.d.ts +347 -359
- package/dist-types/ts3.4/models/models_1.d.ts +455 -1
- package/dist-types/ts3.4/pagination/ListContactFlowModulesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListContactReferencesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +36 -43
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
2
|
/**
|
|
3
|
-
* <p>You do not have sufficient
|
|
3
|
+
* <p>You do not have sufficient permissions to perform this action.</p>
|
|
4
4
|
*/
|
|
5
5
|
export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
|
|
6
6
|
name: "AccessDeniedException";
|
|
@@ -13,6 +13,25 @@ export declare namespace AccessDeniedException {
|
|
|
13
13
|
*/
|
|
14
14
|
const filterSensitiveLog: (obj: AccessDeniedException) => any;
|
|
15
15
|
}
|
|
16
|
+
/**
|
|
17
|
+
* <p>Information about the agent who accepted the contact.</p>
|
|
18
|
+
*/
|
|
19
|
+
export interface AgentInfo {
|
|
20
|
+
/**
|
|
21
|
+
* <p>The identifier of the agent who accepted the contact.</p>
|
|
22
|
+
*/
|
|
23
|
+
Id?: string;
|
|
24
|
+
/**
|
|
25
|
+
* <p>The timestamp when the contact was connected to the agent.</p>
|
|
26
|
+
*/
|
|
27
|
+
ConnectedToAgentTimestamp?: Date;
|
|
28
|
+
}
|
|
29
|
+
export declare namespace AgentInfo {
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
const filterSensitiveLog: (obj: AgentInfo) => any;
|
|
34
|
+
}
|
|
16
35
|
export declare enum AgentStatusState {
|
|
17
36
|
DISABLED = "DISABLED",
|
|
18
37
|
ENABLED = "ENABLED"
|
|
@@ -788,6 +807,85 @@ export declare namespace InvalidContactFlowException {
|
|
|
788
807
|
*/
|
|
789
808
|
const filterSensitiveLog: (obj: InvalidContactFlowException) => any;
|
|
790
809
|
}
|
|
810
|
+
export interface CreateContactFlowModuleRequest {
|
|
811
|
+
/**
|
|
812
|
+
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
813
|
+
*/
|
|
814
|
+
InstanceId: string | undefined;
|
|
815
|
+
/**
|
|
816
|
+
* <p>The name of the contact flow module.</p>
|
|
817
|
+
*/
|
|
818
|
+
Name: string | undefined;
|
|
819
|
+
/**
|
|
820
|
+
* <p>The description of the contact flow module. </p>
|
|
821
|
+
*/
|
|
822
|
+
Description?: string;
|
|
823
|
+
/**
|
|
824
|
+
* <p>The content of the contact flow module.</p>
|
|
825
|
+
*/
|
|
826
|
+
Content: string | undefined;
|
|
827
|
+
/**
|
|
828
|
+
* <p>The tags used to organize, track, or control access for this resource.</p>
|
|
829
|
+
*/
|
|
830
|
+
Tags?: {
|
|
831
|
+
[key: string]: string;
|
|
832
|
+
};
|
|
833
|
+
/**
|
|
834
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
835
|
+
* request.</p>
|
|
836
|
+
*/
|
|
837
|
+
ClientToken?: string;
|
|
838
|
+
}
|
|
839
|
+
export declare namespace CreateContactFlowModuleRequest {
|
|
840
|
+
/**
|
|
841
|
+
* @internal
|
|
842
|
+
*/
|
|
843
|
+
const filterSensitiveLog: (obj: CreateContactFlowModuleRequest) => any;
|
|
844
|
+
}
|
|
845
|
+
export interface CreateContactFlowModuleResponse {
|
|
846
|
+
/**
|
|
847
|
+
* <p>The identifier of the contact flow module.</p>
|
|
848
|
+
*/
|
|
849
|
+
Id?: string;
|
|
850
|
+
/**
|
|
851
|
+
* <p>The Amazon Resource Name (ARN) of the contact flow module.</p>
|
|
852
|
+
*/
|
|
853
|
+
Arn?: string;
|
|
854
|
+
}
|
|
855
|
+
export declare namespace CreateContactFlowModuleResponse {
|
|
856
|
+
/**
|
|
857
|
+
* @internal
|
|
858
|
+
*/
|
|
859
|
+
const filterSensitiveLog: (obj: CreateContactFlowModuleResponse) => any;
|
|
860
|
+
}
|
|
861
|
+
/**
|
|
862
|
+
* <p>An entity with the same name already exists.</p>
|
|
863
|
+
*/
|
|
864
|
+
export interface IdempotencyException extends __SmithyException, $MetadataBearer {
|
|
865
|
+
name: "IdempotencyException";
|
|
866
|
+
$fault: "client";
|
|
867
|
+
Message?: string;
|
|
868
|
+
}
|
|
869
|
+
export declare namespace IdempotencyException {
|
|
870
|
+
/**
|
|
871
|
+
* @internal
|
|
872
|
+
*/
|
|
873
|
+
const filterSensitiveLog: (obj: IdempotencyException) => any;
|
|
874
|
+
}
|
|
875
|
+
/**
|
|
876
|
+
* <p>The problems with the module. Please fix before trying again.</p>
|
|
877
|
+
*/
|
|
878
|
+
export interface InvalidContactFlowModuleException extends __SmithyException, $MetadataBearer {
|
|
879
|
+
name: "InvalidContactFlowModuleException";
|
|
880
|
+
$fault: "client";
|
|
881
|
+
Problems?: ProblemDetail[];
|
|
882
|
+
}
|
|
883
|
+
export declare namespace InvalidContactFlowModuleException {
|
|
884
|
+
/**
|
|
885
|
+
* @internal
|
|
886
|
+
*/
|
|
887
|
+
const filterSensitiveLog: (obj: InvalidContactFlowModuleException) => any;
|
|
888
|
+
}
|
|
791
889
|
export declare enum HoursOfOperationDays {
|
|
792
890
|
FRIDAY = "FRIDAY",
|
|
793
891
|
MONDAY = "MONDAY",
|
|
@@ -1564,6 +1662,46 @@ export declare namespace CreateUserHierarchyGroupResponse {
|
|
|
1564
1662
|
*/
|
|
1565
1663
|
const filterSensitiveLog: (obj: CreateUserHierarchyGroupResponse) => any;
|
|
1566
1664
|
}
|
|
1665
|
+
export interface DeleteContactFlowRequest {
|
|
1666
|
+
/**
|
|
1667
|
+
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
1668
|
+
*/
|
|
1669
|
+
InstanceId: string | undefined;
|
|
1670
|
+
/**
|
|
1671
|
+
* <p>The identifier of the contact flow.</p>
|
|
1672
|
+
*/
|
|
1673
|
+
ContactFlowId: string | undefined;
|
|
1674
|
+
}
|
|
1675
|
+
export declare namespace DeleteContactFlowRequest {
|
|
1676
|
+
/**
|
|
1677
|
+
* @internal
|
|
1678
|
+
*/
|
|
1679
|
+
const filterSensitiveLog: (obj: DeleteContactFlowRequest) => any;
|
|
1680
|
+
}
|
|
1681
|
+
export interface DeleteContactFlowModuleRequest {
|
|
1682
|
+
/**
|
|
1683
|
+
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
1684
|
+
*/
|
|
1685
|
+
InstanceId: string | undefined;
|
|
1686
|
+
/**
|
|
1687
|
+
* <p>The identifier of the contact flow module.</p>
|
|
1688
|
+
*/
|
|
1689
|
+
ContactFlowModuleId: string | undefined;
|
|
1690
|
+
}
|
|
1691
|
+
export declare namespace DeleteContactFlowModuleRequest {
|
|
1692
|
+
/**
|
|
1693
|
+
* @internal
|
|
1694
|
+
*/
|
|
1695
|
+
const filterSensitiveLog: (obj: DeleteContactFlowModuleRequest) => any;
|
|
1696
|
+
}
|
|
1697
|
+
export interface DeleteContactFlowModuleResponse {
|
|
1698
|
+
}
|
|
1699
|
+
export declare namespace DeleteContactFlowModuleResponse {
|
|
1700
|
+
/**
|
|
1701
|
+
* @internal
|
|
1702
|
+
*/
|
|
1703
|
+
const filterSensitiveLog: (obj: DeleteContactFlowModuleResponse) => any;
|
|
1704
|
+
}
|
|
1567
1705
|
export interface DeleteHoursOfOperationRequest {
|
|
1568
1706
|
/**
|
|
1569
1707
|
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
@@ -1751,6 +1889,131 @@ export declare namespace DescribeAgentStatusResponse {
|
|
|
1751
1889
|
*/
|
|
1752
1890
|
const filterSensitiveLog: (obj: DescribeAgentStatusResponse) => any;
|
|
1753
1891
|
}
|
|
1892
|
+
export interface DescribeContactRequest {
|
|
1893
|
+
/**
|
|
1894
|
+
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
1895
|
+
*/
|
|
1896
|
+
InstanceId: string | undefined;
|
|
1897
|
+
/**
|
|
1898
|
+
* <p>The identifier of the contact.</p>
|
|
1899
|
+
*/
|
|
1900
|
+
ContactId: string | undefined;
|
|
1901
|
+
}
|
|
1902
|
+
export declare namespace DescribeContactRequest {
|
|
1903
|
+
/**
|
|
1904
|
+
* @internal
|
|
1905
|
+
*/
|
|
1906
|
+
const filterSensitiveLog: (obj: DescribeContactRequest) => any;
|
|
1907
|
+
}
|
|
1908
|
+
export declare enum ContactInitiationMethod {
|
|
1909
|
+
API = "API",
|
|
1910
|
+
CALLBACK = "CALLBACK",
|
|
1911
|
+
INBOUND = "INBOUND",
|
|
1912
|
+
OUTBOUND = "OUTBOUND",
|
|
1913
|
+
QUEUE_TRANSFER = "QUEUE_TRANSFER",
|
|
1914
|
+
TRANSFER = "TRANSFER"
|
|
1915
|
+
}
|
|
1916
|
+
/**
|
|
1917
|
+
* <p>If this contact was queued, this contains information about the queue. </p>
|
|
1918
|
+
*/
|
|
1919
|
+
export interface QueueInfo {
|
|
1920
|
+
/**
|
|
1921
|
+
* <p>The identifier of the agent who accepted the contact.</p>
|
|
1922
|
+
*/
|
|
1923
|
+
Id?: string;
|
|
1924
|
+
/**
|
|
1925
|
+
* <p>The timestamp when the contact was added to the queue.</p>
|
|
1926
|
+
*/
|
|
1927
|
+
EnqueueTimestamp?: Date;
|
|
1928
|
+
}
|
|
1929
|
+
export declare namespace QueueInfo {
|
|
1930
|
+
/**
|
|
1931
|
+
* @internal
|
|
1932
|
+
*/
|
|
1933
|
+
const filterSensitiveLog: (obj: QueueInfo) => any;
|
|
1934
|
+
}
|
|
1935
|
+
/**
|
|
1936
|
+
* <p>Contains information about a contact.</p>
|
|
1937
|
+
*/
|
|
1938
|
+
export interface Contact {
|
|
1939
|
+
/**
|
|
1940
|
+
* <p>The Amazon Resource Name (ARN) for the contact.</p>
|
|
1941
|
+
*/
|
|
1942
|
+
Arn?: string;
|
|
1943
|
+
/**
|
|
1944
|
+
* <p>The identifier for the contact.</p>
|
|
1945
|
+
*/
|
|
1946
|
+
Id?: string;
|
|
1947
|
+
/**
|
|
1948
|
+
* <p>If this contact is related to other contacts, this is the ID of the initial contact.</p>
|
|
1949
|
+
*/
|
|
1950
|
+
InitialContactId?: string;
|
|
1951
|
+
/**
|
|
1952
|
+
* <p>If this contact is not the first contact, this is the ID of the previous contact.</p>
|
|
1953
|
+
*/
|
|
1954
|
+
PreviousContactId?: string;
|
|
1955
|
+
/**
|
|
1956
|
+
* <p>Indicates how the contact was initiated.</p>
|
|
1957
|
+
*/
|
|
1958
|
+
InitiationMethod?: ContactInitiationMethod | string;
|
|
1959
|
+
/**
|
|
1960
|
+
* <p>The name of the contact.</p>
|
|
1961
|
+
*/
|
|
1962
|
+
Name?: string;
|
|
1963
|
+
/**
|
|
1964
|
+
* <p>The description of the contact.</p>
|
|
1965
|
+
*/
|
|
1966
|
+
Description?: string;
|
|
1967
|
+
/**
|
|
1968
|
+
* <p>How the contact reached your contact center.</p>
|
|
1969
|
+
*/
|
|
1970
|
+
Channel?: Channel | string;
|
|
1971
|
+
/**
|
|
1972
|
+
* <p>If this contact was queued, this contains information about the queue. </p>
|
|
1973
|
+
*/
|
|
1974
|
+
QueueInfo?: QueueInfo;
|
|
1975
|
+
/**
|
|
1976
|
+
* <p>Information about the agent who accepted the contact.</p>
|
|
1977
|
+
*/
|
|
1978
|
+
AgentInfo?: AgentInfo;
|
|
1979
|
+
/**
|
|
1980
|
+
* <p>The date and time this contact was initiated, in UTC time. For <code>INBOUND</code>, this is when the
|
|
1981
|
+
* contact arrived. For <code>OUTBOUND</code>, this is when the agent began dialing. For <code>CALLBACK</code>, this is when
|
|
1982
|
+
* the callback contact was created. For <code>TRANSFER</code> and <code>QUEUE_TRANSFER</code>, this is when the transfer was
|
|
1983
|
+
* initiated. For <code>API</code>, this is when the request arrived.</p>
|
|
1984
|
+
*/
|
|
1985
|
+
InitiationTimestamp?: Date;
|
|
1986
|
+
/**
|
|
1987
|
+
* <p>The timestamp when the customer endpoint disconnected from Amazon Connect.</p>
|
|
1988
|
+
*/
|
|
1989
|
+
DisconnectTimestamp?: Date;
|
|
1990
|
+
/**
|
|
1991
|
+
* <p>The timestamp when contact was last updated.</p>
|
|
1992
|
+
*/
|
|
1993
|
+
LastUpdateTimestamp?: Date;
|
|
1994
|
+
/**
|
|
1995
|
+
* <p>The timestamp, in Unix epoch time format, at which to start running the inbound flow. </p>
|
|
1996
|
+
*/
|
|
1997
|
+
ScheduledTimestamp?: Date;
|
|
1998
|
+
}
|
|
1999
|
+
export declare namespace Contact {
|
|
2000
|
+
/**
|
|
2001
|
+
* @internal
|
|
2002
|
+
*/
|
|
2003
|
+
const filterSensitiveLog: (obj: Contact) => any;
|
|
2004
|
+
}
|
|
2005
|
+
export interface DescribeContactResponse {
|
|
2006
|
+
/**
|
|
2007
|
+
* <p>Information about the contact.</p>
|
|
2008
|
+
*/
|
|
2009
|
+
Contact?: Contact;
|
|
2010
|
+
}
|
|
2011
|
+
export declare namespace DescribeContactResponse {
|
|
2012
|
+
/**
|
|
2013
|
+
* @internal
|
|
2014
|
+
*/
|
|
2015
|
+
const filterSensitiveLog: (obj: DescribeContactResponse) => any;
|
|
2016
|
+
}
|
|
1754
2017
|
/**
|
|
1755
2018
|
* <p>The contact flow has not been published.</p>
|
|
1756
2019
|
*/
|
|
@@ -1781,6 +2044,10 @@ export declare namespace DescribeContactFlowRequest {
|
|
|
1781
2044
|
*/
|
|
1782
2045
|
const filterSensitiveLog: (obj: DescribeContactFlowRequest) => any;
|
|
1783
2046
|
}
|
|
2047
|
+
export declare enum ContactFlowState {
|
|
2048
|
+
ACTIVE = "ACTIVE",
|
|
2049
|
+
ARCHIVED = "ARCHIVED"
|
|
2050
|
+
}
|
|
1784
2051
|
/**
|
|
1785
2052
|
* <p>Contains information about a contact flow.</p>
|
|
1786
2053
|
*/
|
|
@@ -1802,6 +2069,10 @@ export interface ContactFlow {
|
|
|
1802
2069
|
* Guide</i>.</p>
|
|
1803
2070
|
*/
|
|
1804
2071
|
Type?: ContactFlowType | string;
|
|
2072
|
+
/**
|
|
2073
|
+
* <p>The type of contact flow.</p>
|
|
2074
|
+
*/
|
|
2075
|
+
State?: ContactFlowState | string;
|
|
1805
2076
|
/**
|
|
1806
2077
|
* <p>The description of the contact flow.</p>
|
|
1807
2078
|
*/
|
|
@@ -1835,6 +2106,87 @@ export declare namespace DescribeContactFlowResponse {
|
|
|
1835
2106
|
*/
|
|
1836
2107
|
const filterSensitiveLog: (obj: DescribeContactFlowResponse) => any;
|
|
1837
2108
|
}
|
|
2109
|
+
export interface DescribeContactFlowModuleRequest {
|
|
2110
|
+
/**
|
|
2111
|
+
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
2112
|
+
*/
|
|
2113
|
+
InstanceId: string | undefined;
|
|
2114
|
+
/**
|
|
2115
|
+
* <p>The identifier of the contact flow module.</p>
|
|
2116
|
+
*/
|
|
2117
|
+
ContactFlowModuleId: string | undefined;
|
|
2118
|
+
}
|
|
2119
|
+
export declare namespace DescribeContactFlowModuleRequest {
|
|
2120
|
+
/**
|
|
2121
|
+
* @internal
|
|
2122
|
+
*/
|
|
2123
|
+
const filterSensitiveLog: (obj: DescribeContactFlowModuleRequest) => any;
|
|
2124
|
+
}
|
|
2125
|
+
export declare enum ContactFlowModuleState {
|
|
2126
|
+
ACTIVE = "ACTIVE",
|
|
2127
|
+
ARCHIVED = "ARCHIVED"
|
|
2128
|
+
}
|
|
2129
|
+
export declare enum ContactFlowModuleStatus {
|
|
2130
|
+
PUBLISHED = "PUBLISHED",
|
|
2131
|
+
SAVED = "SAVED"
|
|
2132
|
+
}
|
|
2133
|
+
/**
|
|
2134
|
+
* <p>Contains information about a contact flow module.</p>
|
|
2135
|
+
*/
|
|
2136
|
+
export interface ContactFlowModule {
|
|
2137
|
+
/**
|
|
2138
|
+
* <p>The Amazon Resource Name (ARN).</p>
|
|
2139
|
+
*/
|
|
2140
|
+
Arn?: string;
|
|
2141
|
+
/**
|
|
2142
|
+
* <p>The identifier of the contact flow module.</p>
|
|
2143
|
+
*/
|
|
2144
|
+
Id?: string;
|
|
2145
|
+
/**
|
|
2146
|
+
* <p>The name of the contact flow module.</p>
|
|
2147
|
+
*/
|
|
2148
|
+
Name?: string;
|
|
2149
|
+
/**
|
|
2150
|
+
* <p>The content of the contact flow module.</p>
|
|
2151
|
+
*/
|
|
2152
|
+
Content?: string;
|
|
2153
|
+
/**
|
|
2154
|
+
* <p>The description of the contact flow module.</p>
|
|
2155
|
+
*/
|
|
2156
|
+
Description?: string;
|
|
2157
|
+
/**
|
|
2158
|
+
* <p>The type of contact flow module.</p>
|
|
2159
|
+
*/
|
|
2160
|
+
State?: ContactFlowModuleState | string;
|
|
2161
|
+
/**
|
|
2162
|
+
* <p>The status of the contact flow module.</p>
|
|
2163
|
+
*/
|
|
2164
|
+
Status?: ContactFlowModuleStatus | string;
|
|
2165
|
+
/**
|
|
2166
|
+
* <p>The tags used to organize, track, or control access for this resource.</p>
|
|
2167
|
+
*/
|
|
2168
|
+
Tags?: {
|
|
2169
|
+
[key: string]: string;
|
|
2170
|
+
};
|
|
2171
|
+
}
|
|
2172
|
+
export declare namespace ContactFlowModule {
|
|
2173
|
+
/**
|
|
2174
|
+
* @internal
|
|
2175
|
+
*/
|
|
2176
|
+
const filterSensitiveLog: (obj: ContactFlowModule) => any;
|
|
2177
|
+
}
|
|
2178
|
+
export interface DescribeContactFlowModuleResponse {
|
|
2179
|
+
/**
|
|
2180
|
+
* <p>Information about the contact flow module.</p>
|
|
2181
|
+
*/
|
|
2182
|
+
ContactFlowModule?: ContactFlowModule;
|
|
2183
|
+
}
|
|
2184
|
+
export declare namespace DescribeContactFlowModuleResponse {
|
|
2185
|
+
/**
|
|
2186
|
+
* @internal
|
|
2187
|
+
*/
|
|
2188
|
+
const filterSensitiveLog: (obj: DescribeContactFlowModuleResponse) => any;
|
|
2189
|
+
}
|
|
1838
2190
|
export interface DescribeHoursOfOperationRequest {
|
|
1839
2191
|
/**
|
|
1840
2192
|
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
@@ -3669,15 +4021,11 @@ export declare namespace ListBotsResponse {
|
|
|
3669
4021
|
*/
|
|
3670
4022
|
const filterSensitiveLog: (obj: ListBotsResponse) => any;
|
|
3671
4023
|
}
|
|
3672
|
-
export interface
|
|
4024
|
+
export interface ListContactFlowModulesRequest {
|
|
3673
4025
|
/**
|
|
3674
4026
|
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
3675
4027
|
*/
|
|
3676
4028
|
InstanceId: string | undefined;
|
|
3677
|
-
/**
|
|
3678
|
-
* <p>The type of contact flow.</p>
|
|
3679
|
-
*/
|
|
3680
|
-
ContactFlowTypes?: (ContactFlowType | string)[];
|
|
3681
4029
|
/**
|
|
3682
4030
|
* <p>The token for the next set of results. Use the value returned in the previous
|
|
3683
4031
|
* response in the next request to retrieve the next set of results.</p>
|
|
@@ -3687,59 +4035,271 @@ export interface ListContactFlowsRequest {
|
|
|
3687
4035
|
* <p>The maximum number of results to return per page.</p>
|
|
3688
4036
|
*/
|
|
3689
4037
|
MaxResults?: number;
|
|
4038
|
+
/**
|
|
4039
|
+
* <p>The state of the contact flow module.</p>
|
|
4040
|
+
*/
|
|
4041
|
+
ContactFlowModuleState?: ContactFlowModuleState | string;
|
|
3690
4042
|
}
|
|
3691
|
-
export declare namespace
|
|
4043
|
+
export declare namespace ListContactFlowModulesRequest {
|
|
3692
4044
|
/**
|
|
3693
4045
|
* @internal
|
|
3694
4046
|
*/
|
|
3695
|
-
const filterSensitiveLog: (obj:
|
|
4047
|
+
const filterSensitiveLog: (obj: ListContactFlowModulesRequest) => any;
|
|
3696
4048
|
}
|
|
3697
4049
|
/**
|
|
3698
4050
|
* <p>Contains summary information about a contact flow.</p>
|
|
3699
|
-
* <p>You can also create and update contact flows using the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect
|
|
3700
|
-
* Flow language</a>.</p>
|
|
3701
4051
|
*/
|
|
3702
|
-
export interface
|
|
4052
|
+
export interface ContactFlowModuleSummary {
|
|
3703
4053
|
/**
|
|
3704
|
-
* <p>The identifier of the contact flow.</p>
|
|
4054
|
+
* <p>The identifier of the contact flow module.</p>
|
|
3705
4055
|
*/
|
|
3706
4056
|
Id?: string;
|
|
3707
4057
|
/**
|
|
3708
|
-
* <p>The Amazon Resource Name (ARN) of the contact flow.</p>
|
|
4058
|
+
* <p>The Amazon Resource Name (ARN) of the contact flow module.</p>
|
|
3709
4059
|
*/
|
|
3710
4060
|
Arn?: string;
|
|
3711
4061
|
/**
|
|
3712
|
-
* <p>The name of the contact flow.</p>
|
|
4062
|
+
* <p>The name of the contact flow module.</p>
|
|
3713
4063
|
*/
|
|
3714
4064
|
Name?: string;
|
|
3715
4065
|
/**
|
|
3716
|
-
* <p>The type of contact flow.</p>
|
|
4066
|
+
* <p>The type of contact flow module.</p>
|
|
3717
4067
|
*/
|
|
3718
|
-
|
|
4068
|
+
State?: ContactFlowModuleState | string;
|
|
3719
4069
|
}
|
|
3720
|
-
export declare namespace
|
|
4070
|
+
export declare namespace ContactFlowModuleSummary {
|
|
3721
4071
|
/**
|
|
3722
4072
|
* @internal
|
|
3723
4073
|
*/
|
|
3724
|
-
const filterSensitiveLog: (obj:
|
|
4074
|
+
const filterSensitiveLog: (obj: ContactFlowModuleSummary) => any;
|
|
3725
4075
|
}
|
|
3726
|
-
export interface
|
|
4076
|
+
export interface ListContactFlowModulesResponse {
|
|
3727
4077
|
/**
|
|
3728
|
-
* <p>Information about the contact
|
|
4078
|
+
* <p>Information about the contact flow module.</p>
|
|
3729
4079
|
*/
|
|
3730
|
-
|
|
4080
|
+
ContactFlowModulesSummaryList?: ContactFlowModuleSummary[];
|
|
3731
4081
|
/**
|
|
3732
4082
|
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
3733
4083
|
*/
|
|
3734
4084
|
NextToken?: string;
|
|
3735
4085
|
}
|
|
3736
|
-
export declare namespace
|
|
4086
|
+
export declare namespace ListContactFlowModulesResponse {
|
|
3737
4087
|
/**
|
|
3738
4088
|
* @internal
|
|
3739
4089
|
*/
|
|
3740
|
-
const filterSensitiveLog: (obj:
|
|
4090
|
+
const filterSensitiveLog: (obj: ListContactFlowModulesResponse) => any;
|
|
3741
4091
|
}
|
|
3742
|
-
export interface
|
|
4092
|
+
export interface ListContactFlowsRequest {
|
|
4093
|
+
/**
|
|
4094
|
+
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
4095
|
+
*/
|
|
4096
|
+
InstanceId: string | undefined;
|
|
4097
|
+
/**
|
|
4098
|
+
* <p>The type of contact flow.</p>
|
|
4099
|
+
*/
|
|
4100
|
+
ContactFlowTypes?: (ContactFlowType | string)[];
|
|
4101
|
+
/**
|
|
4102
|
+
* <p>The token for the next set of results. Use the value returned in the previous
|
|
4103
|
+
* response in the next request to retrieve the next set of results.</p>
|
|
4104
|
+
*/
|
|
4105
|
+
NextToken?: string;
|
|
4106
|
+
/**
|
|
4107
|
+
* <p>The maximum number of results to return per page.</p>
|
|
4108
|
+
*/
|
|
4109
|
+
MaxResults?: number;
|
|
4110
|
+
}
|
|
4111
|
+
export declare namespace ListContactFlowsRequest {
|
|
4112
|
+
/**
|
|
4113
|
+
* @internal
|
|
4114
|
+
*/
|
|
4115
|
+
const filterSensitiveLog: (obj: ListContactFlowsRequest) => any;
|
|
4116
|
+
}
|
|
4117
|
+
/**
|
|
4118
|
+
* <p>Contains summary information about a contact flow.</p>
|
|
4119
|
+
* <p>You can also create and update contact flows using the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect
|
|
4120
|
+
* Flow language</a>.</p>
|
|
4121
|
+
*/
|
|
4122
|
+
export interface ContactFlowSummary {
|
|
4123
|
+
/**
|
|
4124
|
+
* <p>The identifier of the contact flow.</p>
|
|
4125
|
+
*/
|
|
4126
|
+
Id?: string;
|
|
4127
|
+
/**
|
|
4128
|
+
* <p>The Amazon Resource Name (ARN) of the contact flow.</p>
|
|
4129
|
+
*/
|
|
4130
|
+
Arn?: string;
|
|
4131
|
+
/**
|
|
4132
|
+
* <p>The name of the contact flow.</p>
|
|
4133
|
+
*/
|
|
4134
|
+
Name?: string;
|
|
4135
|
+
/**
|
|
4136
|
+
* <p>The type of contact flow.</p>
|
|
4137
|
+
*/
|
|
4138
|
+
ContactFlowType?: ContactFlowType | string;
|
|
4139
|
+
/**
|
|
4140
|
+
* <p>The type of contact flow.</p>
|
|
4141
|
+
*/
|
|
4142
|
+
ContactFlowState?: ContactFlowState | string;
|
|
4143
|
+
}
|
|
4144
|
+
export declare namespace ContactFlowSummary {
|
|
4145
|
+
/**
|
|
4146
|
+
* @internal
|
|
4147
|
+
*/
|
|
4148
|
+
const filterSensitiveLog: (obj: ContactFlowSummary) => any;
|
|
4149
|
+
}
|
|
4150
|
+
export interface ListContactFlowsResponse {
|
|
4151
|
+
/**
|
|
4152
|
+
* <p>Information about the contact flows.</p>
|
|
4153
|
+
*/
|
|
4154
|
+
ContactFlowSummaryList?: ContactFlowSummary[];
|
|
4155
|
+
/**
|
|
4156
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
4157
|
+
*/
|
|
4158
|
+
NextToken?: string;
|
|
4159
|
+
}
|
|
4160
|
+
export declare namespace ListContactFlowsResponse {
|
|
4161
|
+
/**
|
|
4162
|
+
* @internal
|
|
4163
|
+
*/
|
|
4164
|
+
const filterSensitiveLog: (obj: ListContactFlowsResponse) => any;
|
|
4165
|
+
}
|
|
4166
|
+
export declare enum ReferenceType {
|
|
4167
|
+
ATTACHMENT = "ATTACHMENT",
|
|
4168
|
+
URL = "URL"
|
|
4169
|
+
}
|
|
4170
|
+
export interface ListContactReferencesRequest {
|
|
4171
|
+
/**
|
|
4172
|
+
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
4173
|
+
*/
|
|
4174
|
+
InstanceId: string | undefined;
|
|
4175
|
+
/**
|
|
4176
|
+
* <p>The identifier of the initial contact.</p>
|
|
4177
|
+
*/
|
|
4178
|
+
ContactId: string | undefined;
|
|
4179
|
+
/**
|
|
4180
|
+
* <p>The type of reference.</p>
|
|
4181
|
+
*/
|
|
4182
|
+
ReferenceTypes: (ReferenceType | string)[] | undefined;
|
|
4183
|
+
/**
|
|
4184
|
+
* <p>The token for the next set of results. Use the value returned in the previous
|
|
4185
|
+
* response in the next request to retrieve the next set of results.</p>
|
|
4186
|
+
* <important>
|
|
4187
|
+
* <p>This is not expected to be set, because the value returned in the previous response is
|
|
4188
|
+
* always null.</p>
|
|
4189
|
+
* </important>
|
|
4190
|
+
*/
|
|
4191
|
+
NextToken?: string;
|
|
4192
|
+
}
|
|
4193
|
+
export declare namespace ListContactReferencesRequest {
|
|
4194
|
+
/**
|
|
4195
|
+
* @internal
|
|
4196
|
+
*/
|
|
4197
|
+
const filterSensitiveLog: (obj: ListContactReferencesRequest) => any;
|
|
4198
|
+
}
|
|
4199
|
+
export declare enum ReferenceStatus {
|
|
4200
|
+
APPROVED = "APPROVED",
|
|
4201
|
+
REJECTED = "REJECTED"
|
|
4202
|
+
}
|
|
4203
|
+
/**
|
|
4204
|
+
* <p>Information about the attachment reference if the <code>referenceType</code> is <code>ATTACHMENT</code>. Otherwise, null.</p>
|
|
4205
|
+
*/
|
|
4206
|
+
export interface AttachmentReference {
|
|
4207
|
+
/**
|
|
4208
|
+
* <p>Identifier of the attachment reference.</p>
|
|
4209
|
+
*/
|
|
4210
|
+
Name?: string;
|
|
4211
|
+
/**
|
|
4212
|
+
* <p>Contains the location path of the attachment reference.</p>
|
|
4213
|
+
*/
|
|
4214
|
+
Value?: string;
|
|
4215
|
+
/**
|
|
4216
|
+
* <p>Status of an attachment reference type.</p>
|
|
4217
|
+
*/
|
|
4218
|
+
Status?: ReferenceStatus | string;
|
|
4219
|
+
}
|
|
4220
|
+
export declare namespace AttachmentReference {
|
|
4221
|
+
/**
|
|
4222
|
+
* @internal
|
|
4223
|
+
*/
|
|
4224
|
+
const filterSensitiveLog: (obj: AttachmentReference) => any;
|
|
4225
|
+
}
|
|
4226
|
+
/**
|
|
4227
|
+
* <p>The URL reference.</p>
|
|
4228
|
+
*/
|
|
4229
|
+
export interface UrlReference {
|
|
4230
|
+
/**
|
|
4231
|
+
* <p>Identifier of the URL reference.</p>
|
|
4232
|
+
*/
|
|
4233
|
+
Name?: string;
|
|
4234
|
+
/**
|
|
4235
|
+
* <p>A valid URL.</p>
|
|
4236
|
+
*/
|
|
4237
|
+
Value?: string;
|
|
4238
|
+
}
|
|
4239
|
+
export declare namespace UrlReference {
|
|
4240
|
+
/**
|
|
4241
|
+
* @internal
|
|
4242
|
+
*/
|
|
4243
|
+
const filterSensitiveLog: (obj: UrlReference) => any;
|
|
4244
|
+
}
|
|
4245
|
+
/**
|
|
4246
|
+
* <p>Contains summary information about a reference. <code>ReferenceSummary</code> contains only one non null field between the URL and attachment based on the reference type.</p>
|
|
4247
|
+
*/
|
|
4248
|
+
export declare type ReferenceSummary = ReferenceSummary.AttachmentMember | ReferenceSummary.UrlMember | ReferenceSummary.$UnknownMember;
|
|
4249
|
+
export declare namespace ReferenceSummary {
|
|
4250
|
+
/**
|
|
4251
|
+
* <p>Information about the URL reference if the <code>referenceType</code> is <code>URL</code>.
|
|
4252
|
+
* Otherwise, null.</p>
|
|
4253
|
+
*/
|
|
4254
|
+
interface UrlMember {
|
|
4255
|
+
Url: UrlReference;
|
|
4256
|
+
Attachment?: never;
|
|
4257
|
+
$unknown?: never;
|
|
4258
|
+
}
|
|
4259
|
+
/**
|
|
4260
|
+
* <p>Information about the attachment reference if the <code>referenceType</code> is <code>ATTACHMENT</code>. Otherwise, null.</p>
|
|
4261
|
+
*/
|
|
4262
|
+
interface AttachmentMember {
|
|
4263
|
+
Url?: never;
|
|
4264
|
+
Attachment: AttachmentReference;
|
|
4265
|
+
$unknown?: never;
|
|
4266
|
+
}
|
|
4267
|
+
interface $UnknownMember {
|
|
4268
|
+
Url?: never;
|
|
4269
|
+
Attachment?: never;
|
|
4270
|
+
$unknown: [string, any];
|
|
4271
|
+
}
|
|
4272
|
+
interface Visitor<T> {
|
|
4273
|
+
Url: (value: UrlReference) => T;
|
|
4274
|
+
Attachment: (value: AttachmentReference) => T;
|
|
4275
|
+
_: (name: string, value: any) => T;
|
|
4276
|
+
}
|
|
4277
|
+
const visit: <T>(value: ReferenceSummary, visitor: Visitor<T>) => T;
|
|
4278
|
+
/**
|
|
4279
|
+
* @internal
|
|
4280
|
+
*/
|
|
4281
|
+
const filterSensitiveLog: (obj: ReferenceSummary) => any;
|
|
4282
|
+
}
|
|
4283
|
+
export interface ListContactReferencesResponse {
|
|
4284
|
+
/**
|
|
4285
|
+
* <p>Information about the contact flows.</p>
|
|
4286
|
+
*/
|
|
4287
|
+
ReferenceSummaryList?: ReferenceSummary[];
|
|
4288
|
+
/**
|
|
4289
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
4290
|
+
* <important>
|
|
4291
|
+
* <p>This is always returned as null in the response.</p>
|
|
4292
|
+
* </important>
|
|
4293
|
+
*/
|
|
4294
|
+
NextToken?: string;
|
|
4295
|
+
}
|
|
4296
|
+
export declare namespace ListContactReferencesResponse {
|
|
4297
|
+
/**
|
|
4298
|
+
* @internal
|
|
4299
|
+
*/
|
|
4300
|
+
const filterSensitiveLog: (obj: ListContactReferencesResponse) => any;
|
|
4301
|
+
}
|
|
4302
|
+
export interface ListHoursOfOperationsRequest {
|
|
3743
4303
|
/**
|
|
3744
4304
|
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
3745
4305
|
*/
|
|
@@ -3963,7 +4523,7 @@ export interface ListIntegrationAssociationsRequest {
|
|
|
3963
4523
|
*/
|
|
3964
4524
|
InstanceId: string | undefined;
|
|
3965
4525
|
/**
|
|
3966
|
-
* <p>The type
|
|
4526
|
+
* <p>The integration type.</p>
|
|
3967
4527
|
*/
|
|
3968
4528
|
IntegrationType?: IntegrationType | string;
|
|
3969
4529
|
/**
|
|
@@ -4064,7 +4624,7 @@ export declare namespace ListLambdaFunctionsRequest {
|
|
|
4064
4624
|
}
|
|
4065
4625
|
export interface ListLambdaFunctionsResponse {
|
|
4066
4626
|
/**
|
|
4067
|
-
* <p>The
|
|
4627
|
+
* <p>The Lambdafunction ARNs associated with the specified instance.</p>
|
|
4068
4628
|
*/
|
|
4069
4629
|
LambdaFunctions?: string[];
|
|
4070
4630
|
/**
|
|
@@ -5549,21 +6109,17 @@ export declare namespace StartOutboundVoiceContactResponse {
|
|
|
5549
6109
|
*/
|
|
5550
6110
|
const filterSensitiveLog: (obj: StartOutboundVoiceContactResponse) => any;
|
|
5551
6111
|
}
|
|
5552
|
-
export declare enum ReferenceType {
|
|
5553
|
-
URL = "URL"
|
|
5554
|
-
}
|
|
5555
6112
|
/**
|
|
5556
6113
|
* <p>A link that an agent selects to complete a given task. You can have up to 4,096 UTF-8 bytes
|
|
5557
6114
|
* across all references for a contact.</p>
|
|
5558
6115
|
*/
|
|
5559
6116
|
export interface Reference {
|
|
5560
6117
|
/**
|
|
5561
|
-
* <p>A formatted URL that
|
|
6118
|
+
* <p>A valid value for the reference. For example, for a URL reference, a formatted URL that is displayed to an agent in the Contact Control Panel (CCP).</p>
|
|
5562
6119
|
*/
|
|
5563
6120
|
Value: string | undefined;
|
|
5564
6121
|
/**
|
|
5565
|
-
* <p>
|
|
5566
|
-
* URL.</p>
|
|
6122
|
+
* <p>The type of the reference. Only <code>URL</code> type can be added or updated on a contact.</p>
|
|
5567
6123
|
*/
|
|
5568
6124
|
Type: ReferenceType | string | undefined;
|
|
5569
6125
|
}
|
|
@@ -5621,6 +6177,10 @@ export interface StartTaskContactRequest {
|
|
|
5621
6177
|
* request.</p>
|
|
5622
6178
|
*/
|
|
5623
6179
|
ClientToken?: string;
|
|
6180
|
+
/**
|
|
6181
|
+
* <p>The timestamp, in Unix Epoch seconds format, at which to start running the inbound contact flow. The scheduled time cannot be in the past. It must be within up to 6 days in future. </p>
|
|
6182
|
+
*/
|
|
6183
|
+
ScheduledTime?: Date;
|
|
5624
6184
|
}
|
|
5625
6185
|
export declare namespace StartTaskContactRequest {
|
|
5626
6186
|
/**
|
|
@@ -5768,614 +6328,3 @@ export declare namespace SuspendContactRecordingResponse {
|
|
|
5768
6328
|
*/
|
|
5769
6329
|
const filterSensitiveLog: (obj: SuspendContactRecordingResponse) => any;
|
|
5770
6330
|
}
|
|
5771
|
-
export interface TagResourceRequest {
|
|
5772
|
-
/**
|
|
5773
|
-
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
5774
|
-
*/
|
|
5775
|
-
resourceArn: string | undefined;
|
|
5776
|
-
/**
|
|
5777
|
-
* <p>One or more tags. For example, { "tags": {"key1":"value1", "key2":"value2"} }.</p>
|
|
5778
|
-
*/
|
|
5779
|
-
tags: {
|
|
5780
|
-
[key: string]: string;
|
|
5781
|
-
} | undefined;
|
|
5782
|
-
}
|
|
5783
|
-
export declare namespace TagResourceRequest {
|
|
5784
|
-
/**
|
|
5785
|
-
* @internal
|
|
5786
|
-
*/
|
|
5787
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
5788
|
-
}
|
|
5789
|
-
export interface UntagResourceRequest {
|
|
5790
|
-
/**
|
|
5791
|
-
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
5792
|
-
*/
|
|
5793
|
-
resourceArn: string | undefined;
|
|
5794
|
-
/**
|
|
5795
|
-
* <p>The tag keys.</p>
|
|
5796
|
-
*/
|
|
5797
|
-
tagKeys: string[] | undefined;
|
|
5798
|
-
}
|
|
5799
|
-
export declare namespace UntagResourceRequest {
|
|
5800
|
-
/**
|
|
5801
|
-
* @internal
|
|
5802
|
-
*/
|
|
5803
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
5804
|
-
}
|
|
5805
|
-
export interface UpdateAgentStatusRequest {
|
|
5806
|
-
/**
|
|
5807
|
-
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
5808
|
-
*/
|
|
5809
|
-
InstanceId: string | undefined;
|
|
5810
|
-
/**
|
|
5811
|
-
* <p>The identifier of the agent status.</p>
|
|
5812
|
-
*/
|
|
5813
|
-
AgentStatusId: string | undefined;
|
|
5814
|
-
/**
|
|
5815
|
-
* <p>The name of the agent status.</p>
|
|
5816
|
-
*/
|
|
5817
|
-
Name?: string;
|
|
5818
|
-
/**
|
|
5819
|
-
* <p>The description of the agent status.</p>
|
|
5820
|
-
*/
|
|
5821
|
-
Description?: string;
|
|
5822
|
-
/**
|
|
5823
|
-
* <p>The state of the agent status.</p>
|
|
5824
|
-
*/
|
|
5825
|
-
State?: AgentStatusState | string;
|
|
5826
|
-
/**
|
|
5827
|
-
* <p>The display order of the agent status.</p>
|
|
5828
|
-
*/
|
|
5829
|
-
DisplayOrder?: number;
|
|
5830
|
-
/**
|
|
5831
|
-
* <p>A number indicating the reset order of the agent status.</p>
|
|
5832
|
-
*/
|
|
5833
|
-
ResetOrderNumber?: boolean;
|
|
5834
|
-
}
|
|
5835
|
-
export declare namespace UpdateAgentStatusRequest {
|
|
5836
|
-
/**
|
|
5837
|
-
* @internal
|
|
5838
|
-
*/
|
|
5839
|
-
const filterSensitiveLog: (obj: UpdateAgentStatusRequest) => any;
|
|
5840
|
-
}
|
|
5841
|
-
export interface UpdateContactAttributesRequest {
|
|
5842
|
-
/**
|
|
5843
|
-
* <p>The identifier of the contact. This is the identifier of the contact associated with the
|
|
5844
|
-
* first interaction with the contact center.</p>
|
|
5845
|
-
*/
|
|
5846
|
-
InitialContactId: string | undefined;
|
|
5847
|
-
/**
|
|
5848
|
-
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
5849
|
-
*/
|
|
5850
|
-
InstanceId: string | undefined;
|
|
5851
|
-
/**
|
|
5852
|
-
* <p>The Amazon Connect attributes. These attributes can be accessed in contact flows just like any other
|
|
5853
|
-
* contact attributes.</p>
|
|
5854
|
-
* <p>You can have up to 32,768 UTF-8 bytes across all attributes for a contact. Attribute keys
|
|
5855
|
-
* can include only alphanumeric, dash, and underscore characters.</p>
|
|
5856
|
-
*/
|
|
5857
|
-
Attributes: {
|
|
5858
|
-
[key: string]: string;
|
|
5859
|
-
} | undefined;
|
|
5860
|
-
}
|
|
5861
|
-
export declare namespace UpdateContactAttributesRequest {
|
|
5862
|
-
/**
|
|
5863
|
-
* @internal
|
|
5864
|
-
*/
|
|
5865
|
-
const filterSensitiveLog: (obj: UpdateContactAttributesRequest) => any;
|
|
5866
|
-
}
|
|
5867
|
-
export interface UpdateContactAttributesResponse {
|
|
5868
|
-
}
|
|
5869
|
-
export declare namespace UpdateContactAttributesResponse {
|
|
5870
|
-
/**
|
|
5871
|
-
* @internal
|
|
5872
|
-
*/
|
|
5873
|
-
const filterSensitiveLog: (obj: UpdateContactAttributesResponse) => any;
|
|
5874
|
-
}
|
|
5875
|
-
export interface UpdateContactFlowContentRequest {
|
|
5876
|
-
/**
|
|
5877
|
-
* <p>The identifier of the Amazon Connect instance.</p>
|
|
5878
|
-
*/
|
|
5879
|
-
InstanceId: string | undefined;
|
|
5880
|
-
/**
|
|
5881
|
-
* <p>The identifier of the contact flow.</p>
|
|
5882
|
-
*/
|
|
5883
|
-
ContactFlowId: string | undefined;
|
|
5884
|
-
/**
|
|
5885
|
-
* <p>The JSON string that represents contact flow’s content. For an example, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language-example.html">Example contact
|
|
5886
|
-
* flow in Amazon Connect Flow language</a> in the <i>Amazon Connect Administrator Guide</i>.
|
|
5887
|
-
* </p>
|
|
5888
|
-
*/
|
|
5889
|
-
Content: string | undefined;
|
|
5890
|
-
}
|
|
5891
|
-
export declare namespace UpdateContactFlowContentRequest {
|
|
5892
|
-
/**
|
|
5893
|
-
* @internal
|
|
5894
|
-
*/
|
|
5895
|
-
const filterSensitiveLog: (obj: UpdateContactFlowContentRequest) => any;
|
|
5896
|
-
}
|
|
5897
|
-
export interface UpdateContactFlowNameRequest {
|
|
5898
|
-
/**
|
|
5899
|
-
* <p>The identifier of the Amazon Connect instance.</p>
|
|
5900
|
-
*/
|
|
5901
|
-
InstanceId: string | undefined;
|
|
5902
|
-
/**
|
|
5903
|
-
* <p>The identifier of the contact flow.</p>
|
|
5904
|
-
*/
|
|
5905
|
-
ContactFlowId: string | undefined;
|
|
5906
|
-
/**
|
|
5907
|
-
* <p>The name of the contact flow.</p>
|
|
5908
|
-
*/
|
|
5909
|
-
Name?: string;
|
|
5910
|
-
/**
|
|
5911
|
-
* <p>The description of the contact flow.</p>
|
|
5912
|
-
*/
|
|
5913
|
-
Description?: string;
|
|
5914
|
-
}
|
|
5915
|
-
export declare namespace UpdateContactFlowNameRequest {
|
|
5916
|
-
/**
|
|
5917
|
-
* @internal
|
|
5918
|
-
*/
|
|
5919
|
-
const filterSensitiveLog: (obj: UpdateContactFlowNameRequest) => any;
|
|
5920
|
-
}
|
|
5921
|
-
export interface UpdateHoursOfOperationRequest {
|
|
5922
|
-
/**
|
|
5923
|
-
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
5924
|
-
*/
|
|
5925
|
-
InstanceId: string | undefined;
|
|
5926
|
-
/**
|
|
5927
|
-
* <p>The identifier of the hours of operation.</p>
|
|
5928
|
-
*/
|
|
5929
|
-
HoursOfOperationId: string | undefined;
|
|
5930
|
-
/**
|
|
5931
|
-
* <p>The name of the hours of operation.</p>
|
|
5932
|
-
*/
|
|
5933
|
-
Name?: string;
|
|
5934
|
-
/**
|
|
5935
|
-
* <p>The description of the hours of operation.</p>
|
|
5936
|
-
*/
|
|
5937
|
-
Description?: string;
|
|
5938
|
-
/**
|
|
5939
|
-
* <p>The time zone of the hours of operation.</p>
|
|
5940
|
-
*/
|
|
5941
|
-
TimeZone?: string;
|
|
5942
|
-
/**
|
|
5943
|
-
* <p>Configuration information of the hours of operation.</p>
|
|
5944
|
-
*/
|
|
5945
|
-
Config?: HoursOfOperationConfig[];
|
|
5946
|
-
}
|
|
5947
|
-
export declare namespace UpdateHoursOfOperationRequest {
|
|
5948
|
-
/**
|
|
5949
|
-
* @internal
|
|
5950
|
-
*/
|
|
5951
|
-
const filterSensitiveLog: (obj: UpdateHoursOfOperationRequest) => any;
|
|
5952
|
-
}
|
|
5953
|
-
export interface UpdateInstanceAttributeRequest {
|
|
5954
|
-
/**
|
|
5955
|
-
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
5956
|
-
*/
|
|
5957
|
-
InstanceId: string | undefined;
|
|
5958
|
-
/**
|
|
5959
|
-
* <p>The type of attribute.</p>
|
|
5960
|
-
* <note>
|
|
5961
|
-
* <p>Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature, contact Amazon Web Services Support for allowlisting.</p>
|
|
5962
|
-
* </note>
|
|
5963
|
-
*/
|
|
5964
|
-
AttributeType: InstanceAttributeType | string | undefined;
|
|
5965
|
-
/**
|
|
5966
|
-
* <p>The value for the attribute. Maximum character limit is 100. </p>
|
|
5967
|
-
*/
|
|
5968
|
-
Value: string | undefined;
|
|
5969
|
-
}
|
|
5970
|
-
export declare namespace UpdateInstanceAttributeRequest {
|
|
5971
|
-
/**
|
|
5972
|
-
* @internal
|
|
5973
|
-
*/
|
|
5974
|
-
const filterSensitiveLog: (obj: UpdateInstanceAttributeRequest) => any;
|
|
5975
|
-
}
|
|
5976
|
-
export interface UpdateInstanceStorageConfigRequest {
|
|
5977
|
-
/**
|
|
5978
|
-
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
5979
|
-
*/
|
|
5980
|
-
InstanceId: string | undefined;
|
|
5981
|
-
/**
|
|
5982
|
-
* <p>The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.</p>
|
|
5983
|
-
*/
|
|
5984
|
-
AssociationId: string | undefined;
|
|
5985
|
-
/**
|
|
5986
|
-
* <p>A valid resource type.</p>
|
|
5987
|
-
*/
|
|
5988
|
-
ResourceType: InstanceStorageResourceType | string | undefined;
|
|
5989
|
-
/**
|
|
5990
|
-
* <p>The storage configuration for the instance.</p>
|
|
5991
|
-
*/
|
|
5992
|
-
StorageConfig: InstanceStorageConfig | undefined;
|
|
5993
|
-
}
|
|
5994
|
-
export declare namespace UpdateInstanceStorageConfigRequest {
|
|
5995
|
-
/**
|
|
5996
|
-
* @internal
|
|
5997
|
-
*/
|
|
5998
|
-
const filterSensitiveLog: (obj: UpdateInstanceStorageConfigRequest) => any;
|
|
5999
|
-
}
|
|
6000
|
-
export interface UpdateQueueHoursOfOperationRequest {
|
|
6001
|
-
/**
|
|
6002
|
-
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
6003
|
-
*/
|
|
6004
|
-
InstanceId: string | undefined;
|
|
6005
|
-
/**
|
|
6006
|
-
* <p>The identifier for the queue.</p>
|
|
6007
|
-
*/
|
|
6008
|
-
QueueId: string | undefined;
|
|
6009
|
-
/**
|
|
6010
|
-
* <p>The identifier for the hours of operation.</p>
|
|
6011
|
-
*/
|
|
6012
|
-
HoursOfOperationId: string | undefined;
|
|
6013
|
-
}
|
|
6014
|
-
export declare namespace UpdateQueueHoursOfOperationRequest {
|
|
6015
|
-
/**
|
|
6016
|
-
* @internal
|
|
6017
|
-
*/
|
|
6018
|
-
const filterSensitiveLog: (obj: UpdateQueueHoursOfOperationRequest) => any;
|
|
6019
|
-
}
|
|
6020
|
-
export interface UpdateQueueMaxContactsRequest {
|
|
6021
|
-
/**
|
|
6022
|
-
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
6023
|
-
*/
|
|
6024
|
-
InstanceId: string | undefined;
|
|
6025
|
-
/**
|
|
6026
|
-
* <p>The identifier for the queue.</p>
|
|
6027
|
-
*/
|
|
6028
|
-
QueueId: string | undefined;
|
|
6029
|
-
/**
|
|
6030
|
-
* <p>The maximum number of contacts that can be in the queue before it is considered full.</p>
|
|
6031
|
-
*/
|
|
6032
|
-
MaxContacts?: number;
|
|
6033
|
-
}
|
|
6034
|
-
export declare namespace UpdateQueueMaxContactsRequest {
|
|
6035
|
-
/**
|
|
6036
|
-
* @internal
|
|
6037
|
-
*/
|
|
6038
|
-
const filterSensitiveLog: (obj: UpdateQueueMaxContactsRequest) => any;
|
|
6039
|
-
}
|
|
6040
|
-
export interface UpdateQueueNameRequest {
|
|
6041
|
-
/**
|
|
6042
|
-
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
6043
|
-
*/
|
|
6044
|
-
InstanceId: string | undefined;
|
|
6045
|
-
/**
|
|
6046
|
-
* <p>The identifier for the queue.</p>
|
|
6047
|
-
*/
|
|
6048
|
-
QueueId: string | undefined;
|
|
6049
|
-
/**
|
|
6050
|
-
* <p>The name of the queue.</p>
|
|
6051
|
-
*/
|
|
6052
|
-
Name?: string;
|
|
6053
|
-
/**
|
|
6054
|
-
* <p>The description of the queue.</p>
|
|
6055
|
-
*/
|
|
6056
|
-
Description?: string;
|
|
6057
|
-
}
|
|
6058
|
-
export declare namespace UpdateQueueNameRequest {
|
|
6059
|
-
/**
|
|
6060
|
-
* @internal
|
|
6061
|
-
*/
|
|
6062
|
-
const filterSensitiveLog: (obj: UpdateQueueNameRequest) => any;
|
|
6063
|
-
}
|
|
6064
|
-
export interface UpdateQueueOutboundCallerConfigRequest {
|
|
6065
|
-
/**
|
|
6066
|
-
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
6067
|
-
*/
|
|
6068
|
-
InstanceId: string | undefined;
|
|
6069
|
-
/**
|
|
6070
|
-
* <p>The identifier for the queue.</p>
|
|
6071
|
-
*/
|
|
6072
|
-
QueueId: string | undefined;
|
|
6073
|
-
/**
|
|
6074
|
-
* <p>The outbound caller ID name, number, and outbound whisper flow.</p>
|
|
6075
|
-
*/
|
|
6076
|
-
OutboundCallerConfig: OutboundCallerConfig | undefined;
|
|
6077
|
-
}
|
|
6078
|
-
export declare namespace UpdateQueueOutboundCallerConfigRequest {
|
|
6079
|
-
/**
|
|
6080
|
-
* @internal
|
|
6081
|
-
*/
|
|
6082
|
-
const filterSensitiveLog: (obj: UpdateQueueOutboundCallerConfigRequest) => any;
|
|
6083
|
-
}
|
|
6084
|
-
export interface UpdateQueueStatusRequest {
|
|
6085
|
-
/**
|
|
6086
|
-
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
6087
|
-
*/
|
|
6088
|
-
InstanceId: string | undefined;
|
|
6089
|
-
/**
|
|
6090
|
-
* <p>The identifier for the queue.</p>
|
|
6091
|
-
*/
|
|
6092
|
-
QueueId: string | undefined;
|
|
6093
|
-
/**
|
|
6094
|
-
* <p>The status of the queue.</p>
|
|
6095
|
-
*/
|
|
6096
|
-
Status: QueueStatus | string | undefined;
|
|
6097
|
-
}
|
|
6098
|
-
export declare namespace UpdateQueueStatusRequest {
|
|
6099
|
-
/**
|
|
6100
|
-
* @internal
|
|
6101
|
-
*/
|
|
6102
|
-
const filterSensitiveLog: (obj: UpdateQueueStatusRequest) => any;
|
|
6103
|
-
}
|
|
6104
|
-
export interface UpdateQuickConnectConfigRequest {
|
|
6105
|
-
/**
|
|
6106
|
-
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
6107
|
-
*/
|
|
6108
|
-
InstanceId: string | undefined;
|
|
6109
|
-
/**
|
|
6110
|
-
* <p>The identifier for the quick connect.</p>
|
|
6111
|
-
*/
|
|
6112
|
-
QuickConnectId: string | undefined;
|
|
6113
|
-
/**
|
|
6114
|
-
* <p>Information about the configuration settings for the quick connect.</p>
|
|
6115
|
-
*/
|
|
6116
|
-
QuickConnectConfig: QuickConnectConfig | undefined;
|
|
6117
|
-
}
|
|
6118
|
-
export declare namespace UpdateQuickConnectConfigRequest {
|
|
6119
|
-
/**
|
|
6120
|
-
* @internal
|
|
6121
|
-
*/
|
|
6122
|
-
const filterSensitiveLog: (obj: UpdateQuickConnectConfigRequest) => any;
|
|
6123
|
-
}
|
|
6124
|
-
export interface UpdateQuickConnectNameRequest {
|
|
6125
|
-
/**
|
|
6126
|
-
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
6127
|
-
*/
|
|
6128
|
-
InstanceId: string | undefined;
|
|
6129
|
-
/**
|
|
6130
|
-
* <p>The identifier for the quick connect.</p>
|
|
6131
|
-
*/
|
|
6132
|
-
QuickConnectId: string | undefined;
|
|
6133
|
-
/**
|
|
6134
|
-
* <p>The name of the quick connect.</p>
|
|
6135
|
-
*/
|
|
6136
|
-
Name?: string;
|
|
6137
|
-
/**
|
|
6138
|
-
* <p>The description of the quick connect.</p>
|
|
6139
|
-
*/
|
|
6140
|
-
Description?: string;
|
|
6141
|
-
}
|
|
6142
|
-
export declare namespace UpdateQuickConnectNameRequest {
|
|
6143
|
-
/**
|
|
6144
|
-
* @internal
|
|
6145
|
-
*/
|
|
6146
|
-
const filterSensitiveLog: (obj: UpdateQuickConnectNameRequest) => any;
|
|
6147
|
-
}
|
|
6148
|
-
export interface UpdateRoutingProfileConcurrencyRequest {
|
|
6149
|
-
/**
|
|
6150
|
-
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
6151
|
-
*/
|
|
6152
|
-
InstanceId: string | undefined;
|
|
6153
|
-
/**
|
|
6154
|
-
* <p>The identifier of the routing profile.</p>
|
|
6155
|
-
*/
|
|
6156
|
-
RoutingProfileId: string | undefined;
|
|
6157
|
-
/**
|
|
6158
|
-
* <p>The channels that agents can handle in the Contact Control Panel (CCP).</p>
|
|
6159
|
-
*/
|
|
6160
|
-
MediaConcurrencies: MediaConcurrency[] | undefined;
|
|
6161
|
-
}
|
|
6162
|
-
export declare namespace UpdateRoutingProfileConcurrencyRequest {
|
|
6163
|
-
/**
|
|
6164
|
-
* @internal
|
|
6165
|
-
*/
|
|
6166
|
-
const filterSensitiveLog: (obj: UpdateRoutingProfileConcurrencyRequest) => any;
|
|
6167
|
-
}
|
|
6168
|
-
export interface UpdateRoutingProfileDefaultOutboundQueueRequest {
|
|
6169
|
-
/**
|
|
6170
|
-
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
6171
|
-
*/
|
|
6172
|
-
InstanceId: string | undefined;
|
|
6173
|
-
/**
|
|
6174
|
-
* <p>The identifier of the routing profile.</p>
|
|
6175
|
-
*/
|
|
6176
|
-
RoutingProfileId: string | undefined;
|
|
6177
|
-
/**
|
|
6178
|
-
* <p>The identifier for the default outbound queue.</p>
|
|
6179
|
-
*/
|
|
6180
|
-
DefaultOutboundQueueId: string | undefined;
|
|
6181
|
-
}
|
|
6182
|
-
export declare namespace UpdateRoutingProfileDefaultOutboundQueueRequest {
|
|
6183
|
-
/**
|
|
6184
|
-
* @internal
|
|
6185
|
-
*/
|
|
6186
|
-
const filterSensitiveLog: (obj: UpdateRoutingProfileDefaultOutboundQueueRequest) => any;
|
|
6187
|
-
}
|
|
6188
|
-
export interface UpdateRoutingProfileNameRequest {
|
|
6189
|
-
/**
|
|
6190
|
-
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
6191
|
-
*/
|
|
6192
|
-
InstanceId: string | undefined;
|
|
6193
|
-
/**
|
|
6194
|
-
* <p>The identifier of the routing profile.</p>
|
|
6195
|
-
*/
|
|
6196
|
-
RoutingProfileId: string | undefined;
|
|
6197
|
-
/**
|
|
6198
|
-
* <p>The name of the routing profile. Must not be more than 127 characters.</p>
|
|
6199
|
-
*/
|
|
6200
|
-
Name?: string;
|
|
6201
|
-
/**
|
|
6202
|
-
* <p>The description of the routing profile. Must not be more than 250 characters.</p>
|
|
6203
|
-
*/
|
|
6204
|
-
Description?: string;
|
|
6205
|
-
}
|
|
6206
|
-
export declare namespace UpdateRoutingProfileNameRequest {
|
|
6207
|
-
/**
|
|
6208
|
-
* @internal
|
|
6209
|
-
*/
|
|
6210
|
-
const filterSensitiveLog: (obj: UpdateRoutingProfileNameRequest) => any;
|
|
6211
|
-
}
|
|
6212
|
-
export interface UpdateRoutingProfileQueuesRequest {
|
|
6213
|
-
/**
|
|
6214
|
-
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
6215
|
-
*/
|
|
6216
|
-
InstanceId: string | undefined;
|
|
6217
|
-
/**
|
|
6218
|
-
* <p>The identifier of the routing profile.</p>
|
|
6219
|
-
*/
|
|
6220
|
-
RoutingProfileId: string | undefined;
|
|
6221
|
-
/**
|
|
6222
|
-
* <p>The queues to be updated for this routing profile.
|
|
6223
|
-
* Queues must first be associated to the routing
|
|
6224
|
-
* profile. You can do this using AssociateRoutingProfileQueues.</p>
|
|
6225
|
-
*/
|
|
6226
|
-
QueueConfigs: RoutingProfileQueueConfig[] | undefined;
|
|
6227
|
-
}
|
|
6228
|
-
export declare namespace UpdateRoutingProfileQueuesRequest {
|
|
6229
|
-
/**
|
|
6230
|
-
* @internal
|
|
6231
|
-
*/
|
|
6232
|
-
const filterSensitiveLog: (obj: UpdateRoutingProfileQueuesRequest) => any;
|
|
6233
|
-
}
|
|
6234
|
-
export interface UpdateSecurityProfileRequest {
|
|
6235
|
-
/**
|
|
6236
|
-
* <p>The description of the security profile.</p>
|
|
6237
|
-
*/
|
|
6238
|
-
Description?: string;
|
|
6239
|
-
/**
|
|
6240
|
-
* <p>The permissions granted to a security profile.</p>
|
|
6241
|
-
*/
|
|
6242
|
-
Permissions?: string[];
|
|
6243
|
-
/**
|
|
6244
|
-
* <p>The identifier for the security profle.</p>
|
|
6245
|
-
*/
|
|
6246
|
-
SecurityProfileId: string | undefined;
|
|
6247
|
-
/**
|
|
6248
|
-
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
6249
|
-
*/
|
|
6250
|
-
InstanceId: string | undefined;
|
|
6251
|
-
}
|
|
6252
|
-
export declare namespace UpdateSecurityProfileRequest {
|
|
6253
|
-
/**
|
|
6254
|
-
* @internal
|
|
6255
|
-
*/
|
|
6256
|
-
const filterSensitiveLog: (obj: UpdateSecurityProfileRequest) => any;
|
|
6257
|
-
}
|
|
6258
|
-
export interface UpdateUserHierarchyRequest {
|
|
6259
|
-
/**
|
|
6260
|
-
* <p>The identifier of the hierarchy group.</p>
|
|
6261
|
-
*/
|
|
6262
|
-
HierarchyGroupId?: string;
|
|
6263
|
-
/**
|
|
6264
|
-
* <p>The identifier of the user account.</p>
|
|
6265
|
-
*/
|
|
6266
|
-
UserId: string | undefined;
|
|
6267
|
-
/**
|
|
6268
|
-
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
6269
|
-
*/
|
|
6270
|
-
InstanceId: string | undefined;
|
|
6271
|
-
}
|
|
6272
|
-
export declare namespace UpdateUserHierarchyRequest {
|
|
6273
|
-
/**
|
|
6274
|
-
* @internal
|
|
6275
|
-
*/
|
|
6276
|
-
const filterSensitiveLog: (obj: UpdateUserHierarchyRequest) => any;
|
|
6277
|
-
}
|
|
6278
|
-
export interface UpdateUserHierarchyGroupNameRequest {
|
|
6279
|
-
/**
|
|
6280
|
-
* <p>The name of the hierarchy group. Must not be more than 100 characters.</p>
|
|
6281
|
-
*/
|
|
6282
|
-
Name: string | undefined;
|
|
6283
|
-
/**
|
|
6284
|
-
* <p>The identifier of the hierarchy group.</p>
|
|
6285
|
-
*/
|
|
6286
|
-
HierarchyGroupId: string | undefined;
|
|
6287
|
-
/**
|
|
6288
|
-
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
6289
|
-
*/
|
|
6290
|
-
InstanceId: string | undefined;
|
|
6291
|
-
}
|
|
6292
|
-
export declare namespace UpdateUserHierarchyGroupNameRequest {
|
|
6293
|
-
/**
|
|
6294
|
-
* @internal
|
|
6295
|
-
*/
|
|
6296
|
-
const filterSensitiveLog: (obj: UpdateUserHierarchyGroupNameRequest) => any;
|
|
6297
|
-
}
|
|
6298
|
-
/**
|
|
6299
|
-
* <p>Contains information about the hierarchy level to update.</p>
|
|
6300
|
-
*/
|
|
6301
|
-
export interface HierarchyLevelUpdate {
|
|
6302
|
-
/**
|
|
6303
|
-
* <p>The name of the user hierarchy level. Must not be more than 50 characters.</p>
|
|
6304
|
-
*/
|
|
6305
|
-
Name: string | undefined;
|
|
6306
|
-
}
|
|
6307
|
-
export declare namespace HierarchyLevelUpdate {
|
|
6308
|
-
/**
|
|
6309
|
-
* @internal
|
|
6310
|
-
*/
|
|
6311
|
-
const filterSensitiveLog: (obj: HierarchyLevelUpdate) => any;
|
|
6312
|
-
}
|
|
6313
|
-
/**
|
|
6314
|
-
* <p>Contains information about the level hierarchy to update.</p>
|
|
6315
|
-
*/
|
|
6316
|
-
export interface HierarchyStructureUpdate {
|
|
6317
|
-
/**
|
|
6318
|
-
* <p>The
|
|
6319
|
-
* update
|
|
6320
|
-
* for level one.</p>
|
|
6321
|
-
*/
|
|
6322
|
-
LevelOne?: HierarchyLevelUpdate;
|
|
6323
|
-
/**
|
|
6324
|
-
* <p>The update for level two.</p>
|
|
6325
|
-
*/
|
|
6326
|
-
LevelTwo?: HierarchyLevelUpdate;
|
|
6327
|
-
/**
|
|
6328
|
-
* <p>The update for level three.</p>
|
|
6329
|
-
*/
|
|
6330
|
-
LevelThree?: HierarchyLevelUpdate;
|
|
6331
|
-
/**
|
|
6332
|
-
* <p>The update for level four.</p>
|
|
6333
|
-
*/
|
|
6334
|
-
LevelFour?: HierarchyLevelUpdate;
|
|
6335
|
-
/**
|
|
6336
|
-
* <p>The update for level five.</p>
|
|
6337
|
-
*/
|
|
6338
|
-
LevelFive?: HierarchyLevelUpdate;
|
|
6339
|
-
}
|
|
6340
|
-
export declare namespace HierarchyStructureUpdate {
|
|
6341
|
-
/**
|
|
6342
|
-
* @internal
|
|
6343
|
-
*/
|
|
6344
|
-
const filterSensitiveLog: (obj: HierarchyStructureUpdate) => any;
|
|
6345
|
-
}
|
|
6346
|
-
export interface UpdateUserHierarchyStructureRequest {
|
|
6347
|
-
/**
|
|
6348
|
-
* <p>The hierarchy levels to update.</p>
|
|
6349
|
-
*/
|
|
6350
|
-
HierarchyStructure: HierarchyStructureUpdate | undefined;
|
|
6351
|
-
/**
|
|
6352
|
-
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
6353
|
-
*/
|
|
6354
|
-
InstanceId: string | undefined;
|
|
6355
|
-
}
|
|
6356
|
-
export declare namespace UpdateUserHierarchyStructureRequest {
|
|
6357
|
-
/**
|
|
6358
|
-
* @internal
|
|
6359
|
-
*/
|
|
6360
|
-
const filterSensitiveLog: (obj: UpdateUserHierarchyStructureRequest) => any;
|
|
6361
|
-
}
|
|
6362
|
-
export interface UpdateUserIdentityInfoRequest {
|
|
6363
|
-
/**
|
|
6364
|
-
* <p>The identity information for the user.</p>
|
|
6365
|
-
*/
|
|
6366
|
-
IdentityInfo: UserIdentityInfo | undefined;
|
|
6367
|
-
/**
|
|
6368
|
-
* <p>The identifier of the user account.</p>
|
|
6369
|
-
*/
|
|
6370
|
-
UserId: string | undefined;
|
|
6371
|
-
/**
|
|
6372
|
-
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
6373
|
-
*/
|
|
6374
|
-
InstanceId: string | undefined;
|
|
6375
|
-
}
|
|
6376
|
-
export declare namespace UpdateUserIdentityInfoRequest {
|
|
6377
|
-
/**
|
|
6378
|
-
* @internal
|
|
6379
|
-
*/
|
|
6380
|
-
const filterSensitiveLog: (obj: UpdateUserIdentityInfoRequest) => any;
|
|
6381
|
-
}
|