@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.
@@ -203,7 +203,7 @@ export declare enum MonitorCapability {
203
203
  }
204
204
  export interface AssociateApprovedOriginRequest {
205
205
  /**
206
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
206
+ * <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>
207
207
  */
208
208
  InstanceId: string | undefined;
209
209
  /**
@@ -314,11 +314,11 @@ export interface LexBot {
314
314
  /**
315
315
  * <p>The name of the Amazon Lex bot.</p>
316
316
  */
317
- Name?: string;
317
+ Name: string | undefined;
318
318
  /**
319
319
  * <p>The Amazon Web Services Region where the Amazon Lex bot was created.</p>
320
320
  */
321
- LexRegion?: string;
321
+ LexRegion: string | undefined;
322
322
  }
323
323
  /**
324
324
  * <p>Configuration information of an Amazon Lex V2 bot.</p>
@@ -331,7 +331,7 @@ export interface LexV2Bot {
331
331
  }
332
332
  export interface AssociateBotRequest {
333
333
  /**
334
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
334
+ * <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>
335
335
  */
336
336
  InstanceId: string | undefined;
337
337
  /**
@@ -385,7 +385,7 @@ export declare enum VocabularyLanguageCode {
385
385
  }
386
386
  export interface AssociateDefaultVocabularyRequest {
387
387
  /**
388
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
388
+ * <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>
389
389
  */
390
390
  InstanceId: string | undefined;
391
391
  /**
@@ -403,8 +403,10 @@ export interface AssociateDefaultVocabularyResponse {
403
403
  }
404
404
  export declare enum InstanceStorageResourceType {
405
405
  AGENT_EVENTS = "AGENT_EVENTS",
406
+ ATTACHMENTS = "ATTACHMENTS",
406
407
  CALL_RECORDINGS = "CALL_RECORDINGS",
407
408
  CHAT_TRANSCRIPTS = "CHAT_TRANSCRIPTS",
409
+ CONTACT_EVALUATIONS = "CONTACT_EVALUATIONS",
408
410
  CONTACT_TRACE_RECORDS = "CONTACT_TRACE_RECORDS",
409
411
  MEDIA_STREAMS = "MEDIA_STREAMS",
410
412
  REAL_TIME_CONTACT_ANALYSIS_SEGMENTS = "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS",
@@ -443,6 +445,10 @@ export interface EncryptionConfig {
443
445
  * <p>The full ARN of the encryption key. </p>
444
446
  * <note>
445
447
  * <p>Be sure to provide the full ARN of the encryption key, not just the ID.</p>
448
+ * <p>Amazon Connect supports only KMS keys with the default key spec of
449
+ * <a href="https://docs.aws.amazon.com/kms/latest/developerguide/asymmetric-key-specs.html#key-spec-symmetric-default">
450
+ * <code>SYMMETRIC_DEFAULT</code>
451
+ * </a>. </p>
446
452
  * </note>
447
453
  */
448
454
  KeyId: string | undefined;
@@ -521,7 +527,7 @@ export interface InstanceStorageConfig {
521
527
  }
