@aws-sdk/client-connect 3.703.0 → 3.711.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 (120) hide show
  1. package/README.md +74 -2
  2. package/dist-cjs/index.js +583 -109
  3. package/dist-es/Connect.js +18 -0
  4. package/dist-es/commands/CreateContactCommand.js +1 -1
  5. package/dist-es/commands/CreateHoursOfOperationOverrideCommand.js +22 -0
  6. package/dist-es/commands/CreatePushNotificationRegistrationCommand.js +22 -0
  7. package/dist-es/commands/DeleteHoursOfOperationOverrideCommand.js +22 -0
  8. package/dist-es/commands/DeletePushNotificationRegistrationCommand.js +22 -0
  9. package/dist-es/commands/DescribeHoursOfOperationOverrideCommand.js +22 -0
  10. package/dist-es/commands/GetEffectiveHoursOfOperationsCommand.js +22 -0
  11. package/dist-es/commands/ListHoursOfOperationOverridesCommand.js +22 -0
  12. package/dist-es/commands/SearchHoursOfOperationOverridesCommand.js +22 -0
  13. package/dist-es/commands/UpdateHoursOfOperationOverrideCommand.js +22 -0
  14. package/dist-es/commands/UpdateUserIdentityInfoCommand.js +1 -1
  15. package/dist-es/commands/UpdateViewContentCommand.js +1 -1
  16. package/dist-es/commands/UpdateViewMetadataCommand.js +1 -1
  17. package/dist-es/commands/index.js +9 -0
  18. package/dist-es/models/models_0.js +14 -0
  19. package/dist-es/models/models_1.js +0 -33
  20. package/dist-es/models/models_2.js +53 -45
  21. package/dist-es/models/models_3.js +32 -0
  22. package/dist-es/pagination/ListHoursOfOperationOverridesPaginator.js +4 -0
  23. package/dist-es/pagination/SearchHoursOfOperationOverridesPaginator.js +4 -0
  24. package/dist-es/pagination/index.js +2 -0
  25. package/dist-es/protocols/Aws_restJson1.js +280 -1
  26. package/dist-types/Connect.d.ts +65 -2
  27. package/dist-types/ConnectClient.d.ts +13 -4
  28. package/dist-types/commands/CreateContactCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateEvaluationFormCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateHoursOfOperationOverrideCommand.d.ts +111 -0
  31. package/dist-types/commands/CreatePushNotificationRegistrationCommand.d.ts +101 -0
  32. package/dist-types/commands/CreateQueueCommand.d.ts +1 -2
  33. package/dist-types/commands/DeleteHoursOfOperationOverrideCommand.d.ts +87 -0
  34. package/dist-types/commands/DeletePushNotificationRegistrationCommand.d.ts +86 -0
  35. package/dist-types/commands/DeleteTaskTemplateCommand.d.ts +1 -1
  36. package/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteUseCaseCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteViewCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteViewVersionCommand.d.ts +1 -1
  42. package/dist-types/commands/DeleteVocabularyCommand.d.ts +1 -2
  43. package/dist-types/commands/DescribeHoursOfOperationOverrideCommand.d.ts +109 -0
  44. package/dist-types/commands/DescribePhoneNumberCommand.d.ts +1 -2
  45. package/dist-types/commands/GetEffectiveHoursOfOperationsCommand.d.ts +106 -0
  46. package/dist-types/commands/ImportPhoneNumberCommand.d.ts +2 -3
  47. package/dist-types/commands/ListHoursOfOperationOverridesCommand.d.ts +115 -0
  48. package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +1 -2
  49. package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +4 -0
  50. package/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +168 -0
  51. package/dist-types/commands/SendChatIntegrationEventCommand.d.ts +2 -2
  52. package/dist-types/commands/StartOutboundChatContactCommand.d.ts +1 -1
  53. package/dist-types/commands/UpdateHoursOfOperationOverrideCommand.d.ts +109 -0
  54. package/dist-types/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
  60. package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateUserProficienciesCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
  65. package/dist-types/commands/UpdateViewContentCommand.d.ts +1 -1
  66. package/dist-types/commands/UpdateViewMetadataCommand.d.ts +1 -1
  67. package/dist-types/commands/index.d.ts +9 -0
  68. package/dist-types/index.d.ts +2 -2
  69. package/dist-types/models/models_0.d.ts +250 -154
  70. package/dist-types/models/models_1.d.ts +384 -496
  71. package/dist-types/models/models_2.d.ts +3508 -3653
  72. package/dist-types/models/models_3.d.ts +791 -7
  73. package/dist-types/pagination/ListHoursOfOperationOverridesPaginator.d.ts +7 -0
  74. package/dist-types/pagination/SearchHoursOfOperationOverridesPaginator.d.ts +7 -0
  75. package/dist-types/pagination/index.d.ts +2 -0
  76. package/dist-types/protocols/Aws_restJson1.d.ts +81 -0
  77. package/dist-types/ts3.4/Connect.d.ts +165 -0
  78. package/dist-types/ts3.4/ConnectClient.d.ts +54 -0
  79. package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/CreateEvaluationFormCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/CreateHoursOfOperationOverrideCommand.d.ts +51 -0
  82. package/dist-types/ts3.4/commands/CreatePushNotificationRegistrationCommand.d.ts +51 -0
  83. package/dist-types/ts3.4/commands/DeleteHoursOfOperationOverrideCommand.d.ts +47 -0
  84. package/dist-types/ts3.4/commands/DeletePushNotificationRegistrationCommand.d.ts +51 -0
  85. package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/DeleteTrafficDistributionGroupCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DeleteViewVersionCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +4 -2
  93. package/dist-types/ts3.4/commands/DescribeHoursOfOperationOverrideCommand.d.ts +51 -0
  94. package/dist-types/ts3.4/commands/GetEffectiveHoursOfOperationsCommand.d.ts +51 -0
  95. package/dist-types/ts3.4/commands/ListHoursOfOperationOverridesCommand.d.ts +51 -0
  96. package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +4 -2
  97. package/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +49 -0
  98. package/dist-types/ts3.4/commands/UpdateHoursOfOperationOverrideCommand.d.ts +47 -0
  99. package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +2 -4
  100. package/dist-types/ts3.4/commands/UpdateTrafficDistributionCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/UpdateUserProficienciesCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/UpdateViewContentCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/UpdateViewMetadataCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  112. package/dist-types/ts3.4/models/models_0.d.ts +64 -37
  113. package/dist-types/ts3.4/models/models_1.d.ts +87 -142
  114. package/dist-types/ts3.4/models/models_2.d.ts +185 -212
  115. package/dist-types/ts3.4/models/models_3.d.ts +218 -5
  116. package/dist-types/ts3.4/pagination/ListHoursOfOperationOverridesPaginator.d.ts +11 -0
  117. package/dist-types/ts3.4/pagination/SearchHoursOfOperationOverridesPaginator.d.ts +11 -0
  118. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  119. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +108 -0
  120. package/package.json +35 -35
