@cdklabs/cdk-construct-connect-datalake 0.0.12 → 0.0.14
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/.jsii +11 -11
- package/.jsii.tabl.json +1 -1
- package/lib/index.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/README.md +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/package.json +10 -10
- package/node_modules/@aws-sdk/client-connect/README.md +11 -6
- package/node_modules/@aws-sdk/client-connect/dist-cjs/schemas/schemas_0.js +74 -47
- package/node_modules/@aws-sdk/client-connect/dist-es/schemas/schemas_0.js +43 -16
- package/node_modules/@aws-sdk/client-connect/dist-types/Connect.d.ts +12 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/ConnectClient.d.ts +12 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateVocabularyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetMetricDataV2Command.d.ts +2 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchContactsCommand.d.ts +17 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchPromptsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchQueuesCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/index.d.ts +12 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_0.d.ts +40 -37
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_1.d.ts +152 -59
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_2.d.ts +69 -63
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_3.d.ts +72 -16
- package/node_modules/@aws-sdk/client-connect/dist-types/schemas/schemas_0.d.ts +3 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetMetricDataV2Command.d.ts +2 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_0.d.ts +9 -10
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_1.d.ts +9 -10
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_2.d.ts +19 -15
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_3.d.ts +17 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
- package/node_modules/@aws-sdk/client-connect/package.json +10 -10
- package/node_modules/@aws-sdk/client-glue/README.md +14 -0
- package/node_modules/@aws-sdk/client-glue/dist-cjs/index.js +44 -4
- package/node_modules/@aws-sdk/client-glue/dist-cjs/models/errors.js +16 -1
- package/node_modules/@aws-sdk/client-glue/dist-cjs/schemas/schemas_0.js +133 -51
- package/node_modules/@aws-sdk/client-glue/dist-es/Glue.js +4 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetDashboardUrlCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetSessionEndpointCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/index.js +2 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/models/enums.js +14 -4
- package/node_modules/@aws-sdk/client-glue/dist-es/models/errors.js +14 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/schemas/schemas_0.js +108 -26
- package/node_modules/@aws-sdk/client-glue/dist-types/Glue.d.ts +14 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/GlueClient.d.ts +4 -2
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateSessionCommand.d.ts +5 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDashboardUrlCommand.d.ts +93 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetMLTaskRunCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetSessionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetSessionEndpointCommand.d.ts +101 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableCommand.d.ts +121 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableVersionCommand.d.ts +118 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableVersionsCommand.d.ts +118 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTablesCommand.d.ts +119 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +118 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListSessionsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/RunStatementCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/SearchTablesCommand.d.ts +118 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateDatabaseCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/models/enums.d.ts +38 -12
- package/node_modules/@aws-sdk/client-glue/dist-types/models/errors.d.ts +17 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_1.d.ts +41 -28
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_2.d.ts +156 -102
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_3.d.ts +107 -2
- package/node_modules/@aws-sdk/client-glue/dist-types/schemas/schemas_0.d.ts +9 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/Glue.d.ts +34 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/GlueClient.d.ts +12 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDashboardUrlCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetSessionEndpointCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateDataQualityRulesetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/enums.d.ts +19 -6
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/errors.d.ts +8 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_1.d.ts +12 -7
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_2.d.ts +36 -23
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_3.d.ts +24 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -0
- package/node_modules/@aws-sdk/client-glue/package.json +10 -10
- package/node_modules/@aws-sdk/client-lakeformation/package.json +10 -10
- package/node_modules/@aws-sdk/client-ram/package.json +10 -10
- package/node_modules/@aws-sdk/client-sts/package.json +12 -12
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +47 -2291
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +12 -6
- package/node_modules/@aws-sdk/core/dist-es/index.js +3 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +11 -6
- package/node_modules/@aws-sdk/core/dist-types/index.d.ts +5 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +5 -5
- package/node_modules/@aws-sdk/core/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-env/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-http/package.json +11 -10
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +15 -15
- package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-process/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +4 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +4 -1
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +12 -10
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +8 -8
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +99 -106
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +62 -120
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +55 -86
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +73 -104
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +102 -185
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +21 -57
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +73 -41
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +20 -52
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +36 -59
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +17 -45
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +32 -32
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +17 -45
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +50 -50
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +34 -96
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +3 -6
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +63 -80
- package/node_modules/@aws-sdk/nested-clients/package.json +11 -11
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +10 -9
- package/node_modules/@aws-sdk/token-providers/package.json +8 -8
- package/node_modules/@aws-sdk/types/package.json +4 -4
- package/node_modules/@aws-sdk/util-locate-window/package.json +3 -3
- package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/CHANGELOG.md +8 -0
- package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/README.md +9 -0
- package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/package.json +4 -1
- package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/strnum.js +9 -1
- package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
- package/node_modules/@nodable/entities/package.json +4 -1
- package/node_modules/@nodable/entities/src/EntityDecoder.js +104 -3
- package/node_modules/@nodable/entities/src/index.d.ts +77 -0
- package/node_modules/@nodable/entities/src/index.js +1 -1
- package/node_modules/@smithy/core/dist-cjs/index.js +13 -15
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +29 -31
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.browser.js +2 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js +7 -9
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.native.js +3 -5
- package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +22 -23
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.browser.js +10 -11
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.js +38 -39
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.native.js +10 -11
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.browser.js +14 -17
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +20 -23
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.browser.js +9 -11
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +11 -13
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +59 -60
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +26 -27
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +28 -29
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +5 -7
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +4 -6
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +23 -25
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +4 -6
- package/node_modules/@smithy/core/dist-cjs/submodules/transport/index.js +2 -4
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +1 -1
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-signing/httpSigningMiddleware.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/endpointMiddleware.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/StandardRetryStrategy.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/DefaultRateLimiter.js +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
- package/node_modules/@smithy/core/package.json +18 -17
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +23 -24
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +2 -2
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/node-http.js +2 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/node-http.d.ts +2 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +6 -8
- package/node_modules/@smithy/fetch-http-handler/package.json +10 -10
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +15 -15
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +7 -6
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +2 -1
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2.js +2 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-https.js +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-https.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/package.json +8 -8
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +27 -29
- package/node_modules/@smithy/signature-v4/package.json +7 -7
- package/node_modules/@smithy/types/dist-cjs/index.js +23 -18
- package/node_modules/@smithy/types/package.json +10 -10
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/package.json +3 -3
- package/node_modules/@types/aws-lambda/trigger/api-gateway-proxy.d.ts +2 -0
- package/node_modules/anynum/LICENSE +21 -0
- package/node_modules/anynum/README.md +142 -0
- package/node_modules/anynum/anynum.js +135 -0
- package/node_modules/anynum/digitTable.js +116 -0
- package/node_modules/anynum/package.json +42 -0
- package/node_modules/watchpack/README.md +9 -0
- package/node_modules/watchpack/lib/DirectoryWatcher.js +182 -25
- package/node_modules/watchpack/lib/index.js +55 -15
- package/node_modules/watchpack/lib/reducePlan.js +56 -35
- package/node_modules/watchpack/lib/util/globToRegExp.js +142 -0
- package/node_modules/watchpack/lib/watchEventSource.js +18 -10
- package/node_modules/watchpack/package.json +17 -23
- package/node_modules/watchpack/types/DirectoryWatcher.d.ts +2 -0
- package/node_modules/watchpack/types/index.d.ts +121 -113
- package/node_modules/watchpack/types/util/globToRegExp.d.ts +2 -0
- package/node_modules/watchpack/types/watchpack.d.ts +1 -1
- package/node_modules/which-typed-array/CHANGELOG.md +7 -0
- package/node_modules/which-typed-array/eslint.config.mjs +1 -0
- package/node_modules/which-typed-array/index.d.ts +22 -31
- package/node_modules/which-typed-array/index.js +36 -23
- package/node_modules/which-typed-array/package.json +4 -7
- package/package.json +14 -14
- package/node_modules/glob-to-regexp/.travis.yml +0 -4
- package/node_modules/glob-to-regexp/README.md +0 -75
- package/node_modules/glob-to-regexp/index.js +0 -130
- package/node_modules/glob-to-regexp/package.json +0 -23
- package/node_modules/glob-to-regexp/test.js +0 -235
- /package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/LICENSE +0 -0
|
@@ -1,5 +1,41 @@
|
|
|
1
1
|
import type { AgentAvailabilityTimer, AttachmentScope, AutoEvaluationStatus, Channel, Comparison, ContactFlowModuleState, ContactFlowModuleStatus, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactMetricName, ContactParticipantRole, ContactState, CurrentMetricName, DataTableAttributeValueType, DataTableLockLevel, DataTableStatus, DirectoryType, EndpointType, EntityType, EvaluationQuestionAnswerAnalysisType, EvaluationStatus, EvaluationSuggestedAnswerStatus, EvaluationTranscriptType, EvaluationType, FileStatusType, FileUseCaseType, FilterV2StringConditionComparisonOperator, FlowAssociationResourceType, Grouping, HistoricalMetricName, InstanceAttributeType, InstanceReplicationStatus, InstanceStatus, InstanceStorageResourceType, IntervalPeriod, LocaleCode, MediaStreamType, MediaType, NextContactType, NotificationPriority, OperationalStatus, OverrideType, ParticipantType, PhoneNumberCountryCode, PhoneNumberType, PhoneNumberWorkflowStatus, QuestionRuleCategoryAutomationCondition, QueueStatus, QuickConnectType, RecordingStatus, RulePublishStatus, SortOrder, Statistic, Status, StorageType, TestCaseStatus, TrafficDistributionGroupStatus, Unit, Visibility, VocabularyLanguageCode, VocabularyState, WorkspaceFontFamily } from "./enums";
|
|
2
|
-
import type { AfterContactWorkConfigPerChannel, AgentContactReference, AgentQualityMetrics, AgentsCriteria, AgentStatus, AgentStatusIdentifier, AgentStatusReference, AiAgentInfo, AliasConfiguration, AllowedExtension, AudioQualityMetricsInfo, AutoAcceptConfig, CreatedByInfo, DataTableLockVersion, DeviceInfo, ExternalInvocationConfiguration, FailedBatchAssociationSummary, GranularAccessControlConfiguration, HoursOfOperationConfig, HoursOfOperationOverrideConfig,
|
|
2
|
+
import type { AfterContactWorkConfigPerChannel, AgentContactReference, AgentQualityMetrics, AgentsCriteria, AgentStatus, AgentStatusIdentifier, AgentStatusReference, AiAgentInfo, AliasConfiguration, AllowedExtension, AudioQualityMetricsInfo, AutoAcceptConfig, CreatedByInfo, DataTableLockVersion, DeviceInfo, ExternalInvocationConfiguration, FailedBatchAssociationSummary, GranularAccessControlConfiguration, HoursOfOperationConfig, HoursOfOperationOverrideConfig, InstanceStorageConfig, LexBot, LexV2Bot, MediaConcurrency, OutboundCallerConfig, OutboundEmailConfig, OverrideTimeSlice, ParticipantCapabilities, PersistentConnectionConfig, PhoneNumberConfig, PredefinedAttributeValues, PrimaryValue, QueueReference, QuickConnectConfig, RecurrenceConfig, RoutingProfileQueueReference, RuleAction, RuleTriggerEventSource, SecurityProfileItem, SuccessfulBatchAssociationSummary, TestCaseEntryPoint, UserIdentityInfo, UserPhoneConfig, Validation, View, VoiceEnhancementConfig } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface CreateVocabularyResponse {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The Amazon Resource Name (ARN) of the custom vocabulary.</p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
VocabularyArn: string | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* <p>The identifier of the custom vocabulary.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
VocabularyId: string | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* <p>The current state of the custom vocabulary.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
State: VocabularyState | undefined;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* <p>Contains logo image configuration for workspace themes.</p>
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
export interface ImagesLogo {
|
|
28
|
+
/**
|
|
29
|
+
* <p>The default logo image displayed in the workspace.</p>
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
Default?: string | undefined;
|
|
33
|
+
/**
|
|
34
|
+
* <p>The favicon image displayed in the browser tab.</p>
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
Favicon?: string | undefined;
|
|
38
|
+
}
|
|
3
39
|
/**
|
|
4
40
|
* <p>Contains image configuration for a workspace theme.</p>
|
|
5
41
|
* @public
|
|
@@ -7609,7 +7645,11 @@ export interface GetMetricDataV2Request {
|
|
|
7609
7645
|
* </p>
|
|
7610
7646
|
* <p>The following are valid filter keys for a <code>GetMetricDataV2</code> request:</p>
|
|
7611
7647
|
* <p>
|
|
7612
|
-
* <code>AGENT</code> | <code>
|
|
7648
|
+
* <code>AGENT</code> | <code>AI_AGENT</code> | <code>AI_AGENT_ID</code> | <code>AI_AGENT_NAME</code> |
|
|
7649
|
+
* <code>AI_AGENT_TYPE</code> | <code>AI_PROMPT</code> | <code>AI_PROMPT_ID</code> |
|
|
7650
|
+
* <code>AI_PROMPT_NAME</code> | <code>AI_PROMPT_TYPE</code> | <code>AI_TOOL_ID</code> |
|
|
7651
|
+
* <code>AI_TOOL_NAME</code> | <code>AI_TOOL_TYPE</code> | <code>AI_USE_CASE</code> |
|
|
7652
|
+
* <code>AGENT_HIERARCHY_LEVEL_ONE</code> | <code>AGENT_HIERARCHY_LEVEL_TWO</code> |
|
|
7613
7653
|
* <code>AGENT_HIERARCHY_LEVEL_THREE</code> | <code>AGENT_HIERARCHY_LEVEL_FOUR</code> |
|
|
7614
7654
|
* <code>AGENT_HIERARCHY_LEVEL_FIVE</code> | <code>ANSWERING_MACHINE_DETECTION_STATUS</code> |
|
|
7615
7655
|
* <code>BOT_ALIAS</code> | <code>BOT_ID</code> | <code>BOT_INTENT_NAME</code> | <code>BOT_LOCALE</code> |
|
|
@@ -7624,11 +7664,11 @@ export interface GetMetricDataV2Request {
|
|
|
7624
7664
|
* <code>FLOWS_OUTCOME_TYPE</code> | <code>FLOWS_RESOURCE_ID</code> | <code>FORM_VERSION</code> |
|
|
7625
7665
|
* <code>INITIATING_FLOW</code> | <code>INITIATION_METHOD</code> |
|
|
7626
7666
|
* <code>INVOKING_RESOURCE_PUBLISHED_TIMESTAMP</code> | <code>INVOKING_RESOURCE_TYPE</code> |
|
|
7627
|
-
* <code>
|
|
7628
|
-
* <code>
|
|
7629
|
-
* <code>ROUTING_STEP_EXPRESSION</code> | <code>
|
|
7630
|
-
* <code>
|
|
7631
|
-
* <code>TEST_CASE_EXECUTION_STATE</code>
|
|
7667
|
+
* <code>KNOWLEDGE_BASE_NAME</code> | <code>PARENT_FLOWS_RESOURCE_ID</code> |
|
|
7668
|
+
* <code>Q_CONNECT_ENABLED</code> | <code>QUEUE</code> | <code>RESOURCE_PUBLISHED_TIMESTAMP</code> |
|
|
7669
|
+
* <code>ROUTING_PROFILE</code> | <code>ROUTING_STEP_EXPRESSION</code> | <code>SESSION_ID</code> |
|
|
7670
|
+
* <code>TEST_CASE</code> | <code>TEST_CASE_EXECUTION_FAILURE_REASON</code> |
|
|
7671
|
+
* <code>TEST_CASE_EXECUTION_RESULT</code> | <code>TEST_CASE_EXECUTION_STATE</code>
|
|
7632
7672
|
* </p>
|
|
7633
7673
|
* <note>
|
|
7634
7674
|
* <p>The following filter keys correspond to Connect Customer resources and are used for authorizing requests.
|
|
@@ -7703,7 +7743,12 @@ export interface GetMetricDataV2Request {
|
|
|
7703
7743
|
* metrics returned are grouped by queue. The values that are returned apply to the metrics for each queue. They are not
|
|
7704
7744
|
* aggregated for all queues.</p>
|
|
7705
7745
|
* <p>If no grouping is specified, a summary of all metrics is returned.</p>
|
|
7706
|
-
* <p>Valid grouping keys: <code>AGENT</code> | <code>
|
|
7746
|
+
* <p>Valid grouping keys: <code>AGENT</code> | <code>AI_AGENT</code> | <code>AI_AGENT_ID</code> |
|
|
7747
|
+
* <code>AI_AGENT_NAME</code> | <code>AI_AGENT_NAME_VERSION</code> | <code>AI_AGENT_TYPE</code> |
|
|
7748
|
+
* <code>AI_PROMPT</code> | <code>AI_PROMPT_ID</code> | <code>AI_PROMPT_NAME</code> |
|
|
7749
|
+
* <code>AI_PROMPT_NAME_VERSION</code> | <code>AI_PROMPT_TYPE</code> | <code>AI_TOOL_ID</code> |
|
|
7750
|
+
* <code>AI_TOOL_NAME</code> | <code>AI_TOOL_TYPE</code> | <code>AI_USE_CASE</code> |
|
|
7751
|
+
* <code>AGENT_HIERARCHY_LEVEL_ONE</code> |
|
|
7707
7752
|
* <code>AGENT_HIERARCHY_LEVEL_TWO</code> | <code>AGENT_HIERARCHY_LEVEL_THREE</code> |
|
|
7708
7753
|
* <code>AGENT_HIERARCHY_LEVEL_FOUR</code> | <code>AGENT_HIERARCHY_LEVEL_FIVE</code> |
|
|
7709
7754
|
* <code>ANSWERING_MACHINE_DETECTION_STATUS</code> | <code>BOT_ID</code> | <code>BOT_ALIAS</code> |
|
|
@@ -7716,10 +7761,16 @@ export interface GetMetricDataV2Request {
|
|
|
7716
7761
|
* <code>FLOWS_MODULE_RESOURCE_ID</code> | <code>FLOW_ACTION_ID</code> | <code>FLOW_TYPE</code> |
|
|
7717
7762
|
* <code>FLOWS_OUTCOME_TYPE</code> | <code>FORM_VERSION</code> | <code>INITIATION_METHOD</code> |
|
|
7718
7763
|
* <code>INVOKING_RESOURCE_PUBLISHED_TIMESTAMP</code> | <code>INVOKING_RESOURCE_TYPE</code> |
|
|
7764
|
+
* <code>KNOWLEDGE_ARTICLE_NAME</code> | <code>KNOWLEDGE_BASE_NAME</code> |
|
|
7719
7765
|
* <code>PARENT_FLOWS_RESOURCE_ID</code> | <code>Q_CONNECT_ENABLED</code> | <code>QUEUE</code> |
|
|
7720
7766
|
* <code>RESOURCE_PUBLISHED_TIMESTAMP</code> | <code>ROUTING_PROFILE</code> | <code>ROUTING_STEP_EXPRESSION</code> |
|
|
7721
|
-
* <code>
|
|
7767
|
+
* <code>SESSION_ID</code> | <code>TEST_CASE</code> | <code>TEST_CASE_EXECUTION_FAILURE_REASON</code> |
|
|
7768
|
+
* <code>TEST_CASE_INVOCATION_METHOD</code>
|
|
7722
7769
|
* </p>
|
|
7770
|
+
* <note>
|
|
7771
|
+
* <p>
|
|
7772
|
+
* <code>AI_AGENT_NAME_VERSION</code>, <code>AI_PROMPT_NAME_VERSION</code>, and <code>KNOWLEDGE_ARTICLE_NAME</code> are valid groupings but not valid filters.</p>
|
|
7773
|
+
* </note>
|
|
7723
7774
|
* <p>API, SCHEDULE, and EVENT are the only valid filterValues for TEST_CASE_INVOCATION_METHOD.</p>
|
|
7724
7775
|
* <p>OBSERVE_EVENT, SEND_INSTRUCTION, ASSERT_DATA, and OVERRIDE_SYSTEM_BEHAVIOR are the only valid filterValues for
|
|
7725
7776
|
* TEST_CASE_EXECUTION_FAILURE_REASON</p>
|
|
@@ -7996,7 +8047,7 @@ export interface GetMetricDataV2Request {
|
|
|
7996
8047
|
* <dt>AVG_HANDLE_TIME</dt>
|
|
7997
8048
|
* <dd>
|
|
7998
8049
|
* <p>Unit: Seconds</p>
|
|
7999
|
-
* <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature,
|
|
8050
|
+
* <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, AI Use Case, Feature,
|
|
8000
8051
|
* contact/segmentAttributes/connect:Subtype, RoutingStepExpression</p>
|
|
8001
8052
|
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-handle-time">Average handle time</a>
|
|
8002
8053
|
* </p>
|
|
@@ -8015,15 +8066,15 @@ export interface GetMetricDataV2Request {
|
|
|
8015
8066
|
* <dt>AI_HANDOFF_RATE</dt>
|
|
8016
8067
|
* <dd>
|
|
8017
8068
|
* <p>Unit: Percent</p>
|
|
8018
|
-
* <p>Valid groupings and filters: AI Use Case, Channel, Queue, Routing Profile</p>
|
|
8069
|
+
* <p>Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent Type, AI Use Case, Channel, Queue, Routing Profile</p>
|
|
8019
8070
|
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-handoff-rate">AI Handoff Rate</a>
|
|
8020
8071
|
* </p>
|
|
8021
8072
|
* </dd>
|
|
8022
8073
|
* <dt>AI_HANDOFFS</dt>
|
|
8023
8074
|
* <dd>
|
|
8024
8075
|
* <p>Unit: Count</p>
|
|
8025
|
-
* <p>Valid groupings and filters: AI Use Case, Channel, Queue, Routing Profile</p>
|
|
8026
|
-
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-handoffs">AI
|
|
8076
|
+
* <p>Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent Type, AI Use Case, Channel, Queue, Routing Profile</p>
|
|
8077
|
+
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-handoffs">AI Handoff Count</a>
|
|
8027
8078
|
* </p>
|
|
8028
8079
|
* </dd>
|
|
8029
8080
|
* <dt>AI_AGENT_INVOCATION_SUCCESS</dt>
|
|
@@ -8053,7 +8104,29 @@ export interface GetMetricDataV2Request {
|
|
|
8053
8104
|
* <p>Unit: Count</p>
|
|
8054
8105
|
* <p>Valid groupings and filters: AI Agent, AI Agent Name, AI Agent Type, AI Agent Name Version, AI Use Case,
|
|
8055
8106
|
* Channel, Queue, Routing Profile</p>
|
|
8056
|
-
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-agent-invocations">AI Agent
|
|
8107
|
+
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-agent-invocations">AI Agent Invocation Count</a>
|
|
8108
|
+
* </p>
|
|
8109
|
+
* <note>
|
|
8110
|
+
* <p>AI Agent Name Version is not a valid filter but a valid grouping.</p>
|
|
8111
|
+
* </note>
|
|
8112
|
+
* </dd>
|
|
8113
|
+
* <dt>AI_AGENT_RESPONSE_HELPFUL</dt>
|
|
8114
|
+
* <dd>
|
|
8115
|
+
* <p>Unit: Count</p>
|
|
8116
|
+
* <p>Valid groupings and filters: AI Agent, AI Agent ID, AI Agent Name, AI Agent Name Version, AI Agent Type, AI Use Case, Channel,
|
|
8117
|
+
* Queue, Routing Profile</p>
|
|
8118
|
+
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-agent-response-helpful">AI Agent Response Helpful</a>
|
|
8119
|
+
* </p>
|
|
8120
|
+
* <note>
|
|
8121
|
+
* <p>AI Agent Name Version is not a valid filter but a valid grouping.</p>
|
|
8122
|
+
* </note>
|
|
8123
|
+
* </dd>
|
|
8124
|
+
* <dt>AI_AGENT_RESPONSE_NOT_HELPFUL</dt>
|
|
8125
|
+
* <dd>
|
|
8126
|
+
* <p>Unit: Count</p>
|
|
8127
|
+
* <p>Valid groupings and filters: AI Agent, AI Agent ID, AI Agent Name, AI Agent Name Version, AI Agent Type, AI Use Case, Channel,
|
|
8128
|
+
* Queue, Routing Profile</p>
|
|
8129
|
+
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-agent-response-not-helpful">AI Agent Response Not Helpful</a>
|
|
8057
8130
|
* </p>
|
|
8058
8131
|
* <note>
|
|
8059
8132
|
* <p>AI Agent Name Version is not a valid filter but a valid grouping.</p>
|
|
@@ -8062,14 +8135,14 @@ export interface GetMetricDataV2Request {
|
|
|
8062
8135
|
* <dt>AI_RESPONSE_COMPLETION_RATE</dt>
|
|
8063
8136
|
* <dd>
|
|
8064
8137
|
* <p>Unit: Percent</p>
|
|
8065
|
-
* <p>Valid groupings and filters: AI Use Case, Channel, Queue, Routing Profile</p>
|
|
8138
|
+
* <p>Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent Type, AI Use Case, Channel, Queue, Routing Profile</p>
|
|
8066
8139
|
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-response-completion-rate">AI Response Completion Rate</a>
|
|
8067
8140
|
* </p>
|
|
8068
8141
|
* </dd>
|
|
8069
8142
|
* <dt>AI_INVOLVED_CONTACTS</dt>
|
|
8070
8143
|
* <dd>
|
|
8071
8144
|
* <p>Unit: Count</p>
|
|
8072
|
-
* <p>Valid groupings and filters: AI Use Case, Channel, Queue, Routing Profile</p>
|
|
8145
|
+
* <p>Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent Type, AI Use Case, Channel, Queue, Routing Profile</p>
|
|
8073
8146
|
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-involved-contacts">AI Involved Contacts</a>
|
|
8074
8147
|
* </p>
|
|
8075
8148
|
* </dd>
|
|
@@ -8153,7 +8226,7 @@ export interface GetMetricDataV2Request {
|
|
|
8153
8226
|
* <dt>AVG_AI_CONVERSATION_TURNS</dt>
|
|
8154
8227
|
* <dd>
|
|
8155
8228
|
* <p>Unit: Count</p>
|
|
8156
|
-
* <p>Valid groupings and filters: AI Use Case, Channel, Queue, Routing Profile</p>
|
|
8229
|
+
* <p>Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent Type, AI Use Case, Channel, Queue, Routing Profile</p>
|
|
8157
8230
|
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-ai-conversation-turns">Average AI Conversation Turns</a>
|
|
8158
8231
|
* </p>
|
|
8159
8232
|
* </dd>
|
|
@@ -8179,6 +8252,63 @@ export interface GetMetricDataV2Request {
|
|
|
8179
8252
|
* <p>AI Agent Name Version is not a valid filter but a valid grouping.</p>
|
|
8180
8253
|
* </note>
|
|
8181
8254
|
* </dd>
|
|
8255
|
+
* <dt>AI_TOOL_PARAMETER_ACCURACY</dt>
|
|
8256
|
+
* <dd>
|
|
8257
|
+
* <p>Unit: Double</p>
|
|
8258
|
+
* <p>Valid groupings and filters: AI Agent, AI Agent ID, AI Agent Name, AI Agent Name Version, AI Agent Type,
|
|
8259
|
+
* AI Tool ID, AI Tool Name, AI Tool Type, AI Use Case, Channel, Queue, Routing Profile</p>
|
|
8260
|
+
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-tool-parameter-accuracy">AI Tool Parameter Accuracy</a>
|
|
8261
|
+
* </p>
|
|
8262
|
+
* <note>
|
|
8263
|
+
* <p>AI Agent Name Version is not a valid filter but a valid grouping.</p>
|
|
8264
|
+
* </note>
|
|
8265
|
+
* </dd>
|
|
8266
|
+
* <dt>AI_TOOL_SELECTION_ACCURACY</dt>
|
|
8267
|
+
* <dd>
|
|
8268
|
+
* <p>Unit: Double</p>
|
|
8269
|
+
* <p>Valid groupings and filters: AI Agent, AI Agent ID, AI Agent Name, AI Agent Name Version, AI Agent Type,
|
|
8270
|
+
* AI Tool ID, AI Tool Name, AI Tool Type, AI Use Case, Channel, Queue, Routing Profile</p>
|
|
8271
|
+
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-tool-selection-accuracy">AI Tool Selection Accuracy</a>
|
|
8272
|
+
* </p>
|
|
8273
|
+
* <note>
|
|
8274
|
+
* <p>AI Agent Name Version is not a valid filter but a valid grouping.</p>
|
|
8275
|
+
* </note>
|
|
8276
|
+
* </dd>
|
|
8277
|
+
* <dt>AI_TOOL_UTILIZATION_ACCURACY</dt>
|
|
8278
|
+
* <dd>
|
|
8279
|
+
* <p>Unit: Double</p>
|
|
8280
|
+
* <p>Valid groupings and filters: AI Agent, AI Agent ID, AI Agent Name, AI Agent Name Version, AI Agent Type,
|
|
8281
|
+
* AI Tool ID, AI Tool Name, AI Tool Type, AI Use Case, Channel, Queue, Routing Profile, Session ID</p>
|
|
8282
|
+
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-tool-utilization-accuracy">AI Tool Utilization Accuracy</a>
|
|
8283
|
+
* </p>
|
|
8284
|
+
* <note>
|
|
8285
|
+
* <p>AI Agent Name Version is not a valid filter but a valid grouping.</p>
|
|
8286
|
+
* </note>
|
|
8287
|
+
* </dd>
|
|
8288
|
+
* <dt>COMPLETENESS_SCORE</dt>
|
|
8289
|
+
* <dd>
|
|
8290
|
+
* <p>Unit: Double</p>
|
|
8291
|
+
* <p>Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent Type, AI Use Case, Channel, Queue,
|
|
8292
|
+
* Routing Profile, Session ID</p>
|
|
8293
|
+
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#completeness-score">Completeness Score</a>
|
|
8294
|
+
* </p>
|
|
8295
|
+
* </dd>
|
|
8296
|
+
* <dt>FAITHFULNESS_SCORE</dt>
|
|
8297
|
+
* <dd>
|
|
8298
|
+
* <p>Unit: Double</p>
|
|
8299
|
+
* <p>Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent Type, AI Use Case, Channel, Queue,
|
|
8300
|
+
* Routing Profile, Session ID</p>
|
|
8301
|
+
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#faithfulness-score">Faithfulness Score</a>
|
|
8302
|
+
* </p>
|
|
8303
|
+
* </dd>
|
|
8304
|
+
* <dt>GOAL_SUCCESS_RATE</dt>
|
|
8305
|
+
* <dd>
|
|
8306
|
+
* <p>Unit: Double</p>
|
|
8307
|
+
* <p>Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent Type, AI Use Case, Channel, Queue,
|
|
8308
|
+
* Routing Profile, Session ID</p>
|
|
8309
|
+
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#goal-success-rate">Goal Success Rate</a>
|
|
8310
|
+
* </p>
|
|
8311
|
+
* </dd>
|
|
8182
8312
|
* <dt>KNOWLEDGE_CONTENT_REFERENCES</dt>
|
|
8183
8313
|
* <dd>
|
|
8184
8314
|
* <p>Unit: Count</p>
|
|
@@ -8190,35 +8320,35 @@ export interface GetMetricDataV2Request {
|
|
|
8190
8320
|
* <dt>PROACTIVE_INTENT_ENGAGEMENT_RATE</dt>
|
|
8191
8321
|
* <dd>
|
|
8192
8322
|
* <p>Unit: Percent</p>
|
|
8193
|
-
* <p>Valid groupings and filters: AI Use Case, Channel, Queue, Routing Profile</p>
|
|
8323
|
+
* <p>Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent Type, AI Use Case, Channel, Queue, Routing Profile</p>
|
|
8194
8324
|
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#proactive-intents-engagement-rate">Proactive Intent Engagement Rate</a>
|
|
8195
8325
|
* </p>
|
|
8196
8326
|
* </dd>
|
|
8197
8327
|
* <dt>PROACTIVE_INTENT_RESPONSE_RATE</dt>
|
|
8198
8328
|
* <dd>
|
|
8199
8329
|
* <p>Unit: Percent</p>
|
|
8200
|
-
* <p>Valid groupings and filters: AI Use Case, Channel, Queue, Routing Profile
|
|
8330
|
+
* <p>Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent Type, AI Use Case, Channel, Queue, Routing Profile</p>
|
|
8201
8331
|
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#proactive-intents-response-rate">Proactive Intent Response Rate</a>
|
|
8202
8332
|
* </p>
|
|
8203
8333
|
* </dd>
|
|
8204
8334
|
* <dt>PROACTIVE_INTENTS_ANSWERED</dt>
|
|
8205
8335
|
* <dd>
|
|
8206
8336
|
* <p>Unit: Count</p>
|
|
8207
|
-
* <p>Valid groupings and filters: AI Use Case, Channel, Queue, Routing Profile</p>
|
|
8337
|
+
* <p>Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent Type, AI Use Case, Channel, Queue, Routing Profile</p>
|
|
8208
8338
|
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#proactive-intents-answered">Proactive Intents Answered</a>
|
|
8209
8339
|
* </p>
|
|
8210
8340
|
* </dd>
|
|
8211
8341
|
* <dt>PROACTIVE_INTENTS_DETECTED</dt>
|
|
8212
8342
|
* <dd>
|
|
8213
8343
|
* <p>Unit: Count</p>
|
|
8214
|
-
* <p>Valid groupings and filters: AI Use Case, Channel, Queue, Routing Profile</p>
|
|
8344
|
+
* <p>Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent Type, AI Use Case, Channel, Queue, Routing Profile</p>
|
|
8215
8345
|
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#proactive-intents-detected">Proactive Intents Detected</a>
|
|
8216
8346
|
* </p>
|
|
8217
8347
|
* </dd>
|
|
8218
8348
|
* <dt>PROACTIVE_INTENTS_ENGAGED</dt>
|
|
8219
8349
|
* <dd>
|
|
8220
8350
|
* <p>Unit: Count</p>
|
|
8221
|
-
* <p>Valid groupings and filters: AI Use Case, Channel, Queue, Routing Profile</p>
|
|
8351
|
+
* <p>Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent Type, AI Use Case, Channel, Queue, Routing Profile</p>
|
|
8222
8352
|
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#proactive-intents-engaged">Proactive Intents Engaged</a>
|
|
8223
8353
|
* </p>
|
|
8224
8354
|
* </dd>
|
|
@@ -9180,40 +9310,3 @@ export interface MetricInterval {
|
|
|
9180
9310
|
*/
|
|
9181
9311
|
EndTime?: Date | undefined;
|
|
9182
9312
|
}
|
|
9183
|
-
/**
|
|
9184
|
-
* <p>Contains information about the metric results.</p>
|
|
9185
|
-
* @public
|
|
9186
|
-
*/
|
|
9187
|
-
export interface MetricResultV2 {
|
|
9188
|
-
/**
|
|
9189
|
-
* <p>The dimension for the metrics.</p>
|
|
9190
|
-
* @public
|
|
9191
|
-
*/
|
|
9192
|
-
Dimensions?: Record<string, string> | undefined;
|
|
9193
|
-
/**
|
|
9194
|
-
* <p>The interval period with the start and end time for the metrics.</p>
|
|
9195
|
-
* @public
|
|
9196
|
-
*/
|
|
9197
|
-
MetricInterval?: MetricInterval | undefined;
|
|
9198
|
-
/**
|
|
9199
|
-
* <p>The set of metrics.</p>
|
|
9200
|
-
* @public
|
|
9201
|
-
*/
|
|
9202
|
-
Collections?: MetricDataV2[] | undefined;
|
|
9203
|
-
}
|
|
9204
|
-
/**
|
|
9205
|
-
* @public
|
|
9206
|
-
*/
|
|
9207
|
-
export interface GetMetricDataV2Response {
|
|
9208
|
-
/**
|
|
9209
|
-
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
9210
|
-
* @public
|
|
9211
|
-
*/
|
|
9212
|
-
NextToken?: string | undefined;
|
|
9213
|
-
/**
|
|
9214
|
-
* <p>Information about the metrics requested in the API request If no grouping is specified, a summary of metric data
|
|
9215
|
-
* is returned. </p>
|
|
9216
|
-
* @public
|
|
9217
|
-
*/
|
|
9218
|
-
MetricResults?: MetricResultV2[] | undefined;
|
|
9219
|
-
}
|
|
@@ -1,6 +1,43 @@
|
|
|
1
|
-
import type { AgentStatusType, ArtifactStatus, AttachmentScope, 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, TaskTemplateStatus, TestCaseExecutionStatus, TestCaseStatus, TrafficDistributionGroupStatus, UseCaseType, ViewStatus, ViewType, VocabularyLanguageCode } from "./enums";
|
|
2
|
-
import type { ActionSummary, AgentConfig, AgentHierarchyGroups, AgentStatus, AgentStatusSummary, AliasConfiguration, AnalyticsDataAssociationResult, Application, ControlPlaneAttributeFilter, DataTableLockVersion, Distribution, FlowAssociationSummary, FlowModule, InstanceStorageConfig, LexBot, LexV2Bot, PrimaryValueResponse, SecurityProfileItem, TagCondition, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, UserProficiency } from "./models_0";
|
|
3
|
-
import type { Attribute, ContactFlow, ContactFlowModule, DataTable, DataTableAttribute, EvaluationContactParticipant, EvaluationScore, ExtensionConfiguration, HierarchyGroupSummary, HoursOfOperation, HoursOfOperationOverride, HoursOfOperationsIdentifier,
|
|
1
|
+
import type { AgentStatusType, AiUseCase, ArtifactStatus, AttachmentScope, 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, TaskTemplateStatus, TestCaseExecutionStatus, TestCaseStatus, TrafficDistributionGroupStatus, UseCaseType, ViewStatus, ViewType, VocabularyLanguageCode } from "./enums";
|
|
2
|
+
import type { ActionSummary, AgentConfig, AgentHierarchyGroups, AgentStatus, AgentStatusSummary, AiAgentsCriteria, AliasConfiguration, AnalyticsDataAssociationResult, Application, ControlPlaneAttributeFilter, DataTableLockVersion, Distribution, FlowAssociationSummary, FlowModule, InstanceStorageConfig, LexBot, LexV2Bot, PrimaryValueResponse, SecurityProfileItem, TagCondition, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, UserProficiency } from "./models_0";
|
|
3
|
+
import type { Attribute, ContactFlow, ContactFlowModule, DataTable, DataTableAttribute, EvaluationContactParticipant, EvaluationScore, ExtensionConfiguration, HierarchyGroupSummary, HoursOfOperation, HoursOfOperationOverride, HoursOfOperationsIdentifier, MetricDataV2, MetricInterval, Notification, PredefinedAttribute } from "./models_1";
|
|
4
|
+
/**
|
|
5
|
+
* <p>Contains information about the metric results.</p>
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface MetricResultV2 {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The dimension for the metrics.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
Dimensions?: Record<string, string> | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>The interval period with the start and end time for the metrics.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
MetricInterval?: MetricInterval | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* <p>The set of metrics.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
Collections?: MetricDataV2[] | undefined;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
export interface GetMetricDataV2Response {
|
|
29
|
+
/**
|
|
30
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
NextToken?: string | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* <p>Information about the metrics requested in the API request If no grouping is specified, a summary of metric data
|
|
36
|
+
* is returned. </p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
MetricResults?: MetricResultV2[] | undefined;
|
|
40
|
+
}
|
|
4
41
|
/**
|
|
5
42
|
* @public
|
|
6
43
|
*/
|
|
@@ -6930,6 +6967,11 @@ export interface SearchCriteria {
|
|
|
6930
6967
|
* @public
|
|
6931
6968
|
*/
|
|
6932
6969
|
ContactTags?: ControlPlaneTagFilter | undefined;
|
|
6970
|
+
/**
|
|
6971
|
+
* <p>AI Agent search criteria definitions.</p>
|
|
6972
|
+
* @public
|
|
6973
|
+
*/
|
|
6974
|
+
AiAgents?: AiAgentsCriteria | undefined;
|
|
6933
6975
|
}
|
|
6934
6976
|
/**
|
|
6935
6977
|
* <p>A structure that defines the field name to sort by and a sort order.</p>
|
|
@@ -7000,6 +7042,30 @@ export interface ContactSearchSummaryAgentInfo {
|
|
|
7000
7042
|
*/
|
|
7001
7043
|
ConnectedToAgentTimestamp?: Date | undefined;
|
|
7002
7044
|
}
|
|
7045
|
+
/**
|
|
7046
|
+
* <p>Information of the AI agent involved in the contact.</p>
|
|
7047
|
+
* @public
|
|
7048
|
+
*/
|
|
7049
|
+
export interface ContactSearchSummaryAiAgentInfo {
|
|
7050
|
+
/**
|
|
7051
|
+
* <p>The unique identifier that specifies both the AI agent ID and its version number that was
|
|
7052
|
+
* involved in the contact.</p>
|
|
7053
|
+
* @public
|
|
7054
|
+
*/
|
|
7055
|
+
AiAgentVersionId?: string | undefined;
|
|
7056
|
+
/**
|
|
7057
|
+
* <p>A boolean flag indicating whether the contact initially handled by this AI agent was
|
|
7058
|
+
* escalated to a human agent.</p>
|
|
7059
|
+
* @public
|
|
7060
|
+
*/
|
|
7061
|
+
AiAgentEscalated?: boolean | undefined;
|
|
7062
|
+
/**
|
|
7063
|
+
* <p>The use case or scenario for which the AI agent is involved in the contact. Valid values
|
|
7064
|
+
* are <code>AgentAssistance</code> and <code>SelfService</code>.</p>
|
|
7065
|
+
* @public
|
|
7066
|
+
*/
|
|
7067
|
+
AiUseCase?: AiUseCase | undefined;
|
|
7068
|
+
}
|
|
7003
7069
|
/**
|
|
7004
7070
|
* <p>If this contact was queued, this contains information about the queue.</p>
|
|
7005
7071
|
* @public
|
|
@@ -7480,63 +7546,3 @@ export interface PromptSearchFilter {
|
|
|
7480
7546
|
*/
|
|
7481
7547
|
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
7482
7548
|
}
|
|
7483
|
-
/**
|
|
7484
|
-
* @public
|
|
7485
|
-
*/
|
|
7486
|
-
export interface SearchPromptsResponse {
|
|
7487
|
-
/**
|
|
7488
|
-
* <p>Information about the prompts.</p>
|
|
7489
|
-
* @public
|
|
7490
|
-
*/
|
|
7491
|
-
Prompts?: Prompt[] | undefined;
|
|
7492
|
-
/**
|
|
7493
|
-
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
7494
|
-
* @public
|
|
7495
|
-
*/
|
|
7496
|
-
NextToken?: string | undefined;
|
|
7497
|
-
/**
|
|
7498
|
-
* <p>The total number of quick connects which matched your search query.</p>
|
|
7499
|
-
* @public
|
|
7500
|
-
*/
|
|
7501
|
-
ApproximateTotalCount?: number | undefined;
|
|
7502
|
-
}
|
|
7503
|
-
/**
|
|
7504
|
-
* <p>Filters to be applied to search results.</p>
|
|
7505
|
-
* @public
|
|
7506
|
-
*/
|
|
7507
|
-
export interface QueueSearchFilter {
|
|
7508
|
-
/**
|
|
7509
|
-
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
7510
|
-
* <code>OR</code> of <code>AND</code> (List of List) input where:</p>
|
|
7511
|
-
* <ul>
|
|
7512
|
-
* <li>
|
|
7513
|
-
* <p>Top level list specifies conditions that need to be applied with <code>OR</code> operator</p>
|
|
7514
|
-
* </li>
|
|
7515
|
-
* <li>
|
|
7516
|
-
* <p>Inner list specifies conditions that need to be applied with <code>AND</code> operator.</p>
|
|
7517
|
-
* </li>
|
|
7518
|
-
* </ul>
|
|
7519
|
-
* @public
|
|
7520
|
-
*/
|
|
7521
|
-
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
7522
|
-
}
|
|
7523
|
-
/**
|
|
7524
|
-
* @public
|
|
7525
|
-
*/
|
|
7526
|
-
export interface SearchQueuesResponse {
|
|
7527
|
-
/**
|
|
7528
|
-
* <p>Information about the queues.</p>
|
|
7529
|
-
* @public
|
|
7530
|
-
*/
|
|
7531
|
-
Queues?: Queue[] | undefined;
|
|
7532
|
-
/**
|
|
7533
|
-
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
7534
|
-
* @public
|
|
7535
|
-
*/
|
|
7536
|
-
NextToken?: string | undefined;
|
|
7537
|
-
/**
|
|
7538
|
-
* <p>The total number of queues which matched your search query.</p>
|
|
7539
|
-
* @public
|
|
7540
|
-
*/
|
|
7541
|
-
ApproximateTotalCount?: number | undefined;
|
|
7542
|
-
}
|
|
@@ -1,7 +1,67 @@
|
|
|
1
1
|
import type { AgentAvailabilityTimer, AgentStatusState, AnsweringMachineDetectionStatus, AttachmentScope, 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, StringComparisonType, TargetListType, TaskTemplateStatus, TestCaseExecutionStatus, TestCaseStatus, TimerEligibleParticipantRoles, TrafficType, ViewStatus, ViewType, Visibility, VocabularyLanguageCode, VocabularyState, VoiceRecordingTrack } from "./enums";
|
|
2
2
|
import type { AdditionalEmailRecipients, AfterContactWorkConfigPerChannel, AgentConfig, AgentInfo, AgentStatusSearchFilter, AllowedCapabilities, Application, AutoAcceptConfig, Campaign, ControlPlaneAttributeFilter, CreatedByInfo, DataTableLockVersion, Endpoint, EvaluationFormAutoEvaluationConfiguration, EvaluationFormItemEnablementExpression, EvaluationFormLanguageConfiguration, EvaluationFormQuestionTypeProperties, EvaluationFormScoringStrategy, EvaluationFormTargetConfiguration, EvaluationReviewConfiguration, FlowModule, GranularAccessControlConfiguration, HoursOfOperationConfig, HoursOfOperationOverrideConfig, InputPredefinedAttributeConfiguration, InstanceStorageConfig, MediaConcurrency, OutboundCallerConfig, OutboundEmailConfig, OutboundStrategy, PersistentConnectionConfig, PhoneNumberConfig, PredefinedAttributeValues, PrimaryValue, QuickConnectConfig, RecurrenceConfig, Reference, RoutingProfileQueueConfig, RuleAction, StringCondition, TagCondition, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, TestCaseEntryPoint, UserIdentityInfo, UserInfo, UserPhoneConfig, UserProficiency, Validation, View, ViewInputContent, VoiceEnhancementConfig } from "./models_0";
|
|
3
|
-
import type { AttributeCondition, ChatMetrics, ContactDetails, ContactEvaluation, Customer, CustomerVoiceActivity, DisconnectDetails, EndpointInfo, Evaluation, EvaluationAnswerData, EvaluationNote, Expiry, ExtensionConfiguration, GlobalResiliencyMetadata, HierarchyGroup, NextContactEntry, QualityMetrics, QueueInfo, QuickConnect, RecordingInfo, RoutingProfile, TaskTemplateInfoV2, TestCase, WisdomInfo, WorkspaceTheme } from "./models_1";
|
|
4
|
-
import type { BooleanCondition, ContactFlowModuleSearchFilter, ContactFlowSearchFilter, ContactSearchSummaryAgentInfo, ContactSearchSummaryQueueInfo, ControlPlaneTagFilter, DataTableSearchFilter, DateCondition, DateTimeCondition, DecimalCondition, EmailAddressSearchFilter, EvaluationFormSearchFilter, EvaluationSearchFilter, HoursOfOperationSearchFilter, NotificationSearchFilter, NumberCondition, PromptSearchFilter,
|
|
3
|
+
import type { AttributeCondition, ChatMetrics, ContactDetails, ContactEvaluation, Customer, CustomerVoiceActivity, DisconnectDetails, EndpointInfo, Evaluation, EvaluationAnswerData, EvaluationNote, Expiry, ExtensionConfiguration, GlobalResiliencyMetadata, HierarchyGroup, NextContactEntry, Prompt, QualityMetrics, Queue, QueueInfo, QuickConnect, RecordingInfo, RoutingProfile, TaskTemplateInfoV2, TestCase, WisdomInfo, WorkspaceTheme } from "./models_1";
|
|
4
|
+
import type { BooleanCondition, ContactFlowModuleSearchFilter, ContactFlowSearchFilter, ContactSearchSummaryAgentInfo, ContactSearchSummaryAiAgentInfo, ContactSearchSummaryQueueInfo, ControlPlaneTagFilter, DataTableSearchFilter, DateCondition, DateTimeCondition, DecimalCondition, EmailAddressSearchFilter, EvaluationFormSearchFilter, EvaluationSearchFilter, HoursOfOperationSearchFilter, NotificationSearchFilter, NumberCondition, PromptSearchFilter, SignInConfig, TelephonyConfig } from "./models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface SearchPromptsResponse {
|
|
9
|
+
/**
|
|
10
|
+
* <p>Information about the prompts.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
Prompts?: Prompt[] | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
NextToken?: string | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* <p>The total number of quick connects which matched your search query.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
ApproximateTotalCount?: number | undefined;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* <p>Filters to be applied to search results.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
export interface QueueSearchFilter {
|
|
30
|
+
/**
|
|
31
|
+
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
32
|
+
* <code>OR</code> of <code>AND</code> (List of List) input where:</p>
|
|
33
|
+
* <ul>
|
|
34
|
+
* <li>
|
|
35
|
+
* <p>Top level list specifies conditions that need to be applied with <code>OR</code> operator</p>
|
|
36
|
+
* </li>
|
|
37
|
+
* <li>
|
|
38
|
+
* <p>Inner list specifies conditions that need to be applied with <code>AND</code> operator.</p>
|
|
39
|
+
* </li>
|
|
40
|
+
* </ul>
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
export interface SearchQueuesResponse {
|
|
49
|
+
/**
|
|
50
|
+
* <p>Information about the queues.</p>
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
Queues?: Queue[] | undefined;
|
|
54
|
+
/**
|
|
55
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
58
|
+
NextToken?: string | undefined;
|
|
59
|
+
/**
|
|
60
|
+
* <p>The total number of queues which matched your search query.</p>
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
63
|
+
ApproximateTotalCount?: number | undefined;
|
|
64
|
+
}
|
|
5
65
|
/**
|
|
6
66
|
* <p>Filters to be applied to search results.</p>
|
|
7
67
|
* @public
|
|
@@ -1408,20 +1468,11 @@ export interface ChatMessage {
|
|
|
1408
1468
|
*/
|
|
1409
1469
|
ContentType: string | undefined;
|
|
1410
1470
|
/**
|
|
1411
|
-
* <p>The content of the chat message.
|
|
1412
|
-
*
|
|
1413
|
-
*
|
|
1414
|
-
*
|
|
1415
|
-
*
|
|
1416
|
-
* </li>
|
|
1417
|
-
* <li>
|
|
1418
|
-
* <p>For <code>application/json</code>, the Length Constraints are Minimum of 1, Maximum of 12000. </p>
|
|
1419
|
-
* </li>
|
|
1420
|
-
* <li>
|
|
1421
|
-
* <p>For <code>application/vnd.amazonaws.connect.message.interactive.response</code>, the Length Constraints are
|
|
1422
|
-
* Minimum of 1, Maximum of 12288.</p>
|
|
1423
|
-
* </li>
|
|
1424
|
-
* </ul>
|
|
1471
|
+
* <p>The content of the chat message. Maximum of 16,384 bytes for all content types
|
|
1472
|
+
* (<code>text/plain</code>, <code>text/markdown</code>, <code>application/json</code>, and
|
|
1473
|
+
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>).</p>
|
|
1474
|
+
* <p>Some messaging channels enforce lower limits. For channel-specific message size limits, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/feature-limits.html#chat-message-size-limits">Chat message size limits
|
|
1475
|
+
* by channel</a> in the <i>Amazon Connect Customer Administrator Guide</i>.</p>
|
|
1425
1476
|
* @public
|
|
1426
1477
|
*/
|
|
1427
1478
|
Content: string | undefined;
|
|
@@ -8085,6 +8136,11 @@ export interface ContactSearchSummary {
|
|
|
8085
8136
|
* @public
|
|
8086
8137
|
*/
|
|
8087
8138
|
GlobalResiliencyMetadata?: GlobalResiliencyMetadata | undefined;
|
|
8139
|
+
/**
|
|
8140
|
+
* <p>Information about the AI agents involved in the contact.</p>
|
|
8141
|
+
* @public
|
|
8142
|
+
*/
|
|
8143
|
+
AiAgentInfo?: ContactSearchSummaryAiAgentInfo[] | undefined;
|
|
8088
8144
|
}
|
|
8089
8145
|
/**
|
|
8090
8146
|
* @public
|
|
@@ -56,6 +56,8 @@ export declare var AgentStatusSearchCriteria$: StaticStructureSchema;
|
|
|
56
56
|
export declare var AgentStatusSearchFilter$: StaticStructureSchema;
|
|
57
57
|
export declare var AgentStatusSummary$: StaticStructureSchema;
|
|
58
58
|
export declare var AiAgentInfo$: StaticStructureSchema;
|
|
59
|
+
export declare var AiAgentsCriteria$: StaticStructureSchema;
|
|
60
|
+
export declare var AiAgentSearchCriteria$: StaticStructureSchema;
|
|
59
61
|
export declare var AliasConfiguration$: StaticStructureSchema;
|
|
60
62
|
export declare var AllowedCapabilities$: StaticStructureSchema;
|
|
61
63
|
export declare var AllowedExtension$: StaticStructureSchema;
|
|
@@ -183,6 +185,7 @@ export declare var ContactMetricInfo$: StaticStructureSchema;
|
|
|
183
185
|
export declare var ContactMetricResult$: StaticStructureSchema;
|
|
184
186
|
export declare var ContactSearchSummary$: StaticStructureSchema;
|
|
185
187
|
export declare var ContactSearchSummaryAgentInfo$: StaticStructureSchema;
|
|
188
|
+
export declare var ContactSearchSummaryAiAgentInfo$: StaticStructureSchema;
|
|
186
189
|
export declare var ContactSearchSummaryQueueInfo$: StaticStructureSchema;
|
|
187
190
|
export declare var ContactSearchSummarySegmentAttributeValue$: StaticStructureSchema;
|
|
188
191
|
export declare var ControlPlaneAttributeFilter$: StaticStructureSchema;
|
package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts
CHANGED
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
CreateVocabularyResponse,
|
|
11
|
-
} from "../models/models_0";
|
|
8
|
+
import { CreateVocabularyRequest } from "../models/models_0";
|
|
9
|
+
import { CreateVocabularyResponse } from "../models/models_1";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface CreateVocabularyCommandInput extends CreateVocabularyRequest {}
|