522
528
  export interface AssociateInstanceStorageConfigRequest {
523
529
  /**
524
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
530
+ * <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>
525
531
  */
526
532
  InstanceId: string | undefined;
527
533
  /**
@@ -541,7 +547,7 @@ export interface AssociateInstanceStorageConfigResponse {
541
547
  }
542
548
  export interface AssociateLambdaFunctionRequest {
543
549
  /**
544
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
550
+ * <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>
545
551
  */
546
552
  InstanceId: string | undefined;
547
553
  /**
@@ -552,7 +558,7 @@ export interface AssociateLambdaFunctionRequest {
552
558
  }
553
559
  export interface AssociateLexBotRequest {
554
560
  /**
555
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
561
+ * <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>
556
562
  */
557
563
  InstanceId: string | undefined;
558
564
  /**
@@ -566,7 +572,7 @@ export interface AssociatePhoneNumberContactFlowRequest {
566
572
  */
567
573
  PhoneNumberId: string | undefined;
568
574
  /**
569
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
575
+ * <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>
570
576
  */
571
577
  InstanceId: string | undefined;
572
578
  /**
@@ -576,7 +582,7 @@ export interface AssociatePhoneNumberContactFlowRequest {
576
582
  }
577
583
  export interface AssociateQueueQuickConnectsRequest {
578
584
  /**
579
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
585
+ * <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>
580
586
  */
581
587
  InstanceId: string | undefined;
582
588
  /**
@@ -626,7 +632,7 @@ export interface RoutingProfileQueueConfig {
626
632
  }
627
633
  export interface AssociateRoutingProfileQueuesRequest {
628
634
  /**
629
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
635
+ * <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>
630
636
  */
631
637
  InstanceId: string | undefined;
632
638
  /**
@@ -640,7 +646,7 @@ export interface AssociateRoutingProfileQueuesRequest {
640
646
  }
641
647
  export interface AssociateSecurityKeyRequest {
642
648
  /**
643
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
649
+ * <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>
644
650
  */
645
651
  InstanceId: string | undefined;
646
652
  /**
@@ -706,7 +712,7 @@ export declare class IdempotencyException extends __BaseException {
706
712
  }
707
713
  export interface CreateAgentStatusRequest {
708
714
  /**
709
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
715
+ * <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
716
  */
711
717
  InstanceId: string | undefined;
712
718
  /**
@@ -826,7 +832,7 @@ export declare class InvalidContactFlowException extends __BaseException {
826
832
  }
827
833
  export interface CreateContactFlowModuleRequest {
828
834
  /**
829
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
835
+ * <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>
830
836
  */
831
837
  InstanceId: string | undefined;
832
838
  /**
@@ -916,7 +922,7 @@ export interface HoursOfOperationConfig {
916
922
  }
917
923
  export interface CreateHoursOfOperationRequest {
918
924
  /**
919
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
925
+ * <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>
920
926
  */
921
927
  InstanceId: string | undefined;
922
928
  /**
@@ -1005,7 +1011,7 @@ export declare enum SourceType {
1005
1011
  }
1006
1012
  export interface CreateIntegrationAssociationRequest {
1007
1013
  /**
1008
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
1014
+ * <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>
1009
1015
  */
1010
1016
  InstanceId: string | undefined;
1011
1017
  /**
@@ -1066,7 +1072,7 @@ export interface OutboundCallerConfig {
1066
1072
  }
1067
1073
  export interface CreateQueueRequest {
1068
1074
  /**
1069
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
1075
+ * <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>
1070
1076
  */
1071
1077
  InstanceId: string | undefined;
1072
1078
  /**
@@ -1174,7 +1180,7 @@ export interface QuickConnectConfig {
1174
1180
  }
1175
1181
  export interface CreateQuickConnectRequest {
1176
1182
  /**
1177
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
1183
+ * <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>
1178
1184
  */
1179
1185
  InstanceId: string | undefined;
1180
1186
  /**
@@ -1223,7 +1229,7 @@ export interface MediaConcurrency {
1223
1229
  }
1224
1230
  export interface CreateRoutingProfileRequest {
1225
1231
  /**
1226
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
1232
+ * <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>
1227
1233
  */
1228
1234
  InstanceId: string | undefined;
1229
1235
  /**
@@ -1241,9 +1247,11 @@ export interface CreateRoutingProfileRequest {
1241
1247
  /**
1242
1248
  * <p>The inbound queues associated with the routing profile. If no queue is added, the agent can
1243
1249
  * make only outbound calls.</p>
1244
- * <p>The limit of 10 array members applies to the maximum number of <code>RoutingProfileQueueConfig</code>
1245
- * objects that can be passed during a CreateRoutingProfile API request. It is different
1246
- * from the quota of 50 queues per routing profile per instance that is listed in <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect service quotas</a>. </p>
1250
+ * <p>The limit of 10 array members applies to the maximum number of
1251
+ * <code>RoutingProfileQueueConfig</code> objects that can be passed during a CreateRoutingProfile
1252
+ * API request. It is different from the quota of 50 queues per routing profile per instance that is
1253
+ * listed in <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect service
1254
+ * quotas</a>. </p>
1247
1255
  */
1248
1256
  QueueConfigs?: RoutingProfileQueueConfig[];
1249
1257
  /**
@@ -1441,7 +1449,7 @@ export interface RuleTriggerEventSource {
1441
1449
  }
1442
1450
  export interface CreateRuleRequest {
1443
1451
  /**
1444
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
1452
+ * <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>
1445
1453
  */
1446
1454
  InstanceId: string | undefined;
1447
1455
  /**
@@ -1497,7 +1505,7 @@ export interface CreateSecurityProfileRequest {
1497
1505
  */
1498
1506
  Permissions?: string[];
1499
1507
  /**
1500
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
1508
+ * <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>
1501
1509
  */
1502
1510
  InstanceId: string | undefined;
1503
1511
  /**
@@ -1641,7 +1649,7 @@ export declare enum TaskTemplateStatus {
1641
1649
  }
1642
1650
  export interface CreateTaskTemplateRequest {
1643
1651
  /**
1644
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
1652
+ * <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>
1645
1653
  */
1646
1654
  InstanceId: string | undefined;
1647
1655
  /**
@@ -1786,7 +1794,7 @@ export declare enum UseCaseType {
1786
1794
  }
1787
1795
  export interface CreateUseCaseRequest {
1788
1796
  /**
1789
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
1797
+ * <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>
1790
1798
  */
1791
1799
  InstanceId: string | undefined;
1792
1800
  /**
@@ -1916,7 +1924,7 @@ export interface CreateUserRequest {
1916
1924
  */
1917
1925
  HierarchyGroupId?: string;
1918
1926
  /**
1919
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
1927
+ * <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>
1920
1928
  */
1921
1929
  InstanceId: string | undefined;
1922
1930
  /**
@@ -1945,7 +1953,7 @@ export interface CreateUserHierarchyGroupRequest {
1945
1953
  */
1946
1954
  ParentGroupId?: string;
1947
1955
  /**
1948
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
1956
+ * <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>
1949
1957
  */
1950
1958
  InstanceId: string | undefined;
1951
1959
  /**
@@ -1973,7 +1981,7 @@ export interface CreateVocabularyRequest {
1973
1981
  */
1974
1982
  ClientToken?: string;
1975
1983
  /**
1976
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
1984
+ * <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>
1977
1985
  */
1978
1986
  InstanceId: string | undefined;
1979
1987
  /**
@@ -2021,7 +2029,7 @@ export interface CreateVocabularyResponse {
2021
2029
  }
2022
2030
  export interface DeleteContactFlowRequest {
2023
2031
  /**
2024
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
2032
+ * <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>
2025
2033
  */
2026
2034
  InstanceId: string | undefined;
2027
2035
  /**
@@ -2033,7 +2041,7 @@ export interface DeleteContactFlowResponse {
2033
2041
  }
2034
2042
  export interface DeleteContactFlowModuleRequest {
2035
2043
  /**
2036
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
2044
+ * <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>
2037
2045
  */
2038
2046
  InstanceId: string | undefined;
2039
2047
  /**
@@ -2045,7 +2053,7 @@ export interface DeleteContactFlowModuleResponse {
2045
2053
  }
2046
2054
  export interface DeleteHoursOfOperationRequest {
2047
2055
  /**
2048
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
2056
+ * <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>
2049
2057
  */
2050
2058
  InstanceId: string | undefined;
2051
2059
  /**
@@ -2055,13 +2063,13 @@ export interface DeleteHoursOfOperationRequest {
2055
2063
  }
2056
2064
  export interface DeleteInstanceRequest {
2057
2065
  /**
2058
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
2066
+ * <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>
2059
2067
  */
2060
2068
  InstanceId: string | undefined;
2061
2069
  }