@@ -1208,11 +1208,13 @@ export interface AssociateFlowRequest {
1208
1208
  * <p>The identifier of the resource.</p>
1209
1209
  * <ul>
1210
1210
  * <li>
1211
- * <p>Amazon Web Services End User Messaging SMS phone number ARN when using <code>SMS_PHONE_NUMBER</code>
1211
+ * <p>Amazon Web Services End User Messaging SMS phone number ARN when using
1212
+ * <code>SMS_PHONE_NUMBER</code>
1212
1213
  * </p>
1213
1214
  * </li>
1214
1215
  * <li>
1215
- * <p>Amazon Web Services End User Messaging Social phone number ARN when using <code>WHATSAPP_MESSAGING_PHONE_NUMBER</code>
1216
+ * <p>Amazon Web Services End User Messaging Social phone number ARN when using
1217
+ * <code>WHATSAPP_MESSAGING_PHONE_NUMBER</code>
1216
1218
  * </p>
1217
1219
  * </li>
1218
1220
  * </ul>
@@ -2029,11 +2031,13 @@ export interface BatchGetFlowAssociationRequest {
2029
2031
  * <p>A list of resource identifiers to retrieve flow associations.</p>
2030
2032
  * <ul>
2031
2033
  * <li>
2032
- * <p>Amazon Web Services End User Messaging SMS phone number ARN when using <code>SMS_PHONE_NUMBER</code>
2034
+ * <p>Amazon Web Services End User Messaging SMS phone number ARN when using
2035
+ * <code>SMS_PHONE_NUMBER</code>
2033
2036
  * </p>
2034
2037
  * </li>
2035
2038
  * <li>
2036
- * <p>Amazon Web Services End User Messaging Social phone number ARN when using <code>WHATSAPP_MESSAGING_PHONE_NUMBER</code>
2039
+ * <p>Amazon Web Services End User Messaging Social phone number ARN when using
2040
+ * <code>WHATSAPP_MESSAGING_PHONE_NUMBER</code>
2037
2041
  * </p>
2038
2042
  * </li>
2039
2043
  * </ul>
@@ -3369,6 +3373,112 @@ export interface CreateHoursOfOperationResponse {
3369
3373
  */
3370
3374
  HoursOfOperationArn?: string | undefined;
3371
3375
  }
3376
+ /**
3377
+ * @public
3378
+ * @enum
3379
+ */
3380
+ export declare const OverrideDays: {
3381
+ readonly FRIDAY: "FRIDAY";
3382
+ readonly MONDAY: "MONDAY";
3383
+ readonly SATURDAY: "SATURDAY";
3384
+ readonly SUNDAY: "SUNDAY";
3385
+ readonly THURSDAY: "THURSDAY";
3386
+ readonly TUESDAY: "TUESDAY";
3387
+ readonly WEDNESDAY: "WEDNESDAY";
3388
+ };
3389
+ /**
3390
+ * @public
3391
+ */
3392
+ export type OverrideDays = (typeof OverrideDays)[keyof typeof OverrideDays];
3393
+ /**
3394
+ * <p>The start time or end time for an hours of operation override.</p>
3395
+ * @public
3396
+ */
3397
+ export interface OverrideTimeSlice {
3398
+ /**
3399
+ * <p>The hours.</p>
3400
+ * @public
3401
+ */
3402
+ Hours: number | undefined;
3403
+ /**
3404
+ * <p>The minutes.</p>
3405
+ * @public
3406
+ */
3407
+ Minutes: number | undefined;
3408
+ }
3409
+ /**
3410
+ * <p>Information about the hours of operation override config: day, start time, and end
3411
+ * time.</p>
3412
+ * @public
3413
+ */
3414
+ export interface HoursOfOperationOverrideConfig {
3415
+ /**
3416
+ * <p>The day that the hours of operation override applies to.</p>
3417
+ * @public
3418
+ */
3419
+ Day?: OverrideDays | undefined;
3420
+ /**
3421
+ * <p>The start time when your contact center opens if overrides are applied.</p>
3422
+ * @public
3423
+ */
3424
+ StartTime?: OverrideTimeSlice | undefined;
3425
+ /**
3426
+ * <p>The end time that your contact center closes if overrides are applied.</p>
3427
+ * @public
3428
+ */
3429
+ EndTime?: OverrideTimeSlice | undefined;
3430
+ }
3431
+ /**
3432
+ * @public
3433
+ */
3434
+ export interface CreateHoursOfOperationOverrideRequest {
3435
+ /**
3436
+ * <p>The identifier of the Amazon Connect instance.</p>
3437
+ * @public
3438
+ */
3439
+ InstanceId: string | undefined;
3440
+ /**
3441
+ * <p>The identifier for the hours of operation</p>
3442
+ * @public
3443
+ */
3444
+ HoursOfOperationId: string | undefined;
3445
+ /**
3446
+ * <p>The name of the hours of operation override.</p>
3447
+ * @public
3448
+ */
3449
+ Name: string | undefined;
3450
+ /**
3451
+ * <p>The description of the hours of operation override.</p>
3452
+ * @public
3453
+ */
3454
+ Description?: string | undefined;
3455
+ /**
3456
+ * <p>Configuration information for the hours of operation override: day, start time, and end
3457
+ * time.</p>
3458
+ * @public
3459
+ */
3460
+ Config: HoursOfOperationOverrideConfig[] | undefined;
3461
+ /**
3462
+ * <p>The date from when the hours of operation override would be effective.</p>
3463
+ * @public
3464
+ */
3465
+ EffectiveFrom: string | undefined;
3466
+ /**
3467
+ * <p>The date until when the hours of operation override would be effective.</p>
3468
+ * @public
3469
+ */
3470
+ EffectiveTill: string | undefined;
3471
+ }
3472
+ /**
3473
+ * @public
3474
+ */
3475
+ export interface CreateHoursOfOperationOverrideResponse {
3476
+ /**
3477
+ * <p>The identifier for the hours of operation override.</p>
3478
+ * @public
3479
+ */
3480
+ HoursOfOperationOverrideId?: string | undefined;
3481
+ }
3372
3482
  /**
3373
3483
  * @public
3374
3484
  * @enum
@@ -3491,8 +3601,8 @@ export interface CreateIntegrationAssociationRequest {
3491
3601
  /**
3492
3602
  * <p>The Amazon Resource Name (ARN) of the integration.</p>
3493
3603
  * <note>
3494
- * <p>When integrating with Amazon Web Services End User Messaging, the Amazon Connect and Amazon Web Services End User Messaging
3495
- * instances must be in the same account.</p>
3604
+ * <p>When integrating with Amazon Web Services End User Messaging, the Amazon Connect and
3605
+ * Amazon Web Services End User Messaging instances must be in the same account.</p>
3496
3606
  * </note>
3497
3607
  * @public
3498
3608
  */
@@ -3879,6 +3989,94 @@ export interface CreatePromptResponse {
3879
3989
  */
3880
3990
  PromptId?: string | undefined;
3881
3991
  }
3992
+ /**
3993
+ * <p>The contact configuration for push notification registration.</p>
3994
+ * @public
3995
+ */
3996
+ export interface ContactConfiguration {
3997
+ /**
3998
+ * <p>The identifier of the contact within the Amazon Connect instance.</p>
3999
+ * @public
4000
+ */
4001
+ ContactId: string | undefined;
4002
+ /**
4003
+ * <p>The role of the participant in the chat conversation.</p>
4004
+ * <note>
4005
+ * <p>Only <code>CUSTOMER</code> is currently supported. Any other values other than
4006
+ * <code>CUSTOMER</code> will result in an exception (4xx error).</p>
4007
+ * </note>
4008
+ * @public
4009
+ */
4010
+ ParticipantRole?: ParticipantRole | undefined;
4011
+ /**
4012
+ * <p>Whether to include raw connect message in the push notification payload. Default is
4013
+ * <code>False</code>.</p>
4014
+ * @public
4015
+ */
4016
+ IncludeRawMessage?: boolean | undefined;
4017
+ }
4018
+ /**
4019
+ * @public
4020
+ * @enum
4021
+ */
4022
+ export declare const DeviceType: {
4023
+ readonly APNS: "APNS";
4024
+ readonly APNS_SANDBOX: "APNS_SANDBOX";
4025
+ readonly GCM: "GCM";
4026
+ };
4027
+ /**
4028
+ * @public
4029
+ */
4030
+ export type DeviceType = (typeof DeviceType)[keyof typeof DeviceType];
4031
+ /**
4032
+ * @public
4033
+ */
4034
+ export interface CreatePushNotificationRegistrationRequest {
4035
+ /**
4036
+ * <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
4037
+ * Amazon Resource Name (ARN) of the instance.</p>
4038
+ * @public
4039
+ */
4040
+ InstanceId: string | undefined;
4041
+ /**
4042
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
4043
+ * request. If not provided, the Amazon Web Services
4044
+ * SDK populates this field. For more information about idempotency, see
4045
+ * <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
4046
+ * @public
4047
+ */
4048
+ ClientToken?: string | undefined;
4049
+ /**
4050
+ * <p>The Amazon Resource Name (ARN) of the Pinpoint application.</p>
4051
+ * @public
4052
+ */
4053
+ PinpointAppArn: string | undefined;
4054
+ /**
4055
+ * <p>The push notification token issued by the Apple or Google gateways.</p>
4056
+ * @public
4057
+ */
4058
+ DeviceToken: string | undefined;
4059
+ /**
4060
+ * <p>The device type to use when sending the message.</p>
4061
+ * @public
4062
+ */
4063
+ DeviceType: DeviceType | undefined;
4064
+ /**
4065
+ * <p>The contact configuration for push notification registration.</p>
4066
+ * @public
4067
+ */
4068
+ ContactConfiguration: ContactConfiguration | undefined;
4069
+ }
4070
+ /**
4071
+ * @public
4072
+ */
4073
+ export interface CreatePushNotificationRegistrationResponse {
4074
+ /**
4075
+ * <p>The identifier for the registration.</p>
4076
+ * @public
4077
+ */
4078
+ RegistrationId: string | undefined;
4079
+ }
3882
4080
  /**
3883
4081
  * <p>The outbound caller ID name, number, and outbound whisper flow.</p>
3884
4082
  * @public
@@ -5139,13 +5337,15 @@ export interface CreateUseCaseResponse {
5139
5337
  export interface UserIdentityInfo {
5140
5338
  /**
5141
5339
  * <p>The first name. This is required if you are using Amazon Connect or SAML for identity
5142
- * management.</p>
5340
+ * management. Inputs must be in Unicode Normalization Form C (NFC). Text containing characters in a
5341
+ * non-NFC form (for example, decomposed characters or combining marks) are not accepted.</p>
5143
5342
  * @public
5144
5343
  */
5145
5344
  FirstName?: string | undefined;
5146
5345
  /**
5147
5346
  * <p>The last name. This is required if you are using Amazon Connect or SAML for identity
5148
- * management.</p>
5347
+ * management. Inputs must be in Unicode Normalization Form C (NFC). Text containing characters in a
5348
+ * non-NFC form (for example, decomposed characters or combining marks) are not accepted.</p>
5149
5349
  * @public
5150
5350
  */
5151
5351
  LastName?: string | undefined;
@@ -5895,283 +6095,179 @@ export interface DeleteHoursOfOperationRequest {
5895
6095
  /**
5896
6096
  * @public
5897
6097
  */
5898
- export interface DeleteInstanceRequest {
5899
- /**
5900
- * <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>
5901
- * @public
5902
- */
5903
- InstanceId: string | undefined;
5904
- }
5905
- /**
5906
- * @public
5907
- */
5908
- export interface DeleteIntegrationAssociationRequest {
5909
- /**
5910
- * <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>
5911
- * @public
5912
- */
5913
- InstanceId: string | undefined;
5914
- /**
5915
- * <p>The identifier for the integration association.</p>
5916
- * @public
5917
- */
5918
- IntegrationAssociationId: string | undefined;
5919
- }
5920
- /**
5921
- * @public
5922
- */
5923
- export interface DeletePredefinedAttributeRequest {
5924
- /**
5925
- * <p> The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource
5926
- * Name (ARN) of the instance.</p>
5927
- * @public
5928
- */
5929
- InstanceId: string | undefined;
6098
+ export interface DeleteHoursOfOperationOverrideRequest {
5930
6099
  /**
5931
- * <p> The name of the predefined attribute.</p>
5932
- * @public
5933
- */
5934
- Name: string | undefined;
5935
- }
5936
- /**
5937
- * @public
5938
- */
5939
- export interface DeletePromptRequest {
5940
- /**
5941
- * <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>
6100
+ * <p>The identifier of the Amazon Connect instance.</p>
5942
6101
  * @public
5943
6102
  */
5944
6103
  InstanceId: string | undefined;
5945
6104
  /**
5946
- * <p>A unique identifier for the prompt.</p>
5947
- * @public
5948
- */
5949
- PromptId: string | undefined;
5950
- }
5951
- /**
5952
- * @public
5953
- */
5954
- export interface DeleteQueueRequest {
5955
- /**
5956
- * <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>
6105
+ * <p>The identifier for the hours of operation.</p>
5957
6106
  * @public
5958
6107
  */
5959
- InstanceId: string | undefined;
6108
+ HoursOfOperationId: string | undefined;
5960
6109
  /**
5961
- * <p>The identifier for the queue.</p>
6110
+ * <p>The identifier for the hours of operation override.</p>
5962
6111
  * @public
5963
6112
  */
5964
- QueueId: string | undefined;
6113
+ HoursOfOperationOverrideId: string | undefined;
5965
6114
  }
5966
6115
  /**
5967
6116
  * @public
5968
6117
  */
5969
- export interface DeleteQuickConnectRequest {
6118
+ export interface DeleteInstanceRequest {
5970
6119
  /**
5971
6120
  * <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>
5972
6121
  * @public
5973
6122
  */
5974
6123
  InstanceId: string | undefined;
5975
- /**
5976
- * <p>The identifier for the quick connect.</p>
5977
- * @public
5978
- */
5979
- QuickConnectId: string | undefined;
5980
6124
  }
5981
6125
  /**
5982
6126
  * @public
5983
6127
  */
5984
- export interface DeleteRoutingProfileRequest {
6128
+ export interface DeleteIntegrationAssociationRequest {
5985
6129
  /**
5986
6130
  * <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>
5987
6131
  * @public
5988
6132
  */
5989
6133
  InstanceId: string | undefined;
5990
6134
  /**
5991
- * <p>The identifier of the routing profile.</p>
6135
+ * <p>The identifier for the integration association.</p>
5992
6136
  * @public
5993
6137
  */
5994
- RoutingProfileId: string | undefined;
6138
+ IntegrationAssociationId: string | undefined;
5995
6139
  }
5996
6140
  /**
5997
6141
  * @public
5998
6142
  */
5999
- export interface DeleteRuleRequest {
6143
+ export interface DeletePredefinedAttributeRequest {
6000
6144
  /**
6001
- * <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>
6145
+ * <p> The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource
6146
+ * Name (ARN) of the instance.</p>
6002
6147
  * @public
6003
6148
  */
6004
6149
  InstanceId: string | undefined;
6005
6150
  /**
6006
- * <p>A unique identifier for the rule.</p>
6151
+ * <p> The name of the predefined attribute.</p>
6007
6152
  * @public
6008
6153
  */
6009
- RuleId: string | undefined;
6154
+ Name: string | undefined;
6010
6155
  }
6011
6156
  /**
6012
6157
  * @public
6013
6158
  */
6014
- export interface DeleteSecurityProfileRequest {
6159
+ export interface DeletePromptRequest {
6015
6160
  /**
6016
6161
  * <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>
6017
6162
  * @public
6018
6163
  */
6019
6164
  InstanceId: string | undefined;
6020
6165
  /**
6021
- * <p>The identifier for the security profle.</p>
6166
+ * <p>A unique identifier for the prompt.</p>
6022
6167
  * @public
6023
6168
  */
6024
- SecurityProfileId: string | undefined;
6169
+ PromptId: string | undefined;
6025
6170
  }
6026
6171
  /**
6027
6172
  * @public
6028
6173
  */
6029
- export interface DeleteTaskTemplateRequest {
6174
+ export interface DeletePushNotificationRegistrationRequest {
6030
6175
  /**
6031
- * <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>
6176
+ * <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
6177
+ * Amazon Resource Name (ARN) of the instance.</p>
6032
6178
  * @public
6033
6179
  */
6034
6180
  InstanceId: string | undefined;
6035
6181
  /**
6036
- * <p>A unique identifier for the task template.</p>
6182
+ * <p>The identifier for the registration.</p>
6037
6183
  * @public
6038
6184
  */
6039
- TaskTemplateId: string | undefined;
6040
- }
6041
- /**
6042
- * @public
6043
- */
6044
- export interface DeleteTaskTemplateResponse {
6045
- }
6046
- /**
6047
- * @public
6048
- */
6049
- export interface DeleteTrafficDistributionGroupRequest {
6185
+ RegistrationId: string | undefined;
6050
6186
  /**
6051
- * <p>The identifier of the traffic distribution group.
6052
- * This can be the ID or the ARN of the traffic distribution group.</p>
6187
+ * <p>The identifier of the contact within the Amazon Connect instance.</p>
6053
6188
  * @public
6054
6189
  */
6055
- TrafficDistributionGroupId: string | undefined;
6190
+ ContactId: string | undefined;
6056
6191
  }
6057
6192
  /**
6058
6193
  * @public
6059
6194
  */
6060
- export interface DeleteTrafficDistributionGroupResponse {
6195
+ export interface DeletePushNotificationRegistrationResponse {
6061
6196
  }
6062
6197
  /**
6063
6198
  * @public
6064
6199
  */
6065
- export interface DeleteUseCaseRequest {
6200
+ export interface DeleteQueueRequest {
6066
6201
  /**
6067
6202
  * <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>
6068
6203
  * @public
6069
6204
  */
6070
6205
  InstanceId: string | undefined;
6071
6206
  /**
6072
- * <p>The identifier for the integration association.</p>
6073
- * @public
6074
- */
6075
- IntegrationAssociationId: string | undefined;
6076
- /**
6077
- * <p>The identifier for the use case.</p>
6207
+ * <p>The identifier for the queue.</p>
6078
6208
  * @public
6079
6209
  */
6080
- UseCaseId: string | undefined;
6210
+ QueueId: string | undefined;
6081
6211
  }
6082
6212
  /**
6083
6213
  * @public
6084
6214
  */
6085
- export interface DeleteUserRequest {
6215
+ export interface DeleteQuickConnectRequest {
6086
6216
  /**
6087
6217
  * <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>
6088
6218
  * @public
6089
6219
  */
6090
6220
  InstanceId: string | undefined;
6091
6221
  /**
6092
- * <p>The identifier of the user.</p>
6222
+ * <p>The identifier for the quick connect.</p>
6093
6223
  * @public
6094
6224
  */
6095
- UserId: string | undefined;
6225
+ QuickConnectId: string | undefined;
6096
6226
  }
6097
6227
  /**
6098
6228
  * @public
6099
6229
  */
6100
- export interface DeleteUserHierarchyGroupRequest {
6101
- /**
6102
- * <p>The identifier of the hierarchy group.</p>
6103
- * @public
6104
- */
6105
- HierarchyGroupId: string | undefined;
6230
+ export interface DeleteRoutingProfileRequest {
6106
6231
  /**
6107
6232
  * <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>
6108
6233
  * @public
6109
6234
  */
6110
6235
  InstanceId: string | undefined;
6111
- }
6112
- /**
6113
- * @public
6114
- */
6115
- export interface DeleteViewRequest {
6116
- /**
6117
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of
6118
- * the instance.</p>
6119
- * @public
6120
- */
6121
- InstanceId: string | undefined;
6122
6236
  /**
6123
- * <p>The identifier of the view. Both <code>ViewArn</code> and <code>ViewId</code> can be
6124
- * used.</p>
6237
+ * <p>The identifier of the routing profile.</p>
6125
6238
  * @public
6126
6239
  */
6127
- ViewId: string | undefined;
6128
- }
6129
- /**
6130
- * @public
6131
- */
6132
- export interface DeleteViewResponse {
6240
+ RoutingProfileId: string | undefined;
6133
6241
  }
6134
6242
  /**
6135
6243
  * @public
6136
6244
  */
6137
- export interface DeleteViewVersionRequest {
6245
+ export interface DeleteRuleRequest {
6138
6246
  /**
6139
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of
6140
- * the instance.</p>
6247
+ * <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>
6141
6248
  * @public
6142
6249
  */
6143
6250
  InstanceId: string | undefined;
6144
6251
  /**
6145
- * <p>The identifier of the view. Both <code>ViewArn</code> and <code>ViewId</code> can be
6146
- * used.</p>
6147
- * @public
6148
- */
6149
- ViewId: string | undefined;
6150
- /**
6151
- * <p>The version number of the view.</p>
6252
+ * <p>A unique identifier for the rule.</p>
6152
6253
  * @public
6153
6254
  */
6154
- ViewVersion: number | undefined;
6155
- }
6156
- /**
6157
- * @public
6158
- */
6159
- export interface DeleteViewVersionResponse {
6255
+ RuleId: string | undefined;
6160
6256
  }
6161
6257
  /**
6162
6258
  * @public
6163
6259
  */
6164
- export interface DeleteVocabularyRequest {
6260
+ export interface DeleteSecurityProfileRequest {
6165
6261
  /**
6166
6262
  * <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>
6167
6263
  * @public
6168
6264
  */
6169
6265
  InstanceId: string | undefined;
6170
6266
  /**
6171
- * <p>The identifier of the custom vocabulary.</p>
6267
+ * <p>The identifier for the security profle.</p>
6172
6268
  * @public
6173
6269
  */
6174
- VocabularyId: string | undefined;
6270
+ SecurityProfileId: string | undefined;
6175
6271
  }
6176
6272
  /**
6177
6273
  * @internal