@@ -325,6 +325,11 @@ import {
325
325
DescribeAgentStatusCommandInput ,
326
326
DescribeAgentStatusCommandOutput ,
327
327
} from "./commands/DescribeAgentStatusCommand" ;
328
+ import {
329
+ DescribeAuthenticationProfileCommand ,
330
+ DescribeAuthenticationProfileCommandInput ,
331
+ DescribeAuthenticationProfileCommandOutput ,
332
+ } from "./commands/DescribeAuthenticationProfileCommand" ;
328
333
import {
329
334
DescribeContactCommand ,
330
335
DescribeContactCommandInput ,
@@ -585,6 +590,11 @@ import {
585
590
ListApprovedOriginsCommandInput ,
586
591
ListApprovedOriginsCommandOutput ,
587
592
} from "./commands/ListApprovedOriginsCommand" ;
593
+ import {
594
+ ListAuthenticationProfilesCommand ,
595
+ ListAuthenticationProfilesCommandInput ,
596
+ ListAuthenticationProfilesCommandOutput ,
597
+ } from "./commands/ListAuthenticationProfilesCommand" ;
588
598
import { ListBotsCommand , ListBotsCommandInput , ListBotsCommandOutput } from "./commands/ListBotsCommand" ;
589
599
import {
590
600
ListContactEvaluationsCommand ,
@@ -951,6 +961,11 @@ import {
951
961
UpdateAgentStatusCommandInput ,
952
962
UpdateAgentStatusCommandOutput ,
953
963
} from "./commands/UpdateAgentStatusCommand" ;
964
+ import {
965
+ UpdateAuthenticationProfileCommand ,
966
+ UpdateAuthenticationProfileCommandInput ,
967
+ UpdateAuthenticationProfileCommandOutput ,
968
+ } from "./commands/UpdateAuthenticationProfileCommand" ;
954
969
import {
955
970
UpdateContactAttributesCommand ,
956
971
UpdateContactAttributesCommandInput ,
@@ -1246,6 +1261,7 @@ const commands = {
1246
1261
DeleteViewVersionCommand,
1247
1262
DeleteVocabularyCommand,
1248
1263
DescribeAgentStatusCommand,
1264
+ DescribeAuthenticationProfileCommand,
1249
1265
DescribeContactCommand,
1250
1266
DescribeContactEvaluationCommand,
1251
1267
DescribeContactFlowCommand,
@@ -1298,6 +1314,7 @@ const commands = {
1298
1314
ListAgentStatusesCommand,
1299
1315
ListAnalyticsDataAssociationsCommand,
1300
1316
ListApprovedOriginsCommand,
1317
+ ListAuthenticationProfilesCommand,
1301
1318
ListBotsCommand,
1302
1319
ListContactEvaluationsCommand,
1303
1320
ListContactFlowModulesCommand,
@@ -1380,6 +1397,7 @@ const commands = {
1380
1397
UntagContactCommand,
1381
1398
UntagResourceCommand,
1382
1399
UpdateAgentStatusCommand,
1400
+ UpdateAuthenticationProfileCommand,
1383
1401
UpdateContactCommand,
1384
1402
UpdateContactAttributesCommand,
1385
1403
UpdateContactEvaluationCommand,
@@ -2539,6 +2557,23 @@ export interface Connect {
2539
2557
cb : ( err : any , data ?: DescribeAgentStatusCommandOutput ) => void
2540
2558
) : void ;
2541
2559
2560
+ /**
2561
+ * @see {@link DescribeAuthenticationProfileCommand }
2562
+ */
2563
+ describeAuthenticationProfile (
2564
+ args : DescribeAuthenticationProfileCommandInput ,
2565
+ options ?: __HttpHandlerOptions
2566
+ ) : Promise < DescribeAuthenticationProfileCommandOutput > ;
2567
+ describeAuthenticationProfile (
2568
+ args : DescribeAuthenticationProfileCommandInput ,
2569
+ cb : ( err : any , data ?: DescribeAuthenticationProfileCommandOutput ) => void
2570
+ ) : void ;
2571
+ describeAuthenticationProfile (
2572
+ args : DescribeAuthenticationProfileCommandInput ,
2573
+ options : __HttpHandlerOptions ,
2574
+ cb : ( err : any , data ?: DescribeAuthenticationProfileCommandOutput ) => void
2575
+ ) : void ;
2576
+
2542
2577
/**
2543
2578
* @see {@link DescribeContactCommand }
2544
2579
*/
@@ -3369,6 +3404,23 @@ export interface Connect {
3369
3404
cb : ( err : any , data ?: ListApprovedOriginsCommandOutput ) => void
3370
3405
) : void ;
3371
3406
3407
+ /**
3408
+ * @see {@link ListAuthenticationProfilesCommand }
3409
+ */
3410
+ listAuthenticationProfiles (
3411
+ args : ListAuthenticationProfilesCommandInput ,
3412
+ options ?: __HttpHandlerOptions
3413
+ ) : Promise < ListAuthenticationProfilesCommandOutput > ;
3414
+ listAuthenticationProfiles (
3415
+ args : ListAuthenticationProfilesCommandInput ,
3416
+ cb : ( err : any , data ?: ListAuthenticationProfilesCommandOutput ) => void
3417
+ ) : void ;
3418
+ listAuthenticationProfiles (
3419
+ args : ListAuthenticationProfilesCommandInput ,
3420
+ options : __HttpHandlerOptions ,
3421
+ cb : ( err : any , data ?: ListAuthenticationProfilesCommandOutput ) => void
3422
+ ) : void ;
3423
+
3372
3424
/**
3373
3425
* @see {@link ListBotsCommand }
3374
3426
*/
@@ -4637,6 +4689,23 @@ export interface Connect {
4637
4689
cb : ( err : any , data ?: UpdateAgentStatusCommandOutput ) => void
4638
4690
) : void ;
4639
4691
4692
+ /**
4693
+ * @see {@link UpdateAuthenticationProfileCommand }
4694
+ */
4695
+ updateAuthenticationProfile (
4696
+ args : UpdateAuthenticationProfileCommandInput ,
4697
+ options ?: __HttpHandlerOptions
4698
+ ) : Promise < UpdateAuthenticationProfileCommandOutput > ;
4699
+ updateAuthenticationProfile (
4700
+ args : UpdateAuthenticationProfileCommandInput ,
4701
+ cb : ( err : any , data ?: UpdateAuthenticationProfileCommandOutput ) => void
4702
+ ) : void ;
4703
+ updateAuthenticationProfile (
4704
+ args : UpdateAuthenticationProfileCommandInput ,
4705
+ options : __HttpHandlerOptions ,
4706
+ cb : ( err : any , data ?: UpdateAuthenticationProfileCommandOutput ) => void
4707
+ ) : void ;
4708
+
4640
4709
/**
4641
4710
* @see {@link UpdateContactCommand }
4642
4711
*/
@@ -5383,7 +5452,21 @@ export interface Connect {
5383
5452
}
5384
5453
5385
5454
/**
5386
- * <p>Amazon Connect is a cloud-based contact center solution that you use to set up and
5455
+ * <ul>
5456
+ * <li>
5457
+ * <p>
5458
+ * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_Operations_Amazon_Connect_Service.html">Amazon Connect
5459
+ * actions</a>
5460
+ * </p>
5461
+ * </li>
5462
+ * <li>
5463
+ * <p>
5464
+ * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_Types_Amazon_Connect_Service.html">Amazon Connect
5465
+ * data types</a>
5466
+ * </p>
5467
+ * </li>
5468
+ * </ul>
5469
+ * <p>Amazon Connect is a cloud-based contact center solution that you use to set up and
5387
5470
* manage a customer contact center and provide reliable customer engagement at any scale.</p>
5388
5471
* <p>Amazon Connect provides metrics and real-time reporting that enable you to optimize
5389
5472
* contact routing. You can also resolve customer issues more efficiently by getting customers in
0 commit comments