@aws-sdk/client-connect 3.95.0 → 3.104.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/Connect.js +90 -0
  3. package/dist-cjs/commands/CreateTaskTemplateCommand.js +36 -0
  4. package/dist-cjs/commands/DeleteTaskTemplateCommand.js +36 -0
  5. package/dist-cjs/commands/GetTaskTemplateCommand.js +36 -0
  6. package/dist-cjs/commands/ListSecurityKeysCommand.js +3 -3
  7. package/dist-cjs/commands/ListSecurityProfilePermissionsCommand.js +3 -3
  8. package/dist-cjs/commands/ListSecurityProfilesCommand.js +3 -3
  9. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  10. package/dist-cjs/commands/ListTaskTemplatesCommand.js +36 -0
  11. package/dist-cjs/commands/ListUseCasesCommand.js +3 -3
  12. package/dist-cjs/commands/ListUserHierarchyGroupsCommand.js +3 -3
  13. package/dist-cjs/commands/ListUsersCommand.js +3 -3
  14. package/dist-cjs/commands/PutUserStatusCommand.js +3 -3
  15. package/dist-cjs/commands/ReleasePhoneNumberCommand.js +2 -2
  16. package/dist-cjs/commands/ResumeContactRecordingCommand.js +3 -3
  17. package/dist-cjs/commands/TransferContactCommand.js +36 -0
  18. package/dist-cjs/commands/UpdateTaskTemplateCommand.js +36 -0
  19. package/dist-cjs/commands/index.js +6 -0
  20. package/dist-cjs/models/models_0.js +183 -143
  21. package/dist-cjs/models/models_1.js +183 -2
  22. package/dist-cjs/pagination/ListTaskTemplatesPaginator.js +36 -0
  23. package/dist-cjs/pagination/index.js +1 -0
  24. package/dist-cjs/protocols/Aws_restJson1.js +1044 -38
  25. package/dist-cjs/runtimeConfig.js +2 -0
  26. package/dist-es/Connect.js +90 -0
  27. package/dist-es/commands/CreateTaskTemplateCommand.js +39 -0
  28. package/dist-es/commands/DeleteTaskTemplateCommand.js +39 -0
  29. package/dist-es/commands/GetTaskTemplateCommand.js +39 -0
  30. package/dist-es/commands/ListSecurityKeysCommand.js +1 -1
  31. package/dist-es/commands/ListSecurityProfilePermissionsCommand.js +1 -1
  32. package/dist-es/commands/ListSecurityProfilesCommand.js +1 -1
  33. package/dist-es/commands/ListTagsForResourceCommand.js +1 -1
  34. package/dist-es/commands/ListTaskTemplatesCommand.js +39 -0
  35. package/dist-es/commands/ListUseCasesCommand.js +1 -1
  36. package/dist-es/commands/ListUserHierarchyGroupsCommand.js +1 -1
  37. package/dist-es/commands/ListUsersCommand.js +1 -1
  38. package/dist-es/commands/PutUserStatusCommand.js +1 -1
  39. package/dist-es/commands/ReleasePhoneNumberCommand.js +1 -1
  40. package/dist-es/commands/ResumeContactRecordingCommand.js +1 -1
  41. package/dist-es/commands/TransferContactCommand.js +39 -0
  42. package/dist-es/commands/UpdateTaskTemplateCommand.js +39 -0
  43. package/dist-es/commands/index.js +6 -0
  44. package/dist-es/models/models_0.js +139 -92
  45. package/dist-es/models/models_1.js +120 -0
  46. package/dist-es/pagination/ListTaskTemplatesPaginator.js +75 -0
  47. package/dist-es/pagination/index.js +1 -0
  48. package/dist-es/protocols/Aws_restJson1.js +1175 -54
  49. package/dist-es/runtimeConfig.js +2 -0
  50. package/dist-types/Connect.d.ts +97 -22
  51. package/dist-types/ConnectClient.d.ts +8 -2
  52. package/dist-types/commands/AssociateDefaultVocabularyCommand.d.ts +2 -1
  53. package/dist-types/commands/CreateTaskTemplateCommand.d.ts +35 -0
  54. package/dist-types/commands/DeleteTaskTemplateCommand.d.ts +35 -0
  55. package/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +2 -1
  56. package/dist-types/commands/GetTaskTemplateCommand.d.ts +35 -0
  57. package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +1 -1
  58. package/dist-types/commands/ListSecurityKeysCommand.d.ts +1 -1
  59. package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -1
  60. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +1 -1
  61. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  62. package/dist-types/commands/ListTaskTemplatesCommand.d.ts +35 -0
  63. package/dist-types/commands/ListUseCasesCommand.d.ts +1 -1
  64. package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +1 -1
  65. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  66. package/dist-types/commands/PutUserStatusCommand.d.ts +5 -6
  67. package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +1 -1
  68. package/dist-types/commands/ResumeContactRecordingCommand.d.ts +1 -1
  69. package/dist-types/commands/SearchVocabulariesCommand.d.ts +2 -1
  70. package/dist-types/commands/StartChatContactCommand.d.ts +3 -3
  71. package/dist-types/commands/StartContactRecordingCommand.d.ts +9 -7
  72. package/dist-types/commands/StopContactCommand.d.ts +3 -1
  73. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  74. package/dist-types/commands/TransferContactCommand.d.ts +58 -0
  75. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +2 -1
  76. package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +37 -0
  77. package/dist-types/commands/index.d.ts +6 -0
  78. package/dist-types/models/models_0.d.ts +573 -470
  79. package/dist-types/models/models_1.d.ts +719 -26
  80. package/dist-types/pagination/ListTaskTemplatesPaginator.d.ts +4 -0
  81. package/dist-types/pagination/index.d.ts +1 -0
  82. package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
  83. package/dist-types/ts3.4/Connect.d.ts +30 -0
  84. package/dist-types/ts3.4/ConnectClient.d.ts +8 -2
  85. package/dist-types/ts3.4/commands/CreateTaskTemplateCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/GetTaskTemplateCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/ListTaskTemplatesCommand.d.ts +17 -0
  93. package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/PutUserStatusCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/ReleasePhoneNumberCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/TransferContactCommand.d.ts +17 -0
  100. package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +17 -0
  101. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  102. package/dist-types/ts3.4/models/models_0.d.ts +333 -254
  103. package/dist-types/ts3.4/models/models_1.d.ts +388 -2
  104. package/dist-types/ts3.4/pagination/ListTaskTemplatesPaginator.d.ts +4 -0
  105. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  106. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +18 -0
  107. package/package.json +6 -6
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
+ import { UpdateTaskTemplateRequest, UpdateTaskTemplateResponse } from "../models/models_1";
5
+ export interface UpdateTaskTemplateCommandInput extends UpdateTaskTemplateRequest {
6
+ }
7
+ export interface UpdateTaskTemplateCommandOutput extends UpdateTaskTemplateResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateTaskTemplateCommand extends $Command<UpdateTaskTemplateCommandInput, UpdateTaskTemplateCommandOutput, ConnectClientResolvedConfig> {
11
+ readonly input: UpdateTaskTemplateCommandInput;
12
+ constructor(input: UpdateTaskTemplateCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTaskTemplateCommandInput, UpdateTaskTemplateCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -19,6 +19,7 @@ export * from "./CreateQueueCommand";
19
19
  export * from "./CreateQuickConnectCommand";
20
20
  export * from "./CreateRoutingProfileCommand";
21
21
  export * from "./CreateSecurityProfileCommand";
22
+ export * from "./CreateTaskTemplateCommand";
22
23
  export * from "./CreateUseCaseCommand";
23
24
  export * from "./CreateUserCommand";
24
25
  export * from "./CreateUserHierarchyGroupCommand";
@@ -30,6 +31,7 @@ export * from "./DeleteInstanceCommand";
30
31
  export * from "./DeleteIntegrationAssociationCommand";
31
32
  export * from "./DeleteQuickConnectCommand";
32
33
  export * from "./DeleteSecurityProfileCommand";
34
+ export * from "./DeleteTaskTemplateCommand";
33
35
  export * from "./DeleteUseCaseCommand";
34
36
  export * from "./DeleteUserCommand";
35
37
  export * from "./DeleteUserHierarchyGroupCommand";
@@ -64,6 +66,7 @@ export * from "./GetContactAttributesCommand";
64
66
  export * from "./GetCurrentMetricDataCommand";
65
67
  export * from "./GetFederationTokenCommand";
66
68
  export * from "./GetMetricDataCommand";
69
+ export * from "./GetTaskTemplateCommand";
67
70
  export * from "./ListAgentStatusesCommand";
68
71
  export * from "./ListApprovedOriginsCommand";
69
72
  export * from "./ListBotsCommand";
@@ -90,6 +93,7 @@ export * from "./ListSecurityKeysCommand";
90
93
  export * from "./ListSecurityProfilePermissionsCommand";
91
94
  export * from "./ListSecurityProfilesCommand";
92
95
  export * from "./ListTagsForResourceCommand";
96
+ export * from "./ListTaskTemplatesCommand";
93
97
  export * from "./ListUseCasesCommand";
94
98
  export * from "./ListUserHierarchyGroupsCommand";
95
99
  export * from "./ListUsersCommand";
@@ -109,6 +113,7 @@ export * from "./StopContactRecordingCommand";
109
113
  export * from "./StopContactStreamingCommand";
110
114
  export * from "./SuspendContactRecordingCommand";
111
115
  export * from "./TagResourceCommand";
116
+ export * from "./TransferContactCommand";
112
117
  export * from "./UntagResourceCommand";
113
118
  export * from "./UpdateAgentStatusCommand";
114
119
  export * from "./UpdateContactAttributesCommand";
@@ -135,6 +140,7 @@ export * from "./UpdateRoutingProfileDefaultOutboundQueueCommand";
135
140
  export * from "./UpdateRoutingProfileNameCommand";
136
141
  export * from "./UpdateRoutingProfileQueuesCommand";
137
142
  export * from "./UpdateSecurityProfileCommand";
143
+ export * from "./UpdateTaskTemplateCommand";
138
144
  export * from "./UpdateUserHierarchyCommand";
139
145
  export * from "./UpdateUserHierarchyGroupNameCommand";
140
146
  export * from "./UpdateUserHierarchyStructureCommand";
@@ -942,6 +942,172 @@ export declare namespace CreateSecurityProfileResponse {
942
942
 
943
943
  const filterSensitiveLog: (obj: CreateSecurityProfileResponse) => any;
944
944
  }
945
+
946
+ export interface TaskTemplateFieldIdentifier {
947
+
948
+ Name?: string;
949
+ }
950
+ export declare namespace TaskTemplateFieldIdentifier {
951
+
952
+ const filterSensitiveLog: (obj: TaskTemplateFieldIdentifier) => any;
953
+ }
954
+
955
+ export interface InvisibleFieldInfo {
956
+
957
+ Id?: TaskTemplateFieldIdentifier;
958
+ }
959
+ export declare namespace InvisibleFieldInfo {
960
+
961
+ const filterSensitiveLog: (obj: InvisibleFieldInfo) => any;
962
+ }
963
+
964
+ export interface ReadOnlyFieldInfo {
965
+
966
+ Id?: TaskTemplateFieldIdentifier;
967
+ }
968
+ export declare namespace ReadOnlyFieldInfo {
969
+
970
+ const filterSensitiveLog: (obj: ReadOnlyFieldInfo) => any;
971
+ }
972
+
973
+ export interface RequiredFieldInfo {
974
+
975
+ Id?: TaskTemplateFieldIdentifier;
976
+ }
977
+ export declare namespace RequiredFieldInfo {
978
+
979
+ const filterSensitiveLog: (obj: RequiredFieldInfo) => any;
980
+ }
981
+
982
+ export interface TaskTemplateConstraints {
983
+
984
+ RequiredFields?: RequiredFieldInfo[];
985
+
986
+ ReadOnlyFields?: ReadOnlyFieldInfo[];
987
+
988
+ InvisibleFields?: InvisibleFieldInfo[];
989
+ }
990
+ export declare namespace TaskTemplateConstraints {
991
+
992
+ const filterSensitiveLog: (obj: TaskTemplateConstraints) => any;
993
+ }
994
+
995
+ export interface TaskTemplateDefaultFieldValue {
996
+
997
+ Id?: TaskTemplateFieldIdentifier;
998
+
999
+ DefaultValue?: string;
1000
+ }
1001
+ export declare namespace TaskTemplateDefaultFieldValue {
1002
+
1003
+ const filterSensitiveLog: (obj: TaskTemplateDefaultFieldValue) => any;
1004
+ }
1005
+
1006
+ export interface TaskTemplateDefaults {
1007
+
1008
+ DefaultFieldValues?: TaskTemplateDefaultFieldValue[];
1009
+ }
1010
+ export declare namespace TaskTemplateDefaults {
1011
+
1012
+ const filterSensitiveLog: (obj: TaskTemplateDefaults) => any;
1013
+ }
1014
+ export declare enum TaskTemplateFieldType {
1015
+ BOOLEAN = "BOOLEAN",
1016
+ DATE_TIME = "DATE_TIME",
1017
+ DESCRIPTION = "DESCRIPTION",
1018
+ EMAIL = "EMAIL",
1019
+ NAME = "NAME",
1020
+ NUMBER = "NUMBER",
1021
+ QUICK_CONNECT = "QUICK_CONNECT",
1022
+ SCHEDULED_TIME = "SCHEDULED_TIME",
1023
+ SINGLE_SELECT = "SINGLE_SELECT",
1024
+ TEXT = "TEXT",
1025
+ TEXT_AREA = "TEXT_AREA",
1026
+ URL = "URL"
1027
+ }
1028
+
1029
+ export interface TaskTemplateField {
1030
+
1031
+ Id: TaskTemplateFieldIdentifier | undefined;
1032
+
1033
+ Description?: string;
1034
+
1035
+ Type?: TaskTemplateFieldType | string;
1036
+
1037
+ SingleSelectOptions?: string[];
1038
+ }
1039
+ export declare namespace TaskTemplateField {
1040
+
1041
+ const filterSensitiveLog: (obj: TaskTemplateField) => any;
1042
+ }
1043
+ export declare enum TaskTemplateStatus {
1044
+ ACTIVE = "ACTIVE",
1045
+ INACTIVE = "INACTIVE"
1046
+ }
1047
+ export interface CreateTaskTemplateRequest {
1048
+
1049
+ InstanceId: string | undefined;
1050
+
1051
+ Name: string | undefined;
1052
+
1053
+ Description?: string;
1054
+
1055
+ ContactFlowId?: string;
1056
+
1057
+ Constraints?: TaskTemplateConstraints;
1058
+
1059
+ Defaults?: TaskTemplateDefaults;
1060
+
1061
+ Status?: TaskTemplateStatus | string;
1062
+
1063
+ Fields: TaskTemplateField[] | undefined;
1064
+
1065
+ ClientToken?: string;
1066
+ }
1067
+ export declare namespace CreateTaskTemplateRequest {
1068
+
1069
+ const filterSensitiveLog: (obj: CreateTaskTemplateRequest) => any;
1070
+ }
1071
+ export interface CreateTaskTemplateResponse {
1072
+
1073
+ Id: string | undefined;
1074
+
1075
+ Arn: string | undefined;
1076
+ }
1077
+ export declare namespace CreateTaskTemplateResponse {
1078
+
1079
+ const filterSensitiveLog: (obj: CreateTaskTemplateResponse) => any;
1080
+ }
1081
+ export declare enum PropertyValidationExceptionReason {
1082
+ INVALID_FORMAT = "INVALID_FORMAT",
1083
+ NOT_SUPPORTED = "NOT_SUPPORTED",
1084
+ REFERENCED_RESOURCE_NOT_FOUND = "REFERENCED_RESOURCE_NOT_FOUND",
1085
+ REQUIRED_PROPERTY_MISSING = "REQUIRED_PROPERTY_MISSING",
1086
+ RESOURCE_NAME_ALREADY_EXISTS = "RESOURCE_NAME_ALREADY_EXISTS",
1087
+ UNIQUE_CONSTRAINT_VIOLATED = "UNIQUE_CONSTRAINT_VIOLATED"
1088
+ }
1089
+
1090
+ export interface PropertyValidationExceptionProperty {
1091
+
1092
+ PropertyPath: string | undefined;
1093
+
1094
+ Reason: PropertyValidationExceptionReason | string | undefined;
1095
+
1096
+ Message: string | undefined;
1097
+ }
1098
+ export declare namespace PropertyValidationExceptionProperty {
1099
+
1100
+ const filterSensitiveLog: (obj: PropertyValidationExceptionProperty) => any;
1101
+ }
1102
+
1103
+ export declare class PropertyValidationException extends __BaseException {
1104
+ readonly name: "PropertyValidationException";
1105
+ readonly $fault: "client";
1106
+ Message: string | undefined;
1107
+ PropertyList?: PropertyValidationExceptionProperty[];
1108
+
1109
+ constructor(opts: __ExceptionOptionType<PropertyValidationException, __BaseException>);
1110
+ }
945
1111
  export declare enum UseCaseType {
946
1112
  CONNECT_CAMPAIGNS = "CONNECT_CAMPAIGNS",
947
1113
  RULES_EVALUATION = "RULES_EVALUATION"
@@ -1201,6 +1367,22 @@ export declare class ResourceInUseException extends __BaseException {
1201
1367
 
1202
1368
  constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
1203
1369
  }
1370
+ export interface DeleteTaskTemplateRequest {
1371
+
1372
+ InstanceId: string | undefined;
1373
+
1374
+ TaskTemplateId: string | undefined;
1375
+ }
1376
+ export declare namespace DeleteTaskTemplateRequest {
1377
+
1378
+ const filterSensitiveLog: (obj: DeleteTaskTemplateRequest) => any;
1379
+ }
1380
+ export interface DeleteTaskTemplateResponse {
1381
+ }
1382
+ export declare namespace DeleteTaskTemplateResponse {
1383
+
1384
+ const filterSensitiveLog: (obj: DeleteTaskTemplateResponse) => any;
1385
+ }
1204
1386
  export interface DeleteUseCaseRequest {
1205
1387
 
1206
1388
  InstanceId: string | undefined;
@@ -2681,6 +2863,52 @@ export declare namespace GetMetricDataResponse {
2681
2863
 
2682
2864
  const filterSensitiveLog: (obj: GetMetricDataResponse) => any;
2683
2865
  }
2866
+ export interface GetTaskTemplateRequest {
2867
+
2868
+ InstanceId: string | undefined;
2869
+
2870
+ TaskTemplateId: string | undefined;
2871
+
2872
+ SnapshotVersion?: string;
2873
+ }
2874
+ export declare namespace GetTaskTemplateRequest {
2875
+
2876
+ const filterSensitiveLog: (obj: GetTaskTemplateRequest) => any;
2877
+ }
2878
+ export interface GetTaskTemplateResponse {
2879
+
2880
+ InstanceId?: string;
2881
+
2882
+ Id: string | undefined;
2883
+
2884
+ Arn: string | undefined;
2885
+
2886
+ Name: string | undefined;
2887
+
2888
+ Description?: string;
2889
+
2890
+ ContactFlowId?: string;
2891
+
2892
+ Constraints?: TaskTemplateConstraints;
2893
+
2894
+ Defaults?: TaskTemplateDefaults;
2895
+
2896
+ Fields?: TaskTemplateField[];
2897
+
2898
+ Status?: TaskTemplateStatus | string;
2899
+
2900
+ LastModifiedTime?: Date;
2901
+
2902
+ CreatedTime?: Date;
2903
+
2904
+ Tags?: {
2905
+ [key: string]: string;
2906
+ };
2907
+ }
2908
+ export declare namespace GetTaskTemplateResponse {
2909
+
2910
+ const filterSensitiveLog: (obj: GetTaskTemplateResponse) => any;
2911
+ }
2684
2912
  export interface ListAgentStatusRequest {
2685
2913
 
2686
2914
  InstanceId: string | undefined;
@@ -2848,6 +3076,10 @@ export declare namespace ListContactFlowsResponse {
2848
3076
  }
2849
3077
  export declare enum ReferenceType {
2850
3078
  ATTACHMENT = "ATTACHMENT",
3079
+ DATE = "DATE",
3080
+ EMAIL = "EMAIL",
3081
+ NUMBER = "NUMBER",
3082
+ STRING = "STRING",
2851
3083
  URL = "URL"
2852
3084
  }
2853
3085
  export interface ListContactReferencesRequest {
@@ -2882,6 +3114,50 @@ export declare namespace AttachmentReference {
2882
3114
  const filterSensitiveLog: (obj: AttachmentReference) => any;
2883
3115
  }
2884
3116
 
3117
+ export interface DateReference {
3118
+
3119
+ Name?: string;
3120
+
3121
+ Value?: string;
3122
+ }
3123
+ export declare namespace DateReference {
3124
+
3125
+ const filterSensitiveLog: (obj: DateReference) => any;
3126
+ }
3127
+
3128
+ export interface EmailReference {
3129
+
3130
+ Name?: string;
3131
+
3132
+ Value?: string;
3133
+ }
3134
+ export declare namespace EmailReference {
3135
+
3136
+ const filterSensitiveLog: (obj: EmailReference) => any;
3137
+ }
3138
+
3139
+ export interface NumberReference {
3140
+
3141
+ Name?: string;
3142
+
3143
+ Value?: string;
3144
+ }
3145
+ export declare namespace NumberReference {
3146
+
3147
+ const filterSensitiveLog: (obj: NumberReference) => any;
3148
+ }
3149
+
3150
+ export interface StringReference {
3151
+
3152
+ Name?: string;
3153
+
3154
+ Value?: string;
3155
+ }
3156
+ export declare namespace StringReference {
3157
+
3158
+ const filterSensitiveLog: (obj: StringReference) => any;
3159
+ }
3160
+
2885
3161
  export interface UrlReference {
2886
3162
 
2887
3163
  Name?: string;
@@ -2893,23 +3169,75 @@ export declare namespace UrlReference {
2893
3169
  const filterSensitiveLog: (obj: UrlReference) => any;
2894
3170
  }
2895
3171
 
2896
- export declare type ReferenceSummary = ReferenceSummary.AttachmentMember | ReferenceSummary.UrlMember | ReferenceSummary.$UnknownMember;
3172
+ export declare type ReferenceSummary = ReferenceSummary.AttachmentMember | ReferenceSummary.DateMember | ReferenceSummary.EmailMember | ReferenceSummary.NumberMember | ReferenceSummary.StringMember | ReferenceSummary.UrlMember | ReferenceSummary.$UnknownMember;
2897
3173
  export declare namespace ReferenceSummary {
2898
3174
 
2899
3175
  interface UrlMember {
2900
3176
  Url: UrlReference;
2901
3177
  Attachment?: never;
3178
+ String?: never;
3179
+ Number?: never;
3180
+ Date?: never;
3181
+ Email?: never;
2902
3182
  $unknown?: never;
2903
3183
  }
2904
3184
 
2905
3185
  interface AttachmentMember {
2906
3186
  Url?: never;
2907
3187
  Attachment: AttachmentReference;
3188
+ String?: never;
3189
+ Number?: never;
3190
+ Date?: never;
3191
+ Email?: never;
3192
+ $unknown?: never;
3193
+ }
3194
+
3195
+ interface StringMember {
3196
+ Url?: never;
3197
+ Attachment?: never;
3198
+ String: StringReference;
3199
+ Number?: never;
3200
+ Date?: never;
3201
+ Email?: never;
3202
+ $unknown?: never;
3203
+ }
3204
+
3205
+ interface NumberMember {
3206
+ Url?: never;
3207
+ Attachment?: never;
3208
+ String?: never;
3209
+ Number: NumberReference;
3210
+ Date?: never;
3211
+ Email?: never;
3212
+ $unknown?: never;
3213
+ }
3214
+
3215
+ interface DateMember {
3216
+ Url?: never;
3217
+ Attachment?: never;
3218
+ String?: never;
3219
+ Number?: never;
3220
+ Date: DateReference;
3221
+ Email?: never;
3222
+ $unknown?: never;
3223
+ }
3224
+
3225
+ interface EmailMember {
3226
+ Url?: never;
3227
+ Attachment?: never;
3228
+ String?: never;
3229
+ Number?: never;
3230
+ Date?: never;
3231
+ Email: EmailReference;
2908
3232
  $unknown?: never;
2909
3233
  }
2910
3234
  interface $UnknownMember {
2911
3235
  Url?: never;
2912
3236
  Attachment?: never;
3237
+ String?: never;
3238
+ Number?: never;
3239
+ Date?: never;
3240
+ Email?: never;
2913
3241
  $unknown: [
2914
3242
  string,
2915
3243
  any
@@ -2918,6 +3246,10 @@ export declare namespace ReferenceSummary {
2918
3246
  interface Visitor<T> {
2919
3247
  Url: (value: UrlReference) => T;
2920
3248
  Attachment: (value: AttachmentReference) => T;
3249
+ String: (value: StringReference) => T;
3250
+ Number: (value: NumberReference) => T;
3251
+ Date: (value: DateReference) => T;
3252
+ Email: (value: EmailReference) => T;
2921
3253
  _: (name: string, value: any) => T;
2922
3254
  }
2923
3255
  const visit: <T>(value: ReferenceSummary, visitor: Visitor<T>) => T;
@@ -3499,256 +3831,3 @@ export declare namespace ListRoutingProfilesResponse {
3499
3831
 
3500
3832
  const filterSensitiveLog: (obj: ListRoutingProfilesResponse) => any;
3501
3833
  }
3502
- export interface ListSecurityKeysRequest {
3503
-
3504
- InstanceId: string | undefined;
3505
-
3506
- NextToken?: string;
3507
-
3508
- MaxResults?: number;
3509
- }
3510
- export declare namespace ListSecurityKeysRequest {
3511
-
3512
- const filterSensitiveLog: (obj: ListSecurityKeysRequest) => any;
3513
- }
3514
-
3515
- export interface SecurityKey {
3516
-
3517
- AssociationId?: string;
3518
-
3519
- Key?: string;
3520
-
3521
- CreationTime?: Date;
3522
- }
3523
- export declare namespace SecurityKey {
3524
-
3525
- const filterSensitiveLog: (obj: SecurityKey) => any;
3526
- }
3527
- export interface ListSecurityKeysResponse {
3528
-
3529
- SecurityKeys?: SecurityKey[];
3530
-
3531
- NextToken?: string;
3532
- }
3533
- export declare namespace ListSecurityKeysResponse {
3534
-
3535
- const filterSensitiveLog: (obj: ListSecurityKeysResponse) => any;
3536
- }
3537
- export interface ListSecurityProfilePermissionsRequest {
3538
-
3539
- SecurityProfileId: string | undefined;
3540
-
3541
- InstanceId: string | undefined;
3542
-
3543
- NextToken?: string;
3544
-
3545
- MaxResults?: number;
3546
- }
3547
- export declare namespace ListSecurityProfilePermissionsRequest {
3548
-
3549
- const filterSensitiveLog: (obj: ListSecurityProfilePermissionsRequest) => any;
3550
- }
3551
- export interface ListSecurityProfilePermissionsResponse {
3552
-
3553
- Permissions?: string[];
3554
-
3555
- NextToken?: string;
3556
- }
3557
- export declare namespace ListSecurityProfilePermissionsResponse {
3558
-
3559
- const filterSensitiveLog: (obj: ListSecurityProfilePermissionsResponse) => any;
3560
- }
3561
- export interface ListSecurityProfilesRequest {
3562
-
3563
- InstanceId: string | undefined;
3564
-
3565
- NextToken?: string;
3566
-
3567
- MaxResults?: number;
3568
- }
3569
- export declare namespace ListSecurityProfilesRequest {
3570
-
3571
- const filterSensitiveLog: (obj: ListSecurityProfilesRequest) => any;
3572
- }
3573
-
3574
- export interface SecurityProfileSummary {
3575
-
3576
- Id?: string;
3577
-
3578
- Arn?: string;
3579
-
3580
- Name?: string;
3581
- }
3582
- export declare namespace SecurityProfileSummary {
3583
-
3584
- const filterSensitiveLog: (obj: SecurityProfileSummary) => any;
3585
- }
3586
- export interface ListSecurityProfilesResponse {
3587
-
3588
- SecurityProfileSummaryList?: SecurityProfileSummary[];
3589
-
3590
- NextToken?: string;
3591
- }
3592
- export declare namespace ListSecurityProfilesResponse {
3593
-
3594
- const filterSensitiveLog: (obj: ListSecurityProfilesResponse) => any;
3595
- }
3596
- export interface ListTagsForResourceRequest {
3597
-
3598
- resourceArn: string | undefined;
3599
- }
3600
- export declare namespace ListTagsForResourceRequest {
3601
-
3602
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
3603
- }
3604
- export interface ListTagsForResourceResponse {
3605
-
3606
- tags?: {
3607
- [key: string]: string;
3608
- };
3609
- }
3610
- export declare namespace ListTagsForResourceResponse {
3611
-
3612
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
3613
- }
3614
-
3615
- export interface ListUseCasesRequest {
3616
-
3617
- InstanceId: string | undefined;
3618
-
3619
- IntegrationAssociationId: string | undefined;
3620
-
3621
- NextToken?: string;
3622
-
3623
- MaxResults?: number;
3624
- }
3625
- export declare namespace ListUseCasesRequest {
3626
-
3627
- const filterSensitiveLog: (obj: ListUseCasesRequest) => any;
3628
- }
3629
-
3630
- export interface UseCase {
3631
-
3632
- UseCaseId?: string;
3633
-
3634
- UseCaseArn?: string;
3635
-
3636
- UseCaseType?: UseCaseType | string;
3637
- }
3638
- export declare namespace UseCase {
3639
-
3640
- const filterSensitiveLog: (obj: UseCase) => any;
3641
- }
3642
- export interface ListUseCasesResponse {
3643
-
3644
- UseCaseSummaryList?: UseCase[];
3645
-
3646
- NextToken?: string;
3647
- }
3648
- export declare namespace ListUseCasesResponse {
3649
-
3650
- const filterSensitiveLog: (obj: ListUseCasesResponse) => any;
3651
- }
3652
- export interface ListUserHierarchyGroupsRequest {
3653
-
3654
- InstanceId: string | undefined;
3655
-
3656
- NextToken?: string;
3657
-
3658
- MaxResults?: number;
3659
- }
3660
- export declare namespace ListUserHierarchyGroupsRequest {
3661
-
3662
- const filterSensitiveLog: (obj: ListUserHierarchyGroupsRequest) => any;
3663
- }
3664
- export interface ListUserHierarchyGroupsResponse {
3665
-
3666
- UserHierarchyGroupSummaryList?: HierarchyGroupSummary[];
3667
-
3668
- NextToken?: string;
3669
- }
3670
- export declare namespace ListUserHierarchyGroupsResponse {
3671
-
3672
- const filterSensitiveLog: (obj: ListUserHierarchyGroupsResponse) => any;
3673
- }
3674
- export interface ListUsersRequest {
3675
-
3676
- InstanceId: string | undefined;
3677
-
3678
- NextToken?: string;
3679
-
3680
- MaxResults?: number;
3681
- }
3682
- export declare namespace ListUsersRequest {
3683
-
3684
- const filterSensitiveLog: (obj: ListUsersRequest) => any;
3685
- }
3686
-
3687
- export interface UserSummary {
3688
-
3689
- Id?: string;
3690
-
3691
- Arn?: string;
3692
-
3693
- Username?: string;
3694
- }
3695
- export declare namespace UserSummary {
3696
-
3697
- const filterSensitiveLog: (obj: UserSummary) => any;
3698
- }
3699
- export interface ListUsersResponse {
3700
-
3701
- UserSummaryList?: UserSummary[];
3702
-
3703
- NextToken?: string;
3704
- }
3705
- export declare namespace ListUsersResponse {
3706
-
3707
- const filterSensitiveLog: (obj: ListUsersResponse) => any;
3708
- }
3709
- export interface PutUserStatusRequest {
3710
-
3711
- UserId: string | undefined;
3712
-
3713
- InstanceId: string | undefined;
3714
-
3715
- AgentStatusId: string | undefined;
3716
- }
3717
- export declare namespace PutUserStatusRequest {
3718
-
3719
- const filterSensitiveLog: (obj: PutUserStatusRequest) => any;
3720
- }
3721
- export interface PutUserStatusResponse {
3722
- }
3723
- export declare namespace PutUserStatusResponse {
3724
-
3725
- const filterSensitiveLog: (obj: PutUserStatusResponse) => any;
3726
- }
3727
- export interface ReleasePhoneNumberRequest {
3728
-
3729
- PhoneNumberId: string | undefined;
3730
-
3731
- ClientToken?: string;
3732
- }
3733
- export declare namespace ReleasePhoneNumberRequest {
3734
-
3735
- const filterSensitiveLog: (obj: ReleasePhoneNumberRequest) => any;
3736
- }
3737
- export interface ResumeContactRecordingRequest {
3738
-
3739
- InstanceId: string | undefined;
3740
-
3741
- ContactId: string | undefined;
3742
-
3743
- InitialContactId: string | undefined;
3744
- }
3745
- export declare namespace ResumeContactRecordingRequest {
3746
-
3747
- const filterSensitiveLog: (obj: ResumeContactRecordingRequest) => any;
3748
- }
3749
- export interface ResumeContactRecordingResponse {
3750
- }
3751
- export declare namespace ResumeContactRecordingResponse {
3752
-
3753
- const filterSensitiveLog: (obj: ResumeContactRecordingResponse) => any;
3754
- }