@aws-sdk/client-connect 3.42.0 → 3.43.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/README.md +2 -4
  3. package/dist-cjs/Connect.js +120 -0
  4. package/dist-cjs/commands/CreateContactFlowModuleCommand.js +36 -0
  5. package/dist-cjs/commands/DeleteContactFlowCommand.js +36 -0
  6. package/dist-cjs/commands/DeleteContactFlowModuleCommand.js +36 -0
  7. package/dist-cjs/commands/DescribeContactFlowModuleCommand.js +36 -0
  8. package/dist-cjs/commands/ListContactFlowModulesCommand.js +36 -0
  9. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  10. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  11. package/dist-cjs/commands/UpdateAgentStatusCommand.js +2 -2
  12. package/dist-cjs/commands/UpdateContactAttributesCommand.js +3 -3
  13. package/dist-cjs/commands/UpdateContactCommand.js +3 -3
  14. package/dist-cjs/commands/UpdateContactFlowContentCommand.js +2 -2
  15. package/dist-cjs/commands/UpdateContactFlowMetadataCommand.js +36 -0
  16. package/dist-cjs/commands/UpdateContactFlowModuleContentCommand.js +36 -0
  17. package/dist-cjs/commands/UpdateContactFlowModuleMetadataCommand.js +36 -0
  18. package/dist-cjs/commands/UpdateContactFlowNameCommand.js +2 -2
  19. package/dist-cjs/commands/UpdateContactScheduleCommand.js +3 -3
  20. package/dist-cjs/commands/UpdateHoursOfOperationCommand.js +2 -2
  21. package/dist-cjs/commands/UpdateInstanceAttributeCommand.js +2 -2
  22. package/dist-cjs/commands/UpdateInstanceStorageConfigCommand.js +2 -2
  23. package/dist-cjs/commands/UpdateQueueHoursOfOperationCommand.js +2 -2
  24. package/dist-cjs/commands/UpdateQueueMaxContactsCommand.js +2 -2
  25. package/dist-cjs/commands/index.js +8 -0
  26. package/dist-cjs/models/models_0.js +99 -102
  27. package/dist-cjs/models/models_1.js +127 -1
  28. package/dist-cjs/pagination/ListContactFlowModulesPaginator.js +35 -0
  29. package/dist-cjs/pagination/index.js +1 -0
  30. package/dist-cjs/protocols/Aws_restJson1.js +1271 -167
  31. package/dist-es/Connect.js +120 -0
  32. package/dist-es/commands/CreateContactFlowModuleCommand.js +39 -0
  33. package/dist-es/commands/DeleteContactFlowCommand.js +39 -0
  34. package/dist-es/commands/DeleteContactFlowModuleCommand.js +39 -0
  35. package/dist-es/commands/DescribeContactFlowModuleCommand.js +39 -0
  36. package/dist-es/commands/ListContactFlowModulesCommand.js +39 -0
  37. package/dist-es/commands/TagResourceCommand.js +1 -1
  38. package/dist-es/commands/UntagResourceCommand.js +1 -1
  39. package/dist-es/commands/UpdateAgentStatusCommand.js +1 -1
  40. package/dist-es/commands/UpdateContactAttributesCommand.js +1 -1
  41. package/dist-es/commands/UpdateContactCommand.js +1 -1
  42. package/dist-es/commands/UpdateContactFlowContentCommand.js +1 -1
  43. package/dist-es/commands/UpdateContactFlowMetadataCommand.js +39 -0
  44. package/dist-es/commands/UpdateContactFlowModuleContentCommand.js +39 -0
  45. package/dist-es/commands/UpdateContactFlowModuleMetadataCommand.js +39 -0
  46. package/dist-es/commands/UpdateContactFlowNameCommand.js +1 -1
  47. package/dist-es/commands/UpdateContactScheduleCommand.js +1 -1
  48. package/dist-es/commands/UpdateHoursOfOperationCommand.js +1 -1
  49. package/dist-es/commands/UpdateInstanceAttributeCommand.js +1 -1
  50. package/dist-es/commands/UpdateInstanceStorageConfigCommand.js +1 -1
  51. package/dist-es/commands/UpdateQueueHoursOfOperationCommand.js +1 -1
  52. package/dist-es/commands/UpdateQueueMaxContactsCommand.js +1 -1
  53. package/dist-es/commands/index.js +8 -0
  54. package/dist-es/models/models_0.js +67 -64
  55. package/dist-es/models/models_1.js +84 -0
  56. package/dist-es/pagination/ListContactFlowModulesPaginator.js +74 -0
  57. package/dist-es/pagination/index.js +1 -0
  58. package/dist-es/protocols/Aws_restJson1.js +1423 -192
  59. package/dist-types/Connect.d.ts +78 -21
  60. package/dist-types/ConnectClient.d.ts +13 -7
  61. package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +35 -0
  62. package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +2 -1
  63. package/dist-types/commands/DeleteContactFlowCommand.d.ts +35 -0
  64. package/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +35 -0
  65. package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +2 -1
  66. package/dist-types/commands/DescribeContactCommand.d.ts +2 -1
  67. package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +35 -0
  68. package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +2 -1
  69. package/dist-types/commands/ListBotsCommand.d.ts +2 -2
  70. package/dist-types/commands/ListContactFlowModulesCommand.d.ts +35 -0
  71. package/dist-types/commands/StartContactStreamingCommand.d.ts +1 -1
  72. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +2 -3
  73. package/dist-types/commands/StartTaskContactCommand.d.ts +1 -2
  74. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  75. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  76. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +1 -1
  77. package/dist-types/commands/UpdateContactAttributesCommand.d.ts +1 -1
  78. package/dist-types/commands/UpdateContactCommand.d.ts +2 -2
  79. package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +1 -1
  80. package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +35 -0
  81. package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +35 -0
  82. package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +35 -0
  83. package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +1 -1
  84. package/dist-types/commands/UpdateContactScheduleCommand.d.ts +1 -1
  85. package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +3 -2
  86. package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +1 -1
  87. package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
  88. package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
  89. package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
  90. package/dist-types/commands/index.d.ts +8 -0
  91. package/dist-types/models/models_0.d.ts +307 -363
  92. package/dist-types/models/models_1.d.ts +429 -1
  93. package/dist-types/pagination/ListContactFlowModulesPaginator.d.ts +4 -0
  94. package/dist-types/pagination/index.d.ts +1 -0
  95. package/dist-types/protocols/Aws_restJson1.d.ts +24 -0
  96. package/dist-types/ts3.4/Connect.d.ts +40 -0
  97. package/dist-types/ts3.4/ConnectClient.d.ts +10 -2
  98. package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +17 -0
  99. package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +17 -0
  100. package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +17 -0
  101. package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +17 -0
  102. package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +17 -0
  103. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  120. package/dist-types/ts3.4/models/models_0.d.ts +174 -198
  121. package/dist-types/ts3.4/models/models_1.d.ts +255 -1
  122. package/dist-types/ts3.4/pagination/ListContactFlowModulesPaginator.d.ts +4 -0
  123. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  124. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
  125. package/package.json +2 -2