2062
2070
  export interface DeleteIntegrationAssociationRequest {
2063
2071
  /**
2064
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
2072
+ * <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>
2065
2073
  */
2066
2074
  InstanceId: string | undefined;
2067
2075
  /**
@@ -2071,7 +2079,7 @@ export interface DeleteIntegrationAssociationRequest {
2071
2079
  }
2072
2080
  export interface DeleteQuickConnectRequest {
2073
2081
  /**
2074
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
2082
+ * <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>
2075
2083
  */
2076
2084
  InstanceId: string | undefined;
2077
2085
  /**
@@ -2081,7 +2089,7 @@ export interface DeleteQuickConnectRequest {
2081
2089
  }
2082
2090
  export interface DeleteRuleRequest {
2083
2091
  /**
2084
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
2092
+ * <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>
2085
2093
  */
2086
2094
  InstanceId: string | undefined;
2087
2095
  /**
@@ -2091,7 +2099,7 @@ export interface DeleteRuleRequest {
2091
2099
  }
2092
2100
  export interface DeleteSecurityProfileRequest {
2093
2101
  /**
2094
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
2102
+ * <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>
2095
2103
  */
2096
2104
  InstanceId: string | undefined;
2097
2105
  /**
@@ -2130,7 +2138,7 @@ export declare class ResourceInUseException extends __BaseException {
2130
2138
  }
2131
2139
  export interface DeleteTaskTemplateRequest {
2132
2140
  /**
2133
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
2141
+ * <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>
2134
2142
  */
2135
2143
  InstanceId: string | undefined;
2136
2144
  /**
@@ -2152,7 +2160,7 @@ export interface DeleteTrafficDistributionGroupResponse {
2152
2160
  }
2153
2161
  export interface DeleteUseCaseRequest {
2154
2162
  /**
2155
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
2163
+ * <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>
2156
2164
  */
2157
2165
  InstanceId: string | undefined;
2158
2166
  /**
@@ -2166,7 +2174,7 @@ export interface DeleteUseCaseRequest {
2166
2174
  }
2167
2175
  export interface DeleteUserRequest {
2168
2176
  /**
2169
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
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>
2170
2178
  */
2171
2179
  InstanceId: string | undefined;
2172
2180
  /**
@@ -2180,13 +2188,13 @@ export interface DeleteUserHierarchyGroupRequest {
2180
2188
  */
2181
2189
  HierarchyGroupId: string | undefined;
2182
2190
  /**
2183
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
2191
+ * <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>
2184
2192
  */
2185
2193
  InstanceId: string | undefined;
2186
2194
  }
