@aws-sdk/client-connect 3.427.0 → 3.429.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/models/models_0.d.ts +66 -66
- package/dist-types/models/models_1.d.ts +91 -91
- package/dist-types/models/models_2.d.ts +8 -8
- package/dist-types/ts3.4/models/models_0.d.ts +66 -69
- package/dist-types/ts3.4/models/models_1.d.ts +91 -91
- package/dist-types/ts3.4/models/models_2.d.ts +8 -8
- package/package.json +31 -31
|
@@ -36,7 +36,7 @@ export interface ActionSummary {
|
|
|
36
36
|
* @public
|
|
37
37
|
* <p>The action type.</p>
|
|
38
38
|
*/
|
|
39
|
-
ActionType: ActionType |
|
|
39
|
+
ActionType: ActionType | undefined;
|
|
40
40
|
}
|
|
41
41
|
/**
|
|
42
42
|
* @public
|
|
@@ -277,17 +277,17 @@ export interface AgentContactReference {
|
|
|
277
277
|
* @public
|
|
278
278
|
* <p>The channel of the contact.</p>
|
|
279
279
|
*/
|
|
280
|
-
Channel?: Channel
|
|
280
|
+
Channel?: Channel;
|
|
281
281
|
/**
|
|
282
282
|
* @public
|
|
283
283
|
* <p>How the contact was initiated.</p>
|
|
284
284
|
*/
|
|
285
|
-
InitiationMethod?: ContactInitiationMethod
|
|
285
|
+
InitiationMethod?: ContactInitiationMethod;
|
|
286
286
|
/**
|
|
287
287
|
* @public
|
|
288
288
|
* <p>The <a href="https://docs.aws.amazon.com/connect/latest/adminguide/about-contact-states.html">state of the contact</a>.</p>
|
|
289
289
|
*/
|
|
290
|
-
AgentContactState?: ContactState
|
|
290
|
+
AgentContactState?: ContactState;
|
|
291
291
|
/**
|
|
292
292
|
* @public
|
|
293
293
|
* <p>The epoch timestamp when the contact state started.</p>
|
|
@@ -374,7 +374,7 @@ export interface AgentStatus {
|
|
|
374
374
|
* @public
|
|
375
375
|
* <p>The type of agent status.</p>
|
|
376
376
|
*/
|
|
377
|
-
Type?: AgentStatusType
|
|
377
|
+
Type?: AgentStatusType;
|
|
378
378
|
/**
|
|
379
379
|
* @public
|
|
380
380
|
* <p>The display order of the agent status.</p>
|
|
@@ -384,7 +384,7 @@ export interface AgentStatus {
|
|
|
384
384
|
* @public
|
|
385
385
|
* <p>The state of the agent status.</p>
|
|
386
386
|
*/
|
|
387
|
-
State?: AgentStatusState
|
|
387
|
+
State?: AgentStatusState;
|
|
388
388
|
/**
|
|
389
389
|
* @public
|
|
390
390
|
* <p>The tags used to organize, track, or control access for this resource. For example, \{ "tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
|
|
@@ -436,7 +436,7 @@ export interface AgentStatusSummary {
|
|
|
436
436
|
* @public
|
|
437
437
|
* <p>The type of the agent status.</p>
|
|
438
438
|
*/
|
|
439
|
-
Type?: AgentStatusType
|
|
439
|
+
Type?: AgentStatusType;
|
|
440
440
|
}
|
|
441
441
|
/**
|
|
442
442
|
* @public
|
|
@@ -607,7 +607,7 @@ export interface AssociateDefaultVocabularyRequest {
|
|
|
607
607
|
* <a href="https://docs.aws.amazon.com/transcribe/latest/dg/transcribe-whatis.html">What is Amazon Transcribe?</a>
|
|
608
608
|
* </p>
|
|
609
609
|
*/
|
|
610
|
-
LanguageCode: VocabularyLanguageCode |
|
|
610
|
+
LanguageCode: VocabularyLanguageCode | undefined;
|
|
611
611
|
/**
|
|
612
612
|
* @public
|
|
613
613
|
* <p>The identifier of the custom vocabulary. If this is empty, the default is set to none.</p>
|
|
@@ -681,7 +681,7 @@ export interface EncryptionConfig {
|
|
|
681
681
|
* @public
|
|
682
682
|
* <p>The type of encryption.</p>
|
|
683
683
|
*/
|
|
684
|
-
EncryptionType: EncryptionType |
|
|
684
|
+
EncryptionType: EncryptionType | undefined;
|
|
685
685
|
/**
|
|
686
686
|
* @public
|
|
687
687
|
* <p>The full ARN of the encryption key. </p>
|
|
@@ -767,7 +767,7 @@ export interface InstanceStorageConfig {
|
|
|
767
767
|
* @public
|
|
768
768
|
* <p>A valid storage type.</p>
|
|
769
769
|
*/
|
|
770
|
-
StorageType: StorageType |
|
|
770
|
+
StorageType: StorageType | undefined;
|
|
771
771
|
/**
|
|
772
772
|
* @public
|
|
773
773
|
* <p>The S3 bucket
|
|
@@ -803,7 +803,7 @@ export interface AssociateInstanceStorageConfigRequest {
|
|
|
803
803
|
* @public
|
|
804
804
|
* <p>A valid resource type.</p>
|
|
805
805
|
*/
|
|
806
|
-
ResourceType: InstanceStorageResourceType |
|
|
806
|
+
ResourceType: InstanceStorageResourceType | undefined;
|
|
807
807
|
/**
|
|
808
808
|
* @public
|
|
809
809
|
* <p>A valid storage type.</p>
|
|
@@ -906,7 +906,7 @@ export interface RoutingProfileQueueReference {
|
|
|
906
906
|
* <p>The channels agents can handle in the Contact Control Panel (CCP) for this routing
|
|
907
907
|
* profile.</p>
|
|
908
908
|
*/
|
|
909
|
-
Channel: Channel |
|
|
909
|
+
Channel: Channel | undefined;
|
|
910
910
|
}
|
|
911
911
|
/**
|
|
912
912
|
* @public
|
|
@@ -1093,7 +1093,7 @@ export interface CreateAgentStatusRequest {
|
|
|
1093
1093
|
* @public
|
|
1094
1094
|
* <p>The state of the status.</p>
|
|
1095
1095
|
*/
|
|
1096
|
-
State: AgentStatusState |
|
|
1096
|
+
State: AgentStatusState | undefined;
|
|
1097
1097
|
/**
|
|
1098
1098
|
* @public
|
|
1099
1099
|
* <p>The display order of the status.</p>
|
|
@@ -1171,7 +1171,7 @@ export interface CreateContactFlowRequest {
|
|
|
1171
1171
|
* <p>The type of the flow. For descriptions of the available types, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/create-contact-flow.html#contact-flow-types">Choose a flow type</a> in the <i>Amazon Connect Administrator
|
|
1172
1172
|
* Guide</i>.</p>
|
|
1173
1173
|
*/
|
|
1174
|
-
Type: ContactFlowType |
|
|
1174
|
+
Type: ContactFlowType | undefined;
|
|
1175
1175
|
/**
|
|
1176
1176
|
* @public
|
|
1177
1177
|
* <p>The description of the flow. </p>
|
|
@@ -1358,7 +1358,7 @@ export interface NumericQuestionPropertyValueAutomation {
|
|
|
1358
1358
|
* @public
|
|
1359
1359
|
* <p>The property label of the automation.</p>
|
|
1360
1360
|
*/
|
|
1361
|
-
Label: NumericQuestionPropertyAutomationLabel |
|
|
1361
|
+
Label: NumericQuestionPropertyAutomationLabel | undefined;
|
|
1362
1362
|
}
|
|
1363
1363
|
/**
|
|
1364
1364
|
* @public
|
|
@@ -1473,7 +1473,7 @@ export interface SingleSelectQuestionRuleCategoryAutomation {
|
|
|
1473
1473
|
* condition is <code>NOT_PRESENT</code>, then the option is applied when the contact data does not
|
|
1474
1474
|
* include the category.</p>
|
|
1475
1475
|
*/
|
|
1476
|
-
Condition: SingleSelectQuestionRuleCategoryAutomationCondition |
|
|
1476
|
+
Condition: SingleSelectQuestionRuleCategoryAutomationCondition | undefined;
|
|
1477
1477
|
/**
|
|
1478
1478
|
* @public
|
|
1479
1479
|
* <p>The identifier of the answer option.</p>
|
|
@@ -1583,7 +1583,7 @@ export interface EvaluationFormSingleSelectQuestionProperties {
|
|
|
1583
1583
|
* @public
|
|
1584
1584
|
* <p>The display mode of the single select question.</p>
|
|
1585
1585
|
*/
|
|
1586
|
-
DisplayAs?: EvaluationFormSingleSelectQuestionDisplayMode
|
|
1586
|
+
DisplayAs?: EvaluationFormSingleSelectQuestionDisplayMode;
|
|
1587
1587
|
/**
|
|
1588
1588
|
* @public
|
|
1589
1589
|
* <p>The display mode of the single select question.</p>
|
|
@@ -1663,7 +1663,7 @@ export interface EvaluationFormQuestion {
|
|
|
1663
1663
|
* @public
|
|
1664
1664
|
* <p>The type of the question.</p>
|
|
1665
1665
|
*/
|
|
1666
|
-
QuestionType: EvaluationFormQuestionType |
|
|
1666
|
+
QuestionType: EvaluationFormQuestionType | undefined;
|
|
1667
1667
|
/**
|
|
1668
1668
|
* @public
|
|
1669
1669
|
* <p>The properties of the type of question. Text questions do not have to define question type
|
|
@@ -1709,12 +1709,12 @@ export interface EvaluationFormScoringStrategy {
|
|
|
1709
1709
|
* @public
|
|
1710
1710
|
* <p>The scoring mode of the evaluation form.</p>
|
|
1711
1711
|
*/
|
|
1712
|
-
Mode: EvaluationFormScoringMode |
|
|
1712
|
+
Mode: EvaluationFormScoringMode | undefined;
|
|
1713
1713
|
/**
|
|
1714
1714
|
* @public
|
|
1715
1715
|
* <p>The scoring status of the evaluation form.</p>
|
|
1716
1716
|
*/
|
|
1717
|
-
Status: EvaluationFormScoringStatus |
|
|
1717
|
+
Status: EvaluationFormScoringStatus | undefined;
|
|
1718
1718
|
}
|
|
1719
1719
|
/**
|
|
1720
1720
|
* @public
|
|
@@ -1773,7 +1773,7 @@ export interface HoursOfOperationConfig {
|
|
|
1773
1773
|
* @public
|
|
1774
1774
|
* <p>The day that the hours of operation applies to.</p>
|
|
1775
1775
|
*/
|
|
1776
|
-
Day: HoursOfOperationDays |
|
|
1776
|
+
Day: HoursOfOperationDays | undefined;
|
|
1777
1777
|
/**
|
|
1778
1778
|
* @public
|
|
1779
1779
|
* <p>The start time that your contact center opens.</p>
|
|
@@ -1861,7 +1861,7 @@ export interface CreateInstanceRequest {
|
|
|
1861
1861
|
* @public
|
|
1862
1862
|
* <p>The type of identity management for your Amazon Connect users.</p>
|
|
1863
1863
|
*/
|
|
1864
|
-
IdentityManagementType: DirectoryType |
|
|
1864
|
+
IdentityManagementType: DirectoryType | undefined;
|
|
1865
1865
|
/**
|
|
1866
1866
|
* @public
|
|
1867
1867
|
* <p>The name for your instance.</p>
|
|
@@ -1940,7 +1940,7 @@ export interface CreateIntegrationAssociationRequest {
|
|
|
1940
1940
|
* @public
|
|
1941
1941
|
* <p>The type of information to be ingested.</p>
|
|
1942
1942
|
*/
|
|
1943
|
-
IntegrationType: IntegrationType |
|
|
1943
|
+
IntegrationType: IntegrationType | undefined;
|
|
1944
1944
|
/**
|
|
1945
1945
|
* @public
|
|
1946
1946
|
* <p>The Amazon Resource Name (ARN) of the integration.</p>
|
|
@@ -1964,7 +1964,7 @@ export interface CreateIntegrationAssociationRequest {
|
|
|
1964
1964
|
* @public
|
|
1965
1965
|
* <p>The type of the data source. This field is only required for the EVENT integration type.</p>
|
|
1966
1966
|
*/
|
|
1967
|
-
SourceType?: SourceType
|
|
1967
|
+
SourceType?: SourceType;
|
|
1968
1968
|
/**
|
|
1969
1969
|
* @public
|
|
1970
1970
|
* <p>The tags used to organize, track, or control access for this resource. For example, \{ "tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
|
|
@@ -2009,7 +2009,7 @@ export interface ParticipantDetailsToAdd {
|
|
|
2009
2009
|
* @public
|
|
2010
2010
|
* <p>The role of the participant being added.</p>
|
|
2011
2011
|
*/
|
|
2012
|
-
ParticipantRole?: ParticipantRole
|
|
2012
|
+
ParticipantRole?: ParticipantRole;
|
|
2013
2013
|
/**
|
|
2014
2014
|
* @public
|
|
2015
2015
|
* <p>The display name of the participant.</p>
|
|
@@ -2278,7 +2278,7 @@ export interface QuickConnectConfig {
|
|
|
2278
2278
|
* <p>The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are
|
|
2279
2279
|
* prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE). </p>
|
|
2280
2280
|
*/
|
|
2281
|
-
QuickConnectType: QuickConnectType |
|
|
2281
|
+
QuickConnectType: QuickConnectType | undefined;
|
|
2282
2282
|
/**
|
|
2283
2283
|
* @public
|
|
2284
2284
|
* <p>The user configuration. This is required only if QuickConnectType is USER.</p>
|
|
@@ -2363,7 +2363,7 @@ export interface CrossChannelBehavior {
|
|
|
2363
2363
|
* <p>Specifies the other channels that can be routed to an agent handling their current
|
|
2364
2364
|
* channel.</p>
|
|
2365
2365
|
*/
|
|
2366
|
-
BehaviorType: BehaviorType |
|
|
2366
|
+
BehaviorType: BehaviorType | undefined;
|
|
2367
2367
|
}
|
|
2368
2368
|
/**
|
|
2369
2369
|
* @public
|
|
@@ -2375,7 +2375,7 @@ export interface MediaConcurrency {
|
|
|
2375
2375
|
* @public
|
|
2376
2376
|
* <p>The channels that agents can handle in the Contact Control Panel (CCP).</p>
|
|
2377
2377
|
*/
|
|
2378
|
-
Channel: Channel |
|
|
2378
|
+
Channel: Channel | undefined;
|
|
2379
2379
|
/**
|
|
2380
2380
|
* @public
|
|
2381
2381
|
* <p>The number of contacts an agent can have on a channel simultaneously.</p>
|
|
@@ -2444,7 +2444,7 @@ export interface CreateRoutingProfileRequest {
|
|
|
2444
2444
|
* <i>longest idle time</i> or <i>time since their last inbound
|
|
2445
2445
|
* contact</i>. </p>
|
|
2446
2446
|
*/
|
|
2447
|
-
AgentAvailabilityTimer?: AgentAvailabilityTimer
|
|
2447
|
+
AgentAvailabilityTimer?: AgentAvailabilityTimer;
|
|
2448
2448
|
}
|
|
2449
2449
|
/**
|
|
2450
2450
|
* @public
|
|
@@ -2529,7 +2529,7 @@ export interface SendNotificationActionDefinition {
|
|
|
2529
2529
|
* @public
|
|
2530
2530
|
* <p>Notification delivery method.</p>
|
|
2531
2531
|
*/
|
|
2532
|
-
DeliveryMethod: NotificationDeliveryType |
|
|
2532
|
+
DeliveryMethod: NotificationDeliveryType | undefined;
|
|
2533
2533
|
/**
|
|
2534
2534
|
* @public
|
|
2535
2535
|
* <p>The subject of the email if the delivery method is <code>EMAIL</code>.
|
|
@@ -2549,7 +2549,7 @@ export interface SendNotificationActionDefinition {
|
|
|
2549
2549
|
* @public
|
|
2550
2550
|
* <p>Content type format.</p>
|
|
2551
2551
|
*/
|
|
2552
|
-
ContentType: NotificationContentType |
|
|
2552
|
+
ContentType: NotificationContentType | undefined;
|
|
2553
2553
|
/**
|
|
2554
2554
|
* @public
|
|
2555
2555
|
* <p>Notification recipient.</p>
|
|
@@ -2589,7 +2589,7 @@ export interface Reference {
|
|
|
2589
2589
|
* <p>The type of the reference. <code>DATE</code> must be of type Epoch timestamp.
|
|
2590
2590
|
* </p>
|
|
2591
2591
|
*/
|
|
2592
|
-
Type: ReferenceType |
|
|
2592
|
+
Type: ReferenceType | undefined;
|
|
2593
2593
|
}
|
|
2594
2594
|
/**
|
|
2595
2595
|
* @public
|
|
@@ -2631,7 +2631,7 @@ export interface RuleAction {
|
|
|
2631
2631
|
* @public
|
|
2632
2632
|
* <p>The type of action that creates a rule.</p>
|
|
2633
2633
|
*/
|
|
2634
|
-
ActionType: ActionType |
|
|
2634
|
+
ActionType: ActionType | undefined;
|
|
2635
2635
|
/**
|
|
2636
2636
|
* @public
|
|
2637
2637
|
* <p>Information about the task action. This field is required if <code>TriggerEventSource</code>
|
|
@@ -2713,7 +2713,7 @@ export interface RuleTriggerEventSource {
|
|
|
2713
2713
|
* @public
|
|
2714
2714
|
* <p>The name of the event source.</p>
|
|
2715
2715
|
*/
|
|
2716
|
-
EventSourceName: EventSourceName |
|
|
2716
|
+
EventSourceName: EventSourceName | undefined;
|
|
2717
2717
|
/**
|
|
2718
2718
|
* @public
|
|
2719
2719
|
* <p>The identifier for the integration association.</p>
|
|
@@ -2753,7 +2753,7 @@ export interface CreateRuleRequest {
|
|
|
2753
2753
|
* @public
|
|
2754
2754
|
* <p>The publish status of the rule.</p>
|
|
2755
2755
|
*/
|
|
2756
|
-
PublishStatus: RulePublishStatus |
|
|
2756
|
+
PublishStatus: RulePublishStatus | undefined;
|
|
2757
2757
|
/**
|
|
2758
2758
|
* @public
|
|
2759
2759
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
@@ -2992,7 +2992,7 @@ export interface TaskTemplateField {
|
|
|
2992
2992
|
* @public
|
|
2993
2993
|
* <p>Indicates the type of field.</p>
|
|
2994
2994
|
*/
|
|
2995
|
-
Type?: TaskTemplateFieldType
|
|
2995
|
+
Type?: TaskTemplateFieldType;
|
|
2996
2996
|
/**
|
|
2997
2997
|
* @public
|
|
2998
2998
|
* <p>A list of options for a single select field.</p>
|
|
@@ -3051,7 +3051,7 @@ export interface CreateTaskTemplateRequest {
|
|
|
3051
3051
|
* Tasks can only be created from <code>ACTIVE</code> templates.
|
|
3052
3052
|
* If a template is marked as <code>INACTIVE</code>, then a task that refers to this template cannot be created. </p>
|
|
3053
3053
|
*/
|
|
3054
|
-
Status?: TaskTemplateStatus
|
|
3054
|
+
Status?: TaskTemplateStatus;
|
|
3055
3055
|
/**
|
|
3056
3056
|
* @public
|
|
3057
3057
|
* <p>Fields that are part of the template.</p>
|
|
@@ -3111,7 +3111,7 @@ export interface PropertyValidationExceptionProperty {
|
|
|
3111
3111
|
* @public
|
|
3112
3112
|
* <p>Why the property is not valid.</p>
|
|
3113
3113
|
*/
|
|
3114
|
-
Reason: PropertyValidationExceptionReason |
|
|
3114
|
+
Reason: PropertyValidationExceptionReason | undefined;
|
|
3115
3115
|
/**
|
|
3116
3116
|
* @public
|
|
3117
3117
|
* <p>A message describing why the property is not valid.</p>
|
|
@@ -3227,7 +3227,7 @@ export interface CreateUseCaseRequest {
|
|
|
3227
3227
|
* <p>The type of use case to associate to the integration association. Each integration
|
|
3228
3228
|
* association can have only one of each use case type.</p>
|
|
3229
3229
|
*/
|
|
3230
|
-
UseCaseType: UseCaseType |
|
|
3230
|
+
UseCaseType: UseCaseType | undefined;
|
|
3231
3231
|
/**
|
|
3232
3232
|
* @public
|
|
3233
3233
|
* <p>The tags used to organize, track, or control access for this resource. For example, \{ "tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
|
|
@@ -3308,7 +3308,7 @@ export interface UserPhoneConfig {
|
|
|
3308
3308
|
* @public
|
|
3309
3309
|
* <p>The phone type.</p>
|
|
3310
3310
|
*/
|
|
3311
|
-
PhoneType: PhoneType |
|
|
3311
|
+
PhoneType: PhoneType | undefined;
|
|
3312
3312
|
/**
|
|
3313
3313
|
* @public
|
|
3314
3314
|
* <p>The Auto accept setting.</p>
|
|
@@ -3498,7 +3498,7 @@ export interface CreateViewRequest {
|
|
|
3498
3498
|
* <p>Indicates the view status as either <code>SAVED</code> or <code>PUBLISHED</code>. The
|
|
3499
3499
|
* <code>PUBLISHED</code> status will initiate validation on the content.</p>
|
|
3500
3500
|
*/
|
|
3501
|
-
Status: ViewStatus |
|
|
3501
|
+
Status: ViewStatus | undefined;
|
|
3502
3502
|
/**
|
|
3503
3503
|
* @public
|
|
3504
3504
|
* <p>View content containing all content necessary to render a view except for runtime input
|
|
@@ -3583,12 +3583,12 @@ export interface View {
|
|
|
3583
3583
|
* <p>Indicates the view status as either <code>SAVED</code> or <code>PUBLISHED</code>. The
|
|
3584
3584
|
* <code>PUBLISHED</code> status will initiate validation on the content.</p>
|
|
3585
3585
|
*/
|
|
3586
|
-
Status?: ViewStatus
|
|
3586
|
+
Status?: ViewStatus;
|
|
3587
3587
|
/**
|
|
3588
3588
|
* @public
|
|
3589
3589
|
* <p>The type of the view - <code>CUSTOMER_MANAGED</code>.</p>
|
|
3590
3590
|
*/
|
|
3591
|
-
Type?: ViewType
|
|
3591
|
+
Type?: ViewType;
|
|
3592
3592
|
/**
|
|
3593
3593
|
* @public
|
|
3594
3594
|
* <p>The description of the view.</p>
|
|
@@ -3671,7 +3671,7 @@ export declare class ResourceInUseException extends __BaseException {
|
|
|
3671
3671
|
* @public
|
|
3672
3672
|
* <p>The type of resource.</p>
|
|
3673
3673
|
*/
|
|
3674
|
-
ResourceType?: ResourceType
|
|
3674
|
+
ResourceType?: ResourceType;
|
|
3675
3675
|
/**
|
|
3676
3676
|
* @public
|
|
3677
3677
|
* <p>The identifier for the resource.</p>
|
|
@@ -3761,7 +3761,7 @@ export interface CreateVocabularyRequest {
|
|
|
3761
3761
|
* <a href="https://docs.aws.amazon.com/transcribe/latest/dg/transcribe-whatis.html">What is Amazon Transcribe?</a>
|
|
3762
3762
|
* </p>
|
|
3763
3763
|
*/
|
|
3764
|
-
LanguageCode: VocabularyLanguageCode |
|
|
3764
|
+
LanguageCode: VocabularyLanguageCode | undefined;
|
|
3765
3765
|
/**
|
|
3766
3766
|
* @public
|
|
3767
3767
|
* <p>The content of the custom vocabulary in plain-text format with a table of values. Each row
|
|
@@ -3809,7 +3809,7 @@ export interface CreateVocabularyResponse {
|
|
|
3809
3809
|
* @public
|
|
3810
3810
|
* <p>The current state of the custom vocabulary.</p>
|
|
3811
3811
|
*/
|
|
3812
|
-
State: VocabularyState |
|
|
3812
|
+
State: VocabularyState | undefined;
|
|
3813
3813
|
}
|
|
3814
3814
|
/**
|
|
3815
3815
|
* @public
|
|
@@ -4226,7 +4226,7 @@ export interface DeleteVocabularyResponse {
|
|
|
4226
4226
|
* @public
|
|
4227
4227
|
* <p>The current state of the custom vocabulary.</p>
|
|
4228
4228
|
*/
|
|
4229
|
-
State: VocabularyState |
|
|
4229
|
+
State: VocabularyState | undefined;
|
|
4230
4230
|
}
|
|
4231
4231
|
/**
|
|
4232
4232
|
* @public
|
|
@@ -4324,7 +4324,7 @@ export interface Contact {
|
|
|
4324
4324
|
* @public
|
|
4325
4325
|
* <p>Indicates how the contact was initiated.</p>
|
|
4326
4326
|
*/
|
|
4327
|
-
InitiationMethod?: ContactInitiationMethod
|
|
4327
|
+
InitiationMethod?: ContactInitiationMethod;
|
|
4328
4328
|
/**
|
|
4329
4329
|
* @public
|
|
4330
4330
|
* <p>The name of the contact.</p>
|
|
@@ -4339,7 +4339,7 @@ export interface Contact {
|
|
|
4339
4339
|
* @public
|
|
4340
4340
|
* <p>How the contact reached your contact center.</p>
|
|
4341
4341
|
*/
|
|
4342
|
-
Channel?: Channel
|
|
4342
|
+
Channel?: Channel;
|
|
4343
4343
|
/**
|
|
4344
4344
|
* @public
|
|
4345
4345
|
* <p>If this contact was queued, this contains information about the queue. </p>
|
|
@@ -4592,7 +4592,7 @@ export interface Evaluation {
|
|
|
4592
4592
|
* @public
|
|
4593
4593
|
* <p>The status of the contact evaluation.</p>
|
|
4594
4594
|
*/
|
|
4595
|
-
Status: EvaluationStatus |
|
|
4595
|
+
Status: EvaluationStatus | undefined;
|
|
4596
4596
|
/**
|
|
4597
4597
|
* @public
|
|
4598
4598
|
* <p>A map of item (section or question) identifiers to score value.</p>
|
|
@@ -4679,12 +4679,12 @@ export interface ContactFlow {
|
|
|
4679
4679
|
* <p>The type of the flow. For descriptions of the available types, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/create-contact-flow.html#contact-flow-types">Choose a flow type</a> in the <i>Amazon Connect Administrator
|
|
4680
4680
|
* Guide</i>.</p>
|
|
4681
4681
|
*/
|
|
4682
|
-
Type?: ContactFlowType
|
|
4682
|
+
Type?: ContactFlowType;
|
|
4683
4683
|
/**
|
|
4684
4684
|
* @public
|
|
4685
4685
|
* <p>The type of flow.</p>
|
|
4686
4686
|
*/
|
|
4687
|
-
State?: ContactFlowState
|
|
4687
|
+
State?: ContactFlowState;
|
|
4688
4688
|
/**
|
|
4689
4689
|
* @public
|
|
4690
4690
|
* <p>The description of the flow.</p>
|
|
@@ -4787,12 +4787,12 @@ export interface ContactFlowModule {
|
|
|
4787
4787
|
* @public
|
|
4788
4788
|
* <p>The type of flow module.</p>
|
|
4789
4789
|
*/
|
|
4790
|
-
State?: ContactFlowModuleState
|
|
4790
|
+
State?: ContactFlowModuleState;
|
|
4791
4791
|
/**
|
|
4792
4792
|
* @public
|
|
4793
4793
|
* <p>The status of the flow module.</p>
|
|
4794
4794
|
*/
|
|
4795
|
-
Status?: ContactFlowModuleStatus
|
|
4795
|
+
Status?: ContactFlowModuleStatus;
|
|
4796
4796
|
/**
|
|
4797
4797
|
* @public
|
|
4798
4798
|
* <p>The tags used to organize, track, or control access for this resource. For example, \{ "tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
|
|
@@ -4961,7 +4961,7 @@ export interface Instance {
|
|
|
4961
4961
|
* @public
|
|
4962
4962
|
* <p>The identity management type.</p>
|
|
4963
4963
|
*/
|
|
4964
|
-
IdentityManagementType?: DirectoryType
|
|
4964
|
+
IdentityManagementType?: DirectoryType;
|
|
4965
4965
|
/**
|
|
4966
4966
|
* @public
|
|
4967
4967
|
* <p>The alias of instance.</p>
|
|
@@ -4981,7 +4981,7 @@ export interface Instance {
|
|
|
4981
4981
|
* @public
|
|
4982
4982
|
* <p>The state of the instance.</p>
|
|
4983
4983
|
*/
|
|
4984
|
-
InstanceStatus?: InstanceStatus
|
|
4984
|
+
InstanceStatus?: InstanceStatus;
|
|
4985
4985
|
/**
|
|
4986
4986
|
* @public
|
|
4987
4987
|
* <p>Relevant
|
|
@@ -5047,7 +5047,7 @@ export interface DescribeInstanceAttributeRequest {
|
|
|
5047
5047
|
* @public
|
|
5048
5048
|
* <p>The type of attribute.</p>
|
|
5049
5049
|
*/
|
|
5050
|
-
AttributeType: InstanceAttributeType |
|
|
5050
|
+
AttributeType: InstanceAttributeType | undefined;
|
|
5051
5051
|
}
|
|
5052
5052
|
/**
|
|
5053
5053
|
* @public
|
|
@@ -5058,7 +5058,7 @@ export interface Attribute {
|
|
|
5058
5058
|
* @public
|
|
5059
5059
|
* <p>The type of attribute.</p>
|
|
5060
5060
|
*/
|
|
5061
|
-
AttributeType?: InstanceAttributeType
|
|
5061
|
+
AttributeType?: InstanceAttributeType;
|
|
5062
5062
|
/**
|
|
5063
5063
|
* @public
|
|
5064
5064
|
* <p>The value of the attribute.</p>
|
|
@@ -5095,7 +5095,7 @@ export interface DescribeInstanceStorageConfigRequest {
|
|
|
5095
5095
|
* @public
|
|
5096
5096
|
* <p>A valid resource type.</p>
|
|
5097
5097
|
*/
|
|
5098
|
-
ResourceType: InstanceStorageResourceType |
|
|
5098
|
+
ResourceType: InstanceStorageResourceType | undefined;
|
|
5099
5099
|
}
|
|
5100
5100
|
/**
|
|
5101
5101
|
* @public
|
|
@@ -5410,7 +5410,7 @@ export interface PhoneNumberStatus {
|
|
|
5410
5410
|
* @public
|
|
5411
5411
|
* <p>The status.</p>
|
|
5412
5412
|
*/
|
|
5413
|
-
Status?: PhoneNumberWorkflowStatus
|
|
5413
|
+
Status?: PhoneNumberWorkflowStatus;
|
|
5414
5414
|
/**
|
|
5415
5415
|
* @public
|
|
5416
5416
|
* <p>The status message.</p>
|
|
@@ -5458,12 +5458,12 @@ export interface ClaimedPhoneNumberSummary {
|
|
|
5458
5458
|
* @public
|
|
5459
5459
|
* <p>The ISO country code.</p>
|
|
5460
5460
|
*/
|
|
5461
|
-
PhoneNumberCountryCode?: PhoneNumberCountryCode
|
|
5461
|
+
PhoneNumberCountryCode?: PhoneNumberCountryCode;
|
|
5462
5462
|
/**
|
|
5463
5463
|
* @public
|
|
5464
5464
|
* <p>The type of phone number.</p>
|
|
5465
5465
|
*/
|
|
5466
|
-
PhoneNumberType?: PhoneNumberType
|
|
5466
|
+
PhoneNumberType?: PhoneNumberType;
|
|
5467
5467
|
/**
|
|
5468
5468
|
* @public
|
|
5469
5469
|
* <p>The description of the phone number.</p>
|
|
@@ -5651,7 +5651,7 @@ export interface Queue {
|
|
|
5651
5651
|
* @public
|
|
5652
5652
|
* <p>The status of the queue.</p>
|
|
5653
5653
|
*/
|
|
5654
|
-
Status?: QueueStatus
|
|
5654
|
+
Status?: QueueStatus;
|
|
5655
5655
|
/**
|
|
5656
5656
|
* @public
|
|
5657
5657
|
* <p>The tags used to organize, track, or control access for this resource. For example, \{ "tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
|
|
@@ -5806,7 +5806,7 @@ export interface RoutingProfile {
|
|
|
5806
5806
|
* <i>time since their last inbound contact</i> or <i>longest idle
|
|
5807
5807
|
* time</i>. </p>
|
|
5808
5808
|
*/
|
|
5809
|
-
AgentAvailabilityTimer?: AgentAvailabilityTimer
|
|
5809
|
+
AgentAvailabilityTimer?: AgentAvailabilityTimer;
|
|
5810
5810
|
}
|
|
5811
5811
|
/**
|
|
5812
5812
|
* @public
|
|
@@ -5872,7 +5872,7 @@ export interface Rule {
|
|
|
5872
5872
|
* @public
|
|
5873
5873
|
* <p>The publish status of the rule.</p>
|
|
5874
5874
|
*/
|
|
5875
|
-
PublishStatus: RulePublishStatus |
|
|
5875
|
+
PublishStatus: RulePublishStatus | undefined;
|
|
5876
5876
|
/**
|
|
5877
5877
|
* @public
|
|
5878
5878
|
* <p>The timestamp for when the rule was created.</p>
|
|
@@ -6068,7 +6068,7 @@ export interface TrafficDistributionGroup {
|
|
|
6068
6068
|
* </li>
|
|
6069
6069
|
* </ul>
|
|
6070
6070
|
*/
|
|
6071
|
-
Status?: TrafficDistributionGroupStatus
|
|
6071
|
+
Status?: TrafficDistributionGroupStatus;
|
|
6072
6072
|
/**
|
|
6073
6073
|
* @public
|
|
6074
6074
|
* <p>The tags used to organize, track, or control access for this resource. For example, \{ "tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
|