@@ -499,6 +499,56 @@ export declare namespace InvalidContactFlowException {
499
499
 
500
500
  const filterSensitiveLog: (obj: InvalidContactFlowException) => any;
501
501
  }
502
+ export interface CreateContactFlowModuleRequest {
503
+
504
+ InstanceId: string | undefined;
505
+
506
+ Name: string | undefined;
507
+
508
+ Description?: string;
509
+
510
+ Content: string | undefined;
511
+
512
+ Tags?: {
513
+ [key: string]: string;
514
+ };
515
+
516
+ ClientToken?: string;
517
+ }
518
+ export declare namespace CreateContactFlowModuleRequest {
519
+
520
+ const filterSensitiveLog: (obj: CreateContactFlowModuleRequest) => any;
521
+ }
522
+ export interface CreateContactFlowModuleResponse {
523
+
524
+ Id?: string;
525
+
526
+ Arn?: string;
527
+ }
528
+ export declare namespace CreateContactFlowModuleResponse {
529
+
530
+ const filterSensitiveLog: (obj: CreateContactFlowModuleResponse) => any;
531
+ }
532
+
533
+ export interface IdempotencyException extends __SmithyException, $MetadataBearer {
534
+ name: "IdempotencyException";
535
+ $fault: "client";
536
+ Message?: string;
537
+ }
538
+ export declare namespace IdempotencyException {
539
+
540
+ const filterSensitiveLog: (obj: IdempotencyException) => any;
541
+ }
542
+
543
+ export interface InvalidContactFlowModuleException extends __SmithyException, $MetadataBearer {
544
+ name: "InvalidContactFlowModuleException";
545
+ $fault: "client";
546
+ Problems?: ProblemDetail[];
547
+ }
548
+ export declare namespace InvalidContactFlowModuleException {
549
+
550
+ const filterSensitiveLog: (obj: InvalidContactFlowModuleException) => any;
551
+ }
502
552
  export declare enum HoursOfOperationDays {
503
553
  FRIDAY = "FRIDAY",
504
554
  MONDAY = "MONDAY",
@@ -957,6 +1007,32 @@ export declare namespace CreateUserHierarchyGroupResponse {
957
1007
 
958
1008
  const filterSensitiveLog: (obj: CreateUserHierarchyGroupResponse) => any;
959
1009
  }
1010
+ export interface DeleteContactFlowRequest {
1011
+
1012
+ InstanceId: string | undefined;
1013
+
1014
+ ContactFlowId: string | undefined;
1015
+ }
1016
+ export declare namespace DeleteContactFlowRequest {
1017
+
1018
+ const filterSensitiveLog: (obj: DeleteContactFlowRequest) => any;
1019
+ }
1020
+ export interface DeleteContactFlowModuleRequest {
1021
+
1022
+ InstanceId: string | undefined;
1023
+
1024
+ ContactFlowModuleId: string | undefined;
1025
+ }
1026
+ export declare namespace DeleteContactFlowModuleRequest {
1027
+
1028
+ const filterSensitiveLog: (obj: DeleteContactFlowModuleRequest) => any;
1029
+ }
1030
+ export interface DeleteContactFlowModuleResponse {
1031
+ }
1032
+ export declare namespace DeleteContactFlowModuleResponse {
1033
+
1034
+ const filterSensitiveLog: (obj: DeleteContactFlowModuleResponse) => any;
1035
+ }
960
1036
  export interface DeleteHoursOfOperationRequest {
961
1037
 
962
1038
  InstanceId: string | undefined;
@@ -1170,6 +1246,10 @@ export declare namespace DescribeContactFlowRequest {
1170
1246
 
1171
1247
  const filterSensitiveLog: (obj: DescribeContactFlowRequest) => any;
1172
1248
  }
1249
+ export declare enum ContactFlowState {
1250
+ ACTIVE = "ACTIVE",
1251
+ ARCHIVED = "ARCHIVED"
1252
+ }
1173
1253
 
1174
1254
  export interface ContactFlow {
1175
1255
 
@@ -1181,6 +1261,8 @@ export interface ContactFlow {
1181
1261
 
1182
1262
  Type?: ContactFlowType | string;
1183
1263
 
1264
+ State?: ContactFlowState | string;
1265
+
1184
1266
  Description?: string;
1185
1267
 
1186
1268
  Content?: string;
@@ -1201,6 +1283,57 @@ export declare namespace DescribeContactFlowResponse {
1201
1283
 
1202
1284
  const filterSensitiveLog: (obj: DescribeContactFlowResponse) => any;
1203
1285
  }
1286
+ export interface DescribeContactFlowModuleRequest {
1287
+
1288
+ InstanceId: string | undefined;
1289
+
1290
+ ContactFlowModuleId: string | undefined;
1291
+ }
1292
+ export declare namespace DescribeContactFlowModuleRequest {
1293
+
1294
+ const filterSensitiveLog: (obj: DescribeContactFlowModuleRequest) => any;
1295
+ }
1296
+ export declare enum ContactFlowModuleState {
1297
+ ACTIVE = "ACTIVE",
1298
+ ARCHIVED = "ARCHIVED"
1299
+ }
1300
+ export declare enum ContactFlowModuleStatus {
1301
+ PUBLISHED = "PUBLISHED",
1302
+ SAVED = "SAVED"
1303
+ }
1304
+
1305
+ export interface ContactFlowModule {
1306
+
1307
+ Arn?: string;
1308
+
1309
+ Id?: string;
1310
+
1311
+ Name?: string;
1312
+
1313
+ Content?: string;
1314
+
1315
+ Description?: string;
1316
+
1317
+ State?: ContactFlowModuleState | string;
1318
+
1319
+ Status?: ContactFlowModuleStatus | string;
1320
+
1321
+ Tags?: {
1322
+ [key: string]: string;
1323
+ };
1324
+ }
1325
+ export declare namespace ContactFlowModule {
1326
+
1327
+ const filterSensitiveLog: (obj: ContactFlowModule) => any;
1328
+ }
1329
+ export interface DescribeContactFlowModuleResponse {
1330
+
1331
+ ContactFlowModule?: ContactFlowModule;
1332
+ }
1333
+ export declare namespace DescribeContactFlowModuleResponse {
1334
+
1335
+ const filterSensitiveLog: (obj: DescribeContactFlowModuleResponse) => any;
1336
+ }
1204
1337
  export interface DescribeHoursOfOperationRequest {
1205
1338
 
1206
1339
  InstanceId: string | undefined;
@@ -2156,6 +2289,45 @@ export declare namespace ListBotsResponse {
2156
2289
 
2157
2290
  const filterSensitiveLog: (obj: ListBotsResponse) => any;
2158
2291
  }
2292
+ export interface ListContactFlowModulesRequest {
2293
+
2294
+ InstanceId: string | undefined;
2295
+
2296
+ NextToken?: string;
2297
+
2298
+ MaxResults?: number;
2299
+
2300
+ ContactFlowModuleState?: ContactFlowModuleState | string;
2301
+ }
2302
+ export declare namespace ListContactFlowModulesRequest {
2303
+
2304
+ const filterSensitiveLog: (obj: ListContactFlowModulesRequest) => any;
2305
+ }
2306
+
2307
+ export interface ContactFlowModuleSummary {
2308
+
2309
+ Id?: string;
2310
+
2311
+ Arn?: string;
2312
+
2313
+ Name?: string;
2314
+
2315
+ State?: ContactFlowModuleState | string;
2316
+ }
2317
+ export declare namespace ContactFlowModuleSummary {
2318
+
2319
+ const filterSensitiveLog: (obj: ContactFlowModuleSummary) => any;
2320
+ }
2321
+ export interface ListContactFlowModulesResponse {
2322
+
2323
+ ContactFlowModulesSummaryList?: ContactFlowModuleSummary[];
2324
+
2325
+ NextToken?: string;
2326
+ }
2327
+ export declare namespace ListContactFlowModulesResponse {
2328
+
2329
+ const filterSensitiveLog: (obj: ListContactFlowModulesResponse) => any;
2330
+ }
2159
2331
  export interface ListContactFlowsRequest {
2160
2332
 
2161
2333
  InstanceId: string | undefined;
@@ -2180,6 +2352,8 @@ export interface ContactFlowSummary {
2180
2352
  Name?: string;
2181
2353
 
2182
2354
  ContactFlowType?: ContactFlowType | string;
2355
+
2356
+ ContactFlowState?: ContactFlowState | string;
2183
2357
  }
2184
2358
  export declare namespace ContactFlowSummary {
2185
2359
 
@@ -3548,201 +3722,3 @@ export declare namespace SuspendContactRecordingResponse {
3548
3722
 
3549
3723
  const filterSensitiveLog: (obj: SuspendContactRecordingResponse) => any;
3550
3724
  }
3551
- export interface TagResourceRequest {
3552
-
3553
- resourceArn: string | undefined;
3554
-
3555
- tags: {
3556
- [key: string]: string;
3557
- } | undefined;
3558
- }
3559
- export declare namespace TagResourceRequest {
3560
-
3561
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
3562
- }
3563
- export interface UntagResourceRequest {
3564
-
3565
- resourceArn: string | undefined;
3566
-
3567
- tagKeys: string[] | undefined;
3568
- }
3569
- export declare namespace UntagResourceRequest {
3570
-
3571
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
3572
- }
3573
- export interface UpdateAgentStatusRequest {
3574
-
3575
- InstanceId: string | undefined;
3576
-
3577
- AgentStatusId: string | undefined;
3578
-
3579
- Name?: string;
3580
-
3581
- Description?: string;
3582
-
3583
- State?: AgentStatusState | string;
3584
-
3585
- DisplayOrder?: number;
3586
-
3587
- ResetOrderNumber?: boolean;
3588
- }
3589
- export declare namespace UpdateAgentStatusRequest {
3590
-
3591
- const filterSensitiveLog: (obj: UpdateAgentStatusRequest) => any;
3592
- }
3593
- export interface UpdateContactRequest {
3594
-
3595
- InstanceId: string | undefined;
3596
-
3597
- ContactId: string | undefined;
3598
-
3599
- Name?: string;
3600
-
3601
- Description?: string;
3602
-
3603
- References?: {
3604
- [key: string]: Reference;
3605
- };
3606
- }
3607
- export declare namespace UpdateContactRequest {
3608
-
3609
- const filterSensitiveLog: (obj: UpdateContactRequest) => any;
3610
- }
3611
- export interface UpdateContactResponse {
3612
- }
3613
- export declare namespace UpdateContactResponse {
3614
-
3615
- const filterSensitiveLog: (obj: UpdateContactResponse) => any;
3616
- }
3617
- export interface UpdateContactAttributesRequest {
3618
-
3619
- InitialContactId: string | undefined;
3620
-
3621
- InstanceId: string | undefined;
3622
-
3623
- Attributes: {
3624
- [key: string]: string;
3625
- } | undefined;
3626
- }
3627
- export declare namespace UpdateContactAttributesRequest {
3628
-
3629
- const filterSensitiveLog: (obj: UpdateContactAttributesRequest) => any;
3630
- }
3631
- export interface UpdateContactAttributesResponse {
3632
- }
3633
- export declare namespace UpdateContactAttributesResponse {
3634
-
3635
- const filterSensitiveLog: (obj: UpdateContactAttributesResponse) => any;
3636
- }
3637
- export interface UpdateContactFlowContentRequest {
3638
-
3639
- InstanceId: string | undefined;
3640
-
3641
- ContactFlowId: string | undefined;
3642
-
3643
- Content: string | undefined;
3644
- }
3645
- export declare namespace UpdateContactFlowContentRequest {
3646
-
3647
- const filterSensitiveLog: (obj: UpdateContactFlowContentRequest) => any;
3648
- }
3649
- export interface UpdateContactFlowNameRequest {
3650
-
3651
- InstanceId: string | undefined;
3652
-
3653
- ContactFlowId: string | undefined;
3654
-
3655
- Name?: string;
3656
-
3657
- Description?: string;
3658
- }
3659
- export declare namespace UpdateContactFlowNameRequest {
3660
-
3661
- const filterSensitiveLog: (obj: UpdateContactFlowNameRequest) => any;
3662
- }
3663
- export interface UpdateContactScheduleRequest {
3664
-
3665
- InstanceId: string | undefined;
3666
-
3667
- ContactId: string | undefined;
3668
-
3669
- ScheduledTime: Date | undefined;
3670
- }
3671
- export declare namespace UpdateContactScheduleRequest {
3672
-
3673
- const filterSensitiveLog: (obj: UpdateContactScheduleRequest) => any;
3674
- }
3675
- export interface UpdateContactScheduleResponse {
3676
- }
3677
- export declare namespace UpdateContactScheduleResponse {
3678
-
3679
- const filterSensitiveLog: (obj: UpdateContactScheduleResponse) => any;
3680
- }
3681
- export interface UpdateHoursOfOperationRequest {
3682
-
3683
- InstanceId: string | undefined;
3684
-
3685
- HoursOfOperationId: string | undefined;
3686
-
3687
- Name?: string;
3688
-
3689
- Description?: string;
3690
-
3691
- TimeZone?: string;
3692
-
3693
- Config?: HoursOfOperationConfig[];
3694
- }
3695
- export declare namespace UpdateHoursOfOperationRequest {
3696
-
3697
- const filterSensitiveLog: (obj: UpdateHoursOfOperationRequest) => any;
3698
- }
3699
- export interface UpdateInstanceAttributeRequest {
3700
-
3701
- InstanceId: string | undefined;
3702
-
3703
- AttributeType: InstanceAttributeType | string | undefined;
3704
-
3705
- Value: string | undefined;
3706
- }
3707
- export declare namespace UpdateInstanceAttributeRequest {
3708
-
3709
- const filterSensitiveLog: (obj: UpdateInstanceAttributeRequest) => any;
3710
- }
3711
- export interface UpdateInstanceStorageConfigRequest {
3712
-
3713
- InstanceId: string | undefined;
3714
-
3715
- AssociationId: string | undefined;
3716
-
3717
- ResourceType: InstanceStorageResourceType | string | undefined;
3718
-
3719
- StorageConfig: InstanceStorageConfig | undefined;
3720
- }
3721
- export declare namespace UpdateInstanceStorageConfigRequest {
3722
-
3723
- const filterSensitiveLog: (obj: UpdateInstanceStorageConfigRequest) => any;
3724
- }
3725
- export interface UpdateQueueHoursOfOperationRequest {
3726
-
3727
- InstanceId: string | undefined;
3728
-
3729
- QueueId: string | undefined;
3730
-
3731
- HoursOfOperationId: string | undefined;
3732
- }
3733
- export declare namespace UpdateQueueHoursOfOperationRequest {
3734
-
3735
- const filterSensitiveLog: (obj: UpdateQueueHoursOfOperationRequest) => any;
3736
- }
3737
- export interface UpdateQueueMaxContactsRequest {
3738
-
3739
- InstanceId: string | undefined;
3740
-
3741
- QueueId: string | undefined;
3742
-
3743
- MaxContacts?: number;
3744
- }
3745
- export declare namespace UpdateQueueMaxContactsRequest {
3746
-
3747
- const filterSensitiveLog: (obj: UpdateQueueMaxContactsRequest) => any;
3748
- }
@@ -1,4 +1,258 @@
1
- import { MediaConcurrency, OutboundCallerConfig, QueueStatus, QuickConnectConfig, RoutingProfileQueueConfig, UserIdentityInfo, UserPhoneConfig } from "./models_0";
1
+ import { AgentStatusState, ContactFlowModuleState, ContactFlowState, HoursOfOperationConfig, InstanceAttributeType, InstanceStorageConfig, InstanceStorageResourceType, MediaConcurrency, OutboundCallerConfig, QueueStatus, QuickConnectConfig, Reference, RoutingProfileQueueConfig, UserIdentityInfo, UserPhoneConfig } from "./models_0";
2
+ export interface TagResourceRequest {
3
+
4
+ resourceArn: string | undefined;
5
+
6
+ tags: {
7
+ [key: string]: string;
8
+ } | undefined;
9
+ }
10
+ export declare namespace TagResourceRequest {
11
+
12
+ const filterSensitiveLog: (obj: TagResourceRequest) => any;
13
+ }
14
+ export interface UntagResourceRequest {
15
+
16
+ resourceArn: string | undefined;
17
+
18
+ tagKeys: string[] | undefined;
19
+ }
20
+ export declare namespace UntagResourceRequest {
21
+
22
+ const filterSensitiveLog: (obj: UntagResourceRequest) => any;
23
+ }
24
+ export interface UpdateAgentStatusRequest {
25
+
26
+ InstanceId: string | undefined;
27
+
28
+ AgentStatusId: string | undefined;
29
+
30
+ Name?: string;
31
+
32
+ Description?: string;
33
+
34
+ State?: AgentStatusState | string;
35
+
36
+ DisplayOrder?: number;
37
+
38
+ ResetOrderNumber?: boolean;
39
+ }
40
+ export declare namespace UpdateAgentStatusRequest {
41
+
42
+ const filterSensitiveLog: (obj: UpdateAgentStatusRequest) => any;
43
+ }
44
+ export interface UpdateContactRequest {
45
+
46
+ InstanceId: string | undefined;
47
+
48
+ ContactId: string | undefined;
49
+
50
+ Name?: string;
51
+
52
+ Description?: string;
53
+
54
+ References?: {
55
+ [key: string]: Reference;
56
+ };
57
+ }
58
+ export declare namespace UpdateContactRequest {
59
+
60
+ const filterSensitiveLog: (obj: UpdateContactRequest) => any;
61
+ }
62
+ export interface UpdateContactResponse {
63
+ }
64
+ export declare namespace UpdateContactResponse {
65
+
66
+ const filterSensitiveLog: (obj: UpdateContactResponse) => any;
67
+ }
68
+ export interface UpdateContactAttributesRequest {
69
+
70
+ InitialContactId: string | undefined;
71
+
72
+ InstanceId: string | undefined;
73
+
74
+ Attributes: {
75
+ [key: string]: string;
76
+ } | undefined;
77
+ }
78
+ export declare namespace UpdateContactAttributesRequest {
79
+
80
+ const filterSensitiveLog: (obj: UpdateContactAttributesRequest) => any;
81
+ }
82
+ export interface UpdateContactAttributesResponse {
83
+ }
84
+ export declare namespace UpdateContactAttributesResponse {
85
+
86
+ const filterSensitiveLog: (obj: UpdateContactAttributesResponse) => any;
87
+ }
88
+ export interface UpdateContactFlowContentRequest {
89
+
90
+ InstanceId: string | undefined;
91
+
92
+ ContactFlowId: string | undefined;
93
+
94
+ Content: string | undefined;
95
+ }
96
+ export declare namespace UpdateContactFlowContentRequest {
97
+
98
+ const filterSensitiveLog: (obj: UpdateContactFlowContentRequest) => any;
99
+ }
100
+ export interface UpdateContactFlowMetadataRequest {
101
+
102
+ InstanceId: string | undefined;
103
+
104
+ ContactFlowId: string | undefined;
105
+
106
+ Name?: string;
107
+
108
+ Description?: string;
109
+
110
+ ContactFlowState?: ContactFlowState | string;
111
+ }
112
+ export declare namespace UpdateContactFlowMetadataRequest {
113
+
114
+ const filterSensitiveLog: (obj: UpdateContactFlowMetadataRequest) => any;
115
+ }
116
+ export interface UpdateContactFlowModuleContentRequest {
117
+
118
+ InstanceId: string | undefined;
119
+
120
+ ContactFlowModuleId: string | undefined;
121
+
122
+ Content: string | undefined;
123
+ }
124
+ export declare namespace UpdateContactFlowModuleContentRequest {
125
+
126
+ const filterSensitiveLog: (obj: UpdateContactFlowModuleContentRequest) => any;
127
+ }
128
+ export interface UpdateContactFlowModuleContentResponse {
129
+ }
130
+ export declare namespace UpdateContactFlowModuleContentResponse {
131
+
132
+ const filterSensitiveLog: (obj: UpdateContactFlowModuleContentResponse) => any;
133
+ }
134
+ export interface UpdateContactFlowModuleMetadataRequest {
135
+
136
+ InstanceId: string | undefined;
137
+
138
+ ContactFlowModuleId: string | undefined;
139
+
140
+ Name?: string;
141
+
142
+ Description?: string;
143
+
144
+ State?: ContactFlowModuleState | string;
145
+ }
146
+ export declare namespace UpdateContactFlowModuleMetadataRequest {
147
+
148
+ const filterSensitiveLog: (obj: UpdateContactFlowModuleMetadataRequest) => any;
149
+ }
150
+ export interface UpdateContactFlowModuleMetadataResponse {
151
+ }
152
+ export declare namespace UpdateContactFlowModuleMetadataResponse {
153
+
154
+ const filterSensitiveLog: (obj: UpdateContactFlowModuleMetadataResponse) => any;
155
+ }
156
+ export interface UpdateContactFlowNameRequest {
157
+
158
+ InstanceId: string | undefined;
159
+
160
+ ContactFlowId: string | undefined;
161
+
162
+ Name?: string;
163
+
164
+ Description?: string;
165
+ }
166
+ export declare namespace UpdateContactFlowNameRequest {
167
+
168
+ const filterSensitiveLog: (obj: UpdateContactFlowNameRequest) => any;
169
+ }
170
+ export interface UpdateContactScheduleRequest {
171
+
172
+ InstanceId: string | undefined;
173
+
174
+ ContactId: string | undefined;
175
+
176
+ ScheduledTime: Date | undefined;
177
+ }
178
+ export declare namespace UpdateContactScheduleRequest {
179
+
180
+ const filterSensitiveLog: (obj: UpdateContactScheduleRequest) => any;
181
+ }
182
+ export interface UpdateContactScheduleResponse {
183
+ }
184
+ export declare namespace UpdateContactScheduleResponse {
185
+
186
+ const filterSensitiveLog: (obj: UpdateContactScheduleResponse) => any;
187
+ }
188
+ export interface UpdateHoursOfOperationRequest {
189
+
190
+ InstanceId: string | undefined;
191
+
192
+ HoursOfOperationId: string | undefined;
193
+
194
+ Name?: string;
195
+
196
+ Description?: string;
197
+
198
+ TimeZone?: string;
199
+
200
+ Config?: HoursOfOperationConfig[];
201
+ }
202
+ export declare namespace UpdateHoursOfOperationRequest {
203
+
204
+ const filterSensitiveLog: (obj: UpdateHoursOfOperationRequest) => any;
205
+ }
206
+ export interface UpdateInstanceAttributeRequest {
207
+
208
+ InstanceId: string | undefined;
209
+
210
+ AttributeType: InstanceAttributeType | string | undefined;
211
+
212
+ Value: string | undefined;
213
+ }
214
+ export declare namespace UpdateInstanceAttributeRequest {
215
+
216
+ const filterSensitiveLog: (obj: UpdateInstanceAttributeRequest) => any;
217
+ }
218
+ export interface UpdateInstanceStorageConfigRequest {
219
+
220
+ InstanceId: string | undefined;
221
+
222
+ AssociationId: string | undefined;
223
+
224
+ ResourceType: InstanceStorageResourceType | string | undefined;
225
+
226
+ StorageConfig: InstanceStorageConfig | undefined;
227
+ }
228
+ export declare namespace UpdateInstanceStorageConfigRequest {
229
+
230
+ const filterSensitiveLog: (obj: UpdateInstanceStorageConfigRequest) => any;
231
+ }
232
+ export interface UpdateQueueHoursOfOperationRequest {
233
+
234
+ InstanceId: string | undefined;
235
+
236
+ QueueId: string | undefined;
237
+
238
+ HoursOfOperationId: string | undefined;
239
+ }
240
+ export declare namespace UpdateQueueHoursOfOperationRequest {
241
+
242
+ const filterSensitiveLog: (obj: UpdateQueueHoursOfOperationRequest) => any;
243
+ }
244
+ export interface UpdateQueueMaxContactsRequest {
245
+
246
+ InstanceId: string | undefined;
247
+
248
+ QueueId: string | undefined;
249
+
250
+ MaxContacts?: number;
251
+ }
252
+ export declare namespace UpdateQueueMaxContactsRequest {
253
+
254
+ const filterSensitiveLog: (obj: UpdateQueueMaxContactsRequest) => any;
255
+ }
2
256
  export interface UpdateQueueNameRequest {
3
257
 
4
258
  InstanceId: string | undefined;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListContactFlowModulesCommandInput, ListContactFlowModulesCommandOutput } from "../commands/ListContactFlowModulesCommand";
3
+ import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListContactFlowModules(config: ConnectPaginationConfiguration, input: ListContactFlowModulesCommandInput, ...additionalArguments: any): Paginator<ListContactFlowModulesCommandOutput>;
@@ -4,6 +4,7 @@ export * from "./Interfaces";
4
4
  export * from "./ListAgentStatusesPaginator";
5
5
  export * from "./ListApprovedOriginsPaginator";
6
6
  export * from "./ListBotsPaginator";
7
+ export * from "./ListContactFlowModulesPaginator";
7
8
  export * from "./ListContactFlowsPaginator";
8
9
  export * from "./ListContactReferencesPaginator";
9
10
  export * from "./ListHoursOfOperationsPaginator";