2187
2195
  export interface DeleteVocabularyRequest {
2188
2196
  /**
2189
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
2197
+ * <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>
2190
2198
  */
2191
2199
  InstanceId: string | undefined;
2192
2200
  /**
@@ -2210,7 +2218,7 @@ export interface DeleteVocabularyResponse {
2210
2218
  }
2211
2219
  export interface DescribeAgentStatusRequest {
2212
2220
  /**
2213
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
2221
+ * <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>
2214
2222
  */
2215
2223
  InstanceId: string | undefined;
2216
2224
  /**
@@ -2226,7 +2234,7 @@ export interface DescribeAgentStatusResponse {
2226
2234
  }
2227
2235
  export interface DescribeContactRequest {
2228
2236
  /**
2229
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
2237
+ * <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>
2230
2238
  */
2231
2239
  InstanceId: string | undefined;
2232
2240
  /**
@@ -2409,7 +2417,7 @@ export interface DescribeContactFlowResponse {
2409
2417
  }
2410
2418
  export interface DescribeContactFlowModuleRequest {
2411
2419
  /**
2412
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
2420
+ * <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>
2413
2421
  */
2414
2422
  InstanceId: string | undefined;
2415
2423
  /**
@@ -2470,7 +2478,7 @@ export interface DescribeContactFlowModuleResponse {
2470
2478
  }
2471
2479
  export interface DescribeHoursOfOperationRequest {
2472
2480
  /**
2473
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
2481
+ * <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>
2474
2482
  */
2475
2483
  InstanceId: string | undefined;
2476
2484
  /**
@@ -2519,7 +2527,7 @@ export interface DescribeHoursOfOperationResponse {
2519
2527
  }
2520
2528
  export interface DescribeInstanceRequest {
2521
2529
  /**
2522
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
2530
+ * <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>
2523
2531
  */
2524
2532
  InstanceId: string | undefined;
2525
2533
  }
