@aws-sdk/client-connect 3.271.0 → 3.275.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/dist-cjs/models/models_0.js +2 -0
- package/dist-es/models/models_0.js +2 -0
- package/dist-types/Connect.d.ts +2 -3
- package/dist-types/commands/DescribeUserCommand.d.ts +2 -3
- package/dist-types/models/models_0.d.ts +89 -81
- package/dist-types/models/models_1.d.ts +77 -76
- package/dist-types/ts3.4/models/models_0.d.ts +4 -2
- package/package.json +29 -29
|
@@ -207,7 +207,7 @@ export interface ListContactReferencesResponse {
|
|
|
207
207
|
}
|
|
208
208
|
export interface ListDefaultVocabulariesRequest {
|
|
209
209
|
/**
|
|
210
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
210
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
211
211
|
*/
|
|
212
212
|
InstanceId: string | undefined;
|
|
213
213
|
/**
|
|
@@ -231,7 +231,7 @@ export interface ListDefaultVocabulariesRequest {
|
|
|
231
231
|
*/
|
|
232
232
|
export interface DefaultVocabulary {
|
|
233
233
|
/**
|
|
234
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
234
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
235
235
|
*/
|
|
236
236
|
InstanceId: string | undefined;
|
|
237
237
|
/**
|
|
@@ -261,7 +261,7 @@ export interface ListDefaultVocabulariesResponse {
|
|
|
261
261
|
}
|
|
262
262
|
export interface ListHoursOfOperationsRequest {
|
|
263
263
|
/**
|
|
264
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
264
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
265
265
|
*/
|
|
266
266
|
InstanceId: string | undefined;
|
|
267
267
|
/**
|
|
@@ -303,7 +303,7 @@ export interface ListHoursOfOperationsResponse {
|
|
|
303
303
|
}
|
|
304
304
|
export interface ListInstanceAttributesRequest {
|
|
305
305
|
/**
|
|
306
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
306
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
307
307
|
*/
|
|
308
308
|
InstanceId: string | undefined;
|
|
309
309
|
/**
|
|
@@ -390,7 +390,7 @@ export interface ListInstancesResponse {
|
|
|
390
390
|
}
|
|
391
391
|
export interface ListInstanceStorageConfigsRequest {
|
|
392
392
|
/**
|
|
393
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
393
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
394
394
|
*/
|
|
395
395
|
InstanceId: string | undefined;
|
|
396
396
|
/**
|
|
@@ -419,7 +419,7 @@ export interface ListInstanceStorageConfigsResponse {
|
|
|
419
419
|
}
|
|
420
420
|
export interface ListIntegrationAssociationsRequest {
|
|
421
421
|
/**
|
|
422
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
422
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
423
423
|
*/
|
|
424
424
|
InstanceId: string | undefined;
|
|
425
425
|
/**
|
|
@@ -449,7 +449,7 @@ export interface IntegrationAssociationSummary {
|
|
|
449
449
|
*/
|
|
450
450
|
IntegrationAssociationArn?: string;
|
|
451
451
|
/**
|
|
452
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
452
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
453
453
|
*/
|
|
454
454
|
InstanceId?: string;
|
|
455
455
|
/**
|
|
@@ -485,7 +485,7 @@ export interface ListIntegrationAssociationsResponse {
|
|
|
485
485
|
}
|
|
486
486
|
export interface ListLambdaFunctionsRequest {
|
|
487
487
|
/**
|
|
488
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
488
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
489
489
|
*/
|
|
490
490
|
InstanceId: string | undefined;
|
|
491
491
|
/**
|
|
@@ -510,7 +510,7 @@ export interface ListLambdaFunctionsResponse {
|
|
|
510
510
|
}
|
|
511
511
|
export interface ListLexBotsRequest {
|
|
512
512
|
/**
|
|
513
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
513
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
514
514
|
*/
|
|
515
515
|
InstanceId: string | undefined;
|
|
516
516
|
/**
|
|
@@ -537,7 +537,7 @@ export interface ListLexBotsResponse {
|
|
|
537
537
|
}
|
|
538
538
|
export interface ListPhoneNumbersRequest {
|
|
539
539
|
/**
|
|
540
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
540
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
541
541
|
*/
|
|
542
542
|
InstanceId: string | undefined;
|
|
543
543
|
/**
|
|
@@ -706,7 +706,7 @@ export interface ListPromptsResponse {
|
|
|
706
706
|
}
|
|
707
707
|
export interface ListQueueQuickConnectsRequest {
|
|
708
708
|
/**
|
|
709
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
709
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
710
710
|
*/
|
|
711
711
|
InstanceId: string | undefined;
|
|
712
712
|
/**
|
|
@@ -761,7 +761,7 @@ export declare enum QueueType {
|
|
|
761
761
|
}
|
|
762
762
|
export interface ListQueuesRequest {
|
|
763
763
|
/**
|
|
764
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
764
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
765
765
|
*/
|
|
766
766
|
InstanceId: string | undefined;
|
|
767
767
|
/**
|
|
@@ -811,7 +811,7 @@ export interface ListQueuesResponse {
|
|
|
811
811
|
}
|
|
812
812
|
export interface ListQuickConnectsRequest {
|
|
813
813
|
/**
|
|
814
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
814
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
815
815
|
*/
|
|
816
816
|
InstanceId: string | undefined;
|
|
817
817
|
/**
|
|
@@ -841,7 +841,7 @@ export interface ListQuickConnectsResponse {
|
|
|
841
841
|
}
|
|
842
842
|
export interface ListRoutingProfileQueuesRequest {
|
|
843
843
|
/**
|
|
844
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
844
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
845
845
|
*/
|
|
846
846
|
InstanceId: string | undefined;
|
|
847
847
|
/**
|
|
@@ -903,7 +903,7 @@ export interface ListRoutingProfileQueuesResponse {
|
|
|
903
903
|
}
|
|
904
904
|
export interface ListRoutingProfilesRequest {
|
|
905
905
|
/**
|
|
906
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
906
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
907
907
|
*/
|
|
908
908
|
InstanceId: string | undefined;
|
|
909
909
|
/**
|
|
@@ -945,7 +945,7 @@ export interface ListRoutingProfilesResponse {
|
|
|
945
945
|
}
|
|
946
946
|
export interface ListRulesRequest {
|
|
947
947
|
/**
|
|
948
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
948
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
949
949
|
*/
|
|
950
950
|
InstanceId: string | undefined;
|
|
951
951
|
/**
|
|
@@ -1015,7 +1015,7 @@ export interface ListRulesResponse {
|
|
|
1015
1015
|
}
|
|
1016
1016
|
export interface ListSecurityKeysRequest {
|
|
1017
1017
|
/**
|
|
1018
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
1018
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
1019
1019
|
*/
|
|
1020
1020
|
InstanceId: string | undefined;
|
|
1021
1021
|
/**
|
|
@@ -1061,7 +1061,7 @@ export interface ListSecurityProfilePermissionsRequest {
|
|
|
1061
1061
|
*/
|
|
1062
1062
|
SecurityProfileId: string | undefined;
|
|
1063
1063
|
/**
|
|
1064
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
1064
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
1065
1065
|
*/
|
|
1066
1066
|
InstanceId: string | undefined;
|
|
1067
1067
|
/**
|
|
@@ -1088,7 +1088,7 @@ export interface ListSecurityProfilePermissionsResponse {
|
|
|
1088
1088
|
}
|
|
1089
1089
|
export interface ListSecurityProfilesRequest {
|
|
1090
1090
|
/**
|
|
1091
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
1091
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
1092
1092
|
*/
|
|
1093
1093
|
InstanceId: string | undefined;
|
|
1094
1094
|
/**
|
|
@@ -1130,7 +1130,8 @@ export interface ListSecurityProfilesResponse {
|
|
|
1130
1130
|
}
|
|
1131
1131
|
export interface ListTagsForResourceRequest {
|
|
1132
1132
|
/**
|
|
1133
|
-
* <p>The Amazon Resource Name (ARN) of the resource
|
|
1133
|
+
* <p>The Amazon Resource Name (ARN) of the resource. All Amazon Connect resources (instances, queues, flows, routing
|
|
1134
|
+
* profiles, etc) have an ARN. To locate the ARN for an instance, for example, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">Find your Amazon Connect instance ID/ARN</a>. </p>
|
|
1134
1135
|
*/
|
|
1135
1136
|
resourceArn: string | undefined;
|
|
1136
1137
|
}
|
|
@@ -1142,7 +1143,7 @@ export interface ListTagsForResourceResponse {
|
|
|
1142
1143
|
}
|
|
1143
1144
|
export interface ListTaskTemplatesRequest {
|
|
1144
1145
|
/**
|
|
1145
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
1146
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
1146
1147
|
*/
|
|
1147
1148
|
InstanceId: string | undefined;
|
|
1148
1149
|
/**
|
|
@@ -1231,7 +1232,7 @@ export interface ListTrafficDistributionGroupsRequest {
|
|
|
1231
1232
|
*/
|
|
1232
1233
|
NextToken?: string;
|
|
1233
1234
|
/**
|
|
1234
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
1235
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
1235
1236
|
*/
|
|
1236
1237
|
InstanceId?: string;
|
|
1237
1238
|
}
|
|
@@ -1307,7 +1308,7 @@ export interface ListTrafficDistributionGroupsResponse {
|
|
|
1307
1308
|
*/
|
|
1308
1309
|
export interface ListUseCasesRequest {
|
|
1309
1310
|
/**
|
|
1310
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
1311
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
1311
1312
|
*/
|
|
1312
1313
|
InstanceId: string | undefined;
|
|
1313
1314
|
/**
|
|
@@ -1356,7 +1357,7 @@ export interface ListUseCasesResponse {
|
|
|
1356
1357
|
}
|
|
1357
1358
|
export interface ListUserHierarchyGroupsRequest {
|
|
1358
1359
|
/**
|
|
1359
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
1360
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
1360
1361
|
*/
|
|
1361
1362
|
InstanceId: string | undefined;
|
|
1362
1363
|
/**
|
|
@@ -1381,7 +1382,7 @@ export interface ListUserHierarchyGroupsResponse {
|
|
|
1381
1382
|
}
|
|
1382
1383
|
export interface ListUsersRequest {
|
|
1383
1384
|
/**
|
|
1384
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
1385
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
1385
1386
|
*/
|
|
1386
1387
|
InstanceId: string | undefined;
|
|
1387
1388
|
/**
|
|
@@ -1464,7 +1465,7 @@ export interface PutUserStatusRequest {
|
|
|
1464
1465
|
*/
|
|
1465
1466
|
UserId: string | undefined;
|
|
1466
1467
|
/**
|
|
1467
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
1468
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
1468
1469
|
*/
|
|
1469
1470
|
InstanceId: string | undefined;
|
|
1470
1471
|
/**
|
|
@@ -1489,7 +1490,7 @@ export interface ReleasePhoneNumberRequest {
|
|
|
1489
1490
|
}
|
|
1490
1491
|
export interface ReplicateInstanceRequest {
|
|
1491
1492
|
/**
|
|
1492
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
1493
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance. You can provide the <code>InstanceId</code>, or the entire ARN.</p>
|
|
1493
1494
|
*/
|
|
1494
1495
|
InstanceId: string | undefined;
|
|
1495
1496
|
/**
|
|
@@ -1522,7 +1523,7 @@ export interface ReplicateInstanceResponse {
|
|
|
1522
1523
|
}
|
|
1523
1524
|
export interface ResumeContactRecordingRequest {
|
|
1524
1525
|
/**
|
|
1525
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
1526
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
1526
1527
|
*/
|
|
1527
1528
|
InstanceId: string | undefined;
|
|
1528
1529
|
/**
|
|
@@ -1906,7 +1907,7 @@ export interface SearchUsersResponse {
|
|
|
1906
1907
|
}
|
|
1907
1908
|
export interface SearchVocabulariesRequest {
|
|
1908
1909
|
/**
|
|
1909
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
1910
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
1910
1911
|
*/
|
|
1911
1912
|
InstanceId: string | undefined;
|
|
1912
1913
|
/**
|
|
@@ -2049,7 +2050,7 @@ export interface PersistentChat {
|
|
|
2049
2050
|
}
|
|
2050
2051
|
export interface StartChatContactRequest {
|
|
2051
2052
|
/**
|
|
2052
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
2053
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
2053
2054
|
*/
|
|
2054
2055
|
InstanceId: string | undefined;
|
|
2055
2056
|
/**
|
|
@@ -2142,7 +2143,7 @@ export interface VoiceRecordingConfiguration {
|
|
|
2142
2143
|
}
|
|
2143
2144
|
export interface StartContactRecordingRequest {
|
|
2144
2145
|
/**
|
|
2145
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
2146
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
2146
2147
|
*/
|
|
2147
2148
|
InstanceId: string | undefined;
|
|
2148
2149
|
/**
|
|
@@ -2173,7 +2174,7 @@ export interface ChatStreamingConfiguration {
|
|
|
2173
2174
|
}
|
|
2174
2175
|
export interface StartContactStreamingRequest {
|
|
2175
2176
|
/**
|
|
2176
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
2177
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
2177
2178
|
*/
|
|
2178
2179
|
InstanceId: string | undefined;
|
|
2179
2180
|
/**
|
|
@@ -2265,7 +2266,7 @@ export interface StartOutboundVoiceContactRequest {
|
|
|
2265
2266
|
*/
|
|
2266
2267
|
ContactFlowId: string | undefined;
|
|
2267
2268
|
/**
|
|
2268
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
2269
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
2269
2270
|
*/
|
|
2270
2271
|
InstanceId: string | undefined;
|
|
2271
2272
|
/**
|
|
@@ -2318,7 +2319,7 @@ export interface StartOutboundVoiceContactResponse {
|
|
|
2318
2319
|
}
|
|
2319
2320
|
export interface StartTaskContactRequest {
|
|
2320
2321
|
/**
|
|
2321
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
2322
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
2322
2323
|
*/
|
|
2323
2324
|
InstanceId: string | undefined;
|
|
2324
2325
|
/**
|
|
@@ -2400,7 +2401,7 @@ export interface StopContactRequest {
|
|
|
2400
2401
|
*/
|
|
2401
2402
|
ContactId: string | undefined;
|
|
2402
2403
|
/**
|
|
2403
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
2404
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
2404
2405
|
*/
|
|
2405
2406
|
InstanceId: string | undefined;
|
|
2406
2407
|
}
|
|
@@ -2408,7 +2409,7 @@ export interface StopContactResponse {
|
|
|
2408
2409
|
}
|
|
2409
2410
|
export interface StopContactRecordingRequest {
|
|
2410
2411
|
/**
|
|
2411
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
2412
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
2412
2413
|
*/
|
|
2413
2414
|
InstanceId: string | undefined;
|
|
2414
2415
|
/**
|
|
@@ -2425,7 +2426,7 @@ export interface StopContactRecordingResponse {
|
|
|
2425
2426
|
}
|
|
2426
2427
|
export interface StopContactStreamingRequest {
|
|
2427
2428
|
/**
|
|
2428
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
2429
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
2429
2430
|
*/
|
|
2430
2431
|
InstanceId: string | undefined;
|
|
2431
2432
|
/**
|
|
@@ -2442,7 +2443,7 @@ export interface StopContactStreamingResponse {
|
|
|
2442
2443
|
}
|
|
2443
2444
|
export interface SuspendContactRecordingRequest {
|
|
2444
2445
|
/**
|
|
2445
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
2446
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
2446
2447
|
*/
|
|
2447
2448
|
InstanceId: string | undefined;
|
|
2448
2449
|
/**
|
|
@@ -2469,7 +2470,7 @@ export interface TagResourceRequest {
|
|
|
2469
2470
|
}
|
|
2470
2471
|
export interface TransferContactRequest {
|
|
2471
2472
|
/**
|
|
2472
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
2473
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
2473
2474
|
*/
|
|
2474
2475
|
InstanceId: string | undefined;
|
|
2475
2476
|
/**
|
|
@@ -2518,7 +2519,7 @@ export interface UntagResourceRequest {
|
|
|
2518
2519
|
}
|
|
2519
2520
|
export interface UpdateAgentStatusRequest {
|
|
2520
2521
|
/**
|
|
2521
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
2522
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
2522
2523
|
*/
|
|
2523
2524
|
InstanceId: string | undefined;
|
|
2524
2525
|
/**
|
|
@@ -2548,7 +2549,7 @@ export interface UpdateAgentStatusRequest {
|
|
|
2548
2549
|
}
|
|
2549
2550
|
export interface UpdateContactRequest {
|
|
2550
2551
|
/**
|
|
2551
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
2552
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
2552
2553
|
*/
|
|
2553
2554
|
InstanceId: string | undefined;
|
|
2554
2555
|
/**
|
|
@@ -2578,7 +2579,7 @@ export interface UpdateContactAttributesRequest {
|
|
|
2578
2579
|
*/
|
|
2579
2580
|
InitialContactId: string | undefined;
|
|
2580
2581
|
/**
|
|
2581
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
2582
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
2582
2583
|
*/
|
|
2583
2584
|
InstanceId: string | undefined;
|
|
2584
2585
|
/**
|
|
@@ -2610,7 +2611,7 @@ export interface UpdateContactFlowContentResponse {
|
|
|
2610
2611
|
}
|
|
2611
2612
|
export interface UpdateContactFlowMetadataRequest {
|
|
2612
2613
|
/**
|
|
2613
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
2614
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
2614
2615
|
*/
|
|
2615
2616
|
InstanceId: string | undefined;
|
|
2616
2617
|
/**
|
|
@@ -2634,7 +2635,7 @@ export interface UpdateContactFlowMetadataResponse {
|
|
|
2634
2635
|
}
|
|
2635
2636
|
export interface UpdateContactFlowModuleContentRequest {
|
|
2636
2637
|
/**
|
|
2637
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
2638
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
2638
2639
|
*/
|
|
2639
2640
|
InstanceId: string | undefined;
|
|
2640
2641
|
/**
|
|
@@ -2650,7 +2651,7 @@ export interface UpdateContactFlowModuleContentResponse {
|
|
|
2650
2651
|
}
|
|
2651
2652
|
export interface UpdateContactFlowModuleMetadataRequest {
|
|
2652
2653
|
/**
|
|
2653
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
2654
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
2654
2655
|
*/
|
|
2655
2656
|
InstanceId: string | undefined;
|
|
2656
2657
|
/**
|
|
@@ -2694,7 +2695,7 @@ export interface UpdateContactFlowNameResponse {
|
|
|
2694
2695
|
}
|
|
2695
2696
|
export interface UpdateContactScheduleRequest {
|
|
2696
2697
|
/**
|
|
2697
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
2698
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
2698
2699
|
*/
|
|
2699
2700
|
InstanceId: string | undefined;
|
|
2700
2701
|
/**
|
|
@@ -2710,7 +2711,7 @@ export interface UpdateContactScheduleResponse {
|
|
|
2710
2711
|
}
|
|
2711
2712
|
export interface UpdateHoursOfOperationRequest {
|
|
2712
2713
|
/**
|
|
2713
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
2714
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
2714
2715
|
*/
|
|
2715
2716
|
InstanceId: string | undefined;
|
|
2716
2717
|
/**
|
|
@@ -2736,7 +2737,7 @@ export interface UpdateHoursOfOperationRequest {
|
|
|
2736
2737
|
}
|
|
2737
2738
|
export interface UpdateInstanceAttributeRequest {
|
|
2738
2739
|
/**
|
|
2739
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
2740
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
2740
2741
|
*/
|
|
2741
2742
|
InstanceId: string | undefined;
|
|
2742
2743
|
/**
|
|
@@ -2754,7 +2755,7 @@ export interface UpdateInstanceAttributeRequest {
|
|
|
2754
2755
|
}
|
|
2755
2756
|
export interface UpdateInstanceStorageConfigRequest {
|
|
2756
2757
|
/**
|
|
2757
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
2758
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
2758
2759
|
*/
|
|
2759
2760
|
InstanceId: string | undefined;
|
|
2760
2761
|
/**
|
|
@@ -2876,7 +2877,7 @@ export declare namespace UpdateParticipantRoleConfigChannelInfo {
|
|
|
2876
2877
|
}
|
|
2877
2878
|
export interface UpdateParticipantRoleConfigRequest {
|
|
2878
2879
|
/**
|
|
2879
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
2880
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
2880
2881
|
*/
|
|
2881
2882
|
InstanceId: string | undefined;
|
|
2882
2883
|
/**
|
|
@@ -2919,7 +2920,7 @@ export interface UpdatePhoneNumberResponse {
|
|
|
2919
2920
|
}
|
|
2920
2921
|
export interface UpdateQueueHoursOfOperationRequest {
|
|
2921
2922
|
/**
|
|
2922
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
2923
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
2923
2924
|
*/
|
|
2924
2925
|
InstanceId: string | undefined;
|
|
2925
2926
|
/**
|
|
@@ -2933,7 +2934,7 @@ export interface UpdateQueueHoursOfOperationRequest {
|
|
|
2933
2934
|
}
|
|
2934
2935
|
export interface UpdateQueueMaxContactsRequest {
|
|
2935
2936
|
/**
|
|
2936
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
2937
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
2937
2938
|
*/
|
|
2938
2939
|
InstanceId: string | undefined;
|
|
2939
2940
|
/**
|
|
@@ -2947,7 +2948,7 @@ export interface UpdateQueueMaxContactsRequest {
|
|
|
2947
2948
|
}
|
|
2948
2949
|
export interface UpdateQueueNameRequest {
|
|
2949
2950
|
/**
|
|
2950
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
2951
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
2951
2952
|
*/
|
|
2952
2953
|
InstanceId: string | undefined;
|
|
2953
2954
|
/**
|
|
@@ -2965,7 +2966,7 @@ export interface UpdateQueueNameRequest {
|
|
|
2965
2966
|
}
|
|
2966
2967
|
export interface UpdateQueueOutboundCallerConfigRequest {
|
|
2967
2968
|
/**
|
|
2968
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
2969
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
2969
2970
|
*/
|
|
2970
2971
|
InstanceId: string | undefined;
|
|
2971
2972
|
/**
|
|
@@ -2979,7 +2980,7 @@ export interface UpdateQueueOutboundCallerConfigRequest {
|
|
|
2979
2980
|
}
|
|
2980
2981
|
export interface UpdateQueueStatusRequest {
|
|
2981
2982
|
/**
|
|
2982
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
2983
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
2983
2984
|
*/
|
|
2984
2985
|
InstanceId: string | undefined;
|
|
2985
2986
|
/**
|
|
@@ -2993,7 +2994,7 @@ export interface UpdateQueueStatusRequest {
|
|
|
2993
2994
|
}
|
|
2994
2995
|
export interface UpdateQuickConnectConfigRequest {
|
|
2995
2996
|
/**
|
|
2996
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
2997
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
2997
2998
|
*/
|
|
2998
2999
|
InstanceId: string | undefined;
|
|
2999
3000
|
/**
|
|
@@ -3007,7 +3008,7 @@ export interface UpdateQuickConnectConfigRequest {
|
|
|
3007
3008
|
}
|
|
3008
3009
|
export interface UpdateQuickConnectNameRequest {
|
|
3009
3010
|
/**
|
|
3010
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
3011
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
3011
3012
|
*/
|
|
3012
3013
|
InstanceId: string | undefined;
|
|
3013
3014
|
/**
|
|
@@ -3025,7 +3026,7 @@ export interface UpdateQuickConnectNameRequest {
|
|
|
3025
3026
|
}
|
|
3026
3027
|
export interface UpdateRoutingProfileConcurrencyRequest {
|
|
3027
3028
|
/**
|
|
3028
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
3029
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
3029
3030
|
*/
|
|
3030
3031
|
InstanceId: string | undefined;
|
|
3031
3032
|
/**
|
|
@@ -3039,7 +3040,7 @@ export interface UpdateRoutingProfileConcurrencyRequest {
|
|
|
3039
3040
|
}
|
|
3040
3041
|
export interface UpdateRoutingProfileDefaultOutboundQueueRequest {
|
|
3041
3042
|
/**
|
|
3042
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
3043
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
3043
3044
|
*/
|
|
3044
3045
|
InstanceId: string | undefined;
|
|
3045
3046
|
/**
|
|
@@ -3053,7 +3054,7 @@ export interface UpdateRoutingProfileDefaultOutboundQueueRequest {
|
|
|
3053
3054
|
}
|
|
3054
3055
|
export interface UpdateRoutingProfileNameRequest {
|
|
3055
3056
|
/**
|
|
3056
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
3057
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
3057
3058
|
*/
|
|
3058
3059
|
InstanceId: string | undefined;
|
|
3059
3060
|
/**
|
|
@@ -3071,7 +3072,7 @@ export interface UpdateRoutingProfileNameRequest {
|
|
|
3071
3072
|
}
|
|
3072
3073
|
export interface UpdateRoutingProfileQueuesRequest {
|
|
3073
3074
|
/**
|
|
3074
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
3075
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
3075
3076
|
*/
|
|
3076
3077
|
InstanceId: string | undefined;
|
|
3077
3078
|
/**
|
|
@@ -3091,7 +3092,7 @@ export interface UpdateRuleRequest {
|
|
|
3091
3092
|
*/
|
|
3092
3093
|
RuleId: string | undefined;
|
|
3093
3094
|
/**
|
|
3094
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
3095
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
3095
3096
|
*/
|
|
3096
3097
|
InstanceId: string | undefined;
|
|
3097
3098
|
/**
|
|
@@ -3129,7 +3130,7 @@ export interface UpdateSecurityProfileRequest {
|
|
|
3129
3130
|
*/
|
|
3130
3131
|
SecurityProfileId: string | undefined;
|
|
3131
3132
|
/**
|
|
3132
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
3133
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
3133
3134
|
*/
|
|
3134
3135
|
InstanceId: string | undefined;
|
|
3135
3136
|
/**
|
|
@@ -3147,7 +3148,7 @@ export interface UpdateTaskTemplateRequest {
|
|
|
3147
3148
|
*/
|
|
3148
3149
|
TaskTemplateId: string | undefined;
|
|
3149
3150
|
/**
|
|
3150
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
3151
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
3151
3152
|
*/
|
|
3152
3153
|
InstanceId: string | undefined;
|
|
3153
3154
|
/**
|
|
@@ -3183,7 +3184,7 @@ export interface UpdateTaskTemplateRequest {
|
|
|
3183
3184
|
}
|
|
3184
3185
|
export interface UpdateTaskTemplateResponse {
|
|
3185
3186
|
/**
|
|
3186
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
3187
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
3187
3188
|
*/
|
|
3188
3189
|
InstanceId?: string;
|
|
3189
3190
|
/**
|
|
@@ -3257,7 +3258,7 @@ export interface UpdateUserHierarchyRequest {
|
|
|
3257
3258
|
*/
|
|
3258
3259
|
UserId: string | undefined;
|
|
3259
3260
|
/**
|
|
3260
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
3261
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
3261
3262
|
*/
|
|
3262
3263
|
InstanceId: string | undefined;
|
|
3263
3264
|
}
|
|
@@ -3271,7 +3272,7 @@ export interface UpdateUserHierarchyGroupNameRequest {
|
|
|
3271
3272
|
*/
|
|
3272
3273
|
HierarchyGroupId: string | undefined;
|
|
3273
3274
|
/**
|
|
3274
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
3275
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
3275
3276
|
*/
|
|
3276
3277
|
InstanceId: string | undefined;
|
|
3277
3278
|
}
|
|
@@ -3317,7 +3318,7 @@ export interface UpdateUserHierarchyStructureRequest {
|
|
|
3317
3318
|
*/
|
|
3318
3319
|
HierarchyStructure: HierarchyStructureUpdate | undefined;
|
|
3319
3320
|
/**
|
|
3320
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
3321
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
3321
3322
|
*/
|
|
3322
3323
|
InstanceId: string | undefined;
|
|
3323
3324
|
}
|
|
@@ -3331,7 +3332,7 @@ export interface UpdateUserIdentityInfoRequest {
|
|
|
3331
3332
|
*/
|
|
3332
3333
|
UserId: string | undefined;
|
|
3333
3334
|
/**
|
|
3334
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
3335
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
3335
3336
|
*/
|
|
3336
3337
|
InstanceId: string | undefined;
|
|
3337
3338
|
}
|
|
@@ -3345,7 +3346,7 @@ export interface UpdateUserPhoneConfigRequest {
|
|
|
3345
3346
|
*/
|
|
3346
3347
|
UserId: string | undefined;
|
|
3347
3348
|
/**
|
|
3348
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
3349
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
3349
3350
|
*/
|
|
3350
3351
|
InstanceId: string | undefined;
|
|
3351
3352
|
}
|
|
@@ -3359,7 +3360,7 @@ export interface UpdateUserRoutingProfileRequest {
|
|
|
3359
3360
|
*/
|
|
3360
3361
|
UserId: string | undefined;
|
|
3361
3362
|
/**
|
|
3362
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
3363
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
3363
3364
|
*/
|
|
3364
3365
|
InstanceId: string | undefined;
|
|
3365
3366
|
}
|
|
@@ -3373,7 +3374,7 @@ export interface UpdateUserSecurityProfilesRequest {
|
|
|
3373
3374
|
*/
|
|
3374
3375
|
UserId: string | undefined;
|
|
3375
3376
|
/**
|
|
3376
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
3377
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
3377
3378
|
*/
|
|
3378
3379
|
InstanceId: string | undefined;
|
|
3379
3380
|
}
|
|
@@ -3489,7 +3490,7 @@ export interface UserSearchCriteria {
|
|
|
3489
3490
|
}
|
|
3490
3491
|
export interface SearchQueuesRequest {
|
|
3491
3492
|
/**
|
|
3492
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
3493
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
3493
3494
|
*/
|
|
3494
3495
|
InstanceId: string | undefined;
|
|
3495
3496
|
/**
|
|
@@ -3517,7 +3518,7 @@ export interface SearchQueuesRequest {
|
|
|
3517
3518
|
}
|
|
3518
3519
|
export interface SearchRoutingProfilesRequest {
|
|
3519
3520
|
/**
|
|
3520
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
3521
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
3521
3522
|
*/
|
|
3522
3523
|
InstanceId: string | undefined;
|
|
3523
3524
|
/**
|
|
@@ -3545,7 +3546,7 @@ export interface SearchRoutingProfilesRequest {
|
|
|
3545
3546
|
}
|
|
3546
3547
|
export interface SearchSecurityProfilesRequest {
|
|
3547
3548
|
/**
|
|
3548
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
3549
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
3549
3550
|
*/
|
|
3550
3551
|
InstanceId: string | undefined;
|
|
3551
3552
|
/**
|
|
@@ -3577,7 +3578,7 @@ export interface SearchSecurityProfilesRequest {
|
|
|
3577
3578
|
}
|
|
3578
3579
|
export interface SearchUsersRequest {
|
|
3579
3580
|
/**
|
|
3580
|
-
* <p>The identifier of the Amazon Connect instance. You can find the
|
|
3581
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
3581
3582
|
*/
|
|
3582
3583
|
InstanceId?: string;
|
|
3583
3584
|
/**
|