@aws-sdk/client-connect 3.1001.0 → 3.1002.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/README.md +21 -0
- package/dist-cjs/index.js +42 -0
- package/dist-cjs/schemas/schemas_0.js +97 -37
- package/dist-es/Connect.js +6 -0
- package/dist-es/commands/AssociateQueueEmailAddressesCommand.js +16 -0
- package/dist-es/commands/DisassociateQueueEmailAddressesCommand.js +16 -0
- package/dist-es/commands/ListQueueEmailAddressesCommand.js +16 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +66 -6
- package/dist-types/Connect.d.ts +21 -0
- package/dist-types/ConnectClient.d.ts +5 -2
- package/dist-types/commands/AssociateQueueEmailAddressesCommand.d.ts +120 -0
- package/dist-types/commands/CreateQueueCommand.d.ts +5 -0
- package/dist-types/commands/DisassociateQueueEmailAddressesCommand.d.ts +109 -0
- package/dist-types/commands/GetTestCaseExecutionSummaryCommand.d.ts +2 -1
- package/dist-types/commands/GetTrafficDistributionCommand.d.ts +1 -2
- package/dist-types/commands/ListQueueEmailAddressesCommand.d.ts +121 -0
- package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +1 -2
- package/dist-types/commands/SearchTestCasesCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +44 -67
- package/dist-types/models/models_1.d.ts +97 -55
- package/dist-types/models/models_2.d.ts +126 -128
- package/dist-types/models/models_3.d.ts +129 -2
- package/dist-types/schemas/schemas_0.d.ts +9 -0
- package/dist-types/ts3.4/Connect.d.ts +51 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/AssociateQueueEmailAddressesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DisassociateQueueEmailAddressesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetTestCaseExecutionSummaryCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetTrafficDistributionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListQueueEmailAddressesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/SearchTestCasesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +10 -15
- package/dist-types/ts3.4/models/models_1.d.ts +21 -16
- package/dist-types/ts3.4/models/models_2.d.ts +31 -29
- package/dist-types/ts3.4/models/models_3.d.ts +28 -3
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -0
- package/package.json +5 -5
|
@@ -1,6 +1,59 @@
|
|
|
1
1
|
import { AgentStatusType, ArtifactStatus, AutoEvaluationStatus, BooleanComparisonType, Channel, ContactFlowModuleState, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactInteractionType, ContactParticipantRole, ContactRecordingType, DataTableAttributeValueType, DateComparisonType, DateTimeComparisonType, DecimalComparisonType, DirectoryType, EntityType, EvaluationFormLanguageCode, EvaluationFormVersionStatus, EvaluationStatus, EvaluationType, EventSourceName, ExecutionRecordStatus, InstanceStatus, InstanceStorageResourceType, IntegrationType, LexVersion, ListFlowAssociationResourceType, LocaleCode, MediaType, MonitorCapability, NotificationPriority, NotificationSource, NotificationStatus, NumberComparisonType, ParticipantRole, PhoneNumberCountryCode, PhoneNumberType, QueueType, QuickConnectType, RealTimeContactAnalysisOutputType, RealTimeContactAnalysisPostContactSummaryFailureCode, RealTimeContactAnalysisPostContactSummaryStatus, RealTimeContactAnalysisSegmentType, RealTimeContactAnalysisSentimentLabel, RealTimeContactAnalysisStatus, RealTimeContactAnalysisSupportedChannel, ReferenceStatus, ReferenceType, RulePublishStatus, SearchContactsMatchType, SearchContactsTimeRangeConditionType, SearchContactsTimeRangeType, SortableFieldName, SortOrder, SourceType, StringComparisonType, TaskTemplateStatus, TestCaseExecutionStatus, TestCaseStatus, TrafficDistributionGroupStatus, UseCaseType, ViewStatus, ViewType, VocabularyLanguageCode } from "./enums";
|
|
2
2
|
import { type AgentConfig, type AgentHierarchyGroups, type ControlPlaneAttributeFilter, type DataTableLockVersion, type LexV2Bot, ActionSummary, AgentStatus, AgentStatusSummary, AliasConfiguration, AnalyticsDataAssociationResult, Application, Distribution, FlowAssociationSummary, FlowModule, InstanceStorageConfig, LexBot, PrimaryValueResponse, SecurityProfileItem, TagCondition, UserProficiency } from "./models_0";
|
|
3
|
-
import { type EvaluationContactParticipant, type EvaluationScore, Attribute, ContactFlow, ContactFlowModule, DataTable, DataTableAttribute, HierarchyGroupSummary, HoursOfOperation, HoursOfOperationOverride, HoursOfOperationsIdentifier, Notification, PredefinedAttribute, Prompt, Queue, QuickConnect, RoutingProfile
|
|
3
|
+
import { type EvaluationContactParticipant, type EvaluationScore, type ObservationSummary, Attribute, ContactFlow, ContactFlowModule, DataTable, DataTableAttribute, HierarchyGroupSummary, HoursOfOperation, HoursOfOperationOverride, HoursOfOperationsIdentifier, Notification, PredefinedAttribute, Prompt, Queue, QuickConnect, RoutingProfile } from "./models_1";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface GetTestCaseExecutionSummaryResponse {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The timestamp when the test case execution started.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
StartTime?: Date | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The timestamp when the test case execution ended.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
EndTime?: Date | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* <p>The status of the test case execution.</p>
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
Status?: TestCaseExecutionStatus | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* <p>Summary statistics for the test case execution.</p>
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
ObservationSummary?: ObservationSummary | undefined;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
export interface GetTrafficDistributionRequest {
|
|
33
|
+
/**
|
|
34
|
+
* <p>The identifier of the traffic distribution group.
|
|
35
|
+
* This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created.
|
|
36
|
+
* The ARN must be provided if the call is from the replicated Region.</p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
Id: string | undefined;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* <p>The distribution of sign in traffic between the instance and its replica(s).</p>
|
|
43
|
+
* @public
|
|
44
|
+
*/
|
|
45
|
+
export interface SignInDistribution {
|
|
46
|
+
/**
|
|
47
|
+
* <p>The Amazon Web Services Region of the sign in distribution.</p>
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
Region: string | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* <p>Whether sign in distribution is enabled.</p>
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
Enabled: boolean | undefined;
|
|
56
|
+
}
|
|
4
57
|
/**
|
|
5
58
|
* <p>The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to both
|
|
6
59
|
* the instance and its replica(s).</p>
|
|
@@ -2880,6 +2933,78 @@ export interface ListPromptsResponse {
|
|
|
2880
2933
|
*/
|
|
2881
2934
|
NextToken?: string | undefined;
|
|
2882
2935
|
}
|
|
2936
|
+
/**
|
|
2937
|
+
* @public
|
|
2938
|
+
*/
|
|
2939
|
+
export interface ListQueueEmailAddressesRequest {
|
|
2940
|
+
/**
|
|
2941
|
+
* <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>
|
|
2942
|
+
* @public
|
|
2943
|
+
*/
|
|
2944
|
+
InstanceId: string | undefined;
|
|
2945
|
+
/**
|
|
2946
|
+
* <p>The identifier for the queue.</p>
|
|
2947
|
+
* @public
|
|
2948
|
+
*/
|
|
2949
|
+
QueueId: string | undefined;
|
|
2950
|
+
/**
|
|
2951
|
+
* <p>The token for the next set of results. Use the value returned in the previous
|
|
2952
|
+
* response in the next request to retrieve the next set of results.</p>
|
|
2953
|
+
* @public
|
|
2954
|
+
*/
|
|
2955
|
+
NextToken?: string | undefined;
|
|
2956
|
+
/**
|
|
2957
|
+
* <p>The maximum number of results to return per page.</p>
|
|
2958
|
+
* @public
|
|
2959
|
+
*/
|
|
2960
|
+
MaxResults?: number | undefined;
|
|
2961
|
+
}
|
|
2962
|
+
/**
|
|
2963
|
+
* <p>Summary information about an email address associated with a queue. Contains the essential details needed to identify and manage the email address routing configuration.</p>
|
|
2964
|
+
* @public
|
|
2965
|
+
*/
|
|
2966
|
+
export interface EmailAddressSummary {
|
|
2967
|
+
/**
|
|
2968
|
+
* <p>The unique identifier of the email address associated with the queue.</p>
|
|
2969
|
+
* @public
|
|
2970
|
+
*/
|
|
2971
|
+
Id?: string | undefined;
|
|
2972
|
+
/**
|
|
2973
|
+
* <p>The Amazon Resource Name (ARN) of the email address associated with the queue.</p>
|
|
2974
|
+
* @public
|
|
2975
|
+
*/
|
|
2976
|
+
Arn?: string | undefined;
|
|
2977
|
+
/**
|
|
2978
|
+
* <p>Indicates whether this email address is configured as the default outbound email address for the queue. When set to true, this email address is used as the default sender for outbound email contacts from this queue.</p>
|
|
2979
|
+
* @public
|
|
2980
|
+
*/
|
|
2981
|
+
IsDefaultOutboundEmail?: boolean | undefined;
|
|
2982
|
+
}
|
|
2983
|
+
/**
|
|
2984
|
+
* @public
|
|
2985
|
+
*/
|
|
2986
|
+
export interface ListQueueEmailAddressesResponse {
|
|
2987
|
+
/**
|
|
2988
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
2989
|
+
* @public
|
|
2990
|
+
*/
|
|
2991
|
+
NextToken?: string | undefined;
|
|
2992
|
+
/**
|
|
2993
|
+
* <p>List of email address summary information for all email addresses associated with the queue. Each item contains the email address identifier, ARN, and configuration details.</p>
|
|
2994
|
+
* @public
|
|
2995
|
+
*/
|
|
2996
|
+
EmailAddressMetadataList?: EmailAddressSummary[] | undefined;
|
|
2997
|
+
/**
|
|
2998
|
+
* <p>The timestamp when this resource was last modified.</p>
|
|
2999
|
+
* @public
|
|
3000
|
+
*/
|
|
3001
|
+
LastModifiedTime?: Date | undefined;
|
|
3002
|
+
/**
|
|
3003
|
+
* <p>The Amazon Web Services Region where this resource was last modified.</p>
|
|
3004
|
+
* @public
|
|
3005
|
+
*/
|
|
3006
|
+
LastModifiedRegion?: string | undefined;
|
|
3007
|
+
}
|
|
2883
3008
|
/**
|
|
2884
3009
|
* @public
|
|
2885
3010
|
*/
|
|
@@ -7341,130 +7466,3 @@ export interface SearchRoutingProfilesResponse {
|
|
|
7341
7466
|
*/
|
|
7342
7467
|
ApproximateTotalCount?: number | undefined;
|
|
7343
7468
|
}
|
|
7344
|
-
/**
|
|
7345
|
-
* <p>Filters to be applied to search results.</p>
|
|
7346
|
-
* @public
|
|
7347
|
-
*/
|
|
7348
|
-
export interface SecurityProfilesSearchFilter {
|
|
7349
|
-
/**
|
|
7350
|
-
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
7351
|
-
* <code>OR</code> of <code>AND</code> (List of List) input where:</p>
|
|
7352
|
-
* <ul>
|
|
7353
|
-
* <li>
|
|
7354
|
-
* <p>Top level list specifies conditions that need to be applied with <code>OR</code> operator</p>
|
|
7355
|
-
* </li>
|
|
7356
|
-
* <li>
|
|
7357
|
-
* <p>Inner list specifies conditions that need to be applied with <code>AND</code> operator.</p>
|
|
7358
|
-
* </li>
|
|
7359
|
-
* </ul>
|
|
7360
|
-
* @public
|
|
7361
|
-
*/
|
|
7362
|
-
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
7363
|
-
}
|
|
7364
|
-
/**
|
|
7365
|
-
* <p>Information about the returned security profiles.</p>
|
|
7366
|
-
* @public
|
|
7367
|
-
*/
|
|
7368
|
-
export interface SecurityProfileSearchSummary {
|
|
7369
|
-
/**
|
|
7370
|
-
* <p>The identifier of the security profile.</p>
|
|
7371
|
-
* @public
|
|
7372
|
-
*/
|
|
7373
|
-
Id?: string | undefined;
|
|
7374
|
-
/**
|
|
7375
|
-
* <p>The organization resource identifier.</p>
|
|
7376
|
-
* @public
|
|
7377
|
-
*/
|
|
7378
|
-
OrganizationResourceId?: string | undefined;
|
|
7379
|
-
/**
|
|
7380
|
-
* <p>The Amazon Resource Name (ARN) of the security profile.</p>
|
|
7381
|
-
* @public
|
|
7382
|
-
*/
|
|
7383
|
-
Arn?: string | undefined;
|
|
7384
|
-
/**
|
|
7385
|
-
* <p>The name of the security profile.</p>
|
|
7386
|
-
* @public
|
|
7387
|
-
*/
|
|
7388
|
-
SecurityProfileName?: string | undefined;
|
|
7389
|
-
/**
|
|
7390
|
-
* <p>The description of the security profile.</p>
|
|
7391
|
-
* @public
|
|
7392
|
-
*/
|
|
7393
|
-
Description?: string | undefined;
|
|
7394
|
-
/**
|
|
7395
|
-
* <p>The tags used to organize, track, or control access for this resource. For example, \{ "Tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
|
|
7396
|
-
* @public
|
|
7397
|
-
*/
|
|
7398
|
-
Tags?: Record<string, string> | undefined;
|
|
7399
|
-
}
|
|
7400
|
-
/**
|
|
7401
|
-
* @public
|
|
7402
|
-
*/
|
|
7403
|
-
export interface SearchSecurityProfilesResponse {
|
|
7404
|
-
/**
|
|
7405
|
-
* <p>Information about the security profiles.</p>
|
|
7406
|
-
* @public
|
|
7407
|
-
*/
|
|
7408
|
-
SecurityProfiles?: SecurityProfileSearchSummary[] | undefined;
|
|
7409
|
-
/**
|
|
7410
|
-
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
7411
|
-
* @public
|
|
7412
|
-
*/
|
|
7413
|
-
NextToken?: string | undefined;
|
|
7414
|
-
/**
|
|
7415
|
-
* <p>The total number of security profiles which matched your search query.</p>
|
|
7416
|
-
* @public
|
|
7417
|
-
*/
|
|
7418
|
-
ApproximateTotalCount?: number | undefined;
|
|
7419
|
-
}
|
|
7420
|
-
/**
|
|
7421
|
-
* <p>Filters to be applied to search results.</p>
|
|
7422
|
-
* @public
|
|
7423
|
-
*/
|
|
7424
|
-
export interface TestCaseSearchFilter {
|
|
7425
|
-
/**
|
|
7426
|
-
* <p>An object that can be used to specify Tag conditions inside the SearchFilter. This accepts an OR of AND (List of List) input where: Top level list specifies conditions that need to be applied with OR operator. Inner list specifies conditions that need to be applied with AND operator.</p>
|
|
7427
|
-
* @public
|
|
7428
|
-
*/
|
|
7429
|
-
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
7430
|
-
}
|
|
7431
|
-
/**
|
|
7432
|
-
* @public
|
|
7433
|
-
*/
|
|
7434
|
-
export interface SearchTestCasesResponse {
|
|
7435
|
-
/**
|
|
7436
|
-
* <p>Information about the test cases.</p>
|
|
7437
|
-
* @public
|
|
7438
|
-
*/
|
|
7439
|
-
TestCases?: TestCase[] | undefined;
|
|
7440
|
-
/**
|
|
7441
|
-
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
7442
|
-
* @public
|
|
7443
|
-
*/
|
|
7444
|
-
NextToken?: string | undefined;
|
|
7445
|
-
/**
|
|
7446
|
-
* <p>The total number of test cases which matched your search query.</p>
|
|
7447
|
-
* @public
|
|
7448
|
-
*/
|
|
7449
|
-
ApproximateTotalCount?: number | undefined;
|
|
7450
|
-
}
|
|
7451
|
-
/**
|
|
7452
|
-
* <p>Filters to be applied to search results.</p>
|
|
7453
|
-
* @public
|
|
7454
|
-
*/
|
|
7455
|
-
export interface UserHierarchyGroupSearchFilter {
|
|
7456
|
-
/**
|
|
7457
|
-
* <p>An object that can be used to specify Tag conditions inside the SearchFilter. This accepts an OR or AND (List of
|
|
7458
|
-
* List) input where:</p>
|
|
7459
|
-
* <ul>
|
|
7460
|
-
* <li>
|
|
7461
|
-
* <p>The top level list specifies conditions that need to be applied with <code>OR</code> operator.</p>
|
|
7462
|
-
* </li>
|
|
7463
|
-
* <li>
|
|
7464
|
-
* <p>The inner list specifies conditions that need to be applied with <code>AND</code> operator.</p>
|
|
7465
|
-
* </li>
|
|
7466
|
-
* </ul>
|
|
7467
|
-
* @public
|
|
7468
|
-
*/
|
|
7469
|
-
AttributeFilter?: ControlPlaneAttributeFilter | undefined;
|
|
7470
|
-
}
|
|
@@ -1,7 +1,134 @@
|
|
|
1
1
|
import { AgentAvailabilityTimer, AgentStatusState, AnsweringMachineDetectionStatus, Channel, ChatEventType, ContactFlowModuleState, ContactFlowModuleStatus, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactMediaProcessingFailureMode, ContactRecordingType, DataTableAttributeValueType, DataTableLockLevel, DisconnectOnCustomerExitParticipantType, EmailHeaderType, EvaluationFormItemEnablementAction, EvaluationFormItemEnablementOperator, EvaluationFormQuestionType, EvaluationFormVersionStatus, FileStatusType, FileUseCaseType, HierarchyGroupMatchType, InboundMessageSourceType, InitiateAs, InstanceAttributeType, InstanceStorageResourceType, IvrRecordingTrack, LocaleCode, MeetingFeatureStatus, NotificationStatus, OutboundMessageSourceType, OverrideType, ParticipantTimerAction, ParticipantTimerType, QueueStatus, RehydrationType, ResponseMode, RoutingCriteriaStepStatus, RulePublishStatus, SearchableQueueType, TargetListType, TaskTemplateStatus, TestCaseExecutionStatus, TestCaseStatus, TimerEligibleParticipantRoles, TrafficType, ViewStatus, ViewType, Visibility, VocabularyLanguageCode, VocabularyState, VoiceRecordingTrack } from "./enums";
|
|
2
2
|
import { type AdditionalEmailRecipients, type AgentConfig, type AgentInfo, type AgentStatusSearchFilter, type AllowedCapabilities, type Campaign, type ControlPlaneAttributeFilter, type CreatedByInfo, type DataTableLockVersion, type Endpoint, type EvaluationFormAutoEvaluationConfiguration, type EvaluationFormLanguageConfiguration, type EvaluationFormQuestionTypeProperties, type EvaluationFormScoringStrategy, type EvaluationFormTargetConfiguration, type EvaluationReviewConfiguration, type GranularAccessControlConfiguration, type InputPredefinedAttributeConfiguration, type InstanceStorageConfig, type OutboundCallerConfig, type OutboundEmailConfig, type OutboundStrategy, type PredefinedAttributeValues, type QuickConnectConfig, type RecurrenceConfig, type StringCondition, type TaskTemplateConstraints, type TaskTemplateDefaults, type TestCaseEntryPoint, type UserIdentityInfo, type UserInfo, type UserPhoneConfig, type Validation, type ViewInputContent, AfterContactWorkConfigPerChannel, Application, AutoAcceptConfig, EvaluationFormItemEnablementExpression, FlowModule, HoursOfOperationConfig, HoursOfOperationOverrideConfig, MediaConcurrency, PersistentConnectionConfig, PhoneNumberConfig, PrimaryValue, Reference, RoutingProfileQueueConfig, RuleAction, TagCondition, TaskTemplateField, UserProficiency, View, VoiceEnhancementConfig } from "./models_0";
|
|
3
|
-
import { type AttributeCondition, type ChatMetrics, type ContactDetails, type Customer, type CustomerVoiceActivity, type DisconnectDetails, type EndpointInfo, type Evaluation, type EvaluationAnswerData, type Expiry, type GlobalResiliencyMetadata, type QualityMetrics, type QueueInfo, type TaskTemplateInfoV2, type WisdomInfo, type WorkspaceTheme, ContactEvaluation, EvaluationNote, HierarchyGroup, NextContactEntry, RecordingInfo } from "./models_1";
|
|
4
|
-
import type { BooleanCondition, ContactFlowModuleSearchFilter, ContactFlowSearchFilter, ContactSearchSummaryAgentInfo, ContactSearchSummaryQueueInfo, ControlPlaneTagFilter, DataTableSearchFilter, DateCondition, DateTimeCondition, DecimalCondition, EmailAddressSearchFilter, EvaluationFormSearchFilter, EvaluationSearchFilter, HoursOfOperationSearchFilter, NotificationSearchFilter, NumberCondition, PromptSearchFilter, QueueSearchFilter, QuickConnectSearchFilter, RoutingProfileSearchFilter,
|
|
3
|
+
import { type AttributeCondition, type ChatMetrics, type ContactDetails, type Customer, type CustomerVoiceActivity, type DisconnectDetails, type EndpointInfo, type Evaluation, type EvaluationAnswerData, type Expiry, type GlobalResiliencyMetadata, type QualityMetrics, type QueueInfo, type TaskTemplateInfoV2, type WisdomInfo, type WorkspaceTheme, ContactEvaluation, EvaluationNote, HierarchyGroup, NextContactEntry, RecordingInfo, TestCase } from "./models_1";
|
|
4
|
+
import type { BooleanCondition, ContactFlowModuleSearchFilter, ContactFlowSearchFilter, ContactSearchSummaryAgentInfo, ContactSearchSummaryQueueInfo, ControlPlaneTagFilter, DataTableSearchFilter, DateCondition, DateTimeCondition, DecimalCondition, EmailAddressSearchFilter, EvaluationFormSearchFilter, EvaluationSearchFilter, HoursOfOperationSearchFilter, NotificationSearchFilter, NumberCondition, PromptSearchFilter, QueueSearchFilter, QuickConnectSearchFilter, RoutingProfileSearchFilter, SignInConfig, TelephonyConfig } from "./models_2";
|
|
5
|
+
/**
|
|
6
|
+
* <p>Filters to be applied to search results.</p>
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface SecurityProfilesSearchFilter {
|
|
10
|
+
/**
|
|
11
|
+
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
12
|
+
* <code>OR</code> of <code>AND</code> (List of List) input where:</p>
|
|
13
|
+
* <ul>
|
|
14
|
+
* <li>
|
|
15
|
+
* <p>Top level list specifies conditions that need to be applied with <code>OR</code> operator</p>
|
|
16
|
+
* </li>
|
|
17
|
+
* <li>
|
|
18
|
+
* <p>Inner list specifies conditions that need to be applied with <code>AND</code> operator.</p>
|
|
19
|
+
* </li>
|
|
20
|
+
* </ul>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* <p>Information about the returned security profiles.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
export interface SecurityProfileSearchSummary {
|
|
30
|
+
/**
|
|
31
|
+
* <p>The identifier of the security profile.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
Id?: string | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* <p>The organization resource identifier.</p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
OrganizationResourceId?: string | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* <p>The Amazon Resource Name (ARN) of the security profile.</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
Arn?: string | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* <p>The name of the security profile.</p>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
SecurityProfileName?: string | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* <p>The description of the security profile.</p>
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
Description?: string | undefined;
|
|
55
|
+
/**
|
|
56
|
+
* <p>The tags used to organize, track, or control access for this resource. For example, \{ "Tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
Tags?: Record<string, string> | undefined;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
export interface SearchSecurityProfilesResponse {
|
|
65
|
+
/**
|
|
66
|
+
* <p>Information about the security profiles.</p>
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
SecurityProfiles?: SecurityProfileSearchSummary[] | undefined;
|
|
70
|
+
/**
|
|
71
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
NextToken?: string | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* <p>The total number of security profiles which matched your search query.</p>
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
ApproximateTotalCount?: number | undefined;
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* <p>Filters to be applied to search results.</p>
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
export interface TestCaseSearchFilter {
|
|
86
|
+
/**
|
|
87
|
+
* <p>An object that can be used to specify Tag conditions inside the SearchFilter. This accepts an OR of AND (List of List) input where: Top level list specifies conditions that need to be applied with OR operator. Inner list specifies conditions that need to be applied with AND operator.</p>
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
95
|
+
export interface SearchTestCasesResponse {
|
|
96
|
+
/**
|
|
97
|
+
* <p>Information about the test cases.</p>
|
|
98
|
+
* @public
|
|
99
|
+
*/
|
|
100
|
+
TestCases?: TestCase[] | undefined;
|
|
101
|
+
/**
|
|
102
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
NextToken?: string | undefined;
|
|
106
|
+
/**
|
|
107
|
+
* <p>The total number of test cases which matched your search query.</p>
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
110
|
+
ApproximateTotalCount?: number | undefined;
|
|
111
|
+
}
|
|
112
|
+
/**
|
|
113
|
+
* <p>Filters to be applied to search results.</p>
|
|
114
|
+
* @public
|
|
115
|
+
*/
|
|
116
|
+
export interface UserHierarchyGroupSearchFilter {
|
|
117
|
+
/**
|
|
118
|
+
* <p>An object that can be used to specify Tag conditions inside the SearchFilter. This accepts an OR or AND (List of
|
|
119
|
+
* List) input where:</p>
|
|
120
|
+
* <ul>
|
|
121
|
+
* <li>
|
|
122
|
+
* <p>The top level list specifies conditions that need to be applied with <code>OR</code> operator.</p>
|
|
123
|
+
* </li>
|
|
124
|
+
* <li>
|
|
125
|
+
* <p>The inner list specifies conditions that need to be applied with <code>AND</code> operator.</p>
|
|
126
|
+
* </li>
|
|
127
|
+
* </ul>
|
|
128
|
+
* @public
|
|
129
|
+
*/
|
|
130
|
+
AttributeFilter?: ControlPlaneAttributeFilter | undefined;
|
|
131
|
+
}
|
|
5
132
|
/**
|
|
6
133
|
* @public
|
|
7
134
|
*/
|
|
@@ -83,6 +83,7 @@ export declare var AssociateInstanceStorageConfigResponse$: StaticStructureSchem
|
|
|
83
83
|
export declare var AssociateLambdaFunctionRequest$: StaticStructureSchema;
|
|
84
84
|
export declare var AssociateLexBotRequest$: StaticStructureSchema;
|
|
85
85
|
export declare var AssociatePhoneNumberContactFlowRequest$: StaticStructureSchema;
|
|
86
|
+
export declare var AssociateQueueEmailAddressesRequest$: StaticStructureSchema;
|
|
86
87
|
export declare var AssociateQueueQuickConnectsRequest$: StaticStructureSchema;
|
|
87
88
|
export declare var AssociateRoutingProfileQueuesRequest$: StaticStructureSchema;
|
|
88
89
|
export declare var AssociateSecurityKeyRequest$: StaticStructureSchema;
|
|
@@ -422,6 +423,7 @@ export declare var DisassociateInstanceStorageConfigRequest$: StaticStructureSch
|
|
|
422
423
|
export declare var DisassociateLambdaFunctionRequest$: StaticStructureSchema;
|
|
423
424
|
export declare var DisassociateLexBotRequest$: StaticStructureSchema;
|
|
424
425
|
export declare var DisassociatePhoneNumberContactFlowRequest$: StaticStructureSchema;
|
|
426
|
+
export declare var DisassociateQueueEmailAddressesRequest$: StaticStructureSchema;
|
|
425
427
|
export declare var DisassociateQueueQuickConnectsRequest$: StaticStructureSchema;
|
|
426
428
|
export declare var DisassociateRoutingProfileQueuesRequest$: StaticStructureSchema;
|
|
427
429
|
export declare var DisassociateSecurityKeyRequest$: StaticStructureSchema;
|
|
@@ -439,10 +441,12 @@ export declare var Distribution$: StaticStructureSchema;
|
|
|
439
441
|
export declare var DownloadUrlMetadata$: StaticStructureSchema;
|
|
440
442
|
export declare var EffectiveHoursOfOperations$: StaticStructureSchema;
|
|
441
443
|
export declare var EffectiveOverrideHours$: StaticStructureSchema;
|
|
444
|
+
export declare var EmailAddressConfig$: StaticStructureSchema;
|
|
442
445
|
export declare var EmailAddressInfo$: StaticStructureSchema;
|
|
443
446
|
export declare var EmailAddressMetadata$: StaticStructureSchema;
|
|
444
447
|
export declare var EmailAddressSearchCriteria$: StaticStructureSchema;
|
|
445
448
|
export declare var EmailAddressSearchFilter$: StaticStructureSchema;
|
|
449
|
+
export declare var EmailAddressSummary$: StaticStructureSchema;
|
|
446
450
|
export declare var EmailAttachment$: StaticStructureSchema;
|
|
447
451
|
export declare var EmailMessageReference$: StaticStructureSchema;
|
|
448
452
|
export declare var EmailRecipient$: StaticStructureSchema;
|
|
@@ -678,6 +682,8 @@ export declare var ListPredefinedAttributesRequest$: StaticStructureSchema;
|
|
|
678
682
|
export declare var ListPredefinedAttributesResponse$: StaticStructureSchema;
|
|
679
683
|
export declare var ListPromptsRequest$: StaticStructureSchema;
|
|
680
684
|
export declare var ListPromptsResponse$: StaticStructureSchema;
|
|
685
|
+
export declare var ListQueueEmailAddressesRequest$: StaticStructureSchema;
|
|
686
|
+
export declare var ListQueueEmailAddressesResponse$: StaticStructureSchema;
|
|
681
687
|
export declare var ListQueueQuickConnectsRequest$: StaticStructureSchema;
|
|
682
688
|
export declare var ListQueueQuickConnectsResponse$: StaticStructureSchema;
|
|
683
689
|
export declare var ListQueuesRequest$: StaticStructureSchema;
|
|
@@ -1224,6 +1230,7 @@ export declare var AssociateInstanceStorageConfig$: StaticOperationSchema;
|
|
|
1224
1230
|
export declare var AssociateLambdaFunction$: StaticOperationSchema;
|
|
1225
1231
|
export declare var AssociateLexBot$: StaticOperationSchema;
|
|
1226
1232
|
export declare var AssociatePhoneNumberContactFlow$: StaticOperationSchema;
|
|
1233
|
+
export declare var AssociateQueueEmailAddresses$: StaticOperationSchema;
|
|
1227
1234
|
export declare var AssociateQueueQuickConnects$: StaticOperationSchema;
|
|
1228
1235
|
export declare var AssociateRoutingProfileQueues$: StaticOperationSchema;
|
|
1229
1236
|
export declare var AssociateSecurityKey$: StaticOperationSchema;
|
|
@@ -1359,6 +1366,7 @@ export declare var DisassociateInstanceStorageConfig$: StaticOperationSchema;
|
|
|
1359
1366
|
export declare var DisassociateLambdaFunction$: StaticOperationSchema;
|
|
1360
1367
|
export declare var DisassociateLexBot$: StaticOperationSchema;
|
|
1361
1368
|
export declare var DisassociatePhoneNumberContactFlow$: StaticOperationSchema;
|
|
1369
|
+
export declare var DisassociateQueueEmailAddresses$: StaticOperationSchema;
|
|
1362
1370
|
export declare var DisassociateQueueQuickConnects$: StaticOperationSchema;
|
|
1363
1371
|
export declare var DisassociateRoutingProfileQueues$: StaticOperationSchema;
|
|
1364
1372
|
export declare var DisassociateSecurityKey$: StaticOperationSchema;
|
|
@@ -1421,6 +1429,7 @@ export declare var ListPhoneNumbers$: StaticOperationSchema;
|
|
|
1421
1429
|
export declare var ListPhoneNumbersV2$: StaticOperationSchema;
|
|
1422
1430
|
export declare var ListPredefinedAttributes$: StaticOperationSchema;
|
|
1423
1431
|
export declare var ListPrompts$: StaticOperationSchema;
|
|
1432
|
+
export declare var ListQueueEmailAddresses$: StaticOperationSchema;
|
|
1424
1433
|
export declare var ListQueueQuickConnects$: StaticOperationSchema;
|
|
1425
1434
|
export declare var ListQueues$: StaticOperationSchema;
|
|
1426
1435
|
export declare var ListQuickConnects$: StaticOperationSchema;
|
|
@@ -55,6 +55,10 @@ import {
|
|
|
55
55
|
AssociatePhoneNumberContactFlowCommandInput,
|
|
56
56
|
AssociatePhoneNumberContactFlowCommandOutput,
|
|
57
57
|
} from "./commands/AssociatePhoneNumberContactFlowCommand";
|
|
58
|
+
import {
|
|
59
|
+
AssociateQueueEmailAddressesCommandInput,
|
|
60
|
+
AssociateQueueEmailAddressesCommandOutput,
|
|
61
|
+
} from "./commands/AssociateQueueEmailAddressesCommand";
|
|
58
62
|
import {
|
|
59
63
|
AssociateQueueQuickConnectsCommandInput,
|
|
60
64
|
AssociateQueueQuickConnectsCommandOutput,
|
|
@@ -595,6 +599,10 @@ import {
|
|
|
595
599
|
DisassociatePhoneNumberContactFlowCommandInput,
|
|
596
600
|
DisassociatePhoneNumberContactFlowCommandOutput,
|
|
597
601
|
} from "./commands/DisassociatePhoneNumberContactFlowCommand";
|
|
602
|
+
import {
|
|
603
|
+
DisassociateQueueEmailAddressesCommandInput,
|
|
604
|
+
DisassociateQueueEmailAddressesCommandOutput,
|
|
605
|
+
} from "./commands/DisassociateQueueEmailAddressesCommand";
|
|
598
606
|
import {
|
|
599
607
|
DisassociateQueueQuickConnectsCommandInput,
|
|
600
608
|
DisassociateQueueQuickConnectsCommandOutput,
|
|
@@ -843,6 +851,10 @@ import {
|
|
|
843
851
|
ListPromptsCommandInput,
|
|
844
852
|
ListPromptsCommandOutput,
|
|
845
853
|
} from "./commands/ListPromptsCommand";
|
|
854
|
+
import {
|
|
855
|
+
ListQueueEmailAddressesCommandInput,
|
|
856
|
+
ListQueueEmailAddressesCommandOutput,
|
|
857
|
+
} from "./commands/ListQueueEmailAddressesCommand";
|
|
846
858
|
import {
|
|
847
859
|
ListQueueQuickConnectsCommandInput,
|
|
848
860
|
ListQueueQuickConnectsCommandOutput,
|
|
@@ -1630,6 +1642,19 @@ export interface Connect {
|
|
|
1630
1642
|
options: __HttpHandlerOptions,
|
|
1631
1643
|
cb: (err: any, data?: AssociatePhoneNumberContactFlowCommandOutput) => void
|
|
1632
1644
|
): void;
|
|
1645
|
+
associateQueueEmailAddresses(
|
|
1646
|
+
args: AssociateQueueEmailAddressesCommandInput,
|
|
1647
|
+
options?: __HttpHandlerOptions
|
|
1648
|
+
): Promise<AssociateQueueEmailAddressesCommandOutput>;
|
|
1649
|
+
associateQueueEmailAddresses(
|
|
1650
|
+
args: AssociateQueueEmailAddressesCommandInput,
|
|
1651
|
+
cb: (err: any, data?: AssociateQueueEmailAddressesCommandOutput) => void
|
|
1652
|
+
): void;
|
|
1653
|
+
associateQueueEmailAddresses(
|
|
1654
|
+
args: AssociateQueueEmailAddressesCommandInput,
|
|
1655
|
+
options: __HttpHandlerOptions,
|
|
1656
|
+
cb: (err: any, data?: AssociateQueueEmailAddressesCommandOutput) => void
|
|
1657
|
+
): void;
|
|
1633
1658
|
associateQueueQuickConnects(
|
|
1634
1659
|
args: AssociateQueueQuickConnectsCommandInput,
|
|
1635
1660
|
options?: __HttpHandlerOptions
|
|
@@ -3427,6 +3452,19 @@ export interface Connect {
|
|
|
3427
3452
|
data?: DisassociatePhoneNumberContactFlowCommandOutput
|
|
3428
3453
|
) => void
|
|
3429
3454
|
): void;
|
|
3455
|
+
disassociateQueueEmailAddresses(
|
|
3456
|
+
args: DisassociateQueueEmailAddressesCommandInput,
|
|
3457
|
+
options?: __HttpHandlerOptions
|
|
3458
|
+
): Promise<DisassociateQueueEmailAddressesCommandOutput>;
|
|
3459
|
+
disassociateQueueEmailAddresses(
|
|
3460
|
+
args: DisassociateQueueEmailAddressesCommandInput,
|
|
3461
|
+
cb: (err: any, data?: DisassociateQueueEmailAddressesCommandOutput) => void
|
|
3462
|
+
): void;
|
|
3463
|
+
disassociateQueueEmailAddresses(
|
|
3464
|
+
args: DisassociateQueueEmailAddressesCommandInput,
|
|
3465
|
+
options: __HttpHandlerOptions,
|
|
3466
|
+
cb: (err: any, data?: DisassociateQueueEmailAddressesCommandOutput) => void
|
|
3467
|
+
): void;
|
|
3430
3468
|
disassociateQueueQuickConnects(
|
|
3431
3469
|
args: DisassociateQueueQuickConnectsCommandInput,
|
|
3432
3470
|
options?: __HttpHandlerOptions
|
|
@@ -4241,6 +4279,19 @@ export interface Connect {
|
|
|
4241
4279
|
options: __HttpHandlerOptions,
|
|
4242
4280
|
cb: (err: any, data?: ListPromptsCommandOutput) => void
|
|
4243
4281
|
): void;
|
|
4282
|
+
listQueueEmailAddresses(
|
|
4283
|
+
args: ListQueueEmailAddressesCommandInput,
|
|
4284
|
+
options?: __HttpHandlerOptions
|
|
4285
|
+
): Promise<ListQueueEmailAddressesCommandOutput>;
|
|
4286
|
+
listQueueEmailAddresses(
|
|
4287
|
+
args: ListQueueEmailAddressesCommandInput,
|
|
4288
|
+
cb: (err: any, data?: ListQueueEmailAddressesCommandOutput) => void
|
|
4289
|
+
): void;
|
|
4290
|
+
listQueueEmailAddresses(
|
|
4291
|
+
args: ListQueueEmailAddressesCommandInput,
|
|
4292
|
+
options: __HttpHandlerOptions,
|
|
4293
|
+
cb: (err: any, data?: ListQueueEmailAddressesCommandOutput) => void
|
|
4294
|
+
): void;
|
|
4244
4295
|
listQueueQuickConnects(
|
|
4245
4296
|
args: ListQueueQuickConnectsCommandInput,
|
|
4246
4297
|
options?: __HttpHandlerOptions
|
|
@@ -97,6 +97,10 @@ import {
|
|
|
97
97
|
AssociatePhoneNumberContactFlowCommandInput,
|
|
98
98
|
AssociatePhoneNumberContactFlowCommandOutput,
|
|
99
99
|
} from "./commands/AssociatePhoneNumberContactFlowCommand";
|
|
100
|
+
import {
|
|
101
|
+
AssociateQueueEmailAddressesCommandInput,
|
|
102
|
+
AssociateQueueEmailAddressesCommandOutput,
|
|
103
|
+
} from "./commands/AssociateQueueEmailAddressesCommand";
|
|
100
104
|
import {
|
|
101
105
|
AssociateQueueQuickConnectsCommandInput,
|
|
102
106
|
AssociateQueueQuickConnectsCommandOutput,
|
|
@@ -637,6 +641,10 @@ import {
|
|
|
637
641
|
DisassociatePhoneNumberContactFlowCommandInput,
|
|
638
642
|
DisassociatePhoneNumberContactFlowCommandOutput,
|
|
639
643
|
} from "./commands/DisassociatePhoneNumberContactFlowCommand";
|
|
644
|
+
import {
|
|
645
|
+
DisassociateQueueEmailAddressesCommandInput,
|
|
646
|
+
DisassociateQueueEmailAddressesCommandOutput,
|
|
647
|
+
} from "./commands/DisassociateQueueEmailAddressesCommand";
|
|
640
648
|
import {
|
|
641
649
|
DisassociateQueueQuickConnectsCommandInput,
|
|
642
650
|
DisassociateQueueQuickConnectsCommandOutput,
|
|
@@ -885,6 +893,10 @@ import {
|
|
|
885
893
|
ListPromptsCommandInput,
|
|
886
894
|
ListPromptsCommandOutput,
|
|
887
895
|
} from "./commands/ListPromptsCommand";
|
|
896
|
+
import {
|
|
897
|
+
ListQueueEmailAddressesCommandInput,
|
|
898
|
+
ListQueueEmailAddressesCommandOutput,
|
|
899
|
+
} from "./commands/ListQueueEmailAddressesCommand";
|
|
888
900
|
import {
|
|
889
901
|
ListQueueQuickConnectsCommandInput,
|
|
890
902
|
ListQueueQuickConnectsCommandOutput,
|
|
@@ -1522,6 +1534,7 @@ export type ServiceInputTypes =
|
|
|
1522
1534
|
| AssociateLambdaFunctionCommandInput
|
|
1523
1535
|
| AssociateLexBotCommandInput
|
|
1524
1536
|
| AssociatePhoneNumberContactFlowCommandInput
|
|
1537
|
+
| AssociateQueueEmailAddressesCommandInput
|
|
1525
1538
|
| AssociateQueueQuickConnectsCommandInput
|
|
1526
1539
|
| AssociateRoutingProfileQueuesCommandInput
|
|
1527
1540
|
| AssociateSecurityKeyCommandInput
|
|
@@ -1657,6 +1670,7 @@ export type ServiceInputTypes =
|
|
|
1657
1670
|
| DisassociateLambdaFunctionCommandInput
|
|
1658
1671
|
| DisassociateLexBotCommandInput
|
|
1659
1672
|
| DisassociatePhoneNumberContactFlowCommandInput
|
|
1673
|
+
| DisassociateQueueEmailAddressesCommandInput
|
|
1660
1674
|
| DisassociateQueueQuickConnectsCommandInput
|
|
1661
1675
|
| DisassociateRoutingProfileQueuesCommandInput
|
|
1662
1676
|
| DisassociateSecurityKeyCommandInput
|
|
@@ -1719,6 +1733,7 @@ export type ServiceInputTypes =
|
|
|
1719
1733
|
| ListPhoneNumbersV2CommandInput
|
|
1720
1734
|
| ListPredefinedAttributesCommandInput
|
|
1721
1735
|
| ListPromptsCommandInput
|
|
1736
|
+
| ListQueueEmailAddressesCommandInput
|
|
1722
1737
|
| ListQueueQuickConnectsCommandInput
|
|
1723
1738
|
| ListQueuesCommandInput
|
|
1724
1739
|
| ListQuickConnectsCommandInput
|
|
@@ -1887,6 +1902,7 @@ export type ServiceOutputTypes =
|
|
|
1887
1902
|
| AssociateLambdaFunctionCommandOutput
|
|
1888
1903
|
| AssociateLexBotCommandOutput
|
|
1889
1904
|
| AssociatePhoneNumberContactFlowCommandOutput
|
|
1905
|
+
| AssociateQueueEmailAddressesCommandOutput
|
|
1890
1906
|
| AssociateQueueQuickConnectsCommandOutput
|
|
1891
1907
|
| AssociateRoutingProfileQueuesCommandOutput
|
|
1892
1908
|
| AssociateSecurityKeyCommandOutput
|
|
@@ -2022,6 +2038,7 @@ export type ServiceOutputTypes =
|
|
|
2022
2038
|
| DisassociateLambdaFunctionCommandOutput
|
|
2023
2039
|
| DisassociateLexBotCommandOutput
|
|
2024
2040
|
| DisassociatePhoneNumberContactFlowCommandOutput
|
|
2041
|
+
| DisassociateQueueEmailAddressesCommandOutput
|
|
2025
2042
|
| DisassociateQueueQuickConnectsCommandOutput
|
|
2026
2043
|
| DisassociateRoutingProfileQueuesCommandOutput
|
|
2027
2044
|
| DisassociateSecurityKeyCommandOutput
|
|
@@ -2084,6 +2101,7 @@ export type ServiceOutputTypes =
|
|
|
2084
2101
|
| ListPhoneNumbersV2CommandOutput
|
|
2085
2102
|
| ListPredefinedAttributesCommandOutput
|
|
2086
2103
|
| ListPromptsCommandOutput
|
|
2104
|
+
| ListQueueEmailAddressesCommandOutput
|
|
2087
2105
|
| ListQueueQuickConnectsCommandOutput
|
|
2088
2106
|
| ListQueuesCommandOutput
|
|
2089
2107
|
| ListQuickConnectsCommandOutput
|