@@ -2543,7 +2551,7 @@ export interface InstanceStatusReason {
2543
2551
  */
2544
2552
  export interface Instance {
2545
2553
  /**
2546
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
2554
+ * <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>
2547
2555
  */
2548
2556
  Id?: string;
2549
2557
  /**
@@ -2604,7 +2612,7 @@ export declare enum InstanceAttributeType {
2604
2612
  }
2605
2613
  export interface DescribeInstanceAttributeRequest {
2606
2614
  /**
2607
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
2615
+ * <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>
2608
2616
  */
2609
2617
  InstanceId: string | undefined;
2610
2618
  /**
@@ -2635,7 +2643,7 @@ export interface DescribeInstanceAttributeResponse {
2635
2643
  }
2636
2644
  export interface DescribeInstanceStorageConfigRequest {
2637
2645
  /**
2638
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
2646
+ * <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>
2639
2647
  */
2640
2648
  InstanceId: string | undefined;
2641
2649
  /**
@@ -3023,7 +3031,7 @@ export interface DescribePhoneNumberResponse {
3023
3031
  }
3024
3032
  export interface DescribeQueueRequest {
3025
3033
  /**
3026
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
3034
+ * <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>
3027
3035
  */
3028
3036
  InstanceId: string | undefined;
3029
3037
  /**
@@ -3084,7 +3092,7 @@ export interface DescribeQueueResponse {
3084
3092
  }
3085
3093
  export interface DescribeQuickConnectRequest {
3086
3094
  /**
3087
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
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>
3088
3096
  */
3089
3097
  InstanceId: string | undefined;
3090
3098
  /**
@@ -3129,7 +3137,7 @@ export interface DescribeQuickConnectResponse {
3129
3137
  }
3130
3138
  export interface DescribeRoutingProfileRequest {
3131
3139
  /**
3132
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
3140
+ * <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
3141
  */
3134
3142
  InstanceId: string | undefined;
3135
3143
  /**
@@ -3142,7 +3150,7 @@ export interface DescribeRoutingProfileRequest {
3142
3150
  */
3143
3151
  export interface RoutingProfile {
3144
3152
  /**
3145
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
3153
+ * <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>
3146
3154
  */
3147
3155
  InstanceId?: string;
3148
3156
  /**
@@ -3191,7 +3199,7 @@ export interface DescribeRoutingProfileResponse {
3191
3199
  }
3192
3200
  export interface DescribeRuleRequest {
3193
3201
  /**
3194
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
3202
+ * <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>
3195
3203
  */
3196
3204
  InstanceId: string | undefined;
3197
3205
  /**
@@ -3260,7 +3268,7 @@ export interface DescribeSecurityProfileRequest {
3260
3268
  */
3261
3269
  SecurityProfileId: string | undefined;
3262
3270
  /**
3263
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
3271
+ * <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>
3264
3272
  */
3265
3273
  InstanceId: string | undefined;
3266
3274
  }
@@ -3399,7 +3407,7 @@ export interface DescribeUserRequest {
3399
3407
  */
3400
3408
  UserId: string | undefined;
3401
3409
  /**
3402
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
3410
+ * <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>
3403
3411
  */
3404
3412
  InstanceId: string | undefined;
3405
3413
  }
@@ -3461,7 +3469,7 @@ export interface DescribeUserHierarchyGroupRequest {
3461
3469
  */
3462
3470
  HierarchyGroupId: string | undefined;
3463
3471
  /**
3464
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
3472
+ * <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>
3465
3473
  */
3466
3474
  InstanceId: string | undefined;
3467
3475
  }
@@ -3544,7 +3552,7 @@ export interface DescribeUserHierarchyGroupResponse {
3544
3552
  }
3545
3553
  export interface DescribeUserHierarchyStructureRequest {
3546
3554
  /**
3547
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
3555
+ * <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>
3548
3556
  */
3549
3557
  InstanceId: string | undefined;
3550
3558
  }
@@ -3598,7 +3606,7 @@ export interface DescribeUserHierarchyStructureResponse {
3598
3606
  }
3599
3607
  export interface DescribeVocabularyRequest {
3600
3608
  /**
3601
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
3609
+ * <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>
3602
3610
  */
3603
3611
  InstanceId: string | undefined;
3604
3612
  /**
@@ -3663,7 +3671,7 @@ export interface DescribeVocabularyResponse {
3663
3671
  }
3664
3672
  export interface DisassociateApprovedOriginRequest {
3665
3673
  /**
3666
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
3674
+ * <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>
3667
3675
  */
3668
3676
  InstanceId: string | undefined;
3669
3677
  /**
@@ -3673,7 +3681,7 @@ export interface DisassociateApprovedOriginRequest {
3673
3681
  }
3674
3682
  export interface DisassociateBotRequest {
3675
3683
  /**
3676
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
3684
+ * <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>
3677
3685
  */
3678
3686
  InstanceId: string | undefined;
3679
3687
  /**
@@ -3687,7 +3695,7 @@ export interface DisassociateBotRequest {
3687
3695
  }
3688
3696
  export interface DisassociateInstanceStorageConfigRequest {
3689
3697
  /**
3690
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
3698
+ * <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>
3691
3699
  */
3692
3700
  InstanceId: string | undefined;
3693
3701
  /**
@@ -3701,7 +3709,7 @@ export interface DisassociateInstanceStorageConfigRequest {
3701
3709
  }
3702
3710
  export interface DisassociateLambdaFunctionRequest {
3703
3711
  /**
3704
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance..</p>
3712
+ * <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>
3705
3713
  */
3706
3714
  InstanceId: string | undefined;
3707
3715
  /**
@@ -3711,7 +3719,7 @@ export interface DisassociateLambdaFunctionRequest {
3711
3719
  }
3712
3720
  export interface DisassociateLexBotRequest {
3713
3721
  /**
3714
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
3722
+ * <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>
3715
3723
  */
3716
3724
  InstanceId: string | undefined;
3717
3725
  /**
@@ -3729,13 +3737,13 @@ export interface DisassociatePhoneNumberContactFlowRequest {
3729
3737
  */
3730
3738
  PhoneNumberId: string | undefined;
3731
3739
  /**
3732
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
3740
+ * <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>
3733
3741
  */
3734
3742
  InstanceId: string | undefined;
3735
3743
  }
3736
3744
  export interface DisassociateQueueQuickConnectsRequest {
3737
3745
  /**
3738
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
3746
+ * <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>
3739
3747
  */
3740
3748
  InstanceId: string | undefined;
3741
3749
  /**
@@ -3749,7 +3757,7 @@ export interface DisassociateQueueQuickConnectsRequest {
3749
3757
  }
3750
3758
  export interface DisassociateRoutingProfileQueuesRequest {
3751
3759
  /**
3752
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
3760
+ * <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>
3753
3761
  */
3754
3762
  InstanceId: string | undefined;
3755
3763
  /**
@@ -3763,7 +3771,7 @@ export interface DisassociateRoutingProfileQueuesRequest {
3763
3771
  }
3764
3772
  export interface DisassociateSecurityKeyRequest {
3765
3773
  /**
3766
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
3774
+ * <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>
3767
3775
  */
3768
3776
  InstanceId: string | undefined;
3769
3777
  /**
@@ -3883,7 +3891,7 @@ export interface CurrentMetricSortCriteria {
3883
3891
  }
3884
3892
  export interface GetCurrentMetricDataRequest {
3885
3893
  /**
3886
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
3894
+ * <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>
3887
3895
  */
3888
3896
  InstanceId: string | undefined;
3889
3897
  /**
@@ -4162,7 +4170,7 @@ export interface UserDataFilters {
4162
4170
  }
4163
4171
  export interface GetCurrentUserDataRequest {
4164
4172
  /**
4165
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
4173
+ * <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>
4166
4174
  */
4167
4175
  InstanceId: string | undefined;
4168
4176
  /**
@@ -4314,7 +4322,7 @@ export interface GetCurrentUserDataResponse {
4314
4322
  }
4315
4323
  export interface GetFederationTokenRequest {
4316
4324
  /**
4317
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
4325
+ * <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>
4318
4326
  */
4319
4327
  InstanceId: string | undefined;
4320
4328
  }
@@ -4441,7 +4449,7 @@ export interface HistoricalMetric {
4441
4449
  }
4442
4450
  export interface GetMetricDataRequest {
4443
4451
  /**
4444
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
4452
+ * <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>
4445
4453
  */
4446
4454
  InstanceId: string | undefined;
4447
4455
  /**
@@ -4668,7 +4676,7 @@ export interface GetMetricDataResponse {
4668
4676
  }
4669
4677
  export interface GetTaskTemplateRequest {
4670
4678
  /**
4671
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
4679
+ * <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>
4672
4680
  */
4673
4681
  InstanceId: string | undefined;
4674
4682
  /**
@@ -4683,7 +4691,7 @@ export interface GetTaskTemplateRequest {
4683
4691
  }
4684
4692
  export interface GetTaskTemplateResponse {
4685
4693
  /**
4686
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
4694
+ * <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>
4687
4695
  */
4688
4696
  InstanceId?: string;
4689
4697
  /**
@@ -4783,7 +4791,7 @@ export interface GetTrafficDistributionResponse {
4783
4791
  }
4784
4792
  export interface ListAgentStatusRequest {
4785
4793
  /**
4786
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
4794
+ * <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>
4787
4795
  */
4788
4796
  InstanceId: string | undefined;
4789
4797
  /**
@@ -4812,7 +4820,7 @@ export interface ListAgentStatusResponse {
4812
4820
  }
4813
4821
  export interface ListApprovedOriginsRequest {
4814
4822
  /**
4815
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
4823
+ * <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>
4816
4824
  */
4817
4825
  InstanceId: string | undefined;
4818
4826
  /**
@@ -4841,7 +4849,7 @@ export declare enum LexVersion {
4841
4849
  }
4842
4850
  export interface ListBotsRequest {
4843
4851
  /**
4844
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
4852
+ * <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>
4845
4853
  */
4846
4854
  InstanceId: string | undefined;
4847
4855
  /**
@@ -4884,7 +4892,7 @@ export interface ListBotsResponse {
4884
4892
  }
4885
4893
  export interface ListContactFlowModulesRequest {
4886
4894
  /**
4887
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
4895
+ * <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>
4888
4896
  */
4889
4897
  InstanceId: string | undefined;
4890
4898
  /**
@@ -4934,7 +4942,7 @@ export interface ListContactFlowModulesResponse {
4934
4942
  }
4935
4943
  export interface ListContactFlowsRequest {
4936
4944
  /**
4937
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
4945
+ * <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>
4938
4946
  */
4939
4947
  InstanceId: string | undefined;
4940
4948
  /**
@@ -4990,7 +4998,7 @@ export interface ListContactFlowsResponse {
4990
4998
  }
4991
4999
  export interface ListContactReferencesRequest {
4992
5000
  /**
4993
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
5001
+ * <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>
4994
5002
  */
4995
5003
  InstanceId: string | undefined;
4996
5004
  /**